%matplotlib inline
import numpy as np,pandas as pd,matplotlib.pyplot as plt
import csv
### Load data
dots = pd.read_csv('book4.csv')
### Check data format
csv = dots.tail(5)
print(csv)
neighbourhood_group neighbourhood latitude longitude room_type \
2058 Staten Island Tottenville 40.50868 -74.23986 Entire home/apt
2059 Staten Island West Brighton 40.63182 -74.12400 Entire home/apt
2060 Staten Island Westerleigh 40.61357 -74.13566 Entire home/apt
2061 Staten Island Willowbrook 40.59886 -74.13217 Entire home/apt
2062 Staten Island Woodrow 40.53884 -74.19826 Entire home/apt
price minimum_nights number_of_reviews
2058 299 3 52
2059 69 2 182
2060 103 3 1
2061 249 4 7
2062 700 7 0
# Chekc the number of data
with open('book4.csv', 'r') as f:
print(len(f.readlines()))
2064
import csv # Load csv file
csv_file=open('book4.csv') #Open csv file
csv_reader_lines = csv.reader(csv_file) # Reading data by row
date=[] # Creating a list to receive data
nrow = 0
for one_line in csv_reader_lines:
date.append(one_line) # Saving csv data into ‘date’ list
nrow = nrow + 1 # Number of the data
i=0
# Print Something
while i < nrow:
print ("}, geometry: { type: 'Point', coordinates:["+date[i][3]+','+date[i][3]+ ']} },')
i = i+1
}, geometry: { type: 'Point', coordinates:[longitude,longitude]} },
}, geometry: { type: 'Point', coordinates:[-73.85709,-73.85709]} },
}, geometry: { type: 'Point', coordinates:[-73.84335,-73.84335]} },
}, geometry: { type: 'Point', coordinates:[-73.88711,-73.88711]} },
}, geometry: { type: 'Point', coordinates:[-73.86543,-73.86543]} },
}, geometry: { type: 'Point', coordinates:[-73.84765,-73.84765]} },
}, geometry: { type: 'Point', coordinates:[-73.78873,-73.78873]} },
}, geometry: { type: 'Point', coordinates:[-73.91108,-73.91108]} },
}, geometry: { type: 'Point', coordinates:[-73.85514,-73.85514]} },
}, geometry: { type: 'Point', coordinates:[-73.92158,-73.92158]} },
}, geometry: { type: 'Point', coordinates:[-73.92439,-73.92439]} },
}, geometry: { type: 'Point', coordinates:[-73.82494,-73.82494]} },
}, geometry: { type: 'Point', coordinates:[-73.82154,-73.82154]} },
}, geometry: { type: 'Point', coordinates:[-73.89553,-73.89553]} },
}, geometry: { type: 'Point', coordinates:[-73.83572,-73.83572]} },
}, geometry: { type: 'Point', coordinates:[-73.83434,-73.83434]} },
}, geometry: { type: 'Point', coordinates:[-73.90522,-73.90522]} },
}, geometry: { type: 'Point', coordinates:[-73.88545,-73.88545]} },
}, geometry: { type: 'Point', coordinates:[-73.89525,-73.89525]} },
}, geometry: { type: 'Point', coordinates:[-73.93184,-73.93184]} },
}, geometry: { type: 'Point', coordinates:[-73.8873,-73.8873]} },
}, geometry: { type: 'Point', coordinates:[-73.90023,-73.90023]} },
}, geometry: { type: 'Point', coordinates:[-73.91103,-73.91103]} },
}, geometry: { type: 'Point', coordinates:[-73.89909,-73.89909]} },
}, geometry: { type: 'Point', coordinates:[-73.89495,-73.89495]} },
}, geometry: { type: 'Point', coordinates:[-73.91429,-73.91429]} },
}, geometry: { type: 'Point', coordinates:[-73.91223,-73.91223]} },
}, geometry: { type: 'Point', coordinates:[-73.85669,-73.85669]} },
}, geometry: { type: 'Point', coordinates:[-73.91316,-73.91316]} },
}, geometry: { type: 'Point', coordinates:[-73.92399,-73.92399]} },
}, geometry: { type: 'Point', coordinates:[-73.90772,-73.90772]} },
}, geometry: { type: 'Point', coordinates:[-73.91382,-73.91382]} },
}, geometry: { type: 'Point', coordinates:[-73.91036,-73.91036]} },
}, geometry: { type: 'Point', coordinates:[-73.90005,-73.90005]} },
}, geometry: { type: 'Point', coordinates:[-73.88047,-73.88047]} },
}, geometry: { type: 'Point', coordinates:[-73.86397,-73.86397]} },
}, geometry: { type: 'Point', coordinates:[-73.86634,-73.86634]} },
}, geometry: { type: 'Point', coordinates:[-73.83602,-73.83602]} },
}, geometry: { type: 'Point', coordinates:[-73.848,-73.848]} },
}, geometry: { type: 'Point', coordinates:[-73.92395,-73.92395]} },
}, geometry: { type: 'Point', coordinates:[-73.92276,-73.92276]} },
}, geometry: { type: 'Point', coordinates:[-73.91599,-73.91599]} },
}, geometry: { type: 'Point', coordinates:[-73.83729,-73.83729]} },
}, geometry: { type: 'Point', coordinates:[-73.87603,-73.87603]} },
}, geometry: { type: 'Point', coordinates:[-73.91673,-73.91673]} },
}, geometry: { type: 'Point', coordinates:[-73.80001,-73.80001]} },
}, geometry: { type: 'Point', coordinates:[-73.88728,-73.88728]} },
}, geometry: { type: 'Point', coordinates:[-73.90675,-73.90675]} },
}, geometry: { type: 'Point', coordinates:[-73.87055,-73.87055]} },
}, geometry: { type: 'Point', coordinates:[-73.8447,-73.8447]} },
}, geometry: { type: 'Point', coordinates:[-73.87956,-73.87956]} },
}, geometry: { type: 'Point', coordinates:[-73.84671,-73.84671]} },
}, geometry: { type: 'Point', coordinates:[-73.86264,-73.86264]} },
}, geometry: { type: 'Point', coordinates:[-73.8639,-73.8639]} },
}, geometry: { type: 'Point', coordinates:[-74.01083,-74.01083]} },
}, geometry: { type: 'Point', coordinates:[-74.02035,-74.02035]} },
}, geometry: { type: 'Point', coordinates:[-74.03621,-74.03621]} },
}, geometry: { type: 'Point', coordinates:[-74.03628,-74.03628]} },
}, geometry: { type: 'Point', coordinates:[-74.02756,-74.02756]} },
}, geometry: { type: 'Point', coordinates:[-74.02366,-74.02366]} },
}, geometry: { type: 'Point', coordinates:[-73.95596,-73.95596]} },
}, geometry: { type: 'Point', coordinates:[-73.94028,-73.94028]} },
}, geometry: { type: 'Point', coordinates:[-73.95473,-73.95473]} },
}, geometry: { type: 'Point', coordinates:[-73.94312,-73.94312]} },
}, geometry: { type: 'Point', coordinates:[-73.95591,-73.95591]} },
}, geometry: { type: 'Point', coordinates:[-73.9409,-73.9409]} },
}, geometry: { type: 'Point', coordinates:[-73.93934,-73.93934]} },
}, geometry: { type: 'Point', coordinates:[-73.93637,-73.93637]} },
}, geometry: { type: 'Point', coordinates:[-73.93664,-73.93664]} },
}, geometry: { type: 'Point', coordinates:[-73.93503,-73.93503]} },
}, geometry: { type: 'Point', coordinates:[-73.92357,-73.92357]} },
}, geometry: { type: 'Point', coordinates:[-73.92377,-73.92377]} },
}, geometry: { type: 'Point', coordinates:[-73.9547,-73.9547]} },
}, geometry: { type: 'Point', coordinates:[-73.93662,-73.93662]} },
}, geometry: { type: 'Point', coordinates:[-73.93524,-73.93524]} },
}, geometry: { type: 'Point', coordinates:[-73.94659,-73.94659]} },
}, geometry: { type: 'Point', coordinates:[-73.9475,-73.9475]} },
}, geometry: { type: 'Point', coordinates:[-73.9415,-73.9415]} },
}, geometry: { type: 'Point', coordinates:[-73.93503,-73.93503]} },
}, geometry: { type: 'Point', coordinates:[-73.93696,-73.93696]} },
}, geometry: { type: 'Point', coordinates:[-73.94314,-73.94314]} },
}, geometry: { type: 'Point', coordinates:[-73.95385,-73.95385]} },
}, geometry: { type: 'Point', coordinates:[-73.94701,-73.94701]} },
}, geometry: { type: 'Point', coordinates:[-73.95264,-73.95264]} },
}, geometry: { type: 'Point', coordinates:[-73.91981,-73.91981]} },
}, geometry: { type: 'Point', coordinates:[-73.94615,-73.94615]} },
}, geometry: { type: 'Point', coordinates:[-73.94911,-73.94911]} },
}, geometry: { type: 'Point', coordinates:[-73.93963,-73.93963]} },
}, geometry: { type: 'Point', coordinates:[-73.93185,-73.93185]} },
}, geometry: { type: 'Point', coordinates:[-73.95458,-73.95458]} },
}, geometry: { type: 'Point', coordinates:[-73.95684,-73.95684]} },
}, geometry: { type: 'Point', coordinates:[-73.92747,-73.92747]} },
}, geometry: { type: 'Point', coordinates:[-73.93038,-73.93038]} },
}, geometry: { type: 'Point', coordinates:[-73.95863,-73.95863]} },
}, geometry: { type: 'Point', coordinates:[-73.94081,-73.94081]} },
}, geometry: { type: 'Point', coordinates:[-73.91989,-73.91989]} },
}, geometry: { type: 'Point', coordinates:[-73.93908,-73.93908]} },
}, geometry: { type: 'Point', coordinates:[-73.93908,-73.93908]} },
}, geometry: { type: 'Point', coordinates:[-73.95332,-73.95332]} },
}, geometry: { type: 'Point', coordinates:[-73.95097,-73.95097]} },
}, geometry: { type: 'Point', coordinates:[-73.95445,-73.95445]} },
}, geometry: { type: 'Point', coordinates:[-73.95592,-73.95592]} },
}, geometry: { type: 'Point', coordinates:[-73.94934,-73.94934]} },
}, geometry: { type: 'Point', coordinates:[-73.94113,-73.94113]} },
}, geometry: { type: 'Point', coordinates:[-73.93323,-73.93323]} },
}, geometry: { type: 'Point', coordinates:[-73.95741,-73.95741]} },
}, geometry: { type: 'Point', coordinates:[-73.95088,-73.95088]} },
}, geometry: { type: 'Point', coordinates:[-73.95494,-73.95494]} },
}, geometry: { type: 'Point', coordinates:[-73.94949,-73.94949]} },
}, geometry: { type: 'Point', coordinates:[-73.92521,-73.92521]} },
}, geometry: { type: 'Point', coordinates:[-73.93946,-73.93946]} },
}, geometry: { type: 'Point', coordinates:[-73.95167,-73.95167]} },
}, geometry: { type: 'Point', coordinates:[-73.94219,-73.94219]} },
}, geometry: { type: 'Point', coordinates:[-73.95866,-73.95866]} },
}, geometry: { type: 'Point', coordinates:[-73.94878,-73.94878]} },
}, geometry: { type: 'Point', coordinates:[-73.95383,-73.95383]} },
}, geometry: { type: 'Point', coordinates:[-73.94127,-73.94127]} },
}, geometry: { type: 'Point', coordinates:[-73.91918,-73.91918]} },
}, geometry: { type: 'Point', coordinates:[-73.94885,-73.94885]} },
}, geometry: { type: 'Point', coordinates:[-73.9225,-73.9225]} },
}, geometry: { type: 'Point', coordinates:[-73.95473,-73.95473]} },
}, geometry: { type: 'Point', coordinates:[-73.95289,-73.95289]} },
}, geometry: { type: 'Point', coordinates:[-73.93254,-73.93254]} },
}, geometry: { type: 'Point', coordinates:[-73.95059,-73.95059]} },
}, geometry: { type: 'Point', coordinates:[-73.95372,-73.95372]} },
}, geometry: { type: 'Point', coordinates:[-73.93702,-73.93702]} },
}, geometry: { type: 'Point', coordinates:[-73.95489,-73.95489]} },
}, geometry: { type: 'Point', coordinates:[-73.91957,-73.91957]} },
}, geometry: { type: 'Point', coordinates:[-73.9292,-73.9292]} },
}, geometry: { type: 'Point', coordinates:[-73.93179,-73.93179]} },
}, geometry: { type: 'Point', coordinates:[-73.91921,-73.91921]} },
}, geometry: { type: 'Point', coordinates:[-73.95405,-73.95405]} },
}, geometry: { type: 'Point', coordinates:[-73.94675,-73.94675]} },
}, geometry: { type: 'Point', coordinates:[-73.95927,-73.95927]} },
}, geometry: { type: 'Point', coordinates:[-73.951,-73.951]} },
}, geometry: { type: 'Point', coordinates:[-73.95666,-73.95666]} },
}, geometry: { type: 'Point', coordinates:[-73.93433,-73.93433]} },
}, geometry: { type: 'Point', coordinates:[-73.9442,-73.9442]} },
}, geometry: { type: 'Point', coordinates:[-73.94193,-73.94193]} },
}, geometry: { type: 'Point', coordinates:[-73.92817,-73.92817]} },
}, geometry: { type: 'Point', coordinates:[-73.95405,-73.95405]} },
}, geometry: { type: 'Point', coordinates:[-73.9541,-73.9541]} },
}, geometry: { type: 'Point', coordinates:[-73.9376,-73.9376]} },
}, geometry: { type: 'Point', coordinates:[-73.94287,-73.94287]} },
}, geometry: { type: 'Point', coordinates:[-73.92837,-73.92837]} },
}, geometry: { type: 'Point', coordinates:[-73.94837,-73.94837]} },
}, geometry: { type: 'Point', coordinates:[-73.92951,-73.92951]} },
}, geometry: { type: 'Point', coordinates:[-73.95839,-73.95839]} },
}, geometry: { type: 'Point', coordinates:[-73.94724,-73.94724]} },
}, geometry: { type: 'Point', coordinates:[-73.93838,-73.93838]} },
}, geometry: { type: 'Point', coordinates:[-73.94627,-73.94627]} },
}, geometry: { type: 'Point', coordinates:[-73.95677,-73.95677]} },
}, geometry: { type: 'Point', coordinates:[-73.9379,-73.9379]} },
}, geometry: { type: 'Point', coordinates:[-73.93875,-73.93875]} },
}, geometry: { type: 'Point', coordinates:[-73.94004,-73.94004]} },
}, geometry: { type: 'Point', coordinates:[-73.9501,-73.9501]} },
}, geometry: { type: 'Point', coordinates:[-73.95824,-73.95824]} },
}, geometry: { type: 'Point', coordinates:[-73.95809,-73.95809]} },
}, geometry: { type: 'Point', coordinates:[-73.9244,-73.9244]} },
}, geometry: { type: 'Point', coordinates:[-73.95924,-73.95924]} },
}, geometry: { type: 'Point', coordinates:[-73.9406,-73.9406]} },
}, geometry: { type: 'Point', coordinates:[-73.95563,-73.95563]} },
}, geometry: { type: 'Point', coordinates:[-73.95002,-73.95002]} },
}, geometry: { type: 'Point', coordinates:[-73.95605,-73.95605]} },
}, geometry: { type: 'Point', coordinates:[-73.92246,-73.92246]} },
}, geometry: { type: 'Point', coordinates:[-73.95375,-73.95375]} },
}, geometry: { type: 'Point', coordinates:[-73.95631,-73.95631]} },
}, geometry: { type: 'Point', coordinates:[-73.94601,-73.94601]} },
}, geometry: { type: 'Point', coordinates:[-73.93653,-73.93653]} },
}, geometry: { type: 'Point', coordinates:[-73.94103,-73.94103]} },
}, geometry: { type: 'Point', coordinates:[-73.95876,-73.95876]} },
}, geometry: { type: 'Point', coordinates:[-73.95837,-73.95837]} },
}, geometry: { type: 'Point', coordinates:[-73.94699,-73.94699]} },
}, geometry: { type: 'Point', coordinates:[-73.95604,-73.95604]} },
}, geometry: { type: 'Point', coordinates:[-73.94715,-73.94715]} },
}, geometry: { type: 'Point', coordinates:[-73.93687,-73.93687]} },
}, geometry: { type: 'Point', coordinates:[-73.93557,-73.93557]} },
}, geometry: { type: 'Point', coordinates:[-73.95692,-73.95692]} },
}, geometry: { type: 'Point', coordinates:[-73.95429,-73.95429]} },
}, geometry: { type: 'Point', coordinates:[-73.9527,-73.9527]} },
}, geometry: { type: 'Point', coordinates:[-73.94551,-73.94551]} },
}, geometry: { type: 'Point', coordinates:[-73.95832,-73.95832]} },
}, geometry: { type: 'Point', coordinates:[-73.95475,-73.95475]} },
}, geometry: { type: 'Point', coordinates:[-73.91366,-73.91366]} },
}, geometry: { type: 'Point', coordinates:[-73.914,-73.914]} },
}, geometry: { type: 'Point', coordinates:[-73.94042,-73.94042]} },
}, geometry: { type: 'Point', coordinates:[-73.92029,-73.92029]} },
}, geometry: { type: 'Point', coordinates:[-73.93095,-73.93095]} },
}, geometry: { type: 'Point', coordinates:[-73.93944,-73.93944]} },
}, geometry: { type: 'Point', coordinates:[-73.94698,-73.94698]} },
}, geometry: { type: 'Point', coordinates:[-73.95456,-73.95456]} },
}, geometry: { type: 'Point', coordinates:[-73.95247,-73.95247]} },
}, geometry: { type: 'Point', coordinates:[-73.95168,-73.95168]} },
}, geometry: { type: 'Point', coordinates:[-73.9513,-73.9513]} },
}, geometry: { type: 'Point', coordinates:[-73.93422,-73.93422]} },
}, geometry: { type: 'Point', coordinates:[-73.92189,-73.92189]} },
}, geometry: { type: 'Point', coordinates:[-73.92973,-73.92973]} },
}, geometry: { type: 'Point', coordinates:[-73.95875,-73.95875]} },
}, geometry: { type: 'Point', coordinates:[-73.92535,-73.92535]} },
}, geometry: { type: 'Point', coordinates:[-73.92677,-73.92677]} },
}, geometry: { type: 'Point', coordinates:[-73.94205,-73.94205]} },
}, geometry: { type: 'Point', coordinates:[-73.93684,-73.93684]} },
}, geometry: { type: 'Point', coordinates:[-73.92896,-73.92896]} },
}, geometry: { type: 'Point', coordinates:[-73.95178,-73.95178]} },
}, geometry: { type: 'Point', coordinates:[-73.93967,-73.93967]} },
}, geometry: { type: 'Point', coordinates:[-73.94306,-73.94306]} },
}, geometry: { type: 'Point', coordinates:[-73.94294,-73.94294]} },
}, geometry: { type: 'Point', coordinates:[-73.93648,-73.93648]} },
}, geometry: { type: 'Point', coordinates:[-73.93659,-73.93659]} },
}, geometry: { type: 'Point', coordinates:[-73.93446,-73.93446]} },
}, geometry: { type: 'Point', coordinates:[-73.94538,-73.94538]} },
}, geometry: { type: 'Point', coordinates:[-73.94315,-73.94315]} },
}, geometry: { type: 'Point', coordinates:[-73.92883,-73.92883]} },
}, geometry: { type: 'Point', coordinates:[-73.94519,-73.94519]} },
}, geometry: { type: 'Point', coordinates:[-73.92638,-73.92638]} },
}, geometry: { type: 'Point', coordinates:[-73.95493,-73.95493]} },
}, geometry: { type: 'Point', coordinates:[-73.94635,-73.94635]} },
}, geometry: { type: 'Point', coordinates:[-73.95742,-73.95742]} },
}, geometry: { type: 'Point', coordinates:[-73.93836,-73.93836]} },
}, geometry: { type: 'Point', coordinates:[-73.95851,-73.95851]} },
}, geometry: { type: 'Point', coordinates:[-73.93425,-73.93425]} },
}, geometry: { type: 'Point', coordinates:[-73.92429,-73.92429]} },
}, geometry: { type: 'Point', coordinates:[-73.95321,-73.95321]} },
}, geometry: { type: 'Point', coordinates:[-73.93845,-73.93845]} },
}, geometry: { type: 'Point', coordinates:[-73.9535,-73.9535]} },
}, geometry: { type: 'Point', coordinates:[-73.95159,-73.95159]} },
}, geometry: { type: 'Point', coordinates:[-73.93903,-73.93903]} },
}, geometry: { type: 'Point', coordinates:[-73.93906,-73.93906]} },
}, geometry: { type: 'Point', coordinates:[-73.94434,-73.94434]} },
}, geometry: { type: 'Point', coordinates:[-73.94082,-73.94082]} },
}, geometry: { type: 'Point', coordinates:[-73.94839,-73.94839]} },
}, geometry: { type: 'Point', coordinates:[-73.92922,-73.92922]} },
}, geometry: { type: 'Point', coordinates:[-73.9389,-73.9389]} },
}, geometry: { type: 'Point', coordinates:[-73.95909,-73.95909]} },
}, geometry: { type: 'Point', coordinates:[-73.92885,-73.92885]} },
}, geometry: { type: 'Point', coordinates:[-73.95648,-73.95648]} },
}, geometry: { type: 'Point', coordinates:[-73.93548,-73.93548]} },
}, geometry: { type: 'Point', coordinates:[-73.94108,-73.94108]} },
}, geometry: { type: 'Point', coordinates:[-73.93217,-73.93217]} },
}, geometry: { type: 'Point', coordinates:[-73.95154,-73.95154]} },
}, geometry: { type: 'Point', coordinates:[-73.95019,-73.95019]} },
}, geometry: { type: 'Point', coordinates:[-73.93785,-73.93785]} },
}, geometry: { type: 'Point', coordinates:[-73.95012,-73.95012]} },
}, geometry: { type: 'Point', coordinates:[-73.95399,-73.95399]} },
}, geometry: { type: 'Point', coordinates:[-73.9446,-73.9446]} },
}, geometry: { type: 'Point', coordinates:[-73.95039,-73.95039]} },
}, geometry: { type: 'Point', coordinates:[-73.96024,-73.96024]} },
}, geometry: { type: 'Point', coordinates:[-73.95085,-73.95085]} },
}, geometry: { type: 'Point', coordinates:[-73.94989,-73.94989]} },
}, geometry: { type: 'Point', coordinates:[-73.94975,-73.94975]} },
}, geometry: { type: 'Point', coordinates:[-73.9489,-73.9489]} },
}, geometry: { type: 'Point', coordinates:[-73.95627,-73.95627]} },
}, geometry: { type: 'Point', coordinates:[-73.95557,-73.95557]} },
}, geometry: { type: 'Point', coordinates:[-73.95167,-73.95167]} },
}, geometry: { type: 'Point', coordinates:[-73.93478,-73.93478]} },
}, geometry: { type: 'Point', coordinates:[-73.93776,-73.93776]} },
}, geometry: { type: 'Point', coordinates:[-73.93115,-73.93115]} },
}, geometry: { type: 'Point', coordinates:[-73.94252,-73.94252]} },
}, geometry: { type: 'Point', coordinates:[-73.9177,-73.9177]} },
}, geometry: { type: 'Point', coordinates:[-73.92364,-73.92364]} },
}, geometry: { type: 'Point', coordinates:[-73.94547,-73.94547]} },
}, geometry: { type: 'Point', coordinates:[-73.94557,-73.94557]} },
}, geometry: { type: 'Point', coordinates:[-73.94534,-73.94534]} },
}, geometry: { type: 'Point', coordinates:[-73.94673,-73.94673]} },
}, geometry: { type: 'Point', coordinates:[-73.94201,-73.94201]} },
}, geometry: { type: 'Point', coordinates:[-73.93104,-73.93104]} },
}, geometry: { type: 'Point', coordinates:[-73.9263,-73.9263]} },
}, geometry: { type: 'Point', coordinates:[-73.95775,-73.95775]} },
}, geometry: { type: 'Point', coordinates:[-73.93795,-73.93795]} },
}, geometry: { type: 'Point', coordinates:[-73.91897,-73.91897]} },
}, geometry: { type: 'Point', coordinates:[-73.93293,-73.93293]} },
}, geometry: { type: 'Point', coordinates:[-73.94551,-73.94551]} },
}, geometry: { type: 'Point', coordinates:[-73.95745,-73.95745]} },
}, geometry: { type: 'Point', coordinates:[-73.95461,-73.95461]} },
}, geometry: { type: 'Point', coordinates:[-73.95169,-73.95169]} },
}, geometry: { type: 'Point', coordinates:[-73.94645,-73.94645]} },
}, geometry: { type: 'Point', coordinates:[-73.94678,-73.94678]} },
}, geometry: { type: 'Point', coordinates:[-73.94356,-73.94356]} },
}, geometry: { type: 'Point', coordinates:[-73.92804,-73.92804]} },
}, geometry: { type: 'Point', coordinates:[-73.95111,-73.95111]} },
}, geometry: { type: 'Point', coordinates:[-73.93135,-73.93135]} },
}, geometry: { type: 'Point', coordinates:[-73.95514,-73.95514]} },
}, geometry: { type: 'Point', coordinates:[-73.95042,-73.95042]} },
}, geometry: { type: 'Point', coordinates:[-73.9213,-73.9213]} },
}, geometry: { type: 'Point', coordinates:[-73.95757,-73.95757]} },
}, geometry: { type: 'Point', coordinates:[-73.95223,-73.95223]} },
}, geometry: { type: 'Point', coordinates:[-73.92505,-73.92505]} },
}, geometry: { type: 'Point', coordinates:[-73.93042,-73.93042]} },
}, geometry: { type: 'Point', coordinates:[-73.95348,-73.95348]} },
}, geometry: { type: 'Point', coordinates:[-73.95325,-73.95325]} },
}, geometry: { type: 'Point', coordinates:[-73.93223,-73.93223]} },
}, geometry: { type: 'Point', coordinates:[-73.95126,-73.95126]} },
}, geometry: { type: 'Point', coordinates:[-73.93911,-73.93911]} },
}, geometry: { type: 'Point', coordinates:[-73.94466,-73.94466]} },
}, geometry: { type: 'Point', coordinates:[-73.94068,-73.94068]} },
}, geometry: { type: 'Point', coordinates:[-73.93751,-73.93751]} },
}, geometry: { type: 'Point', coordinates:[-73.9104,-73.9104]} },
}, geometry: { type: 'Point', coordinates:[-73.93073,-73.93073]} },
}, geometry: { type: 'Point', coordinates:[-73.95952,-73.95952]} },
}, geometry: { type: 'Point', coordinates:[-73.93577,-73.93577]} },
}, geometry: { type: 'Point', coordinates:[-73.95548,-73.95548]} },
}, geometry: { type: 'Point', coordinates:[-73.9603,-73.9603]} },
}, geometry: { type: 'Point', coordinates:[-73.95437,-73.95437]} },
}, geometry: { type: 'Point', coordinates:[-73.95009,-73.95009]} },
}, geometry: { type: 'Point', coordinates:[-73.94628,-73.94628]} },
}, geometry: { type: 'Point', coordinates:[-73.94613,-73.94613]} },
}, geometry: { type: 'Point', coordinates:[-73.94161,-73.94161]} },
}, geometry: { type: 'Point', coordinates:[-73.92349,-73.92349]} },
}, geometry: { type: 'Point', coordinates:[-73.932,-73.932]} },
}, geometry: { type: 'Point', coordinates:[-73.95392,-73.95392]} },
}, geometry: { type: 'Point', coordinates:[-73.95473,-73.95473]} },
}, geometry: { type: 'Point', coordinates:[-73.94581,-73.94581]} },
}, geometry: { type: 'Point', coordinates:[-73.92469,-73.92469]} },
}, geometry: { type: 'Point', coordinates:[-73.94166,-73.94166]} },
}, geometry: { type: 'Point', coordinates:[-73.95336,-73.95336]} },
}, geometry: { type: 'Point', coordinates:[-73.9419,-73.9419]} },
}, geometry: { type: 'Point', coordinates:[-73.92693,-73.92693]} },
}, geometry: { type: 'Point', coordinates:[-73.94325,-73.94325]} },
}, geometry: { type: 'Point', coordinates:[-73.95112,-73.95112]} },
}, geometry: { type: 'Point', coordinates:[-73.95639,-73.95639]} },
}, geometry: { type: 'Point', coordinates:[-73.95366,-73.95366]} },
}, geometry: { type: 'Point', coordinates:[-73.95921,-73.95921]} },
}, geometry: { type: 'Point', coordinates:[-73.9375,-73.9375]} },
}, geometry: { type: 'Point', coordinates:[-73.95859,-73.95859]} },
}, geometry: { type: 'Point', coordinates:[-73.9342,-73.9342]} },
}, geometry: { type: 'Point', coordinates:[-73.95149,-73.95149]} },
}, geometry: { type: 'Point', coordinates:[-73.95152,-73.95152]} },
}, geometry: { type: 'Point', coordinates:[-73.94263,-73.94263]} },
}, geometry: { type: 'Point', coordinates:[-73.95575,-73.95575]} },
}, geometry: { type: 'Point', coordinates:[-73.94446,-73.94446]} },
}, geometry: { type: 'Point', coordinates:[-73.93346,-73.93346]} },
}, geometry: { type: 'Point', coordinates:[-73.92965,-73.92965]} },
}, geometry: { type: 'Point', coordinates:[-73.95149,-73.95149]} },
}, geometry: { type: 'Point', coordinates:[-73.9417,-73.9417]} },
}, geometry: { type: 'Point', coordinates:[-73.92085,-73.92085]} },
}, geometry: { type: 'Point', coordinates:[-73.93481,-73.93481]} },
}, geometry: { type: 'Point', coordinates:[-73.9452,-73.9452]} },
}, geometry: { type: 'Point', coordinates:[-73.9274,-73.9274]} },
}, geometry: { type: 'Point', coordinates:[-73.94848,-73.94848]} },
}, geometry: { type: 'Point', coordinates:[-73.95402,-73.95402]} },
}, geometry: { type: 'Point', coordinates:[-73.9113,-73.9113]} },
}, geometry: { type: 'Point', coordinates:[-73.92971,-73.92971]} },
}, geometry: { type: 'Point', coordinates:[-73.94626,-73.94626]} },
}, geometry: { type: 'Point', coordinates:[-73.94529,-73.94529]} },
}, geometry: { type: 'Point', coordinates:[-73.92746,-73.92746]} },
}, geometry: { type: 'Point', coordinates:[-73.95203,-73.95203]} },
}, geometry: { type: 'Point', coordinates:[-73.95156,-73.95156]} },
}, geometry: { type: 'Point', coordinates:[-73.9521,-73.9521]} },
}, geometry: { type: 'Point', coordinates:[-73.94037,-73.94037]} },
}, geometry: { type: 'Point', coordinates:[-73.93993,-73.93993]} },
}, geometry: { type: 'Point', coordinates:[-73.95568,-73.95568]} },
}, geometry: { type: 'Point', coordinates:[-73.95607,-73.95607]} },
}, geometry: { type: 'Point', coordinates:[-73.9323,-73.9323]} },
}, geometry: { type: 'Point', coordinates:[-73.93812,-73.93812]} },
}, geometry: { type: 'Point', coordinates:[-73.94524,-73.94524]} },
}, geometry: { type: 'Point', coordinates:[-73.93236,-73.93236]} },
}, geometry: { type: 'Point', coordinates:[-73.95446,-73.95446]} },
}, geometry: { type: 'Point', coordinates:[-73.93678,-73.93678]} },
}, geometry: { type: 'Point', coordinates:[-73.9344,-73.9344]} },
}, geometry: { type: 'Point', coordinates:[-73.96026,-73.96026]} },
}, geometry: { type: 'Point', coordinates:[-73.93528,-73.93528]} },
}, geometry: { type: 'Point', coordinates:[-73.95279,-73.95279]} },
}, geometry: { type: 'Point', coordinates:[-73.93272,-73.93272]} },
}, geometry: { type: 'Point', coordinates:[-73.95558,-73.95558]} },
}, geometry: { type: 'Point', coordinates:[-73.94956,-73.94956]} },
}, geometry: { type: 'Point', coordinates:[-73.95644,-73.95644]} },
}, geometry: { type: 'Point', coordinates:[-73.94694,-73.94694]} },
}, geometry: { type: 'Point', coordinates:[-73.94184,-73.94184]} },
}, geometry: { type: 'Point', coordinates:[-73.93588,-73.93588]} },
}, geometry: { type: 'Point', coordinates:[-73.95033,-73.95033]} },
}, geometry: { type: 'Point', coordinates:[-73.92701,-73.92701]} },
}, geometry: { type: 'Point', coordinates:[-73.93856,-73.93856]} },
}, geometry: { type: 'Point', coordinates:[-73.93055,-73.93055]} },
}, geometry: { type: 'Point', coordinates:[-73.95049,-73.95049]} },
}, geometry: { type: 'Point', coordinates:[-73.93752,-73.93752]} },
}, geometry: { type: 'Point', coordinates:[-73.93914,-73.93914]} },
}, geometry: { type: 'Point', coordinates:[-73.93876,-73.93876]} },
}, geometry: { type: 'Point', coordinates:[-73.92211,-73.92211]} },
}, geometry: { type: 'Point', coordinates:[-73.95136,-73.95136]} },
}, geometry: { type: 'Point', coordinates:[-73.92024,-73.92024]} },
}, geometry: { type: 'Point', coordinates:[-73.91624,-73.91624]} },
}, geometry: { type: 'Point', coordinates:[-73.95783,-73.95783]} },
}, geometry: { type: 'Point', coordinates:[-73.94057,-73.94057]} },
}, geometry: { type: 'Point', coordinates:[-73.9425,-73.9425]} },
}, geometry: { type: 'Point', coordinates:[-73.95731,-73.95731]} },
}, geometry: { type: 'Point', coordinates:[-73.94689,-73.94689]} },
}, geometry: { type: 'Point', coordinates:[-73.94928,-73.94928]} },
}, geometry: { type: 'Point', coordinates:[-73.94295,-73.94295]} },
}, geometry: { type: 'Point', coordinates:[-73.92039,-73.92039]} },
}, geometry: { type: 'Point', coordinates:[-73.95054,-73.95054]} },
}, geometry: { type: 'Point', coordinates:[-73.95837,-73.95837]} },
}, geometry: { type: 'Point', coordinates:[-73.93144,-73.93144]} },
}, geometry: { type: 'Point', coordinates:[-73.94854,-73.94854]} },
}, geometry: { type: 'Point', coordinates:[-73.92883,-73.92883]} },
}, geometry: { type: 'Point', coordinates:[-73.95535,-73.95535]} },
}, geometry: { type: 'Point', coordinates:[-73.92994,-73.92994]} },
}, geometry: { type: 'Point', coordinates:[-73.95427,-73.95427]} },
}, geometry: { type: 'Point', coordinates:[-73.9412,-73.9412]} },
}, geometry: { type: 'Point', coordinates:[-73.95017,-73.95017]} },
}, geometry: { type: 'Point', coordinates:[-73.94613,-73.94613]} },
}, geometry: { type: 'Point', coordinates:[-73.94318,-73.94318]} },
}, geometry: { type: 'Point', coordinates:[-73.93444,-73.93444]} },
}, geometry: { type: 'Point', coordinates:[-73.92375,-73.92375]} },
}, geometry: { type: 'Point', coordinates:[-73.94994,-73.94994]} },
}, geometry: { type: 'Point', coordinates:[-73.9389,-73.9389]} },
}, geometry: { type: 'Point', coordinates:[-73.9346,-73.9346]} },
}, geometry: { type: 'Point', coordinates:[-73.94095,-73.94095]} },
}, geometry: { type: 'Point', coordinates:[-73.94126,-73.94126]} },
}, geometry: { type: 'Point', coordinates:[-73.95655,-73.95655]} },
}, geometry: { type: 'Point', coordinates:[-73.93656,-73.93656]} },
}, geometry: { type: 'Point', coordinates:[-73.95452,-73.95452]} },
}, geometry: { type: 'Point', coordinates:[-73.95013,-73.95013]} },
}, geometry: { type: 'Point', coordinates:[-73.95666,-73.95666]} },
}, geometry: { type: 'Point', coordinates:[-73.92354,-73.92354]} },
}, geometry: { type: 'Point', coordinates:[-73.94427,-73.94427]} },
}, geometry: { type: 'Point', coordinates:[-73.94608,-73.94608]} },
}, geometry: { type: 'Point', coordinates:[-73.92975,-73.92975]} },
}, geometry: { type: 'Point', coordinates:[-73.9256,-73.9256]} },
}, geometry: { type: 'Point', coordinates:[-73.92208,-73.92208]} },
}, geometry: { type: 'Point', coordinates:[-73.95337,-73.95337]} },
}, geometry: { type: 'Point', coordinates:[-73.95031,-73.95031]} },
}, geometry: { type: 'Point', coordinates:[-73.91856,-73.91856]} },
}, geometry: { type: 'Point', coordinates:[-73.93852,-73.93852]} },
}, geometry: { type: 'Point', coordinates:[-73.95182,-73.95182]} },
}, geometry: { type: 'Point', coordinates:[-73.93208,-73.93208]} },
}, geometry: { type: 'Point', coordinates:[-73.93246,-73.93246]} },
}, geometry: { type: 'Point', coordinates:[-73.92784,-73.92784]} },
}, geometry: { type: 'Point', coordinates:[-73.95039,-73.95039]} },
}, geometry: { type: 'Point', coordinates:[-73.95819,-73.95819]} },
}, geometry: { type: 'Point', coordinates:[-73.95841,-73.95841]} },
}, geometry: { type: 'Point', coordinates:[-73.94714,-73.94714]} },
}, geometry: { type: 'Point', coordinates:[-73.95018,-73.95018]} },
}, geometry: { type: 'Point', coordinates:[-73.92893,-73.92893]} },
}, geometry: { type: 'Point', coordinates:[-73.94357,-73.94357]} },
}, geometry: { type: 'Point', coordinates:[-73.95333,-73.95333]} },
}, geometry: { type: 'Point', coordinates:[-73.95502,-73.95502]} },
}, geometry: { type: 'Point', coordinates:[-73.95697,-73.95697]} },
}, geometry: { type: 'Point', coordinates:[-73.94687,-73.94687]} },
}, geometry: { type: 'Point', coordinates:[-73.94239,-73.94239]} },
}, geometry: { type: 'Point', coordinates:[-73.95886,-73.95886]} },
}, geometry: { type: 'Point', coordinates:[-73.92685,-73.92685]} },
}, geometry: { type: 'Point', coordinates:[-73.94058,-73.94058]} },
}, geometry: { type: 'Point', coordinates:[-73.94811,-73.94811]} },
}, geometry: { type: 'Point', coordinates:[-73.93897,-73.93897]} },
}, geometry: { type: 'Point', coordinates:[-73.93987,-73.93987]} },
}, geometry: { type: 'Point', coordinates:[-73.95484,-73.95484]} },
}, geometry: { type: 'Point', coordinates:[-73.959,-73.959]} },
}, geometry: { type: 'Point', coordinates:[-73.9353,-73.9353]} },
}, geometry: { type: 'Point', coordinates:[-73.93805,-73.93805]} },
}, geometry: { type: 'Point', coordinates:[-73.92519,-73.92519]} },
}, geometry: { type: 'Point', coordinates:[-73.94838,-73.94838]} },
}, geometry: { type: 'Point', coordinates:[-73.92217,-73.92217]} },
}, geometry: { type: 'Point', coordinates:[-73.9441,-73.9441]} },
}, geometry: { type: 'Point', coordinates:[-73.94443,-73.94443]} },
}, geometry: { type: 'Point', coordinates:[-73.93797,-73.93797]} },
}, geometry: { type: 'Point', coordinates:[-73.94865,-73.94865]} },
}, geometry: { type: 'Point', coordinates:[-73.93074,-73.93074]} },
}, geometry: { type: 'Point', coordinates:[-73.93249,-73.93249]} },
}, geometry: { type: 'Point', coordinates:[-73.95142,-73.95142]} },
}, geometry: { type: 'Point', coordinates:[-73.9151,-73.9151]} },
}, geometry: { type: 'Point', coordinates:[-73.93599,-73.93599]} },
}, geometry: { type: 'Point', coordinates:[-73.94523,-73.94523]} },
}, geometry: { type: 'Point', coordinates:[-73.92947,-73.92947]} },
}, geometry: { type: 'Point', coordinates:[-73.95428,-73.95428]} },
}, geometry: { type: 'Point', coordinates:[-73.942,-73.942]} },
}, geometry: { type: 'Point', coordinates:[-73.92646,-73.92646]} },
}, geometry: { type: 'Point', coordinates:[-73.94891,-73.94891]} },
}, geometry: { type: 'Point', coordinates:[-73.94314,-73.94314]} },
}, geometry: { type: 'Point', coordinates:[-73.9565,-73.9565]} },
}, geometry: { type: 'Point', coordinates:[-73.91472,-73.91472]} },
}, geometry: { type: 'Point', coordinates:[-73.93705,-73.93705]} },
}, geometry: { type: 'Point', coordinates:[-73.93113,-73.93113]} },
}, geometry: { type: 'Point', coordinates:[-73.94779,-73.94779]} },
}, geometry: { type: 'Point', coordinates:[-73.9413,-73.9413]} },
}, geometry: { type: 'Point', coordinates:[-73.92754,-73.92754]} },
}, geometry: { type: 'Point', coordinates:[-73.95318,-73.95318]} },
}, geometry: { type: 'Point', coordinates:[-73.95725,-73.95725]} },
}, geometry: { type: 'Point', coordinates:[-73.92393,-73.92393]} },
}, geometry: { type: 'Point', coordinates:[-73.95114,-73.95114]} },
}, geometry: { type: 'Point', coordinates:[-73.92811,-73.92811]} },
}, geometry: { type: 'Point', coordinates:[-73.92805,-73.92805]} },
}, geometry: { type: 'Point', coordinates:[-73.92516,-73.92516]} },
}, geometry: { type: 'Point', coordinates:[-73.95487,-73.95487]} },
}, geometry: { type: 'Point', coordinates:[-73.94735,-73.94735]} },
}, geometry: { type: 'Point', coordinates:[-73.93653,-73.93653]} },
}, geometry: { type: 'Point', coordinates:[-73.93077,-73.93077]} },
}, geometry: { type: 'Point', coordinates:[-73.93247,-73.93247]} },
}, geometry: { type: 'Point', coordinates:[-73.93131,-73.93131]} },
}, geometry: { type: 'Point', coordinates:[-73.93387,-73.93387]} },
}, geometry: { type: 'Point', coordinates:[-73.93207,-73.93207]} },
}, geometry: { type: 'Point', coordinates:[-73.93775,-73.93775]} },
}, geometry: { type: 'Point', coordinates:[-73.94827,-73.94827]} },
}, geometry: { type: 'Point', coordinates:[-73.95269,-73.95269]} },
}, geometry: { type: 'Point', coordinates:[-73.92507,-73.92507]} },
}, geometry: { type: 'Point', coordinates:[-73.93178,-73.93178]} },
}, geometry: { type: 'Point', coordinates:[-73.93058,-73.93058]} },
}, geometry: { type: 'Point', coordinates:[-73.93768,-73.93768]} },
}, geometry: { type: 'Point', coordinates:[-73.94001,-73.94001]} },
}, geometry: { type: 'Point', coordinates:[-73.91971,-73.91971]} },
}, geometry: { type: 'Point', coordinates:[-73.94786,-73.94786]} },
}, geometry: { type: 'Point', coordinates:[-73.94218,-73.94218]} },
}, geometry: { type: 'Point', coordinates:[-73.95184,-73.95184]} },
}, geometry: { type: 'Point', coordinates:[-73.93949,-73.93949]} },
}, geometry: { type: 'Point', coordinates:[-73.95801,-73.95801]} },
}, geometry: { type: 'Point', coordinates:[-73.95441,-73.95441]} },
}, geometry: { type: 'Point', coordinates:[-73.94914,-73.94914]} },
}, geometry: { type: 'Point', coordinates:[-73.95185,-73.95185]} },
}, geometry: { type: 'Point', coordinates:[-73.95266,-73.95266]} },
}, geometry: { type: 'Point', coordinates:[-73.90937,-73.90937]} },
}, geometry: { type: 'Point', coordinates:[-73.9561,-73.9561]} },
}, geometry: { type: 'Point', coordinates:[-73.93968,-73.93968]} },
}, geometry: { type: 'Point', coordinates:[-73.94976,-73.94976]} },
}, geometry: { type: 'Point', coordinates:[-73.95441,-73.95441]} },
}, geometry: { type: 'Point', coordinates:[-73.93678,-73.93678]} },
}, geometry: { type: 'Point', coordinates:[-73.93965,-73.93965]} },
}, geometry: { type: 'Point', coordinates:[-73.93951,-73.93951]} },
}, geometry: { type: 'Point', coordinates:[-73.9577,-73.9577]} },
}, geometry: { type: 'Point', coordinates:[-73.91672,-73.91672]} },
}, geometry: { type: 'Point', coordinates:[-73.957,-73.957]} },
}, geometry: { type: 'Point', coordinates:[-73.95197,-73.95197]} },
}, geometry: { type: 'Point', coordinates:[-73.93981,-73.93981]} },
}, geometry: { type: 'Point', coordinates:[-73.95225,-73.95225]} },
}, geometry: { type: 'Point', coordinates:[-73.92834,-73.92834]} },
}, geometry: { type: 'Point', coordinates:[-73.95339,-73.95339]} },
}, geometry: { type: 'Point', coordinates:[-73.95342,-73.95342]} },
}, geometry: { type: 'Point', coordinates:[-73.94518,-73.94518]} },
}, geometry: { type: 'Point', coordinates:[-73.95952,-73.95952]} },
}, geometry: { type: 'Point', coordinates:[-73.94908,-73.94908]} },
}, geometry: { type: 'Point', coordinates:[-73.94326,-73.94326]} },
}, geometry: { type: 'Point', coordinates:[-73.9422,-73.9422]} },
}, geometry: { type: 'Point', coordinates:[-73.92508,-73.92508]} },
}, geometry: { type: 'Point', coordinates:[-73.93467,-73.93467]} },
}, geometry: { type: 'Point', coordinates:[-73.93427,-73.93427]} },
}, geometry: { type: 'Point', coordinates:[-73.92023,-73.92023]} },
}, geometry: { type: 'Point', coordinates:[-73.94515,-73.94515]} },
}, geometry: { type: 'Point', coordinates:[-73.94092,-73.94092]} },
}, geometry: { type: 'Point', coordinates:[-73.95678,-73.95678]} },
}, geometry: { type: 'Point', coordinates:[-73.92925,-73.92925]} },
}, geometry: { type: 'Point', coordinates:[-73.94068,-73.94068]} },
}, geometry: { type: 'Point', coordinates:[-73.94164,-73.94164]} },
}, geometry: { type: 'Point', coordinates:[-73.94338,-73.94338]} },
}, geometry: { type: 'Point', coordinates:[-73.9498,-73.9498]} },
}, geometry: { type: 'Point', coordinates:[-73.93537,-73.93537]} },
}, geometry: { type: 'Point', coordinates:[-73.95417,-73.95417]} },
}, geometry: { type: 'Point', coordinates:[-73.93286,-73.93286]} },
}, geometry: { type: 'Point', coordinates:[-73.93079,-73.93079]} },
}, geometry: { type: 'Point', coordinates:[-73.95839,-73.95839]} },
}, geometry: { type: 'Point', coordinates:[-73.9565,-73.9565]} },
}, geometry: { type: 'Point', coordinates:[-73.94696,-73.94696]} },
}, geometry: { type: 'Point', coordinates:[-73.95933,-73.95933]} },
}, geometry: { type: 'Point', coordinates:[-73.95728,-73.95728]} },
}, geometry: { type: 'Point', coordinates:[-73.91574,-73.91574]} },
}, geometry: { type: 'Point', coordinates:[-73.94767,-73.94767]} },
}, geometry: { type: 'Point', coordinates:[-73.95236,-73.95236]} },
}, geometry: { type: 'Point', coordinates:[-73.92863,-73.92863]} },
}, geometry: { type: 'Point', coordinates:[-73.95759,-73.95759]} },
}, geometry: { type: 'Point', coordinates:[-73.92484,-73.92484]} },
}, geometry: { type: 'Point', coordinates:[-73.96006,-73.96006]} },
}, geometry: { type: 'Point', coordinates:[-73.95357,-73.95357]} },
}, geometry: { type: 'Point', coordinates:[-73.96001,-73.96001]} },
}, geometry: { type: 'Point', coordinates:[-73.95477,-73.95477]} },
}, geometry: { type: 'Point', coordinates:[-73.94581,-73.94581]} },
}, geometry: { type: 'Point', coordinates:[-73.95422,-73.95422]} },
}, geometry: { type: 'Point', coordinates:[-73.92398,-73.92398]} },
}, geometry: { type: 'Point', coordinates:[-73.94985,-73.94985]} },
}, geometry: { type: 'Point', coordinates:[-73.94951,-73.94951]} },
}, geometry: { type: 'Point', coordinates:[-73.95298,-73.95298]} },
}, geometry: { type: 'Point', coordinates:[-73.93749,-73.93749]} },
}, geometry: { type: 'Point', coordinates:[-73.94681,-73.94681]} },
}, geometry: { type: 'Point', coordinates:[-73.94634,-73.94634]} },
}, geometry: { type: 'Point', coordinates:[-73.94589,-73.94589]} },
}, geometry: { type: 'Point', coordinates:[-73.91981,-73.91981]} },
}, geometry: { type: 'Point', coordinates:[-73.95493,-73.95493]} },
}, geometry: { type: 'Point', coordinates:[-73.95032,-73.95032]} },
}, geometry: { type: 'Point', coordinates:[-73.95212,-73.95212]} },
}, geometry: { type: 'Point', coordinates:[-73.93183,-73.93183]} },
}, geometry: { type: 'Point', coordinates:[-73.9479,-73.9479]} },
}, geometry: { type: 'Point', coordinates:[-73.95575,-73.95575]} },
}, geometry: { type: 'Point', coordinates:[-73.91267,-73.91267]} },
}, geometry: { type: 'Point', coordinates:[-73.94371,-73.94371]} },
}, geometry: { type: 'Point', coordinates:[-73.9153,-73.9153]} },
}, geometry: { type: 'Point', coordinates:[-73.95646,-73.95646]} },
}, geometry: { type: 'Point', coordinates:[-73.93473,-73.93473]} },
}, geometry: { type: 'Point', coordinates:[-73.92327,-73.92327]} },
}, geometry: { type: 'Point', coordinates:[-73.92322,-73.92322]} },
}, geometry: { type: 'Point', coordinates:[-73.92331,-73.92331]} },
}, geometry: { type: 'Point', coordinates:[-73.9368,-73.9368]} },
}, geometry: { type: 'Point', coordinates:[-73.92565,-73.92565]} },
}, geometry: { type: 'Point', coordinates:[-73.94113,-73.94113]} },
}, geometry: { type: 'Point', coordinates:[-73.93141,-73.93141]} },
}, geometry: { type: 'Point', coordinates:[-73.93796,-73.93796]} },
}, geometry: { type: 'Point', coordinates:[-73.93579,-73.93579]} },
}, geometry: { type: 'Point', coordinates:[-73.93738,-73.93738]} },
}, geometry: { type: 'Point', coordinates:[-73.94385,-73.94385]} },
}, geometry: { type: 'Point', coordinates:[-73.95524,-73.95524]} },
}, geometry: { type: 'Point', coordinates:[-73.95758,-73.95758]} },
}, geometry: { type: 'Point', coordinates:[-73.95507,-73.95507]} },
}, geometry: { type: 'Point', coordinates:[-73.94504,-73.94504]} },
}, geometry: { type: 'Point', coordinates:[-73.94719,-73.94719]} },
}, geometry: { type: 'Point', coordinates:[-73.93183,-73.93183]} },
}, geometry: { type: 'Point', coordinates:[-73.91882,-73.91882]} },
}, geometry: { type: 'Point', coordinates:[-73.92513,-73.92513]} },
}, geometry: { type: 'Point', coordinates:[-73.94329,-73.94329]} },
}, geometry: { type: 'Point', coordinates:[-73.95603,-73.95603]} },
}, geometry: { type: 'Point', coordinates:[-73.91113,-73.91113]} },
}, geometry: { type: 'Point', coordinates:[-73.9501,-73.9501]} },
}, geometry: { type: 'Point', coordinates:[-73.95332,-73.95332]} },
}, geometry: { type: 'Point', coordinates:[-73.92226,-73.92226]} },
}, geometry: { type: 'Point', coordinates:[-73.92121,-73.92121]} },
}, geometry: { type: 'Point', coordinates:[-73.91673,-73.91673]} },
}, geometry: { type: 'Point', coordinates:[-73.93472,-73.93472]} },
}, geometry: { type: 'Point', coordinates:[-73.95841,-73.95841]} },
}, geometry: { type: 'Point', coordinates:[-73.94147,-73.94147]} },
}, geometry: { type: 'Point', coordinates:[-73.95481,-73.95481]} },
}, geometry: { type: 'Point', coordinates:[-73.95315,-73.95315]} },
}, geometry: { type: 'Point', coordinates:[-73.95152,-73.95152]} },
}, geometry: { type: 'Point', coordinates:[-73.91612,-73.91612]} },
}, geometry: { type: 'Point', coordinates:[-73.91349,-73.91349]} },
}, geometry: { type: 'Point', coordinates:[-73.94939,-73.94939]} },
}, geometry: { type: 'Point', coordinates:[-73.93187,-73.93187]} },
}, geometry: { type: 'Point', coordinates:[-73.95526,-73.95526]} },
}, geometry: { type: 'Point', coordinates:[-73.93487,-73.93487]} },
}, geometry: { type: 'Point', coordinates:[-73.95291,-73.95291]} },
}, geometry: { type: 'Point', coordinates:[-73.93338,-73.93338]} },
}, geometry: { type: 'Point', coordinates:[-73.93823,-73.93823]} },
}, geometry: { type: 'Point', coordinates:[-73.95097,-73.95097]} },
}, geometry: { type: 'Point', coordinates:[-73.9453,-73.9453]} },
}, geometry: { type: 'Point', coordinates:[-73.94977,-73.94977]} },
}, geometry: { type: 'Point', coordinates:[-73.93886,-73.93886]} },
}, geometry: { type: 'Point', coordinates:[-73.93825,-73.93825]} },
}, geometry: { type: 'Point', coordinates:[-73.9447,-73.9447]} },
}, geometry: { type: 'Point', coordinates:[-73.92672,-73.92672]} },
}, geometry: { type: 'Point', coordinates:[-73.95016,-73.95016]} },
}, geometry: { type: 'Point', coordinates:[-73.95347,-73.95347]} },
}, geometry: { type: 'Point', coordinates:[-73.93603,-73.93603]} },
}, geometry: { type: 'Point', coordinates:[-73.92909,-73.92909]} },
}, geometry: { type: 'Point', coordinates:[-73.9476,-73.9476]} },
}, geometry: { type: 'Point', coordinates:[-73.92608,-73.92608]} },
}, geometry: { type: 'Point', coordinates:[-73.95358,-73.95358]} },
}, geometry: { type: 'Point', coordinates:[-73.90976,-73.90976]} },
}, geometry: { type: 'Point', coordinates:[-73.92079,-73.92079]} },
}, geometry: { type: 'Point', coordinates:[-73.9591,-73.9591]} },
}, geometry: { type: 'Point', coordinates:[-73.94171,-73.94171]} },
}, geometry: { type: 'Point', coordinates:[-73.92898,-73.92898]} },
}, geometry: { type: 'Point', coordinates:[-73.96073,-73.96073]} },
}, geometry: { type: 'Point', coordinates:[-73.9607,-73.9607]} },
}, geometry: { type: 'Point', coordinates:[-73.96075,-73.96075]} },
}, geometry: { type: 'Point', coordinates:[-73.92056,-73.92056]} },
}, geometry: { type: 'Point', coordinates:[-73.95893,-73.95893]} },
}, geometry: { type: 'Point', coordinates:[-73.93467,-73.93467]} },
}, geometry: { type: 'Point', coordinates:[-73.9598,-73.9598]} },
}, geometry: { type: 'Point', coordinates:[-73.96016,-73.96016]} },
}, geometry: { type: 'Point', coordinates:[-73.96002,-73.96002]} },
}, geometry: { type: 'Point', coordinates:[-73.91449,-73.91449]} },
}, geometry: { type: 'Point', coordinates:[-73.95136,-73.95136]} },
}, geometry: { type: 'Point', coordinates:[-73.95412,-73.95412]} },
}, geometry: { type: 'Point', coordinates:[-73.94842,-73.94842]} },
}, geometry: { type: 'Point', coordinates:[-73.95176,-73.95176]} },
}, geometry: { type: 'Point', coordinates:[-73.94662,-73.94662]} },
}, geometry: { type: 'Point', coordinates:[-73.93985,-73.93985]} },
}, geometry: { type: 'Point', coordinates:[-73.94358,-73.94358]} },
}, geometry: { type: 'Point', coordinates:[-73.93956,-73.93956]} },
}, geometry: { type: 'Point', coordinates:[-73.94709,-73.94709]} },
}, geometry: { type: 'Point', coordinates:[-73.94774,-73.94774]} },
}, geometry: { type: 'Point', coordinates:[-73.95237,-73.95237]} },
}, geometry: { type: 'Point', coordinates:[-73.91951,-73.91951]} },
}, geometry: { type: 'Point', coordinates:[-73.95116,-73.95116]} },
}, geometry: { type: 'Point', coordinates:[-73.91518,-73.91518]} },
}, geometry: { type: 'Point', coordinates:[-73.93377,-73.93377]} },
}, geometry: { type: 'Point', coordinates:[-73.94102,-73.94102]} },
}, geometry: { type: 'Point', coordinates:[-73.94231,-73.94231]} },
}, geometry: { type: 'Point', coordinates:[-73.92377,-73.92377]} },
}, geometry: { type: 'Point', coordinates:[-73.93305,-73.93305]} },
}, geometry: { type: 'Point', coordinates:[-73.95998,-73.95998]} },
}, geometry: { type: 'Point', coordinates:[-73.94339,-73.94339]} },
}, geometry: { type: 'Point', coordinates:[-73.92667,-73.92667]} },
}, geometry: { type: 'Point', coordinates:[-73.94054,-73.94054]} },
}, geometry: { type: 'Point', coordinates:[-73.9452,-73.9452]} },
}, geometry: { type: 'Point', coordinates:[-73.92246,-73.92246]} },
}, geometry: { type: 'Point', coordinates:[-73.94259,-73.94259]} },
}, geometry: { type: 'Point', coordinates:[-73.93641,-73.93641]} },
}, geometry: { type: 'Point', coordinates:[-73.93532,-73.93532]} },
}, geometry: { type: 'Point', coordinates:[-73.9369,-73.9369]} },
}, geometry: { type: 'Point', coordinates:[-73.95402,-73.95402]} },
}, geometry: { type: 'Point', coordinates:[-73.95642,-73.95642]} },
}, geometry: { type: 'Point', coordinates:[-73.94859,-73.94859]} },
}, geometry: { type: 'Point', coordinates:[-73.9388,-73.9388]} },
}, geometry: { type: 'Point', coordinates:[-73.94104,-73.94104]} },
}, geometry: { type: 'Point', coordinates:[-73.95112,-73.95112]} },
}, geometry: { type: 'Point', coordinates:[-73.94953,-73.94953]} },
}, geometry: { type: 'Point', coordinates:[-73.95466,-73.95466]} },
}, geometry: { type: 'Point', coordinates:[-73.92874,-73.92874]} },
}, geometry: { type: 'Point', coordinates:[-73.93666,-73.93666]} },
}, geometry: { type: 'Point', coordinates:[-73.93335,-73.93335]} },
}, geometry: { type: 'Point', coordinates:[-73.92347,-73.92347]} },
}, geometry: { type: 'Point', coordinates:[-73.9574,-73.9574]} },
}, geometry: { type: 'Point', coordinates:[-73.93669,-73.93669]} },
}, geometry: { type: 'Point', coordinates:[-73.93793,-73.93793]} },
}, geometry: { type: 'Point', coordinates:[-73.93224,-73.93224]} },
}, geometry: { type: 'Point', coordinates:[-73.93559,-73.93559]} },
}, geometry: { type: 'Point', coordinates:[-73.91156,-73.91156]} },
}, geometry: { type: 'Point', coordinates:[-73.94948,-73.94948]} },
}, geometry: { type: 'Point', coordinates:[-73.91597,-73.91597]} },
}, geometry: { type: 'Point', coordinates:[-73.946,-73.946]} },
}, geometry: { type: 'Point', coordinates:[-73.94788,-73.94788]} },
}, geometry: { type: 'Point', coordinates:[-73.9534,-73.9534]} },
}, geometry: { type: 'Point', coordinates:[-73.9481,-73.9481]} },
}, geometry: { type: 'Point', coordinates:[-73.93294,-73.93294]} },
}, geometry: { type: 'Point', coordinates:[-73.94353,-73.94353]} },
}, geometry: { type: 'Point', coordinates:[-73.95162,-73.95162]} },
}, geometry: { type: 'Point', coordinates:[-73.93707,-73.93707]} },
}, geometry: { type: 'Point', coordinates:[-73.93075,-73.93075]} },
}, geometry: { type: 'Point', coordinates:[-73.95535,-73.95535]} },
}, geometry: { type: 'Point', coordinates:[-73.94205,-73.94205]} },
}, geometry: { type: 'Point', coordinates:[-73.95455,-73.95455]} },
}, geometry: { type: 'Point', coordinates:[-73.95336,-73.95336]} },
}, geometry: { type: 'Point', coordinates:[-73.95466,-73.95466]} },
}, geometry: { type: 'Point', coordinates:[-73.92294,-73.92294]} },
}, geometry: { type: 'Point', coordinates:[-73.93893,-73.93893]} },
}, geometry: { type: 'Point', coordinates:[-73.95307,-73.95307]} },
}, geometry: { type: 'Point', coordinates:[-73.91677,-73.91677]} },
}, geometry: { type: 'Point', coordinates:[-73.95383,-73.95383]} },
}, geometry: { type: 'Point', coordinates:[-73.95865,-73.95865]} },
}, geometry: { type: 'Point', coordinates:[-73.93473,-73.93473]} },
}, geometry: { type: 'Point', coordinates:[-73.92827,-73.92827]} },
}, geometry: { type: 'Point', coordinates:[-73.91047,-73.91047]} },
}, geometry: { type: 'Point', coordinates:[-73.93548,-73.93548]} },
}, geometry: { type: 'Point', coordinates:[-73.95832,-73.95832]} },
}, geometry: { type: 'Point', coordinates:[-73.96029,-73.96029]} },
}, geometry: { type: 'Point', coordinates:[-73.95544,-73.95544]} },
}, geometry: { type: 'Point', coordinates:[-73.94072,-73.94072]} },
}, geometry: { type: 'Point', coordinates:[-73.95851,-73.95851]} },
}, geometry: { type: 'Point', coordinates:[-73.95808,-73.95808]} },
}, geometry: { type: 'Point', coordinates:[-73.93279,-73.93279]} },
}, geometry: { type: 'Point', coordinates:[-73.92934,-73.92934]} },
}, geometry: { type: 'Point', coordinates:[-73.9543,-73.9543]} },
}, geometry: { type: 'Point', coordinates:[-73.92612,-73.92612]} },
}, geometry: { type: 'Point', coordinates:[-73.95629,-73.95629]} },
}, geometry: { type: 'Point', coordinates:[-73.93089,-73.93089]} },
}, geometry: { type: 'Point', coordinates:[-73.95425,-73.95425]} },
}, geometry: { type: 'Point', coordinates:[-73.92783,-73.92783]} },
}, geometry: { type: 'Point', coordinates:[-73.94919,-73.94919]} },
}, geometry: { type: 'Point', coordinates:[-73.94497,-73.94497]} },
}, geometry: { type: 'Point', coordinates:[-73.94243,-73.94243]} },
}, geometry: { type: 'Point', coordinates:[-73.92124,-73.92124]} },
}, geometry: { type: 'Point', coordinates:[-73.94438,-73.94438]} },
}, geometry: { type: 'Point', coordinates:[-73.92094,-73.92094]} },
}, geometry: { type: 'Point', coordinates:[-73.93581,-73.93581]} },
}, geometry: { type: 'Point', coordinates:[-73.93545,-73.93545]} },
}, geometry: { type: 'Point', coordinates:[-73.91144,-73.91144]} },
}, geometry: { type: 'Point', coordinates:[-73.9215,-73.9215]} },
}, geometry: { type: 'Point', coordinates:[-73.92425,-73.92425]} },
}, geometry: { type: 'Point', coordinates:[-73.94729,-73.94729]} },
}, geometry: { type: 'Point', coordinates:[-73.91972,-73.91972]} },
}, geometry: { type: 'Point', coordinates:[-73.95211,-73.95211]} },
}, geometry: { type: 'Point', coordinates:[-73.9589,-73.9589]} },
}, geometry: { type: 'Point', coordinates:[-73.95573,-73.95573]} },
}, geometry: { type: 'Point', coordinates:[-73.95767,-73.95767]} },
}, geometry: { type: 'Point', coordinates:[-73.93573,-73.93573]} },
}, geometry: { type: 'Point', coordinates:[-73.94993,-73.94993]} },
}, geometry: { type: 'Point', coordinates:[-73.93153,-73.93153]} },
}, geometry: { type: 'Point', coordinates:[-73.93333,-73.93333]} },
}, geometry: { type: 'Point', coordinates:[-73.94653,-73.94653]} },
}, geometry: { type: 'Point', coordinates:[-73.92019,-73.92019]} },
}, geometry: { type: 'Point', coordinates:[-73.95869,-73.95869]} },
}, geometry: { type: 'Point', coordinates:[-73.92007,-73.92007]} },
}, geometry: { type: 'Point', coordinates:[-73.93208,-73.93208]} },
}, geometry: { type: 'Point', coordinates:[-73.95947,-73.95947]} },
}, geometry: { type: 'Point', coordinates:[-73.95275,-73.95275]} },
}, geometry: { type: 'Point', coordinates:[-73.94232,-73.94232]} },
}, geometry: { type: 'Point', coordinates:[-73.91977,-73.91977]} },
}, geometry: { type: 'Point', coordinates:[-73.9383,-73.9383]} },
}, geometry: { type: 'Point', coordinates:[-73.92825,-73.92825]} },
}, geometry: { type: 'Point', coordinates:[-73.92026,-73.92026]} },
}, geometry: { type: 'Point', coordinates:[-73.93804,-73.93804]} },
}, geometry: { type: 'Point', coordinates:[-73.95282,-73.95282]} },
}, geometry: { type: 'Point', coordinates:[-73.95074,-73.95074]} },
}, geometry: { type: 'Point', coordinates:[-73.92071,-73.92071]} },
}, geometry: { type: 'Point', coordinates:[-73.92989,-73.92989]} },
}, geometry: { type: 'Point', coordinates:[-73.94501,-73.94501]} },
}, geometry: { type: 'Point', coordinates:[-73.95636,-73.95636]} },
}, geometry: { type: 'Point', coordinates:[-73.90922,-73.90922]} },
}, geometry: { type: 'Point', coordinates:[-73.92782,-73.92782]} },
}, geometry: { type: 'Point', coordinates:[-73.94939,-73.94939]} },
}, geometry: { type: 'Point', coordinates:[-73.94819,-73.94819]} },
}, geometry: { type: 'Point', coordinates:[-73.92963,-73.92963]} },
}, geometry: { type: 'Point', coordinates:[-73.94656,-73.94656]} },
}, geometry: { type: 'Point', coordinates:[-73.933,-73.933]} },
}, geometry: { type: 'Point', coordinates:[-73.93806,-73.93806]} },
}, geometry: { type: 'Point', coordinates:[-73.94409,-73.94409]} },
}, geometry: { type: 'Point', coordinates:[-73.93384,-73.93384]} },
}, geometry: { type: 'Point', coordinates:[-73.9469,-73.9469]} },
}, geometry: { type: 'Point', coordinates:[-73.9589,-73.9589]} },
}, geometry: { type: 'Point', coordinates:[-73.9405,-73.9405]} },
}, geometry: { type: 'Point', coordinates:[-73.92447,-73.92447]} },
}, geometry: { type: 'Point', coordinates:[-73.92522,-73.92522]} },
}, geometry: { type: 'Point', coordinates:[-73.935,-73.935]} },
}, geometry: { type: 'Point', coordinates:[-73.95136,-73.95136]} },
}, geometry: { type: 'Point', coordinates:[-73.93645,-73.93645]} },
}, geometry: { type: 'Point', coordinates:[-73.94678,-73.94678]} },
}, geometry: { type: 'Point', coordinates:[-73.99399,-73.99399]} },
}, geometry: { type: 'Point', coordinates:[-73.99591,-73.99591]} },
}, geometry: { type: 'Point', coordinates:[-73.99799,-73.99799]} },
}, geometry: { type: 'Point', coordinates:[-73.91056,-73.91056]} },
}, geometry: { type: 'Point', coordinates:[-73.98094,-73.98094]} },
}, geometry: { type: 'Point', coordinates:[-73.98876,-73.98876]} },
}, geometry: { type: 'Point', coordinates:[-73.9828,-73.9828]} },
}, geometry: { type: 'Point', coordinates:[-73.98562,-73.98562]} },
}, geometry: { type: 'Point', coordinates:[-73.98826,-73.98826]} },
}, geometry: { type: 'Point', coordinates:[-73.98407,-73.98407]} },
}, geometry: { type: 'Point', coordinates:[-73.99461,-73.99461]} },
}, geometry: { type: 'Point', coordinates:[-74.00016,-74.00016]} },
}, geometry: { type: 'Point', coordinates:[-74.00476,-74.00476]} },
}, geometry: { type: 'Point', coordinates:[-73.99453,-73.99453]} },
}, geometry: { type: 'Point', coordinates:[-73.99555,-73.99555]} },
}, geometry: { type: 'Point', coordinates:[-73.95455,-73.95455]} },
}, geometry: { type: 'Point', coordinates:[-73.96392,-73.96392]} },
}, geometry: { type: 'Point', coordinates:[-73.99268,-73.99268]} },
}, geometry: { type: 'Point', coordinates:[-73.99832,-73.99832]} },
}, geometry: { type: 'Point', coordinates:[-73.99771,-73.99771]} },
}, geometry: { type: 'Point', coordinates:[-73.99438,-73.99438]} },
}, geometry: { type: 'Point', coordinates:[-73.99299,-73.99299]} },
}, geometry: { type: 'Point', coordinates:[-73.92303,-73.92303]} },
}, geometry: { type: 'Point', coordinates:[-73.92538,-73.92538]} },
}, geometry: { type: 'Point', coordinates:[-73.92745,-73.92745]} },
}, geometry: { type: 'Point', coordinates:[-73.9383,-73.9383]} },
}, geometry: { type: 'Point', coordinates:[-73.92609,-73.92609]} },
}, geometry: { type: 'Point', coordinates:[-73.90334,-73.90334]} },
}, geometry: { type: 'Point', coordinates:[-74.00154,-74.00154]} },
}, geometry: { type: 'Point', coordinates:[-73.95976,-73.95976]} },
}, geometry: { type: 'Point', coordinates:[-73.99183,-73.99183]} },
}, geometry: { type: 'Point', coordinates:[-74.00345,-74.00345]} },
}, geometry: { type: 'Point', coordinates:[-73.8896,-73.8896]} },
}, geometry: { type: 'Point', coordinates:[-73.94694,-73.94694]} },
}, geometry: { type: 'Point', coordinates:[-73.94339,-73.94339]} },
}, geometry: { type: 'Point', coordinates:[-73.98375,-73.98375]} },
}, geometry: { type: 'Point', coordinates:[-73.98571,-73.98571]} },
}, geometry: { type: 'Point', coordinates:[-74.01608,-74.01608]} },
}, geometry: { type: 'Point', coordinates:[-73.9503,-73.9503]} },
}, geometry: { type: 'Point', coordinates:[-73.94886,-73.94886]} },
}, geometry: { type: 'Point', coordinates:[-73.94219,-73.94219]} },
}, geometry: { type: 'Point', coordinates:[-73.94607,-73.94607]} },
}, geometry: { type: 'Point', coordinates:[-73.9459,-73.9459]} },
}, geometry: { type: 'Point', coordinates:[-73.94637,-73.94637]} },
}, geometry: { type: 'Point', coordinates:[-73.93239,-73.93239]} },
}, geometry: { type: 'Point', coordinates:[-73.94938,-73.94938]} },
}, geometry: { type: 'Point', coordinates:[-73.94667,-73.94667]} },
}, geometry: { type: 'Point', coordinates:[-73.94883,-73.94883]} },
}, geometry: { type: 'Point', coordinates:[-73.946,-73.946]} },
}, geometry: { type: 'Point', coordinates:[-73.93452,-73.93452]} },
}, geometry: { type: 'Point', coordinates:[-73.94838,-73.94838]} },
}, geometry: { type: 'Point', coordinates:[-73.94587,-73.94587]} },
}, geometry: { type: 'Point', coordinates:[-73.94999,-73.94999]} },
}, geometry: { type: 'Point', coordinates:[-73.87305,-73.87305]} },
}, geometry: { type: 'Point', coordinates:[-73.89232,-73.89232]} },
}, geometry: { type: 'Point', coordinates:[-73.87883,-73.87883]} },
}, geometry: { type: 'Point', coordinates:[-73.89124,-73.89124]} },
}, geometry: { type: 'Point', coordinates:[-73.88584,-73.88584]} },
}, geometry: { type: 'Point', coordinates:[-73.88493,-73.88493]} },
}, geometry: { type: 'Point', coordinates:[-73.88548,-73.88548]} },
}, geometry: { type: 'Point', coordinates:[-73.96327,-73.96327]} },
}, geometry: { type: 'Point', coordinates:[-73.96323,-73.96323]} },
}, geometry: { type: 'Point', coordinates:[-73.96112,-73.96112]} },
}, geometry: { type: 'Point', coordinates:[-73.96266,-73.96266]} },
}, geometry: { type: 'Point', coordinates:[-73.96855,-73.96855]} },
}, geometry: { type: 'Point', coordinates:[-73.96076,-73.96076]} },
}, geometry: { type: 'Point', coordinates:[-73.96382,-73.96382]} },
}, geometry: { type: 'Point', coordinates:[-73.96548,-73.96548]} },
}, geometry: { type: 'Point', coordinates:[-73.9605,-73.9605]} },
}, geometry: { type: 'Point', coordinates:[-73.96641,-73.96641]} },
}, geometry: { type: 'Point', coordinates:[-73.95758,-73.95758]} },
}, geometry: { type: 'Point', coordinates:[-73.96181,-73.96181]} },
}, geometry: { type: 'Point', coordinates:[-73.96016,-73.96016]} },
}, geometry: { type: 'Point', coordinates:[-73.95832,-73.95832]} },
}, geometry: { type: 'Point', coordinates:[-73.9572,-73.9572]} },
}, geometry: { type: 'Point', coordinates:[-73.96285,-73.96285]} },
}, geometry: { type: 'Point', coordinates:[-73.96388,-73.96388]} },
}, geometry: { type: 'Point', coordinates:[-73.9572,-73.9572]} },
}, geometry: { type: 'Point', coordinates:[-73.96872,-73.96872]} },
}, geometry: { type: 'Point', coordinates:[-73.95781,-73.95781]} },
}, geometry: { type: 'Point', coordinates:[-73.93248,-73.93248]} },
}, geometry: { type: 'Point', coordinates:[-73.92552,-73.92552]} },
}, geometry: { type: 'Point', coordinates:[-73.94078,-73.94078]} },
}, geometry: { type: 'Point', coordinates:[-73.97185,-73.97185]} },
}, geometry: { type: 'Point', coordinates:[-73.97584,-73.97584]} },
}, geometry: { type: 'Point', coordinates:[-73.97376,-73.97376]} },
}, geometry: { type: 'Point', coordinates:[-73.97267,-73.97267]} },
}, geometry: { type: 'Point', coordinates:[-73.97312,-73.97312]} },
}, geometry: { type: 'Point', coordinates:[-73.97113,-73.97113]} },
}, geometry: { type: 'Point', coordinates:[-73.97691,-73.97691]} },
}, geometry: { type: 'Point', coordinates:[-73.97525,-73.97525]} },
}, geometry: { type: 'Point', coordinates:[-73.97258,-73.97258]} },
}, geometry: { type: 'Point', coordinates:[-73.97421,-73.97421]} },
}, geometry: { type: 'Point', coordinates:[-73.97332,-73.97332]} },
}, geometry: { type: 'Point', coordinates:[-73.97307,-73.97307]} },
}, geometry: { type: 'Point', coordinates:[-73.97598,-73.97598]} },
}, geometry: { type: 'Point', coordinates:[-73.97611,-73.97611]} },
}, geometry: { type: 'Point', coordinates:[-73.97023,-73.97023]} },
}, geometry: { type: 'Point', coordinates:[-73.97631,-73.97631]} },
}, geometry: { type: 'Point', coordinates:[-74.03626,-74.03626]} },
}, geometry: { type: 'Point', coordinates:[-74.0307,-74.0307]} },
}, geometry: { type: 'Point', coordinates:[-73.92378,-73.92378]} },
}, geometry: { type: 'Point', coordinates:[-73.92599,-73.92599]} },
}, geometry: { type: 'Point', coordinates:[-73.98989,-73.98989]} },
}, geometry: { type: 'Point', coordinates:[-73.99083,-73.99083]} },
}, geometry: { type: 'Point', coordinates:[-73.9896,-73.9896]} },
}, geometry: { type: 'Point', coordinates:[-73.99187,-73.99187]} },
}, geometry: { type: 'Point', coordinates:[-73.9926,-73.9926]} },
}, geometry: { type: 'Point', coordinates:[-73.9859,-73.9859]} },
}, geometry: { type: 'Point', coordinates:[-73.98879,-73.98879]} },
}, geometry: { type: 'Point', coordinates:[-73.98756,-73.98756]} },
}, geometry: { type: 'Point', coordinates:[-73.97092,-73.97092]} },
}, geometry: { type: 'Point', coordinates:[-73.96862,-73.96862]} },
}, geometry: { type: 'Point', coordinates:[-73.96763,-73.96763]} },
}, geometry: { type: 'Point', coordinates:[-73.95392,-73.95392]} },
}, geometry: { type: 'Point', coordinates:[-73.93788,-73.93788]} },
}, geometry: { type: 'Point', coordinates:[-73.9503,-73.9503]} },
}, geometry: { type: 'Point', coordinates:[-73.95348,-73.95348]} },
}, geometry: { type: 'Point', coordinates:[-73.95511,-73.95511]} },
}, geometry: { type: 'Point', coordinates:[-73.95578,-73.95578]} },
}, geometry: { type: 'Point', coordinates:[-73.95552,-73.95552]} },
}, geometry: { type: 'Point', coordinates:[-73.95341,-73.95341]} },
}, geometry: { type: 'Point', coordinates:[-73.95976,-73.95976]} },
}, geometry: { type: 'Point', coordinates:[-73.95018,-73.95018]} },
}, geometry: { type: 'Point', coordinates:[-73.95292,-73.95292]} },
}, geometry: { type: 'Point', coordinates:[-73.95327,-73.95327]} },
}, geometry: { type: 'Point', coordinates:[-73.95482,-73.95482]} },
}, geometry: { type: 'Point', coordinates:[-73.95312,-73.95312]} },
}, geometry: { type: 'Point', coordinates:[-73.95394,-73.95394]} },
}, geometry: { type: 'Point', coordinates:[-73.95485,-73.95485]} },
}, geometry: { type: 'Point', coordinates:[-73.95493,-73.95493]} },
}, geometry: { type: 'Point', coordinates:[-73.95199,-73.95199]} },
}, geometry: { type: 'Point', coordinates:[-73.94254,-73.94254]} },
}, geometry: { type: 'Point', coordinates:[-73.95671,-73.95671]} },
}, geometry: { type: 'Point', coordinates:[-73.95494,-73.95494]} },
}, geometry: { type: 'Point', coordinates:[-73.93956,-73.93956]} },
}, geometry: { type: 'Point', coordinates:[-73.95812,-73.95812]} },
}, geometry: { type: 'Point', coordinates:[-73.95226,-73.95226]} },
}, geometry: { type: 'Point', coordinates:[-73.96115,-73.96115]} },
}, geometry: { type: 'Point', coordinates:[-73.95298,-73.95298]} },
}, geometry: { type: 'Point', coordinates:[-73.95385,-73.95385]} },
}, geometry: { type: 'Point', coordinates:[-73.95284,-73.95284]} },
}, geometry: { type: 'Point', coordinates:[-73.9533,-73.9533]} },
}, geometry: { type: 'Point', coordinates:[-73.95254,-73.95254]} },
}, geometry: { type: 'Point', coordinates:[-73.95323,-73.95323]} },
}, geometry: { type: 'Point', coordinates:[-73.95271,-73.95271]} },
}, geometry: { type: 'Point', coordinates:[-73.95236,-73.95236]} },
}, geometry: { type: 'Point', coordinates:[-73.95316,-73.95316]} },
}, geometry: { type: 'Point', coordinates:[-73.95324,-73.95324]} },
}, geometry: { type: 'Point', coordinates:[-73.95247,-73.95247]} },
}, geometry: { type: 'Point', coordinates:[-73.95259,-73.95259]} },
}, geometry: { type: 'Point', coordinates:[-73.95296,-73.95296]} },
}, geometry: { type: 'Point', coordinates:[-73.97237,-73.97237]} },
}, geometry: { type: 'Point', coordinates:[-73.98293,-73.98293]} },
}, geometry: { type: 'Point', coordinates:[-73.97426,-73.97426]} },
}, geometry: { type: 'Point', coordinates:[-73.97255,-73.97255]} },
}, geometry: { type: 'Point', coordinates:[-73.97296,-73.97296]} },
}, geometry: { type: 'Point', coordinates:[-73.97386,-73.97386]} },
}, geometry: { type: 'Point', coordinates:[-73.93988,-73.93988]} },
}, geometry: { type: 'Point', coordinates:[-73.96793,-73.96793]} },
}, geometry: { type: 'Point', coordinates:[-73.95965,-73.95965]} },
}, geometry: { type: 'Point', coordinates:[-73.96094,-73.96094]} },
}, geometry: { type: 'Point', coordinates:[-73.90515,-73.90515]} },
}, geometry: { type: 'Point', coordinates:[-73.97666,-73.97666]} },
}, geometry: { type: 'Point', coordinates:[-73.97706,-73.97706]} },
}, geometry: { type: 'Point', coordinates:[-73.97865,-73.97865]} },
}, geometry: { type: 'Point', coordinates:[-73.98338,-73.98338]} },
}, geometry: { type: 'Point', coordinates:[-73.98109,-73.98109]} },
}, geometry: { type: 'Point', coordinates:[-73.97863,-73.97863]} },
}, geometry: { type: 'Point', coordinates:[-73.97989,-73.97989]} },
}, geometry: { type: 'Point', coordinates:[-73.98327,-73.98327]} },
}, geometry: { type: 'Point', coordinates:[-73.97323,-73.97323]} },
}, geometry: { type: 'Point', coordinates:[-73.98225,-73.98225]} },
}, geometry: { type: 'Point', coordinates:[-73.98142,-73.98142]} },
}, geometry: { type: 'Point', coordinates:[-73.98082,-73.98082]} },
}, geometry: { type: 'Point', coordinates:[-73.97616,-73.97616]} },
}, geometry: { type: 'Point', coordinates:[-73.97654,-73.97654]} },
}, geometry: { type: 'Point', coordinates:[-73.97904,-73.97904]} },
}, geometry: { type: 'Point', coordinates:[-73.98089,-73.98089]} },
}, geometry: { type: 'Point', coordinates:[-73.98083,-73.98083]} },
}, geometry: { type: 'Point', coordinates:[-73.98136,-73.98136]} },
}, geometry: { type: 'Point', coordinates:[-73.96428,-73.96428]} },
}, geometry: { type: 'Point', coordinates:[-73.96344,-73.96344]} },
}, geometry: { type: 'Point', coordinates:[-73.97243,-73.97243]} },
}, geometry: { type: 'Point', coordinates:[-73.97261,-73.97261]} },
}, geometry: { type: 'Point', coordinates:[-73.97162,-73.97162]} },
}, geometry: { type: 'Point', coordinates:[-73.96641,-73.96641]} },
}, geometry: { type: 'Point', coordinates:[-73.96595,-73.96595]} },
}, geometry: { type: 'Point', coordinates:[-73.97307,-73.97307]} },
}, geometry: { type: 'Point', coordinates:[-73.97262,-73.97262]} },
}, geometry: { type: 'Point', coordinates:[-73.96736,-73.96736]} },
}, geometry: { type: 'Point', coordinates:[-73.97299,-73.97299]} },
}, geometry: { type: 'Point', coordinates:[-73.96501,-73.96501]} },
}, geometry: { type: 'Point', coordinates:[-73.96238,-73.96238]} },
}, geometry: { type: 'Point', coordinates:[-73.96053,-73.96053]} },
}, geometry: { type: 'Point', coordinates:[-73.95641,-73.95641]} },
}, geometry: { type: 'Point', coordinates:[-73.95539,-73.95539]} },
}, geometry: { type: 'Point', coordinates:[-73.96003,-73.96003]} },
}, geometry: { type: 'Point', coordinates:[-73.96131,-73.96131]} },
}, geometry: { type: 'Point', coordinates:[-73.9533,-73.9533]} },
}, geometry: { type: 'Point', coordinates:[-73.95057,-73.95057]} },
}, geometry: { type: 'Point', coordinates:[-73.95937,-73.95937]} },
}, geometry: { type: 'Point', coordinates:[-73.95906,-73.95906]} },
}, geometry: { type: 'Point', coordinates:[-73.96181,-73.96181]} },
}, geometry: { type: 'Point', coordinates:[-73.96066,-73.96066]} },
}, geometry: { type: 'Point', coordinates:[-73.95646,-73.95646]} },
}, geometry: { type: 'Point', coordinates:[-73.96294,-73.96294]} },
}, geometry: { type: 'Point', coordinates:[-73.95016,-73.95016]} },
}, geometry: { type: 'Point', coordinates:[-73.95951,-73.95951]} },
}, geometry: { type: 'Point', coordinates:[-73.95275,-73.95275]} },
}, geometry: { type: 'Point', coordinates:[-73.95781,-73.95781]} },
}, geometry: { type: 'Point', coordinates:[-74.00581,-74.00581]} },
}, geometry: { type: 'Point', coordinates:[-74.01551,-74.01551]} },
}, geometry: { type: 'Point', coordinates:[-74.01635,-74.01635]} },
}, geometry: { type: 'Point', coordinates:[-74.01065,-74.01065]} },
}, geometry: { type: 'Point', coordinates:[-73.94079,-73.94079]} },
}, geometry: { type: 'Point', coordinates:[-73.95149,-73.95149]} },
}, geometry: { type: 'Point', coordinates:[-73.94122,-73.94122]} },
}, geometry: { type: 'Point', coordinates:[-73.98779,-73.98779]} },
}, geometry: { type: 'Point', coordinates:[-73.9878,-73.9878]} },
}, geometry: { type: 'Point', coordinates:[-73.97966,-73.97966]} },
}, geometry: { type: 'Point', coordinates:[-73.98912,-73.98912]} },
}, geometry: { type: 'Point', coordinates:[-73.98604,-73.98604]} },
}, geometry: { type: 'Point', coordinates:[-73.97925,-73.97925]} },
}, geometry: { type: 'Point', coordinates:[-73.98804,-73.98804]} },
}, geometry: { type: 'Point', coordinates:[-73.98287,-73.98287]} },
}, geometry: { type: 'Point', coordinates:[-73.99239,-73.99239]} },
}, geometry: { type: 'Point', coordinates:[-73.99833,-73.99833]} },
}, geometry: { type: 'Point', coordinates:[-73.99042,-73.99042]} },
}, geometry: { type: 'Point', coordinates:[-74.00627,-74.00627]} },
}, geometry: { type: 'Point', coordinates:[-74.02066,-74.02066]} },
}, geometry: { type: 'Point', coordinates:[-74.0162,-74.0162]} },
}, geometry: { type: 'Point', coordinates:[-73.99077,-73.99077]} },
}, geometry: { type: 'Point', coordinates:[-73.98954,-73.98954]} },
}, geometry: { type: 'Point', coordinates:[-73.99743,-73.99743]} },
}, geometry: { type: 'Point', coordinates:[-73.98822,-73.98822]} },
}, geometry: { type: 'Point', coordinates:[-74.00304,-74.00304]} },
}, geometry: { type: 'Point', coordinates:[-74.01422,-74.01422]} },
}, geometry: { type: 'Point', coordinates:[-73.99328,-73.99328]} },
}, geometry: { type: 'Point', coordinates:[-73.98284,-73.98284]} },
}, geometry: { type: 'Point', coordinates:[-73.94236,-73.94236]} },
}, geometry: { type: 'Point', coordinates:[-73.95352,-73.95352]} },
}, geometry: { type: 'Point', coordinates:[-73.95718,-73.95718]} },
}, geometry: { type: 'Point', coordinates:[-73.9356,-73.9356]} },
}, geometry: { type: 'Point', coordinates:[-73.9593,-73.9593]} },
}, geometry: { type: 'Point', coordinates:[-73.96204,-73.96204]} },
}, geometry: { type: 'Point', coordinates:[-73.96792,-73.96792]} },
}, geometry: { type: 'Point', coordinates:[-73.96112,-73.96112]} },
}, geometry: { type: 'Point', coordinates:[-73.95748,-73.95748]} },
}, geometry: { type: 'Point', coordinates:[-73.96218,-73.96218]} },
}, geometry: { type: 'Point', coordinates:[-73.95775,-73.95775]} },
}, geometry: { type: 'Point', coordinates:[-73.96119,-73.96119]} },
}, geometry: { type: 'Point', coordinates:[-73.94177,-73.94177]} },
}, geometry: { type: 'Point', coordinates:[-73.94844,-73.94844]} },
}, geometry: { type: 'Point', coordinates:[-73.96121,-73.96121]} },
}, geometry: { type: 'Point', coordinates:[-73.95748,-73.95748]} },
}, geometry: { type: 'Point', coordinates:[-73.96468,-73.96468]} },
}, geometry: { type: 'Point', coordinates:[-73.94835,-73.94835]} },
}, geometry: { type: 'Point', coordinates:[-73.93938,-73.93938]} },
}, geometry: { type: 'Point', coordinates:[-73.95935,-73.95935]} },
}, geometry: { type: 'Point', coordinates:[-73.96087,-73.96087]} },
}, geometry: { type: 'Point', coordinates:[-73.96398,-73.96398]} },
}, geometry: { type: 'Point', coordinates:[-73.95055,-73.95055]} },
}, geometry: { type: 'Point', coordinates:[-73.9677,-73.9677]} },
}, geometry: { type: 'Point', coordinates:[-73.9587,-73.9587]} },
}, geometry: { type: 'Point', coordinates:[-73.95976,-73.95976]} },
}, geometry: { type: 'Point', coordinates:[-73.93845,-73.93845]} },
}, geometry: { type: 'Point', coordinates:[-73.95162,-73.95162]} },
}, geometry: { type: 'Point', coordinates:[-73.96018,-73.96018]} },
}, geometry: { type: 'Point', coordinates:[-73.95177,-73.95177]} },
}, geometry: { type: 'Point', coordinates:[-73.95467,-73.95467]} },
}, geometry: { type: 'Point', coordinates:[-73.9626,-73.9626]} },
}, geometry: { type: 'Point', coordinates:[-73.95175,-73.95175]} },
}, geometry: { type: 'Point', coordinates:[-73.94641,-73.94641]} },
}, geometry: { type: 'Point', coordinates:[-73.96282,-73.96282]} },
}, geometry: { type: 'Point', coordinates:[-73.96101,-73.96101]} },
}, geometry: { type: 'Point', coordinates:[-73.9597,-73.9597]} },
}, geometry: { type: 'Point', coordinates:[-73.95763,-73.95763]} },
}, geometry: { type: 'Point', coordinates:[-73.95455,-73.95455]} },
}, geometry: { type: 'Point', coordinates:[-73.96015,-73.96015]} },
}, geometry: { type: 'Point', coordinates:[-73.95613,-73.95613]} },
}, geometry: { type: 'Point', coordinates:[-73.96053,-73.96053]} },
}, geometry: { type: 'Point', coordinates:[-73.94061,-73.94061]} },
}, geometry: { type: 'Point', coordinates:[-73.95952,-73.95952]} },
}, geometry: { type: 'Point', coordinates:[-73.94332,-73.94332]} },
}, geometry: { type: 'Point', coordinates:[-73.95849,-73.95849]} },
}, geometry: { type: 'Point', coordinates:[-73.94809,-73.94809]} },
}, geometry: { type: 'Point', coordinates:[-73.96019,-73.96019]} },
}, geometry: { type: 'Point', coordinates:[-73.9565,-73.9565]} },
}, geometry: { type: 'Point', coordinates:[-73.94144,-73.94144]} },
}, geometry: { type: 'Point', coordinates:[-73.94495,-73.94495]} },
}, geometry: { type: 'Point', coordinates:[-73.95914,-73.95914]} },
}, geometry: { type: 'Point', coordinates:[-73.94284,-73.94284]} },
}, geometry: { type: 'Point', coordinates:[-73.94128,-73.94128]} },
}, geometry: { type: 'Point', coordinates:[-73.95745,-73.95745]} },
}, geometry: { type: 'Point', coordinates:[-73.96665,-73.96665]} },
}, geometry: { type: 'Point', coordinates:[-73.96524,-73.96524]} },
}, geometry: { type: 'Point', coordinates:[-73.95425,-73.95425]} },
}, geometry: { type: 'Point', coordinates:[-73.96199,-73.96199]} },
}, geometry: { type: 'Point', coordinates:[-73.94336,-73.94336]} },
}, geometry: { type: 'Point', coordinates:[-73.96115,-73.96115]} },
}, geometry: { type: 'Point', coordinates:[-73.94501,-73.94501]} },
}, geometry: { type: 'Point', coordinates:[-73.94362,-73.94362]} },
}, geometry: { type: 'Point', coordinates:[-73.9497,-73.9497]} },
}, geometry: { type: 'Point', coordinates:[-73.9428,-73.9428]} },
}, geometry: { type: 'Point', coordinates:[-73.96596,-73.96596]} },
}, geometry: { type: 'Point', coordinates:[-73.95582,-73.95582]} },
}, geometry: { type: 'Point', coordinates:[-73.94291,-73.94291]} },
}, geometry: { type: 'Point', coordinates:[-73.94576,-73.94576]} },
}, geometry: { type: 'Point', coordinates:[-73.95497,-73.95497]} },
}, geometry: { type: 'Point', coordinates:[-73.94157,-73.94157]} },
}, geometry: { type: 'Point', coordinates:[-73.95508,-73.95508]} },
}, geometry: { type: 'Point', coordinates:[-73.96019,-73.96019]} },
}, geometry: { type: 'Point', coordinates:[-73.95737,-73.95737]} },
}, geometry: { type: 'Point', coordinates:[-73.9529,-73.9529]} },
}, geometry: { type: 'Point', coordinates:[-73.9489,-73.9489]} },
}, geometry: { type: 'Point', coordinates:[-73.9567,-73.9567]} },
}, geometry: { type: 'Point', coordinates:[-73.94335,-73.94335]} },
}, geometry: { type: 'Point', coordinates:[-73.93974,-73.93974]} },
}, geometry: { type: 'Point', coordinates:[-73.95505,-73.95505]} },
}, geometry: { type: 'Point', coordinates:[-73.96126,-73.96126]} },
}, geometry: { type: 'Point', coordinates:[-73.95191,-73.95191]} },
}, geometry: { type: 'Point', coordinates:[-73.9484,-73.9484]} },
}, geometry: { type: 'Point', coordinates:[-73.94289,-73.94289]} },
}, geometry: { type: 'Point', coordinates:[-73.95694,-73.95694]} },
}, geometry: { type: 'Point', coordinates:[-73.94331,-73.94331]} },
}, geometry: { type: 'Point', coordinates:[-73.96225,-73.96225]} },
}, geometry: { type: 'Point', coordinates:[-73.95239,-73.95239]} },
}, geometry: { type: 'Point', coordinates:[-73.94881,-73.94881]} },
}, geometry: { type: 'Point', coordinates:[-73.96573,-73.96573]} },
}, geometry: { type: 'Point', coordinates:[-73.94159,-73.94159]} },
}, geometry: { type: 'Point', coordinates:[-73.95554,-73.95554]} },
}, geometry: { type: 'Point', coordinates:[-73.96627,-73.96627]} },
}, geometry: { type: 'Point', coordinates:[-73.95786,-73.95786]} },
}, geometry: { type: 'Point', coordinates:[-73.94609,-73.94609]} },
}, geometry: { type: 'Point', coordinates:[-73.96064,-73.96064]} },
}, geometry: { type: 'Point', coordinates:[-73.96267,-73.96267]} },
}, geometry: { type: 'Point', coordinates:[-73.95852,-73.95852]} },
}, geometry: { type: 'Point', coordinates:[-73.95814,-73.95814]} },
}, geometry: { type: 'Point', coordinates:[-73.95414,-73.95414]} },
}, geometry: { type: 'Point', coordinates:[-73.96192,-73.96192]} },
}, geometry: { type: 'Point', coordinates:[-73.96449,-73.96449]} },
}, geometry: { type: 'Point', coordinates:[-73.95917,-73.95917]} },
}, geometry: { type: 'Point', coordinates:[-73.96369,-73.96369]} },
}, geometry: { type: 'Point', coordinates:[-73.94013,-73.94013]} },
}, geometry: { type: 'Point', coordinates:[-73.95573,-73.95573]} },
}, geometry: { type: 'Point', coordinates:[-73.95696,-73.95696]} },
}, geometry: { type: 'Point', coordinates:[-73.93285,-73.93285]} },
}, geometry: { type: 'Point', coordinates:[-73.96573,-73.96573]} },
}, geometry: { type: 'Point', coordinates:[-73.96484,-73.96484]} },
}, geometry: { type: 'Point', coordinates:[-73.96225,-73.96225]} },
}, geometry: { type: 'Point', coordinates:[-73.95759,-73.95759]} },
}, geometry: { type: 'Point', coordinates:[-73.94447,-73.94447]} },
}, geometry: { type: 'Point', coordinates:[-73.9322,-73.9322]} },
}, geometry: { type: 'Point', coordinates:[-73.96226,-73.96226]} },
}, geometry: { type: 'Point', coordinates:[-73.94292,-73.94292]} },
}, geometry: { type: 'Point', coordinates:[-73.965,-73.965]} },
}, geometry: { type: 'Point', coordinates:[-73.95282,-73.95282]} },
}, geometry: { type: 'Point', coordinates:[-73.94055,-73.94055]} },
}, geometry: { type: 'Point', coordinates:[-73.94531,-73.94531]} },
}, geometry: { type: 'Point', coordinates:[-73.94378,-73.94378]} },
}, geometry: { type: 'Point', coordinates:[-73.94643,-73.94643]} },
}, geometry: { type: 'Point', coordinates:[-73.95166,-73.95166]} },
}, geometry: { type: 'Point', coordinates:[-73.94383,-73.94383]} },
}, geometry: { type: 'Point', coordinates:[-73.95763,-73.95763]} },
}, geometry: { type: 'Point', coordinates:[-73.95472,-73.95472]} },
}, geometry: { type: 'Point', coordinates:[-73.96728,-73.96728]} },
}, geometry: { type: 'Point', coordinates:[-73.95352,-73.95352]} },
}, geometry: { type: 'Point', coordinates:[-73.95706,-73.95706]} },
}, geometry: { type: 'Point', coordinates:[-73.96216,-73.96216]} },
}, geometry: { type: 'Point', coordinates:[-73.9474,-73.9474]} },
}, geometry: { type: 'Point', coordinates:[-73.95689,-73.95689]} },
}, geometry: { type: 'Point', coordinates:[-73.96553,-73.96553]} },
}, geometry: { type: 'Point', coordinates:[-73.95581,-73.95581]} },
}, geometry: { type: 'Point', coordinates:[-73.94084,-73.94084]} },
}, geometry: { type: 'Point', coordinates:[-73.95305,-73.95305]} },
}, geometry: { type: 'Point', coordinates:[-73.97519,-73.97519]} },
}, geometry: { type: 'Point', coordinates:[-73.98397,-73.98397]} },
}, geometry: { type: 'Point', coordinates:[-73.97675,-73.97675]} },
}, geometry: { type: 'Point', coordinates:[-73.97762,-73.97762]} },
}, geometry: { type: 'Point', coordinates:[-73.98484,-73.98484]} },
}, geometry: { type: 'Point', coordinates:[-73.97904,-73.97904]} },
}, geometry: { type: 'Point', coordinates:[-74.01804,-74.01804]} },
}, geometry: { type: 'Point', coordinates:[-74.01504,-74.01504]} },
}, geometry: { type: 'Point', coordinates:[-74.0162,-74.0162]} },
}, geometry: { type: 'Point', coordinates:[-74.00595,-74.00595]} },
}, geometry: { type: 'Point', coordinates:[-73.99037,-73.99037]} },
}, geometry: { type: 'Point', coordinates:[-73.9908,-73.9908]} },
}, geometry: { type: 'Point', coordinates:[-73.98998,-73.98998]} },
}, geometry: { type: 'Point', coordinates:[-73.98945,-73.98945]} },
}, geometry: { type: 'Point', coordinates:[-73.99108,-73.99108]} },
}, geometry: { type: 'Point', coordinates:[-73.99752,-73.99752]} },
}, geometry: { type: 'Point', coordinates:[-73.99108,-73.99108]} },
}, geometry: { type: 'Point', coordinates:[-73.99828,-73.99828]} },
}, geometry: { type: 'Point', coordinates:[-73.99628,-73.99628]} },
}, geometry: { type: 'Point', coordinates:[-73.99902,-73.99902]} },
}, geometry: { type: 'Point', coordinates:[-73.991,-73.991]} },
}, geometry: { type: 'Point', coordinates:[-73.99123,-73.99123]} },
}, geometry: { type: 'Point', coordinates:[-73.99703,-73.99703]} },
}, geometry: { type: 'Point', coordinates:[-74.00774,-74.00774]} },
}, geometry: { type: 'Point', coordinates:[-73.94399,-73.94399]} },
}, geometry: { type: 'Point', coordinates:[-73.94802,-73.94802]} },
}, geometry: { type: 'Point', coordinates:[-73.93922,-73.93922]} },
}, geometry: { type: 'Point', coordinates:[-73.93997,-73.93997]} },
}, geometry: { type: 'Point', coordinates:[-73.94275,-73.94275]} },
}, geometry: { type: 'Point', coordinates:[-73.94573,-73.94573]} },
}, geometry: { type: 'Point', coordinates:[-73.93936,-73.93936]} },
}, geometry: { type: 'Point', coordinates:[-73.94903,-73.94903]} },
}, geometry: { type: 'Point', coordinates:[-73.93878,-73.93878]} },
}, geometry: { type: 'Point', coordinates:[-73.94102,-73.94102]} },
}, geometry: { type: 'Point', coordinates:[-73.94289,-73.94289]} },
}, geometry: { type: 'Point', coordinates:[-73.94007,-73.94007]} },
}, geometry: { type: 'Point', coordinates:[-73.9468,-73.9468]} },
}, geometry: { type: 'Point', coordinates:[-73.94759,-73.94759]} },
}, geometry: { type: 'Point', coordinates:[-73.94535,-73.94535]} },
}, geometry: { type: 'Point', coordinates:[-73.93433,-73.93433]} },
}, geometry: { type: 'Point', coordinates:[-73.94462,-73.94462]} },
}, geometry: { type: 'Point', coordinates:[-73.94466,-73.94466]} },
}, geometry: { type: 'Point', coordinates:[-73.93612,-73.93612]} },
}, geometry: { type: 'Point', coordinates:[-73.93967,-73.93967]} },
}, geometry: { type: 'Point', coordinates:[-73.93611,-73.93611]} },
}, geometry: { type: 'Point', coordinates:[-73.94463,-73.94463]} },
}, geometry: { type: 'Point', coordinates:[-73.94381,-73.94381]} },
}, geometry: { type: 'Point', coordinates:[-73.94801,-73.94801]} },
}, geometry: { type: 'Point', coordinates:[-73.93493,-73.93493]} },
}, geometry: { type: 'Point', coordinates:[-73.94017,-73.94017]} },
}, geometry: { type: 'Point', coordinates:[-73.94628,-73.94628]} },
}, geometry: { type: 'Point', coordinates:[-73.94743,-73.94743]} },
}, geometry: { type: 'Point', coordinates:[-73.93182,-73.93182]} },
}, geometry: { type: 'Point', coordinates:[-73.94361,-73.94361]} },
}, geometry: { type: 'Point', coordinates:[-73.94801,-73.94801]} },
}, geometry: { type: 'Point', coordinates:[-73.95101,-73.95101]} },
}, geometry: { type: 'Point', coordinates:[-73.94618,-73.94618]} },
}, geometry: { type: 'Point', coordinates:[-73.93514,-73.93514]} },
}, geometry: { type: 'Point', coordinates:[-73.944,-73.944]} },
}, geometry: { type: 'Point', coordinates:[-73.94579,-73.94579]} },
}, geometry: { type: 'Point', coordinates:[-73.95058,-73.95058]} },
}, geometry: { type: 'Point', coordinates:[-73.93889,-73.93889]} },
}, geometry: { type: 'Point', coordinates:[-73.94465,-73.94465]} },
}, geometry: { type: 'Point', coordinates:[-73.94951,-73.94951]} },
}, geometry: { type: 'Point', coordinates:[-73.94004,-73.94004]} },
}, geometry: { type: 'Point', coordinates:[-73.94932,-73.94932]} },
}, geometry: { type: 'Point', coordinates:[-73.94009,-73.94009]} },
}, geometry: { type: 'Point', coordinates:[-73.9333,-73.9333]} },
}, geometry: { type: 'Point', coordinates:[-73.94009,-73.94009]} },
}, geometry: { type: 'Point', coordinates:[-73.95076,-73.95076]} },
}, geometry: { type: 'Point', coordinates:[-73.95138,-73.95138]} },
}, geometry: { type: 'Point', coordinates:[-73.93274,-73.93274]} },
}, geometry: { type: 'Point', coordinates:[-73.94376,-73.94376]} },
}, geometry: { type: 'Point', coordinates:[-73.93223,-73.93223]} },
}, geometry: { type: 'Point', coordinates:[-73.94309,-73.94309]} },
}, geometry: { type: 'Point', coordinates:[-73.94715,-73.94715]} },
}, geometry: { type: 'Point', coordinates:[-73.94037,-73.94037]} },
}, geometry: { type: 'Point', coordinates:[-73.93657,-73.93657]} },
}, geometry: { type: 'Point', coordinates:[-73.9488,-73.9488]} },
}, geometry: { type: 'Point', coordinates:[-73.94046,-73.94046]} },
}, geometry: { type: 'Point', coordinates:[-73.94726,-73.94726]} },
}, geometry: { type: 'Point', coordinates:[-73.94048,-73.94048]} },
}, geometry: { type: 'Point', coordinates:[-73.94041,-73.94041]} },
}, geometry: { type: 'Point', coordinates:[-73.94414,-73.94414]} },
}, geometry: { type: 'Point', coordinates:[-73.95276,-73.95276]} },
}, geometry: { type: 'Point', coordinates:[-73.93132,-73.93132]} },
}, geometry: { type: 'Point', coordinates:[-73.93839,-73.93839]} },
}, geometry: { type: 'Point', coordinates:[-73.94346,-73.94346]} },
}, geometry: { type: 'Point', coordinates:[-73.94846,-73.94846]} },
}, geometry: { type: 'Point', coordinates:[-73.93842,-73.93842]} },
}, geometry: { type: 'Point', coordinates:[-73.94398,-73.94398]} },
}, geometry: { type: 'Point', coordinates:[-73.93754,-73.93754]} },
}, geometry: { type: 'Point', coordinates:[-73.9361,-73.9361]} },
}, geometry: { type: 'Point', coordinates:[-73.93585,-73.93585]} },
}, geometry: { type: 'Point', coordinates:[-73.94087,-73.94087]} },
}, geometry: { type: 'Point', coordinates:[-73.94434,-73.94434]} },
}, geometry: { type: 'Point', coordinates:[-73.9454,-73.9454]} },
}, geometry: { type: 'Point', coordinates:[-73.94294,-73.94294]} },
}, geometry: { type: 'Point', coordinates:[-73.94769,-73.94769]} },
}, geometry: { type: 'Point', coordinates:[-73.94237,-73.94237]} },
}, geometry: { type: 'Point', coordinates:[-73.94495,-73.94495]} },
}, geometry: { type: 'Point', coordinates:[-73.95062,-73.95062]} },
}, geometry: { type: 'Point', coordinates:[-73.95087,-73.95087]} },
}, geometry: { type: 'Point', coordinates:[-73.94048,-73.94048]} },
}, geometry: { type: 'Point', coordinates:[-73.93686,-73.93686]} },
}, geometry: { type: 'Point', coordinates:[-73.94779,-73.94779]} },
}, geometry: { type: 'Point', coordinates:[-73.9358,-73.9358]} },
}, geometry: { type: 'Point', coordinates:[-73.94686,-73.94686]} },
}, geometry: { type: 'Point', coordinates:[-73.94142,-73.94142]} },
}, geometry: { type: 'Point', coordinates:[-73.94499,-73.94499]} },
}, geometry: { type: 'Point', coordinates:[-73.94231,-73.94231]} },
}, geometry: { type: 'Point', coordinates:[-73.94592,-73.94592]} },
}, geometry: { type: 'Point', coordinates:[-73.94265,-73.94265]} },
}, geometry: { type: 'Point', coordinates:[-73.94793,-73.94793]} },
}, geometry: { type: 'Point', coordinates:[-73.94888,-73.94888]} },
}, geometry: { type: 'Point', coordinates:[-73.94764,-73.94764]} },
}, geometry: { type: 'Point', coordinates:[-73.94844,-73.94844]} },
}, geometry: { type: 'Point', coordinates:[-73.94482,-73.94482]} },
}, geometry: { type: 'Point', coordinates:[-73.94563,-73.94563]} },
}, geometry: { type: 'Point', coordinates:[-73.93876,-73.93876]} },
}, geometry: { type: 'Point', coordinates:[-73.93908,-73.93908]} },
}, geometry: { type: 'Point', coordinates:[-73.94347,-73.94347]} },
}, geometry: { type: 'Point', coordinates:[-73.94218,-73.94218]} },
}, geometry: { type: 'Point', coordinates:[-73.94976,-73.94976]} },
}, geometry: { type: 'Point', coordinates:[-74.01345,-74.01345]} },
}, geometry: { type: 'Point', coordinates:[-74.01525,-74.01525]} },
}, geometry: { type: 'Point', coordinates:[-74.0146,-74.0146]} },
}, geometry: { type: 'Point', coordinates:[-74.00971,-74.00971]} },
}, geometry: { type: 'Point', coordinates:[-74.01235,-74.01235]} },
}, geometry: { type: 'Point', coordinates:[-74.00888,-74.00888]} },
}, geometry: { type: 'Point', coordinates:[-74.00121,-74.00121]} },
}, geometry: { type: 'Point', coordinates:[-74.00799,-74.00799]} },
}, geometry: { type: 'Point', coordinates:[-74.0072,-74.0072]} },
}, geometry: { type: 'Point', coordinates:[-74.00238,-74.00238]} },
}, geometry: { type: 'Point', coordinates:[-74.01322,-74.01322]} },
}, geometry: { type: 'Point', coordinates:[-74.00671,-74.00671]} },
}, geometry: { type: 'Point', coordinates:[-74.00943,-74.00943]} },
}, geometry: { type: 'Point', coordinates:[-74.00495,-74.00495]} },
}, geometry: { type: 'Point', coordinates:[-74.00701,-74.00701]} },
}, geometry: { type: 'Point', coordinates:[-74.01533,-74.01533]} },
}, geometry: { type: 'Point', coordinates:[-74.00728,-74.00728]} },
}, geometry: { type: 'Point', coordinates:[-74.002,-74.002]} },
}, geometry: { type: 'Point', coordinates:[-74.00745,-74.00745]} },
}, geometry: { type: 'Point', coordinates:[-74.01455,-74.01455]} },
}, geometry: { type: 'Point', coordinates:[-74.00866,-74.00866]} },
}, geometry: { type: 'Point', coordinates:[-74.01266,-74.01266]} },
}, geometry: { type: 'Point', coordinates:[-74.01508,-74.01508]} },
}, geometry: { type: 'Point', coordinates:[-73.98999,-73.98999]} },
}, geometry: { type: 'Point', coordinates:[-73.99065,-73.99065]} },
}, geometry: { type: 'Point', coordinates:[-73.98498,-73.98498]} },
}, geometry: { type: 'Point', coordinates:[-73.98452,-73.98452]} },
}, geometry: { type: 'Point', coordinates:[-73.99474,-73.99474]} },
}, geometry: { type: 'Point', coordinates:[-73.9419,-73.9419]} },
}, geometry: { type: 'Point', coordinates:[-73.95466,-73.95466]} },
}, geometry: { type: 'Point', coordinates:[-73.95318,-73.95318]} },
}, geometry: { type: 'Point', coordinates:[-73.94478,-73.94478]} },
}, geometry: { type: 'Point', coordinates:[-73.95136,-73.95136]} },
}, geometry: { type: 'Point', coordinates:[-73.94731,-73.94731]} },
}, geometry: { type: 'Point', coordinates:[-73.95139,-73.95139]} },
}, geometry: { type: 'Point', coordinates:[-73.95069,-73.95069]} },
}, geometry: { type: 'Point', coordinates:[-73.94421,-73.94421]} },
}, geometry: { type: 'Point', coordinates:[-73.94919,-73.94919]} },
}, geometry: { type: 'Point', coordinates:[-73.94894,-73.94894]} },
}, geometry: { type: 'Point', coordinates:[-73.94907,-73.94907]} },
}, geometry: { type: 'Point', coordinates:[-73.94791,-73.94791]} },
}, geometry: { type: 'Point', coordinates:[-73.9373,-73.9373]} },
}, geometry: { type: 'Point', coordinates:[-73.95603,-73.95603]} },
}, geometry: { type: 'Point', coordinates:[-73.94598,-73.94598]} },
}, geometry: { type: 'Point', coordinates:[-73.94737,-73.94737]} },
}, geometry: { type: 'Point', coordinates:[-73.94499,-73.94499]} },
}, geometry: { type: 'Point', coordinates:[-73.94343,-73.94343]} },
}, geometry: { type: 'Point', coordinates:[-73.94287,-73.94287]} },
}, geometry: { type: 'Point', coordinates:[-73.94434,-73.94434]} },
}, geometry: { type: 'Point', coordinates:[-73.94707,-73.94707]} },
}, geometry: { type: 'Point', coordinates:[-73.9575,-73.9575]} },
}, geometry: { type: 'Point', coordinates:[-73.94307,-73.94307]} },
}, geometry: { type: 'Point', coordinates:[-73.95306,-73.95306]} },
}, geometry: { type: 'Point', coordinates:[-73.94867,-73.94867]} },
}, geometry: { type: 'Point', coordinates:[-73.9462,-73.9462]} },
}, geometry: { type: 'Point', coordinates:[-73.94717,-73.94717]} },
}, geometry: { type: 'Point', coordinates:[-73.95424,-73.95424]} },
}, geometry: { type: 'Point', coordinates:[-73.95231,-73.95231]} },
}, geometry: { type: 'Point', coordinates:[-73.95189,-73.95189]} },
}, geometry: { type: 'Point', coordinates:[-73.95328,-73.95328]} },
}, geometry: { type: 'Point', coordinates:[-73.94095,-73.94095]} },
}, geometry: { type: 'Point', coordinates:[-73.94794,-73.94794]} },
}, geometry: { type: 'Point', coordinates:[-73.94453,-73.94453]} },
}, geometry: { type: 'Point', coordinates:[-73.94446,-73.94446]} },
}, geometry: { type: 'Point', coordinates:[-73.9532,-73.9532]} },
}, geometry: { type: 'Point', coordinates:[-73.94688,-73.94688]} },
}, geometry: { type: 'Point', coordinates:[-73.94571,-73.94571]} },
}, geometry: { type: 'Point', coordinates:[-73.95016,-73.95016]} },
}, geometry: { type: 'Point', coordinates:[-73.9463,-73.9463]} },
}, geometry: { type: 'Point', coordinates:[-73.94633,-73.94633]} },
}, geometry: { type: 'Point', coordinates:[-73.95139,-73.95139]} },
}, geometry: { type: 'Point', coordinates:[-73.94934,-73.94934]} },
}, geometry: { type: 'Point', coordinates:[-73.94558,-73.94558]} },
}, geometry: { type: 'Point', coordinates:[-73.95359,-73.95359]} },
}, geometry: { type: 'Point', coordinates:[-73.95329,-73.95329]} },
}, geometry: { type: 'Point', coordinates:[-73.94754,-73.94754]} },
}, geometry: { type: 'Point', coordinates:[-73.94651,-73.94651]} },
}, geometry: { type: 'Point', coordinates:[-73.94718,-73.94718]} },
}, geometry: { type: 'Point', coordinates:[-73.94682,-73.94682]} },
}, geometry: { type: 'Point', coordinates:[-73.94174,-73.94174]} },
}, geometry: { type: 'Point', coordinates:[-73.95208,-73.95208]} },
}, geometry: { type: 'Point', coordinates:[-73.95545,-73.95545]} },
}, geometry: { type: 'Point', coordinates:[-73.95153,-73.95153]} },
}, geometry: { type: 'Point', coordinates:[-73.95048,-73.95048]} },
}, geometry: { type: 'Point', coordinates:[-73.94197,-73.94197]} },
}, geometry: { type: 'Point', coordinates:[-73.94288,-73.94288]} },
}, geometry: { type: 'Point', coordinates:[-73.94279,-73.94279]} },
}, geometry: { type: 'Point', coordinates:[-73.94692,-73.94692]} },
}, geometry: { type: 'Point', coordinates:[-73.94567,-73.94567]} },
}, geometry: { type: 'Point', coordinates:[-73.94516,-73.94516]} },
}, geometry: { type: 'Point', coordinates:[-73.95257,-73.95257]} },
}, geometry: { type: 'Point', coordinates:[-73.95166,-73.95166]} },
}, geometry: { type: 'Point', coordinates:[-73.95585,-73.95585]} },
}, geometry: { type: 'Point', coordinates:[-73.94071,-73.94071]} },
}, geometry: { type: 'Point', coordinates:[-73.95082,-73.95082]} },
}, geometry: { type: 'Point', coordinates:[-73.95589,-73.95589]} },
}, geometry: { type: 'Point', coordinates:[-73.95146,-73.95146]} },
}, geometry: { type: 'Point', coordinates:[-73.95433,-73.95433]} },
}, geometry: { type: 'Point', coordinates:[-73.94723,-73.94723]} },
}, geometry: { type: 'Point', coordinates:[-73.94792,-73.94792]} },
}, geometry: { type: 'Point', coordinates:[-73.94754,-73.94754]} },
}, geometry: { type: 'Point', coordinates:[-73.94774,-73.94774]} },
}, geometry: { type: 'Point', coordinates:[-73.94603,-73.94603]} },
}, geometry: { type: 'Point', coordinates:[-73.94596,-73.94596]} },
}, geometry: { type: 'Point', coordinates:[-73.94457,-73.94457]} },
}, geometry: { type: 'Point', coordinates:[-73.9531,-73.9531]} },
}, geometry: { type: 'Point', coordinates:[-73.94433,-73.94433]} },
}, geometry: { type: 'Point', coordinates:[-73.95159,-73.95159]} },
}, geometry: { type: 'Point', coordinates:[-73.93877,-73.93877]} },
}, geometry: { type: 'Point', coordinates:[-73.95278,-73.95278]} },
}, geometry: { type: 'Point', coordinates:[-73.94355,-73.94355]} },
}, geometry: { type: 'Point', coordinates:[-73.95,-73.95]} },
}, geometry: { type: 'Point', coordinates:[-73.95156,-73.95156]} },
}, geometry: { type: 'Point', coordinates:[-73.94866,-73.94866]} },
}, geometry: { type: 'Point', coordinates:[-73.94805,-73.94805]} },
}, geometry: { type: 'Point', coordinates:[-73.9522,-73.9522]} },
}, geometry: { type: 'Point', coordinates:[-73.94223,-73.94223]} },
}, geometry: { type: 'Point', coordinates:[-73.94311,-73.94311]} },
}, geometry: { type: 'Point', coordinates:[-73.98493,-73.98493]} },
}, geometry: { type: 'Point', coordinates:[-73.98867,-73.98867]} },
}, geometry: { type: 'Point', coordinates:[-73.98533,-73.98533]} },
}, geometry: { type: 'Point', coordinates:[-73.99293,-73.99293]} },
}, geometry: { type: 'Point', coordinates:[-73.99119,-73.99119]} },
}, geometry: { type: 'Point', coordinates:[-73.98865,-73.98865]} },
}, geometry: { type: 'Point', coordinates:[-73.98757,-73.98757]} },
}, geometry: { type: 'Point', coordinates:[-73.99291,-73.99291]} },
}, geometry: { type: 'Point', coordinates:[-73.98399,-73.98399]} },
}, geometry: { type: 'Point', coordinates:[-73.98854,-73.98854]} },
}, geometry: { type: 'Point', coordinates:[-73.99665,-73.99665]} },
}, geometry: { type: 'Point', coordinates:[-73.99271,-73.99271]} },
}, geometry: { type: 'Point', coordinates:[-73.98474,-73.98474]} },
}, geometry: { type: 'Point', coordinates:[-73.98508,-73.98508]} },
}, geometry: { type: 'Point', coordinates:[-73.99388,-73.99388]} },
}, geometry: { type: 'Point', coordinates:[-73.99181,-73.99181]} },
}, geometry: { type: 'Point', coordinates:[-73.99067,-73.99067]} },
}, geometry: { type: 'Point', coordinates:[-73.98728,-73.98728]} },
}, geometry: { type: 'Point', coordinates:[-73.99675,-73.99675]} },
}, geometry: { type: 'Point', coordinates:[-73.98651,-73.98651]} },
}, geometry: { type: 'Point', coordinates:[-73.99133,-73.99133]} },
}, geometry: { type: 'Point', coordinates:[-73.99152,-73.99152]} },
}, geometry: { type: 'Point', coordinates:[-73.9869,-73.9869]} },
}, geometry: { type: 'Point', coordinates:[-73.99165,-73.99165]} },
}, geometry: { type: 'Point', coordinates:[-73.99271,-73.99271]} },
}, geometry: { type: 'Point', coordinates:[-73.9892,-73.9892]} },
}, geometry: { type: 'Point', coordinates:[-73.99349,-73.99349]} },
}, geometry: { type: 'Point', coordinates:[-73.98679,-73.98679]} },
}, geometry: { type: 'Point', coordinates:[-73.99007,-73.99007]} },
}, geometry: { type: 'Point', coordinates:[-73.99469,-73.99469]} },
}, geometry: { type: 'Point', coordinates:[-73.99202,-73.99202]} },
}, geometry: { type: 'Point', coordinates:[-73.98471,-73.98471]} },
}, geometry: { type: 'Point', coordinates:[-73.9939,-73.9939]} },
}, geometry: { type: 'Point', coordinates:[-73.98857,-73.98857]} },
}, geometry: { type: 'Point', coordinates:[-73.99334,-73.99334]} },
}, geometry: { type: 'Point', coordinates:[-73.9888,-73.9888]} },
}, geometry: { type: 'Point', coordinates:[-73.99034,-73.99034]} },
}, geometry: { type: 'Point', coordinates:[-73.98803,-73.98803]} },
}, geometry: { type: 'Point', coordinates:[-73.99493,-73.99493]} },
}, geometry: { type: 'Point', coordinates:[-73.99303,-73.99303]} },
}, geometry: { type: 'Point', coordinates:[-73.99473,-73.99473]} },
}, geometry: { type: 'Point', coordinates:[-73.99133,-73.99133]} },
}, geometry: { type: 'Point', coordinates:[-73.9998,-73.9998]} },
}, geometry: { type: 'Point', coordinates:[-73.99161,-73.99161]} },
}, geometry: { type: 'Point', coordinates:[-73.98722,-73.98722]} },
}, geometry: { type: 'Point', coordinates:[-73.98767,-73.98767]} },
}, geometry: { type: 'Point', coordinates:[-73.9957,-73.9957]} },
}, geometry: { type: 'Point', coordinates:[-73.99015,-73.99015]} },
}, geometry: { type: 'Point', coordinates:[-73.99382,-73.99382]} },
}, geometry: { type: 'Point', coordinates:[-73.98728,-73.98728]} },
}, geometry: { type: 'Point', coordinates:[-73.98619,-73.98619]} },
}, geometry: { type: 'Point', coordinates:[-73.99507,-73.99507]} },
}, geometry: { type: 'Point', coordinates:[-73.9953,-73.9953]} },
}, geometry: { type: 'Point', coordinates:[-73.99076,-73.99076]} },
}, geometry: { type: 'Point', coordinates:[-73.99154,-73.99154]} },
}, geometry: { type: 'Point', coordinates:[-73.98345,-73.98345]} },
}, geometry: { type: 'Point', coordinates:[-73.99346,-73.99346]} },
}, geometry: { type: 'Point', coordinates:[-73.98411,-73.98411]} },
}, geometry: { type: 'Point', coordinates:[-73.98893,-73.98893]} },
}, geometry: { type: 'Point', coordinates:[-73.98918,-73.98918]} },
}, geometry: { type: 'Point', coordinates:[-73.98715,-73.98715]} },
}, geometry: { type: 'Point', coordinates:[-73.98677,-73.98677]} },
}, geometry: { type: 'Point', coordinates:[-73.99014,-73.99014]} },
}, geometry: { type: 'Point', coordinates:[-73.98911,-73.98911]} },
}, geometry: { type: 'Point', coordinates:[-73.99302,-73.99302]} },
}, geometry: { type: 'Point', coordinates:[-73.98987,-73.98987]} },
}, geometry: { type: 'Point', coordinates:[-73.98932,-73.98932]} },
}, geometry: { type: 'Point', coordinates:[-73.98609,-73.98609]} },
}, geometry: { type: 'Point', coordinates:[-73.99143,-73.99143]} },
}, geometry: { type: 'Point', coordinates:[-73.9855,-73.9855]} },
}, geometry: { type: 'Point', coordinates:[-73.92639,-73.92639]} },
}, geometry: { type: 'Point', coordinates:[-73.92106,-73.92106]} },
}, geometry: { type: 'Point', coordinates:[-73.92811,-73.92811]} },
}, geometry: { type: 'Point', coordinates:[-73.92126,-73.92126]} },
}, geometry: { type: 'Point', coordinates:[-73.92886,-73.92886]} },
}, geometry: { type: 'Point', coordinates:[-73.92558,-73.92558]} },
}, geometry: { type: 'Point', coordinates:[-73.91611,-73.91611]} },
}, geometry: { type: 'Point', coordinates:[-73.9194,-73.9194]} },
}, geometry: { type: 'Point', coordinates:[-73.98074,-73.98074]} },
}, geometry: { type: 'Point', coordinates:[-73.98122,-73.98122]} },
}, geometry: { type: 'Point', coordinates:[-73.98009,-73.98009]} },
}, geometry: { type: 'Point', coordinates:[-73.97707,-73.97707]} },
}, geometry: { type: 'Point', coordinates:[-73.97686,-73.97686]} },
}, geometry: { type: 'Point', coordinates:[-73.98186,-73.98186]} },
}, geometry: { type: 'Point', coordinates:[-73.98122,-73.98122]} },
}, geometry: { type: 'Point', coordinates:[-73.97975,-73.97975]} },
}, geometry: { type: 'Point', coordinates:[-73.98113,-73.98113]} },
}, geometry: { type: 'Point', coordinates:[-73.97809,-73.97809]} },
}, geometry: { type: 'Point', coordinates:[-73.98146,-73.98146]} },
}, geometry: { type: 'Point', coordinates:[-73.9816,-73.9816]} },
}, geometry: { type: 'Point', coordinates:[-73.97833,-73.97833]} },
}, geometry: { type: 'Point', coordinates:[-73.98061,-73.98061]} },
}, geometry: { type: 'Point', coordinates:[-73.97811,-73.97811]} },
}, geometry: { type: 'Point', coordinates:[-73.9954,-73.9954]} },
}, geometry: { type: 'Point', coordinates:[-73.99627,-73.99627]} },
}, geometry: { type: 'Point', coordinates:[-73.99579,-73.99579]} },
}, geometry: { type: 'Point', coordinates:[-73.99706,-73.99706]} },
}, geometry: { type: 'Point', coordinates:[-73.98917,-73.98917]} },
}, geometry: { type: 'Point', coordinates:[-73.99104,-73.99104]} },
}, geometry: { type: 'Point', coordinates:[-73.98892,-73.98892]} },
}, geometry: { type: 'Point', coordinates:[-73.98794,-73.98794]} },
}, geometry: { type: 'Point', coordinates:[-73.98852,-73.98852]} },
}, geometry: { type: 'Point', coordinates:[-73.99201,-73.99201]} },
}, geometry: { type: 'Point', coordinates:[-73.98589,-73.98589]} },
}, geometry: { type: 'Point', coordinates:[-73.99392,-73.99392]} },
}, geometry: { type: 'Point', coordinates:[-73.98394,-73.98394]} },
}, geometry: { type: 'Point', coordinates:[-73.98933,-73.98933]} },
}, geometry: { type: 'Point', coordinates:[-73.98766,-73.98766]} },
}, geometry: { type: 'Point', coordinates:[-73.99434,-73.99434]} },
}, geometry: { type: 'Point', coordinates:[-73.98404,-73.98404]} },
}, geometry: { type: 'Point', coordinates:[-73.98842,-73.98842]} },
}, geometry: { type: 'Point', coordinates:[-73.98217,-73.98217]} },
}, geometry: { type: 'Point', coordinates:[-73.9892,-73.9892]} },
}, geometry: { type: 'Point', coordinates:[-73.98329,-73.98329]} },
}, geometry: { type: 'Point', coordinates:[-73.98506,-73.98506]} },
}, geometry: { type: 'Point', coordinates:[-73.98948,-73.98948]} },
}, geometry: { type: 'Point', coordinates:[-73.98851,-73.98851]} },
}, geometry: { type: 'Point', coordinates:[-73.99022,-73.99022]} },
}, geometry: { type: 'Point', coordinates:[-73.98966,-73.98966]} },
}, geometry: { type: 'Point', coordinates:[-73.98773,-73.98773]} },
}, geometry: { type: 'Point', coordinates:[-73.99274,-73.99274]} },
}, geometry: { type: 'Point', coordinates:[-73.98313,-73.98313]} },
}, geometry: { type: 'Point', coordinates:[-73.99017,-73.99017]} },
}, geometry: { type: 'Point', coordinates:[-73.99214,-73.99214]} },
}, geometry: { type: 'Point', coordinates:[-73.98996,-73.98996]} },
}, geometry: { type: 'Point', coordinates:[-73.98565,-73.98565]} },
}, geometry: { type: 'Point', coordinates:[-73.9869,-73.9869]} },
}, geometry: { type: 'Point', coordinates:[-73.91057,-73.91057]} },
}, geometry: { type: 'Point', coordinates:[-73.98377,-73.98377]} },
}, geometry: { type: 'Point', coordinates:[-73.96513,-73.96513]} },
}, geometry: { type: 'Point', coordinates:[-73.9662,-73.9662]} },
}, geometry: { type: 'Point', coordinates:[-73.96991,-73.96991]} },
}, geometry: { type: 'Point', coordinates:[-73.96897,-73.96897]} },
}, geometry: { type: 'Point', coordinates:[-73.98876,-73.98876]} },
}, geometry: { type: 'Point', coordinates:[-73.96699,-73.96699]} },
}, geometry: { type: 'Point', coordinates:[-73.98569,-73.98569]} },
}, geometry: { type: 'Point', coordinates:[-73.96842,-73.96842]} },
}, geometry: { type: 'Point', coordinates:[-73.97065,-73.97065]} },
}, geometry: { type: 'Point', coordinates:[-73.97315,-73.97315]} },
}, geometry: { type: 'Point', coordinates:[-73.98293,-73.98293]} },
}, geometry: { type: 'Point', coordinates:[-73.98943,-73.98943]} },
}, geometry: { type: 'Point', coordinates:[-73.97548,-73.97548]} },
}, geometry: { type: 'Point', coordinates:[-73.99056,-73.99056]} },
}, geometry: { type: 'Point', coordinates:[-73.96457,-73.96457]} },
}, geometry: { type: 'Point', coordinates:[-73.98273,-73.98273]} },
}, geometry: { type: 'Point', coordinates:[-73.98338,-73.98338]} },
}, geometry: { type: 'Point', coordinates:[-73.98459,-73.98459]} },
}, geometry: { type: 'Point', coordinates:[-73.96939,-73.96939]} },
}, geometry: { type: 'Point', coordinates:[-73.96681,-73.96681]} },
}, geometry: { type: 'Point', coordinates:[-73.97787,-73.97787]} },
}, geometry: { type: 'Point', coordinates:[-73.98326,-73.98326]} },
}, geometry: { type: 'Point', coordinates:[-73.97104,-73.97104]} },
}, geometry: { type: 'Point', coordinates:[-73.97666,-73.97666]} },
}, geometry: { type: 'Point', coordinates:[-73.96521,-73.96521]} },
}, geometry: { type: 'Point', coordinates:[-73.96777,-73.96777]} },
}, geometry: { type: 'Point', coordinates:[-73.98937,-73.98937]} },
}, geometry: { type: 'Point', coordinates:[-73.98464,-73.98464]} },
}, geometry: { type: 'Point', coordinates:[-73.98636,-73.98636]} },
}, geometry: { type: 'Point', coordinates:[-73.97193,-73.97193]} },
}, geometry: { type: 'Point', coordinates:[-73.98288,-73.98288]} },
}, geometry: { type: 'Point', coordinates:[-73.97076,-73.97076]} },
}, geometry: { type: 'Point', coordinates:[-73.9638,-73.9638]} },
}, geometry: { type: 'Point', coordinates:[-73.98112,-73.98112]} },
}, geometry: { type: 'Point', coordinates:[-73.96383,-73.96383]} },
}, geometry: { type: 'Point', coordinates:[-73.98539,-73.98539]} },
}, geometry: { type: 'Point', coordinates:[-73.97483,-73.97483]} },
}, geometry: { type: 'Point', coordinates:[-73.98847,-73.98847]} },
}, geometry: { type: 'Point', coordinates:[-73.97026,-73.97026]} },
}, geometry: { type: 'Point', coordinates:[-73.98321,-73.98321]} },
}, geometry: { type: 'Point', coordinates:[-73.98205,-73.98205]} },
}, geometry: { type: 'Point', coordinates:[-73.96994,-73.96994]} },
}, geometry: { type: 'Point', coordinates:[-73.98351,-73.98351]} },
}, geometry: { type: 'Point', coordinates:[-73.97152,-73.97152]} },
}, geometry: { type: 'Point', coordinates:[-73.97704,-73.97704]} },
}, geometry: { type: 'Point', coordinates:[-73.96558,-73.96558]} },
}, geometry: { type: 'Point', coordinates:[-73.96908,-73.96908]} },
}, geometry: { type: 'Point', coordinates:[-73.97094,-73.97094]} },
}, geometry: { type: 'Point', coordinates:[-73.97239,-73.97239]} },
}, geometry: { type: 'Point', coordinates:[-73.98128,-73.98128]} },
}, geometry: { type: 'Point', coordinates:[-73.9728,-73.9728]} },
}, geometry: { type: 'Point', coordinates:[-73.98233,-73.98233]} },
}, geometry: { type: 'Point', coordinates:[-73.95924,-73.95924]} },
}, geometry: { type: 'Point', coordinates:[-73.95838,-73.95838]} },
}, geometry: { type: 'Point', coordinates:[-73.95916,-73.95916]} },
}, geometry: { type: 'Point', coordinates:[-73.95549,-73.95549]} },
}, geometry: { type: 'Point', coordinates:[-73.9576,-73.9576]} },
}, geometry: { type: 'Point', coordinates:[-73.96467,-73.96467]} },
}, geometry: { type: 'Point', coordinates:[-73.95942,-73.95942]} },
}, geometry: { type: 'Point', coordinates:[-73.9654,-73.9654]} },
}, geometry: { type: 'Point', coordinates:[-73.96015,-73.96015]} },
}, geometry: { type: 'Point', coordinates:[-73.96779,-73.96779]} },
}, geometry: { type: 'Point', coordinates:[-73.96703,-73.96703]} },
}, geometry: { type: 'Point', coordinates:[-73.975,-73.975]} },
}, geometry: { type: 'Point', coordinates:[-73.97926,-73.97926]} },
}, geometry: { type: 'Point', coordinates:[-73.97658,-73.97658]} },
}, geometry: { type: 'Point', coordinates:[-73.97828,-73.97828]} },
}, geometry: { type: 'Point', coordinates:[-73.97796,-73.97796]} },
}, geometry: { type: 'Point', coordinates:[-73.97884,-73.97884]} },
}, geometry: { type: 'Point', coordinates:[-73.97436,-73.97436]} },
}, geometry: { type: 'Point', coordinates:[-73.97335,-73.97335]} },
}, geometry: { type: 'Point', coordinates:[-73.97734,-73.97734]} },
}, geometry: { type: 'Point', coordinates:[-73.97847,-73.97847]} },
}, geometry: { type: 'Point', coordinates:[-73.97234,-73.97234]} },
}, geometry: { type: 'Point', coordinates:[-73.977,-73.977]} },
}, geometry: { type: 'Point', coordinates:[-73.97484,-73.97484]} },
}, geometry: { type: 'Point', coordinates:[-73.97369,-73.97369]} },
}, geometry: { type: 'Point', coordinates:[-73.97865,-73.97865]} },
}, geometry: { type: 'Point', coordinates:[-73.97452,-73.97452]} },
}, geometry: { type: 'Point', coordinates:[-73.99134,-73.99134]} },
}, geometry: { type: 'Point', coordinates:[-73.99287,-73.99287]} },
}, geometry: { type: 'Point', coordinates:[-73.99445,-73.99445]} },
}, geometry: { type: 'Point', coordinates:[-73.99346,-73.99346]} },
}, geometry: { type: 'Point', coordinates:[-73.99706,-73.99706]} },
}, geometry: { type: 'Point', coordinates:[-73.99395,-73.99395]} },
}, geometry: { type: 'Point', coordinates:[-73.99424,-73.99424]} },
}, geometry: { type: 'Point', coordinates:[-73.99689,-73.99689]} },
}, geometry: { type: 'Point', coordinates:[-73.99439,-73.99439]} },
}, geometry: { type: 'Point', coordinates:[-73.9967,-73.9967]} },
}, geometry: { type: 'Point', coordinates:[-73.9965,-73.9965]} },
}, geometry: { type: 'Point', coordinates:[-73.99552,-73.99552]} },
}, geometry: { type: 'Point', coordinates:[-73.9944,-73.9944]} },
}, geometry: { type: 'Point', coordinates:[-73.9501,-73.9501]} },
}, geometry: { type: 'Point', coordinates:[-73.95018,-73.95018]} },
}, geometry: { type: 'Point', coordinates:[-73.95012,-73.95012]} },
}, geometry: { type: 'Point', coordinates:[-73.99775,-73.99775]} },
}, geometry: { type: 'Point', coordinates:[-74.00363,-74.00363]} },
}, geometry: { type: 'Point', coordinates:[-74.00262,-74.00262]} },
}, geometry: { type: 'Point', coordinates:[-74.00356,-74.00356]} },
}, geometry: { type: 'Point', coordinates:[-73.99683,-73.99683]} },
}, geometry: { type: 'Point', coordinates:[-74.00168,-74.00168]} },
}, geometry: { type: 'Point', coordinates:[-73.99916,-73.99916]} },
}, geometry: { type: 'Point', coordinates:[-74.00304,-74.00304]} },
}, geometry: { type: 'Point', coordinates:[-73.99976,-73.99976]} },
}, geometry: { type: 'Point', coordinates:[-74.00414,-74.00414]} },
}, geometry: { type: 'Point', coordinates:[-74.0011,-74.0011]} },
}, geometry: { type: 'Point', coordinates:[-73.97932,-73.97932]} },
}, geometry: { type: 'Point', coordinates:[-73.9872,-73.9872]} },
}, geometry: { type: 'Point', coordinates:[-73.9883,-73.9883]} },
}, geometry: { type: 'Point', coordinates:[-73.98863,-73.98863]} },
}, geometry: { type: 'Point', coordinates:[-73.98411,-73.98411]} },
}, geometry: { type: 'Point', coordinates:[-73.98501,-73.98501]} },
}, geometry: { type: 'Point', coordinates:[-73.98534,-73.98534]} },
}, geometry: { type: 'Point', coordinates:[-73.98627,-73.98627]} },
}, geometry: { type: 'Point', coordinates:[-74.00988,-74.00988]} },
}, geometry: { type: 'Point', coordinates:[-74.00749,-74.00749]} },
}, geometry: { type: 'Point', coordinates:[-74.01171,-74.01171]} },
}, geometry: { type: 'Point', coordinates:[-74.00452,-74.00452]} },
}, geometry: { type: 'Point', coordinates:[-74.00424,-74.00424]} },
}, geometry: { type: 'Point', coordinates:[-73.99776,-73.99776]} },
}, geometry: { type: 'Point', coordinates:[-73.99403,-73.99403]} },
}, geometry: { type: 'Point', coordinates:[-73.99765,-73.99765]} },
}, geometry: { type: 'Point', coordinates:[-73.95058,-73.95058]} },
}, geometry: { type: 'Point', coordinates:[-73.94822,-73.94822]} },
}, geometry: { type: 'Point', coordinates:[-73.9527,-73.9527]} },
}, geometry: { type: 'Point', coordinates:[-73.95323,-73.95323]} },
}, geometry: { type: 'Point', coordinates:[-73.95334,-73.95334]} },
}, geometry: { type: 'Point', coordinates:[-73.95199,-73.95199]} },
}, geometry: { type: 'Point', coordinates:[-73.9508,-73.9508]} },
}, geometry: { type: 'Point', coordinates:[-73.95332,-73.95332]} },
}, geometry: { type: 'Point', coordinates:[-73.9557,-73.9557]} },
}, geometry: { type: 'Point', coordinates:[-73.9572,-73.9572]} },
}, geometry: { type: 'Point', coordinates:[-73.95021,-73.95021]} },
}, geometry: { type: 'Point', coordinates:[-73.96463,-73.96463]} },
}, geometry: { type: 'Point', coordinates:[-73.95198,-73.95198]} },
}, geometry: { type: 'Point', coordinates:[-73.95307,-73.95307]} },
}, geometry: { type: 'Point', coordinates:[-73.96177,-73.96177]} },
}, geometry: { type: 'Point', coordinates:[-73.95265,-73.95265]} },
}, geometry: { type: 'Point', coordinates:[-73.95574,-73.95574]} },
}, geometry: { type: 'Point', coordinates:[-73.95289,-73.95289]} },
}, geometry: { type: 'Point', coordinates:[-73.9502,-73.9502]} },
}, geometry: { type: 'Point', coordinates:[-73.96034,-73.96034]} },
}, geometry: { type: 'Point', coordinates:[-73.95489,-73.95489]} },
}, geometry: { type: 'Point', coordinates:[-73.95804,-73.95804]} },
}, geometry: { type: 'Point', coordinates:[-73.95637,-73.95637]} },
}, geometry: { type: 'Point', coordinates:[-73.95303,-73.95303]} },
}, geometry: { type: 'Point', coordinates:[-73.95043,-73.95043]} },
}, geometry: { type: 'Point', coordinates:[-73.95223,-73.95223]} },
}, geometry: { type: 'Point', coordinates:[-73.95967,-73.95967]} },
}, geometry: { type: 'Point', coordinates:[-73.94606,-73.94606]} },
}, geometry: { type: 'Point', coordinates:[-73.96227,-73.96227]} },
}, geometry: { type: 'Point', coordinates:[-73.94839,-73.94839]} },
}, geometry: { type: 'Point', coordinates:[-73.94813,-73.94813]} },
}, geometry: { type: 'Point', coordinates:[-73.96114,-73.96114]} },
}, geometry: { type: 'Point', coordinates:[-73.94665,-73.94665]} },
}, geometry: { type: 'Point', coordinates:[-73.95815,-73.95815]} },
}, geometry: { type: 'Point', coordinates:[-73.94977,-73.94977]} },
}, geometry: { type: 'Point', coordinates:[-73.95246,-73.95246]} },
}, geometry: { type: 'Point', coordinates:[-73.95088,-73.95088]} },
}, geometry: { type: 'Point', coordinates:[-73.96145,-73.96145]} },
}, geometry: { type: 'Point', coordinates:[-73.96394,-73.96394]} },
}, geometry: { type: 'Point', coordinates:[-73.94825,-73.94825]} },
}, geometry: { type: 'Point', coordinates:[-73.95247,-73.95247]} },
}, geometry: { type: 'Point', coordinates:[-73.95331,-73.95331]} },
}, geometry: { type: 'Point', coordinates:[-73.95332,-73.95332]} },
}, geometry: { type: 'Point', coordinates:[-73.96262,-73.96262]} },
}, geometry: { type: 'Point', coordinates:[-73.95903,-73.95903]} },
}, geometry: { type: 'Point', coordinates:[-73.9515,-73.9515]} },
}, geometry: { type: 'Point', coordinates:[-73.94674,-73.94674]} },
}, geometry: { type: 'Point', coordinates:[-73.95042,-73.95042]} },
}, geometry: { type: 'Point', coordinates:[-73.95353,-73.95353]} },
}, geometry: { type: 'Point', coordinates:[-73.96118,-73.96118]} },
}, geometry: { type: 'Point', coordinates:[-73.94872,-73.94872]} },
}, geometry: { type: 'Point', coordinates:[-73.951,-73.951]} },
}, geometry: { type: 'Point', coordinates:[-73.95922,-73.95922]} },
}, geometry: { type: 'Point', coordinates:[-73.95499,-73.95499]} },
}, geometry: { type: 'Point', coordinates:[-73.95695,-73.95695]} },
}, geometry: { type: 'Point', coordinates:[-73.95866,-73.95866]} },
}, geometry: { type: 'Point', coordinates:[-73.95898,-73.95898]} },
}, geometry: { type: 'Point', coordinates:[-73.96054,-73.96054]} },
}, geometry: { type: 'Point', coordinates:[-73.95497,-73.95497]} },
}, geometry: { type: 'Point', coordinates:[-73.96222,-73.96222]} },
}, geometry: { type: 'Point', coordinates:[-73.95578,-73.95578]} },
}, geometry: { type: 'Point', coordinates:[-73.96723,-73.96723]} },
}, geometry: { type: 'Point', coordinates:[-73.96545,-73.96545]} },
}, geometry: { type: 'Point', coordinates:[-73.97,-73.97]} },
}, geometry: { type: 'Point', coordinates:[-73.96113,-73.96113]} },
}, geometry: { type: 'Point', coordinates:[-73.97927,-73.97927]} },
}, geometry: { type: 'Point', coordinates:[-73.98171,-73.98171]} },
}, geometry: { type: 'Point', coordinates:[-73.97008,-73.97008]} },
}, geometry: { type: 'Point', coordinates:[-73.96177,-73.96177]} },
}, geometry: { type: 'Point', coordinates:[-73.97637,-73.97637]} },
}, geometry: { type: 'Point', coordinates:[-73.97556,-73.97556]} },
}, geometry: { type: 'Point', coordinates:[-73.96883,-73.96883]} },
}, geometry: { type: 'Point', coordinates:[-73.98829,-73.98829]} },
}, geometry: { type: 'Point', coordinates:[-73.96071,-73.96071]} },
}, geometry: { type: 'Point', coordinates:[-73.98098,-73.98098]} },
}, geometry: { type: 'Point', coordinates:[-73.9652,-73.9652]} },
}, geometry: { type: 'Point', coordinates:[-73.9729,-73.9729]} },
}, geometry: { type: 'Point', coordinates:[-73.98249,-73.98249]} },
}, geometry: { type: 'Point', coordinates:[-73.97818,-73.97818]} },
}, geometry: { type: 'Point', coordinates:[-73.9696,-73.9696]} },
}, geometry: { type: 'Point', coordinates:[-73.98567,-73.98567]} },
}, geometry: { type: 'Point', coordinates:[-73.96607,-73.96607]} },
}, geometry: { type: 'Point', coordinates:[-73.97294,-73.97294]} },
}, geometry: { type: 'Point', coordinates:[-73.96245,-73.96245]} },
}, geometry: { type: 'Point', coordinates:[-73.98109,-73.98109]} },
}, geometry: { type: 'Point', coordinates:[-73.98042,-73.98042]} },
}, geometry: { type: 'Point', coordinates:[-73.98697,-73.98697]} },
}, geometry: { type: 'Point', coordinates:[-73.96128,-73.96128]} },
}, geometry: { type: 'Point', coordinates:[-73.98533,-73.98533]} },
}, geometry: { type: 'Point', coordinates:[-73.9619,-73.9619]} },
}, geometry: { type: 'Point', coordinates:[-73.97984,-73.97984]} },
}, geometry: { type: 'Point', coordinates:[-73.9726,-73.9726]} },
}, geometry: { type: 'Point', coordinates:[-73.96323,-73.96323]} },
}, geometry: { type: 'Point', coordinates:[-73.9765,-73.9765]} },
}, geometry: { type: 'Point', coordinates:[-73.97289,-73.97289]} },
}, geometry: { type: 'Point', coordinates:[-73.97447,-73.97447]} },
}, geometry: { type: 'Point', coordinates:[-73.98466,-73.98466]} },
}, geometry: { type: 'Point', coordinates:[-73.97808,-73.97808]} },
}, geometry: { type: 'Point', coordinates:[-73.96762,-73.96762]} },
}, geometry: { type: 'Point', coordinates:[-73.98439,-73.98439]} },
}, geometry: { type: 'Point', coordinates:[-73.9799,-73.9799]} },
}, geometry: { type: 'Point', coordinates:[-73.97513,-73.97513]} },
}, geometry: { type: 'Point', coordinates:[-73.97399,-73.97399]} },
}, geometry: { type: 'Point', coordinates:[-73.98238,-73.98238]} },
}, geometry: { type: 'Point', coordinates:[-73.96809,-73.96809]} },
}, geometry: { type: 'Point', coordinates:[-73.9655,-73.9655]} },
}, geometry: { type: 'Point', coordinates:[-73.98258,-73.98258]} },
}, geometry: { type: 'Point', coordinates:[-73.96931,-73.96931]} },
}, geometry: { type: 'Point', coordinates:[-73.97898,-73.97898]} },
}, geometry: { type: 'Point', coordinates:[-73.97026,-73.97026]} },
}, geometry: { type: 'Point', coordinates:[-73.98294,-73.98294]} },
}, geometry: { type: 'Point', coordinates:[-73.96594,-73.96594]} },
}, geometry: { type: 'Point', coordinates:[-73.98342,-73.98342]} },
}, geometry: { type: 'Point', coordinates:[-73.96482,-73.96482]} },
}, geometry: { type: 'Point', coordinates:[-73.97396,-73.97396]} },
}, geometry: { type: 'Point', coordinates:[-73.9767,-73.9767]} },
}, geometry: { type: 'Point', coordinates:[-73.98943,-73.98943]} },
}, geometry: { type: 'Point', coordinates:[-73.97172,-73.97172]} },
}, geometry: { type: 'Point', coordinates:[-73.9624,-73.9624]} },
}, geometry: { type: 'Point', coordinates:[-73.96903,-73.96903]} },
}, geometry: { type: 'Point', coordinates:[-73.97926,-73.97926]} },
}, geometry: { type: 'Point', coordinates:[-73.98003,-73.98003]} },
}, geometry: { type: 'Point', coordinates:[-73.97739,-73.97739]} },
}, geometry: { type: 'Point', coordinates:[-73.97043,-73.97043]} },
}, geometry: { type: 'Point', coordinates:[-73.9675,-73.9675]} },
}, geometry: { type: 'Point', coordinates:[-73.96651,-73.96651]} },
}, geometry: { type: 'Point', coordinates:[-73.96287,-73.96287]} },
}, geometry: { type: 'Point', coordinates:[-73.94095,-73.94095]} },
}, geometry: { type: 'Point', coordinates:[-73.94281,-73.94281]} },
}, geometry: { type: 'Point', coordinates:[-73.93128,-73.93128]} },
}, geometry: { type: 'Point', coordinates:[-73.92973,-73.92973]} },
}, geometry: { type: 'Point', coordinates:[-73.93869,-73.93869]} },
}, geometry: { type: 'Point', coordinates:[-73.93361,-73.93361]} },
}, geometry: { type: 'Point', coordinates:[-73.94303,-73.94303]} },
}, geometry: { type: 'Point', coordinates:[-73.94,-73.94]} },
}, geometry: { type: 'Point', coordinates:[-73.93707,-73.93707]} },
}, geometry: { type: 'Point', coordinates:[-73.94553,-73.94553]} },
}, geometry: { type: 'Point', coordinates:[-73.92901,-73.92901]} },
}, geometry: { type: 'Point', coordinates:[-73.9457,-73.9457]} },
}, geometry: { type: 'Point', coordinates:[-73.94027,-73.94027]} },
}, geometry: { type: 'Point', coordinates:[-73.94095,-73.94095]} },
}, geometry: { type: 'Point', coordinates:[-73.93885,-73.93885]} },
}, geometry: { type: 'Point', coordinates:[-73.94076,-73.94076]} },
}, geometry: { type: 'Point', coordinates:[-73.93562,-73.93562]} },
}, geometry: { type: 'Point', coordinates:[-73.94117,-73.94117]} },
}, geometry: { type: 'Point', coordinates:[-73.93928,-73.93928]} },
}, geometry: { type: 'Point', coordinates:[-73.94609,-73.94609]} },
}, geometry: { type: 'Point', coordinates:[-73.93978,-73.93978]} },
}, geometry: { type: 'Point', coordinates:[-73.9378,-73.9378]} },
}, geometry: { type: 'Point', coordinates:[-73.93821,-73.93821]} },
}, geometry: { type: 'Point', coordinates:[-73.93834,-73.93834]} },
}, geometry: { type: 'Point', coordinates:[-73.93469,-73.93469]} },
}, geometry: { type: 'Point', coordinates:[-73.93832,-73.93832]} },
}, geometry: { type: 'Point', coordinates:[-73.93223,-73.93223]} },
}, geometry: { type: 'Point', coordinates:[-73.94172,-73.94172]} },
}, geometry: { type: 'Point', coordinates:[-73.93875,-73.93875]} },
}, geometry: { type: 'Point', coordinates:[-74.00525,-74.00525]} },
}, geometry: { type: 'Point', coordinates:[-74.00319,-74.00319]} },
}, geometry: { type: 'Point', coordinates:[-74.00303,-74.00303]} },
}, geometry: { type: 'Point', coordinates:[-74.00101,-74.00101]} },
}, geometry: { type: 'Point', coordinates:[-74.00401,-74.00401]} },
}, geometry: { type: 'Point', coordinates:[-74.00405,-74.00405]} },
}, geometry: { type: 'Point', coordinates:[-74.0046,-74.0046]} },
}, geometry: { type: 'Point', coordinates:[-74.0049,-74.0049]} },
}, geometry: { type: 'Point', coordinates:[-74.00243,-74.00243]} },
}, geometry: { type: 'Point', coordinates:[-74.00922,-74.00922]} },
}, geometry: { type: 'Point', coordinates:[-74.00329,-74.00329]} },
}, geometry: { type: 'Point', coordinates:[-74.00305,-74.00305]} },
}, geometry: { type: 'Point', coordinates:[-73.99977,-73.99977]} },
}, geometry: { type: 'Point', coordinates:[-74.00821,-74.00821]} },
}, geometry: { type: 'Point', coordinates:[-74.00048,-74.00048]} },
}, geometry: { type: 'Point', coordinates:[-74.00381,-74.00381]} },
}, geometry: { type: 'Point', coordinates:[-74.00635,-74.00635]} },
}, geometry: { type: 'Point', coordinates:[-74.00287,-74.00287]} },
}, geometry: { type: 'Point', coordinates:[-74.00059,-74.00059]} },
}, geometry: { type: 'Point', coordinates:[-74.00532,-74.00532]} },
}, geometry: { type: 'Point', coordinates:[-74.00462,-74.00462]} },
}, geometry: { type: 'Point', coordinates:[-74.00429,-74.00429]} },
}, geometry: { type: 'Point', coordinates:[-74.0042,-74.0042]} },
}, geometry: { type: 'Point', coordinates:[-74.00268,-74.00268]} },
}, geometry: { type: 'Point', coordinates:[-73.80158,-73.80158]} },
}, geometry: { type: 'Point', coordinates:[-73.78665,-73.78665]} },
}, geometry: { type: 'Point', coordinates:[-73.91433,-73.91433]} },
}, geometry: { type: 'Point', coordinates:[-73.93426,-73.93426]} },
}, geometry: { type: 'Point', coordinates:[-73.91117,-73.91117]} },
}, geometry: { type: 'Point', coordinates:[-73.92132,-73.92132]} },
}, geometry: { type: 'Point', coordinates:[-73.91098,-73.91098]} },
}, geometry: { type: 'Point', coordinates:[-73.92163,-73.92163]} },
}, geometry: { type: 'Point', coordinates:[-73.9202,-73.9202]} },
}, geometry: { type: 'Point', coordinates:[-73.91565,-73.91565]} },
}, geometry: { type: 'Point', coordinates:[-73.91905,-73.91905]} },
}, geometry: { type: 'Point', coordinates:[-73.91828,-73.91828]} },
}, geometry: { type: 'Point', coordinates:[-73.92607,-73.92607]} },
}, geometry: { type: 'Point', coordinates:[-73.9181,-73.9181]} },
}, geometry: { type: 'Point', coordinates:[-73.92355,-73.92355]} },
}, geometry: { type: 'Point', coordinates:[-73.92129,-73.92129]} },
}, geometry: { type: 'Point', coordinates:[-73.91603,-73.91603]} },
}, geometry: { type: 'Point', coordinates:[-73.91836,-73.91836]} },
}, geometry: { type: 'Point', coordinates:[-73.92275,-73.92275]} },
}, geometry: { type: 'Point', coordinates:[-73.92461,-73.92461]} },
}, geometry: { type: 'Point', coordinates:[-73.91666,-73.91666]} },
}, geometry: { type: 'Point', coordinates:[-73.91755,-73.91755]} },
}, geometry: { type: 'Point', coordinates:[-73.92832,-73.92832]} },
}, geometry: { type: 'Point', coordinates:[-73.92542,-73.92542]} },
}, geometry: { type: 'Point', coordinates:[-73.9168,-73.9168]} },
}, geometry: { type: 'Point', coordinates:[-73.91839,-73.91839]} },
}, geometry: { type: 'Point', coordinates:[-73.91793,-73.91793]} },
}, geometry: { type: 'Point', coordinates:[-73.92922,-73.92922]} },
}, geometry: { type: 'Point', coordinates:[-73.92316,-73.92316]} },
}, geometry: { type: 'Point', coordinates:[-73.90914,-73.90914]} },
}, geometry: { type: 'Point', coordinates:[-73.92015,-73.92015]} },
}, geometry: { type: 'Point', coordinates:[-73.77958,-73.77958]} },
}, geometry: { type: 'Point', coordinates:[-73.76314,-73.76314]} },
}, geometry: { type: 'Point', coordinates:[-73.75547,-73.75547]} },
}, geometry: { type: 'Point', coordinates:[-73.85769,-73.85769]} },
}, geometry: { type: 'Point', coordinates:[-73.72901,-73.72901]} },
}, geometry: { type: 'Point', coordinates:[-73.86994,-73.86994]} },
}, geometry: { type: 'Point', coordinates:[-73.87009,-73.87009]} },
}, geometry: { type: 'Point', coordinates:[-73.81561,-73.81561]} },
}, geometry: { type: 'Point', coordinates:[-73.81577,-73.81577]} },
}, geometry: { type: 'Point', coordinates:[-73.73382,-73.73382]} },
}, geometry: { type: 'Point', coordinates:[-73.83875,-73.83875]} },
}, geometry: { type: 'Point', coordinates:[-73.85147,-73.85147]} },
}, geometry: { type: 'Point', coordinates:[-73.86755,-73.86755]} },
}, geometry: { type: 'Point', coordinates:[-73.90502,-73.90502]} },
}, geometry: { type: 'Point', coordinates:[-73.91687,-73.91687]} },
}, geometry: { type: 'Point', coordinates:[-73.90451,-73.90451]} },
}, geometry: { type: 'Point', coordinates:[-73.91565,-73.91565]} },
}, geometry: { type: 'Point', coordinates:[-73.91807,-73.91807]} },
}, geometry: { type: 'Point', coordinates:[-73.90821,-73.90821]} },
}, geometry: { type: 'Point', coordinates:[-73.90889,-73.90889]} },
}, geometry: { type: 'Point', coordinates:[-73.73915,-73.73915]} },
}, geometry: { type: 'Point', coordinates:[-73.89239,-73.89239]} },
}, geometry: { type: 'Point', coordinates:[-73.8953,-73.8953]} },
}, geometry: { type: 'Point', coordinates:[-73.8885,-73.8885]} },
}, geometry: { type: 'Point', coordinates:[-73.88367,-73.88367]} },
}, geometry: { type: 'Point', coordinates:[-73.87636,-73.87636]} },
}, geometry: { type: 'Point', coordinates:[-73.77882,-73.77882]} },
}, geometry: { type: 'Point', coordinates:[-73.88066,-73.88066]} },
}, geometry: { type: 'Point', coordinates:[-73.87444,-73.87444]} },
}, geometry: { type: 'Point', coordinates:[-73.88279,-73.88279]} },
}, geometry: { type: 'Point', coordinates:[-73.87804,-73.87804]} },
}, geometry: { type: 'Point', coordinates:[-73.87763,-73.87763]} },
}, geometry: { type: 'Point', coordinates:[-73.87609,-73.87609]} },
}, geometry: { type: 'Point', coordinates:[-73.87475,-73.87475]} },
}, geometry: { type: 'Point', coordinates:[-73.75524,-73.75524]} },
}, geometry: { type: 'Point', coordinates:[-73.83168,-73.83168]} },
}, geometry: { type: 'Point', coordinates:[-73.83276,-73.83276]} },
}, geometry: { type: 'Point', coordinates:[-73.85262,-73.85262]} },
}, geometry: { type: 'Point', coordinates:[-73.83515,-73.83515]} },
}, geometry: { type: 'Point', coordinates:[-73.83396,-73.83396]} },
}, geometry: { type: 'Point', coordinates:[-73.8533,-73.8533]} },
}, geometry: { type: 'Point', coordinates:[-73.85356,-73.85356]} },
}, geometry: { type: 'Point', coordinates:[-73.79154,-73.79154]} },
}, geometry: { type: 'Point', coordinates:[-73.89448,-73.89448]} },
}, geometry: { type: 'Point', coordinates:[-73.89133,-73.89133]} },
}, geometry: { type: 'Point', coordinates:[-73.76337,-73.76337]} },
}, geometry: { type: 'Point', coordinates:[-73.76828,-73.76828]} },
}, geometry: { type: 'Point', coordinates:[-73.85612,-73.85612]} },
}, geometry: { type: 'Point', coordinates:[-73.87873,-73.87873]} },
}, geometry: { type: 'Point', coordinates:[-73.89377,-73.89377]} },
}, geometry: { type: 'Point', coordinates:[-73.89399,-73.89399]} },
}, geometry: { type: 'Point', coordinates:[-73.88293,-73.88293]} },
}, geometry: { type: 'Point', coordinates:[-73.8924,-73.8924]} },
}, geometry: { type: 'Point', coordinates:[-73.88456,-73.88456]} },
}, geometry: { type: 'Point', coordinates:[-73.87746,-73.87746]} },
}, geometry: { type: 'Point', coordinates:[-73.89393,-73.89393]} },
}, geometry: { type: 'Point', coordinates:[-73.76597,-73.76597]} },
}, geometry: { type: 'Point', coordinates:[-73.76493,-73.76493]} },
}, geometry: { type: 'Point', coordinates:[-73.79286,-73.79286]} },
}, geometry: { type: 'Point', coordinates:[-73.76951,-73.76951]} },
}, geometry: { type: 'Point', coordinates:[-73.7869,-73.7869]} },
}, geometry: { type: 'Point', coordinates:[-73.7962,-73.7962]} },
}, geometry: { type: 'Point', coordinates:[-73.77842,-73.77842]} },
}, geometry: { type: 'Point', coordinates:[-73.80324,-73.80324]} },
}, geometry: { type: 'Point', coordinates:[-73.79806,-73.79806]} },
}, geometry: { type: 'Point', coordinates:[-73.82922,-73.82922]} },
}, geometry: { type: 'Point', coordinates:[-73.82588,-73.82588]} },
}, geometry: { type: 'Point', coordinates:[-73.74744,-73.74744]} },
}, geometry: { type: 'Point', coordinates:[-73.72956,-73.72956]} },
}, geometry: { type: 'Point', coordinates:[-73.9474,-73.9474]} },
}, geometry: { type: 'Point', coordinates:[-73.93004,-73.93004]} },
}, geometry: { type: 'Point', coordinates:[-73.9211,-73.9211]} },
}, geometry: { type: 'Point', coordinates:[-73.95295,-73.95295]} },
}, geometry: { type: 'Point', coordinates:[-73.95012,-73.95012]} },
}, geometry: { type: 'Point', coordinates:[-73.93377,-73.93377]} },
}, geometry: { type: 'Point', coordinates:[-73.94633,-73.94633]} },
}, geometry: { type: 'Point', coordinates:[-73.94189,-73.94189]} },
}, geometry: { type: 'Point', coordinates:[-73.93716,-73.93716]} },
}, geometry: { type: 'Point', coordinates:[-73.94691,-73.94691]} },
}, geometry: { type: 'Point', coordinates:[-73.95294,-73.95294]} },
}, geometry: { type: 'Point', coordinates:[-73.93688,-73.93688]} },
}, geometry: { type: 'Point', coordinates:[-73.93004,-73.93004]} },
}, geometry: { type: 'Point', coordinates:[-73.90579,-73.90579]} },
}, geometry: { type: 'Point', coordinates:[-73.90513,-73.90513]} },
}, geometry: { type: 'Point', coordinates:[-73.90168,-73.90168]} },
}, geometry: { type: 'Point', coordinates:[-73.87856,-73.87856]} },
}, geometry: { type: 'Point', coordinates:[-73.86122,-73.86122]} },
}, geometry: { type: 'Point', coordinates:[-73.84642,-73.84642]} },
}, geometry: { type: 'Point', coordinates:[-73.84083,-73.84083]} },
}, geometry: { type: 'Point', coordinates:[-73.73955,-73.73955]} },
}, geometry: { type: 'Point', coordinates:[-73.73986,-73.73986]} },
}, geometry: { type: 'Point', coordinates:[-73.86009,-73.86009]} },
}, geometry: { type: 'Point', coordinates:[-73.86166,-73.86166]} },
}, geometry: { type: 'Point', coordinates:[-73.82987,-73.82987]} },
}, geometry: { type: 'Point', coordinates:[-73.83102,-73.83102]} },
}, geometry: { type: 'Point', coordinates:[-73.83015,-73.83015]} },
}, geometry: { type: 'Point', coordinates:[-73.89797,-73.89797]} },
}, geometry: { type: 'Point', coordinates:[-73.89816,-73.89816]} },
}, geometry: { type: 'Point', coordinates:[-73.89934,-73.89934]} },
}, geometry: { type: 'Point', coordinates:[-73.90867,-73.90867]} },
}, geometry: { type: 'Point', coordinates:[-73.91139,-73.91139]} },
}, geometry: { type: 'Point', coordinates:[-73.90255,-73.90255]} },
}, geometry: { type: 'Point', coordinates:[-73.90153,-73.90153]} },
}, geometry: { type: 'Point', coordinates:[-73.91727,-73.91727]} },
}, geometry: { type: 'Point', coordinates:[-73.90698,-73.90698]} },
}, geometry: { type: 'Point', coordinates:[-73.90027,-73.90027]} },
}, geometry: { type: 'Point', coordinates:[-73.91537,-73.91537]} },
}, geometry: { type: 'Point', coordinates:[-73.91509,-73.91509]} },
}, geometry: { type: 'Point', coordinates:[-73.89925,-73.89925]} },
}, geometry: { type: 'Point', coordinates:[-73.90795,-73.90795]} },
}, geometry: { type: 'Point', coordinates:[-73.81245,-73.81245]} },
}, geometry: { type: 'Point', coordinates:[-73.815,-73.815]} },
}, geometry: { type: 'Point', coordinates:[-73.729,-73.729]} },
}, geometry: { type: 'Point', coordinates:[-73.79231,-73.79231]} },
}, geometry: { type: 'Point', coordinates:[-73.82419,-73.82419]} },
}, geometry: { type: 'Point', coordinates:[-73.75796,-73.75796]} },
}, geometry: { type: 'Point', coordinates:[-73.76749,-73.76749]} },
}, geometry: { type: 'Point', coordinates:[-73.75895,-73.75895]} },
}, geometry: { type: 'Point', coordinates:[-73.76637,-73.76637]} },
}, geometry: { type: 'Point', coordinates:[-73.7733,-73.7733]} },
}, geometry: { type: 'Point', coordinates:[-73.92313,-73.92313]} },
}, geometry: { type: 'Point', coordinates:[-73.91806,-73.91806]} },
}, geometry: { type: 'Point', coordinates:[-73.91681,-73.91681]} },
}, geometry: { type: 'Point', coordinates:[-73.91901,-73.91901]} },
}, geometry: { type: 'Point', coordinates:[-73.92466,-73.92466]} },
}, geometry: { type: 'Point', coordinates:[-73.92458,-73.92458]} },
}, geometry: { type: 'Point', coordinates:[-73.92398,-73.92398]} },
}, geometry: { type: 'Point', coordinates:[-73.92324,-73.92324]} },
}, geometry: { type: 'Point', coordinates:[-73.91853,-73.91853]} },
}, geometry: { type: 'Point', coordinates:[-73.92273,-73.92273]} },
}, geometry: { type: 'Point', coordinates:[-73.816,-73.816]} },
}, geometry: { type: 'Point', coordinates:[-73.85219,-73.85219]} },
}, geometry: { type: 'Point', coordinates:[-73.86281,-73.86281]} },
}, geometry: { type: 'Point', coordinates:[-73.86324,-73.86324]} },
}, geometry: { type: 'Point', coordinates:[-73.90764,-73.90764]} },
}, geometry: { type: 'Point', coordinates:[-73.90334,-73.90334]} },
}, geometry: { type: 'Point', coordinates:[-73.91122,-73.91122]} },
}, geometry: { type: 'Point', coordinates:[-73.91225,-73.91225]} },
}, geometry: { type: 'Point', coordinates:[-73.89706,-73.89706]} },
}, geometry: { type: 'Point', coordinates:[-73.89712,-73.89712]} },
}, geometry: { type: 'Point', coordinates:[-73.89892,-73.89892]} },
}, geometry: { type: 'Point', coordinates:[-74.18259,-74.18259]} },
}, geometry: { type: 'Point', coordinates:[-74.06479,-74.06479]} },
}, geometry: { type: 'Point', coordinates:[-74.14439,-74.14439]} },
}, geometry: { type: 'Point', coordinates:[-74.17117,-74.17117]} },
}, geometry: { type: 'Point', coordinates:[-74.10146,-74.10146]} },
}, geometry: { type: 'Point', coordinates:[-74.07848,-74.07848]} },
}, geometry: { type: 'Point', coordinates:[-74.0893,-74.0893]} },
}, geometry: { type: 'Point', coordinates:[-74.09182,-74.09182]} },
}, geometry: { type: 'Point', coordinates:[-74.16254,-74.16254]} },
}, geometry: { type: 'Point', coordinates:[-74.14388,-74.14388]} },
}, geometry: { type: 'Point', coordinates:[-74.06092,-74.06092]} },
}, geometry: { type: 'Point', coordinates:[-74.16534,-74.16534]} },
}, geometry: { type: 'Point', coordinates:[-74.10725,-74.10725]} },
}, geometry: { type: 'Point', coordinates:[-74.14636,-74.14636]} },
}, geometry: { type: 'Point', coordinates:[-74.09513,-74.09513]} },
}, geometry: { type: 'Point', coordinates:[-74.17065,-74.17065]} },
}, geometry: { type: 'Point', coordinates:[-74.16966,-74.16966]} },
}, geometry: { type: 'Point', coordinates:[-74.13981,-74.13981]} },
}, geometry: { type: 'Point', coordinates:[-74.16062,-74.16062]} },
}, geometry: { type: 'Point', coordinates:[-74.09436,-74.09436]} },
}, geometry: { type: 'Point', coordinates:[-74.09272,-74.09272]} },
}, geometry: { type: 'Point', coordinates:[-74.11747,-74.11747]} },
}, geometry: { type: 'Point', coordinates:[-74.16178,-74.16178]} },
}, geometry: { type: 'Point', coordinates:[-74.12673,-74.12673]} },
}, geometry: { type: 'Point', coordinates:[-74.1,-74.1]} },
}, geometry: { type: 'Point', coordinates:[-74.13354,-74.13354]} },
}, geometry: { type: 'Point', coordinates:[-74.18028,-74.18028]} },
}, geometry: { type: 'Point', coordinates:[-74.12272,-74.12272]} },
}, geometry: { type: 'Point', coordinates:[-74.12429,-74.12429]} },
}, geometry: { type: 'Point', coordinates:[-74.06724,-74.06724]} },
}, geometry: { type: 'Point', coordinates:[-74.21017,-74.21017]} },
}, geometry: { type: 'Point', coordinates:[-74.06824,-74.06824]} },
}, geometry: { type: 'Point', coordinates:[-74.09984,-74.09984]} },
}, geometry: { type: 'Point', coordinates:[-74.08174,-74.08174]} },
}, geometry: { type: 'Point', coordinates:[-74.08088,-74.08088]} },
}, geometry: { type: 'Point', coordinates:[-74.07988,-74.07988]} },
}, geometry: { type: 'Point', coordinates:[-74.10092,-74.10092]} },
}, geometry: { type: 'Point', coordinates:[-74.08537,-74.08537]} },
}, geometry: { type: 'Point', coordinates:[-74.23986,-74.23986]} },
}, geometry: { type: 'Point', coordinates:[-74.124,-74.124]} },
}, geometry: { type: 'Point', coordinates:[-74.13566,-74.13566]} },
}, geometry: { type: 'Point', coordinates:[-74.13217,-74.13217]} },
}, geometry: { type: 'Point', coordinates:[-74.19826,-74.19826]} },
i =0
while i < nrow:
print ("{ type: 'Feature', properties: { Name:"+date[i][4]+", Address:"+date[i][0]+ ',' + date[i][1])
i = i+1
{ type: 'Feature', properties: { Name:room_type, Address:neighbourhood_group,neighbourhood
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Bronx,Allerton
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Bronx,Baychester
{ type: 'Feature', properties: { Name:Private room, Address:Bronx,Belmont
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Bronx,Bronxdale
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Bronx,Castle Hill
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Bronx,City Island
{ type: 'Feature', properties: { Name:Private room, Address:Bronx,Claremont Village
{ type: 'Feature', properties: { Name:Private room, Address:Bronx,Clason Point
{ type: 'Feature', properties: { Name:Private room, Address:Bronx,Concourse
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Bronx,Concourse
{ type: 'Feature', properties: { Name:Private room, Address:Bronx,Co-op City
{ type: 'Feature', properties: { Name:Private room, Address:Bronx,Co-op City
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Bronx,East Morrisania
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Bronx,Eastchester
{ type: 'Feature', properties: { Name:Private room, Address:Bronx,Edenwald
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Bronx,Fieldston
{ type: 'Feature', properties: { Name:Shared room, Address:Bronx,Fordham
{ type: 'Feature', properties: { Name:Private room, Address:Bronx,Fordham
{ type: 'Feature', properties: { Name:Private room, Address:Bronx,Highbridge
{ type: 'Feature', properties: { Name:Private room, Address:Bronx,Hunts Point
{ type: 'Feature', properties: { Name:Private room, Address:Bronx,Kingsbridge
{ type: 'Feature', properties: { Name:Private room, Address:Bronx,Kingsbridge
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Bronx,Longwood
{ type: 'Feature', properties: { Name:Private room, Address:Bronx,Longwood
{ type: 'Feature', properties: { Name:Private room, Address:Bronx,Melrose
{ type: 'Feature', properties: { Name:Private room, Address:Bronx,Morris Heights
{ type: 'Feature', properties: { Name:Private room, Address:Bronx,Morris Park
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Bronx,Morrisania
{ type: 'Feature', properties: { Name:Private room, Address:Bronx,Mott Haven
{ type: 'Feature', properties: { Name:Private room, Address:Bronx,Mott Haven
{ type: 'Feature', properties: { Name:Private room, Address:Bronx,Mount Eden
{ type: 'Feature', properties: { Name:Private room, Address:Bronx,Mount Hope
{ type: 'Feature', properties: { Name:Private room, Address:Bronx,North Riverdale
{ type: 'Feature', properties: { Name:Private room, Address:Bronx,Norwood
{ type: 'Feature', properties: { Name:Private room, Address:Bronx,Olinville
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Bronx,Parkchester
{ type: 'Feature', properties: { Name:Private room, Address:Bronx,Pelham Bay
{ type: 'Feature', properties: { Name:Private room, Address:Bronx,Pelham Gardens
{ type: 'Feature', properties: { Name:Private room, Address:Bronx,Port Morris
{ type: 'Feature', properties: { Name:Private room, Address:Bronx,Port Morris
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Bronx,Riverdale
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Bronx,Schuylerville
{ type: 'Feature', properties: { Name:Private room, Address:Bronx,Soundview
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Bronx,Spuyten Duyvil
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Bronx,Throgs Neck
{ type: 'Feature', properties: { Name:Private room, Address:Bronx,Tremont
{ type: 'Feature', properties: { Name:Private room, Address:Bronx,University Heights
{ type: 'Feature', properties: { Name:Private room, Address:Bronx,Van Nest
{ type: 'Feature', properties: { Name:Private room, Address:Bronx,Wakefield
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Bronx,West Farms
{ type: 'Feature', properties: { Name:Private room, Address:Bronx,Westchester Square
{ type: 'Feature', properties: { Name:Private room, Address:Bronx,Williamsbridge
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Bronx,Woodlawn
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bath Beach
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bay Ridge
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bay Ridge
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bay Ridge
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bay Ridge
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bay Ridge
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Shared room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Shared room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Shared room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Shared room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Shared room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Shared room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Shared room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Shared room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Shared room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bedford-Stuyvesant
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bensonhurst
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bensonhurst
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bensonhurst
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bergen Beach
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Boerum Hill
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Boerum Hill
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Boerum Hill
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Boerum Hill
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Boerum Hill
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Boerum Hill
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Borough Park
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Borough Park
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Borough Park
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Borough Park
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Borough Park
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Brighton Beach
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Brighton Beach
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Brooklyn Heights
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Brooklyn Heights
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Brooklyn Heights
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Brooklyn Heights
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Brooklyn Heights
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Brownsville
{ type: 'Feature', properties: { Name:Shared room, Address:Brooklyn,Brownsville
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bushwick
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Bushwick
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Bushwick
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Canarsie
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Carroll Gardens
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Clinton Hill
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Cobble Hill
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Columbia St
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Cypress Hills
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Crown Heights
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Crown Heights
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Downtown Brooklyn
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,DUMBO
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Dyker Heights
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,East Flatbush
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,East Flatbush
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,East Flatbush
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,East Flatbush
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,East Flatbush
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,East Flatbush
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,East Flatbush
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,East Flatbush
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,East Flatbush
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,East Flatbush
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,East Flatbush
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,East Flatbush
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,East Flatbush
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,East Flatbush
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,East Flatbush
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,East New York
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,East New York
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,East New York
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,East New York
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,East New York
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,East New York
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,East New York
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Flatbush
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Flatbush
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Flatbush
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Flatbush
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Flatbush
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Flatbush
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Flatbush
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Flatbush
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Flatbush
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Flatbush
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Flatbush
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Flatbush
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Flatbush
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Flatbush
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Flatbush
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Flatbush
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Flatbush
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Flatbush
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Flatbush
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Flatbush
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Flatlands
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Flatlands
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Flatlands
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Fort Greene
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Fort Greene
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Fort Greene
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Fort Greene
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Fort Greene
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Fort Greene
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Fort Greene
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Fort Greene
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Fort Greene
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Fort Greene
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Fort Greene
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Fort Greene
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Fort Greene
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Fort Greene
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Fort Greene
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Fort Greene
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Fort Hamilton
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Fort Hamilton
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Gerritsen Beach
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Gerritsen Beach
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Gowanus
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Gowanus
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Gowanus
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Gowanus
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Gowanus
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Gowanus
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Gowanus
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Gowanus
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Gravesend
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Gravesend
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Gravesend
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Greenpoint
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Greenpoint
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Greenpoint
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Greenpoint
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Greenpoint
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Greenpoint
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Greenpoint
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Greenpoint
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Greenpoint
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Greenpoint
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Greenpoint
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Greenpoint
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Greenpoint
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Greenpoint
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Greenpoint
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Greenpoint
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Greenpoint
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Greenpoint
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Greenpoint
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Greenpoint
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Greenpoint
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Greenpoint
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Greenpoint
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Greenpoint
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Greenpoint
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Greenpoint
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Greenpoint
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Greenpoint
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Greenpoint
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Greenpoint
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Greenpoint
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Greenpoint
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Greenpoint
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Greenpoint
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Greenpoint
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Greenpoint
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Greenpoint
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Greenpoint
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Kensington
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Kensington
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Kensington
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Kensington
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Kensington
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Kensington
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Manhattan Beach
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Midwood
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Midwood
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Midwood
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Mill Basin
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Navy Yard
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Park Slope
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Park Slope
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Park Slope
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Park Slope
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Park Slope
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Park Slope
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Park Slope
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Park Slope
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Park Slope
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Park Slope
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Park Slope
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Park Slope
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Park Slope
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Park Slope
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Park Slope
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Park Slope
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Park Slope
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Prospect Heights
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Prospect Heights
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Prospect Heights
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Prospect Heights
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Prospect Heights
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Prospect Heights
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Prospect Heights
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Prospect Heights
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Prospect Heights
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Prospect Heights
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Prospect Heights
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Prospect Heights
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Prospect-Lefferts Gardens
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Prospect-Lefferts Gardens
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Prospect-Lefferts Gardens
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Prospect-Lefferts Gardens
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Prospect-Lefferts Gardens
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Prospect-Lefferts Gardens
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Prospect-Lefferts Gardens
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Prospect-Lefferts Gardens
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Prospect-Lefferts Gardens
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Prospect-Lefferts Gardens
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Prospect-Lefferts Gardens
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Prospect-Lefferts Gardens
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Prospect-Lefferts Gardens
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Prospect-Lefferts Gardens
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Prospect-Lefferts Gardens
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Prospect-Lefferts Gardens
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Prospect-Lefferts Gardens
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Prospect-Lefferts Gardens
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Red Hook
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Red Hook
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Red Hook
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Sea Gate
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Sheepshead Bay
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Sheepshead Bay
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Sheepshead Bay
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,South Slope
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,South Slope
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,South Slope
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,South Slope
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,South Slope
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,South Slope
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,South Slope
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,South Slope
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Sunset Park
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Sunset Park
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Sunset Park
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Sunset Park
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Sunset Park
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Sunset Park
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Sunset Park
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Sunset Park
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Sunset Park
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Sunset Park
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Sunset Park
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Sunset Park
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Sunset Park
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Vinegar Hill
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Williamsburg
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Windsor Terrace
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Windsor Terrace
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Windsor Terrace
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Windsor Terrace
{ type: 'Feature', properties: { Name:Private room, Address:Brooklyn,Windsor Terrace
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Brooklyn,Windsor Terrace
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Battery Park City
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Battery Park City
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Battery Park City
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Chelsea
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Chinatown
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Chinatown
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Chinatown
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Chinatown
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Chinatown
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Chinatown
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Chinatown
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Chinatown
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Chinatown
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Chinatown
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Chinatown
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Chinatown
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Chinatown
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Civic Center
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Shared room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Shared room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Shared room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Shared room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Shared room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Shared room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,East Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Financial District
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Financial District
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Financial District
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Financial District
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Financial District
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Financial District
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Financial District
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Financial District
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Financial District
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Financial District
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Financial District
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Financial District
{ type: 'Feature', properties: { Name:Shared room, Address:Manhattan,Financial District
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Financial District
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Financial District
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Financial District
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Financial District
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Financial District
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Financial District
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Financial District
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Financial District
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Financial District
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Financial District
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Flatiron District
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Flatiron District
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Flatiron District
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Gramercy
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Greenwich Village
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Shared room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Shared room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Harlem
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Shared room, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Hell's Kitchen
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Inwood
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Inwood
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Inwood
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Inwood
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Inwood
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Inwood
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Inwood
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Inwood
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Kips Bay
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Kips Bay
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Kips Bay
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Kips Bay
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Kips Bay
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Kips Bay
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Kips Bay
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Kips Bay
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Kips Bay
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Kips Bay
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Kips Bay
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Kips Bay
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Kips Bay
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Kips Bay
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Kips Bay
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Little Italy
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Little Italy
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Little Italy
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Little Italy
{ type: 'Feature', properties: { Name:Shared room, Address:Manhattan,Lower East Side
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Lower East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Lower East Side
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Lower East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Lower East Side
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Lower East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Lower East Side
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Lower East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Lower East Side
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Lower East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Lower East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Lower East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Lower East Side
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Lower East Side
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Lower East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Lower East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Lower East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Lower East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Lower East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Lower East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Lower East Side
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Lower East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Lower East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Lower East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Lower East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Lower East Side
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Lower East Side
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Lower East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Lower East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Lower East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Marble Hill
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Shared room, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Midtown
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Morningside Heights
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Morningside Heights
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Morningside Heights
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Morningside Heights
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Morningside Heights
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Morningside Heights
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Morningside Heights
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Morningside Heights
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Morningside Heights
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Morningside Heights
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Morningside Heights
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Murray Hill
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Murray Hill
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Murray Hill
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Murray Hill
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Murray Hill
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Murray Hill
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Murray Hill
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Murray Hill
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Murray Hill
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Murray Hill
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Murray Hill
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Murray Hill
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Murray Hill
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Murray Hill
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Murray Hill
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Murray Hill
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,NoHo
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,NoHo
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,NoHo
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Nolita
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Nolita
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Nolita
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Nolita
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Nolita
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Nolita
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Nolita
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Nolita
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Nolita
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Nolita
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Roosevelt Island
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Roosevelt Island
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Roosevelt Island
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,SoHo
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,SoHo
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,SoHo
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,SoHo
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,SoHo
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,SoHo
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,SoHo
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,SoHo
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,SoHo
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,SoHo
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,SoHo
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Stuyvesant Town
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Theater District
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Theater District
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Theater District
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Theater District
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Theater District
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Theater District
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Theater District
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Tribeca
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Tribeca
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Tribeca
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Tribeca
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Tribeca
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Two Bridges
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Two Bridges
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Two Bridges
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Shared room, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Shared room, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper East Side
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Shared room, Address:Manhattan,Upper West Side
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Washington Heights
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Washington Heights
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Washington Heights
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Washington Heights
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Washington Heights
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Washington Heights
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Washington Heights
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Washington Heights
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Washington Heights
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Washington Heights
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Washington Heights
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Washington Heights
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Washington Heights
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Washington Heights
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Washington Heights
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Washington Heights
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Washington Heights
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Washington Heights
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Washington Heights
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Washington Heights
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Washington Heights
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Washington Heights
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Washington Heights
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Washington Heights
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Washington Heights
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Washington Heights
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,Washington Heights
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,Washington Heights
{ type: 'Feature', properties: { Name:Shared room, Address:Manhattan,Washington Heights
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,West Village
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,West Village
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,West Village
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,West Village
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,West Village
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,West Village
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,West Village
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,West Village
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,West Village
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,West Village
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,West Village
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,West Village
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,West Village
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,West Village
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,West Village
{ type: 'Feature', properties: { Name:Private room, Address:Manhattan,West Village
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,West Village
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,West Village
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,West Village
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,West Village
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,West Village
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,West Village
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,West Village
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Manhattan,West Village
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Arverne
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Arverne
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Astoria
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Astoria
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Astoria
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Astoria
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Astoria
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Astoria
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Astoria
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Astoria
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Astoria
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Astoria
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Astoria
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Astoria
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Astoria
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Astoria
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Astoria
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Astoria
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Astoria
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Astoria
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Astoria
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Astoria
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Astoria
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Astoria
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Astoria
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Astoria
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Astoria
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Astoria
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Astoria
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Astoria
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Astoria
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Bay Terrace
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Bayside
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Bayswater
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Belle Harbor
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Bellerose
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Breezy Point
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Breezy Point
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Briarwood
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Briarwood
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Cambria Heights
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,College Point
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Corona
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Corona
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Ditmars Steinway
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Ditmars Steinway
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Ditmars Steinway
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Ditmars Steinway
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Ditmars Steinway
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Ditmars Steinway
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Ditmars Steinway
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Douglaston
{ type: 'Feature', properties: { Name:Private room, Address:Queens,East Elmhurst
{ type: 'Feature', properties: { Name:Private room, Address:Queens,East Elmhurst
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,East Elmhurst
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,East Elmhurst
{ type: 'Feature', properties: { Name:Private room, Address:Queens,East Elmhurst
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Edgemere
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Elmhurst
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Elmhurst
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Elmhurst
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Elmhurst
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Elmhurst
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Elmhurst
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Elmhurst
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Far Rockaway
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Flushing
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Flushing
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Forest Hills
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Forest Hills
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Forest Hills
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Forest Hills
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Forest Hills
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Fresh Meadows
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Glendale
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Glendale
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Hollis
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Holliswood
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Howard Beach
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Jackson Heights
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Jackson Heights
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Jackson Heights
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Jackson Heights
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Jackson Heights
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Jackson Heights
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Jackson Heights
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Jackson Heights
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Jamaica
{ type: 'Feature', properties: { Name:Shared room, Address:Queens,Jamaica
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Jamaica
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Jamaica
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Jamaica
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Jamaica
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Jamaica
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Jamaica Estates
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Jamaica Hills
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Kew Gardens
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Kew Gardens Hills
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Laurelton
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Little Neck
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Long Island City
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Long Island City
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Long Island City
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Long Island City
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Long Island City
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Long Island City
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Long Island City
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Long Island City
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Long Island City
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Long Island City
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Long Island City
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Long Island City
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Long Island City
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Maspeth
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Maspeth
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Maspeth
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Middle Village
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Neponsit
{ type: 'Feature', properties: { Name:Shared room, Address:Queens,Ozone Park
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Ozone Park
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Queens Village
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Queens Village
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Rego Park
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Rego Park
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Richmond Hill
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Richmond Hill
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Richmond Hill
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Ridgewood
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Ridgewood
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Ridgewood
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Ridgewood
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Ridgewood
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Ridgewood
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Ridgewood
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Ridgewood
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Ridgewood
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Ridgewood
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Ridgewood
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Ridgewood
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Ridgewood
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Ridgewood
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Rockaway Beach
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Rockaway Beach
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Rosedale
{ type: 'Feature', properties: { Name:Private room, Address:Queens,South Ozone Park
{ type: 'Feature', properties: { Name:Private room, Address:Queens,South Ozone Park
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Springfield Gardens
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Springfield Gardens
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Springfield Gardens
{ type: 'Feature', properties: { Name:Private room, Address:Queens,St. Albans
{ type: 'Feature', properties: { Name:Private room, Address:Queens,St. Albans
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Sunnyside
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Sunnyside
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Sunnyside
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Sunnyside
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Sunnyside
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Sunnyside
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Sunnyside
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Sunnyside
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Sunnyside
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Sunnyside
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Whitestone
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Woodhaven
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Woodhaven
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Woodhaven
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Woodside
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Woodside
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Woodside
{ type: 'Feature', properties: { Name:Private room, Address:Queens,Woodside
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Woodside
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Woodside
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Queens,Woodside
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Staten Island,Arden Heights
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Staten Island,Arrochar
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Staten Island,Bay Terrace
{ type: 'Feature', properties: { Name:Private room, Address:Staten Island,Bull's Head
{ type: 'Feature', properties: { Name:Private room, Address:Staten Island,Castleton Corners
{ type: 'Feature', properties: { Name:Private room, Address:Staten Island,Clifton
{ type: 'Feature', properties: { Name:Private room, Address:Staten Island,Concord
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Staten Island,Dongan Hills
{ type: 'Feature', properties: { Name:Private room, Address:Staten Island,Eltingville
{ type: 'Feature', properties: { Name:Private room, Address:Staten Island,Emerson Hill
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Staten Island,Fort Wadsworth
{ type: 'Feature', properties: { Name:Private room, Address:Staten Island,Graniteville
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Staten Island,Grant City
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Staten Island,Great Kills
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Staten Island,Grymes Hill
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Staten Island,Howland Hook
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Staten Island,Huguenot
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Staten Island,Lighthouse Hill
{ type: 'Feature', properties: { Name:Private room, Address:Staten Island,Mariners Harbor
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Staten Island,Midland Beach
{ type: 'Feature', properties: { Name:Private room, Address:Staten Island,New Brighton
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Staten Island,New Dorp
{ type: 'Feature', properties: { Name:Private room, Address:Staten Island,New Springville
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Staten Island,Oakwood
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Staten Island,New Dorp Beach
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Staten Island,Port Richmond
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Staten Island,Prince's Bay
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Staten Island,Randall Manor
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Staten Island,Richmondtown
{ type: 'Feature', properties: { Name:Private room, Address:Staten Island,Rosebank
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Staten Island,Rossville
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Staten Island,Shore Acres
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Staten Island,Silver Lake
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Staten Island,South Beach
{ type: 'Feature', properties: { Name:Private room, Address:Staten Island,St. George
{ type: 'Feature', properties: { Name:Private room, Address:Staten Island,Stapleton
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Staten Island,Todt Hill
{ type: 'Feature', properties: { Name:Private room, Address:Staten Island,Tompkinsville
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Staten Island,Tottenville
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Staten Island,West Brighton
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Staten Island,Westerleigh
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Staten Island,Willowbrook
{ type: 'Feature', properties: { Name:Entire home/apt, Address:Staten Island,Woodrow
###Print out codes
# address date[i][0] + date[i][1] type date[i][4] price date[i][5]
i =0
while i < nrow:
print ("{type: 'Feature',properties:{Name: '"+date[i][4]+"', Address:"+date[i][0]+ ', ' + date[i][1] +"'}, geometry: { type: 'Point', coordinates:["+date[i][3]+', '+date[i][2]+ ']} },')#访问列表date中的数据验证读取成功(这里是打印所有学生的姓名)
i = i+1
{type: 'Feature',properties:{Name: 'room_type', Address:'neighbourhood_group, neighbourhood'}, geometry: { type: 'Point', coordinates:[longitude, latitude]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Bronx, Allerton'}, geometry: { type: 'Point', coordinates:[-73.85709, 40.86466]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Bronx, Baychester'}, geometry: { type: 'Point', coordinates:[-73.84335, 40.87223]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Bronx, Belmont'}, geometry: { type: 'Point', coordinates:[-73.88711, 40.85487]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Bronx, Bronxdale'}, geometry: { type: 'Point', coordinates:[-73.86543, 40.85667]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Bronx, Castle Hill'}, geometry: { type: 'Point', coordinates:[-73.84765, 40.82286]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Bronx, City Island'}, geometry: { type: 'Point', coordinates:[-73.78873, 40.85235]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Bronx, Claremont Village'}, geometry: { type: 'Point', coordinates:[-73.91108, 40.84192]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Bronx, Clason Point'}, geometry: { type: 'Point', coordinates:[-73.85514, 40.81309]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92158, 40.83001]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92439, 40.82822]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Bronx, Co-op City'}, geometry: { type: 'Point', coordinates:[-73.82494, 40.86317]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Bronx, Co-op City'}, geometry: { type: 'Point', coordinates:[-73.82154, 40.86646]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Bronx, East Morrisania'}, geometry: { type: 'Point', coordinates:[-73.89553, 40.82873]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Bronx, Eastchester'}, geometry: { type: 'Point', coordinates:[-73.83572, 40.88057]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Bronx, Edenwald'}, geometry: { type: 'Point', coordinates:[-73.83434, 40.88534]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Bronx, Fieldston'}, geometry: { type: 'Point', coordinates:[-73.90522, 40.88757]} },
{type: 'Feature',properties:{Name: 'Shared room', Address:'Bronx, Fordham'}, geometry: { type: 'Point', coordinates:[-73.88545, 40.86705]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Bronx, Fordham'}, geometry: { type: 'Point', coordinates:[-73.89525, 40.86711]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Bronx, Highbridge'}, geometry: { type: 'Point', coordinates:[-73.93184, 40.83232]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Bronx, Hunts Point'}, geometry: { type: 'Point', coordinates:[-73.8873, 40.81335]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Bronx, Kingsbridge'}, geometry: { type: 'Point', coordinates:[-73.90023, 40.8679]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Bronx, Kingsbridge'}, geometry: { type: 'Point', coordinates:[-73.91103, 40.88166]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Bronx, Longwood'}, geometry: { type: 'Point', coordinates:[-73.89909, 40.81611]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Bronx, Longwood'}, geometry: { type: 'Point', coordinates:[-73.89495, 40.82347]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Bronx, Melrose'}, geometry: { type: 'Point', coordinates:[-73.91429, 40.82296]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Bronx, Morris Heights'}, geometry: { type: 'Point', coordinates:[-73.91223, 40.84886]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Bronx, Morris Park'}, geometry: { type: 'Point', coordinates:[-73.85669, 40.85465]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Bronx, Morrisania'}, geometry: { type: 'Point', coordinates:[-73.91316, 40.82424]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.92399, 40.81128]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.90772, 40.81291]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Bronx, Mount Eden'}, geometry: { type: 'Point', coordinates:[-73.91382, 40.84058]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Bronx, Mount Hope'}, geometry: { type: 'Point', coordinates:[-73.91036, 40.84611]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Bronx, North Riverdale'}, geometry: { type: 'Point', coordinates:[-73.90005, 40.90804]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Bronx, Norwood'}, geometry: { type: 'Point', coordinates:[-73.88047, 40.87605]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Bronx, Olinville'}, geometry: { type: 'Point', coordinates:[-73.86397, 40.88438]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Bronx, Parkchester'}, geometry: { type: 'Point', coordinates:[-73.86634, 40.83645]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Bronx, Pelham Bay'}, geometry: { type: 'Point', coordinates:[-73.83602, 40.84423]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Bronx, Pelham Gardens'}, geometry: { type: 'Point', coordinates:[-73.848, 40.86617]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.92395, 40.8064]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.92276, 40.80461]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Bronx, Riverdale'}, geometry: { type: 'Point', coordinates:[-73.91599, 40.88579]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Bronx, Schuylerville'}, geometry: { type: 'Point', coordinates:[-73.83729, 40.8355]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Bronx, Soundview'}, geometry: { type: 'Point', coordinates:[-73.87603, 40.82138]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Bronx, Spuyten Duyvil'}, geometry: { type: 'Point', coordinates:[-73.91673, 40.87991]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Bronx, Throgs Neck'}, geometry: { type: 'Point', coordinates:[-73.80001, 40.81476]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Bronx, Tremont'}, geometry: { type: 'Point', coordinates:[-73.88728, 40.83875]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Bronx, University Heights'}, geometry: { type: 'Point', coordinates:[-73.90675, 40.85811]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Bronx, Van Nest'}, geometry: { type: 'Point', coordinates:[-73.87055, 40.8423]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Bronx, Wakefield'}, geometry: { type: 'Point', coordinates:[-73.8447, 40.89557]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Bronx, West Farms'}, geometry: { type: 'Point', coordinates:[-73.87956, 40.84533]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Bronx, Westchester Square'}, geometry: { type: 'Point', coordinates:[-73.84671, 40.83613]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Bronx, Williamsbridge'}, geometry: { type: 'Point', coordinates:[-73.86264, 40.88296]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Bronx, Woodlawn'}, geometry: { type: 'Point', coordinates:[-73.8639, 40.89747]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bath Beach'}, geometry: { type: 'Point', coordinates:[-74.01083, 40.60382]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02035, 40.6339]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.03621, 40.63463]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.03628, 40.63508]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02756, 40.62455]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02366, 40.63465]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95596, 40.68688]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94028, 40.68371]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95473, 40.6831]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94312, 40.68876]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95591, 40.68111]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9409, 40.68554]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93934, 40.68043]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93637, 40.68134]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93664, 40.68291]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93503, 40.68276]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92357, 40.68413]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92377, 40.68373]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9547, 40.68332]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93662, 40.68296]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93524, 40.68281]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94659, 40.68306]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9475, 40.67992]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9415, 40.68237]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93503, 40.69546]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93696, 40.69625]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94314, 40.68236]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95385, 40.68503]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94701, 40.68317]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95264, 40.68276]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91981, 40.683]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94615, 40.6824]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94911, 40.68048]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93963, 40.68314]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93185, 40.69305]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95458, 40.69465]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95684, 40.68505]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92747, 40.68448]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93038, 40.68569]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95863, 40.68504]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94081, 40.68101]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91989, 40.68669]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93908, 40.67963]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93908, 40.6798]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95332, 40.68131]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95097, 40.69242]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95445, 40.68967]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95592, 40.68497]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94934, 40.68812]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94113, 40.68186]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93323, 40.69025]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95741, 40.68741]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95088, 40.68634]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95494, 40.68749]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94949, 40.67855]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92521, 40.68516]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93946, 40.67964]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95167, 40.69046]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94219, 40.68309]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95866, 40.69221]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94878, 40.68016]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95383, 40.6889]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94127, 40.69117]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91918, 40.68707]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94885, 40.69241]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9225, 40.68717]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95473, 40.68226]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95289, 40.68338]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93254, 40.68812]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95059, 40.68884]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95372, 40.6865]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93702, 40.68631]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95489, 40.68492]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91957, 40.68255]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9292, 40.68106]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93179, 40.68991]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91921, 40.68174]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95405, 40.68855]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94675, 40.68622]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95927, 40.69348]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.951, 40.69213]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95666, 40.68427]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93433, 40.68534]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9442, 40.69321]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94193, 40.68838]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92817, 40.68813]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95405, 40.68881]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9541, 40.68905]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9376, 40.68944]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94287, 40.68229]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92837, 40.69174]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94837, 40.68586]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92951, 40.68825]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95839, 40.68607]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94724, 40.68549]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93838, 40.68543]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94627, 40.68812]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95677, 40.69043]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9379, 40.68328]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93875, 40.68411]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94004, 40.68269]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9501, 40.68586]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95824, 40.6877]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95809, 40.69079]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9244, 40.68943]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95924, 40.69143]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9406, 40.68372]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95563, 40.68517]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95002, 40.69382]} },
{type: 'Feature',properties:{Name: 'Shared room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95605, 40.6951]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92246, 40.68248]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95375, 40.6883]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95631, 40.68773]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94601, 40.69114]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93653, 40.69128]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94103, 40.68906]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95876, 40.68712]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95837, 40.68724]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94699, 40.68687]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95604, 40.68371]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94715, 40.67968]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93687, 40.67958]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93557, 40.68522]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95692, 40.68444]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95429, 40.69384]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9527, 40.68604]} },
{type: 'Feature',properties:{Name: 'Shared room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94551, 40.69407]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95832, 40.6953]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95475, 40.68191]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91366, 40.6802]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.914, 40.68176]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94042, 40.68356]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92029, 40.68561]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93095, 40.68615]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93944, 40.68407]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94698, 40.6938]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95456, 40.69165]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95247, 40.68941]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95168, 40.68196]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9513, 40.69105]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93422, 40.68193]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92189, 40.68344]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92973, 40.68411]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95875, 40.68586]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92535, 40.691]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92677, 40.68598]} },
{type: 'Feature',properties:{Name: 'Shared room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94205, 40.69132]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93684, 40.68485]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92896, 40.68194]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95178, 40.68145]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93967, 40.69901]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94306, 40.69654]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94294, 40.68863]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93648, 40.68336]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93659, 40.68713]} },
{type: 'Feature',properties:{Name: 'Shared room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93446, 40.687]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94538, 40.6943]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94315, 40.68321]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92883, 40.68417]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94519, 40.69437]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92638, 40.68364]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95493, 40.69017]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94635, 40.69872]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95742, 40.68854]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93836, 40.69235]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95851, 40.68753]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93425, 40.68554]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92429, 40.68532]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95321, 40.69034]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93845, 40.68674]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9535, 40.68068]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95159, 40.68435]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93903, 40.68798]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93906, 40.68316]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94434, 40.6831]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94082, 40.68312]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94839, 40.68018]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92922, 40.68683]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9389, 40.68177]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95909, 40.68647]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92885, 40.68272]} },
{type: 'Feature',properties:{Name: 'Shared room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95648, 40.69122]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93548, 40.69652]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94108, 40.68185]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93217, 40.69324]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95154, 40.68065]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95019, 40.68388]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93785, 40.68445]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95012, 40.68201]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95399, 40.68919]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9446, 40.69585]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95039, 40.6824]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.96024, 40.69048]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95085, 40.68322]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94989, 40.69582]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94975, 40.68325]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9489, 40.6844]} },
{type: 'Feature',properties:{Name: 'Shared room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95627, 40.69081]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95557, 40.69811]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95167, 40.68243]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93478, 40.68608]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93776, 40.69376]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93115, 40.68208]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94252, 40.67927]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9177, 40.6842]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92364, 40.68695]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94547, 40.69243]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94557, 40.69195]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94534, 40.69063]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94673, 40.6918]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94201, 40.68444]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93104, 40.6937]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9263, 40.68584]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95775, 40.68714]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93795, 40.68238]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91897, 40.68669]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93293, 40.68665]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94551, 40.69301]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95745, 40.69077]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95461, 40.68999]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95169, 40.68411]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94645, 40.6882]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94678, 40.69336]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94356, 40.69289]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92804, 40.68084]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95111, 40.68329]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93135, 40.69399]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95514, 40.68375]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95042, 40.6839]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9213, 40.68864]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95757, 40.69017]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95223, 40.69385]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92505, 40.6848]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93042, 40.68019]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95348, 40.68656]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95325, 40.68471]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93223, 40.68025]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95126, 40.68708]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93911, 40.68005]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94466, 40.68553]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94068, 40.68194]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93751, 40.68978]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9104, 40.68208]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93073, 40.68972]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95952, 40.69194]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93577, 40.69696]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95548, 40.68931]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9603, 40.69169]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95437, 40.68273]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95009, 40.68366]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94628, 40.69023]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94613, 40.69096]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94161, 40.69493]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92349, 40.68385]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.932, 40.69168]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95392, 40.68674]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95473, 40.68489]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94581, 40.69322]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92469, 40.6889]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94166, 40.68864]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95336, 40.68185]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9419, 40.68305]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92693, 40.68413]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94325, 40.68166]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95112, 40.68285]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95639, 40.68442]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95366, 40.69181]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95921, 40.69309]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9375, 40.67963]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95859, 40.69135]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9342, 40.69484]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95149, 40.68248]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95152, 40.68906]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94263, 40.68839]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95575, 40.68631]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94446, 40.6839]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93346, 40.68671]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92965, 40.67828]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95149, 40.68165]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9417, 40.68637]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92085, 40.68171]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93481, 40.69142]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9452, 40.68773]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9274, 40.69193]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94848, 40.68162]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95402, 40.68409]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9113, 40.67927]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92971, 40.68478]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94626, 40.68922]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94529, 40.6864]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92746, 40.68232]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95203, 40.69112]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95156, 40.67892]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9521, 40.68775]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94037, 40.69587]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93993, 40.68631]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95568, 40.68835]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95607, 40.69329]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9323, 40.69178]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93812, 40.6835]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94524, 40.6901]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93236, 40.68172]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95446, 40.69392]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93678, 40.68843]} },
{type: 'Feature',properties:{Name: 'Shared room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9344, 40.68642]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.96026, 40.69011]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93528, 40.68948]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95279, 40.6895]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93272, 40.6878]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95558, 40.68709]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94956, 40.68372]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95644, 40.6883]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94694, 40.69135]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94184, 40.69471]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93588, 40.68852]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95033, 40.68571]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92701, 40.69026]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93856, 40.68058]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93055, 40.68286]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95049, 40.68545]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93752, 40.67952]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93914, 40.69707]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93876, 40.68211]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92211, 40.68576]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95136, 40.68191]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92024, 40.68743]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91624, 40.6847]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95783, 40.68105]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94057, 40.69924]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9425, 40.68432]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95731, 40.69572]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94689, 40.69393]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94928, 40.68383]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94295, 40.68271]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92039, 40.68548]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95054, 40.68426]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95837, 40.68596]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93144, 40.69205]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94854, 40.68118]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92883, 40.68176]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95535, 40.68452]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92994, 40.68208]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95427, 40.68695]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9412, 40.68898]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95017, 40.69394]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94613, 40.68291]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94318, 40.67994]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93444, 40.68174]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92375, 40.68562]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94994, 40.68207]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9389, 40.67822]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9346, 40.68975]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94095, 40.68172]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94126, 40.6979]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95655, 40.6851]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93656, 40.68753]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95452, 40.67949]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95013, 40.68887]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95666, 40.68422]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92354, 40.68885]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94427, 40.68388]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94608, 40.69334]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92975, 40.68476]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9256, 40.68837]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92208, 40.68643]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95337, 40.68866]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95031, 40.68652]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91856, 40.68274]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93852, 40.692]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95182, 40.68599]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93208, 40.67927]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93246, 40.68635]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92784, 40.68949]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95039, 40.68412]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95819, 40.68337]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95841, 40.69437]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94714, 40.6916]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95018, 40.68138]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92893, 40.68908]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94357, 40.68822]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95333, 40.68769]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95502, 40.68592]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95697, 40.68473]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94687, 40.67862]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94239, 40.68205]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95886, 40.69141]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92685, 40.68905]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94058, 40.68732]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94811, 40.68237]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93897, 40.68667]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93987, 40.69411]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95484, 40.68772]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.959, 40.68818]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9353, 40.68642]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93805, 40.6872]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92519, 40.6825]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94838, 40.68358]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92217, 40.68419]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9441, 40.69634]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94443, 40.68252]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93797, 40.68655]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94865, 40.68127]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93074, 40.68769]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93249, 40.68565]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95142, 40.69291]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9151, 40.68056]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93599, 40.68082]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94523, 40.6847]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92947, 40.68695]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95428, 40.68989]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.942, 40.68374]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92646, 40.6899]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94891, 40.68032]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94314, 40.69458]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9565, 40.68137]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91472, 40.68295]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93705, 40.68043]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93113, 40.68692]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94779, 40.68084]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9413, 40.68313]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92754, 40.6835]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95318, 40.67918]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95725, 40.68693]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92393, 40.68852]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95114, 40.69587]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92811, 40.68439]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92805, 40.69013]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92516, 40.68634]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95487, 40.68407]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94735, 40.68641]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93653, 40.67879]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93077, 40.68706]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93247, 40.68707]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93131, 40.68627]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93387, 40.69485]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93207, 40.68514]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93775, 40.6805]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94827, 40.6956]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95269, 40.6942]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92507, 40.68312]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93178, 40.68454]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93058, 40.69389]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93768, 40.69525]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94001, 40.6789]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91971, 40.68266]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94786, 40.69527]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94218, 40.68724]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95184, 40.68542]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93949, 40.69496]} },
{type: 'Feature',properties:{Name: 'Shared room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95801, 40.68676]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95441, 40.68206]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94914, 40.69724]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95185, 40.68531]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95266, 40.68568]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90937, 40.6792]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9561, 40.68078]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93968, 40.6845]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94976, 40.6933]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95441, 40.69103]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93678, 40.68288]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93965, 40.68578]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93951, 40.69017]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9577, 40.68708]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91672, 40.67849]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.957, 40.6869]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95197, 40.69024]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93981, 40.69367]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95225, 40.68858]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92834, 40.69175]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95339, 40.68331]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95342, 40.68156]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94518, 40.68687]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95952, 40.69181]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94908, 40.69725]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94326, 40.68256]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9422, 40.68339]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92508, 40.68622]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93467, 40.69414]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93427, 40.69454]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92023, 40.68157]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94515, 40.6958]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94092, 40.68835]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95678, 40.68798]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92925, 40.68373]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94068, 40.68596]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94164, 40.68402]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94338, 40.70007]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9498, 40.68853]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93537, 40.69295]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95417, 40.68175]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93286, 40.68589]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93079, 40.69084]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95839, 40.69492]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9565, 40.68951]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94696, 40.68797]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95933, 40.68602]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95728, 40.6848]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91574, 40.68229]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94767, 40.68927]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95236, 40.67893]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92863, 40.68467]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95759, 40.68589]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92484, 40.68778]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.96006, 40.69776]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95357, 40.6894]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.96001, 40.69294]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95477, 40.68897]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94581, 40.67958]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95422, 40.67905]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92398, 40.68811]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94985, 40.6879]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94951, 40.68549]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95298, 40.68383]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93749, 40.68675]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94681, 40.69253]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94634, 40.68235]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94589, 40.68135]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91981, 40.68515]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95493, 40.69091]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95032, 40.68266]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95212, 40.68886]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93183, 40.6804]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9479, 40.68662]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95575, 40.69268]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91267, 40.6815]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94371, 40.69627]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9153, 40.68175]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95646, 40.68998]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93473, 40.68256]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92327, 40.68679]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92322, 40.68744]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92331, 40.68939]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9368, 40.68168]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92565, 40.67917]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94113, 40.69147]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93141, 40.68306]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93796, 40.68045]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93579, 40.69014]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93738, 40.68301]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94385, 40.6955]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95524, 40.68951]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95758, 40.68574]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95507, 40.69494]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94504, 40.69604]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94719, 40.6926]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93183, 40.68699]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91882, 40.68716]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92513, 40.68074]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94329, 40.68833]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95603, 40.68977]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91113, 40.68006]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9501, 40.69467]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95332, 40.6856]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92226, 40.68383]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92121, 40.68211]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91673, 40.68076]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93472, 40.694]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95841, 40.69365]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94147, 40.68767]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95481, 40.69076]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95315, 40.68856]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95152, 40.68182]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91612, 40.68406]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91349, 40.68369]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94939, 40.6848]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93187, 40.68481]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95526, 40.68685]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93487, 40.69195]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95291, 40.68609]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93338, 40.69129]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93823, 40.69158]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95097, 40.68937]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9453, 40.67861]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94977, 40.68417]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93886, 40.68175]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93825, 40.68153]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9447, 40.70021]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92672, 40.68294]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95016, 40.68373]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95347, 40.68314]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93603, 40.69561]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92909, 40.68309]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9476, 40.6813]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92608, 40.68421]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95358, 40.6792]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90976, 40.6801]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92079, 40.68411]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9591, 40.68707]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94171, 40.68777]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92898, 40.69007]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.96073, 40.69307]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9607, 40.69363]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.96075, 40.69366]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92056, 40.68828]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95893, 40.68449]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93467, 40.68469]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9598, 40.69363]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.96016, 40.69442]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.96002, 40.69498]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91449, 40.68336]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95136, 40.67953]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95412, 40.68701]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94842, 40.69168]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95176, 40.68402]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94662, 40.67955]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93985, 40.68459]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94358, 40.68569]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93956, 40.68446]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94709, 40.6825]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94774, 40.68242]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95237, 40.68568]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91951, 40.68245]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95116, 40.68915]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91518, 40.67815]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93377, 40.68594]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94102, 40.69962]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94231, 40.68582]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92377, 40.68875]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93305, 40.68227]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95998, 40.69315]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94339, 40.6874]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92667, 40.68847]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94054, 40.68901]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9452, 40.67998]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92246, 40.682]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94259, 40.67986]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93641, 40.68403]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93532, 40.68549]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9369, 40.68517]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95402, 40.68537]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95642, 40.68323]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94859, 40.68739]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9388, 40.69148]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94104, 40.68728]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95112, 40.68634]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94953, 40.68563]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95466, 40.69053]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92874, 40.68068]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93666, 40.68321]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93335, 40.69564]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92347, 40.68608]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9574, 40.68851]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93669, 40.68497]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93793, 40.686]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93224, 40.68351]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93559, 40.68343]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91156, 40.68063]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94948, 40.69381]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91597, 40.67682]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.946, 40.68473]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94788, 40.68216]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9534, 40.68217]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9481, 40.69385]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93294, 40.69435]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94353, 40.69271]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95162, 40.6833]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93707, 40.68521]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93075, 40.68084]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95535, 40.68579]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94205, 40.68997]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95455, 40.6832]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95336, 40.67883]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95466, 40.68683]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92294, 40.68584]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93893, 40.68258]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95307, 40.68527]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91677, 40.677]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95383, 40.67922]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95865, 40.69224]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93473, 40.68517]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92827, 40.68736]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91047, 40.68023]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93548, 40.69666]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95832, 40.68606]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.96029, 40.6924]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95544, 40.69154]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94072, 40.68657]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95851, 40.68356]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95808, 40.68566]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93279, 40.68207]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92934, 40.6913]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9543, 40.68447]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92612, 40.68354]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95629, 40.68972]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93089, 40.68814]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95425, 40.68737]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92783, 40.68649]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94919, 40.68491]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94497, 40.68675]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94243, 40.68247]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92124, 40.68327]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94438, 40.69393]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92094, 40.68587]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93581, 40.68552]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93545, 40.6888]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91144, 40.68175]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9215, 40.68382]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92425, 40.68645]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94729, 40.69468]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91972, 40.68666]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95211, 40.68786]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9589, 40.68956]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95573, 40.68402]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95767, 40.68512]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93573, 40.68378]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94993, 40.69612]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93153, 40.68928]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93333, 40.69467]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94653, 40.6936]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92019, 40.68682]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95869, 40.69213]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92007, 40.6854]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93208, 40.68411]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95947, 40.69039]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95275, 40.6811]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94232, 40.68302]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91977, 40.68237]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9383, 40.6874]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92825, 40.68742]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92026, 40.68473]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93804, 40.68297]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95282, 40.68358]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95074, 40.68115]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92071, 40.68403]} },
{type: 'Feature',properties:{Name: 'Shared room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92989, 40.68828]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94501, 40.6937]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95636, 40.6852]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90922, 40.67995]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92782, 40.68785]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94939, 40.67939]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94819, 40.69325]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92963, 40.68582]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94656, 40.6927]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.933, 40.68651]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93806, 40.68435]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94409, 40.68578]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93384, 40.69588]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9469, 40.69499]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9589, 40.68956]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9405, 40.67924]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92447, 40.68538]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92522, 40.68754]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.935, 40.68782]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95136, 40.68397]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93645, 40.69649]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94678, 40.69278]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.99399, 40.61922]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.99591, 40.6101]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.99799, 40.60918]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bergen Beach'}, geometry: { type: 'Point', coordinates:[-73.91056, 40.6235]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98094, 40.68559]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98876, 40.68674]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.9828, 40.6858]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98562, 40.68653]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98826, 40.68599]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98407, 40.68595]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99461, 40.63324]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00016, 40.64431]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00476, 40.63592]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99453, 40.63256]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99555, 40.64426]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.95455, 40.5781]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.96392, 40.5822]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99268, 40.69723]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99832, 40.6926]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99771, 40.69441]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99438, 40.69263]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99299, 40.69964]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.92303, 40.66682]} },
{type: 'Feature',properties:{Name: 'Shared room', Address:'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.92538, 40.66792]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92745, 40.70186]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9383, 40.70032]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92609, 40.70093]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90334, 40.62897]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-74.00154, 40.67967]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.95976, 40.68514]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99183, 40.6857]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Columbia St'}, geometry: { type: 'Point', coordinates:[-74.00345, 40.68636]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.8896, 40.67855]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94694, 40.67592]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94339, 40.6778]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98375, 40.69594]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, DUMBO'}, geometry: { type: 'Point', coordinates:[-73.98571, 40.70207]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Dyker Heights'}, geometry: { type: 'Point', coordinates:[-74.01608, 40.6283]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.9503, 40.64446]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94886, 40.651]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94219, 40.64468]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94607, 40.63602]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.9459, 40.63759]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94637, 40.63611]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93239, 40.64953]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94938, 40.65204]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94667, 40.64851]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94883, 40.6536]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.946, 40.63612]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93452, 40.65176]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94838, 40.64895]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94587, 40.63205]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94999, 40.6526]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87305, 40.67497]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89232, 40.66795]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87883, 40.65408]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89124, 40.67635]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88584, 40.66759]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88493, 40.66907]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88548, 40.66874]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Flatbush'}, geometry: { type: 'Point', coordinates:[-73.96327, 40.63702]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Flatbush'}, geometry: { type: 'Point', coordinates:[-73.96323, 40.65401]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Flatbush'}, geometry: { type: 'Point', coordinates:[-73.96112, 40.64015]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Flatbush'}, geometry: { type: 'Point', coordinates:[-73.96266, 40.65379]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Flatbush'}, geometry: { type: 'Point', coordinates:[-73.96855, 40.64387]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Flatbush'}, geometry: { type: 'Point', coordinates:[-73.96076, 40.63593]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Flatbush'}, geometry: { type: 'Point', coordinates:[-73.96382, 40.65096]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Flatbush'}, geometry: { type: 'Point', coordinates:[-73.96548, 40.64229]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Flatbush'}, geometry: { type: 'Point', coordinates:[-73.9605, 40.64882]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Flatbush'}, geometry: { type: 'Point', coordinates:[-73.96641, 40.63208]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95758, 40.64895]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Flatbush'}, geometry: { type: 'Point', coordinates:[-73.96181, 40.65359]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Flatbush'}, geometry: { type: 'Point', coordinates:[-73.96016, 40.64294]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95832, 40.64073]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Flatbush'}, geometry: { type: 'Point', coordinates:[-73.9572, 40.64232]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Flatbush'}, geometry: { type: 'Point', coordinates:[-73.96285, 40.6311]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Flatbush'}, geometry: { type: 'Point', coordinates:[-73.96388, 40.64047]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Flatbush'}, geometry: { type: 'Point', coordinates:[-73.9572, 40.62961]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Flatbush'}, geometry: { type: 'Point', coordinates:[-73.96872, 40.6489]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95781, 40.65307]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Flatlands'}, geometry: { type: 'Point', coordinates:[-73.93248, 40.63188]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Flatlands'}, geometry: { type: 'Point', coordinates:[-73.92552, 40.61676]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Flatlands'}, geometry: { type: 'Point', coordinates:[-73.94078, 40.62338]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Fort Greene'}, geometry: { type: 'Point', coordinates:[-73.97185, 40.69169]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Fort Greene'}, geometry: { type: 'Point', coordinates:[-73.97584, 40.69673]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Fort Greene'}, geometry: { type: 'Point', coordinates:[-73.97376, 40.69142]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Fort Greene'}, geometry: { type: 'Point', coordinates:[-73.97267, 40.6932]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Fort Greene'}, geometry: { type: 'Point', coordinates:[-73.97312, 40.69101]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Fort Greene'}, geometry: { type: 'Point', coordinates:[-73.97113, 40.69098]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Fort Greene'}, geometry: { type: 'Point', coordinates:[-73.97691, 40.68863]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Fort Greene'}, geometry: { type: 'Point', coordinates:[-73.97525, 40.68656]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Fort Greene'}, geometry: { type: 'Point', coordinates:[-73.97258, 40.68819]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Fort Greene'}, geometry: { type: 'Point', coordinates:[-73.97421, 40.68692]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Fort Greene'}, geometry: { type: 'Point', coordinates:[-73.97332, 40.68795]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Fort Greene'}, geometry: { type: 'Point', coordinates:[-73.97307, 40.69088]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Fort Greene'}, geometry: { type: 'Point', coordinates:[-73.97598, 40.68626]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Fort Greene'}, geometry: { type: 'Point', coordinates:[-73.97611, 40.68768]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Fort Greene'}, geometry: { type: 'Point', coordinates:[-73.97023, 40.69155]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Fort Greene'}, geometry: { type: 'Point', coordinates:[-73.97631, 40.68882]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Fort Hamilton'}, geometry: { type: 'Point', coordinates:[-74.03626, 40.6146]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Fort Hamilton'}, geometry: { type: 'Point', coordinates:[-74.0307, 40.61927]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Gerritsen Beach'}, geometry: { type: 'Point', coordinates:[-73.92378, 40.58884]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Gerritsen Beach'}, geometry: { type: 'Point', coordinates:[-73.92599, 40.58871]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Gowanus'}, geometry: { type: 'Point', coordinates:[-73.98989, 40.68157]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Gowanus'}, geometry: { type: 'Point', coordinates:[-73.99083, 40.66858]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Gowanus'}, geometry: { type: 'Point', coordinates:[-73.9896, 40.68076]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Gowanus'}, geometry: { type: 'Point', coordinates:[-73.99187, 40.66918]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Gowanus'}, geometry: { type: 'Point', coordinates:[-73.9926, 40.66862]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Gowanus'}, geometry: { type: 'Point', coordinates:[-73.9859, 40.67688]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Gowanus'}, geometry: { type: 'Point', coordinates:[-73.98879, 40.68131]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Gowanus'}, geometry: { type: 'Point', coordinates:[-73.98756, 40.67302]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Gravesend'}, geometry: { type: 'Point', coordinates:[-73.97092, 40.60399]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Gravesend'}, geometry: { type: 'Point', coordinates:[-73.96862, 40.59601]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Gravesend'}, geometry: { type: 'Point', coordinates:[-73.96763, 40.6075]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Greenpoint'}, geometry: { type: 'Point', coordinates:[-73.95392, 40.73506]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Greenpoint'}, geometry: { type: 'Point', coordinates:[-73.93788, 40.72401]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Greenpoint'}, geometry: { type: 'Point', coordinates:[-73.9503, 40.73494]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Greenpoint'}, geometry: { type: 'Point', coordinates:[-73.95348, 40.73409]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Greenpoint'}, geometry: { type: 'Point', coordinates:[-73.95511, 40.72945]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Greenpoint'}, geometry: { type: 'Point', coordinates:[-73.95578, 40.73119]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Greenpoint'}, geometry: { type: 'Point', coordinates:[-73.95552, 40.72898]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Greenpoint'}, geometry: { type: 'Point', coordinates:[-73.95341, 40.72646]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Greenpoint'}, geometry: { type: 'Point', coordinates:[-73.95976, 40.72954]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Greenpoint'}, geometry: { type: 'Point', coordinates:[-73.95018, 40.72488]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Greenpoint'}, geometry: { type: 'Point', coordinates:[-73.95292, 40.73749]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Greenpoint'}, geometry: { type: 'Point', coordinates:[-73.95327, 40.73776]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Greenpoint'}, geometry: { type: 'Point', coordinates:[-73.95482, 40.73738]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Greenpoint'}, geometry: { type: 'Point', coordinates:[-73.95312, 40.73842]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Greenpoint'}, geometry: { type: 'Point', coordinates:[-73.95394, 40.73813]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Greenpoint'}, geometry: { type: 'Point', coordinates:[-73.95485, 40.73861]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Greenpoint'}, geometry: { type: 'Point', coordinates:[-73.95493, 40.72911]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Greenpoint'}, geometry: { type: 'Point', coordinates:[-73.95199, 40.72473]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Greenpoint'}, geometry: { type: 'Point', coordinates:[-73.94254, 40.72212]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Greenpoint'}, geometry: { type: 'Point', coordinates:[-73.95671, 40.72937]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Greenpoint'}, geometry: { type: 'Point', coordinates:[-73.95494, 40.72489]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Greenpoint'}, geometry: { type: 'Point', coordinates:[-73.93956, 40.72185]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Greenpoint'}, geometry: { type: 'Point', coordinates:[-73.95812, 40.72901]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Greenpoint'}, geometry: { type: 'Point', coordinates:[-73.95226, 40.72315]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Greenpoint'}, geometry: { type: 'Point', coordinates:[-73.96115, 40.73049]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Greenpoint'}, geometry: { type: 'Point', coordinates:[-73.95298, 40.72595]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Greenpoint'}, geometry: { type: 'Point', coordinates:[-73.95385, 40.73787]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Greenpoint'}, geometry: { type: 'Point', coordinates:[-73.95284, 40.73693]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Greenpoint'}, geometry: { type: 'Point', coordinates:[-73.9533, 40.73641]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Greenpoint'}, geometry: { type: 'Point', coordinates:[-73.95254, 40.73794]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Greenpoint'}, geometry: { type: 'Point', coordinates:[-73.95323, 40.7373]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Greenpoint'}, geometry: { type: 'Point', coordinates:[-73.95271, 40.73708]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Greenpoint'}, geometry: { type: 'Point', coordinates:[-73.95236, 40.73652]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Greenpoint'}, geometry: { type: 'Point', coordinates:[-73.95316, 40.73693]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Greenpoint'}, geometry: { type: 'Point', coordinates:[-73.95324, 40.73784]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Greenpoint'}, geometry: { type: 'Point', coordinates:[-73.95247, 40.73674]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Greenpoint'}, geometry: { type: 'Point', coordinates:[-73.95259, 40.73783]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Greenpoint'}, geometry: { type: 'Point', coordinates:[-73.95296, 40.73714]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Kensington'}, geometry: { type: 'Point', coordinates:[-73.97237, 40.64749]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Kensington'}, geometry: { type: 'Point', coordinates:[-73.98293, 40.64522]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Kensington'}, geometry: { type: 'Point', coordinates:[-73.97426, 40.64106]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Kensington'}, geometry: { type: 'Point', coordinates:[-73.97255, 40.64302]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Kensington'}, geometry: { type: 'Point', coordinates:[-73.97296, 40.64277]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Kensington'}, geometry: { type: 'Point', coordinates:[-73.97386, 40.6433]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Manhattan Beach'}, geometry: { type: 'Point', coordinates:[-73.93988, 40.5777]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Midwood'}, geometry: { type: 'Point', coordinates:[-73.96793, 40.62808]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Midwood'}, geometry: { type: 'Point', coordinates:[-73.95965, 40.62908]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Midwood'}, geometry: { type: 'Point', coordinates:[-73.96094, 40.62666]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Mill Basin'}, geometry: { type: 'Point', coordinates:[-73.90515, 40.61021]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Navy Yard'}, geometry: { type: 'Point', coordinates:[-73.97666, 40.69839]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97706, 40.68069]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97865, 40.68001]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98338, 40.67343]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98109, 40.66941]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97863, 40.67994]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97989, 40.6766]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98327, 40.66793]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97323, 40.67319]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98225, 40.67732]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98142, 40.67542]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98082, 40.67644]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97616, 40.67632]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97654, 40.67535]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97904, 40.67359]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98089, 40.67853]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98083, 40.66944]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98136, 40.67617]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96428, 40.67811]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96344, 40.67206]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97243, 40.67832]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97261, 40.68233]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97162, 40.68035]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96641, 40.67386]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96595, 40.6741]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97307, 40.67868]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97262, 40.6787]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96736, 40.6757]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97299, 40.68262]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96501, 40.67946]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96238, 40.65944]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96053, 40.65593]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95641, 40.65513]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95539, 40.65589]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96003, 40.66068]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96131, 40.65772]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9533, 40.65689]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95057, 40.65846]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95937, 40.66039]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95906, 40.65937]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96181, 40.65814]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96066, 40.65955]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95646, 40.65524]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96294, 40.66199]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95016, 40.65841]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95951, 40.65826]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95275, 40.6582]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95781, 40.65545]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.00581, 40.67685]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.01551, 40.67659]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.01635, 40.67611]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Sea Gate'}, geometry: { type: 'Point', coordinates:[-74.01065, 40.57645]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.94079, 40.58422]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95149, 40.59721]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.94122, 40.58408]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98779, 40.66829]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.9878, 40.66869]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.97966, 40.66278]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98912, 40.66853]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98604, 40.66831]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.97925, 40.66499]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98804, 40.6693]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98287, 40.66494]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99239, 40.66344]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99833, 40.66293]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99042, 40.65992]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00627, 40.64743]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.02066, 40.64372]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.0162, 40.6397]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99077, 40.66387]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.98954, 40.66158]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99743, 40.66221]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.98822, 40.66119]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00304, 40.64437]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01422, 40.64446]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99328, 40.66084]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Vinegar Hill'}, geometry: { type: 'Point', coordinates:[-73.98284, 40.70279]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94236, 40.70856]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95352, 40.70837]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95718, 40.71842]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9356, 40.7042]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9593, 40.70881]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96204, 40.71185]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96792, 40.70933]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96112, 40.71154]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95748, 40.71833]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96218, 40.71156]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95775, 40.70984]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96119, 40.71114]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94177, 40.71332]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94844, 40.71459]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96121, 40.72101]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95748, 40.71942]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96468, 40.71923]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94835, 40.71561]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93938, 40.71596]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95935, 40.71492]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96087, 40.71165]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96398, 40.71363]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95055, 40.71088]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9677, 40.71045]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9587, 40.71627]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95976, 40.7195]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93845, 40.71625]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95162, 40.70979]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96018, 40.72159]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95177, 40.70763]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95467, 40.7069]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9626, 40.71368]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95175, 40.71069]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94641, 40.70863]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96282, 40.71492]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96101, 40.71015]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9597, 40.71903]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95763, 40.71398]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95455, 40.70516]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96015, 40.7205]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95613, 40.71125]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96053, 40.71577]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94061, 40.70665]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95952, 40.72063]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94332, 40.71109]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95849, 40.71823]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94809, 40.71275]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96019, 40.71363]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9565, 40.71943]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94144, 40.71541]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94495, 40.7102]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95914, 40.71534]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94284, 40.70867]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94128, 40.71309]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95745, 40.71323]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96665, 40.71023]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96524, 40.70667]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95425, 40.70925]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96199, 40.71312]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94336, 40.71297]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96115, 40.7111]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94501, 40.70275]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94362, 40.71137]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9497, 40.7093]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9428, 40.71893]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96596, 40.71413]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95582, 40.71973]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94291, 40.71393]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94576, 40.71126]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95497, 40.71746]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94157, 40.70832]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95508, 40.70875]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96019, 40.7184]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95737, 40.71628]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9529, 40.7116]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9489, 40.71408]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9567, 40.72059]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94335, 40.70782]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93974, 40.71647]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95505, 40.70513]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96126, 40.71445]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95191, 40.70766]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9484, 40.71422]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94289, 40.70839]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95694, 40.72372]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94331, 40.70736]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96225, 40.711]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95239, 40.71095]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94881, 40.70918]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96573, 40.71685]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94159, 40.71143]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95554, 40.71653]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96627, 40.70638]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95786, 40.71629]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94609, 40.71635]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96064, 40.71532]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96267, 40.71394]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95852, 40.71279]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95814, 40.72091]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95414, 40.71819]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96192, 40.71336]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96449, 40.71179]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95917, 40.71417]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96369, 40.71682]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94013, 40.70712]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95573, 40.71148]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95696, 40.72212]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93285, 40.704]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96573, 40.70994]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96484, 40.7093]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96225, 40.71472]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95759, 40.71338]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94447, 40.71348]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9322, 40.70728]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96226, 40.7108]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94292, 40.71517]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.965, 40.71164]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95282, 40.71756]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94055, 40.71338]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94531, 40.7061]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94378, 40.70147]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94643, 40.7111]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95166, 40.71856]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94383, 40.71285]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95763, 40.7182]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95472, 40.71739]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96728, 40.70743]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95352, 40.70821]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95706, 40.71689]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96216, 40.71483]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9474, 40.71384]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95689, 40.71345]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96553, 40.7139]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95581, 40.71915]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94084, 40.71577]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95305, 40.71423]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97519, 40.65599]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.98397, 40.6585]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97675, 40.65749]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97762, 40.6583]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.98484, 40.65893]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97904, 40.64791]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01804, 40.70633]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01504, 40.71012]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.0162, 40.71239]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00595, 40.74687]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99037, 40.71344]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.9908, 40.71445]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.98998, 40.71665]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.98945, 40.71659]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99108, 40.71505]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99752, 40.713]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99108, 40.71643]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99828, 40.71611]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99628, 40.71892]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99902, 40.71582]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.991, 40.7146]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99123, 40.71601]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99703, 40.71283]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-74.00774, 40.71164]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94399, 40.79851]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94802, 40.78962]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93922, 40.80164]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93997, 40.79295]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94275, 40.79958]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94573, 40.79163]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93936, 40.80942]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94903, 40.79603]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93878, 40.80783]} },
{type: 'Feature',properties:{Name: 'Shared room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94102, 40.79406]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94289, 40.79881]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94007, 40.7932]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9468, 40.79056]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94759, 40.78983]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94535, 40.79239]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93433, 40.79442]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94462, 40.79493]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94466, 40.79111]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93612, 40.79793]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93967, 40.7928]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93611, 40.7968]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94463, 40.79596]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94381, 40.79107]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94801, 40.7933]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93493, 40.79313]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94017, 40.80762]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94628, 40.78837]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94743, 40.79183]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93182, 40.79512]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94361, 40.8014]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94801, 40.79591]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95101, 40.79417]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94618, 40.79682]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93514, 40.80343]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.944, 40.80264]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94579, 40.78728]} },
{type: 'Feature',properties:{Name: 'Shared room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95058, 40.79106]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93889, 40.80215]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94465, 40.79541]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94951, 40.78844]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94004, 40.8032]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94932, 40.78933]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94009, 40.801]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9333, 40.79531]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94009, 40.80626]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95076, 40.79218]} },
{type: 'Feature',properties:{Name: 'Shared room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95138, 40.79307]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93274, 40.79535]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94376, 40.79417]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93223, 40.79794]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94309, 40.79406]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94715, 40.78859]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94037, 40.80421]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93657, 40.79921]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9488, 40.79025]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94046, 40.80393]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94726, 40.78943]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94048, 40.79293]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94041, 40.8035]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94414, 40.79431]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95276, 40.78747]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93132, 40.79813]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93839, 40.80759]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94346, 40.80108]} },
{type: 'Feature',properties:{Name: 'Shared room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94846, 40.79004]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93842, 40.79255]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94398, 40.79053]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93754, 40.7977]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9361, 40.79377]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93585, 40.79858]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94087, 40.80012]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94434, 40.79692]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9454, 40.80126]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94294, 40.80029]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94769, 40.79629]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94237, 40.79604]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94495, 40.78813]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95062, 40.79246]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95087, 40.78605]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94048, 40.79981]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93686, 40.80797]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94779, 40.79094]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9358, 40.79609]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94686, 40.7916]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94142, 40.80021]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94499, 40.79926]} },
{type: 'Feature',properties:{Name: 'Shared room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94231, 40.79731]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94592, 40.79249]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94265, 40.7913]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94793, 40.79121]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94888, 40.78833]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94764, 40.78587]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94844, 40.7888]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94482, 40.79285]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94563, 40.79245]} },
{type: 'Feature',properties:{Name: 'Shared room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93876, 40.79794]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93908, 40.79848]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94347, 40.8008]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94218, 40.79269]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94976, 40.78728]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01345, 40.70523]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01525, 40.70621]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0146, 40.70917]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00971, 40.70735]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01235, 40.70946]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00888, 40.70582]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00121, 40.70939]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00799, 40.70758]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0072, 40.70602]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00238, 40.70788]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01322, 40.70912]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00671, 40.70451]} },
{type: 'Feature',properties:{Name: 'Shared room', Address:'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00943, 40.70511]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00495, 40.70825]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00701, 40.70781]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01533, 40.70558]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00728, 40.71143]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.002, 40.70885]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00745, 40.71031]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01455, 40.70763]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00866, 40.7055]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01266, 40.70883]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01508, 40.70756]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Flatiron District'}, geometry: { type: 'Point', coordinates:[-73.98999, 40.74357]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Flatiron District'}, geometry: { type: 'Point', coordinates:[-73.99065, 40.743]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Flatiron District'}, geometry: { type: 'Point', coordinates:[-73.98498, 40.7403]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Gramercy'}, geometry: { type: 'Point', coordinates:[-73.98452, 40.73476]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Greenwich Village'}, geometry: { type: 'Point', coordinates:[-73.99474, 40.73194]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.9419, 40.80902]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.95466, 40.81305]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.95318, 40.8213]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94478, 40.81175]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.95136, 40.82915]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94731, 40.82803]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.95139, 40.82279]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.95069, 40.82748]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94421, 40.8092]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94919, 40.82754]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94894, 40.81618]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94907, 40.82704]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94791, 40.81526]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.9373, 40.82374]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.95603, 40.80234]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94598, 40.81035]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94737, 40.80613]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94499, 40.81219]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94343, 40.80931]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94287, 40.8251]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94434, 40.8118]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94707, 40.81583]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.9575, 40.80335]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94307, 40.82888]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.95306, 40.81322]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94867, 40.82976]} },
{type: 'Feature',properties:{Name: 'Shared room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.9462, 40.82886]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94717, 40.80585]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.95424, 40.82123]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.95231, 40.82773]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.95189, 40.8054]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.95328, 40.82399]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94095, 40.81822]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94794, 40.80481]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94453, 40.81333]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94446, 40.82907]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.9532, 40.80473]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94688, 40.80474]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94571, 40.81156]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.95016, 40.80497]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.9463, 40.82426]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94633, 40.83096]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.95139, 40.80523]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94934, 40.82411]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94558, 40.80224]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.95359, 40.80518]} },
{type: 'Feature',properties:{Name: 'Shared room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.95329, 40.80827]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94754, 40.80213]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94651, 40.8296]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94718, 40.83127]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94682, 40.80213]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94174, 40.82922]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.95208, 40.8078]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.95545, 40.816]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.95153, 40.82748]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.95048, 40.80307]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94197, 40.80903]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94288, 40.81068]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94279, 40.81122]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94692, 40.81512]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94567, 40.81872]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94516, 40.82151]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.95257, 40.79951]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.95166, 40.80285]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.95585, 40.81371]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94071, 40.82977]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.95082, 40.80671]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.95589, 40.80748]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.95146, 40.80497]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.95433, 40.80637]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94723, 40.80613]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94792, 40.80756]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94754, 40.80688]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94774, 40.80533]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94603, 40.80604]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94596, 40.82286]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94457, 40.82451]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.9531, 40.80343]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94433, 40.8076]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.95159, 40.82021]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.93877, 40.82772]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.95278, 40.803]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94355, 40.81169]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.95, 40.83177]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.95156, 40.79967]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94866, 40.80491]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94805, 40.80334]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.9522, 40.80151]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94223, 40.83091]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Harlem'}, geometry: { type: 'Point', coordinates:[-73.94311, 40.82703]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.98493, 40.76489]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.98867, 40.76076]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.98533, 40.76715]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.99293, 40.75531]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.99119, 40.75979]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.98865, 40.76342]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.98757, 40.76145]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.99291, 40.75527]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.98399, 40.76754]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.98854, 40.76233]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.99665, 40.76307]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.99271, 40.76244]} },
{type: 'Feature',properties:{Name: 'Shared room', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.98474, 40.76548]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.98508, 40.7672]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.99388, 40.76311]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.99181, 40.7709]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.99067, 40.76415]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.98728, 40.76247]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.99675, 40.76166]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.98651, 40.76334]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.99133, 40.76001]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.99152, 40.76147]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.9869, 40.7625]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.99165, 40.76186]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.99271, 40.75772]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.9892, 40.76774]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.99349, 40.75782]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.98679, 40.76322]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.99007, 40.76013]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.99469, 40.7559]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.99202, 40.76291]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.98471, 40.76487]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.9939, 40.75636]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.98857, 40.76451]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.99334, 40.76184]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.9888, 40.76304]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.99034, 40.75767]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.98803, 40.7641]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.99493, 40.77032]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.99303, 40.76257]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.99473, 40.76876]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.99133, 40.7592]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.9998, 40.76206]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.99161, 40.76376]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.98722, 40.76758]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.98767, 40.76803]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.9957, 40.76287]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.99015, 40.7589]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.99382, 40.76422]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.98728, 40.76633]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.98619, 40.76761]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.99507, 40.75589]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.9953, 40.759]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.99076, 40.76078]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.99154, 40.76685]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.98345, 40.76704]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.99346, 40.76194]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.98411, 40.76616]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.98893, 40.76884]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.98918, 40.76113]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.98715, 40.76642]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.98677, 40.7642]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.99014, 40.75893]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.98911, 40.763]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.99302, 40.76662]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.98987, 40.7591]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.98932, 40.76777]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.98609, 40.76543]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.99143, 40.7593]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Hell's Kitchen'}, geometry: { type: 'Point', coordinates:[-73.9855, 40.76636]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Inwood'}, geometry: { type: 'Point', coordinates:[-73.92639, 40.86754]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Inwood'}, geometry: { type: 'Point', coordinates:[-73.92106, 40.86482]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Inwood'}, geometry: { type: 'Point', coordinates:[-73.92811, 40.86713]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Inwood'}, geometry: { type: 'Point', coordinates:[-73.92126, 40.86883]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Inwood'}, geometry: { type: 'Point', coordinates:[-73.92886, 40.85888]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Inwood'}, geometry: { type: 'Point', coordinates:[-73.92558, 40.86658]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Inwood'}, geometry: { type: 'Point', coordinates:[-73.91611, 40.87039]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Inwood'}, geometry: { type: 'Point', coordinates:[-73.9194, 40.86717]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Kips Bay'}, geometry: { type: 'Point', coordinates:[-73.98074, 40.73961]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Kips Bay'}, geometry: { type: 'Point', coordinates:[-73.98122, 40.74354]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Kips Bay'}, geometry: { type: 'Point', coordinates:[-73.98009, 40.74294]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Kips Bay'}, geometry: { type: 'Point', coordinates:[-73.97707, 40.73877]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Kips Bay'}, geometry: { type: 'Point', coordinates:[-73.97686, 40.74112]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Kips Bay'}, geometry: { type: 'Point', coordinates:[-73.98186, 40.73833]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Kips Bay'}, geometry: { type: 'Point', coordinates:[-73.98122, 40.74238]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Kips Bay'}, geometry: { type: 'Point', coordinates:[-73.97975, 40.73903]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Kips Bay'}, geometry: { type: 'Point', coordinates:[-73.98113, 40.74134]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Kips Bay'}, geometry: { type: 'Point', coordinates:[-73.97809, 40.74428]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Kips Bay'}, geometry: { type: 'Point', coordinates:[-73.98146, 40.73951]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Kips Bay'}, geometry: { type: 'Point', coordinates:[-73.9816, 40.7419]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Kips Bay'}, geometry: { type: 'Point', coordinates:[-73.97833, 40.74189]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Kips Bay'}, geometry: { type: 'Point', coordinates:[-73.98061, 40.74027]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Kips Bay'}, geometry: { type: 'Point', coordinates:[-73.97811, 40.74166]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Little Italy'}, geometry: { type: 'Point', coordinates:[-73.9954, 40.71961]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Little Italy'}, geometry: { type: 'Point', coordinates:[-73.99627, 40.71943]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Little Italy'}, geometry: { type: 'Point', coordinates:[-73.99579, 40.72006]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Little Italy'}, geometry: { type: 'Point', coordinates:[-73.99706, 40.71955]} },
{type: 'Feature',properties:{Name: 'Shared room', Address:'Manhattan, Lower East Side'}, geometry: { type: 'Point', coordinates:[-73.98917, 40.71401]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Lower East Side'}, geometry: { type: 'Point', coordinates:[-73.99104, 40.72004]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Lower East Side'}, geometry: { type: 'Point', coordinates:[-73.98892, 40.71851]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Lower East Side'}, geometry: { type: 'Point', coordinates:[-73.98794, 40.7114]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Lower East Side'}, geometry: { type: 'Point', coordinates:[-73.98852, 40.71882]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Lower East Side'}, geometry: { type: 'Point', coordinates:[-73.99201, 40.72319]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Lower East Side'}, geometry: { type: 'Point', coordinates:[-73.98589, 40.72052]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Lower East Side'}, geometry: { type: 'Point', coordinates:[-73.99392, 40.71904]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Lower East Side'}, geometry: { type: 'Point', coordinates:[-73.98394, 40.71876]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Lower East Side'}, geometry: { type: 'Point', coordinates:[-73.98933, 40.721]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Lower East Side'}, geometry: { type: 'Point', coordinates:[-73.98766, 40.71965]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Lower East Side'}, geometry: { type: 'Point', coordinates:[-73.99434, 40.71895]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Lower East Side'}, geometry: { type: 'Point', coordinates:[-73.98404, 40.72008]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Lower East Side'}, geometry: { type: 'Point', coordinates:[-73.98842, 40.71473]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Lower East Side'}, geometry: { type: 'Point', coordinates:[-73.98217, 40.72019]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Lower East Side'}, geometry: { type: 'Point', coordinates:[-73.9892, 40.7194]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Lower East Side'}, geometry: { type: 'Point', coordinates:[-73.98329, 40.71238]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Lower East Side'}, geometry: { type: 'Point', coordinates:[-73.98506, 40.72066]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Lower East Side'}, geometry: { type: 'Point', coordinates:[-73.98948, 40.71693]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Lower East Side'}, geometry: { type: 'Point', coordinates:[-73.98851, 40.71876]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Lower East Side'}, geometry: { type: 'Point', coordinates:[-73.99022, 40.72087]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Lower East Side'}, geometry: { type: 'Point', coordinates:[-73.98966, 40.7193]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Lower East Side'}, geometry: { type: 'Point', coordinates:[-73.98773, 40.71992]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Lower East Side'}, geometry: { type: 'Point', coordinates:[-73.99274, 40.72209]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Lower East Side'}, geometry: { type: 'Point', coordinates:[-73.98313, 40.71742]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Lower East Side'}, geometry: { type: 'Point', coordinates:[-73.99017, 40.71868]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Lower East Side'}, geometry: { type: 'Point', coordinates:[-73.99214, 40.71958]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Lower East Side'}, geometry: { type: 'Point', coordinates:[-73.98996, 40.72123]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Lower East Side'}, geometry: { type: 'Point', coordinates:[-73.98565, 40.71804]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Lower East Side'}, geometry: { type: 'Point', coordinates:[-73.9869, 40.71986]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Marble Hill'}, geometry: { type: 'Point', coordinates:[-73.91057, 40.87494]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.98377, 40.75362]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.96513, 40.75248]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.9662, 40.75466]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.96991, 40.7589]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.96897, 40.75749]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.98876, 40.74503]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.96699, 40.75579]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.98569, 40.74267]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.96842, 40.75575]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.97065, 40.75348]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.97315, 40.75282]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.98293, 40.75023]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.98943, 40.74553]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.97548, 40.76082]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.99056, 40.7453]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.96457, 40.75816]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.98273, 40.74406]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.98338, 40.74519]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.98459, 40.74648]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.96939, 40.75743]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.96681, 40.75663]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.97787, 40.76221]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.98326, 40.74412]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.97104, 40.75154]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.97666, 40.76412]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.96521, 40.75982]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.96777, 40.75383]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.98937, 40.74439]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.98464, 40.75314]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.98636, 40.75367]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.97193, 40.76188]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.98288, 40.7662]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.97076, 40.75136]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.9638, 40.75879]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.98112, 40.76463]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.96383, 40.75783]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.98539, 40.75234]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.97483, 40.75393]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.98847, 40.74658]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.97026, 40.75274]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.98321, 40.74568]} },
{type: 'Feature',properties:{Name: 'Shared room', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.98205, 40.74542]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.96994, 40.75099]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.98351, 40.74331]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.97152, 40.75728]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.97704, 40.76417]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.96558, 40.75639]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.96908, 40.76084]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.97094, 40.7529]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.97239, 40.7513]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.98128, 40.75263]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.9728, 40.75622]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Midtown'}, geometry: { type: 'Point', coordinates:[-73.98233, 40.76456]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Morningside Heights'}, geometry: { type: 'Point', coordinates:[-73.95924, 40.80549]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Morningside Heights'}, geometry: { type: 'Point', coordinates:[-73.95838, 40.80393]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Morningside Heights'}, geometry: { type: 'Point', coordinates:[-73.95916, 40.80525]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Morningside Heights'}, geometry: { type: 'Point', coordinates:[-73.95549, 40.81055]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Morningside Heights'}, geometry: { type: 'Point', coordinates:[-73.9576, 40.80661]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Morningside Heights'}, geometry: { type: 'Point', coordinates:[-73.96467, 40.80529]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Morningside Heights'}, geometry: { type: 'Point', coordinates:[-73.95942, 40.81368]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Morningside Heights'}, geometry: { type: 'Point', coordinates:[-73.9654, 40.80776]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Morningside Heights'}, geometry: { type: 'Point', coordinates:[-73.96015, 40.81062]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Morningside Heights'}, geometry: { type: 'Point', coordinates:[-73.96779, 40.80815]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Morningside Heights'}, geometry: { type: 'Point', coordinates:[-73.96703, 40.80777]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.975, 40.74767]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97926, 40.7463]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97658, 40.75128]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97828, 40.74888]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97796, 40.74851]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97884, 40.74848]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97436, 40.74751]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97335, 40.74776]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97734, 40.74722]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97847, 40.7474]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97234, 40.74881]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.977, 40.74855]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97484, 40.74843]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97369, 40.74904]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97865, 40.74961]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97452, 40.74487]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99134, 40.72773]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99287, 40.72956]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99445, 40.7256]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99346, 40.72255]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99706, 40.72094]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99395, 40.72158]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99424, 40.72004]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99689, 40.72172]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99439, 40.7234]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.9967, 40.72278]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.9965, 40.72135]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99552, 40.72246]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.9944, 40.72184]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.9501, 40.76193]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.95018, 40.76152]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.95012, 40.76175]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99775, 40.7221]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00363, 40.72554]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00262, 40.72003]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00356, 40.72195]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99683, 40.72351]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00168, 40.72599]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99916, 40.7253]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00304, 40.72509]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99976, 40.72057]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00414, 40.72162]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.0011, 40.72701]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Stuyvesant Town'}, geometry: { type: 'Point', coordinates:[-73.97932, 40.73196]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.9872, 40.75996]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.9883, 40.75895]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98863, 40.75877]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98411, 40.76217]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98501, 40.7628]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98534, 40.75964]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98627, 40.76199]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00988, 40.72203]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00749, 40.71552]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.01171, 40.71655]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00452, 40.71778]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00424, 40.71729]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99776, 40.71271]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99403, 40.71137]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99765, 40.7117]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95058, 40.76865]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94822, 40.778]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9527, 40.77711]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95323, 40.77456]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95334, 40.76834]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95199, 40.77333]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9508, 40.78491]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95332, 40.78508]} },
{type: 'Feature',properties:{Name: 'Shared room', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9557, 40.76739]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9572, 40.7694]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95021, 40.76928]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96463, 40.76128]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95198, 40.77368]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95307, 40.77272]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96177, 40.77688]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95265, 40.7761]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95574, 40.77471]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95289, 40.77631]} },
{type: 'Feature',properties:{Name: 'Shared room', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9502, 40.77584]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96034, 40.7685]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95489, 40.78521]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95804, 40.76494]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95637, 40.77058]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95303, 40.76719]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95043, 40.78321]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95223, 40.77799]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95967, 40.77108]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94606, 40.77761]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96227, 40.76413]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94839, 40.77424]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94813, 40.78024]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96114, 40.75985]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94665, 40.77247]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95815, 40.76985]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94977, 40.77975]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95246, 40.7779]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95088, 40.77382]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96145, 40.77042]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96394, 40.76352]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94825, 40.7768]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95247, 40.77638]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95331, 40.77032]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95332, 40.78115]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96262, 40.76553]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95903, 40.7666]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9515, 40.77043]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94674, 40.77483]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95042, 40.77171]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95353, 40.76883]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96118, 40.76744]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94872, 40.77613]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.951, 40.77389]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95922, 40.76714]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95499, 40.77543]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95695, 40.77464]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95866, 40.76621]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95898, 40.76896]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96054, 40.76249]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95497, 40.77054]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96222, 40.77014]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95578, 40.7744]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96723, 40.80178]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96545, 40.80316]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97, 40.80155]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96113, 40.79826]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97927, 40.79009]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98171, 40.77898]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97008, 40.78635]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96177, 40.79764]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97637, 40.77823]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97556, 40.77842]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96883, 40.78849]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98829, 40.77953]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96071, 40.80021]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98098, 40.77956]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9652, 40.80082]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9729, 40.78971]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98249, 40.78]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97818, 40.77728]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9696, 40.78558]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98567, 40.77944]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96607, 40.79918]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97294, 40.79264]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96245, 40.79765]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98109, 40.77724]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98042, 40.77886]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98697, 40.7735]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96128, 40.7969]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98533, 40.779]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9619, 40.79816]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97984, 40.77586]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9726, 40.78558]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96323, 40.79771]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9765, 40.79433]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97289, 40.78448]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97447, 40.78304]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98466, 40.77873]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97808, 40.77611]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96762, 40.7909]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98439, 40.78012]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9799, 40.77508]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97513, 40.79044]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97399, 40.78443]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98238, 40.77892]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96809, 40.78867]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9655, 40.79526]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98258, 40.77577]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96931, 40.80142]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97898, 40.78161]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97026, 40.79941]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98294, 40.7824]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96594, 40.80151]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98342, 40.77995]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96482, 40.79234]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97396, 40.78911]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9767, 40.77555]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98943, 40.77137]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97172, 40.79183]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9624, 40.7952]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96903, 40.79842]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97926, 40.79218]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98003, 40.78339]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97739, 40.78111]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97043, 40.79358]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9675, 40.7964]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96651, 40.80053]} },
{type: 'Feature',properties:{Name: 'Shared room', Address:'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96287, 40.80165]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94095, 40.83139]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94281, 40.83927]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93128, 40.85879]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.92973, 40.85468]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93869, 40.83494]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93361, 40.85295]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94303, 40.84468]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94, 40.84532]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93707, 40.84837]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94553, 40.83403]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.92901, 40.85774]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9457, 40.83456]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94027, 40.83434]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94095, 40.83559]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93885, 40.83451]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94076, 40.83064]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93562, 40.84373]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94117, 40.84328]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93928, 40.85073]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94609, 40.83556]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93978, 40.84448]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9378, 40.85082]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93821, 40.85262]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93834, 40.83329]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93469, 40.85604]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93832, 40.83783]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93223, 40.85123]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94172, 40.84714]} },
{type: 'Feature',properties:{Name: 'Shared room', Address:'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93875, 40.84764]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00525, 40.7353]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00319, 40.73096]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00303, 40.73442]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00101, 40.73474]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00401, 40.73226]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00405, 40.73756]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0046, 40.73423]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0049, 40.72861]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00243, 40.72966]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00922, 40.73215]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00329, 40.73271]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00305, 40.72855]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-73.99977, 40.73631]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00821, 40.73854]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00048, 40.73507]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00381, 40.74]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00635, 40.72969]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00287, 40.73066]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00059, 40.73291]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00532, 40.74031]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00462, 40.72953]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00429, 40.73378]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0042, 40.73312]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00268, 40.73301]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.80158, 40.59783]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.78665, 40.59204]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91433, 40.75384]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93426, 40.77635]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91117, 40.75961]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92132, 40.76434]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91098, 40.75725]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92163, 40.75744]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9202, 40.75695]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91565, 40.76313]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91905, 40.77117]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91828, 40.76856]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92607, 40.76444]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9181, 40.76396]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92355, 40.76833]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92129, 40.75782]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91603, 40.75532]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91836, 40.75919]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92275, 40.77115]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92461, 40.76408]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91666, 40.75703]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91755, 40.76348]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92832, 40.77329]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92542, 40.76216]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9168, 40.76701]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91839, 40.75583]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91793, 40.76361]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92922, 40.76605]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92316, 40.77016]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90914, 40.76403]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92015, 40.75665]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Bay Terrace'}, geometry: { type: 'Point', coordinates:[-73.77958, 40.78645]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Bayside'}, geometry: { type: 'Point', coordinates:[-73.76314, 40.75666]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Bayswater'}, geometry: { type: 'Point', coordinates:[-73.75547, 40.60549]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Belle Harbor'}, geometry: { type: 'Point', coordinates:[-73.85769, 40.57321]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Bellerose'}, geometry: { type: 'Point', coordinates:[-73.72901, 40.72401]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Breezy Point'}, geometry: { type: 'Point', coordinates:[-73.86994, 40.56605]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Breezy Point'}, geometry: { type: 'Point', coordinates:[-73.87009, 40.56568]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.81561, 40.71151]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.81577, 40.71068]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Cambria Heights'}, geometry: { type: 'Point', coordinates:[-73.73382, 40.69249]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, College Point'}, geometry: { type: 'Point', coordinates:[-73.83875, 40.78417]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.85147, 40.73886]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.86755, 40.74826]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90502, 40.77185]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91687, 40.77679]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90451, 40.76961]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91565, 40.77987]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91807, 40.77466]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90821, 40.78027]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90889, 40.77452]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Douglaston'}, geometry: { type: 'Point', coordinates:[-73.73915, 40.76978]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.89239, 40.75541]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.8953, 40.75772]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.8885, 40.76356]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88367, 40.76287]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87636, 40.76539]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Edgemere'}, geometry: { type: 'Point', coordinates:[-73.77882, 40.59606]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88066, 40.7347]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87444, 40.737]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88279, 40.73587]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87804, 40.73986]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87763, 40.73698]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87609, 40.73842]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87475, 40.73943]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Far Rockaway'}, geometry: { type: 'Point', coordinates:[-73.75524, 40.59451]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Flushing'}, geometry: { type: 'Point', coordinates:[-73.83168, 40.74028]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Flushing'}, geometry: { type: 'Point', coordinates:[-73.83276, 40.746]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Forest Hills'}, geometry: { type: 'Point', coordinates:[-73.85262, 40.70925]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Forest Hills'}, geometry: { type: 'Point', coordinates:[-73.83515, 40.71566]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Forest Hills'}, geometry: { type: 'Point', coordinates:[-73.83396, 40.71697]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Forest Hills'}, geometry: { type: 'Point', coordinates:[-73.8533, 40.73497]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Forest Hills'}, geometry: { type: 'Point', coordinates:[-73.85356, 40.71215]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Fresh Meadows'}, geometry: { type: 'Point', coordinates:[-73.79154, 40.75037]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Glendale'}, geometry: { type: 'Point', coordinates:[-73.89448, 40.70538]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Glendale'}, geometry: { type: 'Point', coordinates:[-73.89133, 40.70518]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Hollis'}, geometry: { type: 'Point', coordinates:[-73.76337, 40.71368]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Holliswood'}, geometry: { type: 'Point', coordinates:[-73.76828, 40.72402]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Howard Beach'}, geometry: { type: 'Point', coordinates:[-73.85612, 40.66178]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Jackson Heights'}, geometry: { type: 'Point', coordinates:[-73.87873, 40.75193]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Jackson Heights'}, geometry: { type: 'Point', coordinates:[-73.89377, 40.74906]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Jackson Heights'}, geometry: { type: 'Point', coordinates:[-73.89399, 40.75062]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Jackson Heights'}, geometry: { type: 'Point', coordinates:[-73.88293, 40.74869]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Jackson Heights'}, geometry: { type: 'Point', coordinates:[-73.8924, 40.75374]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Jackson Heights'}, geometry: { type: 'Point', coordinates:[-73.88456, 40.75041]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Jackson Heights'}, geometry: { type: 'Point', coordinates:[-73.87746, 40.75238]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Jackson Heights'}, geometry: { type: 'Point', coordinates:[-73.89393, 40.7517]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Jamaica'}, geometry: { type: 'Point', coordinates:[-73.76597, 40.67252]} },
{type: 'Feature',properties:{Name: 'Shared room', Address:'Queens, Jamaica'}, geometry: { type: 'Point', coordinates:[-73.76493, 40.67747]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Jamaica'}, geometry: { type: 'Point', coordinates:[-73.79286, 40.69965]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Jamaica'}, geometry: { type: 'Point', coordinates:[-73.76951, 40.67349]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Jamaica'}, geometry: { type: 'Point', coordinates:[-73.7869, 40.68608]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Jamaica'}, geometry: { type: 'Point', coordinates:[-73.7962, 40.6852]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Jamaica'}, geometry: { type: 'Point', coordinates:[-73.77842, 40.68973]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Jamaica Estates'}, geometry: { type: 'Point', coordinates:[-73.80324, 40.71873]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Jamaica Hills'}, geometry: { type: 'Point', coordinates:[-73.79806, 40.71245]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Kew Gardens'}, geometry: { type: 'Point', coordinates:[-73.82922, 40.70947]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Kew Gardens Hills'}, geometry: { type: 'Point', coordinates:[-73.82588, 40.72891]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Laurelton'}, geometry: { type: 'Point', coordinates:[-73.74744, 40.67168]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Little Neck'}, geometry: { type: 'Point', coordinates:[-73.72956, 40.75794]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Long Island City'}, geometry: { type: 'Point', coordinates:[-73.9474, 40.74771]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Long Island City'}, geometry: { type: 'Point', coordinates:[-73.93004, 40.76085]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Long Island City'}, geometry: { type: 'Point', coordinates:[-73.9211, 40.75627]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Long Island City'}, geometry: { type: 'Point', coordinates:[-73.95295, 40.74581]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Long Island City'}, geometry: { type: 'Point', coordinates:[-73.95012, 40.74579]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Long Island City'}, geometry: { type: 'Point', coordinates:[-73.93377, 40.75453]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Long Island City'}, geometry: { type: 'Point', coordinates:[-73.94633, 40.74826]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Long Island City'}, geometry: { type: 'Point', coordinates:[-73.94189, 40.7502]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Long Island City'}, geometry: { type: 'Point', coordinates:[-73.93716, 40.75296]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Long Island City'}, geometry: { type: 'Point', coordinates:[-73.94691, 40.74609]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Long Island City'}, geometry: { type: 'Point', coordinates:[-73.95294, 40.7453]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Long Island City'}, geometry: { type: 'Point', coordinates:[-73.93688, 40.74975]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Long Island City'}, geometry: { type: 'Point', coordinates:[-73.93004, 40.75754]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Maspeth'}, geometry: { type: 'Point', coordinates:[-73.90579, 40.72662]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Maspeth'}, geometry: { type: 'Point', coordinates:[-73.90513, 40.72643]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Maspeth'}, geometry: { type: 'Point', coordinates:[-73.90168, 40.73732]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Middle Village'}, geometry: { type: 'Point', coordinates:[-73.87856, 40.71722]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Neponsit'}, geometry: { type: 'Point', coordinates:[-73.86122, 40.56931]} },
{type: 'Feature',properties:{Name: 'Shared room', Address:'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.84642, 40.68581]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.84083, 40.67657]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.73955, 40.70382]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.73986, 40.72512]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86009, 40.73349]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86166, 40.72719]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.82987, 40.70033]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.83102, 40.70154]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.83015, 40.70014]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89797, 40.70382]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89816, 40.70234]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89934, 40.70411]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90867, 40.70163]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91139, 40.70215]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90255, 40.70054]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90153, 40.70278]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91727, 40.70878]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90698, 40.70001]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90027, 40.69922]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91537, 40.70866]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91509, 40.7099]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89925, 40.70823]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90795, 40.70493]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.81245, 40.58615]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.815, 40.58451]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.729, 40.67836]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, South Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.79231, 40.66775]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, South Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.82419, 40.66788]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.75796, 40.67425]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.76749, 40.6631]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.75895, 40.68491]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.76637, 40.70554]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.7733, 40.6891]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92313, 40.74559]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91806, 40.7385]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91681, 40.74102]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91901, 40.74]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92466, 40.74249]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92458, 40.73826]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92398, 40.74511]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92324, 40.74558]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91853, 40.74679]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92273, 40.74124]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Whitestone'}, geometry: { type: 'Point', coordinates:[-73.816, 40.79721]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.85219, 40.68968]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.86281, 40.6955]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.86324, 40.69414]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90764, 40.7459]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90334, 40.75038]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.91122, 40.74409]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.91225, 40.74377]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89706, 40.74723]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89712, 40.74746]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89892, 40.74687]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Staten Island, Arden Heights'}, geometry: { type: 'Point', coordinates:[-74.18259, 40.56033]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Staten Island, Arrochar'}, geometry: { type: 'Point', coordinates:[-74.06479, 40.59251]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Staten Island, Bay Terrace'}, geometry: { type: 'Point', coordinates:[-74.14439, 40.55182]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Staten Island, Bull's Head'}, geometry: { type: 'Point', coordinates:[-74.17117, 40.60295]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Staten Island, Castleton Corners'}, geometry: { type: 'Point', coordinates:[-74.10146, 40.61397]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Staten Island, Clifton'}, geometry: { type: 'Point', coordinates:[-74.07848, 40.62318]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Staten Island, Concord'}, geometry: { type: 'Point', coordinates:[-74.0893, 40.60213]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Staten Island, Dongan Hills'}, geometry: { type: 'Point', coordinates:[-74.09182, 40.58115]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Staten Island, Eltingville'}, geometry: { type: 'Point', coordinates:[-74.16254, 40.54268]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Staten Island, Emerson Hill'}, geometry: { type: 'Point', coordinates:[-74.14388, 40.60742]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Staten Island, Fort Wadsworth'}, geometry: { type: 'Point', coordinates:[-74.06092, 40.59546]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Staten Island, Graniteville'}, geometry: { type: 'Point', coordinates:[-74.16534, 40.62109]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Staten Island, Grant City'}, geometry: { type: 'Point', coordinates:[-74.10725, 40.58023]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Staten Island, Great Kills'}, geometry: { type: 'Point', coordinates:[-74.14636, 40.5517]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Staten Island, Grymes Hill'}, geometry: { type: 'Point', coordinates:[-74.09513, 40.61201]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Staten Island, Howland Hook'}, geometry: { type: 'Point', coordinates:[-74.17065, 40.63245]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Staten Island, Huguenot'}, geometry: { type: 'Point', coordinates:[-74.16966, 40.53871]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Staten Island, Lighthouse Hill'}, geometry: { type: 'Point', coordinates:[-74.13981, 40.57718]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Staten Island, Mariners Harbor'}, geometry: { type: 'Point', coordinates:[-74.16062, 40.62879]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Staten Island, Midland Beach'}, geometry: { type: 'Point', coordinates:[-74.09436, 40.57411]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Staten Island, New Brighton'}, geometry: { type: 'Point', coordinates:[-74.09272, 40.64465]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Staten Island, New Dorp'}, geometry: { type: 'Point', coordinates:[-74.11747, 40.57044]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Staten Island, New Springville'}, geometry: { type: 'Point', coordinates:[-74.16178, 40.59274]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Staten Island, Oakwood'}, geometry: { type: 'Point', coordinates:[-74.12673, 40.56233]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Staten Island, New Dorp Beach'}, geometry: { type: 'Point', coordinates:[-74.1, 40.56464]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Staten Island, Port Richmond'}, geometry: { type: 'Point', coordinates:[-74.13354, 40.62922]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Staten Island, Prince's Bay'}, geometry: { type: 'Point', coordinates:[-74.18028, 40.52211]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Staten Island, Randall Manor'}, geometry: { type: 'Point', coordinates:[-74.12272, 40.62859]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Staten Island, Richmondtown'}, geometry: { type: 'Point', coordinates:[-74.12429, 40.57093]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Staten Island, Rosebank'}, geometry: { type: 'Point', coordinates:[-74.06724, 40.61353]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Staten Island, Rossville'}, geometry: { type: 'Point', coordinates:[-74.21017, 40.5479]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Staten Island, Shore Acres'}, geometry: { type: 'Point', coordinates:[-74.06824, 40.61077]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Staten Island, Silver Lake'}, geometry: { type: 'Point', coordinates:[-74.09984, 40.62257]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Staten Island, South Beach'}, geometry: { type: 'Point', coordinates:[-74.08174, 40.59116]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Staten Island, St. George'}, geometry: { type: 'Point', coordinates:[-74.08088, 40.64524]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Staten Island, Stapleton'}, geometry: { type: 'Point', coordinates:[-74.07988, 40.62766]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Staten Island, Todt Hill'}, geometry: { type: 'Point', coordinates:[-74.10092, 40.60926]} },
{type: 'Feature',properties:{Name: 'Private room', Address:'Staten Island, Tompkinsville'}, geometry: { type: 'Point', coordinates:[-74.08537, 40.63536]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Staten Island, Tottenville'}, geometry: { type: 'Point', coordinates:[-74.23986, 40.50868]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Staten Island, West Brighton'}, geometry: { type: 'Point', coordinates:[-74.124, 40.63182]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Staten Island, Westerleigh'}, geometry: { type: 'Point', coordinates:[-74.13566, 40.61357]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Staten Island, Willowbrook'}, geometry: { type: 'Point', coordinates:[-74.13217, 40.59886]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address:'Staten Island, Woodrow'}, geometry: { type: 'Point', coordinates:[-74.19826, 40.53884]} },
import csv # Load csv file
f = open("filename.txt", "w")
csv_file=open('book5.csv') #Open csv file
csv_reader_lines = csv.reader(csv_file) # Reading data by row
date=[] # Creating a list to receive data
nrow = 0
for one_line in csv_reader_lines:
date.append(one_line) # Saving csv data into ‘date’ list
nrow = nrow + 1 # Number of the data
i =0
while i < nrow:
print ("{type: 'Feature',properties:{Name: '"+date[i][4]+"', Address: '" +date[i][0]+ ', ' + date[i][1] +"'}, geometry: { type: 'Point', coordinates:["+date[i][3]+', '+date[i][2]+ ']} },')#访问列表date中的数据验证读取成功(这里是打印所有学生的姓名)
f.write("{type: 'Feature',properties:{Name: '"+date[i][4]+"', Address: '" +date[i][0]+ ', ' + date[i][1] +"'}, geometry: { type: 'Point', coordinates:["+date[i][3]+', '+date[i][2]+ ']} },')
f.write('\n')
i = i+1
f.close()
{type: 'Feature',properties:{Name: 'room_type', Address: 'neighbourhood_group, neighbourhood'}, geometry: { type: 'Point', coordinates:[longitude, latitude]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Allerton'}, geometry: { type: 'Point', coordinates:[-73.86584, 40.86003]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Allerton'}, geometry: { type: 'Point', coordinates:[-73.85582, 40.87015]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Allerton'}, geometry: { type: 'Point', coordinates:[-73.84669, 40.86975]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Allerton'}, geometry: { type: 'Point', coordinates:[-73.86275, 40.86923]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Allerton'}, geometry: { type: 'Point', coordinates:[-73.85812, 40.86682]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Allerton'}, geometry: { type: 'Point', coordinates:[-73.85178, 40.86698]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Allerton'}, geometry: { type: 'Point', coordinates:[-73.85424, 40.87268]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Allerton'}, geometry: { type: 'Point', coordinates:[-73.85938, 40.86677]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Allerton'}, geometry: { type: 'Point', coordinates:[-73.8649, 40.86757]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Allerton'}, geometry: { type: 'Point', coordinates:[-73.86553, 40.86724]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Allerton'}, geometry: { type: 'Point', coordinates:[-73.85999, 40.86789]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Allerton'}, geometry: { type: 'Point', coordinates:[-73.85776, 40.86689]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Allerton'}, geometry: { type: 'Point', coordinates:[-73.8524, 40.8687]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Allerton'}, geometry: { type: 'Point', coordinates:[-73.85483, 40.86868]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Allerton'}, geometry: { type: 'Point', coordinates:[-73.85993, 40.86947]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Allerton'}, geometry: { type: 'Point', coordinates:[-73.86534, 40.86578]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Allerton'}, geometry: { type: 'Point', coordinates:[-73.866, 40.86659]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Allerton'}, geometry: { type: 'Point', coordinates:[-73.84886, 40.86778]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Allerton'}, geometry: { type: 'Point', coordinates:[-73.85491, 40.86778]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Allerton'}, geometry: { type: 'Point', coordinates:[-73.85874, 40.86814]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Allerton'}, geometry: { type: 'Point', coordinates:[-73.86699, 40.85973]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Allerton'}, geometry: { type: 'Point', coordinates:[-73.8619, 40.85978]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Allerton'}, geometry: { type: 'Point', coordinates:[-73.86361, 40.85961]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Allerton'}, geometry: { type: 'Point', coordinates:[-73.86198, 40.86017]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Allerton'}, geometry: { type: 'Point', coordinates:[-73.85709, 40.86466]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Allerton'}, geometry: { type: 'Point', coordinates:[-73.85414, 40.86066]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Allerton'}, geometry: { type: 'Point', coordinates:[-73.85643, 40.86633]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Allerton'}, geometry: { type: 'Point', coordinates:[-73.84681, 40.87054]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Allerton'}, geometry: { type: 'Point', coordinates:[-73.86605, 40.85753]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Allerton'}, geometry: { type: 'Point', coordinates:[-73.86227, 40.8616]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Allerton'}, geometry: { type: 'Point', coordinates:[-73.86047, 40.86437]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Allerton'}, geometry: { type: 'Point', coordinates:[-73.86969, 40.8584]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Allerton'}, geometry: { type: 'Point', coordinates:[-73.86427, 40.86144]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Allerton'}, geometry: { type: 'Point', coordinates:[-73.87067, 40.85956]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Allerton'}, geometry: { type: 'Point', coordinates:[-73.86248, 40.86116]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Allerton'}, geometry: { type: 'Point', coordinates:[-73.86339, 40.86013]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Allerton'}, geometry: { type: 'Point', coordinates:[-73.86979, 40.85914]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Allerton'}, geometry: { type: 'Point', coordinates:[-73.86301, 40.86014]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Allerton'}, geometry: { type: 'Point', coordinates:[-73.8628, 40.867]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Allerton'}, geometry: { type: 'Point', coordinates:[-73.84896, 40.87063]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Arden Heights'}, geometry: { type: 'Point', coordinates:[-74.17628, 40.54857]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Arden Heights'}, geometry: { type: 'Point', coordinates:[-74.17388, 40.54312]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Arrochar'}, geometry: { type: 'Point', coordinates:[-74.0839, 40.59623]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Arrochar'}, geometry: { type: 'Point', coordinates:[-74.083, 40.59679]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Arrochar'}, geometry: { type: 'Point', coordinates:[-74.06955, 40.59412]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Arrochar'}, geometry: { type: 'Point', coordinates:[-74.08347, 40.59761]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Arrochar'}, geometry: { type: 'Point', coordinates:[-74.08279, 40.59644]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Arrochar'}, geometry: { type: 'Point', coordinates:[-74.08434, 40.59757]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Arrochar'}, geometry: { type: 'Point', coordinates:[-74.08406, 40.59746]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Arrochar'}, geometry: { type: 'Point', coordinates:[-74.0656, 40.59809]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Arrochar'}, geometry: { type: 'Point', coordinates:[-74.07133, 40.5973]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Arrochar'}, geometry: { type: 'Point', coordinates:[-74.06685, 40.59101]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Arrochar'}, geometry: { type: 'Point', coordinates:[-74.06479, 40.59251]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Arrochar'}, geometry: { type: 'Point', coordinates:[-74.06914, 40.59347]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Arrochar'}, geometry: { type: 'Point', coordinates:[-74.06802, 40.59398]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Arrochar'}, geometry: { type: 'Point', coordinates:[-74.07504, 40.59078]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Arrochar'}, geometry: { type: 'Point', coordinates:[-74.06659, 40.59262]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Arrochar'}, geometry: { type: 'Point', coordinates:[-74.06986, 40.58769]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Arrochar'}, geometry: { type: 'Point', coordinates:[-74.06766, 40.59372]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Arrochar'}, geometry: { type: 'Point', coordinates:[-74.06476, 40.59193]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Arrochar'}, geometry: { type: 'Point', coordinates:[-74.07205, 40.58796]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Arrochar'}, geometry: { type: 'Point', coordinates:[-74.07666, 40.58957]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Arrochar'}, geometry: { type: 'Point', coordinates:[-74.07061, 40.59107]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Arrochar'}, geometry: { type: 'Point', coordinates:[-74.08444, 40.59679]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.79285, 40.5921]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.79447, 40.58938]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.78824, 40.59391]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.79498, 40.58977]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.78916, 40.59101]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.79565, 40.58835]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.79591, 40.58882]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.79152, 40.59051]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.79531, 40.58928]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.80055, 40.58934]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.79944, 40.5991]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.79688, 40.59746]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.79221, 40.58954]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.79949, 40.59754]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.80262, 40.59686]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.7938, 40.58859]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.79905, 40.58843]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.78856, 40.59486]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.79503, 40.58906]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.80081, 40.59098]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.78917, 40.59208]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.79032, 40.59029]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.7899, 40.5927]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.79247, 40.5903]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.80158, 40.59783]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.79755, 40.58821]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.79449, 40.59005]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.78892, 40.59104]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.79494, 40.58896]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.79514, 40.58845]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.78851, 40.59491]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.7891, 40.59116]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.79392, 40.59384]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.79971, 40.58734]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.79166, 40.59153]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.78991, 40.59413]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.80029, 40.59736]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.79268, 40.58793]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.79387, 40.58809]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.79479, 40.58921]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.8, 40.59194]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.79567, 40.5872]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.79603, 40.599]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.80062, 40.58792]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.79087, 40.588]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.79179, 40.59044]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.79497, 40.59103]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.79436, 40.59356]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.79102, 40.58847]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.78665, 40.59204]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.79109, 40.59396]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.79759, 40.59787]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.79133, 40.59908]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.79441, 40.58929]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.795, 40.58848]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.79109, 40.58875]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.80043, 40.59421]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.79506, 40.59425]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.79844, 40.59843]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.79509, 40.58834]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.80083, 40.59633]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.80328, 40.59082]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.79739, 40.59576]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.78906, 40.59344]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.79449, 40.59684]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.79281, 40.59055]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.79693, 40.59399]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.79573, 40.58873]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.79729, 40.59427]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Arverne'}, geometry: { type: 'Point', coordinates:[-73.79117, 40.58989]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91651, 40.76951]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91102, 40.75665]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92162, 40.76257]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92792, 40.7571]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92573, 40.77018]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.926, 40.7636]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93043, 40.77006]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92566, 40.7588]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92498, 40.75941]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91409, 40.76398]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91351, 40.76332]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93009, 40.77163]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92904, 40.76551]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92046, 40.76711]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91445, 40.76836]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92694, 40.7696]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92811, 40.7582]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91413, 40.76897]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92335, 40.76197]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92366, 40.75743]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91135, 40.76342]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93108, 40.77188]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92039, 40.76279]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9282, 40.76496]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91592, 40.76858]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91436, 40.76663]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91304, 40.76437]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91182, 40.75953]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91354, 40.7686]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91856, 40.76902]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91625, 40.76553]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9094, 40.75872]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92273, 40.77274]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92164, 40.76448]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92709, 40.76315]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92162, 40.75736]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91187, 40.76448]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92039, 40.75692]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91366, 40.76636]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90668, 40.7616]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92772, 40.76942]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91996, 40.76482]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92383, 40.76074]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91777, 40.76599]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9143, 40.75663]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9171, 40.76677]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90977, 40.76334]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91439, 40.75869]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90934, 40.76019]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92677, 40.77326]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93346, 40.76675]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93224, 40.76748]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93175, 40.76801]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91387, 40.75837]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92643, 40.76649]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92315, 40.76708]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92852, 40.7682]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9078, 40.76106]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92049, 40.76371]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91562, 40.76427]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92584, 40.75593]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92388, 40.768]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92632, 40.75572]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92436, 40.76218]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90586, 40.76359]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92652, 40.76295]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93587, 40.77655]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9206, 40.76972]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9238, 40.7645]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92552, 40.77355]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91364, 40.76639]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9211, 40.76988]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91502, 40.76957]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91596, 40.76977]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92493, 40.77221]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91449, 40.75666]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91881, 40.75619]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91345, 40.76992]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91459, 40.75705]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92758, 40.76516]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92269, 40.76378]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91281, 40.75615]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90393, 40.76636]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91937, 40.76437]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91205, 40.76457]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92596, 40.75583]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91759, 40.7665]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92079, 40.7666]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91873, 40.76632]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92134, 40.7576]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93426, 40.77635]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91234, 40.76799]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91314, 40.75697]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91205, 40.764]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.924, 40.76036]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92804, 40.77606]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92249, 40.76339]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91471, 40.76577]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92563, 40.771]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92858, 40.76797]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91793, 40.76361]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92493, 40.77029]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9261, 40.7702]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92897, 40.76622]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90945, 40.76702]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92019, 40.75732]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91597, 40.75687]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92252, 40.76002]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92853, 40.77254]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91712, 40.7632]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92686, 40.7708]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9225, 40.76189]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92656, 40.76272]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9092, 40.76012]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92684, 40.76781]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92829, 40.76357]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91283, 40.76964]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91346, 40.76167]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91438, 40.76376]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91298, 40.75829]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92847, 40.76646]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91747, 40.75888]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90926, 40.75997]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92878, 40.76441]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91451, 40.76266]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91673, 40.76326]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91929, 40.7601]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92576, 40.76552]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90945, 40.76017]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92341, 40.76121]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90819, 40.76169]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91712, 40.76591]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92007, 40.76837]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91385, 40.75771]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91666, 40.75703]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91952, 40.77098]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92213, 40.77403]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92518, 40.75684]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93191, 40.77153]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91109, 40.76137]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91835, 40.76923]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91358, 40.76472]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92179, 40.76165]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92413, 40.76615]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9148, 40.75579]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90881, 40.75823]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91995, 40.76348]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90994, 40.76717]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91377, 40.76429]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93033, 40.76803]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92687, 40.75819]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92478, 40.76332]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92481, 40.76064]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92339, 40.76589]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9175, 40.76692]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9285, 40.76681]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91735, 40.76549]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92233, 40.76088]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92564, 40.76769]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91855, 40.76923]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93034, 40.76775]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93194, 40.76824]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92985, 40.77194]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92228, 40.76792]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92288, 40.76047]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92181, 40.77066]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91648, 40.75537]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92502, 40.76501]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92125, 40.75951]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92657, 40.76515]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91628, 40.75528]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91325, 40.76615]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92731, 40.77411]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92333, 40.77286]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90824, 40.7641]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91539, 40.75547]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92213, 40.76271]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9206, 40.75758]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9297, 40.77554]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91881, 40.77029]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93068, 40.77205]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92068, 40.76105]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92847, 40.77121]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91771, 40.75705]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90489, 40.76425]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91974, 40.7566]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91117, 40.75961]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91491, 40.76936]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9149, 40.76549]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92259, 40.76589]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91333, 40.76188]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9169, 40.76705]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92876, 40.77607]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92278, 40.76671]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91963, 40.75951]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91397, 40.75535]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91379, 40.76205]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91813, 40.76488]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91765, 40.76498]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91761, 40.76628]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91156, 40.76264]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91412, 40.76608]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91251, 40.756]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92952, 40.77234]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92288, 40.7609]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9074, 40.76193]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91311, 40.75539]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93257, 40.76843]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92281, 40.76516]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92738, 40.75766]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91975, 40.76027]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92726, 40.75667]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92627, 40.76976]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9145, 40.75709]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9223, 40.77204]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90965, 40.76374]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91191, 40.76792]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91725, 40.76171]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91704, 40.76041]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92661, 40.7653]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92249, 40.75792]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91537, 40.76094]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91701, 40.76612]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91934, 40.76255]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91546, 40.769]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91871, 40.76291]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91002, 40.76904]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92, 40.77008]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91445, 40.75491]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9213, 40.77142]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91916, 40.76275]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92132, 40.77161]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91836, 40.75919]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91692, 40.7575]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92247, 40.76791]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91475, 40.76386]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92093, 40.76834]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92262, 40.77407]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9217, 40.76235]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92673, 40.76801]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91576, 40.76972]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91244, 40.76737]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9279, 40.76764]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90927, 40.75805]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91506, 40.76836]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92197, 40.76969]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91187, 40.76333]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92298, 40.7726]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92169, 40.7601]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92536, 40.76452]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91366, 40.76575]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92303, 40.76964]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91554, 40.76281]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92615, 40.75878]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9201, 40.7686]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91767, 40.76061]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91345, 40.75806]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9248, 40.76561]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92223, 40.77016]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91433, 40.76752]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91686, 40.76248]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91237, 40.76877]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92988, 40.76446]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91916, 40.76138]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91861, 40.76222]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91619, 40.75639]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90825, 40.7595]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90768, 40.76027]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91108, 40.76696]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91748, 40.75859]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91841, 40.76994]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90582, 40.76137]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92234, 40.75801]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92655, 40.76419]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91976, 40.76168]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92993, 40.76963]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93066, 40.77151]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91334, 40.75713]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90954, 40.75811]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92417, 40.77037]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91874, 40.76305]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92574, 40.77026]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91687, 40.7582]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93282, 40.7678]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93359, 40.76808]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90918, 40.76505]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91443, 40.76184]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92374, 40.76413]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92177, 40.76123]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9092, 40.75927]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91839, 40.75744]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91212, 40.76514]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91708, 40.75624]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92954, 40.77161]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91297, 40.75523]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92549, 40.76147]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91398, 40.75818]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91249, 40.76426]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91728, 40.7577]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92079, 40.76547]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9339, 40.77572]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90928, 40.76347]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90768, 40.76848]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92558, 40.75694]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91341, 40.76354]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91169, 40.76496]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92159, 40.77056]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91975, 40.7687]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92273, 40.76145]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93264, 40.76668]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90612, 40.76403]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92583, 40.76855]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90873, 40.76908]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92535, 40.76341]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91174, 40.76404]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92634, 40.76731]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93213, 40.76848]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90807, 40.76682]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92003, 40.76634]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91465, 40.76043]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91616, 40.75855]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91405, 40.76822]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91895, 40.76934]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91841, 40.76601]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93295, 40.76625]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92293, 40.7656]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92799, 40.7672]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91905, 40.77117]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92088, 40.77126]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91762, 40.76685]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91835, 40.76626]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91766, 40.76188]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91304, 40.7651]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91533, 40.76254]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91398, 40.76114]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92628, 40.76436]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92191, 40.76097]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90615, 40.76693]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91176, 40.76249]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91183, 40.76473]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92181, 40.75658]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93108, 40.76604]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91274, 40.76466]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92712, 40.76837]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91405, 40.76836]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92615, 40.75868]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92781, 40.76746]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92248, 40.76343]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91061, 40.75829]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91254, 40.76216]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92404, 40.76896]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91942, 40.7718]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92801, 40.76337]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92548, 40.77118]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91945, 40.75816]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92267, 40.76204]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92919, 40.76892]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92769, 40.76875]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92162, 40.76403]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92812, 40.75726]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92375, 40.76825]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91486, 40.76645]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90921, 40.76401]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9176, 40.75796]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92347, 40.76255]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91255, 40.76194]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90959, 40.76406]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91701, 40.76773]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91596, 40.76785]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91473, 40.76707]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92169, 40.7655]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91094, 40.76469]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91362, 40.75698]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93077, 40.76951]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91279, 40.76248]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9146, 40.76112]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92469, 40.7657]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92798, 40.75596]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91135, 40.76824]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92377, 40.7558]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91603, 40.75532]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9232, 40.76755]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91357, 40.75465]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91112, 40.75871]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91485, 40.75651]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9111, 40.75845]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92867, 40.77182]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93344, 40.77204]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9223, 40.76746]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92772, 40.76826]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91185, 40.75879]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92942, 40.76451]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9207, 40.76491]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92461, 40.76408]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92513, 40.75818]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9169, 40.76555]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91295, 40.76301]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91522, 40.76483]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91021, 40.75855]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92009, 40.76129]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92119, 40.77133]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91696, 40.76297]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93565, 40.77499]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91865, 40.76001]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92755, 40.76819]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91776, 40.76924]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90555, 40.76267]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91617, 40.76156]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9144, 40.75762]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91351, 40.76593]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92508, 40.76276]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92879, 40.75691]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92203, 40.76722]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91555, 40.75834]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92055, 40.77211]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91702, 40.76924]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90697, 40.75705]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90935, 40.76508]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91749, 40.75671]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92457, 40.76327]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93159, 40.77271]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92579, 40.7743]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92662, 40.76972]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92019, 40.76979]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91607, 40.76898]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91633, 40.76764]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93129, 40.77182]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92006, 40.75799]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91764, 40.7679]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92489, 40.76352]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9152, 40.75491]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91415, 40.76254]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91315, 40.76677]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93557, 40.76811]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93236, 40.76638]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92424, 40.77134]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93306, 40.76808]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92626, 40.77162]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92501, 40.76801]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92168, 40.76059]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92626, 40.77039]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92028, 40.77164]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91966, 40.76869]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92118, 40.76914]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90822, 40.75898]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91746, 40.76184]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9153, 40.75896]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92863, 40.77569]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93389, 40.77698]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92206, 40.77198]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9195, 40.76437]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92023, 40.76224]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92503, 40.77268]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92414, 40.76774]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91193, 40.76894]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92129, 40.77127]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91974, 40.76398]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91611, 40.75876]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92139, 40.76939]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92122, 40.76143]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91899, 40.75869]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90795, 40.76072]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92208, 40.76317]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92648, 40.77349]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9204, 40.76508]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91685, 40.76736]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9167, 40.76021]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92506, 40.75925]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91276, 40.75593]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92124, 40.76754]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90911, 40.7675]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91498, 40.77002]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92056, 40.76561]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91169, 40.76677]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91591, 40.75729]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92073, 40.76042]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92712, 40.77451]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92134, 40.75735]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92461, 40.77298]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9175, 40.75836]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91701, 40.7704]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90556, 40.76205]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92833, 40.77453]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90906, 40.76805]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92001, 40.76768]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92368, 40.7596]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92901, 40.77221]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91875, 40.77091]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93546, 40.77479]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92864, 40.76589]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92808, 40.75786]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91525, 40.7591]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91748, 40.75978]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91789, 40.76354]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91389, 40.75763]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92429, 40.768]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92005, 40.75909]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91266, 40.75936]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9297, 40.76488]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91665, 40.77028]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92536, 40.77017]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92171, 40.76533]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91577, 40.75777]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91819, 40.76974]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92934, 40.76549]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92304, 40.76529]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92529, 40.76495]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92901, 40.76477]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91097, 40.75862]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92128, 40.75782]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90579, 40.76273]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92793, 40.76882]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91573, 40.76101]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92253, 40.77297]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92332, 40.76189]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92201, 40.76778]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91857, 40.75859]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91518, 40.76368]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9232, 40.76724]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93413, 40.76794]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91002, 40.76386]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92656, 40.7674]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91637, 40.76642]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92579, 40.7711]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91559, 40.76964]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92439, 40.75959]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93442, 40.77179]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9191, 40.75955]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91174, 40.7648]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93501, 40.76982]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92997, 40.77205]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92009, 40.7698]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91742, 40.76602]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91783, 40.76163]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92092, 40.76203]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92109, 40.77061]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91762, 40.76993]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91086, 40.76583]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91165, 40.76933]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91975, 40.7581]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92806, 40.75664]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91102, 40.76311]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92055, 40.76412]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92368, 40.7578]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93041, 40.76963]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91583, 40.76031]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91996, 40.76449]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92609, 40.75535]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93512, 40.76789]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93002, 40.76505]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91608, 40.76822]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92043, 40.76581]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92022, 40.76394]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91702, 40.76031]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92132, 40.75637]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90986, 40.76768]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91931, 40.75756]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92854, 40.75755]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92607, 40.76444]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92138, 40.76235]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93229, 40.77073]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92763, 40.75718]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93219, 40.7701]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91353, 40.76553]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92254, 40.76152]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91427, 40.75916]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91182, 40.76451]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92752, 40.76494]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91767, 40.76279]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91475, 40.76624]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91261, 40.76609]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91985, 40.7619]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92135, 40.75704]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92238, 40.75872]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92176, 40.75962]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92332, 40.77002]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92613, 40.76818]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93267, 40.76734]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9197, 40.77029]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92195, 40.76403]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.924, 40.76196]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91203, 40.76923]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9173, 40.75929]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91279, 40.76623]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93344, 40.7744]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92773, 40.7573]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92714, 40.76448]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92771, 40.77578]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92334, 40.76788]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90995, 40.76387]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91175, 40.76792]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93023, 40.77255]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91946, 40.76625]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90995, 40.76799]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92025, 40.75986]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9314, 40.76752]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90795, 40.7672]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91571, 40.76135]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93443, 40.77705]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91622, 40.7638]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92698, 40.7576]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91163, 40.76122]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93017, 40.77419]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92027, 40.7662]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91974, 40.75669]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91194, 40.7673]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9203, 40.76149]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92688, 40.75711]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91341, 40.75605]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92328, 40.7578]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91992, 40.76266]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92447, 40.76625]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91422, 40.76567]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9281, 40.7723]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90911, 40.76623]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92316, 40.76783]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92431, 40.76512]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92604, 40.76086]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91819, 40.75902]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92168, 40.75905]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91132, 40.76322]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91448, 40.76625]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92633, 40.76721]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92623, 40.75917]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92625, 40.76829]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92789, 40.75782]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90829, 40.76595]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92275, 40.77115]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91271, 40.76217]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91705, 40.75684]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9175, 40.76062]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9293, 40.75692]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92516, 40.7609]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90816, 40.76269]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93057, 40.76568]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91787, 40.76956]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91208, 40.76701]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92632, 40.75807]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92208, 40.76197]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92542, 40.76216]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92971, 40.77378]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92485, 40.76945]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9243, 40.76956]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92407, 40.7599]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91839, 40.75583]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92804, 40.76452]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92777, 40.75633]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92463, 40.76759]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91359, 40.76177]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92191, 40.77036]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93008, 40.77145]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91894, 40.76588]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92098, 40.76172]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91168, 40.76538]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91343, 40.75989]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92707, 40.76776]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91402, 40.76964]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92178, 40.76363]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92957, 40.76889]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9172, 40.76853]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92338, 40.773]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91458, 40.75645]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92625, 40.76465]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9222, 40.77168]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91334, 40.75676]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9253, 40.75673]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90872, 40.76634]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91651, 40.7681]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92634, 40.76257]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9173, 40.76564]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92425, 40.76605]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91673, 40.75508]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92477, 40.76962]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9202, 40.75695]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91341, 40.76807]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92726, 40.76538]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92001, 40.76435]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92316, 40.76227]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92354, 40.76231]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91467, 40.76202]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92514, 40.76482]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90977, 40.75807]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92515, 40.75935]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92223, 40.76958]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92923, 40.77444]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.927, 40.75636]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9125, 40.76821]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91164, 40.76933]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92283, 40.75764]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92343, 40.76942]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92115, 40.76542]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92477, 40.76132]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9154, 40.75902]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92871, 40.77267]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91386, 40.756]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9305, 40.76919]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93567, 40.76761]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92112, 40.77028]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92316, 40.77016]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91798, 40.76756]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92438, 40.76522]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91645, 40.7623]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92413, 40.76531]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93146, 40.76962]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91977, 40.77156]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90812, 40.76635]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91332, 40.76616]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92832, 40.77329]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93051, 40.767]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92491, 40.76422]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91767, 40.76261]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93545, 40.77418]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90905, 40.76065]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93125, 40.77415]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92185, 40.76412]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92541, 40.75895]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91143, 40.75815]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92364, 40.77262]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92593, 40.76387]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91828, 40.76856]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91243, 40.76623]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92591, 40.76856]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92066, 40.7684]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9331, 40.7683]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92601, 40.77084]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92481, 40.76985]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92352, 40.7664]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91879, 40.7641]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91815, 40.76802]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91143, 40.75949]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91308, 40.76681]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92138, 40.76421]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9166, 40.76703]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92637, 40.7643]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91191, 40.75839]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92782, 40.75864]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91737, 40.75865]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92555, 40.75851]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91462, 40.76736]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9346, 40.76832]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91353, 40.76352]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91365, 40.75734]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91294, 40.76119]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92248, 40.76543]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9278, 40.76818]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9237, 40.76219]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91008, 40.76125]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91935, 40.76476]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90577, 40.76507]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92141, 40.76258]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91109, 40.76777]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92608, 40.75894]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90937, 40.75982]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91364, 40.7548]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92621, 40.77032]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92831, 40.75717]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92139, 40.76528]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91137, 40.76529]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92117, 40.76964]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93054, 40.76626]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91405, 40.76531]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9273, 40.76752]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92731, 40.76466]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92922, 40.76605]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9118, 40.76523]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93105, 40.7722]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93089, 40.77159]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91762, 40.7684]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91678, 40.75751]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92326, 40.77122]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90785, 40.76304]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91992, 40.75975]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.908, 40.76605]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91098, 40.75725]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91435, 40.76683]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92132, 40.76434]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91433, 40.75384]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92617, 40.76022]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90839, 40.76165]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9124, 40.76862]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91067, 40.76519]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91768, 40.75546]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92346, 40.76832]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91794, 40.76957]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92361, 40.7646]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92081, 40.7648]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92878, 40.76583]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92004, 40.76272]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92157, 40.76587]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92291, 40.76369]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91334, 40.75859]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91026, 40.76509]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92751, 40.77473]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92628, 40.7713]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92549, 40.76065]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92102, 40.76014]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91359, 40.76068]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92015, 40.75665]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91261, 40.7671]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92816, 40.76417]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91803, 40.76257]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9297, 40.7701]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91448, 40.75832]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9205, 40.76635]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92379, 40.76119]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91458, 40.76555]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91963, 40.76219]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92196, 40.76423]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92313, 40.76001]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91454, 40.76711]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91578, 40.75568]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91601, 40.76369]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91642, 40.76273]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92889, 40.77541]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93291, 40.77093]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9238, 40.7637]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92063, 40.77161]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91675, 40.76771]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91895, 40.76903]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91881, 40.76194]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91458, 40.75452]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92336, 40.76743]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92489, 40.76895]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91341, 40.7626]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90727, 40.76762]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90466, 40.76448]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92756, 40.77486]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92851, 40.75802]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91489, 40.75731]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93014, 40.77522]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92679, 40.76987]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92422, 40.76248]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9153, 40.7613]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91762, 40.7588]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92323, 40.76798]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92769, 40.76672]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91173, 40.75946]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92433, 40.76786]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91221, 40.75748]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91321, 40.76416]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91981, 40.7577]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90548, 40.75954]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91709, 40.75539]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90924, 40.75966]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93159, 40.77199]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9251, 40.77359]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91885, 40.76432]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90752, 40.76885]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92092, 40.76575]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9067, 40.7576]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9143, 40.75518]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92658, 40.75831]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91155, 40.76531]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92148, 40.76214]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9236, 40.76895]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93306, 40.7703]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9168, 40.76205]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90769, 40.76406]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90835, 40.75959]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92129, 40.75782]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90959, 40.75793]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91639, 40.7577]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91657, 40.75616]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91548, 40.75492]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91685, 40.76802]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91839, 40.76871]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91377, 40.76487]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91994, 40.7691]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91124, 40.76317]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91582, 40.75807]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.9268, 40.7637]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92822, 40.75824]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92235, 40.76026]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92163, 40.75744]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.93521, 40.77677]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90852, 40.76207]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92518, 40.76581]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91991, 40.76234]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91582, 40.75519]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92878, 40.77008]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90869, 40.76273]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91516, 40.76424]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92666, 40.76879]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90622, 40.76182]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91571, 40.75989]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92807, 40.76797]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91918, 40.76793]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92247, 40.76307]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92509, 40.75741]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90807, 40.76888]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91419, 40.75962]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.90663, 40.76179]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92478, 40.77314]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92569, 40.76326]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92413, 40.75931]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.92092, 40.77013]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Astoria'}, geometry: { type: 'Point', coordinates:[-73.91488, 40.75604]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bath Beach'}, geometry: { type: 'Point', coordinates:[-74.00415, 40.59988]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bath Beach'}, geometry: { type: 'Point', coordinates:[-73.99596, 40.60303]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bath Beach'}, geometry: { type: 'Point', coordinates:[-74.00358, 40.59812]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bath Beach'}, geometry: { type: 'Point', coordinates:[-74.00117, 40.60456]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bath Beach'}, geometry: { type: 'Point', coordinates:[-74.00315, 40.60615]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bath Beach'}, geometry: { type: 'Point', coordinates:[-74.01083, 40.60382]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bath Beach'}, geometry: { type: 'Point', coordinates:[-74.00428, 40.60674]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bath Beach'}, geometry: { type: 'Point', coordinates:[-74.0067, 40.59855]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bath Beach'}, geometry: { type: 'Point', coordinates:[-74.00528, 40.60546]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bath Beach'}, geometry: { type: 'Point', coordinates:[-74.01044, 40.60554]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bath Beach'}, geometry: { type: 'Point', coordinates:[-73.99591, 40.60319]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bath Beach'}, geometry: { type: 'Point', coordinates:[-74.0169, 40.60434]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bath Beach'}, geometry: { type: 'Point', coordinates:[-74.00353, 40.59773]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bath Beach'}, geometry: { type: 'Point', coordinates:[-74.01725, 40.60444]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bath Beach'}, geometry: { type: 'Point', coordinates:[-74.01599, 40.60353]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bath Beach'}, geometry: { type: 'Point', coordinates:[-74.00933, 40.60106]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bath Beach'}, geometry: { type: 'Point', coordinates:[-74.00243, 40.60471]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01638, 40.71031]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.0177, 40.71092]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01774, 40.70941]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.0162, 40.71239]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01712, 40.70444]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01573, 40.71709]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01702, 40.70707]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.0157, 40.71106]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01523, 40.71842]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01676, 40.70657]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01457, 40.71011]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01623, 40.71078]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01681, 40.70568]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01658, 40.71097]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01509, 40.71775]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01493, 40.71777]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01709, 40.70417]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01705, 40.71019]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01511, 40.71728]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01555, 40.7077]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01695, 40.70418]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01605, 40.70956]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01756, 40.70642]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01708, 40.70438]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.0154, 40.71]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01758, 40.71364]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01575, 40.71138]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01719, 40.70615]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01753, 40.70517]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01719, 40.71185]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01781, 40.71209]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01537, 40.71062]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01676, 40.70702]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01398, 40.71487]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01565, 40.7162]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.0158, 40.71085]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.0168, 40.70431]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01659, 40.71756]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01686, 40.70902]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01837, 40.70633]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01721, 40.7101]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01829, 40.70944]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01567, 40.71111]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.0162, 40.71704]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01741, 40.70725]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01557, 40.71031]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01691, 40.71588]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01779, 40.70949]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01537, 40.71109]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01368, 40.7152]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01572, 40.71192]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01725, 40.71029]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01566, 40.71222]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01722, 40.71035]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01693, 40.70797]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01801, 40.71085]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.0176, 40.71082]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01468, 40.71617]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01768, 40.7109]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01601, 40.70832]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01693, 40.71162]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01773, 40.70587]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01504, 40.71012]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01678, 40.7118]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01735, 40.70803]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01379, 40.71646]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01507, 40.70881]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Battery Park City'}, geometry: { type: 'Point', coordinates:[-74.01657, 40.70438]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02455, 40.63447]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02037, 40.63056]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.0289, 40.63504]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.03102, 40.63574]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.03788, 40.6348]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02833, 40.63473]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02817, 40.62707]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.03028, 40.63295]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02258, 40.6294]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02962, 40.63555]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.01946, 40.62913]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.0231, 40.63234]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02429, 40.62955]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02977, 40.62449]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02497, 40.63859]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02319, 40.62951]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02746, 40.6236]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.0318, 40.63562]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.01978, 40.63328]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02366, 40.63465]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.03026, 40.63095]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02756, 40.62455]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.03178, 40.63611]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.0284, 40.63266]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02837, 40.62493]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.03495, 40.62544]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.03162, 40.6338]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02811, 40.63304]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02213, 40.62611]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02421, 40.63554]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02375, 40.63145]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02949, 40.62487]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02035, 40.6339]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02603, 40.62804]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02428, 40.6224]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02344, 40.62735]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.0276, 40.63692]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02534, 40.63745]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02802, 40.62672]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02565, 40.63677]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02649, 40.63845]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.0325, 40.63457]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.0292, 40.63164]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.0263, 40.63421]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02535, 40.62317]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02876, 40.63271]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02626, 40.63766]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.03049, 40.6339]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.03022, 40.6311]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02996, 40.62674]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02337, 40.6342]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.03197, 40.63521]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02939, 40.63435]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.024, 40.62356]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02345, 40.62989]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.01966, 40.62376]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.018, 40.63209]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.03077, 40.63324]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02654, 40.62569]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.0212, 40.6334]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.027, 40.63014]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02111, 40.625]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02497, 40.63777]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.03031, 40.63146]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02394, 40.62158]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02076, 40.62302]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02534, 40.62816]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.03094, 40.6247]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.03051, 40.63198]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02964, 40.63364]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.03628, 40.63508]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02915, 40.63282]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02972, 40.63199]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02634, 40.63519]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02645, 40.63369]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.03164, 40.63936]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02739, 40.63347]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02892, 40.62433]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02451, 40.63461]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02483, 40.63456]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02304, 40.62049]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02326, 40.62672]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02888, 40.62645]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.01753, 40.62992]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.03089, 40.63971]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.03014, 40.62605]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.03077, 40.62848]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.0219, 40.63592]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02989, 40.62637]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.01956, 40.63368]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02704, 40.63592]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02382, 40.63238]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02336, 40.62165]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.03621, 40.63463]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.01796, 40.63233]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.0297, 40.62461]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02363, 40.63093]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.03085, 40.62413]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.0196, 40.62652]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.023, 40.62602]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.0214, 40.63195]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.03449, 40.63557]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.03489, 40.63719]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02302, 40.63359]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02322, 40.63189]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.03067, 40.63323]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02881, 40.6331]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02552, 40.63431]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02663, 40.63432]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02262, 40.63613]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02599, 40.63895]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02272, 40.63284]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02458, 40.62991]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02916, 40.62444]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02601, 40.62298]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.01738, 40.62985]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.03069, 40.63202]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02305, 40.63015]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02786, 40.62398]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02614, 40.63835]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02616, 40.62961]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.03028, 40.63939]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02896, 40.63314]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.01966, 40.63498]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02474, 40.63921]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.03164, 40.63461]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02577, 40.63066]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.0235, 40.63562]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.03126, 40.63014]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02944, 40.63305]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02136, 40.62329]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.01784, 40.63334]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.0273, 40.63821]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02898, 40.62893]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02887, 40.63409]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.03492, 40.63608]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02826, 40.63195]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.01837, 40.62638]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02111, 40.6254]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.02024, 40.62439]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bay Ridge'}, geometry: { type: 'Point', coordinates:[-74.01952, 40.62703]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Bay Terrace'}, geometry: { type: 'Point', coordinates:[-73.78506, 40.77995]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Bay Terrace'}, geometry: { type: 'Point', coordinates:[-73.77857, 40.77971]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Bay Terrace'}, geometry: { type: 'Point', coordinates:[-73.77915, 40.78598]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Bay Terrace'}, geometry: { type: 'Point', coordinates:[-73.78376, 40.77774]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Bay Terrace'}, geometry: { type: 'Point', coordinates:[-73.77958, 40.78645]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Bay Terrace, Staten Island'}, geometry: { type: 'Point', coordinates:[-74.1366, 40.55105]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Bay Terrace, Staten Island'}, geometry: { type: 'Point', coordinates:[-74.14439, 40.55182]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Baychester'}, geometry: { type: 'Point', coordinates:[-73.84065, 40.87372]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Baychester'}, geometry: { type: 'Point', coordinates:[-73.84301, 40.87886]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Baychester'}, geometry: { type: 'Point', coordinates:[-73.84329, 40.8773]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Baychester'}, geometry: { type: 'Point', coordinates:[-73.84171, 40.8694]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Baychester'}, geometry: { type: 'Point', coordinates:[-73.84676, 40.87192]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Baychester'}, geometry: { type: 'Point', coordinates:[-73.84335, 40.87223]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Baychester'}, geometry: { type: 'Point', coordinates:[-73.842, 40.87188]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Bayside'}, geometry: { type: 'Point', coordinates:[-73.76938, 40.75444]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Bayside'}, geometry: { type: 'Point', coordinates:[-73.76244, 40.75873]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Bayside'}, geometry: { type: 'Point', coordinates:[-73.77111, 40.76324]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Bayside'}, geometry: { type: 'Point', coordinates:[-73.7809, 40.77125]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Bayside'}, geometry: { type: 'Point', coordinates:[-73.76821, 40.74933]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Bayside'}, geometry: { type: 'Point', coordinates:[-73.76511, 40.76176]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Bayside'}, geometry: { type: 'Point', coordinates:[-73.76363, 40.76152]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Bayside'}, geometry: { type: 'Point', coordinates:[-73.77361, 40.75465]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Bayside'}, geometry: { type: 'Point', coordinates:[-73.78868, 40.76865]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Bayside'}, geometry: { type: 'Point', coordinates:[-73.76937, 40.76143]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Bayside'}, geometry: { type: 'Point', coordinates:[-73.7726, 40.75377]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Bayside'}, geometry: { type: 'Point', coordinates:[-73.76766, 40.76147]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Bayside'}, geometry: { type: 'Point', coordinates:[-73.78278, 40.77067]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Bayside'}, geometry: { type: 'Point', coordinates:[-73.76157, 40.73975]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Bayside'}, geometry: { type: 'Point', coordinates:[-73.76935, 40.75409]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Bayside'}, geometry: { type: 'Point', coordinates:[-73.76515, 40.75555]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Bayside'}, geometry: { type: 'Point', coordinates:[-73.77419, 40.76039]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Bayside'}, geometry: { type: 'Point', coordinates:[-73.76314, 40.75666]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Bayside'}, geometry: { type: 'Point', coordinates:[-73.77723, 40.77439]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Bayside'}, geometry: { type: 'Point', coordinates:[-73.78855, 40.76898]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Bayside'}, geometry: { type: 'Point', coordinates:[-73.77232, 40.7583]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Bayside'}, geometry: { type: 'Point', coordinates:[-73.76977, 40.76954]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Bayside'}, geometry: { type: 'Point', coordinates:[-73.7688, 40.75433]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Bayside'}, geometry: { type: 'Point', coordinates:[-73.76948, 40.76304]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Bayside'}, geometry: { type: 'Point', coordinates:[-73.75654, 40.74924]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Bayside'}, geometry: { type: 'Point', coordinates:[-73.75269, 40.75136]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Bayside'}, geometry: { type: 'Point', coordinates:[-73.76178, 40.76124]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Bayside'}, geometry: { type: 'Point', coordinates:[-73.75316, 40.75092]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Bayside'}, geometry: { type: 'Point', coordinates:[-73.77069, 40.77811]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Bayside'}, geometry: { type: 'Point', coordinates:[-73.76288, 40.76731]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Bayside'}, geometry: { type: 'Point', coordinates:[-73.77382, 40.77559]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Bayside'}, geometry: { type: 'Point', coordinates:[-73.75643, 40.75145]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Bayside'}, geometry: { type: 'Point', coordinates:[-73.75519, 40.75236]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Bayside'}, geometry: { type: 'Point', coordinates:[-73.76409, 40.76577]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Bayside'}, geometry: { type: 'Point', coordinates:[-73.78794, 40.76783]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Bayside'}, geometry: { type: 'Point', coordinates:[-73.77162, 40.76729]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Bayside'}, geometry: { type: 'Point', coordinates:[-73.75328, 40.74966]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Bayside'}, geometry: { type: 'Point', coordinates:[-73.78881, 40.77216]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Bayside'}, geometry: { type: 'Point', coordinates:[-73.75349, 40.75047]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Bayside'}, geometry: { type: 'Point', coordinates:[-73.76813, 40.76169]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Bayswater'}, geometry: { type: 'Point', coordinates:[-73.76019, 40.60628]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Bayswater'}, geometry: { type: 'Point', coordinates:[-73.76719, 40.59762]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Bayswater'}, geometry: { type: 'Point', coordinates:[-73.75547, 40.60549]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Bayswater'}, geometry: { type: 'Point', coordinates:[-73.75787, 40.6083]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Bayswater'}, geometry: { type: 'Point', coordinates:[-73.76452, 40.59968]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Bayswater'}, geometry: { type: 'Point', coordinates:[-73.75861, 40.60845]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Bayswater'}, geometry: { type: 'Point', coordinates:[-73.77024, 40.60513]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Bayswater'}, geometry: { type: 'Point', coordinates:[-73.76089, 40.60644]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Bayswater'}, geometry: { type: 'Point', coordinates:[-73.75492, 40.60606]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Bayswater'}, geometry: { type: 'Point', coordinates:[-73.7667, 40.6004]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Bayswater'}, geometry: { type: 'Point', coordinates:[-73.766, 40.60643]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Bayswater'}, geometry: { type: 'Point', coordinates:[-73.76871, 40.60484]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Bayswater'}, geometry: { type: 'Point', coordinates:[-73.76451, 40.61127]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Bayswater'}, geometry: { type: 'Point', coordinates:[-73.75787, 40.60928]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9356, 40.68615]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95983, 40.69129]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.933, 40.68651]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91775, 40.68358]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95599, 40.69305]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94376, 40.69352]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94848, 40.69441]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9418, 40.69381]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9106, 40.67759]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95868, 40.69209]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91199, 40.68025]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9564, 40.68736]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9475, 40.67992]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94975, 40.68325]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92872, 40.69236]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92679, 40.69081]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9313, 40.69026]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9406, 40.69168]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.948, 40.69167]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94967, 40.68393]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94489, 40.68377]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9442, 40.68554]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94318, 40.68612]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95354, 40.68746]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95854, 40.69089]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95378, 40.68777]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95884, 40.6886]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9523, 40.69129]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93657, 40.69448]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94027, 40.69522]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93864, 40.69232]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94046, 40.69862]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91107, 40.68118]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95886, 40.69141]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95422, 40.67905]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9476, 40.6813]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94973, 40.68686]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94444, 40.68978]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91432, 40.68317]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95284, 40.68222]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95896, 40.6943]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9518, 40.6894]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95081, 40.69425]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9413, 40.69998]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.908, 40.67941]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9515, 40.68432]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90816, 40.67963]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9484, 40.68758]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94971, 40.69357]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94772, 40.68811]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93537, 40.68938]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95449, 40.68357]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94499, 40.69462]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92729, 40.68108]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9556, 40.69414]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94208, 40.68145]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95254, 40.68131]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95441, 40.69103]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95138, 40.68963]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94615, 40.6824]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92837, 40.69174]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95031, 40.68652]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93643, 40.68904]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90777, 40.68092]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9441, 40.68767]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95811, 40.68746]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93484, 40.69251]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94193, 40.68369]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95419, 40.68212]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93686, 40.68102]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95269, 40.69399]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94125, 40.68423]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94045, 40.68813]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95426, 40.68686]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94827, 40.68195]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95887, 40.68932]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92913, 40.68315]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93613, 40.6972]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.946, 40.69288]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95002, 40.68464]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94636, 40.68909]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95479, 40.68813]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95228, 40.69465]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93665, 40.69487]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91113, 40.68006]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95112, 40.68285]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95934, 40.69395]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9422, 40.69384]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95692, 40.69401]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95399, 40.68434]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92856, 40.68638]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92795, 40.69197]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93793, 40.69592]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95641, 40.69374]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92811, 40.68439]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95009, 40.68366]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94092, 40.69194]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95021, 40.68199]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95439, 40.68797]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93823, 40.69158]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.946, 40.68473]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95321, 40.69034]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91921, 40.68174]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95551, 40.68372]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9193, 40.67941]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93967, 40.68644]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92349, 40.68153]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90841, 40.67758]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95528, 40.68917]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93136, 40.68988]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9437, 40.69282]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95086, 40.68533]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95435, 40.69162]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94591, 40.68804]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94864, 40.6936]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94147, 40.68709]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9431, 40.69823]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9559, 40.69433]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93724, 40.69639]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93823, 40.69254]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93098, 40.69301]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92443, 40.68425]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93592, 40.6966]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92749, 40.68269]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93836, 40.6843]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91811, 40.68181]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95882, 40.69105]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95283, 40.69032]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93176, 40.68506]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92923, 40.68757]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95519, 40.69322]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93462, 40.69516]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91284, 40.68258]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94883, 40.67854]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91832, 40.68194]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95123, 40.68348]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94302, 40.68039]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93073, 40.68322]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.907, 40.68061]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93897, 40.68667]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94042, 40.68356]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95997, 40.69206]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93831, 40.69164]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93853, 40.69335]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95296, 40.68885]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95329, 40.68344]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94534, 40.69063]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95475, 40.68191]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9406, 40.68372]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90788, 40.67954]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95608, 40.68642]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9249, 40.68591]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93674, 40.68017]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91478, 40.6785]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90888, 40.67759]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95695, 40.68442]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91784, 40.67767]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93893, 40.68502]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94755, 40.69678]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92622, 40.68741]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94725, 40.68075]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92469, 40.6889]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92349, 40.68385]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95563, 40.69254]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9598, 40.69056]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92326, 40.68125]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92264, 40.68808]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95141, 40.68697]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92843, 40.68336]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93805, 40.68548]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9478, 40.68731]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94083, 40.68004]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91693, 40.68061]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95533, 40.68534]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91272, 40.68125]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9401, 40.68409]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92974, 40.6848]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91287, 40.68178]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95783, 40.68391]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94429, 40.6946]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94445, 40.68083]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92784, 40.68588]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91251, 40.68062]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95036, 40.6874]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9451, 40.68426]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91954, 40.67745]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95578, 40.69396]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94822, 40.68444]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95462, 40.68347]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95422, 40.68775]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93145, 40.68472]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95097, 40.69242]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92026, 40.68207]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95821, 40.69154]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94231, 40.68533]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94607, 40.68366]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94689, 40.68581]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95572, 40.69147]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92029, 40.68037]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94094, 40.68772]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95431, 40.68561]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92584, 40.68573]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95875, 40.69]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91243, 40.67668]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93336, 40.68376]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9261, 40.68274]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95735, 40.68442]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93884, 40.68128]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93967, 40.69039]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95277, 40.68927]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94138, 40.68538]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9607, 40.6935]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9215, 40.68382]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93224, 40.68351]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93863, 40.68252]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95773, 40.6872]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94414, 40.68634]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93494, 40.69537]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94459, 40.69445]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94975, 40.69155]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9444, 40.68834]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90701, 40.67999]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93856, 40.68058]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95155, 40.69526]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93773, 40.69101]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92599, 40.68565]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94495, 40.69454]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94776, 40.69181]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94554, 40.69854]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94501, 40.69388]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93223, 40.68576]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93313, 40.68375]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92002, 40.67851]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95548, 40.68861]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92296, 40.68528]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95257, 40.68237]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93436, 40.69143]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94666, 40.69294]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94437, 40.68174]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95574, 40.69275]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93722, 40.68156]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94093, 40.68503]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94895, 40.69454]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95171, 40.68611]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95033, 40.68316]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92686, 40.68127]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95566, 40.68382]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92318, 40.68762]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94537, 40.6809]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93937, 40.68416]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92576, 40.68466]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93967, 40.67797]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94314, 40.69237]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94897, 40.68302]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9248, 40.68673]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94794, 40.69676]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95118, 40.68172]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92893, 40.68908]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93856, 40.69127]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92965, 40.67828]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91106, 40.67638]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93935, 40.6943]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92823, 40.6805]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93953, 40.69474]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9398, 40.69294]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95953, 40.69038]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95047, 40.68824]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95232, 40.69395]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95869, 40.69213]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95162, 40.6833]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94385, 40.6955]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95204, 40.6817]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91108, 40.67937]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95818, 40.68982]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95164, 40.68891]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9358, 40.6844]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95542, 40.69245]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92713, 40.68299]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94058, 40.68732]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94689, 40.69393]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95259, 40.69464]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94836, 40.68412]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91651, 40.68273]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91283, 40.68078]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93497, 40.69156]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9472, 40.69392]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95082, 40.68841]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9443, 40.68855]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94919, 40.68585]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91618, 40.67723]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93933, 40.69103]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95452, 40.68925]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94086, 40.68198]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9271, 40.68576]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92448, 40.68326]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95641, 40.68415]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92818, 40.68924]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95116, 40.68915]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94111, 40.69516]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94314, 40.69458]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95333, 40.68769]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9425, 40.68432]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95493, 40.69017]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94905, 40.68744]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94885, 40.68469]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94214, 40.68181]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94688, 40.69387]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92894, 40.69126]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95798, 40.68158]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95019, 40.69506]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93915, 40.6878]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90858, 40.67958]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94512, 40.68522]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9501, 40.68586]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94004, 40.68269]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93715, 40.67935]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92719, 40.69103]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92065, 40.68114]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95738, 40.69026]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93598, 40.69537]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92833, 40.68999]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94858, 40.68695]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94548, 40.68268]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95278, 40.68533]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94884, 40.69239]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94447, 40.69418]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94755, 40.69175]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95659, 40.68408]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92411, 40.68327]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91484, 40.68285]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94516, 40.6881]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94645, 40.69892]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93286, 40.69367]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95101, 40.6948]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90899, 40.6795]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95761, 40.68071]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94676, 40.69089]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94493, 40.68226]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94315, 40.69719]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93463, 40.69292]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93724, 40.68462]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93638, 40.68539]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94675, 40.68563]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90967, 40.67872]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94445, 40.68957]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95383, 40.67922]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9452, 40.67998]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95551, 40.68346]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95832, 40.68606]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93467, 40.68469]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94171, 40.68777]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90976, 40.6801]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92322, 40.68744]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94634, 40.68235]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93746, 40.6898]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93951, 40.69017]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95489, 40.68492]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93702, 40.68631]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95088, 40.68634]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93503, 40.69546]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94544, 40.69806]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92322, 40.68305]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94162, 40.69911]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93847, 40.68465]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93517, 40.68518]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91988, 40.68563]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91344, 40.68193]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91548, 40.68221]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95426, 40.68807]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92394, 40.68456]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95394, 40.69055]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94283, 40.68974]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92659, 40.68389]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9565, 40.69315]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94232, 40.68302]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94757, 40.68736]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91227, 40.67877]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92314, 40.68422]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92947, 40.69251]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95345, 40.68854]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94735, 40.68641]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92805, 40.69013]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94427, 40.68388]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94613, 40.68291]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95952, 40.69194]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95042, 40.6839]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95111, 40.68329]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95019, 40.68388]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95875, 40.68586]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94054, 40.68901]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92331, 40.68939]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94555, 40.69741]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95842, 40.69108]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95333, 40.6909]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94498, 40.69747]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94608, 40.68341]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95522, 40.68677]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95223, 40.68245]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90924, 40.67797]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95375, 40.6858]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92958, 40.68884]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94898, 40.69102]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95341, 40.68675]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9385, 40.68826]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.959, 40.68818]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94714, 40.6916]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91484, 40.67704]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93785, 40.68445]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94357, 40.68822]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93208, 40.67927]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92211, 40.68576]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91196, 40.68128]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92903, 40.68887]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93234, 40.69421]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93862, 40.68285]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92032, 40.68806]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93876, 40.68211]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93903, 40.68798]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94367, 40.68618]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9449, 40.69314]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94963, 40.6942]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94393, 40.69261]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9135, 40.6778]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93889, 40.69457]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95195, 40.68969]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93828, 40.69445]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94821, 40.68883]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93094, 40.69092]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91148, 40.6812]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95921, 40.69309]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94161, 40.69493]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95775, 40.68714]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93239, 40.6939]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95173, 40.69453]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93693, 40.69625]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95167, 40.68243]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95085, 40.68322]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95052, 40.67997]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95249, 40.68057]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95783, 40.68994]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93425, 40.68994]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95863, 40.68823]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94319, 40.6947]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94765, 40.69592]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93738, 40.68301]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94001, 40.6789]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95908, 40.69199]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94827, 40.68151]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95116, 40.69444]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9306, 40.68185]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94789, 40.69341]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94271, 40.6809]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9463, 40.68064]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91379, 40.68017]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92613, 40.68498]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91181, 40.68003]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95724, 40.69238]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95338, 40.69095]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94028, 40.68529]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93472, 40.69389]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95721, 40.68858]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93045, 40.67966]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92532, 40.67839]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95044, 40.67984]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92833, 40.68205]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95023, 40.69332]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93458, 40.69226]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95666, 40.6857]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95491, 40.68806]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9367, 40.69509]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95235, 40.68784]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94657, 40.69538]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93599, 40.69123]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95377, 40.68861]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9274, 40.68435]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93123, 40.68392]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93776, 40.69158]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93805, 40.6872]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92701, 40.69026]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9579, 40.68673]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95936, 40.68746]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93104, 40.68636]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93802, 40.68201]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94028, 40.68371]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94898, 40.68627]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93003, 40.68625]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9542, 40.6862]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95458, 40.68358]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94044, 40.68125]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92818, 40.68209]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93961, 40.68285]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95002, 40.68318]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93227, 40.68432]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95715, 40.68423]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9499, 40.68852]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94048, 40.68014]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92146, 40.68895]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94958, 40.6823]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95551, 40.6925]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92349, 40.68613]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93725, 40.68597]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9432, 40.69608]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95644, 40.68941]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95563, 40.68517]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94081, 40.68101]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94911, 40.68048]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92242, 40.67929]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94624, 40.67917]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95131, 40.68199]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93118, 40.69018]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94355, 40.694]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95496, 40.68965]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95596, 40.6891]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92825, 40.69053]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95955, 40.69086]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95014, 40.69262]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93202, 40.68128]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94315, 40.69277]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.96137, 40.69576]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93696, 40.69625]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94219, 40.68309]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94683, 40.68111]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95189, 40.68581]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90886, 40.67752]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93753, 40.69122]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93892, 40.69195]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95428, 40.68942]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90958, 40.67745]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91135, 40.67956]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92662, 40.6909]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93705, 40.69512]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92036, 40.68156]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93682, 40.68518]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93729, 40.68569]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94073, 40.69312]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92573, 40.68587]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92647, 40.68374]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94142, 40.69316]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92833, 40.68313]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93995, 40.69637]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9376, 40.68944]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95452, 40.68511]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94309, 40.68952]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91435, 40.68155]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92926, 40.68582]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94658, 40.69974]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93868, 40.68571]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93247, 40.69444]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95674, 40.6944]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92788, 40.68242]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94612, 40.6805]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94962, 40.6831]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92522, 40.68754]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92827, 40.68736]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93286, 40.68589]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91971, 40.68266]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93944, 40.69588]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9172, 40.67878]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9527, 40.68573]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95322, 40.69524]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93903, 40.69031]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95151, 40.6918]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95237, 40.68161]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95079, 40.69085]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92816, 40.68923]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9588, 40.6875]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93213, 40.69516]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.96069, 40.69418]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95826, 40.68988]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92784, 40.6908]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94715, 40.69765]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9135, 40.67994]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91269, 40.68027]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95558, 40.68709]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95446, 40.69392]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9535, 40.68235]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95633, 40.68791]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95161, 40.6861]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94209, 40.6834]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93857, 40.6798]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9481, 40.69415]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95891, 40.69144]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.943, 40.69165]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94537, 40.68843]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95496, 40.6869]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95405, 40.68739]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93268, 40.68549]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94257, 40.68721]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95393, 40.68887]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93645, 40.69649]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92782, 40.68785]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93089, 40.68814]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95182, 40.68599]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93444, 40.68174]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94774, 40.68242]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93956, 40.68446]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93003, 40.69317]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95433, 40.68133]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92614, 40.68221]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95653, 40.6896]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94555, 40.69882]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93118, 40.68427]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92264, 40.68263]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93836, 40.68562]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94296, 40.68351]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93355, 40.68884]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93014, 40.69049]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9511, 40.6837]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93299, 40.68606]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93992, 40.69263]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9579, 40.68934]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91472, 40.68295]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9151, 40.68056]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95265, 40.68571]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92859, 40.68697]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94745, 40.68483]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9439, 40.69218]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93292, 40.69414]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95648, 40.69122]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95591, 40.68111]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90861, 40.67781]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94463, 40.6931]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92857, 40.68878]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92918, 40.68238]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93124, 40.68311]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9399, 40.69266]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93634, 40.68807]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92769, 40.68141]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91719, 40.68576]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95666, 40.69131]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91946, 40.679]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9471, 40.68245]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92122, 40.68135]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9368, 40.68168]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95757, 40.69017]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94547, 40.69243]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95318, 40.67918]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95855, 40.68809]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90716, 40.68062]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95884, 40.6918]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91572, 40.682]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95583, 40.69487]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95688, 40.68438]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9451, 40.68531]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93742, 40.68294]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94101, 40.68398]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91977, 40.68651]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93653, 40.69128]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93138, 40.6844]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95624, 40.68562]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93301, 40.68141]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93673, 40.68655]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91295, 40.6829]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9229, 40.67779]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94825, 40.69461]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94321, 40.69589]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92139, 40.68881]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92707, 40.689]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9469, 40.69499]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95275, 40.6811]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92612, 40.68354]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95439, 40.69533]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95043, 40.68537]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91238, 40.68303]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95518, 40.69439]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92116, 40.68208]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94332, 40.69507]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95241, 40.689]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91274, 40.6785]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93753, 40.68439]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94792, 40.69569]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94703, 40.6962]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95865, 40.69224]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93893, 40.68258]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94933, 40.68578]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9273, 40.69113]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95018, 40.69088]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95212, 40.68886]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93996, 40.68076]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91625, 40.68441]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93262, 40.6847]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94349, 40.69304]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95563, 40.69366]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95881, 40.69339]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95533, 40.69313]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93187, 40.68953]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94465, 40.67978]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93436, 40.6802]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92238, 40.68859]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.957, 40.6835]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95753, 40.68305]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92606, 40.68705]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94943, 40.68827]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94409, 40.69678]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95428, 40.69023]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9274, 40.69016]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91546, 40.67864]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95561, 40.69459]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95906, 40.6905]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9262, 40.68457]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95892, 40.68986]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92883, 40.68417]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94294, 40.68863]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92623, 40.68368]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92728, 40.68633]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9544, 40.69032]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95405, 40.69044]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93557, 40.68522]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95866, 40.69221]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95665, 40.69406]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95696, 40.69448]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94993, 40.69323]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93248, 40.69517]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94601, 40.68716]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94674, 40.6934]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94262, 40.68785]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93733, 40.69002]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92663, 40.67803]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95688, 40.68786]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95347, 40.68198]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93367, 40.68823]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94126, 40.68357]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92198, 40.68742]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95231, 40.68439]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94487, 40.69403]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95097, 40.68931]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91112, 40.68089]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9255, 40.6786]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91981, 40.68732]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92354, 40.68885]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.946, 40.69087]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94411, 40.68683]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9485, 40.68226]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95119, 40.68492]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94991, 40.68881]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95852, 40.69484]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95576, 40.68756]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95675, 40.69299]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.942, 40.68374]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93469, 40.6832]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95804, 40.6845]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93675, 40.68906]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94648, 40.68379]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95149, 40.69563]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93537, 40.68117]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93723, 40.68482]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92777, 40.68317]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95417, 40.68556]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95893, 40.69169]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93595, 40.68015]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91272, 40.68274]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93808, 40.68786]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95396, 40.68988]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95829, 40.68673]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94353, 40.69557]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94263, 40.69153]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95657, 40.69245]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93657, 40.68301]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9532, 40.6866]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95164, 40.69508]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91014, 40.67893]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93427, 40.69454]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94069, 40.69854]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93565, 40.68507]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95906, 40.6886]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94153, 40.69407]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.951, 40.68887]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93004, 40.68732]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94252, 40.67927]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95557, 40.69811]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95348, 40.68656]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93293, 40.68665]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95466, 40.68683]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94231, 40.68582]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92881, 40.6915]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94298, 40.67989]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93825, 40.68153]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94939, 40.6848]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95646, 40.68998]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9565, 40.68951]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95725, 40.68693]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93987, 40.69411]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94811, 40.68237]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93906, 40.69329]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92121, 40.68211]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93796, 40.68045]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91981, 40.68515]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95187, 40.68261]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95637, 40.68706]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9444, 40.67864]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93934, 40.68043]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91624, 40.6815]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95141, 40.68271]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94648, 40.68746]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94072, 40.6801]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93553, 40.68317]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93433, 40.68534]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90995, 40.67736]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93427, 40.68278]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94433, 40.68499]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94291, 40.68937]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94565, 40.69306]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93804, 40.68444]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93924, 40.68527]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9428, 40.68904]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95152, 40.68182]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95477, 40.68897]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95678, 40.68798]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94891, 40.68032]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94632, 40.68441]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94367, 40.68509]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93612, 40.68041]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95653, 40.68846]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94734, 40.69562]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94326, 40.67889]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95557, 40.68389]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9243, 40.68716]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95841, 40.68141]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95211, 40.68786]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93666, 40.68321]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92858, 40.6871]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93159, 40.68525]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95471, 40.68476]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93029, 40.68422]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93363, 40.69501]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92119, 40.68302]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94326, 40.69292]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91001, 40.68233]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92094, 40.68587]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91702, 40.68322]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9371, 40.69343]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9534, 40.68217]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92519, 40.6825]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95427, 40.68695]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94757, 40.69348]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95267, 40.68396]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93504, 40.69175]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93696, 40.69074]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9326, 40.6896]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9269, 40.68223]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93884, 40.69487]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9236, 40.68211]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94962, 40.6937]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95406, 40.68889]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94656, 40.6927]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92019, 40.68682]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95479, 40.68571]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90969, 40.67771]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94699, 40.68004]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93628, 40.69664]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94833, 40.68968]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92069, 40.68768]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94522, 40.69297]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95213, 40.68968]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92926, 40.68523]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92412, 40.68785]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9355, 40.68015]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95069, 40.69261]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95435, 40.69091]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94515, 40.68398]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94266, 40.69287]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93841, 40.68506]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93836, 40.69265]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94391, 40.68696]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93966, 40.68175]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92331, 40.68592]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91792, 40.68417]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94318, 40.67893]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94159, 40.69227]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95989, 40.69181]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95328, 40.68518]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94063, 40.69258]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93559, 40.69064]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95038, 40.68579]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9258, 40.69104]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94825, 40.69017]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92963, 40.68007]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93874, 40.68345]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92975, 40.68476]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95627, 40.69081]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92638, 40.68364]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95405, 40.68881]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9541, 40.68905]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95457, 40.6892]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92022, 40.685]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94466, 40.68265]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92746, 40.68086]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93374, 40.68559]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93022, 40.69141]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94483, 40.69493]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91078, 40.679]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91682, 40.68318]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94999, 40.67982]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91055, 40.6783]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92998, 40.68395]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95892, 40.69016]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9204, 40.68382]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93167, 40.68443]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9418, 40.68472]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94616, 40.68411]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94382, 40.68696]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95458, 40.69465]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95264, 40.68276]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93444, 40.69095]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93783, 40.69]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93537, 40.69295]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94068, 40.68596]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93792, 40.69562]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92516, 40.68634]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94126, 40.6979]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9575, 40.68789]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92903, 40.69201]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93985, 40.68459]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95823, 40.69217]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93455, 40.6846]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92682, 40.68923]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94163, 40.69028]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94866, 40.69485]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92795, 40.68022]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92072, 40.68338]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94919, 40.68491]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92783, 40.68649]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9451, 40.68398]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94709, 40.69915]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92576, 40.68458]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95158, 40.69297]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91091, 40.67878]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95305, 40.68301]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95401, 40.68875]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92988, 40.69302]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93401, 40.68405]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93387, 40.69025]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91705, 40.67974]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95109, 40.68376]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94719, 40.6926]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94447, 40.69937]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92457, 40.68544]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95837, 40.69217]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95477, 40.68774]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93209, 40.68547]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93176, 40.68416]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94166, 40.68864]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95548, 40.68931]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94068, 40.68194]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95325, 40.68471]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9489, 40.6844]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94656, 40.69324]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94523, 40.6847]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95639, 40.68442]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95223, 40.69385]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94989, 40.69582]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92885, 40.68272]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92922, 40.68683]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93906, 40.68316]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95372, 40.6865]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95398, 40.68559]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93502, 40.69332]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94179, 40.68178]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95203, 40.68461]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92087, 40.68489]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95137, 40.68351]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95456, 40.69202]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95697, 40.68243]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93038, 40.68569]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92703, 40.68984]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91614, 40.68452]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.951, 40.69213]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94675, 40.68622]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9177, 40.68068]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92695, 40.68592]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93261, 40.68229]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95692, 40.68362]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91018, 40.68122]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94207, 40.69321]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94836, 40.6938]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95107, 40.69562]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95355, 40.68218]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94839, 40.69545]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92316, 40.68506]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93497, 40.68318]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94833, 40.69467]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93623, 40.68429]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95976, 40.68928]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91459, 40.68149]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95812, 40.68191]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94939, 40.67939]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91047, 40.68023]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95307, 40.68527]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95412, 40.68701]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92513, 40.68074]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95524, 40.68951]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94288, 40.69043]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95308, 40.69085]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93045, 40.6824]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94711, 40.68058]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93056, 40.68373]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93191, 40.69154]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93794, 40.69366]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95314, 40.69009]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.96024, 40.69048]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92934, 40.68282]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95692, 40.68444]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95375, 40.6883]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95018, 40.68396]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93282, 40.6816]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94821, 40.69652]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93686, 40.69321]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9383, 40.69176]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94574, 40.68546]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95268, 40.69383]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91252, 40.68193]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95526, 40.69436]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95375, 40.69634]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91985, 40.6843]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93335, 40.69585]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93661, 40.69657]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91365, 40.68174]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93279, 40.68207]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93548, 40.69666]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95269, 40.6942]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95893, 40.68635]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92494, 40.68647]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93872, 40.68544]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95506, 40.6944]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93736, 40.69471]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95299, 40.68438]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92706, 40.68488]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95602, 40.69059]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95252, 40.68179]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9413, 40.69003]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93319, 40.69454]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9601, 40.69119]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9378, 40.68354]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9546, 40.68427]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94487, 40.6919]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9375, 40.68469]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95519, 40.6932]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93851, 40.68424]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92599, 40.68636]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94419, 40.69451]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94678, 40.69278]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95112, 40.68634]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94978, 40.69512]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94494, 40.68411]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93648, 40.6804]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94148, 40.69428]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92157, 40.68139]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94346, 40.68381]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91574, 40.68229]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95332, 40.68131]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95032, 40.68266]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9342, 40.69484]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94581, 40.69322]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95021, 40.69027]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95044, 40.68654]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94224, 40.68085]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93444, 40.69555]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94857, 40.69625]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94868, 40.69454]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95265, 40.69121]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90857, 40.67989]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91625, 40.68166]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9451, 40.69952]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9497, 40.67957]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95434, 40.68444]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94657, 40.69257]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93972, 40.68633]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94628, 40.68004]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94966, 40.69232]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93776, 40.68104]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94788, 40.68216]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95237, 40.68568]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93886, 40.68175]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93806, 40.67956]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9456, 40.68374]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9405, 40.69475]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91054, 40.68016]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90675, 40.67964]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92803, 40.69136]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94614, 40.6854]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9307, 40.69377]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94312, 40.68876]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93055, 40.68268]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93346, 40.68171]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.916, 40.68175]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92569, 40.68553]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94113, 40.69644]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95954, 40.69284]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95334, 40.68988]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93068, 40.68725]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94409, 40.68578]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94186, 40.6874]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91824, 40.67944]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93995, 40.69532]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93831, 40.69568]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94164, 40.68506]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92085, 40.68171]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95366, 40.69181]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95336, 40.68185]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94837, 40.68012]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9456, 40.68576]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91776, 40.68381]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95702, 40.68355]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9444, 40.69034]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95952, 40.69297]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92155, 40.68846]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95801, 40.69027]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93031, 40.69349]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94462, 40.68925]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9384, 40.68523]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9531, 40.68407]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92855, 40.68234]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94407, 40.6939]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92838, 40.68902]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93022, 40.68574]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92767, 40.68556]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94875, 40.68585]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95864, 40.68984]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95483, 40.6916]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94411, 40.69405]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95677, 40.69228]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95513, 40.6929]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93599, 40.68082]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94838, 40.68358]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94613, 40.69096]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94201, 40.68444]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92364, 40.68695]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95456, 40.69165]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91366, 40.6802]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95735, 40.69384]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93745, 40.69722]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9366, 40.68967]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9388, 40.69148]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95402, 40.68537]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94657, 40.69292]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93906, 40.68928]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93853, 40.68956]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94321, 40.68266]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92159, 40.68214]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94492, 40.69108]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94998, 40.68859]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9541, 40.6933]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94587, 40.68036]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92346, 40.68962]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94038, 40.69186]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93526, 40.68288]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93227, 40.684]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94678, 40.68394]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94837, 40.67904]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93669, 40.69082]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94539, 40.69379]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93536, 40.69145]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92873, 40.6801]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93746, 40.69444]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94616, 40.69422]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94541, 40.68735]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94872, 40.6925]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92723, 40.68977]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95108, 40.68323]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95636, 40.69303]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93467, 40.69414]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95607, 40.69329]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93726, 40.69449]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93928, 40.68004]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93987, 40.6995]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95993, 40.69234]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92914, 40.68457]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92489, 40.68456]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94513, 40.69918]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94793, 40.6851]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94076, 40.6926]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92894, 40.681]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94368, 40.68602]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93881, 40.68873]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93719, 40.68328]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9126, 40.67865]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95104, 40.69173]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95982, 40.68853]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92784, 40.68314]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94566, 40.68554]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94564, 40.68197]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94129, 40.68054]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93893, 40.69756]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94102, 40.68251]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95993, 40.6914]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95861, 40.69095]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93414, 40.69624]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95877, 40.69049]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9457, 40.68957]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94897, 40.69714]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93217, 40.69138]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93464, 40.68398]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93916, 40.68249]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92035, 40.6834]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92183, 40.68524]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9297, 40.68112]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9279, 40.68257]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95577, 40.68636]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9415, 40.69525]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94628, 40.69023]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95126, 40.68708]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93115, 40.68208]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93254, 40.68812]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9449, 40.69503]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93883, 40.69289]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95168, 40.67991]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95922, 40.69066]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95136, 40.68191]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9603, 40.69169]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95597, 40.69107]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95257, 40.69444]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93338, 40.69129]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95603, 40.68977]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95228, 40.68698]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91233, 40.67862]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95303, 40.6828]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94525, 40.6928]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95141, 40.69223]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95583, 40.69263]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92258, 40.68237]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95578, 40.69085]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94943, 40.68234]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94775, 40.69742]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94118, 40.68378]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95018, 40.68138]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95708, 40.68571]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94508, 40.68057]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9457, 40.68401]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93145, 40.68148]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94448, 40.69543]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94709, 40.6825]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91503, 40.68375]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95737, 40.69113]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9384, 40.68857]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93886, 40.68671]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92514, 40.68616]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95387, 40.68858]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92192, 40.68676]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94994, 40.69148]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92805, 40.68925]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95112, 40.69376]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93908, 40.68244]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93346, 40.68671]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95859, 40.69135]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94118, 40.69414]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94998, 40.69381]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94068, 40.67825]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91688, 40.67753]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95498, 40.6899]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93335, 40.69564]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93694, 40.69784]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9487, 40.68129]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93095, 40.68615]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93696, 40.69625]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94546, 40.69804]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92858, 40.68171]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93305, 40.683]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93004, 40.68713]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93422, 40.68193]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95604, 40.68371]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94724, 40.68549]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94837, 40.68586]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91168, 40.67965]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92113, 40.68195]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92612, 40.68507]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95477, 40.68214]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91283, 40.68315]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94231, 40.68558]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93827, 40.68409]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91102, 40.68019]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9335, 40.68919]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9463, 40.69181]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94233, 40.68137]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92989, 40.6898]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95057, 40.68901]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92525, 40.68167]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95951, 40.69695]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90879, 40.68053]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.944, 40.69381]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.96043, 40.69149]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94654, 40.6858]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95381, 40.6882]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95725, 40.69327]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95516, 40.68589]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.96045, 40.69195]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91359, 40.68137]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94996, 40.6794]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94183, 40.68754]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94153, 40.68152]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93153, 40.68928]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95336, 40.67883]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90865, 40.67773]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94705, 40.69898]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93199, 40.6865]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95841, 40.69312]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9301, 40.69251]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93959, 40.69676]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92457, 40.68642]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92949, 40.68884]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94021, 40.68613]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95843, 40.69123]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95528, 40.69319]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95706, 40.69261]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95863, 40.69246]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93965, 40.68542]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92844, 40.68995]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93888, 40.68507]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91342, 40.68173]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94659, 40.69129]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92571, 40.68424]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92229, 40.68098]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95415, 40.68347]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93854, 40.69358]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90838, 40.67935]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93866, 40.69132]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95928, 40.69118]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93178, 40.68454]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9196, 40.68735]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93437, 40.68389]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.96034, 40.69282]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95012, 40.68201]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92896, 40.68194]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95927, 40.69348]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93963, 40.68314]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94538, 40.6916]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95877, 40.69342]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94329, 40.68833]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92024, 40.68743]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93236, 40.68172]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92746, 40.68232]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94581, 40.67958]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94757, 40.68146]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92742, 40.68997]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92271, 40.68697]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92998, 40.68446]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9442, 40.69321]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93908, 40.6798]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93232, 40.69422]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95374, 40.69171]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94043, 40.6931]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95958, 40.69158]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92284, 40.68277]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93994, 40.68645]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94372, 40.67981]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94038, 40.68271]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95093, 40.68632]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94072, 40.68657]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94259, 40.67986]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93305, 40.68227]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94446, 40.6839]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93911, 40.68005]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95399, 40.68919]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93862, 40.68012]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93849, 40.68664]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95528, 40.68624]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9447, 40.68374]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.96147, 40.69651]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95247, 40.68941]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95076, 40.69573]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91244, 40.67847]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94525, 40.69486]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94115, 40.68006]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95122, 40.69223]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93935, 40.6829]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94885, 40.69241]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94465, 40.68569]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91871, 40.67837]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93344, 40.68689]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92176, 40.6777]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92879, 40.68747]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93975, 40.69574]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90999, 40.68115]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91017, 40.67925]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95117, 40.69416]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94757, 40.68301]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92461, 40.67961]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94711, 40.69502]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94438, 40.69213]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92849, 40.69285]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93446, 40.69232]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94137, 40.68988]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92838, 40.69178]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92662, 40.68445]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94242, 40.69619]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94534, 40.68858]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93145, 40.68548]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.955, 40.68997]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94094, 40.69099]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94132, 40.69075]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94972, 40.69561]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91394, 40.68006]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94493, 40.67937]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94208, 40.69221]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93811, 40.68161]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94618, 40.67999]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9566, 40.68314]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9449, 40.69141]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94334, 40.69287]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95166, 40.68568]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93143, 40.68491]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92687, 40.67988]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95084, 40.69363]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95522, 40.69416]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9096, 40.6791]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93235, 40.69286]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95381, 40.69167]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90787, 40.68048]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95883, 40.69076]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95907, 40.68422]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95078, 40.68345]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95218, 40.68581]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92825, 40.68268]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92825, 40.68742]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92934, 40.6913]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93294, 40.69435]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95136, 40.67953]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.96002, 40.69498]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95358, 40.6792]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95016, 40.68373]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9153, 40.68175]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94627, 40.68812]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94856, 40.69508]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92751, 40.67758]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92365, 40.68458]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94264, 40.68069]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91775, 40.68054]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93045, 40.68743]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9598, 40.69363]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95291, 40.68609]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91861, 40.68698]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94572, 40.68758]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95075, 40.69551]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95282, 40.68358]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93208, 40.68411]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94353, 40.69271]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94557, 40.69195]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95039, 40.6824]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93058, 40.69389]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94428, 40.68757]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94368, 40.68374]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95592, 40.69405]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92281, 40.68771]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95623, 40.68915]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94388, 40.6856]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91635, 40.67944]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95001, 40.69618]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93822, 40.68486]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95654, 40.69232]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95245, 40.68915]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95287, 40.68993]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93031, 40.68994]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92524, 40.67795]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92422, 40.6863]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94326, 40.7001]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94311, 40.67965]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94537, 40.69356]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94565, 40.69551]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94921, 40.69397]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93403, 40.69368]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94084, 40.6797]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94354, 40.68085]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91897, 40.68669]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94673, 40.6918]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95909, 40.68647]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94635, 40.69872]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.914, 40.68176]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95924, 40.69143]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94897, 40.68369]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92294, 40.68584]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95575, 40.69268]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94589, 40.68135]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95728, 40.6848]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91672, 40.67849]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95249, 40.69012]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91045, 40.68069]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95696, 40.69385]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93493, 40.69144]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9571, 40.69314]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92854, 40.68185]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93437, 40.68129]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.948, 40.67954]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94856, 40.68064]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93945, 40.67988]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.96005, 40.6945]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93858, 40.68327]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95339, 40.68978]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92676, 40.68203]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95012, 40.68374]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9387, 40.68777]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94161, 40.6948]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95632, 40.69053]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90997, 40.67804]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91347, 40.67982]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93325, 40.69425]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93379, 40.68286]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95795, 40.69201]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94575, 40.69244]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91825, 40.68474]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95917, 40.69178]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92849, 40.68647]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95805, 40.69125]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94848, 40.68652]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93776, 40.69817]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95669, 40.69318]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94662, 40.67955]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.96016, 40.69442]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94528, 40.68605]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.957, 40.69393]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94149, 40.69052]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93858, 40.69074]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94672, 40.69167]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94111, 40.69687]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94295, 40.68616]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93616, 40.69267]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9353, 40.68642]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95841, 40.69437]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95017, 40.69394]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94854, 40.68118]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9521, 40.68775]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95296, 40.68583]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94478, 40.6846]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95873, 40.68481]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95137, 40.68359]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95415, 40.68543]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93201, 40.68891]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94696, 40.691]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91084, 40.67904]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91899, 40.68417]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95285, 40.69126]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9262, 40.68543]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93967, 40.69543]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95383, 40.68824]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92205, 40.68342]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93567, 40.6953]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95458, 40.68293]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94976, 40.6854]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93733, 40.6889]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90922, 40.67995]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94551, 40.69301]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9226, 40.68937]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95918, 40.68626]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95278, 40.68795]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92581, 40.68775]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94528, 40.69416]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94427, 40.68524]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9506, 40.67912]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94129, 40.68355]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91573, 40.68528]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9303, 40.69025]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94988, 40.68548]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92831, 40.67988]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95636, 40.6852]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9358, 40.68579]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90923, 40.67969]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95122, 40.68867]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92897, 40.68475]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94934, 40.68812]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95445, 40.68967]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93285, 40.69302]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92843, 40.6881]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94625, 40.68725]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92781, 40.6854]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94738, 40.68116]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93803, 40.68321]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95604, 40.68762]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95677, 40.68583]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93536, 40.69657]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9432, 40.69287]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9324, 40.69342]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92012, 40.68277]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93205, 40.69123]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95156, 40.67892]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93943, 40.69271]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94033, 40.69557]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92373, 40.68344]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94633, 40.6945]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93556, 40.69506]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94573, 40.6893]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93559, 40.6899]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94873, 40.69417]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91721, 40.68391]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9324, 40.68449]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93921, 40.69844]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94936, 40.68776]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95149, 40.68248]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95636, 40.69043]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95002, 40.69382]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95059, 40.68884]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9439, 40.69238]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95317, 40.68383]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95541, 40.68928]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92195, 40.68682]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94406, 40.69471]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92392, 40.68607]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91405, 40.67718]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92319, 40.68817]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91116, 40.68084]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92727, 40.68466]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95465, 40.69068]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95904, 40.68501]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92351, 40.67789]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93361, 40.69355]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95969, 40.68882]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95184, 40.68521]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9064, 40.68045]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94719, 40.68079]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92428, 40.68611]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91699, 40.68504]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95551, 40.69459]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93048, 40.68748]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93192, 40.68903]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92523, 40.68466]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9587, 40.68583]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94103, 40.68878]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92437, 40.69032]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94775, 40.68037]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94636, 40.69443]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95109, 40.69485]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93176, 40.68357]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95526, 40.68]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94409, 40.68112]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91142, 40.67853]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94242, 40.68578]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9202, 40.68639]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95709, 40.68634]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9448, 40.68609]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95683, 40.68249]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92348, 40.68807]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93845, 40.68361]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9117, 40.68279]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92208, 40.68838]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94471, 40.68121]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94742, 40.69188]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94345, 40.69165]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92442, 40.67834]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95535, 40.68452]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95362, 40.6889]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94938, 40.69463]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95851, 40.68376]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92553, 40.68788]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94867, 40.68774]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.957, 40.68679]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94327, 40.6915]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94987, 40.67964]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9288, 40.69103]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94091, 40.68067]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9551, 40.68416]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95891, 40.69025]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93485, 40.6924]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93272, 40.6878]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95203, 40.69112]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94082, 40.68312]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92429, 40.68532]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93908, 40.67963]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92747, 40.68448]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93662, 40.68296]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90684, 40.67919]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93548, 40.67899]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94863, 40.69058]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92345, 40.67765]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95668, 40.69425]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90824, 40.67856]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94298, 40.69074]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93409, 40.6813]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94277, 40.68046]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9114, 40.67916]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9498, 40.68853]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95266, 40.68568]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93848, 40.69361]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95039, 40.68412]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94994, 40.68207]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95035, 40.68921]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92941, 40.68861]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94475, 40.69306]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93481, 40.6947]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91479, 40.68137]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93711, 40.68522]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93569, 40.68193]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93833, 40.68523]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93669, 40.683]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.96011, 40.69216]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92339, 40.68899]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95602, 40.68831]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95184, 40.68542]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92784, 40.68949]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95851, 40.68753]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93524, 40.68281]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95795, 40.69168]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92353, 40.68812]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95345, 40.69061]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94897, 40.6932]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95804, 40.68377]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93807, 40.69272]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94549, 40.69251]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92651, 40.69069]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95498, 40.69474]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91736, 40.68517]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94142, 40.68363]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93092, 40.6808]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92536, 40.68843]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93984, 40.69502]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92542, 40.6875]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93027, 40.69153]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95496, 40.69211]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95035, 40.68315]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94343, 40.68824]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94327, 40.68782]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95842, 40.69111]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94734, 40.69417]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95801, 40.68676]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93518, 40.68792]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94888, 40.69235]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9266, 40.6896]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95765, 40.69159]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95269, 40.68947]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92808, 40.68759]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95002, 40.69298]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9533, 40.68516]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95862, 40.69172]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95947, 40.69039]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95136, 40.68397]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94102, 40.69962]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95758, 40.68574]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92056, 40.68828]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91882, 40.68716]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93749, 40.68675]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94681, 40.69253]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94104, 40.68728]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95551, 40.69134]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93219, 40.69224]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93917, 40.69067]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92881, 40.69259]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93926, 40.6891]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93983, 40.69127]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94494, 40.69295]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95858, 40.68954]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95762, 40.68806]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92908, 40.68965]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93303, 40.69364]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94374, 40.69096]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95332, 40.68787]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.96059, 40.69646]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9398, 40.68592]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93821, 40.68037]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93845, 40.68674]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93965, 40.68578]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9383, 40.6874]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93933, 40.69143]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93663, 40.68891]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9394, 40.68599]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93912, 40.69089]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93911, 40.69124]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95677, 40.69043]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92507, 40.68312]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94318, 40.67994]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95169, 40.68411]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9177, 40.6842]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92242, 40.68719]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95254, 40.6832]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94711, 40.685]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92108, 40.68565]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91878, 40.6844]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94686, 40.69871]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94654, 40.69279]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93706, 40.68582]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94861, 40.68246]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93773, 40.68977]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92932, 40.68379]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95167, 40.68995]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95881, 40.69342]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95133, 40.69567]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92214, 40.68425]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93857, 40.69336]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90947, 40.68133]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94072, 40.69206]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95473, 40.6831]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95631, 40.68773]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95402, 40.68969]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95796, 40.68512]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95213, 40.6892]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94311, 40.69128]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95927, 40.68617]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95473, 40.68501]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94781, 40.68151]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94949, 40.67855]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93945, 40.69119]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94308, 40.67912]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93875, 40.68411]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93826, 40.68818]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9283, 40.67966]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92732, 40.68871]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92804, 40.68084]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93046, 40.6851]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93974, 40.67969]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94145, 40.68911]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93058, 40.68998]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9535, 40.67941]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94993, 40.68459]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93705, 40.69676]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94595, 40.68945]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95711, 40.68645]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94542, 40.69037]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95006, 40.68757]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95822, 40.68964]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95185, 40.68531]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90856, 40.67664]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95405, 40.68855]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94601, 40.69114]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95473, 40.69319]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93262, 40.69049]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95383, 40.6889]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95649, 40.68838]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95927, 40.68612]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95745, 40.69077]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95188, 40.68438]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9441, 40.68789]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95852, 40.69045]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91774, 40.67785]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94358, 40.68569]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93648, 40.6834]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92254, 40.6869]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93136, 40.68616]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92726, 40.68417]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92973, 40.68411]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92029, 40.68561]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94434, 40.6831]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91972, 40.68666]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94497, 40.68675]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93054, 40.69268]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93863, 40.68563]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92949, 40.68659]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93518, 40.68437]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95731, 40.68209]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93352, 40.68962]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93948, 40.68785]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93449, 40.68869]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91937, 40.68695]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95466, 40.68662]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93249, 40.69462]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92004, 40.68202]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94193, 40.68838]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94406, 40.6999]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95221, 40.68587]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.934, 40.693]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94344, 40.68901]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9474, 40.69615]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93262, 40.67937]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95153, 40.69065]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94375, 40.68283]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93914, 40.69707]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94212, 40.6867]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94585, 40.68057]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95195, 40.69028]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94485, 40.69492]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94173, 40.68795]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94617, 40.69886]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94726, 40.69438]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92142, 40.68445]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92509, 40.67958]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92886, 40.69076]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94764, 40.69374]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92657, 40.69099]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93406, 40.69461]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94112, 40.68583]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95878, 40.69137]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94015, 40.69314]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95809, 40.69079]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93739, 40.6956]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95409, 40.68548]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92934, 40.69299]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91968, 40.6793]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94242, 40.68692]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94334, 40.69175]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94958, 40.69492]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93118, 40.68735]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91811, 40.6849]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91077, 40.67895]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94478, 40.69071]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94743, 40.68515]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92936, 40.68529]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91739, 40.68234]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90814, 40.67653]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94108, 40.68185]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9102, 40.67803]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94243, 40.68247]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9475, 40.69201]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94358, 40.68536]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95068, 40.68724]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94235, 40.69657]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93497, 40.68638]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92377, 40.68373]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93308, 40.68344]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92097, 40.68224]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94918, 40.69612]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92246, 40.682]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94205, 40.68997]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9341, 40.68534]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94483, 40.68968]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95929, 40.69065]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91689, 40.68063]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93071, 40.67851]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95279, 40.6874]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94299, 40.68524]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92864, 40.68642]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94214, 40.6925]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.96065, 40.69284]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91216, 40.68052]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95408, 40.69187]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94949, 40.68015]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93644, 40.67883]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95015, 40.68063]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94086, 40.69411]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93684, 40.68865]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93222, 40.67909]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93081, 40.68402]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93454, 40.69369]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93555, 40.68812]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93861, 40.68606]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92565, 40.67917]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94819, 40.69325]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95232, 40.68333]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93429, 40.68144]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93088, 40.68744]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93912, 40.69315]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92677, 40.68598]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9394, 40.6912]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94891, 40.69171]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94822, 40.69499]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92121, 40.67983]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92258, 40.68699]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93478, 40.68737]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93117, 40.68592]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92241, 40.67764]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94407, 40.69532]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92684, 40.69109]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95259, 40.68964]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9331, 40.69181]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93344, 40.68681]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95554, 40.69175]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94734, 40.68807]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94848, 40.69691]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91574, 40.68226]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9391, 40.6921]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93063, 40.69023]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95033, 40.67925]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93322, 40.68347]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95556, 40.68079]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94884, 40.68964]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91528, 40.68465]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94377, 40.67852]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93437, 40.68293]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91267, 40.68044]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9277, 40.68775]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95161, 40.69351]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93481, 40.69274]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92838, 40.68342]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94821, 40.69476]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92222, 40.6804]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95214, 40.68861]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94494, 40.69132]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95863, 40.68504]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94314, 40.68236]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94248, 40.69647]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95759, 40.68589]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93806, 40.68435]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93407, 40.69587]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95726, 40.68116]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93716, 40.69079]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92373, 40.67754]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92079, 40.68411]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92746, 40.68343]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94937, 40.67922]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9426, 40.68144]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9128, 40.67809]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94418, 40.69284]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95452, 40.6891]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94946, 40.69512]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93512, 40.69214]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93711, 40.69168]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93309, 40.69411]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93107, 40.68555]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91267, 40.6815]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93079, 40.69084]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95225, 40.68858]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93653, 40.67879]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95114, 40.69587]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95824, 40.6877]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95839, 40.68607]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94701, 40.68317]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9334, 40.68492]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95601, 40.68715]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95152, 40.68906]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93577, 40.69696]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93751, 40.68978]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92841, 40.68328]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92252, 40.67704]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9501, 40.68412]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93855, 40.6838]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93254, 40.67786]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93235, 40.68607]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93069, 40.68639]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93057, 40.68589]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92056, 40.68504]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93139, 40.69144]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92306, 40.68364]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95969, 40.69196]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92425, 40.68645]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91677, 40.677]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93669, 40.68497]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95441, 40.68206]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92695, 40.68211]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9324, 40.68551]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92289, 40.68741]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91541, 40.67692]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95877, 40.69121]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94073, 40.68919]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94607, 40.69878]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95795, 40.68114]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95871, 40.68258]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92303, 40.68393]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93708, 40.69065]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93267, 40.68165]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95849, 40.68437]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92933, 40.69216]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91489, 40.67752]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94108, 40.69953]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94452, 40.6839]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95595, 40.6857]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92071, 40.68403]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9607, 40.69363]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95315, 40.68856]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9296, 40.68481]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95187, 40.69227]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95696, 40.69182]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94996, 40.68061]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95472, 40.69348]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93437, 40.69473]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95681, 40.682]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95217, 40.68907]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94703, 40.69816]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94352, 40.69391]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93589, 40.68396]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95307, 40.69156]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94556, 40.68914]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93317, 40.68248]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93758, 40.68821]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93639, 40.68155]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94258, 40.68323]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.96039, 40.69116]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94299, 40.68979]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91372, 40.68059]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95427, 40.69056]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93699, 40.68774]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93456, 40.68457]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9449, 40.68653]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95158, 40.68328]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93603, 40.69561]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95841, 40.69365]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.96006, 40.69776]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93968, 40.6845]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93705, 40.68043]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91947, 40.68279]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95117, 40.68955]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95444, 40.68709]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94267, 40.69264]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94037, 40.69587]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95572, 40.68862]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93487, 40.68868]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93434, 40.6818]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94477, 40.67841]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94356, 40.69289]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92947, 40.68695]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95819, 40.68337]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95013, 40.68887]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91624, 40.6847]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94366, 40.69233]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91741, 40.68542]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93053, 40.68534]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95144, 40.69094]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95987, 40.69278]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94446, 40.69172]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94817, 40.69747]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93594, 40.69467]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95471, 40.6882]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93109, 40.68878]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92467, 40.68915]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92618, 40.68062]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9102, 40.67924]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94896, 40.69671]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9522, 40.68908]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92125, 40.68056]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92993, 40.69004]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94375, 40.69567]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95551, 40.68588]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9436, 40.68537]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93236, 40.69058]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93051, 40.69309]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95714, 40.69155]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9226, 40.67712]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9369, 40.69335]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95145, 40.68784]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94977, 40.68608]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95213, 40.68992]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94678, 40.69218]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95544, 40.69154]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91499, 40.67685]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92949, 40.68729]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92656, 40.68464]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9303, 40.68272]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95444, 40.69116]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95233, 40.69117]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93104, 40.68306]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94326, 40.69007]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9086, 40.68094]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95429, 40.68462]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90892, 40.67896]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94369, 40.69998]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93156, 40.69249]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95956, 40.68759]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94527, 40.69944]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9341, 40.69455]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94135, 40.68435]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93747, 40.69286]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9346, 40.68975]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94805, 40.69363]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91567, 40.67695]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93178, 40.68216]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95443, 40.69029]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93381, 40.68967]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94444, 40.6882]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93449, 40.68149]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92806, 40.68907]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95005, 40.68652]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94482, 40.68029]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93042, 40.68019]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94662, 40.68091]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93573, 40.68378]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91597, 40.67682]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94859, 40.68739]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95176, 40.68402]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92909, 40.68309]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93487, 40.69195]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94371, 40.69627]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92398, 40.68811]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94994, 40.69653]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93833, 40.68474]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92598, 40.68327]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95839, 40.69492]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9287, 40.68316]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91701, 40.68183]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93649, 40.69174]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93799, 40.69271]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94147, 40.68767]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94372, 40.69278]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9432, 40.69433]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94199, 40.6837]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91163, 40.6781]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95438, 40.68529]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9493, 40.68493]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94045, 40.68625]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93257, 40.68567]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93444, 40.69143]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93446, 40.687]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9534, 40.68154]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92971, 40.68478]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93862, 40.69274]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95467, 40.68749]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9456, 40.68124]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94556, 40.68909]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94103, 40.67933]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9498, 40.67907]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93286, 40.68625]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9369, 40.68517]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94758, 40.67927]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93875, 40.69295]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93759, 40.69236]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94085, 40.67996]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93472, 40.694]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94478, 40.68554]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95626, 40.68983]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94692, 40.69253]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94675, 40.694]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92905, 40.68696]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91949, 40.68097]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92673, 40.68022]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9542, 40.6811]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92851, 40.67895]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92059, 40.68709]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95556, 40.68729]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93078, 40.6897]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93179, 40.68991]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9543, 40.68497]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93007, 40.68643]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92377, 40.68824]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93149, 40.68984]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92725, 40.68473]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93427, 40.68505]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94196, 40.6801]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94907, 40.69346]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94469, 40.68989]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94445, 40.689]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93022, 40.6796]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95225, 40.67946]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95666, 40.68482]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92559, 40.683]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93338, 40.69534]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95025, 40.6817]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95532, 40.6847]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9535, 40.68068]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94225, 40.69119]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94721, 40.69097]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93607, 40.68512]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95565, 40.68704]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95203, 40.68454]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.955, 40.69347]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92345, 40.68699]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94962, 40.68456]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95202, 40.68231]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.96001, 40.69294]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93608, 40.68167]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95571, 40.68861]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9328, 40.69054]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95499, 40.68634]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95412, 40.68652]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93588, 40.68852]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93481, 40.69142]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93135, 40.69399]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93548, 40.69652]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94541, 40.6811]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94396, 40.68593]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9567, 40.68463]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93441, 40.69361]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9413, 40.68313]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95428, 40.68989]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95142, 40.69291]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91793, 40.68632]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93835, 40.6867]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94659, 40.68306]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95343, 40.68417]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92996, 40.68463]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93834, 40.69421]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93005, 40.68599]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93046, 40.6914]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93402, 40.68983]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91096, 40.67876]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95046, 40.68785]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95644, 40.68465]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95535, 40.68579]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94438, 40.67883]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91465, 40.67812]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94992, 40.68937]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91529, 40.68096]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94822, 40.68568]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9344, 40.68642]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95267, 40.68405]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93866, 40.6919]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92331, 40.68563]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94975, 40.6814]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95602, 40.68165]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95808, 40.68566]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.96075, 40.69366]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92608, 40.68421]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93458, 40.69655]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92859, 40.69182]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92837, 40.68682]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93866, 40.69485]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93947, 40.6941]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94368, 40.69856]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93031, 40.69331]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.919, 40.68411]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93924, 40.6913]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92592, 40.67973]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9415, 40.6922]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94487, 40.68221]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93817, 40.68634]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93183, 40.6804]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94696, 40.68797]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93662, 40.69155]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94147, 40.6939]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92411, 40.68792]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92754, 40.67776]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93443, 40.68714]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93947, 40.69063]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95054, 40.68426]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95695, 40.67992]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92068, 40.6817]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93989, 40.69238]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94688, 40.69233]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95627, 40.68385]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.96103, 40.69459]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92156, 40.68014]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91924, 40.68604]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95089, 40.68521]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91851, 40.682]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9405, 40.68379]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94723, 40.69414]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93678, 40.68569]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93536, 40.6887]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9436, 40.69182]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93161, 40.68243]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94423, 40.69477]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92622, 40.69098]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.942, 40.69042]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95308, 40.68232]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94959, 40.68535]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9072, 40.67936]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92229, 40.67988]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95238, 40.67944]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92678, 40.67871]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95612, 40.68982]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94031, 40.68104]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94692, 40.68541]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91817, 40.67989]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93586, 40.68023]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93262, 40.69433]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94877, 40.68353]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94725, 40.69453]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95592, 40.68378]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93383, 40.68408]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94191, 40.67904]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95741, 40.68788]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.96021, 40.69207]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93705, 40.69414]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93457, 40.68534]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95862, 40.69382]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93115, 40.69079]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95451, 40.68294]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93085, 40.68561]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92222, 40.68536]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93975, 40.67921]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9288, 40.68337]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92674, 40.67725]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9379, 40.68328]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92521, 40.68516]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91022, 40.67981]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94051, 40.69215]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94202, 40.69059]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93695, 40.68991]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9432, 40.68956]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94649, 40.67947]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95017, 40.69095]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95137, 40.68855]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9329, 40.68537]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9434, 40.69488]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93101, 40.69038]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91023, 40.68033]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94846, 40.69156]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95379, 40.68746]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94963, 40.69464]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93642, 40.68061]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95826, 40.68978]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94739, 40.69318]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92754, 40.69093]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94921, 40.68562]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95277, 40.6902]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93785, 40.68973]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95669, 40.68426]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95779, 40.68446]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95851, 40.68356]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95347, 40.68314]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94767, 40.68927]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95342, 40.68156]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94218, 40.68724]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93144, 40.69205]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95644, 40.6883]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94529, 40.6864]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95575, 40.68631]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93648, 40.68336]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95714, 40.69216]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92175, 40.68304]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95203, 40.69232]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95514, 40.68967]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93594, 40.68614]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94909, 40.69043]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95005, 40.68091]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94987, 40.69309]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94865, 40.68127]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92375, 40.68562]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9186, 40.68031]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93171, 40.69222]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.945, 40.67982]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93581, 40.68552]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91349, 40.68369]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95404, 40.69076]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94176, 40.68519]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94326, 40.68256]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9577, 40.68708]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94779, 40.68084]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9565, 40.68137]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92734, 40.68412]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9375, 40.67963]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94813, 40.68608]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94786, 40.68613]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.958, 40.68528]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9354, 40.69389]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95379, 40.68776]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91803, 40.6785]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95803, 40.69205]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9452, 40.68773]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95168, 40.68196]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93267, 40.69163]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9295, 40.68613]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95139, 40.6901]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92975, 40.68645]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91637, 40.68316]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95832, 40.6953]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95289, 40.68338]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95684, 40.68505]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93691, 40.6911]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92447, 40.68538]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93641, 40.68403]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95298, 40.68383]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92685, 40.68905]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94687, 40.67862]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95759, 40.68484]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93495, 40.69122]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91099, 40.68075]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95094, 40.68696]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94153, 40.6886]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93471, 40.6848]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92695, 40.68501]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93723, 40.67867]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95915, 40.69179]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94417, 40.69161]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92706, 40.68763]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92732, 40.68702]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94685, 40.68056]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92724, 40.68666]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94188, 40.68124]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9453, 40.69587]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93364, 40.68979]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9516, 40.68875]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91982, 40.68661]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93915, 40.69255]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95014, 40.68543]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92168, 40.6891]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95469, 40.69065]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94986, 40.68327]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92952, 40.69087]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94765, 40.68143]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93212, 40.67931]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94259, 40.67987]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95218, 40.68893]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91762, 40.6847]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92015, 40.68209]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9439, 40.69857]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91874, 40.68444]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92661, 40.69008]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93191, 40.69089]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93937, 40.69873]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94238, 40.68795]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91092, 40.68244]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92972, 40.68041]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93074, 40.6869]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9538, 40.68153]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94002, 40.68394]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95472, 40.68873]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92491, 40.69025]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92925, 40.68373]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95339, 40.68331]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94914, 40.69724]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93847, 40.68742]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93982, 40.67898]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92614, 40.69108]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91256, 40.67723]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95886, 40.6895]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94741, 40.67932]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94471, 40.68171]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94676, 40.69518]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95714, 40.68137]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9249, 40.68986]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93288, 40.69422]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9369, 40.69178]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95908, 40.68994]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9227, 40.68552]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94715, 40.67968]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95837, 40.68724]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91918, 40.68707]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94231, 40.67865]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95203, 40.69061]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95491, 40.68613]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94189, 40.68936]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95599, 40.69321]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94678, 40.6882]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95684, 40.68874]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92628, 40.68171]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9522, 40.68656]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93753, 40.6808]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91078, 40.67644]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92966, 40.69276]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93681, 40.6917]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95119, 40.69129]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95479, 40.68817]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93297, 40.69217]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94395, 40.69267]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9485, 40.69372]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91318, 40.68234]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92879, 40.67791]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94835, 40.69552]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95835, 40.68898]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91151, 40.67984]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94571, 40.68543]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94548, 40.68968]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94579, 40.68693]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9401, 40.68441]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92329, 40.68828]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93398, 40.6921]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95967, 40.69242]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93903, 40.67831]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94971, 40.68001]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92811, 40.68248]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93848, 40.69268]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95347, 40.68779]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93589, 40.68475]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93377, 40.68594]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93495, 40.6836]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93852, 40.692]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93353, 40.69228]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93746, 40.6921]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94062, 40.69137]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9543, 40.68447]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91156, 40.68063]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91071, 40.67805]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94679, 40.69402]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90879, 40.67882]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95965, 40.69073]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94628, 40.68593]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93509, 40.68567]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93641, 40.67895]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92193, 40.68563]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92505, 40.6848]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91711, 40.68636]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.947, 40.69525]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94805, 40.68279]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93035, 40.68927]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93058, 40.67973]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94956, 40.68372]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95568, 40.68835]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95354, 40.68893]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94042, 40.68562]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92991, 40.68271]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94302, 40.69143]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95246, 40.68793]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92815, 40.68613]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94283, 40.68518]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94693, 40.68029]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93338, 40.68406]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93103, 40.67917]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91858, 40.6864]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92208, 40.68207]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9216, 40.68551]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91772, 40.68601]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91144, 40.68175]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95998, 40.69315]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95493, 40.69091]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94506, 40.68956]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92336, 40.68369]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91978, 40.68496]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9557, 40.68949]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93289, 40.68561]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95352, 40.6892]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9365, 40.69527]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94526, 40.69115]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.932, 40.69168]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94646, 40.68362]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95703, 40.6833]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95004, 40.6943]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95155, 40.68367]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92555, 40.68272]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93569, 40.68897]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94821, 40.68635]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.933, 40.69471]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94239, 40.68205]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95337, 40.68866]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94095, 40.68172]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95279, 40.6895]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92535, 40.691]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95465, 40.69519]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9343, 40.69455]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93974, 40.678]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94965, 40.68409]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92281, 40.6775]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92123, 40.68392]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9287, 40.68942]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94394, 40.68343]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91811, 40.68042]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95773, 40.68813]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93668, 40.69002]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95801, 40.68709]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95806, 40.68612]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94413, 40.69385]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94951, 40.68549]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94515, 40.6958]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92393, 40.68852]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94094, 40.67878]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94786, 40.68298]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92449, 40.6871]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95512, 40.67937]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95665, 40.6888]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94181, 40.68946]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93162, 40.69248]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94139, 40.68898]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93532, 40.68549]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91951, 40.68245]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9479, 40.68662]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94908, 40.69725]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93323, 40.69025]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93483, 40.69542]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94291, 40.68802]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95174, 40.68851]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94253, 40.6854]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93725, 40.69693]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95151, 40.68851]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9159, 40.67762]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93549, 40.6829]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93015, 40.68608]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95883, 40.68545]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92859, 40.6861]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92268, 40.68464]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94686, 40.68235]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95203, 40.68795]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9345, 40.69627]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93699, 40.69032]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94273, 40.6945]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93006, 40.68649]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94484, 40.68987]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94483, 40.67856]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95246, 40.68393]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93684, 40.68485]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94113, 40.68186]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94443, 40.68948]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93125, 40.69338]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91798, 40.68691]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94104, 40.69201]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91084, 40.67749]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92917, 40.6807]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9497, 40.68881]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94377, 40.69122]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94322, 40.69342]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9571, 40.68532]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91494, 40.68519]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95044, 40.68991]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91866, 40.68616]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92009, 40.68352]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94921, 40.69499]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94761, 40.69704]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9305, 40.6884]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93273, 40.68618]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9385, 40.69424]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95254, 40.68769]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92356, 40.68759]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9493, 40.68881]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91941, 40.68533]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90822, 40.67948]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93564, 40.68436]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9586, 40.69046]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93545, 40.6888]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92868, 40.68519]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94825, 40.6924]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9575, 40.69171]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94618, 40.68221]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93247, 40.68707]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94698, 40.6938]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94551, 40.69407]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94878, 40.68016]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94747, 40.67902]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93574, 40.69218]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95481, 40.69076]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92484, 40.68778]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92023, 40.68157]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93131, 40.68931]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94711, 40.68006]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9534, 40.68879]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94236, 40.68589]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94295, 40.68271]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95437, 40.68273]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95616, 40.68959]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94786, 40.69527]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.96046, 40.69266]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92144, 40.68336]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94947, 40.68932]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9349, 40.68707]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9292, 40.69071]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9506, 40.69556]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94943, 40.69241]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95947, 40.68993]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94248, 40.68033]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93466, 40.69563]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93312, 40.6905]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9302, 40.68112]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95885, 40.69173]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95443, 40.68847]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92392, 40.68541]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94636, 40.69191]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93473, 40.68517]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94736, 40.69155]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9257, 40.69012]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9413, 40.68808]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95418, 40.68939]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93578, 40.68336]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94275, 40.69294]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92326, 40.67782]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94439, 40.69349]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94616, 40.69484]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93385, 40.68605]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94949, 40.6933]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95455, 40.6832]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94842, 40.69168]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95893, 40.68449]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92883, 40.68176]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94524, 40.6901]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9323, 40.69178]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93795, 40.68238]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92529, 40.69121]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94312, 40.69181]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95231, 40.6872]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94535, 40.69108]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94251, 40.68129]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93835, 40.69321]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94903, 40.68539]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95044, 40.68591]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95368, 40.69084]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95328, 40.68195]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94075, 40.69015]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92875, 40.69247]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95161, 40.6838]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93249, 40.68565]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93074, 40.68769]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95894, 40.68537]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92837, 40.69059]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94673, 40.68899]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.96073, 40.69307]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94785, 40.69401]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91467, 40.68382]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95777, 40.68736]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92408, 40.68468]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92529, 40.68318]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93088, 40.68403]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93397, 40.68273]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9534, 40.68802]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9523, 40.68385]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95417, 40.68175]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93416, 40.69424]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95655, 40.6837]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95146, 40.68567]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94417, 40.68206]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93327, 40.68975]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95016, 40.68045]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95605, 40.6951]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9292, 40.68106]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91957, 40.68255]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93829, 40.68582]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93132, 40.68145]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91923, 40.68568]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94359, 40.69156]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95317, 40.68985]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93398, 40.6906]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93557, 40.68633]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95814, 40.68147]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93823, 40.69221]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93542, 40.69687]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93084, 40.68616]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93809, 40.68503]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95201, 40.68828]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92763, 40.68481]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95666, 40.68422]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95466, 40.69053]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91518, 40.67815]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92646, 40.6899]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94807, 40.69504]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93839, 40.6966]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92983, 40.69088]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95572, 40.6887]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.96, 40.69137]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95463, 40.68188]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91761, 40.68607]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94458, 40.68758]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93456, 40.68443]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95798, 40.68737]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93384, 40.69588]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95573, 40.68402]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9481, 40.69385]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94113, 40.69147]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9244, 40.68401]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92399, 40.68476]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94519, 40.69437]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92189, 40.68344]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95328, 40.68552]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91819, 40.68266]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93769, 40.69723]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94106, 40.68627]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93315, 40.6802]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94699, 40.68692]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93076, 40.68768]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95455, 40.68942]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95197, 40.69024]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95642, 40.68204]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93113, 40.68692]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93713, 40.67858]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92039, 40.68548]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93236, 40.67784]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93276, 40.67954]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95072, 40.69382]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92256, 40.68791]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93438, 40.69616]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93644, 40.68215]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9576, 40.6859]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93884, 40.68395]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94176, 40.68726]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93696, 40.68173]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95041, 40.69373]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94003, 40.68354]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92151, 40.68202]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94447, 40.69175]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93265, 40.69326]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95593, 40.69205]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.96019, 40.6907]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93325, 40.6837]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92196, 40.68742]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92826, 40.68901]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91161, 40.67717]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91941, 40.68607]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92979, 40.68202]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95208, 40.69375]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93252, 40.68786]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92003, 40.68723]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92028, 40.68368]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94929, 40.69764]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94676, 40.68009]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95729, 40.68873]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93981, 40.69367]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93656, 40.68753]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93509, 40.69495]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92279, 40.68804]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91873, 40.68071]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94072, 40.69188]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94031, 40.68901]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93827, 40.68736]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95893, 40.68686]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95236, 40.67893]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95933, 40.68602]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93781, 40.69231]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92589, 40.68214]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93184, 40.68829]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92947, 40.68179]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93142, 40.69169]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94775, 40.68211]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91449, 40.68336]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95121, 40.69121]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91071, 40.68188]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9486, 40.68212]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94154, 40.68409]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9262, 40.68387]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95297, 40.68417]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9189, 40.68124]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93084, 40.68886]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94204, 40.69233]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94763, 40.69048]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9206, 40.68808]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95019, 40.68786]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92369, 40.68736]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94276, 40.69156]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93032, 40.68757]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9139, 40.6818]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95357, 40.6894]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93722, 40.68119]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94707, 40.681]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95751, 40.68076]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94317, 40.69389]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95161, 40.68373]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95037, 40.69013]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91256, 40.68105]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94712, 40.68269]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9374, 40.69529]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94883, 40.68001]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94154, 40.69818]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94578, 40.69372]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91957, 40.68742]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95282, 40.68909]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92674, 40.69072]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92282, 40.67867]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93294, 40.68691]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93597, 40.6824]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95742, 40.68854]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92951, 40.68825]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91596, 40.68223]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93833, 40.67947]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95136, 40.68482]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94383, 40.69361]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94501, 40.6937]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92124, 40.68327]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94334, 40.69205]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95202, 40.68799]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95902, 40.69316]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90806, 40.67947]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95522, 40.69157]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95327, 40.69014]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94718, 40.68135]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94504, 40.68254]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9573, 40.68549]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95085, 40.69332]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92321, 40.67854]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92026, 40.68473]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94729, 40.69468]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9481, 40.6943]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9283, 40.68551]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9586, 40.68325]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90606, 40.67981]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91276, 40.68249]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95374, 40.68601]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95026, 40.69072]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95259, 40.69174]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94177, 40.69341]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93684, 40.69732]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9168, 40.67812]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93678, 40.68288]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90937, 40.6792]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95085, 40.69127]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94205, 40.69132]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94103, 40.68906]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93185, 40.69305]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95539, 40.67959]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92823, 40.6899]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94057, 40.69924]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92754, 40.6835]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93038, 40.68121]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95548, 40.68643]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95555, 40.68899]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95545, 40.68908]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94299, 40.68655]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94467, 40.68678]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93073, 40.68972]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9389, 40.68177]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95677, 40.6855]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93857, 40.6882]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95952, 40.69181]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93077, 40.68706]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9412, 40.68898]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93551, 40.68738]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93478, 40.68608]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93627, 40.68332]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93707, 40.68096]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92952, 40.68429]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9277, 40.68236]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93716, 40.68998]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95265, 40.68876]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94937, 40.68917]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91163, 40.67664]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93807, 40.68623]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91707, 40.68661]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94156, 40.68371]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95629, 40.67964]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92045, 40.68092]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92946, 40.68966]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95735, 40.6871]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93132, 40.68737]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92636, 40.69044]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95627, 40.68811]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90849, 40.67941]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95183, 40.69394]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95732, 40.68459]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9453, 40.67861]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91324, 40.68392]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9188, 40.68225]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95592, 40.68497]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90883, 40.68011]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92472, 40.68203]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93794, 40.69485]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93359, 40.69508]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95079, 40.69334]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94589, 40.68187]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94525, 40.69493]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9289, 40.6849]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92038, 40.68084]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95154, 40.68513]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91918, 40.68049]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94368, 40.68706]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95186, 40.68943]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92298, 40.68309]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95514, 40.68375]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95178, 40.68145]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9409, 40.68554]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93493, 40.68682]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92975, 40.68574]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95316, 40.68963]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94788, 40.69226]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94696, 40.6964]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9462, 40.68094]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92706, 40.68098]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93707, 40.69106]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91356, 40.68118]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92135, 40.68279]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94808, 40.69725]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92358, 40.68259]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9247, 40.68366]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94438, 40.69393]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95629, 40.68972]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95101, 40.68367]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93234, 40.68249]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95482, 40.68977]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94349, 40.68466]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9438, 40.68653]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94283, 40.67921]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95566, 40.68515]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93424, 40.68591]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95819, 40.69224]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94225, 40.69471]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92498, 40.68408]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.947, 40.68469]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91424, 40.68156]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94326, 40.69383]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93846, 40.69151]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94983, 40.69488]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93431, 40.69164]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92424, 40.68799]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9218, 40.68678]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95075, 40.68338]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91931, 40.67987]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94389, 40.68152]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95096, 40.68489]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94791, 40.6851]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93586, 40.69475]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9417, 40.68637]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94325, 40.68166]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95473, 40.68489]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94426, 40.67951]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94829, 40.69545]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91274, 40.68136]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93665, 40.68199]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91991, 40.68796]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95197, 40.69355]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93429, 40.68554]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94662, 40.69309]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93979, 40.68294]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95754, 40.68242]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92327, 40.68679]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92834, 40.69175]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93131, 40.68627]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92994, 40.68208]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9274, 40.69193]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92552, 40.68566]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93227, 40.67862]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90935, 40.67737]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93737, 40.6909]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93723, 40.69105]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95431, 40.68303]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95182, 40.68017]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93074, 40.68545]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91507, 40.68188]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93433, 40.68825]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93734, 40.67798]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.932, 40.68486]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94986, 40.69503]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95286, 40.68513]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94349, 40.68624]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94384, 40.68612]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93497, 40.68164]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9449, 40.69093]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93193, 40.69197]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92347, 40.68608]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95526, 40.68685]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9447, 40.70021]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92226, 40.68383]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94504, 40.69604]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94443, 40.68252]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91856, 40.68274]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94402, 40.68831]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93524, 40.68944]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94401, 40.68232]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9267, 40.69008]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93025, 40.69081]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93068, 40.69058]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9289, 40.68899]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91146, 40.67657]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91417, 40.67849]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94841, 40.68429]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95426, 40.67925]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9307, 40.68692]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95275, 40.69209]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92738, 40.68523]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94098, 40.68932]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93235, 40.67987]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92356, 40.68606]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94246, 40.69554]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94928, 40.68383]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91632, 40.6821]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9104, 40.68208]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95597, 40.68631]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94238, 40.68264]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95572, 40.68678]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95865, 40.68675]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95069, 40.69329]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93763, 40.69617]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95587, 40.69043]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94978, 40.69497]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91825, 40.67939]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92801, 40.69054]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95119, 40.69526]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94586, 40.6881]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94353, 40.67841]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91418, 40.67716]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94361, 40.6797]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93885, 40.68471]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93883, 40.68361]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94694, 40.69135]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.96026, 40.69011]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93146, 40.6877]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95182, 40.68446]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94037, 40.68986]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93121, 40.68346]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94746, 40.69349]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91939, 40.68426]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9481, 40.67889]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92901, 40.68917]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93867, 40.68506]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95205, 40.6898]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9405, 40.67924]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95876, 40.69117]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92226, 40.68134]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93687, 40.67958]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91944, 40.68661]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94487, 40.68023]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94191, 40.69315]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95476, 40.68387]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9356, 40.68837]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92112, 40.68655]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94375, 40.69353]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94699, 40.68687]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95742, 40.68723]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94056, 40.68462]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93123, 40.68567]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95103, 40.68805]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9338, 40.69398]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9589, 40.68956]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93304, 40.6813]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94566, 40.69228]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92786, 40.68482]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92295, 40.68202]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92876, 40.68813]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95171, 40.69336]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94557, 40.68717]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92742, 40.6887]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95847, 40.68691]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94626, 40.68922]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93776, 40.69376]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94839, 40.68018]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92508, 40.68622]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93873, 40.69321]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95372, 40.68056]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94314, 40.68057]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9244, 40.68943]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9393, 40.68831]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90953, 40.67922]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94964, 40.68496]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93796, 40.68368]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9343, 40.69639]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94168, 40.69148]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93506, 40.68652]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94797, 40.68518]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94986, 40.68036]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92987, 40.68608]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95036, 40.68535]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92318, 40.68664]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92941, 40.68244]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92843, 40.68529]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9574, 40.68851]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93321, 40.69406]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9548, 40.68891]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95194, 40.68882]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92967, 40.68599]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93445, 40.69455]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92793, 40.69004]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94164, 40.68402]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94976, 40.6933]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92008, 40.68228]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95849, 40.69197]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95392, 40.68674]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9435, 40.69199]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95048, 40.68979]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93094, 40.69154]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94477, 40.68637]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95493, 40.6878]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9399, 40.68329]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94275, 40.69407]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92961, 40.68476]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92691, 40.6876]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93944, 40.68407]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93336, 40.69007]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94481, 40.69413]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95156, 40.68444]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93612, 40.69097]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93283, 40.6885]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.96042, 40.6924]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94237, 40.69498]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93192, 40.68498]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93077, 40.69022]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94376, 40.69126]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94843, 40.68234]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9508, 40.68964]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95781, 40.6857]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93215, 40.68553]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95096, 40.68371]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91981, 40.683]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95634, 40.68847]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.934, 40.69141]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9281, 40.68558]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9513, 40.68678]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92872, 40.68396]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92208, 40.68643]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93104, 40.6937]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9446, 40.69585]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93838, 40.68543]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95, 40.69032]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9405, 40.68371]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92531, 40.69072]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93753, 40.68357]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95353, 40.68966]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9435, 40.6847]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93028, 40.6918]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93873, 40.68597]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92154, 40.68341]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9534, 40.69232]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94822, 40.69714]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9294, 40.6914]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91906, 40.68738]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92128, 40.68389]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93354, 40.69507]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9426, 40.69133]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95332, 40.6856]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94827, 40.6956]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93775, 40.6805]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93053, 40.68625]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93837, 40.691]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94298, 40.69249]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90842, 40.67945]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95342, 40.69128]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95249, 40.68309]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95844, 40.69666]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94249, 40.69287]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92635, 40.6863]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92584, 40.6775]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92643, 40.69067]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9478, 40.69113]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95752, 40.68606]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93289, 40.68726]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93109, 40.68595]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94328, 40.69338]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95396, 40.69176]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93255, 40.68515]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94918, 40.69331]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92828, 40.68424]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93364, 40.69574]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9515, 40.68624]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93716, 40.69641]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91612, 40.68406]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93141, 40.68306]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92863, 40.68467]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93797, 40.68655]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92705, 40.69199]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95242, 40.68905]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94188, 40.69298]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92162, 40.68082]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93013, 40.68804]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92441, 40.68442]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.96058, 40.69256]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91188, 40.68186]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94298, 40.69022]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95411, 40.68408]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95553, 40.68201]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94529, 40.69402]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93903, 40.68518]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92346, 40.683]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91014, 40.6789]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95679, 40.68548]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95639, 40.68976]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95855, 40.69031]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9552, 40.68365]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95391, 40.68898]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92596, 40.69165]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92868, 40.68705]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94412, 40.6952]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90797, 40.68124]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93685, 40.69295]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95642, 40.68323]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92377, 40.68875]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95097, 40.68937]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94874, 40.69561]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93346, 40.69306]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94133, 40.686]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93483, 40.69165]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93387, 40.69485]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95783, 40.68105]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94848, 40.68162]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94678, 40.69336]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94645, 40.6882]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95876, 40.68712]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95535, 40.68635]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95099, 40.68441]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94583, 40.6866]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94357, 40.70017]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94316, 40.69443]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92817, 40.68813]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95666, 40.68427]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95767, 40.68512]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9589, 40.68956]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94339, 40.69119]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95014, 40.68527]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95375, 40.68604]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93751, 40.68906]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9547, 40.68856]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93244, 40.67992]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93276, 40.69531]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90918, 40.68012]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95343, 40.68224]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94101, 40.68398]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93055, 40.68286]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92583, 40.68012]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91435, 40.68176]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90755, 40.67966]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94506, 40.68697]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93763, 40.68471]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94162, 40.68387]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94052, 40.69197]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93075, 40.68084]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94977, 40.68417]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91673, 40.68076]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94183, 40.69303]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92208, 40.68036]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95154, 40.68866]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94267, 40.6923]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9149, 40.68423]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9358, 40.68296]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94426, 40.69199]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92952, 40.68052]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95102, 40.68866]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92627, 40.68914]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93038, 40.6905]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93825, 40.68683]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92145, 40.68099]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9406, 40.6913]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92689, 40.68344]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94418, 40.68062]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93793, 40.686]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9501, 40.69467]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95487, 40.68407]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93426, 40.69507]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94338, 40.70007]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95217, 40.69214]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9543, 40.69446]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95064, 40.69244]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91413, 40.67864]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9328, 40.6923]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93497, 40.69062]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91838, 40.67989]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92773, 40.68449]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95655, 40.6851]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9389, 40.67822]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95735, 40.68598]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92981, 40.68314]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94362, 40.69442]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92212, 40.68858]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93836, 40.69235]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93085, 40.69003]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95298, 40.68719]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94435, 40.67943]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95254, 40.69307]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9478, 40.69502]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93502, 40.6921]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94327, 40.7002]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94993, 40.69612]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93325, 40.69261]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94829, 40.68454]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9592, 40.68797]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93124, 40.69397]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94473, 40.6879]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95934, 40.69079]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.953, 40.68907]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95251, 40.68297]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92425, 40.68872]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92904, 40.6847]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92672, 40.6848]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94415, 40.69549]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9575, 40.68537]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94159, 40.68884]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9589, 40.69488]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94329, 40.69158]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93997, 40.6861]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.96036, 40.69601]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94519, 40.68952]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95036, 40.67929]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95033, 40.68571]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92693, 40.68413]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95016, 40.6891]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92898, 40.68763]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93842, 40.6917]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93354, 40.694]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92594, 40.68992]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93251, 40.68632]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91543, 40.67848]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93559, 40.68343]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9422, 40.68339]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95085, 40.67902]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92173, 40.68186]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95442, 40.68844]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9518, 40.69002]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95026, 40.69586]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93388, 40.67936]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95507, 40.69494]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95074, 40.68115]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95153, 40.6898]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94551, 40.69264]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94214, 40.69369]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92357, 40.68413]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94109, 40.68861]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94581, 40.69458]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9515, 40.69574]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95179, 40.68577]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93465, 40.6858]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94786, 40.68273]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95709, 40.68534]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91944, 40.68251]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92805, 40.68881]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94967, 40.68594]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94226, 40.69522]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94508, 40.68564]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94848, 40.69033]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94451, 40.68743]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95599, 40.68851]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95149, 40.68165]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93387, 40.69131]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92579, 40.68136]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.96026, 40.69041]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90943, 40.67992]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93208, 40.68765]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91109, 40.67783]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91467, 40.68252]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9548, 40.68476]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90822, 40.6781]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94708, 40.68712]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93124, 40.68314]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90956, 40.68194]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94403, 40.68493]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93808, 40.69517]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95084, 40.68461]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92212, 40.68742]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92937, 40.6886]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95027, 40.68783]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93634, 40.6899]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9529, 40.6832]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95498, 40.69155]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94349, 40.68885]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94953, 40.69527]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93804, 40.68297]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94653, 40.6936]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94179, 40.68398]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93134, 40.67974]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94674, 40.6937]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94261, 40.69176]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92394, 40.68594]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95821, 40.68364]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9387, 40.68549]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95016, 40.68242]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95951, 40.69567]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9552, 40.68484]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93144, 40.69436]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.935, 40.68782]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92284, 40.67818]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94637, 40.68962]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93231, 40.69414]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93142, 40.67801]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93256, 40.68005]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95046, 40.68183]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95158, 40.68358]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92588, 40.6898]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95144, 40.69442]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93054, 40.68847]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91375, 40.67936]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90852, 40.67845]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92238, 40.68866]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93108, 40.69292]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94538, 40.6943]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93659, 40.68713]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95823, 40.69067]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94375, 40.6905]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93236, 40.69108]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9413, 40.69082]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94472, 40.67933]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93893, 40.68512]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93239, 40.68947]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93087, 40.6873]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92788, 40.68766]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92546, 40.69089]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92217, 40.68419]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9256, 40.68837]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94608, 40.69334]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93528, 40.68948]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93678, 40.68843]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9213, 40.68864]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92672, 40.68294]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9337, 40.68973]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94839, 40.67955]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95015, 40.69008]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9567, 40.68425]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9113, 40.67927]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91061, 40.67985]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95385, 40.68503]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94552, 40.69854]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94321, 40.69207]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91934, 40.68054]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91372, 40.68361]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93645, 40.69379]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93971, 40.69339]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93735, 40.69508]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91128, 40.68082]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93949, 40.69496]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93911, 40.69359]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95202, 40.69001]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95614, 40.68795]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95136, 40.69001]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95683, 40.68763]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95878, 40.69107]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95131, 40.68978]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95741, 40.68741]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95921, 40.69174]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93993, 40.68631]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93707, 40.68881]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93263, 40.68639]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9388, 40.69159]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94093, 40.69363]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94979, 40.68403]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92963, 40.68582]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95054, 40.69318]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93967, 40.69901]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93721, 40.69358]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94573, 40.69283]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93455, 40.68661]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92222, 40.68884]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95159, 40.68435]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93198, 40.67817]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94425, 40.68472]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94916, 40.68428]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94451, 40.69905]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93872, 40.69197]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9554, 40.69118]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93768, 40.69525]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93614, 40.69587]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95596, 40.68688]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93217, 40.69324]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94873, 40.68555]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91165, 40.68252]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93204, 40.67854]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91222, 40.68335]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92693, 40.6868]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91989, 40.68669]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92252, 40.68747]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93479, 40.68227]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95019, 40.68915]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94953, 40.68563]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92557, 40.68352]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91847, 40.68712]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95089, 40.68944]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92989, 40.68828]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.96029, 40.6924]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94756, 40.68898]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91883, 40.68659]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93187, 40.68481]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95356, 40.6881]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94449, 40.69371]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91181, 40.68088]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9567, 40.68752]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95768, 40.6802]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92536, 40.68295]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92866, 40.69092]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95658, 40.68594]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93228, 40.6899]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94762, 40.68589]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95494, 40.68749]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94916, 40.67907]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94682, 40.6881]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91296, 40.67952]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94765, 40.69176]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91994, 40.68372]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93707, 40.68521]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92874, 40.68068]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93246, 40.68635]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95473, 40.68226]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93052, 40.68296]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95484, 40.68772]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9263, 40.68584]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94287, 40.68229]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95004, 40.68683]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94948, 40.69381]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94799, 40.68473]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93079, 40.68929]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94184, 40.69471]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93384, 40.69568]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93344, 40.69079]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9287, 40.68444]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92629, 40.68631]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94119, 40.68247]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95107, 40.69519]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9233, 40.67772]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91798, 40.68065]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94787, 40.69463]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95961, 40.6916]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9424, 40.68402]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95749, 40.68073]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92643, 40.68226]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92346, 40.67825]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95069, 40.68819]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91935, 40.68788]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94692, 40.6915]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93201, 40.67775]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95896, 40.69185]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95482, 40.68707]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92804, 40.68073]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92617, 40.69138]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95453, 40.69181]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93709, 40.68135]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9395, 40.68622]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94453, 40.69336]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95801, 40.68476]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93978, 40.68201]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95936, 40.69189]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95111, 40.69512]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95371, 40.68901]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95447, 40.69328]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94437, 40.68707]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9506, 40.6892]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9519, 40.68838]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95492, 40.68888]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94513, 40.68014]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93478, 40.68353]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94758, 40.68496]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92894, 40.68307]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93107, 40.69335]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93304, 40.69345]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94737, 40.69616]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94184, 40.69333]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.90764, 40.67968]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95472, 40.68725]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94339, 40.6874]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95502, 40.68592]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93207, 40.68514]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9419, 40.68305]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95154, 40.68065]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92694, 40.69037]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92886, 40.69104]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93183, 40.68872]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95132, 40.69102]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95838, 40.68333]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94553, 40.69266]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94906, 40.69445]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94543, 40.697]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94763, 40.69651]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94781, 40.6977]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93032, 40.691]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93946, 40.67964]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94784, 40.69527]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95345, 40.69573]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.94736, 40.69853]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95731, 40.69572]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.91989, 40.68709]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.92179, 40.68793]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9404, 40.69363]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.95558, 40.68163]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9547, 40.68332]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9559, 40.69025]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.93399, 40.68491]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9415, 40.68237]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bedford-Stuyvesant'}, geometry: { type: 'Point', coordinates:[-73.9225, 40.68717]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Belle Harbor'}, geometry: { type: 'Point', coordinates:[-73.84962, 40.57491]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Belle Harbor'}, geometry: { type: 'Point', coordinates:[-73.84558, 40.57518]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Belle Harbor'}, geometry: { type: 'Point', coordinates:[-73.84823, 40.57592]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Belle Harbor'}, geometry: { type: 'Point', coordinates:[-73.85769, 40.57321]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Belle Harbor'}, geometry: { type: 'Point', coordinates:[-73.84844, 40.57941]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Belle Harbor'}, geometry: { type: 'Point', coordinates:[-73.85567, 40.57588]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Belle Harbor'}, geometry: { type: 'Point', coordinates:[-73.84378, 40.57481]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Belle Harbor'}, geometry: { type: 'Point', coordinates:[-73.85299, 40.57553]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Belle Harbor'}, geometry: { type: 'Point', coordinates:[-73.84519, 40.57743]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Bellerose'}, geometry: { type: 'Point', coordinates:[-73.72435, 40.73138]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Bellerose'}, geometry: { type: 'Point', coordinates:[-73.728, 40.72415]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Bellerose'}, geometry: { type: 'Point', coordinates:[-73.72901, 40.72401]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Bellerose'}, geometry: { type: 'Point', coordinates:[-73.71795, 40.72756]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Bellerose'}, geometry: { type: 'Point', coordinates:[-73.72778, 40.72908]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Bellerose'}, geometry: { type: 'Point', coordinates:[-73.72179, 40.73179]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Bellerose'}, geometry: { type: 'Point', coordinates:[-73.726, 40.73258]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Bellerose'}, geometry: { type: 'Point', coordinates:[-73.71299, 40.73351]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Belmont'}, geometry: { type: 'Point', coordinates:[-73.88436, 40.85518]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Bronx, Belmont'}, geometry: { type: 'Point', coordinates:[-73.89031, 40.85961]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Belmont'}, geometry: { type: 'Point', coordinates:[-73.88711, 40.85487]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Bronx, Belmont'}, geometry: { type: 'Point', coordinates:[-73.88737, 40.85398]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Belmont'}, geometry: { type: 'Point', coordinates:[-73.88492, 40.8465]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Belmont'}, geometry: { type: 'Point', coordinates:[-73.88587, 40.84748]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Belmont'}, geometry: { type: 'Point', coordinates:[-73.88226, 40.85204]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Belmont'}, geometry: { type: 'Point', coordinates:[-73.88521, 40.85456]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Belmont'}, geometry: { type: 'Point', coordinates:[-73.88512, 40.85579]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Belmont'}, geometry: { type: 'Point', coordinates:[-73.8896, 40.85362]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Belmont'}, geometry: { type: 'Point', coordinates:[-73.88559, 40.85828]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Belmont'}, geometry: { type: 'Point', coordinates:[-73.88536, 40.85287]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Belmont'}, geometry: { type: 'Point', coordinates:[-73.88631, 40.85632]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Belmont'}, geometry: { type: 'Point', coordinates:[-73.88549, 40.85336]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Belmont'}, geometry: { type: 'Point', coordinates:[-73.89238, 40.85505]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Belmont'}, geometry: { type: 'Point', coordinates:[-73.89165, 40.85929]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Belmont'}, geometry: { type: 'Point', coordinates:[-73.89277, 40.85222]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Belmont'}, geometry: { type: 'Point', coordinates:[-73.88431, 40.85454]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Belmont'}, geometry: { type: 'Point', coordinates:[-73.88627, 40.85267]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Belmont'}, geometry: { type: 'Point', coordinates:[-73.88462, 40.85444]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Belmont'}, geometry: { type: 'Point', coordinates:[-73.88763, 40.85311]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Belmont'}, geometry: { type: 'Point', coordinates:[-73.88607, 40.85391]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Belmont'}, geometry: { type: 'Point', coordinates:[-73.89384, 40.85387]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Belmont'}, geometry: { type: 'Point', coordinates:[-73.88391, 40.85609]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.99814, 40.61439]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-74.00181, 40.61203]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-74.00666, 40.61487]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.99398, 40.60284]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.99895, 40.61889]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.98533, 40.61072]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.97866, 40.6089]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.99173, 40.61384]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.98022, 40.60997]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.99573, 40.612]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.99128, 40.61391]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.98161, 40.60788]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.98874, 40.61518]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.99135, 40.61631]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.97703, 40.60848]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-74.00486, 40.61448]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-74.00205, 40.61985]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-74.00081, 40.62152]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.9769, 40.60909]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.99917, 40.6065]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.99166, 40.61576]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.99399, 40.61922]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.99912, 40.62071]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.97724, 40.60904]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.99135, 40.60644]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.98857, 40.61268]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.99181, 40.6147]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.99808, 40.61112]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.99828, 40.62054]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-74.00117, 40.60729]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.99898, 40.60556]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.99902, 40.61006]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.99847, 40.60931]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.99799, 40.60918]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.99805, 40.61238]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.99591, 40.6101]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.99524, 40.60364]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-74.00181, 40.61208]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.99837, 40.62062]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-74.00312, 40.61465]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.99192, 40.60579]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-74.00827, 40.61135]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.99056, 40.61608]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.98477, 40.61196]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.99738, 40.60658]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.9857, 40.61336]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.99043, 40.61649]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.98219, 40.61183]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.99684, 40.61245]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.98677, 40.61266]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.99339, 40.60391]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.9936, 40.61957]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.99331, 40.60859]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-74.00045, 40.61901]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.99648, 40.61355]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.99799, 40.60557]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-74.00504, 40.61466]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-74.00531, 40.61497]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.99195, 40.60412]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.99143, 40.61472]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.99627, 40.61023]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.99743, 40.60683]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-74.00398, 40.61519]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.99624, 40.62019]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.9815, 40.61225]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.98955, 40.60795]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.99154, 40.61798]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.97622, 40.60951]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.99176, 40.61767]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.97642, 40.60951]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-74.00602, 40.61059]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.99823, 40.60569]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-74.00028, 40.61112]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.99181, 40.60475]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.99247, 40.60377]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-74.00239, 40.61109]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.97382, 40.60877]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.99225, 40.60749]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.98995, 40.6062]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.99695, 40.61277]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bensonhurst'}, geometry: { type: 'Point', coordinates:[-73.9916, 40.61625]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bergen Beach'}, geometry: { type: 'Point', coordinates:[-73.90975, 40.62221]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bergen Beach'}, geometry: { type: 'Point', coordinates:[-73.90162, 40.61807]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bergen Beach'}, geometry: { type: 'Point', coordinates:[-73.90821, 40.62929]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bergen Beach'}, geometry: { type: 'Point', coordinates:[-73.91386, 40.62671]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bergen Beach'}, geometry: { type: 'Point', coordinates:[-73.90827, 40.61829]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bergen Beach'}, geometry: { type: 'Point', coordinates:[-73.91133, 40.61954]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bergen Beach'}, geometry: { type: 'Point', coordinates:[-73.90501, 40.62299]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bergen Beach'}, geometry: { type: 'Point', coordinates:[-73.91357, 40.62697]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bergen Beach'}, geometry: { type: 'Point', coordinates:[-73.91145, 40.62052]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bergen Beach'}, geometry: { type: 'Point', coordinates:[-73.91681, 40.62402]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bergen Beach'}, geometry: { type: 'Point', coordinates:[-73.90784, 40.61998]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bergen Beach'}, geometry: { type: 'Point', coordinates:[-73.91056, 40.6235]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bergen Beach'}, geometry: { type: 'Point', coordinates:[-73.90375, 40.6266]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98765, 40.68897]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.97868, 40.68473]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98751, 40.68866]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98498, 40.68417]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98574, 40.68727]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98579, 40.686]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98956, 40.68623]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.97833, 40.68477]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98572, 40.6863]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.97856, 40.68522]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98481, 40.68406]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98267, 40.68583]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98013, 40.68612]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98842, 40.68701]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98305, 40.68662]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98903, 40.68632]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98099, 40.68567]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98495, 40.68701]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98161, 40.68807]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98231, 40.68338]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.97952, 40.68316]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98652, 40.68742]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.97959, 40.68474]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.9891, 40.68658]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98367, 40.68839]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98613, 40.68701]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98129, 40.68284]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98127, 40.68358]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.99074, 40.68557]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98999, 40.6882]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.9809, 40.68586]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.97913, 40.68492]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98126, 40.68325]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98524, 40.68449]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98911, 40.68882]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.9833, 40.68581]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98837, 40.68618]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98521, 40.68401]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98087, 40.68348]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.97856, 40.68498]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98285, 40.68357]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.9857, 40.68644]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.97981, 40.68307]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98624, 40.68651]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98899, 40.68869]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98232, 40.68503]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.9874, 40.6891]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98634, 40.68528]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.99083, 40.68909]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.97971, 40.68347]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.989, 40.68497]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98999, 40.68792]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98978, 40.68895]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98181, 40.68592]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98983, 40.68745]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.97948, 40.68531]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98373, 40.68418]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98961, 40.68896]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98487, 40.68486]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98826, 40.68599]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98959, 40.6859]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.9903, 40.68558]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98751, 40.68898]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.97863, 40.68473]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98938, 40.68872]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98629, 40.68882]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98924, 40.68554]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.9863, 40.68719]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98368, 40.6866]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98472, 40.6876]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.99037, 40.68894]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98804, 40.6853]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98717, 40.68837]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98517, 40.68779]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98408, 40.68564]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98197, 40.68647]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98004, 40.68598]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.9903, 40.68821]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98581, 40.68501]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98112, 40.68282]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98215, 40.68417]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98796, 40.68563]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98174, 40.68696]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98595, 40.68647]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98254, 40.68732]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98633, 40.68734]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98811, 40.68786]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.9863, 40.68591]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98904, 40.68944]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98655, 40.68851]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98335, 40.68601]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.97912, 40.68416]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98413, 40.68508]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.9853, 40.68518]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98534, 40.68778]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98668, 40.68857]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98472, 40.68687]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.97986, 40.68475]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.99048, 40.68607]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.99114, 40.68983]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98537, 40.68557]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98699, 40.6881]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98497, 40.68724]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98004, 40.68326]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98876, 40.68674]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98954, 40.68847]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98916, 40.68542]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98632, 40.68902]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.99031, 40.68611]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98507, 40.68597]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.97888, 40.68516]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98167, 40.68684]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98039, 40.68418]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98604, 40.68823]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98541, 40.68671]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98065, 40.68558]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.99082, 40.68614]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.99009, 40.68848]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98336, 40.68611]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98801, 40.68716]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.99098, 40.69015]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98695, 40.68783]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98562, 40.68653]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98285, 40.6836]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98994, 40.69033]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.97993, 40.68408]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.97933, 40.68546]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98088, 40.68234]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98988, 40.68612]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98231, 40.68686]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98543, 40.68589]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98956, 40.68727]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98596, 40.68724]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98011, 40.68363]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98906, 40.6862]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.99197, 40.68952]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.99111, 40.68782]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.9828, 40.6858]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98044, 40.68307]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98602, 40.68572]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98471, 40.68554]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98783, 40.68796]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98109, 40.6832]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98454, 40.6846]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98634, 40.68897]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.97986, 40.68497]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.99055, 40.68515]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.99023, 40.68602]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.99102, 40.68589]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.9815, 40.68558]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98389, 40.68708]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98701, 40.68749]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98936, 40.6876]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.99141, 40.68958]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98094, 40.68559]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98302, 40.68482]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.99082, 40.68932]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98603, 40.68469]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98635, 40.68738]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98551, 40.68788]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.99091, 40.68569]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98796, 40.68632]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.9819, 40.68485]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98601, 40.68834]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98513, 40.68844]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98697, 40.68852]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98778, 40.68773]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98514, 40.68782]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98719, 40.68619]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98313, 40.68379]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98653, 40.68519]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98498, 40.68669]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.99027, 40.6875]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Boerum Hill'}, geometry: { type: 'Point', coordinates:[-73.98885, 40.68955]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.0025, 40.63402]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99615, 40.64495]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99631, 40.64061]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00244, 40.63889]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99221, 40.64314]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.9742, 40.61098]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99825, 40.64459]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99839, 40.64512]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00481, 40.63601]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00645, 40.63487]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99612, 40.64492]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00329, 40.63574]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99237, 40.64214]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00445, 40.6311]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99706, 40.64226]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99732, 40.6421]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99263, 40.64234]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.97857, 40.61959]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99461, 40.63324]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99357, 40.64189]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99524, 40.6448]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99574, 40.64447]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99665, 40.64305]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00315, 40.64003]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99866, 40.64436]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.9906, 40.64466]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.9837, 40.63302]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99951, 40.64459]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.0063, 40.635]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00545, 40.63474]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99728, 40.64032]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00329, 40.63925]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00649, 40.63577]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99834, 40.6371]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99814, 40.64346]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00304, 40.6348]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00544, 40.63433]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.97694, 40.61227]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99555, 40.64426]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.98642, 40.64169]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99641, 40.62932]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00516, 40.63474]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99524, 40.64394]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00118, 40.63741]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.9973, 40.64212]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99952, 40.64491]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00255, 40.64049]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00321, 40.63989]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00391, 40.63886]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00232, 40.63844]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.97961, 40.63561]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00016, 40.64431]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99765, 40.64601]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00508, 40.6357]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.0072, 40.63503]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99094, 40.64482]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.98209, 40.63993]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99726, 40.64159]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00563, 40.63448]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00524, 40.63445]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00046, 40.64362]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00724, 40.63525]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.0054, 40.63585]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00597, 40.63586]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99728, 40.64379]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.97331, 40.61041]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00696, 40.63595]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00476, 40.63592]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99578, 40.63987]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00618, 40.63529]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00734, 40.63528]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00699, 40.63549]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99891, 40.6409]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00556, 40.63424]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00078, 40.63516]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.98079, 40.62586]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99475, 40.63294]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99103, 40.62023]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.97343, 40.61019]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.0067, 40.63277]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00541, 40.63376]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99297, 40.6428]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00397, 40.63265]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99532, 40.63112]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00658, 40.63489]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00578, 40.63584]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00701, 40.63543]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00717, 40.63371]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99453, 40.63256]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99338, 40.63244]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00762, 40.63258]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.97746, 40.61426]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00328, 40.62801]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.98886, 40.61979]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00707, 40.63557]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00589, 40.63535]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99078, 40.64465]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99959, 40.64305]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.9981, 40.64551]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00553, 40.63549]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.98205, 40.63952]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99063, 40.63692]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00183, 40.64275]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.98325, 40.63747]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.0072, 40.63404]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00722, 40.63416]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99317, 40.63294]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99397, 40.62251]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99268, 40.64077]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00571, 40.63363]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00729, 40.63396]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.97872, 40.61984]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00596, 40.63522]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99713, 40.64404]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00694, 40.63507]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99228, 40.64103]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99646, 40.64712]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99687, 40.64047]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99638, 40.63081]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00599, 40.63378]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00674, 40.63526]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00552, 40.63573]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.98574, 40.6407]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00544, 40.63489]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00585, 40.63424]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99434, 40.63323]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00698, 40.63376]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00433, 40.63442]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00558, 40.63521]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00331, 40.6393]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99679, 40.6467]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00064, 40.63592]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00608, 40.63509]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00717, 40.63591]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.98779, 40.64282]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.97683, 40.6289]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99738, 40.62416]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99646, 40.64749]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99759, 40.64254]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.00252, 40.64039]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-73.99668, 40.64052]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Borough Park'}, geometry: { type: 'Point', coordinates:[-74.0031, 40.64142]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Breezy Point'}, geometry: { type: 'Point', coordinates:[-73.86994, 40.56605]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Breezy Point'}, geometry: { type: 'Point', coordinates:[-73.87009, 40.56568]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.80662, 40.70915]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.80613, 40.70678]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.80644, 40.7083]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.81986, 40.71357]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.81463, 40.70626]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.81561, 40.71151]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.80873, 40.71347]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.80691, 40.70988]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.81468, 40.70715]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.81431, 40.709]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.81345, 40.70742]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.82257, 40.71485]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.81483, 40.71007]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.81577, 40.71068]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.81446, 40.71229]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.8075, 40.70857]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.82382, 40.71409]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.81468, 40.70593]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.81569, 40.70496]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.81562, 40.71047]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.80616, 40.70962]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.8155, 40.71309]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.80623, 40.70839]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.81376, 40.70611]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.80607, 40.70848]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.81418, 40.70458]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.81572, 40.70475]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.81549, 40.70454]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.8196, 40.71009]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.82012, 40.71477]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.81118, 40.71016]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.80796, 40.71378]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.81001, 40.70579]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.80916, 40.7149]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.80906, 40.71052]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.81589, 40.7105]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.8091, 40.71156]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.82417, 40.71564]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.81514, 40.71116]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.80965, 40.71017]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.80838, 40.70741]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.80842, 40.70655]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.82264, 40.71594]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.81327, 40.70739]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.8094, 40.71069]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.81928, 40.71512]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.81812, 40.71167]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.81673, 40.71278]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.81491, 40.70648]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.81834, 40.71398]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.81716, 40.70988]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.81447, 40.7045]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.81542, 40.70471]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Briarwood'}, geometry: { type: 'Point', coordinates:[-73.81528, 40.70455]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.96051, 40.57573]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.95799, 40.57973]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.96303, 40.57707]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.96392, 40.5822]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.96696, 40.58148]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.95308, 40.57688]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.96514, 40.57458]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.95889, 40.57987]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.95657, 40.57991]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.95662, 40.57762]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.95892, 40.57974]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.96563, 40.57734]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.96208, 40.57963]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.95388, 40.57891]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.9577, 40.58198]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.96009, 40.57872]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.95896, 40.58012]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.96501, 40.58033]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.96098, 40.5761]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.95964, 40.57636]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.96419, 40.57921]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.95757, 40.57749]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.95789, 40.58195]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.96616, 40.57701]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.9558, 40.58022]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.96115, 40.57577]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.9685, 40.5765]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.95551, 40.57644]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.95782, 40.58102]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.96185, 40.582]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.95892, 40.57569]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.96076, 40.57721]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.9602, 40.58186]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.96051, 40.57762]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.96028, 40.57541]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.96313, 40.58056]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.96673, 40.57504]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.96088, 40.57905]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.9616, 40.58017]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.95362, 40.57728]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.96139, 40.58092]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.9657, 40.58033]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.96004, 40.57811]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.95455, 40.5781]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.9682, 40.58006]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.96055, 40.57755]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.96696, 40.57647]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.96523, 40.57536]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.96603, 40.57509]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.96264, 40.58176]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.96231, 40.5776]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.9614, 40.57608]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.95962, 40.57859]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.95468, 40.57519]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.96016, 40.57679]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.96641, 40.57646]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.95403, 40.58019]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.96, 40.5767]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.95551, 40.57504]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.9608, 40.57717]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.95663, 40.57951]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.9616, 40.57795]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.95719, 40.5788]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.96253, 40.57808]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.96266, 40.58001]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.95822, 40.57844]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brighton Beach'}, geometry: { type: 'Point', coordinates:[-73.96405, 40.58363]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Bronxdale'}, geometry: { type: 'Point', coordinates:[-73.86632, 40.85236]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Bronxdale'}, geometry: { type: 'Point', coordinates:[-73.86594, 40.85401]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Bronxdale'}, geometry: { type: 'Point', coordinates:[-73.86506, 40.85324]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Bronxdale'}, geometry: { type: 'Point', coordinates:[-73.86594, 40.85347]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Bronxdale'}, geometry: { type: 'Point', coordinates:[-73.86659, 40.85168]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Bronxdale'}, geometry: { type: 'Point', coordinates:[-73.86543, 40.85667]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Bronxdale'}, geometry: { type: 'Point', coordinates:[-73.86921, 40.85456]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Bronxdale'}, geometry: { type: 'Point', coordinates:[-73.86791, 40.8549]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Bronxdale'}, geometry: { type: 'Point', coordinates:[-73.8672, 40.85464]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Bronxdale'}, geometry: { type: 'Point', coordinates:[-73.86743, 40.85592]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Bronxdale'}, geometry: { type: 'Point', coordinates:[-73.86633, 40.85634]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Bronxdale'}, geometry: { type: 'Point', coordinates:[-73.86233, 40.85646]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Bronxdale'}, geometry: { type: 'Point', coordinates:[-73.86728, 40.85499]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Bronxdale'}, geometry: { type: 'Point', coordinates:[-73.86785, 40.8546]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Bronxdale'}, geometry: { type: 'Point', coordinates:[-73.86686, 40.85519]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Bronxdale'}, geometry: { type: 'Point', coordinates:[-73.86486, 40.85585]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Bronxdale'}, geometry: { type: 'Point', coordinates:[-73.86591, 40.85214]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Bronxdale'}, geometry: { type: 'Point', coordinates:[-73.8649, 40.85549]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Bronxdale'}, geometry: { type: 'Point', coordinates:[-73.86719, 40.85527]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Bronxdale'}, geometry: { type: 'Point', coordinates:[-73.86813, 40.85646]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Bronxdale'}, geometry: { type: 'Point', coordinates:[-73.86474, 40.85711]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Bronxdale'}, geometry: { type: 'Point', coordinates:[-73.86451, 40.85398]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99682, 40.69615]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99281, 40.69082]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99355, 40.69491]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99334, 40.69134]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99543, 40.6945]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99372, 40.70136]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99339, 40.6906]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99343, 40.70206]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99068, 40.69443]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99699, 40.69253]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99188, 40.69449]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99334, 40.69382]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99249, 40.69253]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.9994, 40.69306]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99339, 40.69455]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99849, 40.6923]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99296, 40.69619]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99303, 40.69924]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99586, 40.69389]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99416, 40.69088]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99547, 40.69454]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99206, 40.69683]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99418, 40.69027]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99202, 40.70017]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99663, 40.69565]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99503, 40.69425]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99467, 40.69364]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.9936, 40.69699]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99475, 40.69503]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99771, 40.69458]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99344, 40.69798]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99261, 40.69384]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99124, 40.69218]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99762, 40.69218]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99691, 40.69564]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99378, 40.69107]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.9962, 40.69915]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99489, 40.69357]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99552, 40.69127]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99268, 40.69723]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99423, 40.69453]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99961, 40.69352]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99753, 40.69379]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99329, 40.6961]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99299, 40.69968]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99355, 40.69009]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99814, 40.69346]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99637, 40.69144]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99638, 40.69224]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99275, 40.6987]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99354, 40.70022]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99264, 40.69061]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.9931, 40.69033]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99328, 40.69304]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99438, 40.69119]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99774, 40.693]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99396, 40.69439]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99432, 40.69269]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99338, 40.69872]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99942, 40.69378]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99202, 40.69183]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.9929, 40.69093]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99247, 40.6901]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99856, 40.69472]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99229, 40.69719]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99312, 40.69846]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99795, 40.69355]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.9935, 40.6936]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99257, 40.7007]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99742, 40.69769]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99412, 40.69237]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99465, 40.70162]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99541, 40.69653]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99393, 40.69969]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99324, 40.69819]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99634, 40.69405]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99311, 40.69016]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99313, 40.69424]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99374, 40.693]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99443, 40.69417]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99689, 40.69446]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99283, 40.69299]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99764, 40.69165]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99337, 40.70149]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99707, 40.69257]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99508, 40.70098]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99771, 40.69441]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99592, 40.69183]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99728, 40.69423]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99322, 40.6986]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.9951, 40.69153]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99552, 40.69452]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99522, 40.69398]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99611, 40.69343]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99327, 40.69468]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99768, 40.69228]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99336, 40.69176]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99438, 40.69263]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99421, 40.69209]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99304, 40.69257]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99532, 40.69996]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99385, 40.7008]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99139, 40.69758]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99293, 40.69094]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99412, 40.69387]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99793, 40.69267]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99307, 40.69712]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99598, 40.69798]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99304, 40.6947]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99604, 40.69657]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.9934, 40.69511]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99832, 40.6926]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99288, 40.69126]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99885, 40.69464]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.994, 40.69927]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99599, 40.69677]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99517, 40.69775]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99252, 40.69162]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99532, 40.70099]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.9963, 40.69276]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99366, 40.69156]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99608, 40.69502]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99502, 40.70108]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.9937, 40.69863]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99121, 40.69252]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99388, 40.69177]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99299, 40.69964]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99365, 40.69271]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99252, 40.69261]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99503, 40.70081]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99376, 40.6904]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99298, 40.69754]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99727, 40.69449]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99467, 40.691]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.9945, 40.6932]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.9958, 40.69248]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99355, 40.69954]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99313, 40.69976]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99636, 40.69215]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99451, 40.70073]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99222, 40.69482]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.9958, 40.6981]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99147, 40.70117]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99335, 40.69757]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99654, 40.69109]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99111, 40.6929]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.9984, 40.69335]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.992, 40.69797]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99679, 40.69293]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99253, 40.69602]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99444, 40.69214]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99563, 40.69689]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99417, 40.69367]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99361, 40.69816]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99331, 40.69191]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99596, 40.69944]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99517, 40.7007]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99518, 40.69627]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brooklyn Heights'}, geometry: { type: 'Point', coordinates:[-73.99632, 40.69707]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.90935, 40.66087]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.92335, 40.66835]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.91913, 40.66399]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.90245, 40.65934]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.90279, 40.65935]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.90918, 40.67454]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.90084, 40.65948]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.91873, 40.66462]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.92538, 40.66792]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.90012, 40.66088]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.91743, 40.66447]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.91733, 40.66374]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.92303, 40.66682]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.92314, 40.66409]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.91098, 40.66601]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.90951, 40.65872]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.91018, 40.67322]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.92509, 40.66827]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.91375, 40.66648]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.90305, 40.66116]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.92169, 40.66815]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.91676, 40.66779]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.91029, 40.65239]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.91457, 40.67144]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.91755, 40.66983]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.92454, 40.66837]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.91562, 40.66041]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.91258, 40.66114]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.91831, 40.66938]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.91595, 40.65799]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.91499, 40.65851]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.91341, 40.66032]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.91227, 40.6604]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.91575, 40.66262]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.91234, 40.66006]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.91342, 40.66255]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.91829, 40.66528]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.91633, 40.67068]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.91371, 40.66192]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.92073, 40.66621]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.92169, 40.66863]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.92526, 40.6678]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.91672, 40.67061]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.91643, 40.67065]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.91113, 40.65958]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.91653, 40.66313]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.91204, 40.66959]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.91416, 40.66034]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.9105, 40.67287]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.92394, 40.66819]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.90954, 40.6676]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.90813, 40.67375]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.91293, 40.67087]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.91729, 40.66293]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.90476, 40.67556]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.90486, 40.65832]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.906, 40.67528]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.90666, 40.65732]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.92192, 40.66783]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Brownsville'}, geometry: { type: 'Point', coordinates:[-73.91671, 40.66339]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Bull's Head'}, geometry: { type: 'Point', coordinates:[-74.17117, 40.60295]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Bull's Head'}, geometry: { type: 'Point', coordinates:[-74.16485, 40.617]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Bull's Head'}, geometry: { type: 'Point', coordinates:[-74.17118, 40.60336]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91096, 40.69482]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90811, 40.69174]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92055, 40.70024]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90906, 40.68471]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92225, 40.70163]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9094, 40.69292]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90773, 40.69744]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90461, 40.69339]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9143, 40.69753]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91572, 40.69916]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92167, 40.6998]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93033, 40.69814]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92714, 40.69665]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92602, 40.69592]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93066, 40.69862]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91069, 40.68365]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92192, 40.70544]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93731, 40.70126]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92666, 40.70128]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9236, 40.69312]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.925, 40.70515]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91765, 40.70307]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91559, 40.69821]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92253, 40.69044]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93107, 40.69502]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9062, 40.68895]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93808, 40.6991]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92293, 40.70151]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91826, 40.69387]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90939, 40.69776]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93249, 40.69895]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92943, 40.69919]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9273, 40.70089]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93914, 40.70001]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91667, 40.69899]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93435, 40.69809]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9285, 40.69539]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9294, 40.69493]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91548, 40.68987]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91304, 40.70316]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92079, 40.69062]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92028, 40.70733]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91448, 40.68594]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91267, 40.69852]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92079, 40.69304]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92628, 40.69671]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91384, 40.69019]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92621, 40.69949]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91243, 40.69178]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91068, 40.68964]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90949, 40.69214]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93934, 40.70107]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92553, 40.70442]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90918, 40.68475]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9114, 40.6969]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91801, 40.70397]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92054, 40.70203]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92662, 40.70174]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92878, 40.70076]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92724, 40.70158]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92719, 40.7043]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90691, 40.68833]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93617, 40.69989]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90517, 40.68365]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91177, 40.69013]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91342, 40.70206]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93079, 40.69528]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91382, 40.68696]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92443, 40.70468]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91767, 40.6879]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93326, 40.70161]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93933, 40.69995]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91516, 40.69175]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93274, 40.69657]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.908, 40.68477]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90578, 40.69401]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92959, 40.70223]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92166, 40.69164]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.934, 40.69863]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93, 40.69808]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90834, 40.6905]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92062, 40.68927]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92536, 40.69149]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92698, 40.70001]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91464, 40.69187]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91289, 40.68815]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93098, 40.69853]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93061, 40.69504]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92126, 40.70717]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92919, 40.69853]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91466, 40.68666]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92265, 40.69062]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93299, 40.69994]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9266, 40.69851]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9055, 40.69273]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90645, 40.69502]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93201, 40.69616]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93066, 40.69728]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92442, 40.70217]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92741, 40.69546]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91611, 40.69566]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90837, 40.69044]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91685, 40.69104]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93092, 40.70351]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91764, 40.70127]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9056, 40.68699]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9227, 40.70163]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92867, 40.69969]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92136, 40.69504]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91483, 40.70407]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93373, 40.69711]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92333, 40.70074]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93025, 40.70249]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92657, 40.70336]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90815, 40.69061]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91308, 40.70426]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91323, 40.69634]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91187, 40.68635]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91522, 40.68602]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91444, 40.69467]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92349, 40.70515]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92103, 40.70255]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9154, 40.68923]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92407, 40.69935]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9243, 40.69496]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92219, 40.69916]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90398, 40.69305]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92922, 40.70182]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91935, 40.70434]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92366, 40.70035]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91993, 40.69731]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90563, 40.69161]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90847, 40.68846]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90618, 40.68161]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9307, 40.69684]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92886, 40.69933]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92253, 40.6948]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91269, 40.69377]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90889, 40.69533]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91858, 40.68987]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92612, 40.69454]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90361, 40.69238]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.925, 40.69549]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92083, 40.69997]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91504, 40.70173]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9211, 40.70416]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92655, 40.70024]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9296, 40.7029]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90731, 40.68702]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90546, 40.68927]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92489, 40.69477]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90851, 40.68446]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92213, 40.69447]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90961, 40.68757]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93089, 40.69923]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92035, 40.70308]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91865, 40.70123]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91477, 40.70348]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92261, 40.69979]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92051, 40.69975]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91278, 40.69881]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93935, 40.70123]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9171, 40.688]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90761, 40.68469]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91411, 40.68754]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92194, 40.69819]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91679, 40.70262]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9158, 40.70071]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9107, 40.69927]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9291, 40.70117]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92089, 40.6995]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90794, 40.68469]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90817, 40.68927]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90756, 40.68335]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92283, 40.69372]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91816, 40.7005]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92887, 40.70146]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9289, 40.70108]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92383, 40.70267]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93055, 40.69712]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92918, 40.69612]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90588, 40.68949]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91294, 40.69396]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92128, 40.68989]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92895, 40.70188]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91842, 40.69379]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92682, 40.7012]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9309, 40.69928]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9301, 40.69783]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91237, 40.69417]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92899, 40.70072]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90955, 40.69146]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.94077, 40.70031]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92209, 40.69756]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91452, 40.6878]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9265, 40.70268]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92816, 40.69804]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92552, 40.70182]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92948, 40.69485]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93021, 40.69903]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91239, 40.6988]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.923, 40.69849]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90895, 40.69134]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91714, 40.68942]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91341, 40.68467]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93027, 40.69861]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90639, 40.6932]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92015, 40.6888]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9162, 40.70474]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92266, 40.69341]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92268, 40.70569]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91344, 40.68815]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91221, 40.6866]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90792, 40.69295]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90729, 40.68463]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92035, 40.69432]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92175, 40.70025]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91405, 40.68951]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92593, 40.70391]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92724, 40.69494]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91941, 40.69547]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93141, 40.69793]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9154, 40.68667]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92103, 40.7016]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93357, 40.69801]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90653, 40.68594]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9298, 40.69986]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90399, 40.69159]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92574, 40.69722]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92373, 40.69727]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93613, 40.70207]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9177, 40.70466]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91332, 40.6888]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92796, 40.70288]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93431, 40.69648]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90796, 40.68161]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90589, 40.69338]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91447, 40.69716]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91311, 40.68931]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92416, 40.70336]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91362, 40.6958]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92546, 40.70439]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92371, 40.70076]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90708, 40.68425]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91639, 40.68822]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91669, 40.68731]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92985, 40.70032]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9361, 40.69871]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91187, 40.69755]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90948, 40.68857]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91562, 40.70305]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91519, 40.69711]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92679, 40.69455]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92898, 40.6951]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93435, 40.69926]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92239, 40.70505]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91942, 40.70484]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93103, 40.69709]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92649, 40.69397]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93091, 40.69787]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91195, 40.69092]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9072, 40.68134]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9212, 40.70115]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93144, 40.69571]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92942, 40.69463]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92936, 40.69879]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90721, 40.68225]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.94037, 40.70073]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92551, 40.70426]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92372, 40.6934]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92074, 40.70133]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91369, 40.68936]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92241, 40.70021]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92167, 40.70043]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91471, 40.69058]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91462, 40.69038]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9086, 40.68312]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92341, 40.69552]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90538, 40.69133]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92917, 40.6991]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9225, 40.7077]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92053, 40.69533]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92176, 40.69994]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92375, 40.70093]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91015, 40.6838]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9265, 40.69537]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93158, 40.69979]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92224, 40.70784]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93619, 40.69753]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9046, 40.68135]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92193, 40.69048]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92981, 40.69983]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93113, 40.69467]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91724, 40.70077]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91528, 40.69389]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92448, 40.7049]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93493, 40.69758]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9169, 40.70153]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92248, 40.69531]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90818, 40.6825]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92913, 40.70322]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92289, 40.70574]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91836, 40.70088]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91957, 40.69982]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9283, 40.70261]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90314, 40.69084]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92375, 40.70578]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9284, 40.69452]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92816, 40.69991]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90998, 40.6913]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92645, 40.69374]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90928, 40.69166]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9067, 40.69211]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90943, 40.68875]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92262, 40.70023]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91823, 40.7018]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93928, 40.70028]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92281, 40.69366]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91377, 40.68769]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91608, 40.69036]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90655, 40.68868]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90545, 40.69476]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91235, 40.69159]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92099, 40.70668]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9209, 40.70495]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92378, 40.70561]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91878, 40.70541]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92054, 40.69808]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90794, 40.69584]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92043, 40.70466]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92854, 40.70044]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92044, 40.69839]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92766, 40.70332]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93776, 40.6987]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93288, 40.70275]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91773, 40.68763]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92921, 40.69664]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92755, 40.69834]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92609, 40.70318]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90654, 40.68392]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93258, 40.70208]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92169, 40.70766]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93068, 40.69628]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91032, 40.68815]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91835, 40.6898]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92058, 40.70751]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92078, 40.69979]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92067, 40.69272]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91507, 40.68984]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91868, 40.7016]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9079, 40.68716]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92769, 40.70364]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93032, 40.70131]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92666, 40.69387]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93818, 40.69919]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92511, 40.69723]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92588, 40.69554]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92476, 40.7041]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9167, 40.6876]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92828, 40.70076]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91185, 40.70054]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91268, 40.70027]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9336, 40.69749]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93186, 40.69839]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92602, 40.70394]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92482, 40.69636]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90961, 40.69283]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92011, 40.69242]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90692, 40.69319]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90684, 40.68854]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9116, 40.6949]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91708, 40.68949]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90313, 40.68178]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90785, 40.69541]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91347, 40.70279]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92567, 40.69231]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92939, 40.70093]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91515, 40.6902]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91329, 40.68507]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92819, 40.69817]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91564, 40.68687]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90852, 40.69227]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92585, 40.70395]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92117, 40.70438]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9149, 40.69903]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92365, 40.70138]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91198, 40.69262]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92723, 40.6954]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92432, 40.69404]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93207, 40.69697]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91413, 40.6856]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91209, 40.6886]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92568, 40.70468]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93564, 40.69887]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92352, 40.69096]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91276, 40.70403]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92724, 40.70317]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91474, 40.68802]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91852, 40.69435]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91352, 40.69951]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92684, 40.70176]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90396, 40.69217]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93544, 40.69832]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93881, 40.70004]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93894, 40.6998]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92306, 40.70543]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93947, 40.6999]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90638, 40.68863]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91923, 40.70682]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91361, 40.68785]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92386, 40.69928]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91371, 40.69321]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9205, 40.70808]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9403, 40.70086]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92188, 40.70699]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.904, 40.69112]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92113, 40.70807]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91067, 40.69424]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92194, 40.7011]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92019, 40.70074]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93952, 40.70028]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92935, 40.70111]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91191, 40.68949]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90484, 40.68929]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91407, 40.68779]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92054, 40.70746]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91209, 40.69942]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93816, 40.70041]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91212, 40.68652]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91384, 40.68651]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91493, 40.68804]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92171, 40.69743]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90485, 40.69264]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90598, 40.68868]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92223, 40.70763]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92445, 40.70557]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92509, 40.69177]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93582, 40.70218]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90248, 40.69213]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92636, 40.69233]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92094, 40.70144]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91938, 40.70553]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93899, 40.69984]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91404, 40.69677]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93964, 40.70033]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92168, 40.70794]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91556, 40.70138]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93367, 40.6994]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91571, 40.68677]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91189, 40.69248]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92976, 40.70083]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90641, 40.68809]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90968, 40.69164]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91447, 40.70252]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92062, 40.70451]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91556, 40.70464]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90755, 40.695]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91722, 40.69111]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91403, 40.69054]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92975, 40.69959]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92046, 40.6971]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92775, 40.69793]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90677, 40.68798]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92904, 40.69829]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9303, 40.69987]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93095, 40.70254]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9246, 40.6989]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90773, 40.69327]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90447, 40.68989]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93895, 40.70106]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91142, 40.69337]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92489, 40.70426]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91934, 40.70285]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90679, 40.69037]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9151, 40.68674]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91941, 40.69818]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90915, 40.68742]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92671, 40.70247]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90737, 40.68219]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90936, 40.68386]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90727, 40.68759]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93115, 40.69488]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92419, 40.70508]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92493, 40.69482]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91418, 40.68658]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92596, 40.6954]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92499, 40.69484]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92705, 40.69897]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92723, 40.69907]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92891, 40.70335]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9243, 40.69642]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92981, 40.70063]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91425, 40.68705]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91515, 40.70358]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92868, 40.7026]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91499, 40.69364]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9078, 40.68338]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92112, 40.70255]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92611, 40.69477]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92167, 40.69078]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91903, 40.69514]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93069, 40.69555]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93133, 40.69608]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91897, 40.69386]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91168, 40.69198]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91115, 40.69951]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93979, 40.70103]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9225, 40.69328]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93966, 40.69977]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93006, 40.69549]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90642, 40.68216]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9132, 40.69533]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92593, 40.70168]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93206, 40.69798]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90445, 40.69254]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91817, 40.70535]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90687, 40.69471]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93248, 40.69666]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92345, 40.70232]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91385, 40.68513]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91017, 40.68342]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93227, 40.69857]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9279, 40.70252]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92955, 40.69863]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91573, 40.68669]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91679, 40.70083]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92994, 40.69544]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93365, 40.69702]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90839, 40.68706]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92432, 40.69738]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91693, 40.70397]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90993, 40.69143]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92338, 40.69673]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91579, 40.69329]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90621, 40.68726]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91181, 40.68475]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90719, 40.69398]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91914, 40.69358]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92211, 40.70068]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.921, 40.69064]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91344, 40.68591]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93057, 40.69881]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92787, 40.69847]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91107, 40.68496]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91565, 40.69047]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91559, 40.69172]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92533, 40.70487]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92578, 40.70406]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91157, 40.6907]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91296, 40.69076]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93272, 40.69731]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92771, 40.70389]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93563, 40.69796]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91008, 40.69639]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92697, 40.6972]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92362, 40.70227]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93294, 40.70222]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91776, 40.70548]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92512, 40.7027]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91838, 40.69549]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91523, 40.68628]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91365, 40.68652]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90472, 40.68258]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90785, 40.69607]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92127, 40.70487]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92964, 40.69675]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93615, 40.69791]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91446, 40.69054]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92005, 40.70819]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91471, 40.69914]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92724, 40.70273]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9283, 40.69499]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92718, 40.70376]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91715, 40.7017]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92957, 40.69886]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92278, 40.69604]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92048, 40.69084]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9311, 40.69811]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9159, 40.6877]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90441, 40.69242]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92913, 40.70073]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92374, 40.70054]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90582, 40.69312]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92515, 40.70561]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93002, 40.69701]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91778, 40.70269]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92035, 40.70199]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92441, 40.69911]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92202, 40.70111]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92378, 40.69994]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90765, 40.69346]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92935, 40.7023]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91909, 40.69095]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90629, 40.68678]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92947, 40.69934]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91992, 40.68881]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9074, 40.6835]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93579, 40.69954]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91582, 40.70268]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92157, 40.69718]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91913, 40.70167]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92378, 40.70065]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93884, 40.69995]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93955, 40.70111]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92709, 40.69987]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91324, 40.68491]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92046, 40.68996]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92095, 40.70831]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92128, 40.69098]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92603, 40.6993]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92371, 40.70457]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92061, 40.70247]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91918, 40.69688]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92685, 40.70451]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91282, 40.69904]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92919, 40.70161]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92836, 40.70323]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93761, 40.69954]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9095, 40.69606]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92692, 40.70253]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93334, 40.6995]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91001, 40.68684]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92169, 40.69167]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9228, 40.69935]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91798, 40.7014]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93125, 40.70124]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92978, 40.70243]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9066, 40.68741]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93276, 40.69735]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92796, 40.69949]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92254, 40.70565]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9173, 40.68909]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92765, 40.70308]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9389, 40.70006]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93931, 40.70115]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9216, 40.68929]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93051, 40.69583]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92399, 40.6922]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90994, 40.69641]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91324, 40.68626]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93517, 40.69822]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92294, 40.6916]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90823, 40.6933]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9208, 40.70842]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91756, 40.70246]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92682, 40.70424]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93024, 40.69696]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92807, 40.69452]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91922, 40.70177]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91226, 40.69663]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91882, 40.69473]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92466, 40.69905]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92797, 40.70226]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92266, 40.70043]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92719, 40.7042]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.94054, 40.70002]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92646, 40.70484]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92364, 40.69201]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93743, 40.69915]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90576, 40.68267]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92983, 40.6951]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9221, 40.69293]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91641, 40.69951]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91637, 40.69571]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93292, 40.69943]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91036, 40.6965]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93538, 40.69709]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91665, 40.69099]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91878, 40.68845]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90717, 40.68161]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91219, 40.68811]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93146, 40.69917]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93959, 40.70098]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92468, 40.70071]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93713, 40.69935]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90484, 40.68353]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9184, 40.69535]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92826, 40.70118]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90435, 40.68992]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92373, 40.69854]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92968, 40.69505]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93302, 40.69615]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92245, 40.69344]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91413, 40.68633]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91422, 40.68589]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92708, 40.69763]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91331, 40.68636]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93138, 40.69961]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91344, 40.70171]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91572, 40.70016]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91201, 40.70112]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92386, 40.69095]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91251, 40.69025]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93192, 40.69972]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90546, 40.68128]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91894, 40.70231]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92178, 40.69269]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93018, 40.7006]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92928, 40.70216]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92276, 40.69493]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93231, 40.69824]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92648, 40.70299]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91452, 40.68908]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92107, 40.70105]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9109, 40.69365]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91299, 40.68981]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90442, 40.69325]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93343, 40.69645]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92944, 40.69631]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92351, 40.69169]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92275, 40.70188]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91814, 40.69913]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92409, 40.69358]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93241, 40.69966]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91646, 40.70435]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91305, 40.68787]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93872, 40.69935]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92931, 40.69477]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93667, 40.69945]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93527, 40.69838]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91086, 40.69854]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93034, 40.6982]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92217, 40.70752]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92095, 40.69986]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90526, 40.68994]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93508, 40.69912]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91943, 40.70648]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93144, 40.69941]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92707, 40.69644]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91416, 40.68579]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90502, 40.68116]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9191, 40.69523]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92987, 40.69415]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92462, 40.69798]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92645, 40.69968]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92168, 40.70138]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91876, 40.70632]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90733, 40.6909]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90825, 40.69305]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91513, 40.69164]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.922, 40.69788]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91465, 40.69754]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92176, 40.697]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93582, 40.70026]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91909, 40.69038]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91998, 40.70336]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91393, 40.68958]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92352, 40.70039]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92025, 40.70322]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92431, 40.69906]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90675, 40.6914]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92622, 40.69832]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92943, 40.70324]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92119, 40.70011]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9156, 40.68902]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92075, 40.69084]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91176, 40.69811]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91673, 40.70045]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93046, 40.7002]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91961, 40.70686]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91506, 40.70288]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91435, 40.68587]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90639, 40.6832]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93131, 40.70161]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92428, 40.69852]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91414, 40.70057]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90604, 40.69107]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91438, 40.68603]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9081, 40.68865]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92674, 40.69526]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92203, 40.70298]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9083, 40.69033]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90851, 40.69295]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92062, 40.70188]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90547, 40.68157]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91404, 40.69987]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91595, 40.70423]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92673, 40.70166]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9175, 40.70663]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92293, 40.70068]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93781, 40.6998]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92937, 40.69889]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91423, 40.69279]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92767, 40.6984]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93883, 40.69966]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92972, 40.69674]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9043, 40.69241]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91119, 40.70113]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91462, 40.70318]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92705, 40.70014]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92207, 40.69067]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91024, 40.68673]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90655, 40.68185]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93301, 40.70034]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91576, 40.69932]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92612, 40.69577]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92788, 40.69825]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92338, 40.6991]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92115, 40.70777]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90806, 40.69667]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93909, 40.70051]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9083, 40.69118]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92448, 40.69347]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90917, 40.69087]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90521, 40.68779]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92351, 40.70087]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.916, 40.68936]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92812, 40.70238]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92372, 40.69683]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92514, 40.70311]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91723, 40.70036]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92133, 40.69927]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91053, 40.69508]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91666, 40.69034]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92336, 40.69545]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92312, 40.69207]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92748, 40.69755]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90547, 40.69319]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90605, 40.68929]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90445, 40.69316]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91987, 40.69449]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92252, 40.69777]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93165, 40.7022]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92081, 40.70017]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90651, 40.68252]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91148, 40.70152]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92312, 40.69289]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93196, 40.6957]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90689, 40.69026]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91911, 40.7023]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92483, 40.70041]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91864, 40.70093]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90889, 40.69234]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91805, 40.69059]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93433, 40.69813]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91692, 40.68683]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91771, 40.69882]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93151, 40.69812]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91003, 40.69709]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91938, 40.70249]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91549, 40.68917]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9243, 40.70044]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9286, 40.69814]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93463, 40.69833]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91434, 40.70074]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92814, 40.7005]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93609, 40.69845]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91096, 40.69158]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92372, 40.69948]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92297, 40.70154]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93671, 40.69855]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90695, 40.69222]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90848, 40.69525]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92715, 40.69455]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91455, 40.6874]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92539, 40.70178]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91993, 40.70544]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91594, 40.70072]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92863, 40.70468]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93162, 40.69856]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91828, 40.68903]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92249, 40.69549]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90598, 40.6882]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92125, 40.6911]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91993, 40.69423]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93729, 40.69964]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92281, 40.70505]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92244, 40.69481]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9296, 40.7034]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91134, 40.69867]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91567, 40.68824]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93206, 40.69828]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92271, 40.70286]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91185, 40.68651]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92504, 40.69993]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92115, 40.7066]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92367, 40.70491]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92312, 40.69349]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93904, 40.70087]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93396, 40.69688]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90726, 40.68953]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91909, 40.70002]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9338, 40.69974]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91839, 40.70332]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91858, 40.68951]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91105, 40.69135]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91554, 40.68644]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92282, 40.69779]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90546, 40.6871]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91465, 40.68643]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.94081, 40.70021]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93185, 40.70268]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91587, 40.69726]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92589, 40.70447]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92266, 40.69898]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92801, 40.69372]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91897, 40.70432]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9242, 40.6944]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91465, 40.68842]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93024, 40.70055]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91449, 40.68974]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92092, 40.69141]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9334, 40.69819]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92099, 40.69121]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93116, 40.697]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92484, 40.70442]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91045, 40.68412]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92845, 40.70168]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91421, 40.68781]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91472, 40.70213]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92213, 40.70738]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9227, 40.69887]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9092, 40.68539]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91688, 40.70429]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91531, 40.69699]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92376, 40.69477]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92114, 40.70419]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91257, 40.68817]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93151, 40.70272]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92286, 40.69899]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93477, 40.69796]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92904, 40.6989]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91075, 40.69016]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90509, 40.69098]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92307, 40.70767]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9295, 40.70048]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90913, 40.68839]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91055, 40.69096]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91538, 40.68663]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91983, 40.69977]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91896, 40.69969]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92223, 40.70229]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90388, 40.6914]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92268, 40.69695]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93725, 40.69825]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.914, 40.68608]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92385, 40.70057]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91933, 40.70312]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90821, 40.68765]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93308, 40.70167]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9083, 40.68442]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93126, 40.69502]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91592, 40.68697]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91621, 40.70068]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93687, 40.69876]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91613, 40.69983]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9215, 40.70014]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92282, 40.69962]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92632, 40.69855]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93899, 40.70007]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92316, 40.70479]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92125, 40.68994]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92286, 40.69226]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91071, 40.68782]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92002, 40.70237]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92464, 40.70168]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9143, 40.68569]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92069, 40.70473]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9087, 40.69172]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92455, 40.70373]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91695, 40.68781]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91593, 40.701]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91101, 40.68461]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91929, 40.70085]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93102, 40.69902]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93022, 40.69808]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92935, 40.70232]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92492, 40.70565]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92331, 40.69207]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92159, 40.70765]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91507, 40.69045]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91287, 40.69159]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90769, 40.68678]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9039, 40.68164]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91726, 40.70133]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92274, 40.70844]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92005, 40.70444]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92996, 40.69814]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91311, 40.70378]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90968, 40.69658]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93433, 40.69696]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9144, 40.68624]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91494, 40.69807]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91126, 40.69396]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92675, 40.69286]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92117, 40.70484]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92674, 40.70098]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92176, 40.70118]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92693, 40.70299]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90733, 40.68683]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92856, 40.69518]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92158, 40.70919]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92494, 40.69873]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92552, 40.69987]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93102, 40.69763]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92247, 40.69431]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91006, 40.6937]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91965, 40.69838]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90951, 40.68992]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91491, 40.70369]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92143, 40.69633]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91361, 40.69271]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91792, 40.69904]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92344, 40.7017]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91403, 40.69405]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92974, 40.69388]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9135, 40.69177]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92241, 40.69684]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9144, 40.7005]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91353, 40.68885]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91265, 40.68754]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91368, 40.70119]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92081, 40.69507]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9213, 40.69336]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91472, 40.69802]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92527, 40.69745]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9187, 40.68821]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91374, 40.68623]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92377, 40.70393]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92045, 40.70408]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91523, 40.68817]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90598, 40.6887]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92954, 40.69708]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90526, 40.69102]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92232, 40.70604]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9233, 40.70497]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92906, 40.69757]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90541, 40.69307]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91944, 40.69826]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91487, 40.68885]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91908, 40.69014]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91385, 40.70113]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91603, 40.70457]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91124, 40.69366]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90975, 40.68754]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91329, 40.70156]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92905, 40.69616]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92655, 40.70431]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92786, 40.69782]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93607, 40.70162]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90579, 40.69233]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92852, 40.6982]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91875, 40.6957]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93005, 40.70272]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92584, 40.70121]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91261, 40.68767]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9185, 40.70025]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92703, 40.69787]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9199, 40.70424]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91601, 40.68777]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91903, 40.68856]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92028, 40.70183]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92562, 40.6938]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9155, 40.68774]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91985, 40.68845]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91544, 40.68947]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9141, 40.68615]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91107, 40.68889]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91874, 40.69449]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92495, 40.69761]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9182, 40.69804]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92162, 40.69795]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92225, 40.69955]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92093, 40.70647]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9242, 40.69296]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92945, 40.70092]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92711, 40.70365]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90785, 40.69426]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90721, 40.68663]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.94001, 40.69985]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91409, 40.70108]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9348, 40.69754]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91596, 40.70464]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91756, 40.69143]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90578, 40.68876]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92023, 40.70158]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92075, 40.69495]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91882, 40.69308]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93313, 40.70294]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92256, 40.70818]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91138, 40.69636]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90952, 40.68542]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92751, 40.70267]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92605, 40.69233]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90794, 40.6839]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91702, 40.70264]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91385, 40.69525]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91996, 40.70191]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92195, 40.70476]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92091, 40.70597]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92673, 40.69403]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92192, 40.69943]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90737, 40.68757]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92703, 40.7032]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91933, 40.705]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91527, 40.70549]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92092, 40.69296]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91246, 40.69251]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92067, 40.69931]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90431, 40.69326]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91891, 40.69072]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93364, 40.69883]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93387, 40.69699]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90596, 40.68333]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90734, 40.68642]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93716, 40.7017]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90925, 40.69382]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9394, 40.7008]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93027, 40.69677]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93072, 40.6966]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92462, 40.69181]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92205, 40.70113]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9218, 40.69267]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90531, 40.68844]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91447, 40.6901]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93086, 40.70112]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91851, 40.70158]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91078, 40.68873]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90457, 40.69256]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91538, 40.6904]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91349, 40.70325]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92066, 40.70723]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92088, 40.70846]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92295, 40.70672]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91642, 40.69319]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91681, 40.6929]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.923, 40.69467]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9383, 40.70032]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92, 40.7049]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91116, 40.69342]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90726, 40.69349]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91929, 40.70545]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93009, 40.7001]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92792, 40.70146]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92352, 40.69989]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91885, 40.69]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90756, 40.6941]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92895, 40.70226]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92296, 40.69501]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91878, 40.70401]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92383, 40.69949]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91353, 40.70324]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90658, 40.69432]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.912, 40.68641]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90649, 40.69433]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92927, 40.70073]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91802, 40.69995]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91834, 40.70148]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92041, 40.6997]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91445, 40.68764]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91519, 40.68818]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.921, 40.6897]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92688, 40.69677]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92574, 40.69472]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91729, 40.69936]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92539, 40.70015]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92477, 40.70471]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92183, 40.70105]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93216, 40.69987]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91935, 40.70468]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92712, 40.7038]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90783, 40.68328]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92968, 40.69798]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91416, 40.69239]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90679, 40.69428]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93087, 40.69856]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92243, 40.69715]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90574, 40.68943]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92703, 40.69285]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91341, 40.69387]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91935, 40.69974]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93052, 40.69924]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91764, 40.70118]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92181, 40.70657]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90918, 40.68942]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91465, 40.69276]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91669, 40.70618]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91664, 40.69599]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91295, 40.70005]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91153, 40.69545]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93259, 40.69907]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91215, 40.69363]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93361, 40.69642]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9381, 40.70097]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93206, 40.69563]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92496, 40.69874]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9122, 40.70083]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92071, 40.70709]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90575, 40.68949]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92239, 40.70741]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90908, 40.68315]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91204, 40.7001]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.921, 40.7007]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90729, 40.69505]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92295, 40.69607]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92193, 40.70575]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90714, 40.69456]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91316, 40.69918]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93342, 40.69938]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92557, 40.70249]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92913, 40.6998]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92498, 40.69866]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93577, 40.69818]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92277, 40.69029]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92133, 40.69277]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91192, 40.69267]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92307, 40.69925]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92319, 40.69748]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93534, 40.69859]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90809, 40.68364]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92204, 40.707]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91934, 40.70554]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91926, 40.70732]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92469, 40.69391]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92998, 40.6975]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9327, 40.69735]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91451, 40.68723]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91731, 40.70506]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9223, 40.70164]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91492, 40.704]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90941, 40.68242]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90674, 40.69384]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90733, 40.69569]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92244, 40.70029]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92814, 40.69983]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92111, 40.70134]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91386, 40.70124]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91405, 40.69472]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92491, 40.7043]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93448, 40.69688]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92811, 40.7027]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91303, 40.69058]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92539, 40.69368]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91707, 40.70442]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92428, 40.70463]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92433, 40.69467]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92921, 40.69752]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91156, 40.69449]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91911, 40.68888]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92021, 40.69265]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92439, 40.70234]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90599, 40.68956]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91123, 40.70058]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91064, 40.68644]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92366, 40.70163]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91492, 40.69653]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9188, 40.70182]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90733, 40.68174]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93042, 40.70016]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92069, 40.69752]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91646, 40.69962]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91193, 40.6845]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93125, 40.69861]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92093, 40.6948]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92581, 40.69491]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91568, 40.70263]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91705, 40.69074]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91894, 40.70221]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93511, 40.69768]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90568, 40.68346]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92598, 40.70274]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92097, 40.69237]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91782, 40.70141]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90701, 40.68355]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91507, 40.70362]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92852, 40.6979]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91073, 40.69092]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9227, 40.70219]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90874, 40.6963]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91991, 40.69813]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92417, 40.70246]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91536, 40.68875]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91822, 40.70326]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93067, 40.69682]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92598, 40.69497]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91224, 40.69063]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90692, 40.69241]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90994, 40.69499]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91374, 40.70338]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9068, 40.69439]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91594, 40.68819]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91935, 40.70636]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92408, 40.70037]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91196, 40.69247]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91549, 40.69893]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92292, 40.69369]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9263, 40.69487]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91546, 40.69092]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92262, 40.69392]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93013, 40.69442]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91533, 40.7016]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91742, 40.68992]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9213, 40.69962]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90871, 40.69523]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93258, 40.69835]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91533, 40.69029]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91245, 40.68629]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90623, 40.69029]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91986, 40.70121]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90933, 40.68826]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92313, 40.70177]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91907, 40.69237]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91154, 40.70119]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91581, 40.68911]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91481, 40.70117]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92352, 40.69194]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92101, 40.7052]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.914, 40.68596]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93252, 40.70264]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92166, 40.69018]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92241, 40.68987]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92578, 40.69558]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92988, 40.69813]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91984, 40.70189]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9185, 40.70579]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92843, 40.69911]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92163, 40.70352]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92239, 40.69443]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92456, 40.69327]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9335, 40.69807]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92589, 40.70053]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92995, 40.69985]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91317, 40.68691]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92359, 40.69476]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93124, 40.69796]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93566, 40.7015]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92231, 40.70633]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92075, 40.70575]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91268, 40.69322]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90452, 40.69208]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92551, 40.70415]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93325, 40.69712]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93832, 40.70045]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92184, 40.70781]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90587, 40.68584]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92065, 40.69746]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93178, 40.69917]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93051, 40.69811]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92886, 40.69918]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9133, 40.6864]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91531, 40.69108]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91399, 40.68603]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91966, 40.70725]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9062, 40.69412]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92471, 40.70254]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90871, 40.69025]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91171, 40.69159]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90451, 40.69177]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9096, 40.69587]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92264, 40.70227]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92481, 40.70468]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9124, 40.68822]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91281, 40.68864]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92261, 40.69436]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91419, 40.70221]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90614, 40.68331]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92046, 40.70218]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92194, 40.69878]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92324, 40.69543]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92917, 40.70452]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92777, 40.70012]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9082, 40.69452]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92348, 40.69907]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93809, 40.70091]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90814, 40.68936]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91019, 40.69021]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92612, 40.69995]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93104, 40.70352]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92848, 40.70031]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92054, 40.70784]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91456, 40.70382]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93055, 40.70326]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92025, 40.69782]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90874, 40.68863]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90881, 40.69513]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92044, 40.69271]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92417, 40.69731]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91202, 40.69846]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93016, 40.70374]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93064, 40.70153]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91665, 40.70387]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91694, 40.70304]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91349, 40.68991]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91158, 40.69114]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90623, 40.6915]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91282, 40.69273]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90727, 40.69362]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91487, 40.69202]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92438, 40.70086]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91492, 40.6996]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91157, 40.6951]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91138, 40.68741]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91583, 40.69883]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92261, 40.7015]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92248, 40.69482]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90856, 40.6821]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92981, 40.6951]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9201, 40.70706]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90671, 40.69505]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92111, 40.7044]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92472, 40.69399]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91354, 40.68657]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91078, 40.693]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91237, 40.69708]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91828, 40.70064]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92968, 40.69876]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90859, 40.69216]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93221, 40.69544]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91165, 40.69718]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92752, 40.70149]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9193, 40.70644]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91805, 40.70081]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91801, 40.70009]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92026, 40.70463]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9193, 40.69632]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92874, 40.69472]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91343, 40.70343]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92442, 40.70137]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91295, 40.68864]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91828, 40.70544]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91211, 40.68541]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92109, 40.7047]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93029, 40.70288]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93591, 40.69914]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9059, 40.69024]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92255, 40.70745]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90824, 40.68876]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91377, 40.68781]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92043, 40.70677]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92507, 40.70015]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91452, 40.69888]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91525, 40.70175]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91547, 40.70105]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9125, 40.69653]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92795, 40.69361]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91705, 40.70114]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93417, 40.69758]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93232, 40.69589]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91458, 40.69682]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90895, 40.69641]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91437, 40.68701]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91427, 40.70393]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93062, 40.70012]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91537, 40.68946]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.932, 40.69724]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9269, 40.70366]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92182, 40.70918]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90883, 40.68502]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90988, 40.68374]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91621, 40.69023]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92563, 40.70285]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9082, 40.68587]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91189, 40.68682]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90381, 40.68235]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92877, 40.69414]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92723, 40.69307]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92585, 40.69585]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9308, 40.69923]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92295, 40.70679]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9292, 40.70341]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91677, 40.68799]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92345, 40.69945]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9284, 40.70034]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92877, 40.69871]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92662, 40.70144]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92213, 40.69451]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9242, 40.69936]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.907, 40.68944]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91982, 40.70125]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9102, 40.69387]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93071, 40.70337]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91076, 40.68364]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92923, 40.70267]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93011, 40.69477]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92244, 40.69723]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92752, 40.70067]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90824, 40.69731]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93827, 40.7005]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92616, 40.69952]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92493, 40.69827]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91351, 40.69629]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93217, 40.70332]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93291, 40.70294]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92332, 40.69257]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91183, 40.6879]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91226, 40.69007]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92602, 40.69975]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91784, 40.70652]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90602, 40.68235]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90884, 40.68358]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91408, 40.68992]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93957, 40.70041]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92821, 40.70037]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92528, 40.69258]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92241, 40.70011]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91173, 40.69349]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92466, 40.70258]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91118, 40.69455]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92556, 40.70134]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93909, 40.70044]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92929, 40.69743]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91179, 40.68991]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92417, 40.69808]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90657, 40.68714]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92057, 40.69593]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92787, 40.70244]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9289, 40.70279]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93732, 40.70092]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93017, 40.6951]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91719, 40.68919]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9319, 40.69976]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92182, 40.70596]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92969, 40.69874]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91946, 40.68923]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93032, 40.70022]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92718, 40.69872]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9232, 40.70437]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90985, 40.68808]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90857, 40.68383]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91831, 40.70088]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93046, 40.69544]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92005, 40.70147]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92197, 40.69024]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9132, 40.69168]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92054, 40.70479]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93027, 40.70204]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92637, 40.69922]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91777, 40.69534]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90525, 40.69102]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93903, 40.70089]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92478, 40.69251]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92964, 40.696]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93166, 40.69715]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92153, 40.70266]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91403, 40.68867]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9187, 40.70138]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92418, 40.69395]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92195, 40.69902]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92626, 40.70269]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90881, 40.69441]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91197, 40.70033]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91028, 40.6971]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91976, 40.69034]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92257, 40.70195]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93129, 40.69881]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92565, 40.70455]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92401, 40.70108]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92805, 40.69814]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90435, 40.69157]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92293, 40.69254]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90937, 40.69085]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92424, 40.70234]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91874, 40.69972]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90947, 40.68471]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92031, 40.70458]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92123, 40.69375]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92935, 40.7025]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91212, 40.69371]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9148, 40.70223]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92486, 40.69446]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91666, 40.69997]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91303, 40.696]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92359, 40.7007]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90495, 40.68892]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91237, 40.68708]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92594, 40.70289]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91312, 40.6881]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91159, 40.68637]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91217, 40.68918]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91261, 40.69924]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92421, 40.69369]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91888, 40.69956]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92529, 40.70388]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91191, 40.69932]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91588, 40.70506]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90796, 40.69559]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91371, 40.6933]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93798, 40.70145]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92928, 40.70192]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91104, 40.68705]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90739, 40.68224]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91124, 40.69893]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9231, 40.70027]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93616, 40.69815]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91443, 40.69108]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90786, 40.69469]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9074, 40.68397]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.927, 40.69633]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9168, 40.70192]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92661, 40.69286]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.94015, 40.70009]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91775, 40.69208]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91039, 40.69412]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90715, 40.69511]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91356, 40.69779]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91873, 40.70154]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91935, 40.70543]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90596, 40.6883]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92106, 40.69306]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9145, 40.68955]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9144, 40.68588]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91549, 40.7052]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91378, 40.6863]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93865, 40.69975]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91149, 40.69302]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91503, 40.68856]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90593, 40.69184]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91788, 40.70054]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93664, 40.70014]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93543, 40.69945]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90674, 40.69506]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92198, 40.70897]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9199, 40.70696]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92013, 40.70124]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91953, 40.69938]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92382, 40.70076]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93096, 40.70261]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92761, 40.69782]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91331, 40.6909]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93084, 40.69764]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92866, 40.70094]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92671, 40.70548]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92135, 40.70098]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91526, 40.69021]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91755, 40.70296]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90781, 40.68796]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92362, 40.69972]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91623, 40.68725]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90967, 40.69585]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91455, 40.70319]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92552, 40.70435]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92297, 40.70461]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91298, 40.69494]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92918, 40.69822]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9259, 40.7042]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92538, 40.70343]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92824, 40.70228]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92211, 40.69349]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92068, 40.69195]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92913, 40.70071]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93009, 40.70039]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92887, 40.69745]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92503, 40.70044]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92392, 40.69924]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92017, 40.68881]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92223, 40.70627]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92212, 40.7077]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91254, 40.68746]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.915, 40.69454]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92109, 40.70204]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92295, 40.69368]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91124, 40.69407]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91899, 40.69029]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91119, 40.69617]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92663, 40.70238]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91608, 40.69366]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92072, 40.69988]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91853, 40.70563]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91566, 40.70271]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93374, 40.69675]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90848, 40.68912]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92052, 40.69185]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93728, 40.70099]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91829, 40.69355]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92298, 40.70191]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91571, 40.70198]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93863, 40.69999]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92547, 40.70109]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92947, 40.69738]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92497, 40.70374]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90987, 40.68513]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91974, 40.7016]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91788, 40.69297]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9302, 40.69892]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93035, 40.69713]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92888, 40.70414]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91879, 40.70338]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91561, 40.70421]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91429, 40.7027]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91395, 40.69668]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9122, 40.68624]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91708, 40.68717]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93115, 40.70219]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92685, 40.70086]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91722, 40.68786]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91701, 40.70265]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92158, 40.70641]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9284, 40.69784]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92675, 40.69465]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92766, 40.70381]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.913, 40.68847]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92407, 40.70189]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90987, 40.68949]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90622, 40.6905]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91922, 40.70631]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92379, 40.70179]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91884, 40.70286]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92135, 40.69885]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91831, 40.68802]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93045, 40.69788]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90768, 40.68901]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91714, 40.7]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91321, 40.68758]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92277, 40.70755]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93749, 40.69848]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91784, 40.69063]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91326, 40.68756]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91139, 40.68993]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91161, 40.69445]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91599, 40.69055]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9291, 40.69369]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93224, 40.69994]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92343, 40.70708]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91614, 40.6928]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92505, 40.70101]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92418, 40.7041]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92678, 40.69849]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91774, 40.6898]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91143, 40.69462]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90411, 40.6826]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91134, 40.69498]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92464, 40.70192]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90895, 40.68628]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91864, 40.69372]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9293, 40.69572]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91231, 40.68754]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92569, 40.69878]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92501, 40.69538]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91535, 40.6952]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93436, 40.69834]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91368, 40.68638]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91281, 40.68527]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93687, 40.70091]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92064, 40.69309]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91996, 40.70241]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92318, 40.69682]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93729, 40.69971]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91383, 40.6883]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92215, 40.70091]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90825, 40.68823]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92254, 40.69409]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90455, 40.68185]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93269, 40.69702]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92115, 40.69907]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.912, 40.69374]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91988, 40.70124]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90577, 40.69164]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90702, 40.68727]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92395, 40.70205]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91866, 40.68831]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92096, 40.69967]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91765, 40.68853]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92663, 40.70383]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91429, 40.70328]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92152, 40.69145]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92402, 40.70135]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92244, 40.69809]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91992, 40.7015]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9284, 40.70393]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93371, 40.69885]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92008, 40.69439]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92627, 40.6969]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90624, 40.6896]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90548, 40.69213]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90694, 40.6821]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91388, 40.6988]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90374, 40.69288]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93013, 40.70094]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90596, 40.68236]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91811, 40.70406]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92264, 40.70827]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90985, 40.68583]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90773, 40.69658]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92567, 40.70139]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92309, 40.70476]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92796, 40.69389]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90486, 40.69082]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91134, 40.69107]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91841, 40.70585]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92377, 40.69393]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91665, 40.70642]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91713, 40.70233]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91755, 40.70511]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92829, 40.70178]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92166, 40.69097]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93927, 40.70102]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92535, 40.69271]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92243, 40.70575]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92003, 40.70091]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91886, 40.69792]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93497, 40.69752]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92677, 40.69829]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91901, 40.70103]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90613, 40.68853]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91359, 40.70072]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92443, 40.69676]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92557, 40.70333]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92037, 40.68904]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92683, 40.70382]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91556, 40.68994]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91763, 40.70146]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91584, 40.70431]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90984, 40.68893]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91859, 40.70082]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92084, 40.70881]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90695, 40.69284]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92322, 40.69452]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92933, 40.69864]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93495, 40.69845]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91676, 40.68833]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92193, 40.70055]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93202, 40.69787]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90545, 40.69241]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92742, 40.69648]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91658, 40.69928]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90765, 40.68333]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9106, 40.69466]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.916, 40.69017]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92278, 40.70104]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9184, 40.69037]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91399, 40.69228]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92165, 40.70518]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92735, 40.69519]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93253, 40.7025]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91109, 40.69349]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93174, 40.69808]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93039, 40.70131]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90595, 40.69155]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92043, 40.70011]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90942, 40.6911]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91402, 40.69091]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91316, 40.69927]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91587, 40.70537]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91847, 40.70079]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90495, 40.68991]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92446, 40.70526]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91346, 40.69215]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90793, 40.68426]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92642, 40.69935]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91426, 40.70269]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92624, 40.69893]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91297, 40.70162]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92309, 40.69351]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92402, 40.70202]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92129, 40.70779]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93435, 40.6969]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91515, 40.68919]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92378, 40.69842]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93207, 40.69827]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93259, 40.70208]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90756, 40.69367]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9249, 40.69982]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91441, 40.70022]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93713, 40.69911]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91463, 40.69937]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91179, 40.69848]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92143, 40.70783]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91909, 40.69246]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91765, 40.70376]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92964, 40.70206]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93401, 40.7007]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90665, 40.68523]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91233, 40.69778]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92853, 40.70383]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91117, 40.69338]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91528, 40.69243]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91235, 40.69863]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92943, 40.69476]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9052, 40.69362]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92781, 40.7018]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90832, 40.69692]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92702, 40.69283]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90891, 40.69003]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93775, 40.70012]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91092, 40.69254]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91661, 40.68979]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92426, 40.6994]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91714, 40.70073]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92837, 40.70381]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91328, 40.69454]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91328, 40.69329]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92598, 40.6942]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90504, 40.69078]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90563, 40.69028]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90626, 40.6919]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92024, 40.70327]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92104, 40.70376]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92619, 40.70439]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92163, 40.69984]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91989, 40.68847]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9095, 40.69582]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92899, 40.70226]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91667, 40.69962]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92218, 40.70124]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92972, 40.69394]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91172, 40.68973]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92463, 40.69933]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92458, 40.69893]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92258, 40.69516]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92458, 40.69554]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92538, 40.7046]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93071, 40.70253]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92, 40.70145]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91167, 40.68601]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92265, 40.69627]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91396, 40.70126]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92477, 40.69282]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91333, 40.7014]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92048, 40.70753]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91868, 40.69788]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91443, 40.69239]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92186, 40.6994]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90653, 40.68385]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90895, 40.6872]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92624, 40.70425]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9235, 40.69854]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9299, 40.69967]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91603, 40.69931]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92204, 40.70051]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91578, 40.6987]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91241, 40.6861]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93264, 40.69613]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91039, 40.68773]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91314, 40.69566]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93831, 40.69905]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9129, 40.69657]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92491, 40.69982]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92299, 40.70113]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91376, 40.69573]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92629, 40.69449]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92684, 40.69355]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92765, 40.69575]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91583, 40.70335]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92764, 40.70347]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92397, 40.69451]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92892, 40.70235]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91821, 40.69987]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90765, 40.68236]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91888, 40.7052]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92675, 40.6964]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92545, 40.70117]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92771, 40.69945]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91534, 40.68608]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91973, 40.69608]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92376, 40.69472]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92171, 40.70716]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93062, 40.70166]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91986, 40.701]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9269, 40.70136]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91176, 40.68581]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92013, 40.69992]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9107, 40.68478]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92351, 40.69652]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9266, 40.69833]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91458, 40.68862]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91934, 40.7004]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9252, 40.69641]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91403, 40.69967]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90731, 40.68413]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91964, 40.70526]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92554, 40.7005]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91559, 40.70447]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92115, 40.70498]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9127, 40.68935]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92872, 40.70189]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91501, 40.69113]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92926, 40.70227]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93032, 40.70212]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91889, 40.70253]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91162, 40.69738]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93225, 40.70248]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92972, 40.69865]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93327, 40.70139]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90863, 40.68638]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91483, 40.6891]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92848, 40.69951]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92084, 40.68891]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92898, 40.70253]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92848, 40.70373]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9069, 40.69601]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92273, 40.6984]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9266, 40.7015]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92954, 40.70054]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92202, 40.70818]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92849, 40.699]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91435, 40.69709]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90703, 40.68227]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.916, 40.68911]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92323, 40.70035]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92589, 40.69327]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90733, 40.68609]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92373, 40.70218]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92269, 40.70049]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93578, 40.6985]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92143, 40.70751]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92135, 40.70889]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91718, 40.70031]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93167, 40.69702]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.918, 40.70126]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91813, 40.70104]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91348, 40.69061]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91313, 40.68646]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91765, 40.70641]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92745, 40.70186]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9177, 40.70434]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92723, 40.70373]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91536, 40.68712]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91693, 40.7042]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92225, 40.69569]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92267, 40.69539]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92401, 40.69859]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9177, 40.70624]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90713, 40.68481]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92497, 40.69348]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9096, 40.69385]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9064, 40.6897]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91763, 40.68949]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91431, 40.69686]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91305, 40.6997]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92513, 40.70385]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92303, 40.70019]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93518, 40.69868]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93123, 40.70367]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92026, 40.70026]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92521, 40.70488]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91595, 40.68926]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92787, 40.7026]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92131, 40.70283]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91066, 40.68887]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91146, 40.6897]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92295, 40.69966]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91793, 40.70247]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91628, 40.68824]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90768, 40.69613]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92592, 40.70204]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92235, 40.69992]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91573, 40.70018]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92659, 40.7037]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90641, 40.68238]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91648, 40.68965]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91433, 40.70483]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91453, 40.69168]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93119, 40.70185]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92712, 40.69596]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9286, 40.69574]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91679, 40.70393]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93139, 40.69719]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91141, 40.69174]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92971, 40.70352]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91922, 40.70381]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92833, 40.69941]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92931, 40.70239]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91628, 40.68742]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93146, 40.70364]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92829, 40.70342]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9062, 40.68377]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9384, 40.70057]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92514, 40.70264]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91409, 40.70247]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91906, 40.68886]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92893, 40.70113]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92094, 40.70256]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91826, 40.70249]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93258, 40.69542]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91683, 40.70468]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90977, 40.6861]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91724, 40.69227]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91596, 40.69056]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90667, 40.69453]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93394, 40.69914]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91291, 40.69093]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93265, 40.6998]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92236, 40.69601]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91883, 40.70121]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92937, 40.69995]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91891, 40.69611]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92039, 40.70766]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9221, 40.70859]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92785, 40.70062]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91404, 40.69179]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90808, 40.68772]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92995, 40.69615]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93369, 40.69633]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92134, 40.69812]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9119, 40.69214]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91237, 40.68545]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92358, 40.70587]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92487, 40.6974]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9267, 40.70432]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91266, 40.69491]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.924, 40.70024]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90731, 40.68636]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92785, 40.69669]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92378, 40.69322]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90998, 40.69783]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91857, 40.70136]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93103, 40.70062]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91317, 40.68571]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92629, 40.70401]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9133, 40.69077]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9189, 40.68782]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92362, 40.70253]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91946, 40.70516]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90817, 40.68348]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91402, 40.69058]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90637, 40.68325]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91868, 40.69952]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92068, 40.69383]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92456, 40.69303]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92494, 40.70081]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90878, 40.68538]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92807, 40.69999]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92213, 40.70329]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90685, 40.69594]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92257, 40.70158]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91269, 40.69694]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93038, 40.69745]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91165, 40.69482]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92054, 40.69997]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90537, 40.69293]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91913, 40.70156]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91922, 40.70161]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92154, 40.70154]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92921, 40.70316]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92487, 40.70023]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91599, 40.69327]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91956, 40.68845]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93633, 40.69941]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92635, 40.70033]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91644, 40.69835]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93072, 40.69891]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91995, 40.69107]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93219, 40.69785]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90725, 40.68289]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91291, 40.69017]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9265, 40.70293]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93588, 40.69968]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9124, 40.69869]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92249, 40.70108]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92888, 40.70458]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92841, 40.70146]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90528, 40.69096]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91255, 40.69976]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91194, 40.68751]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91507, 40.69475]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90815, 40.68187]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93862, 40.70065]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91026, 40.68622]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9228, 40.70462]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91987, 40.70793]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92673, 40.70278]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92929, 40.69866]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93858, 40.70018]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91418, 40.69068]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91238, 40.69785]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9175, 40.70233]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92357, 40.69055]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91875, 40.6995]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92375, 40.69319]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90837, 40.69383]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91906, 40.68796]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92945, 40.70339]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92154, 40.70887]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91836, 40.70122]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93287, 40.69786]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91165, 40.69552]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91566, 40.70181]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91684, 40.70204]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91114, 40.70069]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91454, 40.68654]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.916, 40.68875]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90748, 40.68778]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9262, 40.69792]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9219, 40.69814]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93127, 40.70305]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9258, 40.70188]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90715, 40.69439]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92652, 40.70433]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92024, 40.6942]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92396, 40.6952]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91856, 40.68755]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92933, 40.69685]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90672, 40.69494]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90768, 40.69217]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91967, 40.69545]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91745, 40.70131]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92371, 40.69213]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92488, 40.70036]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93203, 40.69568]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92287, 40.69294]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91574, 40.69019]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91365, 40.6863]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92279, 40.69909]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90993, 40.68342]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92686, 40.69946]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92403, 40.70398]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90593, 40.68162]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93359, 40.69768]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9191, 40.70619]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91904, 40.70249]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92541, 40.69517]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91677, 40.6978]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92255, 40.69945]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93762, 40.69922]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90911, 40.68269]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92883, 40.69599]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91135, 40.70065]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91986, 40.70792]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.924, 40.69309]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91826, 40.69492]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90535, 40.69088]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93951, 40.70015]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91684, 40.70032]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92132, 40.69961]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91644, 40.70075]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9241, 40.69083]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91918, 40.69306]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92244, 40.69972]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9273, 40.69886]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90686, 40.68585]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92006, 40.69958]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92099, 40.7006]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93076, 40.69627]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9361, 40.69835]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91556, 40.70192]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92908, 40.69632]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9253, 40.70128]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92709, 40.69504]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90898, 40.69393]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92721, 40.70061]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92683, 40.69301]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91985, 40.70068]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91417, 40.68597]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92138, 40.70754]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91354, 40.70295]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90909, 40.68566]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90687, 40.69566]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92607, 40.6978]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92767, 40.70478]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93063, 40.70086]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92368, 40.70141]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91416, 40.68873]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91565, 40.70273]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91984, 40.70591]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91484, 40.69913]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9142, 40.69857]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9201, 40.70674]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93034, 40.70218]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9114, 40.69418]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92496, 40.69375]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92079, 40.69933]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93111, 40.69574]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92165, 40.70642]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91381, 40.68778]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92232, 40.70236]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92474, 40.69647]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92947, 40.70222]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93042, 40.69686]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92198, 40.7046]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90499, 40.68993]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92187, 40.70512]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93207, 40.69703]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92864, 40.70102]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9273, 40.69493]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92614, 40.70258]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92783, 40.69559]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91882, 40.70005]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93088, 40.69496]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92064, 40.70631]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93563, 40.69748]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92841, 40.69815]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92265, 40.69934]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92386, 40.69652]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92675, 40.70539]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90582, 40.68869]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92589, 40.69417]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92163, 40.69513]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9288, 40.70353]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91849, 40.70234]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91746, 40.70382]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92077, 40.70126]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92595, 40.69789]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92607, 40.6994]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92675, 40.70202]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91405, 40.70422]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93685, 40.69849]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92638, 40.69987]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90429, 40.69169]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92272, 40.69727]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91879, 40.70114]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91012, 40.69544]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91922, 40.70514]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92745, 40.69374]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9257, 40.6997]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93127, 40.70033]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92884, 40.70041]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92439, 40.70028]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91486, 40.68844]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91329, 40.69363]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91603, 40.69123]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91322, 40.68721]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91183, 40.68757]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93521, 40.69836]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92768, 40.69536]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92607, 40.6983]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91577, 40.68843]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91332, 40.69935]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91667, 40.69125]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93161, 40.69505]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9255, 40.70361]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92577, 40.69671]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93423, 40.70086]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92586, 40.70018]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93334, 40.69765]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93602, 40.7001]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92422, 40.70075]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91601, 40.69911]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91181, 40.69725]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90634, 40.69211]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90816, 40.69416]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9212, 40.69836]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93649, 40.69901]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91362, 40.69786]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92595, 40.70001]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91834, 40.69224]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91361, 40.69106]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9253, 40.69436]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92148, 40.69945]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92302, 40.70588]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92667, 40.69382]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92168, 40.70398]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91722, 40.69903]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92825, 40.70046]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91887, 40.68863]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91512, 40.6897]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92115, 40.69158]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9195, 40.70288]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9334, 40.69844]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92677, 40.70111]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92502, 40.69893]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92493, 40.69276]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92668, 40.69885]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90605, 40.69006]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90887, 40.68755]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90748, 40.68364]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92262, 40.70165]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93094, 40.69585]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92623, 40.69952]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92886, 40.70238]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91751, 40.70037]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9305, 40.70279]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90714, 40.68261]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93246, 40.69639]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92215, 40.70878]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92284, 40.7069]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91943, 40.70252]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90882, 40.68493]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91387, 40.69728]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93075, 40.70167]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92681, 40.69226]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9151, 40.68732]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91386, 40.68772]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90959, 40.69521]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91525, 40.68609]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92876, 40.7012]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92025, 40.70542]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92919, 40.70296]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93547, 40.69938]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92912, 40.7035]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92244, 40.70153]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92095, 40.70079]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90512, 40.68983]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91264, 40.70311]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9315, 40.69557]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93689, 40.70179]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92495, 40.69647]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91983, 40.70107]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92865, 40.69715]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92693, 40.70015]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92316, 40.70035]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91356, 40.69818]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91476, 40.6984]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92258, 40.69611]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91609, 40.70516]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90443, 40.69092]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92081, 40.69888]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93124, 40.70315]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92867, 40.70039]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91973, 40.69589]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91556, 40.69088]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91763, 40.70114]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91999, 40.69762]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9038, 40.69198]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92269, 40.70537]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91815, 40.68827]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.91456, 40.68705]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92207, 40.69021]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9123, 40.69917]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.90734, 40.6858]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.93405, 40.69679]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.9066, 40.69101]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92409, 40.69796]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92696, 40.69443]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Bushwick'}, geometry: { type: 'Point', coordinates:[-73.92287, 40.70012]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Cambria Heights'}, geometry: { type: 'Point', coordinates:[-73.73296, 40.70219]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Cambria Heights'}, geometry: { type: 'Point', coordinates:[-73.74287, 40.70298]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Cambria Heights'}, geometry: { type: 'Point', coordinates:[-73.73382, 40.69249]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Cambria Heights'}, geometry: { type: 'Point', coordinates:[-73.73, 40.69358]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Cambria Heights'}, geometry: { type: 'Point', coordinates:[-73.74546, 40.69206]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Cambria Heights'}, geometry: { type: 'Point', coordinates:[-73.74212, 40.70133]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Cambria Heights'}, geometry: { type: 'Point', coordinates:[-73.73254, 40.68722]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Cambria Heights'}, geometry: { type: 'Point', coordinates:[-73.74225, 40.69857]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Cambria Heights'}, geometry: { type: 'Point', coordinates:[-73.74432, 40.69807]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Cambria Heights'}, geometry: { type: 'Point', coordinates:[-73.73193, 40.6909]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Cambria Heights'}, geometry: { type: 'Point', coordinates:[-73.73323, 40.6916]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Cambria Heights'}, geometry: { type: 'Point', coordinates:[-73.74255, 40.69837]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Cambria Heights'}, geometry: { type: 'Point', coordinates:[-73.73104, 40.6939]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Cambria Heights'}, geometry: { type: 'Point', coordinates:[-73.73917, 40.69061]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Cambria Heights'}, geometry: { type: 'Point', coordinates:[-73.74601, 40.6844]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Cambria Heights'}, geometry: { type: 'Point', coordinates:[-73.74307, 40.69597]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Cambria Heights'}, geometry: { type: 'Point', coordinates:[-73.73658, 40.69159]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Cambria Heights'}, geometry: { type: 'Point', coordinates:[-73.72945, 40.70225]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Cambria Heights'}, geometry: { type: 'Point', coordinates:[-73.72962, 40.69698]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Cambria Heights'}, geometry: { type: 'Point', coordinates:[-73.73646, 40.69238]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Cambria Heights'}, geometry: { type: 'Point', coordinates:[-73.73531, 40.68891]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.89163, 40.64738]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.89337, 40.64795]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.89265, 40.62864]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.89817, 40.64963]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90361, 40.64372]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.89416, 40.63677]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.9001, 40.63808]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.89679, 40.63118]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.9077, 40.64308]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.89043, 40.63056]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.91316, 40.64129]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90086, 40.62764]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90292, 40.63016]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90941, 40.63591]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.91296, 40.63567]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.91004, 40.63762]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90819, 40.64228]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.89845, 40.63801]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90358, 40.63269]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.89856, 40.63652]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90916, 40.63202]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90189, 40.646]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.91751, 40.64027]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.89647, 40.63979]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90961, 40.64562]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.89302, 40.64008]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.8964, 40.64994]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.8948, 40.6344]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.91015, 40.63975]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.9076, 40.6486]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90522, 40.63157]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.89406, 40.63784]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90303, 40.6413]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.88346, 40.64116]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90004, 40.6258]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90854, 40.63723]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.91369, 40.64105]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90022, 40.6469]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.89834, 40.64838]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90556, 40.64432]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90781, 40.64574]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90891, 40.64162]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.89015, 40.63488]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90081, 40.64487]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90953, 40.64126]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90978, 40.64455]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90833, 40.64376]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.8949, 40.64548]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90761, 40.6315]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.88298, 40.64076]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.89532, 40.63642]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90334, 40.62897]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90043, 40.64651]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90908, 40.63061]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90245, 40.6418]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90447, 40.64715]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.91098, 40.63221]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.89108, 40.6492]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.91643, 40.63992]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90227, 40.63092]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90435, 40.64361]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.88925, 40.63125]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.89202, 40.63295]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90916, 40.64005]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90915, 40.64162]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.91149, 40.63284]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90024, 40.63806]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90285, 40.64458]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90506, 40.62834]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.89501, 40.64674]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.91275, 40.6424]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.89783, 40.64942]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.89382, 40.64605]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.91154, 40.63672]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.9105, 40.64017]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90868, 40.63895]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.89407, 40.63621]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90638, 40.62986]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.91065, 40.63655]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.88145, 40.63927]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.89383, 40.63409]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90797, 40.63149]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90395, 40.63077]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.89739, 40.63314]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90613, 40.64801]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.89876, 40.62831]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.89243, 40.63905]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.91503, 40.63601]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.91333, 40.6433]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.88739, 40.6415]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.89684, 40.64516]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.91729, 40.63888]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.9076, 40.64375]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.89205, 40.63757]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.91729, 40.63773]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.89339, 40.63761]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90002, 40.63814]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90897, 40.64493]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90742, 40.63255]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.89367, 40.63241]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.91081, 40.63928]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.89054, 40.64519]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.91301, 40.63944]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.91163, 40.63491]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.91234, 40.64288]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90588, 40.64812]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.89678, 40.62944]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.88221, 40.63933]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.91751, 40.63881]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.89035, 40.64298]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90696, 40.63626]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.88908, 40.64403]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.91443, 40.63816]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90585, 40.63949]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.88654, 40.63716]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.91266, 40.6427]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90502, 40.63382]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.91509, 40.64185]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.92055, 40.63485]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.88834, 40.63502]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90179, 40.64178]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.89315, 40.64399]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.91406, 40.64351]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90736, 40.64849]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90702, 40.64847]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90895, 40.63168]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90466, 40.63355]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.91149, 40.63837]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.89228, 40.64175]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90921, 40.63136]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.89176, 40.64796]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.88814, 40.63672]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.91606, 40.63895]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.91556, 40.63764]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90228, 40.64287]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.9051, 40.64836]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90809, 40.63013]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.89548, 40.63969]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.8997, 40.6302]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90378, 40.63979]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90015, 40.63652]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.90039, 40.6354]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Canarsie'}, geometry: { type: 'Point', coordinates:[-73.91488, 40.64138]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99531, 40.67948]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99315, 40.68148]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99955, 40.67416]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99426, 40.68129]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-74.0014, 40.6776]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99226, 40.68307]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99485, 40.67857]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99562, 40.67933]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99617, 40.67757]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99142, 40.6827]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99468, 40.6795]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99764, 40.68329]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99594, 40.68047]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99681, 40.68321]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99392, 40.68008]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99564, 40.67873]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-74.00004, 40.67739]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99708, 40.67678]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99207, 40.68254]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99695, 40.68189]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.9945, 40.67986]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.9912, 40.68308]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99438, 40.68188]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99706, 40.67735]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99065, 40.68384]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99387, 40.68315]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99857, 40.6787]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99024, 40.6845]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-74.00107, 40.67617]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.9928, 40.68577]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-74.00075, 40.67855]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99757, 40.68132]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-74.00006, 40.6748]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.9902, 40.68335]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-74.00154, 40.67967]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99395, 40.68057]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.9926, 40.68138]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-74.00004, 40.67615]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99208, 40.68182]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99559, 40.6788]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.9952, 40.67778]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99539, 40.68244]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99515, 40.67823]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99531, 40.67793]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99276, 40.68167]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99089, 40.68252]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-74.00117, 40.6789]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.998, 40.6838]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99871, 40.67786]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99558, 40.68123]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99369, 40.685]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99813, 40.68384]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-74.00038, 40.67982]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99687, 40.68268]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99943, 40.67559]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99802, 40.68333]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99722, 40.6799]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99308, 40.68184]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99399, 40.67863]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-74.00135, 40.6783]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-74.00024, 40.6748]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99973, 40.67787]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99935, 40.67954]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.9902, 40.68497]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99598, 40.67939]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99157, 40.68241]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-74.00108, 40.67763]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99379, 40.68048]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99481, 40.68238]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99948, 40.68227]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99692, 40.67711]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99805, 40.67674]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99397, 40.68013]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99969, 40.67797]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99831, 40.68333]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99677, 40.67935]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99783, 40.67574]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99693, 40.67906]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99495, 40.67817]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99249, 40.68204]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-74.00116, 40.6812]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99281, 40.68255]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99296, 40.68112]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99522, 40.68128]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99196, 40.68542]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.992, 40.68378]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99747, 40.68293]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99285, 40.68151]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99978, 40.67522]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.9999, 40.68352]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-74.00139, 40.68354]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-74.00146, 40.67742]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99961, 40.67414]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99769, 40.67674]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99803, 40.67832]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99807, 40.68386]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99369, 40.68229]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99983, 40.67845]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-74.00009, 40.68009]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99369, 40.68333]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99782, 40.68431]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99482, 40.68082]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-74.00101, 40.67996]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99819, 40.68304]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99266, 40.6839]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.98996, 40.68423]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.9933, 40.68344]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99393, 40.68177]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99493, 40.67718]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99846, 40.68328]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99611, 40.68035]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99714, 40.68362]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99739, 40.6802]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99944, 40.68196]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99812, 40.67541]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-74.00091, 40.6805]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99743, 40.68051]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99285, 40.68592]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.9953, 40.68004]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99893, 40.67777]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99774, 40.68282]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99765, 40.68171]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99236, 40.68332]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99419, 40.6783]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99821, 40.68343]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-74.00028, 40.67844]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99619, 40.68252]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99944, 40.68133]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99929, 40.68153]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99443, 40.67846]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99368, 40.68374]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99327, 40.68326]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.9912, 40.68342]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99379, 40.67881]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.9926, 40.68086]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99891, 40.6737]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99709, 40.67947]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99247, 40.68518]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99628, 40.67763]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99813, 40.68283]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-74.00016, 40.68276]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-74.00089, 40.67899]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99849, 40.6838]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.9914, 40.68353]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99594, 40.6785]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99464, 40.68425]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99334, 40.68243]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-74.00186, 40.67831]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99247, 40.68036]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99322, 40.68048]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99853, 40.67522]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99904, 40.68444]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-74.00047, 40.68235]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99495, 40.68285]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99599, 40.67875]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-74.00046, 40.68378]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99358, 40.68172]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-74.00057, 40.67584]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99799, 40.68288]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99805, 40.67507]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-74.00102, 40.67811]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99248, 40.68322]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99917, 40.67747]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99373, 40.68233]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99686, 40.68303]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99968, 40.67579]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99226, 40.68391]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99082, 40.68287]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99442, 40.67993]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99278, 40.68385]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99053, 40.68357]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99286, 40.68572]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99156, 40.68406]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99192, 40.68535]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99814, 40.67578]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99398, 40.67939]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99402, 40.68046]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99474, 40.68358]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99855, 40.6766]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99381, 40.68108]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99431, 40.68384]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99372, 40.68468]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99626, 40.68257]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-74.00131, 40.67775]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.9951, 40.67791]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99145, 40.68468]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99665, 40.67995]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99116, 40.68225]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99233, 40.6809]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99775, 40.68316]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99428, 40.67771]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99761, 40.67834]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99886, 40.67335]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99282, 40.67992]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99947, 40.68175]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99201, 40.68564]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99306, 40.68502]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-74.00089, 40.67905]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99529, 40.67895]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99518, 40.68152]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99806, 40.68235]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99171, 40.68298]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-74.0016, 40.68153]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99234, 40.68572]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99469, 40.67861]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99535, 40.68201]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99894, 40.68472]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99084, 40.68332]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-74.00227, 40.67912]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99945, 40.6831]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99928, 40.68299]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99924, 40.67847]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99601, 40.68124]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.9932, 40.68234]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99648, 40.6812]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99626, 40.68002]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99169, 40.68132]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-74.00027, 40.67885]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99818, 40.67966]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99291, 40.68168]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99358, 40.68486]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99677, 40.68301]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99189, 40.68343]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99797, 40.67724]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99723, 40.67738]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99968, 40.67725]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.996, 40.67909]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-74.00056, 40.67683]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99424, 40.68123]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99504, 40.68216]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99806, 40.6755]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Carroll Gardens'}, geometry: { type: 'Point', coordinates:[-73.99224, 40.68252]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Castle Hill'}, geometry: { type: 'Point', coordinates:[-73.84765, 40.82286]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Castle Hill'}, geometry: { type: 'Point', coordinates:[-73.84758, 40.81518]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Castle Hill'}, geometry: { type: 'Point', coordinates:[-73.85489, 40.82185]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Castleton Corners'}, geometry: { type: 'Point', coordinates:[-74.12139, 40.61487]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Castleton Corners'}, geometry: { type: 'Point', coordinates:[-74.13001, 40.62063]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Castleton Corners'}, geometry: { type: 'Point', coordinates:[-74.12277, 40.61042]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Castleton Corners'}, geometry: { type: 'Point', coordinates:[-74.12152, 40.61363]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Castleton Corners'}, geometry: { type: 'Point', coordinates:[-74.11773, 40.62373]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Charleston'}, geometry: { type: 'Point', coordinates:[-74.22326, 40.54686]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99086, 40.74643]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99599, 40.74272]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99131, 40.74708]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99522, 40.74123]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00146, 40.73934]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99204, 40.7448]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00213, 40.75024]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9988, 40.73983]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99398, 40.74864]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99884, 40.75332]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9972, 40.75066]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99417, 40.74815]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99761, 40.74761]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99384, 40.74884]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00317, 40.74755]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00433, 40.7406]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9911, 40.7463]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00538, 40.74562]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00569, 40.74618]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99662, 40.75094]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99776, 40.75086]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99237, 40.73649]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99965, 40.74572]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99746, 40.73968]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99957, 40.741]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99767, 40.73884]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00161, 40.74154]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00033, 40.74847]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.0018, 40.74821]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9999, 40.74732]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00065, 40.73942]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99593, 40.74942]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9997, 40.73895]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99589, 40.74941]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00195, 40.74996]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00349, 40.74083]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9977, 40.73786]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00072, 40.74138]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9981, 40.7465]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99445, 40.74449]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00423, 40.74052]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99753, 40.73936]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00624, 40.74587]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00263, 40.74679]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99435, 40.74161]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00136, 40.743]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.0048, 40.74589]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99508, 40.75225]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99451, 40.74905]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99535, 40.74435]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99824, 40.74045]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99979, 40.73951]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99471, 40.73916]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99766, 40.74387]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00138, 40.73985]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00037, 40.74092]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99441, 40.74664]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99487, 40.75224]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99483, 40.73949]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00246, 40.74345]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00088, 40.74787]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00203, 40.74118]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99822, 40.74221]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99905, 40.74194]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99969, 40.74292]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00002, 40.73938]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99614, 40.74946]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99754, 40.74877]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99936, 40.74107]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99709, 40.74353]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99685, 40.75053]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99514, 40.7487]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99591, 40.75008]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99911, 40.74269]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9927, 40.74688]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00209, 40.74807]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99525, 40.74147]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00119, 40.74314]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00329, 40.74249]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.0036, 40.74412]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99829, 40.75206]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99562, 40.74676]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99835, 40.73819]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99887, 40.74858]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00401, 40.74641]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99475, 40.73737]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99488, 40.74228]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.98915, 40.74832]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99399, 40.73726]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00429, 40.74502]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99589, 40.74259]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99902, 40.74016]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99988, 40.74453]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00204, 40.74277]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99838, 40.7394]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99535, 40.74083]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00355, 40.74724]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.0077, 40.74478]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00528, 40.74186]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00366, 40.74844]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99965, 40.74768]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99427, 40.7425]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99428, 40.7429]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00049, 40.74016]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99883, 40.74465]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99482, 40.74984]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00089, 40.74652]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99702, 40.74197]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00074, 40.74855]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99736, 40.75069]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99563, 40.73974]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99343, 40.74763]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99918, 40.74379]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00106, 40.74333]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99195, 40.7476]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99464, 40.73893]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99468, 40.74942]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00367, 40.75015]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99733, 40.74305]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99771, 40.7456]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99671, 40.75133]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99642, 40.74339]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99556, 40.74696]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99483, 40.74342]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99587, 40.74885]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99059, 40.75034]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00416, 40.74921]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00076, 40.74513]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00079, 40.74026]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00429, 40.7413]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99201, 40.74933]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99747, 40.73939]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99955, 40.74148]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00082, 40.7416]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99841, 40.75102]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00135, 40.74117]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00595, 40.74687]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99601, 40.74738]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99696, 40.75094]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00595, 40.74554]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.0006, 40.74564]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00074, 40.74577]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99725, 40.73774]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99723, 40.74935]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99828, 40.73902]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99984, 40.74144]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99475, 40.74937]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9913, 40.74623]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99691, 40.73935]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99908, 40.74057]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99684, 40.74862]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99492, 40.74225]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99781, 40.74244]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00244, 40.74729]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99267, 40.74491]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99744, 40.74322]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.0043, 40.74686]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99571, 40.74242]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99714, 40.74042]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99878, 40.74183]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99072, 40.7487]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99775, 40.74599]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9999, 40.74418]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99711, 40.74514]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99964, 40.7394]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.98921, 40.74836]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00055, 40.74543]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00396, 40.74753]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99995, 40.7478]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00201, 40.74666]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9994, 40.74877]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99544, 40.74893]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9946, 40.74392]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99784, 40.74924]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99725, 40.74501]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00002, 40.74089]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99594, 40.74111]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99965, 40.75133]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9922, 40.74569]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00119, 40.7433]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00228, 40.74837]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00253, 40.74599]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99567, 40.74238]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99507, 40.74135]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99498, 40.74905]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99514, 40.74944]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9965, 40.75072]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99501, 40.75085]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99701, 40.74149]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99673, 40.74566]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00441, 40.74656]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.0011, 40.73982]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99556, 40.75071]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99468, 40.74511]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99586, 40.73924]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.0026, 40.74423]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00182, 40.75174]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99762, 40.74494]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99567, 40.74075]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99633, 40.74928]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99637, 40.75127]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.0039, 40.74722]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00238, 40.75321]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.0008, 40.75014]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00126, 40.74126]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.0051, 40.74641]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00383, 40.74079]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9968, 40.74922]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99021, 40.74905]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99578, 40.7392]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99737, 40.73934]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99613, 40.73939]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99777, 40.73929]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99721, 40.7392]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99573, 40.75271]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99657, 40.74688]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99211, 40.74572]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99895, 40.74066]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99951, 40.75088]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99993, 40.74799]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99917, 40.74482]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99444, 40.74222]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99848, 40.75426]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00105, 40.73959]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00066, 40.74025]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99736, 40.73785]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99739, 40.73767]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99585, 40.74158]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99527, 40.74154]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99521, 40.74935]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99113, 40.74755]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00397, 40.74412]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00234, 40.74247]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00443, 40.74177]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99844, 40.7382]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00602, 40.74226]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00113, 40.74392]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99771, 40.74057]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9972, 40.73974]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9966, 40.74779]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99657, 40.74896]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00102, 40.74462]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99854, 40.74244]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00021, 40.74552]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99595, 40.74281]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99914, 40.74194]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99107, 40.74729]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99989, 40.74566]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99785, 40.74287]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9998, 40.74348]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.0029, 40.74443]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9941, 40.75233]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99828, 40.74212]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.0042, 40.74765]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99902, 40.75118]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9994, 40.74137]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99743, 40.75057]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99745, 40.74011]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99436, 40.74299]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99695, 40.73854]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99934, 40.74496]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99742, 40.74328]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00087, 40.74358]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.0034, 40.74383]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99997, 40.74183]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00267, 40.74123]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00691, 40.74793]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00431, 40.74159]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99629, 40.74644]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99971, 40.74267]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.0005, 40.74366]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99727, 40.74303]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99732, 40.7443]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99913, 40.74419]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00353, 40.74669]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99773, 40.74616]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99949, 40.73988]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99414, 40.75091]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99862, 40.74476]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99119, 40.74621]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.997, 40.7388]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99506, 40.74344]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00137, 40.74318]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99631, 40.74388]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9939, 40.7457]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00035, 40.73986]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99835, 40.74389]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9959, 40.74516]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00067, 40.74419]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00336, 40.74835]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99476, 40.74156]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00704, 40.7453]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99826, 40.74344]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99508, 40.74047]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99708, 40.74259]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.0029, 40.7403]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00691, 40.74927]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00271, 40.74008]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99822, 40.75338]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99986, 40.74128]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99648, 40.74769]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99975, 40.74958]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00141, 40.74157]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99336, 40.75031]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99787, 40.75115]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00406, 40.74294]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99397, 40.75148]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99521, 40.743]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99753, 40.73918]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00671, 40.75393]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00123, 40.7442]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99457, 40.74261]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99749, 40.73899]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00314, 40.74798]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00108, 40.74475]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99888, 40.75311]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99977, 40.74071]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00029, 40.74039]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00147, 40.73993]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00052, 40.74195]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00164, 40.73961]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99684, 40.74412]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99693, 40.75286]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99616, 40.73918]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99209, 40.74611]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99616, 40.73945]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.01061, 40.74767]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00252, 40.74417]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99604, 40.73878]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99179, 40.74717]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99847, 40.7492]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99501, 40.75194]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99383, 40.74384]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99201, 40.74633]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00261, 40.7507]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9923, 40.74381]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9928, 40.73726]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99244, 40.74929]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00222, 40.7462]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9976, 40.7381]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00403, 40.74899]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9957, 40.7458]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99615, 40.75099]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99913, 40.74043]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99226, 40.74451]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99897, 40.73888]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99423, 40.73855]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99092, 40.74641]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.996, 40.75057]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99466, 40.75058]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00209, 40.75096]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9962, 40.73865]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99656, 40.74164]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00336, 40.74201]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00159, 40.75319]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99857, 40.74163]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00138, 40.75284]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00584, 40.74761]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00015, 40.74333]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99273, 40.74624]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00053, 40.74116]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99422, 40.74743]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99457, 40.74083]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00399, 40.74137]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00259, 40.74443]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99915, 40.74441]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00326, 40.74044]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99721, 40.74366]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99637, 40.75]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00213, 40.74741]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99545, 40.74929]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00361, 40.74586]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00548, 40.74123]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9956, 40.7429]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99603, 40.7423]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99596, 40.7409]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99167, 40.74775]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00279, 40.74584]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99801, 40.73949]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00069, 40.73974]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99741, 40.73881]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99951, 40.75283]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99581, 40.75069]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00569, 40.74293]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99483, 40.74112]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00333, 40.74932]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99615, 40.74788]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00257, 40.74145]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99637, 40.74572]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99652, 40.74881]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9965, 40.75054]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99998, 40.74063]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99831, 40.75114]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99483, 40.74415]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00466, 40.74722]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99892, 40.74166]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99782, 40.73888]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99723, 40.73774]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99593, 40.74853]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9957, 40.74314]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00074, 40.75165]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99868, 40.7394]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00468, 40.74613]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.991, 40.7465]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00329, 40.7461]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99436, 40.74286]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00388, 40.75369]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99541, 40.75218]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99923, 40.74078]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00148, 40.74481]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99497, 40.74287]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99219, 40.7466]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99593, 40.74962]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99733, 40.74682]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9982, 40.74318]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00048, 40.74148]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00535, 40.74327]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99647, 40.74977]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99825, 40.74368]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00501, 40.74103]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99585, 40.74937]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99606, 40.75176]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00202, 40.74783]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00218, 40.7425]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00108, 40.74184]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00463, 40.74382]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99777, 40.73947]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00171, 40.73958]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99787, 40.73845]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99464, 40.74598]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99639, 40.74837]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99652, 40.74786]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99333, 40.74557]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00121, 40.74208]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99571, 40.74369]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00548, 40.74494]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00405, 40.74583]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00013, 40.74067]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00234, 40.74676]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00363, 40.74583]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9977, 40.73818]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99515, 40.74973]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99142, 40.74627]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99984, 40.74429]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99359, 40.73925]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00238, 40.74776]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00298, 40.74198]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99236, 40.74451]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99551, 40.75286]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9965, 40.74997]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99264, 40.74927]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99908, 40.74442]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00473, 40.7503]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99146, 40.74772]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99922, 40.74503]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99178, 40.74613]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9999, 40.73929]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99443, 40.74229]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00197, 40.74138]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9955, 40.74967]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00401, 40.74105]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00204, 40.74411]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99707, 40.75358]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99946, 40.74175]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99725, 40.75151]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00168, 40.7505]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99103, 40.74584]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99568, 40.74248]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00122, 40.74927]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00095, 40.74472]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99983, 40.73887]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99464, 40.74094]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99224, 40.73588]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99482, 40.73861]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99777, 40.73941]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99611, 40.75173]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99351, 40.74761]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99635, 40.74845]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99978, 40.7411]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00193, 40.74279]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.98956, 40.74814]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99843, 40.74283]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00346, 40.74068]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99221, 40.74448]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99573, 40.74891]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.001, 40.74488]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99903, 40.74219]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99266, 40.74476]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9973, 40.73773]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99687, 40.74569]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99561, 40.75129]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00387, 40.74376]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99639, 40.7508]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00195, 40.7529]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9963, 40.74618]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00099, 40.75129]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99401, 40.74295]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99488, 40.74996]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99697, 40.74875]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99393, 40.74767]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99362, 40.74227]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99734, 40.73769]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99376, 40.74923]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99582, 40.75058]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99636, 40.74319]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00559, 40.74619]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99456, 40.741]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99737, 40.75139]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99616, 40.74081]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99171, 40.73686]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99532, 40.74798]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99291, 40.74459]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99633, 40.74574]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99266, 40.74472]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99533, 40.74971]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9957, 40.74479]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99405, 40.74795]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00381, 40.74515]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.0036, 40.7465]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00656, 40.74236]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99795, 40.74294]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9954, 40.74246]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00229, 40.7417]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00139, 40.74012]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99753, 40.73795]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99699, 40.7387]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99637, 40.73897]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99744, 40.73806]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00098, 40.74356]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99469, 40.74143]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99719, 40.75369]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99196, 40.74453]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99423, 40.74337]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99452, 40.74507]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99476, 40.7437]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00037, 40.74156]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00431, 40.74632]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99443, 40.7425]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9975, 40.73958]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99844, 40.74313]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99256, 40.73857]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99629, 40.73942]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.0029, 40.74411]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00478, 40.74813]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99626, 40.74221]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99943, 40.73907]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00369, 40.74577]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00175, 40.74052]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99483, 40.74751]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99621, 40.74603]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99494, 40.7469]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99624, 40.74398]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.0005, 40.74139]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99827, 40.73923]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00274, 40.74244]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00211, 40.73991]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99893, 40.7501]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00308, 40.74676]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99953, 40.74312]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99638, 40.74213]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00014, 40.74317]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00438, 40.74072]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99061, 40.74923]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00617, 40.74362]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00563, 40.74651]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00025, 40.74124]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00015, 40.74058]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99693, 40.73968]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99677, 40.74192]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99352, 40.73936]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99779, 40.75182]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99769, 40.73846]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99361, 40.74828]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00129, 40.75215]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.0058, 40.74541]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99231, 40.74939]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99538, 40.75129]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99612, 40.74994]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00027, 40.74358]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99663, 40.74327]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99666, 40.75027]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99864, 40.75026]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99746, 40.74026]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99695, 40.73775]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.999, 40.7402]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99581, 40.74082]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99996, 40.74141]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99647, 40.75274]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99565, 40.73768]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99352, 40.74675]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00132, 40.74889]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99784, 40.74982]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9923, 40.74463]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00444, 40.74393]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9963, 40.73978]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00161, 40.74118]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00451, 40.74583]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99887, 40.74216]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00128, 40.74259]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99112, 40.74925]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99695, 40.73809]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00382, 40.75169]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99922, 40.74293]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00266, 40.74648]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99797, 40.74303]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9972, 40.73897]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99483, 40.74871]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99963, 40.74218]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99253, 40.74465]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99999, 40.74031]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99926, 40.75305]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.0022, 40.74363]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99383, 40.73783]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00426, 40.75215]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00195, 40.75114]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00253, 40.74031]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99792, 40.73921]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99544, 40.75104]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00388, 40.7506]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9954, 40.74819]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99955, 40.73911]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00006, 40.74681]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99426, 40.73794]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00162, 40.75286]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.0006, 40.74552]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.0025, 40.74334]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9916, 40.74723]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99985, 40.74432]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99506, 40.75166]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00533, 40.7481]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99775, 40.7386]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.992, 40.74461]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00177, 40.74112]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99541, 40.74386]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00441, 40.75538]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99717, 40.74947]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99784, 40.74553]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99604, 40.74635]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00086, 40.74751]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00009, 40.73942]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99758, 40.73862]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99969, 40.74281]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99855, 40.74179]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00181, 40.74089]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00493, 40.7468]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.98923, 40.74903]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00187, 40.74672]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00242, 40.7453]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99826, 40.74112]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00256, 40.74564]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00325, 40.74201]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9919, 40.74463]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00164, 40.74904]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99882, 40.74482]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99566, 40.75101]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00373, 40.74913]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.0025, 40.74142]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00027, 40.74143]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99605, 40.75112]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.0051, 40.74547]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9924, 40.73642]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00118, 40.75255]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99658, 40.75122]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99023, 40.74733]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.98951, 40.74968]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.98957, 40.74729]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99889, 40.74587]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00274, 40.75378]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99739, 40.74912]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9959, 40.74383]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00102, 40.73983]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00278, 40.74326]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99906, 40.75329]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.0042, 40.74491]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00374, 40.74907]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99325, 40.74563]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99812, 40.75121]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99414, 40.74166]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00287, 40.75039]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00024, 40.74033]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99848, 40.74327]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00229, 40.74377]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99652, 40.74234]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9975, 40.74252]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99797, 40.74597]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00373, 40.75199]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99749, 40.73889]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.002, 40.74772]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99766, 40.7453]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99298, 40.74341]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99882, 40.74346]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99254, 40.74567]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99167, 40.7449]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00364, 40.7428]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99033, 40.73732]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99036, 40.74754]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99686, 40.74978]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00156, 40.74556]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00226, 40.74087]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9953, 40.74623]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99676, 40.73967]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99181, 40.74473]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99721, 40.75004]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99888, 40.73992]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99905, 40.74377]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00462, 40.74829]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00417, 40.74682]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99523, 40.75124]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00015, 40.74302]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99143, 40.73902]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00125, 40.74911]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99111, 40.73756]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99867, 40.7459]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99728, 40.74694]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99026, 40.73769]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99775, 40.7457]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99758, 40.74358]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99995, 40.74121]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99829, 40.74011]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00479, 40.75021]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99775, 40.73955]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9981, 40.74184]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99305, 40.75117]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00032, 40.74234]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99488, 40.73853]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.0026, 40.74367]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99647, 40.75003]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99876, 40.74125]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99214, 40.73785]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99567, 40.73836]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99854, 40.74434]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99649, 40.74483]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00622, 40.74477]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99219, 40.73692]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9974, 40.74221]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99547, 40.74322]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99843, 40.7444]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99777, 40.74299]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99617, 40.74742]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99384, 40.74734]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9953, 40.74289]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00011, 40.73887]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00036, 40.74153]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9922, 40.74431]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00622, 40.74187]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99425, 40.74765]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00002, 40.7453]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99553, 40.74988]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99721, 40.75]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00172, 40.74461]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99822, 40.73863]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00259, 40.74034]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00309, 40.74272]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99906, 40.74605]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9956, 40.74563]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99879, 40.73933]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00261, 40.74727]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99515, 40.7497]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99898, 40.74314]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99272, 40.74809]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9925, 40.7368]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00468, 40.75194]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9937, 40.74301]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99792, 40.75106]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99141, 40.74963]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9935, 40.74525]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99365, 40.74348]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99742, 40.74945]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99963, 40.74122]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00263, 40.74057]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00116, 40.74494]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99664, 40.74398]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99865, 40.74188]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99919, 40.75178]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99234, 40.74596]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99062, 40.74851]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99772, 40.74998]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99211, 40.74902]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99073, 40.7492]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99622, 40.74371]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99536, 40.74119]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99837, 40.7427]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00265, 40.74032]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99333, 40.7453]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00069, 40.74069]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99158, 40.74964]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00245, 40.74563]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00278, 40.74336]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00604, 40.74534]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99815, 40.7414]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99904, 40.74182]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99681, 40.7416]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99562, 40.75097]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99678, 40.74646]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99948, 40.74372]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9976, 40.74752]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00385, 40.74441]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99533, 40.75028]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99676, 40.75032]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00134, 40.74738]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99825, 40.73924]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00473, 40.74881]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00396, 40.75081]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99658, 40.74929]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00106, 40.74386]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99031, 40.74836]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00004, 40.74326]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99183, 40.74569]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00235, 40.75313]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00365, 40.74292]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99604, 40.7444]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00171, 40.74149]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00571, 40.74497]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99858, 40.75037]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99829, 40.73971]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00044, 40.74374]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00372, 40.74186]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99701, 40.73885]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99381, 40.74968]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99653, 40.75256]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99884, 40.74073]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9946, 40.73926]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00513, 40.74098]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99777, 40.73831]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00031, 40.73981]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00277, 40.74487]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99858, 40.74469]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99861, 40.74419]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99575, 40.74913]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00058, 40.74454]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99751, 40.7438]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00111, 40.74423]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.0004, 40.74054]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99762, 40.75351]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99582, 40.74391]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99414, 40.74339]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00141, 40.74041]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99915, 40.74405]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99264, 40.73932]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99847, 40.74286]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99994, 40.74023]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99754, 40.75386]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00107, 40.7456]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00186, 40.74485]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9955, 40.74465]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99774, 40.74944]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00244, 40.74371]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99647, 40.74104]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99625, 40.74768]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99652, 40.74895]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99471, 40.74101]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00606, 40.74577]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9909, 40.7464]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99177, 40.73861]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00385, 40.74312]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99877, 40.74184]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.98928, 40.74826]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99863, 40.73989]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9991, 40.74328]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99697, 40.75103]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.98957, 40.74849]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00175, 40.74187]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00063, 40.74237]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99953, 40.74097]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99366, 40.74407]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99545, 40.74526]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99712, 40.74573]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99447, 40.73969]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00339, 40.74191]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00221, 40.73971]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00161, 40.74025]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00392, 40.74618]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99608, 40.74226]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00274, 40.74934]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00377, 40.74919]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99703, 40.74197]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99865, 40.74233]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99968, 40.74165]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99748, 40.75094]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99318, 40.73639]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00325, 40.74558]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99504, 40.74466]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9994, 40.7444]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99957, 40.74221]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99362, 40.74337]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99375, 40.74881]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99227, 40.74927]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00157, 40.74468]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.98893, 40.74969]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99114, 40.74549]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99675, 40.75093]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99771, 40.73912]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99348, 40.7476]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99987, 40.73996]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00162, 40.74161]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00102, 40.74163]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00069, 40.74024]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99485, 40.7404]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99729, 40.74138]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00119, 40.7435]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9916, 40.7455]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99685, 40.74859]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00028, 40.74532]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00047, 40.73911]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99069, 40.75014]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9969, 40.7518]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99514, 40.74712]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99436, 40.74309]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99499, 40.74206]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00187, 40.73984]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00129, 40.74096]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99149, 40.74587]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99843, 40.74063]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.0016, 40.73981]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99832, 40.7433]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00234, 40.74119]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99412, 40.73917]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99871, 40.74557]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99919, 40.73996]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99662, 40.75045]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9998, 40.74494]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99701, 40.7464]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99198, 40.74903]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00481, 40.74888]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00426, 40.74766]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99746, 40.73851]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00369, 40.74918]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99327, 40.73734]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99536, 40.75064]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99902, 40.74554]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99644, 40.74896]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9978, 40.7417]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99985, 40.73974]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99245, 40.74661]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99171, 40.73751]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00165, 40.74664]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99536, 40.74491]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99729, 40.74188]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99556, 40.75029]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00285, 40.74093]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00122, 40.74121]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99436, 40.74781]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99665, 40.74806]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00139, 40.74462]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99121, 40.74631]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99573, 40.74312]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99908, 40.74147]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99727, 40.75164]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00616, 40.74429]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00496, 40.74101]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99809, 40.75049]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9884, 40.74989]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.001, 40.74286]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00263, 40.74637]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99978, 40.74192]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99787, 40.73857]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99807, 40.74327]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99588, 40.75076]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00162, 40.74699]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99608, 40.7505]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9945, 40.75238]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00055, 40.74588]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.0006, 40.74119]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99938, 40.73977]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00012, 40.74443]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99687, 40.74999]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99489, 40.75041]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00276, 40.75248]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99471, 40.75254]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.0002, 40.74233]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99313, 40.74376]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99664, 40.74785]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99977, 40.74057]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99965, 40.73936]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99706, 40.74336]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99714, 40.75209]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74, 40.73925]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99898, 40.75005]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99555, 40.73948]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99252, 40.74791]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99273, 40.74921]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99425, 40.75164]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00084, 40.74034]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99313, 40.74635]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00147, 40.74603]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9986, 40.74031]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99885, 40.74361]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00262, 40.74106]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00015, 40.74037]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99845, 40.74498]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.0017, 40.74193]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00146, 40.75164]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00184, 40.7411]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99213, 40.73851]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9914, 40.74701]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00313, 40.74476]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99003, 40.74767]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99595, 40.74107]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00086, 40.73906]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99923, 40.74394]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00021, 40.74372]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00004, 40.74413]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00372, 40.74814]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99875, 40.74138]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99848, 40.73975]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99829, 40.74594]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99286, 40.74648]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00123, 40.7395]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00377, 40.75066]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99612, 40.73939]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99376, 40.75168]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99336, 40.73719]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99673, 40.74216]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99869, 40.75173]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99633, 40.75183]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99128, 40.74913]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99651, 40.73858]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00403, 40.74219]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99329, 40.74438]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00379, 40.74085]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99682, 40.75272]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99257, 40.74845]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99735, 40.75117]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99845, 40.74499]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99527, 40.74786]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99997, 40.74249]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00425, 40.74084]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99179, 40.74512]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99698, 40.7476]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99899, 40.74204]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99608, 40.74009]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99557, 40.74873]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00409, 40.74197]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00068, 40.74444]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9968, 40.74897]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99669, 40.7411]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99994, 40.74321]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99915, 40.74267]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00259, 40.74294]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00887, 40.74548]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00091, 40.74026]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9955, 40.75229]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99647, 40.73868]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00178, 40.74438]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99683, 40.75054]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00213, 40.74726]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99765, 40.74278]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00493, 40.74815]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00233, 40.74029]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99609, 40.7393]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99939, 40.74224]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99974, 40.74735]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9953, 40.75087]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.999, 40.74118]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99229, 40.74525]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99962, 40.74216]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99433, 40.74379]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00235, 40.745]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99855, 40.73938]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99262, 40.73844]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00127, 40.7408]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99987, 40.74601]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99975, 40.74325]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99629, 40.74954]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00012, 40.74118]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99473, 40.74549]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99498, 40.75126]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99833, 40.73927]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00134, 40.74387]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00296, 40.74081]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99287, 40.74406]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00112, 40.7395]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99759, 40.75]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00205, 40.74561]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9953, 40.74581]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99182, 40.74615]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99217, 40.74551]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99348, 40.74245]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99253, 40.73798]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99721, 40.744]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99335, 40.7467]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99896, 40.7437]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99555, 40.74675]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00247, 40.75071]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99784, 40.75172]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99576, 40.737]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99523, 40.74116]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99029, 40.74726]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99649, 40.74217]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99395, 40.74285]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00138, 40.74036]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9992, 40.74541]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00371, 40.74624]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.0022, 40.74577]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00009, 40.74179]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99517, 40.74117]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99551, 40.74406]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00221, 40.73992]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99623, 40.7498]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99944, 40.75066]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00356, 40.74039]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99535, 40.74309]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00139, 40.74038]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99811, 40.75068]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99843, 40.75114]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.0033, 40.75013]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00207, 40.74064]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99682, 40.74372]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00047, 40.74716]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99511, 40.74945]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00427, 40.7454]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.98887, 40.74826]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99344, 40.7429]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99224, 40.74819]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00114, 40.73947]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.98846, 40.74897]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99852, 40.7456]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99478, 40.7407]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.98968, 40.74721]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99542, 40.74825]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99485, 40.74017]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9909, 40.74579]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99466, 40.749]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99407, 40.737]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99349, 40.73686]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99665, 40.75044]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99769, 40.74263]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.98953, 40.74789]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00279, 40.74068]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99717, 40.73921]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00145, 40.74688]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99472, 40.74582]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99898, 40.73963]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99032, 40.73932]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99718, 40.75005]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00027, 40.73957]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00245, 40.74387]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00043, 40.74291]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.99769, 40.74186]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.0006, 40.73984]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00644, 40.74458]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-74.00094, 40.74022]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chelsea'}, geometry: { type: 'Point', coordinates:[-73.9956, 40.74529]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99352, 40.71734]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99099, 40.71588]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99062, 40.71358]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99863, 40.71515]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99029, 40.71515]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99828, 40.71611]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99717, 40.717]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99285, 40.71579]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99549, 40.71848]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.98949, 40.71659]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99686, 40.71794]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.98982, 40.71585]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99539, 40.71615]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.9981, 40.71513]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99521, 40.71623]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99114, 40.71572]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99371, 40.7138]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99746, 40.71709]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99106, 40.71544]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99284, 40.71479]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99107, 40.71574]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99031, 40.71593]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99108, 40.71505]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99158, 40.71346]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99737, 40.71447]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.9916, 40.71333]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99092, 40.71675]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99414, 40.71387]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99744, 40.71399]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.98993, 40.71595]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99034, 40.71538]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99255, 40.71415]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99382, 40.71743]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99096, 40.71415]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99538, 40.71703]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99081, 40.71704]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99172, 40.71683]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99537, 40.71655]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99425, 40.71608]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99045, 40.71542]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99626, 40.71309]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99866, 40.71432]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99538, 40.71816]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.9964, 40.71799]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99063, 40.71401]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99107, 40.7165]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99182, 40.71491]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99224, 40.71655]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99254, 40.7142]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99514, 40.71471]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99083, 40.71541]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99198, 40.71376]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99395, 40.71395]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99461, 40.71787]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99171, 40.71585]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99161, 40.71416]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99711, 40.71385]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99559, 40.71744]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99581, 40.71789]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.9974, 40.71288]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99046, 40.71687]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99088, 40.71529]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99464, 40.71377]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.9909, 40.71363]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99066, 40.71629]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99074, 40.71687]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99211, 40.71565]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99604, 40.71889]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99169, 40.71521]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99404, 40.71627]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99094, 40.71449]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99275, 40.71508]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99328, 40.71632]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99609, 40.71301]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99159, 40.71335]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99492, 40.71585]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.9958, 40.71859]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99791, 40.71513]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99033, 40.71507]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99118, 40.71553]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.9923, 40.71703]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99204, 40.71609]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.9995, 40.71469]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99589, 40.71294]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99606, 40.71521]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99995, 40.71624]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99312, 40.71721]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99076, 40.71403]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99571, 40.71747]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.9993, 40.71471]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99434, 40.71409]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99031, 40.71695]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99633, 40.71665]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99752, 40.713]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99037, 40.71344]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99112, 40.71508]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99183, 40.7157]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99056, 40.71581]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.98998, 40.71665]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99671, 40.71826]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-74.00076, 40.71694]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99291, 40.71405]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99609, 40.71382]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99655, 40.71809]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.9915, 40.71412]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-74.00228, 40.71844]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.9899, 40.71567]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99956, 40.71735]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99157, 40.71448]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99375, 40.71411]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99338, 40.71703]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99633, 40.71866]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99664, 40.71786]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99668, 40.71705]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99063, 40.71509]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99409, 40.71745]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99592, 40.71346]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99539, 40.71611]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.9968, 40.71424]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99248, 40.71636]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99151, 40.71396]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99328, 40.71762]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.9967, 40.71509]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99571, 40.714]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99628, 40.71709]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99313, 40.71367]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99248, 40.7148]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99824, 40.71611]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99443, 40.71305]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99828, 40.7161]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99229, 40.71714]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99153, 40.71364]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99951, 40.71404]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99379, 40.71539]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99323, 40.71543]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99162, 40.71391]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.98999, 40.71628]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99518, 40.71786]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99978, 40.71456]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99169, 40.71564]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99632, 40.71353]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99171, 40.71601]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99878, 40.71491]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99794, 40.71536]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99355, 40.71371]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99066, 40.71502]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99056, 40.71495]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99076, 40.71569]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99157, 40.7141]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99164, 40.71723]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99063, 40.7149]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99342, 40.71434]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99153, 40.71366]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99279, 40.7147]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99141, 40.71346]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99536, 40.71824]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99123, 40.71601]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99769, 40.71382]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99239, 40.71467]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99203, 40.71655]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99233, 40.71602]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99654, 40.7189]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99172, 40.7133]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99082, 40.71403]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99047, 40.71614]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99265, 40.71319]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99079, 40.71674]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99806, 40.71415]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99748, 40.7158]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.9958, 40.71457]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.9956, 40.7133]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99419, 40.71333]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99587, 40.7179]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99168, 40.71489]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99116, 40.71647]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99052, 40.71342]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99421, 40.71569]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99014, 40.71585]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99135, 40.71348]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99076, 40.71566]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99539, 40.71681]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99257, 40.71475]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99045, 40.71342]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99261, 40.71427]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.9977, 40.71363]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99209, 40.71556]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99784, 40.71661]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.9964, 40.71787]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99199, 40.71505]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99509, 40.71775]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99298, 40.71555]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99372, 40.71743]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99843, 40.71682]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99238, 40.71418]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99167, 40.71638]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99216, 40.71463]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99287, 40.71445]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-74.00215, 40.71807]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99234, 40.71556]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99433, 40.71447]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99344, 40.71444]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99178, 40.71695]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99651, 40.71825]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99157, 40.71485]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99119, 40.71537]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.98954, 40.71668]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99162, 40.71723]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99032, 40.71694]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99457, 40.71765]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99028, 40.71433]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99115, 40.71339]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99976, 40.7149]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99107, 40.71399]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99133, 40.71633]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99574, 40.71682]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99042, 40.71655]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99903, 40.71532]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99112, 40.71446]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99971, 40.71479]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99669, 40.71312]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99703, 40.71283]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99069, 40.7134]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99986, 40.71509]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99827, 40.71515]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99902, 40.71582]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99099, 40.71515]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99102, 40.71482]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99628, 40.71892]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99675, 40.71717]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99343, 40.71532]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.9922, 40.71759]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.991, 40.71489]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99721, 40.71591]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99934, 40.71568]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99271, 40.71454]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99121, 40.7135]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99224, 40.71626]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.9995, 40.71479]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.98975, 40.71629]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.9898, 40.71592]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-74.00214, 40.71845]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99503, 40.71756]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99731, 40.71572]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99275, 40.71431]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99293, 40.71602]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99285, 40.71706]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99144, 40.71661]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.9912, 40.71475]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99184, 40.71672]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.9973, 40.71308]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99355, 40.71522]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99532, 40.71843]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99085, 40.71614]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99587, 40.71865]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99176, 40.71573]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99801, 40.71652]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99253, 40.71579]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99081, 40.71608]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99275, 40.71661]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99698, 40.71326]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99226, 40.71338]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99053, 40.71651]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99273, 40.71612]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.991, 40.7146]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99112, 40.71379]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.98962, 40.71608]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99369, 40.71676]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99652, 40.71882]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99562, 40.7182]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99091, 40.71473]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99287, 40.71483]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99188, 40.7164]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99158, 40.71579]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99731, 40.71552]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99076, 40.71391]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99641, 40.71835]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99938, 40.7153]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99004, 40.71538]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99488, 40.71591]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99031, 40.71634]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99145, 40.71605]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99225, 40.71333]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99638, 40.7137]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.9989, 40.71587]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99208, 40.71418]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99784, 40.71381]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99109, 40.71719]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99119, 40.7142]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99233, 40.71608]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99947, 40.7152]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99507, 40.71683]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99056, 40.71601]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.9975, 40.71508]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99266, 40.71613]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99054, 40.71463]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99295, 40.71418]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99225, 40.71618]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99379, 40.71634]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99379, 40.7162]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99222, 40.71659]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99666, 40.718]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99752, 40.71323]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99092, 40.71539]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99708, 40.71795]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99348, 40.71443]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99392, 40.7171]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99586, 40.71879]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99264, 40.7175]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99315, 40.71328]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99758, 40.7138]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99198, 40.7155]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99459, 40.71489]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99311, 40.71377]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99187, 40.71401]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99015, 40.71624]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99658, 40.71463]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99743, 40.7164]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99566, 40.71702]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99644, 40.71624]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99052, 40.71544]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99348, 40.71676]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.9912, 40.7139]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99094, 40.7157]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99575, 40.71409]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99908, 40.71708]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99091, 40.71555]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.9908, 40.71445]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99438, 40.71489]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.9927, 40.71624]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.98995, 40.71674]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99174, 40.71569]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99484, 40.71304]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99059, 40.7159]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99615, 40.71313]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99074, 40.71685]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-74.0004, 40.71727]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99226, 40.71546]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99692, 40.71351]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99242, 40.71523]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99442, 40.71423]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99707, 40.71399]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.98945, 40.71659]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99175, 40.71426]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.9973, 40.71365]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99669, 40.71538]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.9912, 40.71648]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99532, 40.71343]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99889, 40.71586]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-74.00009, 40.71786]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.9897, 40.71633]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99121, 40.71612]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99841, 40.71527]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99443, 40.71833]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99592, 40.71357]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99699, 40.71688]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99569, 40.71781]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99405, 40.71611]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99081, 40.71472]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99843, 40.71394]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99778, 40.71474]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99066, 40.71707]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99801, 40.71483]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Chinatown'}, geometry: { type: 'Point', coordinates:[-73.99073, 40.71668]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, City Island'}, geometry: { type: 'Point', coordinates:[-73.78987, 40.84879]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, City Island'}, geometry: { type: 'Point', coordinates:[-73.78948, 40.85306]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, City Island'}, geometry: { type: 'Point', coordinates:[-73.78873, 40.85235]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, City Island'}, geometry: { type: 'Point', coordinates:[-73.78762, 40.85258]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, City Island'}, geometry: { type: 'Point', coordinates:[-73.78363, 40.8421]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, City Island'}, geometry: { type: 'Point', coordinates:[-73.78868, 40.85205]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, City Island'}, geometry: { type: 'Point', coordinates:[-73.78414, 40.85139]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, City Island'}, geometry: { type: 'Point', coordinates:[-73.78587, 40.83959]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, City Island'}, geometry: { type: 'Point', coordinates:[-73.78573, 40.85104]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, City Island'}, geometry: { type: 'Point', coordinates:[-73.78371, 40.84431]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, City Island'}, geometry: { type: 'Point', coordinates:[-73.78954, 40.84487]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, City Island'}, geometry: { type: 'Point', coordinates:[-73.78287, 40.83988]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, City Island'}, geometry: { type: 'Point', coordinates:[-73.79056, 40.85746]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, City Island'}, geometry: { type: 'Point', coordinates:[-73.78661, 40.84977]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, City Island'}, geometry: { type: 'Point', coordinates:[-73.78158, 40.83914]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, City Island'}, geometry: { type: 'Point', coordinates:[-73.78963, 40.84802]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, City Island'}, geometry: { type: 'Point', coordinates:[-73.78717, 40.84964]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-74.00484, 40.71389]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-74.00334, 40.71674]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-73.99853, 40.71327]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-74.00267, 40.71649]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-74.00401, 40.71625]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-74.00806, 40.71172]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-74.00181, 40.71537]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-74.00061, 40.71567]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-74.00545, 40.71395]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-74.00749, 40.71167]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-74.00747, 40.71237]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-73.99897, 40.71259]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-74.00763, 40.71175]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-73.99811, 40.71287]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-74.00681, 40.71313]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-74.00108, 40.7141]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-74.00368, 40.71715]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-73.99925, 40.71353]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-73.99881, 40.71324]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-74.00493, 40.71252]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-74.00489, 40.71391]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-74.0053, 40.71365]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-74.00138, 40.71654]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-74.00654, 40.71317]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-74.00684, 40.71234]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-74.00257, 40.71626]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-73.99785, 40.71219]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-74.00529, 40.7139]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-74.00694, 40.71193]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-73.99929, 40.71342]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-73.99893, 40.71264]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-74.00684, 40.71224]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-73.99822, 40.71331]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-74.00704, 40.71194]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-74.00774, 40.71164]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-74.00687, 40.71335]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-74.00402, 40.71645]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-74.00757, 40.71195]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-74.00527, 40.7131]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-74.00335, 40.71727]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-74.00231, 40.71663]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-74.00522, 40.71483]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-74.00621, 40.7139]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-74.00643, 40.71332]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-74.00541, 40.71313]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-74.00498, 40.71316]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Civic Center'}, geometry: { type: 'Point', coordinates:[-74.00538, 40.71359]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Claremont Village'}, geometry: { type: 'Point', coordinates:[-73.91108, 40.83561]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Claremont Village'}, geometry: { type: 'Point', coordinates:[-73.91079, 40.83625]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Claremont Village'}, geometry: { type: 'Point', coordinates:[-73.91118, 40.83739]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Claremont Village'}, geometry: { type: 'Point', coordinates:[-73.9104, 40.83507]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Claremont Village'}, geometry: { type: 'Point', coordinates:[-73.911, 40.84367]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Claremont Village'}, geometry: { type: 'Point', coordinates:[-73.91023, 40.8357]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Claremont Village'}, geometry: { type: 'Point', coordinates:[-73.91076, 40.8399]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Claremont Village'}, geometry: { type: 'Point', coordinates:[-73.91159, 40.84171]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Claremont Village'}, geometry: { type: 'Point', coordinates:[-73.91021, 40.83458]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Claremont Village'}, geometry: { type: 'Point', coordinates:[-73.90811, 40.84487]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Claremont Village'}, geometry: { type: 'Point', coordinates:[-73.91103, 40.84355]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Claremont Village'}, geometry: { type: 'Point', coordinates:[-73.91108, 40.84192]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Claremont Village'}, geometry: { type: 'Point', coordinates:[-73.9016, 40.83796]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Claremont Village'}, geometry: { type: 'Point', coordinates:[-73.90827, 40.84381]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Claremont Village'}, geometry: { type: 'Point', coordinates:[-73.91027, 40.84145]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Claremont Village'}, geometry: { type: 'Point', coordinates:[-73.91114, 40.835]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Claremont Village'}, geometry: { type: 'Point', coordinates:[-73.91003, 40.83499]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Claremont Village'}, geometry: { type: 'Point', coordinates:[-73.91098, 40.83556]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Claremont Village'}, geometry: { type: 'Point', coordinates:[-73.90651, 40.83652]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Clason Point'}, geometry: { type: 'Point', coordinates:[-73.86343, 40.81728]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Clason Point'}, geometry: { type: 'Point', coordinates:[-73.86515, 40.81812]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Clason Point'}, geometry: { type: 'Point', coordinates:[-73.85327, 40.80504]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Clason Point'}, geometry: { type: 'Point', coordinates:[-73.86355, 40.81645]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Clason Point'}, geometry: { type: 'Point', coordinates:[-73.8518, 40.80644]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Bronx, Clason Point'}, geometry: { type: 'Point', coordinates:[-73.85303, 40.80873]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Clason Point'}, geometry: { type: 'Point', coordinates:[-73.85514, 40.81309]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Clason Point'}, geometry: { type: 'Point', coordinates:[-73.85334, 40.81192]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Clason Point'}, geometry: { type: 'Point', coordinates:[-73.85349, 40.81225]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Clason Point'}, geometry: { type: 'Point', coordinates:[-73.85204, 40.80771]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Clason Point'}, geometry: { type: 'Point', coordinates:[-73.85312, 40.80652]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Clason Point'}, geometry: { type: 'Point', coordinates:[-73.85502, 40.81225]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Clason Point'}, geometry: { type: 'Point', coordinates:[-73.85367, 40.81309]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Bronx, Clason Point'}, geometry: { type: 'Point', coordinates:[-73.85535, 40.81231]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Bronx, Clason Point'}, geometry: { type: 'Point', coordinates:[-73.853, 40.81029]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Bronx, Clason Point'}, geometry: { type: 'Point', coordinates:[-73.8791, 40.81862]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Clason Point'}, geometry: { type: 'Point', coordinates:[-73.85371, 40.81214]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Clason Point'}, geometry: { type: 'Point', coordinates:[-73.85607, 40.8115]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Clason Point'}, geometry: { type: 'Point', coordinates:[-73.86164, 40.81773]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Clason Point'}, geometry: { type: 'Point', coordinates:[-73.86741, 40.81699]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Clason Point'}, geometry: { type: 'Point', coordinates:[-73.85107, 40.80924]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Clifton'}, geometry: { type: 'Point', coordinates:[-74.08567, 40.61706]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Clifton'}, geometry: { type: 'Point', coordinates:[-74.08552, 40.61683]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Clifton'}, geometry: { type: 'Point', coordinates:[-74.08666, 40.61603]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Staten Island, Clifton'}, geometry: { type: 'Point', coordinates:[-74.0855, 40.61672]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Clifton'}, geometry: { type: 'Point', coordinates:[-74.07451, 40.6205]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Clifton'}, geometry: { type: 'Point', coordinates:[-74.07373, 40.62375]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Clifton'}, geometry: { type: 'Point', coordinates:[-74.08274, 40.6216]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Clifton'}, geometry: { type: 'Point', coordinates:[-74.07571, 40.62356]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Staten Island, Clifton'}, geometry: { type: 'Point', coordinates:[-74.08658, 40.61575]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Staten Island, Clifton'}, geometry: { type: 'Point', coordinates:[-74.08535, 40.61595]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Clifton'}, geometry: { type: 'Point', coordinates:[-74.08513, 40.61543]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Clifton'}, geometry: { type: 'Point', coordinates:[-74.0861, 40.61804]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Staten Island, Clifton'}, geometry: { type: 'Point', coordinates:[-74.08496, 40.61542]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Clifton'}, geometry: { type: 'Point', coordinates:[-74.07848, 40.62318]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Clifton'}, geometry: { type: 'Point', coordinates:[-74.07356, 40.62578]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Clifton'}, geometry: { type: 'Point', coordinates:[-74.07555, 40.62323]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Clifton'}, geometry: { type: 'Point', coordinates:[-74.07596, 40.62349]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96436, 40.68252]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96631, 40.68421]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96044, 40.68678]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96731, 40.68378]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.95976, 40.68514]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96096, 40.68761]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96668, 40.6887]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96918, 40.69394]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96462, 40.69509]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96705, 40.6954]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96883, 40.6903]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96439, 40.68766]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96397, 40.68261]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96394, 40.68348]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96865, 40.69289]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96446, 40.6955]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96702, 40.69517]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96495, 40.68878]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96446, 40.68281]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96244, 40.69368]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.95965, 40.68553]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96126, 40.68118]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96102, 40.69235]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96429, 40.68908]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96716, 40.68521]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96535, 40.6897]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.97003, 40.69593]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96319, 40.68121]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96715, 40.69594]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96286, 40.68128]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96351, 40.68414]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96704, 40.68334]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96788, 40.69415]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96115, 40.68746]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96465, 40.68399]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96348, 40.68304]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96601, 40.68323]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96773, 40.69316]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96052, 40.68451]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96848, 40.68854]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96466, 40.69595]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96065, 40.68894]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96998, 40.69559]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96572, 40.69487]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96848, 40.69427]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96531, 40.68409]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96898, 40.69439]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96177, 40.68683]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96851, 40.69298]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96043, 40.69069]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96741, 40.6854]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96603, 40.6921]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96167, 40.68255]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.965, 40.69278]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96207, 40.68636]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96343, 40.68099]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9636, 40.6842]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96934, 40.69172]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96452, 40.68374]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96051, 40.68465]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96784, 40.69353]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.966, 40.68634]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96748, 40.68385]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96803, 40.68891]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96799, 40.68477]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96439, 40.69456]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96214, 40.68211]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96004, 40.68103]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96715, 40.68407]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96675, 40.68272]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.95982, 40.68433]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9621, 40.6867]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9666, 40.69539]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96496, 40.69489]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96559, 40.6926]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96543, 40.69332]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96461, 40.68371]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96269, 40.69561]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9627, 40.68358]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96139, 40.68846]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96572, 40.68698]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96073, 40.68502]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96049, 40.68699]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96095, 40.68987]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9605, 40.69047]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96625, 40.68548]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96479, 40.68538]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9609, 40.68329]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.95975, 40.68646]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96558, 40.68583]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96646, 40.69205]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96832, 40.68964]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96534, 40.68545]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96405, 40.68606]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9669, 40.69444]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96556, 40.69352]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96789, 40.6858]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9656, 40.68481]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9643, 40.68246]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96736, 40.69043]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9661, 40.68634]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96073, 40.68973]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96376, 40.68672]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96188, 40.69546]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96147, 40.68866]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96626, 40.69244]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96124, 40.68641]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96276, 40.68152]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96744, 40.69356]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96646, 40.69159]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96762, 40.69073]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96188, 40.69675]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96035, 40.68859]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96293, 40.68594]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96603, 40.68618]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9607, 40.68524]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96554, 40.69322]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96824, 40.69284]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96006, 40.68165]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96494, 40.68199]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96259, 40.68895]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96095, 40.68561]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9671, 40.69368]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96661, 40.68424]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96115, 40.68297]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96899, 40.69248]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96427, 40.69465]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9652, 40.69344]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96944, 40.69571]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96605, 40.68457]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96121, 40.68215]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96619, 40.69074]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9615, 40.68697]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96865, 40.69003]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96888, 40.69494]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96002, 40.68753]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96351, 40.69319]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96048, 40.68545]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9609, 40.68552]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96538, 40.69116]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96526, 40.68215]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96743, 40.68266]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96018, 40.68615]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96511, 40.69365]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9659, 40.68182]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96523, 40.68873]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96879, 40.69223]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9665, 40.69259]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96606, 40.6944]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96632, 40.69345]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9603, 40.68076]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96161, 40.68634]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9643, 40.68485]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96686, 40.6912]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96109, 40.6859]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96481, 40.69432]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96197, 40.6886]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96112, 40.6855]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96215, 40.68828]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96076, 40.68321]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96633, 40.69471]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96201, 40.69388]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96638, 40.68491]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96403, 40.69483]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96198, 40.69454]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96677, 40.68284]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96366, 40.68832]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96577, 40.69048]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96638, 40.68511]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96656, 40.69011]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96675, 40.69034]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96273, 40.68202]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96292, 40.68382]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9641, 40.68572]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96537, 40.68156]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9631, 40.68695]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9624, 40.68639]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96488, 40.68147]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96455, 40.68425]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96043, 40.68232]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.95886, 40.68277]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96067, 40.68318]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96565, 40.69422]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96279, 40.68183]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96775, 40.68511]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96313, 40.68929]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96188, 40.68541]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96238, 40.68556]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96213, 40.69512]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96966, 40.69358]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9676, 40.68667]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96681, 40.68405]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96475, 40.69302]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96581, 40.69415]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.95889, 40.68142]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96517, 40.6868]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96649, 40.69258]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96742, 40.68313]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96288, 40.69631]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96583, 40.68827]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96126, 40.69478]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96691, 40.68645]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96336, 40.68439]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96389, 40.69413]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96692, 40.69215]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96481, 40.68368]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96178, 40.68678]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96761, 40.6866]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96789, 40.68513]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96288, 40.68548]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96308, 40.6946]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96504, 40.69229]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96526, 40.68428]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96201, 40.68384]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96624, 40.69191]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96736, 40.68535]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96284, 40.69591]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96128, 40.68235]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96258, 40.68299]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96144, 40.68618]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96372, 40.69494]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96201, 40.68391]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96446, 40.68625]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.95888, 40.6825]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96418, 40.68233]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96771, 40.68352]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96434, 40.68583]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96311, 40.68575]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96229, 40.69377]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96242, 40.68423]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96387, 40.69343]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96528, 40.68446]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96604, 40.69525]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.95997, 40.68775]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96183, 40.69307]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9616, 40.68499]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96254, 40.69485]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9606, 40.68341]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9618, 40.68752]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96568, 40.68331]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96604, 40.68769]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96182, 40.68836]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96368, 40.684]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96664, 40.68252]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96344, 40.69585]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96759, 40.68667]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96075, 40.68482]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96018, 40.68839]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.95902, 40.68096]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96714, 40.68447]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9625, 40.68403]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96425, 40.68454]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96567, 40.69485]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96268, 40.68141]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9669, 40.6902]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96303, 40.68468]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96863, 40.69325]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96813, 40.69306]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9607, 40.69188]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.95982, 40.68367]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96384, 40.68235]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96727, 40.69374]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96093, 40.69319]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96079, 40.69143]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96595, 40.68307]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96022, 40.68566]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96688, 40.68752]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96487, 40.68325]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9645, 40.68339]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96244, 40.68568]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96728, 40.68541]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96789, 40.69105]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96474, 40.68939]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96193, 40.68109]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96065, 40.68396]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96752, 40.68658]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96082, 40.68933]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9669, 40.68717]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96637, 40.68402]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.969, 40.69561]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96376, 40.68432]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96538, 40.69239]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96314, 40.68553]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96316, 40.68305]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96408, 40.68843]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96326, 40.68522]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96133, 40.68873]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9675, 40.68995]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96152, 40.68356]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96649, 40.69308]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96141, 40.68883]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96672, 40.68476]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.95956, 40.68563]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96618, 40.69488]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9656, 40.69279]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96823, 40.6964]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96697, 40.69375]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96635, 40.68943]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96199, 40.69521]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96111, 40.68496]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96337, 40.68443]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96481, 40.68552]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.97006, 40.69462]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96186, 40.69461]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96269, 40.68834]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96154, 40.68229]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96627, 40.68572]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96116, 40.68605]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96507, 40.69093]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9657, 40.68527]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96271, 40.68332]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96151, 40.69411]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96007, 40.6819]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96484, 40.69439]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96533, 40.68976]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96305, 40.68363]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96852, 40.68817]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96963, 40.6938]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96063, 40.68697]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.95838, 40.68041]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96233, 40.69404]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96049, 40.68882]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96245, 40.69513]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96703, 40.68173]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.95976, 40.68414]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96297, 40.68712]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96196, 40.69303]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9592, 40.68312]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96723, 40.69137]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9677, 40.69418]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96095, 40.68741]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96611, 40.69556]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96108, 40.68256]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96467, 40.68409]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.961, 40.69139]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96042, 40.68384]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96151, 40.69292]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96483, 40.68378]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96392, 40.68387]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96536, 40.6846]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9649, 40.68416]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96072, 40.68998]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9655, 40.69083]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96788, 40.69]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96382, 40.68454]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96186, 40.68771]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96576, 40.68399]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.95848, 40.68059]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96319, 40.68383]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96385, 40.68448]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96156, 40.68878]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96839, 40.68961]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96492, 40.68535]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96658, 40.68231]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96917, 40.6943]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96221, 40.6844]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96083, 40.68162]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96691, 40.68472]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96631, 40.68265]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96563, 40.68366]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96719, 40.68374]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96385, 40.6853]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96474, 40.68214]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9632, 40.68474]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96826, 40.69369]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96757, 40.69458]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96639, 40.69087]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96127, 40.69218]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96571, 40.68707]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96813, 40.69757]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96106, 40.69103]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96621, 40.69386]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96003, 40.68657]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96703, 40.69466]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96549, 40.68197]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96226, 40.68713]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96699, 40.69158]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96426, 40.69194]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96024, 40.68288]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96765, 40.6863]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9605, 40.68153]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96782, 40.68764]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96773, 40.68453]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96661, 40.69394]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96812, 40.69479]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.967, 40.69347]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96808, 40.68507]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96059, 40.69112]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96614, 40.6848]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96433, 40.68207]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96654, 40.68732]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96572, 40.68683]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96624, 40.68318]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9639, 40.6926]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96354, 40.68241]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96132, 40.69306]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96732, 40.6907]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96828, 40.69242]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96332, 40.68458]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96786, 40.68381]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96707, 40.68628]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96361, 40.68724]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96802, 40.68631]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96501, 40.68232]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.966, 40.6873]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96711, 40.68999]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9634, 40.6873]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96281, 40.6881]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96094, 40.69194]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96866, 40.69416]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96796, 40.69545]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9666, 40.68517]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96682, 40.68969]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96592, 40.69288]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96848, 40.69475]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96714, 40.68404]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96152, 40.69354]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96114, 40.68805]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96285, 40.68444]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96944, 40.69619]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96015, 40.68717]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96737, 40.68443]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96841, 40.69387]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96219, 40.6848]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96489, 40.68895]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96348, 40.68352]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96153, 40.69344]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96766, 40.68319]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96708, 40.68785]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96213, 40.68675]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96154, 40.68864]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96784, 40.68902]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96431, 40.69449]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.95979, 40.68761]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9639, 40.68699]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96461, 40.68451]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96669, 40.68492]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96111, 40.69345]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96176, 40.6838]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9677, 40.69075]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96026, 40.68389]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96412, 40.69315]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96613, 40.69526]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.95981, 40.68514]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96651, 40.68554]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96539, 40.68633]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96713, 40.68963]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96461, 40.68585]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96191, 40.68728]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96759, 40.68864]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96453, 40.68924]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96587, 40.68645]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96526, 40.6828]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96602, 40.6893]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96304, 40.68771]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96942, 40.69741]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9676, 40.68604]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96563, 40.69127]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96762, 40.69045]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96572, 40.69161]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96529, 40.69106]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9612, 40.6867]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9678, 40.68908]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96103, 40.68542]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96744, 40.69573]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96796, 40.69027]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96539, 40.69072]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9613, 40.689]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96062, 40.68694]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96761, 40.6896]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96524, 40.69339]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96511, 40.6919]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96872, 40.69174]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96192, 40.68399]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96428, 40.68419]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96757, 40.68477]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96704, 40.69025]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96118, 40.68769]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96487, 40.68274]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96165, 40.68313]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96966, 40.69575]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96408, 40.69459]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96872, 40.69558]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96027, 40.68809]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96367, 40.68274]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96261, 40.69589]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96238, 40.6818]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96691, 40.6841]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96292, 40.68632]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96542, 40.68275]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96052, 40.69096]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96264, 40.68346]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96198, 40.69616]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96059, 40.69151]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96927, 40.69167]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96056, 40.68557]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96634, 40.69414]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9681, 40.68924]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96401, 40.69445]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96174, 40.68701]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96748, 40.68354]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96321, 40.68245]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96508, 40.69274]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96062, 40.68962]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96508, 40.6917]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96755, 40.68623]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96374, 40.68346]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9611, 40.69342]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96501, 40.69244]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9688, 40.6952]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96419, 40.69482]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96879, 40.68933]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96842, 40.69049]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96324, 40.6869]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96446, 40.68731]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96433, 40.68715]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96297, 40.68911]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96536, 40.68214]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.95981, 40.68664]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96264, 40.68409]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96655, 40.69322]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96873, 40.69127]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96252, 40.68673]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9635, 40.68699]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96201, 40.68389]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96317, 40.68303]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.95998, 40.68206]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96785, 40.68729]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96395, 40.6854]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96094, 40.68402]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96553, 40.68983]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96099, 40.6913]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96701, 40.69289]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96412, 40.68653]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.9627, 40.68386]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96179, 40.68618]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96808, 40.68533]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96536, 40.68613]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96542, 40.68413]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96486, 40.68227]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96703, 40.68975]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96724, 40.68975]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.95988, 40.68303]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96788, 40.68628]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96013, 40.68182]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96148, 40.68275]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96595, 40.68397]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96695, 40.68971]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96476, 40.68855]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96239, 40.68843]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.95982, 40.68689]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96407, 40.69404]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96472, 40.68456]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96046, 40.69042]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96223, 40.68436]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96499, 40.68459]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96505, 40.6837]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96525, 40.69208]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96026, 40.68432]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96996, 40.69462]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96122, 40.68336]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96163, 40.68316]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96751, 40.69338]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96153, 40.68349]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Clinton Hill'}, geometry: { type: 'Point', coordinates:[-73.96524, 40.68499]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Co-op City'}, geometry: { type: 'Point', coordinates:[-73.82154, 40.86646]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Co-op City'}, geometry: { type: 'Point', coordinates:[-73.82494, 40.86317]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99383, 40.68954]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99804, 40.68553]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99821, 40.68828]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99151, 40.68665]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99545, 40.68517]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99438, 40.68934]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.9996, 40.68498]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99977, 40.6858]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99284, 40.68754]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99206, 40.68868]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99681, 40.68628]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99572, 40.68561]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99546, 40.6894]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99809, 40.68866]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99523, 40.6901]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99097, 40.68661]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99385, 40.68946]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99288, 40.68653]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99131, 40.68846]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99517, 40.68902]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99899, 40.68749]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99825, 40.68477]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99415, 40.68781]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.9922, 40.68665]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99183, 40.6857]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.999, 40.68688]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99125, 40.68766]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99573, 40.68569]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99751, 40.68604]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99763, 40.68631]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99741, 40.6869]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.9956, 40.68849]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99142, 40.68844]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99245, 40.68732]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.9995, 40.68675]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99168, 40.6887]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99955, 40.68696]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99653, 40.68673]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99586, 40.68581]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99864, 40.68698]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-74.00056, 40.68538]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99893, 40.68706]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99763, 40.68836]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99779, 40.68556]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99311, 40.68985]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99195, 40.68814]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.9976, 40.68908]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99633, 40.69035]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99825, 40.68886]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99229, 40.68744]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99443, 40.6885]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99583, 40.68391]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99229, 40.68796]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99483, 40.68818]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99533, 40.68854]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99632, 40.68617]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99896, 40.68864]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99806, 40.68974]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99937, 40.68817]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99158, 40.68795]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99499, 40.68554]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99386, 40.68926]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99877, 40.68611]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99675, 40.68982]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99634, 40.68805]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99257, 40.68635]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99421, 40.68811]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99829, 40.68557]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99131, 40.68704]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99328, 40.68703]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99182, 40.68803]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99855, 40.68874]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99123, 40.6866]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99861, 40.68537]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99818, 40.68691]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.9976, 40.68643]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99259, 40.68963]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99709, 40.68518]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99557, 40.68846]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99132, 40.6883]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.9989, 40.68834]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99966, 40.68652]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99801, 40.68582]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99909, 40.68669]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99958, 40.68574]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99471, 40.68534]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99257, 40.68648]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.9914, 40.68712]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99376, 40.68759]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99526, 40.6885]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99673, 40.68542]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99837, 40.68525]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99283, 40.68714]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99054, 40.68701]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99426, 40.68789]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99966, 40.685]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99181, 40.68785]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cobble Hill'}, geometry: { type: 'Point', coordinates:[-73.99498, 40.6881]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, College Point'}, geometry: { type: 'Point', coordinates:[-73.85754, 40.78497]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, College Point'}, geometry: { type: 'Point', coordinates:[-73.83875, 40.78417]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, College Point'}, geometry: { type: 'Point', coordinates:[-73.83921, 40.78955]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, College Point'}, geometry: { type: 'Point', coordinates:[-73.84726, 40.79427]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, College Point'}, geometry: { type: 'Point', coordinates:[-73.83923, 40.78631]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, College Point'}, geometry: { type: 'Point', coordinates:[-73.84675, 40.79439]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, College Point'}, geometry: { type: 'Point', coordinates:[-73.84766, 40.79118]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, College Point'}, geometry: { type: 'Point', coordinates:[-73.84542, 40.76813]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, College Point'}, geometry: { type: 'Point', coordinates:[-73.8473, 40.79511]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, College Point'}, geometry: { type: 'Point', coordinates:[-73.84242, 40.77981]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, College Point'}, geometry: { type: 'Point', coordinates:[-73.84544, 40.79469]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, College Point'}, geometry: { type: 'Point', coordinates:[-73.84506, 40.78141]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, College Point'}, geometry: { type: 'Point', coordinates:[-73.84392, 40.77639]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, College Point'}, geometry: { type: 'Point', coordinates:[-73.84198, 40.7806]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, College Point'}, geometry: { type: 'Point', coordinates:[-73.83237, 40.77773]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, College Point'}, geometry: { type: 'Point', coordinates:[-73.84056, 40.78824]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, College Point'}, geometry: { type: 'Point', coordinates:[-73.84408, 40.77857]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, College Point'}, geometry: { type: 'Point', coordinates:[-73.84323, 40.77859]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, College Point'}, geometry: { type: 'Point', coordinates:[-73.82841, 40.78687]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Columbia St'}, geometry: { type: 'Point', coordinates:[-74.0039, 40.68155]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Columbia St'}, geometry: { type: 'Point', coordinates:[-74.00228, 40.6851]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Columbia St'}, geometry: { type: 'Point', coordinates:[-74.00181, 40.68863]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Columbia St'}, geometry: { type: 'Point', coordinates:[-74.00301, 40.68356]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Columbia St'}, geometry: { type: 'Point', coordinates:[-73.99971, 40.6892]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Columbia St'}, geometry: { type: 'Point', coordinates:[-73.99903, 40.68928]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Columbia St'}, geometry: { type: 'Point', coordinates:[-74.00392, 40.68443]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Columbia St'}, geometry: { type: 'Point', coordinates:[-74.00164, 40.68591]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Columbia St'}, geometry: { type: 'Point', coordinates:[-74.0046, 40.68274]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Columbia St'}, geometry: { type: 'Point', coordinates:[-74.00433, 40.68274]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Columbia St'}, geometry: { type: 'Point', coordinates:[-74.00224, 40.68255]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Columbia St'}, geometry: { type: 'Point', coordinates:[-74.00122, 40.68606]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Columbia St'}, geometry: { type: 'Point', coordinates:[-74.00369, 40.68183]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Columbia St'}, geometry: { type: 'Point', coordinates:[-74.004, 40.68404]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Columbia St'}, geometry: { type: 'Point', coordinates:[-74.00462, 40.68181]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Columbia St'}, geometry: { type: 'Point', coordinates:[-74.00112, 40.68685]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Columbia St'}, geometry: { type: 'Point', coordinates:[-73.99907, 40.68988]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Columbia St'}, geometry: { type: 'Point', coordinates:[-74.0041, 40.68261]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Columbia St'}, geometry: { type: 'Point', coordinates:[-74.00338, 40.683]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Columbia St'}, geometry: { type: 'Point', coordinates:[-74.00313, 40.68418]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Columbia St'}, geometry: { type: 'Point', coordinates:[-74.00242, 40.68784]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Columbia St'}, geometry: { type: 'Point', coordinates:[-74.00366, 40.68173]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Columbia St'}, geometry: { type: 'Point', coordinates:[-74.00023, 40.6893]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Columbia St'}, geometry: { type: 'Point', coordinates:[-74.00265, 40.6827]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Columbia St'}, geometry: { type: 'Point', coordinates:[-74.00345, 40.68636]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Columbia St'}, geometry: { type: 'Point', coordinates:[-74.00037, 40.68787]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Columbia St'}, geometry: { type: 'Point', coordinates:[-74.0011, 40.68559]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Columbia St'}, geometry: { type: 'Point', coordinates:[-73.99997, 40.68796]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Columbia St'}, geometry: { type: 'Point', coordinates:[-74.00183, 40.68491]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Columbia St'}, geometry: { type: 'Point', coordinates:[-74.00147, 40.68721]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Columbia St'}, geometry: { type: 'Point', coordinates:[-74.00121, 40.68912]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Columbia St'}, geometry: { type: 'Point', coordinates:[-74.00352, 40.68727]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Columbia St'}, geometry: { type: 'Point', coordinates:[-74.00378, 40.68296]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Columbia St'}, geometry: { type: 'Point', coordinates:[-74.00073, 40.68674]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Columbia St'}, geometry: { type: 'Point', coordinates:[-74.00066, 40.68786]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Columbia St'}, geometry: { type: 'Point', coordinates:[-74.00357, 40.68051]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Columbia St'}, geometry: { type: 'Point', coordinates:[-74.00192, 40.68403]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Columbia St'}, geometry: { type: 'Point', coordinates:[-74.00484, 40.68388]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Columbia St'}, geometry: { type: 'Point', coordinates:[-74.00371, 40.68343]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Columbia St'}, geometry: { type: 'Point', coordinates:[-74.00141, 40.68626]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Columbia St'}, geometry: { type: 'Point', coordinates:[-74.00355, 40.68441]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Columbia St'}, geometry: { type: 'Point', coordinates:[-74.00387, 40.68053]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Concord'}, geometry: { type: 'Point', coordinates:[-74.07836, 40.59934]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Concord'}, geometry: { type: 'Point', coordinates:[-74.07788, 40.60077]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Concord'}, geometry: { type: 'Point', coordinates:[-74.0695, 40.60367]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Concord'}, geometry: { type: 'Point', coordinates:[-74.08754, 40.59719]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Concord'}, geometry: { type: 'Point', coordinates:[-74.08953, 40.60183]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Concord'}, geometry: { type: 'Point', coordinates:[-74.08709, 40.60732]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Concord'}, geometry: { type: 'Point', coordinates:[-74.08676, 40.59703]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Concord'}, geometry: { type: 'Point', coordinates:[-74.08391, 40.59784]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Concord'}, geometry: { type: 'Point', coordinates:[-74.08441, 40.60307]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Concord'}, geometry: { type: 'Point', coordinates:[-74.0893, 40.60213]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Concord'}, geometry: { type: 'Point', coordinates:[-74.08712, 40.60618]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Concord'}, geometry: { type: 'Point', coordinates:[-74.08716, 40.59704]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Concord'}, geometry: { type: 'Point', coordinates:[-74.08765, 40.60697]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Concord'}, geometry: { type: 'Point', coordinates:[-74.08893, 40.60531]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Concord'}, geometry: { type: 'Point', coordinates:[-74.08645, 40.59669]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Concord'}, geometry: { type: 'Point', coordinates:[-74.087, 40.59691]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Concord'}, geometry: { type: 'Point', coordinates:[-74.08324, 40.60228]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Concord'}, geometry: { type: 'Point', coordinates:[-74.0888, 40.60609]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Concord'}, geometry: { type: 'Point', coordinates:[-74.08907, 40.60613]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Concord'}, geometry: { type: 'Point', coordinates:[-74.07367, 40.60514]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Concord'}, geometry: { type: 'Point', coordinates:[-74.07701, 40.59972]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92783, 40.82228]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92582, 40.82327]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92778, 40.82415]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92844, 40.81952]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92655, 40.82636]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92206, 40.8325]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.91643, 40.83703]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92913, 40.81949]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92859, 40.8212]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92563, 40.82453]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92682, 40.82276]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92739, 40.82097]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92163, 40.83245]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92068, 40.83224]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92364, 40.82948]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.91777, 40.83659]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92304, 40.83083]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92344, 40.82623]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92204, 40.83416]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92884, 40.82132]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92557, 40.8262]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92506, 40.82481]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.91988, 40.83488]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.9279, 40.82388]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92714, 40.83012]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92617, 40.82354]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92308, 40.82773]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92249, 40.82909]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.9189, 40.83497]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92891, 40.82006]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92158, 40.83001]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92762, 40.81941]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92844, 40.82023]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92735, 40.81897]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92421, 40.82575]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.9212, 40.83197]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92856, 40.82145]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92035, 40.83243]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92236, 40.82913]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92463, 40.82753]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92439, 40.82822]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92806, 40.81906]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92715, 40.81954]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92047, 40.8315]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92682, 40.82341]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92158, 40.83285]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92223, 40.83193]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92251, 40.83007]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92773, 40.82122]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92725, 40.82381]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92683, 40.82153]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.9281, 40.8199]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.91797, 40.83513]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92698, 40.82162]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse'}, geometry: { type: 'Point', coordinates:[-73.92528, 40.82714]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Concourse Village'}, geometry: { type: 'Point', coordinates:[-73.92414, 40.82393]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse Village'}, geometry: { type: 'Point', coordinates:[-73.92183, 40.82692]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Concourse Village'}, geometry: { type: 'Point', coordinates:[-73.92092, 40.82974]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse Village'}, geometry: { type: 'Point', coordinates:[-73.91217, 40.83251]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse Village'}, geometry: { type: 'Point', coordinates:[-73.91977, 40.83168]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Concourse Village'}, geometry: { type: 'Point', coordinates:[-73.92312, 40.82603]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse Village'}, geometry: { type: 'Point', coordinates:[-73.91779, 40.82706]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Concourse Village'}, geometry: { type: 'Point', coordinates:[-73.91974, 40.82814]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Bronx, Concourse Village'}, geometry: { type: 'Point', coordinates:[-73.91969, 40.83206]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Concourse Village'}, geometry: { type: 'Point', coordinates:[-73.91742, 40.83331]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse Village'}, geometry: { type: 'Point', coordinates:[-73.91928, 40.83083]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Concourse Village'}, geometry: { type: 'Point', coordinates:[-73.91958, 40.83161]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Concourse Village'}, geometry: { type: 'Point', coordinates:[-73.9159, 40.82809]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Concourse Village'}, geometry: { type: 'Point', coordinates:[-73.91147, 40.83373]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse Village'}, geometry: { type: 'Point', coordinates:[-73.91337, 40.82705]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse Village'}, geometry: { type: 'Point', coordinates:[-73.91708, 40.83314]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse Village'}, geometry: { type: 'Point', coordinates:[-73.91935, 40.82674]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse Village'}, geometry: { type: 'Point', coordinates:[-73.92039, 40.82802]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse Village'}, geometry: { type: 'Point', coordinates:[-73.91669, 40.83413]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse Village'}, geometry: { type: 'Point', coordinates:[-73.92225, 40.82638]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse Village'}, geometry: { type: 'Point', coordinates:[-73.91856, 40.82855]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse Village'}, geometry: { type: 'Point', coordinates:[-73.91598, 40.83216]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse Village'}, geometry: { type: 'Point', coordinates:[-73.91632, 40.82731]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse Village'}, geometry: { type: 'Point', coordinates:[-73.91951, 40.83218]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Concourse Village'}, geometry: { type: 'Point', coordinates:[-73.91838, 40.83041]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse Village'}, geometry: { type: 'Point', coordinates:[-73.9116, 40.83311]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse Village'}, geometry: { type: 'Point', coordinates:[-73.92025, 40.83086]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Concourse Village'}, geometry: { type: 'Point', coordinates:[-73.91275, 40.83409]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Bronx, Concourse Village'}, geometry: { type: 'Point', coordinates:[-73.91245, 40.83257]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Concourse Village'}, geometry: { type: 'Point', coordinates:[-73.91834, 40.83288]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Coney Island'}, geometry: { type: 'Point', coordinates:[-73.98728, 40.57729]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Coney Island'}, geometry: { type: 'Point', coordinates:[-73.98719, 40.57904]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Coney Island'}, geometry: { type: 'Point', coordinates:[-73.98519, 40.58091]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Coney Island'}, geometry: { type: 'Point', coordinates:[-74.00101, 40.57476]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Coney Island'}, geometry: { type: 'Point', coordinates:[-74.00161, 40.57505]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Coney Island'}, geometry: { type: 'Point', coordinates:[-73.98362, 40.57964]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Coney Island'}, geometry: { type: 'Point', coordinates:[-73.98455, 40.57863]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Coney Island'}, geometry: { type: 'Point', coordinates:[-73.99044, 40.5738]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Coney Island'}, geometry: { type: 'Point', coordinates:[-73.99408, 40.57115]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Coney Island'}, geometry: { type: 'Point', coordinates:[-73.98439, 40.57706]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Coney Island'}, geometry: { type: 'Point', coordinates:[-73.98553, 40.57577]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Coney Island'}, geometry: { type: 'Point', coordinates:[-73.98465, 40.57575]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Coney Island'}, geometry: { type: 'Point', coordinates:[-73.98521, 40.57751]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Coney Island'}, geometry: { type: 'Point', coordinates:[-73.98605, 40.57609]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Coney Island'}, geometry: { type: 'Point', coordinates:[-73.98576, 40.57582]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Coney Island'}, geometry: { type: 'Point', coordinates:[-73.99712, 40.5721]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.8592, 40.74454]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.86477, 40.73894]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.85927, 40.745]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.85147, 40.73886]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.86618, 40.73888]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.86446, 40.74056]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.86012, 40.74464]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.85961, 40.75015]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.85595, 40.73729]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.86499, 40.74905]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.85244, 40.75094]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.85469, 40.74332]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.85683, 40.74598]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.86562, 40.73887]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.86617, 40.74333]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.86687, 40.74071]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.86396, 40.74825]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.86, 40.74126]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.86753, 40.74147]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.86489, 40.74889]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.86511, 40.74807]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.86637, 40.74352]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.86311, 40.74967]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.86005, 40.74322]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.857, 40.73702]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.86755, 40.74826]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.85587, 40.74736]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.85774, 40.7507]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.85786, 40.74699]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.86362, 40.73917]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.85861, 40.73703]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.86498, 40.74071]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.86351, 40.73759]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.85719, 40.74947]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.85436, 40.74864]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.8665, 40.73884]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.85653, 40.74789]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.85607, 40.74049]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.85784, 40.73863]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.86404, 40.73747]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.85374, 40.75047]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.86705, 40.74116]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.85808, 40.74025]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.8526, 40.75039]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.85861, 40.74419]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.86076, 40.74533]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.86618, 40.74086]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.86667, 40.74116]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.85781, 40.74666]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.86526, 40.74266]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.8632, 40.73726]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.85527, 40.7394]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.85219, 40.75134]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.85486, 40.74725]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.85334, 40.74122]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.85154, 40.75098]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.8535, 40.75058]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.86408, 40.74223]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.85651, 40.74061]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.84851, 40.73933]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.8647, 40.74748]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Corona'}, geometry: { type: 'Point', coordinates:[-73.8616, 40.73587]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96355, 40.67813]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92229, 40.67458]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95155, 40.67586]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94329, 40.6713]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95054, 40.6692]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95412, 40.66886]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96033, 40.67279]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96177, 40.67634]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95161, 40.67571]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94496, 40.6741]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95848, 40.67034]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96012, 40.67911]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95094, 40.6776]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94934, 40.67672]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95573, 40.67726]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95811, 40.66785]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95914, 40.66791]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94639, 40.67134]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94408, 40.67541]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94967, 40.67531]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95372, 40.66465]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93255, 40.66827]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95364, 40.6726]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95619, 40.66687]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95852, 40.67718]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94748, 40.67825]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95345, 40.66482]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93619, 40.66482]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95149, 40.67354]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94526, 40.67133]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9388, 40.67488]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93653, 40.6654]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94874, 40.67395]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95541, 40.67868]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95831, 40.67259]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95043, 40.6736]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94936, 40.67619]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95257, 40.67023]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95791, 40.67605]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94078, 40.67023]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94662, 40.67392]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95086, 40.66604]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9213, 40.67649]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9425, 40.67356]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95271, 40.67386]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95021, 40.67073]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95051, 40.67828]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94752, 40.67625]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95309, 40.67769]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9553, 40.6732]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94375, 40.67713]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93744, 40.67567]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95522, 40.67308]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95186, 40.66515]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96159, 40.6721]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95716, 40.67045]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95057, 40.67555]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94799, 40.67309]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.91777, 40.67116]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95219, 40.67713]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92957, 40.66676]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95903, 40.67809]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9621, 40.67586]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95131, 40.67777]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95768, 40.67238]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94979, 40.67147]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95578, 40.6758]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96118, 40.66563]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94914, 40.67255]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92405, 40.67588]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95386, 40.66568]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94854, 40.67749]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9247, 40.67265]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93776, 40.67679]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94798, 40.67564]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95887, 40.67377]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94247, 40.672]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96221, 40.67154]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9485, 40.67265]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93561, 40.67114]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95347, 40.67058]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93167, 40.66652]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94709, 40.67799]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94047, 40.66423]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9326, 40.67169]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95811, 40.671]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95549, 40.67838]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93216, 40.66431]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95467, 40.67587]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95008, 40.66946]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93975, 40.66954]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94333, 40.67646]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.90813, 40.67612]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96225, 40.67978]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9231, 40.67558]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95126, 40.66413]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.91841, 40.67228]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96035, 40.67089]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95561, 40.67298]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94133, 40.67634]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95684, 40.67156]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95107, 40.67542]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9504, 40.67586]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92305, 40.6756]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95667, 40.66356]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94886, 40.67757]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96147, 40.67652]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95181, 40.67147]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95292, 40.66887]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92054, 40.67002]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93597, 40.6703]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96154, 40.67252]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92131, 40.67356]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92334, 40.67306]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92165, 40.67368]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95748, 40.67896]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.91578, 40.67638]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95575, 40.67694]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94913, 40.67621]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95873, 40.67501]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95467, 40.67357]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9568, 40.67362]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93153, 40.67178]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95205, 40.66692]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92241, 40.67692]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92962, 40.67248]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95182, 40.67194]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95864, 40.67702]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9182, 40.67089]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94876, 40.67076]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95246, 40.67227]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95426, 40.66615]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94921, 40.67571]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94666, 40.67325]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94442, 40.6772]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95737, 40.67423]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95167, 40.66658]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94616, 40.67731]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95368, 40.67414]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95878, 40.67689]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94807, 40.67436]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95136, 40.67053]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94822, 40.66443]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95286, 40.67439]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92821, 40.66946]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95417, 40.67659]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94465, 40.6773]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93373, 40.66809]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.961, 40.67642]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92707, 40.67228]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9436, 40.67175]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.91847, 40.67636]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95071, 40.67604]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95743, 40.66881]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93406, 40.67024]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96066, 40.67559]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94084, 40.67068]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94994, 40.66429]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9535, 40.6739]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9535, 40.66733]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95634, 40.66973]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95621, 40.67052]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9278, 40.67082]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95882, 40.66689]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93797, 40.67538]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95038, 40.6704]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94665, 40.67447]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95242, 40.67159]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95265, 40.67191]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95312, 40.67301]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94709, 40.67818]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95624, 40.67189]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95606, 40.67578]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95616, 40.67404]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94534, 40.67315]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93468, 40.67119]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94702, 40.67683]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95225, 40.66847]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95177, 40.66506]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96415, 40.68076]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94159, 40.67578]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.91788, 40.67508]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94543, 40.67101]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94094, 40.67186]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94483, 40.6769]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95651, 40.66539]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.924, 40.67394]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95534, 40.67121]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94096, 40.67442]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92207, 40.67004]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95729, 40.67499]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93023, 40.67411]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94661, 40.67224]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95773, 40.66426]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96254, 40.67313]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94377, 40.66952]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94885, 40.67151]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95646, 40.67828]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96032, 40.67231]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9252, 40.66933]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.91621, 40.67115]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95419, 40.67317]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94168, 40.66907]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95569, 40.67422]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95191, 40.66571]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95216, 40.66456]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94117, 40.67157]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92283, 40.676]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94566, 40.6774]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94209, 40.67476]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9506, 40.66477]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95814, 40.67664]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96166, 40.6679]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93859, 40.67104]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96091, 40.67778]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95408, 40.67607]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95432, 40.67759]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92731, 40.67578]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9506, 40.6772]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96091, 40.66469]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94135, 40.67585]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94209, 40.66898]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95958, 40.67418]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95125, 40.66916]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92173, 40.6756]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95439, 40.66543]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92661, 40.66858]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93328, 40.664]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95633, 40.67352]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95523, 40.67743]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9371, 40.66916]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95261, 40.67096]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93558, 40.67025]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93529, 40.6768]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9389, 40.67676]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95729, 40.67429]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95877, 40.67651]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9493, 40.66953]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95714, 40.67513]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95345, 40.67496]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96024, 40.66943]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94888, 40.67091]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94683, 40.67658]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96208, 40.67194]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93808, 40.67695]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94182, 40.6703]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.91823, 40.67121]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94703, 40.67512]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9404, 40.66882]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9603, 40.67921]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96003, 40.6729]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92721, 40.67234]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92371, 40.67401]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95548, 40.67569]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95779, 40.67567]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93931, 40.67139]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95505, 40.6727]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95147, 40.67204]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94852, 40.67017]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96308, 40.6786]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94826, 40.67427]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94104, 40.67317]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.945, 40.6782]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94414, 40.67698]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94351, 40.66971]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96079, 40.66892]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.91385, 40.67363]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94896, 40.67074]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95489, 40.67259]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94798, 40.67059]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94753, 40.67131]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95831, 40.6697]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96022, 40.66869]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95688, 40.66514]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9506, 40.67212]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95364, 40.6685]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94992, 40.6698]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92969, 40.66782]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94927, 40.6682]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94977, 40.6683]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94405, 40.67685]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94981, 40.67154]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92363, 40.677]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94618, 40.67812]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9447, 40.67673]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95312, 40.67685]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.91813, 40.67122]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94033, 40.67027]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95229, 40.66638]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95103, 40.66589]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95753, 40.67215]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93011, 40.67198]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94737, 40.67472]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95667, 40.66733]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96237, 40.67901]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9429, 40.67206]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95395, 40.67295]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94571, 40.67471]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92345, 40.66952]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95253, 40.67212]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94007, 40.67415]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94537, 40.67453]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95163, 40.67466]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94853, 40.67205]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96306, 40.6795]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93985, 40.6738]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95169, 40.67034]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93175, 40.67587]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93411, 40.67191]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95471, 40.67719]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95366, 40.67593]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96127, 40.66673]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.91306, 40.67387]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94322, 40.66983]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.956, 40.66996]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93947, 40.67177]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95172, 40.67237]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94677, 40.67522]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93211, 40.66926]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95112, 40.67816]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95217, 40.67785]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95329, 40.67432]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.91903, 40.675]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94324, 40.67105]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95577, 40.67138]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95615, 40.67304]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94011, 40.6708]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.91223, 40.67641]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9466, 40.67747]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94682, 40.66922]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94099, 40.66995]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9315, 40.66994]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94682, 40.66988]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95509, 40.67306]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94251, 40.6777]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93934, 40.67766]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95836, 40.66837]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93236, 40.66541]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95883, 40.67295]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94137, 40.67292]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96282, 40.6753]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95166, 40.67051]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94169, 40.6699]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94664, 40.66862]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94793, 40.6707]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95368, 40.67218]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9486, 40.67714]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93544, 40.67065]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95187, 40.66756]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9564, 40.6716]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95713, 40.67652]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94421, 40.67247]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93112, 40.66835]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95764, 40.6763]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94339, 40.6778]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94011, 40.67257]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95187, 40.66759]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96076, 40.67734]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95959, 40.67039]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95722, 40.67479]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95324, 40.67471]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93508, 40.66697]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95343, 40.66872]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95561, 40.67739]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93171, 40.67546]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93351, 40.66521]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93131, 40.67139]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94305, 40.67754]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94857, 40.67597]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95191, 40.67237]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96128, 40.67293]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94292, 40.67044]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93603, 40.66926]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95776, 40.67615]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94542, 40.67656]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93081, 40.67489]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9472, 40.67391]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92316, 40.67085]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95736, 40.67641]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94864, 40.6654]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94051, 40.67487]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93434, 40.67157]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9564, 40.67517]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93444, 40.67052]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9532, 40.67619]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95081, 40.67051]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93233, 40.67055]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96318, 40.6796]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9575, 40.67433]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95764, 40.67762]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95943, 40.67763]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.91799, 40.67073]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96286, 40.67771]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95994, 40.6771]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95487, 40.6781]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95736, 40.66541]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92958, 40.66675]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95166, 40.6749]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.948, 40.66722]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95319, 40.66592]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96249, 40.67701]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93616, 40.67247]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93318, 40.66877]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95728, 40.67434]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94648, 40.67506]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9549, 40.66596]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95005, 40.66655]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92643, 40.67141]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95901, 40.67997]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9485, 40.66935]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9514, 40.66709]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94839, 40.66939]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.91405, 40.67489]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94032, 40.66961]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92669, 40.67191]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93564, 40.66475]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95676, 40.67728]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93875, 40.66505]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95111, 40.66788]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95885, 40.67593]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93007, 40.67145]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93986, 40.67532]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92117, 40.67175]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9633, 40.67935]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95895, 40.67128]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95982, 40.66911]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94813, 40.67647]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95517, 40.67837]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93032, 40.67686]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94705, 40.67616]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9629, 40.67833]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96232, 40.67815]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96239, 40.68035]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95169, 40.67275]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93201, 40.67596]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94034, 40.67737]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92686, 40.66953]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9619, 40.67323]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93898, 40.67045]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95497, 40.6764]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94913, 40.67757]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93705, 40.67656]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.91881, 40.67335]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94729, 40.67007]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95427, 40.66521]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94836, 40.66996]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95046, 40.66863]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93083, 40.67674]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94084, 40.67484]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94775, 40.67627]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93864, 40.66968]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9463, 40.67041]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93487, 40.67222]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94373, 40.67782]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9474, 40.67782]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94265, 40.67163]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95825, 40.67656]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93149, 40.66423]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94214, 40.67458]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94087, 40.67218]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95764, 40.67767]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.91424, 40.67473]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94137, 40.67713]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9595, 40.67968]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94033, 40.67292]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95179, 40.66391]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95603, 40.6713]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94277, 40.6765]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95697, 40.67729]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93182, 40.66916]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94377, 40.67146]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.91986, 40.67428]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92968, 40.66708]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95771, 40.67503]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94138, 40.67532]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95957, 40.67704]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9436, 40.66989]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95521, 40.67299]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94427, 40.6715]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94605, 40.66891]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94752, 40.67615]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9396, 40.66998]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95233, 40.6749]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95711, 40.67437]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95427, 40.66598]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92534, 40.67262]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94608, 40.67245]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95863, 40.67331]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95916, 40.67413]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94979, 40.67131]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95157, 40.66948]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94616, 40.66549]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95295, 40.66806]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96261, 40.67702]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94177, 40.67049]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95144, 40.66909]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95367, 40.66661]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92237, 40.67111]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9178, 40.67502]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95006, 40.66565]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95857, 40.66844]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96183, 40.6748]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92179, 40.66957]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94993, 40.66585]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93166, 40.67123]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9523, 40.67759]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94578, 40.67613]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9614, 40.67652]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93225, 40.66697]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95581, 40.67391]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93997, 40.67668]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93143, 40.67302]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93849, 40.66941]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95732, 40.67502]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95883, 40.66483]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96194, 40.67587]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.914, 40.67234]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96273, 40.67344]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96042, 40.67296]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.91932, 40.67636]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94179, 40.67726]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93999, 40.67102]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94708, 40.66935]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96126, 40.67385]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95734, 40.67285]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.961, 40.67383]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95332, 40.66983]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96041, 40.66539]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95859, 40.67031]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93393, 40.66811]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96291, 40.67343]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93502, 40.66922]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93071, 40.66819]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95489, 40.67297]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94949, 40.67138]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95951, 40.67637]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95043, 40.673]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92958, 40.67305]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95677, 40.67139]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95992, 40.67815]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95074, 40.67575]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95812, 40.67359]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94033, 40.67685]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96197, 40.67001]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94661, 40.67418]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9472, 40.67732]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93798, 40.66933]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95292, 40.66888]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94839, 40.67594]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93159, 40.67686]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93826, 40.67578]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94099, 40.67334]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94223, 40.67589]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95535, 40.66593]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95668, 40.67054]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95363, 40.6721]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94014, 40.67051]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95334, 40.67177]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9525, 40.67101]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94824, 40.66911]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9571, 40.66898]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95994, 40.66392]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94708, 40.66739]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95128, 40.67832]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94287, 40.66952]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95613, 40.66555]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94309, 40.67637]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95742, 40.67774]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93684, 40.67186]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92678, 40.6718]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95461, 40.67219]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93763, 40.677]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94293, 40.67116]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95764, 40.66957]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96286, 40.67923]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94826, 40.67667]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95308, 40.67538]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95895, 40.67045]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93141, 40.67685]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94088, 40.67031]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9634, 40.67648]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94888, 40.6774]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95699, 40.66507]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94397, 40.67013]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9555, 40.66931]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94825, 40.67089]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95535, 40.67195]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93998, 40.67233]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93502, 40.67358]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9504, 40.67421]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96253, 40.67957]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93974, 40.67389]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.91415, 40.67339]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94098, 40.67424]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95653, 40.67117]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9422, 40.675]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95109, 40.66518]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94899, 40.67834]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95381, 40.67071]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93379, 40.67538]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96092, 40.67507]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96334, 40.68007]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.952, 40.67537]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94524, 40.67185]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93968, 40.67455]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94657, 40.67649]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94804, 40.67677]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.959, 40.67702]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95237, 40.67709]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96, 40.67335]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95141, 40.66984]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96023, 40.67794]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94001, 40.67738]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.91242, 40.67375]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94107, 40.6763]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94266, 40.66592]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94549, 40.6746]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96305, 40.67933]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95491, 40.67183]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9325, 40.67132]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95312, 40.67476]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95132, 40.67712]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93856, 40.6735]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9514, 40.66898]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9261, 40.67594]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93273, 40.67293]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.922, 40.67203]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95885, 40.675]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94947, 40.67211]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95926, 40.67386]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95453, 40.67659]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9481, 40.67428]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.91352, 40.67637]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.91035, 40.6751]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9404, 40.67616]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95913, 40.6737]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95949, 40.67432]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94341, 40.66977]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94209, 40.6703]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93621, 40.66841]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95005, 40.67722]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95878, 40.6755]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95835, 40.6698]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.91929, 40.67066]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96278, 40.68054]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95248, 40.67512]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95551, 40.67283]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95274, 40.66727]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95902, 40.6744]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94378, 40.67635]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95023, 40.67061]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94919, 40.6697]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95556, 40.66507]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95867, 40.66751]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9501, 40.67296]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93214, 40.67038]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95311, 40.67673]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95221, 40.67541]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95669, 40.6737]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95535, 40.67632]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95751, 40.67577]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95804, 40.67299]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93854, 40.67416]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95169, 40.66415]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94691, 40.67817]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95031, 40.67172]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95231, 40.6752]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95807, 40.67157]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93664, 40.67128]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95662, 40.67015]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94537, 40.67371]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94156, 40.67046]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95459, 40.67145]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95902, 40.67992]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95432, 40.67765]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94351, 40.66789]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94291, 40.67593]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92173, 40.67419]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95735, 40.67464]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95017, 40.66725]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94674, 40.67265]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93507, 40.66633]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9572, 40.67509]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9435, 40.67649]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93824, 40.67196]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92341, 40.67592]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9529, 40.6761]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9561, 40.67342]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.91933, 40.67629]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9178, 40.67064]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94755, 40.67763]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93134, 40.66838]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94418, 40.67478]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9337, 40.67063]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96198, 40.67652]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95698, 40.66371]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95764, 40.67068]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95755, 40.67637]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92687, 40.67152]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95128, 40.66586]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.91685, 40.67112]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93786, 40.67538]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92781, 40.67238]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9288, 40.67315]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92859, 40.6726]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96108, 40.67268]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94831, 40.67215]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93937, 40.67221]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96208, 40.67629]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9573, 40.67228]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94961, 40.67477]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96299, 40.68015]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95321, 40.66915]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9557, 40.66914]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9489, 40.66977]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96317, 40.6806]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9337, 40.66452]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9475, 40.66918]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95529, 40.67335]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94386, 40.67749]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9465, 40.67799]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96172, 40.67102]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95918, 40.67919]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.91235, 40.6733]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95847, 40.67322]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93582, 40.67116]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95265, 40.66754]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96123, 40.68003]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95404, 40.6775]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93401, 40.67124]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95566, 40.67718]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9631, 40.675]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95847, 40.67431]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95358, 40.66806]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94127, 40.66777]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94533, 40.67305]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94693, 40.66954]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93222, 40.66373]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94047, 40.67551]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94426, 40.67244]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93323, 40.67089]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95566, 40.67851]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93698, 40.66566]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95682, 40.67395]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93669, 40.66738]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94758, 40.67286]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94831, 40.67494]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9513, 40.6769]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95675, 40.66985]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96007, 40.67158]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94126, 40.67215]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96242, 40.67846]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93382, 40.67463]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9324, 40.67282]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94726, 40.6774]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94428, 40.67813]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93073, 40.66629]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9329, 40.66873]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96187, 40.66916]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96058, 40.67138]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93414, 40.67192]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9501, 40.66739]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94995, 40.67784]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93037, 40.6686]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93638, 40.66948]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95532, 40.67807]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95545, 40.67533]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9439, 40.67212]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93156, 40.66618]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92787, 40.67398]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94716, 40.67438]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95752, 40.67247]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94419, 40.67603]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9486, 40.67525]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96263, 40.67473]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9614, 40.67566]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.90937, 40.67539]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95612, 40.67052]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95001, 40.6773]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94728, 40.67265]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9484, 40.67792]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96003, 40.67639]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94406, 40.66924]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94872, 40.67086]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95663, 40.67174]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9469, 40.67467]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92765, 40.67081]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92875, 40.66779]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92208, 40.67183]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95264, 40.67405]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95049, 40.67188]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9155, 40.67606]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95737, 40.67428]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9489, 40.67546]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93866, 40.67085]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93455, 40.66663]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95313, 40.67477]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95991, 40.66676]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9443, 40.67628]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96251, 40.67727]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92175, 40.67082]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94192, 40.67512]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94734, 40.67583]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96161, 40.67033]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96303, 40.67407]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93771, 40.66902]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96242, 40.6789]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93449, 40.67186]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93719, 40.66966]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9175, 40.67422]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95717, 40.66945]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95722, 40.66938]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93876, 40.66386]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93517, 40.6686]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95619, 40.66856]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.91811, 40.67463]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94923, 40.67053]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94917, 40.67541]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95523, 40.67308]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95519, 40.67293]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93783, 40.67677]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96347, 40.68]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95397, 40.67316]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95362, 40.66872]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95839, 40.67672]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94536, 40.67728]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93679, 40.67138]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93985, 40.67591]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95664, 40.66959]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96278, 40.67512]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95261, 40.6682]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93551, 40.66391]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95547, 40.6714]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96195, 40.6732]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95761, 40.67512]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93185, 40.6758]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92913, 40.67423]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95879, 40.67497]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95151, 40.67456]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95556, 40.66749]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9292, 40.66893]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9271, 40.67508]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9505, 40.67829]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93269, 40.67334]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94813, 40.67516]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92848, 40.66897]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92269, 40.67508]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93775, 40.66788]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95612, 40.67905]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96242, 40.67687]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9163, 40.67415]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94016, 40.67652]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95447, 40.6776]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93666, 40.66911]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94282, 40.67229]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9235, 40.66895]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9304, 40.67469]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94944, 40.67083]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93122, 40.67658]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94426, 40.67231]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95762, 40.67434]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94253, 40.6696]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95157, 40.67324]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94875, 40.66847]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95624, 40.66838]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95396, 40.66882]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94468, 40.67735]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94758, 40.66426]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95563, 40.67495]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92477, 40.67226]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92162, 40.66933]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94146, 40.6758]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94164, 40.67453]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95527, 40.67637]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92308, 40.67108]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93215, 40.6752]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93671, 40.67529]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95398, 40.67377]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94133, 40.66935]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94842, 40.67318]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93955, 40.67704]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95677, 40.67042]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95268, 40.67357]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9497, 40.67026]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94712, 40.66743]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9557, 40.67852]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93328, 40.67255]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95639, 40.67679]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95305, 40.67722]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94038, 40.67692]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9474, 40.6746]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96291, 40.67415]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95742, 40.67459]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94581, 40.67763]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93225, 40.67239]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96076, 40.67859]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93766, 40.67653]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9425, 40.66852]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94669, 40.67167]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93451, 40.67063]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95566, 40.67318]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93167, 40.67118]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96154, 40.67681]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92874, 40.66623]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9384, 40.66387]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94703, 40.671]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.91144, 40.67623]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96398, 40.67952]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94904, 40.67507]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96312, 40.67543]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94612, 40.67169]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95027, 40.66955]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94389, 40.67619]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92971, 40.67143]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94753, 40.66684]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95399, 40.67431]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95099, 40.66753]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9616, 40.6794]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94764, 40.66631]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95304, 40.66825]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95441, 40.67615]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93298, 40.6695]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94916, 40.67571]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95386, 40.67782]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94799, 40.67542]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95949, 40.67033]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93494, 40.67203]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92376, 40.66889]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94859, 40.67652]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95128, 40.67088]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95288, 40.6755]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95734, 40.67665]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94697, 40.67483]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95116, 40.67192]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95137, 40.67383]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95274, 40.6759]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96, 40.66838]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93995, 40.67599]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93833, 40.67412]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93618, 40.67077]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92333, 40.66886]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9514, 40.6726]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95087, 40.67435]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94114, 40.67308]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95534, 40.67665]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95082, 40.66593]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95367, 40.67326]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94886, 40.6764]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9401, 40.6758]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93619, 40.6723]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94242, 40.67508]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94354, 40.67641]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96041, 40.67552]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95411, 40.67804]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94828, 40.67506]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95277, 40.67183]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92207, 40.66919]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95789, 40.67151]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94446, 40.67182]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93438, 40.66433]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96125, 40.67843]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94405, 40.67385]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95213, 40.66505]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94351, 40.67358]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92587, 40.67026]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96059, 40.6803]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96032, 40.67366]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95958, 40.67257]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94842, 40.6685]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93151, 40.67061]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94748, 40.67176]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94567, 40.67355]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93967, 40.67689]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93334, 40.66404]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93234, 40.67693]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96005, 40.66352]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95434, 40.67839]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96069, 40.67822]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96084, 40.66715]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95823, 40.67241]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9287, 40.67589]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95584, 40.67221]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96228, 40.67828]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93845, 40.67495]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93997, 40.67191]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93944, 40.67566]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93981, 40.6725]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95937, 40.67176]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94824, 40.67754]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94613, 40.67144]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9557, 40.66529]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9578, 40.67261]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95334, 40.67372]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94889, 40.67533]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94977, 40.67243]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95564, 40.67249]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95847, 40.6716]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94977, 40.6754]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.91488, 40.67238]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94162, 40.67687]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95786, 40.67267]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95235, 40.67441]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95386, 40.67321]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94551, 40.67271]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95273, 40.67504]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95043, 40.67049]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96001, 40.66839]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94087, 40.67666]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94792, 40.67592]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95097, 40.66508]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94493, 40.67555]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94243, 40.67433]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.958, 40.66974]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94459, 40.67806]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.90973, 40.67545]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94736, 40.67744]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94631, 40.67694]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94702, 40.66998]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95124, 40.67568]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94176, 40.66568]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9528, 40.6773]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.91745, 40.6717]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93653, 40.67685]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9617, 40.6762]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9415, 40.6758]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95563, 40.67569]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95991, 40.67644]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95042, 40.67427]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94752, 40.67071]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96144, 40.66773]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94316, 40.67513]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92966, 40.66587]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93992, 40.6726]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96425, 40.68055]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94714, 40.67639]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94421, 40.67607]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94494, 40.67473]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9251, 40.6756]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94156, 40.66561]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95812, 40.66756]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95386, 40.67741]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96251, 40.6758]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9581, 40.67294]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95172, 40.67664]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94739, 40.6692]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94005, 40.67701]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94934, 40.67183]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93145, 40.67154]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95677, 40.66588]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94884, 40.67689]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94281, 40.67215]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95734, 40.66981]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95637, 40.66734]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95235, 40.67132]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95083, 40.66431]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94991, 40.67394]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92663, 40.66925]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95253, 40.67778]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95391, 40.67335]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95081, 40.66958]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94134, 40.67684]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93569, 40.67228]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9447, 40.67075]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9621, 40.6786]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95352, 40.67721]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92427, 40.67499]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92833, 40.67401]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93368, 40.67112]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95536, 40.67345]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93352, 40.67228]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96106, 40.67801]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9411, 40.66713]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93902, 40.67034]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95262, 40.67033]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95033, 40.66758]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94981, 40.66671]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9567, 40.67023]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92245, 40.66882]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94209, 40.67783]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95024, 40.67627]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93729, 40.66779]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95593, 40.66947]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94804, 40.66957]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94164, 40.66627]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95775, 40.67604]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93237, 40.66451]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95434, 40.66768]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94198, 40.67663]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94665, 40.66644]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96379, 40.67826]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94562, 40.67104]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96379, 40.68027]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95092, 40.67205]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95951, 40.6723]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96385, 40.67843]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93929, 40.66856]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.91593, 40.67286]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94222, 40.67799]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93436, 40.67476]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93433, 40.66987]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95998, 40.66505]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95698, 40.67148]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94929, 40.67143]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92974, 40.66741]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94618, 40.67726]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95214, 40.67758]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96141, 40.67701]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94936, 40.66596]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95486, 40.6735]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94232, 40.66734]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9424, 40.67387]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94132, 40.67595]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95211, 40.67241]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93499, 40.67189]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95463, 40.67106]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95449, 40.67564]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94714, 40.67537]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94266, 40.6718]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.91785, 40.67046]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.91648, 40.67372]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94808, 40.6715]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95489, 40.67708]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93835, 40.67269]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92203, 40.67093]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9391, 40.67432]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93655, 40.6696]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95491, 40.67578]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95052, 40.67621]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94675, 40.67797]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94062, 40.67469]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94732, 40.6723]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93944, 40.67387]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95397, 40.67797]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95498, 40.67869]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94454, 40.66978]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92146, 40.6732]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95141, 40.66404]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.953, 40.6751]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95905, 40.67998]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94834, 40.67707]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95679, 40.67318]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93646, 40.67081]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95125, 40.66469]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94555, 40.67275]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94106, 40.67611]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94244, 40.67768]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95503, 40.67326]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92871, 40.66472]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94721, 40.67176]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94254, 40.67221]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95913, 40.67807]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95851, 40.67051]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95832, 40.66939]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95079, 40.67689]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95865, 40.67181]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93899, 40.66945]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9445, 40.67775]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94276, 40.67464]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9447, 40.67283]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9223, 40.67253]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93259, 40.6745]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94925, 40.67705]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92669, 40.66934]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93638, 40.66888]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95108, 40.67755]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92805, 40.66664]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93199, 40.66913]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96363, 40.67924]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96272, 40.67623]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93143, 40.67165]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9546, 40.6724]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95729, 40.67641]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95969, 40.67505]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92423, 40.67266]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93387, 40.67176]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95517, 40.66965]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9593, 40.67201]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96257, 40.67538]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95793, 40.67653]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94071, 40.67438]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.91582, 40.67565]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95249, 40.67268]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96079, 40.67458]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9318, 40.67019]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93502, 40.6761]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94966, 40.67593]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94493, 40.67764]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95836, 40.67683]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92368, 40.67021]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9216, 40.66964]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95462, 40.67694]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95427, 40.67756]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93992, 40.67548]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92612, 40.6736]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92729, 40.67229]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93804, 40.67224]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94, 40.67139]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95133, 40.67618]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95179, 40.67699]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95326, 40.67164]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93937, 40.66856]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95375, 40.67013]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95761, 40.67081]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95914, 40.66604]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95987, 40.6766]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95729, 40.66527]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95121, 40.67607]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95833, 40.67347]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94071, 40.67208]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92777, 40.67034]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93913, 40.66719]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95721, 40.67487]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9395, 40.67663]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95363, 40.67179]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95609, 40.66987]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94612, 40.66602]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95176, 40.67835]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94913, 40.67775]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95165, 40.67442]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.916, 40.67513]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92434, 40.67167]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95434, 40.67574]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94938, 40.67671]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9389, 40.67121]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93814, 40.67648]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94419, 40.67405]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96101, 40.67902]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.91465, 40.6756]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95444, 40.67288]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95601, 40.66842]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95928, 40.67726]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95662, 40.66687]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95337, 40.67791]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92945, 40.66855]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95232, 40.6756]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93736, 40.66389]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95251, 40.67419]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95231, 40.6711]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.91686, 40.67254]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96042, 40.67902]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93, 40.67472]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95335, 40.6737]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92414, 40.6696]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9337, 40.67059]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93661, 40.66737]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95121, 40.67565]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95334, 40.67251]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93113, 40.66623]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93247, 40.67091]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95301, 40.66661]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95607, 40.67618]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95646, 40.67295]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93205, 40.67719]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96079, 40.67367]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93088, 40.67167]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95234, 40.67406]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93843, 40.67411]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94536, 40.67112]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95987, 40.67319]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93079, 40.6725]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95854, 40.67155]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.91097, 40.67601]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95812, 40.67316]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95086, 40.67785]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93475, 40.6719]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95782, 40.67125]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9544, 40.66491]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95618, 40.66391]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96277, 40.67985]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95222, 40.67238]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94403, 40.67327]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94835, 40.67046]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94065, 40.67256]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95645, 40.66971]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95445, 40.66505]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9338, 40.66571]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95292, 40.67814]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9614, 40.67802]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93446, 40.67206]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93273, 40.67171]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93253, 40.67541]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9465, 40.67475]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9581, 40.66429]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94808, 40.67083]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93819, 40.6764]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94933, 40.67249]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95906, 40.67452]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95416, 40.67516]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9329, 40.67009]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92566, 40.67286]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95221, 40.67177]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96146, 40.67512]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94028, 40.67417]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94926, 40.67615]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95117, 40.67169]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.91733, 40.67151]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93866, 40.67619]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94023, 40.67544]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95133, 40.6774]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.91604, 40.67128]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94813, 40.66788]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94735, 40.66966]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93206, 40.67491]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92612, 40.6745]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95009, 40.67025]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95144, 40.67275]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96083, 40.67396]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94054, 40.67582]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95857, 40.66854]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93276, 40.67005]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93045, 40.66889]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9359, 40.6692]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93138, 40.67561]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94543, 40.67715]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95693, 40.67067]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94054, 40.66703]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95451, 40.67336]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92964, 40.67672]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96262, 40.67893]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9554, 40.67452]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95422, 40.67837]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95275, 40.66436]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95473, 40.67089]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92196, 40.66991]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96111, 40.67417]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93547, 40.67758]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96263, 40.67735]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95322, 40.6735]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96062, 40.66542]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92607, 40.67409]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9448, 40.67313]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95236, 40.67307]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94694, 40.67592]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96149, 40.67468]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9468, 40.67236]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94788, 40.6725]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93372, 40.6739]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94337, 40.66912]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96356, 40.6785]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94842, 40.67139]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93241, 40.66496]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95956, 40.67285]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93938, 40.66878]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9318, 40.67206]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92358, 40.675]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94195, 40.67553]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92935, 40.67615]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93224, 40.67018]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95098, 40.67648]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96218, 40.6764]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95416, 40.67561]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95994, 40.67725]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96041, 40.6785]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95372, 40.6721]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94173, 40.66933]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94097, 40.66516]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95101, 40.67748]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96261, 40.6803]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9533, 40.66891]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95383, 40.67336]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93628, 40.6687]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92981, 40.66757]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96158, 40.66673]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94584, 40.6781]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95072, 40.67042]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95288, 40.66916]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95121, 40.6757]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9522, 40.66741]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9484, 40.67137]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95751, 40.67484]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92855, 40.66649]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93828, 40.66685]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95957, 40.66884]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94679, 40.67311]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96073, 40.66746]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92945, 40.67615]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94899, 40.67209]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94918, 40.6776]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95688, 40.67278]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95959, 40.66999]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95798, 40.66784]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95341, 40.66828]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95362, 40.665]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93451, 40.66872]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93708, 40.66611]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9602, 40.67767]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93495, 40.66891]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.91603, 40.67504]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95873, 40.66743]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93932, 40.6758]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96369, 40.68073]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92743, 40.67371]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94829, 40.6752]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96148, 40.66678]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94674, 40.67166]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92936, 40.67626]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95333, 40.66914]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92326, 40.67523]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95306, 40.66946]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96163, 40.67754]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94931, 40.66951]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95529, 40.66818]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94366, 40.6752]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95826, 40.66991]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96239, 40.67228]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94986, 40.67737]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94023, 40.6754]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95923, 40.677]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9175, 40.67667]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95497, 40.67564]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96255, 40.67375]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95299, 40.66416]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95342, 40.67014]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95215, 40.66931]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94788, 40.67305]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94722, 40.67574]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92502, 40.67324]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93042, 40.66783]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95794, 40.66732]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93201, 40.66562]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92226, 40.6695]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95028, 40.67324]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95302, 40.67603]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96185, 40.67512]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93649, 40.66894]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9248, 40.67433]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94421, 40.67517]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92244, 40.67186]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92321, 40.67318]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95771, 40.66427]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9354, 40.67031]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95009, 40.67162]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9519, 40.67479]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93238, 40.67114]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94735, 40.66999]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95541, 40.67254]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92362, 40.67178]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93365, 40.66714]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94989, 40.66996]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93401, 40.67246]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92663, 40.66864]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93605, 40.66646]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9615, 40.68034]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95591, 40.66412]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94785, 40.67639]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94237, 40.67536]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96276, 40.67867]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95301, 40.67092]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95162, 40.67767]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93093, 40.67321]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95497, 40.66555]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94992, 40.67535]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95633, 40.66876]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94715, 40.67591]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9616, 40.67471]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92944, 40.67708]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96317, 40.67697]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94988, 40.67529]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93241, 40.6703]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93696, 40.66612]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93968, 40.67426]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95819, 40.66714]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95536, 40.67617]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94614, 40.67204]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9546, 40.67393]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94958, 40.67534]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.957, 40.66776]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96093, 40.67539]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.90862, 40.67527]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93655, 40.67294]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9336, 40.67562]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92172, 40.66949]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95196, 40.67589]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95422, 40.67628]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95372, 40.67047]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96321, 40.6778]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95655, 40.67544]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92168, 40.67219]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96026, 40.6706]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95718, 40.66959]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96212, 40.67989]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92371, 40.67441]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95608, 40.67042]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95883, 40.67822]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95378, 40.67431]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95009, 40.66978]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95725, 40.66977]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94097, 40.677]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96248, 40.67942]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9476, 40.67064]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92264, 40.66996]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93267, 40.66531]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95711, 40.67547]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94976, 40.66934]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95841, 40.67494]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93293, 40.66528]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.957, 40.67072]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95667, 40.67414]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93383, 40.66433]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95708, 40.67495]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93434, 40.66487]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96325, 40.67961]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9223, 40.67367]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94815, 40.67302]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95786, 40.67658]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.91938, 40.67522]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93769, 40.67534]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93016, 40.67476]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93918, 40.67252]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92824, 40.67433]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93153, 40.66521]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93737, 40.67742]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94771, 40.67518]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95254, 40.67555]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95079, 40.66919]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93035, 40.67183]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94873, 40.67091]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93347, 40.67143]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94392, 40.67549]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95086, 40.67747]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95549, 40.67434]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95562, 40.6735]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95859, 40.67863]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95525, 40.67589]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93858, 40.67077]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93885, 40.67716]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95554, 40.67695]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95714, 40.67064]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96061, 40.67541]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93976, 40.6679]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.93326, 40.67225]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94616, 40.67055]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9402, 40.67519]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95611, 40.67661]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96195, 40.67493]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95934, 40.67117]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.9521, 40.67284]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95951, 40.67394]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.956, 40.67436]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94403, 40.67633]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95746, 40.66511]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96147, 40.66718]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.96029, 40.67752]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94039, 40.67391]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92901, 40.66506]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.92361, 40.66958]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.91608, 40.6737]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95725, 40.66364]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.95856, 40.67612]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Crown Heights'}, geometry: { type: 'Point', coordinates:[-73.94184, 40.67468]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.87564, 40.68696]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.87547, 40.68502]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.8896, 40.67855]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.87254, 40.68487]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.891, 40.68057]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.87193, 40.68816]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.88709, 40.68004]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.90733, 40.67731]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.86905, 40.68983]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.87088, 40.68385]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.8718, 40.68505]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.89201, 40.67988]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.89157, 40.68074]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.89236, 40.67708]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.87882, 40.68168]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.8723, 40.68217]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.89362, 40.6784]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.87004, 40.68809]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.87017, 40.68978]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.89416, 40.67825]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.8708, 40.68276]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.8765, 40.68355]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.8777, 40.68577]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.9063, 40.6765]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.88311, 40.68293]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.87333, 40.68514]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.88667, 40.67898]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.88768, 40.67842]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.89457, 40.68126]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.90628, 40.67916]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.88128, 40.68185]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.87065, 40.68375]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.87855, 40.68548]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.87792, 40.68632]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.88982, 40.67914]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.87736, 40.68138]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.87167, 40.68892]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.90504, 40.68015]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.86905, 40.68931]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.90447, 40.68]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.8759, 40.68822]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.89022, 40.67977]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.89338, 40.67833]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.90662, 40.67791]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.88893, 40.68157]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.90514, 40.6796]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.88787, 40.68072]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.87985, 40.68567]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.87801, 40.68446]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.89061, 40.67997]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.89223, 40.68269]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.87165, 40.6825]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.87424, 40.68529]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.89224, 40.67901]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.87336, 40.68711]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.87565, 40.68668]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.89462, 40.68401]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.87985, 40.68187]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.87461, 40.68426]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.86404, 40.67889]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.87039, 40.68398]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.87077, 40.68313]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.88928, 40.67962]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.86961, 40.67855]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.89425, 40.68201]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.88916, 40.68106]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.8693, 40.68392]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.88374, 40.67974]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.8847, 40.67929]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.88072, 40.68455]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.87036, 40.68705]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.87731, 40.68258]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.87646, 40.68615]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.87442, 40.68537]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.89209, 40.67959]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.89338, 40.68012]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.90399, 40.68122]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.90547, 40.68001]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.88302, 40.67959]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.89423, 40.67893]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.90462, 40.67661]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.89327, 40.67765]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.88991, 40.67853]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.89509, 40.68281]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.88943, 40.68202]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.89402, 40.68176]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.8796, 40.68382]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.88277, 40.68177]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.88987, 40.682]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.86917, 40.69006]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.86979, 40.68936]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.87261, 40.68749]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.87457, 40.68253]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.90639, 40.67794]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.87314, 40.68173]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.89094, 40.68209]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.89253, 40.68058]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.89034, 40.68139]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.88285, 40.68064]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.8924, 40.6784]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.89264, 40.68099]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.90795, 40.67627]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.8706, 40.68863]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.8904, 40.68148]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.87819, 40.68528]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.90579, 40.67646]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.86922, 40.68911]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.89028, 40.67966]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.87253, 40.6884]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.8775, 40.68537]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.89319, 40.68239]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.89031, 40.68017]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.89374, 40.68203]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.90583, 40.67816]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.87295, 40.68287]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.88448, 40.68351]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.87793, 40.68593]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.88895, 40.68085]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.8822, 40.68205]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.87291, 40.68237]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.89986, 40.67915]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.86672, 40.67715]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.87706, 40.6845]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.89313, 40.67948]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.90704, 40.67875]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.90663, 40.67727]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.87254, 40.68935]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.89936, 40.67859]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.89045, 40.68339]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.88578, 40.68287]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.89416, 40.68144]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.89241, 40.67865]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.89109, 40.68378]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.87734, 40.68599]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.87044, 40.68775]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.89228, 40.67877]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.8684, 40.68465]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.89243, 40.68289]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Cypress Hills'}, geometry: { type: 'Point', coordinates:[-73.873, 40.68522]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91065, 40.77811]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91481, 40.77611]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90273, 40.7753]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90782, 40.77588]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91196, 40.77487]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90825, 40.7756]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90115, 40.7747]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90689, 40.77726]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90902, 40.77751]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.9061, 40.77412]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90956, 40.77751]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.911, 40.77233]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90983, 40.77595]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91612, 40.77776]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.9161, 40.77489]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90935, 40.77882]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.92238, 40.77697]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.92252, 40.77598]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91493, 40.77824]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91741, 40.77618]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91695, 40.77415]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91597, 40.77367]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90938, 40.77804]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90303, 40.77568]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90309, 40.77987]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90685, 40.7779]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.9117, 40.77943]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90569, 40.7733]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90625, 40.77056]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91157, 40.7698]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91889, 40.77418]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.89391, 40.76826]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90566, 40.77645]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91275, 40.77569]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90987, 40.77648]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91084, 40.77803]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90819, 40.77786]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.9145, 40.77591]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90896, 40.77664]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90385, 40.77324]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90848, 40.77787]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90719, 40.77773]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90931, 40.77627]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91875, 40.77379]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90545, 40.77148]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91595, 40.77648]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91356, 40.77705]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91396, 40.77872]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.9106, 40.77677]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91293, 40.77289]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.9094, 40.77467]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91854, 40.77437]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91759, 40.77205]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91969, 40.77315]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.89051, 40.77233]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91805, 40.77826]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90369, 40.77232]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90447, 40.77321]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91113, 40.77419]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91292, 40.77202]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90543, 40.77671]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90113, 40.76932]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91157, 40.77188]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91252, 40.77216]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91354, 40.77699]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91021, 40.77462]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91652, 40.77749]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90919, 40.77761]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.92202, 40.77567]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90668, 40.77668]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90971, 40.77748]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91882, 40.77503]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91265, 40.77906]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91071, 40.77714]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91431, 40.77562]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90512, 40.77295]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90623, 40.7762]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90993, 40.77472]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90808, 40.7742]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91571, 40.77546]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90558, 40.77383]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90821, 40.78027]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91029, 40.77718]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90559, 40.77114]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91345, 40.77228]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90659, 40.76994]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.9138, 40.77148]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90805, 40.77739]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90036, 40.7708]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91846, 40.77293]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91465, 40.77442]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91947, 40.77362]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91366, 40.77679]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91615, 40.78331]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90807, 40.77799]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.9171, 40.77121]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90889, 40.77452]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91282, 40.78096]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91956, 40.77672]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91778, 40.77387]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91822, 40.77307]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90934, 40.77853]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91445, 40.77864]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91807, 40.77466]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90861, 40.77922]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90866, 40.77839]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91887, 40.77707]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90499, 40.77368]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90926, 40.77411]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91455, 40.77776]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91789, 40.77235]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.9212, 40.77679]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.89051, 40.77287]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90427, 40.77117]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91903, 40.77374]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90836, 40.77852]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91712, 40.77129]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91476, 40.77253]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91625, 40.77414]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90965, 40.77742]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.9075, 40.77315]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.89719, 40.76992]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.92385, 40.77692]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90793, 40.77231]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.92462, 40.77626]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.9129, 40.77903]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90751, 40.76944]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90474, 40.7724]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.89573, 40.76814]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90688, 40.7789]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90885, 40.77176]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90824, 40.77685]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91002, 40.77816]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90758, 40.77443]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90754, 40.77592]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91251, 40.77233]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90314, 40.76976]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91231, 40.77508]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.89908, 40.77315]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.9038, 40.77522]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90789, 40.77829]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90681, 40.77487]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90883, 40.78115]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91156, 40.77643]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.89367, 40.76711]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.92069, 40.77676]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.92087, 40.77975]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90386, 40.77687]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.89256, 40.77309]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.89461, 40.77103]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91472, 40.77787]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91124, 40.77206]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91328, 40.77134]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90328, 40.77405]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91439, 40.78192]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91646, 40.7794]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90762, 40.76982]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90793, 40.77031]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91118, 40.77172]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91503, 40.77623]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90037, 40.77407]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.89295, 40.77224]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90768, 40.77902]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91518, 40.77054]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91678, 40.77392]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91689, 40.77371]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91508, 40.77317]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91107, 40.77097]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90866, 40.77556]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90626, 40.77269]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91145, 40.78083]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90756, 40.77443]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90895, 40.77138]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90599, 40.77755]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.92662, 40.77691]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91555, 40.77188]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90681, 40.77797]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90963, 40.77627]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91409, 40.77103]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90662, 40.77783]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90932, 40.77123]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91009, 40.77651]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91364, 40.77643]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90827, 40.77888]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91096, 40.77209]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91304, 40.77655]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90958, 40.77667]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91522, 40.78569]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91593, 40.77352]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90913, 40.7802]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90558, 40.77516]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90941, 40.77558]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90451, 40.76961]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91068, 40.77925]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90878, 40.77672]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.8988, 40.77179]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90973, 40.77183]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90907, 40.77448]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91008, 40.77033]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91188, 40.77363]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91769, 40.77172]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90866, 40.77492]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91015, 40.77949]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91415, 40.77141]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.92195, 40.77458]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.9144, 40.7778]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91283, 40.77671]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90344, 40.77658]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90502, 40.77185]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.89169, 40.77214]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91183, 40.77329]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.92123, 40.77429]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90819, 40.78088]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91281, 40.77651]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90834, 40.78166]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91623, 40.77804]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.9163, 40.77329]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91562, 40.77481]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91646, 40.77375]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91786, 40.77594]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90268, 40.77266]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91128, 40.77764]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90755, 40.77416]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91318, 40.78274]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91003, 40.78031]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90968, 40.77114]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91783, 40.78304]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90017, 40.77411]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91248, 40.78182]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91693, 40.7785]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90698, 40.77554]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90868, 40.77204]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.9082, 40.77305]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91324, 40.77614]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90903, 40.77077]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90943, 40.77872]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.89222, 40.76949]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90944, 40.77051]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91447, 40.77009]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91156, 40.7699]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90727, 40.77764]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91226, 40.77129]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90757, 40.77272]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91604, 40.77297]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91308, 40.77592]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91082, 40.77209]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.9048, 40.77377]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.89421, 40.76912]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91419, 40.77575]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90459, 40.77113]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90993, 40.77673]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91734, 40.77433]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90805, 40.76961]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.89166, 40.76729]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90406, 40.7745]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.9125, 40.77145]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90781, 40.77536]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90269, 40.77219]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91091, 40.77058]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.9131, 40.77583]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91079, 40.78112]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91687, 40.77679]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.9073, 40.77689]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90779, 40.76984]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.89504, 40.77142]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91477, 40.78028]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91775, 40.77587]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91339, 40.78442]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91378, 40.77108]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91792, 40.77516]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91018, 40.77075]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90852, 40.77482]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91417, 40.77051]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.89263, 40.77248]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90456, 40.77612]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90947, 40.77021]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90126, 40.77147]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.9163, 40.7715]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91796, 40.77323]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91992, 40.77511]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91398, 40.77707]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91435, 40.78105]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.89604, 40.76962]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91098, 40.77005]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.92549, 40.77842]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90994, 40.77842]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90735, 40.76989]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90774, 40.77643]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90279, 40.77537]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90552, 40.77813]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91247, 40.77823]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91401, 40.77265]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91452, 40.78261]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91565, 40.77987]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.9166, 40.77147]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.9082, 40.77697]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.9114, 40.77431]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91598, 40.77388]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91913, 40.77478]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90799, 40.77594]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90846, 40.77694]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.91848, 40.772]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90902, 40.77915]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ditmars Steinway'}, geometry: { type: 'Point', coordinates:[-73.90254, 40.76982]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Dongan Hills'}, geometry: { type: 'Point', coordinates:[-74.09197, 40.57882]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Dongan Hills'}, geometry: { type: 'Point', coordinates:[-74.08879, 40.57825]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Dongan Hills'}, geometry: { type: 'Point', coordinates:[-74.09152, 40.57857]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Dongan Hills'}, geometry: { type: 'Point', coordinates:[-74.10073, 40.58551]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Dongan Hills'}, geometry: { type: 'Point', coordinates:[-74.09182, 40.58115]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Dongan Hills'}, geometry: { type: 'Point', coordinates:[-74.09271, 40.58303]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Dongan Hills'}, geometry: { type: 'Point', coordinates:[-74.09155, 40.5788]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Douglaston'}, geometry: { type: 'Point', coordinates:[-73.72924, 40.75466]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Douglaston'}, geometry: { type: 'Point', coordinates:[-73.73674, 40.74807]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Douglaston'}, geometry: { type: 'Point', coordinates:[-73.73068, 40.75754]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Douglaston'}, geometry: { type: 'Point', coordinates:[-73.72931, 40.75573]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Douglaston'}, geometry: { type: 'Point', coordinates:[-73.72954, 40.75612]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Douglaston'}, geometry: { type: 'Point', coordinates:[-73.73857, 40.75014]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Douglaston'}, geometry: { type: 'Point', coordinates:[-73.74795, 40.76962]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Douglaston'}, geometry: { type: 'Point', coordinates:[-73.7464, 40.76561]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Douglaston'}, geometry: { type: 'Point', coordinates:[-73.73915, 40.76978]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98415, 40.69429]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98398, 40.69051]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.9846, 40.69805]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98335, 40.69591]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.9829, 40.68887]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98613, 40.6925]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98337, 40.69472]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98374, 40.69276]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98382, 40.69405]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98386, 40.69769]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98454, 40.69632]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98552, 40.69727]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.9875, 40.69404]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98598, 40.68978]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98404, 40.68968]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98368, 40.69668]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98417, 40.69671]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98249, 40.69569]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98469, 40.69202]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98296, 40.69579]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.99055, 40.69164]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98261, 40.69648]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.9907, 40.69122]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98322, 40.69489]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98391, 40.69192]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98595, 40.69858]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98319, 40.69549]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98416, 40.68984]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98359, 40.6973]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98127, 40.68879]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.9871, 40.69032]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98713, 40.69201]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98445, 40.69744]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98365, 40.69772]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98423, 40.68927]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.9837, 40.69682]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98422, 40.69481]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98377, 40.6965]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98444, 40.69739]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98915, 40.69155]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98563, 40.68973]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98664, 40.68967]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98489, 40.68962]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98525, 40.69379]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98686, 40.69156]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98396, 40.6978]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.99085, 40.69256]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98298, 40.6923]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98261, 40.69459]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98512, 40.69237]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98259, 40.69789]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.99034, 40.69072]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.99039, 40.69054]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98252, 40.69447]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98306, 40.69531]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98466, 40.69584]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98539, 40.69383]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98454, 40.69751]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98653, 40.69899]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98942, 40.69148]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98744, 40.69071]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.99091, 40.70007]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98969, 40.70001]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98512, 40.69739]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98228, 40.69731]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98502, 40.6904]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98495, 40.69293]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98339, 40.69467]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98375, 40.69594]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98445, 40.69206]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98581, 40.69339]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98499, 40.69209]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98367, 40.69449]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98268, 40.69796]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98758, 40.69839]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98401, 40.69712]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98466, 40.69115]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Downtown Brooklyn'}, geometry: { type: 'Point', coordinates:[-73.98549, 40.69177]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, DUMBO'}, geometry: { type: 'Point', coordinates:[-73.98989, 40.70434]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, DUMBO'}, geometry: { type: 'Point', coordinates:[-73.98533, 40.70275]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, DUMBO'}, geometry: { type: 'Point', coordinates:[-73.99189, 40.70254]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, DUMBO'}, geometry: { type: 'Point', coordinates:[-73.98571, 40.70207]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, DUMBO'}, geometry: { type: 'Point', coordinates:[-73.98559, 40.70274]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, DUMBO'}, geometry: { type: 'Point', coordinates:[-73.98973, 40.70255]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, DUMBO'}, geometry: { type: 'Point', coordinates:[-73.9851, 40.70212]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, DUMBO'}, geometry: { type: 'Point', coordinates:[-73.99194, 40.70412]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, DUMBO'}, geometry: { type: 'Point', coordinates:[-73.98754, 40.70447]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, DUMBO'}, geometry: { type: 'Point', coordinates:[-73.9899, 40.70372]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, DUMBO'}, geometry: { type: 'Point', coordinates:[-73.98488, 40.70321]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, DUMBO'}, geometry: { type: 'Point', coordinates:[-73.98933, 40.70421]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, DUMBO'}, geometry: { type: 'Point', coordinates:[-73.9847, 40.70257]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, DUMBO'}, geometry: { type: 'Point', coordinates:[-73.98911, 40.70286]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, DUMBO'}, geometry: { type: 'Point', coordinates:[-73.98971, 40.70223]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, DUMBO'}, geometry: { type: 'Point', coordinates:[-73.99424, 40.70315]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, DUMBO'}, geometry: { type: 'Point', coordinates:[-73.98544, 40.7034]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, DUMBO'}, geometry: { type: 'Point', coordinates:[-73.98545, 40.70372]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, DUMBO'}, geometry: { type: 'Point', coordinates:[-73.9899, 40.70328]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, DUMBO'}, geometry: { type: 'Point', coordinates:[-73.98583, 40.70289]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, DUMBO'}, geometry: { type: 'Point', coordinates:[-73.98624, 40.70299]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, DUMBO'}, geometry: { type: 'Point', coordinates:[-73.98568, 40.70208]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, DUMBO'}, geometry: { type: 'Point', coordinates:[-73.98464, 40.704]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, DUMBO'}, geometry: { type: 'Point', coordinates:[-73.98804, 40.70206]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, DUMBO'}, geometry: { type: 'Point', coordinates:[-73.98518, 40.70287]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, DUMBO'}, geometry: { type: 'Point', coordinates:[-73.98539, 40.70416]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, DUMBO'}, geometry: { type: 'Point', coordinates:[-73.9878, 40.70318]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, DUMBO'}, geometry: { type: 'Point', coordinates:[-73.99059, 40.70257]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, DUMBO'}, geometry: { type: 'Point', coordinates:[-73.98773, 40.70429]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, DUMBO'}, geometry: { type: 'Point', coordinates:[-73.98597, 40.70424]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, DUMBO'}, geometry: { type: 'Point', coordinates:[-73.98633, 40.70426]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, DUMBO'}, geometry: { type: 'Point', coordinates:[-73.98828, 40.70267]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, DUMBO'}, geometry: { type: 'Point', coordinates:[-73.98603, 40.70268]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, DUMBO'}, geometry: { type: 'Point', coordinates:[-73.98938, 40.70231]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, DUMBO'}, geometry: { type: 'Point', coordinates:[-73.98853, 40.70311]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, DUMBO'}, geometry: { type: 'Point', coordinates:[-73.992, 40.70404]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, DUMBO'}, geometry: { type: 'Point', coordinates:[-73.98667, 40.7043]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Dyker Heights'}, geometry: { type: 'Point', coordinates:[-74.01483, 40.62296]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Dyker Heights'}, geometry: { type: 'Point', coordinates:[-74.01042, 40.61699]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Dyker Heights'}, geometry: { type: 'Point', coordinates:[-74.0078, 40.62676]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Dyker Heights'}, geometry: { type: 'Point', coordinates:[-74.00656, 40.61968]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Dyker Heights'}, geometry: { type: 'Point', coordinates:[-74.00648, 40.62696]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Dyker Heights'}, geometry: { type: 'Point', coordinates:[-74.00679, 40.6185]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Dyker Heights'}, geometry: { type: 'Point', coordinates:[-74.0072, 40.62643]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Dyker Heights'}, geometry: { type: 'Point', coordinates:[-74.00647, 40.62547]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Dyker Heights'}, geometry: { type: 'Point', coordinates:[-74.01684, 40.62499]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Dyker Heights'}, geometry: { type: 'Point', coordinates:[-74.01382, 40.62105]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Dyker Heights'}, geometry: { type: 'Point', coordinates:[-74.00087, 40.62366]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Dyker Heights'}, geometry: { type: 'Point', coordinates:[-74.0071, 40.6186]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Dyker Heights'}, geometry: { type: 'Point', coordinates:[-74.01352, 40.61994]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Dyker Heights'}, geometry: { type: 'Point', coordinates:[-74.01078, 40.62827]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Dyker Heights'}, geometry: { type: 'Point', coordinates:[-74.01342, 40.63009]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Dyker Heights'}, geometry: { type: 'Point', coordinates:[-74.00918, 40.62877]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Dyker Heights'}, geometry: { type: 'Point', coordinates:[-74.01608, 40.6283]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87548, 40.76859]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.86651, 40.76652]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88367, 40.76287]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87543, 40.77063]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.8717, 40.76509]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87943, 40.76075]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.89089, 40.75665]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87845, 40.75735]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.8693, 40.76599]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87636, 40.76539]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.89607, 40.75503]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.89369, 40.75482]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.89593, 40.75444]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.86862, 40.7601]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.86699, 40.76383]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87273, 40.76971]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.89182, 40.76518]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87392, 40.76185]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.89365, 40.75712]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87191, 40.77056]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.86092, 40.76247]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88295, 40.75966]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.86959, 40.75885]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.89893, 40.75817]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87938, 40.76245]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.89569, 40.7572]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87442, 40.77008]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88655, 40.76327]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87336, 40.77046]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.86715, 40.76525]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88144, 40.75739]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87953, 40.75673]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87679, 40.7583]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87739, 40.7661]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88619, 40.76314]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88987, 40.75863]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87201, 40.76546]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87342, 40.77074]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87153, 40.76582]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.89553, 40.75943]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.86729, 40.7653]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87227, 40.76432]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87466, 40.76851]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87527, 40.77113]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87498, 40.76419]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87245, 40.76876]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87639, 40.76537]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87577, 40.76664]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87631, 40.75836]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88158, 40.75597]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.8741, 40.76887]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.89006, 40.75704]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87337, 40.76383]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.89298, 40.75857]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87968, 40.76587]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88111, 40.75602]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.8693, 40.75809]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.89702, 40.75596]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87771, 40.75906]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.8719, 40.76918]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.86908, 40.76442]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87347, 40.76956]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87661, 40.76689]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.85966, 40.76008]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88142, 40.75962]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87183, 40.7698]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.8795, 40.76799]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87748, 40.76381]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87906, 40.76292]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.86444, 40.76393]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87287, 40.77102]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.86866, 40.76274]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87132, 40.76921]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87683, 40.77006]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87286, 40.77069]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87561, 40.77026]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87068, 40.75849]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87138, 40.76946]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88301, 40.76021]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88943, 40.76441]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88408, 40.76111]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88647, 40.75651]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88375, 40.76087]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88198, 40.76275]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.89725, 40.75765]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.8885, 40.76356]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87159, 40.76533]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88331, 40.76199]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87873, 40.76533]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88718, 40.764]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88368, 40.76313]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88898, 40.76109]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87504, 40.75819]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88039, 40.76303]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88019, 40.76255]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.8874, 40.75712]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88894, 40.7568]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88158, 40.75938]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87344, 40.77051]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88599, 40.75675]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87131, 40.76577]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.877, 40.76509]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88271, 40.76009]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.8953, 40.75772]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88451, 40.76043]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.86862, 40.76236]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.86883, 40.76294]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88346, 40.75727]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88368, 40.75703]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87088, 40.76367]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88597, 40.76123]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87123, 40.77127]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88406, 40.76071]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88233, 40.75985]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87708, 40.77009]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87667, 40.75703]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.86976, 40.76299]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88405, 40.76019]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88228, 40.75984]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.89239, 40.75541]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.89026, 40.76161]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88294, 40.75985]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.89763, 40.75689]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87691, 40.77005]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.86664, 40.76107]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88335, 40.75967]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88163, 40.76362]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87819, 40.75891]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88957, 40.75625]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.8795, 40.76708]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.89964, 40.75647]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87915, 40.76745]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88662, 40.76349]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87656, 40.7582]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.86424, 40.76578]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.8844, 40.75782]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87195, 40.75812]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88589, 40.76218]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88448, 40.7582]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88192, 40.76132]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88686, 40.76091]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87661, 40.76078]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87417, 40.76173]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87007, 40.76335]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.89098, 40.76311]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.86889, 40.76276]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87238, 40.7638]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.86966, 40.76523]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.89134, 40.7617]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88239, 40.76115]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87752, 40.76828]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87956, 40.75781]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.89098, 40.76402]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.8837, 40.75598]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.86765, 40.76251]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87155, 40.76389]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.86674, 40.76664]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.8767, 40.75794]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87521, 40.76193]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87232, 40.76555]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.89299, 40.75767]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.8766, 40.76224]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87103, 40.76374]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87312, 40.76406]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.86508, 40.76373]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87733, 40.76777]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.86932, 40.7642]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87912, 40.76969]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.86855, 40.76258]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87469, 40.77082]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87759, 40.7668]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87559, 40.77107]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87712, 40.76893]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88043, 40.75812]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, East Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87229, 40.75742]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94843, 40.64517]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94933, 40.64004]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.9504, 40.64595]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94605, 40.65262]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94957, 40.6508]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94872, 40.65367]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94267, 40.6332]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94854, 40.63505]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95085, 40.64377]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95046, 40.63905]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95165, 40.65112]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92382, 40.66098]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93698, 40.65875]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.91811, 40.65068]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.91569, 40.65454]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94539, 40.65229]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93775, 40.662]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.9495, 40.64471]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92526, 40.66303]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94235, 40.63575]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94746, 40.63568]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.9483, 40.64583]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94536, 40.63345]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94969, 40.65051]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94376, 40.63946]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.9503, 40.64446]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92974, 40.66375]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94824, 40.65239]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92706, 40.66383]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94211, 40.65262]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92397, 40.64617]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92384, 40.6458]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95229, 40.65292]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.91885, 40.65454]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.91788, 40.65612]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93781, 40.63297]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94345, 40.65336]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94965, 40.65358]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94929, 40.63558]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95241, 40.65301]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93796, 40.66067]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94773, 40.64233]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92913, 40.66209]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93335, 40.66048]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.9279, 40.66393]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93299, 40.66314]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93855, 40.6485]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94859, 40.65058]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93177, 40.64156]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93913, 40.65854]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.91619, 40.65615]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92527, 40.65079]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94961, 40.64588]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93121, 40.64695]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94825, 40.64509]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93654, 40.6386]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92827, 40.63912]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95033, 40.63676]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93476, 40.63881]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94861, 40.65287]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94598, 40.63213]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.91488, 40.6543]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94269, 40.65292]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93408, 40.66148]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92536, 40.66165]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95008, 40.63948]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95016, 40.65222]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94293, 40.6425]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93376, 40.64944]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93634, 40.65221]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94578, 40.63337]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.91846, 40.65473]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.9198, 40.65887]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93058, 40.64659]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92951, 40.6472]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95086, 40.64323]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93808, 40.63401]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93148, 40.63707]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93397, 40.6628]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93472, 40.65983]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94439, 40.65339]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94965, 40.65236]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94819, 40.64676]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94846, 40.65413]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94819, 40.65381]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95026, 40.64168]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94569, 40.63292]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93457, 40.64528]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93452, 40.65176]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94732, 40.6392]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95049, 40.63868]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95087, 40.64213]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93371, 40.65286]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.9439, 40.6534]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93073, 40.64172]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.91633, 40.65074]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95033, 40.63956]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94902, 40.64383]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94917, 40.65429]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92753, 40.64842]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94999, 40.6526]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92656, 40.66336]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94413, 40.64745]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.9329, 40.6624]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94956, 40.64641]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92911, 40.66428]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95256, 40.65323]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92191, 40.65825]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94206, 40.65551]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94957, 40.65151]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93498, 40.66271]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94733, 40.64062]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94317, 40.64896]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93633, 40.65046]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93903, 40.65808]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95167, 40.64351]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92398, 40.63571]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.91798, 40.65593]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92082, 40.66007]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.91672, 40.65181]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94818, 40.64082]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95189, 40.64747]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.9184, 40.65554]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93867, 40.6614]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92013, 40.65401]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93671, 40.6581]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94559, 40.63213]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92355, 40.66257]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93193, 40.64174]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.91886, 40.65501]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94838, 40.64895]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94883, 40.6536]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95087, 40.64344]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.91233, 40.65265]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92738, 40.65073]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92242, 40.63693]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92526, 40.64333]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.9488, 40.64513]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93784, 40.66247]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93494, 40.66026]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94948, 40.64863]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95016, 40.64656]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95181, 40.65438]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94253, 40.65141]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94869, 40.63853]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.91901, 40.65625]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94399, 40.65398]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94407, 40.64857]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94869, 40.64603]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94693, 40.64583]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94734, 40.63659]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93893, 40.66093]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93436, 40.66184]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.9218, 40.65625]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94572, 40.63196]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.91499, 40.6499]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.91793, 40.65532]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94681, 40.64885]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95106, 40.6464]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93413, 40.65312]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94158, 40.63524]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94705, 40.64136]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92672, 40.6648]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94547, 40.6493]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95011, 40.6504]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94778, 40.64718]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94833, 40.64391]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95119, 40.65275]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93202, 40.66011]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93947, 40.6418]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94886, 40.651]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93828, 40.65974]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93716, 40.64991]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93826, 40.63863]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.9236, 40.6413]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95051, 40.65024]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94037, 40.64342]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95207, 40.65366]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94886, 40.64601]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92554, 40.66525]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92511, 40.64604]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94667, 40.64851]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95159, 40.65214]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93209, 40.65286]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93573, 40.65565]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94309, 40.65134]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94537, 40.63314]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94886, 40.63899]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.9506, 40.65406]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95065, 40.64638]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94497, 40.64282]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94011, 40.63767]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95088, 40.65241]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95157, 40.6485]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92837, 40.64115]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93855, 40.64987]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94791, 40.64939]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94965, 40.6531]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95067, 40.65046]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93404, 40.66278]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92122, 40.66008]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92207, 40.65477]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95264, 40.65478]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93123, 40.63683]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94774, 40.64982]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.9504, 40.64434]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94737, 40.63348]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.91995, 40.65441]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93094, 40.63685]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95079, 40.64879]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94919, 40.64487]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92556, 40.64418]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94863, 40.64538]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92571, 40.64302]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93224, 40.64051]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94713, 40.63497]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93428, 40.66123]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.91631, 40.65679]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93105, 40.63602]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93003, 40.64683]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.946, 40.65279]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92892, 40.63846]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92558, 40.65695]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94924, 40.63532]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94586, 40.6458]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.9319, 40.66097]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94686, 40.64673]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92907, 40.65155]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94554, 40.63458]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92588, 40.64741]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94395, 40.63381]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95045, 40.65064]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93516, 40.66087]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93186, 40.63826]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95, 40.64685]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93626, 40.6601]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94842, 40.65042]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94587, 40.63205]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94175, 40.63383]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94584, 40.6386]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.9364, 40.65927]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94334, 40.64261]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95161, 40.64834]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.9472, 40.6393]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95069, 40.63705]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95147, 40.64915]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93966, 40.65146]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92705, 40.65565]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92964, 40.66051]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.91939, 40.65943]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94881, 40.65345]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93316, 40.66037]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94454, 40.65239]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95022, 40.64302]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93164, 40.64627]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95159, 40.65477]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94959, 40.6403]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94587, 40.64498]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94293, 40.65267]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.9508, 40.6468]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94056, 40.65012]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94862, 40.63654]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93572, 40.66346]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95095, 40.64403]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94751, 40.64516]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92532, 40.6491]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95133, 40.64041]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93317, 40.65203]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.9485, 40.65267]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95074, 40.64707]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.9463, 40.65295]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92263, 40.65777]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93451, 40.64941]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93657, 40.65385]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92839, 40.64946]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94061, 40.63718]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94893, 40.65381]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94848, 40.63479]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93869, 40.6546]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94062, 40.64165]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92452, 40.66332]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93642, 40.65553]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92643, 40.6536]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94465, 40.65067]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.9469, 40.64469]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93752, 40.65245]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93768, 40.65351]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94807, 40.64464]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94537, 40.64882]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94943, 40.64445]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.9472, 40.64311]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95199, 40.65321]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92587, 40.66197]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94413, 40.65284]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92981, 40.64335]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.9454, 40.65255]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92014, 40.64627]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.9433, 40.64145]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94659, 40.65144]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92696, 40.65129]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94506, 40.65059]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94257, 40.65267]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95067, 40.64222]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92574, 40.65041]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94711, 40.64487]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94862, 40.63425]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.9222, 40.65491]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94316, 40.65009]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.9234, 40.66289]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94405, 40.65496]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94637, 40.63611]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92482, 40.64942]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94947, 40.63682]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94525, 40.65116]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92358, 40.64998]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94616, 40.64376]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94738, 40.64608]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93163, 40.64779]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95024, 40.65441]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93345, 40.65347]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.946, 40.63612]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94402, 40.63835]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94914, 40.65343]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94841, 40.6467]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94486, 40.65261]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93791, 40.65246]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93269, 40.65093]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93782, 40.65433]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94751, 40.64521]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94059, 40.64206]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92553, 40.6506]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95145, 40.65234]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94839, 40.64286]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94397, 40.63439]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94635, 40.64434]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92421, 40.66334]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94185, 40.65256]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94214, 40.65409]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94362, 40.63964]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92685, 40.64929]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94058, 40.65129]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94895, 40.65035]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93234, 40.63972]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95178, 40.64841]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94225, 40.6554]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94506, 40.65024]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93487, 40.65062]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.9459, 40.63759]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92567, 40.65547]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94356, 40.64743]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93009, 40.65441]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92868, 40.63844]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92341, 40.65755]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95104, 40.65202]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94057, 40.64016]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93817, 40.65279]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93215, 40.65263]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94547, 40.65344]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95109, 40.65308]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.91229, 40.65337]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.9286, 40.64902]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93784, 40.65422]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93714, 40.63774]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93034, 40.66039]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95219, 40.65215]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94473, 40.64858]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94795, 40.64902]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93657, 40.65405]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95047, 40.64645]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92385, 40.65742]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92647, 40.64929]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94761, 40.64729]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93376, 40.65881]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92784, 40.6329]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93926, 40.64251]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92024, 40.65553]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94492, 40.64798]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95261, 40.65313]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92854, 40.66167]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94988, 40.63939]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92383, 40.65057]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.943, 40.65285]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93676, 40.65438]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94944, 40.64513]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94894, 40.63803]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93896, 40.63279]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93235, 40.63956]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92942, 40.65607]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94503, 40.65136]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95078, 40.63778]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92926, 40.65556]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94648, 40.6506]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.91754, 40.65614]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92803, 40.65015]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94553, 40.65145]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92953, 40.65867]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93034, 40.65105]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94451, 40.65014]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95166, 40.65226]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92297, 40.64474]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95073, 40.63876]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92576, 40.66337]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93643, 40.64345]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93986, 40.66329]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94772, 40.63395]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92525, 40.64913]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92684, 40.66313]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93118, 40.64577]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94603, 40.64245]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93388, 40.65185]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93126, 40.65214]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94619, 40.65546]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94384, 40.65248]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94451, 40.63931]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92734, 40.65717]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95198, 40.64738]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94675, 40.64574]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95138, 40.64768]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.91919, 40.65886]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94753, 40.63338]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94965, 40.64701]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94516, 40.64841]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92512, 40.65141]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93164, 40.64565]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93601, 40.65429]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93301, 40.64922]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94572, 40.63831]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93266, 40.6442]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95195, 40.65347]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94968, 40.63621]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95074, 40.64862]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92295, 40.66116]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.9435, 40.65293]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93383, 40.66058]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94547, 40.64836]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93922, 40.6327]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92031, 40.65546]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94348, 40.6472]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93512, 40.6593]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94867, 40.65262]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94938, 40.65204]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.9419, 40.64563]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94754, 40.6497]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92947, 40.65882]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94669, 40.6453]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94302, 40.63291]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.9342, 40.66079]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94219, 40.64468]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93299, 40.64979]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93745, 40.64322]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.932, 40.64629]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92563, 40.65737]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95048, 40.64625]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94776, 40.65005]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.9218, 40.65466]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93125, 40.63794]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94621, 40.63835]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94521, 40.65226]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94702, 40.64227]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94999, 40.65351]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.9452, 40.65132]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93949, 40.65559]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93903, 40.65382]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94776, 40.64569]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93244, 40.66091]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94489, 40.65144]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94607, 40.63602]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94119, 40.64016]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94011, 40.6435]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94983, 40.64861]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93748, 40.66182]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94539, 40.64933]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92855, 40.66248]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92764, 40.655]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94684, 40.64557]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94967, 40.65467]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93743, 40.66047]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95243, 40.65192]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94831, 40.64434]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94738, 40.6434]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.95032, 40.64844]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94994, 40.65056]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92613, 40.65446]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.93281, 40.63961]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.92756, 40.65329]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94532, 40.65286]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East Flatbush'}, geometry: { type: 'Point', coordinates:[-73.94493, 40.6529]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94538, 40.79567]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94378, 40.80072]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94263, 40.80122]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94562, 40.79274]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94281, 40.79786]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94266, 40.79882]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93948, 40.80097]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94035, 40.79014]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94523, 40.79032]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94298, 40.7945]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94534, 40.79106]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93701, 40.80942]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95484, 40.78845]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94234, 40.78591]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94441, 40.79102]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9494, 40.78724]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94079, 40.8002]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94091, 40.7942]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93196, 40.79738]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94965, 40.78973]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94803, 40.79645]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94316, 40.79372]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94722, 40.78442]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94675, 40.7875]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9441, 40.7895]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94131, 40.78721]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93653, 40.80592]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93813, 40.80827]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94185, 40.80022]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94322, 40.80237]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95058, 40.79106]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94602, 40.80038]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93763, 40.79876]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94835, 40.79554]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95029, 40.79347]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93854, 40.79276]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94913, 40.7967]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94872, 40.79161]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94398, 40.79053]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94335, 40.80078]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9408, 40.8066]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9369, 40.80296]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93982, 40.80893]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94348, 40.79631]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94324, 40.78886]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9398, 40.79142]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94209, 40.79319]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93274, 40.79535]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93734, 40.80226]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93677, 40.80046]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9488, 40.79025]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94932, 40.78933]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94618, 40.79682]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93612, 40.79793]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93848, 40.79655]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9439, 40.80101]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94932, 40.79657]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93599, 40.79681]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94804, 40.7922]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93537, 40.79729]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94101, 40.80055]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95204, 40.78899]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94749, 40.79921]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93271, 40.79751]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94413, 40.7862]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93838, 40.80985]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93594, 40.80373]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93477, 40.79487]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93654, 40.80551]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93904, 40.80266]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93961, 40.79831]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94202, 40.78968]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93964, 40.79877]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93848, 40.80127]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94153, 40.78552]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94856, 40.78705]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93449, 40.79771]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94588, 40.79106]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94912, 40.78747]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94718, 40.79063]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94869, 40.78882]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94263, 40.78982]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94143, 40.79853]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93775, 40.80152]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94261, 40.79088]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94594, 40.7906]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94889, 40.78731]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94283, 40.79933]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94827, 40.7895]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94489, 40.79889]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94105, 40.7946]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94037, 40.80421]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93185, 40.79737]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94729, 40.79116]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9432, 40.78953]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94647, 40.79031]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93606, 40.79112]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94125, 40.793]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93493, 40.7977]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94514, 40.80084]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94818, 40.79656]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94791, 40.79147]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93263, 40.79873]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94429, 40.79626]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94688, 40.79031]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94137, 40.80002]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93647, 40.79711]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94617, 40.79563]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93915, 40.808]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94187, 40.79922]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93583, 40.81473]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94669, 40.79073]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93822, 40.79091]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9398, 40.8027]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94973, 40.79338]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94747, 40.79844]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93454, 40.79601]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94252, 40.80005]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9414, 40.7887]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93445, 40.79372]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93873, 40.80924]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93834, 40.79745]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94468, 40.78572]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93307, 40.79445]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93872, 40.80115]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94462, 40.79022]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94549, 40.80012]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93841, 40.80422]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95504, 40.78843]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94047, 40.80623]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93132, 40.79813]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93988, 40.78807]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94846, 40.79004]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94031, 40.80552]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93532, 40.80177]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93463, 40.80249]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9428, 40.799]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93819, 40.79608]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9445, 40.80279]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94741, 40.79009]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9366, 40.79567]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9405, 40.7882]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9484, 40.79007]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9436, 40.78565]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95026, 40.78758]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93984, 40.79315]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94868, 40.78568]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94584, 40.79504]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94332, 40.79586]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93184, 40.79651]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9482, 40.78987]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94202, 40.79387]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9335, 40.79733]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93843, 40.79849]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94766, 40.79008]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93888, 40.80197]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93127, 40.79804]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94042, 40.78574]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94664, 40.79142]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9478, 40.79528]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93595, 40.79583]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93889, 40.80832]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94112, 40.80771]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94013, 40.79228]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94573, 40.79163]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.945, 40.79099]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93475, 40.79815]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93471, 40.81661]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95101, 40.79417]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94797, 40.79762]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94265, 40.79949]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94203, 40.79426]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93596, 40.79605]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94801, 40.79591]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93433, 40.79442]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94204, 40.79505]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93468, 40.79822]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94038, 40.79322]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94736, 40.7887]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95228, 40.7868]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94963, 40.79387]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95076, 40.78954]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93092, 40.79729]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9487, 40.78589]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94796, 40.7879]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94304, 40.79885]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94764, 40.78587]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9477, 40.79497]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93812, 40.80017]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9414, 40.80589]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93501, 40.79659]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94344, 40.79131]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94916, 40.787]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94463, 40.79438]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93618, 40.80386]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93735, 40.79576]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93955, 40.79733]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94328, 40.80073]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9393, 40.79889]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94156, 40.79415]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93513, 40.79746]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94977, 40.78602]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9487, 40.78825]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94741, 40.78967]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94684, 40.79574]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94951, 40.78844]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94579, 40.78728]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94407, 40.80222]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95053, 40.7901]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94022, 40.79765]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94103, 40.80759]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9354, 40.7974]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94288, 40.7865]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94361, 40.79505]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94361, 40.8014]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94462, 40.79493]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93878, 40.80783]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94231, 40.79523]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93857, 40.80404]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93872, 40.80655]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9438, 40.78644]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93501, 40.79443]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93765, 40.80176]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9405, 40.80808]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94725, 40.79329]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94137, 40.79566]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93287, 40.79658]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94906, 40.79611]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93972, 40.8016]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93627, 40.80612]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94276, 40.79074]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94547, 40.79078]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94894, 40.7962]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94314, 40.78752]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.935, 40.80326]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94412, 40.79525]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9413, 40.79138]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94319, 40.78744]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93925, 40.80174]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94283, 40.80113]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94881, 40.78941]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94432, 40.80147]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94785, 40.7904]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94824, 40.79766]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94288, 40.79598]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94163, 40.80305]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94913, 40.78647]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94334, 40.79793]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94594, 40.79388]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94888, 40.78833]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94793, 40.79121]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9425, 40.80239]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94434, 40.79692]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93528, 40.79373]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94923, 40.79462]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93338, 40.7985]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94409, 40.78512]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95026, 40.78802]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94082, 40.78914]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94961, 40.78932]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94016, 40.80253]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94957, 40.78878]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94956, 40.78988]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94178, 40.79242]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94792, 40.79113]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94421, 40.78617]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9349, 40.79365]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95003, 40.7943]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93769, 40.79852]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9415, 40.80617]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94232, 40.78966]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93319, 40.79639]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94863, 40.78834]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95015, 40.78603]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94231, 40.79731]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94149, 40.79331]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94958, 40.79596]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94247, 40.78668]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94689, 40.79712]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9496, 40.79575]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94142, 40.79618]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93552, 40.79372]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93536, 40.81379]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93889, 40.80215]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94336, 40.79391]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9325, 40.79556]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94294, 40.79368]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93946, 40.80999]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94146, 40.80674]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9378, 40.81211]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94376, 40.79105]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93925, 40.79505]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94244, 40.79334]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9362, 40.79577]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93126, 40.79505]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93543, 40.79643]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93815, 40.80726]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94837, 40.78962]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93722, 40.80637]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93809, 40.81038]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94809, 40.79772]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94345, 40.79456]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93284, 40.79658]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93585, 40.79858]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9361, 40.79377]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94895, 40.79508]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94142, 40.80021]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93573, 40.79656]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94949, 40.78723]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93851, 40.79757]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93936, 40.80942]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94751, 40.79669]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94191, 40.79966]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94336, 40.80047]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94114, 40.80641]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93627, 40.80196]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94154, 40.79313]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94409, 40.80244]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94891, 40.78636]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94935, 40.79465]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95032, 40.79212]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93502, 40.79952]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93856, 40.79796]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94588, 40.78499]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94563, 40.79245]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94059, 40.79366]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94941, 40.78866]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94919, 40.79479]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93473, 40.79706]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94663, 40.79115]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94111, 40.79816]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9347, 40.79639]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94761, 40.79834]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94926, 40.7954]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94466, 40.80129]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94043, 40.78563]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9478, 40.78943]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94364, 40.79052]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93896, 40.81067]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93531, 40.79949]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93412, 40.80223]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94882, 40.79496]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93495, 40.79424]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93492, 40.79368]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94039, 40.79156]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95461, 40.78866]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94974, 40.79213]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94847, 40.79641]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93962, 40.79084]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94652, 40.78918]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.946, 40.78998]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94322, 40.80093]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94602, 40.80108]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9428, 40.79037]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94201, 40.79831]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94446, 40.79462]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93707, 40.80738]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94533, 40.79805]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93829, 40.8003]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94376, 40.78676]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9416, 40.79216]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93658, 40.80541]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93929, 40.80523]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94178, 40.78929]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94145, 40.79826]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94145, 40.79234]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95048, 40.78859]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94028, 40.79244]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93963, 40.80764]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94161, 40.78664]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93906, 40.79815]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93874, 40.81033]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94139, 40.79185]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9356, 40.79695]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94114, 40.80603]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94726, 40.78943]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94535, 40.79239]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93448, 40.79795]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93908, 40.79848]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94482, 40.79285]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94686, 40.7916]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93416, 40.79478]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94749, 40.7972]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9373, 40.80735]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94435, 40.80153]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94587, 40.79311]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94136, 40.7942]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94899, 40.78584]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94141, 40.80755]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94739, 40.79707]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93841, 40.80855]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93711, 40.8074]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93965, 40.79177]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94522, 40.792]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93987, 40.80257]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94328, 40.79721]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94014, 40.80182]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94007, 40.7932]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94332, 40.79559]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95076, 40.79218]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.948, 40.79748]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94386, 40.79943]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95111, 40.78763]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94741, 40.78703]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94233, 40.79999]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93478, 40.79483]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94412, 40.79038]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94213, 40.7898]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94817, 40.79575]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94178, 40.78525]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94746, 40.79155]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93385, 40.79315]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94349, 40.78661]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94271, 40.78604]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94819, 40.79633]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93996, 40.7997]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94517, 40.80173]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94629, 40.78827]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94566, 40.79346]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94132, 40.79241]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94274, 40.79333]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94978, 40.79596]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93764, 40.79952]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94716, 40.7951]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93919, 40.80985]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94197, 40.78771]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9449, 40.79209]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94832, 40.78591]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94418, 40.79053]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94906, 40.78804]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93638, 40.79865]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9386, 40.80275]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94021, 40.79465]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93575, 40.81357]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94376, 40.79417]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95138, 40.79307]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94995, 40.78918]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93943, 40.79805]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93746, 40.79616]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93956, 40.80681]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94779, 40.78748]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94419, 40.78983]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94115, 40.8006]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93954, 40.79229]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93967, 40.80771]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94054, 40.79739]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93328, 40.79583]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94798, 40.78706]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93882, 40.79699]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94041, 40.8035]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93959, 40.79916]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94956, 40.78723]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9398, 40.79832]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94527, 40.79335]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94946, 40.79081]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93775, 40.8025]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93855, 40.80095]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94423, 40.78709]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94762, 40.7882]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94506, 40.80226]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94702, 40.79403]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94316, 40.78627]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9507, 40.78866]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94958, 40.79013]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93648, 40.79803]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94845, 40.7882]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94233, 40.79154]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94876, 40.79682]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93732, 40.80224]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93549, 40.79842]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94318, 40.7912]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94429, 40.78626]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94613, 40.79346]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93898, 40.79264]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94277, 40.80161]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93606, 40.8136]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9407, 40.79359]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9403, 40.80305]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93387, 40.79632]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94433, 40.79191]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94237, 40.79604]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94728, 40.79]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9484, 40.78828]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9408, 40.79331]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93953, 40.79819]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93975, 40.80143]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94178, 40.80152]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93554, 40.79475]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93572, 40.7946]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93164, 40.79726]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94046, 40.80393]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93934, 40.80954]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95435, 40.78866]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93776, 40.80138]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94868, 40.79485]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93567, 40.81506]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94944, 40.79068]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93879, 40.7992]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94209, 40.78704]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9439, 40.79193]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94126, 40.79628]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94698, 40.79938]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9415, 40.79881]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94526, 40.79534]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94853, 40.7898]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94058, 40.79241]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94164, 40.7993]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94465, 40.79541]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94495, 40.79878]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94535, 40.79817]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9373, 40.79511]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93877, 40.80941]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9463, 40.7902]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94292, 40.78624]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94017, 40.80315]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94656, 40.80038]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93256, 40.79508]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94715, 40.78859]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93482, 40.79471]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93923, 40.80235]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94111, 40.7901]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94867, 40.79055]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93627, 40.7949]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93584, 40.80209]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94178, 40.79887]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94138, 40.78978]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9459, 40.79686]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95102, 40.78748]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94833, 40.79771]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93808, 40.79295]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94197, 40.79536]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93559, 40.79747]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93646, 40.79588]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94018, 40.79654]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94791, 40.7961]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94501, 40.79042]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9482, 40.79025]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93822, 40.80023]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94976, 40.78728]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93686, 40.80797]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94034, 40.80356]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95179, 40.78743]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94718, 40.78993]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94947, 40.78858]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94399, 40.79851]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93611, 40.7968]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93457, 40.7948]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9369, 40.79518]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94436, 40.79481]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94856, 40.78529]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9333, 40.79531]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93429, 40.79524]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94735, 40.79074]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9448, 40.79566]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94275, 40.79958]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94121, 40.78538]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95143, 40.78771]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94319, 40.78809]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94677, 40.79922]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93814, 40.80141]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94115, 40.7947]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9437, 40.80237]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94272, 40.79933]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94536, 40.79227]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94742, 40.78858]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94869, 40.78672]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95422, 40.78951]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93452, 40.79617]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95171, 40.79259]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93988, 40.80409]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93368, 40.79568]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93912, 40.80965]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94362, 40.78875]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94436, 40.79046]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94836, 40.79747]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9413, 40.8018]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94549, 40.78781]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93854, 40.80953]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95333, 40.78809]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94385, 40.78828]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94735, 40.79617]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94873, 40.79732]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94316, 40.78583]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93524, 40.79179]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93824, 40.80904]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94232, 40.79074]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9459, 40.80006]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94194, 40.79468]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94104, 40.79979]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.953, 40.788]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94035, 40.80173]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93913, 40.79657]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94014, 40.7984]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94962, 40.79229]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94092, 40.79837]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93182, 40.79512]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94108, 40.7929]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94012, 40.8049]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94466, 40.79111]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94239, 40.79846]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9411, 40.79872]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93442, 40.81568]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94129, 40.79439]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94237, 40.78991]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94758, 40.79705]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95087, 40.78605]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9424, 40.79884]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93976, 40.807]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93897, 40.8087]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94196, 40.79931]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94503, 40.79034]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94116, 40.79983]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95343, 40.78932]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.944, 40.80264]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93922, 40.80164]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94707, 40.78998]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94333, 40.79012]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94491, 40.7908]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9428, 40.80036]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94041, 40.80701]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94414, 40.79431]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95276, 40.78747]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94286, 40.79274]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94116, 40.79861]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93921, 40.79796]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94928, 40.79665]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94597, 40.79088]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94269, 40.79956]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94764, 40.79533]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94924, 40.78805]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94242, 40.79405]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94763, 40.78502]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9363, 40.79733]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94628, 40.79963]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93913, 40.80767]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94578, 40.7857]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93738, 40.80759]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94543, 40.79453]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94255, 40.79399]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94097, 40.79911]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.944, 40.78698]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94265, 40.7913]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94144, 40.79104]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94884, 40.79602]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94519, 40.78672]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94883, 40.78987]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94642, 40.79208]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94784, 40.79601]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9383, 40.80016]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93599, 40.80375]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94674, 40.78781]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94007, 40.79409]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94114, 40.78714]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93648, 40.79779]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94777, 40.7984]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94071, 40.79435]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94043, 40.80015]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94006, 40.79757]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94772, 40.79631]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94988, 40.7868]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.941, 40.79713]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9417, 40.79966]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94201, 40.80033]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94585, 40.794]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93999, 40.79202]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93316, 40.79591]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94358, 40.80183]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94001, 40.80746]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9387, 40.79921]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94663, 40.79126]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93583, 40.80226]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93324, 40.79846]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94218, 40.79269]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94048, 40.79981]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.92998, 40.79849]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94413, 40.79755]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94038, 40.80874]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93885, 40.80203]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93722, 40.80843]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93924, 40.79787]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94138, 40.79153]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93807, 40.8081]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94815, 40.79635]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93931, 40.79167]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94013, 40.80802]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94998, 40.78784]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94247, 40.79475]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.944, 40.78807]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94041, 40.789]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94515, 40.80185]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94838, 40.78878]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93866, 40.80193]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95478, 40.78898]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93861, 40.80586]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94349, 40.80255]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95048, 40.79196]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93686, 40.80934]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94878, 40.78989]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94017, 40.80762]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94178, 40.79478]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94603, 40.78995]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94225, 40.7866]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93293, 40.79527]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93345, 40.7966]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9472, 40.78834]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94495, 40.78813]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9454, 40.80126]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95083, 40.79132]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94105, 40.79332]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94399, 40.80168]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94413, 40.80138]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94087, 40.80012]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94813, 40.79551]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94461, 40.78949]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94788, 40.78935]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94045, 40.7941]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93282, 40.79477]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94328, 40.78857]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93388, 40.79351]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94533, 40.7884]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94267, 40.7984]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94197, 40.79303]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93461, 40.81275]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9436, 40.78815]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95089, 40.78757]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93424, 40.7933]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94787, 40.79315]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93995, 40.79917]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94903, 40.79603]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94105, 40.79826]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93982, 40.80931]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95018, 40.78572]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93735, 40.8024]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9476, 40.78977]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94009, 40.80626]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94194, 40.78809]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9361, 40.80039]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95192, 40.79281]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94932, 40.79474]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94873, 40.78996]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9445, 40.79037]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93904, 40.80275]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94513, 40.79324]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93455, 40.79768]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94906, 40.7891]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94689, 40.79018]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94825, 40.79622]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9415, 40.79912]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93386, 40.79735]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93695, 40.79733]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94183, 40.79917]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93298, 40.79717]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93186, 40.7958]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94048, 40.79293]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94057, 40.79238]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93617, 40.81339]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94895, 40.78549]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9476, 40.78875]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93335, 40.79608]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94418, 40.79528]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94969, 40.79006]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94202, 40.79912]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94927, 40.78821]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94347, 40.8008]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94769, 40.79629]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94294, 40.80029]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93752, 40.81213]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9427, 40.7984]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9442, 40.79795]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94642, 40.79108]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94861, 40.78825]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94292, 40.78593]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94881, 40.79606]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94211, 40.78576]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94542, 40.78687]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93527, 40.79805]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94079, 40.80451]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94461, 40.79068]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94153, 40.78909]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93991, 40.79313]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94843, 40.79054]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93811, 40.80679]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93519, 40.79717]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93887, 40.80109]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93368, 40.79303]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95211, 40.78744]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94074, 40.80476]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94823, 40.79677]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94345, 40.78559]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93461, 40.79863]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94629, 40.79692]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93618, 40.81286]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9458, 40.79037]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94615, 40.79082]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94592, 40.79249]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94994, 40.79493]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94381, 40.79107]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93616, 40.81454]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94399, 40.80296]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.941, 40.80033]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94598, 40.80068]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.942, 40.78981]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93975, 40.80109]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94877, 40.78907]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94109, 40.78662]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94772, 40.79639]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94132, 40.79368]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93336, 40.79749]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93656, 40.80107]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94113, 40.79956]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94002, 40.80921]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94834, 40.78918]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9329, 40.79726]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93747, 40.8093]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93995, 40.79371]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93747, 40.80714]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94518, 40.79758]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93702, 40.80758]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94888, 40.78992]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94454, 40.79532]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94893, 40.79663]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94442, 40.79736]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93686, 40.80906]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93997, 40.8093]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94187, 40.79912]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93798, 40.80891]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94332, 40.79059]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95201, 40.78719]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93469, 40.79712]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94023, 40.79714]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9481, 40.79572]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95382, 40.78804]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94397, 40.80194]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94077, 40.79111]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93305, 40.7993]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93853, 40.80771]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94249, 40.7989]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93244, 40.79774]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94216, 40.78908]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93662, 40.80774]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95168, 40.79158]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9471, 40.79022]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94014, 40.79018]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93429, 40.79405]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94159, 40.79398]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94698, 40.79014]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94077, 40.80472]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94491, 40.80225]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94305, 40.78608]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93568, 40.79787]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94711, 40.79197]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94149, 40.79958]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94014, 40.79824]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93842, 40.79255]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93657, 40.79921]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94087, 40.79492]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94295, 40.78615]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94214, 40.79832]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94038, 40.79486]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94532, 40.7942]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94506, 40.79179]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94111, 40.79461]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94988, 40.79505]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93834, 40.79842]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94605, 40.78951]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94051, 40.80268]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94268, 40.78535]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9468, 40.79056]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9352, 40.80324]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94448, 40.79501]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9504, 40.78749]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93234, 40.79803]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94386, 40.8014]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93812, 40.80481]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93757, 40.79697]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94212, 40.79925]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94613, 40.79191]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95418, 40.7879]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94172, 40.80041]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94107, 40.799]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94534, 40.79599]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94628, 40.78837]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93399, 40.79805]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93648, 40.81355]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93709, 40.80656]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93518, 40.79354]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94654, 40.78958]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94247, 40.7888]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9503, 40.78972]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93778, 40.80083]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93737, 40.79898]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94499, 40.79926]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93764, 40.80015]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94449, 40.79674]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93776, 40.80651]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94269, 40.7868]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94933, 40.78974]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94327, 40.7872]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93499, 40.79737]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94543, 40.79519]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94295, 40.78626]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94406, 40.7865]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93876, 40.79794]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95196, 40.78703]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94115, 40.79519]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93903, 40.80228]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93493, 40.79741]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94679, 40.78938]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93539, 40.79543]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93967, 40.7928]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93373, 40.79886]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94696, 40.78788]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94044, 40.80847]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94798, 40.789]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9429, 40.79107]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93921, 40.79778]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94726, 40.79931]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93899, 40.80998]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93805, 40.79104]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94787, 40.78918]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94848, 40.78986]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94465, 40.80073]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93884, 40.79741]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94334, 40.79382]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94346, 40.80108]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93795, 40.79863]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94097, 40.80751]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94956, 40.78909]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93953, 40.79503]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94915, 40.79109]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93895, 40.79226]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93718, 40.80608]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94756, 40.79766]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94331, 40.79417]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94196, 40.79207]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94337, 40.79834]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93586, 40.79709]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94929, 40.79005]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94169, 40.78593]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94687, 40.78824]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94037, 40.79324]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93756, 40.80832]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94164, 40.79356]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94278, 40.79523]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93327, 40.79853]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94127, 40.79963]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.942, 40.79967]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93962, 40.79145]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94009, 40.801]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94743, 40.79183]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94634, 40.79232]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94964, 40.79]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9482, 40.78759]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94066, 40.80584]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94186, 40.78754]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94931, 40.78784]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94052, 40.79873]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93977, 40.79345]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94214, 40.79423]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94081, 40.8001]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93371, 40.79637]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94691, 40.78769]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93865, 40.79669]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93556, 40.7975]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93802, 40.79876]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94426, 40.80245]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93388, 40.7976]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94863, 40.78723]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93964, 40.80964]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94838, 40.79052]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93643, 40.79875]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93787, 40.79614]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93972, 40.80732]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94999, 40.78697]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9397, 40.79398]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94139, 40.7876]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94968, 40.79383]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93493, 40.79313]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94801, 40.7933]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94189, 40.78612]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93355, 40.80154]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93954, 40.79872]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94051, 40.80822]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94503, 40.80106]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94342, 40.79636]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94469, 40.78697]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94641, 40.79042]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93653, 40.79619]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93685, 40.79714]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93792, 40.78958]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94871, 40.78822]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93754, 40.7977]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94647, 40.78877]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95402, 40.78757]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93979, 40.80086]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94952, 40.78857]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94912, 40.79525]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94513, 40.80118]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94398, 40.80026]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9384, 40.80983]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93311, 40.79725]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94256, 40.78599]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9407, 40.79045]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93988, 40.79733]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93476, 40.80302]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94658, 40.79149]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93982, 40.79191]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94011, 40.80801]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9363, 40.79991]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94838, 40.79598]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94001, 40.80278]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94844, 40.7888]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94004, 40.8032]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94605, 40.79929]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94117, 40.78546]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93255, 40.79711]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93754, 40.80939]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94869, 40.78639]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94049, 40.80834]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93955, 40.79281]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93323, 40.79652]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95017, 40.7883]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93766, 40.7958]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94346, 40.79321]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9348, 40.79674]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94185, 40.78892]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94106, 40.79747]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94272, 40.80012]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.946, 40.79617]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94913, 40.79685]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94674, 40.79674]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94303, 40.78762]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9383, 40.79474]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94064, 40.80735]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93928, 40.79311]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94003, 40.79802]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94558, 40.79105]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94555, 40.79145]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9458, 40.78999]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93601, 40.79829]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93709, 40.79701]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94233, 40.80604]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94571, 40.786]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94662, 40.79303]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94451, 40.80147]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93988, 40.79017]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94562, 40.7919]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95226, 40.78999]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9347, 40.8124]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94913, 40.79629]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93223, 40.79794]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94088, 40.80719]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94198, 40.80564]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94011, 40.80535]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93997, 40.79295]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93863, 40.80714]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93998, 40.80667]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94171, 40.80622]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9346, 40.79945]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93788, 40.80672]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93454, 40.81344]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94366, 40.7961]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94333, 40.8009]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94115, 40.79312]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93716, 40.79917]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94473, 40.79013]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94567, 40.79973]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94583, 40.79335]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94925, 40.7889]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94741, 40.79423]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93818, 40.80526]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94334, 40.78839]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94689, 40.79236]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93832, 40.79661]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94481, 40.79983]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93611, 40.81215]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9482, 40.7889]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94191, 40.79275]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.95285, 40.7869]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93736, 40.7977]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94148, 40.79866]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93836, 40.79985]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94167, 40.78551]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93952, 40.79243]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93398, 40.79578]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9446, 40.79148]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93778, 40.80714]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.9393, 40.80552]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93981, 40.8075]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93925, 40.8068]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93343, 40.79616]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.93726, 40.80909]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Harlem'}, geometry: { type: 'Point', coordinates:[-73.94153, 40.78671]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, East Morrisania'}, geometry: { type: 'Point', coordinates:[-73.89134, 40.83025]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, East Morrisania'}, geometry: { type: 'Point', coordinates:[-73.88971, 40.8296]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, East Morrisania'}, geometry: { type: 'Point', coordinates:[-73.89102, 40.83026]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, East Morrisania'}, geometry: { type: 'Point', coordinates:[-73.88608, 40.83243]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, East Morrisania'}, geometry: { type: 'Point', coordinates:[-73.88636, 40.83336]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, East Morrisania'}, geometry: { type: 'Point', coordinates:[-73.88668, 40.83296]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, East Morrisania'}, geometry: { type: 'Point', coordinates:[-73.89553, 40.82873]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, East Morrisania'}, geometry: { type: 'Point', coordinates:[-73.8879, 40.83285]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, East Morrisania'}, geometry: { type: 'Point', coordinates:[-73.8864, 40.83232]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, East Morrisania'}, geometry: { type: 'Point', coordinates:[-73.8863, 40.83384]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88393, 40.66972]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88815, 40.67186]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.8891, 40.66535]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88441, 40.67195]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87851, 40.6705]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88323, 40.66556]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89339, 40.66093]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89652, 40.67454]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87883, 40.65408]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89217, 40.66745]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.86723, 40.663]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88864, 40.66744]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87488, 40.67661]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88686, 40.66522]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87554, 40.67646]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87651, 40.67237]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87638, 40.66072]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89304, 40.66268]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88004, 40.67061]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.8775, 40.66037]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89105, 40.66128]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.86794, 40.66197]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88725, 40.6693]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.8678, 40.66136]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89631, 40.65877]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88761, 40.66038]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87637, 40.66996]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88123, 40.67419]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88401, 40.67005]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87823, 40.67548]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89365, 40.67594]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88852, 40.66672]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89483, 40.67569]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88876, 40.66725]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88348, 40.66733]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89088, 40.6613]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.86585, 40.66957]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.86607, 40.66018]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.8891, 40.66547]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87791, 40.65879]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89124, 40.67635]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89375, 40.66153]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89141, 40.67327]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88867, 40.67018]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89218, 40.6752]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89814, 40.67517]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88705, 40.67349]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.8782, 40.67249]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.85899, 40.67037]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89548, 40.67293]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88898, 40.67163]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.8872, 40.67327]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.86665, 40.66168]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87707, 40.66484]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88233, 40.66776]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88217, 40.66873]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89806, 40.66337]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88072, 40.67561]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88136, 40.67424]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87657, 40.6757]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88253, 40.67199]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.887, 40.66577]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88541, 40.6682]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89635, 40.6735]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88946, 40.66204]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88118, 40.6724]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88919, 40.6729]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.86764, 40.66192]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88548, 40.66874]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88858, 40.666]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88339, 40.67001]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87469, 40.6661]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87936, 40.6762]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88493, 40.66907]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89226, 40.65918]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89719, 40.656]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89733, 40.6633]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89196, 40.65932]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87969, 40.67426]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.86991, 40.67212]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88181, 40.67747]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87866, 40.67563]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89079, 40.66929]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88584, 40.66759]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.8828, 40.65372]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88839, 40.6724]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87785, 40.67283]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.8756, 40.67769]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88292, 40.67324]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88426, 40.65604]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87448, 40.6663]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89267, 40.67351]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89133, 40.66641]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88889, 40.66114]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.86278, 40.66631]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87379, 40.66739]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.86821, 40.67118]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87905, 40.67396]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.8975, 40.66172]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89566, 40.65888]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87731, 40.6626]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87763, 40.67562]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87745, 40.66983]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87277, 40.67502]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88896, 40.66254]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87307, 40.67585]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.85923, 40.66645]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89127, 40.66379]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87701, 40.6714]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89404, 40.66946]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87551, 40.66737]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87305, 40.67497]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87293, 40.6746]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87641, 40.6724]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89443, 40.66586]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87254, 40.6551]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88932, 40.67549]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87797, 40.66921]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88276, 40.67404]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89004, 40.67502]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89039, 40.67539]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87339, 40.66788]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89575, 40.66954]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.8937, 40.66526]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88553, 40.66287]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87083, 40.67111]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89873, 40.66045]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.86789, 40.67011]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.8936, 40.66195]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89352, 40.66115]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87913, 40.67154]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87402, 40.67695]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89307, 40.6638]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88989, 40.6754]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88925, 40.6757]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.8672, 40.66314]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89402, 40.66934]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88831, 40.65895]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89232, 40.66795]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88868, 40.66221]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89891, 40.66171]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88828, 40.66098]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88326, 40.66529]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88902, 40.6729]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88407, 40.6697]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89404, 40.66962]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88208, 40.66483]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.8954, 40.6697]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89539, 40.66954]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.86865, 40.67321]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.8921, 40.65894]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88834, 40.67336]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.86824, 40.66953]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89372, 40.66888]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88931, 40.67469]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89082, 40.67257]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89376, 40.66089]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.8931, 40.66067]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88177, 40.66379]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87368, 40.6743]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.90207, 40.67539]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88905, 40.67471]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88285, 40.66372]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87351, 40.66682]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88846, 40.67378]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87805, 40.66906]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89053, 40.67449]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88173, 40.6639]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88892, 40.67392]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87435, 40.67296]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88672, 40.66122]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89569, 40.66974]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89356, 40.66977]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89976, 40.66125]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88985, 40.67059]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.8825, 40.66269]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88421, 40.66769]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87446, 40.67305]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.8759, 40.67061]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.8782, 40.67663]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87372, 40.67519]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.86575, 40.66202]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88735, 40.66265]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89394, 40.66811]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88036, 40.66337]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87854, 40.65741]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87379, 40.67467]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.8892, 40.67323]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87357, 40.67503]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87564, 40.67077]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.85676, 40.66405]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87996, 40.67729]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89071, 40.67271]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87391, 40.67262]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88839, 40.66054]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89343, 40.65894]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87421, 40.66676]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88904, 40.66244]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.8979, 40.66402]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88959, 40.65858]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.8942, 40.67554]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.88874, 40.66154]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89112, 40.67153]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89325, 40.67342]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.8872, 40.67333]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87279, 40.67425]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87525, 40.66704]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.89396, 40.65925]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87826, 40.67478]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, East New York'}, geometry: { type: 'Point', coordinates:[-73.87772, 40.67588]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98132, 40.72205]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98478, 40.7256]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98295, 40.72354]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98643, 40.72365]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98283, 40.72412]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98111, 40.7239]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98089, 40.72304]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97851, 40.72607]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98272, 40.72574]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98151, 40.72204]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97948, 40.72333]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98242, 40.72482]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98177, 40.72635]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97972, 40.72565]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98591, 40.72814]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98677, 40.72711]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9837, 40.72685]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98453, 40.72995]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98688, 40.73315]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98609, 40.73131]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98416, 40.72687]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98488, 40.7293]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98265, 40.72502]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98844, 40.72787]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98945, 40.72484]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97957, 40.72681]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98397, 40.72714]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98815, 40.73218]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98693, 40.73121]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98356, 40.73002]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98851, 40.725]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98385, 40.72378]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98879, 40.72825]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9856, 40.72852]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9843, 40.72896]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9838, 40.72228]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97927, 40.72164]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98027, 40.7268]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98664, 40.72948]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98195, 40.72324]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97843, 40.72608]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97978, 40.72772]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97993, 40.72099]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98186, 40.7272]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98824, 40.72811]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98384, 40.72449]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98342, 40.72511]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9769, 40.72324]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98861, 40.73193]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98406, 40.72957]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98553, 40.72939]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98447, 40.72509]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98866, 40.72915]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98091, 40.7289]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98165, 40.73028]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97959, 40.7297]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98795, 40.72614]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98613, 40.73178]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98439, 40.72757]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98278, 40.7265]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98291, 40.72724]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98091, 40.72772]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97911, 40.72412]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98815, 40.72737]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97806, 40.72052]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98804, 40.73215]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98073, 40.72968]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9906, 40.734]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98638, 40.72685]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98499, 40.72555]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98789, 40.72895]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97952, 40.7286]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98662, 40.72963]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98599, 40.72887]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98295, 40.72487]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98917, 40.72591]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98239, 40.72951]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9824, 40.7234]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99071, 40.72749]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98467, 40.73106]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98787, 40.72705]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99061, 40.72493]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98514, 40.7237]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98509, 40.72811]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98008, 40.72162]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98118, 40.72854]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97589, 40.72787]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97771, 40.72478]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98674, 40.72749]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98625, 40.72607]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98328, 40.72245]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98932, 40.73169]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98831, 40.72553]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98088, 40.72175]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98834, 40.72886]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98402, 40.7223]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9817, 40.72823]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98327, 40.72504]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97926, 40.72833]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97914, 40.72382]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99025, 40.72558]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98337, 40.72954]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98265, 40.72855]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98261, 40.72399]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98067, 40.7282]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97923, 40.72304]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98348, 40.72495]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97679, 40.72495]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98289, 40.72383]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98293, 40.72338]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97889, 40.72036]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98147, 40.72184]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98236, 40.72578]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97947, 40.72247]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97804, 40.72498]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98738, 40.72799]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97606, 40.72623]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98545, 40.72303]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97995, 40.7297]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98105, 40.72386]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98234, 40.73109]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98171, 40.73016]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99036, 40.72868]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98477, 40.72615]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98795, 40.72312]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98539, 40.72838]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98192, 40.7297]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97957, 40.72428]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98524, 40.73062]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98345, 40.72196]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98222, 40.72931]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98635, 40.7276]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98355, 40.73144]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98439, 40.72518]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98481, 40.72831]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98777, 40.73352]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97989, 40.72374]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98413, 40.72876]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98934, 40.72389]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98603, 40.72644]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98917, 40.72735]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98595, 40.72967]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98643, 40.73046]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98335, 40.73061]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98979, 40.72745]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9839, 40.7281]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98856, 40.72642]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9813, 40.72947]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98447, 40.73015]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98756, 40.72789]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98417, 40.72629]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97957, 40.72188]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98959, 40.72348]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98534, 40.72691]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97643, 40.72476]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98899, 40.73065]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98268, 40.73037]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98152, 40.72345]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97945, 40.72583]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98691, 40.72576]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9833, 40.72339]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98095, 40.72964]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98058, 40.72955]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98414, 40.7229]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9783, 40.72455]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98917, 40.72833]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98838, 40.72333]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98716, 40.7331]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98372, 40.72974]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97622, 40.72561]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98906, 40.72689]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98749, 40.72454]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98309, 40.72919]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98383, 40.72722]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9899, 40.73281]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98816, 40.72423]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98124, 40.72434]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98229, 40.73047]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98206, 40.72225]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98675, 40.73111]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98905, 40.724]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98003, 40.72052]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98405, 40.73023]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98231, 40.72841]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98303, 40.72615]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98534, 40.72236]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98041, 40.72817]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98867, 40.72804]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97933, 40.72819]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98278, 40.72893]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98177, 40.72125]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98322, 40.73077]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98156, 40.72826]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98389, 40.72311]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98883, 40.72784]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98665, 40.72804]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98982, 40.72492]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98215, 40.72268]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98064, 40.72504]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98792, 40.73157]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97698, 40.72722]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98263, 40.72132]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98416, 40.7305]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98793, 40.72873]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98748, 40.72764]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9834, 40.72896]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98995, 40.73361]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98402, 40.72713]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9868, 40.72463]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98833, 40.72747]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99023, 40.72517]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98245, 40.72976]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98856, 40.72948]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98953, 40.7246]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98562, 40.7228]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98756, 40.72639]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98539, 40.72653]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98777, 40.72293]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98762, 40.72853]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98859, 40.73323]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98956, 40.73345]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97774, 40.72162]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98465, 40.72257]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97776, 40.72317]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97872, 40.72843]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98646, 40.72673]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98979, 40.7299]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97934, 40.72333]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97988, 40.72341]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99129, 40.72543]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98269, 40.72572]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98469, 40.72544]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98896, 40.73352]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98259, 40.7221]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98249, 40.72766]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98109, 40.72208]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97628, 40.7234]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98555, 40.72754]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9816, 40.72188]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98766, 40.72673]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98649, 40.724]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98783, 40.72704]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97913, 40.72345]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98338, 40.72734]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98428, 40.72269]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98756, 40.73175]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98673, 40.72471]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9785, 40.72947]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98797, 40.72891]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97806, 40.72216]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98724, 40.72957]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98243, 40.72588]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98643, 40.72717]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98864, 40.72669]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98827, 40.72588]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97885, 40.72423]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98223, 40.7232]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98515, 40.72966]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98094, 40.72941]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98386, 40.73117]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98893, 40.7282]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98507, 40.72792]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98811, 40.72917]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98905, 40.72615]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97995, 40.72972]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97986, 40.72542]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98018, 40.72814]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99092, 40.7271]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98289, 40.72443]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98676, 40.72689]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98934, 40.72598]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97988, 40.72308]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97982, 40.72206]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98071, 40.72597]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98274, 40.72739]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97611, 40.72746]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98337, 40.72266]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98118, 40.72762]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98048, 40.73047]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98929, 40.72791]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97977, 40.72859]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98235, 40.72487]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97753, 40.72408]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98865, 40.72506]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98801, 40.73217]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97879, 40.72578]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98199, 40.7229]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98141, 40.72191]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9846, 40.72705]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98637, 40.73007]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98246, 40.72295]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98226, 40.72267]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98271, 40.72393]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98336, 40.72801]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98255, 40.7243]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98465, 40.72935]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99014, 40.72625]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98007, 40.72939]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97841, 40.7277]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98935, 40.72404]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97991, 40.72592]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98093, 40.72936]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97934, 40.72617]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98235, 40.72436]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97892, 40.72469]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98419, 40.72669]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97836, 40.72454]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98841, 40.72573]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98152, 40.73014]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97529, 40.72741]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98231, 40.72636]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98233, 40.73103]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98104, 40.72919]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97985, 40.72723]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98435, 40.72247]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98288, 40.72351]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97861, 40.72157]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98004, 40.72673]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98836, 40.73029]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9911, 40.72677]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9854, 40.7248]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97826, 40.72411]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98236, 40.72575]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98535, 40.72577]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97736, 40.72672]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9773, 40.72817]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98347, 40.7276]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99143, 40.72533]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99019, 40.72619]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98427, 40.731]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98911, 40.72716]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97715, 40.72766]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97881, 40.72145]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98939, 40.72387]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97682, 40.72637]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98277, 40.72201]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98305, 40.72778]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98076, 40.72982]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98147, 40.7288]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98875, 40.72639]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97905, 40.72611]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98306, 40.72394]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98515, 40.72262]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9772, 40.72636]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99018, 40.72624]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98379, 40.72647]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98441, 40.72935]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97999, 40.72152]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98474, 40.72255]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98193, 40.72888]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98959, 40.7241]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9811, 40.72696]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97913, 40.7262]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98842, 40.72954]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98344, 40.73125]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98111, 40.72141]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98491, 40.73042]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98002, 40.72849]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98643, 40.73016]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9826, 40.72188]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98941, 40.72396]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97894, 40.72661]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98267, 40.72872]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98802, 40.72976]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98175, 40.72229]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98214, 40.72952]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98062, 40.72613]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98655, 40.73123]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98342, 40.72318]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98056, 40.72732]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98714, 40.73136]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98771, 40.72402]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97941, 40.7291]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98784, 40.72429]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98258, 40.72931]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99039, 40.72927]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97879, 40.72552]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98369, 40.72307]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98046, 40.72772]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98436, 40.72788]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98836, 40.72467]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98158, 40.72845]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98652, 40.73122]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98236, 40.72789]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97803, 40.72712]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98464, 40.73001]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97696, 40.72503]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97959, 40.72879]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98392, 40.73045]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98871, 40.72704]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98726, 40.73057]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98676, 40.73152]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98694, 40.72699]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97999, 40.72523]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98715, 40.73165]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98035, 40.72816]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98669, 40.72765]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98148, 40.72266]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98854, 40.72528]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98797, 40.72357]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98789, 40.73325]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97813, 40.72485]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9804, 40.72132]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97534, 40.72373]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98833, 40.7263]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97931, 40.72454]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99046, 40.72751]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97895, 40.72977]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98018, 40.73031]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98194, 40.72244]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97913, 40.72986]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98032, 40.72566]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98335, 40.73117]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98376, 40.73096]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98336, 40.72325]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98715, 40.72435]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99012, 40.72695]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97769, 40.72097]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98458, 40.73038]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98817, 40.72779]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97598, 40.72815]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98893, 40.73022]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9887, 40.73249]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98043, 40.72933]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98122, 40.72213]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97901, 40.72025]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98759, 40.72873]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98811, 40.72592]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98758, 40.7232]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98784, 40.72626]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98854, 40.72378]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99013, 40.72423]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98689, 40.73268]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98918, 40.73237]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97981, 40.73018]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99174, 40.73072]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97638, 40.72804]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98295, 40.73113]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98001, 40.72395]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98517, 40.72884]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98128, 40.72184]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97943, 40.72838]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98623, 40.72715]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98568, 40.72777]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99055, 40.72366]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97881, 40.72145]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98998, 40.7318]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.979, 40.72387]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98996, 40.73008]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97768, 40.72813]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9897, 40.73334]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98132, 40.72813]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98966, 40.72652]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97929, 40.72707]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97818, 40.72544]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98598, 40.72679]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99054, 40.7296]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98801, 40.7334]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98532, 40.72982]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98172, 40.72771]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98807, 40.73138]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97573, 40.72726]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98318, 40.72981]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97894, 40.72919]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98988, 40.73396]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98136, 40.72444]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99109, 40.72399]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97964, 40.72093]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98498, 40.72574]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98915, 40.72392]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9795, 40.7273]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98594, 40.72807]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98802, 40.72545]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97773, 40.726]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98728, 40.73263]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99145, 40.72627]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98369, 40.72603]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98477, 40.73099]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9841, 40.72349]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98867, 40.72756]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98949, 40.72453]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98905, 40.72979]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9883, 40.72886]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98772, 40.72564]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98125, 40.72487]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98439, 40.73029]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98755, 40.72755]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98114, 40.72522]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99, 40.7265]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9887, 40.73066]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9865, 40.73284]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98413, 40.72328]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98501, 40.72694]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98591, 40.72534]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99021, 40.72691]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9906, 40.72764]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98345, 40.72475]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98462, 40.72287]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97581, 40.72274]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9835, 40.72763]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98736, 40.72801]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98848, 40.73245]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98986, 40.73295]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98479, 40.72344]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98273, 40.72808]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98878, 40.7265]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98546, 40.72688]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98623, 40.73022]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98636, 40.73075]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97921, 40.72575]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98884, 40.73009]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9862, 40.72781]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97882, 40.7233]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97727, 40.72711]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98598, 40.73177]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97995, 40.72687]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98478, 40.72271]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9838, 40.72597]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98949, 40.73068]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9812, 40.72718]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98105, 40.72327]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98419, 40.72277]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98761, 40.73186]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9839, 40.72383]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9853, 40.72707]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97593, 40.72358]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98023, 40.72865]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98106, 40.7281]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98362, 40.72745]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99009, 40.72852]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98974, 40.72688]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98798, 40.72608]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98195, 40.73105]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98025, 40.72286]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97768, 40.72281]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98543, 40.7316]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97985, 40.72332]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.988, 40.72786]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98258, 40.7246]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98878, 40.73241]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9783, 40.72716]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97867, 40.72548]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98858, 40.73071]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98117, 40.73079]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97734, 40.72861]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9801, 40.72301]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98801, 40.72828]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99118, 40.72373]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98633, 40.72997]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98327, 40.72423]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98234, 40.72363]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98389, 40.72205]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98118, 40.72833]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98159, 40.72713]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9844, 40.72334]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98394, 40.72435]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98786, 40.72759]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98277, 40.72352]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97989, 40.72845]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98943, 40.7333]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97855, 40.72397]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98843, 40.72816]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9839, 40.72998]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98831, 40.72585]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98038, 40.72825]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98622, 40.73256]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98501, 40.72794]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98347, 40.72301]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99026, 40.72592]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98884, 40.72625]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98409, 40.72219]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98876, 40.72631]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98304, 40.7221]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9797, 40.72988]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98112, 40.72959]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98825, 40.72767]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98565, 40.72915]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9896, 40.72514]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.978, 40.72624]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98296, 40.72814]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98009, 40.72229]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98567, 40.72795]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98236, 40.72407]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98759, 40.73027]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98579, 40.72847]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98833, 40.73269]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98, 40.72135]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99029, 40.72847]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97872, 40.72599]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9834, 40.7282]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98036, 40.72886]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98411, 40.72415]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98046, 40.72183]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98584, 40.72228]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99086, 40.72601]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97938, 40.72652]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9846, 40.73172]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98106, 40.72792]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98488, 40.72697]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98667, 40.73273]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98726, 40.72804]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97788, 40.72475]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98801, 40.72727]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98244, 40.72868]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98064, 40.72852]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97987, 40.72945]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98342, 40.72288]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98286, 40.72177]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97683, 40.72445]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98026, 40.7249]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97926, 40.72838]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98673, 40.72672]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99059, 40.72353]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98695, 40.73233]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98819, 40.73119]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98034, 40.72518]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98875, 40.72554]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98806, 40.73356]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97715, 40.72434]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98469, 40.73032]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99054, 40.72935]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98938, 40.72684]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97998, 40.72042]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98058, 40.7288]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98379, 40.72272]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98145, 40.72416]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9892, 40.72461]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97638, 40.72541]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98187, 40.72966]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99122, 40.73062]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98635, 40.7257]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97894, 40.72714]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99073, 40.72528]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97923, 40.72043]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98668, 40.73017]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98535, 40.73245]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98783, 40.73241]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98431, 40.73185]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98524, 40.72716]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98936, 40.72778]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98021, 40.72119]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98437, 40.72671]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98668, 40.72714]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98603, 40.72934]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98701, 40.72821]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98422, 40.72485]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98691, 40.72525]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98993, 40.7272]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98409, 40.72391]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98111, 40.73006]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98356, 40.72283]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98454, 40.73164]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98588, 40.72756]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97822, 40.72625]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97934, 40.72774]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98517, 40.72917]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98545, 40.72777]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9895, 40.72448]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98507, 40.72631]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98558, 40.73256]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99097, 40.73312]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98819, 40.7233]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99099, 40.72434]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98452, 40.72829]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98703, 40.72316]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99007, 40.7277]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98534, 40.72341]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98346, 40.72389]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97925, 40.72458]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98237, 40.72185]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98262, 40.72242]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9896, 40.73041]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98022, 40.72916]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98907, 40.72829]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97878, 40.72315]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97825, 40.72753]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98066, 40.72314]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9806, 40.72866]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98127, 40.72499]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98762, 40.73099]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98907, 40.72658]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98486, 40.72784]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97986, 40.72837]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97996, 40.72488]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98957, 40.72859]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98885, 40.73118]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99247, 40.72448]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98319, 40.72734]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98639, 40.72883]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98037, 40.72726]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97969, 40.72666]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98781, 40.72692]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9829, 40.72383]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98351, 40.72538]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9793, 40.72978]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98135, 40.72995]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98469, 40.72603]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98904, 40.72434]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98048, 40.72834]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97902, 40.72156]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98969, 40.72752]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98739, 40.72735]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98901, 40.72828]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98862, 40.72592]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98833, 40.72571]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98596, 40.73128]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98173, 40.72625]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98009, 40.72475]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98589, 40.72819]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98298, 40.73135]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98884, 40.73296]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97824, 40.72824]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98065, 40.72927]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98872, 40.72394]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98665, 40.72472]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98008, 40.72538]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98374, 40.73076]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98079, 40.72336]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97674, 40.72601]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99059, 40.7265]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98954, 40.72728]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98451, 40.72706]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98247, 40.72555]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98529, 40.73131]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97924, 40.72204]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98874, 40.72586]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98845, 40.72712]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97928, 40.72169]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98236, 40.72213]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98386, 40.72253]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97823, 40.72508]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98154, 40.72401]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98415, 40.72805]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98425, 40.72823]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98197, 40.72923]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97787, 40.7214]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98197, 40.73048]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98208, 40.72434]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98916, 40.72704]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98356, 40.73055]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98252, 40.72536]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99002, 40.73138]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98519, 40.72362]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98212, 40.72178]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98171, 40.72382]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98418, 40.72174]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98705, 40.72852]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98598, 40.72845]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98875, 40.73055]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9801, 40.72124]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97786, 40.72522]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98184, 40.72296]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97921, 40.72081]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98504, 40.73137]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9804, 40.72103]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98548, 40.72699]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98938, 40.72463]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97973, 40.72297]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98926, 40.72328]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98114, 40.73075]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98534, 40.7235]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98103, 40.72196]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98938, 40.72877]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98354, 40.7296]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98253, 40.72775]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9894, 40.72584]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97992, 40.7241]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98058, 40.7211]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98244, 40.72587]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98969, 40.73273]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97913, 40.72606]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98187, 40.72531]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99061, 40.72647]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97925, 40.72256]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99198, 40.72549]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97833, 40.72025]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98284, 40.72619]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98682, 40.72847]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99104, 40.72784]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97997, 40.7278]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97662, 40.72581]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98469, 40.72347]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98621, 40.72901]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.989, 40.73355]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98102, 40.72864]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98511, 40.73059]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98525, 40.73005]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98713, 40.73087]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9867, 40.72358]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98857, 40.7312]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98652, 40.73073]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98743, 40.72686]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98874, 40.73172]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98613, 40.72956]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98856, 40.72598]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98976, 40.72425]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98914, 40.7251]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98311, 40.72211]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99028, 40.72621]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97819, 40.7219]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97981, 40.72628]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98996, 40.72468]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97878, 40.72151]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97783, 40.72403]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98432, 40.7263]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98283, 40.7293]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98944, 40.73213]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98279, 40.72714]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97807, 40.72882]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9753, 40.72369]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98939, 40.73194]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98486, 40.72329]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99053, 40.73012]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98279, 40.72545]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98679, 40.72842]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98498, 40.72646]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98891, 40.73009]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98298, 40.72955]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98613, 40.72689]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98518, 40.73033]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9848, 40.72715]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98803, 40.72658]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.985, 40.72566]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98001, 40.7282]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98066, 40.72167]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98716, 40.73277]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98325, 40.7293]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99118, 40.72563]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98593, 40.73117]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98006, 40.72246]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98352, 40.7228]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97614, 40.72548]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98058, 40.72125]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98064, 40.72717]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9886, 40.73065]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9777, 40.72553]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99052, 40.72639]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9792, 40.72787]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98476, 40.7229]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98156, 40.7292]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9783, 40.72468]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9871, 40.72935]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99067, 40.7281]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97778, 40.72402]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98407, 40.72345]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98125, 40.72856]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98826, 40.72379]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98759, 40.732]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9776, 40.72296]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9906, 40.72424]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97999, 40.72067]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9797, 40.72951]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99053, 40.7284]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98343, 40.72973]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98215, 40.72714]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98205, 40.72522]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99019, 40.72888]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98765, 40.73021]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97859, 40.7222]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98861, 40.7253]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97894, 40.72699]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98094, 40.72451]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97963, 40.72421]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98717, 40.72547]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99026, 40.73117]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98072, 40.72697]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98782, 40.72438]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98673, 40.73036]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98218, 40.72595]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9886, 40.72582]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98255, 40.72312]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97756, 40.72236]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98909, 40.72605]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98215, 40.7235]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97528, 40.72583]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98798, 40.72718]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98313, 40.7229]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98239, 40.72338]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97713, 40.72555]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98604, 40.72297]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9856, 40.72536]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98549, 40.72771]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98504, 40.72556]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98158, 40.72956]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97797, 40.72905]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98776, 40.72501]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98823, 40.73235]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97732, 40.7244]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98161, 40.72311]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98466, 40.72723]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9861, 40.73025]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98719, 40.72392]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98824, 40.72626]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98518, 40.7284]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98586, 40.72783]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98274, 40.72913]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98298, 40.73032]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98629, 40.72921]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98288, 40.7272]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98457, 40.72846]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98663, 40.72811]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98083, 40.72196]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98129, 40.72251]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98028, 40.72341]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98224, 40.72379]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97908, 40.72576]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98279, 40.72169]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98344, 40.72579]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98455, 40.72246]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98211, 40.72422]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98337, 40.72245]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98501, 40.72653]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98681, 40.7264]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97965, 40.72555]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97984, 40.72372]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97909, 40.72202]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98689, 40.72672]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98549, 40.72497]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98256, 40.722]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98518, 40.72312]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9839, 40.72515]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97848, 40.72639]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97791, 40.72213]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98275, 40.72669]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98639, 40.72724]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98306, 40.72269]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98692, 40.73148]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98461, 40.73052]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98524, 40.73227]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98671, 40.7309]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98503, 40.73219]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98411, 40.72721]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98219, 40.72189]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98544, 40.72256]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97866, 40.72644]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98398, 40.72781]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98543, 40.72232]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98415, 40.723]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98686, 40.72992]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98173, 40.72853]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98768, 40.73201]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9845, 40.72405]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98501, 40.73161]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98462, 40.72757]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98552, 40.7297]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98409, 40.72747]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98491, 40.7292]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9804, 40.72904]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98235, 40.72742]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98823, 40.72828]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.984, 40.7266]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98795, 40.72333]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98447, 40.72434]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98747, 40.73133]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98834, 40.72305]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98421, 40.7261]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97945, 40.72884]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98465, 40.72422]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98126, 40.72117]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97543, 40.72824]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98111, 40.72896]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97969, 40.72699]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98162, 40.72193]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98151, 40.72969]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97847, 40.72952]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98749, 40.72753]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98472, 40.72853]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98869, 40.72399]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98872, 40.72411]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98267, 40.72677]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9843, 40.72328]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97982, 40.72859]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9845, 40.72906]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98651, 40.72675]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97869, 40.72191]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98472, 40.72223]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97854, 40.72912]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98117, 40.72143]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98282, 40.72173]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98968, 40.72742]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98771, 40.72793]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98409, 40.72228]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98513, 40.73183]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99169, 40.72577]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98411, 40.73001]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98689, 40.73048]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98605, 40.72737]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9814, 40.73051]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98401, 40.72367]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98588, 40.72984]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98873, 40.73245]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98497, 40.72997]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97953, 40.72561]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99074, 40.72709]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98876, 40.72793]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97916, 40.72941]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98142, 40.72457]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98271, 40.72919]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98496, 40.72759]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9819, 40.72354]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99008, 40.72863]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97976, 40.72785]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97893, 40.72551]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98848, 40.73257]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9826, 40.72304]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98377, 40.72895]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97995, 40.72814]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98098, 40.72872]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99114, 40.72416]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97962, 40.72856]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97872, 40.7266]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98766, 40.73157]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9863, 40.72775]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97786, 40.72137]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98794, 40.72535]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9782, 40.72674]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98661, 40.72664]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98024, 40.72816]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99087, 40.73101]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98273, 40.72474]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97909, 40.72701]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97852, 40.72663]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98049, 40.7236]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98853, 40.73067]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98867, 40.72499]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98092, 40.72686]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98938, 40.72903]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98798, 40.73346]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98739, 40.72768]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98717, 40.72665]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98702, 40.72474]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98059, 40.72484]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98625, 40.72625]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97816, 40.72916]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99075, 40.73333]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9838, 40.72554]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98407, 40.72325]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97797, 40.7279]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98683, 40.73044]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98525, 40.72275]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98499, 40.72839]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.987, 40.73158]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98195, 40.729]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98215, 40.72117]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98216, 40.72413]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.983, 40.72979]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98413, 40.73067]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98135, 40.72657]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98878, 40.72467]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98504, 40.72514]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98764, 40.72999]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98808, 40.73046]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98275, 40.72956]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98688, 40.73226]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98198, 40.72588]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98693, 40.73082]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98502, 40.73082]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98252, 40.72564]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98419, 40.72217]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98527, 40.72245]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98729, 40.73127]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98434, 40.72363]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98712, 40.73255]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98789, 40.72571]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97768, 40.72795]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9821, 40.72239]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98472, 40.72208]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98158, 40.73037]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98364, 40.73112]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9893, 40.73418]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98072, 40.72829]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97901, 40.72908]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98572, 40.73112]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98612, 40.72709]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98706, 40.732]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98371, 40.7239]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98453, 40.72811]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98502, 40.72259]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97813, 40.72255]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9834, 40.7293]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98904, 40.72783]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98705, 40.72605]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98245, 40.72554]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98675, 40.72695]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9889, 40.73169]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98377, 40.72573]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98437, 40.72307]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98325, 40.72555]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9892, 40.73362]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9839, 40.72334]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97752, 40.72638]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98329, 40.72754]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97839, 40.72117]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98076, 40.72738]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98936, 40.73101]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98783, 40.73214]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98954, 40.72509]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98251, 40.72923]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98631, 40.72804]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98389, 40.72734]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9852, 40.72267]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97628, 40.72623]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98209, 40.72187]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98067, 40.73045]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98411, 40.72388]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98062, 40.7233]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98523, 40.73065]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98154, 40.72918]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98922, 40.72467]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.991, 40.72717]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98105, 40.73073]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98078, 40.72962]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9834, 40.72286]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98151, 40.72911]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97787, 40.72797]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98362, 40.72707]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98885, 40.72862]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98681, 40.73259]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98059, 40.72815]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98549, 40.72335]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98067, 40.72898]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98784, 40.73031]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98178, 40.73097]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98385, 40.72693]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98284, 40.72649]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98474, 40.72932]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98401, 40.7253]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98591, 40.72829]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98581, 40.73167]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97861, 40.723]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98655, 40.72529]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9814, 40.72105]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98881, 40.72472]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98916, 40.72432]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97978, 40.72508]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98256, 40.72728]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98969, 40.72787]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98339, 40.7252]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98103, 40.72885]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9843, 40.72718]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98915, 40.72603]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98068, 40.72633]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98091, 40.72413]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98242, 40.72504]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99054, 40.72537]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98454, 40.72636]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98304, 40.72694]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98399, 40.72873]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97965, 40.72672]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98301, 40.72579]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98873, 40.72831]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98146, 40.72181]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98382, 40.73066]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98821, 40.72447]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98631, 40.72921]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98309, 40.7278]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98537, 40.72745]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98576, 40.73003]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97565, 40.72491]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98763, 40.72578]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98365, 40.72265]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9844, 40.72316]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98836, 40.72477]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97528, 40.72734]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97944, 40.72454]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97903, 40.728]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98745, 40.72577]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98542, 40.7292]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98026, 40.72862]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98868, 40.72891]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97753, 40.723]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98631, 40.73087]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98346, 40.72338]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98349, 40.72485]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97685, 40.72576]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98866, 40.72425]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9755, 40.72478]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97912, 40.72974]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98983, 40.73226]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97741, 40.72403]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97822, 40.72071]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98043, 40.72872]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98779, 40.73139]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98897, 40.72603]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98194, 40.72677]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97688, 40.72433]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98847, 40.73294]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98316, 40.72521]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97711, 40.725]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98449, 40.72962]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98853, 40.72889]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9813, 40.72191]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98546, 40.72695]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98623, 40.73116]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98497, 40.72278]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98319, 40.72939]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99031, 40.72526]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9831, 40.72795]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9873, 40.72522]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98911, 40.72339]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98258, 40.72608]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98233, 40.72712]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97967, 40.72471]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98109, 40.72888]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97839, 40.72073]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97947, 40.72591]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98, 40.72591]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97827, 40.72658]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97684, 40.7243]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9821, 40.7223]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98507, 40.7316]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97963, 40.72377]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99143, 40.72392]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98369, 40.72451]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98056, 40.72935]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98283, 40.72987]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97747, 40.7215]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9848, 40.72256]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98221, 40.72222]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98465, 40.72336]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97934, 40.72726]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98199, 40.72765]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98775, 40.72361]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98216, 40.72481]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98166, 40.72956]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98491, 40.72314]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98004, 40.72456]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98388, 40.72952]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9831, 40.72744]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97631, 40.72607]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97987, 40.72852]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97815, 40.72412]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98426, 40.7317]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98079, 40.72087]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98143, 40.72274]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98208, 40.72497]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9852, 40.72832]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98043, 40.72216]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98933, 40.72823]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98671, 40.7281]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98355, 40.72912]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98932, 40.72689]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98327, 40.72504]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97929, 40.72558]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97762, 40.72758]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98283, 40.72351]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97877, 40.72361]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9868, 40.73242]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98175, 40.72877]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98828, 40.73337]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98264, 40.72716]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98713, 40.72977]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98269, 40.73048]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98482, 40.72937]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98045, 40.7212]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98055, 40.72232]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98012, 40.72553]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98203, 40.72945]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98682, 40.72564]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97889, 40.7264]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98633, 40.72821]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98553, 40.72997]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98575, 40.72932]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98492, 40.72977]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9869, 40.72788]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98883, 40.7324]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98781, 40.72746]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98785, 40.7309]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98564, 40.72974]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98438, 40.72587]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98161, 40.72477]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97578, 40.72631]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98474, 40.72298]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98169, 40.72563]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98792, 40.72669]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9892, 40.72381]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99151, 40.72454]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98487, 40.72295]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98439, 40.73114]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98039, 40.72107]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98917, 40.72979]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98491, 40.72349]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97877, 40.7246]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98662, 40.73168]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98702, 40.73067]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97946, 40.72115]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98691, 40.72981]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9862, 40.72782]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9813, 40.72691]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98148, 40.72258]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98384, 40.73145]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98838, 40.72404]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97912, 40.72246]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98634, 40.72765]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9847, 40.72361]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98611, 40.72936]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98539, 40.72795]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97663, 40.72186]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98466, 40.72759]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98322, 40.72348]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98871, 40.72636]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98447, 40.73159]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98723, 40.72957]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98286, 40.73058]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98576, 40.73047]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97824, 40.72143]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98842, 40.73178]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98169, 40.721]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98464, 40.73015]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97825, 40.72088]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98329, 40.72397]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98432, 40.72997]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98205, 40.72347]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98335, 40.72508]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97876, 40.72755]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97677, 40.72251]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98402, 40.72477]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98495, 40.73237]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97966, 40.72812]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98969, 40.72473]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98905, 40.72757]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97907, 40.72346]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98891, 40.72412]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98684, 40.72785]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98396, 40.72546]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97767, 40.72439]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98041, 40.72849]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97946, 40.72904]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98225, 40.73004]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98344, 40.72745]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98857, 40.72774]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98764, 40.7318]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98043, 40.72855]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98148, 40.72237]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98987, 40.72846]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98049, 40.72654]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98015, 40.72783]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98283, 40.72322]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97646, 40.72781]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98566, 40.72781]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98486, 40.72929]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98557, 40.72789]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98068, 40.72157]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97899, 40.7241]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98041, 40.7278]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98472, 40.72259]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98731, 40.73141]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97831, 40.72]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97907, 40.72632]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97822, 40.72626]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98245, 40.72959]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97687, 40.7246]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98424, 40.72331]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97747, 40.72405]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9874, 40.72332]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97777, 40.7242]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98503, 40.72795]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98422, 40.72826]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97904, 40.72179]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98244, 40.72535]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97879, 40.72521]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98447, 40.72613]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98349, 40.72314]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98631, 40.72837]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99043, 40.72612]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98906, 40.73243]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97595, 40.72635]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98619, 40.72853]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99005, 40.72777]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98307, 40.7297]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98244, 40.72367]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98123, 40.72929]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9797, 40.72908]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98291, 40.72163]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9889, 40.7279]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98794, 40.73179]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98924, 40.72613]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98422, 40.72515]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98619, 40.72759]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97451, 40.72415]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98316, 40.72248]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97761, 40.72152]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98593, 40.72982]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97777, 40.72524]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98584, 40.72978]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98705, 40.72712]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98766, 40.73202]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98817, 40.72845]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98915, 40.72926]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98347, 40.72527]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9863, 40.72886]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97997, 40.72057]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98283, 40.72418]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97857, 40.7256]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99075, 40.72551]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98994, 40.72749]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97907, 40.72834]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98809, 40.73216]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98401, 40.72547]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97938, 40.72569]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9847, 40.7269]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98517, 40.73213]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98285, 40.72753]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98018, 40.72434]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97993, 40.72683]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98823, 40.72568]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97894, 40.72949]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98915, 40.72627]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98273, 40.72149]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99111, 40.72469]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98113, 40.72924]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98861, 40.72507]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98857, 40.72939]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97947, 40.72428]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98701, 40.73036]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98824, 40.73201]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97779, 40.72208]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98649, 40.72698]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98239, 40.7301]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98748, 40.72428]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98849, 40.72479]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98892, 40.7322]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97929, 40.72314]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98452, 40.72767]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98639, 40.72822]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97459, 40.72709]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98075, 40.72818]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9863, 40.72827]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98448, 40.72578]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98235, 40.72148]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97951, 40.72179]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98583, 40.72706]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98297, 40.72408]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98213, 40.73107]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98501, 40.72915]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98005, 40.72925]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9888, 40.72989]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98303, 40.72376]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97709, 40.7229]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98335, 40.72778]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98891, 40.72471]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98006, 40.72889]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98558, 40.72895]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97653, 40.72869]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98827, 40.72639]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98434, 40.72854]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97825, 40.72778]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9882, 40.72524]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97696, 40.72304]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97914, 40.72492]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98223, 40.72917]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97753, 40.7204]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98823, 40.72982]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98251, 40.72315]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97882, 40.72936]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98013, 40.72161]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98768, 40.73298]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98371, 40.72197]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98688, 40.72454]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97698, 40.72391]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98455, 40.72815]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98303, 40.72954]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9854, 40.72857]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97558, 40.72582]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97573, 40.72454]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97974, 40.72695]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98165, 40.72552]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98341, 40.7303]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98163, 40.72836]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98774, 40.7248]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98742, 40.72517]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97904, 40.72648]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98625, 40.72929]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98725, 40.73029]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98509, 40.72697]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98042, 40.72249]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97831, 40.72189]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98627, 40.72853]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98869, 40.72617]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98143, 40.72845]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98218, 40.72762]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98521, 40.72878]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98692, 40.73243]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98128, 40.7223]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98204, 40.7216]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98633, 40.72887]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98801, 40.72807]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98956, 40.72489]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98699, 40.72347]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98238, 40.72718]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98751, 40.72603]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98035, 40.72645]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9795, 40.72748]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99083, 40.73389]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98404, 40.72625]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98601, 40.73073]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98271, 40.72372]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97878, 40.72537]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98084, 40.72138]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97601, 40.72724]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98915, 40.72614]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98889, 40.72404]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98315, 40.72547]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98069, 40.72837]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97722, 40.72038]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97963, 40.7258]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97433, 40.72696]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98561, 40.73033]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98956, 40.73199]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98006, 40.72906]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98853, 40.72803]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98165, 40.72184]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97952, 40.72628]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98073, 40.72823]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98412, 40.72753]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98429, 40.73089]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98865, 40.72728]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98376, 40.724]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97756, 40.72529]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98689, 40.72322]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98423, 40.72691]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98514, 40.72672]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98528, 40.73111]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98917, 40.72636]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98534, 40.72681]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98732, 40.72292]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98145, 40.72249]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98619, 40.7308]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98791, 40.73139]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98675, 40.73125]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98615, 40.72841]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98658, 40.73223]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98742, 40.73033]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98216, 40.72864]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98327, 40.72321]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98371, 40.72982]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98398, 40.72541]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98983, 40.72771]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98633, 40.73036]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98496, 40.72215]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98255, 40.72324]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9845, 40.73182]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97994, 40.72681]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98178, 40.72796]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98377, 40.72808]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98758, 40.72656]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98885, 40.72948]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98223, 40.7237]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9827, 40.72507]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98534, 40.72441]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98071, 40.72208]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98657, 40.72552]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97787, 40.72798]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98945, 40.7262]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98813, 40.72657]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97972, 40.72828]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9801, 40.72414]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98837, 40.72545]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97952, 40.7281]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98443, 40.72943]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98691, 40.73177]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98616, 40.72564]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97598, 40.7252]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99071, 40.73467]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9787, 40.7282]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97753, 40.72658]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98094, 40.73046]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98334, 40.72171]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97757, 40.72715]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98151, 40.72919]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97772, 40.72235]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9896, 40.73161]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98576, 40.72766]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98071, 40.72998]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98236, 40.725]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9852, 40.72297]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98582, 40.72576]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98686, 40.72646]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98871, 40.72342]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98807, 40.72847]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98811, 40.72672]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98345, 40.72538]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98209, 40.7242]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98327, 40.72166]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98476, 40.72966]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98473, 40.72784]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97883, 40.72744]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98737, 40.73141]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97747, 40.72878]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97571, 40.72493]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98794, 40.72877]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9797, 40.72686]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98267, 40.72634]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98694, 40.72948]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99025, 40.72754]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98574, 40.72236]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97864, 40.72686]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98638, 40.73271]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97932, 40.72619]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98019, 40.73014]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98561, 40.7232]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98835, 40.72887]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98316, 40.72982]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.986, 40.73057]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98941, 40.72394]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98443, 40.72875]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98683, 40.72441]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98638, 40.72981]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98698, 40.7229]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98591, 40.72645]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97972, 40.72363]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98666, 40.73031]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99072, 40.72615]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9885, 40.73215]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98668, 40.73305]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97975, 40.72376]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9837, 40.72264]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98617, 40.72695]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98356, 40.7221]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98645, 40.72944]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97904, 40.72649]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98288, 40.72792]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98982, 40.72558]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98475, 40.72931]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97963, 40.72539]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98643, 40.72229]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97848, 40.72659]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9802, 40.72627]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98312, 40.72431]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98867, 40.72607]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97898, 40.72509]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98355, 40.72253]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98418, 40.72455]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98689, 40.72773]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97844, 40.72666]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98503, 40.72835]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98772, 40.72997]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98365, 40.73051]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98841, 40.72977]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98133, 40.72365]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98575, 40.72879]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98116, 40.72347]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98801, 40.72628]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98795, 40.72609]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97794, 40.72354]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97869, 40.7239]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97901, 40.72229]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97902, 40.72388]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98718, 40.72792]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9875, 40.72972]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98139, 40.72217]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98922, 40.72445]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97967, 40.72585]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98635, 40.72868]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97915, 40.72859]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98829, 40.72423]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99037, 40.72733]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98673, 40.7284]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98578, 40.72635]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98344, 40.73057]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98348, 40.72859]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9791, 40.7298]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98406, 40.72696]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99006, 40.7336]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97934, 40.72274]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98374, 40.72399]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98558, 40.73112]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97854, 40.72878]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98496, 40.72225]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98066, 40.72118]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98028, 40.72809]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98628, 40.7291]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9894, 40.72626]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98338, 40.72527]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98639, 40.72872]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98444, 40.73065]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97625, 40.72634]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98824, 40.7299]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.982, 40.72249]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97977, 40.72664]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98454, 40.72959]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98576, 40.72849]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98581, 40.72843]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98229, 40.73018]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98289, 40.72496]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98277, 40.72884]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98473, 40.72208]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9795, 40.7257]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98619, 40.72782]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98336, 40.72941]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98763, 40.72808]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98275, 40.72999]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98275, 40.72406]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98464, 40.72638]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98172, 40.72461]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98717, 40.73171]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97706, 40.72316]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97607, 40.72439]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98598, 40.72588]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97963, 40.7235]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98668, 40.72967]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98124, 40.72191]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97991, 40.72104]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98068, 40.72132]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9811, 40.72897]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98667, 40.72412]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9853, 40.72336]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97882, 40.72136]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98426, 40.73031]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98453, 40.72457]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98041, 40.72827]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98841, 40.7301]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98267, 40.7234]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9844, 40.72838]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98113, 40.72956]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98309, 40.72576]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97994, 40.72863]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98188, 40.72809]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98904, 40.73334]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98339, 40.73054]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9797, 40.72314]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98861, 40.72464]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98871, 40.72826]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98621, 40.72613]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98814, 40.72902]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98852, 40.7249]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97778, 40.72598]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9836, 40.72962]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98201, 40.72974]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98432, 40.72752]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98061, 40.72401]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98713, 40.72988]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98406, 40.727]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97892, 40.72143]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98454, 40.72288]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98391, 40.72417]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9921, 40.73046]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9826, 40.72935]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98632, 40.72849]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98684, 40.73104]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97874, 40.72645]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98134, 40.72399]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98064, 40.72513]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9838, 40.72152]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98406, 40.72573]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98045, 40.72607]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97923, 40.72247]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.984, 40.72436]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98685, 40.72646]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9792, 40.72313]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98303, 40.72627]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9789, 40.72433]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98494, 40.7231]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98293, 40.7281]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98747, 40.72778]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98389, 40.72351]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98428, 40.72309]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99034, 40.73057]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98456, 40.72926]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98396, 40.722]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97966, 40.7211]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97809, 40.72299]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98472, 40.72654]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98764, 40.72456]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98128, 40.72822]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98894, 40.72749]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98285, 40.72309]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98403, 40.72644]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97888, 40.72163]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9857, 40.72294]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97796, 40.7255]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98854, 40.7254]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98459, 40.72925]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97961, 40.72803]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98178, 40.72982]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9832, 40.72871]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98928, 40.73055]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98613, 40.72839]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98623, 40.7295]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97763, 40.72712]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9894, 40.72369]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99079, 40.7268]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97865, 40.72609]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98334, 40.72899]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98277, 40.73052]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98338, 40.73053]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98405, 40.73011]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98322, 40.73063]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98593, 40.72867]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98496, 40.72888]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98246, 40.72185]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98188, 40.72375]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97786, 40.72111]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97826, 40.72655]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98895, 40.72843]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98998, 40.72369]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98398, 40.7295]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98334, 40.7286]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98012, 40.72949]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98174, 40.7249]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98128, 40.72526]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98133, 40.72285]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98407, 40.72384]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98098, 40.729]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98461, 40.72435]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97923, 40.72162]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98452, 40.72623]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98172, 40.72247]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.99146, 40.73055]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98518, 40.732]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98718, 40.72787]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98646, 40.73235]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98057, 40.72912]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9834, 40.72934]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98211, 40.72774]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98328, 40.72776]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97591, 40.7226]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98294, 40.72419]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98916, 40.72791]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97835, 40.72502]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9903, 40.72366]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98095, 40.72782]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97926, 40.72573]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98223, 40.73091]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98021, 40.7294]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97748, 40.72566]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98249, 40.72877]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97847, 40.72866]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98986, 40.72909]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98406, 40.72443]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98669, 40.73228]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98344, 40.72288]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98009, 40.72997]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98731, 40.72794]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98541, 40.73045]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98131, 40.72367]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98932, 40.72962]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98367, 40.72471]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98336, 40.72744]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98272, 40.72727]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98274, 40.73083]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98665, 40.72814]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98822, 40.72458]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98025, 40.72421]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98142, 40.7209]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98515, 40.73153]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98047, 40.72759]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98023, 40.72532]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98865, 40.7289]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98948, 40.72698]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97726, 40.72589]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98488, 40.72804]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98963, 40.72681]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97718, 40.72807]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97925, 40.72931]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98281, 40.72804]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98548, 40.72884]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98088, 40.72564]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98788, 40.73033]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98323, 40.72566]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98614, 40.72603]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98693, 40.72786]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98395, 40.72361]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97845, 40.72682]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98289, 40.72232]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98312, 40.7239]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98321, 40.73131]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98051, 40.72898]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98267, 40.7225]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9853, 40.72416]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98097, 40.72482]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9827, 40.73009]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98156, 40.72829]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98733, 40.72682]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98856, 40.72767]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97604, 40.72498]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98603, 40.728]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98418, 40.72168]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98329, 40.72819]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97903, 40.72956]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98821, 40.73215]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98274, 40.72709]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98445, 40.73082]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98267, 40.73111]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98546, 40.72837]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98686, 40.73281]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.9866, 40.73215]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98503, 40.73]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98602, 40.72828]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98466, 40.72503]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98307, 40.72171]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98443, 40.72641]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98373, 40.72466]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97787, 40.72545]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98241, 40.72486]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98157, 40.72321]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.98112, 40.72308]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, East Village'}, geometry: { type: 'Point', coordinates:[-73.97963, 40.72569]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Eastchester'}, geometry: { type: 'Point', coordinates:[-73.83217, 40.88271]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Eastchester'}, geometry: { type: 'Point', coordinates:[-73.83422, 40.88241]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Eastchester'}, geometry: { type: 'Point', coordinates:[-73.83484, 40.88017]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Eastchester'}, geometry: { type: 'Point', coordinates:[-73.8345, 40.88001]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Eastchester'}, geometry: { type: 'Point', coordinates:[-73.83456, 40.88009]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Eastchester'}, geometry: { type: 'Point', coordinates:[-73.83574, 40.88017]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Eastchester'}, geometry: { type: 'Point', coordinates:[-73.83471, 40.87829]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Bronx, Eastchester'}, geometry: { type: 'Point', coordinates:[-73.83625, 40.88211]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Eastchester'}, geometry: { type: 'Point', coordinates:[-73.83433, 40.8806]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Eastchester'}, geometry: { type: 'Point', coordinates:[-73.83572, 40.88057]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Eastchester'}, geometry: { type: 'Point', coordinates:[-73.83538, 40.88207]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Eastchester'}, geometry: { type: 'Point', coordinates:[-73.83442, 40.88009]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Eastchester'}, geometry: { type: 'Point', coordinates:[-73.83455, 40.88179]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Edenwald'}, geometry: { type: 'Point', coordinates:[-73.83721, 40.89245]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Edenwald'}, geometry: { type: 'Point', coordinates:[-73.84031, 40.8901]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Edenwald'}, geometry: { type: 'Point', coordinates:[-73.83351, 40.89215]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Edenwald'}, geometry: { type: 'Point', coordinates:[-73.83527, 40.88507]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Edenwald'}, geometry: { type: 'Point', coordinates:[-73.84292, 40.89194]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Edenwald'}, geometry: { type: 'Point', coordinates:[-73.84197, 40.89156]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Edenwald'}, geometry: { type: 'Point', coordinates:[-73.83186, 40.89039]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Edenwald'}, geometry: { type: 'Point', coordinates:[-73.83423, 40.89124]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Edenwald'}, geometry: { type: 'Point', coordinates:[-73.84295, 40.88229]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Edenwald'}, geometry: { type: 'Point', coordinates:[-73.83517, 40.8859]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Edenwald'}, geometry: { type: 'Point', coordinates:[-73.83518, 40.885]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Edenwald'}, geometry: { type: 'Point', coordinates:[-73.83434, 40.88534]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Edenwald'}, geometry: { type: 'Point', coordinates:[-73.83561, 40.88364]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Edenwald'}, geometry: { type: 'Point', coordinates:[-73.83431, 40.88634]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Edenwald'}, geometry: { type: 'Point', coordinates:[-73.83248, 40.88805]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Edgemere'}, geometry: { type: 'Point', coordinates:[-73.77373, 40.5938]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Edgemere'}, geometry: { type: 'Point', coordinates:[-73.77364, 40.59276]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Edgemere'}, geometry: { type: 'Point', coordinates:[-73.77882, 40.59606]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Edgemere'}, geometry: { type: 'Point', coordinates:[-73.77209, 40.59534]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Edgemere'}, geometry: { type: 'Point', coordinates:[-73.77236, 40.59517]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Edgemere'}, geometry: { type: 'Point', coordinates:[-73.77339, 40.59304]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Edgemere'}, geometry: { type: 'Point', coordinates:[-73.77288, 40.59324]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Edgemere'}, geometry: { type: 'Point', coordinates:[-73.77818, 40.59525]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Edgemere'}, geometry: { type: 'Point', coordinates:[-73.77361, 40.5939]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Edgemere'}, geometry: { type: 'Point', coordinates:[-73.76873, 40.59684]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Edgemere'}, geometry: { type: 'Point', coordinates:[-73.77321, 40.59264]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88243, 40.7327]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87861, 40.72688]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87144, 40.73867]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88119, 40.7396]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88148, 40.74505]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87591, 40.74073]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87099, 40.74503]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87572, 40.72806]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87493, 40.74517]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87831, 40.73531]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88049, 40.73578]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87745, 40.73925]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87732, 40.74361]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87177, 40.73288]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88177, 40.7448]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87547, 40.73812]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88917, 40.74012]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87845, 40.73603]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87522, 40.73543]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87606, 40.73849]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87595, 40.73874]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88352, 40.74507]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87358, 40.74658]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87193, 40.73137]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88276, 40.73841]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.86802, 40.73998]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87553, 40.73885]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88311, 40.74425]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87702, 40.73902]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87237, 40.74513]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87892, 40.73538]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87913, 40.74301]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87858, 40.73477]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87627, 40.74525]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.86964, 40.74038]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88875, 40.74182]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88136, 40.73744]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.8825, 40.74513]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.86969, 40.74646]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88167, 40.74403]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88345, 40.74133]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87617, 40.74035]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88898, 40.74546]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87609, 40.74728]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87633, 40.74152]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87608, 40.74685]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87288, 40.73958]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88158, 40.74306]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87988, 40.74439]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.888, 40.73491]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.8734, 40.74561]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88769, 40.74113]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87655, 40.74282]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87372, 40.74624]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.8704, 40.74584]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88625, 40.74075]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87832, 40.74325]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87762, 40.73655]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.8876, 40.74524]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87508, 40.74297]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87713, 40.73889]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88076, 40.74055]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87505, 40.73779]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88075, 40.74471]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.8741, 40.73713]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88147, 40.73873]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88461, 40.73218]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87907, 40.74262]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87698, 40.7442]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87757, 40.73086]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88051, 40.73481]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88184, 40.74111]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87407, 40.73504]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87387, 40.73421]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.86866, 40.74059]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87374, 40.74612]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87171, 40.72977]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87787, 40.73756]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88182, 40.73897]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87599, 40.74038]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87957, 40.73716]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87116, 40.73914]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87198, 40.73334]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87571, 40.7335]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87609, 40.739]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88285, 40.74552]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87877, 40.73704]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88278, 40.74663]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87911, 40.74468]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88485, 40.74229]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87478, 40.72937]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87732, 40.74063]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87746, 40.74547]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88019, 40.741]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87211, 40.73457]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88759, 40.74241]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87645, 40.74717]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88064, 40.73698]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87762, 40.74596]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.86596, 40.734]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88784, 40.73958]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88949, 40.74247]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88792, 40.74269]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87782, 40.73319]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87207, 40.73394]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87552, 40.73371]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87534, 40.73224]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87613, 40.7369]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87916, 40.74291]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88393, 40.74184]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87549, 40.74467]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87615, 40.73874]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87908, 40.74293]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87334, 40.74602]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87299, 40.73888]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88613, 40.74443]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.86796, 40.73965]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88188, 40.74711]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87403, 40.74576]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88823, 40.73931]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88211, 40.73816]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88812, 40.7466]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88409, 40.74586]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87755, 40.73928]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87123, 40.74432]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87651, 40.73366]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.86975, 40.74057]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87995, 40.74674]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87407, 40.73854]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87584, 40.73162]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.8861, 40.74037]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87767, 40.73534]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88053, 40.72962]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87763, 40.73698]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87237, 40.73429]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87643, 40.73834]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87285, 40.74316]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87488, 40.73088]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87252, 40.73276]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87444, 40.737]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.89103, 40.7455]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87671, 40.74503]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87346, 40.73383]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87981, 40.73607]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87688, 40.74559]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88641, 40.74122]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88691, 40.74595]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88069, 40.74278]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87136, 40.73829]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88131, 40.7355]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87143, 40.73626]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88096, 40.74449]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87579, 40.73182]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88656, 40.74644]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.89048, 40.74586]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87172, 40.73018]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87334, 40.74461]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.8732, 40.74642]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87918, 40.73675]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88561, 40.74033]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87381, 40.74038]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88445, 40.74177]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87027, 40.73742]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88005, 40.7478]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87676, 40.73885]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87892, 40.73655]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87055, 40.73835]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.86985, 40.73729]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.8861, 40.7418]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.8839, 40.7434]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88962, 40.74253]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88523, 40.74083]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.89035, 40.74125]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88337, 40.74537]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87853, 40.73727]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88044, 40.74642]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87402, 40.73136]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88974, 40.74623]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.89022, 40.74085]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87215, 40.73734]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87276, 40.72859]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87738, 40.7409]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87804, 40.73986]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87383, 40.73102]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88514, 40.74561]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.8899, 40.74252]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88253, 40.74103]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88813, 40.74356]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88193, 40.74756]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88626, 40.74685]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88279, 40.73587]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87054, 40.73753]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87984, 40.74518]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87669, 40.74532]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88688, 40.72381]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88143, 40.74701]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88149, 40.74741]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87247, 40.73744]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87822, 40.73612]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88266, 40.74475]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88065, 40.73726]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.8817, 40.74688]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88904, 40.74579]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87812, 40.74295]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87863, 40.73641]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87139, 40.73101]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.89086, 40.7452]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88681, 40.74632]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88389, 40.74157]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87556, 40.74572]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.8809, 40.74123]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87609, 40.73842]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88066, 40.7347]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87173, 40.74222]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.8838, 40.74266]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.8695, 40.7417]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88912, 40.74326]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.89013, 40.74272]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87476, 40.74396]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87751, 40.73841]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.89024, 40.74144]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87644, 40.73688]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87934, 40.73588]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88015, 40.74324]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87475, 40.73943]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87629, 40.74001]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87711, 40.73878]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87682, 40.74085]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87614, 40.74022]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.875, 40.73682]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.86991, 40.73739]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87351, 40.73399]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88761, 40.74503]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88098, 40.74311]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88647, 40.73853]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87183, 40.72997]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.8768, 40.73247]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.87251, 40.73125]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Elmhurst'}, geometry: { type: 'Point', coordinates:[-73.88054, 40.72946]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Eltingville'}, geometry: { type: 'Point', coordinates:[-74.16254, 40.54268]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Eltingville'}, geometry: { type: 'Point', coordinates:[-74.14666, 40.54106]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Emerson Hill'}, geometry: { type: 'Point', coordinates:[-74.11711, 40.61035]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Emerson Hill'}, geometry: { type: 'Point', coordinates:[-74.12819, 40.60577]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Emerson Hill'}, geometry: { type: 'Point', coordinates:[-74.13173, 40.59961]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Emerson Hill'}, geometry: { type: 'Point', coordinates:[-74.11756, 40.60642]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Emerson Hill'}, geometry: { type: 'Point', coordinates:[-74.14388, 40.60742]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Far Rockaway'}, geometry: { type: 'Point', coordinates:[-73.76337, 40.59752]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Far Rockaway'}, geometry: { type: 'Point', coordinates:[-73.75937, 40.59722]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Far Rockaway'}, geometry: { type: 'Point', coordinates:[-73.75441, 40.59535]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Far Rockaway'}, geometry: { type: 'Point', coordinates:[-73.75606, 40.59642]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Far Rockaway'}, geometry: { type: 'Point', coordinates:[-73.75154, 40.60106]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Far Rockaway'}, geometry: { type: 'Point', coordinates:[-73.73889, 40.59527]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Far Rockaway'}, geometry: { type: 'Point', coordinates:[-73.75967, 40.60153]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Far Rockaway'}, geometry: { type: 'Point', coordinates:[-73.75586, 40.5998]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Far Rockaway'}, geometry: { type: 'Point', coordinates:[-73.75296, 40.5978]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Far Rockaway'}, geometry: { type: 'Point', coordinates:[-73.75492, 40.59594]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Far Rockaway'}, geometry: { type: 'Point', coordinates:[-73.75524, 40.59696]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Far Rockaway'}, geometry: { type: 'Point', coordinates:[-73.75771, 40.59495]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Far Rockaway'}, geometry: { type: 'Point', coordinates:[-73.76506, 40.59707]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Far Rockaway'}, geometry: { type: 'Point', coordinates:[-73.75629, 40.59894]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Far Rockaway'}, geometry: { type: 'Point', coordinates:[-73.75679, 40.59987]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Far Rockaway'}, geometry: { type: 'Point', coordinates:[-73.75503, 40.59382]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Far Rockaway'}, geometry: { type: 'Point', coordinates:[-73.7397, 40.5975]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Far Rockaway'}, geometry: { type: 'Point', coordinates:[-73.76039, 40.5994]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Far Rockaway'}, geometry: { type: 'Point', coordinates:[-73.75466, 40.60273]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Far Rockaway'}, geometry: { type: 'Point', coordinates:[-73.74904, 40.60395]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Far Rockaway'}, geometry: { type: 'Point', coordinates:[-73.75524, 40.59451]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Far Rockaway'}, geometry: { type: 'Point', coordinates:[-73.76187, 40.59523]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Far Rockaway'}, geometry: { type: 'Point', coordinates:[-73.75911, 40.59607]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Far Rockaway'}, geometry: { type: 'Point', coordinates:[-73.75163, 40.60412]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Far Rockaway'}, geometry: { type: 'Point', coordinates:[-73.75418, 40.59536]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Far Rockaway'}, geometry: { type: 'Point', coordinates:[-73.7602, 40.59692]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Far Rockaway'}, geometry: { type: 'Point', coordinates:[-73.76032, 40.59745]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Far Rockaway'}, geometry: { type: 'Point', coordinates:[-73.74688, 40.59794]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Far Rockaway'}, geometry: { type: 'Point', coordinates:[-73.76377, 40.59349]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Far Rockaway'}, geometry: { type: 'Point', coordinates:[-73.75178, 40.59561]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Far Rockaway'}, geometry: { type: 'Point', coordinates:[-73.73837, 40.59486]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Far Rockaway'}, geometry: { type: 'Point', coordinates:[-73.74898, 40.59926]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Far Rockaway'}, geometry: { type: 'Point', coordinates:[-73.75497, 40.59802]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Far Rockaway'}, geometry: { type: 'Point', coordinates:[-73.75555, 40.59836]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Far Rockaway'}, geometry: { type: 'Point', coordinates:[-73.7486, 40.59639]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Fieldston'}, geometry: { type: 'Point', coordinates:[-73.89778, 40.89581]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Fieldston'}, geometry: { type: 'Point', coordinates:[-73.89946, 40.89279]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Fieldston'}, geometry: { type: 'Point', coordinates:[-73.90552, 40.88868]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Fieldston'}, geometry: { type: 'Point', coordinates:[-73.89958, 40.89603]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Bronx, Fieldston'}, geometry: { type: 'Point', coordinates:[-73.89735, 40.89466]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Fieldston'}, geometry: { type: 'Point', coordinates:[-73.9039, 40.89022]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Fieldston'}, geometry: { type: 'Point', coordinates:[-73.89964, 40.896]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Fieldston'}, geometry: { type: 'Point', coordinates:[-73.9059, 40.88777]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Fieldston'}, geometry: { type: 'Point', coordinates:[-73.90522, 40.88757]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Fieldston'}, geometry: { type: 'Point', coordinates:[-73.90747, 40.88985]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Fieldston'}, geometry: { type: 'Point', coordinates:[-73.90449, 40.88764]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Fieldston'}, geometry: { type: 'Point', coordinates:[-73.90253, 40.88967]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Fieldston'}, geometry: { type: 'Point', coordinates:[-73.90473, 40.88796]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01585, 40.70612]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00711, 40.71137]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00609, 40.70712]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00891, 40.70602]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00873, 40.70722]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00819, 40.70744]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00827, 40.70373]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0117, 40.70663]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01545, 40.70483]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01518, 40.70673]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0159, 40.70588]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01281, 40.71015]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0137, 40.70851]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00531, 40.70937]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01544, 40.70742]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00856, 40.70438]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01221, 40.709]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00783, 40.7057]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00206, 40.70725]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0077, 40.706]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00894, 40.70438]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01342, 40.70874]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00773, 40.70465]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00823, 40.70493]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00846, 40.71081]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00135, 40.70882]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00928, 40.70417]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0017, 40.70809]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01414, 40.7092]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00991, 40.70706]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00678, 40.70542]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01492, 40.70544]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00656, 40.70651]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01067, 40.70428]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00744, 40.70488]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00746, 40.71086]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00671, 40.70689]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0131, 40.70833]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00973, 40.70949]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01521, 40.70744]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00952, 40.70428]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00717, 40.70583]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00913, 40.70668]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0096, 40.70636]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00855, 40.70573]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00928, 40.70592]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01002, 40.70659]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01278, 40.70524]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00561, 40.70641]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00607, 40.7083]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00637, 40.70441]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00575, 40.70969]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00943, 40.70511]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00769, 40.70578]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0112, 40.70617]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00121, 40.70939]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01503, 40.70665]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00139, 40.7082]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00549, 40.70657]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01413, 40.70749]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00754, 40.70884]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00941, 40.70727]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00712, 40.70654]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01529, 40.70617]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01525, 40.70782]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00447, 40.70812]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01372, 40.7091]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00669, 40.70559]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00726, 40.70371]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01398, 40.70934]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00678, 40.70521]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00733, 40.70457]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00751, 40.71069]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01037, 40.70845]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0099, 40.7028]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01142, 40.70517]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00415, 40.7083]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01521, 40.70789]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00755, 40.70644]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00629, 40.70527]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.011, 40.70999]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01388, 40.70684]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00596, 40.71143]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0003, 40.70867]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01145, 40.70826]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0155, 40.7041]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01283, 40.71148]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00735, 40.70551]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00841, 40.70552]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00117, 40.70875]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01533, 40.70725]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00841, 40.70676]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00636, 40.70588]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00612, 40.70583]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00707, 40.70428]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00819, 40.70499]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01063, 40.70498]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01579, 40.70476]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0164, 40.70464]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00503, 40.70599]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00131, 40.70774]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00114, 40.70764]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00992, 40.70627]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01514, 40.70776]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01533, 40.70558]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01405, 40.70829]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00675, 40.70571]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00948, 40.70617]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00731, 40.70542]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0151, 40.70701]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00994, 40.70431]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00936, 40.71111]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01379, 40.70949]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00761, 40.70598]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0084, 40.70545]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01422, 40.70685]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00633, 40.70388]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00793, 40.70713]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00681, 40.70515]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00385, 40.70618]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00403, 40.70569]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00875, 40.70563]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00671, 40.70763]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01526, 40.70711]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01534, 40.70587]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00675, 40.70817]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00998, 40.70397]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00639, 40.70496]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0051, 40.70623]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0157, 40.7061]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01556, 40.7071]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0074, 40.7076]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00699, 40.7092]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00883, 40.711]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00157, 40.70731]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01408, 40.70862]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01406, 40.7083]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00921, 40.70514]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01155, 40.70716]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01559, 40.7058]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00785, 40.70743]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00845, 40.71103]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01557, 40.70476]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00713, 40.71068]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00714, 40.70453]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00617, 40.7049]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00821, 40.70649]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00828, 40.71012]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01266, 40.70351]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00927, 40.7058]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01144, 40.70645]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01382, 40.70912]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01429, 40.70726]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00871, 40.70731]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00663, 40.70747]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00442, 40.70706]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0088, 40.7068]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00077, 40.70764]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01405, 40.70943]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00782, 40.70433]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01374, 40.70666]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01463, 40.70912]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01533, 40.70427]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00941, 40.70552]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00851, 40.7044]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00845, 40.7105]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00822, 40.70884]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0054, 40.70741]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00519, 40.70842]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00571, 40.70922]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01616, 40.70544]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01276, 40.70864]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01036, 40.70493]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01388, 40.7069]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01489, 40.70772]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01371, 40.70938]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00715, 40.70464]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00795, 40.70384]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00964, 40.70496]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00812, 40.7055]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00809, 40.70574]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00643, 40.7041]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00688, 40.70415]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01367, 40.7076]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00495, 40.70825]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01266, 40.7086]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0146, 40.70917]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01476, 40.70951]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00837, 40.70734]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00977, 40.70799]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00695, 40.70896]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00503, 40.7065]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0019, 40.70816]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00438, 40.70815]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00476, 40.70786]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0055, 40.70797]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00641, 40.70544]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0063, 40.69888]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00787, 40.7034]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0065, 40.70526]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00656, 40.70516]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0084, 40.70391]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0072, 40.70402]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0084, 40.70555]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00959, 40.70333]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01521, 40.70445]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00722, 40.70511]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00278, 40.7094]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00672, 40.70912]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0075, 40.70756]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00801, 40.70821]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0105, 40.70763]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00654, 40.70948]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01056, 40.70731]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00654, 40.70628]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00801, 40.70781]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00608, 40.70762]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00666, 40.71164]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0116, 40.70632]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01092, 40.70656]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01074, 40.70778]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0108, 40.70748]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01103, 40.70792]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01186, 40.70645]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0106, 40.70584]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00856, 40.70425]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00904, 40.70586]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01201, 40.70599]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01189, 40.70742]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00842, 40.70617]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01229, 40.70789]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00697, 40.70755]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01508, 40.70756]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01343, 40.71035]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01465, 40.70546]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00611, 40.70395]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01113, 40.70799]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0091, 40.70593]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01208, 40.707]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01092, 40.7062]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00396, 40.7066]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01068, 40.706]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01047, 40.70775]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00513, 40.70844]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00517, 40.70767]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01037, 40.70709]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01325, 40.70892]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01226, 40.70581]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01194, 40.7071]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01216, 40.70604]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00855, 40.70567]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01005, 40.70857]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01111, 40.70582]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01091, 40.70654]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01199, 40.70637]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01227, 40.70797]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01072, 40.70727]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01207, 40.70725]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01239, 40.70776]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01208, 40.70714]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01117, 40.70701]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00755, 40.70458]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01528, 40.70718]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00694, 40.70838]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01061, 40.70767]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01046, 40.70752]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01455, 40.7088]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01238, 40.70621]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00787, 40.70504]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00722, 40.70468]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00477, 40.70776]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00513, 40.70761]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00727, 40.70668]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00623, 40.70633]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00685, 40.70587]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01572, 40.70402]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01095, 40.70729]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00411, 40.70793]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00888, 40.70582]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00153, 40.70766]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00706, 40.70994]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01289, 40.70771]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00835, 40.70563]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0051, 40.70864]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00847, 40.70447]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00641, 40.70771]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00642, 40.707]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0086, 40.70335]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0065, 40.70493]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0086, 40.70561]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01048, 40.70744]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01067, 40.70613]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01395, 40.70501]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00914, 40.7078]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00923, 40.70533]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00869, 40.71049]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0079, 40.7081]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00683, 40.70754]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00806, 40.70494]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00906, 40.70623]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00615, 40.70448]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00502, 40.70803]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00656, 40.70741]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01213, 40.70628]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01081, 40.70748]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01021, 40.70731]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01066, 40.70782]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01199, 40.7075]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01094, 40.70656]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0118, 40.70595]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01077, 40.70569]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01077, 40.70573]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.012, 40.70608]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01019, 40.7065]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01175, 40.7074]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01046, 40.70795]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01064, 40.70734]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01243, 40.70615]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00481, 40.70626]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00258, 40.70852]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0051, 40.70662]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00974, 40.7052]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01345, 40.70523]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00653, 40.70529]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0098, 40.70629]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01371, 40.70907]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00562, 40.70662]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00759, 40.70963]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0107, 40.70782]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01065, 40.70619]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01078, 40.70586]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01203, 40.70645]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00859, 40.70649]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01073, 40.70632]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01201, 40.70712]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01188, 40.70632]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00445, 40.70682]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01341, 40.70956]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00145, 40.7094]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01026, 40.70727]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01218, 40.7074]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00885, 40.70822]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.009, 40.70513]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00529, 40.70666]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00866, 40.7055]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01235, 40.70423]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00658, 40.70563]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00646, 40.70959]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01397, 40.71097]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00585, 40.70795]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01455, 40.70772]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00881, 40.70518]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01214, 40.70588]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01056, 40.70734]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01045, 40.70642]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0107, 40.70719]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01008, 40.70455]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00051, 40.70781]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01105, 40.70659]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01235, 40.70602]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01376, 40.7086]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00443, 40.70743]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00487, 40.70653]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01074, 40.70885]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00845, 40.70558]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0118, 40.70587]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00581, 40.70805]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00824, 40.70516]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00493, 40.70738]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01165, 40.70781]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0082, 40.70519]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00799, 40.70758]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01451, 40.70732]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01078, 40.70761]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00961, 40.7052]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01059, 40.70751]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01255, 40.70642]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00908, 40.70523]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0084, 40.70816]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01199, 40.70621]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00919, 40.70563]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01226, 40.70721]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00912, 40.71095]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00858, 40.70548]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00821, 40.70575]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00782, 40.707]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01436, 40.70853]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01227, 40.70624]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01073, 40.70728]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01074, 40.70766]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01227, 40.70782]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01239, 40.70785]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01188, 40.70644]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01023, 40.7075]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00832, 40.70723]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01254, 40.7063]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01096, 40.7075]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00809, 40.70777]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00409, 40.70758]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00601, 40.70873]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00839, 40.70551]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00723, 40.71002]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01248, 40.70713]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01086, 40.70638]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01103, 40.70737]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00491, 40.71006]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00739, 40.70836]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00702, 40.7074]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00842, 40.7053]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00472, 40.70845]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01043, 40.70793]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0123, 40.70602]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01231, 40.70575]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01096, 40.70795]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0102, 40.70659]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00908, 40.70399]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01208, 40.70649]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01066, 40.70751]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.011, 40.70765]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00653, 40.70834]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0119, 40.7056]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01085, 40.70724]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01079, 40.7075]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00827, 40.70399]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01307, 40.70382]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00776, 40.70402]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00674, 40.70503]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00834, 40.71124]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00482, 40.70825]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00702, 40.70835]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00735, 40.7059]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01583, 40.70613]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00925, 40.70522]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00632, 40.7068]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00912, 40.70462]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00798, 40.70516]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00641, 40.7105]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01036, 40.70716]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01266, 40.70883]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00761, 40.70765]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00597, 40.70666]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0102, 40.70493]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00626, 40.70611]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01115, 40.70643]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00959, 40.70931]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00671, 40.70451]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01509, 40.70571]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00682, 40.705]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00804, 40.70598]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01099, 40.70558]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01185, 40.70554]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00183, 40.70875]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01486, 40.70849]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00986, 40.70462]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01227, 40.70406]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00257, 40.70719]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01455, 40.70763]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.008, 40.70787]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00778, 40.70763]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00529, 40.70791]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00545, 40.70791]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00628, 40.70982]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00995, 40.70395]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00746, 40.70497]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00699, 40.7072]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00701, 40.70781]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00703, 40.7073]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00606, 40.7069]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00882, 40.70477]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01043, 40.7074]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01042, 40.70748]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01098, 40.70631]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01214, 40.70644]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0072, 40.70602]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01248, 40.70597]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01176, 40.70701]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00499, 40.70722]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00373, 40.70884]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00698, 40.70503]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00749, 40.7078]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01476, 40.70748]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00812, 40.70555]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00664, 40.70538]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00728, 40.70863]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01221, 40.70735]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01077, 40.70764]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01241, 40.70648]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01227, 40.70649]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01233, 40.70714]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00504, 40.7119]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0121, 40.7058]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01086, 40.70723]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00866, 40.70389]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0106, 40.70726]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01045, 40.70584]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01047, 40.70641]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00952, 40.70457]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00377, 40.70864]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00794, 40.70639]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00612, 40.70676]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00863, 40.70582]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00728, 40.70729]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00805, 40.70951]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01034, 40.70613]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00962, 40.70421]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00754, 40.71064]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00818, 40.7067]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01179, 40.7075]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0094, 40.7112]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01112, 40.70608]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01242, 40.70759]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00445, 40.70791]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00514, 40.70753]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00639, 40.70803]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01206, 40.70754]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00476, 40.70824]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00834, 40.71138]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00705, 40.70442]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01087, 40.70702]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00641, 40.70926]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00746, 40.70743]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01451, 40.70689]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00685, 40.70778]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01043, 40.70713]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00895, 40.70619]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01446, 40.70887]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00665, 40.71161]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0083, 40.71085]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0118, 40.70645]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00662, 40.70399]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01184, 40.70751]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01064, 40.70599]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01114, 40.70766]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01054, 40.70621]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01241, 40.70657]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0079, 40.70506]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00807, 40.70375]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00525, 40.70852]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00764, 40.70883]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00941, 40.70637]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00756, 40.71025]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01171, 40.7065]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00678, 40.70492]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00855, 40.70564]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00711, 40.70426]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00604, 40.7059]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00817, 40.70779]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01044, 40.70711]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01107, 40.70756]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01226, 40.70761]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01401, 40.70903]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00833, 40.70571]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00953, 40.70419]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01039, 40.70584]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01097, 40.70734]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01162, 40.70564]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00878, 40.70563]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00563, 40.70851]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00238, 40.70788]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00988, 40.70701]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00661, 40.70672]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01485, 40.708]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00703, 40.70635]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01221, 40.7057]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00806, 40.7056]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00591, 40.70798]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00929, 40.70569]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00804, 40.70362]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00907, 40.70658]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01047, 40.70234]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.009, 40.70507]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0062, 40.70852]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-73.99992, 40.70854]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00612, 40.70844]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01217, 40.70649]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01088, 40.70653]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00645, 40.70637]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01031, 40.70571]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00481, 40.70774]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00151, 40.7074]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00858, 40.70738]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00964, 40.70402]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.005, 40.70743]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00875, 40.70586]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0064, 40.70619]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01234, 40.70648]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00599, 40.70858]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01432, 40.70755]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00872, 40.7066]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00869, 40.71027]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01226, 40.70747]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01097, 40.70563]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0105, 40.70775]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01076, 40.70624]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01198, 40.70623]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01438, 40.70724]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0082, 40.7049]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01322, 40.70912]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00682, 40.70821]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00545, 40.70583]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00669, 40.70561]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00557, 40.70822]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00721, 40.70362]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00859, 40.7042]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00849, 40.71067]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01252, 40.70651]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00834, 40.71115]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01245, 40.70579]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0086, 40.70587]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01437, 40.70711]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01048, 40.70652]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01023, 40.70574]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01183, 40.70569]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01029, 40.70732]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00593, 40.70726]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01068, 40.70833]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01301, 40.70811]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00833, 40.70376]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0078, 40.70563]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00484, 40.70788]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01045, 40.70525]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00854, 40.70358]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00565, 40.70626]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01564, 40.70424]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01036, 40.70658]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00934, 40.70485]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0134, 40.70413]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01116, 40.70755]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01169, 40.70776]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01205, 40.70713]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00464, 40.71086]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00712, 40.7109]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01521, 40.70745]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00817, 40.70471]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01249, 40.70779]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01193, 40.70598]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01111, 40.70757]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01101, 40.70581]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01175, 40.70645]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01107, 40.7058]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.0125, 40.70736]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00836, 40.70681]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00877, 40.70722]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00523, 40.70688]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00983, 40.706]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00849, 40.70436]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00964, 40.70427]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00885, 40.70407]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00929, 40.71028]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00666, 40.70565]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00627, 40.71074]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.01286, 40.7091]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Financial District'}, geometry: { type: 'Point', coordinates:[-74.00497, 40.71182]} },
IOPub data rate exceeded. The notebook server will temporarily stop sending output to the client in order to avoid crashing it. To change this limit, set the config variable `--NotebookApp.iopub_data_rate_limit`. Current values: NotebookApp.iopub_data_rate_limit=1000000.0 (bytes/sec) NotebookApp.rate_limit_window=3.0 (secs)
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Morrisania'}, geometry: { type: 'Point', coordinates:[-73.90627, 40.83159]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Morrisania'}, geometry: { type: 'Point', coordinates:[-73.90736, 40.83213]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Morrisania'}, geometry: { type: 'Point', coordinates:[-73.89996, 40.83201]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Bronx, Morrisania'}, geometry: { type: 'Point', coordinates:[-73.91095, 40.82565]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.92482, 40.81055]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.91946, 40.81037]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.92726, 40.81177]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.9258, 40.8115]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.90949, 40.81192]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.92454, 40.80762]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.9069, 40.81058]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.92392, 40.81166]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.91617, 40.80769]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.92619, 40.80963]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.92453, 40.81553]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.90513, 40.81161]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.93014, 40.81865]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.92507, 40.8105]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.91625, 40.81185]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.90823, 40.81201]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.90772, 40.81291]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.91781, 40.81192]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.92356, 40.81133]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.92613, 40.80993]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.92729, 40.81167]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.92031, 40.80906]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.91814, 40.81098]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.92088, 40.81496]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.92263, 40.8118]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.92166, 40.81011]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.9043, 40.81049]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.92069, 40.80866]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.92031, 40.80981]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.92399, 40.81128]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.92303, 40.81247]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.91926, 40.81023]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.92262, 40.8078]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.91648, 40.81245]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.92037, 40.8084]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.92747, 40.8114]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.91688, 40.81234]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.92516, 40.81444]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.90599, 40.81245]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.91667, 40.8106]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.92037, 40.81132]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.92349, 40.81072]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.92015, 40.8104]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.91895, 40.80958]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.9214, 40.80986]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.91715, 40.81132]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.91655, 40.81305]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.91838, 40.80786]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.92121, 40.80863]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.91777, 40.81217]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.92765, 40.81331]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.92478, 40.81039]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.92028, 40.80889]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.91977, 40.81005]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.91791, 40.80772]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.92031, 40.81072]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.92654, 40.81]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.92149, 40.8098]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.92778, 40.81102]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.92465, 40.8113]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.92143, 40.80903]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.92266, 40.81017]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mott Haven'}, geometry: { type: 'Point', coordinates:[-73.91696, 40.81322]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Bronx, Mount Eden'}, geometry: { type: 'Point', coordinates:[-73.91277, 40.84454]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mount Eden'}, geometry: { type: 'Point', coordinates:[-73.92178, 40.84084]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mount Eden'}, geometry: { type: 'Point', coordinates:[-73.91175, 40.84473]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Mount Eden'}, geometry: { type: 'Point', coordinates:[-73.92156, 40.84059]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mount Eden'}, geometry: { type: 'Point', coordinates:[-73.91382, 40.84058]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mount Eden'}, geometry: { type: 'Point', coordinates:[-73.91292, 40.84197]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mount Hope'}, geometry: { type: 'Point', coordinates:[-73.90731, 40.85104]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Mount Hope'}, geometry: { type: 'Point', coordinates:[-73.90374, 40.85152]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Mount Hope'}, geometry: { type: 'Point', coordinates:[-73.90321, 40.85188]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mount Hope'}, geometry: { type: 'Point', coordinates:[-73.91036, 40.84611]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mount Hope'}, geometry: { type: 'Point', coordinates:[-73.90263, 40.84882]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Mount Hope'}, geometry: { type: 'Point', coordinates:[-73.90473, 40.84626]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mount Hope'}, geometry: { type: 'Point', coordinates:[-73.90594, 40.8476]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Mount Hope'}, geometry: { type: 'Point', coordinates:[-73.90375, 40.84899]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Mount Hope'}, geometry: { type: 'Point', coordinates:[-73.90189, 40.85055]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Mount Hope'}, geometry: { type: 'Point', coordinates:[-73.9066, 40.84994]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mount Hope'}, geometry: { type: 'Point', coordinates:[-73.90411, 40.84672]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mount Hope'}, geometry: { type: 'Point', coordinates:[-73.9104, 40.84631]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mount Hope'}, geometry: { type: 'Point', coordinates:[-73.90251, 40.85062]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Mount Hope'}, geometry: { type: 'Point', coordinates:[-73.91157, 40.84499]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mount Hope'}, geometry: { type: 'Point', coordinates:[-73.90883, 40.8461]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Mount Hope'}, geometry: { type: 'Point', coordinates:[-73.90231, 40.8506]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mount Hope'}, geometry: { type: 'Point', coordinates:[-73.90346, 40.84992]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Mount Hope'}, geometry: { type: 'Point', coordinates:[-73.90648, 40.84819]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mount Hope'}, geometry: { type: 'Point', coordinates:[-73.90988, 40.8477]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Mount Hope'}, geometry: { type: 'Point', coordinates:[-73.9054, 40.84624]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97514, 40.74686]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97669, 40.7464]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97685, 40.74948]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97573, 40.75001]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97687, 40.75017]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97495, 40.74604]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.98116, 40.7495]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97382, 40.74778]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97589, 40.74884]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9767, 40.74696]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.98061, 40.74747]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97562, 40.74847]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97188, 40.74467]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97979, 40.74792]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97448, 40.74846]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97714, 40.74956]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9807, 40.74836]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9755, 40.74476]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97539, 40.74657]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97355, 40.74444]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97694, 40.75006]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97244, 40.74919]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97407, 40.74864]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97174, 40.74444]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97536, 40.74643]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9753, 40.75044]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9767, 40.74863]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97847, 40.7474]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97206, 40.74417]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9774, 40.74969]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9762, 40.74896]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97715, 40.74843]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97417, 40.7449]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97589, 40.74891]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97316, 40.74739]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97554, 40.74494]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.98059, 40.74881]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97802, 40.74573]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97578, 40.74567]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9753, 40.74871]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97397, 40.74783]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.977, 40.74993]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.98048, 40.7479]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97847, 40.74666]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97064, 40.74753]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97431, 40.74725]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97431, 40.74962]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97438, 40.74734]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97315, 40.7438]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97556, 40.74839]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97334, 40.74523]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97726, 40.74648]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97223, 40.74436]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97592, 40.74769]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97404, 40.74725]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97595, 40.74578]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97238, 40.74769]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97658, 40.75128]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97446, 40.746]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97626, 40.74737]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97456, 40.74633]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97557, 40.74915]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9766, 40.74742]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97145, 40.74409]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97671, 40.74735]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97356, 40.74704]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97335, 40.74466]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97222, 40.7445]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97176, 40.7439]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97834, 40.74649]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97396, 40.74767]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97601, 40.74966]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.98221, 40.74772]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9759, 40.74563]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97309, 40.7439]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97277, 40.74814]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97398, 40.74721]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97659, 40.74699]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9802, 40.74938]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97484, 40.74703]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97453, 40.74928]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97295, 40.74437]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9739, 40.74653]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97243, 40.74859]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97719, 40.74891]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97614, 40.74792]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97354, 40.74774]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97274, 40.74409]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9767, 40.74933]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97752, 40.75008]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97546, 40.75033]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.98057, 40.74789]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.98019, 40.74855]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97472, 40.74896]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97327, 40.74386]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97462, 40.74537]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97917, 40.74828]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97279, 40.74943]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97961, 40.749]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97977, 40.74947]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97664, 40.74873]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97554, 40.74814]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.973, 40.74479]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9761, 40.74947]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97301, 40.74382]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97943, 40.748]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97738, 40.7512]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97334, 40.74791]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97309, 40.74422]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97553, 40.74876]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97683, 40.74839]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97668, 40.74956]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97684, 40.74612]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97528, 40.74613]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9728, 40.74477]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97298, 40.74811]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97521, 40.74852]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97201, 40.74459]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97693, 40.74814]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9745, 40.74596]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.98226, 40.74775]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97131, 40.7453]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97847, 40.74595]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.98196, 40.74903]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97746, 40.75058]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.98247, 40.74818]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97827, 40.74929]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9764, 40.74915]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97416, 40.74741]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97283, 40.74738]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97868, 40.74811]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97207, 40.74637]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97418, 40.7472]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.98054, 40.74755]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97181, 40.74445]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97354, 40.74388]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97221, 40.74678]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97734, 40.74722]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97335, 40.74776]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97821, 40.74576]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97676, 40.74519]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97378, 40.74653]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97211, 40.74479]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97309, 40.74668]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97405, 40.74609]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97865, 40.74733]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97322, 40.74403]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97379, 40.74477]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97146, 40.74421]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.98075, 40.74713]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9722, 40.74463]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97415, 40.74721]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97329, 40.74758]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97695, 40.74838]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97434, 40.74712]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97521, 40.74896]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97376, 40.7493]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97302, 40.74553]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97343, 40.74387]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9776, 40.74675]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.98091, 40.74807]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97694, 40.74844]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97665, 40.74817]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97672, 40.7457]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97739, 40.75001]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97143, 40.74358]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9777, 40.74699]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97679, 40.74526]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97447, 40.74585]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.98141, 40.74733]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.973, 40.74616]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97883, 40.74746]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.98049, 40.74734]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97355, 40.7442]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97699, 40.74975]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9746, 40.74696]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97534, 40.74898]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97218, 40.74698]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97611, 40.74846]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97446, 40.74845]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97205, 40.74472]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97431, 40.74851]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9718, 40.74407]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97223, 40.74474]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97277, 40.7438]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97202, 40.74467]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9781, 40.74934]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97343, 40.74673]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.98014, 40.74829]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97458, 40.74845]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9727, 40.74478]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97981, 40.74686]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97216, 40.74461]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97621, 40.74681]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97563, 40.74702]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.977, 40.74877]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97571, 40.74892]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97199, 40.74334]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.98211, 40.74817]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97464, 40.74794]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97372, 40.74776]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97707, 40.7462]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97722, 40.74857]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97584, 40.7489]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97279, 40.74684]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97217, 40.74404]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97663, 40.74812]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97569, 40.7475]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97612, 40.74835]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97277, 40.74426]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97585, 40.74909]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97446, 40.74871]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97389, 40.74488]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97208, 40.74458]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97409, 40.74649]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97264, 40.74393]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97383, 40.74864]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97018, 40.74796]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97344, 40.74477]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97873, 40.74849]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97362, 40.75025]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97868, 40.74651]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9753, 40.74865]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97216, 40.74418]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97359, 40.74397]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97327, 40.74418]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97364, 40.74428]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97479, 40.7487]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97664, 40.75023]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97687, 40.74954]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97537, 40.74818]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97926, 40.7463]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97594, 40.74706]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.98062, 40.75062]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9775, 40.74742]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97122, 40.74456]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97212, 40.74464]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97288, 40.74451]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97548, 40.74692]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.98041, 40.74829]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97945, 40.74743]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97316, 40.74415]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97713, 40.74844]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.98074, 40.74808]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9725, 40.74624]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97175, 40.74338]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97701, 40.74872]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97698, 40.74661]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97702, 40.75028]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97296, 40.74622]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.98029, 40.74898]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97609, 40.74848]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97683, 40.74957]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97759, 40.7504]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97655, 40.75008]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97609, 40.7496]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.98062, 40.74695]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97676, 40.74751]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97601, 40.74781]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97169, 40.74659]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97291, 40.74472]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97703, 40.74705]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97763, 40.74689]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.976, 40.74819]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97272, 40.74503]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97322, 40.74603]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97131, 40.74444]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.98055, 40.74943]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97147, 40.7437]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97351, 40.74805]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97522, 40.7488]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97531, 40.74862]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97563, 40.74868]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97776, 40.75048]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97528, 40.74771]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9812, 40.74929]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97595, 40.74817]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97234, 40.74881]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97186, 40.74419]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97335, 40.74468]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97306, 40.74462]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97165, 40.74329]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97551, 40.74979]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97355, 40.74428]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97193, 40.74388]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97339, 40.74454]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97205, 40.74409]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9812, 40.74906]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97851, 40.74827]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97543, 40.74998]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.98172, 40.74808]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97199, 40.74754]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97331, 40.74747]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.98162, 40.74801]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97748, 40.74976]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9749, 40.74743]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97892, 40.74685]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97307, 40.74388]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97525, 40.7482]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97593, 40.74564]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97846, 40.74891]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97842, 40.74662]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97887, 40.74891]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9739, 40.74927]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97537, 40.74697]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97263, 40.7471]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97255, 40.74803]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97684, 40.75017]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97564, 40.74848]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97844, 40.7488]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97566, 40.74965]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97388, 40.74485]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97247, 40.74773]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97593, 40.74751]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97554, 40.74829]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.98033, 40.748]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97395, 40.74921]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97322, 40.74415]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97842, 40.7487]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97607, 40.74716]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97945, 40.74943]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97637, 40.74652]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97986, 40.74842]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97868, 40.74827]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9797, 40.74714]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97565, 40.74877]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97557, 40.74846]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97044, 40.7466]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97407, 40.74737]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97865, 40.74961]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97451, 40.74725]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97271, 40.74408]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97468, 40.74748]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.98119, 40.7493]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97967, 40.74779]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97862, 40.7487]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9742, 40.74737]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97605, 40.7503]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97293, 40.74987]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97447, 40.74823]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97629, 40.74681]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97744, 40.74922]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9737, 40.74466]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9748, 40.74466]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97682, 40.74676]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97382, 40.74873]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9785, 40.74946]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97298, 40.7484]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97788, 40.74882]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9752, 40.75075]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97665, 40.74968]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.98095, 40.74908]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97444, 40.74976]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.98001, 40.74855]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97299, 40.74423]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97412, 40.7474]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97724, 40.74742]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.98098, 40.74963]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97301, 40.74899]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97648, 40.74541]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97344, 40.74844]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97296, 40.7462]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97478, 40.74719]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.98007, 40.74912]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97952, 40.74647]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97421, 40.74833]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97356, 40.74815]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97404, 40.74623]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97365, 40.74438]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97417, 40.7481]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97823, 40.74601]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9783, 40.74636]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97973, 40.75069]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97563, 40.74968]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9758, 40.74846]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9784, 40.7494]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97899, 40.74628]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97823, 40.7494]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.98156, 40.74762]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97072, 40.74485]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97855, 40.74805]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97037, 40.74893]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.98083, 40.75035]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97856, 40.74665]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97291, 40.74581]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97218, 40.74379]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9761, 40.74915]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97328, 40.74441]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97167, 40.74409]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97263, 40.74564]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97562, 40.74768]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97628, 40.7461]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97884, 40.74848]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97433, 40.74734]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.98132, 40.7493]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97124, 40.74422]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97549, 40.74917]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97149, 40.74389]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97895, 40.75097]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97544, 40.74838]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97195, 40.74661]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97506, 40.74489]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97694, 40.74711]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97939, 40.74791]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9804, 40.75066]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.98123, 40.7487]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97843, 40.74591]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97632, 40.7476]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97277, 40.74786]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.98192, 40.74853]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97506, 40.74536]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.98115, 40.74916]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9764, 40.74535]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97905, 40.7502]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97993, 40.74733]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97958, 40.74793]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.98079, 40.74773]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97188, 40.74545]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97841, 40.74672]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97414, 40.74807]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9785, 40.75009]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97673, 40.74825]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9755, 40.74796]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97202, 40.74883]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.98053, 40.74822]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97849, 40.74923]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97776, 40.75031]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97907, 40.75035]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97949, 40.74796]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97505, 40.74522]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97995, 40.75071]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97642, 40.74819]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97475, 40.74709]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.98271, 40.74797]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97747, 40.7503]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.98025, 40.74818]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.981, 40.74779]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97796, 40.74851]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97443, 40.74469]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97702, 40.74775]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97517, 40.74721]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97299, 40.74744]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97595, 40.74627]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97771, 40.7481]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97846, 40.74961]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97342, 40.74688]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9781, 40.74689]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97262, 40.74991]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97836, 40.74936]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97456, 40.74647]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97385, 40.74875]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97925, 40.74823]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97607, 40.74926]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97685, 40.74657]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97782, 40.74658]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97699, 40.74553]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97937, 40.74933]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97307, 40.74632]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97598, 40.74685]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9794, 40.7493]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97224, 40.7441]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97846, 40.74677]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97652, 40.74537]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97202, 40.74327]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97685, 40.74533]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9724, 40.74933]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.975, 40.74767]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97567, 40.74518]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9779, 40.74929]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97762, 40.74609]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97755, 40.74866]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97813, 40.74688]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.977, 40.74855]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9727, 40.74416]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97937, 40.74969]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97452, 40.74487]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9733, 40.74763]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97355, 40.74706]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97416, 40.74433]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97788, 40.74882]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97844, 40.74948]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97301, 40.74699]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97151, 40.74391]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9736, 40.7483]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97932, 40.74807]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.98044, 40.74975]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9814, 40.74798]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97586, 40.74633]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97879, 40.7491]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.96967, 40.74785]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9801, 40.74953]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97573, 40.74479]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97337, 40.74441]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.98134, 40.74894]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.98059, 40.75089]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9786, 40.74981]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97321, 40.74436]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97602, 40.74763]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97298, 40.74969]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97818, 40.74907]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97966, 40.74822]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97203, 40.74325]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97391, 40.74625]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97757, 40.74551]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97469, 40.74637]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97828, 40.74888]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.98167, 40.74731]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97556, 40.74949]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97703, 40.74629]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97524, 40.74763]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97834, 40.74583]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97533, 40.74461]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97284, 40.7444]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97734, 40.7465]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97913, 40.74622]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9716, 40.74769]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97846, 40.74866]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97838, 40.74736]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.98108, 40.74838]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97289, 40.74733]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9717, 40.74806]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9726, 40.74579]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97601, 40.74766]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97282, 40.74803]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.9777, 40.746]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97597, 40.75091]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97292, 40.74436]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97607, 40.7459]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97153, 40.74394]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Murray Hill'}, geometry: { type: 'Point', coordinates:[-73.97358, 40.7487]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Navy Yard'}, geometry: { type: 'Point', coordinates:[-73.9801, 40.70159]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Navy Yard'}, geometry: { type: 'Point', coordinates:[-73.97954, 40.70234]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Navy Yard'}, geometry: { type: 'Point', coordinates:[-73.97666, 40.69839]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Navy Yard'}, geometry: { type: 'Point', coordinates:[-73.96961, 40.69851]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Navy Yard'}, geometry: { type: 'Point', coordinates:[-73.97357, 40.69823]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Navy Yard'}, geometry: { type: 'Point', coordinates:[-73.97595, 40.69855]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Navy Yard'}, geometry: { type: 'Point', coordinates:[-73.97087, 40.69833]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Navy Yard'}, geometry: { type: 'Point', coordinates:[-73.96406, 40.69792]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Navy Yard'}, geometry: { type: 'Point', coordinates:[-73.97002, 40.69901]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Navy Yard'}, geometry: { type: 'Point', coordinates:[-73.97979, 40.70375]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Navy Yard'}, geometry: { type: 'Point', coordinates:[-73.97205, 40.69803]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Navy Yard'}, geometry: { type: 'Point', coordinates:[-73.96989, 40.69793]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Navy Yard'}, geometry: { type: 'Point', coordinates:[-73.9654, 40.69817]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Navy Yard'}, geometry: { type: 'Point', coordinates:[-73.98006, 40.70095]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Neponsit'}, geometry: { type: 'Point', coordinates:[-73.85821, 40.57043]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Neponsit'}, geometry: { type: 'Point', coordinates:[-73.86122, 40.56931]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, New Brighton'}, geometry: { type: 'Point', coordinates:[-74.0929, 40.63813]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, New Brighton'}, geometry: { type: 'Point', coordinates:[-74.09312, 40.64393]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, New Brighton'}, geometry: { type: 'Point', coordinates:[-74.09272, 40.64465]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, New Brighton'}, geometry: { type: 'Point', coordinates:[-74.08996, 40.64445]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, New Brighton'}, geometry: { type: 'Point', coordinates:[-74.0935, 40.64098]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, New Brighton'}, geometry: { type: 'Point', coordinates:[-74.09003, 40.64491]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, New Dorp'}, geometry: { type: 'Point', coordinates:[-74.11747, 40.57044]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, New Dorp Beach'}, geometry: { type: 'Point', coordinates:[-74.10444, 40.56662]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, New Dorp Beach'}, geometry: { type: 'Point', coordinates:[-74.10331, 40.56629]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, New Dorp Beach'}, geometry: { type: 'Point', coordinates:[-74.1, 40.56464]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, New Springville'}, geometry: { type: 'Point', coordinates:[-74.15485, 40.58091]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, New Springville'}, geometry: { type: 'Point', coordinates:[-74.16178, 40.59274]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, New Springville'}, geometry: { type: 'Point', coordinates:[-74.15506, 40.57942]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, New Springville'}, geometry: { type: 'Point', coordinates:[-74.15587, 40.58952]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, New Springville'}, geometry: { type: 'Point', coordinates:[-74.16162, 40.58508]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, New Springville'}, geometry: { type: 'Point', coordinates:[-74.15933, 40.58111]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, New Springville'}, geometry: { type: 'Point', coordinates:[-74.162, 40.59384]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, New Springville'}, geometry: { type: 'Point', coordinates:[-74.15443, 40.58085]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99381, 40.72811]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.9942, 40.72563]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.9939, 40.72788]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99146, 40.72805]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99402, 40.72582]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99264, 40.72703]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99316, 40.72626]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99461, 40.72485]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99423, 40.72662]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99239, 40.72822]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99387, 40.72631]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99198, 40.72711]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99168, 40.7275]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99165, 40.72824]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99302, 40.72847]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.9927, 40.72717]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99323, 40.72501]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.9934, 40.72895]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.9928, 40.72632]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99331, 40.72833]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99237, 40.72629]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99199, 40.72888]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99336, 40.7259]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99501, 40.72696]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99487, 40.7256]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99284, 40.72547]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99203, 40.72951]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99134, 40.72773]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99252, 40.72503]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99519, 40.72569]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99506, 40.72571]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.993, 40.72764]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99342, 40.72604]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99452, 40.72591]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99555, 40.7256]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99259, 40.72652]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99341, 40.72579]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99184, 40.7287]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99523, 40.72618]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.9939, 40.7259]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99317, 40.72624]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99286, 40.72825]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99323, 40.72477]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99196, 40.72651]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99246, 40.7291]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99227, 40.72569]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99327, 40.72831]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99133, 40.72839]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99125, 40.72909]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99148, 40.72865]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99328, 40.72585]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99344, 40.72904]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99492, 40.72545]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99289, 40.72842]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99341, 40.72535]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99288, 40.72746]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99253, 40.73]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99505, 40.72641]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99346, 40.72681]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99376, 40.72652]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99186, 40.72723]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99258, 40.72813]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99218, 40.72617]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.9932, 40.72634]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99494, 40.72612]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99366, 40.72459]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99287, 40.72956]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99328, 40.72683]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99225, 40.72839]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99337, 40.72577]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99199, 40.72872]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99139, 40.72886]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, NoHo'}, geometry: { type: 'Point', coordinates:[-73.99141, 40.72858]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99329, 40.72355]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99388, 40.72379]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99675, 40.72214]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99618, 40.72336]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99481, 40.72295]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99399, 40.72259]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99454, 40.72315]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99451, 40.72202]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.9941, 40.72189]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99513, 40.7225]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99518, 40.72405]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99372, 40.72411]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99461, 40.71995]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99675, 40.72224]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99418, 40.72192]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99519, 40.72309]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.9944, 40.72184]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.9941, 40.72158]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99574, 40.7229]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99664, 40.72196]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99696, 40.72186]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99331, 40.72344]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.9946, 40.7232]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99498, 40.72203]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99549, 40.72162]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99514, 40.72001]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99486, 40.72004]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99438, 40.72224]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99622, 40.72042]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99587, 40.72191]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99318, 40.72372]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99499, 40.72276]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99577, 40.72141]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99438, 40.71972]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99602, 40.72118]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99513, 40.72123]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99539, 40.72218]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99564, 40.72203]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99351, 40.72322]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99583, 40.7222]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99467, 40.72222]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99467, 40.72361]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99466, 40.72288]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.9959, 40.72116]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99545, 40.72271]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99333, 40.72261]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99581, 40.72148]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99527, 40.72033]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99526, 40.72127]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99463, 40.72242]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99334, 40.72233]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.9945, 40.72291]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99386, 40.72092]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99479, 40.72213]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99527, 40.72047]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99432, 40.72157]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99395, 40.72158]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99409, 40.72285]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99713, 40.7216]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99333, 40.72367]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99688, 40.72139]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99476, 40.72152]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99309, 40.72373]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99458, 40.72265]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99549, 40.72246]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99466, 40.72332]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99669, 40.7219]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99473, 40.72225]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99355, 40.72413]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99333, 40.72354]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99505, 40.72042]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99625, 40.72234]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99498, 40.72352]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.996, 40.72243]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99435, 40.72144]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99544, 40.72223]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99504, 40.72052]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99462, 40.72057]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99463, 40.7212]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99571, 40.72379]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99335, 40.72382]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99496, 40.72151]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99393, 40.72209]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99455, 40.72147]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99532, 40.72321]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99472, 40.72191]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99539, 40.72297]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99346, 40.72255]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99378, 40.72152]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99615, 40.7223]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.9947, 40.71987]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99566, 40.72066]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99574, 40.72233]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99571, 40.72216]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99592, 40.72191]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99425, 40.72124]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99676, 40.72212]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99595, 40.72113]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99575, 40.72118]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99466, 40.72238]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99487, 40.7218]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99388, 40.72242]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99493, 40.72098]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99583, 40.72042]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99631, 40.72238]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99387, 40.72427]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99505, 40.72086]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99567, 40.72182]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99507, 40.72315]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99305, 40.72342]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99487, 40.72131]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.9961, 40.72177]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99439, 40.7234]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.9959, 40.72136]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99616, 40.72226]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99525, 40.72145]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99467, 40.72355]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99518, 40.72271]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99375, 40.7238]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99543, 40.72254]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99306, 40.72355]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99558, 40.7216]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99419, 40.7245]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99577, 40.72154]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99476, 40.72311]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99526, 40.72227]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99357, 40.72314]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99412, 40.72271]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99343, 40.72232]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99716, 40.72175]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99535, 40.72011]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99592, 40.72344]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99682, 40.72118]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99647, 40.7208]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99592, 40.72021]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99497, 40.72206]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99524, 40.72013]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99568, 40.72185]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99367, 40.72336]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99452, 40.72402]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99435, 40.72148]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99452, 40.72184]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99672, 40.72064]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99345, 40.72311]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99465, 40.72113]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99454, 40.7237]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99531, 40.72091]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99426, 40.72161]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.9945, 40.722]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.9965, 40.72135]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99535, 40.72426]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99482, 40.72174]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99501, 40.72106]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99496, 40.72368]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99503, 40.72206]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99338, 40.72382]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99496, 40.72225]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99509, 40.72178]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99564, 40.72264]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99347, 40.72383]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99532, 40.72142]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99498, 40.72104]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99395, 40.7215]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99459, 40.72243]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99375, 40.72217]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99519, 40.72305]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99557, 40.72194]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99463, 40.7233]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99408, 40.72342]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99708, 40.72132]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99478, 40.7231]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99436, 40.71987]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.9955, 40.72189]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99292, 40.72342]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99548, 40.71996]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99384, 40.72374]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99301, 40.72361]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.9955, 40.72255]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99576, 40.72068]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99415, 40.7231]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.9955, 40.72046]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99596, 40.72207]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99583, 40.72394]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99548, 40.7203]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99568, 40.72044]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99377, 40.72241]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99532, 40.72434]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99756, 40.72095]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99491, 40.72202]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99508, 40.72328]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99429, 40.72131]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99552, 40.72246]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99426, 40.72135]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99604, 40.7224]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99493, 40.72153]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99426, 40.72341]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99454, 40.72235]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99451, 40.72198]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99605, 40.72097]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99479, 40.72355]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99329, 40.72316]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99408, 40.72255]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99604, 40.72022]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99471, 40.72184]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99605, 40.72064]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99625, 40.72182]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99374, 40.72273]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99596, 40.72246]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99607, 40.7223]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99465, 40.72011]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99417, 40.72106]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99598, 40.72045]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99527, 40.7224]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99477, 40.72339]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99642, 40.72169]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99541, 40.72382]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99424, 40.72176]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99618, 40.72239]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99401, 40.72095]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99675, 40.72177]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99622, 40.72263]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99393, 40.72075]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99481, 40.72217]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.9962, 40.72159]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99552, 40.72047]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99705, 40.72204]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99481, 40.72248]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99529, 40.72404]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99413, 40.72293]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99445, 40.72396]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99469, 40.72102]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99321, 40.72404]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99314, 40.72276]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99633, 40.72036]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99592, 40.72241]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99381, 40.72408]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99514, 40.72321]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99639, 40.72174]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.9965, 40.72169]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99582, 40.72179]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99574, 40.72337]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99544, 40.72168]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99406, 40.72249]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99646, 40.72044]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99593, 40.72287]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99513, 40.72051]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.9967, 40.72278]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99727, 40.72154]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.9954, 40.72389]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99302, 40.72347]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99706, 40.72094]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99563, 40.72411]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99699, 40.72205]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99544, 40.72232]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99721, 40.7216]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99416, 40.72245]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99579, 40.72232]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99491, 40.72224]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99344, 40.72299]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99559, 40.72174]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99304, 40.72421]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99383, 40.72173]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99302, 40.72347]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99545, 40.72222]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99459, 40.72253]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99689, 40.72172]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99524, 40.72277]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99543, 40.72148]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99473, 40.72078]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99582, 40.72228]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99577, 40.72287]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99461, 40.72339]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99416, 40.72402]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99472, 40.72061]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99365, 40.72208]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99377, 40.72365]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99526, 40.72294]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99427, 40.72143]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99546, 40.72363]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99507, 40.72249]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99543, 40.72235]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99645, 40.72044]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99655, 40.72243]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99558, 40.72275]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99567, 40.72082]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99388, 40.72294]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99433, 40.72232]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99348, 40.72261]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99395, 40.72122]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99577, 40.72364]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99589, 40.72234]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99431, 40.72289]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99493, 40.72265]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99635, 40.7214]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99577, 40.72316]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99379, 40.72193]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99554, 40.72366]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Nolita'}, geometry: { type: 'Point', coordinates:[-73.99457, 40.72267]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, North Riverdale'}, geometry: { type: 'Point', coordinates:[-73.90005, 40.90804]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, North Riverdale'}, geometry: { type: 'Point', coordinates:[-73.89791, 40.90154]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, North Riverdale'}, geometry: { type: 'Point', coordinates:[-73.90137, 40.90734]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, North Riverdale'}, geometry: { type: 'Point', coordinates:[-73.89761, 40.90175]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, North Riverdale'}, geometry: { type: 'Point', coordinates:[-73.90564, 40.91169]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, North Riverdale'}, geometry: { type: 'Point', coordinates:[-73.89991, 40.90329]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Norwood'}, geometry: { type: 'Point', coordinates:[-73.87453, 40.87446]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Norwood'}, geometry: { type: 'Point', coordinates:[-73.8762, 40.87529]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Norwood'}, geometry: { type: 'Point', coordinates:[-73.87607, 40.8722]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Norwood'}, geometry: { type: 'Point', coordinates:[-73.88298, 40.86848]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Norwood'}, geometry: { type: 'Point', coordinates:[-73.87326, 40.88007]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Norwood'}, geometry: { type: 'Point', coordinates:[-73.88213, 40.87809]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Norwood'}, geometry: { type: 'Point', coordinates:[-73.88622, 40.87184]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Norwood'}, geometry: { type: 'Point', coordinates:[-73.88217, 40.88016]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Norwood'}, geometry: { type: 'Point', coordinates:[-73.88342, 40.87414]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Norwood'}, geometry: { type: 'Point', coordinates:[-73.87213, 40.87816]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Norwood'}, geometry: { type: 'Point', coordinates:[-73.87427, 40.87692]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Norwood'}, geometry: { type: 'Point', coordinates:[-73.87412, 40.87448]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Norwood'}, geometry: { type: 'Point', coordinates:[-73.87925, 40.87315]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Norwood'}, geometry: { type: 'Point', coordinates:[-73.87978, 40.87275]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Norwood'}, geometry: { type: 'Point', coordinates:[-73.87737, 40.87583]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Norwood'}, geometry: { type: 'Point', coordinates:[-73.88519, 40.87432]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Norwood'}, geometry: { type: 'Point', coordinates:[-73.88328, 40.87633]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Norwood'}, geometry: { type: 'Point', coordinates:[-73.87195, 40.87993]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Norwood'}, geometry: { type: 'Point', coordinates:[-73.87801, 40.87476]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Norwood'}, geometry: { type: 'Point', coordinates:[-73.88568, 40.87391]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Norwood'}, geometry: { type: 'Point', coordinates:[-73.8797, 40.87064]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Norwood'}, geometry: { type: 'Point', coordinates:[-73.88228, 40.87709]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Norwood'}, geometry: { type: 'Point', coordinates:[-73.88047, 40.87605]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Norwood'}, geometry: { type: 'Point', coordinates:[-73.88459, 40.87759]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Norwood'}, geometry: { type: 'Point', coordinates:[-73.88625, 40.87372]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Norwood'}, geometry: { type: 'Point', coordinates:[-73.88499, 40.87374]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Norwood'}, geometry: { type: 'Point', coordinates:[-73.88052, 40.87091]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Norwood'}, geometry: { type: 'Point', coordinates:[-73.88254, 40.87925]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Norwood'}, geometry: { type: 'Point', coordinates:[-73.88278, 40.88304]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Norwood'}, geometry: { type: 'Point', coordinates:[-73.87641, 40.87786]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Norwood'}, geometry: { type: 'Point', coordinates:[-73.87537, 40.8774]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Norwood'}, geometry: { type: 'Point', coordinates:[-73.88595, 40.87233]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Norwood'}, geometry: { type: 'Point', coordinates:[-73.88289, 40.87125]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Norwood'}, geometry: { type: 'Point', coordinates:[-73.88748, 40.87225]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Norwood'}, geometry: { type: 'Point', coordinates:[-73.88475, 40.87526]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Bronx, Norwood'}, geometry: { type: 'Point', coordinates:[-73.8817, 40.87077]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Norwood'}, geometry: { type: 'Point', coordinates:[-73.87575, 40.87491]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Norwood'}, geometry: { type: 'Point', coordinates:[-73.87785, 40.87396]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Norwood'}, geometry: { type: 'Point', coordinates:[-73.88476, 40.87504]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Oakwood'}, geometry: { type: 'Point', coordinates:[-74.12434, 40.56346]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Oakwood'}, geometry: { type: 'Point', coordinates:[-74.12673, 40.56233]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Oakwood'}, geometry: { type: 'Point', coordinates:[-74.13182, 40.56056]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Oakwood'}, geometry: { type: 'Point', coordinates:[-74.10678, 40.56028]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Olinville'}, geometry: { type: 'Point', coordinates:[-73.86273, 40.88453]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Olinville'}, geometry: { type: 'Point', coordinates:[-73.86397, 40.88438]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Bronx, Olinville'}, geometry: { type: 'Point', coordinates:[-73.86587, 40.88455]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.84558, 40.68165]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.84245, 40.68464]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.83855, 40.68845]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.84101, 40.68695]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.85335, 40.67948]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.84438, 40.6831]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.8429, 40.68275]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.84765, 40.68084]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.8457, 40.68221]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.84726, 40.68146]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.84083, 40.67657]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.84159, 40.6862]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.85568, 40.67488]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.84706, 40.6741]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.83909, 40.67238]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.8552, 40.6752]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.85145, 40.67557]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.84114, 40.68936]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.85653, 40.67555]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.83752, 40.68792]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.85084, 40.68757]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.84262, 40.68918]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.85981, 40.68287]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.83853, 40.6889]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.84401, 40.68621]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.84396, 40.68226]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.83378, 40.68345]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.84815, 40.67651]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.85552, 40.68005]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.83727, 40.6904]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.84859, 40.67684]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.86016, 40.67616]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.83498, 40.68562]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.84279, 40.68979]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.85248, 40.68285]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.8472, 40.6844]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.8448, 40.68887]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.85627, 40.67883]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.84403, 40.67984]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.84997, 40.6824]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.8494, 40.68069]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.84587, 40.68689]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.84717, 40.6776]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.8493, 40.68572]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.85515, 40.68042]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.83633, 40.68579]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.8459, 40.67801]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.83457, 40.66736]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.84941, 40.67743]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.8431, 40.68337]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.84771, 40.67924]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.8601, 40.67775]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.84977, 40.68268]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.84874, 40.68237]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.84213, 40.68436]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.85601, 40.67574]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.8486, 40.67807]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.8496, 40.68559]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.84368, 40.68247]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.84642, 40.68581]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98305, 40.66977]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97493, 40.66912]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97989, 40.6766]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98233, 40.66732]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97476, 40.67682]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97678, 40.67851]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97918, 40.6801]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97617, 40.68057]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98028, 40.67574]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98196, 40.6682]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97557, 40.68018]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98126, 40.67937]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97555, 40.67093]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98082, 40.67644]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97865, 40.68001]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98028, 40.6815]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97164, 40.6727]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97864, 40.67768]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97733, 40.67192]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97902, 40.67858]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.9812, 40.67858]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97493, 40.67884]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97792, 40.67507]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.978, 40.68015]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97697, 40.67406]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98671, 40.67066]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97666, 40.66564]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98045, 40.67505]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97129, 40.67289]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97882, 40.67177]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97833, 40.66588]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97878, 40.67815]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97133, 40.67286]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97736, 40.6812]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97713, 40.68082]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97603, 40.68001]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98235, 40.6734]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98074, 40.67711]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97775, 40.67257]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97776, 40.67036]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97662, 40.66832]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98366, 40.67156]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97774, 40.67218]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98194, 40.66754]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97616, 40.67632]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97365, 40.67245]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97644, 40.6735]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97981, 40.66835]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98122, 40.67618]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97823, 40.67561]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97535, 40.67681]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98151, 40.66775]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97761, 40.67164]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98152, 40.67771]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98347, 40.67001]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98069, 40.67231]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97531, 40.67889]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98614, 40.67242]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98285, 40.66952]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97418, 40.67616]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97909, 40.6789]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97542, 40.6785]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98151, 40.6701]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97742, 40.67356]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97282, 40.6732]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98109, 40.66941]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97432, 40.6704]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98439, 40.67386]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97384, 40.67079]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97666, 40.67975]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98079, 40.66999]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97963, 40.67489]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98239, 40.67603]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.974, 40.67003]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98245, 40.6747]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98348, 40.67267]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97791, 40.67928]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98042, 40.66977]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97781, 40.6756]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97871, 40.67267]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97434, 40.67927]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.9766, 40.68091]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97605, 40.67447]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97918, 40.6802]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98719, 40.67073]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97724, 40.66936]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98195, 40.6726]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98138, 40.67731]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.9807, 40.66669]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97463, 40.67925]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97614, 40.67441]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97853, 40.68305]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97967, 40.67981]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98516, 40.66894]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97726, 40.6681]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98079, 40.67171]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97859, 40.67133]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98757, 40.66989]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97616, 40.67796]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97904, 40.68242]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98111, 40.67407]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97847, 40.68012]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97839, 40.68375]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97755, 40.67629]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97785, 40.68224]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98002, 40.66848]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97918, 40.67418]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98227, 40.67706]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97907, 40.67702]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97706, 40.67158]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98311, 40.67023]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97979, 40.6749]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97444, 40.67192]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.9852, 40.67157]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98746, 40.67119]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98234, 40.67545]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97166, 40.6728]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97388, 40.67094]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97807, 40.68193]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97991, 40.66961]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97484, 40.67821]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97607, 40.66723]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97593, 40.6749]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97533, 40.67188]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98089, 40.67853]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97598, 40.67514]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.9779, 40.68164]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97737, 40.66587]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98278, 40.67198]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98155, 40.66713]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97479, 40.67148]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97235, 40.67307]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97786, 40.67148]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97131, 40.67202]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97974, 40.68125]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98136, 40.67617]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97721, 40.673]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97847, 40.67086]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98625, 40.67124]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97598, 40.66643]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97212, 40.67256]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97991, 40.6779]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97659, 40.67923]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98156, 40.66763]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98319, 40.6681]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98609, 40.67293]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98253, 40.66821]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97665, 40.68085]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97738, 40.6828]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97863, 40.67994]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.9761, 40.66798]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.9793, 40.67633]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98368, 40.67469]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98299, 40.67214]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97617, 40.67683]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97954, 40.66972]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98084, 40.67736]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98027, 40.67996]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98316, 40.67289]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97596, 40.68018]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.9771, 40.67812]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97767, 40.66815]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97307, 40.67314]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98618, 40.67122]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.9768, 40.66682]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98327, 40.66793]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97843, 40.6835]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97471, 40.67331]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98195, 40.67376]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97412, 40.67786]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97823, 40.68083]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98143, 40.67751]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98268, 40.66754]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98005, 40.67982]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97848, 40.67687]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98791, 40.67099]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97704, 40.68182]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97482, 40.67159]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97948, 40.67078]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98621, 40.67059]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98459, 40.67487]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97516, 40.67545]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97876, 40.68107]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.9785, 40.68395]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98049, 40.678]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97303, 40.67655]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97837, 40.67224]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98668, 40.66986]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97993, 40.67573]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97486, 40.66763]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97717, 40.67424]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98623, 40.66958]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97953, 40.67622]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97339, 40.67274]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97874, 40.67027]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98002, 40.68086]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98759, 40.67092]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98432, 40.66825]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98057, 40.67549]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97528, 40.67546]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97726, 40.67619]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98603, 40.67031]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98223, 40.66826]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97925, 40.68098]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97954, 40.6705]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98099, 40.66883]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98039, 40.66724]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98163, 40.67691]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97974, 40.67811]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97694, 40.6675]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97512, 40.67034]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97706, 40.67507]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97759, 40.68006]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98508, 40.67042]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97404, 40.67477]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98174, 40.66955]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97706, 40.68069]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97806, 40.67947]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97879, 40.67232]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97891, 40.68176]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97869, 40.66803]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98451, 40.6715]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98454, 40.67379]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97472, 40.67158]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97891, 40.67829]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97602, 40.67688]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98157, 40.67922]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97829, 40.67713]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97341, 40.67245]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98475, 40.66975]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97713, 40.6668]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97357, 40.67225]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97722, 40.68057]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.9857, 40.67032]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98235, 40.66859]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97816, 40.67958]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97901, 40.6746]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97957, 40.68241]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98053, 40.68006]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98035, 40.67792]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.9787, 40.67821]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98169, 40.67787]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97662, 40.68049]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97663, 40.67271]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97641, 40.66896]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97853, 40.67885]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97304, 40.67151]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97408, 40.67918]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.9737, 40.67653]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97583, 40.67855]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97796, 40.68326]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.9793, 40.67533]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98142, 40.67542]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97765, 40.67384]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97738, 40.66775]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98085, 40.67593]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97247, 40.67194]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98419, 40.66854]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98278, 40.67638]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98107, 40.67592]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98462, 40.66981]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97954, 40.68182]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97434, 40.67359]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98482, 40.66854]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97618, 40.67947]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97676, 40.67317]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97885, 40.6702]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98084, 40.67819]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98362, 40.67559]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98338, 40.67343]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98251, 40.6718]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97859, 40.6755]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98537, 40.67129]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97406, 40.67697]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98066, 40.67861]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97697, 40.67655]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97954, 40.67364]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97332, 40.67534]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98815, 40.67078]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98003, 40.6703]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98277, 40.67129]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.976, 40.67211]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97862, 40.66926]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97784, 40.68035]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97865, 40.67889]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98083, 40.67781]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97865, 40.6688]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97827, 40.6669]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98076, 40.673]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97711, 40.67926]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97458, 40.67978]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97881, 40.66587]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97957, 40.67149]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98274, 40.67471]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97865, 40.68081]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97806, 40.66634]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97143, 40.67145]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97841, 40.67121]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.9828, 40.66767]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97831, 40.66898]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97976, 40.67374]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98531, 40.67202]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98106, 40.6777]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97823, 40.68092]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98007, 40.67946]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97961, 40.67844]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97607, 40.67238]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98299, 40.67378]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98119, 40.67518]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97591, 40.67503]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97913, 40.67497]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97707, 40.67246]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97628, 40.67281]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98152, 40.67193]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97987, 40.66891]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97719, 40.68241]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98492, 40.67009]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97811, 40.66722]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97501, 40.67451]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97171, 40.67358]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97718, 40.67668]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97251, 40.67226]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98117, 40.67538]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97497, 40.67946]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.9775, 40.66914]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97826, 40.67063]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97747, 40.66753]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97849, 40.67963]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97951, 40.67917]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97538, 40.67143]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98134, 40.66923]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98136, 40.67844]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98247, 40.6774]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97629, 40.67366]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98141, 40.67213]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97398, 40.67794]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97913, 40.66966]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97453, 40.67918]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98303, 40.66812]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97353, 40.67812]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97454, 40.67916]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97248, 40.67228]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97736, 40.6748]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97922, 40.66651]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.9776, 40.67992]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97871, 40.68087]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97224, 40.67631]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97571, 40.66675]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98171, 40.67687]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98225, 40.67732]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97925, 40.67665]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98162, 40.66799]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97691, 40.66711]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98257, 40.66766]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97863, 40.67128]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98142, 40.66801]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98558, 40.67053]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97795, 40.67505]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.9792, 40.67071]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98239, 40.67697]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97372, 40.67262]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98322, 40.67641]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97637, 40.67037]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98709, 40.67132]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98116, 40.66936]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98112, 40.6793]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97473, 40.66747]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97947, 40.6747]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98093, 40.67507]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97559, 40.6783]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97957, 40.68178]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97851, 40.67018]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.9772, 40.6711]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97743, 40.67384]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97238, 40.67621]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98214, 40.66866]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.9793, 40.67587]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98097, 40.67422]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98374, 40.67217]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98137, 40.66993]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97546, 40.67409]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97773, 40.67574]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98122, 40.67729]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97287, 40.6763]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98452, 40.67259]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98342, 40.6686]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98311, 40.67329]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97593, 40.66617]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97759, 40.67135]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98031, 40.67749]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97772, 40.67138]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97655, 40.67962]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97711, 40.67466]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97668, 40.68165]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98053, 40.67595]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97438, 40.67879]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98086, 40.67788]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97229, 40.67256]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98324, 40.67259]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98237, 40.67397]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97822, 40.66737]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97981, 40.67005]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97929, 40.67885]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97785, 40.68117]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97657, 40.68064]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98205, 40.6765]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97911, 40.67681]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98064, 40.67137]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97824, 40.67643]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97951, 40.67801]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98083, 40.66944]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97167, 40.67607]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97965, 40.68089]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98162, 40.66698]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97922, 40.67989]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97836, 40.67117]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97323, 40.67319]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.9792, 40.67872]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98527, 40.6688]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97787, 40.68249]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98373, 40.67155]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97281, 40.6765]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97834, 40.68203]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98496, 40.67002]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98226, 40.66954]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97916, 40.66873]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98303, 40.67173]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98475, 40.67036]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98063, 40.67522]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98584, 40.67163]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.9787, 40.66945]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.9779, 40.67348]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97635, 40.67595]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98136, 40.67264]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98116, 40.67632]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97473, 40.6757]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97754, 40.68265]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97258, 40.67481]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.9841, 40.67454]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97954, 40.67677]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97324, 40.67809]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98406, 40.66817]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98397, 40.67376]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97724, 40.67173]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98311, 40.67634]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97617, 40.66889]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97509, 40.6761]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97837, 40.68247]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98211, 40.67626]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97938, 40.68068]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97154, 40.67301]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97883, 40.67405]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98209, 40.67835]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97667, 40.67761]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.9769, 40.67371]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97334, 40.67193]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.9774, 40.66568]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.9814, 40.67365]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97575, 40.66884]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98157, 40.66945]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97781, 40.66777]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97767, 40.67761]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97636, 40.68193]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.9813, 40.67694]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97914, 40.67805]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97961, 40.68247]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97607, 40.67171]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97328, 40.67632]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98106, 40.6678]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98367, 40.67443]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98157, 40.67915]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97797, 40.66948]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97904, 40.67359]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.9769, 40.67075]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97835, 40.67764]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98321, 40.66932]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97609, 40.66907]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97813, 40.67889]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.9808, 40.67102]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97668, 40.67026]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.9743, 40.67776]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98616, 40.67174]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97766, 40.67148]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98205, 40.66827]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98714, 40.67133]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98007, 40.67651]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98043, 40.66723]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97248, 40.67179]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97475, 40.67731]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97933, 40.66626]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98077, 40.67326]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97654, 40.67629]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97654, 40.67535]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97351, 40.67262]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.9784, 40.67541]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97853, 40.67598]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97752, 40.67017]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97975, 40.67465]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.9787, 40.68111]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97664, 40.67599]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98074, 40.67808]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.98209, 40.6785]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97846, 40.68116]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97515, 40.68073]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.9778, 40.67814]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97778, 40.68233]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Park Slope'}, geometry: { type: 'Point', coordinates:[-73.97436, 40.67169]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Parkchester'}, geometry: { type: 'Point', coordinates:[-73.86042, 40.83908]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Parkchester'}, geometry: { type: 'Point', coordinates:[-73.86024, 40.83516]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Parkchester'}, geometry: { type: 'Point', coordinates:[-73.85845, 40.83791]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Parkchester'}, geometry: { type: 'Point', coordinates:[-73.86951, 40.83099]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Parkchester'}, geometry: { type: 'Point', coordinates:[-73.85864, 40.83581]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Parkchester'}, geometry: { type: 'Point', coordinates:[-73.85584, 40.83688]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Bronx, Parkchester'}, geometry: { type: 'Point', coordinates:[-73.85833, 40.8358]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Parkchester'}, geometry: { type: 'Point', coordinates:[-73.87715, 40.8298]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Parkchester'}, geometry: { type: 'Point', coordinates:[-73.8757, 40.83555]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Parkchester'}, geometry: { type: 'Point', coordinates:[-73.86521, 40.84012]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Bronx, Parkchester'}, geometry: { type: 'Point', coordinates:[-73.85867, 40.83805]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Parkchester'}, geometry: { type: 'Point', coordinates:[-73.85836, 40.84024]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Parkchester'}, geometry: { type: 'Point', coordinates:[-73.87566, 40.83117]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Parkchester'}, geometry: { type: 'Point', coordinates:[-73.87419, 40.83408]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Parkchester'}, geometry: { type: 'Point', coordinates:[-73.87564, 40.82942]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Parkchester'}, geometry: { type: 'Point', coordinates:[-73.85717, 40.83953]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Parkchester'}, geometry: { type: 'Point', coordinates:[-73.87587, 40.83081]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Bronx, Parkchester'}, geometry: { type: 'Point', coordinates:[-73.8643, 40.8386]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Parkchester'}, geometry: { type: 'Point', coordinates:[-73.85764, 40.83754]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Bronx, Parkchester'}, geometry: { type: 'Point', coordinates:[-73.87354, 40.83049]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Parkchester'}, geometry: { type: 'Point', coordinates:[-73.85751, 40.8353]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Parkchester'}, geometry: { type: 'Point', coordinates:[-73.85662, 40.84038]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Bronx, Parkchester'}, geometry: { type: 'Point', coordinates:[-73.87149, 40.83872]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Parkchester'}, geometry: { type: 'Point', coordinates:[-73.85708, 40.83938]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Parkchester'}, geometry: { type: 'Point', coordinates:[-73.85997, 40.83735]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Parkchester'}, geometry: { type: 'Point', coordinates:[-73.86181, 40.83658]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Parkchester'}, geometry: { type: 'Point', coordinates:[-73.85954, 40.83485]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Parkchester'}, geometry: { type: 'Point', coordinates:[-73.85804, 40.83758]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Parkchester'}, geometry: { type: 'Point', coordinates:[-73.87319, 40.83112]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Parkchester'}, geometry: { type: 'Point', coordinates:[-73.88024, 40.83067]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Parkchester'}, geometry: { type: 'Point', coordinates:[-73.85812, 40.83648]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Parkchester'}, geometry: { type: 'Point', coordinates:[-73.87292, 40.83194]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Parkchester'}, geometry: { type: 'Point', coordinates:[-73.8815, 40.83079]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Parkchester'}, geometry: { type: 'Point', coordinates:[-73.85648, 40.83703]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Parkchester'}, geometry: { type: 'Point', coordinates:[-73.8585, 40.83439]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Parkchester'}, geometry: { type: 'Point', coordinates:[-73.86634, 40.83645]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Pelham Bay'}, geometry: { type: 'Point', coordinates:[-73.83171, 40.84391]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Pelham Bay'}, geometry: { type: 'Point', coordinates:[-73.82797, 40.84752]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Pelham Bay'}, geometry: { type: 'Point', coordinates:[-73.83345, 40.84934]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Pelham Bay'}, geometry: { type: 'Point', coordinates:[-73.82908, 40.84497]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Pelham Bay'}, geometry: { type: 'Point', coordinates:[-73.83929, 40.84342]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Pelham Bay'}, geometry: { type: 'Point', coordinates:[-73.83222, 40.84721]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Pelham Bay'}, geometry: { type: 'Point', coordinates:[-73.83084, 40.84813]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Bronx, Pelham Bay'}, geometry: { type: 'Point', coordinates:[-73.82949, 40.85362]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Pelham Bay'}, geometry: { type: 'Point', coordinates:[-73.83065, 40.85413]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Pelham Bay'}, geometry: { type: 'Point', coordinates:[-73.83039, 40.84711]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Pelham Bay'}, geometry: { type: 'Point', coordinates:[-73.83264, 40.85407]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Pelham Bay'}, geometry: { type: 'Point', coordinates:[-73.83602, 40.84423]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Pelham Bay'}, geometry: { type: 'Point', coordinates:[-73.83029, 40.84633]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Pelham Bay'}, geometry: { type: 'Point', coordinates:[-73.83026, 40.8546]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Pelham Bay'}, geometry: { type: 'Point', coordinates:[-73.82932, 40.85519]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Pelham Gardens'}, geometry: { type: 'Point', coordinates:[-73.84674, 40.86706]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Pelham Gardens'}, geometry: { type: 'Point', coordinates:[-73.84073, 40.86681]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Pelham Gardens'}, geometry: { type: 'Point', coordinates:[-73.84139, 40.86663]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Pelham Gardens'}, geometry: { type: 'Point', coordinates:[-73.84229, 40.85929]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Pelham Gardens'}, geometry: { type: 'Point', coordinates:[-73.84207, 40.86686]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Pelham Gardens'}, geometry: { type: 'Point', coordinates:[-73.8485, 40.86437]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Pelham Gardens'}, geometry: { type: 'Point', coordinates:[-73.84185, 40.86615]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Pelham Gardens'}, geometry: { type: 'Point', coordinates:[-73.84854, 40.86264]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Pelham Gardens'}, geometry: { type: 'Point', coordinates:[-73.83993, 40.86553]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Pelham Gardens'}, geometry: { type: 'Point', coordinates:[-73.84362, 40.86239]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Pelham Gardens'}, geometry: { type: 'Point', coordinates:[-73.84285, 40.86723]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Pelham Gardens'}, geometry: { type: 'Point', coordinates:[-73.84295, 40.86506]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Pelham Gardens'}, geometry: { type: 'Point', coordinates:[-73.83715, 40.86273]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Pelham Gardens'}, geometry: { type: 'Point', coordinates:[-73.84569, 40.86822]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Pelham Gardens'}, geometry: { type: 'Point', coordinates:[-73.84664, 40.86412]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Pelham Gardens'}, geometry: { type: 'Point', coordinates:[-73.84559, 40.86304]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Pelham Gardens'}, geometry: { type: 'Point', coordinates:[-73.8428, 40.86674]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Pelham Gardens'}, geometry: { type: 'Point', coordinates:[-73.83656, 40.86153]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Bronx, Pelham Gardens'}, geometry: { type: 'Point', coordinates:[-73.84667, 40.86209]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Pelham Gardens'}, geometry: { type: 'Point', coordinates:[-73.83863, 40.86437]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Pelham Gardens'}, geometry: { type: 'Point', coordinates:[-73.83402, 40.85878]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Pelham Gardens'}, geometry: { type: 'Point', coordinates:[-73.83697, 40.85702]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Pelham Gardens'}, geometry: { type: 'Point', coordinates:[-73.83947, 40.86279]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Pelham Gardens'}, geometry: { type: 'Point', coordinates:[-73.845, 40.86556]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.93095, 40.80779]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.91574, 40.80074]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.92766, 40.80747]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.93051, 40.80872]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.9291, 40.80763]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.917, 40.80057]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.92833, 40.80773]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.91519, 40.80273]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.92974, 40.80707]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.9272, 40.8071]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.92845, 40.8065]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.91556, 40.80231]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.91353, 40.80143]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.92764, 40.80799]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.93136, 40.80842]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.92766, 40.80622]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.91422, 40.80024]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.92749, 40.80694]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.92896, 40.80766]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.92754, 40.80655]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.92889, 40.80844]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.9302, 40.80884]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.93025, 40.80952]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.92837, 40.80808]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.92888, 40.80709]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.92691, 40.80705]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.92757, 40.80677]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.92553, 40.80608]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.91563, 40.8027]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.91435, 40.80247]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.9133, 40.80011]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.93069, 40.80832]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.92597, 40.80634]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.93005, 40.80952]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.92971, 40.80743]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.92276, 40.80461]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.92673, 40.80613]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.93147, 40.8102]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.93038, 40.80977]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.92999, 40.80726]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.91449, 40.80091]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.93037, 40.80904]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.93061, 40.80994]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.92783, 40.80643]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.93173, 40.8094]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.9273, 40.80757]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.92606, 40.80554]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Port Morris'}, geometry: { type: 'Point', coordinates:[-73.92865, 40.80797]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Port Richmond'}, geometry: { type: 'Point', coordinates:[-74.13113, 40.63577]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Port Richmond'}, geometry: { type: 'Point', coordinates:[-74.13681, 40.63275]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Port Richmond'}, geometry: { type: 'Point', coordinates:[-74.13352, 40.63517]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Port Richmond'}, geometry: { type: 'Point', coordinates:[-74.13378, 40.62947]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Port Richmond'}, geometry: { type: 'Point', coordinates:[-74.13339, 40.63428]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Port Richmond'}, geometry: { type: 'Point', coordinates:[-74.13496, 40.63748]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Port Richmond'}, geometry: { type: 'Point', coordinates:[-74.13224, 40.63408]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Port Richmond'}, geometry: { type: 'Point', coordinates:[-74.13512, 40.63012]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Port Richmond'}, geometry: { type: 'Point', coordinates:[-74.13354, 40.62922]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Prince's Bay'}, geometry: { type: 'Point', coordinates:[-74.20941, 40.527]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Prince's Bay'}, geometry: { type: 'Point', coordinates:[-74.21238, 40.52293]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Prince's Bay'}, geometry: { type: 'Point', coordinates:[-74.18028, 40.52211]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96526, 40.67948]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96462, 40.67999]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96736, 40.67959]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96393, 40.6779]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97113, 40.67893]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96768, 40.6753]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96519, 40.67339]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96542, 40.67722]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96674, 40.68148]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97449, 40.6813]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97376, 40.6805]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96428, 40.67811]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97333, 40.67908]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96824, 40.67867]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97307, 40.67868]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96412, 40.67757]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97334, 40.67953]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96827, 40.681]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97429, 40.68084]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97029, 40.67786]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97375, 40.67988]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96665, 40.67424]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96416, 40.6799]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97126, 40.67811]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96535, 40.67729]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97078, 40.67942]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97377, 40.67966]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96445, 40.67702]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97241, 40.67921]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.9733, 40.67862]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.9632, 40.67485]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96497, 40.67413]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97122, 40.68163]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97009, 40.67616]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.9703, 40.67984]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96791, 40.67839]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96557, 40.68001]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.9685, 40.6795]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97251, 40.68056]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96999, 40.67861]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96711, 40.67505]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97162, 40.68035]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96574, 40.67321]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96692, 40.67678]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96707, 40.67387]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96824, 40.67305]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96709, 40.67388]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97164, 40.6806]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97219, 40.67948]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96496, 40.67381]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96427, 40.67396]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97113, 40.67635]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96987, 40.67785]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96977, 40.67752]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96507, 40.67367]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97081, 40.68137]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97076, 40.67782]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97173, 40.68024]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97331, 40.67852]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.9709, 40.67897]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96639, 40.6742]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96361, 40.67273]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96494, 40.67803]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96385, 40.6752]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96408, 40.67525]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96763, 40.67335]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.9729, 40.68081]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97054, 40.67963]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96736, 40.6757]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96694, 40.67847]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96548, 40.67769]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97068, 40.67893]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97094, 40.67665]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97185, 40.67763]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96469, 40.67748]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96413, 40.67445]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97185, 40.6803]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97075, 40.68187]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96486, 40.67959]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96846, 40.67835]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96904, 40.67833]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96884, 40.67545]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.9647, 40.67764]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96803, 40.67454]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96739, 40.67391]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96691, 40.67435]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97446, 40.68099]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96783, 40.67797]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96446, 40.67807]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96604, 40.67527]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96494, 40.67946]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97007, 40.67823]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96567, 40.67948]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96966, 40.67824]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97309, 40.6815]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97237, 40.67963]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96517, 40.67693]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96956, 40.67958]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97123, 40.67758]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97172, 40.67949]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96912, 40.67933]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97286, 40.68237]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97372, 40.68215]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96593, 40.67602]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96738, 40.67318]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97008, 40.67852]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97157, 40.67846]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96402, 40.67731]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97125, 40.67915]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96399, 40.67673]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97017, 40.67757]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96437, 40.67714]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96858, 40.67908]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97157, 40.67868]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96979, 40.67771]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97027, 40.67986]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97231, 40.682]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96985, 40.67665]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97144, 40.67654]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97315, 40.67909]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97259, 40.68219]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96558, 40.6744]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96458, 40.67796]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96422, 40.68018]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96586, 40.67682]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96532, 40.67411]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96755, 40.67585]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97202, 40.67743]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97097, 40.67929]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96842, 40.67874]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96354, 40.67309]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97289, 40.67904]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.9725, 40.67911]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96835, 40.67554]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96683, 40.67731]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96424, 40.67303]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96814, 40.67734]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96735, 40.67688]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97106, 40.67824]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97118, 40.678]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96448, 40.67464]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96514, 40.67321]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96509, 40.6775]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96528, 40.6763]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96452, 40.67758]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96838, 40.67937]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97461, 40.68117]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97042, 40.68062]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97368, 40.67963]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97262, 40.6787]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.9646, 40.67711]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96291, 40.67329]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96617, 40.67632]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96572, 40.68018]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96588, 40.67821]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96511, 40.67427]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96941, 40.67603]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97239, 40.67758]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96586, 40.67426]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97023, 40.67757]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96409, 40.67487]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96559, 40.68116]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96948, 40.6796]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96415, 40.67328]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96427, 40.67556]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97077, 40.67888]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96499, 40.67649]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97166, 40.67786]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97382, 40.67955]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97051, 40.67883]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96437, 40.67263]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.9715, 40.67876]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96539, 40.67762]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.9655, 40.67318]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97174, 40.6771]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96514, 40.67824]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.9654, 40.68048]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96518, 40.67417]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96384, 40.67554]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96743, 40.67998]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97097, 40.67762]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96913, 40.67915]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.9656, 40.675]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96286, 40.67262]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96644, 40.68066]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96373, 40.67376]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97096, 40.679]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96798, 40.67403]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97261, 40.68233]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96487, 40.67774]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97248, 40.68006]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96581, 40.67735]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.9646, 40.67483]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97236, 40.68125]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96348, 40.67325]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96433, 40.67376]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96376, 40.67553]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96504, 40.6802]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96907, 40.67922]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96802, 40.67886]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97013, 40.67928]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97243, 40.67832]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96696, 40.68066]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96406, 40.675]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96685, 40.67834]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96529, 40.67473]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96358, 40.67245]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96775, 40.67641]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96627, 40.67329]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97114, 40.67768]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96514, 40.67579]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96683, 40.67676]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96912, 40.67935]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96385, 40.67475]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96577, 40.67793]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96863, 40.67323]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96539, 40.68014]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96502, 40.67679]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.967, 40.67904]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97233, 40.67895]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96694, 40.6786]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96378, 40.67765]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96423, 40.67419]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96635, 40.67631]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96649, 40.67708]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96671, 40.6762]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96904, 40.68109]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96501, 40.67946]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96454, 40.67985]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96838, 40.67885]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96875, 40.67604]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96818, 40.68162]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96425, 40.67628]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97113, 40.67649]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96413, 40.67607]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96509, 40.67738]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97304, 40.68106]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97463, 40.68048]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96408, 40.67471]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96598, 40.67549]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96459, 40.67609]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96651, 40.67634]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96582, 40.68018]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96589, 40.67369]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96482, 40.67557]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96733, 40.68099]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96546, 40.67575]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97182, 40.68093]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96544, 40.67347]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97195, 40.68183]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96739, 40.67801]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97254, 40.68052]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96915, 40.67717]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96359, 40.67354]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97552, 40.6818]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96442, 40.67652]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96433, 40.67734]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97038, 40.67625]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97225, 40.67787]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96638, 40.6776]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96697, 40.67649]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96926, 40.67951]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97069, 40.67697]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97302, 40.68224]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96577, 40.67357]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97038, 40.67847]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96466, 40.67947]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.963, 40.67275]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96636, 40.67617]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97336, 40.68116]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96466, 40.67671]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96662, 40.67847]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96709, 40.68163]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96785, 40.67453]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96931, 40.67983]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96384, 40.67365]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96399, 40.67293]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97302, 40.68049]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96678, 40.67293]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96823, 40.67815]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96631, 40.67939]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96558, 40.6751]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.9651, 40.67431]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96395, 40.67404]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96415, 40.67338]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96658, 40.68024]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96865, 40.67539]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.9701, 40.67797]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96333, 40.67395]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96485, 40.6769]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.9679, 40.67579]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.9662, 40.67414]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97303, 40.67953]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96595, 40.6741]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96735, 40.67806]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96726, 40.6809]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96923, 40.67915]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96888, 40.67881]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96781, 40.68043]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96632, 40.67764]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96364, 40.67408]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97034, 40.67702]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.9653, 40.67761]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96782, 40.67382]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.9698, 40.67841]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97095, 40.67613]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97126, 40.67939]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96557, 40.67467]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.9723, 40.67935]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96471, 40.67378]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96816, 40.68078]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96759, 40.67453]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96466, 40.67616]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97159, 40.67737]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97021, 40.67995]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.9706, 40.67656]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97028, 40.68228]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97317, 40.68007]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96294, 40.67308]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97139, 40.68249]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96514, 40.67425]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97115, 40.677]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96505, 40.67353]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97321, 40.68034]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97308, 40.67852]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.9678, 40.67871]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96324, 40.67446]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96447, 40.67502]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97369, 40.6791]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97334, 40.68063]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96802, 40.67548]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96618, 40.67452]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97074, 40.67835]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96584, 40.6814]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.9647, 40.6733]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96336, 40.67308]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96388, 40.67684]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96669, 40.67696]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96681, 40.67651]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96542, 40.67262]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96469, 40.67942]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97238, 40.67905]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96418, 40.67525]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.9688, 40.67925]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96528, 40.68033]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96961, 40.6776]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96641, 40.67386]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96541, 40.67336]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.97299, 40.68066]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect Heights'}, geometry: { type: 'Point', coordinates:[-73.96492, 40.68112]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96176, 40.65608]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9482, 40.66308]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96209, 40.66061]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95196, 40.65833]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95015, 40.65757]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9588, 40.66261]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9489, 40.65846]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96006, 40.65487]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96212, 40.66033]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9628, 40.66012]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9516, 40.65603]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95322, 40.65651]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96194, 40.66151]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94221, 40.65604]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95062, 40.65588]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95239, 40.66379]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95139, 40.65936]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96246, 40.6602]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94226, 40.65894]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94644, 40.6637]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9455, 40.66151]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9609, 40.65575]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95419, 40.66082]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96046, 40.65554]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95901, 40.66037]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96115, 40.65837]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95965, 40.66011]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95263, 40.65871]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94907, 40.66383]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95286, 40.6556]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95196, 40.6627]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94963, 40.66268]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.958, 40.65554]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95471, 40.6557]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94735, 40.65912]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95445, 40.66047]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96175, 40.66289]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.944, 40.66155]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94607, 40.65737]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95798, 40.66198]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94556, 40.6642]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95676, 40.65616]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95987, 40.66158]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95732, 40.65801]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96148, 40.6566]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95747, 40.65711]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9443, 40.66208]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94968, 40.65661]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9627, 40.66025]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95478, 40.66146]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96161, 40.65836]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95971, 40.65529]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96159, 40.66086]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96208, 40.6622]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96053, 40.65593]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95753, 40.65628]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94009, 40.66009]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95704, 40.65634]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96053, 40.65661]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94668, 40.66192]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95719, 40.65684]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96174, 40.6574]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95076, 40.65987]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94137, 40.66191]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94339, 40.65635]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94926, 40.66362]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96296, 40.66229]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95696, 40.65621]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95198, 40.66302]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96029, 40.65763]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96026, 40.66038]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95865, 40.6609]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95836, 40.65603]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96125, 40.65908]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94542, 40.66113]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94609, 40.6576]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96242, 40.65967]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96058, 40.65673]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94179, 40.65932]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96181, 40.66005]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95229, 40.65646]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95931, 40.65681]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95937, 40.66039]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95693, 40.66079]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9558, 40.66071]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96122, 40.65447]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94826, 40.65973]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95652, 40.65869]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94985, 40.65985]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96039, 40.65757]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94676, 40.66255]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9598, 40.661]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96003, 40.66068]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95142, 40.66322]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94732, 40.66069]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95526, 40.65952]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96121, 40.65841]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9499, 40.65554]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94661, 40.66234]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96001, 40.66184]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96078, 40.66012]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95414, 40.66201]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94797, 40.66128]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96031, 40.65923]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96036, 40.65903]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94547, 40.66076]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95757, 40.65704]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95202, 40.65774]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94712, 40.66061]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96112, 40.65732]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95245, 40.65719]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.952, 40.65848]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95344, 40.65662]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96177, 40.66162]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96161, 40.65769]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96277, 40.66113]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95187, 40.66215]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96169, 40.65985]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94992, 40.65868]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96163, 40.65986]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95535, 40.65631]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95725, 40.65985]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94084, 40.66166]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96201, 40.66207]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94126, 40.66225]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95194, 40.66246]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94832, 40.65844]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9476, 40.66134]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95601, 40.65966]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95686, 40.6593]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96294, 40.66199]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95969, 40.6589]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95921, 40.66159]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9504, 40.66068]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95262, 40.65894]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96144, 40.65661]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96084, 40.66062]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95956, 40.65514]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95507, 40.66354]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96085, 40.6563]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9514, 40.6583]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94135, 40.66199]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95894, 40.66225]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94417, 40.66171]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96052, 40.66204]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94335, 40.66275]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96056, 40.65538]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94423, 40.65909]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95615, 40.66097]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94852, 40.65949]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95105, 40.65887]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96122, 40.66275]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96114, 40.66216]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94729, 40.65889]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96181, 40.65814]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95786, 40.65653]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96141, 40.65754]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94789, 40.65608]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94781, 40.66116]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95674, 40.65543]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96257, 40.66126]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95955, 40.66223]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95155, 40.66302]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94978, 40.66364]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95999, 40.66143]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96169, 40.65497]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95852, 40.6559]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95326, 40.66316]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94373, 40.66057]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95177, 40.65629]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94517, 40.66255]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95364, 40.66016]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95487, 40.66301]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96054, 40.65936]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.93993, 40.66089]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96001, 40.66021]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9507, 40.66121]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94222, 40.66349]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96014, 40.65628]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95607, 40.66242]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96107, 40.66021]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96064, 40.65845]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95947, 40.65894]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95407, 40.66248]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96129, 40.66042]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95307, 40.6615]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96155, 40.65421]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95815, 40.65806]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95392, 40.66271]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94673, 40.66261]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95386, 40.65989]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94643, 40.66376]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96193, 40.6613]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9535, 40.65596]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96052, 40.65563]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9533, 40.65689]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94959, 40.66108]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95421, 40.65719]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94352, 40.65591]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95773, 40.65813]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94646, 40.65761]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95964, 40.65703]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96094, 40.65736]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94693, 40.65731]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96161, 40.65531]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9475, 40.66017]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95825, 40.66058]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95813, 40.66244]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9601, 40.65915]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94278, 40.66149]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95511, 40.65749]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9609, 40.65683]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94409, 40.66066]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96063, 40.6552]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9622, 40.65671]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95098, 40.66167]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94959, 40.65924]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95102, 40.66089]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95512, 40.65598]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95506, 40.66076]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94289, 40.66238]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95155, 40.66097]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9574, 40.66277]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9625, 40.66089]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95, 40.65714]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95969, 40.65668]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95902, 40.66282]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95841, 40.66249]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9505, 40.66178]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95827, 40.65517]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95352, 40.66201]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94139, 40.65676]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96181, 40.65957]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95703, 40.6569]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96108, 40.65874]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95518, 40.66024]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95496, 40.66174]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96123, 40.6543]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95879, 40.66179]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95892, 40.65994]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96056, 40.65485]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95963, 40.66324]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94417, 40.66242]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95585, 40.65595]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95725, 40.65993]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9539, 40.66112]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95311, 40.66249]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95854, 40.65649]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95856, 40.66215]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96073, 40.65825]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9605, 40.65612]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96027, 40.66139]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95707, 40.65548]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.962, 40.65854]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96228, 40.66192]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9457, 40.66302]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95728, 40.65752]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95287, 40.65685]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96142, 40.65663]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9522, 40.65867]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96083, 40.66117]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9543, 40.66197]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94767, 40.6605]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94317, 40.66117]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96151, 40.65619]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96186, 40.65512]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96179, 40.65436]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95235, 40.66359]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96112, 40.65473]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94791, 40.65842]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94791, 40.65849]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.961, 40.66028]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9612, 40.65988]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95959, 40.65888]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95231, 40.66113]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96042, 40.65684]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9563, 40.65783]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95071, 40.65854]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94242, 40.66055]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95948, 40.65501]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95412, 40.65595]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94532, 40.66082]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94975, 40.6589]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94458, 40.66066]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94535, 40.66094]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96113, 40.65504]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95075, 40.66249]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96145, 40.65945]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94579, 40.66155]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95394, 40.66231]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96195, 40.66202]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96003, 40.6626]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96101, 40.65871]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94509, 40.66357]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95627, 40.65889]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95983, 40.65739]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95926, 40.66075]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9567, 40.65783]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9412, 40.6609]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95382, 40.66173]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95338, 40.66182]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96131, 40.65772]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95929, 40.65787]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94116, 40.66065]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96174, 40.65776]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95664, 40.65618]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96014, 40.66046]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94298, 40.66062]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95074, 40.65916]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95664, 40.65518]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96004, 40.65915]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95824, 40.65507]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96134, 40.65974]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94028, 40.66313]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95972, 40.65586]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.948, 40.66357]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96131, 40.65845]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95903, 40.65577]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96005, 40.66145]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95902, 40.65606]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95991, 40.65732]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96086, 40.65505]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95372, 40.66318]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96116, 40.6591]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96065, 40.65661]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94518, 40.6578]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95189, 40.66046]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96086, 40.65704]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95595, 40.65802]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96185, 40.66153]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95286, 40.66168]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95598, 40.6626]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95943, 40.66113]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.961, 40.65923]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95405, 40.6583]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9615, 40.66141]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.956, 40.65558]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95911, 40.6587]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95831, 40.65598]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9413, 40.66019]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96153, 40.66108]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9602, 40.66042]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96035, 40.65903]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94, 40.66173]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95439, 40.65822]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95427, 40.66248]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95937, 40.65934]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95891, 40.65602]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96158, 40.65465]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96104, 40.65896]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95772, 40.66072]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95732, 40.65581]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95132, 40.65584]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9577, 40.65626]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95982, 40.66021]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96066, 40.65702]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95887, 40.65701]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95807, 40.65597]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96129, 40.65762]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95975, 40.655]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96238, 40.65944]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94706, 40.66156]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95644, 40.65534]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96035, 40.66074]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96301, 40.66205]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96196, 40.65859]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94619, 40.66235]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96063, 40.65962]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95572, 40.65656]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9601, 40.65727]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95746, 40.65599]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96247, 40.66083]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95567, 40.66108]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96197, 40.6608]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95915, 40.66042]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95275, 40.6582]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96174, 40.65963]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94819, 40.65833]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95275, 40.66195]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94924, 40.65887]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95222, 40.66149]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94519, 40.66342]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96083, 40.66099]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95205, 40.66258]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94664, 40.66001]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94867, 40.66122]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9616, 40.65447]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95699, 40.65541]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95632, 40.65513]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95546, 40.65815]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96004, 40.66077]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94855, 40.66226]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95758, 40.65686]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96175, 40.65848]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95892, 40.65568]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95462, 40.66112]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95688, 40.6582]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95641, 40.65513]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95144, 40.66302]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96094, 40.65507]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95866, 40.65758]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95981, 40.66034]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95376, 40.66027]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9495, 40.66184]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9537, 40.65713]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95291, 40.65649]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9615, 40.66233]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96162, 40.6566]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96257, 40.66291]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94882, 40.66156]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95009, 40.65791]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95016, 40.65841]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95655, 40.65564]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95798, 40.65603]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95866, 40.65591]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95936, 40.65627]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94363, 40.66088]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9562, 40.65621]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9603, 40.65704]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94885, 40.66019]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94299, 40.66216]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95218, 40.65776]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95604, 40.65976]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96114, 40.66044]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94651, 40.66334]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95382, 40.66016]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96045, 40.65901]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94978, 40.66325]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95221, 40.65746]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96085, 40.65642]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96168, 40.6607]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95371, 40.65931]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95728, 40.6569]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96066, 40.65955]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95057, 40.65846]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96109, 40.655]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94549, 40.66075]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95781, 40.65545]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95882, 40.65516]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95154, 40.65678]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95036, 40.65826]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9498, 40.66114]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95887, 40.65891]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94882, 40.65887]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95951, 40.65826]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96059, 40.65953]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95879, 40.6598]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96177, 40.65961]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95689, 40.65508]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95443, 40.6559]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96252, 40.65926]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95128, 40.66282]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9592, 40.65961]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96183, 40.65549]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96075, 40.65831]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.958, 40.66249]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94788, 40.65687]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94924, 40.65799]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95468, 40.65627]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94668, 40.66197]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95798, 40.65747]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96155, 40.65743]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95906, 40.65937]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95431, 40.65928]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95813, 40.65786]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94163, 40.65897]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95081, 40.66146]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96048, 40.65838]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94963, 40.66081]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9415, 40.66147]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95043, 40.6602]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95965, 40.66066]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95931, 40.65933]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96081, 40.65801]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9568, 40.6569]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95953, 40.65586]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95646, 40.65524]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95875, 40.65682]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95653, 40.6573]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95927, 40.65787]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95761, 40.65698]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94674, 40.66155]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95539, 40.65589]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95989, 40.65663]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95808, 40.65862]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95777, 40.65862]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95011, 40.65889]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95788, 40.65813]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.9484, 40.65681]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94356, 40.66311]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94251, 40.66015]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95935, 40.65569]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95362, 40.66153]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96117, 40.65433]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96234, 40.66042]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96055, 40.65701]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96185, 40.6609]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95582, 40.65585]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96005, 40.66018]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95986, 40.65959]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96132, 40.66058]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96068, 40.65785]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96017, 40.6602]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96241, 40.66153]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96151, 40.65851]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95986, 40.65903]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95688, 40.65685]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95999, 40.66158]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95985, 40.65798]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94643, 40.65859]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95781, 40.65609]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94157, 40.66352]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.93992, 40.66026]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95011, 40.66247]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94457, 40.6613]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96224, 40.66102]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.94862, 40.65925]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95374, 40.66251]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96231, 40.66139]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.95816, 40.6553]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Prospect-Lefferts Gardens'}, geometry: { type: 'Point', coordinates:[-73.96186, 40.65475]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.73416, 40.70383]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.74906, 40.70303]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.73583, 40.70685]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.73347, 40.70975]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.73986, 40.72512]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.75347, 40.71899]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.75584, 40.71846]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.74334, 40.71288]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.73473, 40.7167]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.73008, 40.71412]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.73605, 40.72219]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.75018, 40.70843]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.74738, 40.72528]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.72932, 40.70657]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.7485, 40.70533]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.7312, 40.71457]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.75402, 40.72001]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.72928, 40.71024]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.74896, 40.72684]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.73396, 40.72218]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.73349, 40.70524]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.74418, 40.70414]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.74623, 40.71131]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.7462, 40.7229]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.74859, 40.70359]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.74103, 40.70811]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.73737, 40.70601]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.75608, 40.71711]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.74804, 40.71341]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.7496, 40.72085]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.74366, 40.70762]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.75486, 40.72249]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.74515, 40.71059]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.74172, 40.71195]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.76105, 40.72517]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.73955, 40.70382]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.76053, 40.72417]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.73318, 40.71324]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.74421, 40.70755]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.74073, 40.70789]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.73059, 40.70807]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.73133, 40.70969]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.75269, 40.72348]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.74837, 40.70946]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.72948, 40.70723]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.74517, 40.70649]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.74348, 40.72377]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.73874, 40.72816]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.7536, 40.71933]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.74119, 40.72822]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.75383, 40.71935]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.7507, 40.71833]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.73542, 40.72828]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.74865, 40.70472]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.74627, 40.70684]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Queens Village'}, geometry: { type: 'Point', coordinates:[-73.74037, 40.71168]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Randall Manor'}, geometry: { type: 'Point', coordinates:[-74.11702, 40.6406]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Randall Manor'}, geometry: { type: 'Point', coordinates:[-74.0973, 40.63952]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Randall Manor'}, geometry: { type: 'Point', coordinates:[-74.1299, 40.62692]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Randall Manor'}, geometry: { type: 'Point', coordinates:[-74.12272, 40.62859]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Randall Manor'}, geometry: { type: 'Point', coordinates:[-74.12261, 40.62743]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Randall Manor'}, geometry: { type: 'Point', coordinates:[-74.09861, 40.6416]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Randall Manor'}, geometry: { type: 'Point', coordinates:[-74.12866, 40.63118]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Randall Manor'}, geometry: { type: 'Point', coordinates:[-74.12539, 40.62972]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Randall Manor'}, geometry: { type: 'Point', coordinates:[-74.12274, 40.63779]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Randall Manor'}, geometry: { type: 'Point', coordinates:[-74.12816, 40.6311]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Randall Manor'}, geometry: { type: 'Point', coordinates:[-74.1285, 40.62967]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Randall Manor'}, geometry: { type: 'Point', coordinates:[-74.12557, 40.63211]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Randall Manor'}, geometry: { type: 'Point', coordinates:[-74.13023, 40.63135]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Randall Manor'}, geometry: { type: 'Point', coordinates:[-74.12991, 40.62947]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Randall Manor'}, geometry: { type: 'Point', coordinates:[-74.12512, 40.63108]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Randall Manor'}, geometry: { type: 'Point', coordinates:[-74.10636, 40.63878]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Randall Manor'}, geometry: { type: 'Point', coordinates:[-74.12125, 40.63552]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.01635, 40.67611]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.00651, 40.67923]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.01133, 40.67706]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.0128, 40.67894]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.01397, 40.67807]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.00643, 40.67659]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.01591, 40.67851]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.01231, 40.67304]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.01584, 40.67856]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.00572, 40.67728]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.00446, 40.67981]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.01178, 40.67849]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.0107, 40.67728]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.01252, 40.67668]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.01392, 40.67746]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.01214, 40.67498]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.0087, 40.67826]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.01058, 40.67844]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.01008, 40.67916]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.01063, 40.67638]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.00991, 40.67817]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.00581, 40.67685]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.01551, 40.67659]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.0112, 40.67731]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.0072, 40.67791]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.01127, 40.675]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.00989, 40.67748]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.00518, 40.67896]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.01505, 40.67503]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.00792, 40.67204]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.01169, 40.67498]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.01021, 40.67404]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.00961, 40.68075]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.01436, 40.67705]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.00688, 40.67993]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.00924, 40.67819]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.00747, 40.67795]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.01729, 40.68039]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.00735, 40.67785]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.00546, 40.67864]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.00468, 40.6807]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.01278, 40.67441]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.01656, 40.67656]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.0139, 40.67741]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.00722, 40.68062]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.00707, 40.67915]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.0099, 40.67529]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.0063, 40.67914]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.01394, 40.67835]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.00762, 40.67381]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.00606, 40.67811]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.00467, 40.67916]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.01068, 40.67908]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.00625, 40.67627]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.00764, 40.67787]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.01046, 40.67477]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.00733, 40.67737]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.01133, 40.67635]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.00761, 40.67749]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.01407, 40.66541]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.00247, 40.67668]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.0141, 40.67846]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.01183, 40.67575]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.00589, 40.67349]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.00568, 40.67918]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.01443, 40.67815]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.00993, 40.67697]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.00587, 40.67897]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.01418, 40.67645]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.01103, 40.67521]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.0124, 40.67941]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.01179, 40.6775]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.00293, 40.67634]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.01514, 40.67529]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Red Hook'}, geometry: { type: 'Point', coordinates:[-74.01147, 40.6799]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.87125, 40.73048]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.85477, 40.72644]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.87004, 40.72666]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.8672, 40.7262]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.8591, 40.72962]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.85632, 40.73541]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86032, 40.72819]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86411, 40.73095]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86009, 40.73349]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86017, 40.7265]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86147, 40.72804]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86166, 40.72719]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.85957, 40.72714]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.85674, 40.73143]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.87015, 40.72826]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86108, 40.72835]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86551, 40.72942]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.8576, 40.73005]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.85705, 40.73462]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86083, 40.72643]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86, 40.71734]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86773, 40.73243]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86409, 40.72684]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86896, 40.73031]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.85868, 40.72487]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86872, 40.72807]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.85852, 40.72638]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.85787, 40.7234]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86147, 40.71691]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.8702, 40.73176]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86143, 40.72635]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86014, 40.72871]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86438, 40.73288]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.85773, 40.72988]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86523, 40.72997]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.85971, 40.71662]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86131, 40.72597]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.85331, 40.73048]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86173, 40.72651]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.85929, 40.72986]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.85952, 40.73268]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.85856, 40.73355]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86963, 40.73058]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.85968, 40.7211]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.85736, 40.73097]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86317, 40.72147]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86035, 40.72749]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86829, 40.72637]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86223, 40.72727]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.85983, 40.72707]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86046, 40.72661]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.85884, 40.72664]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86987, 40.72994]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.85823, 40.71663]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.85973, 40.72526]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.85579, 40.72478]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86585, 40.72407]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.85839, 40.71952]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86959, 40.72507]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86147, 40.72562]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86043, 40.72999]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.8574, 40.72929]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86311, 40.72038]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86273, 40.72738]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.85447, 40.73266]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86656, 40.73123]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.85782, 40.72045]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.85833, 40.71747]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86277, 40.72946]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.85376, 40.72709]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86322, 40.72018]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.85546, 40.72846]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.85971, 40.72019]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.85799, 40.71639]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.85251, 40.72929]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.85854, 40.71605]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86218, 40.72678]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86199, 40.72755]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86946, 40.72786]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.85744, 40.7246]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86233, 40.72608]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86048, 40.72795]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86796, 40.73082]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86015, 40.7184]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.8582, 40.72509]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.85636, 40.72446]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.8558, 40.72549]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.85683, 40.72276]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.85543, 40.72799]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86112, 40.72195]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.85478, 40.72691]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.85828, 40.71534]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.85724, 40.71653]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.86674, 40.7303]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.85621, 40.72318]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.85688, 40.7246]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rego Park'}, geometry: { type: 'Point', coordinates:[-73.87022, 40.72701]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.8187, 40.70379]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.82974, 40.68979]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.82551, 40.69482]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.82875, 40.68728]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.84728, 40.69514]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.82648, 40.67863]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.83114, 40.69433]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.84158, 40.69961]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.82737, 40.6873]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.84233, 40.7002]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.8261, 40.69463]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.83138, 40.69668]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.83136, 40.68378]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.84236, 40.6997]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.82527, 40.69317]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.83418, 40.69318]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.82349, 40.70162]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.84691, 40.69503]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.82743, 40.68683]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.8252, 40.69502]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.84761, 40.69905]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.83415, 40.69666]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.84107, 40.70061]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.82316, 40.7017]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.84668, 40.69477]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.82841, 40.70203]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.83243, 40.69439]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.83688, 40.69002]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.82896, 40.6868]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.82444, 40.6839]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.8465, 40.69591]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.83328, 40.6945]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.83368, 40.69004]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.82449, 40.69604]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.82893, 40.69858]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.83098, 40.69585]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.82569, 40.6888]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.82039, 40.69142]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.82047, 40.68932]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.83234, 40.68974]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.83407, 40.69103]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.84699, 40.69612]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.82204, 40.69104]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.83326, 40.68908]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.84727, 40.69584]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.83072, 40.69417]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.81955, 40.70288]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.83781, 40.70054]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.82141, 40.69018]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.82837, 40.6964]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.82624, 40.68834]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.82286, 40.68146]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.83344, 40.70008]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.84659, 40.69441]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.83061, 40.69473]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.82185, 40.69054]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.84437, 40.69002]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.84698, 40.69416]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.81937, 40.70248]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.83351, 40.68797]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.82572, 40.6887]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.82029, 40.69196]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.82003, 40.68985]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.81649, 40.68308]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.8174, 40.6928]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.84532, 40.69621]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.83203, 40.69509]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.82788, 40.70171]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.83038, 40.69474]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.81435, 40.69659]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.84081, 40.69792]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.82284, 40.69474]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.83411, 40.68821]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.82742, 40.69452]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.82643, 40.69927]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.82795, 40.69947]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.83159, 40.68921]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.83221, 40.68929]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.8286, 40.69608]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.82538, 40.69414]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.83348, 40.68782]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.82722, 40.70231]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.82849, 40.69282]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.83296, 40.68322]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.82238, 40.69035]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.82687, 40.70305]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Richmond Hill'}, geometry: { type: 'Point', coordinates:[-73.83198, 40.68981]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Richmondtown'}, geometry: { type: 'Point', coordinates:[-74.12429, 40.57093]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91054, 40.70811]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90269, 40.70458]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90083, 40.70527]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90201, 40.70994]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90206, 40.69919]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90828, 40.70031]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91145, 40.70654]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90853, 40.70775]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91195, 40.70399]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91138, 40.70737]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90354, 40.69766]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91135, 40.70724]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90393, 40.70545]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89944, 40.70216]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90955, 40.70016]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90255, 40.70054]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90943, 40.70477]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91534, 40.70741]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90233, 40.7054]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91022, 40.70535]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89934, 40.70411]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90833, 40.69946]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89797, 40.70382]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91063, 40.70367]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91421, 40.70741]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91879, 40.71164]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91125, 40.70208]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91081, 40.70475]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91053, 40.70777]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.909, 40.70134]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90897, 40.7087]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90363, 40.70306]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90168, 40.69901]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90969, 40.70665]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91932, 40.71112]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91183, 40.70463]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89873, 40.70573]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91598, 40.70653]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90025, 40.70022]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89624, 40.70341]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91131, 40.70356]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90354, 40.70487]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.9079, 40.70612]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89643, 40.7018]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90343, 40.70561]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90771, 40.69945]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90467, 40.70186]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90231, 40.70126]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91437, 40.70706]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90377, 40.70197]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90696, 40.70735]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91455, 40.70707]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90873, 40.70373]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90944, 40.70547]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89906, 40.70716]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90845, 40.70988]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90039, 40.70947]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90241, 40.70356]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90485, 40.70602]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89516, 40.70839]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90683, 40.69804]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91065, 40.70501]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90008, 40.69692]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91458, 40.7067]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90999, 40.70513]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91057, 40.70432]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89602, 40.70442]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90223, 40.69645]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90296, 40.69385]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90578, 40.70645]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91039, 40.70833]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90068, 40.69406]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89422, 40.70709]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91139, 40.70215]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91145, 40.70384]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90656, 40.70443]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90877, 40.70653]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90429, 40.70188]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89415, 40.70871]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90097, 40.70228]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91013, 40.70055]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90616, 40.69928]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91118, 40.70509]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90162, 40.70269]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90243, 40.6997]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90812, 40.7033]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91166, 40.70913]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90517, 40.70271]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90694, 40.701]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.9045, 40.69587]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90523, 40.70454]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90737, 40.70914]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89528, 40.70793]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89816, 40.70234]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91476, 40.70552]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91129, 40.70576]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91786, 40.71046]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90746, 40.69864]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90059, 40.6999]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91051, 40.70125]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90714, 40.70092]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90261, 40.69578]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90952, 40.71002]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91008, 40.70068]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91207, 40.70375]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90342, 40.70608]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.9072, 40.70078]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89965, 40.6963]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90698, 40.70001]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.9047, 40.70147]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90848, 40.69827]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90729, 40.70612]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91491, 40.70732]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.9111, 40.70491]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90342, 40.70482]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91304, 40.70499]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91088, 40.70865]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90721, 40.69997]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90729, 40.70554]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91859, 40.70941]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91535, 40.70805]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90987, 40.70569]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91418, 40.706]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90716, 40.70216]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91393, 40.70484]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91107, 40.70676]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90045, 40.70316]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90725, 40.6988]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90821, 40.70588]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.9118, 40.70772]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89928, 40.70605]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90874, 40.70476]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90793, 40.69792]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90553, 40.70468]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91433, 40.70503]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91168, 40.70697]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90709, 40.70012]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90386, 40.69478]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90713, 40.70711]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90941, 40.70124]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91041, 40.7058]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91386, 40.70512]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91149, 40.70566]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89741, 40.70971]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.9148, 40.70848]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90515, 40.70142]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90751, 40.69911]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90928, 40.70801]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89895, 40.69741]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91333, 40.70555]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90127, 40.69748]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90077, 40.70013]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90811, 40.70787]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91057, 40.70386]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.9147, 40.70667]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90517, 40.71239]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90991, 40.70336]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90596, 40.7002]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89808, 40.70792]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91004, 40.70156]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90008, 40.69787]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90641, 40.70622]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91061, 40.70058]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90568, 40.70152]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91272, 40.70463]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91461, 40.71032]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90342, 40.70375]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90831, 40.69913]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89632, 40.70719]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90291, 40.70141]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91355, 40.70559]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90679, 40.70254]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89864, 40.70004]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90712, 40.69943]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90034, 40.69654]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90697, 40.69968]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90348, 40.69284]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90023, 40.70498]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90959, 40.70995]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90195, 40.70507]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91078, 40.70686]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90238, 40.70036]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90825, 40.6993]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90158, 40.70236]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.901, 40.70513]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90863, 40.70492]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90649, 40.70286]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90907, 40.70703]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91182, 40.70632]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89925, 40.70823]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90112, 40.70581]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90263, 40.69526]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91179, 40.70478]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.9136, 40.70515]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90368, 40.70436]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89663, 40.70897]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89634, 40.70885]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89486, 40.70913]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89702, 40.70937]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89536, 40.70862]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89472, 40.70775]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89641, 40.70769]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89685, 40.70912]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89526, 40.70762]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90962, 40.70967]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90578, 40.70866]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.9099, 40.70284]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91068, 40.70204]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91119, 40.70292]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90798, 40.70285]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90827, 40.69886]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90824, 40.70268]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89474, 40.70684]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90008, 40.7012]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.9073, 40.70173]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90728, 40.69861]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90651, 40.69945]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89983, 40.7003]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.9115, 40.7061]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89423, 40.70738]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91452, 40.7087]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90838, 40.69845]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90978, 40.70581]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91111, 40.70476]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.9056, 40.70296]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.9106, 40.7024]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90735, 40.69847]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91137, 40.7043]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90552, 40.70175]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90411, 40.70285]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90936, 40.70206]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91174, 40.7029]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90497, 40.70516]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90977, 40.71041]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89748, 40.70122]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89473, 40.70725]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91956, 40.70987]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89706, 40.70153]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90059, 40.70382]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91146, 40.70183]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90439, 40.69962]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91322, 40.70538]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.9057, 40.69869]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90666, 40.70117]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90064, 40.70966]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89473, 40.70908]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89689, 40.70881]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90339, 40.7041]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90647, 40.70334]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91527, 40.70689]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90721, 40.70026]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91461, 40.70663]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89867, 40.70404]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90505, 40.70009]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91083, 40.7045]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91464, 40.70588]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90062, 40.6996]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90435, 40.70176]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91453, 40.70594]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91689, 40.71111]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.9047, 40.69351]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90785, 40.70028]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89972, 40.69598]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.8952, 40.70793]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91018, 40.70103]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89856, 40.70208]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90851, 40.70393]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91228, 40.70724]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91692, 40.70679]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90177, 40.70225]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90576, 40.69704]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89988, 40.70111]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89733, 40.69899]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.8974, 40.69821]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90959, 40.70772]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90867, 40.70163]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91509, 40.7099]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91727, 40.70878]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90985, 40.7025]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90111, 40.69687]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90774, 40.70124]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91521, 40.70611]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90542, 40.697]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90403, 40.70242]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89608, 40.70136]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90071, 40.70673]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90978, 40.70422]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90254, 40.70359]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90601, 40.70279]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90058, 40.70639]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90153, 40.70278]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90323, 40.70778]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90949, 40.70701]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90089, 40.70918]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90802, 40.70083]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90171, 40.70412]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90582, 40.70378]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91153, 40.70391]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89483, 40.70807]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91414, 40.71194]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90607, 40.701]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89686, 40.70893]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89778, 40.70095]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90835, 40.69973]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91384, 40.70707]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89795, 40.70928]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90571, 40.69729]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89801, 40.69956]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91206, 40.70702]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91155, 40.70696]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91051, 40.70125]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91111, 40.70439]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91207, 40.70435]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91014, 40.70017]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91005, 40.70218]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89636, 40.70893]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90556, 40.70161]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91124, 40.70925]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.9011, 40.70801]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.8952, 40.70005]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91246, 40.7092]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90779, 40.70666]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90397, 40.70231]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.9145, 40.70619]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90815, 40.70234]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.9151, 40.71118]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90367, 40.70615]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90692, 40.70046]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91697, 40.70729]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89768, 40.702]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89709, 40.70663]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91439, 40.70737]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90631, 40.71191]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90671, 40.70235]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90572, 40.70728]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89704, 40.70876]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91509, 40.70554]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90027, 40.69922]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91118, 40.70746]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91176, 40.70395]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90191, 40.69924]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90905, 40.70844]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90571, 40.70087]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89711, 40.7]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90741, 40.70075]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90372, 40.70323]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91387, 40.7088]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91051, 40.70348]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90132, 40.70463]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90771, 40.69829]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90602, 40.70296]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90771, 40.70293]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90752, 40.69956]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89797, 40.70177]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91742, 40.70886]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91137, 40.70384]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89676, 40.70897]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90171, 40.70575]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91012, 40.70022]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91429, 40.71261]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.9152, 40.71063]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.9057, 40.69651]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89596, 40.70008]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90509, 40.69799]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91206, 40.70818]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89822, 40.70464]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90217, 40.70508]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.911, 40.70061]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.8994, 40.70349]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91414, 40.70719]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90613, 40.70103]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90474, 40.70247]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90604, 40.70246]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90022, 40.69661]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90229, 40.70278]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90077, 40.69883]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91043, 40.69935]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.8956, 40.70896]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89702, 40.70868]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91268, 40.70724]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91498, 40.70739]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90795, 40.70493]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90618, 40.69857]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91107, 40.70723]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90389, 40.70364]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90685, 40.70123]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89862, 40.70121]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89511, 40.70906]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90351, 40.70365]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.9063, 40.70302]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89502, 40.70892]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91223, 40.70533]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.8984, 40.70422]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.9094, 40.70375]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91537, 40.70866]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90249, 40.70863]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90752, 40.70154]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89572, 40.70365]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90592, 40.70609]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89812, 40.69821]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90474, 40.70063]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90931, 40.70626]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90871, 40.70595]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90212, 40.70351]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90825, 40.69958]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.8954, 40.7093]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91832, 40.70974]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90964, 40.7011]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.914, 40.70756]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90614, 40.69807]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90472, 40.70847]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89614, 40.70722]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90015, 40.70432]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90338, 40.6928]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90213, 40.7028]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90249, 40.70239]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90177, 40.7078]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90388, 40.69604]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90374, 40.70605]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89546, 40.70792]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.9106, 40.70056]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90564, 40.69649]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90636, 40.6984]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.9179, 40.70882]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90961, 40.70787]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91171, 40.70383]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90745, 40.69951]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90554, 40.70642]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90793, 40.70077]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.91156, 40.70289]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.9043, 40.69557]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89796, 40.6991]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90968, 40.69942]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90964, 40.70066]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89871, 40.69906]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90006, 40.70706]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89494, 40.70899]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89664, 40.70813]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89507, 40.7081]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.898, 40.70777]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89747, 40.70804]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.89627, 40.70727]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90944, 40.7038]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Ridgewood'}, geometry: { type: 'Point', coordinates:[-73.90933, 40.6993]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Riverdale'}, geometry: { type: 'Point', coordinates:[-73.91665, 40.8883]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Riverdale'}, geometry: { type: 'Point', coordinates:[-73.90639, 40.9008]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Riverdale'}, geometry: { type: 'Point', coordinates:[-73.90831, 40.88511]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Riverdale'}, geometry: { type: 'Point', coordinates:[-73.90939, 40.88837]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Riverdale'}, geometry: { type: 'Point', coordinates:[-73.9151, 40.88671]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Riverdale'}, geometry: { type: 'Point', coordinates:[-73.91494, 40.88667]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Riverdale'}, geometry: { type: 'Point', coordinates:[-73.9086, 40.88497]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Bronx, Riverdale'}, geometry: { type: 'Point', coordinates:[-73.91411, 40.88515]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Riverdale'}, geometry: { type: 'Point', coordinates:[-73.91599, 40.88579]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Riverdale'}, geometry: { type: 'Point', coordinates:[-73.90886, 40.88422]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.81579, 40.58794]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.815, 40.58451]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.81371, 40.58756]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.81299, 40.58822]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.80472, 40.58949]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.80501, 40.58707]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.81042, 40.59009]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.81286, 40.58723]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.81565, 40.58656]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.8165, 40.58341]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.81295, 40.58664]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.80603, 40.58633]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.81411, 40.58743]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.81599, 40.58499]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.81243, 40.58415]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.81327, 40.58937]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.81368, 40.58775]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.81318, 40.58879]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.80459, 40.58931]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.81367, 40.58773]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.81225, 40.5898]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.81652, 40.58587]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.81276, 40.58862]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.81726, 40.58536]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.81628, 40.58466]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.81247, 40.58764]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.8113, 40.59106]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.81321, 40.58962]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.81867, 40.58634]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.81665, 40.58409]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.81481, 40.59046]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.81066, 40.58881]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.81231, 40.58763]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.81192, 40.58943]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.81233, 40.58783]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.81465, 40.58626]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.81687, 40.58532]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.81578, 40.58891]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.8143, 40.5903]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.81296, 40.58754]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.81189, 40.58809]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.81456, 40.58344]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.81245, 40.58615]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.81541, 40.58718]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.81336, 40.58836]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.81238, 40.59093]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.81585, 40.5889]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.81736, 40.58493]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.8137, 40.58573]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.81382, 40.58775]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.81366, 40.58923]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.81746, 40.58739]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.81757, 40.58511]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.8124, 40.5886]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.81553, 40.58842]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rockaway Beach'}, geometry: { type: 'Point', coordinates:[-73.80181, 40.58891]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.95125, 40.76046]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94899, 40.76322]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94975, 40.76205]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94943, 40.76306]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.9512, 40.75919]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.95295, 40.75829]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94561, 40.76641]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94854, 40.76209]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94859, 40.76348]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.95154, 40.76092]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.95515, 40.75592]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.95015, 40.7611]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.95097, 40.75988]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94887, 40.76211]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94662, 40.76506]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94443, 40.76917]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94988, 40.76178]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.95034, 40.76127]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94933, 40.76193]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94864, 40.76314]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.95035, 40.76121]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94761, 40.76358]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94982, 40.76359]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.949, 40.76414]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94552, 40.7672]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94893, 40.76213]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94675, 40.76548]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.95052, 40.7616]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94914, 40.76365]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94937, 40.76335]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.9479, 40.76366]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.95085, 40.76038]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94971, 40.76213]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94436, 40.76858]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94741, 40.764]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94483, 40.76811]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94999, 40.76176]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94793, 40.76511]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94285, 40.77]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94303, 40.76947]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.95044, 40.7623]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.948, 40.76412]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94315, 40.76882]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94879, 40.76182]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.95059, 40.76168]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94942, 40.76193]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.95001, 40.76253]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94914, 40.76119]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94859, 40.76483]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94904, 40.76206]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94889, 40.76213]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94959, 40.76301]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94308, 40.7687]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.95124, 40.75916]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.95213, 40.75889]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.95058, 40.76108]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94676, 40.7662]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94607, 40.76708]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94934, 40.76189]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94564, 40.76689]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94897, 40.76218]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94889, 40.76178]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.95256, 40.7579]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94943, 40.76074]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94856, 40.76375]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94954, 40.76208]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94359, 40.76859]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.9427, 40.77009]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94878, 40.76241]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.95012, 40.76175]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94844, 40.76437]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94849, 40.76203]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94528, 40.76564]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94934, 40.76191]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94647, 40.76482]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.95578, 40.75616]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94461, 40.76846]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.9501, 40.76193]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.95063, 40.76274]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94397, 40.76873]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94881, 40.76364]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94848, 40.76184]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.94687, 40.76645]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.95125, 40.75965]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Roosevelt Island'}, geometry: { type: 'Point', coordinates:[-73.95164, 40.76032]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Rosebank'}, geometry: { type: 'Point', coordinates:[-74.06724, 40.61353]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Rosebank'}, geometry: { type: 'Point', coordinates:[-74.0664, 40.61438]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Rosebank'}, geometry: { type: 'Point', coordinates:[-74.06711, 40.61588]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Rosebank'}, geometry: { type: 'Point', coordinates:[-74.07327, 40.61088]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.73412, 40.65919]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.729, 40.67836]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.73709, 40.66021]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.73292, 40.66294]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.74057, 40.65376]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.73006, 40.67104]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.73529, 40.67112]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.73425, 40.65252]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.73325, 40.66329]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.73458, 40.65291]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.73672, 40.65861]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.72582, 40.65378]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.73221, 40.6599]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.73496, 40.66049]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.73887, 40.65283]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.74596, 40.65045]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.74098, 40.65973]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.73729, 40.65219]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.73627, 40.6528]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.74515, 40.65164]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.7356, 40.65901]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.72982, 40.67126]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.7332, 40.65882]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.7365, 40.65251]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.73185, 40.65439]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.73498, 40.65218]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.7461, 40.65197]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.72943, 40.66183]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.73076, 40.65567]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.73316, 40.6598]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.73652, 40.65292]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.73441, 40.65111]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.73283, 40.66524]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.73087, 40.65377]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.74821, 40.66158]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.73464, 40.66458]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.72817, 40.65644]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.73627, 40.66875]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.73617, 40.65695]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.73432, 40.65429]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.73419, 40.65567]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.72838, 40.65766]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.73366, 40.65322]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.73135, 40.6622]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.73399, 40.66818]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.72671, 40.65455]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.733, 40.664]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.73563, 40.6684]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.7317, 40.65267]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.73064, 40.66155]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.73638, 40.65433]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Rosedale'}, geometry: { type: 'Point', coordinates:[-73.73402, 40.65108]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Rossville'}, geometry: { type: 'Point', coordinates:[-74.21017, 40.5479]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Schuylerville'}, geometry: { type: 'Point', coordinates:[-73.83375, 40.83159]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Schuylerville'}, geometry: { type: 'Point', coordinates:[-73.83413, 40.83018]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Bronx, Schuylerville'}, geometry: { type: 'Point', coordinates:[-73.83007, 40.84034]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Schuylerville'}, geometry: { type: 'Point', coordinates:[-73.83203, 40.83248]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Schuylerville'}, geometry: { type: 'Point', coordinates:[-73.83129, 40.84321]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Schuylerville'}, geometry: { type: 'Point', coordinates:[-73.8353, 40.83757]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Schuylerville'}, geometry: { type: 'Point', coordinates:[-73.83369, 40.8356]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Schuylerville'}, geometry: { type: 'Point', coordinates:[-73.83323, 40.83729]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Schuylerville'}, geometry: { type: 'Point', coordinates:[-73.83729, 40.8355]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Schuylerville'}, geometry: { type: 'Point', coordinates:[-73.83286, 40.83022]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Schuylerville'}, geometry: { type: 'Point', coordinates:[-73.83491, 40.83647]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Schuylerville'}, geometry: { type: 'Point', coordinates:[-73.83167, 40.83855]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Schuylerville'}, geometry: { type: 'Point', coordinates:[-73.83489, 40.83715]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sea Gate'}, geometry: { type: 'Point', coordinates:[-74.01022, 40.57774]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sea Gate'}, geometry: { type: 'Point', coordinates:[-74.01065, 40.57645]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sea Gate'}, geometry: { type: 'Point', coordinates:[-74.00635, 40.57919]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sea Gate'}, geometry: { type: 'Point', coordinates:[-74.00828, 40.57453]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sea Gate'}, geometry: { type: 'Point', coordinates:[-74.01012, 40.57857]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sea Gate'}, geometry: { type: 'Point', coordinates:[-74.01024, 40.57804]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95677, 40.60991]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.94639, 40.59195]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.94583, 40.6024]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95945, 40.58511]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.96211, 40.5974]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95481, 40.59852]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.94774, 40.58909]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95612, 40.6]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.94797, 40.58889]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95767, 40.59621]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95675, 40.589]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.93798, 40.58418]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.9579, 40.59338]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.96367, 40.59629]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95508, 40.61051]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.93763, 40.58407]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.94856, 40.59099]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.96299, 40.60165]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.94703, 40.58779]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.94235, 40.58692]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.9587, 40.58747]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.93553, 40.58363]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.93534, 40.58527]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95154, 40.60057]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95165, 40.60583]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.94305, 40.58723]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95166, 40.59449]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.96211, 40.60803]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95564, 40.58438]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95302, 40.60407]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95432, 40.59813]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95136, 40.58884]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95987, 40.60475]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95443, 40.59917]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.94127, 40.59211]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95702, 40.60111]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95659, 40.59362]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.94189, 40.59919]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.93801, 40.58508]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95869, 40.59356]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95878, 40.59642]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95374, 40.60614]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95922, 40.59425]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.9383, 40.58581]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95322, 40.60733]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95475, 40.60939]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.94515, 40.59547]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95899, 40.60797]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.96221, 40.60892]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.96012, 40.60791]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95149, 40.59721]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95425, 40.59878]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95296, 40.59876]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.94372, 40.59408]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.948, 40.59021]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.94194, 40.60778]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95297, 40.60754]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.96502, 40.58672]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.96023, 40.60759]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95674, 40.58804]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.93811, 40.58531]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95257, 40.60402]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95254, 40.60913]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.96041, 40.5967]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95335, 40.58632]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.94558, 40.58624]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95709, 40.58745]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.94955, 40.58788]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.96502, 40.58807]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95014, 40.58612]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.93767, 40.5861]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.94523, 40.60399]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95941, 40.5994]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95417, 40.59836]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.94511, 40.60369]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.9593, 40.5987]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95386, 40.58343]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95405, 40.59085]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95392, 40.60765]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95341, 40.60898]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95949, 40.58426]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95303, 40.60755]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.94263, 40.58662]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.9584, 40.5981]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.93353, 40.59689]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95633, 40.59244]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.9457, 40.58546]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.94296, 40.59339]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95588, 40.587]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95489, 40.58414]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.94132, 40.58449]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.96012, 40.60676]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.93961, 40.58338]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.9558, 40.58851]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.96031, 40.5987]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95384, 40.60766]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95337, 40.6058]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95946, 40.58921]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.92762, 40.58599]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95704, 40.60633]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95879, 40.58296]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.94974, 40.6001]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95897, 40.58294]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95777, 40.5972]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95556, 40.60924]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95545, 40.60776]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95899, 40.60059]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95927, 40.60985]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95951, 40.59726]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95211, 40.6093]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.952, 40.60655]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.94079, 40.58422]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.96208, 40.59516]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95368, 40.60852]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.96019, 40.59851]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.9388, 40.58479]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95887, 40.60983]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95803, 40.60948]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.94289, 40.59446]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.955, 40.60738]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.96122, 40.59841]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95672, 40.60596]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95082, 40.60331]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95909, 40.59823]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.96527, 40.60078]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95301, 40.59664]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95793, 40.5972]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95739, 40.58496]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.94588, 40.59063]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95305, 40.6081]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95743, 40.59631]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.93182, 40.58594]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.9486, 40.6027]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95944, 40.59658]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.94022, 40.58484]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.9572, 40.6092]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.9432, 40.5864]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.94122, 40.58408]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.96018, 40.58721]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95026, 40.59225]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95692, 40.58403]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95548, 40.59143]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95761, 40.60396]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.9581, 40.58447]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.94784, 40.58615]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95536, 40.5917]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.9575, 40.60666]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.93536, 40.58568]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.94355, 40.60263]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.9464, 40.59055]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.94387, 40.59827]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95099, 40.58591]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95402, 40.60664]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.9579, 40.59887]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.95741, 40.58527]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Sheepshead Bay'}, geometry: { type: 'Point', coordinates:[-73.94881, 40.58765]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Shore Acres'}, geometry: { type: 'Point', coordinates:[-74.06824, 40.61077]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Shore Acres'}, geometry: { type: 'Point', coordinates:[-74.06356, 40.61135]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Shore Acres'}, geometry: { type: 'Point', coordinates:[-74.06745, 40.60525]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Shore Acres'}, geometry: { type: 'Point', coordinates:[-74.07189, 40.60797]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Shore Acres'}, geometry: { type: 'Point', coordinates:[-74.06208, 40.60597]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Shore Acres'}, geometry: { type: 'Point', coordinates:[-74.0727, 40.60809]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Shore Acres'}, geometry: { type: 'Point', coordinates:[-74.06679, 40.6075]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Silver Lake'}, geometry: { type: 'Point', coordinates:[-74.09984, 40.62257]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Silver Lake'}, geometry: { type: 'Point', coordinates:[-74.09316, 40.62422]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00329, 40.72513]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00128, 40.72575]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00552, 40.72373]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.01035, 40.72671]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00337, 40.72611]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00024, 40.72512]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00151, 40.72046]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00571, 40.72823]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.0028, 40.72279]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00419, 40.72705]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.0042, 40.7241]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00185, 40.72593]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99998, 40.72578]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00424, 40.72263]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99847, 40.72287]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00226, 40.72575]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99783, 40.72115]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.0032, 40.72355]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99823, 40.72218]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99865, 40.72411]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00454, 40.72795]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99963, 40.72111]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00256, 40.72457]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99943, 40.72345]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00142, 40.72525]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.0089, 40.72689]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00073, 40.72153]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00464, 40.7221]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.0041, 40.72172]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99865, 40.72165]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99701, 40.72265]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99793, 40.72214]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00018, 40.72256]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00195, 40.72578]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00022, 40.72608]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00076, 40.72614]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00476, 40.72706]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00314, 40.72705]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00136, 40.72594]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99781, 40.72097]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.9983, 40.72165]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00054, 40.72306]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00447, 40.72709]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00463, 40.72347]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00015, 40.72589]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99972, 40.72311]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.0019, 40.72129]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.9974, 40.72289]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99957, 40.72064]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00039, 40.72112]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00269, 40.72268]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00771, 40.72681]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99694, 40.72504]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00699, 40.72571]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.9992, 40.72108]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00255, 40.72599]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00446, 40.72393]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00275, 40.72566]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00487, 40.72302]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00381, 40.72576]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99868, 40.72367]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00229, 40.7209]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99903, 40.72183]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00032, 40.72652]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.0009, 40.72103]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00301, 40.72788]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00252, 40.72356]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00232, 40.71973]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00257, 40.72667]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99967, 40.7234]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00466, 40.72655]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00276, 40.72752]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00275, 40.7276]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00288, 40.72725]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00188, 40.72613]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00002, 40.7227]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99874, 40.72308]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99636, 40.72525]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00225, 40.72615]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99872, 40.72116]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99818, 40.72038]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00113, 40.71989]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99758, 40.72249]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99848, 40.72192]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00166, 40.72607]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99918, 40.72261]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.9998, 40.72114]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00356, 40.72177]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00043, 40.72706]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00304, 40.72509]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99725, 40.72279]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00248, 40.72739]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00262, 40.72498]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00775, 40.7251]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99728, 40.72233]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00016, 40.72511]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00043, 40.72527]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99952, 40.72293]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99963, 40.72099]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00059, 40.72111]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00078, 40.72153]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00594, 40.72546]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.0033, 40.7206]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99795, 40.72179]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.9986, 40.7205]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00902, 40.72761]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99776, 40.72328]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00127, 40.72612]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00078, 40.72384]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00472, 40.72731]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99923, 40.72364]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99869, 40.72294]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99939, 40.72275]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.0088, 40.72741]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.01, 40.72547]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99806, 40.72143]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.0018, 40.72749]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00286, 40.7271]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00353, 40.72501]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99776, 40.72178]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99822, 40.72282]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.9981, 40.72329]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00178, 40.72741]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99916, 40.7253]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.9998, 40.72044]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00757, 40.72675]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00227, 40.72654]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99961, 40.72095]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00199, 40.72625]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.9975, 40.72391]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99678, 40.7239]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00068, 40.72302]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00365, 40.72352]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99869, 40.72098]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00189, 40.72101]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00266, 40.72576]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99953, 40.72043]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.9983, 40.72194]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.001, 40.72541]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00186, 40.72587]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00156, 40.72542]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00079, 40.72586]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99791, 40.72441]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.0018, 40.72625]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99853, 40.72134]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00356, 40.72224]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00108, 40.72313]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99991, 40.72224]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00097, 40.72615]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99957, 40.72251]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00154, 40.72626]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.004, 40.72662]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99992, 40.7219]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00031, 40.72608]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00102, 40.72616]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00176, 40.72591]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99684, 40.72381]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99851, 40.72039]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00361, 40.72293]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00274, 40.726]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00939, 40.72522]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00317, 40.72582]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00245, 40.72725]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00047, 40.7204]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00065, 40.72712]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99969, 40.7258]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00254, 40.72485]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00961, 40.72948]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.01015, 40.72541]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00064, 40.71953]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00323, 40.72162]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00108, 40.72712]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00252, 40.72611]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00072, 40.72605]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99871, 40.72333]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99805, 40.72124]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00323, 40.72792]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.0022, 40.72688]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.0086, 40.72778]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99977, 40.72001]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00236, 40.72628]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00644, 40.7228]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00175, 40.72172]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00035, 40.72609]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00279, 40.72577]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99976, 40.72057]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00066, 40.72672]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.9987, 40.72281]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99933, 40.72592]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00127, 40.72523]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99767, 40.72256]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00281, 40.7261]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99986, 40.71972]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00175, 40.72337]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00168, 40.72051]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00123, 40.72615]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00376, 40.72393]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00344, 40.72767]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00033, 40.72182]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00161, 40.72565]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99728, 40.72326]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00312, 40.72458]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99707, 40.72476]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00183, 40.72381]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00036, 40.72546]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00363, 40.72554]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00665, 40.7238]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00444, 40.72199]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.0042, 40.72466]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00317, 40.72528]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00201, 40.72713]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00479, 40.72273]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99975, 40.72517]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00472, 40.72356]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99815, 40.72149]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00849, 40.72569]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.0025, 40.72513]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99878, 40.7208]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00018, 40.72092]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00265, 40.728]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00396, 40.72591]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99966, 40.72446]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00839, 40.72494]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00049, 40.72047]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99791, 40.7242]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.0026, 40.7274]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99925, 40.72472]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00399, 40.72194]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00262, 40.72003]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00242, 40.72543]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00148, 40.72716]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00456, 40.72292]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00178, 40.72741]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99966, 40.72092]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00231, 40.72535]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00223, 40.72528]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00158, 40.72542]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99805, 40.7252]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00163, 40.71938]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00075, 40.72566]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00385, 40.72451]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00241, 40.72409]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99998, 40.72525]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00236, 40.7276]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00093, 40.72575]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99934, 40.72593]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99823, 40.72408]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00763, 40.72431]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00749, 40.72632]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00233, 40.72768]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.0014, 40.72219]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00409, 40.72697]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00344, 40.7263]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00401, 40.72197]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00027, 40.72243]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00192, 40.72736]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99763, 40.7244]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00396, 40.72171]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00381, 40.72806]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99696, 40.72362]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00296, 40.72198]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99742, 40.72178]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00371, 40.72804]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99975, 40.71995]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00232, 40.72207]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99807, 40.72058]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00039, 40.7246]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00277, 40.72372]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00266, 40.72652]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99879, 40.72391]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00239, 40.72756]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00385, 40.72249]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00086, 40.72689]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00231, 40.72145]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00746, 40.72468]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00168, 40.72599]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.005, 40.72786]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.0011, 40.72701]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00098, 40.72697]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99919, 40.72515]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00195, 40.72558]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00217, 40.72208]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99978, 40.72418]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.01136, 40.72461]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00298, 40.72635]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99921, 40.72099]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00105, 40.7249]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00375, 40.7277]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00387, 40.72476]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99866, 40.72103]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00055, 40.72708]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99724, 40.72337]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00166, 40.72607]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.0033, 40.72825]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99892, 40.72352]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00393, 40.72396]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00286, 40.72703]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00033, 40.72029]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.0032, 40.72716]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00179, 40.72667]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00256, 40.72787]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99742, 40.72219]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00186, 40.72621]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99894, 40.7215]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99845, 40.72043]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99683, 40.72351]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99759, 40.7219]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99815, 40.7207]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00218, 40.72524]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.0049, 40.72301]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.0053, 40.72362]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99951, 40.72292]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00658, 40.72391]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00054, 40.72653]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00462, 40.72386]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00141, 40.72443]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00681, 40.7244]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.0019, 40.72557]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00058, 40.72688]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00876, 40.72506]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00213, 40.72521]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99829, 40.72179]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00255, 40.72182]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.004, 40.72783]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00429, 40.72822]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99816, 40.72131]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00101, 40.72634]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99999, 40.72369]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00572, 40.72706]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.9966, 40.72535]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99632, 40.72466]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99656, 40.72394]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99768, 40.72536]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00826, 40.72613]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00131, 40.72735]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99943, 40.71927]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99862, 40.72004]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00006, 40.72306]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00319, 40.72674]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00242, 40.72484]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00334, 40.72267]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99858, 40.72487]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99844, 40.72042]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99643, 40.72414]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00572, 40.72605]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00258, 40.7255]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.0027, 40.72745]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00687, 40.72639]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00182, 40.72515]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00451, 40.72419]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.0045, 40.7265]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00326, 40.72774]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00223, 40.72318]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00916, 40.72607]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00204, 40.726]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.0018, 40.72751]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00464, 40.72277]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.0015, 40.7258]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00252, 40.72668]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99884, 40.7244]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99999, 40.72086]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99799, 40.7228]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00121, 40.72205]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.0012, 40.72699]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00305, 40.72674]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00141, 40.72617]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00279, 40.7252]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00481, 40.72439]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.998, 40.72299]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00242, 40.72516]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99775, 40.7221]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99817, 40.72237]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99819, 40.72445]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00558, 40.72704]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00305, 40.72356]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00462, 40.72645]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00398, 40.72686]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00142, 40.72541]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00027, 40.7204]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00331, 40.72569]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-73.99998, 40.72011]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, SoHo'}, geometry: { type: 'Point', coordinates:[-74.00412, 40.72657]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Soundview'}, geometry: { type: 'Point', coordinates:[-73.8614, 40.82407]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Soundview'}, geometry: { type: 'Point', coordinates:[-73.86639, 40.83144]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Soundview'}, geometry: { type: 'Point', coordinates:[-73.87045, 40.8265]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Soundview'}, geometry: { type: 'Point', coordinates:[-73.87603, 40.82138]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Soundview'}, geometry: { type: 'Point', coordinates:[-73.86492, 40.83088]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Soundview'}, geometry: { type: 'Point', coordinates:[-73.86004, 40.82528]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Soundview'}, geometry: { type: 'Point', coordinates:[-73.86514, 40.82939]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Soundview'}, geometry: { type: 'Point', coordinates:[-73.86219, 40.8289]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Soundview'}, geometry: { type: 'Point', coordinates:[-73.8822, 40.82668]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Soundview'}, geometry: { type: 'Point', coordinates:[-73.87764, 40.82121]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Soundview'}, geometry: { type: 'Point', coordinates:[-73.86193, 40.82442]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Soundview'}, geometry: { type: 'Point', coordinates:[-73.87631, 40.82753]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Soundview'}, geometry: { type: 'Point', coordinates:[-73.87609, 40.82864]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Soundview'}, geometry: { type: 'Point', coordinates:[-73.86608, 40.82987]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Soundview'}, geometry: { type: 'Point', coordinates:[-73.88176, 40.82739]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, South Beach'}, geometry: { type: 'Point', coordinates:[-74.08825, 40.59385]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, South Beach'}, geometry: { type: 'Point', coordinates:[-74.08943, 40.58639]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, South Beach'}, geometry: { type: 'Point', coordinates:[-74.08855, 40.58802]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, South Beach'}, geometry: { type: 'Point', coordinates:[-74.08889, 40.58586]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, South Beach'}, geometry: { type: 'Point', coordinates:[-74.08614, 40.59587]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, South Beach'}, geometry: { type: 'Point', coordinates:[-74.08174, 40.59116]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Staten Island, South Beach'}, geometry: { type: 'Point', coordinates:[-74.09663, 40.5895]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, South Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.79658, 40.67296]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, South Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.79719, 40.6718]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, South Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.81249, 40.67993]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, South Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.8125, 40.68048]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, South Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.79675, 40.67261]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, South Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.8223, 40.66996]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, South Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.80601, 40.66954]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, South Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.79247, 40.67321]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, South Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.81103, 40.66561]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, South Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.79657, 40.67098]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, South Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.8054, 40.67711]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, South Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.8135, 40.67545]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, South Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.79417, 40.66872]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, South Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.81219, 40.66654]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, South Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.82027, 40.67774]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, South Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.81071, 40.66675]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, South Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.82231, 40.67425]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, South Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.79495, 40.6728]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, South Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.79254, 40.66906]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, South Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.79566, 40.6726]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, South Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.79164, 40.67078]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, South Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.79676, 40.66899]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, South Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.79562, 40.673]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, South Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.8217, 40.67389]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, South Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.82304, 40.67581]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, South Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.79232, 40.67]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, South Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.82096, 40.67344]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, South Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.79197, 40.66789]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, South Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.79669, 40.67172]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, South Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.82003, 40.67393]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, South Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.79622, 40.67181]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, South Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.82419, 40.66788]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, South Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.8068, 40.67866]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, South Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.79712, 40.67176]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, South Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.79575, 40.67335]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, South Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.79666, 40.67286]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, South Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.81682, 40.66841]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, South Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.79554, 40.67293]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, South Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.79148, 40.66941]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, South Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.7957, 40.67324]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, South Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.82018, 40.67425]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, South Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.82092, 40.6736]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, South Ozone Park'}, geometry: { type: 'Point', coordinates:[-73.80765, 40.67514]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.9781, 40.66467]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98044, 40.6648]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.97921, 40.66249]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98706, 40.66639]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98117, 40.66658]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.97973, 40.66595]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.97954, 40.66432]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98176, 40.66289]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98712, 40.66615]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.9909, 40.66409]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98742, 40.66238]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98793, 40.66934]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.9905, 40.66388]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.99009, 40.66759]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98912, 40.66853]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98587, 40.66388]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98892, 40.66483]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.9906, 40.66807]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98298, 40.66394]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.99138, 40.66443]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98494, 40.66036]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.9865, 40.66865]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98707, 40.66929]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.99172, 40.66565]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98714, 40.66282]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98648, 40.66872]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98457, 40.66414]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98202, 40.66595]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.97974, 40.66441]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98138, 40.66323]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98991, 40.66579]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98185, 40.66634]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.99009, 40.66616]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.9886, 40.66305]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98162, 40.66412]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.9876, 40.66371]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98777, 40.66468]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98841, 40.66882]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98507, 40.66691]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98805, 40.66326]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.9902, 40.666]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98057, 40.66045]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98678, 40.66132]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.9886, 40.66527]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.99078, 40.66641]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98814, 40.66594]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98172, 40.66671]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98954, 40.66627]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98885, 40.66266]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98658, 40.66691]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.97948, 40.66586]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98627, 40.66617]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98773, 40.66801]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98361, 40.66719]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98871, 40.66829]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.97925, 40.66499]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98649, 40.66837]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98956, 40.66583]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98792, 40.66443]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98465, 40.66317]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98507, 40.66414]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98662, 40.66928]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.99091, 40.66684]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98834, 40.66821]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98498, 40.66757]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98341, 40.66711]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98109, 40.66186]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98957, 40.66719]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98589, 40.66202]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98652, 40.66094]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98784, 40.66537]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98474, 40.6647]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98862, 40.66617]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98665, 40.66869]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98638, 40.66794]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98495, 40.66051]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98316, 40.66106]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98109, 40.6611]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98597, 40.66055]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98892, 40.66752]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98401, 40.66714]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98722, 40.66458]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98103, 40.66242]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98267, 40.66411]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98426, 40.663]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98234, 40.6618]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.97911, 40.66252]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98989, 40.66495]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98714, 40.66923]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98754, 40.66832]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98554, 40.66615]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98447, 40.66166]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98926, 40.6693]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98546, 40.66736]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98117, 40.66323]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98421, 40.66086]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.99041, 40.66398]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.99024, 40.66781]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98097, 40.66141]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.9794, 40.66516]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98282, 40.66402]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98703, 40.66701]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98221, 40.6617]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98127, 40.66626]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98438, 40.66347]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98184, 40.6646]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98357, 40.66622]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98704, 40.66473]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.97791, 40.6647]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.9849, 40.66752]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.97999, 40.66477]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98265, 40.66163]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98904, 40.66439]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98349, 40.6628]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98367, 40.66481]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98708, 40.66263]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98611, 40.66707]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98136, 40.66493]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98568, 40.6612]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98906, 40.66872]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98287, 40.66494]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98433, 40.66252]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98385, 40.66218]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98603, 40.6631]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98301, 40.66399]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98893, 40.66847]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98875, 40.66665]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.99128, 40.66489]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98564, 40.66064]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98538, 40.66397]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98512, 40.66405]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98801, 40.66693]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.97966, 40.66278]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98786, 40.66388]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98974, 40.66508]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.9821, 40.66185]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.9838, 40.66293]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98813, 40.66921]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.988, 40.66675]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98706, 40.66421]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98777, 40.66257]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98543, 40.66485]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98353, 40.6627]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98659, 40.66842]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98371, 40.66146]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98637, 40.66517]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.9895, 40.66852]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98947, 40.66573]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98425, 40.66768]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98112, 40.66501]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.9834, 40.66307]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.97813, 40.66378]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98649, 40.66013]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98435, 40.6642]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98567, 40.66003]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98779, 40.66875]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.9862, 40.66632]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98805, 40.66551]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98191, 40.6652]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98056, 40.66355]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98343, 40.66485]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98584, 40.66175]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.97793, 40.66372]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98497, 40.66309]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.9843, 40.66052]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98737, 40.66881]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98798, 40.66744]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98206, 40.66587]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98621, 40.66378]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.99023, 40.66724]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.9823, 40.66437]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98217, 40.66623]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.97909, 40.6637]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.9826, 40.66171]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98329, 40.66155]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98898, 40.6675]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98609, 40.66043]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98774, 40.66817]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98704, 40.66249]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.9878, 40.66869]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98252, 40.66383]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98843, 40.66561]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98934, 40.66793]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98695, 40.66448]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98671, 40.66209]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98847, 40.66432]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.9879, 40.66593]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98886, 40.66769]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98594, 40.66211]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98747, 40.66615]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98204, 40.66656]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98196, 40.66548]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.9811, 40.66052]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.9805, 40.66489]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98268, 40.66631]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98279, 40.66548]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98212, 40.66533]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.9814, 40.66455]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98904, 40.66616]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98773, 40.66736]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.97987, 40.66446]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98074, 40.66018]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98553, 40.66459]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98575, 40.6656]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98963, 40.66743]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98554, 40.66153]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98838, 40.66485]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98574, 40.66414]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.9905, 40.66459]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98907, 40.66686]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98703, 40.6679]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98515, 40.66113]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98479, 40.6657]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98376, 40.66158]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98488, 40.66352]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.99019, 40.66552]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98462, 40.66672]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98992, 40.66501]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98359, 40.66729]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.99147, 40.66495]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98818, 40.66271]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.97896, 40.66557]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98537, 40.66085]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98465, 40.66564]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.97807, 40.66481]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.9872, 40.6679]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98559, 40.66537]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98782, 40.66565]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.9869, 40.66599]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98804, 40.6693]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98269, 40.66389]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98731, 40.66175]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98264, 40.66519]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98994, 40.66707]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.97912, 40.66453]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.983, 40.66255]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98283, 40.66641]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98602, 40.66163]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98079, 40.66488]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.97935, 40.6638]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98449, 40.66526]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98178, 40.66085]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98971, 40.66748]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98822, 40.66485]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98436, 40.66508]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98533, 40.6664]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98669, 40.66563]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98842, 40.66233]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98604, 40.66831]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.99017, 40.66514]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.9826, 40.66625]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98283, 40.66154]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98581, 40.66022]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98457, 40.66238]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98273, 40.6674]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.99047, 40.66449]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98779, 40.66829]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98307, 40.6651]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.99013, 40.66632]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98479, 40.66455]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98036, 40.6641]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98335, 40.66716]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98725, 40.66488]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.99056, 40.66633]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98044, 40.66557]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.97994, 40.66162]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98367, 40.66777]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98702, 40.668]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98936, 40.66562]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.9877, 40.66905]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98529, 40.6632]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98025, 40.66548]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98437, 40.66136]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.97946, 40.66189]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98252, 40.66421]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98508, 40.66736]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98725, 40.66657]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.99022, 40.66812]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98309, 40.66308]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98395, 40.66424]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.9906, 40.66429]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98595, 40.66812]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.983, 40.66383]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98728, 40.66393]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, South Slope'}, geometry: { type: 'Point', coordinates:[-73.98353, 40.66437]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.7631, 40.67484]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.77638, 40.66601]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.77157, 40.66019]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.77125, 40.65973]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.75863, 40.66509]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.7514, 40.66932]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.76063, 40.68485]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.76996, 40.65795]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.76711, 40.66292]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.75141, 40.68831]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.74867, 40.68955]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.76614, 40.6651]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.772, 40.66199]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.74882, 40.68996]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.75204, 40.65847]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.75488, 40.68857]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.75117, 40.68789]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.76286, 40.66648]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.76002, 40.66566]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.77035, 40.66102]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.76849, 40.66272]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.7661, 40.66333]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.76622, 40.66635]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.76514, 40.66257]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.77069, 40.65994]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.75938, 40.65924]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.76962, 40.66284]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.77125, 40.65933]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.76417, 40.66663]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.74895, 40.69034]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.76581, 40.66658]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.76651, 40.66413]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.76417, 40.66668]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.76749, 40.6631]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.76012, 40.68511]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.75246, 40.66959]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.76923, 40.65953]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.75895, 40.68491]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.75357, 40.66784]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.75245, 40.6675]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.75428, 40.65851]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.76303, 40.66812]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.75116, 40.68941]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.77664, 40.66714]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.76282, 40.67425]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.76597, 40.66204]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.75735, 40.66556]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.76194, 40.67477]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.76151, 40.67446]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.76918, 40.66457]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.75299, 40.66585]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.74986, 40.66207]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.75343, 40.67205]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.76479, 40.66448]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.75526, 40.6831]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.76391, 40.66275]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.764, 40.66383]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.7582, 40.66014]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.75403, 40.68132]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.77301, 40.66578]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.7705, 40.66158]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.74907, 40.66465]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.77166, 40.66013]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.75263, 40.66821]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.7621, 40.66298]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.76645, 40.66684]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.7526, 40.66648]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.78303, 40.66661]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.76333, 40.666]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.75437, 40.68203]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.7683, 40.6611]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.75633, 40.6609]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.77, 40.66298]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.76647, 40.66735]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.78469, 40.6667]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.7698, 40.66203]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.76367, 40.66535]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.76785, 40.66377]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.7541, 40.67035]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Springfield Gardens'}, geometry: { type: 'Point', coordinates:[-73.76993, 40.6597]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Spuyten Duyvil'}, geometry: { type: 'Point', coordinates:[-73.91151, 40.88316]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Spuyten Duyvil'}, geometry: { type: 'Point', coordinates:[-73.92074, 40.88071]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Spuyten Duyvil'}, geometry: { type: 'Point', coordinates:[-73.91222, 40.88215]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Spuyten Duyvil'}, geometry: { type: 'Point', coordinates:[-73.91673, 40.87991]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Spuyten Duyvil'}, geometry: { type: 'Point', coordinates:[-73.91812, 40.88058]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.75219, 40.69894]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.75043, 40.70275]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.75159, 40.6959]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.77761, 40.69112]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.76013, 40.69147]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.77666, 40.69679]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.75233, 40.70039]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.76072, 40.70644]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.7656, 40.70454]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.76775, 40.6978]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.76011, 40.68975]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.75828, 40.69283]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.76326, 40.69161]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.75041, 40.7012]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.76598, 40.68739]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.76264, 40.69272]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.76192, 40.69278]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.74902, 40.69514]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.75495, 40.69167]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.75116, 40.70419]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.76209, 40.68623]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.76592, 40.6968]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.76009, 40.69064]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.76271, 40.70459]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.76308, 40.68988]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.77663, 40.69544]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.75265, 40.68985]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.75121, 40.7008]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.76759, 40.69866]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.77109, 40.69472]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.75037, 40.70541]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.76637, 40.70554]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.76814, 40.6853]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.77488, 40.68754]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.75349, 40.69012]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.77573, 40.68806]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.76114, 40.6969]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.76832, 40.68692]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.7691, 40.686]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.74893, 40.69654]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.749, 40.69869]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.75463, 40.70132]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.74941, 40.69863]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.76884, 40.68511]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.78025, 40.69364]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.75448, 40.68966]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.7733, 40.6891]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.75489, 40.69044]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.76621, 40.70348]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.75063, 40.70522]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.76929, 40.68482]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.77436, 40.69548]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.75276, 40.70828]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.77311, 40.69606]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.76809, 40.68687]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.75932, 40.70577]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.76899, 40.68461]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.77667, 40.69153]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.77373, 40.68872]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.74834, 40.70046]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.75477, 40.68998]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.76637, 40.7036]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.75026, 40.69967]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.75383, 40.70197]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.76357, 40.70479]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.74993, 40.69965]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.75835, 40.70531]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.76952, 40.68481]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.75782, 40.70389]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.75625, 40.70791]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.77472, 40.69015]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.77306, 40.69054]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.77467, 40.69045]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.75518, 40.69898]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.76785, 40.70327]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, St. Albans'}, geometry: { type: 'Point', coordinates:[-73.75184, 40.70052]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, St. George'}, geometry: { type: 'Point', coordinates:[-74.07774, 40.63975]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, St. George'}, geometry: { type: 'Point', coordinates:[-74.08302, 40.64444]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, St. George'}, geometry: { type: 'Point', coordinates:[-74.08001, 40.64275]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, St. George'}, geometry: { type: 'Point', coordinates:[-74.08267, 40.64497]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, St. George'}, geometry: { type: 'Point', coordinates:[-74.08286, 40.63995]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, St. George'}, geometry: { type: 'Point', coordinates:[-74.08323, 40.64553]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, St. George'}, geometry: { type: 'Point', coordinates:[-74.08526, 40.64399]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, St. George'}, geometry: { type: 'Point', coordinates:[-74.08127, 40.64015]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, St. George'}, geometry: { type: 'Point', coordinates:[-74.08326, 40.64524]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, St. George'}, geometry: { type: 'Point', coordinates:[-74.08283, 40.64332]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, St. George'}, geometry: { type: 'Point', coordinates:[-74.07834, 40.64408]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, St. George'}, geometry: { type: 'Point', coordinates:[-74.08476, 40.63984]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, St. George'}, geometry: { type: 'Point', coordinates:[-74.08065, 40.64376]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, St. George'}, geometry: { type: 'Point', coordinates:[-74.07812, 40.63929]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, St. George'}, geometry: { type: 'Point', coordinates:[-74.07897, 40.64605]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, St. George'}, geometry: { type: 'Point', coordinates:[-74.08169, 40.64123]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, St. George'}, geometry: { type: 'Point', coordinates:[-74.0786, 40.64057]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, St. George'}, geometry: { type: 'Point', coordinates:[-74.07835, 40.64571]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, St. George'}, geometry: { type: 'Point', coordinates:[-74.08368, 40.64567]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, St. George'}, geometry: { type: 'Point', coordinates:[-74.08381, 40.64537]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, St. George'}, geometry: { type: 'Point', coordinates:[-74.07897, 40.64478]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, St. George'}, geometry: { type: 'Point', coordinates:[-74.08485, 40.64448]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, St. George'}, geometry: { type: 'Point', coordinates:[-74.08369, 40.64119]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, St. George'}, geometry: { type: 'Point', coordinates:[-74.08575, 40.64682]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, St. George'}, geometry: { type: 'Point', coordinates:[-74.08001, 40.6427]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, St. George'}, geometry: { type: 'Point', coordinates:[-74.08401, 40.64118]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, St. George'}, geometry: { type: 'Point', coordinates:[-74.08088, 40.64524]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, St. George'}, geometry: { type: 'Point', coordinates:[-74.08027, 40.64579]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, St. George'}, geometry: { type: 'Point', coordinates:[-74.0784, 40.64055]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, St. George'}, geometry: { type: 'Point', coordinates:[-74.08682, 40.64762]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, St. George'}, geometry: { type: 'Point', coordinates:[-74.08291, 40.63834]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, St. George'}, geometry: { type: 'Point', coordinates:[-74.0846, 40.64779]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, St. George'}, geometry: { type: 'Point', coordinates:[-74.08399, 40.64591]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, St. George'}, geometry: { type: 'Point', coordinates:[-74.07811, 40.64475]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, St. George'}, geometry: { type: 'Point', coordinates:[-74.08056, 40.64425]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, St. George'}, geometry: { type: 'Point', coordinates:[-74.08423, 40.63703]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, St. George'}, geometry: { type: 'Point', coordinates:[-74.08059, 40.64596]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, St. George'}, geometry: { type: 'Point', coordinates:[-74.08502, 40.64641]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, St. George'}, geometry: { type: 'Point', coordinates:[-74.07949, 40.64581]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, St. George'}, geometry: { type: 'Point', coordinates:[-74.08126, 40.64508]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, St. George'}, geometry: { type: 'Point', coordinates:[-74.07845, 40.63922]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, St. George'}, geometry: { type: 'Point', coordinates:[-74.08714, 40.64675]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, St. George'}, geometry: { type: 'Point', coordinates:[-74.08097, 40.6408]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, St. George'}, geometry: { type: 'Point', coordinates:[-74.07944, 40.6437]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, St. George'}, geometry: { type: 'Point', coordinates:[-74.08456, 40.64497]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, St. George'}, geometry: { type: 'Point', coordinates:[-74.08151, 40.64699]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Stapleton'}, geometry: { type: 'Point', coordinates:[-74.07998, 40.62981]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Stapleton'}, geometry: { type: 'Point', coordinates:[-74.07913, 40.63144]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Stapleton'}, geometry: { type: 'Point', coordinates:[-74.07988, 40.62766]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Stapleton'}, geometry: { type: 'Point', coordinates:[-74.07971, 40.63167]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Stapleton'}, geometry: { type: 'Point', coordinates:[-74.07763, 40.63628]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Stapleton'}, geometry: { type: 'Point', coordinates:[-74.07913, 40.6322]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Stapleton'}, geometry: { type: 'Point', coordinates:[-74.07735, 40.63516]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Stapleton'}, geometry: { type: 'Point', coordinates:[-74.07696, 40.62536]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Stapleton'}, geometry: { type: 'Point', coordinates:[-74.07837, 40.63448]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Stapleton'}, geometry: { type: 'Point', coordinates:[-74.08061, 40.63013]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Stapleton'}, geometry: { type: 'Point', coordinates:[-74.08234, 40.62754]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Stapleton'}, geometry: { type: 'Point', coordinates:[-74.08317, 40.62448]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Stapleton'}, geometry: { type: 'Point', coordinates:[-74.0772, 40.63573]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Stapleton'}, geometry: { type: 'Point', coordinates:[-74.07842, 40.63464]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Stapleton'}, geometry: { type: 'Point', coordinates:[-74.07624, 40.63701]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Stapleton'}, geometry: { type: 'Point', coordinates:[-74.07623, 40.63556]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Stapleton'}, geometry: { type: 'Point', coordinates:[-74.07817, 40.63457]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Stapleton'}, geometry: { type: 'Point', coordinates:[-74.08107, 40.62919]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Stapleton'}, geometry: { type: 'Point', coordinates:[-74.07789, 40.6322]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Stapleton'}, geometry: { type: 'Point', coordinates:[-74.0778, 40.63285]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Stapleton'}, geometry: { type: 'Point', coordinates:[-74.08202, 40.6279]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Stapleton'}, geometry: { type: 'Point', coordinates:[-74.08206, 40.62903]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Stapleton'}, geometry: { type: 'Point', coordinates:[-74.07722, 40.63705]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Stuyvesant Town'}, geometry: { type: 'Point', coordinates:[-73.97579, 40.73001]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Stuyvesant Town'}, geometry: { type: 'Point', coordinates:[-73.97743, 40.7339]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Stuyvesant Town'}, geometry: { type: 'Point', coordinates:[-73.98043, 40.7305]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Stuyvesant Town'}, geometry: { type: 'Point', coordinates:[-73.98016, 40.73389]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Stuyvesant Town'}, geometry: { type: 'Point', coordinates:[-73.97347, 40.73101]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Stuyvesant Town'}, geometry: { type: 'Point', coordinates:[-73.97635, 40.73284]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Stuyvesant Town'}, geometry: { type: 'Point', coordinates:[-73.98149, 40.73126]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Stuyvesant Town'}, geometry: { type: 'Point', coordinates:[-73.97891, 40.73125]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Stuyvesant Town'}, geometry: { type: 'Point', coordinates:[-73.97203, 40.72734]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Stuyvesant Town'}, geometry: { type: 'Point', coordinates:[-73.9775, 40.7311]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Stuyvesant Town'}, geometry: { type: 'Point', coordinates:[-73.98146, 40.73092]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Stuyvesant Town'}, geometry: { type: 'Point', coordinates:[-73.98158, 40.73182]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Stuyvesant Town'}, geometry: { type: 'Point', coordinates:[-73.97999, 40.7318]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Stuyvesant Town'}, geometry: { type: 'Point', coordinates:[-73.9778, 40.73052]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Stuyvesant Town'}, geometry: { type: 'Point', coordinates:[-73.97932, 40.73196]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Stuyvesant Town'}, geometry: { type: 'Point', coordinates:[-73.97754, 40.73379]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Stuyvesant Town'}, geometry: { type: 'Point', coordinates:[-73.97715, 40.72957]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Stuyvesant Town'}, geometry: { type: 'Point', coordinates:[-73.98, 40.73341]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Stuyvesant Town'}, geometry: { type: 'Point', coordinates:[-73.97421, 40.73304]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Stuyvesant Town'}, geometry: { type: 'Point', coordinates:[-73.97849, 40.73093]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Stuyvesant Town'}, geometry: { type: 'Point', coordinates:[-73.98023, 40.73082]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Stuyvesant Town'}, geometry: { type: 'Point', coordinates:[-73.97932, 40.73099]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Stuyvesant Town'}, geometry: { type: 'Point', coordinates:[-73.97616, 40.73117]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Stuyvesant Town'}, geometry: { type: 'Point', coordinates:[-73.97751, 40.7294]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Stuyvesant Town'}, geometry: { type: 'Point', coordinates:[-73.97729, 40.73201]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Stuyvesant Town'}, geometry: { type: 'Point', coordinates:[-73.97796, 40.7318]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Stuyvesant Town'}, geometry: { type: 'Point', coordinates:[-73.97984, 40.73288]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Stuyvesant Town'}, geometry: { type: 'Point', coordinates:[-73.98094, 40.73143]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Stuyvesant Town'}, geometry: { type: 'Point', coordinates:[-73.98146, 40.73167]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Stuyvesant Town'}, geometry: { type: 'Point', coordinates:[-73.97624, 40.72912]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Stuyvesant Town'}, geometry: { type: 'Point', coordinates:[-73.98134, 40.73223]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Stuyvesant Town'}, geometry: { type: 'Point', coordinates:[-73.97798, 40.73351]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Stuyvesant Town'}, geometry: { type: 'Point', coordinates:[-73.97857, 40.73391]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Stuyvesant Town'}, geometry: { type: 'Point', coordinates:[-73.98094, 40.73205]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91919, 40.74648]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92227, 40.73773]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.90783, 40.74181]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91355, 40.74526]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91502, 40.74405]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91393, 40.746]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91662, 40.74361]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91945, 40.73688]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91652, 40.74689]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92397, 40.73892]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92658, 40.74166]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91741, 40.74432]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91881, 40.74674]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92775, 40.73726]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.9191, 40.74071]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92463, 40.73817]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.9273, 40.74048]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91744, 40.73922]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92597, 40.74242]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91564, 40.74673]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91353, 40.74521]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91361, 40.74824]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91577, 40.74109]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.9187, 40.7359]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92025, 40.74213]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91289, 40.74194]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91742, 40.7479]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91874, 40.74082]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91783, 40.7362]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91884, 40.74266]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91974, 40.74532]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91516, 40.74524]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91491, 40.74676]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91997, 40.74147]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92451, 40.74444]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92288, 40.73894]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92299, 40.7393]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92223, 40.74122]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92414, 40.74208]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.9143, 40.74737]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92476, 40.74263]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91881, 40.74567]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91222, 40.74756]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92296, 40.74622]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.9196, 40.74628]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92372, 40.74253]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92586, 40.7372]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92476, 40.74136]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91518, 40.74269]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92082, 40.73707]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92561, 40.73679]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91831, 40.74706]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91388, 40.7463]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92146, 40.7461]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92367, 40.73967]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91739, 40.74112]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91985, 40.74535]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91816, 40.74511]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92919, 40.73825]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.9282, 40.73949]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92361, 40.74667]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91886, 40.73643]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.9234, 40.74137]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.9254, 40.74171]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91643, 40.74625]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.9248, 40.73747]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92577, 40.74351]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91727, 40.74594]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91912, 40.7359]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92313, 40.74559]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91592, 40.74617]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92387, 40.73825]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.9217, 40.74604]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92389, 40.74314]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92479, 40.74202]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91806, 40.74153]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91867, 40.73707]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.9251, 40.74046]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92587, 40.74245]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92563, 40.73857]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92314, 40.74701]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92505, 40.74161]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91967, 40.73692]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91826, 40.73272]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91995, 40.73307]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.9206, 40.73575]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91902, 40.73802]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92485, 40.74219]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92585, 40.74219]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92471, 40.74409]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92512, 40.74195]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91758, 40.74512]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91361, 40.74944]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92701, 40.74185]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92444, 40.74506]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91788, 40.74472]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.9196, 40.73291]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92756, 40.73676]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92827, 40.73888]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92163, 40.74439]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91975, 40.73657]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.9291, 40.73822]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92213, 40.74239]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92273, 40.74124]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92557, 40.74355]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91893, 40.7381]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91699, 40.74304]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92399, 40.74543]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92688, 40.74141]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91346, 40.74993]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92415, 40.73591]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92327, 40.7388]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92117, 40.73707]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91546, 40.74777]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91299, 40.74632]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92547, 40.74447]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92399, 40.74592]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.9157, 40.74416]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92016, 40.73618]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92634, 40.73708]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91338, 40.74854]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.9209, 40.73718]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92592, 40.74209]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92019, 40.7446]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91996, 40.73986]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.924, 40.74176]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91842, 40.74654]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91334, 40.74473]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92324, 40.74558]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91923, 40.7364]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92444, 40.74403]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92308, 40.73939]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92023, 40.73301]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92153, 40.7441]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92045, 40.73926]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.9226, 40.73989]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92397, 40.73739]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92347, 40.74272]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92441, 40.7459]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92353, 40.74194]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91983, 40.7461]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92635, 40.74342]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.9212, 40.73898]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91752, 40.74497]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92466, 40.74249]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91456, 40.74823]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91548, 40.74611]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.9194, 40.74694]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92027, 40.73587]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92458, 40.73826]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92024, 40.74431]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91999, 40.7401]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91853, 40.74679]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91428, 40.74789]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92415, 40.73641]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91848, 40.73716]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92534, 40.73786]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92188, 40.74693]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91635, 40.74286]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.9169, 40.74502]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92139, 40.74538]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91806, 40.7385]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92007, 40.74658]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91927, 40.74561]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91558, 40.74318]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92038, 40.735]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91895, 40.73561]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92555, 40.73858]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91523, 40.7496]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91293, 40.74633]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91876, 40.74473]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91412, 40.74603]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91472, 40.74947]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91833, 40.74548]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.9283, 40.7387]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92329, 40.73756]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92657, 40.73702]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92526, 40.73673]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.9186, 40.74722]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92894, 40.73748]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92641, 40.73633]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91901, 40.74]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91315, 40.74874]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92633, 40.74215]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91636, 40.74671]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92261, 40.74573]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92004, 40.73919]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.9236, 40.74509]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91685, 40.74513]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92463, 40.74214]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.923, 40.74015]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91406, 40.74609]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91778, 40.74554]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91685, 40.74777]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91918, 40.74463]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92004, 40.74461]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91855, 40.74103]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91783, 40.74238]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.9203, 40.73908]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.9179, 40.74634]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92332, 40.74383]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92967, 40.73783]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92273, 40.73846]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91503, 40.746]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91513, 40.74494]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.93184, 40.74547]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.93, 40.73839]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92394, 40.74454]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92642, 40.73891]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92416, 40.74372]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92138, 40.7407]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92124, 40.73978]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91642, 40.7424]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92425, 40.736]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91809, 40.74534]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92342, 40.7446]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92364, 40.7448]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92198, 40.74572]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91586, 40.74685]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91787, 40.74194]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91768, 40.74425]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92099, 40.73811]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.9265, 40.73922]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91372, 40.74439]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92599, 40.73724]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92176, 40.74529]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91458, 40.74603]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91866, 40.74156]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92198, 40.74508]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91989, 40.74322]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92324, 40.7396]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91446, 40.74759]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91632, 40.74365]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91877, 40.73637]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91467, 40.74444]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91704, 40.74615]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.9235, 40.74707]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91538, 40.74342]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92619, 40.73998]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92687, 40.73944]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91403, 40.74385]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92441, 40.74299]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92068, 40.73614]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92058, 40.74739]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92139, 40.74555]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91277, 40.74379]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91763, 40.74691]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91283, 40.74686]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92911, 40.7379]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92283, 40.74651]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92427, 40.73668]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91663, 40.74035]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92619, 40.74075]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92024, 40.73812]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91886, 40.74817]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91434, 40.74597]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92076, 40.7467]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92343, 40.73894]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91415, 40.74607]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92523, 40.7415]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92517, 40.74026]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92465, 40.74549]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.9194, 40.74457]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91681, 40.74102]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91652, 40.74259]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92307, 40.74457]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92147, 40.74403]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91777, 40.74801]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92579, 40.74234]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91837, 40.73571]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92372, 40.73662]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91993, 40.7385]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91664, 40.74962]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91955, 40.73711]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91704, 40.74518]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92394, 40.74205]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91858, 40.73554]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91858, 40.749]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91956, 40.74589]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91675, 40.7464]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92327, 40.74149]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91233, 40.74582]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.9277, 40.73904]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.9136, 40.73674]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91868, 40.74409]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92398, 40.74511]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92375, 40.74189]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91295, 40.74611]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91385, 40.74498]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91983, 40.7437]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91883, 40.74083]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91676, 40.74523]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92435, 40.73873]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92826, 40.73691]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92218, 40.7468]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92696, 40.7409]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92961, 40.73874]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91802, 40.73756]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92514, 40.73661]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92179, 40.73703]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91563, 40.74375]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91671, 40.74481]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.9125, 40.74233]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92501, 40.7388]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92777, 40.73852]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92532, 40.74317]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91733, 40.74315]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92815, 40.73832]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91744, 40.74795]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92821, 40.73758]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91833, 40.74755]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91566, 40.73937]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92136, 40.74196]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91896, 40.74693]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91528, 40.74493]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92478, 40.73697]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92077, 40.74383]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91931, 40.74132]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92027, 40.74627]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92075, 40.73912]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91416, 40.74746]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.9274, 40.73829]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.9168, 40.74305]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92096, 40.74201]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91685, 40.74356]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.91355, 40.74502]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92076, 40.74706]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92428, 40.74024]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92437, 40.73678]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92311, 40.7453]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.92376, 40.73695]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Sunnyside'}, geometry: { type: 'Point', coordinates:[-73.9256, 40.7393]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99375, 40.66426]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00893, 40.64487]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00842, 40.64047]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.014, 40.64303]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99885, 40.64697]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00338, 40.64605]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00165, 40.64976]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01867, 40.64564]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99813, 40.66016]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01918, 40.63818]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99767, 40.66206]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01252, 40.64187]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00676, 40.655]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99482, 40.66307]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00858, 40.64775]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00487, 40.65135]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99324, 40.66343]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00624, 40.65167]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99407, 40.66448]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01275, 40.6423]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00298, 40.65739]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01497, 40.64041]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99719, 40.66201]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00363, 40.65399]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99243, 40.65948]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.98898, 40.65944]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99918, 40.65585]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00819, 40.64704]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00865, 40.64435]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.0037, 40.65085]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00402, 40.65046]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01064, 40.63986]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00657, 40.65003]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00551, 40.65038]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99629, 40.66475]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00615, 40.65014]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99509, 40.66567]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01366, 40.64811]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00682, 40.64534]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01101, 40.65027]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00087, 40.64672]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01211, 40.65475]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01175, 40.64218]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00347, 40.64997]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01383, 40.64203]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00159, 40.6542]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.02066, 40.64372]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.02347, 40.64349]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.98907, 40.66197]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99297, 40.66153]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99073, 40.66002]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01516, 40.6367]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99667, 40.66248]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99643, 40.66316]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00144, 40.65761]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99765, 40.66061]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99316, 40.66005]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99109, 40.66236]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01273, 40.64524]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00784, 40.64569]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00842, 40.65118]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99012, 40.66298]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99812, 40.64759]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.0138, 40.64625]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00489, 40.65092]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99087, 40.65977]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00274, 40.65595]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99619, 40.66134]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01735, 40.64025]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00922, 40.64165]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99953, 40.6463]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01401, 40.64689]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99318, 40.66156]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99547, 40.66355]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99927, 40.65774]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99042, 40.65992]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01092, 40.644]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99137, 40.65917]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99785, 40.66198]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99773, 40.66362]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99441, 40.65929]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.98844, 40.66134]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99753, 40.6589]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99563, 40.66131]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01136, 40.65209]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00774, 40.64871]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99342, 40.66451]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99161, 40.66006]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.98942, 40.66148]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99081, 40.66051]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01881, 40.64465]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.9939, 40.66052]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00239, 40.65031]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01418, 40.64908]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01147, 40.64925]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00221, 40.64553]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99138, 40.66194]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.98964, 40.66198]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99567, 40.66222]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01749, 40.64651]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.02255, 40.64335]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01358, 40.64359]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01049, 40.64101]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.98983, 40.66073]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99805, 40.66224]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99253, 40.65957]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00509, 40.65602]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01416, 40.64667]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01261, 40.64431]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00187, 40.64667]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99206, 40.66278]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.98955, 40.66296]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01888, 40.63947]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99524, 40.66525]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01959, 40.63885]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99078, 40.66142]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.98929, 40.66053]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.98817, 40.66065]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00306, 40.65607]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00627, 40.64743]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01084, 40.65015]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00666, 40.65137]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.0224, 40.64076]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99815, 40.66289]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01562, 40.64153]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00403, 40.65047]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00603, 40.65012]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01454, 40.6465]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01714, 40.64009]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.98822, 40.66119]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00231, 40.6503]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.0039, 40.65306]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00974, 40.65035]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01094, 40.63985]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01169, 40.64992]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99833, 40.66293]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99449, 40.66124]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99111, 40.66273]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00925, 40.641]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00191, 40.64993]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01279, 40.64513]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00835, 40.64985]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00611, 40.65188]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01351, 40.64373]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00358, 40.65657]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00017, 40.66056]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99535, 40.66486]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99959, 40.65683]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99802, 40.64748]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99406, 40.65978]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00621, 40.65513]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.02175, 40.63916]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00786, 40.6475]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99609, 40.66482]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99243, 40.66427]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.0075, 40.6471]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.0029, 40.65651]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01135, 40.64456]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00532, 40.64577]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99794, 40.66182]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00512, 40.65004]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99174, 40.66264]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99879, 40.66338]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01206, 40.64364]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00763, 40.65198]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99191, 40.65976]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00994, 40.65247]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99308, 40.66112]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00091, 40.65616]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99387, 40.66182]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00621, 40.64894]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00814, 40.65331]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99832, 40.66059]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01515, 40.64682]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99205, 40.66455]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99805, 40.66182]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00451, 40.64152]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.98841, 40.66135]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99246, 40.66361]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99233, 40.664]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00108, 40.65004]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.0076, 40.63992]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01224, 40.64342]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.02325, 40.64149]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99702, 40.65991]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99223, 40.66214]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00875, 40.64717]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01496, 40.64639]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01043, 40.64674]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00749, 40.64942]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.0162, 40.6397]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99675, 40.66294]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01035, 40.64469]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01539, 40.64052]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99807, 40.65758]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00422, 40.64929]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.9992, 40.64964]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.98954, 40.66158]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01767, 40.64132]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99531, 40.66207]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99864, 40.66298]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99387, 40.66172]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00242, 40.65413]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01935, 40.64155]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.995, 40.66291]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99984, 40.65676]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99887, 40.65907]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00822, 40.64036]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01153, 40.63747]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01089, 40.65157]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.9949, 40.66406]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.0064, 40.64614]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.98956, 40.66226]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99874, 40.65702]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01337, 40.64046]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00188, 40.65424]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99505, 40.66186]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99062, 40.66179]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01697, 40.64035]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01655, 40.6394]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99338, 40.6642]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.98894, 40.66063]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99382, 40.66528]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01262, 40.64028]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99177, 40.66196]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00378, 40.645]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99192, 40.66132]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99384, 40.66273]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00011, 40.64953]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01097, 40.64685]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01908, 40.64355]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01892, 40.6417]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99919, 40.65766]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99129, 40.66162]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01665, 40.63801]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00782, 40.6454]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99685, 40.65924]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01624, 40.64538]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99584, 40.66289]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00669, 40.63929]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99501, 40.6655]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99475, 40.66388]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00839, 40.64456]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99434, 40.66592]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00227, 40.64333]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00867, 40.64021]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99383, 40.65945]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00176, 40.65031]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99049, 40.6623]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00995, 40.64555]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.0059, 40.64752]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99349, 40.66582]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99361, 40.66059]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01061, 40.64098]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00259, 40.64212]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00306, 40.64356]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00295, 40.65562]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99328, 40.66084]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00558, 40.64637]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.02196, 40.64191]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99565, 40.66423]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01573, 40.64024]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00188, 40.65508]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01794, 40.63833]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99322, 40.6642]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99154, 40.66127]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00272, 40.65379]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01419, 40.64634]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00018, 40.6589]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01975, 40.63964]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01916, 40.63863]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.02191, 40.64339]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.9922, 40.66397]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00595, 40.65064]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.001, 40.65511]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00197, 40.65563]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00255, 40.65348]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99796, 40.66026]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99794, 40.66035]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99431, 40.66303]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.9937, 40.65972]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99077, 40.66387]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01318, 40.64478]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99573, 40.66323]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00411, 40.65295]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99097, 40.6588]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99371, 40.6642]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00986, 40.65044]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00897, 40.64902]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00489, 40.65687]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99368, 40.66356]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99511, 40.66214]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00032, 40.65604]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.0106, 40.64736]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01454, 40.64446]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.9971, 40.66123]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99487, 40.66359]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01809, 40.64198]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.98901, 40.66118]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99455, 40.6606]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99664, 40.65841]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00028, 40.64962]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01774, 40.64027]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00848, 40.64734]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99204, 40.66005]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00579, 40.64907]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.001, 40.65477]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00399, 40.6529]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99138, 40.66227]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99441, 40.66053]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.9979, 40.66169]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00515, 40.64279]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01619, 40.638]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99248, 40.65969]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99348, 40.66443]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99516, 40.66477]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99684, 40.65986]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99349, 40.66294]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00044, 40.65888]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00676, 40.64572]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01944, 40.63974]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.02028, 40.63849]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99616, 40.66362]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00277, 40.64849]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.98985, 40.66216]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01786, 40.64293]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99536, 40.65989]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99743, 40.66221]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00178, 40.65168]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99473, 40.66359]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01815, 40.63909]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.0035, 40.64962]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99072, 40.65949]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01837, 40.63902]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01848, 40.64351]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01709, 40.64136]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01628, 40.63853]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00681, 40.63867]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01046, 40.63729]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01357, 40.64737]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00087, 40.64403]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00207, 40.64985]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00255, 40.64486]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99147, 40.66207]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.9939, 40.66232]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99203, 40.66278]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00209, 40.64688]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.98983, 40.65828]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01248, 40.64117]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99495, 40.66677]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99506, 40.66461]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00366, 40.643]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01404, 40.64699]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00373, 40.65549]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99917, 40.65729]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99122, 40.66162]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99037, 40.66236]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00304, 40.64437]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99476, 40.66205]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01096, 40.65107]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01898, 40.64136]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01103, 40.64859]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.98974, 40.65877]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01244, 40.64768]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01233, 40.64828]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99827, 40.66168]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01329, 40.64318]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99623, 40.66033]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01147, 40.64179]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01993, 40.63877]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99257, 40.66066]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00303, 40.64214]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.02437, 40.64499]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01971, 40.63888]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.02051, 40.64383]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01532, 40.64167]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01512, 40.64074]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01483, 40.64193]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.01746, 40.63866]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00475, 40.64722]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-74.00111, 40.644]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.99913, 40.64832]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Sunset Park'}, geometry: { type: 'Point', coordinates:[-73.9987, 40.64663]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98321, 40.76044]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98337, 40.7569]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98639, 40.75971]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.9863, 40.76069]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98236, 40.76282]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98284, 40.76093]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98359, 40.75987]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98581, 40.76194]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98479, 40.75731]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98583, 40.76122]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98537, 40.76226]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98554, 40.76064]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98327, 40.75663]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.9868, 40.76067]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98497, 40.76015]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98423, 40.7597]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.9844, 40.76283]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98503, 40.76371]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.97981, 40.76177]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98619, 40.76155]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98473, 40.76112]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98347, 40.7607]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98408, 40.76214]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98178, 40.76278]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98512, 40.75956]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98221, 40.75856]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98577, 40.76063]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98747, 40.76026]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98921, 40.75749]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98563, 40.76204]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98587, 40.76035]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98376, 40.76252]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.9841, 40.76018]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98556, 40.76145]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98473, 40.76318]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98636, 40.76033]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98758, 40.75987]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98673, 40.75994]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98492, 40.76384]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98631, 40.7612]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98507, 40.75527]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98627, 40.76106]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98708, 40.76002]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98583, 40.76057]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.9854, 40.76288]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98302, 40.75943]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98574, 40.76106]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98498, 40.76278]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98825, 40.75827]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98618, 40.75493]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98868, 40.75672]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98638, 40.76105]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98833, 40.75829]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98486, 40.76256]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98535, 40.75866]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98432, 40.76344]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98555, 40.76209]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98727, 40.75976]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98573, 40.76193]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98408, 40.7606]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98236, 40.76193]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98593, 40.75607]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98316, 40.75869]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98407, 40.76268]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98523, 40.76219]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98683, 40.75861]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98535, 40.76118]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98886, 40.7573]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98763, 40.75977]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98329, 40.7566]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.9866, 40.75974]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98796, 40.75725]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98698, 40.75975]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98573, 40.75967]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98377, 40.76]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98472, 40.75863]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98219, 40.7612]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98796, 40.75951]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.9864, 40.75462]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98261, 40.76109]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98435, 40.75731]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98636, 40.76126]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98766, 40.76008]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98224, 40.76115]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98493, 40.75699]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98537, 40.7598]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98863, 40.75877]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98551, 40.75996]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98542, 40.7599]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98528, 40.76279]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98891, 40.75654]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98459, 40.76324]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98292, 40.75999]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98259, 40.75729]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98484, 40.76365]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98246, 40.75917]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98368, 40.75952]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98467, 40.75888]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.9853, 40.754]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98327, 40.76093]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98418, 40.75982]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98276, 40.75732]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98197, 40.75864]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98859, 40.75689]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.9845, 40.76284]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.9845, 40.76205]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98795, 40.75746]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.9862, 40.76046]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98192, 40.76093]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98731, 40.75964]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98589, 40.76006]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98663, 40.76112]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98226, 40.75747]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98435, 40.76295]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98582, 40.76072]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98666, 40.76103]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98656, 40.76034]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98568, 40.75988]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98521, 40.76139]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98761, 40.75988]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98189, 40.76035]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98321, 40.75742]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.986, 40.75987]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98169, 40.76049]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98527, 40.76197]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98531, 40.75572]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98541, 40.75924]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.9863, 40.75998]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98664, 40.75942]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98338, 40.76189]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98292, 40.76122]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98413, 40.75806]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.9882, 40.75821]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.989, 40.75792]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98509, 40.76017]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98767, 40.75925]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98623, 40.75974]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98634, 40.7594]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98387, 40.76375]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98377, 40.7578]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98796, 40.75598]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98749, 40.75938]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98564, 40.76219]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98668, 40.76135]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.9854, 40.76279]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98349, 40.75574]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.9816, 40.76185]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98631, 40.75948]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98546, 40.76077]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98675, 40.76061]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98909, 40.75601]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98801, 40.75918]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98541, 40.76309]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.9858, 40.76207]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98592, 40.75927]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98285, 40.76237]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98552, 40.76251]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98589, 40.76147]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98589, 40.76061]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98508, 40.76054]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98455, 40.76057]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98761, 40.75976]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98694, 40.76106]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98534, 40.75964]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98312, 40.75861]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98887, 40.75803]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.9859, 40.76055]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98594, 40.7609]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98677, 40.76102]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98551, 40.75971]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98318, 40.75897]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98326, 40.75731]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98908, 40.75783]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.9845, 40.75891]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98504, 40.7601]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.9865, 40.75923]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98495, 40.75754]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98536, 40.76196]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98529, 40.75588]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98026, 40.76035]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.9883, 40.75895]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.987, 40.75634]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98231, 40.75893]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98505, 40.75576]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98481, 40.75616]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98476, 40.76369]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.9875, 40.75935]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98306, 40.76174]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98601, 40.75412]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98903, 40.75781]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98747, 40.76037]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98625, 40.76118]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98615, 40.75948]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98319, 40.76069]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.9833, 40.75611]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98798, 40.75957]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98587, 40.76241]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98617, 40.75995]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98709, 40.76089]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98318, 40.75748]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98582, 40.75965]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98542, 40.7632]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98728, 40.75995]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98533, 40.76143]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.9872, 40.75996]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98569, 40.76264]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.9862, 40.75966]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98812, 40.75863]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98516, 40.7565]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98431, 40.76351]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98525, 40.75781]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98658, 40.76081]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98547, 40.76178]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98501, 40.7628]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.9836, 40.75573]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98023, 40.76163]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98574, 40.76257]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98539, 40.76079]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98594, 40.76164]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98634, 40.75928]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98326, 40.75717]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98295, 40.7583]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98367, 40.76084]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98675, 40.75943]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98876, 40.75828]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98356, 40.76321]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98389, 40.75858]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.9855, 40.76058]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98366, 40.75733]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98646, 40.76096]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98527, 40.7615]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98504, 40.76177]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98544, 40.76159]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98304, 40.75823]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98331, 40.75624]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.982, 40.76205]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98712, 40.75827]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.9853, 40.7619]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98755, 40.75934]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98652, 40.75965]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98669, 40.75923]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98602, 40.75942]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98583, 40.76122]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98155, 40.75879]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98627, 40.76199]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98752, 40.75936]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98211, 40.76302]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98732, 40.75967]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98689, 40.75845]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98147, 40.75885]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98633, 40.76149]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98595, 40.75963]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98414, 40.75848]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98886, 40.75817]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98522, 40.761]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98629, 40.76142]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98411, 40.76217]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98749, 40.75662]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98397, 40.76273]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.9848, 40.76106]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98542, 40.762]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98271, 40.76263]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98646, 40.75927]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98575, 40.76258]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98486, 40.75762]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Theater District'}, geometry: { type: 'Point', coordinates:[-73.98668, 40.76095]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Throgs Neck'}, geometry: { type: 'Point', coordinates:[-73.82818, 40.82952]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Throgs Neck'}, geometry: { type: 'Point', coordinates:[-73.81545, 40.8149]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Throgs Neck'}, geometry: { type: 'Point', coordinates:[-73.82418, 40.82807]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Throgs Neck'}, geometry: { type: 'Point', coordinates:[-73.81747, 40.83166]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Throgs Neck'}, geometry: { type: 'Point', coordinates:[-73.82931, 40.83148]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Throgs Neck'}, geometry: { type: 'Point', coordinates:[-73.81532, 40.81587]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Throgs Neck'}, geometry: { type: 'Point', coordinates:[-73.82951, 40.83108]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Throgs Neck'}, geometry: { type: 'Point', coordinates:[-73.82511, 40.83051]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Throgs Neck'}, geometry: { type: 'Point', coordinates:[-73.8204, 40.82507]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Throgs Neck'}, geometry: { type: 'Point', coordinates:[-73.82735, 40.81506]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Throgs Neck'}, geometry: { type: 'Point', coordinates:[-73.82073, 40.82617]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Throgs Neck'}, geometry: { type: 'Point', coordinates:[-73.81907, 40.82601]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Throgs Neck'}, geometry: { type: 'Point', coordinates:[-73.81927, 40.82696]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Throgs Neck'}, geometry: { type: 'Point', coordinates:[-73.80001, 40.81476]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Throgs Neck'}, geometry: { type: 'Point', coordinates:[-73.83773, 40.82257]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Throgs Neck'}, geometry: { type: 'Point', coordinates:[-73.81899, 40.82688]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Throgs Neck'}, geometry: { type: 'Point', coordinates:[-73.82774, 40.81437]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Throgs Neck'}, geometry: { type: 'Point', coordinates:[-73.82708, 40.81518]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Throgs Neck'}, geometry: { type: 'Point', coordinates:[-73.81954, 40.81639]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Throgs Neck'}, geometry: { type: 'Point', coordinates:[-73.81551, 40.8154]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Todt Hill'}, geometry: { type: 'Point', coordinates:[-74.10092, 40.60926]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Todt Hill'}, geometry: { type: 'Point', coordinates:[-74.11593, 40.61041]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Todt Hill'}, geometry: { type: 'Point', coordinates:[-74.11577, 40.60991]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Todt Hill'}, geometry: { type: 'Point', coordinates:[-74.1078, 40.58392]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Tompkinsville'}, geometry: { type: 'Point', coordinates:[-74.09591, 40.63481]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Tompkinsville'}, geometry: { type: 'Point', coordinates:[-74.08249, 40.63342]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Tompkinsville'}, geometry: { type: 'Point', coordinates:[-74.07936, 40.63311]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Tompkinsville'}, geometry: { type: 'Point', coordinates:[-74.08726, 40.63378]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Tompkinsville'}, geometry: { type: 'Point', coordinates:[-74.07956, 40.63518]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Tompkinsville'}, geometry: { type: 'Point', coordinates:[-74.07929, 40.63513]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Tompkinsville'}, geometry: { type: 'Point', coordinates:[-74.09001, 40.63111]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Tompkinsville'}, geometry: { type: 'Point', coordinates:[-74.07967, 40.63489]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Tompkinsville'}, geometry: { type: 'Point', coordinates:[-74.07826, 40.63568]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Tompkinsville'}, geometry: { type: 'Point', coordinates:[-74.07929, 40.63515]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Tompkinsville'}, geometry: { type: 'Point', coordinates:[-74.095, 40.63482]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Tompkinsville'}, geometry: { type: 'Point', coordinates:[-74.09268, 40.63183]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Tompkinsville'}, geometry: { type: 'Point', coordinates:[-74.08592, 40.63489]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Tompkinsville'}, geometry: { type: 'Point', coordinates:[-74.0833, 40.63358]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Tompkinsville'}, geometry: { type: 'Point', coordinates:[-74.08799, 40.63132]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Tompkinsville'}, geometry: { type: 'Point', coordinates:[-74.08474, 40.6291]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Tompkinsville'}, geometry: { type: 'Point', coordinates:[-74.08546, 40.63518]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Tompkinsville'}, geometry: { type: 'Point', coordinates:[-74.09562, 40.63277]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Tompkinsville'}, geometry: { type: 'Point', coordinates:[-74.09099, 40.6326]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Tompkinsville'}, geometry: { type: 'Point', coordinates:[-74.08369, 40.63267]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Tompkinsville'}, geometry: { type: 'Point', coordinates:[-74.09068, 40.63529]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Tompkinsville'}, geometry: { type: 'Point', coordinates:[-74.0921, 40.63126]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Tompkinsville'}, geometry: { type: 'Point', coordinates:[-74.08443, 40.63101]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Tompkinsville'}, geometry: { type: 'Point', coordinates:[-74.08619, 40.62917]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Tompkinsville'}, geometry: { type: 'Point', coordinates:[-74.07943, 40.63598]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Tompkinsville'}, geometry: { type: 'Point', coordinates:[-74.08539, 40.63485]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Tompkinsville'}, geometry: { type: 'Point', coordinates:[-74.08519, 40.63481]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Tompkinsville'}, geometry: { type: 'Point', coordinates:[-74.0894, 40.63476]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Tompkinsville'}, geometry: { type: 'Point', coordinates:[-74.08701, 40.62154]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Tompkinsville'}, geometry: { type: 'Point', coordinates:[-74.09489, 40.63369]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Tompkinsville'}, geometry: { type: 'Point', coordinates:[-74.08389, 40.63333]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Tompkinsville'}, geometry: { type: 'Point', coordinates:[-74.09244, 40.63304]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Tompkinsville'}, geometry: { type: 'Point', coordinates:[-74.08136, 40.63462]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Tompkinsville'}, geometry: { type: 'Point', coordinates:[-74.08513, 40.6339]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Tompkinsville'}, geometry: { type: 'Point', coordinates:[-74.08542, 40.63584]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Tompkinsville'}, geometry: { type: 'Point', coordinates:[-74.09297, 40.63163]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Tompkinsville'}, geometry: { type: 'Point', coordinates:[-74.08723, 40.62105]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Tompkinsville'}, geometry: { type: 'Point', coordinates:[-74.08537, 40.63536]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Tompkinsville'}, geometry: { type: 'Point', coordinates:[-74.08937, 40.63461]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Tompkinsville'}, geometry: { type: 'Point', coordinates:[-74.08543, 40.63627]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Tompkinsville'}, geometry: { type: 'Point', coordinates:[-74.07868, 40.63661]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Tottenville'}, geometry: { type: 'Point', coordinates:[-74.24285, 40.50708]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Tottenville'}, geometry: { type: 'Point', coordinates:[-74.23803, 40.51133]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Tottenville'}, geometry: { type: 'Point', coordinates:[-74.23986, 40.50868]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Tottenville'}, geometry: { type: 'Point', coordinates:[-74.24084, 40.49979]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Tottenville'}, geometry: { type: 'Point', coordinates:[-74.23914, 40.50873]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Tremont'}, geometry: { type: 'Point', coordinates:[-73.89013, 40.84546]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Tremont'}, geometry: { type: 'Point', coordinates:[-73.88858, 40.84061]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Tremont'}, geometry: { type: 'Point', coordinates:[-73.88728, 40.83875]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Tremont'}, geometry: { type: 'Point', coordinates:[-73.88805, 40.83887]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Tremont'}, geometry: { type: 'Point', coordinates:[-73.89815, 40.84559]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Tremont'}, geometry: { type: 'Point', coordinates:[-73.89294, 40.84268]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Tremont'}, geometry: { type: 'Point', coordinates:[-73.89358, 40.84594]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Bronx, Tremont'}, geometry: { type: 'Point', coordinates:[-73.8889, 40.84581]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Tremont'}, geometry: { type: 'Point', coordinates:[-73.88773, 40.84289]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Tremont'}, geometry: { type: 'Point', coordinates:[-73.89299, 40.84647]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Bronx, Tremont'}, geometry: { type: 'Point', coordinates:[-73.89612, 40.8474]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00453, 40.71927]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00528, 40.71725]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00876, 40.71969]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00654, 40.71519]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00742, 40.71891]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00726, 40.72078]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00621, 40.71479]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00982, 40.71296]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00785, 40.71523]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00485, 40.71893]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00675, 40.7172]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00484, 40.71686]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00517, 40.71948]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.01073, 40.71433]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.01125, 40.71928]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00689, 40.71696]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.01134, 40.71726]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00671, 40.71479]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00452, 40.71778]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00678, 40.71545]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00816, 40.71454]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00804, 40.71549]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00407, 40.71979]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00628, 40.71508]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.01022, 40.7192]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00917, 40.72228]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00749, 40.71552]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00804, 40.72227]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00981, 40.71732]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00676, 40.71494]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00544, 40.71684]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00571, 40.71976]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00616, 40.71581]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.01049, 40.71359]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00439, 40.71854]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00901, 40.71844]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.0056, 40.71659]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00844, 40.71284]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00984, 40.71966]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00791, 40.72343]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00687, 40.71488]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00858, 40.72403]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00396, 40.71742]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.01001, 40.72345]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00934, 40.71481]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00558, 40.71516]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00668, 40.71989]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00645, 40.71532]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00984, 40.7181]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00401, 40.71953]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00365, 40.72052]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00551, 40.71657]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.01205, 40.71809]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00702, 40.71503]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00857, 40.71904]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.01182, 40.71587]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.0044, 40.71812]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.01154, 40.71492]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00564, 40.71607]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00806, 40.71212]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00694, 40.71626]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.01134, 40.71982]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00653, 40.71659]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00501, 40.71609]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00607, 40.71775]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00352, 40.71854]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.0079, 40.71523]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.01047, 40.71782]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00942, 40.7132]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00596, 40.71474]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00754, 40.71392]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.0069, 40.71674]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00446, 40.71724]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00754, 40.7155]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00977, 40.71409]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00906, 40.71295]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00629, 40.71526]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.0043, 40.72008]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00933, 40.71459]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.0038, 40.71912]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00492, 40.71636]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00866, 40.72024]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00608, 40.71618]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00647, 40.71543]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.01038, 40.71802]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00571, 40.7196]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00511, 40.71691]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00435, 40.71943]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00546, 40.71908]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.01183, 40.71845]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.01177, 40.71916]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00442, 40.71916]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.0033, 40.71893]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00505, 40.71634]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.0083, 40.7118]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00982, 40.72075]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00834, 40.7159]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00802, 40.71466]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.01054, 40.7252]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00833, 40.71819]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00495, 40.71838]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00623, 40.71743]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.01101, 40.71474]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.01044, 40.71526]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00592, 40.72091]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00974, 40.71836]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00601, 40.71773]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00912, 40.71339]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00332, 40.71994]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00451, 40.72018]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.01045, 40.72355]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00605, 40.71735]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00524, 40.71725]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.01122, 40.72034]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00678, 40.71417]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00918, 40.72095]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00641, 40.71991]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00932, 40.71845]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00885, 40.71558]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00998, 40.71934]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00509, 40.71813]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00594, 40.71793]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00981, 40.72018]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00493, 40.72035]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.01165, 40.71924]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00664, 40.72154]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.0094, 40.715]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.0117, 40.71863]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00455, 40.72005]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00999, 40.7181]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00478, 40.72113]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00807, 40.72274]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.01054, 40.71612]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00967, 40.72282]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.01253, 40.71798]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00384, 40.7187]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00972, 40.71299]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00765, 40.71868]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00642, 40.71561]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00799, 40.71928]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00691, 40.72125]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00645, 40.71554]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00538, 40.71813]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00676, 40.71418]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00968, 40.71978]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00517, 40.71866]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.01097, 40.7208]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00984, 40.71412]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00633, 40.72197]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00459, 40.71859]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00715, 40.72023]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00856, 40.71546]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00357, 40.71883]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00988, 40.72203]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00592, 40.72117]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00737, 40.71559]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00386, 40.71953]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.01049, 40.72273]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00858, 40.71734]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00997, 40.71942]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00563, 40.71689]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00767, 40.72138]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00549, 40.71785]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00856, 40.71941]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.01022, 40.71977]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00574, 40.71683]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00779, 40.71509]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00709, 40.71514]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00429, 40.71959]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Tribeca'}, geometry: { type: 'Point', coordinates:[-74.00913, 40.71908]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99304, 40.71079]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.9952, 40.7115]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-74.00102, 40.70992]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99838, 40.71127]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99442, 40.7113]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99611, 40.71088]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-74.00105, 40.70989]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99405, 40.71302]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99977, 40.71114]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99605, 40.71107]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99607, 40.71145]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99458, 40.71241]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99483, 40.71217]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99556, 40.71169]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.995, 40.71257]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99382, 40.71281]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99635, 40.71138]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99416, 40.71226]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99257, 40.71231]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99405, 40.71243]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99685, 40.71183]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99305, 40.71094]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99592, 40.71262]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99903, 40.7115]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99661, 40.7125]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99776, 40.71271]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99509, 40.71107]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99408, 40.71141]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99456, 40.71124]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99506, 40.71261]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99445, 40.71279]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99454, 40.71193]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99376, 40.7126]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99566, 40.71222]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.9956, 40.7123]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99573, 40.71287]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99679, 40.71197]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99364, 40.7119]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99403, 40.71137]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99442, 40.71099]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99609, 40.71261]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99848, 40.71179]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99643, 40.71214]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99673, 40.71255]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.9941, 40.71208]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99721, 40.71149]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99311, 40.71073]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99661, 40.71213]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99549, 40.71159]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99354, 40.7114]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99874, 40.71114]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99296, 40.71098]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99568, 40.7116]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99463, 40.71205]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99475, 40.71261]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99586, 40.71253]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99599, 40.71253]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99512, 40.71271]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99616, 40.71109]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99619, 40.71247]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99685, 40.70911]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.9972, 40.71166]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99526, 40.71063]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99884, 40.71159]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99463, 40.71291]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99461, 40.71239]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99391, 40.71136]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99568, 40.71214]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99576, 40.71106]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99662, 40.71274]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99406, 40.71298]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Two Bridges'}, geometry: { type: 'Point', coordinates:[-73.99964, 40.70889]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Unionport'}, geometry: { type: 'Point', coordinates:[-73.8571, 40.82661]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Unionport'}, geometry: { type: 'Point', coordinates:[-73.85704, 40.8267]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Unionport'}, geometry: { type: 'Point', coordinates:[-73.854, 40.82704]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Unionport'}, geometry: { type: 'Point', coordinates:[-73.85203, 40.82598]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Unionport'}, geometry: { type: 'Point', coordinates:[-73.84957, 40.82972]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Unionport'}, geometry: { type: 'Point', coordinates:[-73.85719, 40.83093]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Unionport'}, geometry: { type: 'Point', coordinates:[-73.85466, 40.82848]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, University Heights'}, geometry: { type: 'Point', coordinates:[-73.90805, 40.85751]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Bronx, University Heights'}, geometry: { type: 'Point', coordinates:[-73.91081, 40.85538]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, University Heights'}, geometry: { type: 'Point', coordinates:[-73.91388, 40.85535]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, University Heights'}, geometry: { type: 'Point', coordinates:[-73.91189, 40.85989]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, University Heights'}, geometry: { type: 'Point', coordinates:[-73.90675, 40.85811]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, University Heights'}, geometry: { type: 'Point', coordinates:[-73.91391, 40.85487]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, University Heights'}, geometry: { type: 'Point', coordinates:[-73.90359, 40.86259]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, University Heights'}, geometry: { type: 'Point', coordinates:[-73.90946, 40.85624]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, University Heights'}, geometry: { type: 'Point', coordinates:[-73.90899, 40.8562]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, University Heights'}, geometry: { type: 'Point', coordinates:[-73.90899, 40.85771]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, University Heights'}, geometry: { type: 'Point', coordinates:[-73.90669, 40.86255]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, University Heights'}, geometry: { type: 'Point', coordinates:[-73.91594, 40.85711]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, University Heights'}, geometry: { type: 'Point', coordinates:[-73.90646, 40.85484]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, University Heights'}, geometry: { type: 'Point', coordinates:[-73.91181, 40.86048]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, University Heights'}, geometry: { type: 'Point', coordinates:[-73.91439, 40.85696]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, University Heights'}, geometry: { type: 'Point', coordinates:[-73.9149, 40.8568]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, University Heights'}, geometry: { type: 'Point', coordinates:[-73.91511, 40.86113]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, University Heights'}, geometry: { type: 'Point', coordinates:[-73.90288, 40.86084]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, University Heights'}, geometry: { type: 'Point', coordinates:[-73.90915, 40.85657]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, University Heights'}, geometry: { type: 'Point', coordinates:[-73.91359, 40.86074]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94651, 40.77808]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94974, 40.78402]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96071, 40.76201]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96246, 40.76749]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94988, 40.78494]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95572, 40.7717]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95336, 40.77538]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95512, 40.76937]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95909, 40.77122]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95108, 40.77127]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95727, 40.77105]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95025, 40.77341]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95725, 40.77085]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95711, 40.77296]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95745, 40.77299]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95533, 40.77467]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95166, 40.77197]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95719, 40.76301]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95174, 40.77751]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95182, 40.77919]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95064, 40.77768]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95562, 40.77481]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95032, 40.77737]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95083, 40.77209]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95726, 40.77484]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95686, 40.77059]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95122, 40.7818]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96583, 40.76374]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95871, 40.76438]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95299, 40.77515]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95151, 40.77637]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94902, 40.78417]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9561, 40.77766]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96044, 40.763]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95023, 40.77755]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96056, 40.76195]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95214, 40.76776]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95298, 40.779]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95348, 40.77386]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95641, 40.77481]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95489, 40.77439]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95711, 40.77774]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94927, 40.77593]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94725, 40.78222]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96103, 40.76143]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95174, 40.77677]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95556, 40.7718]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95493, 40.77127]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95304, 40.77575]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94551, 40.77564]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94921, 40.7759]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94943, 40.77176]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95588, 40.78145]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95212, 40.78134]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96093, 40.76275]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9594, 40.7673]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95433, 40.77656]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95721, 40.77569]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94889, 40.77921]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95841, 40.76459]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95567, 40.77263]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96744, 40.76451]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95029, 40.78086]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9469, 40.78351]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95694, 40.76955]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95615, 40.77075]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9633, 40.7644]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95734, 40.76836]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95176, 40.77712]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94997, 40.77721]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95606, 40.78378]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96056, 40.75962]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96144, 40.76477]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9505, 40.77883]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95071, 40.77927]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95175, 40.77196]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95635, 40.76503]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95173, 40.77687]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95503, 40.77477]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94616, 40.77257]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96443, 40.76262]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95866, 40.76621]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96183, 40.76203]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95311, 40.78555]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95303, 40.76719]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96045, 40.76312]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95352, 40.78079]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95413, 40.76703]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95269, 40.77065]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95201, 40.78402]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95523, 40.77428]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96181, 40.76643]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94816, 40.77391]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96393, 40.7631]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96161, 40.77032]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96745, 40.76713]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95207, 40.78512]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95082, 40.77856]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95431, 40.77251]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94524, 40.78306]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95626, 40.76717]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95725, 40.7706]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95738, 40.76911]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94991, 40.77722]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96208, 40.76139]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96056, 40.75993]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9555, 40.77516]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95301, 40.77726]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95265, 40.7761]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94968, 40.77227]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94882, 40.77092]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95451, 40.76747]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95655, 40.77019]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95575, 40.77751]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94559, 40.78317]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96227, 40.76413]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95171, 40.77318]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95153, 40.77519]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96766, 40.76327]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96272, 40.76072]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95143, 40.782]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96136, 40.7608]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95997, 40.77734]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95486, 40.76644]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95403, 40.76812]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96254, 40.7612]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94524, 40.77693]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94676, 40.7831]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95263, 40.77559]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95616, 40.76769]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95821, 40.77202]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94991, 40.77059]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95588, 40.77231]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94788, 40.77715]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96382, 40.76205]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94991, 40.77832]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96197, 40.76327]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96182, 40.76297]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9482, 40.7838]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95599, 40.77117]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96099, 40.75954]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94597, 40.77819]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95139, 40.77886]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95672, 40.76436]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95546, 40.7746]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95777, 40.77012]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96448, 40.76291]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95208, 40.7786]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95309, 40.77713]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95732, 40.77274]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96968, 40.7671]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96021, 40.75972]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95169, 40.77064]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95018, 40.78304]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95281, 40.77244]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95347, 40.77456]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95114, 40.77754]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95101, 40.77585]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95175, 40.77722]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96036, 40.76118]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95201, 40.78497]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96662, 40.76515]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95815, 40.77622]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95105, 40.7674]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9631, 40.76347]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94985, 40.77851]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94818, 40.77594]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96569, 40.76439]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94859, 40.77473]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95084, 40.77686]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96226, 40.77112]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94897, 40.77963]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94621, 40.78173]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95774, 40.7717]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95026, 40.77134]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95083, 40.77541]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95111, 40.76987]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95154, 40.77363]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95262, 40.7775]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95727, 40.77685]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95305, 40.7773]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94951, 40.77768]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96333, 40.76726]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95658, 40.77349]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9491, 40.77518]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95854, 40.78098]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95716, 40.77156]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95367, 40.76483]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95684, 40.77378]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96089, 40.76687]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96514, 40.76347]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96013, 40.75969]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96463, 40.76128]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95344, 40.77217]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95528, 40.78028]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9541, 40.77816]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96667, 40.76375]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95391, 40.78182]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.962, 40.76427]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95809, 40.76643]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95008, 40.78338]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95345, 40.76637]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96048, 40.76123]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95221, 40.77893]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95367, 40.76917]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95521, 40.7719]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95046, 40.78006]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95582, 40.76865]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95099, 40.77636]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95803, 40.77021]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95167, 40.77371]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95144, 40.77736]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95588, 40.77219]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95929, 40.76401]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95276, 40.7729]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96228, 40.77449]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96603, 40.76443]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95598, 40.77482]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95675, 40.77276]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94956, 40.76976]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95299, 40.78311]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95651, 40.77343]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96066, 40.7774]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95146, 40.77896]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94965, 40.77277]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95844, 40.76771]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9475, 40.78096]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94822, 40.78335]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94963, 40.78068]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9457, 40.78302]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95609, 40.76767]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96216, 40.76859]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95513, 40.76872]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95114, 40.77601]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96836, 40.76436]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95295, 40.78354]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95864, 40.77698]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95321, 40.77233]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96023, 40.75916]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9623, 40.77547]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94904, 40.76954]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95464, 40.76873]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94364, 40.77608]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95407, 40.77659]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95703, 40.77174]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9527, 40.77118]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95902, 40.77815]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95898, 40.76896]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94674, 40.77483]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95275, 40.77334]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94994, 40.77349]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95193, 40.77699]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95995, 40.76164]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95509, 40.76578]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95682, 40.76169]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95822, 40.77281]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9477, 40.76999]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95456, 40.76773]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96583, 40.76513]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94996, 40.7771]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95641, 40.77754]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95379, 40.77979]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9549, 40.77123]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95118, 40.77099]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95498, 40.77032]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95408, 40.77756]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95124, 40.77064]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94961, 40.76989]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95873, 40.78164]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9527, 40.77711]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95678, 40.77506]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95749, 40.77664]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96136, 40.76006]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95558, 40.77481]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94756, 40.77835]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9468, 40.77377]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95339, 40.78475]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95815, 40.77018]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94679, 40.77277]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94989, 40.78122]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95814, 40.76601]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9615, 40.76532]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95695, 40.78328]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95055, 40.77269]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96464, 40.76358]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94919, 40.77321]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95405, 40.77112]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94586, 40.78364]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95344, 40.77578]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95018, 40.77003]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95041, 40.77123]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95532, 40.76717]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95629, 40.77224]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96212, 40.77242]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96611, 40.7659]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9574, 40.77265]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96232, 40.76814]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94687, 40.78129]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96269, 40.76272]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94655, 40.78126]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95276, 40.77511]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9535, 40.77382]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96225, 40.7627]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95776, 40.77116]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95317, 40.76717]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95557, 40.77276]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96765, 40.76805]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95983, 40.76806]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95492, 40.77828]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95371, 40.77847]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9585, 40.76769]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94787, 40.77655]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95812, 40.76329]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94815, 40.77507]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94719, 40.77825]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96011, 40.76276]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95657, 40.77832]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94227, 40.7759]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95273, 40.78328]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95326, 40.76965]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95646, 40.76455]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94537, 40.7827]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95205, 40.77904]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95585, 40.77179]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9498, 40.77398]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96607, 40.76203]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95125, 40.76988]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95797, 40.77166]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95247, 40.77638]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95266, 40.77633]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95213, 40.77561]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95277, 40.77713]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94827, 40.78172]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94803, 40.78007]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94821, 40.77744]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95288, 40.78271]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95647, 40.77259]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94825, 40.78165]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94613, 40.7817]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94938, 40.77773]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95267, 40.77991]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94836, 40.77769]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95293, 40.77016]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9484, 40.77891]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95277, 40.7776]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95381, 40.76935]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95831, 40.76464]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94918, 40.77042]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95048, 40.78273]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95258, 40.76982]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94774, 40.77116]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95653, 40.76802]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95093, 40.77829]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95404, 40.77717]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94825, 40.7768]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95176, 40.78137]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95683, 40.76635]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95126, 40.77692]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95137, 40.77725]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94778, 40.78069]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96181, 40.76053]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95196, 40.77549]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96665, 40.76517]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94993, 40.77066]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95916, 40.75917]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96449, 40.76125]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94998, 40.77768]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95206, 40.78077]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94775, 40.77833]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95149, 40.78324]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96376, 40.76141]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95169, 40.7731]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96092, 40.76113]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95352, 40.76988]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96171, 40.76663]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95253, 40.78341]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9556, 40.77751]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95041, 40.77915]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9529, 40.77719]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96365, 40.76396]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96482, 40.76236]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95049, 40.77914]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94771, 40.7814]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9539, 40.76625]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95474, 40.77964]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96471, 40.76436]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95144, 40.76675]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.97038, 40.76656]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95643, 40.76756]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95772, 40.76386]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95827, 40.76236]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95156, 40.77736]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95988, 40.76955]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95274, 40.76798]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95092, 40.77924]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96449, 40.76288]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95604, 40.77222]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95735, 40.77125]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94791, 40.77651]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96155, 40.76137]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96236, 40.76128]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95857, 40.76715]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96157, 40.7629]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95672, 40.77572]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94693, 40.78315]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95289, 40.77631]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96177, 40.77688]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95359, 40.77759]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94647, 40.77752]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96422, 40.76709]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95152, 40.78047]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95205, 40.77065]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94715, 40.77285]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95343, 40.77553]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9476, 40.77459]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95058, 40.78235]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95193, 40.77357]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95165, 40.77927]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96013, 40.76103]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95988, 40.77203]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96222, 40.77735]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96026, 40.77646]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95224, 40.77516]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96622, 40.76217]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9602, 40.77793]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.949, 40.77487]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95753, 40.77278]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94892, 40.77482]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95306, 40.78389]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95875, 40.76574]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94969, 40.77595]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95873, 40.77102]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95332, 40.78226]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95735, 40.78465]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96291, 40.76086]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94877, 40.78246]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9499, 40.76913]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95422, 40.77606]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95807, 40.7697]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95173, 40.78062]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94768, 40.78315]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95149, 40.77742]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95863, 40.78039]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94848, 40.77097]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95497, 40.77054]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94748, 40.78295]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94861, 40.7818]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96075, 40.76248]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95808, 40.76226]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95344, 40.77203]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9496, 40.78145]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94803, 40.77571]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9501, 40.77878]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95078, 40.77673]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94962, 40.77936]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95544, 40.77222]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96472, 40.76885]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95888, 40.77093]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95683, 40.78531]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95627, 40.7711]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95385, 40.77323]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95704, 40.77951]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95874, 40.76938]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96189, 40.76354]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94875, 40.77499]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9456, 40.78222]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94993, 40.77878]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95508, 40.7709]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96251, 40.76324]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94723, 40.78305]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9518, 40.77936]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96238, 40.76247]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95113, 40.77708]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96237, 40.77316]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9454, 40.77785]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9536, 40.76866]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95329, 40.78042]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94851, 40.78189]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94872, 40.77613]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94694, 40.77189]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94838, 40.7823]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95227, 40.78124]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95353, 40.76883]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95043, 40.77459]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94865, 40.77885]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95486, 40.77478]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94685, 40.77959]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95248, 40.78415]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95479, 40.76909]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95035, 40.77135]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96102, 40.77448]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95176, 40.77291]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95162, 40.78092]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95149, 40.77459]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95284, 40.78002]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95621, 40.77995]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95088, 40.77382]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95307, 40.77272]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95529, 40.77167]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95028, 40.7786]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95762, 40.77186]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96675, 40.76483]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94461, 40.77594]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96111, 40.76672]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95957, 40.76703]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95361, 40.77421]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95862, 40.7648]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.954, 40.7668]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95992, 40.76043]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96166, 40.76299]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96118, 40.76744]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96754, 40.7692]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95004, 40.78167]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94717, 40.78164]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95186, 40.78057]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95367, 40.76856]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95127, 40.77954]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96881, 40.76263]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94763, 40.77155]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94764, 40.78343]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95702, 40.77065]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95786, 40.77158]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94791, 40.78194]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96204, 40.76026]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95971, 40.76725]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94944, 40.77081]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95164, 40.77586]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95073, 40.77854]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96775, 40.76861]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94943, 40.772]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95136, 40.77822]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96718, 40.76281]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95244, 40.77493]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9532, 40.7695]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95782, 40.76435]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95499, 40.78093]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95127, 40.77823]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95358, 40.77058]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95054, 40.77336]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95573, 40.77595]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95867, 40.77068]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95157, 40.77884]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9613, 40.76873]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95037, 40.78537]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9503, 40.77998]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95688, 40.76952]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95603, 40.76446]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95296, 40.77944]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96199, 40.76179]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95734, 40.77147]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95227, 40.76806]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94562, 40.77862]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94862, 40.7766]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96031, 40.77981]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94788, 40.77954]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95165, 40.77531]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94624, 40.77985]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96366, 40.76174]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95594, 40.77912]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94733, 40.77385]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95116, 40.77458]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96252, 40.76161]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9619, 40.76182]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95336, 40.76931]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96043, 40.76721]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95516, 40.77671]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95866, 40.7631]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96808, 40.76389]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95186, 40.77811]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95728, 40.77169]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95338, 40.76959]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95965, 40.76875]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95721, 40.76721]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96555, 40.76511]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95171, 40.76678]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95327, 40.76991]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96732, 40.76938]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96217, 40.76087]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94904, 40.77654]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95532, 40.76854]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95812, 40.77029]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9608, 40.76018]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95627, 40.77233]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94721, 40.7829]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95134, 40.77727]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94918, 40.77927]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9462, 40.78119]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9618, 40.76387]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9502, 40.77456]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96344, 40.77273]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96111, 40.77148]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95251, 40.77798]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95852, 40.78015]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94875, 40.78285]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95341, 40.76844]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95815, 40.77441]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9559, 40.77346]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95971, 40.76043]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96265, 40.76141]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94897, 40.77546]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94495, 40.77316]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95672, 40.77096]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94866, 40.78081]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94735, 40.78084]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94709, 40.78136]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94972, 40.77463]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95015, 40.77881]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95073, 40.77219]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94839, 40.77424]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96044, 40.76114]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9619, 40.76816]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94994, 40.77694]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96679, 40.76495]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95075, 40.77951]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95253, 40.76719]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95652, 40.77112]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95086, 40.77565]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95682, 40.77107]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94914, 40.77777]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94746, 40.7723]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94697, 40.77672]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96177, 40.76711]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94963, 40.77375]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96031, 40.7626]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95238, 40.77903]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94977, 40.77743]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95043, 40.77894]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95994, 40.76005]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94798, 40.77983]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95735, 40.77167]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95646, 40.78321]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95254, 40.77512]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94809, 40.77138]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96136, 40.76862]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95222, 40.77721]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95794, 40.76309]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94973, 40.78352]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95944, 40.77389]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94822, 40.77772]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95044, 40.78021]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95311, 40.7789]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9467, 40.77624]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96197, 40.77064]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95857, 40.78019]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94872, 40.78428]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96158, 40.76099]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95848, 40.77315]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94501, 40.77744]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95695, 40.77464]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94665, 40.77247]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95164, 40.77712]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94886, 40.77362]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95143, 40.77867]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9574, 40.77181]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95198, 40.77368]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94999, 40.77384]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94861, 40.777]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94862, 40.77933]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95205, 40.76796]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94974, 40.77422]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94916, 40.7718]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95109, 40.77398]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.961, 40.76114]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95901, 40.76744]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95587, 40.7729]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94852, 40.78161]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95166, 40.78296]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95555, 40.77397]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95275, 40.77905]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95213, 40.77258]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95803, 40.76644]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95121, 40.77867]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95253, 40.777]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95175, 40.78155]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95007, 40.76869]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96439, 40.76309]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95903, 40.77842]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96122, 40.76369]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94666, 40.77664]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95658, 40.77141]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9522, 40.7836]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95507, 40.76765]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95412, 40.78032]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96127, 40.76475]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94815, 40.77968]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95218, 40.78633]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95875, 40.76996]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95497, 40.76694]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9563, 40.77209]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96207, 40.76012]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95615, 40.77788]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94615, 40.77557]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96116, 40.7717]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96222, 40.76139]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95085, 40.78301]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96054, 40.76249]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95457, 40.77255]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94736, 40.7823]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94696, 40.77279]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95596, 40.7687]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96726, 40.76931]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95903, 40.7666]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95546, 40.78582]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95033, 40.77559]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94595, 40.77581]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95506, 40.76851]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95369, 40.76906]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95003, 40.7811]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94974, 40.78086]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95206, 40.77244]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94933, 40.77085]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95365, 40.76916]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95833, 40.76443]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95675, 40.77467]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96407, 40.76853]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.953, 40.77181]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94731, 40.7817]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95006, 40.78521]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96192, 40.76161]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94984, 40.77854]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96906, 40.76892]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95618, 40.77666]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95057, 40.77005]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95206, 40.7814]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9606, 40.7659]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95993, 40.76368]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95233, 40.76734]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95434, 40.7861]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95673, 40.77669]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96111, 40.77265]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96181, 40.76074]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9514, 40.77748]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95003, 40.77198]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94575, 40.7737]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96491, 40.76521]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95131, 40.77717]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95327, 40.77418]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95362, 40.77791]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96084, 40.76288]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.945, 40.78176]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95365, 40.76981]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96079, 40.75979]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95199, 40.77333]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95808, 40.76494]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95039, 40.77836]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95105, 40.7842]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94657, 40.78186]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95823, 40.76401]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95173, 40.77515]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94907, 40.78234]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94851, 40.78419]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94824, 40.77877]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95536, 40.77237]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95261, 40.78139]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95252, 40.78029]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94675, 40.7813]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94809, 40.78051]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96166, 40.76754]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94691, 40.78293]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96165, 40.76607]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96075, 40.76021]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95252, 40.76944]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96097, 40.76044]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95208, 40.77026]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95819, 40.76471]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94657, 40.77776]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95071, 40.775]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95353, 40.77138]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94915, 40.77678]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95335, 40.77566]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94491, 40.77878]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96084, 40.76201]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96045, 40.76035]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94797, 40.78175]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96257, 40.77034]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9566, 40.76973]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96588, 40.76162]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94996, 40.78333]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95483, 40.77126]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96309, 40.76751]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96031, 40.76158]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94653, 40.77795]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96358, 40.76212]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94775, 40.7787]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95744, 40.77243]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95525, 40.77695]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96163, 40.76533]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94808, 40.78158]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95082, 40.78013]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9515, 40.77043]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94816, 40.78065]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95509, 40.76969]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94782, 40.7739]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95678, 40.78517]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95239, 40.78339]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94773, 40.77703]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95498, 40.76858]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94688, 40.78045]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95588, 40.78513]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95017, 40.77871]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94723, 40.78365]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94849, 40.78317]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94667, 40.78157]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94977, 40.77513]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95804, 40.76816]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96115, 40.75988]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96196, 40.76395]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95015, 40.77861]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95323, 40.77456]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95223, 40.78183]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95113, 40.77251]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9486, 40.77848]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9495, 40.7771]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96538, 40.76172]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95145, 40.77181]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95463, 40.77667]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9518, 40.78001]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94905, 40.77246]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94857, 40.77538]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95471, 40.76749]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.949, 40.76927]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95196, 40.77168]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95043, 40.77746]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96153, 40.76371]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95015, 40.77292]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95394, 40.77546]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95725, 40.76295]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95616, 40.7737]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94982, 40.77455]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95017, 40.77832]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95967, 40.76326]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95577, 40.77544]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95149, 40.78069]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94974, 40.77895]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95266, 40.78168]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95321, 40.77759]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96797, 40.76772]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95119, 40.77597]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95094, 40.78015]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96009, 40.76304]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9572, 40.77233]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95235, 40.77209]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95482, 40.77988]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95473, 40.77789]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96045, 40.77234]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95629, 40.76831]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95096, 40.77713]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95815, 40.76985]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9501, 40.77262]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95357, 40.77353]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95572, 40.7752]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94714, 40.78124]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95423, 40.78029]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95443, 40.7713]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9541, 40.769]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94652, 40.7802]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94983, 40.77898]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96228, 40.76887]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95325, 40.77615]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96183, 40.77002]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94821, 40.7846]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95571, 40.77441]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96856, 40.76756]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94747, 40.77566]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95692, 40.77441]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95716, 40.77016]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9587, 40.764]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95487, 40.76873]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95245, 40.77556]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96018, 40.7681]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9593, 40.76968]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95137, 40.77349]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95971, 40.76943]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96192, 40.76951]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9537, 40.77195]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95849, 40.77173]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96062, 40.76071]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95509, 40.77055]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95556, 40.77537]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95405, 40.77924]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95671, 40.77126]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96249, 40.76451]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94754, 40.77905]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.959, 40.78208]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94726, 40.77752]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9533, 40.77564]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95162, 40.77847]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95495, 40.7672]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95449, 40.77682]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9502, 40.7771]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95505, 40.77688]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95042, 40.77171]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95756, 40.77249]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95045, 40.77301]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95427, 40.77172]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95857, 40.7732]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96043, 40.7673]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95069, 40.77962]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94862, 40.77928]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95722, 40.76704]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95449, 40.77019]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95513, 40.77655]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95193, 40.77747]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9676, 40.76646]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94988, 40.78124]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95637, 40.77058]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94763, 40.77989]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94643, 40.77414]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96098, 40.76014]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95343, 40.77376]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95553, 40.76866]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95293, 40.77533]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95459, 40.77331]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95225, 40.77349]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95578, 40.7744]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95632, 40.77016]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9542, 40.77595]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94677, 40.78007]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95808, 40.77162]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96393, 40.76777]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9602, 40.76067]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95223, 40.77799]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95082, 40.7732]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94862, 40.77941]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95163, 40.77065]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95456, 40.767]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9535, 40.7688]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94877, 40.7837]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96266, 40.76279]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94893, 40.77143]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95947, 40.77018]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94965, 40.77914]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95128, 40.77205]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95841, 40.76516]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94897, 40.77163]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9539, 40.76996]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94745, 40.77288]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95568, 40.7713]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96394, 40.76352]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94904, 40.77598]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94757, 40.77076]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95194, 40.76811]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95566, 40.77285]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96066, 40.76174]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96124, 40.76102]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95628, 40.77429]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96205, 40.76266]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95967, 40.77108]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94556, 40.7834]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95132, 40.77532]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9493, 40.77254]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95854, 40.7664]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95372, 40.77697]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95191, 40.78482]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94682, 40.77524]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9466, 40.78115]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94543, 40.77972]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96222, 40.76105]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94839, 40.78213]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96009, 40.76276]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95322, 40.77628]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95152, 40.77948]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95359, 40.78612]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95664, 40.77099]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95034, 40.76923]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94974, 40.78474]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95745, 40.7843]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94995, 40.77409]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94917, 40.77275]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9537, 40.77685]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94592, 40.78353]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96001, 40.76481]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95086, 40.77643]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95071, 40.77903]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95812, 40.77039]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9603, 40.76222]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.97107, 40.76642]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95695, 40.77412]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94778, 40.7795]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9693, 40.7644]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96337, 40.76521]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94862, 40.77097]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95238, 40.77528]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95668, 40.76545]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96105, 40.75991]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.954, 40.78026]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94988, 40.76903]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94848, 40.77334]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95561, 40.7709]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94998, 40.77316]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95418, 40.77372]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95868, 40.76516]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95651, 40.76481]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95687, 40.7848]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95093, 40.7836]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95916, 40.76323]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95469, 40.76885]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94813, 40.78024]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96045, 40.762]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96201, 40.7636]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95559, 40.77672]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94671, 40.77102]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95929, 40.78009]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95298, 40.76692]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96301, 40.76217]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94893, 40.77778]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94556, 40.78318]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94547, 40.77932]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94983, 40.78095]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9534, 40.77141]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96152, 40.7613]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95843, 40.76731]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95154, 40.77707]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95177, 40.77629]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95308, 40.77765]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94829, 40.77132]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9461, 40.77399]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9485, 40.77108]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94977, 40.77975]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95067, 40.77331]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95421, 40.77339]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96058, 40.76242]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94833, 40.77265]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94673, 40.78266]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95625, 40.77666]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96734, 40.76282]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95499, 40.77543]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95983, 40.76266]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95428, 40.76675]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9546, 40.77687]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95979, 40.76876]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95443, 40.76578]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95097, 40.78411]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95128, 40.78042]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9476, 40.78234]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94856, 40.7844]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95754, 40.77585]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95145, 40.76991]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95344, 40.78312]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94893, 40.77426]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95501, 40.77686]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95238, 40.77407]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96763, 40.76875]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96163, 40.76928]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95133, 40.78343]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96614, 40.76942]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95236, 40.76769]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94823, 40.7839]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95183, 40.78025]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94851, 40.77984]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95218, 40.78396]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95211, 40.77907]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95517, 40.77107]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94775, 40.78151]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95848, 40.77345]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95346, 40.76858]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94967, 40.78478]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96135, 40.76095]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95632, 40.77693]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95715, 40.78412]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96143, 40.76095]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94662, 40.78316]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94786, 40.78423]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96406, 40.76163]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96734, 40.76301]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95697, 40.76982]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9501, 40.77129]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94841, 40.78216]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95412, 40.78096]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96595, 40.76373]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95604, 40.76814]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94735, 40.77267]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94956, 40.77084]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95495, 40.77625]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95973, 40.75929]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96896, 40.76283]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95212, 40.77023]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94748, 40.77466]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94783, 40.77445]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96019, 40.76117]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95065, 40.77566]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95649, 40.76508]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94942, 40.78368]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95652, 40.77707]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9457, 40.77401]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95623, 40.76473]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95594, 40.77097]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95383, 40.77773]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95266, 40.77509]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96156, 40.76833]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96581, 40.76398]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95226, 40.77464]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95811, 40.77084]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96217, 40.76249]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94813, 40.77635]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95584, 40.77594]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95583, 40.77169]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94822, 40.778]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94725, 40.78399]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96074, 40.76666]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9609, 40.76151]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95369, 40.76797]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95826, 40.76884]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9652, 40.76129]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94659, 40.78314]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94723, 40.78132]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95892, 40.76765]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95528, 40.77221]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94822, 40.77669]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95925, 40.76076]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96562, 40.76516]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94811, 40.78074]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95694, 40.76911]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95604, 40.76995]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95428, 40.77648]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95402, 40.77357]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95948, 40.77396]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94687, 40.77688]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95965, 40.77098]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94489, 40.78331]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95104, 40.7786]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9539, 40.77553]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95967, 40.7593]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95745, 40.76937]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9485, 40.77178]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95498, 40.77134]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95365, 40.77017]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94772, 40.77942]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95979, 40.77343]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96509, 40.76791]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95307, 40.7686]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94916, 40.78104]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95812, 40.7651]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95326, 40.77585]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96114, 40.75985]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96005, 40.77157]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96426, 40.76161]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96245, 40.76852]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95866, 40.76273]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9524, 40.76975]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94588, 40.77996]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95436, 40.76939]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96133, 40.76035]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95564, 40.77045]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95722, 40.76177]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94768, 40.77828]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96074, 40.76172]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95438, 40.78555]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95507, 40.76666]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9569, 40.77007]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94626, 40.77614]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.948, 40.77241]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96686, 40.76876]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95323, 40.7682]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95594, 40.77296]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9467, 40.78098]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95647, 40.76834]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96453, 40.76649]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95837, 40.76835]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96283, 40.77305]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96158, 40.77815]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96755, 40.76798]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95106, 40.77619]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95705, 40.7687]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95666, 40.77058]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94802, 40.77715]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.951, 40.77604]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94913, 40.77388]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96323, 40.77255]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95261, 40.76923]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95077, 40.77435]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94957, 40.77775]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95949, 40.77079]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95357, 40.77505]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95148, 40.77878]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95911, 40.76453]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95774, 40.76429]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9551, 40.76723]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95557, 40.76525]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9587, 40.76667]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96973, 40.76719]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95812, 40.7658]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95226, 40.78237]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9548, 40.76977]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96034, 40.7685]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95248, 40.77648]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94699, 40.78187]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95202, 40.77569]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95988, 40.76568]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9528, 40.78614]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95332, 40.78508]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96118, 40.76832]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9528, 40.77182]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94984, 40.77468]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9637, 40.76282]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95507, 40.77553]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95662, 40.76615]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96144, 40.76648]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94587, 40.77668]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96683, 40.77052]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96302, 40.76227]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95654, 40.77487]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96321, 40.76892]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94994, 40.77707]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9516, 40.77762]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95358, 40.76719]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94715, 40.78228]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94678, 40.78139]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95179, 40.76732]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94878, 40.78429]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95495, 40.76882]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95302, 40.77587]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94693, 40.77626]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95101, 40.77399]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95249, 40.78032]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95209, 40.78179]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96973, 40.76786]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94863, 40.78401]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95193, 40.77834]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95154, 40.78369]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95525, 40.77673]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95427, 40.7794]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95967, 40.76893]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95419, 40.76731]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95331, 40.77032]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96169, 40.76449]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95627, 40.77618]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95029, 40.77537]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95045, 40.7682]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94939, 40.77993]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95668, 40.76712]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94773, 40.77194]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95435, 40.76904]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94607, 40.77398]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94854, 40.77433]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95452, 40.77968]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95566, 40.77585]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9517, 40.76906]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94855, 40.76928]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95858, 40.76218]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96809, 40.76258]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.97118, 40.76615]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95198, 40.78166]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95335, 40.77667]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94602, 40.77456]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94571, 40.78231]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94581, 40.78306]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94806, 40.7796]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95861, 40.76746]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95712, 40.7741]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94628, 40.77861]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96507, 40.76284]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96684, 40.76346]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9541, 40.77375]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95126, 40.77094]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95318, 40.77837]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95191, 40.77843]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95911, 40.76693]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94791, 40.78222]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96038, 40.77705]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9557, 40.77579]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94769, 40.77458]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95882, 40.76146]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9519, 40.77409]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95519, 40.77695]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95573, 40.77603]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9511, 40.77719]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95189, 40.76991]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9539, 40.77857]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95917, 40.75977]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94949, 40.78206]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96203, 40.76684]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96245, 40.76397]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94935, 40.77799]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94832, 40.77495]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95897, 40.77287]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94968, 40.77154]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9547, 40.77327]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95037, 40.77614]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96392, 40.76749]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94896, 40.77507]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95059, 40.77858]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96874, 40.76519]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94688, 40.77759]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94729, 40.77357]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94976, 40.78073]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95437, 40.77542]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9547, 40.78242]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96053, 40.76269]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95502, 40.77018]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95567, 40.77323]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94728, 40.77844]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95589, 40.77006]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95164, 40.78277]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94653, 40.78031]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95908, 40.77444]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95259, 40.77416]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96565, 40.76719]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9524, 40.77574]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95472, 40.7758]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95652, 40.7773]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95946, 40.77089]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95504, 40.77408]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95534, 40.77183]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96068, 40.76044]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95339, 40.77205]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95491, 40.77025]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96005, 40.76235]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94524, 40.77604]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95604, 40.77277]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9632, 40.76256]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9556, 40.7687]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95505, 40.77641]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95515, 40.76915]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95556, 40.77588]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96028, 40.7606]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9508, 40.78491]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96694, 40.76941]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95541, 40.76572]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94951, 40.77452]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95688, 40.77519]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95922, 40.76714]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94646, 40.78331]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96109, 40.77041]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95297, 40.77979]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96628, 40.76404]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95294, 40.78406]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94924, 40.77924]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96414, 40.7613]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96193, 40.77254]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95061, 40.7761]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95874, 40.77493]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95631, 40.77226]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95343, 40.77388]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9503, 40.78495]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95843, 40.77097]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95858, 40.76824]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94647, 40.78165]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95923, 40.77207]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95137, 40.78394]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94709, 40.78351]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94903, 40.77383]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95771, 40.777]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95248, 40.77395]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9476, 40.77638]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.947, 40.78179]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95815, 40.76127]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95454, 40.77454]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9562, 40.76618]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94638, 40.77574]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95301, 40.78078]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95149, 40.78071]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9589, 40.7701]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95115, 40.7695]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96374, 40.76237]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95738, 40.7729]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96713, 40.76178]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9502, 40.77584]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95002, 40.76955]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96422, 40.7627]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95072, 40.77581]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95441, 40.77006]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95599, 40.77207]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95757, 40.77977]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95275, 40.78352]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95252, 40.77394]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95526, 40.77029]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96032, 40.7608]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95734, 40.78057]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94865, 40.76924]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94713, 40.77634]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94717, 40.78207]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95835, 40.76956]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96294, 40.76105]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96042, 40.76186]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95519, 40.77856]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94858, 40.77865]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95035, 40.77344]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96811, 40.76425]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9556, 40.77252]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94606, 40.77761]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95804, 40.76494]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94973, 40.77949]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95675, 40.76527]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96598, 40.76328]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95834, 40.7652]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96114, 40.77788]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95287, 40.77534]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94665, 40.77608]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96104, 40.76117]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94804, 40.77987]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95101, 40.7822]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96725, 40.76302]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95337, 40.78491]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95301, 40.77414]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95985, 40.76246]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9598, 40.76138]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95994, 40.76301]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94892, 40.76952]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95357, 40.7734]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94997, 40.78535]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95454, 40.77196]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95734, 40.77037]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95041, 40.78397]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9475, 40.7755]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95883, 40.77724]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94995, 40.77261]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95178, 40.7806]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95691, 40.77001]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95938, 40.76391]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94725, 40.77984]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95093, 40.76812]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95864, 40.76725]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96029, 40.75965]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96172, 40.77194]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96775, 40.76272]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95918, 40.76782]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96546, 40.7618]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95054, 40.77882]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94967, 40.77359]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95208, 40.76976]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94802, 40.78025]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95275, 40.7696]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96031, 40.76244]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95208, 40.77625]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95522, 40.77059]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96339, 40.76092]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95025, 40.77958]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96153, 40.77979]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96071, 40.75969]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9568, 40.77045]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9545, 40.77018]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95405, 40.77467]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95761, 40.7729]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94865, 40.77359]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95744, 40.76868]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95416, 40.7708]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95697, 40.76309]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9569, 40.76184]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95635, 40.76644]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95367, 40.77711]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95381, 40.78305]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95175, 40.78093]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95363, 40.77428]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96047, 40.78046]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95296, 40.77486]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95103, 40.77484]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96215, 40.76244]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95832, 40.76339]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95069, 40.78103]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96795, 40.7649]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95376, 40.77744]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95325, 40.77427]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94567, 40.7811]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94651, 40.77655]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9576, 40.76996]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9501, 40.77416]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95224, 40.76658]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94677, 40.77617]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95964, 40.76096]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9619, 40.76112]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95319, 40.76966]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95089, 40.77727]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95581, 40.76833]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95153, 40.77978]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95142, 40.78464]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95011, 40.78278]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95295, 40.77161]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94866, 40.7754]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96156, 40.76102]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95694, 40.77878]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95123, 40.77681]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96633, 40.76218]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95929, 40.76831]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96724, 40.76792]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95268, 40.77032]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95829, 40.77038]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95021, 40.76928]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95233, 40.77653]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94826, 40.78202]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95371, 40.76775]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95409, 40.77976]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95548, 40.76352]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95283, 40.77669]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96252, 40.76258]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96327, 40.77469]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94733, 40.77919]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95067, 40.77469]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96038, 40.76284]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95969, 40.76349]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95495, 40.77065]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95419, 40.77905]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96298, 40.76189]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96165, 40.76225]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95406, 40.77887]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94617, 40.78171]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94962, 40.77847]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95541, 40.7814]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95624, 40.77883]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95707, 40.78462]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95242, 40.77489]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95273, 40.77038]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94822, 40.77347]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94532, 40.78305]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95056, 40.78539]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9573, 40.7661]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95434, 40.77741]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9474, 40.78185]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96085, 40.76801]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95013, 40.78073]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95557, 40.77043]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95029, 40.7732]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9556, 40.77631]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95801, 40.76483]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95424, 40.77072]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95812, 40.76981]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96759, 40.76458]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95961, 40.77567]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94981, 40.77264]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94803, 40.77372]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94939, 40.78451]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9612, 40.76327]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96612, 40.76422]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94973, 40.77138]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95873, 40.77093]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95496, 40.76769]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95364, 40.78265]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95402, 40.76841]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9467, 40.77718]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95476, 40.77744]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95544, 40.77421]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96127, 40.76181]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94857, 40.77486]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95182, 40.78056]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94714, 40.77791]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95723, 40.76875]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94982, 40.77327]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9451, 40.78271]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95141, 40.77554]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95618, 40.78481]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95789, 40.77253]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95616, 40.77635]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95173, 40.7732]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95684, 40.77374]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94828, 40.78385]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95096, 40.77773]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94965, 40.77439]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96083, 40.76051]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9462, 40.77613]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96126, 40.77648]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94824, 40.77313]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95715, 40.76718]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95824, 40.76505]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95198, 40.78133]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94616, 40.77641]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94932, 40.774]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95669, 40.77392]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95458, 40.77632]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95877, 40.76886]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95801, 40.76496]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96624, 40.76312]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95791, 40.76555]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95787, 40.77128]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95712, 40.77698]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95831, 40.76499]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94496, 40.77561]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95292, 40.78191]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95159, 40.77989]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96726, 40.76221]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95124, 40.77627]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95275, 40.77237]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95819, 40.77063]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94945, 40.77504]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95479, 40.76877]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95967, 40.76405]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95257, 40.77266]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95807, 40.76902]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96183, 40.76173]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94779, 40.77716]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95334, 40.76834]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96653, 40.76178]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94844, 40.78217]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96395, 40.76261]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95541, 40.78614]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96372, 40.76066]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96705, 40.76942]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9534, 40.76935]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95834, 40.76588]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95493, 40.77395]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95756, 40.77885]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9475, 40.78162]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9626, 40.76235]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94647, 40.78302]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95246, 40.77626]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95099, 40.78193]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95461, 40.77462]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9638, 40.76537]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94686, 40.78245]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95214, 40.78112]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95895, 40.76358]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95062, 40.77602]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95547, 40.7638]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9485, 40.7844]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94693, 40.78179]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95175, 40.77127]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95294, 40.7751]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94546, 40.78352]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96157, 40.76021]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95265, 40.76685]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96222, 40.77014]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94689, 40.77289]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96009, 40.76097]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9543, 40.7755]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94941, 40.77229]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95101, 40.77756]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95214, 40.77997]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95046, 40.77849]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95452, 40.78113]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96638, 40.76278]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95173, 40.77021]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94734, 40.78167]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94634, 40.7776]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95674, 40.7684]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96562, 40.76866]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95307, 40.77968]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95391, 40.76761]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95175, 40.77321]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95312, 40.76758]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95206, 40.77675]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95056, 40.77878]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9553, 40.77511]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95405, 40.77568]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94879, 40.77993]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95619, 40.77384]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95155, 40.76651]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94844, 40.7745]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96258, 40.76965]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9482, 40.78278]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95216, 40.77081]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95559, 40.7674]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96195, 40.76216]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94694, 40.7829]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95489, 40.78521]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95003, 40.78079]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9454, 40.78271]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94871, 40.78324]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95034, 40.77098]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95299, 40.78276]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94865, 40.77645]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95895, 40.77226]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96086, 40.76142]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9589, 40.76398]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95043, 40.78321]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95272, 40.7722]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9695, 40.7672]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95967, 40.77929]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95865, 40.77964]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95069, 40.78023]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95386, 40.77345]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96063, 40.76092]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95651, 40.77139]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9558, 40.76767]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95692, 40.7699]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95427, 40.76615]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94819, 40.77668]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96168, 40.76579]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95309, 40.78071]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95731, 40.77789]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94884, 40.78193]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95075, 40.77526]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95766, 40.77139]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9539, 40.77792]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95014, 40.77653]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95205, 40.77883]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95628, 40.77579]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96683, 40.76365]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95096, 40.77817]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96547, 40.76404]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94442, 40.77704]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95574, 40.77471]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96042, 40.76137]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95983, 40.77226]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95919, 40.7683]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9499, 40.77053]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94841, 40.76931]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95375, 40.76897]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95573, 40.77154]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95427, 40.76864]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95441, 40.77601]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.964, 40.76692]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9581, 40.76894]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96561, 40.77423]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9574, 40.7662]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95121, 40.77149]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94917, 40.77873]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95705, 40.76206]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95126, 40.76705]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94699, 40.78354]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95236, 40.7754]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95944, 40.76684]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94802, 40.77837]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95744, 40.77118]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95016, 40.77243]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95288, 40.78269]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95333, 40.77526]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95395, 40.78292]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95618, 40.77518]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9498, 40.78061]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95686, 40.76408]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95669, 40.76517]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94642, 40.77758]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95361, 40.77775]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96227, 40.76015]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96366, 40.76716]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94763, 40.77219]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95554, 40.77509]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95007, 40.77371]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95108, 40.78075]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94986, 40.77372]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95166, 40.76663]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94895, 40.77382]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9593, 40.76464]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95476, 40.7677]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9583, 40.76321]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95093, 40.78101]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95771, 40.76529]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95472, 40.77681]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94788, 40.77406]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9524, 40.77699]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95755, 40.77366]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96145, 40.77042]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96029, 40.7604]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96273, 40.76141]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95533, 40.76749]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9535, 40.77905]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95382, 40.77327]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9557, 40.76739]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9572, 40.7694]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96022, 40.75954]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95254, 40.7851]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95913, 40.77114]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9601, 40.76191]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96031, 40.78013]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9467, 40.77265]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95688, 40.78117]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95616, 40.77688]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95121, 40.78119]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95915, 40.76257]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95902, 40.76904]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9516, 40.76917]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94829, 40.78174]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94743, 40.77817]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95753, 40.76676]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95456, 40.77943]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95832, 40.7734]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96134, 40.76241]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95353, 40.76953]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95183, 40.77548]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95779, 40.77734]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96704, 40.76305]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9557, 40.76929]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95045, 40.78081]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95337, 40.77585]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95771, 40.76996]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95335, 40.77506]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95884, 40.76348]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95326, 40.77225]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95553, 40.76703]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95851, 40.77117]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95166, 40.77614]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95536, 40.77502]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94842, 40.775]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94789, 40.77286]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94928, 40.76999]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95915, 40.76574]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95759, 40.77057]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96428, 40.76249]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9504, 40.76939]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94958, 40.77742]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95986, 40.76761]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95123, 40.78255]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96187, 40.76067]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9615, 40.761]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96862, 40.76882]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95393, 40.77168]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95447, 40.76729]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95194, 40.78135]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95097, 40.77181]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94774, 40.77751]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95013, 40.77106]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95143, 40.77359]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95419, 40.7661]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95334, 40.77096]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94977, 40.78268]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95499, 40.78079]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95485, 40.77052]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95328, 40.76873]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94592, 40.77734]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95402, 40.77186]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95862, 40.76501]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94914, 40.78465]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94851, 40.78125]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9588, 40.76364]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96192, 40.76313]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94864, 40.77963]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95104, 40.77787]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95033, 40.77127]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95481, 40.76838]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.951, 40.77389]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96262, 40.76553]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.9483, 40.77556]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95992, 40.76137]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95029, 40.78016]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95498, 40.77883]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95951, 40.76804]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96831, 40.76335]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.94825, 40.78284]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95322, 40.77107]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.95786, 40.77423]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper East Side'}, geometry: { type: 'Point', coordinates:[-73.96257, 40.7604]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9831, 40.76785]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96926, 40.78802]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97325, 40.78488]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97264, 40.78628]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96737, 40.7957]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97417, 40.79224]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97675, 40.79284]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96954, 40.79566]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96566, 40.79961]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96638, 40.80034]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97332, 40.79465]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96884, 40.79409]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96324, 40.79791]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97518, 40.78981]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97555, 40.79517]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96962, 40.79907]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97477, 40.79155]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97408, 40.79224]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97274, 40.79774]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96282, 40.80115]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96523, 40.79962]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9671, 40.79114]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9681, 40.79866]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96592, 40.80244]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97699, 40.77724]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98729, 40.77317]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97875, 40.78015]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98412, 40.78089]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97969, 40.78806]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98321, 40.78143]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9618, 40.79788]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97809, 40.79159]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9754, 40.78487]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96168, 40.7986]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97493, 40.79583]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97403, 40.79577]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96413, 40.79983]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97996, 40.77848]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97858, 40.7838]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98192, 40.77529]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98732, 40.77775]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98083, 40.77097]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9757, 40.79408]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96985, 40.78689]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97787, 40.77929]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97709, 40.79145]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9847, 40.76858]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97021, 40.78913]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98409, 40.77804]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97827, 40.77701]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96458, 40.80263]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9782, 40.79119]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98151, 40.78105]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96394, 40.80078]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97667, 40.77701]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97182, 40.79889]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96683, 40.79086]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96835, 40.7872]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98507, 40.77906]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97627, 40.77942]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9697, 40.79741]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97018, 40.79799]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96849, 40.79398]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97091, 40.79118]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98098, 40.77956]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96529, 40.79997]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96741, 40.80289]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96812, 40.80253]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96767, 40.78826]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96626, 40.80029]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98269, 40.77639]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9615, 40.80137]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98684, 40.77565]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98247, 40.77533]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97111, 40.78528]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97392, 40.79517]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9658, 40.79405]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96683, 40.80181]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98067, 40.77812]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9601, 40.80032]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98321, 40.77137]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97579, 40.78501]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96824, 40.79469]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98258, 40.77855]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.988, 40.77031]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96775, 40.80031]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98081, 40.7823]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98709, 40.77902]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9783, 40.78414]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96881, 40.79827]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96205, 40.79722]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97293, 40.78737]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98382, 40.78184]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97468, 40.78587]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9767, 40.78068]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.95996, 40.79879]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96795, 40.79917]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96614, 40.79069]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97339, 40.78618]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98437, 40.77864]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97927, 40.79009]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98159, 40.77509]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97851, 40.78325]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98184, 40.77468]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97116, 40.78787]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98462, 40.77997]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97087, 40.7925]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96459, 40.80274]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97293, 40.79099]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96643, 40.80135]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9647, 40.79468]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97574, 40.78017]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.95941, 40.80034]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97649, 40.78571]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98252, 40.77406]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96497, 40.80165]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97665, 40.79394]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9786, 40.77567]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98104, 40.77865]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98046, 40.77992]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96564, 40.79182]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96825, 40.78986]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98439, 40.78012]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97366, 40.79173]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97267, 40.7906]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98809, 40.77715]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97345, 40.79141]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96583, 40.79569]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96606, 40.79312]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98371, 40.76877]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98743, 40.76998]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96628, 40.79413]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97893, 40.77428]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96807, 40.80185]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97927, 40.78334]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96313, 40.79877]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96717, 40.79176]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9705, 40.793]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98023, 40.78748]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96634, 40.80272]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98207, 40.7822]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97275, 40.78664]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97077, 40.79458]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97927, 40.7813]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96986, 40.78996]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96747, 40.79181]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97512, 40.77872]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97349, 40.79496]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97758, 40.78792]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97069, 40.78585]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97005, 40.78698]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96043, 40.80115]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97015, 40.78721]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96649, 40.79874]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96459, 40.80001]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97802, 40.78353]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98818, 40.78046]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97562, 40.79247]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98689, 40.76938]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98162, 40.76941]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96076, 40.80101]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96468, 40.80085]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96441, 40.80012]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97466, 40.78385]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96803, 40.8037]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97335, 40.79061]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96235, 40.79927]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96285, 40.79655]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96088, 40.80004]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96163, 40.80094]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96881, 40.78779]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96348, 40.79693]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98407, 40.77706]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97098, 40.79744]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97476, 40.79221]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97586, 40.78622]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98638, 40.76977]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97939, 40.77777]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98615, 40.77055]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98222, 40.77773]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9848, 40.76973]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96828, 40.79498]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98874, 40.77391]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97862, 40.78484]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97191, 40.79345]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97318, 40.79]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98008, 40.78839]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96069, 40.79872]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97513, 40.79407]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97416, 40.78099]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97757, 40.77571]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9659, 40.7937]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.99381, 40.77236]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96588, 40.79424]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97108, 40.79215]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96332, 40.79738]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96886, 40.79312]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9664, 40.79563]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96988, 40.78531]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97665, 40.78428]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96875, 40.79939]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96792, 40.79847]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97787, 40.78461]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98426, 40.78039]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97815, 40.78429]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96655, 40.79446]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96143, 40.80168]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96386, 40.80273]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97547, 40.78475]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96831, 40.80355]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98906, 40.77146]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98888, 40.77326]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97845, 40.78378]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96962, 40.80189]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98572, 40.78129]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97202, 40.79785]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98225, 40.78136]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97596, 40.77901]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97701, 40.77824]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97644, 40.78203]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97565, 40.79422]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98937, 40.77636]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97481, 40.79246]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97645, 40.77851]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9688, 40.80191]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.99065, 40.7713]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96695, 40.80237]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9698, 40.80356]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97997, 40.77999]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96242, 40.79558]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98507, 40.77088]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97095, 40.78692]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96179, 40.7965]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97837, 40.77976]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98067, 40.78784]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96704, 40.79921]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97482, 40.78352]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97299, 40.79476]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97805, 40.78731]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98829, 40.77517]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96078, 40.80055]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96388, 40.79334]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98481, 40.77077]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96734, 40.794]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97189, 40.78687]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96529, 40.80125]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98242, 40.77763]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97758, 40.77713]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98035, 40.77607]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97796, 40.78156]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97939, 40.77905]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96378, 40.80114]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96586, 40.7955]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97704, 40.78558]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97729, 40.7771]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97613, 40.79277]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96896, 40.79012]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9789, 40.78937]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97723, 40.78888]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97333, 40.79433]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96874, 40.80417]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97816, 40.78487]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97869, 40.78544]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9773, 40.7872]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97319, 40.79166]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96281, 40.79972]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97567, 40.78052]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96642, 40.7936]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9832, 40.76845]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97539, 40.7856]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97262, 40.79241]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97452, 40.79082]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98291, 40.7767]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98262, 40.77722]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96727, 40.79163]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97917, 40.78146]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97264, 40.78989]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96409, 40.8016]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97844, 40.78663]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98011, 40.77673]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96721, 40.79388]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9738, 40.78388]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96404, 40.79998]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97319, 40.78273]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97285, 40.79781]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98485, 40.77616]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96772, 40.80114]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97438, 40.78292]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98831, 40.775]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96035, 40.80056]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96802, 40.78923]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98907, 40.77208]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97321, 40.79827]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96769, 40.79893]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96809, 40.791]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97376, 40.79397]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97161, 40.7975]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97269, 40.78316]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96583, 40.79534]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9626, 40.79954]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96645, 40.79113]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97529, 40.78383]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98367, 40.7819]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96417, 40.79773]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96138, 40.79985]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97845, 40.77873]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96459, 40.79992]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97636, 40.78293]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98081, 40.78081]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97203, 40.78284]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96411, 40.79982]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96086, 40.79915]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9767, 40.77555]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97289, 40.78448]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96607, 40.79918]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97008, 40.78635]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96211, 40.8005]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98387, 40.7764]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97402, 40.78892]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98605, 40.77988]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96838, 40.80004]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98148, 40.7751]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.99046, 40.7719]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96407, 40.8006]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96264, 40.8018]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98061, 40.77088]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9711, 40.79973]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9776, 40.78966]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97309, 40.78304]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97404, 40.7939]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96862, 40.7886]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98762, 40.77782]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9763, 40.78488]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.95994, 40.80038]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97088, 40.79641]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97418, 40.78898]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97273, 40.79167]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96855, 40.78743]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97574, 40.77813]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98964, 40.77112]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9666, 40.8022]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.969, 40.80268]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96382, 40.79882]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96862, 40.79219]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98475, 40.78124]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96495, 40.80314]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96696, 40.79528]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96741, 40.79354]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.95843, 40.80028]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98842, 40.77127]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98976, 40.77158]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98674, 40.77068]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98054, 40.77621]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96434, 40.79559]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97091, 40.78812]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97251, 40.79595]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98627, 40.76923]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97235, 40.79094]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97334, 40.79666]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97222, 40.78954]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97399, 40.78443]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96253, 40.79641]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97097, 40.79719]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98146, 40.78623]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96315, 40.79439]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96806, 40.79412]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9678, 40.79093]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98659, 40.77484]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97024, 40.79592]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97952, 40.77532]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97314, 40.78689]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96421, 40.8005]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97678, 40.78322]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97866, 40.78526]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.963, 40.7961]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96287, 40.80165]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9726, 40.78558]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98229, 40.76989]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97436, 40.78547]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97189, 40.78446]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96532, 40.80251]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97763, 40.77991]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9678, 40.80449]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98664, 40.78085]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97864, 40.79167]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96618, 40.80219]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98591, 40.77884]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.986, 40.76946]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96826, 40.80024]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97022, 40.78773]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98356, 40.76798]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97333, 40.79287]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9676, 40.79285]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96472, 40.79453]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96736, 40.79544]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96629, 40.8021]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96658, 40.79613]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96011, 40.80055]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96409, 40.80144]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96217, 40.79737]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9624, 40.7952]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98089, 40.78333]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9795, 40.77727]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97994, 40.77201]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97874, 40.7815]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97657, 40.78243]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96768, 40.78942]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.99363, 40.7723]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97892, 40.78838]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96692, 40.80292]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98262, 40.7843]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98664, 40.7762]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97869, 40.78148]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96793, 40.80383]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97204, 40.78763]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96678, 40.80023]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98258, 40.7795]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97803, 40.78198]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98756, 40.77562]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98404, 40.76814]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97986, 40.77478]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96518, 40.79433]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97815, 40.77668]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9655, 40.80153]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98344, 40.77078]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97485, 40.7939]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97404, 40.78791]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96309, 40.79709]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97348, 40.78616]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97266, 40.7838]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96929, 40.78697]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96653, 40.80252]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96651, 40.79446]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97686, 40.77597]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96872, 40.80179]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97764, 40.78196]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98248, 40.78194]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96883, 40.80309]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9655, 40.80189]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97953, 40.77769]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98225, 40.77806]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97074, 40.79487]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98021, 40.78037]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97033, 40.78729]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97435, 40.78322]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.99008, 40.77235]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96259, 40.79877]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97238, 40.78768]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98088, 40.7787]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97967, 40.77888]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96432, 40.79974]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96085, 40.79806]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96744, 40.79524]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97136, 40.79387]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97166, 40.79828]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97961, 40.79101]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97528, 40.79093]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9657, 40.80285]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97633, 40.78526]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9752, 40.78931]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97272, 40.79271]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98127, 40.77727]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9648, 40.80006]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96714, 40.80195]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96552, 40.80059]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97422, 40.78783]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96098, 40.7998]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.99076, 40.77404]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96629, 40.80049]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97241, 40.79027]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97437, 40.78278]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98015, 40.77248]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97368, 40.7854]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9754, 40.78808]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98236, 40.7764]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98481, 40.77101]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96692, 40.79902]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97273, 40.78462]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97347, 40.78607]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9764, 40.78574]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97953, 40.77631]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97852, 40.77392]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9641, 40.80078]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97795, 40.77778]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9717, 40.78475]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96403, 40.79958]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9714, 40.7852]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96201, 40.8013]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96404, 40.8]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96666, 40.79527]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96495, 40.79974]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96808, 40.80188]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9729, 40.79204]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97598, 40.78209]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96752, 40.80089]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98137, 40.78615]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97111, 40.79241]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96539, 40.79369]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9676, 40.80258]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97698, 40.78568]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96251, 40.79967]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97861, 40.77399]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96956, 40.78903]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97284, 40.78593]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98499, 40.77981]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96211, 40.79753]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96584, 40.79565]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96128, 40.80109]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98448, 40.77744]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97489, 40.78732]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9737, 40.78815]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98943, 40.77137]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97394, 40.78893]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9724, 40.78753]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97696, 40.78384]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97987, 40.77642]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97779, 40.78054]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96388, 40.79838]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98347, 40.7803]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98927, 40.77521]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97057, 40.78818]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98042, 40.77886]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96303, 40.80114]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97078, 40.78548]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9684, 40.79582]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96159, 40.80015]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97717, 40.78607]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96796, 40.79401]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96794, 40.79933]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96545, 40.79678]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96645, 40.79386]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97555, 40.7904]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97073, 40.7997]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98663, 40.77482]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97265, 40.78243]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98933, 40.77542]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96867, 40.78726]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97648, 40.78481]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97795, 40.78398]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97427, 40.78789]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96746, 40.78852]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97589, 40.78898]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96394, 40.7982]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96059, 40.80082]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96641, 40.79355]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97716, 40.78799]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96295, 40.79978]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96702, 40.7956]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.99005, 40.77511]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97231, 40.79827]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9753, 40.78162]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9729, 40.7889]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98441, 40.77961]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97026, 40.78833]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98155, 40.77889]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98899, 40.77461]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96697, 40.7915]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97214, 40.78557]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97429, 40.78575]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9794, 40.78994]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97737, 40.78513]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98601, 40.78173]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9822, 40.77995]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98029, 40.77912]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97485, 40.78593]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.967, 40.7943]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97364, 40.78733]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96382, 40.8012]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97536, 40.79321]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97397, 40.78575]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98217, 40.7768]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97402, 40.78873]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96731, 40.79585]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98469, 40.77833]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9841, 40.78227]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96057, 40.79913]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97031, 40.79579]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97976, 40.77912]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97817, 40.78107]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96729, 40.80038]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98144, 40.7764]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98263, 40.77691]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96071, 40.80021]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98191, 40.77796]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97748, 40.78347]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96654, 40.79961]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9659, 40.79587]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97566, 40.7862]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98035, 40.77979]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98118, 40.77705]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96334, 40.80228]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96822, 40.79578]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96601, 40.80237]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98075, 40.77144]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.969, 40.79708]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98485, 40.77775]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96123, 40.80003]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.967, 40.79285]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96596, 40.80131]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97312, 40.78342]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96575, 40.79469]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97909, 40.7897]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96754, 40.78895]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98459, 40.77779]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.95859, 40.80043]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97693, 40.79003]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96764, 40.79407]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98672, 40.78116]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98895, 40.77317]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97681, 40.78141]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96908, 40.7983]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98104, 40.78116]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97836, 40.78458]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97623, 40.78528]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96638, 40.79613]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96631, 40.79499]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96891, 40.78668]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96642, 40.7993]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98211, 40.78048]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96314, 40.7941]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96848, 40.78883]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97001, 40.79994]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96595, 40.79545]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96638, 40.80176]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96173, 40.79872]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96468, 40.79613]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96716, 40.79379]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.979, 40.77481]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9621, 40.7987]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96249, 40.79919]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97822, 40.78176]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9731, 40.78495]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96818, 40.79459]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96926, 40.79556]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96952, 40.78624]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97652, 40.78642]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96675, 40.7951]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96169, 40.80062]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96715, 40.79503]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96381, 40.79822]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98366, 40.78044]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97179, 40.78581]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98383, 40.78348]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96728, 40.79582]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96373, 40.79368]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97964, 40.77837]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97568, 40.79507]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97926, 40.79218]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98899, 40.77364]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98853, 40.77447]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97269, 40.79432]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98721, 40.77021]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9618, 40.80028]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98028, 40.77788]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98453, 40.77727]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98862, 40.77141]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9599, 40.79874]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98205, 40.77799]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98103, 40.77689]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98823, 40.76999]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96604, 40.80236]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.99084, 40.77355]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9706, 40.80052]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96604, 40.79604]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98418, 40.78142]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9712, 40.79671]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9763, 40.77794]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96695, 40.79527]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9745, 40.79435]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98358, 40.77751]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9715, 40.79297]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97219, 40.7956]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96282, 40.79682]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9697, 40.79859]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96734, 40.79376]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9626, 40.79772]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97148, 40.784]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96726, 40.79322]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97765, 40.77951]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96437, 40.79481]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98367, 40.76835]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97385, 40.7905]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97122, 40.79355]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98013, 40.78885]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98211, 40.77647]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96963, 40.7991]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97886, 40.77474]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96571, 40.79496]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96483, 40.8022]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98646, 40.77079]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96989, 40.78754]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97352, 40.78455]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98003, 40.78339]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96049, 40.80006]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96511, 40.80337]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98613, 40.77055]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9639, 40.79401]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96902, 40.79957]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96649, 40.79509]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98231, 40.77739]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98226, 40.77148]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.95949, 40.79933]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96582, 40.80304]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96744, 40.79473]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96687, 40.79514]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96837, 40.79306]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97703, 40.78558]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98204, 40.77926]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96745, 40.79098]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96586, 40.79377]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97663, 40.78494]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97794, 40.77829]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98265, 40.77213]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9782, 40.77799]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96859, 40.79566]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97923, 40.78648]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98428, 40.78164]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97667, 40.78293]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96315, 40.80253]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98551, 40.76996]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96612, 40.80204]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97663, 40.78617]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97658, 40.7863]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96058, 40.79982]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96308, 40.80093]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98242, 40.77397]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96705, 40.79891]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96703, 40.79502]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98018, 40.78339]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97849, 40.77896]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97396, 40.78911]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98567, 40.77944]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97452, 40.78334]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97206, 40.78283]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96703, 40.80193]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9753, 40.78091]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97513, 40.79044]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97706, 40.77706]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97591, 40.78893]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97825, 40.78671]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97414, 40.78481]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97627, 40.77814]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96141, 40.79908]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97329, 40.79176]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98419, 40.77967]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96574, 40.80133]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96676, 40.80319]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96688, 40.8023]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96253, 40.80168]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96261, 40.79768]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96897, 40.80134]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96026, 40.8]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96371, 40.79593]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98764, 40.7723]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98332, 40.77895]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96314, 40.79403]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96514, 40.80221]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96059, 40.79896]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98768, 40.7732]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97047, 40.79361]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98955, 40.77394]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96745, 40.80313]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97582, 40.79096]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.95989, 40.7996]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9762, 40.7894]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.95847, 40.80031]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97348, 40.79728]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96323, 40.79771]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97825, 40.78172]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98184, 40.78128]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96418, 40.79972]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96913, 40.79194]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96104, 40.79733]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96045, 40.8002]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9815, 40.77783]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96128, 40.79895]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9875, 40.77452]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97788, 40.77706]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98523, 40.77637]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9658, 40.8001]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96459, 40.80269]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9679, 40.80373]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96319, 40.798]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96647, 40.801]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97076, 40.79838]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9816, 40.77728]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98252, 40.78296]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96629, 40.80272]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97342, 40.78584]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97482, 40.78628]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9789, 40.7883]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98031, 40.77409]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98065, 40.77866]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97521, 40.78718]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97274, 40.79343]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.978, 40.77407]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98826, 40.78079]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97845, 40.78146]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96256, 40.79702]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98318, 40.78138]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97406, 40.78807]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96989, 40.78926]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9692, 40.78648]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96563, 40.79457]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97117, 40.78588]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97872, 40.77877]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96717, 40.79477]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97945, 40.78882]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97614, 40.77608]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98707, 40.77858]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97874, 40.78012]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96693, 40.80333]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98437, 40.77874]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98105, 40.78323]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97897, 40.7839]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98096, 40.7894]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97932, 40.77757]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97442, 40.7936]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9896, 40.7777]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96916, 40.79745]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97397, 40.77917]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97994, 40.77836]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97161, 40.78657]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98761, 40.77435]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97423, 40.79201]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97004, 40.78638]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97195, 40.79037]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96249, 40.79893]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97959, 40.78504]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97683, 40.78493]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97834, 40.77722]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.99133, 40.77362]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96741, 40.80246]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97231, 40.78825]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97361, 40.79045]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98181, 40.77408]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96806, 40.78717]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98, 40.77949]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98261, 40.77471]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96376, 40.80122]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98122, 40.77425]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98215, 40.77159]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98122, 40.78118]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97803, 40.77606]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97613, 40.77839]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97468, 40.7841]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98043, 40.78913]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98314, 40.78004]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9675, 40.7964]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97449, 40.79307]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97254, 40.7869]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97185, 40.79481]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98336, 40.77861]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96511, 40.80302]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.95998, 40.80013]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98811, 40.77271]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97541, 40.79454]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96789, 40.79039]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97173, 40.79564]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97949, 40.78902]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98482, 40.77864]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98462, 40.77354]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96903, 40.80377]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96115, 40.7977]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97054, 40.79061]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97544, 40.79009]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98256, 40.77802]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97248, 40.7953]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97152, 40.79437]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96971, 40.80027]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98421, 40.77953]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97928, 40.78178]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9769, 40.78707]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97447, 40.78304]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97341, 40.7917]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96922, 40.7972]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98174, 40.77772]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96187, 40.79589]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98298, 40.76829]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96351, 40.79385]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.975, 40.79283]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97723, 40.78506]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98743, 40.76974]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97665, 40.78567]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97725, 40.79304]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96635, 40.80157]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97911, 40.79024]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.99031, 40.77334]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98643, 40.77018]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97257, 40.78835]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9602, 40.79909]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9643, 40.79233]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97301, 40.79858]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96235, 40.79938]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9681, 40.80077]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97655, 40.77835]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96307, 40.79749]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97413, 40.7918]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97099, 40.7975]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96052, 40.79965]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96723, 40.80178]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97059, 40.79822]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98477, 40.76927]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98614, 40.76899]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9738, 40.78469]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97616, 40.78883]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97026, 40.79941]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97018, 40.8]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96914, 40.79426]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97259, 40.79732]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97286, 40.79043]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97395, 40.79008]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97634, 40.79563]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.968, 40.79856]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97299, 40.79203]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9693, 40.80177]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96856, 40.79576]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96887, 40.79202]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97459, 40.79094]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96801, 40.79871]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97451, 40.79033]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9688, 40.79538]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97501, 40.79332]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.984, 40.78054]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97545, 40.791]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9896, 40.77593]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98513, 40.77979]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9877, 40.77734]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98697, 40.7735]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96555, 40.79487]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96098, 40.79907]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96619, 40.80378]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96024, 40.7979]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97669, 40.79499]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96679, 40.80057]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98018, 40.77998]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.95884, 40.80032]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96849, 40.8004]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97701, 40.77789]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98255, 40.77509]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98188, 40.77617]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96903, 40.79842]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96384, 40.79544]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96944, 40.80065]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96956, 40.79053]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97372, 40.78318]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97315, 40.7846]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97148, 40.78579]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97436, 40.79239]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96861, 40.79569]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97264, 40.7896]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97174, 40.7959]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9733, 40.79512]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.99057, 40.77255]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98192, 40.78467]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98474, 40.78294]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98215, 40.7824]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98991, 40.77572]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98314, 40.78246]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98393, 40.78074]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96107, 40.79972]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96091, 40.79852]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98887, 40.77338]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96482, 40.79234]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97889, 40.77435]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97858, 40.78345]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96298, 40.79752]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97964, 40.77859]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97699, 40.77794]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98759, 40.7717]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97181, 40.78587]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98235, 40.77715]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96673, 40.80152]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96898, 40.80328]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96583, 40.80101]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97599, 40.79291]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96268, 40.79694]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9733, 40.78399]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97509, 40.78802]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97011, 40.78742]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97543, 40.78536]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98043, 40.77244]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97694, 40.77654]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96492, 40.79336]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.95907, 40.80013]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97479, 40.795]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97432, 40.78803]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98068, 40.78883]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97128, 40.79875]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97531, 40.79083]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96369, 40.79955]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97291, 40.79095]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97696, 40.77669]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96437, 40.79964]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97131, 40.79279]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98514, 40.77772]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96879, 40.79632]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96432, 40.79401]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9612, 40.79988]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98638, 40.77035]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98737, 40.7728]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96105, 40.79936]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96719, 40.80229]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97686, 40.78573]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98284, 40.78296]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96607, 40.80347]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96546, 40.80103]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98126, 40.77016]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97914, 40.7765]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98991, 40.77609]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97294, 40.79264]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97001, 40.78975]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97851, 40.7837]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97973, 40.77974]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96396, 40.80288]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96832, 40.8034]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97519, 40.79272]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98262, 40.77643]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98108, 40.77248]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96616, 40.80071]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9719, 40.78989]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98117, 40.78456]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96229, 40.7986]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96404, 40.79843]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96117, 40.79712]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97251, 40.78558]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96931, 40.7982]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97231, 40.79828]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98139, 40.78138]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97174, 40.79153]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98807, 40.7783]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97922, 40.78497]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98965, 40.77548]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96928, 40.78818]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96496, 40.8024]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98471, 40.78085]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97794, 40.77578]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9774, 40.78626]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98141, 40.78297]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9805, 40.78021]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98566, 40.77859]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96624, 40.79357]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98319, 40.779]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9697, 40.78981]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96446, 40.79891]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97325, 40.79528]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96213, 40.79772]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9698, 40.79351]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98084, 40.78262]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97589, 40.78587]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97351, 40.78697]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97406, 40.79013]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97155, 40.7847]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97994, 40.77616]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96678, 40.8028]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98228, 40.77661]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9596, 40.79881]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97698, 40.77697]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96106, 40.80035]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96515, 40.80346]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97439, 40.78729]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96128, 40.7969]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97818, 40.77728]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.99111, 40.77167]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96681, 40.79985]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98016, 40.77822]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96876, 40.80055]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98002, 40.77445]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97687, 40.78331]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96074, 40.79977]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98283, 40.78196]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96908, 40.78866]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97941, 40.78162]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97262, 40.79205]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98285, 40.77992]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96156, 40.7962]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96737, 40.80238]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96945, 40.79519]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96989, 40.79957]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98786, 40.77395]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97642, 40.7855]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98355, 40.77737]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97717, 40.78785]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96545, 40.79494]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98006, 40.7826]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9624, 40.79657]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.95949, 40.79895]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9896, 40.77504]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96875, 40.79721]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98317, 40.78017]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98119, 40.7722]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97061, 40.79463]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97363, 40.78604]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97119, 40.7982]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96194, 40.80088]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97992, 40.78492]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97443, 40.79193]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9622, 40.79918]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98178, 40.77885]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96623, 40.80171]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96858, 40.79284]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98068, 40.77278]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97221, 40.79494]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98228, 40.7826]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96763, 40.80222]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97407, 40.78295]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96156, 40.7972]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9682, 40.79484]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96226, 40.79698]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96398, 40.79402]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97988, 40.78136]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98162, 40.77506]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97256, 40.78904]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9755, 40.79485]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97232, 40.79778]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97849, 40.78074]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98182, 40.7791]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9594, 40.80037]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97412, 40.79097]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96064, 40.79823]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96837, 40.79167]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97968, 40.77841]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98522, 40.77104]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97197, 40.78469]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97873, 40.77844]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98747, 40.77969]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98708, 40.7747]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96175, 40.79795]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97531, 40.79254]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98577, 40.77852]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97632, 40.794]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97899, 40.78366]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98323, 40.77472]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96721, 40.79879]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97038, 40.80193]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96463, 40.80321]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9688, 40.79787]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97886, 40.78409]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97837, 40.77895]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97059, 40.79622]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96225, 40.79632]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9816, 40.77859]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97637, 40.77823]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96567, 40.80304]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97953, 40.78313]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97324, 40.79368]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98339, 40.78286]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96183, 40.79896]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98132, 40.78133]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97173, 40.79466]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98152, 40.78775]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97242, 40.79835]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97797, 40.78206]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97284, 40.78498]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96613, 40.79444]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97923, 40.78111]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96446, 40.80003]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9734, 40.7892]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96669, 40.8013]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97703, 40.77826]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97933, 40.78456]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96245, 40.79765]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98078, 40.78461]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9679, 40.79356]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98721, 40.77938]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98069, 40.77832]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97266, 40.78441]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96592, 40.80298]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98381, 40.78242]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97732, 40.78906]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97452, 40.79358]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96304, 40.79487]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9676, 40.79306]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98334, 40.77848]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.95932, 40.79913]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97723, 40.7908]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96135, 40.79644]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97112, 40.78627]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98521, 40.77033]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.99087, 40.77171]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96161, 40.79799]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96889, 40.79639]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98791, 40.77708]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98342, 40.76807]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9874, 40.7744]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9681, 40.80069]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97294, 40.78493]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96588, 40.79221]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98924, 40.77205]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97922, 40.7813]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96727, 40.79564]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98477, 40.78289]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97154, 40.7966]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96756, 40.80001]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96623, 40.79466]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96924, 40.78667]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97594, 40.78576]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97249, 40.79298]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97736, 40.7783]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97223, 40.79386]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97544, 40.79301]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96052, 40.79831]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97178, 40.79816]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96157, 40.79886]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96389, 40.80076]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9746, 40.7852]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98574, 40.77366]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96152, 40.79973]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97607, 40.78758]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97721, 40.78411]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98068, 40.78817]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97218, 40.78694]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97575, 40.78472]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97851, 40.77838]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96281, 40.79937]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97821, 40.77961]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98579, 40.77757]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97722, 40.78545]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98077, 40.78241]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98038, 40.77597]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97126, 40.79669]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97149, 40.78571]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97961, 40.78565]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96568, 40.80309]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96446, 40.80259]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98883, 40.77576]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97556, 40.77842]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96139, 40.79995]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.95983, 40.79848]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9619, 40.79816]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98952, 40.77536]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97592, 40.79273]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97637, 40.78561]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97812, 40.78087]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97632, 40.79103]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97654, 40.78246]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97353, 40.79282]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96272, 40.79577]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96804, 40.79303]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97156, 40.78366]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96967, 40.79203]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97494, 40.77883]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97966, 40.77468]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97764, 40.77773]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9635, 40.79918]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97087, 40.78749]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97966, 40.77928]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9717, 40.79855]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96832, 40.8013]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.95986, 40.79846]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97499, 40.78823]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97154, 40.78975]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97064, 40.79912]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96611, 40.80129]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96215, 40.79908]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97381, 40.7874]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97108, 40.79265]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98135, 40.77122]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98527, 40.7789]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96095, 40.80006]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98481, 40.77859]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97537, 40.79331]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97733, 40.77871]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97726, 40.77881]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96385, 40.7932]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96693, 40.8012]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97044, 40.79416]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9681, 40.78835]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98344, 40.77054]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97358, 40.78371]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98065, 40.77563]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97775, 40.78592]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97243, 40.78674]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9799, 40.77508]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96034, 40.79874]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96168, 40.79751]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97947, 40.79202]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97877, 40.77926]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97053, 40.78829]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97408, 40.79071]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97912, 40.778]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98355, 40.77727]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98836, 40.77318]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9789, 40.77669]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96344, 40.79532]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98672, 40.77932]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96918, 40.79471]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98437, 40.77874]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97864, 40.79063]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96528, 40.80102]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96193, 40.80135]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97915, 40.78182]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97167, 40.78941]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96484, 40.80288]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96634, 40.80021]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96465, 40.80299]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96425, 40.80257]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98138, 40.78189]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96669, 40.79556]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96451, 40.79903]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96437, 40.79226]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96742, 40.79511]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98913, 40.7733]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98171, 40.77898]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96639, 40.80365]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96116, 40.79891]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98213, 40.77796]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97663, 40.78654]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97221, 40.79551]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98278, 40.77856]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96767, 40.79951]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98258, 40.77577]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96593, 40.80004]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98225, 40.76984]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97558, 40.78693]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96885, 40.79097]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96177, 40.80172]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97831, 40.78309]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97555, 40.78313]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96912, 40.79527]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97265, 40.7924]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97368, 40.78856]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98028, 40.77569]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97721, 40.78323]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98483, 40.7818]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97097, 40.79421]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97199, 40.79275]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98596, 40.76933]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98462, 40.77998]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97679, 40.78789]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97461, 40.78841]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97498, 40.79169]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96941, 40.80066]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98366, 40.78127]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96837, 40.78786]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97188, 40.79794]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96871, 40.80282]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98847, 40.77188]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96422, 40.80217]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97114, 40.80131]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9701, 40.78829]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97738, 40.78642]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97867, 40.78434]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96804, 40.79839]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98099, 40.77894]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97069, 40.79272]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98066, 40.77786]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98168, 40.78339]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9647, 40.80119]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96923, 40.79467]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9675, 40.79315]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96126, 40.79839]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98974, 40.77616]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97166, 40.79219]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98407, 40.77725]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97288, 40.79392]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98365, 40.77627]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97739, 40.78111]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98335, 40.76842]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97169, 40.78968]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97116, 40.8023]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96169, 40.79672]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97072, 40.78857]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97063, 40.78397]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96043, 40.79902]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96405, 40.79783]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96157, 40.7983]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96289, 40.79689]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97502, 40.78936]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97977, 40.77692]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96248, 40.80123]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96648, 40.80311]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97966, 40.77595]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9696, 40.78558]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96724, 40.80383]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98183, 40.78137]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9783, 40.78881]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97478, 40.78204]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96696, 40.801]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97636, 40.78381]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97553, 40.78273]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96301, 40.80022]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97757, 40.78305]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97738, 40.77969]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97254, 40.78889]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96725, 40.80257]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97256, 40.78849]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97883, 40.77431]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97755, 40.78709]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96951, 40.79791]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97403, 40.79801]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97073, 40.79367]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98359, 40.76876]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98796, 40.7777]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98341, 40.76812]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97627, 40.78461]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96096, 40.7988]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96064, 40.80049]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98565, 40.7791]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97779, 40.78413]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.99117, 40.77169]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97553, 40.7886]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96177, 40.79764]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96792, 40.7992]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97707, 40.78484]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9656, 40.80172]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97216, 40.79273]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97197, 40.7915]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96625, 40.80173]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97918, 40.7921]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96498, 40.80155]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98788, 40.77497]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98097, 40.78952]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98198, 40.77845]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96076, 40.80146]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97331, 40.78592]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97537, 40.78602]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97953, 40.77327]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9863, 40.77105]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98396, 40.78283]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98197, 40.76986]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97984, 40.77829]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96364, 40.79864]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97574, 40.77815]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96196, 40.80209]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96235, 40.79788]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98116, 40.78881]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.976, 40.79475]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97685, 40.79321]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96119, 40.80045]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.988, 40.77567]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97266, 40.7899]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.95926, 40.80008]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97633, 40.78105]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98406, 40.78089]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97844, 40.78185]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97466, 40.78078]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96594, 40.80111]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96916, 40.80272]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97736, 40.7773]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96127, 40.80034]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97057, 40.79938]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98923, 40.77578]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98099, 40.77557]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96542, 40.80183]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97974, 40.78014]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98637, 40.77306]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96486, 40.79527]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96381, 40.79584]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97535, 40.78248]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97518, 40.79172]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96037, 40.79971]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97262, 40.78933]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9749, 40.78165]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96651, 40.80053]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96594, 40.80151]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96762, 40.7909]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97632, 40.78364]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96884, 40.80246]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97748, 40.78228]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96644, 40.80301]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96758, 40.80096]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96798, 40.79371]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96097, 40.79981]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96192, 40.79982]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96749, 40.80423]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97958, 40.77477]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97934, 40.77448]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98474, 40.77961]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97962, 40.77809]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96853, 40.80271]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97426, 40.79092]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97805, 40.77937]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97172, 40.79183]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98466, 40.78181]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9722, 40.791]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97304, 40.79026]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98089, 40.7862]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98173, 40.77306]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98355, 40.78245]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96677, 40.80221]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96729, 40.80249]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97613, 40.78368]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98545, 40.77071]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9616, 40.79835]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98253, 40.78065]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96419, 40.79865]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97447, 40.78491]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98154, 40.77547]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96793, 40.79963]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97009, 40.80009]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96027, 40.79896]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97914, 40.77867]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9613, 40.801]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96527, 40.79198]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98028, 40.7762]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96465, 40.79908]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96785, 40.79106]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97499, 40.78226]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.95983, 40.79884]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98319, 40.7813]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97793, 40.78]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98163, 40.78245]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98734, 40.76983]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98284, 40.77156]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96811, 40.79589]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9875, 40.77875]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97093, 40.80109]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98704, 40.77368]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97032, 40.78519]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97869, 40.7807]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97215, 40.78641]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98189, 40.7832]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96996, 40.79637]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97497, 40.79546]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97932, 40.77633]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9621, 40.7996]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97182, 40.78833]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96192, 40.79574]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97487, 40.78285]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97386, 40.78878]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96797, 40.79978]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.95924, 40.79959]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96882, 40.80017]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96311, 40.79396]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98449, 40.77594]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97521, 40.78479]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98786, 40.77904]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.95961, 40.79961]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98815, 40.776]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98774, 40.77345]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96742, 40.80233]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98833, 40.77605]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97132, 40.79501]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96243, 40.79936]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97343, 40.78327]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96896, 40.80012]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97479, 40.79512]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9781, 40.77778]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98223, 40.77383]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9784, 40.78046]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97039, 40.79047]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97646, 40.7783]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97964, 40.77824]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96963, 40.79121]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9761, 40.7939]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.99056, 40.77401]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96721, 40.79535]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97286, 40.78392]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97237, 40.79325]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97323, 40.79415]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97173, 40.7982]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96089, 40.79854]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9844, 40.77488]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9708, 40.7898]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9675, 40.80131]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97354, 40.78605]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9677, 40.80075]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97092, 40.79512]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97397, 40.7851]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97803, 40.78264]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97568, 40.78859]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97944, 40.7762]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97137, 40.78468]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9812, 40.77477]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97496, 40.77918]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9823, 40.78343]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97718, 40.78962]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96621, 40.80048]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98318, 40.78299]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96916, 40.79675]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98919, 40.7706]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96963, 40.80322]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98496, 40.77445]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98573, 40.77516]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96236, 40.80076]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97172, 40.78904]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97598, 40.77978]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96853, 40.79456]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96796, 40.78818]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96263, 40.79954]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97249, 40.78152]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97611, 40.77804]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9687, 40.78965]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97403, 40.78688]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96503, 40.80238]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9692, 40.80212]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96688, 40.78986]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97299, 40.79226]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98256, 40.78443]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96535, 40.80279]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97467, 40.7842]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96064, 40.80047]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97658, 40.77869]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98453, 40.76898]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98554, 40.7786]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96504, 40.80283]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9779, 40.7859]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96738, 40.79126]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96723, 40.8003]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98218, 40.77998]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97882, 40.78451]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97898, 40.78161]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97984, 40.77586]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98671, 40.77076]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97754, 40.78422]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97456, 40.78537]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98145, 40.77531]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97186, 40.79811]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97308, 40.79229]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9751, 40.78853]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97188, 40.79643]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96495, 40.8032]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97708, 40.777]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96614, 40.80177]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9723, 40.79288]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9767, 40.78195]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98618, 40.77298]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96025, 40.80098]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.99027, 40.7737]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97474, 40.79478]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97094, 40.79994]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97862, 40.77548]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9682, 40.80321]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97585, 40.78025]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98074, 40.77655]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97637, 40.79432]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98923, 40.77222]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97871, 40.77972]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98204, 40.77244]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97917, 40.7801]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96373, 40.80183]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98025, 40.77872]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98128, 40.77511]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97681, 40.78257]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97415, 40.78263]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96984, 40.79382]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97928, 40.7726]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97679, 40.79407]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98023, 40.77718]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96415, 40.79986]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97462, 40.78935]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96694, 40.80159]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97895, 40.77648]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97413, 40.78861]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97616, 40.77743]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98377, 40.7681]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9732, 40.78613]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96977, 40.80232]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98196, 40.7847]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97664, 40.78549]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96965, 40.7995]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97942, 40.78024]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9658, 40.80205]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98178, 40.78095]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98684, 40.77907]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96436, 40.8003]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96766, 40.80301]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96176, 40.80044]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98717, 40.77438]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98433, 40.77783]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98255, 40.77824]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97535, 40.78549]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96631, 40.80246]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97848, 40.77851]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9632, 40.79913]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98684, 40.7734]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98973, 40.77483]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97462, 40.78858]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9874, 40.77918]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97133, 40.78818]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97063, 40.80118]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98626, 40.77095]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97755, 40.79174]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98379, 40.78201]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98057, 40.78302]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96482, 40.79208]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98249, 40.78]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98938, 40.77537]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97343, 40.78541]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.95981, 40.80007]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97624, 40.78757]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98782, 40.77123]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98925, 40.77396]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96649, 40.79959]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97336, 40.78924]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98814, 40.77538]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96364, 40.8021]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96684, 40.80268]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9835, 40.78216]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97276, 40.78466]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97447, 40.78592]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98615, 40.76964]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97261, 40.78793]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97584, 40.7855]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9716, 40.78471]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97156, 40.79584]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98349, 40.78215]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98247, 40.77938]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97645, 40.78361]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98294, 40.7824]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96103, 40.79863]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98156, 40.78239]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98746, 40.77024]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97384, 40.78694]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96065, 40.79757]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96332, 40.79638]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98533, 40.78101]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97828, 40.79148]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96199, 40.79795]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96078, 40.79859]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98473, 40.78122]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96821, 40.78837]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98787, 40.77344]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96152, 40.79631]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97435, 40.78892]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97237, 40.78876]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96039, 40.80014]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96598, 40.80046]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97088, 40.7886]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96723, 40.80254]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96605, 40.8015]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98238, 40.77892]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97808, 40.77611]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9846, 40.77861]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9706, 40.80243]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96816, 40.79492]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97729, 40.78602]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98215, 40.7809]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97904, 40.7834]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96145, 40.79626]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97797, 40.78363]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.95912, 40.80091]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97416, 40.79806]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96808, 40.80412]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97428, 40.78687]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98673, 40.76986]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96524, 40.80115]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.95962, 40.7999]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96118, 40.79658]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96072, 40.79931]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9881, 40.77714]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9679, 40.78875]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97673, 40.78549]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96088, 40.80116]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96156, 40.79795]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96135, 40.79804]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97407, 40.78731]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97739, 40.78641]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96459, 40.803]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97581, 40.78239]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98254, 40.76885]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98014, 40.77323]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96053, 40.79876]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97787, 40.79114]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96738, 40.80421]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96544, 40.79759]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96183, 40.79972]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96162, 40.79857]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96765, 40.79917]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97313, 40.7851]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98023, 40.77771]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96458, 40.80149]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96757, 40.78925]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97922, 40.7748]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97421, 40.79167]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96425, 40.80026]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.95995, 40.80037]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96933, 40.79701]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96802, 40.79787]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97386, 40.78448]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98835, 40.77434]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96066, 40.80004]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96642, 40.80118]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96689, 40.79461]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98055, 40.78856]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97909, 40.79144]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97452, 40.78864]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9786, 40.78116]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9723, 40.7859]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96317, 40.79964]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96539, 40.80111]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97308, 40.78763]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97743, 40.77538]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.968, 40.79943]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97065, 40.79196]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96545, 40.80316]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96827, 40.78762]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98799, 40.77418]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97481, 40.79264]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97039, 40.79449]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98264, 40.77573]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9839, 40.78269]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96969, 40.79558]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98095, 40.77747]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96783, 40.80118]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98342, 40.77995]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9655, 40.79526]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96936, 40.80063]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98917, 40.77598]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98333, 40.76844]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96813, 40.79516]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98028, 40.77841]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98169, 40.77775]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97532, 40.7854]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96742, 40.80209]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96654, 40.79338]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9842, 40.77396]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96075, 40.80036]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97594, 40.7867]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98435, 40.77872]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9796, 40.78128]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97428, 40.7966]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96611, 40.80293]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98959, 40.77818]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97878, 40.78866]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98398, 40.78305]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98315, 40.78147]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97616, 40.78635]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96945, 40.79739]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98445, 40.78141]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98078, 40.77805]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98464, 40.77995]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98798, 40.77388]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96829, 40.79384]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96167, 40.79806]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9822, 40.77836]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98081, 40.77627]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97668, 40.78478]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97021, 40.78684]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96436, 40.79951]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96782, 40.79873]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96748, 40.78905]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97806, 40.78147]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96487, 40.79368]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97238, 40.78747]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96671, 40.80096]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97065, 40.79452]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97944, 40.77229]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97752, 40.78631]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97345, 40.78489]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97887, 40.77907]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96523, 40.80109]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96859, 40.80389]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96755, 40.80439]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97331, 40.79221]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96443, 40.80146]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96041, 40.80104]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96242, 40.79584]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97848, 40.77782]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98594, 40.77428]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96809, 40.78867]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97388, 40.79553]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98124, 40.78281]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96343, 40.79887]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97778, 40.77422]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97288, 40.79058]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.95995, 40.79896]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96059, 40.79966]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.95962, 40.79884]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96445, 40.79222]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96696, 40.80152]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96314, 40.79948]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96629, 40.80288]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97701, 40.77774]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96452, 40.79546]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96988, 40.79622]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98062, 40.78629]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97985, 40.77845]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97506, 40.79616]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98091, 40.78528]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97036, 40.78572]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96553, 40.8036]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96813, 40.80066]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96291, 40.79832]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96888, 40.80021]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96752, 40.79939]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96204, 40.79591]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97327, 40.79191]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96931, 40.80142]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9601, 40.80093]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96752, 40.80288]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96117, 40.79834]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96082, 40.79812]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9641, 40.79535]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9701, 40.80005]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96991, 40.8017]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9729, 40.79033]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98641, 40.77472]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9656, 40.79973]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98513, 40.77929]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97308, 40.79004]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98222, 40.7723]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96414, 40.80081]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97485, 40.79595]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.964, 40.79947]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97632, 40.79557]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98279, 40.78012]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97459, 40.7857]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98917, 40.77384]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97801, 40.78461]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96509, 40.80033]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97713, 40.78341]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97031, 40.7921]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97579, 40.78435]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96725, 40.80095]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97485, 40.78363]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9705, 40.80108]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96132, 40.80146]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96887, 40.79653]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98527, 40.77849]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96465, 40.80266]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96566, 40.80113]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97979, 40.77684]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97908, 40.77361]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97609, 40.77853]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98876, 40.77226]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97163, 40.7958]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96166, 40.80127]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9635, 40.79969]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97255, 40.79796]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98444, 40.77886]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98433, 40.77851]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98252, 40.77048]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98942, 40.77253]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.99125, 40.77178]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98827, 40.77424]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9875, 40.77221]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9737, 40.78504]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98492, 40.78182]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98023, 40.78122]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97029, 40.78908]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9694, 40.79321]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.982, 40.78489]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98303, 40.78463]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97529, 40.77802]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97571, 40.78198]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97691, 40.78396]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96135, 40.79901]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96109, 40.79967]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98057, 40.78901]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9825, 40.77883]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97451, 40.78413]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.982, 40.7817]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98899, 40.77904]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.986, 40.76913]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98188, 40.77589]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96781, 40.79572]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98407, 40.7787]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96578, 40.79555]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97159, 40.80049]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9764, 40.77828]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97955, 40.78578]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96928, 40.78747]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97661, 40.78267]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98235, 40.78382]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97794, 40.77915]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96569, 40.80155]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97576, 40.78175]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97116, 40.78536]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96956, 40.79317]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9732, 40.78361]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96114, 40.79767]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98782, 40.77396]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98146, 40.78304]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98416, 40.77556]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96277, 40.80121]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98947, 40.77476]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96708, 40.79371]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97253, 40.78802]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98348, 40.7828]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97045, 40.79801]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98796, 40.77116]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98934, 40.77174]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9768, 40.78583]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98244, 40.77771]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98819, 40.77312]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96694, 40.79983]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97878, 40.78177]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96622, 40.80294]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9878, 40.77889]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97268, 40.78357]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96579, 40.80348]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98099, 40.78168]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96662, 40.80368]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96042, 40.7989]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96375, 40.80149]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97031, 40.78723]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97862, 40.77969]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97827, 40.77959]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9872, 40.77419]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97604, 40.78277]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97174, 40.79856]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96796, 40.80343]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97097, 40.7861]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97639, 40.7872]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98111, 40.77692]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9618, 40.7973]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97293, 40.78696]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98191, 40.77127]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97568, 40.7902]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97743, 40.78296]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96561, 40.80286]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96378, 40.79942]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9808, 40.77282]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96317, 40.798]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98431, 40.78406]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9633, 40.79768]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96775, 40.7989]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9652, 40.7937]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97498, 40.78778]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97252, 40.79072]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97789, 40.77741]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98518, 40.77944]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96894, 40.79807]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98056, 40.78629]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97638, 40.7816]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9825, 40.77795]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96873, 40.79715]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97489, 40.79324]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97126, 40.79293]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96065, 40.80107]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97844, 40.77817]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98109, 40.77724]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97927, 40.78918]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98063, 40.77237]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9812, 40.77341]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97215, 40.78834]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97123, 40.78545]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97834, 40.79108]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9609, 40.79821]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96147, 40.80042]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.95953, 40.80044]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96605, 40.802]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.95968, 40.79887]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96132, 40.80014]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96075, 40.79971]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97043, 40.79358]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96816, 40.80324]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98208, 40.77991]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96032, 40.8001]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96382, 40.79505]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96867, 40.8004]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97315, 40.79155]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97063, 40.7982]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96623, 40.79179]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96978, 40.79093]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.9652, 40.80082]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96113, 40.79826]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96058, 40.79821]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96045, 40.79904]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97018, 40.78974]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97322, 40.79191]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.96993, 40.78965]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97378, 40.79253]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97431, 40.79372]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97414, 40.79228]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.97933, 40.78099]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98932, 40.77576]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.99217, 40.77194]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Upper West Side'}, geometry: { type: 'Point', coordinates:[-73.98665, 40.77213]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Van Nest'}, geometry: { type: 'Point', coordinates:[-73.86527, 40.84279]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Bronx, Van Nest'}, geometry: { type: 'Point', coordinates:[-73.87127, 40.84047]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Van Nest'}, geometry: { type: 'Point', coordinates:[-73.87055, 40.8423]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Bronx, Van Nest'}, geometry: { type: 'Point', coordinates:[-73.87049, 40.84119]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Bronx, Van Nest'}, geometry: { type: 'Point', coordinates:[-73.8699, 40.84087]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Van Nest'}, geometry: { type: 'Point', coordinates:[-73.86146, 40.84778]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Van Nest'}, geometry: { type: 'Point', coordinates:[-73.86177, 40.84787]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Van Nest'}, geometry: { type: 'Point', coordinates:[-73.86787, 40.84555]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Van Nest'}, geometry: { type: 'Point', coordinates:[-73.86978, 40.83988]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Van Nest'}, geometry: { type: 'Point', coordinates:[-73.86818, 40.84166]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Vinegar Hill'}, geometry: { type: 'Point', coordinates:[-73.98309, 40.70195]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Vinegar Hill'}, geometry: { type: 'Point', coordinates:[-73.98208, 40.70163]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Vinegar Hill'}, geometry: { type: 'Point', coordinates:[-73.98416, 40.70312]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Vinegar Hill'}, geometry: { type: 'Point', coordinates:[-73.98153, 40.7044]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Vinegar Hill'}, geometry: { type: 'Point', coordinates:[-73.98394, 40.7023]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Vinegar Hill'}, geometry: { type: 'Point', coordinates:[-73.98319, 40.69949]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Vinegar Hill'}, geometry: { type: 'Point', coordinates:[-73.98418, 40.70211]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Vinegar Hill'}, geometry: { type: 'Point', coordinates:[-73.98473, 40.69891]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Vinegar Hill'}, geometry: { type: 'Point', coordinates:[-73.98091, 40.70149]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Vinegar Hill'}, geometry: { type: 'Point', coordinates:[-73.98423, 40.69891]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Vinegar Hill'}, geometry: { type: 'Point', coordinates:[-73.98496, 40.69904]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Vinegar Hill'}, geometry: { type: 'Point', coordinates:[-73.98053, 40.70257]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Vinegar Hill'}, geometry: { type: 'Point', coordinates:[-73.9822, 40.70379]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Vinegar Hill'}, geometry: { type: 'Point', coordinates:[-73.98266, 40.69925]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Vinegar Hill'}, geometry: { type: 'Point', coordinates:[-73.98582, 40.70125]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Vinegar Hill'}, geometry: { type: 'Point', coordinates:[-73.98377, 40.69857]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Vinegar Hill'}, geometry: { type: 'Point', coordinates:[-73.9838, 40.70213]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Vinegar Hill'}, geometry: { type: 'Point', coordinates:[-73.98407, 40.70152]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Vinegar Hill'}, geometry: { type: 'Point', coordinates:[-73.98089, 40.7041]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Vinegar Hill'}, geometry: { type: 'Point', coordinates:[-73.98468, 40.70045]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Vinegar Hill'}, geometry: { type: 'Point', coordinates:[-73.98188, 40.70146]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Vinegar Hill'}, geometry: { type: 'Point', coordinates:[-73.97992, 40.70425]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Vinegar Hill'}, geometry: { type: 'Point', coordinates:[-73.98315, 40.70157]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Vinegar Hill'}, geometry: { type: 'Point', coordinates:[-73.98351, 40.70139]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Vinegar Hill'}, geometry: { type: 'Point', coordinates:[-73.98511, 40.69951]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Vinegar Hill'}, geometry: { type: 'Point', coordinates:[-73.98389, 40.70046]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Vinegar Hill'}, geometry: { type: 'Point', coordinates:[-73.98306, 40.70369]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Vinegar Hill'}, geometry: { type: 'Point', coordinates:[-73.98284, 40.70279]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Vinegar Hill'}, geometry: { type: 'Point', coordinates:[-73.98199, 40.70156]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Vinegar Hill'}, geometry: { type: 'Point', coordinates:[-73.98391, 40.70107]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Vinegar Hill'}, geometry: { type: 'Point', coordinates:[-73.98211, 40.70098]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Vinegar Hill'}, geometry: { type: 'Point', coordinates:[-73.98314, 40.70328]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Vinegar Hill'}, geometry: { type: 'Point', coordinates:[-73.98296, 40.70119]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Vinegar Hill'}, geometry: { type: 'Point', coordinates:[-73.98512, 40.70079]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Vinegar Hill'}, geometry: { type: 'Point', coordinates:[-73.98452, 40.70104]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Wakefield'}, geometry: { type: 'Point', coordinates:[-73.85312, 40.90391]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Wakefield'}, geometry: { type: 'Point', coordinates:[-73.86055, 40.89694]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Wakefield'}, geometry: { type: 'Point', coordinates:[-73.85848, 40.88688]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Wakefield'}, geometry: { type: 'Point', coordinates:[-73.8555, 40.89637]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Wakefield'}, geometry: { type: 'Point', coordinates:[-73.8447, 40.89557]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Wakefield'}, geometry: { type: 'Point', coordinates:[-73.86351, 40.88723]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Wakefield'}, geometry: { type: 'Point', coordinates:[-73.86049, 40.88698]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Wakefield'}, geometry: { type: 'Point', coordinates:[-73.86008, 40.88999]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Wakefield'}, geometry: { type: 'Point', coordinates:[-73.85601, 40.8947]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Wakefield'}, geometry: { type: 'Point', coordinates:[-73.86017, 40.88808]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Wakefield'}, geometry: { type: 'Point', coordinates:[-73.85121, 40.89691]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Wakefield'}, geometry: { type: 'Point', coordinates:[-73.85071, 40.89502]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Wakefield'}, geometry: { type: 'Point', coordinates:[-73.85077, 40.89641]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Wakefield'}, geometry: { type: 'Point', coordinates:[-73.86349, 40.88878]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Wakefield'}, geometry: { type: 'Point', coordinates:[-73.85127, 40.88855]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Wakefield'}, geometry: { type: 'Point', coordinates:[-73.86175, 40.88871]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Wakefield'}, geometry: { type: 'Point', coordinates:[-73.84318, 40.89682]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Wakefield'}, geometry: { type: 'Point', coordinates:[-73.85579, 40.89374]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Wakefield'}, geometry: { type: 'Point', coordinates:[-73.8558, 40.88764]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Wakefield'}, geometry: { type: 'Point', coordinates:[-73.85503, 40.89613]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Wakefield'}, geometry: { type: 'Point', coordinates:[-73.86451, 40.88805]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Wakefield'}, geometry: { type: 'Point', coordinates:[-73.85723, 40.89702]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Wakefield'}, geometry: { type: 'Point', coordinates:[-73.85693, 40.89766]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Wakefield'}, geometry: { type: 'Point', coordinates:[-73.85639, 40.89756]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Wakefield'}, geometry: { type: 'Point', coordinates:[-73.84279, 40.89399]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Wakefield'}, geometry: { type: 'Point', coordinates:[-73.85372, 40.8878]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Wakefield'}, geometry: { type: 'Point', coordinates:[-73.85543, 40.89811]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Wakefield'}, geometry: { type: 'Point', coordinates:[-73.8581, 40.89393]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Wakefield'}, geometry: { type: 'Point', coordinates:[-73.86575, 40.88702]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Wakefield'}, geometry: { type: 'Point', coordinates:[-73.84987, 40.89118]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Wakefield'}, geometry: { type: 'Point', coordinates:[-73.84489, 40.90484]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Wakefield'}, geometry: { type: 'Point', coordinates:[-73.85877, 40.89604]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Wakefield'}, geometry: { type: 'Point', coordinates:[-73.84362, 40.894]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Wakefield'}, geometry: { type: 'Point', coordinates:[-73.84392, 40.89429]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Wakefield'}, geometry: { type: 'Point', coordinates:[-73.85975, 40.88563]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Wakefield'}, geometry: { type: 'Point', coordinates:[-73.84789, 40.88688]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Wakefield'}, geometry: { type: 'Point', coordinates:[-73.85201, 40.90281]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Wakefield'}, geometry: { type: 'Point', coordinates:[-73.84808, 40.90444]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Wakefield'}, geometry: { type: 'Point', coordinates:[-73.8448, 40.89385]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Wakefield'}, geometry: { type: 'Point', coordinates:[-73.85076, 40.89308]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Wakefield'}, geometry: { type: 'Point', coordinates:[-73.84844, 40.89382]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93247, 40.85265]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93808, 40.85149]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94095, 40.83139]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94585, 40.83919]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94201, 40.84353]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9419, 40.84688]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94126, 40.84216]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.92888, 40.85612]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93004, 40.85019]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94023, 40.8506]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94039, 40.84442]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9405, 40.84334]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94064, 40.84369]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93789, 40.84258]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93721, 40.8442]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94373, 40.83819]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94228, 40.84687]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94277, 40.83653]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94344, 40.83456]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93584, 40.85122]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93229, 40.85428]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94604, 40.83469]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94646, 40.83621]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93509, 40.8485]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94384, 40.8398]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94048, 40.83716]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.92696, 40.85678]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93267, 40.84717]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93855, 40.84859]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93876, 40.85203]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94087, 40.84241]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94731, 40.83406]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93693, 40.8512]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93664, 40.85098]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94165, 40.83269]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94765, 40.83549]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94502, 40.83663]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93237, 40.85369]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94135, 40.83286]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94411, 40.83255]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93561, 40.84166]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9375, 40.8415]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93162, 40.8568]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94476, 40.83668]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94051, 40.84358]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94139, 40.8434]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94172, 40.84714]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93809, 40.83849]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93172, 40.85413]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.92941, 40.85182]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94295, 40.83998]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.936, 40.85043]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93781, 40.84617]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93727, 40.85677]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9468, 40.8335]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94226, 40.83515]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9394, 40.83301]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9336, 40.85213]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93207, 40.84851]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94039, 40.84594]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94444, 40.83325]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93828, 40.85392]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94577, 40.83701]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94422, 40.83855]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94075, 40.83791]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94203, 40.85261]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93725, 40.84278]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93016, 40.85471]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.92735, 40.85671]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94274, 40.83669]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94215, 40.83326]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94101, 40.84216]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94067, 40.8348]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93859, 40.84901]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93891, 40.84492]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93469, 40.85497]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94207, 40.83769]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94334, 40.83514]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93233, 40.85166]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93866, 40.84726]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94297, 40.83413]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9385, 40.8398]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94127, 40.84309]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93877, 40.84305]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9355, 40.84464]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93982, 40.83473]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94303, 40.8342]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93573, 40.85719]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93804, 40.85152]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93604, 40.84633]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93181, 40.85573]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93273, 40.85245]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9404, 40.8445]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94565, 40.83405]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93912, 40.84223]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94004, 40.8508]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94701, 40.83601]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93775, 40.84918]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.92952, 40.85411]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94022, 40.85183]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94314, 40.83677]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93849, 40.83554]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93824, 40.85181]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94738, 40.83513]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93931, 40.83242]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93911, 40.84959]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94307, 40.83805]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94085, 40.84098]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94245, 40.85119]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93814, 40.84532]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94076, 40.83064]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94277, 40.85008]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93229, 40.84754]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.92661, 40.85741]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94031, 40.84562]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93406, 40.84347]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93364, 40.85135]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94214, 40.83727]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.92855, 40.85768]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.92779, 40.85508]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94036, 40.83799]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93979, 40.84658]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9412, 40.8436]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93445, 40.84733]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94088, 40.8336]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.937, 40.84098]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93066, 40.85564]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93982, 40.84365]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93881, 40.84121]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93003, 40.85674]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94133, 40.84282]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94264, 40.84241]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94117, 40.83137]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93167, 40.85411]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94021, 40.84919]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93839, 40.83355]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93035, 40.85156]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94095, 40.84115]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93813, 40.85326]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93509, 40.85487]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94288, 40.83471]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93867, 40.83403]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93688, 40.8365]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94364, 40.83325]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.92645, 40.85041]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94025, 40.84556]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94487, 40.8347]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93649, 40.85391]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93885, 40.83451]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93705, 40.84221]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93999, 40.84641]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93947, 40.84313]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94265, 40.83892]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93308, 40.85197]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93611, 40.84844]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93777, 40.85558]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93139, 40.85392]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.92976, 40.85264]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93354, 40.8552]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94393, 40.83827]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94303, 40.83818]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94047, 40.85076]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9401, 40.84543]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93776, 40.84697]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9368, 40.85081]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9404, 40.83152]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93881, 40.85181]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93714, 40.84405]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93335, 40.85188]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93333, 40.85036]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93859, 40.83493]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93236, 40.85509]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9399, 40.84444]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93108, 40.85415]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94057, 40.84398]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94827, 40.83713]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94229, 40.84434]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93913, 40.8334]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93808, 40.85497]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93843, 40.83488]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94456, 40.83543]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94801, 40.83498]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94011, 40.84962]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93949, 40.84701]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94668, 40.83573]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93636, 40.84105]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93356, 40.85065]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94048, 40.84917]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94329, 40.83627]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93598, 40.85256]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93828, 40.84369]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93664, 40.85267]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94443, 40.83618]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94224, 40.83755]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93117, 40.85783]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93406, 40.85496]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93741, 40.85585]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93821, 40.85262]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93978, 40.84448]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9356, 40.84191]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93115, 40.8483]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93976, 40.85264]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93759, 40.84916]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9425, 40.83384]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93956, 40.85054]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93535, 40.83921]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94018, 40.84899]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94413, 40.8347]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.92903, 40.85022]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94156, 40.8395]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94093, 40.84287]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.939, 40.83549]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93526, 40.85358]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93987, 40.8455]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93649, 40.85042]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93744, 40.8439]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94063, 40.84103]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94347, 40.8331]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93739, 40.84133]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93902, 40.84578]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94472, 40.83613]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94735, 40.83436]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93858, 40.8429]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93726, 40.84486]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94738, 40.83428]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93354, 40.85722]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94048, 40.83335]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93901, 40.84326]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94171, 40.83767]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94045, 40.84723]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93374, 40.84467]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93612, 40.85823]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.92985, 40.85127]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94072, 40.83324]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93869, 40.83494]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93564, 40.84536]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93297, 40.85515]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9429, 40.83698]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9333, 40.85597]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94145, 40.83271]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94153, 40.84821]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93067, 40.85141]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94241, 40.84777]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93928, 40.85073]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93945, 40.84542]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93733, 40.84465]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94777, 40.83591]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94019, 40.83935]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93618, 40.84616]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93554, 40.84444]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93167, 40.8515]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.92804, 40.85447]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93585, 40.85425]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93805, 40.84257]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93675, 40.84408]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.92973, 40.85468]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93571, 40.84535]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94522, 40.8469]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93834, 40.83329]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94188, 40.84454]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94552, 40.83559]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.92771, 40.85466]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93891, 40.84369]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94093, 40.83071]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93657, 40.8465]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94528, 40.83499]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.92954, 40.85129]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94089, 40.84035]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93197, 40.8538]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94317, 40.83481]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93673, 40.84492]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.92759, 40.85487]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93583, 40.84832]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94461, 40.83284]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94074, 40.85197]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94187, 40.84643]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94224, 40.83837]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94729, 40.83549]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93849, 40.84248]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93083, 40.85504]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93833, 40.83846]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93204, 40.85332]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93146, 40.84943]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93985, 40.84203]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93118, 40.85081]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9378, 40.85082]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93954, 40.84782]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93774, 40.83572]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94205, 40.84693]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93187, 40.85369]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93968, 40.84539]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93298, 40.85365]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94208, 40.84376]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94758, 40.83426]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93717, 40.85516]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93751, 40.8411]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93968, 40.84412]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94029, 40.83466]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94581, 40.83562]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93085, 40.85618]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94167, 40.84955]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94062, 40.83625]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93753, 40.84247]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93571, 40.84478]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93924, 40.84077]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94452, 40.83488]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94095, 40.8379]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93833, 40.85064]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93602, 40.85029]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93126, 40.84946]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9383, 40.8339]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94203, 40.84194]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93805, 40.83908]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93766, 40.83902]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94756, 40.83571]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93564, 40.85663]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94172, 40.84545]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93952, 40.84522]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9398, 40.85529]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93325, 40.84606]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94446, 40.83428]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94227, 40.83458]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94181, 40.84686]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94059, 40.83365]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93945, 40.84966]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93794, 40.85287]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94385, 40.83815]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93789, 40.85704]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93914, 40.84237]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9303, 40.85077]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93872, 40.8531]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93833, 40.8403]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93313, 40.85479]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.92705, 40.85519]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93666, 40.84377]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93743, 40.85014]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94487, 40.83636]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93508, 40.84524]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94228, 40.84399]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93931, 40.84806]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93681, 40.8513]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94393, 40.83353]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94284, 40.84828]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93169, 40.85688]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94313, 40.8385]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94009, 40.83484]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93617, 40.85104]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94302, 40.83366]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9287, 40.85083]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93652, 40.85177]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94007, 40.8331]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93842, 40.8359]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94162, 40.83611]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94132, 40.84478]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.92784, 40.85719]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.92763, 40.85502]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94143, 40.84656]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94279, 40.83987]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93252, 40.84684]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94202, 40.84874]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9461, 40.83913]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9405, 40.85244]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94199, 40.85147]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93141, 40.851]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93181, 40.85341]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94161, 40.83885]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94178, 40.84777]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.92863, 40.85516]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93808, 40.84045]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93049, 40.85076]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93555, 40.85803]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93225, 40.8532]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9452, 40.83525]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93089, 40.85143]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93361, 40.85295]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93771, 40.85147]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94113, 40.83358]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94294, 40.83638]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94339, 40.83229]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9399, 40.83705]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93744, 40.85509]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94028, 40.8327]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93252, 40.84659]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94114, 40.8528]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93317, 40.84915]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94304, 40.83433]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94156, 40.83267]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94064, 40.84398]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94504, 40.8351]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93789, 40.85151]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94372, 40.83729]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93306, 40.84787]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.92851, 40.85424]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93517, 40.8555]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9411, 40.83191]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94557, 40.83923]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94167, 40.83294]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94094, 40.83471]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93137, 40.85482]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9352, 40.85263]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93838, 40.83321]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94218, 40.84441]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93727, 40.84064]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93716, 40.84861]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93958, 40.8521]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94145, 40.84742]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94327, 40.83416]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94176, 40.83685]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93623, 40.85083]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94052, 40.83175]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93925, 40.84289]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93918, 40.84245]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93179, 40.85494]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93785, 40.85396]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94232, 40.83551]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93232, 40.85338]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9322, 40.85108]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93633, 40.84872]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93912, 40.85108]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94109, 40.84089]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93772, 40.84232]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93719, 40.84469]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93236, 40.85009]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.92886, 40.85204]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94182, 40.84412]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93509, 40.85563]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94004, 40.84687]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93894, 40.83721]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94033, 40.83591]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93938, 40.83298]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94541, 40.83397]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93724, 40.84637]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93954, 40.84039]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93684, 40.84008]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94034, 40.8449]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93204, 40.85428]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94171, 40.84202]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93536, 40.84977]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93593, 40.84695]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93107, 40.84849]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94079, 40.84345]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94065, 40.85117]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93969, 40.84387]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93515, 40.83307]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93916, 40.85221]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94256, 40.83907]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93959, 40.84957]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93108, 40.85198]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94166, 40.83503]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94095, 40.83588]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.92901, 40.85774]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93305, 40.85513]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93024, 40.85612]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94294, 40.83602]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93886, 40.8407]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94327, 40.83912]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93091, 40.8544]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93861, 40.84501]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94191, 40.83846]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93936, 40.85157]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93645, 40.85029]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93716, 40.84205]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94062, 40.84316]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.92912, 40.85547]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9362, 40.84699]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93886, 40.84245]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93432, 40.8466]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93898, 40.84182]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93866, 40.8419]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94457, 40.83568]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.92656, 40.85658]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94144, 40.83396]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94565, 40.83414]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9378, 40.85516]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93697, 40.84118]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94274, 40.84725]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94095, 40.83559]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93706, 40.83441]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93544, 40.84074]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94027, 40.83434]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93998, 40.84566]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9412, 40.83845]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94293, 40.83477]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93722, 40.85139]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93874, 40.84354]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94063, 40.84417]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94092, 40.84798]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93979, 40.85104]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9298, 40.85735]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93013, 40.85419]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94203, 40.83354]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94045, 40.8352]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93848, 40.84915]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94175, 40.84301]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94614, 40.83994]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94184, 40.83221]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93455, 40.85549]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93905, 40.85084]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93676, 40.84218]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.943, 40.83524]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93512, 40.84769]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9302, 40.85672]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93044, 40.84989]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93583, 40.84531]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94061, 40.83278]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93527, 40.85296]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93588, 40.85188]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93642, 40.84898]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93555, 40.85304]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93748, 40.84517]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9379, 40.84666]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93875, 40.84764]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9404, 40.83558]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93063, 40.85764]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94131, 40.84826]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94169, 40.83711]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94059, 40.85131]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93325, 40.85111]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94587, 40.83489]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93978, 40.83588]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94065, 40.84457]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93739, 40.84482]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94315, 40.85063]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94334, 40.83219]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94166, 40.836]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93658, 40.84504]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94174, 40.83279]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94326, 40.83266]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93643, 40.83693]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94303, 40.84468]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93974, 40.83537]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9357, 40.84657]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93915, 40.83625]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94306, 40.83288]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9391, 40.84749]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94543, 40.839]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93444, 40.84661]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94314, 40.83368]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94253, 40.84362]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93968, 40.83549]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94196, 40.8372]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94553, 40.83403]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94428, 40.83532]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.92853, 40.85197]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93957, 40.83307]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94511, 40.83328]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94182, 40.83373]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94214, 40.83498]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93432, 40.84941]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94327, 40.8334]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93972, 40.8484]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93061, 40.85338]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.92916, 40.85277]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9291, 40.85329]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94078, 40.84502]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93704, 40.84855]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.92972, 40.85394]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93693, 40.84243]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94117, 40.84328]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93148, 40.85867]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94125, 40.83089]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93896, 40.84082]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94178, 40.83515]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93922, 40.84344]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93694, 40.84099]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94328, 40.83261]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94116, 40.84745]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.92853, 40.85492]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94442, 40.83344]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94104, 40.84034]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93794, 40.84211]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93764, 40.84411]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93758, 40.83891]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94186, 40.83856]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94617, 40.83482]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.92513, 40.86069]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94093, 40.85083]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93771, 40.84261]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94207, 40.83547]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.92878, 40.85308]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94271, 40.85046]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94256, 40.83794]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93996, 40.8471]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94345, 40.83479]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9457, 40.83456]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94288, 40.8385]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94731, 40.83878]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94191, 40.84021]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94434, 40.8363]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94187, 40.84984]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93188, 40.85065]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93299, 40.84862]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.92716, 40.85268]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94163, 40.83387]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93855, 40.83942]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93529, 40.85123]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.92894, 40.85171]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93713, 40.83714]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93501, 40.8471]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.932, 40.85679]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9305, 40.85333]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94118, 40.83873]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93978, 40.84503]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93508, 40.85289]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93861, 40.84634]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94193, 40.84857]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93928, 40.84063]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94088, 40.83658]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94344, 40.85117]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93987, 40.85573]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.92967, 40.85155]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93559, 40.85865]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93596, 40.85321]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94411, 40.83856]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94044, 40.84491]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94324, 40.83687]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93346, 40.84773]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94134, 40.84359]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94012, 40.83265]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94108, 40.83315]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93978, 40.84347]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93965, 40.84473]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93574, 40.84131]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94045, 40.83766]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93009, 40.8584]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94081, 40.83784]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93929, 40.85041]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94408, 40.83261]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94072, 40.84353]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93815, 40.85153]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93706, 40.83473]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94664, 40.83712]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94469, 40.83383]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94274, 40.83418]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94462, 40.83358]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94351, 40.83735]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93251, 40.84773]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93306, 40.85561]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93838, 40.84104]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93734, 40.85121]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93178, 40.85016]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93832, 40.83783]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93286, 40.85797]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94333, 40.83336]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94065, 40.84393]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94166, 40.84896]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93232, 40.85355]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93641, 40.85557]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9385, 40.84002]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94609, 40.83556]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93865, 40.83659]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.92897, 40.85882]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93526, 40.84457]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94392, 40.83751]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93113, 40.85801]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94406, 40.83495]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94281, 40.83927]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9283, 40.85531]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93009, 40.85176]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94045, 40.84119]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94059, 40.84591]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93855, 40.85039]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94211, 40.83847]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93095, 40.85354]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93602, 40.84067]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94161, 40.85257]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9292, 40.85416]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9402, 40.83788]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9325, 40.85035]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93563, 40.85322]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93934, 40.84497]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93809, 40.84545]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94299, 40.84689]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93742, 40.84427]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93356, 40.85884]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93735, 40.84005]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94319, 40.8465]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93698, 40.84111]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93844, 40.85133]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94638, 40.83771]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93498, 40.85228]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93372, 40.85475]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94045, 40.84305]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93977, 40.84664]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93874, 40.83298]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93712, 40.84215]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93779, 40.84505]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94182, 40.83333]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93822, 40.84102]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93639, 40.84114]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93004, 40.85711]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93979, 40.84393]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94328, 40.84437]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9429, 40.8317]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94486, 40.8327]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9385, 40.84381]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94261, 40.83206]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9364, 40.83193]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9343, 40.84848]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94234, 40.8357]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93629, 40.84698]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93198, 40.85432]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94476, 40.83448]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93048, 40.85787]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93648, 40.85504]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93021, 40.85471]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93027, 40.85053]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93011, 40.85671]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94231, 40.83644]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9305, 40.85186]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9368, 40.85241]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93903, 40.84449]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9277, 40.85712]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94474, 40.83399]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94471, 40.84346]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93469, 40.85604]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9372, 40.84963]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94011, 40.83441]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94343, 40.83713]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93821, 40.83288]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94349, 40.84813]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93579, 40.85051]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.92975, 40.85652]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94028, 40.84669]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93449, 40.84878]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94081, 40.83318]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93754, 40.85114]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94125, 40.85084]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94, 40.83463]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93374, 40.85769]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93369, 40.8447]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93884, 40.84156]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94059, 40.84335]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93907, 40.85128]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9442, 40.83761]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94375, 40.83416]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93141, 40.85617]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93528, 40.85521]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93928, 40.83741]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94415, 40.83773]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94421, 40.83803]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94125, 40.84062]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93802, 40.83901]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93784, 40.84411]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.92928, 40.85842]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93863, 40.85015]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93982, 40.85075]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93937, 40.84996]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93916, 40.84278]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93585, 40.8481]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94459, 40.83365]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93782, 40.83865]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93271, 40.85522]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93858, 40.83473]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93574, 40.84239]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93829, 40.84332]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93843, 40.84493]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94148, 40.83362]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94094, 40.84377]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94067, 40.83604]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93816, 40.84198]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93864, 40.84751]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93605, 40.84269]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93147, 40.85622]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93851, 40.85073]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9359, 40.84195]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9301, 40.85148]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93427, 40.85598]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93235, 40.85131]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94093, 40.85019]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93797, 40.85]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94279, 40.84747]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93741, 40.85548]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93128, 40.85879]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94324, 40.84385]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94212, 40.83694]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93715, 40.83985]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93701, 40.85199]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94124, 40.83695]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94334, 40.83535]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93258, 40.85749]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94182, 40.8375]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.92921, 40.85811]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93576, 40.84448]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94353, 40.83945]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93829, 40.84909]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94457, 40.83432]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94249, 40.83723]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94372, 40.83543]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93578, 40.84623]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94102, 40.83956]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93654, 40.8444]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94013, 40.83385]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93493, 40.85045]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94008, 40.83309]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93335, 40.85395]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.92986, 40.85677]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93512, 40.83963]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94254, 40.83401]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9399, 40.8312]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94224, 40.83454]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93515, 40.84877]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94036, 40.85159]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93199, 40.84884]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94438, 40.83711]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93046, 40.85068]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94046, 40.84864]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94101, 40.83132]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93819, 40.83839]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.92844, 40.85867]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94117, 40.83235]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93436, 40.84662]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94219, 40.8459]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93734, 40.83587]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94091, 40.8531]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93457, 40.85116]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93097, 40.84911]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9372, 40.85068]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94596, 40.83958]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94099, 40.83619]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94218, 40.83294]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93847, 40.83583]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9438, 40.83414]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94214, 40.8524]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93566, 40.84367]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.92861, 40.85845]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9402, 40.83431]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9398, 40.83523]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93456, 40.8522]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93976, 40.83827]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93048, 40.85719]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93549, 40.84467]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.92789, 40.85549]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94108, 40.85079]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94383, 40.83649]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93479, 40.84534]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94298, 40.83367]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94393, 40.83686]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93855, 40.84616]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93821, 40.84877]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9458, 40.8337]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94179, 40.83528]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94216, 40.8392]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.92982, 40.85359]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9468, 40.83871]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.92868, 40.85167]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93541, 40.84707]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94638, 40.83419]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93777, 40.85487]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93584, 40.84551]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94087, 40.83776]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.9422, 40.84345]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94105, 40.85025]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94328, 40.83779]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94391, 40.8358]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93126, 40.85244]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93715, 40.85677]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.939, 40.84119]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94151, 40.83545]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94283, 40.84543]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94199, 40.83702]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93703, 40.85115]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93961, 40.83469]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94275, 40.83424]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93885, 40.84058]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94527, 40.83299]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94256, 40.83701]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94062, 40.85457]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94033, 40.8362]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94506, 40.83734]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94586, 40.83591]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93245, 40.8556]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.93266, 40.85442]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, Washington Heights'}, geometry: { type: 'Point', coordinates:[-73.94029, 40.84482]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, West Brighton'}, geometry: { type: 'Point', coordinates:[-74.11375, 40.63402]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, West Brighton'}, geometry: { type: 'Point', coordinates:[-74.11707, 40.63452]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, West Brighton'}, geometry: { type: 'Point', coordinates:[-74.11749, 40.63291]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, West Brighton'}, geometry: { type: 'Point', coordinates:[-74.11518, 40.63438]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, West Brighton'}, geometry: { type: 'Point', coordinates:[-74.11109, 40.62625]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, West Brighton'}, geometry: { type: 'Point', coordinates:[-74.11777, 40.63291]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, West Brighton'}, geometry: { type: 'Point', coordinates:[-74.124, 40.63182]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, West Brighton'}, geometry: { type: 'Point', coordinates:[-74.11494, 40.63209]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, West Brighton'}, geometry: { type: 'Point', coordinates:[-74.12278, 40.63116]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, West Brighton'}, geometry: { type: 'Point', coordinates:[-74.11396, 40.63302]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, West Brighton'}, geometry: { type: 'Point', coordinates:[-74.12393, 40.63149]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, West Brighton'}, geometry: { type: 'Point', coordinates:[-74.10801, 40.62398]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, West Brighton'}, geometry: { type: 'Point', coordinates:[-74.11311, 40.63333]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, West Brighton'}, geometry: { type: 'Point', coordinates:[-74.12316, 40.63168]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, West Brighton'}, geometry: { type: 'Point', coordinates:[-74.11403, 40.63215]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, West Brighton'}, geometry: { type: 'Point', coordinates:[-74.11351, 40.63229]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, West Brighton'}, geometry: { type: 'Point', coordinates:[-74.10942, 40.63471]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, West Farms'}, geometry: { type: 'Point', coordinates:[-73.87518, 40.83942]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, West Farms'}, geometry: { type: 'Point', coordinates:[-73.88173, 40.84328]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, West Farms'}, geometry: { type: 'Point', coordinates:[-73.87956, 40.84533]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Bronx, West Farms'}, geometry: { type: 'Point', coordinates:[-73.88096, 40.84449]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00456, 40.73746]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00469, 40.73678]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00144, 40.73509]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00303, 40.73531]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00375, 40.73571]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00317, 40.72941]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00112, 40.73495]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00614, 40.73939]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00566, 40.73678]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00563, 40.73944]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00792, 40.73516]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00405, 40.7356]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00341, 40.7327]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00698, 40.73815]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00301, 40.73433]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00056, 40.73574]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00301, 40.7304]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00162, 40.73177]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0047, 40.73786]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00734, 40.73283]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00825, 40.73452]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00929, 40.73816]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00572, 40.73193]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00323, 40.73509]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0042, 40.73312]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00059, 40.73291]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00413, 40.73277]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-73.99851, 40.73718]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00626, 40.73195]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00131, 40.73374]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00379, 40.72958]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00663, 40.73021]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.004, 40.73616]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00425, 40.73879]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00537, 40.73866]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00448, 40.73532]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00498, 40.73086]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00208, 40.73005]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00321, 40.72945]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00215, 40.73134]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.01, 40.73182]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00314, 40.73113]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00624, 40.72962]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00604, 40.73417]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00171, 40.73742]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00238, 40.73453]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-73.99887, 40.73764]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00362, 40.73342]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00549, 40.73399]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00791, 40.73341]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00482, 40.72918]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00591, 40.73612]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00302, 40.73394]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00203, 40.73308]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00541, 40.73105]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00502, 40.73319]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-73.99997, 40.73608]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00452, 40.73139]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00097, 40.73545]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00475, 40.73314]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00366, 40.73178]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00646, 40.73389]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00545, 40.73271]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00979, 40.73295]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00254, 40.73194]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00155, 40.73478]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00095, 40.73261]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00387, 40.72976]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00521, 40.73552]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00271, 40.73185]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00774, 40.73986]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00263, 40.73546]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0065, 40.73767]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00047, 40.73814]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00319, 40.73096]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00686, 40.73121]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00256, 40.73401]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00511, 40.73326]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00474, 40.73588]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00615, 40.73119]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00409, 40.7374]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-73.99955, 40.73447]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00267, 40.73011]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00884, 40.72952]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00816, 40.73723]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00619, 40.73993]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00354, 40.73392]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00761, 40.73311]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00903, 40.73556]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0021, 40.73058]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00691, 40.73666]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00879, 40.73467]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00254, 40.73808]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0049, 40.73953]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00104, 40.7341]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.01, 40.73142]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00258, 40.73605]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00621, 40.73418]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00397, 40.72965]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00302, 40.73089]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00457, 40.73492]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00635, 40.73431]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0029, 40.73118]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00821, 40.73854]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00223, 40.73039]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00212, 40.7316]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-73.99903, 40.73435]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00021, 40.73446]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00329, 40.73233]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00191, 40.7359]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00906, 40.73103]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-73.99837, 40.73702]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00701, 40.73563]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00541, 40.72989]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00275, 40.73477]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00518, 40.73506]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00546, 40.73055]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00176, 40.73938]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00213, 40.73236]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0051, 40.73547]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00324, 40.73035]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00414, 40.72975]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00887, 40.7304]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00116, 40.73261]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00266, 40.73447]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00755, 40.73756]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00377, 40.73231]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00151, 40.73158]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00508, 40.73411]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.009, 40.73618]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00232, 40.73713]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00503, 40.73848]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.01022, 40.7331]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00505, 40.73598]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.01051, 40.73212]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.001, 40.73303]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00297, 40.73053]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00531, 40.73692]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00212, 40.73116]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00208, 40.73039]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.009, 40.73983]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00612, 40.73621]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00672, 40.73465]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00128, 40.73341]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-73.99963, 40.73798]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00345, 40.73874]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00588, 40.73433]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00974, 40.73126]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00005, 40.73496]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0051, 40.73561]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00529, 40.73545]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00686, 40.73545]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00773, 40.73728]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00445, 40.72976]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0046, 40.73386]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.005, 40.73303]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00364, 40.74012]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00922, 40.73611]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00369, 40.73001]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00725, 40.73745]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.003, 40.733]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00531, 40.73214]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00421, 40.73022]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00498, 40.73041]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00118, 40.73303]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0034, 40.72999]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00027, 40.73824]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00177, 40.7339]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00551, 40.73845]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00145, 40.73858]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.001, 40.7353]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00522, 40.73896]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00293, 40.72891]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00711, 40.73613]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0041, 40.73365]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00121, 40.73658]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00635, 40.73575]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0042, 40.72975]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00348, 40.72981]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00619, 40.7366]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00429, 40.74032]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00084, 40.73464]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00197, 40.73103]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00379, 40.73021]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00213, 40.73419]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00237, 40.73129]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00848, 40.73166]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00383, 40.73867]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00318, 40.72946]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00615, 40.73552]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00656, 40.73453]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-73.99927, 40.73649]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00482, 40.73309]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00607, 40.73523]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00214, 40.73169]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00411, 40.73242]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00577, 40.73326]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0049, 40.73394]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00401, 40.73226]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00481, 40.72941]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00507, 40.73086]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00582, 40.73282]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00208, 40.7354]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00953, 40.73976]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00086, 40.73389]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00556, 40.7303]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00239, 40.73198]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00059, 40.73304]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00889, 40.73616]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00014, 40.7385]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00172, 40.73161]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00274, 40.73817]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00287, 40.73066]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00836, 40.73673]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00378, 40.73088]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00928, 40.73221]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00633, 40.73702]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00175, 40.73394]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00331, 40.73541]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0066, 40.73435]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00162, 40.73076]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00244, 40.73505]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00841, 40.73953]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00429, 40.73115]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00845, 40.73723]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00056, 40.73611]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00201, 40.73618]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00872, 40.74033]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00118, 40.73449]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00301, 40.73106]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00754, 40.73014]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00632, 40.73316]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-73.99969, 40.73428]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00346, 40.73897]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00263, 40.73642]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-73.99996, 40.73496]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00582, 40.73577]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00257, 40.73245]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00497, 40.73367]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00497, 40.73037]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00585, 40.73302]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-73.99976, 40.73448]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0049, 40.72861]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00217, 40.73525]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00268, 40.73079]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00497, 40.7404]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0079, 40.74]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-73.99903, 40.73598]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00236, 40.73426]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00184, 40.73226]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00121, 40.73374]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-73.99814, 40.73598]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-73.99982, 40.73376]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00355, 40.73223]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00188, 40.73214]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00611, 40.73631]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00427, 40.73944]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00324, 40.73271]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00415, 40.73898]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00461, 40.7321]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00222, 40.73009]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00218, 40.73361]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00434, 40.73323]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00589, 40.73185]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00834, 40.73482]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00343, 40.73697]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00215, 40.73003]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00649, 40.73015]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00001, 40.73414]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00405, 40.73849]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00832, 40.73674]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00667, 40.73515]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00492, 40.73458]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00422, 40.73264]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00467, 40.73861]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00146, 40.73764]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00243, 40.72943]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00147, 40.73854]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00698, 40.73254]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00327, 40.7287]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00049, 40.73368]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00578, 40.73491]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00411, 40.73674]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0014, 40.73905]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-73.99851, 40.73666]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00662, 40.73865]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0004, 40.73735]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00385, 40.73892]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00089, 40.73521]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00238, 40.73075]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00539, 40.73672]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00397, 40.73696]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00465, 40.73413]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00163, 40.73107]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00217, 40.73018]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00351, 40.73643]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-73.99971, 40.73792]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00461, 40.72914]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0062, 40.7406]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00161, 40.73123]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00157, 40.73765]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00343, 40.73043]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00876, 40.73652]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00394, 40.73424]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-73.99764, 40.73716]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00484, 40.73742]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00464, 40.73409]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0034, 40.72873]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00325, 40.73061]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00859, 40.73253]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00418, 40.73492]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00808, 40.73458]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00737, 40.73555]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00161, 40.73508]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00567, 40.73664]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00768, 40.73817]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00365, 40.73381]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00861, 40.7354]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00933, 40.73967]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00381, 40.74]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00125, 40.73855]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00341, 40.72988]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00761, 40.73646]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00235, 40.73296]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00423, 40.7322]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00604, 40.73326]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00476, 40.73316]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00378, 40.73533]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00606, 40.73181]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00688, 40.73281]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00198, 40.73011]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00591, 40.73123]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00268, 40.73301]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-73.99975, 40.73469]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00322, 40.73207]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00502, 40.73331]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00108, 40.73894]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00222, 40.73292]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00063, 40.73866]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00817, 40.73143]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00113, 40.73752]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00904, 40.73173]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00246, 40.7296]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00845, 40.7328]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00263, 40.73408]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00416, 40.74036]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-73.99982, 40.73354]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00138, 40.73551]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00263, 40.73722]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00158, 40.73467]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0041, 40.73612]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00357, 40.73399]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00329, 40.73414]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00167, 40.73551]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00525, 40.7353]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00241, 40.73957]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00426, 40.74004]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00115, 40.739]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00259, 40.73377]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00292, 40.73427]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00466, 40.74005]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00324, 40.73831]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00594, 40.73461]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00329, 40.73186]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0036, 40.73988]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00365, 40.73444]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00348, 40.73811]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00501, 40.73704]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00252, 40.73265]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00228, 40.73494]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-73.99977, 40.73631]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00723, 40.73357]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00589, 40.73509]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00642, 40.73519]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0063, 40.73513]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0017, 40.73539]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00824, 40.7326]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00392, 40.73733]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00186, 40.73326]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00378, 40.7385]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00963, 40.73406]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00586, 40.73983]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00882, 40.73753]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00605, 40.73158]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00464, 40.73105]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00401, 40.73311]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00524, 40.73707]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00525, 40.73426]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00261, 40.73406]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00128, 40.73836]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00185, 40.73612]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00456, 40.73308]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00916, 40.73291]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00481, 40.73157]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00473, 40.73318]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00373, 40.73607]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00875, 40.73858]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00043, 40.73722]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00406, 40.73096]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00181, 40.73773]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00131, 40.7383]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00251, 40.73041]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00745, 40.73318]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00438, 40.73593]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00755, 40.73295]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00252, 40.73848]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00525, 40.74005]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00854, 40.73249]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0092, 40.73885]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00232, 40.73117]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00063, 40.73792]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00261, 40.72965]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00841, 40.73634]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00341, 40.73571]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00285, 40.73105]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00189, 40.73204]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00532, 40.74031]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00634, 40.73614]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00074, 40.73276]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-73.99929, 40.73641]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00523, 40.73144]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00392, 40.73146]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00139, 40.73795]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00493, 40.73191]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00241, 40.73194]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00311, 40.73624]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00364, 40.73484]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00399, 40.73204]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00665, 40.74039]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-73.99858, 40.73756]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00304, 40.73589]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00303, 40.73564]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00571, 40.7331]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00285, 40.73254]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-73.9992, 40.73642]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0062, 40.73847]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00175, 40.73307]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00517, 40.73328]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00658, 40.73504]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00059, 40.73713]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0068, 40.73557]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00844, 40.73943]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00053, 40.73248]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0021, 40.73196]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00923, 40.73362]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00825, 40.73548]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00606, 40.73822]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00356, 40.73988]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00433, 40.73818]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0062, 40.7378]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00012, 40.73738]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00659, 40.73563]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00402, 40.73495]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00704, 40.73273]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00371, 40.73704]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-73.99823, 40.73564]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.006, 40.73557]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00319, 40.73103]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00429, 40.73378]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00303, 40.73442]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00468, 40.7328]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-73.99794, 40.73776]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00228, 40.73162]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00593, 40.73795]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00052, 40.73243]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00189, 40.73194]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00578, 40.74029]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00526, 40.73198]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0083, 40.73568]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00382, 40.73932]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00011, 40.73384]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00375, 40.73669]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00309, 40.73174]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00338, 40.72911]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00529, 40.73193]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00074, 40.73799]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00086, 40.73703]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00241, 40.73933]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.01043, 40.73261]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00534, 40.73068]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00549, 40.73354]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00807, 40.73982]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00095, 40.73376]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00282, 40.73078]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00911, 40.73607]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00231, 40.73751]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00494, 40.7363]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00462, 40.72953]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00826, 40.73507]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00647, 40.73514]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00038, 40.73386]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00774, 40.72998]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00294, 40.73023]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00281, 40.7332]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00275, 40.73245]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-73.99978, 40.73612]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00973, 40.73721]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00226, 40.73655]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00922, 40.73215]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00666, 40.73581]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00276, 40.72934]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00818, 40.73539]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00259, 40.73016]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00351, 40.73064]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.01022, 40.73598]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00556, 40.73674]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00212, 40.73799]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00853, 40.73322]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00234, 40.72966]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-73.99967, 40.73444]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00284, 40.73033]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00531, 40.73085]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00878, 40.73711]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0004, 40.73446]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00546, 40.74069]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00471, 40.73331]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00213, 40.73727]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00527, 40.74049]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00143, 40.73459]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00205, 40.73281]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00461, 40.73133]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00244, 40.73233]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.005, 40.73299]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0018, 40.73897]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00303, 40.73259]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00154, 40.7313]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00462, 40.73434]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00932, 40.73243]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0057, 40.73408]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00614, 40.73455]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00835, 40.73314]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00275, 40.73142]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0031, 40.73532]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00419, 40.73175]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00493, 40.7375]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00828, 40.73612]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0045, 40.73089]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00053, 40.73278]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-73.99751, 40.7365]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00467, 40.73254]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00797, 40.73272]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00637, 40.73485]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00243, 40.72966]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00752, 40.73338]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00173, 40.73255]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00819, 40.73384]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00353, 40.73236]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00014, 40.73747]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00562, 40.73444]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00684, 40.73581]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00173, 40.73178]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00444, 40.73299]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00524, 40.73359]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00358, 40.73713]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-73.99763, 40.73638]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00388, 40.73144]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0046, 40.73418]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00139, 40.73465]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00492, 40.73592]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00347, 40.73456]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00369, 40.73398]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.004, 40.73229]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00488, 40.73989]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00266, 40.73045]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00456, 40.72994]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00534, 40.73369]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-73.99739, 40.73702]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00095, 40.73282]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00345, 40.72921]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00554, 40.73552]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.006, 40.73275]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00602, 40.7383]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00589, 40.73849]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00539, 40.73364]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00186, 40.73908]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00806, 40.7383]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00335, 40.73247]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00679, 40.73191]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00489, 40.7319]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00348, 40.73176]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00784, 40.7347]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0057, 40.73377]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00686, 40.73746]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0033, 40.72963]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00306, 40.7328]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00242, 40.73321]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00147, 40.73622]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00404, 40.73242]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00015, 40.73478]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00048, 40.73507]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00487, 40.73429]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0039, 40.7332]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00844, 40.73326]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.001, 40.73476]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00649, 40.73183]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00867, 40.73474]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00238, 40.73682]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00106, 40.73179]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00684, 40.73123]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0062, 40.73151]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00398, 40.73881]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0005, 40.7349]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00242, 40.73095]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00299, 40.7382]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00458, 40.73057]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00184, 40.73145]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00414, 40.74021]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00269, 40.73825]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-73.99758, 40.73761]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-73.99983, 40.73522]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00489, 40.73223]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00209, 40.73537]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00716, 40.73552]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00036, 40.73623]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0048, 40.73598]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00381, 40.73004]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00322, 40.73659]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00479, 40.73472]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00327, 40.73164]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.01049, 40.73704]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00528, 40.73151]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00388, 40.73578]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00404, 40.73267]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00285, 40.72884]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00927, 40.73596]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00365, 40.73454]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00282, 40.7391]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00527, 40.73564]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0062, 40.73264]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00225, 40.73464]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00326, 40.73041]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00465, 40.72986]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00928, 40.73162]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00621, 40.73145]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00317, 40.7363]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00356, 40.73781]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00283, 40.73405]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00484, 40.73535]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00067, 40.73894]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00722, 40.73241]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00413, 40.73886]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-73.998, 40.73675]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00104, 40.73334]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00854, 40.7342]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00039, 40.73608]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00422, 40.73379]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00653, 40.73002]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-73.99957, 40.7355]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00371, 40.73066]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00865, 40.73187]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0036, 40.73433]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00618, 40.7349]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00321, 40.73095]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0043, 40.73587]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00502, 40.73126]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0028, 40.73458]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00207, 40.73271]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00328, 40.7338]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-73.99996, 40.73776]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.002, 40.73762]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00298, 40.73129]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0052, 40.73333]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00459, 40.73133]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00485, 40.73634]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00393, 40.73638]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00684, 40.73282]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00603, 40.73768]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00865, 40.73213]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00608, 40.73237]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00329, 40.73271]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00879, 40.73104]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00601, 40.73632]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-73.99793, 40.7371]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00568, 40.73123]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00336, 40.73313]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00386, 40.73486]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-73.99994, 40.73436]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00746, 40.73451]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00323, 40.7334]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00499, 40.73223]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00033, 40.73495]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00623, 40.73272]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00222, 40.73075]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00157, 40.73327]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00474, 40.73161]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00555, 40.73071]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00635, 40.72969]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00706, 40.73882]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00355, 40.73245]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00256, 40.73618]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00215, 40.73246]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00178, 40.73336]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00393, 40.73208]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00661, 40.7354]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00298, 40.73403]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00313, 40.73933]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00453, 40.7325]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0056, 40.73604]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-73.99814, 40.73647]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00433, 40.72916]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00621, 40.73409]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00287, 40.73778]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00262, 40.7316]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-73.99964, 40.7355]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0078, 40.73571]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00129, 40.73444]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00183, 40.73788]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00546, 40.7334]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0037, 40.73511]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0104, 40.73078]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00521, 40.73369]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00379, 40.73267]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00356, 40.73272]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00149, 40.73179]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0044, 40.73475]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00194, 40.73842]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00537, 40.74012]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00557, 40.72983]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00591, 40.73737]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00262, 40.7344]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00854, 40.73246]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00462, 40.73384]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00344, 40.73775]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00272, 40.73378]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00378, 40.73247]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00429, 40.73132]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00314, 40.73338]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-73.99941, 40.73778]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00782, 40.73316]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00713, 40.73261]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00302, 40.73345]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00451, 40.73137]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00586, 40.73837]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00789, 40.73405]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00721, 40.73415]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00173, 40.73648]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00322, 40.73279]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00412, 40.73305]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00342, 40.73887]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-73.99954, 40.73514]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00431, 40.73084]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00405, 40.73756]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.0046, 40.73423]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00313, 40.73485]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00323, 40.73529]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00476, 40.73526]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00468, 40.73807]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00454, 40.73351]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00798, 40.73427]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00428, 40.73123]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00225, 40.73319]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00572, 40.73695]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00433, 40.73192]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00304, 40.73015]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00141, 40.73454]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00807, 40.73729]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.006, 40.73455]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00784, 40.73208]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00615, 40.73342]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-73.99944, 40.73521]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00101, 40.73474]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00237, 40.73303]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00562, 40.73001]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00697, 40.72969]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00708, 40.7317]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00475, 40.72999]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00183, 40.73316]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00312, 40.73455]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00955, 40.73404]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00489, 40.7381]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-73.99977, 40.73439]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00181, 40.73626]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00644, 40.73226]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00619, 40.73858]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00434, 40.7341]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00344, 40.73521]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00192, 40.73671]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Manhattan, West Village'}, geometry: { type: 'Point', coordinates:[-74.00378, 40.73908]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Westchester Square'}, geometry: { type: 'Point', coordinates:[-73.84911, 40.84367]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Westchester Square'}, geometry: { type: 'Point', coordinates:[-73.84806, 40.843]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Westchester Square'}, geometry: { type: 'Point', coordinates:[-73.84382, 40.83758]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Westchester Square'}, geometry: { type: 'Point', coordinates:[-73.84671, 40.83613]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Westchester Square'}, geometry: { type: 'Point', coordinates:[-73.84916, 40.83619]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Westchester Square'}, geometry: { type: 'Point', coordinates:[-73.84345, 40.8372]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Westchester Square'}, geometry: { type: 'Point', coordinates:[-73.84469, 40.84378]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Westchester Square'}, geometry: { type: 'Point', coordinates:[-73.84967, 40.84184]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Westchester Square'}, geometry: { type: 'Point', coordinates:[-73.8487, 40.84077]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Staten Island, Westerleigh'}, geometry: { type: 'Point', coordinates:[-74.13167, 40.61422]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Westerleigh'}, geometry: { type: 'Point', coordinates:[-74.13566, 40.61357]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Whitestone'}, geometry: { type: 'Point', coordinates:[-73.8184, 40.78029]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Whitestone'}, geometry: { type: 'Point', coordinates:[-73.82882, 40.78881]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Whitestone'}, geometry: { type: 'Point', coordinates:[-73.82092, 40.78236]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Whitestone'}, geometry: { type: 'Point', coordinates:[-73.8193, 40.78073]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Whitestone'}, geometry: { type: 'Point', coordinates:[-73.82029, 40.77945]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Whitestone'}, geometry: { type: 'Point', coordinates:[-73.81308, 40.78432]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Whitestone'}, geometry: { type: 'Point', coordinates:[-73.82144, 40.7824]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Whitestone'}, geometry: { type: 'Point', coordinates:[-73.80724, 40.78223]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Whitestone'}, geometry: { type: 'Point', coordinates:[-73.82772, 40.78874]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Whitestone'}, geometry: { type: 'Point', coordinates:[-73.81062, 40.78573]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Whitestone'}, geometry: { type: 'Point', coordinates:[-73.81552, 40.79716]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Whitestone'}, geometry: { type: 'Point', coordinates:[-73.81518, 40.79773]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Whitestone'}, geometry: { type: 'Point', coordinates:[-73.816, 40.79721]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Whitestone'}, geometry: { type: 'Point', coordinates:[-73.82005, 40.78081]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Whitestone'}, geometry: { type: 'Point', coordinates:[-73.82207, 40.7866]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Whitestone'}, geometry: { type: 'Point', coordinates:[-73.81491, 40.79704]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Williamsbridge'}, geometry: { type: 'Point', coordinates:[-73.86318, 40.87765]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Williamsbridge'}, geometry: { type: 'Point', coordinates:[-73.8584, 40.87556]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Williamsbridge'}, geometry: { type: 'Point', coordinates:[-73.84923, 40.88016]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Williamsbridge'}, geometry: { type: 'Point', coordinates:[-73.84855, 40.8789]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Williamsbridge'}, geometry: { type: 'Point', coordinates:[-73.86335, 40.87723]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Williamsbridge'}, geometry: { type: 'Point', coordinates:[-73.85951, 40.87512]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Williamsbridge'}, geometry: { type: 'Point', coordinates:[-73.85998, 40.87578]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Williamsbridge'}, geometry: { type: 'Point', coordinates:[-73.84978, 40.87896]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Williamsbridge'}, geometry: { type: 'Point', coordinates:[-73.86022, 40.87636]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Williamsbridge'}, geometry: { type: 'Point', coordinates:[-73.86326, 40.87309]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Williamsbridge'}, geometry: { type: 'Point', coordinates:[-73.86227, 40.88449]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Williamsbridge'}, geometry: { type: 'Point', coordinates:[-73.85949, 40.87586]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Williamsbridge'}, geometry: { type: 'Point', coordinates:[-73.85903, 40.87659]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Williamsbridge'}, geometry: { type: 'Point', coordinates:[-73.86094, 40.87608]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Williamsbridge'}, geometry: { type: 'Point', coordinates:[-73.86169, 40.88542]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Williamsbridge'}, geometry: { type: 'Point', coordinates:[-73.86005, 40.8761]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Williamsbridge'}, geometry: { type: 'Point', coordinates:[-73.84793, 40.88082]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Williamsbridge'}, geometry: { type: 'Point', coordinates:[-73.8618, 40.88493]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Williamsbridge'}, geometry: { type: 'Point', coordinates:[-73.84845, 40.88075]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Williamsbridge'}, geometry: { type: 'Point', coordinates:[-73.86282, 40.87701]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Williamsbridge'}, geometry: { type: 'Point', coordinates:[-73.85533, 40.88213]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Williamsbridge'}, geometry: { type: 'Point', coordinates:[-73.86347, 40.8785]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Williamsbridge'}, geometry: { type: 'Point', coordinates:[-73.86178, 40.8805]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Williamsbridge'}, geometry: { type: 'Point', coordinates:[-73.85877, 40.88032]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Williamsbridge'}, geometry: { type: 'Point', coordinates:[-73.85736, 40.87135]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Williamsbridge'}, geometry: { type: 'Point', coordinates:[-73.85452, 40.88301]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Williamsbridge'}, geometry: { type: 'Point', coordinates:[-73.86264, 40.88296]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Williamsbridge'}, geometry: { type: 'Point', coordinates:[-73.86095, 40.87021]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Williamsbridge'}, geometry: { type: 'Point', coordinates:[-73.85987, 40.87906]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Williamsbridge'}, geometry: { type: 'Point', coordinates:[-73.86186, 40.88192]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Williamsbridge'}, geometry: { type: 'Point', coordinates:[-73.85625, 40.88165]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Williamsbridge'}, geometry: { type: 'Point', coordinates:[-73.8514, 40.87689]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Williamsbridge'}, geometry: { type: 'Point', coordinates:[-73.85644, 40.87498]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Williamsbridge'}, geometry: { type: 'Point', coordinates:[-73.8613, 40.88049]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Williamsbridge'}, geometry: { type: 'Point', coordinates:[-73.86274, 40.88249]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Williamsbridge'}, geometry: { type: 'Point', coordinates:[-73.86276, 40.87704]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Williamsbridge'}, geometry: { type: 'Point', coordinates:[-73.86354, 40.87821]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Williamsbridge'}, geometry: { type: 'Point', coordinates:[-73.86341, 40.87678]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Williamsbridge'}, geometry: { type: 'Point', coordinates:[-73.85011, 40.87855]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Williamsbridge'}, geometry: { type: 'Point', coordinates:[-73.86372, 40.87675]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Williamsbridge'}, geometry: { type: 'Point', coordinates:[-73.86511, 40.87831]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Williamsbridge'}, geometry: { type: 'Point', coordinates:[-73.86532, 40.87579]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Williamsbridge'}, geometry: { type: 'Point', coordinates:[-73.86389, 40.87684]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Williamsbridge'}, geometry: { type: 'Point', coordinates:[-73.85384, 40.88171]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96267, 40.71394]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95347, 40.70989]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94414, 40.70614]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96281, 40.7121]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96484, 40.7093]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96745, 40.70677]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96396, 40.70907]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96222, 40.7102]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95601, 40.7185]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93985, 40.71794]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93962, 40.70974]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9391, 40.71586]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93903, 40.71381]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9398, 40.71434]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94292, 40.71517]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95775, 40.70984]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9583, 40.71969]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96407, 40.70719]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95047, 40.70024]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96719, 40.71314]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95628, 40.71204]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94187, 40.71752]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95602, 40.71122]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94933, 40.7095]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93782, 40.71475]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96632, 40.71272]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94129, 40.71405]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95967, 40.71608]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96477, 40.71914]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93646, 40.70564]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95519, 40.7197]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94224, 40.71575]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9566, 40.70794]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93951, 40.71532]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94347, 40.70735]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94896, 40.7079]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9498, 40.7185]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94548, 40.71247]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95946, 40.70948]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96796, 40.71047]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95834, 40.71024]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94487, 40.72011]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96019, 40.71015]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96254, 40.71765]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95938, 40.71234]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94575, 40.71171]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9469, 40.71526]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94873, 40.71397]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95282, 40.71614]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93879, 40.70747]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94335, 40.70782]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96554, 40.7147]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96665, 40.71202]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93471, 40.70509]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93802, 40.70604]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96143, 40.71147]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94172, 40.71792]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94337, 40.71353]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.943, 40.71598]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95229, 40.70971]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95071, 40.71078]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94053, 40.71036]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96111, 40.71185]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94221, 40.70949]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94579, 40.7047]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95888, 40.71608]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9551, 40.71661]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94932, 40.70825]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94744, 40.71042]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9584, 40.71805]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93906, 40.7153]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95051, 40.71729]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96252, 40.71304]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93774, 40.70229]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96048, 40.71201]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94741, 40.70795]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96036, 40.71198]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9443, 40.71074]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9672, 40.71058]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93487, 40.71741]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95495, 40.7126]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9402, 40.71594]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94021, 40.70719]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94906, 40.71056]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96556, 40.71571]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94044, 40.71586]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95869, 40.71801]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95772, 40.71765]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95365, 40.70686]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94951, 40.70623]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95753, 40.71727]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94821, 40.70767]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94063, 40.71756]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94107, 40.70912]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96171, 40.71403]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95692, 40.71182]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95561, 40.71499]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96447, 40.71364]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94265, 40.71606]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95993, 40.71203]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94116, 40.70898]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94214, 40.71333]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94245, 40.70597]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96697, 40.71158]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94549, 40.71097]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94937, 40.70879]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94967, 40.71241]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95477, 40.70657]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95133, 40.70046]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93942, 40.71622]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94961, 40.71225]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95236, 40.7109]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95685, 40.71748]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95237, 40.71447]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96567, 40.71142]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96231, 40.70989]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95654, 40.71213]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95033, 40.71528]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96065, 40.71381]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94474, 40.70511]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9409, 40.71603]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94423, 40.70136]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92412, 40.70796]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95565, 40.70807]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96295, 40.71247]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96049, 40.71275]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93953, 40.71691]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95615, 40.7139]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94918, 40.71106]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95291, 40.71332]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95187, 40.70821]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94443, 40.71279]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9377, 40.70484]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94537, 40.70713]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96236, 40.71548]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94888, 40.70799]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92884, 40.70629]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9641, 40.71279]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9585, 40.72023]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94579, 40.71862]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96395, 40.71738]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93857, 40.71415]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95574, 40.72113]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95086, 40.70898]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94074, 40.71547]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94467, 40.70631]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96035, 40.71709]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.951, 40.71213]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95732, 40.71422]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94838, 40.7133]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93936, 40.71505]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96133, 40.71891]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95392, 40.70987]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95849, 40.71823]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94144, 40.71541]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94055, 40.71338]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96352, 40.70961]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96148, 40.7176]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95229, 40.71441]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96337, 40.71779]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94902, 40.70997]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95301, 40.70569]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96268, 40.70832]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95758, 40.71813]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94058, 40.71536]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96084, 40.71286]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93513, 40.70917]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96424, 40.70978]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95992, 40.71446]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96001, 40.71595]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95902, 40.71767]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94995, 40.71394]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94873, 40.71292]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94063, 40.71303]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95229, 40.70827]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95481, 40.70828]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96046, 40.71803]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95133, 40.71415]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95669, 40.72034]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95305, 40.71423]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96272, 40.71624]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95498, 40.70833]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94013, 40.7071]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95017, 40.71055]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95392, 40.71725]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96414, 40.71902]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95352, 40.70837]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94246, 40.71366]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94829, 40.71841]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95538, 40.71964]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95035, 40.70796]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95176, 40.71605]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94915, 40.70994]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96092, 40.71175]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94099, 40.71321]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96695, 40.71081]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96592, 40.70876]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95785, 40.7107]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95552, 40.70639]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96243, 40.71058]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95228, 40.70719]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96226, 40.7108]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94129, 40.70896]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93488, 40.70263]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95899, 40.7194]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9409, 40.71211]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96087, 40.7207]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95296, 40.71113]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94064, 40.71281]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95782, 40.70965]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94378, 40.70147]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95329, 40.70569]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95949, 40.71211]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94197, 40.70758]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95827, 40.71169]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96284, 40.70954]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96298, 40.71443]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96311, 40.71047]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96625, 40.70743]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96742, 40.71484]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9595, 40.71657]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96085, 40.71434]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95586, 40.71576]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9525, 40.718]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96342, 40.7124]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96236, 40.71371]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95693, 40.70959]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95614, 40.71675]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94691, 40.71054]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94645, 40.70838]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9598, 40.71237]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93699, 40.70503]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95769, 40.71913]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95935, 40.71125]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9593, 40.71606]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96693, 40.70844]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94279, 40.7091]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94109, 40.70936]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96172, 40.71573]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95775, 40.7188]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94158, 40.71234]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95165, 40.70013]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95682, 40.71794]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93281, 40.70525]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93681, 40.70468]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94272, 40.71973]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95725, 40.7189]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93739, 40.71455]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96468, 40.71923]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95748, 40.71833]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95469, 40.70856]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95454, 40.71156]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9468, 40.71459]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93873, 40.70883]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95779, 40.7099]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95172, 40.71428]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94485, 40.70744]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95664, 40.71401]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95302, 40.70942]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96605, 40.71333]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95996, 40.71646]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95629, 40.71177]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96669, 40.70958]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94925, 40.71805]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96237, 40.71914]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95533, 40.71845]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93988, 40.71638]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94479, 40.70781]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96459, 40.71642]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96164, 40.71173]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96025, 40.71223]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95847, 40.72059]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95006, 40.70908]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94724, 40.70826]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9583, 40.7135]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95107, 40.71688]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96016, 40.71381]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93982, 40.71518]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94556, 40.71172]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94206, 40.71926]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96112, 40.71154]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95382, 40.71112]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94749, 40.70827]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95941, 40.7087]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95681, 40.70807]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95632, 40.71709]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94195, 40.71449]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94089, 40.71738]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96156, 40.7121]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95795, 40.71826]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95426, 40.71905]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95559, 40.71385]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95149, 40.71372]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95927, 40.7176]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9591, 40.70803]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95895, 40.71412]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93246, 40.70694]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95292, 40.71117]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95429, 40.71074]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95557, 40.71475]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95829, 40.71102]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96376, 40.71948]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95394, 40.71665]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96235, 40.70931]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95283, 40.71069]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94739, 40.70766]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96359, 40.71409]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96256, 40.71439]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93098, 40.70491]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96379, 40.71248]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94971, 40.71061]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94356, 40.70969]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95535, 40.71314]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9657, 40.71891]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96833, 40.7103]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95435, 40.70938]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94722, 40.70922]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94394, 40.7163]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9595, 40.71657]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95567, 40.70952]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96344, 40.71545]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95567, 40.71996]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94147, 40.70603]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96646, 40.70834]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95749, 40.71273]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95507, 40.71]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93957, 40.70721]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96101, 40.7121]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9408, 40.71681]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95663, 40.71122]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93984, 40.71621]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94248, 40.7093]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94088, 40.71805]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94521, 40.71274]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95685, 40.71096]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94461, 40.71474]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95447, 40.71666]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96255, 40.71076]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95656, 40.71741]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95104, 40.70691]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96145, 40.71477]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94281, 40.70856]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95977, 40.72017]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94148, 40.71251]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93812, 40.71436]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96321, 40.7146]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94267, 40.70553]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9651, 40.71195]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94234, 40.71965]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94565, 40.71684]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93572, 40.70859]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95688, 40.71023]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93979, 40.71409]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95271, 40.71639]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94287, 40.70958]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95666, 40.71592]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96755, 40.71092]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95402, 40.71186]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95459, 40.70727]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94164, 40.7132]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93808, 40.70312]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96664, 40.71252]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94404, 40.70794]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95858, 40.71899]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94339, 40.71389]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93763, 40.70508]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94484, 40.71374]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96318, 40.71159]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95632, 40.71146]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.944, 40.7134]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94527, 40.71441]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95827, 40.71949]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94207, 40.71379]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9295, 40.70533]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95729, 40.7203]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94417, 40.71173]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94556, 40.71937]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95994, 40.70953]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95612, 40.70974]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95359, 40.71601]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96703, 40.71119]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96181, 40.71936]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94702, 40.71042]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95067, 40.70665]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9499, 40.71124]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93874, 40.71295]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93883, 40.71346]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94602, 40.7133]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96798, 40.7132]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94112, 40.70489]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95262, 40.70502]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96037, 40.71259]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96314, 40.7124]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94712, 40.71549]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94342, 40.71375]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96148, 40.71488]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95615, 40.72004]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95577, 40.70933]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96111, 40.72026]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94785, 40.71603]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95695, 40.71256]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95137, 40.70768]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.961, 40.70914]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96194, 40.7141]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94977, 40.70879]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94807, 40.71644]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94269, 40.70608]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95444, 40.70648]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96415, 40.71853]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94819, 40.70774]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95587, 40.71051]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96792, 40.70933]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95421, 40.71421]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95785, 40.71752]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95137, 40.7116]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94892, 40.70949]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95579, 40.71549]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96054, 40.71166]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95091, 40.71208]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94066, 40.71648]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95565, 40.71179]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96208, 40.71233]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95522, 40.7197]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96242, 40.70854]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95382, 40.71696]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95746, 40.71635]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94007, 40.70807]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93929, 40.71237]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96453, 40.71353]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96755, 40.70789]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94116, 40.71821]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96553, 40.7139]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95815, 40.71269]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9441, 40.71045]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94538, 40.70632]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96287, 40.71104]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94581, 40.7138]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96436, 40.71502]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95475, 40.7086]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95705, 40.71744]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95437, 40.71755]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96269, 40.71665]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94921, 40.71033]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94813, 40.70912]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95772, 40.71793]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93838, 40.71296]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96122, 40.71477]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94169, 40.70646]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95933, 40.71596]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96162, 40.71158]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95158, 40.71171]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95728, 40.70823]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96417, 40.70734]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94256, 40.71419]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96053, 40.71577]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95177, 40.70763]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95552, 40.71616]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95726, 40.71906]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96164, 40.71521]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9451, 40.7105]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92813, 40.70643]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92809, 40.70574]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95361, 40.71736]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94255, 40.71366]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96663, 40.70685]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95378, 40.70858]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94093, 40.71842]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95527, 40.71715]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95614, 40.72076]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94651, 40.70933]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96597, 40.70819]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94427, 40.70936]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94355, 40.71476]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92527, 40.70733]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96549, 40.70915]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93892, 40.71579]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93683, 40.71227]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95275, 40.69999]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94279, 40.71975]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94277, 40.70579]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93891, 40.70867]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96535, 40.71285]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94643, 40.7127]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92996, 40.70606]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94328, 40.71623]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96629, 40.70666]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92918, 40.70713]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96453, 40.71153]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94556, 40.71681]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95953, 40.72107]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94169, 40.71223]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95676, 40.71262]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94935, 40.71875]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95375, 40.70683]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94035, 40.70759]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94839, 40.71756]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9441, 40.71684]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95166, 40.70866]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94231, 40.70685]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9445, 40.70774]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94632, 40.71779]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96028, 40.72002]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94171, 40.71787]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.941, 40.7074]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96088, 40.71153]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96353, 40.71139]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95773, 40.71041]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94835, 40.71479]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95026, 40.71033]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93847, 40.71695]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95736, 40.71186]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93863, 40.70485]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93555, 40.70412]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94551, 40.71999]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94562, 40.71283]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95426, 40.71539]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9575, 40.71009]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95552, 40.70574]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95862, 40.71722]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95155, 40.71188]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93836, 40.7057]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96077, 40.70794]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93546, 40.71335]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96239, 40.71683]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9483, 40.71133]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96781, 40.71004]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95709, 40.71914]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96215, 40.71292]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96596, 40.71135]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94021, 40.71396]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94736, 40.71111]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94708, 40.71165]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94217, 40.70724]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96426, 40.71603]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94478, 40.70875]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.955, 40.70835]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96356, 40.71551]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93816, 40.71506]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96403, 40.71894]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92861, 40.70624]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93711, 40.70294]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9592, 40.70969]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96054, 40.71437]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93154, 40.70608]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95441, 40.70751]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95352, 40.71532]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95897, 40.71852]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96357, 40.71638]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95207, 40.70935]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95788, 40.72227]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96699, 40.71102]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95148, 40.71029]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95919, 40.72054]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96183, 40.717]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96338, 40.71906]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95117, 40.71351]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94147, 40.72003]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94139, 40.70774]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9593, 40.71283]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95495, 40.71608]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96036, 40.7138]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94027, 40.71768]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94669, 40.71121]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95782, 40.71717]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94893, 40.71122]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95077, 40.71207]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96056, 40.71939]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94094, 40.71671]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93847, 40.70596]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96403, 40.71069]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96417, 40.71603]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9626, 40.71368]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95055, 40.71088]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9593, 40.70881]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9598, 40.71139]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95811, 40.70973]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96782, 40.70855]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95397, 40.712]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96553, 40.71491]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93978, 40.70664]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94467, 40.71392]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96142, 40.70803]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93454, 40.70581]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95031, 40.71816]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9495, 40.70622]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9441, 40.71049]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95797, 40.71112]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9608, 40.71118]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94009, 40.71143]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94285, 40.70741]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95324, 40.70771]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94556, 40.71786]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94866, 40.71323]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94331, 40.70736]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94336, 40.71297]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96101, 40.71015]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94549, 40.72035]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96022, 40.71199]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93734, 40.7137]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94965, 40.71212]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93793, 40.70429]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95839, 40.71751]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95961, 40.71745]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93729, 40.7118]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96055, 40.72022]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95411, 40.7097]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94278, 40.71708]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93899, 40.71237]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9433, 40.71644]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9519, 40.70809]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9624, 40.70997]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94255, 40.71943]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95649, 40.71932]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94427, 40.71483]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95675, 40.71983]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95993, 40.71662]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9572, 40.71164]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9624, 40.71765]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9637, 40.71289]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96495, 40.70996]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94378, 40.71387]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94149, 40.70925]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94708, 40.70936]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9464, 40.70778]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95795, 40.71154]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96431, 40.71771]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94665, 40.71107]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95793, 40.71811]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95605, 40.71193]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96157, 40.71696]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94142, 40.70894]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96154, 40.71443]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94138, 40.71419]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96495, 40.70983]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95417, 40.70744]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96043, 40.7138]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96149, 40.71257]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96274, 40.71216]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96326, 40.71216]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96125, 40.71486]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9622, 40.71713]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95604, 40.70807]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95385, 40.71821]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96027, 40.72049]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94215, 40.71153]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93766, 40.70481]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95205, 40.70923]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95959, 40.71291]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96597, 40.70902]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93983, 40.71222]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96342, 40.70891]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93973, 40.71352]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94093, 40.71606]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96264, 40.71657]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96369, 40.71682]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95638, 40.71686]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95431, 40.70783]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94519, 40.7087]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95687, 40.71032]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95821, 40.71564]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94568, 40.70847]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94693, 40.71531]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96069, 40.71992]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95566, 40.71208]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94765, 40.71092]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95283, 40.70906]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94832, 40.71673]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94211, 40.71228]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9435, 40.70777]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95037, 40.70926]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95475, 40.71481]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95482, 40.71032]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95246, 40.70828]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96246, 40.71636]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95228, 40.71802]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93902, 40.71152]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95571, 40.70736]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96335, 40.71064]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94049, 40.70659]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94913, 40.70333]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96204, 40.71185]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94207, 40.71072]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95834, 40.71815]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96581, 40.71159]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94329, 40.70379]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95048, 40.70841]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95527, 40.71254]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94627, 40.70771]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93463, 40.70521]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9383, 40.71364]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94563, 40.71105]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93798, 40.70352]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94279, 40.70293]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94062, 40.714]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9579, 40.71623]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94409, 40.71982]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95935, 40.71156]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93571, 40.7027]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94488, 40.7084]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94223, 40.71197]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95484, 40.70627]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94152, 40.71715]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94417, 40.7188]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95825, 40.71884]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94557, 40.71153]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94171, 40.71615]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92894, 40.70583]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9336, 40.70326]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95763, 40.71581]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94804, 40.71361]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96286, 40.71435]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95855, 40.71463]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96123, 40.71958]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9623, 40.7121]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94701, 40.70663]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9521, 40.7116]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96224, 40.71294]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92657, 40.70953]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95918, 40.71109]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95141, 40.71111]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95143, 40.70978]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94653, 40.71158]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96097, 40.71003]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95352, 40.71607]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94083, 40.71176]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96163, 40.71867]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96167, 40.71699]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93866, 40.7154]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96039, 40.7146]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95219, 40.70873]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94464, 40.72008]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94123, 40.70436]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94997, 40.70089]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94771, 40.71544]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95736, 40.71181]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95085, 40.70955]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94918, 40.70917]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9616, 40.7172]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94152, 40.72028]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94897, 40.70942]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9551, 40.71453]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94055, 40.71874]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95321, 40.71293]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95795, 40.71626]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95934, 40.71587]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95726, 40.71066]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96318, 40.71108]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94104, 40.71379]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94423, 40.7149]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94479, 40.70843]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95245, 40.71204]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93767, 40.71417]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94097, 40.71469]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95766, 40.712]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95365, 40.71528]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95602, 40.70982]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93971, 40.71469]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94027, 40.71732]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96263, 40.71462]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96238, 40.71304]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94671, 40.71018]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96261, 40.71537]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93955, 40.70954]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93129, 40.70729]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94824, 40.71341]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94074, 40.70821]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94634, 40.7071]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94284, 40.71074]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93519, 40.70376]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94339, 40.70644]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9411, 40.70542]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93896, 40.71339]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95744, 40.71606]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95946, 40.71527]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94593, 40.71445]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93696, 40.70582]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94733, 40.71503]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95469, 40.7154]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96586, 40.71329]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96291, 40.71279]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94355, 40.71558]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94499, 40.70139]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95042, 40.71419]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94893, 40.70308]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94337, 40.71298]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94385, 40.70732]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95566, 40.71187]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94224, 40.71702]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96321, 40.71495]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95196, 40.71209]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96268, 40.71112]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96249, 40.71725]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94268, 40.70491]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95371, 40.71704]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94849, 40.70852]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94712, 40.71538]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95095, 40.71354]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95477, 40.71036]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96593, 40.71302]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93812, 40.70474]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9477, 40.70929]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96397, 40.71881]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95318, 40.70851]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94414, 40.71811]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94408, 40.70255]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93568, 40.70277]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95566, 40.71339]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.959, 40.72065]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.935, 40.70607]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96049, 40.70795]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95925, 40.71986]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9425, 40.70827]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94333, 40.70894]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95367, 40.71028]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94029, 40.7077]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92916, 40.70591]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94058, 40.71211]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9496, 40.7086]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94937, 40.71766]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9634, 40.71386]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95084, 40.71307]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96087, 40.70949]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94178, 40.70585]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95105, 40.70617]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94384, 40.70528]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9474, 40.71384]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96728, 40.70743]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96029, 40.71992]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95887, 40.71733]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93946, 40.71122]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9544, 40.71609]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93959, 40.71451]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96237, 40.71002]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9563, 40.71838]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94161, 40.71192]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96383, 40.71193]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96248, 40.71602]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96325, 40.71287]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95487, 40.72171]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95252, 40.70969]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95626, 40.71168]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94447, 40.7089]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94324, 40.70578]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95575, 40.71043]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94151, 40.70471]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9417, 40.71172]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95669, 40.71319]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9548, 40.72097]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9597, 40.71657]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94141, 40.70933]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95627, 40.71731]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.965, 40.71164]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96225, 40.711]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96192, 40.70831]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96205, 40.71472]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96216, 40.71353]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.959, 40.7165]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96122, 40.71402]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94385, 40.71382]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96677, 40.71181]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94413, 40.70658]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96259, 40.7124]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94868, 40.70803]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94266, 40.71961]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95894, 40.71271]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95332, 40.70609]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93737, 40.70217]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92996, 40.70733]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93897, 40.71325]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95679, 40.71433]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95563, 40.71021]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94779, 40.70933]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96452, 40.71347]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95305, 40.70956]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94822, 40.71786]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93387, 40.70572]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96706, 40.71245]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93982, 40.7126]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94774, 40.71035]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95785, 40.71167]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95811, 40.7186]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9579, 40.71789]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94945, 40.7095]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96471, 40.71009]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92988, 40.70501]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9614, 40.71064]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95463, 40.72132]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93416, 40.71445]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94352, 40.7111]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94463, 40.71417]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93916, 40.70749]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95697, 40.72207]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96388, 40.70976]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96557, 40.71084]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96591, 40.71015]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96001, 40.71967]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94337, 40.71972]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96288, 40.71534]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95365, 40.7115]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96519, 40.71358]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96607, 40.7073]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95814, 40.72022]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94303, 40.71984]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9495, 40.71301]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92818, 40.70593]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93801, 40.70658]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94952, 40.71332]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96525, 40.71749]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95472, 40.71494]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94855, 40.70331]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96112, 40.71339]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9428, 40.70403]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94915, 40.71247]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95738, 40.71797]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9406, 40.71721]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95983, 40.71798]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93938, 40.71479]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96192, 40.71336]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94881, 40.70918]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94339, 40.71353]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92725, 40.70612]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94191, 40.71582]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96131, 40.71726]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9675, 40.70833]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96244, 40.71286]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95495, 40.71963]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96104, 40.71498]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93864, 40.70972]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95189, 40.70981]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94344, 40.70731]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95078, 40.70952]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96477, 40.7141]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94777, 40.70856]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95633, 40.71502]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95825, 40.72055]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95437, 40.7164]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95121, 40.71255]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94068, 40.70883]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96086, 40.71011]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95391, 40.70898]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93912, 40.71058]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95289, 40.70662]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94284, 40.71271]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96233, 40.71227]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94339, 40.71702]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95333, 40.7153]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9409, 40.71439]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95852, 40.71323]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95041, 40.71381]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95748, 40.71942]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94541, 40.70652]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94176, 40.70694]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95869, 40.71131]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95546, 40.71581]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93363, 40.70525]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94203, 40.70553]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94077, 40.71308]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9569, 40.71745]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96234, 40.71886]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94347, 40.70512]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94144, 40.70728]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95811, 40.71402]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95917, 40.71417]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94324, 40.70923]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93842, 40.70552]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9578, 40.72002]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94978, 40.71512]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94864, 40.71491]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94083, 40.71668]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95073, 40.71435]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96573, 40.71685]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96257, 40.71378]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95332, 40.71035]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94413, 40.71225]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94199, 40.71957]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94759, 40.70154]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94826, 40.70796]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95695, 40.71315]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95139, 40.71297]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96097, 40.70999]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96289, 40.71072]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94416, 40.70903]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9404, 40.71359]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96101, 40.71001]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9405, 40.71255]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93895, 40.70881]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96021, 40.71788]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94344, 40.70771]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94715, 40.7086]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96246, 40.72021]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96038, 40.71453]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94346, 40.71547]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95114, 40.71276]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94859, 40.71248]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96263, 40.71244]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95993, 40.71942]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94268, 40.70891]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94223, 40.70209]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94914, 40.70316]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95381, 40.70929]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94662, 40.71279]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94747, 40.71015]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9487, 40.70614]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94151, 40.70754]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94545, 40.71488]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9437, 40.70936]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93426, 40.7076]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94239, 40.71988]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94873, 40.71339]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95406, 40.71722]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94834, 40.7098]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95355, 40.71768]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9657, 40.71281]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94645, 40.71602]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94081, 40.70948]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9583, 40.71044]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9643, 40.71967]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9545, 40.7098]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93823, 40.70572]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93949, 40.71436]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96493, 40.7169]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95098, 40.71239]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94587, 40.70232]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95742, 40.71311]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93284, 40.70369]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95217, 40.71099]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94643, 40.7111]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95976, 40.7195]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94848, 40.71238]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94782, 40.70826]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94228, 40.70509]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95067, 40.71353]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95732, 40.71702]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94726, 40.70739]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9598, 40.71866]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9438, 40.71855]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94055, 40.7075]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96252, 40.71767]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96353, 40.71631]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94509, 40.71704]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96722, 40.70995]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95844, 40.71395]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94632, 40.70789]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94519, 40.71453]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95576, 40.71144]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94026, 40.71433]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96042, 40.7132]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96644, 40.71666]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94791, 40.70565]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94662, 40.70893]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96384, 40.71014]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95324, 40.70781]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96596, 40.70898]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96141, 40.71823]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95903, 40.70937]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.943, 40.71315]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94965, 40.71454]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95526, 40.71606]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96665, 40.71023]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94495, 40.7102]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94809, 40.71275]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95455, 40.70516]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94698, 40.70992]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95974, 40.71259]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94989, 40.71112]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96061, 40.71197]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95713, 40.71894]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94813, 40.7137]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94832, 40.70893]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96292, 40.71435]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.947, 40.71251]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95286, 40.70928]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94655, 40.71322]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95837, 40.71565]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92947, 40.70552]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94776, 40.71238]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95401, 40.7123]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94883, 40.71155]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94953, 40.70778]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96601, 40.71234]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95882, 40.71201]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94949, 40.70717]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96407, 40.71625]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.949, 40.70851]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96042, 40.71622]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9484, 40.71422]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9356, 40.7042]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94969, 40.70761]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94432, 40.71402]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94234, 40.70657]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95212, 40.71849]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95631, 40.71162]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95703, 40.71361]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96427, 40.71969]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93623, 40.71031]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96159, 40.71054]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95806, 40.7115]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95359, 40.7176]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94246, 40.71281]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94476, 40.7082]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94153, 40.71443]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96392, 40.71865]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94318, 40.70739]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96924, 40.70843]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95197, 40.71117]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93593, 40.71187]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94506, 40.70741]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96793, 40.71242]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95741, 40.71009]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96716, 40.71165]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94894, 40.70343]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96114, 40.7206]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93554, 40.70521]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94394, 40.71906]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94297, 40.71588]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95669, 40.71131]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96781, 40.70981]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96223, 40.71329]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95292, 40.71033]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94845, 40.71887]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9437, 40.71301]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95336, 40.71407]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94159, 40.71143]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96248, 40.70943]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95079, 40.71121]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9663, 40.71041]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94484, 40.70745]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96302, 40.71691]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9583, 40.71463]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95099, 40.70807]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93862, 40.70941]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95938, 40.71345]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95591, 40.70887]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94169, 40.71665]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95935, 40.71075]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94973, 40.71549]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96498, 40.71072]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95192, 40.71079]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95337, 40.70761]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95915, 40.71288]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95408, 40.71577]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93344, 40.70371]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95729, 40.71681]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95714, 40.71157]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94283, 40.7188]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95736, 40.71938]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94684, 40.70927]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95501, 40.70787]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95556, 40.7116]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94334, 40.70669]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94161, 40.71572]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94575, 40.71676]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94291, 40.70697]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94864, 40.71223]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96211, 40.71544]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96419, 40.71755]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94258, 40.70521]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.953, 40.71044]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94223, 40.70745]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92558, 40.70715]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93705, 40.70882]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95717, 40.71124]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94295, 40.7107]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93884, 40.71611]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93619, 40.71049]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95243, 40.70994]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94238, 40.71635]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94751, 40.71264]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94767, 40.70766]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95193, 40.70577]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94848, 40.71513]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96056, 40.71334]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94719, 40.70821]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95349, 40.7122]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95657, 40.71297]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94742, 40.71386]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95978, 40.71741]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94387, 40.70852]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94357, 40.7045]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94257, 40.71178]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93442, 40.70396]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95969, 40.70964]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94163, 40.71259]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94283, 40.71942]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95271, 40.71239]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96182, 40.71424]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95653, 40.71007]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96032, 40.71786]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96429, 40.71466]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95413, 40.70442]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96252, 40.71109]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96146, 40.70908]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94135, 40.71969]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94258, 40.71923]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95739, 40.7073]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96478, 40.71273]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94398, 40.70496]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94349, 40.71119]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94021, 40.71366]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93544, 40.70343]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95821, 40.71298]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95627, 40.71102]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93973, 40.71172]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95764, 40.71682]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95535, 40.71142]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94556, 40.70941]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95676, 40.71075]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96297, 40.71122]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95637, 40.71215]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93698, 40.70548]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95155, 40.70939]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93445, 40.70275]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94794, 40.71373]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95857, 40.70858]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96477, 40.71285]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95072, 40.70855]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94779, 40.71038]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95888, 40.71217]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95529, 40.71047]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94656, 40.70635]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95818, 40.70987]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95484, 40.71672]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95439, 40.70028]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95558, 40.71981]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93861, 40.71385]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95164, 40.71101]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94827, 40.7078]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94984, 40.70675]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94576, 40.71126]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94999, 40.71388]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95716, 40.71881]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94157, 40.71283]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94132, 40.71692]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94462, 40.71972]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96354, 40.71832]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94956, 40.71174]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96032, 40.7091]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96398, 40.71788]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96276, 40.71425]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95125, 40.71501]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9571, 40.71901]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96115, 40.70855]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95358, 40.71869]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94158, 40.71738]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93, 40.70552]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94509, 40.71847]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96442, 40.71335]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9554, 40.72084]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94846, 40.71301]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93415, 40.7041]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96251, 40.71781]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95088, 40.71188]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94466, 40.70757]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.934, 40.70528]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94057, 40.71018]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93426, 40.70412]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95445, 40.7172]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95705, 40.71486]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95101, 40.70943]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94457, 40.70604]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96148, 40.71352]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94983, 40.71409]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9534, 40.70618]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93747, 40.70547]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94652, 40.71494]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94603, 40.71281]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95743, 40.71153]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96099, 40.7142]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94982, 40.70892]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94159, 40.71543]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94035, 40.71278]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95527, 40.71606]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95573, 40.71148]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94177, 40.71332]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95138, 40.71097]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95235, 40.70879]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96469, 40.71484]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9472, 40.71268]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96667, 40.70879]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94917, 40.71126]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94288, 40.71589]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96246, 40.71225]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93983, 40.7088]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93854, 40.70684]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94698, 40.70784]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93566, 40.70313]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94073, 40.7168]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96309, 40.71462]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9481, 40.70691]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96164, 40.71254]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96144, 40.71201]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93298, 40.70398]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94489, 40.70542]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96031, 40.72034]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96234, 40.71447]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93273, 40.70431]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95952, 40.71734]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96029, 40.72162]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96333, 40.71002]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94582, 40.70683]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92808, 40.70623]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94061, 40.71081]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94266, 40.70845]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93887, 40.71573]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94191, 40.71198]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95569, 40.70738]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94752, 40.70742]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95984, 40.72124]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95635, 40.71817]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9419, 40.7023]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94357, 40.70889]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95837, 40.71989]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95228, 40.7123]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94812, 40.70837]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94575, 40.70968]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95441, 40.71797]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93909, 40.70675]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93585, 40.70299]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96262, 40.71481]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94903, 40.70621]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95018, 40.715]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95446, 40.71682]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93826, 40.71045]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95927, 40.71775]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94189, 40.71602]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96456, 40.71716]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94367, 40.71766]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95616, 40.71892]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95345, 40.71032]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96035, 40.71068]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95609, 40.70982]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9564, 40.71075]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9426, 40.70709]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94237, 40.7062]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93489, 40.70932]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9534, 40.70753]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93057, 40.70527]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96086, 40.71294]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93881, 40.71189]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95267, 40.71099]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95983, 40.71612]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94634, 40.71499]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94137, 40.71292]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94611, 40.70775]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96073, 40.71544]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94993, 40.71315]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95171, 40.71095]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96093, 40.71877]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92776, 40.7073]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94821, 40.70786]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94927, 40.71729]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93706, 40.71515]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94653, 40.7132]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94208, 40.70448]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95634, 40.71358]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94091, 40.71706]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95372, 40.7069]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95669, 40.71394]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95286, 40.71212]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92884, 40.70606]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9435, 40.70094]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95595, 40.7178]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93613, 40.71504]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94554, 40.70894]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95514, 40.71599]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95974, 40.72106]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92774, 40.70564]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96679, 40.71248]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95726, 40.71006]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95598, 40.71859]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93905, 40.71905]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96312, 40.71375]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96561, 40.70971]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94816, 40.70777]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96367, 40.71217]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95675, 40.71908]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95323, 40.70848]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9353, 40.7139]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94505, 40.71256]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95, 40.70762]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95441, 40.70652]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94294, 40.7048]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96234, 40.71714]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9562, 40.71969]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96833, 40.70843]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95892, 40.7121]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94663, 40.70236]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93766, 40.71326]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93761, 40.70617]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96174, 40.72149]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95396, 40.71787]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95862, 40.71871]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95419, 40.71067]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9379, 40.70645]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94329, 40.71839]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95546, 40.71339]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95789, 40.71335]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96322, 40.71329]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94912, 40.71023]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95283, 40.71809]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95134, 40.71822]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96299, 40.71111]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95689, 40.71345]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95763, 40.7182]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94128, 40.71309]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93476, 40.70274]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94246, 40.71216]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95636, 40.71457]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95845, 40.71301]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9581, 40.71263]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96276, 40.71211]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94171, 40.70877]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94965, 40.71723]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92887, 40.70573]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94352, 40.71616]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96148, 40.71296]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95876, 40.71318]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95142, 40.71151]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9581, 40.71244]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95108, 40.71447]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93798, 40.71399]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94789, 40.70766]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96428, 40.71673]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9631, 40.7092]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95455, 40.71824]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94258, 40.7057]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95689, 40.71764]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96352, 40.71396]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94116, 40.70866]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96353, 40.71692]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95526, 40.72253]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93981, 40.70687]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96389, 40.71841]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95434, 40.71907]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95866, 40.71294]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96199, 40.71509]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95871, 40.71009]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94754, 40.70896]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95895, 40.71097]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94826, 40.71486]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94789, 40.71711]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95462, 40.70782]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9589, 40.71604]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94602, 40.70792]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96055, 40.72018]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96376, 40.71191]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94673, 40.70926]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94921, 40.70667]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95262, 40.71674]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95388, 40.70006]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94527, 40.71738]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95749, 40.71916]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9531, 40.71733]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94272, 40.71942]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96296, 40.71681]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96292, 40.71048]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93885, 40.71341]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95724, 40.7155]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96199, 40.71312]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96327, 40.71041]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95357, 40.71416]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94518, 40.71317]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94892, 40.71194]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94289, 40.71061]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95628, 40.71694]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94347, 40.71122]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94082, 40.71215]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94452, 40.71648]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95107, 40.71682]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95053, 40.71849]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94069, 40.71671]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95534, 40.71145]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96376, 40.71875]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96402, 40.71058]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9364, 40.70267]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95387, 40.70757]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96, 40.71147]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9623, 40.7152]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95939, 40.70973]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94725, 40.70775]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93748, 40.71541]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94693, 40.7105]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96347, 40.71331]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95009, 40.71242]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94259, 40.71711]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95907, 40.71684]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96178, 40.71239]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95936, 40.70903]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96293, 40.7114]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93906, 40.71494]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95427, 40.71141]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9467, 40.70751]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93388, 40.70495]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95344, 40.71226]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9578, 40.71353]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95971, 40.71647]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94492, 40.71724]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96284, 40.71284]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9429, 40.7115]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96335, 40.71856]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9438, 40.7105]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9458, 40.71659]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93396, 40.70791]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9642, 40.70982]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95675, 40.72012]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9689, 40.71102]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95432, 40.70862]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96318, 40.71779]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95478, 40.70678]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96751, 40.71356]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96022, 40.7208]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9495, 40.71269]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96124, 40.71285]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95235, 40.71181]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9617, 40.71312]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94092, 40.71377]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93063, 40.70513]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94791, 40.71609]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95383, 40.71809]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96745, 40.70688]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95887, 40.71145]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94861, 40.71084]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94207, 40.70772]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93979, 40.71327]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9507, 40.71454]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94671, 40.71427]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9606, 40.71813]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95352, 40.70821]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95425, 40.70925]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94359, 40.70445]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95704, 40.71171]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94234, 40.70169]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94441, 40.71474]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94199, 40.71843]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96331, 40.71309]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94034, 40.7127]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95389, 40.71578]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95726, 40.72066]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94274, 40.70792]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.963, 40.71276]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94528, 40.71863]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94448, 40.71466]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93464, 40.70425]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94932, 40.71198]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93976, 40.70643]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96775, 40.71]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95028, 40.71733]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93996, 40.71822]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93178, 40.70654]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95129, 40.7151]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95877, 40.71518]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93865, 40.70659]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96622, 40.70878]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94446, 40.70701]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95541, 40.71725]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9511, 40.70902]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9518, 40.71605]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95673, 40.71896]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9529, 40.7125]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94188, 40.71256]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96756, 40.70751]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96296, 40.71752]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95651, 40.70975]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94242, 40.71507]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94207, 40.71498]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95255, 40.70925]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94578, 40.71684]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94317, 40.70649]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94222, 40.70987]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95739, 40.71166]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95175, 40.71824]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9506, 40.71746]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94322, 40.70426]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9515, 40.71665]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95877, 40.71615]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96443, 40.71247]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93535, 40.71204]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94197, 40.70851]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9586, 40.71233]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93972, 40.71529]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94634, 40.71495]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95814, 40.72091]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95508, 40.70875]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94652, 40.70959]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95312, 40.71792]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9547, 40.70839]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95935, 40.71492]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9511, 40.7122]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95647, 40.71649]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9627, 40.71374]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94045, 40.71471]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94532, 40.71316]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95178, 40.70921]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94258, 40.70492]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93754, 40.7069]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95815, 40.71563]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94289, 40.71817]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9633, 40.71328]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95813, 40.7198]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93964, 40.70808]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96367, 40.71693]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95935, 40.71759]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95997, 40.7186]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95096, 40.71795]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94833, 40.7134]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96259, 40.71077]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96057, 40.70727]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96245, 40.71229]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94175, 40.7128]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96181, 40.71458]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96141, 40.71681]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95111, 40.71214]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94085, 40.71234]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95796, 40.71281]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94552, 40.70973]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94945, 40.70967]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93926, 40.7154]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95085, 40.71612]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96161, 40.70944]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94513, 40.70912]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95568, 40.7065]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95563, 40.71737]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94918, 40.71183]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94011, 40.71212]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95702, 40.71344]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94932, 40.71892]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96313, 40.71522]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95087, 40.7163]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96625, 40.71583]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96574, 40.71265]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9534, 40.71136]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94222, 40.71198]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94371, 40.7132]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94158, 40.71506]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93748, 40.71348]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95837, 40.71214]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95779, 40.71178]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9647, 40.70997]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96471, 40.71194]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95847, 40.71742]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95192, 40.71134]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95742, 40.71753]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94244, 40.70851]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93759, 40.70644]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96665, 40.71151]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96584, 40.70892]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96756, 40.71042]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95746, 40.7115]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95701, 40.711]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92954, 40.70649]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95678, 40.70955]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94004, 40.71199]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94442, 40.71673]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9657, 40.71389]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94842, 40.7165]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96354, 40.71309]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95325, 40.7106]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9522, 40.70941]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96427, 40.71364]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96503, 40.70762]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94444, 40.71513]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95757, 40.71719]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95559, 40.7146]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96629, 40.71067]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95349, 40.71612]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96299, 40.71063]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93413, 40.70266]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93629, 40.70306]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96774, 40.7116]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94189, 40.71815]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95902, 40.70801]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94813, 40.70898]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94933, 40.71024]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96017, 40.71815]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96714, 40.71283]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95711, 40.71858]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95226, 40.71281]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93856, 40.71407]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94579, 40.70764]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96268, 40.71606]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9533, 40.71097]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95036, 40.71783]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96176, 40.71111]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95827, 40.711]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95422, 40.70588]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94612, 40.7177]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95822, 40.71288]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95591, 40.71927]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94592, 40.71671]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96172, 40.71336]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96256, 40.71208]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93968, 40.70644]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95494, 40.71827]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96698, 40.71121]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95336, 40.70832]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96742, 40.70845]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95101, 40.70005]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94242, 40.70883]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9591, 40.71263]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96215, 40.71596]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96776, 40.71227]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9597, 40.71903]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94835, 40.71561]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95487, 40.71869]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96385, 40.71415]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96005, 40.71947]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94423, 40.71214]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95729, 40.71082]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95422, 40.7151]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94086, 40.711]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94085, 40.71994]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95819, 40.71829]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94133, 40.71437]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95175, 40.71117]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95663, 40.70908]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95763, 40.70406]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94474, 40.71751]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95819, 40.71672]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94369, 40.70829]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94511, 40.70694]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92942, 40.70476]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96108, 40.7198]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94487, 40.7127]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96603, 40.70849]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95449, 40.72154]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93496, 40.70404]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9559, 40.71572]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94946, 40.71753]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95037, 40.7133]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95491, 40.71171]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96048, 40.71479]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95233, 40.7156]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95824, 40.71777]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94524, 40.70695]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94306, 40.70378]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93961, 40.70737]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95566, 40.71733]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94761, 40.71477]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93408, 40.70414]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93957, 40.71335]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95535, 40.71873]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96405, 40.71954]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9588, 40.70843]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96342, 40.71118]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9487, 40.7111]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94842, 40.71555]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94299, 40.71524]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96833, 40.71338]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96216, 40.71353]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94906, 40.71534]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95613, 40.71125]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94694, 40.70998]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9396, 40.7128]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94473, 40.71479]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96322, 40.71165]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95857, 40.72037]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96085, 40.71548]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94608, 40.7079]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94463, 40.70113]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93206, 40.70477]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95615, 40.72031]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95494, 40.71943]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94625, 40.7066]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95894, 40.71795]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95256, 40.71124]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94438, 40.71114]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9642, 40.71337]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96817, 40.70965]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9547, 40.71603]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95336, 40.71613]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94085, 40.71563]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9423, 40.71863]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95136, 40.71007]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94354, 40.71762]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92695, 40.70673]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95503, 40.71523]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94273, 40.71622]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96311, 40.71449]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94202, 40.7056]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94362, 40.71137]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95162, 40.70979]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95718, 40.71842]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95745, 40.7197]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96169, 40.71458]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93885, 40.71459]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95938, 40.7179]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96086, 40.71212]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94236, 40.71368]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95777, 40.71623]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9497, 40.7093]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94163, 40.70716]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94326, 40.71456]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94563, 40.70895]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94393, 40.71848]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94034, 40.71373]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9581, 40.71989]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92739, 40.70642]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96024, 40.7102]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95665, 40.71275]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9602, 40.71968]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96767, 40.70885]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94947, 40.7092]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94485, 40.72018]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95421, 40.71543]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94331, 40.71173]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9506, 40.70666]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92975, 40.70537]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94214, 40.71776]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95981, 40.71813]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94399, 40.71273]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94493, 40.71132]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94504, 40.71149]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95307, 40.70694]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94502, 40.71813]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9613, 40.71004]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9472, 40.70987]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93926, 40.70781]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94003, 40.70812]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96148, 40.71123]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94539, 40.71928]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95733, 40.71346]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95807, 40.72174]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94666, 40.71078]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96556, 40.71341]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93618, 40.71227]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95427, 40.71719]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94925, 40.70969]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94852, 40.71708]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94722, 40.71571]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94542, 40.70902]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94273, 40.71795]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93689, 40.70496]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93623, 40.70521]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94898, 40.71165]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94349, 40.70696]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94468, 40.71576]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95398, 40.71009]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94617, 40.71178]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95095, 40.70798]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93348, 40.70404]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94746, 40.7142]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94593, 40.72006]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94436, 40.71876]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94439, 40.7068]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96006, 40.71125]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96674, 40.7137]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9553, 40.71577]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95566, 40.71832]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95573, 40.71801]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94104, 40.71272]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96456, 40.71017]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94216, 40.71998]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94408, 40.7191]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94034, 40.71392]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94217, 40.71604]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95667, 40.71563]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.955, 40.71015]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94197, 40.71475]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96171, 40.71558]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95952, 40.72063]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9326, 40.70811]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94986, 40.71216]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95414, 40.70861]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9492, 40.70944]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9626, 40.70973]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95727, 40.71696]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9603, 40.71293]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.957, 40.71227]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94162, 40.71353]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94276, 40.71082]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95867, 40.71834]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96451, 40.71238]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95152, 40.70905]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95619, 40.71986]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94377, 40.70755]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95778, 40.71257]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93966, 40.70611]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94072, 40.70523]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94939, 40.70723]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96149, 40.71557]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95071, 40.70706]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95621, 40.70971]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94295, 40.70383]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95796, 40.72117]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94823, 40.708]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94299, 40.71275]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96374, 40.7194]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9604, 40.71878]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94609, 40.71635]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94121, 40.70722]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94928, 40.70908]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96218, 40.71156]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9591, 40.71417]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94061, 40.70665]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94144, 40.70921]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94422, 40.7131]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95695, 40.71591]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9502, 40.71134]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95847, 40.72124]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96292, 40.71278]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94505, 40.70649]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94651, 40.70862]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96139, 40.71039]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94807, 40.70999]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94126, 40.70772]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95383, 40.70896]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94259, 40.7158]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95338, 40.70634]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95426, 40.71679]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96225, 40.71415]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96512, 40.71657]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96141, 40.71142]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94336, 40.71837]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94206, 40.70743]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96461, 40.71264]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94382, 40.71072]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94058, 40.71168]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93961, 40.71479]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94888, 40.7185]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95302, 40.71145]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95555, 40.71741]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9517, 40.71251]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95998, 40.71909]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95406, 40.70698]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9639, 40.70971]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95395, 40.70833]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93931, 40.70816]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94153, 40.7084]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9601, 40.71623]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94639, 40.70859]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96142, 40.71747]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93603, 40.70245]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94381, 40.713]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94479, 40.71993]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95677, 40.71947]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94297, 40.70997]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95868, 40.71584]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93738, 40.70501]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96745, 40.71147]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96362, 40.71436]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96207, 40.71334]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93964, 40.7185]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9671, 40.7087]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96668, 40.70953]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96104, 40.70888]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96236, 40.70872]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96292, 40.71185]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96637, 40.71094]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94198, 40.70643]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95867, 40.71417]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94189, 40.71618]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95153, 40.71758]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95121, 40.70996]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96307, 40.71561]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94227, 40.70684]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9451, 40.7186]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9628, 40.71295]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9349, 40.70358]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95536, 40.70397]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95632, 40.71123]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95382, 40.7073]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95086, 40.7076]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94571, 40.71518]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94467, 40.71842]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96657, 40.70926]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9656, 40.71204]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9398, 40.71563]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93648, 40.71271]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94063, 40.7074]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92734, 40.70792]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93663, 40.70621]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95875, 40.71865]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96627, 40.70638]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96121, 40.70898]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96192, 40.7155]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95088, 40.71296]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94156, 40.71385]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96437, 40.71498]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95618, 40.71901]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94858, 40.70783]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93201, 40.70506]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93824, 40.71647]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95281, 40.70854]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96758, 40.70939]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94937, 40.71905]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96282, 40.7146]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94397, 40.7052]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94426, 40.70847]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94301, 40.70488]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94278, 40.71543]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93859, 40.70883]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93412, 40.70343]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.942, 40.70361]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96042, 40.7213]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93878, 40.70283]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96061, 40.70878]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96089, 40.71493]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9578, 40.7103]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94644, 40.7135]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95315, 40.70905]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9549, 40.71937]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93982, 40.71404]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95515, 40.70723]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96145, 40.71497]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96573, 40.70994]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95616, 40.71988]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93367, 40.70395]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96363, 40.71784]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95026, 40.70621]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9384, 40.7061]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94714, 40.70779]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96764, 40.70762]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93635, 40.70392]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95104, 40.70813]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96405, 40.71801]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.961, 40.72048]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92814, 40.70532]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94441, 40.70878]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93305, 40.70524]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95125, 40.70876]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94224, 40.70806]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96408, 40.7142]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94151, 40.71518]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95695, 40.71886]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94593, 40.71496]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95189, 40.71371]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93889, 40.70788]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96866, 40.71214]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95353, 40.7157]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94105, 40.71477]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96676, 40.71268]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9634, 40.71209]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95314, 40.70755]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94763, 40.71359]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94907, 40.71094]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95427, 40.7186]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94457, 40.70711]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9618, 40.71455]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95, 40.715]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94974, 40.70787]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94193, 40.7042]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93952, 40.71396]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96061, 40.71251]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95515, 40.71923]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95667, 40.70966]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94927, 40.70885]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96124, 40.72091]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96161, 40.71078]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95467, 40.70779]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9567, 40.72059]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94431, 40.70383]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95828, 40.7199]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95508, 40.71435]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94144, 40.71422]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9573, 40.7171]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96469, 40.71634]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95343, 40.71362]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95606, 40.71994]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94562, 40.71666]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95026, 40.71273]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95476, 40.71938]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95742, 40.70884]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.946, 40.71276]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96122, 40.72092]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94434, 40.7184]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96116, 40.71487]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95784, 40.71045]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93265, 40.70647]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94054, 40.70652]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95103, 40.71389]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95626, 40.72034]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9398, 40.70904]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96291, 40.71665]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96775, 40.71239]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95521, 40.71784]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94332, 40.71109]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94948, 40.71673]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95239, 40.71095]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95396, 40.70703]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94561, 40.72032]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96218, 40.711]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95522, 40.70704]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95166, 40.71856]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94808, 40.70954]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94684, 40.70869]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94411, 40.70965]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93518, 40.70565]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95374, 40.71301]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94244, 40.70816]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94059, 40.70826]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96225, 40.70969]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96225, 40.71554]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94285, 40.71382]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9658, 40.70917]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9424, 40.70761]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94989, 40.71671]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94867, 40.71312]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93425, 40.70327]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95011, 40.71354]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95702, 40.7179]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96142, 40.71294]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96259, 40.71827]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95737, 40.71628]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96019, 40.7184]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96596, 40.71413]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93938, 40.71596]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94004, 40.71557]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94796, 40.71002]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96328, 40.71076]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95906, 40.71358]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94581, 40.71532]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96121, 40.71081]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93999, 40.71765]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95414, 40.71819]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96019, 40.71363]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94429, 40.70581]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95199, 40.71057]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93986, 40.71396]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94892, 40.70755]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94283, 40.71293]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9557, 40.7127]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95448, 40.71861]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96716, 40.71201]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9474, 40.70357]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95273, 40.7171]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95686, 40.70648]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95547, 40.72128]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92918, 40.70616]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95563, 40.71532]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95846, 40.71157]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94354, 40.70884]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96487, 40.71525]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94415, 40.70844]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95905, 40.7159]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95783, 40.71714]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95879, 40.71578]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9344, 40.70353]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95275, 40.71769]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93205, 40.70413]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95685, 40.71701]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94674, 40.71249]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95202, 40.71859]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94474, 40.71201]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95696, 40.7179]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9641, 40.71514]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94165, 40.71952]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95955, 40.71166]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96229, 40.71524]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96795, 40.71144]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95442, 40.70805]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92955, 40.70548]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95896, 40.71147]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94619, 40.7078]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94527, 40.71136]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95695, 40.72021]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.957, 40.71796]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94342, 40.70565]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96457, 40.71214]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94813, 40.70819]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95873, 40.71243]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95945, 40.71106]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96141, 40.71783]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94918, 40.70757]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9653, 40.713]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93999, 40.71291]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93889, 40.71044]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96144, 40.71299]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94439, 40.7063]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94402, 40.71411]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93882, 40.71354]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95825, 40.71468]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96521, 40.71029]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9659, 40.70928]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95099, 40.71088]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9433, 40.70608]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94656, 40.71687]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94214, 40.7137]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95951, 40.7186]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96369, 40.71339]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95103, 40.7179]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9413, 40.71992]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95578, 40.71387]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95165, 40.71026]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94331, 40.71528]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96338, 40.71168]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96385, 40.71559]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95082, 40.7092]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95428, 40.71079]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9565, 40.717]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95427, 40.7161]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96134, 40.71614]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93578, 40.70669]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9552, 40.71947]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96495, 40.71473]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96813, 40.71131]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94263, 40.71552]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96172, 40.71465]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9578, 40.71987]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9656, 40.71275]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94473, 40.71521]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96191, 40.71416]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96622, 40.7103]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96103, 40.71228]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95116, 40.70765]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94502, 40.7193]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95897, 40.71909]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94316, 40.71673]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95588, 40.71993]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94913, 40.70695]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96344, 40.7118]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93656, 40.70443]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95598, 40.71191]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95428, 40.71194]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94063, 40.70899]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93666, 40.70666]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9517, 40.71032]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96533, 40.71133]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95355, 40.71189]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96043, 40.72156]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95536, 40.71992]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9689, 40.70999]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93818, 40.70874]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94881, 40.71558]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9529, 40.7116]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93461, 40.70397]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95299, 40.71439]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96509, 40.71703]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95428, 40.71686]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94379, 40.70666]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95863, 40.7193]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9417, 40.71999]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94648, 40.71945]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94514, 40.71159]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95723, 40.72085]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95902, 40.71753]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94415, 40.71568]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95432, 40.71603]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9582, 40.71198]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9451, 40.71684]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94501, 40.70572]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96341, 40.7133]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96363, 40.70786]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96443, 40.71643]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95183, 40.71716]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96311, 40.70955]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95364, 40.70875]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93997, 40.71495]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95681, 40.71223]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95604, 40.71895]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96487, 40.71173]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9676, 40.70901]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94451, 40.7111]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9387, 40.71179]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95469, 40.71873]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9384, 40.70773]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95072, 40.71659]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96442, 40.71353]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95921, 40.70822]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92857, 40.70757]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95249, 40.70853]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96084, 40.71576]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9544, 40.71725]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94001, 40.7097]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95501, 40.71463]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95825, 40.71099]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95789, 40.71919]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95226, 40.70835]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96166, 40.71649]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94239, 40.71376]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94955, 40.71173]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92642, 40.7084]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95988, 40.71191]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94238, 40.71081]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95071, 40.71042]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94472, 40.70485]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94228, 40.71367]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95574, 40.71572]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95472, 40.71739]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95877, 40.71686]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95301, 40.70858]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94104, 40.71654]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95886, 40.71097]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95983, 40.7172]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94584, 40.70848]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94943, 40.70669]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94641, 40.71462]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96401, 40.71083]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95623, 40.71219]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96005, 40.71067]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93832, 40.70492]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95777, 40.71518]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94258, 40.71922]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96064, 40.71532]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95745, 40.71323]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95467, 40.7069]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96224, 40.71856]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96062, 40.70834]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94787, 40.70801]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9588, 40.71984]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96023, 40.71253]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95888, 40.71644]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93904, 40.71081]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93905, 40.71497]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95983, 40.7157]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96017, 40.71259]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96188, 40.7155]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96204, 40.71697]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9544, 40.71769]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93774, 40.71468]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93619, 40.71381]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9668, 40.71194]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95443, 40.70951]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9592, 40.71358]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95339, 40.71151]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9655, 40.71335]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94465, 40.71735]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96217, 40.7207]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95886, 40.70776]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94459, 40.71295]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95304, 40.70747]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94106, 40.71283]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96012, 40.71227]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93845, 40.70461]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9439, 40.71676]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95576, 40.7177]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96398, 40.71363]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94976, 40.7074]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95098, 40.71186]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94379, 40.70724]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9605, 40.71776]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94671, 40.71712]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95445, 40.71028]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94415, 40.70883]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95697, 40.71387]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96633, 40.71534]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9571, 40.71209]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94162, 40.71688]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94352, 40.70803]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95249, 40.70967]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95846, 40.7107]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95948, 40.71322]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94058, 40.71572]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95642, 40.71593]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94017, 40.71264]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92698, 40.70585]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96351, 40.71587]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94316, 40.71351]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94532, 40.70794]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9428, 40.71893]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93821, 40.70602]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95711, 40.7137]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95158, 40.71869]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9427, 40.70245]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94397, 40.7159]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96235, 40.71357]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93674, 40.70617]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95747, 40.71091]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9545, 40.71807]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95685, 40.71125]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95558, 40.71285]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94087, 40.70792]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95882, 40.71837]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94343, 40.71841]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95475, 40.70803]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.947, 40.71118]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9464, 40.71184]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94958, 40.71373]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92946, 40.70538]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95828, 40.71957]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94586, 40.70885]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94307, 40.70604]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95191, 40.71258]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92997, 40.70648]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96841, 40.71026]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94668, 40.71685]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94403, 40.71505]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94738, 40.71185]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96265, 40.71592]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95785, 40.71283]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9348, 40.70512]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96325, 40.71555]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95798, 40.71906]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96042, 40.71872]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94531, 40.7061]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95097, 40.71119]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95617, 40.71362]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95805, 40.71911]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95876, 40.71292]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95361, 40.71722]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93936, 40.71407]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95683, 40.71216]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96069, 40.70824]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9607, 40.71746]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95012, 40.70919]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95905, 40.71449]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94642, 40.71374]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93658, 40.70635]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93872, 40.71179]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96339, 40.71769]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96332, 40.71457]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96171, 40.71459]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9624, 40.71049]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9506, 40.7092]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95406, 40.71545]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94952, 40.70818]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96046, 40.71385]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95727, 40.72022]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96703, 40.71723]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94271, 40.70875]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9467, 40.70875]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94785, 40.71256]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94986, 40.71537]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95517, 40.71814]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95857, 40.71433]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95155, 40.71141]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94193, 40.71673]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96129, 40.70996]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95299, 40.70685]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94672, 40.71015]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93698, 40.70358]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96008, 40.71763]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95896, 40.71171]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96038, 40.71318]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95742, 40.71258]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94867, 40.70994]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95995, 40.71493]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94635, 40.71379]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94131, 40.71653]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95126, 40.71364]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96618, 40.70857]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96055, 40.7147]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96524, 40.70667]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95927, 40.70986]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93735, 40.71569]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94615, 40.71432]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96451, 40.71829]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94932, 40.70684]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92988, 40.70509]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94594, 40.70682]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95282, 40.71756]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93603, 40.70298]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95523, 40.71369]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96229, 40.71446]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95636, 40.70629]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96136, 40.71934]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96407, 40.71093]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9555, 40.72062]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94295, 40.70698]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92907, 40.70616]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.967, 40.7106]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95817, 40.71699]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96057, 40.71551]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94194, 40.70497]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9539, 40.70841]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95486, 40.71452]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94249, 40.7113]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95939, 40.71573]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94101, 40.71482]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9596, 40.72084]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95288, 40.70911]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96126, 40.71619]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95252, 40.71515]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95476, 40.71474]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94133, 40.70827]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94801, 40.71558]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96336, 40.71179]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95749, 40.71603]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9549, 40.70963]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95811, 40.71733]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94538, 40.71776]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96434, 40.70802]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95721, 40.71645]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94913, 40.71475]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95704, 40.71725]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95451, 40.71452]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94514, 40.71662]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9511, 40.70788]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94283, 40.71424]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95681, 40.71753]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95653, 40.72178]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95532, 40.72136]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95126, 40.71208]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96445, 40.70953]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96128, 40.70937]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93577, 40.71558]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94638, 40.7119]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94148, 40.71538]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95611, 40.71784]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95956, 40.71193]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96304, 40.71068]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95466, 40.71774]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9605, 40.7128]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96464, 40.71813]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95629, 40.71432]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9619, 40.71117]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93902, 40.70793]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96626, 40.71256]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95706, 40.71689]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9564, 40.70833]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94258, 40.71827]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95431, 40.71643]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94988, 40.71018]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95399, 40.70664]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94738, 40.70985]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95473, 40.71636]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95246, 40.71749]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96017, 40.71694]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95313, 40.71231]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96759, 40.70658]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9588, 40.71579]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96532, 40.7106]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9565, 40.71943]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95098, 40.71055]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95092, 40.71579]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95926, 40.71829]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96259, 40.71016]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94366, 40.71684]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95073, 40.71321]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96283, 40.71858]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95886, 40.7112]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94001, 40.7138]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95721, 40.71851]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94557, 40.72024]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93962, 40.71601]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95084, 40.71493]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95395, 40.71586]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93663, 40.70475]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94788, 40.70309]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95044, 40.71413]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94122, 40.70866]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96354, 40.71289]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9562, 40.71592]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94274, 40.70821]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9403, 40.70782]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94381, 40.71827]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94749, 40.71502]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.949, 40.71278]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94231, 40.70764]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95385, 40.7075]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95543, 40.71581]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95508, 40.72043]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94735, 40.70712]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9463, 40.70658]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94467, 40.71413]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93788, 40.70666]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95888, 40.71212]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94161, 40.70891]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95433, 40.71544]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96379, 40.7166]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94551, 40.71162]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96409, 40.71297]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96054, 40.71046]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95491, 40.70945]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96298, 40.71395]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95016, 40.71526]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96251, 40.7138]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9506, 40.71059]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95649, 40.71594]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94996, 40.70689]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95237, 40.70874]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96548, 40.71531]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94388, 40.7117]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93788, 40.70532]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96045, 40.71747]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94135, 40.70586]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95644, 40.71679]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95001, 40.70821]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95, 40.71234]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94466, 40.71262]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95742, 40.71194]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92938, 40.70528]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95802, 40.71002]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94144, 40.70773]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94397, 40.71492]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96688, 40.70881]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96424, 40.71154]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9595, 40.71012]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96244, 40.71739]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92825, 40.70601]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95981, 40.71797]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96007, 40.72099]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94334, 40.71305]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94699, 40.70884]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95123, 40.70589]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94822, 40.70816]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94042, 40.71101]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94555, 40.7086]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94441, 40.71876]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96442, 40.71908]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95397, 40.70845]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93652, 40.70798]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94336, 40.70345]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94635, 40.70961]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94877, 40.71558]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96004, 40.7131]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95591, 40.71332]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94945, 40.70819]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94719, 40.70929]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95825, 40.71115]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93017, 40.7052]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94464, 40.71541]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94501, 40.70275]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.941, 40.71017]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95597, 40.72192]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95394, 40.71504]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94967, 40.71201]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95502, 40.71307]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95841, 40.71468]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95443, 40.70851]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9379, 40.71238]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93845, 40.71625]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9482, 40.71304]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.943, 40.71866]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96612, 40.71638]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96261, 40.71982]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94006, 40.71229]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96144, 40.71353]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94945, 40.70848]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93529, 40.70665]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94628, 40.7139]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95576, 40.72182]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95423, 40.71896]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95395, 40.71617]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9559, 40.71238]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94356, 40.71939]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94376, 40.71588]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96905, 40.71078]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9451, 40.71598]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93535, 40.70259]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95787, 40.71152]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95421, 40.71428]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94804, 40.70971]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95949, 40.71895]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94622, 40.70717]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9387, 40.711]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95177, 40.71215]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96037, 40.71279]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92999, 40.71351]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95503, 40.70748]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.954, 40.71128]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95459, 40.71747]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96583, 40.70865]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96719, 40.7082]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93075, 40.70522]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95308, 40.71847]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94048, 40.71424]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95543, 40.70863]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95022, 40.71276]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95964, 40.71975]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.968, 40.71237]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95175, 40.71069]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96395, 40.71993]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95411, 40.71315]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93843, 40.70721]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95538, 40.70686]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94484, 40.71809]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94307, 40.71258]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94641, 40.70863]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94113, 40.71594]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94821, 40.71727]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94269, 40.70756]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94468, 40.71612]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9618, 40.7108]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94224, 40.71698]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94104, 40.71783]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96511, 40.71062]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94239, 40.70981]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96563, 40.71238]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95466, 40.71598]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96533, 40.71399]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95803, 40.7176]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93754, 40.70742]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94763, 40.71327]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93588, 40.70635]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92778, 40.70533]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9509, 40.70858]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95799, 40.71816]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95425, 40.70884]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95978, 40.71779]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96034, 40.72112]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95562, 40.71882]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96181, 40.71233]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94762, 40.71384]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96381, 40.71304]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94536, 40.70732]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95767, 40.71996]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95421, 40.71436]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93941, 40.71621]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95858, 40.71275]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9526, 40.71801]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94535, 40.70849]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96133, 40.71246]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95472, 40.70893]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94815, 40.71262]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95343, 40.70981]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95191, 40.70709]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94614, 40.71521]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93225, 40.70436]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94277, 40.70943]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96584, 40.71306]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95243, 40.70934]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94874, 40.71777]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95028, 40.71121]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95557, 40.7172]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96234, 40.71423]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96065, 40.72047]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94055, 40.70803]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95373, 40.71642]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9438, 40.71725]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96421, 40.71358]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93739, 40.71385]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96332, 40.71553]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94147, 40.7135]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96112, 40.71947]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93952, 40.71602]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96085, 40.71219]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96067, 40.71232]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95115, 40.71065]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96107, 40.71864]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96416, 40.7189]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96552, 40.70956]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9551, 40.7084]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96423, 40.71706]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94896, 40.7129]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95976, 40.71258]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94307, 40.71195]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95916, 40.7109]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94572, 40.70828]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95274, 40.71062]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96114, 40.71198]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9491, 40.70955]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95682, 40.70829]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94229, 40.70536]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93285, 40.70598]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95884, 40.7106]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96046, 40.71986]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94974, 40.71285]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96494, 40.70983]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95199, 40.71322]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93834, 40.70298]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95859, 40.71808]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94987, 40.71526]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9593, 40.71712]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95064, 40.71671]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95831, 40.71567]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9653, 40.71241]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.958, 40.71509]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95531, 40.71177]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95437, 40.70842]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9528, 40.70707]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95292, 40.71262]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9418, 40.71919]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94185, 40.70742]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95716, 40.71505]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95354, 40.71241]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96174, 40.71519]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95191, 40.71058]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94103, 40.70068]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9428, 40.71965]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96253, 40.714]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95271, 40.70725]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96517, 40.71013]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95591, 40.71671]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95344, 40.718]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96612, 40.7114]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96415, 40.71623]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96545, 40.71219]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9461, 40.71954]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94885, 40.70392]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96505, 40.71043]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95087, 40.7169]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95828, 40.71911]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95946, 40.71293]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95439, 40.71019]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94234, 40.71976]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95829, 40.72069]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96117, 40.70872]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94163, 40.70835]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95332, 40.7077]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96021, 40.72141]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96462, 40.71012]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96002, 40.71059]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9531, 40.70585]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9468, 40.70881]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96717, 40.71095]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94868, 40.70804]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95586, 40.71207]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95725, 40.71675]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95576, 40.71576]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94491, 40.70672]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96401, 40.71953]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96225, 40.71472]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94013, 40.70712]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95582, 40.71973]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94884, 40.71106]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95075, 40.71544]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95412, 40.70719]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9497, 40.71432]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96245, 40.71523]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96046, 40.71422]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96199, 40.7173]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96764, 40.71061]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95368, 40.70853]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94353, 40.71174]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94095, 40.70458]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94699, 40.71323]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96253, 40.71014]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94992, 40.70855]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96748, 40.71105]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94938, 40.7113]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93558, 40.7121]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96327, 40.72161]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95419, 40.71239]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94423, 40.70824]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9553, 40.71524]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94423, 40.70474]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94255, 40.70922]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96471, 40.71119]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95186, 40.71082]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96281, 40.71952]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94232, 40.70827]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95299, 40.71545]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96155, 40.71247]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94221, 40.70762]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93322, 40.70509]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9256, 40.70909]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95652, 40.71387]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95891, 40.72123]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94693, 40.70942]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96279, 40.71357]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95853, 40.71216]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93223, 40.70608]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95957, 40.71161]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96666, 40.712]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92784, 40.7051]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95957, 40.71071]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96117, 40.72015]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94204, 40.70872]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94137, 40.71288]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96088, 40.71086]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95361, 40.7225]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96377, 40.7119]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95996, 40.71839]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94811, 40.70789]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94868, 40.71413]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95669, 40.71713]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9495, 40.70907]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96358, 40.71536]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94486, 40.71566]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9627, 40.70934]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95738, 40.71338]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92678, 40.70759]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95827, 40.71222]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94307, 40.70745]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9488, 40.70249]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95665, 40.71603]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94478, 40.71368]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94253, 40.70931]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94421, 40.70826]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92903, 40.70596]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95982, 40.71707]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9624, 40.7117]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9402, 40.71879]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94204, 40.71214]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95317, 40.71514]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94847, 40.70894]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94912, 40.71681]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95872, 40.71195]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96071, 40.71973]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95979, 40.70984]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94889, 40.71264]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9533, 40.70757]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95675, 40.71113]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9621, 40.71417]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96849, 40.71254]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96282, 40.71189]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94948, 40.70943]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94193, 40.71394]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94309, 40.71652]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93285, 40.70564]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96031, 40.7119]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94532, 40.71529]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95457, 40.71113]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94584, 40.71688]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96602, 40.71202]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93983, 40.7149]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95731, 40.7193]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95232, 40.70922]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95234, 40.7176]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95147, 40.71547]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95183, 40.71237]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96396, 40.71737]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93989, 40.71402]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95376, 40.72203]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95914, 40.71534]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95501, 40.70692]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95445, 40.71436]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95511, 40.71742]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95328, 40.70863]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94848, 40.70887]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94805, 40.71284]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94164, 40.71382]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9573, 40.71594]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95593, 40.70934]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96605, 40.71708]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96261, 40.71053]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96411, 40.71254]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94632, 40.71189]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94014, 40.71116]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95303, 40.71138]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96404, 40.71418]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94255, 40.70425]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95684, 40.71638]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94345, 40.71728]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94115, 40.71554]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94554, 40.70665]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96341, 40.71258]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94739, 40.70806]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94862, 40.71304]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94135, 40.70729]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94274, 40.71609]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94359, 40.71438]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94194, 40.7169]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96668, 40.71236]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94966, 40.70946]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95961, 40.71961]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95192, 40.71506]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95206, 40.71013]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93301, 40.7049]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94054, 40.71886]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93852, 40.71416]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94109, 40.713]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95289, 40.71824]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95632, 40.7155]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96686, 40.70976]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95289, 40.70852]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95648, 40.71686]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96054, 40.70877]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93552, 40.70559]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94383, 40.71545]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95162, 40.71867]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95848, 40.71351]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95598, 40.70961]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94795, 40.71719]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93662, 40.71536]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95868, 40.71033]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92957, 40.70471]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94134, 40.71614]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96283, 40.71998]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96303, 40.71901]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.947, 40.70198]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94889, 40.70877]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95497, 40.70841]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94528, 40.70431]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95732, 40.71047]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9495, 40.71411]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96465, 40.71983]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95026, 40.71262]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96566, 40.7112]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96136, 40.71975]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96006, 40.72129]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94341, 40.71876]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95804, 40.71197]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95702, 40.72143]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95632, 40.7089]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96331, 40.70942]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95919, 40.71064]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94933, 40.7083]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96069, 40.71887]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94621, 40.71839]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95872, 40.72171]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95212, 40.70626]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94867, 40.71415]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95171, 40.71096]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94384, 40.71228]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94448, 40.71683]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96416, 40.71805]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96102, 40.70915]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96336, 40.71435]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95822, 40.71319]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95015, 40.71758]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94308, 40.71157]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94693, 40.71591]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96609, 40.7079]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94154, 40.71279]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95511, 40.71808]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9524, 40.71223]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96267, 40.70952]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95866, 40.71893]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96116, 40.72085]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93583, 40.7033]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95782, 40.72128]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96038, 40.72091]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94592, 40.71195]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95462, 40.71507]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93781, 40.71233]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95173, 40.71164]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96405, 40.70973]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9454, 40.71399]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93024, 40.70496]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94071, 40.70878]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94193, 40.71946]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93523, 40.70346]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95838, 40.71998]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95919, 40.71971]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9599, 40.71994]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94538, 40.70839]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96039, 40.71591]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96326, 40.71372]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95503, 40.71778]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94114, 40.71857]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96125, 40.71048]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95757, 40.71225]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95363, 40.71399]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95958, 40.71943]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93465, 40.7026]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95187, 40.71381]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93122, 40.70496]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95466, 40.70732]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95175, 40.70635]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94707, 40.70813]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95537, 40.71282]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95565, 40.7129]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95446, 40.71932]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94798, 40.71515]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93286, 40.70898]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96366, 40.70984]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9581, 40.71081]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9369, 40.71426]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9616, 40.71846]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95897, 40.71276]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93584, 40.70661]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96619, 40.7122]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93452, 40.70477]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95967, 40.71237]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95869, 40.71813]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95945, 40.71997]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95585, 40.71787]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95696, 40.72212]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93974, 40.71647]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94157, 40.70832]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96265, 40.71966]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95801, 40.71215]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95956, 40.70998]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95622, 40.70888]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95787, 40.71205]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94187, 40.70725]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94428, 40.70706]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9619, 40.70849]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96347, 40.7126]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94572, 40.71397]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95499, 40.71465]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96327, 40.7167]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95498, 40.7069]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95444, 40.71885]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92989, 40.70728]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94986, 40.71531]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95308, 40.71246]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92946, 40.70493]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94548, 40.70769]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96451, 40.71124]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95978, 40.70772]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95367, 40.71267]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94859, 40.71586]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96801, 40.70641]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9542, 40.71326]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94016, 40.71311]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95301, 40.70973]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95424, 40.70601]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95117, 40.70755]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9299, 40.70454]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94714, 40.7169]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96447, 40.71725]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93301, 40.70589]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94717, 40.70834]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96081, 40.70823]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96323, 40.71542]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96113, 40.71104]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94742, 40.71525]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96342, 40.71187]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95539, 40.71599]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95773, 40.71677]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94785, 40.7077]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96285, 40.71975]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96289, 40.71383]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94379, 40.70824]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95822, 40.71813]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96346, 40.7177]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95265, 40.71784]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95488, 40.71018]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94264, 40.7161]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94854, 40.70998]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93444, 40.70357]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.963, 40.71171]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96135, 40.70918]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95475, 40.71649]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9634, 40.71312]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95807, 40.71319]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94176, 40.71139]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95272, 40.7167]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96798, 40.7138]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9532, 40.7173]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95771, 40.71411]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95786, 40.71889]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95405, 40.70655]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93615, 40.71363]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9469, 40.71535]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96685, 40.70823]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96145, 40.71733]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95501, 40.71408]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94352, 40.70202]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95705, 40.71972]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9648, 40.71322]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94388, 40.71759]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96084, 40.71993]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94061, 40.71915]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96338, 40.71112]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94421, 40.70653]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96355, 40.71258]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9402, 40.70845]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96255, 40.71947]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9536, 40.71368]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95927, 40.70719]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94982, 40.71635]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9628, 40.71192]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95013, 40.71782]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96081, 40.71024]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96282, 40.71492]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95965, 40.72168]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9558, 40.71303]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95136, 40.70711]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95234, 40.70703]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96024, 40.71444]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94981, 40.7131]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9427, 40.70806]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95427, 40.7087]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95325, 40.71585]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96232, 40.71365]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.934, 40.70505]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95574, 40.71359]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96159, 40.7173]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96439, 40.71101]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92734, 40.70562]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94173, 40.71471]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94113, 40.70937]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94549, 40.71759]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94189, 40.71259]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95048, 40.71732]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9506, 40.70709]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95059, 40.71772]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95515, 40.70926]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95689, 40.71346]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95871, 40.71014]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94806, 40.71233]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94216, 40.71862]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93965, 40.71881]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94323, 40.70683]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96059, 40.70902]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93454, 40.70551]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96406, 40.71319]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94219, 40.7073]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94239, 40.7054]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96284, 40.70965]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94156, 40.71131]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94329, 40.71954]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94165, 40.71849]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95787, 40.71328]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95236, 40.70914]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94708, 40.71707]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96143, 40.71072]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94612, 40.71216]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94154, 40.71261]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93561, 40.71362]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94228, 40.71384]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9471, 40.70904]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93894, 40.70665]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96276, 40.71653]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93716, 40.71295]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96183, 40.71354]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9486, 40.71013]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94275, 40.71434]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95789, 40.70803]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9617, 40.7191]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95834, 40.71848]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94477, 40.71693]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95473, 40.7083]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95059, 40.71503]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9573, 40.7113]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.953, 40.71009]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95919, 40.71697]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96478, 40.7109]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95606, 40.7116]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94458, 40.71308]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.961, 40.72026]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93949, 40.71226]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94362, 40.71861]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95074, 40.7161]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95508, 40.71797]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9496, 40.71335]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95852, 40.71279]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96015, 40.7205]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94491, 40.70445]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95465, 40.72163]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93812, 40.70661]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94974, 40.70766]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94512, 40.70214]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96062, 40.71251]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95498, 40.70937]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94767, 40.71174]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94043, 40.71159]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9379, 40.71236]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9596, 40.72037]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95579, 40.71756]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95343, 40.70868]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93221, 40.70699]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95581, 40.72019]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9313, 40.70608]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94822, 40.71365]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94861, 40.71493]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95445, 40.70882]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94138, 40.71633]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93955, 40.71305]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95845, 40.71794]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95623, 40.71651]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92966, 40.7049]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95263, 40.71736]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96262, 40.7194]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95385, 40.71138]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94829, 40.71266]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95445, 40.7152]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96335, 40.7196]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94124, 40.71492]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95898, 40.71286]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92668, 40.70667]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96398, 40.71529]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94421, 40.70244]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94435, 40.71135]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95761, 40.71414]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96541, 40.71204]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95, 40.71345]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95477, 40.71641]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95324, 40.71485]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94298, 40.71418]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94022, 40.71322]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94502, 40.71493]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93973, 40.71805]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95556, 40.71258]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96567, 40.70946]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94431, 40.7119]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96603, 40.718]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96449, 40.71179]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96575, 40.71186]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96397, 40.7166]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95815, 40.71093]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96078, 40.71978]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96833, 40.7069]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95991, 40.71594]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93978, 40.70918]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94109, 40.7134]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96042, 40.7201]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94372, 40.71356]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95747, 40.71749]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93916, 40.70833]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94935, 40.71483]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94856, 40.71306]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94947, 40.70627]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9425, 40.70687]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93312, 40.70683]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92756, 40.70614]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96525, 40.70958]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96011, 40.7157]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95725, 40.71632]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94951, 40.71865]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.955, 40.716]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94413, 40.70728]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94915, 40.71055]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94125, 40.7198]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96022, 40.72064]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9587, 40.71787]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9506, 40.70689]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.936, 40.70429]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95684, 40.71178]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95945, 40.71818]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93891, 40.71505]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94282, 40.70568]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96183, 40.71254]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92815, 40.70573]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96084, 40.7195]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93788, 40.70283]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9485, 40.71298]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95995, 40.71305]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93513, 40.70592]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94489, 40.71846]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9441, 40.71619]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95513, 40.71591]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94423, 40.70516]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95919, 40.71242]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95235, 40.71304]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94946, 40.71257]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95068, 40.71451]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95846, 40.7188]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95423, 40.71581]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94821, 40.70765]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94365, 40.70674]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9523, 40.71]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94225, 40.71936]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95175, 40.70683]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96378, 40.71272]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93838, 40.71365]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94618, 40.71653]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96545, 40.71705]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93522, 40.70475]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96333, 40.71401]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94804, 40.70919]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94305, 40.7033]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94985, 40.71122]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95576, 40.70972]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9488, 40.71416]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95191, 40.70844]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94657, 40.71023]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94328, 40.70281]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96228, 40.71754]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95439, 40.70874]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94152, 40.70294]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95868, 40.70866]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94702, 40.71398]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95119, 40.70896]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96497, 40.71304]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96102, 40.71239]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95332, 40.71311]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94918, 40.71868]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95837, 40.71961]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95671, 40.70795]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94799, 40.70867]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95534, 40.71589]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9543, 40.71758]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96101, 40.71171]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95813, 40.71571]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9462, 40.70653]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96216, 40.71483]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95497, 40.71746]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93429, 40.7033]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95037, 40.71239]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9572, 40.71912]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95884, 40.70784]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95379, 40.71617]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96318, 40.71782]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96383, 40.71181]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96631, 40.70979]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96923, 40.70985]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95259, 40.70732]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95599, 40.7196]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96276, 40.71074]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94368, 40.71419]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93869, 40.71552]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94513, 40.71274]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95704, 40.72005]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93561, 40.7025]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95703, 40.71794]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96315, 40.71498]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94666, 40.716]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95604, 40.72126]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9391, 40.71327]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9592, 40.71896]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95258, 40.70857]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96047, 40.7179]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94791, 40.70858]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93864, 40.70653]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96627, 40.71089]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95303, 40.71181]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95894, 40.71454]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9603, 40.71872]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96037, 40.7151]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95283, 40.71617]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93122, 40.70506]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96263, 40.7124]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94609, 40.70887]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95344, 40.70711]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93562, 40.70407]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95231, 40.70624]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95403, 40.711]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96854, 40.70978]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92868, 40.70498]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95648, 40.71316]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93606, 40.71319]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93344, 40.70552]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95261, 40.71353]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95777, 40.71742]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94145, 40.71924]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93039, 40.70443]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95759, 40.7094]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96301, 40.71219]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96244, 40.7128]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95827, 40.71023]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94999, 40.71835]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94384, 40.71244]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95569, 40.71982]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94485, 40.71459]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94396, 40.71217]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95838, 40.71205]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96224, 40.70977]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94749, 40.70719]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95135, 40.71606]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95922, 40.71122]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94861, 40.71124]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94061, 40.71078]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96786, 40.70743]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92828, 40.70609]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93889, 40.71365]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96222, 40.71811]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95423, 40.71761]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96924, 40.71133]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94934, 40.71516]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9435, 40.70952]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94807, 40.71198]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95873, 40.70874]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95775, 40.71806]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95847, 40.72011]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96553, 40.71359]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95694, 40.72372]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95781, 40.71507]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94507, 40.70865]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94088, 40.70957]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94841, 40.71273]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96049, 40.71935]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94792, 40.71111]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95151, 40.71009]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95775, 40.70752]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94705, 40.71521]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94326, 40.70705]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95003, 40.70866]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96048, 40.71218]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94061, 40.70867]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95953, 40.71134]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95136, 40.70744]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94654, 40.71015]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94686, 40.71547]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95594, 40.71763]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96474, 40.71463]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95588, 40.7149]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93976, 40.70794]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95958, 40.71947]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9486, 40.7139]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95873, 40.7196]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96317, 40.71199]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93968, 40.71431]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9657, 40.71168]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95341, 40.70721]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94844, 40.71459]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93688, 40.71296]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95735, 40.71918]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96084, 40.7138]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95201, 40.70588]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95337, 40.71521]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9517, 40.71024]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9636, 40.71157]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94084, 40.71577]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93285, 40.704]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93878, 40.70469]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96241, 40.71845]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96111, 40.70959]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96299, 40.71038]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95494, 40.71656]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9552, 40.70061]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95439, 40.71796]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95328, 40.70956]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94757, 40.70808]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95784, 40.71207]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.942, 40.71678]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95988, 40.7191]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95121, 40.71256]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96768, 40.70675]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95294, 40.71058]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95665, 40.714]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95429, 40.71358]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95012, 40.70735]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93763, 40.70704]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95123, 40.71102]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95088, 40.70516]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9426, 40.70788]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95606, 40.7187]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94622, 40.71264]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94916, 40.71479]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95468, 40.7135]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96365, 40.71607]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9433, 40.70984]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94681, 40.70744]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94251, 40.7129]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94595, 40.7066]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96201, 40.71445]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92903, 40.70704]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93684, 40.70609]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95216, 40.70766]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94952, 40.70818]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95356, 40.71702]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95359, 40.7184]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96002, 40.71139]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95689, 40.70872]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9639, 40.71162]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94088, 40.71576]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95954, 40.71106]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94557, 40.71608]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95787, 40.71198]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94048, 40.7127]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96034, 40.72104]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95876, 40.71596]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94165, 40.71852]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95684, 40.71923]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95133, 40.7187]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94976, 40.708]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94766, 40.71456]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94593, 40.71522]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94765, 40.71417]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93705, 40.7121]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9647, 40.71351]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9508, 40.70624]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95744, 40.71388]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96544, 40.7129]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95694, 40.72006]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94246, 40.71685]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95652, 40.71542]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95673, 40.71367]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95291, 40.70901]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96774, 40.71063]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93807, 40.7065]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96435, 40.70985]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95026, 40.71094]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96806, 40.71133]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94806, 40.71032]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94525, 40.70252]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93837, 40.70313]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93601, 40.70312]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96307, 40.72114]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92888, 40.70608]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94604, 40.70699]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94456, 40.71614]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95522, 40.71796]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96079, 40.71917]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94411, 40.70778]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94375, 40.70781]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94499, 40.71871]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95519, 40.71815]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95293, 40.71376]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95922, 40.71156]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9491, 40.70847]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.943, 40.70767]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96092, 40.71179]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96251, 40.71262]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95826, 40.71156]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9623, 40.71295]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96155, 40.71327]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94969, 40.70992]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94167, 40.7146]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94284, 40.70867]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95615, 40.71922]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94346, 40.70783]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95641, 40.71619]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95597, 40.71727]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96554, 40.71341]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96141, 40.71987]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94911, 40.71515]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94881, 40.70685]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94432, 40.7116]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94297, 40.70859]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95968, 40.71216]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96209, 40.71532]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94827, 40.70576]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96401, 40.71817]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96008, 40.71549]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96233, 40.7123]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9566, 40.70773]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96107, 40.7179]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95536, 40.70995]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94447, 40.71348]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96119, 40.71114]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95329, 40.71852]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95434, 40.71786]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9379, 40.70628]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93732, 40.716]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95783, 40.71404]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96114, 40.71002]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9573, 40.72018]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95767, 40.7093]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95539, 40.70829]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94101, 40.70488]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95707, 40.71889]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95003, 40.71355]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93762, 40.71378]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94909, 40.70925]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96438, 40.71327]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9594, 40.71901]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94881, 40.71255]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95132, 40.70932]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96066, 40.71351]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96576, 40.7075]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96403, 40.72015]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9517, 40.71312]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94071, 40.71332]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95804, 40.71795]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94214, 40.70775]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94797, 40.71615]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96226, 40.71675]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93852, 40.70487]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94884, 40.70778]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95815, 40.71248]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94498, 40.71835]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95962, 40.7189]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94751, 40.71432]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96232, 40.71893]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93341, 40.70492]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94858, 40.71018]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.961, 40.70859]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95669, 40.71054]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95789, 40.71704]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96694, 40.71171]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94291, 40.71393]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9587, 40.71627]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95191, 40.71159]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94462, 40.71622]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95724, 40.70902]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94559, 40.71662]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94113, 40.70889]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93852, 40.71341]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95857, 40.71239]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94454, 40.71822]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9435, 40.70478]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94058, 40.71444]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93672, 40.71401]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95675, 40.70965]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95741, 40.7198]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9468, 40.71027]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96334, 40.71414]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95004, 40.70581]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94124, 40.71677]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96029, 40.71091]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93829, 40.71412]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94359, 40.71773]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95739, 40.7203]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95231, 40.71515]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93669, 40.71369]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95127, 40.71281]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94944, 40.71021]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94992, 40.71214]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95022, 40.70786]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94458, 40.70594]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95349, 40.70885]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96574, 40.71303]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96646, 40.71173]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95859, 40.71707]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96076, 40.71016]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95766, 40.71218]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95544, 40.71174]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95588, 40.71786]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95224, 40.71256]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96246, 40.71554]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94266, 40.71193]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96038, 40.71351]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96628, 40.71797]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95376, 40.71572]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95644, 40.71004]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96515, 40.71119]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94826, 40.71219]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93987, 40.71044]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96526, 40.70666]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94966, 40.7085]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94073, 40.71315]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96564, 40.71051]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9649, 40.71189]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95875, 40.71084]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95599, 40.71272]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95895, 40.71355]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95471, 40.70901]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94573, 40.71228]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95879, 40.71971]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93926, 40.71558]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9417, 40.71591]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95725, 40.71843]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95107, 40.71564]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94987, 40.71811]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94614, 40.70935]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95895, 40.71751]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95917, 40.71104]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9542, 40.70645]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95554, 40.71653]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95949, 40.72021]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94396, 40.71151]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94825, 40.70822]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94772, 40.71269]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94039, 40.71906]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9562, 40.71136]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95364, 40.71622]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96265, 40.71449]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94797, 40.70763]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96049, 40.71955]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93965, 40.71284]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94971, 40.70876]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.961, 40.71428]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96044, 40.72141]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94347, 40.7121]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95397, 40.71038]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95995, 40.71204]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94067, 40.7152]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96109, 40.7213]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96319, 40.71323]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94422, 40.71985]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95553, 40.71055]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93897, 40.71298]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94931, 40.71813]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9595, 40.71794]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93883, 40.70529]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96009, 40.71126]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94118, 40.71233]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94541, 40.70628]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96585, 40.71332]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95754, 40.71728]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9609, 40.70858]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94965, 40.71081]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96268, 40.71218]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95782, 40.71229]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96119, 40.71404]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95509, 40.71005]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94242, 40.71791]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96359, 40.71855]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94646, 40.71791]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94749, 40.70589]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94283, 40.7054]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96256, 40.71171]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94515, 40.71049]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95273, 40.71383]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93611, 40.70714]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95993, 40.72038]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93482, 40.70353]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92792, 40.70527]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96136, 40.71085]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95737, 40.71563]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96131, 40.71072]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96449, 40.71107]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95433, 40.71371]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96837, 40.70847]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94851, 40.71317]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95099, 40.71324]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94255, 40.70803]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94978, 40.71901]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9448, 40.70923]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94668, 40.7126]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96395, 40.714]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96042, 40.71297]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9615, 40.71685]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96456, 40.71871]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93691, 40.70489]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94584, 40.7044]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96369, 40.7101]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9599, 40.71228]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95106, 40.70788]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95598, 40.7079]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93957, 40.71627]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.92892, 40.70556]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95581, 40.71199]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94032, 40.70735]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9629, 40.71349]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96641, 40.71759]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94115, 40.71335]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95581, 40.71915]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93578, 40.70958]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95721, 40.71267]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96078, 40.71116]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95154, 40.71328]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94307, 40.70795]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95291, 40.70754]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93623, 40.70435]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9314, 40.70456]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96084, 40.71246]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94811, 40.70723]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95515, 40.71588]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94742, 40.71438]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9608, 40.71188]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9575, 40.72017]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94228, 40.70379]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94672, 40.70718]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94296, 40.71912]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94983, 40.70614]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94263, 40.70798]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94609, 40.712]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95684, 40.71019]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94061, 40.70125]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95817, 40.71848]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95811, 40.71909]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96077, 40.71874]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94093, 40.71507]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94575, 40.71863]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94978, 40.70632]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95591, 40.71988]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96054, 40.71425]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94647, 40.71041]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95001, 40.70658]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95407, 40.71759]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95745, 40.71255]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9436, 40.71551]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94106, 40.71069]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95764, 40.71235]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96417, 40.71866]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95648, 40.71286]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96279, 40.71238]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96217, 40.71101]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95552, 40.71544]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94357, 40.71498]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96321, 40.7117]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9557, 40.71867]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94434, 40.716]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95592, 40.71229]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94293, 40.71925]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94802, 40.70815]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95898, 40.71127]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95774, 40.71913]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94405, 40.71863]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95708, 40.71408]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94799, 40.71108]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94527, 40.71538]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95616, 40.71852]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94162, 40.71655]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95756, 40.72003]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96182, 40.71506]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95908, 40.71042]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94918, 40.70678]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94744, 40.71026]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95876, 40.71644]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95763, 40.71398]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94143, 40.71172]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95116, 40.71199]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94093, 40.71823]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95556, 40.71875]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96232, 40.71372]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94947, 40.71326]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95998, 40.71971]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9452, 40.70985]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9489, 40.71408]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96417, 40.71603]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94809, 40.71652]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95465, 40.70916]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93705, 40.71987]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95312, 40.71147]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96098, 40.71104]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94464, 40.70312]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95992, 40.71841]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96361, 40.71122]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95903, 40.72193]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96239, 40.72052]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9461, 40.70748]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95771, 40.7179]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96711, 40.71218]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9501, 40.70962]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96472, 40.70944]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95644, 40.71982]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94159, 40.71882]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95012, 40.71687]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96471, 40.71278]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93863, 40.71482]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95655, 40.71512]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93035, 40.70665]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95863, 40.7158]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96392, 40.71258]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94756, 40.70987]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95186, 40.71163]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94383, 40.71285]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94149, 40.71963]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95956, 40.7196]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95477, 40.71722]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94289, 40.70973]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96287, 40.71853]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93847, 40.71041]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94898, 40.70785]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94616, 40.71218]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95044, 40.7131]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94819, 40.71142]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94055, 40.71157]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94974, 40.71868]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95742, 40.71282]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95438, 40.7164]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.937, 40.7045]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9665, 40.71574]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95825, 40.71674]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94796, 40.70685]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94943, 40.71882]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94898, 40.70833]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93735, 40.71115]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94976, 40.70705]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95906, 40.71754]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94081, 40.70337]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96274, 40.72011]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95434, 40.70703]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95082, 40.70012]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96175, 40.71008]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96128, 40.71082]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95922, 40.70954]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96067, 40.71243]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94418, 40.70514]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96141, 40.71998]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96163, 40.7141]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94051, 40.7155]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94298, 40.71703]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93877, 40.70791]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94814, 40.70948]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96253, 40.71876]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96294, 40.71988]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94215, 40.71916]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96497, 40.71064]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95223, 40.71597]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95736, 40.71082]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94287, 40.70282]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96052, 40.71976]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94316, 40.70742]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96176, 40.70844]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95677, 40.72005]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.93642, 40.70661]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96336, 40.71374]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95298, 40.71642]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95145, 40.71074]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95587, 40.7158]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94025, 40.70727]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94289, 40.7171]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94072, 40.7076]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94894, 40.71085]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96285, 40.71723]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95603, 40.7155]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95553, 40.70781]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9442, 40.71532]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95168, 40.71075]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95688, 40.71717]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9394, 40.70903]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96056, 40.70973]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94378, 40.7137]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.941, 40.71566]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95655, 40.71243]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96262, 40.70951]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95123, 40.71464]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94894, 40.70429]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94086, 40.70296]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95697, 40.72093]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94333, 40.70917]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95662, 40.71474]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9453, 40.71729]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95741, 40.7197]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9677, 40.71045]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96343, 40.71156]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9647, 40.71033]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96615, 40.71216]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95994, 40.71004]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96133, 40.72091]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94685, 40.7141]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95864, 40.71187]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96252, 40.70916]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9637, 40.71013]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.9608, 40.7117]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96317, 40.71037]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96087, 40.71165]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.96249, 40.70887]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94955, 40.71813]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.95466, 40.70924]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Williamsburg'}, geometry: { type: 'Point', coordinates:[-73.94242, 40.71297]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Willowbrook'}, geometry: { type: 'Point', coordinates:[-74.13217, 40.59886]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97475, 40.65459]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97718, 40.65814]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97942, 40.65696]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97401, 40.65391]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97706, 40.65412]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97487, 40.65777]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.9737, 40.65024]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.98068, 40.65963]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.9793, 40.65722]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.98195, 40.65902]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97801, 40.65758]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.9766, 40.65875]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97334, 40.65084]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97811, 40.65998]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97438, 40.65053]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.98052, 40.6602]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97391, 40.64801]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97977, 40.66044]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97985, 40.6501]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97911, 40.65163]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97866, 40.65131]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.98054, 40.65092]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.9806, 40.65739]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97491, 40.65544]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97951, 40.65596]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.98287, 40.66042]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.98111, 40.65549]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97753, 40.65841]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.98318, 40.6597]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.98259, 40.66023]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97629, 40.64882]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97298, 40.65281]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.98242, 40.65639]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97307, 40.64999]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97904, 40.64791]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97394, 40.65282]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.98369, 40.65992]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.98244, 40.66047]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.98386, 40.65892]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.98343, 40.66012]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97962, 40.65827]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.9746, 40.65136]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.98059, 40.65823]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97733, 40.65879]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97304, 40.64814]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97768, 40.65895]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97302, 40.64845]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.98017, 40.65254]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97947, 40.64865]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97633, 40.65516]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97805, 40.65954]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.9798, 40.65256]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97832, 40.65927]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97361, 40.65271]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97546, 40.6536]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.98422, 40.65949]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97519, 40.65599]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97877, 40.65341]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.98101, 40.6579]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97743, 40.65193]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97338, 40.64846]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97383, 40.65157]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97614, 40.65766]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97376, 40.65209]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97971, 40.65867]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.98018, 40.64893]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97434, 40.6491]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97365, 40.65237]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97757, 40.65086]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97575, 40.6518]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97858, 40.65057]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97863, 40.65013]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97501, 40.65783]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.98244, 40.66036]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97945, 40.65015]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.98236, 40.65783]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97405, 40.65417]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97908, 40.65667]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.9804, 40.66023]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97771, 40.65028]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.9733, 40.64931]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97538, 40.64928]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97478, 40.65494]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97881, 40.65116]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97601, 40.65142]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.9819, 40.65537]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.98244, 40.6602]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97704, 40.65106]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97621, 40.65319]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.9731, 40.64919]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97301, 40.65193]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.98214, 40.66036]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.98031, 40.65818]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.98397, 40.6585]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97247, 40.65022]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97774, 40.65503]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97689, 40.65136]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97853, 40.65527]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.98435, 40.65863]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97296, 40.65044]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97493, 40.65552]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97595, 40.64785]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.98384, 40.65854]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.9755, 40.65716]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.98495, 40.65814]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.983, 40.65991]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.98222, 40.65959]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.9761, 40.65541]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.98013, 40.65888]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.98279, 40.6599]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.9829, 40.66034]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97771, 40.65899]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.9789, 40.65871]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97717, 40.653]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97932, 40.65554]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.98348, 40.66063]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.98403, 40.65992]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.98235, 40.6582]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.9817, 40.65815]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97598, 40.65251]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97647, 40.64792]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97868, 40.65325]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97562, 40.64801]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97648, 40.65181]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97459, 40.65497]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97684, 40.65413]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.9748, 40.65173]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.9762, 40.65224]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97483, 40.65337]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97405, 40.65131]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97675, 40.65749]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.98074, 40.65067]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97325, 40.64968]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97973, 40.6556]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97465, 40.64961]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.98301, 40.65853]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.98172, 40.65815]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97436, 40.6547]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.9789, 40.64807]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97512, 40.65457]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.98043, 40.65182]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97482, 40.64958]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97237, 40.64813]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97653, 40.64917]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97927, 40.65766]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97945, 40.65636]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.98316, 40.6604]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97369, 40.65246]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97955, 40.65627]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97827, 40.65668]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97595, 40.65779]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97762, 40.6583]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97279, 40.64816]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97872, 40.65211]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97937, 40.65641]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97366, 40.6526]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.97227, 40.64933]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Brooklyn, Windsor Terrace'}, geometry: { type: 'Point', coordinates:[-73.98451, 40.65828]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.85348, 40.68955]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.86491, 40.68655]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.85158, 40.69791]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.85984, 40.68577]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.86195, 40.69499]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.8502, 40.69642]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.85142, 40.69883]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.85379, 40.68982]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.8664, 40.6875]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.84856, 40.69472]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.86674, 40.69345]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.85474, 40.68853]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.86117, 40.6905]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.86619, 40.68769]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.86456, 40.68771]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.86281, 40.6955]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.8488, 40.69626]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.8678, 40.69003]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.86084, 40.69545]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.8563, 40.69634]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.86396, 40.69472]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.85041, 40.69454]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.85612, 40.6905]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.86679, 40.68783]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.86268, 40.69034]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.86092, 40.69525]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.8502, 40.69621]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.86682, 40.68614]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.86324, 40.69414]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.84611, 40.69034]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.85114, 40.69665]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.86032, 40.69508]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.86413, 40.68727]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.86089, 40.69102]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.86778, 40.69113]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.85982, 40.68709]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.86606, 40.6862]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.85081, 40.69459]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.84949, 40.69567]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.85549, 40.69519]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.85052, 40.69564]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.86635, 40.68641]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.8486, 40.69461]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.85587, 40.68954]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.85219, 40.68968]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.85221, 40.69783]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.86373, 40.69477]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.865, 40.68765]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.86672, 40.68654]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.864, 40.6922]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.84975, 40.68793]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.85423, 40.68845]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.85593, 40.68882]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.86088, 40.68639]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.85062, 40.69546]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.86079, 40.68819]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.85052, 40.68904]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.84841, 40.69165]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.86086, 40.69139]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.84846, 40.69109]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.85257, 40.69883]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.856, 40.68824]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.85681, 40.68948]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.85654, 40.68977]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.85479, 40.68978]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.85001, 40.68899]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.86683, 40.69017]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.85255, 40.69628]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.85722, 40.69088]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.85649, 40.68844]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.85662, 40.68993]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.85666, 40.68813]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.8623, 40.6854]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.86622, 40.69101]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.85204, 40.69617]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.84868, 40.6959]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.85878, 40.69602]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.85226, 40.69606]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.85551, 40.68908]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.8593, 40.68774]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.85435, 40.68796]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.85545, 40.69029]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.84747, 40.69062]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.85679, 40.6881]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodhaven'}, geometry: { type: 'Point', coordinates:[-73.86077, 40.6898]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Woodlawn'}, geometry: { type: 'Point', coordinates:[-73.8639, 40.89747]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Woodlawn'}, geometry: { type: 'Point', coordinates:[-73.87363, 40.89768]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Bronx, Woodlawn'}, geometry: { type: 'Point', coordinates:[-73.86902, 40.89984]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Woodlawn'}, geometry: { type: 'Point', coordinates:[-73.87359, 40.89753]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Bronx, Woodlawn'}, geometry: { type: 'Point', coordinates:[-73.86977, 40.89785]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Woodlawn'}, geometry: { type: 'Point', coordinates:[-73.86449, 40.89873]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Woodlawn'}, geometry: { type: 'Point', coordinates:[-73.86389, 40.8987]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Woodlawn'}, geometry: { type: 'Point', coordinates:[-73.8633, 40.90022]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Woodlawn'}, geometry: { type: 'Point', coordinates:[-73.86684, 40.89981]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Woodlawn'}, geometry: { type: 'Point', coordinates:[-73.86983, 40.89743]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Bronx, Woodlawn'}, geometry: { type: 'Point', coordinates:[-73.86951, 40.88253]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Staten Island, Woodrow'}, geometry: { type: 'Point', coordinates:[-74.19826, 40.53884]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90889, 40.74592]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90084, 40.75398]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90375, 40.74235]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90352, 40.74823]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90285, 40.74422]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90108, 40.75166]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89067, 40.74211]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90591, 40.74822]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89831, 40.74554]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89158, 40.74362]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90603, 40.74249]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90295, 40.74299]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89817, 40.74399]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.91106, 40.74451]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90218, 40.74217]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89665, 40.74845]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89534, 40.74496]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.8996, 40.74267]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90093, 40.74354]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.91122, 40.74409]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90855, 40.75328]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90534, 40.75558]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90763, 40.75483]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90604, 40.74602]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90362, 40.7488]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90582, 40.74298]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90639, 40.74204]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90037, 40.75375]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.9054, 40.74485]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89727, 40.74626]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90076, 40.75403]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89558, 40.74198]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90493, 40.75563]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90497, 40.74302]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90222, 40.74364]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90169, 40.74266]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89653, 40.74663]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90877, 40.74371]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.9028, 40.74807]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90256, 40.75391]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89176, 40.7466]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90216, 40.75368]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90236, 40.7419]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89781, 40.74265]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89723, 40.74668]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.91102, 40.74468]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89249, 40.7415]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.91225, 40.74377]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90792, 40.74705]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.9046, 40.74271]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90458, 40.74273]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90185, 40.74905]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90199, 40.75631]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.9024, 40.74377]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89582, 40.74658]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90059, 40.74583]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90125, 40.74246]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89212, 40.74553]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90581, 40.74445]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90531, 40.74474]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89186, 40.74071]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.9021, 40.75542]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89255, 40.74494]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90204, 40.75413]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90083, 40.75398]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89382, 40.74632]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89199, 40.74479]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89505, 40.742]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90885, 40.74443]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90898, 40.74428]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89995, 40.74505]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89752, 40.74789]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90852, 40.7547]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90083, 40.74907]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.91076, 40.74286]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89163, 40.74286]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90146, 40.74188]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90304, 40.7432]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89706, 40.74723]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90146, 40.74693]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90268, 40.75593]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90471, 40.74323]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89358, 40.74102]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90741, 40.75507]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90774, 40.74635]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90674, 40.74688]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89726, 40.74381]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90049, 40.74228]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90152, 40.74123]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90602, 40.74506]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90804, 40.74373]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89426, 40.7423]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.9109, 40.74371]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90419, 40.74279]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90648, 40.74461]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90314, 40.74152]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89892, 40.74687]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90535, 40.75608]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90684, 40.74185]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90279, 40.74181]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90678, 40.74375]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89029, 40.74041]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90706, 40.7426]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89864, 40.74409]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89721, 40.74588]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90333, 40.74968]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.91091, 40.74703]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90752, 40.74458]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90646, 40.75427]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.91141, 40.74436]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90387, 40.74374]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.91075, 40.74272]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.91167, 40.74459]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.9031, 40.74258]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90738, 40.74507]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.91076, 40.74344]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.9115, 40.7439]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.91108, 40.74434]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90779, 40.74496]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90553, 40.74225]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89256, 40.74482]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.91159, 40.74619]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89439, 40.74287]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.91193, 40.74259]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.909, 40.74466]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90764, 40.7459]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89774, 40.74131]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90443, 40.74353]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90716, 40.75542]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89278, 40.74516]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89908, 40.7434]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89507, 40.74599]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89438, 40.74336]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90787, 40.74951]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89698, 40.74402]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90202, 40.74667]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90588, 40.7434]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90872, 40.74549]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90033, 40.75247]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.91031, 40.74682]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.9037, 40.74921]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90632, 40.74609]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89328, 40.74578]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90111, 40.75396]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90782, 40.74451]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.8954, 40.74301]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90336, 40.75266]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90946, 40.74402]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.91172, 40.74433]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90915, 40.74909]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89649, 40.74509]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90701, 40.75524]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90311, 40.74625]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90177, 40.74695]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.91238, 40.7432]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90631, 40.74176]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90879, 40.74382]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89488, 40.74288]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90474, 40.74457]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.91174, 40.74271]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90304, 40.75293]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89458, 40.74301]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90959, 40.74484]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90161, 40.7458]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.91137, 40.74416]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90054, 40.75459]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89213, 40.74031]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90146, 40.75607]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.896, 40.74444]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90152, 40.75105]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90041, 40.75249]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89961, 40.74824]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90498, 40.74408]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90434, 40.74706]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90637, 40.74524]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90216, 40.74615]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90627, 40.74327]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90768, 40.75524]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90721, 40.74767]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90334, 40.75038]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90272, 40.75541]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90835, 40.75527]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90998, 40.74688]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90466, 40.74446]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.91185, 40.74312]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90424, 40.75066]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89154, 40.74652]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90328, 40.74296]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90155, 40.74165]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90405, 40.74351]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.9009, 40.74626]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89988, 40.74321]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89342, 40.74033]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89564, 40.74705]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89161, 40.74438]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90404, 40.74808]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90844, 40.74699]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.9018, 40.74239]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90314, 40.74474]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.8997, 40.74579]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.91104, 40.74715]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90618, 40.75338]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90354, 40.74267]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90738, 40.74652]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90403, 40.74218]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90405, 40.74337]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89325, 40.74389]} },
{type: 'Feature',properties:{Name: 'Entire home/apt', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.89712, 40.74746]} },
{type: 'Feature',properties:{Name: 'Shared room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90291, 40.74508]} },
{type: 'Feature',properties:{Name: 'Private room', Address: 'Queens, Woodside'}, geometry: { type: 'Point', coordinates:[-73.90741, 40.75537]} },
import csv # Load csv file
f = open("property.txt", "w")
csv_file=open('property.csv') #Open csv file
csv_reader_lines = csv.reader(csv_file) # Reading data by row
date=[] # Creating a list to receive data
nrow = 0
for one_line in csv_reader_lines:
date.append(one_line) # Saving csv data into ‘date’ list
nrow = nrow + 1 # Number of the data
i =0
while i < nrow:
print ("{type: 'Feature',properties:{Name: '"+date[i][0]+"', Address: '" +date[i][4]+ ', ' + date[i][1] +"', Month: '" + date[i][7]+"', Price: '"+date[i][5] +"'}, geometry: { type: 'Point', coordinates:["+date[i][2]+', '+date[i][3]+ ']} },')#访问列表date中的数据验证读取成功(这里是打印所有学生的姓名)
f.write("{type: 'Feature',properties:{Name: '"+date[i][4]+"', Address: '" +date[i][0]+ ', ' + date[i][1]+ "', Month: '" + date[i][7]+"', Price: '"+date[i][5] +"'}, geometry: { type: 'Point', coordinates:["+date[i][2]+', '+date[i][3]+ ']} },')
f.write('\n')
i = i+1
f.close()
{type: 'Feature',properties:{Name: 'borough', Address: 'address, nbhd', Month: 'month', Price: 'tot_sqft'}, geometry: { type: 'Point', coordinates:[long, lat]} },
{type: 'Feature',properties:{Name: '2', Address: '1665 WASHINGTON AVENUE, BATHGATE', Month: '2', Price: '2619'}, geometry: { type: 'Point', coordinates:[-73.90133844, 40.84122857]} },
{type: 'Feature',properties:{Name: '2', Address: '1665 WASHINGTON AVENUE, BATHGATE', Month: '11', Price: '2619'}, geometry: { type: 'Point', coordinates:[-73.90133844, 40.84122857]} },
{type: 'Feature',properties:{Name: '2', Address: '441 EAST 178 STREET, BATHGATE', Month: '2', Price: '2528'}, geometry: { type: 'Point', coordinates:[-73.898331, 40.84864765]} },
{type: 'Feature',properties:{Name: '2', Address: '455 EAST 184 STREET, BATHGATE', Month: '12', Price: '2452'}, geometry: { type: 'Point', coordinates:[-73.8933382, 40.85613619]} },
{type: 'Feature',properties:{Name: '2', Address: '455 EAST 184 STREET, BATHGATE', Month: '5', Price: '2452'}, geometry: { type: 'Point', coordinates:[-73.8933382, 40.85613619]} },
{type: 'Feature',properties:{Name: '2', Address: '2329 BASSFORD AVENUE, BATHGATE', Month: '3', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.89172998, 40.85587394]} },
{type: 'Feature',properties:{Name: '2', Address: '1540 WASHINGTON AVENUE, BATHGATE', Month: '12', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.90294735, 40.83832054]} },
{type: 'Feature',properties:{Name: '2', Address: '3823 3 AVENUE, BATHGATE', Month: '6', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.90143014, 40.83788285]} },
{type: 'Feature',properties:{Name: '2', Address: '517 EAST 171 STREET, BATHGATE', Month: '1', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.90241754, 40.83733749]} },
{type: 'Feature',properties:{Name: '2', Address: '1557 FULTON AVENUE, BATHGATE', Month: '12', Price: '2394'}, geometry: { type: 'Point', coordinates:[-73.899782, 40.83800769]} },
{type: 'Feature',properties:{Name: '2', Address: '2264 WEBSTER AVENUE, BATHGATE', Month: '10', Price: '3240'}, geometry: { type: 'Point', coordinates:[-73.89583295, 40.85584204]} },
{type: 'Feature',properties:{Name: '2', Address: '4465 PARK AVE, BATHGATE', Month: '9', Price: '1497'}, geometry: { type: 'Point', coordinates:[-73.89604577, 40.85382488]} },
{type: 'Feature',properties:{Name: '2', Address: '4461 PARK AVENUE, BATHGATE', Month: '5', Price: '1860'}, geometry: { type: 'Point', coordinates:[-73.89607839, 40.85376727]} },
{type: 'Feature',properties:{Name: '2', Address: '1983 WASHINGTON AVENUE, BATHGATE', Month: '6', Price: '2340'}, geometry: { type: 'Point', coordinates:[-73.89704389, 40.84886883]} },
{type: 'Feature',properties:{Name: '2', Address: '4354 PARK AVENUE, BATHGATE', Month: '3', Price: '2316'}, geometry: { type: 'Point', coordinates:[-73.89715616, 40.85106744]} },
{type: 'Feature',properties:{Name: '2', Address: '465 EAST 179 STREET, BATHGATE', Month: '6', Price: '2340'}, geometry: { type: 'Point', coordinates:[-73.89706775, 40.8498048]} },
{type: 'Feature',properties:{Name: '2', Address: '469B EAST 184 STREET, BATHGATE', Month: '8', Price: '2133'}, geometry: { type: 'Point', coordinates:[-73.89270224, 40.85597092]} },
{type: 'Feature',properties:{Name: '2', Address: '2034 BATHGATE AVENUE, BATHGATE', Month: '9', Price: '1710'}, geometry: { type: 'Point', coordinates:[-73.8954519, 40.84988843]} },
{type: 'Feature',properties:{Name: '2', Address: '508 EAST 183 STREET, BATHGATE', Month: '10', Price: '2112'}, geometry: { type: 'Point', coordinates:[-73.89226305, 40.85483969]} },
{type: 'Feature',properties:{Name: '2', Address: '2241 BATHGATE AVENUE, BATHGATE', Month: '6', Price: '2536'}, geometry: { type: 'Point', coordinates:[-73.89248509, 40.85389297]} },
{type: 'Feature',properties:{Name: '2', Address: '2238 BASSFORD AVENUE, BATHGATE', Month: '10', Price: '2300'}, geometry: { type: 'Point', coordinates:[-73.89349733, 40.85383078]} },
{type: 'Feature',properties:{Name: '2', Address: '509 EAST 183 STREET, BATHGATE', Month: '1', Price: '2805'}, geometry: { type: 'Point', coordinates:[-73.89224857, 40.8548534]} },
{type: 'Feature',properties:{Name: '2', Address: '2315 BASSFORD AVENUE, BATHGATE', Month: '7', Price: '1966'}, geometry: { type: 'Point', coordinates:[-73.89191107, 40.85566552]} },
{type: 'Feature',properties:{Name: '2', Address: '459 EAST 181 STREET, BATHGATE', Month: '12', Price: '2779'}, geometry: { type: 'Point', coordinates:[-73.89569359, 40.85250161]} },
{type: 'Feature',properties:{Name: '2', Address: '468 E 183 STREET, BATHGATE', Month: '6', Price: '2916'}, geometry: { type: 'Point', coordinates:[-73.89356348, 40.8554118]} },
{type: 'Feature',properties:{Name: '2', Address: '470 EAST 183RD STREET, BATHGATE', Month: '9', Price: '2955'}, geometry: { type: 'Point', coordinates:[-73.89351652, 40.85539254]} },
{type: 'Feature',properties:{Name: '2', Address: '470 EAST 183 STREET, BATHGATE', Month: '7', Price: '2955'}, geometry: { type: 'Point', coordinates:[-73.89351652, 40.85539254]} },
{type: 'Feature',properties:{Name: '2', Address: '2108 BATHGATE AVE, BATHGATE', Month: '2', Price: '3316'}, geometry: { type: 'Point', coordinates:[-73.89465447, 40.851293]} },
{type: 'Feature',properties:{Name: '2', Address: '2108 BATHGATE AVENUE, BATHGATE', Month: '12', Price: '3316'}, geometry: { type: 'Point', coordinates:[-73.89465447, 40.851293]} },
{type: 'Feature',properties:{Name: '2', Address: '2108 BATHGATE, BATHGATE', Month: '2', Price: '3316'}, geometry: { type: 'Point', coordinates:[-73.89465447, 40.851293]} },
{type: 'Feature',properties:{Name: '2', Address: '2265 BASSFORD AVENUE, BATHGATE', Month: '7', Price: '2730'}, geometry: { type: 'Point', coordinates:[-73.8929251, 40.8545082]} },
{type: 'Feature',properties:{Name: '2', Address: '2263 BASSFORD AVENUE, BATHGATE', Month: '5', Price: '2730'}, geometry: { type: 'Point', coordinates:[-73.89295045, 40.85448077]} },
{type: 'Feature',properties:{Name: '2', Address: '2261 BASSFORD AVENUE, BATHGATE', Month: '2', Price: '2730'}, geometry: { type: 'Point', coordinates:[-73.8929758, 40.85445335]} },
{type: 'Feature',properties:{Name: '2', Address: '504 EAST 184 STREET, BATHGATE', Month: '4', Price: '2936'}, geometry: { type: 'Point', coordinates:[-73.89182828, 40.85544586]} },
{type: 'Feature',properties:{Name: '2', Address: '508 EAST 184TH STREET, BATHGATE', Month: '2', Price: '2936'}, geometry: { type: 'Point', coordinates:[-73.89175605, 40.85540737]} },
{type: 'Feature',properties:{Name: '2', Address: 'CLAREMONT PARKWAY, BATHGATE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9023263, 40.83794399]} },
{type: 'Feature',properties:{Name: '2', Address: 'BATHGATE AVENUE, BATHGATE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89265473, 40.85404684]} },
{type: 'Feature',properties:{Name: '2', Address: '2408 WEBSTER AVENUE, BATHGATE', Month: '7', Price: '9240'}, geometry: { type: 'Point', coordinates:[-73.893713, 40.85911454]} },
{type: 'Feature',properties:{Name: '2', Address: '2420 WEBSTER AVENUE, BATHGATE', Month: '7', Price: '9333'}, geometry: { type: 'Point', coordinates:[-73.89357893, 40.85931203]} },
{type: 'Feature',properties:{Name: '2', Address: '452 EAST 187 STREET, BATHGATE', Month: '10', Price: '22000'}, geometry: { type: 'Point', coordinates:[-73.89207724, 40.85796024]} },
{type: 'Feature',properties:{Name: '2', Address: '550 EAST 182 STREET, BATHGATE', Month: '2', Price: '18000'}, geometry: { type: 'Point', coordinates:[-73.89230967, 40.8528361]} },
{type: 'Feature',properties:{Name: '2', Address: '2235 BASSFORD AVENUE, BATHGATE', Month: '7', Price: '28000'}, geometry: { type: 'Point', coordinates:[-73.8935335, 40.85381709]} },
{type: 'Feature',properties:{Name: '2', Address: '2268 WASHINGTON AVENUE, BATHGATE', Month: '2', Price: '14900'}, geometry: { type: 'Point', coordinates:[-73.89339074, 40.85493131]} },
{type: 'Feature',properties:{Name: '2', Address: '505 EAST 184TH STREET, BATHGATE', Month: '6', Price: '22550'}, geometry: { type: 'Point', coordinates:[-73.8918138, 40.85545957]} },
{type: 'Feature',properties:{Name: '2', Address: '2334 WASHINGTON AVE, BATHGATE', Month: '3', Price: '32400'}, geometry: { type: 'Point', coordinates:[-73.89234409, 40.85613801]} },
{type: 'Feature',properties:{Name: '2', Address: '2265 BATHGATE AVENUE, BATHGATE', Month: '8', Price: '16086'}, geometry: { type: 'Point', coordinates:[-73.89224247, 40.85415349]} },
{type: 'Feature',properties:{Name: '2', Address: '2072 BATHGATE AVENUE, 8, BATHGATE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89513656, 40.85044258]} },
{type: 'Feature',properties:{Name: '2', Address: '463 EAST 178TH STREET, 5B, BATHGATE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89785774, 40.84849079]} },
{type: 'Feature',properties:{Name: '2', Address: '505 CLAREMONT PARKWAY, BATHGATE', Month: '12', Price: '1728'}, geometry: { type: 'Point', coordinates:[-73.90159561, 40.83840174]} },
{type: 'Feature',properties:{Name: '2', Address: '1932 WASHINGTON AVENUE, BATHGATE', Month: '2', Price: '18000'}, geometry: { type: 'Point', coordinates:[-73.89763475, 40.84777148]} },
{type: 'Feature',properties:{Name: '2', Address: '1834 WEBSTER AVENUE, BATHGATE', Month: '1', Price: '11480'}, geometry: { type: 'Point', coordinates:[-73.90173578, 40.8462682]} },
{type: 'Feature',properties:{Name: '2', Address: '1891 WASHINGTON AVENUE, BATHGATE', Month: '10', Price: '3198'}, geometry: { type: 'Point', coordinates:[-73.89832695, 40.84656716]} },
{type: 'Feature',properties:{Name: '2', Address: '1889 WASHINGTON AVENUE, BATHGATE', Month: '6', Price: '1451'}, geometry: { type: 'Point', coordinates:[-73.89834507, 40.84653699]} },
{type: 'Feature',properties:{Name: '2', Address: '1973 WEBSTER AVENUE, BATHGATE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89980416, 40.84968919]} },
{type: 'Feature',properties:{Name: '2', Address: '2252 WEBSTER AVENUE, BATHGATE', Month: '10', Price: '5750'}, geometry: { type: 'Point', coordinates:[-73.89602137, 40.85555676]} },
{type: 'Feature',properties:{Name: '2', Address: '2345 WASHINGTON AVENUE, BATHGATE', Month: '12', Price: '4239'}, geometry: { type: 'Point', coordinates:[-73.89226799, 40.85625322]} },
{type: 'Feature',properties:{Name: '2', Address: '510 EAST 185 STREET, BATHGATE', Month: '2', Price: '21250'}, geometry: { type: 'Point', coordinates:[-73.89129602, 40.85597783]} },
{type: 'Feature',properties:{Name: '2', Address: '4010 PARK AVENUE, BATHGATE', Month: '4', Price: '32500'}, geometry: { type: 'Point', coordinates:[-73.9017697, 40.84287851]} },
{type: 'Feature',properties:{Name: '2', Address: '1869 BATHGATE AVENUE, BATHGATE', Month: '1', Price: '16632'}, geometry: { type: 'Point', coordinates:[-73.89751821, 40.84599829]} },
{type: 'Feature',properties:{Name: '2', Address: '1828 WEBSTER AVENUE, BATHGATE', Month: '7', Price: '8870'}, geometry: { type: 'Point', coordinates:[-73.90179376, 40.84616395]} },
{type: 'Feature',properties:{Name: '2', Address: '1838 WEBSTER AVENUE, BATHGATE', Month: '7', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.90169592, 40.84633678]} },
{type: 'Feature',properties:{Name: '2', Address: '2090 WEBSTER AVENUE, BATHGATE', Month: '7', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.89827885, 40.85202359]} },
{type: 'Feature',properties:{Name: '2', Address: '4607 PARK AVE, BATHGATE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89370485, 40.85742928]} },
{type: 'Feature',properties:{Name: '2', Address: '4603 PARK AVE, BATHGATE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89374471, 40.85737168]} },
{type: 'Feature',properties:{Name: '2', Address: 'PARK AVENUE, BATHGATE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.893965, 40.85751186]} },
{type: 'Feature',properties:{Name: '2', Address: 'PARK AVENUE, BATHGATE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89403383, 40.85741861]} },
{type: 'Feature',properties:{Name: '2', Address: '408 EAST 189 STREET, BATHGATE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89228297, 40.86039499]} },
{type: 'Feature',properties:{Name: '2', Address: '406 EAST 189 STREET, BATHGATE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89232271, 40.86041149]} },
{type: 'Feature',properties:{Name: '2', Address: '406 EAST 189 STREET, BATHGATE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89232271, 40.86041149]} },
{type: 'Feature',properties:{Name: '2', Address: '443 EAST 178 STREET, BATHGATE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89828765, 40.84863389]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A EAST 178 STREET, BATHGATE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89813927, 40.84875727]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A EAST 178 STREET, BATHGATE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89819707, 40.84877379]} },
{type: 'Feature',properties:{Name: '2', Address: '449 EAST 178 STREET, BATHGATE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8981576, 40.84858986]} },
{type: 'Feature',properties:{Name: '2', Address: '454 EAST 180 STREET, BATHGATE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89620456, 40.85167317]} },
{type: 'Feature',properties:{Name: '2', Address: '456 EAST 180 STREET, BATHGATE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89616482, 40.85165941]} },
{type: 'Feature',properties:{Name: '2', Address: '456 EAST 183 STREET, BATHGATE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89383441, 40.85552732]} },
{type: 'Feature',properties:{Name: '2', Address: '453 EAST 184 STREET, BATHGATE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89340322, 40.8561637]} },
{type: 'Feature',properties:{Name: '2', Address: '453 EAST 184 STREET, BATHGATE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89340322, 40.8561637]} },
{type: 'Feature',properties:{Name: '2', Address: '2086 BATHGATE AVENUE, BATHGATE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89502418, 40.85064558]} },
{type: 'Feature',properties:{Name: '2', Address: '2088 BATHGATE AVENUE, BATHGATE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89500606, 40.85067576]} },
{type: 'Feature',properties:{Name: '2', Address: '3 AVENUE, BATHGATE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89497511, 40.84967666]} },
{type: 'Feature',properties:{Name: '2', Address: '2176 BATHGATE AVENUE, BATHGATE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89383216, 40.85240659]} },
{type: 'Feature',properties:{Name: '2', Address: '4477 3 AVENUE, BATHGATE', Month: '7', Price: '7250'}, geometry: { type: 'Point', coordinates:[-73.89189359, 40.8530745]} },
{type: 'Feature',properties:{Name: '2', Address: '4044-4046 PARK AVENUE, BATHGATE', Month: '9', Price: '12430'}, geometry: { type: 'Point', coordinates:[-73.90133846, 40.8436549]} },
{type: 'Feature',properties:{Name: '2', Address: '453 EAST 174 STREET, BATHGATE', Month: '7', Price: '5000'}, geometry: { type: 'Point', coordinates:[-73.90103911, 40.84322372]} },
{type: 'Feature',properties:{Name: '2', Address: '4315 3 AVENUE, BATHGATE', Month: '2', Price: '19256'}, geometry: { type: 'Point', coordinates:[-73.89482743, 40.8493499]} },
{type: 'Feature',properties:{Name: '2', Address: '4215 PARK AVENUE, BATHGATE', Month: '6', Price: '18820'}, geometry: { type: 'Point', coordinates:[-73.89939837, 40.84792948]} },
{type: 'Feature',properties:{Name: '2', Address: '448 EAST 178 STREET, BATHGATE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89816846, 40.84857615]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A EAST 178 STREET, BATHGATE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89816158, 40.84834559]} },
{type: 'Feature',properties:{Name: '2', Address: '1904 BATHGATE AVENUE, BATHGATE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89698869, 40.84717255]} },
{type: 'Feature',properties:{Name: '2', Address: '536 EAST 183 STREET, BATHGATE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89146124, 40.85441625]} },
{type: 'Feature',properties:{Name: '2', Address: '4487 3 AVENUE, BATHGATE', Month: '10', Price: '67815'}, geometry: { type: 'Point', coordinates:[-73.89174151, 40.85323629]} },
{type: 'Feature',properties:{Name: '2', Address: '2342 WASHINGTON AVENUE, BATHGATE', Month: '4', Price: '17605'}, geometry: { type: 'Point', coordinates:[-73.89224268, 40.85625319]} },
{type: 'Feature',properties:{Name: '2', Address: '1816 WEBSTER AVENUE, BATHGATE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90190972, 40.84596094]} },
{type: 'Feature',properties:{Name: '2', Address: '1893 WASHINGTON AVENUE, BATHGATE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89831245, 40.84659734]} },
{type: 'Feature',properties:{Name: '2', Address: '1108 EAST 213TH STREET, BAYCHESTER', Month: '9', Price: '1512'}, geometry: { type: 'Point', coordinates:[-73.85399671, 40.87603061]} },
{type: 'Feature',properties:{Name: '2', Address: '1108 EAST 213TH STREET, BAYCHESTER', Month: '11', Price: '1512'}, geometry: { type: 'Point', coordinates:[-73.85399671, 40.87603061]} },
{type: 'Feature',properties:{Name: '2', Address: '1114 EAST 213 STREET, BAYCHESTER', Month: '3', Price: '1386'}, geometry: { type: 'Point', coordinates:[-73.85385939, 40.87598652]} },
{type: 'Feature',properties:{Name: '2', Address: '1146 E. 215TH STREET, BAYCHESTER', Month: '2', Price: '1732'}, geometry: { type: 'Point', coordinates:[-73.85298521, 40.87721778]} },
{type: 'Feature',properties:{Name: '2', Address: '1315 HICKS STREET, BAYCHESTER', Month: '7', Price: '1701'}, geometry: { type: 'Point', coordinates:[-73.85169723, 40.8775153]} },
{type: 'Feature',properties:{Name: '2', Address: '1313 HICKS STREET, BAYCHESTER', Month: '12', Price: '1701'}, geometry: { type: 'Point', coordinates:[-73.85172981, 40.87749888]} },
{type: 'Feature',properties:{Name: '2', Address: '3477 MICKLE AVENUE, BAYCHESTER', Month: '11', Price: '1024'}, geometry: { type: 'Point', coordinates:[-73.84615144, 40.87852358]} },
{type: 'Feature',properties:{Name: '2', Address: '3487 KINGSLAND AVENUE, BAYCHESTER', Month: '11', Price: '1480'}, geometry: { type: 'Point', coordinates:[-73.84547767, 40.87902496]} },
{type: 'Feature',properties:{Name: '2', Address: '3410 GUNTHER AVENUE, BAYCHESTER', Month: '3', Price: '1714'}, geometry: { type: 'Point', coordinates:[-73.84277926, 40.8778109]} },
{type: 'Feature',properties:{Name: '2', Address: '3341 BOUCK AVENUE, BAYCHESTER', Month: '12', Price: '1254'}, geometry: { type: 'Point', coordinates:[-73.85102842, 40.87421532]} },
{type: 'Feature',properties:{Name: '2', Address: '3341 BOUCK AVENUE, BAYCHESTER', Month: '10', Price: '1254'}, geometry: { type: 'Point', coordinates:[-73.85102842, 40.87421532]} },
{type: 'Feature',properties:{Name: '2', Address: '3344 BOUCK AVENUE, BAYCHESTER', Month: '9', Price: '1681'}, geometry: { type: 'Point', coordinates:[-73.85105353, 40.87430318]} },
{type: 'Feature',properties:{Name: '2', Address: '3340 WILSON AVE., BAYCHESTER', Month: '5', Price: '1681'}, geometry: { type: 'Point', coordinates:[-73.85002666, 40.87428264]} },
{type: 'Feature',properties:{Name: '2', Address: '3304 WILSON AVENUE, BAYCHESTER', Month: '12', Price: '2430'}, geometry: { type: 'Point', coordinates:[-73.84972779, 40.87373057]} },
{type: 'Feature',properties:{Name: '2', Address: '3308 WILSON AVENUE, BAYCHESTER', Month: '10', Price: '2430'}, geometry: { type: 'Point', coordinates:[-73.84976019, 40.87379374]} },
{type: 'Feature',properties:{Name: '2', Address: '3310 FISH AVENUE, BAYCHESTER', Month: '4', Price: '1690'}, geometry: { type: 'Point', coordinates:[-73.84892418, 40.87411652]} },
{type: 'Feature',properties:{Name: '2', Address: '3244 FISH AVENUE, BAYCHESTER', Month: '12', Price: '1736'}, geometry: { type: 'Point', coordinates:[-73.84816803, 40.87272122]} },
{type: 'Feature',properties:{Name: '2', Address: '3244 FISH AVENUE, BAYCHESTER', Month: '3', Price: '1736'}, geometry: { type: 'Point', coordinates:[-73.84816803, 40.87272122]} },
{type: 'Feature',properties:{Name: '2', Address: '3213 FENTON AVENUE, BAYCHESTER', Month: '3', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.84624405, 40.87287786]} },
{type: 'Feature',properties:{Name: '2', Address: '3257 CORSA AVENUE, BAYCHESTER', Month: '2', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.84582205, 40.87398067]} },
{type: 'Feature',properties:{Name: '2', Address: '3307 EASTCHESTER ROAD, BAYCHESTER', Month: '12', Price: '1633'}, geometry: { type: 'Point', coordinates:[-73.84531331, 40.87506414]} },
{type: 'Feature',properties:{Name: '2', Address: '1603 GIVAN AVENUE, BAYCHESTER', Month: '10', Price: '1378'}, geometry: { type: 'Point', coordinates:[-73.84409477, 40.87504878]} },
{type: 'Feature',properties:{Name: '2', Address: '3340 KINGSLAND AVENUE, BAYCHESTER', Month: '8', Price: '1960'}, geometry: { type: 'Point', coordinates:[-73.84378159, 40.87598979]} },
{type: 'Feature',properties:{Name: '2', Address: '3349 GUNTHER AVENUE, BAYCHESTER', Month: '3', Price: '1539'}, geometry: { type: 'Point', coordinates:[-73.84238698, 40.8770199]} },
{type: 'Feature',properties:{Name: '2', Address: '3354 GUNTHER AVENUE, BAYCHESTER', Month: '12', Price: '948'}, geometry: { type: 'Point', coordinates:[-73.84240128, 40.87708853]} },
{type: 'Feature',properties:{Name: '2', Address: '3259 ELY AVENUE, BAYCHESTER', Month: '11', Price: '946'}, geometry: { type: 'Point', coordinates:[-73.83886771, 40.87587599]} },
{type: 'Feature',properties:{Name: '2', Address: '1510 HAMMERSLEY AVENUE, BAYCHESTER', Month: '3', Price: '905'}, geometry: { type: 'Point', coordinates:[-73.84329719, 40.87132589]} },
{type: 'Feature',properties:{Name: '2', Address: '1511 ADEE AVENUE, BAYCHESTER', Month: '7', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.84240481, 40.86949945]} },
{type: 'Feature',properties:{Name: '2', Address: '1657 ADEE AVENUE, BAYCHESTER', Month: '7', Price: '1796'}, geometry: { type: 'Point', coordinates:[-73.84029525, 40.87017998]} },
{type: 'Feature',properties:{Name: '2', Address: '3008 ELY AVENUE, BAYCHESTER', Month: '3', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.836748, 40.87175871]} },
{type: 'Feature',properties:{Name: '2', Address: '3021 EDSON AVENUE, BAYCHESTER', Month: '8', Price: '1674'}, geometry: { type: 'Point', coordinates:[-73.83518063, 40.87246187]} },
{type: 'Feature',properties:{Name: '2', Address: '3011 EDSON AVENUE, BAYCHESTER', Month: '11', Price: '1674'}, geometry: { type: 'Point', coordinates:[-73.83511588, 40.87232729]} },
{type: 'Feature',properties:{Name: '2', Address: '3008 GRACE AVENUE, BAYCHESTER', Month: '2', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.83591571, 40.87202651]} },
{type: 'Feature',properties:{Name: '2', Address: '2837 GUNTHER AVE, BAYCHESTER', Month: '8', Price: '1063'}, geometry: { type: 'Point', coordinates:[-73.83769796, 40.86771985]} },
{type: 'Feature',properties:{Name: '2', Address: '2823 GUNTHER AVENUE, BAYCHESTER', Month: '7', Price: '2178'}, geometry: { type: 'Point', coordinates:[-73.83760802, 40.86753583]} },
{type: 'Feature',properties:{Name: '2', Address: '2814 TIEMANN AVENUE, BAYCHESTER', Month: '2', Price: '1232'}, geometry: { type: 'Point', coordinates:[-73.83836094, 40.8671691]} },
{type: 'Feature',properties:{Name: '2', Address: '2816 TIEMANN AVENUE, BAYCHESTER', Month: '8', Price: '1255'}, geometry: { type: 'Point', coordinates:[-73.83837535, 40.86719382]} },
{type: 'Feature',properties:{Name: '2', Address: '2903 GRACE AVENUE, BAYCHESTER', Month: '10', Price: '1140'}, geometry: { type: 'Point', coordinates:[-73.83504893, 40.87016162]} },
{type: 'Feature',properties:{Name: '2', Address: '2730 GUNTHER AVENUE, BAYCHESTER', Month: '8', Price: '1088'}, geometry: { type: 'Point', coordinates:[-73.83706447, 40.86655521]} },
{type: 'Feature',properties:{Name: '2', Address: '1806 BARTOW AVENUE, BAYCHESTER', Month: '7', Price: '1953'}, geometry: { type: 'Point', coordinates:[-73.83619848, 40.86732524]} },
{type: 'Feature',properties:{Name: '2', Address: '1314 EAST 223 STREET, BAYCHESTER', Month: '8', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.84379335, 40.88021663]} },
{type: 'Feature',properties:{Name: '2', Address: '3538 GRACE AVENUE, BAYCHESTER', Month: '2', Price: '1732'}, geometry: { type: 'Point', coordinates:[-73.84079293, 40.88128845]} },
{type: 'Feature',properties:{Name: '2', Address: '1236 EAST 223 STREET, BAYCHESTER', Month: '11', Price: '828'}, geometry: { type: 'Point', coordinates:[-73.8459104, 40.88110602]} },
{type: 'Feature',properties:{Name: '2', Address: '1235 EAST 223 STREET, BAYCHESTER', Month: '4', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.84593926, 40.88113899]} },
{type: 'Feature',properties:{Name: '2', Address: '1147 EAST 223 STREET, BAYCHESTER', Month: '9', Price: '1534'}, geometry: { type: 'Point', coordinates:[-73.84817557, 40.88208887]} },
{type: 'Feature',properties:{Name: '2', Address: '1153A E. 223RD STREET, BAYCHESTER', Month: '5', Price: '1534'}, geometry: { type: 'Point', coordinates:[-73.84817142, 40.88232217]} },
{type: 'Feature',properties:{Name: '2', Address: '3619 DE REIMER AVENUE, BAYCHESTER', Month: '6', Price: '1744'}, geometry: { type: 'Point', coordinates:[-73.83873047, 40.88326177]} },
{type: 'Feature',properties:{Name: '2', Address: '1159 GRENADA PLACE, BAYCHESTER', Month: '1', Price: '1582'}, geometry: { type: 'Point', coordinates:[-73.84387595, 40.88815988]} },
{type: 'Feature',properties:{Name: '2', Address: '1145 GRENADA PLACE, BAYCHESTER', Month: '2', Price: '1188'}, geometry: { type: 'Point', coordinates:[-73.84435714, 40.88808643]} },
{type: 'Feature',properties:{Name: '2', Address: '3838 AMUNDSON AVENUE, BAYCHESTER', Month: '4', Price: '1714'}, geometry: { type: 'Point', coordinates:[-73.83499813, 40.88772211]} },
{type: 'Feature',properties:{Name: '2', Address: '3693 SECOR AVENUE, BAYCHESTER', Month: '1', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.83251668, 40.88645872]} },
{type: 'Feature',properties:{Name: '2', Address: '2111 GARRETT PLACE, BAYCHESTER', Month: '2', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.8341785, 40.88862943]} },
{type: 'Feature',properties:{Name: '2', Address: '3819 HARPER AVE, BAYCHESTER', Month: '4', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.83323145, 40.88842221]} },
{type: 'Feature',properties:{Name: '2', Address: '3710 HARPER AVENUE, BAYCHESTER', Month: '5', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.83332149, 40.88712959]} },
{type: 'Feature',properties:{Name: '2', Address: '2180 LIGHT STREET, BAYCHESTER', Month: '10', Price: '1084'}, geometry: { type: 'Point', coordinates:[-73.83296515, 40.8878921]} },
{type: 'Feature',properties:{Name: '2', Address: '3715 SECOR AVENUE, BAYCHESTER', Month: '4', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.83245001, 40.88707892]} },
{type: 'Feature',properties:{Name: '2', Address: '3731 ROMBOUTS AVENUE, BAYCHESTER', Month: '12', Price: '1372'}, geometry: { type: 'Point', coordinates:[-73.83022593, 40.88702901]} },
{type: 'Feature',properties:{Name: '2', Address: '3811 MERRITT AVENUE, BAYCHESTER', Month: '6', Price: '896'}, geometry: { type: 'Point', coordinates:[-73.82933702, 40.88813381]} },
{type: 'Feature',properties:{Name: '2', Address: '3935 MURDOCK AVENUE, BAYCHESTER', Month: '8', Price: '1289'}, geometry: { type: 'Point', coordinates:[-73.83952187, 40.88950155]} },
{type: 'Feature',properties:{Name: '2', Address: '2090 STRANG AVENUE, BAYCHESTER', Month: '2', Price: '1296'}, geometry: { type: 'Point', coordinates:[-73.83942094, 40.89085729]} },
{type: 'Feature',properties:{Name: '2', Address: '3931 SETON AVENUE, BAYCHESTER', Month: '2', Price: '1782'}, geometry: { type: 'Point', coordinates:[-73.83677602, 40.88980237]} },
{type: 'Feature',properties:{Name: '2', Address: '3931 SETON AVENUE, BAYCHESTER', Month: '6', Price: '1782'}, geometry: { type: 'Point', coordinates:[-73.83677602, 40.88980237]} },
{type: 'Feature',properties:{Name: '2', Address: '3918 AMUNDSON AVENUE, BAYCHESTER', Month: '11', Price: '1118'}, geometry: { type: 'Point', coordinates:[-73.83579227, 40.88980097]} },
{type: 'Feature',properties:{Name: '2', Address: '3964 AMUNDSON AVENUE, BAYCHESTER', Month: '4', Price: '1386'}, geometry: { type: 'Point', coordinates:[-73.83609053, 40.89058363]} },
{type: 'Feature',properties:{Name: '2', Address: '4001 PRATT AVENUE, BAYCHESTER', Month: '8', Price: '2204'}, geometry: { type: 'Point', coordinates:[-73.8341044, 40.89078664]} },
{type: 'Feature',properties:{Name: '2', Address: '3934 PRATT AVE, BAYCHESTER', Month: '4', Price: '1300'}, geometry: { type: 'Point', coordinates:[-73.83422519, 40.89021318]} },
{type: 'Feature',properties:{Name: '2', Address: '3941 HARPER AVENUE, BAYCHESTER', Month: '1', Price: '2284'}, geometry: { type: 'Point', coordinates:[-73.83302028, 40.89042004]} },
{type: 'Feature',properties:{Name: '2', Address: '4042 SECOR AVENUE, BAYCHESTER', Month: '4', Price: '1376'}, geometry: { type: 'Point', coordinates:[-73.83188432, 40.89196365]} },
{type: 'Feature',properties:{Name: '2', Address: '4035 ROMBOUTS AVENUE, BAYCHESTER', Month: '12', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.83012766, 40.89151644]} },
{type: 'Feature',properties:{Name: '2', Address: '4026 ROMBOUTS AVENUE, BAYCHESTER', Month: '11', Price: '1060'}, geometry: { type: 'Point', coordinates:[-73.83011338, 40.89144231]} },
{type: 'Feature',properties:{Name: '2', Address: '4026 ROMBOUTS AVE, BAYCHESTER', Month: '7', Price: '1060'}, geometry: { type: 'Point', coordinates:[-73.83011338, 40.89144231]} },
{type: 'Feature',properties:{Name: '2', Address: '4026 ROMBOUTS AVENUE, BAYCHESTER', Month: '10', Price: '1060'}, geometry: { type: 'Point', coordinates:[-73.83011338, 40.89144231]} },
{type: 'Feature',properties:{Name: '2', Address: '4046 ELY AVENUE, BAYCHESTER', Month: '3', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.84573222, 40.89087962]} },
{type: 'Feature',properties:{Name: '2', Address: '4079 GRACE AVE, BAYCHESTER', Month: '9', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.8451299, 40.89171046]} },
{type: 'Feature',properties:{Name: '2', Address: '4041 EDSON AVENUE, BAYCHESTER', Month: '11', Price: '1158'}, geometry: { type: 'Point', coordinates:[-73.84396295, 40.89115995]} },
{type: 'Feature',properties:{Name: '2', Address: '4075 BAYCHESTER AVENUE, BAYCHESTER', Month: '11', Price: '1782'}, geometry: { type: 'Point', coordinates:[-73.84334595, 40.8920676]} },
{type: 'Feature',properties:{Name: '2', Address: '4019 WILDER AVENUE, BAYCHESTER', Month: '11', Price: '928'}, geometry: { type: 'Point', coordinates:[-73.8411704, 40.8913071]} },
{type: 'Feature',properties:{Name: '2', Address: '2059 STRANG AVENUE, BAYCHESTER', Month: '3', Price: '2295'}, geometry: { type: 'Point', coordinates:[-73.84036901, 40.89066373]} },
{type: 'Feature',properties:{Name: '2', Address: '4079 MONTICELLO AVE., BAYCHESTER', Month: '7', Price: '1692'}, geometry: { type: 'Point', coordinates:[-73.83898158, 40.89306341]} },
{type: 'Feature',properties:{Name: '2', Address: '4041 BELL AVENUE, BAYCHESTER', Month: '11', Price: '3624'}, geometry: { type: 'Point', coordinates:[-73.8350901, 40.89292617]} },
{type: 'Feature',properties:{Name: '2', Address: '4014 BELL AVENUE, BAYCHESTER', Month: '12', Price: '1744'}, geometry: { type: 'Point', coordinates:[-73.83487792, 40.89243457]} },
{type: 'Feature',properties:{Name: '2', Address: '2338 PALMER AVENUE, BAYCHESTER', Month: '1', Price: '1804'}, geometry: { type: 'Point', coordinates:[-73.82630326, 40.86159904]} },
{type: 'Feature',properties:{Name: '2', Address: '2331 BOLLER AVENUE, BAYCHESTER', Month: '5', Price: '1653'}, geometry: { type: 'Point', coordinates:[-73.82569057, 40.86225136]} },
{type: 'Feature',properties:{Name: '2', Address: '3 REEDS MILL LANE, BAYCHESTER', Month: '10', Price: '414'}, geometry: { type: 'Point', coordinates:[-73.83064882, 40.88428769]} },
{type: 'Feature',properties:{Name: '2', Address: '2578 FLINT AVENUE, BAYCHESTER', Month: '3', Price: '560'}, geometry: { type: 'Point', coordinates:[-73.81759075, 40.88921372]} },
{type: 'Feature',properties:{Name: '2', Address: '2581 HOLLERS AVENUE, BAYCHESTER', Month: '4', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.81727803, 40.88850784]} },
{type: 'Feature',properties:{Name: '2', Address: '3554 MCOWEN AVENUE, BAYCHESTER', Month: '8', Price: '1925'}, geometry: { type: 'Point', coordinates:[-73.81962472, 40.88870915]} },
{type: 'Feature',properties:{Name: '2', Address: '3503 ROPES AVENUE, BAYCHESTER', Month: '11', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.81802728, 40.88828945]} },
{type: 'Feature',properties:{Name: '2', Address: '1138 EAST 212TH STREET, BAYCHESTER', Month: '6', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.85351798, 40.87503094]} },
{type: 'Feature',properties:{Name: '2', Address: '1107 EAST 213 STREET, BAYCHESTER', Month: '7', Price: '2214'}, geometry: { type: 'Point', coordinates:[-73.85401112, 40.87605259]} },
{type: 'Feature',properties:{Name: '2', Address: '1124 EAST 214TH STREET, BAYCHESTER', Month: '10', Price: '2125'}, geometry: { type: 'Point', coordinates:[-73.85320368, 40.87653737]} },
{type: 'Feature',properties:{Name: '2', Address: '3587 FISH AVENUE, BAYCHESTER', Month: '2', Price: '2304'}, geometry: { type: 'Point', coordinates:[-73.85128317, 40.87833269]} },
{type: 'Feature',properties:{Name: '2', Address: '3766 LACONIA AVENUE, BAYCHESTER', Month: '1', Price: '2061'}, geometry: { type: 'Point', coordinates:[-73.85234337, 40.87965699]} },
{type: 'Feature',properties:{Name: '2', Address: '3766 LACONIA AVENUE, BAYCHESTER', Month: '1', Price: '2061'}, geometry: { type: 'Point', coordinates:[-73.85234337, 40.87965699]} },
{type: 'Feature',properties:{Name: '2', Address: '1459 OAKLEY STREET, BAYCHESTER', Month: '2', Price: '2110'}, geometry: { type: 'Point', coordinates:[-73.84974951, 40.88012024]} },
{type: 'Feature',properties:{Name: '2', Address: '1126A EAST 222 STREET, BAYCHESTER', Month: '6', Price: '1900'}, geometry: { type: 'Point', coordinates:[-73.84966317, 40.88151718]} },
{type: 'Feature',properties:{Name: '2', Address: '1128 EAST 222ND STREET, BAYCHESTER', Month: '7', Price: '1900'}, geometry: { type: 'Point', coordinates:[-73.84959391, 40.88176411]} },
{type: 'Feature',properties:{Name: '2', Address: '1460 OAKLEY STREET, BAYCHESTER', Month: '3', Price: '3792'}, geometry: { type: 'Point', coordinates:[-73.84997039, 40.87999153]} },
{type: 'Feature',properties:{Name: '2', Address: '1463 NEEDHAM AVENUE, BAYCHESTER', Month: '3', Price: '2110'}, geometry: { type: 'Point', coordinates:[-73.84934589, 40.87949942]} },
{type: 'Feature',properties:{Name: '2', Address: '1401 NEEDHAM AVENUE, BAYCHESTER', Month: '10', Price: '2187'}, geometry: { type: 'Point', coordinates:[-73.85117411, 40.87859055]} },
{type: 'Feature',properties:{Name: '2', Address: '3457 MICKLE AVENUE, BAYCHESTER', Month: '10', Price: '1813'}, geometry: { type: 'Point', coordinates:[-73.84592814, 40.87813354]} },
{type: 'Feature',properties:{Name: '2', Address: '3458 EASTCHESTER ROAD, BAYCHESTER', Month: '5', Price: '2071'}, geometry: { type: 'Point', coordinates:[-73.84676787, 40.87779157]} },
{type: 'Feature',properties:{Name: '2', Address: '3542 EASTCHESTER ROAD, BAYCHESTER', Month: '3', Price: '3735'}, geometry: { type: 'Point', coordinates:[-73.84770047, 40.8795247]} },
{type: 'Feature',properties:{Name: '2', Address: '3527 MICKLE AVENUE, BAYCHESTER', Month: '7', Price: '3399'}, geometry: { type: 'Point', coordinates:[-73.84682141, 40.87966626]} },
{type: 'Feature',properties:{Name: '2', Address: '3521 TIEMANN AVENUE, BAYCHESTER', Month: '3', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.84438944, 40.87892194]} },
{type: 'Feature',properties:{Name: '2', Address: '3419 TIEMANN AVENUE, BAYCHESTER', Month: '1', Price: '1926'}, geometry: { type: 'Point', coordinates:[-73.84364051, 40.87754858]} },
{type: 'Feature',properties:{Name: '2', Address: '1665 TILLOTSON AVENUE, BAYCHESTER', Month: '10', Price: '1872'}, geometry: { type: 'Point', coordinates:[-73.84399248, 40.8770358]} },
{type: 'Feature',properties:{Name: '2', Address: '1657 TILLOTSON AVENUE, BAYCHESTER', Month: '6', Price: '1872'}, geometry: { type: 'Point', coordinates:[-73.84409018, 40.87700574]} },
{type: 'Feature',properties:{Name: '2', Address: '3408 KINGSLAND AVENUE, BAYCHESTER', Month: '5', Price: '1836'}, geometry: { type: 'Point', coordinates:[-73.84442236, 40.87721753]} },
{type: 'Feature',properties:{Name: '2', Address: '3429 WICKHAM AVENUE, BAYCHESTER', Month: '11', Price: '1500'}, geometry: { type: 'Point', coordinates:[-73.84212703, 40.87837268]} },
{type: 'Feature',properties:{Name: '2', Address: '3438 GUNTHER AVENUE, BAYCHESTER', Month: '2', Price: '1560'}, geometry: { type: 'Point', coordinates:[-73.84294127, 40.87811304]} },
{type: 'Feature',properties:{Name: '2', Address: '3310 PEARSALL AVENUE, BAYCHESTER', Month: '5', Price: '2077'}, geometry: { type: 'Point', coordinates:[-73.85144662, 40.87315092]} },
{type: 'Feature',properties:{Name: '2', Address: '3342 PEARSALL AVE, BAYCHESTER', Month: '11', Price: '2187'}, geometry: { type: 'Point', coordinates:[-73.85165189, 40.8735272]} },
{type: 'Feature',properties:{Name: '2', Address: '3237 WILSON AVENUE, BAYCHESTER', Month: '11', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.84898605, 40.87234901]} },
{type: 'Feature',properties:{Name: '2', Address: '3317 FENTON AVENUE, BAYCHESTER', Month: '11', Price: '1406'}, geometry: { type: 'Point', coordinates:[-73.84726301, 40.87475659]} },
{type: 'Feature',properties:{Name: '2', Address: '3332 SEYMOUR AVENUE, BAYCHESTER', Month: '7', Price: '2650'}, geometry: { type: 'Point', coordinates:[-73.84825017, 40.8747524]} },
{type: 'Feature',properties:{Name: '2', Address: '3332 SEYMOUR AVENUE, BAYCHESTER', Month: '6', Price: '2650'}, geometry: { type: 'Point', coordinates:[-73.84825017, 40.8747524]} },
{type: 'Feature',properties:{Name: '2', Address: '3332 SEYMOUR AVENUE, BAYCHESTER', Month: '8', Price: '2650'}, geometry: { type: 'Point', coordinates:[-73.84825017, 40.8747524]} },
{type: 'Feature',properties:{Name: '2', Address: '3333 CORSA AVENUE, BAYCHESTER', Month: '5', Price: '1952'}, geometry: { type: 'Point', coordinates:[-73.84653497, 40.87529359]} },
{type: 'Feature',properties:{Name: '2', Address: '3356 FENTON AVENUE, BAYCHESTER', Month: '3', Price: '2582'}, geometry: { type: 'Point', coordinates:[-73.84759778, 40.8754185]} },
{type: 'Feature',properties:{Name: '2', Address: '3227 SEYMOUR AVENUE, BAYCHESTER', Month: '5', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.8472061, 40.8727721]} },
{type: 'Feature',properties:{Name: '2', Address: '3220 FISH AVENUE, BAYCHESTER', Month: '1', Price: '1736'}, geometry: { type: 'Point', coordinates:[-73.8480132, 40.87243557]} },
{type: 'Feature',properties:{Name: '2', Address: '3222 FISH AVENUE, BAYCHESTER', Month: '2', Price: '1736'}, geometry: { type: 'Point', coordinates:[-73.84802761, 40.87246029]} },
{type: 'Feature',properties:{Name: '2', Address: '3240 SEYMOUR AVENUE, BAYCHESTER', Month: '8', Price: '1536'}, geometry: { type: 'Point', coordinates:[-73.84727441, 40.87294511]} },
{type: 'Feature',properties:{Name: '2', Address: '3240 SEYMOUR AVENUE, BAYCHESTER', Month: '8', Price: '1536'}, geometry: { type: 'Point', coordinates:[-73.84727441, 40.87294511]} },
{type: 'Feature',properties:{Name: '2', Address: '3347 MICKLE AVENUE, BAYCHESTER', Month: '9', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.84466436, 40.87579062]} },
{type: 'Feature',properties:{Name: '2', Address: '3343 MICKLE AVENUE, BAYCHESTER', Month: '4', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.84463916, 40.87574118]} },
{type: 'Feature',properties:{Name: '2', Address: '1511 GIVAN AVENUE, BAYCHESTER', Month: '3', Price: '2070'}, geometry: { type: 'Point', coordinates:[-73.84492344, 40.87478366]} },
{type: 'Feature',properties:{Name: '2', Address: '3332 EASTCHESTER ROAD, BAYCHESTER', Month: '3', Price: '1762'}, geometry: { type: 'Point', coordinates:[-73.84544282, 40.87534977]} },
{type: 'Feature',properties:{Name: '2', Address: '3245 KINGSLAND AVENUE, BAYCHESTER', Month: '9', Price: '2750'}, geometry: { type: 'Point', coordinates:[-73.8432129, 40.87486918]} },
{type: 'Feature',properties:{Name: '2', Address: '3223 KINGSLAND AVENUE, BAYCHESTER', Month: '4', Price: '2880'}, geometry: { type: 'Point', coordinates:[-73.84293926, 40.87437202]} },
{type: 'Feature',properties:{Name: '2', Address: '1610 GIVAN AVENUE, BAYCHESTER', Month: '11', Price: '2570'}, geometry: { type: 'Point', coordinates:[-73.84398987, 40.87506511]} },
{type: 'Feature',properties:{Name: '2', Address: '3306 KINGSLAND AVENUE, BAYCHESTER', Month: '7', Price: '1701'}, geometry: { type: 'Point', coordinates:[-73.84357281, 40.87558329]} },
{type: 'Feature',properties:{Name: '2', Address: '3308 KINGSLAND AVENUE, BAYCHESTER', Month: '3', Price: '1701'}, geometry: { type: 'Point', coordinates:[-73.84358361, 40.87560526]} },
{type: 'Feature',properties:{Name: '2', Address: '3334 KINGSLAND AVENUE, BAYCHESTER', Month: '10', Price: '3232'}, geometry: { type: 'Point', coordinates:[-73.84374559, 40.87591838]} },
{type: 'Feature',properties:{Name: '2', Address: '3315 WICKHAM AVENUE, BAYCHESTER', Month: '8', Price: '3034'}, geometry: { type: 'Point', coordinates:[-73.84118747, 40.87659283]} },
{type: 'Feature',properties:{Name: '2', Address: '3209 WICKHAM AVENUE, BAYCHESTER', Month: '10', Price: '2585'}, geometry: { type: 'Point', coordinates:[-73.84019041, 40.87468663]} },
{type: 'Feature',properties:{Name: '2', Address: '3214 GUNTHER AVENUE, BAYCHESTER', Month: '9', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.84101903, 40.87444624]} },
{type: 'Feature',properties:{Name: '2', Address: '1508 EAST 222 STREET, BAYCHESTER', Month: '12', Price: '3150'}, geometry: { type: 'Point', coordinates:[-73.83695709, 40.87643871]} },
{type: 'Feature',properties:{Name: '2', Address: '1384 BURKE AVENUE, BAYCHESTER', Month: '10', Price: '1880'}, geometry: { type: 'Point', coordinates:[-73.84719677, 40.87211336]} },
{type: 'Feature',properties:{Name: '2', Address: '3176 FENTON AVENUE, BAYCHESTER', Month: '3', Price: '1856'}, geometry: { type: 'Point', coordinates:[-73.84575789, 40.87202362]} },
{type: 'Feature',properties:{Name: '2', Address: '3066 FENTON AVENUE, BAYCHESTER', Month: '10', Price: '2480'}, geometry: { type: 'Point', coordinates:[-73.84474982, 40.87016136]} },
{type: 'Feature',properties:{Name: '2', Address: '1523 HAMMERSLEY, BAYCHESTER', Month: '5', Price: '2474'}, geometry: { type: 'Point', coordinates:[-73.84321392, 40.87136969]} },
{type: 'Feature',properties:{Name: '2', Address: '3143 MICKLE AVE, BAYCHESTER', Month: '6', Price: '1531'}, geometry: { type: 'Point', coordinates:[-73.84277446, 40.87219799]} },
{type: 'Feature',properties:{Name: '2', Address: '1607 HAMMERSLEY AVENUE, BAYCHESTER', Month: '10', Price: '1468'}, geometry: { type: 'Point', coordinates:[-73.84226225, 40.8716758]} },
{type: 'Feature',properties:{Name: '2', Address: '3019 MICKLE AVENUE, BAYCHESTER', Month: '9', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.84182446, 40.87027266]} },
{type: 'Feature',properties:{Name: '2', Address: '1662 HAMMERSLEY AVE, BAYCHESTER', Month: '2', Price: '2394'}, geometry: { type: 'Point', coordinates:[-73.84135041, 40.87195451]} },
{type: 'Feature',properties:{Name: '2', Address: '1662 HAMMERSLEY AVENUE, BAYCHESTER', Month: '1', Price: '2394'}, geometry: { type: 'Point', coordinates:[-73.84135041, 40.87195451]} },
{type: 'Feature',properties:{Name: '2', Address: '1809 ADEE AVENUE, BAYCHESTER', Month: '1', Price: '1584'}, geometry: { type: 'Point', coordinates:[-73.83790339, 40.87095614]} },
{type: 'Feature',properties:{Name: '2', Address: '3107 EDSON AVENUE, BAYCHESTER', Month: '5', Price: '1750'}, geometry: { type: 'Point', coordinates:[-73.83599374, 40.87410985]} },
{type: 'Feature',properties:{Name: '2', Address: '3152 GRACE AVENUE, BAYCHESTER', Month: '9', Price: '1665'}, geometry: { type: 'Point', coordinates:[-73.83708509, 40.87437488]} },
{type: 'Feature',properties:{Name: '2', Address: '3152 GRACE AVENUE, BAYCHESTER', Month: '12', Price: '1665'}, geometry: { type: 'Point', coordinates:[-73.83708509, 40.87437488]} },
{type: 'Feature',properties:{Name: '2', Address: '2975 TIEMANN AVENUE, BAYCHESTER', Month: '5', Price: '1548'}, geometry: { type: 'Point', coordinates:[-73.83963828, 40.86973168]} },
{type: 'Feature',properties:{Name: '2', Address: '2908 KINGSLAND AVENUE, BAYCHESTER', Month: '1', Price: '2310'}, geometry: { type: 'Point', coordinates:[-73.84005309, 40.86863987]} },
{type: 'Feature',properties:{Name: '2', Address: '2906 TIEMANN AVENUE, BAYCHESTER', Month: '10', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.83920644, 40.86888572]} },
{type: 'Feature',properties:{Name: '2', Address: '2947 BRUNER AVENUE, BAYCHESTER', Month: '7', Price: '2605'}, geometry: { type: 'Point', coordinates:[-73.83696879, 40.87018905]} },
{type: 'Feature',properties:{Name: '2', Address: '1827 ARNOW AVENUE, BAYCHESTER', Month: '6', Price: '3528'}, geometry: { type: 'Point', coordinates:[-73.8364139, 40.86940603]} },
{type: 'Feature',properties:{Name: '2', Address: '2803 GUNTHER AVENUE, BAYCHESTER', Month: '11', Price: '2351'}, geometry: { type: 'Point', coordinates:[-73.8374785, 40.86727216]} },
{type: 'Feature',properties:{Name: '2', Address: '2824 BRUNER AVENUE, BAYCHESTER', Month: '3', Price: '1970'}, geometry: { type: 'Point', coordinates:[-73.83593623, 40.86810711]} },
{type: 'Feature',properties:{Name: '2', Address: '2921 GRACE AVENUE, BAYCHESTER', Month: '9', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.83515684, 40.87038959]} },
{type: 'Feature',properties:{Name: '2', Address: '2920 ELY AVENUE, BAYCHESTER', Month: '12', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.83594928, 40.87014369]} },
{type: 'Feature',properties:{Name: '2', Address: '2922 ELY AVENUE, BAYCHESTER', Month: '4', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.83596368, 40.87016842]} },
{type: 'Feature',properties:{Name: '2', Address: '1904 ARNOW AVENUE, BAYCHESTER', Month: '6', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.83555635, 40.86966556]} },
{type: 'Feature',properties:{Name: '2', Address: '3349 EDSON AVENUE, BAYCHESTER', Month: '10', Price: '2142'}, geometry: { type: 'Point', coordinates:[-73.83789391, 40.87780964]} },
{type: 'Feature',properties:{Name: '2', Address: '3400 BRUNER, BAYCHESTER', Month: '2', Price: '1813'}, geometry: { type: 'Point', coordinates:[-73.8411437, 40.87826428]} },
{type: 'Feature',properties:{Name: '2', Address: '3525 EDSON AVENUE, BAYCHESTER', Month: '11', Price: '1734'}, geometry: { type: 'Point', coordinates:[-73.84006866, 40.88170739]} },
{type: 'Feature',properties:{Name: '2', Address: '1281 EAST 223RD, BAYCHESTER', Month: '5', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.84502524, 40.88075351]} },
{type: 'Feature',properties:{Name: '2', Address: '3663 EASTCHESTER RD, BAYCHESTER', Month: '1', Price: '1584'}, geometry: { type: 'Point', coordinates:[-73.84897876, 40.88192799]} },
{type: 'Feature',properties:{Name: '2', Address: '1144 EAST 223 STREET, BAYCHESTER', Month: '4', Price: '2106'}, geometry: { type: 'Point', coordinates:[-73.84821897, 40.88208619]} },
{type: 'Feature',properties:{Name: '2', Address: '1130 EAST 224TH STREET, BAYCHESTER', Month: '10', Price: '1806'}, geometry: { type: 'Point', coordinates:[-73.84836525, 40.88295919]} },
{type: 'Feature',properties:{Name: '2', Address: '1144 EAST 225 STREET, BAYCHESTER', Month: '9', Price: '1894'}, geometry: { type: 'Point', coordinates:[-73.84769841, 40.88357861]} },
{type: 'Feature',properties:{Name: '2', Address: '1843 SCHIEFFELIN AVENUE, BAYCHESTER', Month: '6', Price: '1792'}, geometry: { type: 'Point', coordinates:[-73.84618142, 40.88275868]} },
{type: 'Feature',properties:{Name: '2', Address: '3615 DE REIMER AVENUE, BAYCHESTER', Month: '8', Price: '2250'}, geometry: { type: 'Point', coordinates:[-73.83870888, 40.88321782]} },
{type: 'Feature',properties:{Name: '2', Address: '3604 DEREIMER AVENUE, BAYCHESTER', Month: '10', Price: '2070'}, geometry: { type: 'Point', coordinates:[-73.83862961, 40.88309695]} },
{type: 'Feature',properties:{Name: '2', Address: '3646 PALMER AVENUE, BAYCHESTER', Month: '8', Price: '2310'}, geometry: { type: 'Point', coordinates:[-73.83800551, 40.88395242]} },
{type: 'Feature',properties:{Name: '2', Address: '3645 BOLLER AVENUE, BAYCHESTER', Month: '11', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.83718744, 40.88425867]} },
{type: 'Feature',properties:{Name: '2', Address: '3625 BOLLER AVENUE, BAYCHESTER', Month: '4', Price: '2146'}, geometry: { type: 'Point', coordinates:[-73.83706518, 40.88397305]} },
{type: 'Feature',properties:{Name: '2', Address: '3684 PALMER AVENUE, BAYCHESTER', Month: '1', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.83838669, 40.88484223]} },
{type: 'Feature',properties:{Name: '2', Address: '3607 MAROLLA PL, BAYCHESTER', Month: '11', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.83498126, 40.88431592]} },
{type: 'Feature',properties:{Name: '2', Address: '3501 PRATT AVENUE, BAYCHESTER', Month: '11', Price: '2365'}, geometry: { type: 'Point', coordinates:[-73.83568233, 40.88306809]} },
{type: 'Feature',properties:{Name: '2', Address: '3877 BOSTON ROAD, BAYCHESTER', Month: '11', Price: '3028'}, geometry: { type: 'Point', coordinates:[-73.83592198, 40.88267319]} },
{type: 'Feature',properties:{Name: '2', Address: '3500 BOLLER AVENUE, BAYCHESTER', Month: '11', Price: '2320'}, geometry: { type: 'Point', coordinates:[-73.83630565, 40.8825365]} },
{type: 'Feature',properties:{Name: '2', Address: 'BOSTON ROAD, BAYCHESTER', Month: '6', Price: '3076'}, geometry: { type: 'Point', coordinates:[-73.83626112, 40.88299755]} },
{type: 'Feature',properties:{Name: '2', Address: '3935 ELY AVE, BAYCHESTER', Month: '2', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.84503494, 40.88900132]} },
{type: 'Feature',properties:{Name: '2', Address: '4166 LACONIA AVENUE, BAYCHESTER', Month: '10', Price: '1836'}, geometry: { type: 'Point', coordinates:[-73.846348, 40.88891799]} },
{type: 'Feature',properties:{Name: '2', Address: '3921 ELY AVENUE, BAYCHESTER', Month: '6', Price: '2843'}, geometry: { type: 'Point', coordinates:[-73.84490914, 40.8886663]} },
{type: 'Feature',properties:{Name: '2', Address: '3921 ELY AVENUE, BAYCHESTER', Month: '6', Price: '2843'}, geometry: { type: 'Point', coordinates:[-73.84490914, 40.8886663]} },
{type: 'Feature',properties:{Name: '2', Address: '1103 EAST 231 STREET, BAYCHESTER', Month: '6', Price: '1952'}, geometry: { type: 'Point', coordinates:[-73.84643616, 40.88833074]} },
{type: 'Feature',properties:{Name: '2', Address: '1103 EAST 231 STREET, BAYCHESTER', Month: '4', Price: '1952'}, geometry: { type: 'Point', coordinates:[-73.84643616, 40.88833074]} },
{type: 'Feature',properties:{Name: '2', Address: '3921 GRACE AVENUE, BAYCHESTER', Month: '1', Price: '2714'}, geometry: { type: 'Point', coordinates:[-73.84398679, 40.88870348]} },
{type: 'Feature',properties:{Name: '2', Address: '1188 EAST 233 STREET, BAYCHESTER', Month: '7', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.84377622, 40.88904628]} },
{type: 'Feature',properties:{Name: '2', Address: '3879 AMUNDSON AVENUE, BAYCHESTER', Month: '8', Price: '1701'}, geometry: { type: 'Point', coordinates:[-73.83537555, 40.88866133]} },
{type: 'Feature',properties:{Name: '2', Address: '3884 SETON AVENUE, BAYCHESTER', Month: '8', Price: '1294'}, geometry: { type: 'Point', coordinates:[-73.8363303, 40.88868465]} },
{type: 'Feature',properties:{Name: '2', Address: '7 HARPER COURT, BAYCHESTER', Month: '7', Price: '2166'}, geometry: { type: 'Point', coordinates:[-73.83476312, 40.88478221]} },
{type: 'Feature',properties:{Name: '2', Address: '3654 PRATT AVE, BAYCHESTER', Month: '4', Price: '2270'}, geometry: { type: 'Point', coordinates:[-73.83532848, 40.88576013]} },
{type: 'Feature',properties:{Name: '2', Address: '3663 VARIAN AVENUE, BAYCHESTER', Month: '3', Price: '2270'}, geometry: { type: 'Point', coordinates:[-73.83430684, 40.88647503]} },
{type: 'Feature',properties:{Name: '2', Address: '81 HARPER COURT, BAYCHESTER', Month: '11', Price: '2166'}, geometry: { type: 'Point', coordinates:[-73.83455277, 40.88502069]} },
{type: 'Feature',properties:{Name: '2', Address: '3670 VARIAN AVE, BAYCHESTER', Month: '2', Price: '2270'}, geometry: { type: 'Point', coordinates:[-73.83428144, 40.88650793]} },
{type: 'Feature',properties:{Name: '2', Address: '3678 HARPER AVENUE, BAYCHESTER', Month: '9', Price: '2600'}, geometry: { type: 'Point', coordinates:[-73.83339572, 40.88637216]} },
{type: 'Feature',properties:{Name: '2', Address: '1454 EAST 233 STREET, BAYCHESTER', Month: '7', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.83414056, 40.88934025]} },
{type: 'Feature',properties:{Name: '2', Address: '1456 EAST 233 STREET, BAYCHESTER', Month: '12', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.8341044, 40.88933745]} },
{type: 'Feature',properties:{Name: '2', Address: '1474 EAST 233 STREET, BAYCHESTER', Month: '3', Price: '1683'}, geometry: { type: 'Point', coordinates:[-73.83376808, 40.88932324]} },
{type: 'Feature',properties:{Name: '2', Address: '3625 PROVOST AVENUE, BAYCHESTER', Month: '9', Price: '2088'}, geometry: { type: 'Point', coordinates:[-73.8282624, 40.88691632]} },
{type: 'Feature',properties:{Name: '2', Address: '3925 DEREIMER AVENUE, BAYCHESTER', Month: '8', Price: '1872'}, geometry: { type: 'Point', coordinates:[-73.8412841, 40.88913071]} },
{type: 'Feature',properties:{Name: '2', Address: '3952 DE REIMER AVENUE, BAYCHESTER', Month: '11', Price: '1728'}, geometry: { type: 'Point', coordinates:[-73.84140258, 40.88949592]} },
{type: 'Feature',properties:{Name: '2', Address: '2024 STRANG AVENUE, BAYCHESTER', Month: '3', Price: '1728'}, geometry: { type: 'Point', coordinates:[-73.84155236, 40.89038815]} },
{type: 'Feature',properties:{Name: '2', Address: '3959 HILL AVENUE, BAYCHESTER', Month: '5', Price: '1698'}, geometry: { type: 'Point', coordinates:[-73.83872875, 40.88993411]} },
{type: 'Feature',properties:{Name: '2', Address: '3953 HILL AVENUE, BAYCHESTER', Month: '1', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.83868921, 40.88983525]} },
{type: 'Feature',properties:{Name: '2', Address: '3940 HILL AVENUE, BAYCHESTER', Month: '1', Price: '2904'}, geometry: { type: 'Point', coordinates:[-73.83859564, 40.88964299]} },
{type: 'Feature',properties:{Name: '2', Address: '3951 SETON AVENUE, BAYCHESTER', Month: '11', Price: '2328'}, geometry: { type: 'Point', coordinates:[-73.83690901, 40.89014289]} },
{type: 'Feature',properties:{Name: '2', Address: '3926 DURYEA AVENUE, BAYCHESTER', Month: '10', Price: '1102'}, geometry: { type: 'Point', coordinates:[-73.83497044, 40.89013465]} },
{type: 'Feature',properties:{Name: '2', Address: '3939 SECOR AVENUE, BAYCHESTER', Month: '5', Price: '2083'}, geometry: { type: 'Point', coordinates:[-73.83215725, 40.88987259]} },
{type: 'Feature',properties:{Name: '2', Address: '3939 SECOR AVENUE, BAYCHESTER', Month: '12', Price: '2083'}, geometry: { type: 'Point', coordinates:[-73.83215725, 40.88987259]} },
{type: 'Feature',properties:{Name: '2', Address: '3937 SECOR AVENUE, BAYCHESTER', Month: '4', Price: '2083'}, geometry: { type: 'Point', coordinates:[-73.83216091, 40.88985339]} },
{type: 'Feature',properties:{Name: '2', Address: '3937 SECOR AVENUE, BAYCHESTER', Month: '2', Price: '2083'}, geometry: { type: 'Point', coordinates:[-73.83216091, 40.88985339]} },
{type: 'Feature',properties:{Name: '2', Address: '3935 SECOR AVENUE, BAYCHESTER', Month: '10', Price: '2083'}, geometry: { type: 'Point', coordinates:[-73.83216459, 40.88983143]} },
{type: 'Feature',properties:{Name: '2', Address: '3935 SECOR AVENUE, BAYCHESTER', Month: '10', Price: '2083'}, geometry: { type: 'Point', coordinates:[-73.83216459, 40.88983143]} },
{type: 'Feature',properties:{Name: '2', Address: '3933 SECOR AVENUE, BAYCHESTER', Month: '11', Price: '2083'}, geometry: { type: 'Point', coordinates:[-73.83216464, 40.88980948]} },
{type: 'Feature',properties:{Name: '2', Address: '3933 SECOR AVENUE, BAYCHESTER', Month: '4', Price: '2083'}, geometry: { type: 'Point', coordinates:[-73.83216464, 40.88980948]} },
{type: 'Feature',properties:{Name: '2', Address: '4030 PRATT AVE, BAYCHESTER', Month: '4', Price: '2360'}, geometry: { type: 'Point', coordinates:[-73.83383072, 40.89175513]} },
{type: 'Feature',properties:{Name: '2', Address: '4010 HARPER AVENUE, BAYCHESTER', Month: '12', Price: '2093'}, geometry: { type: 'Point', coordinates:[-73.83286588, 40.89141065]} },
{type: 'Feature',properties:{Name: '2', Address: '3910 SECOR AVE, BAYCHESTER', Month: '12', Price: '3472'}, geometry: { type: 'Point', coordinates:[-73.83215776, 40.88966949]} },
{type: 'Feature',properties:{Name: '2', Address: '4016 SECOR AVENUE, BAYCHESTER', Month: '10', Price: '3250'}, geometry: { type: 'Point', coordinates:[-73.83196913, 40.89132152]} },
{type: 'Feature',properties:{Name: '2', Address: '3949 ROMBOUTS AVENUE, BAYCHESTER', Month: '8', Price: '1688'}, geometry: { type: 'Point', coordinates:[-73.83023466, 40.89069044]} },
{type: 'Feature',properties:{Name: '2', Address: '4030 DYRE AVENUE, BAYCHESTER', Month: '2', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.83099906, 40.89161927]} },
{type: 'Feature',properties:{Name: '2', Address: '4055 BRUNER AVENUE, BAYCHESTER', Month: '11', Price: '2532'}, geometry: { type: 'Point', coordinates:[-73.84679149, 40.89107865]} },
{type: 'Feature',properties:{Name: '2', Address: '1908 EDENWALD AVENUE, BAYCHESTER', Month: '10', Price: '1408'}, geometry: { type: 'Point', coordinates:[-73.84565985, 40.89245498]} },
{type: 'Feature',properties:{Name: '2', Address: '4024 GRACE AVENUE, BAYCHESTER', Month: '2', Price: '1640'}, geometry: { type: 'Point', coordinates:[-73.84470557, 40.89065867]} },
{type: 'Feature',properties:{Name: '2', Address: '4076 GRACE AVENUE, BAYCHESTER', Month: '2', Price: '2128'}, geometry: { type: 'Point', coordinates:[-73.84509381, 40.89167747]} },
{type: 'Feature',properties:{Name: '2', Address: '4090 EDSON AVENUE, BAYCHESTER', Month: '10', Price: '1392'}, geometry: { type: 'Point', coordinates:[-73.84431509, 40.89214302]} },
{type: 'Feature',properties:{Name: '2', Address: '4047 BAYCHESTER AVENUE, BAYCHESTER', Month: '8', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.84313387, 40.89151014]} },
{type: 'Feature',properties:{Name: '2', Address: '4076 SETON AVENUE, BAYCHESTER', Month: '8', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.83806249, 40.89322406]} },
{type: 'Feature',properties:{Name: '2', Address: '4039 AMUNDSON AVENUE, BAYCHESTER', Month: '1', Price: '1554'}, geometry: { type: 'Point', coordinates:[-73.83687769, 40.89258837]} },
{type: 'Feature',properties:{Name: '2', Address: '4022 AMUNDSON AVENUE, BAYCHESTER', Month: '4', Price: '3868'}, geometry: { type: 'Point', coordinates:[-73.83674818, 40.89230274]} },
{type: 'Feature',properties:{Name: '2', Address: '4057 PRATT AVENUE, BAYCHESTER', Month: '5', Price: '1764'}, geometry: { type: 'Point', coordinates:[-73.83364061, 40.89256728]} },
{type: 'Feature',properties:{Name: '2', Address: '2306 PALMER AVENUE, BAYCHESTER', Month: '11', Price: '2016'}, geometry: { type: 'Point', coordinates:[-73.82606942, 40.86115954]} },
{type: 'Feature',properties:{Name: '2', Address: '2305 BOLLER AVENUE, BAYCHESTER', Month: '4', Price: '1584'}, geometry: { type: 'Point', coordinates:[-73.82529121, 40.86151792]} },
{type: 'Feature',properties:{Name: '2', Address: '2224 BOLLER AVENUE, BAYCHESTER', Month: '7', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.82474417, 40.8605784]} },
{type: 'Feature',properties:{Name: '2', Address: '3300 BOLLER AVENUE, BAYCHESTER', Month: '12', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.8341922, 40.87878698]} },
{type: 'Feature',properties:{Name: '2', Address: '2109 NEW ENGLAND THRUWAY, BAYCHESTER', Month: '10', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.8332506, 40.87934554]} },
{type: 'Feature',properties:{Name: '2', Address: '3412 ROPES AVENUE, BAYCHESTER', Month: '2', Price: '2348'}, geometry: { type: 'Point', coordinates:[-73.8171651, 40.88748939]} },
{type: 'Feature',properties:{Name: '2', Address: '3556 ROPES AVENUE, BAYCHESTER', Month: '11', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.81911295, 40.88937531]} },
{type: 'Feature',properties:{Name: '2', Address: '2577 HOLLERS AVENUE, BAYCHESTER', Month: '12', Price: '1712'}, geometry: { type: 'Point', coordinates:[-73.81736497, 40.88845858]} },
{type: 'Feature',properties:{Name: '2', Address: '1457 OAKLEY STREET, BAYCHESTER', Month: '5', Price: '2592'}, geometry: { type: 'Point', coordinates:[-73.84984725, 40.88007371]} },
{type: 'Feature',properties:{Name: '2', Address: '1450 OAKLEY STREET, BAYCHESTER', Month: '9', Price: '2976'}, geometry: { type: 'Point', coordinates:[-73.85022742, 40.87986561]} },
{type: 'Feature',properties:{Name: '2', Address: '3531 TIEMANN AVENUE, BAYCHESTER', Month: '1', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.84447948, 40.87907851]} },
{type: 'Feature',properties:{Name: '2', Address: '3456 KINGSLAND AVENUE, BAYCHESTER', Month: '1', Price: '2171'}, geometry: { type: 'Point', coordinates:[-73.84511379, 40.8784426]} },
{type: 'Feature',properties:{Name: '2', Address: '3456 KINGSLAND AVE, BAYCHESTER', Month: '6', Price: '2171'}, geometry: { type: 'Point', coordinates:[-73.84511379, 40.8784426]} },
{type: 'Feature',properties:{Name: '2', Address: '3423 WICKHAM AVENUE, BAYCHESTER', Month: '12', Price: '3186'}, geometry: { type: 'Point', coordinates:[-73.84206943, 40.87826281]} },
{type: 'Feature',properties:{Name: '2', Address: '3415 WICKHAM AVENUE, BAYCHESTER', Month: '6', Price: '3186'}, geometry: { type: 'Point', coordinates:[-73.84199745, 40.87811999]} },
{type: 'Feature',properties:{Name: '2', Address: '3341 FISH AVENUE, BAYCHESTER', Month: '6', Price: '3080'}, geometry: { type: 'Point', coordinates:[-73.84920514, 40.87459446]} },
{type: 'Feature',properties:{Name: '2', Address: '3362 FENTON AVE, BAYCHESTER', Month: '3', Price: '3550'}, geometry: { type: 'Point', coordinates:[-73.84765179, 40.87551739]} },
{type: 'Feature',properties:{Name: '2', Address: '3207 GUNTHER AVENUE, BAYCHESTER', Month: '10', Price: '2620'}, geometry: { type: 'Point', coordinates:[-73.84098313, 40.87433915]} },
{type: 'Feature',properties:{Name: '2', Address: '2904 EASTCHESTER ROAD, BAYCHESTER', Month: '5', Price: '4300'}, geometry: { type: 'Point', coordinates:[-73.84197348, 40.86842568]} },
{type: 'Feature',properties:{Name: '2', Address: '1605 ARNOW AVENUE, BAYCHESTER', Month: '2', Price: '3575'}, geometry: { type: 'Point', coordinates:[-73.84054979, 40.8680724]} },
{type: 'Feature',properties:{Name: '2', Address: '1950 GIVAN AVENUE, BAYCHESTER', Month: '10', Price: '2132'}, geometry: { type: 'Point', coordinates:[-73.83739637, 40.8772051]} },
{type: 'Feature',properties:{Name: '2', Address: '1371 EAST 222ND STREET, BAYCHESTER', Month: '2', Price: '5040'}, geometry: { type: 'Point', coordinates:[-73.84098485, 40.87815702]} },
{type: 'Feature',properties:{Name: '2', Address: '1317 EAST 223 STREET, BAYCHESTER', Month: '5', Price: '3100'}, geometry: { type: 'Point', coordinates:[-73.84360184, 40.88015325]} },
{type: 'Feature',properties:{Name: '2', Address: '1317 EAST 223RD STREET, BAYCHESTER', Month: '7', Price: '3100'}, geometry: { type: 'Point', coordinates:[-73.84360184, 40.88015325]} },
{type: 'Feature',properties:{Name: '2', Address: '1306 EAST 224TH STREET, BAYCHESTER', Month: '9', Price: '2968'}, geometry: { type: 'Point', coordinates:[-73.84350965, 40.88091066]} },
{type: 'Feature',properties:{Name: '2', Address: '1355 EAST 224 STREET, BAYCHESTER', Month: '6', Price: '3864'}, geometry: { type: 'Point', coordinates:[-73.84218449, 40.88006349]} },
{type: 'Feature',properties:{Name: '2', Address: '1259 EAST 222ND ST, BAYCHESTER', Month: '12', Price: '3060'}, geometry: { type: 'Point', coordinates:[-73.84545719, 40.88005694]} },
{type: 'Feature',properties:{Name: '2', Address: '1288 EAST 224TH STREET, BAYCHESTER', Month: '5', Price: '3232'}, geometry: { type: 'Point', coordinates:[-73.84417801, 40.88118878]} },
{type: 'Feature',properties:{Name: '2', Address: '1229 EAST 224TH STREET, BAYCHESTER', Month: '1', Price: '3231'}, geometry: { type: 'Point', coordinates:[-73.84572785, 40.88185507]} },
{type: 'Feature',properties:{Name: '2', Address: '1229 EAST 224TH STREET, BAYCHESTER', Month: '4', Price: '3231'}, geometry: { type: 'Point', coordinates:[-73.84572785, 40.88185507]} },
{type: 'Feature',properties:{Name: '2', Address: '1118 E 225TH ST, BAYCHESTER', Month: '9', Price: '3400'}, geometry: { type: 'Point', coordinates:[-73.84839933, 40.88387322]} },
{type: 'Feature',properties:{Name: '2', Address: '1120 EAST 225 STREET, BAYCHESTER', Month: '5', Price: '3400'}, geometry: { type: 'Point', coordinates:[-73.84834514, 40.88384844]} },
{type: 'Feature',properties:{Name: '2', Address: '3849 AMUNDSON AVENUE, BAYCHESTER', Month: '5', Price: '2539'}, geometry: { type: 'Point', coordinates:[-73.83521024, 40.88823292]} },
{type: 'Feature',properties:{Name: '2', Address: '3960 DE REIMER AVENUE, BAYCHESTER', Month: '3', Price: '1728'}, geometry: { type: 'Point', coordinates:[-73.84144213, 40.88959753]} },
{type: 'Feature',properties:{Name: '2', Address: '3919 WILDER AVENUE, BAYCHESTER', Month: '8', Price: '2761'}, geometry: { type: 'Point', coordinates:[-73.84037975, 40.88920357]} },
{type: 'Feature',properties:{Name: '2', Address: '3944 HILL AVENUE, BAYCHESTER', Month: '9', Price: '3803'}, geometry: { type: 'Point', coordinates:[-73.83862079, 40.88970889]} },
{type: 'Feature',properties:{Name: '2', Address: '3934 SETON AVENUE, BAYCHESTER', Month: '1', Price: '3166'}, geometry: { type: 'Point', coordinates:[-73.83678308, 40.88987374]} },
{type: 'Feature',properties:{Name: '2', Address: '4000 EDSON AVENUE, BAYCHESTER', Month: '4', Price: '2760'}, geometry: { type: 'Point', coordinates:[-73.8436465, 40.89038003]} },
{type: 'Feature',properties:{Name: '2', Address: '4004 EDSON AVENUE, BAYCHESTER', Month: '2', Price: '2760'}, geometry: { type: 'Point', coordinates:[-73.84367525, 40.89045966]} },
{type: 'Feature',properties:{Name: '2', Address: '4085 DEREIMER AVENUE, BAYCHESTER', Month: '1', Price: '3232'}, geometry: { type: 'Point', coordinates:[-73.84256372, 40.89248099]} },
{type: 'Feature',properties:{Name: '2', Address: '4036 WILDER AVENUE, BAYCHESTER', Month: '1', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.84128529, 40.89166406]} },
{type: 'Feature',properties:{Name: '2', Address: '4036 WILDER AVENUE, BAYCHESTER', Month: '8', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.84128529, 40.89166406]} },
{type: 'Feature',properties:{Name: '2', Address: '3450 BOLLER AVENUE, BAYCHESTER', Month: '7', Price: '3432'}, geometry: { type: 'Point', coordinates:[-73.83531552, 40.88077574]} },
{type: 'Feature',properties:{Name: '2', Address: 'EAST 219 STREET, BAYCHESTER', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85139156, 40.87999337]} },
{type: 'Feature',properties:{Name: '2', Address: '1449 NEEDHAM AVENUE, BAYCHESTER', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84970431, 40.87931873]} },
{type: 'Feature',properties:{Name: '2', Address: '1475 HICKS STREET, BAYCHESTER', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84838838, 40.87915782]} },
{type: 'Feature',properties:{Name: '2', Address: '3530 MICKLE AVENUE, BAYCHESTER', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84682492, 40.87971018]} },
{type: 'Feature',properties:{Name: '2', Address: 'MICKLE AVENUE, BAYCHESTER', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84661123, 40.87985537]} },
{type: 'Feature',properties:{Name: '2', Address: 'KINGSLAND AVENUE, BAYCHESTER', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84524962, 40.87912621]} },
{type: 'Feature',properties:{Name: '2', Address: 'EASTCHESTER ROAD, BAYCHESTER', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84408809, 40.87173043]} },
{type: 'Feature',properties:{Name: '2', Address: '2743 WICKHAM AVENUE, BAYCHESTER', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83617107, 40.86670764]} },
{type: 'Feature',properties:{Name: '2', Address: '1810 BARTOW AVENUE, BAYCHESTER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83609354, 40.86736077]} },
{type: 'Feature',properties:{Name: '2', Address: '3241 BAYCHESTER, BAYCHESTER', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83669556, 40.87691592]} },
{type: 'Feature',properties:{Name: '2', Address: '3951 HILL AVENUE, BAYCHESTER', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83867844, 40.88980229]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A SECOR AVENUE, BAYCHESTER', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83159846, 40.89201538]} },
{type: 'Feature',properties:{Name: '2', Address: '2211 HUNTER AVENUE, BAYCHESTER', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82384712, 40.86076367]} },
{type: 'Feature',properties:{Name: '2', Address: 'HUNTER AVENUE, BAYCHESTER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83435953, 40.88129587]} },
{type: 'Feature',properties:{Name: '2', Address: '3489 KINGSLAND AVENUE, BAYCHESTER', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84550289, 40.87906616]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A SECOR AVENUE, BAYCHESTER', Month: '1', Price: '300'}, geometry: { type: 'Point', coordinates:[-73.83161689, 40.89187817]} },
{type: 'Feature',properties:{Name: '2', Address: '3410 WICKHAM AVENUE, BAYCHESTER', Month: '5', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.84193976, 40.87805129]} },
{type: 'Feature',properties:{Name: '2', Address: '3402 WICKHAM AVENUE, BAYCHESTER', Month: '8', Price: '3807'}, geometry: { type: 'Point', coordinates:[-73.84186777, 40.87790847]} },
{type: 'Feature',properties:{Name: '2', Address: '3359 SEYMOUR AVENUE, BAYCHESTER', Month: '1', Price: '3378'}, geometry: { type: 'Point', coordinates:[-73.84850233, 40.87517267]} },
{type: 'Feature',properties:{Name: '2', Address: '3860 SETON AVENUE, BAYCHESTER', Month: '8', Price: '2152'}, geometry: { type: 'Point', coordinates:[-73.83629078, 40.88857755]} },
{type: 'Feature',properties:{Name: '2', Address: '2208 LIGHT STREET, BAYCHESTER', Month: '1', Price: '2112'}, geometry: { type: 'Point', coordinates:[-73.83182244, 40.88783006]} },
{type: 'Feature',properties:{Name: '2', Address: '3410 DE REIMER AVENUE, 11A, BAYCHESTER', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83670336, 40.87963043]} },
{type: 'Feature',properties:{Name: '2', Address: '3410 DE REIMER AVENUE, 4F, BAYCHESTER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83670336, 40.87963043]} },
{type: 'Feature',properties:{Name: '2', Address: '3410 DE REIMER AVENUE, 3F, BAYCHESTER', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83670336, 40.87963043]} },
{type: 'Feature',properties:{Name: '2', Address: '3410 DE REIMER AVENUE, 7H, BAYCHESTER', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83670336, 40.87963043]} },
{type: 'Feature',properties:{Name: '2', Address: '3410 DE REIMER AVENUE, 10B, BAYCHESTER', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83670336, 40.87963043]} },
{type: 'Feature',properties:{Name: '2', Address: '3410 DE REIMER AVE, 6M, BAYCHESTER', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83670336, 40.87963043]} },
{type: 'Feature',properties:{Name: '2', Address: '3565 BOSTON ROAD, BAYCHESTER', Month: '2', Price: '3700'}, geometry: { type: 'Point', coordinates:[-73.84432225, 40.87827685]} },
{type: 'Feature',properties:{Name: '2', Address: '3563 BOSTON ROAD, BAYCHESTER', Month: '3', Price: '3700'}, geometry: { type: 'Point', coordinates:[-73.84437298, 40.878233]} },
{type: 'Feature',properties:{Name: '2', Address: '3000 EASTCHESTER ROAD, BAYCHESTER', Month: '3', Price: '4610'}, geometry: { type: 'Point', coordinates:[-73.84270841, 40.86954927]} },
{type: 'Feature',properties:{Name: '2', Address: '3431-3447 BAYCHESTER AVENUE, BAYCHESTER', Month: '3', Price: '14400'}, geometry: { type: 'Point', coordinates:[-73.83815208, 40.88019514]} },
{type: 'Feature',properties:{Name: '2', Address: '1959 STRANG AVENUE, BAYCHESTER', Month: '6', Price: '2750'}, geometry: { type: 'Point', coordinates:[-73.84324586, 40.89003091]} },
{type: 'Feature',properties:{Name: '2', Address: '3633 ROMBOUTS AVENUE, BAYCHESTER', Month: '9', Price: '7100'}, geometry: { type: 'Point', coordinates:[-73.83028751, 40.88557442]} },
{type: 'Feature',properties:{Name: '2', Address: '3920 MERRITT AVENUE, BAYCHESTER', Month: '1', Price: '22500'}, geometry: { type: 'Point', coordinates:[-73.82930687, 40.89001937]} },
{type: 'Feature',properties:{Name: '2', Address: '3931 MULVEY AVENUE, BAYCHESTER', Month: '8', Price: '6650'}, geometry: { type: 'Point', coordinates:[-73.82849807, 40.88949119]} },
{type: 'Feature',properties:{Name: '2', Address: '3429 BAYCHESTER AVENUE, BAYCHESTER', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83813768, 40.88017042]} },
{type: 'Feature',properties:{Name: '2', Address: '4053 BOSTON ROAD, BAYCHESTER', Month: '1', Price: '1000'}, geometry: { type: 'Point', coordinates:[-73.83042654, 40.88494609]} },
{type: 'Feature',properties:{Name: '2', Address: '3580 STEENWICK AVENUE, BAYCHESTER', Month: '3', Price: '6278'}, geometry: { type: 'Point', coordinates:[-73.83082273, 40.88416169]} },
{type: 'Feature',properties:{Name: '2', Address: '2325 HOLLERS AVENUE, BAYCHESTER', Month: '4', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.82608341, 40.88484082]} },
{type: 'Feature',properties:{Name: '2', Address: '3735 MERRITT AVENUE, BAYCHESTER', Month: '1', Price: '34800'}, geometry: { type: 'Point', coordinates:[-73.82927834, 40.88704408]} },
{type: 'Feature',properties:{Name: '2', Address: '3913 PROVOST AVENUE, BAYCHESTER', Month: '8', Price: '5500'}, geometry: { type: 'Point', coordinates:[-73.82774994, 40.88928423]} },
{type: 'Feature',properties:{Name: '2', Address: 'HOLLERS AVENUE, BAYCHESTER', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82572086, 40.88518336]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A NOELL AVENUE, BAYCHESTER', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82615061, 40.88542005]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A NOELL AVENUE, BAYCHESTER', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.826255, 40.88560684]} },
{type: 'Feature',properties:{Name: '2', Address: '3101 EASTCHESTER ROAD, BAYCHESTER', Month: '3', Price: '10104'}, geometry: { type: 'Point', coordinates:[-73.84360799, 40.87138944]} },
{type: 'Feature',properties:{Name: '2', Address: '2974 DECATUR AVENUE, BEDFORD PARK/NORWOOD', Month: '8', Price: '2357'}, geometry: { type: 'Point', coordinates:[-73.88330304, 40.86857369]} },
{type: 'Feature',properties:{Name: '2', Address: '2974 DECATUR AVE, BEDFORD PARK/NORWOOD', Month: '11', Price: '2357'}, geometry: { type: 'Point', coordinates:[-73.88330304, 40.86857369]} },
{type: 'Feature',properties:{Name: '2', Address: '390 EAST 201 STREET, BEDFORD PARK/NORWOOD', Month: '11', Price: '1296'}, geometry: { type: 'Point', coordinates:[-73.88207365, 40.86862185]} },
{type: 'Feature',properties:{Name: '2', Address: '2767 DECATUR AVENUE, BEDFORD PARK/NORWOOD', Month: '8', Price: '1622'}, geometry: { type: 'Point', coordinates:[-73.88697661, 40.86637336]} },
{type: 'Feature',properties:{Name: '2', Address: '2756 BAINBRIDGE AVENUE, BEDFORD PARK/NORWOOD', Month: '10', Price: '1588'}, geometry: { type: 'Point', coordinates:[-73.89004163, 40.86691977]} },
{type: 'Feature',properties:{Name: '2', Address: '2789 MARION AVENUE, BEDFORD PARK/NORWOOD', Month: '8', Price: '1551'}, geometry: { type: 'Point', coordinates:[-73.88758688, 40.86681859]} },
{type: 'Feature',properties:{Name: '2', Address: '2790 BAINBRIDGE AVENUE, BEDFORD PARK/NORWOOD', Month: '1', Price: '1736'}, geometry: { type: 'Point', coordinates:[-73.88888276, 40.8680632]} },
{type: 'Feature',properties:{Name: '2', Address: '2653 BAINBRIDGE AVENUE, BEDFORD PARK/NORWOOD', Month: '7', Price: '2022'}, geometry: { type: 'Point', coordinates:[-73.89170023, 40.86526628]} },
{type: 'Feature',properties:{Name: '2', Address: '2864 BRIGGS AVENUE, BEDFORD PARK/NORWOOD', Month: '7', Price: '1040'}, geometry: { type: 'Point', coordinates:[-73.88846828, 40.86944063]} },
{type: 'Feature',properties:{Name: '2', Address: '2851 BRIGGS AVENUE, BEDFORD PARK/NORWOOD', Month: '1', Price: '936'}, geometry: { type: 'Point', coordinates:[-73.88868539, 40.8693338]} },
{type: 'Feature',properties:{Name: '2', Address: '2851 BRIGGS AVENUE, BEDFORD PARK/NORWOOD', Month: '2', Price: '936'}, geometry: { type: 'Point', coordinates:[-73.88868539, 40.8693338]} },
{type: 'Feature',properties:{Name: '2', Address: '2963 BRIGGS AVENUE, BEDFORD PARK/NORWOOD', Month: '1', Price: '2232'}, geometry: { type: 'Point', coordinates:[-73.88567402, 40.87117529]} },
{type: 'Feature',properties:{Name: '2', Address: '232 EAST 201 STREET, BEDFORD PARK/NORWOOD', Month: '12', Price: '1801'}, geometry: { type: 'Point', coordinates:[-73.88597933, 40.87235307]} },
{type: 'Feature',properties:{Name: '2', Address: '232 EAST 201 STREET, BEDFORD PARK/NORWOOD', Month: '7', Price: '1801'}, geometry: { type: 'Point', coordinates:[-73.88597933, 40.87235307]} },
{type: 'Feature',properties:{Name: '2', Address: '3180 VILLA AVENUE, BEDFORD PARK/NORWOOD', Month: '4', Price: '932'}, geometry: { type: 'Point', coordinates:[-73.88686163, 40.87658077]} },
{type: 'Feature',properties:{Name: '2', Address: '192 EAST 205TH STREET, BEDFORD PARK/NORWOOD', Month: '7', Price: '6716'}, geometry: { type: 'Point', coordinates:[-73.88446335, 40.87498647]} },
{type: 'Feature',properties:{Name: '2', Address: '127 LISBON PLACE, BEDFORD PARK/NORWOOD', Month: '7', Price: '6592'}, geometry: { type: 'Point', coordinates:[-73.88387051, 40.87488981]} },
{type: 'Feature',properties:{Name: '2', Address: '2762 MORRIS AVENUE, BEDFORD PARK/NORWOOD', Month: '3', Price: '2055'}, geometry: { type: 'Point', coordinates:[-73.89449588, 40.86923771]} },
{type: 'Feature',properties:{Name: '2', Address: '10 MINERVA PLACE, BEDFORD PARK/NORWOOD', Month: '11', Price: '2279'}, geometry: { type: 'Point', coordinates:[-73.89109386, 40.87126562]} },
{type: 'Feature',properties:{Name: '2', Address: '3147 DECATUR AVENUE, BEDFORD PARK/NORWOOD', Month: '6', Price: '1948'}, geometry: { type: 'Point', coordinates:[-73.87680572, 40.87252479]} },
{type: 'Feature',properties:{Name: '2', Address: '2634 DECATUR AVENUE, BEDFORD PARK/NORWOOD', Month: '9', Price: '3348'}, geometry: { type: 'Point', coordinates:[-73.88988057, 40.86374674]} },
{type: 'Feature',properties:{Name: '2', Address: '346 EAST 195 STREET, BEDFORD PARK/NORWOOD', Month: '3', Price: '2775'}, geometry: { type: 'Point', coordinates:[-73.88963984, 40.86502554]} },
{type: 'Feature',properties:{Name: '2', Address: '369 EAST 194 STREET, BEDFORD PARK/NORWOOD', Month: '9', Price: '1456'}, geometry: { type: 'Point', coordinates:[-73.89049891, 40.86367597]} },
{type: 'Feature',properties:{Name: '2', Address: '369 EAST 194 STREET, BEDFORD PARK/NORWOOD', Month: '6', Price: '1456'}, geometry: { type: 'Point', coordinates:[-73.89049891, 40.86367597]} },
{type: 'Feature',properties:{Name: '2', Address: '2704 BAINBRIDGE AVENUE, BEDFORD PARK/NORWOOD', Month: '3', Price: '3017'}, geometry: { type: 'Point', coordinates:[-73.89107377, 40.86587227]} },
{type: 'Feature',properties:{Name: '2', Address: '2787 MARION AVENUE, BEDFORD PARK/NORWOOD', Month: '8', Price: '2840'}, geometry: { type: 'Point', coordinates:[-73.88761945, 40.86679667]} },
{type: 'Feature',properties:{Name: '2', Address: '2880 BRIGGS AVE, BEDFORD PARK/NORWOOD', Month: '12', Price: '3503'}, geometry: { type: 'Point', coordinates:[-73.8881534, 40.86962697]} },
{type: 'Feature',properties:{Name: '2', Address: '271 EAST 199 STREET, BEDFORD PARK/NORWOOD', Month: '5', Price: '2368'}, geometry: { type: 'Point', coordinates:[-73.88680422, 40.86994404]} },
{type: 'Feature',properties:{Name: '2', Address: '2932 VALENTINE AVENUE, BEDFORD PARK/NORWOOD', Month: '11', Price: '2583'}, geometry: { type: 'Point', coordinates:[-73.88736282, 40.87102325]} },
{type: 'Feature',properties:{Name: '2', Address: '2932 VALENTINE AVENUE, BEDFORD PARK/NORWOOD', Month: '11', Price: '2583'}, geometry: { type: 'Point', coordinates:[-73.88736282, 40.87102325]} },
{type: 'Feature',properties:{Name: '2', Address: '2975 BAINBRIDGE AVE, BEDFORD PARK/NORWOOD', Month: '4', Price: '2984'}, geometry: { type: 'Point', coordinates:[-73.88447766, 40.87091336]} },
{type: 'Feature',properties:{Name: '2', Address: '2671 BRIGGS AVENUE, BEDFORD PARK/NORWOOD', Month: '7', Price: '2114'}, geometry: { type: 'Point', coordinates:[-73.8921622, 40.86576351]} },
{type: 'Feature',properties:{Name: '2', Address: '26611/2 BRIGGS AVENUE, BEDFORD PARK/NORWOOD', Month: '11', Price: '1642'}, geometry: { type: 'Point', coordinates:[-73.89252027, 40.86567601]} },
{type: 'Feature',properties:{Name: '2', Address: '26611/2 BRIGGS AVENUE, BEDFORD PARK/NORWOOD', Month: '4', Price: '1642'}, geometry: { type: 'Point', coordinates:[-73.89252027, 40.86567601]} },
{type: 'Feature',properties:{Name: '2', Address: '2755 BRIGGS AVENUE, BEDFORD PARK/NORWOOD', Month: '12', Price: '2548'}, geometry: { type: 'Point', coordinates:[-73.8906879, 40.86747481]} },
{type: 'Feature',properties:{Name: '2', Address: '2847 BRIGGS AVENUE, BEDFORD PARK/NORWOOD', Month: '7', Price: '2358'}, geometry: { type: 'Point', coordinates:[-73.88876139, 40.86928996]} },
{type: 'Feature',properties:{Name: '2', Address: '2825 VALENTINE AVENUE, BEDFORD PARK/NORWOOD', Month: '2', Price: '2964'}, geometry: { type: 'Point', coordinates:[-73.89038893, 40.8689896]} },
{type: 'Feature',properties:{Name: '2', Address: '227 EAST 204 STREET, BEDFORD PARK/NORWOOD', Month: '2', Price: '2244'}, geometry: { type: 'Point', coordinates:[-73.88536831, 40.87442196]} },
{type: 'Feature',properties:{Name: '2', Address: '206 EAST 206 STREET, BEDFORD PARK/NORWOOD', Month: '2', Price: '2342'}, geometry: { type: 'Point', coordinates:[-73.88372794, 40.87577071]} },
{type: 'Feature',properties:{Name: '2', Address: '19 EAST 198TH STREET, BEDFORD PARK/NORWOOD', Month: '11', Price: '3198'}, geometry: { type: 'Point', coordinates:[-73.89268493, 40.87117928]} },
{type: 'Feature',properties:{Name: '2', Address: '2880 JEROME AVENUE, BEDFORD PARK/NORWOOD', Month: '3', Price: '2805'}, geometry: { type: 'Point', coordinates:[-73.89161002, 40.87180956]} },
{type: 'Feature',properties:{Name: '2', Address: '17 MINERVA PLACE, BEDFORD PARK/NORWOOD', Month: '12', Price: '2664'}, geometry: { type: 'Point', coordinates:[-73.89101098, 40.87109537]} },
{type: 'Feature',properties:{Name: '2', Address: '17 MINERVA PLACE, BEDFORD PARK/NORWOOD', Month: '3', Price: '2664'}, geometry: { type: 'Point', coordinates:[-73.89101098, 40.87109537]} },
{type: 'Feature',properties:{Name: '2', Address: '3053 VILLA AVENUE, BEDFORD PARK/NORWOOD', Month: '1', Price: '1338'}, geometry: { type: 'Point', coordinates:[-73.88805199, 40.87402662]} },
{type: 'Feature',properties:{Name: '2', Address: '3053 VILLA AVENUE, BEDFORD PARK/NORWOOD', Month: '11', Price: '1338'}, geometry: { type: 'Point', coordinates:[-73.88805199, 40.87402662]} },
{type: 'Feature',properties:{Name: '2', Address: '3432 GATES PLACE, BEDFORD PARK/NORWOOD', Month: '3', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.88378445, 40.88274778]} },
{type: 'Feature',properties:{Name: '2', Address: '3406 KNOX PLACE, BEDFORD PARK/NORWOOD', Month: '3', Price: '4040'}, geometry: { type: 'Point', coordinates:[-73.88385515, 40.88161155]} },
{type: 'Feature',properties:{Name: '2', Address: '3066 PERRY, BEDFORD PARK/NORWOOD', Month: '11', Price: '2742'}, geometry: { type: 'Point', coordinates:[-73.87963689, 40.87253327]} },
{type: 'Feature',properties:{Name: '2', Address: '3066 PERRY AVENUE, BEDFORD PARK/NORWOOD', Month: '7', Price: '2742'}, geometry: { type: 'Point', coordinates:[-73.87963689, 40.87253327]} },
{type: 'Feature',properties:{Name: '2', Address: '290 RESERVOIR PLACE, BEDFORD PARK/NORWOOD', Month: '8', Price: '3324'}, geometry: { type: 'Point', coordinates:[-73.87517392, 40.87887426]} },
{type: 'Feature',properties:{Name: '2', Address: '3190 PERRY AVENUE, BEDFORD PARK/NORWOOD', Month: '8', Price: '2490'}, geometry: { type: 'Point', coordinates:[-73.87726137, 40.8744548]} },
{type: 'Feature',properties:{Name: '2', Address: '3198 PERRY AVENUE, BEDFORD PARK/NORWOOD', Month: '6', Price: '2296'}, geometry: { type: 'Point', coordinates:[-73.87712726, 40.87462757]} },
{type: 'Feature',properties:{Name: '2', Address: '3287 HULL AVENUE, BEDFORD PARK/NORWOOD', Month: '6', Price: '2574'}, geometry: { type: 'Point', coordinates:[-73.87479538, 40.8763405]} },
{type: 'Feature',properties:{Name: '2', Address: '3321B DECATUR AVENUE, BEDFORD PARK/NORWOOD', Month: '2', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.87344873, 40.87712127]} },
{type: 'Feature',properties:{Name: '2', Address: '366 EAST 207 STREET, BEDFORD PARK/NORWOOD', Month: '6', Price: '2384'}, geometry: { type: 'Point', coordinates:[-73.87443647, 40.87491561]} },
{type: 'Feature',properties:{Name: '2', Address: '3254 DECATUR AVENUE, BEDFORD PARK/NORWOOD', Month: '12', Price: '2048'}, geometry: { type: 'Point', coordinates:[-73.87437041, 40.8754288]} },
{type: 'Feature',properties:{Name: '2', Address: '3306 DECATUR, BEDFORD PARK/NORWOOD', Month: '7', Price: '2532'}, geometry: { type: 'Point', coordinates:[-73.87344598, 40.87666839]} },
{type: 'Feature',properties:{Name: '2', Address: '3312 DECATUR AVENUE, BEDFORD PARK/NORWOOD', Month: '6', Price: '2105'}, geometry: { type: 'Point', coordinates:[-73.87335535, 40.87678906]} },
{type: 'Feature',properties:{Name: '2', Address: '3311 PARKSIDE PLACE, BEDFORD PARK/NORWOOD', Month: '11', Price: '2592'}, geometry: { type: 'Point', coordinates:[-73.87260383, 40.8764671]} },
{type: 'Feature',properties:{Name: '2', Address: '2710 DECATUR AVENUE, BEDFORD PARK/NORWOOD', Month: '11', Price: '3339'}, geometry: { type: 'Point', coordinates:[-73.8884719, 40.86512323]} },
{type: 'Feature',properties:{Name: '2', Address: '2798 MARION AVENUE, BEDFORD PARK/NORWOOD', Month: '2', Price: '4242'}, geometry: { type: 'Point', coordinates:[-73.88744576, 40.86688433]} },
{type: 'Feature',properties:{Name: '2', Address: '365 E 197 STREET, BEDFORD PARK/NORWOOD', Month: '5', Price: '5220'}, geometry: { type: 'Point', coordinates:[-73.88792459, 40.86594336]} },
{type: 'Feature',properties:{Name: '2', Address: '317 EAST 196TH STREET, BEDFORD PARK/NORWOOD', Month: '1', Price: '1898'}, geometry: { type: 'Point', coordinates:[-73.8898582, 40.86634046]} },
{type: 'Feature',properties:{Name: '2', Address: '2874 BRIGGS AVE, BEDFORD PARK/NORWOOD', Month: '12', Price: '4026'}, geometry: { type: 'Point', coordinates:[-73.88827283, 40.86955847]} },
{type: 'Feature',properties:{Name: '2', Address: '2847 BAINBRIDGE AVENUE, BEDFORD PARK/NORWOOD', Month: '5', Price: '3699'}, geometry: { type: 'Point', coordinates:[-73.88791262, 40.86875392]} },
{type: 'Feature',properties:{Name: '2', Address: '3282 PERRY AVENUE, BEDFORD PARK/NORWOOD', Month: '2', Price: '2544'}, geometry: { type: 'Point', coordinates:[-73.87560474, 40.87667348]} },
{type: 'Feature',properties:{Name: '2', Address: '3286 PERRY AVENUE, BEDFORD PARK/NORWOOD', Month: '5', Price: '2868'}, geometry: { type: 'Point', coordinates:[-73.8755395, 40.8767585]} },
{type: 'Feature',properties:{Name: '2', Address: '3325 RESERVOIR OVAL, BEDFORD PARK/NORWOOD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8785451, 40.87837009]} },
{type: 'Feature',properties:{Name: '2', Address: '2885 MARION AVENUE, BEDFORD PARK/NORWOOD', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88506038, 40.86848214]} },
{type: 'Feature',properties:{Name: '2', Address: '192 EAST 205TH ST, BEDFORD PARK/NORWOOD', Month: '6', Price: '6716'}, geometry: { type: 'Point', coordinates:[-73.88446335, 40.87498647]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A MINERVA PLACE, BEDFORD PARK/NORWOOD', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89145552, 40.87121381]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A CRESTON AVENUE, BEDFORD PARK/NORWOOD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89145206, 40.87112049]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A BAINBRIDGE AVENUE, BEDFORD PARK/NORWOOD', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88867686, 40.86795047]} },
{type: 'Feature',properties:{Name: '2', Address: '2726 DECATUR AVENUE, BEDFORD PARK/NORWOOD', Month: '4', Price: '24080'}, geometry: { type: 'Point', coordinates:[-73.88803739, 40.8655153]} },
{type: 'Feature',properties:{Name: '2', Address: '2730 DECATUR AVENUE, BEDFORD PARK/NORWOOD', Month: '9', Price: '24080'}, geometry: { type: 'Point', coordinates:[-73.88799757, 40.8655482]} },
{type: 'Feature',properties:{Name: '2', Address: '2735 WEBSTER AVENUE, BEDFORD PARK/NORWOOD', Month: '4', Price: '22000'}, geometry: { type: 'Point', coordinates:[-73.88725004, 40.86503421]} },
{type: 'Feature',properties:{Name: '2', Address: '2865 WEBSTER AVENUE, BEDFORD PARK/NORWOOD', Month: '4', Price: '10800'}, geometry: { type: 'Point', coordinates:[-73.88412294, 40.86698259]} },
{type: 'Feature',properties:{Name: '2', Address: '319 EAST 197 STREET, BEDFORD PARK/NORWOOD', Month: '12', Price: '28751'}, geometry: { type: 'Point', coordinates:[-73.88906554, 40.86686394]} },
{type: 'Feature',properties:{Name: '2', Address: '300 EAST 201 STREET, BEDFORD PARK/NORWOOD', Month: '5', Price: '12432'}, geometry: { type: 'Point', coordinates:[-73.88371413, 40.87126117]} },
{type: 'Feature',properties:{Name: '2', Address: '265-269 EAST 194 STREET, BEDFORD PARK/NORWOOD', Month: '6', Price: '43250'}, geometry: { type: 'Point', coordinates:[-73.89251793, 40.86488279]} },
{type: 'Feature',properties:{Name: '2', Address: '2886 BRIGGS AVENUE, BEDFORD PARK/NORWOOD', Month: '2', Price: '30425'}, geometry: { type: 'Point', coordinates:[-73.88803758, 40.86969822]} },
{type: 'Feature',properties:{Name: '2', Address: '2886 BRIGGS AVE, BEDFORD PARK/NORWOOD', Month: '8', Price: '30425'}, geometry: { type: 'Point', coordinates:[-73.88803758, 40.86969822]} },
{type: 'Feature',properties:{Name: '2', Address: '272 EAST 199 STREET, BEDFORD PARK/NORWOOD', Month: '8', Price: '14600'}, geometry: { type: 'Point', coordinates:[-73.88678982, 40.86990834]} },
{type: 'Feature',properties:{Name: '2', Address: '276 EAST 199 STREET, BEDFORD PARK/NORWOOD', Month: '8', Price: '13035'}, geometry: { type: 'Point', coordinates:[-73.88672844, 40.86985888]} },
{type: 'Feature',properties:{Name: '2', Address: '276 EAST 199 STREET, BEDFORD PARK/NORWOOD', Month: '3', Price: '13035'}, geometry: { type: 'Point', coordinates:[-73.88672844, 40.86985888]} },
{type: 'Feature',properties:{Name: '2', Address: '2873 BRIGGS AVENUE, BEDFORD PARK/NORWOOD', Month: '5', Price: '6500'}, geometry: { type: 'Point', coordinates:[-73.88826194, 40.86958316]} },
{type: 'Feature',properties:{Name: '2', Address: '243 BEDFORD PARK BLVD, BEDFORD PARK/NORWOOD', Month: '8', Price: '3969'}, geometry: { type: 'Point', coordinates:[-73.88658172, 40.87108287]} },
{type: 'Feature',properties:{Name: '2', Address: '17 EAST 204 STREET, BEDFORD PARK/NORWOOD', Month: '9', Price: '3975'}, geometry: { type: 'Point', coordinates:[-73.88740324, 40.87491527]} },
{type: 'Feature',properties:{Name: '2', Address: '3128 VILLA AVENUE, BEDFORD PARK/NORWOOD', Month: '5', Price: '22000'}, geometry: { type: 'Point', coordinates:[-73.88746416, 40.8752392]} },
{type: 'Feature',properties:{Name: '2', Address: '174 EAST 206 STREET, BEDFORD PARK/NORWOOD', Month: '10', Price: '7000'}, geometry: { type: 'Point', coordinates:[-73.88451607, 40.87586208]} },
{type: 'Feature',properties:{Name: '2', Address: '2698 CRESTON AVENUE, BEDFORD PARK/NORWOOD', Month: '9', Price: '10080'}, geometry: { type: 'Point', coordinates:[-73.8946502, 40.8676816]} },
{type: 'Feature',properties:{Name: '2', Address: '2698 CRESTON AVENUE, BEDFORD PARK/NORWOOD', Month: '6', Price: '10080'}, geometry: { type: 'Point', coordinates:[-73.8946502, 40.8676816]} },
{type: 'Feature',properties:{Name: '2', Address: '12 EAST 196 STREET, BEDFORD PARK/NORWOOD', Month: '8', Price: '27000'}, geometry: { type: 'Point', coordinates:[-73.8956604, 40.86905213]} },
{type: 'Feature',properties:{Name: '2', Address: '2917 GRAND CONCOURSE, BEDFORD PARK/NORWOOD', Month: '10', Price: '55623'}, geometry: { type: 'Point', coordinates:[-73.88894959, 40.87134866]} },
{type: 'Feature',properties:{Name: '2', Address: '3515 ROCHAMBEAU AVENUE, BEDFORD PARK/NORWOOD', Month: '2', Price: '30075'}, geometry: { type: 'Point', coordinates:[-73.87916757, 40.88207882]} },
{type: 'Feature',properties:{Name: '2', Address: '3573 DEKALB AVENUE, BEDFORD PARK/NORWOOD', Month: '11', Price: '37501'}, geometry: { type: 'Point', coordinates:[-73.87892492, 40.88425785]} },
{type: 'Feature',properties:{Name: '2', Address: '1 EAST 213 STREET, BEDFORD PARK/NORWOOD', Month: '5', Price: '16280'}, geometry: { type: 'Point', coordinates:[-73.87922704, 40.88517215]} },
{type: 'Feature',properties:{Name: '2', Address: '3179 ROCHAMBEAU AVE, BEDFORD PARK/NORWOOD', Month: '8', Price: '3780'}, geometry: { type: 'Point', coordinates:[-73.88051031, 40.87544081]} },
{type: 'Feature',properties:{Name: '2', Address: '312 EAST 206 STREET, BEDFORD PARK/NORWOOD', Month: '1', Price: '63000'}, geometry: { type: 'Point', coordinates:[-73.87788616, 40.87486991]} },
{type: 'Feature',properties:{Name: '2', Address: '3210 BAINBRIDGE AVE, BEDFORD PARK/NORWOOD', Month: '11', Price: '5625'}, geometry: { type: 'Point', coordinates:[-73.87959438, 40.8760382]} },
{type: 'Feature',properties:{Name: '2', Address: '282 EAST GUN HILL ROAD, BEDFORD PARK/NORWOOD', Month: '12', Price: '55000'}, geometry: { type: 'Point', coordinates:[-73.87493076, 40.87933785]} },
{type: 'Feature',properties:{Name: '2', Address: '3210 PERRY AVENUE, BEDFORD PARK/NORWOOD', Month: '4', Price: '57500'}, geometry: { type: 'Point', coordinates:[-73.87690615, 40.87492102]} },
{type: 'Feature',properties:{Name: '2', Address: '3220 PERRY AVENUE, BEDFORD PARK/NORWOOD', Month: '7', Price: '25250'}, geometry: { type: 'Point', coordinates:[-73.87655452, 40.87539547]} },
{type: 'Feature',properties:{Name: '2', Address: '315 EAST 209 STREET, BEDFORD PARK/NORWOOD', Month: '3', Price: '18450'}, geometry: { type: 'Point', coordinates:[-73.87485205, 40.87697184]} },
{type: 'Feature',properties:{Name: '2', Address: '3283 DECATUR AVENUE, BEDFORD PARK/NORWOOD', Month: '2', Price: '8000'}, geometry: { type: 'Point', coordinates:[-73.87404771, 40.8758923]} },
{type: 'Feature',properties:{Name: '2', Address: '3346 HULL AVENUE, BEDFORD PARK/NORWOOD', Month: '12', Price: '49000'}, geometry: { type: 'Point', coordinates:[-73.87381629, 40.87779686]} },
{type: 'Feature',properties:{Name: '2', Address: '3345 DECATUR AVENUE, BEDFORD PARK/NORWOOD', Month: '3', Price: '14175'}, geometry: { type: 'Point', coordinates:[-73.87294527, 40.87755712]} },
{type: 'Feature',properties:{Name: '2', Address: '3343 DECATUR AVENUE, BEDFORD PARK/NORWOOD', Month: '10', Price: '14175'}, geometry: { type: 'Point', coordinates:[-73.87295252, 40.8775434]} },
{type: 'Feature',properties:{Name: '2', Address: '285 EAST 199TH STREET, BEDFORD PARK/NORWOOD', Month: '5', Price: '28666'}, geometry: { type: 'Point', coordinates:[-73.8865912, 40.86976817]} },
{type: 'Feature',properties:{Name: '2', Address: '3467 DEKALB AVENUE, BEDFORD PARK/NORWOOD', Month: '7', Price: '55680'}, geometry: { type: 'Point', coordinates:[-73.88101255, 40.88171295]} },
{type: 'Feature',properties:{Name: '2', Address: '3050 PERRY AVENUE, BEDFORD PARK/NORWOOD', Month: '4', Price: '36810'}, geometry: { type: 'Point', coordinates:[-73.87988299, 40.87241001]} },
{type: 'Feature',properties:{Name: '2', Address: '3191 ROCHAMBEAU AVENUE, BEDFORD PARK/NORWOOD', Month: '8', Price: '75610'}, geometry: { type: 'Point', coordinates:[-73.88059601, 40.87604473]} },
{type: 'Feature',properties:{Name: '2', Address: '3191 ROCHAMBEAU AVENUE, BEDFORD PARK/NORWOOD', Month: '9', Price: '75610'}, geometry: { type: 'Point', coordinates:[-73.88059601, 40.87604473]} },
{type: 'Feature',properties:{Name: '2', Address: '3235 PARKSIDE PLACE, BEDFORD PARK/NORWOOD', Month: '11', Price: '63340'}, geometry: { type: 'Point', coordinates:[-73.87401048, 40.87454736]} },
{type: 'Feature',properties:{Name: '2', Address: '3273 PARKSIDE PLACE, BEDFORD PARK/NORWOOD', Month: '6', Price: '38760'}, geometry: { type: 'Point', coordinates:[-73.87336515, 40.87544142]} },
{type: 'Feature',properties:{Name: '2', Address: '3366 DECATUR AVENUE, BEDFORD PARK/NORWOOD', Month: '3', Price: '64000'}, geometry: { type: 'Point', coordinates:[-73.87288356, 40.87768056]} },
{type: 'Feature',properties:{Name: '2', Address: '91 EAST 208TH, 1B, BEDFORD PARK/NORWOOD', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88172327, 40.87859845]} },
{type: 'Feature',properties:{Name: '2', Address: '91 EAST 208TH, 2E, BEDFORD PARK/NORWOOD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88172327, 40.87859845]} },
{type: 'Feature',properties:{Name: '2', Address: '91 E 208TH, BEDFORD PARK/NORWOOD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88172327, 40.87859845]} },
{type: 'Feature',properties:{Name: '2', Address: '91 EAST 208TH, 1K, BEDFORD PARK/NORWOOD', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88172327, 40.87859845]} },
{type: 'Feature',properties:{Name: '2', Address: '91 EAST 208TH STREET, 2F, BEDFORD PARK/NORWOOD', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88172327, 40.87859845]} },
{type: 'Feature',properties:{Name: '2', Address: '91 E 208TH ST, 4A, BEDFORD PARK/NORWOOD', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88172327, 40.87859845]} },
{type: 'Feature',properties:{Name: '2', Address: '91 EAST 208TH STREET, 4B, BEDFORD PARK/NORWOOD', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88172327, 40.87859845]} },
{type: 'Feature',properties:{Name: '2', Address: '3279 HULL AVE, 3, BEDFORD PARK/NORWOOD', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87490414, 40.8761924]} },
{type: 'Feature',properties:{Name: '2', Address: '3281 HULL AVENUE, 18, BEDFORD PARK/NORWOOD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87487876, 40.87622806]} },
{type: 'Feature',properties:{Name: '2', Address: '3279 HULL AVENUE, 12, BEDFORD PARK/NORWOOD', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87490414, 40.8761924]} },
{type: 'Feature',properties:{Name: '2', Address: '333-35 EAST 209 STREET, 6, BEDFORD PARK/NORWOOD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87427756, 40.87672419]} },
{type: 'Feature',properties:{Name: '2', Address: '325 EAST 201 STREET, 4B, BEDFORD PARK/NORWOOD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88312989, 40.87040423]} },
{type: 'Feature',properties:{Name: '2', Address: '325 EAST 201ST STREET, 1E, BEDFORD PARK/NORWOOD', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88312989, 40.87040423]} },
{type: 'Feature',properties:{Name: '2', Address: '325 EAST 201ST STREET, 1G, BEDFORD PARK/NORWOOD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88312989, 40.87040423]} },
{type: 'Feature',properties:{Name: '2', Address: '2866 MARION AVENUE, 3H, BEDFORD PARK/NORWOOD', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88512557, 40.86841633]} },
{type: 'Feature',properties:{Name: '2', Address: '2661-63 MARION AVENUE, 5B, BEDFORD PARK/NORWOOD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89060552, 40.86480414]} },
{type: 'Feature',properties:{Name: '2', Address: '2661 MARION AVENUE, 4F, BEDFORD PARK/NORWOOD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89060552, 40.86480414]} },
{type: 'Feature',properties:{Name: '2', Address: '306 EAST MOSHOLU PARKWAY, 4-B, BEDFORD PARK/NORWOOD', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88263605, 40.87159767]} },
{type: 'Feature',properties:{Name: '2', Address: '306 EAST MOSHOLU PARKWAY, 2D, BEDFORD PARK/NORWOOD', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88263605, 40.87159767]} },
{type: 'Feature',properties:{Name: '2', Address: '306 E. MOSHOLU PARKWAY S, 1F, BEDFORD PARK/NORWOOD', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88238262, 40.87178131]} },
{type: 'Feature',properties:{Name: '2', Address: '306 E MOSHOLU PARKWAY S, 3J, BEDFORD PARK/NORWOOD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88238262, 40.87178131]} },
{type: 'Feature',properties:{Name: '2', Address: '306 E MOSHOLU PARKWAY SO, 1C, BEDFORD PARK/NORWOOD', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88238262, 40.87178131]} },
{type: 'Feature',properties:{Name: '2', Address: '3131 GRAND CONCOURSE, 2K, BEDFORD PARK/NORWOOD', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88630363, 40.87512828]} },
{type: 'Feature',properties:{Name: '2', Address: '3131 GRAND CONCOURSE, 2H, BEDFORD PARK/NORWOOD', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88630363, 40.87512828]} },
{type: 'Feature',properties:{Name: '2', Address: '3131 GRAND CONCOURSE, 6G, BEDFORD PARK/NORWOOD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88630363, 40.87512828]} },
{type: 'Feature',properties:{Name: '2', Address: '3131 GRAND CONCOURSE, 8A, BEDFORD PARK/NORWOOD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88630363, 40.87512828]} },
{type: 'Feature',properties:{Name: '2', Address: '3131 GRAND CONCOURSE, 11B, BEDFORD PARK/NORWOOD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88630363, 40.87512828]} },
{type: 'Feature',properties:{Name: '2', Address: '3131 GRAND CONCOURSE, 12C, BEDFORD PARK/NORWOOD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88630363, 40.87512828]} },
{type: 'Feature',properties:{Name: '2', Address: '3131 GRAND CONCOURSE, 4-H, BEDFORD PARK/NORWOOD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88630363, 40.87512828]} },
{type: 'Feature',properties:{Name: '2', Address: '3201 GRAND CONCOURSE, 4C, BEDFORD PARK/NORWOOD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88554492, 40.87685668]} },
{type: 'Feature',properties:{Name: '2', Address: '3201 GRAND CONCOURSE, 2G, BEDFORD PARK/NORWOOD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88554492, 40.87685668]} },
{type: 'Feature',properties:{Name: '2', Address: '190 EAST MOSHOLU PARKWAY, 5F, BEDFORD PARK/NORWOOD', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88375948, 40.87427763]} },
{type: 'Feature',properties:{Name: '2', Address: '190 E MOSHOLU PARKWAY S, 6J, BEDFORD PARK/NORWOOD', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88342698, 40.87418398]} },
{type: 'Feature',properties:{Name: '2', Address: '3184 GRAND CONCOURSE, 6D, BEDFORD PARK/NORWOOD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88568658, 40.87648903]} },
{type: 'Feature',properties:{Name: '2', Address: '3184 GRAND CONCOURSE, 4H, BEDFORD PARK/NORWOOD', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88568658, 40.87648903]} },
{type: 'Feature',properties:{Name: '2', Address: '2685 CRESTON AVENUE, 3J, BEDFORD PARK/NORWOOD', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89484219, 40.86744848]} },
{type: 'Feature',properties:{Name: '2', Address: '3245 PERRY AVENUE, 6F, BEDFORD PARK/NORWOOD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87630433, 40.87576574]} },
{type: 'Feature',properties:{Name: '2', Address: '3400 WAYNE AVENUE, E14, BEDFORD PARK/NORWOOD', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87796066, 40.87959361]} },
{type: 'Feature',properties:{Name: '2', Address: '3400 WAYNE AVENUE, B61, BEDFORD PARK/NORWOOD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87796066, 40.87959361]} },
{type: 'Feature',properties:{Name: '2', Address: '3398 WAYNE AVENUE, C32, BEDFORD PARK/NORWOOD', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87797195, 40.87935208]} },
{type: 'Feature',properties:{Name: '2', Address: '3390 WAYNE AVENUE, G-52, BEDFORD PARK/NORWOOD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87780958, 40.87915704]} },
{type: 'Feature',properties:{Name: '2', Address: '3390 WAYNE AVENUE, G11, BEDFORD PARK/NORWOOD', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87780958, 40.87915704]} },
{type: 'Feature',properties:{Name: '2', Address: '3520 TRYON AVENUE, 104, BEDFORD PARK/NORWOOD', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87661696, 40.8807175]} },
{type: 'Feature',properties:{Name: '2', Address: '3535 KINGS COLLEGE PLACE, 1A, BEDFORD PARK/NORWOOD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87572401, 40.88057656]} },
{type: 'Feature',properties:{Name: '2', Address: '3555 KINGS COLLEGE PLACE, 2L, BEDFORD PARK/NORWOOD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87563674, 40.88083447]} },
{type: 'Feature',properties:{Name: '2', Address: '3535 KINGS COLLEGE PL, 3G, BEDFORD PARK/NORWOOD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87572401, 40.88057656]} },
{type: 'Feature',properties:{Name: '2', Address: '3176 DECATUR AVENUE, 2H, BEDFORD PARK/NORWOOD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87625879, 40.87303197]} },
{type: 'Feature',properties:{Name: '2', Address: '3176 DECATUR AVENUE, L2, BEDFORD PARK/NORWOOD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87625879, 40.87303197]} },
{type: 'Feature',properties:{Name: '2', Address: '2630 DECATUR AVE, BEDFORD PARK/NORWOOD', Month: '7', Price: '4200'}, geometry: { type: 'Point', coordinates:[-73.8899349, 40.86368916]} },
{type: 'Feature',properties:{Name: '2', Address: '2630 DECATUR AVE, BEDFORD PARK/NORWOOD', Month: '11', Price: '4200'}, geometry: { type: 'Point', coordinates:[-73.8899349, 40.86368916]} },
{type: 'Feature',properties:{Name: '2', Address: '2650 BRIGGS AVENUE, BEDFORD PARK/NORWOOD', Month: '12', Price: '10000'}, geometry: { type: 'Point', coordinates:[-73.89237598, 40.86547277]} },
{type: 'Feature',properties:{Name: '2', Address: '2650 BRIGGS AVENUE, BEDFORD PARK/NORWOOD', Month: '10', Price: '10000'}, geometry: { type: 'Point', coordinates:[-73.89237598, 40.86547277]} },
{type: 'Feature',properties:{Name: '2', Address: '169 EAST 205TH STREET, BEDFORD PARK/NORWOOD', Month: '7', Price: '3402'}, geometry: { type: 'Point', coordinates:[-73.88535235, 40.87529202]} },
{type: 'Feature',properties:{Name: '2', Address: '3130 GRAND CONCOURSE, 1T, BEDFORD PARK/NORWOOD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88628556, 40.87512277]} },
{type: 'Feature',properties:{Name: '2', Address: '18 VAN CORTLANDT AVE E, BEDFORD PARK/NORWOOD', Month: '7', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.88742488, 40.87708085]} },
{type: 'Feature',properties:{Name: '2', Address: '3515 JEROME AVENUE, BEDFORD PARK/NORWOOD', Month: '3', Price: '9600'}, geometry: { type: 'Point', coordinates:[-73.8818543, 40.88219414]} },
{type: 'Feature',properties:{Name: '2', Address: '3488 JEROME AVENUE, BEDFORD PARK/NORWOOD', Month: '8', Price: '12000'}, geometry: { type: 'Point', coordinates:[-73.88172758, 40.88227635]} },
{type: 'Feature',properties:{Name: '2', Address: '315 EAST 204TH STREET, BEDFORD PARK/NORWOOD', Month: '11', Price: '2262'}, geometry: { type: 'Point', coordinates:[-73.87832396, 40.87274323]} },
{type: 'Feature',properties:{Name: '2', Address: '313 EAST 204TH STREET, BEDFORD PARK/NORWOOD', Month: '10', Price: '12187'}, geometry: { type: 'Point', coordinates:[-73.87835645, 40.8727762]} },
{type: 'Feature',properties:{Name: '2', Address: '311 EAST 204TH STREET, BEDFORD PARK/NORWOOD', Month: '2', Price: '2210'}, geometry: { type: 'Point', coordinates:[-73.87838531, 40.87280917]} },
{type: 'Feature',properties:{Name: '2', Address: '307-309 EAST 204TH STREET, BEDFORD PARK/NORWOOD', Month: '1', Price: '4940'}, geometry: { type: 'Point', coordinates:[-73.87844666, 40.87287511]} },
{type: 'Feature',properties:{Name: '2', Address: '360 E. GUNHILL ROAD, BEDFORD PARK/NORWOOD', Month: '1', Price: '17000'}, geometry: { type: 'Point', coordinates:[-73.8723717, 40.87871749]} },
{type: 'Feature',properties:{Name: '2', Address: '2669 WEBSTER AVENUE, BEDFORD PARK/NORWOOD', Month: '4', Price: '5000'}, geometry: { type: 'Point', coordinates:[-73.88866575, 40.86379224]} },
{type: 'Feature',properties:{Name: '2', Address: '150 VAN CORTLANDT AVE E, BEDFORD PARK/NORWOOD', Month: '10', Price: '2250'}, geometry: { type: 'Point', coordinates:[-73.88472723, 40.87711936]} },
{type: 'Feature',properties:{Name: '2', Address: '3114 JEROME AVE, BEDFORD PARK/NORWOOD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88866881, 40.87492199]} },
{type: 'Feature',properties:{Name: '2', Address: '3114 JEROME AVENUE, BEDFORD PARK/NORWOOD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88866881, 40.87492199]} },
{type: 'Feature',properties:{Name: '2', Address: '3116 JEROME AVE, BEDFORD PARK/NORWOOD', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88849823, 40.87529784]} },
{type: 'Feature',properties:{Name: '2', Address: '3116 JEROME AVENUE, BEDFORD PARK/NORWOOD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88849823, 40.87529784]} },
{type: 'Feature',properties:{Name: '2', Address: '2755 WEBSTER AVENUE, BEDFORD PARK/NORWOOD', Month: '10', Price: '5700'}, geometry: { type: 'Point', coordinates:[-73.88653326, 40.8655797]} },
{type: 'Feature',properties:{Name: '2', Address: '3300 KOSSUTH AVENUE, BEDFORD PARK/NORWOOD', Month: '7', Price: '10340'}, geometry: { type: 'Point', coordinates:[-73.88201128, 40.8793206]} },
{type: 'Feature',properties:{Name: '2', Address: '2885 MARION AVE, BEDFORD PARK/NORWOOD', Month: '4', Price: '59520'}, geometry: { type: 'Point', coordinates:[-73.88506038, 40.86848214]} },
{type: 'Feature',properties:{Name: '2', Address: '2703 DECATUR AVENUE, BEDFORD PARK/NORWOOD', Month: '6', Price: '3270'}, geometry: { type: 'Point', coordinates:[-73.88874342, 40.86490391]} },
{type: 'Feature',properties:{Name: '2', Address: '2703 DECATUR AVENUE, BEDFORD PARK/NORWOOD', Month: '2', Price: '3270'}, geometry: { type: 'Point', coordinates:[-73.88874342, 40.86490391]} },
{type: 'Feature',properties:{Name: '2', Address: '2810 BAINBRIDGE AVENUE, BEDFORD PARK/NORWOOD', Month: '7', Price: '66080'}, geometry: { type: 'Point', coordinates:[-73.88859311, 40.86830445]} },
{type: 'Feature',properties:{Name: '2', Address: '2810 BAINBRIDGE AVENUE, BEDFORD PARK/NORWOOD', Month: '4', Price: '66080'}, geometry: { type: 'Point', coordinates:[-73.88859311, 40.86830445]} },
{type: 'Feature',properties:{Name: '2', Address: '2848 BAINBRIDGE AVENUE, BEDFORD PARK/NORWOOD', Month: '10', Price: '66080'}, geometry: { type: 'Point', coordinates:[-73.88774258, 40.86881688]} },
{type: 'Feature',properties:{Name: '2', Address: '2832 VALENTINE AVENUE, BEDFORD PARK/NORWOOD', Month: '3', Price: '2310'}, geometry: { type: 'Point', coordinates:[-73.89024408, 40.86912395]} },
{type: 'Feature',properties:{Name: '2', Address: '3231 STEUBEN AVENUE, BEDFORD PARK/NORWOOD', Month: '12', Price: '10440'}, geometry: { type: 'Point', coordinates:[-73.88171086, 40.87744293]} },
{type: 'Feature',properties:{Name: '2', Address: '3130 GRAND CONCOURSE, BEDFORD PARK/NORWOOD', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88628556, 40.87512277]} },
{type: 'Feature',properties:{Name: '2', Address: '3130 GRAND CONCOURSE, BEDFORD PARK/NORWOOD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88628556, 40.87512277]} },
{type: 'Feature',properties:{Name: '2', Address: '3130 GRAND CONCOURSE, BEDFORD PARK/NORWOOD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88628556, 40.87512277]} },
{type: 'Feature',properties:{Name: '2', Address: '2463 HOFFMAN STREET, BELMONT', Month: '11', Price: '1324'}, geometry: { type: 'Point', coordinates:[-73.88720867, 40.85745605]} },
{type: 'Feature',properties:{Name: '2', Address: '2451 HOFFMAN STREET, BELMONT', Month: '12', Price: '1328'}, geometry: { type: 'Point', coordinates:[-73.88735717, 40.85728328]} },
{type: 'Feature',properties:{Name: '2', Address: '2449 HOFFMAN STREET, BELMONT', Month: '4', Price: '1324'}, geometry: { type: 'Point', coordinates:[-73.88738253, 40.85725311]} },
{type: 'Feature',properties:{Name: '2', Address: '2461 HUGHES AVENUE, BELMONT', Month: '12', Price: '1428'}, geometry: { type: 'Point', coordinates:[-73.88583671, 40.85644191]} },
{type: 'Feature',properties:{Name: '2', Address: '2461 HUGHES AVENUE, BELMONT', Month: '4', Price: '1428'}, geometry: { type: 'Point', coordinates:[-73.88583671, 40.85644191]} },
{type: 'Feature',properties:{Name: '2', Address: '593 EAST 191ST STREET, BELMONT', Month: '11', Price: '1187'}, geometry: { type: 'Point', coordinates:[-73.88457788, 40.85900421]} },
{type: 'Feature',properties:{Name: '2', Address: '2383 HOFFMAN STREET, BELMONT', Month: '1', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.88889285, 40.85553365]} },
{type: 'Feature',properties:{Name: '2', Address: '2412 LORILLARD PLACE, BELMONT', Month: '5', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.88889804, 40.85675505]} },
{type: 'Feature',properties:{Name: '2', Address: '2419 BATHGATE AVENUE, BELMONT', Month: '4', Price: '3126'}, geometry: { type: 'Point', coordinates:[-73.88953706, 40.85724971]} },
{type: 'Feature',properties:{Name: '2', Address: '2442 LORILLARD PLACE, BELMONT', Month: '7', Price: '2288'}, geometry: { type: 'Point', coordinates:[-73.88824246, 40.85751195]} },
{type: 'Feature',properties:{Name: '2', Address: '2448 LORILLARD PLACE, BELMONT', Month: '8', Price: '2256'}, geometry: { type: 'Point', coordinates:[-73.88815916, 40.85760519]} },
{type: 'Feature',properties:{Name: '2', Address: '2457 HOFFMAN STREET, BELMONT', Month: '5', Price: '1376'}, geometry: { type: 'Point', coordinates:[-73.88728111, 40.85737104]} },
{type: 'Feature',properties:{Name: '2', Address: '2497 ARTHUR AVE, BELMONT', Month: '2', Price: '1728'}, geometry: { type: 'Point', coordinates:[-73.88546161, 40.85804719]} },
{type: 'Feature',properties:{Name: '2', Address: '637 EAST 182ND STREET, BELMONT', Month: '12', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.88902972, 40.85149906]} },
{type: 'Feature',properties:{Name: '2', Address: '2340 HUGHES AVE, BELMONT', Month: '3', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.88785433, 40.85401208]} },
{type: 'Feature',properties:{Name: '2', Address: '625 CRESCENT AVENUE, BELMONT', Month: '11', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.88737025, 40.8538332]} },
{type: 'Feature',properties:{Name: '2', Address: '2400 BELMONT AVENUE, BELMONT', Month: '1', Price: '3700'}, geometry: { type: 'Point', coordinates:[-73.88606331, 40.85499842]} },
{type: 'Feature',properties:{Name: '2', Address: '2459 CAMBRELENG AVENUE, BELMONT', Month: '12', Price: '2610'}, geometry: { type: 'Point', coordinates:[-73.88408768, 40.85609982]} },
{type: 'Feature',properties:{Name: '2', Address: '2416 HUGHES AVE, BELMONT', Month: '11', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.88657208, 40.85553962]} },
{type: 'Feature',properties:{Name: '2', Address: '2416 HUGHES AVE, BELMONT', Month: '5', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.88657208, 40.85553962]} },
{type: 'Feature',properties:{Name: '2', Address: '2461 BELMONT AVENUE, BELMONT', Month: '5', Price: '1752'}, geometry: { type: 'Point', coordinates:[-73.88512509, 40.85613654]} },
{type: 'Feature',properties:{Name: '2', Address: '2309 CAMBRELENG AVENUE, BELMONT', Month: '2', Price: '2209'}, geometry: { type: 'Point', coordinates:[-73.88602337, 40.85298925]} },
{type: 'Feature',properties:{Name: '2', Address: '691 EAST 183 STREET, BELMONT', Month: '8', Price: '1880'}, geometry: { type: 'Point', coordinates:[-73.88592727, 40.85211909]} },
{type: 'Feature',properties:{Name: '2', Address: '2508 BELMONT AVENUE, BELMONT', Month: '12', Price: '1392'}, geometry: { type: 'Point', coordinates:[-73.88402031, 40.85741721]} },
{type: 'Feature',properties:{Name: '2', Address: '2306 PROSPECT AVE, BELMONT', Month: '11', Price: '2358'}, geometry: { type: 'Point', coordinates:[-73.883578, 40.8519548]} },
{type: 'Feature',properties:{Name: '2', Address: '2354 PROSPECT AVENUE, BELMONT', Month: '2', Price: '3090'}, geometry: { type: 'Point', coordinates:[-73.8830593, 40.85297805]} },
{type: 'Feature',properties:{Name: '2', Address: '2348 LORILLARD PLACE, BELMONT', Month: '1', Price: '3048'}, geometry: { type: 'Point', coordinates:[-73.89012578, 40.85538113]} },
{type: 'Feature',properties:{Name: '2', Address: '521 EAST 187TH STREET, BELMONT', Month: '9', Price: '3312'}, geometry: { type: 'Point', coordinates:[-73.8903255, 40.85702539]} },
{type: 'Feature',properties:{Name: '2', Address: '2458 LORILLARD PLACE, BELMONT', Month: '10', Price: '2616'}, geometry: { type: 'Point', coordinates:[-73.88802152, 40.85776425]} },
{type: 'Feature',properties:{Name: '2', Address: '2503 BELMONT AVENUE, BELMONT', Month: '3', Price: '2244'}, geometry: { type: 'Point', coordinates:[-73.88411807, 40.85732948]} },
{type: 'Feature',properties:{Name: '2', Address: '2311 CAMBRELENG AVE, BELMONT', Month: '6', Price: '1788'}, geometry: { type: 'Point', coordinates:[-73.88599799, 40.85303589]} },
{type: 'Feature',properties:{Name: '2', Address: '2310 CAMBRELENG AVENUE, BELMONT', Month: '1', Price: '3531'}, geometry: { type: 'Point', coordinates:[-73.88599444, 40.8530002]} },
{type: 'Feature',properties:{Name: '2', Address: '2415 BEAUMONT, BELMONT', Month: '2', Price: '2209'}, geometry: { type: 'Point', coordinates:[-73.88426024, 40.85456845]} },
{type: 'Feature',properties:{Name: '2', Address: '2413 BEAUMONT, BELMONT', Month: '9', Price: '2209'}, geometry: { type: 'Point', coordinates:[-73.884282, 40.8545273]} },
{type: 'Feature',properties:{Name: '2', Address: '2344 CROTONA AVENUE, BELMONT', Month: '10', Price: '3252'}, geometry: { type: 'Point', coordinates:[-73.88416205, 40.85283095]} },
{type: 'Feature',properties:{Name: '2', Address: '2297 CROTONA AVE, BELMONT', Month: '1', Price: '3387'}, geometry: { type: 'Point', coordinates:[-73.88452106, 40.85216709]} },
{type: 'Feature',properties:{Name: '2', Address: '2444 PROSPECT AVENUE, BELMONT', Month: '2', Price: '1888'}, geometry: { type: 'Point', coordinates:[-73.88228311, 40.85446489]} },
{type: 'Feature',properties:{Name: '2', Address: '2230 ADAMS PLACE, BELMONT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88927064, 40.85225683]} },
{type: 'Feature',properties:{Name: '2', Address: '2366 LORILLARD PLACE, BELMONT', Month: '6', Price: '22000'}, geometry: { type: 'Point', coordinates:[-73.88985778, 40.85568004]} },
{type: 'Feature',properties:{Name: '2', Address: '566 EAST 187TH STREET, BELMONT', Month: '11', Price: '19378'}, geometry: { type: 'Point', coordinates:[-73.88862439, 40.85610703]} },
{type: 'Feature',properties:{Name: '2', Address: '2406 LORILLARD PLACE, BELMONT', Month: '12', Price: '19200'}, geometry: { type: 'Point', coordinates:[-73.88898859, 40.85665083]} },
{type: 'Feature',properties:{Name: '2', Address: '2376 HOFFMAN STREET, BELMONT', Month: '3', Price: '8188'}, geometry: { type: 'Point', coordinates:[-73.88894723, 40.85544038]} },
{type: 'Feature',properties:{Name: '2', Address: '2378 HOFFMAN STREET, BELMONT', Month: '9', Price: '8188'}, geometry: { type: 'Point', coordinates:[-73.88892188, 40.8554678]} },
{type: 'Feature',properties:{Name: '2', Address: '2384 HOFFMAN STREET, BELMONT', Month: '8', Price: '8188'}, geometry: { type: 'Point', coordinates:[-73.88884944, 40.85555007]} },
{type: 'Feature',properties:{Name: '2', Address: '2386 HOFFMAN STREET, BELMONT', Month: '4', Price: '8188'}, geometry: { type: 'Point', coordinates:[-73.88882409, 40.85558024]} },
{type: 'Feature',properties:{Name: '2', Address: '2390 HOFFMAN STREET, BELMONT', Month: '4', Price: '13650'}, geometry: { type: 'Point', coordinates:[-73.888777, 40.85563509]} },
{type: 'Feature',properties:{Name: '2', Address: '576 EAST 187 STREET, BELMONT', Month: '10', Price: '13600'}, geometry: { type: 'Point', coordinates:[-73.88819098, 40.85587606]} },
{type: 'Feature',properties:{Name: '2', Address: '2373 ARTHUR AVENUE, BELMONT', Month: '9', Price: '3840'}, geometry: { type: 'Point', coordinates:[-73.88799715, 40.85506069]} },
{type: 'Feature',properties:{Name: '2', Address: '2509 HOFFMAN STREET, BELMONT', Month: '6', Price: '17812'}, geometry: { type: 'Point', coordinates:[-73.88614019, 40.85865444]} },
{type: 'Feature',properties:{Name: '2', Address: '2505 HOFFMAN STREET, BELMONT', Month: '11', Price: '17812'}, geometry: { type: 'Point', coordinates:[-73.88622712, 40.85855846]} },
{type: 'Feature',properties:{Name: '2', Address: '2367 HUGHES AVENUE, BELMONT', Month: '11', Price: '14160'}, geometry: { type: 'Point', coordinates:[-73.88727473, 40.85473886]} },
{type: 'Feature',properties:{Name: '2', Address: '632 EAST 186 STREET, BELMONT', Month: '12', Price: '18600'}, geometry: { type: 'Point', coordinates:[-73.88695764, 40.85413746]} },
{type: 'Feature',properties:{Name: '2', Address: '633 EAST 186TH STREET, BELMONT', Month: '4', Price: '19725'}, geometry: { type: 'Point', coordinates:[-73.8870154, 40.85418417]} },
{type: 'Feature',properties:{Name: '2', Address: '667 EAST 187TH STREET, BELMONT', Month: '5', Price: '17000'}, geometry: { type: 'Point', coordinates:[-73.88575661, 40.85467149]} },
{type: 'Feature',properties:{Name: '2', Address: '615 EAST 189 STREET, BELMONT', Month: '10', Price: '14000'}, geometry: { type: 'Point', coordinates:[-73.88553186, 40.85713876]} },
{type: 'Feature',properties:{Name: '2', Address: '2310 HUGHES AVE, BELMONT', Month: '10', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.8876998, 40.85347122]} },
{type: 'Feature',properties:{Name: '2', Address: '2418 CAMBRELENG AVENUE, BELMONT', Month: '5', Price: '6448'}, geometry: { type: 'Point', coordinates:[-73.88500419, 40.85497815]} },
{type: 'Feature',properties:{Name: '2', Address: '2407 BEAUMONT AVENUE, BELMONT', Month: '4', Price: '9000'}, geometry: { type: 'Point', coordinates:[-73.88434004, 40.85440933]} },
{type: 'Feature',properties:{Name: '2', Address: '2483 CAMBRELENG AVENUE, BELMONT', Month: '7', Price: '20235'}, geometry: { type: 'Point', coordinates:[-73.88339217, 40.85691978]} },
{type: 'Feature',properties:{Name: '2', Address: '2472 CAMBRELENG AVENUE, BELMONT', Month: '3', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.88358784, 40.85665923]} },
{type: 'Feature',properties:{Name: '2', Address: '2476 CAMBRELENG AVENUE, BELMONT', Month: '11', Price: '12701'}, geometry: { type: 'Point', coordinates:[-73.88351176, 40.85674973]} },
{type: 'Feature',properties:{Name: '2', Address: '2357 CROTONA AVENUE, BELMONT', Month: '11', Price: '17000'}, geometry: { type: 'Point', coordinates:[-73.8841003, 40.8530038]} },
{type: 'Feature',properties:{Name: '2', Address: '2353 CROTONA AVENUE, BELMONT', Month: '5', Price: '17000'}, geometry: { type: 'Point', coordinates:[-73.8841257, 40.85294619]} },
{type: 'Feature',properties:{Name: '2', Address: '2307 CROTONA AVENUE, BELMONT', Month: '3', Price: '4500'}, geometry: { type: 'Point', coordinates:[-73.88445214, 40.852307]} },
{type: 'Feature',properties:{Name: '2', Address: '2305 CROTONA AVENUE, BELMONT', Month: '5', Price: '4500'}, geometry: { type: 'Point', coordinates:[-73.88446665, 40.85227957]} },
{type: 'Feature',properties:{Name: '2', Address: '711 EAST 183RD STREET, BELMONT', Month: '11', Price: '8640'}, geometry: { type: 'Point', coordinates:[-73.88519385, 40.85190427]} },
{type: 'Feature',properties:{Name: '2', Address: '2470 BEAUMONT AVENUE, BELMONT', Month: '4', Price: '9900'}, geometry: { type: 'Point', coordinates:[-73.8834266, 40.85583841]} },
{type: 'Feature',properties:{Name: '2', Address: '764 EAST 187TH STREET, BELMONT', Month: '2', Price: '6536'}, geometry: { type: 'Point', coordinates:[-73.88249795, 40.85357583]} },
{type: 'Feature',properties:{Name: '2', Address: '2408 PROSPECT AVENUE, BELMONT', Month: '7', Price: '11400'}, geometry: { type: 'Point', coordinates:[-73.88254423, 40.85397935]} },
{type: 'Feature',properties:{Name: '2', Address: '2381 BELMONT AVENUE, BELMONT', Month: '10', Price: '10784'}, geometry: { type: 'Point', coordinates:[-73.88659569, 40.85441157]} },
{type: 'Feature',properties:{Name: '2', Address: '2321 BEAUMONT AVENUE, BELMONT', Month: '1', Price: '5100'}, geometry: { type: 'Point', coordinates:[-73.88523597, 40.85263166]} },
{type: 'Feature',properties:{Name: '2', Address: '2321 BEAUMONT AVENUE, BELMONT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88523597, 40.85263166]} },
{type: 'Feature',properties:{Name: '2', Address: '2320 BEAUMONT AVENUE, BELMONT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88521791, 40.85262615]} },
{type: 'Feature',properties:{Name: '2', Address: '2320 BEAUMONT AVENUE, BELMONT', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88521791, 40.85262615]} },
{type: 'Feature',properties:{Name: '2', Address: '2324 BEAUMONT AVENUE, BELMONT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88518527, 40.8526865]} },
{type: 'Feature',properties:{Name: '2', Address: '2324 BEAUMONT AVENUE, BELMONT', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88518527, 40.8526865]} },
{type: 'Feature',properties:{Name: '2', Address: '2324 BEAUMONT AVENUE, BELMONT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88518527, 40.8526865]} },
{type: 'Feature',properties:{Name: '2', Address: '2320 BEAUMONT AVENUE, BELMONT', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88521791, 40.85262615]} },
{type: 'Feature',properties:{Name: '2', Address: '696 EAST FORDHAM ROAD, BELMONT', Month: '1', Price: '56500'}, geometry: { type: 'Point', coordinates:[-73.88230995, 40.85768446]} },
{type: 'Feature',properties:{Name: '2', Address: '2406 HOFFMAN STREET, BELMONT', Month: '3', Price: '5000'}, geometry: { type: 'Point', coordinates:[-73.88823736, 40.85624664]} },
{type: 'Feature',properties:{Name: '2', Address: '2365 CROTONA AVENUE, BELMONT', Month: '4', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.88404227, 40.85311353]} },
{type: 'Feature',properties:{Name: '2', Address: 'HOFFMAN STREET, BELMONT', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8883562, 40.85651299]} },
{type: 'Feature',properties:{Name: '2', Address: 'HOFFMAN STREET, BELMONT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8883562, 40.85651299]} },
{type: 'Feature',properties:{Name: '2', Address: '2449 CAMBRELENG AVE, BELMONT', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88427242, 40.85588043]} },
{type: 'Feature',properties:{Name: '2', Address: '2449 CAMBRELENG AVENUE, BELMONT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88427242, 40.85588043]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A CAMBRELENG AVENUE, BELMONT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88458693, 40.85587251]} },
{type: 'Feature',properties:{Name: '2', Address: 'CAMBRELENG AVENUE, BELMONT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88458693, 40.85587251]} },
{type: 'Feature',properties:{Name: '2', Address: '2330 CAMBRELENG AVENUE, BELMONT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88576955, 40.85345011]} },
{type: 'Feature',properties:{Name: '2', Address: '2414 CAMBRELENG AVENUE, BELMONT', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88506939, 40.85489862]} },
{type: 'Feature',properties:{Name: '2', Address: '4660 3 AVENUE, BELMONT', Month: '2', Price: '15615'}, geometry: { type: 'Point', coordinates:[-73.89109805, 40.85766838]} },
{type: 'Feature',properties:{Name: '2', Address: '697 EAST 183 STREET, BELMONT', Month: '1', Price: '600'}, geometry: { type: 'Point', coordinates:[-73.88572856, 40.85206125]} },
{type: 'Feature',properties:{Name: '2', Address: '2416 LORILLARD PLACE, BELMONT', Month: '6', Price: '7400'}, geometry: { type: 'Point', coordinates:[-73.88883647, 40.85682635]} },
{type: 'Feature',properties:{Name: '2', Address: '2374 BATHGATE AVENUE, BELMONT', Month: '2', Price: '2750'}, geometry: { type: 'Point', coordinates:[-73.89032667, 40.85631452]} },
{type: 'Feature',properties:{Name: '2', Address: 'DR KAZIMIROFF BLVD, BRONX PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88361849, 40.86599948]} },
{type: 'Feature',properties:{Name: '2', Address: '1817 UNIONPORT ROAD, BRONX PARK', Month: '6', Price: '4816'}, geometry: { type: 'Point', coordinates:[-73.86847117, 40.84515914]} },
{type: 'Feature',properties:{Name: '2', Address: '633 MORRIS PARK AVENUE, BRONX PARK', Month: '12', Price: '3898'}, geometry: { type: 'Point', coordinates:[-73.8684433, 40.84463212]} },
{type: 'Feature',properties:{Name: '2', Address: '1969 HUGHES AVENUE, BRONX-UNKNOWN', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89206728, 40.84627602]} },
{type: 'Feature',properties:{Name: '2', Address: '2547 CRUGER AVENUE, BRONXDALE', Month: '11', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.86639866, 40.86390035]} },
{type: 'Feature',properties:{Name: '2', Address: '2730 PAULDING AVE, BRONXDALE', Month: '10', Price: '570'}, geometry: { type: 'Point', coordinates:[-73.85864276, 40.86606765]} },
{type: 'Feature',properties:{Name: '2', Address: '2749 LACONIA AVENUE, BRONXDALE', Month: '4', Price: '1420'}, geometry: { type: 'Point', coordinates:[-73.85576827, 40.86615742]} },
{type: 'Feature',properties:{Name: '2', Address: '2713 LACONIA AVENUE, BRONXDALE', Month: '7', Price: '2070'}, geometry: { type: 'Point', coordinates:[-73.85577612, 40.86587198]} },
{type: 'Feature',properties:{Name: '2', Address: '2766 YATES AVENUE, BRONXDALE', Month: '6', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.85473036, 40.86627963]} },
{type: 'Feature',properties:{Name: '2', Address: '2750 PEARSALL AVE, BRONXDALE', Month: '4', Price: '1040'}, geometry: { type: 'Point', coordinates:[-73.85192154, 40.86610039]} },
{type: 'Feature',properties:{Name: '2', Address: '2756 BOUCK AVENUE, BRONXDALE', Month: '12', Price: '1620'}, geometry: { type: 'Point', coordinates:[-73.85003405, 40.86619677]} },
{type: 'Feature',properties:{Name: '2', Address: '2758 BOUCK AVENUE, BRONXDALE', Month: '4', Price: '1620'}, geometry: { type: 'Point', coordinates:[-73.85003401, 40.86621323]} },
{type: 'Feature',properties:{Name: '2', Address: '2719 SEYMOUR AVENUE, BRONXDALE', Month: '12', Price: '992'}, geometry: { type: 'Point', coordinates:[-73.84624247, 40.86574165]} },
{type: 'Feature',properties:{Name: '2', Address: '2758 FENTON, BRONXDALE', Month: '1', Price: '1368'}, geometry: { type: 'Point', coordinates:[-73.84432924, 40.86602178]} },
{type: 'Feature',properties:{Name: '2', Address: '2758 FENTON AVENUE, BRONXDALE', Month: '2', Price: '1368'}, geometry: { type: 'Point', coordinates:[-73.84432924, 40.86602178]} },
{type: 'Feature',properties:{Name: '2', Address: '2758 FENTON AVENUE, BRONXDALE', Month: '11', Price: '1368'}, geometry: { type: 'Point', coordinates:[-73.84432924, 40.86602178]} },
{type: 'Feature',properties:{Name: '2', Address: '1555 ALLERTON AVENUE, BRONXDALE', Month: '7', Price: '1024'}, geometry: { type: 'Point', coordinates:[-73.84142441, 40.86518344]} },
{type: 'Feature',properties:{Name: '2', Address: '2766 WOODHULL AVENUE, BRONXDALE', Month: '1', Price: '1314'}, geometry: { type: 'Point', coordinates:[-73.84161134, 40.86715439]} },
{type: 'Feature',properties:{Name: '2', Address: '2718 MICKLE AVENUE, BRONXDALE', Month: '1', Price: '2450'}, geometry: { type: 'Point', coordinates:[-73.84071447, 40.86573415]} },
{type: 'Feature',properties:{Name: '2', Address: '2746 MICKLE AVE, BRONXDALE', Month: '6', Price: '966'}, geometry: { type: 'Point', coordinates:[-73.84069922, 40.86606349]} },
{type: 'Feature',properties:{Name: '2', Address: '3022 BRONX PARK EAST, BRONXDALE', Month: '10', Price: '1140'}, geometry: { type: 'Point', coordinates:[-73.87053313, 40.87023708]} },
{type: 'Feature',properties:{Name: '2', Address: '3050 BARKER AVENUE, BRONXDALE', Month: '8', Price: '1421'}, geometry: { type: 'Point', coordinates:[-73.86932091, 40.87072702]} },
{type: 'Feature',properties:{Name: '2', Address: '3073 WILLIAMSBRIDGE ROAD, BRONXDALE', Month: '11', Price: '1328'}, geometry: { type: 'Point', coordinates:[-73.86607663, 40.86941682]} },
{type: 'Feature',properties:{Name: '2', Address: '3067 WILLIAMSBRIDGE ROAD, BRONXDALE', Month: '4', Price: '864'}, geometry: { type: 'Point', coordinates:[-73.8658996, 40.86935074]} },
{type: 'Feature',properties:{Name: '2', Address: '3057 WILLIAMSBRIDGE RD, BRONXDALE', Month: '2', Price: '881'}, geometry: { type: 'Point', coordinates:[-73.86560333, 40.86924335]} },
{type: 'Feature',properties:{Name: '2', Address: '2917 HOLLAND AVENUE, BRONXDALE', Month: '6', Price: '1496'}, geometry: { type: 'Point', coordinates:[-73.86531951, 40.86834825]} },
{type: 'Feature',properties:{Name: '2', Address: '2921 WALLACE AVENUE, BRONXDALE', Month: '11', Price: '2014'}, geometry: { type: 'Point', coordinates:[-73.86437559, 40.8684734]} },
{type: 'Feature',properties:{Name: '2', Address: '2919 RADCLIFF AVENUE, BRONXDALE', Month: '1', Price: '1288'}, geometry: { type: 'Point', coordinates:[-73.86047479, 40.86827113]} },
{type: 'Feature',properties:{Name: '2', Address: '2905 HONE AVENUE, BRONXDALE', Month: '12', Price: '1848'}, geometry: { type: 'Point', coordinates:[-73.85766603, 40.86801245]} },
{type: 'Feature',properties:{Name: '2', Address: '1055 ARNOW AVENUE, BRONXDALE', Month: '7', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.85740273, 40.86771844]} },
{type: 'Feature',properties:{Name: '2', Address: '2940 LURTING AVENUE, BRONXDALE', Month: '3', Price: '1782'}, geometry: { type: 'Point', coordinates:[-73.85668157, 40.86849155]} },
{type: 'Feature',properties:{Name: '2', Address: '2919 YATES AVENUE, BRONXDALE', Month: '8', Price: '1863'}, geometry: { type: 'Point', coordinates:[-73.85468285, 40.86816792]} },
{type: 'Feature',properties:{Name: '2', Address: '2944 YATES AVENUE, BRONXDALE', Month: '7', Price: '1728'}, geometry: { type: 'Point', coordinates:[-73.85464596, 40.86850547]} },
{type: 'Feature',properties:{Name: '2', Address: '2923 HERING, BRONXDALE', Month: '6', Price: '1632'}, geometry: { type: 'Point', coordinates:[-73.85374996, 40.86820242]} },
{type: 'Feature',properties:{Name: '2', Address: '2923 HERING AVENUE, BRONXDALE', Month: '7', Price: '1632'}, geometry: { type: 'Point', coordinates:[-73.85374996, 40.86820242]} },
{type: 'Feature',properties:{Name: '2', Address: '1170 ADEE AVENUE, BRONXDALE', Month: '8', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.85333142, 40.86944524]} },
{type: 'Feature',properties:{Name: '2', Address: '2914 TENBROECK AVE, BRONXDALE', Month: '1', Price: '722'}, geometry: { type: 'Point', coordinates:[-73.8527921, 40.86807769]} },
{type: 'Feature',properties:{Name: '2', Address: '2915 PEARSALL AVENUE, BRONXDALE', Month: '9', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.8518774, 40.8680628]} },
{type: 'Feature',properties:{Name: '2', Address: '1228 ADEE AVENUE, BRONXDALE', Month: '11', Price: '1728'}, geometry: { type: 'Point', coordinates:[-73.85161768, 40.86941286]} },
{type: 'Feature',properties:{Name: '2', Address: '2934 THROOP, BRONXDALE', Month: '12', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.85061777, 40.86868971]} },
{type: 'Feature',properties:{Name: '2', Address: '2921 BOUCK AVENUE, BRONXDALE', Month: '3', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.85000081, 40.86810703]} },
{type: 'Feature',properties:{Name: '2', Address: '2871 DEWITT PLACE, BRONXDALE', Month: '1', Price: '1536'}, geometry: { type: 'Point', coordinates:[-73.84737037, 40.86737075]} },
{type: 'Feature',properties:{Name: '2', Address: '2863 DEWITT PLACE, BRONXDALE', Month: '1', Price: '1536'}, geometry: { type: 'Point', coordinates:[-73.84739937, 40.86733785]} },
{type: 'Feature',properties:{Name: '2', Address: '2918 FENTON AVENUE, BRONXDALE', Month: '10', Price: '1596'}, geometry: { type: 'Point', coordinates:[-73.84426691, 40.8679375]} },
{type: 'Feature',properties:{Name: '2', Address: '3027 MATTHEWS AVENUE, BRONXDALE', Month: '12', Price: '1566'}, geometry: { type: 'Point', coordinates:[-73.86243767, 40.87020301]} },
{type: 'Feature',properties:{Name: '2', Address: '3011 HONE AVENUE, BRONXDALE', Month: '10', Price: '1074'}, geometry: { type: 'Point', coordinates:[-73.8576041, 40.86991993]} },
{type: 'Feature',properties:{Name: '2', Address: '3009 LACONIA AVE, BRONXDALE', Month: '9', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.85564466, 40.86980497]} },
{type: 'Feature',properties:{Name: '2', Address: '3011 YATES AVENUE, BRONXDALE', Month: '9', Price: '1336'}, geometry: { type: 'Point', coordinates:[-73.85462186, 40.86960332]} },
{type: 'Feature',properties:{Name: '2', Address: '2979 YOUNG AVENUE, BRONXDALE', Month: '7', Price: '1144'}, geometry: { type: 'Point', coordinates:[-73.84800622, 40.86916113]} },
{type: 'Feature',properties:{Name: '2', Address: '3049 YOUNG AVENUE, BRONXDALE', Month: '7', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.847971, 40.87033307]} },
{type: 'Feature',properties:{Name: '2', Address: '762 BARTHOLDI STREET, BRONXDALE', Month: '4', Price: '1632'}, geometry: { type: 'Point', coordinates:[-73.86456313, 40.87403163]} },
{type: 'Feature',properties:{Name: '2', Address: '812 CHESTNUT STREET, BRONXDALE', Month: '4', Price: '1560'}, geometry: { type: 'Point', coordinates:[-73.8623963, 40.87272259]} },
{type: 'Feature',properties:{Name: '2', Address: '3306 BARNES AVENUE, BRONXDALE', Month: '9', Price: '1392'}, geometry: { type: 'Point', coordinates:[-73.86299215, 40.87309109]} },
{type: 'Feature',properties:{Name: '2', Address: '3308 BARNES AVENUE, BRONXDALE', Month: '4', Price: '928'}, geometry: { type: 'Point', coordinates:[-73.86298486, 40.87311853]} },
{type: 'Feature',properties:{Name: '2', Address: '3230 COLDEN AVENUE, BRONXDALE', Month: '7', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.8593968, 40.87194772]} },
{type: 'Feature',properties:{Name: '2', Address: '1011 BURKE AVENUE, BRONXDALE', Month: '1', Price: '1008'}, geometry: { type: 'Point', coordinates:[-73.85820862, 40.87128754]} },
{type: 'Feature',properties:{Name: '2', Address: '3223 TENBROECK AVENUE, BRONXDALE', Month: '10', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.85270085, 40.87173351]} },
{type: 'Feature',properties:{Name: '2', Address: '3224 TENBROECK AVENUE, BRONXDALE', Month: '6', Price: '1420'}, geometry: { type: 'Point', coordinates:[-73.85267909, 40.87176093]} },
{type: 'Feature',properties:{Name: '2', Address: '3230 TENBROECK AVENUE, BRONXDALE', Month: '3', Price: '1420'}, geometry: { type: 'Point', coordinates:[-73.85267892, 40.87183778]} },
{type: 'Feature',properties:{Name: '2', Address: '3312 BARKER AVENUE, BRONXDALE', Month: '4', Price: '1094'}, geometry: { type: 'Point', coordinates:[-73.86926796, 40.87374887]} },
{type: 'Feature',properties:{Name: '2', Address: '3311 OLINVILLE AVENUE, BRONXDALE', Month: '10', Price: '2236'}, geometry: { type: 'Point', coordinates:[-73.86820139, 40.87369276]} },
{type: 'Feature',properties:{Name: '2', Address: '657A ROSEWOOD STREET, BRONXDALE', Month: '1', Price: '1860'}, geometry: { type: 'Point', coordinates:[-73.86895394, 40.87346306]} },
{type: 'Feature',properties:{Name: '2', Address: '3424 OLINVILLE AVENUE, BRONXDALE', Month: '1', Price: '3053'}, geometry: { type: 'Point', coordinates:[-73.86809905, 40.8760668]} },
{type: 'Feature',properties:{Name: '2', Address: '3371 CAPUCHIN WAY, BRONXDALE', Month: '9', Price: '928'}, geometry: { type: 'Point', coordinates:[-73.86381405, 40.87431895]} },
{type: 'Feature',properties:{Name: '2', Address: '929 DUNCAN STREET, BRONXDALE', Month: '7', Price: '1580'}, geometry: { type: 'Point', coordinates:[-73.86011029, 40.8731041]} },
{type: 'Feature',properties:{Name: '2', Address: '3365 RADCLIFF AVENUE, BRONXDALE', Month: '3', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.86028169, 40.87413357]} },
{type: 'Feature',properties:{Name: '2', Address: '937 DUNCAN ST, BRONXDALE', Month: '8', Price: '1620'}, geometry: { type: 'Point', coordinates:[-73.85999097, 40.87310396]} },
{type: 'Feature',properties:{Name: '2', Address: '1035 DUNCAN STREET, BRONXDALE', Month: '1', Price: '1810'}, geometry: { type: 'Point', coordinates:[-73.85782517, 40.87306289]} },
{type: 'Feature',properties:{Name: '2', Address: '1053 DUNCAN STREET, BRONXDALE', Month: '5', Price: '1620'}, geometry: { type: 'Point', coordinates:[-73.85727558, 40.87305397]} },
{type: 'Feature',properties:{Name: '2', Address: '1051 DUNCAN STREET, BRONXDALE', Month: '8', Price: '2052'}, geometry: { type: 'Point', coordinates:[-73.8573479, 40.87305406]} },
{type: 'Feature',properties:{Name: '2', Address: '3319 LURTING AVENUE, BRONXDALE', Month: '8', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.85655174, 40.87336323]} },
{type: 'Feature',properties:{Name: '2', Address: '2539 CRUGER AVENUE, BRONXDALE', Month: '8', Price: '2680'}, geometry: { type: 'Point', coordinates:[-73.8664024, 40.86383722]} },
{type: 'Feature',properties:{Name: '2', Address: '2749 CRUGER AVE, BRONXDALE', Month: '3', Price: '2860'}, geometry: { type: 'Point', coordinates:[-73.86632891, 40.86622503]} },
{type: 'Feature',properties:{Name: '2', Address: '2749 CRUGER AVENUE, BRONXDALE', Month: '7', Price: '2860'}, geometry: { type: 'Point', coordinates:[-73.86632891, 40.86622503]} },
{type: 'Feature',properties:{Name: '2', Address: '2749 CRUGER AVENUE, BRONXDALE', Month: '9', Price: '2860'}, geometry: { type: 'Point', coordinates:[-73.86632891, 40.86622503]} },
{type: 'Feature',properties:{Name: '2', Address: '2749 CRUGER AVENUE, BRONXDALE', Month: '2', Price: '2860'}, geometry: { type: 'Point', coordinates:[-73.86632891, 40.86622503]} },
{type: 'Feature',properties:{Name: '2', Address: '2714 CRUGER AVENUE, BRONXDALE', Month: '5', Price: '1690'}, geometry: { type: 'Point', coordinates:[-73.86631504, 40.86593133]} },
{type: 'Feature',properties:{Name: '2', Address: '2714 CRUGER AVENUE, BRONXDALE', Month: '4', Price: '1690'}, geometry: { type: 'Point', coordinates:[-73.86631504, 40.86593133]} },
{type: 'Feature',properties:{Name: '2', Address: '2728 CRUGER AVENUE, BRONXDALE', Month: '12', Price: '1690'}, geometry: { type: 'Point', coordinates:[-73.86631118, 40.86605209]} },
{type: 'Feature',properties:{Name: '2', Address: '2748 CRUGER AVENUE, BRONXDALE', Month: '9', Price: '1710'}, geometry: { type: 'Point', coordinates:[-73.86630723, 40.86622226]} },
{type: 'Feature',properties:{Name: '2', Address: '2731 HOLLAND AVE, BRONXDALE', Month: '5', Price: '1619'}, geometry: { type: 'Point', coordinates:[-73.8653928, 40.86608122]} },
{type: 'Feature',properties:{Name: '2', Address: '2709 HOLLAND AVE, BRONXDALE', Month: '2', Price: '2178'}, geometry: { type: 'Point', coordinates:[-73.86539679, 40.86589458]} },
{type: 'Feature',properties:{Name: '2', Address: '2711 WALLACE AVENUE, BRONXDALE', Month: '5', Price: '2680'}, geometry: { type: 'Point', coordinates:[-73.86445671, 40.86592642]} },
{type: 'Feature',properties:{Name: '2', Address: '2711 BARNES AVENUE, BRONXDALE', Month: '10', Price: '3850'}, geometry: { type: 'Point', coordinates:[-73.86351667, 40.86593629]} },
{type: 'Feature',properties:{Name: '2', Address: '2737 PAULDING AVENUE, BRONXDALE', Month: '3', Price: '2640'}, geometry: { type: 'Point', coordinates:[-73.85866435, 40.86611434]} },
{type: 'Feature',properties:{Name: '2', Address: '2751 HONE AVENUE, BRONXDALE', Month: '3', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.85772052, 40.8662065]} },
{type: 'Feature',properties:{Name: '2', Address: '2716 PAULDING AVENUE, BRONXDALE', Month: '7', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.85864661, 40.86595513]} },
{type: 'Feature',properties:{Name: '2', Address: '2732 LURTING AVENUE, BRONXDALE', Month: '6', Price: '1876'}, geometry: { type: 'Point', coordinates:[-73.85676276, 40.86604612]} },
{type: 'Feature',properties:{Name: '2', Address: '2724 LACONIA AVENUE, BRONXDALE', Month: '11', Price: '1350'}, geometry: { type: 'Point', coordinates:[-73.85575422, 40.86596801]} },
{type: 'Feature',properties:{Name: '2', Address: '2743 YATES AVENUE, BRONXDALE', Month: '2', Price: '2750'}, geometry: { type: 'Point', coordinates:[-73.85475608, 40.86609027]} },
{type: 'Feature',properties:{Name: '2', Address: '2744 YATES AVENUE, BRONXDALE', Month: '11', Price: '2274'}, geometry: { type: 'Point', coordinates:[-73.85473436, 40.86610672]} },
{type: 'Feature',properties:{Name: '2', Address: '2731 HERING AVENUE, BRONXDALE', Month: '9', Price: '2134'}, geometry: { type: 'Point', coordinates:[-73.85381992, 40.8659793]} },
{type: 'Feature',properties:{Name: '2', Address: '2729 HERING AVENUE, BRONXDALE', Month: '10', Price: '2134'}, geometry: { type: 'Point', coordinates:[-73.85381996, 40.86596284]} },
{type: 'Feature',properties:{Name: '2', Address: '2752 PEARSALL AVENUE, BRONXDALE', Month: '12', Price: '1912'}, geometry: { type: 'Point', coordinates:[-73.8519215, 40.86611686]} },
{type: 'Feature',properties:{Name: '2', Address: '2752 PEARSALL AVENUE, BRONXDALE', Month: '9', Price: '1912'}, geometry: { type: 'Point', coordinates:[-73.8519215, 40.86611686]} },
{type: 'Feature',properties:{Name: '2', Address: '2755 THROOP, BRONXDALE', Month: '7', Price: '1914'}, geometry: { type: 'Point', coordinates:[-73.85125071, 40.86697784]} },
{type: 'Feature',properties:{Name: '2', Address: '2749 THROOP AVENUE, BRONXDALE', Month: '11', Price: '1914'}, geometry: { type: 'Point', coordinates:[-73.85100329, 40.86606353]} },
{type: 'Feature',properties:{Name: '2', Address: '2738 YOUNG AVENUE, BRONXDALE', Month: '3', Price: '2635'}, geometry: { type: 'Point', coordinates:[-73.84810065, 40.86581272]} },
{type: 'Feature',properties:{Name: '2', Address: '2720 SEYMOUR AVENUE, BRONXDALE', Month: '12', Price: '2569'}, geometry: { type: 'Point', coordinates:[-73.84622074, 40.86575808]} },
{type: 'Feature',properties:{Name: '2', Address: '2720 SEYMOUR AVENUE, BRONXDALE', Month: '11', Price: '2569'}, geometry: { type: 'Point', coordinates:[-73.84622074, 40.86575808]} },
{type: 'Feature',properties:{Name: '2', Address: '2754 SEYMOUR AVENUE, BRONXDALE', Month: '9', Price: '1825'}, geometry: { type: 'Point', coordinates:[-73.84621289, 40.86602705]} },
{type: 'Feature',properties:{Name: '2', Address: '2735 MORGAN AVENUE, BRONXDALE', Month: '3', Price: '2407'}, geometry: { type: 'Point', coordinates:[-73.84529497, 40.86585291]} },
{type: 'Feature',properties:{Name: '2', Address: '2703 FENTON AVENUE, BRONXDALE', Month: '2', Price: '1575'}, geometry: { type: 'Point', coordinates:[-73.84436282, 40.86557993]} },
{type: 'Feature',properties:{Name: '2', Address: '2736 MORGAN AVENUE, BRONXDALE', Month: '2', Price: '1807'}, geometry: { type: 'Point', coordinates:[-73.84527323, 40.86586935]} },
{type: 'Feature',properties:{Name: '2', Address: '1462 ARNOW AVENUE, BRONXDALE', Month: '8', Price: '1863'}, geometry: { type: 'Point', coordinates:[-73.84383058, 40.86744835]} },
{type: 'Feature',properties:{Name: '2', Address: '2747 MICKLE AVENUE, BRONXDALE', Month: '1', Price: '2035'}, geometry: { type: 'Point', coordinates:[-73.84072851, 40.86591257]} },
{type: 'Feature',properties:{Name: '2', Address: '2734 MICKLE AVENUE, BRONXDALE', Month: '3', Price: '1054'}, geometry: { type: 'Point', coordinates:[-73.84070317, 40.86592352]} },
{type: 'Feature',properties:{Name: '2', Address: '2717 KINGSLAND AVE, BRONXDALE', Month: '6', Price: '1780'}, geometry: { type: 'Point', coordinates:[-73.83884583, 40.86550923]} },
{type: 'Feature',properties:{Name: '2', Address: '653 ADEE AVENUE, BRONXDALE', Month: '6', Price: '2327'}, geometry: { type: 'Point', coordinates:[-73.86914217, 40.86968657]} },
{type: 'Feature',properties:{Name: '2', Address: '3011 OLINVILLE AVENUE, BRONXDALE', Month: '2', Price: '1500'}, geometry: { type: 'Point', coordinates:[-73.86824134, 40.86995178]} },
{type: 'Feature',properties:{Name: '2', Address: '3011 OLINVILLE AVENUE, BRONXDALE', Month: '12', Price: '1500'}, geometry: { type: 'Point', coordinates:[-73.86824134, 40.86995178]} },
{type: 'Feature',properties:{Name: '2', Address: '3024 OLINVILLE AVENUE, BRONXDALE', Month: '8', Price: '1766'}, geometry: { type: 'Point', coordinates:[-73.86822634, 40.87022349]} },
{type: 'Feature',properties:{Name: '2', Address: '2953 BARNES AVENUE, BRONXDALE', Month: '11', Price: '4160'}, geometry: { type: 'Point', coordinates:[-73.86341245, 40.86915021]} },
{type: 'Feature',properties:{Name: '2', Address: '2956 RADCLIFF AVENUE, BRONXDALE', Month: '7', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.8604376, 40.86876513]} },
{type: 'Feature',properties:{Name: '2', Address: '2917 COLDEN AVE, BRONXDALE', Month: '1', Price: '2184'}, geometry: { type: 'Point', coordinates:[-73.85954206, 40.86822609]} },
{type: 'Feature',properties:{Name: '2', Address: '2917 COLDEN AVE, BRONXDALE', Month: '10', Price: '2184'}, geometry: { type: 'Point', coordinates:[-73.85954206, 40.86822609]} },
{type: 'Feature',properties:{Name: '2', Address: '2917 COLDEN AVENUE, BRONXDALE', Month: '5', Price: '2184'}, geometry: { type: 'Point', coordinates:[-73.85954206, 40.86822609]} },
{type: 'Feature',properties:{Name: '2', Address: '2920 HONE AVENUE, BRONXDALE', Month: '7', Price: '2578'}, geometry: { type: 'Point', coordinates:[-73.8576367, 40.86820179]} },
{type: 'Feature',properties:{Name: '2', Address: '1101 ARNOW AVENUE, BRONXDALE', Month: '3', Price: '2362'}, geometry: { type: 'Point', coordinates:[-73.85555526, 40.8676832]} },
{type: 'Feature',properties:{Name: '2', Address: '1175 ARNOW AVENUE, BRONXDALE', Month: '8', Price: '2440'}, geometry: { type: 'Point', coordinates:[-73.85328478, 40.86764191]} },
{type: 'Feature',properties:{Name: '2', Address: '2930 TENBROECK AVENUE, BRONXDALE', Month: '7', Price: '1620'}, geometry: { type: 'Point', coordinates:[-73.85278441, 40.86828628]} },
{type: 'Feature',properties:{Name: '2', Address: '2933 PEARSALL AVENUE, BRONXDALE', Month: '8', Price: '3240'}, geometry: { type: 'Point', coordinates:[-73.85186965, 40.86829609]} },
{type: 'Feature',properties:{Name: '2', Address: '1425 ARNOW AVENUE, BRONXDALE', Month: '8', Price: '2380'}, geometry: { type: 'Point', coordinates:[-73.84509231, 40.86748848]} },
{type: 'Feature',properties:{Name: '2', Address: '1460 EAST GUN HILL ROAD, BRONXDALE', Month: '5', Price: '3401'}, geometry: { type: 'Point', coordinates:[-73.84368923, 40.86913066]} },
{type: 'Feature',properties:{Name: '2', Address: '785 ADEE AVENUE, BRONXDALE', Month: '12', Price: '1890'}, geometry: { type: 'Point', coordinates:[-73.86388144, 40.86965853]} },
{type: 'Feature',properties:{Name: '2', Address: '783 ADEE AVENUE, BRONXDALE', Month: '8', Price: '1890'}, geometry: { type: 'Point', coordinates:[-73.86393206, 40.86965859]} },
{type: 'Feature',properties:{Name: '2', Address: '773 ADEE AVENUE, BRONXDALE', Month: '12', Price: '2968'}, geometry: { type: 'Point', coordinates:[-73.86418515, 40.86966163]} },
{type: 'Feature',properties:{Name: '2', Address: '3035 BARNES AVENUE, BRONXDALE', Month: '1', Price: '1524'}, geometry: { type: 'Point', coordinates:[-73.86338155, 40.87011081]} },
{type: 'Feature',properties:{Name: '2', Address: '987 ADEE AVENUE, BRONXDALE', Month: '5', Price: '1368'}, geometry: { type: 'Point', coordinates:[-73.85896434, 40.86956754]} },
{type: 'Feature',properties:{Name: '2', Address: '974 BURKE AVENUE, BRONXDALE', Month: '4', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.8591921, 40.87128874]} },
{type: 'Feature',properties:{Name: '2', Address: '3022 PAULDING AVENUE, BRONXDALE', Month: '7', Price: '1661'}, geometry: { type: 'Point', coordinates:[-73.85851881, 40.86994576]} },
{type: 'Feature',properties:{Name: '2', Address: '3043 HONE AVENUE, BRONXDALE', Month: '5', Price: '1841'}, geometry: { type: 'Point', coordinates:[-73.85759241, 40.87031516]} },
{type: 'Feature',properties:{Name: '2', Address: '3039 HONE AVENUE, BRONXDALE', Month: '1', Price: '2070'}, geometry: { type: 'Point', coordinates:[-73.85759251, 40.87026575]} },
{type: 'Feature',properties:{Name: '2', Address: '1110 BURKE AVENUE, BRONXDALE', Month: '12', Price: '1576'}, geometry: { type: 'Point', coordinates:[-73.85483531, 40.87120375]} },
{type: 'Feature',properties:{Name: '2', Address: '2931 WILSON AVE, BRONXDALE', Month: '11', Price: '1960'}, geometry: { type: 'Point', coordinates:[-73.84901681, 40.86835552]} },
{type: 'Feature',properties:{Name: '2', Address: '2931 WILSON AVENUE, BRONXDALE', Month: '9', Price: '1960'}, geometry: { type: 'Point', coordinates:[-73.84901681, 40.86835552]} },
{type: 'Feature',properties:{Name: '2', Address: '2917 WILSON AVENUE, BRONXDALE', Month: '5', Price: '1818'}, geometry: { type: 'Point', coordinates:[-73.8490208, 40.86819359]} },
{type: 'Feature',properties:{Name: '2', Address: '2913 WILSON AVENUE, BRONXDALE', Month: '5', Price: '1818'}, geometry: { type: 'Point', coordinates:[-73.84902452, 40.86814693]} },
{type: 'Feature',properties:{Name: '2', Address: '2735 SEXTON PLACE, BRONXDALE', Month: '2', Price: '1674'}, geometry: { type: 'Point', coordinates:[-73.84861273, 40.86797622]} },
{type: 'Feature',properties:{Name: '2', Address: '2934 WILSON AVENUE, BRONXDALE', Month: '10', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.8489913, 40.86844606]} },
{type: 'Feature',properties:{Name: '2', Address: '2936 WILSON AVENUE, BRONXDALE', Month: '4', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.84899125, 40.86846802]} },
{type: 'Feature',properties:{Name: '2', Address: '3032 BOUCK AVENUE, BRONXDALE', Month: '8', Price: '1588'}, geometry: { type: 'Point', coordinates:[-73.84993879, 40.86995688]} },
{type: 'Feature',properties:{Name: '2', Address: '3025 YOUNG AVENUE, BRONXDALE', Month: '10', Price: '2681'}, geometry: { type: 'Point', coordinates:[-73.84798263, 40.86999275]} },
{type: 'Feature',properties:{Name: '2', Address: '3025 YOUNG AVENUE, BRONXDALE', Month: '10', Price: '2681'}, geometry: { type: 'Point', coordinates:[-73.84798263, 40.86999275]} },
{type: 'Feature',properties:{Name: '2', Address: '3021 FISH AVENUE, BRONXDALE', Month: '4', Price: '1716'}, geometry: { type: 'Point', coordinates:[-73.84703508, 40.87009579]} },
{type: 'Feature',properties:{Name: '2', Address: '3233 OLINVILLE AVENUE, BRONXDALE', Month: '2', Price: '972'}, geometry: { type: 'Point', coordinates:[-73.86825148, 40.87213383]} },
{type: 'Feature',properties:{Name: '2', Address: '3208 OLINVILLE AVENUE, BRONXDALE', Month: '10', Price: '1992'}, geometry: { type: 'Point', coordinates:[-73.86823762, 40.87182915]} },
{type: 'Feature',properties:{Name: '2', Address: '778 NORTH OAK DRIVE, BRONXDALE', Month: '3', Price: '2413'}, geometry: { type: 'Point', coordinates:[-73.86404174, 40.87260378]} },
{type: 'Feature',properties:{Name: '2', Address: '738 BARTHOLDI STREET, BRONXDALE', Month: '2', Price: '4530'}, geometry: { type: 'Point', coordinates:[-73.86555365, 40.87414532]} },
{type: 'Feature',properties:{Name: '2', Address: '768 BARTHOLDI STREET, BRONXDALE', Month: '2', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.86437514, 40.87400946]} },
{type: 'Feature',properties:{Name: '2', Address: '3234 N CHESTNUT DRIVE, BRONXDALE', Month: '3', Price: '1606'}, geometry: { type: 'Point', coordinates:[-73.86344856, 40.8726964]} },
{type: 'Feature',properties:{Name: '2', Address: '3215 RADCLIFF AVE, BRONXDALE', Month: '12', Price: '1664'}, geometry: { type: 'Point', coordinates:[-73.8603626, 40.871765]} },
{type: 'Feature',properties:{Name: '2', Address: '3210 RADCLIFF AVENUE, BRONXDALE', Month: '6', Price: '3060'}, geometry: { type: 'Point', coordinates:[-73.86034463, 40.87171283]} },
{type: 'Feature',properties:{Name: '2', Address: '979 BURKE AVENUE, BRONXDALE', Month: '6', Price: '2840'}, geometry: { type: 'Point', coordinates:[-73.85909806, 40.87130235]} },
{type: 'Feature',properties:{Name: '2', Address: '3236 COLDEN AVENUE, BRONXDALE', Month: '2', Price: '1610'}, geometry: { type: 'Point', coordinates:[-73.85939664, 40.87202457]} },
{type: 'Feature',properties:{Name: '2', Address: '1005 BURKE AVENUE, BRONXDALE', Month: '11', Price: '2011'}, geometry: { type: 'Point', coordinates:[-73.85829177, 40.87129039]} },
{type: 'Feature',properties:{Name: '2', Address: '3220 PAULDING AVENUE, BRONXDALE', Month: '5', Price: '4968'}, geometry: { type: 'Point', coordinates:[-73.85846061, 40.8718066]} },
{type: 'Feature',properties:{Name: '2', Address: '3215 LURTING AVENUE, BRONXDALE', Month: '11', Price: '2680'}, geometry: { type: 'Point', coordinates:[-73.85660958, 40.87169452]} },
{type: 'Feature',properties:{Name: '2', Address: '3201 HERING AVENUE, BRONXDALE', Month: '8', Price: '2750'}, geometry: { type: 'Point', coordinates:[-73.85364145, 40.8715069]} },
{type: 'Feature',properties:{Name: '2', Address: '3231 HERING AVENUE, BRONXDALE', Month: '4', Price: '2612'}, geometry: { type: 'Point', coordinates:[-73.85362962, 40.87195153]} },
{type: 'Feature',properties:{Name: '2', Address: '3308 BRONX BOULEVARD, BRONXDALE', Month: '1', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.8703528, 40.87370892]} },
{type: 'Feature',properties:{Name: '2', Address: '3318 BRONX BOULEVARD, BRONXDALE', Month: '8', Price: '2850'}, geometry: { type: 'Point', coordinates:[-73.8703489, 40.87385713]} },
{type: 'Feature',properties:{Name: '2', Address: '3366 BARKER AVENUE, BRONXDALE', Month: '9', Price: '1476'}, geometry: { type: 'Point', coordinates:[-73.86923385, 40.87454479]} },
{type: 'Feature',properties:{Name: '2', Address: '3416 OLINVILLE AVENUE, BRONXDALE', Month: '5', Price: '1776'}, geometry: { type: 'Point', coordinates:[-73.86810299, 40.87590213]} },
{type: 'Feature',properties:{Name: '2', Address: '711 BARTHOLDI ST, BRONXDALE', Month: '10', Price: '2440'}, geometry: { type: 'Point', coordinates:[-73.86660922, 40.87428104]} },
{type: 'Feature',properties:{Name: '2', Address: '3338 BRONXWOOD AVE, BRONXDALE', Month: '12', Price: '2826'}, geometry: { type: 'Point', coordinates:[-73.86126524, 40.87412104]} },
{type: 'Feature',properties:{Name: '2', Address: '3402 BRONXWOOD AVE, BRONXDALE', Month: '3', Price: '1560'}, geometry: { type: 'Point', coordinates:[-73.86097491, 40.87462846]} },
{type: 'Feature',properties:{Name: '2', Address: '3402 BRONXWOOD AVE, BRONXDALE', Month: '2', Price: '1560'}, geometry: { type: 'Point', coordinates:[-73.86097491, 40.87462846]} },
{type: 'Feature',properties:{Name: '2', Address: '1006 EAST GUN HILL ROAD, BRONXDALE', Month: '9', Price: '3933'}, geometry: { type: 'Point', coordinates:[-73.85789409, 40.87465215]} },
{type: 'Feature',properties:{Name: '2', Address: '1008 EAST 211 STREET, BRONXDALE', Month: '6', Price: '1966'}, geometry: { type: 'Point', coordinates:[-73.85710076, 40.87532088]} },
{type: 'Feature',properties:{Name: '2', Address: '1042 EAST 211 STREET, BRONXDALE', Month: '4', Price: '1856'}, geometry: { type: 'Point', coordinates:[-73.85653344, 40.87514177]} },
{type: 'Feature',properties:{Name: '2', Address: '608 THWAITES PLACE, BRONXDALE', Month: '5', Price: '2322'}, geometry: { type: 'Point', coordinates:[-73.87058777, 40.85888232]} },
{type: 'Feature',properties:{Name: '2', Address: '2407 BARKER AVE, BRONXDALE', Month: '9', Price: '3132'}, geometry: { type: 'Point', coordinates:[-73.86943618, 40.861741]} },
{type: 'Feature',properties:{Name: '2', Address: '2824 OLINVILLE AVENUE, BRONXDALE', Month: '2', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.86830886, 40.86689701]} },
{type: 'Feature',properties:{Name: '2', Address: '2727 WALLACE AVENUE, BRONXDALE', Month: '8', Price: '2680'}, geometry: { type: 'Point', coordinates:[-73.86445282, 40.86605816]} },
{type: 'Feature',properties:{Name: '2', Address: '2726 WALLACE AVE, BRONXDALE', Month: '12', Price: '3290'}, geometry: { type: 'Point', coordinates:[-73.86443113, 40.86605813]} },
{type: 'Feature',properties:{Name: '2', Address: '2712 BARNES AVENUE, BRONXDALE', Month: '11', Price: '3150'}, geometry: { type: 'Point', coordinates:[-73.86349494, 40.86595273]} },
{type: 'Feature',properties:{Name: '2', Address: '2712 BARNES AVENUE, BRONXDALE', Month: '6', Price: '3150'}, geometry: { type: 'Point', coordinates:[-73.86349494, 40.86595273]} },
{type: 'Feature',properties:{Name: '2', Address: '2713 LURTING AVENUE, BRONXDALE', Month: '4', Price: '2929'}, geometry: { type: 'Point', coordinates:[-73.85678841, 40.86588971]} },
{type: 'Feature',properties:{Name: '2', Address: '3012 OLINVILLE AVENUE, BRONXDALE', Month: '11', Price: '2340'}, geometry: { type: 'Point', coordinates:[-73.86822312, 40.87002312]} },
{type: 'Feature',properties:{Name: '2', Address: '3050 WILLIAMSBRIDGE ROAD, BRONXDALE', Month: '12', Price: '2128'}, geometry: { type: 'Point', coordinates:[-73.86541542, 40.86919373]} },
{type: 'Feature',properties:{Name: '2', Address: '2933 LACONIA AVENUE, BRONXDALE', Month: '3', Price: '2728'}, geometry: { type: 'Point', coordinates:[-73.85569478, 40.86836681]} },
{type: 'Feature',properties:{Name: '2', Address: '2950 THROOP AVENUE, BRONXDALE', Month: '8', Price: '4704'}, geometry: { type: 'Point', coordinates:[-73.85090018, 40.86851442]} },
{type: 'Feature',properties:{Name: '2', Address: '2950 THROOP AVENUE, BRONXDALE', Month: '5', Price: '4704'}, geometry: { type: 'Point', coordinates:[-73.85090018, 40.86851442]} },
{type: 'Feature',properties:{Name: '2', Address: '3027 BRONXWOOD AVE, BRONXDALE', Month: '10', Price: '3744'}, geometry: { type: 'Point', coordinates:[-73.86143288, 40.8700234]} },
{type: 'Feature',properties:{Name: '2', Address: '3021 RADCLIFF AVENUE, BRONXDALE', Month: '12', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.8604206, 40.86997004]} },
{type: 'Feature',properties:{Name: '2', Address: '3015 PAULDING AVENUE, BRONXDALE', Month: '3', Price: '1910'}, geometry: { type: 'Point', coordinates:[-73.85854061, 40.86989638]} },
{type: 'Feature',properties:{Name: '2', Address: '3233 CRUGER AVENUE, BRONXDALE', Month: '2', Price: '3795'}, geometry: { type: 'Point', coordinates:[-73.86615447, 40.8720628]} },
{type: 'Feature',properties:{Name: '2', Address: '742 SOUTH OAK DRIVE, BRONXDALE', Month: '5', Price: '2892'}, geometry: { type: 'Point', coordinates:[-73.86539077, 40.87244342]} },
{type: 'Feature',properties:{Name: '2', Address: '783 BURKE AVE, BRONXDALE', Month: '10', Price: '3564'}, geometry: { type: 'Point', coordinates:[-73.86384535, 40.87139314]} },
{type: 'Feature',properties:{Name: '2', Address: '3236 BRONXWOOD AVENUE, BRONXDALE', Month: '3', Price: '2468'}, geometry: { type: 'Point', coordinates:[-73.86132986, 40.87261428]} },
{type: 'Feature',properties:{Name: '2', Address: '3237 PAULDING AVENUE, BRONXDALE', Month: '12', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.85847464, 40.87201246]} },
{type: 'Feature',properties:{Name: '2', Address: '3307 BARKER AVENUE, BRONXDALE', Month: '5', Price: '3240'}, geometry: { type: 'Point', coordinates:[-73.86929345, 40.87365832]} },
{type: 'Feature',properties:{Name: '2', Address: '3334 BRONXWOOD AVENUE, BRONXDALE', Month: '7', Price: '3948'}, geometry: { type: 'Point', coordinates:[-73.8613017, 40.87397836]} },
{type: 'Feature',properties:{Name: '2', Address: '1019 EAST GUN HILL ROAD, BRONXDALE', Month: '10', Price: '2022'}, geometry: { type: 'Point', coordinates:[-73.85723279, 40.87445646]} },
{type: 'Feature',properties:{Name: '2', Address: 'YATES AVENUE, BRONXDALE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85444031, 40.86665254]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A HONE AVENUE, BRONXDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85735079, 40.86833319]} },
{type: 'Feature',properties:{Name: '2', Address: 'ADEE AVENUE, BRONXDALE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85478429, 40.86972978]} },
{type: 'Feature',properties:{Name: '2', Address: '1113 ADEE AVENUE, BRONXDALE', Month: '7', Price: '660'}, geometry: { type: 'Point', coordinates:[-73.85500898, 40.86949402]} },
{type: 'Feature',properties:{Name: '2', Address: '1107 ADEE AVENUE, BRONXDALE', Month: '4', Price: '1808'}, geometry: { type: 'Point', coordinates:[-73.85525121, 40.86949981]} },
{type: 'Feature',properties:{Name: '2', Address: 'MAGENTA STREET, BRONXDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86287724, 40.87445782]} },
{type: 'Feature',properties:{Name: '2', Address: '678-698 ALLERTON AVENUE, BRONXDALE', Month: '6', Price: '119013'}, geometry: { type: 'Point', coordinates:[-73.86810212, 40.86540366]} },
{type: 'Feature',properties:{Name: '2', Address: '2561 CRUGER AVENUE, BRONXDALE', Month: '9', Price: '8126'}, geometry: { type: 'Point', coordinates:[-73.86639482, 40.86401288]} },
{type: 'Feature',properties:{Name: '2', Address: '2561 CRUGER AVENUE, BRONXDALE', Month: '4', Price: '8126'}, geometry: { type: 'Point', coordinates:[-73.86639482, 40.86401288]} },
{type: 'Feature',properties:{Name: '2', Address: '2554 HOLLAND AVENUE, BRONXDALE', Month: '10', Price: '5229'}, geometry: { type: 'Point', coordinates:[-73.86544038, 40.86400628]} },
{type: 'Feature',properties:{Name: '2', Address: '2515 WALLACE AVENUE, BRONXDALE', Month: '11', Price: '6000'}, geometry: { type: 'Point', coordinates:[-73.86451077, 40.86423574]} },
{type: 'Feature',properties:{Name: '2', Address: '665-671 ALLERTON AVENUE, BRONXDALE', Month: '5', Price: '49410'}, geometry: { type: 'Point', coordinates:[-73.86862635, 40.86540975]} },
{type: 'Feature',properties:{Name: '2', Address: '2751 WALLACE AVENUE, BRONXDALE', Month: '2', Price: '3160'}, geometry: { type: 'Point', coordinates:[-73.86444518, 40.86625851]} },
{type: 'Feature',properties:{Name: '2', Address: '2739 LURTING AVENUE, BRONXDALE', Month: '7', Price: '7272'}, geometry: { type: 'Point', coordinates:[-73.85678435, 40.86609555]} },
{type: 'Feature',properties:{Name: '2', Address: '2739 LURTING AVENUE, BRONXDALE', Month: '8', Price: '7272'}, geometry: { type: 'Point', coordinates:[-73.85678435, 40.86609555]} },
{type: 'Feature',properties:{Name: '2', Address: '1407 ARNOW AVENUE, BRONXDALE', Month: '8', Price: '2436'}, geometry: { type: 'Point', coordinates:[-73.84585153, 40.86750597]} },
{type: 'Feature',properties:{Name: '2', Address: '3021 HOLLAND AVENUE, BRONXDALE', Month: '8', Price: '51040'}, geometry: { type: 'Point', coordinates:[-73.86526543, 40.87005813]} },
{type: 'Feature',properties:{Name: '2', Address: '3033 WALLACE AVENUE, BRONXDALE', Month: '12', Price: '21750'}, geometry: { type: 'Point', coordinates:[-73.86432163, 40.87011192]} },
{type: 'Feature',properties:{Name: '2', Address: '3010 WALLACE AVENUE, BRONXDALE', Month: '2', Price: '4342'}, geometry: { type: 'Point', coordinates:[-73.86430382, 40.86997741]} },
{type: 'Feature',properties:{Name: '2', Address: '3010 WALLACE AVENUE, BRONXDALE', Month: '1', Price: '4342'}, geometry: { type: 'Point', coordinates:[-73.86430382, 40.86997741]} },
{type: 'Feature',properties:{Name: '2', Address: '3014 WALLACE AVENUE, BRONXDALE', Month: '9', Price: '4226'}, geometry: { type: 'Point', coordinates:[-73.86430377, 40.87000211]} },
{type: 'Feature',properties:{Name: '2', Address: '811 ADEE AVENUE, BRONXDALE', Month: '9', Price: '3214'}, geometry: { type: 'Point', coordinates:[-73.86294502, 40.86964095]} },
{type: 'Feature',properties:{Name: '2', Address: '3216 BARKER AVE, BRONXDALE', Month: '6', Price: '5020'}, geometry: { type: 'Point', coordinates:[-73.86932573, 40.8719539]} },
{type: 'Feature',properties:{Name: '2', Address: '3231 OLINVILLE AVENUE, BRONXDALE', Month: '1', Price: '5671'}, geometry: { type: 'Point', coordinates:[-73.86825154, 40.87210638]} },
{type: 'Feature',properties:{Name: '2', Address: '3343 BARKER, BRONXDALE', Month: '8', Price: '3757'}, geometry: { type: 'Point', coordinates:[-73.86927071, 40.87419077]} },
{type: 'Feature',properties:{Name: '2', Address: '3354 COLDEN AVENUE, BRONXDALE', Month: '7', Price: '3744'}, geometry: { type: 'Point', coordinates:[-73.85917802, 40.87452198]} },
{type: 'Feature',properties:{Name: '2', Address: '2766 BARNES AVENUE, BRONXDALE', Month: '4', Price: '45600'}, geometry: { type: 'Point', coordinates:[-73.86347957, 40.86639461]} },
{type: 'Feature',properties:{Name: '2', Address: '2911 BARNES AVENUE, BRONXDALE', Month: '4', Price: '113018'}, geometry: { type: 'Point', coordinates:[-73.86344326, 40.86823351]} },
{type: 'Feature',properties:{Name: '2', Address: '2910 WALLACE AVENUE, BRONXDALE', Month: '10', Price: '113018'}, geometry: { type: 'Point', coordinates:[-73.86436167, 40.86820715]} },
{type: 'Feature',properties:{Name: '2', Address: '601 PELHAM PARKWAY NORTH, 117, BRONXDALE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87065579, 40.85736457]} },
{type: 'Feature',properties:{Name: '2', Address: '601 PELHAM PARKWAY NORTH, 602, BRONXDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87065579, 40.85736457]} },
{type: 'Feature',properties:{Name: '2', Address: '601 PELHAM PARKWAY, 610, BRONXDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87065579, 40.85736457]} },
{type: 'Feature',properties:{Name: '2', Address: '601 PELHAM PARKWAY NORTH, 314, BRONXDALE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87065579, 40.85736457]} },
{type: 'Feature',properties:{Name: '2', Address: '601 PELHAM PARKWAY NORTH, 203, BRONXDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87065579, 40.85736457]} },
{type: 'Feature',properties:{Name: '2', Address: '601 PELHAM PARKWAY NORTH, 119, BRONXDALE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87065579, 40.85736457]} },
{type: 'Feature',properties:{Name: '2', Address: '601 PELHAM PARKWAY NORTH, 418, BRONXDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87065579, 40.85736457]} },
{type: 'Feature',properties:{Name: '2', Address: '601 PELHAM PARKWAY NORTH, 306, BRONXDALE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87065579, 40.85736457]} },
{type: 'Feature',properties:{Name: '2', Address: '601 PELHAM PARKWAY NORTH, 501, BRONXDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87065579, 40.85736457]} },
{type: 'Feature',properties:{Name: '2', Address: '2244 BRONX PARK EAST, 4A, BRONXDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87093565, 40.85844904]} },
{type: 'Feature',properties:{Name: '2', Address: '2244 BRONX PARK EAST, 2H, BRONXDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87093565, 40.85844904]} },
{type: 'Feature',properties:{Name: '2', Address: '665 THWAITES PLACE, 5G, BRONXDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86895743, 40.85885303]} },
{type: 'Feature',properties:{Name: '2', Address: '665 THWAITES PLACE, 3R, BRONXDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86895743, 40.85885303]} },
{type: 'Feature',properties:{Name: '2', Address: '665 THWAITES PLACE, 1X, BRONXDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86895743, 40.85885303]} },
{type: 'Feature',properties:{Name: '2', Address: '665 THWAITES PLACE, 3L, BRONXDALE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86895743, 40.85885303]} },
{type: 'Feature',properties:{Name: '2', Address: '2550 OLINVILLE AVENUE, 5J, BRONXDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86840148, 40.86394108]} },
{type: 'Feature',properties:{Name: '2', Address: '2550 OLINVILLE AVE, 9J, BRONXDALE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86840148, 40.86394108]} },
{type: 'Feature',properties:{Name: '2', Address: '2550 OLINVILLE AVENUE, 13C, BRONXDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86840148, 40.86394108]} },
{type: 'Feature',properties:{Name: '2', Address: '2550 OLINVILLE AVENUE, 14F, BRONXDALE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86840148, 40.86394108]} },
{type: 'Feature',properties:{Name: '2', Address: '2750 OLINVILLE AVENUE, 4L, BRONXDALE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86833594, 40.86600501]} },
{type: 'Feature',properties:{Name: '2', Address: '2750 OLINVILLE AVENUE, 1H, BRONXDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86833594, 40.86600501]} },
{type: 'Feature',properties:{Name: '2', Address: '2750 OLINVILLE AVENUE, 4B, BRONXDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86833594, 40.86600501]} },
{type: 'Feature',properties:{Name: '2', Address: '2925 MATTHEWS AVENUE, 5K, BRONXDALE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86250316, 40.86825435]} },
{type: 'Feature',properties:{Name: '2', Address: '2922 BARNES AVENUE, 6D, BRONXDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8634178, 40.86830759]} },
{type: 'Feature',properties:{Name: '2', Address: '2925 MATTHEWS AVENUE, 3H, BRONXDALE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86250316, 40.86825435]} },
{type: 'Feature',properties:{Name: '2', Address: '2925 MATTHEWS AVENUE, 4G, BRONXDALE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86250316, 40.86825435]} },
{type: 'Feature',properties:{Name: '2', Address: '2925 MATTHEWS AVE, 3J, BRONXDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86250316, 40.86825435]} },
{type: 'Feature',properties:{Name: '2', Address: '3230 CRUGER AVENUE, 4L, BRONXDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86612877, 40.8722549]} },
{type: 'Feature',properties:{Name: '2', Address: '610 WARING AVENUE, BRONXDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87024306, 40.86139059]} },
{type: 'Feature',properties:{Name: '2', Address: '2385 BARKER AVENUE, BRONXDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86946688, 40.86083528]} },
{type: 'Feature',properties:{Name: '2', Address: '2385 BARKER AVENUE, BRONXDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86946688, 40.86083528]} },
{type: 'Feature',properties:{Name: '2', Address: '2385 BARKER AVENUE, BRONXDALE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86946688, 40.86083528]} },
{type: 'Feature',properties:{Name: '2', Address: '2385 BARKER AVENUE, BRONXDALE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86946688, 40.86083528]} },
{type: 'Feature',properties:{Name: '2', Address: '2385 BARKER AVENUE, BRONXDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86946688, 40.86083528]} },
{type: 'Feature',properties:{Name: '2', Address: '2385 BARKER AVENUE, BRONXDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86946688, 40.86083528]} },
{type: 'Feature',properties:{Name: '2', Address: '2544 WHITE PLAINS ROAD, BRONXDALE', Month: '5', Price: '6886'}, geometry: { type: 'Point', coordinates:[-73.8673929, 40.86389052]} },
{type: 'Feature',properties:{Name: '2', Address: '2546 WHITE PLAINS ROAD, BRONXDALE', Month: '1', Price: '6886'}, geometry: { type: 'Point', coordinates:[-73.86739287, 40.86390424]} },
{type: 'Feature',properties:{Name: '2', Address: '2548 WHITE PLAINS ROAD, BRONXDALE', Month: '10', Price: '7058'}, geometry: { type: 'Point', coordinates:[-73.86739284, 40.86392071]} },
{type: 'Feature',properties:{Name: '2', Address: '2542 WHITE PLAINS ROAD, BRONXDALE', Month: '2', Price: '8310'}, geometry: { type: 'Point', coordinates:[-73.86739293, 40.86387405]} },
{type: 'Feature',properties:{Name: '2', Address: '785 BURKE AVENUE, BRONXDALE', Month: '12', Price: '5550'}, geometry: { type: 'Point', coordinates:[-73.86379835, 40.87139034]} },
{type: 'Feature',properties:{Name: '2', Address: '1428 GUN HILL ROAD, BRONXDALE', Month: '10', Price: '2268'}, geometry: { type: 'Point', coordinates:[-73.84449815, 40.8695517]} },
{type: 'Feature',properties:{Name: '2', Address: '1324 EAST GUN HILL ROAD, BRONXDALE', Month: '4', Price: '2560'}, geometry: { type: 'Point', coordinates:[-73.84735834, 40.87103491]} },
{type: 'Feature',properties:{Name: '2', Address: '815-821 BURKE AVENUE, BRONXDALE', Month: '4', Price: '12988'}, geometry: { type: 'Point', coordinates:[-73.86280767, 40.87137269]} },
{type: 'Feature',properties:{Name: '2', Address: '3360 WHITE PLAINS ROAD, BRONXDALE', Month: '6', Price: '2013'}, geometry: { type: 'Point', coordinates:[-73.86704606, 40.87462463]} },
{type: 'Feature',properties:{Name: '2', Address: '790 ALLERTON AVENUE, BRONXDALE', Month: '8', Price: '10500'}, geometry: { type: 'Point', coordinates:[-73.86388274, 40.86549208]} },
{type: 'Feature',properties:{Name: '2', Address: '649-651 ALLERTON AVENUE, BRONXDALE', Month: '12', Price: '2053'}, geometry: { type: 'Point', coordinates:[-73.86901321, 40.8654047]} },
{type: 'Feature',properties:{Name: '2', Address: '1001 ALLERTON AVENUE, BRONXDALE', Month: '5', Price: '2750'}, geometry: { type: 'Point', coordinates:[-73.85853189, 40.86549937]} },
{type: 'Feature',properties:{Name: '2', Address: '2937 BOSTON ROAD, BRONXDALE', Month: '10', Price: '1850'}, geometry: { type: 'Point', coordinates:[-73.85880054, 40.86837888]} },
{type: 'Feature',properties:{Name: '2', Address: '1300 BURKE AVENUE, BRONXDALE', Month: '7', Price: '3652'}, geometry: { type: 'Point', coordinates:[-73.84886126, 40.87157485]} },
{type: 'Feature',properties:{Name: '2', Address: '3255 LACONIA AVE, BRONXDALE', Month: '4', Price: '6475'}, geometry: { type: 'Point', coordinates:[-73.8555513, 40.87283225]} },
{type: 'Feature',properties:{Name: '2', Address: 'BARNES AVENUE, BRONXDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86382594, 40.86497875]} },
{type: 'Feature',properties:{Name: '2', Address: '3301 BOSTON POST ROAD, BRONXDALE', Month: '10', Price: '1500'}, geometry: { type: 'Point', coordinates:[-73.85351794, 40.87340607]} },
{type: 'Feature',properties:{Name: '2', Address: '1501 ALLERTON AVENUE, BRONXDALE', Month: '2', Price: '64310'}, geometry: { type: 'Point', coordinates:[-73.84310551, 40.86521318]} },
{type: 'Feature',properties:{Name: '2', Address: '1107 EAST GUN HILL ROAD, BRONXDALE', Month: '10', Price: '8910'}, geometry: { type: 'Point', coordinates:[-73.85514785, 40.87379513]} },
{type: 'Feature',properties:{Name: '2', Address: '415 OLMSTEAD AVENUE, CASTLE HILL/UNIONPORT', Month: '7', Price: '1594'}, geometry: { type: 'Point', coordinates:[-73.8502471, 40.81493679]} },
{type: 'Feature',properties:{Name: '2', Address: '418 OLMSTEAD AVENUE, CASTLE HILL/UNIONPORT', Month: '6', Price: '1594'}, geometry: { type: 'Point', coordinates:[-73.85023974, 40.81499717]} },
{type: 'Feature',properties:{Name: '2', Address: '416 HOWE AVE, CASTLE HILL/UNIONPORT', Month: '8', Price: '1630'}, geometry: { type: 'Point', coordinates:[-73.84822692, 40.81523607]} },
{type: 'Feature',properties:{Name: '2', Address: '439 EFFINGHAM AVENUE, CASTLE HILL/UNIONPORT', Month: '1', Price: '576'}, geometry: { type: 'Point', coordinates:[-73.84526236, 40.81615985]} },
{type: 'Feature',properties:{Name: '2', Address: '2254 SEWARD AVENUE, CASTLE HILL/UNIONPORT', Month: '8', Price: '1104'}, geometry: { type: 'Point', coordinates:[-73.8468798, 40.82133581]} },
{type: 'Feature',properties:{Name: '2', Address: '2092 VIRGIL PLACE, CASTLE HILL/UNIONPORT', Month: '5', Price: '2008'}, geometry: { type: 'Point', coordinates:[-73.85248937, 40.82200185]} },
{type: 'Feature',properties:{Name: '2', Address: '2215 HOMER AVENUE, CASTLE HILL/UNIONPORT', Month: '9', Price: '1638'}, geometry: { type: 'Point', coordinates:[-73.84792976, 40.82196574]} },
{type: 'Feature',properties:{Name: '2', Address: '2215 HOMER AVENUE, CASTLE HILL/UNIONPORT', Month: '10', Price: '1638'}, geometry: { type: 'Point', coordinates:[-73.84792976, 40.82196574]} },
{type: 'Feature',properties:{Name: '2', Address: '2240 VIRGIL PLACE, CASTLE HILL/UNIONPORT', Month: '2', Price: '1473'}, geometry: { type: 'Point', coordinates:[-73.84750902, 40.82267332]} },
{type: 'Feature',properties:{Name: '2', Address: '2215 VIRGIL PLACE, CASTLE HILL/UNIONPORT', Month: '1', Price: '2207'}, geometry: { type: 'Point', coordinates:[-73.84807641, 40.82261369]} },
{type: 'Feature',properties:{Name: '2', Address: '2030 TURNBULL AVENUE, CASTLE HILL/UNIONPORT', Month: '10', Price: '1782'}, geometry: { type: 'Point', coordinates:[-73.85419543, 40.82333247]} },
{type: 'Feature',properties:{Name: '2', Address: '871 OLMSTEAD AVENUE, CASTLE HILL/UNIONPORT', Month: '6', Price: '1638'}, geometry: { type: 'Point', coordinates:[-73.8524873, 40.82456268]} },
{type: 'Feature',properties:{Name: '2', Address: '871 OLMSTEAD AVENUE, CASTLE HILL/UNIONPORT', Month: '3', Price: '1638'}, geometry: { type: 'Point', coordinates:[-73.8524873, 40.82456268]} },
{type: 'Feature',properties:{Name: '2', Address: '2009 HERMANY AVENUE, CASTLE HILL/UNIONPORT', Month: '7', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.85485517, 40.82400576]} },
{type: 'Feature',properties:{Name: '2', Address: '2128 HERMANY AVENUE, CASTLE HILL/UNIONPORT', Month: '7', Price: '1688'}, geometry: { type: 'Point', coordinates:[-73.85134576, 40.82445966]} },
{type: 'Feature',properties:{Name: '2', Address: '2152 HERMANY AVENUE, CASTLE HILL/UNIONPORT', Month: '3', Price: '1762'}, geometry: { type: 'Point', coordinates:[-73.85082169, 40.82453034]} },
{type: 'Feature',properties:{Name: '2', Address: '2224 HERMANY AVENUE, CASTLE HILL/UNIONPORT', Month: '10', Price: '1000'}, geometry: { type: 'Point', coordinates:[-73.8483748, 40.82485926]} },
{type: 'Feature',properties:{Name: '2', Address: '1014 VIRGINIA AVENUE, CASTLE HILL/UNIONPORT', Month: '4', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.85881654, 40.82678833]} },
{type: 'Feature',properties:{Name: '2', Address: '1986A POWELL AVENUE, CASTLE HILL/UNIONPORT', Month: '7', Price: '1714'}, geometry: { type: 'Point', coordinates:[-73.85770747, 40.83006142]} },
{type: 'Feature',properties:{Name: '2', Address: '2034 BLACKROCK AVENUE, CASTLE HILL/UNIONPORT', Month: '6', Price: '1485'}, geometry: { type: 'Point', coordinates:[-73.85528646, 40.82838138]} },
{type: 'Feature',properties:{Name: '2', Address: '2040 HAVILAND AVENUE, CASTLE HILL/UNIONPORT', Month: '12', Price: '1080'}, geometry: { type: 'Point', coordinates:[-73.85548927, 40.82983634]} },
{type: 'Feature',properties:{Name: '2', Address: '2027 WATSON AVE, CASTLE HILL/UNIONPORT', Month: '11', Price: '1714'}, geometry: { type: 'Point', coordinates:[-73.85562819, 40.82909269]} },
{type: 'Feature',properties:{Name: '2', Address: '2017 WATSON AVENUE, CASTLE HILL/UNIONPORT', Month: '5', Price: '1496'}, geometry: { type: 'Point', coordinates:[-73.85584868, 40.82906278]} },
{type: 'Feature',properties:{Name: '2', Address: '2037 WATSON AVENUE, CASTLE HILL/UNIONPORT', Month: '8', Price: '1714'}, geometry: { type: 'Point', coordinates:[-73.85540771, 40.82912261]} },
{type: 'Feature',properties:{Name: '2', Address: '1104 OLMSTEAD AVENUE, CASTLE HILL/UNIONPORT', Month: '9', Price: '1645'}, geometry: { type: 'Point', coordinates:[-73.85362534, 40.82954579]} },
{type: 'Feature',properties:{Name: '2', Address: '2130 HAVILAND AVENUE, CASTLE HILL/UNIONPORT', Month: '6', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.8529952, 40.83017902]} },
{type: 'Feature',properties:{Name: '2', Address: '2116 CROSS BRONX EP SR S, CASTLE HILL/UNIONPORT', Month: '1', Price: '1633'}, geometry: { type: 'Point', coordinates:[-73.85262556, 40.83065613]} },
{type: 'Feature',properties:{Name: '2', Address: '2118 CROSS BRONX EXPRESSW, CASTLE HILL/UNIONPORT', Month: '11', Price: '1633'}, geometry: { type: 'Point', coordinates:[-73.85258584, 40.8306451]} },
{type: 'Feature',properties:{Name: '2', Address: '2234 BLACKROCK AVENUE, CASTLE HILL/UNIONPORT', Month: '10', Price: '1790'}, geometry: { type: 'Point', coordinates:[-73.84955021, 40.82915903]} },
{type: 'Feature',properties:{Name: '2', Address: '311 CASTLE HILL AVENUE, CASTLE HILL/UNIONPORT', Month: '2', Price: '1902'}, geometry: { type: 'Point', coordinates:[-73.84673904, 40.81342807]} },
{type: 'Feature',properties:{Name: '2', Address: '336 HOWE AVENUE, CASTLE HILL/UNIONPORT', Month: '6', Price: '1902'}, geometry: { type: 'Point', coordinates:[-73.84785126, 40.81363266]} },
{type: 'Feature',properties:{Name: '2', Address: '327 HOWE AVENUE, CASTLE HILL/UNIONPORT', Month: '10', Price: '1902'}, geometry: { type: 'Point', coordinates:[-73.84784433, 40.8135009]} },
{type: 'Feature',properties:{Name: '2', Address: '313 TORRY AVENUE, CASTLE HILL/UNIONPORT', Month: '2', Price: '1902'}, geometry: { type: 'Point', coordinates:[-73.84899559, 40.81401568]} },
{type: 'Feature',properties:{Name: '2', Address: '322 CASTLE HILL AVE, CASTLE HILL/UNIONPORT', Month: '11', Price: '1902'}, geometry: { type: 'Point', coordinates:[-73.84675313, 40.81358454]} },
{type: 'Feature',properties:{Name: '2', Address: '2100 LACOMBE AVENUE, CASTLE HILL/UNIONPORT', Month: '9', Price: '2106'}, geometry: { type: 'Point', coordinates:[-73.85044226, 40.81650977]} },
{type: 'Feature',properties:{Name: '2', Address: '2118 LACOMBE, CASTLE HILL/UNIONPORT', Month: '6', Price: '2106'}, geometry: { type: 'Point', coordinates:[-73.84997969, 40.81656956]} },
{type: 'Feature',properties:{Name: '2', Address: '449 TORRY AVENUE, CASTLE HILL/UNIONPORT', Month: '6', Price: '2314'}, geometry: { type: 'Point', coordinates:[-73.84934248, 40.81557513]} },
{type: 'Feature',properties:{Name: '2', Address: '443 TORRY AVENUE, CASTLE HILL/UNIONPORT', Month: '7', Price: '2336'}, geometry: { type: 'Point', coordinates:[-73.849321, 40.81548728]} },
{type: 'Feature',properties:{Name: '2', Address: '443 TORRY AVENUE, CASTLE HILL/UNIONPORT', Month: '7', Price: '2336'}, geometry: { type: 'Point', coordinates:[-73.849321, 40.81548728]} },
{type: 'Feature',properties:{Name: '2', Address: '437 HOWE AVENUE, CASTLE HILL/UNIONPORT', Month: '8', Price: '1630'}, geometry: { type: 'Point', coordinates:[-73.84831657, 40.81552987]} },
{type: 'Feature',properties:{Name: '2', Address: '470 HOWE AVENUE, CASTLE HILL/UNIONPORT', Month: '1', Price: '2020'}, geometry: { type: 'Point', coordinates:[-73.84840935, 40.81603777]} },
{type: 'Feature',properties:{Name: '2', Address: '444 CASTLE HILL AVENUE, CASTLE HILL/UNIONPORT', Month: '12', Price: '2073'}, geometry: { type: 'Point', coordinates:[-73.8472719, 40.81579199]} },
{type: 'Feature',properties:{Name: '2', Address: '2073 LACOMBE, CASTLE HILL/UNIONPORT', Month: '9', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.85125173, 40.8164175]} },
{type: 'Feature',properties:{Name: '2', Address: '2013 LACOMBE AVENUE, CASTLE HILL/UNIONPORT', Month: '2', Price: '2325'}, geometry: { type: 'Point', coordinates:[-73.85303697, 40.81617551]} },
{type: 'Feature',properties:{Name: '2', Address: '2060 CICERO AVENUE, CASTLE HILL/UNIONPORT', Month: '4', Price: '2325'}, geometry: { type: 'Point', coordinates:[-73.85140909, 40.81713407]} },
{type: 'Feature',properties:{Name: '2', Address: '2066 CICERO AVENUE, CASTLE HILL/UNIONPORT', Month: '2', Price: '2325'}, geometry: { type: 'Point', coordinates:[-73.85121756, 40.81715853]} },
{type: 'Feature',properties:{Name: '2', Address: '2011 CICERO AVENUE, CASTLE HILL/UNIONPORT', Month: '5', Price: '2325'}, geometry: { type: 'Point', coordinates:[-73.85311843, 40.81691669]} },
{type: 'Feature',properties:{Name: '2', Address: '2074 CAESAR PLACE, CASTLE HILL/UNIONPORT', Month: '7', Price: '2325'}, geometry: { type: 'Point', coordinates:[-73.85142567, 40.81780106]} },
{type: 'Feature',properties:{Name: '2', Address: '2071 CICERO AVENUE, CASTLE HILL/UNIONPORT', Month: '12', Price: '2325'}, geometry: { type: 'Point', coordinates:[-73.85182465, 40.81709344]} },
{type: 'Feature',properties:{Name: '2', Address: '2065 CAESAR PLACE, CASTLE HILL/UNIONPORT', Month: '3', Price: '2425'}, geometry: { type: 'Point', coordinates:[-73.85166054, 40.8177849]} },
{type: 'Feature',properties:{Name: '2', Address: '2045 CAESAR, CASTLE HILL/UNIONPORT', Month: '9', Price: '2325'}, geometry: { type: 'Point', coordinates:[-73.85223515, 40.81770604]} },
{type: 'Feature',properties:{Name: '2', Address: '2039 CAESAR PLACE, CASTLE HILL/UNIONPORT', Month: '2', Price: '2425'}, geometry: { type: 'Point', coordinates:[-73.852405, 40.8176843]} },
{type: 'Feature',properties:{Name: '2', Address: '2090 RANDALL AVENUE, CASTLE HILL/UNIONPORT', Month: '4', Price: '2325'}, geometry: { type: 'Point', coordinates:[-73.85172391, 40.8185288]} },
{type: 'Feature',properties:{Name: '2', Address: '2219 CINCINNATUS AVENUE, CASTLE HILL/UNIONPORT', Month: '8', Price: '2810'}, geometry: { type: 'Point', coordinates:[-73.84763691, 40.82046948]} },
{type: 'Feature',properties:{Name: '2', Address: '679 HAVEMEYER AVENUE, CASTLE HILL/UNIONPORT', Month: '12', Price: '2064'}, geometry: { type: 'Point', coordinates:[-73.84536651, 40.82109225]} },
{type: 'Feature',properties:{Name: '2', Address: '2090 HOMER AVENUE, CASTLE HILL/UNIONPORT', Month: '1', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.85238242, 40.82134847]} },
{type: 'Feature',properties:{Name: '2', Address: '2092 HOMER AVENUE, CASTLE HILL/UNIONPORT', Month: '11', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.85233906, 40.82135391]} },
{type: 'Feature',properties:{Name: '2', Address: '2077 HOMER AVENUE, CASTLE HILL/UNIONPORT', Month: '12', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.8526932, 40.82132417]} },
{type: 'Feature',properties:{Name: '2', Address: '2063 VIRGIL PLACE, CASTLE HILL/UNIONPORT', Month: '9', Price: '2860'}, geometry: { type: 'Point', coordinates:[-73.85315072, 40.82192859]} },
{type: 'Feature',properties:{Name: '2', Address: '2110 LAFAYETTE AVENUE, CASTLE HILL/UNIONPORT', Month: '5', Price: '2480'}, geometry: { type: 'Point', coordinates:[-73.85139976, 40.82293092]} },
{type: 'Feature',properties:{Name: '2', Address: '2157 TURNBULL AVE, CASTLE HILL/UNIONPORT', Month: '11', Price: '1661'}, geometry: { type: 'Point', coordinates:[-73.85057392, 40.8238411]} },
{type: 'Feature',properties:{Name: '2', Address: '866 OLMSTEAD AVENUE, CASTLE HILL/UNIONPORT', Month: '2', Price: '1790'}, geometry: { type: 'Point', coordinates:[-73.85245128, 40.82451322]} },
{type: 'Feature',properties:{Name: '2', Address: '2168 STORY AVE, CASTLE HILL/UNIONPORT', Month: '11', Price: '2310'}, geometry: { type: 'Point', coordinates:[-73.8506393, 40.82529863]} },
{type: 'Feature',properties:{Name: '2', Address: '2150 QUIMBY AVENUE, CASTLE HILL/UNIONPORT', Month: '6', Price: '2932'}, geometry: { type: 'Point', coordinates:[-73.8512087, 40.82596907]} },
{type: 'Feature',properties:{Name: '2', Address: '2154 QUIMBY AVENUE, CASTLE HILL/UNIONPORT', Month: '9', Price: '3160'}, geometry: { type: 'Point', coordinates:[-73.85112195, 40.82597994]} },
{type: 'Feature',properties:{Name: '2', Address: '801 HAVEMEYER AVENUE, CASTLE HILL/UNIONPORT', Month: '12', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.84599256, 40.82378292]} },
{type: 'Feature',properties:{Name: '2', Address: '2203 TURNBULL AVENUE, CASTLE HILL/UNIONPORT', Month: '1', Price: '2126'}, geometry: { type: 'Point', coordinates:[-73.84869089, 40.8240939]} },
{type: 'Feature',properties:{Name: '2', Address: '2232 HERMANY AVENUE, CASTLE HILL/UNIONPORT', Month: '11', Price: '2580'}, geometry: { type: 'Point', coordinates:[-73.84820131, 40.82488099]} },
{type: 'Feature',properties:{Name: '2', Address: '2252 STORY AVENUE, CASTLE HILL/UNIONPORT', Month: '4', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.84793215, 40.82566288]} },
{type: 'Feature',properties:{Name: '2', Address: '2227 STORY AVENUE, CASTLE HILL/UNIONPORT', Month: '11', Price: '2300'}, geometry: { type: 'Point', coordinates:[-73.84850318, 40.82560325]} },
{type: 'Feature',properties:{Name: '2', Address: '944 CASTLE HILL AVENUE, CASTLE HILL/UNIONPORT', Month: '7', Price: '1986'}, geometry: { type: 'Point', coordinates:[-73.84977294, 40.82653811]} },
{type: 'Feature',properties:{Name: '2', Address: '2234 BRUCKNER BLVD., CASTLE HILL/UNIONPORT', Month: '10', Price: '1385'}, geometry: { type: 'Point', coordinates:[-73.84866249, 40.82704992]} },
{type: 'Feature',properties:{Name: '2', Address: '2241 QUIMBY AVENUE, CASTLE HILL/UNIONPORT', Month: '11', Price: '2440'}, geometry: { type: 'Point', coordinates:[-73.84836414, 40.82636335]} },
{type: 'Feature',properties:{Name: '2', Address: '2344 STORY AVENUE, CASTLE HILL/UNIONPORT', Month: '1', Price: '2142'}, geometry: { type: 'Point', coordinates:[-73.84504424, 40.82605153]} },
{type: 'Feature',properties:{Name: '2', Address: '2335 STORY AVENUE, CASTLE HILL/UNIONPORT', Month: '9', Price: '1970'}, geometry: { type: 'Point', coordinates:[-73.8452683, 40.82603811]} },
{type: 'Feature',properties:{Name: '2', Address: '1043 VIRGINIA AVE, CASTLE HILL/UNIONPORT', Month: '7', Price: '3262'}, geometry: { type: 'Point', coordinates:[-73.8591367, 40.82745843]} },
{type: 'Feature',properties:{Name: '2', Address: '1043 VIRGINIA AVE, CASTLE HILL/UNIONPORT', Month: '2', Price: '3262'}, geometry: { type: 'Point', coordinates:[-73.8591367, 40.82745843]} },
{type: 'Feature',properties:{Name: '2', Address: '1048 VIRGINIA AVENUE, CASTLE HILL/UNIONPORT', Month: '1', Price: '1734'}, geometry: { type: 'Point', coordinates:[-73.85916538, 40.82756826]} },
{type: 'Feature',properties:{Name: '2', Address: '1961 HAVILAND AVENUE, CASTLE HILL/UNIONPORT', Month: '7', Price: '1246'}, geometry: { type: 'Point', coordinates:[-73.85835555, 40.82946661]} },
{type: 'Feature',properties:{Name: '2', Address: '1943 HAVILAND AVENUE, CASTLE HILL/UNIONPORT', Month: '7', Price: '1246'}, geometry: { type: 'Point', coordinates:[-73.85885797, 40.82939861]} },
{type: 'Feature',properties:{Name: '2', Address: '1931 GLEASON AVE, CASTLE HILL/UNIONPORT', Month: '10', Price: '2145'}, geometry: { type: 'Point', coordinates:[-73.85975485, 40.83076383]} },
{type: 'Feature',properties:{Name: '2', Address: '1979 GLEASON AVENUE, CASTLE HILL/UNIONPORT', Month: '4', Price: '1522'}, geometry: { type: 'Point', coordinates:[-73.85828372, 40.83095965]} },
{type: 'Feature',properties:{Name: '2', Address: '1954 CROSS BRONX EP SR S, CASTLE HILL/UNIONPORT', Month: '1', Price: '4340'}, geometry: { type: 'Point', coordinates:[-73.85828445, 40.83231279]} },
{type: 'Feature',properties:{Name: '2', Address: '2046 CHATTERTON AVENUE, CASTLE HILL/UNIONPORT', Month: '3', Price: '3366'}, geometry: { type: 'Point', coordinates:[-73.85471338, 40.82771644]} },
{type: 'Feature',properties:{Name: '2', Address: '2046 CHATTERTON AVENUE, CASTLE HILL/UNIONPORT', Month: '4', Price: '3366'}, geometry: { type: 'Point', coordinates:[-73.85471338, 40.82771644]} },
{type: 'Feature',properties:{Name: '2', Address: '1043 OLMSTEAD AVENUE, CASTLE HILL/UNIONPORT', Month: '7', Price: '3246'}, geometry: { type: 'Point', coordinates:[-73.85334637, 40.8282417]} },
{type: 'Feature',properties:{Name: '2', Address: '2064 POWELL AVENUE, CASTLE HILL/UNIONPORT', Month: '3', Price: '2620'}, geometry: { type: 'Point', coordinates:[-73.85457316, 40.83070252]} },
{type: 'Feature',properties:{Name: '2', Address: '2060 POWELL AVENUE, CASTLE HILL/UNIONPORT', Month: '10', Price: '2620'}, geometry: { type: 'Point', coordinates:[-73.85469606, 40.8306862]} },
{type: 'Feature',properties:{Name: '2', Address: '1000 OLMSTEAD AVENUE, CASTLE HILL/UNIONPORT', Month: '9', Price: '1145'}, geometry: { type: 'Point', coordinates:[-73.85310635, 40.82729721]} },
{type: 'Feature',properties:{Name: '2', Address: '2116 CHATTERTON AVENUE, CASTLE HILL/UNIONPORT', Month: '3', Price: '2096'}, geometry: { type: 'Point', coordinates:[-73.85245074, 40.82801823]} },
{type: 'Feature',properties:{Name: '2', Address: '1138 OLMSTEAD AVENUE, CASTLE HILL/UNIONPORT', Month: '10', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.85379361, 40.83025963]} },
{type: 'Feature',properties:{Name: '2', Address: '2126 CROSS BRONX EXPRESSW, CASTLE HILL/UNIONPORT', Month: '2', Price: '2060'}, geometry: { type: 'Point', coordinates:[-73.85243417, 40.83059824]} },
{type: 'Feature',properties:{Name: '2', Address: '2226 CHATTERTON AVENUE, CASTLE HILL/UNIONPORT', Month: '4', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.84919767, 40.82846416]} },
{type: 'Feature',properties:{Name: '2', Address: '2230 CHATTERTON AVENUE, CASTLE HILL/UNIONPORT', Month: '10', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.84911092, 40.82847502]} },
{type: 'Feature',properties:{Name: '2', Address: '2225 BRUCKNER BOULEVARD, CASTLE HILL/UNIONPORT', Month: '4', Price: '2304'}, geometry: { type: 'Point', coordinates:[-73.8490584, 40.82773388]} },
{type: 'Feature',properties:{Name: '2', Address: '2216 BLACKROCK, CASTLE HILL/UNIONPORT', Month: '8', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.84959048, 40.82893127]} },
{type: 'Feature',properties:{Name: '2', Address: '2213 CHATTERTON AVENUE, CASTLE HILL/UNIONPORT', Month: '5', Price: '2496'}, geometry: { type: 'Point', coordinates:[-73.84949764, 40.8284371]} },
{type: 'Feature',properties:{Name: '2', Address: '2148 LACOMBE AVENUE, CASTLE HILL/UNIONPORT', Month: '12', Price: '2650'}, geometry: { type: 'Point', coordinates:[-73.84898226, 40.81670274]} },
{type: 'Feature',properties:{Name: '2', Address: '457 CASTLE HILL AVENUE, CASTLE HILL/UNIONPORT', Month: '6', Price: '2650'}, geometry: { type: 'Point', coordinates:[-73.84733291, 40.81596773]} },
{type: 'Feature',properties:{Name: '2', Address: '2201 NORTON AVE, CASTLE HILL/UNIONPORT', Month: '9', Price: '3450'}, geometry: { type: 'Point', coordinates:[-73.84689833, 40.81485554]} },
{type: 'Feature',properties:{Name: '2', Address: '2201 NORTON AVENUE, CASTLE HILL/UNIONPORT', Month: '7', Price: '3450'}, geometry: { type: 'Point', coordinates:[-73.84689833, 40.81485554]} },
{type: 'Feature',properties:{Name: '2', Address: '446 CASTLE HILL AVENUE, CASTLE HILL/UNIONPORT', Month: '9', Price: '2073'}, geometry: { type: 'Point', coordinates:[-73.84727905, 40.81582219]} },
{type: 'Feature',properties:{Name: '2', Address: '421 ZEREGA AVENUE, CASTLE HILL/UNIONPORT', Month: '1', Price: '3007'}, geometry: { type: 'Point', coordinates:[-73.84497445, 40.81568462]} },
{type: 'Feature',properties:{Name: '2', Address: '2006 HOMER AVENUE, CASTLE HILL/UNIONPORT', Month: '4', Price: '3420'}, geometry: { type: 'Point', coordinates:[-73.85421477, 40.82110104]} },
{type: 'Feature',properties:{Name: '2', Address: '2134 HOMER AVENUE, CASTLE HILL/UNIONPORT', Month: '2', Price: '2350'}, geometry: { type: 'Point', coordinates:[-73.85054645, 40.82159588]} },
{type: 'Feature',properties:{Name: '2', Address: '2124 VIRGIL PLACE, CASTLE HILL/UNIONPORT', Month: '7', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.85091359, 40.82221392]} },
{type: 'Feature',properties:{Name: '2', Address: '2117 VIRGIL PLACE, CASTLE HILL/UNIONPORT', Month: '9', Price: '3720'}, geometry: { type: 'Point', coordinates:[-73.85109427, 40.82220592]} },
{type: 'Feature',properties:{Name: '2', Address: '790 OLMSTEAD AVENUE, CASTLE HILL/UNIONPORT', Month: '4', Price: '3720'}, geometry: { type: 'Point', coordinates:[-73.85199322, 40.82252272]} },
{type: 'Feature',properties:{Name: '2', Address: '2122 LAFAYETTE AVENUE, CASTLE HILL/UNIONPORT', Month: '10', Price: '3720'}, geometry: { type: 'Point', coordinates:[-73.85113592, 40.82296626]} },
{type: 'Feature',properties:{Name: '2', Address: '2128 LAFAYETTE AVENUE, CASTLE HILL/UNIONPORT', Month: '12', Price: '3720'}, geometry: { type: 'Point', coordinates:[-73.85100581, 40.82298256]} },
{type: 'Feature',properties:{Name: '2', Address: '842 CASTLE HILL AVENUE, CASTLE HILL/UNIONPORT', Month: '12', Price: '3620'}, geometry: { type: 'Point', coordinates:[-73.8492576, 40.82434167]} },
{type: 'Feature',properties:{Name: '2', Address: '2328 TURNBULL AVENUE, CASTLE HILL/UNIONPORT', Month: '3', Price: '2137'}, geometry: { type: 'Point', coordinates:[-73.8454453, 40.82450405]} },
{type: 'Feature',properties:{Name: '2', Address: '836 HAVEMEYER AVENUE, CASTLE HILL/UNIONPORT', Month: '11', Price: '3150'}, geometry: { type: 'Point', coordinates:[-73.84617123, 40.82464225]} },
{type: 'Feature',properties:{Name: '2', Address: '2350 QUIMBY AVE, CASTLE HILL/UNIONPORT', Month: '12', Price: '2415'}, geometry: { type: 'Point', coordinates:[-73.84499914, 40.82680078]} },
{type: 'Feature',properties:{Name: '2', Address: '1238 WHITE PLAINS ROAD, CASTLE HILL/UNIONPORT', Month: '7', Price: '1560'}, geometry: { type: 'Point', coordinates:[-73.86203715, 40.83146923]} },
{type: 'Feature',properties:{Name: '2', Address: '1250 WHITE PLAINS ROAD, CASTLE HILL/UNIONPORT', Month: '6', Price: '1560'}, geometry: { type: 'Point', coordinates:[-73.86213066, 40.83168068]} },
{type: 'Feature',properties:{Name: '2', Address: '1250 WHITE PLAINS ROAD, CASTLE HILL/UNIONPORT', Month: '6', Price: '1560'}, geometry: { type: 'Point', coordinates:[-73.86213066, 40.83168068]} },
{type: 'Feature',properties:{Name: '2', Address: '1254 WHITE PLAINS ROAD, CASTLE HILL/UNIONPORT', Month: '8', Price: '1560'}, geometry: { type: 'Point', coordinates:[-73.86216303, 40.83175208]} },
{type: 'Feature',properties:{Name: '2', Address: '1934 CHATTERTON AVE, CASTLE HILL/UNIONPORT', Month: '3', Price: '3219'}, geometry: { type: 'Point', coordinates:[-73.85824829, 40.82723777]} },
{type: 'Feature',properties:{Name: '2', Address: '1933 WATSON AVENUE, CASTLE HILL/UNIONPORT', Month: '3', Price: '2156'}, geometry: { type: 'Point', coordinates:[-73.85885592, 40.82866028]} },
{type: 'Feature',properties:{Name: '2', Address: '1970 POWELL AVENUE, CASTLE HILL/UNIONPORT', Month: '1', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.85830341, 40.83019939]} },
{type: 'Feature',properties:{Name: '2', Address: '1932 ELLIS AVENUE, CASTLE HILL/UNIONPORT', Month: '2', Price: '2330'}, geometry: { type: 'Point', coordinates:[-73.85996659, 40.8314585]} },
{type: 'Feature',properties:{Name: '2', Address: '1948 ELLIS AVENUE, CASTLE HILL/UNIONPORT', Month: '8', Price: '3610'}, geometry: { type: 'Point', coordinates:[-73.85945331, 40.83152649]} },
{type: 'Feature',properties:{Name: '2', Address: '1960 ELLIS AVE, CASTLE HILL/UNIONPORT', Month: '12', Price: '2836'}, geometry: { type: 'Point', coordinates:[-73.85907016, 40.83157817]} },
{type: 'Feature',properties:{Name: '2', Address: '2047 HAVILAND AVENUE, CASTLE HILL/UNIONPORT', Month: '7', Price: '2480'}, geometry: { type: 'Point', coordinates:[-73.8553591, 40.82987185]} },
{type: 'Feature',properties:{Name: '2', Address: '2112 WATSON AVENUE, CASTLE HILL/UNIONPORT', Month: '4', Price: '3372'}, geometry: { type: 'Point', coordinates:[-73.85287034, 40.82944876]} },
{type: 'Feature',properties:{Name: '2', Address: '2138 WATSON AVENUE, CASTLE HILL/UNIONPORT', Month: '12', Price: '2710'}, geometry: { type: 'Point', coordinates:[-73.85230285, 40.82952764]} },
{type: 'Feature',properties:{Name: '2', Address: '2249 CHATTERTON AVENUE, CASTLE HILL/UNIONPORT', Month: '9', Price: '2776'}, geometry: { type: 'Point', coordinates:[-73.84873135, 40.82854589]} },
{type: 'Feature',properties:{Name: '2', Address: '450 HOWE AVENUE, CASTLE HILL/UNIONPORT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84834138, 40.81574125]} },
{type: 'Feature',properties:{Name: '2', Address: '464 HOWE AVENUE, CASTLE HILL/UNIONPORT', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84839148, 40.81594992]} },
{type: 'Feature',properties:{Name: '2', Address: '478 HOWE AVENUE, CASTLE HILL/UNIONPORT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84843798, 40.81615583]} },
{type: 'Feature',properties:{Name: '2', Address: '2158 HOMER AVENUE, CASTLE HILL/UNIONPORT', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8500224, 40.82166656]} },
{type: 'Feature',properties:{Name: '2', Address: 'HAVILAND AVENUE, CASTLE HILL/UNIONPORT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85841653, 40.82967803]} },
{type: 'Feature',properties:{Name: '2', Address: '2226 QUIMBY AVENUE, CASTLE HILL/UNIONPORT', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84866779, 40.82630611]} },
{type: 'Feature',properties:{Name: '2', Address: '1942 ELLIS AVENUE, CASTLE HILL/UNIONPORT', Month: '11', Price: '2680'}, geometry: { type: 'Point', coordinates:[-73.85964488, 40.83150202]} },
{type: 'Feature',properties:{Name: '2', Address: '2040 GLEASON AVENUE, CASTLE HILL/UNIONPORT', Month: '1', Price: '20971'}, geometry: { type: 'Point', coordinates:[-73.85627041, 40.83121791]} },
{type: 'Feature',properties:{Name: '2', Address: '2141 BRUCKNER BOULEVARD, CASTLE HILL/UNIONPORT', Month: '1', Price: '3403'}, geometry: { type: 'Point', coordinates:[-73.85176202, 40.82737234]} },
{type: 'Feature',properties:{Name: '2', Address: '2131 BRUCKNER BOULEVARD, CASTLE HILL/UNIONPORT', Month: '2', Price: '3403'}, geometry: { type: 'Point', coordinates:[-73.85197888, 40.82734242]} },
{type: 'Feature',properties:{Name: '2', Address: '2131 BRUCKNER BOULEVARD, CASTLE HILL/UNIONPORT', Month: '4', Price: '3403'}, geometry: { type: 'Point', coordinates:[-73.85197888, 40.82734242]} },
{type: 'Feature',properties:{Name: '2', Address: '2142 WATSON AVENUE, CASTLE HILL/UNIONPORT', Month: '4', Price: '3360'}, geometry: { type: 'Point', coordinates:[-73.8522161, 40.8295385]} },
{type: 'Feature',properties:{Name: '2', Address: '2001-2045 STORY AVENUE, CASTLE HILL/UNIONPORT', Month: '5', Price: '421833'}, geometry: { type: 'Point', coordinates:[-73.85519329, 40.82470334]} },
{type: 'Feature',properties:{Name: '2', Address: '1966 NEWBOLD AVENUE, 1407, CASTLE HILL/UNIONPORT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85931437, 40.83229484]} },
{type: 'Feature',properties:{Name: '2', Address: '1966 NEWBOLD AVENUE, 106, CASTLE HILL/UNIONPORT', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85931437, 40.83229484]} },
{type: 'Feature',properties:{Name: '2', Address: '1966 NEWBOLD AVENUE, 506, CASTLE HILL/UNIONPORT', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85931437, 40.83229484]} },
{type: 'Feature',properties:{Name: '2', Address: '1966 NEWBOLD AVENUE, 302, CASTLE HILL/UNIONPORT', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85931437, 40.83229484]} },
{type: 'Feature',properties:{Name: '2', Address: '1966 NEWBOLD AVENUE, 404, CASTLE HILL/UNIONPORT', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85931437, 40.83229484]} },
{type: 'Feature',properties:{Name: '2', Address: '920 CASTLE HILL AVENUE, CASTLE HILL/UNIONPORT', Month: '1', Price: '7882'}, geometry: { type: 'Point', coordinates:[-73.84962979, 40.82592586]} },
{type: 'Feature',properties:{Name: '2', Address: '2202 LAFAYETTE AVENUE, CASTLE HILL/UNIONPORT', Month: '3', Price: '8840'}, geometry: { type: 'Point', coordinates:[-73.84851199, 40.82331965]} },
{type: 'Feature',properties:{Name: '2', Address: '2338 BRUCKNER BOULEVARD, CASTLE HILL/UNIONPORT', Month: '1', Price: '22896'}, geometry: { type: 'Point', coordinates:[-73.84550335, 40.82751234]} },
{type: 'Feature',properties:{Name: '2', Address: '2342 BRUCKNER BOULEVARD, CASTLE HILL/UNIONPORT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84540936, 40.82752868]} },
{type: 'Feature',properties:{Name: '2', Address: '1112 WHITE PLAINS ROAD, CASTLE HILL/UNIONPORT', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86088614, 40.82891251]} },
{type: 'Feature',properties:{Name: '2', Address: '50 MARINE STREET, CITY ISLAND', Month: '4', Price: '1363'}, geometry: { type: 'Point', coordinates:[-73.78588145, 40.84025959]} },
{type: 'Feature',properties:{Name: '2', Address: '56 MARINE STREET, CITY ISLAND', Month: '9', Price: '2746'}, geometry: { type: 'Point', coordinates:[-73.78578381, 40.84027862]} },
{type: 'Feature',properties:{Name: '2', Address: '101 BUCKLEY STREET, CITY ISLAND', Month: '7', Price: '1140'}, geometry: { type: 'Point', coordinates:[-73.78451654, 40.83988651]} },
{type: 'Feature',properties:{Name: '2', Address: '77 BUCKLEY STREET, CITY ISLAND', Month: '3', Price: '1681'}, geometry: { type: 'Point', coordinates:[-73.78504088, 40.83979417]} },
{type: 'Feature',properties:{Name: '2', Address: '73 BUCKLEY STREET, CITY ISLAND', Month: '5', Price: '1500'}, geometry: { type: 'Point', coordinates:[-73.78512767, 40.83977787]} },
{type: 'Feature',properties:{Name: '2', Address: '123 HORTON STREET, CITY ISLAND', Month: '6', Price: '974'}, geometry: { type: 'Point', coordinates:[-73.78403372, 40.83943822]} },
{type: 'Feature',properties:{Name: '2', Address: '78 REYNOLDS STREET, CITY ISLAND', Month: '9', Price: '1672'}, geometry: { type: 'Point', coordinates:[-73.78553368, 40.84163405]} },
{type: 'Feature',properties:{Name: '2', Address: '90 REYNOLDS ST, CITY ISLAND', Month: '11', Price: '1659'}, geometry: { type: 'Point', coordinates:[-73.78529499, 40.84168301]} },
{type: 'Feature',properties:{Name: '2', Address: '67 REYNOLD STREET, CITY ISLAND', Month: '11', Price: '1284'}, geometry: { type: 'Point', coordinates:[-73.78576148, 40.84160154]} },
{type: 'Feature',properties:{Name: '2', Address: '63 REYNOLDS STREET, CITY ISLAND', Month: '11', Price: '1054'}, geometry: { type: 'Point', coordinates:[-73.78584104, 40.84158522]} },
{type: 'Feature',properties:{Name: '2', Address: '80 EARLEY STREET, CITY ISLAND', Month: '11', Price: '1408'}, geometry: { type: 'Point', coordinates:[-73.78605729, 40.84289485]} },
{type: 'Feature',properties:{Name: '2', Address: '33 EARLEY STREET, CITY ISLAND', Month: '12', Price: '1007'}, geometry: { type: 'Point', coordinates:[-73.78707714, 40.84269363]} },
{type: 'Feature',properties:{Name: '2', Address: '25 EARLEY, CITY ISLAND', Month: '10', Price: '2484'}, geometry: { type: 'Point', coordinates:[-73.78724713, 40.84265826]} },
{type: 'Feature',properties:{Name: '2', Address: '25 WINTERS STREET, CITY ISLAND', Month: '8', Price: '1281'}, geometry: { type: 'Point', coordinates:[-73.78803699, 40.84317572]} },
{type: 'Feature',properties:{Name: '2', Address: '41 CENTRE STREET, CITY ISLAND', Month: '10', Price: '1742'}, geometry: { type: 'Point', coordinates:[-73.78803826, 40.84390856]} },
{type: 'Feature',properties:{Name: '2', Address: '229 CITY ISLAND AVE, CITY ISLAND', Month: '4', Price: '2250'}, geometry: { type: 'Point', coordinates:[-73.78557421, 40.84475761]} },
{type: 'Feature',properties:{Name: '2', Address: '45 SCHOFIELD STREET, CITY ISLAND', Month: '3', Price: '1134'}, geometry: { type: 'Point', coordinates:[-73.78830002, 40.84456503]} },
{type: 'Feature',properties:{Name: '2', Address: '23 SCHOFIELD STREET, CITY ISLAND', Month: '11', Price: '680'}, geometry: { type: 'Point', coordinates:[-73.78872319, 40.84446974]} },
{type: 'Feature',properties:{Name: '2', Address: '93 SCHOFIELD STREET, CITY ISLAND', Month: '7', Price: '458'}, geometry: { type: 'Point', coordinates:[-73.78688219, 40.84488355]} },
{type: 'Feature',properties:{Name: '2', Address: '50 FORDHAM STREET, CITY ISLAND', Month: '3', Price: '1026'}, geometry: { type: 'Point', coordinates:[-73.78894014, 40.8467208]} },
{type: 'Feature',properties:{Name: '2', Address: '51 HAWKINS STREET, CITY ISLAND', Month: '11', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.78885607, 40.84587802]} },
{type: 'Feature',properties:{Name: '2', Address: '60 HAWKINS STREET, CITY ISLAND', Month: '3', Price: '540'}, geometry: { type: 'Point', coordinates:[-73.788064, 40.84604125]} },
{type: 'Feature',properties:{Name: '2', Address: '72 HAWKINS STREET, CITY ISLAND', Month: '5', Price: '1482'}, geometry: { type: 'Point', coordinates:[-73.7878289, 40.84609297]} },
{type: 'Feature',properties:{Name: '2', Address: '93 HAWKINS STREET, CITY ISLAND', Month: '4', Price: '1738'}, geometry: { type: 'Point', coordinates:[-73.78744182, 40.8461993]} },
{type: 'Feature',properties:{Name: '2', Address: '321 CITY ISLAND AVENUE, CITY ISLAND', Month: '8', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.78663136, 40.84758663]} },
{type: 'Feature',properties:{Name: '2', Address: '323 CITY ISLAND AVENUE, CITY ISLAND', Month: '11', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.78664928, 40.84763607]} },
{type: 'Feature',properties:{Name: '2', Address: '325 CITY ISLAND AVENUE, CITY ISLAND', Month: '3', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.78666719, 40.8476855]} },
{type: 'Feature',properties:{Name: '2', Address: '327 CITY ISLAND AVENUE, CITY ISLAND', Month: '2', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.78668872, 40.84773495]} },
{type: 'Feature',properties:{Name: '2', Address: '329 CITY ISLAND AVENUE, CITY ISLAND', Month: '5', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.78670663, 40.84778439]} },
{type: 'Feature',properties:{Name: '2', Address: '68 TIER STREET, CITY ISLAND', Month: '3', Price: '794'}, geometry: { type: 'Point', coordinates:[-73.78880901, 40.84817526]} },
{type: 'Feature',properties:{Name: '2', Address: '75 BAY STREET, CITY ISLAND', Month: '6', Price: '1512'}, geometry: { type: 'Point', coordinates:[-73.78856532, 40.84751883]} },
{type: 'Feature',properties:{Name: '2', Address: '525 MINNIEFORD AVENUE, CITY ISLAND', Month: '11', Price: '1345'}, geometry: { type: 'Point', coordinates:[-73.78860987, 40.85283541]} },
{type: 'Feature',properties:{Name: '2', Address: '553 MINNIEFORD AVENUE, CITY ISLAND', Month: '4', Price: '1945'}, geometry: { type: 'Point', coordinates:[-73.78918921, 40.85366538]} },
{type: 'Feature',properties:{Name: '2', Address: '155 HORTON STREET, CITY ISLAND', Month: '12', Price: '600'}, geometry: { type: 'Point', coordinates:[-73.7830602, 40.83985085]} },
{type: 'Feature',properties:{Name: '2', Address: '166 SCHOFIELD STREET, CITY ISLAND', Month: '8', Price: '1128'}, geometry: { type: 'Point', coordinates:[-73.784676, 40.84533233]} },
{type: 'Feature',properties:{Name: '2', Address: '291 MINNIEFORD AVENUE, CITY ISLAND', Month: '8', Price: '1358'}, geometry: { type: 'Point', coordinates:[-73.7850713, 40.8471583]} },
{type: 'Feature',properties:{Name: '2', Address: '182 FORDHAM STREET, CITY ISLAND', Month: '10', Price: '2509'}, geometry: { type: 'Point', coordinates:[-73.78488191, 40.84760259]} },
{type: 'Feature',properties:{Name: '2', Address: '183 HAWKINS STREET, CITY ISLAND', Month: '8', Price: '1254'}, geometry: { type: 'Point', coordinates:[-73.78439758, 40.84648459]} },
{type: 'Feature',properties:{Name: '2', Address: '183 HAWKINS STREET, CITY ISLAND', Month: '10', Price: '1254'}, geometry: { type: 'Point', coordinates:[-73.78439758, 40.84648459]} },
{type: 'Feature',properties:{Name: '2', Address: '154 BAY STREET, CITY ISLAND', Month: '9', Price: '400'}, geometry: { type: 'Point', coordinates:[-73.78606257, 40.84799728]} },
{type: 'Feature',properties:{Name: '2', Address: '187 FORDHAM STREET, CITY ISLAND', Month: '11', Price: '504'}, geometry: { type: 'Point', coordinates:[-73.78474079, 40.84765173]} },
{type: 'Feature',properties:{Name: '2', Address: '148 REVILLE STREET, CITY ISLAND', Month: '9', Price: '1424'}, geometry: { type: 'Point', coordinates:[-73.78660836, 40.84912362]} },
{type: 'Feature',properties:{Name: '2', Address: '191 TIER STREET, CITY ISLAND', Month: '12', Price: '782'}, geometry: { type: 'Point', coordinates:[-73.78526493, 40.84875608]} },
{type: 'Feature',properties:{Name: '2', Address: '351 FORDHAM PLACE, CITY ISLAND', Month: '9', Price: '396'}, geometry: { type: 'Point', coordinates:[-73.78362038, 40.84873929]} },
{type: 'Feature',properties:{Name: '2', Address: '351 FORDHAM PLACE, CITY ISLAND', Month: '11', Price: '396'}, geometry: { type: 'Point', coordinates:[-73.78362038, 40.84873929]} },
{type: 'Feature',properties:{Name: '2', Address: '155 REVILLE STREET, CITY ISLAND', Month: '4', Price: '1759'}, geometry: { type: 'Point', coordinates:[-73.78635148, 40.8492]} },
{type: 'Feature',properties:{Name: '2', Address: '419 MINNIEFORD AVENUE, CITY ISLAND', Month: '4', Price: '852'}, geometry: { type: 'Point', coordinates:[-73.78694778, 40.85035937]} },
{type: 'Feature',properties:{Name: '2', Address: '416 MINNIEFORD AVENUE, CITY ISLAND', Month: '4', Price: '897'}, geometry: { type: 'Point', coordinates:[-73.78690449, 40.85033459]} },
{type: 'Feature',properties:{Name: '2', Address: '416 KING AVENUE, CITY ISLAND', Month: '6', Price: '1084'}, geometry: { type: 'Point', coordinates:[-73.78605792, 40.85056632]} },
{type: 'Feature',properties:{Name: '2', Address: '504 MINNIEFORD AVENUE, CITY ISLAND', Month: '1', Price: '2600'}, geometry: { type: 'Point', coordinates:[-73.78833269, 40.85246986]} },
{type: 'Feature',properties:{Name: '2', Address: '678 MINIEFORD AVENUE, CITY ISLAND', Month: '3', Price: '759'}, geometry: { type: 'Point', coordinates:[-73.79046248, 40.85683509]} },
{type: 'Feature',properties:{Name: '2', Address: '626 KING AVENUE, CITY ISLAND', Month: '3', Price: '2323'}, geometry: { type: 'Point', coordinates:[-73.78941816, 40.85556513]} },
{type: 'Feature',properties:{Name: '2', Address: '720 KING AVENUE, CITY ISLAND', Month: '10', Price: '6842'}, geometry: { type: 'Point', coordinates:[-73.78944253, 40.85814246]} },
{type: 'Feature',properties:{Name: '2', Address: '70 PELL PLACE, CITY ISLAND', Month: '12', Price: '1125'}, geometry: { type: 'Point', coordinates:[-73.78600888, 40.84221407]} },
{type: 'Feature',properties:{Name: '2', Address: '72 SCHOFIELD STREET, CITY ISLAND', Month: '10', Price: '2276'}, geometry: { type: 'Point', coordinates:[-73.78724756, 40.84478267]} },
{type: 'Feature',properties:{Name: '2', Address: '103 CENTRE STREET, CITY ISLAND', Month: '1', Price: '1728'}, geometry: { type: 'Point', coordinates:[-73.78639267, 40.84425136]} },
{type: 'Feature',properties:{Name: '2', Address: '67 FORDHAM STREET, CITY ISLAND', Month: '12', Price: '1998'}, geometry: { type: 'Point', coordinates:[-73.78815524, 40.84690051]} },
{type: 'Feature',properties:{Name: '2', Address: '43 BAY STREET, CITY ISLAND', Month: '12', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.78992885, 40.84723861]} },
{type: 'Feature',properties:{Name: '2', Address: '551 MINNIEFORD AVENUE, CITY ISLAND', Month: '12', Price: '1851'}, geometry: { type: 'Point', coordinates:[-73.78916403, 40.85362691]} },
{type: 'Feature',properties:{Name: '2', Address: '216 CITY ISLAND AVE, CITY ISLAND', Month: '2', Price: '1166'}, geometry: { type: 'Point', coordinates:[-73.78537334, 40.84428515]} },
{type: 'Feature',properties:{Name: '2', Address: '180 TERRACE STREET, CITY ISLAND', Month: '4', Price: '501'}, geometry: { type: 'Point', coordinates:[-73.7900191, 40.85758085]} },
{type: 'Feature',properties:{Name: '2', Address: '511 MINNIEFORD AVENUE, CITY ISLAND', Month: '11', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.78844435, 40.85259632]} },
{type: 'Feature',properties:{Name: '2', Address: '698 KING AVE, CITY ISLAND', Month: '7', Price: '1980'}, geometry: { type: 'Point', coordinates:[-73.7895167, 40.85755248]} },
{type: 'Feature',properties:{Name: '2', Address: '170 SCHOFIELD STREET, CITY ISLAND', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78457112, 40.84535409]} },
{type: 'Feature',properties:{Name: '2', Address: '170 SCHOFIELD STREET, CITY ISLAND', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78457112, 40.84535409]} },
{type: 'Feature',properties:{Name: '2', Address: '170 SCHOFIELD STREET, CITY ISLAND', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78457112, 40.84535409]} },
{type: 'Feature',properties:{Name: '2', Address: '170 SCHOFIELD STREET, CITY ISLAND', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78457112, 40.84535409]} },
{type: 'Feature',properties:{Name: '2', Address: '18 DEEP WATER WAY, CITY ISLAND', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78310039, 40.84636688]} },
{type: 'Feature',properties:{Name: '2', Address: '1 LANDING WAY, CITY ISLAND', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78335226, 40.84560707]} },
{type: 'Feature',properties:{Name: '2', Address: 'BUCKLEY STREET, CITY ISLAND', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78724625, 40.83954026]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A HAWKINS STREET, CITY ISLAND', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78882288, 40.84608381]} },
{type: 'Feature',properties:{Name: '2', Address: '158 FORDHAM STREET, CITY ISLAND', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7857464, 40.84740658]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A FORDHAM STREET, CITY ISLAND', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78397837, 40.84869055]} },
{type: 'Feature',properties:{Name: '2', Address: '417 CITY ISLAND AVENUE, CITY ISLAND', Month: '6', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.78775096, 40.8501303]} },
{type: 'Feature',properties:{Name: '2', Address: '450 CITY ISLAND AVENUE, CITY ISLAND', Month: '10', Price: '4650'}, geometry: { type: 'Point', coordinates:[-73.78835539, 40.85101795]} },
{type: 'Feature',properties:{Name: '2', Address: '33 TIER STREET, A1, CITY ISLAND', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79029554, 40.84786782]} },
{type: 'Feature',properties:{Name: '2', Address: '33 TIER STREET, H3, CITY ISLAND', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79029554, 40.84786782]} },
{type: 'Feature',properties:{Name: '2', Address: '33 TIER STREET, C, CITY ISLAND', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79029554, 40.84786782]} },
{type: 'Feature',properties:{Name: '2', Address: '650 CITY ISLAND AVENUE, CITY ISLAND', Month: '2', Price: '2580'}, geometry: { type: 'Point', coordinates:[-73.79147389, 40.85592843]} },
{type: 'Feature',properties:{Name: '2', Address: '261 CITY ISLAND AVENUE, CITY ISLAND', Month: '11', Price: '3900'}, geometry: { type: 'Point', coordinates:[-73.78600056, 40.84592491]} },
{type: 'Feature',properties:{Name: '2', Address: '673 CITY ISLAND AVENUE, CITY ISLAND', Month: '5', Price: '5000'}, geometry: { type: 'Point', coordinates:[-73.79144769, 40.85621383]} },
{type: 'Feature',properties:{Name: '2', Address: '121 CITY ISLAND AVENUE, CITY ISLAND', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78429145, 40.84131609]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A CITY ISLAND AVENUE, CITY ISLAND', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79218791, 40.85648415]} },
{type: 'Feature',properties:{Name: '2', Address: 'BOWNE STREET, CITY ISLAND', Month: '5', Price: '200'}, geometry: { type: 'Point', coordinates:[-73.79009922, 40.85051885]} },
{type: 'Feature',properties:{Name: '2', Address: 'BOATSLIP H-348, CITY ISLAND', Month: '1', Price: '18800'}, geometry: { type: 'Point', coordinates:[-73.78412705, 40.84297359]} },
{type: 'Feature',properties:{Name: '2', Address: '170 SCHOFIELD STREET, CITY ISLAND', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78457112, 40.84535409]} },
{type: 'Feature',properties:{Name: '2', Address: '18 SHORE ROAD, CITY ISLAND-PELHAM STRIP', Month: '11', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.79426284, 40.88338045]} },
{type: 'Feature',properties:{Name: '2', Address: '1436 ROOSEVELT AVENUE, CITY ISLAND-PELHAM STRIP', Month: '9', Price: '2686'}, geometry: { type: 'Point', coordinates:[-73.79612704, 40.88398759]} },
{type: 'Feature',properties:{Name: '2', Address: '7 ELM TREE LANE, CITY ISLAND-PELHAM STRIP', Month: '3', Price: '2814'}, geometry: { type: 'Point', coordinates:[-73.7992597, 40.88491256]} },
{type: 'Feature',properties:{Name: '2', Address: '3330-3333 DELAVALL AVE, CO-OP CITY', Month: '2', Price: '5900'}, geometry: { type: 'Point', coordinates:[-73.82722118, 40.88121404]} },
{type: 'Feature',properties:{Name: '2', Address: '3145 FAIRMOUNT AVENUE, COUNTRY CLUB', Month: '9', Price: '1496'}, geometry: { type: 'Point', coordinates:[-73.82328147, 40.83554441]} },
{type: 'Feature',properties:{Name: '2', Address: '1122 ELLSWORTH AVENUE, COUNTRY CLUB', Month: '7', Price: '1453'}, geometry: { type: 'Point', coordinates:[-73.82246934, 40.83518086]} },
{type: 'Feature',properties:{Name: '2', Address: '1120 THROGMORTON AVENUE, COUNTRY CLUB', Month: '2', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.82173171, 40.83533617]} },
{type: 'Feature',properties:{Name: '2', Address: '1118 VINCENT AVENUE, COUNTRY CLUB', Month: '7', Price: '1988'}, geometry: { type: 'Point', coordinates:[-73.82083514, 40.83546653]} },
{type: 'Feature',properties:{Name: '2', Address: '1120 VINCENT AVENUE, COUNTRY CLUB', Month: '9', Price: '1988'}, geometry: { type: 'Point', coordinates:[-73.82084948, 40.83550772]} },
{type: 'Feature',properties:{Name: '2', Address: '1132 VINCENT AVENUE, COUNTRY CLUB', Month: '8', Price: '1510'}, geometry: { type: 'Point', coordinates:[-73.82095, 40.83575765]} },
{type: 'Feature',properties:{Name: '2', Address: '3187 FAIRMOUNT AVENUE, COUNTRY CLUB', Month: '9', Price: '1696'}, geometry: { type: 'Point', coordinates:[-73.82154215, 40.83594795]} },
{type: 'Feature',properties:{Name: '2', Address: '1159 VINCENT AVENUE, COUNTRY CLUB', Month: '5', Price: '2328'}, geometry: { type: 'Point', coordinates:[-73.8212872, 40.83668588]} },
{type: 'Feature',properties:{Name: '2', Address: '3215 FAIRMOUNT AVE, COUNTRY CLUB', Month: '8', Price: '1305'}, geometry: { type: 'Point', coordinates:[-73.82048263, 40.83619607]} },
{type: 'Feature',properties:{Name: '2', Address: '3215 FAIRMOUNT AVE, COUNTRY CLUB', Month: '10', Price: '1305'}, geometry: { type: 'Point', coordinates:[-73.82048263, 40.83619607]} },
{type: 'Feature',properties:{Name: '2', Address: '1111 STADIUM AVE, COUNTRY CLUB', Month: '2', Price: '1636'}, geometry: { type: 'Point', coordinates:[-73.81734606, 40.83610606]} },
{type: 'Feature',properties:{Name: '2', Address: '3251 FAIRMOUNT AVENUE, COUNTRY CLUB', Month: '3', Price: '700'}, geometry: { type: 'Point', coordinates:[-73.81926398, 40.83648511]} },
{type: 'Feature',properties:{Name: '2', Address: '3237 FAIRMOUNT AVENUE, COUNTRY CLUB', Month: '11', Price: '1564'}, geometry: { type: 'Point', coordinates:[-73.81976663, 40.83636513]} },
{type: 'Feature',properties:{Name: '2', Address: '3237 FAIRMOUNT AVENUE, COUNTRY CLUB', Month: '7', Price: '1564'}, geometry: { type: 'Point', coordinates:[-73.81976663, 40.83636513]} },
{type: 'Feature',properties:{Name: '2', Address: '1224 KEARNEY AVENUE, COUNTRY CLUB', Month: '10', Price: '946'}, geometry: { type: 'Point', coordinates:[-73.82482845, 40.83818719]} },
{type: 'Feature',properties:{Name: '2', Address: '1238 KEARNEY AVENUE, COUNTRY CLUB', Month: '1', Price: '1820'}, geometry: { type: 'Point', coordinates:[-73.82483181, 40.83828326]} },
{type: 'Feature',properties:{Name: '2', Address: '1238 KEARNEY AVENUE, COUNTRY CLUB', Month: '4', Price: '1820'}, geometry: { type: 'Point', coordinates:[-73.82483181, 40.83828326]} },
{type: 'Feature',properties:{Name: '2', Address: '3164 WATERBURY AVENUE, COUNTRY CLUB', Month: '12', Price: '2214'}, geometry: { type: 'Point', coordinates:[-73.82278211, 40.83850519]} },
{type: 'Feature',properties:{Name: '2', Address: '3195 BAISLEY AVENUE, COUNTRY CLUB', Month: '2', Price: '1318'}, geometry: { type: 'Point', coordinates:[-73.82158211, 40.83721881]} },
{type: 'Feature',properties:{Name: '2', Address: '3147 WATERBURY AVENUE, COUNTRY CLUB', Month: '2', Price: '2012'}, geometry: { type: 'Point', coordinates:[-73.82336729, 40.83861313]} },
{type: 'Feature',properties:{Name: '2', Address: '3196 RAWLINS AVENUE, COUNTRY CLUB', Month: '8', Price: '2118'}, geometry: { type: 'Point', coordinates:[-73.82209077, 40.83890485]} },
{type: 'Feature',properties:{Name: '2', Address: '3253 WATERBURY AVENUE, COUNTRY CLUB', Month: '1', Price: '1377'}, geometry: { type: 'Point', coordinates:[-73.81985136, 40.83710633]} },
{type: 'Feature',properties:{Name: '2', Address: '1369 KEARNEY AVENUE, COUNTRY CLUB', Month: '6', Price: '1944'}, geometry: { type: 'Point', coordinates:[-73.824402, 40.84092851]} },
{type: 'Feature',properties:{Name: '2', Address: '3224 COUNTRY CLUB ROAD, COUNTRY CLUB', Month: '9', Price: '1472'}, geometry: { type: 'Point', coordinates:[-73.82195876, 40.84096868]} },
{type: 'Feature',properties:{Name: '2', Address: '1368 SIEGFRIED PLACE, COUNTRY CLUB', Month: '7', Price: '1664'}, geometry: { type: 'Point', coordinates:[-73.82335248, 40.84146761]} },
{type: 'Feature',properties:{Name: '2', Address: '1261 STADIUM AVENUE, COUNTRY CLUB', Month: '10', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.81940286, 40.83857406]} },
{type: 'Feature',properties:{Name: '2', Address: '1261 STADIUM AVENUE, COUNTRY CLUB', Month: '3', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.81940286, 40.83857406]} },
{type: 'Feature',properties:{Name: '2', Address: '1261 STADIUM AVENUE, COUNTRY CLUB', Month: '12', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.81940286, 40.83857406]} },
{type: 'Feature',properties:{Name: '2', Address: '3227 RAWLINS AVENUE, COUNTRY CLUB', Month: '4', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.82079181, 40.83813707]} },
{type: 'Feature',properties:{Name: '2', Address: '3203 RAWLINS AVENUE, COUNTRY CLUB', Month: '1', Price: '1454'}, geometry: { type: 'Point', coordinates:[-73.82189939, 40.83884418]} },
{type: 'Feature',properties:{Name: '2', Address: '3189 RAWLINS AVENUE, COUNTRY CLUB', Month: '7', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.82232177, 40.83901774]} },
{type: 'Feature',properties:{Name: '2', Address: '3183 RAWLINS AVENUE, COUNTRY CLUB', Month: '12', Price: '1512'}, geometry: { type: 'Point', coordinates:[-73.82250589, 40.83908939]} },
{type: 'Feature',properties:{Name: '2', Address: '3163 RAWLINS AVENUE, COUNTRY CLUB', Month: '5', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.82343009, 40.83946135]} },
{type: 'Feature',properties:{Name: '2', Address: '3169 PARSIFAL PLACE, COUNTRY CLUB', Month: '7', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.82231274, 40.83969293]} },
{type: 'Feature',properties:{Name: '2', Address: '3174 PARSIFAL PLACE, COUNTRY CLUB', Month: '4', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.82219365, 40.83962687]} },
{type: 'Feature',properties:{Name: '2', Address: '3172 PARSIFAL PLACE, COUNTRY CLUB', Month: '1', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.82224419, 40.83964891]} },
{type: 'Feature',properties:{Name: '2', Address: '3172 PARSIFAL PLACE, COUNTRY CLUB', Month: '12', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.82224419, 40.83964891]} },
{type: 'Feature',properties:{Name: '2', Address: '1270 STADIUM AVE, COUNTRY CLUB', Month: '8', Price: '2436'}, geometry: { type: 'Point', coordinates:[-73.81936684, 40.83853008]} },
{type: 'Feature',properties:{Name: '2', Address: '3439 COUNTRY CLUB ROAD, COUNTRY CLUB', Month: '2', Price: '1191'}, geometry: { type: 'Point', coordinates:[-73.81545075, 40.83930887]} },
{type: 'Feature',properties:{Name: '2', Address: '1428 STADIUM AVENUE, COUNTRY CLUB', Month: '11', Price: '1836'}, geometry: { type: 'Point', coordinates:[-73.82028321, 40.84178949]} },
{type: 'Feature',properties:{Name: '2', Address: '3134 AMPERE, COUNTRY CLUB', Month: '2', Price: '1985'}, geometry: { type: 'Point', coordinates:[-73.82421418, 40.84635726]} },
{type: 'Feature',properties:{Name: '2', Address: '1553 DWIGHT PLACE, COUNTRY CLUB', Month: '8', Price: '1816'}, geometry: { type: 'Point', coordinates:[-73.82405059, 40.84534696]} },
{type: 'Feature',properties:{Name: '2', Address: '3133 GRISWOLD AVENUE, COUNTRY CLUB', Month: '9', Price: '1944'}, geometry: { type: 'Point', coordinates:[-73.82435342, 40.84427149]} },
{type: 'Feature',properties:{Name: '2', Address: '1522 DWIGHT PLACE, COUNTRY CLUB', Month: '9', Price: '1406'}, geometry: { type: 'Point', coordinates:[-73.82405178, 40.84489683]} },
{type: 'Feature',properties:{Name: '2', Address: '3206 AMPERE AVENUE, COUNTRY CLUB', Month: '5', Price: '1732'}, geometry: { type: 'Point', coordinates:[-73.8207953, 40.84623123]} },
{type: 'Feature',properties:{Name: '2', Address: '3208 AMPERE AVENUE, COUNTRY CLUB', Month: '4', Price: '1732'}, geometry: { type: 'Point', coordinates:[-73.82071218, 40.84622836]} },
{type: 'Feature',properties:{Name: '2', Address: '1623 STADIUM AVENUE, COUNTRY CLUB', Month: '9', Price: '1896'}, geometry: { type: 'Point', coordinates:[-73.82020029, 40.8470647]} },
{type: 'Feature',properties:{Name: '2', Address: '1603 STADIUM AVENUE, COUNTRY CLUB', Month: '5', Price: '1275'}, geometry: { type: 'Point', coordinates:[-73.82022701, 40.8465405]} },
{type: 'Feature',properties:{Name: '2', Address: '3205 AMPERE AVE, COUNTRY CLUB', Month: '2', Price: '1632'}, geometry: { type: 'Point', coordinates:[-73.82089645, 40.8462506]} },
{type: 'Feature',properties:{Name: '2', Address: '3345 LUCERNE STREET, COUNTRY CLUB', Month: '2', Price: '1870'}, geometry: { type: 'Point', coordinates:[-73.81668789, 40.84282683]} },
{type: 'Feature',properties:{Name: '2', Address: '1617 BAY VIEW AVENUE, COUNTRY CLUB', Month: '12', Price: '1944'}, geometry: { type: 'Point', coordinates:[-73.81737111, 40.84672815]} },
{type: 'Feature',properties:{Name: '2', Address: '1671 BAY SHORE AVENUE, COUNTRY CLUB', Month: '12', Price: '1452'}, geometry: { type: 'Point', coordinates:[-73.81637086, 40.84769544]} },
{type: 'Feature',properties:{Name: '2', Address: '1019 THROGMORTON AVENUE, COUNTRY CLUB', Month: '11', Price: '2016'}, geometry: { type: 'Point', coordinates:[-73.82111446, 40.83372681]} },
{type: 'Feature',properties:{Name: '2', Address: '1037 VINCENT AVE, COUNTRY CLUB', Month: '7', Price: '1636'}, geometry: { type: 'Point', coordinates:[-73.82030759, 40.83410433]} },
{type: 'Feature',properties:{Name: '2', Address: '1034A VINCENT AVENUE, COUNTRY CLUB', Month: '10', Price: '1683'}, geometry: { type: 'Point', coordinates:[-73.8201944, 40.83453233]} },
{type: 'Feature',properties:{Name: '2', Address: '903 VINCENT AVENUE, COUNTRY CLUB', Month: '3', Price: '1732'}, geometry: { type: 'Point', coordinates:[-73.81965062, 40.83250039]} },
{type: 'Feature',properties:{Name: '2', Address: '3267A BARKLEY AVENUE, COUNTRY CLUB', Month: '9', Price: '903'}, geometry: { type: 'Point', coordinates:[-73.81786804, 40.83420754]} },
{type: 'Feature',properties:{Name: '2', Address: '1032 CLARENCE AVENUE, COUNTRY CLUB', Month: '9', Price: '1692'}, geometry: { type: 'Point', coordinates:[-73.81854665, 40.83448857]} },
{type: 'Feature',properties:{Name: '2', Address: '1493 SHORE DRIVE, COUNTRY CLUB', Month: '6', Price: '1332'}, geometry: { type: 'Point', coordinates:[-73.81708418, 40.83540574]} },
{type: 'Feature',properties:{Name: '2', Address: '1457 SHORE DRIVE, COUNTRY CLUB', Month: '5', Price: '855'}, geometry: { type: 'Point', coordinates:[-73.81679708, 40.83467519]} },
{type: 'Feature',properties:{Name: '2', Address: '1044 DEAN AVENUE, COUNTRY CLUB', Month: '7', Price: '1998'}, geometry: { type: 'Point', coordinates:[-73.81773271, 40.83480019]} },
{type: 'Feature',properties:{Name: '2', Address: '922 CLARENCE AVENUE, COUNTRY CLUB', Month: '1', Price: '1188'}, geometry: { type: 'Point', coordinates:[-73.81800443, 40.83322515]} },
{type: 'Feature',properties:{Name: '2', Address: '833 VINCENT AVENUE, COUNTRY CLUB', Month: '9', Price: '1092'}, geometry: { type: 'Point', coordinates:[-73.818664, 40.83121157]} },
{type: 'Feature',properties:{Name: '2', Address: '805 WILCOX AVENUE, COUNTRY CLUB', Month: '3', Price: '1620'}, geometry: { type: 'Point', coordinates:[-73.81757626, 40.83123181]} },
{type: 'Feature',properties:{Name: '2', Address: '824 VINCENT AVE, COUNTRY CLUB', Month: '8', Price: '1096'}, geometry: { type: 'Point', coordinates:[-73.81856307, 40.83111809]} },
{type: 'Feature',properties:{Name: '2', Address: '749 VINCENT AVENUE, COUNTRY CLUB', Month: '4', Price: '1110'}, geometry: { type: 'Point', coordinates:[-73.81731691, 40.82961476]} },
{type: 'Feature',properties:{Name: '2', Address: '721 CLARENCE AVENUE, COUNTRY CLUB', Month: '8', Price: '1584'}, geometry: { type: 'Point', coordinates:[-73.81542954, 40.83002072]} },
{type: 'Feature',properties:{Name: '2', Address: '710 WILCOX AVENUE, COUNTRY CLUB', Month: '12', Price: '852'}, geometry: { type: 'Point', coordinates:[-73.816085, 40.8295085]} },
{type: 'Feature',properties:{Name: '2', Address: '744 WILCOX AVENUE, COUNTRY CLUB', Month: '10', Price: '910'}, geometry: { type: 'Point', coordinates:[-73.81646679, 40.8299565]} },
{type: 'Feature',properties:{Name: '2', Address: '631 VINCENT AVENUE, COUNTRY CLUB', Month: '9', Price: '838'}, geometry: { type: 'Point', coordinates:[-73.81557367, 40.82756168]} },
{type: 'Feature',properties:{Name: '2', Address: '620 VINCENT AVENUE, COUNTRY CLUB', Month: '12', Price: '1111'}, geometry: { type: 'Point', coordinates:[-73.81544754, 40.82744071]} },
{type: 'Feature',properties:{Name: '2', Address: '649 WILCOX AVE, COUNTRY CLUB', Month: '7', Price: '874'}, geometry: { type: 'Point', coordinates:[-73.81498297, 40.82818104]} },
{type: 'Feature',properties:{Name: '2', Address: '1188 FAIRFAX AVENUE, COUNTRY CLUB', Month: '4', Price: '2481'}, geometry: { type: 'Point', coordinates:[-73.82385268, 40.83682432]} },
{type: 'Feature',properties:{Name: '2', Address: '3144 BAISLEY AVE, COUNTRY CLUB', Month: '10', Price: '2502'}, geometry: { type: 'Point', coordinates:[-73.82358075, 40.83715876]} },
{type: 'Feature',properties:{Name: '2', Address: '1119 THROGMORTON AVENUE, COUNTRY CLUB', Month: '8', Price: '2016'}, geometry: { type: 'Point', coordinates:[-73.82172828, 40.83526755]} },
{type: 'Feature',properties:{Name: '2', Address: '3188 FAIRMOUNT AVENUE, COUNTRY CLUB', Month: '2', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.82148072, 40.83594511]} },
{type: 'Feature',properties:{Name: '2', Address: '3194 FAIRMOUNT AVENUE, COUNTRY CLUB', Month: '4', Price: '1746'}, geometry: { type: 'Point', coordinates:[-73.82131438, 40.83598602]} },
{type: 'Feature',properties:{Name: '2', Address: '3178 BAISLEY AVENUE, COUNTRY CLUB', Month: '8', Price: '3465'}, geometry: { type: 'Point', coordinates:[-73.82232666, 40.83718428]} },
{type: 'Feature',properties:{Name: '2', Address: '1169 THROGMORTON AVENUE, COUNTRY CLUB', Month: '1', Price: '1476'}, geometry: { type: 'Point', coordinates:[-73.82220167, 40.83662691]} },
{type: 'Feature',properties:{Name: '2', Address: '1206 FAIRFAX AVENUE, COUNTRY CLUB', Month: '5', Price: '2394'}, geometry: { type: 'Point', coordinates:[-73.82387631, 40.83745564]} },
{type: 'Feature',properties:{Name: '2', Address: '1222 FAIRFAX AVENUE, COUNTRY CLUB', Month: '12', Price: '1734'}, geometry: { type: 'Point', coordinates:[-73.82388308, 40.83762857]} },
{type: 'Feature',properties:{Name: '2', Address: '3220 RAWLINS AVENUE, COUNTRY CLUB', Month: '1', Price: '1915'}, geometry: { type: 'Point', coordinates:[-73.82113816, 40.83835444]} },
{type: 'Feature',properties:{Name: '2', Address: '3260 RAWLINS AVENUE, COUNTRY CLUB', Month: '1', Price: '2968'}, geometry: { type: 'Point', coordinates:[-73.81986703, 40.83799016]} },
{type: 'Feature',properties:{Name: '2', Address: '3197 RAWLINS AVENUE, COUNTRY CLUB', Month: '10', Price: '1512'}, geometry: { type: 'Point', coordinates:[-73.82208351, 40.83891857]} },
{type: 'Feature',properties:{Name: '2', Address: '3197 RAWLINS AVENUE, COUNTRY CLUB', Month: '9', Price: '1512'}, geometry: { type: 'Point', coordinates:[-73.82208351, 40.83891857]} },
{type: 'Feature',properties:{Name: '2', Address: '1332 KEARNEY AVENUE, COUNTRY CLUB', Month: '4', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.8242741, 40.84009117]} },
{type: 'Feature',properties:{Name: '2', Address: '1385 SIEGFRIED PLACE, COUNTRY CLUB', Month: '6', Price: '3085'}, geometry: { type: 'Point', coordinates:[-73.82340926, 40.84186294]} },
{type: 'Feature',properties:{Name: '2', Address: '1369 SIEGFRIED PLACE, COUNTRY CLUB', Month: '7', Price: '2449'}, geometry: { type: 'Point', coordinates:[-73.82337421, 40.84145118]} },
{type: 'Feature',properties:{Name: '2', Address: '1365 SIEGFRIED PLACE, COUNTRY CLUB', Month: '9', Price: '2016'}, geometry: { type: 'Point', coordinates:[-73.82336363, 40.84134961]} },
{type: 'Feature',properties:{Name: '2', Address: '1355 SIEGFRIED PLACE, COUNTRY CLUB', Month: '1', Price: '3093'}, geometry: { type: 'Point', coordinates:[-73.82334264, 40.84109157]} },
{type: 'Feature',properties:{Name: '2', Address: '3421 COUNTRY CLUB ROAD, COUNTRY CLUB', Month: '10', Price: '2025'}, geometry: { type: 'Point', coordinates:[-73.81554734, 40.83966584]} },
{type: 'Feature',properties:{Name: '2', Address: '3298 COUNTRY CLUB ROAD, COUNTRY CLUB', Month: '1', Price: '1512'}, geometry: { type: 'Point', coordinates:[-73.81868778, 40.84104867]} },
{type: 'Feature',properties:{Name: '2', Address: '3181 COUNTRY CLUB ROAD, COUNTRY CLUB', Month: '9', Price: '1476'}, geometry: { type: 'Point', coordinates:[-73.82299077, 40.84157959]} },
{type: 'Feature',properties:{Name: '2', Address: '1555 OHM AVENUE, COUNTRY CLUB', Month: '8', Price: '2250'}, geometry: { type: 'Point', coordinates:[-73.82126048, 40.84528503]} },
{type: 'Feature',properties:{Name: '2', Address: '1505 OHM AVENUE, COUNTRY CLUB', Month: '1', Price: '2126'}, geometry: { type: 'Point', coordinates:[-73.82130946, 40.84454403]} },
{type: 'Feature',properties:{Name: '2', Address: '1516 OHM AVENUE, COUNTRY CLUB', Month: '6', Price: '1941'}, geometry: { type: 'Point', coordinates:[-73.82127646, 40.84471964]} },
{type: 'Feature',properties:{Name: '2', Address: '1550 OHM AVENUE, COUNTRY CLUB', Month: '12', Price: '1638'}, geometry: { type: 'Point', coordinates:[-73.82124257, 40.84522462]} },
{type: 'Feature',properties:{Name: '2', Address: '3278 MIDDLETOWN ROAD, COUNTRY CLUB', Month: '8', Price: '2772'}, geometry: { type: 'Point', coordinates:[-73.82123842, 40.84811754]} },
{type: 'Feature',properties:{Name: '2', Address: '3264 GRISWOLD AVENUE, COUNTRY CLUB', Month: '11', Price: '1880'}, geometry: { type: 'Point', coordinates:[-73.81819706, 40.84472307]} },
{type: 'Feature',properties:{Name: '2', Address: '3270 GRISWOLD AVENUE, COUNTRY CLUB', Month: '1', Price: '1656'}, geometry: { type: 'Point', coordinates:[-73.81794762, 40.84474463]} },
{type: 'Feature',properties:{Name: '2', Address: '3268 AMPERE AVENUE, COUNTRY CLUB', Month: '7', Price: '2288'}, geometry: { type: 'Point', coordinates:[-73.81854376, 40.84614812]} },
{type: 'Feature',properties:{Name: '2', Address: '3259 GRISWOLD, COUNTRY CLUB', Month: '7', Price: '1450'}, geometry: { type: 'Point', coordinates:[-73.81863081, 40.84471277]} },
{type: 'Feature',properties:{Name: '2', Address: '1505 BAY VIEW AVENUE, COUNTRY CLUB', Month: '2', Price: '781'}, geometry: { type: 'Point', coordinates:[-73.81747335, 40.84503208]} },
{type: 'Feature',properties:{Name: '2', Address: '1611 RESEARCH AVENUE, COUNTRY CLUB', Month: '2', Price: '1802'}, geometry: { type: 'Point', coordinates:[-73.81925812, 40.84662407]} },
{type: 'Feature',properties:{Name: '2', Address: '1635 BAYVIEW AVENUE, COUNTRY CLUB', Month: '2', Price: '1444'}, geometry: { type: 'Point', coordinates:[-73.81735584, 40.84702455]} },
{type: 'Feature',properties:{Name: '2', Address: '1513 OUTLOOK AVE, COUNTRY CLUB', Month: '10', Price: '2168'}, geometry: { type: 'Point', coordinates:[-73.81600504, 40.84535636]} },
{type: 'Feature',properties:{Name: '2', Address: '200 OUTLOOK AVE, COUNTRY CLUB', Month: '8', Price: '3030'}, geometry: { type: 'Point', coordinates:[-73.81573106, 40.84510067]} },
{type: 'Feature',properties:{Name: '2', Address: '1030 THROGS NECK EXPWY SR, COUNTRY CLUB', Month: '3', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.82224815, 40.83410733]} },
{type: 'Feature',properties:{Name: '2', Address: '1032 THROGS NECK EXPRESSW, COUNTRY CLUB', Month: '12', Price: '1875'}, geometry: { type: 'Point', coordinates:[-73.82228778, 40.83415405]} },
{type: 'Feature',properties:{Name: '2', Address: '1051 VINCENT AVENUE, COUNTRY CLUB', Month: '12', Price: '1140'}, geometry: { type: 'Point', coordinates:[-73.82036142, 40.83424165]} },
{type: 'Feature',properties:{Name: '2', Address: '1020 WILCOX AVENUE, COUNTRY CLUB', Month: '6', Price: '1813'}, geometry: { type: 'Point', coordinates:[-73.81936786, 40.83416324]} },
{type: 'Feature',properties:{Name: '2', Address: '1022 WILCOX AVENUE, COUNTRY CLUB', Month: '10', Price: '1813'}, geometry: { type: 'Point', coordinates:[-73.81937503, 40.83418247]} },
{type: 'Feature',properties:{Name: '2', Address: '901 DEAN AVENUE, COUNTRY CLUB', Month: '9', Price: '2583'}, geometry: { type: 'Point', coordinates:[-73.81717634, 40.83342969]} },
{type: 'Feature',properties:{Name: '2', Address: '3208 LAFAYETTE AVE, COUNTRY CLUB', Month: '11', Price: '2016'}, geometry: { type: 'Point', coordinates:[-73.81922447, 40.8324064]} },
{type: 'Feature',properties:{Name: '2', Address: '727 VINCENT AVENUE, COUNTRY CLUB', Month: '5', Price: '2517'}, geometry: { type: 'Point', coordinates:[-73.81707198, 40.82932617]} },
{type: 'Feature',properties:{Name: '2', Address: '828 DEAN AVENUE, COUNTRY CLUB', Month: '6', Price: '3324'}, geometry: { type: 'Point', coordinates:[-73.81621471, 40.83226166]} },
{type: 'Feature',properties:{Name: '2', Address: '742 WILCOX AVENUE, COUNTRY CLUB', Month: '8', Price: '1898'}, geometry: { type: 'Point', coordinates:[-73.81644518, 40.82993176]} },
{type: 'Feature',properties:{Name: '2', Address: '613 VINCENT AVE, COUNTRY CLUB', Month: '11', Price: '1806'}, geometry: { type: 'Point', coordinates:[-73.81537557, 40.8273308]} },
{type: 'Feature',properties:{Name: '2', Address: '629 WILCOX AVENUE, COUNTRY CLUB', Month: '6', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.81476327, 40.82792268]} },
{type: 'Feature',properties:{Name: '2', Address: '505 WILCOX AVENUE, COUNTRY CLUB', Month: '5', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.81403225, 40.82702673]} },
{type: 'Feature',properties:{Name: '2', Address: '3308 COUNTRY CLUB ROAD, COUNTRY CLUB', Month: '11', Price: '3801'}, geometry: { type: 'Point', coordinates:[-73.8184094, 40.84108391]} },
{type: 'Feature',properties:{Name: '2', Address: '3308 COUNTRY CLUB ROAD, COUNTRY CLUB', Month: '10', Price: '3801'}, geometry: { type: 'Point', coordinates:[-73.8184094, 40.84108391]} },
{type: 'Feature',properties:{Name: '2', Address: '1617 RESEARCH AVENUE, COUNTRY CLUB', Month: '5', Price: '2649'}, geometry: { type: 'Point', coordinates:[-73.81925066, 40.84670915]} },
{type: 'Feature',properties:{Name: '2', Address: '1510 BAY VIEW AVENUE, COUNTRY CLUB', Month: '11', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.8174479, 40.84508693]} },
{type: 'Feature',properties:{Name: '2', Address: '3166 LAYTON AVENUE, COUNTRY CLUB', Month: '3', Price: '2900'}, geometry: { type: 'Point', coordinates:[-73.82212042, 40.83457374]} },
{type: 'Feature',properties:{Name: '2', Address: '1023 CLARENCE AVENUE, COUNTRY CLUB', Month: '5', Price: '3731'}, geometry: { type: 'Point', coordinates:[-73.81852526, 40.83438424]} },
{type: 'Feature',properties:{Name: '2', Address: '3233 PHILIP AVENUE, COUNTRY CLUB', Month: '10', Price: '3402'}, geometry: { type: 'Point', coordinates:[-73.81700567, 40.8311019]} },
{type: 'Feature',properties:{Name: '2', Address: '3231 PHILIP AVENUE, COUNTRY CLUB', Month: '9', Price: '3402'}, geometry: { type: 'Point', coordinates:[-73.81705633, 40.83107728]} },
{type: 'Feature',properties:{Name: '2', Address: '625 WILCOX AVENUE, COUNTRY CLUB', Month: '11', Price: '3580'}, geometry: { type: 'Point', coordinates:[-73.81472005, 40.82787321]} },
{type: 'Feature',properties:{Name: '2', Address: '1530 BAY VIEW AVENUE, COUNTRY CLUB', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.81743654, 40.8452763]} },
{type: 'Feature',properties:{Name: '2', Address: '1420 OUTLOOK AVENUE, COUNTRY CLUB', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.81508361, 40.8439743]} },
{type: 'Feature',properties:{Name: '2', Address: '1440 OUTLOOK AVENUE, COUNTRY CLUB', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.81509015, 40.84422408]} },
{type: 'Feature',properties:{Name: '2', Address: '1490 OUTLOOK AVENUE, COUNTRY CLUB', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.81552924, 40.84489175]} },
{type: 'Feature',properties:{Name: '2', Address: '1490 OUTLOOK AVENUE, COUNTRY CLUB', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.81552924, 40.84489175]} },
{type: 'Feature',properties:{Name: '2', Address: '1490 OUTLOOK AVENUE, COUNTRY CLUB', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.81552924, 40.84489175]} },
{type: 'Feature',properties:{Name: '2', Address: '600 CLARENCE AVENUE, COUNTRY CLUB', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.81365385, 40.82795932]} },
{type: 'Feature',properties:{Name: '2', Address: '600 CLARENCE AVENUE, COUNTRY CLUB', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.81365385, 40.82795932]} },
{type: 'Feature',properties:{Name: '2', Address: 'GRISWOLD AVENUE, COUNTRY CLUB', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82355773, 40.84447613]} },
{type: 'Feature',properties:{Name: '2', Address: 'CLARENCE AVENUE, COUNTRY CLUB', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.81553866, 40.82976289]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A CLARENCE AVENUE, COUNTRY CLUB', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.81549185, 40.82970517]} },
{type: 'Feature',properties:{Name: '2', Address: '725 CLARENCE AVENUE, COUNTRY CLUB', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.81547637, 40.83007294]} },
{type: 'Feature',properties:{Name: '2', Address: '1110 STADIUM AVENUE, 5G, COUNTRY CLUB', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.81728494, 40.83599343]} },
{type: 'Feature',properties:{Name: '2', Address: '1110 STADIUM AVENUE, 4E, COUNTRY CLUB', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.81728494, 40.83599343]} },
{type: 'Feature',properties:{Name: '2', Address: '1551 WILKINS AVENUE, CROTONA PARK', Month: '11', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.89428277, 40.83498634]} },
{type: 'Feature',properties:{Name: '2', Address: '1515 BOSTON ROAD, CROTONA PARK', Month: '2', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.89353395, 40.83546872]} },
{type: 'Feature',properties:{Name: '2', Address: '1831 WATERLOO PLACE, CROTONA PARK', Month: '2', Price: '1210'}, geometry: { type: 'Point', coordinates:[-73.88751934, 40.84048034]} },
{type: 'Feature',properties:{Name: '2', Address: '1550 CHARLOTTE STREET, CROTONA PARK', Month: '3', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.89257398, 40.83466088]} },
{type: 'Feature',properties:{Name: '2', Address: '880 EAST 172 STREET, CROTONA PARK', Month: '4', Price: '2112'}, geometry: { type: 'Point', coordinates:[-73.89119733, 40.8345498]} },
{type: 'Feature',properties:{Name: '2', Address: '685 EAST 170 STREET, CROTONA PARK', Month: '5', Price: '2220'}, geometry: { type: 'Point', coordinates:[-73.8976819, 40.83356764]} },
{type: 'Feature',properties:{Name: '2', Address: '1416 CROTONA PARK EAST, CROTONA PARK', Month: '10', Price: '2109'}, geometry: { type: 'Point', coordinates:[-73.89639026, 40.83456556]} },
{type: 'Feature',properties:{Name: '2', Address: '747 CROTONA PARK NORTH, CROTONA PARK', Month: '3', Price: '1721'}, geometry: { type: 'Point', coordinates:[-73.89261382, 40.84132233]} },
{type: 'Feature',properties:{Name: '2', Address: '747 CROTONA PARK NORTH, CROTONA PARK', Month: '5', Price: '1721'}, geometry: { type: 'Point', coordinates:[-73.89261382, 40.84132233]} },
{type: 'Feature',properties:{Name: '2', Address: '709 EAST 175TH STREET, CROTONA PARK', Month: '4', Price: '1803'}, geometry: { type: 'Point', coordinates:[-73.89311404, 40.84265947]} },
{type: 'Feature',properties:{Name: '2', Address: '766 EAST 175TH STREET, CROTONA PARK', Month: '4', Price: '2025'}, geometry: { type: 'Point', coordinates:[-73.89110291, 40.84145266]} },
{type: 'Feature',properties:{Name: '2', Address: '770 EAST 175TH ST, CROTONA PARK', Month: '3', Price: '1803'}, geometry: { type: 'Point', coordinates:[-73.8910307, 40.84140868]} },
{type: 'Feature',properties:{Name: '2', Address: '770 EAST 175TH ST, CROTONA PARK', Month: '8', Price: '1803'}, geometry: { type: 'Point', coordinates:[-73.8910307, 40.84140868]} },
{type: 'Feature',properties:{Name: '2', Address: '1822 PROSPECT AV, CROTONA PARK', Month: '1', Price: '2318'}, geometry: { type: 'Point', coordinates:[-73.89118877, 40.84198796]} },
{type: 'Feature',properties:{Name: '2', Address: '871 EAST 175 STREET, CROTONA PARK', Month: '11', Price: '2175'}, geometry: { type: 'Point', coordinates:[-73.88843093, 40.83997895]} },
{type: 'Feature',properties:{Name: '2', Address: '871 EAST 175 STREET, CROTONA PARK', Month: '10', Price: '2175'}, geometry: { type: 'Point', coordinates:[-73.88843093, 40.83997895]} },
{type: 'Feature',properties:{Name: '2', Address: '1819 TRAFALGAR PLACE, CROTONA PARK', Month: '1', Price: '2530'}, geometry: { type: 'Point', coordinates:[-73.88715871, 40.84002711]} },
{type: 'Feature',properties:{Name: '2', Address: '846 EAST 176 STREET, CROTONA PARK', Month: '1', Price: '2397'}, geometry: { type: 'Point', coordinates:[-73.88818661, 40.84127696]} },
{type: 'Feature',properties:{Name: '2', Address: '807 EAST 170TH STREET, CROTONA PARK', Month: '5', Price: '1728'}, geometry: { type: 'Point', coordinates:[-73.89549263, 40.83316495]} },
{type: 'Feature',properties:{Name: '2', Address: '1483 HOE AVE, CROTONA PARK', Month: '9', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.88938978, 40.83277774]} },
{type: 'Feature',properties:{Name: '2', Address: '939 JENNINGS ST, CROTONA PARK', Month: '10', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.88992565, 40.83214423]} },
{type: 'Feature',properties:{Name: '2', Address: '1484 VYSE AVENUE, CROTONA PARK', Month: '1', Price: '2338'}, geometry: { type: 'Point', coordinates:[-73.88834546, 40.83276576]} },
{type: 'Feature',properties:{Name: '2', Address: '1538 BRYANT AVENUE, CROTONA PARK', Month: '4', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.88680821, 40.83361512]} },
{type: 'Feature',properties:{Name: '2', Address: '15-61 LONGFELLOW AVENUE, CROTONA PARK', Month: '12', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.88590509, 40.83344131]} },
{type: 'Feature',properties:{Name: '2', Address: '1551 LONGFELLOW AVENUE, CROTONA PARK', Month: '12', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.8859522, 40.83335902]} },
{type: 'Feature',properties:{Name: '2', Address: '1529 LONGFELLOW AVENUE, CROTONA PARK', Month: '7', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.88606455, 40.83317249]} },
{type: 'Feature',properties:{Name: '2', Address: '1006 EAST 172 STREET, CROTONA PARK', Month: '11', Price: '3150'}, geometry: { type: 'Point', coordinates:[-73.88591714, 40.83273319]} },
{type: 'Feature',properties:{Name: '2', Address: '1524 LONGFELLOW AVENUE, CROTONA PARK', Month: '9', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.88606461, 40.83313406]} },
{type: 'Feature',properties:{Name: '2', Address: '1419 CROTONA AVENUE, CROTONA PARK', Month: '10', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.89810373, 40.83420204]} },
{type: 'Feature',properties:{Name: '2', Address: '1818 CLINTON AVENUE, CROTONA PARK', Month: '5', Price: '3138'}, geometry: { type: 'Point', coordinates:[-73.89235906, 40.84241998]} },
{type: 'Feature',properties:{Name: '2', Address: '1794 PROSPECT AVENUE, CROTONA PARK', Month: '4', Price: '1938'}, geometry: { type: 'Point', coordinates:[-73.89180777, 40.84138745]} },
{type: 'Feature',properties:{Name: '2', Address: '862 EAST 175TH STREET, CROTONA PARK', Month: '8', Price: '3270'}, geometry: { type: 'Point', coordinates:[-73.88869462, 40.8400588]} },
{type: 'Feature',properties:{Name: '2', Address: '1542 HOE AVENUE, CROTONA PARK', Month: '11', Price: '2442'}, geometry: { type: 'Point', coordinates:[-73.88852013, 40.83419592]} },
{type: 'Feature',properties:{Name: '2', Address: '1485 BRYANT AVENUE, CROTONA PARK', Month: '9', Price: '3294'}, geometry: { type: 'Point', coordinates:[-73.88758368, 40.83235057]} },
{type: 'Feature',properties:{Name: '2', Address: '1498 BRYANT AVENUE, CROTONA PARK', Month: '9', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.88735906, 40.83268795]} },
{type: 'Feature',properties:{Name: '2', Address: 'EAST 172 STREET, CROTONA PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8859717, 40.83252464]} },
{type: 'Feature',properties:{Name: '2', Address: '1524 BOONE AVENUE, CROTONA PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88520146, 40.83283678]} },
{type: 'Feature',properties:{Name: '2', Address: '1560 BOONE AVENUE, CROTONA PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88502025, 40.83313852]} },
{type: 'Feature',properties:{Name: '2', Address: '1560 BOONE AVENUE, CROTONA PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88502025, 40.83313852]} },
{type: 'Feature',properties:{Name: '2', Address: '853 CROTONA PARK NORTH, CROTONA PARK', Month: '9', Price: '5531'}, geometry: { type: 'Point', coordinates:[-73.8898084, 40.83966737]} },
{type: 'Feature',properties:{Name: '2', Address: '1483 BRYANT AVENUE, CROTONA PARK', Month: '5', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.88760904, 40.83231216]} },
{type: 'Feature',properties:{Name: '2', Address: '1711 HOE AVENUE, CROTONA PARK', Month: '3', Price: '17100'}, geometry: { type: 'Point', coordinates:[-73.88722265, 40.83641513]} },
{type: 'Feature',properties:{Name: '2', Address: '941/957 EAST 174 STREET, CROTONA PARK', Month: '9', Price: '70666'}, geometry: { type: 'Point', coordinates:[-73.88627463, 40.83711685]} },
{type: 'Feature',properties:{Name: '2', Address: '1815 PROSPECT AVENUE, 5D, CROTONA PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89121769, 40.84198525]} },
{type: 'Feature',properties:{Name: '2', Address: '1815 PROSPECT AVENUE, 4E, CROTONA PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89121769, 40.84198525]} },
{type: 'Feature',properties:{Name: '2', Address: '1815 PROSPECT AVENUE, 4C, CROTONA PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89121769, 40.84198525]} },
{type: 'Feature',properties:{Name: '2', Address: '1515 SOUTHERN BOULEVARD, CROTONA PARK', Month: '11', Price: '28500'}, geometry: { type: 'Point', coordinates:[-73.88993386, 40.83373342]} },
{type: 'Feature',properties:{Name: '2', Address: '1463 SOUTHERN BOULEVARD, CROTONA PARK', Month: '6', Price: '4501'}, geometry: { type: 'Point', coordinates:[-73.8905499, 40.83269925]} },
{type: 'Feature',properties:{Name: '2', Address: 'CROTONA PARK EAST, CROTONA PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89642672, 40.83435425]} },
{type: 'Feature',properties:{Name: '2', Address: '1680 BOONE AVENUE, CROTONA PARK', Month: '12', Price: '3505'}, geometry: { type: 'Point', coordinates:[-73.88409244, 40.83469658]} },
{type: 'Feature',properties:{Name: '2', Address: '1717 WEST FARMS ROAD, CROTONA PARK', Month: '9', Price: '16912'}, geometry: { type: 'Point', coordinates:[-73.88256322, 40.83503538]} },
{type: 'Feature',properties:{Name: '2', Address: 'WEST FARMS ROAD, CROTONA PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88458012, 40.83271539]} },
{type: 'Feature',properties:{Name: '2', Address: 'WEST FARMS ROAD, CROTONA PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88458012, 40.83271539]} },
{type: 'Feature',properties:{Name: '2', Address: '1706/1714 CROTONA PARK EAST, CROTONA PARK', Month: '9', Price: '51306'}, geometry: { type: 'Point', coordinates:[-73.88880716, 40.83759415]} },
{type: 'Feature',properties:{Name: '2', Address: '1446 PROSPECT AVENUE, CROTONA PARK', Month: '9', Price: '5078'}, geometry: { type: 'Point', coordinates:[-73.89686778, 40.83423663]} },
{type: 'Feature',properties:{Name: '2', Address: '1610 BOSTON ROAD, CROTONA PARK', Month: '5', Price: '5890'}, geometry: { type: 'Point', coordinates:[-73.89054831, 40.83585842]} },
{type: 'Feature',properties:{Name: '2', Address: '1544 BOONE AVENUE, CROTONA PARK', Month: '1', Price: '7472'}, geometry: { type: 'Point', coordinates:[-73.88509999, 40.8330041]} },
{type: 'Feature',properties:{Name: '2', Address: '1544 BOONE AVENUE, CROTONA PARK', Month: '3', Price: '7472'}, geometry: { type: 'Point', coordinates:[-73.88509999, 40.8330041]} },
{type: 'Feature',properties:{Name: '2', Address: '2169 ARTHUR AVENUE, EAST TREMONT', Month: '10', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.89035271, 40.85148386]} },
{type: 'Feature',properties:{Name: '2', Address: '612 EAST 181 STREET, EAST TREMONT', Month: '1', Price: '1352'}, geometry: { type: 'Point', coordinates:[-73.89055717, 40.85024619]} },
{type: 'Feature',properties:{Name: '2', Address: '2170 ARTHUR AVENUE, EAST TREMONT', Month: '5', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.89036727, 40.85142075]} },
{type: 'Feature',properties:{Name: '2', Address: '2169 HUGHES AVENUE, EAST TREMONT', Month: '3', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.88925832, 40.85096956]} },
{type: 'Feature',properties:{Name: '2', Address: '2154 HUGHES AVENUE, EAST TREMONT', Month: '6', Price: '2196'}, geometry: { type: 'Point', coordinates:[-73.8894505, 40.85060744]} },
{type: 'Feature',properties:{Name: '2', Address: '2154 HUGHES AVENUE, EAST TREMONT', Month: '11', Price: '2196'}, geometry: { type: 'Point', coordinates:[-73.8894505, 40.85060744]} },
{type: 'Feature',properties:{Name: '2', Address: '2154 HUGHES AVENUE, EAST TREMONT', Month: '11', Price: '2196'}, geometry: { type: 'Point', coordinates:[-73.8894505, 40.85060744]} },
{type: 'Feature',properties:{Name: '2', Address: '2160 HUGHES AVENUE, EAST TREMONT', Month: '2', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.88926563, 40.85092016]} },
{type: 'Feature',properties:{Name: '2', Address: '2169 BELMONT AVENUE, EAST TREMONT', Month: '11', Price: '3026'}, geometry: { type: 'Point', coordinates:[-73.88870637, 40.85032127]} },
{type: 'Feature',properties:{Name: '2', Address: '2137 BELMONT AVENUE, EAST TREMONT', Month: '4', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.88903616, 40.84980559]} },
{type: 'Feature',properties:{Name: '2', Address: '1969 CLINTON AVENUE, EAST TREMONT', Month: '9', Price: '2002'}, geometry: { type: 'Point', coordinates:[-73.88978102, 40.84528577]} },
{type: 'Feature',properties:{Name: '2', Address: '2169 PROSPECT AVENUE, EAST TREMONT', Month: '1', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.88549249, 40.84850937]} },
{type: 'Feature',properties:{Name: '2', Address: '2169 PROSPECT AVENUE, EAST TREMONT', Month: '7', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.88549249, 40.84850937]} },
{type: 'Feature',properties:{Name: '2', Address: '2167 PROSPECT AVENUE, EAST TREMONT', Month: '9', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.88551059, 40.84849017]} },
{type: 'Feature',properties:{Name: '2', Address: '2163 PROSPECT AVENUE, EAST TREMONT', Month: '3', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.88554319, 40.84845178]} },
{type: 'Feature',properties:{Name: '2', Address: '2153 MAPES AVENUE, EAST TREMONT', Month: '8', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.88418092, 40.84822535]} },
{type: 'Feature',properties:{Name: '2', Address: '1984 DALY AVENUE, EAST TREMONT', Month: '7', Price: '3251'}, geometry: { type: 'Point', coordinates:[-73.8834213, 40.84236738]} },
{type: 'Feature',properties:{Name: '2', Address: '2013 VYSE AVENUE, EAST TREMONT', Month: '4', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.88188171, 40.84233837]} },
{type: 'Feature',properties:{Name: '2', Address: '1175 WYATT STREET, EAST TREMONT', Month: '3', Price: '2374'}, geometry: { type: 'Point', coordinates:[-73.87565763, 40.83872527]} },
{type: 'Feature',properties:{Name: '2', Address: '1899 CROTONA AVENUE, EAST TREMONT', Month: '12', Price: '3340'}, geometry: { type: 'Point', coordinates:[-73.89211391, 40.84426969]} },
{type: 'Feature',properties:{Name: '2', Address: '800 ELSMERE PLACE, EAST TREMONT', Month: '7', Price: '2192'}, geometry: { type: 'Point', coordinates:[-73.88853024, 40.84325897]} },
{type: 'Feature',properties:{Name: '2', Address: '779AKA781 FAIRMOUNT PLACE, EAST TREMONT', Month: '8', Price: '2312'}, geometry: { type: 'Point', coordinates:[-73.88904037, 40.84294657]} },
{type: 'Feature',properties:{Name: '2', Address: '793 ELSMERE PLACE, EAST TREMONT', Month: '6', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.88866022, 40.84334144]} },
{type: 'Feature',properties:{Name: '2', Address: '1990 ARTHUR AVENUE, EAST TREMONT', Month: '8', Price: '2424'}, geometry: { type: 'Point', coordinates:[-73.89287538, 40.84722645]} },
{type: 'Feature',properties:{Name: '2', Address: '2058 ARTHUR AVE, EAST TREMONT', Month: '10', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.89208892, 40.84853768]} },
{type: 'Feature',properties:{Name: '2', Address: '2058 ARTHUR AVE, EAST TREMONT', Month: '3', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.89208892, 40.84853768]} },
{type: 'Feature',properties:{Name: '2', Address: '626 E. 180TH STREET, EAST TREMONT', Month: '6', Price: '2250'}, geometry: { type: 'Point', coordinates:[-73.8908807, 40.8491294]} },
{type: 'Feature',properties:{Name: '2', Address: '1990 HUGHES AVENUE, EAST TREMONT', Month: '4', Price: '2640'}, geometry: { type: 'Point', coordinates:[-73.89165057, 40.84692887]} },
{type: 'Feature',properties:{Name: '2', Address: '652 EAST 180TH STREET, EAST TREMONT', Month: '8', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.89005725, 40.84872515]} },
{type: 'Feature',properties:{Name: '2', Address: '2016 BELMONT AVENUE, EAST TREMONT', Month: '3', Price: '2655'}, geometry: { type: 'Point', coordinates:[-73.89074622, 40.84737815]} },
{type: 'Feature',properties:{Name: '2', Address: '2071 CROTONA AVENUE, EAST TREMONT', Month: '1', Price: '2942'}, geometry: { type: 'Point', coordinates:[-73.88926748, 40.84764023]} },
{type: 'Feature',properties:{Name: '2', Address: '2043 BELMONT AVENUE, EAST TREMONT', Month: '4', Price: '2794'}, geometry: { type: 'Point', coordinates:[-73.89027892, 40.84801174]} },
{type: 'Feature',properties:{Name: '2', Address: '2109 BELMONT AVENUE, EAST TREMONT', Month: '3', Price: '2016'}, geometry: { type: 'Point', coordinates:[-73.88961236, 40.84891136]} },
{type: 'Feature',properties:{Name: '2', Address: '2130 HUGHES AVENUE, EAST TREMONT', Month: '3', Price: '2784'}, geometry: { type: 'Point', coordinates:[-73.88971511, 40.8501603]} },
{type: 'Feature',properties:{Name: '2', Address: '2130 HUGHES AVENUE, EAST TREMONT', Month: '9', Price: '2784'}, geometry: { type: 'Point', coordinates:[-73.88971511, 40.8501603]} },
{type: 'Feature',properties:{Name: '2', Address: '2132 HUGHES AVE, EAST TREMONT', Month: '8', Price: '2784'}, geometry: { type: 'Point', coordinates:[-73.88969336, 40.85019871]} },
{type: 'Feature',properties:{Name: '2', Address: '2132 HUGHES AVE, EAST TREMONT', Month: '7', Price: '2784'}, geometry: { type: 'Point', coordinates:[-73.88969336, 40.85019871]} },
{type: 'Feature',properties:{Name: '2', Address: '2171 BELMONT AVENUE, EAST TREMONT', Month: '6', Price: '2226'}, geometry: { type: 'Point', coordinates:[-73.88868824, 40.85035145]} },
{type: 'Feature',properties:{Name: '2', Address: '2147 BELMONT AVE, EAST TREMONT', Month: '1', Price: '1908'}, geometry: { type: 'Point', coordinates:[-73.88893468, 40.84996743]} },
{type: 'Feature',properties:{Name: '2', Address: '1988 CLINTON AVENUE, EAST TREMONT', Month: '6', Price: '2192'}, geometry: { type: 'Point', coordinates:[-73.88916906, 40.84597136]} },
{type: 'Feature',properties:{Name: '2', Address: '715 OAKLAND PLACE, EAST TREMONT', Month: '1', Price: '2106'}, geometry: { type: 'Point', coordinates:[-73.88894302, 40.8471349]} },
{type: 'Feature',properties:{Name: '2', Address: '2064 CROTONA AVENUE, EAST TREMONT', Month: '8', Price: '1786'}, geometry: { type: 'Point', coordinates:[-73.88931823, 40.84754971]} },
{type: 'Feature',properties:{Name: '2', Address: '714 EAST 180 STREET, EAST TREMONT', Month: '2', Price: '3134'}, geometry: { type: 'Point', coordinates:[-73.8883165, 40.84786713]} },
{type: 'Feature',properties:{Name: '2', Address: '2066 CROTONA AVENUE, EAST TREMONT', Month: '6', Price: '1786'}, geometry: { type: 'Point', coordinates:[-73.8892965, 40.84757713]} },
{type: 'Feature',properties:{Name: '2', Address: '2150 CROTONA AVENUE, EAST TREMONT', Month: '1', Price: '2598'}, geometry: { type: 'Point', coordinates:[-73.88723636, 40.84965288]} },
{type: 'Feature',properties:{Name: '2', Address: '717 EAST 181 STREET, EAST TREMONT', Month: '6', Price: '2808'}, geometry: { type: 'Point', coordinates:[-73.88757781, 40.84865414]} },
{type: 'Feature',properties:{Name: '2', Address: '2158A CROTONA AVENUE, EAST TREMONT', Month: '4', Price: '3252'}, geometry: { type: 'Point', coordinates:[-73.88687495, 40.84962508]} },
{type: 'Feature',properties:{Name: '2', Address: '2158B CROTONA AVE, EAST TREMONT', Month: '6', Price: '3422'}, geometry: { type: 'Point', coordinates:[-73.88683151, 40.84966346]} },
{type: 'Feature',properties:{Name: '2', Address: '820 EAST 178TH STREET, EAST TREMONT', Month: '9', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.88678262, 40.84440456]} },
{type: 'Feature',properties:{Name: '2', Address: '2029 DALY AVENUE, EAST TREMONT', Month: '4', Price: '2376'}, geometry: { type: 'Point', coordinates:[-73.88284176, 40.84308865]} },
{type: 'Feature',properties:{Name: '2', Address: '2074 MOHEGAN AVENUE, EAST TREMONT', Month: '7', Price: '2724'}, geometry: { type: 'Point', coordinates:[-73.88403141, 40.84483274]} },
{type: 'Feature',properties:{Name: '2', Address: '872 BRONX PARK SOUTH, EAST TREMONT', Month: '4', Price: '1968'}, geometry: { type: 'Point', coordinates:[-73.88165658, 40.84699042]} },
{type: 'Feature',properties:{Name: '2', Address: '965 EAST 178TH STREET, EAST TREMONT', Month: '9', Price: '2205'}, geometry: { type: 'Point', coordinates:[-73.88158248, 40.84192086]} },
{type: 'Feature',properties:{Name: '2', Address: '962 E 180 STREET, EAST TREMONT', Month: '7', Price: '2460'}, geometry: { type: 'Point', coordinates:[-73.88023829, 40.84377215]} },
{type: 'Feature',properties:{Name: '2', Address: '968 E. 180TH ST, EAST TREMONT', Month: '4', Price: '1880'}, geometry: { type: 'Point', coordinates:[-73.88010109, 40.84369516]} },
{type: 'Feature',properties:{Name: '2', Address: '1171 WYATT STREET, EAST TREMONT', Month: '12', Price: '2232'}, geometry: { type: 'Point', coordinates:[-73.87572264, 40.83875005]} },
{type: 'Feature',properties:{Name: '2', Address: '420 BRONX PARK AVENUE, EAST TREMONT', Month: '7', Price: '3584'}, geometry: { type: 'Point', coordinates:[-73.87527498, 40.84042109]} },
{type: 'Feature',properties:{Name: '2', Address: '1937 SOUTHERN BOULEVARD, EAST TREMONT', Month: '2', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.88578171, 40.8421584]} },
{type: 'Feature',properties:{Name: '2', Address: '1935 SOUTHERN BLVD, EAST TREMONT', Month: '12', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.88579265, 40.84210351]} },
{type: 'Feature',properties:{Name: '2', Address: '1933 SOUTHERN BOULEVARD, EAST TREMONT', Month: '6', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.88580358, 40.84204863]} },
{type: 'Feature',properties:{Name: '2', Address: '885 ELSMERE PLACE, EAST TREMONT', Month: '3', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.88628767, 40.84217262]} },
{type: 'Feature',properties:{Name: '2', Address: '2015 ARTHUR AVENUE, EAST TREMONT', Month: '4', Price: '3547'}, geometry: { type: 'Point', coordinates:[-73.89269772, 40.84756388]} },
{type: 'Feature',properties:{Name: '2', Address: '2057 PROSPECT AVENUE, EAST TREMONT', Month: '3', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.8874482, 40.84621672]} },
{type: 'Feature',properties:{Name: '2', Address: '716 EAST 181 STREET, EAST TREMONT', Month: '7', Price: '3072'}, geometry: { type: 'Point', coordinates:[-73.88758868, 40.84864043]} },
{type: 'Feature',properties:{Name: '2', Address: '818 EAST 178TH, EAST TREMONT', Month: '8', Price: '3876'}, geometry: { type: 'Point', coordinates:[-73.88672523, 40.84414924]} },
{type: 'Feature',properties:{Name: '2', Address: '2011 VYSE AVENUE, EAST TREMONT', Month: '9', Price: '2574'}, geometry: { type: 'Point', coordinates:[-73.88189981, 40.84232192]} },
{type: 'Feature',properties:{Name: '2', Address: '2011 VYSE AVENUE, EAST TREMONT', Month: '8', Price: '2574'}, geometry: { type: 'Point', coordinates:[-73.88189981, 40.84232192]} },
{type: 'Feature',properties:{Name: '2', Address: '2011 VYSE AVENUE, EAST TREMONT', Month: '7', Price: '2574'}, geometry: { type: 'Point', coordinates:[-73.88189981, 40.84232192]} },
{type: 'Feature',properties:{Name: '2', Address: '952 E. 181ST STREET, EAST TREMONT', Month: '7', Price: '3013'}, geometry: { type: 'Point', coordinates:[-73.88010622, 40.84485892]} },
{type: 'Feature',properties:{Name: '2', Address: '931 EAST 181 STREET, EAST TREMONT', Month: '7', Price: '3087'}, geometry: { type: 'Point', coordinates:[-73.88062614, 40.84516138]} },
{type: 'Feature',properties:{Name: '2', Address: '374 BRONX PARK AVENUE, EAST TREMONT', Month: '9', Price: '2566'}, geometry: { type: 'Point', coordinates:[-73.87593832, 40.83937058]} },
{type: 'Feature',properties:{Name: '2', Address: '1892 BELMONT AVENUE, EAST TREMONT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89288293, 40.84478092]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A MOHEGAN AVENUE, EAST TREMONT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88439305, 40.84470959]} },
{type: 'Feature',properties:{Name: '2', Address: 'DALY AVENUE, EAST TREMONT', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88105671, 40.84490382]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A FAIRMOUNT PLACE, EAST TREMONT', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88911621, 40.84298232]} },
{type: 'Feature',properties:{Name: '2', Address: '709-715 FAIRMOUNT PLACE, EAST TREMONT', Month: '7', Price: '49135'}, geometry: { type: 'Point', coordinates:[-73.89166951, 40.8441732]} },
{type: 'Feature',properties:{Name: '2', Address: '1932 DALY AVENUE, EAST TREMONT', Month: '9', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.88421109, 40.84127303]} },
{type: 'Feature',properties:{Name: '2', Address: '2018 MONTEREY AVENUE, EAST TREMONT', Month: '6', Price: '55272'}, geometry: { type: 'Point', coordinates:[-73.89419634, 40.84843259]} },
{type: 'Feature',properties:{Name: '2', Address: '2070 ARTHUR AVENUE, EAST TREMONT', Month: '11', Price: '22746'}, geometry: { type: 'Point', coordinates:[-73.89196207, 40.84874891]} },
{type: 'Feature',properties:{Name: '2', Address: '2074 ARTHUR AVENUE, EAST TREMONT', Month: '3', Price: '22500'}, geometry: { type: 'Point', coordinates:[-73.89192219, 40.84882023]} },
{type: 'Feature',properties:{Name: '2', Address: '2113 BELMONT AVENUE, EAST TREMONT', Month: '9', Price: '6528'}, geometry: { type: 'Point', coordinates:[-73.88955799, 40.84899914]} },
{type: 'Feature',properties:{Name: '2', Address: '1963 PROSPECT AVENUE, EAST TREMONT', Month: '3', Price: '5934'}, geometry: { type: 'Point', coordinates:[-73.88887143, 40.84455206]} },
{type: 'Feature',properties:{Name: '2', Address: '2006 CROTONA AVENUE, EAST TREMONT', Month: '7', Price: '4176'}, geometry: { type: 'Point', coordinates:[-73.88984699, 40.84691893]} },
{type: 'Feature',properties:{Name: '2', Address: '723 OAKLAND PLACE, EAST TREMONT', Month: '6', Price: '8265'}, geometry: { type: 'Point', coordinates:[-73.88873355, 40.84703314]} },
{type: 'Feature',properties:{Name: '2', Address: '1967-1971 MARMION AVENUE, EAST TREMONT', Month: '11', Price: '51520'}, geometry: { type: 'Point', coordinates:[-73.8866721, 40.84351516]} },
{type: 'Feature',properties:{Name: '2', Address: '2136 MAPES AVENUE, EAST TREMONT', Month: '9', Price: '16840'}, geometry: { type: 'Point', coordinates:[-73.88456126, 40.8477509]} },
{type: 'Feature',properties:{Name: '2', Address: '1985 SOUTHERN BLVD, EAST TREMONT', Month: '3', Price: '3991'}, geometry: { type: 'Point', coordinates:[-73.88554108, 40.84337407]} },
{type: 'Feature',properties:{Name: '2', Address: '2068 CROTONA PARKWAY, EAST TREMONT', Month: '11', Price: '10098'}, geometry: { type: 'Point', coordinates:[-73.88473593, 40.8449899]} },
{type: 'Feature',properties:{Name: '2', Address: '2020 HONEYWELL AVENUE, EAST TREMONT', Month: '5', Price: '12200'}, geometry: { type: 'Point', coordinates:[-73.88374111, 40.84342716]} },
{type: 'Feature',properties:{Name: '2', Address: '865 EAST 181ST STREET, EAST TREMONT', Month: '6', Price: '8975'}, geometry: { type: 'Point', coordinates:[-73.88257248, 40.84617343]} },
{type: 'Feature',properties:{Name: '2', Address: '2132 MOHEGAN AVENUE, EAST TREMONT', Month: '1', Price: '9820'}, geometry: { type: 'Point', coordinates:[-73.88268772, 40.84640959]} },
{type: 'Feature',properties:{Name: '2', Address: '2114 DALY AVENUE, EAST TREMONT', Month: '9', Price: '21355'}, geometry: { type: 'Point', coordinates:[-73.88135654, 40.84498922]} },
{type: 'Feature',properties:{Name: '2', Address: '2078 VYSE AVENUE, EAST TREMONT', Month: '11', Price: '10080'}, geometry: { type: 'Point', coordinates:[-73.88094744, 40.84335295]} },
{type: 'Feature',properties:{Name: '2', Address: '995 EAST 181ST STREET, EAST TREMONT', Month: '10', Price: '22720'}, geometry: { type: 'Point', coordinates:[-73.87934793, 40.84446564]} },
{type: 'Feature',properties:{Name: '2', Address: '1898 BELMONT AVENUE, EAST TREMONT', Month: '12', Price: '20025'}, geometry: { type: 'Point', coordinates:[-73.89282137, 40.84485497]} },
{type: 'Feature',properties:{Name: '2', Address: '1900 BELMONT AVENUE, EAST TREMONT', Month: '5', Price: '42000'}, geometry: { type: 'Point', coordinates:[-73.89279964, 40.8448824]} },
{type: 'Feature',properties:{Name: '2', Address: '1908 BELMONT AVENUE, EAST TREMONT', Month: '12', Price: '43299'}, geometry: { type: 'Point', coordinates:[-73.89271635, 40.84498113]} },
{type: 'Feature',properties:{Name: '2', Address: '1892-1894 ARTHUR AVENUE, EAST TREMONT', Month: '5', Price: '52882'}, geometry: { type: 'Point', coordinates:[-73.89366664, 40.84514943]} },
{type: 'Feature',properties:{Name: '2', Address: '1899 BELMONT AVENUE, EAST TREMONT', Month: '5', Price: '28279'}, geometry: { type: 'Point', coordinates:[-73.89283942, 40.84486596]} },
{type: 'Feature',properties:{Name: '2', Address: '750 EAST 179 STREET, EAST TREMONT', Month: '1', Price: '145330'}, geometry: { type: 'Point', coordinates:[-73.88822217, 40.84592378]} },
{type: 'Feature',properties:{Name: '2', Address: '2083 MOHEGAN AVENUE, EAST TREMONT', Month: '1', Price: '35870'}, geometry: { type: 'Point', coordinates:[-73.88390822, 40.84500554]} },
{type: 'Feature',properties:{Name: '2', Address: '2060 CROTONA PARKWAY, EAST TREMONT', Month: '2', Price: '29260'}, geometry: { type: 'Point', coordinates:[-73.88481216, 40.84479784]} },
{type: 'Feature',properties:{Name: '2', Address: '2082 MOHEGAN AVENUE, EAST TREMONT', Month: '10', Price: '33803'}, geometry: { type: 'Point', coordinates:[-73.88389016, 40.84499728]} },
{type: 'Feature',properties:{Name: '2', Address: '2090 MOHEGAN AVENUE, EAST TREMONT', Month: '3', Price: '22580'}, geometry: { type: 'Point', coordinates:[-73.88375253, 40.84516183]} },
{type: 'Feature',properties:{Name: '2', Address: '876 EAST 180 STREET, EAST TREMONT', Month: '7', Price: '21582'}, geometry: { type: 'Point', coordinates:[-73.88300059, 40.84525164]} },
{type: 'Feature',properties:{Name: '2', Address: '882 EAST 180 STREET, EAST TREMONT', Month: '6', Price: '34200'}, geometry: { type: 'Point', coordinates:[-73.88287781, 40.84519113]} },
{type: 'Feature',properties:{Name: '2', Address: '975 EAST TREMONT AVENUE, EAST TREMONT', Month: '5', Price: '79154'}, geometry: { type: 'Point', coordinates:[-73.88225987, 40.84104599]} },
{type: 'Feature',properties:{Name: '2', Address: '1898 LONGFELLOW AVENUE, E1, EAST TREMONT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88232504, 40.83893538]} },
{type: 'Feature',properties:{Name: '2', Address: '565 EAST 178 STREET, EAST TREMONT', Month: '4', Price: '16100'}, geometry: { type: 'Point', coordinates:[-73.89421968, 40.84739511]} },
{type: 'Feature',properties:{Name: '2', Address: '565 EAST 178 STREET, EAST TREMONT', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89421968, 40.84739511]} },
{type: 'Feature',properties:{Name: '2', Address: '1974 LAFONTAINE AVENUE, 4A, EAST TREMONT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89413749, 40.84680218]} },
{type: 'Feature',properties:{Name: '2', Address: '1974 LAFONTAINE AVENUE, 2E, EAST TREMONT', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89413749, 40.84680218]} },
{type: 'Feature',properties:{Name: '2', Address: '1974 LAFONTAINE AVENUE, 1A, EAST TREMONT', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89413749, 40.84680218]} },
{type: 'Feature',properties:{Name: '2', Address: '1974 LAFONTAINE AVENUE, 4B, EAST TREMONT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89413749, 40.84680218]} },
{type: 'Feature',properties:{Name: '2', Address: '1978 LAFONTAINE AVENUE, WALK, EAST TREMONT', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89410487, 40.84685705]} },
{type: 'Feature',properties:{Name: '2', Address: '1976 LAFONTAINE AVENUE, 5D, EAST TREMONT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89412299, 40.84682962]} },
{type: 'Feature',properties:{Name: '2', Address: '1978 LAFONTAINE AVENUE, WALK, EAST TREMONT', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89410487, 40.84685705]} },
{type: 'Feature',properties:{Name: '2', Address: '1974 LAFONTAINE AVENUE, 3D, EAST TREMONT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89413749, 40.84680218]} },
{type: 'Feature',properties:{Name: '2', Address: '1974 LAFONTAINE AVENUE, 5A, EAST TREMONT', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89413749, 40.84680218]} },
{type: 'Feature',properties:{Name: '2', Address: '2089 ARTHUR AVENUE, EAST TREMONT', Month: '4', Price: '55920'}, geometry: { type: 'Point', coordinates:[-73.89179165, 40.84907537]} },
{type: 'Feature',properties:{Name: '2', Address: '2131 CLINTON AVENUE, EAST TREMONT', Month: '11', Price: '29600'}, geometry: { type: 'Point', coordinates:[-73.88677148, 40.84882901]} },
{type: 'Feature',properties:{Name: '2', Address: '2120 MAPES AVENUE, A, EAST TREMONT', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88509367, 40.84712289]} },
{type: 'Feature',properties:{Name: '2', Address: '2015 SOUTHERN BOULEVARD, 6A, EAST TREMONT', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88538793, 40.8441589]} },
{type: 'Feature',properties:{Name: '2', Address: '940 EAST 178 STREET, 2, EAST TREMONT', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88251059, 40.84233077]} },
{type: 'Feature',properties:{Name: '2', Address: '942 EAST 178TH STREET, A, EAST TREMONT', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88247448, 40.84231427]} },
{type: 'Feature',properties:{Name: '2', Address: '535 EAST TREMONT AVENUE, EAST TREMONT', Month: '8', Price: '14268'}, geometry: { type: 'Point', coordinates:[-73.89592329, 40.84662266]} },
{type: 'Feature',properties:{Name: '2', Address: '4290 3 AVENUE, EAST TREMONT', Month: '1', Price: '4900'}, geometry: { type: 'Point', coordinates:[-73.89522632, 40.8485296]} },
{type: 'Feature',properties:{Name: '2', Address: '1926 LONGFELLOW AVENUE, EAST TREMONT', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8817713, 40.83938769]} },
{type: 'Feature',properties:{Name: '2', Address: '2031 MONTEREY AVENUE, EAST TREMONT', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89412018, 40.8485972]} },
{type: 'Feature',properties:{Name: '2', Address: '1971 HUGHES AVENUE, EAST TREMONT', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89203467, 40.84632814]} },
{type: 'Feature',properties:{Name: '2', Address: 'MAPES AVENUE, EAST TREMONT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88492068, 40.84683453]} },
{type: 'Feature',properties:{Name: '2', Address: '2116 DALY AVENUE, EAST TREMONT', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88132755, 40.84503036]} },
{type: 'Feature',properties:{Name: '2', Address: '4292 3 AVENUE, EAST TREMONT', Month: '10', Price: '11500'}, geometry: { type: 'Point', coordinates:[-73.89520819, 40.84856526]} },
{type: 'Feature',properties:{Name: '2', Address: '571 EAST 179 STREET, EAST TREMONT', Month: '5', Price: '10384'}, geometry: { type: 'Point', coordinates:[-73.89340827, 40.84850048]} },
{type: 'Feature',properties:{Name: '2', Address: '1939 WEST FARMS ROAD, EAST TREMONT', Month: '12', Price: '287164'}, geometry: { type: 'Point', coordinates:[-73.88059354, 40.83916141]} },
{type: 'Feature',properties:{Name: '2', Address: 'MONTEREY AVENUE, EAST TREMONT', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89537706, 40.8469131]} },
{type: 'Feature',properties:{Name: '2', Address: '1129 EAST 179 STREET, EAST TREMONT', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87607, 40.84046312]} },
{type: 'Feature',properties:{Name: '2', Address: '423 BRONX PARK AVENUE, EAST TREMONT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8752858, 40.84043757]} },
{type: 'Feature',properties:{Name: '2', Address: '1159 EAST TREMONT AVENUE, EAST TREMONT', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87507361, 40.83988291]} },
{type: 'Feature',properties:{Name: '2', Address: '4262 3 AVENUE, EAST TREMONT', Month: '9', Price: '6200'}, geometry: { type: 'Point', coordinates:[-73.89547288, 40.84803852]} },
{type: 'Feature',properties:{Name: '2', Address: '4451 TIBBETT AVENUE, FIELDSTON', Month: '5', Price: '2819'}, geometry: { type: 'Point', coordinates:[-73.90057187, 40.89226282]} },
{type: 'Feature',properties:{Name: '2', Address: '4500 FIELDSTON ROAD, FIELDSTON', Month: '5', Price: '4140'}, geometry: { type: 'Point', coordinates:[-73.90557461, 40.89184434]} },
{type: 'Feature',properties:{Name: '2', Address: '4425 MANHATTAN COLLEGE PA, FIELDSTON', Month: '9', Price: '2152'}, geometry: { type: 'Point', coordinates:[-73.90631336, 40.89119994]} },
{type: 'Feature',properties:{Name: '2', Address: '4554 HENRY HUDSON PKWY E, FIELDSTON', Month: '11', Price: '1381'}, geometry: { type: 'Point', coordinates:[-73.90795749, 40.89230188]} },
{type: 'Feature',properties:{Name: '2', Address: '4560 HENRY HUDSON PARKWAY, FIELDSTON', Month: '5', Price: '2385'}, geometry: { type: 'Point', coordinates:[-73.90795737, 40.89239246]} },
{type: 'Feature',properties:{Name: '2', Address: '274 COLLEGE ROAD, FIELDSTON', Month: '11', Price: '2528'}, geometry: { type: 'Point', coordinates:[-73.89981671, 40.89655211]} },
{type: 'Feature',properties:{Name: '2', Address: '4669 TIBBETT AVENUE, FIELDSTON', Month: '6', Price: '1791'}, geometry: { type: 'Point', coordinates:[-73.89881747, 40.89477817]} },
{type: 'Feature',properties:{Name: '2', Address: '4642 WALDO AVE, FIELDSTON', Month: '5', Price: '2544'}, geometry: { type: 'Point', coordinates:[-73.90083239, 40.89461524]} },
{type: 'Feature',properties:{Name: '2', Address: '4670 WALDO AVENUE, FIELDSTON', Month: '1', Price: '6579'}, geometry: { type: 'Point', coordinates:[-73.90081316, 40.89538374]} },
{type: 'Feature',properties:{Name: '2', Address: '4637 GROSVENOR AVENUE, FIELDSTON', Month: '11', Price: '2300'}, geometry: { type: 'Point', coordinates:[-73.90617807, 40.89480086]} },
{type: 'Feature',properties:{Name: '2', Address: '5137 POST ROAD, FIELDSTON', Month: '9', Price: '1480'}, geometry: { type: 'Point', coordinates:[-73.89820744, 40.89632289]} },
{type: 'Feature',properties:{Name: '2', Address: '5000 GOODRIDGE AVENUE, FIELDSTON', Month: '7', Price: '5638'}, geometry: { type: 'Point', coordinates:[-73.90365767, 40.89684083]} },
{type: 'Feature',properties:{Name: '2', Address: '5136 POST ROAD, FIELDSTON', Month: '12', Price: '3150'}, geometry: { type: 'Point', coordinates:[-73.89818935, 40.89632837]} },
{type: 'Feature',properties:{Name: '2', Address: '5250 POST ROAD, FIELDSTON', Month: '4', Price: '3108'}, geometry: { type: 'Point', coordinates:[-73.89833006, 40.89892496]} },
{type: 'Feature',properties:{Name: '2', Address: '210 WEST 251ST STREET, FIELDSTON', Month: '8', Price: '75000'}, geometry: { type: 'Point', coordinates:[-73.89690251, 40.89577829]} },
{type: 'Feature',properties:{Name: '2', Address: '6291 BROADWAY, A10, FIELDSTON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89711138, 40.8987098]} },
{type: 'Feature',properties:{Name: '2', Address: '6295 BROADWAY, B2, FIELDSTON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89714337, 40.89907487]} },
{type: 'Feature',properties:{Name: '2', Address: '4410 CAYUGA AVENUE, 5C, FIELDSTON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89917654, 40.89174287]} },
{type: 'Feature',properties:{Name: '2', Address: '4410 CAYUGA AVENUE, 2H, FIELDSTON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89917654, 40.89174287]} },
{type: 'Feature',properties:{Name: '2', Address: '4410 CAYUGA AVENUE, 3E, FIELDSTON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89917654, 40.89174287]} },
{type: 'Feature',properties:{Name: '2', Address: '4410 CAYUGA AVENUE, 4G, FIELDSTON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89917654, 40.89174287]} },
{type: 'Feature',properties:{Name: '2', Address: '255 FIELDSTON TERRACE, 4C, FIELDSTON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89815778, 40.89568608]} },
{type: 'Feature',properties:{Name: '2', Address: '255 FIELDSTON TERRACE, 5D, FIELDSTON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89815778, 40.89568608]} },
{type: 'Feature',properties:{Name: '2', Address: '255 FIELDSTON TERRACE, 7M, FIELDSTON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89815778, 40.89568608]} },
{type: 'Feature',properties:{Name: '2', Address: '255 FIELDSTON TERRACE, 2F, FIELDSTON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89815778, 40.89568608]} },
{type: 'Feature',properties:{Name: '2', Address: '255 FIELDSTON TERRACE, 2D, FIELDSTON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89815778, 40.89568608]} },
{type: 'Feature',properties:{Name: '2', Address: '255 FIELDSTON TERRACE, 6A, FIELDSTON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89815778, 40.89568608]} },
{type: 'Feature',properties:{Name: '2', Address: '5235 POST ROAD, 4J, FIELDSTON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89847927, 40.89833224]} },
{type: 'Feature',properties:{Name: '2', Address: '5235 POST ROAD, 6B, FIELDSTON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89847927, 40.89833224]} },
{type: 'Feature',properties:{Name: '2', Address: '2406 TIEBOUT AVENUE, FORDHAM', Month: '6', Price: '2360'}, geometry: { type: 'Point', coordinates:[-73.89598668, 40.8592511]} },
{type: 'Feature',properties:{Name: '2', Address: '2503 MARION AVENUE, FORDHAM', Month: '5', Price: '1922'}, geometry: { type: 'Point', coordinates:[-73.89339887, 40.8611316]} },
{type: 'Feature',properties:{Name: '2', Address: '2484 ELM PLACE, FORDHAM', Month: '6', Price: '1876'}, geometry: { type: 'Point', coordinates:[-73.89408537, 40.86137377]} },
{type: 'Feature',properties:{Name: '2', Address: '2115 TIEBOUT AVENUE, FORDHAM', Month: '6', Price: '4224'}, geometry: { type: 'Point', coordinates:[-73.89864933, 40.85323159]} },
{type: 'Feature',properties:{Name: '2', Address: '2249 TIEBOUT AVENUE, FORDHAM', Month: '2', Price: '1448'}, geometry: { type: 'Point', coordinates:[-73.89786483, 40.85564349]} },
{type: 'Feature',properties:{Name: '2', Address: '2062 RYER AVENUE, FORDHAM', Month: '9', Price: '2036'}, geometry: { type: 'Point', coordinates:[-73.90106904, 40.85226481]} },
{type: 'Feature',properties:{Name: '2', Address: '2067 ANTHONY AVENUE, FORDHAM', Month: '1', Price: '1298'}, geometry: { type: 'Point', coordinates:[-73.9021059, 40.85264721]} },
{type: 'Feature',properties:{Name: '2', Address: '2441 MORRIS AVENUE, FORDHAM', Month: '10', Price: '1528'}, geometry: { type: 'Point', coordinates:[-73.89999961, 40.86153549]} },
{type: 'Feature',properties:{Name: '2', Address: '368 E 194TH STREET, FORDHAM', Month: '3', Price: '1398'}, geometry: { type: 'Point', coordinates:[-73.89049533, 40.86365401]} },
{type: 'Feature',properties:{Name: '2', Address: '372 EAST 194 STREET, FORDHAM', Month: '10', Price: '1538'}, geometry: { type: 'Point', coordinates:[-73.89041949, 40.86361002]} },
{type: 'Feature',properties:{Name: '2', Address: '2414 TIEBOUT AVENUE, FORDHAM', Month: '8', Price: '1714'}, geometry: { type: 'Point', coordinates:[-73.89593225, 40.85938005]} },
{type: 'Feature',properties:{Name: '2', Address: '2096 VALENTINE AVENUE, FORDHAM', Month: '3', Price: '2024'}, geometry: { type: 'Point', coordinates:[-73.8997847, 40.85300752]} },
{type: 'Feature',properties:{Name: '2', Address: '2099 TIEBOUT AVENUE, FORDHAM', Month: '3', Price: '1368'}, geometry: { type: 'Point', coordinates:[-73.89888846, 40.85286127]} },
{type: 'Feature',properties:{Name: '2', Address: '2102 VALENTINE AVENUE, FORDHAM', Month: '11', Price: '2024'}, geometry: { type: 'Point', coordinates:[-73.89974118, 40.8531008]} },
{type: 'Feature',properties:{Name: '2', Address: '2336 VALENTINE AVENUE, FORDHAM', Month: '6', Price: '1776'}, geometry: { type: 'Point', coordinates:[-73.89774583, 40.85780621]} },
{type: 'Feature',properties:{Name: '2', Address: '2046 RYER AVE, FORDHAM', Month: '9', Price: '3222'}, geometry: { type: 'Point', coordinates:[-73.90114538, 40.85197119]} },
{type: 'Feature',properties:{Name: '2', Address: '2047 ANTHONY AVENUE, FORDHAM', Month: '9', Price: '1240'}, geometry: { type: 'Point', coordinates:[-73.90250425, 40.85215075]} },
{type: 'Feature',properties:{Name: '2', Address: '2271 CRESTON AVENUE, FORDHAM', Month: '5', Price: '2584'}, geometry: { type: 'Point', coordinates:[-73.90127857, 40.85721644]} },
{type: 'Feature',properties:{Name: '2', Address: '2072 WALTON AVENUE, FORDHAM', Month: '11', Price: '2032'}, geometry: { type: 'Point', coordinates:[-73.90591022, 40.85405292]} },
{type: 'Feature',properties:{Name: '2', Address: '2078 WALTON AVENUE, FORDHAM', Month: '6', Price: '2782'}, geometry: { type: 'Point', coordinates:[-73.90583781, 40.85413246]} },
{type: 'Feature',properties:{Name: '2', Address: '2407 WALTON AVENUE, FORDHAM', Month: '1', Price: '2220'}, geometry: { type: 'Point', coordinates:[-73.90106658, 40.86120979]} },
{type: 'Feature',properties:{Name: '2', Address: '2391 WALTON AVENUE, FORDHAM', Month: '7', Price: '2220'}, geometry: { type: 'Point', coordinates:[-73.90124053, 40.86092449]} },
{type: 'Feature',properties:{Name: '2', Address: '2120 DAVIDSON AVENUE, FORDHAM', Month: '11', Price: '2340'}, geometry: { type: 'Point', coordinates:[-73.90693835, 40.85554687]} },
{type: 'Feature',properties:{Name: '2', Address: '2613 DECATUR AVENUE, FORDHAM', Month: '12', Price: '2208'}, geometry: { type: 'Point', coordinates:[-73.89038392, 40.86325592]} },
{type: 'Feature',properties:{Name: '2', Address: '2384 VALENTINE AVENUE, FORDHAM', Month: '6', Price: '3665'}, geometry: { type: 'Point', coordinates:[-73.89718705, 40.85914513]} },
{type: 'Feature',properties:{Name: '2', Address: '2397 TIEBOUT AVENUE, FORDHAM', Month: '3', Price: '4356'}, geometry: { type: 'Point', coordinates:[-73.89607368, 40.85909747]} },
{type: 'Feature',properties:{Name: '2', Address: '2092 RYER AVENUE, FORDHAM', Month: '5', Price: '2862'}, geometry: { type: 'Point', coordinates:[-73.90074228, 40.85322792]} },
{type: 'Feature',properties:{Name: '2', Address: '2306 MORRIS AVENUE, FORDHAM', Month: '12', Price: '2910'}, geometry: { type: 'Point', coordinates:[-73.9016635, 40.85848756]} },
{type: 'Feature',properties:{Name: '2', Address: '2307 CRESTON AVENUE, FORDHAM', Month: '2', Price: '2232'}, geometry: { type: 'Point', coordinates:[-73.90070598, 40.8581711]} },
{type: 'Feature',properties:{Name: '2', Address: '2308 MORRIS AVENUE, FORDHAM', Month: '5', Price: '2910'}, geometry: { type: 'Point', coordinates:[-73.90164175, 40.85852322]} },
{type: 'Feature',properties:{Name: '2', Address: '2580 BRIGGS AVE, FORDHAM', Month: '7', Price: '2146'}, geometry: { type: 'Point', coordinates:[-73.89351022, 40.86383798]} },
{type: 'Feature',properties:{Name: '2', Address: '2580 BRIGGS AVENUE, FORDHAM', Month: '4', Price: '2146'}, geometry: { type: 'Point', coordinates:[-73.89351022, 40.86383798]} },
{type: 'Feature',properties:{Name: '2', Address: '337 E.188TH ST, FORDHAM', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89440136, 40.86045458]} },
{type: 'Feature',properties:{Name: '2', Address: '2605 GRAND CONCOURSE, FORDHAM', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89540688, 40.86472625]} },
{type: 'Feature',properties:{Name: '2', Address: '355 EAST 187TH STREET, FORDHAM', Month: '11', Price: '132756'}, geometry: { type: 'Point', coordinates:[-73.89509682, 40.85959338]} },
{type: 'Feature',properties:{Name: '2', Address: '2482 TIEBOUT AVENUE, FORDHAM', Month: '12', Price: '8060'}, geometry: { type: 'Point', coordinates:[-73.89506132, 40.86147621]} },
{type: 'Feature',properties:{Name: '2', Address: '2485 ELM PLACE, FORDHAM', Month: '2', Price: '19680'}, geometry: { type: 'Point', coordinates:[-73.89410344, 40.86138202]} },
{type: 'Feature',properties:{Name: '2', Address: '2436 MARION AVENUE, FORDHAM', Month: '1', Price: '21750'}, geometry: { type: 'Point', coordinates:[-73.89432271, 40.85989459]} },
{type: 'Feature',properties:{Name: '2', Address: '2120-2126 TIEBOUT AVENUE, FORDHAM', Month: '11', Price: '63750'}, geometry: { type: 'Point', coordinates:[-73.89866388, 40.85317122]} },
{type: 'Feature',properties:{Name: '2', Address: '2097 WEBSTER AVE, FORDHAM', Month: '10', Price: '8448'}, geometry: { type: 'Point', coordinates:[-73.89801792, 40.85246252]} },
{type: 'Feature',properties:{Name: '2', Address: '2238 VALENTINE AVENUE, FORDHAM', Month: '2', Price: '11180'}, geometry: { type: 'Point', coordinates:[-73.89856945, 40.8558335]} },
{type: 'Feature',properties:{Name: '2', Address: '2310 VALENTINE AVENUE, FORDHAM', Month: '11', Price: '20260'}, geometry: { type: 'Point', coordinates:[-73.89795628, 40.85729863]} },
{type: 'Feature',properties:{Name: '2', Address: '2314 VALENTINE AVENUE, FORDHAM', Month: '1', Price: '20260'}, geometry: { type: 'Point', coordinates:[-73.89792363, 40.85737545]} },
{type: 'Feature',properties:{Name: '2', Address: '2400 VALENTINE AVENUE, FORDHAM', Month: '3', Price: '42650'}, geometry: { type: 'Point', coordinates:[-73.89707819, 40.85940853]} },
{type: 'Feature',properties:{Name: '2', Address: '2482 VALENTINE AVENUE, FORDHAM', Month: '11', Price: '21585'}, geometry: { type: 'Point', coordinates:[-73.89611662, 40.861694]} },
{type: 'Feature',properties:{Name: '2', Address: '2362 RYER AVENUE, FORDHAM', Month: '3', Price: '18270'}, geometry: { type: 'Point', coordinates:[-73.89834801, 40.85880856]} },
{type: 'Feature',properties:{Name: '2', Address: '2376 RYER AVENUE, FORDHAM', Month: '4', Price: '19570'}, geometry: { type: 'Point', coordinates:[-73.89807612, 40.85930237]} },
{type: 'Feature',properties:{Name: '2', Address: '2463 VALENTINE AVENUE, FORDHAM', Month: '9', Price: '22700'}, geometry: { type: 'Point', coordinates:[-73.89633425, 40.86123583]} },
{type: 'Feature',properties:{Name: '2', Address: '2105 RYER AVENUE, FORDHAM', Month: '9', Price: '41735'}, geometry: { type: 'Point', coordinates:[-73.90069143, 40.85338981]} },
{type: 'Feature',properties:{Name: '2', Address: '2105 RYER AVENUE, FORDHAM', Month: '3', Price: '41735'}, geometry: { type: 'Point', coordinates:[-73.90069143, 40.85338981]} },
{type: 'Feature',properties:{Name: '2', Address: '2442 MORRIS AVENUE, FORDHAM', Month: '3', Price: '18885'}, geometry: { type: 'Point', coordinates:[-73.89995254, 40.86158211]} },
{type: 'Feature',properties:{Name: '2', Address: '2275 MORRIS AVENUE, FORDHAM', Month: '8', Price: '19969'}, geometry: { type: 'Point', coordinates:[-73.90222872, 40.85761797]} },
{type: 'Feature',properties:{Name: '2', Address: '2335 WALTON AVENUE, FORDHAM', Month: '12', Price: '50000'}, geometry: { type: 'Point', coordinates:[-73.90219362, 40.85936632]} },
{type: 'Feature',properties:{Name: '2', Address: '2567 DECATUR AVENUE, FORDHAM', Month: '8', Price: '23750'}, geometry: { type: 'Point', coordinates:[-73.89099954, 40.86263346]} },
{type: 'Feature',properties:{Name: '2', Address: '2563 DECATUR AVENUE, FORDHAM', Month: '4', Price: '13563'}, geometry: { type: 'Point', coordinates:[-73.89103212, 40.8626033]} },
{type: 'Feature',properties:{Name: '2', Address: '2559 DECATUR AVENUE, FORDHAM', Month: '1', Price: '13781'}, geometry: { type: 'Point', coordinates:[-73.89106472, 40.86257039]} },
{type: 'Feature',properties:{Name: '2', Address: '2553 DECATUR AVENUE, FORDHAM', Month: '7', Price: '14000'}, geometry: { type: 'Point', coordinates:[-73.89128198, 40.86235925]} },
{type: 'Feature',properties:{Name: '2', Address: '2549 DECATUR AVENUE, FORDHAM', Month: '10', Price: '14219'}, geometry: { type: 'Point', coordinates:[-73.8913544, 40.86228796]} },
{type: 'Feature',properties:{Name: '2', Address: '2543 DECATUR AVENUE, FORDHAM', Month: '8', Price: '15750'}, geometry: { type: 'Point', coordinates:[-73.89146665, 40.86218102]} },
{type: 'Feature',properties:{Name: '2', Address: '2600 DECATUR AVE, FORDHAM', Month: '5', Price: '10721'}, geometry: { type: 'Point', coordinates:[-73.89057229, 40.86302829]} },
{type: 'Feature',properties:{Name: '2', Address: '2051 GRAND CONCOURSE, FORDHAM', Month: '2', Price: '54360'}, geometry: { type: 'Point', coordinates:[-73.90349405, 40.85257976]} },
{type: 'Feature',properties:{Name: '2', Address: '2608 CRESTON AVENUE, FORDHAM', Month: '4', Price: '58896'}, geometry: { type: 'Point', coordinates:[-73.89639666, 40.86526511]} },
{type: 'Feature',properties:{Name: '2', Address: '2325 MORRIS AVENUE, FORDHAM', Month: '8', Price: '52800'}, geometry: { type: 'Point', coordinates:[-73.90149311, 40.85881129]} },
{type: 'Feature',properties:{Name: '2', Address: '2420 MORRIS AVENUE, 5H, FORDHAM', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90015921, 40.86118157]} },
{type: 'Feature',properties:{Name: '2', Address: '2420 MORRIS AVENUE, 2J, FORDHAM', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90015921, 40.86118157]} },
{type: 'Feature',properties:{Name: '2', Address: '55 EAST 190TH STREET, 5, FORDHAM', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89847893, 40.86303003]} },
{type: 'Feature',properties:{Name: '2', Address: '2075 WALTON AVENUE, FORDHAM', Month: '9', Price: '53898'}, geometry: { type: 'Point', coordinates:[-73.90590294, 40.85408859]} },
{type: 'Feature',properties:{Name: '2', Address: '2075 WALTON AVENUE, FORDHAM', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90590294, 40.85408859]} },
{type: 'Feature',properties:{Name: '2', Address: '2075 WALTON AVENUE, FORDHAM', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90590294, 40.85408859]} },
{type: 'Feature',properties:{Name: '2', Address: '217 EAST BURNSIDE AVENUE, FORDHAM', Month: '2', Price: '3426'}, geometry: { type: 'Point', coordinates:[-73.90288779, 40.85189033]} },
{type: 'Feature',properties:{Name: '2', Address: '301 EAST FORDHAM ROAD, FORDHAM', Month: '4', Price: '10000'}, geometry: { type: 'Point', coordinates:[-73.89471686, 40.86211542]} },
{type: 'Feature',properties:{Name: '2', Address: '2202 GRAND CONCOURSE, FORDHAM', Month: '3', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.90081771, 40.85596994]} },
{type: 'Feature',properties:{Name: '2', Address: '350 EAST FORDHAM ROAD, FORDHAM', Month: '3', Price: '6000'}, geometry: { type: 'Point', coordinates:[-73.89310126, 40.86185593]} },
{type: 'Feature',properties:{Name: '2', Address: '2511 MARION AVENUE, FORDHAM', Month: '5', Price: '41247'}, geometry: { type: 'Point', coordinates:[-73.89331192, 40.86124954]} },
{type: 'Feature',properties:{Name: '2', Address: '165 EAST BURNSIDE AVENUE, FORDHAM', Month: '1', Price: '9788'}, geometry: { type: 'Point', coordinates:[-73.90435422, 40.8526738]} },
{type: 'Feature',properties:{Name: '2', Address: '2231 GRAND CONCOURSE, FORDHAM', Month: '12', Price: '2726'}, geometry: { type: 'Point', coordinates:[-73.90077056, 40.85607695]} },
{type: 'Feature',properties:{Name: '2', Address: '2546 MARION AVENUE, FORDHAM', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89251474, 40.86238237]} },
{type: 'Feature',properties:{Name: '2', Address: '2064 GRAND CONCOURSE, FORDHAM', Month: '2', Price: '10285'}, geometry: { type: 'Point', coordinates:[-73.90315733, 40.85296099]} },
{type: 'Feature',properties:{Name: '2', Address: '1021 SUMMIT AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '9', Price: '1304'}, geometry: { type: 'Point', coordinates:[-73.92988329, 40.83379208]} },
{type: 'Feature',properties:{Name: '2', Address: '1319 UNIVERSITY AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '11', Price: '2299'}, geometry: { type: 'Point', coordinates:[-73.92707133, 40.84083601]} },
{type: 'Feature',properties:{Name: '2', Address: '1857 HARRISON AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '1', Price: '1832'}, geometry: { type: 'Point', coordinates:[-73.9130311, 40.85151142]} },
{type: 'Feature',properties:{Name: '2', Address: '1857 HARRISON AVE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '6', Price: '1832'}, geometry: { type: 'Point', coordinates:[-73.9130311, 40.85151142]} },
{type: 'Feature',properties:{Name: '2', Address: '1774 UNDERCLIFF AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '10', Price: '1750'}, geometry: { type: 'Point', coordinates:[-73.91994221, 40.85162072]} },
{type: 'Feature',properties:{Name: '2', Address: '175 WEST TREMONT AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '5', Price: '2975'}, geometry: { type: 'Point', coordinates:[-73.91592708, 40.85101129]} },
{type: 'Feature',properties:{Name: '2', Address: '1036 WOODYCREST AV, HIGHBRIDGE/MORRIS HEIGHTS', Month: '3', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.92745178, 40.83332397]} },
{type: 'Feature',properties:{Name: '2', Address: '132 WEST 165TH STREET, HIGHBRIDGE/MORRIS HEIGHTS', Month: '1', Price: '1540'}, geometry: { type: 'Point', coordinates:[-73.92830713, 40.83433182]} },
{type: 'Feature',properties:{Name: '2', Address: '1026 OGDEN AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '10', Price: '3575'}, geometry: { type: 'Point', coordinates:[-73.92898367, 40.83361038]} },
{type: 'Feature',properties:{Name: '2', Address: '1114 NELSON AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '12', Price: '2906'}, geometry: { type: 'Point', coordinates:[-73.92680605, 40.83558795]} },
{type: 'Feature',properties:{Name: '2', Address: '1116 NELSON AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '4', Price: '2064'}, geometry: { type: 'Point', coordinates:[-73.92678795, 40.83561264]} },
{type: 'Feature',properties:{Name: '2', Address: '1176 NELSON AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '9', Price: '3080'}, geometry: { type: 'Point', coordinates:[-73.92576358, 40.8371106]} },
{type: 'Feature',properties:{Name: '2', Address: '1289 SHAKESPEARE AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '3', Price: '2340'}, geometry: { type: 'Point', coordinates:[-73.92251899, 40.83962262]} },
{type: 'Feature',properties:{Name: '2', Address: '1303 SHAKESPEARE AVE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '1', Price: '1776'}, geometry: { type: 'Point', coordinates:[-73.92246801, 40.8399547]} },
{type: 'Feature',properties:{Name: '2', Address: '1350 PLIMPTON AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '6', Price: '2322'}, geometry: { type: 'Point', coordinates:[-73.92376014, 40.84144045]} },
{type: 'Feature',properties:{Name: '2', Address: '1315 PLIMPTON AVE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '10', Price: '2600'}, geometry: { type: 'Point', coordinates:[-73.92446592, 40.84052967]} },
{type: 'Feature',properties:{Name: '2', Address: '180 WEST 166 STREET, HIGHBRIDGE/MORRIS HEIGHTS', Month: '8', Price: '1656'}, geometry: { type: 'Point', coordinates:[-73.92895223, 40.83597904]} },
{type: 'Feature',properties:{Name: '2', Address: '1687 JEROME AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '5', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.91327992, 40.84641743]} },
{type: 'Feature',properties:{Name: '2', Address: '26 WEST 174TH STREET, HIGHBRIDGE/MORRIS HEIGHTS', Month: '11', Price: '3084'}, geometry: { type: 'Point', coordinates:[-73.91472908, 40.8465832]} },
{type: 'Feature',properties:{Name: '2', Address: '1760 GRAND AVE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '4', Price: '4278'}, geometry: { type: 'Point', coordinates:[-73.91334464, 40.84945587]} },
{type: 'Feature',properties:{Name: '2', Address: '1851 HARRISON AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '4', Price: '2404'}, geometry: { type: 'Point', coordinates:[-73.91315414, 40.85140447]} },
{type: 'Feature',properties:{Name: '2', Address: '1891 HARRISON AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '8', Price: '1974'}, geometry: { type: 'Point', coordinates:[-73.91162369, 40.85249021]} },
{type: 'Feature',properties:{Name: '2', Address: '1816 HARRISON AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '12', Price: '4118'}, geometry: { type: 'Point', coordinates:[-73.91366819, 40.85081474]} },
{type: 'Feature',properties:{Name: '2', Address: '1420 SHAKESPEARE AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '7', Price: '4122'}, geometry: { type: 'Point', coordinates:[-73.92077347, 40.84261317]} },
{type: 'Feature',properties:{Name: '2', Address: '1472 SHAKESPEARE AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '7', Price: '4437'}, geometry: { type: 'Point', coordinates:[-73.91997337, 40.84374893]} },
{type: 'Feature',properties:{Name: '2', Address: '1520 PLIMPTON AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '12', Price: '2848'}, geometry: { type: 'Point', coordinates:[-73.92095783, 40.84562424]} },
{type: 'Feature',properties:{Name: '2', Address: '1513 POPHAM AVE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '5', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.92180439, 40.8480182]} },
{type: 'Feature',properties:{Name: '2', Address: '1645 POPHAM AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '12', Price: '2762'}, geometry: { type: 'Point', coordinates:[-73.9208524, 40.84918131]} },
{type: 'Feature',properties:{Name: '2', Address: '153 WEST 175TH STREET, HIGHBRIDGE/MORRIS HEIGHTS', Month: '7', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.92077742, 40.84840725]} },
{type: 'Feature',properties:{Name: '2', Address: '1706 POPHAM AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '7', Price: '1996'}, geometry: { type: 'Point', coordinates:[-73.920114, 40.85004538]} },
{type: 'Feature',properties:{Name: '2', Address: '1706 POPHAM AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '1', Price: '1996'}, geometry: { type: 'Point', coordinates:[-73.920114, 40.85004538]} },
{type: 'Feature',properties:{Name: '2', Address: '1800 UNDERCLIFF AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '10', Price: '1700'}, geometry: { type: 'Point', coordinates:[-73.91959831, 40.85204317]} },
{type: 'Feature',properties:{Name: '2', Address: '1830 ANDREWS AVENUE SOUTH, HIGHBRIDGE/MORRIS HEIGHTS', Month: '7', Price: '4312'}, geometry: { type: 'Point', coordinates:[-73.91509057, 40.85221011]} },
{type: 'Feature',properties:{Name: '2', Address: '1830 ANDREWS AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '4', Price: '4312'}, geometry: { type: 'Point', coordinates:[-73.91509057, 40.85221011]} },
{type: 'Feature',properties:{Name: '2', Address: '1870 ANDREWS AVENUE SOUTH, HIGHBRIDGE/MORRIS HEIGHTS', Month: '11', Price: '3832'}, geometry: { type: 'Point', coordinates:[-73.91444993, 40.85286288]} },
{type: 'Feature',properties:{Name: '2', Address: '1870 ANDREWS AVENUE SOUTH, HIGHBRIDGE/MORRIS HEIGHTS', Month: '11', Price: '3832'}, geometry: { type: 'Point', coordinates:[-73.91444993, 40.85286288]} },
{type: 'Feature',properties:{Name: '2', Address: '229A WEST TREMONT AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '4', Price: '3053'}, geometry: { type: 'Point', coordinates:[-73.91767794, 40.85282405]} },
{type: 'Feature',properties:{Name: '2', Address: '1861 ANDREWS AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '2', Price: '3905'}, geometry: { type: 'Point', coordinates:[-73.91456571, 40.85277239]} },
{type: 'Feature',properties:{Name: '2', Address: '1819 ANDREWS AVE. SOUTH, HIGHBRIDGE/MORRIS HEIGHTS', Month: '10', Price: '4187'}, geometry: { type: 'Point', coordinates:[-73.91514483, 40.85217996]} },
{type: 'Feature',properties:{Name: '2', Address: '1620 SEDGWICK AVE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '5', Price: '3320'}, geometry: { type: 'Point', coordinates:[-73.92398358, 40.84831609]} },
{type: 'Feature',properties:{Name: '2', Address: '1620 SEDGWICK AVE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '4', Price: '3320'}, geometry: { type: 'Point', coordinates:[-73.92398358, 40.84831609]} },
{type: 'Feature',properties:{Name: '2', Address: '1774 SEDGWICK AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '6', Price: '3447'}, geometry: { type: 'Point', coordinates:[-73.92108076, 40.85168189]} },
{type: 'Feature',properties:{Name: '2', Address: '984 WOODYCREST AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '7', Price: '3369'}, geometry: { type: 'Point', coordinates:[-73.92872194, 40.83167794]} },
{type: 'Feature',properties:{Name: '2', Address: '1016 WOODYCREST AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '1', Price: '2907'}, geometry: { type: 'Point', coordinates:[-73.92771594, 40.83298379]} },
{type: 'Feature',properties:{Name: '2', Address: '1094 WOODYCREST AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '9', Price: '3188'}, geometry: { type: 'Point', coordinates:[-73.92643848, 40.83464628]} },
{type: 'Feature',properties:{Name: '2', Address: '1017 WOODYCREST AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '12', Price: '2730'}, geometry: { type: 'Point', coordinates:[-73.92769782, 40.83303593]} },
{type: 'Feature',properties:{Name: '2', Address: '1011 WOODYCREST AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '3', Price: '2730'}, geometry: { type: 'Point', coordinates:[-73.92777381, 40.83294266]} },
{type: 'Feature',properties:{Name: '2', Address: '1007 WOODYCREST AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '11', Price: '2730'}, geometry: { type: 'Point', coordinates:[-73.92782086, 40.83287682]} },
{type: 'Feature',properties:{Name: '2', Address: '1213 WOODYCREST AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '1', Price: '2352'}, geometry: { type: 'Point', coordinates:[-73.924343, 40.83738964]} },
{type: 'Feature',properties:{Name: '2', Address: '1201 NELSON AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '12', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.92544499, 40.83760993]} },
{type: 'Feature',properties:{Name: '2', Address: '1340 OGDEN AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '12', Price: '1786'}, geometry: { type: 'Point', coordinates:[-73.92513048, 40.84091436]} },
{type: 'Feature',properties:{Name: '2', Address: '985 OGDEN AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '9', Price: '2943'}, geometry: { type: 'Point', coordinates:[-73.9296679, 40.8324388]} },
{type: 'Feature',properties:{Name: '2', Address: '910 SUMMIT AVE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '4', Price: '3037'}, geometry: { type: 'Point', coordinates:[-73.93133508, 40.83118273]} },
{type: 'Feature',properties:{Name: '2', Address: '1098 UNIVERSITY AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '7', Price: '3402'}, geometry: { type: 'Point', coordinates:[-73.9294836, 40.83585311]} },
{type: 'Feature',properties:{Name: '2', Address: '1100 UNIVERSITY AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '5', Price: '3402'}, geometry: { type: 'Point', coordinates:[-73.9294438, 40.83589426]} },
{type: 'Feature',properties:{Name: '2', Address: '180 WEST 168TH STREET, HIGHBRIDGE/MORRIS HEIGHTS', Month: '10', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.92750015, 40.83867345]} },
{type: 'Feature',properties:{Name: '2', Address: '1833 HARRISON AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '7', Price: '5200'}, geometry: { type: 'Point', coordinates:[-73.91349074, 40.85106438]} },
{type: 'Feature',properties:{Name: '2', Address: '1747 MONTGOMERY AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '5', Price: '2425'}, geometry: { type: 'Point', coordinates:[-73.9180383, 40.85079597]} },
{type: 'Feature',properties:{Name: '2', Address: '229B WEST TREMONT AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '2', Price: '3063'}, geometry: { type: 'Point', coordinates:[-73.91778264, 40.85292294]} },
{type: 'Feature',properties:{Name: '2', Address: '1622 SEDGWICK AVE., HIGHBRIDGE/MORRIS HEIGHTS', Month: '8', Price: '3320'}, geometry: { type: 'Point', coordinates:[-73.92395462, 40.84835724]} },
{type: 'Feature',properties:{Name: '2', Address: '120 WEST 169 STREET, HIGHBRIDGE/MORRIS HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92419554, 40.83993938]} },
{type: 'Feature',properties:{Name: '2', Address: '120 WEST 169 STREET, HIGHBRIDGE/MORRIS HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92419554, 40.83993938]} },
{type: 'Feature',properties:{Name: '2', Address: '979 SUMMIT AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93049876, 40.8327028]} },
{type: 'Feature',properties:{Name: '2', Address: '977 SUMMIT AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93051686, 40.83266987]} },
{type: 'Feature',properties:{Name: '2', Address: '1072 DR MARTIN LUTHER KIN, HIGHBRIDGE/MORRIS HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92974461, 40.83507377]} },
{type: 'Feature',properties:{Name: '2', Address: '1301 UNIVERSITY AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92721977, 40.84059457]} },
{type: 'Feature',properties:{Name: '2', Address: '974 ANDERSON AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '9', Price: '12160'}, geometry: { type: 'Point', coordinates:[-73.9275981, 40.83168822]} },
{type: 'Feature',properties:{Name: '2', Address: '976 ANDERSON AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '8', Price: '12160'}, geometry: { type: 'Point', coordinates:[-73.92756915, 40.83172937]} },
{type: 'Feature',properties:{Name: '2', Address: '951 WOODYCREST AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '12', Price: '29500'}, geometry: { type: 'Point', coordinates:[-73.92897159, 40.83138715]} },
{type: 'Feature',properties:{Name: '2', Address: '993 SUMMIT AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '4', Price: '9032'}, geometry: { type: 'Point', coordinates:[-73.93036842, 40.83293328]} },
{type: 'Feature',properties:{Name: '2', Address: '985 SUMMIT AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '8', Price: '12740'}, geometry: { type: 'Point', coordinates:[-73.93044084, 40.83280157]} },
{type: 'Feature',properties:{Name: '2', Address: '1037-1039 OGDEN AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '12', Price: '19000'}, geometry: { type: 'Point', coordinates:[-73.92882432, 40.83393141]} },
{type: 'Feature',properties:{Name: '2', Address: '1434 UNDERCLIFF AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '8', Price: '3756'}, geometry: { type: 'Point', coordinates:[-73.9251737, 40.84425744]} },
{type: 'Feature',properties:{Name: '2', Address: '62 WEST TREMONT AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '12', Price: '97500'}, geometry: { type: 'Point', coordinates:[-73.91178045, 40.85148851]} },
{type: 'Feature',properties:{Name: '2', Address: '71 WEST 174TH STREET, HIGHBRIDGE/MORRIS HEIGHTS', Month: '1', Price: '4800'}, geometry: { type: 'Point', coordinates:[-73.91643063, 40.84725141]} },
{type: 'Feature',properties:{Name: '2', Address: '73 WEST 174 STREET, HIGHBRIDGE/MORRIS HEIGHTS', Month: '8', Price: '4800'}, geometry: { type: 'Point', coordinates:[-73.91645954, 40.84724868]} },
{type: 'Feature',properties:{Name: '2', Address: '1764 POPHAM AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '3', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.91873536, 40.85125483]} },
{type: 'Feature',properties:{Name: '2', Address: '1482 MONTGOMERY AVE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '11', Price: '35700'}, geometry: { type: 'Point', coordinates:[-73.92108212, 40.84749347]} },
{type: 'Feature',properties:{Name: '2', Address: '1890 ANDREWS AVENUE SOUTH, HIGHBRIDGE/MORRIS HEIGHTS', Month: '6', Price: '59433'}, geometry: { type: 'Point', coordinates:[-73.91388884, 40.85348551]} },
{type: 'Feature',properties:{Name: '2', Address: '60-68 WEST 162ND STREET, HIGHBRIDGE/MORRIS HEIGHTS', Month: '3', Price: '42395'}, geometry: { type: 'Point', coordinates:[-73.92833981, 40.83083782]} },
{type: 'Feature',properties:{Name: '2', Address: '1055 JEROME AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '11', Price: '65667'}, geometry: { type: 'Point', coordinates:[-73.92521171, 40.83295475]} },
{type: 'Feature',properties:{Name: '2', Address: '1065 JEROME AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '11', Price: '59952'}, geometry: { type: 'Point', coordinates:[-73.92490751, 40.8335282]} },
{type: 'Feature',properties:{Name: '2', Address: '953-957 ANDERSON AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '2', Price: '45000'}, geometry: { type: 'Point', coordinates:[-73.92794549, 40.83124104]} },
{type: 'Feature',properties:{Name: '2', Address: '1030 WOODYCREST AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '11', Price: '23508'}, geometry: { type: 'Point', coordinates:[-73.92753139, 40.83322247]} },
{type: 'Feature',properties:{Name: '2', Address: '1070 OGDEN AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '10', Price: '26355'}, geometry: { type: 'Point', coordinates:[-73.92829938, 40.83481488]} },
{type: 'Feature',properties:{Name: '2', Address: '1265 NELSON AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '2', Price: '70985'}, geometry: { type: 'Point', coordinates:[-73.92441332, 40.83911611]} },
{type: 'Feature',properties:{Name: '2', Address: '1275 NELSON AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '1', Price: '70985'}, geometry: { type: 'Point', coordinates:[-73.92431196, 40.83926151]} },
{type: 'Feature',properties:{Name: '2', Address: '917 OGDEN AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '9', Price: '36888'}, geometry: { type: 'Point', coordinates:[-73.93048971, 40.8309846]} },
{type: 'Feature',properties:{Name: '2', Address: '917 OGDEN AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '4', Price: '36888'}, geometry: { type: 'Point', coordinates:[-73.93048971, 40.8309846]} },
{type: 'Feature',properties:{Name: '2', Address: '155 WEST 162ND STREET, HIGHBRIDGE/MORRIS HEIGHTS', Month: '1', Price: '80000'}, geometry: { type: 'Point', coordinates:[-73.93033717, 40.83172558]} },
{type: 'Feature',properties:{Name: '2', Address: '1485 MACOMBS ROAD, HIGHBRIDGE/MORRIS HEIGHTS', Month: '9', Price: '43000'}, geometry: { type: 'Point', coordinates:[-73.91798695, 40.84260299]} },
{type: 'Feature',properties:{Name: '2', Address: '1630 GRAND AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '5', Price: '60000'}, geometry: { type: 'Point', coordinates:[-73.9157446, 40.8466855]} },
{type: 'Feature',properties:{Name: '2', Address: '1419 JESUP AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '3', Price: '59700'}, geometry: { type: 'Point', coordinates:[-73.92044573, 40.8416523]} },
{type: 'Feature',properties:{Name: '2', Address: '1710 ANDREWS AVENUE SOUTH, HIGHBRIDGE/MORRIS HEIGHTS', Month: '10', Price: '96722'}, geometry: { type: 'Point', coordinates:[-73.91783694, 40.84993948]} },
{type: 'Feature',properties:{Name: '2', Address: '1730 ANDREWS AVENUE SOUTH, HIGHBRIDGE/MORRIS HEIGHTS', Month: '2', Price: '65994'}, geometry: { type: 'Point', coordinates:[-73.91749687, 40.85017803]} },
{type: 'Feature',properties:{Name: '2', Address: '1514 SEDGWICK AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '2', Price: '94430'}, geometry: { type: 'Point', coordinates:[-73.92496128, 40.84673029]} },
{type: 'Feature',properties:{Name: '2', Address: '1001 ANDERSON AVENUE, 1, HIGHBRIDGE/MORRIS HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92718912, 40.83228356]} },
{type: 'Feature',properties:{Name: '2', Address: '136 WEST 168TH STREET, 2E, HIGHBRIDGE/MORRIS HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92558501, 40.83843893]} },
{type: 'Feature',properties:{Name: '2', Address: '136 WEST 168TH STREET, 7D, HIGHBRIDGE/MORRIS HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92558501, 40.83843893]} },
{type: 'Feature',properties:{Name: '2', Address: '1372 SHAKESPEARE AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '11', Price: '39745'}, geometry: { type: 'Point', coordinates:[-73.92173638, 40.84131283]} },
{type: 'Feature',properties:{Name: '2', Address: '1372 SHAKESPEARE AVENUE, 2K, HIGHBRIDGE/MORRIS HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92173638, 40.84131283]} },
{type: 'Feature',properties:{Name: '2', Address: '1372 SHAKESPEARE AVENUE, 2C, HIGHBRIDGE/MORRIS HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92173638, 40.84131283]} },
{type: 'Feature',properties:{Name: '2', Address: '1600 NELSON AVENUE, 1A, HIGHBRIDGE/MORRIS HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91932682, 40.84640261]} },
{type: 'Feature',properties:{Name: '2', Address: '1641 ANDREWS AVENUE SOUTH, HIGHBRIDGE/MORRIS HEIGHTS', Month: '4', Price: '55750'}, geometry: { type: 'Point', coordinates:[-73.91941134, 40.84823613]} },
{type: 'Feature',properties:{Name: '2', Address: '1641 ANDREWS AVENUE SOUTH, HIGHBRIDGE/MORRIS HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91941134, 40.84823613]} },
{type: 'Feature',properties:{Name: '2', Address: '941 JEROME AVENUE, 5C, HIGHBRIDGE/MORRIS HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92848144, 40.83018192]} },
{type: 'Feature',properties:{Name: '2', Address: '1177 ANDERSON AVENUE, 3F, HIGHBRIDGE/MORRIS HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92389945, 40.83655221]} },
{type: 'Feature',properties:{Name: '2', Address: '132 WEST 169TH STREET, 4C, HIGHBRIDGE/MORRIS HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92438701, 40.84000263]} },
{type: 'Feature',properties:{Name: '2', Address: '132 WEST 169 STREET, 3B, HIGHBRIDGE/MORRIS HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92438701, 40.84000263]} },
{type: 'Feature',properties:{Name: '2', Address: '132 WEST 169TH STREET, 6C, HIGHBRIDGE/MORRIS HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92438701, 40.84000263]} },
{type: 'Feature',properties:{Name: '2', Address: '1217 NELSON AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92523505, 40.83791446]} },
{type: 'Feature',properties:{Name: '2', Address: '1219 NELSON AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9252097, 40.83795287]} },
{type: 'Feature',properties:{Name: '2', Address: '122 WEST 167 STREET, HIGHBRIDGE/MORRIS HEIGHTS', Month: '7', Price: '5605'}, geometry: { type: 'Point', coordinates:[-73.92640368, 40.83670754]} },
{type: 'Feature',properties:{Name: '2', Address: '126-130 FEATHERBED LANE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '8', Price: '7154'}, geometry: { type: 'Point', coordinates:[-73.92006809, 40.84613963]} },
{type: 'Feature',properties:{Name: '2', Address: '73 FEATHERBED LANE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '2', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.91743656, 40.84634912]} },
{type: 'Feature',properties:{Name: '2', Address: '21 CLARKE PLACE EAST, HIGHBRIDGE/MORRIS HEIGHTS', Month: '11', Price: '21500'}, geometry: { type: 'Point', coordinates:[-73.91846583, 40.83817611]} },
{type: 'Feature',properties:{Name: '2', Address: '1342 INWOOD AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '10', Price: '56250'}, geometry: { type: 'Point', coordinates:[-73.91958459, 40.83947514]} },
{type: 'Feature',properties:{Name: '2', Address: '126 WEST 165 STREET, HIGHBRIDGE/MORRIS HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92821321, 40.83430157]} },
{type: 'Feature',properties:{Name: '2', Address: '1351 JEROME AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91850051, 40.83936734]} },
{type: 'Feature',properties:{Name: '2', Address: '1461 JEROME AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '5', Price: '1233'}, geometry: { type: 'Point', coordinates:[-73.91720115, 40.84092541]} },
{type: 'Feature',properties:{Name: '2', Address: '55 WEST 169 STREET, HIGHBRIDGE/MORRIS HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92167839, 40.83838419]} },
{type: 'Feature',properties:{Name: '2', Address: '1297 CROMWELL AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '8', Price: '5059'}, geometry: { type: 'Point', coordinates:[-73.92093718, 40.83867188]} },
{type: 'Feature',properties:{Name: '2', Address: '1339 JEROME AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '3', Price: '18100'}, geometry: { type: 'Point', coordinates:[-73.91866372, 40.83889811]} },
{type: 'Feature',properties:{Name: '2', Address: '1282 SHAKESPEARE AVENUE, HIGHBRIDGE/MORRIS HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92252283, 40.83943324]} },
{type: 'Feature',properties:{Name: '2', Address: '1387 DR M L KING JR BLVD, HIGHBRIDGE/MORRIS HEIGHTS', Month: '11', Price: '57276'}, geometry: { type: 'Point', coordinates:[-73.92560188, 40.84274539]} },
{type: 'Feature',properties:{Name: '2', Address: '836 MANIDA STREET, HUNTS POINT', Month: '12', Price: '2624'}, geometry: { type: 'Point', coordinates:[-73.88958865, 40.81746241]} },
{type: 'Feature',properties:{Name: '2', Address: '841 MANIDA STREET, HUNTS POINT', Month: '6', Price: '2548'}, geometry: { type: 'Point', coordinates:[-73.88964636, 40.8175201]} },
{type: 'Feature',properties:{Name: '2', Address: '1211 GILBERT PLACE, HUNTS POINT', Month: '5', Price: '2548'}, geometry: { type: 'Point', coordinates:[-73.88815373, 40.8178398]} },
{type: 'Feature',properties:{Name: '2', Address: '1209 GILBERT PLACE, HUNTS POINT', Month: '9', Price: '2548'}, geometry: { type: 'Point', coordinates:[-73.88821516, 40.81783162]} },
{type: 'Feature',properties:{Name: '2', Address: '641 BARRETTO STREET, HUNTS POINT', Month: '9', Price: '4050'}, geometry: { type: 'Point', coordinates:[-73.88891367, 40.81276554]} },
{type: 'Feature',properties:{Name: '2', Address: '658 BARRETTO, HUNTS POINT', Month: '11', Price: '2940'}, geometry: { type: 'Point', coordinates:[-73.88883637, 40.81362456]} },
{type: 'Feature',properties:{Name: '2', Address: '665 COSTER STREET, HUNTS POINT', Month: '3', Price: '2128'}, geometry: { type: 'Point', coordinates:[-73.88716767, 40.81343356]} },
{type: 'Feature',properties:{Name: '2', Address: '628 MANIDA STREET, HUNTS POINT', Month: '8', Price: '3192'}, geometry: { type: 'Point', coordinates:[-73.8879203, 40.81271517]} },
{type: 'Feature',properties:{Name: '2', Address: '621 FAILE STREET, HUNTS POINT', Month: '10', Price: '2296'}, geometry: { type: 'Point', coordinates:[-73.88607038, 40.81288353]} },
{type: 'Feature',properties:{Name: '2', Address: '652 COSTER STREET, HUNTS POINT', Month: '10', Price: '2138'}, geometry: { type: 'Point', coordinates:[-73.88709935, 40.8132441]} },
{type: 'Feature',properties:{Name: '2', Address: '615 BRYANT AVENUE, HUNTS POINT', Month: '4', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.8850807, 40.81278923]} },
{type: 'Feature',properties:{Name: '2', Address: '1095 LONGWOOD AVENUE, HUNTS POINT', Month: '10', Price: '1428'}, geometry: { type: 'Point', coordinates:[-73.89432866, 40.81519696]} },
{type: 'Feature',properties:{Name: '2', Address: '919 BRYANT AVENUE, HUNTS POINT', Month: '6', Price: '3444'}, geometry: { type: 'Point', coordinates:[-73.88706209, 40.820298]} },
{type: 'Feature',properties:{Name: '2', Address: '908 BRYANT AVENUE, HUNTS POINT', Month: '1', Price: '2937'}, geometry: { type: 'Point', coordinates:[-73.88698296, 40.82009207]} },
{type: 'Feature',properties:{Name: '2', Address: '1221 GILBERT PLACE, HUNTS POINT', Month: '2', Price: '2548'}, geometry: { type: 'Point', coordinates:[-73.88783572, 40.81788889]} },
{type: 'Feature',properties:{Name: '2', Address: '628 COSTER STREET, HUNTS POINT', Month: '10', Price: '2138'}, geometry: { type: 'Point', coordinates:[-73.88699885, 40.81285974]} },
{type: 'Feature',properties:{Name: '2', Address: '650 COSTER STREET, HUNTS POINT', Month: '7', Price: '2138'}, geometry: { type: 'Point', coordinates:[-73.88708857, 40.81321116]} },
{type: 'Feature',properties:{Name: '2', Address: '700 MANIDA STREET, HUNTS POINT', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88841567, 40.81460128]} },
{type: 'Feature',properties:{Name: '2', Address: '875 HUNTS POINT AVENUE, HUNTS POINT', Month: '3', Price: '10560'}, geometry: { type: 'Point', coordinates:[-73.8892866, 40.81877958]} },
{type: 'Feature',properties:{Name: '2', Address: '871 HUNTS POINT AVENUE, HUNTS POINT', Month: '10', Price: '10560'}, geometry: { type: 'Point', coordinates:[-73.88914246, 40.81855163]} },
{type: 'Feature',properties:{Name: '2', Address: '1303 SENECA AVENUE, HUNTS POINT', Month: '1', Price: '2746'}, geometry: { type: 'Point', coordinates:[-73.88741493, 40.8188903]} },
{type: 'Feature',properties:{Name: '2', Address: '1204 GILBERT PLACE, HUNTS POINT', Month: '7', Price: '13547'}, geometry: { type: 'Point', coordinates:[-73.88833806, 40.81779606]} },
{type: 'Feature',properties:{Name: '2', Address: '1220 GILBERT PLACE, HUNTS POINT', Month: '8', Price: '12250'}, geometry: { type: 'Point', coordinates:[-73.88783213, 40.81787242]} },
{type: 'Feature',properties:{Name: '2', Address: '813 FAILE STREET, HUNTS POINT', Month: '8', Price: '10200'}, geometry: { type: 'Point', coordinates:[-73.88719386, 40.8171664]} },
{type: 'Feature',properties:{Name: '2', Address: '860 HUNTS POINT AVENUE, HUNTS POINT', Month: '4', Price: '19270'}, geometry: { type: 'Point', coordinates:[-73.88877491, 40.81797763]} },
{type: 'Feature',properties:{Name: '2', Address: '861 FAILE STREET, HUNTS POINT', Month: '5', Price: '5670'}, geometry: { type: 'Point', coordinates:[-73.88752771, 40.81843205]} },
{type: 'Feature',properties:{Name: '2', Address: '868 FAILE STREET, HUNTS POINT', Month: '2', Price: '17860'}, geometry: { type: 'Point', coordinates:[-73.88757781, 40.8187148]} },
{type: 'Feature',properties:{Name: '2', Address: '845 LONGFELLOW AVENUE, HUNTS POINT', Month: '9', Price: '23000'}, geometry: { type: 'Point', coordinates:[-73.88557696, 40.8183121]} },
{type: 'Feature',properties:{Name: '2', Address: '841 LONGFELLOW AVENUE, HUNTS POINT', Month: '8', Price: '23760'}, geometry: { type: 'Point', coordinates:[-73.88555182, 40.81822699]} },
{type: 'Feature',properties:{Name: '2', Address: '837 LONGFELLOW AVENUE, HUNTS POINT', Month: '6', Price: '23760'}, geometry: { type: 'Point', coordinates:[-73.88553029, 40.81814189]} },
{type: 'Feature',properties:{Name: '2', Address: '744 COSTER STREET, HUNTS POINT', Month: '1', Price: '25000'}, geometry: { type: 'Point', coordinates:[-73.88767363, 40.81545966]} },
{type: 'Feature',properties:{Name: '2', Address: '642 COSTER STREET, HUNTS POINT', Month: '4', Price: '3272'}, geometry: { type: 'Point', coordinates:[-73.88705627, 40.81308487]} },
{type: 'Feature',properties:{Name: '2', Address: '893 HUNTS POINT AVENUE, HUNTS POINT', Month: '6', Price: '24640'}, geometry: { type: 'Point', coordinates:[-73.8895533, 40.81917508]} },
{type: 'Feature',properties:{Name: '2', Address: '887 BRYANT AVENUE, HUNTS POINT', Month: '10', Price: '50052'}, geometry: { type: 'Point', coordinates:[-73.88688258, 40.81962811]} },
{type: 'Feature',properties:{Name: '2', Address: '890 BRYANT AVENUE, HUNTS POINT', Month: '2', Price: '42150'}, geometry: { type: 'Point', coordinates:[-73.88688243, 40.81971594]} },
{type: 'Feature',properties:{Name: '2', Address: '898 BRYANT AVENUE, HUNTS POINT', Month: '8', Price: '21170'}, geometry: { type: 'Point', coordinates:[-73.88692912, 40.81988342]} },
{type: 'Feature',properties:{Name: '2', Address: '860 BRYANT AVENUE, HUNTS POINT', Month: '8', Price: '46086'}, geometry: { type: 'Point', coordinates:[-73.88656294, 40.8185107]} },
{type: 'Feature',properties:{Name: '2', Address: '1325 LAFAYETTE AVENUE, HUNTS POINT', Month: '5', Price: '67800'}, geometry: { type: 'Point', coordinates:[-73.88579238, 40.81699485]} },
{type: 'Feature',properties:{Name: '2', Address: '647 BRYANT AVENUE, HUNTS POINT', Month: '8', Price: '13900'}, geometry: { type: 'Point', coordinates:[-73.88518116, 40.81319006]} },
{type: 'Feature',properties:{Name: '2', Address: '660 TIFFANY STREET, HUNTS POINT', Month: '11', Price: '3415'}, geometry: { type: 'Point', coordinates:[-73.89077458, 40.81249833]} },
{type: 'Feature',properties:{Name: '2', Address: '879 WHITTIER STREET, HUNTS POINT', Month: '11', Price: '6750'}, geometry: { type: 'Point', coordinates:[-73.88499644, 40.81973878]} },
{type: 'Feature',properties:{Name: '2', Address: '1357 SENECA AVENUE, HUNTS POINT', Month: '5', Price: '2205'}, geometry: { type: 'Point', coordinates:[-73.88506955, 40.8192448]} },
{type: 'Feature',properties:{Name: '2', Address: '525 TIFFANY STREET, HUNTS POINT', Month: '8', Price: '16000'}, geometry: { type: 'Point', coordinates:[-73.89020392, 40.81023339]} },
{type: 'Feature',properties:{Name: '2', Address: '533 COSTER STREET, HUNTS POINT', Month: '9', Price: '13000'}, geometry: { type: 'Point', coordinates:[-73.88651088, 40.81090502]} },
{type: 'Feature',properties:{Name: '2', Address: '555 LONGFELLOW AVENUE, HUNTS POINT', Month: '3', Price: '12291'}, geometry: { type: 'Point', coordinates:[-73.88382196, 40.81161872]} },
{type: 'Feature',properties:{Name: '2', Address: '415 BARRETTO STREET, HUNTS POINT', Month: '5', Price: '11367'}, geometry: { type: 'Point', coordinates:[-73.88784397, 40.80870231]} },
{type: 'Feature',properties:{Name: '2', Address: '405 BARRETTO STREET, HUNTS POINT', Month: '6', Price: '7600'}, geometry: { type: 'Point', coordinates:[-73.88781527, 40.808587]} },
{type: 'Feature',properties:{Name: '2', Address: '1361 EAST BAY AVENUE, HUNTS POINT', Month: '10', Price: '10000'}, geometry: { type: 'Point', coordinates:[-73.88206341, 40.8091604]} },
{type: 'Feature',properties:{Name: '2', Address: '891 GARRISON AVENUE, HUNTS POINT', Month: '6', Price: '9200'}, geometry: { type: 'Point', coordinates:[-73.89188673, 40.81726696]} },
{type: 'Feature',properties:{Name: '2', Address: '891 GARRISON AVENUE, HUNTS POINT', Month: '8', Price: '9200'}, geometry: { type: 'Point', coordinates:[-73.89188673, 40.81726696]} },
{type: 'Feature',properties:{Name: '2', Address: '891 GARRISON AVENUE, HUNTS POINT', Month: '2', Price: '9200'}, geometry: { type: 'Point', coordinates:[-73.89188673, 40.81726696]} },
{type: 'Feature',properties:{Name: '2', Address: '891 GARRISON AVENUE, HUNTS POINT', Month: '11', Price: '9200'}, geometry: { type: 'Point', coordinates:[-73.89188673, 40.81726696]} },
{type: 'Feature',properties:{Name: '2', Address: '891 GARRISON AVENUE, HUNTS POINT', Month: '6', Price: '9200'}, geometry: { type: 'Point', coordinates:[-73.89188673, 40.81726696]} },
{type: 'Feature',properties:{Name: '2', Address: '1100 LAFAYETTE AVENUE, HUNTS POINT', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8927012, 40.81627963]} },
{type: 'Feature',properties:{Name: '2', Address: '1100 LAFAYETTE AVENUE, HUNTS POINT', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8927012, 40.81627963]} },
{type: 'Feature',properties:{Name: '2', Address: '1100 LAFAYETTE AVENUE, HUNTS POINT', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8927012, 40.81627963]} },
{type: 'Feature',properties:{Name: '2', Address: '1100 LAFAYETTE AVENUE, HUNTS POINT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8927012, 40.81627963]} },
{type: 'Feature',properties:{Name: '2', Address: '1100 LAFAYETTE AVENUE, HUNTS POINT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8927012, 40.81627963]} },
{type: 'Feature',properties:{Name: '2', Address: '830 GARRISON AVENUE, HUNTS POINT', Month: '11', Price: '12090'}, geometry: { type: 'Point', coordinates:[-73.89344287, 40.81562158]} },
{type: 'Feature',properties:{Name: '2', Address: '830 GARRISON AVENUE, HUNTS POINT', Month: '2', Price: '12090'}, geometry: { type: 'Point', coordinates:[-73.89344287, 40.81562158]} },
{type: 'Feature',properties:{Name: '2', Address: '830 GARRISON AVENUE, HUNTS POINT', Month: '10', Price: '12090'}, geometry: { type: 'Point', coordinates:[-73.89344287, 40.81562158]} },
{type: 'Feature',properties:{Name: '2', Address: '830 GARRISON AVENUE, HUNTS POINT', Month: '1', Price: '12090'}, geometry: { type: 'Point', coordinates:[-73.89344287, 40.81562158]} },
{type: 'Feature',properties:{Name: '2', Address: '830 GARRISON AVENUE, HUNTS POINT', Month: '9', Price: '12090'}, geometry: { type: 'Point', coordinates:[-73.89344287, 40.81562158]} },
{type: 'Feature',properties:{Name: '2', Address: '658 TIFFANY STREET, HUNTS POINT', Month: '8', Price: '800'}, geometry: { type: 'Point', coordinates:[-73.89077101, 40.81247363]} },
{type: 'Feature',properties:{Name: '2', Address: '674 HUNTS POINT AVENUE, HUNTS POINT', Month: '2', Price: '4800'}, geometry: { type: 'Point', coordinates:[-73.88477957, 40.81353275]} },
{type: 'Feature',properties:{Name: '2', Address: '625 WHITTIER STREET, HUNTS POINT', Month: '3', Price: '10000'}, geometry: { type: 'Point', coordinates:[-73.88332759, 40.81336661]} },
{type: 'Feature',properties:{Name: '2', Address: '1234 RANDALL AVE, HUNTS POINT', Month: '4', Price: '10524'}, geometry: { type: 'Point', coordinates:[-73.88886117, 40.81175817]} },
{type: 'Feature',properties:{Name: '2', Address: '330 TIFFANY STREET, HUNTS POINT', Month: '1', Price: '15000'}, geometry: { type: 'Point', coordinates:[-73.8893029, 40.80680986]} },
{type: 'Feature',properties:{Name: '2', Address: '825 GARRISON AVENUE, HUNTS POINT', Month: '3', Price: '6800'}, geometry: { type: 'Point', coordinates:[-73.89331616, 40.81578889]} },
{type: 'Feature',properties:{Name: '2', Address: '775 TIFFANY STREET, HUNTS POINT', Month: '12', Price: '4525'}, geometry: { type: 'Point', coordinates:[-73.89173694, 40.81606738]} },
{type: 'Feature',properties:{Name: '2', Address: '775 TIFFANY STREET, HUNTS POINT', Month: '4', Price: '4525'}, geometry: { type: 'Point', coordinates:[-73.89173694, 40.81606738]} },
{type: 'Feature',properties:{Name: '2', Address: '775 TIFFANY STREET, HUNTS POINT', Month: '11', Price: '4525'}, geometry: { type: 'Point', coordinates:[-73.89173694, 40.81606738]} },
{type: 'Feature',properties:{Name: '2', Address: '775 TIFFANY STREET, HUNTS POINT', Month: '1', Price: '4525'}, geometry: { type: 'Point', coordinates:[-73.89173694, 40.81606738]} },
{type: 'Feature',properties:{Name: '2', Address: '775 TIFFANY STREET, HUNTS POINT', Month: '4', Price: '4525'}, geometry: { type: 'Point', coordinates:[-73.89173694, 40.81606738]} },
{type: 'Feature',properties:{Name: '2', Address: '1351 GARRISON AVENUE, HUNTS POINT', Month: '3', Price: '11500'}, geometry: { type: 'Point', coordinates:[-73.8858429, 40.82124098]} },
{type: 'Feature',properties:{Name: '2', Address: '675 WORTHEN STREET, HUNTS POINT', Month: '6', Price: '9000'}, geometry: { type: 'Point', coordinates:[-73.89176819, 40.81240046]} },
{type: 'Feature',properties:{Name: '2', Address: '1251 RANDALL AVENUE, HUNTS POINT', Month: '6', Price: '10000'}, geometry: { type: 'Point', coordinates:[-73.88797224, 40.81190827]} },
{type: 'Feature',properties:{Name: '2', Address: '1220 RANDALL AVENUE, HUNTS POINT', Month: '12', Price: '5193'}, geometry: { type: 'Point', coordinates:[-73.88942847, 40.81167089]} },
{type: 'Feature',properties:{Name: '2', Address: '1380 RANDALL AVENUE, HUNTS POINT', Month: '9', Price: '28600'}, geometry: { type: 'Point', coordinates:[-73.8820606, 40.81278618]} },
{type: 'Feature',properties:{Name: '2', Address: '427 MANIDA, HUNTS POINT', Month: '4', Price: '5000'}, geometry: { type: 'Point', coordinates:[-73.88696209, 40.80897867]} },
{type: 'Feature',properties:{Name: '2', Address: '337 MANIDA STREET, HUNTS POINT', Month: '9', Price: '22500'}, geometry: { type: 'Point', coordinates:[-73.88652783, 40.80731768]} },
{type: 'Feature',properties:{Name: '2', Address: '1367 VIELE AVENUE, HUNTS POINT', Month: '5', Price: '25000'}, geometry: { type: 'Point', coordinates:[-73.88135868, 40.80730973]} },
{type: 'Feature',properties:{Name: '2', Address: '1367-1369 VIELE AVENUE, HUNTS POINT', Month: '8', Price: '25000'}, geometry: { type: 'Point', coordinates:[-73.88135868, 40.80730973]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A BARRY STREET, HUNTS POINT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89205891, 40.81579596]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A BARRY STREET, HUNTS POINT', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89205891, 40.81579596]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A BARRY STREET, HUNTS POINT', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89205891, 40.81579596]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A BARRY STREET, HUNTS POINT', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89205891, 40.81579596]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A BARRY STREET, HUNTS POINT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89205891, 40.81579596]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A BARRY STREET, HUNTS POINT', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89228672, 40.81566991]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A BARRY STREET, HUNTS POINT', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89228672, 40.81566991]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A BARRY STREET, HUNTS POINT', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89228672, 40.81566991]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A BARRY STREET, HUNTS POINT', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89228672, 40.81566991]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A BARRY STREET, HUNTS POINT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89228672, 40.81566991]} },
{type: 'Feature',properties:{Name: '2', Address: '861 BARRY STREET, HUNTS POINT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89193265, 40.81568605]} },
{type: 'Feature',properties:{Name: '2', Address: '861 BARRY STREET, HUNTS POINT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89193265, 40.81568605]} },
{type: 'Feature',properties:{Name: '2', Address: '861 BARRY STREET, HUNTS POINT', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89193265, 40.81568605]} },
{type: 'Feature',properties:{Name: '2', Address: '861 BARRY STREET, HUNTS POINT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89193265, 40.81568605]} },
{type: 'Feature',properties:{Name: '2', Address: '861 BARRY STREET, HUNTS POINT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89193265, 40.81568605]} },
{type: 'Feature',properties:{Name: '2', Address: '863 BARRY STREET, HUNTS POINT', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89189646, 40.81572444]} },
{type: 'Feature',properties:{Name: '2', Address: '863 BARRY STREET, HUNTS POINT', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89189646, 40.81572444]} },
{type: 'Feature',properties:{Name: '2', Address: '863 BARRY STREET, HUNTS POINT', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89189646, 40.81572444]} },
{type: 'Feature',properties:{Name: '2', Address: '863 BARRY STREET, HUNTS POINT', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89189646, 40.81572444]} },
{type: 'Feature',properties:{Name: '2', Address: '863 BARRY STREET, HUNTS POINT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89189646, 40.81572444]} },
{type: 'Feature',properties:{Name: '2', Address: '857 BARRY STREET, HUNTS POINT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89199779, 40.81561475]} },
{type: 'Feature',properties:{Name: '2', Address: '857 BARRY STREET, HUNTS POINT', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89199779, 40.81561475]} },
{type: 'Feature',properties:{Name: '2', Address: '857 BARRY STREET, HUNTS POINT', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89199779, 40.81561475]} },
{type: 'Feature',properties:{Name: '2', Address: '857 BARRY STREET, HUNTS POINT', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89199779, 40.81561475]} },
{type: 'Feature',properties:{Name: '2', Address: '857 BARRY STREET, HUNTS POINT', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89199779, 40.81561475]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A BARRY STREET, HUNTS POINT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89239903, 40.81547514]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A BARRY STREET, HUNTS POINT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89239903, 40.81547514]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A BARRY STREET, HUNTS POINT', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89239903, 40.81547514]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A BARRY STREET, HUNTS POINT', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89239903, 40.81547514]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A BARRY STREET, HUNTS POINT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89239903, 40.81547514]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A BARRY STREET, HUNTS POINT', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89233045, 40.8154394]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A BARRY STREET, HUNTS POINT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89233045, 40.8154394]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A BARRY STREET, HUNTS POINT', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89233045, 40.8154394]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A BARRY STREET, HUNTS POINT', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89233045, 40.8154394]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A BARRY STREET, HUNTS POINT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89233045, 40.8154394]} },
{type: 'Feature',properties:{Name: '2', Address: 'SPOFFORD AVENUE, HUNTS POINT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88327644, 40.81575721]} },
{type: 'Feature',properties:{Name: '2', Address: '543 MANIDA STREET, HUNTS POINT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88746458, 40.81089772]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A DRAKE STREET, HUNTS POINT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88138894, 40.80857508]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A DRAKE STREET, HUNTS POINT', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88138894, 40.80857508]} },
{type: 'Feature',properties:{Name: '2', Address: '1271 EAST BAY AVENUE, HUNTS POINT', Month: '4', Price: '300'}, geometry: { type: 'Point', coordinates:[-73.88631265, 40.80851966]} },
{type: 'Feature',properties:{Name: '2', Address: '320 TIFFANY STREET, HUNTS POINT', Month: '2', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.88927062, 40.80667259]} },
{type: 'Feature',properties:{Name: '2', Address: '29 WEST 184TH STREET, KINGSBRIDGE HTS/UNIV HTS', Month: '8', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.9037385, 40.8610062]} },
{type: 'Feature',properties:{Name: '2', Address: '29 WEST 184TH STREET, KINGSBRIDGE HTS/UNIV HTS', Month: '3', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.9037385, 40.8610062]} },
{type: 'Feature',properties:{Name: '2', Address: '11 WEST 184 STREET, KINGSBRIDGE HTS/UNIV HTS', Month: '7', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.90299416, 40.86074483]} },
{type: 'Feature',properties:{Name: '2', Address: '2533 GRAND AVENUE, KINGSBRIDGE HTS/UNIV HTS', Month: '2', Price: '3344'}, geometry: { type: 'Point', coordinates:[-73.90140399, 40.86528047]} },
{type: 'Feature',properties:{Name: '2', Address: '2229 UNIVERSITY AVENUE, KINGSBRIDGE HTS/UNIV HTS', Month: '10', Price: '1843'}, geometry: { type: 'Point', coordinates:[-73.90827463, 40.85905841]} },
{type: 'Feature',properties:{Name: '2', Address: '2229 UNIVERSITY AVENUE, KINGSBRIDGE HTS/UNIV HTS', Month: '1', Price: '1843'}, geometry: { type: 'Point', coordinates:[-73.90827463, 40.85905841]} },
{type: 'Feature',properties:{Name: '2', Address: '2312 ANDREWS AVENUE NORTH, KINGSBRIDGE HTS/UNIV HTS', Month: '8', Price: '3512'}, geometry: { type: 'Point', coordinates:[-73.90709964, 40.8617116]} },
{type: 'Feature',properties:{Name: '2', Address: '2500 DEVOE TERRACE, KINGSBRIDGE HTS/UNIV HTS', Month: '12', Price: '1392'}, geometry: { type: 'Point', coordinates:[-73.90441934, 40.86521165]} },
{type: 'Feature',properties:{Name: '2', Address: '128 WEST 179 STREET, KINGSBRIDGE HTS/UNIV HTS', Month: '9', Price: '2288'}, geometry: { type: 'Point', coordinates:[-73.91312733, 40.85532114]} },
{type: 'Feature',properties:{Name: '2', Address: '145 WEST 179 STREET, KINGSBRIDGE HTS/UNIV HTS', Month: '11', Price: '2510'}, geometry: { type: 'Point', coordinates:[-73.91343811, 40.85540372]} },
{type: 'Feature',properties:{Name: '2', Address: '202 WEST 180 STREET, KINGSBRIDGE HTS/UNIV HTS', Month: '6', Price: '2751'}, geometry: { type: 'Point', coordinates:[-73.91499116, 40.85645609]} },
{type: 'Feature',properties:{Name: '2', Address: '1931 HENNESSY PLACE, KINGSBRIDGE HTS/UNIV HTS', Month: '3', Price: '2704'}, geometry: { type: 'Point', coordinates:[-73.91525363, 40.85473261]} },
{type: 'Feature',properties:{Name: '2', Address: '1917 HENNESSY PLACE, KINGSBRIDGE HTS/UNIV HTS', Month: '2', Price: '2444'}, geometry: { type: 'Point', coordinates:[-73.91530443, 40.85458169]} },
{type: 'Feature',properties:{Name: '2', Address: '2194 CEDAR AVENUE, KINGSBRIDGE HTS/UNIV HTS', Month: '8', Price: '2919'}, geometry: { type: 'Point', coordinates:[-73.91311303, 40.86073643]} },
{type: 'Feature',properties:{Name: '2', Address: '2685 HEATH AVENUE, KINGSBRIDGE HTS/UNIV HTS', Month: '2', Price: '2109'}, geometry: { type: 'Point', coordinates:[-73.90573092, 40.87089425]} },
{type: 'Feature',properties:{Name: '2', Address: '2074 GRAND AVENUE, KINGSBRIDGE HTS/UNIV HTS', Month: '3', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.90862387, 40.8548346]} },
{type: 'Feature',properties:{Name: '2', Address: '26 WEST 184 STREET, KINGSBRIDGE HTS/UNIV HTS', Month: '4', Price: '2172'}, geometry: { type: 'Point', coordinates:[-73.9036482, 40.86095672]} },
{type: 'Feature',properties:{Name: '2', Address: '2119 GRAND AVE, KINGSBRIDGE HTS/UNIV HTS', Month: '6', Price: '3564'}, geometry: { type: 'Point', coordinates:[-73.90793596, 40.85561629]} },
{type: 'Feature',properties:{Name: '2', Address: '2115 GRAND AVENUE, KINGSBRIDGE HTS/UNIV HTS', Month: '8', Price: '2940'}, geometry: { type: 'Point', coordinates:[-73.90800475, 40.85554498]} },
{type: 'Feature',properties:{Name: '2', Address: '2216 AQUEDUCT AVENUE EAST, KINGSBRIDGE HTS/UNIV HTS', Month: '6', Price: '1858'}, geometry: { type: 'Point', coordinates:[-73.90769351, 40.85840746]} },
{type: 'Feature',properties:{Name: '2', Address: '2216 AQUEDUCT AVENUE EAST, KINGSBRIDGE HTS/UNIV HTS', Month: '3', Price: '1858'}, geometry: { type: 'Point', coordinates:[-73.90769351, 40.85840746]} },
{type: 'Feature',properties:{Name: '2', Address: '51 WEST 183 STREET, KINGSBRIDGE HTS/UNIV HTS', Month: '7', Price: '4500'}, geometry: { type: 'Point', coordinates:[-73.90587784, 40.85905648]} },
{type: 'Feature',properties:{Name: '2', Address: '114 WEST 190 STREET, KINGSBRIDGE HTS/UNIV HTS', Month: '6', Price: '2250'}, geometry: { type: 'Point', coordinates:[-73.90387285, 40.86560643]} },
{type: 'Feature',properties:{Name: '2', Address: '125 FATHER ZEISER PLACE, KINGSBRIDGE HTS/UNIV HTS', Month: '9', Price: '1672'}, geometry: { type: 'Point', coordinates:[-73.90524548, 40.86393055]} },
{type: 'Feature',properties:{Name: '2', Address: '2253 LORING PLACE NORTH, KINGSBRIDGE HTS/UNIV HTS', Month: '4', Price: '3654'}, geometry: { type: 'Point', coordinates:[-73.90912911, 40.86074159]} },
{type: 'Feature',properties:{Name: '2', Address: '2093 CEDAR AVENUE, KINGSBRIDGE HTS/UNIV HTS', Month: '12', Price: '2628'}, geometry: { type: 'Point', coordinates:[-73.91389463, 40.86017709]} },
{type: 'Feature',properties:{Name: '2', Address: '2272 HAMPDEN PLACE, KINGSBRIDGE HTS/UNIV HTS', Month: '3', Price: '3170'}, geometry: { type: 'Point', coordinates:[-73.91134824, 40.86117424]} },
{type: 'Feature',properties:{Name: '2', Address: '2272 HAMPDEN PLACE, KINGSBRIDGE HTS/UNIV HTS', Month: '10', Price: '3170'}, geometry: { type: 'Point', coordinates:[-73.91134824, 40.86117424]} },
{type: 'Feature',properties:{Name: '2', Address: '2595 SEDGWICK AVE, KINGSBRIDGE HTS/UNIV HTS', Month: '12', Price: '3312'}, geometry: { type: 'Point', coordinates:[-73.90595823, 40.86867672]} },
{type: 'Feature',properties:{Name: '2', Address: '2600 GRAND AVENUE, KINGSBRIDGE HTS/UNIV HTS', Month: '4', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.90026655, 40.86674791]} },
{type: 'Feature',properties:{Name: '2', Address: '1931 ANDREWS AVE, KINGSBRIDGE HTS/UNIV HTS', Month: '3', Price: '4665'}, geometry: { type: 'Point', coordinates:[-73.91324023, 40.85467897]} },
{type: 'Feature',properties:{Name: '2', Address: '1915 LORING PLACE SOUTH, KINGSBRIDGE HTS/UNIV HTS', Month: '10', Price: '3136'}, geometry: { type: 'Point', coordinates:[-73.9144369, 40.85455909]} },
{type: 'Feature',properties:{Name: '2', Address: '61 BUCHANAN PLACE, KINGSBRIDGE HTS/UNIV HTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90647513, 40.85848333]} },
{type: 'Feature',properties:{Name: '2', Address: 'WEST FORDHAM ROAD, KINGSBRIDGE HTS/UNIV HTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91467747, 40.8614622]} },
{type: 'Feature',properties:{Name: '2', Address: '166 WEST KINGSBRIDGE RD, KINGSBRIDGE HTS/UNIV HTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90448713, 40.87087676]} },
{type: 'Feature',properties:{Name: '2', Address: 'WEST KINGSBRIDGE RD, KINGSBRIDGE HTS/UNIV HTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90485656, 40.87044066]} },
{type: 'Feature',properties:{Name: '2', Address: '10 WEST 182 STREET, KINGSBRIDGE HTS/UNIV HTS', Month: '11', Price: '47000'}, geometry: { type: 'Point', coordinates:[-73.90513938, 40.8572087]} },
{type: 'Feature',properties:{Name: '2', Address: '2320 GRAND AVENUE, KINGSBRIDGE HTS/UNIV HTS', Month: '1', Price: '20000'}, geometry: { type: 'Point', coordinates:[-73.90475501, 40.8605624]} },
{type: 'Feature',properties:{Name: '2', Address: '2320 GRAND AVENUE, KINGSBRIDGE HTS/UNIV HTS', Month: '4', Price: '20000'}, geometry: { type: 'Point', coordinates:[-73.90475501, 40.8605624]} },
{type: 'Feature',properties:{Name: '2', Address: '2353 DAVIDSON AVENUE, KINGSBRIDGE HTS/UNIV HTS', Month: '1', Price: '11740'}, geometry: { type: 'Point', coordinates:[-73.90384061, 40.86039971]} },
{type: 'Feature',properties:{Name: '2', Address: '2349 DAVIDSON AVENUE, KINGSBRIDGE HTS/UNIV HTS', Month: '3', Price: '11740'}, geometry: { type: 'Point', coordinates:[-73.90388771, 40.8603229]} },
{type: 'Feature',properties:{Name: '2', Address: '2380 GRAND AVENUE, KINGSBRIDGE HTS/UNIV HTS', Month: '10', Price: '19190'}, geometry: { type: 'Point', coordinates:[-73.90416792, 40.86155275]} },
{type: 'Feature',properties:{Name: '2', Address: '2380 GRAND AVENUE, KINGSBRIDGE HTS/UNIV HTS', Month: '10', Price: '19190'}, geometry: { type: 'Point', coordinates:[-73.90416792, 40.86155275]} },
{type: 'Feature',properties:{Name: '2', Address: '2386 GRAND AVENUE, KINGSBRIDGE HTS/UNIV HTS', Month: '10', Price: '19190'}, geometry: { type: 'Point', coordinates:[-73.90410994, 40.86165152]} },
{type: 'Feature',properties:{Name: '2', Address: '2386 GRAND AVENUE, KINGSBRIDGE HTS/UNIV HTS', Month: '9', Price: '19190'}, geometry: { type: 'Point', coordinates:[-73.90410994, 40.86165152]} },
{type: 'Feature',properties:{Name: '2', Address: '2415 DAVIDSON AVENUE, KINGSBRIDGE HTS/UNIV HTS', Month: '3', Price: '26730'}, geometry: { type: 'Point', coordinates:[-73.9029093, 40.86191126]} },
{type: 'Feature',properties:{Name: '2', Address: '2391 DAVIDSON AVENUE, KINGSBRIDGE HTS/UNIV HTS', Month: '7', Price: '17900'}, geometry: { type: 'Point', coordinates:[-73.9031883, 40.86148606]} },
{type: 'Feature',properties:{Name: '2', Address: '2486 DAVIDSON AVENUE, KINGSBRIDGE HTS/UNIV HTS', Month: '12', Price: '26500'}, geometry: { type: 'Point', coordinates:[-73.90153286, 40.86370238]} },
{type: 'Feature',properties:{Name: '2', Address: '6 WEST 190TH STREET, KINGSBRIDGE HTS/UNIV HTS', Month: '6', Price: '60000'}, geometry: { type: 'Point', coordinates:[-73.90055643, 40.86389916]} },
{type: 'Feature',properties:{Name: '2', Address: '2607 JEROME AVE, KINGSBRIDGE HTS/UNIV HTS', Month: '9', Price: '32000'}, geometry: { type: 'Point', coordinates:[-73.89850684, 40.86606569]} },
{type: 'Feature',properties:{Name: '2', Address: '2155 GRAND AVENUE, KINGSBRIDGE HTS/UNIV HTS', Month: '8', Price: '48500'}, geometry: { type: 'Point', coordinates:[-73.90718992, 40.85660378]} },
{type: 'Feature',properties:{Name: '2', Address: '55 WEST 183RD STREET, KINGSBRIDGE HTS/UNIV HTS', Month: '8', Price: '3360'}, geometry: { type: 'Point', coordinates:[-73.90597178, 40.85909224]} },
{type: 'Feature',properties:{Name: '2', Address: '2409 GRAND AVENUE, KINGSBRIDGE HTS/UNIV HTS', Month: '10', Price: '15724'}, geometry: { type: 'Point', coordinates:[-73.9037657, 40.86219742]} },
{type: 'Feature',properties:{Name: '2', Address: '2409 GRAND AVENUE, KINGSBRIDGE HTS/UNIV HTS', Month: '7', Price: '15724'}, geometry: { type: 'Point', coordinates:[-73.9037657, 40.86219742]} },
{type: 'Feature',properties:{Name: '2', Address: '2532 UNIVERSITY AVENUE, KINGSBRIDGE HTS/UNIV HTS', Month: '9', Price: '42730'}, geometry: { type: 'Point', coordinates:[-73.90285282, 40.86592945]} },
{type: 'Feature',properties:{Name: '2', Address: '2542 UNIVERSITY AVENUE, KINGSBRIDGE HTS/UNIV HTS', Month: '7', Price: '42730'}, geometry: { type: 'Point', coordinates:[-73.90276226, 40.86605289]} },
{type: 'Feature',properties:{Name: '2', Address: '2220 ANDREWS AVENUE, KINGSBRIDGE HTS/UNIV HTS', Month: '2', Price: '2275'}, geometry: { type: 'Point', coordinates:[-73.90930103, 40.85926782]} },
{type: 'Feature',properties:{Name: '2', Address: '2454 WEBB AVENUE, KINGSBRIDGE HTS/UNIV HTS', Month: '9', Price: '33600'}, geometry: { type: 'Point', coordinates:[-73.9059197, 40.86524307]} },
{type: 'Feature',properties:{Name: '2', Address: '2523-2525 UNIVERSITY AVENUE, KINGSBRIDGE HTS/UNIV HTS', Month: '4', Price: '58585'}, geometry: { type: 'Point', coordinates:[-73.90272598, 40.8661352]} },
{type: 'Feature',properties:{Name: '2', Address: '1920 LORING PLACE SOUTH, KINGSBRIDGE HTS/UNIV HTS', Month: '1', Price: '14400'}, geometry: { type: 'Point', coordinates:[-73.91437528, 40.85469079]} },
{type: 'Feature',properties:{Name: '2', Address: '1929 ANDREWS AVENUE SOUTH, KINGSBRIDGE HTS/UNIV HTS', Month: '11', Price: '12500'}, geometry: { type: 'Point', coordinates:[-73.91327282, 40.85463782]} },
{type: 'Feature',properties:{Name: '2', Address: '1917 ANDREWS AVENUE SOUTH, KINGSBRIDGE HTS/UNIV HTS', Month: '3', Price: '12500'}, geometry: { type: 'Point', coordinates:[-73.91347919, 40.85438546]} },
{type: 'Feature',properties:{Name: '2', Address: '2226 LORING PLACE NORTH, KINGSBRIDGE HTS/UNIV HTS', Month: '10', Price: '31050'}, geometry: { type: 'Point', coordinates:[-73.91001607, 40.85981732]} },
{type: 'Feature',properties:{Name: '2', Address: '2287 LORING PLACE NORTH, KINGSBRIDGE HTS/UNIV HTS', Month: '12', Price: '29480'}, geometry: { type: 'Point', coordinates:[-73.90860758, 40.8614301]} },
{type: 'Feature',properties:{Name: '2', Address: '2318 LORING PLACE NORTH, KINGSBRIDGE HTS/UNIV HTS', Month: '3', Price: '23040'}, geometry: { type: 'Point', coordinates:[-73.90812229, 40.86204178]} },
{type: 'Feature',properties:{Name: '2', Address: '2322 LORING PLACE NORTH, KINGSBRIDGE HTS/UNIV HTS', Month: '6', Price: '28000'}, geometry: { type: 'Point', coordinates:[-73.90806072, 40.86212133]} },
{type: 'Feature',properties:{Name: '2', Address: '2321 ANDREWS AVENUE, KINGSBRIDGE HTS/UNIV HTS', Month: '5', Price: '23636'}, geometry: { type: 'Point', coordinates:[-73.90704891, 40.86179665]} },
{type: 'Feature',properties:{Name: '2', Address: '2333 LORING PLACE NORTH, KINGSBRIDGE HTS/UNIV HTS', Month: '12', Price: '26556'}, geometry: { type: 'Point', coordinates:[-73.90790131, 40.86236548]} },
{type: 'Feature',properties:{Name: '2', Address: '2319 LORING PLACE NORTH, KINGSBRIDGE HTS/UNIV HTS', Month: '12', Price: '14800'}, geometry: { type: 'Point', coordinates:[-73.90811862, 40.86208021]} },
{type: 'Feature',properties:{Name: '2', Address: '2185 DAVIDSON AVENUE, KINGSBRIDGE HTS/UNIV HTS', Month: '7', Price: '30000'}, geometry: { type: 'Point', coordinates:[-73.90588792, 40.85704188]} },
{type: 'Feature',properties:{Name: '2', Address: '2401 DAVIDSON AVENUE, KINGSBRIDGE HTS/UNIV HTS', Month: '10', Price: '63108'}, geometry: { type: 'Point', coordinates:[-73.90307235, 40.86166437]} },
{type: 'Feature',properties:{Name: '2', Address: '51 BUCHANAN PLACE, KINGSBRIDGE HTS/UNIV HTS', Month: '8', Price: '40500'}, geometry: { type: 'Point', coordinates:[-73.90629447, 40.85841731]} },
{type: 'Feature',properties:{Name: '2', Address: '2471 GRAND AVENUE, KINGSBRIDGE HTS/UNIV HTS', Month: '12', Price: '43000'}, geometry: { type: 'Point', coordinates:[-73.90277325, 40.86348111]} },
{type: 'Feature',properties:{Name: '2', Address: '2471 GRAND AVENUE, KINGSBRIDGE HTS/UNIV HTS', Month: '1', Price: '43000'}, geometry: { type: 'Point', coordinates:[-73.90277325, 40.86348111]} },
{type: 'Feature',properties:{Name: '2', Address: '2266 ANDREWS AVENUE, KINGSBRIDGE HTS/UNIV HTS', Month: '9', Price: '25000'}, geometry: { type: 'Point', coordinates:[-73.90793967, 40.86077359]} },
{type: 'Feature',properties:{Name: '2', Address: '150 WEST 179 STREET, KINGSBRIDGE HTS/UNIV HTS', Month: '10', Price: '33564'}, geometry: { type: 'Point', coordinates:[-73.91356461, 40.85541479]} },
{type: 'Feature',properties:{Name: '2', Address: '2400-2410 DAVIDSON AVENUE, B3, KINGSBRIDGE HTS/UNIV HTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90306153, 40.86164515]} },
{type: 'Feature',properties:{Name: '2', Address: '2471 UNIVERSITY AVENUE, KINGSBRIDGE HTS/UNIV HTS', Month: '5', Price: '21750'}, geometry: { type: 'Point', coordinates:[-73.90374043, 40.86467038]} },
{type: 'Feature',properties:{Name: '2', Address: '2506 DAVIDSON AVENUE, 1A, KINGSBRIDGE HTS/UNIV HTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90089894, 40.86453623]} },
{type: 'Feature',properties:{Name: '2', Address: '2506 DAVIDSON AVENUE, 2B, KINGSBRIDGE HTS/UNIV HTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90089894, 40.86453623]} },
{type: 'Feature',properties:{Name: '2', Address: '2451 WEBB AVE, KINGSBRIDGE HTS/UNIV HTS', Month: '9', Price: '1230965'}, geometry: { type: 'Point', coordinates:[-73.90625983, 40.86504299]} },
{type: 'Feature',properties:{Name: '2', Address: '6 FORDHAM HILL OVAL, 6B, KINGSBRIDGE HTS/UNIV HTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90731588, 40.86479133]} },
{type: 'Feature',properties:{Name: '2', Address: '3 FORDHAM HILL OVAL, 8D, KINGSBRIDGE HTS/UNIV HTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90809735, 40.86439397]} },
{type: 'Feature',properties:{Name: '2', Address: '7 FORDHAM HILL OVAL, 12F, KINGSBRIDGE HTS/UNIV HTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90748971, 40.86458012]} },
{type: 'Feature',properties:{Name: '2', Address: '5 FORDHAM HILL OVAL, 12B, KINGSBRIDGE HTS/UNIV HTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90743848, 40.86502198]} },
{type: 'Feature',properties:{Name: '2', Address: '9 FORDHAM HILL OVAL, 10F, KINGSBRIDGE HTS/UNIV HTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90787338, 40.86426205]} },
{type: 'Feature',properties:{Name: '2', Address: '6 FORDHAM HILL OVAL, 5B, KINGSBRIDGE HTS/UNIV HTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90731588, 40.86479133]} },
{type: 'Feature',properties:{Name: '2', Address: '7 FORDHAM HILL OVAL, 6H, KINGSBRIDGE HTS/UNIV HTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90748971, 40.86458012]} },
{type: 'Feature',properties:{Name: '2', Address: '3 FORDHAM HILL OVAL, 12D, KINGSBRIDGE HTS/UNIV HTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90809735, 40.86439397]} },
{type: 'Feature',properties:{Name: '2', Address: '4 FORDHAM HILL OVAL, 3H, KINGSBRIDGE HTS/UNIV HTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90791568, 40.86504432]} },
{type: 'Feature',properties:{Name: '2', Address: '5 FORDHAM HILL OVAL, 7C, KINGSBRIDGE HTS/UNIV HTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90743848, 40.86502198]} },
{type: 'Feature',properties:{Name: '2', Address: '4 FORDHAM HILL OVAL, 14H, KINGSBRIDGE HTS/UNIV HTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90791568, 40.86504432]} },
{type: 'Feature',properties:{Name: '2', Address: '8 FORDHAM HILL OVAL, 10-A, KINGSBRIDGE HTS/UNIV HTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90787338, 40.86426205]} },
{type: 'Feature',properties:{Name: '2', Address: '2 FORDHAM HILL OVAL, 7F, KINGSBRIDGE HTS/UNIV HTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90809735, 40.86439397]} },
{type: 'Feature',properties:{Name: '2', Address: '4 FORDHAM HILL OVAL, 6G, KINGSBRIDGE HTS/UNIV HTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90791568, 40.86504432]} },
{type: 'Feature',properties:{Name: '2', Address: '3 FORDHAM HILL OVAL, 15D, KINGSBRIDGE HTS/UNIV HTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90809735, 40.86439397]} },
{type: 'Feature',properties:{Name: '2', Address: '9 FORDHAM HILL OVAL, 3E, KINGSBRIDGE HTS/UNIV HTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90787338, 40.86426205]} },
{type: 'Feature',properties:{Name: '2', Address: '3 FORDHAM HILL OVAL, 4F, KINGSBRIDGE HTS/UNIV HTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90809735, 40.86439397]} },
{type: 'Feature',properties:{Name: '2', Address: '7 FORDHAM HILL OVAL, 2A, KINGSBRIDGE HTS/UNIV HTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90748971, 40.86458012]} },
{type: 'Feature',properties:{Name: '2', Address: '3 FORDHAM HILL OVAL, 6B, KINGSBRIDGE HTS/UNIV HTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90809735, 40.86439397]} },
{type: 'Feature',properties:{Name: '2', Address: '3 FORDHAM HILL OVAL, 1C, KINGSBRIDGE HTS/UNIV HTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90809735, 40.86439397]} },
{type: 'Feature',properties:{Name: '2', Address: '9 FORDHAM HILL OVAL, 8H, KINGSBRIDGE HTS/UNIV HTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90787338, 40.86426205]} },
{type: 'Feature',properties:{Name: '2', Address: '2 FORDHAM HILL OVAL, 1H, KINGSBRIDGE HTS/UNIV HTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90809735, 40.86439397]} },
{type: 'Feature',properties:{Name: '2', Address: '2451 WEBB AVE, 14-F, KINGSBRIDGE HTS/UNIV HTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90625983, 40.86504299]} },
{type: 'Feature',properties:{Name: '2', Address: '2 FORDHAM HILL OVAL, 12F, KINGSBRIDGE HTS/UNIV HTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90809735, 40.86439397]} },
{type: 'Feature',properties:{Name: '2', Address: '2630 KINGSBRIDGE TERRACE, 4H, KINGSBRIDGE HTS/UNIV HTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90598546, 40.86987069]} },
{type: 'Feature',properties:{Name: '2', Address: '2630 KINGSBRIDGE TERRACE, 6C, KINGSBRIDGE HTS/UNIV HTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90598546, 40.86987069]} },
{type: 'Feature',properties:{Name: '2', Address: '2630 KINGSBRIDGE TERRACE, 2ST, KINGSBRIDGE HTS/UNIV HTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90598546, 40.86987069]} },
{type: 'Feature',properties:{Name: '2', Address: '2545 SEDGWICK AVENUE, 6H, KINGSBRIDGE HTS/UNIV HTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90730101, 40.86767325]} },
{type: 'Feature',properties:{Name: '2', Address: '233 LANDING ROADE, KINGSBRIDGE HTS/UNIV HTS', Month: '5', Price: '41526'}, geometry: { type: 'Point', coordinates:[-73.91088351, 40.86265602]} },
{type: 'Feature',properties:{Name: '2', Address: '2437 JEROME AVENUE, KINGSBRIDGE HTS/UNIV HTS', Month: '11', Price: '4940'}, geometry: { type: 'Point', coordinates:[-73.90152423, 40.86220651]} },
{type: 'Feature',properties:{Name: '2', Address: '82-88 WEST 181 STREET, KINGSBRIDGE HTS/UNIV HTS', Month: '10', Price: '2165'}, geometry: { type: 'Point', coordinates:[-73.90855605, 40.85683543]} },
{type: 'Feature',properties:{Name: '2', Address: '140 WEST FORDHAM ROAD, KINGSBRIDGE HTS/UNIV HTS', Month: '10', Price: '450'}, geometry: { type: 'Point', coordinates:[-73.90706198, 40.86279298]} },
{type: 'Feature',properties:{Name: '2', Address: '233 LANDING ROAD, KINGSBRIDGE HTS/UNIV HTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91109715, 40.86240641]} },
{type: 'Feature',properties:{Name: '2', Address: '2429 JEROME AVENUE, KINGSBRIDGE HTS/UNIV HTS', Month: '6', Price: '3417'}, geometry: { type: 'Point', coordinates:[-73.90164378, 40.86204468]} },
{type: 'Feature',properties:{Name: '2', Address: '2427 JEROME AVENUE, KINGSBRIDGE HTS/UNIV HTS', Month: '9', Price: '3093'}, geometry: { type: 'Point', coordinates:[-73.90167276, 40.86200353]} },
{type: 'Feature',properties:{Name: '2', Address: '2425 JEROME AVENUE, KINGSBRIDGE HTS/UNIV HTS', Month: '9', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.90170174, 40.86196513]} },
{type: 'Feature',properties:{Name: '2', Address: '2423 JEROME AVENUE, KINGSBRIDGE HTS/UNIV HTS', Month: '3', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.90173072, 40.86192398]} },
{type: 'Feature',properties:{Name: '2', Address: '2421 JEROME AVENUE, KINGSBRIDGE HTS/UNIV HTS', Month: '9', Price: '3996'}, geometry: { type: 'Point', coordinates:[-73.9017597, 40.86188284]} },
{type: 'Feature',properties:{Name: '2', Address: '2733 CLAFLIN AVENUE, KINGSBRIDGE/JEROME PARK', Month: '9', Price: '2670'}, geometry: { type: 'Point', coordinates:[-73.90082939, 40.86995969]} },
{type: 'Feature',properties:{Name: '2', Address: '2801 CLAFLIN AVENUE, KINGSBRIDGE/JEROME PARK', Month: '7', Price: '1026'}, geometry: { type: 'Point', coordinates:[-73.90022682, 40.87153737]} },
{type: 'Feature',properties:{Name: '2', Address: '3104 KINGSBRIDGE TERRACE, KINGSBRIDGE/JEROME PARK', Month: '8', Price: '1220'}, geometry: { type: 'Point', coordinates:[-73.90038429, 40.87744683]} },
{type: 'Feature',properties:{Name: '2', Address: '3344 GILES PLACE, KINGSBRIDGE/JEROME PARK', Month: '10', Price: '3641'}, geometry: { type: 'Point', coordinates:[-73.89778033, 40.88004652]} },
{type: 'Feature',properties:{Name: '2', Address: '3323 SEDGWICK AVENUE, KINGSBRIDGE/JEROME PARK', Month: '6', Price: '1816'}, geometry: { type: 'Point', coordinates:[-73.89740938, 40.87906085]} },
{type: 'Feature',properties:{Name: '2', Address: '3323 SEDGWICK AVENUE, KINGSBRIDGE/JEROME PARK', Month: '5', Price: '1816'}, geometry: { type: 'Point', coordinates:[-73.89740938, 40.87906085]} },
{type: 'Feature',properties:{Name: '2', Address: '3307 SEDGWICK AVENUE, KINGSBRIDGE/JEROME PARK', Month: '12', Price: '2050'}, geometry: { type: 'Point', coordinates:[-73.8981948, 40.87859769]} },
{type: 'Feature',properties:{Name: '2', Address: '235 WEST KINGSBRIDGE ROA, KINGSBRIDGE/JEROME PARK', Month: '2', Price: '2489'}, geometry: { type: 'Point', coordinates:[-73.90408704, 40.87251226]} },
{type: 'Feature',properties:{Name: '2', Address: '235 WEST KINGSBRIDGE ROA, KINGSBRIDGE/JEROME PARK', Month: '5', Price: '2489'}, geometry: { type: 'Point', coordinates:[-73.90408704, 40.87251226]} },
{type: 'Feature',properties:{Name: '2', Address: '3151 KINGSBRIDGE TERRACE, KINGSBRIDGE/JEROME PARK', Month: '1', Price: '1350'}, geometry: { type: 'Point', coordinates:[-73.89909568, 40.87829657]} },
{type: 'Feature',properties:{Name: '2', Address: '3145 KINGSBRIDGE TERRACE, KINGSBRIDGE/JEROME PARK', Month: '6', Price: '1738'}, geometry: { type: 'Point', coordinates:[-73.89925494, 40.87819515]} },
{type: 'Feature',properties:{Name: '2', Address: '3129 KINGSBRIDGE TERRACE, KINGSBRIDGE/JEROME PARK', Month: '9', Price: '1858'}, geometry: { type: 'Point', coordinates:[-73.89974721, 40.8778772]} },
{type: 'Feature',properties:{Name: '2', Address: '3057 KINGSBRIDGE TERRACE, KINGSBRIDGE/JEROME PARK', Month: '6', Price: '1323'}, geometry: { type: 'Point', coordinates:[-73.90090558, 40.87706577]} },
{type: 'Feature',properties:{Name: '2', Address: '3338 FORT INDEPENDENCE ST, KINGSBRIDGE/JEROME PARK', Month: '7', Price: '948'}, geometry: { type: 'Point', coordinates:[-73.89957206, 40.87892003]} },
{type: 'Feature',properties:{Name: '2', Address: '3482 CANNON PLACE, KINGSBRIDGE/JEROME PARK', Month: '7', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.89770869, 40.88195402]} },
{type: 'Feature',properties:{Name: '2', Address: '3484 CANNON PL, KINGSBRIDGE/JEROME PARK', Month: '4', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.89766161, 40.88199789]} },
{type: 'Feature',properties:{Name: '2', Address: '3009 ALBANY CRESCENT, KINGSBRIDGE/JEROME PARK', Month: '11', Price: '1426'}, geometry: { type: 'Point', coordinates:[-73.90301422, 40.8767382]} },
{type: 'Feature',properties:{Name: '2', Address: '3007 ALBANY CRESCENT, KINGSBRIDGE/JEROME PARK', Month: '12', Price: '2058'}, geometry: { type: 'Point', coordinates:[-73.90310095, 40.87677395]} },
{type: 'Feature',properties:{Name: '2', Address: '3085 HEATH AVENUE, KINGSBRIDGE/JEROME PARK', Month: '12', Price: '1430'}, geometry: { type: 'Point', coordinates:[-73.90153005, 40.87781011]} },
{type: 'Feature',properties:{Name: '2', Address: '3069 HEATH AVENUE, KINGSBRIDGE/JEROME PARK', Month: '1', Price: '247'}, geometry: { type: 'Point', coordinates:[-73.90180169, 40.87751666]} },
{type: 'Feature',properties:{Name: '2', Address: '3815 CANNON PLACE, KINGSBRIDGE/JEROME PARK', Month: '11', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.89679625, 40.88267781]} },
{type: 'Feature',properties:{Name: '2', Address: '3827 CANNON PLACE, KINGSBRIDGE/JEROME PARK', Month: '8', Price: '1575'}, geometry: { type: 'Point', coordinates:[-73.89628586, 40.88299024]} },
{type: 'Feature',properties:{Name: '2', Address: '3020 CORLEAR AVENUE, KINGSBRIDGE/JEROME PARK', Month: '11', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.90861182, 40.87939139]} },
{type: 'Feature',properties:{Name: '2', Address: '3019 CORLEAR AVENUE, KINGSBRIDGE/JEROME PARK', Month: '12', Price: '1160'}, geometry: { type: 'Point', coordinates:[-73.90864799, 40.87938044]} },
{type: 'Feature',properties:{Name: '2', Address: '306 WEST 232 ST, KINGSBRIDGE/JEROME PARK', Month: '7', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.90741116, 40.8820473]} },
{type: 'Feature',properties:{Name: '2', Address: '3188 RIVERDALE AVENUE, KINGSBRIDGE/JEROME PARK', Month: '11', Price: '1792'}, geometry: { type: 'Point', coordinates:[-73.90859672, 40.8824819]} },
{type: 'Feature',properties:{Name: '2', Address: '3190 RIVERDALE AVENUE, KINGSBRIDGE/JEROME PARK', Month: '5', Price: '1516'}, geometry: { type: 'Point', coordinates:[-73.9085786, 40.88250933]} },
{type: 'Feature',properties:{Name: '2', Address: '3244 IRWIN AVENUE, KINGSBRIDGE/JEROME PARK', Month: '8', Price: '2612'}, geometry: { type: 'Point', coordinates:[-73.90753306, 40.88280218]} },
{type: 'Feature',properties:{Name: '2', Address: '3226 IRWIN AVENUE, KINGSBRIDGE/JEROME PARK', Month: '5', Price: '1782'}, geometry: { type: 'Point', coordinates:[-73.90763082, 40.88271992]} },
{type: 'Feature',properties:{Name: '2', Address: '3459 IRWIN AVENUE, KINGSBRIDGE/JEROME PARK', Month: '2', Price: '900'}, geometry: { type: 'Point', coordinates:[-73.90503103, 40.88498492]} },
{type: 'Feature',properties:{Name: '2', Address: '3430 CORLEAR AVENUE, KINGSBRIDGE/JEROME PARK', Month: '3', Price: '1782'}, geometry: { type: 'Point', coordinates:[-73.90452362, 40.88323614]} },
{type: 'Feature',properties:{Name: '2', Address: '3421 CORLEAR AVENUE, KINGSBRIDGE/JEROME PARK', Month: '3', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.90459962, 40.88319778]} },
{type: 'Feature',properties:{Name: '2', Address: '3427 TIBBETT AVENUE, KINGSBRIDGE/JEROME PARK', Month: '12', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.90531138, 40.88366496]} },
{type: 'Feature',properties:{Name: '2', Address: '3413 TIBBETT AVENUE, KINGSBRIDGE/JEROME PARK', Month: '4', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.90539467, 40.88359092]} },
{type: 'Feature',properties:{Name: '2', Address: '3458 IRWIN AVENUE, KINGSBRIDGE/JEROME PARK', Month: '11', Price: '1881'}, geometry: { type: 'Point', coordinates:[-73.90584577, 40.88426374]} },
{type: 'Feature',properties:{Name: '2', Address: '3644 CORLEAR AVENUE, KINGSBRIDGE/JEROME PARK', Month: '8', Price: '1926'}, geometry: { type: 'Point', coordinates:[-73.90228947, 40.88516927]} },
{type: 'Feature',properties:{Name: '2', Address: '4578 MANHATTAN COLLEGE PY, KINGSBRIDGE/JEROME PARK', Month: '10', Price: '1144'}, geometry: { type: 'Point', coordinates:[-73.90013125, 40.88942718]} },
{type: 'Feature',properties:{Name: '2', Address: '2714 CLAFLIN AVENUE, KINGSBRIDGE/JEROME PARK', Month: '11', Price: '2592'}, geometry: { type: 'Point', coordinates:[-73.90107216, 40.86960858]} },
{type: 'Feature',properties:{Name: '2', Address: '159 WEST 195TH STREET, KINGSBRIDGE/JEROME PARK', Month: '1', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.90234712, 40.87054011]} },
{type: 'Feature',properties:{Name: '2', Address: '2831 UNIVERSITY AVENUE, KINGSBRIDGE/JEROME PARK', Month: '10', Price: '3878'}, geometry: { type: 'Point', coordinates:[-73.8989782, 40.87231852]} },
{type: 'Feature',properties:{Name: '2', Address: '2835 SEDGWICK AVENUE, KINGSBRIDGE/JEROME PARK', Month: '6', Price: '3194'}, geometry: { type: 'Point', coordinates:[-73.90192016, 40.87319936]} },
{type: 'Feature',properties:{Name: '2', Address: '2813 SEDGWICK AVENUE, KINGSBRIDGE/JEROME PARK', Month: '12', Price: '2215'}, geometry: { type: 'Point', coordinates:[-73.90208357, 40.87272467]} },
{type: 'Feature',properties:{Name: '2', Address: '115 WEST 231 STREET, KINGSBRIDGE/JEROME PARK', Month: '10', Price: '2294'}, geometry: { type: 'Point', coordinates:[-73.90099053, 40.87586641]} },
{type: 'Feature',properties:{Name: '2', Address: '7 PEROT STREET, KINGSBRIDGE/JEROME PARK', Month: '5', Price: '1980'}, geometry: { type: 'Point', coordinates:[-73.90011016, 40.87698549]} },
{type: 'Feature',properties:{Name: '2', Address: '2812 HEATH AVENUE, KINGSBRIDGE/JEROME PARK', Month: '10', Price: '3498'}, geometry: { type: 'Point', coordinates:[-73.9043321, 40.87308062]} },
{type: 'Feature',properties:{Name: '2', Address: '2872 HEATH AVENUE, KINGSBRIDGE/JEROME PARK', Month: '9', Price: '2360'}, geometry: { type: 'Point', coordinates:[-73.9035778, 40.8746033]} },
{type: 'Feature',properties:{Name: '2', Address: '3019 KINGSBRIDGE TERRACE, KINGSBRIDGE/JEROME PARK', Month: '5', Price: '2230'}, geometry: { type: 'Point', coordinates:[-73.90177476, 40.87616625]} },
{type: 'Feature',properties:{Name: '2', Address: '2739A KINGSBRIDGE TERRACE, KINGSBRIDGE/JEROME PARK', Month: '10', Price: '3544'}, geometry: { type: 'Point', coordinates:[-73.9037008, 40.87206456]} },
{type: 'Feature',properties:{Name: '2', Address: '2739A KINGSBRIDGE TERRACE, KINGSBRIDGE/JEROME PARK', Month: '2', Price: '3544'}, geometry: { type: 'Point', coordinates:[-73.9037008, 40.87206456]} },
{type: 'Feature',properties:{Name: '2', Address: '2817 HEATH, KINGSBRIDGE/JEROME PARK', Month: '3', Price: '2306'}, geometry: { type: 'Point', coordinates:[-73.90454504, 40.87335801]} },
{type: 'Feature',properties:{Name: '2', Address: '2893 HEATH, KINGSBRIDGE/JEROME PARK', Month: '1', Price: '4320'}, geometry: { type: 'Point', coordinates:[-73.90359109, 40.87541299]} },
{type: 'Feature',properties:{Name: '2', Address: '3412 BAILEY PLACE, KINGSBRIDGE/JEROME PARK', Month: '1', Price: '1129'}, geometry: { type: 'Point', coordinates:[-73.90008644, 40.88073746]} },
{type: 'Feature',properties:{Name: '2', Address: '3414 BAILEY PLACE, KINGSBRIDGE/JEROME PARK', Month: '1', Price: '1369'}, geometry: { type: 'Point', coordinates:[-73.90005386, 40.88076488]} },
{type: 'Feature',properties:{Name: '2', Address: '3414 BAILEY PLACE, KINGSBRIDGE/JEROME PARK', Month: '8', Price: '1369'}, geometry: { type: 'Point', coordinates:[-73.90005386, 40.88076488]} },
{type: 'Feature',properties:{Name: '2', Address: '111 WEST 238TH STREET, KINGSBRIDGE/JEROME PARK', Month: '7', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.89782644, 40.88298613]} },
{type: 'Feature',properties:{Name: '2', Address: '3237 CORLEAR AVE, KINGSBRIDGE/JEROME PARK', Month: '9', Price: '3350'}, geometry: { type: 'Point', coordinates:[-73.9054831, 40.88243548]} },
{type: 'Feature',properties:{Name: '2', Address: '3234 IRWIN AVENUE, KINGSBRIDGE/JEROME PARK', Month: '9', Price: '1782'}, geometry: { type: 'Point', coordinates:[-73.90758737, 40.88275557]} },
{type: 'Feature',properties:{Name: '2', Address: '3592 GREYSTONE AVENUE, KINGSBRIDGE/JEROME PARK', Month: '2', Price: '1994'}, geometry: { type: 'Point', coordinates:[-73.90637246, 40.88519187]} },
{type: 'Feature',properties:{Name: '2', Address: '3621 CORLEAR AVENUE, KINGSBRIDGE/JEROME PARK', Month: '3', Price: '2920'}, geometry: { type: 'Point', coordinates:[-73.90275655, 40.8847909]} },
{type: 'Feature',properties:{Name: '2', Address: '3600 IRWIN AVENUE, KINGSBRIDGE/JEROME PARK', Month: '4', Price: '1470'}, geometry: { type: 'Point', coordinates:[-73.90447708, 40.88542636]} },
{type: 'Feature',properties:{Name: '2', Address: '3625 TIBBETT AVENUE, KINGSBRIDGE/JEROME PARK', Month: '7', Price: '2585'}, geometry: { type: 'Point', coordinates:[-73.90321846, 40.88547197]} },
{type: 'Feature',properties:{Name: '2', Address: '3625 TIBBETT AVENUE, KINGSBRIDGE/JEROME PARK', Month: '3', Price: '2585'}, geometry: { type: 'Point', coordinates:[-73.90321846, 40.88547197]} },
{type: 'Feature',properties:{Name: '2', Address: '3655 IRWIN AVENUE, KINGSBRIDGE/JEROME PARK', Month: '1', Price: '3760'}, geometry: { type: 'Point', coordinates:[-73.90353926, 40.88621331]} },
{type: 'Feature',properties:{Name: '2', Address: '2726 KINGSBRIDGE TERRACE, KINGSBRIDGE/JEROME PARK', Month: '1', Price: '3111'}, geometry: { type: 'Point', coordinates:[-73.90351336, 40.87166642]} },
{type: 'Feature',properties:{Name: '2', Address: '2734 KINGSBRIDGE TERRACE, KINGSBRIDGE/JEROME PARK', Month: '5', Price: '3111'}, geometry: { type: 'Point', coordinates:[-73.9034734, 40.8717899]} },
{type: 'Feature',properties:{Name: '2', Address: '2854 KINGSBRIDGE TERRACE, KINGSBRIDGE/JEROME PARK', Month: '12', Price: '4620'}, geometry: { type: 'Point', coordinates:[-73.90264908, 40.87420728]} },
{type: 'Feature',properties:{Name: '2', Address: '2711A KINGSBRIDGE TERRACE, KINGSBRIDGE/JEROME PARK', Month: '4', Price: '3060'}, geometry: { type: 'Point', coordinates:[-73.90387897, 40.87137304]} },
{type: 'Feature',properties:{Name: '2', Address: '2711 KINGSBRIDGE TERRACE, KINGSBRIDGE/JEROME PARK', Month: '4', Price: '2925'}, geometry: { type: 'Point', coordinates:[-73.903858, 40.87087075]} },
{type: 'Feature',properties:{Name: '2', Address: '2789 KINGSBRIDGE TERRACE, KINGSBRIDGE/JEROME PARK', Month: '4', Price: '2268'}, geometry: { type: 'Point', coordinates:[-73.90307021, 40.87305486]} },
{type: 'Feature',properties:{Name: '2', Address: '3054 HEATH AVENUE, KINGSBRIDGE/JEROME PARK', Month: '5', Price: '2260'}, geometry: { type: 'Point', coordinates:[-73.90204802, 40.87722045]} },
{type: 'Feature',properties:{Name: '2', Address: '3016 BAILEY AVE, KINGSBRIDGE/JEROME PARK', Month: '8', Price: '4344'}, geometry: { type: 'Point', coordinates:[-73.90363277, 40.87659325]} },
{type: 'Feature',properties:{Name: '2', Address: '3402 IRWIN AVENUE, KINGSBRIDGE/JEROME PARK', Month: '8', Price: '3265'}, geometry: { type: 'Point', coordinates:[-73.90619337, 40.88396485]} },
{type: 'Feature',properties:{Name: '2', Address: '3402 IRWIN AVENUE, KINGSBRIDGE/JEROME PARK', Month: '12', Price: '3265'}, geometry: { type: 'Point', coordinates:[-73.90619337, 40.88396485]} },
{type: 'Feature',properties:{Name: '2', Address: '3654 WALDO AVENUE, KINGSBRIDGE/JEROME PARK', Month: '6', Price: '4987'}, geometry: { type: 'Point', coordinates:[-73.90451496, 40.88674659]} },
{type: 'Feature',properties:{Name: '2', Address: '3062 KINGSBRIDGE TERRACE, KINGSBRIDGE/JEROME PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9010432, 40.87692042]} },
{type: 'Feature',properties:{Name: '2', Address: 'KINGSBRIDGE TERRACE, KINGSBRIDGE/JEROME PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90052229, 40.8770572]} },
{type: 'Feature',properties:{Name: '2', Address: '3149 KINGSBRIDGE TERRACE, KINGSBRIDGE/JEROME PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89914997, 40.87826368]} },
{type: 'Feature',properties:{Name: '2', Address: '3411 GILES PLACE, KINGSBRIDGE/JEROME PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89768596, 40.88027699]} },
{type: 'Feature',properties:{Name: '2', Address: '135-145 WEST KINGSBRIDGE RD, KINGSBRIDGE/JEROME PARK', Month: '5', Price: '79000'}, geometry: { type: 'Point', coordinates:[-73.90298204, 40.86904754]} },
{type: 'Feature',properties:{Name: '2', Address: '2810 WEBB AVENUE, KINGSBRIDGE/JEROME PARK', Month: '1', Price: '5900'}, geometry: { type: 'Point', coordinates:[-73.90105064, 40.87192508]} },
{type: 'Feature',properties:{Name: '2', Address: '2810 WEBB AVENUE, KINGSBRIDGE/JEROME PARK', Month: '2', Price: '5900'}, geometry: { type: 'Point', coordinates:[-73.90105064, 40.87192508]} },
{type: 'Feature',properties:{Name: '2', Address: '3138 BAILEY AVENUE, KINGSBRIDGE/JEROME PARK', Month: '10', Price: '35230'}, geometry: { type: 'Point', coordinates:[-73.90181435, 40.87873806]} },
{type: 'Feature',properties:{Name: '2', Address: '3150 BAILEY AVENUE, KINGSBRIDGE/JEROME PARK', Month: '5', Price: '60820'}, geometry: { type: 'Point', coordinates:[-73.90177088, 40.87879017]} },
{type: 'Feature',properties:{Name: '2', Address: '3477 FT INDEPENDENCE ST, KINGSBRIDGE/JEROME PARK', Month: '2', Price: '9768'}, geometry: { type: 'Point', coordinates:[-73.89880468, 40.88179579]} },
{type: 'Feature',properties:{Name: '2', Address: '3477 FT INDEPENDENCE ST, KINGSBRIDGE/JEROME PARK', Month: '10', Price: '9768'}, geometry: { type: 'Point', coordinates:[-73.89880468, 40.88179579]} },
{type: 'Feature',properties:{Name: '2', Address: '3800-3806 BAILEY AVENUE, KINGSBRIDGE/JEROME PARK', Month: '5', Price: '61000'}, geometry: { type: 'Point', coordinates:[-73.89775229, 40.88417451]} },
{type: 'Feature',properties:{Name: '2', Address: '3920 ORLOFF AVENUE, KINGSBRIDGE/JEROME PARK', Month: '5', Price: '2999'}, geometry: { type: 'Point', coordinates:[-73.89422321, 40.88381452]} },
{type: 'Feature',properties:{Name: '2', Address: '3044 ALBANY CRESCENT, KINGSBRIDGE/JEROME PARK', Month: '6', Price: '30800'}, geometry: { type: 'Point', coordinates:[-73.90364992, 40.87723277]} },
{type: 'Feature',properties:{Name: '2', Address: '213-217 WEST 238TH, KINGSBRIDGE/JEROME PARK', Month: '7', Price: '45000'}, geometry: { type: 'Point', coordinates:[-73.89924871, 40.88469183]} },
{type: 'Feature',properties:{Name: '2', Address: '3811 REVIEW PLACE, KINGSBRIDGE/JEROME PARK', Month: '1', Price: '3402'}, geometry: { type: 'Point', coordinates:[-73.89962075, 40.88499407]} },
{type: 'Feature',properties:{Name: '2', Address: '3058 GODWIN TERRACE, KINGSBRIDGE/JEROME PARK', Month: '12', Price: '42000'}, geometry: { type: 'Point', coordinates:[-73.90608829, 40.8789859]} },
{type: 'Feature',properties:{Name: '2', Address: '3246 KINGSBRIDGE AVENUE, KINGSBRIDGE/JEROME PARK', Month: '3', Price: '24000'}, geometry: { type: 'Point', coordinates:[-73.90429374, 40.88214356]} },
{type: 'Feature',properties:{Name: '2', Address: '3631 CORLEAR AVENUE, KINGSBRIDGE/JEROME PARK', Month: '3', Price: '3360'}, geometry: { type: 'Point', coordinates:[-73.90257187, 40.88495268]} },
{type: 'Feature',properties:{Name: '2', Address: '3300 BAILEY AVENUE, KINGSBRIDGE/JEROME PARK', Month: '1', Price: '106190'}, geometry: { type: 'Point', coordinates:[-73.90125279, 40.87945395]} },
{type: 'Feature',properties:{Name: '2', Address: '3054 GODWIN TERRACE, KINGSBRIDGE/JEROME PARK', Month: '5', Price: '57000'}, geometry: { type: 'Point', coordinates:[-73.90615352, 40.87888989]} },
{type: 'Feature',properties:{Name: '2', Address: '3850 SEDGWICK AVENUE, 7E, KINGSBRIDGE/JEROME PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89503868, 40.88269269]} },
{type: 'Feature',properties:{Name: '2', Address: '3850 SEDGWICK AVE, 6E, KINGSBRIDGE/JEROME PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89503868, 40.88269269]} },
{type: 'Feature',properties:{Name: '2', Address: '3850 SEDGWICK AVENUE, 3D, KINGSBRIDGE/JEROME PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89503868, 40.88269269]} },
{type: 'Feature',properties:{Name: '2', Address: '3850 SEDGWICK AVENUE, 1A, KINGSBRIDGE/JEROME PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89503868, 40.88269269]} },
{type: 'Feature',properties:{Name: '2', Address: '2835 WEBB AVE, 9F, KINGSBRIDGE/JEROME PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90075618, 40.87298428]} },
{type: 'Feature',properties:{Name: '2', Address: '2835 WEBB AVENUE, 6C, KINGSBRIDGE/JEROME PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90075618, 40.87298428]} },
{type: 'Feature',properties:{Name: '2', Address: '2835 WEBB AVENUE, 9G, KINGSBRIDGE/JEROME PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90075618, 40.87298428]} },
{type: 'Feature',properties:{Name: '2', Address: '2835 WEBB AVENUE, 5B, KINGSBRIDGE/JEROME PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90075618, 40.87298428]} },
{type: 'Feature',properties:{Name: '2', Address: '3970 HILLMAN AVENUE, 1E, KINGSBRIDGE/JEROME PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8911071, 40.88305409]} },
{type: 'Feature',properties:{Name: '2', Address: '80 VAN CORTLANDT PARK S, E42, KINGSBRIDGE/JEROME PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88999052, 40.88470533]} },
{type: 'Feature',properties:{Name: '2', Address: '91 VAN CORTLANDT AVENUE, 5A, KINGSBRIDGE/JEROME PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89271566, 40.88350298]} },
{type: 'Feature',properties:{Name: '2', Address: '91 VAN CORTLANDT AVENUE, 2H, KINGSBRIDGE/JEROME PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89271566, 40.88350298]} },
{type: 'Feature',properties:{Name: '2', Address: '91 VAN CORTLANDT AVE WE, 5F, KINGSBRIDGE/JEROME PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89271566, 40.88350298]} },
{type: 'Feature',properties:{Name: '2', Address: '91 VAN CORTLANDT AVENUE, 5B, KINGSBRIDGE/JEROME PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89271566, 40.88350298]} },
{type: 'Feature',properties:{Name: '2', Address: '3985 GOUVERNEUR AVENUE, 10A, KINGSBRIDGE/JEROME PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89162297, 40.88383132]} },
{type: 'Feature',properties:{Name: '2', Address: '92 VAN CORTLANDT PARK S, 6A, KINGSBRIDGE/JEROME PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89111851, 40.88492049]} },
{type: 'Feature',properties:{Name: '2', Address: '120 GALE PLACE, 1H, KINGSBRIDGE/JEROME PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89287262, 40.88484528]} },
{type: 'Feature',properties:{Name: '2', Address: '120 GALE PLACE, 7E, KINGSBRIDGE/JEROME PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89287262, 40.88484528]} },
{type: 'Feature',properties:{Name: '2', Address: '130 GALE PLACE, 4G, KINGSBRIDGE/JEROME PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89294453, 40.88510609]} },
{type: 'Feature',properties:{Name: '2', Address: '120 GALE PLACE, 4H, KINGSBRIDGE/JEROME PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89287262, 40.88484528]} },
{type: 'Feature',properties:{Name: '2', Address: '130 GALE PLACE, 11C, KINGSBRIDGE/JEROME PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89294453, 40.88510609]} },
{type: 'Feature',properties:{Name: '2', Address: '100 VAN CORTLANDT PARK S, C63, KINGSBRIDGE/JEROME PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89193558, 40.88507496]} },
{type: 'Feature',properties:{Name: '2', Address: '3065 SEDGWICK AVENUE, 1H, KINGSBRIDGE/JEROME PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89976745, 40.87644997]} },
{type: 'Feature',properties:{Name: '2', Address: '3065 SEDGWICK AVENUE, 6-F, KINGSBRIDGE/JEROME PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89976745, 40.87644997]} },
{type: 'Feature',properties:{Name: '2', Address: '3065 SEDGWICK AVENUE, 4-A, KINGSBRIDGE/JEROME PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89976745, 40.87644997]} },
{type: 'Feature',properties:{Name: '2', Address: '3065 SEDGWICK AVE, 6C, KINGSBRIDGE/JEROME PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89976745, 40.87644997]} },
{type: 'Feature',properties:{Name: '2', Address: '3065 SEDGWICK AVENUE, 4-J, KINGSBRIDGE/JEROME PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89976745, 40.87644997]} },
{type: 'Feature',properties:{Name: '2', Address: '3363 SEDGWICK AVENUE, 1S, KINGSBRIDGE/JEROME PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89686218, 40.87981241]} },
{type: 'Feature',properties:{Name: '2', Address: '3363 SEDGWICK AVENUE, 2A, KINGSBRIDGE/JEROME PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89686218, 40.87981241]} },
{type: 'Feature',properties:{Name: '2', Address: '3363 SEDGWICK AVENUE, 3J, KINGSBRIDGE/JEROME PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89686218, 40.87981241]} },
{type: 'Feature',properties:{Name: '2', Address: '3363 SEDGWICK AVENUE, 1R, KINGSBRIDGE/JEROME PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89686218, 40.87981241]} },
{type: 'Feature',properties:{Name: '2', Address: '3363 SEDGWICK AVE, 6M, KINGSBRIDGE/JEROME PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89686218, 40.87981241]} },
{type: 'Feature',properties:{Name: '2', Address: '3363 SEDGWICK AVE, 6M, KINGSBRIDGE/JEROME PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89686218, 40.87981241]} },
{type: 'Feature',properties:{Name: '2', Address: '3311 GILES PLACE, 6G, KINGSBRIDGE/JEROME PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89854161, 40.87882306]} },
{type: 'Feature',properties:{Name: '2', Address: '3311 GILES PLACE, 4G, KINGSBRIDGE/JEROME PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89854161, 40.87882306]} },
{type: 'Feature',properties:{Name: '2', Address: '3311 GILES PLACE, 6A, KINGSBRIDGE/JEROME PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89854161, 40.87882306]} },
{type: 'Feature',properties:{Name: '2', Address: '2860 BAILEY AVE, 6C, KINGSBRIDGE/JEROME PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90450282, 40.87505969]} },
{type: 'Feature',properties:{Name: '2', Address: '2860 BAILEY AVENUE, 3E, KINGSBRIDGE/JEROME PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90450282, 40.87505969]} },
{type: 'Feature',properties:{Name: '2', Address: '3915 ORLOFF AVENUE, 9C, KINGSBRIDGE/JEROME PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89442557, 40.88391352]} },
{type: 'Feature',properties:{Name: '2', Address: '3915 ORLOFF AVENUE, 3A, KINGSBRIDGE/JEROME PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89442557, 40.88391352]} },
{type: 'Feature',properties:{Name: '2', Address: '75 WEST 238 STREET, 7F, KINGSBRIDGE/JEROME PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89704284, 40.88224162]} },
{type: 'Feature',properties:{Name: '2', Address: '75 WEST 238, 5C, KINGSBRIDGE/JEROME PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89704284, 40.88224162]} },
{type: 'Feature',properties:{Name: '2', Address: '75 WEST 238 STREET, 2J, KINGSBRIDGE/JEROME PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89704284, 40.88224162]} },
{type: 'Feature',properties:{Name: '2', Address: '75 WEST 238TH STREET, 5H, KINGSBRIDGE/JEROME PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89704284, 40.88224162]} },
{type: 'Feature',properties:{Name: '2', Address: '3123 BAILEY AVENUE, 6F, KINGSBRIDGE/JEROME PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90210414, 40.87840346]} },
{type: 'Feature',properties:{Name: '2', Address: '3123 BAILEY AVE, 5G, KINGSBRIDGE/JEROME PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90210414, 40.87840346]} },
{type: 'Feature',properties:{Name: '2', Address: '3123 BAILEY AVENUE, 1B, KINGSBRIDGE/JEROME PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90210414, 40.87840346]} },
{type: 'Feature',properties:{Name: '2', Address: '3119 BAILEY AVENUE, 2G, KINGSBRIDGE/JEROME PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90210414, 40.87840071]} },
{type: 'Feature',properties:{Name: '2', Address: '3119 BAILEY AVENUE, 5G, KINGSBRIDGE/JEROME PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90210414, 40.87840071]} },
{type: 'Feature',properties:{Name: '2', Address: '3119 BAILEY AVENUE, 6G, KINGSBRIDGE/JEROME PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90210414, 40.87840071]} },
{type: 'Feature',properties:{Name: '2', Address: '180 VAN CORTLANDT PARK S, 1C, KINGSBRIDGE/JEROME PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89904722, 40.88639336]} },
{type: 'Feature',properties:{Name: '2', Address: '180 VAN CORTLANDT PARK S, 5D, KINGSBRIDGE/JEROME PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89904722, 40.88639336]} },
{type: 'Feature',properties:{Name: '2', Address: '180 VAN CORTLANDT PARK S, 5J, KINGSBRIDGE/JEROME PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89904722, 40.88639336]} },
{type: 'Feature',properties:{Name: '2', Address: '180 VAN CORTLANDT PARK S, 6B, KINGSBRIDGE/JEROME PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89904722, 40.88639336]} },
{type: 'Feature',properties:{Name: '2', Address: '180 VAN CORTLANDT PARK S, 6F, KINGSBRIDGE/JEROME PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89904722, 40.88639336]} },
{type: 'Feature',properties:{Name: '2', Address: '180 VAN CORTLANDT PARK S, 3C, KINGSBRIDGE/JEROME PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89904722, 40.88639336]} },
{type: 'Feature',properties:{Name: '2', Address: '180 VAN CORTLANDT PARK S, 3L, KINGSBRIDGE/JEROME PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89904722, 40.88639336]} },
{type: 'Feature',properties:{Name: '2', Address: '180 VAN CORTLANDT PARK S, 6D, KINGSBRIDGE/JEROME PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89904722, 40.88639336]} },
{type: 'Feature',properties:{Name: '2', Address: '180 VAN CORTLANDT PARK S, 1B, KINGSBRIDGE/JEROME PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89904722, 40.88639336]} },
{type: 'Feature',properties:{Name: '2', Address: '180 VAN CORTLANDT PARK S, 5E, KINGSBRIDGE/JEROME PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89904722, 40.88639336]} },
{type: 'Feature',properties:{Name: '2', Address: '315 WEST 232 STREET, 1F, KINGSBRIDGE/JEROME PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90744004, 40.88208574]} },
{type: 'Feature',properties:{Name: '2', Address: '315 WEST 232 STREET, 3E, KINGSBRIDGE/JEROME PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90744004, 40.88208574]} },
{type: 'Feature',properties:{Name: '2', Address: '315 WEST 232ND STREET, 4J, KINGSBRIDGE/JEROME PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90744004, 40.88208574]} },
{type: 'Feature',properties:{Name: '2', Address: '315 WEST 232ND STREET, 3A, KINGSBRIDGE/JEROME PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90744004, 40.88208574]} },
{type: 'Feature',properties:{Name: '2', Address: '3240 RIVERDALE AVENUE, 5E, KINGSBRIDGE/JEROME PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90791202, 40.88335417]} },
{type: 'Feature',properties:{Name: '2', Address: '3240 RIVERDALE AVENUE, 3G, KINGSBRIDGE/JEROME PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90791202, 40.88335417]} },
{type: 'Feature',properties:{Name: '2', Address: '3475 GREYSTONE AVENUE, 3G, KINGSBRIDGE/JEROME PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90703135, 40.88470385]} },
{type: 'Feature',properties:{Name: '2', Address: '3475 GREYSTONE AVENUE, 6B, KINGSBRIDGE/JEROME PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90703135, 40.88470385]} },
{type: 'Feature',properties:{Name: '2', Address: '3475 GREYSTONE AVE, 4A, KINGSBRIDGE/JEROME PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90703135, 40.88470385]} },
{type: 'Feature',properties:{Name: '2', Address: '3636 GREYSTONE AVENUE, 7E, KINGSBRIDGE/JEROME PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90562184, 40.88660477]} },
{type: 'Feature',properties:{Name: '2', Address: '3636 GREYSTONE AVENUE, 6K, KINGSBRIDGE/JEROME PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90562184, 40.88660477]} },
{type: 'Feature',properties:{Name: '2', Address: '3636 GREYSTONE AVENUE, 2H, KINGSBRIDGE/JEROME PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90562184, 40.88660477]} },
{type: 'Feature',properties:{Name: '2', Address: '3636 GREYSTONE AVENUE, 4G, KINGSBRIDGE/JEROME PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90562184, 40.88660477]} },
{type: 'Feature',properties:{Name: '2', Address: '3636 GREYSTONE AVENUE, 5A, KINGSBRIDGE/JEROME PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90562184, 40.88660477]} },
{type: 'Feature',properties:{Name: '2', Address: '3875 WALDO AVENUE, 6J, KINGSBRIDGE/JEROME PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90315974, 40.88854323]} },
{type: 'Feature',properties:{Name: '2', Address: '3875 WALDO AVENUE, 5G, KINGSBRIDGE/JEROME PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90315974, 40.88854323]} },
{type: 'Feature',properties:{Name: '2', Address: '3875 WALDO AVENUE, 1A, KINGSBRIDGE/JEROME PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90315974, 40.88854323]} },
{type: 'Feature',properties:{Name: '2', Address: '3875 WALDO AVENUE, 10463, KINGSBRIDGE/JEROME PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90315974, 40.88854323]} },
{type: 'Feature',properties:{Name: '2', Address: '3875 WALDO AVENUE, 5S, KINGSBRIDGE/JEROME PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90315974, 40.88854323]} },
{type: 'Feature',properties:{Name: '2', Address: '511 WEST 232 STREET, E23, KINGSBRIDGE/JEROME PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90899786, 40.88268258]} },
{type: 'Feature',properties:{Name: '2', Address: '189A WEST KINGSBRIDGE RD, KINGSBRIDGE/JEROME PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90417567, 40.87123331]} },
{type: 'Feature',properties:{Name: '2', Address: '191A WEST KINGSBRIDGE RD, KINGSBRIDGE/JEROME PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90416831, 40.87132113]} },
{type: 'Feature',properties:{Name: '2', Address: '3097 HEATH AVENUE, KINGSBRIDGE/JEROME PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9009904, 40.87838329]} },
{type: 'Feature',properties:{Name: '2', Address: '460 WEST 236TH STREET, KINGSBRIDGE/JEROME PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90635368, 40.88568865]} },
{type: 'Feature',properties:{Name: '2', Address: '3585 GREYSTONE AVENUE, KINGSBRIDGE/JEROME PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90664398, 40.88498898]} },
{type: 'Feature',properties:{Name: '2', Address: '3585 GREYSTONE AVENUE, KINGSBRIDGE/JEROME PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90664398, 40.88498898]} },
{type: 'Feature',properties:{Name: '2', Address: '3816 WALDO AVENUE, KINGSBRIDGE/JEROME PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90362022, 40.88774217]} },
{type: 'Feature',properties:{Name: '2', Address: '3816 WALDO AVENUE, KINGSBRIDGE/JEROME PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90362022, 40.88774217]} },
{type: 'Feature',properties:{Name: '2', Address: '3816 WALDO AVENUE, KINGSBRIDGE/JEROME PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90362022, 40.88774217]} },
{type: 'Feature',properties:{Name: '2', Address: '3816 WALDO AVENUE, KINGSBRIDGE/JEROME PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90362022, 40.88774217]} },
{type: 'Feature',properties:{Name: '2', Address: '3816 WALDO AVE, KINGSBRIDGE/JEROME PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90362022, 40.88774217]} },
{type: 'Feature',properties:{Name: '2', Address: '3320 FORT INDEPENDENCE, KINGSBRIDGE/JEROME PARK', Month: '1', Price: '1125'}, geometry: { type: 'Point', coordinates:[-73.89912027, 40.87877416]} },
{type: 'Feature',properties:{Name: '2', Address: '5510 BROADWAY, KINGSBRIDGE/JEROME PARK', Month: '3', Price: '15929'}, geometry: { type: 'Point', coordinates:[-73.90606913, 40.87719085]} },
{type: 'Feature',properties:{Name: '2', Address: '184 WEST 237 STREET, KINGSBRIDGE/JEROME PARK', Month: '5', Price: '118423'}, geometry: { type: 'Point', coordinates:[-73.900367, 40.88415759]} },
{type: 'Feature',properties:{Name: '2', Address: '193 WEST 237 STREET, KINGSBRIDGE/JEROME PARK', Month: '4', Price: '46832'}, geometry: { type: 'Point', coordinates:[-73.90063086, 40.88425388]} },
{type: 'Feature',properties:{Name: '2', Address: '2864 EXTERIOR STREET, KINGSBRIDGE/JEROME PARK', Month: '6', Price: '4968'}, geometry: { type: 'Point', coordinates:[-73.90616908, 40.87555235]} },
{type: 'Feature',properties:{Name: '2', Address: '317 WEST 230 STREET, KINGSBRIDGE/JEROME PARK', Month: '3', Price: '1929'}, geometry: { type: 'Point', coordinates:[-73.9101805, 40.87993607]} },
{type: 'Feature',properties:{Name: '2', Address: '310 WEST 240TH STREET, KINGSBRIDGE/JEROME PARK', Month: '3', Price: '2168'}, geometry: { type: 'Point', coordinates:[-73.90165381, 40.88704061]} },
{type: 'Feature',properties:{Name: '2', Address: '2880 EXTERIOR STREET, KINGSBRIDGE/JEROME PARK', Month: '3', Price: '17010'}, geometry: { type: 'Point', coordinates:[-73.90617619, 40.87563744]} },
{type: 'Feature',properties:{Name: '2', Address: '3400 CANNON PLACE, KINGSBRIDGE/JEROME PARK', Month: '3', Price: '133660'}, geometry: { type: 'Point', coordinates:[-73.89795764, 40.87997532]} },
{type: 'Feature',properties:{Name: '2', Address: '460 WEST 236 STREET, KINGSBRIDGE/JEROME PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90635368, 40.88568865]} },
{type: 'Feature',properties:{Name: '2', Address: '3585 GREYSTONE AVENUE, KINGSBRIDGE/JEROME PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90664398, 40.88498898]} },
{type: 'Feature',properties:{Name: '2', Address: '3585 GREYSTONE AVENUE, KINGSBRIDGE/JEROME PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90664398, 40.88498898]} },
{type: 'Feature',properties:{Name: '2', Address: '460 WEST 236 STREET, KINGSBRIDGE/JEROME PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90635368, 40.88568865]} },
{type: 'Feature',properties:{Name: '2', Address: '460 WEST 236 STREET, KINGSBRIDGE/JEROME PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90635368, 40.88568865]} },
{type: 'Feature',properties:{Name: '2', Address: '460 WEST 236 STREET, KINGSBRIDGE/JEROME PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90635368, 40.88568865]} },
{type: 'Feature',properties:{Name: '2', Address: '3585 GREYSTONE AVENUE, KINGSBRIDGE/JEROME PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90664398, 40.88498898]} },
{type: 'Feature',properties:{Name: '2', Address: '282 EAST 163 STREET, MELROSE/CONCOURSE', Month: '9', Price: '1728'}, geometry: { type: 'Point', coordinates:[-73.9170377, 40.82708645]} },
{type: 'Feature',properties:{Name: '2', Address: '963 TELLER AVENUE, MELROSE/CONCOURSE', Month: '9', Price: '2601'}, geometry: { type: 'Point', coordinates:[-73.91509749, 40.82696427]} },
{type: 'Feature',properties:{Name: '2', Address: '961 TELLER AVENUE, MELROSE/CONCOURSE', Month: '5', Price: '2601'}, geometry: { type: 'Point', coordinates:[-73.91511923, 40.82692037]} },
{type: 'Feature',properties:{Name: '2', Address: '1268 FINDLAY AVENUE, MELROSE/CONCOURSE', Month: '6', Price: '1382'}, geometry: { type: 'Point', coordinates:[-73.91150708, 40.83417742]} },
{type: 'Feature',properties:{Name: '2', Address: '1274 FINDLAY AVENUE, MELROSE/CONCOURSE', Month: '8', Price: '1466'}, geometry: { type: 'Point', coordinates:[-73.91144189, 40.83428991]} },
{type: 'Feature',properties:{Name: '2', Address: '859 CONCOURSE VILLAGE W, MELROSE/CONCOURSE', Month: '8', Price: '1500'}, geometry: { type: 'Point', coordinates:[-73.92152322, 40.82593406]} },
{type: 'Feature',properties:{Name: '2', Address: '1345 CLAY AVENUE, MELROSE/CONCOURSE', Month: '4', Price: '2064'}, geometry: { type: 'Point', coordinates:[-73.90872963, 40.83571504]} },
{type: 'Feature',properties:{Name: '2', Address: '1319 CLAY AVENUE, MELROSE/CONCOURSE', Month: '3', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.90899046, 40.83524865]} },
{type: 'Feature',properties:{Name: '2', Address: '617 WALTON AVENUE, MELROSE/CONCOURSE', Month: '4', Price: '3960'}, geometry: { type: 'Point', coordinates:[-73.92774397, 40.82048438]} },
{type: 'Feature',properties:{Name: '2', Address: '383 EAST 153 STREET, MELROSE/CONCOURSE', Month: '11', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.91722471, 40.81908299]} },
{type: 'Feature',properties:{Name: '2', Address: '386 E. 162ND, MELROSE/CONCOURSE', Month: '6', Price: '2016'}, geometry: { type: 'Point', coordinates:[-73.9139908, 40.82494883]} },
{type: 'Feature',properties:{Name: '2', Address: '294 EAST 151 STREET, MELROSE/CONCOURSE', Month: '2', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.92078779, 40.81844871]} },
{type: 'Feature',properties:{Name: '2', Address: '882 MORRIS AVENUE, MELROSE/CONCOURSE', Month: '12', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.91825682, 40.82592356]} },
{type: 'Feature',properties:{Name: '2', Address: '280 BONNER PLACE, MELROSE/CONCOURSE', Month: '8', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.91671179, 40.82765163]} },
{type: 'Feature',properties:{Name: '2', Address: '360 E 167TH STREET, MELROSE/CONCOURSE', Month: '11', Price: '2496'}, geometry: { type: 'Point', coordinates:[-73.91195946, 40.83094999]} },
{type: 'Feature',properties:{Name: '2', Address: '1135 CLAY AVENUE, MELROSE/CONCOURSE', Month: '9', Price: '3865'}, geometry: { type: 'Point', coordinates:[-73.91163114, 40.83056273]} },
{type: 'Feature',properties:{Name: '2', Address: '1135 CLAY AVENUE, MELROSE/CONCOURSE', Month: '1', Price: '3865'}, geometry: { type: 'Point', coordinates:[-73.91163114, 40.83056273]} },
{type: 'Feature',properties:{Name: '2', Address: '1269 FINDLAY AVE, MELROSE/CONCOURSE', Month: '9', Price: '2646'}, geometry: { type: 'Point', coordinates:[-73.91152875, 40.83418568]} },
{type: 'Feature',properties:{Name: '2', Address: '1266 FINDLAY AVENUE, MELROSE/CONCOURSE', Month: '5', Price: '1382'}, geometry: { type: 'Point', coordinates:[-73.91152881, 40.83414176]} },
{type: 'Feature',properties:{Name: '2', Address: '1266 FINDLAY AVENUE, MELROSE/CONCOURSE', Month: '8', Price: '1382'}, geometry: { type: 'Point', coordinates:[-73.91152881, 40.83414176]} },
{type: 'Feature',properties:{Name: '2', Address: '1275 TELLER AVE, MELROSE/CONCOURSE', Month: '4', Price: '2994'}, geometry: { type: 'Point', coordinates:[-73.91060026, 40.83401479]} },
{type: 'Feature',properties:{Name: '2', Address: '1232 MORRIS AVENUE, MELROSE/CONCOURSE', Month: '12', Price: '2028'}, geometry: { type: 'Point', coordinates:[-73.91359592, 40.83409667]} },
{type: 'Feature',properties:{Name: '2', Address: '1234 MORRIS AVENUE, MELROSE/CONCOURSE', Month: '6', Price: '2028'}, geometry: { type: 'Point', coordinates:[-73.91357057, 40.83413782]} },
{type: 'Feature',properties:{Name: '2', Address: '998 GRANT AVENUE, MELROSE/CONCOURSE', Month: '8', Price: '2935'}, geometry: { type: 'Point', coordinates:[-73.91759529, 40.82909049]} },
{type: 'Feature',properties:{Name: '2', Address: '1000 GRANT AVENUE, MELROSE/CONCOURSE', Month: '7', Price: '3090'}, geometry: { type: 'Point', coordinates:[-73.9175808, 40.82911793]} },
{type: 'Feature',properties:{Name: '2', Address: '1114 SHERMAN AVENUE, MELROSE/CONCOURSE', Month: '2', Price: '3028'}, geometry: { type: 'Point', coordinates:[-73.91707525, 40.83174975]} },
{type: 'Feature',properties:{Name: '2', Address: '857 CONCOURSE VILLAGE W, MELROSE/CONCOURSE', Month: '7', Price: '1652'}, geometry: { type: 'Point', coordinates:[-73.92155216, 40.8258984]} },
{type: 'Feature',properties:{Name: '2', Address: '113 EAST 168TH STREET, MELROSE/CONCOURSE', Month: '3', Price: '2778'}, geometry: { type: 'Point', coordinates:[-73.91802, 40.83631488]} },
{type: 'Feature',properties:{Name: '2', Address: '1304 FINDLAY AVENUE, MELROSE/CONCOURSE', Month: '12', Price: '2394'}, geometry: { type: 'Point', coordinates:[-73.91084426, 40.83530774]} },
{type: 'Feature',properties:{Name: '2', Address: '1312 FINDLAY AVE, MELROSE/CONCOURSE', Month: '12', Price: '2140'}, geometry: { type: 'Point', coordinates:[-73.9107537, 40.83546686]} },
{type: 'Feature',properties:{Name: '2', Address: '1319 TELLER AVENUE, MELROSE/CONCOURSE', Month: '7', Price: '2244'}, geometry: { type: 'Point', coordinates:[-73.90991569, 40.83517527]} },
{type: 'Feature',properties:{Name: '2', Address: '1312 TELLER AVE, MELROSE/CONCOURSE', Month: '12', Price: '1392'}, geometry: { type: 'Point', coordinates:[-73.90998094, 40.83502985]} },
{type: 'Feature',properties:{Name: '2', Address: '1312 TELLER AVENUE, MELROSE/CONCOURSE', Month: '8', Price: '1392'}, geometry: { type: 'Point', coordinates:[-73.90998094, 40.83502985]} },
{type: 'Feature',properties:{Name: '2', Address: '1342 TELLER AVENUE, MELROSE/CONCOURSE', Month: '12', Price: '3060'}, geometry: { type: 'Point', coordinates:[-73.90971291, 40.83547977]} },
{type: 'Feature',properties:{Name: '2', Address: '1359 CLAY AVENUE, MELROSE/CONCOURSE', Month: '5', Price: '2560'}, geometry: { type: 'Point', coordinates:[-73.90859196, 40.8359647]} },
{type: 'Feature',properties:{Name: '2', Address: '1299 CLAY AVENUE, MELROSE/CONCOURSE', Month: '11', Price: '1896'}, geometry: { type: 'Point', coordinates:[-73.90919332, 40.834892]} },
{type: 'Feature',properties:{Name: '2', Address: '1313A CLAY AVENUE, MELROSE/CONCOURSE', Month: '10', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.90944265, 40.83491141]} },
{type: 'Feature',properties:{Name: '2', Address: '1350 COLLEGE AVENUE, MELROSE/CONCOURSE', Month: '10', Price: '3099'}, geometry: { type: 'Point', coordinates:[-73.91121498, 40.83642786]} },
{type: 'Feature',properties:{Name: '2', Address: '1307 FINDLAY AVENUE, MELROSE/CONCOURSE', Month: '11', Price: '2816'}, geometry: { type: 'Point', coordinates:[-73.91086231, 40.83531598]} },
{type: 'Feature',properties:{Name: '2', Address: '321 EAST 169TH STREET, MELROSE/CONCOURSE', Month: '7', Price: '2414'}, geometry: { type: 'Point', coordinates:[-73.91158568, 40.83486092]} },
{type: 'Feature',properties:{Name: '2', Address: '589 WALTON AVENUE, MELROSE/CONCOURSE', Month: '7', Price: '3312'}, geometry: { type: 'Point', coordinates:[-73.92792874, 40.82002063]} },
{type: 'Feature',properties:{Name: '2', Address: '387 EAST 152ND, MELROSE/CONCOURSE', Month: '12', Price: '2882'}, geometry: { type: 'Point', coordinates:[-73.91733397, 40.81837767]} },
{type: 'Feature',properties:{Name: '2', Address: '387 EAST 152 STREET, MELROSE/CONCOURSE', Month: '7', Price: '2882'}, geometry: { type: 'Point', coordinates:[-73.91733397, 40.81837767]} },
{type: 'Feature',properties:{Name: '2', Address: '1056 CLAY AVENUE, MELROSE/CONCOURSE', Month: '11', Price: '4284'}, geometry: { type: 'Point', coordinates:[-73.91265261, 40.82869161]} },
{type: 'Feature',properties:{Name: '2', Address: '1244 TELLER AVENUE, MELROSE/CONCOURSE', Month: '10', Price: '4095'}, geometry: { type: 'Point', coordinates:[-73.91091542, 40.83344139]} },
{type: 'Feature',properties:{Name: '2', Address: '1000 COLLEGE AVENUE, MELROSE/CONCOURSE', Month: '5', Price: '3805'}, geometry: { type: 'Point', coordinates:[-73.91578196, 40.82859239]} },
{type: 'Feature',properties:{Name: '2', Address: '1000 FINDLAY AVENUE, MELROSE/CONCOURSE', Month: '3', Price: '3382'}, geometry: { type: 'Point', coordinates:[-73.91501641, 40.82820757]} },
{type: 'Feature',properties:{Name: '2', Address: '1042 COLLEGE AVENUE, MELROSE/CONCOURSE', Month: '12', Price: '2790'}, geometry: { type: 'Point', coordinates:[-73.91518802, 40.82964318]} },
{type: 'Feature',properties:{Name: '2', Address: '1061 TELLER AVE, MELROSE/CONCOURSE', Month: '8', Price: '3261'}, geometry: { type: 'Point', coordinates:[-73.91358813, 40.82896679]} },
{type: 'Feature',properties:{Name: '2', Address: '1059 TELLER AVE, MELROSE/CONCOURSE', Month: '3', Price: '3261'}, geometry: { type: 'Point', coordinates:[-73.91360623, 40.82893936]} },
{type: 'Feature',properties:{Name: '2', Address: '1053 TELLER AVENUE, MELROSE/CONCOURSE', Month: '11', Price: '3261'}, geometry: { type: 'Point', coordinates:[-73.91365693, 40.82885431]} },
{type: 'Feature',properties:{Name: '2', Address: '1060 MORRIS AVENUE, MELROSE/CONCOURSE', Month: '10', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.91605857, 40.82988535]} },
{type: 'Feature',properties:{Name: '2', Address: '1058 GRANT AVENUE, MELROSE/CONCOURSE', Month: '1', Price: '3552'}, geometry: { type: 'Point', coordinates:[-73.91692897, 40.83024554]} },
{type: 'Feature',properties:{Name: '2', Address: '1065 MORRIS AVENUE, MELROSE/CONCOURSE', Month: '5', Price: '3972'}, geometry: { type: 'Point', coordinates:[-73.91605127, 40.82994298]} },
{type: 'Feature',properties:{Name: '2', Address: '1053 MORRIS AVENUE, MELROSE/CONCOURSE', Month: '4', Price: '3972'}, geometry: { type: 'Point', coordinates:[-73.91613818, 40.82978934]} },
{type: 'Feature',properties:{Name: '2', Address: '1186 GRANT AVENUE, MELROSE/CONCOURSE', Month: '10', Price: '4554'}, geometry: { type: 'Point', coordinates:[-73.91528488, 40.83303572]} },
{type: 'Feature',properties:{Name: '2', Address: '1162 SHERMAN AVENUE, MELROSE/CONCOURSE', Month: '11', Price: '3104'}, geometry: { type: 'Point', coordinates:[-73.91644875, 40.83281973]} },
{type: 'Feature',properties:{Name: '2', Address: '1162 SHERMAN AVENUE, MELROSE/CONCOURSE', Month: '5', Price: '3104'}, geometry: { type: 'Point', coordinates:[-73.91644875, 40.83281973]} },
{type: 'Feature',properties:{Name: '2', Address: '1189 GRANT AVENUE, MELROSE/CONCOURSE', Month: '4', Price: '2531'}, geometry: { type: 'Point', coordinates:[-73.9153138, 40.83302476]} },
{type: 'Feature',properties:{Name: '2', Address: '1058 WALTON AVENUE, MELROSE/CONCOURSE', Month: '3', Price: '3150'}, geometry: { type: 'Point', coordinates:[-73.92146227, 40.83165401]} },
{type: 'Feature',properties:{Name: '2', Address: '1068 WALTON AVENUE, MELROSE/CONCOURSE', Month: '9', Price: '3150'}, geometry: { type: 'Point', coordinates:[-73.92133916, 40.83186252]} },
{type: 'Feature',properties:{Name: '2', Address: '1340 TELLER AVENUE, MELROSE/CONCOURSE', Month: '5', Price: '1866'}, geometry: { type: 'Point', coordinates:[-73.90973102, 40.8354496]} },
{type: 'Feature',properties:{Name: '2', Address: '1305 CLAY AVENUE, MELROSE/CONCOURSE', Month: '9', Price: '2394'}, geometry: { type: 'Point', coordinates:[-73.90913174, 40.83499899]} },
{type: 'Feature',properties:{Name: '2', Address: '1305 CLAY AVENUE, MELROSE/CONCOURSE', Month: '2', Price: '2394'}, geometry: { type: 'Point', coordinates:[-73.90913174, 40.83499899]} },
{type: 'Feature',properties:{Name: '2', Address: '1321B COLLEGE AVENUE, MELROSE/CONCOURSE', Month: '9', Price: '3036'}, geometry: { type: 'Point', coordinates:[-73.91184454, 40.83586568]} },
{type: 'Feature',properties:{Name: '2', Address: '29 EAST 169TH STREET, MELROSE/CONCOURSE', Month: '2', Price: '2592'}, geometry: { type: 'Point', coordinates:[-73.91871965, 40.83749286]} },
{type: 'Feature',properties:{Name: '2', Address: '125 EAST 169 STREET, MELROSE/CONCOURSE', Month: '7', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.91725309, 40.83693464]} },
{type: 'Feature',properties:{Name: '2', Address: '125 EAST 169TH STREET, MELROSE/CONCOURSE', Month: '9', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.91725309, 40.83693464]} },
{type: 'Feature',properties:{Name: '2', Address: '1308 CLAY AVENUE, MELROSE/CONCOURSE', Month: '4', Price: '2394'}, geometry: { type: 'Point', coordinates:[-73.90915354, 40.83491392]} },
{type: 'Feature',properties:{Name: '2', Address: '1320 CLAY AVENUE, MELROSE/CONCOURSE', Month: '12', Price: '2304'}, geometry: { type: 'Point', coordinates:[-73.90902312, 40.83514987]} },
{type: 'Feature',properties:{Name: '2', Address: '1340 CLAY AVENUE, MELROSE/CONCOURSE', Month: '7', Price: '1900'}, geometry: { type: 'Point', coordinates:[-73.90880214, 40.83554493]} },
{type: 'Feature',properties:{Name: '2', Address: '1364 CLAY AVENUE, MELROSE/CONCOURSE', Month: '6', Price: '2954'}, geometry: { type: 'Point', coordinates:[-73.90853768, 40.83601956]} },
{type: 'Feature',properties:{Name: '2', Address: '201 MARCY PLACE, MELROSE/CONCOURSE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91445175, 40.83739645]} },
{type: 'Feature',properties:{Name: '2', Address: '562 MORRIS AVENUE, MELROSE/CONCOURSE', Month: '12', Price: '19200'}, geometry: { type: 'Point', coordinates:[-73.92249365, 40.81794484]} },
{type: 'Feature',properties:{Name: '2', Address: '651 COURTLANDT, MELROSE/CONCOURSE', Month: '10', Price: '11094'}, geometry: { type: 'Point', coordinates:[-73.91864445, 40.8191883]} },
{type: 'Feature',properties:{Name: '2', Address: '292 EAST 164TH STREET, MELROSE/CONCOURSE', Month: '3', Price: '2907'}, geometry: { type: 'Point', coordinates:[-73.91599227, 40.8280189]} },
{type: 'Feature',properties:{Name: '2', Address: '1178 CLAY AVENUE, MELROSE/CONCOURSE', Month: '3', Price: '10640'}, geometry: { type: 'Point', coordinates:[-73.91100091, 40.83166288]} },
{type: 'Feature',properties:{Name: '2', Address: '1202 CLAY AVENUE, MELROSE/CONCOURSE', Month: '9', Price: '10980'}, geometry: { type: 'Point', coordinates:[-73.91060968, 40.8323762]} },
{type: 'Feature',properties:{Name: '2', Address: '1057 CLAY AVENUE, MELROSE/CONCOURSE', Month: '3', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.91266704, 40.82870535]} },
{type: 'Feature',properties:{Name: '2', Address: '1145 CLAY AVENUE, MELROSE/CONCOURSE', Month: '6', Price: '27805'}, geometry: { type: 'Point', coordinates:[-73.91148262, 40.83083434]} },
{type: 'Feature',properties:{Name: '2', Address: '1183 TELLER AVENUE, MELROSE/CONCOURSE', Month: '7', Price: '11500'}, geometry: { type: 'Point', coordinates:[-73.91166509, 40.8322041]} },
{type: 'Feature',properties:{Name: '2', Address: '1171 CLAY AVENUE, MELROSE/CONCOURSE', Month: '10', Price: '11500'}, geometry: { type: 'Point', coordinates:[-73.91102259, 40.83166838]} },
{type: 'Feature',properties:{Name: '2', Address: '1076 FINDLAY AVENUE, MELROSE/CONCOURSE', Month: '3', Price: '9056'}, geometry: { type: 'Point', coordinates:[-73.91423782, 40.82953543]} },
{type: 'Feature',properties:{Name: '2', Address: '1110 COLLEGE AVENUE, MELROSE/CONCOURSE', Month: '9', Price: '11040'}, geometry: { type: 'Point', coordinates:[-73.91456149, 40.83073511]} },
{type: 'Feature',properties:{Name: '2', Address: '321 EAST 166 STREET, MELROSE/CONCOURSE', Month: '11', Price: '15985'}, geometry: { type: 'Point', coordinates:[-73.91387232, 40.82995236]} },
{type: 'Feature',properties:{Name: '2', Address: '1066 MORRIS AVENUE, MELROSE/CONCOURSE', Month: '10', Price: '4373'}, geometry: { type: 'Point', coordinates:[-73.91601872, 40.82995943]} },
{type: 'Feature',properties:{Name: '2', Address: '946 SHERMAN AVENUE, MELROSE/CONCOURSE', Month: '12', Price: '15170'}, geometry: { type: 'Point', coordinates:[-73.91916833, 40.82810625]} },
{type: 'Feature',properties:{Name: '2', Address: '952 SHERMAN AVENUE, MELROSE/CONCOURSE', Month: '7', Price: '15030'}, geometry: { type: 'Point', coordinates:[-73.91911402, 40.82819953]} },
{type: 'Feature',properties:{Name: '2', Address: '956 SHERMAN AVENUE, MELROSE/CONCOURSE', Month: '6', Price: '15030'}, geometry: { type: 'Point', coordinates:[-73.91908142, 40.82825989]} },
{type: 'Feature',properties:{Name: '2', Address: '1045 MORRIS AVE, MELROSE/CONCOURSE', Month: '3', Price: '2600'}, geometry: { type: 'Point', coordinates:[-73.91619613, 40.82968509]} },
{type: 'Feature',properties:{Name: '2', Address: '1124 GRANT AVENUE, MELROSE/CONCOURSE', Month: '10', Price: '5832'}, geometry: { type: 'Point', coordinates:[-73.91616126, 40.83154872]} },
{type: 'Feature',properties:{Name: '2', Address: '1129 MORRIS AVENUE, MELROSE/CONCOURSE', Month: '11', Price: '5832'}, geometry: { type: 'Point', coordinates:[-73.91524368, 40.83133945]} },
{type: 'Feature',properties:{Name: '2', Address: '1045 SHERMAN AVENUE, MELROSE/CONCOURSE', Month: '3', Price: '63428'}, geometry: { type: 'Point', coordinates:[-73.91795878, 40.83028196]} },
{type: 'Feature',properties:{Name: '2', Address: '1162-1164 SHERIDAN AVENUE, MELROSE/CONCOURSE', Month: '5', Price: '44000'}, geometry: { type: 'Point', coordinates:[-73.91726141, 40.83314968]} },
{type: 'Feature',properties:{Name: '2', Address: '1236 GRAND CONCOURSE, MELROSE/CONCOURSE', Month: '4', Price: '28695'}, geometry: { type: 'Point', coordinates:[-73.91691904, 40.83530404]} },
{type: 'Feature',properties:{Name: '2', Address: '1231 SHERIDAN AVE, MELROSE/CONCOURSE', Month: '3', Price: '40050'}, geometry: { type: 'Point', coordinates:[-73.91604157, 40.83476544]} },
{type: 'Feature',properties:{Name: '2', Address: '1225 SHERIDAN AVE, MELROSE/CONCOURSE', Month: '4', Price: '40050'}, geometry: { type: 'Point', coordinates:[-73.91615012, 40.83465847]} },
{type: 'Feature',properties:{Name: '2', Address: '1221 SHERIDAN AVE, MELROSE/CONCOURSE', Month: '9', Price: '40050'}, geometry: { type: 'Point', coordinates:[-73.91622248, 40.83458442]} },
{type: 'Feature',properties:{Name: '2', Address: '910 GERARD AVENUE, MELROSE/CONCOURSE', Month: '3', Price: '9420'}, geometry: { type: 'Point', coordinates:[-73.924259, 40.82863669]} },
{type: 'Feature',properties:{Name: '2', Address: '918 GERARD AVENUE, MELROSE/CONCOURSE', Month: '4', Price: '9420'}, geometry: { type: 'Point', coordinates:[-73.92418298, 40.8287629]} },
{type: 'Feature',properties:{Name: '2', Address: '928 GERARD AVENUE, MELROSE/CONCOURSE', Month: '11', Price: '9420'}, geometry: { type: 'Point', coordinates:[-73.92409246, 40.82892203]} },
{type: 'Feature',properties:{Name: '2', Address: '1098-1100 GERARD AVENUE, MELROSE/CONCOURSE', Month: '10', Price: '55000'}, geometry: { type: 'Point', coordinates:[-73.92183314, 40.83277959]} },
{type: 'Feature',properties:{Name: '2', Address: '1112-1114 GERARD AVENUE, MELROSE/CONCOURSE', Month: '2', Price: '55000'}, geometry: { type: 'Point', coordinates:[-73.92169917, 40.83300731]} },
{type: 'Feature',properties:{Name: '2', Address: '1170 GERARD AVENUE, MELROSE/CONCOURSE', Month: '12', Price: '55000'}, geometry: { type: 'Point', coordinates:[-73.92079755, 40.83453825]} },
{type: 'Feature',properties:{Name: '2', Address: '1165 GERARD AVENUE, MELROSE/CONCOURSE', Month: '8', Price: '37910'}, geometry: { type: 'Point', coordinates:[-73.92082646, 40.83453003]} },
{type: 'Feature',properties:{Name: '2', Address: '1327 FINDLAY AVENUE, MELROSE/CONCOURSE', Month: '3', Price: '3264'}, geometry: { type: 'Point', coordinates:[-73.91065585, 40.83567264]} },
{type: 'Feature',properties:{Name: '2', Address: '1340 MORRIS AVENUE, MELROSE/CONCOURSE', Month: '10', Price: '36000'}, geometry: { type: 'Point', coordinates:[-73.91212907, 40.83659325]} },
{type: 'Feature',properties:{Name: '2', Address: '1323 COLLEGE AVE, MELROSE/CONCOURSE', Month: '12', Price: '9000'}, geometry: { type: 'Point', coordinates:[-73.91154454, 40.83590388]} },
{type: 'Feature',properties:{Name: '2', Address: '1355 MORRIS AVENUE, MELROSE/CONCOURSE', Month: '4', Price: '36085'}, geometry: { type: 'Point', coordinates:[-73.91204571, 40.83677708]} },
{type: 'Feature',properties:{Name: '2', Address: '865 WALTON AVENUE, MELROSE/CONCOURSE', Month: '2', Price: '55312'}, geometry: { type: 'Point', coordinates:[-73.92443472, 40.82663591]} },
{type: 'Feature',properties:{Name: '2', Address: '975 WALTON AVENUE, MELROSE/CONCOURSE', Month: '12', Price: '279000'}, geometry: { type: 'Point', coordinates:[-73.92289242, 40.82924786]} },
{type: 'Feature',properties:{Name: '2', Address: '320 EAST 151ST STREET, 1A, MELROSE/CONCOURSE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92016296, 40.81828909]} },
{type: 'Feature',properties:{Name: '2', Address: '947 TELLER AVENUE, 5F, MELROSE/CONCOURSE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91540172, 40.82640732]} },
{type: 'Feature',properties:{Name: '2', Address: '943 TELLER AVENUE, 5A, MELROSE/CONCOURSE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91546691, 40.82629209]} },
{type: 'Feature',properties:{Name: '2', Address: '1120 COLLEGE AVENUE, 1A, MELROSE/CONCOURSE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91448544, 40.83086406]} },
{type: 'Feature',properties:{Name: '2', Address: '1010 SHERMAN AVENUE, 6J, MELROSE/CONCOURSE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91841871, 40.82944789]} },
{type: 'Feature',properties:{Name: '2', Address: '1010 SHERMAN AVENUE, 5F, MELROSE/CONCOURSE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91841871, 40.82944789]} },
{type: 'Feature',properties:{Name: '2', Address: '800 GRAND CONCOURSE, 5TS, MELROSE/CONCOURSE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9238841, 40.82470052]} },
{type: 'Feature',properties:{Name: '2', Address: '800 GRAND CONCOURSE, 3JS, MELROSE/CONCOURSE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9238841, 40.82470052]} },
{type: 'Feature',properties:{Name: '2', Address: '800 GRAND CONCOURSE, 3A-SOU, MELROSE/CONCOURSE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9238841, 40.82470052]} },
{type: 'Feature',properties:{Name: '2', Address: '800 GRAND CONCOURSE, 5L NO, MELROSE/CONCOURSE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9238841, 40.82470052]} },
{type: 'Feature',properties:{Name: '2', Address: '800 GRAND CONCOURSE, #1, MELROSE/CONCOURSE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9238841, 40.82470052]} },
{type: 'Feature',properties:{Name: '2', Address: '800 GRAND CONCOURSE, 1C-S, MELROSE/CONCOURSE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9238841, 40.82470052]} },
{type: 'Feature',properties:{Name: '2', Address: '800 GRAND CONCOURSE, 1B-N, MELROSE/CONCOURSE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9238841, 40.82470052]} },
{type: 'Feature',properties:{Name: '2', Address: '800 GRAND CONCOURSE, 2M-N, MELROSE/CONCOURSE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9238841, 40.82470052]} },
{type: 'Feature',properties:{Name: '2', Address: '800 GRAND CONCOURSE, 3-BS, MELROSE/CONCOURSE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9238841, 40.82470052]} },
{type: 'Feature',properties:{Name: '2', Address: '800 GRAND CONCOURSE, LSW, MELROSE/CONCOURSE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9238841, 40.82470052]} },
{type: 'Feature',properties:{Name: '2', Address: '860 GRAND CONCOURSE, 7B, MELROSE/CONCOURSE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92295731, 40.82625616]} },
{type: 'Feature',properties:{Name: '2', Address: '860 GRAND CONCOURSE, 5H, MELROSE/CONCOURSE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92295731, 40.82625616]} },
{type: 'Feature',properties:{Name: '2', Address: '860 GRAND CONCOURSE, 3D, MELROSE/CONCOURSE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92295731, 40.82625616]} },
{type: 'Feature',properties:{Name: '2', Address: '860 GRAND CONCOURSE, 7-G, MELROSE/CONCOURSE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92295731, 40.82625616]} },
{type: 'Feature',properties:{Name: '2', Address: '860 GRAND CONCOURSE, 4A, MELROSE/CONCOURSE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92295731, 40.82625616]} },
{type: 'Feature',properties:{Name: '2', Address: '860 GRAND CONCOURSE, 4K, MELROSE/CONCOURSE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92295731, 40.82625616]} },
{type: 'Feature',properties:{Name: '2', Address: '1020 GRAND CONCOURSE, 7U, MELROSE/CONCOURSE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92079899, 40.83029218]} },
{type: 'Feature',properties:{Name: '2', Address: '1020 GRAND CONCOURSE, 7D, MELROSE/CONCOURSE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92079899, 40.83029218]} },
{type: 'Feature',properties:{Name: '2', Address: '1020 GRAND CONCOURSE, 20U, MELROSE/CONCOURSE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92079899, 40.83029218]} },
{type: 'Feature',properties:{Name: '2', Address: '1020 GRAND CONCOURSE, 16FF, MELROSE/CONCOURSE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92079899, 40.83029218]} },
{type: 'Feature',properties:{Name: '2', Address: '1020 GRAND CONCOURSE, 10P, MELROSE/CONCOURSE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92079899, 40.83029218]} },
{type: 'Feature',properties:{Name: '2', Address: '1020 GRAND CONCOURSE, 12V, MELROSE/CONCOURSE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92079899, 40.83029218]} },
{type: 'Feature',properties:{Name: '2', Address: '1020 GRAND CONCOURSE, 23E, MELROSE/CONCOURSE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92079899, 40.83029218]} },
{type: 'Feature',properties:{Name: '2', Address: '1020 GRAND CONCOURSE, 8U, MELROSE/CONCOURSE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92079899, 40.83029218]} },
{type: 'Feature',properties:{Name: '2', Address: '1020 GRAND CONCOURSE, #23W, MELROSE/CONCOURSE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92079899, 40.83029218]} },
{type: 'Feature',properties:{Name: '2', Address: '1020 GRAND CONCOURSE, 8R, MELROSE/CONCOURSE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92079899, 40.83029218]} },
{type: 'Feature',properties:{Name: '2', Address: '1020 GRAND CONCOURSE, 4T, MELROSE/CONCOURSE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92079899, 40.83029218]} },
{type: 'Feature',properties:{Name: '2', Address: '1020 GRAND CONCOURSE, 22J, MELROSE/CONCOURSE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92079899, 40.83029218]} },
{type: 'Feature',properties:{Name: '2', Address: '1020 GRAND CONCOURSE, 15W, MELROSE/CONCOURSE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92079899, 40.83029218]} },
{type: 'Feature',properties:{Name: '2', Address: '1020 GRAND CONCOURSE, 21J, MELROSE/CONCOURSE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92079899, 40.83029218]} },
{type: 'Feature',properties:{Name: '2', Address: '1020 GRAND CONCOURSE, 18X, MELROSE/CONCOURSE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92079899, 40.83029218]} },
{type: 'Feature',properties:{Name: '2', Address: '1020 GRAND CONCOURSE, 24F, MELROSE/CONCOURSE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92079899, 40.83029218]} },
{type: 'Feature',properties:{Name: '2', Address: '1020 GRAND CONCOURSE, MELROSE/CONCOURSE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92079899, 40.83029218]} },
{type: 'Feature',properties:{Name: '2', Address: '1020 GRAND CONCOURSE, 10D, MELROSE/CONCOURSE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92079899, 40.83029218]} },
{type: 'Feature',properties:{Name: '2', Address: '1020 GRAND CONCOURSE, 17C, MELROSE/CONCOURSE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92079899, 40.83029218]} },
{type: 'Feature',properties:{Name: '2', Address: '1020 GRAND CONCOURSE, 12-O, MELROSE/CONCOURSE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92079899, 40.83029218]} },
{type: 'Feature',properties:{Name: '2', Address: '1020 GRAND CONCOURSE, 22H, MELROSE/CONCOURSE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92079899, 40.83029218]} },
{type: 'Feature',properties:{Name: '2', Address: '1020 GRAND CONCOURSE, 18S, MELROSE/CONCOURSE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92079899, 40.83029218]} },
{type: 'Feature',properties:{Name: '2', Address: '1020 GRAND CONCOURSE, 16H, MELROSE/CONCOURSE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92079899, 40.83029218]} },
{type: 'Feature',properties:{Name: '2', Address: '1020 GRAND CONCOURSE, 6W, MELROSE/CONCOURSE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92079899, 40.83029218]} },
{type: 'Feature',properties:{Name: '2', Address: '1020 GRAND CONCOURSE, 18C, MELROSE/CONCOURSE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92079899, 40.83029218]} },
{type: 'Feature',properties:{Name: '2', Address: '1020 GRAND CONCOURSE, 24S, MELROSE/CONCOURSE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92079899, 40.83029218]} },
{type: 'Feature',properties:{Name: '2', Address: '1100 GRAND CONCOURSE, 2B, MELROSE/CONCOURSE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91975252, 40.8320865]} },
{type: 'Feature',properties:{Name: '2', Address: '1100 GRAND CONCOURSE, 2I, MELROSE/CONCOURSE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91975252, 40.8320865]} },
{type: 'Feature',properties:{Name: '2', Address: '1235 GRAND CONCOURSE, 418, MELROSE/CONCOURSE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91694796, 40.83529857]} },
{type: 'Feature',properties:{Name: '2', Address: '1235 GRAND CONCOURSE, 414, MELROSE/CONCOURSE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91694796, 40.83529857]} },
{type: 'Feature',properties:{Name: '2', Address: '1235 GRAND CONCOURSE, 309, MELROSE/CONCOURSE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91694796, 40.83529857]} },
{type: 'Feature',properties:{Name: '2', Address: '1235 GRAND CONCOURSE, 311, MELROSE/CONCOURSE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91694796, 40.83529857]} },
{type: 'Feature',properties:{Name: '2', Address: '1235 GRAND CONCOURSE, 320, MELROSE/CONCOURSE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91694796, 40.83529857]} },
{type: 'Feature',properties:{Name: '2', Address: '1235 GRAND CONCOURSE, 207, MELROSE/CONCOURSE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91694796, 40.83529857]} },
{type: 'Feature',properties:{Name: '2', Address: '1235 GRAND CONCOURSE, 412, MELROSE/CONCOURSE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91694796, 40.83529857]} },
{type: 'Feature',properties:{Name: '2', Address: '1235 GRAND CONCOURSE, 305, MELROSE/CONCOURSE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91694796, 40.83529857]} },
{type: 'Feature',properties:{Name: '2', Address: '1235 GRAND CONCOURSE, 615, MELROSE/CONCOURSE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91694796, 40.83529857]} },
{type: 'Feature',properties:{Name: '2', Address: '1235 GRAND CONCOURSE, 122, MELROSE/CONCOURSE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91694796, 40.83529857]} },
{type: 'Feature',properties:{Name: '2', Address: '1235 GRAND CONCOURSE, 109, MELROSE/CONCOURSE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91694796, 40.83529857]} },
{type: 'Feature',properties:{Name: '2', Address: '1235 GRAND CONCOURSE, 403, MELROSE/CONCOURSE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91694796, 40.83529857]} },
{type: 'Feature',properties:{Name: '2', Address: '1235 GRAND CONCOURSE, 117, MELROSE/CONCOURSE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91694796, 40.83529857]} },
{type: 'Feature',properties:{Name: '2', Address: '1235 GRAND CONCOURSE, 605, MELROSE/CONCOURSE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91694796, 40.83529857]} },
{type: 'Feature',properties:{Name: '2', Address: '1235 GRAND CONCOURSE, 204, MELROSE/CONCOURSE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91694796, 40.83529857]} },
{type: 'Feature',properties:{Name: '2', Address: '1235 GRAND CONCOURSE, 416, MELROSE/CONCOURSE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91694796, 40.83529857]} },
{type: 'Feature',properties:{Name: '2', Address: '1235 GRAND CONCOURSE, 512, MELROSE/CONCOURSE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91694796, 40.83529857]} },
{type: 'Feature',properties:{Name: '2', Address: '1235 GRAND CONCOURSE, 321, MELROSE/CONCOURSE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91694796, 40.83529857]} },
{type: 'Feature',properties:{Name: '2', Address: '1235 GRAND CONCOURSE, 501, MELROSE/CONCOURSE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91694796, 40.83529857]} },
{type: 'Feature',properties:{Name: '2', Address: '1235 GRAND CONCOURSE, 314, MELROSE/CONCOURSE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91694796, 40.83529857]} },
{type: 'Feature',properties:{Name: '2', Address: '1235 GRAND CONCOURSE, 404, MELROSE/CONCOURSE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91694796, 40.83529857]} },
{type: 'Feature',properties:{Name: '2', Address: '1235 GRAND CONCOURSE, 101, MELROSE/CONCOURSE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91694796, 40.83529857]} },
{type: 'Feature',properties:{Name: '2', Address: '1235 GRAND CONCOURSE, 405, MELROSE/CONCOURSE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91694796, 40.83529857]} },
{type: 'Feature',properties:{Name: '2', Address: '1235 GRAND CONCOURSE, 609, MELROSE/CONCOURSE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91694796, 40.83529857]} },
{type: 'Feature',properties:{Name: '2', Address: '1235 GRAND CONCOURSE, 611, MELROSE/CONCOURSE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91694796, 40.83529857]} },
{type: 'Feature',properties:{Name: '2', Address: '1235 GRAND CONCOURSE, 607, MELROSE/CONCOURSE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91694796, 40.83529857]} },
{type: 'Feature',properties:{Name: '2', Address: '1235 GRAND CONCOURSE, 519, MELROSE/CONCOURSE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91694796, 40.83529857]} },
{type: 'Feature',properties:{Name: '2', Address: '1235 GRAND CONCOURSE, 118, MELROSE/CONCOURSE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91694796, 40.83529857]} },
{type: 'Feature',properties:{Name: '2', Address: '1235 GRAND CONCOURSE, 217, MELROSE/CONCOURSE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91694796, 40.83529857]} },
{type: 'Feature',properties:{Name: '2', Address: '1235 GRAND CONCOURSE, 417, MELROSE/CONCOURSE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91694796, 40.83529857]} },
{type: 'Feature',properties:{Name: '2', Address: '1235 GRAND CONCOURSE, 621, MELROSE/CONCOURSE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91694796, 40.83529857]} },
{type: 'Feature',properties:{Name: '2', Address: '1235 GRAND CONCOURSE, 222, MELROSE/CONCOURSE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91694796, 40.83529857]} },
{type: 'Feature',properties:{Name: '2', Address: '1235 GRAND CONCOURSE, 606, MELROSE/CONCOURSE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91694796, 40.83529857]} },
{type: 'Feature',properties:{Name: '2', Address: '1015 GRAND CONCOURSE, 5H, MELROSE/CONCOURSE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9209293, 40.83009739]} },
{type: 'Feature',properties:{Name: '2', Address: '1075 GRAND CONCOURSE, 5P, MELROSE/CONCOURSE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92016162, 40.83144726]} },
{type: 'Feature',properties:{Name: '2', Address: '675 WALTON AVENUE, 4C, MELROSE/CONCOURSE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92671531, 40.82282772]} },
{type: 'Feature',properties:{Name: '2', Address: '675 WALTON AVENUE, 4L, MELROSE/CONCOURSE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92671531, 40.82282772]} },
{type: 'Feature',properties:{Name: '2', Address: '811 WALTON AVENUE, F24, MELROSE/CONCOURSE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92520932, 40.82543697]} },
{type: 'Feature',properties:{Name: '2', Address: '811 WALTON AVENUE, F7, MELROSE/CONCOURSE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92520932, 40.82543697]} },
{type: 'Feature',properties:{Name: '2', Address: '811 WALTON AVENUE, D16, MELROSE/CONCOURSE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92520932, 40.82543697]} },
{type: 'Feature',properties:{Name: '2', Address: '811 WALTON AVENUE, F14, MELROSE/CONCOURSE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92520932, 40.82543697]} },
{type: 'Feature',properties:{Name: '2', Address: '811 WALTON AVENUE, 24, MELROSE/CONCOURSE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92520932, 40.82543697]} },
{type: 'Feature',properties:{Name: '2', Address: '811 WALTON AVENUE, A1, MELROSE/CONCOURSE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92520932, 40.82543697]} },
{type: 'Feature',properties:{Name: '2', Address: '811 WALTON AVENUE, A6, MELROSE/CONCOURSE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92520932, 40.82543697]} },
{type: 'Feature',properties:{Name: '2', Address: '811 WALTON AVENUE, E8, MELROSE/CONCOURSE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92520932, 40.82543697]} },
{type: 'Feature',properties:{Name: '2', Address: '811 WALTON AVE, 14A, MELROSE/CONCOURSE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92520932, 40.82543697]} },
{type: 'Feature',properties:{Name: '2', Address: '811 WALTON AVENUE, E4, MELROSE/CONCOURSE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92520932, 40.82543697]} },
{type: 'Feature',properties:{Name: '2', Address: '811 WALTON AVENUE, B4, MELROSE/CONCOURSE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92520932, 40.82543697]} },
{type: 'Feature',properties:{Name: '2', Address: '811 WALTON AVENUE, D19, MELROSE/CONCOURSE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92520932, 40.82543697]} },
{type: 'Feature',properties:{Name: '2', Address: '811 WALTON AVENUE, D4, MELROSE/CONCOURSE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92520932, 40.82543697]} },
{type: 'Feature',properties:{Name: '2', Address: '811 WALTON AVENUE, D5, MELROSE/CONCOURSE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92520932, 40.82543697]} },
{type: 'Feature',properties:{Name: '2', Address: '811 WALTON AVENUE, B3, MELROSE/CONCOURSE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92520932, 40.82543697]} },
{type: 'Feature',properties:{Name: '2', Address: '811 WALTON AVENUE, B3, MELROSE/CONCOURSE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92520932, 40.82543697]} },
{type: 'Feature',properties:{Name: '2', Address: '828 GERARD AVENUE, 4J, MELROSE/CONCOURSE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92572522, 40.82614544]} },
{type: 'Feature',properties:{Name: '2', Address: '828 GERARD AVENUE, 5D, MELROSE/CONCOURSE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92572522, 40.82614544]} },
{type: 'Feature',properties:{Name: '2', Address: '825 WALTON AVENUE, 3E, MELROSE/CONCOURSE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92503195, 40.82571682]} },
{type: 'Feature',properties:{Name: '2', Address: '825 WALTON AVE, 2H, MELROSE/CONCOURSE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92503195, 40.82571682]} },
{type: 'Feature',properties:{Name: '2', Address: '825 WALTON AVENUE, H, MELROSE/CONCOURSE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92503195, 40.82571682]} },
{type: 'Feature',properties:{Name: '2', Address: '825 WALTON AVENUE, 4G, MELROSE/CONCOURSE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92503195, 40.82571682]} },
{type: 'Feature',properties:{Name: '2', Address: '825 WALTON AVENUE, 1H, MELROSE/CONCOURSE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92503195, 40.82571682]} },
{type: 'Feature',properties:{Name: '2', Address: '825 WALTON AVENUE, 4B, MELROSE/CONCOURSE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92503195, 40.82571682]} },
{type: 'Feature',properties:{Name: '2', Address: '688 COURTLANDT AVENUE, MELROSE/CONCOURSE', Month: '3', Price: '3750'}, geometry: { type: 'Point', coordinates:[-73.91806558, 40.81984387]} },
{type: 'Feature',properties:{Name: '2', Address: '624 MORRIS AVENUE, MELROSE/CONCOURSE', Month: '4', Price: '3657'}, geometry: { type: 'Point', coordinates:[-73.92197205, 40.81910002]} },
{type: 'Feature',properties:{Name: '2', Address: '630 MORRIS AVENUE, MELROSE/CONCOURSE', Month: '5', Price: '3620'}, geometry: { type: 'Point', coordinates:[-73.92191772, 40.81921801]} },
{type: 'Feature',properties:{Name: '2', Address: '632 MORRIS AVENUE, MELROSE/CONCOURSE', Month: '9', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.92189961, 40.81925642]} },
{type: 'Feature',properties:{Name: '2', Address: '567 MELROSE AVENUE, MELROSE/CONCOURSE', Month: '9', Price: '33282'}, geometry: { type: 'Point', coordinates:[-73.91754211, 40.8165965]} },
{type: 'Feature',properties:{Name: '2', Address: '1038 MORRIS AVENUE, MELROSE/CONCOURSE', Month: '2', Price: '7500'}, geometry: { type: 'Point', coordinates:[-73.91621067, 40.82961922]} },
{type: 'Feature',properties:{Name: '2', Address: '11 EAST 167 STREET, MELROSE/CONCOURSE', Month: '10', Price: '3020'}, geometry: { type: 'Point', coordinates:[-73.92188724, 40.83594703]} },
{type: 'Feature',properties:{Name: '2', Address: '273 EAST 169 STREET, MELROSE/CONCOURSE', Month: '10', Price: '3293'}, geometry: { type: 'Point', coordinates:[-73.91271628, 40.83524604]} },
{type: 'Feature',properties:{Name: '2', Address: '1405 WEBSTER AVENUE, MELROSE/CONCOURSE', Month: '2', Price: '5625'}, geometry: { type: 'Point', coordinates:[-73.90727223, 40.8364577]} },
{type: 'Feature',properties:{Name: '2', Address: '1385 WEBSTER AVENUE, MELROSE/CONCOURSE', Month: '11', Price: '8375'}, geometry: { type: 'Point', coordinates:[-73.90747506, 40.8361285]} },
{type: 'Feature',properties:{Name: '2', Address: '640 GERARD AVENUE, MELROSE/CONCOURSE', Month: '2', Price: '3605'}, geometry: { type: 'Point', coordinates:[-73.92826317, 40.82148103]} },
{type: 'Feature',properties:{Name: '2', Address: '148 EAST 151ST STREET, MELROSE/CONCOURSE', Month: '1', Price: '2410'}, geometry: { type: 'Point', coordinates:[-73.92760944, 40.82127202]} },
{type: 'Feature',properties:{Name: '2', Address: '757 CONCOURSE VILLAGE WE, MELROSE/CONCOURSE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92327079, 40.82388494]} },
{type: 'Feature',properties:{Name: '2', Address: '751 CONCOURSE VILLAGE WE, MELROSE/CONCOURSE', Month: '4', Price: '30400'}, geometry: { type: 'Point', coordinates:[-73.92348447, 40.82344867]} },
{type: 'Feature',properties:{Name: '2', Address: '700 GERARD AVENUE, MELROSE/CONCOURSE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92718771, 40.82365966]} },
{type: 'Feature',properties:{Name: '2', Address: '1150 RIVER AVENUE, MELROSE/CONCOURSE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92204441, 40.83443205]} },
{type: 'Feature',properties:{Name: '2', Address: '1184 RIVER AVENUE, MELROSE/CONCOURSE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92166422, 40.83507131]} },
{type: 'Feature',properties:{Name: '2', Address: '556 RIVER AVENUE, MELROSE/CONCOURSE', Month: '3', Price: '11200'}, geometry: { type: 'Point', coordinates:[-73.92999215, 40.81962392]} },
{type: 'Feature',properties:{Name: '2', Address: '1166 RIVER AVENUE, MELROSE/CONCOURSE', Month: '2', Price: '15000'}, geometry: { type: 'Point', coordinates:[-73.92186699, 40.83473111]} },
{type: 'Feature',properties:{Name: '2', Address: '349 EAST 149 STREET, MELROSE/CONCOURSE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91995897, 40.81666956]} },
{type: 'Feature',properties:{Name: '2', Address: '705 VAN NEST AVENUE, MORRIS PARK/VAN NEST', Month: '12', Price: '1072'}, geometry: { type: 'Point', coordinates:[-73.86534024, 40.84382709]} },
{type: 'Feature',properties:{Name: '2', Address: '1719 WALLACE AVENUE, MORRIS PARK/VAN NEST', Month: '2', Price: '1690'}, geometry: { type: 'Point', coordinates:[-73.86308672, 40.8447247]} },
{type: 'Feature',properties:{Name: '2', Address: '1719 BARNES AVENUE, MORRIS PARK/VAN NEST', Month: '9', Price: '1124'}, geometry: { type: 'Point', coordinates:[-73.86221168, 40.84490481]} },
{type: 'Feature',properties:{Name: '2', Address: '1830 DELANCEY PLACE, MORRIS PARK/VAN NEST', Month: '5', Price: '1024'}, geometry: { type: 'Point', coordinates:[-73.86072877, 40.84712899]} },
{type: 'Feature',properties:{Name: '2', Address: '1834 DELANCEY PLACE, MORRIS PARK/VAN NEST', Month: '11', Price: '1024'}, geometry: { type: 'Point', coordinates:[-73.86077199, 40.84720314]} },
{type: 'Feature',properties:{Name: '2', Address: '1561 BOGART AVENUE, MORRIS PARK/VAN NEST', Month: '9', Price: '1728'}, geometry: { type: 'Point', coordinates:[-73.85482681, 40.84363044]} },
{type: 'Feature',properties:{Name: '2', Address: '924 PIERCE AVENUE, MORRIS PARK/VAN NEST', Month: '3', Price: '1496'}, geometry: { type: 'Point', coordinates:[-73.85554177, 40.84393325]} },
{type: 'Feature',properties:{Name: '2', Address: '1575 RADCLIFF AVENUE, MORRIS PARK/VAN NEST', Month: '12', Price: '1494'}, geometry: { type: 'Point', coordinates:[-73.85426553, 40.84412103]} },
{type: 'Feature',properties:{Name: '2', Address: '1575 RADCLIFF AVENUE, MORRIS PARK/VAN NEST', Month: '6', Price: '1494'}, geometry: { type: 'Point', coordinates:[-73.85426553, 40.84412103]} },
{type: 'Feature',properties:{Name: '2', Address: '1553 TOMLINSON AVENUE, MORRIS PARK/VAN NEST', Month: '9', Price: '1784'}, geometry: { type: 'Point', coordinates:[-73.84897784, 40.8457144]} },
{type: 'Feature',properties:{Name: '2', Address: '1547 TOMLINSON AVENUE, MORRIS PARK/VAN NEST', Month: '3', Price: '1570'}, geometry: { type: 'Point', coordinates:[-73.84889495, 40.84560999]} },
{type: 'Feature',properties:{Name: '2', Address: '1570 TOMLINSON AVENUE, MORRIS PARK/VAN NEST', Month: '6', Price: '1524'}, geometry: { type: 'Point', coordinates:[-73.84920481, 40.84603857]} },
{type: 'Feature',properties:{Name: '2', Address: '1561 HERING AVENUE, MORRIS PARK/VAN NEST', Month: '11', Price: '1034'}, geometry: { type: 'Point', coordinates:[-73.84677303, 40.84730891]} },
{type: 'Feature',properties:{Name: '2', Address: '1193 SACKETT AVENUE, MORRIS PARK/VAN NEST', Month: '9', Price: '1328'}, geometry: { type: 'Point', coordinates:[-73.84574482, 40.84804587]} },
{type: 'Feature',properties:{Name: '2', Address: '1673 FOWLER AVENUE, MORRIS PARK/VAN NEST', Month: '9', Price: '1272'}, geometry: { type: 'Point', coordinates:[-73.85718387, 40.84504416]} },
{type: 'Feature',properties:{Name: '2', Address: '1665 FOWLER AVENUE, MORRIS PARK/VAN NEST', Month: '7', Price: '1272'}, geometry: { type: 'Point', coordinates:[-73.85710098, 40.84493427]} },
{type: 'Feature',properties:{Name: '2', Address: '1665 BOGART AVE, MORRIS PARK/VAN NEST', Month: '1', Price: '1330'}, geometry: { type: 'Point', coordinates:[-73.85628699, 40.84529007]} },
{type: 'Feature',properties:{Name: '2', Address: '1614 COLDEN AVENUE, MORRIS PARK/VAN NEST', Month: '2', Price: '2079'}, geometry: { type: 'Point', coordinates:[-73.85416153, 40.84539445]} },
{type: 'Feature',properties:{Name: '2', Address: '1646 COLDEN AVENUE, MORRIS PARK/VAN NEST', Month: '8', Price: '1580'}, geometry: { type: 'Point', coordinates:[-73.85449312, 40.8458203]} },
{type: 'Feature',properties:{Name: '2', Address: '1627 LURTING AVENUE, MORRIS PARK/VAN NEST', Month: '10', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.85187812, 40.84663764]} },
{type: 'Feature',properties:{Name: '2', Address: '1615 LURTING AVENUE, MORRIS PARK/VAN NEST', Month: '7', Price: '1513'}, geometry: { type: 'Point', coordinates:[-73.85175558, 40.84647829]} },
{type: 'Feature',properties:{Name: '2', Address: '1630 HONE AVENUE, MORRIS PARK/VAN NEST', Month: '12', Price: '1426'}, geometry: { type: 'Point', coordinates:[-73.85270649, 40.84633403]} },
{type: 'Feature',properties:{Name: '2', Address: '1618 HAIGHT AVENUE, MORRIS PARK/VAN NEST', Month: '5', Price: '1500'}, geometry: { type: 'Point', coordinates:[-73.8509703, 40.84690545]} },
{type: 'Feature',properties:{Name: '2', Address: '1657 HERING AVE, MORRIS PARK/VAN NEST', Month: '6', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.84797672, 40.84885578]} },
{type: 'Feature',properties:{Name: '2', Address: '1215 VAN NEST AVENUE, MORRIS PARK/VAN NEST', Month: '12', Price: '1728'}, geometry: { type: 'Point', coordinates:[-73.84718569, 40.85018591]} },
{type: 'Feature',properties:{Name: '2', Address: '1211 VAN NEST AVENUE, MORRIS PARK/VAN NEST', Month: '9', Price: '1728'}, geometry: { type: 'Point', coordinates:[-73.8473087, 40.85013942]} },
{type: 'Feature',properties:{Name: '2', Address: '912 RHINELANDER AVE, MORRIS PARK/VAN NEST', Month: '8', Price: '1485'}, geometry: { type: 'Point', coordinates:[-73.8605771, 40.84878935]} },
{type: 'Feature',properties:{Name: '2', Address: '1855 LURTING AVENUE, MORRIS PARK/VAN NEST', Month: '12', Price: '1387'}, geometry: { type: 'Point', coordinates:[-73.85468228, 40.85022854]} },
{type: 'Feature',properties:{Name: '2', Address: '1845 HAIGHT AVE, MORRIS PARK/VAN NEST', Month: '1', Price: '1758'}, geometry: { type: 'Point', coordinates:[-73.85376729, 40.85045519]} },
{type: 'Feature',properties:{Name: '2', Address: '1852 LURTING AVENUE, MORRIS PARK/VAN NEST', Month: '1', Price: '1767'}, geometry: { type: 'Point', coordinates:[-73.85464256, 40.85020927]} },
{type: 'Feature',properties:{Name: '2', Address: '1128 RHINELANDER AVENUE, MORRIS PARK/VAN NEST', Month: '8', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.85335895, 40.85204386]} },
{type: 'Feature',properties:{Name: '2', Address: '1871 HERING AVENUE, MORRIS PARK/VAN NEST', Month: '8', Price: '1955'}, geometry: { type: 'Point', coordinates:[-73.85078077, 40.85244402]} },
{type: 'Feature',properties:{Name: '2', Address: '1942 HUNT AVE, MORRIS PARK/VAN NEST', Month: '3', Price: '1568'}, geometry: { type: 'Point', coordinates:[-73.86596948, 40.84903179]} },
{type: 'Feature',properties:{Name: '2', Address: '1940 HUNT AVENUE, MORRIS PARK/VAN NEST', Month: '2', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.86598041, 40.84899063]} },
{type: 'Feature',properties:{Name: '2', Address: '1962 MATTHEWS AVENUE, MORRIS PARK/VAN NEST', Month: '8', Price: '1576'}, geometry: { type: 'Point', coordinates:[-73.86285963, 40.84968412]} },
{type: 'Feature',properties:{Name: '2', Address: '1948 COLDEN AVENUE, MORRIS PARK/VAN NEST', Month: '2', Price: '2846'}, geometry: { type: 'Point', coordinates:[-73.85854463, 40.85101009]} },
{type: 'Feature',properties:{Name: '2', Address: '1059 RHINELANDER AVENUE, MORRIS PARK/VAN NEST', Month: '10', Price: '1595'}, geometry: { type: 'Point', coordinates:[-73.85586996, 40.85093267]} },
{type: 'Feature',properties:{Name: '2', Address: '1926 HONE AVENUE, MORRIS PARK/VAN NEST', Month: '10', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.85668941, 40.85143323]} },
{type: 'Feature',properties:{Name: '2', Address: '1957 HAIGHT AVE., MORRIS PARK/VAN NEST', Month: '8', Price: '1971'}, geometry: { type: 'Point', coordinates:[-73.85541458, 40.85256795]} },
{type: 'Feature',properties:{Name: '2', Address: '1955 TOMLINSON, MORRIS PARK/VAN NEST', Month: '1', Price: '2596'}, geometry: { type: 'Point', coordinates:[-73.85458607, 40.85290451]} },
{type: 'Feature',properties:{Name: '2', Address: '1949 YATES AVENUE, MORRIS PARK/VAN NEST', Month: '12', Price: '1636'}, geometry: { type: 'Point', coordinates:[-73.85278076, 40.85360486]} },
{type: 'Feature',properties:{Name: '2', Address: '1919 YATES AVENUE, MORRIS PARK/VAN NEST', Month: '1', Price: '1870'}, geometry: { type: 'Point', coordinates:[-73.85245635, 40.85318725]} },
{type: 'Feature',properties:{Name: '2', Address: '1901 YATES AVENUE, MORRIS PARK/VAN NEST', Month: '9', Price: '1732'}, geometry: { type: 'Point', coordinates:[-73.85226171, 40.85293723]} },
{type: 'Feature',properties:{Name: '2', Address: '1945 TENBROECK, MORRIS PARK/VAN NEST', Month: '6', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.85112006, 40.85427793]} },
{type: 'Feature',properties:{Name: '2', Address: '1941 TENBROECK AVENUE, MORRIS PARK/VAN NEST', Month: '4', Price: '1690'}, geometry: { type: 'Point', coordinates:[-73.85107681, 40.85422298]} },
{type: 'Feature',properties:{Name: '2', Address: '1731 WHITE PLAINS ROAD, MORRIS PARK/VAN NEST', Month: '11', Price: '1536'}, geometry: { type: 'Point', coordinates:[-73.8657947, 40.84429422]} },
{type: 'Feature',properties:{Name: '2', Address: '1742 WHITE PLAINS ROAD, MORRIS PARK/VAN NEST', Month: '9', Price: '4736'}, geometry: { type: 'Point', coordinates:[-73.86581974, 40.84442325]} },
{type: 'Feature',properties:{Name: '2', Address: '1708 HUNT AVENUE, MORRIS PARK/VAN NEST', Month: '3', Price: '2112'}, geometry: { type: 'Point', coordinates:[-73.86476831, 40.84426283]} },
{type: 'Feature',properties:{Name: '2', Address: '1724 HUNT AVENUE, MORRIS PARK/VAN NEST', Month: '2', Price: '2105'}, geometry: { type: 'Point', coordinates:[-73.86482941, 40.84442758]} },
{type: 'Feature',properties:{Name: '2', Address: '1730 HOLLAND AVENUE, MORRIS PARK/VAN NEST', Month: '7', Price: '1808'}, geometry: { type: 'Point', coordinates:[-73.86397955, 40.84467635]} },
{type: 'Feature',properties:{Name: '2', Address: '1651 HOLLAND AVENUE, MORRIS PARK/VAN NEST', Month: '7', Price: '1896'}, geometry: { type: 'Point', coordinates:[-73.86354124, 40.84339131]} },
{type: 'Feature',properties:{Name: '2', Address: '766 VAN NEST AVE, MORRIS PARK/VAN NEST', Month: '11', Price: '2209'}, geometry: { type: 'Point', coordinates:[-73.86322142, 40.84425277]} },
{type: 'Feature',properties:{Name: '2', Address: '1656 HOLLAND AVENUE, MORRIS PARK/VAN NEST', Month: '7', Price: '2028'}, geometry: { type: 'Point', coordinates:[-73.8635483, 40.84347366]} },
{type: 'Feature',properties:{Name: '2', Address: '782 VAN NEST AVE, MORRIS PARK/VAN NEST', Month: '1', Price: '1900'}, geometry: { type: 'Point', coordinates:[-73.86258865, 40.84438102]} },
{type: 'Feature',properties:{Name: '2', Address: '1658 WALLACE AVENUE, MORRIS PARK/VAN NEST', Month: '3', Price: '2308'}, geometry: { type: 'Point', coordinates:[-73.86272001, 40.84377734]} },
{type: 'Feature',properties:{Name: '2', Address: '1658 WALLACE AVENUE, MORRIS PARK/VAN NEST', Month: '12', Price: '2308'}, geometry: { type: 'Point', coordinates:[-73.86272001, 40.84377734]} },
{type: 'Feature',properties:{Name: '2', Address: '862 VAN NEST, MORRIS PARK/VAN NEST', Month: '10', Price: '945'}, geometry: { type: 'Point', coordinates:[-73.85961662, 40.84489893]} },
{type: 'Feature',properties:{Name: '2', Address: '810 VAN NEST AVENUE, MORRIS PARK/VAN NEST', Month: '4', Price: '1566'}, geometry: { type: 'Point', coordinates:[-73.86164492, 40.84457751]} },
{type: 'Feature',properties:{Name: '2', Address: '816 VAN NEST AVE, MORRIS PARK/VAN NEST', Month: '1', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.86147858, 40.84461299]} },
{type: 'Feature',properties:{Name: '2', Address: '814 VAN NEST AVENUE, MORRIS PARK/VAN NEST', Month: '9', Price: '1566'}, geometry: { type: 'Point', coordinates:[-73.86153283, 40.84459933]} },
{type: 'Feature',properties:{Name: '2', Address: '1713 MATTHEWS AVENUE, MORRIS PARK/VAN NEST', Month: '8', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.86133307, 40.84506569]} },
{type: 'Feature',properties:{Name: '2', Address: '817 VAN NEST AVENUE, MORRIS PARK/VAN NEST', Month: '6', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.86148578, 40.84462672]} },
{type: 'Feature',properties:{Name: '2', Address: '801 VAN NEST AVE, MORRIS PARK/VAN NEST', Month: '5', Price: '2067'}, geometry: { type: 'Point', coordinates:[-73.86192692, 40.84453668]} },
{type: 'Feature',properties:{Name: '2', Address: '853 VAN NEST AVENUE, MORRIS PARK/VAN NEST', Month: '9', Price: '3150'}, geometry: { type: 'Point', coordinates:[-73.86010436, 40.8449901]} },
{type: 'Feature',properties:{Name: '2', Address: '833 KINSELLA STREET, MORRIS PARK/VAN NEST', Month: '11', Price: '3288'}, geometry: { type: 'Point', coordinates:[-73.86089838, 40.84553177]} },
{type: 'Feature',properties:{Name: '2', Address: '1823 AMETHYST STREET, MORRIS PARK/VAN NEST', Month: '5', Price: '2458'}, geometry: { type: 'Point', coordinates:[-73.86804024, 40.8455731]} },
{type: 'Feature',properties:{Name: '2', Address: '1840 AMETHYST STREET, MORRIS PARK/VAN NEST', Month: '1', Price: '2072'}, geometry: { type: 'Point', coordinates:[-73.86814433, 40.84594101]} },
{type: 'Feature',properties:{Name: '2', Address: '1853 VICTOR STREET, MORRIS PARK/VAN NEST', Month: '4', Price: '3196'}, geometry: { type: 'Point', coordinates:[-73.86730885, 40.84622001]} },
{type: 'Feature',properties:{Name: '2', Address: '1870 HUNT AVENUE, MORRIS PARK/VAN NEST', Month: '11', Price: '2146'}, geometry: { type: 'Point', coordinates:[-73.86570639, 40.84686042]} },
{type: 'Feature',properties:{Name: '2', Address: '1819 WALLACE AVENUE, MORRIS PARK/VAN NEST', Month: '11', Price: '1980'}, geometry: { type: 'Point', coordinates:[-73.86371203, 40.84647107]} },
{type: 'Feature',properties:{Name: '2', Address: '1822 BARNES AVENUE, MORRIS PARK/VAN NEST', Month: '12', Price: '3980'}, geometry: { type: 'Point', coordinates:[-73.86282609, 40.84667039]} },
{type: 'Feature',properties:{Name: '2', Address: '832 RHINELANDER AVENUE, MORRIS PARK/VAN NEST', Month: '1', Price: '1720'}, geometry: { type: 'Point', coordinates:[-73.86205253, 40.84844804]} },
{type: 'Feature',properties:{Name: '2', Address: '832 RHINELANDER AVENUE, MORRIS PARK/VAN NEST', Month: '8', Price: '1720'}, geometry: { type: 'Point', coordinates:[-73.86205253, 40.84844804]} },
{type: 'Feature',properties:{Name: '2', Address: '1861 BRONXDALE AVENUE, MORRIS PARK/VAN NEST', Month: '9', Price: '2525'}, geometry: { type: 'Point', coordinates:[-73.8605131, 40.84828425]} },
{type: 'Feature',properties:{Name: '2', Address: '989 SACKETT AVE, MORRIS PARK/VAN NEST', Month: '4', Price: '1597'}, geometry: { type: 'Point', coordinates:[-73.85346746, 40.84380713]} },
{type: 'Feature',properties:{Name: '2', Address: '1005 SACKETT AVE, MORRIS PARK/VAN NEST', Month: '9', Price: '1782'}, geometry: { type: 'Point', coordinates:[-73.85279833, 40.84403134]} },
{type: 'Feature',properties:{Name: '2', Address: '1572 PAULDING AVENUE, MORRIS PARK/VAN NEST', Month: '7', Price: '1836'}, geometry: { type: 'Point', coordinates:[-73.85245012, 40.84459082]} },
{type: 'Feature',properties:{Name: '2', Address: '1058 PIERCE AVENUE, MORRIS PARK/VAN NEST', Month: '7', Price: '2316'}, geometry: { type: 'Point', coordinates:[-73.85184022, 40.8458032]} },
{type: 'Feature',properties:{Name: '2', Address: '1069 SACKETT AVENUE, MORRIS PARK/VAN NEST', Month: '6', Price: '1480'}, geometry: { type: 'Point', coordinates:[-73.85045873, 40.84454983]} },
{type: 'Feature',properties:{Name: '2', Address: '1569 HAIGHT AVE, MORRIS PARK/VAN NEST', Month: '6', Price: '3327'}, geometry: { type: 'Point', coordinates:[-73.85000091, 40.84562516]} },
{type: 'Feature',properties:{Name: '2', Address: '1546 LURTING AVENUE, MORRIS PARK/VAN NEST', Month: '8', Price: '2607'}, geometry: { type: 'Point', coordinates:[-73.85042922, 40.84481602]} },
{type: 'Feature',properties:{Name: '2', Address: '1570 WILLIAMSBRIDGE, MORRIS PARK/VAN NEST', Month: '1', Price: '2208'}, geometry: { type: 'Point', coordinates:[-73.84804705, 40.84654757]} },
{type: 'Feature',properties:{Name: '2', Address: '1658 FOWLER, MORRIS PARK/VAN NEST', Month: '1', Price: '2030'}, geometry: { type: 'Point', coordinates:[-73.85701801, 40.84486006]} },
{type: 'Feature',properties:{Name: '2', Address: '1658 FOWLER AVENUE, MORRIS PARK/VAN NEST', Month: '10', Price: '2030'}, geometry: { type: 'Point', coordinates:[-73.85701801, 40.84486006]} },
{type: 'Feature',properties:{Name: '2', Address: '1661 RADCLIFF AVENUE, MORRIS PARK/VAN NEST', Month: '8', Price: '1960'}, geometry: { type: 'Point', coordinates:[-73.85546217, 40.84563487]} },
{type: 'Feature',properties:{Name: '2', Address: '1649 RADCLIFF AVENUE, MORRIS PARK/VAN NEST', Month: '10', Price: '1816'}, geometry: { type: 'Point', coordinates:[-73.85533963, 40.84547553]} },
{type: 'Feature',properties:{Name: '2', Address: '1728 BOGART AVENUE, MORRIS PARK/VAN NEST', Month: '6', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.85722047, 40.84651537]} },
{type: 'Feature',properties:{Name: '2', Address: '1644 RADCLIFF AVE, MORRIS PARK/VAN NEST', Month: '10', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.85527828, 40.84543154]} },
{type: 'Feature',properties:{Name: '2', Address: '987 PIERCE AVENUE, MORRIS PARK/VAN NEST', Month: '2', Price: '1370'}, geometry: { type: 'Point', coordinates:[-73.85419545, 40.84476321]} },
{type: 'Feature',properties:{Name: '2', Address: '1621 PAULDING AVENUE, MORRIS PARK/VAN NEST', Month: '7', Price: '1912'}, geometry: { type: 'Point', coordinates:[-73.85343048, 40.84582993]} },
{type: 'Feature',properties:{Name: '2', Address: '1608 PAULDING AVENUE, MORRIS PARK/VAN NEST', Month: '7', Price: '1254'}, geometry: { type: 'Point', coordinates:[-73.85328985, 40.84567879]} },
{type: 'Feature',properties:{Name: '2', Address: '1704 RADCLIFF AVENUE, MORRIS PARK/VAN NEST', Month: '9', Price: '2187'}, geometry: { type: 'Point', coordinates:[-73.85623705, 40.84665962]} },
{type: 'Feature',properties:{Name: '2', Address: '1726 COLDEN AVE, MORRIS PARK/VAN NEST', Month: '8', Price: '3380'}, geometry: { type: 'Point', coordinates:[-73.85559245, 40.84722697]} },
{type: 'Feature',properties:{Name: '2', Address: '1031 VAN NEST AVENUE, MORRIS PARK/VAN NEST', Month: '4', Price: '2926'}, geometry: { type: 'Point', coordinates:[-73.85409227, 40.84731291]} },
{type: 'Feature',properties:{Name: '2', Address: '1738 PAULDING AVE., MORRIS PARK/VAN NEST', Month: '6', Price: '1778'}, geometry: { type: 'Point', coordinates:[-73.85486852, 40.84770364]} },
{type: 'Feature',properties:{Name: '2', Address: '1662 HAIGHT AVENUE, MORRIS PARK/VAN NEST', Month: '3', Price: '1782'}, geometry: { type: 'Point', coordinates:[-73.85142803, 40.84748792]} },
{type: 'Feature',properties:{Name: '2', Address: '1644 HAIGHT AVENUE, MORRIS PARK/VAN NEST', Month: '8', Price: '1564'}, geometry: { type: 'Point', coordinates:[-73.85124062, 40.84724889]} },
{type: 'Feature',properties:{Name: '2', Address: '1630 TOMLINSON AVENUE, MORRIS PARK/VAN NEST', Month: '3', Price: '3045'}, geometry: { type: 'Point', coordinates:[-73.85028961, 40.84742881]} },
{type: 'Feature',properties:{Name: '2', Address: '1628 WILLIAMSBRIDGE ROAD, MORRIS PARK/VAN NEST', Month: '3', Price: '1971'}, geometry: { type: 'Point', coordinates:[-73.84950818, 40.84774343]} },
{type: 'Feature',properties:{Name: '2', Address: '1213 VAN NEST AVENUE, MORRIS PARK/VAN NEST', Month: '3', Price: '2208'}, geometry: { type: 'Point', coordinates:[-73.84724719, 40.85016404]} },
{type: 'Feature',properties:{Name: '2', Address: '1835 FOWLER AVENUE, MORRIS PARK/VAN NEST', Month: '12', Price: '1848'}, geometry: { type: 'Point', coordinates:[-73.85931418, 40.84776679]} },
{type: 'Feature',properties:{Name: '2', Address: '1813 BOGART AVENUE, MORRIS PARK/VAN NEST', Month: '9', Price: '1496'}, geometry: { type: 'Point', coordinates:[-73.85826586, 40.84782314]} },
{type: 'Feature',properties:{Name: '2', Address: '1858 FOWLER AVENUE, MORRIS PARK/VAN NEST', Month: '6', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.85955562, 40.84811017]} },
{type: 'Feature',properties:{Name: '2', Address: '1804 BOGART AVENUE, MORRIS PARK/VAN NEST', Month: '7', Price: '2380'}, geometry: { type: 'Point', coordinates:[-73.85815765, 40.84771871]} },
{type: 'Feature',properties:{Name: '2', Address: '982 RHINELANDER AVENUE, MORRIS PARK/VAN NEST', Month: '7', Price: '2125'}, geometry: { type: 'Point', coordinates:[-73.85827243, 40.84983228]} },
{type: 'Feature',properties:{Name: '2', Address: '1837 LURTING AVENUE, MORRIS PARK/VAN NEST', Month: '8', Price: '1939'}, geometry: { type: 'Point', coordinates:[-73.85448764, 40.84997852]} },
{type: 'Feature',properties:{Name: '2', Address: '1831 TOMLINSON AVENUE, MORRIS PARK/VAN NEST', Month: '8', Price: '2276'}, geometry: { type: 'Point', coordinates:[-73.85280905, 40.8506214]} },
{type: 'Feature',properties:{Name: '2', Address: '1833 WILLIAMSBRIDGE ROAD, MORRIS PARK/VAN NEST', Month: '12', Price: '1826'}, geometry: { type: 'Point', coordinates:[-73.85195506, 40.85104299]} },
{type: 'Feature',properties:{Name: '2', Address: '1920 HOLLAND AVENUE, MORRIS PARK/VAN NEST', Month: '12', Price: '1984'}, geometry: { type: 'Point', coordinates:[-73.865313, 40.84835582]} },
{type: 'Feature',properties:{Name: '2', Address: '1953 WALLACE AVENUE, MORRIS PARK/VAN NEST', Month: '3', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.8646932, 40.84920321]} },
{type: 'Feature',properties:{Name: '2', Address: '1931 WALLACE, MORRIS PARK/VAN NEST', Month: '5', Price: '2702'}, geometry: { type: 'Point', coordinates:[-73.86459616, 40.84893412]} },
{type: 'Feature',properties:{Name: '2', Address: '1921 WALLACE AVENUE, MORRIS PARK/VAN NEST', Month: '9', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.86455303, 40.84881056]} },
{type: 'Feature',properties:{Name: '2', Address: '1900 WALLACE AVENUE, MORRIS PARK/VAN NEST', Month: '8', Price: '2132'}, geometry: { type: 'Point', coordinates:[-73.86434805, 40.8482998]} },
{type: 'Feature',properties:{Name: '2', Address: '1931 BARNES AVENUE, MORRIS PARK/VAN NEST', Month: '1', Price: '3230'}, geometry: { type: 'Point', coordinates:[-73.86374985, 40.84918015]} },
{type: 'Feature',properties:{Name: '2', Address: '1903 BARNES AVENUE, MORRIS PARK/VAN NEST', Month: '6', Price: '3214'}, geometry: { type: 'Point', coordinates:[-73.8635953, 40.84875179]} },
{type: 'Feature',properties:{Name: '2', Address: '1910 BARNES AVE, MORRIS PARK/VAN NEST', Month: '3', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.86362035, 40.84887808]} },
{type: 'Feature',properties:{Name: '2', Address: '800 NEILL AVENUE, MORRIS PARK/VAN NEST', Month: '7', Price: '1938'}, geometry: { type: 'Point', coordinates:[-73.86447767, 40.85031731]} },
{type: 'Feature',properties:{Name: '2', Address: '1936 BRONXDALE, MORRIS PARK/VAN NEST', Month: '5', Price: '1880'}, geometry: { type: 'Point', coordinates:[-73.86240849, 40.84935422]} },
{type: 'Feature',properties:{Name: '2', Address: '834 NEILL AVENUE, MORRIS PARK/VAN NEST', Month: '6', Price: '1613'}, geometry: { type: 'Point', coordinates:[-73.86281065, 40.8506502]} },
{type: 'Feature',properties:{Name: '2', Address: '834 NEILL AVENUE, MORRIS PARK/VAN NEST', Month: '4', Price: '1613'}, geometry: { type: 'Point', coordinates:[-73.86281065, 40.8506502]} },
{type: 'Feature',properties:{Name: '2', Address: '1941 FOWLER AVENUE, MORRIS PARK/VAN NEST', Month: '9', Price: '2499'}, geometry: { type: 'Point', coordinates:[-73.86090029, 40.84979979]} },
{type: 'Feature',properties:{Name: '2', Address: '915 RHINELANDER AVENUE, MORRIS PARK/VAN NEST', Month: '1', Price: '2155'}, geometry: { type: 'Point', coordinates:[-73.86064218, 40.8487812]} },
{type: 'Feature',properties:{Name: '2', Address: '915 RHINELANDER AVENUE, MORRIS PARK/VAN NEST', Month: '4', Price: '2155'}, geometry: { type: 'Point', coordinates:[-73.86064218, 40.8487812]} },
{type: 'Feature',properties:{Name: '2', Address: '930 NEILL AVENUE, MORRIS PARK/VAN NEST', Month: '11', Price: '2180'}, geometry: { type: 'Point', coordinates:[-73.86138928, 40.85104648]} },
{type: 'Feature',properties:{Name: '2', Address: '1930 BOGART AVE, MORRIS PARK/VAN NEST', Month: '1', Price: '2210'}, geometry: { type: 'Point', coordinates:[-73.85996724, 40.85003197]} },
{type: 'Feature',properties:{Name: '2', Address: '1947 RADCLIFF AVENUE, MORRIS PARK/VAN NEST', Month: '2', Price: '2090'}, geometry: { type: 'Point', coordinates:[-73.85934793, 40.85061034]} },
{type: 'Feature',properties:{Name: '2', Address: '1942 RADCLIFF AVENUE, MORRIS PARK/VAN NEST', Month: '1', Price: '2089'}, geometry: { type: 'Point', coordinates:[-73.85928296, 40.85056361]} },
{type: 'Feature',properties:{Name: '2', Address: '1944 RADCLIFF AVE, MORRIS PARK/VAN NEST', Month: '6', Price: '2089'}, geometry: { type: 'Point', coordinates:[-73.85930459, 40.85059108]} },
{type: 'Feature',properties:{Name: '2', Address: '1921 COLDEN AVENUE, MORRIS PARK/VAN NEST', Month: '7', Price: '2155'}, geometry: { type: 'Point', coordinates:[-73.85825992, 40.8506145]} },
{type: 'Feature',properties:{Name: '2', Address: '1960 PAULDING AVENUE, MORRIS PARK/VAN NEST', Month: '7', Price: '1840'}, geometry: { type: 'Point', coordinates:[-73.85786756, 40.85153899]} },
{type: 'Feature',properties:{Name: '2', Address: '1060 NEILL AVE, MORRIS PARK/VAN NEST', Month: '6', Price: '2522'}, geometry: { type: 'Point', coordinates:[-73.85731887, 40.85288047]} },
{type: 'Feature',properties:{Name: '2', Address: '1066 NEILL AVENUE, MORRIS PARK/VAN NEST', Month: '12', Price: '2398'}, geometry: { type: 'Point', coordinates:[-73.85716329, 40.8529489]} },
{type: 'Feature',properties:{Name: '2', Address: '1086 NEILL AVENUE, MORRIS PARK/VAN NEST', Month: '8', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.85648667, 40.85325546]} },
{type: 'Feature',properties:{Name: '2', Address: '1969 HAIGHT AVENUE, MORRIS PARK/VAN NEST', Month: '3', Price: '1980'}, geometry: { type: 'Point', coordinates:[-73.85554434, 40.85273554]} },
{type: 'Feature',properties:{Name: '2', Address: '1915 TOMLINSON AVENUE, MORRIS PARK/VAN NEST', Month: '8', Price: '1459'}, geometry: { type: 'Point', coordinates:[-73.85415351, 40.85235227]} },
{type: 'Feature',properties:{Name: '2', Address: '1958 HAIGHT AVENUE, MORRIS PARK/VAN NEST', Month: '3', Price: '1323'}, geometry: { type: 'Point', coordinates:[-73.85541811, 40.85260363]} },
{type: 'Feature',properties:{Name: '2', Address: '1925 WILLIAMSBRIDGE ROAD, MORRIS PARK/VAN NEST', Month: '5', Price: '1540'}, geometry: { type: 'Point', coordinates:[-73.85338964, 40.85288103]} },
{type: 'Feature',properties:{Name: '2', Address: '1934 YATES AVENUE, MORRIS PARK/VAN NEST', Month: '1', Price: '3360'}, geometry: { type: 'Point', coordinates:[-73.85261128, 40.853418]} },
{type: 'Feature',properties:{Name: '2', Address: '1934 HERING AVENUE, MORRIS PARK/VAN NEST', Month: '7', Price: '2155'}, geometry: { type: 'Point', coordinates:[-73.85180436, 40.85378751]} },
{type: 'Feature',properties:{Name: '2', Address: '1934 HERING AVENUE, MORRIS PARK/VAN NEST', Month: '4', Price: '2155'}, geometry: { type: 'Point', coordinates:[-73.85180436, 40.85378751]} },
{type: 'Feature',properties:{Name: '2', Address: '2017 MATTHEWS AVENUE, MORRIS PARK/VAN NEST', Month: '7', Price: '1791'}, geometry: { type: 'Point', coordinates:[-73.86303349, 40.85126802]} },
{type: 'Feature',properties:{Name: '2', Address: '2020 MULINER AVENUE, MORRIS PARK/VAN NEST', Month: '8', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.86207856, 40.85158252]} },
{type: 'Feature',properties:{Name: '2', Address: '2013 BOGART AVENUE, MORRIS PARK/VAN NEST', Month: '11', Price: '1636'}, geometry: { type: 'Point', coordinates:[-73.86113488, 40.85170216]} },
{type: 'Feature',properties:{Name: '2', Address: '958 BRADY AVENUE, MORRIS PARK/VAN NEST', Month: '3', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.86086981, 40.85227548]} },
{type: 'Feature',properties:{Name: '2', Address: '1727 HUNT AVENUE, MORRIS PARK/VAN NEST', Month: '10', Price: '3150'}, geometry: { type: 'Point', coordinates:[-73.86485829, 40.84444408]} },
{type: 'Feature',properties:{Name: '2', Address: '1729 WALLACE AVENUE, MORRIS PARK/VAN NEST', Month: '4', Price: '1968'}, geometry: { type: 'Point', coordinates:[-73.86312264, 40.84482904]} },
{type: 'Feature',properties:{Name: '2', Address: '1727 WALLACE AVENUE, MORRIS PARK/VAN NEST', Month: '10', Price: '3546'}, geometry: { type: 'Point', coordinates:[-73.86311546, 40.84480707]} },
{type: 'Feature',properties:{Name: '2', Address: '1727 WALLACE AVENUE, MORRIS PARK/VAN NEST', Month: '6', Price: '3546'}, geometry: { type: 'Point', coordinates:[-73.86311546, 40.84480707]} },
{type: 'Feature',properties:{Name: '2', Address: '1727 WALLACE AVENUE, MORRIS PARK/VAN NEST', Month: '3', Price: '3546'}, geometry: { type: 'Point', coordinates:[-73.86311546, 40.84480707]} },
{type: 'Feature',properties:{Name: '2', Address: '1662 HUNT AVENUE, MORRIS PARK/VAN NEST', Month: '2', Price: '3128'}, geometry: { type: 'Point', coordinates:[-73.86441252, 40.84326608]} },
{type: 'Feature',properties:{Name: '2', Address: '752 VAN NEST AVENUE, MORRIS PARK/VAN NEST', Month: '10', Price: '2795'}, geometry: { type: 'Point', coordinates:[-73.86361192, 40.84417363]} },
{type: 'Feature',properties:{Name: '2', Address: '808 VAN NEST, MORRIS PARK/VAN NEST', Month: '4', Price: '1566'}, geometry: { type: 'Point', coordinates:[-73.86160197, 40.84437435]} },
{type: 'Feature',properties:{Name: '2', Address: '1862 WALLACE AVENUE, MORRIS PARK/VAN NEST', Month: '9', Price: '2997'}, geometry: { type: 'Point', coordinates:[-73.86390956, 40.84708612]} },
{type: 'Feature',properties:{Name: '2', Address: '1826 BARNES AVENUE, MORRIS PARK/VAN NEST', Month: '12', Price: '3405'}, geometry: { type: 'Point', coordinates:[-73.86285844, 40.84675551]} },
{type: 'Feature',properties:{Name: '2', Address: '1826 BARNES AVENUE, MORRIS PARK/VAN NEST', Month: '4', Price: '3405'}, geometry: { type: 'Point', coordinates:[-73.86285844, 40.84675551]} },
{type: 'Feature',properties:{Name: '2', Address: '167 DELANCEY PLACE, MORRIS PARK/VAN NEST', Month: '4', Price: '2194'}, geometry: { type: 'Point', coordinates:[-73.86058471, 40.84688453]} },
{type: 'Feature',properties:{Name: '2', Address: '908 PIERCE, MORRIS PARK/VAN NEST', Month: '4', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.85599381, 40.8438158]} },
{type: 'Feature',properties:{Name: '2', Address: '1735 FOWLER, MORRIS PARK/VAN NEST', Month: '6', Price: '2475'}, geometry: { type: 'Point', coordinates:[-73.8580886, 40.84620355]} },
{type: 'Feature',properties:{Name: '2', Address: '1715 BOGART AVENUE, MORRIS PARK/VAN NEST', Month: '3', Price: '2807'}, geometry: { type: 'Point', coordinates:[-73.85713764, 40.84637803]} },
{type: 'Feature',properties:{Name: '2', Address: '1704 BOGART AVENUE, MORRIS PARK/VAN NEST', Month: '8', Price: '2538'}, geometry: { type: 'Point', coordinates:[-73.85704385, 40.84629283]} },
{type: 'Feature',properties:{Name: '2', Address: '1640 TOMLINSON AVENUE, MORRIS PARK/VAN NEST', Month: '10', Price: '3135'}, geometry: { type: 'Point', coordinates:[-73.85039413, 40.84756069]} },
{type: 'Feature',properties:{Name: '2', Address: '1658 TOMLINSON AVENUE, MORRIS PARK/VAN NEST', Month: '1', Price: '2592'}, geometry: { type: 'Point', coordinates:[-73.85057794, 40.84779972]} },
{type: 'Feature',properties:{Name: '2', Address: '1852 COLDEN AVENUE, MORRIS PARK/VAN NEST', Month: '9', Price: '2816'}, geometry: { type: 'Point', coordinates:[-73.85706669, 40.84911716]} },
{type: 'Feature',properties:{Name: '2', Address: '1024 RHINELANDER AVE, MORRIS PARK/VAN NEST', Month: '7', Price: '3072'}, geometry: { type: 'Point', coordinates:[-73.85678177, 40.85050563]} },
{type: 'Feature',properties:{Name: '2', Address: '1838 HONE AVENUE, MORRIS PARK/VAN NEST', Month: '9', Price: '3753'}, geometry: { type: 'Point', coordinates:[-73.85529802, 40.84965018]} },
{type: 'Feature',properties:{Name: '2', Address: '1855 WILLIAMSBRIDGE RD, MORRIS PARK/VAN NEST', Month: '4', Price: '3025'}, geometry: { type: 'Point', coordinates:[-73.85219656, 40.85135071]} },
{type: 'Feature',properties:{Name: '2', Address: '664 SAGAMORE STREET, MORRIS PARK/VAN NEST', Month: '7', Price: '2767'}, geometry: { type: 'Point', coordinates:[-73.86872367, 40.84907338]} },
{type: 'Feature',properties:{Name: '2', Address: '662 SAGAMORE STREET, MORRIS PARK/VAN NEST', Month: '1', Price: '2767'}, geometry: { type: 'Point', coordinates:[-73.86875257, 40.84908165]} },
{type: 'Feature',properties:{Name: '2', Address: '1910 WALLACE AVENUE, MORRIS PARK/VAN NEST', Month: '9', Price: '3276'}, geometry: { type: 'Point', coordinates:[-73.86440196, 40.84845082]} },
{type: 'Feature',properties:{Name: '2', Address: '1918 WALLACE AVENUE, MORRIS PARK/VAN NEST', Month: '3', Price: '3384'}, geometry: { type: 'Point', coordinates:[-73.86444509, 40.8485689]} },
{type: 'Feature',properties:{Name: '2', Address: '1883 BARNES AVENUE, MORRIS PARK/VAN NEST', Month: '9', Price: '3277'}, geometry: { type: 'Point', coordinates:[-73.86348749, 40.84844974]} },
{type: 'Feature',properties:{Name: '2', Address: '1905 MATTHEWS AVENUE, MORRIS PARK/VAN NEST', Month: '2', Price: '5400'}, geometry: { type: 'Point', coordinates:[-73.86257644, 40.84854473]} },
{type: 'Feature',properties:{Name: '2', Address: '1916 COLDEN AVENUE, MORRIS PARK/VAN NEST', Month: '8', Price: '2780'}, geometry: { type: 'Point', coordinates:[-73.85819857, 40.85056777]} },
{type: 'Feature',properties:{Name: '2', Address: '1123 RHINELANDER AVENUE, MORRIS PARK/VAN NEST', Month: '10', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.853576, 40.85196728]} },
{type: 'Feature',properties:{Name: '2', Address: 'VAN NEST AVENUE, MORRIS PARK/VAN NEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86546276, 40.84401112]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A VAN NEST AVENUE, MORRIS PARK/VAN NEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86124761, 40.84444803]} },
{type: 'Feature',properties:{Name: '2', Address: '1190 PIERCE AVENUE, MORRIS PARK/VAN NEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84677123, 40.84808841]} },
{type: 'Feature',properties:{Name: '2', Address: '1644 COLDEN AVENUE, MORRIS PARK/VAN NEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8544715, 40.84579282]} },
{type: 'Feature',properties:{Name: '2', Address: '1632 TOMLINSON AVENUE, MORRIS PARK/VAN NEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85031124, 40.84745354]} },
{type: 'Feature',properties:{Name: '2', Address: '1034 NEILL AVE, MORRIS PARK/VAN NEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85818001, 40.85249178]} },
{type: 'Feature',properties:{Name: '2', Address: '2011 BOGART AVENUE, MORRIS PARK/VAN NEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86113857, 40.85166648]} },
{type: 'Feature',properties:{Name: '2', Address: '1661 HUNT AVENUE, MORRIS PARK/VAN NEST', Month: '6', Price: '3350'}, geometry: { type: 'Point', coordinates:[-73.86441983, 40.84323041]} },
{type: 'Feature',properties:{Name: '2', Address: '1816 WHITE PLAINS ROAD, MORRIS PARK/VAN NEST', Month: '7', Price: '30300'}, geometry: { type: 'Point', coordinates:[-73.86632653, 40.84582638]} },
{type: 'Feature',properties:{Name: '2', Address: '1826 WHITE PLAINS ROAD, MORRIS PARK/VAN NEST', Month: '1', Price: '30300'}, geometry: { type: 'Point', coordinates:[-73.86638765, 40.84598839]} },
{type: 'Feature',properties:{Name: '2', Address: '1867 HUNT AVENUE, MORRIS PARK/VAN NEST', Month: '4', Price: '7862'}, geometry: { type: 'Point', coordinates:[-73.86570291, 40.8467918]} },
{type: 'Feature',properties:{Name: '2', Address: '1728 LURTING AVENUE, MORRIS PARK/VAN NEST', Month: '3', Price: '3480'}, geometry: { type: 'Point', coordinates:[-73.85317917, 40.84833553]} },
{type: 'Feature',properties:{Name: '2', Address: '1728 LURTING AVENUE, MORRIS PARK/VAN NEST', Month: '11', Price: '3480'}, geometry: { type: 'Point', coordinates:[-73.85317917, 40.84833553]} },
{type: 'Feature',properties:{Name: '2', Address: '1815 RADCLIFF AVENUE, MORRIS PARK/VAN NEST', Month: '11', Price: '6000'}, geometry: { type: 'Point', coordinates:[-73.85747707, 40.84821466]} },
{type: 'Feature',properties:{Name: '2', Address: '1912 COLDEN AVENUE, MORRIS PARK/VAN NEST', Month: '5', Price: '4210'}, geometry: { type: 'Point', coordinates:[-73.85815531, 40.85051282]} },
{type: 'Feature',properties:{Name: '2', Address: '762 BRADY AVENUE, 422, MORRIS PARK/VAN NEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86489727, 40.85194542]} },
{type: 'Feature',properties:{Name: '2', Address: '762 BRADY AVENUE, 223, MORRIS PARK/VAN NEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86489727, 40.85194542]} },
{type: 'Feature',properties:{Name: '2', Address: '766 BRADY AVENUE, 238, MORRIS PARK/VAN NEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86584874, 40.8515458]} },
{type: 'Feature',properties:{Name: '2', Address: '764 BRADY AVENUE, 130, MORRIS PARK/VAN NEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86587884, 40.85096396]} },
{type: 'Feature',properties:{Name: '2', Address: '764 BRADY AVENUE, 533, MORRIS PARK/VAN NEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86587884, 40.85096396]} },
{type: 'Feature',properties:{Name: '2', Address: '768 BRADY AVENUE, 242, MORRIS PARK/VAN NEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86581865, 40.85212764]} },
{type: 'Feature',properties:{Name: '2', Address: '768 BRADY AVENUE, 243, MORRIS PARK/VAN NEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86581865, 40.85212764]} },
{type: 'Feature',properties:{Name: '2', Address: '756 BRADY AVENUE, 507, MORRIS PARK/VAN NEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86528321, 40.85235757]} },
{type: 'Feature',properties:{Name: '2', Address: '754 BRADY AVENUE, 104, MORRIS PARK/VAN NEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86541334, 40.85235772]} },
{type: 'Feature',properties:{Name: '2', Address: '758 BRADY AVENUE, 515, MORRIS PARK/VAN NEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86515309, 40.85235468]} },
{type: 'Feature',properties:{Name: '2', Address: '760 BRADY AVENUE, 317, MORRIS PARK/VAN NEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86501935, 40.85235177]} },
{type: 'Feature',properties:{Name: '2', Address: '760 BRADY AVENUE, 116, MORRIS PARK/VAN NEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86501935, 40.85235177]} },
{type: 'Feature',properties:{Name: '2', Address: '1733 WHITE PLAINS ROAD, MORRIS PARK/VAN NEST', Month: '7', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.86580188, 40.84431618]} },
{type: 'Feature',properties:{Name: '2', Address: '810 MORRIS PARK AVENUE, MORRIS PARK/VAN NEST', Month: '4', Price: '3144'}, geometry: { type: 'Point', coordinates:[-73.86216958, 40.84603832]} },
{type: 'Feature',properties:{Name: '2', Address: '1053 MORRIS PARK AVENUE, MORRIS PARK/VAN NEST', Month: '1', Price: '4347'}, geometry: { type: 'Point', coordinates:[-73.85448998, 40.84890809]} },
{type: 'Feature',properties:{Name: '2', Address: '1801 WILLIAMSBRIDGE ROAD, MORRIS PARK/VAN NEST', Month: '10', Price: '15672'}, geometry: { type: 'Point', coordinates:[-73.85160544, 40.85059241]} },
{type: 'Feature',properties:{Name: '2', Address: '1216 MORRIS PARK AVENUE, MORRIS PARK/VAN NEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84775476, 40.8510787]} },
{type: 'Feature',properties:{Name: '2', Address: '1228 MORRIS PARK AVENUE, MORRIS PARK/VAN NEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84743305, 40.85107827]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A NEWPORT AVENUE, MORRIS PARK/VAN NEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84740132, 40.8507324]} },
{type: 'Feature',properties:{Name: '2', Address: '1219 VAN NEST AVENUE, MORRIS PARK/VAN NEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84706268, 40.85023516]} },
{type: 'Feature',properties:{Name: '2', Address: '1217 VAN NEST AVENUE, MORRIS PARK/VAN NEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84712419, 40.85021053]} },
{type: 'Feature',properties:{Name: '2', Address: '60 ANTIN PLACE, MORRIS PARK/VAN NEST', Month: '12', Price: '4080'}, geometry: { type: 'Point', coordinates:[-73.86460486, 40.85175843]} },
{type: 'Feature',properties:{Name: '2', Address: 'MORRIS PARK AVENUE, MORRIS PARK/VAN NEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86131202, 40.84649292]} },
{type: 'Feature',properties:{Name: '2', Address: '1250 MORRIS PARK AVENUE, MORRIS PARK/VAN NEST', Month: '5', Price: '1303935'}, geometry: { type: 'Point', coordinates:[-73.84676776, 40.85116522]} },
{type: 'Feature',properties:{Name: '2', Address: '1196 PIERCE AVENUE, MORRIS PARK/VAN NEST', Month: '3', Price: '12170'}, geometry: { type: 'Point', coordinates:[-73.84658308, 40.84817599]} },
{type: 'Feature',properties:{Name: '2', Address: '508 WEIHER COURT, MORRISANIA/LONGWOOD', Month: '6', Price: '1024'}, geometry: { type: 'Point', coordinates:[-73.90860538, 40.82620177]} },
{type: 'Feature',properties:{Name: '2', Address: '1238 FULTON AVENUE, MORRISANIA/LONGWOOD', Month: '3', Price: '1827'}, geometry: { type: 'Point', coordinates:[-73.90416479, 40.83111395]} },
{type: 'Feature',properties:{Name: '2', Address: '576 EAST 169TH STREET, MORRISANIA/LONGWOOD', Month: '7', Price: '2462'}, geometry: { type: 'Point', coordinates:[-73.90293842, 40.83205161]} },
{type: 'Feature',properties:{Name: '2', Address: '703-705 EAGLE AVENUE, MORRISANIA/LONGWOOD', Month: '1', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.91019553, 40.81794141]} },
{type: 'Feature',properties:{Name: '2', Address: '634 EAGLE AVENUE, MORRISANIA/LONGWOOD', Month: '12', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.91074288, 40.81659143]} },
{type: 'Feature',properties:{Name: '2', Address: '646 EAGLE AVE, MORRISANIA/LONGWOOD', Month: '7', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.91063778, 40.81684112]} },
{type: 'Feature',properties:{Name: '2', Address: '714 CAULDWELL AVENUE, MORRISANIA/LONGWOOD', Month: '5', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.90900668, 40.81810791]} },
{type: 'Feature',properties:{Name: '2', Address: '774 TRINITY AVENUE, MORRISANIA/LONGWOOD', Month: '6', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.907426, 40.81944607]} },
{type: 'Feature',properties:{Name: '2', Address: '1128 FOREST AVENUE, MORRISANIA/LONGWOOD', Month: '12', Price: '1599'}, geometry: { type: 'Point', coordinates:[-73.90232353, 40.82752506]} },
{type: 'Feature',properties:{Name: '2', Address: '775 HOME STREET, MORRISANIA/LONGWOOD', Month: '7', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.90120629, 40.82800169]} },
{type: 'Feature',properties:{Name: '2', Address: '1245 TINTON AVENUE, MORRISANIA/LONGWOOD', Month: '8', Price: '1476'}, geometry: { type: 'Point', coordinates:[-73.89986917, 40.8305092]} },
{type: 'Feature',properties:{Name: '2', Address: '992 TINTON AVENUE, MORRISANIA/LONGWOOD', Month: '1', Price: '1756'}, geometry: { type: 'Point', coordinates:[-73.90260696, 40.82396814]} },
{type: 'Feature',properties:{Name: '2', Address: '992 TINTON AVENUE, MORRISANIA/LONGWOOD', Month: '11', Price: '1756'}, geometry: { type: 'Point', coordinates:[-73.90260696, 40.82396814]} },
{type: 'Feature',properties:{Name: '2', Address: '1002 TINTON AVENUE, MORRISANIA/LONGWOOD', Month: '8', Price: '1616'}, geometry: { type: 'Point', coordinates:[-73.90251268, 40.82420137]} },
{type: 'Feature',properties:{Name: '2', Address: '772 EAST 169 STREET, MORRISANIA/LONGWOOD', Month: '5', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.89934161, 40.83050326]} },
{type: 'Feature',properties:{Name: '2', Address: '776 E 169, MORRISANIA/LONGWOOD', Month: '11', Price: '1188'}, geometry: { type: 'Point', coordinates:[-73.89917557, 40.8303796]} },
{type: 'Feature',properties:{Name: '2', Address: '779 PROSPECT AVENUE, MORRISANIA/LONGWOOD', Month: '11', Price: '1080'}, geometry: { type: 'Point', coordinates:[-73.90231579, 40.81802833]} },
{type: 'Feature',properties:{Name: '2', Address: '824 EAST 165 STREET, MORRISANIA/LONGWOOD', Month: '10', Price: '1688'}, geometry: { type: 'Point', coordinates:[-73.9005868, 40.82423815]} },
{type: 'Feature',properties:{Name: '2', Address: '886 BECK STREET, MORRISANIA/LONGWOOD', Month: '8', Price: '1980'}, geometry: { type: 'Point', coordinates:[-73.89562638, 40.81931523]} },
{type: 'Feature',properties:{Name: '2', Address: '914 TIFFANY STREET, MORRISANIA/LONGWOOD', Month: '7', Price: '1386'}, geometry: { type: 'Point', coordinates:[-73.8949103, 40.81977569]} },
{type: 'Feature',properties:{Name: '2', Address: '1056 FOX STREET, MORRISANIA/LONGWOOD', Month: '6', Price: '1266'}, geometry: { type: 'Point', coordinates:[-73.89387195, 40.82520654]} },
{type: 'Feature',properties:{Name: '2', Address: '1125 SOUTHERN BOULEVARD, MORRISANIA/LONGWOOD', Month: '11', Price: '1842'}, geometry: { type: 'Point', coordinates:[-73.89191769, 40.82712054]} },
{type: 'Feature',properties:{Name: '2', Address: '1281 UNION AVENUE, MORRISANIA/LONGWOOD', Month: '12', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.89872038, 40.83030784]} },
{type: 'Feature',properties:{Name: '2', Address: '1281 UNION AVENUE, MORRISANIA/LONGWOOD', Month: '10', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.89872038, 40.83030784]} },
{type: 'Feature',properties:{Name: '2', Address: '1281 UNION AVE, MORRISANIA/LONGWOOD', Month: '5', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.89872038, 40.83030784]} },
{type: 'Feature',properties:{Name: '2', Address: '1281 UNION AVE, MORRISANIA/LONGWOOD', Month: '9', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.89872038, 40.83030784]} },
{type: 'Feature',properties:{Name: '2', Address: '1281 UNION AVE, MORRISANIA/LONGWOOD', Month: '6', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.89872038, 40.83030784]} },
{type: 'Feature',properties:{Name: '2', Address: '1281 UNION AVE, MORRISANIA/LONGWOOD', Month: '4', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.89872038, 40.83030784]} },
{type: 'Feature',properties:{Name: '2', Address: '1281 UNION AVENUE, MORRISANIA/LONGWOOD', Month: '11', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.89872038, 40.83030784]} },
{type: 'Feature',properties:{Name: '2', Address: '1281 UNION AVENUE, MORRISANIA/LONGWOOD', Month: '7', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.89872038, 40.83030784]} },
{type: 'Feature',properties:{Name: '2', Address: '800 EAST 170TH, MORRISANIA/LONGWOOD', Month: '10', Price: '1645'}, geometry: { type: 'Point', coordinates:[-73.89556133, 40.83314031]} },
{type: 'Feature',properties:{Name: '2', Address: '826 EAST 170TH STREET, MORRISANIA/LONGWOOD', Month: '7', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.89469029, 40.83323284]} },
{type: 'Feature',properties:{Name: '2', Address: '1377 INTERVALE AVENUE, MORRISANIA/LONGWOOD', Month: '9', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.89277689, 40.83208378]} },
{type: 'Feature',properties:{Name: '2', Address: '873 FREEMAN STREET, MORRISANIA/LONGWOOD', Month: '10', Price: '1188'}, geometry: { type: 'Point', coordinates:[-73.89426825, 40.8304795]} },
{type: 'Feature',properties:{Name: '2', Address: '1297 INTERVALE AVE, MORRISANIA/LONGWOOD', Month: '9', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.89346311, 40.83006156]} },
{type: 'Feature',properties:{Name: '2', Address: '1295 INTERVALE AVENUE, MORRISANIA/LONGWOOD', Month: '1', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.89348844, 40.83003689]} },
{type: 'Feature',properties:{Name: '2', Address: '1285 INTERVALE AVENUE, MORRISANIA/LONGWOOD', Month: '2', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.89360426, 40.82991623]} },
{type: 'Feature',properties:{Name: '2', Address: '441 E 154TH ST, MORRISANIA/LONGWOOD', Month: '10', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91490869, 40.81919658]} },
{type: 'Feature',properties:{Name: '2', Address: '438 EAST 155 STREET, MORRISANIA/LONGWOOD', Month: '7', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.91474887, 40.81986617]} },
{type: 'Feature',properties:{Name: '2', Address: '738 ELTON AVENUE, MORRISANIA/LONGWOOD', Month: '11', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.91401855, 40.82025538]} },
{type: 'Feature',properties:{Name: '2', Address: '1096 FRANKLIN AVENUE, MORRISANIA/LONGWOOD', Month: '8', Price: '2005'}, geometry: { type: 'Point', coordinates:[-73.90637741, 40.82775074]} },
{type: 'Feature',properties:{Name: '2', Address: '3322 3 AVENUE, MORRISANIA/LONGWOOD', Month: '6', Price: '4400'}, geometry: { type: 'Point', coordinates:[-73.90787199, 40.82612158]} },
{type: 'Feature',properties:{Name: '2', Address: '3324 3 AVENUE, MORRISANIA/LONGWOOD', Month: '6', Price: '4400'}, geometry: { type: 'Point', coordinates:[-73.90784297, 40.82619841]} },
{type: 'Feature',properties:{Name: '2', Address: '3326 3 AVENUE, MORRISANIA/LONGWOOD', Month: '8', Price: '4450'}, geometry: { type: 'Point', coordinates:[-73.90781035, 40.82627524]} },
{type: 'Feature',properties:{Name: '2', Address: '578 EAST 168 STREET, MORRISANIA/LONGWOOD', Month: '11', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.90407171, 40.83050454]} },
{type: 'Feature',properties:{Name: '2', Address: '578 EAST 168TH STREET, MORRISANIA/LONGWOOD', Month: '11', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.90407171, 40.83050454]} },
{type: 'Feature',properties:{Name: '2', Address: '1207 FRANKLIN AVE, MORRISANIA/LONGWOOD', Month: '1', Price: '1304'}, geometry: { type: 'Point', coordinates:[-73.90398225, 40.82990063]} },
{type: 'Feature',properties:{Name: '2', Address: '653 EAGLE AVENUE, MORRISANIA/LONGWOOD', Month: '12', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91059421, 40.81699754]} },
{type: 'Feature',properties:{Name: '2', Address: '782 CAULDWELL AVENUE, MORRISANIA/LONGWOOD', Month: '3', Price: '1882'}, geometry: { type: 'Point', coordinates:[-73.9083687, 40.81964445]} },
{type: 'Feature',properties:{Name: '2', Address: '784 CAULDWELL AVENUE, MORRISANIA/LONGWOOD', Month: '2', Price: '1882'}, geometry: { type: 'Point', coordinates:[-73.90835782, 40.81967737]} },
{type: 'Feature',properties:{Name: '2', Address: '1051 TRINITY AVENUE, MORRISANIA/LONGWOOD', Month: '4', Price: '1770'}, geometry: { type: 'Point', coordinates:[-73.9045185, 40.82637137]} },
{type: 'Feature',properties:{Name: '2', Address: '804 JACKSON AVENUE, MORRISANIA/LONGWOOD', Month: '7', Price: '2340'}, geometry: { type: 'Point', coordinates:[-73.90633061, 40.81992551]} },
{type: 'Feature',properties:{Name: '2', Address: '1142 JACKSON AVENUE, MORRISANIA/LONGWOOD', Month: '10', Price: '3288'}, geometry: { type: 'Point', coordinates:[-73.90297686, 40.8279977]} },
{type: 'Feature',properties:{Name: '2', Address: '1167 FOREST AVENUE, MORRISANIA/LONGWOOD', Month: '9', Price: '2214'}, geometry: { type: 'Point', coordinates:[-73.90179402, 40.82884756]} },
{type: 'Feature',properties:{Name: '2', Address: '767 E 160 ST, MORRISANIA/LONGWOOD', Month: '6', Price: '2340'}, geometry: { type: 'Point', coordinates:[-73.90453428, 40.82040711]} },
{type: 'Feature',properties:{Name: '2', Address: '1139 TINTON AVENUE, MORRISANIA/LONGWOOD', Month: '12', Price: '2842'}, geometry: { type: 'Point', coordinates:[-73.90118192, 40.82737862]} },
{type: 'Feature',properties:{Name: '2', Address: '1223 TINTON AVENUE, MORRISANIA/LONGWOOD', Month: '3', Price: '3129'}, geometry: { type: 'Point', coordinates:[-73.90008676, 40.82999339]} },
{type: 'Feature',properties:{Name: '2', Address: '814 TINTON AVENUE, MORRISANIA/LONGWOOD', Month: '2', Price: '2442'}, geometry: { type: 'Point', coordinates:[-73.9043583, 40.81966864]} },
{type: 'Feature',properties:{Name: '2', Address: '790 EAST 163RD STREET, MORRISANIA/LONGWOOD', Month: '12', Price: '1700'}, geometry: { type: 'Point', coordinates:[-73.90260538, 40.82257932]} },
{type: 'Feature',properties:{Name: '2', Address: '801 EAST 161 STREET, MORRISANIA/LONGWOOD', Month: '7', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.90299083, 40.82089438]} },
{type: 'Feature',properties:{Name: '2', Address: '801 EAST 161 STREET, MORRISANIA/LONGWOOD', Month: '4', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.90299083, 40.82089438]} },
{type: 'Feature',properties:{Name: '2', Address: '982 TINTON AVE, MORRISANIA/LONGWOOD', Month: '10', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.90267586, 40.82379803]} },
{type: 'Feature',properties:{Name: '2', Address: '678 UNION AVENUE, MORRISANIA/LONGWOOD', Month: '3', Price: '1932'}, geometry: { type: 'Point', coordinates:[-73.90418302, 40.81594665]} },
{type: 'Feature',properties:{Name: '2', Address: '722 UNION AVENUE, MORRISANIA/LONGWOOD', Month: '1', Price: '2442'}, geometry: { type: 'Point', coordinates:[-73.90374417, 40.81712651]} },
{type: 'Feature',properties:{Name: '2', Address: '722 UNION AVE, MORRISANIA/LONGWOOD', Month: '4', Price: '2442'}, geometry: { type: 'Point', coordinates:[-73.90374417, 40.81712651]} },
{type: 'Feature',properties:{Name: '2', Address: '830 EAST 169 STREET, MORRISANIA/LONGWOOD', Month: '3', Price: '2952'}, geometry: { type: 'Point', coordinates:[-73.89796258, 40.82963197]} },
{type: 'Feature',properties:{Name: '2', Address: '830 EAST 169 STREET, MORRISANIA/LONGWOOD', Month: '9', Price: '2952'}, geometry: { type: 'Point', coordinates:[-73.89796258, 40.82963197]} },
{type: 'Feature',properties:{Name: '2', Address: '830 EAST 169TH STREET, MORRISANIA/LONGWOOD', Month: '2', Price: '2952'}, geometry: { type: 'Point', coordinates:[-73.89796258, 40.82963197]} },
{type: 'Feature',properties:{Name: '2', Address: '576 PROSPECT AVENUE, MORRISANIA/LONGWOOD', Month: '11', Price: '2340'}, geometry: { type: 'Point', coordinates:[-73.90421621, 40.81296316]} },
{type: 'Feature',properties:{Name: '2', Address: '584 BECK STREET, MORRISANIA/LONGWOOD', Month: '10', Price: '2340'}, geometry: { type: 'Point', coordinates:[-73.90288845, 40.81429599]} },
{type: 'Feature',properties:{Name: '2', Address: '633 FOX STREET, MORRISANIA/LONGWOOD', Month: '10', Price: '2340'}, geometry: { type: 'Point', coordinates:[-73.90103933, 40.81392662]} },
{type: 'Feature',properties:{Name: '2', Address: '911 AVENUE ST JOHN, MORRISANIA/LONGWOOD', Month: '2', Price: '2853'}, geometry: { type: 'Point', coordinates:[-73.90290065, 40.81583853]} },
{type: 'Feature',properties:{Name: '2', Address: '882 EAST 156 STREET, MORRISANIA/LONGWOOD', Month: '11', Price: '2236'}, geometry: { type: 'Point', coordinates:[-73.90129483, 40.81703112]} },
{type: 'Feature',properties:{Name: '2', Address: '896 LONGWOOD AVENUE, MORRISANIA/LONGWOOD', Month: '5', Price: '1706'}, geometry: { type: 'Point', coordinates:[-73.90032401, 40.81875946]} },
{type: 'Feature',properties:{Name: '2', Address: '898 LONGWOOD AVENUE, MORRISANIA/LONGWOOD', Month: '3', Price: '1744'}, geometry: { type: 'Point', coordinates:[-73.90027709, 40.81873197]} },
{type: 'Feature',properties:{Name: '2', Address: '857 EAST 164 STREET, MORRISANIA/LONGWOOD', Month: '5', Price: '2865'}, geometry: { type: 'Point', coordinates:[-73.89966308, 40.82340295]} },
{type: 'Feature',properties:{Name: '2', Address: '1035 STEBBINS AVENUE, MORRISANIA/LONGWOOD', Month: '11', Price: '1684'}, geometry: { type: 'Point', coordinates:[-73.89887775, 40.8242449]} },
{type: 'Feature',properties:{Name: '2', Address: '850 E 167TH STREET, MORRISANIA/LONGWOOD', Month: '10', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.89771134, 40.82616791]} },
{type: 'Feature',properties:{Name: '2', Address: '850 EAST 167TH STREET, MORRISANIA/LONGWOOD', Month: '2', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.89771134, 40.82616791]} },
{type: 'Feature',properties:{Name: '2', Address: '870 HOME STREET, MORRISANIA/LONGWOOD', Month: '3', Price: '1837'}, geometry: { type: 'Point', coordinates:[-73.89659907, 40.82809371]} },
{type: 'Feature',properties:{Name: '2', Address: '843 EAST 167 STREET, MORRISANIA/LONGWOOD', Month: '10', Price: '1176'}, geometry: { type: 'Point', coordinates:[-73.89819171, 40.82630009]} },
{type: 'Feature',properties:{Name: '2', Address: '1233 REV. JAMES A. POLITE, MORRISANIA/LONGWOOD', Month: '5', Price: '1992'}, geometry: { type: 'Point', coordinates:[-73.89668888, 40.82843414]} },
{type: 'Feature',properties:{Name: '2', Address: '905 EAST 156TH STREET, MORRISANIA/LONGWOOD', Month: '8', Price: '2092'}, geometry: { type: 'Point', coordinates:[-73.90132729, 40.81706683]} },
{type: 'Feature',properties:{Name: '2', Address: '905 EAST 156TH STREET, MORRISANIA/LONGWOOD', Month: '6', Price: '2092'}, geometry: { type: 'Point', coordinates:[-73.90132729, 40.81706683]} },
{type: 'Feature',properties:{Name: '2', Address: '920 LONGWOOD AVENUE, MORRISANIA/LONGWOOD', Month: '8', Price: '2571'}, geometry: { type: 'Point', coordinates:[-73.89962013, 40.81833891]} },
{type: 'Feature',properties:{Name: '2', Address: '932 EAST 165TH STREET, MORRISANIA/LONGWOOD', Month: '6', Price: '2865'}, geometry: { type: 'Point', coordinates:[-73.89617205, 40.82387195]} },
{type: 'Feature',properties:{Name: '2', Address: '876 EAST 167 STREET, MORRISANIA/LONGWOOD', Month: '3', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.89644698, 40.82598563]} },
{type: 'Feature',properties:{Name: '2', Address: '1053 TIFFANY STREET, MORRISANIA/LONGWOOD', Month: '2', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.89486616, 40.82484515]} },
{type: 'Feature',properties:{Name: '2', Address: '1135 FOX STREET, MORRISANIA/LONGWOOD', Month: '11', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.89386055, 40.8278195]} },
{type: 'Feature',properties:{Name: '2', Address: '1161 SIMPSON STREET, MORRISANIA/LONGWOOD', Month: '6', Price: '2340'}, geometry: { type: 'Point', coordinates:[-73.89292859, 40.82764297]} },
{type: 'Feature',properties:{Name: '2', Address: '824 FOX STREET, MORRISANIA/LONGWOOD', Month: '2', Price: '1816'}, geometry: { type: 'Point', coordinates:[-73.89635186, 40.81746045]} },
{type: 'Feature',properties:{Name: '2', Address: '1142 SIMPSON STREET, MORRISANIA/LONGWOOD', Month: '11', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.89291103, 40.82732457]} },
{type: 'Feature',properties:{Name: '2', Address: '1051 BRYANT AVENUE, MORRISANIA/LONGWOOD', Month: '12', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.88870894, 40.82501777]} },
{type: 'Feature',properties:{Name: '2', Address: '1040 HOE AVENUE, MORRISANIA/LONGWOOD', Month: '11', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.89048431, 40.82424546]} },
{type: 'Feature',properties:{Name: '2', Address: '1041 FAILE STREET, MORRISANIA/LONGWOOD', Month: '9', Price: '2880'}, geometry: { type: 'Point', coordinates:[-73.88958814, 40.82430774]} },
{type: 'Feature',properties:{Name: '2', Address: '1042 HOE AVENUE, MORRISANIA/LONGWOOD', Month: '12', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.89048786, 40.82428389]} },
{type: 'Feature',properties:{Name: '2', Address: '1188 VYSE AVENUE, MORRISANIA/LONGWOOD', Month: '10', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.88993579, 40.82820282]} },
{type: 'Feature',properties:{Name: '2', Address: '1152 BRYANT AVE, MORRISANIA/LONGWOOD', Month: '11', Price: '2248'}, geometry: { type: 'Point', coordinates:[-73.88891047, 40.82766662]} },
{type: 'Feature',properties:{Name: '2', Address: '783 EAST 169 STREET, MORRISANIA/LONGWOOD', Month: '1', Price: '3898'}, geometry: { type: 'Point', coordinates:[-73.89932713, 40.83051697]} },
{type: 'Feature',properties:{Name: '2', Address: '1369 PROSPECT AVENUE, MORRISANIA/LONGWOOD', Month: '10', Price: '2906'}, geometry: { type: 'Point', coordinates:[-73.89704671, 40.83070434]} },
{type: 'Feature',properties:{Name: '2', Address: '1346 PROSPECT AVENUE, MORRISANIA/LONGWOOD', Month: '1', Price: '2016'}, geometry: { type: 'Point', coordinates:[-73.89737322, 40.82986475]} },
{type: 'Feature',properties:{Name: '2', Address: '1270 REV JAMES A. POLITE, MORRISANIA/LONGWOOD', Month: '6', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.89600835, 40.82920479]} },
{type: 'Feature',properties:{Name: '2', Address: '1259 CHISHOLM STREET, MORRISANIA/LONGWOOD', Month: '11', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.89482988, 40.82951113]} },
{type: 'Feature',properties:{Name: '2', Address: '1349 HOE AVENUE, MORRISANIA/LONGWOOD', Month: '10', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.89040439, 40.83108522]} },
{type: 'Feature',properties:{Name: '2', Address: '1309 HOE AVENUE, MORRISANIA/LONGWOOD', Month: '12', Price: '1932'}, geometry: { type: 'Point', coordinates:[-73.89056383, 40.83081914]} },
{type: 'Feature',properties:{Name: '2', Address: '1285 HOE AVENUE, MORRISANIA/LONGWOOD', Month: '1', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.89065805, 40.83065729]} },
{type: 'Feature',properties:{Name: '2', Address: '1229 BRYANT AVENUE, MORRISANIA/LONGWOOD', Month: '2', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.88900573, 40.82905005]} },
{type: 'Feature',properties:{Name: '2', Address: '1414 VYSE AV, MORRISANIA/LONGWOOD', Month: '9', Price: '3222'}, geometry: { type: 'Point', coordinates:[-73.88957757, 40.83067547]} },
{type: 'Feature',properties:{Name: '2', Address: '1414 VYSE AVENUE, MORRISANIA/LONGWOOD', Month: '3', Price: '3222'}, geometry: { type: 'Point', coordinates:[-73.88957757, 40.83067547]} },
{type: 'Feature',properties:{Name: '2', Address: '1422 VYSE AVENUE, MORRISANIA/LONGWOOD', Month: '7', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.8894761, 40.83084829]} },
{type: 'Feature',properties:{Name: '2', Address: '1427 BRYANT AVENUE, MORRISANIA/LONGWOOD', Month: '12', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.88854398, 40.83074309]} },
{type: 'Feature',properties:{Name: '2', Address: '1423 BRYANT AVENUE, MORRISANIA/LONGWOOD', Month: '4', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.88859471, 40.8306608]} },
{type: 'Feature',properties:{Name: '2', Address: '1431 LONGFELLOW, MORRISANIA/LONGWOOD', Month: '8', Price: '2898'}, geometry: { type: 'Point', coordinates:[-73.88791914, 40.83056408]} },
{type: 'Feature',properties:{Name: '2', Address: '404 EAST 154 STREET, MORRISANIA/LONGWOOD', Month: '6', Price: '3630'}, geometry: { type: 'Point', coordinates:[-73.9158622, 40.81943058]} },
{type: 'Feature',properties:{Name: '2', Address: '713 EAGLE AVENUE, MORRISANIA/LONGWOOD', Month: '4', Price: '2970'}, geometry: { type: 'Point', coordinates:[-73.91011579, 40.81813074]} },
{type: 'Feature',properties:{Name: '2', Address: '883 CAULDWELL AVENUE, MORRISANIA/LONGWOOD', Month: '7', Price: '2928'}, geometry: { type: 'Point', coordinates:[-73.90725208, 40.82239376]} },
{type: 'Feature',properties:{Name: '2', Address: '875 CAULDWELL AVENUE, MORRISANIA/LONGWOOD', Month: '3', Price: '3240'}, geometry: { type: 'Point', coordinates:[-73.90730647, 40.82225931]} },
{type: 'Feature',properties:{Name: '2', Address: '786 CAULDWELL AVENUE, MORRISANIA/LONGWOOD', Month: '7', Price: '1934'}, geometry: { type: 'Point', coordinates:[-73.90834332, 40.8197103]} },
{type: 'Feature',properties:{Name: '2', Address: '765 JACKSON AVENUE, MORRISANIA/LONGWOOD', Month: '5', Price: '3756'}, geometry: { type: 'Point', coordinates:[-73.90676919, 40.81891856]} },
{type: 'Feature',properties:{Name: '2', Address: '1108 JACKSON AVENUE, MORRISANIA/LONGWOOD', Month: '7', Price: '3234'}, geometry: { type: 'Point', coordinates:[-73.90328146, 40.82725414]} },
{type: 'Feature',properties:{Name: '2', Address: '1143 FOREST AVE, MORRISANIA/LONGWOOD', Month: '11', Price: '3240'}, geometry: { type: 'Point', coordinates:[-73.90218928, 40.82790372]} },
{type: 'Feature',properties:{Name: '2', Address: '1139 FOREST AVENUE, MORRISANIA/LONGWOOD', Month: '1', Price: '3094'}, geometry: { type: 'Point', coordinates:[-73.90222554, 40.82781317]} },
{type: 'Feature',properties:{Name: '2', Address: '768 EAST 161 STREET, MORRISANIA/LONGWOOD', Month: '9', Price: '3240'}, geometry: { type: 'Point', coordinates:[-73.9042116, 40.82118634]} },
{type: 'Feature',properties:{Name: '2', Address: '770 EAST 161 STREET, MORRISANIA/LONGWOOD', Month: '2', Price: '3324'}, geometry: { type: 'Point', coordinates:[-73.90415742, 40.82117532]} },
{type: 'Feature',properties:{Name: '2', Address: '1169 TINTON AVE, MORRISANIA/LONGWOOD', Month: '7', Price: '2796'}, geometry: { type: 'Point', coordinates:[-73.90080843, 40.82825935]} },
{type: 'Feature',properties:{Name: '2', Address: '759 HOME STREET, MORRISANIA/LONGWOOD', Month: '7', Price: '3550'}, geometry: { type: 'Point', coordinates:[-73.90162168, 40.82810085]} },
{type: 'Feature',properties:{Name: '2', Address: '1218 TINTON AVENUE, MORRISANIA/LONGWOOD', Month: '4', Price: '2754'}, geometry: { type: 'Point', coordinates:[-73.90021014, 40.82964491]} },
{type: 'Feature',properties:{Name: '2', Address: '1212 TINTON AVENUE, MORRISANIA/LONGWOOD', Month: '10', Price: '3555'}, geometry: { type: 'Point', coordinates:[-73.90025729, 40.82953242]} },
{type: 'Feature',properties:{Name: '2', Address: '724 UNION AVE, MORRISANIA/LONGWOOD', Month: '12', Price: '2812'}, geometry: { type: 'Point', coordinates:[-73.90372966, 40.81716767]} },
{type: 'Feature',properties:{Name: '2', Address: '717 PROSPECT AVENUE, MORRISANIA/LONGWOOD', Month: '7', Price: '2640'}, geometry: { type: 'Point', coordinates:[-73.90289227, 40.81663175]} },
{type: 'Feature',properties:{Name: '2', Address: '711 PROSPECT AVENUE, MORRISANIA/LONGWOOD', Month: '1', Price: '2646'}, geometry: { type: 'Point', coordinates:[-73.90292853, 40.8165412]} },
{type: 'Feature',properties:{Name: '2', Address: '1006 UNION AVENUE, MORRISANIA/LONGWOOD', Month: '7', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.9013206, 40.82401646]} },
{type: 'Feature',properties:{Name: '2', Address: '1176 UNION AVENUE, MORRISANIA/LONGWOOD', Month: '4', Price: '2556'}, geometry: { type: 'Point', coordinates:[-73.89957273, 40.82820339]} },
{type: 'Feature',properties:{Name: '2', Address: '1176 UNION AVE, MORRISANIA/LONGWOOD', Month: '2', Price: '2556'}, geometry: { type: 'Point', coordinates:[-73.89957273, 40.82820339]} },
{type: 'Feature',properties:{Name: '2', Address: '1226 UNION AVENUE, MORRISANIA/LONGWOOD', Month: '3', Price: '3330'}, geometry: { type: 'Point', coordinates:[-73.89907224, 40.82941886]} },
{type: 'Feature',properties:{Name: '2', Address: '817 EAST 168 STREET, MORRISANIA/LONGWOOD', Month: '2', Price: '3090'}, geometry: { type: 'Point', coordinates:[-73.89862888, 40.82869661]} },
{type: 'Feature',properties:{Name: '2', Address: '868 EAST 164TH STREET, MORRISANIA/LONGWOOD', Month: '9', Price: '3072'}, geometry: { type: 'Point', coordinates:[-73.89929469, 40.82330108]} },
{type: 'Feature',properties:{Name: '2', Address: '868 EAST 164TH, MORRISANIA/LONGWOOD', Month: '7', Price: '3072'}, geometry: { type: 'Point', coordinates:[-73.89929469, 40.82330108]} },
{type: 'Feature',properties:{Name: '2', Address: '865 EAST 164 STREET, MORRISANIA/LONGWOOD', Month: '8', Price: '2682'}, geometry: { type: 'Point', coordinates:[-73.89939219, 40.82333959]} },
{type: 'Feature',properties:{Name: '2', Address: '1056 REV JAMES A POLITE A, MORRISANIA/LONGWOOD', Month: '2', Price: '2613'}, geometry: { type: 'Point', coordinates:[-73.89852586, 40.82516956]} },
{type: 'Feature',properties:{Name: '2', Address: '880 HOME STREET, MORRISANIA/LONGWOOD', Month: '6', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.89624127, 40.82814005]} },
{type: 'Feature',properties:{Name: '2', Address: '789 DAWSON STREET, MORRISANIA/LONGWOOD', Month: '7', Price: '3432'}, geometry: { type: 'Point', coordinates:[-73.89977647, 40.8176858]} },
{type: 'Feature',properties:{Name: '2', Address: '942 REV JAMES POLITE AVE, MORRISANIA/LONGWOOD', Month: '6', Price: '2409'}, geometry: { type: 'Point', coordinates:[-73.89892091, 40.82199426]} },
{type: 'Feature',properties:{Name: '2', Address: '942 REV JAMES POLITE AVE, MORRISANIA/LONGWOOD', Month: '11', Price: '2409'}, geometry: { type: 'Point', coordinates:[-73.89892091, 40.82199426]} },
{type: 'Feature',properties:{Name: '2', Address: '982A ROGERS PLACE, MORRISANIA/LONGWOOD', Month: '5', Price: '2692'}, geometry: { type: 'Point', coordinates:[-73.89750592, 40.82347791]} },
{type: 'Feature',properties:{Name: '2', Address: '982A ROGERS PLACE, MORRISANIA/LONGWOOD', Month: '7', Price: '2692'}, geometry: { type: 'Point', coordinates:[-73.89750592, 40.82347791]} },
{type: 'Feature',properties:{Name: '2', Address: '1071 INTERVALE AVENUE, MORRISANIA/LONGWOOD', Month: '6', Price: '3312'}, geometry: { type: 'Point', coordinates:[-73.8968566, 40.82513239]} },
{type: 'Feature',properties:{Name: '2', Address: '1067 INTERVALE AVENUE, MORRISANIA/LONGWOOD', Month: '3', Price: '3312'}, geometry: { type: 'Point', coordinates:[-73.89685672, 40.82505554]} },
{type: 'Feature',properties:{Name: '2', Address: '780 DAWSON STREET, MORRISANIA/LONGWOOD', Month: '1', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.89985249, 40.81758706]} },
{type: 'Feature',properties:{Name: '2', Address: '920 EAST 165 STREET, MORRISANIA/LONGWOOD', Month: '12', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.89652978, 40.82385581]} },
{type: 'Feature',properties:{Name: '2', Address: '1072 INTERVALE AVENUE, MORRISANIA/LONGWOOD', Month: '9', Price: '4816'}, geometry: { type: 'Point', coordinates:[-73.89683486, 40.8251708]} },
{type: 'Feature',properties:{Name: '2', Address: '770 BECK ST, MORRISANIA/LONGWOOD', Month: '5', Price: '3342'}, geometry: { type: 'Point', coordinates:[-73.8985644, 40.81647706]} },
{type: 'Feature',properties:{Name: '2', Address: '777 BECK STREET, MORRISANIA/LONGWOOD', Month: '3', Price: '3324'}, geometry: { type: 'Point', coordinates:[-73.89853903, 40.81652919]} },
{type: 'Feature',properties:{Name: '2', Address: '959 EAST 156TH STREET, MORRISANIA/LONGWOOD', Month: '10', Price: '3072'}, geometry: { type: 'Point', coordinates:[-73.89972093, 40.81618165]} },
{type: 'Feature',properties:{Name: '2', Address: '959 EAST 156 STREET, MORRISANIA/LONGWOOD', Month: '5', Price: '3072'}, geometry: { type: 'Point', coordinates:[-73.89972093, 40.81618165]} },
{type: 'Feature',properties:{Name: '2', Address: '892 EAST 167 STREET, MORRISANIA/LONGWOOD', Month: '11', Price: '3102'}, geometry: { type: 'Point', coordinates:[-73.89560861, 40.82604252]} },
{type: 'Feature',properties:{Name: '2', Address: '857 BRUCKNER BLVD., MORRISANIA/LONGWOOD', Month: '6', Price: '4095'}, geometry: { type: 'Point', coordinates:[-73.89404406, 40.81696156]} },
{type: 'Feature',properties:{Name: '2', Address: '957 BRUCKNER BOULEVARD, MORRISANIA/LONGWOOD', Month: '3', Price: '3324'}, geometry: { type: 'Point', coordinates:[-73.89172463, 40.81919361]} },
{type: 'Feature',properties:{Name: '2', Address: '1103 HOE AVENUE, MORRISANIA/LONGWOOD', Month: '10', Price: '3216'}, geometry: { type: 'Point', coordinates:[-73.89090792, 40.82592289]} },
{type: 'Feature',properties:{Name: '2', Address: '572 EAST 170TH STREET, MORRISANIA/LONGWOOD', Month: '1', Price: '2016'}, geometry: { type: 'Point', coordinates:[-73.90171329, 40.83457571]} },
{type: 'Feature',properties:{Name: '2', Address: '1323 CLINTON AVENUE, MORRISANIA/LONGWOOD', Month: '7', Price: '3126'}, geometry: { type: 'Point', coordinates:[-73.9003223, 40.8319643]} },
{type: 'Feature',properties:{Name: '2', Address: '665 JEFFERSON PLACE, MORRISANIA/LONGWOOD', Month: '8', Price: '3240'}, geometry: { type: 'Point', coordinates:[-73.89878132, 40.83300594]} },
{type: 'Feature',properties:{Name: '2', Address: '1287 UNION AVENUE, MORRISANIA/LONGWOOD', Month: '9', Price: '3564'}, geometry: { type: 'Point', coordinates:[-73.89870225, 40.83034899]} },
{type: 'Feature',properties:{Name: '2', Address: '1380 BOSTON ROAD, MORRISANIA/LONGWOOD', Month: '4', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.89824719, 40.83254985]} },
{type: 'Feature',properties:{Name: '2', Address: '1389 BRISTOW STREET, MORRISANIA/LONGWOOD', Month: '2', Price: '2709'}, geometry: { type: 'Point', coordinates:[-73.89506322, 40.83277481]} },
{type: 'Feature',properties:{Name: '2', Address: '789 JENNINGS, MORRISANIA/LONGWOOD', Month: '9', Price: '2925'}, geometry: { type: 'Point', coordinates:[-73.89628221, 40.83201563]} },
{type: 'Feature',properties:{Name: '2', Address: '845 JENNINGS ST, MORRISANIA/LONGWOOD', Month: '12', Price: '3075'}, geometry: { type: 'Point', coordinates:[-73.89369083, 40.83227402]} },
{type: 'Feature',properties:{Name: '2', Address: '810 FREEMAN, MORRISANIA/LONGWOOD', Month: '6', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.89781007, 40.83011216]} },
{type: 'Feature',properties:{Name: '2', Address: '1340 CHISHOLM STREET, MORRISANIA/LONGWOOD', Month: '2', Price: '1294'}, geometry: { type: 'Point', coordinates:[-73.89570178, 40.83114777]} },
{type: 'Feature',properties:{Name: '2', Address: '1230 INTERVALE AVE, MORRISANIA/LONGWOOD', Month: '7', Price: '3930'}, geometry: { type: 'Point', coordinates:[-73.89461051, 40.82884397]} },
{type: 'Feature',properties:{Name: '2', Address: '1445 BRYANT AVENUE, MORRISANIA/LONGWOOD', Month: '2', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.88832293, 40.83111616]} },
{type: 'Feature',properties:{Name: '2', Address: '1443 BRYANT AVE, MORRISANIA/LONGWOOD', Month: '2', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.8883483, 40.83107502]} },
{type: 'Feature',properties:{Name: '2', Address: '1443 BRYANT, MORRISANIA/LONGWOOD', Month: '4', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.88854677, 40.83123715]} },
{type: 'Feature',properties:{Name: '2', Address: '1443 BRYANT AVENUE, MORRISANIA/LONGWOOD', Month: '1', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.8883483, 40.83107502]} },
{type: 'Feature',properties:{Name: '2', Address: '524B EAST 159 STREET, MORRISANIA/LONGWOOD', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91094013, 40.8203793]} },
{type: 'Feature',properties:{Name: '2', Address: '799 ST ANNS AVENUE, MORRISANIA/LONGWOOD', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91084552, 40.82088151]} },
{type: 'Feature',properties:{Name: '2', Address: '782A BROOK AVENUE, MORRISANIA/LONGWOOD', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91094013, 40.8203793]} },
{type: 'Feature',properties:{Name: '2', Address: '782A BROOK AVENUE, MORRISANIA/LONGWOOD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91094013, 40.8203793]} },
{type: 'Feature',properties:{Name: '2', Address: '759B ST ANNS AVENUE, MORRISANIA/LONGWOOD', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91094013, 40.8203793]} },
{type: 'Feature',properties:{Name: '2', Address: '775A ST ANNS AVENUE, MORRISANIA/LONGWOOD', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91094013, 40.8203793]} },
{type: 'Feature',properties:{Name: '2', Address: '743A ST ANNS AVENUE, MORRISANIA/LONGWOOD', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91094013, 40.8203793]} },
{type: 'Feature',properties:{Name: '2', Address: '827 TRINITY AVENUE, MORRISANIA/LONGWOOD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90692929, 40.82069178]} },
{type: 'Feature',properties:{Name: '2', Address: '830 CAULDWELL AVENUE, MORRISANIA/LONGWOOD', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90791193, 40.82075569]} },
{type: 'Feature',properties:{Name: '2', Address: '800 TRINITY AVENUE, MORRISANIA/LONGWOOD', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90717587, 40.82004422]} },
{type: 'Feature',properties:{Name: '2', Address: '802 TRINITY AVE, MORRISANIA/LONGWOOD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90715413, 40.82009361]} },
{type: 'Feature',properties:{Name: '2', Address: '801 JACKSON AVENUE, MORRISANIA/LONGWOOD', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9063849, 40.8198542]} },
{type: 'Feature',properties:{Name: '2', Address: '825 JACKSON AVENUE, MORRISANIA/LONGWOOD', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90616739, 40.82037552]} },
{type: 'Feature',properties:{Name: '2', Address: '801 UNION AVENUE, MORRISANIA/LONGWOOD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90337998, 40.81912986]} },
{type: 'Feature',properties:{Name: '2', Address: '809 UNION AVENUE, MORRISANIA/LONGWOOD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90330747, 40.81930271]} },
{type: 'Feature',properties:{Name: '2', Address: '902 UNION AVENUE, MORRISANIA/LONGWOOD', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90233224, 40.82158824]} },
{type: 'Feature',properties:{Name: '2', Address: '889 PROSPECT AVENUE, MORRISANIA/LONGWOOD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90107937, 40.82101078]} },
{type: 'Feature',properties:{Name: '2', Address: '908 UNION AVE, MORRISANIA/LONGWOOD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90229236, 40.82168427]} },
{type: 'Feature',properties:{Name: '2', Address: '912 UNION AVENUE, MORRISANIA/LONGWOOD', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90226336, 40.82174738]} },
{type: 'Feature',properties:{Name: '2', Address: '912 UNION AVENUE, MORRISANIA/LONGWOOD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90226336, 40.82174738]} },
{type: 'Feature',properties:{Name: '2', Address: '571 EAST 167TH STREET, MORRISANIA/LONGWOOD', Month: '11', Price: '117290'}, geometry: { type: 'Point', coordinates:[-73.90537825, 40.82906465]} },
{type: 'Feature',properties:{Name: '2', Address: 'EAST 167 STREET, MORRISANIA/LONGWOOD', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90468573, 40.82818028]} },
{type: 'Feature',properties:{Name: '2', Address: '599 EAST 164TH STREET, MORRISANIA/LONGWOOD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90669209, 40.8249459]} },
{type: 'Feature',properties:{Name: '2', Address: '994 TINTON AVENUE, MORRISANIA/LONGWOOD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90259971, 40.82398461]} },
{type: 'Feature',properties:{Name: '2', Address: '810 E 165 STREET, MORRISANIA/LONGWOOD', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9009227, 40.82432078]} },
{type: 'Feature',properties:{Name: '2', Address: '810 EAST 165 STREET, MORRISANIA/LONGWOOD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9009227, 40.82432078]} },
{type: 'Feature',properties:{Name: '2', Address: '944 ROGERS PLACE, MORRISANIA/LONGWOOD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8978365, 40.8223117]} },
{type: 'Feature',properties:{Name: '2', Address: '1081 TIFFANY STREET, MORRISANIA/LONGWOOD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89486177, 40.82533919]} },
{type: 'Feature',properties:{Name: '2', Address: '1073 TIFFANY STREET, MORRISANIA/LONGWOOD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89486199, 40.82519647]} },
{type: 'Feature',properties:{Name: '2', Address: '1117 WEST FARMS ROAD, MORRISANIA/LONGWOOD', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89052089, 40.82617229]} },
{type: 'Feature',properties:{Name: '2', Address: '1417 LONGFELLOW, MORRISANIA/LONGWOOD', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88821991, 40.83006209]} },
{type: 'Feature',properties:{Name: '2', Address: '497 EAST 156 STREET, MORRISANIA/LONGWOOD', Month: '3', Price: '9355'}, geometry: { type: 'Point', coordinates:[-73.9123607, 40.81987262]} },
{type: 'Feature',properties:{Name: '2', Address: '482 EAST 167 STREET, MORRISANIA/LONGWOOD', Month: '11', Price: '34025'}, geometry: { type: 'Point', coordinates:[-73.90762842, 40.82978559]} },
{type: 'Feature',properties:{Name: '2', Address: '650 MELROSE AVENUE, MORRISANIA/LONGWOOD', Month: '9', Price: '9342'}, geometry: { type: 'Point', coordinates:[-73.91661111, 40.81860496]} },
{type: 'Feature',properties:{Name: '2', Address: '1221 BROOK AVENUE, MORRISANIA/LONGWOOD', Month: '11', Price: '8392'}, geometry: { type: 'Point', coordinates:[-73.90894833, 40.83170794]} },
{type: 'Feature',properties:{Name: '2', Address: '1232 FULTON AVE, MORRISANIA/LONGWOOD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90422635, 40.83102068]} },
{type: 'Feature',properties:{Name: '2', Address: '614 EAST 168 STREET, MORRISANIA/LONGWOOD', Month: '7', Price: '7912'}, geometry: { type: 'Point', coordinates:[-73.90316161, 40.8301552]} },
{type: 'Feature',properties:{Name: '2', Address: '670 ST. ANNS AVENUE, MORRISANIA/LONGWOOD', Month: '3', Price: '8775'}, geometry: { type: 'Point', coordinates:[-73.91145383, 40.81716837]} },
{type: 'Feature',properties:{Name: '2', Address: '917 EAGLE AVENUE, MORRISANIA/LONGWOOD', Month: '2', Price: '10135'}, geometry: { type: 'Point', coordinates:[-73.90803873, 40.82312174]} },
{type: 'Feature',properties:{Name: '2', Address: '890 EAGLE AVENUE, MORRISANIA/LONGWOOD', Month: '9', Price: '5317'}, geometry: { type: 'Point', coordinates:[-73.90837594, 40.82226017]} },
{type: 'Feature',properties:{Name: '2', Address: '1030 CAULDWELL AVENUE, MORRISANIA/LONGWOOD', Month: '2', Price: '13400'}, geometry: { type: 'Point', coordinates:[-73.90577299, 40.82589482]} },
{type: 'Feature',properties:{Name: '2', Address: '755 JACKSON AVENUE, MORRISANIA/LONGWOOD', Month: '9', Price: '6500'}, geometry: { type: 'Point', coordinates:[-73.90684168, 40.81874844]} },
{type: 'Feature',properties:{Name: '2', Address: '731 EAST 156TH STREET, MORRISANIA/LONGWOOD', Month: '10', Price: '16782'}, geometry: { type: 'Point', coordinates:[-73.90666171, 40.81826797]} },
{type: 'Feature',properties:{Name: '2', Address: '727 EAST 156TH STREET, MORRISANIA/LONGWOOD', Month: '8', Price: '16782'}, geometry: { type: 'Point', coordinates:[-73.90672311, 40.81828174]} },
{type: 'Feature',properties:{Name: '2', Address: '727 EAST 156TH STREET, MORRISANIA/LONGWOOD', Month: '8', Price: '16782'}, geometry: { type: 'Point', coordinates:[-73.90672311, 40.81828174]} },
{type: 'Feature',properties:{Name: '2', Address: '724 EAST 160 STREET, MORRISANIA/LONGWOOD', Month: '6', Price: '19100'}, geometry: { type: 'Point', coordinates:[-73.90578036, 40.8206881]} },
{type: 'Feature',properties:{Name: '2', Address: '721 UNION AVENUE, MORRISANIA/LONGWOOD', Month: '3', Price: '43750'}, geometry: { type: 'Point', coordinates:[-73.90378035, 40.81708812]} },
{type: 'Feature',properties:{Name: '2', Address: '701 PROSPECT AVE, MORRISANIA/LONGWOOD', Month: '9', Price: '5256'}, geometry: { type: 'Point', coordinates:[-73.90305188, 40.81618998]} },
{type: 'Feature',properties:{Name: '2', Address: '972 LEGGETT AVENUE, MORRISANIA/LONGWOOD', Month: '12', Price: '41270'}, geometry: { type: 'Point', coordinates:[-73.90005158, 40.81492211]} },
{type: 'Feature',properties:{Name: '2', Address: '634 PROSPECT AVENUE, MORRISANIA/LONGWOOD', Month: '3', Price: '12325'}, geometry: { type: 'Point', coordinates:[-73.90353793, 40.81484822]} },
{type: 'Feature',properties:{Name: '2', Address: '726 PROSPECT AVE, MORRISANIA/LONGWOOD', Month: '8', Price: '3610'}, geometry: { type: 'Point', coordinates:[-73.90274733, 40.81692806]} },
{type: 'Feature',properties:{Name: '2', Address: '726 PROSPECT AVE, MORRISANIA/LONGWOOD', Month: '6', Price: '3610'}, geometry: { type: 'Point', coordinates:[-73.90274733, 40.81692806]} },
{type: 'Feature',properties:{Name: '2', Address: '875 LONGWOOD AVE, MORRISANIA/LONGWOOD', Month: '11', Price: '13250'}, geometry: { type: 'Point', coordinates:[-73.9007752, 40.81904256]} },
{type: 'Feature',properties:{Name: '2', Address: '1038 ROGERS PLACE, MORRISANIA/LONGWOOD', Month: '5', Price: '20000'}, geometry: { type: 'Point', coordinates:[-73.89773921, 40.82449366]} },
{type: 'Feature',properties:{Name: '2', Address: '1049 KELLY STREET, MORRISANIA/LONGWOOD', Month: '6', Price: '8932'}, geometry: { type: 'Point', coordinates:[-73.89584913, 40.82473625]} },
{type: 'Feature',properties:{Name: '2', Address: '748 BECK STREET, MORRISANIA/LONGWOOD', Month: '8', Price: '15300'}, geometry: { type: 'Point', coordinates:[-73.89889726, 40.81615622]} },
{type: 'Feature',properties:{Name: '2', Address: '847 FOX STREET, MORRISANIA/LONGWOOD', Month: '11', Price: '7400'}, geometry: { type: 'Point', coordinates:[-73.89608768, 40.81774292]} },
{type: 'Feature',properties:{Name: '2', Address: '916 EAST 169 STREET, MORRISANIA/LONGWOOD', Month: '11', Price: '15875'}, geometry: { type: 'Point', coordinates:[-73.89434509, 40.82760037]} },
{type: 'Feature',properties:{Name: '2', Address: '1120 FOX STREET, MORRISANIA/LONGWOOD', Month: '10', Price: '9920'}, geometry: { type: 'Point', coordinates:[-73.893843, 40.82749561]} },
{type: 'Feature',properties:{Name: '2', Address: '725 SOUTHERN BOULEVARD, MORRISANIA/LONGWOOD', Month: '7', Price: '51000'}, geometry: { type: 'Point', coordinates:[-73.89839442, 40.81422899]} },
{type: 'Feature',properties:{Name: '2', Address: '725 SOUTHERN BOULEVARD, MORRISANIA/LONGWOOD', Month: '2', Price: '51000'}, geometry: { type: 'Point', coordinates:[-73.89839442, 40.81422899]} },
{type: 'Feature',properties:{Name: '2', Address: '1166 SIMPSON STREET, MORRISANIA/LONGWOOD', Month: '7', Price: '22695'}, geometry: { type: 'Point', coordinates:[-73.8929068, 40.82770608]} },
{type: 'Feature',properties:{Name: '2', Address: '936 HOME STREET, MORRISANIA/LONGWOOD', Month: '3', Price: '24250'}, geometry: { type: 'Point', coordinates:[-73.89251168, 40.8284907]} },
{type: 'Feature',properties:{Name: '2', Address: '851 BRUCKNER BOULEVARD, MORRISANIA/LONGWOOD', Month: '12', Price: '5460'}, geometry: { type: 'Point', coordinates:[-73.89414176, 40.81686558]} },
{type: 'Feature',properties:{Name: '2', Address: '1049 HOE AVENUE, MORRISANIA/LONGWOOD', Month: '6', Price: '3663'}, geometry: { type: 'Point', coordinates:[-73.89050248, 40.8241851]} },
{type: 'Feature',properties:{Name: '2', Address: '1131 WEST FARMS ROAD, MORRISANIA/LONGWOOD', Month: '8', Price: '22195'}, geometry: { type: 'Point', coordinates:[-73.89030728, 40.82643009]} },
{type: 'Feature',properties:{Name: '2', Address: '1163 HOE AVENUE, MORRISANIA/LONGWOOD', Month: '5', Price: '9325'}, geometry: { type: 'Point', coordinates:[-73.89090505, 40.82767127]} },
{type: 'Feature',properties:{Name: '2', Address: '1160 HOE AVENUE, MORRISANIA/LONGWOOD', Month: '9', Price: '8340'}, geometry: { type: 'Point', coordinates:[-73.89088343, 40.82763282]} },
{type: 'Feature',properties:{Name: '2', Address: '1133 LONGFELLOW AVENUE, MORRISANIA/LONGWOOD', Month: '3', Price: '6484'}, geometry: { type: 'Point', coordinates:[-73.88794638, 40.82726496]} },
{type: 'Feature',properties:{Name: '2', Address: '1142 BRYANT AVENUE, MORRISANIA/LONGWOOD', Month: '2', Price: '5696'}, geometry: { type: 'Point', coordinates:[-73.88889278, 40.82744428]} },
{type: 'Feature',properties:{Name: '2', Address: '1146 BRYANT AVENUE, MORRISANIA/LONGWOOD', Month: '6', Price: '5696'}, geometry: { type: 'Point', coordinates:[-73.88889986, 40.82753212]} },
{type: 'Feature',properties:{Name: '2', Address: '1047 LONGFELLOW AVE, MORRISANIA/LONGWOOD', Month: '8', Price: '3318'}, geometry: { type: 'Point', coordinates:[-73.88772341, 40.82449532]} },
{type: 'Feature',properties:{Name: '2', Address: '1043 LONGFELLOW AVENUE, MORRISANIA/LONGWOOD', Month: '11', Price: '3318'}, geometry: { type: 'Point', coordinates:[-73.88771632, 40.82441572]} },
{type: 'Feature',properties:{Name: '2', Address: '1039 LONGFELLOW AVE, MORRISANIA/LONGWOOD', Month: '7', Price: '3318'}, geometry: { type: 'Point', coordinates:[-73.88770923, 40.82433612]} },
{type: 'Feature',properties:{Name: '2', Address: '1039 LONGFELLOW AVENUE, MORRISANIA/LONGWOOD', Month: '6', Price: '3318'}, geometry: { type: 'Point', coordinates:[-73.88770923, 40.82433612]} },
{type: 'Feature',properties:{Name: '2', Address: '1030 LONGFELLOW AVE, MORRISANIA/LONGWOOD', Month: '6', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.88767337, 40.82417689]} },
{type: 'Feature',properties:{Name: '2', Address: '1030 LONGFELLOW AVENUE, MORRISANIA/LONGWOOD', Month: '10', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.88767337, 40.82417689]} },
{type: 'Feature',properties:{Name: '2', Address: '1362 PROSPECT AVENUE, MORRISANIA/LONGWOOD', Month: '10', Price: '5400'}, geometry: { type: 'Point', coordinates:[-73.8971012, 40.83051775]} },
{type: 'Feature',properties:{Name: '2', Address: '1302 REV JAMES POLITE AVE, MORRISANIA/LONGWOOD', Month: '7', Price: '5944'}, geometry: { type: 'Point', coordinates:[-73.89530603, 40.83003855]} },
{type: 'Feature',properties:{Name: '2', Address: '1159 FOX STREET, MORRISANIA/LONGWOOD', Month: '12', Price: '6656'}, geometry: { type: 'Point', coordinates:[-73.89385187, 40.82873074]} },
{type: 'Feature',properties:{Name: '2', Address: '903 HOME STREET, MORRISANIA/LONGWOOD', Month: '7', Price: '6215'}, geometry: { type: 'Point', coordinates:[-73.89423909, 40.82836604]} },
{type: 'Feature',properties:{Name: '2', Address: '1208 SOUTHERN BOULEVARD, MORRISANIA/LONGWOOD', Month: '1', Price: '22000'}, geometry: { type: 'Point', coordinates:[-73.89187502, 40.82891829]} },
{type: 'Feature',properties:{Name: '2', Address: '491 EAST 165 STREET, MORRISANIA/LONGWOOD', Month: '12', Price: '35364'}, geometry: { type: 'Point', coordinates:[-73.90860819, 40.8267809]} },
{type: 'Feature',properties:{Name: '2', Address: '450 GOUVERNEUR PL, MORRISANIA/LONGWOOD', Month: '10', Price: '50506'}, geometry: { type: 'Point', coordinates:[-73.90903816, 40.82943813]} },
{type: 'Feature',properties:{Name: '2', Address: '1100 FRANKLIN AVE, MORRISANIA/LONGWOOD', Month: '9', Price: '68306'}, geometry: { type: 'Point', coordinates:[-73.90629782, 40.8278193]} },
{type: 'Feature',properties:{Name: '2', Address: '1208 FRANKLIN AVE, MORRISANIA/LONGWOOD', Month: '10', Price: '68300'}, geometry: { type: 'Point', coordinates:[-73.90387374, 40.8299719]} },
{type: 'Feature',properties:{Name: '2', Address: '820 JACKSON AVENUE, MORRISANIA/LONGWOOD', Month: '12', Price: '49608'}, geometry: { type: 'Point', coordinates:[-73.9062001, 40.82023556]} },
{type: 'Feature',properties:{Name: '2', Address: '955 EAST 163 STREET, MORRISANIA/LONGWOOD', Month: '12', Price: '148828'}, geometry: { type: 'Point', coordinates:[-73.89558038, 40.82100044]} },
{type: 'Feature',properties:{Name: '2', Address: '1054/1058 SOUTHERN BOULEVARD, MORRISANIA/LONGWOOD', Month: '3', Price: '63608'}, geometry: { type: 'Point', coordinates:[-73.89149561, 40.82448796]} },
{type: 'Feature',properties:{Name: '2', Address: '530 EAST 159TH ST, 47, MORRISANIA/LONGWOOD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91061002, 40.82136989]} },
{type: 'Feature',properties:{Name: '2', Address: '986 LEGGETT AVENUE, C, MORRISANIA/LONGWOOD', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89991472, 40.81464477]} },
{type: 'Feature',properties:{Name: '2', Address: '883 EAST 165TH STREET, 3D, MORRISANIA/LONGWOOD', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89823518, 40.82386281]} },
{type: 'Feature',properties:{Name: '2', Address: '883 EAST 165TH STREET, 2E, MORRISANIA/LONGWOOD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89823518, 40.82386281]} },
{type: 'Feature',properties:{Name: '2', Address: '620 EAST 170TH STREET, 4B, MORRISANIA/LONGWOOD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89995408, 40.83412407]} },
{type: 'Feature',properties:{Name: '2', Address: '630 EAST 170 STREET, 5A, MORRISANIA/LONGWOOD', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89969037, 40.83405796]} },
{type: 'Feature',properties:{Name: '2', Address: '636 EAST 170TH STREET, 1A, MORRISANIA/LONGWOOD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89950976, 40.83401389]} },
{type: 'Feature',properties:{Name: '2', Address: '763 JENNINGS STREET, 2B, MORRISANIA/LONGWOOD', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89752909, 40.83189048]} },
{type: 'Feature',properties:{Name: '2', Address: '715 FOX STREET, 5H, MORRISANIA/LONGWOOD', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89921374, 40.81472376]} },
{type: 'Feature',properties:{Name: '2', Address: '715 FOX STREET, 4H, MORRISANIA/LONGWOOD', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89921374, 40.81472376]} },
{type: 'Feature',properties:{Name: '2', Address: '715 FOX STREET, 2H, MORRISANIA/LONGWOOD', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89921374, 40.81472376]} },
{type: 'Feature',properties:{Name: '2', Address: '715 FOX STREET, 4B, MORRISANIA/LONGWOOD', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89921374, 40.81472376]} },
{type: 'Feature',properties:{Name: '2', Address: '1042 WASHINGTON AVE, MORRISANIA/LONGWOOD', Month: '12', Price: '3375'}, geometry: { type: 'Point', coordinates:[-73.9091496, 40.827215]} },
{type: 'Feature',properties:{Name: '2', Address: '781 PROSPECT AVENUE, MORRISANIA/LONGWOOD', Month: '1', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.90229766, 40.81807223]} },
{type: 'Feature',properties:{Name: '2', Address: '1122 INTERVALE AVENUE, MORRISANIA/LONGWOOD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89643832, 40.82690236]} },
{type: 'Feature',properties:{Name: '2', Address: '3365 3 AVENUE, MORRISANIA/LONGWOOD', Month: '7', Price: '4428'}, geometry: { type: 'Point', coordinates:[-73.90769425, 40.82661824]} },
{type: 'Feature',properties:{Name: '2', Address: '972 WASHINGTON AVENUE, MORRISANIA/LONGWOOD', Month: '7', Price: '9000'}, geometry: { type: 'Point', coordinates:[-73.91010586, 40.82548657]} },
{type: 'Feature',properties:{Name: '2', Address: '3475 THIRD AVENUE, MORRISANIA/LONGWOOD', Month: '8', Price: '46372'}, geometry: { type: 'Point', coordinates:[-73.90631274, 40.83004802]} },
{type: 'Feature',properties:{Name: '2', Address: '3475 THIRD AVENUE, MORRISANIA/LONGWOOD', Month: '5', Price: '46372'}, geometry: { type: 'Point', coordinates:[-73.90631274, 40.83004802]} },
{type: 'Feature',properties:{Name: '2', Address: '677 ELTON AVENUE, MORRISANIA/LONGWOOD', Month: '5', Price: '4600'}, geometry: { type: 'Point', coordinates:[-73.91474668, 40.81874907]} },
{type: 'Feature',properties:{Name: '2', Address: '2969-2979 THIRD AVENUE, MORRISANIA/LONGWOOD', Month: '6', Price: '9852'}, geometry: { type: 'Point', coordinates:[-73.91431684, 40.81867739]} },
{type: 'Feature',properties:{Name: '2', Address: '860 MELROSE AVENUE, MORRISANIA/LONGWOOD', Month: '2', Price: '4200'}, geometry: { type: 'Point', coordinates:[-73.91410808, 40.82366713]} },
{type: 'Feature',properties:{Name: '2', Address: '860 MELROSE AVE, MORRISANIA/LONGWOOD', Month: '10', Price: '4200'}, geometry: { type: 'Point', coordinates:[-73.91410808, 40.82366713]} },
{type: 'Feature',properties:{Name: '2', Address: '1190 PROSPECT AVE, MORRISANIA/LONGWOOD', Month: '1', Price: '1427'}, geometry: { type: 'Point', coordinates:[-73.8987079, 40.82663814]} },
{type: 'Feature',properties:{Name: '2', Address: '798 SOUTHERN BOULEVARD, MORRISANIA/LONGWOOD', Month: '3', Price: '10000'}, geometry: { type: 'Point', coordinates:[-73.896419, 40.81610462]} },
{type: 'Feature',properties:{Name: '2', Address: '773 EAST 169TH STREET, MORRISANIA/LONGWOOD', Month: '11', Price: '10484'}, geometry: { type: 'Point', coordinates:[-73.89956175, 40.83069009]} },
{type: 'Feature',properties:{Name: '2', Address: '902-906 JENNINGS STREET, MORRISANIA/LONGWOOD', Month: '4', Price: '5474'}, geometry: { type: 'Point', coordinates:[-73.89136669, 40.83263141]} },
{type: 'Feature',properties:{Name: '2', Address: '1061 WASHINGTON AVENUE, MORRISANIA/LONGWOOD', Month: '9', Price: '16700'}, geometry: { type: 'Point', coordinates:[-73.90897566, 40.82757716]} },
{type: 'Feature',properties:{Name: '2', Address: '1124 SOUTHERN BOULEVARD, MORRISANIA/LONGWOOD', Month: '8', Price: '3875'}, geometry: { type: 'Point', coordinates:[-73.89189601, 40.82712052]} },
{type: 'Feature',properties:{Name: '2', Address: '1348 SOUTHERN BOULEVARD, MORRISANIA/LONGWOOD', Month: '11', Price: '8600'}, geometry: { type: 'Point', coordinates:[-73.89139065, 40.83123711]} },
{type: 'Feature',properties:{Name: '2', Address: '735 CAULDWELL AVENUE, MORRISANIA/LONGWOOD', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90887248, 40.81848657]} },
{type: 'Feature',properties:{Name: '2', Address: '733 CAULDWELL AVENUE, MORRISANIA/LONGWOOD', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90888698, 40.81845365]} },
{type: 'Feature',properties:{Name: '2', Address: '731 CAULDWELL AVENUE, MORRISANIA/LONGWOOD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90890148, 40.81842072]} },
{type: 'Feature',properties:{Name: '2', Address: '729 CAULDWELL AVENUE, MORRISANIA/LONGWOOD', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90891598, 40.81838505]} },
{type: 'Feature',properties:{Name: '2', Address: '727 CAULDWELL AVENUE, MORRISANIA/LONGWOOD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90892686, 40.81835212]} },
{type: 'Feature',properties:{Name: '2', Address: '1132 INTERVALE AVE, MORRISANIA/LONGWOOD', Month: '4', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.89635145, 40.82700109]} },
{type: 'Feature',properties:{Name: '2', Address: '1042 LOWELL STREET, MORRISANIA/LONGWOOD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8872223, 40.825966]} },
{type: 'Feature',properties:{Name: '2', Address: '1046 LOWELL STREET, MORRISANIA/LONGWOOD', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88709221, 40.82597136]} },
{type: 'Feature',properties:{Name: '2', Address: 'HOME STREET, MORRISANIA/LONGWOOD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88687892, 40.8281587]} },
{type: 'Feature',properties:{Name: '2', Address: '1018 FREEMAN STREET, MORRISANIA/LONGWOOD', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88702938, 40.82892736]} },
{type: 'Feature',properties:{Name: '2', Address: '1028 FREEMAN STREET, MORRISANIA/LONGWOOD', Month: '7', Price: '10800'}, geometry: { type: 'Point', coordinates:[-73.88684531, 40.82879818]} },
{type: 'Feature',properties:{Name: '2', Address: '1038 FREEMAN STREET, MORRISANIA/LONGWOOD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88665763, 40.82867174]} },
{type: 'Feature',properties:{Name: '2', Address: '511 EAST 164 STREET, MORRISANIA/LONGWOOD', Month: '3', Price: '24301'}, geometry: { type: 'Point', coordinates:[-73.90913011, 40.82561207]} },
{type: 'Feature',properties:{Name: '2', Address: '425 EAST 154 STREET, MORRISANIA/LONGWOOD', Month: '12', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91532765, 40.81930668]} },
{type: 'Feature',properties:{Name: '2', Address: '432 EAST 162 STREET, MORRISANIA/LONGWOOD', Month: '1', Price: '9200'}, geometry: { type: 'Point', coordinates:[-73.91245944, 40.82445637]} },
{type: 'Feature',properties:{Name: '2', Address: '842 ST ANNS AVENUE, MORRISANIA/LONGWOOD', Month: '11', Price: '30000'}, geometry: { type: 'Point', coordinates:[-73.90970625, 40.82174247]} },
{type: 'Feature',properties:{Name: '2', Address: '600 EAST 156 STREET, MORRISANIA/LONGWOOD', Month: '1', Price: '22750'}, geometry: { type: 'Point', coordinates:[-73.90956553, 40.81894549]} },
{type: 'Feature',properties:{Name: '2', Address: '917 WESTCHESTER AVENUE, MORRISANIA/LONGWOOD', Month: '9', Price: '2190'}, geometry: { type: 'Point', coordinates:[-73.89818107, 40.82145016]} },
{type: 'Feature',properties:{Name: '2', Address: '1122 SOUTHERN BOULEVARD, MORRISANIA/LONGWOOD', Month: '7', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.89189606, 40.82708758]} },
{type: 'Feature',properties:{Name: '2', Address: '1056 LOWELL STREET, MORRISANIA/LONGWOOD', Month: '10', Price: '11300'}, geometry: { type: 'Point', coordinates:[-73.88676699, 40.82598477]} },
{type: 'Feature',properties:{Name: '2', Address: '1049 LOWELL STREET, MORRISANIA/LONGWOOD', Month: '2', Price: '12636'}, geometry: { type: 'Point', coordinates:[-73.88697655, 40.82599321]} },
{type: 'Feature',properties:{Name: '2', Address: '507 EAST 164 STREET, MORRISANIA/LONGWOOD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90919873, 40.82563408]} },
{type: 'Feature',properties:{Name: '2', Address: '510 WEIHER COURT, MORRISANIA/LONGWOOD', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90855842, 40.82618526]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A WEIHER COURT, MORRISANIA/LONGWOOD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90847184, 40.82608913]} },
{type: 'Feature',properties:{Name: '2', Address: '3363 3 AVENUE, MORRISANIA/LONGWOOD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90769787, 40.82661001]} },
{type: 'Feature',properties:{Name: '2', Address: '459 EAST 164 STREET, MORRISANIA/LONGWOOD', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91053147, 40.82604683]} },
{type: 'Feature',properties:{Name: '2', Address: '1073 WASHINGTON AVENUE, MORRISANIA/LONGWOOD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90886337, 40.82777744]} },
{type: 'Feature',properties:{Name: '2', Address: '1071 WASHINGTON AVENUE, MORRISANIA/LONGWOOD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90888149, 40.82774451]} },
{type: 'Feature',properties:{Name: '2', Address: '1217 WASHINGTON AVENUE, MORRISANIA/LONGWOOD', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90695796, 40.83119034]} },
{type: 'Feature',properties:{Name: '2', Address: '1217 WASHINGTON AVE, MORRISANIA/LONGWOOD', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90695796, 40.83119034]} },
{type: 'Feature',properties:{Name: '2', Address: '412 EAST 168 STREET, MORRISANIA/LONGWOOD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90903453, 40.83208952]} },
{type: 'Feature',properties:{Name: '2', Address: '3 AVENUE, MORRISANIA/LONGWOOD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90647347, 40.82881852]} },
{type: 'Feature',properties:{Name: '2', Address: 'EAST 152 STREET, MORRISANIA/LONGWOOD', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90665477, 40.81548756]} },
{type: 'Feature',properties:{Name: '2', Address: 'EAST 152 STREET, MORRISANIA/LONGWOOD', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90665477, 40.81548756]} },
{type: 'Feature',properties:{Name: '2', Address: '882 HOME STREET, MORRISANIA/LONGWOOD', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89616899, 40.82815097]} },
{type: 'Feature',properties:{Name: '2', Address: '944 HOME STREET, MORRISANIA/LONGWOOD', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89219727, 40.82851511]} },
{type: 'Feature',properties:{Name: '2', Address: '970 EAST 165TH STREET, MORRISANIA/LONGWOOD', Month: '1', Price: '3260'}, geometry: { type: 'Point', coordinates:[-73.89454601, 40.82394459]} },
{type: 'Feature',properties:{Name: '2', Address: '1017 HOME STREET, MORRISANIA/LONGWOOD', Month: '2', Price: '3230'}, geometry: { type: 'Point', coordinates:[-73.88876043, 40.82880279]} },
{type: 'Feature',properties:{Name: '2', Address: '1017 HOME STREET, MORRISANIA/LONGWOOD', Month: '2', Price: '3230'}, geometry: { type: 'Point', coordinates:[-73.88876043, 40.82880279]} },
{type: 'Feature',properties:{Name: '2', Address: '650 EAST 170 STREET, MORRISANIA/LONGWOOD', Month: '12', Price: '5400'}, geometry: { type: 'Point', coordinates:[-73.89892817, 40.83386517]} },
{type: 'Feature',properties:{Name: '2', Address: '650 EAST 170 STREET, MORRISANIA/LONGWOOD', Month: '2', Price: '5400'}, geometry: { type: 'Point', coordinates:[-73.89892817, 40.83386517]} },
{type: 'Feature',properties:{Name: '2', Address: '3551 3 AVENUE, MORRISANIA/LONGWOOD', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90550809, 40.83177653]} },
{type: 'Feature',properties:{Name: '2', Address: '3458 3 AVENUE, MORRISANIA/LONGWOOD', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90640344, 40.82979283]} },
{type: 'Feature',properties:{Name: '2', Address: '921 EAGLE AVENUE, MORRISANIA/LONGWOOD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90801335, 40.82318485]} },
{type: 'Feature',properties:{Name: '2', Address: '822 EAST 160TH STREET, MORRISANIA/LONGWOOD', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90233117, 40.81985907]} },
{type: 'Feature',properties:{Name: '2', Address: '973-985 BRUCKNER BOULEVARD, MORRISANIA/LONGWOOD', Month: '11', Price: '26705'}, geometry: { type: 'Point', coordinates:[-73.8914279, 40.81948152]} },
{type: 'Feature',properties:{Name: '2', Address: '985 BRUCKNER BOULEVARD, MORRISANIA/LONGWOOD', Month: '12', Price: '26705'}, geometry: { type: 'Point', coordinates:[-73.8910624, 40.81984074]} },
{type: 'Feature',properties:{Name: '2', Address: '1352 SOUTHERN BOULEVARD, MORRISANIA/LONGWOOD', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89136891, 40.83127003]} },
{type: 'Feature',properties:{Name: '2', Address: '459 EAST 149 STREET, MORRISANIA/LONGWOOD', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91594683, 40.81536297]} },
{type: 'Feature',properties:{Name: '2', Address: '454 EAST 134 STREET, MOTT HAVEN/PORT MORRIS', Month: '6', Price: '2430'}, geometry: { type: 'Point', coordinates:[-73.92301347, 40.8058245]} },
{type: 'Feature',properties:{Name: '2', Address: '476 EAST134TH STREET, MOTT HAVEN/PORT MORRIS', Month: '4', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.92255134, 40.80563206]} },
{type: 'Feature',properties:{Name: '2', Address: '408 EAST 136TH STREET, MOTT HAVEN/PORT MORRIS', Month: '8', Price: '1944'}, geometry: { type: 'Point', coordinates:[-73.92357122, 40.80768854]} },
{type: 'Feature',properties:{Name: '2', Address: '410 EAST 136TH STREET, MOTT HAVEN/PORT MORRIS', Month: '9', Price: '2256'}, geometry: { type: 'Point', coordinates:[-73.92352429, 40.80766655]} },
{type: 'Feature',properties:{Name: '2', Address: '423 EAST 135TH STREET, MOTT HAVEN/PORT MORRIS', Month: '9', Price: '3008'}, geometry: { type: 'Point', coordinates:[-73.92358659, 40.80689258]} },
{type: 'Feature',properties:{Name: '2', Address: '422 EAST 140 STREET, MOTT HAVEN/PORT MORRIS', Month: '10', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.92093516, 40.80996762]} },
{type: 'Feature',properties:{Name: '2', Address: '423 EAST 140TH STREET, MOTT HAVEN/PORT MORRIS', Month: '11', Price: '2350'}, geometry: { type: 'Point', coordinates:[-73.9209243, 40.80998134]} },
{type: 'Feature',properties:{Name: '2', Address: '415 EAST 140TH STREET, MOTT HAVEN/PORT MORRIS', Month: '11', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.92110483, 40.81005832]} },
{type: 'Feature',properties:{Name: '2', Address: '415 E 140TH ST, MOTT HAVEN/PORT MORRIS', Month: '7', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.92110483, 40.81005832]} },
{type: 'Feature',properties:{Name: '2', Address: '438 EAST 142ND STREET, MOTT HAVEN/PORT MORRIS', Month: '3', Price: '2112'}, geometry: { type: 'Point', coordinates:[-73.91988612, 40.81116086]} },
{type: 'Feature',properties:{Name: '2', Address: '432 EAST 143 ST, MOTT HAVEN/PORT MORRIS', Month: '5', Price: '952'}, geometry: { type: 'Point', coordinates:[-73.91958908, 40.81184134]} },
{type: 'Feature',properties:{Name: '2', Address: '434 EAST 143RD STREET, MOTT HAVEN/PORT MORRIS', Month: '8', Price: '1428'}, geometry: { type: 'Point', coordinates:[-73.91953852, 40.81182209]} },
{type: 'Feature',properties:{Name: '2', Address: '439 EAST 143 STREET, MOTT HAVEN/PORT MORRIS', Month: '8', Price: '3375'}, geometry: { type: 'Point', coordinates:[-73.91939407, 40.81178082]} },
{type: 'Feature',properties:{Name: '2', Address: '285 ALEXANDER AVENUE, MOTT HAVEN/PORT MORRIS', Month: '10', Price: '2724'}, geometry: { type: 'Point', coordinates:[-73.92447417, 40.8109828]} },
{type: 'Feature',properties:{Name: '2', Address: '311 EAST 140TH STREET, MOTT HAVEN/PORT MORRIS', Month: '12', Price: '1562'}, geometry: { type: 'Point', coordinates:[-73.92482023, 40.81163353]} },
{type: 'Feature',properties:{Name: '2', Address: '326 JACKSON AVE, MOTT HAVEN/PORT MORRIS', Month: '5', Price: '1472'}, geometry: { type: 'Point', coordinates:[-73.91149228, 40.80727368]} },
{type: 'Feature',properties:{Name: '2', Address: '330 JACKSON AVENUE, MOTT HAVEN/PORT MORRIS', Month: '8', Price: '1472'}, geometry: { type: 'Point', coordinates:[-73.91143797, 40.80737245]} },
{type: 'Feature',properties:{Name: '2', Address: '879 EAST 147 STREET, MOTT HAVEN/PORT MORRIS', Month: '2', Price: '2250'}, geometry: { type: 'Point', coordinates:[-73.90437892, 40.81035307]} },
{type: 'Feature',properties:{Name: '2', Address: '424 EAST 134 STREET, MOTT HAVEN/PORT MORRIS', Month: '3', Price: '2320'}, geometry: { type: 'Point', coordinates:[-73.9236453, 40.80608841]} },
{type: 'Feature',properties:{Name: '2', Address: '430 EAST134TH STREET, MOTT HAVEN/PORT MORRIS', Month: '10', Price: '2320'}, geometry: { type: 'Point', coordinates:[-73.92351894, 40.80603618]} },
{type: 'Feature',properties:{Name: '2', Address: '433 EAST 135 STREET, MOTT HAVEN/PORT MORRIS', Month: '12', Price: '3162'}, geometry: { type: 'Point', coordinates:[-73.92338079, 40.80680186]} },
{type: 'Feature',properties:{Name: '2', Address: '412 EAST 140TH STREET, MOTT HAVEN/PORT MORRIS', Month: '10', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.92115902, 40.8100611]} },
{type: 'Feature',properties:{Name: '2', Address: '410 E. 141ST, MOTT HAVEN/PORT MORRIS', Month: '5', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.92073199, 40.81070307]} },
{type: 'Feature',properties:{Name: '2', Address: '425 141, MOTT HAVEN/PORT MORRIS', Month: '12', Price: '3024'}, geometry: { type: 'Point', coordinates:[-73.92043228, 40.81059582]} },
{type: 'Feature',properties:{Name: '2', Address: '413 EAST 141ST STREET, MOTT HAVEN/PORT MORRIS', Month: '1', Price: '1808'}, geometry: { type: 'Point', coordinates:[-73.92069947, 40.81070854]} },
{type: 'Feature',properties:{Name: '2', Address: '471 EAST 144 STREET, MOTT HAVEN/PORT MORRIS', Month: '12', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.91771765, 40.81196079]} },
{type: 'Feature',properties:{Name: '2', Address: '455 EAST 144TH STREET, MOTT HAVEN/PORT MORRIS', Month: '4', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.91807875, 40.81208181]} },
{type: 'Feature',properties:{Name: '2', Address: '441 EAST 144 STREET, MOTT HAVEN/PORT MORRIS', Month: '3', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.91885148, 40.81237055]} },
{type: 'Feature',properties:{Name: '2', Address: '427 EAST 144TH STREET, MOTT HAVEN/PORT MORRIS', Month: '10', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.91920894, 40.81251902]} },
{type: 'Feature',properties:{Name: '2', Address: '476 EAST 146 STREET, MOTT HAVEN/PORT MORRIS', Month: '1', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.91683826, 40.81319528]} },
{type: 'Feature',properties:{Name: '2', Address: '433 EAST 147TH STREET, MOTT HAVEN/PORT MORRIS', Month: '8', Price: '2340'}, geometry: { type: 'Point', coordinates:[-73.91748723, 40.81424423]} },
{type: 'Feature',properties:{Name: '2', Address: '413 EAST 147 STREET, MOTT HAVEN/PORT MORRIS', Month: '9', Price: '2340'}, geometry: { type: 'Point', coordinates:[-73.91801439, 40.81446967]} },
{type: 'Feature',properties:{Name: '2', Address: '304 ALEXANDER AVENUE, MOTT HAVEN/PORT MORRIS', Month: '9', Price: '2944'}, geometry: { type: 'Point', coordinates:[-73.92405813, 40.811515]} },
{type: 'Feature',properties:{Name: '2', Address: '447-449 JACKSON AVENUE, MOTT HAVEN/PORT MORRIS', Month: '2', Price: '3087'}, geometry: { type: 'Point', coordinates:[-73.90994866, 40.81081867]} },
{type: 'Feature',properties:{Name: '2', Address: '748 EAST 137 ST, MOTT HAVEN/PORT MORRIS', Month: '9', Price: '1650'}, geometry: { type: 'Point', coordinates:[-73.91230607, 40.80375007]} },
{type: 'Feature',properties:{Name: '2', Address: '699 EAST 142 STREET, MOTT HAVEN/PORT MORRIS', Month: '6', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.91166803, 40.80821525]} },
{type: 'Feature',properties:{Name: '2', Address: '764B EAST 149 STREET, MOTT HAVEN/PORT MORRIS', Month: '4', Price: '4827'}, geometry: { type: 'Point', coordinates:[-73.90768472, 40.81264761]} },
{type: 'Feature',properties:{Name: '2', Address: '462 EAST 134 STREET, MOTT HAVEN/PORT MORRIS', Month: '5', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.92284739, 40.80575577]} },
{type: 'Feature',properties:{Name: '2', Address: '433 EAST 139TH STREET, MOTT HAVEN/PORT MORRIS', Month: '2', Price: '3334'}, geometry: { type: 'Point', coordinates:[-73.92110941, 40.80924314]} },
{type: 'Feature',properties:{Name: '2', Address: '432 EAST 141 STREET, MOTT HAVEN/PORT MORRIS', Month: '4', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.92019039, 40.81047489]} },
{type: 'Feature',properties:{Name: '2', Address: '436 EAST 141ST STREET, MOTT HAVEN/PORT MORRIS', Month: '2', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.92009291, 40.81043365]} },
{type: 'Feature',properties:{Name: '2', Address: '444 EAST 141ST STREET, MOTT HAVEN/PORT MORRIS', Month: '9', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.91989432, 40.81034842]} },
{type: 'Feature',properties:{Name: '2', Address: '438 EAST 148 STREET, MOTT HAVEN/PORT MORRIS', Month: '5', Price: '2964'}, geometry: { type: 'Point', coordinates:[-73.91685435, 40.81477625]} },
{type: 'Feature',properties:{Name: '2', Address: '717 EAST 133RD STREET, MOTT HAVEN/PORT MORRIS', Month: '6', Price: '2550'}, geometry: { type: 'Point', coordinates:[-73.91512983, 40.8016113]} },
{type: 'Feature',properties:{Name: '2', Address: '331 CONCORD AVENUE, MOTT HAVEN/PORT MORRIS', Month: '12', Price: '2148'}, geometry: { type: 'Point', coordinates:[-73.91057135, 40.80712475]} },
{type: 'Feature',properties:{Name: '2', Address: '434 WALES AVENUE, MOTT HAVEN/PORT MORRIS', Month: '12', Price: '2262'}, geometry: { type: 'Point', coordinates:[-73.9083462, 40.80975245]} },
{type: 'Feature',properties:{Name: '2', Address: '518 WALES AVENUE, MOTT HAVEN/PORT MORRIS', Month: '8', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.90747586, 40.81216986]} },
{type: 'Feature',properties:{Name: '2', Address: '518 WALES AVENUE, MOTT HAVEN/PORT MORRIS', Month: '6', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.90747586, 40.81216986]} },
{type: 'Feature',properties:{Name: '2', Address: '528 WALES AVENUE, MOTT HAVEN/PORT MORRIS', Month: '9', Price: '2001'}, geometry: { type: 'Point', coordinates:[-73.90739245, 40.81240035]} },
{type: 'Feature',properties:{Name: '2', Address: '528 WALES AVENUE, MOTT HAVEN/PORT MORRIS', Month: '6', Price: '2001'}, geometry: { type: 'Point', coordinates:[-73.90739245, 40.81240035]} },
{type: 'Feature',properties:{Name: '2', Address: '522 TIMPSON PLACE, MOTT HAVEN/PORT MORRIS', Month: '3', Price: '2976'}, geometry: { type: 'Point', coordinates:[-73.90464204, 40.8107595]} },
{type: 'Feature',properties:{Name: '2', Address: '530 TIMPSON PLACE, MOTT HAVEN/PORT MORRIS', Month: '3', Price: '3150'}, geometry: { type: 'Point', coordinates:[-73.90429854, 40.81098154]} },
{type: 'Feature',properties:{Name: '2', Address: '875 EAST 147 STREET, MOTT HAVEN/PORT MORRIS', Month: '9', Price: '4595'}, geometry: { type: 'Point', coordinates:[-73.90449448, 40.81037787]} },
{type: 'Feature',properties:{Name: '2', Address: '417 EAST 135 STREET, MOTT HAVEN/PORT MORRIS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92370934, 40.80694755]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A EAST 135 STREET, MOTT HAVEN/PORT MORRIS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92344911, 40.80707638]} },
{type: 'Feature',properties:{Name: '2', Address: '313 ALEXANDER AVENUE, MOTT HAVEN/PORT MORRIS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92393508, 40.81171254]} },
{type: 'Feature',properties:{Name: '2', Address: '260 BROOK AVENUE, MOTT HAVEN/PORT MORRIS', Month: '3', Price: '23329'}, geometry: { type: 'Point', coordinates:[-73.91894349, 40.808012]} },
{type: 'Feature',properties:{Name: '2', Address: '412 EAST 134 STREET, MOTT HAVEN/PORT MORRIS', Month: '1', Price: '2250'}, geometry: { type: 'Point', coordinates:[-73.92389804, 40.80619288]} },
{type: 'Feature',properties:{Name: '2', Address: '459 EAST 135 STREET, MOTT HAVEN/PORT MORRIS', Month: '4', Price: '9205'}, geometry: { type: 'Point', coordinates:[-73.92244569, 40.80640051]} },
{type: 'Feature',properties:{Name: '2', Address: '439 EAST 135 STREET, MOTT HAVEN/PORT MORRIS', Month: '11', Price: '10905'}, geometry: { type: 'Point', coordinates:[-73.92325804, 40.80674963]} },
{type: 'Feature',properties:{Name: '2', Address: '439 EAST 135TH STREET, MOTT HAVEN/PORT MORRIS', Month: '3', Price: '10905'}, geometry: { type: 'Point', coordinates:[-73.92325804, 40.80674963]} },
{type: 'Feature',properties:{Name: '2', Address: '435 EAST 135 STREET, MOTT HAVEN/PORT MORRIS', Month: '5', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.92333746, 40.80678537]} },
{type: 'Feature',properties:{Name: '2', Address: '403 EAST 139 STREET, MOTT HAVEN/PORT MORRIS', Month: '3', Price: '2799'}, geometry: { type: 'Point', coordinates:[-73.92180625, 40.80954004]} },
{type: 'Feature',properties:{Name: '2', Address: '420 EAST 148TH STREET, MOTT HAVEN/PORT MORRIS', Month: '12', Price: '7012'}, geometry: { type: 'Point', coordinates:[-73.91714322, 40.81489174]} },
{type: 'Feature',properties:{Name: '2', Address: '422 E. 148TH STREET, MOTT HAVEN/PORT MORRIS', Month: '11', Price: '7012'}, geometry: { type: 'Point', coordinates:[-73.91711072, 40.81487799]} },
{type: 'Feature',properties:{Name: '2', Address: '424 EAST 148 STREET, MOTT HAVEN/PORT MORRIS', Month: '5', Price: '7012'}, geometry: { type: 'Point', coordinates:[-73.91707822, 40.81486699]} },
{type: 'Feature',properties:{Name: '2', Address: '41 BRUCKNER BOULEVARD, MOTT HAVEN/PORT MORRIS', Month: '5', Price: '6260'}, geometry: { type: 'Point', coordinates:[-73.92711597, 40.8066945]} },
{type: 'Feature',properties:{Name: '2', Address: '41 BRUCKNER BOULEVARD, MOTT HAVEN/PORT MORRIS', Month: '10', Price: '6260'}, geometry: { type: 'Point', coordinates:[-73.92711597, 40.8066945]} },
{type: 'Feature',properties:{Name: '2', Address: '41 BRUCKNER BOULEVARD, MOTT HAVEN/PORT MORRIS', Month: '10', Price: '6260'}, geometry: { type: 'Point', coordinates:[-73.92711597, 40.8066945]} },
{type: 'Feature',properties:{Name: '2', Address: '237 WILLIS AVENUE, MOTT HAVEN/PORT MORRIS', Month: '6', Price: '11640'}, geometry: { type: 'Point', coordinates:[-73.92282171, 40.80921136]} },
{type: 'Feature',properties:{Name: '2', Address: '359 EAST 138TH STREET, MOTT HAVEN/PORT MORRIS', Month: '2', Price: '8855'}, geometry: { type: 'Point', coordinates:[-73.92388699, 40.8095332]} },
{type: 'Feature',properties:{Name: '2', Address: '343 EAST 138TH STREET, MOTT HAVEN/PORT MORRIS', Month: '8', Price: '8775'}, geometry: { type: 'Point', coordinates:[-73.92461996, 40.80984109]} },
{type: 'Feature',properties:{Name: '2', Address: '287 EAST 139 STREET, MOTT HAVEN/PORT MORRIS', Month: '7', Price: '4616'}, geometry: { type: 'Point', coordinates:[-73.92572745, 40.81120594]} },
{type: 'Feature',properties:{Name: '2', Address: '384 GRAND CONCOURSE, MOTT HAVEN/PORT MORRIS', Month: '4', Price: '19500'}, geometry: { type: 'Point', coordinates:[-73.92847155, 40.81585174]} },
{type: 'Feature',properties:{Name: '2', Address: '212 ST ANNS AVENUE, MOTT HAVEN/PORT MORRIS', Month: '10', Price: '8835'}, geometry: { type: 'Point', coordinates:[-73.91784389, 40.80626557]} },
{type: 'Feature',properties:{Name: '2', Address: '743 EAST 136TH STREET, MOTT HAVEN/PORT MORRIS', Month: '12', Price: '3900'}, geometry: { type: 'Point', coordinates:[-73.91293888, 40.80321807]} },
{type: 'Feature',properties:{Name: '2', Address: '710 EAST 138 STREET, MOTT HAVEN/PORT MORRIS', Month: '5', Price: '18640'}, geometry: { type: 'Point', coordinates:[-73.91310275, 40.80496384]} },
{type: 'Feature',properties:{Name: '2', Address: '506 JACKSON AVENUE, MOTT HAVEN/PORT MORRIS', Month: '11', Price: '7040'}, geometry: { type: 'Point', coordinates:[-73.90948458, 40.81205892]} },
{type: 'Feature',properties:{Name: '2', Address: '539 WALES AVENUE, MOTT HAVEN/PORT MORRIS', Month: '4', Price: '7828'}, geometry: { type: 'Point', coordinates:[-73.90733432, 40.81263635]} },
{type: 'Feature',properties:{Name: '2', Address: '272 ALEXANDER AVENUE, 4A, MOTT HAVEN/PORT MORRIS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92473833, 40.81058773]} },
{type: 'Feature',properties:{Name: '2', Address: '500 SOUTHERN BOULEVARD, 5F, MOTT HAVEN/PORT MORRIS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90538547, 40.81128161]} },
{type: 'Feature',properties:{Name: '2', Address: '500 SOUTHERN BOULEVARD, 5E, MOTT HAVEN/PORT MORRIS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90538547, 40.81128161]} },
{type: 'Feature',properties:{Name: '2', Address: '498 SOUTHERN BOULEVARD, 4A, MOTT HAVEN/PORT MORRIS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90544693, 40.81124324]} },
{type: 'Feature',properties:{Name: '2', Address: '496 SOUTHERN BLVD, 5A, MOTT HAVEN/PORT MORRIS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9055084, 40.81120212]} },
{type: 'Feature',properties:{Name: '2', Address: '488 SOUTHERN BOULEVARD, 4A, MOTT HAVEN/PORT MORRIS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90575066, 40.81104312]} },
{type: 'Feature',properties:{Name: '2', Address: '370 WILLIS AVENUE, MOTT HAVEN/PORT MORRIS', Month: '8', Price: '3560'}, geometry: { type: 'Point', coordinates:[-73.92070867, 40.81208091]} },
{type: 'Feature',properties:{Name: '2', Address: '53 BRUCKNER BOULEVARD, MOTT HAVEN/PORT MORRIS', Month: '8', Price: '5120'}, geometry: { type: 'Point', coordinates:[-73.92675852, 40.80654331]} },
{type: 'Feature',properties:{Name: '2', Address: '51 BRUCKNER BOULEVARD, MOTT HAVEN/PORT MORRIS', Month: '9', Price: '5120'}, geometry: { type: 'Point', coordinates:[-73.92681629, 40.80656805]} },
{type: 'Feature',properties:{Name: '2', Address: '2809 3 AVENUE, MOTT HAVEN/PORT MORRIS', Month: '2', Price: '7248'}, geometry: { type: 'Point', coordinates:[-73.91966476, 40.8149841]} },
{type: 'Feature',properties:{Name: '2', Address: '2580 3 AVENUE, MOTT HAVEN/PORT MORRIS', Month: '12', Price: '3670'}, geometry: { type: 'Point', coordinates:[-73.92607737, 40.81164257]} },
{type: 'Feature',properties:{Name: '2', Address: '304 GRAND CONCOURSE, MOTT HAVEN/PORT MORRIS', Month: '12', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.92913088, 40.81415317]} },
{type: 'Feature',properties:{Name: '2', Address: '695 EAST 132ND STREET, MOTT HAVEN/PORT MORRIS', Month: '8', Price: '11075'}, geometry: { type: 'Point', coordinates:[-73.91598648, 40.80112062]} },
{type: 'Feature',properties:{Name: '2', Address: '458 EAST 138 STREET, MOTT HAVEN/PORT MORRIS', Month: '7', Price: '2499'}, geometry: { type: 'Point', coordinates:[-73.92112491, 40.80835386]} },
{type: 'Feature',properties:{Name: '2', Address: '303 BROOK AVENUE, MOTT HAVEN/PORT MORRIS', Month: '12', Price: '4998'}, geometry: { type: 'Point', coordinates:[-73.91831355, 40.80914787]} },
{type: 'Feature',properties:{Name: '2', Address: '469 BROOK AVENUE, MOTT HAVEN/PORT MORRIS', Month: '12', Price: '2549'}, geometry: { type: 'Point', coordinates:[-73.91604365, 40.81306845]} },
{type: 'Feature',properties:{Name: '2', Address: '2488 3 AVENUE, MOTT HAVEN/PORT MORRIS', Month: '3', Price: '2084'}, geometry: { type: 'Point', coordinates:[-73.92868015, 40.80998091]} },
{type: 'Feature',properties:{Name: '2', Address: '270 EAST 137 STREET, MOTT HAVEN/PORT MORRIS', Month: '7', Price: '11700'}, geometry: { type: 'Point', coordinates:[-73.92777322, 40.8101862]} },
{type: 'Feature',properties:{Name: '2', Address: '603-609 EAST 137TH STREET, MOTT HAVEN/PORT MORRIS', Month: '1', Price: '8014'}, geometry: { type: 'Point', coordinates:[-73.91699208, 40.80572425]} },
{type: 'Feature',properties:{Name: '2', Address: '497-505 TINTON AVENUE, MOTT HAVEN/PORT MORRIS', Month: '12', Price: '7873'}, geometry: { type: 'Point', coordinates:[-73.90676878, 40.81147487]} },
{type: 'Feature',properties:{Name: '2', Address: '2417 3RD AVENUE, MOTT HAVEN/PORT MORRIS', Month: '2', Price: '154380'}, geometry: { type: 'Point', coordinates:[-73.93066492, 40.80849174]} },
{type: 'Feature',properties:{Name: '2', Address: '221 EAST 138 STREET, MOTT HAVEN/PORT MORRIS', Month: '4', Price: '5000'}, geometry: { type: 'Point', coordinates:[-73.92847208, 40.81199541]} },
{type: 'Feature',properties:{Name: '2', Address: '225 EAST 138 STREET, MOTT HAVEN/PORT MORRIS', Month: '6', Price: '5840'}, geometry: { type: 'Point', coordinates:[-73.92837462, 40.81192124]} },
{type: 'Feature',properties:{Name: '2', Address: '389 RIDER AVENUE, MOTT HAVEN/PORT MORRIS', Month: '3', Price: '31250'}, geometry: { type: 'Point', coordinates:[-73.92554615, 40.81503745]} },
{type: 'Feature',properties:{Name: '2', Address: '168 EAST 144 STREET, MOTT HAVEN/PORT MORRIS', Month: '4', Price: '5000'}, geometry: { type: 'Point', coordinates:[-73.92779897, 40.81641399]} },
{type: 'Feature',properties:{Name: '2', Address: '605 EAST 132 STREET, MOTT HAVEN/PORT MORRIS', Month: '12', Price: '38150'}, geometry: { type: 'Point', coordinates:[-73.91909115, 40.80242933]} },
{type: 'Feature',properties:{Name: '2', Address: '805 EAST 134 STREET, MOTT HAVEN/PORT MORRIS', Month: '4', Price: '5000'}, geometry: { type: 'Point', coordinates:[-73.91234544, 40.80127985]} },
{type: 'Feature',properties:{Name: '2', Address: '850 EAST 138 STREET, MOTT HAVEN/PORT MORRIS', Month: '3', Price: '74080'}, geometry: { type: 'Point', coordinates:[-73.90904881, 40.80314096]} },
{type: 'Feature',properties:{Name: '2', Address: '529 ST ANNS AVENUE, MOTT HAVEN/PORT MORRIS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91319951, 40.81386506]} },
{type: 'Feature',properties:{Name: '2', Address: '352 WILLIS AVENUE, MOTT HAVEN/PORT MORRIS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92109222, 40.81155418]} },
{type: 'Feature',properties:{Name: '2', Address: '5 BRUCKNER BOULEVARD, MOTT HAVEN/PORT MORRIS', Month: '4', Price: '5000'}, geometry: { type: 'Point', coordinates:[-73.93022113, 40.80798644]} },
{type: 'Feature',properties:{Name: '2', Address: '2490 3 AVENUE, MOTT HAVEN/PORT MORRIS', Month: '8', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.92864038, 40.81001108]} },
{type: 'Feature',properties:{Name: '2', Address: '2490 3 AVENUE, MOTT HAVEN/PORT MORRIS', Month: '1', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.92864038, 40.81001108]} },
{type: 'Feature',properties:{Name: '2', Address: '2490 3 AVENUE, MOTT HAVEN/PORT MORRIS', Month: '5', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.92864038, 40.81001108]} },
{type: 'Feature',properties:{Name: '2', Address: '362 COURTLANDT AVENUE, MOTT HAVEN/PORT MORRIS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91924122, 40.81568645]} },
{type: 'Feature',properties:{Name: '2', Address: '310 GRAND CONCOURSE, MOTT HAVEN/PORT MORRIS', Month: '9', Price: '4133'}, geometry: { type: 'Point', coordinates:[-73.92909831, 40.8142053]} },
{type: 'Feature',properties:{Name: '2', Address: '150 BRUCKNER BOULEVARD, MOTT HAVEN/PORT MORRIS', Month: '12', Price: '48828'}, geometry: { type: 'Point', coordinates:[-73.9195883, 40.80351659]} },
{type: 'Feature',properties:{Name: '2', Address: 'OAK TERRACE, MOTT HAVEN/PORT MORRIS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91463305, 40.80875545]} },
{type: 'Feature',properties:{Name: '2', Address: '602 OAK TERRACE, MOTT HAVEN/PORT MORRIS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91426087, 40.80884301]} },
{type: 'Feature',properties:{Name: '2', Address: '449 JACKSON AVENUE, MOTT HAVEN/PORT MORRIS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90993777, 40.81085434]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A EAST 141 STREET, MOTT HAVEN/PORT MORRIS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90609293, 40.80401142]} },
{type: 'Feature',properties:{Name: '2', Address: '903 EAST 140 STREET, MOTT HAVEN/PORT MORRIS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90656659, 40.8036742]} },
{type: 'Feature',properties:{Name: '2', Address: '458 SOUTHERN BOULEVARD, MOTT HAVEN/PORT MORRIS', Month: '9', Price: '1560'}, geometry: { type: 'Point', coordinates:[-73.90663296, 40.81043726]} },
{type: 'Feature',properties:{Name: '2', Address: '869 EAST 147 STREET, MOTT HAVEN/PORT MORRIS', Month: '5', Price: '1830'}, geometry: { type: 'Point', coordinates:[-73.90467144, 40.81041369]} },
{type: 'Feature',properties:{Name: '2', Address: '881 EAST 147 STREET, MOTT HAVEN/PORT MORRIS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90432113, 40.81034204]} },
{type: 'Feature',properties:{Name: '2', Address: '521 BERGEN AVENUE, MOTT HAVEN/PORT MORRIS', Month: '6', Price: '44070'}, geometry: { type: 'Point', coordinates:[-73.91747506, 40.81531466]} },
{type: 'Feature',properties:{Name: '2', Address: '288-310 WALTON AVENUE, MOTT HAVEN/PORT MORRIS', Month: '9', Price: '31760'}, geometry: { type: 'Point', coordinates:[-73.92997571, 40.81464773]} },
{type: 'Feature',properties:{Name: '2', Address: '370 GERARD AVENUE, MOTT HAVEN/PORT MORRIS', Month: '3', Price: '14400'}, geometry: { type: 'Point', coordinates:[-73.93028114, 40.8162179]} },
{type: 'Feature',properties:{Name: '2', Address: '121 EAST 144 STREET, MOTT HAVEN/PORT MORRIS', Month: '10', Price: '19800'}, geometry: { type: 'Point', coordinates:[-73.92979266, 40.81694495]} },
{type: 'Feature',properties:{Name: '2', Address: '417 GERARD AVENUE, MOTT HAVEN/PORT MORRIS', Month: '12', Price: '8993'}, geometry: { type: 'Point', coordinates:[-73.92997309, 40.81713719]} },
{type: 'Feature',properties:{Name: '2', Address: '690 EAST 133RD STREET, MOTT HAVEN/PORT MORRIS', Month: '6', Price: '5000'}, geometry: { type: 'Point', coordinates:[-73.91577244, 40.80186428]} },
{type: 'Feature',properties:{Name: '2', Address: '688 EAST 135 STREET, MOTT HAVEN/PORT MORRIS', Month: '3', Price: '10000'}, geometry: { type: 'Point', coordinates:[-73.91410238, 40.80288958]} },
{type: 'Feature',properties:{Name: '2', Address: '275 LOCUST AVENUE, MOTT HAVEN/PORT MORRIS', Month: '7', Price: '83131'}, geometry: { type: 'Point', coordinates:[-73.90648815, 40.80294404]} },
{type: 'Feature',properties:{Name: '2', Address: '920 EAST 149 STREET, MOTT HAVEN/PORT MORRIS', Month: '9', Price: '42828'}, geometry: { type: 'Point', coordinates:[-73.90276039, 40.80798576]} },
{type: 'Feature',properties:{Name: '2', Address: '920 EAST 149 STREET, MOTT HAVEN/PORT MORRIS', Month: '10', Price: '42828'}, geometry: { type: 'Point', coordinates:[-73.90276039, 40.80798576]} },
{type: 'Feature',properties:{Name: '2', Address: '329 EAST 132 STREET, MOTT HAVEN/PORT MORRIS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92828314, 40.80630273]} },
{type: 'Feature',properties:{Name: '2', Address: '329 EAST 132 STREET, MOTT HAVEN/PORT MORRIS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92828314, 40.80630273]} },
{type: 'Feature',properties:{Name: '2', Address: '330 EAST 134 STREET, MOTT HAVEN/PORT MORRIS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92661676, 40.80734194]} },
{type: 'Feature',properties:{Name: '2', Address: '135 ALEXANDER AVENUE, MOTT HAVEN/PORT MORRIS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92716225, 40.8073066]} },
{type: 'Feature',properties:{Name: '2', Address: 'EAST 135 STREET, MOTT HAVEN/PORT MORRIS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93084052, 40.8098395]} },
{type: 'Feature',properties:{Name: '2', Address: '2415 3RD AVENUE, MOTT HAVEN/PORT MORRIS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93097932, 40.80837116]} },
{type: 'Feature',properties:{Name: '2', Address: '2551 3 AVENUE, MOTT HAVEN/PORT MORRIS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92724107, 40.8112069]} },
{type: 'Feature',properties:{Name: '2', Address: '713 EAST 133 STREET, MOTT HAVEN/PORT MORRIS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91520925, 40.80164429]} },
{type: 'Feature',properties:{Name: '2', Address: '220 PARK AVENUE, MOTT HAVEN/PORT MORRIS', Month: '9', Price: '135886'}, geometry: { type: 'Point', coordinates:[-73.92594556, 40.81647045]} },
{type: 'Feature',properties:{Name: '2', Address: '220 PARK AVENUE, MOTT HAVEN/PORT MORRIS', Month: '5', Price: '135886'}, geometry: { type: 'Point', coordinates:[-73.92594556, 40.81647045]} },
{type: 'Feature',properties:{Name: '2', Address: '402 EAST 140 STREET, MOTT HAVEN/PORT MORRIS', Month: '6', Price: '1505'}, geometry: { type: 'Point', coordinates:[-73.92138287, 40.81015732]} },
{type: 'Feature',properties:{Name: '2', Address: '432 EAST 142 STREET, MOTT HAVEN/PORT MORRIS', Month: '2', Price: '2250'}, geometry: { type: 'Point', coordinates:[-73.92003055, 40.81121859]} },
{type: 'Feature',properties:{Name: '2', Address: '279 ALEXANDER AVENUE, MOTT HAVEN/PORT MORRIS', Month: '3', Price: '2139'}, geometry: { type: 'Point', coordinates:[-73.924561, 40.81086483]} },
{type: 'Feature',properties:{Name: '2', Address: '413 EAST 135 STREET, MOTT HAVEN/PORT MORRIS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92378877, 40.80698329]} },
{type: 'Feature',properties:{Name: '2', Address: '413 EAST 135 STREET, MOTT HAVEN/PORT MORRIS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92378877, 40.80698329]} },
{type: 'Feature',properties:{Name: '2', Address: '133 ALEXANDER AVENUE, MOTT HAVEN/PORT MORRIS', Month: '10', Price: '10165'}, geometry: { type: 'Point', coordinates:[-73.92718034, 40.80728191]} },
{type: 'Feature',properties:{Name: '2', Address: '1777 TOPPING AVENUE, MOUNT HOPE/MOUNT EDEN', Month: '4', Price: '2399'}, geometry: { type: 'Point', coordinates:[-73.90565773, 40.8460217]} },
{type: 'Feature',properties:{Name: '2', Address: '130 E. 177TH ST, MOUNT HOPE/MOUNT EDEN', Month: '6', Price: '1392'}, geometry: { type: 'Point', coordinates:[-73.90741303, 40.84954184]} },
{type: 'Feature',properties:{Name: '2', Address: '1942 GRAND CONCOURSE, MOUNT HOPE/MOUNT EDEN', Month: '11', Price: '2346'}, geometry: { type: 'Point', coordinates:[-73.90522139, 40.85039915]} },
{type: 'Feature',properties:{Name: '2', Address: '240 EAST 178 STREET, MOUNT HOPE/MOUNT EDEN', Month: '5', Price: '3582'}, geometry: { type: 'Point', coordinates:[-73.90400702, 40.85029659]} },
{type: 'Feature',properties:{Name: '2', Address: '240 EAST 178TH STREET, MOUNT HOPE/MOUNT EDEN', Month: '11', Price: '3582'}, geometry: { type: 'Point', coordinates:[-73.90400702, 40.85029659]} },
{type: 'Feature',properties:{Name: '2', Address: '107 EAST 175TH STREET, MOUNT HOPE/MOUNT EDEN', Month: '1', Price: '1516'}, geometry: { type: 'Point', coordinates:[-73.91038778, 40.84688182]} },
{type: 'Feature',properties:{Name: '2', Address: '1829 ANTHONY, MOUNT HOPE/MOUNT EDEN', Month: '11', Price: '2548'}, geometry: { type: 'Point', coordinates:[-73.90403338, 40.84706335]} },
{type: 'Feature',properties:{Name: '2', Address: '1829 ANTHONY AVENUE, MOUNT HOPE/MOUNT EDEN', Month: '3', Price: '2548'}, geometry: { type: 'Point', coordinates:[-73.90378416, 40.84693689]} },
{type: 'Feature',properties:{Name: '2', Address: '1692 WEEKS AVENUE, MOUNT HOPE/MOUNT EDEN', Month: '2', Price: '3066'}, geometry: { type: 'Point', coordinates:[-73.9075975, 40.8442447]} },
{type: 'Feature',properties:{Name: '2', Address: '1740 EASTBURN AVENUE, MOUNT HOPE/MOUNT EDEN', Month: '11', Price: '2640'}, geometry: { type: 'Point', coordinates:[-73.90839437, 40.84561495]} },
{type: 'Feature',properties:{Name: '2', Address: '1770 TOPPING AVENUE, MOUNT HOPE/MOUNT EDEN', Month: '11', Price: '3411'}, geometry: { type: 'Point', coordinates:[-73.90564706, 40.84590367]} },
{type: 'Feature',properties:{Name: '2', Address: '247 EAST 175TH STREET, MOUNT HOPE/MOUNT EDEN', Month: '9', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.90598927, 40.84671638]} },
{type: 'Feature',properties:{Name: '2', Address: '1974 MORRIS AVE, MOUNT HOPE/MOUNT EDEN', Month: '1', Price: '3192'}, geometry: { type: 'Point', coordinates:[-73.9073674, 40.85116392]} },
{type: 'Feature',properties:{Name: '2', Address: '1554 SELWYN AVENUE, MOUNT HOPE/MOUNT EDEN', Month: '3', Price: '2940'}, geometry: { type: 'Point', coordinates:[-73.91050285, 40.84195516]} },
{type: 'Feature',properties:{Name: '2', Address: '1505 MORRIS AVENUE, MOUNT HOPE/MOUNT EDEN', Month: '6', Price: '3216'}, geometry: { type: 'Point', coordinates:[-73.90944107, 40.84138069]} },
{type: 'Feature',properties:{Name: '2', Address: '1703 TOWNSEND AVENUE, MOUNT HOPE/MOUNT EDEN', Month: '3', Price: '3900'}, geometry: { type: 'Point', coordinates:[-73.91213055, 40.84641382]} },
{type: 'Feature',properties:{Name: '2', Address: '1716 TOWNSEND AVENUE, MOUNT HOPE/MOUNT EDEN', Month: '11', Price: '3360'}, geometry: { type: 'Point', coordinates:[-73.91194954, 40.84663326]} },
{type: 'Feature',properties:{Name: '2', Address: '1771 WEEKS AVE, MOUNT HOPE/MOUNT EDEN', Month: '4', Price: '4245'}, geometry: { type: 'Point', coordinates:[-73.90745019, 40.84621528]} },
{type: 'Feature',properties:{Name: '2', Address: '1757 MONROE AVENUE, MOUNT HOPE/MOUNT EDEN', Month: '2', Price: '3558'}, geometry: { type: 'Point', coordinates:[-73.90655412, 40.84600596]} },
{type: 'Feature',properties:{Name: '2', Address: '247 MT HOPE PLACE, MOUNT HOPE/MOUNT EDEN', Month: '12', Price: '3528'}, geometry: { type: 'Point', coordinates:[-73.9049137, 40.84818118]} },
{type: 'Feature',properties:{Name: '2', Address: '134 EAST 177 ST, MOUNT HOPE/MOUNT EDEN', Month: '3', Price: '3208'}, geometry: { type: 'Point', coordinates:[-73.90736606, 40.84953082]} },
{type: 'Feature',properties:{Name: '2', Address: '1541 SELWYN AVENUE, MOUNT HOPE/MOUNT EDEN', Month: '2', Price: '2167'}, geometry: { type: 'Point', coordinates:[-73.91052459, 40.84191401]} },
{type: 'Feature',properties:{Name: '2', Address: '63 E 177TH STREET, MOUNT HOPE/MOUNT EDEN', Month: '6', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.90879701, 40.84983388]} },
{type: 'Feature',properties:{Name: '2', Address: '1973 MORRIS AVENUE, MOUNT HOPE/MOUNT EDEN', Month: '1', Price: '3432'}, geometry: { type: 'Point', coordinates:[-73.90742166, 40.85113103]} },
{type: 'Feature',properties:{Name: '2', Address: '23 MOUNT HOPE PLACE, MOUNT HOPE/MOUNT EDEN', Month: '4', Price: '3420'}, geometry: { type: 'Point', coordinates:[-73.91033035, 40.84926693]} },
{type: 'Feature',properties:{Name: '2', Address: '1756 CLAY AVENUE, MOUNT HOPE/MOUNT EDEN', Month: '3', Price: '3792'}, geometry: { type: 'Point', coordinates:[-73.90476925, 40.84556535]} },
{type: 'Feature',properties:{Name: '2', Address: '1752 MONROE AVENUE, MOUNT HOPE/MOUNT EDEN', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90653613, 40.84594831]} },
{type: 'Feature',properties:{Name: '2', Address: '1752 MONROE AVENUE, MOUNT HOPE/MOUNT EDEN', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90653613, 40.84594831]} },
{type: 'Feature',properties:{Name: '2', Address: '1773 TOPPING AVENUE, MOUNT HOPE/MOUNT EDEN', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90566507, 40.84594211]} },
{type: 'Feature',properties:{Name: '2', Address: '1952 ANTHONY AVENUE, MOUNT HOPE/MOUNT EDEN', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90279266, 40.85019677]} },
{type: 'Feature',properties:{Name: '2', Address: '1952 ANTHONY AVENUE, MOUNT HOPE/MOUNT EDEN', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90279266, 40.85019677]} },
{type: 'Feature',properties:{Name: '2', Address: '1954 ANTHONY AVENUE, MOUNT HOPE/MOUNT EDEN', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90279262, 40.85022696]} },
{type: 'Feature',properties:{Name: '2', Address: '1954 ANTHONY AVENUE, MOUNT HOPE/MOUNT EDEN', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90279262, 40.85022696]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A TOWNSEND AVENUE, MOUNT HOPE/MOUNT EDEN', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91546557, 40.84156367]} },
{type: 'Feature',properties:{Name: '2', Address: '1464 COLLEGE AVENUE, MOUNT HOPE/MOUNT EDEN', Month: '12', Price: '2496'}, geometry: { type: 'Point', coordinates:[-73.90961759, 40.83914114]} },
{type: 'Feature',properties:{Name: '2', Address: '1466 COLLEGE AVENUE, MOUNT HOPE/MOUNT EDEN', Month: '8', Price: '2496'}, geometry: { type: 'Point', coordinates:[-73.90959586, 40.83917681]} },
{type: 'Feature',properties:{Name: '2', Address: '1513 TELLER AVENUE, MOUNT HOPE/MOUNT EDEN', Month: '7', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.90928647, 40.84078496]} },
{type: 'Feature',properties:{Name: '2', Address: '1756 TOPPING AVENUE, MOUNT HOPE/MOUNT EDEN', Month: '5', Price: '5399'}, geometry: { type: 'Point', coordinates:[-73.90567275, 40.84562922]} },
{type: 'Feature',properties:{Name: '2', Address: '2043 CRESTON AVENUE, MOUNT HOPE/MOUNT EDEN', Month: '4', Price: '24500'}, geometry: { type: 'Point', coordinates:[-73.90497246, 40.85258922]} },
{type: 'Feature',properties:{Name: '2', Address: '1694-1698 SELWYN AVENUE, MOUNT HOPE/MOUNT EDEN', Month: '11', Price: '51210'}, geometry: { type: 'Point', coordinates:[-73.91031906, 40.84424136]} },
{type: 'Feature',properties:{Name: '2', Address: '50 EAST 172 STREET, MOUNT HOPE/MOUNT EDEN', Month: '1', Price: '36948'}, geometry: { type: 'Point', coordinates:[-73.91517601, 40.8419038]} },
{type: 'Feature',properties:{Name: '2', Address: '1727 WALTON AVENUE, MOUNT HOPE/MOUNT EDEN', Month: '10', Price: '45310'}, geometry: { type: 'Point', coordinates:[-73.91103172, 40.84645964]} },
{type: 'Feature',properties:{Name: '2', Address: '1727 WALTON AVENUE, MOUNT HOPE/MOUNT EDEN', Month: '3', Price: '45310'}, geometry: { type: 'Point', coordinates:[-73.91103172, 40.84645964]} },
{type: 'Feature',properties:{Name: '2', Address: '1715 WALTON AVENUE, MOUNT HOPE/MOUNT EDEN', Month: '7', Price: '34580'}, geometry: { type: 'Point', coordinates:[-73.91117294, 40.84626487]} },
{type: 'Feature',properties:{Name: '2', Address: '65 EAST 175TH STREET, MOUNT HOPE/MOUNT EDEN', Month: '2', Price: '37500'}, geometry: { type: 'Point', coordinates:[-73.91117529, 40.84720631]} },
{type: 'Feature',properties:{Name: '2', Address: '20 MT HOPE PLACE, MOUNT HOPE/MOUNT EDEN', Month: '6', Price: '3072'}, geometry: { type: 'Point', coordinates:[-73.9104171, 40.849267]} },
{type: 'Feature',properties:{Name: '2', Address: '20 MOUNT HOPE PLACE, MOUNT HOPE/MOUNT EDEN', Month: '7', Price: '3072'}, geometry: { type: 'Point', coordinates:[-73.9104171, 40.849267]} },
{type: 'Feature',properties:{Name: '2', Address: '1704 MORRIS AVENUE, MOUNT HOPE/MOUNT EDEN', Month: '9', Price: '61800'}, geometry: { type: 'Point', coordinates:[-73.90940815, 40.84432299]} },
{type: 'Feature',properties:{Name: '2', Address: '1511 SHERIDAN AVENUE, MOUNT HOPE/MOUNT EDEN', Month: '3', Price: '202418'}, geometry: { type: 'Point', coordinates:[-73.91133903, 40.84096771]} },
{type: 'Feature',properties:{Name: '2', Address: '1511-1521 SHERIDAN AVENUE, MOUNT HOPE/MOUNT EDEN', Month: '3', Price: '202418'}, geometry: { type: 'Point', coordinates:[-73.91133903, 40.84096771]} },
{type: 'Feature',properties:{Name: '2', Address: '1749 GRAND CONCOURSE, MOUNT HOPE/MOUNT EDEN', Month: '2', Price: '423500'}, geometry: { type: 'Point', coordinates:[-73.9100963, 40.84592918]} },
{type: 'Feature',properties:{Name: '2', Address: '1711 MORRIS AVENUE, MOUNT HOPE/MOUNT EDEN', Month: '8', Price: '85266'}, geometry: { type: 'Point', coordinates:[-73.90941149, 40.84452061]} },
{type: 'Feature',properties:{Name: '2', Address: '1685 MORRIS AVENUE, MOUNT HOPE/MOUNT EDEN', Month: '3', Price: '47472'}, geometry: { type: 'Point', coordinates:[-73.90945555, 40.84401562]} },
{type: 'Feature',properties:{Name: '2', Address: '115 HENWOOD PLACE, MOUNT HOPE/MOUNT EDEN', Month: '8', Price: '51000'}, geometry: { type: 'Point', coordinates:[-73.90994598, 40.84751002]} },
{type: 'Feature',properties:{Name: '2', Address: '1777 GRAND CONCOURSE, MOUNT HOPE/MOUNT EDEN', Month: '10', Price: '172032'}, geometry: { type: 'Point', coordinates:[-73.90940166, 40.84643092]} },
{type: 'Feature',properties:{Name: '2', Address: '216 EAST TREMONT AVENUE, 6, MOUNT HOPE/MOUNT EDEN', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90503899, 40.84903214]} },
{type: 'Feature',properties:{Name: '2', Address: '1723 TOWNSEND AVENUE, 3C, MOUNT HOPE/MOUNT EDEN', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9118988, 40.84673752]} },
{type: 'Feature',properties:{Name: '2', Address: '221 EAST 173RD STREET, 2B, MOUNT HOPE/MOUNT EDEN', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90888124, 40.84375717]} },
{type: 'Feature',properties:{Name: '2', Address: '1855 GRAND CONCOURSE, 36, MOUNT HOPE/MOUNT EDEN', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90711847, 40.84822963]} },
{type: 'Feature',properties:{Name: '2', Address: '288 EAST BURNSIDE AVENUE, MOUNT HOPE/MOUNT EDEN', Month: '12', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.90185514, 40.85110447]} },
{type: 'Feature',properties:{Name: '2', Address: '1940 GRAND CONCOURSE, MOUNT HOPE/MOUNT EDEN', Month: '6', Price: '2445'}, geometry: { type: 'Point', coordinates:[-73.90524673, 40.85036624]} },
{type: 'Feature',properties:{Name: '2', Address: '1685 MONROE AVENUE, MOUNT HOPE/MOUNT EDEN', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90673401, 40.84401894]} },
{type: 'Feature',properties:{Name: '2', Address: '1685 MONROE AVENUE, MOUNT HOPE/MOUNT EDEN', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90673401, 40.84401894]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A MONROE AVENUE, MOUNT HOPE/MOUNT EDEN', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90696, 40.843955]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A MONROE AVENUE, MOUNT HOPE/MOUNT EDEN', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90696, 40.843955]} },
{type: 'Feature',properties:{Name: '2', Address: '1779 WEEKS AVENUE, MOUNT HOPE/MOUNT EDEN', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90743922, 40.8463086]} },
{type: 'Feature',properties:{Name: '2', Address: '2026 CRESTON AVENUE, MOUNT HOPE/MOUNT EDEN', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9054359, 40.85205713]} },
{type: 'Feature',properties:{Name: '2', Address: '1561 WALTON AVENUE, MOUNT HOPE/MOUNT EDEN', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91422176, 40.84198818]} },
{type: 'Feature',properties:{Name: '2', Address: '1561 WALTON AVENUE, MOUNT HOPE/MOUNT EDEN', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91422176, 40.84198818]} },
{type: 'Feature',properties:{Name: '2', Address: '1561 WALTON AVENUE, MOUNT HOPE/MOUNT EDEN', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91422176, 40.84198818]} },
{type: 'Feature',properties:{Name: '2', Address: '1942 JEROME AVENUE, MOUNT HOPE/MOUNT EDEN', Month: '1', Price: '2900'}, geometry: { type: 'Point', coordinates:[-73.90974222, 40.85116581]} },
{type: 'Feature',properties:{Name: '2', Address: '246 EAST TREMONT AVENUE, MOUNT HOPE/MOUNT EDEN', Month: '3', Price: '7680'}, geometry: { type: 'Point', coordinates:[-73.90432713, 40.84888883]} },
{type: 'Feature',properties:{Name: '2', Address: '220 EAST 178 STREET, MOUNT HOPE/MOUNT EDEN', Month: '12', Price: '5500'}, geometry: { type: 'Point', coordinates:[-73.90431418, 40.85035723]} },
{type: 'Feature',properties:{Name: '2', Address: '366 EAST 173 STREET, MOUNT HOPE/MOUNT EDEN', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.904357, 40.84320182]} },
{type: 'Feature',properties:{Name: '2', Address: '1400 TAYLOR AVENUE, PARKCHESTER', Month: '7', Price: '1519'}, geometry: { type: 'Point', coordinates:[-73.86602914, 40.83556356]} },
{type: 'Feature',properties:{Name: '2', Address: '1403 WHITE PLAINS ROAD, PARKCHESTER', Month: '12', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.86323134, 40.8359116]} },
{type: 'Feature',properties:{Name: '2', Address: '1511 ST LAWRENCE AVENUE, PARKCHESTER', Month: '10', Price: '1614'}, geometry: { type: 'Point', coordinates:[-73.86826397, 40.83845357]} },
{type: 'Feature',properties:{Name: '2', Address: '1544 THIERIOT AVENUE, PARKCHESTER', Month: '11', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.86568268, 40.83891171]} },
{type: 'Feature',properties:{Name: '2', Address: '1978 MC GRAW AVENUE, PARKCHESTER', Month: '3', Price: '1665'}, geometry: { type: 'Point', coordinates:[-73.85848118, 40.83495894]} },
{type: 'Feature',properties:{Name: '2', Address: '1971 BENEDICT AVENUE, PARKCHESTER', Month: '12', Price: '2552'}, geometry: { type: 'Point', coordinates:[-73.85892727, 40.83421018]} },
{type: 'Feature',properties:{Name: '2', Address: '2016 MCGRAW AVENUE, PARKCHESTER', Month: '4', Price: '1840'}, geometry: { type: 'Point', coordinates:[-73.85773282, 40.83510624]} },
{type: 'Feature',properties:{Name: '2', Address: '1716 VAN BUREN STREET, PARKCHESTER', Month: '4', Price: '1116'}, geometry: { type: 'Point', coordinates:[-73.87046249, 40.84153563]} },
{type: 'Feature',properties:{Name: '2', Address: '1747 GARFIELD STREET, PARKCHESTER', Month: '4', Price: '1807'}, geometry: { type: 'Point', coordinates:[-73.86877141, 40.84319976]} },
{type: 'Feature',properties:{Name: '2', Address: '619 BAKER AVENUE, PARKCHESTER', Month: '11', Price: '1058'}, geometry: { type: 'Point', coordinates:[-73.8663926, 40.84172312]} },
{type: 'Feature',properties:{Name: '2', Address: '1404 THIERIOT AVENUE, PARKCHESTER', Month: '5', Price: '2905'}, geometry: { type: 'Point', coordinates:[-73.86513613, 40.83576014]} },
{type: 'Feature',properties:{Name: '2', Address: '1475 LELAND AVENUE, PARKCHESTER', Month: '10', Price: '2249'}, geometry: { type: 'Point', coordinates:[-73.86439996, 40.8370191]} },
{type: 'Feature',properties:{Name: '2', Address: '1460 COMMONWEALTH AVENUE, PARKCHESTER', Month: '7', Price: '3302'}, geometry: { type: 'Point', coordinates:[-73.86908382, 40.83688453]} },
{type: 'Feature',properties:{Name: '2', Address: '1483 ST LAWRENCE AVENUE, PARKCHESTER', Month: '5', Price: '2013'}, geometry: { type: 'Point', coordinates:[-73.86822262, 40.83743524]} },
{type: 'Feature',properties:{Name: '2', Address: '1466 SAINT LAWRENCE, PARKCHESTER', Month: '12', Price: '2112'}, geometry: { type: 'Point', coordinates:[-73.86792001, 40.83695457]} },
{type: 'Feature',properties:{Name: '2', Address: '1492 ST LAWRENCE AVENUE, PARKCHESTER', Month: '1', Price: '1836'}, geometry: { type: 'Point', coordinates:[-73.8682113, 40.83767676]} },
{type: 'Feature',properties:{Name: '2', Address: '1748 EAST TREMONT AVENUE, PARKCHESTER', Month: '12', Price: '4522'}, geometry: { type: 'Point', coordinates:[-73.86966798, 40.83938288]} },
{type: 'Feature',properties:{Name: '2', Address: '2043 BENEDICT AVENUE, PARKCHESTER', Month: '11', Price: '2229'}, geometry: { type: 'Point', coordinates:[-73.85652357, 40.83447071]} },
{type: 'Feature',properties:{Name: '2', Address: '1357 PURDY STREET, PARKCHESTER', Month: '7', Price: '1848'}, geometry: { type: 'Point', coordinates:[-73.85299899, 40.83500698]} },
{type: 'Feature',properties:{Name: '2', Address: '1353 PURDY STREET, PARKCHESTER', Month: '7', Price: '1080'}, geometry: { type: 'Point', coordinates:[-73.85299543, 40.83497953]} },
{type: 'Feature',properties:{Name: '2', Address: '1344 PURDY STREET, PARKCHESTER', Month: '8', Price: '2935'}, geometry: { type: 'Point', coordinates:[-73.85296659, 40.8349493]} },
{type: 'Feature',properties:{Name: '2', Address: '1546 WHITE PLAINS ROAD, PARKCHESTER', Month: '11', Price: '1590'}, geometry: { type: 'Point', coordinates:[-73.86377752, 40.83919767]} },
{type: 'Feature',properties:{Name: '2', Address: '1523 PURDY STREET, PARKCHESTER', Month: '5', Price: '2156'}, geometry: { type: 'Point', coordinates:[-73.85335975, 40.83692325]} },
{type: 'Feature',properties:{Name: '2', Address: '502 MORRIS PARK AVENUE, PARKCHESTER', Month: '6', Price: '2330'}, geometry: { type: 'Point', coordinates:[-73.87207747, 40.84181465]} },
{type: 'Feature',properties:{Name: '2', Address: '1737 VAN BUREN STREET, PARKCHESTER', Month: '8', Price: '2784'}, geometry: { type: 'Point', coordinates:[-73.87068622, 40.84171429]} },
{type: 'Feature',properties:{Name: '2', Address: '513 VAN NEST AVENUE, PARKCHESTER', Month: '7', Price: '1401'}, geometry: { type: 'Point', coordinates:[-73.87030831, 40.84090692]} },
{type: 'Feature',properties:{Name: '2', Address: '1718 ADAMS STREET, PARKCHESTER', Month: '9', Price: '2640'}, geometry: { type: 'Point', coordinates:[-73.87098048, 40.84092963]} },
{type: 'Feature',properties:{Name: '2', Address: '1611 VAN BUREN STREET, PARKCHESTER', Month: '11', Price: '1408'}, geometry: { type: 'Point', coordinates:[-73.86927206, 40.84039798]} },
{type: 'Feature',properties:{Name: '2', Address: '1622 ADAMS STREET, PARKCHESTER', Month: '5', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.86995593, 40.83998155]} },
{type: 'Feature',properties:{Name: '2', Address: '1624 ADAMS STREET, PARKCHESTER', Month: '4', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.86997037, 40.83999255]} },
{type: 'Feature',properties:{Name: '2', Address: '1739 MELVILLE STREET, PARKCHESTER', Month: '8', Price: '2176'}, geometry: { type: 'Point', coordinates:[-73.870078, 40.84224608]} },
{type: 'Feature',properties:{Name: '2', Address: '1712 VAN BUREN STREET, PARKCHESTER', Month: '3', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.87042281, 40.84149716]} },
{type: 'Feature',properties:{Name: '2', Address: '1729 GARFIELD STREET, PARKCHESTER', Month: '12', Price: '2312'}, geometry: { type: 'Point', coordinates:[-73.86856578, 40.84300739]} },
{type: 'Feature',properties:{Name: '2', Address: '1717 GARFIELD STREET, PARKCHESTER', Month: '4', Price: '2336'}, geometry: { type: 'Point', coordinates:[-73.86842869, 40.84288098]} },
{type: 'Feature',properties:{Name: '2', Address: '524 VAN NEST AVE, PARKCHESTER', Month: '4', Price: '3500'}, geometry: { type: 'Point', coordinates:[-73.86997878, 40.84123591]} },
{type: 'Feature',properties:{Name: '2', Address: '1651 GARFIELD ST, PARKCHESTER', Month: '12', Price: '1948'}, geometry: { type: 'Point', coordinates:[-73.86735004, 40.84188067]} },
{type: 'Feature',properties:{Name: '2', Address: '1651 GARFIELD ST, PARKCHESTER', Month: '4', Price: '1948'}, geometry: { type: 'Point', coordinates:[-73.86735004, 40.84188067]} },
{type: 'Feature',properties:{Name: '2', Address: '1651 GARFIELD ST, PARKCHESTER', Month: '4', Price: '1948'}, geometry: { type: 'Point', coordinates:[-73.86735004, 40.84188067]} },
{type: 'Feature',properties:{Name: '2', Address: '1649 GARFIELD STREET, PARKCHESTER', Month: '2', Price: '2048'}, geometry: { type: 'Point', coordinates:[-73.86731396, 40.84184769]} },
{type: 'Feature',properties:{Name: '2', Address: '615 BAKER AVENUE, PARKCHESTER', Month: '11', Price: '1592'}, geometry: { type: 'Point', coordinates:[-73.86643965, 40.84169298]} },
{type: 'Feature',properties:{Name: '2', Address: '648 MEAD STREET, PARKCHESTER', Month: '11', Price: '2086'}, geometry: { type: 'Point', coordinates:[-73.86627144, 40.84266441]} },
{type: 'Feature',properties:{Name: '2', Address: '1679 UNIONPORT ROAD, PARKCHESTER', Month: '6', Price: '2142'}, geometry: { type: 'Point', coordinates:[-73.86579717, 40.84307008]} },
{type: 'Feature',properties:{Name: '2', Address: '1723 FILLMORE STREET, PARKCHESTER', Month: '4', Price: '2392'}, geometry: { type: 'Point', coordinates:[-73.86779522, 40.8433743]} },
{type: 'Feature',properties:{Name: '2', Address: '1714 GARFIELD STREET, PARKCHESTER', Month: '7', Price: '2440'}, geometry: { type: 'Point', coordinates:[-73.86838895, 40.84286996]} },
{type: 'Feature',properties:{Name: '2', Address: '1729 UNIONPORT ROAD, PARKCHESTER', Month: '8', Price: '4125'}, geometry: { type: 'Point', coordinates:[-73.86731317, 40.84405718]} },
{type: 'Feature',properties:{Name: '2', Address: '1723 UNIONPORT ROAD, PARKCHESTER', Month: '12', Price: '2332'}, geometry: { type: 'Point', coordinates:[-73.86719771, 40.84395824]} },
{type: 'Feature',properties:{Name: '2', Address: '1746 FILLMORE STREET, PARKCHESTER', Month: '5', Price: '1968'}, geometry: { type: 'Point', coordinates:[-73.8680513, 40.84364083]} },
{type: 'Feature',properties:{Name: '2', Address: '1725 VICTOR STREET, PARKCHESTER', Month: '11', Price: '1925'}, geometry: { type: 'Point', coordinates:[-73.86649992, 40.84407546]} },
{type: 'Feature',properties:{Name: '2', Address: '1721 VICTOR STREET, PARKCHESTER', Month: '5', Price: '1570'}, geometry: { type: 'Point', coordinates:[-73.86648193, 40.84403427]} },
{type: 'Feature',properties:{Name: '2', Address: '1730 UNIONPORT ROAD, PARKCHESTER', Month: '4', Price: '1946'}, geometry: { type: 'Point', coordinates:[-73.86740694, 40.84415885]} },
{type: 'Feature',properties:{Name: '2', Address: '1413 WHITE PLAINS ROAD, PARKCHESTER', Month: '3', Price: '3100'}, geometry: { type: 'Point', coordinates:[-73.8632599, 40.83607906]} },
{type: 'Feature',properties:{Name: '2', Address: '1739 MANSION STREET, PARKCHESTER', Month: '4', Price: '3348'}, geometry: { type: 'Point', coordinates:[-73.87028872, 40.83797554]} },
{type: 'Feature',properties:{Name: '2', Address: '1468 COMMONWEALTH AVENUE, PARKCHESTER', Month: '3', Price: '3445'}, geometry: { type: 'Point', coordinates:[-73.86909067, 40.83707667]} },
{type: 'Feature',properties:{Name: '2', Address: '1517 COMMONWEALTH AVE, PARKCHESTER', Month: '3', Price: '3268'}, geometry: { type: 'Point', coordinates:[-73.86916754, 40.83841618]} },
{type: 'Feature',properties:{Name: '2', Address: '1502 ST LAWRENCE, PARKCHESTER', Month: '7', Price: '3906'}, geometry: { type: 'Point', coordinates:[-73.86796815, 40.83819249]} },
{type: 'Feature',properties:{Name: '2', Address: '1527 BEACH AVENUE, PARKCHESTER', Month: '7', Price: '3564'}, geometry: { type: 'Point', coordinates:[-73.86735633, 40.83872426]} },
{type: 'Feature',properties:{Name: '2', Address: '1871 GUERLAIN STREET, PARKCHESTER', Month: '1', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.86437958, 40.83992573]} },
{type: 'Feature',properties:{Name: '2', Address: '1339 PURDY STREET, PARKCHESTER', Month: '12', Price: '3191'}, geometry: { type: 'Point', coordinates:[-73.85297758, 40.83488344]} },
{type: 'Feature',properties:{Name: '2', Address: '1369 VIRGINIA AVENUE, PARKCHESTER', Month: '11', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.86193597, 40.83494941]} },
{type: 'Feature',properties:{Name: '2', Address: '1731 VAN BUREN STREET, PARKCHESTER', Month: '2', Price: '3060'}, geometry: { type: 'Point', coordinates:[-73.87062489, 40.84165658]} },
{type: 'Feature',properties:{Name: '2', Address: '1631 VAN BUREN STREET, PARKCHESTER', Month: '11', Price: '2360'}, geometry: { type: 'Point', coordinates:[-73.86942357, 40.84054087]} },
{type: 'Feature',properties:{Name: '2', Address: '1710 TAYLOR AVE, PARKCHESTER', Month: '5', Price: '2144'}, geometry: { type: 'Point', coordinates:[-73.86904407, 40.84239038]} },
{type: 'Feature',properties:{Name: '2', Address: '1619 MELVILLE STREET, PARKCHESTER', Month: '12', Price: '1404'}, geometry: { type: 'Point', coordinates:[-73.86857367, 40.84084183]} },
{type: 'Feature',properties:{Name: '2', Address: '1622 VAN BUREN STREET, PARKCHESTER', Month: '5', Price: '1644'}, geometry: { type: 'Point', coordinates:[-73.86934415, 40.84049412]} },
{type: 'Feature',properties:{Name: '2', Address: '1624 MELVILLE STREET, PARKCHESTER', Month: '8', Price: '2694'}, geometry: { type: 'Point', coordinates:[-73.86860608, 40.8408995]} },
{type: 'Feature',properties:{Name: '2', Address: '1640 MELVILLE STREET, PARKCHESTER', Month: '1', Price: '2184'}, geometry: { type: 'Point', coordinates:[-73.86873957, 40.84102042]} },
{type: 'Feature',properties:{Name: '2', Address: '1620 TAYLOR AV, PARKCHESTER', Month: '5', Price: '2805'}, geometry: { type: 'Point', coordinates:[-73.8677598, 40.84119496]} },
{type: 'Feature',properties:{Name: '2', Address: '620 VAN NEST AVE, PARKCHESTER', Month: '7', Price: '2148'}, geometry: { type: 'Point', coordinates:[-73.86739509, 40.84284961]} },
{type: 'Feature',properties:{Name: '2', Address: '1727 UNIONPORT ROAD, PARKCHESTER', Month: '4', Price: '2300'}, geometry: { type: 'Point', coordinates:[-73.86727348, 40.8440242]} },
{type: 'Feature',properties:{Name: '2', Address: '1709 UNIONPORT ROAD, PARKCHESTER', Month: '12', Price: '2457'}, geometry: { type: 'Point', coordinates:[-73.86678994, 40.84363664]} },
{type: 'Feature',properties:{Name: '2', Address: '1709 UNIONPORT ROAD, PARKCHESTER', Month: '4', Price: '2457'}, geometry: { type: 'Point', coordinates:[-73.86678994, 40.84363664]} },
{type: 'Feature',properties:{Name: '2', Address: '1709 UNIONPORT ROAD, PARKCHESTER', Month: '12', Price: '2457'}, geometry: { type: 'Point', coordinates:[-73.86678994, 40.84363664]} },
{type: 'Feature',properties:{Name: '2', Address: '1601 TAYLOR AVE, PARKCHESTER', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8675903, 40.84101087]} },
{type: 'Feature',properties:{Name: '2', Address: '1601 TAYLOR AVENUE, PARKCHESTER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8675903, 40.84101087]} },
{type: 'Feature',properties:{Name: '2', Address: 'BAKER AVENUE, PARKCHESTER', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86632072, 40.84152541]} },
{type: 'Feature',properties:{Name: '2', Address: '633 MEAD STREET, PARKCHESTER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86638719, 40.84261789]} },
{type: 'Feature',properties:{Name: '2', Address: '1744 MERRILL STREET, PARKCHESTER', Month: '2', Price: '5025'}, geometry: { type: 'Point', coordinates:[-73.86971306, 40.83666567]} },
{type: 'Feature',properties:{Name: '2', Address: '1471 TAYLOR AVENUE, PARKCHESTER', Month: '3', Price: '24255'}, geometry: { type: 'Point', coordinates:[-73.86625442, 40.83675228]} },
{type: 'Feature',properties:{Name: '2', Address: '1450 TAYLOR AVENUE, PARKCHESTER', Month: '12', Price: '22395'}, geometry: { type: 'Point', coordinates:[-73.8661756, 40.83641185]} },
{type: 'Feature',properties:{Name: '2', Address: '1443 LELAND AVENUE, PARKCHESTER', Month: '10', Price: '3850'}, geometry: { type: 'Point', coordinates:[-73.86430708, 40.83648652]} },
{type: 'Feature',properties:{Name: '2', Address: '1446 LELAND AVENUE, PARKCHESTER', Month: '11', Price: '3850'}, geometry: { type: 'Point', coordinates:[-73.8642961, 40.83655512]} },
{type: 'Feature',properties:{Name: '2', Address: '1452 LELAND AVENUE, PARKCHESTER', Month: '3', Price: '3850'}, geometry: { type: 'Point', coordinates:[-73.86431397, 40.83665395]} },
{type: 'Feature',properties:{Name: '2', Address: '1454 LELAND AVENUE, PARKCHESTER', Month: '10', Price: '3850'}, geometry: { type: 'Point', coordinates:[-73.86432113, 40.8366869]} },
{type: 'Feature',properties:{Name: '2', Address: '1470 LELAND AVENUE, PARKCHESTER', Month: '8', Price: '3850'}, geometry: { type: 'Point', coordinates:[-73.86436395, 40.83695593]} },
{type: 'Feature',properties:{Name: '2', Address: '1449 WHITE PLAINS ROAD, PARKCHESTER', Month: '7', Price: '3850'}, geometry: { type: 'Point', coordinates:[-73.86336347, 40.83668028]} },
{type: 'Feature',properties:{Name: '2', Address: '1522 COMMONWEALTH AVENUE, PARKCHESTER', Month: '5', Price: '3960'}, geometry: { type: 'Point', coordinates:[-73.86914933, 40.83848752]} },
{type: 'Feature',properties:{Name: '2', Address: '1545 WHITE PLAINS ROAD, PARKCHESTER', Month: '10', Price: '13944'}, geometry: { type: 'Point', coordinates:[-73.86378852, 40.83912357]} },
{type: 'Feature',properties:{Name: '2', Address: '1541 WHITE PLAINS ROAD, PARKCHESTER', Month: '2', Price: '13280'}, geometry: { type: 'Point', coordinates:[-73.86377424, 40.83903847]} },
{type: 'Feature',properties:{Name: '2', Address: '1536 LELAND AVENUE, PARKCHESTER', Month: '10', Price: '3286'}, geometry: { type: 'Point', coordinates:[-73.8647213, 40.83894078]} },
{type: 'Feature',properties:{Name: '2', Address: '1540 LELAND AVE, PARKCHESTER', Month: '9', Price: '3286'}, geometry: { type: 'Point', coordinates:[-73.86473917, 40.83903961]} },
{type: 'Feature',properties:{Name: '2', Address: '1704 VAN BUREN STREET, PARKCHESTER', Month: '10', Price: '19750'}, geometry: { type: 'Point', coordinates:[-73.87033983, 40.84142021]} },
{type: 'Feature',properties:{Name: '2', Address: '592 MORRIS PARK AVENUE, PARKCHESTER', Month: '6', Price: '8600'}, geometry: { type: 'Point', coordinates:[-73.86969526, 40.84390894]} },
{type: 'Feature',properties:{Name: '2', Address: '589 VAN NEST AVENUE, PARKCHESTER', Month: '11', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.86831417, 40.84230446]} },
{type: 'Feature',properties:{Name: '2', Address: '1641 MELVILLE STREET, PARKCHESTER', Month: '7', Price: '3149'}, geometry: { type: 'Point', coordinates:[-73.86875404, 40.8410122]} },
{type: 'Feature',properties:{Name: '2', Address: '1663 GARFIELD STREET, PARKCHESTER', Month: '11', Price: '5400'}, geometry: { type: 'Point', coordinates:[-73.86760977, 40.8421225]} },
{type: 'Feature',properties:{Name: '2', Address: '1663 GARFIELD ST, PARKCHESTER', Month: '4', Price: '5400'}, geometry: { type: 'Point', coordinates:[-73.86760977, 40.8421225]} },
{type: 'Feature',properties:{Name: '2', Address: '1659 GARFIELD STREET, PARKCHESTER', Month: '1', Price: '3360'}, geometry: { type: 'Point', coordinates:[-73.8675737, 40.84208953]} },
{type: 'Feature',properties:{Name: '2', Address: '1657 UNIONPORT RD, PARKCHESTER', Month: '6', Price: '13656'}, geometry: { type: 'Point', coordinates:[-73.86538957, 40.84266888]} },
{type: 'Feature',properties:{Name: '2', Address: '1743 FILLMORE STREET, PARKCHESTER', Month: '10', Price: '4860'}, geometry: { type: 'Point', coordinates:[-73.8680225, 40.84358591]} },
{type: 'Feature',properties:{Name: '2', Address: '1717 UNIONPORT ROAD, PARKCHESTER', Month: '7', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.86707864, 40.84385929]} },
{type: 'Feature',properties:{Name: '2', Address: '1736 UNIONPORT ROAD, PARKCHESTER', Month: '8', Price: '2592'}, geometry: { type: 'Point', coordinates:[-73.86759442, 40.84438687]} },
{type: 'Feature',properties:{Name: '2', Address: '1425 THIERIOT AVENUE, 1F, PARKCHESTER', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86521496, 40.83609234]} },
{type: 'Feature',properties:{Name: '2', Address: '1425 THIERIOT AVENUE, 1J, PARKCHESTER', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86521496, 40.83609234]} },
{type: 'Feature',properties:{Name: '2', Address: '1425 THIERIOT AVENUE, 4K, PARKCHESTER', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86521496, 40.83609234]} },
{type: 'Feature',properties:{Name: '2', Address: '1475 THIERIOT AVENUE, 4B, PARKCHESTER', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86535422, 40.83692415]} },
{type: 'Feature',properties:{Name: '2', Address: '1475 THIERIOT AVENUE, 6E, PARKCHESTER', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86535422, 40.83692415]} },
{type: 'Feature',properties:{Name: '2', Address: '1475 THIERIOT AVENUE, 6-0, PARKCHESTER', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86535422, 40.83692415]} },
{type: 'Feature',properties:{Name: '2', Address: '1475 THIERIOT AVENUE, 6N, PARKCHESTER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86535422, 40.83692415]} },
{type: 'Feature',properties:{Name: '2', Address: '1425 THIERIOT AVENUE, 6D, PARKCHESTER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86521496, 40.83609234]} },
{type: 'Feature',properties:{Name: '2', Address: '1480 THIERIOT AVENUE, 4G, PARKCHESTER', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8653504, 40.8370257]} },
{type: 'Feature',properties:{Name: '2', Address: '1430 THIERIOT AVENUE, 1N, PARKCHESTER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86520753, 40.83619389]} },
{type: 'Feature',properties:{Name: '2', Address: '1480 THERIOT AVE, 6F, PARKCHESTER', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8653504, 40.8370257]} },
{type: 'Feature',properties:{Name: '2', Address: '1430 THIERIOT, 5B, PARKCHESTER', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86520753, 40.83619389]} },
{type: 'Feature',properties:{Name: '2', Address: '1480 THIERIOT AVENUE, 5F, PARKCHESTER', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8653504, 40.8370257]} },
{type: 'Feature',properties:{Name: '2', Address: '1332 METROPOLITAN AVENUE, 2G, PARKCHESTER', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8609186, 40.83413026]} },
{type: 'Feature',properties:{Name: '2', Address: '1332 METROPOLITAN AVENUE, 7C, PARKCHESTER', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8609186, 40.83413026]} },
{type: 'Feature',properties:{Name: '2', Address: '1922 MC GRAW AVENUE, 1G, PARKCHESTER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86068626, 40.83463501]} },
{type: 'Feature',properties:{Name: '2', Address: '1922 MCGRAW AVENUE, 6D, PARKCHESTER', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86068626, 40.83463501]} },
{type: 'Feature',properties:{Name: '2', Address: '1920 MCGRAW AVENUE, PARKCHESTER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86121401, 40.83456977]} },
{type: 'Feature',properties:{Name: '2', Address: '1920 MCGRAW AVENUE, PARKCHESTER', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86121401, 40.83456977]} },
{type: 'Feature',properties:{Name: '2', Address: '1920 MCGRAW AVENUE, PARKCHESTER', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86121401, 40.83456977]} },
{type: 'Feature',properties:{Name: '2', Address: '81 METROPOLITAN OVAL, PARKCHESTER', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86061719, 40.83828265]} },
{type: 'Feature',properties:{Name: '2', Address: '81 METROPOLITAN OVAL, PARKCHESTER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86061719, 40.83828265]} },
{type: 'Feature',properties:{Name: '2', Address: '89 METROPOLITAN OVAL, PARKCHESTER', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86063878, 40.83832659]} },
{type: 'Feature',properties:{Name: '2', Address: '89 METROPOLITAN OVAL, PARKCHESTER', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86063878, 40.83832659]} },
{type: 'Feature',properties:{Name: '2', Address: '99 METROPOLITAN OVAL, PARKCHESTER', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86066396, 40.83838151]} },
{type: 'Feature',properties:{Name: '2', Address: '99 METROPOLITAN OVAL, PARKCHESTER', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86066396, 40.83838151]} },
{type: 'Feature',properties:{Name: '2', Address: '99 METROPOLITAN OVAL, PARKCHESTER', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86066396, 40.83838151]} },
{type: 'Feature',properties:{Name: '2', Address: '99 METROPOLITAN OVAL, PARKCHESTER', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86066396, 40.83838151]} },
{type: 'Feature',properties:{Name: '2', Address: '1563 UNIONPORT ROAD, PARKCHESTER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86154016, 40.83934047]} },
{type: 'Feature',properties:{Name: '2', Address: '1585 UNIONPORT ROAD, PARKCHESTER', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.862157, 40.83989564]} },
{type: 'Feature',properties:{Name: '2', Address: '1589 UNIONPORT ROAD, PARKCHESTER', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86239506, 40.84012099]} },
{type: 'Feature',properties:{Name: '2', Address: '1595 UNIONPORT ROAD, PARKCHESTER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86265474, 40.84037931]} },
{type: 'Feature',properties:{Name: '2', Address: '1545 ARCHER ROAD, PARKCHESTER', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86324576, 40.83944406]} },
{type: 'Feature',properties:{Name: '2', Address: '1545 ARCHER ROAD, PARKCHESTER', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86324576, 40.83944406]} },
{type: 'Feature',properties:{Name: '2', Address: '1545 ARCHER ROAD, PARKCHESTER', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86324576, 40.83944406]} },
{type: 'Feature',properties:{Name: '2', Address: '1545 ARCHER ROAD, PARKCHESTER', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86324576, 40.83944406]} },
{type: 'Feature',properties:{Name: '2', Address: '1520 ARCHER ROAD, PARKCHESTER', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86314933, 40.83888403]} },
{type: 'Feature',properties:{Name: '2', Address: '1500 ARCHER ROAD, PARKCHESTER', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86297389, 40.83808785]} },
{type: 'Feature',properties:{Name: '2', Address: '1505 ARCHER ROAD, PARKCHESTER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86308505, 40.83851067]} },
{type: 'Feature',properties:{Name: '2', Address: '1505 ARCHER ROAD, PARKCHESTER', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86308505, 40.83851067]} },
{type: 'Feature',properties:{Name: '2', Address: '1440 WOOD ROAD, PARKCHESTER', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86225882, 40.83610532]} },
{type: 'Feature',properties:{Name: '2', Address: '1410 WOOD ROAD, PARKCHESTER', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8622848, 40.83577598]} },
{type: 'Feature',properties:{Name: '2', Address: '1410 WOOD ROAD, PARKCHESTER', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8622848, 40.83577598]} },
{type: 'Feature',properties:{Name: '2', Address: '1380 VIRGINIA AVENUE, PARKCHESTER', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86194282, 40.83513057]} },
{type: 'Feature',properties:{Name: '2', Address: '1919 MCGRAW AVENUE, PARKCHESTER', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86131156, 40.83457812]} },
{type: 'Feature',properties:{Name: '2', Address: '1409 METROPOLITAN AVE, PARKCHESTER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86107412, 40.83579649]} },
{type: 'Feature',properties:{Name: '2', Address: '1409 METROPOLITAN AVENUE, PARKCHESTER', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86107412, 40.83579649]} },
{type: 'Feature',properties:{Name: '2', Address: '1409 METROPOLITAN AVE, PARKCHESTER', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86107412, 40.83579649]} },
{type: 'Feature',properties:{Name: '2', Address: '1409 METROPOLITAN AVENUE, PARKCHESTER', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86107412, 40.83579649]} },
{type: 'Feature',properties:{Name: '2', Address: '1409 WOOD ROAD, PARKCHESTER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86226677, 40.83575675]} },
{type: 'Feature',properties:{Name: '2', Address: '1439 WOOD ROAD, PARKCHESTER', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86223714, 40.83610255]} },
{type: 'Feature',properties:{Name: '2', Address: '1439 WOOD ROAD, PARKCHESTER', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86223714, 40.83610255]} },
{type: 'Feature',properties:{Name: '2', Address: '1439 WOOD ROAD, PARKCHESTER', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86223714, 40.83610255]} },
{type: 'Feature',properties:{Name: '2', Address: '1469 WEST AVE, PARKCHESTER', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86144758, 40.83693874]} },
{type: 'Feature',properties:{Name: '2', Address: '44 METROPOLITAN OVAL, PARKCHESTER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85963892, 40.83775448]} },
{type: 'Feature',properties:{Name: '2', Address: '44 METROPOLITAN OVAL, PARKCHESTER', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85963892, 40.83775448]} },
{type: 'Feature',properties:{Name: '2', Address: '40 METROPOLITAN OVAL, PARKCHESTER', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85955581, 40.83774889]} },
{type: 'Feature',properties:{Name: '2', Address: '34 METROPOLITAN OVAL, PARKCHESTER', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85947993, 40.83774605]} },
{type: 'Feature',properties:{Name: '2', Address: '1480 PARKCHESTER ROAD, PARKCHESTER', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85952511, 40.83688426]} },
{type: 'Feature',properties:{Name: '2', Address: '1480 PARKCHESTER ROAD, PARKCHESTER', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85952511, 40.83688426]} },
{type: 'Feature',properties:{Name: '2', Address: '1450 PARKCHESTER ROAD, PARKCHESTER', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85954799, 40.83631888]} },
{type: 'Feature',properties:{Name: '2', Address: '1460 PARKCHESTER RD, PARKCHESTER', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85951869, 40.83650548]} },
{type: 'Feature',properties:{Name: '2', Address: '1460 PARKCHESTER ROAD, PARKCHESTER', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85951869, 40.83650548]} },
{type: 'Feature',properties:{Name: '2', Address: '1470 PARKCHESTER ROAD, PARKCHESTER', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85951106, 40.83669486]} },
{type: 'Feature',properties:{Name: '2', Address: '1551 UNIONPORT ROAD, PARKCHESTER', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85743259, 40.83692561]} },
{type: 'Feature',properties:{Name: '2', Address: '1551 UNIONPORT ROAD, PARKCHESTER', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85743259, 40.83692561]} },
{type: 'Feature',properties:{Name: '2', Address: '1551 UNIONPORT ROAD, PARKCHESTER', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85743259, 40.83692561]} },
{type: 'Feature',properties:{Name: '2', Address: '1551 UNIONPORT ROAD, PARKCHESTER', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85743259, 40.83692561]} },
{type: 'Feature',properties:{Name: '2', Address: '1545 UNIONPORT ROAD, PARKCHESTER', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85730988, 40.83684861]} },
{type: 'Feature',properties:{Name: '2', Address: '1523 UNIONPORT ROAD, PARKCHESTER', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85685516, 40.83655985]} },
{type: 'Feature',properties:{Name: '2', Address: '1523 UNIONPORT ROAD, PARKCHESTER', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85685516, 40.83655985]} },
{type: 'Feature',properties:{Name: '2', Address: '1521 UNIONPORT ROAD, PARKCHESTER', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85681546, 40.83653235]} },
{type: 'Feature',properties:{Name: '2', Address: '1521 UNIONPORT ROAD, PARKCHESTER', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85681546, 40.83653235]} },
{type: 'Feature',properties:{Name: '2', Address: '2053 MC GRAW AVENUE, PARKCHESTER', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85600804, 40.8355707]} },
{type: 'Feature',properties:{Name: '2', Address: '2053 MCGRAW AVE, PARKCHESTER', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85600804, 40.8355707]} },
{type: 'Feature',properties:{Name: '2', Address: '2049 MCGRAW AVE, PARKCHESTER', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85628646, 40.83549694]} },
{type: 'Feature',properties:{Name: '2', Address: '2049 MCGRAW AVENUE, PARKCHESTER', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85628646, 40.83549694]} },
{type: 'Feature',properties:{Name: '2', Address: '2049 MCGRAW AVENUE, PARKCHESTER', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85628646, 40.83549694]} },
{type: 'Feature',properties:{Name: '2', Address: '2049 MC GRAW AVENUE, PARKCHESTER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85628646, 40.83549694]} },
{type: 'Feature',properties:{Name: '2', Address: '2001 MCGRAW AVE, PARKCHESTER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85772194, 40.83512544]} },
{type: 'Feature',properties:{Name: '2', Address: '1420 PARKCHESTER ROAD, PARKCHESTER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85976233, 40.83578392]} },
{type: 'Feature',properties:{Name: '2', Address: '1410 PARKCHESTER ROAD, PARKCHESTER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85983484, 40.83567697]} },
{type: 'Feature',properties:{Name: '2', Address: '1410 PARKCHESTER ROAD, PARKCHESTER', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85983484, 40.83567697]} },
{type: 'Feature',properties:{Name: '2', Address: '1935 MCGRAW AVENUE, PARKCHESTER', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8599741, 40.83475491]} },
{type: 'Feature',properties:{Name: '2', Address: '1945 MCGRAW AVENUE, PARKCHESTER', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85982589, 40.83477669]} },
{type: 'Feature',properties:{Name: '2', Address: '1410 METROPOLITAN AVENUE, PARKCHESTER', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86105242, 40.83580744]} },
{type: 'Feature',properties:{Name: '2', Address: '1410 METROPOLITAN AVENUE, PARKCHESTER', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86105242, 40.83580744]} },
{type: 'Feature',properties:{Name: '2', Address: '1410 METROPOLITAN AVENUE, PARKCHESTER', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86105242, 40.83580744]} },
{type: 'Feature',properties:{Name: '2', Address: '1439 EAST AVENUE, PARKCHESTER', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86039401, 40.83613601]} },
{type: 'Feature',properties:{Name: '2', Address: '1439 EAST AVE, PARKCHESTER', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86039401, 40.83613601]} },
{type: 'Feature',properties:{Name: '2', Address: '1410 EAST AVE, PARKCHESTER', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86043819, 40.8357518]} },
{type: 'Feature',properties:{Name: '2', Address: '1440 EAST AVENUE, PARKCHESTER', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86037233, 40.83613873]} },
{type: 'Feature',properties:{Name: '2', Address: '1470 EAST AVE, PARKCHESTER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86015783, 40.83674505]} },
{type: 'Feature',properties:{Name: '2', Address: '1470 EAST AVE, PARKCHESTER', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86015783, 40.83674505]} },
{type: 'Feature',properties:{Name: '2', Address: '1490 EAST AVENUE, PARKCHESTER', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86004167, 40.83699193]} },
{type: 'Feature',properties:{Name: '2', Address: '1490 EAST AVENUE, PARKCHESTER', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86004167, 40.83699193]} },
{type: 'Feature',properties:{Name: '2', Address: '1490 EAST AVENUE, PARKCHESTER', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86004167, 40.83699193]} },
{type: 'Feature',properties:{Name: '2', Address: '1469 EAST AVENUE, PARKCHESTER', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86018314, 40.83673959]} },
{type: 'Feature',properties:{Name: '2', Address: '1490 METROPOLITAN AVE, PARKCHESTER', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86062677, 40.83716007]} },
{type: 'Feature',properties:{Name: '2', Address: '1490 METROPOLITAN AVENUE, PARKCHESTER', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86062677, 40.83716007]} },
{type: 'Feature',properties:{Name: '2', Address: '1490 METROPOLITAN AVE, PARKCHESTER', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86062677, 40.83716007]} },
{type: 'Feature',properties:{Name: '2', Address: '16 METROPOLITAN OVAL, PARKCHESTER', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85913549, 40.83826987]} },
{type: 'Feature',properties:{Name: '2', Address: '18 METROPOLITAN OVAL, PARKCHESTER', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85912831, 40.8382479]} },
{type: 'Feature',properties:{Name: '2', Address: '18 METROPOLITAN OVAL, PARKCHESTER', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85912831, 40.8382479]} },
{type: 'Feature',properties:{Name: '2', Address: '18 METROPOLITAN OVAL, PARKCHESTER', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85912831, 40.8382479]} },
{type: 'Feature',properties:{Name: '2', Address: '22 METROPOLITAN OVAL, PARKCHESTER', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85911035, 40.83819573]} },
{type: 'Feature',properties:{Name: '2', Address: '22 METROPOLITAN OVAL, PARKCHESTER', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85911035, 40.83819573]} },
{type: 'Feature',properties:{Name: '2', Address: '22 METROPOLITAN OVAL, PARKCHESTER', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85911035, 40.83819573]} },
{type: 'Feature',properties:{Name: '2', Address: '24 METROPOLITAN OVAL, PARKCHESTER', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85910675, 40.83819024]} },
{type: 'Feature',properties:{Name: '2', Address: '26 METROPOLITAN OVAL, PARKCHESTER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85910676, 40.83818475]} },
{type: 'Feature',properties:{Name: '2', Address: '26 METROPOLITAN OVAL, PARKCHESTER', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85910676, 40.83818475]} },
{type: 'Feature',properties:{Name: '2', Address: '28 METROPOLITAN OVAL, PARKCHESTER', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85910316, 40.838182]} },
{type: 'Feature',properties:{Name: '2', Address: '28 METROPOLITAN OVAL, PARKCHESTER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85910316, 40.838182]} },
{type: 'Feature',properties:{Name: '2', Address: '28 METROPOLITAN OVAL, PARKCHESTER', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85910316, 40.838182]} },
{type: 'Feature',properties:{Name: '2', Address: '28 METROPOLITAN OVAL, PARKCHESTER', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85910316, 40.838182]} },
{type: 'Feature',properties:{Name: '2', Address: '1558 UNIONPORT ROAD, PARKCHESTER', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85866343, 40.83762703]} },
{type: 'Feature',properties:{Name: '2', Address: '1558 UNIONPORT ROAD, PARKCHESTER', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85866343, 40.83762703]} },
{type: 'Feature',properties:{Name: '2', Address: '1554 UNIONPORT ROAD, PARKCHESTER', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85826997, 40.83741246]} },
{type: 'Feature',properties:{Name: '2', Address: '1550 UNION PORT ROAD, PARKCHESTER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85798842, 40.83725841]} },
{type: 'Feature',properties:{Name: '2', Address: '1540 UNIONPORT ROAD, PARKCHESTER', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8572954, 40.83685957]} },
{type: 'Feature',properties:{Name: '2', Address: '1540 UNIONPORT ROAD, PARKCHESTER', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8572954, 40.83685957]} },
{type: 'Feature',properties:{Name: '2', Address: '1522 UNIONPORT ROAD, PARKCHESTER', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8565664, 40.83639481]} },
{type: 'Feature',properties:{Name: '2', Address: '1522 UNIONPORT ROAD, PARKCHESTER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8565664, 40.83639481]} },
{type: 'Feature',properties:{Name: '2', Address: '1514 UNIONPORT ROAD, PARKCHESTER', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8563968, 40.83627932]} },
{type: 'Feature',properties:{Name: '2', Address: '1514 UNIONPORT ROAD, PARKCHESTER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8563968, 40.83627932]} },
{type: 'Feature',properties:{Name: '2', Address: '1510 UNIONPORT ROAD, PARKCHESTER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85631381, 40.83622158]} },
{type: 'Feature',properties:{Name: '2', Address: '1510 UNIONPORT ROAD, PARKCHESTER', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85631381, 40.83622158]} },
{type: 'Feature',properties:{Name: '2', Address: '1510 UNIONPORT ROAD, PARKCHESTER', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85631381, 40.83622158]} },
{type: 'Feature',properties:{Name: '2', Address: '2059 ST RAYMONDS AVENUE, PARKCHESTER', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8552305, 40.83749651]} },
{type: 'Feature',properties:{Name: '2', Address: '2059 ST. RAYMOND AVE, PARKCHESTER', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8552305, 40.83749651]} },
{type: 'Feature',properties:{Name: '2', Address: '2059 ST RAYMONDS AVENUE, PARKCHESTER', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8552305, 40.83749651]} },
{type: 'Feature',properties:{Name: '2', Address: '2061 ST RAYMONDS AVENUE, PARKCHESTER', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85521243, 40.83749649]} },
{type: 'Feature',properties:{Name: '2', Address: '2075 ST RAYMONDS AVENUE, PARKCHESTER', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85508591, 40.83751006]} },
{type: 'Feature',properties:{Name: '2', Address: '2121 ST. RAYMOND'S AVENUE, PARKCHESTER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85467744, 40.83755346]} },
{type: 'Feature',properties:{Name: '2', Address: '2121 ST. RAYMOND AVE, PARKCHESTER', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85467744, 40.83755346]} },
{type: 'Feature',properties:{Name: '2', Address: '1565 ODELL, PARKCHESTER', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85459632, 40.83829443]} },
{type: 'Feature',properties:{Name: '2', Address: '1565 ODELL ST, PARKCHESTER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85459632, 40.83829443]} },
{type: 'Feature',properties:{Name: '2', Address: '1565 ODELL STREET, PARKCHESTER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85459632, 40.83829443]} },
{type: 'Feature',properties:{Name: '2', Address: '1565 ODELL STREET, PARKCHESTER', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85459632, 40.83829443]} },
{type: 'Feature',properties:{Name: '2', Address: '1575 ODELL STREET, PARKCHESTER', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85462132, 40.83842895]} },
{type: 'Feature',properties:{Name: '2', Address: '1595 ODELL STREET, PARKCHESTER', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85467132, 40.83870074]} },
{type: 'Feature',properties:{Name: '2', Address: '1680 METROPOLITAN AVENUE, PARKCHESTER', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85499985, 40.84051541]} },
{type: 'Feature',properties:{Name: '2', Address: '1680 METROPOLITAN AVE, PARKCHESTER', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85499985, 40.84051541]} },
{type: 'Feature',properties:{Name: '2', Address: '1680 METROPOLITAN AVE, PARKCHESTER', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85499985, 40.84051541]} },
{type: 'Feature',properties:{Name: '2', Address: '1680 METROPOLITAN AVE, PARKCHESTER', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85499985, 40.84051541]} },
{type: 'Feature',properties:{Name: '2', Address: '1686 METROPOLITAN AVENUE, PARKCHESTER', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85479742, 40.84053711]} },
{type: 'Feature',properties:{Name: '2', Address: '1690 METROPOLITAN AVENUE, PARKCHESTER', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85466367, 40.84055067]} },
{type: 'Feature',properties:{Name: '2', Address: '1690 METROPOLITAN AVENUE, PARKCHESTER', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85466367, 40.84055067]} },
{type: 'Feature',properties:{Name: '2', Address: '1700 METROPOLITAN AVE, PARKCHESTER', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85433109, 40.84058593]} },
{type: 'Feature',properties:{Name: '2', Address: '1670 METROPOLITAN AVENUE, PARKCHESTER', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85544088, 40.84046381]} },
{type: 'Feature',properties:{Name: '2', Address: '1670 METROPOLITAN AVENUE, PARKCHESTER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85544088, 40.84046381]} },
{type: 'Feature',properties:{Name: '2', Address: '1650 METROPOLITAN AVE, PARKCHESTER', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85600849, 40.8403712]} },
{type: 'Feature',properties:{Name: '2', Address: '1650 METROPOLITAN AVENUE, PARKCHESTER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85600849, 40.8403712]} },
{type: 'Feature',properties:{Name: '2', Address: '1594 METROPOLITAN AVENUE, PARKCHESTER', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.857238, 40.84003239]} },
{type: 'Feature',properties:{Name: '2', Address: '1594 METROPOLITAN AVENUE, PARKCHESTER', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.857238, 40.84003239]} },
{type: 'Feature',properties:{Name: '2', Address: '1594 METROPOLITAN AVENUE, PARKCHESTER', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.857238, 40.84003239]} },
{type: 'Feature',properties:{Name: '2', Address: '1594 METROPOLITAN AVENUE, PARKCHESTER', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.857238, 40.84003239]} },
{type: 'Feature',properties:{Name: '2', Address: '1610 METROPOLITAN AVE, PARKCHESTER', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85674975, 40.84019921]} },
{type: 'Feature',properties:{Name: '2', Address: '1610 METROPOLITAN AVENUE, PARKCHESTER', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85674975, 40.84019921]} },
{type: 'Feature',properties:{Name: '2', Address: '1610 METROPOLITAN AVE, PARKCHESTER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85674975, 40.84019921]} },
{type: 'Feature',properties:{Name: '2', Address: '1604 METROPOLITAN AVENUE, PARKCHESTER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85682569, 40.84017734]} },
{type: 'Feature',properties:{Name: '2', Address: '1604 METROPOLITAN AVE, PARKCHESTER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85682569, 40.84017734]} },
{type: 'Feature',properties:{Name: '2', Address: '1604 METROPOLITAN AVENUE, PARKCHESTER', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85682569, 40.84017734]} },
{type: 'Feature',properties:{Name: '2', Address: '1600 METROPOLITAN AVENUE, PARKCHESTER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85687631, 40.84016368]} },
{type: 'Feature',properties:{Name: '2', Address: '1600 METROPOLITAN AVE, PARKCHESTER', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85687631, 40.84016368]} },
{type: 'Feature',properties:{Name: '2', Address: '1600 METROPOLITAN AVE, PARKCHESTER', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85687631, 40.84016368]} },
{type: 'Feature',properties:{Name: '2', Address: '1590 METROPOLITAN AVENUE, PARKCHESTER', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85739715, 40.8399722]} },
{type: 'Feature',properties:{Name: '2', Address: '1590 METROPOLITAN AVENUE, PARKCHESTER', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85739715, 40.8399722]} },
{type: 'Feature',properties:{Name: '2', Address: '1580 METROPOLITAN AVENUE, PARKCHESTER', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85772993, 40.83983537]} },
{type: 'Feature',properties:{Name: '2', Address: '1560 METROPOLITAN AVE, PARKCHESTER', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85790358, 40.83975325]} },
{type: 'Feature',properties:{Name: '2', Address: '1560 METROPOLITAN AVENUE, PARKCHESTER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85790358, 40.83975325]} },
{type: 'Feature',properties:{Name: '2', Address: '1530 METROPOLITAN AVE., PARKCHESTER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85825813, 40.83957802]} },
{type: 'Feature',properties:{Name: '2', Address: '1530 METROPOLITAN AVENUE, PARKCHESTER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85825813, 40.83957802]} },
{type: 'Feature',properties:{Name: '2', Address: '1530 METROPOLITAN AVENUE, PARKCHESTER', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85825813, 40.83957802]} },
{type: 'Feature',properties:{Name: '2', Address: '1504 METROPOLITAN AVENUE, PARKCHESTER', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85877924, 40.83925204]} },
{type: 'Feature',properties:{Name: '2', Address: '1504 METROPOLITAN AVE, PARKCHESTER', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85877924, 40.83925204]} },
{type: 'Feature',properties:{Name: '2', Address: '5 METROPOLITAN OVAL, PARKCHESTER', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8600125, 40.83883086]} },
{type: 'Feature',properties:{Name: '2', Address: '1 METROPOLITAN OVAL, PARKCHESTER', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86022934, 40.83883387]} },
{type: 'Feature',properties:{Name: '2', Address: '1 METROPOLITAN OVAL, PARKCHESTER', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86022934, 40.83883387]} },
{type: 'Feature',properties:{Name: '2', Address: '1560 UNIONPORT ROAD, PARKCHESTER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86122256, 40.83913424]} },
{type: 'Feature',properties:{Name: '2', Address: '1562 UNIONPORT ROAD, PARKCHESTER', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86156899, 40.83938168]} },
{type: 'Feature',properties:{Name: '2', Address: '1560 UNIONPORT ROAD, PARKCHESTER', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86122256, 40.83913424]} },
{type: 'Feature',properties:{Name: '2', Address: '1560 UNIONPORT ROAD, PARKCHESTER', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86122256, 40.83913424]} },
{type: 'Feature',properties:{Name: '2', Address: '1566 UNIONPORT ROAD, PARKCHESTER', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86169886, 40.83949162]} },
{type: 'Feature',properties:{Name: '2', Address: '1590 UNIONPORT ROAD, PARKCHESTER', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86237698, 40.84012921]} },
{type: 'Feature',properties:{Name: '2', Address: '1590 UNIONPORT ROAD, PARKCHESTER', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86237698, 40.84012921]} },
{type: 'Feature',properties:{Name: '2', Address: '1562 UNIONPORT ROAD, PARKCHESTER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86156899, 40.83938168]} },
{type: 'Feature',properties:{Name: '2', Address: '1562 UNIONPORT ROAD, PARKCHESTER', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86156899, 40.83938168]} },
{type: 'Feature',properties:{Name: '2', Address: '1566 UNIONPORT ROAD, PARKCHESTER', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86169886, 40.83949162]} },
{type: 'Feature',properties:{Name: '2', Address: '1598 UNIONPORT ROAD, PARKCHESTER', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86328947, 40.84103605]} },
{type: 'Feature',properties:{Name: '2', Address: '1598 UNIONPORT ROAD, PARKCHESTER', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86328947, 40.84103605]} },
{type: 'Feature',properties:{Name: '2', Address: '1594 UNIONPORT ROAD, PARKCHESTER', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86273765, 40.84048645]} },
{type: 'Feature',properties:{Name: '2', Address: '1594 UNIONPORT ROAD, PARKCHESTER', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86273765, 40.84048645]} },
{type: 'Feature',properties:{Name: '2', Address: '1594 UNIONPORT ROAD, PARKCHESTER', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86273765, 40.84048645]} },
{type: 'Feature',properties:{Name: '2', Address: '1598 UNIONPORT RD, PARKCHESTER', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86328947, 40.84103605]} },
{type: 'Feature',properties:{Name: '2', Address: '1598 UNIONPORT ROAD, PARKCHESTER', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86328947, 40.84103605]} },
{type: 'Feature',properties:{Name: '2', Address: '1594 UNIONPORT RD, PARKCHESTER', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86273765, 40.84048645]} },
{type: 'Feature',properties:{Name: '2', Address: '1594 UNIONPORT ROAD, PARKCHESTER', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86273765, 40.84048645]} },
{type: 'Feature',properties:{Name: '2', Address: '1946 EAST TREMONT AVENUE, PARKCHESTER', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86261649, 40.84140029]} },
{type: 'Feature',properties:{Name: '2', Address: '1946 EAST TREMONT AVENUE, PARKCHESTER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86261649, 40.84140029]} },
{type: 'Feature',properties:{Name: '2', Address: '1940 EAST TREMONT AVE, PARKCHESTER', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86212846, 40.8414601]} },
{type: 'Feature',properties:{Name: '2', Address: '1936 EAST TREMONT AVENUE, PARKCHESTER', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86223692, 40.8414465]} },
{type: 'Feature',properties:{Name: '2', Address: '1940 EAST TREMONT AVE, PARKCHESTER', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86212846, 40.8414601]} },
{type: 'Feature',properties:{Name: '2', Address: '1940 EAST TREMONT AVENUE, PARKCHESTER', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86212846, 40.8414601]} },
{type: 'Feature',properties:{Name: '2', Address: '1940 EAST TREMONT AVENUE, PARKCHESTER', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86212846, 40.8414601]} },
{type: 'Feature',properties:{Name: '2', Address: '1950 EAST TREMONT AVENUE, PARKCHESTER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86128617, 40.8415579]} },
{type: 'Feature',properties:{Name: '2', Address: '1960 EAST TREMONT, PARKCHESTER', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86104035, 40.84158505]} },
{type: 'Feature',properties:{Name: '2', Address: '1950 EAST TREMONT, PARKCHESTER', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86128617, 40.8415579]} },
{type: 'Feature',properties:{Name: '2', Address: '1960 EAST TREMONT AVENUE, PARKCHESTER', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86104035, 40.84158505]} },
{type: 'Feature',properties:{Name: '2', Address: '1970 EAST TREMONT AVENUE, PARKCHESTER', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86104035, 40.84158505]} },
{type: 'Feature',properties:{Name: '2', Address: '1501 METROPOLITAN AVENUE, PARKCHESTER', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85885519, 40.83922743]} },
{type: 'Feature',properties:{Name: '2', Address: '1507 METROPOLITAN AVENUE, PARKCHESTER', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85856206, 40.83941371]} },
{type: 'Feature',properties:{Name: '2', Address: '1507 METROPOLITAN AVENUE, PARKCHESTER', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85856206, 40.83941371]} },
{type: 'Feature',properties:{Name: '2', Address: '1507 METROPOLITAN AVE, PARKCHESTER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85856206, 40.83941371]} },
{type: 'Feature',properties:{Name: '2', Address: '1505 METROPOLITAN AVENUE, PARKCHESTER', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85885519, 40.83922743]} },
{type: 'Feature',properties:{Name: '2', Address: '1501 METROPOLITAN AVENUE, PARKCHESTER', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85885519, 40.83922743]} },
{type: 'Feature',properties:{Name: '2', Address: '2130 EAST TREMONT AVE, PARKCHESTER', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85706746, 40.84203307]} },
{type: 'Feature',properties:{Name: '2', Address: '2100 EAST TREMONT AVENUE, PARKCHESTER', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8576314, 40.84197064]} },
{type: 'Feature',properties:{Name: '2', Address: '2130 EAST TREMONT AVE, PARKCHESTER', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85706746, 40.84203307]} },
{type: 'Feature',properties:{Name: '2', Address: '2090 EAST TREMONT AVENUE, PARKCHESTER', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85772539, 40.84195978]} },
{type: 'Feature',properties:{Name: '2', Address: '2100 EAST TREMONT AVENUE, PARKCHESTER', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8576314, 40.84197064]} },
{type: 'Feature',properties:{Name: '2', Address: '2150 EAST TREMONT AVENUE, PARKCHESTER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85646012, 40.84210642]} },
{type: 'Feature',properties:{Name: '2', Address: '2140 E TREMONT AVE, PARKCHESTER', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85666257, 40.84208197]} },
{type: 'Feature',properties:{Name: '2', Address: '2160 EAST TREMONT AVENUE, PARKCHESTER', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85586002, 40.84217429]} },
{type: 'Feature',properties:{Name: '2', Address: '2140 EAST TREMONT AVE, PARKCHESTER', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85666257, 40.84208197]} },
{type: 'Feature',properties:{Name: '2', Address: '2150 EAST TREMONT AVENUE, PARKCHESTER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85646012, 40.84210642]} },
{type: 'Feature',properties:{Name: '2', Address: '2140 EAST TREMONT AVENUE, PARKCHESTER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85666257, 40.84208197]} },
{type: 'Feature',properties:{Name: '2', Address: '2240 EAST TREMONT AVENUE, PARKCHESTER', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8557588, 40.84218789]} },
{type: 'Feature',properties:{Name: '2', Address: '2240 EAST TREMONT AVENUE, PARKCHESTER', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8557588, 40.84218789]} },
{type: 'Feature',properties:{Name: '2', Address: '2200 EAST TREMONT AVENUE, PARKCHESTER', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85592148, 40.84216888]} },
{type: 'Feature',properties:{Name: '2', Address: '1705 PURDY STREET, PARKCHESTER', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85448564, 40.84098136]} },
{type: 'Feature',properties:{Name: '2', Address: '1735 PURDY STREET, PARKCHESTER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85489968, 40.84170649]} },
{type: 'Feature',properties:{Name: '2', Address: '1725 PURDY STREET, PARKCHESTER', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85476287, 40.84146478]} },
{type: 'Feature',properties:{Name: '2', Address: '1725 PURDY STREET, PARKCHESTER', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85476287, 40.84146478]} },
{type: 'Feature',properties:{Name: '2', Address: '1705 PURDY STREET, PARKCHESTER', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85448564, 40.84098136]} },
{type: 'Feature',properties:{Name: '2', Address: '1705 PURDY STREET, PARKCHESTER', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85448564, 40.84098136]} },
{type: 'Feature',properties:{Name: '2', Address: '1705 PURDY STREET, PARKCHESTER', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85448564, 40.84098136]} },
{type: 'Feature',properties:{Name: '2', Address: '1705 PURDY STREET, PARKCHESTER', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85448564, 40.84098136]} },
{type: 'Feature',properties:{Name: '2', Address: '1601 METROPOLITAN AVENUE, PARKCHESTER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85688351, 40.84017742]} },
{type: 'Feature',properties:{Name: '2', Address: '1601 METROPOLITAN AVENUE, PARKCHESTER', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85688351, 40.84017742]} },
{type: 'Feature',properties:{Name: '2', Address: '1641 METROPOLITAN AVENUE, PARKCHESTER', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8560193, 40.84038494]} },
{type: 'Feature',properties:{Name: '2', Address: '1605 METROPOLITAN AVENUE, PARKCHESTER', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85621817, 40.84034402]} },
{type: 'Feature',properties:{Name: '2', Address: '1641 METROPOLITAN AVENUE, PARKCHESTER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8560193, 40.84038494]} },
{type: 'Feature',properties:{Name: '2', Address: '1605 METROPOLITAN AVENUE, PARKCHESTER', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85621817, 40.84034402]} },
{type: 'Feature',properties:{Name: '2', Address: '1561 METROPOLITAN AVE, PARKCHESTER', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85808444, 40.83968211]} },
{type: 'Feature',properties:{Name: '2', Address: '1563 METROPOLITAN AVE, PARKCHESTER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85805911, 40.8396958]} },
{type: 'Feature',properties:{Name: '2', Address: '1569 METROPOLITAN AVENUE, PARKCHESTER', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85770818, 40.83986554]} },
{type: 'Feature',properties:{Name: '2', Address: '1569 METROPOLITAN AVENUE, PARKCHESTER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85770818, 40.83986554]} },
{type: 'Feature',properties:{Name: '2', Address: '1563 METROPOLITAN AVENUE, PARKCHESTER', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85805911, 40.8396958]} },
{type: 'Feature',properties:{Name: '2', Address: '1563 METROPOLITAN AVENUE, PARKCHESTER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85805911, 40.8396958]} },
{type: 'Feature',properties:{Name: '2', Address: '1579 METROPOLITAN AVENUE, PARKCHESTER', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85740434, 40.83998868]} },
{type: 'Feature',properties:{Name: '2', Address: '1561 METROPOLITAN AVENUE, PARKCHESTER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85808444, 40.83968211]} },
{type: 'Feature',properties:{Name: '2', Address: '1563 METROPOLITAN AVENUE, PARKCHESTER', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85805911, 40.8396958]} },
{type: 'Feature',properties:{Name: '2', Address: '1579 METROPOLITAN AVENUE, PARKCHESTER', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85740434, 40.83998868]} },
{type: 'Feature',properties:{Name: '2', Address: '1515 METROPOLITAN AVENUE, PARKCHESTER', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85863806, 40.8393644]} },
{type: 'Feature',properties:{Name: '2', Address: '1515 METROPOLITAN AVENUE, PARKCHESTER', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85863806, 40.8393644]} },
{type: 'Feature',properties:{Name: '2', Address: '1515 METROPOLITAN AVENUE, PARKCHESTER', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85863806, 40.8393644]} },
{type: 'Feature',properties:{Name: '2', Address: '1527 METROPOLITAN AVENUE, PARKCHESTER', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85854034, 40.83943015]} },
{type: 'Feature',properties:{Name: '2', Address: '1527 METROPOLITAN AVENUE, PARKCHESTER', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85854034, 40.83943015]} },
{type: 'Feature',properties:{Name: '2', Address: '1519 METROPOLITAN AVENUE, PARKCHESTER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85860549, 40.83938632]} },
{type: 'Feature',properties:{Name: '2', Address: '1527 METROPOLITAN AVENUE, PARKCHESTER', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85854034, 40.83943015]} },
{type: 'Feature',properties:{Name: '2', Address: '1541 METROPOLITAN AVENUE, PARKCHESTER', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85842453, 40.83950412]} },
{type: 'Feature',properties:{Name: '2', Address: '1541 METROPOLITAN AVENUE, PARKCHESTER', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85842453, 40.83950412]} },
{type: 'Feature',properties:{Name: '2', Address: '11 METROPOLITAN OVAL, PARKCHESTER', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86006671, 40.83883092]} },
{type: 'Feature',properties:{Name: '2', Address: '9 METROPOLITAN OVAL, PARKCHESTER', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86006671, 40.83883092]} },
{type: 'Feature',properties:{Name: '2', Address: '7 METROPOLITAN OVAL, PARKCHESTER', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85990048, 40.83882798]} },
{type: 'Feature',properties:{Name: '2', Address: '9 METROPOLITAN OVAL, PARKCHESTER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86006671, 40.83883092]} },
{type: 'Feature',properties:{Name: '2', Address: '9 METROPOLITAN OVAL, PARKCHESTER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86006671, 40.83883092]} },
{type: 'Feature',properties:{Name: '2', Address: '7 METROPOLITAN OVAL, PARKCHESTER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85990048, 40.83882798]} },
{type: 'Feature',properties:{Name: '2', Address: '1718 PURDY STREET, PARKCHESTER', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85446755, 40.84098683]} },
{type: 'Feature',properties:{Name: '2', Address: '1722 PURDY STREET, PARKCHESTER', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85455036, 40.8411324]} },
{type: 'Feature',properties:{Name: '2', Address: '1718 PURDY STREET, PARKCHESTER', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85446755, 40.84098683]} },
{type: 'Feature',properties:{Name: '2', Address: '1718 PURDY STREET, PARKCHESTER', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85446755, 40.84098683]} },
{type: 'Feature',properties:{Name: '2', Address: '1537 CASTLE HILL AVENUE, PARKCHESTER', Month: '3', Price: '3442'}, geometry: { type: 'Point', coordinates:[-73.85242624, 40.83743532]} },
{type: 'Feature',properties:{Name: '2', Address: '593 VAN NEST AVENUE, PARKCHESTER', Month: '11', Price: '4125'}, geometry: { type: 'Point', coordinates:[-73.86823095, 40.84235651]} },
{type: 'Feature',properties:{Name: '2', Address: '1735 VICTOR STREET, PARKCHESTER', Month: '6', Price: '3564'}, geometry: { type: 'Point', coordinates:[-73.86653947, 40.8441798]} },
{type: 'Feature',properties:{Name: '2', Address: '2048-2052 MC GRAW AVENUE, PARKCHESTER', Month: '6', Price: '4400'}, geometry: { type: 'Point', coordinates:[-73.85666978, 40.83537939]} },
{type: 'Feature',properties:{Name: '2', Address: '2101 STARLING AVENUE, PARKCHESTER', Month: '7', Price: '9800'}, geometry: { type: 'Point', coordinates:[-73.85498785, 40.83607445]} },
{type: 'Feature',properties:{Name: '2', Address: '1584 WHITE PLAINS ROAD, PARKCHESTER', Month: '4', Price: '7063'}, geometry: { type: 'Point', coordinates:[-73.86418316, 40.84054031]} },
{type: 'Feature',properties:{Name: '2', Address: '1619 EAST TREMONT AVENUE, PARKCHESTER', Month: '3', Price: '13280'}, geometry: { type: 'Point', coordinates:[-73.86369435, 40.84098438]} },
{type: 'Feature',properties:{Name: '2', Address: '1603 UNIONPORT ROAD, PARKCHESTER', Month: '7', Price: '25597'}, geometry: { type: 'Point', coordinates:[-73.86318493, 40.84090418]} },
{type: 'Feature',properties:{Name: '2', Address: '1597 UNIONPORT ROAD, PARKCHESTER', Month: '9', Price: '43500'}, geometry: { type: 'Point', coordinates:[-73.86302701, 40.84037152]} },
{type: 'Feature',properties:{Name: '2', Address: '1616 TAYLOR AVE, PARKCHESTER', Month: '12', Price: '1750'}, geometry: { type: 'Point', coordinates:[-73.86772372, 40.84116199]} },
{type: 'Feature',properties:{Name: '2', Address: '1719 CROSS BRONX EP SR N, PARKCHESTER', Month: '5', Price: '200'}, geometry: { type: 'Point', coordinates:[-73.87038578, 40.83638646]} },
{type: 'Feature',properties:{Name: '2', Address: '1800 EAST TREMONT, PARKCHESTER', Month: '7', Price: '1080'}, geometry: { type: 'Point', coordinates:[-73.86737489, 40.84029151]} },
{type: 'Feature',properties:{Name: '2', Address: '1880 EAST TREMONT AVENUE, PARKCHESTER', Month: '11', Price: '1340'}, geometry: { type: 'Point', coordinates:[-73.86425787, 40.84112502]} },
{type: 'Feature',properties:{Name: '2', Address: '1734 UNIONPORT ROAD, PARKCHESTER', Month: '8', Price: '432'}, geometry: { type: 'Point', coordinates:[-73.86758722, 40.84437314]} },
{type: 'Feature',properties:{Name: '2', Address: '1701 PURDY STREET, PARKCHESTER', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85391347, 40.83985256]} },
{type: 'Feature',properties:{Name: '2', Address: '1611 PURDY STREET, PARKCHESTER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85370265, 40.8387599]} },
{type: 'Feature',properties:{Name: '2', Address: '2222 WOODHULL AVENUE, PELHAM GARDENS', Month: '6', Price: '1957'}, geometry: { type: 'Point', coordinates:[-73.84188501, 40.85849523]} },
{type: 'Feature',properties:{Name: '2', Address: '2392 WOODHULL AVENUE, PELHAM GARDENS', Month: '8', Price: '1739'}, geometry: { type: 'Point', coordinates:[-73.8418222, 40.86058661]} },
{type: 'Feature',properties:{Name: '2', Address: '2219 WESTERVELT AVENUE, PELHAM GARDENS', Month: '5', Price: '1513'}, geometry: { type: 'Point', coordinates:[-73.84004202, 40.85820999]} },
{type: 'Feature',properties:{Name: '2', Address: '2226 KINGSLAND AVENUE, PELHAM GARDENS', Month: '2', Price: '1209'}, geometry: { type: 'Point', coordinates:[-73.83908414, 40.85816748]} },
{type: 'Feature',properties:{Name: '2', Address: '2318 WESTERVELT AVENUE, PELHAM GARDENS', Month: '9', Price: '1963'}, geometry: { type: 'Point', coordinates:[-73.83996976, 40.85969752]} },
{type: 'Feature',properties:{Name: '2', Address: '1715 STILLWELL AVENUE, PELHAM GARDENS', Month: '12', Price: '1944'}, geometry: { type: 'Point', coordinates:[-73.83674369, 40.85731608]} },
{type: 'Feature',properties:{Name: '2', Address: '2325 GUNTHER AVENUE, PELHAM GARDENS', Month: '4', Price: '2619'}, geometry: { type: 'Point', coordinates:[-73.83623575, 40.85953034]} },
{type: 'Feature',properties:{Name: '2', Address: '2311 GUNTHER AVENUE, PELHAM GARDENS', Month: '10', Price: '2931'}, geometry: { type: 'Point', coordinates:[-73.83623981, 40.85934919]} },
{type: 'Feature',properties:{Name: '2', Address: '2318 WICKHAM AVENUE, PELHAM GARDENS', Month: '12', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.83527447, 40.85939173]} },
{type: 'Feature',properties:{Name: '2', Address: '2321 VANCE STREET, PELHAM GARDENS', Month: '2', Price: '780'}, geometry: { type: 'Point', coordinates:[-73.83127165, 40.859751]} },
{type: 'Feature',properties:{Name: '2', Address: '1516 MACE AVENUE, PELHAM GARDENS', Month: '4', Price: '1956'}, geometry: { type: 'Point', coordinates:[-73.8427968, 40.86274802]} },
{type: 'Feature',properties:{Name: '2', Address: '1517 FIELDING STREET, PELHAM GARDENS', Month: '2', Price: '1480'}, geometry: { type: 'Point', coordinates:[-73.84276596, 40.86355767]} },
{type: 'Feature',properties:{Name: '2', Address: '2506 WOODHULL AVENUE, PELHAM GARDENS', Month: '6', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.84174766, 40.86304302]} },
{type: 'Feature',properties:{Name: '2', Address: '2557 MICKLE AVENUE, PELHAM GARDENS', Month: '4', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.8407751, 40.86457322]} },
{type: 'Feature',properties:{Name: '2', Address: '2555 MICKLE AVENUE, PELHAM GARDENS', Month: '6', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.84077512, 40.86456499]} },
{type: 'Feature',properties:{Name: '2', Address: '2539 MICKLE AVENUE, PELHAM GARDENS', Month: '4', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.84079461, 40.86397216]} },
{type: 'Feature',properties:{Name: '2', Address: '1589 WARING AVENUE, PELHAM GARDENS', Month: '10', Price: '1860'}, geometry: { type: 'Point', coordinates:[-73.84036103, 40.86085358]} },
{type: 'Feature',properties:{Name: '2', Address: '1633 WARING AVENUE, PELHAM GARDENS', Month: '2', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.8386439, 40.860821]} },
{type: 'Feature',properties:{Name: '2', Address: '2421 TIEMANN AVENUE, PELHAM GARDENS', Month: '11', Price: '1944'}, geometry: { type: 'Point', coordinates:[-73.83805696, 40.86134441]} },
{type: 'Feature',properties:{Name: '2', Address: '2413 TIEMANN AVENUE, PELHAM GARDENS', Month: '7', Price: '1944'}, geometry: { type: 'Point', coordinates:[-73.83805722, 40.86124012]} },
{type: 'Feature',properties:{Name: '2', Address: '2534 MICKLE AVENUE, PELHAM GARDENS', Month: '10', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.84078078, 40.86370865]} },
{type: 'Feature',properties:{Name: '2', Address: '2551 WESTERVELT AVENUE, PELHAM GARDENS', Month: '6', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.8398666, 40.86350153]} },
{type: 'Feature',properties:{Name: '2', Address: '2511 WESTERVELT AVENUE, PELHAM GARDENS', Month: '10', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.83987467, 40.86315571]} },
{type: 'Feature',properties:{Name: '2', Address: '2509 WESTERVELT AVE., PELHAM GARDENS', Month: '4', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.83987832, 40.86313925]} },
{type: 'Feature',properties:{Name: '2', Address: '2530 KINGSLAND AVENUE, PELHAM GARDENS', Month: '5', Price: '1406'}, geometry: { type: 'Point', coordinates:[-73.83891262, 40.86331082]} },
{type: 'Feature',properties:{Name: '2', Address: '2414 TIEMANN AVENUE, PELHAM GARDENS', Month: '9', Price: '1728'}, geometry: { type: 'Point', coordinates:[-73.83803547, 40.86126479]} },
{type: 'Feature',properties:{Name: '2', Address: '2558 TIEMANN AVENUE, PELHAM GARDENS', Month: '12', Price: '1890'}, geometry: { type: 'Point', coordinates:[-73.83796488, 40.86352632]} },
{type: 'Feature',properties:{Name: '2', Address: '2464 WICKHAM AVENUE, PELHAM GARDENS', Month: '12', Price: '1900'}, geometry: { type: 'Point', coordinates:[-73.83518518, 40.86187282]} },
{type: 'Feature',properties:{Name: '2', Address: '2226 EASTCHESTER ROAD, PELHAM GARDENS', Month: '8', Price: '2736'}, geometry: { type: 'Point', coordinates:[-73.84303739, 40.85884264]} },
{type: 'Feature',properties:{Name: '2', Address: '2231 KINGSLAND AVENUE, PELHAM GARDENS', Month: '9', Price: '2450'}, geometry: { type: 'Point', coordinates:[-73.83910211, 40.85821142]} },
{type: 'Feature',properties:{Name: '2', Address: '2344 WESTERVELT AVENUE, PELHAM GARDENS', Month: '8', Price: '3245'}, geometry: { type: 'Point', coordinates:[-73.83996182, 40.85999119]} },
{type: 'Feature',properties:{Name: '2', Address: '2348 WESTERVELT AVENUE, PELHAM GARDENS', Month: '11', Price: '2926'}, geometry: { type: 'Point', coordinates:[-73.83995809, 40.86003784]} },
{type: 'Feature',properties:{Name: '2', Address: '2236 TIEMANN AVENUE, PELHAM GARDENS', Month: '8', Price: '2340'}, geometry: { type: 'Point', coordinates:[-73.83814064, 40.85815518]} },
{type: 'Feature',properties:{Name: '2', Address: '2314 DELANOY, PELHAM GARDENS', Month: '12', Price: '2106'}, geometry: { type: 'Point', coordinates:[-73.83434566, 40.85928336]} },
{type: 'Feature',properties:{Name: '2', Address: '2356 BRUNER AVENUE, PELHAM GARDENS', Month: '1', Price: '2550'}, geometry: { type: 'Point', coordinates:[-73.83338634, 40.85981171]} },
{type: 'Feature',properties:{Name: '2', Address: '2356 BRUNER AVENUE, PELHAM GARDENS', Month: '12', Price: '2550'}, geometry: { type: 'Point', coordinates:[-73.83338634, 40.85981171]} },
{type: 'Feature',properties:{Name: '2', Address: '2430 WOODHULL AVENUE, PELHAM GARDENS', Month: '3', Price: '1617'}, geometry: { type: 'Point', coordinates:[-73.84179459, 40.86155271]} },
{type: 'Feature',properties:{Name: '2', Address: '2430 WOODHULL AVENUE, PELHAM GARDENS', Month: '12', Price: '1617'}, geometry: { type: 'Point', coordinates:[-73.84179459, 40.86155271]} },
{type: 'Feature',properties:{Name: '2', Address: '2430 WOODHULL AVENUE, PELHAM GARDENS', Month: '6', Price: '1617'}, geometry: { type: 'Point', coordinates:[-73.84179459, 40.86155271]} },
{type: 'Feature',properties:{Name: '2', Address: '1525 MACE AVENUE, PELHAM GARDENS', Month: '10', Price: '2344'}, geometry: { type: 'Point', coordinates:[-73.84260154, 40.86276148]} },
{type: 'Feature',properties:{Name: '2', Address: '2518 EASTCHESTER ROAD, PELHAM GARDENS', Month: '12', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.84340277, 40.8633417]} },
{type: 'Feature',properties:{Name: '2', Address: '1525 FIELDING STREET, PELHAM GARDENS', Month: '10', Price: '2149'}, geometry: { type: 'Point', coordinates:[-73.84257074, 40.86355466]} },
{type: 'Feature',properties:{Name: '2', Address: '2542 WOODHULL AVENUE, PELHAM GARDENS', Month: '5', Price: '1870'}, geometry: { type: 'Point', coordinates:[-73.84169378, 40.86441529]} },
{type: 'Feature',properties:{Name: '2', Address: '2454 MICKLE AVENUE, PELHAM GARDENS', Month: '3', Price: '2110'}, geometry: { type: 'Point', coordinates:[-73.84083945, 40.86185331]} },
{type: 'Feature',properties:{Name: '2', Address: '2427 WESTERVELT AVENUE, PELHAM GARDENS', Month: '10', Price: '1764'}, geometry: { type: 'Point', coordinates:[-73.83993296, 40.86146505]} },
{type: 'Feature',properties:{Name: '2', Address: '1617 MACE AVENUE, PELHAM GARDENS', Month: '9', Price: '2278'}, geometry: { type: 'Point', coordinates:[-73.83926117, 40.86269924]} },
{type: 'Feature',properties:{Name: '2', Address: '2534 WESTERVELT AVENUE, PELHAM GARDENS', Month: '1', Price: '1852'}, geometry: { type: 'Point', coordinates:[-73.83984886, 40.86336153]} },
{type: 'Feature',properties:{Name: '2', Address: '2569 KINGSLAND AVENUE, PELHAM GARDENS', Month: '7', Price: '1752'}, geometry: { type: 'Point', coordinates:[-73.83892267, 40.86363745]} },
{type: 'Feature',properties:{Name: '2', Address: '2423 LODOVICK AVENUE, PELHAM GARDENS', Month: '3', Price: '3084'}, geometry: { type: 'Point', coordinates:[-73.83713866, 40.86136233]} },
{type: 'Feature',properties:{Name: '2', Address: '2421 LODOVICK AVENUE, PELHAM GARDENS', Month: '1', Price: '3084'}, geometry: { type: 'Point', coordinates:[-73.83714233, 40.86133764]} },
{type: 'Feature',properties:{Name: '2', Address: '2440 GUNTHER AVENUE, PELHAM GARDENS', Month: '12', Price: '2176'}, geometry: { type: 'Point', coordinates:[-73.83613311, 40.86157225]} },
{type: 'Feature',properties:{Name: '2', Address: '2572 TIEMANN AVENUE, PELHAM GARDENS', Month: '12', Price: '1890'}, geometry: { type: 'Point', coordinates:[-73.83796097, 40.86364708]} },
{type: 'Feature',properties:{Name: '2', Address: '2535 LODOVICK AVENUE, PELHAM GARDENS', Month: '3', Price: '2300'}, geometry: { type: 'Point', coordinates:[-73.83705796, 40.86331096]} },
{type: 'Feature',properties:{Name: '2', Address: '2455 DELANOY AVENUE, PELHAM GARDENS', Month: '3', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.83428534, 40.86172881]} },
{type: 'Feature',properties:{Name: '2', Address: '2444 DELANOY, PELHAM GARDENS', Month: '9', Price: '2440'}, geometry: { type: 'Point', coordinates:[-73.83427121, 40.86159704]} },
{type: 'Feature',properties:{Name: '2', Address: '2429 WOODHULL AVENUE, PELHAM GARDENS', Month: '1', Price: '3157'}, geometry: { type: 'Point', coordinates:[-73.84181635, 40.86152529]} },
{type: 'Feature',properties:{Name: '2', Address: '2436 EASTCHESTER ROAD, PELHAM GARDENS', Month: '7', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.84328381, 40.86165904]} },
{type: 'Feature',properties:{Name: '2', Address: '2327 LACONIA AVENUE, PELHAM PARKWAY NORTH', Month: '3', Price: '1628'}, geometry: { type: 'Point', coordinates:[-73.85594664, 40.86059139]} },
{type: 'Feature',properties:{Name: '2', Address: '2311 YATES AVENUE, PELHAM PARKWAY NORTH', Month: '2', Price: '1500'}, geometry: { type: 'Point', coordinates:[-73.85492473, 40.86004665]} },
{type: 'Feature',properties:{Name: '2', Address: '2316 ESPLANADE, PELHAM PARKWAY NORTH', Month: '4', Price: '1268'}, geometry: { type: 'Point', coordinates:[-73.85439319, 40.86010088]} },
{type: 'Feature',properties:{Name: '2', Address: '1340 WARING AVENUE, PELHAM PARKWAY NORTH', Month: '1', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.84776464, 40.86097337]} },
{type: 'Feature',properties:{Name: '2', Address: '2214 SEYMOUR AVENUE, PELHAM PARKWAY NORTH', Month: '8', Price: '1980'}, geometry: { type: 'Point', coordinates:[-73.84643899, 40.85892132]} },
{type: 'Feature',properties:{Name: '2', Address: '2218 SEYMOUR AVENUE, PELHAM PARKWAY NORTH', Month: '2', Price: '1980'}, geometry: { type: 'Point', coordinates:[-73.8464353, 40.85895425]} },
{type: 'Feature',properties:{Name: '2', Address: '2219 FENTON AVENUE, PELHAM PARKWAY NORTH', Month: '10', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.84458118, 40.85877611]} },
{type: 'Feature',properties:{Name: '2', Address: '2321 SEYMOUR AVENUE, PELHAM PARKWAY NORTH', Month: '2', Price: '1504'}, geometry: { type: 'Point', coordinates:[-73.84642176, 40.86012073]} },
{type: 'Feature',properties:{Name: '2', Address: '2316 MORGAN AVENUE, PELHAM PARKWAY NORTH', Month: '4', Price: '1782'}, geometry: { type: 'Point', coordinates:[-73.84546034, 40.86003162]} },
{type: 'Feature',properties:{Name: '2', Address: '2316 FENTON AVE, PELHAM PARKWAY NORTH', Month: '8', Price: '1476'}, geometry: { type: 'Point', coordinates:[-73.84451693, 40.85997271]} },
{type: 'Feature',properties:{Name: '2', Address: '2316 FENTON AVE, PELHAM PARKWAY NORTH', Month: '5', Price: '1476'}, geometry: { type: 'Point', coordinates:[-73.84451693, 40.85997271]} },
{type: 'Feature',properties:{Name: '2', Address: '2418 MATTHEWS AVENUE, PELHAM PARKWAY NORTH', Month: '11', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.86268647, 40.86177983]} },
{type: 'Feature',properties:{Name: '2', Address: '2435 LACONIA AVENUE, PELHAM PARKWAY NORTH', Month: '10', Price: '1676'}, geometry: { type: 'Point', coordinates:[-73.85590411, 40.86186762]} },
{type: 'Feature',properties:{Name: '2', Address: '2526 WILLIAMSBRIDGE ROAD, PELHAM PARKWAY NORTH', Month: '7', Price: '1480'}, geometry: { type: 'Point', coordinates:[-73.85848837, 40.86386073]} },
{type: 'Feature',properties:{Name: '2', Address: '2558 LURTING AVENUE, PELHAM PARKWAY NORTH', Month: '9', Price: '1944'}, geometry: { type: 'Point', coordinates:[-73.85683249, 40.86388613]} },
{type: 'Feature',properties:{Name: '2', Address: '2543 LACONIA AVENUE, PELHAM PARKWAY NORTH', Month: '3', Price: '2232'}, geometry: { type: 'Point', coordinates:[-73.85584584, 40.86372845]} },
{type: 'Feature',properties:{Name: '2', Address: '2437 YATES AVE, PELHAM PARKWAY NORTH', Month: '3', Price: '1984'}, geometry: { type: 'Point', coordinates:[-73.85489544, 40.86187459]} },
{type: 'Feature',properties:{Name: '2', Address: '2439 ESPLANADE, PELHAM PARKWAY NORTH', Month: '12', Price: '2281'}, geometry: { type: 'Point', coordinates:[-73.85292878, 40.86186386]} },
{type: 'Feature',properties:{Name: '2', Address: '2410 ESPLANADE AVENUE, PELHAM PARKWAY NORTH', Month: '8', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.85321882, 40.86148821]} },
{type: 'Feature',properties:{Name: '2', Address: '1113 MACE AVENUE, PELHAM PARKWAY NORTH', Month: '4', Price: '1692'}, geometry: { type: 'Point', coordinates:[-73.85531959, 40.8629977]} },
{type: 'Feature',properties:{Name: '2', Address: '2512 LACONIA AVENUE, PELHAM PARKWAY NORTH', Month: '8', Price: '2070'}, geometry: { type: 'Point', coordinates:[-73.85583195, 40.86346769]} },
{type: 'Feature',properties:{Name: '2', Address: '2529 YATES AVE, PELHAM PARKWAY NORTH', Month: '12', Price: '1968'}, geometry: { type: 'Point', coordinates:[-73.85484108, 40.86358996]} },
{type: 'Feature',properties:{Name: '2', Address: '2501 HERING AVE, PELHAM PARKWAY NORTH', Month: '9', Price: '1672'}, geometry: { type: 'Point', coordinates:[-73.85390528, 40.86333078]} },
{type: 'Feature',properties:{Name: '2', Address: '2527 HERING AVENUE, PELHAM PARKWAY NORTH', Month: '5', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.85389756, 40.86355309]} },
{type: 'Feature',properties:{Name: '2', Address: '2515 HERING AVENUE, PELHAM PARKWAY NORTH', Month: '9', Price: '1026'}, geometry: { type: 'Point', coordinates:[-73.8539014, 40.86345154]} },
{type: 'Feature',properties:{Name: '2', Address: '2445 BOUCK AVENUE, PELHAM PARKWAY NORTH', Month: '5', Price: '941'}, geometry: { type: 'Point', coordinates:[-73.85019559, 40.86189328]} },
{type: 'Feature',properties:{Name: '2', Address: '2532 TENBROECK AVENUE, PELHAM PARKWAY NORTH', Month: '2', Price: '1176'}, geometry: { type: 'Point', coordinates:[-73.85293219, 40.86359029]} },
{type: 'Feature',properties:{Name: '2', Address: '2538 TENBROECK AVENUE, PELHAM PARKWAY NORTH', Month: '9', Price: '1386'}, geometry: { type: 'Point', coordinates:[-73.85292846, 40.86364243]} },
{type: 'Feature',properties:{Name: '2', Address: '2574 TENBROECK AVENUE, PELHAM PARKWAY NORTH', Month: '10', Price: '1620'}, geometry: { type: 'Point', coordinates:[-73.85292054, 40.86395257]} },
{type: 'Feature',properties:{Name: '2', Address: '2557 PEARSALL AVENUE, PELHAM PARKWAY NORTH', Month: '4', Price: '1478'}, geometry: { type: 'Point', coordinates:[-73.85199028, 40.86445366]} },
{type: 'Feature',properties:{Name: '2', Address: '2549 PEARSALL AVENUE, PELHAM PARKWAY NORTH', Month: '10', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.85199435, 40.86425056]} },
{type: 'Feature',properties:{Name: '2', Address: '2532 PEARSALL AVE, PELHAM PARKWAY NORTH', Month: '9', Price: '1528'}, geometry: { type: 'Point', coordinates:[-73.85199584, 40.86358085]} },
{type: 'Feature',properties:{Name: '2', Address: '2452 YOUNG AVENUE, PELHAM PARKWAY NORTH', Month: '2', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.8482179, 40.86196206]} },
{type: 'Feature',properties:{Name: '2', Address: '2454 YOUNG AVENUE, PELHAM PARKWAY NORTH', Month: '9', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.84821784, 40.86198951]} },
{type: 'Feature',properties:{Name: '2', Address: '2564 BOUCK, PELHAM PARKWAY NORTH', Month: '11', Price: '480'}, geometry: { type: 'Point', coordinates:[-73.85008852, 40.86448689]} },
{type: 'Feature',properties:{Name: '2', Address: '2565 YOUNG AVENUE, PELHAM PARKWAY NORTH', Month: '1', Price: '1890'}, geometry: { type: 'Point', coordinates:[-73.84818122, 40.86377626]} },
{type: 'Feature',properties:{Name: '2', Address: '2551 FISH, PELHAM PARKWAY NORTH', Month: '2', Price: '1860'}, geometry: { type: 'Point', coordinates:[-73.84723331, 40.86407693]} },
{type: 'Feature',properties:{Name: '2', Address: '2533 MORGAN AVENUE, PELHAM PARKWAY NORTH', Month: '2', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.84537287, 40.86344591]} },
{type: 'Feature',properties:{Name: '2', Address: '2501 FENTON AVENUE, PELHAM PARKWAY NORTH', Month: '4', Price: '1745'}, geometry: { type: 'Point', coordinates:[-73.8444408, 40.86315372]} },
{type: 'Feature',properties:{Name: '2', Address: '2347 HOLLAND AVENUE, PELHAM PARKWAY NORTH', Month: '11', Price: '1824'}, geometry: { type: 'Point', coordinates:[-73.86557053, 40.86043008]} },
{type: 'Feature',properties:{Name: '2', Address: '2339 HOLLAND AVENUE, PELHAM PARKWAY NORTH', Month: '4', Price: '1824'}, geometry: { type: 'Point', coordinates:[-73.86557435, 40.86032853]} },
{type: 'Feature',properties:{Name: '2', Address: '2321 WALLACE AVENUE, PELHAM PARKWAY NORTH', Month: '1', Price: '2023'}, geometry: { type: 'Point', coordinates:[-73.86463126, 40.86010237]} },
{type: 'Feature',properties:{Name: '2', Address: '2333 MATTHEWS AVENUE, PELHAM PARKWAY NORTH', Month: '12', Price: '2958'}, geometry: { type: 'Point', coordinates:[-73.86275469, 40.86025385]} },
{type: 'Feature',properties:{Name: '2', Address: '2321 MATTHEWS AVENUE, PELHAM PARKWAY NORTH', Month: '2', Price: '1833'}, geometry: { type: 'Point', coordinates:[-73.86275859, 40.86011388]} },
{type: 'Feature',properties:{Name: '2', Address: '2331 BRONXWOOD AVENUE, PELHAM PARKWAY NORTH', Month: '2', Price: '2189'}, geometry: { type: 'Point', coordinates:[-73.86174973, 40.86022795]} },
{type: 'Feature',properties:{Name: '2', Address: '1070 WARING AVENUE, PELHAM PARKWAY NORTH', Month: '6', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.85662149, 40.86113842]} },
{type: 'Feature',properties:{Name: '2', Address: '1065 STELL PLACE, PELHAM PARKWAY NORTH', Month: '11', Price: '2668'}, geometry: { type: 'Point', coordinates:[-73.85648927, 40.86042463]} },
{type: 'Feature',properties:{Name: '2', Address: '2234 HERING AVE, PELHAM PARKWAY NORTH', Month: '9', Price: '2856'}, geometry: { type: 'Point', coordinates:[-73.85402711, 40.85888726]} },
{type: 'Feature',properties:{Name: '2', Address: '2210 TENBROECK AVENUE, PELHAM PARKWAY NORTH', Month: '4', Price: '2884'}, geometry: { type: 'Point', coordinates:[-73.8530912, 40.85871041]} },
{type: 'Feature',properties:{Name: '2', Address: '2309 PEARSALL AVENUE, PELHAM PARKWAY NORTH', Month: '7', Price: '2125'}, geometry: { type: 'Point', coordinates:[-73.85213384, 40.8600486]} },
{type: 'Feature',properties:{Name: '2', Address: '2309 PEARSALL AVENUE, PELHAM PARKWAY NORTH', Month: '10', Price: '2125'}, geometry: { type: 'Point', coordinates:[-73.85213384, 40.8600486]} },
{type: 'Feature',properties:{Name: '2', Address: '1284 ASTOR AVENUE, PELHAM PARKWAY NORTH', Month: '8', Price: '2242'}, geometry: { type: 'Point', coordinates:[-73.8498207, 40.85980957]} },
{type: 'Feature',properties:{Name: '2', Address: '1325 PELHAM PARKWAY N, PELHAM PARKWAY NORTH', Month: '7', Price: '1856'}, geometry: { type: 'Point', coordinates:[-73.84819641, 40.85870682]} },
{type: 'Feature',properties:{Name: '2', Address: '2319 WILSON AVENUE, PELHAM PARKWAY NORTH', Month: '1', Price: '1860'}, geometry: { type: 'Point', coordinates:[-73.84927403, 40.86015469]} },
{type: 'Feature',properties:{Name: '2', Address: '1425 PELHAM PARKWAY NORTH, PELHAM PARKWAY NORTH', Month: '3', Price: '2258'}, geometry: { type: 'Point', coordinates:[-73.84538429, 40.85853291]} },
{type: 'Feature',properties:{Name: '2', Address: '2322 FISH AVENUE, PELHAM PARKWAY NORTH', Month: '12', Price: '1158'}, geometry: { type: 'Point', coordinates:[-73.84733631, 40.86015488]} },
{type: 'Feature',properties:{Name: '2', Address: '1482 ASTOR AVENUE, PELHAM PARKWAY NORTH', Month: '7', Price: '1769'}, geometry: { type: 'Point', coordinates:[-73.84359247, 40.85954329]} },
{type: 'Feature',properties:{Name: '2', Address: '2439 BARNES AVENUE, PELHAM PARKWAY NORTH', Month: '2', Price: '2580'}, geometry: { type: 'Point', coordinates:[-73.86364031, 40.86206366]} },
{type: 'Feature',properties:{Name: '2', Address: '2437 BARNES AVENUE, PELHAM PARKWAY NORTH', Month: '5', Price: '3940'}, geometry: { type: 'Point', coordinates:[-73.86364036, 40.86203621]} },
{type: 'Feature',properties:{Name: '2', Address: '2438 BARNES AVENUE, PELHAM PARKWAY NORTH', Month: '6', Price: '1960'}, geometry: { type: 'Point', coordinates:[-73.86361862, 40.86206089]} },
{type: 'Feature',properties:{Name: '2', Address: '816 MACE AVENUE, PELHAM PARKWAY NORTH', Month: '11', Price: '1908'}, geometry: { type: 'Point', coordinates:[-73.86297653, 40.86312507]} },
{type: 'Feature',properties:{Name: '2', Address: '2444 MATTHEWS AVENUE, PELHAM PARKWAY NORTH', Month: '8', Price: '2530'}, geometry: { type: 'Point', coordinates:[-73.86267491, 40.86212564]} },
{type: 'Feature',properties:{Name: '2', Address: '2514 BARNES AVENUE, PELHAM PARKWAY NORTH', Month: '4', Price: '1971'}, geometry: { type: 'Point', coordinates:[-73.86356841, 40.86362531]} },
{type: 'Feature',properties:{Name: '2', Address: '2538 BRONXWOOD AVE, PELHAM PARKWAY NORTH', Month: '6', Price: '1960'}, geometry: { type: 'Point', coordinates:[-73.86161215, 40.86380139]} },
{type: 'Feature',properties:{Name: '2', Address: '2513 RADCLIFF AVENUE, PELHAM PARKWAY NORTH', Month: '4', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.86062567, 40.86355867]} },
{type: 'Feature',properties:{Name: '2', Address: '2536 RADCLIFF AVENUE, PELHAM PARKWAY NORTH', Month: '3', Price: '3536'}, geometry: { type: 'Point', coordinates:[-73.86059632, 40.86376448]} },
{type: 'Feature',properties:{Name: '2', Address: '2515 COLDEN AVENUE, PELHAM PARKWAY NORTH', Month: '5', Price: '1928'}, geometry: { type: 'Point', coordinates:[-73.85968568, 40.86356027]} },
{type: 'Feature',properties:{Name: '2', Address: '987 MACE AVENUE, PELHAM PARKWAY NORTH', Month: '4', Price: '988'}, geometry: { type: 'Point', coordinates:[-73.85919504, 40.86306837]} },
{type: 'Feature',properties:{Name: '2', Address: '2423 LACONIA AVENUE, PELHAM PARKWAY NORTH', Month: '9', Price: '1960'}, geometry: { type: 'Point', coordinates:[-73.85590807, 40.86170843]} },
{type: 'Feature',properties:{Name: '2', Address: '2440 LURTING AVE, PELHAM PARKWAY NORTH', Month: '12', Price: '2220'}, geometry: { type: 'Point', coordinates:[-73.85689086, 40.86196491]} },
{type: 'Feature',properties:{Name: '2', Address: '2531 HONE AVENUE, PELHAM PARKWAY NORTH', Month: '3', Price: '1876'}, geometry: { type: 'Point', coordinates:[-73.85778686, 40.86392574]} },
{type: 'Feature',properties:{Name: '2', Address: '2501 LACONIA AVENUE, PELHAM PARKWAY NORTH', Month: '6', Price: '2878'}, geometry: { type: 'Point', coordinates:[-73.85585747, 40.86336617]} },
{type: 'Feature',properties:{Name: '2', Address: '2514 LURTING AVENUE, PELHAM PARKWAY NORTH', Month: '3', Price: '1672'}, geometry: { type: 'Point', coordinates:[-73.85684416, 40.86350463]} },
{type: 'Feature',properties:{Name: '2', Address: '2529 LACONIA AVE, PELHAM PARKWAY NORTH', Month: '3', Price: '3276'}, geometry: { type: 'Point', coordinates:[-73.85584972, 40.86360769]} },
{type: 'Feature',properties:{Name: '2', Address: '2406 ESPLANADE AVENUE, PELHAM PARKWAY NORTH', Month: '11', Price: '3031'}, geometry: { type: 'Point', coordinates:[-73.85326232, 40.86143612]} },
{type: 'Feature',properties:{Name: '2', Address: '2425 ESPLANADE, PELHAM PARKWAY NORTH', Month: '3', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.85308464, 40.86168017]} },
{type: 'Feature',properties:{Name: '2', Address: '2543 YATES AVENUE, PELHAM PARKWAY NORTH', Month: '10', Price: '1881'}, geometry: { type: 'Point', coordinates:[-73.8548372, 40.86371072]} },
{type: 'Feature',properties:{Name: '2', Address: '1157 MACE AVENUE, PELHAM PARKWAY NORTH', Month: '10', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.85309989, 40.86295922]} },
{type: 'Feature',properties:{Name: '2', Address: '2424 PEARSALL AVE, PELHAM PARKWAY NORTH', Month: '3', Price: '2541'}, geometry: { type: 'Point', coordinates:[-73.85206158, 40.8616569]} },
{type: 'Feature',properties:{Name: '2', Address: '2419 BOUCK AVENUE, PELHAM PARKWAY NORTH', Month: '6', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.85020722, 40.86154472]} },
{type: 'Feature',properties:{Name: '2', Address: '23 GABRIEL DRIVE, PELHAM PARKWAY NORTH', Month: '11', Price: '2640'}, geometry: { type: 'Point', coordinates:[-73.85058532, 40.86382332]} },
{type: 'Feature',properties:{Name: '2', Address: '2408 BOUCK AVENUE, PELHAM PARKWAY NORTH', Month: '9', Price: '1937'}, geometry: { type: 'Point', coordinates:[-73.85018944, 40.86141295]} },
{type: 'Feature',properties:{Name: '2', Address: '1311 WARING AVENUE, PELHAM PARKWAY NORTH', Month: '12', Price: '1659'}, geometry: { type: 'Point', coordinates:[-73.84877682, 40.86100764]} },
{type: 'Feature',properties:{Name: '2', Address: '2428 YOUNG AVENUE, PELHAM PARKWAY NORTH', Month: '2', Price: '2035'}, geometry: { type: 'Point', coordinates:[-73.84822947, 40.86164369]} },
{type: 'Feature',properties:{Name: '2', Address: '2403 FISH AVENUE, PELHAM PARKWAY NORTH', Month: '5', Price: '2332'}, geometry: { type: 'Point', coordinates:[-73.84732289, 40.8612802]} },
{type: 'Feature',properties:{Name: '2', Address: '2449 FISH AVENUE, PELHAM PARKWAY NORTH', Month: '2', Price: '1813'}, geometry: { type: 'Point', coordinates:[-73.8473034, 40.86189224]} },
{type: 'Feature',properties:{Name: '2', Address: '2542 WILSON AVENUE, PELHAM PARKWAY NORTH', Month: '3', Price: '1890'}, geometry: { type: 'Point', coordinates:[-73.84912883, 40.86360459]} },
{type: 'Feature',properties:{Name: '2', Address: '2418 SEYMOUR AVENUE, PELHAM PARKWAY NORTH', Month: '4', Price: '2600'}, geometry: { type: 'Point', coordinates:[-73.84635718, 40.86147379]} },
{type: 'Feature',properties:{Name: '2', Address: '2444 SEYMOUR AVENUE, PELHAM PARKWAY NORTH', Month: '8', Price: '2860'}, geometry: { type: 'Point', coordinates:[-73.84634553, 40.86182235]} },
{type: 'Feature',properties:{Name: '2', Address: '2555 MORGAN AVENUE, PELHAM PARKWAY NORTH', Month: '11', Price: '2508'}, geometry: { type: 'Point', coordinates:[-73.84536519, 40.86363803]} },
{type: 'Feature',properties:{Name: '2', Address: '1440 ALLERTON AVENUE, PELHAM PARKWAY NORTH', Month: '5', Price: '1763'}, geometry: { type: 'Point', coordinates:[-73.84472518, 40.8652291]} },
{type: 'Feature',properties:{Name: '2', Address: '1444 ALLERTON AVENUE, PELHAM PARKWAY NORTH', Month: '5', Price: '1763'}, geometry: { type: 'Point', coordinates:[-73.84461311, 40.8652262]} },
{type: 'Feature',properties:{Name: '2', Address: '2234 HOLLAND AVENUE, PELHAM PARKWAY NORTH', Month: '7', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.86561048, 40.85855275]} },
{type: 'Feature',properties:{Name: '2', Address: '2338 BARNES AVENUE, PELHAM PARKWAY NORTH', Month: '9', Price: '3399'}, geometry: { type: 'Point', coordinates:[-73.86367279, 40.86032356]} },
{type: 'Feature',properties:{Name: '2', Address: '2320 ESPLANADE, PELHAM PARKWAY NORTH', Month: '2', Price: '3804'}, geometry: { type: 'Point', coordinates:[-73.85436057, 40.86013926]} },
{type: 'Feature',properties:{Name: '2', Address: '2214 FISH AVENUE, PELHAM PARKWAY NORTH', Month: '7', Price: '3138'}, geometry: { type: 'Point', coordinates:[-73.84737521, 40.85896099]} },
{type: 'Feature',properties:{Name: '2', Address: '2560 MATTHEWS AVENUE, PELHAM PARKWAY NORTH', Month: '3', Price: '3500'}, geometry: { type: 'Point', coordinates:[-73.86261693, 40.86393982]} },
{type: 'Feature',properties:{Name: '2', Address: '2549 COLDEN AVENUE, PELHAM PARKWAY NORTH', Month: '11', Price: '2325'}, geometry: { type: 'Point', coordinates:[-73.85967783, 40.86385394]} },
{type: 'Feature',properties:{Name: '2', Address: '2531 LURTING AVENUE, PELHAM PARKWAY NORTH', Month: '4', Price: '2860'}, geometry: { type: 'Point', coordinates:[-73.85686193, 40.86364463]} },
{type: 'Feature',properties:{Name: '2', Address: '2531 LURTING AVENUE, PELHAM PARKWAY NORTH', Month: '2', Price: '2860'}, geometry: { type: 'Point', coordinates:[-73.85686193, 40.86364463]} },
{type: 'Feature',properties:{Name: '2', Address: '2429 HERING, PELHAM PARKWAY NORTH', Month: '3', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.85395575, 40.86175264]} },
{type: 'Feature',properties:{Name: '2', Address: '2541 TENBROECK AVENUE, PELHAM PARKWAY NORTH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85295011, 40.86365893]} },
{type: 'Feature',properties:{Name: '2', Address: '2543 TENBROECK AVENUE, PELHAM PARKWAY NORTH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85295008, 40.86367539]} },
{type: 'Feature',properties:{Name: '2', Address: '2238 HOLLAND AVENUE, PELHAM PARKWAY NORTH', Month: '2', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.86560676, 40.85860215]} },
{type: 'Feature',properties:{Name: '2', Address: '2555 COLDEN AVE, PELHAM PARKWAY NORTH', Month: '7', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.85967411, 40.86390334]} },
{type: 'Feature',properties:{Name: '2', Address: '2551 COLDEN AVENUE, PELHAM PARKWAY NORTH', Month: '12', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.85967418, 40.86387041]} },
{type: 'Feature',properties:{Name: '2', Address: '904 ALLERTON AVENUE, PELHAM PARKWAY NORTH', Month: '1', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.86127954, 40.86553564]} },
{type: 'Feature',properties:{Name: '2', Address: '2414-2448 WILLIAMSBRIDGE ROAD, PELHAM PARKWAY NORTH', Month: '3', Price: '14800'}, geometry: { type: 'Point', coordinates:[-73.85757553, 40.86131526]} },
{type: 'Feature',properties:{Name: '2', Address: '2440 ESPLANADE, PELHAM PARKWAY NORTH', Month: '5', Price: '10837'}, geometry: { type: 'Point', coordinates:[-73.85288897, 40.86188303]} },
{type: 'Feature',properties:{Name: '2', Address: '2440 ESPLANADE, PELHAM PARKWAY NORTH', Month: '9', Price: '10837'}, geometry: { type: 'Point', coordinates:[-73.85288897, 40.86188303]} },
{type: 'Feature',properties:{Name: '2', Address: '1824 TENBROECK AVENUE, PELHAM PARKWAY SOUTH', Month: '3', Price: '1980'}, geometry: { type: 'Point', coordinates:[-73.8497287, 40.85252775]} },
{type: 'Feature',properties:{Name: '2', Address: '1939 NARRAGANSETT AVENUE, PELHAM PARKWAY SOUTH', Month: '7', Price: '1750'}, geometry: { type: 'Point', coordinates:[-73.85051862, 40.85489471]} },
{type: 'Feature',properties:{Name: '2', Address: '1232 CHOCTAW, PELHAM PARKWAY SOUTH', Month: '2', Price: '3318'}, geometry: { type: 'Point', coordinates:[-73.8503262, 40.85526499]} },
{type: 'Feature',properties:{Name: '2', Address: '1250 CHOCTAW PLACE, PELHAM PARKWAY SOUTH', Month: '11', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.85002211, 40.85545947]} },
{type: 'Feature',properties:{Name: '2', Address: '1910 NARRAGANSETT AVENUE, PELHAM PARKWAY SOUTH', Month: '2', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.84999229, 40.85425725]} },
{type: 'Feature',properties:{Name: '2', Address: '1910 NARRAGANSETT AVENUE, PELHAM PARKWAY SOUTH', Month: '7', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.84999229, 40.85425725]} },
{type: 'Feature',properties:{Name: '2', Address: '1912 NARRAGANSETT AVENUE, PELHAM PARKWAY SOUTH', Month: '4', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.85004275, 40.85432045]} },
{type: 'Feature',properties:{Name: '2', Address: '1238 PAWNEE PL, PELHAM PARKWAY SOUTH', Month: '8', Price: '1925'}, geometry: { type: 'Point', coordinates:[-73.84958973, 40.85483861]} },
{type: 'Feature',properties:{Name: '2', Address: '2117 MULINER AVENUE, PELHAM PARKWAY SOUTH', Month: '7', Price: '2070'}, geometry: { type: 'Point', coordinates:[-73.86201537, 40.85416522]} },
{type: 'Feature',properties:{Name: '2', Address: '2107 MULINER AVENUE, PELHAM PARKWAY SOUTH', Month: '4', Price: '1966'}, geometry: { type: 'Point', coordinates:[-73.86201932, 40.85400328]} },
{type: 'Feature',properties:{Name: '2', Address: '1102 LYDIG AVENUE, PELHAM PARKWAY SOUTH', Month: '11', Price: '4520'}, geometry: { type: 'Point', coordinates:[-73.85687025, 40.85474083]} },
{type: 'Feature',properties:{Name: '2', Address: '2028 TOMLINSON AVENUE, PELHAM PARKWAY SOUTH', Month: '2', Price: '2673'}, geometry: { type: 'Point', coordinates:[-73.85560614, 40.85424246]} },
{type: 'Feature',properties:{Name: '2', Address: '1167 LYDIG AVENUE, PELHAM PARKWAY SOUTH', Month: '3', Price: '1632'}, geometry: { type: 'Point', coordinates:[-73.85412407, 40.85588467]} },
{type: 'Feature',properties:{Name: '2', Address: '1205 NEILL AVENUE, PELHAM PARKWAY SOUTH', Month: '2', Price: '2085'}, geometry: { type: 'Point', coordinates:[-73.85170311, 40.85542596]} },
{type: 'Feature',properties:{Name: '2', Address: '2061 NARRAGANSETT AVENUE, PELHAM PARKWAY SOUTH', Month: '8', Price: '1536'}, geometry: { type: 'Point', coordinates:[-73.85151276, 40.85648792]} },
{type: 'Feature',properties:{Name: '2', Address: '1081 LYDIG AVENUE, PELHAM PARKWAY SOUTH', Month: '12', Price: '2565'}, geometry: { type: 'Point', coordinates:[-73.85761921, 40.85442062]} },
{type: 'Feature',properties:{Name: '2', Address: '2123 TOMLINSON AVENUE, PELHAM PARKWAY SOUTH', Month: '2', Price: '2037'}, geometry: { type: 'Point', coordinates:[-73.8565286, 40.85560224]} },
{type: 'Feature',properties:{Name: '2', Address: '2104 HAIGHT AVENUE, PELHAM PARKWAY SOUTH', Month: '6', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.85721312, 40.85499102]} },
{type: 'Feature',properties:{Name: '2', Address: '2108 HAIGHT AVE, PELHAM PARKWAY SOUTH', Month: '10', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.85724552, 40.85505693]} },
{type: 'Feature',properties:{Name: '2', Address: '1860 NARRAGANSETT AVE, PELHAM PARKWAY SOUTH', Month: '8', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.84932906, 40.85341651]} },
{type: 'Feature',properties:{Name: '2', Address: '1526 RHINELANDER AVENUE, PELHAM PARKWAY SOUTH', Month: '5', Price: '1477'}, geometry: { type: 'Point', coordinates:[-73.84277667, 40.85597132]} },
{type: 'Feature',properties:{Name: '2', Address: '1538 RHINELANDER AVENUE, PELHAM PARKWAY SOUTH', Month: '7', Price: '1890'}, geometry: { type: 'Point', coordinates:[-73.84247673, 40.855927]} },
{type: 'Feature',properties:{Name: '2', Address: '2087 MATTHEWS AVENUE, PELHAM PARKWAY SOUTH', Month: '12', Price: '2642'}, geometry: { type: 'Point', coordinates:[-73.86297485, 40.85341157]} },
{type: 'Feature',properties:{Name: '2', Address: '2120 MATTHEWS AVENUE, PELHAM PARKWAY SOUTH', Month: '9', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.86293367, 40.85409769]} },
{type: 'Feature',properties:{Name: '2', Address: '2099 MULINER AVENUE, PELHAM PARKWAY SOUTH', Month: '6', Price: '3454'}, geometry: { type: 'Point', coordinates:[-73.86202321, 40.85387429]} },
{type: 'Feature',properties:{Name: '2', Address: '2037 RADCLIFF AVE, PELHAM PARKWAY SOUTH', Month: '3', Price: '1250'}, geometry: { type: 'Point', coordinates:[-73.86018251, 40.85251893]} },
{type: 'Feature',properties:{Name: '2', Address: '2029 PAULDING AVENUE, PELHAM PARKWAY SOUTH', Month: '7', Price: '2600'}, geometry: { type: 'Point', coordinates:[-73.85886257, 40.85278356]} },
{type: 'Feature',properties:{Name: '2', Address: '1005 NEILL AVENUE, PELHAM PARKWAY SOUTH', Month: '2', Price: '1568'}, geometry: { type: 'Point', coordinates:[-73.85910984, 40.8520922]} },
{type: 'Feature',properties:{Name: '2', Address: '2012 COLDEN AVE, PELHAM PARKWAY SOUTH', Month: '8', Price: '1750'}, geometry: { type: 'Point', coordinates:[-73.85966576, 40.85244145]} },
{type: 'Feature',properties:{Name: '2', Address: '2012 COLDEN AVE, PELHAM PARKWAY SOUTH', Month: '11', Price: '1750'}, geometry: { type: 'Point', coordinates:[-73.85966576, 40.85244145]} },
{type: 'Feature',properties:{Name: '2', Address: '2020 PAULDING AVE, PELHAM PARKWAY SOUTH', Month: '8', Price: '1608'}, geometry: { type: 'Point', coordinates:[-73.85879041, 40.85272034]} },
{type: 'Feature',properties:{Name: '2', Address: '2011 TOMLINSON AVENUE, PELHAM PARKWAY SOUTH', Month: '12', Price: '1693'}, geometry: { type: 'Point', coordinates:[-73.85550167, 40.8540749]} },
{type: 'Feature',properties:{Name: '2', Address: '1126 LYDIG AVENUE, PELHAM PARKWAY SOUTH', Month: '6', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.85589329, 40.85517876]} },
{type: 'Feature',properties:{Name: '2', Address: '1170 PELHAM PARKWAY, PELHAM PARKWAY SOUTH', Month: '1', Price: '2220'}, geometry: { type: 'Point', coordinates:[-73.85419733, 40.85709518]} },
{type: 'Feature',properties:{Name: '2', Address: '2005 NARRAGANSETT AVENUE, PELHAM PARKWAY SOUTH', Month: '11', Price: '2085'}, geometry: { type: 'Point', coordinates:[-73.85119624, 40.85577389]} },
{type: 'Feature',properties:{Name: '2', Address: '1207 NEILL AVENUE, PELHAM PARKWAY SOUTH', Month: '4', Price: '2085'}, geometry: { type: 'Point', coordinates:[-73.85165244, 40.8554506]} },
{type: 'Feature',properties:{Name: '2', Address: '2071 NARRAGANSETT AVENUE, PELHAM PARKWAY SOUTH', Month: '7', Price: '3672'}, geometry: { type: 'Point', coordinates:[-73.85154129, 40.85666087]} },
{type: 'Feature',properties:{Name: '2', Address: '2064 NARRAGANSETT AVENUE, PELHAM PARKWAY SOUTH', Month: '8', Price: '3329'}, geometry: { type: 'Point', coordinates:[-73.85150176, 40.85655652]} },
{type: 'Feature',properties:{Name: '2', Address: '1279 NEILL AVENUE, PELHAM PARKWAY SOUTH', Month: '6', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.84989686, 40.85649955]} },
{type: 'Feature',properties:{Name: '2', Address: '2123 MULINER AVENUE, PELHAM PARKWAY SOUTH', Month: '10', Price: '2220'}, geometry: { type: 'Point', coordinates:[-73.86199599, 40.85479373]} },
{type: 'Feature',properties:{Name: '2', Address: '2185 MULINER AVENUE, PELHAM PARKWAY SOUTH', Month: '11', Price: '3394'}, geometry: { type: 'Point', coordinates:[-73.86194985, 40.8561276]} },
{type: 'Feature',properties:{Name: '2', Address: '2185 MULINER AVENUE, PELHAM PARKWAY SOUTH', Month: '5', Price: '3394'}, geometry: { type: 'Point', coordinates:[-73.86194985, 40.8561276]} },
{type: 'Feature',properties:{Name: '2', Address: '2125 HONE AVENUE, PELHAM PARKWAY SOUTH', Month: '11', Price: '2437'}, geometry: { type: 'Point', coordinates:[-73.85907556, 40.85462277]} },
{type: 'Feature',properties:{Name: '2', Address: '2158 HONE AVENUE, PELHAM PARKWAY SOUTH', Month: '3', Price: '2146'}, geometry: { type: 'Point', coordinates:[-73.85958656, 40.85571579]} },
{type: 'Feature',properties:{Name: '2', Address: '2138 TOMLINSON AVE, PELHAM PARKWAY SOUTH', Month: '11', Price: '2119'}, geometry: { type: 'Point', coordinates:[-73.85661488, 40.85582192]} },
{type: 'Feature',properties:{Name: '2', Address: '1064 LYDIG AVENUE, PELHAM PARKWAY SOUTH', Month: '6', Price: '2849'}, geometry: { type: 'Point', coordinates:[-73.85818732, 40.85414685]} },
{type: 'Feature',properties:{Name: '2', Address: '2158 MULINER AVENUE, PELHAM PARKWAY SOUTH', Month: '12', Price: '3234'}, geometry: { type: 'Point', coordinates:[-73.86194341, 40.85574334]} },
{type: 'Feature',properties:{Name: '2', Address: 'SEMINOLE AVENUE, PELHAM PARKWAY SOUTH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84783814, 40.85255271]} },
{type: 'Feature',properties:{Name: '2', Address: '963 BRADY AVE, PELHAM PARKWAY SOUTH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86081556, 40.85229189]} },
{type: 'Feature',properties:{Name: '2', Address: '1036 ESPLANADE, PELHAM PARKWAY SOUTH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85915698, 40.85543531]} },
{type: 'Feature',properties:{Name: '2', Address: '1036 ESPLANADE, PELHAM PARKWAY SOUTH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85915698, 40.85543531]} },
{type: 'Feature',properties:{Name: '2', Address: '2031 TOMLINSON AVENUE, PELHAM PARKWAY SOUTH', Month: '4', Price: '4410'}, geometry: { type: 'Point', coordinates:[-73.85563865, 40.85425073]} },
{type: 'Feature',properties:{Name: '2', Address: '2175A MULINER AVENUE, PELHAM PARKWAY SOUTH', Month: '5', Price: '5972'}, geometry: { type: 'Point', coordinates:[-73.86222857, 40.85594678]} },
{type: 'Feature',properties:{Name: '2', Address: '2175 MULINER AVENUE, PELHAM PARKWAY SOUTH', Month: '10', Price: '5972'}, geometry: { type: 'Point', coordinates:[-73.86195753, 40.85591078]} },
{type: 'Feature',properties:{Name: '2', Address: '2173 MULINER AVENUE, PELHAM PARKWAY SOUTH', Month: '7', Price: '5972'}, geometry: { type: 'Point', coordinates:[-73.86196123, 40.85586961]} },
{type: 'Feature',properties:{Name: '2', Address: '1579 RHINELANDER AVENUE, PELHAM PARKWAY SOUTH', Month: '8', Price: '140628'}, geometry: { type: 'Point', coordinates:[-73.84147933, 40.85579663]} },
{type: 'Feature',properties:{Name: '2', Address: '2075 WALLACE AVENUE, 243, PELHAM PARKWAY SOUTH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86488134, 40.85267]} },
{type: 'Feature',properties:{Name: '2', Address: '2075 WALLACE AVENUE, 344, PELHAM PARKWAY SOUTH', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86488134, 40.85267]} },
{type: 'Feature',properties:{Name: '2', Address: '2105 WALLACE AVENUE, 3H, PELHAM PARKWAY SOUTH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86485827, 40.8533534]} },
{type: 'Feature',properties:{Name: '2', Address: '21-02 HOLLAND AVENUE, 3F, PELHAM PARKWAY SOUTH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86577638, 40.85337369]} },
{type: 'Feature',properties:{Name: '2', Address: '2105 WALLACE AVENUE, 1F, PELHAM PARKWAY SOUTH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86485827, 40.8533534]} },
{type: 'Feature',properties:{Name: '2', Address: '2105 WALLACE AVENUE, 3C, PELHAM PARKWAY SOUTH', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86485827, 40.8533534]} },
{type: 'Feature',properties:{Name: '2', Address: '2105 WALLACE AVENUE, 6E, PELHAM PARKWAY SOUTH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86485827, 40.8533534]} },
{type: 'Feature',properties:{Name: '2', Address: '2105 WALLACE AVENUE, 5B, PELHAM PARKWAY SOUTH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86485827, 40.8533534]} },
{type: 'Feature',properties:{Name: '2', Address: '2100 WALLACE AVENUE, 1A, PELHAM PARKWAY SOUTH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86484038, 40.85326281]} },
{type: 'Feature',properties:{Name: '2', Address: '2090 BARNES AVENUE, 5E, PELHAM PARKWAY SOUTH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86388962, 40.85329737]} },
{type: 'Feature',properties:{Name: '2', Address: '2090 BARNES AVENUE, 6G, PELHAM PARKWAY SOUTH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86388962, 40.85329737]} },
{type: 'Feature',properties:{Name: '2', Address: '2080 BARNES AVENUE, 4D, PELHAM PARKWAY SOUTH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86389368, 40.85308054]} },
{type: 'Feature',properties:{Name: '2', Address: '2090 BARNES AVENUE, 4G, PELHAM PARKWAY SOUTH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86388962, 40.85329737]} },
{type: 'Feature',properties:{Name: '2', Address: '2090 BARNES AVENUE, 1A, PELHAM PARKWAY SOUTH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86388962, 40.85329737]} },
{type: 'Feature',properties:{Name: '2', Address: '2080 BARNES AVENUE, 6B, PELHAM PARKWAY SOUTH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86389368, 40.85308054]} },
{type: 'Feature',properties:{Name: '2', Address: '2080 BARNES AVENUE, 1A, PELHAM PARKWAY SOUTH', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86389368, 40.85308054]} },
{type: 'Feature',properties:{Name: '2', Address: '2160 BRONX PARK EAST, #1A, PELHAM PARKWAY SOUTH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86963735, 40.85501671]} },
{type: 'Feature',properties:{Name: '2', Address: '2160 BRONX PARK EAST, 1K, PELHAM PARKWAY SOUTH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86963735, 40.85501671]} },
{type: 'Feature',properties:{Name: '2', Address: '2160 BRONX PARK EAST, #2H, PELHAM PARKWAY SOUTH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86963735, 40.85501671]} },
{type: 'Feature',properties:{Name: '2', Address: '2166 BRONX PARK EAST, 1E, PELHAM PARKWAY SOUTH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86969847, 40.85518695]} },
{type: 'Feature',properties:{Name: '2', Address: '2166 BRONX PARK EAST, 1H, PELHAM PARKWAY SOUTH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86969847, 40.85518695]} },
{type: 'Feature',properties:{Name: '2', Address: '2166 BRONX PARK EAST, 3C, PELHAM PARKWAY SOUTH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86969847, 40.85518695]} },
{type: 'Feature',properties:{Name: '2', Address: '2190 BOSTON ROAD, 5M, PELHAM PARKWAY SOUTH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86945015, 40.8564657]} },
{type: 'Feature',properties:{Name: '2', Address: '2190 BOSTON ROAD, 6H, PELHAM PARKWAY SOUTH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86945015, 40.8564657]} },
{type: 'Feature',properties:{Name: '2', Address: '2190 BOSTON ROAD, 4D, PELHAM PARKWAY SOUTH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86945015, 40.8564657]} },
{type: 'Feature',properties:{Name: '2', Address: '2191 BOLTON STREET, 3-D, PELHAM PARKWAY SOUTH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86865927, 40.85606133]} },
{type: 'Feature',properties:{Name: '2', Address: '2191 BOLTON STREET, 6G, PELHAM PARKWAY SOUTH', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86865927, 40.85606133]} },
{type: 'Feature',properties:{Name: '2', Address: '2156 CRUGER AVENUE, 2A, PELHAM PARKWAY SOUTH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8666583, 40.85521915]} },
{type: 'Feature',properties:{Name: '2', Address: '2186 CRUGER AVENUE, 3G, PELHAM PARKWAY SOUTH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86663504, 40.85600137]} },
{type: 'Feature',properties:{Name: '2', Address: '2186 CRUGER AVENUE, 1F, PELHAM PARKWAY SOUTH', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86663504, 40.85600137]} },
{type: 'Feature',properties:{Name: '2', Address: '2199 HOLLAND AVENUE, 1J, PELHAM PARKWAY SOUTH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86570533, 40.85633789]} },
{type: 'Feature',properties:{Name: '2', Address: '2199 HOLLAND AVENUE, 2E, PELHAM PARKWAY SOUTH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86570533, 40.85633789]} },
{type: 'Feature',properties:{Name: '2', Address: '2199 HOLLAND AVENUE, 1G, PELHAM PARKWAY SOUTH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86570533, 40.85633789]} },
{type: 'Feature',properties:{Name: '2', Address: '2187 HOLLAND AVE, 5H, PELHAM PARKWAY SOUTH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8657132, 40.85601951]} },
{type: 'Feature',properties:{Name: '2', Address: '2187 HOLLAND AVENUE, 3J, PELHAM PARKWAY SOUTH', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8657132, 40.85601951]} },
{type: 'Feature',properties:{Name: '2', Address: '2187 HOLLAND AVENUE, 2B, PELHAM PARKWAY SOUTH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8657132, 40.85601951]} },
{type: 'Feature',properties:{Name: '2', Address: '2187 HOLLAND AVENUE, 1B, PELHAM PARKWAY SOUTH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8657132, 40.85601951]} },
{type: 'Feature',properties:{Name: '2', Address: '2165 MATTHEWS AVENUE, 3F, PELHAM PARKWAY SOUTH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86290509, 40.85568959]} },
{type: 'Feature',properties:{Name: '2', Address: '2165 MATTHEWS AVENUE, 3F, PELHAM PARKWAY SOUTH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86290509, 40.85568959]} },
{type: 'Feature',properties:{Name: '2', Address: '2165 MATTHEWS AVENUE, 3J, PELHAM PARKWAY SOUTH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86290509, 40.85568959]} },
{type: 'Feature',properties:{Name: '2', Address: '1144 LYDIG AVENUE, PELHAM PARKWAY SOUTH', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85508637, 40.85554829]} },
{type: 'Feature',properties:{Name: '2', Address: '1201 MORRIS PARK AVENUE, PELHAM PARKWAY SOUTH', Month: '4', Price: '4391'}, geometry: { type: 'Point', coordinates:[-73.84855357, 40.85109073]} },
{type: 'Feature',properties:{Name: '2', Address: '2140 HOLLAND AVENUE, PELHAM PARKWAY SOUTH', Month: '4', Price: '22680'}, geometry: { type: 'Point', coordinates:[-73.86573014, 40.85479265]} },
{type: 'Feature',properties:{Name: '2', Address: '2140 HOLLAND AVENUE, PELHAM PARKWAY SOUTH', Month: '7', Price: '22680'}, geometry: { type: 'Point', coordinates:[-73.86573014, 40.85479265]} },
{type: 'Feature',properties:{Name: '2', Address: '2140 HOLLAND AVENUE, PELHAM PARKWAY SOUTH', Month: '7', Price: '22680'}, geometry: { type: 'Point', coordinates:[-73.86573014, 40.85479265]} },
{type: 'Feature',properties:{Name: '2', Address: '2140 HOLLAND AVENUE, PELHAM PARKWAY SOUTH', Month: '3', Price: '22680'}, geometry: { type: 'Point', coordinates:[-73.86573014, 40.85479265]} },
{type: 'Feature',properties:{Name: '2', Address: '2140 HOLLAND AVENUE, PELHAM PARKWAY SOUTH', Month: '7', Price: '22680'}, geometry: { type: 'Point', coordinates:[-73.86573014, 40.85479265]} },
{type: 'Feature',properties:{Name: '2', Address: '2140 HOLLAND AVENUE, PELHAM PARKWAY SOUTH', Month: '3', Price: '22680'}, geometry: { type: 'Point', coordinates:[-73.86573014, 40.85479265]} },
{type: 'Feature',properties:{Name: '2', Address: '2133 WILLIAMSBRIDGE ROAD, PELHAM PARKWAY SOUTH', Month: '9', Price: '2660'}, geometry: { type: 'Point', coordinates:[-73.85564208, 40.85600186]} },
{type: 'Feature',properties:{Name: '2', Address: '2133 WILLIAMSBRIDGE ROAD, PELHAM PARKWAY SOUTH', Month: '3', Price: '2660'}, geometry: { type: 'Point', coordinates:[-73.85564208, 40.85600186]} },
{type: 'Feature',properties:{Name: '2', Address: '1864 EASTCHESTER ROAD, PELHAM PARKWAY SOUTH', Month: '2', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.84462544, 40.85066556]} },
{type: 'Feature',properties:{Name: '2', Address: '1565 STILLWELL AVENUE, PELHAM PARKWAY SOUTH', Month: '10', Price: '4900'}, geometry: { type: 'Point', coordinates:[-73.84182546, 40.85465256]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A MORRIS PARK AVENUE, PELHAM PARKWAY SOUTH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84830363, 40.85132095]} },
{type: 'Feature',properties:{Name: '2', Address: '1301 MORRIS PARK AVENUE, PELHAM PARKWAY SOUTH', Month: '7', Price: '217000'}, geometry: { type: 'Point', coordinates:[-73.84525315, 40.85119613]} },
{type: 'Feature',properties:{Name: '2', Address: '1301 MORRIS PARK AVENUE, PELHAM PARKWAY SOUTH', Month: '10', Price: '217000'}, geometry: { type: 'Point', coordinates:[-73.84525315, 40.85119613]} },
{type: 'Feature',properties:{Name: '2', Address: '1301 MORRIS PARK AVENUE, PELHAM PARKWAY SOUTH', Month: '5', Price: '217000'}, geometry: { type: 'Point', coordinates:[-73.84525315, 40.85119613]} },
{type: 'Feature',properties:{Name: '2', Address: '1301 MORRIS PARK AVENUE, PELHAM PARKWAY SOUTH', Month: '1', Price: '217000'}, geometry: { type: 'Point', coordinates:[-73.84525315, 40.85119613]} },
{type: 'Feature',properties:{Name: '2', Address: '1301 MORRIS PARK AVENUE, PELHAM PARKWAY SOUTH', Month: '3', Price: '217000'}, geometry: { type: 'Point', coordinates:[-73.84525315, 40.85119613]} },
{type: 'Feature',properties:{Name: '2', Address: '1225 MORRIS PARK AVENUE, PELHAM PARKWAY SOUTH', Month: '10', Price: '464700'}, geometry: { type: 'Point', coordinates:[-73.84752338, 40.85109486]} },
{type: 'Feature',properties:{Name: '2', Address: '1225 MORRIS PARK AVENUE, PELHAM PARKWAY SOUTH', Month: '4', Price: '464700'}, geometry: { type: 'Point', coordinates:[-73.84752338, 40.85109486]} },
{type: 'Feature',properties:{Name: '2', Address: '1225 MORRIS PARK AVENUE, PELHAM PARKWAY SOUTH', Month: '6', Price: '464700'}, geometry: { type: 'Point', coordinates:[-73.84752338, 40.85109486]} },
{type: 'Feature',properties:{Name: '2', Address: '1225 MORRIS PARK AVENUE, PELHAM PARKWAY SOUTH', Month: '10', Price: '464700'}, geometry: { type: 'Point', coordinates:[-73.84752338, 40.85109486]} },
{type: 'Feature',properties:{Name: '2', Address: '1225 MORRIS PARK AVENUE, PELHAM PARKWAY SOUTH', Month: '3', Price: '464700'}, geometry: { type: 'Point', coordinates:[-73.84752338, 40.85109486]} },
{type: 'Feature',properties:{Name: '2', Address: '1410 PELHAM PARKWAY SOUTH, PELHAM PARKWAY SOUTH', Month: '2', Price: '120650'}, geometry: { type: 'Point', coordinates:[-73.84696301, 40.85742341]} },
{type: 'Feature',properties:{Name: '2', Address: '1410 PELHAM PARKWAY SOUTH, PELHAM PARKWAY SOUTH', Month: '12', Price: '120650'}, geometry: { type: 'Point', coordinates:[-73.84696301, 40.85742341]} },
{type: 'Feature',properties:{Name: '2', Address: '1731 SEMINOLE AVENUE, PELHAM PARKWAY SOUTH', Month: '12', Price: '2850'}, geometry: { type: 'Point', coordinates:[-73.84819487, 40.85146079]} },
{type: 'Feature',properties:{Name: '2', Address: '1925 EASTCHESTER ROAD, PELHAM PARKWAY SOUTH', Month: '11', Price: '959880'}, geometry: { type: 'Point', coordinates:[-73.84376918, 40.85203127]} },
{type: 'Feature',properties:{Name: '2', Address: '1925 EASTCHESTER ROAD, PELHAM PARKWAY SOUTH', Month: '11', Price: '959880'}, geometry: { type: 'Point', coordinates:[-73.84376918, 40.85203127]} },
{type: 'Feature',properties:{Name: '2', Address: '2025-35 EASTCHESTER ROAD, PELHAM PARKWAY SOUTH', Month: '7', Price: '35600'}, geometry: { type: 'Point', coordinates:[-73.84350064, 40.85401533]} },
{type: 'Feature',properties:{Name: '2', Address: '2025-35 EASTCHESTER ROAD, PELHAM PARKWAY SOUTH', Month: '9', Price: '35600'}, geometry: { type: 'Point', coordinates:[-73.84350064, 40.85401533]} },
{type: 'Feature',properties:{Name: '2', Address: '2025-35 EASTCHESTER ROAD, PELHAM PARKWAY SOUTH', Month: '4', Price: '35600'}, geometry: { type: 'Point', coordinates:[-73.84350064, 40.85401533]} },
{type: 'Feature',properties:{Name: '2', Address: '1144 LYDIG AVENUE, PELHAM PARKWAY SOUTH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85508637, 40.85554829]} },
{type: 'Feature',properties:{Name: '2', Address: '1144 LYDIG AVENUE, PELHAM PARKWAY SOUTH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85508637, 40.85554829]} },
{type: 'Feature',properties:{Name: '2', Address: '2740 NETHERLAND AVENUE, RIVERDALE', Month: '10', Price: '3500'}, geometry: { type: 'Point', coordinates:[-73.91332934, 40.88061642]} },
{type: 'Feature',properties:{Name: '2', Address: '2710 ARLINGTON AVENUE, RIVERDALE', Month: '8', Price: '2442'}, geometry: { type: 'Point', coordinates:[-73.91505459, 40.8803844]} },
{type: 'Feature',properties:{Name: '2', Address: '2781 ARLINGTON AVENUE, RIVERDALE', Month: '9', Price: '2584'}, geometry: { type: 'Point', coordinates:[-73.91481199, 40.88062301]} },
{type: 'Feature',properties:{Name: '2', Address: '3027 NETHERLAND AVENUE, RIVERDALE', Month: '10', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.91252888, 40.88158195]} },
{type: 'Feature',properties:{Name: '2', Address: '3052 INDEPENDENCE AVENUE, RIVERDALE', Month: '11', Price: '2553'}, geometry: { type: 'Point', coordinates:[-73.91700347, 40.88350104]} },
{type: 'Feature',properties:{Name: '2', Address: '680 WEST 231 STREET, RIVERDALE', Month: '5', Price: '2338'}, geometry: { type: 'Point', coordinates:[-73.91619663, 40.88379689]} },
{type: 'Feature',properties:{Name: '2', Address: '668 WEST 232 STREET, RIVERDALE', Month: '9', Price: '2750'}, geometry: { type: 'Point', coordinates:[-73.91518652, 40.88468543]} },
{type: 'Feature',properties:{Name: '2', Address: '747 WEST 231, RIVERDALE', Month: '11', Price: '2632'}, geometry: { type: 'Point', coordinates:[-73.91828607, 40.88449279]} },
{type: 'Feature',properties:{Name: '2', Address: '3238 OXFORD AVENUE, RIVERDALE', Month: '3', Price: '1464'}, geometry: { type: 'Point', coordinates:[-73.90933165, 40.884541]} },
{type: 'Feature',properties:{Name: '2', Address: '511 TULFAN TERRACE, RIVERDALE', Month: '3', Price: '1620'}, geometry: { type: 'Point', coordinates:[-73.90798637, 40.88711994]} },
{type: 'Feature',properties:{Name: '2', Address: '5412 SYLVAN AVENUE, RIVERDALE', Month: '10', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.89864006, 40.90200751]} },
{type: 'Feature',properties:{Name: '2', Address: '243 WEST 254 STREET, RIVERDALE', Month: '8', Price: '2142'}, geometry: { type: 'Point', coordinates:[-73.89924159, 40.90132187]} },
{type: 'Feature',properties:{Name: '2', Address: '383 WEST 254 STREET, RIVERDALE', Month: '8', Price: '5000'}, geometry: { type: 'Point', coordinates:[-73.90311476, 40.9020388]} },
{type: 'Feature',properties:{Name: '2', Address: '5757 FARADAY AVENUE, RIVERDALE', Month: '6', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.89809322, 40.90476269]} },
{type: 'Feature',properties:{Name: '2', Address: '5844 LIEBIG AVENUE, RIVERDALE', Month: '2', Price: '1254'}, geometry: { type: 'Point', coordinates:[-73.90231695, 40.90584225]} },
{type: 'Feature',properties:{Name: '2', Address: '5850 LIEBIG AVENUE, RIVERDALE', Month: '6', Price: '1254'}, geometry: { type: 'Point', coordinates:[-73.90230603, 40.9058889]} },
{type: 'Feature',properties:{Name: '2', Address: '436 WEST 259 STREET, RIVERDALE', Month: '5', Price: '806'}, geometry: { type: 'Point', coordinates:[-73.90293434, 40.9066799]} },
{type: 'Feature',properties:{Name: '2', Address: '446 WEST 258 STREET, RIVERDALE', Month: '1', Price: '1380'}, geometry: { type: 'Point', coordinates:[-73.90363019, 40.90581591]} },
{type: 'Feature',properties:{Name: '2', Address: '5906 HUXLEY AVENUE, RIVERDALE', Month: '1', Price: '2736'}, geometry: { type: 'Point', coordinates:[-73.8985029, 40.90654983]} },
{type: 'Feature',properties:{Name: '2', Address: '5928 FIELDSTON ROAD, RIVERDALE', Month: '12', Price: '2145'}, geometry: { type: 'Point', coordinates:[-73.90024197, 40.90722928]} },
{type: 'Feature',properties:{Name: '2', Address: '5914 TYNDALL AVENUE, RIVERDALE', Month: '11', Price: '1422'}, geometry: { type: 'Point', coordinates:[-73.90116462, 40.90714225]} },
{type: 'Feature',properties:{Name: '2', Address: '5927 FIELDSTON ROAD, RIVERDALE', Month: '1', Price: '2254'}, geometry: { type: 'Point', coordinates:[-73.90026732, 40.90721284]} },
{type: 'Feature',properties:{Name: '2', Address: '5932 LIEBIG AVENUE, RIVERDALE', Month: '1', Price: '1534'}, geometry: { type: 'Point', coordinates:[-73.90207611, 40.90725556]} },
{type: 'Feature',properties:{Name: '2', Address: '5924 DELAFIELD AVENUE, RIVERDALE', Month: '2', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.90300952, 40.90722615]} },
{type: 'Feature',properties:{Name: '2', Address: '217 WEST 260 STREET, RIVERDALE', Month: '9', Price: '1870'}, geometry: { type: 'Point', coordinates:[-73.89726782, 40.90749017]} },
{type: 'Feature',properties:{Name: '2', Address: '6044 SPENCER AVENUE, RIVERDALE', Month: '1', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.89886835, 40.90888039]} },
{type: 'Feature',properties:{Name: '2', Address: '306 WEST 261 STREET, RIVERDALE', Month: '7', Price: '3115'}, geometry: { type: 'Point', coordinates:[-73.89890706, 40.90959678]} },
{type: 'Feature',properties:{Name: '2', Address: '6044 TYNDALL AVENUE, RIVERDALE', Month: '4', Price: '1632'}, geometry: { type: 'Point', coordinates:[-73.90070983, 40.90886552]} },
{type: 'Feature',properties:{Name: '2', Address: '6021 DELAFIELD AVENUE, RIVERDALE', Month: '8', Price: '1860'}, geometry: { type: 'Point', coordinates:[-73.90261292, 40.90877382]} },
{type: 'Feature',properties:{Name: '2', Address: '6118 FIELDSTON ROAD, RIVERDALE', Month: '11', Price: '2601'}, geometry: { type: 'Point', coordinates:[-73.89949254, 40.90999527]} },
{type: 'Feature',properties:{Name: '2', Address: '6136 TYNDALL, RIVERDALE', Month: '9', Price: '2056'}, geometry: { type: 'Point', coordinates:[-73.90032779, 40.91031163]} },
{type: 'Feature',properties:{Name: '2', Address: '6146 LIEBIG AVE, RIVERDALE', Month: '5', Price: '1695'}, geometry: { type: 'Point', coordinates:[-73.90119577, 40.91052372]} },
{type: 'Feature',properties:{Name: '2', Address: '6148 DELAFIELD AVENUE, RIVERDALE', Month: '10', Price: '2034'}, geometry: { type: 'Point', coordinates:[-73.9020783, 40.91067543]} },
{type: 'Feature',properties:{Name: '2', Address: '6214 RIVERDALE AVENUE, RIVERDALE', Month: '2', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.90277138, 40.91174095]} },
{type: 'Feature',properties:{Name: '2', Address: '6203 SPENCER TERRACE, RIVERDALE', Month: '11', Price: '2014'}, geometry: { type: 'Point', coordinates:[-73.89734588, 40.91082502]} },
{type: 'Feature',properties:{Name: '2', Address: '6200 SPENCER AVENUE, RIVERDALE', Month: '3', Price: '2300'}, geometry: { type: 'Point', coordinates:[-73.89828982, 40.91103719]} },
{type: 'Feature',properties:{Name: '2', Address: '625 WEST 246 STREET, RIVERDALE', Month: '9', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.91061919, 40.89254551]} },
{type: 'Feature',properties:{Name: '2', Address: '4680 INDEPENDENCE AVENUE, RIVERDALE', Month: '5', Price: '5366'}, geometry: { type: 'Point', coordinates:[-73.91140165, 40.89435486]} },
{type: 'Feature',properties:{Name: '2', Address: '1 BLACKSTONE PLACE, RIVERDALE', Month: '1', Price: '3670'}, geometry: { type: 'Point', coordinates:[-73.91095192, 40.89256498]} },
{type: 'Feature',properties:{Name: '2', Address: '670 WEST 247TH STREET, RIVERDALE', Month: '9', Price: '4170'}, geometry: { type: 'Point', coordinates:[-73.91220712, 40.89520084]} },
{type: 'Feature',properties:{Name: '2', Address: '8 PLOUGHMANS BUSH, RIVERDALE', Month: '2', Price: '2576'}, geometry: { type: 'Point', coordinates:[-73.91261581, 40.89247842]} },
{type: 'Feature',properties:{Name: '2', Address: '4659 INDEPENDENCE AVENUE, RIVERDALE', Month: '1', Price: '1308'}, geometry: { type: 'Point', coordinates:[-73.91157609, 40.89373744]} },
{type: 'Feature',properties:{Name: '2', Address: '5225 SYCAMORE AVENUE, RIVERDALE', Month: '10', Price: '9031'}, geometry: { type: 'Point', coordinates:[-73.91192011, 40.90161768]} },
{type: 'Feature',properties:{Name: '2', Address: '5245 SYCAMORE AVENUE, RIVERDALE', Month: '10', Price: '2708'}, geometry: { type: 'Point', coordinates:[-73.91188353, 40.90192506]} },
{type: 'Feature',properties:{Name: '2', Address: '5275 SYCAMORE AVENUE, RIVERDALE', Month: '10', Price: '2974'}, geometry: { type: 'Point', coordinates:[-73.91162141, 40.90317369]} },
{type: 'Feature',properties:{Name: '2', Address: '5275 SYCAMORE AVENUE, RIVERDALE', Month: '6', Price: '2974'}, geometry: { type: 'Point', coordinates:[-73.91162141, 40.90317369]} },
{type: 'Feature',properties:{Name: '2', Address: '5286 SYCAMORE AVENUE, RIVERDALE', Month: '9', Price: '2344'}, geometry: { type: 'Point', coordinates:[-73.91189474, 40.90165334]} },
{type: 'Feature',properties:{Name: '2', Address: '5297 INDEPENDENCE AVENUE, RIVERDALE', Month: '11', Price: '5869'}, geometry: { type: 'Point', coordinates:[-73.91040372, 40.90213526]} },
{type: 'Feature',properties:{Name: '2', Address: '5211 ARLINGTON AVENUE, RIVERDALE', Month: '5', Price: '1704'}, geometry: { type: 'Point', coordinates:[-73.90864123, 40.90009184]} },
{type: 'Feature',properties:{Name: '2', Address: '615 WEST 252 STREET, RIVERDALE', Month: '7', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.90896379, 40.89963648]} },
{type: 'Feature',properties:{Name: '2', Address: '5235 ARLINGTON AVENUE, RIVERDALE', Month: '4', Price: '2538'}, geometry: { type: 'Point', coordinates:[-73.90855772, 40.90031684]} },
{type: 'Feature',properties:{Name: '2', Address: '5264 INDEPENDENCE AVENUE, RIVERDALE', Month: '6', Price: '4424'}, geometry: { type: 'Point', coordinates:[-73.91043658, 40.90191297]} },
{type: 'Feature',properties:{Name: '2', Address: '5040 ARLINGTON, RIVERDALE', Month: '5', Price: '4185'}, geometry: { type: 'Point', coordinates:[-73.90866762, 40.89931237]} },
{type: 'Feature',properties:{Name: '2', Address: '5220 ARLINGTON AVENUE, RIVERDALE', Month: '1', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.90858685, 40.90018237]} },
{type: 'Feature',properties:{Name: '2', Address: '5242 ARLINGTON AVENUE, RIVERDALE', Month: '6', Price: '1928'}, geometry: { type: 'Point', coordinates:[-73.9085106, 40.90038816]} },
{type: 'Feature',properties:{Name: '2', Address: '5251 NETHERLAND AVENUE, RIVERDALE', Month: '2', Price: '2656'}, geometry: { type: 'Point', coordinates:[-73.90759195, 40.90028039]} },
{type: 'Feature',properties:{Name: '2', Address: '5234 NETHERLAND AVENUE, RIVERDALE', Month: '3', Price: '2812'}, geometry: { type: 'Point', coordinates:[-73.90762109, 40.9001322]} },
{type: 'Feature',properties:{Name: '2', Address: '5776 PALISADE AVENUE, RIVERDALE', Month: '9', Price: '2864'}, geometry: { type: 'Point', coordinates:[-73.9102957, 40.90712226]} },
{type: 'Feature',properties:{Name: '2', Address: '9 SIGMA PLACE, RIVERDALE', Month: '10', Price: '5567'}, geometry: { type: 'Point', coordinates:[-73.90889878, 40.90748072]} },
{type: 'Feature',properties:{Name: '2', Address: '5439 ARLINGTON AVENUE, RIVERDALE', Month: '7', Price: '2544'}, geometry: { type: 'Point', coordinates:[-73.90742109, 40.90348329]} },
{type: 'Feature',properties:{Name: '2', Address: '550 WEST 261ST STREET, RIVERDALE', Month: '11', Price: '5183'}, geometry: { type: 'Point', coordinates:[-73.90450606, 40.91056767]} },
{type: 'Feature',properties:{Name: '2', Address: '6056 NETHERLAND AVENUE, RIVERDALE', Month: '11', Price: '880'}, geometry: { type: 'Point', coordinates:[-73.90434707, 40.91043031]} },
{type: 'Feature',properties:{Name: '2', Address: '3140 NETHERLAND AVENUE, RIVERDALE', Month: '2', Price: '2608'}, geometry: { type: 'Point', coordinates:[-73.91184346, 40.8830416]} },
{type: 'Feature',properties:{Name: '2', Address: '227 WEST 255 STREET, RIVERDALE', Month: '10', Price: '1496'}, geometry: { type: 'Point', coordinates:[-73.8979121, 40.90256404]} },
{type: 'Feature',properties:{Name: '2', Address: '5465 SYLVAN AVENUE, RIVERDALE', Month: '3', Price: '1996'}, geometry: { type: 'Point', coordinates:[-73.89842526, 40.90290483]} },
{type: 'Feature',properties:{Name: '2', Address: '5420 VALLES AVENUE, RIVERDALE', Month: '10', Price: '3024'}, geometry: { type: 'Point', coordinates:[-73.89960244, 40.9019068]} },
{type: 'Feature',properties:{Name: '2', Address: '5462 VALLES AVENUE, RIVERDALE', Month: '9', Price: '2300'}, geometry: { type: 'Point', coordinates:[-73.89954764, 40.90226905]} },
{type: 'Feature',properties:{Name: '2', Address: '266 WEST 256 STREET, RIVERDALE', Month: '4', Price: '1890'}, geometry: { type: 'Point', coordinates:[-73.89946938, 40.90378404]} },
{type: 'Feature',properties:{Name: '2', Address: '262 WEST 256TH STREET, RIVERDALE', Month: '7', Price: '1890'}, geometry: { type: 'Point', coordinates:[-73.89933555, 40.90377295]} },
{type: 'Feature',properties:{Name: '2', Address: '263 WEST 254 STREET, RIVERDALE', Month: '4', Price: '1890'}, geometry: { type: 'Point', coordinates:[-73.89994685, 40.90140757]} },
{type: 'Feature',properties:{Name: '2', Address: '5440 MOSHOLU AVENUE, RIVERDALE', Month: '1', Price: '2144'}, geometry: { type: 'Point', coordinates:[-73.90438428, 40.9021716]} },
{type: 'Feature',properties:{Name: '2', Address: '5612 SYLVAN AVENUE, RIVERDALE', Month: '3', Price: '3030'}, geometry: { type: 'Point', coordinates:[-73.89832971, 40.9038846]} },
{type: 'Feature',properties:{Name: '2', Address: '5834 FIELDSTON ROAD, RIVERDALE', Month: '5', Price: '2975'}, geometry: { type: 'Point', coordinates:[-73.90057669, 40.90596702]} },
{type: 'Feature',properties:{Name: '2', Address: '5836 LIEBIG AVENUE, RIVERDALE', Month: '4', Price: '3753'}, geometry: { type: 'Point', coordinates:[-73.90233151, 40.90578188]} },
{type: 'Feature',properties:{Name: '2', Address: '5811 TYNDALL AVENUE, RIVERDALE', Month: '11', Price: '2046'}, geometry: { type: 'Point', coordinates:[-73.90144891, 40.905718]} },
{type: 'Feature',properties:{Name: '2', Address: '446 WEST 259TH STREET, RIVERDALE', Month: '4', Price: '1886'}, geometry: { type: 'Point', coordinates:[-73.90336837, 40.90674614]} },
{type: 'Feature',properties:{Name: '2', Address: '5906 SPENCER AVE, RIVERDALE', Month: '10', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.89942861, 40.90681962]} },
{type: 'Feature',properties:{Name: '2', Address: '259 WEST 259 STREET, RIVERDALE', Month: '11', Price: '2174'}, geometry: { type: 'Point', coordinates:[-73.89879238, 40.90650617]} },
{type: 'Feature',properties:{Name: '2', Address: '6031 TYNDALL AVENUE, RIVERDALE', Month: '12', Price: '3328'}, geometry: { type: 'Point', coordinates:[-73.90077883, 40.90868717]} },
{type: 'Feature',properties:{Name: '2', Address: '436 WEST 261 STREET, RIVERDALE', Month: '3', Price: '1796'}, geometry: { type: 'Point', coordinates:[-73.90208666, 40.90991241]} },
{type: 'Feature',properties:{Name: '2', Address: '363 WEST 261ST ST, RIVERDALE', Month: '6', Price: '7368'}, geometry: { type: 'Point', coordinates:[-73.90019496, 40.90962809]} },
{type: 'Feature',properties:{Name: '2', Address: '6130 LIEBIG AVENUE, RIVERDALE', Month: '12', Price: '2560'}, geometry: { type: 'Point', coordinates:[-73.90123214, 40.91039475]} },
{type: 'Feature',properties:{Name: '2', Address: '6306 LIEBIG AVENUE, RIVERDALE', Month: '12', Price: '1892'}, geometry: { type: 'Point', coordinates:[-73.90073744, 40.91217836]} },
{type: 'Feature',properties:{Name: '2', Address: '565 WEST 246 STREET, RIVERDALE', Month: '6', Price: '2050'}, geometry: { type: 'Point', coordinates:[-73.90937815, 40.89287665]} },
{type: 'Feature',properties:{Name: '2', Address: '5450 PALISADE AVE, RIVERDALE', Month: '6', Price: '3510'}, geometry: { type: 'Point', coordinates:[-73.91210081, 40.90448052]} },
{type: 'Feature',properties:{Name: '2', Address: '3605 GREYSTONE AVENUE, RIVERDALE', Month: '4', Price: '3850'}, geometry: { type: 'Point', coordinates:[-73.90592292, 40.88596825]} },
{type: 'Feature',properties:{Name: '2', Address: '3805 GREYSTONE AVENUE, RIVERDALE', Month: '1', Price: '3265'}, geometry: { type: 'Point', coordinates:[-73.90524066, 40.88761176]} },
{type: 'Feature',properties:{Name: '2', Address: '3230 JOHNSON AVENUE, RIVERDALE', Month: '1', Price: '3265'}, geometry: { type: 'Point', coordinates:[-73.91028614, 40.88473113]} },
{type: 'Feature',properties:{Name: '2', Address: '3230 JOHNSON AVENUE, RIVERDALE', Month: '1', Price: '3265'}, geometry: { type: 'Point', coordinates:[-73.91028614, 40.88473113]} },
{type: 'Feature',properties:{Name: '2', Address: '5705 FARADAY AVE, RIVERDALE', Month: '12', Price: '2184'}, geometry: { type: 'Point', coordinates:[-73.89993807, 40.90483566]} },
{type: 'Feature',properties:{Name: '2', Address: '5959 DELAFIELD AVENUE, RIVERDALE', Month: '4', Price: '3480'}, geometry: { type: 'Point', coordinates:[-73.90292937, 40.9076076]} },
{type: 'Feature',properties:{Name: '2', Address: '5955 DELAFIELD AVENUE, RIVERDALE', Month: '11', Price: '3480'}, geometry: { type: 'Point', coordinates:[-73.90294029, 40.90756369]} },
{type: 'Feature',properties:{Name: '2', Address: '636 WEST 238 STREET, RIVERDALE', Month: '5', Price: '3450'}, geometry: { type: 'Point', coordinates:[-73.9123023, 40.88885794]} },
{type: 'Feature',properties:{Name: '2', Address: '3198 CAMBRIDGE AVENUE, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90935816, 40.88366272]} },
{type: 'Feature',properties:{Name: '2', Address: 'TULFAN TERRACE, RIVERDALE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9079497, 40.88747947]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A SPENCER AVENUE, RIVERDALE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89917539, 40.90919355]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A WEST 262 STREET, RIVERDALE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89778706, 40.91095441]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A SYCAMORE AVENUE, RIVERDALE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91197986, 40.90293243]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A SYCAMORE AVENUE, RIVERDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91197986, 40.90293243]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A ARLINGTON AVENUE, RIVERDALE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9080431, 40.90101083]} },
{type: 'Feature',properties:{Name: '2', Address: 'NETHERLAND AVENUE, RIVERDALE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90748935, 40.90122173]} },
{type: 'Feature',properties:{Name: '2', Address: 'HENRY HUDSON PARKWAY, RIVERDALE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90684979, 40.90071619]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A HENRY HUDSON PARKWAY, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90708921, 40.90023332]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A NETHERLAND AVENUE, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90730885, 40.90355456]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A NETHERLAND AVENUE, RIVERDALE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90705455, 40.90432012]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A NETHERLAND AVENUE, RIVERDALE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90407954, 40.91030108]} },
{type: 'Feature',properties:{Name: '2', Address: '531 WEST 235 STREET, RIVERDALE', Month: '12', Price: '12541'}, geometry: { type: 'Point', coordinates:[-73.90861077, 40.88541324]} },
{type: 'Feature',properties:{Name: '2', Address: '5431 SYLVAN AVENUE, RIVERDALE', Month: '1', Price: '18756'}, geometry: { type: 'Point', coordinates:[-73.89858899, 40.90228742]} },
{type: 'Feature',properties:{Name: '2', Address: '215 WEST 259 STREET, RIVERDALE', Month: '10', Price: '42500'}, geometry: { type: 'Point', coordinates:[-73.89719364, 40.9063291]} },
{type: 'Feature',properties:{Name: '2', Address: '210 WEST 262ND STREET, RIVERDALE', Month: '11', Price: '95000'}, geometry: { type: 'Point', coordinates:[-73.89720564, 40.91026498]} },
{type: 'Feature',properties:{Name: '2', Address: '5530 NETHERLAND AVENUE, RIVERDALE', Month: '1', Price: '235467'}, geometry: { type: 'Point', coordinates:[-73.90644416, 40.90362797]} },
{type: 'Feature',properties:{Name: '2', Address: '5535 NETHERLAND AVENUE, RIVERDALE', Month: '2', Price: '175726'}, geometry: { type: 'Point', coordinates:[-73.90645859, 40.90366092]} },
{type: 'Feature',properties:{Name: '2', Address: '512 KAPPOCK STREET, 1G, RIVERDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9179658, 40.87734265]} },
{type: 'Feature',properties:{Name: '2', Address: '2501 PALISADE AVENUE, 1F, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92219612, 40.8808478]} },
{type: 'Feature',properties:{Name: '2', Address: '2501 PALISADES AVENUE, B1, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92219612, 40.8808478]} },
{type: 'Feature',properties:{Name: '2', Address: '4601 HENRY HUDSON PARKWAY, A-4, RIVERDALE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90850896, 40.89369662]} },
{type: 'Feature',properties:{Name: '2', Address: '4601 HENRY HUDSON PARKWAY, B12, RIVERDALE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90850896, 40.89369662]} },
{type: 'Feature',properties:{Name: '2', Address: '2465 PALISADE AVENUE, 6B, RIVERDALE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92140527, 40.87990309]} },
{type: 'Feature',properties:{Name: '2', Address: '2400 JOHNSON AVENUE, 1F, RIVERDALE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91820149, 40.87681583]} },
{type: 'Feature',properties:{Name: '2', Address: '2400 JOHNSON AVENUE, 11H, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91820149, 40.87681583]} },
{type: 'Feature',properties:{Name: '2', Address: '2400 JOHNSON AVENUE, 10G, RIVERDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91820149, 40.87681583]} },
{type: 'Feature',properties:{Name: '2', Address: '2400 JOHNSON AVENUE, 6C, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91820149, 40.87681583]} },
{type: 'Feature',properties:{Name: '2', Address: '2400 JOHNSON AVENUE, 14A, RIVERDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91820149, 40.87681583]} },
{type: 'Feature',properties:{Name: '2', Address: '2400 JOHNSON AVENUE, 2G, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91820149, 40.87681583]} },
{type: 'Feature',properties:{Name: '2', Address: '2400 JOHNSON AVENUE, 4F, RIVERDALE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91820149, 40.87681583]} },
{type: 'Feature',properties:{Name: '2', Address: '2400 JOHNSON AVENUE, 10D, RIVERDALE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91820149, 40.87681583]} },
{type: 'Feature',properties:{Name: '2', Address: '2400 JOHNSON AVENUE, 1H, RIVERDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91820149, 40.87681583]} },
{type: 'Feature',properties:{Name: '2', Address: '2500 JOHNSON AVENUE, 6E, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91786115, 40.87716142]} },
{type: 'Feature',properties:{Name: '2', Address: '2500 JOHNSON AVENUE, 10D, RIVERDALE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91786115, 40.87716142]} },
{type: 'Feature',properties:{Name: '2', Address: '2500 JOHNSON AVENUE, 17S, RIVERDALE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91786115, 40.87716142]} },
{type: 'Feature',properties:{Name: '2', Address: '2500 JOHNSON AVENUE, 18L, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91786115, 40.87716142]} },
{type: 'Feature',properties:{Name: '2', Address: '2500 JOHNSON AVENUE, 16M, RIVERDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91786115, 40.87716142]} },
{type: 'Feature',properties:{Name: '2', Address: '2500 JOHNSON AVENUE, 20H, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91786115, 40.87716142]} },
{type: 'Feature',properties:{Name: '2', Address: '2500 JOHNSON AVENUE, 12M, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91786115, 40.87716142]} },
{type: 'Feature',properties:{Name: '2', Address: '2500 JOHNSON AVENUE, 1F, RIVERDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91786115, 40.87716142]} },
{type: 'Feature',properties:{Name: '2', Address: '2500 JOHNSON AVENUE, 5H, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91786115, 40.87716142]} },
{type: 'Feature',properties:{Name: '2', Address: '2500 JOHNSON AVENUE, 20N, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91786115, 40.87716142]} },
{type: 'Feature',properties:{Name: '2', Address: '2500 JOHNSON AVENUE, 8B, RIVERDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91786115, 40.87716142]} },
{type: 'Feature',properties:{Name: '2', Address: '2500 JOHNSON AVENUE, 9P, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91786115, 40.87716142]} },
{type: 'Feature',properties:{Name: '2', Address: '2500 JOHNSON AVE, 5C, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91786115, 40.87716142]} },
{type: 'Feature',properties:{Name: '2', Address: '2500 JOHNSON AVENUE, 7N, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91786115, 40.87716142]} },
{type: 'Feature',properties:{Name: '2', Address: '2500 JOHNSON AVENUE, 5S, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91786115, 40.87716142]} },
{type: 'Feature',properties:{Name: '2', Address: '555 KAPPOCK STREET, 6E, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91748396, 40.87806965]} },
{type: 'Feature',properties:{Name: '2', Address: '555 KAPPOCK STREET, 26U, RIVERDALE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91748396, 40.87806965]} },
{type: 'Feature',properties:{Name: '2', Address: '555 KAPPOCK STREET, 12J, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91748396, 40.87806965]} },
{type: 'Feature',properties:{Name: '2', Address: '555 KAPPOCK STREET, 16J, RIVERDALE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91748396, 40.87806965]} },
{type: 'Feature',properties:{Name: '2', Address: '555 KAPPOCK STREET, 1-J, RIVERDALE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91748396, 40.87806965]} },
{type: 'Feature',properties:{Name: '2', Address: '555 KAPPOCK STREET, 1R, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91748396, 40.87806965]} },
{type: 'Feature',properties:{Name: '2', Address: '555 KAPPOCK STREET, 20E, RIVERDALE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91748396, 40.87806965]} },
{type: 'Feature',properties:{Name: '2', Address: '555 KAPPOCK STREET, 22G, RIVERDALE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91748396, 40.87806965]} },
{type: 'Feature',properties:{Name: '2', Address: '555 KAPPOCK STREET, 15C, RIVERDALE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91748396, 40.87806965]} },
{type: 'Feature',properties:{Name: '2', Address: '555 KAPPOCK STREET, 2H, RIVERDALE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91748396, 40.87806965]} },
{type: 'Feature',properties:{Name: '2', Address: '555 KAPPOCK STREET, 12D, RIVERDALE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91748396, 40.87806965]} },
{type: 'Feature',properties:{Name: '2', Address: '555 KAPPOCK STREET, 24F, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91748396, 40.87806965]} },
{type: 'Feature',properties:{Name: '2', Address: '555 KAPPOCK ST, 17L, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91748396, 40.87806965]} },
{type: 'Feature',properties:{Name: '2', Address: '555 KAPPOCK STREET, 2G, RIVERDALE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91748396, 40.87806965]} },
{type: 'Feature',properties:{Name: '2', Address: '555 KAPPOCK STREET, 25C, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91748396, 40.87806965]} },
{type: 'Feature',properties:{Name: '2', Address: '555 KAPPOCK STREET, 12J, RIVERDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91748396, 40.87806965]} },
{type: 'Feature',properties:{Name: '2', Address: '555 KAPPOCK STREET, 2C, RIVERDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91748396, 40.87806965]} },
{type: 'Feature',properties:{Name: '2', Address: '555 KAPPOCK STREET, 20G, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91748396, 40.87806965]} },
{type: 'Feature',properties:{Name: '2', Address: '555 KAPPOCK STREET, 10C, RIVERDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91748396, 40.87806965]} },
{type: 'Feature',properties:{Name: '2', Address: '60 KNOLLS CRESCENT, 10C, RIVERDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91823148, 40.87889084]} },
{type: 'Feature',properties:{Name: '2', Address: '60 KNOLLS CRESCENT, 2M, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91823148, 40.87889084]} },
{type: 'Feature',properties:{Name: '2', Address: '60 KNOLLS CRESCENT, 2C, RIVERDALE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91823148, 40.87889084]} },
{type: 'Feature',properties:{Name: '2', Address: '60 KNOLLS CRESCENT, 2G, RIVERDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91823148, 40.87889084]} },
{type: 'Feature',properties:{Name: '2', Address: '60 KNOLLS CRESCENT, 5E, RIVERDALE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91823148, 40.87889084]} },
{type: 'Feature',properties:{Name: '2', Address: '60 KNOLLS CRESCENT, 7G, RIVERDALE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91823148, 40.87889084]} },
{type: 'Feature',properties:{Name: '2', Address: '60 KNOLLS CRESCENT, 2L, RIVERDALE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91823148, 40.87889084]} },
{type: 'Feature',properties:{Name: '2', Address: '601 KAPPOCK STREET, 4R, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91668728, 40.87897482]} },
{type: 'Feature',properties:{Name: '2', Address: '601 KAPPOCK STREET, 5J, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91668728, 40.87897482]} },
{type: 'Feature',properties:{Name: '2', Address: '601 KAPPOCK STREET, 4S, RIVERDALE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91668728, 40.87897482]} },
{type: 'Feature',properties:{Name: '2', Address: '609 KAPPOCK STREET, 7K, RIVERDALE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91680225, 40.8795705]} },
{type: 'Feature',properties:{Name: '2', Address: '609 KAPPOCK STREET, 6E, RIVERDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91680225, 40.8795705]} },
{type: 'Feature',properties:{Name: '2', Address: '609 KAPPOCK STREET, 8G, RIVERDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91680225, 40.8795705]} },
{type: 'Feature',properties:{Name: '2', Address: '609 KAPPOCK STREET, 2E, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91680225, 40.8795705]} },
{type: 'Feature',properties:{Name: '2', Address: '609 KAPPOCK STREET, 4C, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91680225, 40.8795705]} },
{type: 'Feature',properties:{Name: '2', Address: '629 KAPPOCK STREET, 4EF, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91739821, 40.88014457]} },
{type: 'Feature',properties:{Name: '2', Address: '629 KAPPOCK STREET, 3G, RIVERDALE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91739821, 40.88014457]} },
{type: 'Feature',properties:{Name: '2', Address: '629 KAPPOCK STREET, 6N, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91739821, 40.88014457]} },
{type: 'Feature',properties:{Name: '2', Address: '2750 JOHNSON AVENUE, 5E, RIVERDALE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91221281, 40.87994313]} },
{type: 'Feature',properties:{Name: '2', Address: '3050 FAIRFIELD AVENUE, 8E/F, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91450914, 40.88272248]} },
{type: 'Feature',properties:{Name: '2', Address: '3050 FAIRFIELD AVENUE, 3A, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91450914, 40.88272248]} },
{type: 'Feature',properties:{Name: '2', Address: '3050 FAIRFIELD AVENUE, 4G, RIVERDALE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91450914, 40.88272248]} },
{type: 'Feature',properties:{Name: '2', Address: '3050 FAIRFIELD AVENUE, 4A, RIVERDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91450914, 40.88272248]} },
{type: 'Feature',properties:{Name: '2', Address: '640 WEST 231ST, 7E, RIVERDALE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91464583, 40.88329896]} },
{type: 'Feature',properties:{Name: '2', Address: '3015 RIVERDALE AVENUE, 3F, RIVERDALE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91063181, 40.88047438]} },
{type: 'Feature',properties:{Name: '2', Address: '3015 RIVERDALE AVENUE, 6H, RIVERDALE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91063181, 40.88047438]} },
{type: 'Feature',properties:{Name: '2', Address: '3015 RIVERDALE AVENUE, 4B, RIVERDALE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91063181, 40.88047438]} },
{type: 'Feature',properties:{Name: '2', Address: '3030 JOHNSON AVENUE, 6-C, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91128857, 40.88151513]} },
{type: 'Feature',properties:{Name: '2', Address: '3030 JOHNSON AVENUE, 4A, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91128857, 40.88151513]} },
{type: 'Feature',properties:{Name: '2', Address: '3030 JOHNSON AVE, 4B, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91128857, 40.88151513]} },
{type: 'Feature',properties:{Name: '2', Address: '3135 JOHNSON AVENUE, 11A, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91080613, 40.88261263]} },
{type: 'Feature',properties:{Name: '2', Address: '3135 JOHNSON AVENUE, RIVERDALE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91080613, 40.88261263]} },
{type: 'Feature',properties:{Name: '2', Address: '3135 JOHNSON AVENUE, 15C, RIVERDALE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91080613, 40.88261263]} },
{type: 'Feature',properties:{Name: '2', Address: '3135 JOHNSON AVENUE, 11F, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91080613, 40.88261263]} },
{type: 'Feature',properties:{Name: '2', Address: '3135 JOHNSON AVENUE, 17A, RIVERDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91080613, 40.88261263]} },
{type: 'Feature',properties:{Name: '2', Address: '3135 JOHNSON AVENUE, 11DE, RIVERDALE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91080613, 40.88261263]} },
{type: 'Feature',properties:{Name: '2', Address: '3135 JOHNSON AVENUE, 9A, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91080613, 40.88261263]} },
{type: 'Feature',properties:{Name: '2', Address: '3135 JOHNSON AVENUE, 14F, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91080613, 40.88261263]} },
{type: 'Feature',properties:{Name: '2', Address: '3135 JOHNSON AVENUE, 7D, RIVERDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91080613, 40.88261263]} },
{type: 'Feature',properties:{Name: '2', Address: '3103 FAIRFIELD AVENUE, 10C, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91421175, 40.88338098]} },
{type: 'Feature',properties:{Name: '2', Address: '3103 FAIRFIELD AVE, 6E, RIVERDALE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91421175, 40.88338098]} },
{type: 'Feature',properties:{Name: '2', Address: '3103 FAIRFIELD AVE., 3A, RIVERDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91421175, 40.88338098]} },
{type: 'Feature',properties:{Name: '2', Address: '3103 FAIRFIELD AVENUE, 5D, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91421175, 40.88338098]} },
{type: 'Feature',properties:{Name: '2', Address: '3103 FAIRFIELD AVENUE, 4B, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91421175, 40.88338098]} },
{type: 'Feature',properties:{Name: '2', Address: '3103 FAIRFIELD AVENUE, 6K, RIVERDALE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91421175, 40.88338098]} },
{type: 'Feature',properties:{Name: '2', Address: '3103 FAIRFIELD AVENUE, 5D, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91421175, 40.88338098]} },
{type: 'Feature',properties:{Name: '2', Address: '2390 PALISADE AVENUE, 4F, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92079112, 40.8793949]} },
{type: 'Feature',properties:{Name: '2', Address: '2390 PALISADE AVENUE, 4A, RIVERDALE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92079112, 40.8793949]} },
{type: 'Feature',properties:{Name: '2', Address: '2390 PALISADE AVE, 5J, RIVERDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92079112, 40.8793949]} },
{type: 'Feature',properties:{Name: '2', Address: '2390 PALISADES AVENUE, 6B, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92079112, 40.8793949]} },
{type: 'Feature',properties:{Name: '2', Address: '2390 PALISADE AVENUE, 2A, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92079112, 40.8793949]} },
{type: 'Feature',properties:{Name: '2', Address: '2390 PALISADE AVENUE, 4K, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92079112, 40.8793949]} },
{type: 'Feature',properties:{Name: '2', Address: '2550 INDEPENDENCE AVENUE, 7G, RIVERDALE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91974125, 40.88036854]} },
{type: 'Feature',properties:{Name: '2', Address: '2550 INDEPENDENCE AVENUE, 3U, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91974125, 40.88036854]} },
{type: 'Feature',properties:{Name: '2', Address: '2550 INDEPENDENCE AVENUE, 3A, RIVERDALE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91974125, 40.88036854]} },
{type: 'Feature',properties:{Name: '2', Address: '2550 INDEPENDENCE AVE, 5N, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91974125, 40.88036854]} },
{type: 'Feature',properties:{Name: '2', Address: '2550 INDEPENDENCE AVENUE, 7E, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91974125, 40.88036854]} },
{type: 'Feature',properties:{Name: '2', Address: '2550 INDEPENDENCE AVENUE, 6B, RIVERDALE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91974125, 40.88036854]} },
{type: 'Feature',properties:{Name: '2', Address: '2550 INDEPENDENCE AVE, 8M, RIVERDALE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91974125, 40.88036854]} },
{type: 'Feature',properties:{Name: '2', Address: '2550 INDEPENDENCE AVENUE, 8K, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91974125, 40.88036854]} },
{type: 'Feature',properties:{Name: '2', Address: '750 KAPPOCK STREET, 810, RIVERDALE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91984761, 40.8821362]} },
{type: 'Feature',properties:{Name: '2', Address: '750 KAPPOCK ST, 908, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91984761, 40.8821362]} },
{type: 'Feature',properties:{Name: '2', Address: '750 KAPPOCK STREET, 205, RIVERDALE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91984761, 40.8821362]} },
{type: 'Feature',properties:{Name: '2', Address: '750 KAPPOCK, 708, RIVERDALE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91984761, 40.8821362]} },
{type: 'Feature',properties:{Name: '2', Address: '750 KAPPOCK STREET, 502, RIVERDALE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91984761, 40.8821362]} },
{type: 'Feature',properties:{Name: '2', Address: '750 KAPPOCK STREET, 103, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91984761, 40.8821362]} },
{type: 'Feature',properties:{Name: '2', Address: '750 KAPPOCK STREET, 305, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91984761, 40.8821362]} },
{type: 'Feature',properties:{Name: '2', Address: '750 KAPPOCK STREET, 1009, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91984761, 40.8821362]} },
{type: 'Feature',properties:{Name: '2', Address: '750 KAPPOCK STREET, 409, RIVERDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91984761, 40.8821362]} },
{type: 'Feature',properties:{Name: '2', Address: '2621 PALISADE AVENUE, 9H, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92116412, 40.88199438]} },
{type: 'Feature',properties:{Name: '2', Address: '2621 PALISADE AVENUE, B, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92116412, 40.88199438]} },
{type: 'Feature',properties:{Name: '2', Address: '2621 PALISADE AVENUE, 4H, RIVERDALE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92116412, 40.88199438]} },
{type: 'Feature',properties:{Name: '2', Address: '2621 PALISADE AVENUE, 15C, RIVERDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92116412, 40.88199438]} },
{type: 'Feature',properties:{Name: '2', Address: '2621 PALISADE AVENUE, 11F, RIVERDALE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92116412, 40.88199438]} },
{type: 'Feature',properties:{Name: '2', Address: '2621 PALISADE AVENUE, 6F/6G, RIVERDALE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92116412, 40.88199438]} },
{type: 'Feature',properties:{Name: '2', Address: '2621 PALISADE AVENUE, 16F, RIVERDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92116412, 40.88199438]} },
{type: 'Feature',properties:{Name: '2', Address: '2621 PALISADE AVENUE, 17G, RIVERDALE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92116412, 40.88199438]} },
{type: 'Feature',properties:{Name: '2', Address: '2621 PALISADE AVE, 17C, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92116412, 40.88199438]} },
{type: 'Feature',properties:{Name: '2', Address: '2621 PALISADES AVENUE, 3J, RIVERDALE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92116412, 40.88199438]} },
{type: 'Feature',properties:{Name: '2', Address: '2727 PALISADE AVENUE, 4H, RIVERDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92016475, 40.8830504]} },
{type: 'Feature',properties:{Name: '2', Address: '2727 PALISADE AVENUE, 10A, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92016475, 40.8830504]} },
{type: 'Feature',properties:{Name: '2', Address: '2727 PALISADE AVENUE, 12F, RIVERDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92016475, 40.8830504]} },
{type: 'Feature',properties:{Name: '2', Address: '2727 PALISADE AVENUE, 14E, RIVERDALE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92016475, 40.8830504]} },
{type: 'Feature',properties:{Name: '2', Address: '2575 PALISADE AVENUE, 14L, RIVERDALE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9216311, 40.88159398]} },
{type: 'Feature',properties:{Name: '2', Address: '2575 PALISADE AVENUE, 12AB, RIVERDALE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9216311, 40.88159398]} },
{type: 'Feature',properties:{Name: '2', Address: '2575 PALISADE AVENUE, 4L, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9216311, 40.88159398]} },
{type: 'Feature',properties:{Name: '2', Address: '2575 PALISADE AVENUE, 7A, RIVERDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9216311, 40.88159398]} },
{type: 'Feature',properties:{Name: '2', Address: '2575 PALISADE AVENUE, 6H, RIVERDALE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9216311, 40.88159398]} },
{type: 'Feature',properties:{Name: '2', Address: '2575 PALISADE AVENUE, 14F, RIVERDALE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9216311, 40.88159398]} },
{type: 'Feature',properties:{Name: '2', Address: '2575 PALISADE AVENUE, 1CDE, RIVERDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9216311, 40.88159398]} },
{type: 'Feature',properties:{Name: '2', Address: '2575 PALISADE AVENUE, 3A, RIVERDALE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9216311, 40.88159398]} },
{type: 'Feature',properties:{Name: '2', Address: '2575 PALISADE AVENUE, 12J, RIVERDALE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9216311, 40.88159398]} },
{type: 'Feature',properties:{Name: '2', Address: '2575 PALISADE AVENUE, 9F, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9216311, 40.88159398]} },
{type: 'Feature',properties:{Name: '2', Address: '2601 HENRY HUDSON PARKWAY, 7F, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91829068, 40.8807408]} },
{type: 'Feature',properties:{Name: '2', Address: '2711 HENRY HUDSON PKWY W, 6C, RIVERDALE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91717208, 40.88168967]} },
{type: 'Feature',properties:{Name: '2', Address: '2736 INDEPENDENCE AVENUE, 1G, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91736959, 40.8828069]} },
{type: 'Feature',properties:{Name: '2', Address: '2736 INDEPENDENCE AVENUE, 4C, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91736959, 40.8828069]} },
{type: 'Feature',properties:{Name: '2', Address: '3001 HENRY HUDSON PKWY W, RIVERDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91610038, 40.88269894]} },
{type: 'Feature',properties:{Name: '2', Address: '3001 HENRY HUDSON PARKWAY, 4E, RIVERDALE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91610038, 40.88269894]} },
{type: 'Feature',properties:{Name: '2', Address: '3001 HENRY HUDSON PARKWAY, 2D, RIVERDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91610038, 40.88269894]} },
{type: 'Feature',properties:{Name: '2', Address: '3001 HENRY HUDSON PARKWAY, 3E, RIVERDALE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91610038, 40.88269894]} },
{type: 'Feature',properties:{Name: '2', Address: '3001 HENRY HUDSON PARKWAY, 3C, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91610038, 40.88269894]} },
{type: 'Feature',properties:{Name: '2', Address: '735 KAPPOCK STREET, 8C, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9197466, 40.88193028]} },
{type: 'Feature',properties:{Name: '2', Address: '735 KAPPOCK STREET, 9D, RIVERDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9197466, 40.88193028]} },
{type: 'Feature',properties:{Name: '2', Address: '735 KAPPOCK STREET, 3F, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9197466, 40.88193028]} },
{type: 'Feature',properties:{Name: '2', Address: '735 KAPPOCK STREET, 7-F, RIVERDALE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9197466, 40.88193028]} },
{type: 'Feature',properties:{Name: '2', Address: '735 KAPPOCK STREET, 11D, RIVERDALE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9197466, 40.88193028]} },
{type: 'Feature',properties:{Name: '2', Address: '3600 FIELDSTON ROAD, 7C, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90683411, 40.88608976]} },
{type: 'Feature',properties:{Name: '2', Address: '3600 FIELDSTON ROAD, 3D, RIVERDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90683411, 40.88608976]} },
{type: 'Feature',properties:{Name: '2', Address: '474 WEST 238TH STREET, 4G, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90598224, 40.88749709]} },
{type: 'Feature',properties:{Name: '2', Address: '474 WEST 238TH STREET, 2F, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90598224, 40.88749709]} },
{type: 'Feature',properties:{Name: '2', Address: '474 WEST 238 STREET, 6B, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90598224, 40.88749709]} },
{type: 'Feature',properties:{Name: '2', Address: '474 WEST 238TH STREET, 5G, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90598224, 40.88749709]} },
{type: 'Feature',properties:{Name: '2', Address: '474 WEST 238TH STREET, 4B, RIVERDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90598224, 40.88749709]} },
{type: 'Feature',properties:{Name: '2', Address: '3810 GREYSTONE AVE, 303, RIVERDALE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90517542, 40.88771601]} },
{type: 'Feature',properties:{Name: '2', Address: '3810 GREYSTONE AVENUE, 207, RIVERDALE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90517542, 40.88771601]} },
{type: 'Feature',properties:{Name: '2', Address: '3810 GREYSTONE AVENUE, 203, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90517542, 40.88771601]} },
{type: 'Feature',properties:{Name: '2', Address: '3840 GREYSTONE AVENUE, 3D, RIVERDALE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90495764, 40.88825653]} },
{type: 'Feature',properties:{Name: '2', Address: '3840 GREYSTONE AVENUE, 1P, RIVERDALE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90495764, 40.88825653]} },
{type: 'Feature',properties:{Name: '2', Address: '3840 GREYSTONE AVENUE, 6O, RIVERDALE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90495764, 40.88825653]} },
{type: 'Feature',properties:{Name: '2', Address: '3840 GREYSTONE AVENUE, 6J, RIVERDALE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90495764, 40.88825653]} },
{type: 'Feature',properties:{Name: '2', Address: '3840 GREYSTONE AVENUE, 1M, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90495764, 40.88825653]} },
{type: 'Feature',properties:{Name: '2', Address: '3840 GREYSTONE AVENUE, 1K, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90495764, 40.88825653]} },
{type: 'Feature',properties:{Name: '2', Address: '3840 GREYSTONE AVENUE, 6N, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90495764, 40.88825653]} },
{type: 'Feature',properties:{Name: '2', Address: '3840 GREYSTONE AVENUE, 3N, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90495764, 40.88825653]} },
{type: 'Feature',properties:{Name: '2', Address: '3840 GREYSTONE AVENUE, 4P, RIVERDALE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90495764, 40.88825653]} },
{type: 'Feature',properties:{Name: '2', Address: '3840 GREYSTONE AVENUE, 1F, RIVERDALE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90495764, 40.88825653]} },
{type: 'Feature',properties:{Name: '2', Address: '3840 GREYSTONE AVENUE, BS, RIVERDALE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90495764, 40.88825653]} },
{type: 'Feature',properties:{Name: '2', Address: '3840 GREYSTONE AVE, 3I, RIVERDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90495764, 40.88825653]} },
{type: 'Feature',properties:{Name: '2', Address: '3299 CAMBRIDGE AVENUE, 8-F, RIVERDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90830784, 40.8847927]} },
{type: 'Feature',properties:{Name: '2', Address: '3299 CAMBRIDGE AVENUE, 8C, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90830784, 40.8847927]} },
{type: 'Feature',properties:{Name: '2', Address: '3299 CAMBRIDGE, 8K, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90830784, 40.8847927]} },
{type: 'Feature',properties:{Name: '2', Address: '3235 CAMBRIDGE AVE, 2F, RIVERDALE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90857294, 40.88399695]} },
{type: 'Feature',properties:{Name: '2', Address: '3235 CAMBRIDGE AVENUE, LH, RIVERDALE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90857294, 40.88399695]} },
{type: 'Feature',properties:{Name: '2', Address: '3200 NETHERLAND AVENUE, 5K, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91149127, 40.88409529]} },
{type: 'Feature',properties:{Name: '2', Address: '3200 NETHERLAND AVENUE, 2L, RIVERDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91149127, 40.88409529]} },
{type: 'Feature',properties:{Name: '2', Address: '3200 NETHERLAND AVENUE, 2D, RIVERDALE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91149127, 40.88409529]} },
{type: 'Feature',properties:{Name: '2', Address: '3200 NETHERLAND AVENUE, 5M, RIVERDALE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91149127, 40.88409529]} },
{type: 'Feature',properties:{Name: '2', Address: '3210 ARLINGTON AVE, 6A, RIVERDALE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91235875, 40.88445002]} },
{type: 'Feature',properties:{Name: '2', Address: '3210 ARLINGTON AVENUE, 2C, RIVERDALE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91235875, 40.88445002]} },
{type: 'Feature',properties:{Name: '2', Address: '3210 ARLINGTON AVENUE, 4J, RIVERDALE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91235875, 40.88445002]} },
{type: 'Feature',properties:{Name: '2', Address: '3215 NETHERLAND AVENUE, 1B, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91148756, 40.88416665]} },
{type: 'Feature',properties:{Name: '2', Address: '3215 NETHERLAND AVENUE, 6A, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91148756, 40.88416665]} },
{type: 'Feature',properties:{Name: '2', Address: '3215 NETHERLAND AVENUE, 4E, RIVERDALE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91148756, 40.88416665]} },
{type: 'Feature',properties:{Name: '2', Address: '3215 NETHERLAND AVENUE, 6D, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91148756, 40.88416665]} },
{type: 'Feature',properties:{Name: '2', Address: '3206 FAIRFIELD AVENUE, 2F, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91358815, 40.88459916]} },
{type: 'Feature',properties:{Name: '2', Address: '3206 FAIRFIELD AVENUE, 4C, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91358815, 40.88459916]} },
{type: 'Feature',properties:{Name: '2', Address: '3206 FAIRFIELD AVENUE, 2A, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91358815, 40.88459916]} },
{type: 'Feature',properties:{Name: '2', Address: '3215 ARLINGTON AVE., 5G, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91236228, 40.8845104]} },
{type: 'Feature',properties:{Name: '2', Address: '3512 OXFORD AVENUE, 5F, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90894307, 40.88571816]} },
{type: 'Feature',properties:{Name: '2', Address: '3512 OXFORD AVENUE, 3G, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90894307, 40.88571816]} },
{type: 'Feature',properties:{Name: '2', Address: '525 WEST 235TH STREET, 2F, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90840107, 40.88537465]} },
{type: 'Feature',properties:{Name: '2', Address: '525 WEST 235 STREET, 6E, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90840107, 40.88537465]} },
{type: 'Feature',properties:{Name: '2', Address: '3530 HENRY HUDSON PARKWAY, 15O, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91224764, 40.88642885]} },
{type: 'Feature',properties:{Name: '2', Address: '3530 HENRY HUDSON PKWY, 9E, RIVERDALE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91224764, 40.88642885]} },
{type: 'Feature',properties:{Name: '2', Address: '3530 HENRY HUDSON PARKWAY, 5F, RIVERDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91224764, 40.88642885]} },
{type: 'Feature',properties:{Name: '2', Address: '3530 HENRY HUDSON PARKWAY, 7H, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91224764, 40.88642885]} },
{type: 'Feature',properties:{Name: '2', Address: '3530 HENRY HUDSON PKWY, 2E, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91224764, 40.88642885]} },
{type: 'Feature',properties:{Name: '2', Address: '3530 HENRY HUDSON PKWY, 2-O, RIVERDALE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91224764, 40.88642885]} },
{type: 'Feature',properties:{Name: '2', Address: '3530 HENRY HUDSON PARKWAY, 12G, RIVERDALE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91224764, 40.88642885]} },
{type: 'Feature',properties:{Name: '2', Address: '525 WEST 236 STREET, 3B, RIVERDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90748094, 40.88647454]} },
{type: 'Feature',properties:{Name: '2', Address: '3656 JOHNSON AVENUE, 3D, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90932314, 40.88812281]} },
{type: 'Feature',properties:{Name: '2', Address: '3656 JOHNSON AVENUE, 6E, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90932314, 40.88812281]} },
{type: 'Feature',properties:{Name: '2', Address: '3656 JOHNSON AVENUE, 2A, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90932314, 40.88812281]} },
{type: 'Feature',properties:{Name: '2', Address: '3656 JOHNSON AVENUE, 6J, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90932314, 40.88812281]} },
{type: 'Feature',properties:{Name: '2', Address: '3656 JOHNSON AVENUE, 6AB, RIVERDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90932314, 40.88812281]} },
{type: 'Feature',properties:{Name: '2', Address: '3656 JOHNSON AVENUE, 4C, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90932314, 40.88812281]} },
{type: 'Feature',properties:{Name: '2', Address: '3656 JOHNSON AVENUE, 5A, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90932314, 40.88812281]} },
{type: 'Feature',properties:{Name: '2', Address: '3635 JOHNSON AVENUE, 2B, RIVERDALE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90946857, 40.88756575]} },
{type: 'Feature',properties:{Name: '2', Address: '3635 JOHNSON AVENUE, 2B, RIVERDALE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90946857, 40.88756575]} },
{type: 'Feature',properties:{Name: '2', Address: '3601 JOHNSON AVENUE, 5D, RIVERDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90962507, 40.88683853]} },
{type: 'Feature',properties:{Name: '2', Address: '3601 JOHNSON AVENUE, 4E, RIVERDALE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90962507, 40.88683853]} },
{type: 'Feature',properties:{Name: '2', Address: '3616 HENRY HUDSON PARKWAY, 3AN, RIVERDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91164618, 40.88726552]} },
{type: 'Feature',properties:{Name: '2', Address: '3616 HENRY HUDSON PARKWAY, 7B-N, RIVERDALE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91164618, 40.88726552]} },
{type: 'Feature',properties:{Name: '2', Address: '5550 FIELDSTON ROAD, 6A, RIVERDALE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90077212, 40.90349423]} },
{type: 'Feature',properties:{Name: '2', Address: '5500 FIELDSTON ROAD, 6CC, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90105827, 40.90324471]} },
{type: 'Feature',properties:{Name: '2', Address: '5500 FIELDSTON ROAD, 3BB, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90105827, 40.90324471]} },
{type: 'Feature',properties:{Name: '2', Address: '5500 FIELDSTON ROAD, 3CC, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90105827, 40.90324471]} },
{type: 'Feature',properties:{Name: '2', Address: '5550 FIELDSTON RD, 3E, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90077212, 40.90349423]} },
{type: 'Feature',properties:{Name: '2', Address: '5500 FIELDSTON ROAD, 5AA, RIVERDALE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90105827, 40.90324471]} },
{type: 'Feature',properties:{Name: '2', Address: '5500 FIELDSTON ROAD, 2AA, RIVERDALE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90105827, 40.90324471]} },
{type: 'Feature',properties:{Name: '2', Address: '5550 FIELDSTON ROAD, 7C, RIVERDALE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90077212, 40.90349423]} },
{type: 'Feature',properties:{Name: '2', Address: '5500 FIELDSTON ROAD, 4J, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90105827, 40.90324471]} },
{type: 'Feature',properties:{Name: '2', Address: '5550 FIELDSTON ROAD, 5G, RIVERDALE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90077212, 40.90349423]} },
{type: 'Feature',properties:{Name: '2', Address: '5425 VALLES AVENUE, 1A, RIVERDALE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89961686, 40.90194249]} },
{type: 'Feature',properties:{Name: '2', Address: '5425 VALLES AVENUE, 2A, RIVERDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89961686, 40.90194249]} },
{type: 'Feature',properties:{Name: '2', Address: '5425 VALLES AVENUE, 5P, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89961686, 40.90194249]} },
{type: 'Feature',properties:{Name: '2', Address: '5425 VALLES AVENUE, S2A, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89961686, 40.90194249]} },
{type: 'Feature',properties:{Name: '2', Address: '5730 MOSHOLU AVENUE, RIVERDALE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89932546, 40.90565853]} },
{type: 'Feature',properties:{Name: '2', Address: '6485 BROADWAY, RIVERDALE', Month: '3', Price: '127000'}, geometry: { type: 'Point', coordinates:[-73.89645717, 40.90535134]} },
{type: 'Feature',properties:{Name: '2', Address: '6485 BROADWAY, 2E/2F, RIVERDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89645717, 40.90535134]} },
{type: 'Feature',properties:{Name: '2', Address: '6495 BROADWAY, 6N, RIVERDALE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89646773, 40.90553524]} },
{type: 'Feature',properties:{Name: '2', Address: '6485 BROADWAY, 1D, RIVERDALE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89645717, 40.90535134]} },
{type: 'Feature',properties:{Name: '2', Address: '6485 BROADWAY, 5D, RIVERDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89645717, 40.90535134]} },
{type: 'Feature',properties:{Name: '2', Address: '5715 MOSHOLU AVENUE, 5A, RIVERDALE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89990438, 40.90559042]} },
{type: 'Feature',properties:{Name: '2', Address: '5715 MOSHOLU AVENUE, 7D, RIVERDALE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89990438, 40.90559042]} },
{type: 'Feature',properties:{Name: '2', Address: '6601 BROADWAY, 2I, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8965789, 40.90848587]} },
{type: 'Feature',properties:{Name: '2', Address: '6601 BROADWAY, 7H, RIVERDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8965789, 40.90848587]} },
{type: 'Feature',properties:{Name: '2', Address: '6300 RIVERDALE AVE, 1J, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90247305, 40.91286875]} },
{type: 'Feature',properties:{Name: '2', Address: '6300 RIVERDALE AVENUE, 3H, RIVERDALE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90247305, 40.91286875]} },
{type: 'Feature',properties:{Name: '2', Address: '6300 RIVERDALE AVENUE, 6A, RIVERDALE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90247305, 40.91286875]} },
{type: 'Feature',properties:{Name: '2', Address: '3333 HENRY HUDSON PKWY W, 7S, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91374965, 40.88555443]} },
{type: 'Feature',properties:{Name: '2', Address: '3333 HENRY HUDSON PARKWAY, 21G, RIVERDALE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91374965, 40.88555443]} },
{type: 'Feature',properties:{Name: '2', Address: '3333 HENRY HUDSON PARKWAY, 18J, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91374965, 40.88555443]} },
{type: 'Feature',properties:{Name: '2', Address: '3333 HENRY HUDSON PARKWAY, 23N, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91374965, 40.88555443]} },
{type: 'Feature',properties:{Name: '2', Address: '3333 HENRY HUDSON PARKWAY, 3B, RIVERDALE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91374965, 40.88555443]} },
{type: 'Feature',properties:{Name: '2', Address: '3333 HENRY HUDSON PARKWAY, 14T, RIVERDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91374965, 40.88555443]} },
{type: 'Feature',properties:{Name: '2', Address: '3333 HENRY HUDSON PARKWAY, 12E, RIVERDALE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91374965, 40.88555443]} },
{type: 'Feature',properties:{Name: '2', Address: '3515 HENRY HUDSON PARKWAY, 2D, RIVERDALE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91282271, 40.8863991]} },
{type: 'Feature',properties:{Name: '2', Address: '3515 HENRY HUDSON PARKWAY, 8H, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91282271, 40.8863991]} },
{type: 'Feature',properties:{Name: '2', Address: '3755 HENRY HUDSON PKWY W, 1C, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90977736, 40.88921281]} },
{type: 'Feature',properties:{Name: '2', Address: '3755 HENRY HUDSON PARKWAY, 11E, RIVERDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90977736, 40.88921281]} },
{type: 'Feature',properties:{Name: '2', Address: '3725 HENRY HUDSON PARKWAY, 9E, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91053044, 40.88862054]} },
{type: 'Feature',properties:{Name: '2', Address: '3725 HENRY HUDSON PARKWAY, 7H, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91053044, 40.88862054]} },
{type: 'Feature',properties:{Name: '2', Address: '3725 HENRY HUDSON PARKWAY, 1C, RIVERDALE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91053044, 40.88862054]} },
{type: 'Feature',properties:{Name: '2', Address: '3725 HENRY HUDSON PARKWAY, 5G, RIVERDALE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91053044, 40.88862054]} },
{type: 'Feature',properties:{Name: '2', Address: '3701 HENRY HUDSON PKWY W, 6C, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91109505, 40.88831632]} },
{type: 'Feature',properties:{Name: '2', Address: '3701 HENRY HUDSON PARKWAY, 7F, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91109505, 40.88831632]} },
{type: 'Feature',properties:{Name: '2', Address: '3701 HENRY HUDSON PARKWAY, 6A, RIVERDALE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91109505, 40.88831632]} },
{type: 'Feature',properties:{Name: '2', Address: '3701 HENRY HUDSON PARKWAY, 6A, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91109505, 40.88831632]} },
{type: 'Feature',properties:{Name: '2', Address: '3701 HENRY HUDSON PARKWAY, 7A, RIVERDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91109505, 40.88831632]} },
{type: 'Feature',properties:{Name: '2', Address: '3720 INDEPENDENCE AVENUE, 4A, RIVERDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9130695, 40.8885072]} },
{type: 'Feature',properties:{Name: '2', Address: '3720 INDEPENDENCE AVENUE, 4D, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9130695, 40.8885072]} },
{type: 'Feature',properties:{Name: '2', Address: '3720 INDEPENDENCE AVENUE, 2D, RIVERDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9130695, 40.8885072]} },
{type: 'Feature',properties:{Name: '2', Address: '640 WEST 239 STREET, 3A, RIVERDALE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91240246, 40.88969789]} },
{type: 'Feature',properties:{Name: '2', Address: '645 WEST 239TH ST, 1G, RIVERDALE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91254348, 40.88972545]} },
{type: 'Feature',properties:{Name: '2', Address: '645 WEST 239TH STREET, 5G, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91254348, 40.88972545]} },
{type: 'Feature',properties:{Name: '2', Address: '645 WEST 239TH STREET, 1B, RIVERDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91254348, 40.88972545]} },
{type: 'Feature',properties:{Name: '2', Address: '3935 BLACKSTONE AVENUE, 7E, RIVERDALE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91142539, 40.89010885]} },
{type: 'Feature',properties:{Name: '2', Address: '3935 BLACKSTONE AVENUE, 4B, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91142539, 40.89010885]} },
{type: 'Feature',properties:{Name: '2', Address: '3935 BLACKSTONE AVENUE, 4H, RIVERDALE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91142539, 40.89010885]} },
{type: 'Feature',properties:{Name: '2', Address: '3935 BLACKSTONE AVENUE, 11D, RIVERDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91142539, 40.89010885]} },
{type: 'Feature',properties:{Name: '2', Address: '4499 HENRY HUDSON PARKWAY, 8G, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90848744, 40.89093545]} },
{type: 'Feature',properties:{Name: '2', Address: '4499 HENRY HUDSON PARKWAY, 4B, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90848744, 40.89093545]} },
{type: 'Feature',properties:{Name: '2', Address: '611 WEST 239TH STREET, 1C, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91108247, 40.88960631]} },
{type: 'Feature',properties:{Name: '2', Address: '611 WEST 239TH STREET, 3H, RIVERDALE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91108247, 40.88960631]} },
{type: 'Feature',properties:{Name: '2', Address: '611 WEST 239TH STREET, 4G, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91108247, 40.88960631]} },
{type: 'Feature',properties:{Name: '2', Address: '4555 HENRY HUDSON PARKWAY, 805, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90850281, 40.89290615]} },
{type: 'Feature',properties:{Name: '2', Address: '4555 HENRY HUDSON PARKWAY, 1106, RIVERDALE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90850281, 40.89290615]} },
{type: 'Feature',properties:{Name: '2', Address: '4555 HENRY HUDSON PARKWAY, 1209, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90850281, 40.89290615]} },
{type: 'Feature',properties:{Name: '2', Address: '4555 HENRY HUDSON PARKWAY, 201, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90850281, 40.89290615]} },
{type: 'Feature',properties:{Name: '2', Address: '4555 HENRY HUDSON PARKWAY, 603, RIVERDALE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90850281, 40.89290615]} },
{type: 'Feature',properties:{Name: '2', Address: '4555 HENRY HUDSON PARKWAY, A609, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90850281, 40.89290615]} },
{type: 'Feature',properties:{Name: '2', Address: '4555 HENRY HUDSON PARKWAY, A1007, RIVERDALE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90850281, 40.89290615]} },
{type: 'Feature',properties:{Name: '2', Address: '4555 HENRY HUDSON PARKWAY, 406, RIVERDALE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90850281, 40.89290615]} },
{type: 'Feature',properties:{Name: '2', Address: '4555 HENRY HUDSON PKWY W, 410, RIVERDALE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90850281, 40.89290615]} },
{type: 'Feature',properties:{Name: '2', Address: '4555 HENRY HUDSON PARKWAY, 1108, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90850281, 40.89290615]} },
{type: 'Feature',properties:{Name: '2', Address: '4555 HENRY HUDSON PARKWAY, A-405, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90850281, 40.89290615]} },
{type: 'Feature',properties:{Name: '2', Address: '4555 HENRY HUDSON PKWY W, A112, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90850281, 40.89290615]} },
{type: 'Feature',properties:{Name: '2', Address: '4555 HENRY HUDSON PARKWAY, 312, RIVERDALE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90850281, 40.89290615]} },
{type: 'Feature',properties:{Name: '2', Address: '4525 HENRY HUDSON PARKWAY, 412, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9084832, 40.89138558]} },
{type: 'Feature',properties:{Name: '2', Address: '4525 HENRY HUDSON PARKWAY, 805, RIVERDALE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9084832, 40.89138558]} },
{type: 'Feature',properties:{Name: '2', Address: '4525 HENRY HUDSON PARKWAY, 708, RIVERDALE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9084832, 40.89138558]} },
{type: 'Feature',properties:{Name: '2', Address: '4525 HENRY HUDSON PARKWAY, 504, RIVERDALE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9084832, 40.89138558]} },
{type: 'Feature',properties:{Name: '2', Address: '4525 HENRY HUDSON PARKWAY, 503, RIVERDALE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9084832, 40.89138558]} },
{type: 'Feature',properties:{Name: '2', Address: '4525 HENRY HUDSON PARKWAY, 1106, RIVERDALE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9084832, 40.89138558]} },
{type: 'Feature',properties:{Name: '2', Address: '4525 HENRY HUDSON PARKWAY, 409, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9084832, 40.89138558]} },
{type: 'Feature',properties:{Name: '2', Address: '4525 HENRY HUDSON PARKWAY, RIVERDALE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9084832, 40.89138558]} },
{type: 'Feature',properties:{Name: '2', Address: '4525 HENRY HUDSON PARKWAY, B209, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9084832, 40.89138558]} },
{type: 'Feature',properties:{Name: '2', Address: '4525 HENRY HUDSON PARKWAY, B202, RIVERDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9084832, 40.89138558]} },
{type: 'Feature',properties:{Name: '2', Address: '4525 HENRY HUDSON PARKWAY, 505, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9084832, 40.89138558]} },
{type: 'Feature',properties:{Name: '2', Address: '4525 HENRY HUDSON PARKWAY, 908, RIVERDALE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9084832, 40.89138558]} },
{type: 'Feature',properties:{Name: '2', Address: '4525 HENRY HUDSON PARKWAY, 101, RIVERDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9084832, 40.89138558]} },
{type: 'Feature',properties:{Name: '2', Address: '4705 HENRY HUDSON PKWY, 9L, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9083762, 40.89554643]} },
{type: 'Feature',properties:{Name: '2', Address: '4705 HENRY HUDSON PKWY, 15K, RIVERDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9083762, 40.89554643]} },
{type: 'Feature',properties:{Name: '2', Address: '4705 HENRY HUDSON PKWY, 15M, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9083762, 40.89554643]} },
{type: 'Feature',properties:{Name: '2', Address: '4705 HENRY HUDSON PKWY, 4E, RIVERDALE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9083762, 40.89554643]} },
{type: 'Feature',properties:{Name: '2', Address: '4705 HENRY HUDSON PKWY, 11E, RIVERDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9083762, 40.89554643]} },
{type: 'Feature',properties:{Name: '2', Address: '4705 HENRY HUDSON PKWY, 15L, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9083762, 40.89554643]} },
{type: 'Feature',properties:{Name: '2', Address: '4901 HENRY HUDSON PKWY, 7 D, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90826226, 40.8968583]} },
{type: 'Feature',properties:{Name: '2', Address: '4901 HENRY HUDSON PARKWAY, 8N, RIVERDALE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90826226, 40.8968583]} },
{type: 'Feature',properties:{Name: '2', Address: '4901 HENRY HUDSON PARKWAY, 2F, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90826226, 40.8968583]} },
{type: 'Feature',properties:{Name: '2', Address: '4901 HENRY HUDSON PARKWAY, 9J, RIVERDALE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90826226, 40.8968583]} },
{type: 'Feature',properties:{Name: '2', Address: '4901 HENRY HUDSON PARKWAY, 6E, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90826226, 40.8968583]} },
{type: 'Feature',properties:{Name: '2', Address: '3777 INDEPENDENCE AVENUE, 5K, RIVERDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91303644, 40.88889967]} },
{type: 'Feature',properties:{Name: '2', Address: '3777 INDEPENDENCE AVENUE, 8L, RIVERDALE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91303644, 40.88889967]} },
{type: 'Feature',properties:{Name: '2', Address: '3777 INDEPENDENCE AVENUE, #73, RIVERDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91303644, 40.88889967]} },
{type: 'Feature',properties:{Name: '2', Address: '3777 INDEPENDENCE AVE, 5D, RIVERDALE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91303644, 40.88889967]} },
{type: 'Feature',properties:{Name: '2', Address: '3777 INDEPENDENCE AVENUE, 8J, RIVERDALE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91303644, 40.88889967]} },
{type: 'Feature',properties:{Name: '2', Address: '3777 INDEPENDENCE AVENUE, 3D, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91303644, 40.88889967]} },
{type: 'Feature',properties:{Name: '2', Address: '3777 INDEPENDENCE AVENUE, 2F, RIVERDALE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91303644, 40.88889967]} },
{type: 'Feature',properties:{Name: '2', Address: '3750 HUDSON MANOR TERRACE, 6BE, RIVERDALE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9155973, 40.88871219]} },
{type: 'Feature',properties:{Name: '2', Address: '3750 HUDSON MANOR TERRACE, 4 HW, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9155973, 40.88871219]} },
{type: 'Feature',properties:{Name: '2', Address: '3750 HUDSON MANOR TERRACE, 2EW, RIVERDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9155973, 40.88871219]} },
{type: 'Feature',properties:{Name: '2', Address: '3750 HUDSON MANOR TERRACE, 2AE, RIVERDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9155973, 40.88871219]} },
{type: 'Feature',properties:{Name: '2', Address: '3850 HUDSON MANOR TERRACE, 1FW, RIVERDALE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91551341, 40.88926381]} },
{type: 'Feature',properties:{Name: '2', Address: '3850 HUDSON MANOR TERRACE, 4GE, RIVERDALE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91551341, 40.88926381]} },
{type: 'Feature',properties:{Name: '2', Address: '3850 HUDSON MANOR TERRACE, BB-E, RIVERDALE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91551341, 40.88926381]} },
{type: 'Feature',properties:{Name: '2', Address: '3850 HUDSON MANOR TERRACE, EE, RIVERDALE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91551341, 40.88926381]} },
{type: 'Feature',properties:{Name: '2', Address: '3850 HUDSON MANOR TERRACE, 2DE, RIVERDALE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91551341, 40.88926381]} },
{type: 'Feature',properties:{Name: '2', Address: '3901 INDEPENDENCE AVENUE, 4T, RIVERDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91288326, 40.88987392]} },
{type: 'Feature',properties:{Name: '2', Address: '3901 INDEPENDENCE AVENUE, 4C, RIVERDALE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91288326, 40.88987392]} },
{type: 'Feature',properties:{Name: '2', Address: '679 WEST 239TH STREET, 1FL, RIVERDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91425403, 40.88985847]} },
{type: 'Feature',properties:{Name: '2', Address: '679 WEST 239TH STREET, 6D, RIVERDALE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91425403, 40.88985847]} },
{type: 'Feature',properties:{Name: '2', Address: '679 WEST 239TH STREET, 7B, RIVERDALE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91425403, 40.88985847]} },
{type: 'Feature',properties:{Name: '2', Address: '679 WEST 239TH STREET, 3FG, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91425403, 40.88985847]} },
{type: 'Feature',properties:{Name: '2', Address: '679 WEST 239TH STREET, 4F, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91425403, 40.88985847]} },
{type: 'Feature',properties:{Name: '2', Address: '679 WEST 239 STREET, 3D, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91425403, 40.88985847]} },
{type: 'Feature',properties:{Name: '2', Address: '679 W. 239TH STREET, 7H, RIVERDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91425403, 40.88985847]} },
{type: 'Feature',properties:{Name: '2', Address: '679 WEST 239TH ST, 2E, RIVERDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91425403, 40.88985847]} },
{type: 'Feature',properties:{Name: '2', Address: '3671 HUDSON MANOR TERRACE, 11EF, RIVERDALE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91575033, 40.88782027]} },
{type: 'Feature',properties:{Name: '2', Address: '3671 HUDSON MANOR TERRACE, 5M, RIVERDALE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91575033, 40.88782027]} },
{type: 'Feature',properties:{Name: '2', Address: '3671 HUDSON MANOR TERRACE, 11K, RIVERDALE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91575033, 40.88782027]} },
{type: 'Feature',properties:{Name: '2', Address: '3671 HUDSON MANOR TERRACE, 3F, RIVERDALE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91575033, 40.88782027]} },
{type: 'Feature',properties:{Name: '2', Address: '3671 HUDSON MANOR TERRACE, 7E, RIVERDALE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91575033, 40.88782027]} },
{type: 'Feature',properties:{Name: '2', Address: '3671 HUDSON MANOR TERRACE, 6E, RIVERDALE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91575033, 40.88782027]} },
{type: 'Feature',properties:{Name: '2', Address: '3671 HUDSON MANOR TERRACE, 14A, RIVERDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91575033, 40.88782027]} },
{type: 'Feature',properties:{Name: '2', Address: '3671 HUDSON MANOR TERRACE, 15J, RIVERDALE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91575033, 40.88782027]} },
{type: 'Feature',properties:{Name: '2', Address: '5355 HENRY HUDSON PARKWAY, 2FG, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90691545, 40.90032101]} },
{type: 'Feature',properties:{Name: '2', Address: '5355 HENRY HUDSON PKWY, 8J, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90691545, 40.90032101]} },
{type: 'Feature',properties:{Name: '2', Address: '5355 HENRY HUDSON PARKWAY, 9D, RIVERDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90691545, 40.90032101]} },
{type: 'Feature',properties:{Name: '2', Address: '5355 HENRY HUDSON PARKWAY, 10FG, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90691545, 40.90032101]} },
{type: 'Feature',properties:{Name: '2', Address: '5355 HENRY HUDSON PARKWAY, 8C, RIVERDALE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90691545, 40.90032101]} },
{type: 'Feature',properties:{Name: '2', Address: '5355 HENRY HUDSON PKWY W, 9AB, RIVERDALE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90691545, 40.90032101]} },
{type: 'Feature',properties:{Name: '2', Address: '5355 HENRY HUDSON PKWY W, 1B, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90691545, 40.90032101]} },
{type: 'Feature',properties:{Name: '2', Address: '5355 HENRY HUDSON PKWY W, 4C, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90691545, 40.90032101]} },
{type: 'Feature',properties:{Name: '2', Address: '5355 HENRY HUDSON PARKWAY, 2H, RIVERDALE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90691545, 40.90032101]} },
{type: 'Feature',properties:{Name: '2', Address: '5430 NETHERLAND AVENUE, C11, RIVERDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9068692, 40.90234929]} },
{type: 'Feature',properties:{Name: '2', Address: '5450 NETHERLAND, E12, RIVERDALE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90681835, 40.90250021]} },
{type: 'Feature',properties:{Name: '2', Address: '5420 NETHERLAND AVENUE, B-23, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90689463, 40.90227521]} },
{type: 'Feature',properties:{Name: '2', Address: '5444 ARLINGTON AVE, G51, RIVERDALE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90751569, 40.90309362]} },
{type: 'Feature',properties:{Name: '2', Address: '5445 NETHERLAND AVENUE, F12, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90685458, 40.90245907]} },
{type: 'Feature',properties:{Name: '2', Address: '5700 ARLINGTON AVENUE, 20J, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90682699, 40.90665566]} },
{type: 'Feature',properties:{Name: '2', Address: '5700 ARLINGTON AVENUE, 15S, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90682699, 40.90665566]} },
{type: 'Feature',properties:{Name: '2', Address: '5700 ARLINGTON AVENUE, 19B, RIVERDALE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90682699, 40.90665566]} },
{type: 'Feature',properties:{Name: '2', Address: '5700 ARLINGTON AVENUE, 9L, RIVERDALE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90682699, 40.90665566]} },
{type: 'Feature',properties:{Name: '2', Address: '5700 ARLINGTON AVENUE, 17E, RIVERDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90682699, 40.90665566]} },
{type: 'Feature',properties:{Name: '2', Address: '5700 ARLINGTON AVENUE, 5E, RIVERDALE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90682699, 40.90665566]} },
{type: 'Feature',properties:{Name: '2', Address: '5700 ARLINGTON AVENUE, 1-H, RIVERDALE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90682699, 40.90665566]} },
{type: 'Feature',properties:{Name: '2', Address: '5700 ARLINGTON AVENUE, 22D, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90682699, 40.90665566]} },
{type: 'Feature',properties:{Name: '2', Address: '5700 ARLINGTON AVENUE, 4G, RIVERDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90682699, 40.90665566]} },
{type: 'Feature',properties:{Name: '2', Address: '5700 ARLINGTON AVENUE, 9H, RIVERDALE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90682699, 40.90665566]} },
{type: 'Feature',properties:{Name: '2', Address: '5700 ARLINGTON AVENUE, 3S, RIVERDALE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90682699, 40.90665566]} },
{type: 'Feature',properties:{Name: '2', Address: '5700 ARLINGTON AVENUE, 15X, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90682699, 40.90665566]} },
{type: 'Feature',properties:{Name: '2', Address: '5700 ARLINGTON AVENUE, 5S, RIVERDALE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90682699, 40.90665566]} },
{type: 'Feature',properties:{Name: '2', Address: '5700 ARLINGTON AVENUE, 16B, RIVERDALE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90682699, 40.90665566]} },
{type: 'Feature',properties:{Name: '2', Address: '5700 ARLINGTON AVENUE, 17B, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90682699, 40.90665566]} },
{type: 'Feature',properties:{Name: '2', Address: '5700 ARLINGTON AVENUE, 4C, RIVERDALE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90682699, 40.90665566]} },
{type: 'Feature',properties:{Name: '2', Address: '5700 ARLINGTON AVENUE, 21X, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90682699, 40.90665566]} },
{type: 'Feature',properties:{Name: '2', Address: '5700 ARLINGTON AVENUE, 21L, RIVERDALE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90682699, 40.90665566]} },
{type: 'Feature',properties:{Name: '2', Address: '5700 ARLINGTON AVENUE, 1F, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90682699, 40.90665566]} },
{type: 'Feature',properties:{Name: '2', Address: '5700 ARLINGTON AVENUE, 9W, RIVERDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90682699, 40.90665566]} },
{type: 'Feature',properties:{Name: '2', Address: '5700 ARLINGTON AVENUE, 9N, RIVERDALE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90682699, 40.90665566]} },
{type: 'Feature',properties:{Name: '2', Address: '5700 ARLINGTON AVENUE, 22O, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90682699, 40.90665566]} },
{type: 'Feature',properties:{Name: '2', Address: '5700 ARLINGTON AVE, 17N, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90682699, 40.90665566]} },
{type: 'Feature',properties:{Name: '2', Address: '5700 ARLINGTON AVENUE, 20LMN, RIVERDALE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90682699, 40.90665566]} },
{type: 'Feature',properties:{Name: '2', Address: '5800 ARLINGTON AVENUE, 20-O, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90656849, 40.90782743]} },
{type: 'Feature',properties:{Name: '2', Address: '5800 ARLINGTON AVENUE, 22-O, RIVERDALE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90656849, 40.90782743]} },
{type: 'Feature',properties:{Name: '2', Address: '5800 ARLINGTON AVENUE, 4-O, RIVERDALE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90656849, 40.90782743]} },
{type: 'Feature',properties:{Name: '2', Address: '5800 ARLINGTON AVENUE, 9G, RIVERDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90656849, 40.90782743]} },
{type: 'Feature',properties:{Name: '2', Address: '5800 ARLINGTON AVE, 6M, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90656849, 40.90782743]} },
{type: 'Feature',properties:{Name: '2', Address: '5800 ARLINGTON AVENUE, 4N, RIVERDALE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90656849, 40.90782743]} },
{type: 'Feature',properties:{Name: '2', Address: '5800 ARLINGTON AVENUE, 19F, RIVERDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90656849, 40.90782743]} },
{type: 'Feature',properties:{Name: '2', Address: '5800 ARLINGTON AVENUE, 1X, RIVERDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90656849, 40.90782743]} },
{type: 'Feature',properties:{Name: '2', Address: '5800 ARLINGTON AVENUE, 6U, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90656849, 40.90782743]} },
{type: 'Feature',properties:{Name: '2', Address: '5800 ARLINGTON AVENUE, 15K, RIVERDALE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90656849, 40.90782743]} },
{type: 'Feature',properties:{Name: '2', Address: '5800 ARLINGTON AVENUE, 4S, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90656849, 40.90782743]} },
{type: 'Feature',properties:{Name: '2', Address: '5800 ARLINGTON AVENUE, 15E, RIVERDALE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90656849, 40.90782743]} },
{type: 'Feature',properties:{Name: '2', Address: '5800 ARLINGTON AVENUE, 12-K, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90656849, 40.90782743]} },
{type: 'Feature',properties:{Name: '2', Address: '5800 ARLINGTON AVENUE, 2W, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90656849, 40.90782743]} },
{type: 'Feature',properties:{Name: '2', Address: '5800 ARLINGTON AVENUE, 15M, RIVERDALE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90656849, 40.90782743]} },
{type: 'Feature',properties:{Name: '2', Address: '5800 ARLINGTON AVENUE, 15R, RIVERDALE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90656849, 40.90782743]} },
{type: 'Feature',properties:{Name: '2', Address: '5900 ARLINGTON AVENUE, 12M, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90649862, 40.90863156]} },
{type: 'Feature',properties:{Name: '2', Address: '5900 ARLINGTON AVENUE, 15B, RIVERDALE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90649862, 40.90863156]} },
{type: 'Feature',properties:{Name: '2', Address: '5900 ARLINGTON AVENUE, 5F, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90649862, 40.90863156]} },
{type: 'Feature',properties:{Name: '2', Address: '5900 ARLINGTON AVENUE, 2E, RIVERDALE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90649862, 40.90863156]} },
{type: 'Feature',properties:{Name: '2', Address: '5900 ARLINGTON AVENUE, 2D, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90649862, 40.90863156]} },
{type: 'Feature',properties:{Name: '2', Address: '5900 ARLINGTON AVENUE, 10-A, RIVERDALE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90649862, 40.90863156]} },
{type: 'Feature',properties:{Name: '2', Address: '5900 ARLINGTON AVENUE, 11O, RIVERDALE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90649862, 40.90863156]} },
{type: 'Feature',properties:{Name: '2', Address: '5900 ARLINGTON AVENUE, 22X, RIVERDALE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90649862, 40.90863156]} },
{type: 'Feature',properties:{Name: '2', Address: '5900 ARLINGTON AVENUE, 5G, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90649862, 40.90863156]} },
{type: 'Feature',properties:{Name: '2', Address: '5900 ARLINGTON AVENUE, 11F, RIVERDALE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90649862, 40.90863156]} },
{type: 'Feature',properties:{Name: '2', Address: '5900 ARLINGTON AVENUE, 11N, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90649862, 40.90863156]} },
{type: 'Feature',properties:{Name: '2', Address: '5900 ARLINGTON AVE, 22G, RIVERDALE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90649862, 40.90863156]} },
{type: 'Feature',properties:{Name: '2', Address: '5900 ARLINGTON AVENUE, 10H, RIVERDALE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90649862, 40.90863156]} },
{type: 'Feature',properties:{Name: '2', Address: '5900 ARLINGTON AVENUE, 19R, RIVERDALE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90649862, 40.90863156]} },
{type: 'Feature',properties:{Name: '2', Address: '5900 ARLINGTON AVENUE, 19X, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90649862, 40.90863156]} },
{type: 'Feature',properties:{Name: '2', Address: '5900 ARLINGTON AVENUE, 22O, RIVERDALE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90649862, 40.90863156]} },
{type: 'Feature',properties:{Name: '2', Address: '5900 ARLINGTON AVENUE, 22M, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90649862, 40.90863156]} },
{type: 'Feature',properties:{Name: '2', Address: '5900 ARLINGTON AVENUE, 8D, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90649862, 40.90863156]} },
{type: 'Feature',properties:{Name: '2', Address: '5900 ARLINGTON AVENUE, 12P, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90649862, 40.90863156]} },
{type: 'Feature',properties:{Name: '2', Address: '5900 ARLINGTON AVENUE, 22-JK, RIVERDALE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90649862, 40.90863156]} },
{type: 'Feature',properties:{Name: '2', Address: '5900 ARLINGTON AVE, 19H, RIVERDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90649862, 40.90863156]} },
{type: 'Feature',properties:{Name: '2', Address: '5900 ARLINGTON AVENUE, 18F, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90649862, 40.90863156]} },
{type: 'Feature',properties:{Name: '2', Address: '5900 ARLINGTON AVENUE, 8R, RIVERDALE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90649862, 40.90863156]} },
{type: 'Feature',properties:{Name: '2', Address: '5900 ARLINGTON AVENUE, 10E, RIVERDALE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90649862, 40.90863156]} },
{type: 'Feature',properties:{Name: '2', Address: '5900 ARLINGTON AVENUE, 5H, RIVERDALE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90649862, 40.90863156]} },
{type: 'Feature',properties:{Name: '2', Address: '5900 ARLINGTON AVENUE, 7U, RIVERDALE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90649862, 40.90863156]} },
{type: 'Feature',properties:{Name: '2', Address: '5900 ARLINGTON AVENUE, 17C, RIVERDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90649862, 40.90863156]} },
{type: 'Feature',properties:{Name: '2', Address: '5900 ARLINGTON AVENUE, 5T, RIVERDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90649862, 40.90863156]} },
{type: 'Feature',properties:{Name: '2', Address: '5900 ARLINGTON AVENUE, 10S, RIVERDALE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90649862, 40.90863156]} },
{type: 'Feature',properties:{Name: '2', Address: '5900 ARLINGTON AVENUE, 9S, RIVERDALE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90649862, 40.90863156]} },
{type: 'Feature',properties:{Name: '2', Address: '5900 ARLINGTON AVENUE, 8S, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90649862, 40.90863156]} },
{type: 'Feature',properties:{Name: '2', Address: '5900 ARLINGTON AVENUE, 12K, RIVERDALE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90649862, 40.90863156]} },
{type: 'Feature',properties:{Name: '2', Address: '5900 ARLINGTON AVENUE, 12R, RIVERDALE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90649862, 40.90863156]} },
{type: 'Feature',properties:{Name: '2', Address: '5900 ARLINGTON AVENUE, 15S, RIVERDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90649862, 40.90863156]} },
{type: 'Feature',properties:{Name: '2', Address: '5601 RIVERDALE AVENUE, 4O, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90497455, 40.90426079]} },
{type: 'Feature',properties:{Name: '2', Address: '5601 RIVERDALE AVENUE, 2P, RIVERDALE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90497455, 40.90426079]} },
{type: 'Feature',properties:{Name: '2', Address: '5601 RIVERDALE AVENUE, 5L, RIVERDALE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90497455, 40.90426079]} },
{type: 'Feature',properties:{Name: '2', Address: '5601 RIVERDALE AVENUE, 6K, RIVERDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90497455, 40.90426079]} },
{type: 'Feature',properties:{Name: '2', Address: '5601 RIVERDALE AVENUE, 3G, RIVERDALE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90497455, 40.90426079]} },
{type: 'Feature',properties:{Name: '2', Address: '5639 NETHERLAND AVENUE, 2D, RIVERDALE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90672053, 40.90517894]} },
{type: 'Feature',properties:{Name: '2', Address: '5614 NETHERLAND AVENUE, 5A, RIVERDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9063053, 40.90461594]} },
{type: 'Feature',properties:{Name: '2', Address: '5644 NETHERLAND AVENUE, 5D, RIVERDALE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90637716, 40.90496732]} },
{type: 'Feature',properties:{Name: '2', Address: '5639 NETHERLAND AVENUE, 3-E, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90672053, 40.90517894]} },
{type: 'Feature',properties:{Name: '2', Address: '5640 NETHERLAND AVENUE, 6D, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90636637, 40.90492065]} },
{type: 'Feature',properties:{Name: '2', Address: '5620 NETHERLAND AVENUE, 3F, RIVERDALE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90631968, 40.90468457]} },
{type: 'Feature',properties:{Name: '2', Address: '5610 NETHERLAND AVENUE, 6C, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90629813, 40.90456928]} },
{type: 'Feature',properties:{Name: '2', Address: '5639 NETHERLAND AVE, 6G, RIVERDALE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90672053, 40.90517894]} },
{type: 'Feature',properties:{Name: '2', Address: '5610 NETHERLAND AVENUE, 5G, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90629813, 40.90456928]} },
{type: 'Feature',properties:{Name: '2', Address: '5645 NETHERLAND AVE, 1D, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90700631, 40.90519015]} },
{type: 'Feature',properties:{Name: '2', Address: '5615 NETHERLAND AVENUE, 3A, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90634497, 40.9047038]} },
{type: 'Feature',properties:{Name: '2', Address: '5615 NETHERLAND AVENUE, 1D, RIVERDALE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90634497, 40.9047038]} },
{type: 'Feature',properties:{Name: '2', Address: '5615 NETHERLAND AVE, 2D, RIVERDALE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90634497, 40.9047038]} },
{type: 'Feature',properties:{Name: '2', Address: '5639 NETHERLAND AVENUE, 1-G, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90672053, 40.90517894]} },
{type: 'Feature',properties:{Name: '2', Address: '5639 NETHERLAND AVENUE, 6C, RIVERDALE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90672053, 40.90517894]} },
{type: 'Feature',properties:{Name: '2', Address: '4961 HENRY HUDSON PARKWAY, RIVERDALE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9081924, 40.89767891]} },
{type: 'Feature',properties:{Name: '2', Address: '4977 HENRY HUDSON PARKWAY, RIVERDALE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90817779, 40.89778045]} },
{type: 'Feature',properties:{Name: '2', Address: '4991 HENRY HUDSON PARKWAY, RIVERDALE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9081632, 40.89786552]} },
{type: 'Feature',properties:{Name: '2', Address: '2287 JOHNSON AVE, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91905027, 40.87762886]} },
{type: 'Feature',properties:{Name: '2', Address: '2287 JOHNSON AVENUE, RIVERDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91905027, 40.87762886]} },
{type: 'Feature',properties:{Name: '2', Address: '2287 JOHNSON AVENUE, RIVERDALE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91905027, 40.87762886]} },
{type: 'Feature',properties:{Name: '2', Address: '2287 JOHNSON AVE, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91905027, 40.87762886]} },
{type: 'Feature',properties:{Name: '2', Address: '2287 JOHNSON AVENUE, RIVERDALE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91905027, 40.87762886]} },
{type: 'Feature',properties:{Name: '2', Address: '2600 HENRY HUDSON PARKWAY, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91753476, 40.88084457]} },
{type: 'Feature',properties:{Name: '2', Address: '2600 HENRY HUDSON PARKWAY, RIVERDALE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91753476, 40.88084457]} },
{type: 'Feature',properties:{Name: '2', Address: '2600 HENRY HUDSON PKWY E, RIVERDALE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91753476, 40.88084457]} },
{type: 'Feature',properties:{Name: '2', Address: '2600 HENRY HUDSON PARKWAY, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91753476, 40.88084457]} },
{type: 'Feature',properties:{Name: '2', Address: '445 WEST 240TH ST, RIVERDALE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90421969, 40.88836022]} },
{type: 'Feature',properties:{Name: '2', Address: '445 WEST 240 STREET, RIVERDALE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90421969, 40.88836022]} },
{type: 'Feature',properties:{Name: '2', Address: '3220 ARLINGTON AVE, RIVERDALE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91231154, 40.88459271]} },
{type: 'Feature',properties:{Name: '2', Address: '3220 FAIRFIELD AVENUE, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9134721, 40.88484335]} },
{type: 'Feature',properties:{Name: '2', Address: '3220 FAIRFIELD AVENUE, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9134721, 40.88484335]} },
{type: 'Feature',properties:{Name: '2', Address: '3751 RIVERDALE AVENU, RIVERDALE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90742475, 40.88787154]} },
{type: 'Feature',properties:{Name: '2', Address: '3751 RIVERDALE AVENUE, RIVERDALE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90742475, 40.88787154]} },
{type: 'Feature',properties:{Name: '2', Address: '3625 OXFORD AVENUE, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90859029, 40.88715885]} },
{type: 'Feature',properties:{Name: '2', Address: '3625 OXFORD AVENUE, RIVERDALE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90859029, 40.88715885]} },
{type: 'Feature',properties:{Name: '2', Address: '3625 OXFORD AVENUE, RIVERDALE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90859029, 40.88715885]} },
{type: 'Feature',properties:{Name: '2', Address: '5775 MOSHOLU AVENUE, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8979691, 40.90549541]} },
{type: 'Feature',properties:{Name: '2', Address: '640 WEST 237 STREET, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91193785, 40.88822364]} },
{type: 'Feature',properties:{Name: '2', Address: '640 WEST 237 STREET, RIVERDALE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91193785, 40.88822364]} },
{type: 'Feature',properties:{Name: '2', Address: '640 WEST 237 STREET, RIVERDALE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91193785, 40.88822364]} },
{type: 'Feature',properties:{Name: '2', Address: '640 WEST 237 STREET, RIVERDALE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91193785, 40.88822364]} },
{type: 'Feature',properties:{Name: '2', Address: '640 WEST 237TH, RIVERDALE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91193785, 40.88822364]} },
{type: 'Feature',properties:{Name: '2', Address: '640 WEST 237 STREET, RIVERDALE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91193785, 40.88822364]} },
{type: 'Feature',properties:{Name: '2', Address: '640 WEST 237 STREET, RIVERDALE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91193785, 40.88822364]} },
{type: 'Feature',properties:{Name: '2', Address: '640 WEST 237 STREET, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91193785, 40.88822364]} },
{type: 'Feature',properties:{Name: '2', Address: '640 WEST 237 STREET, RIVERDALE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91193785, 40.88822364]} },
{type: 'Feature',properties:{Name: '2', Address: '3800 BLACKSTONE AVE, RIVERDALE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91151335, 40.88923885]} },
{type: 'Feature',properties:{Name: '2', Address: '628 WEST 238 STREET, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91191525, 40.88890705]} },
{type: 'Feature',properties:{Name: '2', Address: '4465 DOUGLAS AVENUE, RIVERDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91682292, 40.88905891]} },
{type: 'Feature',properties:{Name: '2', Address: '4465 DOUGLAS AVENUE, RIVERDALE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91682292, 40.88905891]} },
{type: 'Feature',properties:{Name: '2', Address: '4455 DOUGLAS AVENUE, RIVERDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91684473, 40.88897384]} },
{type: 'Feature',properties:{Name: '2', Address: '4465 DOUGLAS AVENUE, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91682292, 40.88905891]} },
{type: 'Feature',properties:{Name: '2', Address: '4455 DOUGLAS AVENUE, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91684473, 40.88897384]} },
{type: 'Feature',properties:{Name: '2', Address: '4455 DOUGLAS AVENUE, RIVERDALE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91684473, 40.88897384]} },
{type: 'Feature',properties:{Name: '2', Address: '4465 DOUGLAS AVENUE, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91682292, 40.88905891]} },
{type: 'Feature',properties:{Name: '2', Address: '4465 DOUGLAS AVENUE, RIVERDALE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91682292, 40.88905891]} },
{type: 'Feature',properties:{Name: '2', Address: '4465 DOUGLAS AVE, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91682292, 40.88905891]} },
{type: 'Feature',properties:{Name: '2', Address: '4465 DOUGLAS AVENUE, RIVERDALE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91682292, 40.88905891]} },
{type: 'Feature',properties:{Name: '2', Address: '4437 DOUGLAS AVE, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91691038, 40.88853473]} },
{type: 'Feature',properties:{Name: '2', Address: '4471 DOUGLAS AVENUE, RIVERDALE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91681201, 40.88911105]} },
{type: 'Feature',properties:{Name: '2', Address: '4477 DOUGLAS AVENUE, RIVERDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9168011, 40.88916044]} },
{type: 'Feature',properties:{Name: '2', Address: '5808 MOSHOLU AVENUE, RIVERDALE', Month: '5', Price: '3608'}, geometry: { type: 'Point', coordinates:[-73.89694982, 40.90492361]} },
{type: 'Feature',properties:{Name: '2', Address: '3636 FIELDSTON ROAD, 7-O, RIVERDALE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90630782, 40.88743148]} },
{type: 'Feature',properties:{Name: '2', Address: '670 WEST 247 STREET, RIVERDALE', Month: '1', Price: '4170'}, geometry: { type: 'Point', coordinates:[-73.91220712, 40.89520084]} },
{type: 'Feature',properties:{Name: '2', Address: '581 WEST 235 STREET, RIVERDALE', Month: '6', Price: '6000'}, geometry: { type: 'Point', coordinates:[-73.91106577, 40.88586803]} },
{type: 'Feature',properties:{Name: '2', Address: '3701 RIVERDALE AVENUE, RIVERDALE', Month: '4', Price: '19235'}, geometry: { type: 'Point', coordinates:[-73.90710404, 40.88703415]} },
{type: 'Feature',properties:{Name: '2', Address: '3601 RIVERDALE AVENUE, RIVERDALE', Month: '10', Price: '9665'}, geometry: { type: 'Point', coordinates:[-73.9070575, 40.88668828]} },
{type: 'Feature',properties:{Name: '2', Address: '6677 BROADWAY, RIVERDALE', Month: '2', Price: '4021'}, geometry: { type: 'Point', coordinates:[-73.89662966, 40.91074204]} },
{type: 'Feature',properties:{Name: '2', Address: '2995 INDEPENDENCE AVENUE, RIVERDALE', Month: '6', Price: '115800'}, geometry: { type: 'Point', coordinates:[-73.91739852, 40.88280418]} },
{type: 'Feature',properties:{Name: '2', Address: '2287 JOHNSON AVENUE, RIVERDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91905027, 40.87762886]} },
{type: 'Feature',properties:{Name: '2', Address: '2287 JOHNSON AVENUE, RIVERDALE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91905027, 40.87762886]} },
{type: 'Feature',properties:{Name: '2', Address: '2287 JOHNSON AVENUE, RIVERDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91905027, 40.87762886]} },
{type: 'Feature',properties:{Name: '2', Address: '2287 JOHNSON AVENUE, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91905027, 40.87762886]} },
{type: 'Feature',properties:{Name: '2', Address: '3625 OXFORD AVENUE, RIVERDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90859029, 40.88715885]} },
{type: 'Feature',properties:{Name: '2', Address: '3625 OXFORD AVENUE, RIVERDALE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90859029, 40.88715885]} },
{type: 'Feature',properties:{Name: '2', Address: '3625 OXFORD AVENUE, RIVERDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90859029, 40.88715885]} },
{type: 'Feature',properties:{Name: '2', Address: '628 WEST 238 STREET, RIVERDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91191525, 40.88890705]} },
{type: 'Feature',properties:{Name: '2', Address: '1642 MAYFLOWER AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '7', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.83463597, 40.84430042]} },
{type: 'Feature',properties:{Name: '2', Address: '2877 ROBERTS AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '2', Price: '992'}, geometry: { type: 'Point', coordinates:[-73.8333139, 40.84544031]} },
{type: 'Feature',properties:{Name: '2', Address: '2877 ROBERTS AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '8', Price: '992'}, geometry: { type: 'Point', coordinates:[-73.8333139, 40.84544031]} },
{type: 'Feature',properties:{Name: '2', Address: '2937 MIDDLETOWN ROAD, SCHUYLERVILLE/PELHAM BAY', Month: '9', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.83162684, 40.84368399]} },
{type: 'Feature',properties:{Name: '2', Address: '2952 ROBERTS AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '10', Price: '1510'}, geometry: { type: 'Point', coordinates:[-73.83149986, 40.84530044]} },
{type: 'Feature',properties:{Name: '2', Address: '2913 ROBERTS AVE, SCHUYLERVILLE/PELHAM BAY', Month: '4', Price: '1580'}, geometry: { type: 'Point', coordinates:[-73.8320672, 40.84534244]} },
{type: 'Feature',properties:{Name: '2', Address: '3004 BUHRE AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '10', Price: '3320'}, geometry: { type: 'Point', coordinates:[-73.83202304, 40.84708801]} },
{type: 'Feature',properties:{Name: '2', Address: '1731 JARVIS AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '3', Price: '1438'}, geometry: { type: 'Point', coordinates:[-73.82982678, 40.84657153]} },
{type: 'Feature',properties:{Name: '2', Address: '1812 HUTCHINSON RVR PY E, SCHUYLERVILLE/PELHAM BAY', Month: '12', Price: '1184'}, geometry: { type: 'Point', coordinates:[-73.83601211, 40.84759878]} },
{type: 'Feature',properties:{Name: '2', Address: '1812 HUTCHINSON RVR PY E, SCHUYLERVILLE/PELHAM BAY', Month: '8', Price: '1184'}, geometry: { type: 'Point', coordinates:[-73.83601211, 40.84759878]} },
{type: 'Feature',properties:{Name: '2', Address: '2840 LAURIE AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '12', Price: '1406'}, geometry: { type: 'Point', coordinates:[-73.83517168, 40.84835787]} },
{type: 'Feature',properties:{Name: '2', Address: '1823 MULFORD AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '2', Price: '1160'}, geometry: { type: 'Point', coordinates:[-73.83511548, 40.84769631]} },
{type: 'Feature',properties:{Name: '2', Address: '1815 EDISON AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '2', Price: '1144'}, geometry: { type: 'Point', coordinates:[-73.8324012, 40.84762378]} },
{type: 'Feature',properties:{Name: '2', Address: '2003 MAYFLOWER AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '5', Price: '1088'}, geometry: { type: 'Point', coordinates:[-73.83375649, 40.85201728]} },
{type: 'Feature',properties:{Name: '2', Address: '1942 MULFORD AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '7', Price: '1836'}, geometry: { type: 'Point', coordinates:[-73.83477924, 40.85064639]} },
{type: 'Feature',properties:{Name: '2', Address: '1954 MULFORD AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '2', Price: '1836'}, geometry: { type: 'Point', coordinates:[-73.83476068, 40.85084398]} },
{type: 'Feature',properties:{Name: '2', Address: '1937 HOBART AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '12', Price: '1372'}, geometry: { type: 'Point', coordinates:[-73.83121616, 40.85027619]} },
{type: 'Feature',properties:{Name: '2', Address: '2884 EAST 195TH STREET, SCHUYLERVILLE/PELHAM BAY', Month: '1', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.83175109, 40.85314793]} },
{type: 'Feature',properties:{Name: '2', Address: '2037 CONTINENTAL AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '9', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.83003136, 40.85279683]} },
{type: 'Feature',properties:{Name: '2', Address: '2043 COLONIAL AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '5', Price: '1692'}, geometry: { type: 'Point', coordinates:[-73.82830551, 40.85342282]} },
{type: 'Feature',properties:{Name: '2', Address: '2107 ST. PAUL AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '6', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.83002734, 40.85436955]} },
{type: 'Feature',properties:{Name: '2', Address: '1146 HOBART AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '7', Price: '1368'}, geometry: { type: 'Point', coordinates:[-73.82717848, 40.83642588]} },
{type: 'Feature',properties:{Name: '2', Address: '1259 EDISON AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '12', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.82952682, 40.83668738]} },
{type: 'Feature',properties:{Name: '2', Address: '1256 EDISON AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '7', Price: '1512'}, geometry: { type: 'Point', coordinates:[-73.8294727, 40.83665162]} },
{type: 'Feature',properties:{Name: '2', Address: '1284 EDISON AVE, SCHUYLERVILLE/PELHAM BAY', Month: '3', Price: '1665'}, geometry: { type: 'Point', coordinates:[-73.83000574, 40.83736054]} },
{type: 'Feature',properties:{Name: '2', Address: '2972 WATERBURY AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '12', Price: '1665'}, geometry: { type: 'Point', coordinates:[-73.82932792, 40.83814727]} },
{type: 'Feature',properties:{Name: '2', Address: '2972 WATERBURY AVE., SCHUYLERVILLE/PELHAM BAY', Month: '12', Price: '1665'}, geometry: { type: 'Point', coordinates:[-73.82932792, 40.83814727]} },
{type: 'Feature',properties:{Name: '2', Address: '3030-3032 WATERBURY AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '7', Price: '941'}, geometry: { type: 'Point', coordinates:[-73.82782679, 40.83866654]} },
{type: 'Feature',properties:{Name: '2', Address: '1357 ELLISON AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '6', Price: '1738'}, geometry: { type: 'Point', coordinates:[-73.83619668, 40.83723226]} },
{type: 'Feature',properties:{Name: '2', Address: '1334 ELLISON AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '2', Price: '1620'}, geometry: { type: 'Point', coordinates:[-73.83599146, 40.83691633]} },
{type: 'Feature',properties:{Name: '2', Address: '1322 EDWARDS AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '10', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.8351131, 40.83699193]} },
{type: 'Feature',properties:{Name: '2', Address: '1362 EDWARDS AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '2', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.83594961, 40.83776987]} },
{type: 'Feature',properties:{Name: '2', Address: '2836 LASALLE AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '5', Price: '1407'}, geometry: { type: 'Point', coordinates:[-73.83316602, 40.83811446]} },
{type: 'Feature',properties:{Name: '2', Address: '2840 LA SALLE AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '9', Price: '1184'}, geometry: { type: 'Point', coordinates:[-73.832996, 40.83818009]} },
{type: 'Feature',properties:{Name: '2', Address: '1314 MAYFLOWER AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '9', Price: '2640'}, geometry: { type: 'Point', coordinates:[-73.83232162, 40.8376137]} },
{type: 'Feature',properties:{Name: '2', Address: '1322 MAYFLOWER AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '12', Price: '966'}, geometry: { type: 'Point', coordinates:[-73.83242604, 40.83776481]} },
{type: 'Feature',properties:{Name: '2', Address: '2941 WATERBURY AVE, SCHUYLERVILLE/PELHAM BAY', Month: '5', Price: '1420'}, geometry: { type: 'Point', coordinates:[-73.82992839, 40.83793133]} },
{type: 'Feature',properties:{Name: '2', Address: '3013 WATERBURY AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '9', Price: '1539'}, geometry: { type: 'Point', coordinates:[-73.82854646, 40.83847548]} },
{type: 'Feature',properties:{Name: '2', Address: '3006 LASALLE AVE, SCHUYLERVILLE/PELHAM BAY', Month: '4', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.82912854, 40.8397938]} },
{type: 'Feature',properties:{Name: '2', Address: '3056 LA SALLE AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '7', Price: '1746'}, geometry: { type: 'Point', coordinates:[-73.82728874, 40.83989262]} },
{type: 'Feature',properties:{Name: '2', Address: '1317 HOLLYWOOD AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '6', Price: '2556'}, geometry: { type: 'Point', coordinates:[-73.82688218, 40.83919211]} },
{type: 'Feature',properties:{Name: '2', Address: '3213 BRUCKNER BOULEVARD, SCHUYLERVILLE/PELHAM BAY', Month: '1', Price: '1782'}, geometry: { type: 'Point', coordinates:[-73.8259354, 40.839155]} },
{type: 'Feature',properties:{Name: '2', Address: '1360 CROSBY AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '4', Price: '1836'}, geometry: { type: 'Point', coordinates:[-73.8294929, 40.8400496]} },
{type: 'Feature',properties:{Name: '2', Address: '3032 CODDINGTON AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '9', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.82845306, 40.8410636]} },
{type: 'Feature',properties:{Name: '2', Address: '3044 CODDINGTON AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '12', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.82817452, 40.84115925]} },
{type: 'Feature',properties:{Name: '2', Address: '1360 HOLLYWOOD AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '4', Price: '1422'}, geometry: { type: 'Point', coordinates:[-73.82692618, 40.84033672]} },
{type: 'Feature',properties:{Name: '2', Address: '3251 BRUCKNER BOULEVARD, SCHUYLERVILLE/PELHAM BAY', Month: '8', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.82597236, 40.84022275]} },
{type: 'Feature',properties:{Name: '2', Address: '2703 LATTING STREET, SCHUYLERVILLE/PELHAM BAY', Month: '9', Price: '1665'}, geometry: { type: 'Point', coordinates:[-73.83726453, 40.83799131]} },
{type: 'Feature',properties:{Name: '2', Address: '1434 EDWARDS AVE, SCHUYLERVILLE/PELHAM BAY', Month: '6', Price: '1368'}, geometry: { type: 'Point', coordinates:[-73.83726599, 40.83887237]} },
{type: 'Feature',properties:{Name: '2', Address: '1409 EDISON AVE, SCHUYLERVILLE/PELHAM BAY', Month: '1', Price: '1162'}, geometry: { type: 'Point', coordinates:[-73.83175904, 40.83999804]} },
{type: 'Feature',properties:{Name: '2', Address: '2868 WELLMAN AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '8', Price: '1872'}, geometry: { type: 'Point', coordinates:[-73.83413722, 40.84139579]} },
{type: 'Feature',properties:{Name: '2', Address: '2839 WELLMAN AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '2', Price: '1376'}, geometry: { type: 'Point', coordinates:[-73.83560821, 40.84137869]} },
{type: 'Feature',properties:{Name: '2', Address: '2895 ZULETTE AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '12', Price: '2106'}, geometry: { type: 'Point', coordinates:[-73.83330778, 40.84211646]} },
{type: 'Feature',properties:{Name: '2', Address: '2882 MIDDLETOWN ROAD, SCHUYLERVILLE/PELHAM BAY', Month: '4', Price: '1272'}, geometry: { type: 'Point', coordinates:[-73.83352837, 40.84350835]} },
{type: 'Feature',properties:{Name: '2', Address: '2879 ROEBLING AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '8', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.83372894, 40.84279227]} },
{type: 'Feature',properties:{Name: '2', Address: '2912 DUDLEY AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '4', Price: '1184'}, geometry: { type: 'Point', coordinates:[-73.8322587, 40.8410692]} },
{type: 'Feature',properties:{Name: '2', Address: '2918 DUDLEY AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '8', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.83217185, 40.84111025]} },
{type: 'Feature',properties:{Name: '2', Address: '2923 WELLMAN AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '5', Price: '1065'}, geometry: { type: 'Point', coordinates:[-73.83233362, 40.84145357]} },
{type: 'Feature',properties:{Name: '2', Address: '2906 MIDDLETOWN ROAD, SCHUYLERVILLE/PELHAM BAY', Month: '11', Price: '1437'}, geometry: { type: 'Point', coordinates:[-73.83263556, 40.84354548]} },
{type: 'Feature',properties:{Name: '2', Address: '1527 GILLESPIE AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '9', Price: '1092'}, geometry: { type: 'Point', coordinates:[-73.83105108, 40.84268956]} },
{type: 'Feature',properties:{Name: '2', Address: '1527 GILLESPIE AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '3', Price: '1092'}, geometry: { type: 'Point', coordinates:[-73.83105108, 40.84268956]} },
{type: 'Feature',properties:{Name: '2', Address: '1524 PLYMOUTH AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '3', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.83196926, 40.84262229]} },
{type: 'Feature',properties:{Name: '2', Address: '1524 PLYMOUTH AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '9', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.83196926, 40.84262229]} },
{type: 'Feature',properties:{Name: '2', Address: '2992 ZULETTE AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '7', Price: '1522'}, geometry: { type: 'Point', coordinates:[-73.82944391, 40.8422453]} },
{type: 'Feature',properties:{Name: '2', Address: '1423 MERRY AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '4', Price: '1662'}, geometry: { type: 'Point', coordinates:[-73.82804966, 40.84192759]} },
{type: 'Feature',properties:{Name: '2', Address: '3043 CODDINGTON AVE, SCHUYLERVILLE/PELHAM BAY', Month: '1', Price: '1056'}, geometry: { type: 'Point', coordinates:[-73.82824682, 40.84115387]} },
{type: 'Feature',properties:{Name: '2', Address: '1559 MERRY AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '2', Price: '1355'}, geometry: { type: 'Point', coordinates:[-73.82905211, 40.84281562]} },
{type: 'Feature',properties:{Name: '2', Address: '1438 HOLLYWOOD AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '5', Price: '1474'}, geometry: { type: 'Point', coordinates:[-73.82718474, 40.84236545]} },
{type: 'Feature',properties:{Name: '2', Address: '1633 MULFORD AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '7', Price: '2860'}, geometry: { type: 'Point', coordinates:[-73.83549856, 40.8447957]} },
{type: 'Feature',properties:{Name: '2', Address: '2855 MIDDLETOWN ROAD, SCHUYLERVILLE/PELHAM BAY', Month: '5', Price: '2030'}, geometry: { type: 'Point', coordinates:[-73.83444999, 40.84351516]} },
{type: 'Feature',properties:{Name: '2', Address: '2831 ROBERTS AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '6', Price: '1764'}, geometry: { type: 'Point', coordinates:[-73.83547821, 40.84571789]} },
{type: 'Feature',properties:{Name: '2', Address: '2879 ROBERTS AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '5', Price: '2208'}, geometry: { type: 'Point', coordinates:[-73.83327054, 40.84543751]} },
{type: 'Feature',properties:{Name: '2', Address: '1633 HOBART AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '8', Price: '2525'}, geometry: { type: 'Point', coordinates:[-73.82968329, 40.84473785]} },
{type: 'Feature',properties:{Name: '2', Address: '1631 HOBART AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '8', Price: '2525'}, geometry: { type: 'Point', coordinates:[-73.82966889, 40.84471587]} },
{type: 'Feature',properties:{Name: '2', Address: '2903 ROBERTS AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '9', Price: '1748'}, geometry: { type: 'Point', coordinates:[-73.83246831, 40.84537596]} },
{type: 'Feature',properties:{Name: '2', Address: '1747 JARVIS AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '2', Price: '2989'}, geometry: { type: 'Point', coordinates:[-73.8299564, 40.84676934]} },
{type: 'Feature',properties:{Name: '2', Address: '1747 JARVIS AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '7', Price: '2989'}, geometry: { type: 'Point', coordinates:[-73.8299564, 40.84676934]} },
{type: 'Feature',properties:{Name: '2', Address: '1737 JARVIS AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '5', Price: '3100'}, geometry: { type: 'Point', coordinates:[-73.8298772, 40.84664571]} },
{type: 'Feature',properties:{Name: '2', Address: '1865 MULFORD AVE, SCHUYLERVILLE/PELHAM BAY', Month: '8', Price: '1368'}, geometry: { type: 'Point', coordinates:[-73.83499708, 40.84880226]} },
{type: 'Feature',properties:{Name: '2', Address: '1865 MULFORD AVE, SCHUYLERVILLE/PELHAM BAY', Month: '7', Price: '1368'}, geometry: { type: 'Point', coordinates:[-73.83499708, 40.84880226]} },
{type: 'Feature',properties:{Name: '2', Address: '1843 MAYFLOWER, SCHUYLERVILLE/PELHAM BAY', Month: '4', Price: '2185'}, geometry: { type: 'Point', coordinates:[-73.83414515, 40.84835914]} },
{type: 'Feature',properties:{Name: '2', Address: '1837 MAYFLOWER AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '12', Price: '1626'}, geometry: { type: 'Point', coordinates:[-73.83415624, 40.84826309]} },
{type: 'Feature',properties:{Name: '2', Address: '2851 BUHRE AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '9', Price: '2920'}, geometry: { type: 'Point', coordinates:[-73.83410427, 40.84736275]} },
{type: 'Feature',properties:{Name: '2', Address: '2878 ST THERESA AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '10', Price: '1716'}, geometry: { type: 'Point', coordinates:[-73.8328665, 40.84944694]} },
{type: 'Feature',properties:{Name: '2', Address: '3109 BUHRE AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '8', Price: '1944'}, geometry: { type: 'Point', coordinates:[-73.82934934, 40.84811335]} },
{type: 'Feature',properties:{Name: '2', Address: '1936 MAYFLOWER AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '2', Price: '1856'}, geometry: { type: 'Point', coordinates:[-73.83389042, 40.85049416]} },
{type: 'Feature',properties:{Name: '2', Address: '1981 PILGRIM AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '8', Price: '2065'}, geometry: { type: 'Point', coordinates:[-73.83290476, 40.85148357]} },
{type: 'Feature',properties:{Name: '2', Address: '1963A EDISON AVE, SCHUYLERVILLE/PELHAM BAY', Month: '10', Price: '2907'}, geometry: { type: 'Point', coordinates:[-73.83229092, 40.85122468]} },
{type: 'Feature',properties:{Name: '2', Address: '1959B EDISON AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '7', Price: '1632'}, geometry: { type: 'Point', coordinates:[-73.83230936, 40.85107924]} },
{type: 'Feature',properties:{Name: '2', Address: '1951 HOBART AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '10', Price: '1372'}, geometry: { type: 'Point', coordinates:[-73.83119025, 40.85051494]} },
{type: 'Feature',properties:{Name: '2', Address: '1950 HOBART AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '7', Price: '1827'}, geometry: { type: 'Point', coordinates:[-73.83116856, 40.85051491]} },
{type: 'Feature',properties:{Name: '2', Address: '1950 HOBART AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '12', Price: '1827'}, geometry: { type: 'Point', coordinates:[-73.83116856, 40.85051491]} },
{type: 'Feature',properties:{Name: '2', Address: '1950 HOBART AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '3', Price: '1827'}, geometry: { type: 'Point', coordinates:[-73.83116856, 40.85051491]} },
{type: 'Feature',properties:{Name: '2', Address: '3144 WESTCHESTER AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '7', Price: '3780'}, geometry: { type: 'Point', coordinates:[-73.83013879, 40.85036244]} },
{type: 'Feature',properties:{Name: '2', Address: '3104 SANDS PLACE, SCHUYLERVILLE/PELHAM BAY', Month: '2', Price: '1640'}, geometry: { type: 'Point', coordinates:[-73.82967105, 40.85092716]} },
{type: 'Feature',properties:{Name: '2', Address: '3104 SANDS PLACE, SCHUYLERVILLE/PELHAM BAY', Month: '9', Price: '1640'}, geometry: { type: 'Point', coordinates:[-73.82967105, 40.85092716]} },
{type: 'Feature',properties:{Name: '2', Address: '3155 SCHUYLER PLACE, SCHUYLERVILLE/PELHAM BAY', Month: '2', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.82886234, 40.85054993]} },
{type: 'Feature',properties:{Name: '2', Address: '3145 SANDS PLACE, SCHUYLERVILLE/PELHAM BAY', Month: '3', Price: '3276'}, geometry: { type: 'Point', coordinates:[-73.82807324, 40.85098243]} },
{type: 'Feature',properties:{Name: '2', Address: '2858 EAST 194 STREET, SCHUYLERVILLE/PELHAM BAY', Month: '8', Price: '2680'}, geometry: { type: 'Point', coordinates:[-73.83251186, 40.85248208]} },
{type: 'Feature',properties:{Name: '2', Address: '2887 EAST 195 STREET, SCHUYLERVILLE/PELHAM BAY', Month: '2', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.8316896, 40.85316157]} },
{type: 'Feature',properties:{Name: '2', Address: '2869 EAST 195 STREET, SCHUYLERVILLE/PELHAM BAY', Month: '7', Price: '1656'}, geometry: { type: 'Point', coordinates:[-73.83222089, 40.85319253]} },
{type: 'Feature',properties:{Name: '2', Address: '2858 EAST 197 STREET, SCHUYLERVILLE/PELHAM BAY', Month: '2', Price: '1871'}, geometry: { type: 'Point', coordinates:[-73.83243778, 40.85462833]} },
{type: 'Feature',properties:{Name: '2', Address: '2112 COLONIAL AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '9', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.82903237, 40.85471665]} },
{type: 'Feature',properties:{Name: '2', Address: '1152 EDISON AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '6', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.82804919, 40.83511521]} },
{type: 'Feature',properties:{Name: '2', Address: '1179 CROSBY AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '8', Price: '2037'}, geometry: { type: 'Point', coordinates:[-73.82724894, 40.83573432]} },
{type: 'Feature',properties:{Name: '2', Address: '3014 BAISLEY AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '10', Price: '3414'}, geometry: { type: 'Point', coordinates:[-73.8270806, 40.83654375]} },
{type: 'Feature',properties:{Name: '2', Address: '3055 BRUCKNER BOULEVARD, SCHUYLERVILLE/PELHAM BAY', Month: '4', Price: '5705'}, geometry: { type: 'Point', coordinates:[-73.82582081, 40.83599292]} },
{type: 'Feature',properties:{Name: '2', Address: '2945 PAINE STREET, SCHUYLERVILLE/PELHAM BAY', Month: '2', Price: '1956'}, geometry: { type: 'Point', coordinates:[-73.82926897, 40.83718104]} },
{type: 'Feature',properties:{Name: '2', Address: '1237 HOLLYWOOD AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '6', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.82651035, 40.83764627]} },
{type: 'Feature',properties:{Name: '2', Address: '1258 HOBART AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '9', Price: '1969'}, geometry: { type: 'Point', coordinates:[-73.82748206, 40.83781241]} },
{type: 'Feature',properties:{Name: '2', Address: '1262 HOBART AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '5', Price: '1969'}, geometry: { type: 'Point', coordinates:[-73.82752168, 40.83786737]} },
{type: 'Feature',properties:{Name: '2', Address: '2683 WATERBURY AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '4', Price: '2788'}, geometry: { type: 'Point', coordinates:[-73.83661947, 40.83577542]} },
{type: 'Feature',properties:{Name: '2', Address: '1340 BALCOM AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '11', Price: '1890'}, geometry: { type: 'Point', coordinates:[-73.83687368, 40.83673917]} },
{type: 'Feature',properties:{Name: '2', Address: '1318 ELLISON AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '6', Price: '1188'}, geometry: { type: 'Point', coordinates:[-73.83585833, 40.83668009]} },
{type: 'Feature',properties:{Name: '2', Address: '1311 MAYFLOWER AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '11', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.83226409, 40.83749559]} },
{type: 'Feature',properties:{Name: '2', Address: '2871 WATERBURY AVE, SCHUYLERVILLE/PELHAM BAY', Month: '11', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.83173702, 40.83727525]} },
{type: 'Feature',properties:{Name: '2', Address: '1313 BRADFORD AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '2', Price: '1852'}, geometry: { type: 'Point', coordinates:[-73.83134561, 40.83771108]} },
{type: 'Feature',properties:{Name: '2', Address: '2828 CODDINGTON AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '4', Price: '1903'}, geometry: { type: 'Point', coordinates:[-73.83410824, 40.83852204]} },
{type: 'Feature',properties:{Name: '2', Address: '2819 LA SALLE AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '6', Price: '1686'}, geometry: { type: 'Point', coordinates:[-73.83388221, 40.83786024]} },
{type: 'Feature',properties:{Name: '2', Address: '2858 CODDINGTON AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '10', Price: '1724'}, geometry: { type: 'Point', coordinates:[-73.83295402, 40.83906657]} },
{type: 'Feature',properties:{Name: '2', Address: '2874 CODDINGTON AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '10', Price: '1584'}, geometry: { type: 'Point', coordinates:[-73.83258494, 40.83924444]} },
{type: 'Feature',properties:{Name: '2', Address: '2911 LASALLE AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '12', Price: '1332'}, geometry: { type: 'Point', coordinates:[-73.83087975, 40.83900316]} },
{type: 'Feature',properties:{Name: '2', Address: '1307 CROSBY AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '5', Price: '4256'}, geometry: { type: 'Point', coordinates:[-73.82904484, 40.83861345]} },
{type: 'Feature',properties:{Name: '2', Address: '1327 HOBART AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '8', Price: '2598'}, geometry: { type: 'Point', coordinates:[-73.82828051, 40.83930399]} },
{type: 'Feature',properties:{Name: '2', Address: '1327 HOBART AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '11', Price: '2598'}, geometry: { type: 'Point', coordinates:[-73.82828051, 40.83930399]} },
{type: 'Feature',properties:{Name: '2', Address: '1377 HOLLYWOOD AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '7', Price: '1650'}, geometry: { type: 'Point', coordinates:[-73.82698312, 40.84067715]} },
{type: 'Feature',properties:{Name: '2', Address: '1422 BALCOM AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '4', Price: '1740'}, geometry: { type: 'Point', coordinates:[-73.83789911, 40.83859879]} },
{type: 'Feature',properties:{Name: '2', Address: '1422 BALCOM AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '5', Price: '1740'}, geometry: { type: 'Point', coordinates:[-73.83789911, 40.83859879]} },
{type: 'Feature',properties:{Name: '2', Address: '1444 EDWARDS AVE, SCHUYLERVILLE/PELHAM BAY', Month: '9', Price: '1969'}, geometry: { type: 'Point', coordinates:[-73.83735616, 40.8389466]} },
{type: 'Feature',properties:{Name: '2', Address: '2811 CODDINGTON AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '5', Price: '2317'}, geometry: { type: 'Point', coordinates:[-73.83453515, 40.83833875]} },
{type: 'Feature',properties:{Name: '2', Address: '2822 DUDLEY AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '5', Price: '1862'}, geometry: { type: 'Point', coordinates:[-73.83542475, 40.83956966]} },
{type: 'Feature',properties:{Name: '2', Address: '1429 MAYFLOWER AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '10', Price: '1870'}, geometry: { type: 'Point', coordinates:[-73.83389925, 40.83972118]} },
{type: 'Feature',properties:{Name: '2', Address: '1464 WILLIAM PLACE, SCHUYLERVILLE/PELHAM BAY', Month: '9', Price: '1755'}, geometry: { type: 'Point', coordinates:[-73.83533642, 40.8402118]} },
{type: 'Feature',properties:{Name: '2', Address: '2892 DUDLEY AVE, SCHUYLERVILLE/PELHAM BAY', Month: '4', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.83286297, 40.84078188]} },
{type: 'Feature',properties:{Name: '2', Address: '2861 DUDLEY AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '9', Price: '2244'}, geometry: { type: 'Point', coordinates:[-73.83412212, 40.84020457]} },
{type: 'Feature',properties:{Name: '2', Address: '1496 MAYFLOWER AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '2', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.83456925, 40.84061143]} },
{type: 'Feature',properties:{Name: '2', Address: '1496 MAYFLOWER AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '3', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.83456925, 40.84061143]} },
{type: 'Feature',properties:{Name: '2', Address: '2870 WELLMAN AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '5', Price: '2380'}, geometry: { type: 'Point', coordinates:[-73.83407216, 40.8413957]} },
{type: 'Feature',properties:{Name: '2', Address: '2842 ZULETTE AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '3', Price: '2448'}, geometry: { type: 'Point', coordinates:[-73.83550535, 40.842051]} },
{type: 'Feature',properties:{Name: '2', Address: '2836 ROEBLING AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '6', Price: '2240'}, geometry: { type: 'Point', coordinates:[-73.83544943, 40.84274258]} },
{type: 'Feature',properties:{Name: '2', Address: '2823 ZULETTE AVE, SCHUYLERVILLE/PELHAM BAY', Month: '7', Price: '1134'}, geometry: { type: 'Point', coordinates:[-73.83606554, 40.84205454]} },
{type: 'Feature',properties:{Name: '2', Address: '2839 ZULETTE AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '1', Price: '2585'}, geometry: { type: 'Point', coordinates:[-73.83561735, 40.84206488]} },
{type: 'Feature',properties:{Name: '2', Address: '1591 MAYFLOWER AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '12', Price: '2556'}, geometry: { type: 'Point', coordinates:[-73.83475071, 40.84321642]} },
{type: 'Feature',properties:{Name: '2', Address: '1582 MAYFLOWER AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '7', Price: '2104'}, geometry: { type: 'Point', coordinates:[-73.83472945, 40.84304622]} },
{type: 'Feature',properties:{Name: '2', Address: '2922 HARRINGTON AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '5', Price: '1564'}, geometry: { type: 'Point', coordinates:[-73.83164918, 40.84056603]} },
{type: 'Feature',properties:{Name: '2', Address: '1438 GILLESPIE AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '9', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.83083393, 40.84138825]} },
{type: 'Feature',properties:{Name: '2', Address: '2913 WELLMAN AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '3', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.83252518, 40.84144836]} },
{type: 'Feature',properties:{Name: '2', Address: '1529 GILLESPIE AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '11', Price: '1484'}, geometry: { type: 'Point', coordinates:[-73.83105102, 40.84271427]} },
{type: 'Feature',properties:{Name: '2', Address: '1513 GILLESPIE AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '2', Price: '1512'}, geometry: { type: 'Point', coordinates:[-73.83104425, 40.84253311]} },
{type: 'Feature',properties:{Name: '2', Address: '1414 CROSBY AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '11', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.82975429, 40.8410024]} },
{type: 'Feature',properties:{Name: '2', Address: '1412 HOBART AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '2', Price: '1056'}, geometry: { type: 'Point', coordinates:[-73.82883198, 40.841281]} },
{type: 'Feature',properties:{Name: '2', Address: '1426 HOBART AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '10', Price: '1056'}, geometry: { type: 'Point', coordinates:[-73.82886054, 40.84141553]} },
{type: 'Feature',properties:{Name: '2', Address: '3343 BRUCKNER BOULEVARD, SCHUYLERVILLE/PELHAM BAY', Month: '12', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.8262155, 40.84260827]} },
{type: 'Feature',properties:{Name: '2', Address: '1432 HOLLYWOOD AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '2', Price: '1278'}, geometry: { type: 'Point', coordinates:[-73.82716339, 40.84223367]} },
{type: 'Feature',properties:{Name: '2', Address: '1500 JARVIS AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '3', Price: '2769'}, geometry: { type: 'Point', coordinates:[-73.82642744, 40.84310813]} },
{type: 'Feature',properties:{Name: '2', Address: '1509 WATERSTONE DRIVE, SCHUYLERVILLE/PELHAM BAY', Month: '10', Price: '2134'}, geometry: { type: 'Point', coordinates:[-73.82708549, 40.84439639]} },
{type: 'Feature',properties:{Name: '2', Address: '2887 ROBERTS AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '7', Price: '3586'}, geometry: { type: 'Point', coordinates:[-73.83308986, 40.84542352]} },
{type: 'Feature',properties:{Name: '2', Address: '1626 PARKVIEW AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '2', Price: '3392'}, geometry: { type: 'Point', coordinates:[-73.82706793, 40.84559031]} },
{type: 'Feature',properties:{Name: '2', Address: '1642 PARKVIEW AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '9', Price: '4074'}, geometry: { type: 'Point', coordinates:[-73.82717953, 40.84576065]} },
{type: 'Feature',properties:{Name: '2', Address: '1744 HOBART AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '9', Price: '3150'}, geometry: { type: 'Point', coordinates:[-73.83075967, 40.84642743]} },
{type: 'Feature',properties:{Name: '2', Address: '1746 HOBART AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '11', Price: '3150'}, geometry: { type: 'Point', coordinates:[-73.83077768, 40.84645216]} },
{type: 'Feature',properties:{Name: '2', Address: '2801 LAURIE AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '12', Price: '3050'}, geometry: { type: 'Point', coordinates:[-73.83580048, 40.84840542]} },
{type: 'Feature',properties:{Name: '2', Address: '1975 PILGRIM AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '12', Price: '3235'}, geometry: { type: 'Point', coordinates:[-73.83291584, 40.85139027]} },
{type: 'Feature',properties:{Name: '2', Address: '1964 EDISON AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '6', Price: '2240'}, geometry: { type: 'Point', coordinates:[-73.83200919, 40.85113918]} },
{type: 'Feature',properties:{Name: '2', Address: '1928 HOBART AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '1', Price: '3510'}, geometry: { type: 'Point', coordinates:[-73.83120928, 40.85013894]} },
{type: 'Feature',properties:{Name: '2', Address: '1946 HOBART AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '7', Price: '3615'}, geometry: { type: 'Point', coordinates:[-73.83117597, 40.8504463]} },
{type: 'Feature',properties:{Name: '2', Address: '3140 WESTCHESTER AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '4', Price: '3850'}, geometry: { type: 'Point', coordinates:[-73.83015338, 40.85030756]} },
{type: 'Feature',properties:{Name: '2', Address: '3118 WILKINSON AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '12', Price: '3202'}, geometry: { type: 'Point', coordinates:[-73.82861009, 40.85165293]} },
{type: 'Feature',properties:{Name: '2', Address: '2890 EAST 195TH STREET, SCHUYLERVILLE/PELHAM BAY', Month: '8', Price: '3550'}, geometry: { type: 'Point', coordinates:[-73.83157399, 40.8531367]} },
{type: 'Feature',properties:{Name: '2', Address: '2892 EAST 197 STREET, SCHUYLERVILLE/PELHAM BAY', Month: '4', Price: '1539'}, geometry: { type: 'Point', coordinates:[-73.83159565, 40.85457495]} },
{type: 'Feature',properties:{Name: '2', Address: '2012 HOBART AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '2', Price: '3366'}, geometry: { type: 'Point', coordinates:[-73.8309982, 40.8521258]} },
{type: 'Feature',properties:{Name: '2', Address: '2011 COLONIAL AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '7', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.82806078, 40.85300526]} },
{type: 'Feature',properties:{Name: '2', Address: '2712 GIFFORD, SCHUYLERVILLE/PELHAM BAY', Month: '10', Price: '2728'}, geometry: { type: 'Point', coordinates:[-73.83373671, 40.83100921]} },
{type: 'Feature',properties:{Name: '2', Address: '2714 GIFFORD, SCHUYLERVILLE/PELHAM BAY', Month: '11', Price: '2728'}, geometry: { type: 'Point', coordinates:[-73.83370055, 40.83102014]} },
{type: 'Feature',properties:{Name: '2', Address: '2711 BRUCKNER BOULEVARD, SCHUYLERVILLE/PELHAM BAY', Month: '10', Price: '2496'}, geometry: { type: 'Point', coordinates:[-73.83349984, 40.83035837]} },
{type: 'Feature',properties:{Name: '2', Address: '1161 EDISON AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '1', Price: '4116'}, geometry: { type: 'Point', coordinates:[-73.82823311, 40.83526644]} },
{type: 'Feature',properties:{Name: '2', Address: '1318 VREELAND AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '8', Price: '3888'}, geometry: { type: 'Point', coordinates:[-73.83739978, 40.83588631]} },
{type: 'Feature',properties:{Name: '2', Address: '1301 BALCOM AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '4', Price: '3068'}, geometry: { type: 'Point', coordinates:[-73.83657158, 40.83614314]} },
{type: 'Feature',properties:{Name: '2', Address: '1363 CROSBY AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '9', Price: '3662'}, geometry: { type: 'Point', coordinates:[-73.82948951, 40.83996451]} },
{type: 'Feature',properties:{Name: '2', Address: '2831 ROEBLING AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '4', Price: '3396'}, geometry: { type: 'Point', coordinates:[-73.83564456, 40.84275658]} },
{type: 'Feature',properties:{Name: '2', Address: '2821 ROEBLING AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '9', Price: '2675'}, geometry: { type: 'Point', coordinates:[-73.83596623, 40.84275155]} },
{type: 'Feature',properties:{Name: '2', Address: 'CONTINENTAL AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83158812, 40.85469571]} },
{type: 'Feature',properties:{Name: '2', Address: 'ELLISON AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83596125, 40.83744601]} },
{type: 'Feature',properties:{Name: '2', Address: 'ELLISON AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83596125, 40.83744601]} },
{type: 'Feature',properties:{Name: '2', Address: '3157 SCHUYLER PLACE, SCHUYLERVILLE/PELHAM BAY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82886227, 40.85058013]} },
{type: 'Feature',properties:{Name: '2', Address: '1136 REVERE AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82979188, 40.83337215]} },
{type: 'Feature',properties:{Name: '2', Address: '1436 HOLLYWOOD AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82717762, 40.84232152]} },
{type: 'Feature',properties:{Name: '2', Address: '1649 EDISON AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '3', Price: '16125'}, geometry: { type: 'Point', coordinates:[-73.83282487, 40.84443779]} },
{type: 'Feature',properties:{Name: '2', Address: '1712 EDISON AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '1', Price: '3148'}, geometry: { type: 'Point', coordinates:[-73.83263007, 40.84572752]} },
{type: 'Feature',properties:{Name: '2', Address: '1905 MAYFLOWER AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '3', Price: '4182'}, geometry: { type: 'Point', coordinates:[-73.83396764, 40.84997003]} },
{type: 'Feature',properties:{Name: '2', Address: '1934 EDISON, SCHUYLERVILLE/PELHAM BAY', Month: '9', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.83208695, 40.85040646]} },
{type: 'Feature',properties:{Name: '2', Address: '2011 HOBART AVE, SCHUYLERVILLE/PELHAM BAY', Month: '9', Price: '3694'}, geometry: { type: 'Point', coordinates:[-73.83103099, 40.85202155]} },
{type: 'Feature',properties:{Name: '2', Address: '2845 EAST 196TH STREET, SCHUYLERVILLE/PELHAM BAY', Month: '3', Price: '2948'}, geometry: { type: 'Point', coordinates:[-73.8329564, 40.85395114]} },
{type: 'Feature',properties:{Name: '2', Address: '2845 EAST 196 STREET, SCHUYLERVILLE/PELHAM BAY', Month: '5', Price: '2948'}, geometry: { type: 'Point', coordinates:[-73.8329564, 40.85395114]} },
{type: 'Feature',properties:{Name: '2', Address: '2135 CONTINENTAL AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '3', Price: '2860'}, geometry: { type: 'Point', coordinates:[-73.83130594, 40.85478038]} },
{type: 'Feature',properties:{Name: '2', Address: '2136 CONTINENTAL AVE, SCHUYLERVILLE/PELHAM BAY', Month: '9', Price: '4805'}, geometry: { type: 'Point', coordinates:[-73.83126268, 40.85473366]} },
{type: 'Feature',properties:{Name: '2', Address: '1371 ELLISON AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '10', Price: '4800'}, geometry: { type: 'Point', coordinates:[-73.83631543, 40.83743554]} },
{type: 'Feature',properties:{Name: '2', Address: '1426 EDWARDS AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '12', Price: '4788'}, geometry: { type: 'Point', coordinates:[-73.83719747, 40.83881189]} },
{type: 'Feature',properties:{Name: '2', Address: '1419 MAYFLOWER AVE, SCHUYLERVILLE/PELHAM BAY', Month: '3', Price: '5616'}, geometry: { type: 'Point', coordinates:[-73.83363626, 40.83938869]} },
{type: 'Feature',properties:{Name: '2', Address: '2832 ROEBLING AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '2', Price: '2346'}, geometry: { type: 'Point', coordinates:[-73.83557954, 40.84274002]} },
{type: 'Feature',properties:{Name: '2', Address: '2015 ST. PAUL AVENUE, 5A, SCHUYLERVILLE/PELHAM BAY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82902254, 40.85291337]} },
{type: 'Feature',properties:{Name: '2', Address: '2015 ST PAUL AVE, 6B, SCHUYLERVILLE/PELHAM BAY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82902254, 40.85291337]} },
{type: 'Feature',properties:{Name: '2', Address: '2015 SAINT PAUL AVENUE, 3A, SCHUYLERVILLE/PELHAM BAY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82902254, 40.85291337]} },
{type: 'Feature',properties:{Name: '2', Address: '2015 SAINT PAUL AVENUE, 4I, SCHUYLERVILLE/PELHAM BAY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82902254, 40.85291337]} },
{type: 'Feature',properties:{Name: '2', Address: '1874 PELHAM PKWY, 5B, SCHUYLERVILLE/PELHAM BAY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8304148, 40.85552015]} },
{type: 'Feature',properties:{Name: '2', Address: '1874 PELHAM PARKWAY SOUTH, 6G, SCHUYLERVILLE/PELHAM BAY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8304148, 40.85552015]} },
{type: 'Feature',properties:{Name: '2', Address: '1874 PELHAM PARKWAY SOUTH, 2B, SCHUYLERVILLE/PELHAM BAY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8304148, 40.85552015]} },
{type: 'Feature',properties:{Name: '2', Address: '3321 BRUCKNER BLVD, 5L, SCHUYLERVILLE/PELHAM BAY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82616265, 40.8420867]} },
{type: 'Feature',properties:{Name: '2', Address: '3321 BRUCKNER BOULEVARD, 5B, SCHUYLERVILLE/PELHAM BAY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82616265, 40.8420867]} },
{type: 'Feature',properties:{Name: '2', Address: '3321 BRUCKNER BOULEVARD, 1A, SCHUYLERVILLE/PELHAM BAY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82616265, 40.8420867]} },
{type: 'Feature',properties:{Name: '2', Address: '3321 BRUCKNER BOULEVARD, 4H, SCHUYLERVILLE/PELHAM BAY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82616265, 40.8420867]} },
{type: 'Feature',properties:{Name: '2', Address: '3321 BRUCKNER BOULEVARD, 4E, SCHUYLERVILLE/PELHAM BAY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82616265, 40.8420867]} },
{type: 'Feature',properties:{Name: '2', Address: '1644 MAYFLOWER AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '10', Price: '3226'}, geometry: { type: 'Point', coordinates:[-73.8346323, 40.84432511]} },
{type: 'Feature',properties:{Name: '2', Address: '3182-84 WESTCHESTER AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '5', Price: '4752'}, geometry: { type: 'Point', coordinates:[-73.82994174, 40.85108675]} },
{type: 'Feature',properties:{Name: '2', Address: '3211 WESTCHESTER AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '6', Price: '3670'}, geometry: { type: 'Point', coordinates:[-73.8295351, 40.85179154]} },
{type: 'Feature',properties:{Name: '2', Address: '3178 EAST TREMONT AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '3', Price: '3212'}, geometry: { type: 'Point', coordinates:[-73.83412994, 40.83706462]} },
{type: 'Feature',properties:{Name: '2', Address: '1376 CROSBY AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '8', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.82955026, 40.84023358]} },
{type: 'Feature',properties:{Name: '2', Address: '3049 BUHRE AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '2', Price: '8550'}, geometry: { type: 'Point', coordinates:[-73.83093402, 40.84751185]} },
{type: 'Feature',properties:{Name: '2', Address: '3049 BUHRE AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '12', Price: '8550'}, geometry: { type: 'Point', coordinates:[-73.83093402, 40.84751185]} },
{type: 'Feature',properties:{Name: '2', Address: '3049 BUHRE AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '12', Price: '8550'}, geometry: { type: 'Point', coordinates:[-73.83093402, 40.84751185]} },
{type: 'Feature',properties:{Name: '2', Address: '3049 BUHRE AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '2', Price: '8550'}, geometry: { type: 'Point', coordinates:[-73.83093402, 40.84751185]} },
{type: 'Feature',properties:{Name: '2', Address: '3049 BUHRE AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '10', Price: '8550'}, geometry: { type: 'Point', coordinates:[-73.83093402, 40.84751185]} },
{type: 'Feature',properties:{Name: '2', Address: '3225 EAST TREMONT AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '10', Price: '5660'}, geometry: { type: 'Point', coordinates:[-73.83335213, 40.83595189]} },
{type: 'Feature',properties:{Name: '2', Address: '3215-3217 WESTCHESTER AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '10', Price: '6100'}, geometry: { type: 'Point', coordinates:[-73.82946268, 40.85183809]} },
{type: 'Feature',properties:{Name: '2', Address: '3215-3217 WESTCHESTER AVE, SCHUYLERVILLE/PELHAM BAY', Month: '8', Price: '6100'}, geometry: { type: 'Point', coordinates:[-73.82946268, 40.85183809]} },
{type: 'Feature',properties:{Name: '2', Address: '3391 EAST TREMONT AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '7', Price: '7600'}, geometry: { type: 'Point', coordinates:[-73.82855538, 40.83361185]} },
{type: 'Feature',properties:{Name: '2', Address: 'WESTCHESTER AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83504358, 40.84462762]} },
{type: 'Feature',properties:{Name: '2', Address: 'WESTCHESTER AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83504358, 40.84462762]} },
{type: 'Feature',properties:{Name: '2', Address: 'EAST TREMONT AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83728595, 40.83957779]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A WESTCHESTER AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83059559, 40.84840887]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A WESTCHESTER AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83059559, 40.84840887]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A WESTCHESTER AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83059559, 40.84840887]} },
{type: 'Feature',properties:{Name: '2', Address: 'WESTCHESTER AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83059559, 40.84840887]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A WESTCHESTER AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83059559, 40.84840887]} },
{type: 'Feature',properties:{Name: '2', Address: '2505 BRUCKNER BOULEVARD, SCHUYLERVILLE/PELHAM BAY', Month: '10', Price: '71452'}, geometry: { type: 'Point', coordinates:[-73.83841518, 40.82997013]} },
{type: 'Feature',properties:{Name: '2', Address: '3060 WESTCHESTER AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '6', Price: '4568'}, geometry: { type: 'Point', coordinates:[-73.83106932, 40.84831625]} },
{type: 'Feature',properties:{Name: '2', Address: '3060 WESTCHESTER AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '8', Price: '4568'}, geometry: { type: 'Point', coordinates:[-73.83106932, 40.84831625]} },
{type: 'Feature',properties:{Name: '2', Address: '3060 WESTCHESTER AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '3', Price: '4568'}, geometry: { type: 'Point', coordinates:[-73.83106932, 40.84831625]} },
{type: 'Feature',properties:{Name: '2', Address: '3060 WESTCHESTER AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '4', Price: '4568'}, geometry: { type: 'Point', coordinates:[-73.83106932, 40.84831625]} },
{type: 'Feature',properties:{Name: '2', Address: '3060 WESTCHESTER AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '5', Price: '4568'}, geometry: { type: 'Point', coordinates:[-73.83106932, 40.84831625]} },
{type: 'Feature',properties:{Name: '2', Address: '3074 WESTCHESTER AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '9', Price: '5336'}, geometry: { type: 'Point', coordinates:[-73.8309096, 40.848585]} },
{type: 'Feature',properties:{Name: '2', Address: '3074 WESTCHESTER AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '2', Price: '5336'}, geometry: { type: 'Point', coordinates:[-73.8309096, 40.848585]} },
{type: 'Feature',properties:{Name: '2', Address: '3074 WESTCHESTER AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '3', Price: '5336'}, geometry: { type: 'Point', coordinates:[-73.8309096, 40.848585]} },
{type: 'Feature',properties:{Name: '2', Address: '3074 WESTCHESTER AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '2', Price: '5336'}, geometry: { type: 'Point', coordinates:[-73.8309096, 40.848585]} },
{type: 'Feature',properties:{Name: '2', Address: '3074 WESTCHESTER AVENUE, SCHUYLERVILLE/PELHAM BAY', Month: '11', Price: '5336'}, geometry: { type: 'Point', coordinates:[-73.8309096, 40.848585]} },
{type: 'Feature',properties:{Name: '2', Address: '410 HARDING PARK, SOUNDVIEW', Month: '8', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.85690659, 40.80592608]} },
{type: 'Feature',properties:{Name: '2', Address: '206 HARDING PARK, SOUNDVIEW', Month: '3', Price: '2120'}, geometry: { type: 'Point', coordinates:[-73.85710607, 40.8055503]} },
{type: 'Feature',properties:{Name: '2', Address: '1525 HARDING PARK, SOUNDVIEW', Month: '9', Price: '828'}, geometry: { type: 'Point', coordinates:[-73.85713202, 40.80860247]} },
{type: 'Feature',properties:{Name: '2', Address: '1027 HARDING PARK, SOUNDVIEW', Month: '10', Price: '1655'}, geometry: { type: 'Point', coordinates:[-73.85645861, 40.80763274]} },
{type: 'Feature',properties:{Name: '2', Address: '1112 HARDING PARK, SOUNDVIEW', Month: '1', Price: '774'}, geometry: { type: 'Point', coordinates:[-73.85842215, 40.81005602]} },
{type: 'Feature',properties:{Name: '2', Address: '1216 HARDING PARK, SOUNDVIEW', Month: '2', Price: '930'}, geometry: { type: 'Point', coordinates:[-73.85840763, 40.81009168]} },
{type: 'Feature',properties:{Name: '2', Address: '1216 HARDING PARK, SOUNDVIEW', Month: '6', Price: '930'}, geometry: { type: 'Point', coordinates:[-73.85840763, 40.81009168]} },
{type: 'Feature',properties:{Name: '2', Address: '1868 O'BRIEN AVENUE, SOUNDVIEW', Month: '12', Price: '1170'}, geometry: { type: 'Point', coordinates:[-73.85822121, 40.81111524]} },
{type: 'Feature',properties:{Name: '2', Address: '1997 GILDERSLEEVE AVENUE, SOUNDVIEW', Month: '7', Price: '630'}, geometry: { type: 'Point', coordinates:[-73.8513964, 40.80987426]} },
{type: 'Feature',properties:{Name: '2', Address: '224 BETTS AVENUE, SOUNDVIEW', Month: '4', Price: '550'}, geometry: { type: 'Point', coordinates:[-73.85026085, 40.81042997]} },
{type: 'Feature',properties:{Name: '2', Address: '350 THIERIOT AVENUE, SOUNDVIEW', Month: '12', Price: '1040'}, geometry: { type: 'Point', coordinates:[-73.85992339, 40.81249792]} },
{type: 'Feature',properties:{Name: '2', Address: '355 UNDERHILL AVENUE, SOUNDVIEW', Month: '12', Price: '1500'}, geometry: { type: 'Point', coordinates:[-73.85799468, 40.8123144]} },
{type: 'Feature',properties:{Name: '2', Address: '312 NEWMAN AVENUE, SOUNDVIEW', Month: '10', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.85482696, 40.81209363]} },
{type: 'Feature',properties:{Name: '2', Address: '330 NEWMAN AVENUE, SOUNDVIEW', Month: '3', Price: '935'}, geometry: { type: 'Point', coordinates:[-73.8549057, 40.81243133]} },
{type: 'Feature',properties:{Name: '2', Address: '330 NEWMAN AVENUE, SOUNDVIEW', Month: '8', Price: '935'}, geometry: { type: 'Point', coordinates:[-73.8549057, 40.81243133]} },
{type: 'Feature',properties:{Name: '2', Address: '328 STEPHENS AVENUE, SOUNDVIEW', Month: '7', Price: '950'}, geometry: { type: 'Point', coordinates:[-73.85383326, 40.81220765]} },
{type: 'Feature',properties:{Name: '2', Address: '437 BEACH AVENUE, SOUNDVIEW', Month: '6', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.86212465, 40.8136561]} },
{type: 'Feature',properties:{Name: '2', Address: '551 BEACH AVENUE, SOUNDVIEW', Month: '3', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.86266537, 40.81597329]} },
{type: 'Feature',properties:{Name: '2', Address: '1807 LACOMBE AVENUE, SOUNDVIEW', Month: '10', Price: '874'}, geometry: { type: 'Point', coordinates:[-73.8620533, 40.8149625]} },
{type: 'Feature',properties:{Name: '2', Address: '505 THIERIOT AVENUE, SOUNDVIEW', Month: '12', Price: '1559'}, geometry: { type: 'Point', coordinates:[-73.86061101, 40.81535601]} },
{type: 'Feature',properties:{Name: '2', Address: '553 WHITE PLAINS ROAD, SOUNDVIEW', Month: '3', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.85704948, 40.81675969]} },
{type: 'Feature',properties:{Name: '2', Address: '545 WHITE PLAINS ROAD, SOUNDVIEW', Month: '11', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.85702084, 40.81663889]} },
{type: 'Feature',properties:{Name: '2', Address: '539 WHITE PLAINS ROAD, SOUNDVIEW', Month: '4', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.85699936, 40.81654828]} },
{type: 'Feature',properties:{Name: '2', Address: '729 ROSEDALE AVENUE, SOUNDVIEW', Month: '6', Price: '2312'}, geometry: { type: 'Point', coordinates:[-73.86638305, 40.8194909]} },
{type: 'Feature',properties:{Name: '2', Address: '728 ROSEDALE AVE, SOUNDVIEW', Month: '12', Price: '2272'}, geometry: { type: 'Point', coordinates:[-73.86636136, 40.81949362]} },
{type: 'Feature',properties:{Name: '2', Address: '1154 ST. LAWRENCE AVENUE, SOUNDVIEW', Month: '10', Price: '1392'}, geometry: { type: 'Point', coordinates:[-73.86659918, 40.8288232]} },
{type: 'Feature',properties:{Name: '2', Address: '1156 ST LAWRENCE AVENUE, SOUNDVIEW', Month: '4', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.86660634, 40.8288534]} },
{type: 'Feature',properties:{Name: '2', Address: '1229 LELAND AVENUE, SOUNDVIEW', Month: '9', Price: '1638'}, geometry: { type: 'Point', coordinates:[-73.86333149, 40.83113866]} },
{type: 'Feature',properties:{Name: '2', Address: '1219 EVERGREEN AVENUE, SOUNDVIEW', Month: '6', Price: '1560'}, geometry: { type: 'Point', coordinates:[-73.88128319, 40.82938545]} },
{type: 'Feature',properties:{Name: '2', Address: '1277 ROSEDALE AVENUE, SOUNDVIEW', Month: '11', Price: '1332'}, geometry: { type: 'Point', coordinates:[-73.86927076, 40.83186466]} },
{type: 'Feature',properties:{Name: '2', Address: '1273 ROSEDALE AVENUE, SOUNDVIEW', Month: '9', Price: '1332'}, geometry: { type: 'Point', coordinates:[-73.86925286, 40.83177955]} },
{type: 'Feature',properties:{Name: '2', Address: '411 HARDING PARK, SOUNDVIEW', Month: '5', Price: '2312'}, geometry: { type: 'Point', coordinates:[-73.85704022, 40.80593722]} },
{type: 'Feature',properties:{Name: '2', Address: '920 HARDING PARK, SOUNDVIEW', Month: '3', Price: '2780'}, geometry: { type: 'Point', coordinates:[-73.85593963, 40.80708041]} },
{type: 'Feature',properties:{Name: '2', Address: '109 DOLPHIN COURT, SOUNDVIEW', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85074065, 40.80749922]} },
{type: 'Feature',properties:{Name: '2', Address: '81 HORIZON COURT, SOUNDVIEW', Month: '4', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.84948845, 40.80694316]} },
{type: 'Feature',properties:{Name: '2', Address: '89 HORIZON COURT, SOUNDVIEW', Month: '1', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.85002389, 40.80657607]} },
{type: 'Feature',properties:{Name: '2', Address: '107 HORIZON COURT, SOUNDVIEW', Month: '8', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.85056496, 40.80691712]} },
{type: 'Feature',properties:{Name: '2', Address: '111 HORIZON COURT, SOUNDVIEW', Month: '3', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.85068402, 40.80698314]} },
{type: 'Feature',properties:{Name: '2', Address: '117 HORIZON COURT, SOUNDVIEW', Month: '12', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.8508608, 40.80707944]} },
{type: 'Feature',properties:{Name: '2', Address: '121 HORIZON COURT, SOUNDVIEW', Month: '11', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.85097625, 40.80714272]} },
{type: 'Feature',properties:{Name: '2', Address: '252 LELAND AVENUE, SOUNDVIEW', Month: '7', Price: '2075'}, geometry: { type: 'Point', coordinates:[-73.85851146, 40.81052548]} },
{type: 'Feature',properties:{Name: '2', Address: '1905 GILDERSLEEVE, SOUNDVIEW', Month: '6', Price: '2380'}, geometry: { type: 'Point', coordinates:[-73.85580483, 40.80927876]} },
{type: 'Feature',properties:{Name: '2', Address: '1905 GILDERSLEEVE AVENUE, SOUNDVIEW', Month: '9', Price: '2380'}, geometry: { type: 'Point', coordinates:[-73.85580483, 40.80927876]} },
{type: 'Feature',properties:{Name: '2', Address: '216 HUSSON AVENUE, SOUNDVIEW', Month: '10', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.85122225, 40.81021164]} },
{type: 'Feature',properties:{Name: '2', Address: '216 HUSSON AVENUE, SOUNDVIEW', Month: '1', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.85122225, 40.81021164]} },
{type: 'Feature',properties:{Name: '2', Address: '212 BETTS AVENUE, SOUNDVIEW', Month: '10', Price: '2084'}, geometry: { type: 'Point', coordinates:[-73.85023941, 40.81032839]} },
{type: 'Feature',properties:{Name: '2', Address: '351 BEACH AVENUE, SOUNDVIEW', Month: '12', Price: '1902'}, geometry: { type: 'Point', coordinates:[-73.861806, 40.81226963]} },
{type: 'Feature',properties:{Name: '2', Address: '329 TAYLOR AVENUE, SOUNDVIEW', Month: '8', Price: '2428'}, geometry: { type: 'Point', coordinates:[-73.86077355, 40.81191981]} },
{type: 'Feature',properties:{Name: '2', Address: '340 BEACH AVENUE, SOUNDVIEW', Month: '5', Price: '1902'}, geometry: { type: 'Point', coordinates:[-73.86177003, 40.81219822]} },
{type: 'Feature',properties:{Name: '2', Address: '343 THIERIOT AVENUE, SOUNDVIEW', Month: '5', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.85985198, 40.81209984]} },
{type: 'Feature',properties:{Name: '2', Address: '1848 PATTERSON AVENUE, SOUNDVIEW', Month: '4', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.85963313, 40.81309591]} },
{type: 'Feature',properties:{Name: '2', Address: '316 LELAND AVENUE, SOUNDVIEW', Month: '12', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.85876922, 40.81162643]} },
{type: 'Feature',properties:{Name: '2', Address: '1870 PATTERSON AVENUE, SOUNDVIEW', Month: '12', Price: '1490'}, geometry: { type: 'Point', coordinates:[-73.85863938, 40.81323193]} },
{type: 'Feature',properties:{Name: '2', Address: '353 UNDERHILL AVENUE, SOUNDVIEW', Month: '9', Price: '1950'}, geometry: { type: 'Point', coordinates:[-73.85798752, 40.8122842]} },
{type: 'Feature',properties:{Name: '2', Address: '339 UNDERHILL AVENUE, SOUNDVIEW', Month: '4', Price: '3980'}, geometry: { type: 'Point', coordinates:[-73.85794101, 40.8120728]} },
{type: 'Feature',properties:{Name: '2', Address: '321 BOLTON AVENUE, SOUNDVIEW', Month: '8', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.8569694, 40.81199475]} },
{type: 'Feature',properties:{Name: '2', Address: '1910 PATTERSON AVENUE, SOUNDVIEW', Month: '11', Price: '1748'}, geometry: { type: 'Point', coordinates:[-73.85674583, 40.81348486]} },
{type: 'Feature',properties:{Name: '2', Address: '337 NEWMAN AVENUE, SOUNDVIEW', Month: '12', Price: '2130'}, geometry: { type: 'Point', coordinates:[-73.85490591, 40.81233526]} },
{type: 'Feature',properties:{Name: '2', Address: '486 COMMONWEALTH AVE, SOUNDVIEW', Month: '8', Price: '2670'}, geometry: { type: 'Point', coordinates:[-73.86415009, 40.8142596]} },
{type: 'Feature',properties:{Name: '2', Address: '1804 LACOMBE AVENUE, SOUNDVIEW', Month: '1', Price: '3135'}, geometry: { type: 'Point', coordinates:[-73.862122, 40.81493514]} },
{type: 'Feature',properties:{Name: '2', Address: '441 THIERIOT AVENUE, SOUNDVIEW', Month: '3', Price: '1325'}, geometry: { type: 'Point', coordinates:[-73.86028879, 40.81396404]} },
{type: 'Feature',properties:{Name: '2', Address: '434 BOLTON AVENUE, SOUNDVIEW', Month: '5', Price: '2650'}, geometry: { type: 'Point', coordinates:[-73.8574631, 40.81425152]} },
{type: 'Feature',properties:{Name: '2', Address: '524 LELAND AVENUE, SOUNDVIEW', Month: '11', Price: '1368'}, geometry: { type: 'Point', coordinates:[-73.85982915, 40.81607967]} },
{type: 'Feature',properties:{Name: '2', Address: '564 UNDERHILL AVE, SOUNDVIEW', Month: '2', Price: '1787'}, geometry: { type: 'Point', coordinates:[-73.85899331, 40.81668798]} },
{type: 'Feature',properties:{Name: '2', Address: '644 ROSEDALE, SOUNDVIEW', Month: '1', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.86571759, 40.81803543]} },
{type: 'Feature',properties:{Name: '2', Address: '601 ST LAWRENCE AVENUE, SOUNDVIEW', Month: '12', Price: '2510'}, geometry: { type: 'Point', coordinates:[-73.86390563, 40.81720714]} },
{type: 'Feature',properties:{Name: '2', Address: '649 BEACH AVENUE, SOUNDVIEW', Month: '6', Price: '2420'}, geometry: { type: 'Point', coordinates:[-73.86322769, 40.81835089]} },
{type: 'Feature',properties:{Name: '2', Address: '649 BEACH AVENUE, SOUNDVIEW', Month: '9', Price: '2420'}, geometry: { type: 'Point', coordinates:[-73.86322769, 40.81835089]} },
{type: 'Feature',properties:{Name: '2', Address: '639 LELAND AVENUE, SOUNDVIEW', Month: '12', Price: '3815'}, geometry: { type: 'Point', coordinates:[-73.86034116, 40.81827607]} },
{type: 'Feature',properties:{Name: '2', Address: '623 UNDERHILL AVENUE, SOUNDVIEW', Month: '8', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.85935149, 40.81815684]} },
{type: 'Feature',properties:{Name: '2', Address: '634 UNDERHILL AVENUE, SOUNDVIEW', Month: '3', Price: '2600'}, geometry: { type: 'Point', coordinates:[-73.85937277, 40.81834076]} },
{type: 'Feature',properties:{Name: '2', Address: '634 UNDERHILL AVENUE, SOUNDVIEW', Month: '1', Price: '2600'}, geometry: { type: 'Point', coordinates:[-73.85937277, 40.81834076]} },
{type: 'Feature',properties:{Name: '2', Address: '650 UNDERHILL AVENUE, SOUNDVIEW', Month: '4', Price: '2748'}, geometry: { type: 'Point', coordinates:[-73.85942285, 40.81857961]} },
{type: 'Feature',properties:{Name: '2', Address: '751 BEACH AVENUE, SOUNDVIEW', Month: '12', Price: '1552'}, geometry: { type: 'Point', coordinates:[-73.86367528, 40.8203084]} },
{type: 'Feature',properties:{Name: '2', Address: '716 BEACH AVENUE, SOUNDVIEW', Month: '4', Price: '2300'}, geometry: { type: 'Point', coordinates:[-73.86346739, 40.81949847]} },
{type: 'Feature',properties:{Name: '2', Address: '716 BEACH AVE, SOUNDVIEW', Month: '6', Price: '2300'}, geometry: { type: 'Point', coordinates:[-73.86346739, 40.81949847]} },
{type: 'Feature',properties:{Name: '2', Address: '735 TAYLOR AVENUE, SOUNDVIEW', Month: '8', Price: '1933'}, geometry: { type: 'Point', coordinates:[-73.86267856, 40.8200849]} },
{type: 'Feature',properties:{Name: '2', Address: '759 THIERIOT AVENUE, SOUNDVIEW', Month: '10', Price: '1932'}, geometry: { type: 'Point', coordinates:[-73.86182126, 40.82058067]} },
{type: 'Feature',properties:{Name: '2', Address: '947 ELDER AVENUE, SOUNDVIEW', Month: '5', Price: '2260'}, geometry: { type: 'Point', coordinates:[-73.87777624, 40.82254195]} },
{type: 'Feature',properties:{Name: '2', Address: '916 BOYNTON AVENUE, SOUNDVIEW', Month: '1', Price: '1485'}, geometry: { type: 'Point', coordinates:[-73.87673254, 40.82228283]} },
{type: 'Feature',properties:{Name: '2', Address: '943 THIERIOT AVENUE, SOUNDVIEW', Month: '6', Price: '2310'}, geometry: { type: 'Point', coordinates:[-73.86272026, 40.82439416]} },
{type: 'Feature',properties:{Name: '2', Address: '1054 COLGATE AVENUE, SOUNDVIEW', Month: '4', Price: '1614'}, geometry: { type: 'Point', coordinates:[-73.88118982, 40.82501027]} },
{type: 'Feature',properties:{Name: '2', Address: '1036 WHEELER AVENUE, SOUNDVIEW', Month: '3', Price: '1740'}, geometry: { type: 'Point', coordinates:[-73.87918522, 40.82460472]} },
{type: 'Feature',properties:{Name: '2', Address: '1034 ELDER AVENUE, SOUNDVIEW', Month: '12', Price: '2820'}, geometry: { type: 'Point', coordinates:[-73.87825645, 40.82469706]} },
{type: 'Feature',properties:{Name: '2', Address: '1034 ELDER AVENUE, SOUNDVIEW', Month: '8', Price: '2820'}, geometry: { type: 'Point', coordinates:[-73.87825645, 40.82469706]} },
{type: 'Feature',properties:{Name: '2', Address: '1039 WARD AVENUE, SOUNDVIEW', Month: '2', Price: '3520'}, geometry: { type: 'Point', coordinates:[-73.87643843, 40.82500802]} },
{type: 'Feature',properties:{Name: '2', Address: '1067 STRATFORD AVENUE, SOUNDVIEW', Month: '9', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.87469556, 40.82569507]} },
{type: 'Feature',properties:{Name: '2', Address: '1034 LELAND AVE, SOUNDVIEW', Month: '6', Price: '2204'}, geometry: { type: 'Point', coordinates:[-73.86237884, 40.82699849]} },
{type: 'Feature',properties:{Name: '2', Address: '1864 WATSON AVENUE, SOUNDVIEW', Month: '5', Price: '1900'}, geometry: { type: 'Point', coordinates:[-73.86235829, 40.82820065]} },
{type: 'Feature',properties:{Name: '2', Address: '1055 UNDERHILL AVENUE, SOUNDVIEW', Month: '10', Price: '3400'}, geometry: { type: 'Point', coordinates:[-73.86158252, 40.82766451]} },
{type: 'Feature',properties:{Name: '2', Address: '1129 WARD AVENUE, SOUNDVIEW', Month: '10', Price: '2920'}, geometry: { type: 'Point', coordinates:[-73.8769439, 40.82716866]} },
{type: 'Feature',properties:{Name: '2', Address: '1693 WATSON, SOUNDVIEW', Month: '4', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.8705226, 40.82736474]} },
{type: 'Feature',properties:{Name: '2', Address: '1687 WATSON AVENUE, SOUNDVIEW', Month: '6', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.87074714, 40.82709875]} },
{type: 'Feature',properties:{Name: '2', Address: '1711 WATSON AVENUE, SOUNDVIEW', Month: '12', Price: '2860'}, geometry: { type: 'Point', coordinates:[-73.86964841, 40.82724024]} },
{type: 'Feature',properties:{Name: '2', Address: '1158 CROES AVENUE, SOUNDVIEW', Month: '5', Price: '2860'}, geometry: { type: 'Point', coordinates:[-73.8703797, 40.82837738]} },
{type: 'Feature',properties:{Name: '2', Address: '1146 ST LAWRENCE AVENUE, SOUNDVIEW', Month: '11', Price: '2196'}, geometry: { type: 'Point', coordinates:[-73.86657052, 40.82869965]} },
{type: 'Feature',properties:{Name: '2', Address: '1143 BEACH AVENUE, SOUNDVIEW', Month: '7', Price: '2048'}, geometry: { type: 'Point', coordinates:[-73.86565259, 40.82875897]} },
{type: 'Feature',properties:{Name: '2', Address: '1143 BEACH AVENUE, SOUNDVIEW', Month: '9', Price: '2048'}, geometry: { type: 'Point', coordinates:[-73.86565259, 40.82875897]} },
{type: 'Feature',properties:{Name: '2', Address: '1126 BEACH AV, SOUNDVIEW', Month: '7', Price: '2982'}, geometry: { type: 'Point', coordinates:[-73.86557358, 40.82851734]} },
{type: 'Feature',properties:{Name: '2', Address: '1114 THIERIOT AVE, SOUNDVIEW', Month: '3', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.86368362, 40.82858374]} },
{type: 'Feature',properties:{Name: '2', Address: '1106 LELAND AVENUE, SOUNDVIEW', Month: '2', Price: '1683'}, geometry: { type: 'Point', coordinates:[-73.86272607, 40.82858261]} },
{type: 'Feature',properties:{Name: '2', Address: '1151 UNDERHILL AVENUE, SOUNDVIEW', Month: '10', Price: '1833'}, geometry: { type: 'Point', coordinates:[-73.86197645, 40.82937494]} },
{type: 'Feature',properties:{Name: '2', Address: '1889 WATSON AVENUE, SOUNDVIEW', Month: '7', Price: '2634'}, geometry: { type: 'Point', coordinates:[-73.8612378, 40.82836125]} },
{type: 'Feature',properties:{Name: '2', Address: '1883 WATSON AVENUE, SOUNDVIEW', Month: '10', Price: '1776'}, geometry: { type: 'Point', coordinates:[-73.86148357, 40.82833135]} },
{type: 'Feature',properties:{Name: '2', Address: '1232 NOBLE AVENUE, SOUNDVIEW', Month: '11', Price: '3820'}, geometry: { type: 'Point', coordinates:[-73.86990951, 40.83045734]} },
{type: 'Feature',properties:{Name: '2', Address: '1205 ST. LAWRENCE, SOUNDVIEW', Month: '10', Price: '2675'}, geometry: { type: 'Point', coordinates:[-73.86706672, 40.82992711]} },
{type: 'Feature',properties:{Name: '2', Address: '1241 ST LAWRENCE AVENUE, SOUNDVIEW', Month: '7', Price: '3938'}, geometry: { type: 'Point', coordinates:[-73.86711525, 40.83095918]} },
{type: 'Feature',properties:{Name: '2', Address: '1236 SAINT LAWRENCE, SOUNDVIEW', Month: '11', Price: '3440'}, geometry: { type: 'Point', coordinates:[-73.86680097, 40.83090667]} },
{type: 'Feature',properties:{Name: '2', Address: '1240 ST LAWRENCE AVENUE, SOUNDVIEW', Month: '11', Price: '3212'}, geometry: { type: 'Point', coordinates:[-73.86709356, 40.8309619]} },
{type: 'Feature',properties:{Name: '2', Address: '1248 SAINT LAWRENCE AVENU, SOUNDVIEW', Month: '10', Price: '4860'}, geometry: { type: 'Point', coordinates:[-73.86713296, 40.83113487]} },
{type: 'Feature',properties:{Name: '2', Address: '1248 ST LAWRENCE AVENUE, SOUNDVIEW', Month: '11', Price: '4860'}, geometry: { type: 'Point', coordinates:[-73.86713296, 40.83113487]} },
{type: 'Feature',properties:{Name: '2', Address: '1209 BEACH AVENUE, SOUNDVIEW', Month: '8', Price: '1570'}, geometry: { type: 'Point', coordinates:[-73.86603229, 40.83040899]} },
{type: 'Feature',properties:{Name: '2', Address: '1227 TAYLOR AVENUE, SOUNDVIEW', Month: '5', Price: '2046'}, geometry: { type: 'Point', coordinates:[-73.86515712, 40.83075106]} },
{type: 'Feature',properties:{Name: '2', Address: '1225 TAYLOR AVE, SOUNDVIEW', Month: '10', Price: '2152'}, geometry: { type: 'Point', coordinates:[-73.86514996, 40.83072086]} },
{type: 'Feature',properties:{Name: '2', Address: '1223 TAYLOR AVENUE, SOUNDVIEW', Month: '1', Price: '2152'}, geometry: { type: 'Point', coordinates:[-73.86514279, 40.83069066]} },
{type: 'Feature',properties:{Name: '2', Address: '1847 GLEASON AVENUE, SOUNDVIEW', Month: '9', Price: '3720'}, geometry: { type: 'Point', coordinates:[-73.86370553, 40.83023609]} },
{type: 'Feature',properties:{Name: '2', Address: '1271 EVERGREEN AVE, SOUNDVIEW', Month: '11', Price: '2560'}, geometry: { type: 'Point', coordinates:[-73.8815199, 40.83038477]} },
{type: 'Feature',properties:{Name: '2', Address: '1258 BRONX RIVER AVENUE, SOUNDVIEW', Month: '12', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.8822354, 40.83037178]} },
{type: 'Feature',properties:{Name: '2', Address: '1211 COLGATE AVENUE, SOUNDVIEW', Month: '10', Price: '2560'}, geometry: { type: 'Point', coordinates:[-73.88210087, 40.82879892]} },
{type: 'Feature',properties:{Name: '2', Address: '1498 EAST 172ND STREET, SOUNDVIEW', Month: '5', Price: '2560'}, geometry: { type: 'Point', coordinates:[-73.88085739, 40.83107301]} },
{type: 'Feature',properties:{Name: '2', Address: '1231 ELDER AVENUE, SOUNDVIEW', Month: '10', Price: '2680'}, geometry: { type: 'Point', coordinates:[-73.87940034, 40.8295125]} },
{type: 'Feature',properties:{Name: '2', Address: '1233 BOYNTON AVE, SOUNDVIEW', Month: '12', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.87847505, 40.82964602]} },
{type: 'Feature',properties:{Name: '2', Address: '1251 WARD AVENUE, SOUNDVIEW', Month: '9', Price: '2544'}, geometry: { type: 'Point', coordinates:[-73.87762507, 40.83008427]} },
{type: 'Feature',properties:{Name: '2', Address: '1251 WARD AVENUE, SOUNDVIEW', Month: '1', Price: '2544'}, geometry: { type: 'Point', coordinates:[-73.87762507, 40.83008427]} },
{type: 'Feature',properties:{Name: '2', Address: '1219 MANOR AVENUE, SOUNDVIEW', Month: '11', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.87655639, 40.82958908]} },
{type: 'Feature',properties:{Name: '2', Address: '1211 MANOR AVENUE, SOUNDVIEW', Month: '1', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.8765062, 40.82937769]} },
{type: 'Feature',properties:{Name: '2', Address: '1214 MANOR AVE, SOUNDVIEW', Month: '7', Price: '1392'}, geometry: { type: 'Point', coordinates:[-73.87650961, 40.82948473]} },
{type: 'Feature',properties:{Name: '2', Address: '1222 MANOR AVENUE, SOUNDVIEW', Month: '8', Price: '1392'}, geometry: { type: 'Point', coordinates:[-73.87655981, 40.82969613]} },
{type: 'Feature',properties:{Name: '2', Address: '1273 CROES AVENUE, SOUNDVIEW', Month: '3', Price: '1840'}, geometry: { type: 'Point', coordinates:[-73.87113964, 40.83153191]} },
{type: 'Feature',properties:{Name: '2', Address: '1257 ROSEDALE AVENUE, SOUNDVIEW', Month: '3', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.86917404, 40.83143363]} },
{type: 'Feature',properties:{Name: '2', Address: '1765 WESTCHESTER AVENUE, SOUNDVIEW', Month: '5', Price: '3276'}, geometry: { type: 'Point', coordinates:[-73.86786588, 40.8314541]} },
{type: 'Feature',properties:{Name: '2', Address: '1324 WHEELER AVENUE, SOUNDVIEW', Month: '12', Price: '2600'}, geometry: { type: 'Point', coordinates:[-73.88078087, 40.83142974]} },
{type: 'Feature',properties:{Name: '2', Address: '1535 EAST 172ND STREET, SOUNDVIEW', Month: '4', Price: '2480'}, geometry: { type: 'Point', coordinates:[-73.87913343, 40.8312359]} },
{type: 'Feature',properties:{Name: '2', Address: '1350 MORRISON AVENUE, SOUNDVIEW', Month: '9', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.8754011, 40.83290346]} },
{type: 'Feature',properties:{Name: '2', Address: '1349 FTELEY AVENUE, SOUNDVIEW', Month: '4', Price: '2296'}, geometry: { type: 'Point', coordinates:[-73.87249503, 40.83326258]} },
{type: 'Feature',properties:{Name: '2', Address: '1325 FTELEY AVENUE, SOUNDVIEW', Month: '10', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.87240542, 40.83287823]} },
{type: 'Feature',properties:{Name: '2', Address: '1329 ROSEDALE AVENUE, SOUNDVIEW', Month: '5', Price: '2680'}, geometry: { type: 'Point', coordinates:[-73.86961479, 40.83333347]} },
{type: 'Feature',properties:{Name: '2', Address: '1313 COMMONWEALTH AVE, SOUNDVIEW', Month: '4', Price: '3685'}, geometry: { type: 'Point', coordinates:[-73.86859963, 40.83318685]} },
{type: 'Feature',properties:{Name: '2', Address: '1338 COMMONWEALTH AVENUE, SOUNDVIEW', Month: '8', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.86867474, 40.83358217]} },
{type: 'Feature',properties:{Name: '2', Address: '1338 COMMONWEALTH AVENUE, SOUNDVIEW', Month: '3', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.86867474, 40.83358217]} },
{type: 'Feature',properties:{Name: '2', Address: '1333 ST. LAWRENCE AVENUE, SOUNDVIEW', Month: '6', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.86772796, 40.8335756]} },
{type: 'Feature',properties:{Name: '2', Address: '1344 TAYLOR AVENUE, SOUNDVIEW', Month: '8', Price: '4776'}, geometry: { type: 'Point', coordinates:[-73.86563272, 40.83322735]} },
{type: 'Feature',properties:{Name: '2', Address: '1317 THIERIOT AVENUE, SOUNDVIEW', Month: '9', Price: '1773'}, geometry: { type: 'Point', coordinates:[-73.86467561, 40.83297371]} },
{type: 'Feature',properties:{Name: '2', Address: '1774 CROSS BRONX EXPRESSW, SOUNDVIEW', Month: '7', Price: '2480'}, geometry: { type: 'Point', coordinates:[-73.86838949, 40.83528906]} },
{type: 'Feature',properties:{Name: '2', Address: '479 COMMONWEALTH, SOUNDVIEW', Month: '4', Price: '2745'}, geometry: { type: 'Point', coordinates:[-73.86414668, 40.81416078]} },
{type: 'Feature',properties:{Name: '2', Address: '479 COMMONWEALTH AVENUE, SOUNDVIEW', Month: '5', Price: '2745'}, geometry: { type: 'Point', coordinates:[-73.86414668, 40.81416078]} },
{type: 'Feature',properties:{Name: '2', Address: '469 COMMONWEALTH AVENUE, SOUNDVIEW', Month: '11', Price: '2925'}, geometry: { type: 'Point', coordinates:[-73.86411803, 40.81403998]} },
{type: 'Feature',properties:{Name: '2', Address: '447 ST. LAWRENCE AVE, SOUNDVIEW', Month: '5', Price: '2745'}, geometry: { type: 'Point', coordinates:[-73.8632288, 40.81429419]} },
{type: 'Feature',properties:{Name: '2', Address: '437 ST LAWRENCE AVENUE, SOUNDVIEW', Month: '11', Price: '2940'}, geometry: { type: 'Point', coordinates:[-73.86316435, 40.81401141]} },
{type: 'Feature',properties:{Name: '2', Address: '457 LELAND AVENUE, SOUNDVIEW', Month: '5', Price: '2301'}, geometry: { type: 'Point', coordinates:[-73.85956069, 40.81489362]} },
{type: 'Feature',properties:{Name: '2', Address: '457 LELAND AVENUE, SOUNDVIEW', Month: '2', Price: '2301'}, geometry: { type: 'Point', coordinates:[-73.85956069, 40.81489362]} },
{type: 'Feature',properties:{Name: '2', Address: '432 THIERIOT, SOUNDVIEW', Month: '3', Price: '3060'}, geometry: { type: 'Point', coordinates:[-73.86023846, 40.81384596]} },
{type: 'Feature',properties:{Name: '2', Address: '455 WHITE PLAINS ROAD, SOUNDVIEW', Month: '10', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.85656623, 40.81468408]} },
{type: 'Feature',properties:{Name: '2', Address: '542 ST LAWRENCE AVENUE, SOUNDVIEW', Month: '7', Price: '1968'}, geometry: { type: 'Point', coordinates:[-73.86354015, 40.81573279]} },
{type: 'Feature',properties:{Name: '2', Address: '535 TAYLOR AVENUE, SOUNDVIEW', Month: '11', Price: '2440'}, geometry: { type: 'Point', coordinates:[-73.86169733, 40.81588979]} },
{type: 'Feature',properties:{Name: '2', Address: '575 UNDERHILL AVENUE, SOUNDVIEW', Month: '6', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.85905081, 40.81683352]} },
{type: 'Feature',properties:{Name: '2', Address: '513 UNDERHILL AVENUE, SOUNDVIEW', Month: '8', Price: '2140'}, geometry: { type: 'Point', coordinates:[-73.85883241, 40.81590004]} },
{type: 'Feature',properties:{Name: '2', Address: '634 ROSEDALE AVE, SOUNDVIEW', Month: '4', Price: '2670'}, geometry: { type: 'Point', coordinates:[-73.86582051, 40.81715998]} },
{type: 'Feature',properties:{Name: '2', Address: '635 BEACH AVENUE, SOUNDVIEW', Month: '5', Price: '2450'}, geometry: { type: 'Point', coordinates:[-73.86312737, 40.81794181]} },
{type: 'Feature',properties:{Name: '2', Address: '1856 SEWARD AVENUE, SOUNDVIEW', Month: '11', Price: '4380'}, geometry: { type: 'Point', coordinates:[-73.86081919, 40.81946236]} },
{type: 'Feature',properties:{Name: '2', Address: '743 NOBLE AVENUE, SOUNDVIEW', Month: '2', Price: '3450'}, geometry: { type: 'Point', coordinates:[-73.86740167, 40.81960461]} },
{type: 'Feature',properties:{Name: '2', Address: '1755 SEWARD AVE, SOUNDVIEW', Month: '6', Price: '3550'}, geometry: { type: 'Point', coordinates:[-73.86553532, 40.81884216]} },
{type: 'Feature',properties:{Name: '2', Address: '741 COMMONWEALTH AVE, SOUNDVIEW', Month: '9', Price: '3550'}, geometry: { type: 'Point', coordinates:[-73.86555074, 40.82014867]} },
{type: 'Feature',properties:{Name: '2', Address: '1773 SEWARD AVENUE, SOUNDVIEW', Month: '11', Price: '3350'}, geometry: { type: 'Point', coordinates:[-73.86466798, 40.81895917]} },
{type: 'Feature',properties:{Name: '2', Address: '734 SOUNDVIEW AVE, SOUNDVIEW', Month: '3', Price: '2900'}, geometry: { type: 'Point', coordinates:[-73.86421871, 40.81958169]} },
{type: 'Feature',properties:{Name: '2', Address: '727 BEACH AVENUE, SOUNDVIEW', Month: '3', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.86352489, 40.81965224]} },
{type: 'Feature',properties:{Name: '2', Address: '1011 ELDER AVENUE, SOUNDVIEW', Month: '4', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.87818849, 40.82431822]} },
{type: 'Feature',properties:{Name: '2', Address: '1004 ELDER AVENUE, SOUNDVIEW', Month: '10', Price: '2970'}, geometry: { type: 'Point', coordinates:[-73.8781453, 40.8242276]} },
{type: 'Feature',properties:{Name: '2', Address: '1026 ELDER AVENUE, SOUNDVIEW', Month: '5', Price: '2970'}, geometry: { type: 'Point', coordinates:[-73.87822416, 40.82457351]} },
{type: 'Feature',properties:{Name: '2', Address: '1050 ELDER AVE, SOUNDVIEW', Month: '12', Price: '2970'}, geometry: { type: 'Point', coordinates:[-73.8783138, 40.82494963]} },
{type: 'Feature',properties:{Name: '2', Address: '1551 BRUCKNER BOULEVARD, SOUNDVIEW', Month: '12', Price: '3054'}, geometry: { type: 'Point', coordinates:[-73.87664258, 40.82403387]} },
{type: 'Feature',properties:{Name: '2', Address: '1024 WARD AVENUE, SOUNDVIEW', Month: '12', Price: '3800'}, geometry: { type: 'Point', coordinates:[-73.87636657, 40.82479111]} },
{type: 'Feature',properties:{Name: '2', Address: '1024 WARD AVENUE, SOUNDVIEW', Month: '3', Price: '3800'}, geometry: { type: 'Point', coordinates:[-73.87636657, 40.82479111]} },
{type: 'Feature',properties:{Name: '2', Address: '1056 MANOR AVENUE, SOUNDVIEW', Month: '1', Price: '3975'}, geometry: { type: 'Point', coordinates:[-73.87555604, 40.82541604]} },
{type: 'Feature',properties:{Name: '2', Address: '1056 MANOR AVENUE, SOUNDVIEW', Month: '12', Price: '3975'}, geometry: { type: 'Point', coordinates:[-73.87555604, 40.82541604]} },
{type: 'Feature',properties:{Name: '2', Address: '1065 STRATFORD AVENUE, SOUNDVIEW', Month: '8', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.87468839, 40.82566487]} },
{type: 'Feature',properties:{Name: '2', Address: '1065 STRATFORD AVENUE, SOUNDVIEW', Month: '9', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.87468839, 40.82566487]} },
{type: 'Feature',properties:{Name: '2', Address: '1850 WATSON AVENUE, SOUNDVIEW', Month: '10', Price: '2435'}, geometry: { type: 'Point', coordinates:[-73.86307033, 40.82810544]} },
{type: 'Feature',properties:{Name: '2', Address: '1856 WATSON AVENUE, SOUNDVIEW', Month: '4', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.86285346, 40.82813537]} },
{type: 'Feature',properties:{Name: '2', Address: '1123 NOBLE AVENUE, SOUNDVIEW', Month: '7', Price: '2992'}, geometry: { type: 'Point', coordinates:[-73.8693471, 40.82795078]} },
{type: 'Feature',properties:{Name: '2', Address: '1144 ROSEDALE AVENUE, SOUNDVIEW', Month: '6', Price: '2772'}, geometry: { type: 'Point', coordinates:[-73.86855751, 40.8289023]} },
{type: 'Feature',properties:{Name: '2', Address: '1147 THIERIOT AVENUE, SOUNDVIEW', Month: '12', Price: '2390'}, geometry: { type: 'Point', coordinates:[-73.86381633, 40.82906697]} },
{type: 'Feature',properties:{Name: '2', Address: '1145 LELAND AVENUE, SOUNDVIEW', Month: '9', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.86288387, 40.82915919]} },
{type: 'Feature',properties:{Name: '2', Address: '1221 ST LAWRENCE AVENUE, SOUNDVIEW', Month: '5', Price: '3270'}, geometry: { type: 'Point', coordinates:[-73.86701495, 40.83051991]} },
{type: 'Feature',properties:{Name: '2', Address: '1229 BEACH AVE, SOUNDVIEW', Month: '11', Price: '3324'}, geometry: { type: 'Point', coordinates:[-73.86613975, 40.83087846]} },
{type: 'Feature',properties:{Name: '2', Address: '1242 BEACH AVENUE, SOUNDVIEW', Month: '12', Price: '3438'}, geometry: { type: 'Point', coordinates:[-73.86618613, 40.83117494]} },
{type: 'Feature',properties:{Name: '2', Address: '1821 GLEASON AVENUE, SOUNDVIEW', Month: '6', Price: '2399'}, geometry: { type: 'Point', coordinates:[-73.86484771, 40.83008373]} },
{type: 'Feature',properties:{Name: '2', Address: '1240 LELAND AVENUE, SOUNDVIEW', Month: '2', Price: '4114'}, geometry: { type: 'Point', coordinates:[-73.86335274, 40.83134728]} },
{type: 'Feature',properties:{Name: '2', Address: '1247 CROES AVENUE, SOUNDVIEW', Month: '2', Price: '2650'}, geometry: { type: 'Point', coordinates:[-73.87102495, 40.83104322]} },
{type: 'Feature',properties:{Name: '2', Address: '1332 BRONX RIVER AVENUE, SOUNDVIEW', Month: '7', Price: '2992'}, geometry: { type: 'Point', coordinates:[-73.88084053, 40.83241516]} },
{type: 'Feature',properties:{Name: '2', Address: '1491 EAST 172 STREET, SOUNDVIEW', Month: '6', Price: '2560'}, geometry: { type: 'Point', coordinates:[-73.88116799, 40.83116391]} },
{type: 'Feature',properties:{Name: '2', Address: '1326 ELDER AVENUE, SOUNDVIEW', Month: '5', Price: '3100'}, geometry: { type: 'Point', coordinates:[-73.87992011, 40.83182958]} },
{type: 'Feature',properties:{Name: '2', Address: '1332 ELDER AVENUE, SOUNDVIEW', Month: '8', Price: '3100'}, geometry: { type: 'Point', coordinates:[-73.87993802, 40.83191743]} },
{type: 'Feature',properties:{Name: '2', Address: '1343 FTELEY AVENUE, SOUNDVIEW', Month: '4', Price: '2296'}, geometry: { type: 'Point', coordinates:[-73.87247353, 40.8331665]} },
{type: 'Feature',properties:{Name: '2', Address: '1313 NOBLE AVENUE, SOUNDVIEW', Month: '6', Price: '3630'}, geometry: { type: 'Point', coordinates:[-73.87050815, 40.832931]} },
{type: 'Feature',properties:{Name: '2', Address: '1335 ROSEDALE AVE, SOUNDVIEW', Month: '5', Price: '3685'}, geometry: { type: 'Point', coordinates:[-73.86963629, 40.83342682]} },
{type: 'Feature',properties:{Name: '2', Address: '1340 ROSEDALE AVE, SOUNDVIEW', Month: '11', Price: '3869'}, geometry: { type: 'Point', coordinates:[-73.86963609, 40.83352563]} },
{type: 'Feature',properties:{Name: '2', Address: '1309 COMMONWEALTH AVE, SOUNDVIEW', Month: '6', Price: '3685'}, geometry: { type: 'Point', coordinates:[-73.86858168, 40.83312645]} },
{type: 'Feature',properties:{Name: '2', Address: '1359 BEACH AVENUE, SOUNDVIEW', Month: '3', Price: '3360'}, geometry: { type: 'Point', coordinates:[-73.86677238, 40.83435949]} },
{type: 'Feature',properties:{Name: '2', Address: '1327 BEACH AVE, SOUNDVIEW', Month: '10', Price: '3685'}, geometry: { type: 'Point', coordinates:[-73.86668335, 40.8337034]} },
{type: 'Feature',properties:{Name: '2', Address: '1414 BRONX RIVER AVE, SOUNDVIEW', Month: '4', Price: '3520'}, geometry: { type: 'Point', coordinates:[-73.87942437, 40.83419775]} },
{type: 'Feature',properties:{Name: '2', Address: '1416 FTELEY AVENUE, SOUNDVIEW', Month: '12', Price: '3628'}, geometry: { type: 'Point', coordinates:[-73.87282458, 40.83478352]} },
{type: 'Feature',properties:{Name: '2', Address: '103 SUNSET BOULEVARD, SOUNDVIEW', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85428805, 40.80578831]} },
{type: 'Feature',properties:{Name: '2', Address: '310 SUNSET BOULEVARD, SOUNDVIEW', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85326722, 40.80678335]} },
{type: 'Feature',properties:{Name: '2', Address: '120 ADMIRAL COURT, SOUNDVIEW', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85311266, 40.80643457]} },
{type: 'Feature',properties:{Name: '2', Address: '110 BEACON LANE, SOUNDVIEW', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8533741, 40.80581734]} },
{type: 'Feature',properties:{Name: '2', Address: '88 BEACON LANE, SOUNDVIEW', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85278222, 40.80558054]} },
{type: 'Feature',properties:{Name: '2', Address: '142 MERMAID LANE, SOUNDVIEW', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85414197, 40.80816231]} },
{type: 'Feature',properties:{Name: '2', Address: '142 MERMAID LANE, SOUNDVIEW', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85414197, 40.80816231]} },
{type: 'Feature',properties:{Name: '2', Address: '117 MERMAID LANE, SOUNDVIEW', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85434829, 40.80797319]} },
{type: 'Feature',properties:{Name: '2', Address: '81 BEACON LANE, SOUNDVIEW', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8527606, 40.80555856]} },
{type: 'Feature',properties:{Name: '2', Address: '305 SURF DRIVE, SOUNDVIEW', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85386306, 40.80521961]} },
{type: 'Feature',properties:{Name: '2', Address: '211 SURF DRIVE, SOUNDVIEW', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85178242, 40.80523342]} },
{type: 'Feature',properties:{Name: '2', Address: '214 SURF DRIVE, SOUNDVIEW', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85057632, 40.80507542]} },
{type: 'Feature',properties:{Name: '2', Address: '111 HERON LANE, SOUNDVIEW', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85079409, 40.80622025]} },
{type: 'Feature',properties:{Name: '2', Address: '102 SURF DRIVE, SOUNDVIEW', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85126854, 40.80566368]} },
{type: 'Feature',properties:{Name: '2', Address: '1867 LAFAYETTE AVENUE, SOUNDVIEW', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86076395, 40.82168827]} },
{type: 'Feature',properties:{Name: '2', Address: '1863 LAFAYETTE AVENUE, SOUNDVIEW', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86090491, 40.82166648]} },
{type: 'Feature',properties:{Name: '2', Address: '1863 LAFAYETTE AVENUE, SOUNDVIEW', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86090491, 40.82166648]} },
{type: 'Feature',properties:{Name: '2', Address: '921A ELDER AVENUE, SOUNDVIEW', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87812403, 40.82203454]} },
{type: 'Feature',properties:{Name: '2', Address: '914B WHEELER AVENUE, SOUNDVIEW', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87812403, 40.82203454]} },
{type: 'Feature',properties:{Name: '2', Address: '918A WHEELER AVENUE, SOUNDVIEW', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87812403, 40.82203454]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A WHITE PLAINS ROAD, SOUNDVIEW', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85501272, 40.80642051]} },
{type: 'Feature',properties:{Name: '2', Address: '624 HARDING PARK, SOUNDVIEW', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85521567, 40.8061161]} },
{type: 'Feature',properties:{Name: '2', Address: '624 HARDING PARK, SOUNDVIEW', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85521567, 40.8061161]} },
{type: 'Feature',properties:{Name: '2', Address: 'BOLTON AVENUE, SOUNDVIEW', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85545795, 40.80765894]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A WHITE PLAINS ROAD, SOUNDVIEW', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85559753, 40.80825472]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A WHITE PLAINS ROAD, SOUNDVIEW', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85573709, 40.80886423]} },
{type: 'Feature',properties:{Name: '2', Address: '537 BOLTON AVENUE, SOUNDVIEW', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85798961, 40.81638208]} },
{type: 'Feature',properties:{Name: '2', Address: '535 BOLTON AVENUE, SOUNDVIEW', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85798245, 40.81635188]} },
{type: 'Feature',properties:{Name: '2', Address: '533 BOLTON AVENUE, SOUNDVIEW', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85797529, 40.81632168]} },
{type: 'Feature',properties:{Name: '2', Address: '631 BOLTON AVENUE, SOUNDVIEW', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85844053, 40.8184]} },
{type: 'Feature',properties:{Name: '2', Address: '629 BOLTON AVENUE, SOUNDVIEW', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85843337, 40.8183698]} },
{type: 'Feature',properties:{Name: '2', Address: '627 BOLTON AVENUE, SOUNDVIEW', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85842982, 40.81833961]} },
{type: 'Feature',properties:{Name: '2', Address: '521 BOLTON AVENUE, SOUNDVIEW', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85793232, 40.81614047]} },
{type: 'Feature',properties:{Name: '2', Address: '517 BOLTON AVENUE, SOUNDVIEW', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.857918, 40.81608282]} },
{type: 'Feature',properties:{Name: '2', Address: '513 BOLTON AVENUE, SOUNDVIEW', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85790367, 40.81602241]} },
{type: 'Feature',properties:{Name: '2', Address: '619 BOLTON AVENUE, SOUNDVIEW', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85840478, 40.81821881]} },
{type: 'Feature',properties:{Name: '2', Address: '617 BOLTON AVENUE, SOUNDVIEW', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85839762, 40.81818861]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A BEACH AVENUE, SOUNDVIEW', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86690899, 40.83471372]} },
{type: 'Feature',properties:{Name: '2', Address: 'BEACH AVENUE, SOUNDVIEW', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86690899, 40.83471372]} },
{type: 'Feature',properties:{Name: '2', Address: '214 HUSSON AVENUE, SOUNDVIEW', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85121867, 40.81019516]} },
{type: 'Feature',properties:{Name: '2', Address: '214 HUSSON AVENUE, SOUNDVIEW', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85121867, 40.81019516]} },
{type: 'Feature',properties:{Name: '2', Address: '170 SOUNDVIEW AVENUE, SOUNDVIEW', Month: '6', Price: '4728'}, geometry: { type: 'Point', coordinates:[-73.85386309, 40.80849407]} },
{type: 'Feature',properties:{Name: '2', Address: '170 SOUNDVIEW AVENUE, SOUNDVIEW', Month: '10', Price: '4728'}, geometry: { type: 'Point', coordinates:[-73.85386309, 40.80849407]} },
{type: 'Feature',properties:{Name: '2', Address: '1953 GILDERSLEEVE AVENUE, SOUNDVIEW', Month: '11', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.85361146, 40.80957517]} },
{type: 'Feature',properties:{Name: '2', Address: '423 WHITE PLAINS ROAD, SOUNDVIEW', Month: '12', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.85645167, 40.81420086]} },
{type: 'Feature',properties:{Name: '2', Address: '610 UNDERHILL AVENUE, SOUNDVIEW', Month: '6', Price: '2820'}, geometry: { type: 'Point', coordinates:[-73.85929044, 40.81797836]} },
{type: 'Feature',properties:{Name: '2', Address: '758 ROSEDALE AVE, SOUNDVIEW', Month: '3', Price: '3788'}, geometry: { type: 'Point', coordinates:[-73.86646884, 40.81994937]} },
{type: 'Feature',properties:{Name: '2', Address: '1735 LAFAYETTE AVENUE, SOUNDVIEW', Month: '3', Price: '31300'}, geometry: { type: 'Point', coordinates:[-73.86699092, 40.8208475]} },
{type: 'Feature',properties:{Name: '2', Address: '1085 COLGATE AVENUE, SOUNDVIEW', Month: '3', Price: '26400'}, geometry: { type: 'Point', coordinates:[-73.88127962, 40.8253068]} },
{type: 'Feature',properties:{Name: '2', Address: '1464 WATSON AVENUE, SOUNDVIEW', Month: '8', Price: '52800'}, geometry: { type: 'Point', coordinates:[-73.8811778, 40.82567174]} },
{type: 'Feature',properties:{Name: '2', Address: '1484-1494 WATSON AVENUE, SOUNDVIEW', Month: '10', Price: '52800'}, geometry: { type: 'Point', coordinates:[-73.88014054, 40.82581064]} },
{type: 'Feature',properties:{Name: '2', Address: '1050 WHEELER AVENUE, SOUNDVIEW', Month: '10', Price: '66000'}, geometry: { type: 'Point', coordinates:[-73.87923902, 40.82482435]} },
{type: 'Feature',properties:{Name: '2', Address: '1027 ELDER AVENUE, SOUNDVIEW', Month: '10', Price: '3240'}, geometry: { type: 'Point', coordinates:[-73.87824584, 40.82457079]} },
{type: 'Feature',properties:{Name: '2', Address: '1053 WARD AVENUE, SOUNDVIEW', Month: '12', Price: '4020'}, geometry: { type: 'Point', coordinates:[-73.87649222, 40.82522766]} },
{type: 'Feature',properties:{Name: '2', Address: '1050 WARD AVENUE, SOUNDVIEW', Month: '9', Price: '4200'}, geometry: { type: 'Point', coordinates:[-73.87646336, 40.82520018]} },
{type: 'Feature',properties:{Name: '2', Address: '1129 WHEELER AVENUE, SOUNDVIEW', Month: '7', Price: '3280'}, geometry: { type: 'Point', coordinates:[-73.87972681, 40.82681753]} },
{type: 'Feature',properties:{Name: '2', Address: '1144 ELDER AVENUE, SOUNDVIEW', Month: '6', Price: '3362'}, geometry: { type: 'Point', coordinates:[-73.87884444, 40.82721459]} },
{type: 'Feature',properties:{Name: '2', Address: '1113 WARD AVENUE, SOUNDVIEW', Month: '3', Price: '43200'}, geometry: { type: 'Point', coordinates:[-73.87680051, 40.8265482]} },
{type: 'Feature',properties:{Name: '2', Address: '1141 MANOR AVENUE, SOUNDVIEW', Month: '12', Price: '3280'}, geometry: { type: 'Point', coordinates:[-73.8760832, 40.82755749]} },
{type: 'Feature',properties:{Name: '2', Address: '1125 MANOR AVENUE, SOUNDVIEW', Month: '8', Price: '3280'}, geometry: { type: 'Point', coordinates:[-73.8760151, 40.82726098]} },
{type: 'Feature',properties:{Name: '2', Address: '1167 STRATFORD AVENUE, SOUNDVIEW', Month: '5', Price: '63250'}, geometry: { type: 'Point', coordinates:[-73.87529771, 40.82829497]} },
{type: 'Feature',properties:{Name: '2', Address: '1113 FTELEY AVE, SOUNDVIEW', Month: '9', Price: '3280'}, geometry: { type: 'Point', coordinates:[-73.87116541, 40.8275521]} },
{type: 'Feature',properties:{Name: '2', Address: '1114 METCALF AVENUE, SOUNDVIEW', Month: '12', Price: '3301'}, geometry: { type: 'Point', coordinates:[-73.8722665, 40.82806933]} },
{type: 'Feature',properties:{Name: '2', Address: '1120 METCALF AVE, SOUNDVIEW', Month: '8', Price: '3301'}, geometry: { type: 'Point', coordinates:[-73.87228802, 40.82815169]} },
{type: 'Feature',properties:{Name: '2', Address: '1144 METCALF AVENUE, SOUNDVIEW', Month: '10', Price: '6150'}, geometry: { type: 'Point', coordinates:[-73.87237049, 40.8284839]} },
{type: 'Feature',properties:{Name: '2', Address: '1144 METCALF AVENUE, SOUNDVIEW', Month: '3', Price: '6150'}, geometry: { type: 'Point', coordinates:[-73.87237049, 40.8284839]} },
{type: 'Feature',properties:{Name: '2', Address: '1148 FTELEY AVENUE, SOUNDVIEW', Month: '2', Price: '3280'}, geometry: { type: 'Point', coordinates:[-73.87127275, 40.82810391]} },
{type: 'Feature',properties:{Name: '2', Address: '1150 FTELEY AVENUE, SOUNDVIEW', Month: '4', Price: '3280'}, geometry: { type: 'Point', coordinates:[-73.87127991, 40.8281341]} },
{type: 'Feature',properties:{Name: '2', Address: '1167 LELAND AVENUE, SOUNDVIEW', Month: '11', Price: '3717'}, geometry: { type: 'Point', coordinates:[-73.86295906, 40.82949413]} },
{type: 'Feature',properties:{Name: '2', Address: '1230 ROSEDALE AVENUE, SOUNDVIEW', Month: '8', Price: '4500'}, geometry: { type: 'Point', coordinates:[-73.8689194, 40.83045622]} },
{type: 'Feature',properties:{Name: '2', Address: '1212 COMMONWEALTH AVENUE, SOUNDVIEW', Month: '3', Price: '3564'}, geometry: { type: 'Point', coordinates:[-73.86787197, 40.830208]} },
{type: 'Feature',properties:{Name: '2', Address: '1230 COMMONWEALTH AVE, SOUNDVIEW', Month: '5', Price: '3564'}, geometry: { type: 'Point', coordinates:[-73.86796512, 40.83061433]} },
{type: 'Feature',properties:{Name: '2', Address: '1230 LELAND AVENUE, SOUNDVIEW', Month: '10', Price: '43500'}, geometry: { type: 'Point', coordinates:[-73.86331695, 40.83117707]} },
{type: 'Feature',properties:{Name: '2', Address: '1275 BRONX RIVER AVENUE, SOUNDVIEW', Month: '11', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.88219169, 40.83056386]} },
{type: 'Feature',properties:{Name: '2', Address: '1263 BRONX RIVER AVENUE, SOUNDVIEW', Month: '1', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.88228251, 40.83029497]} },
{type: 'Feature',properties:{Name: '2', Address: '1253 BRONX RIVER AVENUE, SOUNDVIEW', Month: '1', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.88247502, 40.82972976]} },
{type: 'Feature',properties:{Name: '2', Address: '1237 BRONX RIVER AVENUE, SOUNDVIEW', Month: '6', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.88259852, 40.82937033]} },
{type: 'Feature',properties:{Name: '2', Address: '1233 BRONX RIVER AVENUE, SOUNDVIEW', Month: '10', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.8826312, 40.82927978]} },
{type: 'Feature',properties:{Name: '2', Address: '1504 EAST 172 STREET, SOUNDVIEW', Month: '2', Price: '3198'}, geometry: { type: 'Point', coordinates:[-73.88041293, 40.83106706]} },
{type: 'Feature',properties:{Name: '2', Address: '1223 ELDER AVENUE, SOUNDVIEW', Month: '7', Price: '13200'}, geometry: { type: 'Point', coordinates:[-73.87936447, 40.82936424]} },
{type: 'Feature',properties:{Name: '2', Address: '1250 STRATFORD AVENUE, SOUNDVIEW', Month: '5', Price: '3321'}, geometry: { type: 'Point', coordinates:[-73.87578149, 40.83045558]} },
{type: 'Feature',properties:{Name: '2', Address: '1256 STRATFORD AVENUE, SOUNDVIEW', Month: '10', Price: '3321'}, geometry: { type: 'Point', coordinates:[-73.87580298, 40.8305599]} },
{type: 'Feature',properties:{Name: '2', Address: '1258 STRATFORD AVENUE, SOUNDVIEW', Month: '11', Price: '3321'}, geometry: { type: 'Point', coordinates:[-73.87581376, 40.83059285]} },
{type: 'Feature',properties:{Name: '2', Address: '1235 MORRISON AVENUE, SOUNDVIEW', Month: '11', Price: '34800'}, geometry: { type: 'Point', coordinates:[-73.87482765, 40.83038868]} },
{type: 'Feature',properties:{Name: '2', Address: '1258 FTELEY AVENUE, SOUNDVIEW', Month: '5', Price: '3240'}, geometry: { type: 'Point', coordinates:[-73.87196081, 40.83107171]} },
{type: 'Feature',properties:{Name: '2', Address: '1254 CROES AVENUE, SOUNDVIEW', Month: '11', Price: '3280'}, geometry: { type: 'Point', coordinates:[-73.8710212, 40.83111183]} },
{type: 'Feature',properties:{Name: '2', Address: '1267 NOBLE AVENUE, SOUNDVIEW', Month: '5', Price: '3321'}, geometry: { type: 'Point', coordinates:[-73.87018922, 40.8315528]} },
{type: 'Feature',properties:{Name: '2', Address: '1264 NOBLE AVENUE, SOUNDVIEW', Month: '11', Price: '3321'}, geometry: { type: 'Point', coordinates:[-73.87015677, 40.83151708]} },
{type: 'Feature',properties:{Name: '2', Address: '1264 NOBLE AVENUE, SOUNDVIEW', Month: '11', Price: '3321'}, geometry: { type: 'Point', coordinates:[-73.87015677, 40.83151708]} },
{type: 'Feature',properties:{Name: '2', Address: '1770 EAST 172ND STREET, SOUNDVIEW', Month: '11', Price: '48000'}, geometry: { type: 'Point', coordinates:[-73.86796449, 40.83275246]} },
{type: 'Feature',properties:{Name: '2', Address: '1379 BRONX RIVER AVENUE, SOUNDVIEW', Month: '8', Price: '3564'}, geometry: { type: 'Point', coordinates:[-73.88005815, 40.83343538]} },
{type: 'Feature',properties:{Name: '2', Address: '1364 BRONX RIVER AVENUE, SOUNDVIEW', Month: '1', Price: '24515'}, geometry: { type: 'Point', coordinates:[-73.88017772, 40.8332571]} },
{type: 'Feature',properties:{Name: '2', Address: '1374 BRONX RIVER AVENUE, SOUNDVIEW', Month: '10', Price: '32400'}, geometry: { type: 'Point', coordinates:[-73.8800908, 40.83336405]} },
{type: 'Feature',properties:{Name: '2', Address: '1362 NOBLE AVENUE, SOUNDVIEW', Month: '6', Price: '3630'}, geometry: { type: 'Point', coordinates:[-73.87067643, 40.83373265]} },
{type: 'Feature',properties:{Name: '2', Address: '1359 ROSEDALE AVE, SOUNDVIEW', Month: '10', Price: '2948'}, geometry: { type: 'Point', coordinates:[-73.86972589, 40.83380569]} },
{type: 'Feature',properties:{Name: '2', Address: '1337 ROSEDALE AVE, SOUNDVIEW', Month: '10', Price: '2911'}, geometry: { type: 'Point', coordinates:[-73.86964345, 40.83345976]} },
{type: 'Feature',properties:{Name: '2', Address: '1802 EAST 174 STREET, SOUNDVIEW', Month: '10', Price: '2830'}, geometry: { type: 'Point', coordinates:[-73.86698827, 40.83482634]} },
{type: 'Feature',properties:{Name: '2', Address: '1802 EAST 174TH STREET, SOUNDVIEW', Month: '3', Price: '2830'}, geometry: { type: 'Point', coordinates:[-73.86698827, 40.83482634]} },
{type: 'Feature',properties:{Name: '2', Address: '1429 CROES AVENUE, SOUNDVIEW', Month: '3', Price: '3520'}, geometry: { type: 'Point', coordinates:[-73.87193881, 40.83499114]} },
{type: 'Feature',properties:{Name: '2', Address: '1429 CROES AVENUE, SOUNDVIEW', Month: '6', Price: '3520'}, geometry: { type: 'Point', coordinates:[-73.87193881, 40.83499114]} },
{type: 'Feature',properties:{Name: '2', Address: '1425 NOBLE AVENUE, SOUNDVIEW', Month: '8', Price: '6264'}, geometry: { type: 'Point', coordinates:[-73.87103857, 40.83520148]} },
{type: 'Feature',properties:{Name: '2', Address: '875 MORRISON AVENUE, SOUNDVIEW', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87283531, 40.82160889]} },
{type: 'Feature',properties:{Name: '2', Address: '875 MORRISON AVENUE, 7M, SOUNDVIEW', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87283531, 40.82160889]} },
{type: 'Feature',properties:{Name: '2', Address: '825 MORRISON AVENUE, 10L, SOUNDVIEW', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8726489, 40.82084016]} },
{type: 'Feature',properties:{Name: '2', Address: '825 MORRISON AVENUE, 15E, SOUNDVIEW', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8726489, 40.82084016]} },
{type: 'Feature',properties:{Name: '2', Address: '825 MORRISON AVENUE, 11L, SOUNDVIEW', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8726489, 40.82084016]} },
{type: 'Feature',properties:{Name: '2', Address: '825 MORRISON AVENUE, 6G, SOUNDVIEW', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8726489, 40.82084016]} },
{type: 'Feature',properties:{Name: '2', Address: '820 BOYNTON AVENUE, 7K, SOUNDVIEW', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87621998, 40.82007004]} },
{type: 'Feature',properties:{Name: '2', Address: '820 BOYNTON AVENUE, 11K, SOUNDVIEW', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87621998, 40.82007004]} },
{type: 'Feature',properties:{Name: '2', Address: '880 BOYNTON AVENUE, SOUNDVIEW', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87650671, 40.82131371]} },
{type: 'Feature',properties:{Name: '2', Address: '880 BOYNTON AVENUE, 1M, SOUNDVIEW', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87650671, 40.82131371]} },
{type: 'Feature',properties:{Name: '2', Address: '880 BOYNTON AVENUE, 17E, SOUNDVIEW', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87650671, 40.82131371]} },
{type: 'Feature',properties:{Name: '2', Address: '880 BOYNTON AVENUE, 2J, SOUNDVIEW', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87650671, 40.82131371]} },
{type: 'Feature',properties:{Name: '2', Address: '920 METCALF AVENUE, 11C, SOUNDVIEW', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87115162, 40.82347617]} },
{type: 'Feature',properties:{Name: '2', Address: '920 METCALF AVENUE, 2F, SOUNDVIEW', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87115162, 40.82347617]} },
{type: 'Feature',properties:{Name: '2', Address: '1100 ELDER AVE, 2C, SOUNDVIEW', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.878658, 40.82641293]} },
{type: 'Feature',properties:{Name: '2', Address: '1100 ELDER AVE, G1, SOUNDVIEW', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.878658, 40.82641293]} },
{type: 'Feature',properties:{Name: '2', Address: '1100 ELDER AVE, 4F, SOUNDVIEW', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.878658, 40.82641293]} },
{type: 'Feature',properties:{Name: '2', Address: '1100 ELDER AVE, 4K, SOUNDVIEW', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.878658, 40.82641293]} },
{type: 'Feature',properties:{Name: '2', Address: '1100 ELDER AVE, 3K, SOUNDVIEW', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.878658, 40.82641293]} },
{type: 'Feature',properties:{Name: '2', Address: '1100 ELDER AVE, 3A, SOUNDVIEW', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.878658, 40.82641293]} },
{type: 'Feature',properties:{Name: '2', Address: '1100 ELDER AVENUE, 2K, SOUNDVIEW', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.878658, 40.82641293]} },
{type: 'Feature',properties:{Name: '2', Address: '211 ADMIRAL LANE, SOUNDVIEW', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85366828, 40.80673445]} },
{type: 'Feature',properties:{Name: '2', Address: '112 ADMIRAL LANE, SOUNDVIEW', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85360691, 40.80672065]} },
{type: 'Feature',properties:{Name: '2', Address: '104 NEPTUNE COURT, SOUNDVIEW', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85347149, 40.8075192]} },
{type: 'Feature',properties:{Name: '2', Address: '420 SOUNDVIEW AVENUE, SOUNDVIEW', Month: '6', Price: '4900'}, geometry: { type: 'Point', coordinates:[-73.85834517, 40.81397539]} },
{type: 'Feature',properties:{Name: '2', Address: '1073 WHITE PLAINS ROAD, SOUNDVIEW', Month: '11', Price: '4275'}, geometry: { type: 'Point', coordinates:[-73.86035752, 40.82769596]} },
{type: 'Feature',properties:{Name: '2', Address: '1723 EAST 172ND STREET, SOUNDVIEW', Month: '3', Price: '5040'}, geometry: { type: 'Point', coordinates:[-73.87016218, 40.83244755]} },
{type: 'Feature',properties:{Name: '2', Address: '609 SOUNDVIEW AVENUE, SOUNDVIEW', Month: '11', Price: '3639'}, geometry: { type: 'Point', coordinates:[-73.86231852, 40.81773499]} },
{type: 'Feature',properties:{Name: '2', Address: '1832 WESTCHESTER AVE, SOUNDVIEW', Month: '12', Price: '3500'}, geometry: { type: 'Point', coordinates:[-73.86490468, 40.83228231]} },
{type: 'Feature',properties:{Name: '2', Address: '1561 WESTCHESTER AVENUE, SOUNDVIEW', Month: '1', Price: '4947'}, geometry: { type: 'Point', coordinates:[-73.87716855, 40.82878554]} },
{type: 'Feature',properties:{Name: '2', Address: '1217 STRATFORD AVENUE, SOUNDVIEW', Month: '3', Price: '8500'}, geometry: { type: 'Point', coordinates:[-73.87568845, 40.82996692]} },
{type: 'Feature',properties:{Name: '2', Address: '1215 STRATFORD AVENUE, SOUNDVIEW', Month: '1', Price: '8500'}, geometry: { type: 'Point', coordinates:[-73.8756777, 40.82992025]} },
{type: 'Feature',properties:{Name: '2', Address: '1260-1274 MORRISON AVENUE, SOUNDVIEW', Month: '6', Price: '9400'}, geometry: { type: 'Point', coordinates:[-73.87490635, 40.83081145]} },
{type: 'Feature',properties:{Name: '2', Address: '415 SOUNDVIEW AVENUE, SOUNDVIEW', Month: '1', Price: '10864'}, geometry: { type: 'Point', coordinates:[-73.85855795, 40.81414857]} },
{type: 'Feature',properties:{Name: '2', Address: '300 SOUNDVIEW AVENUE, SOUNDVIEW', Month: '8', Price: '2727'}, geometry: { type: 'Point', coordinates:[-73.85622611, 40.81158212]} },
{type: 'Feature',properties:{Name: '2', Address: '1419 BRONX RIVER AVENUE, SOUNDVIEW', Month: '11', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.87935187, 40.83432119]} },
{type: 'Feature',properties:{Name: '2', Address: 'BRUCKNER BOULEVARD, SOUNDVIEW', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87854682, 40.82397825]} },
{type: 'Feature',properties:{Name: '2', Address: '1125 BRONX RIVER AVENUE, SOUNDVIEW', Month: '10', Price: '5280'}, geometry: { type: 'Point', coordinates:[-73.88344259, 40.82609125]} },
{type: 'Feature',properties:{Name: '2', Address: '1164 WHEELER AVENUE, SOUNDVIEW', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87985929, 40.82749012]} },
{type: 'Feature',properties:{Name: '2', Address: '1232 LELAND AVENUE, SOUNDVIEW', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86332411, 40.83121001]} },
{type: 'Feature',properties:{Name: '2', Address: '1236 LELAND AVENUE, SOUNDVIEW', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86333843, 40.83127865]} },
{type: 'Feature',properties:{Name: '2', Address: '1879 WESTCHESTER AVENUE, SOUNDVIEW', Month: '6', Price: '1431'}, geometry: { type: 'Point', coordinates:[-73.86310749, 40.8328758]} },
{type: 'Feature',properties:{Name: '2', Address: 'SOUNDVIEW AVENUE, SOUNDVIEW', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8630277, 40.81897096]} },
{type: 'Feature',properties:{Name: '2', Address: 'SOUNDVIEW AVENUE, SOUNDVIEW', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8630277, 40.81897096]} },
{type: 'Feature',properties:{Name: '2', Address: '1001 EDISON AVENUE, THROGS NECK', Month: '11', Price: '1718'}, geometry: { type: 'Point', coordinates:[-73.8252356, 40.83177614]} },
{type: 'Feature',properties:{Name: '2', Address: '2909 GREENE PLACE, THROGS NECK', Month: '11', Price: '1694'}, geometry: { type: 'Point', coordinates:[-73.82682906, 40.8318307]} },
{type: 'Feature',properties:{Name: '2', Address: '3059 BARKLEY AVENUE, THROGS NECK', Month: '10', Price: '1962'}, geometry: { type: 'Point', coordinates:[-73.82324227, 40.83261848]} },
{type: 'Feature',properties:{Name: '2', Address: '3060 BARKLEY AVE, THROGS NECK', Month: '5', Price: '1070'}, geometry: { type: 'Point', coordinates:[-73.82320614, 40.83261568]} },
{type: 'Feature',properties:{Name: '2', Address: '2919 SCOTT PLACE, THROGS NECK', Month: '1', Price: '1662'}, geometry: { type: 'Point', coordinates:[-73.82381652, 40.82864501]} },
{type: 'Feature',properties:{Name: '2', Address: '841 HOLLYWOOD AVENUE, THROGS NECK', Month: '11', Price: '1542'}, geometry: { type: 'Point', coordinates:[-73.82145671, 40.83007961]} },
{type: 'Feature',properties:{Name: '2', Address: '833 HOLLYWOOD AVENUE, THROGS NECK', Month: '4', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.82136305, 40.82997242]} },
{type: 'Feature',properties:{Name: '2', Address: '719 EDISON AVENUE, THROGS NECK', Month: '11', Price: '1256'}, geometry: { type: 'Point', coordinates:[-73.82127679, 40.82710954]} },
{type: 'Feature',properties:{Name: '2', Address: '739 HOLLYWOOD AVENUE, THROGS NECK', Month: '5', Price: '1713'}, geometry: { type: 'Point', coordinates:[-73.8198466, 40.82818599]} },
{type: 'Feature',properties:{Name: '2', Address: '731 HOLLYWOOD AVENUE, THROGS NECK', Month: '3', Price: '1619'}, geometry: { type: 'Point', coordinates:[-73.81975655, 40.82808155]} },
{type: 'Feature',properties:{Name: '2', Address: '711 HOLLYWOOD AVENUE, THROGS NECK', Month: '10', Price: '1496'}, geometry: { type: 'Point', coordinates:[-73.81952962, 40.82781771]} },
{type: 'Feature',properties:{Name: '2', Address: '603 EDISON AVENUE, THROGS NECK', Month: '4', Price: '938'}, geometry: { type: 'Point', coordinates:[-73.81957314, 40.82509227]} },
{type: 'Feature',properties:{Name: '2', Address: '195 THROGS NECK BLVD, THROGS NECK', Month: '12', Price: '1620'}, geometry: { type: 'Point', coordinates:[-73.81253555, 40.81704174]} },
{type: 'Feature',properties:{Name: '2', Address: '195 THROGS NECK BOULEVAR, THROGS NECK', Month: '2', Price: '1620'}, geometry: { type: 'Point', coordinates:[-73.81289334, 40.81700115]} },
{type: 'Feature',properties:{Name: '2', Address: '29-31 MILTON PLACE, THROGS NECK', Month: '2', Price: '1957'}, geometry: { type: 'Point', coordinates:[-73.81498515, 40.81699904]} },
{type: 'Feature',properties:{Name: '2', Address: '222 THROGS NECK BLVD, THROGS NECK', Month: '8', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.81287318, 40.81774494]} },
{type: 'Feature',properties:{Name: '2', Address: '3014 LAWTON AVENUE, THROGS NECK', Month: '1', Price: '1683'}, geometry: { type: 'Point', coordinates:[-73.81234841, 40.81806797]} },
{type: 'Feature',properties:{Name: '2', Address: '212 THROGS NECK BLVD, THROGS NECK', Month: '7', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.8127582, 40.81752243]} },
{type: 'Feature',properties:{Name: '2', Address: '213 KEARNEY AVENUE, THROGS NECK', Month: '4', Price: '1683'}, geometry: { type: 'Point', coordinates:[-73.81167037, 40.81765241]} },
{type: 'Feature',properties:{Name: '2', Address: '3028 LAWTON AVENUE, THROGS NECK', Month: '7', Price: '1960'}, geometry: { type: 'Point', coordinates:[-73.8116472, 40.81817661]} },
{type: 'Feature',properties:{Name: '2', Address: '3054 HARDING AVENUE, THROGS NECK', Month: '3', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.80983411, 40.81671619]} },
{type: 'Feature',properties:{Name: '2', Address: '54D EDGEWATER PARK, THROGS NECK', Month: '5', Price: '860'}, geometry: { type: 'Point', coordinates:[-73.81109693, 40.82366242]} },
{type: 'Feature',properties:{Name: '2', Address: '515 REYNOLDS AVENUE, THROGS NECK', Month: '8', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.80965677, 40.82187872]} },
{type: 'Feature',properties:{Name: '2', Address: '3101 MILES AVENUE, THROGS NECK', Month: '12', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.81011764, 40.82117409]} },
{type: 'Feature',properties:{Name: '2', Address: '508 PRENTISS, THROGS NECK', Month: '2', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.81037707, 40.82142154]} },
{type: 'Feature',properties:{Name: '2', Address: '512 REYNOLDS AVE, THROGS NECK', Month: '4', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.80958836, 40.82179352]} },
{type: 'Feature',properties:{Name: '2', Address: '273 REYNOLDS AVENUE, THROGS NECK', Month: '5', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.80912134, 40.82085954]} },
{type: 'Feature',properties:{Name: '2', Address: '3116 WISSMAN AVENUE, THROGS NECK', Month: '11', Price: '1687'}, geometry: { type: 'Point', coordinates:[-73.80928504, 40.82047006]} },
{type: 'Feature',properties:{Name: '2', Address: '246 PRENTISS AVENUE, THROGS NECK', Month: '6', Price: '1170'}, geometry: { type: 'Point', coordinates:[-73.80966599, 40.81991626]} },
{type: 'Feature',properties:{Name: '2', Address: '269 BLAIR AVENUE, THROGS NECK', Month: '2', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.80838621, 40.82144844]} },
{type: 'Feature',properties:{Name: '2', Address: '271 BLAIR AVENUE, THROGS NECK', Month: '11', Price: '1836'}, geometry: { type: 'Point', coordinates:[-73.80836465, 40.82140449]} },
{type: 'Feature',properties:{Name: '2', Address: '228 REYNOLDS AVENUE, THROGS NECK', Month: '2', Price: '1798'}, geometry: { type: 'Point', coordinates:[-73.8084602, 40.81959038]} },
{type: 'Feature',properties:{Name: '2', Address: '258 REYNOLDS AVENUE, THROGS NECK', Month: '12', Price: '1798'}, geometry: { type: 'Point', coordinates:[-73.8087368, 40.82014528]} },
{type: 'Feature',properties:{Name: '2', Address: '266 REYNOLDS AVENUE, THROGS NECK', Month: '9', Price: '1798'}, geometry: { type: 'Point', coordinates:[-73.80881226, 40.82029087]} },
{type: 'Feature',properties:{Name: '2', Address: '279 LONGSTREET AVENUE, THROGS NECK', Month: '12', Price: '1944'}, geometry: { type: 'Point', coordinates:[-73.80730284, 40.82125999]} },
{type: 'Feature',properties:{Name: '2', Address: '304 PENNYFIELD AVENUE, THROGS NECK', Month: '9', Price: '2720'}, geometry: { type: 'Point', coordinates:[-73.80834656, 40.815141]} },
{type: 'Feature',properties:{Name: '2', Address: '266 PENNYFIELD AVENUE, THROGS NECK', Month: '9', Price: '1782'}, geometry: { type: 'Point', coordinates:[-73.80767348, 40.81427803]} },
{type: 'Feature',properties:{Name: '2', Address: '278 PENNYFIELD AVENUE, THROGS NECK', Month: '7', Price: '1900'}, geometry: { type: 'Point', coordinates:[-73.80790044, 40.81450073]} },
{type: 'Feature',properties:{Name: '2', Address: '3087 HATTING PLACE, THROGS NECK', Month: '5', Price: '1426'}, geometry: { type: 'Point', coordinates:[-73.8072438, 40.81420046]} },
{type: 'Feature',properties:{Name: '2', Address: '3085 HATTING PLACE, THROGS NECK', Month: '2', Price: '1741'}, geometry: { type: 'Point', coordinates:[-73.80725827, 40.814195]} },
{type: 'Feature',properties:{Name: '2', Address: '3085 HATTING PLACE, THROGS NECK', Month: '11', Price: '1741'}, geometry: { type: 'Point', coordinates:[-73.80725827, 40.814195]} },
{type: 'Feature',properties:{Name: '2', Address: '3232 HATTING PLACE, THROGS NECK', Month: '10', Price: '1332'}, geometry: { type: 'Point', coordinates:[-73.80257737, 40.81626209]} },
{type: 'Feature',properties:{Name: '2', Address: '3236 HATTING PLACE, THROGS NECK', Month: '6', Price: '1332'}, geometry: { type: 'Point', coordinates:[-73.80254112, 40.8163032]} },
{type: 'Feature',properties:{Name: '2', Address: '3176 GIEGERICH PL, THROGS NECK', Month: '10', Price: '1750'}, geometry: { type: 'Point', coordinates:[-73.80282859, 40.81438787]} },
{type: 'Feature',properties:{Name: '2', Address: '3283 TIERNEY PLACE, THROGS NECK', Month: '3', Price: '1548'}, geometry: { type: 'Point', coordinates:[-73.79970301, 40.81579602]} },
{type: 'Feature',properties:{Name: '2', Address: '3279 TIERNEY PLACE, THROGS NECK', Month: '9', Price: '1530'}, geometry: { type: 'Point', coordinates:[-73.79975385, 40.81571102]} },
{type: 'Feature',properties:{Name: '2', Address: '3193 TIERNEY PLACE, THROGS NECK', Month: '9', Price: '1820'}, geometry: { type: 'Point', coordinates:[-73.80181832, 40.81395796]} },
{type: 'Feature',properties:{Name: '2', Address: '3177 TIERNEY PLACE, THROGS NECK', Month: '4', Price: '1820'}, geometry: { type: 'Point', coordinates:[-73.80223788, 40.813794]} },
{type: 'Feature',properties:{Name: '2', Address: '3205 TIERNEY PLACE, THROGS NECK', Month: '10', Price: '1332'}, geometry: { type: 'Point', coordinates:[-73.80151804, 40.81410291]} },
{type: 'Feature',properties:{Name: '2', Address: '3220 TIERNEY PLACE, THROGS NECK', Month: '11', Price: '3064'}, geometry: { type: 'Point', coordinates:[-73.80097887, 40.81440116]} },
{type: 'Feature',properties:{Name: '2', Address: '3091 FEARN PLACE, THROGS NECK', Month: '10', Price: '720'}, geometry: { type: 'Point', coordinates:[-73.8042853, 40.81165386]} },
{type: 'Feature',properties:{Name: '2', Address: '17 SCHUYLER TERRACE, THROGS NECK', Month: '11', Price: '635'}, geometry: { type: 'Point', coordinates:[-73.80251674, 40.80990794]} },
{type: 'Feature',properties:{Name: '2', Address: '9 SCHUYLER TERRACE, THROGS NECK', Month: '12', Price: '558'}, geometry: { type: 'Point', coordinates:[-73.80275194, 40.80977659]} },
{type: 'Feature',properties:{Name: '2', Address: '1046 REVERE AVENUE, THROGS NECK', Month: '10', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.82813806, 40.83149231]} },
{type: 'Feature',properties:{Name: '2', Address: '940 CALHOUN AVENUE, THROGS NECK', Month: '12', Price: '1672'}, geometry: { type: 'Point', coordinates:[-73.82750018, 40.82943282]} },
{type: 'Feature',properties:{Name: '2', Address: '1047 CALHOUN AVE, THROGS NECK', Month: '7', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.82891247, 40.83106254]} },
{type: 'Feature',properties:{Name: '2', Address: '1028 QUINCY AVENUE, THROGS NECK', Month: '2', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.82946336, 40.83042658]} },
{type: 'Feature',properties:{Name: '2', Address: '1045 QUINCY AVENUE, THROGS NECK', Month: '4', Price: '2399'}, geometry: { type: 'Point', coordinates:[-73.82965439, 40.83061625]} },
{type: 'Feature',properties:{Name: '2', Address: '1056 SWINTON AVENUE, THROGS NECK', Month: '1', Price: '1944'}, geometry: { type: 'Point', coordinates:[-73.83052232, 40.83034855]} },
{type: 'Feature',properties:{Name: '2', Address: '936 SWINTON AVENUE, THROGS NECK', Month: '8', Price: '640'}, geometry: { type: 'Point', coordinates:[-73.82904883, 40.82861994]} },
{type: 'Feature',properties:{Name: '2', Address: '1029 SWINTON AVENUE, THROGS NECK', Month: '1', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.8302558, 40.83000507]} },
{type: 'Feature',properties:{Name: '2', Address: '948 BRINSMADE AVE, THROGS NECK', Month: '5', Price: '954'}, geometry: { type: 'Point', coordinates:[-73.8299276, 40.82834677]} },
{type: 'Feature',properties:{Name: '2', Address: '948 BRINSMADE AVENUE, THROGS NECK', Month: '5', Price: '954'}, geometry: { type: 'Point', coordinates:[-73.8299276, 40.82834677]} },
{type: 'Feature',properties:{Name: '2', Address: '939 SWINTON AVENUE, THROGS NECK', Month: '11', Price: '1908'}, geometry: { type: 'Point', coordinates:[-73.82908133, 40.82863097]} },
{type: 'Feature',properties:{Name: '2', Address: '1013 BRINSMADE AVENUE, THROGS NECK', Month: '6', Price: '1944'}, geometry: { type: 'Point', coordinates:[-73.83086439, 40.82940761]} },
{type: 'Feature',properties:{Name: '2', Address: '1050 HUNTINGTON AVENUE, THROGS NECK', Month: '9', Price: '1110'}, geometry: { type: 'Point', coordinates:[-73.8319809, 40.82942846]} },
{type: 'Feature',properties:{Name: '2', Address: '926 HUNTINGTON AVENUE, THROGS NECK', Month: '5', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.8305398, 40.82774383]} },
{type: 'Feature',properties:{Name: '2', Address: '1017 HUNTINGTON AVENUE, THROGS NECK', Month: '5', Price: '2008'}, geometry: { type: 'Point', coordinates:[-73.83167833, 40.8290465]} },
{type: 'Feature',properties:{Name: '2', Address: '1004 BALCOM AVENUE, THROGS NECK', Month: '1', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.83239158, 40.82849036]} },
{type: 'Feature',properties:{Name: '2', Address: '859 REVERE AVENUE, THROGS NECK', Month: '6', Price: '1426'}, geometry: { type: 'Point', coordinates:[-73.82552992, 40.82840333]} },
{type: 'Feature',properties:{Name: '2', Address: '864 CALHOUN AVENUE, THROGS NECK', Month: '12', Price: '2068'}, geometry: { type: 'Point', coordinates:[-73.82637262, 40.82810817]} },
{type: 'Feature',properties:{Name: '2', Address: '2841 PHILIP AVENUE, THROGS NECK', Month: '10', Price: '1804'}, geometry: { type: 'Point', coordinates:[-73.82570748, 40.82683362]} },
{type: 'Feature',properties:{Name: '2', Address: '2808 LAFAYETTE AVENUE, THROGS NECK', Month: '10', Price: '1278'}, geometry: { type: 'Point', coordinates:[-73.82827663, 40.82820434]} },
{type: 'Feature',properties:{Name: '2', Address: '2775 CROSS BRONX EXPRESSW, THROGS NECK', Month: '6', Price: '1620'}, geometry: { type: 'Point', coordinates:[-73.83018087, 40.82679912]} },
{type: 'Feature',properties:{Name: '2', Address: '2876 SCHLEY AVENUE, THROGS NECK', Month: '1', Price: '1188'}, geometry: { type: 'Point', coordinates:[-73.82104645, 40.82408176]} },
{type: 'Feature',properties:{Name: '2', Address: '409 REVERE AVENUE, THROGS NECK', Month: '3', Price: '1526'}, geometry: { type: 'Point', coordinates:[-73.81924588, 40.82053551]} },
{type: 'Feature',properties:{Name: '2', Address: '441 CALHOUN AVENUE, THROGS NECK', Month: '6', Price: '1685'}, geometry: { type: 'Point', coordinates:[-73.82036191, 40.82067724]} },
{type: 'Feature',properties:{Name: '2', Address: '454 QUINCY AVENUE, THROGS NECK', Month: '6', Price: '1456'}, geometry: { type: 'Point', coordinates:[-73.82131243, 40.82056618]} },
{type: 'Feature',properties:{Name: '2', Address: '436 SWINTON AVE, THROGS NECK', Month: '12', Price: '1258'}, geometry: { type: 'Point', coordinates:[-73.82197174, 40.81991121]} },
{type: 'Feature',properties:{Name: '2', Address: '343 QUINCY AVENUE, THROGS NECK', Month: '2', Price: '798'}, geometry: { type: 'Point', coordinates:[-73.82019389, 40.81867607]} },
{type: 'Feature',properties:{Name: '2', Address: '2811 MILES AVENUE, THROGS NECK', Month: '9', Price: '910'}, geometry: { type: 'Point', coordinates:[-73.82018551, 40.81776756]} },
{type: 'Feature',properties:{Name: '2', Address: '312 SWINTON AVENUE, THROGS NECK', Month: '9', Price: '1021'}, geometry: { type: 'Point', coordinates:[-73.82079547, 40.81799357]} },
{type: 'Feature',properties:{Name: '2', Address: '331 SWINTON AVENUE, THROGS NECK', Month: '12', Price: '1541'}, geometry: { type: 'Point', coordinates:[-73.82095026, 40.81820241]} },
{type: 'Feature',properties:{Name: '2', Address: '329 BRINSMADE AVENUE, THROGS NECK', Month: '8', Price: '1995'}, geometry: { type: 'Point', coordinates:[-73.8217893, 40.81788258]} },
{type: 'Feature',properties:{Name: '2', Address: '321 BRINSMADE AVENUE, THROGS NECK', Month: '10', Price: '1995'}, geometry: { type: 'Point', coordinates:[-73.82173175, 40.81778643]} },
{type: 'Feature',properties:{Name: '2', Address: '2731 MILES AVENUE, THROGS NECK', Month: '1', Price: '1998'}, geometry: { type: 'Point', coordinates:[-73.82287244, 40.81679459]} },
{type: 'Feature',properties:{Name: '2', Address: '4208 EAST TREMONT AVE, THROGS NECK', Month: '11', Price: '1589'}, geometry: { type: 'Point', coordinates:[-73.81624155, 40.8173112]} },
{type: 'Feature',properties:{Name: '2', Address: '224 REVERE AVENUE, THROGS NECK', Month: '4', Price: '1589'}, geometry: { type: 'Point', coordinates:[-73.81701694, 40.81649176]} },
{type: 'Feature',properties:{Name: '2', Address: '4332 EAST TREMONT AVENUE, THROGS NECK', Month: '8', Price: '1728'}, geometry: { type: 'Point', coordinates:[-73.81514579, 40.81509446]} },
{type: 'Feature',properties:{Name: '2', Address: '166 REVERE AVENUE, THROGS NECK', Month: '4', Price: '1584'}, geometry: { type: 'Point', coordinates:[-73.81630922, 40.81504417]} },
{type: 'Feature',properties:{Name: '2', Address: '166 REVERE AVENUE, THROGS NECK', Month: '6', Price: '1584'}, geometry: { type: 'Point', coordinates:[-73.81630922, 40.81504417]} },
{type: 'Feature',properties:{Name: '2', Address: '184 REVERE AVENUE, THROGS NECK', Month: '11', Price: '1584'}, geometry: { type: 'Point', coordinates:[-73.81647087, 40.81537928]} },
{type: 'Feature',properties:{Name: '2', Address: '254 CALHOUN AVENUE, THROGS NECK', Month: '6', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.81814701, 40.81675979]} },
{type: 'Feature',properties:{Name: '2', Address: '242 CALHOUN AVENUE, THROGS NECK', Month: '4', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.81804999, 40.81656476]} },
{type: 'Feature',properties:{Name: '2', Address: '161 REVERE AVENUE, THROGS NECK', Month: '7', Price: '1584'}, geometry: { type: 'Point', coordinates:[-73.81627342, 40.81492609]} },
{type: 'Feature',properties:{Name: '2', Address: '150 CALHOUN, THROGS NECK', Month: '6', Price: '1728'}, geometry: { type: 'Point', coordinates:[-73.81702263, 40.81442225]} },
{type: 'Feature',properties:{Name: '2', Address: '160 CALHOUN AVENUE, THROGS NECK', Month: '12', Price: '1992'}, geometry: { type: 'Point', coordinates:[-73.81713756, 40.81466671]} },
{type: 'Feature',properties:{Name: '2', Address: '188 CALHOUN AVENUE, THROGS NECK', Month: '4', Price: '1584'}, geometry: { type: 'Point', coordinates:[-73.8174788, 40.81538637]} },
{type: 'Feature',properties:{Name: '2', Address: '258 QUINCY AVENUE, THROGS NECK', Month: '9', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.81895664, 40.81662383]} },
{type: 'Feature',properties:{Name: '2', Address: '237 QUINCY AVENUE, THROGS NECK', Month: '11', Price: '3068'}, geometry: { type: 'Point', coordinates:[-73.81877334, 40.81627496]} },
{type: 'Feature',properties:{Name: '2', Address: '229 QUINCY AVENUE, THROGS NECK', Month: '11', Price: '2600'}, geometry: { type: 'Point', coordinates:[-73.81870142, 40.81615133]} },
{type: 'Feature',properties:{Name: '2', Address: '242 SWINTON AVENUE, THROGS NECK', Month: '4', Price: '1296'}, geometry: { type: 'Point', coordinates:[-73.81961585, 40.81600181]} },
{type: 'Feature',properties:{Name: '2', Address: '250 BRINSMADE AVENUE, THROGS NECK', Month: '10', Price: '1080'}, geometry: { type: 'Point', coordinates:[-73.82062751, 40.8159677]} },
{type: 'Feature',properties:{Name: '2', Address: '239 BRINSMADE AVENUE, THROGS NECK', Month: '2', Price: '1080'}, geometry: { type: 'Point', coordinates:[-73.82046578, 40.81565455]} },
{type: 'Feature',properties:{Name: '2', Address: '285 HUNTINGTON AVENUE, THROGS NECK', Month: '1', Price: '576'}, geometry: { type: 'Point', coordinates:[-73.82203489, 40.81656549]} },
{type: 'Feature',properties:{Name: '2', Address: '269 HUNTINGTON AVENUE, THROGS NECK', Month: '5', Price: '1836'}, geometry: { type: 'Point', coordinates:[-73.82185506, 40.81626329]} },
{type: 'Feature',properties:{Name: '2', Address: '268 GRAFF AVENUE, THROGS NECK', Month: '3', Price: '1938'}, geometry: { type: 'Point', coordinates:[-73.82359475, 40.81552489]} },
{type: 'Feature',properties:{Name: '2', Address: '255 BALCOM AVENUE, THROGS NECK', Month: '5', Price: '1539'}, geometry: { type: 'Point', coordinates:[-73.82250028, 40.81545734]} },
{type: 'Feature',properties:{Name: '2', Address: '238 BUTTRICK AVENUE, THROGS NECK', Month: '6', Price: '2178'}, geometry: { type: 'Point', coordinates:[-73.82412094, 40.81463915]} },
{type: 'Feature',properties:{Name: '2', Address: '240 BUTTRICK, THROGS NECK', Month: '3', Price: '660'}, geometry: { type: 'Point', coordinates:[-73.82414251, 40.81467761]} },
{type: 'Feature',properties:{Name: '2', Address: '256 DAVIS AVENUE, THROGS NECK', Month: '4', Price: '1064'}, geometry: { type: 'Point', coordinates:[-73.82521164, 40.81476158]} },
{type: 'Feature',properties:{Name: '2', Address: '245 DAVIS AVENUE, THROGS NECK', Month: '3', Price: '1813'}, geometry: { type: 'Point', coordinates:[-73.82508947, 40.81451162]} },
{type: 'Feature',properties:{Name: '2', Address: '2585 HARDING AVENUE, THROGS NECK', Month: '6', Price: '1620'}, geometry: { type: 'Point', coordinates:[-73.8266139, 40.81316626]} },
{type: 'Feature',properties:{Name: '2', Address: '2583 HARDING AVENUE, THROGS NECK', Month: '6', Price: '1620'}, geometry: { type: 'Point', coordinates:[-73.82662837, 40.8131608]} },
{type: 'Feature',properties:{Name: '2', Address: '278 EMERSON AVENUE, THROGS NECK', Month: '12', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.82823229, 40.81458771]} },
{type: 'Feature',properties:{Name: '2', Address: '2687 SCHURZ AVENUE, THROGS NECK', Month: '5', Price: '1499'}, geometry: { type: 'Point', coordinates:[-73.82273362, 40.81330309]} },
{type: 'Feature',properties:{Name: '2', Address: '1055 EDISON AVENUE, THROGS NECK', Month: '12', Price: '1634'}, geometry: { type: 'Point', coordinates:[-73.82617948, 40.83288095]} },
{type: 'Feature',properties:{Name: '2', Address: '1031 HOLLYWOOD AVENUE, THROGS NECK', Month: '12', Price: '2084'}, geometry: { type: 'Point', coordinates:[-73.82419083, 40.8333116]} },
{type: 'Feature',properties:{Name: '2', Address: '3061 BARKLEY AVENUE, THROGS NECK', Month: '10', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.82321694, 40.83262942]} },
{type: 'Feature',properties:{Name: '2', Address: '959 EDISON AVENUE, THROGS NECK', Month: '8', Price: '1168'}, geometry: { type: 'Point', coordinates:[-73.82486095, 40.83133368]} },
{type: 'Feature',properties:{Name: '2', Address: '2918 SCOTT PLACE, THROGS NECK', Month: '6', Price: '1556'}, geometry: { type: 'Point', coordinates:[-73.82380572, 40.82863127]} },
{type: 'Feature',properties:{Name: '2', Address: '824 LOGAN AVENUE, THROGS NECK', Month: '3', Price: '2506'}, geometry: { type: 'Point', coordinates:[-73.82211967, 40.82944935]} },
{type: 'Feature',properties:{Name: '2', Address: '3723 EAST TREMONT AVENUE, THROGS NECK', Month: '2', Price: '1786'}, geometry: { type: 'Point', coordinates:[-73.82190377, 40.82641061]} },
{type: 'Feature',properties:{Name: '2', Address: '744 EDISON AVENUE, THROGS NECK', Month: '3', Price: '1904'}, geometry: { type: 'Point', coordinates:[-73.82154685, 40.82746129]} },
{type: 'Feature',properties:{Name: '2', Address: '732 HOLLYWOOD AVENUE, THROGS NECK', Month: '2', Price: '1840'}, geometry: { type: 'Point', coordinates:[-73.81976006, 40.82811724]} },
{type: 'Feature',properties:{Name: '2', Address: '732 HOLLYWOOD AVENUE, THROGS NECK', Month: '3', Price: '1840'}, geometry: { type: 'Point', coordinates:[-73.81976006, 40.82811724]} },
{type: 'Feature',properties:{Name: '2', Address: '3801 EAST TREMONT AVE., THROGS NECK', Month: '12', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.8204554, 40.82486034]} },
{type: 'Feature',properties:{Name: '2', Address: '3799 EAST TREMONT AVENUE, THROGS NECK', Month: '6', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.8205452, 40.82505536]} },
{type: 'Feature',properties:{Name: '2', Address: '627 LOGAN AVENUE, THROGS NECK', Month: '2', Price: '1638'}, geometry: { type: 'Point', coordinates:[-73.81902924, 40.82579681]} },
{type: 'Feature',properties:{Name: '2', Address: '633 LOGAN AVENUE, THROGS NECK', Month: '2', Price: '3076'}, geometry: { type: 'Point', coordinates:[-73.81909407, 40.82587376]} },
{type: 'Feature',properties:{Name: '2', Address: '631 LOGAN AVENUE, THROGS NECK', Month: '1', Price: '3028'}, geometry: { type: 'Point', coordinates:[-73.81907246, 40.82584902]} },
{type: 'Feature',properties:{Name: '2', Address: '635 HOLLYWOOD AVENUE, THROGS NECK', Month: '12', Price: '2570'}, geometry: { type: 'Point', coordinates:[-73.81826183, 40.82630886]} },
{type: 'Feature',properties:{Name: '2', Address: '633 HOLLYWOOD AVENUE, THROGS NECK', Month: '6', Price: '2570'}, geometry: { type: 'Point', coordinates:[-73.81824022, 40.82628413]} },
{type: 'Feature',properties:{Name: '2', Address: '533 EDISON AVENUE, THROGS NECK', Month: '8', Price: '1322'}, geometry: { type: 'Point', coordinates:[-73.81873948, 40.82340021]} },
{type: 'Feature',properties:{Name: '2', Address: '518 LOGAN AVENUE, THROGS NECK', Month: '4', Price: '2259'}, geometry: { type: 'Point', coordinates:[-73.8177889, 40.82351948]} },
{type: 'Feature',properties:{Name: '2', Address: '518 LOGAN AVE, THROGS NECK', Month: '2', Price: '2259'}, geometry: { type: 'Point', coordinates:[-73.8177889, 40.82351948]} },
{type: 'Feature',properties:{Name: '2', Address: '558 LOGAN AVENUE, THROGS NECK', Month: '12', Price: '3419'}, geometry: { type: 'Point', coordinates:[-73.81806891, 40.82418414]} },
{type: 'Feature',properties:{Name: '2', Address: '3010 SCHLEY AVENUE, THROGS NECK', Month: '2', Price: '2340'}, geometry: { type: 'Point', coordinates:[-73.81824648, 40.8253125]} },
{type: 'Feature',properties:{Name: '2', Address: '519 HOLLYWOOD AVENUE, THROGS NECK', Month: '9', Price: '1980'}, geometry: { type: 'Point', coordinates:[-73.81675209, 40.82345745]} },
{type: 'Feature',properties:{Name: '2', Address: '503 HOLLYWOOD AVENUE, THROGS NECK', Month: '7', Price: '1980'}, geometry: { type: 'Point', coordinates:[-73.81669121, 40.82325974]} },
{type: 'Feature',properties:{Name: '2', Address: '263 LOGAN AVENUE, THROGS NECK', Month: '5', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.81567842, 40.81844388]} },
{type: 'Feature',properties:{Name: '2', Address: '4185 EAST TREMONT AVENUE, THROGS NECK', Month: '11', Price: '1912'}, geometry: { type: 'Point', coordinates:[-73.81657575, 40.81795949]} },
{type: 'Feature',properties:{Name: '2', Address: '4167 EAST TREMONT AVENUE, THROGS NECK', Month: '12', Price: '1912'}, geometry: { type: 'Point', coordinates:[-73.81668723, 40.81814631]} },
{type: 'Feature',properties:{Name: '2', Address: '4163 EAST TREMONT AVENUE, THROGS NECK', Month: '8', Price: '2084'}, geometry: { type: 'Point', coordinates:[-73.81671241, 40.81818752]} },
{type: 'Feature',properties:{Name: '2', Address: '255 HOLLYWOOD AVE, THROGS NECK', Month: '9', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.81467049, 40.81842305]} },
{type: 'Feature',properties:{Name: '2', Address: '282 LOGAN AVENUE, THROGS NECK', Month: '12', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.81578199, 40.81887771]} },
{type: 'Feature',properties:{Name: '2', Address: '270 HOLLYWOOD AVENUE, THROGS NECK', Month: '12', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.8147634, 40.81879099]} },
{type: 'Feature',properties:{Name: '2', Address: '270 HOLLYWOOD AVENUE, THROGS NECK', Month: '11', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.8147634, 40.81879099]} },
{type: 'Feature',properties:{Name: '2', Address: '2990 LAWTON AVENUE, THROGS NECK', Month: '4', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.81350861, 40.81789693]} },
{type: 'Feature',properties:{Name: '2', Address: '2979 HARDING AVE, THROGS NECK', Month: '1', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.81305372, 40.81649638]} },
{type: 'Feature',properties:{Name: '2', Address: '2920 LAWTON AVENUE, THROGS NECK', Month: '6', Price: '2970'}, geometry: { type: 'Point', coordinates:[-73.81573478, 40.81766172]} },
{type: 'Feature',properties:{Name: '2', Address: '2933 HARDING AVE, THROGS NECK', Month: '9', Price: '2829'}, geometry: { type: 'Point', coordinates:[-73.81464029, 40.81629309]} },
{type: 'Feature',properties:{Name: '2', Address: '2923 HARDING AVE, THROGS NECK', Month: '11', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.81487525, 40.81624681]} },
{type: 'Feature',properties:{Name: '2', Address: '2907 HARDING AVENUE, THROGS NECK', Month: '2', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.81525119, 40.81616781]} },
{type: 'Feature',properties:{Name: '2', Address: '545 VINCENT AVENUE, THROGS NECK', Month: '6', Price: '1375'}, geometry: { type: 'Point', coordinates:[-73.81450043, 40.82628915]} },
{type: 'Feature',properties:{Name: '2', Address: '192 KEARNEY AVENUE, THROGS NECK', Month: '3', Price: '1728'}, geometry: { type: 'Point', coordinates:[-73.81145827, 40.81727878]} },
{type: 'Feature',properties:{Name: '2', Address: '198 KEARNEY AVENUE, THROGS NECK', Month: '5', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.81151575, 40.81739415]} },
{type: 'Feature',properties:{Name: '2', Address: '198 KEARNEY AVENUE, THROGS NECK', Month: '8', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.81151575, 40.81739415]} },
{type: 'Feature',properties:{Name: '2', Address: '135 MEAGHER AVENUE, THROGS NECK', Month: '10', Price: '1536'}, geometry: { type: 'Point', coordinates:[-73.80967437, 40.81572508]} },
{type: 'Feature',properties:{Name: '2', Address: '3159 MILES AVENUE, THROGS NECK', Month: '7', Price: '2706'}, geometry: { type: 'Point', coordinates:[-73.80822637, 40.82174735]} },
{type: 'Feature',properties:{Name: '2', Address: '4173 THROGS NECK EXP, THROGS NECK', Month: '4', Price: '1404'}, geometry: { type: 'Point', coordinates:[-73.80899156, 40.81950069]} },
{type: 'Feature',properties:{Name: '2', Address: '218 BLAIR AVENUE, THROGS NECK', Month: '6', Price: '2124'}, geometry: { type: 'Point', coordinates:[-73.80743779, 40.81957221]} },
{type: 'Feature',properties:{Name: '2', Address: '3183 WISSMAN AVENUE, THROGS NECK', Month: '4', Price: '3388'}, geometry: { type: 'Point', coordinates:[-73.80648753, 40.82083594]} },
{type: 'Feature',properties:{Name: '2', Address: '3183 WISSMAN AVENUE, THROGS NECK', Month: '11', Price: '3388'}, geometry: { type: 'Point', coordinates:[-73.80648753, 40.82083594]} },
{type: 'Feature',properties:{Name: '2', Address: '258A LONGSTREET AVENUE, THROGS NECK', Month: '10', Price: '2058'}, geometry: { type: 'Point', coordinates:[-73.80668669, 40.82068257]} },
{type: 'Feature',properties:{Name: '2', Address: '258 LONGSTREET AVENUE, THROGS NECK', Month: '11', Price: '3360'}, geometry: { type: 'Point', coordinates:[-73.80685721, 40.82043583]} },
{type: 'Feature',properties:{Name: '2', Address: '3186 WISSMAN AVENUE, THROGS NECK', Month: '10', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.80662491, 40.82080598]} },
{type: 'Feature',properties:{Name: '2', Address: '3184 WISSMAN AVENUE, THROGS NECK', Month: '8', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.80668996, 40.8208006]} },
{type: 'Feature',properties:{Name: '2', Address: '4248 THROGS NECK EXPRESSW, THROGS NECK', Month: '9', Price: '2592'}, geometry: { type: 'Point', coordinates:[-73.80680048, 40.81757573]} },
{type: 'Feature',properties:{Name: '2', Address: '3113 HARDING AVE, THROGS NECK', Month: '4', Price: '3168'}, geometry: { type: 'Point', coordinates:[-73.80752479, 40.8169731]} },
{type: 'Feature',properties:{Name: '2', Address: '3193 HATTING PLACE, THROGS NECK', Month: '6', Price: '3181'}, geometry: { type: 'Point', coordinates:[-73.80296472, 40.81599651]} },
{type: 'Feature',properties:{Name: '2', Address: '3193 HATTING PLACE, THROGS NECK', Month: '7', Price: '3181'}, geometry: { type: 'Point', coordinates:[-73.80296472, 40.81599651]} },
{type: 'Feature',properties:{Name: '2', Address: '2861 BARKLEY AVENUE, THROGS NECK', Month: '2', Price: '1902'}, geometry: { type: 'Point', coordinates:[-73.82771803, 40.83042399]} },
{type: 'Feature',properties:{Name: '2', Address: '928 QUINCY AVENUE, THROGS NECK', Month: '10', Price: '1494'}, geometry: { type: 'Point', coordinates:[-73.82819165, 40.82892882]} },
{type: 'Feature',properties:{Name: '2', Address: '1015 QUINCY AVE, THROGS NECK', Month: '5', Price: '2215'}, geometry: { type: 'Point', coordinates:[-73.82933375, 40.8302425]} },
{type: 'Feature',properties:{Name: '2', Address: '937 QUINCY AVENUE, THROGS NECK', Month: '1', Price: '3102'}, geometry: { type: 'Point', coordinates:[-73.82827458, 40.82899757]} },
{type: 'Feature',properties:{Name: '2', Address: '928 SWINTON AVE, THROGS NECK', Month: '2', Price: '2078'}, geometry: { type: 'Point', coordinates:[-73.82898038, 40.82854299]} },
{type: 'Feature',properties:{Name: '2', Address: '951 HUNTINGTON AVE, THROGS NECK', Month: '11', Price: '1820'}, geometry: { type: 'Point', coordinates:[-73.83075603, 40.82796922]} },
{type: 'Feature',properties:{Name: '2', Address: '936 BALCOM AVENUE, THROGS NECK', Month: '7', Price: '2020'}, geometry: { type: 'Point', coordinates:[-73.83154837, 40.82756965]} },
{type: 'Feature',properties:{Name: '2', Address: '2881 RANDALL AVENUE, THROGS NECK', Month: '1', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.82235683, 40.82588707]} },
{type: 'Feature',properties:{Name: '2', Address: '2879 RANDALL AVE, THROGS NECK', Month: '10', Price: '1636'}, geometry: { type: 'Point', coordinates:[-73.82241109, 40.82586245]} },
{type: 'Feature',properties:{Name: '2', Address: '861 REVERE AVENUE, THROGS NECK', Month: '1', Price: '2950'}, geometry: { type: 'Point', coordinates:[-73.82555514, 40.82843082]} },
{type: 'Feature',properties:{Name: '2', Address: '751 REVERE AVENUE, THROGS NECK', Month: '7', Price: '1641'}, geometry: { type: 'Point', coordinates:[-73.82430157, 40.826955]} },
{type: 'Feature',properties:{Name: '2', Address: '712 CALHOUN AVENUE, THROGS NECK', Month: '1', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.82422209, 40.82557977]} },
{type: 'Feature',properties:{Name: '2', Address: '736 CALHOUN AVENUE, THROGS NECK', Month: '7', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.82448866, 40.82589033]} },
{type: 'Feature',properties:{Name: '2', Address: '826 QUINCY AVENUE, THROGS NECK', Month: '10', Price: '2039'}, geometry: { type: 'Point', coordinates:[-73.82672907, 40.82721119]} },
{type: 'Feature',properties:{Name: '2', Address: '2826 PHILIP AVENUE, THROGS NECK', Month: '3', Price: '1487'}, geometry: { type: 'Point', coordinates:[-73.82599335, 40.82667211]} },
{type: 'Feature',properties:{Name: '2', Address: '733 CALHOUN AVENUE, THROGS NECK', Month: '7', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.82445991, 40.8258299]} },
{type: 'Feature',properties:{Name: '2', Address: '740 QUINCY AVENUE, THROGS NECK', Month: '4', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.82551873, 40.82578211]} },
{type: 'Feature',properties:{Name: '2', Address: '2805 PHILIP AVENUE, THROGS NECK', Month: '1', Price: '1498'}, geometry: { type: 'Point', coordinates:[-73.82676754, 40.82631098]} },
{type: 'Feature',properties:{Name: '2', Address: '2783 PHILIP AVENUE, THROGS NECK', Month: '5', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.82739343, 40.82600725]} },
{type: 'Feature',properties:{Name: '2', Address: '2840 RANDALL AVENUE, THROGS NECK', Month: '8', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.82374254, 40.82519752]} },
{type: 'Feature',properties:{Name: '2', Address: '456 REVERE AVENUE, THROGS NECK', Month: '1', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.81961628, 40.82117561]} },
{type: 'Feature',properties:{Name: '2', Address: '432 CALHOUN AVE, THROGS NECK', Month: '1', Price: '2900'}, geometry: { type: 'Point', coordinates:[-73.82027546, 40.82057829]} },
{type: 'Feature',properties:{Name: '2', Address: '435 CALHOUN AVENUE, THROGS NECK', Month: '4', Price: '1700'}, geometry: { type: 'Point', coordinates:[-73.82031154, 40.82059756]} },
{type: 'Feature',properties:{Name: '2', Address: '327 QUINCY AVE, THROGS NECK', Month: '9', Price: '2282'}, geometry: { type: 'Point', coordinates:[-73.8200824, 40.81848926]} },
{type: 'Feature',properties:{Name: '2', Address: '327 QUINCY AVENUE, THROGS NECK', Month: '10', Price: '2282'}, geometry: { type: 'Point', coordinates:[-73.8200824, 40.81848926]} },
{type: 'Feature',properties:{Name: '2', Address: '322 HUNTINGTON AVENUE, THROGS NECK', Month: '2', Price: '2392'}, geometry: { type: 'Point', coordinates:[-73.82257425, 40.81752423]} },
{type: 'Feature',properties:{Name: '2', Address: '324 HUNTINGTON AVENUE, THROGS NECK', Month: '8', Price: '2392'}, geometry: { type: 'Point', coordinates:[-73.82258863, 40.81754896]} },
{type: 'Feature',properties:{Name: '2', Address: '326 HUNTINGTON AVENUE, THROGS NECK', Month: '5', Price: '2392'}, geometry: { type: 'Point', coordinates:[-73.82260302, 40.81757368]} },
{type: 'Feature',properties:{Name: '2', Address: '355 HUNTINGTON AVENUE, THROGS NECK', Month: '1', Price: '2288'}, geometry: { type: 'Point', coordinates:[-73.8228189, 40.81790612]} },
{type: 'Feature',properties:{Name: '2', Address: '355 HUNTINGTON AVENUE, THROGS NECK', Month: '8', Price: '2288'}, geometry: { type: 'Point', coordinates:[-73.8228189, 40.81790612]} },
{type: 'Feature',properties:{Name: '2', Address: '345 HUNTINGTON AVENUE, THROGS NECK', Month: '1', Price: '2288'}, geometry: { type: 'Point', coordinates:[-73.82274697, 40.81778525]} },
{type: 'Feature',properties:{Name: '2', Address: '176 REVERE AVENUE, THROGS NECK', Month: '11', Price: '1584'}, geometry: { type: 'Point', coordinates:[-73.81639902, 40.81523095]} },
{type: 'Feature',properties:{Name: '2', Address: '4188 EAST TREMONT AVENUE, THROGS NECK', Month: '12', Price: '2072'}, geometry: { type: 'Point', coordinates:[-73.81657227, 40.81791282]} },
{type: 'Feature',properties:{Name: '2', Address: '2837 LAWTON AVE, THROGS NECK', Month: '12', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.81858716, 40.81698281]} },
{type: 'Feature',properties:{Name: '2', Address: '273 SWINTON AVENUE, THROGS NECK', Month: '8', Price: '1914'}, geometry: { type: 'Point', coordinates:[-73.82017699, 40.81690844]} },
{type: 'Feature',properties:{Name: '2', Address: '228 BRINSMADE AVENUE, THROGS NECK', Month: '2', Price: '1804'}, geometry: { type: 'Point', coordinates:[-73.8204405, 40.81565177]} },
{type: 'Feature',properties:{Name: '2', Address: '187 SWINTON AVENUE, THROGS NECK', Month: '5', Price: '2838'}, geometry: { type: 'Point', coordinates:[-73.81884281, 40.81464196]} },
{type: 'Feature',properties:{Name: '2', Address: '2766 MILES AVENUE, THROGS NECK', Month: '11', Price: '2180'}, geometry: { type: 'Point', coordinates:[-73.82175508, 40.81717164]} },
{type: 'Feature',properties:{Name: '2', Address: '276 GRAFF AVENUE, THROGS NECK', Month: '8', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.82367746, 40.81566774]} },
{type: 'Feature',properties:{Name: '2', Address: '275 BALCOM AVE, THROGS NECK', Month: '5', Price: '1998'}, geometry: { type: 'Point', coordinates:[-73.82285267, 40.81607819]} },
{type: 'Feature',properties:{Name: '2', Address: '269 BALCOM AVENUE, THROGS NECK', Month: '4', Price: '1998'}, geometry: { type: 'Point', coordinates:[-73.82279155, 40.81596831]} },
{type: 'Feature',properties:{Name: '2', Address: '266 DAVIS AVENUE, THROGS NECK', Month: '1', Price: '2427'}, geometry: { type: 'Point', coordinates:[-73.82533753, 40.81497311]} },
{type: 'Feature',properties:{Name: '2', Address: '243 BUTTRICK AVENUE, THROGS NECK', Month: '1', Price: '2214'}, geometry: { type: 'Point', coordinates:[-73.82420016, 40.81473534]} },
{type: 'Feature',properties:{Name: '2', Address: '241 BUTTRICK AVENUE, THROGS NECK', Month: '3', Price: '2002'}, geometry: { type: 'Point', coordinates:[-73.82417858, 40.81469962]} },
{type: 'Feature',properties:{Name: '2', Address: '268 ROBINSON AVENUE, THROGS NECK', Month: '8', Price: '2914'}, geometry: { type: 'Point', coordinates:[-73.82618736, 40.81464777]} },
{type: 'Feature',properties:{Name: '2', Address: '254 HOSMER AVENUE, THROGS NECK', Month: '3', Price: '2875'}, geometry: { type: 'Point', coordinates:[-73.82700473, 40.81430042]} },
{type: 'Feature',properties:{Name: '2', Address: '264 HOSMER AVENUE, THROGS NECK', Month: '6', Price: '2875'}, geometry: { type: 'Point', coordinates:[-73.8271378, 40.81452843]} },
{type: 'Feature',properties:{Name: '2', Address: '266 HOSMER AVE, THROGS NECK', Month: '7', Price: '2875'}, geometry: { type: 'Point', coordinates:[-73.82716659, 40.81457239]} },
{type: 'Feature',properties:{Name: '2', Address: '2612 MILES, THROGS NECK', Month: '2', Price: '3645'}, geometry: { type: 'Point', coordinates:[-73.82711046, 40.81531887]} },
{type: 'Feature',properties:{Name: '2', Address: '245 ROBINSON AVENUE, THROGS NECK', Month: '1', Price: '2640'}, geometry: { type: 'Point', coordinates:[-73.82604358, 40.81437034]} },
{type: 'Feature',properties:{Name: '2', Address: '2706 HARDING AVENUE, THROGS NECK', Month: '11', Price: '2785'}, geometry: { type: 'Point', coordinates:[-73.82266178, 40.81450242]} },
{type: 'Feature',properties:{Name: '2', Address: '199 BALCOM AVENUE, THROGS NECK', Month: '5', Price: '1836'}, geometry: { type: 'Point', coordinates:[-73.82176644, 40.81427872]} },
{type: 'Feature',properties:{Name: '2', Address: '199 BALCOM AVENUE, THROGS NECK', Month: '6', Price: '1836'}, geometry: { type: 'Point', coordinates:[-73.82176644, 40.81427872]} },
{type: 'Feature',properties:{Name: '2', Address: '196 EMERSON AVENUE, THROGS NECK', Month: '12', Price: '2489'}, geometry: { type: 'Point', coordinates:[-73.8270129, 40.81254655]} },
{type: 'Feature',properties:{Name: '2', Address: '2919 RANDALL AVENUE, THROGS NECK', Month: '3', Price: '1566'}, geometry: { type: 'Point', coordinates:[-73.82132212, 40.82637677]} },
{type: 'Feature',properties:{Name: '2', Address: '741 HOLLYWOOD AVENUE, THROGS NECK', Month: '10', Price: '3355'}, geometry: { type: 'Point', coordinates:[-73.81986821, 40.82821347]} },
{type: 'Feature',properties:{Name: '2', Address: '3020 SCHLEY AVENUE, THROGS NECK', Month: '10', Price: '2898'}, geometry: { type: 'Point', coordinates:[-73.81812347, 40.82537269]} },
{type: 'Feature',properties:{Name: '2', Address: '569 HOLLYWOOD AVENUE, THROGS NECK', Month: '8', Price: '3537'}, geometry: { type: 'Point', coordinates:[-73.81728699, 40.82471813]} },
{type: 'Feature',properties:{Name: '2', Address: '569 HOLLYWOOD AVENUE, THROGS NECK', Month: '6', Price: '3537'}, geometry: { type: 'Point', coordinates:[-73.81728699, 40.82471813]} },
{type: 'Feature',properties:{Name: '2', Address: '189 THROGS NECK BOULEVAR, THROGS NECK', Month: '7', Price: '3700'}, geometry: { type: 'Point', coordinates:[-73.81279617, 40.8168665]} },
{type: 'Feature',properties:{Name: '2', Address: '187 THROGS NECK BOULEVAR, THROGS NECK', Month: '9', Price: '3700'}, geometry: { type: 'Point', coordinates:[-73.81277111, 40.81678412]} },
{type: 'Feature',properties:{Name: '2', Address: '247 KEARNEY AVENUE, THROGS NECK', Month: '3', Price: '2914'}, geometry: { type: 'Point', coordinates:[-73.81224161, 40.81878691]} },
{type: 'Feature',properties:{Name: '2', Address: '184 THROGS NECK BLVD, THROGS NECK', Month: '11', Price: '4002'}, geometry: { type: 'Point', coordinates:[-73.81242763, 40.81687688]} },
{type: 'Feature',properties:{Name: '2', Address: '215 REYNOLDS AVENUE, THROGS NECK', Month: '7', Price: '2754'}, geometry: { type: 'Point', coordinates:[-73.8084244, 40.81947505]} },
{type: 'Feature',properties:{Name: '2', Address: '2472 WENNER PLACE, THROGS NECK', Month: '9', Price: '3276'}, geometry: { type: 'Point', coordinates:[-73.83716525, 40.82244509]} },
{type: 'Feature',properties:{Name: '2', Address: '453 REVERE AVENUE, THROGS NECK', Month: '8', Price: '2320'}, geometry: { type: 'Point', coordinates:[-73.8196056, 40.82111521]} },
{type: 'Feature',properties:{Name: '2', Address: '4342 EAST TREMONT AVENUE, THROGS NECK', Month: '9', Price: '3685'}, geometry: { type: 'Point', coordinates:[-73.81511345, 40.81503128]} },
{type: 'Feature',properties:{Name: '2', Address: '2851 LAWTON AVE, THROGS NECK', Month: '4', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.81812073, 40.81712205]} },
{type: 'Feature',properties:{Name: '2', Address: '2851 LAWTON AVE, THROGS NECK', Month: '5', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.81812073, 40.81712205]} },
{type: 'Feature',properties:{Name: '2', Address: '540 ELLSWORTH AVENUE, THROGS NECK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.81499742, 40.82558181]} },
{type: 'Feature',properties:{Name: '2', Address: '281 BUTTRICK AVENUE, THROGS NECK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82461379, 40.81543038]} },
{type: 'Feature',properties:{Name: '2', Address: '2664 MILES AVENUE, THROGS NECK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82530973, 40.81593098]} },
{type: 'Feature',properties:{Name: '2', Address: '180 DAVIS AVENUE, THROGS NECK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82432687, 40.8132671]} },
{type: 'Feature',properties:{Name: '2', Address: '180 DAVIS AVENUE, THROGS NECK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82432687, 40.8132671]} },
{type: 'Feature',properties:{Name: '2', Address: '181 BUTTRICK AVENUE, THROGS NECK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82334775, 40.81330403]} },
{type: 'Feature',properties:{Name: '2', Address: '181 BUTTRICK AVENUE, THROGS NECK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82334775, 40.81330403]} },
{type: 'Feature',properties:{Name: '2', Address: '200 DAVIS AVENUE, THROGS NECK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82444197, 40.81345666]} },
{type: 'Feature',properties:{Name: '2', Address: '1 ANGELAS PLACE, THROGS NECK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82383464, 40.81224806]} },
{type: 'Feature',properties:{Name: '2', Address: '2 ANGELAS PLACE, THROGS NECK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82383464, 40.81224806]} },
{type: 'Feature',properties:{Name: '2', Address: '5 SAMANTHA WAY, THROGS NECK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82427851, 40.81242714]} },
{type: 'Feature',properties:{Name: '2', Address: 'THROGS NECK BLVD, THROGS NECK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.81208779, 40.81696416]} },
{type: 'Feature',properties:{Name: '2', Address: 'TIERNEY PLACE, THROGS NECK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80080015, 40.81376133]} },
{type: 'Feature',properties:{Name: '2', Address: '2806 LAFAYETTE AVENUE, THROGS NECK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82832366, 40.82818246]} },
{type: 'Feature',properties:{Name: '2', Address: '2825 SAMPSON AVENUE, THROGS NECK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82085273, 40.81953894]} },
{type: 'Feature',properties:{Name: '2', Address: 'MILES AVENUE, THROGS NECK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82621073, 40.81538339]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A MILES AVENUE, THROGS NECK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82587807, 40.81549543]} },
{type: 'Feature',properties:{Name: '2', Address: '2920 PHILIP AVENUE, THROGS NECK', Month: '6', Price: '2016'}, geometry: { type: 'Point', coordinates:[-73.8230374, 40.82812506]} },
{type: 'Feature',properties:{Name: '2', Address: '1 PENNYFIELD AVENUE, THROGS NECK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80240664, 40.80927372]} },
{type: 'Feature',properties:{Name: '2', Address: '3 PENNYFIELD AVENUE, THROGS NECK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80234889, 40.80925715]} },
{type: 'Feature',properties:{Name: '2', Address: '3 PENNYFIELD AVENUE, THROGS NECK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80234889, 40.80925715]} },
{type: 'Feature',properties:{Name: '2', Address: '3 PENNYFIELD AVENUE, THROGS NECK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80234889, 40.80925715]} },
{type: 'Feature',properties:{Name: '2', Address: '4 PENNYFIELD AVENUE, THROGS NECK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80235611, 40.80925991]} },
{type: 'Feature',properties:{Name: '2', Address: '7 PENNYFIELD AVENUE, THROGS NECK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80223699, 40.80922951]} },
{type: 'Feature',properties:{Name: '2', Address: '8 PENNYFIELD AVENUE, THROGS NECK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80226226, 40.80923504]} },
{type: 'Feature',properties:{Name: '2', Address: '9 PENNYFIELD AVENUE, THROGS NECK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80217923, 40.80921569]} },
{type: 'Feature',properties:{Name: '2', Address: '10 PENNYFIELD AVENUE, THROGS NECK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80221533, 40.80922398]} },
{type: 'Feature',properties:{Name: '2', Address: '11 PENNYFIELD AVENUE, THROGS NECK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80212509, 40.80920187]} },
{type: 'Feature',properties:{Name: '2', Address: '13 PENNYFIELD AVENUE, THROGS NECK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80206734, 40.8091853]} },
{type: 'Feature',properties:{Name: '2', Address: '15 PENNYFIELD AVENUE, THROGS NECK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80201319, 40.80917149]} },
{type: 'Feature',properties:{Name: '2', Address: '15 PENNYFIELD AVENUE, THROGS NECK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80201319, 40.80917149]} },
{type: 'Feature',properties:{Name: '2', Address: '15 PENNYFIELD AVENUE, THROGS NECK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80201319, 40.80917149]} },
{type: 'Feature',properties:{Name: '2', Address: '19 PENNYFIELD AVENUE, THROGS NECK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80190129, 40.80914385]} },
{type: 'Feature',properties:{Name: '2', Address: '19 PENNYFIELD AVENUE, THROGS NECK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80190129, 40.80914385]} },
{type: 'Feature',properties:{Name: '2', Address: '21 PENNYFIELD AVENUE, THROGS NECK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80184354, 40.80912728]} },
{type: 'Feature',properties:{Name: '2', Address: '24 PENNYFIELD AVENUE, THROGS NECK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80188325, 40.80913833]} },
{type: 'Feature',properties:{Name: '2', Address: '24 PENNYFIELD AVENUE, THROGS NECK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80188325, 40.80913833]} },
{type: 'Feature',properties:{Name: '2', Address: '24 PENNYFIELD AVENUE, THROGS NECK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80188325, 40.80913833]} },
{type: 'Feature',properties:{Name: '2', Address: '2724 SCHURZ AVENUE, THROGS NECK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82166339, 40.81363904]} },
{type: 'Feature',properties:{Name: '2', Address: '2730 SCHURZ AVENUE, THROGS NECK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82154768, 40.81367729]} },
{type: 'Feature',properties:{Name: '2', Address: '3439 EAST TREMONT AVENUE, THROGS NECK', Month: '12', Price: '3370'}, geometry: { type: 'Point', coordinates:[-73.82777773, 40.83248811]} },
{type: 'Feature',properties:{Name: '2', Address: '3805 EAST TREMONT AVE, THROGS NECK', Month: '11', Price: '3800'}, geometry: { type: 'Point', coordinates:[-73.82042304, 40.82479991]} },
{type: 'Feature',properties:{Name: '2', Address: '3035 EAST 177 STREET, THROGS NECK', Month: '9', Price: '1735'}, geometry: { type: 'Point', coordinates:[-73.818698, 40.82271122]} },
{type: 'Feature',properties:{Name: '2', Address: '3134-3140 MILES AVE, THROGS NECK', Month: '12', Price: '4179'}, geometry: { type: 'Point', coordinates:[-73.80882651, 40.82161934]} },
{type: 'Feature',properties:{Name: '2', Address: '3860 EAST TREMONT AVENUE, THROGS NECK', Month: '3', Price: '14950'}, geometry: { type: 'Point', coordinates:[-73.81993447, 40.82375615]} },
{type: 'Feature',properties:{Name: '2', Address: '4042 EAST TREMONT AVENUE, THROGS NECK', Month: '4', Price: '4950'}, geometry: { type: 'Point', coordinates:[-73.81751808, 40.81950627]} },
{type: 'Feature',properties:{Name: '2', Address: '3031-33 EAST 177 STREET, THROGS NECK', Month: '9', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.81883875, 40.82277182]} },
{type: 'Feature',properties:{Name: '2', Address: '1 PENNYFIELD AVENUE, THROGS NECK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80240664, 40.80927372]} },
{type: 'Feature',properties:{Name: '2', Address: '3 PENNYFIELD AVENUE, THROGS NECK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80234889, 40.80925715]} },
{type: 'Feature',properties:{Name: '2', Address: '4 PENNYFIELD AVENUE, THROGS NECK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80235611, 40.80925991]} },
{type: 'Feature',properties:{Name: '2', Address: '7 PENNYFIELD AVENUE, THROGS NECK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80223699, 40.80922951]} },
{type: 'Feature',properties:{Name: '2', Address: '9 PENNYFIELD AVENUE, THROGS NECK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80217923, 40.80921569]} },
{type: 'Feature',properties:{Name: '2', Address: '13 PENNYFIELD AVENUE, THROGS NECK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80206734, 40.8091853]} },
{type: 'Feature',properties:{Name: '2', Address: '2664 MILES AVENUE, THROGS NECK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82530973, 40.81593098]} },
{type: 'Feature',properties:{Name: '2', Address: '815 HUTCHINSON RVR PY SR, THROGS NECK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83642152, 40.82368465]} },
{type: 'Feature',properties:{Name: '2', Address: '6035 BROADWAY, 6E, VAN CORTLANDT PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89721602, 40.89185916]} },
{type: 'Feature',properties:{Name: '2', Address: '6035 BROADWAY, 4J, VAN CORTLANDT PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89721602, 40.89185916]} },
{type: 'Feature',properties:{Name: '2', Address: '6035 BROADWAY, 3L, VAN CORTLANDT PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89721602, 40.89185916]} },
{type: 'Feature',properties:{Name: '2', Address: '5987 BROADWAY, VAN CORTLANDT PARK', Month: '8', Price: '6000'}, geometry: { type: 'Point', coordinates:[-73.89805447, 40.88993588]} },
{type: 'Feature',properties:{Name: '2', Address: '4259 CARPENTER AVE, WAKEFIELD', Month: '1', Price: '1372'}, geometry: { type: 'Point', coordinates:[-73.85932781, 40.89601583]} },
{type: 'Feature',properties:{Name: '2', Address: '668 EAST 236 STREET, WAKEFIELD', Month: '9', Price: '1890'}, geometry: { type: 'Point', coordinates:[-73.85713613, 40.89588414]} },
{type: 'Feature',properties:{Name: '2', Address: '738 EAST 234TH STREET, WAKEFIELD', Month: '12', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.855665, 40.89374969]} },
{type: 'Feature',properties:{Name: '2', Address: '4225 BRONXWOOD AVENUE, WAKEFIELD', Month: '1', Price: '1728'}, geometry: { type: 'Point', coordinates:[-73.85210185, 40.89231794]} },
{type: 'Feature',properties:{Name: '2', Address: '4231 DIGNEY AVENUE, WAKEFIELD', Month: '10', Price: '1116'}, geometry: { type: 'Point', coordinates:[-73.85174357, 40.89403291]} },
{type: 'Feature',properties:{Name: '2', Address: '4247 BOYD AVENUE, WAKEFIELD', Month: '12', Price: '1328'}, geometry: { type: 'Point', coordinates:[-73.85095775, 40.89444909]} },
{type: 'Feature',properties:{Name: '2', Address: '4227 BOYD AVE, WAKEFIELD', Month: '5', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.85086425, 40.89420744]} },
{type: 'Feature',properties:{Name: '2', Address: '4230 BOYD AVENUE, WAKEFIELD', Month: '8', Price: '1852'}, geometry: { type: 'Point', coordinates:[-73.85086413, 40.89425959]} },
{type: 'Feature',properties:{Name: '2', Address: '4155 BRUNER AVENUE, WAKEFIELD', Month: '7', Price: '1188'}, geometry: { type: 'Point', coordinates:[-73.84766153, 40.89336338]} },
{type: 'Feature',properties:{Name: '2', Address: '4122 BRUNER AVENUE, WAKEFIELD', Month: '7', Price: '1346'}, geometry: { type: 'Point', coordinates:[-73.84743848, 40.89283885]} },
{type: 'Feature',properties:{Name: '2', Address: '4235 WICKHAM AVE, WAKEFIELD', Month: '11', Price: '1184'}, geometry: { type: 'Point', coordinates:[-73.84935357, 40.89526492]} },
{type: 'Feature',properties:{Name: '2', Address: '4233 WICKHAM AVENUE, WAKEFIELD', Month: '3', Price: '1184'}, geometry: { type: 'Point', coordinates:[-73.84933198, 40.89521275]} },
{type: 'Feature',properties:{Name: '2', Address: '4240 ELY AVE, WAKEFIELD', Month: '12', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.84742918, 40.89531729]} },
{type: 'Feature',properties:{Name: '2', Address: '4134 BAYCHESTER AVENUE, WAKEFIELD', Month: '5', Price: '1683'}, geometry: { type: 'Point', coordinates:[-73.84402524, 40.89389923]} },
{type: 'Feature',properties:{Name: '2', Address: '4144 BAYCHESTER AVENUE, WAKEFIELD', Month: '12', Price: '1683'}, geometry: { type: 'Point', coordinates:[-73.84409354, 40.89407773]} },
{type: 'Feature',properties:{Name: '2', Address: '4154 DE REIMER AVENUE, WAKEFIELD', Month: '10', Price: '1402'}, geometry: { type: 'Point', coordinates:[-73.84328969, 40.89444991]} },
{type: 'Feature',properties:{Name: '2', Address: '4165B MURDOCK AVENUE, WAKEFIELD', Month: '10', Price: '1976'}, geometry: { type: 'Point', coordinates:[-73.84198582, 40.89518646]} },
{type: 'Feature',properties:{Name: '2', Address: '4225 WILDER AVENUE, WAKEFIELD', Month: '12', Price: '1515'}, geometry: { type: 'Point', coordinates:[-73.84304681, 40.89621167]} },
{type: 'Feature',properties:{Name: '2', Address: '4144 MURDOCK AVENUE, WAKEFIELD', Month: '6', Price: '690'}, geometry: { type: 'Point', coordinates:[-73.84147346, 40.89465603]} },
{type: 'Feature',properties:{Name: '2', Address: '4141 MONTICELLO AVE, WAKEFIELD', Month: '7', Price: '1382'}, geometry: { type: 'Point', coordinates:[-73.83963576, 40.89476328]} },
{type: 'Feature',properties:{Name: '2', Address: '4141 MONTICELLO AVENUE, WAKEFIELD', Month: '9', Price: '1382'}, geometry: { type: 'Point', coordinates:[-73.83963576, 40.89476328]} },
{type: 'Feature',properties:{Name: '2', Address: '4343 CARPENTER AVENUE, WAKEFIELD', Month: '9', Price: '1252'}, geometry: { type: 'Point', coordinates:[-73.85833344, 40.89755713]} },
{type: 'Feature',properties:{Name: '2', Address: '4330 FURMAN AVENUE, WAKEFIELD', Month: '11', Price: '1332'}, geometry: { type: 'Point', coordinates:[-73.85474809, 40.89623522]} },
{type: 'Feature',properties:{Name: '2', Address: '744 EAST 237 STREET, WAKEFIELD', Month: '9', Price: '1998'}, geometry: { type: 'Point', coordinates:[-73.85368716, 40.89674165]} },
{type: 'Feature',properties:{Name: '2', Address: '4327 BYRON AVENUE, WAKEFIELD', Month: '6', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.85404007, 40.8958089]} },
{type: 'Feature',properties:{Name: '2', Address: '4393 BARNES AVENUE, WAKEFIELD', Month: '7', Price: '968'}, geometry: { type: 'Point', coordinates:[-73.85185188, 40.89736784]} },
{type: 'Feature',properties:{Name: '2', Address: '4393 BARNES AVE, WAKEFIELD', Month: '5', Price: '968'}, geometry: { type: 'Point', coordinates:[-73.85185188, 40.89736784]} },
{type: 'Feature',properties:{Name: '2', Address: '4302 BOYD AVENUE, WAKEFIELD', Month: '2', Price: '1146'}, geometry: { type: 'Point', coordinates:[-73.85139276, 40.89563536]} },
{type: 'Feature',properties:{Name: '2', Address: '4344 BOYD AVENUE, WAKEFIELD', Month: '12', Price: '1318'}, geometry: { type: 'Point', coordinates:[-73.85172359, 40.8965031]} },
{type: 'Feature',properties:{Name: '2', Address: '4345 GUNTHER AVENUE, WAKEFIELD', Month: '3', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.85084788, 40.89666665]} },
{type: 'Feature',properties:{Name: '2', Address: '4316 WICKHAM AVENUE, WAKEFIELD', Month: '4', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.84976335, 40.89639627]} },
{type: 'Feature',properties:{Name: '2', Address: '4318 BRUNER AVENUE, WAKEFIELD', Month: '6', Price: '1828'}, geometry: { type: 'Point', coordinates:[-73.8488911, 40.89662843]} },
{type: 'Feature',properties:{Name: '2', Address: '1908 NEREID AVENUE, WAKEFIELD', Month: '8', Price: '1241'}, geometry: { type: 'Point', coordinates:[-73.84834372, 40.89873837]} },
{type: 'Feature',properties:{Name: '2', Address: '4312 GRACE AVENUE, WAKEFIELD', Month: '1', Price: '1952'}, geometry: { type: 'Point', coordinates:[-73.84709637, 40.89690602]} },
{type: 'Feature',properties:{Name: '2', Address: '4378 GRACE AVENUE, WAKEFIELD', Month: '8', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.8475566, 40.89811155]} },
{type: 'Feature',properties:{Name: '2', Address: '4367 EDSON AVENUE, WAKEFIELD', Month: '7', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.84670963, 40.89834647]} },
{type: 'Feature',properties:{Name: '2', Address: '4370 DE REIMER AVENUE, WAKEFIELD', Month: '5', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.844792, 40.89856074]} },
{type: 'Feature',properties:{Name: '2', Address: '4318 WILDER AVENUE, WAKEFIELD', Month: '10', Price: '1960'}, geometry: { type: 'Point', coordinates:[-73.84362908, 40.89778517]} },
{type: 'Feature',properties:{Name: '2', Address: '4348 WILDER AVENUE, WAKEFIELD', Month: '8', Price: '1836'}, geometry: { type: 'Point', coordinates:[-73.8438412, 40.89833439]} },
{type: 'Feature',properties:{Name: '2', Address: '4421 CARPENTER AVE, WAKEFIELD', Month: '3', Price: '1815'}, geometry: { type: 'Point', coordinates:[-73.85661362, 40.90000326]} },
{type: 'Feature',properties:{Name: '2', Address: '4421 MATILDA AVENUE, WAKEFIELD', Month: '2', Price: '1562'}, geometry: { type: 'Point', coordinates:[-73.85581852, 40.8996784]} },
{type: 'Feature',properties:{Name: '2', Address: '4543 BRONX BOULEVARD, WAKEFIELD', Month: '3', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.85571481, 40.90245863]} },
{type: 'Feature',properties:{Name: '2', Address: '650 EAST 241 STREET, WAKEFIELD', Month: '2', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.85190917, 40.90412258]} },
{type: 'Feature',properties:{Name: '2', Address: '4611 RICHARDSON, WAKEFIELD', Month: '4', Price: '1456'}, geometry: { type: 'Point', coordinates:[-73.85226663, 40.9028001]} },
{type: 'Feature',properties:{Name: '2', Address: '4562 GARDEN PLACE, WAKEFIELD', Month: '3', Price: '1700'}, geometry: { type: 'Point', coordinates:[-73.85131441, 40.90155279]} },
{type: 'Feature',properties:{Name: '2', Address: '1907 NEREID AVENUE, WAKEFIELD', Month: '3', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.84839072, 40.89874667]} },
{type: 'Feature',properties:{Name: '2', Address: '4411 EDSON AVENUE, WAKEFIELD', Month: '10', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.84713749, 40.89947236]} },
{type: 'Feature',properties:{Name: '2', Address: '4439 BAYCHESTER AVENUE, WAKEFIELD', Month: '2', Price: '1530'}, geometry: { type: 'Point', coordinates:[-73.84648105, 40.90021255]} },
{type: 'Feature',properties:{Name: '2', Address: '4440 DEREIMER AVENUE, WAKEFIELD', Month: '10', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.84555061, 40.9005544]} },
{type: 'Feature',properties:{Name: '2', Address: '4418 MURDOCK AVENUE, WAKEFIELD', Month: '2', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.84375666, 40.90044494]} },
{type: 'Feature',properties:{Name: '2', Address: '4449 HILL AVE, WAKEFIELD', Month: '5', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.84311845, 40.90110829]} },
{type: 'Feature',properties:{Name: '2', Address: '4451 MUNDY LANE, WAKEFIELD', Month: '6', Price: '1293'}, geometry: { type: 'Point', coordinates:[-73.84075137, 40.90165673]} },
{type: 'Feature',properties:{Name: '2', Address: '4737 CARPENTER AVE, WAKEFIELD', Month: '12', Price: '1665'}, geometry: { type: 'Point', coordinates:[-73.85224626, 40.90545693]} },
{type: 'Feature',properties:{Name: '2', Address: '4742 CARPENTER, WAKEFIELD', Month: '7', Price: '665'}, geometry: { type: 'Point', coordinates:[-73.85216289, 40.90552818]} },
{type: 'Feature',properties:{Name: '2', Address: '824 CRANFORD AVENUE, WAKEFIELD', Month: '3', Price: '2184'}, geometry: { type: 'Point', coordinates:[-73.84700236, 40.9031775]} },
{type: 'Feature',properties:{Name: '2', Address: '863 EAST 242 STREET, WAKEFIELD', Month: '1', Price: '1476'}, geometry: { type: 'Point', coordinates:[-73.84599279, 40.90486139]} },
{type: 'Feature',properties:{Name: '2', Address: '4817 WILDER AVENUE, WAKEFIELD', Month: '1', Price: '1836'}, geometry: { type: 'Point', coordinates:[-73.84645448, 40.90545211]} },
{type: 'Feature',properties:{Name: '2', Address: '637 EAST 233RD STREET, WAKEFIELD', Month: '5', Price: '1552'}, geometry: { type: 'Point', coordinates:[-73.85949105, 40.89407828]} },
{type: 'Feature',properties:{Name: '2', Address: '674 EAST 235TH, WAKEFIELD', Month: '11', Price: '2324'}, geometry: { type: 'Point', coordinates:[-73.85760059, 40.8951958]} },
{type: 'Feature',properties:{Name: '2', Address: '661 EAST 235 STREET, WAKEFIELD', Month: '1', Price: '1054'}, geometry: { type: 'Point', coordinates:[-73.85794755, 40.89532522]} },
{type: 'Feature',properties:{Name: '2', Address: '766 EAST 234 STREET, WAKEFIELD', Month: '5', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.85475416, 40.89345761]} },
{type: 'Feature',properties:{Name: '2', Address: '4228 WHITE PLAINS ROAD, WAKEFIELD', Month: '6', Price: '3432'}, geometry: { type: 'Point', coordinates:[-73.85683921, 40.89435224]} },
{type: 'Feature',properties:{Name: '2', Address: '728 EAST 235 STREET, WAKEFIELD', Month: '12', Price: '1612'}, geometry: { type: 'Point', coordinates:[-73.85557645, 40.89455103]} },
{type: 'Feature',properties:{Name: '2', Address: '732 EAST 235 STREET, WAKEFIELD', Month: '3', Price: '1724'}, geometry: { type: 'Point', coordinates:[-73.85547163, 40.89451796]} },
{type: 'Feature',properties:{Name: '2', Address: '4256 BYRON AVENUE, WAKEFIELD', Month: '11', Price: '2416'}, geometry: { type: 'Point', coordinates:[-73.85471925, 40.89453623]} },
{type: 'Feature',properties:{Name: '2', Address: '805 EAST 233 STREET, WAKEFIELD', Month: '2', Price: '3408'}, geometry: { type: 'Point', coordinates:[-73.85421755, 40.89240023]} },
{type: 'Feature',properties:{Name: '2', Address: '830 E 234TH STREET, WAKEFIELD', Month: '6', Price: '2643'}, geometry: { type: 'Point', coordinates:[-73.85291082, 40.89286791]} },
{type: 'Feature',properties:{Name: '2', Address: '4200 BRONXWOOD AVENUE, WAKEFIELD', Month: '10', Price: '2911'}, geometry: { type: 'Point', coordinates:[-73.85231751, 40.89292754]} },
{type: 'Feature',properties:{Name: '2', Address: '4169 BOYD AVENUE, WAKEFIELD', Month: '3', Price: '1432'}, geometry: { type: 'Point', coordinates:[-73.85035725, 40.89287561]} },
{type: 'Feature',properties:{Name: '2', Address: '4116 DIGNEY AVENUE, WAKEFIELD', Month: '2', Price: '1434'}, geometry: { type: 'Point', coordinates:[-73.85089122, 40.89186077]} },
{type: 'Feature',properties:{Name: '2', Address: '4111 GUNTHER AVENUE, WAKEFIELD', Month: '1', Price: '3277'}, geometry: { type: 'Point', coordinates:[-73.84914707, 40.8922208]} },
{type: 'Feature',properties:{Name: '2', Address: '1759 EDENWALD AVENUE, WAKEFIELD', Month: '4', Price: '2054'}, geometry: { type: 'Point', coordinates:[-73.8494305, 40.89164204]} },
{type: 'Feature',properties:{Name: '2', Address: '4235 DIGNEY AVENUE, WAKEFIELD', Month: '5', Price: '1674'}, geometry: { type: 'Point', coordinates:[-73.85176154, 40.89408234]} },
{type: 'Feature',properties:{Name: '2', Address: '4248 BRONXWOOD, WAKEFIELD', Month: '8', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.85262126, 40.89459121]} },
{type: 'Feature',properties:{Name: '2', Address: '4238 DIGNEY AVENUE, WAKEFIELD', Month: '2', Price: '1408'}, geometry: { type: 'Point', coordinates:[-73.85176142, 40.89413723]} },
{type: 'Feature',properties:{Name: '2', Address: '4219 BOYD AVENUE, WAKEFIELD', Month: '9', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.8508283, 40.89411133]} },
{type: 'Feature',properties:{Name: '2', Address: '1780 BUSSING AVENUE, WAKEFIELD', Month: '8', Price: '2420'}, geometry: { type: 'Point', coordinates:[-73.84947574, 40.89402449]} },
{type: 'Feature',properties:{Name: '2', Address: '4142 WICKHAM AVENUE, WAKEFIELD', Month: '4', Price: '1890'}, geometry: { type: 'Point', coordinates:[-73.84845095, 40.89295821]} },
{type: 'Feature',properties:{Name: '2', Address: '4143 ELY, WAKEFIELD', Month: '2', Price: '1606'}, geometry: { type: 'Point', coordinates:[-73.84699594, 40.89339269]} },
{type: 'Feature',properties:{Name: '2', Address: '4141 ELY AVENUE, WAKEFIELD', Month: '1', Price: '1540'}, geometry: { type: 'Point', coordinates:[-73.84670305, 40.89335937]} },
{type: 'Feature',properties:{Name: '2', Address: '4139 ELY AVENUE, WAKEFIELD', Month: '7', Price: '1606'}, geometry: { type: 'Point', coordinates:[-73.84668866, 40.89332367]} },
{type: 'Feature',properties:{Name: '2', Address: '4135 ELY AVENUE, WAKEFIELD', Month: '10', Price: '1690'}, geometry: { type: 'Point', coordinates:[-73.8466635, 40.89325502]} },
{type: 'Feature',properties:{Name: '2', Address: '4135 ELY AVENUE, WAKEFIELD', Month: '5', Price: '1690'}, geometry: { type: 'Point', coordinates:[-73.8466635, 40.89325502]} },
{type: 'Feature',properties:{Name: '2', Address: '1802 PITMAN AVENUE, WAKEFIELD', Month: '4', Price: '3080'}, geometry: { type: 'Point', coordinates:[-73.84930906, 40.89575342]} },
{type: 'Feature',properties:{Name: '2', Address: '4136 ELY AVENUE, WAKEFIELD', Month: '1', Price: '1801'}, geometry: { type: 'Point', coordinates:[-73.84665618, 40.89329343]} },
{type: 'Feature',properties:{Name: '2', Address: '4124 GRACE AVENUE, WAKEFIELD', Month: '10', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.84571935, 40.89330865]} },
{type: 'Feature',properties:{Name: '2', Address: '4174 GRACE, WAKEFIELD', Month: '10', Price: '1962'}, geometry: { type: 'Point', coordinates:[-73.84600189, 40.89469235]} },
{type: 'Feature',properties:{Name: '2', Address: '4178 GRACE AVENUE, WAKEFIELD', Month: '2', Price: '1784'}, geometry: { type: 'Point', coordinates:[-73.84608247, 40.8942588]} },
{type: 'Feature',properties:{Name: '2', Address: '4150 EDSON AVENUE, WAKEFIELD', Month: '2', Price: '1750'}, geometry: { type: 'Point', coordinates:[-73.84501969, 40.89399114]} },
{type: 'Feature',properties:{Name: '2', Address: '1923 BUSSING AVE, WAKEFIELD', Month: '6', Price: '3186'}, geometry: { type: 'Point', coordinates:[-73.84649683, 40.89494552]} },
{type: 'Feature',properties:{Name: '2', Address: '1967 BUSSING AVENUE, WAKEFIELD', Month: '12', Price: '1863'}, geometry: { type: 'Point', coordinates:[-73.84515404, 40.89531975]} },
{type: 'Feature',properties:{Name: '2', Address: '2069 EDENWALD AVENUE, WAKEFIELD', Month: '9', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.84122315, 40.89345077]} },
{type: 'Feature',properties:{Name: '2', Address: '2069 EDENWALD AVENUE, WAKEFIELD', Month: '8', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.84122315, 40.89345077]} },
{type: 'Feature',properties:{Name: '2', Address: '4225 DE REIMER AVENUE, WAKEFIELD', Month: '12', Price: '2184'}, geometry: { type: 'Point', coordinates:[-73.84400869, 40.89632825]} },
{type: 'Feature',properties:{Name: '2', Address: '2038 PITMAN AVENUE, WAKEFIELD', Month: '11', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.84367072, 40.8969975]} },
{type: 'Feature',properties:{Name: '2', Address: '4117 HILL AVENUE, WAKEFIELD', Month: '12', Price: '1890'}, geometry: { type: 'Point', coordinates:[-73.84041442, 40.89434442]} },
{type: 'Feature',properties:{Name: '2', Address: '4130 MONTICELLO AVENUE, WAKEFIELD', Month: '4', Price: '2688'}, geometry: { type: 'Point', coordinates:[-73.83955653, 40.89462045]} },
{type: 'Feature',properties:{Name: '2', Address: '4387 CARPENTER AVE, WAKEFIELD', Month: '2', Price: '1893'}, geometry: { type: 'Point', coordinates:[-73.85730653, 40.89907093]} },
{type: 'Feature',properties:{Name: '2', Address: '4375 CARPENTER AVENUE, WAKEFIELD', Month: '5', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.85747707, 40.89882137]} },
{type: 'Feature',properties:{Name: '2', Address: '4373 CARPENTER AVENUE, WAKEFIELD', Month: '11', Price: '1690'}, geometry: { type: 'Point', coordinates:[-73.8575061, 40.89877749]} },
{type: 'Feature',properties:{Name: '2', Address: '627 EAST 237 STREET, WAKEFIELD', Month: '10', Price: '2946'}, geometry: { type: 'Point', coordinates:[-73.85755086, 40.89814627]} },
{type: 'Feature',properties:{Name: '2', Address: '4339 BYRON AVENUE, WAKEFIELD', Month: '4', Price: '3240'}, geometry: { type: 'Point', coordinates:[-73.85377139, 40.89627242]} },
{type: 'Feature',properties:{Name: '2', Address: '771 WHITEHALL PL, WAKEFIELD', Month: '7', Price: '2016'}, geometry: { type: 'Point', coordinates:[-73.85341801, 40.89577243]} },
{type: 'Feature',properties:{Name: '2', Address: '713 EAST 237 STREET, WAKEFIELD', Month: '9', Price: '2238'}, geometry: { type: 'Point', coordinates:[-73.85468837, 40.89708051]} },
{type: 'Feature',properties:{Name: '2', Address: '713 EAST 237 STREET, WAKEFIELD', Month: '2', Price: '2238'}, geometry: { type: 'Point', coordinates:[-73.85468837, 40.89708051]} },
{type: 'Feature',properties:{Name: '2', Address: '1704 NEREID AVENUE, WAKEFIELD', Month: '12', Price: '2860'}, geometry: { type: 'Point', coordinates:[-73.85234996, 40.89785978]} },
{type: 'Feature',properties:{Name: '2', Address: '4328 BOYD AVENUE, WAKEFIELD', Month: '9', Price: '1996'}, geometry: { type: 'Point', coordinates:[-73.85159773, 40.89617358]} },
{type: 'Feature',properties:{Name: '2', Address: '4332 GUNTHER AVENUE, WAKEFIELD', Month: '3', Price: '1504'}, geometry: { type: 'Point', coordinates:[-73.85074706, 40.89646067]} },
{type: 'Feature',properties:{Name: '2', Address: '4322 WICKHAM AVENUE, WAKEFIELD', Month: '5', Price: '1728'}, geometry: { type: 'Point', coordinates:[-73.84980651, 40.89650611]} },
{type: 'Feature',properties:{Name: '2', Address: '4374 ELY AVENUE, WAKEFIELD', Month: '2', Price: '1998'}, geometry: { type: 'Point', coordinates:[-73.84839639, 40.89784642]} },
{type: 'Feature',properties:{Name: '2', Address: '4304 GRACE AVENUE, WAKEFIELD', Month: '10', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.84703883, 40.89676048]} },
{type: 'Feature',properties:{Name: '2', Address: '1924 NEREID AVENUE, WAKEFIELD', Month: '8', Price: '1456'}, geometry: { type: 'Point', coordinates:[-73.84766333, 40.89888844]} },
{type: 'Feature',properties:{Name: '2', Address: '4346 EDSON AVENUE, WAKEFIELD', Month: '7', Price: '1908'}, geometry: { type: 'Point', coordinates:[-73.84644702, 40.89772033]} },
{type: 'Feature',properties:{Name: '2', Address: '4364 EDSON AVENUE, WAKEFIELD', Month: '12', Price: '2430'}, geometry: { type: 'Point', coordinates:[-73.84669151, 40.89836291]} },
{type: 'Feature',properties:{Name: '2', Address: '4378 EDSON AVENUE, WAKEFIELD', Month: '8', Price: '2125'}, geometry: { type: 'Point', coordinates:[-73.84677781, 40.8985826]} },
{type: 'Feature',properties:{Name: '2', Address: '1960 NEREID AVENUE, WAKEFIELD', Month: '2', Price: '1843'}, geometry: { type: 'Point', coordinates:[-73.84666446, 40.89911218]} },
{type: 'Feature',properties:{Name: '2', Address: '1968 NEREID AVENUE, WAKEFIELD', Month: '6', Price: '1843'}, geometry: { type: 'Point', coordinates:[-73.84657036, 40.89913126]} },
{type: 'Feature',properties:{Name: '2', Address: '4369 BAYCHESTER AVENUE, WAKEFIELD', Month: '6', Price: '2820'}, geometry: { type: 'Point', coordinates:[-73.84573668, 40.89831224]} },
{type: 'Feature',properties:{Name: '2', Address: '4320 DEREIMER, WAKEFIELD', Month: '5', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.84444327, 40.89764903]} },
{type: 'Feature',properties:{Name: '2', Address: '4320 DE REIMER AVENUE, WAKEFIELD', Month: '12', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.84444327, 40.89764903]} },
{type: 'Feature',properties:{Name: '2', Address: '2038 NEREID AVENUE, WAKEFIELD', Month: '8', Price: '2068'}, geometry: { type: 'Point', coordinates:[-73.84463052, 40.89955684]} },
{type: 'Feature',properties:{Name: '2', Address: '4365 WILDER AVENUE, WAKEFIELD', Month: '9', Price: '1720'}, geometry: { type: 'Point', coordinates:[-73.84397437, 40.89862002]} },
{type: 'Feature',properties:{Name: '2', Address: '4341 WILDER AVENUE, WAKEFIELD', Month: '3', Price: '1710'}, geometry: { type: 'Point', coordinates:[-73.84380539, 40.89818339]} },
{type: 'Feature',properties:{Name: '2', Address: '4358 WILDER AVENUE, WAKEFIELD', Month: '6', Price: '1955'}, geometry: { type: 'Point', coordinates:[-73.8439095, 40.89851563]} },
{type: 'Feature',properties:{Name: '2', Address: '4319 MURDOCK AVENUE, WAKEFIELD', Month: '6', Price: '1836'}, geometry: { type: 'Point', coordinates:[-73.84276411, 40.89797887]} },
{type: 'Feature',properties:{Name: '2', Address: '4412 BRONX BOULEVARD, WAKEFIELD', Month: '4', Price: '3294'}, geometry: { type: 'Point', coordinates:[-73.85747045, 40.90022115]} },
{type: 'Feature',properties:{Name: '2', Address: '4438 MATILDA AVENUE, WAKEFIELD', Month: '9', Price: '3735'}, geometry: { type: 'Point', coordinates:[-73.85562997, 40.89988401]} },
{type: 'Feature',properties:{Name: '2', Address: '4444 MATILDA AVENUE, WAKEFIELD', Month: '7', Price: '2490'}, geometry: { type: 'Point', coordinates:[-73.85557194, 40.8999553]} },
{type: 'Feature',properties:{Name: '2', Address: '712 EAST 239TH STREET, WAKEFIELD', Month: '1', Price: '1648'}, geometry: { type: 'Point', coordinates:[-73.85259886, 40.89979784]} },
{type: 'Feature',properties:{Name: '2', Address: '728 EAST 239, WAKEFIELD', Month: '11', Price: '2048'}, geometry: { type: 'Point', coordinates:[-73.85201707, 40.89953086]} },
{type: 'Feature',properties:{Name: '2', Address: '4445 BYRON AVE, WAKEFIELD', Month: '12', Price: '1636'}, geometry: { type: 'Point', coordinates:[-73.85209171, 40.89849896]} },
{type: 'Feature',properties:{Name: '2', Address: '605 EAST 239TH STREET, WAKEFIELD', Month: '7', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.85628482, 40.90150419]} },
{type: 'Feature',properties:{Name: '2', Address: '605 EAST 239 STREET, WAKEFIELD', Month: '3', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.85628482, 40.90150419]} },
{type: 'Feature',properties:{Name: '2', Address: '4648 BRONX BLVD., WAKEFIELD', Month: '4', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.85426032, 40.9042381]} },
{type: 'Feature',properties:{Name: '2', Address: '4617 CARPENTER AVENUE, WAKEFIELD', Month: '1', Price: '2375'}, geometry: { type: 'Point', coordinates:[-73.85376257, 40.90357052]} },
{type: 'Feature',properties:{Name: '2', Address: '4558 RICHARDSON AVENUE, WAKEFIELD', Month: '9', Price: '1936'}, geometry: { type: 'Point', coordinates:[-73.85319171, 40.90161283]} },
{type: 'Feature',properties:{Name: '2', Address: '4558 RICHARDSON AVENUE, WAKEFIELD', Month: '3', Price: '1936'}, geometry: { type: 'Point', coordinates:[-73.85319171, 40.90161283]} },
{type: 'Feature',properties:{Name: '2', Address: '648 E 241 ST, WAKEFIELD', Month: '7', Price: '2352'}, geometry: { type: 'Point', coordinates:[-73.85195254, 40.90414459]} },
{type: 'Feature',properties:{Name: '2', Address: '652 EAST 241 STREET, WAKEFIELD', Month: '10', Price: '1737'}, geometry: { type: 'Point', coordinates:[-73.85186219, 40.90410331]} },
{type: 'Feature',properties:{Name: '2', Address: '753 EAST 239 STREET, WAKEFIELD', Month: '8', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.85127985, 40.89921428]} },
{type: 'Feature',properties:{Name: '2', Address: '4524 BYRON AVENUE, WAKEFIELD', Month: '3', Price: '2607'}, geometry: { type: 'Point', coordinates:[-73.85101435, 40.89985619]} },
{type: 'Feature',properties:{Name: '2', Address: '4422 EDSON AVENUE, WAKEFIELD', Month: '2', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.84721285, 40.8997332]} },
{type: 'Feature',properties:{Name: '2', Address: '890 EAST 241 STREET, WAKEFIELD', Month: '6', Price: '2024'}, geometry: { type: 'Point', coordinates:[-73.84593494, 40.90172963]} },
{type: 'Feature',properties:{Name: '2', Address: '4400 WILDER AVENUE, WAKEFIELD', Month: '5', Price: '2106'}, geometry: { type: 'Point', coordinates:[-73.84445617, 40.89986401]} },
{type: 'Feature',properties:{Name: '2', Address: '4400 WILDER AVE, WAKEFIELD', Month: '3', Price: '2106'}, geometry: { type: 'Point', coordinates:[-73.84445617, 40.89986401]} },
{type: 'Feature',properties:{Name: '2', Address: '4419 HILL AVE, WAKEFIELD', Month: '4', Price: '1546'}, geometry: { type: 'Point', coordinates:[-73.84288082, 40.90063313]} },
{type: 'Feature',properties:{Name: '2', Address: '2151 NEREID AVENUE, WAKEFIELD', Month: '7', Price: '2650'}, geometry: { type: 'Point', coordinates:[-73.84069642, 40.90043527]} },
{type: 'Feature',properties:{Name: '2', Address: '4423 MUNDY, WAKEFIELD', Month: '2', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.84052454, 40.90121178]} },
{type: 'Feature',properties:{Name: '2', Address: '4711 BRONX BOULEVARD, WAKEFIELD', Month: '7', Price: '1352'}, geometry: { type: 'Point', coordinates:[-73.85340779, 40.90532666]} },
{type: 'Feature',properties:{Name: '2', Address: '4735 BRONX BOULEVARD, WAKEFIELD', Month: '12', Price: '3305'}, geometry: { type: 'Point', coordinates:[-73.85318287, 40.90561457]} },
{type: 'Feature',properties:{Name: '2', Address: '4728 CARPENTER AVENUE, WAKEFIELD', Month: '9', Price: '2691'}, geometry: { type: 'Point', coordinates:[-73.85236604, 40.90527593]} },
{type: 'Feature',properties:{Name: '2', Address: '4729 RICHARDSON AVENUE, WAKEFIELD', Month: '7', Price: '2232'}, geometry: { type: 'Point', coordinates:[-73.85083377, 40.90456858]} },
{type: 'Feature',properties:{Name: '2', Address: '4821 OSGOOD STREET, WAKEFIELD', Month: '9', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.85020048, 40.90626946]} },
{type: 'Feature',properties:{Name: '2', Address: '727 EAST 242ND STREET, WAKEFIELD', Month: '6', Price: '1980'}, geometry: { type: 'Point', coordinates:[-73.84875862, 40.90557043]} },
{type: 'Feature',properties:{Name: '2', Address: '712 EAST 243 STREET, WAKEFIELD', Month: '2', Price: '2316'}, geometry: { type: 'Point', coordinates:[-73.84859792, 40.90624267]} },
{type: 'Feature',properties:{Name: '2', Address: '720 E. 243 STREET, WAKEFIELD', Month: '4', Price: '2484'}, geometry: { type: 'Point', coordinates:[-73.84849307, 40.90621508]} },
{type: 'Feature',properties:{Name: '2', Address: '4752 BARNES AVENUE, WAKEFIELD', Month: '8', Price: '3312'}, geometry: { type: 'Point', coordinates:[-73.84788296, 40.90407892]} },
{type: 'Feature',properties:{Name: '2', Address: '835 PENFIELD STREET, WAKEFIELD', Month: '5', Price: '1192'}, geometry: { type: 'Point', coordinates:[-73.84644287, 40.90421425]} },
{type: 'Feature',properties:{Name: '2', Address: '4610 WILDER AVENUE, WAKEFIELD', Month: '1', Price: '2543'}, geometry: { type: 'Point', coordinates:[-73.84607911, 40.90351661]} },
{type: 'Feature',properties:{Name: '2', Address: '4633 MURDOCK AVENUE, WAKEFIELD', Month: '7', Price: '1840'}, geometry: { type: 'Point', coordinates:[-73.84537596, 40.90410029]} },
{type: 'Feature',properties:{Name: '2', Address: '4535 HILL AVENUE, WAKEFIELD', Month: '10', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.84387424, 40.90275063]} },
{type: 'Feature',properties:{Name: '2', Address: '981 EAST 241 STREET, WAKEFIELD', Month: '4', Price: '1408'}, geometry: { type: 'Point', coordinates:[-73.84345932, 40.90228896]} },
{type: 'Feature',properties:{Name: '2', Address: '908 CRANFORD AVENUE, WAKEFIELD', Month: '9', Price: '1504'}, geometry: { type: 'Point', coordinates:[-73.84377448, 40.90363977]} },
{type: 'Feature',properties:{Name: '2', Address: '916 CRANFORD AVENUE, WAKEFIELD', Month: '9', Price: '2106'}, geometry: { type: 'Point', coordinates:[-73.84351026, 40.90369705]} },
{type: 'Feature',properties:{Name: '2', Address: '4519 MONTICELLO AVENUE, WAKEFIELD', Month: '7', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.84288292, 40.90280693]} },
{type: 'Feature',properties:{Name: '2', Address: '4511 MONTICELLO AVENUE, WAKEFIELD', Month: '3', Price: '1306'}, geometry: { type: 'Point', coordinates:[-73.84285416, 40.90273278]} },
{type: 'Feature',properties:{Name: '2', Address: '1001 EAST 241 STREET, WAKEFIELD', Month: '12', Price: '2071'}, geometry: { type: 'Point', coordinates:[-73.84259068, 40.90247991]} },
{type: 'Feature',properties:{Name: '2', Address: '4526 MONTICELLO AVE, WAKEFIELD', Month: '11', Price: '1472'}, geometry: { type: 'Point', coordinates:[-73.84288996, 40.90288928]} },
{type: 'Feature',properties:{Name: '2', Address: '944 CRANFORD AVENUE, WAKEFIELD', Month: '9', Price: '2695'}, geometry: { type: 'Point', coordinates:[-73.84249684, 40.903918]} },
{type: 'Feature',properties:{Name: '2', Address: '4516 SETON AVE, WAKEFIELD', Month: '12', Price: '1773'}, geometry: { type: 'Point', coordinates:[-73.8419166, 40.90299773]} },
{type: 'Feature',properties:{Name: '2', Address: '4529 MUNDY LANE, WAKEFIELD', Month: '5', Price: '2120'}, geometry: { type: 'Point', coordinates:[-73.84116661, 40.90349075]} },
{type: 'Feature',properties:{Name: '2', Address: '877 CRANFORD AVENUE, WAKEFIELD', Month: '8', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.8448132, 40.90342709]} },
{type: 'Feature',properties:{Name: '2', Address: '4236 CARPENTER AVENUE, WAKEFIELD', Month: '2', Price: '3548'}, geometry: { type: 'Point', coordinates:[-73.85960021, 40.89548644]} },
{type: 'Feature',properties:{Name: '2', Address: '630 EAST 236 STREET, WAKEFIELD', Month: '11', Price: '2975'}, geometry: { type: 'Point', coordinates:[-73.85852777, 40.896325]} },
{type: 'Feature',properties:{Name: '2', Address: '4121 BRUNER AVENUE, WAKEFIELD', Month: '11', Price: '4962'}, geometry: { type: 'Point', coordinates:[-73.84744942, 40.89280044]} },
{type: 'Feature',properties:{Name: '2', Address: '4110 HILL AVENUE, WAKEFIELD', Month: '5', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.84035319, 40.89424004]} },
{type: 'Feature',properties:{Name: '2', Address: '4348 CARPENTER AVENUE, WAKEFIELD', Month: '6', Price: '4140'}, geometry: { type: 'Point', coordinates:[-73.85808314, 40.89789167]} },
{type: 'Feature',properties:{Name: '2', Address: '4358 DE REIMER AVENUE, WAKEFIELD', Month: '8', Price: '2285'}, geometry: { type: 'Point', coordinates:[-73.84470932, 40.89834105]} },
{type: 'Feature',properties:{Name: '2', Address: '4350 DE REIMER AVENUE, WAKEFIELD', Month: '6', Price: '4635'}, geometry: { type: 'Point', coordinates:[-73.84465178, 40.89819551]} },
{type: 'Feature',properties:{Name: '2', Address: '677 NEREID AVENUE, WAKEFIELD', Month: '9', Price: '2432'}, geometry: { type: 'Point', coordinates:[-73.85505366, 40.89875523]} },
{type: 'Feature',properties:{Name: '2', Address: '4557A BRONX BOULEVARD, WAKEFIELD', Month: '11', Price: '2919'}, geometry: { type: 'Point', coordinates:[-73.85567019, 40.90301849]} },
{type: 'Feature',properties:{Name: '2', Address: '4557B BRONX BOULEVARD, WAKEFIELD', Month: '10', Price: '2919'}, geometry: { type: 'Point', coordinates:[-73.85563028, 40.90307059]} },
{type: 'Feature',properties:{Name: '2', Address: '4649 BRONX BLVD, WAKEFIELD', Month: '4', Price: '1890'}, geometry: { type: 'Point', coordinates:[-73.85427839, 40.90424636]} },
{type: 'Feature',properties:{Name: '2', Address: '4649 BRONX BOULEVARD, WAKEFIELD', Month: '7', Price: '1890'}, geometry: { type: 'Point', coordinates:[-73.85427839, 40.90424636]} },
{type: 'Feature',properties:{Name: '2', Address: '4642-4644 MATILDA AVENUE, WAKEFIELD', Month: '8', Price: '3730'}, geometry: { type: 'Point', coordinates:[-73.85276437, 40.90346495]} },
{type: 'Feature',properties:{Name: '2', Address: '713 EAST 239 STREET, WAKEFIELD', Month: '3', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.85252294, 40.89978128]} },
{type: 'Feature',properties:{Name: '2', Address: '4625 FURMAN AVENUE, WAKEFIELD', Month: '1', Price: '4433'}, geometry: { type: 'Point', coordinates:[-73.8503148, 40.9020922]} },
{type: 'Feature',properties:{Name: '2', Address: '2091 NEREID AVENUE, WAKEFIELD', Month: '3', Price: '3258'}, geometry: { type: 'Point', coordinates:[-73.84270508, 40.89999613]} },
{type: 'Feature',properties:{Name: '2', Address: '637 EAST 241ST STREET, WAKEFIELD', Month: '12', Price: '2754'}, geometry: { type: 'Point', coordinates:[-73.85240061, 40.90437023]} },
{type: 'Feature',properties:{Name: '2', Address: '4515 MUNDY LANE, WAKEFIELD', Month: '11', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.84105555, 40.90303772]} },
{type: 'Feature',properties:{Name: '2', Address: '1776 BUSSING AVENUE, WAKEFIELD', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84956623, 40.89399441]} },
{type: 'Feature',properties:{Name: '2', Address: '1782 BUSSING AVENUE, WAKEFIELD', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84942869, 40.89403815]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A BISSEL AVENUE, WAKEFIELD', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85052608, 40.89983086]} },
{type: 'Feature',properties:{Name: '2', Address: '4385 CARPENTER AVE, WAKEFIELD', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85733555, 40.89902979]} },
{type: 'Feature',properties:{Name: '2', Address: '4312 RICHARDSON AVENUE, WAKEFIELD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85701915, 40.89645763]} },
{type: 'Feature',properties:{Name: '2', Address: '655 EAST 233 STREET, WAKEFIELD', Month: '4', Price: '60200'}, geometry: { type: 'Point', coordinates:[-73.85903562, 40.89393226]} },
{type: 'Feature',properties:{Name: '2', Address: '685 EAST 234 STREET, WAKEFIELD', Month: '9', Price: '3552'}, geometry: { type: 'Point', coordinates:[-73.8577433, 40.89443021]} },
{type: 'Feature',properties:{Name: '2', Address: '4215 DIGNEY AVENUE, WAKEFIELD', Month: '10', Price: '4332'}, geometry: { type: 'Point', coordinates:[-73.85166805, 40.8938352]} },
{type: 'Feature',properties:{Name: '2', Address: '4156 EDSON AVENUE, WAKEFIELD', Month: '6', Price: '4590'}, geometry: { type: 'Point', coordinates:[-73.84505923, 40.89409824]} },
{type: 'Feature',properties:{Name: '2', Address: '4310 RICHARDSON AVENUE, WAKEFIELD', Month: '2', Price: '5896'}, geometry: { type: 'Point', coordinates:[-73.85704818, 40.8964165]} },
{type: 'Feature',properties:{Name: '2', Address: '4350 RICHARDSON AVENUE, WAKEFIELD', Month: '8', Price: '6902'}, geometry: { type: 'Point', coordinates:[-73.85648211, 40.89724744]} },
{type: 'Feature',properties:{Name: '2', Address: '4371 MATILDA AVENUE, WAKEFIELD', Month: '8', Price: '2322'}, geometry: { type: 'Point', coordinates:[-73.85671102, 40.89844715]} },
{type: 'Feature',properties:{Name: '2', Address: '4371 MATILDA AVENUE, WAKEFIELD', Month: '11', Price: '2322'}, geometry: { type: 'Point', coordinates:[-73.85671102, 40.89844715]} },
{type: 'Feature',properties:{Name: '2', Address: '4359 FURMAN AVENUE, WAKEFIELD', Month: '10', Price: '11480'}, geometry: { type: 'Point', coordinates:[-73.85418898, 40.89717869]} },
{type: 'Feature',properties:{Name: '2', Address: '4441 CARPENTER AVENUE, WAKEFIELD', Month: '4', Price: '5375'}, geometry: { type: 'Point', coordinates:[-73.85642137, 40.9002473]} },
{type: 'Feature',properties:{Name: '2', Address: '4450 WHITE PLAINS ROAD, WAKEFIELD', Month: '2', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.85363105, 40.89922552]} },
{type: 'Feature',properties:{Name: '2', Address: '4439 FURMAN AVENUE, WAKEFIELD', Month: '8', Price: '3424'}, geometry: { type: 'Point', coordinates:[-73.85293756, 40.89876353]} },
{type: 'Feature',properties:{Name: '2', Address: '4637 FURMAN AVENUE, WAKEFIELD', Month: '3', Price: '2310'}, geometry: { type: 'Point', coordinates:[-73.85022047, 40.90221285]} },
{type: 'Feature',properties:{Name: '2', Address: '716 PENFIELD STREET, WAKEFIELD', Month: '11', Price: '5925'}, geometry: { type: 'Point', coordinates:[-73.84911468, 40.90489571]} },
{type: 'Feature',properties:{Name: '2', Address: '718 PENFIELD STREET, WAKEFIELD', Month: '7', Price: '4800'}, geometry: { type: 'Point', coordinates:[-73.84908938, 40.90488744]} },
{type: 'Feature',properties:{Name: '2', Address: '717 EAST 242 STREET, WAKEFIELD', Month: '9', Price: '3460'}, geometry: { type: 'Point', coordinates:[-73.84889239, 40.90560903]} },
{type: 'Feature',properties:{Name: '2', Address: '675 EAST 234TH STREET, WAKEFIELD', Month: '10', Price: '38600'}, geometry: { type: 'Point', coordinates:[-73.85800355, 40.89451012]} },
{type: 'Feature',properties:{Name: '2', Address: '4651/4653 CARPENTER AVENUE, WAKEFIELD', Month: '11', Price: '2916'}, geometry: { type: 'Point', coordinates:[-73.85324693, 40.90445365]} },
{type: 'Feature',properties:{Name: '2', Address: '4377 BRONX BOULEVARD, WAKEFIELD', Month: '10', Price: '46500'}, geometry: { type: 'Point', coordinates:[-73.85825041, 40.89917364]} },
{type: 'Feature',properties:{Name: '2', Address: '711 NEREID AVENUE, WAKEFIELD', Month: '8', Price: '3962'}, geometry: { type: 'Point', coordinates:[-73.85388991, 40.89830089]} },
{type: 'Feature',properties:{Name: '2', Address: '4200 BAYCHESTER AVE, WAKEFIELD', Month: '2', Price: '3225'}, geometry: { type: 'Point', coordinates:[-73.84468312, 40.89562103]} },
{type: 'Feature',properties:{Name: '2', Address: '4419 WHITE PLAINS ROAD, WAKEFIELD', Month: '8', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.85394651, 40.89888283]} },
{type: 'Feature',properties:{Name: '2', Address: '4653 WHITE PLAINS ROAD, WAKEFIELD', Month: '5', Price: '10180'}, geometry: { type: 'Point', coordinates:[-73.85092817, 40.90279838]} },
{type: 'Feature',properties:{Name: '2', Address: '4651 WHITE PLAINS ROAD, WAKEFIELD', Month: '8', Price: '6400'}, geometry: { type: 'Point', coordinates:[-73.85094631, 40.90277919]} },
{type: 'Feature',properties:{Name: '2', Address: '4750 BRONX BOULEVARD, WAKEFIELD', Month: '3', Price: '8075'}, geometry: { type: 'Point', coordinates:[-73.85301604, 40.90580099]} },
{type: 'Feature',properties:{Name: '2', Address: '4733 WHITE PLAINS ROAD, WAKEFIELD', Month: '2', Price: '2210'}, geometry: { type: 'Point', coordinates:[-73.84978878, 40.90435314]} },
{type: 'Feature',properties:{Name: '2', Address: '4642 FURMAN AVENUE, WAKEFIELD', Month: '3', Price: '8700'}, geometry: { type: 'Point', coordinates:[-73.85015162, 40.90226491]} },
{type: 'Feature',properties:{Name: '2', Address: '600 EAST 242ND STREET, WAKEFIELD', Month: '11', Price: '8500'}, geometry: { type: 'Point', coordinates:[-73.85231243, 40.90660978]} },
{type: 'Feature',properties:{Name: '2', Address: '715 EAST 235 STREET, WAKEFIELD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85593424, 40.89468322]} },
{type: 'Feature',properties:{Name: '2', Address: '713 EAST 235 STREET, WAKEFIELD', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85598485, 40.89469975]} },
{type: 'Feature',properties:{Name: '2', Address: '2160 GLEASON AVENUE, WESTCHESTER', Month: '11', Price: '1348'}, geometry: { type: 'Point', coordinates:[-73.85225094, 40.83175079]} },
{type: 'Feature',properties:{Name: '2', Address: '2256 POWELL AVE, WESTCHESTER', Month: '8', Price: '1890'}, geometry: { type: 'Point', coordinates:[-73.84918734, 40.83142844]} },
{type: 'Feature',properties:{Name: '2', Address: '2303 POWELL AVENUE, WESTCHESTER', Month: '10', Price: '1534'}, geometry: { type: 'Point', coordinates:[-73.84731127, 40.8316977]} },
{type: 'Feature',properties:{Name: '2', Address: '1218 HAVEMEYER AVENUE, WESTCHESTER', Month: '4', Price: '1395'}, geometry: { type: 'Point', coordinates:[-73.84806767, 40.83277188]} },
{type: 'Feature',properties:{Name: '2', Address: '1218 HAVEMEYER AVENUE, WESTCHESTER', Month: '7', Price: '1395'}, geometry: { type: 'Point', coordinates:[-73.84806767, 40.83277188]} },
{type: 'Feature',properties:{Name: '2', Address: '2330 ELLIS AVE, WESTCHESTER', Month: '2', Price: '1240'}, geometry: { type: 'Point', coordinates:[-73.84702956, 40.83320417]} },
{type: 'Feature',properties:{Name: '2', Address: '2330 ELLIS AVE, WESTCHESTER', Month: '12', Price: '1240'}, geometry: { type: 'Point', coordinates:[-73.84702956, 40.83320417]} },
{type: 'Feature',properties:{Name: '2', Address: '2341 NEWBOLD AVENUE, WESTCHESTER', Month: '5', Price: '1890'}, geometry: { type: 'Point', coordinates:[-73.84698083, 40.83396714]} },
{type: 'Feature',properties:{Name: '2', Address: '2335 NEWBOLD AVENUE, WESTCHESTER', Month: '12', Price: '1890'}, geometry: { type: 'Point', coordinates:[-73.84711458, 40.8339481]} },
{type: 'Feature',properties:{Name: '2', Address: '2219 MANNING STREET, WESTCHESTER', Month: '6', Price: '1392'}, geometry: { type: 'Point', coordinates:[-73.85193558, 40.83706141]} },
{type: 'Feature',properties:{Name: '2', Address: '2460 GLEBE AVENUE, WESTCHESTER', Month: '11', Price: '1462'}, geometry: { type: 'Point', coordinates:[-73.84782422, 40.83967726]} },
{type: 'Feature',properties:{Name: '2', Address: '2537 FRISBY AVENUE, WESTCHESTER', Month: '9', Price: '1682'}, geometry: { type: 'Point', coordinates:[-73.84578419, 40.84041562]} },
{type: 'Feature',properties:{Name: '2', Address: '1505 BENSON STREET, WESTCHESTER', Month: '6', Price: '750'}, geometry: { type: 'Point', coordinates:[-73.84512772, 40.84141382]} },
{type: 'Feature',properties:{Name: '2', Address: '2354 MACLAY AVENUE, WESTCHESTER', Month: '6', Price: '1340'}, geometry: { type: 'Point', coordinates:[-73.85134818, 40.83955011]} },
{type: 'Feature',properties:{Name: '2', Address: '1653 HUBBELL STREET, WESTCHESTER', Month: '9', Price: '1944'}, geometry: { type: 'Point', coordinates:[-73.84966947, 40.84034939]} },
{type: 'Feature',properties:{Name: '2', Address: '1631 OVERING STREET, WESTCHESTER', Month: '1', Price: '690'}, geometry: { type: 'Point', coordinates:[-73.84774573, 40.84239168]} },
{type: 'Feature',properties:{Name: '2', Address: '1617 OVERING STREET, WESTCHESTER', Month: '8', Price: '2274'}, geometry: { type: 'Point', coordinates:[-73.84744265, 40.84216896]} },
{type: 'Feature',properties:{Name: '2', Address: '1529 HONE AVENUE, WESTCHESTER', Month: '2', Price: '1230'}, geometry: { type: 'Point', coordinates:[-73.85103939, 40.84349386]} },
{type: 'Feature',properties:{Name: '2', Address: '1538 HONE AVENUE, WESTCHESTER', Month: '10', Price: '1578'}, geometry: { type: 'Point', coordinates:[-73.85103909, 40.84362561]} },
{type: 'Feature',properties:{Name: '2', Address: '1540 HONE AVENUE, WESTCHESTER', Month: '7', Price: '1806'}, geometry: { type: 'Point', coordinates:[-73.85104623, 40.84366404]} },
{type: 'Feature',properties:{Name: '2', Address: '1527 ROSELLE STREET, WESTCHESTER', Month: '6', Price: '1456'}, geometry: { type: 'Point', coordinates:[-73.84775337, 40.84378875]} },
{type: 'Feature',properties:{Name: '2', Address: '2049 MAYFLOWER AVENUE, WESTCHESTER', Month: '11', Price: '1879'}, geometry: { type: 'Point', coordinates:[-73.83379633, 40.85343086]} },
{type: 'Feature',properties:{Name: '2', Address: '2164 GLEASON AVENUE, WESTCHESTER', Month: '9', Price: '2316'}, geometry: { type: 'Point', coordinates:[-73.8521678, 40.83176166]} },
{type: 'Feature',properties:{Name: '2', Address: '2163 GLEASON AVENUE, WESTCHESTER', Month: '5', Price: '2982'}, geometry: { type: 'Point', coordinates:[-73.85221475, 40.8317727]} },
{type: 'Feature',properties:{Name: '2', Address: '2149 GLEASON AVENUE, WESTCHESTER', Month: '3', Price: '3342'}, geometry: { type: 'Point', coordinates:[-73.85250032, 40.8317319]} },
{type: 'Feature',properties:{Name: '2', Address: '2157 ELLIS AVENUE, WESTCHESTER', Month: '2', Price: '1918'}, geometry: { type: 'Point', coordinates:[-73.85258541, 40.83247033]} },
{type: 'Feature',properties:{Name: '2', Address: '2244 HAVILAND AVE, WESTCHESTER', Month: '6', Price: '2750'}, geometry: { type: 'Point', coordinates:[-73.84919265, 40.83067914]} },
{type: 'Feature',properties:{Name: '2', Address: '2265 POWELL AVENUE, WESTCHESTER', Month: '10', Price: '3788'}, geometry: { type: 'Point', coordinates:[-73.84901741, 40.83146939]} },
{type: 'Feature',properties:{Name: '2', Address: '2253 GLEASON AVENUE, WESTCHESTER', Month: '11', Price: '3528'}, geometry: { type: 'Point', coordinates:[-73.84944588, 40.83215064]} },
{type: 'Feature',properties:{Name: '2', Address: '2253 GLEASON AVENUE, WESTCHESTER', Month: '1', Price: '3528'}, geometry: { type: 'Point', coordinates:[-73.84944588, 40.83215064]} },
{type: 'Feature',properties:{Name: '2', Address: '2211 GLEASON AVENUE, WESTCHESTER', Month: '3', Price: '3084'}, geometry: { type: 'Point', coordinates:[-73.85036402, 40.83202557]} },
{type: 'Feature',properties:{Name: '2', Address: '2211 GLEASON AVENUE, WESTCHESTER', Month: '8', Price: '3084'}, geometry: { type: 'Point', coordinates:[-73.85036402, 40.83202557]} },
{type: 'Feature',properties:{Name: '2', Address: '2226 NEWBOLD AVE, WESTCHESTER', Month: '2', Price: '2660'}, geometry: { type: 'Point', coordinates:[-73.85034987, 40.83349672]} },
{type: 'Feature',properties:{Name: '2', Address: '2267 ELLIS AVE, WESTCHESTER', Month: '5', Price: '2540'}, geometry: { type: 'Point', coordinates:[-73.84930684, 40.83291074]} },
{type: 'Feature',properties:{Name: '2', Address: '2322 ELLIS AVENUE, WESTCHESTER', Month: '10', Price: '2071'}, geometry: { type: 'Point', coordinates:[-73.84720307, 40.8331797]} },
{type: 'Feature',properties:{Name: '2', Address: '2329 ELLIS AVENUE, WESTCHESTER', Month: '8', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.84707651, 40.83321521]} },
{type: 'Feature',properties:{Name: '2', Address: '2317 NEWBOLD AVENUE, WESTCHESTER', Month: '5', Price: '1140'}, geometry: { type: 'Point', coordinates:[-73.84750498, 40.83389647]} },
{type: 'Feature',properties:{Name: '2', Address: '1360 HERSCHELL STREET, WESTCHESTER', Month: '10', Price: '2694'}, geometry: { type: 'Point', coordinates:[-73.84526749, 40.83726126]} },
{type: 'Feature',properties:{Name: '2', Address: '2159 GLEBE AVE, WESTCHESTER', Month: '9', Price: '1844'}, geometry: { type: 'Point', coordinates:[-73.85063308, 40.83612104]} },
{type: 'Feature',properties:{Name: '2', Address: '1557 GLOVER ST, WESTCHESTER', Month: '10', Price: '2194'}, geometry: { type: 'Point', coordinates:[-73.85112099, 40.8377136]} },
{type: 'Feature',properties:{Name: '2', Address: '2205 STARLING AVENUE, WESTCHESTER', Month: '6', Price: '2660'}, geometry: { type: 'Point', coordinates:[-73.85194431, 40.83638348]} },
{type: 'Feature',properties:{Name: '2', Address: '1519 GLOVER STREET, WESTCHESTER', Month: '2', Price: '2812'}, geometry: { type: 'Point', coordinates:[-73.85005653, 40.83698488]} },
{type: 'Feature',properties:{Name: '2', Address: '1417 PARKER STREET, WESTCHESTER', Month: '9', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.84770855, 40.83652618]} },
{type: 'Feature',properties:{Name: '2', Address: '2304 GLEBE AVE, WESTCHESTER', Month: '8', Price: '2020'}, geometry: { type: 'Point', coordinates:[-73.85061527, 40.83761414]} },
{type: 'Feature',properties:{Name: '2', Address: '2350 GLEBE AVE, WESTCHESTER', Month: '1', Price: '2820'}, geometry: { type: 'Point', coordinates:[-73.84990565, 40.83818686]} },
{type: 'Feature',properties:{Name: '2', Address: '1452 ROWLAND STREET, WESTCHESTER', Month: '4', Price: '2352'}, geometry: { type: 'Point', coordinates:[-73.84665245, 40.83846803]} },
{type: 'Feature',properties:{Name: '2', Address: '1509 ROWLAND STREET, WESTCHESTER', Month: '1', Price: '2295'}, geometry: { type: 'Point', coordinates:[-73.84762317, 40.83909512]} },
{type: 'Feature',properties:{Name: '2', Address: '2423 FRISBY AVENUE, WESTCHESTER', Month: '9', Price: '2220'}, geometry: { type: 'Point', coordinates:[-73.84800043, 40.8384808]} },
{type: 'Feature',properties:{Name: '2', Address: '2450 GLEBE AVENUE, WESTCHESTER', Month: '12', Price: '1462'}, geometry: { type: 'Point', coordinates:[-73.84796183, 40.83955667]} },
{type: 'Feature',properties:{Name: '2', Address: '2430 ST RAYMONDS AVENUE, WESTCHESTER', Month: '7', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.84898425, 40.83970898]} },
{type: 'Feature',properties:{Name: '2', Address: '2708 EAST TREMONT AVENUE, WESTCHESTER', Month: '8', Price: '3046'}, geometry: { type: 'Point', coordinates:[-73.84554423, 40.84259186]} },
{type: 'Feature',properties:{Name: '2', Address: '1618 GLOVER ST, WESTCHESTER', Month: '9', Price: '1428'}, geometry: { type: 'Point', coordinates:[-73.851922, 40.83829102]} },
{type: 'Feature',properties:{Name: '2', Address: '1645 PARKER STREET, WESTCHESTER', Month: '6', Price: '2439'}, geometry: { type: 'Point', coordinates:[-73.85219015, 40.83959511]} },
{type: 'Feature',properties:{Name: '2', Address: '1666 ZEREGA AVENUE, WESTCHESTER', Month: '10', Price: '1516'}, geometry: { type: 'Point', coordinates:[-73.85069762, 40.83956574]} },
{type: 'Feature',properties:{Name: '2', Address: '1637 ST PETERS AVENUE, WESTCHESTER', Month: '12', Price: '1888'}, geometry: { type: 'Point', coordinates:[-73.84883929, 40.84147638]} },
{type: 'Feature',properties:{Name: '2', Address: '1637 ST. PETERS AVENUE, WESTCHESTER', Month: '1', Price: '1888'}, geometry: { type: 'Point', coordinates:[-73.84883929, 40.84147638]} },
{type: 'Feature',properties:{Name: '2', Address: '2409 MACLAY AVENUE, WESTCHESTER', Month: '5', Price: '2126'}, geometry: { type: 'Point', coordinates:[-73.8508013, 40.8400709]} },
{type: 'Feature',properties:{Name: '2', Address: '2429 BUCK STREET, WESTCHESTER', Month: '5', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.85117557, 40.84078226]} },
{type: 'Feature',properties:{Name: '2', Address: '2429 BUCK STREET, WESTCHESTER', Month: '2', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.85117557, 40.84078226]} },
{type: 'Feature',properties:{Name: '2', Address: '1750 SEDDON STREET, WESTCHESTER', Month: '8', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.85099899, 40.84216537]} },
{type: 'Feature',properties:{Name: '2', Address: '1601 OVERING, WESTCHESTER', Month: '11', Price: '1900'}, geometry: { type: 'Point', coordinates:[-73.84688341, 40.84175376]} },
{type: 'Feature',properties:{Name: '2', Address: '2563 ST RAYMONDS AVENUE, WESTCHESTER', Month: '1', Price: '2350'}, geometry: { type: 'Point', coordinates:[-73.84670533, 40.8421817]} },
{type: 'Feature',properties:{Name: '2', Address: '2403 POPLAR STREET, WESTCHESTER', Month: '10', Price: '3135'}, geometry: { type: 'Point', coordinates:[-73.85391064, 40.84278665]} },
{type: 'Feature',properties:{Name: '2', Address: '1530 HONE AVENUE, WESTCHESTER', Month: '6', Price: '1608'}, geometry: { type: 'Point', coordinates:[-73.85101412, 40.84347736]} },
{type: 'Feature',properties:{Name: '2', Address: '2549 POPLAR STREET, WESTCHESTER', Month: '4', Price: '1858'}, geometry: { type: 'Point', coordinates:[-73.84869582, 40.8441715]} },
{type: 'Feature',properties:{Name: '2', Address: '2549 POPLAR STREET, WESTCHESTER', Month: '8', Price: '1858'}, geometry: { type: 'Point', coordinates:[-73.84869582, 40.8441715]} },
{type: 'Feature',properties:{Name: '2', Address: '1526 LURTING AVE., WESTCHESTER', Month: '4', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.85011054, 40.84348991]} },
{type: 'Feature',properties:{Name: '2', Address: '1512 ROSELLE STREET, WESTCHESTER', Month: '11', Price: '1830'}, geometry: { type: 'Point', coordinates:[-73.84782184, 40.84387667]} },
{type: 'Feature',properties:{Name: '2', Address: '2221 POWELL AVENUE, WESTCHESTER', Month: '9', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.84997891, 40.83133889]} },
{type: 'Feature',properties:{Name: '2', Address: '2228 ELLIS AVENUE, WESTCHESTER', Month: '2', Price: '3213'}, geometry: { type: 'Point', coordinates:[-73.85013466, 40.83278282]} },
{type: 'Feature',properties:{Name: '2', Address: '1200 HAVEMEYER AVENUE, WESTCHESTER', Month: '10', Price: '3327'}, geometry: { type: 'Point', coordinates:[-73.84799253, 40.8324479]} },
{type: 'Feature',properties:{Name: '2', Address: '2317 GLEASON AVENUE, WESTCHESTER', Month: '8', Price: '2790'}, geometry: { type: 'Point', coordinates:[-73.84717221, 40.83245505]} },
{type: 'Feature',properties:{Name: '2', Address: '1372 ZEREGA AVENUE, WESTCHESTER', Month: '12', Price: '3021'}, geometry: { type: 'Point', coordinates:[-73.84618725, 40.83647201]} },
{type: 'Feature',properties:{Name: '2', Address: '1348 HERSCHELL STREET, WESTCHESTER', Month: '1', Price: '2529'}, geometry: { type: 'Point', coordinates:[-73.84463216, 40.83695299]} },
{type: 'Feature',properties:{Name: '2', Address: '1416 GLOVER STREET, WESTCHESTER', Month: '8', Price: '3356'}, geometry: { type: 'Point', coordinates:[-73.84857347, 40.83599759]} },
{type: 'Feature',properties:{Name: '2', Address: '1556 PARKER STREET, WESTCHESTER', Month: '9', Price: '3270'}, geometry: { type: 'Point', coordinates:[-73.85016214, 40.83823111]} },
{type: 'Feature',properties:{Name: '2', Address: '2475 TRATMAN AVENUE, WESTCHESTER', Month: '9', Price: '3540'}, geometry: { type: 'Point', coordinates:[-73.84601931, 40.83876636]} },
{type: 'Feature',properties:{Name: '2', Address: '2507 FRISBY AVE, WESTCHESTER', Month: '1', Price: '2442'}, geometry: { type: 'Point', coordinates:[-73.84624047, 40.84002648]} },
{type: 'Feature',properties:{Name: '2', Address: '1528 OVERING STREET, WESTCHESTER', Month: '12', Price: '3132'}, geometry: { type: 'Point', coordinates:[-73.84635298, 40.84138527]} },
{type: 'Feature',properties:{Name: '2', Address: '1704 ZEREGA AVENUE, WESTCHESTER', Month: '4', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.85126415, 40.83995622]} },
{type: 'Feature',properties:{Name: '2', Address: '2417 MACLAY AVENUE, WESTCHESTER', Month: '2', Price: '2730'}, geometry: { type: 'Point', coordinates:[-73.85066005, 40.84020246]} },
{type: 'Feature',properties:{Name: '2', Address: '2438 FULLER STREET, WESTCHESTER', Month: '4', Price: '2600'}, geometry: { type: 'Point', coordinates:[-73.85127139, 40.84156737]} },
{type: 'Feature',properties:{Name: '2', Address: '2442 EAST TREMONT AVENUE, WESTCHESTER', Month: '1', Price: '3187'}, geometry: { type: 'Point', coordinates:[-73.85192319, 40.84262493]} },
{type: 'Feature',properties:{Name: '2', Address: '1636 ST PETERS AVENUE, WESTCHESTER', Month: '10', Price: '3228'}, geometry: { type: 'Point', coordinates:[-73.84857224, 40.84130037]} },
{type: 'Feature',properties:{Name: '2', Address: '1714 ST PETERS AVE, WESTCHESTER', Month: '5', Price: '3267'}, geometry: { type: 'Point', coordinates:[-73.84962935, 40.8421087]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A NEWBOLD AVENUE, WESTCHESTER', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85569183, 40.83307261]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A PARKER STREET, WESTCHESTER', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85200184, 40.83976504]} },
{type: 'Feature',properties:{Name: '2', Address: '2166 GLEASON AVENUE, WESTCHESTER', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85212804, 40.8317671]} },
{type: 'Feature',properties:{Name: '2', Address: '1615 OVERING STREET, WESTCHESTER', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84739934, 40.84213871]} },
{type: 'Feature',properties:{Name: '2', Address: '1538 REAR HONE AVENUE, WESTCHESTER', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85082181, 40.84381471]} },
{type: 'Feature',properties:{Name: '2', Address: '2109 GLEASON AVE, WESTCHESTER', Month: '12', Price: '26235'}, geometry: { type: 'Point', coordinates:[-73.85332086, 40.83161766]} },
{type: 'Feature',properties:{Name: '2', Address: '2261 NEWBOLD AVE, WESTCHESTER', Month: '10', Price: '3280'}, geometry: { type: 'Point', coordinates:[-73.8496088, 40.83361378]} },
{type: 'Feature',properties:{Name: '2', Address: '2257 NEWBOLD AVENUE, WESTCHESTER', Month: '1', Price: '3280'}, geometry: { type: 'Point', coordinates:[-73.84969555, 40.83360292]} },
{type: 'Feature',properties:{Name: '2', Address: '2339 ELLIS AVENUE, WESTCHESTER', Month: '2', Price: '3950'}, geometry: { type: 'Point', coordinates:[-73.84685602, 40.83324237]} },
{type: 'Feature',properties:{Name: '2', Address: '1438 GLOVER STREET, WESTCHESTER', Month: '1', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.84904976, 40.83632209]} },
{type: 'Feature',properties:{Name: '2', Address: '1550-1552 PARKER STREET, WESTCHESTER', Month: '7', Price: '6000'}, geometry: { type: 'Point', coordinates:[-73.85010441, 40.83818987]} },
{type: 'Feature',properties:{Name: '2', Address: '1558 PARKER STREET, WESTCHESTER', Month: '3', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.85018018, 40.83824486]} },
{type: 'Feature',properties:{Name: '2', Address: '1421 ROWLAND STREET, WESTCHESTER', Month: '8', Price: '6630'}, geometry: { type: 'Point', coordinates:[-73.84597774, 40.83798956]} },
{type: 'Feature',properties:{Name: '2', Address: '2425 FRISBY AVENUE, WESTCHESTER', Month: '3', Price: '9384'}, geometry: { type: 'Point', coordinates:[-73.84797145, 40.83850821]} },
{type: 'Feature',properties:{Name: '2', Address: '1565 ROWLAND STREET, WESTCHESTER', Month: '4', Price: '12048'}, geometry: { type: 'Point', coordinates:[-73.8483629, 40.83959288]} },
{type: 'Feature',properties:{Name: '2', Address: '1565 SAINT PETERS AVENUE, WESTCHESTER', Month: '11', Price: '5103'}, geometry: { type: 'Point', coordinates:[-73.84757289, 40.84053328]} },
{type: 'Feature',properties:{Name: '2', Address: '1522 OVERING STREET, WESTCHESTER', Month: '10', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.84619423, 40.84126703]} },
{type: 'Feature',properties:{Name: '2', Address: '1656 PARKER STREET, WESTCHESTER', Month: '11', Price: '4650'}, geometry: { type: 'Point', coordinates:[-73.85203132, 40.83950982]} },
{type: 'Feature',properties:{Name: '2', Address: '1727 ZEREGA AVENUE, WESTCHESTER', Month: '10', Price: '4500'}, geometry: { type: 'Point', coordinates:[-73.85234314, 40.84067946]} },
{type: 'Feature',properties:{Name: '2', Address: '2435 LYVERE STREET, WESTCHESTER', Month: '12', Price: '3160'}, geometry: { type: 'Point', coordinates:[-73.8522098, 40.84213674]} },
{type: 'Feature',properties:{Name: '2', Address: '2511 FRISBY AVENUE, WESTCHESTER', Month: '1', Price: '37380'}, geometry: { type: 'Point', coordinates:[-73.84617891, 40.84007855]} },
{type: 'Feature',properties:{Name: '2', Address: '1506 OVERING STREET, 2D, WESTCHESTER', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84566386, 40.84087657]} },
{type: 'Feature',properties:{Name: '2', Address: '1506 OVERING STREET, ST2, WESTCHESTER', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84566386, 40.84087657]} },
{type: 'Feature',properties:{Name: '2', Address: '1216 OLMSTEAD AVENUE, WESTCHESTER', Month: '6', Price: '2967'}, geometry: { type: 'Point', coordinates:[-73.85420531, 40.83201952]} },
{type: 'Feature',properties:{Name: '2', Address: '2444 EAST TREMONT AVENUE, WESTCHESTER', Month: '4', Price: '2316'}, geometry: { type: 'Point', coordinates:[-73.85187258, 40.84263035]} },
{type: 'Feature',properties:{Name: '2', Address: '2429 EAST TREMONT AVENUE, WESTCHESTER', Month: '5', Price: '5526'}, geometry: { type: 'Point', coordinates:[-73.85223406, 40.84260337]} },
{type: 'Feature',properties:{Name: '2', Address: '2614 HALPERIN AVENUE, WESTCHESTER', Month: '5', Price: '7238'}, geometry: { type: 'Point', coordinates:[-73.84410458, 40.84310318]} },
{type: 'Feature',properties:{Name: '2', Address: '2166 WESTCHESTER AVENUE, WESTCHESTER', Month: '4', Price: '2050'}, geometry: { type: 'Point', coordinates:[-73.8524553, 40.83410876]} },
{type: 'Feature',properties:{Name: '2', Address: '2722 EAST TREMONT AVENUE, WESTCHESTER', Month: '11', Price: '6975'}, geometry: { type: 'Point', coordinates:[-73.84515066, 40.84242939]} },
{type: 'Feature',properties:{Name: '2', Address: '2722 EAST TREMONT AVENUE, WESTCHESTER', Month: '2', Price: '6975'}, geometry: { type: 'Point', coordinates:[-73.84515066, 40.84242939]} },
{type: 'Feature',properties:{Name: '2', Address: '2722 EAST TREMONT AVENUE, WESTCHESTER', Month: '11', Price: '6975'}, geometry: { type: 'Point', coordinates:[-73.84515066, 40.84242939]} },
{type: 'Feature',properties:{Name: '2', Address: '2722 EAST TREMONT AVENUE, WESTCHESTER', Month: '4', Price: '6975'}, geometry: { type: 'Point', coordinates:[-73.84515066, 40.84242939]} },
{type: 'Feature',properties:{Name: '2', Address: '2722 EAST TREMONT AVENUE, WESTCHESTER', Month: '9', Price: '6975'}, geometry: { type: 'Point', coordinates:[-73.84515066, 40.84242939]} },
{type: 'Feature',properties:{Name: '2', Address: '2724 EAST TREMONT AVENUE, WESTCHESTER', Month: '1', Price: '14911'}, geometry: { type: 'Point', coordinates:[-73.84509289, 40.84240461]} },
{type: 'Feature',properties:{Name: '2', Address: '1506 BRONXDALE AVENUE, WESTCHESTER', Month: '8', Price: '1546'}, geometry: { type: 'Point', coordinates:[-73.85388215, 40.84259449]} },
{type: 'Feature',properties:{Name: '2', Address: '1422 WILLIAMSBRIDGE ROAD, WESTCHESTER', Month: '5', Price: '2205'}, geometry: { type: 'Point', coordinates:[-73.84454291, 40.84267011]} },
{type: 'Feature',properties:{Name: '2', Address: '1434 WILLIAMSBRIDGE ROAD, WESTCHESTER', Month: '8', Price: '5620'}, geometry: { type: 'Point', coordinates:[-73.84485293, 40.84301636]} },
{type: 'Feature',properties:{Name: '2', Address: '1436 WILLIAMSBRIDGE ROAD, WESTCHESTER', Month: '5', Price: '4774'}, geometry: { type: 'Point', coordinates:[-73.84488537, 40.84305483]} },
{type: 'Feature',properties:{Name: '2', Address: '1260 ZEREGA AVENUE, WESTCHESTER', Month: '4', Price: '100524'}, geometry: { type: 'Point', coordinates:[-73.84526714, 40.83430245]} },
{type: 'Feature',properties:{Name: '2', Address: '1260 ZEREGA AVENUE, WESTCHESTER', Month: '5', Price: '100524'}, geometry: { type: 'Point', coordinates:[-73.84526714, 40.83430245]} },
{type: 'Feature',properties:{Name: '2', Address: '1408 SEABURY AVENUE, WESTCHESTER', Month: '5', Price: '10000'}, geometry: { type: 'Point', coordinates:[-73.84284729, 40.83832019]} },
{type: 'Feature',properties:{Name: '2', Address: '1735 ST PETERS AVENUE, WESTCHESTER', Month: '4', Price: '1788'}, geometry: { type: 'Point', coordinates:[-73.8498567, 40.84225995]} },
{type: 'Feature',properties:{Name: '2', Address: '1261 ZEREGA, WESTCHESTER', Month: '9', Price: '28926'}, geometry: { type: 'Point', coordinates:[-73.84528522, 40.83429973]} },
{type: 'Feature',properties:{Name: '2', Address: '1514 BRONXDALE AVENUE, WESTCHESTER', Month: '8', Price: '382'}, geometry: { type: 'Point', coordinates:[-73.85447817, 40.84274071]} },
{type: 'Feature',properties:{Name: '2', Address: '1345 BLONDELL AVENUE, WESTCHESTER', Month: '2', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.84217374, 40.8419368]} },
{type: 'Feature',properties:{Name: '2', Address: '2615 ROBERTS AVENUE, WESTCHESTER', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84356383, 40.84251783]} },
{type: 'Feature',properties:{Name: '2', Address: '1364 BLONDELL, WESTCHESTER', Month: '9', Price: '10920'}, geometry: { type: 'Point', coordinates:[-73.84248343, 40.8424148]} },
{type: 'Feature',properties:{Name: '2', Address: '1400 BLONDELL, WESTCHESTER', Month: '8', Price: '625'}, geometry: { type: 'Point', coordinates:[-73.84289405, 40.84300548]} },
{type: 'Feature',properties:{Name: '2', Address: '1842 EASTCHESTER ROAD, WESTCHESTER', Month: '6', Price: '2360'}, geometry: { type: 'Point', coordinates:[-73.84485043, 40.8502871]} },
{type: 'Feature',properties:{Name: '2', Address: '2605 HALPERIN AVENUE, WESTCHESTER', Month: '8', Price: '3724'}, geometry: { type: 'Point', coordinates:[-73.84437593, 40.84298278]} },
{type: 'Feature',properties:{Name: '2', Address: '1306 COOPER AVENUE, WESTCHESTER', Month: '1', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.84115238, 40.84133431]} },
{type: 'Feature',properties:{Name: '2', Address: '2925 EAST TREMONT AVENUE, WESTCHESTER', Month: '2', Price: '9952'}, geometry: { type: 'Point', coordinates:[-73.84051415, 40.84071861]} },
{type: 'Feature',properties:{Name: '2', Address: '2044 WESTCHESTER AVENUE, WESTCHESTER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85630118, 40.83370466]} },
{type: 'Feature',properties:{Name: '2', Address: '1848 EASTCHESTER ROAD, WESTCHESTER', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8448214, 40.85033372]} },
{type: 'Feature',properties:{Name: '2', Address: '1850 EASTCHESTER ROAD, WESTCHESTER', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84481414, 40.85034743]} },
{type: 'Feature',properties:{Name: '2', Address: '1510 WATERS PLACE, WESTCHESTER', Month: '9', Price: '40503'}, geometry: { type: 'Point', coordinates:[-73.841824, 40.84614671]} },
{type: 'Feature',properties:{Name: '2', Address: '2160 POWELL AVENUE, WESTCHESTER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85184051, 40.83106683]} },
{type: 'Feature',properties:{Name: '2', Address: 'WATERBURY AVENUE, WESTCHESTER', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84020896, 40.83537148]} },
{type: 'Feature',properties:{Name: '2', Address: '2951 EAST TREMONT AVENUE, WESTCHESTER', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84002608, 40.84079204]} },
{type: 'Feature',properties:{Name: '2', Address: '3661 OLINVILLE AVENUE, WILLIAMSBRIDGE', Month: '11', Price: '1538'}, geometry: { type: 'Point', coordinates:[-73.86666065, 40.88109343]} },
{type: 'Feature',properties:{Name: '2', Address: '3831 CARPENTER AVENUE, WILLIAMSBRIDGE', Month: '6', Price: '1638'}, geometry: { type: 'Point', coordinates:[-73.86514743, 40.88545298]} },
{type: 'Feature',properties:{Name: '2', Address: '38-25 CARPENTER AVENUE, WILLIAMSBRIDGE', Month: '4', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.86520915, 40.88533778]} },
{type: 'Feature',properties:{Name: '2', Address: '688 EAST 220TH STREET, WILLIAMSBRIDGE', Month: '6', Price: '1358'}, geometry: { type: 'Point', coordinates:[-73.86305548, 40.88447616]} },
{type: 'Feature',properties:{Name: '2', Address: '688 EAST 220TH STREET, WILLIAMSBRIDGE', Month: '6', Price: '1358'}, geometry: { type: 'Point', coordinates:[-73.86305548, 40.88447616]} },
{type: 'Feature',properties:{Name: '2', Address: '3831 WHITE PLAINS ROAD, WILLIAMSBRIDGE', Month: '3', Price: '1500'}, geometry: { type: 'Point', coordinates:[-73.8623032, 40.88450271]} },
{type: 'Feature',properties:{Name: '2', Address: '3554 CARLISLE PLACE, WILLIAMSBRIDGE', Month: '5', Price: '1050'}, geometry: { type: 'Point', coordinates:[-73.86328232, 40.87792759]} },
{type: 'Feature',properties:{Name: '2', Address: '3670 WHITE PLAINS ROAD, WILLIAMSBRIDGE', Month: '8', Price: '1660'}, geometry: { type: 'Point', coordinates:[-73.86433588, 40.88084644]} },
{type: 'Feature',properties:{Name: '2', Address: '3678 WHITE PLAINS ROAD, WILLIAMSBRIDGE', Month: '1', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.86425606, 40.88097809]} },
{type: 'Feature',properties:{Name: '2', Address: '3753 BARNES AVE, WILLIAMSBRIDGE', Month: '9', Price: '1310'}, geometry: { type: 'Point', coordinates:[-73.86026859, 40.88208768]} },
{type: 'Feature',properties:{Name: '2', Address: '3753 BARNES AVE, WILLIAMSBRIDGE', Month: '2', Price: '1310'}, geometry: { type: 'Point', coordinates:[-73.86026859, 40.88208768]} },
{type: 'Feature',properties:{Name: '2', Address: '729 EAST 218TH STREET, WILLIAMSBRIDGE', Month: '7', Price: '1267'}, geometry: { type: 'Point', coordinates:[-73.86218787, 40.88256756]} },
{type: 'Feature',properties:{Name: '2', Address: '725 E 221ST, WILLIAMSBRIDGE', Month: '6', Price: '1971'}, geometry: { type: 'Point', coordinates:[-73.86110213, 40.88469889]} },
{type: 'Feature',properties:{Name: '2', Address: '853 E 214, WILLIAMSBRIDGE', Month: '3', Price: '1824'}, geometry: { type: 'Point', coordinates:[-73.86019239, 40.878772]} },
{type: 'Feature',properties:{Name: '2', Address: '810 EAST 215 STREET, WILLIAMSBRIDGE', Month: '4', Price: '1188'}, geometry: { type: 'Point', coordinates:[-73.86084878, 40.87960992]} },
{type: 'Feature',properties:{Name: '2', Address: '871 EAST 217TH ST, WILLIAMSBRIDGE', Month: '5', Price: '1340'}, geometry: { type: 'Point', coordinates:[-73.85883232, 40.88066144]} },
{type: 'Feature',properties:{Name: '2', Address: '3734 BARNES AVENUE, WILLIAMSBRIDGE', Month: '4', Price: '1744'}, geometry: { type: 'Point', coordinates:[-73.86052646, 40.88155827]} },
{type: 'Feature',properties:{Name: '2', Address: '3839 BRONXWOOD AVENUE, WILLIAMSBRIDGE', Month: '9', Price: '1882'}, geometry: { type: 'Point', coordinates:[-73.85640813, 40.88293654]} },
{type: 'Feature',properties:{Name: '2', Address: '843 EAST 221 STREET, WILLIAMSBRIDGE', Month: '8', Price: '1128'}, geometry: { type: 'Point', coordinates:[-73.85763268, 40.88359404]} },
{type: 'Feature',properties:{Name: '2', Address: '3617 PAULDING AVENUE, WILLIAMSBRIDGE', Month: '9', Price: '1836'}, geometry: { type: 'Point', coordinates:[-73.85652128, 40.87742808]} },
{type: 'Feature',properties:{Name: '2', Address: '1015 EAST 215 STREET, WILLIAMSBRIDGE', Month: '10', Price: '1534'}, geometry: { type: 'Point', coordinates:[-73.85548938, 40.87803063]} },
{type: 'Feature',properties:{Name: '2', Address: '1046 EAST 218 STREET, WILLIAMSBRIDGE', Month: '1', Price: '992'}, geometry: { type: 'Point', coordinates:[-73.85340633, 40.87974892]} },
{type: 'Feature',properties:{Name: '2', Address: '1046 EAST 218 STREET, WILLIAMSBRIDGE', Month: '2', Price: '992'}, geometry: { type: 'Point', coordinates:[-73.85340633, 40.87974892]} },
{type: 'Feature',properties:{Name: '2', Address: '1048 EAST 218 STREET, WILLIAMSBRIDGE', Month: '6', Price: '992'}, geometry: { type: 'Point', coordinates:[-73.85336658, 40.87973515]} },
{type: 'Feature',properties:{Name: '2', Address: '1043 EAST 218 STREET, WILLIAMSBRIDGE', Month: '11', Price: '1296'}, geometry: { type: 'Point', coordinates:[-73.85341714, 40.87976815]} },
{type: 'Feature',properties:{Name: '2', Address: '1042 EAST 219 STREET, WILLIAMSBRIDGE', Month: '4', Price: '1944'}, geometry: { type: 'Point', coordinates:[-73.85342259, 40.8805751]} },
{type: 'Feature',properties:{Name: '2', Address: '1043 EAST 219 STREET, WILLIAMSBRIDGE', Month: '8', Price: '1582'}, geometry: { type: 'Point', coordinates:[-73.85341532, 40.88059156]} },
{type: 'Feature',properties:{Name: '2', Address: '1018 EAST 220 STREET, WILLIAMSBRIDGE', Month: '12', Price: '1782'}, geometry: { type: 'Point', coordinates:[-73.85341354, 40.88140124]} },
{type: 'Feature',properties:{Name: '2', Address: '1056 EAST 220 STREET, WILLIAMSBRIDGE', Month: '11', Price: '1782'}, geometry: { type: 'Point', coordinates:[-73.8527197, 40.88118078]} },
{type: 'Feature',properties:{Name: '2', Address: '1039 EAST 219TH STREET, WILLIAMSBRIDGE', Month: '6', Price: '1582'}, geometry: { type: 'Point', coordinates:[-73.8534876, 40.8806136]} },
{type: 'Feature',properties:{Name: '2', Address: '1039 EAST 219 STREET, WILLIAMSBRIDGE', Month: '3', Price: '1582'}, geometry: { type: 'Point', coordinates:[-73.8534876, 40.8806136]} },
{type: 'Feature',properties:{Name: '2', Address: '1039 EAST 219 STREET, WILLIAMSBRIDGE', Month: '9', Price: '1582'}, geometry: { type: 'Point', coordinates:[-73.8534876, 40.8806136]} },
{type: 'Feature',properties:{Name: '2', Address: '1039 EAST 219 STREET, WILLIAMSBRIDGE', Month: '2', Price: '1582'}, geometry: { type: 'Point', coordinates:[-73.8534876, 40.8806136]} },
{type: 'Feature',properties:{Name: '2', Address: '626 EAST 223 STREET, WILLIAMSBRIDGE', Month: '12', Price: '1512'}, geometry: { type: 'Point', coordinates:[-73.8634913, 40.8871006]} },
{type: 'Feature',properties:{Name: '2', Address: '650 EAST 223RD STREET, WILLIAMSBRIDGE', Month: '6', Price: '1636'}, geometry: { type: 'Point', coordinates:[-73.86288772, 40.8869105]} },
{type: 'Feature',properties:{Name: '2', Address: '690 EAST 228 STREET, WILLIAMSBRIDGE', Month: '1', Price: '1332'}, geometry: { type: 'Point', coordinates:[-73.85973465, 40.89005487]} },
{type: 'Feature',properties:{Name: '2', Address: '648 EAST 229 STREET, WILLIAMSBRIDGE', Month: '11', Price: '2042'}, geometry: { type: 'Point', coordinates:[-73.86085336, 40.89124193]} },
{type: 'Feature',properties:{Name: '2', Address: '4107 LOWERRE PLACE, WILLIAMSBRIDGE', Month: '3', Price: '1204'}, geometry: { type: 'Point', coordinates:[-73.85977197, 40.8912214]} },
{type: 'Feature',properties:{Name: '2', Address: '4101 LOWERRE PLACE, WILLIAMSBRIDGE', Month: '6', Price: '1638'}, geometry: { type: 'Point', coordinates:[-73.85986274, 40.89105683]} },
{type: 'Feature',properties:{Name: '2', Address: '763 EAST 224TH STREET, WILLIAMSBRIDGE', Month: '10', Price: '1376'}, geometry: { type: 'Point', coordinates:[-73.8591525, 40.8865684]} },
{type: 'Feature',properties:{Name: '2', Address: '763 EAST 224 ST, WILLIAMSBRIDGE', Month: '4', Price: '1376'}, geometry: { type: 'Point', coordinates:[-73.8591525, 40.8865684]} },
{type: 'Feature',properties:{Name: '2', Address: '715 EAST 224TH STREET, WILLIAMSBRIDGE', Month: '12', Price: '1509'}, geometry: { type: 'Point', coordinates:[-73.86013917, 40.88687975]} },
{type: 'Feature',properties:{Name: '2', Address: '764 E 230TH STREET, WILLIAMSBRIDGE', Month: '10', Price: '1566'}, geometry: { type: 'Point', coordinates:[-73.85677097, 40.89077308]} },
{type: 'Feature',properties:{Name: '2', Address: '763 E 232ND STREET, WILLIAMSBRIDGE', Month: '9', Price: '1638'}, geometry: { type: 'Point', coordinates:[-73.85569025, 40.89211114]} },
{type: 'Feature',properties:{Name: '2', Address: '753 EAST 232 STREET, WILLIAMSBRIDGE', Month: '2', Price: '1638'}, geometry: { type: 'Point', coordinates:[-73.85595772, 40.89219656]} },
{type: 'Feature',properties:{Name: '2', Address: '728 EAST 233RD STREET, WILLIAMSBRIDGE', Month: '11', Price: '2044'}, geometry: { type: 'Point', coordinates:[-73.85631754, 40.89305884]} },
{type: 'Feature',properties:{Name: '2', Address: '831 224TH STREET, WILLIAMSBRIDGE', Month: '7', Price: '1040'}, geometry: { type: 'Point', coordinates:[-73.85692982, 40.88586303]} },
{type: 'Feature',properties:{Name: '2', Address: '3990 BARNES AVENUE, WILLIAMSBRIDGE', Month: '1', Price: '1140'}, geometry: { type: 'Point', coordinates:[-73.8573281, 40.88733468]} },
{type: 'Feature',properties:{Name: '2', Address: '839 EAST 226 STREET, WILLIAMSBRIDGE', Month: '1', Price: '1392'}, geometry: { type: 'Point', coordinates:[-73.85597936, 40.88721772]} },
{type: 'Feature',properties:{Name: '2', Address: '839 EAST 226 STREET, WILLIAMSBRIDGE', Month: '11', Price: '1392'}, geometry: { type: 'Point', coordinates:[-73.85597936, 40.88721772]} },
{type: 'Feature',properties:{Name: '2', Address: '850 EAST 228TH STREET, WILLIAMSBRIDGE', Month: '8', Price: '1584'}, geometry: { type: 'Point', coordinates:[-73.85496021, 40.88853664]} },
{type: 'Feature',properties:{Name: '2', Address: '833 EAST 229 STREET, WILLIAMSBRIDGE', Month: '12', Price: '1439'}, geometry: { type: 'Point', coordinates:[-73.85493668, 40.88937374]} },
{type: 'Feature',properties:{Name: '2', Address: '851 EAST 230TH STREET, WILLIAMSBRIDGE', Month: '3', Price: '1496'}, geometry: { type: 'Point', coordinates:[-73.85417588, 40.88996289]} },
{type: 'Feature',properties:{Name: '2', Address: '839 EAST 232 STREET, WILLIAMSBRIDGE', Month: '4', Price: '1020'}, geometry: { type: 'Point', coordinates:[-73.85358309, 40.89144153]} },
{type: 'Feature',properties:{Name: '2', Address: '953 EAST 224TH STREET, WILLIAMSBRIDGE', Month: '6', Price: '1690'}, geometry: { type: 'Point', coordinates:[-73.85367361, 40.8848242]} },
{type: 'Feature',properties:{Name: '2', Address: '927 EAST 224 STREET, WILLIAMSBRIDGE', Month: '6', Price: '1690'}, geometry: { type: 'Point', coordinates:[-73.85418318, 40.88498678]} },
{type: 'Feature',properties:{Name: '2', Address: '3954 BRONXWOOD AVENUE, WILLIAMSBRIDGE', Month: '7', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.85494506, 40.88553668]} },
{type: 'Feature',properties:{Name: '2', Address: '939 EAST 225TH STREET, WILLIAMSBRIDGE', Month: '8', Price: '2058'}, geometry: { type: 'Point', coordinates:[-73.85353807, 40.88560901]} },
{type: 'Feature',properties:{Name: '2', Address: '4057 PAULDING AVENUE, WILLIAMSBRIDGE', Month: '8', Price: '1485'}, geometry: { type: 'Point', coordinates:[-73.85056857, 40.88736455]} },
{type: 'Feature',properties:{Name: '2', Address: '4112 BRONXWOOD AVENUE, WILLIAMSBRIDGE', Month: '12', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.85292255, 40.88920102]} },
{type: 'Feature',properties:{Name: '2', Address: '4112 BRONXWOOD AVENUE, WILLIAMSBRIDGE', Month: '4', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.85292255, 40.88920102]} },
{type: 'Feature',properties:{Name: '2', Address: '4135 PAULDING AVENUE, WILLIAMSBRIDGE', Month: '7', Price: '1348'}, geometry: { type: 'Point', coordinates:[-73.84972971, 40.88887853]} },
{type: 'Feature',properties:{Name: '2', Address: '960 EAST 233RD STREET, WILLIAMSBRIDGE', Month: '8', Price: '1050'}, geometry: { type: 'Point', coordinates:[-73.84968523, 40.89095345]} },
{type: 'Feature',properties:{Name: '2', Address: '962 EAST 233RD STREET, WILLIAMSBRIDGE', Month: '10', Price: '1050'}, geometry: { type: 'Point', coordinates:[-73.84964909, 40.89094243]} },
{type: 'Feature',properties:{Name: '2', Address: '1050 EAST 224TH STREET, WILLIAMSBRIDGE', Month: '7', Price: '1674'}, geometry: { type: 'Point', coordinates:[-73.85103912, 40.88396448]} },
{type: 'Feature',properties:{Name: '2', Address: '1039 EAST 225 STREET, WILLIAMSBRIDGE', Month: '7', Price: '2030'}, geometry: { type: 'Point', coordinates:[-73.85080593, 40.88473819]} },
{type: 'Feature',properties:{Name: '2', Address: '1034 EAST 230TH STREET, WILLIAMSBRIDGE', Month: '6', Price: '1355'}, geometry: { type: 'Point', coordinates:[-73.84891373, 40.8882654]} },
{type: 'Feature',properties:{Name: '2', Address: '1022 EAST 231 STREET, WILLIAMSBRIDGE', Month: '7', Price: '1188'}, geometry: { type: 'Point', coordinates:[-73.84861909, 40.88900882]} },
{type: 'Feature',properties:{Name: '2', Address: '4157 LACONIA AVENUE, WILLIAMSBRIDGE', Month: '9', Price: '1142'}, geometry: { type: 'Point', coordinates:[-73.84652949, 40.88863553]} },
{type: 'Feature',properties:{Name: '2', Address: '4178 PAULDING AVENUE, WILLIAMSBRIDGE', Month: '8', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.84899258, 40.89017031]} },
{type: 'Feature',properties:{Name: '2', Address: '1039 EAST 232ND STRET, WILLIAMSBRIDGE', Month: '10', Price: '1925'}, geometry: { type: 'Point', coordinates:[-73.84789794, 40.88962817]} },
{type: 'Feature',properties:{Name: '2', Address: '3570 BRONX BOULEVARD, WILLIAMSBRIDGE', Month: '3', Price: '1728'}, geometry: { type: 'Point', coordinates:[-73.8683706, 40.8795419]} },
{type: 'Feature',properties:{Name: '2', Address: '3604 WILLETT AVENUE, WILLIAMSBRIDGE', Month: '2', Price: '3060'}, geometry: { type: 'Point', coordinates:[-73.86621809, 40.87997583]} },
{type: 'Feature',properties:{Name: '2', Address: '3763 OLINVILLE AVENUE, WILLIAMSBRIDGE', Month: '9', Price: '3396'}, geometry: { type: 'Point', coordinates:[-73.86554585, 40.88337023]} },
{type: 'Feature',properties:{Name: '2', Address: '3729 OLINVILLE AVENUE, WILLIAMSBRIDGE', Month: '10', Price: '2750'}, geometry: { type: 'Point', coordinates:[-73.86581819, 40.88281612]} },
{type: 'Feature',properties:{Name: '2', Address: '3770 WILLETT AVENUE, WILLIAMSBRIDGE', Month: '12', Price: '2031'}, geometry: { type: 'Point', coordinates:[-73.86462754, 40.88324016]} },
{type: 'Feature',properties:{Name: '2', Address: '648 EAST 221 STREET, WILLIAMSBRIDGE', Month: '8', Price: '1830'}, geometry: { type: 'Point', coordinates:[-73.86348386, 40.88544005]} },
{type: 'Feature',properties:{Name: '2', Address: '651 EAST 220TH STREET, WILLIAMSBRIDGE', Month: '2', Price: '2548'}, geometry: { type: 'Point', coordinates:[-73.86382164, 40.88473781]} },
{type: 'Feature',properties:{Name: '2', Address: '764 E. 211TH STREET, WILLIAMSBRIDGE', Month: '3', Price: '2920'}, geometry: { type: 'Point', coordinates:[-73.86282757, 40.87750162]} },
{type: 'Feature',properties:{Name: '2', Address: '766 EAST 211 STREET, WILLIAMSBRIDGE', Month: '9', Price: '2920'}, geometry: { type: 'Point', coordinates:[-73.86277332, 40.8775043]} },
{type: 'Feature',properties:{Name: '2', Address: '719 TILDEN STREET, WILLIAMSBRIDGE', Month: '4', Price: '2275'}, geometry: { type: 'Point', coordinates:[-73.86425003, 40.87684732]} },
{type: 'Feature',properties:{Name: '2', Address: '716 EAST 214 STREET, WILLIAMSBRIDGE', Month: '8', Price: '2808'}, geometry: { type: 'Point', coordinates:[-73.86429137, 40.87962226]} },
{type: 'Feature',properties:{Name: '2', Address: '720 EAST 214 STREET, WILLIAMSBRIDGE', Month: '4', Price: '2808'}, geometry: { type: 'Point', coordinates:[-73.86419017, 40.87959744]} },
{type: 'Feature',properties:{Name: '2', Address: '720 EAST 214TH, WILLIAMSBRIDGE', Month: '8', Price: '2808'}, geometry: { type: 'Point', coordinates:[-73.86419017, 40.87959744]} },
{type: 'Feature',properties:{Name: '2', Address: '720 EAST 214 STREET, WILLIAMSBRIDGE', Month: '9', Price: '2808'}, geometry: { type: 'Point', coordinates:[-73.86419017, 40.87959744]} },
{type: 'Feature',properties:{Name: '2', Address: '722 E 214, WILLIAMSBRIDGE', Month: '2', Price: '2808'}, geometry: { type: 'Point', coordinates:[-73.86413957, 40.87958365]} },
{type: 'Feature',properties:{Name: '2', Address: '722 EAST 214 STREET, WILLIAMSBRIDGE', Month: '7', Price: '2808'}, geometry: { type: 'Point', coordinates:[-73.86413957, 40.87958365]} },
{type: 'Feature',properties:{Name: '2', Address: '3606 HOLLAND AVE, WILLIAMSBRIDGE', Month: '9', Price: '2460'}, geometry: { type: 'Point', coordinates:[-73.86377553, 40.87900135]} },
{type: 'Feature',properties:{Name: '2', Address: '742 EAST 214TH, WILLIAMSBRIDGE', Month: '6', Price: '1652'}, geometry: { type: 'Point', coordinates:[-73.86320706, 40.87935749]} },
{type: 'Feature',properties:{Name: '2', Address: '767 EAST 213 STREET, WILLIAMSBRIDGE', Month: '8', Price: '2680'}, geometry: { type: 'Point', coordinates:[-73.86245312, 40.87846731]} },
{type: 'Feature',properties:{Name: '2', Address: '767 EAST 213 STREET, WILLIAMSBRIDGE', Month: '4', Price: '2680'}, geometry: { type: 'Point', coordinates:[-73.86245312, 40.87846731]} },
{type: 'Feature',properties:{Name: '2', Address: '3645 BARNES AVENUE, WILLIAMSBRIDGE', Month: '9', Price: '1672'}, geometry: { type: 'Point', coordinates:[-73.86153965, 40.87952292]} },
{type: 'Feature',properties:{Name: '2', Address: '3639 BARNES AVENUE, WILLIAMSBRIDGE', Month: '9', Price: '1444'}, geometry: { type: 'Point', coordinates:[-73.8615543, 40.87943511]} },
{type: 'Feature',properties:{Name: '2', Address: '727 EAST 215TH STREET, WILLIAMSBRIDGE', Month: '5', Price: '2760'}, geometry: { type: 'Point', coordinates:[-73.86346187, 40.88030196]} },
{type: 'Feature',properties:{Name: '2', Address: '729 EAST 217TH STREET, WILLIAMSBRIDGE', Month: '7', Price: '2424'}, geometry: { type: 'Point', coordinates:[-73.8625257, 40.88183788]} },
{type: 'Feature',properties:{Name: '2', Address: '729 EAST 217 STREET, WILLIAMSBRIDGE', Month: '4', Price: '2424'}, geometry: { type: 'Point', coordinates:[-73.8625257, 40.88183788]} },
{type: 'Feature',properties:{Name: '2', Address: '727 EAST 217TH ST, WILLIAMSBRIDGE', Month: '11', Price: '1332'}, geometry: { type: 'Point', coordinates:[-73.86256545, 40.88185165]} },
{type: 'Feature',properties:{Name: '2', Address: '710 EAST 218TH STREET, WILLIAMSBRIDGE', Month: '12', Price: '1672'}, geometry: { type: 'Point', coordinates:[-73.86256376, 40.88266957]} },
{type: 'Feature',properties:{Name: '2', Address: '758 EAST 220TH STREET, WILLIAMSBRIDGE', Month: '5', Price: '2460'}, geometry: { type: 'Point', coordinates:[-73.86080392, 40.88375984]} },
{type: 'Feature',properties:{Name: '2', Address: '3844 WHITE PLAINS ROAD, WILLIAMSBRIDGE', Month: '2', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.86210363, 40.88482634]} },
{type: 'Feature',properties:{Name: '2', Address: '718 EAST 221 STREET, WILLIAMSBRIDGE', Month: '11', Price: '1794'}, geometry: { type: 'Point', coordinates:[-73.86123227, 40.88472375]} },
{type: 'Feature',properties:{Name: '2', Address: '718 EAST 221 STREET, WILLIAMSBRIDGE', Month: '3', Price: '1794'}, geometry: { type: 'Point', coordinates:[-73.86123227, 40.88472375]} },
{type: 'Feature',properties:{Name: '2', Address: '718 EAST 222ND STREET, WILLIAMSBRIDGE', Month: '8', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.86077154, 40.88540662]} },
{type: 'Feature',properties:{Name: '2', Address: '718 EAST 222 STREET, WILLIAMSBRIDGE', Month: '10', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.86077154, 40.88540662]} },
{type: 'Feature',properties:{Name: '2', Address: '718 EAST 222 STREET, WILLIAMSBRIDGE', Month: '6', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.86077154, 40.88540662]} },
{type: 'Feature',properties:{Name: '2', Address: '734 EAST 222 STREET, WILLIAMSBRIDGE', Month: '2', Price: '3032'}, geometry: { type: 'Point', coordinates:[-73.86044266, 40.88530467]} },
{type: 'Feature',properties:{Name: '2', Address: '752 E 222ND STREET, WILLIAMSBRIDGE', Month: '10', Price: '1134'}, geometry: { type: 'Point', coordinates:[-73.86007402, 40.8851862]} },
{type: 'Feature',properties:{Name: '2', Address: '3520 BARNES AVENUE, WILLIAMSBRIDGE', Month: '6', Price: '1970'}, geometry: { type: 'Point', coordinates:[-73.86163455, 40.87736296]} },
{type: 'Feature',properties:{Name: '2', Address: '865 EAST 215TH STREET, WILLIAMSBRIDGE', Month: '9', Price: '1140'}, geometry: { type: 'Point', coordinates:[-73.85973568, 40.87928196]} },
{type: 'Feature',properties:{Name: '2', Address: '861 EAST 215TH STREET, WILLIAMSBRIDGE', Month: '3', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.8598188, 40.87930676]} },
{type: 'Feature',properties:{Name: '2', Address: '3672 BARNES AVENUE, WILLIAMSBRIDGE', Month: '12', Price: '3552'}, geometry: { type: 'Point', coordinates:[-73.86132874, 40.88008259]} },
{type: 'Feature',properties:{Name: '2', Address: '851 EAST 216TH STREET, WILLIAMSBRIDGE', Month: '9', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.85963994, 40.88009427]} },
{type: 'Feature',properties:{Name: '2', Address: '3727 BRONXWOOD, WILLIAMSBRIDGE', Month: '10', Price: '2636'}, geometry: { type: 'Point', coordinates:[-73.85797192, 40.88053412]} },
{type: 'Feature',properties:{Name: '2', Address: '861 EAST 218 STREET, WILLIAMSBRIDGE', Month: '7', Price: '2952'}, geometry: { type: 'Point', coordinates:[-73.85865348, 40.88143522]} },
{type: 'Feature',properties:{Name: '2', Address: '849 EAST 219 STREET, WILLIAMSBRIDGE', Month: '5', Price: '1746'}, geometry: { type: 'Point', coordinates:[-73.85851439, 40.88222003]} },
{type: 'Feature',properties:{Name: '2', Address: '869 EAST 220 STREET, WILLIAMSBRIDGE', Month: '7', Price: '3645'}, geometry: { type: 'Point', coordinates:[-73.8575441, 40.88273759]} },
{type: 'Feature',properties:{Name: '2', Address: '826 EAST 221 STREET, WILLIAMSBRIDGE', Month: '5', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.8579399, 40.88367401]} },
{type: 'Feature',properties:{Name: '2', Address: '847 EAST 221 STREET, WILLIAMSBRIDGE', Month: '8', Price: '1044'}, geometry: { type: 'Point', coordinates:[-73.85755678, 40.88356924]} },
{type: 'Feature',properties:{Name: '2', Address: '816 E. 222ND STREET, WILLIAMSBRIDGE', Month: '2', Price: '2695'}, geometry: { type: 'Point', coordinates:[-73.85800679, 40.88452769]} },
{type: 'Feature',properties:{Name: '2', Address: '850 EAST 222ND STREET, WILLIAMSBRIDGE', Month: '8', Price: '2440'}, geometry: { type: 'Point', coordinates:[-73.85730567, 40.88430451]} },
{type: 'Feature',properties:{Name: '2', Address: '922 EAST 212TH, WILLIAMSBRIDGE', Month: '8', Price: '2900'}, geometry: { type: 'Point', coordinates:[-73.85861303, 40.87664843]} },
{type: 'Feature',properties:{Name: '2', Address: '943 EAST 213 STREET, WILLIAMSBRIDGE', Month: '10', Price: '2241'}, geometry: { type: 'Point', coordinates:[-73.85814863, 40.8773752]} },
{type: 'Feature',properties:{Name: '2', Address: '901 EAST 214 STREET, WILLIAMSBRIDGE', Month: '3', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.85854452, 40.87825399]} },
{type: 'Feature',properties:{Name: '2', Address: '3720 BRONXWOOD AVENUE, WILLIAMSBRIDGE', Month: '8', Price: '2695'}, geometry: { type: 'Point', coordinates:[-73.85790758, 40.88018547]} },
{type: 'Feature',properties:{Name: '2', Address: '3720 BRONXWOOD AVENUE, WILLIAMSBRIDGE', Month: '11', Price: '2695'}, geometry: { type: 'Point', coordinates:[-73.85790758, 40.88018547]} },
{type: 'Feature',properties:{Name: '2', Address: '912 EAST 219, WILLIAMSBRIDGE', Month: '8', Price: '1932'}, geometry: { type: 'Point', coordinates:[-73.8564726, 40.88155055]} },
{type: 'Feature',properties:{Name: '2', Address: '932 EAST 219 STREET, WILLIAMSBRIDGE', Month: '12', Price: '1140'}, geometry: { type: 'Point', coordinates:[-73.85611484, 40.88143483]} },
{type: 'Feature',properties:{Name: '2', Address: '954 EAST 220 STREET, WILLIAMSBRIDGE', Month: '4', Price: '2140'}, geometry: { type: 'Point', coordinates:[-73.85530716, 40.88200471]} },
{type: 'Feature',properties:{Name: '2', Address: '915 EAST 220TH ST, WILLIAMSBRIDGE', Month: '12', Price: '2125'}, geometry: { type: 'Point', coordinates:[-73.85602627, 40.88225264]} },
{type: 'Feature',properties:{Name: '2', Address: '956 EAST 221 STREET, WILLIAMSBRIDGE', Month: '8', Price: '1176'}, geometry: { type: 'Point', coordinates:[-73.85485362, 40.88269306]} },
{type: 'Feature',properties:{Name: '2', Address: '965 EAST 221 STREET, WILLIAMSBRIDGE', Month: '12', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.85469819, 40.88265993]} },
{type: 'Feature',properties:{Name: '2', Address: '963 EAST 221ST STREET, WILLIAMSBRIDGE', Month: '2', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.85473433, 40.88267096]} },
{type: 'Feature',properties:{Name: '2', Address: '3564 PAULDING AVENUE, WILLIAMSBRIDGE', Month: '2', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.85708043, 40.87636658]} },
{type: 'Feature',properties:{Name: '2', Address: '1047 EAST 213TH ST, WILLIAMSBRIDGE', Month: '9', Price: '1620'}, geometry: { type: 'Point', coordinates:[-73.85566249, 40.8765789]} },
{type: 'Feature',properties:{Name: '2', Address: '1028 EAST 215 STREET, WILLIAMSBRIDGE', Month: '4', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.85526177, 40.87793977]} },
{type: 'Feature',properties:{Name: '2', Address: '3716 PAULDING AVENUE, WILLIAMSBRIDGE', Month: '8', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.85545407, 40.87930412]} },
{type: 'Feature',properties:{Name: '2', Address: '1028 EAST 217 STREET, WILLIAMSBRIDGE', Month: '12', Price: '2136'}, geometry: { type: 'Point', coordinates:[-73.85449948, 40.87926724]} },
{type: 'Feature',properties:{Name: '2', Address: '1028 EAST 217TH STREET, WILLIAMSBRIDGE', Month: '12', Price: '2136'}, geometry: { type: 'Point', coordinates:[-73.85449948, 40.87926724]} },
{type: 'Feature',properties:{Name: '2', Address: '1025 EAST 217 STREET, WILLIAMSBRIDGE', Month: '2', Price: '1710'}, geometry: { type: 'Point', coordinates:[-73.85456088, 40.879303]} },
{type: 'Feature',properties:{Name: '2', Address: '643 EAST 223 STREET, WILLIAMSBRIDGE', Month: '6', Price: '1612'}, geometry: { type: 'Point', coordinates:[-73.86307924, 40.88698758]} },
{type: 'Feature',properties:{Name: '2', Address: '687 EAST 224 STREET, WILLIAMSBRIDGE', Month: '1', Price: '2020'}, geometry: { type: 'Point', coordinates:[-73.86158847, 40.88733986]} },
{type: 'Feature',properties:{Name: '2', Address: '3974 CARPENTER AVENUE, WILLIAMSBRIDGE', Month: '7', Price: '3169'}, geometry: { type: 'Point', coordinates:[-73.86326714, 40.888824]} },
{type: 'Feature',properties:{Name: '2', Address: '630 EAST 226 STREET, WILLIAMSBRIDGE', Month: '7', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.86237297, 40.88923464]} },
{type: 'Feature',properties:{Name: '2', Address: '4066 LOWERRE PLACE, WILLIAMSBRIDGE', Month: '11', Price: '1596'}, geometry: { type: 'Point', coordinates:[-73.86014603, 40.89049452]} },
{type: 'Feature',properties:{Name: '2', Address: '688 EAST 230TH STREET, WILLIAMSBRIDGE', Month: '8', Price: '2228'}, geometry: { type: 'Point', coordinates:[-73.85902272, 40.89148947]} },
{type: 'Feature',properties:{Name: '2', Address: '648 EAST 230TH STREET, WILLIAMSBRIDGE', Month: '9', Price: '2016'}, geometry: { type: 'Point', coordinates:[-73.86043957, 40.89194132]} },
{type: 'Feature',properties:{Name: '2', Address: '691 EAST 230TH STREET, WILLIAMSBRIDGE', Month: '6', Price: '2560'}, geometry: { type: 'Point', coordinates:[-73.85886365, 40.89145634]} },
{type: 'Feature',properties:{Name: '2', Address: '746 EAST 223RD STREET, WILLIAMSBRIDGE', Month: '11', Price: '1980'}, geometry: { type: 'Point', coordinates:[-73.85976508, 40.88591591]} },
{type: 'Feature',properties:{Name: '2', Address: '769 EAST 226TH STREET, WILLIAMSBRIDGE', Month: '7', Price: '1824'}, geometry: { type: 'Point', coordinates:[-73.85812978, 40.88790107]} },
{type: 'Feature',properties:{Name: '2', Address: '739 EAST 227 STREET, WILLIAMSBRIDGE', Month: '11', Price: '1974'}, geometry: { type: 'Point', coordinates:[-73.85846774, 40.88884291]} },
{type: 'Feature',properties:{Name: '2', Address: '712 EAST 228 STREET, WILLIAMSBRIDGE', Month: '2', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.85862505, 40.88970219]} },
{type: 'Feature',properties:{Name: '2', Address: '754 EAST 231ST STREET, WILLIAMSBRIDGE', Month: '12', Price: '1404'}, geometry: { type: 'Point', coordinates:[-73.8565993, 40.89154961]} },
{type: 'Feature',properties:{Name: '2', Address: '837 EAST 222ND STREET, WILLIAMSBRIDGE', Month: '7', Price: '1984'}, geometry: { type: 'Point', coordinates:[-73.85758753, 40.8844119]} },
{type: 'Feature',properties:{Name: '2', Address: '860 E 223RD ST, WILLIAMSBRIDGE', Month: '1', Price: '2110'}, geometry: { type: 'Point', coordinates:[-73.85671481, 40.88494329]} },
{type: 'Feature',properties:{Name: '2', Address: '869 EAST 224 STREET, WILLIAMSBRIDGE', Month: '10', Price: '2077'}, geometry: { type: 'Point', coordinates:[-73.85614919, 40.88561229]} },
{type: 'Feature',properties:{Name: '2', Address: '857 EAST 224TH STREET, WILLIAMSBRIDGE', Month: '7', Price: '1947'}, geometry: { type: 'Point', coordinates:[-73.85639495, 40.88569219]} },
{type: 'Feature',properties:{Name: '2', Address: '816 EAST 225TH STREET, WILLIAMSBRIDGE', Month: '7', Price: '3298'}, geometry: { type: 'Point', coordinates:[-73.85683773, 40.88664241]} },
{type: 'Feature',properties:{Name: '2', Address: '866 E 225 STREET, WILLIAMSBRIDGE', Month: '7', Price: '2020'}, geometry: { type: 'Point', coordinates:[-73.85580772, 40.88631451]} },
{type: 'Feature',properties:{Name: '2', Address: '820 EAST 226 STREET, WILLIAMSBRIDGE', Month: '4', Price: '1410'}, geometry: { type: 'Point', coordinates:[-73.85635888, 40.88731975]} },
{type: 'Feature',properties:{Name: '2', Address: '860 EAST 227 STREET, WILLIAMSBRIDGE', Month: '7', Price: '1886'}, geometry: { type: 'Point', coordinates:[-73.85514996, 40.88776562]} },
{type: 'Feature',properties:{Name: '2', Address: '844 EAST 229 STREET, WILLIAMSBRIDGE', Month: '2', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.85469818, 40.88928287]} },
{type: 'Feature',properties:{Name: '2', Address: '859 EAST 229 STREET, WILLIAMSBRIDGE', Month: '7', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.85440178, 40.88920564]} },
{type: 'Feature',properties:{Name: '2', Address: '837 EAST 229TH STREET, WILLIAMSBRIDGE', Month: '7', Price: '1384'}, geometry: { type: 'Point', coordinates:[-73.85485355, 40.88934894]} },
{type: 'Feature',properties:{Name: '2', Address: '4102 BARNES AVENUE, WILLIAMSBRIDGE', Month: '11', Price: '2245'}, geometry: { type: 'Point', coordinates:[-73.85593385, 40.8898608]} },
{type: 'Feature',properties:{Name: '2', Address: '4129 BRONXWOOD AVENUE, WILLIAMSBRIDGE', Month: '3', Price: '1710'}, geometry: { type: 'Point', coordinates:[-73.85267552, 40.88969201]} },
{type: 'Feature',properties:{Name: '2', Address: '833 EAST 231 STREET, WILLIAMSBRIDGE', Month: '6', Price: '2518'}, geometry: { type: 'Point', coordinates:[-73.85416682, 40.89079452]} },
{type: 'Feature',properties:{Name: '2', Address: '927 EAST 222 STREET, WILLIAMSBRIDGE', Month: '6', Price: '2425'}, geometry: { type: 'Point', coordinates:[-73.85499271, 40.88358526]} },
{type: 'Feature',properties:{Name: '2', Address: '965 EAST 223 STREET, WILLIAMSBRIDGE', Month: '3', Price: '3025'}, geometry: { type: 'Point', coordinates:[-73.85385975, 40.88405043]} },
{type: 'Feature',properties:{Name: '2', Address: '927 EAST 223 STREET, WILLIAMSBRIDGE', Month: '6', Price: '2440'}, geometry: { type: 'Point', coordinates:[-73.85458976, 40.88428465]} },
{type: 'Feature',properties:{Name: '2', Address: '919 EAST 223 STREET, WILLIAMSBRIDGE', Month: '3', Price: '2440'}, geometry: { type: 'Point', coordinates:[-73.85474516, 40.88433425]} },
{type: 'Feature',properties:{Name: '2', Address: '903 EAST 223 STREET, WILLIAMSBRIDGE', Month: '5', Price: '2440'}, geometry: { type: 'Point', coordinates:[-73.85505235, 40.8844307]} },
{type: 'Feature',properties:{Name: '2', Address: '963 EAST 224TH STREET, WILLIAMSBRIDGE', Month: '5', Price: '2394'}, geometry: { type: 'Point', coordinates:[-73.85347846, 40.88476082]} },
{type: 'Feature',properties:{Name: '2', Address: '957 EAST 227TH STREET, WILLIAMSBRIDGE', Month: '7', Price: '2056'}, geometry: { type: 'Point', coordinates:[-73.85234901, 40.88688926]} },
{type: 'Feature',properties:{Name: '2', Address: '923 EAST 227TH STREET, WILLIAMSBRIDGE', Month: '7', Price: '1824'}, geometry: { type: 'Point', coordinates:[-73.85304652, 40.88711247]} },
{type: 'Feature',properties:{Name: '2', Address: '4042 BRONXWOOD AVENUE, WILLIAMSBRIDGE', Month: '11', Price: '1404'}, geometry: { type: 'Point', coordinates:[-73.8536379, 40.88790095]} },
{type: 'Feature',properties:{Name: '2', Address: '944 EAST 229TH STREET, WILLIAMSBRIDGE', Month: '4', Price: '2125'}, geometry: { type: 'Point', coordinates:[-73.85181769, 40.88836523]} },
{type: 'Feature',properties:{Name: '2', Address: '4105 PAULDING AVENUE, WILLIAMSBRIDGE', Month: '2', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.85017638, 40.88807217]} },
{type: 'Feature',properties:{Name: '2', Address: '954 EAST 230 STREET, WILLIAMSBRIDGE', Month: '7', Price: '1903'}, geometry: { type: 'Point', coordinates:[-73.85122312, 40.88900672]} },
{type: 'Feature',properties:{Name: '2', Address: '1014 EAST 223RD STREET, WILLIAMSBRIDGE', Month: '4', Price: '2125'}, geometry: { type: 'Point', coordinates:[-73.85216127, 40.88348835]} },
{type: 'Feature',properties:{Name: '2', Address: '1016 EAST 223 STREET, WILLIAMSBRIDGE', Month: '12', Price: '2125'}, geometry: { type: 'Point', coordinates:[-73.85212152, 40.88347732]} },
{type: 'Feature',properties:{Name: '2', Address: '1042 EAST 224TH, WILLIAMSBRIDGE', Month: '7', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.8511909, 40.88401408]} },
{type: 'Feature',properties:{Name: '2', Address: '1007 EAST 223 STREET, WILLIAMSBRIDGE', Month: '2', Price: '1899'}, geometry: { type: 'Point', coordinates:[-73.85230217, 40.88355166]} },
{type: 'Feature',properties:{Name: '2', Address: '1019 EAST 224TH STREET, WILLIAMSBRIDGE', Month: '10', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.85163536, 40.88417385]} },
{type: 'Feature',properties:{Name: '2', Address: '1040 EAST 225 STREET, WILLIAMSBRIDGE', Month: '5', Price: '3063'}, geometry: { type: 'Point', coordinates:[-73.85077706, 40.8847107]} },
{type: 'Feature',properties:{Name: '2', Address: '1040 EAST 225 STREET, WILLIAMSBRIDGE', Month: '9', Price: '3063'}, geometry: { type: 'Point', coordinates:[-73.85077706, 40.8847107]} },
{type: 'Feature',properties:{Name: '2', Address: '1050 EAST 226 STREET, WILLIAMSBRIDGE', Month: '4', Price: '1919'}, geometry: { type: 'Point', coordinates:[-73.85014277, 40.88533567]} },
{type: 'Feature',properties:{Name: '2', Address: '1036 EAST 227 STREET, WILLIAMSBRIDGE', Month: '2', Price: '1764'}, geometry: { type: 'Point', coordinates:[-73.84996742, 40.88611219]} },
{type: 'Feature',properties:{Name: '2', Address: '1036 EAST 227 STREET, WILLIAMSBRIDGE', Month: '3', Price: '1764'}, geometry: { type: 'Point', coordinates:[-73.84996742, 40.88611219]} },
{type: 'Feature',properties:{Name: '2', Address: '1058 E 227, WILLIAMSBRIDGE', Month: '3', Price: '1912'}, geometry: { type: 'Point', coordinates:[-73.84954097, 40.88597714]} },
{type: 'Feature',properties:{Name: '2', Address: '1045 EAST 227 STREET, WILLIAMSBRIDGE', Month: '4', Price: '1684'}, geometry: { type: 'Point', coordinates:[-73.84980476, 40.8860763]} },
{type: 'Feature',properties:{Name: '2', Address: '1019A EAST 229 STREET, WILLIAMSBRIDGE', Month: '9', Price: '1392'}, geometry: { type: 'Point', coordinates:[-73.84938846, 40.88784882]} },
{type: 'Feature',properties:{Name: '2', Address: '1019A EAST 229 STREET, WILLIAMSBRIDGE', Month: '1', Price: '1392'}, geometry: { type: 'Point', coordinates:[-73.84938846, 40.88784882]} },
{type: 'Feature',properties:{Name: '2', Address: '1019A EAST 229 STREET, WILLIAMSBRIDGE', Month: '3', Price: '1392'}, geometry: { type: 'Point', coordinates:[-73.84938846, 40.88784882]} },
{type: 'Feature',properties:{Name: '2', Address: '1065 EAST 231ST, WILLIAMSBRIDGE', Month: '3', Price: '1628'}, geometry: { type: 'Point', coordinates:[-73.84776251, 40.88875518]} },
{type: 'Feature',properties:{Name: '2', Address: '1058 EAST 232 STREET, WILLIAMSBRIDGE', Month: '4', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.84750043, 40.88948492]} },
{type: 'Feature',properties:{Name: '2', Address: '1058 EAST 232ND STREET, WILLIAMSBRIDGE', Month: '3', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.84750043, 40.88948492]} },
{type: 'Feature',properties:{Name: '2', Address: '662 EAST 216 STREET, WILLIAMSBRIDGE', Month: '8', Price: '2836'}, geometry: { type: 'Point', coordinates:[-73.86512608, 40.88171469]} },
{type: 'Feature',properties:{Name: '2', Address: '3708 WILLETT AVENUE, WILLIAMSBRIDGE', Month: '1', Price: '3093'}, geometry: { type: 'Point', coordinates:[-73.86511054, 40.88224714]} },
{type: 'Feature',properties:{Name: '2', Address: '730 EAST 212 STREET, WILLIAMSBRIDGE', Month: '9', Price: '1910'}, geometry: { type: 'Point', coordinates:[-73.86443165, 40.87821988]} },
{type: 'Feature',properties:{Name: '2', Address: '730 EAST 212 STREET, WILLIAMSBRIDGE', Month: '11', Price: '1910'}, geometry: { type: 'Point', coordinates:[-73.86443165, 40.87821988]} },
{type: 'Feature',properties:{Name: '2', Address: '3550 CARLISLE PLACE, WILLIAMSBRIDGE', Month: '4', Price: '2662'}, geometry: { type: 'Point', coordinates:[-73.86330049, 40.8778837]} },
{type: 'Feature',properties:{Name: '2', Address: '3556 CARLISLE PLACE, WILLIAMSBRIDGE', Month: '2', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.86327142, 40.87795228]} },
{type: 'Feature',properties:{Name: '2', Address: '3556 CARLISLE PLACE, WILLIAMSBRIDGE', Month: '1', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.86327142, 40.87795228]} },
{type: 'Feature',properties:{Name: '2', Address: '779 EAST 211TH STREET, WILLIAMSBRIDGE', Month: '9', Price: '3862'}, geometry: { type: 'Point', coordinates:[-73.86245505, 40.87753137]} },
{type: 'Feature',properties:{Name: '2', Address: '782 EAST 214TH STREET, WILLIAMSBRIDGE', Month: '3', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.86229262, 40.87913408]} },
{type: 'Feature',properties:{Name: '2', Address: '753 EAST 213TH STREET, WILLIAMSBRIDGE', Month: '1', Price: '2941'}, geometry: { type: 'Point', coordinates:[-73.86272418, 40.87853625]} },
{type: 'Feature',properties:{Name: '2', Address: '761 EAST 220 STREET, WILLIAMSBRIDGE', Month: '9', Price: '2588'}, geometry: { type: 'Point', coordinates:[-73.86075691, 40.88376253]} },
{type: 'Feature',properties:{Name: '2', Address: '3617 BRONXWOOD AVENUE, WILLIAMSBRIDGE', Month: '9', Price: '1620'}, geometry: { type: 'Point', coordinates:[-73.85909454, 40.87808175]} },
{type: 'Feature',properties:{Name: '2', Address: '809 EAST 213TH STREET, WILLIAMSBRIDGE', Month: '3', Price: '1532'}, geometry: { type: 'Point', coordinates:[-73.86113712, 40.87833399]} },
{type: 'Feature',properties:{Name: '2', Address: '805 EAST 213TH STREET, WILLIAMSBRIDGE', Month: '12', Price: '1532'}, geometry: { type: 'Point', coordinates:[-73.86120578, 40.87835603]} },
{type: 'Feature',properties:{Name: '2', Address: '814 EAST 215 STREET, WILLIAMSBRIDGE', Month: '11', Price: '1764'}, geometry: { type: 'Point', coordinates:[-73.86076927, 40.87958513]} },
{type: 'Feature',properties:{Name: '2', Address: '830 EAST 218TH, WILLIAMSBRIDGE', Month: '2', Price: '3069'}, geometry: { type: 'Point', coordinates:[-73.85927871, 40.88161713]} },
{type: 'Feature',properties:{Name: '2', Address: '3766 BARNES AVE, WILLIAMSBRIDGE', Month: '7', Price: '3851'}, geometry: { type: 'Point', coordinates:[-73.86017066, 40.8822248]} },
{type: 'Feature',properties:{Name: '2', Address: '823 EAST 220 STREET, WILLIAMSBRIDGE', Month: '2', Price: '2541'}, geometry: { type: 'Point', coordinates:[-73.85841505, 40.88301587]} },
{type: 'Feature',properties:{Name: '2', Address: '834 EAST 222, WILLIAMSBRIDGE', Month: '6', Price: '2560'}, geometry: { type: 'Point', coordinates:[-73.85759903, 40.88410451]} },
{type: 'Feature',properties:{Name: '2', Address: '834 EAST 222, WILLIAMSBRIDGE', Month: '1', Price: '2560'}, geometry: { type: 'Point', coordinates:[-73.85759903, 40.88410451]} },
{type: 'Feature',properties:{Name: '2', Address: '858 EAST 222 STREET, WILLIAMSBRIDGE', Month: '12', Price: '2440'}, geometry: { type: 'Point', coordinates:[-73.85714304, 40.88425216]} },
{type: 'Feature',properties:{Name: '2', Address: '3637 PAULDING AVENUE, WILLIAMSBRIDGE', Month: '2', Price: '3117'}, geometry: { type: 'Point', coordinates:[-73.8562853, 40.87785871]} },
{type: 'Feature',properties:{Name: '2', Address: '931 EAST 216 STREET, WILLIAMSBRIDGE', Month: '6', Price: '4872'}, geometry: { type: 'Point', coordinates:[-73.85730905, 40.87936132]} },
{type: 'Feature',properties:{Name: '2', Address: '930 EAST 218 STREET, WILLIAMSBRIDGE', Month: '3', Price: '3564'}, geometry: { type: 'Point', coordinates:[-73.85653582, 40.88074369]} },
{type: 'Feature',properties:{Name: '2', Address: '1067 EAST 211 STREET, WILLIAMSBRIDGE', Month: '5', Price: '3552'}, geometry: { type: 'Point', coordinates:[-73.85612508, 40.87502873]} },
{type: 'Feature',properties:{Name: '2', Address: '1067 EAST 211TH STREET, WILLIAMSBRIDGE', Month: '3', Price: '3552'}, geometry: { type: 'Point', coordinates:[-73.85612508, 40.87502873]} },
{type: 'Feature',properties:{Name: '2', Address: '1012 EAST 215 STREET, WILLIAMSBRIDGE', Month: '7', Price: '2782'}, geometry: { type: 'Point', coordinates:[-73.85552917, 40.87802519]} },
{type: 'Feature',properties:{Name: '2', Address: '1017 EAST 215 STREET, WILLIAMSBRIDGE', Month: '9', Price: '2620'}, geometry: { type: 'Point', coordinates:[-73.85545686, 40.87801961]} },
{type: 'Feature',properties:{Name: '2', Address: '1037 EAST 217TH STREET, WILLIAMSBRIDGE', Month: '12', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.8543549, 40.87923687]} },
{type: 'Feature',properties:{Name: '2', Address: '1035 EAST 217 STREET, WILLIAMSBRIDGE', Month: '7', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.85438742, 40.87924789]} },
{type: 'Feature',properties:{Name: '2', Address: '1003 EAST 217 STREET, WILLIAMSBRIDGE', Month: '4', Price: '2002'}, geometry: { type: 'Point', coordinates:[-73.8549367, 40.87942149]} },
{type: 'Feature',properties:{Name: '2', Address: '1026 EAST 219 STREET, WILLIAMSBRIDGE', Month: '10', Price: '2940'}, geometry: { type: 'Point', coordinates:[-73.85371168, 40.88066878]} },
{type: 'Feature',properties:{Name: '2', Address: '3967 CARPENTER, WILLIAMSBRIDGE', Month: '9', Price: '2314'}, geometry: { type: 'Point', coordinates:[-73.86347397, 40.88849488]} },
{type: 'Feature',properties:{Name: '2', Address: '664 EAST 223 STREET, WILLIAMSBRIDGE', Month: '6', Price: '3534'}, geometry: { type: 'Point', coordinates:[-73.86253714, 40.88679755]} },
{type: 'Feature',properties:{Name: '2', Address: '664 EAST 223 STREET, WILLIAMSBRIDGE', Month: '11', Price: '3534'}, geometry: { type: 'Point', coordinates:[-73.86253714, 40.88679755]} },
{type: 'Feature',properties:{Name: '2', Address: '653 EAST 224 STREET, WILLIAMSBRIDGE', Month: '8', Price: '2870'}, geometry: { type: 'Point', coordinates:[-73.86244143, 40.88761261]} },
{type: 'Feature',properties:{Name: '2', Address: '662 EAST 226TH STREET, WILLIAMSBRIDGE', Month: '2', Price: '2780'}, geometry: { type: 'Point', coordinates:[-73.86157059, 40.88897842]} },
{type: 'Feature',properties:{Name: '2', Address: '644 EAST 227 STREET, WILLIAMSBRIDGE', Month: '1', Price: '2805'}, geometry: { type: 'Point', coordinates:[-73.86185439, 40.88990372]} },
{type: 'Feature',properties:{Name: '2', Address: '645 EAST 227 STREET, WILLIAMSBRIDGE', Month: '5', Price: '2860'}, geometry: { type: 'Point', coordinates:[-73.86184712, 40.88992018]} },
{type: 'Feature',properties:{Name: '2', Address: '759 EAST 222, WILLIAMSBRIDGE', Month: '5', Price: '3713'}, geometry: { type: 'Point', coordinates:[-73.85948072, 40.88527605]} },
{type: 'Feature',properties:{Name: '2', Address: '756 EAST 223 STREET, WILLIAMSBRIDGE', Month: '4', Price: '1614'}, geometry: { type: 'Point', coordinates:[-73.85956992, 40.88585255]} },
{type: 'Feature',properties:{Name: '2', Address: '730 EAST 227TH STREET, WILLIAMSBRIDGE', Month: '9', Price: '2995'}, geometry: { type: 'Point', coordinates:[-73.85863765, 40.8888788]} },
{type: 'Feature',properties:{Name: '2', Address: '753 EAST 227TH STREET, WILLIAMSBRIDGE', Month: '2', Price: '3794'}, geometry: { type: 'Point', coordinates:[-73.85817861, 40.88874924]} },
{type: 'Feature',properties:{Name: '2', Address: '739 EAST 228 STREET, WILLIAMSBRIDGE', Month: '3', Price: '1512'}, geometry: { type: 'Point', coordinates:[-73.85807925, 40.88954782]} },
{type: 'Feature',properties:{Name: '2', Address: '827 EAST 222 STREET, WILLIAMSBRIDGE', Month: '4', Price: '3220'}, geometry: { type: 'Point', coordinates:[-73.85779352, 40.88447803]} },
{type: 'Feature',properties:{Name: '2', Address: '849 E.223RD ST, WILLIAMSBRIDGE', Month: '3', Price: '2378'}, geometry: { type: 'Point', coordinates:[-73.8569533, 40.88503691]} },
{type: 'Feature',properties:{Name: '2', Address: '821 EAST 223 STREET, WILLIAMSBRIDGE', Month: '12', Price: '3455'}, geometry: { type: 'Point', coordinates:[-73.85752793, 40.88522151]} },
{type: 'Feature',properties:{Name: '2', Address: '821 EAST 224 STREET, WILLIAMSBRIDGE', Month: '11', Price: '3658'}, geometry: { type: 'Point', coordinates:[-73.85713582, 40.88592916]} },
{type: 'Feature',properties:{Name: '2', Address: '849 EAST 226TH STREET, WILLIAMSBRIDGE', Month: '8', Price: '3417'}, geometry: { type: 'Point', coordinates:[-73.85577696, 40.88715434]} },
{type: 'Feature',properties:{Name: '2', Address: '811 E.226 ST, WILLIAMSBRIDGE', Month: '10', Price: '3656'}, geometry: { type: 'Point', coordinates:[-73.856554, 40.88739959]} },
{type: 'Feature',properties:{Name: '2', Address: '811 EAST 226TH STREET, WILLIAMSBRIDGE', Month: '5', Price: '3656'}, geometry: { type: 'Point', coordinates:[-73.856554, 40.88739959]} },
{type: 'Feature',properties:{Name: '2', Address: '813 EAST 228TH STREET, WILLIAMSBRIDGE', Month: '3', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.85573361, 40.88879836]} },
{type: 'Feature',properties:{Name: '2', Address: '830 EAST 230TH, WILLIAMSBRIDGE', Month: '11', Price: '2332'}, geometry: { type: 'Point', coordinates:[-73.85459517, 40.8900787]} },
{type: 'Feature',properties:{Name: '2', Address: '928 EAST 223 STREET, WILLIAMSBRIDGE', Month: '6', Price: '2440'}, geometry: { type: 'Point', coordinates:[-73.85456089, 40.88425717]} },
{type: 'Feature',properties:{Name: '2', Address: '928 EAST 223 STREET, WILLIAMSBRIDGE', Month: '6', Price: '2440'}, geometry: { type: 'Point', coordinates:[-73.85456089, 40.88425717]} },
{type: 'Feature',properties:{Name: '2', Address: '932 EAST 223 STREET, WILLIAMSBRIDGE', Month: '7', Price: '2440'}, geometry: { type: 'Point', coordinates:[-73.85448138, 40.88423237]} },
{type: 'Feature',properties:{Name: '2', Address: '953 EAST 223 STREET, WILLIAMSBRIDGE', Month: '3', Price: '2440'}, geometry: { type: 'Point', coordinates:[-73.85409104, 40.88412483]} },
{type: 'Feature',properties:{Name: '2', Address: '916 EAST 226 STREET, WILLIAMSBRIDGE', Month: '5', Price: '2629'}, geometry: { type: 'Point', coordinates:[-73.85357965, 40.88643521]} },
{type: 'Feature',properties:{Name: '2', Address: '965 EAST 226 STREET, WILLIAMSBRIDGE', Month: '7', Price: '2652'}, geometry: { type: 'Point', coordinates:[-73.85260383, 40.88614029]} },
{type: 'Feature',properties:{Name: '2', Address: '965 EAST 226 STREET, WILLIAMSBRIDGE', Month: '11', Price: '2652'}, geometry: { type: 'Point', coordinates:[-73.85260383, 40.88614029]} },
{type: 'Feature',properties:{Name: '2', Address: '940 EAST 227TH STREET, WILLIAMSBRIDGE', Month: '2', Price: '2494'}, geometry: { type: 'Point', coordinates:[-73.85268515, 40.88698027]} },
{type: 'Feature',properties:{Name: '2', Address: '914 EAST 232 STREET, WILLIAMSBRIDGE', Month: '10', Price: '1813'}, geometry: { type: 'Point', coordinates:[-73.85126639, 40.89068378]} },
{type: 'Feature',properties:{Name: '2', Address: '1041 EAST 223 STREET, WILLIAMSBRIDGE', Month: '9', Price: '3150'}, geometry: { type: 'Point', coordinates:[-73.85166613, 40.88335048]} },
{type: 'Feature',properties:{Name: '2', Address: '3947 LACONIA AVENUE, WILLIAMSBRIDGE', Month: '3', Price: '3387'}, geometry: { type: 'Point', coordinates:[-73.84983969, 40.88342223]} },
{type: 'Feature',properties:{Name: '2', Address: '3945 LACONIA AVENUE, WILLIAMSBRIDGE', Month: '6', Price: '3387'}, geometry: { type: 'Point', coordinates:[-73.84986146, 40.88338932]} },
{type: 'Feature',properties:{Name: '2', Address: '1030 EAST 225TH STREET, WILLIAMSBRIDGE', Month: '12', Price: '3454'}, geometry: { type: 'Point', coordinates:[-73.8509686, 40.88477133]} },
{type: 'Feature',properties:{Name: '2', Address: '1047 EAST 227 STREET, WILLIAMSBRIDGE', Month: '5', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.849765, 40.88606527]} },
{type: 'Feature',properties:{Name: '2', Address: '1044 EAST 228 STREET, WILLIAMSBRIDGE', Month: '9', Price: '2640'}, geometry: { type: 'Point', coordinates:[-73.84938731, 40.88675918]} },
{type: 'Feature',properties:{Name: '2', Address: '4023 GUNTHER AVENUE, WILLIAMSBRIDGE', Month: '11', Price: '2325'}, geometry: { type: 'Point', coordinates:[-73.84872283, 40.89110041]} },
{type: 'Feature',properties:{Name: '2', Address: 'WEBSTER AVENUE, WILLIAMSBRIDGE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86955813, 40.88250751]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A CARPENTER AVENUE, WILLIAMSBRIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86538223, 40.88559049]} },
{type: 'Feature',properties:{Name: '2', Address: '820 EAST 214TH STREET, WILLIAMSBRIDGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86081039, 40.87894566]} },
{type: 'Feature',properties:{Name: '2', Address: '3750 BARNES AVENUE, WILLIAMSBRIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8602578, 40.88206022]} },
{type: 'Feature',properties:{Name: '2', Address: 'EAST 215 STREET, WILLIAMSBRIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8553516, 40.87820063]} },
{type: 'Feature',properties:{Name: '2', Address: 'N/A EAST 217 STREET, WILLIAMSBRIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85509886, 40.87968244]} },
{type: 'Feature',properties:{Name: '2', Address: '967 EAST 226 STREET, WILLIAMSBRIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85256046, 40.88612651]} },
{type: 'Feature',properties:{Name: '2', Address: '967 EAST 226 STREET, WILLIAMSBRIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85256046, 40.88612651]} },
{type: 'Feature',properties:{Name: '2', Address: '950 EAST 211 STREET, WILLIAMSBRIDGE', Month: '6', Price: '680'}, geometry: { type: 'Point', coordinates:[-73.85881357, 40.87586918]} },
{type: 'Feature',properties:{Name: '2', Address: '930 EAST 219 STREET, WILLIAMSBRIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85615097, 40.8814486]} },
{type: 'Feature',properties:{Name: '2', Address: '752 EAST 223 STREET, WILLIAMSBRIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85964943, 40.88587735]} },
{type: 'Feature',properties:{Name: '2', Address: '952 EAST 233 STREET, WILLIAMSBRIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8498298, 40.89100305]} },
{type: 'Feature',properties:{Name: '2', Address: '4021 GUNTHER AVENUE, WILLIAMSBRIDGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84871562, 40.89108942]} },
{type: 'Feature',properties:{Name: '2', Address: '3756 OLINVILLE AVENUE, WILLIAMSBRIDGE', Month: '1', Price: '5636'}, geometry: { type: 'Point', coordinates:[-73.86557499, 40.88326597]} },
{type: 'Feature',properties:{Name: '2', Address: '3768 WILLETT AVENUE, WILLIAMSBRIDGE', Month: '9', Price: '2576'}, geometry: { type: 'Point', coordinates:[-73.86464208, 40.88320724]} },
{type: 'Feature',properties:{Name: '2', Address: '3604 HOLLAND AVENUE, WILLIAMSBRIDGE', Month: '12', Price: '2058'}, geometry: { type: 'Point', coordinates:[-73.86379006, 40.87896843]} },
{type: 'Feature',properties:{Name: '2', Address: '3642 HOLLAND AVENUE, WILLIAMSBRIDGE', Month: '1', Price: '8300'}, geometry: { type: 'Point', coordinates:[-73.86345216, 40.87974752]} },
{type: 'Feature',properties:{Name: '2', Address: '789 E.214TH ST, WILLIAMSBRIDGE', Month: '10', Price: '7135'}, geometry: { type: 'Point', coordinates:[-73.86212272, 40.87910917]} },
{type: 'Feature',properties:{Name: '2', Address: '716 EAST 216 STREET, WILLIAMSBRIDGE', Month: '2', Price: '4968'}, geometry: { type: 'Point', coordinates:[-73.86317436, 40.88118541]} },
{type: 'Feature',properties:{Name: '2', Address: '737 EAST 219 STREET, WILLIAMSBRIDGE', Month: '7', Price: '4950'}, geometry: { type: 'Point', coordinates:[-73.86163684, 40.88321191]} },
{type: 'Feature',properties:{Name: '2', Address: '852 EAST 213 STREET, WILLIAMSBRIDGE', Month: '8', Price: '5740'}, geometry: { type: 'Point', coordinates:[-73.86040719, 40.8780806]} },
{type: 'Feature',properties:{Name: '2', Address: '852 EAST 213 STREET, WILLIAMSBRIDGE', Month: '8', Price: '5740'}, geometry: { type: 'Point', coordinates:[-73.86040719, 40.8780806]} },
{type: 'Feature',properties:{Name: '2', Address: '3675 PAULDING AVENUE, WILLIAMSBRIDGE', Month: '4', Price: '5840'}, geometry: { type: 'Point', coordinates:[-73.85594043, 40.87847583]} },
{type: 'Feature',properties:{Name: '2', Address: '3728 PAULDING AVENUE, WILLIAMSBRIDGE', Month: '10', Price: '3129'}, geometry: { type: 'Point', coordinates:[-73.8552181, 40.87972376]} },
{type: 'Feature',properties:{Name: '2', Address: '4053 CARPENTER AVENUE, WILLIAMSBRIDGE', Month: '11', Price: '43155'}, geometry: { type: 'Point', coordinates:[-73.86210896, 40.89097171]} },
{type: 'Feature',properties:{Name: '2', Address: '637 EAST 224 STREET, WILLIAMSBRIDGE', Month: '2', Price: '7691'}, geometry: { type: 'Point', coordinates:[-73.86284261, 40.88774208]} },
{type: 'Feature',properties:{Name: '2', Address: '4002 CARPENTER AVENUE, WILLIAMSBRIDGE', Month: '1', Price: '42490'}, geometry: { type: 'Point', coordinates:[-73.86284966, 40.88958103]} },
{type: 'Feature',properties:{Name: '2', Address: '4014 CARPENTER AVENUE, WILLIAMSBRIDGE', Month: '1', Price: '42740'}, geometry: { type: 'Point', coordinates:[-73.8626863, 40.88987727]} },
{type: 'Feature',properties:{Name: '2', Address: '4128 CARPENTER AVENUE, WILLIAMSBRIDGE', Month: '9', Price: '54048'}, geometry: { type: 'Point', coordinates:[-73.861274, 40.89245558]} },
{type: 'Feature',properties:{Name: '2', Address: '4138 CARPENTER AVENUE, WILLIAMSBRIDGE', Month: '11', Price: '53274'}, geometry: { type: 'Point', coordinates:[-73.86113242, 40.89270518]} },
{type: 'Feature',properties:{Name: '2', Address: '680 EAST 231 STREET, WILLIAMSBRIDGE', Month: '8', Price: '3528'}, geometry: { type: 'Point', coordinates:[-73.85901373, 40.89231836]} },
{type: 'Feature',properties:{Name: '2', Address: '684 EAST 233RD STREET, WILLIAMSBRIDGE', Month: '3', Price: '3900'}, geometry: { type: 'Point', coordinates:[-73.85826576, 40.89367057]} },
{type: 'Feature',properties:{Name: '2', Address: '769 EAST 224 ST, WILLIAMSBRIDGE', Month: '1', Price: '5100'}, geometry: { type: 'Point', coordinates:[-73.85902962, 40.88652983]} },
{type: 'Feature',properties:{Name: '2', Address: '748 EAST 230, WILLIAMSBRIDGE', Month: '11', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.85709987, 40.89087779]} },
{type: 'Feature',properties:{Name: '2', Address: '3942 BARNES AVE, WILLIAMSBRIDGE', Month: '2', Price: '5451'}, geometry: { type: 'Point', coordinates:[-73.8580905, 40.88597425]} },
{type: 'Feature',properties:{Name: '2', Address: '833 EAST 227TH STREET, WILLIAMSBRIDGE', Month: '8', Price: '3520'}, geometry: { type: 'Point', coordinates:[-73.85571734, 40.88796395]} },
{type: 'Feature',properties:{Name: '2', Address: '829 EAST 227 STREET, WILLIAMSBRIDGE', Month: '7', Price: '6000'}, geometry: { type: 'Point', coordinates:[-73.85579685, 40.8879915]} },
{type: 'Feature',properties:{Name: '2', Address: '817 E 227, WILLIAMSBRIDGE', Month: '7', Price: '3453'}, geometry: { type: 'Point', coordinates:[-73.85604623, 40.88806866]} },
{type: 'Feature',properties:{Name: '2', Address: '4188 BARNES AVENUE, WILLIAMSBRIDGE', Month: '2', Price: '20100'}, geometry: { type: 'Point', coordinates:[-73.85463392, 40.89220588]} },
{type: 'Feature',properties:{Name: '2', Address: '967 EAST 224 STREET, WILLIAMSBRIDGE', Month: '7', Price: '5550'}, geometry: { type: 'Point', coordinates:[-73.85340257, 40.88473602]} },
{type: 'Feature',properties:{Name: '2', Address: '943 EAST 229TH STREET, WILLIAMSBRIDGE', Month: '8', Price: '3360'}, geometry: { type: 'Point', coordinates:[-73.85185018, 40.88839271]} },
{type: 'Feature',properties:{Name: '2', Address: '1052 EAST 232 STREET, WILLIAMSBRIDGE', Month: '3', Price: '5273'}, geometry: { type: 'Point', coordinates:[-73.84762331, 40.88952351]} },
{type: 'Feature',properties:{Name: '2', Address: '1033 EAST 232, WILLIAMSBRIDGE', Month: '8', Price: '3840'}, geometry: { type: 'Point', coordinates:[-73.84802082, 40.88966676]} },
{type: 'Feature',properties:{Name: '2', Address: '3830 BRONX BOULEVARD, WILLIAMSBRIDGE', Month: '1', Price: '53844'}, geometry: { type: 'Point', coordinates:[-73.86605482, 40.8856297]} },
{type: 'Feature',properties:{Name: '2', Address: '4138 BARNES AVENUE, WILLIAMSBRIDGE', Month: '12', Price: '53432'}, geometry: { type: 'Point', coordinates:[-73.85538912, 40.89087566]} },
{type: 'Feature',properties:{Name: '2', Address: '747 EAST 226 STREET, 1B, WILLIAMSBRIDGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85855264, 40.88803608]} },
{type: 'Feature',properties:{Name: '2', Address: '747 EAST 226TH STREET, 3A, WILLIAMSBRIDGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85855264, 40.88803608]} },
{type: 'Feature',properties:{Name: '2', Address: '747 EAST 226 STREET, 3H, WILLIAMSBRIDGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85855264, 40.88803608]} },
{type: 'Feature',properties:{Name: '2', Address: '3531 BRONXWOOD AVENUE, 5B, WILLIAMSBRIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86017626, 40.87612335]} },
{type: 'Feature',properties:{Name: '2', Address: '814B TILDEN STREET, 6G, WILLIAMSBRIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86085541, 40.87643981]} },
{type: 'Feature',properties:{Name: '2', Address: '814B TILDEN STREET, 6H, WILLIAMSBRIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86085541, 40.87643981]} },
{type: 'Feature',properties:{Name: '2', Address: '814B TILDEN STREET, STC, WILLIAMSBRIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86085541, 40.87643981]} },
{type: 'Feature',properties:{Name: '2', Address: '836 TILDEN STREET, 2K, WILLIAMSBRIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86087263, 40.87685153]} },
{type: 'Feature',properties:{Name: '2', Address: '749 EAST 231ST STREET, 1H, WILLIAMSBRIDGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85671131, 40.89160465]} },
{type: 'Feature',properties:{Name: '2', Address: '740 EAST 232ND STREET, 5A, WILLIAMSBRIDGE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85628305, 40.89228205]} },
{type: 'Feature',properties:{Name: '2', Address: '749 EAST 231ST STREET, 4E, WILLIAMSBRIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85671131, 40.89160465]} },
{type: 'Feature',properties:{Name: '2', Address: '722 EAST 217 STREET, WILLIAMSBRIDGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86265223, 40.88185999]} },
{type: 'Feature',properties:{Name: '2', Address: '724 EAST 217 STREET, WILLIAMSBRIDGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86261247, 40.88184896]} },
{type: 'Feature',properties:{Name: '2', Address: '724 EAST 221 STREET, WILLIAMSBRIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86110939, 40.88468243]} },
{type: 'Feature',properties:{Name: '2', Address: '729 EAST 213 STREET, WILLIAMSBRIDGE', Month: '9', Price: '4650'}, geometry: { type: 'Point', coordinates:[-73.86405064, 40.87886444]} },
{type: 'Feature',properties:{Name: '2', Address: '725 EAST 214 STREET, WILLIAMSBRIDGE', Month: '8', Price: '4625'}, geometry: { type: 'Point', coordinates:[-73.86390821, 40.8795477]} },
{type: 'Feature',properties:{Name: '2', Address: '707 EAST 214 STREET, WILLIAMSBRIDGE', Month: '10', Price: '2835'}, geometry: { type: 'Point', coordinates:[-73.86449374, 40.87968837]} },
{type: 'Feature',properties:{Name: '2', Address: '3986 BRONXWOOD AVENUE, WILLIAMSBRIDGE', Month: '9', Price: '4320'}, geometry: { type: 'Point', coordinates:[-73.85449846, 40.88634305]} },
{type: 'Feature',properties:{Name: '2', Address: '956 EAST 233 STREET, WILLIAMSBRIDGE', Month: '10', Price: '3630'}, geometry: { type: 'Point', coordinates:[-73.84975751, 40.89097825]} },
{type: 'Feature',properties:{Name: '2', Address: '3773 WHITE PLAINS ROAD, WILLIAMSBRIDGE', Month: '7', Price: '918'}, geometry: { type: 'Point', coordinates:[-73.86302556, 40.88319984]} },
{type: 'Feature',properties:{Name: '2', Address: '3833 WHITE PLAINS ROAD, WILLIAMSBRIDGE', Month: '6', Price: '984'}, geometry: { type: 'Point', coordinates:[-73.86228504, 40.88454111]} },
{type: 'Feature',properties:{Name: '2', Address: '3544 WHITE PLAINS ROAD, WILLIAMSBRIDGE', Month: '10', Price: '7900'}, geometry: { type: 'Point', coordinates:[-73.8659576, 40.87824362]} },
{type: 'Feature',properties:{Name: '2', Address: '3544 WHITE PLAINS ROAD, WILLIAMSBRIDGE', Month: '3', Price: '7900'}, geometry: { type: 'Point', coordinates:[-73.8659576, 40.87824362]} },
{type: 'Feature',properties:{Name: '2', Address: '3558 WHITE PLAINS ROAD, WILLIAMSBRIDGE', Month: '4', Price: '13692'}, geometry: { type: 'Point', coordinates:[-73.86582338, 40.87845481]} },
{type: 'Feature',properties:{Name: '2', Address: '3600 WHITE PLAINS ROAD, WILLIAMSBRIDGE', Month: '10', Price: '5518'}, geometry: { type: 'Point', coordinates:[-73.86531183, 40.87928311]} },
{type: 'Feature',properties:{Name: '2', Address: '3901 WHITE PLAINS ROAD, WILLIAMSBRIDGE', Month: '7', Price: '11000'}, geometry: { type: 'Point', coordinates:[-73.86159167, 40.88580284]} },
{type: 'Feature',properties:{Name: '2', Address: '4171 WHITE PLAINS ROAD, WILLIAMSBRIDGE', Month: '9', Price: '8748'}, geometry: { type: 'Point', coordinates:[-73.85765976, 40.89290131]} },
{type: 'Feature',properties:{Name: '2', Address: '4171 WHITE PLAINS ROAD, WILLIAMSBRIDGE', Month: '3', Price: '8748'}, geometry: { type: 'Point', coordinates:[-73.85765976, 40.89290131]} },
{type: 'Feature',properties:{Name: '2', Address: '4171 WHITE PLAINS ROAD, WILLIAMSBRIDGE', Month: '3', Price: '8748'}, geometry: { type: 'Point', coordinates:[-73.85765976, 40.89290131]} },
{type: 'Feature',properties:{Name: '2', Address: '4171 WHITE PLAINS ROAD, WILLIAMSBRIDGE', Month: '12', Price: '8748'}, geometry: { type: 'Point', coordinates:[-73.85765976, 40.89290131]} },
{type: 'Feature',properties:{Name: '2', Address: '4171 WHITE PLAINS ROAD, WILLIAMSBRIDGE', Month: '4', Price: '8748'}, geometry: { type: 'Point', coordinates:[-73.85765976, 40.89290131]} },
{type: 'Feature',properties:{Name: '2', Address: '4171 WHITE PLAINS ROAD, WILLIAMSBRIDGE', Month: '6', Price: '8748'}, geometry: { type: 'Point', coordinates:[-73.85765976, 40.89290131]} },
{type: 'Feature',properties:{Name: '2', Address: '720 EAST 233 STREET, WILLIAMSBRIDGE', Month: '9', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.85654525, 40.89313323]} },
{type: 'Feature',properties:{Name: '2', Address: '975 EAST 233 STREET, WILLIAMSBRIDGE', Month: '1', Price: '5780'}, geometry: { type: 'Point', coordinates:[-73.84954424, 40.89092582]} },
{type: 'Feature',properties:{Name: '2', Address: '641 EAST GUN HILL ROAD, WILLIAMSBRIDGE', Month: '3', Price: '1950'}, geometry: { type: 'Point', coordinates:[-73.86761126, 40.87769934]} },
{type: 'Feature',properties:{Name: '2', Address: '770 EAST 214 STREET, WILLIAMSBRIDGE', Month: '3', Price: '780'}, geometry: { type: 'Point', coordinates:[-73.86256732, 40.87920028]} },
{type: 'Feature',properties:{Name: '2', Address: '707 EAST 211 STREET, WILLIAMSBRIDGE', Month: '3', Price: '7200'}, geometry: { type: 'Point', coordinates:[-73.86545952, 40.87777919]} },
{type: 'Feature',properties:{Name: '2', Address: '3802 WHITE PLAINS ROAD, WILLIAMSBRIDGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86271348, 40.88372096]} },
{type: 'Feature',properties:{Name: '2', Address: '3981 WHITE PLAINS ROAD, WILLIAMSBRIDGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86034289, 40.88803551]} },
{type: 'Feature',properties:{Name: '2', Address: '958 EAST 233 STREET, WILLIAMSBRIDGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84972137, 40.89096722]} },
{type: 'Feature',properties:{Name: '2', Address: '1057 EAST 227 STREET, WILLIAMSBRIDGE', Month: '5', Price: '3075'}, geometry: { type: 'Point', coordinates:[-73.84957346, 40.88600463]} },
{type: 'Feature',properties:{Name: '2', Address: '716 EAST 221 STREET, WILLIAMSBRIDGE', Month: '12', Price: '460'}, geometry: { type: 'Point', coordinates:[-73.86127564, 40.88473478]} },
{type: 'Feature',properties:{Name: '2', Address: '716 EAST 221 STREET, WILLIAMSBRIDGE', Month: '10', Price: '460'}, geometry: { type: 'Point', coordinates:[-73.86127564, 40.88473478]} },
{type: 'Feature',properties:{Name: '2', Address: '4223 NAPIER AVENUE, WOODLAWN', Month: '2', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.87481947, 40.89619286]} },
{type: 'Feature',properties:{Name: '2', Address: '114 EAST 236TH STREET, WOODLAWN', Month: '5', Price: '2766'}, geometry: { type: 'Point', coordinates:[-73.87220133, 40.89774074]} },
{type: 'Feature',properties:{Name: '2', Address: '116 EAST 236 STREET, WOODLAWN', Month: '6', Price: '2010'}, geometry: { type: 'Point', coordinates:[-73.87217239, 40.89774345]} },
{type: 'Feature',properties:{Name: '2', Address: '126 EAST 237TH STREET, WOODLAWN', Month: '6', Price: '1938'}, geometry: { type: 'Point', coordinates:[-73.87215659, 40.89843784]} },
{type: 'Feature',properties:{Name: '2', Address: '210 EAST 235 STREET, WOODLAWN', Month: '4', Price: '2150'}, geometry: { type: 'Point', coordinates:[-73.86984017, 40.8973017]} },
{type: 'Feature',properties:{Name: '2', Address: '268 EAST 236 STREET, WOODLAWN', Month: '11', Price: '2126'}, geometry: { type: 'Point', coordinates:[-73.86855806, 40.89813188]} },
{type: 'Feature',properties:{Name: '2', Address: '272 EAST 236 TH ST, WOODLAWN', Month: '2', Price: '2126'}, geometry: { type: 'Point', coordinates:[-73.8680447, 40.89798857]} },
{type: 'Feature',properties:{Name: '2', Address: '4273 KATONAH AVENUE, WOODLAWN', Month: '3', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.86723493, 40.89774611]} },
{type: 'Feature',properties:{Name: '2', Address: '274 EAST 238 STREET, WOODLAWN', Month: '3', Price: '1782'}, geometry: { type: 'Point', coordinates:[-73.86866385, 40.89950709]} },
{type: 'Feature',properties:{Name: '2', Address: '358 EAST 236TH STREET, WOODLAWN', Month: '7', Price: '1608'}, geometry: { type: 'Point', coordinates:[-73.86598928, 40.89840889]} },
{type: 'Feature',properties:{Name: '2', Address: '317 EAST 235 STREET, WOODLAWN', Month: '2', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.86657676, 40.8976685]} },
{type: 'Feature',properties:{Name: '2', Address: '4270 MARTHA AVENUE, WOODLAWN', Month: '5', Price: '3102'}, geometry: { type: 'Point', coordinates:[-73.86485792, 40.89799861]} },
{type: 'Feature',properties:{Name: '2', Address: '317 EAST 236, WOODLAWN', Month: '12', Price: '2259'}, geometry: { type: 'Point', coordinates:[-73.86669838, 40.89834932]} },
{type: 'Feature',properties:{Name: '2', Address: '342 EAST 238TH STREET, WOODLAWN', Month: '7', Price: '1596'}, geometry: { type: 'Point', coordinates:[-73.86593222, 40.89980037]} },
{type: 'Feature',properties:{Name: '2', Address: '339 EAST 239 STREET, WOODLAWN', Month: '8', Price: '1932'}, geometry: { type: 'Point', coordinates:[-73.86670868, 40.90042706]} },
{type: 'Feature',properties:{Name: '2', Address: '322 EAST 241 STREET, WOODLAWN', Month: '1', Price: '1786'}, geometry: { type: 'Point', coordinates:[-73.86723055, 40.90174785]} },
{type: 'Feature',properties:{Name: '2', Address: '322 EAST 241 STREET, WOODLAWN', Month: '4', Price: '1786'}, geometry: { type: 'Point', coordinates:[-73.86723055, 40.90174785]} },
{type: 'Feature',properties:{Name: '2', Address: '327 EAST 241 STREET, WOODLAWN', Month: '12', Price: '2016'}, geometry: { type: 'Point', coordinates:[-73.86716901, 40.90176974]} },
{type: 'Feature',properties:{Name: '2', Address: '317 EAST 241 STREET, WOODLAWN', Month: '6', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.86733545, 40.90175346]} },
{type: 'Feature',properties:{Name: '2', Address: '315 EAST 241 STREET, WOODLAWN', Month: '8', Price: '1748'}, geometry: { type: 'Point', coordinates:[-73.86736801, 40.90174801]} },
{type: 'Feature',properties:{Name: '2', Address: '432 EAST 238 STREET, WOODLAWN', Month: '12', Price: '2060'}, geometry: { type: 'Point', coordinates:[-73.86415935, 40.89999043]} },
{type: 'Feature',properties:{Name: '2', Address: '432 EAST 238 STREET, WOODLAWN', Month: '11', Price: '2060'}, geometry: { type: 'Point', coordinates:[-73.86415935, 40.89999043]} },
{type: 'Feature',properties:{Name: '2', Address: '423 EAST 238TH STREET, WOODLAWN', Month: '7', Price: '2760'}, geometry: { type: 'Point', coordinates:[-73.86439811, 40.89998248]} },
{type: 'Feature',properties:{Name: '2', Address: '455 EAST 239TH ST, WOODLAWN', Month: '11', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.86404574, 40.9007094]} },
{type: 'Feature',properties:{Name: '2', Address: '414 E 241ST ST, WOODLAWN', Month: '11', Price: '1729'}, geometry: { type: 'Point', coordinates:[-73.86502347, 40.90197585]} },
{type: 'Feature',properties:{Name: '2', Address: '4301 NAPIER, WOODLAWN', Month: '1', Price: '2300'}, geometry: { type: 'Point', coordinates:[-73.87482353, 40.8978781]} },
{type: 'Feature',properties:{Name: '2', Address: '4209 ONEIDA AVENUE, WOODLAWN', Month: '1', Price: '2420'}, geometry: { type: 'Point', coordinates:[-73.87246782, 40.89647299]} },
{type: 'Feature',properties:{Name: '2', Address: '89 EAST 233 STREET, WOODLAWN', Month: '11', Price: '3060'}, geometry: { type: 'Point', coordinates:[-73.87310876, 40.89610042]} },
{type: 'Feature',properties:{Name: '2', Address: '87 EAST 233 STREET, WOODLAWN', Month: '12', Price: '3060'}, geometry: { type: 'Point', coordinates:[-73.87317751, 40.89608677]} },
{type: 'Feature',properties:{Name: '2', Address: '52 EAST 236TH STREET, WOODLAWN', Month: '7', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.87422008, 40.89755083]} },
{type: 'Feature',properties:{Name: '2', Address: '51 EAST 236 STREET, WOODLAWN', Month: '5', Price: '3654'}, geometry: { type: 'Point', coordinates:[-73.87427431, 40.89756461]} },
{type: 'Feature',properties:{Name: '2', Address: '278 EAST 234 STREET, WOODLAWN', Month: '10', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.86794575, 40.89681099]} },
{type: 'Feature',properties:{Name: '2', Address: '237 EAST 234 STREET, WOODLAWN', Month: '12', Price: '3367'}, geometry: { type: 'Point', coordinates:[-73.8688502, 40.89672968]} },
{type: 'Feature',properties:{Name: '2', Address: '4284 KEPLER AVENUE, WOODLAWN', Month: '11', Price: '2952'}, geometry: { type: 'Point', coordinates:[-73.87068565, 40.89778571]} },
{type: 'Feature',properties:{Name: '2', Address: '4275 KATONAH AVENUE, WOODLAWN', Month: '10', Price: '2825'}, geometry: { type: 'Point', coordinates:[-73.86724568, 40.89779827]} },
{type: 'Feature',properties:{Name: '2', Address: '239 EAST 235 STREET, WOODLAWN', Month: '4', Price: '3060'}, geometry: { type: 'Point', coordinates:[-73.86915997, 40.89738876]} },
{type: 'Feature',properties:{Name: '2', Address: '283 EAST 236 STREET, WOODLAWN', Month: '10', Price: '1506'}, geometry: { type: 'Point', coordinates:[-73.86822155, 40.89818639]} },
{type: 'Feature',properties:{Name: '2', Address: '210 EAST 238 STREET, WOODLAWN', Month: '1', Price: '2816'}, geometry: { type: 'Point', coordinates:[-73.87021961, 40.89933868]} },
{type: 'Feature',properties:{Name: '2', Address: '268 EAST 238 STREET, WOODLAWN', Month: '3', Price: '2601'}, geometry: { type: 'Point', coordinates:[-73.86881219, 40.89949079]} },
{type: 'Feature',properties:{Name: '2', Address: '270 EAST 238 STREET, WOODLAWN', Month: '10', Price: '2601'}, geometry: { type: 'Point', coordinates:[-73.86876154, 40.89949622]} },
{type: 'Feature',properties:{Name: '2', Address: '4325 KATONAH, WOODLAWN', Month: '4', Price: '2988'}, geometry: { type: 'Point', coordinates:[-73.86755342, 40.89947014]} },
{type: 'Feature',properties:{Name: '2', Address: '219 EAST 237 STREET, WOODLAWN', Month: '8', Price: '2317'}, geometry: { type: 'Point', coordinates:[-73.86990255, 40.89869881]} },
{type: 'Feature',properties:{Name: '2', Address: '226 EAST 239 STREET, WOODLAWN', Month: '3', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.86995414, 40.90006023]} },
{type: 'Feature',properties:{Name: '2', Address: '243 EAST 238 STREET, WOODLAWN', Month: '12', Price: '1272'}, geometry: { type: 'Point', coordinates:[-73.86944532, 40.89943936]} },
{type: 'Feature',properties:{Name: '2', Address: '253 EAST 240 STREET, WOODLAWN', Month: '3', Price: '1690'}, geometry: { type: 'Point', coordinates:[-73.86891798, 40.90087697]} },
{type: 'Feature',properties:{Name: '2', Address: '314 EAST 236 STREET, WOODLAWN', Month: '3', Price: '2324'}, geometry: { type: 'Point', coordinates:[-73.86673097, 40.8983274]} },
{type: 'Feature',properties:{Name: '2', Address: '408 EAST 236 STREET, WOODLAWN', Month: '7', Price: '3888'}, geometry: { type: 'Point', coordinates:[-73.86471574, 40.89854463]} },
{type: 'Feature',properties:{Name: '2', Address: '4302 KATONAH AVENUE, WOODLAWN', Month: '6', Price: '2145'}, geometry: { type: 'Point', coordinates:[-73.86738858, 40.8986932]} },
{type: 'Feature',properties:{Name: '2', Address: '312 EAST 239TH STREET, WOODLAWN', Month: '11', Price: '3744'}, geometry: { type: 'Point', coordinates:[-73.86714288, 40.90036443]} },
{type: 'Feature',properties:{Name: '2', Address: '313 EAST 241ST STREET, WOODLAWN', Month: '4', Price: '3837'}, geometry: { type: 'Point', coordinates:[-73.86740419, 40.90174531]} },
{type: 'Feature',properties:{Name: '2', Address: '411 EAST 237 STREET, WOODLAWN', Month: '6', Price: '2210'}, geometry: { type: 'Point', coordinates:[-73.86473963, 40.89925005]} },
{type: 'Feature',properties:{Name: '2', Address: '4336 MARTHA AVENUE, WOODLAWN', Month: '1', Price: '3072'}, geometry: { type: 'Point', coordinates:[-73.86525508, 40.90014542]} },
{type: 'Feature',properties:{Name: '2', Address: '4356 MARTHA AVENUE, WOODLAWN', Month: '8', Price: '2696'}, geometry: { type: 'Point', coordinates:[-73.86538388, 40.9008482]} },
{type: 'Feature',properties:{Name: '2', Address: '4306 VIREO AVENUE, WOODLAWN', Month: '4', Price: '3690'}, geometry: { type: 'Point', coordinates:[-73.8635715, 40.89912791]} },
{type: 'Feature',properties:{Name: '2', Address: '68 EAST 235 STREET, WOODLAWN', Month: '12', Price: '2696'}, geometry: { type: 'Point', coordinates:[-73.87379814, 40.89688341]} },
{type: 'Feature',properties:{Name: '2', Address: '117 EAST 235 STREET, WOODLAWN', Month: '6', Price: '1850'}, geometry: { type: 'Point', coordinates:[-73.87204345, 40.89708184]} },
{type: 'Feature',properties:{Name: '2', Address: '424 EAST 238TH STREET, WOODLAWN', Month: '6', Price: '5568'}, geometry: { type: 'Point', coordinates:[-73.8643475, 40.89996869]} },
{type: 'Feature',properties:{Name: '2', Address: '439 EAST 240 STREET, WOODLAWN', Month: '7', Price: '4044'}, geometry: { type: 'Point', coordinates:[-73.86399728, 40.90141198]} },
{type: 'Feature',properties:{Name: '2', Address: '210 EAST 237 STREET, WOODLAWN', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87009433, 40.8986606]} },
{type: 'Feature',properties:{Name: '2', Address: '434 EAST 238 STREET, WOODLAWN', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86411232, 40.89999586]} },
{type: 'Feature',properties:{Name: '2', Address: '434 EAST 238 STREET, WOODLAWN', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86411232, 40.89999586]} },
{type: 'Feature',properties:{Name: '2', Address: '261 EAST 237 STREET, WOODLAWN', Month: '10', Price: '9680'}, geometry: { type: 'Point', coordinates:[-73.86888227, 40.89880744]} },
{type: 'Feature',properties:{Name: '2', Address: '343 EAST 238, WOODLAWN', Month: '2', Price: '2646'}, geometry: { type: 'Point', coordinates:[-73.8657368, 40.89983857]} },
{type: 'Feature',properties:{Name: '2', Address: '4200 HERKIMER PLACE, 7-G, WOODLAWN', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87571361, 40.89580957]} },
{type: 'Feature',properties:{Name: '2', Address: '4320 VAN CORTLANDT PARK E, 2, WOODLAWN', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87415259, 40.89881056]} },
{type: 'Feature',properties:{Name: '2', Address: '4320 VAN CORTLANDT PARK E, 5L, WOODLAWN', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87415259, 40.89881056]} },
{type: 'Feature',properties:{Name: '2', Address: '205 EAST 238TH STREET, 1D, WOODLAWN', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87037154, 40.89933885]} },
{type: 'Feature',properties:{Name: '2', Address: '4265 WEBSTER AVENUE, 7F, WOODLAWN', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86248157, 40.89792993]} },
{type: 'Feature',properties:{Name: '2', Address: '4265 WEBSTER AVENUE, 3E, WOODLAWN', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86248157, 40.89792993]} },
{type: 'Feature',properties:{Name: '2', Address: '4265 WEBSTER AVENUE, 5A, WOODLAWN', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86248157, 40.89792993]} },
{type: 'Feature',properties:{Name: '2', Address: '4265 WEBSTER AVENUE, 6G, WOODLAWN', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86248157, 40.89792993]} },
{type: 'Feature',properties:{Name: '2', Address: '4265 WEBSTER AVENUE, 4C, WOODLAWN', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86248157, 40.89792993]} },
{type: 'Feature',properties:{Name: '2', Address: '4265 WEBSTER AVENUE, 7B, WOODLAWN', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86248157, 40.89792993]} },
{type: 'Feature',properties:{Name: '2', Address: '4380 VIREO AVENUE, 3G, WOODLAWN', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86276061, 40.90118271]} },
{type: 'Feature',properties:{Name: '2', Address: '4380 VIREO AVENUE, 6E, WOODLAWN', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86276061, 40.90118271]} },
{type: 'Feature',properties:{Name: '2', Address: '4380 VIREO AVENUE, 4O, WOODLAWN', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86276061, 40.90118271]} },
{type: 'Feature',properties:{Name: '2', Address: '4380 VIREO AVENUE, 3K, WOODLAWN', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86276061, 40.90118271]} },
{type: 'Feature',properties:{Name: '2', Address: '4315 WEBSTER AVENUE, 5A, WOODLAWN', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86199698, 40.89961459]} },
{type: 'Feature',properties:{Name: '2', Address: '4315 WEBSTER AVENUE, 5E, WOODLAWN', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86199698, 40.89961459]} },
{type: 'Feature',properties:{Name: '2', Address: '4315 WEBSTER AVENUE, 3A, WOODLAWN', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86199698, 40.89961459]} },
{type: 'Feature',properties:{Name: '2', Address: '4315 WEBSTER AVENUE, LH, WOODLAWN', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86199698, 40.89961459]} },
{type: 'Feature',properties:{Name: '2', Address: '4295 WEBSTER AVENUE, 1B, WOODLAWN', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86210991, 40.89923047]} },
{type: 'Feature',properties:{Name: '2', Address: '4203 ONEIDA AVENUE, WOODLAWN', Month: '3', Price: '3700'}, geometry: { type: 'Point', coordinates:[-73.8724499, 40.89638514]} },
{type: 'Feature',properties:{Name: '2', Address: '4287 KATONAH AVENUE, WOODLAWN', Month: '11', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.86730292, 40.89811672]} },
{type: 'Feature',properties:{Name: '3', Address: '8647 15TH AVENUE, BATH BEACH', Month: '11', Price: '1428'}, geometry: { type: 'Point', coordinates:[-74.01052751, 40.61041442]} },
{type: 'Feature',properties:{Name: '3', Address: '55 BAY 10TH STREET, BATH BEACH', Month: '11', Price: '1660'}, geometry: { type: 'Point', coordinates:[-74.00989715, 40.60985729]} },
{type: 'Feature',properties:{Name: '3', Address: '8620 19TH AVENUE, BATH BEACH', Month: '1', Price: '2106'}, geometry: { type: 'Point', coordinates:[-74.0010732, 40.60535624]} },
{type: 'Feature',properties:{Name: '3', Address: '1906 86TH STREET, BATH BEACH', Month: '8', Price: '2090'}, geometry: { type: 'Point', coordinates:[-74.00024849, 40.60579816]} },
{type: 'Feature',properties:{Name: '3', Address: '50 BAY 23RD STREET, BATH BEACH', Month: '11', Price: '1672'}, geometry: { type: 'Point', coordinates:[-74.0000108, 40.60409364]} },
{type: 'Feature',properties:{Name: '3', Address: '1964 86TH STREET, BATH BEACH', Month: '8', Price: '2112'}, geometry: { type: 'Point', coordinates:[-73.99886198, 40.60496648]} },
{type: 'Feature',properties:{Name: '3', Address: '1970 86TH STREET, BATH BEACH', Month: '5', Price: '2112'}, geometry: { type: 'Point', coordinates:[-73.99877555, 40.60491433]} },
{type: 'Feature',properties:{Name: '3', Address: '160 BAY 10TH STREET, BATH BEACH', Month: '10', Price: '1836'}, geometry: { type: 'Point', coordinates:[-74.01190649, 40.60795495]} },
{type: 'Feature',properties:{Name: '3', Address: '1638 BENSON AVENUE, BATH BEACH', Month: '12', Price: '1825'}, geometry: { type: 'Point', coordinates:[-74.00790161, 40.60765886]} },
{type: 'Feature',properties:{Name: '3', Address: '1653 BATH AVENUE, BATH BEACH', Month: '7', Price: '1440'}, geometry: { type: 'Point', coordinates:[-74.00901419, 40.6056194]} },
{type: 'Feature',properties:{Name: '3', Address: '1651 BATH AVENUE, BATH BEACH', Month: '4', Price: '1440'}, geometry: { type: 'Point', coordinates:[-74.0090358, 40.60563312]} },
{type: 'Feature',properties:{Name: '3', Address: '1731 BATH AVENUE, BATH BEACH', Month: '1', Price: '1520'}, geometry: { type: 'Point', coordinates:[-74.00737546, 40.60462864]} },
{type: 'Feature',properties:{Name: '3', Address: '1729 BATH AVENUE, BATH BEACH', Month: '6', Price: '1520'}, geometry: { type: 'Point', coordinates:[-74.00741868, 40.60465609]} },
{type: 'Feature',properties:{Name: '3', Address: '121 BAY 17TH STREET, BATH BEACH', Month: '3', Price: '912'}, geometry: { type: 'Point', coordinates:[-74.00606824, 40.60513651]} },
{type: 'Feature',properties:{Name: '3', Address: '239 BAY8TH STREET, BATH BEACH', Month: '6', Price: '1575'}, geometry: { type: 'Point', coordinates:[-74.01507923, 40.60722447]} },
{type: 'Feature',properties:{Name: '3', Address: '8804 17TH AVENUE, BATH BEACH', Month: '7', Price: '2288'}, geometry: { type: 'Point', coordinates:[-74.00911488, 40.60451598]} },
{type: 'Feature',properties:{Name: '3', Address: '1942 BATH AVENUE, BATH BEACH', Month: '2', Price: '1980'}, geometry: { type: 'Point', coordinates:[-74.00257843, 40.60199384]} },
{type: 'Feature',properties:{Name: '3', Address: '2018 BATH AVENUE, BATH BEACH', Month: '10', Price: '1596'}, geometry: { type: 'Point', coordinates:[-74.00107673, 40.6011073]} },
{type: 'Feature',properties:{Name: '3', Address: '173 BAY 26TH STREET, BATH BEACH', Month: '2', Price: '2337'}, geometry: { type: 'Point', coordinates:[-74.00052936, 40.60012192]} },
{type: 'Feature',properties:{Name: '3', Address: '310 BAY 10TH STREET, BATH BEACH', Month: '5', Price: '1399'}, geometry: { type: 'Point', coordinates:[-74.01490948, 40.60506982]} },
{type: 'Feature',properties:{Name: '3', Address: '8870 16TH AVENUE, BATH BEACH', Month: '4', Price: '992'}, geometry: { type: 'Point', coordinates:[-74.01295387, 40.60458149]} },
{type: 'Feature',properties:{Name: '3', Address: '1592 INDEPENDENCE AVENUE, BATH BEACH', Month: '7', Price: '992'}, geometry: { type: 'Point', coordinates:[-74.0142321, 40.6034944]} },
{type: 'Feature',properties:{Name: '3', Address: '277 BAY 14 STREET, BATH BEACH', Month: '10', Price: '1204'}, geometry: { type: 'Point', coordinates:[-74.01149156, 40.60351117]} },
{type: 'Feature',properties:{Name: '3', Address: '284 BAY 14TH STREET, BATH BEACH', Month: '9', Price: '1152'}, geometry: { type: 'Point', coordinates:[-74.01161398, 40.6034096]} },
{type: 'Feature',properties:{Name: '3', Address: '308 BAY 14TH STREET, BATH BEACH', Month: '7', Price: '992'}, geometry: { type: 'Point', coordinates:[-74.01193803, 40.60306647]} },
{type: 'Feature',properties:{Name: '3', Address: '279 BAY 13TH STREET, BATH BEACH', Month: '2', Price: '928'}, geometry: { type: 'Point', coordinates:[-74.0122623, 40.60394203]} },
{type: 'Feature',properties:{Name: '3', Address: '1127 SHORE PARKWAY, BATH BEACH', Month: '1', Price: '1188'}, geometry: { type: 'Point', coordinates:[-74.01419232, 40.60274507]} },
{type: 'Feature',properties:{Name: '3', Address: '8836 BAY 16TH STREET, BATH BEACH', Month: '10', Price: '2982'}, geometry: { type: 'Point', coordinates:[-74.00915793, 40.60330827]} },
{type: 'Feature',properties:{Name: '3', Address: '8894 18TH AVENUE, BATH BEACH', Month: '9', Price: '992'}, geometry: { type: 'Point', coordinates:[-74.00862832, 40.60153791]} },
{type: 'Feature',properties:{Name: '3', Address: '287 BAY 20TH, BATH BEACH', Month: '5', Price: '1320'}, geometry: { type: 'Point', coordinates:[-74.00690331, 40.60088477]} },
{type: 'Feature',properties:{Name: '3', Address: '241 BAY 23RD STREET, BATH BEACH', Month: '8', Price: '1120'}, geometry: { type: 'Point', coordinates:[-74.00389996, 40.60032497]} },
{type: 'Feature',properties:{Name: '3', Address: '8661 14TH AVENUE, BATH BEACH', Month: '6', Price: '2160'}, geometry: { type: 'Point', coordinates:[-74.01287599, 40.61160543]} },
{type: 'Feature',properties:{Name: '3', Address: '70 BAY 7TH STREET, BATH BEACH', Month: '10', Price: '2160'}, geometry: { type: 'Point', coordinates:[-74.01227081, 40.6110483]} },
{type: 'Feature',properties:{Name: '3', Address: '37 BAY 7 STREET, BATH BEACH', Month: '4', Price: '2160'}, geometry: { type: 'Point', coordinates:[-74.01177026, 40.61150399]} },
{type: 'Feature',properties:{Name: '3', Address: '35 BAY 7TH ST, BATH BEACH', Month: '11', Price: '2160'}, geometry: { type: 'Point', coordinates:[-74.01174145, 40.61153144]} },
{type: 'Feature',properties:{Name: '3', Address: '35 BAY 7TH STREET, BATH BEACH', Month: '11', Price: '2160'}, geometry: { type: 'Point', coordinates:[-74.01174145, 40.61153144]} },
{type: 'Feature',properties:{Name: '3', Address: '1454 86TH STREET, BATH BEACH', Month: '11', Price: '3034'}, geometry: { type: 'Point', coordinates:[-74.01043771, 40.61195426]} },
{type: 'Feature',properties:{Name: '3', Address: '44 BAY 8TH STREET, BATH BEACH', Month: '1', Price: '2160'}, geometry: { type: 'Point', coordinates:[-74.01116149, 40.61099626]} },
{type: 'Feature',properties:{Name: '3', Address: '13 BAY 8TH ST, BATH BEACH', Month: '8', Price: '3160'}, geometry: { type: 'Point', coordinates:[-74.01068975, 40.611419]} },
{type: 'Feature',properties:{Name: '3', Address: '31 BAY 10TH STREET, BATH BEACH', Month: '5', Price: '1622'}, geometry: { type: 'Point', coordinates:[-74.00942901, 40.61030473]} },
{type: 'Feature',properties:{Name: '3', Address: '13 BAY 10TH STREET, BATH BEACH', Month: '9', Price: '1622'}, geometry: { type: 'Point', coordinates:[-74.00918773, 40.61053806]} },
{type: 'Feature',properties:{Name: '3', Address: '8653 16TH AVENUE, BATH BEACH', Month: '11', Price: '1492'}, geometry: { type: 'Point', coordinates:[-74.00835197, 40.60906416]} },
{type: 'Feature',properties:{Name: '3', Address: '1635 BENSON AVENUE, BATH BEACH', Month: '11', Price: '1669'}, geometry: { type: 'Point', coordinates:[-74.00793403, 40.60770003]} },
{type: 'Feature',properties:{Name: '3', Address: '57 BAY 13TH STREET, BATH BEACH', Month: '9', Price: '1968'}, geometry: { type: 'Point', coordinates:[-74.00758838, 40.60850702]} },
{type: 'Feature',properties:{Name: '3', Address: '18 BAY 14TH STREET, BATH BEACH', Month: '4', Price: '2480'}, geometry: { type: 'Point', coordinates:[-74.00614779, 40.60865807]} },
{type: 'Feature',properties:{Name: '3', Address: '8659 17TH AVENUE, BATH BEACH', Month: '5', Price: '2880'}, geometry: { type: 'Point', coordinates:[-74.00598562, 40.60749429]} },
{type: 'Feature',properties:{Name: '3', Address: '8643 17TH AVENUE, BATH BEACH', Month: '9', Price: '3240'}, geometry: { type: 'Point', coordinates:[-74.00574434, 40.60772486]} },
{type: 'Feature',properties:{Name: '3', Address: '8633 BAY 16TH STREET, BATH BEACH', Month: '12', Price: '3060'}, geometry: { type: 'Point', coordinates:[-74.00485115, 40.60742023]} },
{type: 'Feature',properties:{Name: '3', Address: '64 BAY 17TH STREET, BATH BEACH', Month: '2', Price: '2613'}, geometry: { type: 'Point', coordinates:[-74.00458459, 40.60658857]} },
{type: 'Feature',properties:{Name: '3', Address: '8644 20TH AVENUE, BATH BEACH', Month: '12', Price: '2232'}, geometry: { type: 'Point', coordinates:[-73.9991321, 40.60377799]} },
{type: 'Feature',properties:{Name: '3', Address: '18 BAY 28TH STREET, BATH BEACH', Month: '7', Price: '2986'}, geometry: { type: 'Point', coordinates:[-73.99583344, 40.60234513]} },
{type: 'Feature',properties:{Name: '3', Address: '55 BAY 29TH ST., BATH BEACH', Month: '7', Price: '3679'}, geometry: { type: 'Point', coordinates:[-73.99566425, 40.60136249]} },
{type: 'Feature',properties:{Name: '3', Address: '8765 14TH AVENUE, BATH BEACH', Month: '11', Price: '2025'}, geometry: { type: 'Point', coordinates:[-74.01492491, 40.60963442]} },
{type: 'Feature',properties:{Name: '3', Address: '112 BAY 8TH STREET, BATH BEACH', Month: '1', Price: '2160'}, geometry: { type: 'Point', coordinates:[-74.01268111, 40.60953862]} },
{type: 'Feature',properties:{Name: '3', Address: '85 BAY 8TH STREET, BATH BEACH', Month: '6', Price: '3740'}, geometry: { type: 'Point', coordinates:[-74.0122742, 40.60989823]} },
{type: 'Feature',properties:{Name: '3', Address: '85 BAY 8TH STREET, BATH BEACH', Month: '11', Price: '3740'}, geometry: { type: 'Point', coordinates:[-74.0122742, 40.60989823]} },
{type: 'Feature',properties:{Name: '3', Address: '85 BAY 8TH STREET, BATH BEACH', Month: '6', Price: '3740'}, geometry: { type: 'Point', coordinates:[-74.0122742, 40.60989823]} },
{type: 'Feature',properties:{Name: '3', Address: '85 BAY 8TH STREET, BATH BEACH', Month: '9', Price: '3740'}, geometry: { type: 'Point', coordinates:[-74.0122742, 40.60989823]} },
{type: 'Feature',properties:{Name: '3', Address: '85 BAY 8TH, BATH BEACH', Month: '9', Price: '3740'}, geometry: { type: 'Point', coordinates:[-74.01191404, 40.60991474]} },
{type: 'Feature',properties:{Name: '3', Address: '8700 15TH AVENUE, BATH BEACH', Month: '5', Price: '2160'}, geometry: { type: 'Point', coordinates:[-74.01175906, 40.60925875]} },
{type: 'Feature',properties:{Name: '3', Address: '8724 15TH AVENUE, BATH BEACH', Month: '9', Price: '2160'}, geometry: { type: 'Point', coordinates:[-74.01211555, 40.60891561]} },
{type: 'Feature',properties:{Name: '3', Address: '8726 15TH AVENUE, BATH BEACH', Month: '5', Price: '2160'}, geometry: { type: 'Point', coordinates:[-74.01214436, 40.60888816]} },
{type: 'Feature',properties:{Name: '3', Address: '8685 15TH AVE, BATH BEACH', Month: '6', Price: '2720'}, geometry: { type: 'Point', coordinates:[-74.0115322, 40.60945091]} },
{type: 'Feature',properties:{Name: '3', Address: '109 BAY 10TH STREET, BATH BEACH', Month: '3', Price: '1496'}, geometry: { type: 'Point', coordinates:[-74.0111467, 40.6086577]} },
{type: 'Feature',properties:{Name: '3', Address: '113 BAY 11TH STREET, BATH BEACH', Month: '10', Price: '1456'}, geometry: { type: 'Point', coordinates:[-74.01049114, 40.60816644]} },
{type: 'Feature',properties:{Name: '3', Address: '8730 16TH AVENUE, BATH BEACH', Month: '6', Price: '2160'}, geometry: { type: 'Point', coordinates:[-74.01000484, 40.6074995]} },
{type: 'Feature',properties:{Name: '3', Address: '118 BAY 14TH STREET, BATH BEACH', Month: '12', Price: '2288'}, geometry: { type: 'Point', coordinates:[-74.00819321, 40.60668718]} },
{type: 'Feature',properties:{Name: '3', Address: '142 BAY 14TH STREET, BATH BEACH', Month: '9', Price: '2208'}, geometry: { type: 'Point', coordinates:[-74.00855331, 40.60634406]} },
{type: 'Feature',properties:{Name: '3', Address: '1649 BATH AVENUE, BATH BEACH', Month: '2', Price: '2520'}, geometry: { type: 'Point', coordinates:[-74.00906101, 40.60564684]} },
{type: 'Feature',properties:{Name: '3', Address: '133 BAY 14TH STREET, BATH BEACH', Month: '5', Price: '2108'}, geometry: { type: 'Point', coordinates:[-74.00841647, 40.60644837]} },
{type: 'Feature',properties:{Name: '3', Address: '1721 BATH AVENUE, BATH BEACH', Month: '2', Price: '4400'}, geometry: { type: 'Point', coordinates:[-74.00777884, 40.6048729]} },
{type: 'Feature',properties:{Name: '3', Address: '1759 BATH AVENUE, BATH BEACH', Month: '1', Price: '3800'}, geometry: { type: 'Point', coordinates:[-74.00669117, 40.60421422]} },
{type: 'Feature',properties:{Name: '3', Address: '8712 19TH AVENUE, BATH BEACH', Month: '1', Price: '3700'}, geometry: { type: 'Point', coordinates:[-74.00285219, 40.60364621]} },
{type: 'Feature',properties:{Name: '3', Address: '8714 19 AVENUE, BATH BEACH', Month: '9', Price: '2160'}, geometry: { type: 'Point', coordinates:[-74.002881, 40.60361601]} },
{type: 'Feature',properties:{Name: '3', Address: '8744 19TH AVENUE, BATH BEACH', Month: '12', Price: '1582'}, geometry: { type: 'Point', coordinates:[-74.00334193, 40.60317409]} },
{type: 'Feature',properties:{Name: '3', Address: '8730 20TH AVENUE, BATH BEACH', Month: '7', Price: '3550'}, geometry: { type: 'Point', coordinates:[-74.0009435, 40.60203504]} },
{type: 'Feature',properties:{Name: '3', Address: '91 BAY 25TH STREET, BATH BEACH', Month: '8', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.99959667, 40.60213935]} },
{type: 'Feature',properties:{Name: '3', Address: '90 BAY 28TH STREET, BATH BEACH', Month: '9', Price: '2264'}, geometry: { type: 'Point', coordinates:[-73.99740001, 40.60083554]} },
{type: 'Feature',properties:{Name: '3', Address: '8837 14TH AVENUE, BATH BEACH', Month: '4', Price: '1802'}, geometry: { type: 'Point', coordinates:[-74.01652723, 40.60810809]} },
{type: 'Feature',properties:{Name: '3', Address: '1424 BATH AVENUE, BATH BEACH', Month: '3', Price: '2709'}, geometry: { type: 'Point', coordinates:[-74.01460062, 40.60897022]} },
{type: 'Feature',properties:{Name: '3', Address: '188 BAY 7TH STREET, BATH BEACH', Month: '3', Price: '2048'}, geometry: { type: 'Point', coordinates:[-74.01502187, 40.60840474]} },
{type: 'Feature',properties:{Name: '3', Address: '196 BAY 7TH STREET, BATH BEACH', Month: '2', Price: '2048'}, geometry: { type: 'Point', coordinates:[-74.0151407, 40.60829218]} },
{type: 'Feature',properties:{Name: '3', Address: '8780 15TH AVENUE, BATH BEACH', Month: '10', Price: '1600'}, geometry: { type: 'Point', coordinates:[-74.01343346, 40.60765011]} },
{type: 'Feature',properties:{Name: '3', Address: '184 BAY 10TH STREET, BATH BEACH', Month: '6', Price: '1635'}, geometry: { type: 'Point', coordinates:[-74.01276349, 40.60713417]} },
{type: 'Feature',properties:{Name: '3', Address: '177 BAY 10 STREET, BATH BEACH', Month: '3', Price: '2180'}, geometry: { type: 'Point', coordinates:[-74.01264106, 40.60722476]} },
{type: 'Feature',properties:{Name: '3', Address: '8820 16TH AVENUE, BATH BEACH', Month: '9', Price: '2872'}, geometry: { type: 'Point', coordinates:[-74.01183767, 40.60573991]} },
{type: 'Feature',properties:{Name: '3', Address: '8830 16TH AVENUE, BATH BEACH', Month: '2', Price: '2260'}, geometry: { type: 'Point', coordinates:[-74.0119925, 40.60559168]} },
{type: 'Feature',properties:{Name: '3', Address: '8817 16TH AVENUE, BATH BEACH', Month: '4', Price: '2620'}, geometry: { type: 'Point', coordinates:[-74.01179086, 40.60575913]} },
{type: 'Feature',properties:{Name: '3', Address: '1669 CROPSEY AVENUE, BATH BEACH', Month: '7', Price: '2320'}, geometry: { type: 'Point', coordinates:[-74.01029964, 40.60414259]} },
{type: 'Feature',properties:{Name: '3', Address: '197 BAY 14, BATH BEACH', Month: '1', Price: '1668'}, geometry: { type: 'Point', coordinates:[-74.00983162, 40.60508409]} },
{type: 'Feature',properties:{Name: '3', Address: '197 BAY 14, BATH BEACH', Month: '4', Price: '1668'}, geometry: { type: 'Point', coordinates:[-74.00983162, 40.60508409]} },
{type: 'Feature',properties:{Name: '3', Address: '8810 17TH AVENUE, BATH BEACH', Month: '9', Price: '2144'}, geometry: { type: 'Point', coordinates:[-74.0092049, 40.60442539]} },
{type: 'Feature',properties:{Name: '3', Address: '8844 17TH AVENUE, BATH BEACH', Month: '8', Price: '2074'}, geometry: { type: 'Point', coordinates:[-74.01004747, 40.60361286]} },
{type: 'Feature',properties:{Name: '3', Address: '8819 BAY 16TH STREET, BATH BEACH', Month: '10', Price: '1464'}, geometry: { type: 'Point', coordinates:[-74.00854939, 40.60386551]} },
{type: 'Feature',properties:{Name: '3', Address: '8798 18TH AVENUE, BATH BEACH', Month: '7', Price: '2872'}, geometry: { type: 'Point', coordinates:[-74.00677751, 40.60331667]} },
{type: 'Feature',properties:{Name: '3', Address: '8790 19TH AVENUE, BATH BEACH', Month: '1', Price: '2620'}, geometry: { type: 'Point', coordinates:[-74.00439703, 40.60216122]} },
{type: 'Feature',properties:{Name: '3', Address: '8807 19TH AVENUE, BATH BEACH', Month: '2', Price: '1872'}, geometry: { type: 'Point', coordinates:[-74.0046887, 40.60185105]} },
{type: 'Feature',properties:{Name: '3', Address: '169 BAY 26TH STREET, BATH BEACH', Month: '7', Price: '2123'}, geometry: { type: 'Point', coordinates:[-74.00046814, 40.60018231]} },
{type: 'Feature',properties:{Name: '3', Address: '167 BAY 26TH STREET, BATH BEACH', Month: '3', Price: '1995'}, geometry: { type: 'Point', coordinates:[-74.00043573, 40.60020975]} },
{type: 'Feature',properties:{Name: '3', Address: '206 BAY 29TH STREET, BATH BEACH', Month: '1', Price: '3326'}, geometry: { type: 'Point', coordinates:[-73.9988729, 40.59830212]} },
{type: 'Feature',properties:{Name: '3', Address: '8866 15TH AVENUE, BATH BEACH', Month: '9', Price: '3092'}, geometry: { type: 'Point', coordinates:[-74.01521219, 40.60593714]} },
{type: 'Feature',properties:{Name: '3', Address: '8900 15TH AVENUE, BATH BEACH', Month: '11', Price: '2500'}, geometry: { type: 'Point', coordinates:[-74.01571627, 40.60545399]} },
{type: 'Feature',properties:{Name: '3', Address: '310 BAY 11TH STREET, BATH BEACH', Month: '12', Price: '1729'}, geometry: { type: 'Point', coordinates:[-74.0140523, 40.60477075]} },
{type: 'Feature',properties:{Name: '3', Address: '293 BAY 11TH STREET, BATH BEACH', Month: '11', Price: '1928'}, geometry: { type: 'Point', coordinates:[-74.01388307, 40.60490801]} },
{type: 'Feature',properties:{Name: '3', Address: '337 BAY 10TH STREET, BATH BEACH', Month: '7', Price: '1849'}, geometry: { type: 'Point', coordinates:[-74.01513631, 40.60482276]} },
{type: 'Feature',properties:{Name: '3', Address: '332 BAY 10TH STREET, BATH BEACH', Month: '10', Price: '2300'}, geometry: { type: 'Point', coordinates:[-74.01512191, 40.60486119]} },
{type: 'Feature',properties:{Name: '3', Address: '8947 15TH AVENUE, BATH BEACH', Month: '8', Price: '2070'}, geometry: { type: 'Point', coordinates:[-74.016728, 40.60445474]} },
{type: 'Feature',properties:{Name: '3', Address: '8859 17TH AVENUE, BATH BEACH', Month: '2', Price: '2280'}, geometry: { type: 'Point', coordinates:[-74.0101735, 40.60346463]} },
{type: 'Feature',properties:{Name: '3', Address: '8850 BAY 16TH STREET, BATH BEACH', Month: '4', Price: '2280'}, geometry: { type: 'Point', coordinates:[-74.00938477, 40.60309141]} },
{type: 'Feature',properties:{Name: '3', Address: '8856 18TH AVENUE, BATH BEACH', Month: '4', Price: '1320'}, geometry: { type: 'Point', coordinates:[-74.0080702, 40.60207319]} },
{type: 'Feature',properties:{Name: '3', Address: '8908 18TH AVENUE, BATH BEACH', Month: '3', Price: '1320'}, geometry: { type: 'Point', coordinates:[-74.00883355, 40.60134302]} },
{type: 'Feature',properties:{Name: '3', Address: '8889 18TH AVENUE, BATH BEACH', Month: '5', Price: '1320'}, geometry: { type: 'Point', coordinates:[-74.00853109, 40.6016038]} },
{type: 'Feature',properties:{Name: '3', Address: '8883 18TH AVENUE, BATH BEACH', Month: '11', Price: '1576'}, geometry: { type: 'Point', coordinates:[-74.00844468, 40.60168615]} },
{type: 'Feature',properties:{Name: '3', Address: '8867 18TH AVENUE, BATH BEACH', Month: '10', Price: '1320'}, geometry: { type: 'Point', coordinates:[-74.00821783, 40.60190575]} },
{type: 'Feature',properties:{Name: '3', Address: '8839 18TH AVENUE, BATH BEACH', Month: '6', Price: '1320'}, geometry: { type: 'Point', coordinates:[-74.00781455, 40.60229005]} },
{type: 'Feature',properties:{Name: '3', Address: '8839 18TH AVENUE, BATH BEACH', Month: '10', Price: '1320'}, geometry: { type: 'Point', coordinates:[-74.00781455, 40.60229005]} },
{type: 'Feature',properties:{Name: '3', Address: '270 BAY 20 STREET, BATH BEACH', Month: '6', Price: '1485'}, geometry: { type: 'Point', coordinates:[-74.00671607, 40.60109338]} },
{type: 'Feature',properties:{Name: '3', Address: '8830 19TH AVENUE, BATH BEACH', Month: '5', Price: '1491'}, geometry: { type: 'Point', coordinates:[-74.00540167, 40.60118952]} },
{type: 'Feature',properties:{Name: '3', Address: '8836 19TH AVENUE, BATH BEACH', Month: '12', Price: '2406'}, geometry: { type: 'Point', coordinates:[-74.00548809, 40.60110717]} },
{type: 'Feature',properties:{Name: '3', Address: '8836 19TH AVENUE, BATH BEACH', Month: '6', Price: '2406'}, geometry: { type: 'Point', coordinates:[-74.00548809, 40.60110717]} },
{type: 'Feature',properties:{Name: '3', Address: '8908 19TH AVENUE, BATH BEACH', Month: '12', Price: '1610'}, geometry: { type: 'Point', coordinates:[-74.00675196, 40.59988567]} },
{type: 'Feature',properties:{Name: '3', Address: '260 BAY 22ND STREET, BATH BEACH', Month: '2', Price: '1536'}, geometry: { type: 'Point', coordinates:[-74.00483625, 40.60057746]} },
{type: 'Feature',properties:{Name: '3', Address: '260 BAY 22ND STREET, BATH BEACH', Month: '7', Price: '1536'}, geometry: { type: 'Point', coordinates:[-74.00483625, 40.60057746]} },
{type: 'Feature',properties:{Name: '3', Address: '1936 20TH DRIVE, BATH BEACH', Month: '10', Price: '1652'}, geometry: { type: 'Point', coordinates:[-74.00490462, 40.59979519]} },
{type: 'Feature',properties:{Name: '3', Address: '1951 19TH LANE, BATH BEACH', Month: '2', Price: '1944'}, geometry: { type: 'Point', coordinates:[-74.00541592, 40.59925993]} },
{type: 'Feature',properties:{Name: '3', Address: '8857 19TH AVENUE, BATH BEACH', Month: '7', Price: '1584'}, geometry: { type: 'Point', coordinates:[-74.00582296, 40.60075582]} },
{type: 'Feature',properties:{Name: '3', Address: '8843 19TH AVENUE, BATH BEACH', Month: '2', Price: '1631'}, geometry: { type: 'Point', coordinates:[-74.00561772, 40.60095346]} },
{type: 'Feature',properties:{Name: '3', Address: '8858 20 AVENUE, BATH BEACH', Month: '12', Price: '1869'}, geometry: { type: 'Point', coordinates:[-74.00355061, 40.59951252]} },
{type: 'Feature',properties:{Name: '3', Address: '8892 20TH AVENUE, BATH BEACH', Month: '8', Price: '1993'}, geometry: { type: 'Point', coordinates:[-74.00428157, 40.59881806]} },
{type: 'Feature',properties:{Name: '3', Address: '1423 SHORE PARKWAY, BATH BEACH', Month: '7', Price: '1993'}, geometry: { type: 'Point', coordinates:[-74.00602805, 40.59876309]} },
{type: 'Feature',properties:{Name: '3', Address: '1920 19TH LANE, BATH BEACH', Month: '6', Price: '1584'}, geometry: { type: 'Point', coordinates:[-74.00602812, 40.59960025]} },
{type: 'Feature',properties:{Name: '3', Address: '53 BAY 13TH STREET, BATH BEACH', Month: '10', Price: '1960'}, geometry: { type: 'Point', coordinates:[-74.00752716, 40.60856467]} },
{type: 'Feature',properties:{Name: '3', Address: '8660 17TH AVENUE, BATH BEACH', Month: '12', Price: '2352'}, geometry: { type: 'Point', coordinates:[-74.00601083, 40.60749703]} },
{type: 'Feature',properties:{Name: '3', Address: '34 BAY 22ND STREET, BATH BEACH', Month: '3', Price: '2821'}, geometry: { type: 'Point', coordinates:[-74.00051499, 40.60473043]} },
{type: 'Feature',properties:{Name: '3', Address: '40 BAY 22ND STREET, BATH BEACH', Month: '8', Price: '2821'}, geometry: { type: 'Point', coordinates:[-74.00060142, 40.60464535]} },
{type: 'Feature',properties:{Name: '3', Address: '38 BAY 22ND STREET, BATH BEACH', Month: '4', Price: '2821'}, geometry: { type: 'Point', coordinates:[-74.00057261, 40.60467279]} },
{type: 'Feature',properties:{Name: '3', Address: '8648 20TH AVENUE, BATH BEACH', Month: '11', Price: '4945'}, geometry: { type: 'Point', coordinates:[-73.99918612, 40.60372309]} },
{type: 'Feature',properties:{Name: '3', Address: '8660 20TH AVENUE, BATH BEACH', Month: '6', Price: '2722'}, geometry: { type: 'Point', coordinates:[-73.99935178, 40.6035639]} },
{type: 'Feature',properties:{Name: '3', Address: '8662 20TH AVENUE, BATH BEACH', Month: '5', Price: '3206'}, geometry: { type: 'Point', coordinates:[-73.99938059, 40.60353919]} },
{type: 'Feature',properties:{Name: '3', Address: '16 BAY 25TH STREET, BATH BEACH', Month: '1', Price: '4392'}, geometry: { type: 'Point', coordinates:[-73.9979977, 40.60370661]} },
{type: 'Feature',properties:{Name: '3', Address: '46 BAY 25TH STREET, BATH BEACH', Month: '5', Price: '3527'}, geometry: { type: 'Point', coordinates:[-73.99845147, 40.60327019]} },
{type: 'Feature',properties:{Name: '3', Address: '8608 21ST AVENUE, BATH BEACH', Month: '11', Price: '31594'}, geometry: { type: 'Point', coordinates:[-73.99644921, 40.60291333]} },
{type: 'Feature',properties:{Name: '3', Address: '8608 21ST AVENUE, BATH BEACH', Month: '9', Price: '31594'}, geometry: { type: 'Point', coordinates:[-73.99644921, 40.60291333]} },
{type: 'Feature',properties:{Name: '3', Address: '156 BAY 8TH STREET, BATH BEACH', Month: '3', Price: '3411'}, geometry: { type: 'Point', coordinates:[-74.01333647, 40.60890724]} },
{type: 'Feature',properties:{Name: '3', Address: '8739 15TH AVENUE, BATH BEACH', Month: '9', Price: '3025'}, geometry: { type: 'Point', coordinates:[-74.0123352, 40.60867679]} },
{type: 'Feature',properties:{Name: '3', Address: '1568 BENSON AVENUE, BATH BEACH', Month: '6', Price: '3118'}, geometry: { type: 'Point', coordinates:[-74.00952241, 40.60863314]} },
{type: 'Feature',properties:{Name: '3', Address: '8724 16TH AVENUE, BATH BEACH', Month: '7', Price: '3166'}, geometry: { type: 'Point', coordinates:[-74.00991482, 40.60758734]} },
{type: 'Feature',properties:{Name: '3', Address: '8701 16TH AVENUE, BATH BEACH', Month: '5', Price: '2240'}, geometry: { type: 'Point', coordinates:[-74.00956912, 40.60789204]} },
{type: 'Feature',properties:{Name: '3', Address: '1606 BENSON AVENUE, BATH BEACH', Month: '11', Price: '2560'}, geometry: { type: 'Point', coordinates:[-74.00882726, 40.60821599]} },
{type: 'Feature',properties:{Name: '3', Address: '129 BAY 13TH STREET, BATH BEACH', Month: '2', Price: '2880'}, geometry: { type: 'Point', coordinates:[-74.00916203, 40.60699453]} },
{type: 'Feature',properties:{Name: '3', Address: '8755 17TH AVENUE, BATH BEACH', Month: '9', Price: '3541'}, geometry: { type: 'Point', coordinates:[-74.0079914, 40.60557007]} },
{type: 'Feature',properties:{Name: '3', Address: '8736 21ST AVENUE, BATH BEACH', Month: '9', Price: '5571'}, geometry: { type: 'Point', coordinates:[-73.99882965, 40.60062421]} },
{type: 'Feature',properties:{Name: '3', Address: '8697 21ST AVENUE, BATH BEACH', Month: '12', Price: '2922'}, geometry: { type: 'Point', coordinates:[-73.99824266, 40.60116493]} },
{type: 'Feature',properties:{Name: '3', Address: '110 BAY 28TH STREET, BATH BEACH', Month: '2', Price: '3085'}, geometry: { type: 'Point', coordinates:[-73.99769891, 40.60054734]} },
{type: 'Feature',properties:{Name: '3', Address: '110 BAY 28TH STREET, BATH BEACH', Month: '1', Price: '3085'}, geometry: { type: 'Point', coordinates:[-73.99769891, 40.60054734]} },
{type: 'Feature',properties:{Name: '3', Address: '127 BAY 29TH STREET, BATH BEACH', Month: '5', Price: '3840'}, geometry: { type: 'Point', coordinates:[-73.9972416, 40.59983917]} },
{type: 'Feature',properties:{Name: '3', Address: '125 BAY 29TH STREET, BATH BEACH', Month: '9', Price: '4800'}, geometry: { type: 'Point', coordinates:[-73.99720919, 40.59986937]} },
{type: 'Feature',properties:{Name: '3', Address: '1502 BATH AVENUE, BATH BEACH', Month: '10', Price: '2592'}, geometry: { type: 'Point', coordinates:[-74.01291851, 40.60795759]} },
{type: 'Feature',properties:{Name: '3', Address: '8825 16TH AVENUE, BATH BEACH', Month: '2', Price: '2620'}, geometry: { type: 'Point', coordinates:[-74.01191328, 40.60564109]} },
{type: 'Feature',properties:{Name: '3', Address: '8794 19TH AVENUE, BATH BEACH', Month: '11', Price: '3105'}, geometry: { type: 'Point', coordinates:[-74.00445824, 40.60210083]} },
{type: 'Feature',properties:{Name: '3', Address: '184 BAY 26TH STREET, BATH BEACH', Month: '6', Price: '2624'}, geometry: { type: 'Point', coordinates:[-74.00070941, 40.59996821]} },
{type: 'Feature',properties:{Name: '3', Address: '2066 BATH AVENUE, BATH BEACH', Month: '2', Price: '2850'}, geometry: { type: 'Point', coordinates:[-73.99989917, 40.60030033]} },
{type: 'Feature',properties:{Name: '3', Address: '8783 21ST AVENUE, BATH BEACH', Month: '12', Price: '2869'}, geometry: { type: 'Point', coordinates:[-73.99994238, 40.59951532]} },
{type: 'Feature',properties:{Name: '3', Address: '8788 BAY PARKWAY, BATH BEACH', Month: '3', Price: '2860'}, geometry: { type: 'Point', coordinates:[-73.99783223, 40.59808526]} },
{type: 'Feature',properties:{Name: '3', Address: '8908 15TH AVENUE, BATH BEACH', Month: '1', Price: '6352'}, geometry: { type: 'Point', coordinates:[-74.01583509, 40.60533869]} },
{type: 'Feature',properties:{Name: '3', Address: '305 BAY 10TH STREET, BATH BEACH', Month: '7', Price: '1860'}, geometry: { type: 'Point', coordinates:[-74.01481946, 40.60512748]} },
{type: 'Feature',properties:{Name: '3', Address: '303 BAY 10TH STREET, BATH BEACH', Month: '1', Price: '1860'}, geometry: { type: 'Point', coordinates:[-74.01480146, 40.60514669]} },
{type: 'Feature',properties:{Name: '3', Address: '8659 BAY 16TH STREET, BATH BEACH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00524368, 40.60704418]} },
{type: 'Feature',properties:{Name: '3', Address: '1839 BENSON AVENUE, BATH BEACH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00370933, 40.6044257]} },
{type: 'Feature',properties:{Name: '3', Address: '70 BAY 20TH STREET, BATH BEACH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00251733, 40.60513389]} },
{type: 'Feature',properties:{Name: '3', Address: '57 BAY 20TH STREET, BATH BEACH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00232646, 40.60529035]} },
{type: 'Feature',properties:{Name: '3', Address: '57 BAY 20TH STREET, BATH BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00232646, 40.60529035]} },
{type: 'Feature',properties:{Name: '3', Address: '57 BAY 20TH STREET, BATH BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00232646, 40.60529035]} },
{type: 'Feature',properties:{Name: '3', Address: '57 BAY 20TH STREET, BATH BEACH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00232646, 40.60529035]} },
{type: 'Feature',properties:{Name: '3', Address: '57 BAY 20TH STREET, BATH BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00232646, 40.60529035]} },
{type: 'Feature',properties:{Name: '3', Address: '57 BAY 20TH STREET, BATH BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00232646, 40.60529035]} },
{type: 'Feature',properties:{Name: '3', Address: '57 BAY 20TH STREET, BATH BEACH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00232646, 40.60529035]} },
{type: 'Feature',properties:{Name: '3', Address: '21 BAY 22ND STREET, BATH BEACH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00032052, 40.60488963]} },
{type: 'Feature',properties:{Name: '3', Address: '33 BAY 26TH STREET, BATH BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99753677, 40.60300393]} },
{type: 'Feature',properties:{Name: '3', Address: '33 BAY 26TH STREET, BATH BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99753677, 40.60300393]} },
{type: 'Feature',properties:{Name: '3', Address: '33 BAY 26TH STREET, BATH BEACH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99753677, 40.60300393]} },
{type: 'Feature',properties:{Name: '3', Address: '33 BAY 26TH STREET, BATH BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99753677, 40.60300393]} },
{type: 'Feature',properties:{Name: '3', Address: '33 BAY 26TH STREET, BATH BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99753677, 40.60300393]} },
{type: 'Feature',properties:{Name: '3', Address: '33 BAY 26TH STREET, BATH BEACH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99753677, 40.60300393]} },
{type: 'Feature',properties:{Name: '3', Address: '68 BAY 28TH STREET, BATH BEACH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99658612, 40.60162053]} },
{type: 'Feature',properties:{Name: '3', Address: '1613 BATH AVENUE, BATH BEACH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01040444, 40.60645919]} },
{type: 'Feature',properties:{Name: '3', Address: '8750 18TH AVENUE, BATH BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00568643, 40.60436524]} },
{type: 'Feature',properties:{Name: '3', Address: '8752 18TH AVENUE, BATH BEACH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00571884, 40.60433504]} },
{type: 'Feature',properties:{Name: '3', Address: '8754 18TH AVENUE, BATH BEACH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00574765, 40.60430759]} },
{type: 'Feature',properties:{Name: '3', Address: '8756 18TH AVENUE, BATH BEACH', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00578006, 40.6042774]} },
{type: 'Feature',properties:{Name: '3', Address: '2102 BENSON AVENUE, BATH BEACH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99767727, 40.60148057]} },
{type: 'Feature',properties:{Name: '3', Address: '2106 BENSON AVENUE, BATH BEACH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99759085, 40.60142842]} },
{type: 'Feature',properties:{Name: '3', Address: '2108 BENSON AVENUE, BATH BEACH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99754763, 40.60140097]} },
{type: 'Feature',properties:{Name: '3', Address: '155 BAY 28TH STREET, BATH BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99837233, 40.59987213]} },
{type: 'Feature',properties:{Name: '3', Address: '155 BAY 28TH STREET, BATH BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99837233, 40.59987213]} },
{type: 'Feature',properties:{Name: '3', Address: '155 BAY 28TH STREET, BATH BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99837233, 40.59987213]} },
{type: 'Feature',properties:{Name: '3', Address: '155 BAY 28TH STREET, BATH BEACH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99837233, 40.59987213]} },
{type: 'Feature',properties:{Name: '3', Address: '227 BAY 7TH STREET, BATH BEACH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01560518, 40.60782276]} },
{type: 'Feature',properties:{Name: '3', Address: '225 BAY 7TH STREET, BATH BEACH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01557277, 40.60785296]} },
{type: 'Feature',properties:{Name: '3', Address: '203 BAY 8TH STREET, BATH BEACH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01453553, 40.60774056]} },
{type: 'Feature',properties:{Name: '3', Address: '188 BAY 17TH STREET, BATH BEACH', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00749421, 40.60379147]} },
{type: 'Feature',properties:{Name: '3', Address: '187 BAY 19 STREET, BATH BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00598523, 40.60312732]} },
{type: 'Feature',properties:{Name: '3', Address: '187 BAY 19TH STREET, BATH BEACH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00598523, 40.60312732]} },
{type: 'Feature',properties:{Name: '3', Address: '204 BAY 29TH STREET, BATH BEACH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99884049, 40.59833231]} },
{type: 'Feature',properties:{Name: '3', Address: '204 BAY 29 STREET, BATH BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99884049, 40.59833231]} },
{type: 'Feature',properties:{Name: '3', Address: '174 BAY 29TH STREET, BATH BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99836875, 40.59878245]} },
{type: 'Feature',properties:{Name: '3', Address: '8918 15TH AVENUE, BATH BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01598271, 40.60519594]} },
{type: 'Feature',properties:{Name: '3', Address: '209 BAY 17TH STREET, BATH BEACH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00778228, 40.60348403]} },
{type: 'Feature',properties:{Name: '3', Address: '8674 17TH AVENUE, BATH BEACH', Month: '3', Price: '5082'}, geometry: { type: 'Point', coordinates:[-74.00621969, 40.60729665]} },
{type: 'Feature',properties:{Name: '3', Address: '8668 BAY 16TH STREET, BATH BEACH', Month: '3', Price: '6000'}, geometry: { type: 'Point', coordinates:[-74.00538773, 40.60693164]} },
{type: 'Feature',properties:{Name: '3', Address: '8616 19TH AVENUE, BATH BEACH', Month: '2', Price: '6927'}, geometry: { type: 'Point', coordinates:[-74.00101558, 40.60541114]} },
{type: 'Feature',properties:{Name: '3', Address: '8616 19TH AVENUE, BATH BEACH', Month: '9', Price: '6927'}, geometry: { type: 'Point', coordinates:[-74.00101558, 40.60541114]} },
{type: 'Feature',properties:{Name: '3', Address: '8616 19TH AVENUE, BATH BEACH', Month: '5', Price: '6927'}, geometry: { type: 'Point', coordinates:[-74.00101558, 40.60541114]} },
{type: 'Feature',properties:{Name: '3', Address: '15 BAY 23RD STREET, BATH BEACH', Month: '11', Price: '2702'}, geometry: { type: 'Point', coordinates:[-73.99949942, 40.60455751]} },
{type: 'Feature',properties:{Name: '3', Address: '8672 21ST AVENUE, BATH BEACH', Month: '10', Price: '3072'}, geometry: { type: 'Point', coordinates:[-73.99738916, 40.60201031]} },
{type: 'Feature',properties:{Name: '3', Address: '68 BAY 28 STREET, BATH BEACH', Month: '6', Price: '1988'}, geometry: { type: 'Point', coordinates:[-73.99658612, 40.60162053]} },
{type: 'Feature',properties:{Name: '3', Address: '45 BAY 28TH STREET, BATH BEACH', Month: '12', Price: '18140'}, geometry: { type: 'Point', coordinates:[-73.99623679, 40.60192794]} },
{type: 'Feature',properties:{Name: '3', Address: '1820 BENSON AVENUE, BATH BEACH', Month: '3', Price: '2640'}, geometry: { type: 'Point', coordinates:[-74.00421352, 40.60466997]} },
{type: 'Feature',properties:{Name: '3', Address: '8717 21ST AVENUE, BATH BEACH', Month: '1', Price: '12883'}, geometry: { type: 'Point', coordinates:[-73.99854156, 40.60087399]} },
{type: 'Feature',properties:{Name: '3', Address: '8758 BAY PARKWAY, BATH BEACH', Month: '1', Price: '30344'}, geometry: { type: 'Point', coordinates:[-73.99693555, 40.5989526]} },
{type: 'Feature',properties:{Name: '3', Address: '159 BAY 29TH STREET, BATH BEACH', Month: '4', Price: '29800'}, geometry: { type: 'Point', coordinates:[-73.99771696, 40.5993808]} },
{type: 'Feature',properties:{Name: '3', Address: '8722-8732 BAY PARKWAY, BATH BEACH', Month: '5', Price: '22140'}, geometry: { type: 'Point', coordinates:[-73.99639898, 40.5994686]} },
{type: 'Feature',properties:{Name: '3', Address: '1755 CROPSEY AVE, BATH BEACH', Month: '12', Price: '5864'}, geometry: { type: 'Point', coordinates:[-74.00817836, 40.60303112]} },
{type: 'Feature',properties:{Name: '3', Address: '1859-1861 CROPSEY AVENUE, BATH BEACH', Month: '6', Price: '7600'}, geometry: { type: 'Point', coordinates:[-74.00570781, 40.60173847]} },
{type: 'Feature',properties:{Name: '3', Address: '194 BAY 22ND STREET, BATH BEACH', Month: '4', Price: '13940'}, geometry: { type: 'Point', coordinates:[-74.00371998, 40.60164522]} },
{type: 'Feature',properties:{Name: '3', Address: '141 BAY 20TH, 3, BATH BEACH', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0040442, 40.60363245]} },
{type: 'Feature',properties:{Name: '3', Address: '139 BAY 20TH, 1, BATH BEACH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00401539, 40.60366264]} },
{type: 'Feature',properties:{Name: '3', Address: '327 BAY 8TH STREET, 2B, BATH BEACH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01705594, 40.60534126]} },
{type: 'Feature',properties:{Name: '3', Address: '290 BAY 17TH STREET, 2C, BATH BEACH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00943142, 40.60191389]} },
{type: 'Feature',properties:{Name: '3', Address: '1259 SHORE PARKWAY, 1B, BATH BEACH', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01064855, 40.601535]} },
{type: 'Feature',properties:{Name: '3', Address: '1259 SHORE PARKWAY, 1A, BATH BEACH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01064855, 40.601535]} },
{type: 'Feature',properties:{Name: '3', Address: '290 BAY 17 STREET, 1A, BATH BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00943142, 40.60191389]} },
{type: 'Feature',properties:{Name: '3', Address: '262 BAY 17TH STREET, 1B, BATH BEACH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00902094, 40.60231192]} },
{type: 'Feature',properties:{Name: '3', Address: '1265 SHORE PARKWAY, C2, BATH BEACH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01049009, 40.60144444]} },
{type: 'Feature',properties:{Name: '3', Address: '8853 BAY 16TH STREET, 3D, BATH BEACH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00946038, 40.60299534]} },
{type: 'Feature',properties:{Name: '3', Address: '304 BAY 17TH STREET, 3B, BATH BEACH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00963666, 40.6017135]} },
{type: 'Feature',properties:{Name: '3', Address: '8909 BAY 16TH STREET, 3D, BATH BEACH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01059459, 40.60190555]} },
{type: 'Feature',properties:{Name: '3', Address: '268 BAY 17TH STREET, A2, BATH BEACH', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00911096, 40.60222682]} },
{type: 'Feature',properties:{Name: '3', Address: '8867 BAY 16TH STREET, 3C, BATH BEACH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00973764, 40.60272632]} },
{type: 'Feature',properties:{Name: '3', Address: '280 BAY 19TH STREET, B, BATH BEACH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00773521, 40.60134859]} },
{type: 'Feature',properties:{Name: '3', Address: '290 BAY 19TH STREET, A, BATH BEACH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00811329, 40.60097252]} },
{type: 'Feature',properties:{Name: '3', Address: '254 BAY19TH STREET, A, BATH BEACH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00731393, 40.60177131]} },
{type: 'Feature',properties:{Name: '3', Address: '305 BAY 19TH STREET, 305B, BATH BEACH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00835092, 40.60070626]} },
{type: 'Feature',properties:{Name: '3', Address: '249 BAY 19TH STREET, B, BATH BEACH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00722031, 40.60183719]} },
{type: 'Feature',properties:{Name: '3', Address: '287 BAY 19TH STREET, B, BATH BEACH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00803767, 40.60102193]} },
{type: 'Feature',properties:{Name: '3', Address: '383 BAY 8TH STREET, 1B, BATH BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01812165, 40.60430082]} },
{type: 'Feature',properties:{Name: '3', Address: '1454 INDEPENDENCE AVENUE, 1B, BATH BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01713149, 40.60503383]} },
{type: 'Feature',properties:{Name: '3', Address: '1456 INDEPENDENCE AVENUE, 2B, BATH BEACH', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01710628, 40.60502011]} },
{type: 'Feature',properties:{Name: '3', Address: '8986 15TH AVENUE, 1B, BATH BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01735807, 40.60387275]} },
{type: 'Feature',properties:{Name: '3', Address: '381 BAY 8TH STREET, 2B, BATH BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01810365, 40.60431729]} },
{type: 'Feature',properties:{Name: '3', Address: '377 BAY 8TH STREET, 1B, BATH BEACH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01795963, 40.60443259]} },
{type: 'Feature',properties:{Name: '3', Address: '1071 SHORE PARKWAY, 1B, BATH BEACH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01627034, 40.60324984]} },
{type: 'Feature',properties:{Name: '3', Address: '8979 15TH AVENUE, 1B, BATH BEACH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01728606, 40.60391668]} },
{type: 'Feature',properties:{Name: '3', Address: '1529 INDEPENDENCE AVENUE, 1B, BATH BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01594638, 40.60388119]} },
{type: 'Feature',properties:{Name: '3', Address: '1051 SHORE PARKWAY, 1B, BATH BEACH', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0166737, 40.60335957]} },
{type: 'Feature',properties:{Name: '3', Address: '1553 INDEPENDENCE AVE, 1B, BATH BEACH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01539175, 40.60374677]} },
{type: 'Feature',properties:{Name: '3', Address: '1039 SHORE PARKWAY, 2B, BATH BEACH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0169186, 40.60342541]} },
{type: 'Feature',properties:{Name: '3', Address: '1525 INDEPENDENCE AVENUE, 2B, BATH BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01627052, 40.60397447]} },
{type: 'Feature',properties:{Name: '3', Address: '1553 INDEPENDENCE AVENUE, 2B, BATH BEACH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01539175, 40.60374677]} },
{type: 'Feature',properties:{Name: '3', Address: '30 BAY 29TH STREET, 4H, BATH BEACH', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9952861, 40.60175498]} },
{type: 'Feature',properties:{Name: '3', Address: '30 BAY 29TH STREET, 4S, BATH BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9952861, 40.60175498]} },
{type: 'Feature',properties:{Name: '3', Address: '200 BAY 22ND STREET, B4, BATH BEACH', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00381, 40.60155739]} },
{type: 'Feature',properties:{Name: '3', Address: '33 BAY 26TH STREET, BATH BEACH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99753677, 40.60300393]} },
{type: 'Feature',properties:{Name: '3', Address: '182 BAY 22 STREET, BATH BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00353993, 40.60181815]} },
{type: 'Feature',properties:{Name: '3', Address: '147 BAY 20TH STREET, BATH BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00413783, 40.60354461]} },
{type: 'Feature',properties:{Name: '3', Address: '1642 BATH AVENUE, BATH BEACH', Month: '4', Price: '3276'}, geometry: { type: 'Point', coordinates:[-74.00944638, 40.60585816]} },
{type: 'Feature',properties:{Name: '3', Address: '1934 BATH AVENUE, BATH BEACH', Month: '2', Price: '3300'}, geometry: { type: 'Point', coordinates:[-74.00276929, 40.60209265]} },
{type: 'Feature',properties:{Name: '3', Address: '2064 BATH AVE, BATH BEACH', Month: '8', Price: '2850'}, geometry: { type: 'Point', coordinates:[-73.99991718, 40.60031406]} },
{type: 'Feature',properties:{Name: '3', Address: '120 BAY 29TH STREET, BATH BEACH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99713717, 40.59996543]} },
{type: 'Feature',properties:{Name: '3', Address: '155 BAY 28TH STREET, BATH BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99837233, 40.59987213]} },
{type: 'Feature',properties:{Name: '3', Address: '155 BAY 28TH STREET, BATH BEACH', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99837233, 40.59987213]} },
{type: 'Feature',properties:{Name: '3', Address: '153 BAY 26TH STREET, 1, BATH BEACH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99982355, 40.60080538]} },
{type: 'Feature',properties:{Name: '3', Address: '153 BAY 26TH STREET, 1A, BATH BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99982355, 40.60080538]} },
{type: 'Feature',properties:{Name: '3', Address: '8751 18TH AVENUE, BATH BEACH', Month: '1', Price: '11061'}, geometry: { type: 'Point', coordinates:[-74.00570083, 40.60432681]} },
{type: 'Feature',properties:{Name: '3', Address: '8660-8662 18TH AVENUE, BATH BEACH', Month: '2', Price: '3316'}, geometry: { type: 'Point', coordinates:[-74.00374904, 40.60622354]} },
{type: 'Feature',properties:{Name: '3', Address: '1972 86TH STREET, BATH BEACH', Month: '12', Price: '2112'}, geometry: { type: 'Point', coordinates:[-73.99874674, 40.60489512]} },
{type: 'Feature',properties:{Name: '3', Address: '2006 86 STREET, BATH BEACH', Month: '9', Price: '1265'}, geometry: { type: 'Point', coordinates:[-73.9980445, 40.60447515]} },
{type: 'Feature',properties:{Name: '3', Address: '8702 18TH AVENUE, BATH BEACH', Month: '7', Price: '5080'}, geometry: { type: 'Point', coordinates:[-74.00468894, 40.60532596]} },
{type: 'Feature',properties:{Name: '3', Address: '8708 18TH AVENUE, BATH BEACH', Month: '11', Price: '3168'}, geometry: { type: 'Point', coordinates:[-74.00479697, 40.60522165]} },
{type: 'Feature',properties:{Name: '3', Address: '8922 15TH AVENUE, BATH BEACH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01604392, 40.60513829]} },
{type: 'Feature',properties:{Name: '3', Address: '8753 18TH AVENUE, BATH BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00573324, 40.60429662]} },
{type: 'Feature',properties:{Name: '3', Address: '8746 20TH AVENUE, BATH BEACH', Month: '12', Price: '16489'}, geometry: { type: 'Point', coordinates:[-74.00118838, 40.60179899]} },
{type: 'Feature',properties:{Name: '3', Address: '269 BAY 8TH STREET, BATH BEACH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01591097, 40.60643385]} },
{type: 'Feature',properties:{Name: '3', Address: '269 BAY 8TH STREET, BATH BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01591097, 40.60643385]} },
{type: 'Feature',properties:{Name: '3', Address: '70 BAY 20TH STREET, BATH BEACH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00251733, 40.60513389]} },
{type: 'Feature',properties:{Name: '3', Address: '21 BAY 22ND STREET, BATH BEACH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00032052, 40.60488963]} },
{type: 'Feature',properties:{Name: '3', Address: '33 BAY 26TH STREET, BATH BEACH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99753677, 40.60300393]} },
{type: 'Feature',properties:{Name: '3', Address: '33 BAY 26TH STREET, BATH BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99753677, 40.60300393]} },
{type: 'Feature',properties:{Name: '3', Address: '33 BAY 26TH STREET, BATH BEACH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99753677, 40.60300393]} },
{type: 'Feature',properties:{Name: '3', Address: '33 BAY 26TH STREET, BATH BEACH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99753677, 40.60300393]} },
{type: 'Feature',properties:{Name: '3', Address: '33 BAY 26TH STREET, BATH BEACH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99753677, 40.60300393]} },
{type: 'Feature',properties:{Name: '3', Address: '8750 18TH AVENUE, BATH BEACH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00568643, 40.60436524]} },
{type: 'Feature',properties:{Name: '3', Address: '8750 18TH AVENUE, BATH BEACH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00568643, 40.60436524]} },
{type: 'Feature',properties:{Name: '3', Address: '8754 18TH AVENUE, BATH BEACH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00574765, 40.60430759]} },
{type: 'Feature',properties:{Name: '3', Address: '8756 18TH AVENUE, BATH BEACH', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00578006, 40.6042774]} },
{type: 'Feature',properties:{Name: '3', Address: '188 BAY 17TH STREET, BATH BEACH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00749421, 40.60379147]} },
{type: 'Feature',properties:{Name: '3', Address: '832 67TH STREET, BAY RIDGE', Month: '1', Price: '1905'}, geometry: { type: 'Point', coordinates:[-74.01289774, 40.63097542]} },
{type: 'Feature',properties:{Name: '3', Address: '153 67TH STREET, BAY RIDGE', Month: '3', Price: '1914'}, geometry: { type: 'Point', coordinates:[-74.02882893, 40.63918768]} },
{type: 'Feature',properties:{Name: '3', Address: '154 67TH STREET, BAY RIDGE', Month: '6', Price: '1672'}, geometry: { type: 'Point', coordinates:[-74.02879649, 40.63916024]} },
{type: 'Feature',properties:{Name: '3', Address: '154 SENATOR STREET, BAY RIDGE', Month: '7', Price: '2348'}, geometry: { type: 'Point', coordinates:[-74.02922859, 40.63852059]} },
{type: 'Feature',properties:{Name: '3', Address: '6736 RIDGE BLVD, BAY RIDGE', Month: '2', Price: '2076'}, geometry: { type: 'Point', coordinates:[-74.02807896, 40.63799113]} },
{type: 'Feature',properties:{Name: '3', Address: '559 68TH STREET, BAY RIDGE', Month: '11', Price: '1700'}, geometry: { type: 'Point', coordinates:[-74.01904108, 40.6334037]} },
{type: 'Feature',properties:{Name: '3', Address: '640 67TH STREET, BAY RIDGE', Month: '4', Price: '1510'}, geometry: { type: 'Point', coordinates:[-74.01689737, 40.6333464]} },
{type: 'Feature',properties:{Name: '3', Address: '750 67TH STREET, BAY RIDGE', Month: '3', Price: '1245'}, geometry: { type: 'Point', coordinates:[-74.01456963, 40.6319853]} },
{type: 'Feature',properties:{Name: '3', Address: '727 68TH STREET, BAY RIDGE', Month: '8', Price: '1192'}, geometry: { type: 'Point', coordinates:[-74.01504866, 40.63135668]} },
{type: 'Feature',properties:{Name: '3', Address: '6806 BLISS TERRACE, BAY RIDGE', Month: '3', Price: '1254'}, geometry: { type: 'Point', coordinates:[-74.03175065, 40.63826466]} },
{type: 'Feature',properties:{Name: '3', Address: '6808 MADELINE COURT, BAY RIDGE', Month: '5', Price: '1192'}, geometry: { type: 'Point', coordinates:[-74.02741922, 40.63708002]} },
{type: 'Feature',properties:{Name: '3', Address: '449 BAY RIDGE AVENUE, BAY RIDGE', Month: '12', Price: '2242'}, geometry: { type: 'Point', coordinates:[-74.02227666, 40.63405913]} },
{type: 'Feature',properties:{Name: '3', Address: '6810 VISTA PLACE, BAY RIDGE', Month: '2', Price: '1248'}, geometry: { type: 'Point', coordinates:[-74.01937973, 40.63336247]} },
{type: 'Feature',properties:{Name: '3', Address: '6816 VISTA PLACE, BAY RIDGE', Month: '7', Price: '1248'}, geometry: { type: 'Point', coordinates:[-74.01939774, 40.63333777]} },
{type: 'Feature',properties:{Name: '3', Address: '6809 6 AVENUE, BAY RIDGE', Month: '7', Price: '1472'}, geometry: { type: 'Point', coordinates:[-74.01829515, 40.63288506]} },
{type: 'Feature',properties:{Name: '3', Address: '6935 RIDGE BOULEVARD, BAY RIDGE', Month: '6', Price: '1916'}, geometry: { type: 'Point', coordinates:[-74.02897156, 40.6357594]} },
{type: 'Feature',properties:{Name: '3', Address: '21 BAY RIDGE PLACE, BAY RIDGE', Month: '11', Price: '1400'}, geometry: { type: 'Point', coordinates:[-74.02809964, 40.63575962]} },
{type: 'Feature',properties:{Name: '3', Address: '23 BAY RIDGE PLACE, BAY RIDGE', Month: '2', Price: '1400'}, geometry: { type: 'Point', coordinates:[-74.02811404, 40.63572119]} },
{type: 'Feature',properties:{Name: '3', Address: '540 BAY RIDGE AVENUE, BAY RIDGE', Month: '8', Price: '1216'}, geometry: { type: 'Point', coordinates:[-74.0199777, 40.63298634]} },
{type: 'Feature',properties:{Name: '3', Address: '6903 8TH AVE, BAY RIDGE', Month: '6', Price: '2000'}, geometry: { type: 'Point', coordinates:[-74.01499076, 40.63025603]} },
{type: 'Feature',properties:{Name: '3', Address: '872 BAY RIDGE AVENUE, BAY RIDGE', Month: '6', Price: '1831'}, geometry: { type: 'Point', coordinates:[-74.01327571, 40.62936144]} },
{type: 'Feature',properties:{Name: '3', Address: '7011 NARROWS AVENUE, BAY RIDGE', Month: '10', Price: '1234'}, geometry: { type: 'Point', coordinates:[-74.03426148, 40.63720994]} },
{type: 'Feature',properties:{Name: '3', Address: '7011 NARROWS AVENUE, BAY RIDGE', Month: '1', Price: '1234'}, geometry: { type: 'Point', coordinates:[-74.03426148, 40.63720994]} },
{type: 'Feature',properties:{Name: '3', Address: '73 MACKAY PLACE, BAY RIDGE', Month: '3', Price: '1470'}, geometry: { type: 'Point', coordinates:[-74.03323062, 40.63643347]} },
{type: 'Feature',properties:{Name: '3', Address: '44 MACKAY PLACE, BAY RIDGE', Month: '12', Price: '1216'}, geometry: { type: 'Point', coordinates:[-74.03426124, 40.63673509]} },
{type: 'Feature',properties:{Name: '3', Address: '64 MACKAY PLACE, BAY RIDGE', Month: '5', Price: '1024'}, geometry: { type: 'Point', coordinates:[-74.03346845, 40.63649104]} },
{type: 'Feature',properties:{Name: '3', Address: '7020 RIDGECREST TERRACE, BAY RIDGE', Month: '6', Price: '1938'}, geometry: { type: 'Point', coordinates:[-74.03081283, 40.63606359]} },
{type: 'Feature',properties:{Name: '3', Address: '7036 PERRY TERRACE, BAY RIDGE', Month: '7', Price: '1938'}, geometry: { type: 'Point', coordinates:[-74.0300164, 40.63569875]} },
{type: 'Feature',properties:{Name: '3', Address: '7005 PERRY TERRACE, BAY RIDGE', Month: '12', Price: '1938'}, geometry: { type: 'Point', coordinates:[-74.02989401, 40.63594307]} },
{type: 'Feature',properties:{Name: '3', Address: '7108 BENNETT COURT, BAY RIDGE', Month: '4', Price: '1232'}, geometry: { type: 'Point', coordinates:[-74.02503986, 40.63348215]} },
{type: 'Feature',properties:{Name: '3', Address: '844 70TH STREET, BAY RIDGE', Month: '6', Price: '1650'}, geometry: { type: 'Point', coordinates:[-74.01429159, 40.62905939]} },
{type: 'Feature',properties:{Name: '3', Address: '860 70TH STREET, BAY RIDGE', Month: '1', Price: '1650'}, geometry: { type: 'Point', coordinates:[-74.01399614, 40.62888102]} },
{type: 'Feature',properties:{Name: '3', Address: '7116 8 AVENUE, BAY RIDGE', Month: '12', Price: '1024'}, geometry: { type: 'Point', coordinates:[-74.0162262, 40.62909207]} },
{type: 'Feature',properties:{Name: '3', Address: '880 71ST STREET, BAY RIDGE', Month: '3', Price: '1294'}, geometry: { type: 'Point', coordinates:[-74.01427338, 40.62814263]} },
{type: 'Feature',properties:{Name: '3', Address: '48 72ND STREET, BAY RIDGE', Month: '12', Price: '1500'}, geometry: { type: 'Point', coordinates:[-74.03567301, 40.63557911]} },
{type: 'Feature',properties:{Name: '3', Address: '46A 72ND STREET, BAY RIDGE', Month: '4', Price: '1150'}, geometry: { type: 'Point', coordinates:[-74.03564767, 40.63534855]} },
{type: 'Feature',properties:{Name: '3', Address: '107A 73RD STREET, BAY RIDGE', Month: '9', Price: '1400'}, geometry: { type: 'Point', coordinates:[-74.03328009, 40.63447642]} },
{type: 'Feature',properties:{Name: '3', Address: '231 73 STREET, BAY RIDGE', Month: '5', Price: '2250'}, geometry: { type: 'Point', coordinates:[-74.02893445, 40.63325067]} },
{type: 'Feature',properties:{Name: '3', Address: '39 74TH STREET, BAY RIDGE', Month: '1', Price: '2214'}, geometry: { type: 'Point', coordinates:[-74.03488309, 40.63391052]} },
{type: 'Feature',properties:{Name: '3', Address: '130 73RD STREET, BAY RIDGE', Month: '10', Price: '1508'}, geometry: { type: 'Point', coordinates:[-74.03222061, 40.63401011]} },
{type: 'Feature',properties:{Name: '3', Address: '132 73RD STREET, BAY RIDGE', Month: '5', Price: '1140'}, geometry: { type: 'Point', coordinates:[-74.03216656, 40.63399914]} },
{type: 'Feature',properties:{Name: '3', Address: '463 74TH STREET, BAY RIDGE', Month: '11', Price: '1332'}, geometry: { type: 'Point', coordinates:[-74.02328073, 40.63080086]} },
{type: 'Feature',properties:{Name: '3', Address: '463 74TH STREET, BAY RIDGE', Month: '12', Price: '1332'}, geometry: { type: 'Point', coordinates:[-74.02328073, 40.63080086]} },
{type: 'Feature',properties:{Name: '3', Address: '640 73RD STREET, BAY RIDGE', Month: '12', Price: '1194'}, geometry: { type: 'Point', coordinates:[-74.01854263, 40.62889959]} },
{type: 'Feature',properties:{Name: '3', Address: '52 74TH STREET, BAY RIDGE', Month: '12', Price: '1440'}, geometry: { type: 'Point', coordinates:[-74.03455157, 40.63381455]} },
{type: 'Feature',properties:{Name: '3', Address: '77 BAY RIDGE PARKWAY, BAY RIDGE', Month: '11', Price: '2068'}, geometry: { type: 'Point', coordinates:[-74.0341152, 40.63297203]} },
{type: 'Feature',properties:{Name: '3', Address: '51 BAY RIDGE PARKWAY, BAY RIDGE', Month: '12', Price: '1692'}, geometry: { type: 'Point', coordinates:[-74.03477459, 40.63312554]} },
{type: 'Feature',properties:{Name: '3', Address: '51 BAY RIDGE PARKWAY, BAY RIDGE', Month: '8', Price: '1692'}, geometry: { type: 'Point', coordinates:[-74.03477459, 40.63312554]} },
{type: 'Feature',properties:{Name: '3', Address: '416 74TH STREET, BAY RIDGE', Month: '6', Price: '3780'}, geometry: { type: 'Point', coordinates:[-74.02419236, 40.63121239]} },
{type: 'Feature',properties:{Name: '3', Address: '424 74TH STREET, BAY RIDGE', Month: '4', Price: '2640'}, geometry: { type: 'Point', coordinates:[-74.02402661, 40.63113557]} },
{type: 'Feature',properties:{Name: '3', Address: '428 74TH STREET, BAY RIDGE', Month: '11', Price: '2640'}, geometry: { type: 'Point', coordinates:[-74.02394734, 40.63109716]} },
{type: 'Feature',properties:{Name: '3', Address: '464 74TH STREET, BAY RIDGE', Month: '11', Price: '1760'}, geometry: { type: 'Point', coordinates:[-74.02321226, 40.63074873]} },
{type: 'Feature',properties:{Name: '3', Address: '471 BAY RIDGE PARKWAY, BAY RIDGE', Month: '6', Price: '2096'}, geometry: { type: 'Point', coordinates:[-74.02342815, 40.62997191]} },
{type: 'Feature',properties:{Name: '3', Address: '660 74TH STREET, BAY RIDGE', Month: '12', Price: '1444'}, geometry: { type: 'Point', coordinates:[-74.01853878, 40.62798283]} },
{type: 'Feature',properties:{Name: '3', Address: '651 BAY RIDGE PARKWAY, BAY RIDGE', Month: '1', Price: '1768'}, geometry: { type: 'Point', coordinates:[-74.01903574, 40.62732125]} },
{type: 'Feature',properties:{Name: '3', Address: '7525 SHORE ROAD, BAY RIDGE', Month: '5', Price: '1996'}, geometry: { type: 'Point', coordinates:[-74.03714537, 40.63331694]} },
{type: 'Feature',properties:{Name: '3', Address: '84 BAY RIDGE PARKWAY, BAY RIDGE', Month: '6', Price: '1560'}, geometry: { type: 'Point', coordinates:[-74.03392782, 40.63290896]} },
{type: 'Feature',properties:{Name: '3', Address: '51 76TH STREET, BAY RIDGE', Month: '6', Price: '1248'}, geometry: { type: 'Point', coordinates:[-74.03524622, 40.6324639]} },
{type: 'Feature',properties:{Name: '3', Address: '222 BAY RIDGE PARKWAY, BAY RIDGE', Month: '7', Price: '1836'}, geometry: { type: 'Point', coordinates:[-74.02965081, 40.63189731]} },
{type: 'Feature',properties:{Name: '3', Address: '221 76TH STREET, BAY RIDGE', Month: '5', Price: '3280'}, geometry: { type: 'Point', coordinates:[-74.02997475, 40.63121378]} },
{type: 'Feature',properties:{Name: '3', Address: '452 BAY RIDGE PARKWAY, BAY RIDGE', Month: '8', Price: '2658'}, geometry: { type: 'Point', coordinates:[-74.02373443, 40.63013653]} },
{type: 'Feature',properties:{Name: '3', Address: '571 76TH STREET, BAY RIDGE', Month: '12', Price: '1720'}, geometry: { type: 'Point', coordinates:[-74.02141716, 40.62778196]} },
{type: 'Feature',properties:{Name: '3', Address: '565 76TH STREET, BAY RIDGE', Month: '10', Price: '2700'}, geometry: { type: 'Point', coordinates:[-74.02151805, 40.62784232]} },
{type: 'Feature',properties:{Name: '3', Address: '641 76TH STREET, BAY RIDGE', Month: '2', Price: '2172'}, geometry: { type: 'Point', coordinates:[-74.01955431, 40.62666241]} },
{type: 'Feature',properties:{Name: '3', Address: '7618 COLONIAL ROAD, BAY RIDGE', Month: '3', Price: '1753'}, geometry: { type: 'Point', coordinates:[-74.03354177, 40.63182762]} },
{type: 'Feature',properties:{Name: '3', Address: '53 77TH STREET, BAY RIDGE', Month: '10', Price: '2074'}, geometry: { type: 'Point', coordinates:[-74.03553405, 40.63172821]} },
{type: 'Feature',properties:{Name: '3', Address: '221 77TH STREET, BAY RIDGE', Month: '9', Price: '3560'}, geometry: { type: 'Point', coordinates:[-74.03026985, 40.63048358]} },
{type: 'Feature',properties:{Name: '3', Address: '341 77TH STREET, BAY RIDGE', Month: '12', Price: '1739'}, geometry: { type: 'Point', coordinates:[-74.02719285, 40.62974875]} },
{type: 'Feature',properties:{Name: '3', Address: '339 77TH STREET, BAY RIDGE', Month: '1', Price: '1685'}, geometry: { type: 'Point', coordinates:[-74.02723248, 40.62975972]} },
{type: 'Feature',properties:{Name: '3', Address: '7608 6 AVENUE, BAY RIDGE', Month: '9', Price: '2286'}, geometry: { type: 'Point', coordinates:[-74.02067123, 40.62712609]} },
{type: 'Feature',properties:{Name: '3', Address: '525 77TH STREET, BAY RIDGE', Month: '11', Price: '1596'}, geometry: { type: 'Point', coordinates:[-74.02249063, 40.62751825]} },
{type: 'Feature',properties:{Name: '3', Address: '635 77TH STREET, BAY RIDGE', Month: '6', Price: '1666'}, geometry: { type: 'Point', coordinates:[-74.019972, 40.62600908]} },
{type: 'Feature',properties:{Name: '3', Address: '86 77TH STREET, BAY RIDGE', Month: '4', Price: '1700'}, geometry: { type: 'Point', coordinates:[-74.03465125, 40.63150341]} },
{type: 'Feature',properties:{Name: '3', Address: '85 78TH STREET, BAY RIDGE', Month: '3', Price: '1734'}, geometry: { type: 'Point', coordinates:[-74.03484181, 40.63076226]} },
{type: 'Feature',properties:{Name: '3', Address: '118 77TH STREET, BAY RIDGE', Month: '8', Price: '1376'}, geometry: { type: 'Point', coordinates:[-74.0329974, 40.63111414]} },
{type: 'Feature',properties:{Name: '3', Address: '120 77TH STREET, BAY RIDGE', Month: '3', Price: '1376'}, geometry: { type: 'Point', coordinates:[-74.03296137, 40.63110317]} },
{type: 'Feature',properties:{Name: '3', Address: '165 78TH STREET, BAY RIDGE', Month: '1', Price: '2574'}, geometry: { type: 'Point', coordinates:[-74.03240971, 40.63018931]} },
{type: 'Feature',properties:{Name: '3', Address: '139 78TH STREET, BAY RIDGE', Month: '5', Price: '1895'}, geometry: { type: 'Point', coordinates:[-74.03291054, 40.63030719]} },
{type: 'Feature',properties:{Name: '3', Address: '368 77TH STREET, BAY RIDGE', Month: '4', Price: '2595'}, geometry: { type: 'Point', coordinates:[-74.02665599, 40.62960615]} },
{type: 'Feature',properties:{Name: '3', Address: '546 77TH STREET, BAY RIDGE', Month: '3', Price: '1480'}, geometry: { type: 'Point', coordinates:[-74.0221339, 40.62728227]} },
{type: 'Feature',properties:{Name: '3', Address: '546 77TH STREET, BAY RIDGE', Month: '7', Price: '1480'}, geometry: { type: 'Point', coordinates:[-74.0221339, 40.62728227]} },
{type: 'Feature',properties:{Name: '3', Address: '552 77TH STREET, BAY RIDGE', Month: '7', Price: '1480'}, geometry: { type: 'Point', coordinates:[-74.02203301, 40.6272219]} },
{type: 'Feature',properties:{Name: '3', Address: '626 77TH STREET, BAY RIDGE', Month: '3', Price: '1680'}, geometry: { type: 'Point', coordinates:[-74.02016296, 40.62609963]} },
{type: 'Feature',properties:{Name: '3', Address: '635 78TH STREET, BAY RIDGE', Month: '2', Price: '1368'}, geometry: { type: 'Point', coordinates:[-74.02031042, 40.62529812]} },
{type: 'Feature',properties:{Name: '3', Address: '7815 COLONIAL ROAD, BAY RIDGE', Month: '3', Price: '1648'}, geometry: { type: 'Point', coordinates:[-74.03410667, 40.6303837]} },
{type: 'Feature',properties:{Name: '3', Address: '354 78TH STREET, BAY RIDGE', Month: '5', Price: '1320'}, geometry: { type: 'Point', coordinates:[-74.02701237, 40.62888967]} },
{type: 'Feature',properties:{Name: '3', Address: '360 78 STREET, BAY RIDGE', Month: '5', Price: '1320'}, geometry: { type: 'Point', coordinates:[-74.02687185, 40.62885677]} },
{type: 'Feature',properties:{Name: '3', Address: '372 78TH STREET, BAY RIDGE', Month: '5', Price: '1320'}, geometry: { type: 'Point', coordinates:[-74.02659803, 40.62879096]} },
{type: 'Feature',properties:{Name: '3', Address: '461 79TH STREET, BAY RIDGE', Month: '2', Price: '1684'}, geometry: { type: 'Point', coordinates:[-74.02486455, 40.62711428]} },
{type: 'Feature',properties:{Name: '3', Address: '421 79TH STREET, BAY RIDGE', Month: '10', Price: '1620'}, geometry: { type: 'Point', coordinates:[-74.02554918, 40.62751487]} },
{type: 'Feature',properties:{Name: '3', Address: '538 78TH STREET, BAY RIDGE', Month: '6', Price: '1632'}, geometry: { type: 'Point', coordinates:[-74.02256598, 40.62663716]} },
{type: 'Feature',properties:{Name: '3', Address: '36 79TH STREET, BAY RIDGE', Month: '12', Price: '1504'}, geometry: { type: 'Point', coordinates:[-74.03751509, 40.63088219]} },
{type: 'Feature',properties:{Name: '3', Address: '8009 HARBOR VIEW TERRACE, BAY RIDGE', Month: '11', Price: '3110'}, geometry: { type: 'Point', coordinates:[-74.03819911, 40.63001461]} },
{type: 'Feature',properties:{Name: '3', Address: '8016 NARROWS AVENUE, BAY RIDGE', Month: '1', Price: '2058'}, geometry: { type: 'Point', coordinates:[-74.03740267, 40.62957021]} },
{type: 'Feature',properties:{Name: '3', Address: '8029 HARBOR VIEW TERRACE, BAY RIDGE', Month: '5', Price: '3250'}, geometry: { type: 'Point', coordinates:[-74.03840057, 40.62951499]} },
{type: 'Feature',properties:{Name: '3', Address: '7913 NARROWS AVENUE, BAY RIDGE', Month: '11', Price: '1504'}, geometry: { type: 'Point', coordinates:[-74.03705366, 40.63036632]} },
{type: 'Feature',properties:{Name: '3', Address: '140 79TH STREET, BAY RIDGE', Month: '5', Price: '1344'}, geometry: { type: 'Point', coordinates:[-74.03342177, 40.6296181]} },
{type: 'Feature',properties:{Name: '3', Address: '154 79TH STREET, BAY RIDGE', Month: '9', Price: '1960'}, geometry: { type: 'Point', coordinates:[-74.03309389, 40.6295386]} },
{type: 'Feature',properties:{Name: '3', Address: '184 79TH STREET, BAY RIDGE', Month: '5', Price: '1408'}, geometry: { type: 'Point', coordinates:[-74.03239129, 40.62936862]} },
{type: 'Feature',properties:{Name: '3', Address: '191 80TH STREET, BAY RIDGE', Month: '1', Price: '2617'}, geometry: { type: 'Point', coordinates:[-74.03257467, 40.62862748]} },
{type: 'Feature',properties:{Name: '3', Address: '359 80TH STREET, BAY RIDGE', Month: '4', Price: '2040'}, geometry: { type: 'Point', coordinates:[-74.0277395, 40.62747593]} },
{type: 'Feature',properties:{Name: '3', Address: '451 80TH STREET, BAY RIDGE', Month: '2', Price: '1634'}, geometry: { type: 'Point', coordinates:[-74.02533624, 40.62648013]} },
{type: 'Feature',properties:{Name: '3', Address: '419 80 STREET, BAY RIDGE', Month: '6', Price: '2999'}, geometry: { type: 'Point', coordinates:[-74.02588394, 40.62680389]} },
{type: 'Feature',properties:{Name: '3', Address: '621 80TH STREET, BAY RIDGE', Month: '6', Price: '2010'}, geometry: { type: 'Point', coordinates:[-74.02109532, 40.62394754]} },
{type: 'Feature',properties:{Name: '3', Address: '92 80TH STREET, BAY RIDGE', Month: '1', Price: '1824'}, geometry: { type: 'Point', coordinates:[-74.03609484, 40.62944163]} },
{type: 'Feature',properties:{Name: '3', Address: '142 80 STREET, BAY RIDGE', Month: '4', Price: '2549'}, geometry: { type: 'Point', coordinates:[-74.03395462, 40.62893449]} },
{type: 'Feature',properties:{Name: '3', Address: '8019 RIDGE BLVD, BAY RIDGE', Month: '2', Price: '2436'}, geometry: { type: 'Point', coordinates:[-74.0320305, 40.62826532]} },
{type: 'Feature',properties:{Name: '3', Address: '365 81ST STREET, BAY RIDGE', Month: '4', Price: '1280'}, geometry: { type: 'Point', coordinates:[-74.02761668, 40.62664978]} },
{type: 'Feature',properties:{Name: '3', Address: '437 81ST STREET, BAY RIDGE', Month: '3', Price: '2530'}, geometry: { type: 'Point', coordinates:[-74.02579712, 40.62587068]} },
{type: 'Feature',properties:{Name: '3', Address: '8120 COLONIAL ROAD, BAY RIDGE', Month: '4', Price: '3133'}, geometry: { type: 'Point', coordinates:[-74.035035, 40.62816288]} },
{type: 'Feature',properties:{Name: '3', Address: '364 81ST STREET, BAY RIDGE', Month: '6', Price: '1328'}, geometry: { type: 'Point', coordinates:[-74.02769593, 40.62664976]} },
{type: 'Feature',properties:{Name: '3', Address: '8205 SHORE ROAD, BAY RIDGE', Month: '9', Price: '5621'}, geometry: { type: 'Point', coordinates:[-74.03989512, 40.62860047]} },
{type: 'Feature',properties:{Name: '3', Address: '8219 NARROWS AVENUE, BAY RIDGE', Month: '8', Price: '2320'}, geometry: { type: 'Point', coordinates:[-74.03798546, 40.62809058]} },
{type: 'Feature',properties:{Name: '3', Address: '102 82ND STREET, BAY RIDGE', Month: '1', Price: '1588'}, geometry: { type: 'Point', coordinates:[-74.03613721, 40.62784964]} },
{type: 'Feature',properties:{Name: '3', Address: '116 82ND STREET, BAY RIDGE', Month: '10', Price: '2160'}, geometry: { type: 'Point', coordinates:[-74.03575169, 40.62775918]} },
{type: 'Feature',properties:{Name: '3', Address: '8525 SHORE ROAD, BAY RIDGE', Month: '5', Price: '3391'}, geometry: { type: 'Point', coordinates:[-74.04068256, 40.62608047]} },
{type: 'Feature',properties:{Name: '3', Address: '161 84TH STREET, BAY RIDGE', Month: '1', Price: '2879'}, geometry: { type: 'Point', coordinates:[-74.03423408, 40.62592338]} },
{type: 'Feature',properties:{Name: '3', Address: '161 84TH STREET, BAY RIDGE', Month: '11', Price: '2879'}, geometry: { type: 'Point', coordinates:[-74.03423408, 40.62592338]} },
{type: 'Feature',properties:{Name: '3', Address: '312 83RD STREET, BAY RIDGE', Month: '10', Price: '1456'}, geometry: { type: 'Point', coordinates:[-74.02951109, 40.62552669]} },
{type: 'Feature',properties:{Name: '3', Address: '339 84TH STREET, BAY RIDGE', Month: '9', Price: '1626'}, geometry: { type: 'Point', coordinates:[-74.02931982, 40.6247582]} },
{type: 'Feature',properties:{Name: '3', Address: '667 84TH STREET, BAY RIDGE', Month: '9', Price: '1448'}, geometry: { type: 'Point', coordinates:[-74.02127071, 40.62041222]} },
{type: 'Feature',properties:{Name: '3', Address: '661 84TH STREET, BAY RIDGE', Month: '2', Price: '1448'}, geometry: { type: 'Point', coordinates:[-74.02141122, 40.62049728]} },
{type: 'Feature',properties:{Name: '3', Address: '659 84TH STREET, BAY RIDGE', Month: '10', Price: '1703'}, geometry: { type: 'Point', coordinates:[-74.02145805, 40.62052472]} },
{type: 'Feature',properties:{Name: '3', Address: '8411 COLONIAL ROAD, BAY RIDGE', Month: '10', Price: '1752'}, geometry: { type: 'Point', coordinates:[-74.03584088, 40.62613149]} },
{type: 'Feature',properties:{Name: '3', Address: '142 84TH STREET, BAY RIDGE', Month: '1', Price: '1352'}, geometry: { type: 'Point', coordinates:[-74.03458715, 40.62598915]} },
{type: 'Feature',properties:{Name: '3', Address: '157 85TH STREET, BAY RIDGE', Month: '8', Price: '2208'}, geometry: { type: 'Point', coordinates:[-74.03459398, 40.62525903]} },
{type: 'Feature',properties:{Name: '3', Address: '147 85TH STREET, BAY RIDGE', Month: '10', Price: '4518'}, geometry: { type: 'Point', coordinates:[-74.03478493, 40.62530289]} },
{type: 'Feature',properties:{Name: '3', Address: '67 86TH STREET, BAY RIDGE', Month: '6', Price: '3034'}, geometry: { type: 'Point', coordinates:[-74.03776399, 40.62506041]} },
{type: 'Feature',properties:{Name: '3', Address: '53 86TH STREET, BAY RIDGE', Month: '6', Price: '3034'}, geometry: { type: 'Point', coordinates:[-74.03817472, 40.62515634]} },
{type: 'Feature',properties:{Name: '3', Address: '468 85TH ST, BAY RIDGE', Month: '1', Price: '2516'}, geometry: { type: 'Point', coordinates:[-74.02653434, 40.62265637]} },
{type: 'Feature',properties:{Name: '3', Address: '717 86 STREET, BAY RIDGE', Month: '11', Price: '1596'}, geometry: { type: 'Point', coordinates:[-74.02143943, 40.61861435]} },
{type: 'Feature',properties:{Name: '3', Address: '711 86TH STREET, BAY RIDGE', Month: '6', Price: '1596'}, geometry: { type: 'Point', coordinates:[-74.02160516, 40.61871039]} },
{type: 'Feature',properties:{Name: '3', Address: '709 86TH STREET, BAY RIDGE', Month: '3', Price: '1596'}, geometry: { type: 'Point', coordinates:[-74.0216592, 40.61874331]} },
{type: 'Feature',properties:{Name: '3', Address: '8621 SHORE ROAD, BAY RIDGE', Month: '10', Price: '1560'}, geometry: { type: 'Point', coordinates:[-74.0406894, 40.62548485]} },
{type: 'Feature',properties:{Name: '3', Address: '337 87TH STREET, BAY RIDGE', Month: '6', Price: '2040'}, geometry: { type: 'Point', coordinates:[-74.03025181, 40.62247429]} },
{type: 'Feature',properties:{Name: '3', Address: '66 87TH STREET, BAY RIDGE', Month: '12', Price: '4267'}, geometry: { type: 'Point', coordinates:[-74.03806977, 40.62431098]} },
{type: 'Feature',properties:{Name: '3', Address: '80 87TH STREET, BAY RIDGE', Month: '12', Price: '1854'}, geometry: { type: 'Point', coordinates:[-74.03768426, 40.62421778]} },
{type: 'Feature',properties:{Name: '3', Address: '81 88TH STREET, BAY RIDGE', Month: '2', Price: '2066'}, geometry: { type: 'Point', coordinates:[-74.03788561, 40.62353701]} },
{type: 'Feature',properties:{Name: '3', Address: '37 88TH STREET, BAY RIDGE', Month: '7', Price: '1520'}, geometry: { type: 'Point', coordinates:[-74.03906733, 40.62381933]} },
{type: 'Feature',properties:{Name: '3', Address: '171 88TH STREET, BAY RIDGE', Month: '5', Price: '2640'}, geometry: { type: 'Point', coordinates:[-74.03516191, 40.6228901]} },
{type: 'Feature',properties:{Name: '3', Address: '256 87TH STREET, BAY RIDGE', Month: '3', Price: '1505'}, geometry: { type: 'Point', coordinates:[-74.03220445, 40.62291842]} },
{type: 'Feature',properties:{Name: '3', Address: '260 87TH STREET, BAY RIDGE', Month: '1', Price: '1440'}, geometry: { type: 'Point', coordinates:[-74.032136, 40.62290471]} },
{type: 'Feature',properties:{Name: '3', Address: '313 88TH STREET, BAY RIDGE', Month: '10', Price: '1176'}, geometry: { type: 'Point', coordinates:[-74.03122057, 40.62195801]} },
{type: 'Feature',properties:{Name: '3', Address: '34 GATLING PLACE, BAY RIDGE', Month: '7', Price: '943'}, geometry: { type: 'Point', coordinates:[-74.0242925, 40.61927528]} },
{type: 'Feature',properties:{Name: '3', Address: '53 89 STREET, BAY RIDGE', Month: '2', Price: '1312'}, geometry: { type: 'Point', coordinates:[-74.03887594, 40.6230234]} },
{type: 'Feature',properties:{Name: '3', Address: '45 89TH STREET, BAY RIDGE', Month: '2', Price: '1312'}, geometry: { type: 'Point', coordinates:[-74.03901285, 40.62305629]} },
{type: 'Feature',properties:{Name: '3', Address: '248 89TH STREET, BAY RIDGE', Month: '5', Price: '1440'}, geometry: { type: 'Point', coordinates:[-74.03319445, 40.62165828]} },
{type: 'Feature',properties:{Name: '3', Address: '46 GATLING PLACE, BAY RIDGE', Month: '2', Price: '1749'}, geometry: { type: 'Point', coordinates:[-74.02472457, 40.6187921]} },
{type: 'Feature',properties:{Name: '3', Address: '626 88TH STREET, BAY RIDGE', Month: '11', Price: '880'}, geometry: { type: 'Point', coordinates:[-74.02346012, 40.61844103]} },
{type: 'Feature',properties:{Name: '3', Address: '44 89TH STREET, BAY RIDGE', Month: '4', Price: '1650'}, geometry: { type: 'Point', coordinates:[-74.03908129, 40.62305352]} },
{type: 'Feature',properties:{Name: '3', Address: '8909 SHORE COURT, BAY RIDGE', Month: '10', Price: '1761'}, geometry: { type: 'Point', coordinates:[-74.03874254, 40.62281759]} },
{type: 'Feature',properties:{Name: '3', Address: '9021 RIDGE BOULEVARD, BAY RIDGE', Month: '4', Price: '1248'}, geometry: { type: 'Point', coordinates:[-74.03495565, 40.62111703]} },
{type: 'Feature',properties:{Name: '3', Address: '238 90TH STREET, BAY RIDGE', Month: '7', Price: '1342'}, geometry: { type: 'Point', coordinates:[-74.03375609, 40.62104602]} },
{type: 'Feature',properties:{Name: '3', Address: '246 90TH STREET, BAY RIDGE', Month: '9', Price: '1336'}, geometry: { type: 'Point', coordinates:[-74.03360117, 40.62101039]} },
{type: 'Feature',properties:{Name: '3', Address: '154 91ST STREET, BAY RIDGE', Month: '12', Price: '1408'}, geometry: { type: 'Point', coordinates:[-74.03640723, 40.62092444]} },
{type: 'Feature',properties:{Name: '3', Address: '265 92ND STREET, BAY RIDGE', Month: '3', Price: '2255'}, geometry: { type: 'Point', coordinates:[-74.03380577, 40.61958029]} },
{type: 'Feature',properties:{Name: '3', Address: '641 92ND STREET, BAY RIDGE', Month: '10', Price: '1040'}, geometry: { type: 'Point', coordinates:[-74.02501158, 40.61569866]} },
{type: 'Feature',properties:{Name: '3', Address: '637 92ND STREET, BAY RIDGE', Month: '4', Price: '1040'}, geometry: { type: 'Point', coordinates:[-74.02519171, 40.6157892]} },
{type: 'Feature',properties:{Name: '3', Address: '637 92ND STREET, BAY RIDGE', Month: '1', Price: '1040'}, geometry: { type: 'Point', coordinates:[-74.02519171, 40.6157892]} },
{type: 'Feature',properties:{Name: '3', Address: '249 93RD STREET, BAY RIDGE', Month: '10', Price: '1600'}, geometry: { type: 'Point', coordinates:[-74.0343854, 40.61897077]} },
{type: 'Feature',properties:{Name: '3', Address: '227 93RD STREET, BAY RIDGE', Month: '8', Price: '2205'}, geometry: { type: 'Point', coordinates:[-74.03480689, 40.61906946]} },
{type: 'Feature',properties:{Name: '3', Address: '9314 RIDGE BOULEVARD, BAY RIDGE', Month: '11', Price: '2520'}, geometry: { type: 'Point', coordinates:[-74.03579028, 40.61910759]} },
{type: 'Feature',properties:{Name: '3', Address: '9301 RIDGE BLVD, BAY RIDGE', Month: '8', Price: '1760'}, geometry: { type: 'Point', coordinates:[-74.03574349, 40.61917073]} },
{type: 'Feature',properties:{Name: '3', Address: '218 93RD STREET, BAY RIDGE', Month: '10', Price: '1990'}, geometry: { type: 'Point', coordinates:[-74.034969, 40.61909137]} },
{type: 'Feature',properties:{Name: '3', Address: '224 93RD STREET, BAY RIDGE', Month: '5', Price: '1204'}, geometry: { type: 'Point', coordinates:[-74.03485372, 40.61906396]} },
{type: 'Feature',properties:{Name: '3', Address: '331 94TH STREET, BAY RIDGE', Month: '9', Price: '1088'}, geometry: { type: 'Point', coordinates:[-74.03238192, 40.61747544]} },
{type: 'Feature',properties:{Name: '3', Address: '9318 LAFAYETTE WALK, BAY RIDGE', Month: '5', Price: '910'}, geometry: { type: 'Point', coordinates:[-74.03165793, 40.61748937]} },
{type: 'Feature',properties:{Name: '3', Address: '9316 FORT HAMILTON PARKWA, BAY RIDGE', Month: '8', Price: '1284'}, geometry: { type: 'Point', coordinates:[-74.02828228, 40.61613707]} },
{type: 'Feature',properties:{Name: '3', Address: '545 94TH STREET, BAY RIDGE', Month: '4', Price: '1080'}, geometry: { type: 'Point', coordinates:[-74.02932676, 40.61595016]} },
{type: 'Feature',properties:{Name: '3', Address: '211 96TH ST, BAY RIDGE', Month: '3', Price: '1632'}, geometry: { type: 'Point', coordinates:[-74.03546856, 40.61696126]} },
{type: 'Feature',properties:{Name: '3', Address: '9417 WOGAN TERRACE, BAY RIDGE', Month: '5', Price: '1104'}, geometry: { type: 'Point', coordinates:[-74.02988872, 40.61609549]} },
{type: 'Feature',properties:{Name: '3', Address: '9411 WOGAN TERRACE, BAY RIDGE', Month: '3', Price: '1104'}, geometry: { type: 'Point', coordinates:[-74.02987792, 40.61610922]} },
{type: 'Feature',properties:{Name: '3', Address: '347 97TH STREET, BAY RIDGE', Month: '1', Price: '1238'}, geometry: { type: 'Point', coordinates:[-74.03283462, 40.61514224]} },
{type: 'Feature',properties:{Name: '3', Address: '9540 FT HAMILTON PARKWAY, BAY RIDGE', Month: '2', Price: '1473'}, geometry: { type: 'Point', coordinates:[-74.02974391, 40.61443218]} },
{type: 'Feature',properties:{Name: '3', Address: '127 97TH STREET, BAY RIDGE', Month: '4', Price: '2060'}, geometry: { type: 'Point', coordinates:[-74.0368689, 40.61547314]} },
{type: 'Feature',properties:{Name: '3', Address: '340 97TH STREET, BAY RIDGE', Month: '2', Price: '1260'}, geometry: { type: 'Point', coordinates:[-74.03311203, 40.61526019]} },
{type: 'Feature',properties:{Name: '3', Address: '9712 BARWELL TERRACE, BAY RIDGE', Month: '1', Price: '980'}, geometry: { type: 'Point', coordinates:[-74.03347214, 40.6151201]} },
{type: 'Feature',properties:{Name: '3', Address: '9709 BARWELL TERRACE, BAY RIDGE', Month: '5', Price: '980'}, geometry: { type: 'Point', coordinates:[-74.03340734, 40.61517227]} },
{type: 'Feature',properties:{Name: '3', Address: '167 98 STREET, BAY RIDGE', Month: '11', Price: '1504'}, geometry: { type: 'Point', coordinates:[-74.03545681, 40.61518538]} },
{type: 'Feature',properties:{Name: '3', Address: '129 99TH STREET, BAY RIDGE', Month: '1', Price: '2758'}, geometry: { type: 'Point', coordinates:[-74.03617302, 40.61415037]} },
{type: 'Feature',properties:{Name: '3', Address: '333 99TH STREET, BAY RIDGE', Month: '5', Price: '1737'}, geometry: { type: 'Point', coordinates:[-74.03426396, 40.61395882]} },
{type: 'Feature',properties:{Name: '3', Address: '415 99TH STREET, BAY RIDGE', Month: '6', Price: '652'}, geometry: { type: 'Point', coordinates:[-74.0327112, 40.61318524]} },
{type: 'Feature',properties:{Name: '3', Address: '432 MARINE AVENUE, BAY RIDGE', Month: '10', Price: '1410'}, geometry: { type: 'Point', coordinates:[-74.03171008, 40.6135396]} },
{type: 'Feature',properties:{Name: '3', Address: '434 MARINE AVENUE, BAY RIDGE', Month: '9', Price: '1410'}, geometry: { type: 'Point', coordinates:[-74.03166325, 40.61351491]} },
{type: 'Feature',properties:{Name: '3', Address: '439 99TH STREET, BAY RIDGE', Month: '1', Price: '1680'}, geometry: { type: 'Point', coordinates:[-74.03240498, 40.61303162]} },
{type: 'Feature',properties:{Name: '3', Address: '436 100TH STREET, BAY RIDGE', Month: '1', Price: '1554'}, geometry: { type: 'Point', coordinates:[-74.03292335, 40.61246879]} },
{type: 'Feature',properties:{Name: '3', Address: '1 JACKSON COURT, BAY RIDGE', Month: '11', Price: '1782'}, geometry: { type: 'Point', coordinates:[-74.03307776, 40.61152728]} },
{type: 'Feature',properties:{Name: '3', Address: '258 BATTERY AVENUE, BAY RIDGE', Month: '10', Price: '2072'}, geometry: { type: 'Point', coordinates:[-74.02608408, 40.61348337]} },
{type: 'Feature',properties:{Name: '3', Address: '157 BATTERY AVENUE, BAY RIDGE', Month: '11', Price: '2121'}, geometry: { type: 'Point', coordinates:[-74.02495743, 40.61537478]} },
{type: 'Feature',properties:{Name: '3', Address: '293 BATTERY AVENUE, BAY RIDGE', Month: '5', Price: '1384'}, geometry: { type: 'Point', coordinates:[-74.02647613, 40.61211912]} },
{type: 'Feature',properties:{Name: '3', Address: '834 67TH STREET, BAY RIDGE', Month: '12', Price: '1905'}, geometry: { type: 'Point', coordinates:[-74.01286532, 40.63095621]} },
{type: 'Feature',properties:{Name: '3', Address: '802 68TH STREET, BAY RIDGE', Month: '2', Price: '2622'}, geometry: { type: 'Point', coordinates:[-74.01419469, 40.63082705]} },
{type: 'Feature',properties:{Name: '3', Address: '6812 FORT HAMILTON PARKWA, BAY RIDGE', Month: '1', Price: '3300'}, geometry: { type: 'Point', coordinates:[-74.01160403, 40.6290542]} },
{type: 'Feature',properties:{Name: '3', Address: '233 61ST STREET, BAY RIDGE', Month: '8', Price: '2660'}, geometry: { type: 'Point', coordinates:[-74.0225533, 40.64240322]} },
{type: 'Feature',properties:{Name: '3', Address: '225 61ST STREET, BAY RIDGE', Month: '6', Price: '2660'}, geometry: { type: 'Point', coordinates:[-74.02267584, 40.64247731]} },
{type: 'Feature',properties:{Name: '3', Address: '240 61ST STREET, BAY RIDGE', Month: '5', Price: '3264'}, geometry: { type: 'Point', coordinates:[-74.02244517, 40.64231541]} },
{type: 'Feature',properties:{Name: '3', Address: '274 61ST STREET, BAY RIDGE', Month: '3', Price: '3444'}, geometry: { type: 'Point', coordinates:[-74.02192619, 40.64199986]} },
{type: 'Feature',properties:{Name: '3', Address: '262 62ND STREET, BAY RIDGE', Month: '3', Price: '2024'}, geometry: { type: 'Point', coordinates:[-74.02270075, 40.64154956]} },
{type: 'Feature',properties:{Name: '3', Address: '529 66TH STREET, BAY RIDGE', Month: '6', Price: '2130'}, geometry: { type: 'Point', coordinates:[-74.01892642, 40.63561876]} },
{type: 'Feature',properties:{Name: '3', Address: '715 66TH STREET, BAY RIDGE', Month: '7', Price: '1650'}, geometry: { type: 'Point', coordinates:[-74.01464549, 40.63292675]} },
{type: 'Feature',properties:{Name: '3', Address: '709 66TH STREET, BAY RIDGE', Month: '10', Price: '1620'}, geometry: { type: 'Point', coordinates:[-74.01473197, 40.63297889]} },
{type: 'Feature',properties:{Name: '3', Address: '6653 COLONIAL ROAD, BAY RIDGE', Month: '10', Price: '2076'}, geometry: { type: 'Point', coordinates:[-74.02960051, 40.64033206]} },
{type: 'Feature',properties:{Name: '3', Address: '6640 SEDGWICK PLACE, BAY RIDGE', Month: '11', Price: '1440'}, geometry: { type: 'Point', coordinates:[-74.02874281, 40.64001113]} },
{type: 'Feature',properties:{Name: '3', Address: '212 WAKEMAN PLACE, BAY RIDGE', Month: '10', Price: '1260'}, geometry: { type: 'Point', coordinates:[-74.02640757, 40.63910866]} },
{type: 'Feature',properties:{Name: '3', Address: '122 67TH STREET, BAY RIDGE', Month: '9', Price: '2128'}, geometry: { type: 'Point', coordinates:[-74.0296974, 40.63943998]} },
{type: 'Feature',properties:{Name: '3', Address: '218 67TH STREET, BAY RIDGE', Month: '12', Price: '1872'}, geometry: { type: 'Point', coordinates:[-74.02692258, 40.63851567]} },
{type: 'Feature',properties:{Name: '3', Address: '236 67TH STREET, BAY RIDGE', Month: '12', Price: '2952'}, geometry: { type: 'Point', coordinates:[-74.02659825, 40.63838399]} },
{type: 'Feature',properties:{Name: '3', Address: '343 SENATOR STREET, BAY RIDGE', Month: '11', Price: '3120'}, geometry: { type: 'Point', coordinates:[-74.02431685, 40.63668273]} },
{type: 'Feature',properties:{Name: '3', Address: '318 SENATOR STREET, BAY RIDGE', Month: '6', Price: '3120'}, geometry: { type: 'Point', coordinates:[-74.02476729, 40.63684457]} },
{type: 'Feature',properties:{Name: '3', Address: '517 SENATOR STREET, BAY RIDGE', Month: '1', Price: '2540'}, geometry: { type: 'Point', coordinates:[-74.01982681, 40.63445757]} },
{type: 'Feature',properties:{Name: '3', Address: '582 SENATOR STREET, BAY RIDGE', Month: '11', Price: '2616'}, geometry: { type: 'Point', coordinates:[-74.01863051, 40.63398017]} },
{type: 'Feature',properties:{Name: '3', Address: '621 68TH STREET, BAY RIDGE', Month: '1', Price: '2360'}, geometry: { type: 'Point', coordinates:[-74.01757094, 40.63272872]} },
{type: 'Feature',properties:{Name: '3', Address: '724 67TH STREET, BAY RIDGE', Month: '2', Price: '2360'}, geometry: { type: 'Point', coordinates:[-74.01488311, 40.63217465]} },
{type: 'Feature',properties:{Name: '3', Address: '730 67TH STREET, BAY RIDGE', Month: '7', Price: '2360'}, geometry: { type: 'Point', coordinates:[-74.01481105, 40.63213074]} },
{type: 'Feature',properties:{Name: '3', Address: '719 68TH STREET, BAY RIDGE', Month: '4', Price: '2300'}, geometry: { type: 'Point', coordinates:[-74.01518558, 40.63143901]} },
{type: 'Feature',properties:{Name: '3', Address: '35 BAY RIDGE AVENUE, BAY RIDGE', Month: '2', Price: '2560'}, geometry: { type: 'Point', coordinates:[-74.03452151, 40.63837914]} },
{type: 'Feature',properties:{Name: '3', Address: '6815 COLONIAL ROAD, BAY RIDGE', Month: '4', Price: '2038'}, geometry: { type: 'Point', coordinates:[-74.03102987, 40.63791352]} },
{type: 'Feature',properties:{Name: '3', Address: '6804 MADELINE COURT, BAY RIDGE', Month: '10', Price: '1192'}, geometry: { type: 'Point', coordinates:[-74.02741202, 40.63709375]} },
{type: 'Feature',properties:{Name: '3', Address: '365 BAY RIDGE AVENUE, BAY RIDGE', Month: '10', Price: '2140'}, geometry: { type: 'Point', coordinates:[-74.02450361, 40.63506326]} },
{type: 'Feature',properties:{Name: '3', Address: '333 BAY RIDGE AVENUE, BAY RIDGE', Month: '1', Price: '2722'}, geometry: { type: 'Point', coordinates:[-74.02508018, 40.63532115]} },
{type: 'Feature',properties:{Name: '3', Address: '6807 7 AVENUE, BAY RIDGE', Month: '12', Price: '2172'}, geometry: { type: 'Point', coordinates:[-74.01579449, 40.63162283]} },
{type: 'Feature',properties:{Name: '3', Address: '6805 7 AVENUE, BAY RIDGE', Month: '9', Price: '2172'}, geometry: { type: 'Point', coordinates:[-74.01579089, 40.63163381]} },
{type: 'Feature',properties:{Name: '3', Address: '728 68TH STREET, BAY RIDGE', Month: '10', Price: '2080'}, geometry: { type: 'Point', coordinates:[-74.01504505, 40.63133198]} },
{type: 'Feature',properties:{Name: '3', Address: '31 70TH STREET, BAY RIDGE', Month: '6', Price: '3685'}, geometry: { type: 'Point', coordinates:[-74.03483102, 40.63769834]} },
{type: 'Feature',properties:{Name: '3', Address: '25 70TH STREET, BAY RIDGE', Month: '4', Price: '2997'}, geometry: { type: 'Point', coordinates:[-74.03504364, 40.63776415]} },
{type: 'Feature',properties:{Name: '3', Address: '142 BAY RIDGE AVENUE, BAY RIDGE', Month: '3', Price: '3146'}, geometry: { type: 'Point', coordinates:[-74.03044579, 40.63709299]} },
{type: 'Feature',properties:{Name: '3', Address: '163 70TH STREET, BAY RIDGE', Month: '2', Price: '2202'}, geometry: { type: 'Point', coordinates:[-74.03017518, 40.63625315]} },
{type: 'Feature',properties:{Name: '3', Address: '457 OVINGTON AVENUE, BAY RIDGE', Month: '4', Price: '4027'}, geometry: { type: 'Point', coordinates:[-74.02249611, 40.63310115]} },
{type: 'Feature',properties:{Name: '3', Address: '560 BAY RIDGE AVENUE, BAY RIDGE', Month: '10', Price: '992'}, geometry: { type: 'Point', coordinates:[-74.01923902, 40.63264885]} },
{type: 'Feature',properties:{Name: '3', Address: '6919 6 AVENUE, BAY RIDGE', Month: '3', Price: '2868'}, geometry: { type: 'Point', coordinates:[-74.01861918, 40.63208353]} },
{type: 'Feature',properties:{Name: '3', Address: '6921 7 AVENUE, BAY RIDGE', Month: '5', Price: '2400'}, geometry: { type: 'Point', coordinates:[-74.01612214, 40.63081307]} },
{type: 'Feature',properties:{Name: '3', Address: '857 70TH STREET, BAY RIDGE', Month: '10', Price: '2200'}, geometry: { type: 'Point', coordinates:[-74.01403577, 40.62892493]} },
{type: 'Feature',properties:{Name: '3', Address: '857 70TH STREET, BAY RIDGE', Month: '5', Price: '2200'}, geometry: { type: 'Point', coordinates:[-74.01403577, 40.62892493]} },
{type: 'Feature',properties:{Name: '3', Address: '65 71ST STREET, BAY RIDGE', Month: '6', Price: '2344'}, geometry: { type: 'Point', coordinates:[-74.03402304, 40.6359529]} },
{type: 'Feature',properties:{Name: '3', Address: '7029 PERRY TERRACE, BAY RIDGE', Month: '2', Price: '2147'}, geometry: { type: 'Point', coordinates:[-74.02996959, 40.6357564]} },
{type: 'Feature',properties:{Name: '3', Address: '230 OVINGTON AVENUE, BAY RIDGE', Month: '9', Price: '3770'}, geometry: { type: 'Point', coordinates:[-74.02872637, 40.63530657]} },
{type: 'Feature',properties:{Name: '3', Address: '265 71 STREET, BAY RIDGE', Month: '10', Price: '2796'}, geometry: { type: 'Point', coordinates:[-74.02772799, 40.63445593]} },
{type: 'Feature',properties:{Name: '3', Address: '265 71ST STREET, BAY RIDGE', Month: '9', Price: '2796'}, geometry: { type: 'Point', coordinates:[-74.02772799, 40.63445593]} },
{type: 'Feature',properties:{Name: '3', Address: '237 71ST STREET, BAY RIDGE', Month: '10', Price: '2796'}, geometry: { type: 'Point', coordinates:[-74.02826128, 40.63458481]} },
{type: 'Feature',properties:{Name: '3', Address: '7106 NARROWS AVENUE, BAY RIDGE', Month: '1', Price: '3212'}, geometry: { type: 'Point', coordinates:[-74.03478689, 40.63597737]} },
{type: 'Feature',properties:{Name: '3', Address: '7110 NARROWS AVENUE, BAY RIDGE', Month: '3', Price: '3212'}, geometry: { type: 'Point', coordinates:[-74.03479408, 40.63595816]} },
{type: 'Feature',properties:{Name: '3', Address: '35 72ND STREET, BAY RIDGE', Month: '3', Price: '3135'}, geometry: { type: 'Point', coordinates:[-74.0359649, 40.6356641]} },
{type: 'Feature',properties:{Name: '3', Address: '7124 RIDGE BOULEVARD, BAY RIDGE', Month: '11', Price: '2432'}, geometry: { type: 'Point', coordinates:[-74.02945746, 40.63462019]} },
{type: 'Feature',properties:{Name: '3', Address: '7102 3 AVENUE, BAY RIDGE', Month: '6', Price: '4800'}, geometry: { type: 'Point', coordinates:[-74.02673344, 40.63408837]} },
{type: 'Feature',properties:{Name: '3', Address: '323 72ND STREET, BAY RIDGE', Month: '9', Price: '3180'}, geometry: { type: 'Point', coordinates:[-74.02630802, 40.63337482]} },
{type: 'Feature',properties:{Name: '3', Address: '459 72ND STREET, BAY RIDGE', Month: '9', Price: '2760'}, geometry: { type: 'Point', coordinates:[-74.02282006, 40.63220629]} },
{type: 'Feature',properties:{Name: '3', Address: '578 OVINGTON AVENUE, BAY RIDGE', Month: '2', Price: '3192'}, geometry: { type: 'Point', coordinates:[-74.01948734, 40.6317046]} },
{type: 'Feature',properties:{Name: '3', Address: '553 72 STREET, BAY RIDGE', Month: '6', Price: '3120'}, geometry: { type: 'Point', coordinates:[-74.02039144, 40.63108412]} },
{type: 'Feature',properties:{Name: '3', Address: '7008 8TH AVENUE, BAY RIDGE', Month: '6', Price: '1944'}, geometry: { type: 'Point', coordinates:[-74.0156175, 40.62968228]} },
{type: 'Feature',properties:{Name: '3', Address: '7014 8 AVENUE, BAY RIDGE', Month: '2', Price: '1944'}, geometry: { type: 'Point', coordinates:[-74.01564271, 40.62965758]} },
{type: 'Feature',properties:{Name: '3', Address: '818 70TH STREET, BAY RIDGE', Month: '7', Price: '2092'}, geometry: { type: 'Point', coordinates:[-74.0147672, 40.62934753]} },
{type: 'Feature',properties:{Name: '3', Address: '818 70TH STREET, BAY RIDGE', Month: '2', Price: '2092'}, geometry: { type: 'Point', coordinates:[-74.0147672, 40.62934753]} },
{type: 'Feature',properties:{Name: '3', Address: '854 70TH STREET, BAY RIDGE', Month: '5', Price: '1650'}, geometry: { type: 'Point', coordinates:[-74.01410423, 40.62894962]} },
{type: 'Feature',properties:{Name: '3', Address: '816 71 STREET, BAY RIDGE', Month: '11', Price: '3600'}, geometry: { type: 'Point', coordinates:[-74.01541555, 40.62883143]} },
{type: 'Feature',properties:{Name: '3', Address: '884 71ST STREET, BAY RIDGE', Month: '4', Price: '1294'}, geometry: { type: 'Point', coordinates:[-74.01420132, 40.62809873]} },
{type: 'Feature',properties:{Name: '3', Address: '7220 72ND COURT, BAY RIDGE', Month: '3', Price: '2620'}, geometry: { type: 'Point', coordinates:[-74.03656658, 40.6356447]} },
{type: 'Feature',properties:{Name: '3', Address: '7208 NARROWS AVENUE, BAY RIDGE', Month: '6', Price: '3085'}, geometry: { type: 'Point', coordinates:[-74.03509275, 40.63522795]} },
{type: 'Feature',properties:{Name: '3', Address: '7302 NARROWS AVENUE, BAY RIDGE', Month: '7', Price: '2600'}, geometry: { type: 'Point', coordinates:[-74.03534463, 40.63461853]} },
{type: 'Feature',properties:{Name: '3', Address: '63 73RD STREET, BAY RIDGE', Month: '3', Price: '2608'}, geometry: { type: 'Point', coordinates:[-74.03478619, 40.63463517]} },
{type: 'Feature',properties:{Name: '3', Address: '261 73RD STREET, BAY RIDGE', Month: '5', Price: '3120'}, geometry: { type: 'Point', coordinates:[-74.02835793, 40.63311358]} },
{type: 'Feature',properties:{Name: '3', Address: '322 72ND STREET, BAY RIDGE', Month: '8', Price: '3120'}, geometry: { type: 'Point', coordinates:[-74.02627559, 40.63335013]} },
{type: 'Feature',properties:{Name: '3', Address: '348 72ND STREET, BAY RIDGE', Month: '8', Price: '3120'}, geometry: { type: 'Point', coordinates:[-74.02550811, 40.63316914]} },
{type: 'Feature',properties:{Name: '3', Address: '461 73RD STREET, BAY RIDGE', Month: '11', Price: '2970'}, geometry: { type: 'Point', coordinates:[-74.02307201, 40.63149259]} },
{type: 'Feature',properties:{Name: '3', Address: '447 73RD STREET, BAY RIDGE', Month: '7', Price: '2970'}, geometry: { type: 'Point', coordinates:[-74.02332064, 40.63161057]} },
{type: 'Feature',properties:{Name: '3', Address: '429 73RD STREET, BAY RIDGE', Month: '11', Price: '2970'}, geometry: { type: 'Point', coordinates:[-74.02364134, 40.63176146]} },
{type: 'Feature',properties:{Name: '3', Address: '7209 6TH AVE, BAY RIDGE', Month: '7', Price: '1760'}, geometry: { type: 'Point', coordinates:[-74.01946523, 40.63002754]} },
{type: 'Feature',properties:{Name: '3', Address: '7215 STEWART AVENUE, BAY RIDGE', Month: '9', Price: '1378'}, geometry: { type: 'Point', coordinates:[-74.0187374, 40.62970927]} },
{type: 'Feature',properties:{Name: '3', Address: '865 73RD STREET, BAY RIDGE', Month: '9', Price: '1800'}, geometry: { type: 'Point', coordinates:[-74.01586551, 40.62729977]} },
{type: 'Feature',properties:{Name: '3', Address: '831 73 STREET, BAY RIDGE', Month: '1', Price: '2096'}, geometry: { type: 'Point', coordinates:[-74.01640597, 40.62762358]} },
{type: 'Feature',properties:{Name: '3', Address: '84 73RD STREET, BAY RIDGE', Month: '3', Price: '2083'}, geometry: { type: 'Point', coordinates:[-74.0342673, 40.63449534]} },
{type: 'Feature',properties:{Name: '3', Address: '79 74TH STREET, BAY RIDGE', Month: '8', Price: '2240'}, geometry: { type: 'Point', coordinates:[-74.03381291, 40.63365832]} },
{type: 'Feature',properties:{Name: '3', Address: '159 74TH STREET, BAY RIDGE', Month: '3', Price: '4221'}, geometry: { type: 'Point', coordinates:[-74.03107803, 40.63300857]} },
{type: 'Feature',properties:{Name: '3', Address: '103 74TH STREET, BAY RIDGE', Month: '12', Price: '2280'}, geometry: { type: 'Point', coordinates:[-74.03268868, 40.6333924]} },
{type: 'Feature',properties:{Name: '3', Address: '235 74TH STREET, BAY RIDGE', Month: '2', Price: '2612'}, geometry: { type: 'Point', coordinates:[-74.0291359, 40.6325507]} },
{type: 'Feature',properties:{Name: '3', Address: '7320 5 AVENUE, BAY RIDGE', Month: '8', Price: '3300'}, geometry: { type: 'Point', coordinates:[-74.02211345, 40.6307956]} },
{type: 'Feature',properties:{Name: '3', Address: '457 74TH STREET, BAY RIDGE', Month: '9', Price: '2108'}, geometry: { type: 'Point', coordinates:[-74.02339964, 40.63085573]} },
{type: 'Feature',properties:{Name: '3', Address: '451 74TH STREET, BAY RIDGE', Month: '1', Price: '2108'}, geometry: { type: 'Point', coordinates:[-74.02351855, 40.63091335]} },
{type: 'Feature',properties:{Name: '3', Address: '542 73RD STREET, BAY RIDGE', Month: '12', Price: '3120'}, geometry: { type: 'Point', coordinates:[-74.02091725, 40.6304692]} },
{type: 'Feature',properties:{Name: '3', Address: '562 73RD STREET, BAY RIDGE', Month: '4', Price: '2400'}, geometry: { type: 'Point', coordinates:[-74.0205281, 40.6302936]} },
{type: 'Feature',properties:{Name: '3', Address: '562 73RD ST, BAY RIDGE', Month: '12', Price: '2400'}, geometry: { type: 'Point', coordinates:[-74.0205281, 40.6302936]} },
{type: 'Feature',properties:{Name: '3', Address: '7406 NARROWS AVENUE, BAY RIDGE', Month: '1', Price: '2640'}, geometry: { type: 'Point', coordinates:[-74.03566487, 40.63382244]} },
{type: 'Feature',properties:{Name: '3', Address: '111 BAY RIDGE PARKWAY, BAY RIDGE', Month: '1', Price: '2120'}, geometry: { type: 'Point', coordinates:[-74.03255859, 40.63260468]} },
{type: 'Feature',properties:{Name: '3', Address: '316 74TH STREET, BAY RIDGE', Month: '8', Price: '3072'}, geometry: { type: 'Point', coordinates:[-74.02679385, 40.63197761]} },
{type: 'Feature',properties:{Name: '3', Address: '350 74TH STREET, BAY RIDGE', Month: '3', Price: '2272'}, geometry: { type: 'Point', coordinates:[-74.02613448, 40.63181857]} },
{type: 'Feature',properties:{Name: '3', Address: '437 BAY RIDGE PARKWAY, BAY RIDGE', Month: '2', Price: '1400'}, geometry: { type: 'Point', coordinates:[-74.02397948, 40.63030666]} },
{type: 'Feature',properties:{Name: '3', Address: '526 74TH STREET, BAY RIDGE', Month: '9', Price: '2168'}, geometry: { type: 'Point', coordinates:[-74.02147549, 40.62992837]} },
{type: 'Feature',properties:{Name: '3', Address: '544 74TH STREET, BAY RIDGE', Month: '2', Price: '2168'}, geometry: { type: 'Point', coordinates:[-74.02115841, 40.62978021]} },
{type: 'Feature',properties:{Name: '3', Address: '537 BAY RIDGE PARKWAY, BAY RIDGE', Month: '12', Price: '3300'}, geometry: { type: 'Point', coordinates:[-74.0216697, 40.62891276]} },
{type: 'Feature',properties:{Name: '3', Address: '7520 3 AVENUE, BAY RIDGE', Month: '4', Price: '2970'}, geometry: { type: 'Point', coordinates:[-74.02788519, 40.63125822]} },
{type: 'Feature',properties:{Name: '3', Address: '7521 3RD AVENUE, BAY RIDGE', Month: '4', Price: '2888'}, geometry: { type: 'Point', coordinates:[-74.02786717, 40.63125273]} },
{type: 'Feature',properties:{Name: '3', Address: '334 BAY RIDGE PARKWAY, BAY RIDGE', Month: '4', Price: '2344'}, geometry: { type: 'Point', coordinates:[-74.02673229, 40.63120634]} },
{type: 'Feature',properties:{Name: '3', Address: '338 BAY RIDGE PARKWAY, BAY RIDGE', Month: '2', Price: '2060'}, geometry: { type: 'Point', coordinates:[-74.02665663, 40.63118989]} },
{type: 'Feature',properties:{Name: '3', Address: '339 76 STREET, BAY RIDGE', Month: '9', Price: '2650'}, geometry: { type: 'Point', coordinates:[-74.02693015, 40.6304899]} },
{type: 'Feature',properties:{Name: '3', Address: '315 76TH STREET, BAY RIDGE', Month: '1', Price: '2650'}, geometry: { type: 'Point', coordinates:[-74.02739855, 40.63059959]} },
{type: 'Feature',properties:{Name: '3', Address: '558 75TH STREET, BAY RIDGE', Month: '4', Price: '2930'}, geometry: { type: 'Point', coordinates:[-74.02131297, 40.62867678]} },
{type: 'Feature',properties:{Name: '3', Address: '7526 6 AVENUE, BAY RIDGE', Month: '9', Price: '2273'}, geometry: { type: 'Point', coordinates:[-74.02039764, 40.62780136]} },
{type: 'Feature',properties:{Name: '3', Address: '545 76TH STREET, BAY RIDGE', Month: '8', Price: '2296'}, geometry: { type: 'Point', coordinates:[-74.02185675, 40.62804537]} },
{type: 'Feature',properties:{Name: '3', Address: '622 BAY RIDGE PARKWAY, BAY RIDGE', Month: '9', Price: '2268'}, geometry: { type: 'Point', coordinates:[-74.01961945, 40.62765327]} },
{type: 'Feature',properties:{Name: '3', Address: '47 77TH STREET, BAY RIDGE', Month: '10', Price: '2016'}, geometry: { type: 'Point', coordinates:[-74.0357034, 40.63176933]} },
{type: 'Feature',properties:{Name: '3', Address: '338 76 STREET, BAY RIDGE', Month: '1', Price: '2940'}, geometry: { type: 'Point', coordinates:[-74.02693735, 40.63047343]} },
{type: 'Feature',properties:{Name: '3', Address: '454 76TH STREET, BAY RIDGE', Month: '6', Price: '2380'}, geometry: { type: 'Point', coordinates:[-74.02408001, 40.6293487]} },
{type: 'Feature',properties:{Name: '3', Address: '457 77TH STREET, BAY RIDGE', Month: '1', Price: '2862'}, geometry: { type: 'Point', coordinates:[-74.02433552, 40.6286103]} },
{type: 'Feature',properties:{Name: '3', Address: '441 77TH STREET, BAY RIDGE', Month: '11', Price: '2862'}, geometry: { type: 'Point', coordinates:[-74.02460938, 40.62877219]} },
{type: 'Feature',properties:{Name: '3', Address: '7615 5 AVENUE, BAY RIDGE', Month: '5', Price: '3547'}, geometry: { type: 'Point', coordinates:[-74.02302415, 40.62851725]} },
{type: 'Feature',properties:{Name: '3', Address: '518 76TH STREET, BAY RIDGE', Month: '8', Price: '1790'}, geometry: { type: 'Point', coordinates:[-74.02230716, 40.62829781]} },
{type: 'Feature',properties:{Name: '3', Address: '528 76TH STREET, BAY RIDGE', Month: '2', Price: '2760'}, geometry: { type: 'Point', coordinates:[-74.02214141, 40.62819628]} },
{type: 'Feature',properties:{Name: '3', Address: '554 76TH STREET, BAY RIDGE', Month: '5', Price: '1680'}, geometry: { type: 'Point', coordinates:[-74.02170181, 40.62793287]} },
{type: 'Feature',properties:{Name: '3', Address: '564 76TH STREET, BAY RIDGE', Month: '2', Price: '1680'}, geometry: { type: 'Point', coordinates:[-74.02153245, 40.6278286]} },
{type: 'Feature',properties:{Name: '3', Address: '636 76 STREET, BAY RIDGE', Month: '3', Price: '2424'}, geometry: { type: 'Point', coordinates:[-74.01966961, 40.6267118]} },
{type: 'Feature',properties:{Name: '3', Address: '7716 COLONIAL ROAD, BAY RIDGE', Month: '3', Price: '1884'}, geometry: { type: 'Point', coordinates:[-74.03383323, 40.63110566]} },
{type: 'Feature',properties:{Name: '3', Address: '7704 3RD AVENUE, BAY RIDGE', Month: '12', Price: '3000'}, geometry: { type: 'Point', coordinates:[-74.02844663, 40.62989392]} },
{type: 'Feature',properties:{Name: '3', Address: '265 78TH STREET, BAY RIDGE', Month: '8', Price: '2804'}, geometry: { type: 'Point', coordinates:[-74.02972903, 40.62955324]} },
{type: 'Feature',properties:{Name: '3', Address: '7723 3RD AVENUE, BAY RIDGE', Month: '4', Price: '2970'}, geometry: { type: 'Point', coordinates:[-74.028461, 40.62979785]} },
{type: 'Feature',properties:{Name: '3', Address: '344 77TH STREET, BAY RIDGE', Month: '10', Price: '2940'}, geometry: { type: 'Point', coordinates:[-74.02712078, 40.62971583]} },
{type: 'Feature',properties:{Name: '3', Address: '567 78TH STREET, BAY RIDGE', Month: '2', Price: '2680'}, geometry: { type: 'Point', coordinates:[-74.02208316, 40.62636277]} },
{type: 'Feature',properties:{Name: '3', Address: '567 78TH STREET, BAY RIDGE', Month: '8', Price: '2680'}, geometry: { type: 'Point', coordinates:[-74.02208316, 40.62636277]} },
{type: 'Feature',properties:{Name: '3', Address: '7711 6 AVENUE, BAY RIDGE', Month: '12', Price: '2320'}, geometry: { type: 'Point', coordinates:[-74.02102398, 40.62620103]} },
{type: 'Feature',properties:{Name: '3', Address: '224 78TH STREET, BAY RIDGE', Month: '8', Price: '3341'}, geometry: { type: 'Point', coordinates:[-74.03050367, 40.62972047]} },
{type: 'Feature',properties:{Name: '3', Address: '432 78TH STREET, BAY RIDGE', Month: '9', Price: '2440'}, geometry: { type: 'Point', coordinates:[-74.02505586, 40.6281106]} },
{type: 'Feature',properties:{Name: '3', Address: '565 79 STREET, BAY RIDGE', Month: '1', Price: '2340'}, geometry: { type: 'Point', coordinates:[-74.02222338, 40.62553657]} },
{type: 'Feature',properties:{Name: '3', Address: '515 79TH STREET, BAY RIDGE', Month: '8', Price: '2340'}, geometry: { type: 'Point', coordinates:[-74.02341244, 40.62625821]} },
{type: 'Feature',properties:{Name: '3', Address: '428 79TH STREET, BAY RIDGE', Month: '7', Price: '3767'}, geometry: { type: 'Point', coordinates:[-74.02542666, 40.62742157]} },
{type: 'Feature',properties:{Name: '3', Address: '568 79TH STREET, BAY RIDGE', Month: '3', Price: '2388'}, geometry: { type: 'Point', coordinates:[-74.02217653, 40.62548717]} },
{type: 'Feature',properties:{Name: '3', Address: '578 79TH STREET, BAY RIDGE', Month: '9', Price: '2388'}, geometry: { type: 'Point', coordinates:[-74.0220216, 40.62539387]} },
{type: 'Feature',properties:{Name: '3', Address: '460 80TH STREET, BAY RIDGE', Month: '1', Price: '3350'}, geometry: { type: 'Point', coordinates:[-74.02517408, 40.62636763]} },
{type: 'Feature',properties:{Name: '3', Address: '461 81ST STREET, BAY RIDGE', Month: '10', Price: '3393'}, geometry: { type: 'Point', coordinates:[-74.02540436, 40.62563472]} },
{type: 'Feature',properties:{Name: '3', Address: '365 82ND STREET, BAY RIDGE', Month: '5', Price: '2400'}, geometry: { type: 'Point', coordinates:[-74.02821801, 40.62599089]} },
{type: 'Feature',properties:{Name: '3', Address: '570 81ST STREET, BAY RIDGE', Month: '9', Price: '2128'}, geometry: { type: 'Point', coordinates:[-74.02292537, 40.62411737]} },
{type: 'Feature',properties:{Name: '3', Address: '580 81ST STREET, BAY RIDGE', Month: '8', Price: '1976'}, geometry: { type: 'Point', coordinates:[-74.02275602, 40.62401859]} },
{type: 'Feature',properties:{Name: '3', Address: '8120 6 AVENUE, BAY RIDGE', Month: '3', Price: '2404'}, geometry: { type: 'Point', coordinates:[-74.02219025, 40.62341759]} },
{type: 'Feature',properties:{Name: '3', Address: '673 82ND STREET, BAY RIDGE', Month: '5', Price: '2268'}, geometry: { type: 'Point', coordinates:[-74.02046423, 40.62172712]} },
{type: 'Feature',properties:{Name: '3', Address: '461 83 STREET, BAY RIDGE', Month: '4', Price: '1666'}, geometry: { type: 'Point', coordinates:[-74.02604864, 40.62420179]} },
{type: 'Feature',properties:{Name: '3', Address: '587 83RD STREET, BAY RIDGE', Month: '10', Price: '2320'}, geometry: { type: 'Point', coordinates:[-74.02323821, 40.62251709]} },
{type: 'Feature',properties:{Name: '3', Address: '579 83RD STREET, BAY RIDGE', Month: '1', Price: '2128'}, geometry: { type: 'Point', coordinates:[-74.02337153, 40.62259667]} },
{type: 'Feature',properties:{Name: '3', Address: '248 83RD STREET, BAY RIDGE', Month: '5', Price: '1916'}, geometry: { type: 'Point', coordinates:[-74.03147464, 40.62599827]} },
{type: 'Feature',properties:{Name: '3', Address: '8308 3 AVENUE, BAY RIDGE', Month: '1', Price: '1960'}, geometry: { type: 'Point', coordinates:[-74.03021718, 40.62555121]} },
{type: 'Feature',properties:{Name: '3', Address: '8309 THIRD AVENUE, BAY RIDGE', Month: '4', Price: '2964'}, geometry: { type: 'Point', coordinates:[-74.03019556, 40.62554847]} },
{type: 'Feature',properties:{Name: '3', Address: '8303 5TH AVENUE, BAY RIDGE', Month: '6', Price: '3300'}, geometry: { type: 'Point', coordinates:[-74.02508653, 40.62346915]} },
{type: 'Feature',properties:{Name: '3', Address: '544 84TH STREET, BAY RIDGE', Month: '8', Price: '2208'}, geometry: { type: 'Point', coordinates:[-74.02425393, 40.62219025]} },
{type: 'Feature',properties:{Name: '3', Address: '519 85TH STREET, BAY RIDGE', Month: '7', Price: '2560'}, geometry: { type: 'Point', coordinates:[-74.02510753, 40.62181678]} },
{type: 'Feature',properties:{Name: '3', Address: '111 86 STREET, BAY RIDGE', Month: '5', Price: '3608'}, geometry: { type: 'Point', coordinates:[-74.03587969, 40.62461361]} },
{type: 'Feature',properties:{Name: '3', Address: '364 85TH STREET, BAY RIDGE', Month: '8', Price: '2170'}, geometry: { type: 'Point', coordinates:[-74.02906009, 40.62392659]} },
{type: 'Feature',properties:{Name: '3', Address: '688 85TH STREET, BAY RIDGE', Month: '5', Price: '2105'}, geometry: { type: 'Point', coordinates:[-74.02154062, 40.61964912]} },
{type: 'Feature',properties:{Name: '3', Address: '8502 7TH AVENUE, BAY RIDGE', Month: '2', Price: '2200'}, geometry: { type: 'Point', coordinates:[-74.02096052, 40.61913595]} },
{type: 'Feature',properties:{Name: '3', Address: '701 86TH STREET, BAY RIDGE', Month: '11', Price: '3135'}, geometry: { type: 'Point', coordinates:[-74.02187897, 40.61887502]} },
{type: 'Feature',properties:{Name: '3', Address: '8714 COLONIAL ROAD, BAY RIDGE', Month: '11', Price: '1981'}, geometry: { type: 'Point', coordinates:[-74.03680507, 40.62383105]} },
{type: 'Feature',properties:{Name: '3', Address: '8724 COLONIAL ROAD, BAY RIDGE', Month: '9', Price: '1981'}, geometry: { type: 'Point', coordinates:[-74.03682666, 40.62378164]} },
{type: 'Feature',properties:{Name: '3', Address: '322 87TH STREET, BAY RIDGE', Month: '8', Price: '3271'}, geometry: { type: 'Point', coordinates:[-74.0305292, 40.62252362]} },
{type: 'Feature',properties:{Name: '3', Address: '341 88TH STREET, BAY RIDGE', Month: '2', Price: '1840'}, geometry: { type: 'Point', coordinates:[-74.03040638, 40.62176609]} },
{type: 'Feature',properties:{Name: '3', Address: '35 GELSTON AVENUE, BAY RIDGE', Month: '5', Price: '1782'}, geometry: { type: 'Point', coordinates:[-74.02598946, 40.62023558]} },
{type: 'Feature',properties:{Name: '3', Address: '42 88TH STREET, BAY RIDGE', Month: '10', Price: '1350'}, geometry: { type: 'Point', coordinates:[-74.03895563, 40.62377545]} },
{type: 'Feature',properties:{Name: '3', Address: '8803 RIDGE BOULEVARD, BAY RIDGE', Month: '4', Price: '2248'}, geometry: { type: 'Point', coordinates:[-74.03435843, 40.62256646]} },
{type: 'Feature',properties:{Name: '3', Address: '252 88TH STREET, BAY RIDGE', Month: '6', Price: '2240'}, geometry: { type: 'Point', coordinates:[-74.03282375, 40.62231988]} },
{type: 'Feature',properties:{Name: '3', Address: '264 89TH STREET, BAY RIDGE', Month: '7', Price: '2184'}, geometry: { type: 'Point', coordinates:[-74.0325856, 40.62151572]} },
{type: 'Feature',properties:{Name: '3', Address: '357 90TH STREET, BAY RIDGE', Month: '2', Price: '2422'}, geometry: { type: 'Point', coordinates:[-74.03073716, 40.62041557]} },
{type: 'Feature',properties:{Name: '3', Address: '323 90TH STREET, BAY RIDGE', Month: '2', Price: '1350'}, geometry: { type: 'Point', coordinates:[-74.03136408, 40.62071733]} },
{type: 'Feature',properties:{Name: '3', Address: '8830 FT. HAMILTON PARKWAY, BAY RIDGE', Month: '4', Price: '2304'}, geometry: { type: 'Point', coordinates:[-74.02563602, 40.61911304]} },
{type: 'Feature',properties:{Name: '3', Address: '79 BATTERY AVENUE, BAY RIDGE', Month: '5', Price: '3360'}, geometry: { type: 'Point', coordinates:[-74.02346329, 40.6172196]} },
{type: 'Feature',properties:{Name: '3', Address: '32 PARROT PLACE, BAY RIDGE', Month: '7', Price: '3190'}, geometry: { type: 'Point', coordinates:[-74.02214859, 40.61728574]} },
{type: 'Feature',properties:{Name: '3', Address: '649 90TH STREET, BAY RIDGE', Month: '2', Price: '1653'}, geometry: { type: 'Point', coordinates:[-74.02339471, 40.61678594]} },
{type: 'Feature',properties:{Name: '3', Address: '8824 7 AVENUE, BAY RIDGE', Month: '9', Price: '1776'}, geometry: { type: 'Point', coordinates:[-74.02182793, 40.6170223]} },
{type: 'Feature',properties:{Name: '3', Address: '165 92ND STREET, BAY RIDGE', Month: '8', Price: '3000'}, geometry: { type: 'Point', coordinates:[-74.03647888, 40.62021078]} },
{type: 'Feature',properties:{Name: '3', Address: '125 92ND STREET, BAY RIDGE', Month: '2', Price: '2048'}, geometry: { type: 'Point', coordinates:[-74.03723543, 40.62038894]} },
{type: 'Feature',properties:{Name: '3', Address: '113 92ND STREET, BAY RIDGE', Month: '12', Price: '2048'}, geometry: { type: 'Point', coordinates:[-74.0374624, 40.62044377]} },
{type: 'Feature',properties:{Name: '3', Address: '259 92ND STREET, BAY RIDGE', Month: '12', Price: '2048'}, geometry: { type: 'Point', coordinates:[-74.03392106, 40.6196077]} },
{type: 'Feature',properties:{Name: '3', Address: '118 GELSTON AVENUE, BAY RIDGE', Month: '1', Price: '2605'}, geometry: { type: 'Point', coordinates:[-74.02769246, 40.61828089]} },
{type: 'Feature',properties:{Name: '3', Address: '133 GELSTON AVENUE, BAY RIDGE', Month: '5', Price: '1600'}, geometry: { type: 'Point', coordinates:[-74.02789406, 40.6180146]} },
{type: 'Feature',properties:{Name: '3', Address: '629 92ND STREET, BAY RIDGE', Month: '7', Price: '2300'}, geometry: { type: 'Point', coordinates:[-74.02537183, 40.61587974]} },
{type: 'Feature',properties:{Name: '3', Address: '138 BATTERY AVENUE, BAY RIDGE', Month: '11', Price: '2001'}, geometry: { type: 'Point', coordinates:[-74.02451463, 40.61600069]} },
{type: 'Feature',properties:{Name: '3', Address: '156 92ND STREET, BAY RIDGE', Month: '4', Price: '2440'}, geometry: { type: 'Point', coordinates:[-74.03645726, 40.62018882]} },
{type: 'Feature',properties:{Name: '3', Address: '9204 RIDGE BOULEVARD, BAY RIDGE', Month: '5', Price: '2200'}, geometry: { type: 'Point', coordinates:[-74.0354953, 40.61983779]} },
{type: 'Feature',properties:{Name: '3', Address: '123 93 STREET, BAY RIDGE', Month: '5', Price: '1750'}, geometry: { type: 'Point', coordinates:[-74.03696842, 40.61957657]} },
{type: 'Feature',properties:{Name: '3', Address: '9216 4TH AVENUE, BAY RIDGE', Month: '4', Price: '3591'}, geometry: { type: 'Point', coordinates:[-74.03026785, 40.61814301]} },
{type: 'Feature',properties:{Name: '3', Address: '381 93RD STREET, BAY RIDGE', Month: '1', Price: '1300'}, geometry: { type: 'Point', coordinates:[-74.03116826, 40.61793416]} },
{type: 'Feature',properties:{Name: '3', Address: '105 94TH STREET, BAY RIDGE', Month: '5', Price: '2992'}, geometry: { type: 'Point', coordinates:[-74.03679507, 40.61876691]} },
{type: 'Feature',properties:{Name: '3', Address: '9318 THIRD AVENUE, BAY RIDGE', Month: '12', Price: '3300'}, geometry: { type: 'Point', coordinates:[-74.03312081, 40.61844964]} },
{type: 'Feature',properties:{Name: '3', Address: '313 94TH STREET, BAY RIDGE', Month: '11', Price: '1928'}, geometry: { type: 'Point', coordinates:[-74.03290795, 40.61774703]} },
{type: 'Feature',properties:{Name: '3', Address: '9217 5 AVENUE, BAY RIDGE', Month: '6', Price: '3800'}, geometry: { type: 'Point', coordinates:[-74.0295364, 40.61760796]} },
{type: 'Feature',properties:{Name: '3', Address: '9308 FT HAMILTON PARKWAY, BAY RIDGE', Month: '9', Price: '2040'}, geometry: { type: 'Point', coordinates:[-74.02825348, 40.61617001]} },
{type: 'Feature',properties:{Name: '3', Address: '9308 FT HAMILTON PARKWAY, BAY RIDGE', Month: '9', Price: '2040'}, geometry: { type: 'Point', coordinates:[-74.02825348, 40.61617001]} },
{type: 'Feature',properties:{Name: '3', Address: '352 94TH STREET, BAY RIDGE', Month: '4', Price: '2280'}, geometry: { type: 'Point', coordinates:[-74.03185229, 40.61719013]} },
{type: 'Feature',properties:{Name: '3', Address: '542 94TH STREET, BAY RIDGE', Month: '3', Price: '2000'}, geometry: { type: 'Point', coordinates:[-74.02937359, 40.61595564]} },
{type: 'Feature',properties:{Name: '3', Address: '461 95TH STREET, BAY RIDGE', Month: '1', Price: '2160'}, geometry: { type: 'Point', coordinates:[-74.03016567, 40.61520336]} },
{type: 'Feature',properties:{Name: '3', Address: '136 95 STREET, BAY RIDGE', Month: '8', Price: '1368'}, geometry: { type: 'Point', coordinates:[-74.03742795, 40.61683163]} },
{type: 'Feature',properties:{Name: '3', Address: '146 96TH STREET, BAY RIDGE', Month: '7', Price: '1640'}, geometry: { type: 'Point', coordinates:[-74.03687292, 40.61623894]} },
{type: 'Feature',properties:{Name: '3', Address: '358 97 STREET, BAY RIDGE', Month: '8', Price: '2080'}, geometry: { type: 'Point', coordinates:[-74.03271212, 40.61506268]} },
{type: 'Feature',properties:{Name: '3', Address: '180 MARINE AVENUE, BAY RIDGE', Month: '6', Price: '2126'}, geometry: { type: 'Point', coordinates:[-74.03515096, 40.61578384]} },
{type: 'Feature',properties:{Name: '3', Address: '341 99TH STREET, BAY RIDGE', Month: '5', Price: '2227'}, geometry: { type: 'Point', coordinates:[-74.03416308, 40.61390944]} },
{type: 'Feature',properties:{Name: '3', Address: '314 100TH STREET, BAY RIDGE', Month: '12', Price: '2256'}, geometry: { type: 'Point', coordinates:[-74.03493003, 40.61345632]} },
{type: 'Feature',properties:{Name: '3', Address: '418 100TH STREET, BAY RIDGE', Month: '5', Price: '1728'}, geometry: { type: 'Point', coordinates:[-74.03315392, 40.61258126]} },
{type: 'Feature',properties:{Name: '3', Address: '292 DAHLGREN PLACE, BAY RIDGE', Month: '12', Price: '1788'}, geometry: { type: 'Point', coordinates:[-74.0274274, 40.61315643]} },
{type: 'Feature',properties:{Name: '3', Address: '264 BATTERY AVENUE, BAY RIDGE', Month: '8', Price: '2072'}, geometry: { type: 'Point', coordinates:[-74.02613807, 40.61339278]} },
{type: 'Feature',properties:{Name: '3', Address: '268 BATTERY AVENUE, BAY RIDGE', Month: '6', Price: '2272'}, geometry: { type: 'Point', coordinates:[-74.02617406, 40.61333239]} },
{type: 'Feature',properties:{Name: '3', Address: '274 BATTERY AVENUE, BAY RIDGE', Month: '2', Price: '2272'}, geometry: { type: 'Point', coordinates:[-74.02622805, 40.6132418]} },
{type: 'Feature',properties:{Name: '3', Address: '252 BATTERY AVENUE, BAY RIDGE', Month: '5', Price: '2272'}, geometry: { type: 'Point', coordinates:[-74.02603369, 40.61357396]} },
{type: 'Feature',properties:{Name: '3', Address: '221 BATTERY AVENUE, BAY RIDGE', Month: '11', Price: '2192'}, geometry: { type: 'Point', coordinates:[-74.02574212, 40.61403241]} },
{type: 'Feature',properties:{Name: '3', Address: '864 68TH STREET, BAY RIDGE', Month: '2', Price: '3200'}, geometry: { type: 'Point', coordinates:[-74.01287234, 40.63002847]} },
{type: 'Feature',properties:{Name: '3', Address: '270 WAKEMAN PLACE, BAY RIDGE', Month: '1', Price: '3072'}, geometry: { type: 'Point', coordinates:[-74.02534799, 40.63846662]} },
{type: 'Feature',properties:{Name: '3', Address: '270 SENATOR STREET, BAY RIDGE', Month: '3', Price: '2681'}, geometry: { type: 'Point', coordinates:[-74.02601415, 40.6373713]} },
{type: 'Feature',properties:{Name: '3', Address: '265 68TH STREET, BAY RIDGE', Month: '12', Price: '2698'}, geometry: { type: 'Point', coordinates:[-74.02643552, 40.63691008]} },
{type: 'Feature',properties:{Name: '3', Address: '350 SENATOR STREET, BAY RIDGE', Month: '3', Price: '2880'}, geometry: { type: 'Point', coordinates:[-74.02417991, 40.63660865]} },
{type: 'Feature',properties:{Name: '3', Address: '84 BAY RIDGE AVENUE, BAY RIDGE', Month: '2', Price: '2504'}, geometry: { type: 'Point', coordinates:[-74.03286381, 40.63784439]} },
{type: 'Feature',properties:{Name: '3', Address: '452 BAY RIDGE AVENUE, BAY RIDGE', Month: '4', Price: '3042'}, geometry: { type: 'Point', coordinates:[-74.022219, 40.63400973]} },
{type: 'Feature',properties:{Name: '3', Address: '452 BAY RIDGE AVENUE, BAY RIDGE', Month: '2', Price: '3042'}, geometry: { type: 'Point', coordinates:[-74.022219, 40.63400973]} },
{type: 'Feature',properties:{Name: '3', Address: '462 BAY RIDGE AVENUE, BAY RIDGE', Month: '10', Price: '3549'}, geometry: { type: 'Point', coordinates:[-74.02203883, 40.63393017]} },
{type: 'Feature',properties:{Name: '3', Address: '99 72ND STREET, BAY RIDGE', Month: '9', Price: '2880'}, geometry: { type: 'Point', coordinates:[-74.03354341, 40.63509118]} },
{type: 'Feature',properties:{Name: '3', Address: '853 72ND STREET, BAY RIDGE', Month: '4', Price: '3120'}, geometry: { type: 'Point', coordinates:[-74.01540454, 40.62793937]} },
{type: 'Feature',properties:{Name: '3', Address: '7204 72ND COURT, BAY RIDGE', Month: '10', Price: '2560'}, geometry: { type: 'Point', coordinates:[-74.036545, 40.6356996]} },
{type: 'Feature',properties:{Name: '3', Address: '7204 72ND COURT, BAY RIDGE', Month: '6', Price: '2560'}, geometry: { type: 'Point', coordinates:[-74.036545, 40.6356996]} },
{type: 'Feature',properties:{Name: '3', Address: '459 73RD STREET, BAY RIDGE', Month: '7', Price: '2970'}, geometry: { type: 'Point', coordinates:[-74.02310804, 40.63150905]} },
{type: 'Feature',properties:{Name: '3', Address: '610 74TH STREET, BAY RIDGE', Month: '5', Price: '2292'}, geometry: { type: 'Point', coordinates:[-74.0194648, 40.6285481]} },
{type: 'Feature',properties:{Name: '3', Address: '332 76TH STREET, BAY RIDGE', Month: '5', Price: '2330'}, geometry: { type: 'Point', coordinates:[-74.02705265, 40.63050085]} },
{type: 'Feature',properties:{Name: '3', Address: '273 78TH STREET, BAY RIDGE', Month: '9', Price: '2820'}, geometry: { type: 'Point', coordinates:[-74.0295741, 40.6295176]} },
{type: 'Feature',properties:{Name: '3', Address: '454 78TH STREET, BAY RIDGE', Month: '12', Price: '2364'}, geometry: { type: 'Point', coordinates:[-74.0246775, 40.62788835]} },
{type: 'Feature',properties:{Name: '3', Address: '317 80TH STREET, BAY RIDGE', Month: '6', Price: '2752'}, geometry: { type: 'Point', coordinates:[-74.02855376, 40.62767061]} },
{type: 'Feature',properties:{Name: '3', Address: '552 79 STREET, BAY RIDGE', Month: '9', Price: '3030'}, geometry: { type: 'Point', coordinates:[-74.02242155, 40.62563534]} },
{type: 'Feature',properties:{Name: '3', Address: '511 80TH STREET, BAY RIDGE', Month: '4', Price: '3030'}, geometry: { type: 'Point', coordinates:[-74.02379045, 40.62557193]} },
{type: 'Feature',properties:{Name: '3', Address: '169 84TH STREET, BAY RIDGE', Month: '9', Price: '2675'}, geometry: { type: 'Point', coordinates:[-74.03408275, 40.62588774]} },
{type: 'Feature',properties:{Name: '3', Address: '239 85TH STREET, BAY RIDGE', Month: '10', Price: '5170'}, geometry: { type: 'Point', coordinates:[-74.03225574, 40.62470526]} },
{type: 'Feature',properties:{Name: '3', Address: '8719 RIDGE BOULEVARD, BAY RIDGE', Month: '7', Price: '3342'}, geometry: { type: 'Point', coordinates:[-74.03411019, 40.62317039]} },
{type: 'Feature',properties:{Name: '3', Address: '354 88TH STREET, BAY RIDGE', Month: '3', Price: '2981'}, geometry: { type: 'Point', coordinates:[-74.02983356, 40.62161254]} },
{type: 'Feature',properties:{Name: '3', Address: '159 92 STREET, BAY RIDGE', Month: '4', Price: '1598'}, geometry: { type: 'Point', coordinates:[-74.03659056, 40.62023819]} },
{type: 'Feature',properties:{Name: '3', Address: '627 92ND STREET, BAY RIDGE', Month: '1', Price: '2880'}, geometry: { type: 'Point', coordinates:[-74.02541507, 40.61590168]} },
{type: 'Feature',properties:{Name: '3', Address: '217 97TH STREET, BAY RIDGE', Month: '4', Price: '3328'}, geometry: { type: 'Point', coordinates:[-74.0350611, 40.61613794]} },
{type: 'Feature',properties:{Name: '3', Address: '215 BATTERY AVENUE, BAY RIDGE', Month: '5', Price: '1728'}, geometry: { type: 'Point', coordinates:[-74.02568813, 40.61412025]} },
{type: 'Feature',properties:{Name: '3', Address: '6902 NARROWS AVENUE, BAY RIDGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03393044, 40.63806916]} },
{type: 'Feature',properties:{Name: '3', Address: '34 BAY RIDGE AVENUE, BAY RIDGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03458997, 40.63838186]} },
{type: 'Feature',properties:{Name: '3', Address: '34 BAY RIDGE AVENUE, BAY RIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03458997, 40.63838186]} },
{type: 'Feature',properties:{Name: '3', Address: '48 BAY RIDGE AVENUE, BAY RIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03415392, 40.63824476]} },
{type: 'Feature',properties:{Name: '3', Address: '228 74TH STREET, BAY RIDGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0292548, 40.63256165]} },
{type: 'Feature',properties:{Name: '3', Address: '322 74TH STREET, BAY RIDGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02667494, 40.63194745]} },
{type: 'Feature',properties:{Name: '3', Address: '324 74TH STREET, BAY RIDGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02663891, 40.63193922]} },
{type: 'Feature',properties:{Name: '3', Address: '324 74TH STREET, BAY RIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02663891, 40.63193922]} },
{type: 'Feature',properties:{Name: '3', Address: '328 74TH STREET, BAY RIDGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02655964, 40.63192003]} },
{type: 'Feature',properties:{Name: '3', Address: '320 77TH STREET, BAY RIDGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02758917, 40.62982551]} },
{type: 'Feature',properties:{Name: '3', Address: '67 BATTERY AVENUE, BAY RIDGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02330487, 40.61740628]} },
{type: 'Feature',properties:{Name: '3', Address: '372A 90TH STREET, BAY RIDGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03026146, 40.61992712]} },
{type: 'Feature',properties:{Name: '3', Address: '350 91ST STREET, BAY RIDGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03107185, 40.619743]} },
{type: 'Feature',properties:{Name: '3', Address: '370 91ST STREET, BAY RIDGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03071876, 40.61957018]} },
{type: 'Feature',properties:{Name: '3', Address: '115 DAHLGREN PLACE, BAY RIDGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02500124, 40.61694754]} },
{type: 'Feature',properties:{Name: '3', Address: '447 95TH STREET, BAY RIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0303494, 40.61529389]} },
{type: 'Feature',properties:{Name: '3', Address: '447 95TH STREET, BAY RIDGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0303494, 40.61529389]} },
{type: 'Feature',properties:{Name: '3', Address: '9718 FORT HAMILTON PARKWA, BAY RIDGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03036669, 40.61370739]} },
{type: 'Feature',properties:{Name: '3', Address: '9718 FT HAMILTON PARKWAY, BAY RIDGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03036669, 40.61370739]} },
{type: 'Feature',properties:{Name: '3', Address: '442 97TH STREET, BAY RIDGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03115221, 40.61440711]} },
{type: 'Feature',properties:{Name: '3', Address: '185 BATTERY AVENUE, BAY RIDGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0252094, 40.6149438]} },
{type: 'Feature',properties:{Name: '3', Address: '185 BATTERY AVENUE, BAY RIDGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0252094, 40.6149438]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A 73RD STREET, BAY RIDGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03321889, 40.63457525]} },
{type: 'Feature',properties:{Name: '3', Address: '73 DAHLGREN PLACE, BAY RIDGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02425234, 40.61780682]} },
{type: 'Feature',properties:{Name: '3', Address: '71 DAHLGREN PLACE, BAY RIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02422714, 40.61783428]} },
{type: 'Feature',properties:{Name: '3', Address: '7402 7TH AVENUE, BAY RIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0183874, 40.62773582]} },
{type: 'Feature',properties:{Name: '3', Address: '540A 94TH STREET, BAY RIDGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02976965, 40.61563439]} },
{type: 'Feature',properties:{Name: '3', Address: '536 GARAGE 94TH STREET, BAY RIDGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02982369, 40.61566183]} },
{type: 'Feature',properties:{Name: '3', Address: '6701 8TH AVENUE, BAY RIDGE', Month: '5', Price: '6400'}, geometry: { type: 'Point', coordinates:[-74.01380572, 40.63139526]} },
{type: 'Feature',properties:{Name: '3', Address: '835 BAY RIDGE AVENUE, BAY RIDGE', Month: '9', Price: '4860'}, geometry: { type: 'Point', coordinates:[-74.01392427, 40.62977034]} },
{type: 'Feature',properties:{Name: '3', Address: '254 60TH STREET, BAY RIDGE', Month: '12', Price: '4680'}, geometry: { type: 'Point', coordinates:[-74.02163096, 40.64276846]} },
{type: 'Feature',properties:{Name: '3', Address: '247 SENATOR STREET, BAY RIDGE', Month: '6', Price: '4440'}, geometry: { type: 'Point', coordinates:[-74.02650424, 40.63757705]} },
{type: 'Feature',properties:{Name: '3', Address: '239 SENATOR STREET, BAY RIDGE', Month: '6', Price: '4440'}, geometry: { type: 'Point', coordinates:[-74.02696551, 40.6377526]} },
{type: 'Feature',properties:{Name: '3', Address: '439 68TH ST, BAY RIDGE', Month: '1', Price: '5250'}, geometry: { type: 'Point', coordinates:[-74.02216883, 40.63484141]} },
{type: 'Feature',properties:{Name: '3', Address: '6824 COLONIAL ROAD, BAY RIDGE', Month: '4', Price: '10692'}, geometry: { type: 'Point', coordinates:[-74.03115586, 40.63766097]} },
{type: 'Feature',properties:{Name: '3', Address: '6831 RIDGE BLVD, BAY RIDGE', Month: '10', Price: '19440'}, geometry: { type: 'Point', coordinates:[-74.02840648, 40.63712919]} },
{type: 'Feature',properties:{Name: '3', Address: '6823 3 AVENUE, BAY RIDGE', Month: '5', Price: '9000'}, geometry: { type: 'Point', coordinates:[-74.02582635, 40.63624049]} },
{type: 'Feature',properties:{Name: '3', Address: '6823 3 AVENUE, BAY RIDGE', Month: '10', Price: '9000'}, geometry: { type: 'Point', coordinates:[-74.02582635, 40.63624049]} },
{type: 'Feature',properties:{Name: '3', Address: '316 68 STREET, BAY RIDGE', Month: '9', Price: '17800'}, geometry: { type: 'Point', coordinates:[-74.0250913, 40.63615556]} },
{type: 'Feature',properties:{Name: '3', Address: '6823 6 AVENUE, BAY RIDGE', Month: '6', Price: '7790'}, geometry: { type: 'Point', coordinates:[-74.01832035, 40.63281643]} },
{type: 'Feature',properties:{Name: '3', Address: '6821 6 AVENUE, BAY RIDGE', Month: '5', Price: '5100'}, geometry: { type: 'Point', coordinates:[-74.01831675, 40.63282467]} },
{type: 'Feature',properties:{Name: '3', Address: '637 69TH STREET, BAY RIDGE', Month: '6', Price: '3198'}, geometry: { type: 'Point', coordinates:[-74.01750586, 40.63187235]} },
{type: 'Feature',properties:{Name: '3', Address: '11 BAY RIDGE PLACE, BAY RIDGE', Month: '2', Price: '4000'}, geometry: { type: 'Point', coordinates:[-74.02802046, 40.63595452]} },
{type: 'Feature',properties:{Name: '3', Address: '6901 5 AVENUE, BAY RIDGE', Month: '6', Price: '13736'}, geometry: { type: 'Point', coordinates:[-74.02105505, 40.63333473]} },
{type: 'Feature',properties:{Name: '3', Address: '6901 5 AVENUE, BAY RIDGE', Month: '12', Price: '13736'}, geometry: { type: 'Point', coordinates:[-74.02105505, 40.63333473]} },
{type: 'Feature',properties:{Name: '3', Address: '6901 5 AVENUE, BAY RIDGE', Month: '1', Price: '13736'}, geometry: { type: 'Point', coordinates:[-74.02105505, 40.63333473]} },
{type: 'Feature',properties:{Name: '3', Address: '537 OVINGTON AVENUE, BAY RIDGE', Month: '9', Price: '46200'}, geometry: { type: 'Point', coordinates:[-74.02013593, 40.63202014]} },
{type: 'Feature',properties:{Name: '3', Address: '614 BAY RIDGE AVENUE, BAY RIDGE', Month: '8', Price: '3432'}, geometry: { type: 'Point', coordinates:[-74.0180067, 40.63208363]} },
{type: 'Feature',properties:{Name: '3', Address: '522 OVINGTON AVENUE, BAY RIDGE', Month: '6', Price: '5220'}, geometry: { type: 'Point', coordinates:[-74.02074128, 40.63227804]} },
{type: 'Feature',properties:{Name: '3', Address: '524 OVINGTON AVENUE, BAY RIDGE', Month: '6', Price: '5220'}, geometry: { type: 'Point', coordinates:[-74.02037014, 40.63210793]} },
{type: 'Feature',properties:{Name: '3', Address: '243 73RD STREET, BAY RIDGE', Month: '4', Price: '5550'}, geometry: { type: 'Point', coordinates:[-74.02870384, 40.63319584]} },
{type: 'Feature',properties:{Name: '3', Address: '7407 FIFTH AVENUE, BAY RIDGE', Month: '1', Price: '6000'}, geometry: { type: 'Point', coordinates:[-74.02235101, 40.63015877]} },
{type: 'Feature',properties:{Name: '3', Address: '577 77TH STREET, BAY RIDGE', Month: '5', Price: '5445'}, geometry: { type: 'Point', coordinates:[-74.02161504, 40.62698868]} },
{type: 'Feature',properties:{Name: '3', Address: '7802 4TH AVENUE, BAY RIDGE', Month: '5', Price: '40000'}, geometry: { type: 'Point', coordinates:[-74.02601791, 40.62853033]} },
{type: 'Feature',properties:{Name: '3', Address: '7814 4TH AVENUE, BAY RIDGE', Month: '9', Price: '40000'}, geometry: { type: 'Point', coordinates:[-74.0260431, 40.62846994]} },
{type: 'Feature',properties:{Name: '3', Address: '7922 6 AVENUE, BAY RIDGE', Month: '10', Price: '6000'}, geometry: { type: 'Point', coordinates:[-74.02159634, 40.62486147]} },
{type: 'Feature',properties:{Name: '3', Address: '7922 6TH AVENUE, BAY RIDGE', Month: '3', Price: '6000'}, geometry: { type: 'Point', coordinates:[-74.02159634, 40.62486147]} },
{type: 'Feature',properties:{Name: '3', Address: '274 86TH STREET, BAY RIDGE', Month: '6', Price: '5160'}, geometry: { type: 'Point', coordinates:[-74.03192743, 40.62365959]} },
{type: 'Feature',properties:{Name: '3', Address: '8624 5 AVENUE, BAY RIDGE', Month: '7', Price: '8850'}, geometry: { type: 'Point', coordinates:[-74.02640052, 40.62128949]} },
{type: 'Feature',properties:{Name: '3', Address: '347 91ST STREET, BAY RIDGE', Month: '8', Price: '8250'}, geometry: { type: 'Point', coordinates:[-74.03113311, 40.61978965]} },
{type: 'Feature',properties:{Name: '3', Address: '345 91ST STREET, BAY RIDGE', Month: '11', Price: '8250'}, geometry: { type: 'Point', coordinates:[-74.03116914, 40.61980885]} },
{type: 'Feature',properties:{Name: '3', Address: '324 91ST STREET, BAY RIDGE', Month: '9', Price: '5625'}, geometry: { type: 'Point', coordinates:[-74.03153303, 40.61996795]} },
{type: 'Feature',properties:{Name: '3', Address: '330 91ST STREET, BAY RIDGE', Month: '8', Price: '5625'}, geometry: { type: 'Point', coordinates:[-74.03142854, 40.61991583]} },
{type: 'Feature',properties:{Name: '3', Address: '9013 FT HAMILTON PARKWAY, BAY RIDGE', Month: '9', Price: '4176'}, geometry: { type: 'Point', coordinates:[-74.02656851, 40.61800394]} },
{type: 'Feature',properties:{Name: '3', Address: '124 GATLING PLACE, BAY RIDGE', Month: '12', Price: '12800'}, geometry: { type: 'Point', coordinates:[-74.0258947, 40.61739475]} },
{type: 'Feature',properties:{Name: '3', Address: '124 PARROTT PLACE, BAY RIDGE', Month: '8', Price: '17120'}, geometry: { type: 'Point', coordinates:[-74.023686, 40.61549034]} },
{type: 'Feature',properties:{Name: '3', Address: '9223 3 AVENUE, BAY RIDGE', Month: '9', Price: '10000'}, geometry: { type: 'Point', coordinates:[-74.03278979, 40.6192018]} },
{type: 'Feature',properties:{Name: '3', Address: '179 GELSTON AVENUE, BAY RIDGE', Month: '12', Price: '20400'}, geometry: { type: 'Point', coordinates:[-74.02882292, 40.61693018]} },
{type: 'Feature',properties:{Name: '3', Address: '378 94TH STREET, BAY RIDGE', Month: '3', Price: '4300'}, geometry: { type: 'Point', coordinates:[-74.03127944, 40.61690483]} },
{type: 'Feature',properties:{Name: '3', Address: '367 95TH STREET, BAY RIDGE', Month: '5', Price: '32044'}, geometry: { type: 'Point', coordinates:[-74.03202123, 40.6164435]} },
{type: 'Feature',properties:{Name: '3', Address: '149-153 96TH STREET, BAY RIDGE', Month: '8', Price: '17400'}, geometry: { type: 'Point', coordinates:[-74.03683332, 40.61627189]} },
{type: 'Feature',properties:{Name: '3', Address: '101 MARINE AVE, BAY RIDGE', Month: '5', Price: '24480'}, geometry: { type: 'Point', coordinates:[-74.03625415, 40.61762525]} },
{type: 'Feature',properties:{Name: '3', Address: '125 96TH STREET, BAY RIDGE', Month: '8', Price: '43182'}, geometry: { type: 'Point', coordinates:[-74.03721865, 40.61613727]} },
{type: 'Feature',properties:{Name: '3', Address: '464 67TH STREET, 3D, BAY RIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02105232, 40.6360905]} },
{type: 'Feature',properties:{Name: '3', Address: '6817 COLONIAL ROAD, 4B, BAY RIDGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03104426, 40.63787235]} },
{type: 'Feature',properties:{Name: '3', Address: '6817 COLONIAL ROAD, 2D, BAY RIDGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03104426, 40.63787235]} },
{type: 'Feature',properties:{Name: '3', Address: '6802 RIDGE BOULEVARD, 4J, BAY RIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02835251, 40.63731859]} },
{type: 'Feature',properties:{Name: '3', Address: '6802 RIDGE BLVD, 3B, BAY RIDGE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02835251, 40.63731859]} },
{type: 'Feature',properties:{Name: '3', Address: '6802 RIDGE BLVD, 4O, BAY RIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02835251, 40.63731859]} },
{type: 'Feature',properties:{Name: '3', Address: '6802 RIDGE BLVD, 3J, BAY RIDGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02835251, 40.63731859]} },
{type: 'Feature',properties:{Name: '3', Address: '6802 RIDGE BOULEVARD, 3C, BAY RIDGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02835251, 40.63731859]} },
{type: 'Feature',properties:{Name: '3', Address: '6802 RIDGE BLVD, 4K, BAY RIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02835251, 40.63731859]} },
{type: 'Feature',properties:{Name: '3', Address: '6802 RIDGE BOULEVARD, 1J, BAY RIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02835251, 40.63731859]} },
{type: 'Feature',properties:{Name: '3', Address: '6802 RIDGE BOULEVARD, 2L, BAY RIDGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02835251, 40.63731859]} },
{type: 'Feature',properties:{Name: '3', Address: '139 72ND STREET, 139, BAY RIDGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03169129, 40.63465253]} },
{type: 'Feature',properties:{Name: '3', Address: '137 72ND STREET, 137, BAY RIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03174534, 40.63466624]} },
{type: 'Feature',properties:{Name: '3', Address: '143 BAY RIDGE PARKWAY, 3, BAY RIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03194605, 40.63245938]} },
{type: 'Feature',properties:{Name: '3', Address: '436 78TH STREET, 1, BAY RIDGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02498739, 40.62806944]} },
{type: 'Feature',properties:{Name: '3', Address: '544 88TH STREET, 2F, BAY RIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02585234, 40.61963176]} },
{type: 'Feature',properties:{Name: '3', Address: '8942 COLONIAL ROAD, 2F, BAY RIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03754614, 40.62202748]} },
{type: 'Feature',properties:{Name: '3', Address: '338 92ND STREET, 3B, BAY RIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03160824, 40.61904843]} },
{type: 'Feature',properties:{Name: '3', Address: '338 92ND STREET, 1C, BAY RIDGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03160824, 40.61904843]} },
{type: 'Feature',properties:{Name: '3', Address: '9453 RIDGE BOULEVARD, 2A, BAY RIDGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03737439, 40.61766607]} },
{type: 'Feature',properties:{Name: '3', Address: '325 MARINE AVENUE, B10, BAY RIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0336123, 40.61449699]} },
{type: 'Feature',properties:{Name: '3', Address: '325 MARINE AVENUE, C10, BAY RIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0336123, 40.61449699]} },
{type: 'Feature',properties:{Name: '3', Address: '325 MARINE AVENUE, C4, BAY RIDGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0336123, 40.61449699]} },
{type: 'Feature',properties:{Name: '3', Address: '325 MARINE AVENUE, A3, BAY RIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0336123, 40.61449699]} },
{type: 'Feature',properties:{Name: '3', Address: '325 MARINE AVENUE, C12, BAY RIDGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0336123, 40.61449699]} },
{type: 'Feature',properties:{Name: '3', Address: '9981 SHORE ROAD, 13B, BAY RIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.035365, 40.61186421]} },
{type: 'Feature',properties:{Name: '3', Address: '9997 SHORE ROAD, 19D, BAY RIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03508032, 40.61158433]} },
{type: 'Feature',properties:{Name: '3', Address: '9957 SHORE ROAD, C3, BAY RIDGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03579383, 40.61228128]} },
{type: 'Feature',properties:{Name: '3', Address: '9959 SHORE ROAD, 4E, BAY RIDGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03575779, 40.61224561]} },
{type: 'Feature',properties:{Name: '3', Address: '10104 4TH AVENUE, 1A, BAY RIDGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03423063, 40.61217471]} },
{type: 'Feature',properties:{Name: '3', Address: '320 101 STREET, 39D, BAY RIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03525747, 40.61285786]} },
{type: 'Feature',properties:{Name: '3', Address: '340 101ST STREET, 31E, BAY RIDGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0350269, 40.61274265]} },
{type: 'Feature',properties:{Name: '3', Address: '880 68TH STREET, 6G, BAY RIDGE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01263454, 40.62988302]} },
{type: 'Feature',properties:{Name: '3', Address: '877 BAY RIDGE AVENUE, 3E, BAY RIDGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01329373, 40.62939163]} },
{type: 'Feature',properties:{Name: '3', Address: '6665 COLONIAL ROAD, 2E, BAY RIDGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02985983, 40.64008221]} },
{type: 'Feature',properties:{Name: '3', Address: '6702 RIDGE BLVD, 2F, BAY RIDGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02768654, 40.63875703]} },
{type: 'Feature',properties:{Name: '3', Address: '6702 RIDGE BLVD., 2G, BAY RIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02768654, 40.63875703]} },
{type: 'Feature',properties:{Name: '3', Address: '6702 RIDGE BLVD, 1H, BAY RIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02768654, 40.63875703]} },
{type: 'Feature',properties:{Name: '3', Address: '6735 RIDGE BOULEVARD, 1K, BAY RIDGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02803575, 40.63804055]} },
{type: 'Feature',properties:{Name: '3', Address: '6735 RIDGE BOULEVARD, 6S, BAY RIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02803575, 40.63804055]} },
{type: 'Feature',properties:{Name: '3', Address: '6735 RIDGE BLVD., 6Q, BAY RIDGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02803575, 40.63804055]} },
{type: 'Feature',properties:{Name: '3', Address: '760 67 STREET, 1H, BAY RIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01444712, 40.63191121]} },
{type: 'Feature',properties:{Name: '3', Address: '6801 SHORE ROAD, 6L, BAY RIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03563554, 40.63961944]} },
{type: 'Feature',properties:{Name: '3', Address: '6801 SHORE ROAD, 2J, BAY RIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03563554, 40.63961944]} },
{type: 'Feature',properties:{Name: '3', Address: '6801 SHORE ROAD, 2K, BAY RIDGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03563554, 40.63961944]} },
{type: 'Feature',properties:{Name: '3', Address: '6801 SHORE ROAD, 4F, BAY RIDGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03563554, 40.63961944]} },
{type: 'Feature',properties:{Name: '3', Address: '6801 SHORE ROAD, 3R, BAY RIDGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03563554, 40.63961944]} },
{type: 'Feature',properties:{Name: '3', Address: '6801 SHORE ROAD, 4H, BAY RIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03563554, 40.63961944]} },
{type: 'Feature',properties:{Name: '3', Address: '6801 SHORE ROAD, 5P, BAY RIDGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03563554, 40.63961944]} },
{type: 'Feature',properties:{Name: '3', Address: '6801 SHORE ROAD, 2C, BAY RIDGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03563554, 40.63961944]} },
{type: 'Feature',properties:{Name: '3', Address: '6901 NARROWS AVE., 2H, BAY RIDGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03389443, 40.6381021]} },
{type: 'Feature',properties:{Name: '3', Address: '6901 NARROWS AVENUE, 6B, BAY RIDGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03389443, 40.6381021]} },
{type: 'Feature',properties:{Name: '3', Address: '6901 NARROWS AVENUE, 2H, BAY RIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03389443, 40.6381021]} },
{type: 'Feature',properties:{Name: '3', Address: '359 OVINGTON AVENUE, F7, BAY RIDGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02480592, 40.63415467]} },
{type: 'Feature',properties:{Name: '3', Address: '7002 RIDGE BOULEVARD, D14, BAY RIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02899679, 40.6357594]} },
{type: 'Feature',properties:{Name: '3', Address: '7002 RIDGE BOULEVARD, C12, BAY RIDGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02899679, 40.6357594]} },
{type: 'Feature',properties:{Name: '3', Address: '7002 RIDGE BOULEVARD, F1, BAY RIDGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02899679, 40.6357594]} },
{type: 'Feature',properties:{Name: '3', Address: '7002 RIDGE BLVD, A5, BAY RIDGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02899679, 40.6357594]} },
{type: 'Feature',properties:{Name: '3', Address: '7002 RIDGE BOULEVARD, F3, BAY RIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02899679, 40.6357594]} },
{type: 'Feature',properties:{Name: '3', Address: '7002 RIDGE BOULEVARD, BAY RIDGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02899679, 40.6357594]} },
{type: 'Feature',properties:{Name: '3', Address: '7002 RIDGE BLVD, F4, BAY RIDGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02899679, 40.6357594]} },
{type: 'Feature',properties:{Name: '3', Address: '7119 SHORE ROAD, 4G, BAY RIDGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03677237, 40.6364022]} },
{type: 'Feature',properties:{Name: '3', Address: '7101 SHORE ROAD, 2C, BAY RIDGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03668954, 40.63647633]} },
{type: 'Feature',properties:{Name: '3', Address: '7101 SHORE ROAD, 3-H, BAY RIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03668954, 40.63647633]} },
{type: 'Feature',properties:{Name: '3', Address: '7101 COLONIAL ROAD, L4D, BAY RIDGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03206994, 40.63537156]} },
{type: 'Feature',properties:{Name: '3', Address: '7101 COLONIAL ROAD, R4J, BAY RIDGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03206994, 40.63537156]} },
{type: 'Feature',properties:{Name: '3', Address: '7101 COLONIAL ROAD, R2F, BAY RIDGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03206994, 40.63537156]} },
{type: 'Feature',properties:{Name: '3', Address: '138 71ST STREET, E7, BAY RIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03106825, 40.63523185]} },
{type: 'Feature',properties:{Name: '3', Address: '138 71 ST, BAY RIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03106825, 40.63523185]} },
{type: 'Feature',properties:{Name: '3', Address: '145 72ND STREET, C12, BAY RIDGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03152554, 40.63461141]} },
{type: 'Feature',properties:{Name: '3', Address: '145 72ND STREET, E10, BAY RIDGE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03152554, 40.63461141]} },
{type: 'Feature',properties:{Name: '3', Address: '145 72ND STREET, F14, BAY RIDGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03152554, 40.63461141]} },
{type: 'Feature',properties:{Name: '3', Address: '145 72ND STREET, D7, BAY RIDGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03152554, 40.63461141]} },
{type: 'Feature',properties:{Name: '3', Address: '145 72ND STREET, B15, BAY RIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03152554, 40.63461141]} },
{type: 'Feature',properties:{Name: '3', Address: '145 72ND STREET, D8, BAY RIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03152554, 40.63461141]} },
{type: 'Feature',properties:{Name: '3', Address: '145 72ND STREET, B4, BAY RIDGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03152554, 40.63461141]} },
{type: 'Feature',properties:{Name: '3', Address: '460 OVINGTON AVENUE, 3E, BAY RIDGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02243845, 40.6330545]} },
{type: 'Feature',properties:{Name: '3', Address: '460 OVINGTON AVENUE, 4G, BAY RIDGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02243845, 40.6330545]} },
{type: 'Feature',properties:{Name: '3', Address: '460 OVINGTON AVENUE, 4F, BAY RIDGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02243845, 40.6330545]} },
{type: 'Feature',properties:{Name: '3', Address: '460 OVINGTON AVENUE, 2C, BAY RIDGE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02243845, 40.6330545]} },
{type: 'Feature',properties:{Name: '3', Address: '7259 SHORE ROAD, 2D, BAY RIDGE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03718224, 40.63483479]} },
{type: 'Feature',properties:{Name: '3', Address: '7259 SHORE ROAD, 2A, BAY RIDGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03718224, 40.63483479]} },
{type: 'Feature',properties:{Name: '3', Address: '7259 SHORE ROAD, 6F, BAY RIDGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03718224, 40.63483479]} },
{type: 'Feature',properties:{Name: '3', Address: '7261 SHORE ROAD, 6Y, BAY RIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03717864, 40.6348293]} },
{type: 'Feature',properties:{Name: '3', Address: '7259 SHORE ROAD, 6L, BAY RIDGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03718224, 40.63483479]} },
{type: 'Feature',properties:{Name: '3', Address: '7259 SHORE ROAD, 5K, BAY RIDGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03718224, 40.63483479]} },
{type: 'Feature',properties:{Name: '3', Address: '181 73 ST, BAY RIDGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03084777, 40.63370307]} },
{type: 'Feature',properties:{Name: '3', Address: '160 72ND STREET, 784, BAY RIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03108953, 40.63449076]} },
{type: 'Feature',properties:{Name: '3', Address: '181 73RD STREET, 401, BAY RIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03084777, 40.63370307]} },
{type: 'Feature',properties:{Name: '3', Address: '191 73RD STREET, 228, BAY RIDGE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0302208, 40.63355502]} },
{type: 'Feature',properties:{Name: '3', Address: '180 72 ST, BAY RIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03053822, 40.63435915]} },
{type: 'Feature',properties:{Name: '3', Address: '160 72 ST, BAY RIDGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03108953, 40.63449076]} },
{type: 'Feature',properties:{Name: '3', Address: '180 72 STREET, 393, BAY RIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03053822, 40.63435915]} },
{type: 'Feature',properties:{Name: '3', Address: '180 72ND STREET, 332, BAY RIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03053822, 40.63435915]} },
{type: 'Feature',properties:{Name: '3', Address: '170 72 ST, BAY RIDGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03081567, 40.63442496]} },
{type: 'Feature',properties:{Name: '3', Address: '170 72ND STREET, 598, BAY RIDGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03081567, 40.63442496]} },
{type: 'Feature',properties:{Name: '3', Address: '170 72ND STREET, 587, BAY RIDGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03081567, 40.63442496]} },
{type: 'Feature',properties:{Name: '3', Address: '181 73 ST, BAY RIDGE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03084777, 40.63370307]} },
{type: 'Feature',properties:{Name: '3', Address: '191 73 ST, BAY RIDGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0302208, 40.63355502]} },
{type: 'Feature',properties:{Name: '3', Address: '190 72ND STREET, 148-49, BAY RIDGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03026077, 40.63429335]} },
{type: 'Feature',properties:{Name: '3', Address: '181 73 ST, BAY RIDGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03084777, 40.63370307]} },
{type: 'Feature',properties:{Name: '3', Address: '180 72 ST, BAY RIDGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03053822, 40.63435915]} },
{type: 'Feature',properties:{Name: '3', Address: '7200 RIDGE BOULEVARD, 774, BAY RIDGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0296878, 40.63405471]} },
{type: 'Feature',properties:{Name: '3', Address: '191 73RD STREET, 284, BAY RIDGE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0302208, 40.63355502]} },
{type: 'Feature',properties:{Name: '3', Address: '191 73RD ST, 203, BAY RIDGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0302208, 40.63355502]} },
{type: 'Feature',properties:{Name: '3', Address: '190 72ND STREET, 128, BAY RIDGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03026077, 40.63429335]} },
{type: 'Feature',properties:{Name: '3', Address: '191 73RD STREET, 254, BAY RIDGE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0302208, 40.63355502]} },
{type: 'Feature',properties:{Name: '3', Address: '180 72ND STREET, 322, BAY RIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03053822, 40.63435915]} },
{type: 'Feature',properties:{Name: '3', Address: '181 73 ST, BAY RIDGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03084777, 40.63370307]} },
{type: 'Feature',properties:{Name: '3', Address: '181 73 ST, BAY RIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03084777, 40.63370307]} },
{type: 'Feature',properties:{Name: '3', Address: '170 72ND STREET, 585, BAY RIDGE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03081567, 40.63442496]} },
{type: 'Feature',properties:{Name: '3', Address: '181 73 ST, BAY RIDGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03084777, 40.63370307]} },
{type: 'Feature',properties:{Name: '3', Address: '7201 4TH AVENUE, D-6, BAY RIDGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02426858, 40.6327522]} },
{type: 'Feature',properties:{Name: '3', Address: '7201 4TH AVENUE, D7, BAY RIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02426858, 40.6327522]} },
{type: 'Feature',properties:{Name: '3', Address: '7201 4TH AVENUE, C8, BAY RIDGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02426858, 40.6327522]} },
{type: 'Feature',properties:{Name: '3', Address: '7201 4TH AVENUE, F12, BAY RIDGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02426858, 40.6327522]} },
{type: 'Feature',properties:{Name: '3', Address: '131 74TH STREET, 4-F, BAY RIDGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03153203, 40.6331155]} },
{type: 'Feature',properties:{Name: '3', Address: '131 74TH STREET, 5C, BAY RIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03153203, 40.6331155]} },
{type: 'Feature',properties:{Name: '3', Address: '131 74TH STREET, 5J, BAY RIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03153203, 40.6331155]} },
{type: 'Feature',properties:{Name: '3', Address: '131 74TH STREET, 1A, BAY RIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03153203, 40.6331155]} },
{type: 'Feature',properties:{Name: '3', Address: '7401 SHORE ROAD, 1G, BAY RIDGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03674956, 40.63424206]} },
{type: 'Feature',properties:{Name: '3', Address: '7401 SHORE ROAD, 1L, BAY RIDGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03674956, 40.63424206]} },
{type: 'Feature',properties:{Name: '3', Address: '7401 SHORE ROAD, 2E, BAY RIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03674956, 40.63424206]} },
{type: 'Feature',properties:{Name: '3', Address: '7423 RIDGE BOULEVARD, 5D, BAY RIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03026719, 40.63257786]} },
{type: 'Feature',properties:{Name: '3', Address: '7423 RIDGE BOULEVARD, 4A, BAY RIDGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03026719, 40.63257786]} },
{type: 'Feature',properties:{Name: '3', Address: '7423 RIDGE BOULEVARD, 3A, BAY RIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03026719, 40.63257786]} },
{type: 'Feature',properties:{Name: '3', Address: '7423 RIDGE BOULEVARD, L2, BAY RIDGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03026719, 40.63257786]} },
{type: 'Feature',properties:{Name: '3', Address: '7423 RIDGE BLVD., 6C, BAY RIDGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03026719, 40.63257786]} },
{type: 'Feature',properties:{Name: '3', Address: '7423 RIDGE BOULEVARD, 6H, BAY RIDGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03026719, 40.63257786]} },
{type: 'Feature',properties:{Name: '3', Address: '345 BAY RIDGE PARKWAY, 2K, BAY RIDGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02653413, 40.63117894]} },
{type: 'Feature',properties:{Name: '3', Address: '7401 4 AVENUE, C4, BAY RIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02482291, 40.63140165]} },
{type: 'Feature',properties:{Name: '3', Address: '7401 4TH AVENUE, C8, BAY RIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02482291, 40.63140165]} },
{type: 'Feature',properties:{Name: '3', Address: '7401 4TH AVENUE, E3, BAY RIDGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02482291, 40.63140165]} },
{type: 'Feature',properties:{Name: '3', Address: '7401 4TH AVENUE, F6, BAY RIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02482291, 40.63140165]} },
{type: 'Feature',properties:{Name: '3', Address: '130 BAY RIDGE PARKWAY, 4H, BAY RIDGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03218385, 40.63249774]} },
{type: 'Feature',properties:{Name: '3', Address: '130 BAYRIDGE PARKWAY, 4K, BAY RIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03218385, 40.63249774]} },
{type: 'Feature',properties:{Name: '3', Address: '130 BAYRIDGE PARKWAY, 4H, BAY RIDGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03218385, 40.63249774]} },
{type: 'Feature',properties:{Name: '3', Address: '130 BAY RIDGE PARKWAY, 1B, BAY RIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03218385, 40.63249774]} },
{type: 'Feature',properties:{Name: '3', Address: '130 BAY RIDGE PARKWAY, 3A, BAY RIDGE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03218385, 40.63249774]} },
{type: 'Feature',properties:{Name: '3', Address: '7520 RIDGE BOULEVARD, 1AA, BAY RIDGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03066668, 40.63165276]} },
{type: 'Feature',properties:{Name: '3', Address: '7520 RIDGE BOULEVARD, 3E, BAY RIDGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03066668, 40.63165276]} },
{type: 'Feature',properties:{Name: '3', Address: '7520 RIDGE BOULEVARD, 4E, BAY RIDGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03066668, 40.63165276]} },
{type: 'Feature',properties:{Name: '3', Address: '7501 RIDGE BOULEVARD, 6E, BAY RIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03048672, 40.63203708]} },
{type: 'Feature',properties:{Name: '3', Address: '402 BAY RIDGE PARKWAY, 31, BAY RIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02454522, 40.63062768]} },
{type: 'Feature',properties:{Name: '3', Address: '7609 4 AVENUE, B14, BAY RIDGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02541321, 40.62995502]} },
{type: 'Feature',properties:{Name: '3', Address: '7609 4TH AVENUE, F2, BAY RIDGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02541321, 40.62995502]} },
{type: 'Feature',properties:{Name: '3', Address: '243 78TH STREET, 4E, BAY RIDGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03015058, 40.62965469]} },
{type: 'Feature',properties:{Name: '3', Address: '243 78TH STREET, 2D, BAY RIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03015058, 40.62965469]} },
{type: 'Feature',properties:{Name: '3', Address: '219 78TH STREET, BAY RIDGE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03061177, 40.62976161]} },
{type: 'Feature',properties:{Name: '3', Address: '219-223 78TH STREET, 3G, BAY RIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03061177, 40.62976161]} },
{type: 'Feature',properties:{Name: '3', Address: '255 79TH STREET, D12, BAY RIDGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03021507, 40.62886692]} },
{type: 'Feature',properties:{Name: '3', Address: '255 79TH STREET, C-7, BAY RIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03021507, 40.62886692]} },
{type: 'Feature',properties:{Name: '3', Address: '7825 4TH AVENUE, E5, BAY RIDGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02604308, 40.6284123]} },
{type: 'Feature',properties:{Name: '3', Address: '7825 FOURTH AVENUE, E7, BAY RIDGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02604308, 40.6284123]} },
{type: 'Feature',properties:{Name: '3', Address: '601 79TH STREET, B11, BAY RIDGE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02127576, 40.62496583]} },
{type: 'Feature',properties:{Name: '3', Address: '601 79 STREET, C10, BAY RIDGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02127576, 40.62496583]} },
{type: 'Feature',properties:{Name: '3', Address: '7901 4TH AVENUE, C20A, BAY RIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02629862, 40.62780839]} },
{type: 'Feature',properties:{Name: '3', Address: '7901 4TH AVENUE, B18, BAY RIDGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02629862, 40.62780839]} },
{type: 'Feature',properties:{Name: '3', Address: '7901 4TH AVENUE, A22, BAY RIDGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02629862, 40.62780839]} },
{type: 'Feature',properties:{Name: '3', Address: '7901 4TH AVENUE, A15, BAY RIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02629862, 40.62780839]} },
{type: 'Feature',properties:{Name: '3', Address: '7901 4TH AVENUE, C17, BAY RIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02629862, 40.62780839]} },
{type: 'Feature',properties:{Name: '3', Address: '8020 4 AVE, BAY RIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02665855, 40.62697664]} },
{type: 'Feature',properties:{Name: '3', Address: '8020 FOURTH AVENUE, D6, BAY RIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02665855, 40.62697664]} },
{type: 'Feature',properties:{Name: '3', Address: '8020 4 AVENUE, C2, BAY RIDGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02665855, 40.62697664]} },
{type: 'Feature',properties:{Name: '3', Address: '8105 FOURTH AVE, 2I, BAY RIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02689605, 40.62633156]} },
{type: 'Feature',properties:{Name: '3', Address: '8105 FOURTH AVE, 5G, BAY RIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02689605, 40.62633156]} },
{type: 'Feature',properties:{Name: '3', Address: '8105 4TH AVENUE, 4D, BAY RIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02689605, 40.62633156]} },
{type: 'Feature',properties:{Name: '3', Address: '680 81ST STREET, 2C, BAY RIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02001054, 40.62236399]} },
{type: 'Feature',properties:{Name: '3', Address: '680 81ST STREET, 2K, BAY RIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02001054, 40.62236399]} },
{type: 'Feature',properties:{Name: '3', Address: '8301 RIDGE BOULEVARD, 2H, BAY RIDGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03286529, 40.6262257]} },
{type: 'Feature',properties:{Name: '3', Address: '8301 RIDGE BLVD, 6H, BAY RIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03286529, 40.6262257]} },
{type: 'Feature',properties:{Name: '3', Address: '8301 RIDGE BOULEVARD, 2C, BAY RIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03286529, 40.6262257]} },
{type: 'Feature',properties:{Name: '3', Address: '8301 RIDGE BOULEVARD, 4F, BAY RIDGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03286529, 40.6262257]} },
{type: 'Feature',properties:{Name: '3', Address: '8301 RIDGE BOULEVARD, 3J, BAY RIDGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03286529, 40.6262257]} },
{type: 'Feature',properties:{Name: '3', Address: '8301 RIDGE BOULEVARD, 4A, BAY RIDGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03286529, 40.6262257]} },
{type: 'Feature',properties:{Name: '3', Address: '8502 FORT HAMILTON PKWY, 5H, BAY RIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0238284, 40.62087284]} },
{type: 'Feature',properties:{Name: '3', Address: '8502 FORT HAMILTON PARKWA, 1J, BAY RIDGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0238284, 40.62087284]} },
{type: 'Feature',properties:{Name: '3', Address: '85-02 FORT HAMILTON PARKWA, 2-E, BAY RIDGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0238284, 40.62087284]} },
{type: 'Feature',properties:{Name: '3', Address: '8502 FORT HAMILTON PARKWA, #6E, BAY RIDGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0238284, 40.62087284]} },
{type: 'Feature',properties:{Name: '3', Address: '8701 SHORE ROAD, 436, BAY RIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.04067097, 40.62480689]} },
{type: 'Feature',properties:{Name: '3', Address: '8701 SHORE ROAD, 422, BAY RIDGE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.04067097, 40.62480689]} },
{type: 'Feature',properties:{Name: '3', Address: '8701 SHORE ROAD, 537, BAY RIDGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.04067097, 40.62480689]} },
{type: 'Feature',properties:{Name: '3', Address: '8701 SHORE ROAD, 137, BAY RIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.04067097, 40.62480689]} },
{type: 'Feature',properties:{Name: '3', Address: '8701 SHORE ROAD, 132, BAY RIDGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.04067097, 40.62480689]} },
{type: 'Feature',properties:{Name: '3', Address: '8701 SHORE ROAD, 524, BAY RIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.04067097, 40.62480689]} },
{type: 'Feature',properties:{Name: '3', Address: '8701 SHORE ROAD, 421, BAY RIDGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.04067097, 40.62480689]} },
{type: 'Feature',properties:{Name: '3', Address: '8701 SHORE ROAD, 435, BAY RIDGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.04067097, 40.62480689]} },
{type: 'Feature',properties:{Name: '3', Address: '8701 SHORE ROAD, 444, BAY RIDGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.04067097, 40.62480689]} },
{type: 'Feature',properties:{Name: '3', Address: '8701 SHORE ROAD, 338, BAY RIDGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.04067097, 40.62480689]} },
{type: 'Feature',properties:{Name: '3', Address: '8701 SHORE ROAD, 420, BAY RIDGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.04067097, 40.62480689]} },
{type: 'Feature',properties:{Name: '3', Address: '8701 SHORE ROAD, 413, BAY RIDGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.04067097, 40.62480689]} },
{type: 'Feature',properties:{Name: '3', Address: '8646 FORT HAMILTON PARKWA, 5A, BAY RIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02518595, 40.61963191]} },
{type: 'Feature',properties:{Name: '3', Address: '8901 SHORE ROAD, 5A, BAY RIDGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0405834, 40.62297066]} },
{type: 'Feature',properties:{Name: '3', Address: '8901 SHORE ROAD, 4C, BAY RIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0405834, 40.62297066]} },
{type: 'Feature',properties:{Name: '3', Address: '8901 SHORE ROAD, 10D, BAY RIDGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0405834, 40.62297066]} },
{type: 'Feature',properties:{Name: '3', Address: '8901 SHORE ROAD, 7C, BAY RIDGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0405834, 40.62297066]} },
{type: 'Feature',properties:{Name: '3', Address: '20 89TH STREET, 2B, BAY RIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0394776, 40.62314946]} },
{type: 'Feature',properties:{Name: '3', Address: '40 89TH STREET, 6C, BAY RIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03914614, 40.62306997]} },
{type: 'Feature',properties:{Name: '3', Address: '20-40 89TH STREET, 6D, BAY RIDGE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0394776, 40.62314946]} },
{type: 'Feature',properties:{Name: '3', Address: '20-40 89TH STREET, 6D, BAY RIDGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0394776, 40.62314946]} },
{type: 'Feature',properties:{Name: '3', Address: '20 89TH STREET, 6A, BAY RIDGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0394776, 40.62314946]} },
{type: 'Feature',properties:{Name: '3', Address: '40 89TH STREET, 3G/3F, BAY RIDGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03914614, 40.62306997]} },
{type: 'Feature',properties:{Name: '3', Address: '40 89TH STREET, 3G, BAY RIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03914614, 40.62306997]} },
{type: 'Feature',properties:{Name: '3', Address: '20 89TH STREET, 2A, BAY RIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0394776, 40.62314946]} },
{type: 'Feature',properties:{Name: '3', Address: '40 89TH STREET, 5A, BAY RIDGE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03914614, 40.62306997]} },
{type: 'Feature',properties:{Name: '3', Address: '9040 FORT HAMILTON PARKWA, 4J, BAY RIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02706538, 40.61747682]} },
{type: 'Feature',properties:{Name: '3', Address: '9040 FORT HAMILTON PARKWA, 3B, BAY RIDGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02706538, 40.61747682]} },
{type: 'Feature',properties:{Name: '3', Address: '9040 FT. HAMILTON PARKWAY, 6I, BAY RIDGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02706538, 40.61747682]} },
{type: 'Feature',properties:{Name: '3', Address: '9031 FORT HAMILTON PARKWA, 6L, BAY RIDGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02664052, 40.61792432]} },
{type: 'Feature',properties:{Name: '3', Address: '9031 FORT HAMILTON PARKWA, 4J, BAY RIDGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02664052, 40.61792432]} },
{type: 'Feature',properties:{Name: '3', Address: '9031 FORT HAMILTON PARKWA, 2D, BAY RIDGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02664052, 40.61792432]} },
{type: 'Feature',properties:{Name: '3', Address: '9031 FORT HAMILTON PARKWA, 3J, BAY RIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02664052, 40.61792432]} },
{type: 'Feature',properties:{Name: '3', Address: '9031 FT HAMILTON PARKWAY, 2K, BAY RIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02664052, 40.61792432]} },
{type: 'Feature',properties:{Name: '3', Address: '9031 FT HAMILTON PARKWAY, 4B, BAY RIDGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02664052, 40.61792432]} },
{type: 'Feature',properties:{Name: '3', Address: '9265 SHORE ROAD, 4E, BAY RIDGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.04010211, 40.61933124]} },
{type: 'Feature',properties:{Name: '3', Address: '35 OLIVER STREET, 3E, BAY RIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03896755, 40.61951278]} },
{type: 'Feature',properties:{Name: '3', Address: '9265 SHORE ROAD, 6A/6B, BAY RIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.04010211, 40.61933124]} },
{type: 'Feature',properties:{Name: '3', Address: '9265 SHORE ROAD, 2A, BAY RIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.04010211, 40.61933124]} },
{type: 'Feature',properties:{Name: '3', Address: '9265 SHORE ROAD, 2D, BAY RIDGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.04010211, 40.61933124]} },
{type: 'Feature',properties:{Name: '3', Address: '35 OLIVER STREET, 4C, BAY RIDGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03896755, 40.61951278]} },
{type: 'Feature',properties:{Name: '3', Address: '15 OLIVER STREET, 4E, BAY RIDGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03939612, 40.61936167]} },
{type: 'Feature',properties:{Name: '3', Address: '35 OLIVER STREET, 2D, BAY RIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03896755, 40.61951278]} },
{type: 'Feature',properties:{Name: '3', Address: '9201 SHORE ROAD, C-205, BAY RIDGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.04047756, 40.62070075]} },
{type: 'Feature',properties:{Name: '3', Address: '9201 SHORE ROAD, D507, BAY RIDGE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.04047756, 40.62070075]} },
{type: 'Feature',properties:{Name: '3', Address: '9201 SHORE ROAD, D404, BAY RIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.04047756, 40.62070075]} },
{type: 'Feature',properties:{Name: '3', Address: '9201 SHORE ROAD, D-710, BAY RIDGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.04047756, 40.62070075]} },
{type: 'Feature',properties:{Name: '3', Address: '9201 SHORE ROAD, A301, BAY RIDGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.04047756, 40.62070075]} },
{type: 'Feature',properties:{Name: '3', Address: '9201 SHORE ROAD, B605, BAY RIDGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.04047756, 40.62070075]} },
{type: 'Feature',properties:{Name: '3', Address: '9201 SHORE ROAD, C405, BAY RIDGE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.04047756, 40.62070075]} },
{type: 'Feature',properties:{Name: '3', Address: '9201 SHORE ROAD, C114, BAY RIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.04047756, 40.62070075]} },
{type: 'Feature',properties:{Name: '3', Address: '9201 SHORE ROAD, B103, BAY RIDGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.04047756, 40.62070075]} },
{type: 'Feature',properties:{Name: '3', Address: '9201 SHORE ROAD, D503, BAY RIDGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.04047756, 40.62070075]} },
{type: 'Feature',properties:{Name: '3', Address: '9201 SHORE ROAD, A601, BAY RIDGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.04047756, 40.62070075]} },
{type: 'Feature',properties:{Name: '3', Address: '9201 SHORE ROAD, C201, BAY RIDGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.04047756, 40.62070075]} },
{type: 'Feature',properties:{Name: '3', Address: '9201 SHORE ROAD, B402, BAY RIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.04047756, 40.62070075]} },
{type: 'Feature',properties:{Name: '3', Address: '9201 SHORE ROAD, C704, BAY RIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.04047756, 40.62070075]} },
{type: 'Feature',properties:{Name: '3', Address: '9201 SHORE ROAD, C604, BAY RIDGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.04047756, 40.62070075]} },
{type: 'Feature',properties:{Name: '3', Address: '2 MARINE AVENUE, 1G, BAY RIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03804237, 40.62048475]} },
{type: 'Feature',properties:{Name: '3', Address: '2 MARINE AVENUE, 5E, BAY RIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03804237, 40.62048475]} },
{type: 'Feature',properties:{Name: '3', Address: '2 MARINE AVENUE, 1C, BAY RIDGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03804237, 40.62048475]} },
{type: 'Feature',properties:{Name: '3', Address: '61 OLIVER STREET, 5V, BAY RIDGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03840934, 40.61971059]} },
{type: 'Feature',properties:{Name: '3', Address: '61 OLIVER STREET, #2V, BAY RIDGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03840934, 40.61971059]} },
{type: 'Feature',properties:{Name: '3', Address: '61 OLIVER STREET, 3R, BAY RIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03840934, 40.61971059]} },
{type: 'Feature',properties:{Name: '3', Address: '61 OLIVER STREET, 2M, BAY RIDGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03840934, 40.61971059]} },
{type: 'Feature',properties:{Name: '3', Address: '61 OLIVER STREET, 3J, BAY RIDGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03840934, 40.61971059]} },
{type: 'Feature',properties:{Name: '3', Address: '61 OLIVER STREET, 4M, BAY RIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03840934, 40.61971059]} },
{type: 'Feature',properties:{Name: '3', Address: '61 OLIVER STREET, 2P, BAY RIDGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03840934, 40.61971059]} },
{type: 'Feature',properties:{Name: '3', Address: '61 OLIVER STREET, 2D, BAY RIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03840934, 40.61971059]} },
{type: 'Feature',properties:{Name: '3', Address: '61 OLIVER STREET, 1R, BAY RIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03840934, 40.61971059]} },
{type: 'Feature',properties:{Name: '3', Address: '61 OLIVER, BAY RIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03840934, 40.61971059]} },
{type: 'Feature',properties:{Name: '3', Address: '61 OLIVER STREET, 5D, BAY RIDGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03840934, 40.61971059]} },
{type: 'Feature',properties:{Name: '3', Address: '9281 SHORE ROAD, 506, BAY RIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03978845, 40.61887296]} },
{type: 'Feature',properties:{Name: '3', Address: '9281 SHORE ROAD, 600, BAY RIDGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03978845, 40.61887296]} },
{type: 'Feature',properties:{Name: '3', Address: '9281 SHORE ROAD, 1, BAY RIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03978845, 40.61887296]} },
{type: 'Feature',properties:{Name: '3', Address: '26 OLIVER STREET, 3A, BAY RIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03915482, 40.61943037]} },
{type: 'Feature',properties:{Name: '3', Address: '26 OLIVER STREET, 4A, BAY RIDGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03915482, 40.61943037]} },
{type: 'Feature',properties:{Name: '3', Address: '26 OLIVER STREET, 2A, BAY RIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03915482, 40.61943037]} },
{type: 'Feature',properties:{Name: '3', Address: '9323 SHORE ROAD, 1L, BAY RIDGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03944592, 40.61830491]} },
{type: 'Feature',properties:{Name: '3', Address: '20 93RD STREET, 1B, BAY RIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03892747, 40.61871955]} },
{type: 'Feature',properties:{Name: '3', Address: '20 93RD STREET, 1A, BAY RIDGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03892747, 40.61871955]} },
{type: 'Feature',properties:{Name: '3', Address: '9411 SHORE ROAD, 1E, BAY RIDGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03896639, 40.61752281]} },
{type: 'Feature',properties:{Name: '3', Address: '9411 SHORE ROAD, 1-B, BAY RIDGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03896639, 40.61752281]} },
{type: 'Feature',properties:{Name: '3', Address: '9411 SHORE ROAD, LF, BAY RIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03896639, 40.61752281]} },
{type: 'Feature',properties:{Name: '3', Address: '9411 SHORE ROAD, 6-J, BAY RIDGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03896639, 40.61752281]} },
{type: 'Feature',properties:{Name: '3', Address: '9411 SHORE ROAD, 3J, BAY RIDGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03896639, 40.61752281]} },
{type: 'Feature',properties:{Name: '3', Address: '9411 SHORE ROAD, 2C, BAY RIDGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03896639, 40.61752281]} },
{type: 'Feature',properties:{Name: '3', Address: '9411 SHORE ROAD, 6D, BAY RIDGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03896639, 40.61752281]} },
{type: 'Feature',properties:{Name: '3', Address: '9430 RIDGE BOULEVARD, 5H, BAY RIDGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03683781, 40.61787484]} },
{type: 'Feature',properties:{Name: '3', Address: '9437 SHORE ROAD, B6, BAY RIDGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03864551, 40.61699592]} },
{type: 'Feature',properties:{Name: '3', Address: '9437 SHORE ROAD, A8, BAY RIDGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03864551, 40.61699592]} },
{type: 'Feature',properties:{Name: '3', Address: '9437 SHORE ROAD, BASEM, BAY RIDGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03864551, 40.61699592]} },
{type: 'Feature',properties:{Name: '3', Address: '9437 SHORE ROAD, A4, BAY RIDGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03864551, 40.61699592]} },
{type: 'Feature',properties:{Name: '3', Address: '9425 SHORE ROAD, 1H, BAY RIDGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03868878, 40.61707001]} },
{type: 'Feature',properties:{Name: '3', Address: '9425 SHORE ROAD, 2J, BAY RIDGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03868878, 40.61707001]} },
{type: 'Feature',properties:{Name: '3', Address: '145 95TH STREET, F2, BAY RIDGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03730552, 40.61689206]} },
{type: 'Feature',properties:{Name: '3', Address: '149 MARINE AVENUE, BAY RIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0355187, 40.61642601]} },
{type: 'Feature',properties:{Name: '3', Address: '149 MARINE AVENUE, 4P, BAY RIDGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0355187, 40.61642601]} },
{type: 'Feature',properties:{Name: '3', Address: '149 MARINE AVENUE, 1-O, BAY RIDGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0355187, 40.61642601]} },
{type: 'Feature',properties:{Name: '3', Address: '149 MARINE AVENUE, 6F, BAY RIDGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0355187, 40.61642601]} },
{type: 'Feature',properties:{Name: '3', Address: '149 MARINE AVENUE, 5H, BAY RIDGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0355187, 40.61642601]} },
{type: 'Feature',properties:{Name: '3', Address: '302 96TH STREET, 6V, BAY RIDGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03351596, 40.61631133]} },
{type: 'Feature',properties:{Name: '3', Address: '302 96TH STREET, 5S, BAY RIDGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03351596, 40.61631133]} },
{type: 'Feature',properties:{Name: '3', Address: '302 96TH STREET, 1W, BAY RIDGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03351596, 40.61631133]} },
{type: 'Feature',properties:{Name: '3', Address: '302 96TH STREET, 3T, BAY RIDGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03351596, 40.61631133]} },
{type: 'Feature',properties:{Name: '3', Address: '302 96TH STREET, 6A, BAY RIDGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03351596, 40.61631133]} },
{type: 'Feature',properties:{Name: '3', Address: '302 96TH STREET, 6H, BAY RIDGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03351596, 40.61631133]} },
{type: 'Feature',properties:{Name: '3', Address: '302 96TH STREET, 3P, BAY RIDGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03351596, 40.61631133]} },
{type: 'Feature',properties:{Name: '3', Address: '302 96TH STREET, 2-R, BAY RIDGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03351596, 40.61631133]} },
{type: 'Feature',properties:{Name: '3', Address: '302 96TH STREET, 1C, BAY RIDGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03351596, 40.61631133]} },
{type: 'Feature',properties:{Name: '3', Address: '302 96TH STREET, 5B, BAY RIDGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03351596, 40.61631133]} },
{type: 'Feature',properties:{Name: '3', Address: '302 96TH STREET, 2J, BAY RIDGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03351596, 40.61631133]} },
{type: 'Feature',properties:{Name: '3', Address: '9602 4TH AVENUE, 5J, BAY RIDGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03159203, 40.61524964]} },
{type: 'Feature',properties:{Name: '3', Address: '9602 4 AVENUE, 4K, BAY RIDGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03159203, 40.61524964]} },
{type: 'Feature',properties:{Name: '3', Address: '9602 4TH AVENUE, 3N, BAY RIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03159203, 40.61524964]} },
{type: 'Feature',properties:{Name: '3', Address: '9524 FORT HAMILTON PARKWA, 507, BAY RIDGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02965751, 40.61453376]} },
{type: 'Feature',properties:{Name: '3', Address: '9524 FORT HAMILTON PARKWA, 308, BAY RIDGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02965751, 40.61453376]} },
{type: 'Feature',properties:{Name: '3', Address: '9615 SHORE ROAD, 4D, BAY RIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03788836, 40.61569239]} },
{type: 'Feature',properties:{Name: '3', Address: '9615 SHORE RD, 5G, BAY RIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03788836, 40.61569239]} },
{type: 'Feature',properties:{Name: '3', Address: '9615 SHORE ROAD, 1D, BAY RIDGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03788836, 40.61569239]} },
{type: 'Feature',properties:{Name: '3', Address: '9615 SHORE ROAD, 6C, BAY RIDGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03788836, 40.61569239]} },
{type: 'Feature',properties:{Name: '3', Address: '9615 SHORE ROAD, 3A, BAY RIDGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03788836, 40.61569239]} },
{type: 'Feature',properties:{Name: '3', Address: '185 MARINE AVENUE, 3-C, BAY RIDGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03498155, 40.61554235]} },
{type: 'Feature',properties:{Name: '3', Address: '185 MARINE AVENUE, 5E, BAY RIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03498155, 40.61554235]} },
{type: 'Feature',properties:{Name: '3', Address: '351 MARINE AVE, B18, BAY RIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03333129, 40.61435983]} },
{type: 'Feature',properties:{Name: '3', Address: '351 MARINE AVENUE, C09, BAY RIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03333129, 40.61435983]} },
{type: 'Feature',properties:{Name: '3', Address: '351 MARINE AVENUE, C10, BAY RIDGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03333129, 40.61435983]} },
{type: 'Feature',properties:{Name: '3', Address: '351 MARINE AVENUE, E6, BAY RIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03333129, 40.61435983]} },
{type: 'Feature',properties:{Name: '3', Address: '351 MARINE AVENUE, B17, BAY RIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03333129, 40.61435983]} },
{type: 'Feature',properties:{Name: '3', Address: '351 MARINE AVENUE, C-19, BAY RIDGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03333129, 40.61435983]} },
{type: 'Feature',properties:{Name: '3', Address: '9707 4TH AVENUE, 3W, BAY RIDGE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03212839, 40.61458525]} },
{type: 'Feature',properties:{Name: '3', Address: '9707 FOURTH AVENUE, 7H, BAY RIDGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03212839, 40.61458525]} },
{type: 'Feature',properties:{Name: '3', Address: '9707 4TH AVENUE, 3-O, BAY RIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03212839, 40.61458525]} },
{type: 'Feature',properties:{Name: '3', Address: '9707 4TH AVE, 4V, BAY RIDGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03212839, 40.61458525]} },
{type: 'Feature',properties:{Name: '3', Address: '9707 FOURTH AVENUE, 6K, BAY RIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03212839, 40.61458525]} },
{type: 'Feature',properties:{Name: '3', Address: '9707 4TH AVENUE, 3E, BAY RIDGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03212839, 40.61458525]} },
{type: 'Feature',properties:{Name: '3', Address: '9707 4TH AVENUE, 2C, BAY RIDGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03212839, 40.61458525]} },
{type: 'Feature',properties:{Name: '3', Address: '9707 4TH AVENUE, 5-C, BAY RIDGE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03212839, 40.61458525]} },
{type: 'Feature',properties:{Name: '3', Address: '9707 4 AVENUE, 4H/4I, BAY RIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03212839, 40.61458525]} },
{type: 'Feature',properties:{Name: '3', Address: '9707 FOURTH AVENUE, 2P, BAY RIDGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03212839, 40.61458525]} },
{type: 'Feature',properties:{Name: '3', Address: '9707 4TH AVENUE, 3U, BAY RIDGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03212839, 40.61458525]} },
{type: 'Feature',properties:{Name: '3', Address: '9801 SHORE RD, 3N, BAY RIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03736181, 40.61450132]} },
{type: 'Feature',properties:{Name: '3', Address: '9801 SHORE ROAD, 5N, BAY RIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03736181, 40.61450132]} },
{type: 'Feature',properties:{Name: '3', Address: '9801 SHORE ROAD, 4-O, BAY RIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03736181, 40.61450132]} },
{type: 'Feature',properties:{Name: '3', Address: '9801 SHORE ROAD, 4Q, BAY RIDGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03736181, 40.61450132]} },
{type: 'Feature',properties:{Name: '3', Address: '9701 SHORE ROAD, 5A, BAY RIDGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03756739, 40.61498159]} },
{type: 'Feature',properties:{Name: '3', Address: '9701 SHORE ROAD, 6-H, BAY RIDGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03756739, 40.61498159]} },
{type: 'Feature',properties:{Name: '3', Address: '9701 SHORE ROAD, 6N, BAY RIDGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03756739, 40.61498159]} },
{type: 'Feature',properties:{Name: '3', Address: '9701 SHORE ROAD, 5J, BAY RIDGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03756739, 40.61498159]} },
{type: 'Feature',properties:{Name: '3', Address: '9701 SHORE ROAD, 3G, BAY RIDGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03756739, 40.61498159]} },
{type: 'Feature',properties:{Name: '3', Address: '9701 SHORE ROAD, 5L, BAY RIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03756739, 40.61498159]} },
{type: 'Feature',properties:{Name: '3', Address: '9701 SHORE ROAD, 5H, BAY RIDGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03756739, 40.61498159]} },
{type: 'Feature',properties:{Name: '3', Address: '9902 3RD AVENUE, 5B, BAY RIDGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03503486, 40.61416994]} },
{type: 'Feature',properties:{Name: '3', Address: '9902 3 AVENUE, 6K, BAY RIDGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03503486, 40.61416994]} },
{type: 'Feature',properties:{Name: '3', Address: '9902 3RD AVE, 3Z, BAY RIDGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03503486, 40.61416994]} },
{type: 'Feature',properties:{Name: '3', Address: '9902 3 AVE, BAY RIDGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03503486, 40.61416994]} },
{type: 'Feature',properties:{Name: '3', Address: '9902 3RD AVENUE, 4S, BAY RIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03503486, 40.61416994]} },
{type: 'Feature',properties:{Name: '3', Address: '118 BATTERY AVENUE, BAY RIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0242446, 40.61632189]} },
{type: 'Feature',properties:{Name: '3', Address: '118 BATTERY AVENUE, BAY RIDGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0242446, 40.61632189]} },
{type: 'Feature',properties:{Name: '3', Address: '336 99TH STREET, BAY RIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03422432, 40.6139204]} },
{type: 'Feature',properties:{Name: '3', Address: '6833 SHORE ROAD, BAY RIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03571829, 40.63940258]} },
{type: 'Feature',properties:{Name: '3', Address: '6911 SHORE ROAD, BAY RIDGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0360493, 40.63849944]} },
{type: 'Feature',properties:{Name: '3', Address: '6917 SHORE ROAD, BAY RIDGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03607085, 40.63837043]} },
{type: 'Feature',properties:{Name: '3', Address: '6917 SHORE ROAD, BAY RIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03607085, 40.63837043]} },
{type: 'Feature',properties:{Name: '3', Address: '115 96TH STREET, BAY RIDGE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0373771, 40.61607957]} },
{type: 'Feature',properties:{Name: '3', Address: '115 96TH STREET, BAY RIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0373771, 40.61607957]} },
{type: 'Feature',properties:{Name: '3', Address: '9511 SHORE ROAD, BAY RIDGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03826694, 40.61637023]} },
{type: 'Feature',properties:{Name: '3', Address: '9511 SHORE ROAD, BAY RIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03826694, 40.61637023]} },
{type: 'Feature',properties:{Name: '3', Address: '9511 SHORE ROAD, BAY RIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03826694, 40.61637023]} },
{type: 'Feature',properties:{Name: '3', Address: '9511 SHORE ROAD, BAY RIDGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03826694, 40.61637023]} },
{type: 'Feature',properties:{Name: '3', Address: '9511 SHORE ROAD, BAY RIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03826694, 40.61637023]} },
{type: 'Feature',properties:{Name: '3', Address: '9511 SHORE ROAD, BAY RIDGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03826694, 40.61637023]} },
{type: 'Feature',properties:{Name: '3', Address: '9511 SHORE ROAD, BAY RIDGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03826694, 40.61637023]} },
{type: 'Feature',properties:{Name: '3', Address: '9917 SHORE ROAD, BAY RIDGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03675965, 40.61331577]} },
{type: 'Feature',properties:{Name: '3', Address: '9917 SHORE ROAD, BAY RIDGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03675965, 40.61331577]} },
{type: 'Feature',properties:{Name: '3', Address: '9907 3 AVENUE, BAY RIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03505643, 40.61409856]} },
{type: 'Feature',properties:{Name: '3', Address: '9907 3 AVENUE, BAY RIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03505643, 40.61409856]} },
{type: 'Feature',properties:{Name: '3', Address: '9907 3 AVENUE, BAY RIDGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03505643, 40.61409856]} },
{type: 'Feature',properties:{Name: '3', Address: '9907 3 AVENUE, BAY RIDGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03505643, 40.61409856]} },
{type: 'Feature',properties:{Name: '3', Address: '9907 3 AVENUE, BAY RIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03505643, 40.61409856]} },
{type: 'Feature',properties:{Name: '3', Address: '9921 4 AVENUE, BAY RIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03329471, 40.61323173]} },
{type: 'Feature',properties:{Name: '3', Address: '9921 FOURTH AVENUE, BAY RIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03329471, 40.61323173]} },
{type: 'Feature',properties:{Name: '3', Address: '10002 4TH AVENUE, BAY RIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03372668, 40.61275676]} },
{type: 'Feature',properties:{Name: '3', Address: '10002 4 AVENUE, BAY RIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03372668, 40.61275676]} },
{type: 'Feature',properties:{Name: '3', Address: '10002 4 AVENUE, BAY RIDGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03372668, 40.61275676]} },
{type: 'Feature',properties:{Name: '3', Address: '10002 4 AVENUE, BAY RIDGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03372668, 40.61275676]} },
{type: 'Feature',properties:{Name: '3', Address: '10002 4TH AVENUE, BAY RIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03372668, 40.61275676]} },
{type: 'Feature',properties:{Name: '3', Address: '211 61ST STREET, BAY RIDGE', Month: '1', Price: '6491'}, geometry: { type: 'Point', coordinates:[-74.02289208, 40.64260627]} },
{type: 'Feature',properties:{Name: '3', Address: '6762 4TH AVENUE, BAY RIDGE', Month: '10', Price: '5942'}, geometry: { type: 'Point', coordinates:[-74.02306988, 40.63574976]} },
{type: 'Feature',properties:{Name: '3', Address: '6823 4 AVENUE, BAY RIDGE', Month: '2', Price: '3770'}, geometry: { type: 'Point', coordinates:[-74.02331105, 40.63509919]} },
{type: 'Feature',properties:{Name: '3', Address: '7134 5 AVENUE, BAY RIDGE', Month: '11', Price: '7102'}, geometry: { type: 'Point', coordinates:[-74.02152667, 40.63223124]} },
{type: 'Feature',properties:{Name: '3', Address: '7315 THIRD AVENUE, BAY RIDGE', Month: '11', Price: '3000'}, geometry: { type: 'Point', coordinates:[-74.02728771, 40.63266369]} },
{type: 'Feature',properties:{Name: '3', Address: '8126 FIFTH AVE, BAY RIDGE', Month: '3', Price: '6540'}, geometry: { type: 'Point', coordinates:[-74.02456109, 40.62480598]} },
{type: 'Feature',properties:{Name: '3', Address: '8617 4 AVENUE, BAY RIDGE', Month: '7', Price: '4081'}, geometry: { type: 'Point', coordinates:[-74.02853346, 40.62232651]} },
{type: 'Feature',properties:{Name: '3', Address: '8615 4 AVENUE, BAY RIDGE', Month: '8', Price: '4215'}, geometry: { type: 'Point', coordinates:[-74.02851547, 40.62237318]} },
{type: 'Feature',properties:{Name: '3', Address: '8702 3 AVENUE, BAY RIDGE', Month: '7', Price: '5300'}, geometry: { type: 'Point', coordinates:[-74.03141901, 40.62261945]} },
{type: 'Feature',properties:{Name: '3', Address: '8627 5 AVENUE, BAY RIDGE', Month: '3', Price: '4800'}, geometry: { type: 'Point', coordinates:[-74.0263897, 40.62127302]} },
{type: 'Feature',properties:{Name: '3', Address: '677 88TH STREET, BAY RIDGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02226405, 40.61786487]} },
{type: 'Feature',properties:{Name: '3', Address: '98 GELSTON AVENUE, BAY RIDGE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02713441, 40.61893154]} },
{type: 'Feature',properties:{Name: '3', Address: '76 BATTERY AVENUE, BAY RIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0234345, 40.61727999]} },
{type: 'Feature',properties:{Name: '3', Address: '307 72ND STREET, 1E, BAY RIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02667194, 40.63345983]} },
{type: 'Feature',properties:{Name: '3', Address: '307 72ND STREET, 3B, BAY RIDGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02667194, 40.63345983]} },
{type: 'Feature',properties:{Name: '3', Address: '307 72ND STREET, 3E, BAY RIDGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02667194, 40.63345983]} },
{type: 'Feature',properties:{Name: '3', Address: '6741 5 AVENUE, BAY RIDGE', Month: '11', Price: '4620'}, geometry: { type: 'Point', coordinates:[-74.02054023, 40.63460017]} },
{type: 'Feature',properties:{Name: '3', Address: '6739 5 AVENUE, BAY RIDGE', Month: '12', Price: '4620'}, geometry: { type: 'Point', coordinates:[-74.02053303, 40.63461115]} },
{type: 'Feature',properties:{Name: '3', Address: '9020 5 AVENUE, BAY RIDGE', Month: '2', Price: '13050'}, geometry: { type: 'Point', coordinates:[-74.02835915, 40.6190081]} },
{type: 'Feature',properties:{Name: '3', Address: '9024 5 AVENUE, BAY RIDGE', Month: '1', Price: '6500'}, geometry: { type: 'Point', coordinates:[-74.02837355, 40.61899163]} },
{type: 'Feature',properties:{Name: '3', Address: '369 93RD STREET, BAY RIDGE', Month: '11', Price: '3000'}, geometry: { type: 'Point', coordinates:[-74.03138083, 40.61804115]} },
{type: 'Feature',properties:{Name: '3', Address: '9620 THIRD AVENUE, BAY RIDGE', Month: '3', Price: '5850'}, geometry: { type: 'Point', coordinates:[-74.03398423, 40.61633864]} },
{type: 'Feature',properties:{Name: '3', Address: '908 65TH STREET, BAY RIDGE', Month: '10', Price: '3247'}, geometry: { type: 'Point', coordinates:[-74.0100336, 40.63111294]} },
{type: 'Feature',properties:{Name: '3', Address: '714 65TH STREET, BAY RIDGE', Month: '11', Price: '10000'}, geometry: { type: 'Point', coordinates:[-74.0142061, 40.63362398]} },
{type: 'Feature',properties:{Name: '3', Address: '453 BAY RIDGE AVENUE, BAY RIDGE', Month: '5', Price: '2340'}, geometry: { type: 'Point', coordinates:[-74.02220459, 40.6340262]} },
{type: 'Feature',properties:{Name: '3', Address: '447 BAY RIDGE AVENUE, BAY RIDGE', Month: '2', Price: '3372'}, geometry: { type: 'Point', coordinates:[-74.02231269, 40.63407284]} },
{type: 'Feature',properties:{Name: '3', Address: '476 BAY RIDGE AVENUE, BAY RIDGE', Month: '4', Price: '3300'}, geometry: { type: 'Point', coordinates:[-74.02178659, 40.63381493]} },
{type: 'Feature',properties:{Name: '3', Address: '7319 5 AVENUE, BAY RIDGE', Month: '5', Price: '3356'}, geometry: { type: 'Point', coordinates:[-74.02208823, 40.6308011]} },
{type: 'Feature',properties:{Name: '3', Address: '7518 3 AVENUE, BAY RIDGE', Month: '7', Price: '2970'}, geometry: { type: 'Point', coordinates:[-74.02788159, 40.6312692]} },
{type: 'Feature',properties:{Name: '3', Address: '7817-7825 3RD AVENUE, BAY RIDGE', Month: '11', Price: '19200'}, geometry: { type: 'Point', coordinates:[-74.02874531, 40.6291006]} },
{type: 'Feature',properties:{Name: '3', Address: '576-580 86TH STREET, BAY RIDGE', Month: '3', Price: '11700'}, geometry: { type: 'Point', coordinates:[-74.02400825, 40.62015916]} },
{type: 'Feature',properties:{Name: '3', Address: '9011 3 AVENUE, BAY RIDGE', Month: '10', Price: '10400'}, geometry: { type: 'Point', coordinates:[-74.03216377, 40.62073906]} },
{type: 'Feature',properties:{Name: '3', Address: '9701-9709 3 AVENUE, BAY RIDGE', Month: '8', Price: '7029'}, geometry: { type: 'Point', coordinates:[-74.03423242, 40.61567432]} },
{type: 'Feature',properties:{Name: '3', Address: '8124 7 AVENUE, BAY RIDGE', Month: '5', Price: '3200'}, geometry: { type: 'Point', coordinates:[-74.01980869, 40.62195231]} },
{type: 'Feature',properties:{Name: '3', Address: '6016-6012 3 AVENUE, BAY RIDGE', Month: '5', Price: '1362'}, geometry: { type: 'Point', coordinates:[-74.02079106, 40.64173383]} },
{type: 'Feature',properties:{Name: '3', Address: '6743 4 AVENUE, BAY RIDGE', Month: '11', Price: '1595'}, geometry: { type: 'Point', coordinates:[-74.02297266, 40.63593368]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A BAY RIDGE AVENUE, BAY RIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02067667, 40.63306581]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A BAY RIDGE AVENUE, BAY RIDGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02067667, 40.63306581]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A BAY RIDGE AVENUE, BAY RIDGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02067667, 40.63306581]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A BAY RIDGE AVENUE, BAY RIDGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02061541, 40.63303563]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A BAY RIDGE AVENUE, BAY RIDGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02061541, 40.63303563]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A BAY RIDGE AVENUE, BAY RIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02061541, 40.63303563]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A BAY RIDGE AVENUE, BAY RIDGE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02055415, 40.63300819]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A BAY RIDGE AVENUE, BAY RIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02055415, 40.63300819]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A BAY RIDGE AVENUE, BAY RIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02055415, 40.63300819]} },
{type: 'Feature',properties:{Name: '3', Address: '9055 FORT HAMILTON PARKWA, BAY RIDGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02673773, 40.61781725]} },
{type: 'Feature',properties:{Name: '3', Address: '6002 3 AVENUE, BAY RIDGE', Month: '10', Price: '8880'}, geometry: { type: 'Point', coordinates:[-74.02051008, 40.64198914]} },
{type: 'Feature',properties:{Name: '3', Address: '8717 4 AVENUE, BAY RIDGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02884293, 40.62157436]} },
{type: 'Feature',properties:{Name: '3', Address: '322 74TH STREET, BAY RIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02667494, 40.63194745]} },
{type: 'Feature',properties:{Name: '3', Address: '326 74TH STREET, BAY RIDGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02659928, 40.631931]} },
{type: 'Feature',properties:{Name: '3', Address: '326 74TH STREET, BAY RIDGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02659928, 40.631931]} },
{type: 'Feature',properties:{Name: '3', Address: '320 77TH STREET, BAY RIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.02758917, 40.62982551]} },
{type: 'Feature',properties:{Name: '3', Address: '115 96TH STREET, BAY RIDGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0373771, 40.61607957]} },
{type: 'Feature',properties:{Name: '3', Address: '115 96TH STREET, BAY RIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0373771, 40.61607957]} },
{type: 'Feature',properties:{Name: '3', Address: '9511 SHORE ROAD, BAY RIDGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03826694, 40.61637023]} },
{type: 'Feature',properties:{Name: '3', Address: '9718 FT HAMILTON PARKWAY, BAY RIDGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03036669, 40.61370739]} },
{type: 'Feature',properties:{Name: '3', Address: '9917 SHORE ROAD, BAY RIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03675965, 40.61331577]} },
{type: 'Feature',properties:{Name: '3', Address: '9907 3 AVENUE, BAY RIDGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03505643, 40.61409856]} },
{type: 'Feature',properties:{Name: '3', Address: '9907 3 AVENUE, BAY RIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03505643, 40.61409856]} },
{type: 'Feature',properties:{Name: '3', Address: '9907 3 AVENUE, BAY RIDGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03505643, 40.61409856]} },
{type: 'Feature',properties:{Name: '3', Address: '10002 4 AVENUE, BAY RIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03372668, 40.61275676]} },
{type: 'Feature',properties:{Name: '3', Address: '10002 4 AVENUE, BAY RIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.03372668, 40.61275676]} },
{type: 'Feature',properties:{Name: '3', Address: '1136 BROADWAY, BEDFORD STUYVESANT', Month: '11', Price: '2306'}, geometry: { type: 'Point', coordinates:[-73.92910406, 40.69350233]} },
{type: 'Feature',properties:{Name: '3', Address: '475 VAN BUREN STREET, BEDFORD STUYVESANT', Month: '9', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.92948826, 40.69164984]} },
{type: 'Feature',properties:{Name: '3', Address: '13 PATCHEN AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.92789027, 40.69214566]} },
{type: 'Feature',properties:{Name: '3', Address: '11 PATCHEN AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '1500'}, geometry: { type: 'Point', coordinates:[-73.92791179, 40.69224997]} },
{type: 'Feature',properties:{Name: '3', Address: '9 PATCHEN AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.92792971, 40.69235154]} },
{type: 'Feature',properties:{Name: '3', Address: '795 GREENE AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.93590477, 40.69016318]} },
{type: 'Feature',properties:{Name: '3', Address: '490 VAN BUREN STREET, BEDFORD STUYVESANT', Month: '6', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.92904469, 40.69168251]} },
{type: 'Feature',properties:{Name: '3', Address: '952 GREENE AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '3420'}, geometry: { type: 'Point', coordinates:[-73.92960087, 40.6908704]} },
{type: 'Feature',properties:{Name: '3', Address: '563 QUINCY STREET, BEDFORD STUYVESANT', Month: '1', Price: '1863'}, geometry: { type: 'Point', coordinates:[-73.93700971, 40.68853889]} },
{type: 'Feature',properties:{Name: '3', Address: '794 QUINCY STREET, BEDFORD STUYVESANT', Month: '2', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.92822123, 40.6895301]} },
{type: 'Feature',properties:{Name: '3', Address: '694 MONROE STREET, BEDFORD STUYVESANT', Month: '6', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.92889, 40.68795501]} },
{type: 'Feature',properties:{Name: '3', Address: '697 MADISON STREET, BEDFORD STUYVESANT', Month: '4', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.92878981, 40.68723582]} },
{type: 'Feature',properties:{Name: '3', Address: '703 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.9336048, 40.68593219]} },
{type: 'Feature',properties:{Name: '3', Address: '703 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.9336048, 40.68593219]} },
{type: 'Feature',properties:{Name: '3', Address: '703 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.9336048, 40.68593219]} },
{type: 'Feature',properties:{Name: '3', Address: '650 MADISON STREET, BEDFORD STUYVESANT', Month: '7', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.93200294, 40.68684801]} },
{type: 'Feature',properties:{Name: '3', Address: '753 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '1575'}, geometry: { type: 'Point', coordinates:[-73.93130409, 40.68619708]} },
{type: 'Feature',properties:{Name: '3', Address: '881 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '2250'}, geometry: { type: 'Point', coordinates:[-73.9257542, 40.68683317]} },
{type: 'Feature',properties:{Name: '3', Address: '841 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '2366'}, geometry: { type: 'Point', coordinates:[-73.92482825, 40.68619029]} },
{type: 'Feature',properties:{Name: '3', Address: '826 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '2001'}, geometry: { type: 'Point', coordinates:[-73.92456141, 40.68620384]} },
{type: 'Feature',properties:{Name: '3', Address: '592 HANCOCK STREET, BEDFORD STUYVESANT', Month: '12', Price: '2470'}, geometry: { type: 'Point', coordinates:[-73.93151481, 40.68465464]} },
{type: 'Feature',properties:{Name: '3', Address: '344 STUYVESANT AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.93205025, 40.68287635]} },
{type: 'Feature',properties:{Name: '3', Address: '378 DECATUR STREET, BEDFORD STUYVESANT', Month: '2', Price: '2475'}, geometry: { type: 'Point', coordinates:[-73.92806342, 40.68205598]} },
{type: 'Feature',properties:{Name: '3', Address: '456 DECATUR STREET, BEDFORD STUYVESANT', Month: '1', Price: '1236'}, geometry: { type: 'Point', coordinates:[-73.92449714, 40.68246541]} },
{type: 'Feature',properties:{Name: '3', Address: '456 DECATUR STREET, BEDFORD STUYVESANT', Month: '11', Price: '1236'}, geometry: { type: 'Point', coordinates:[-73.92449714, 40.68246541]} },
{type: 'Feature',properties:{Name: '3', Address: '456 DECATUR STREET, BEDFORD STUYVESANT', Month: '12', Price: '1236'}, geometry: { type: 'Point', coordinates:[-73.92449714, 40.68246541]} },
{type: 'Feature',properties:{Name: '3', Address: '301 BAINBRIDGE STREET, BEDFORD STUYVESANT', Month: '9', Price: '1240'}, geometry: { type: 'Point', coordinates:[-73.92458813, 40.68171341]} },
{type: 'Feature',properties:{Name: '3', Address: '45 CHAUNCEY STREET, BEDFORD STUYVESANT', Month: '4', Price: '1382'}, geometry: { type: 'Point', coordinates:[-73.93312399, 40.67999222]} },
{type: 'Feature',properties:{Name: '3', Address: '266 BAINBRIDGE STREET, BEDFORD STUYVESANT', Month: '5', Price: '1368'}, geometry: { type: 'Point', coordinates:[-73.92660385, 40.68147042]} },
{type: 'Feature',properties:{Name: '3', Address: '1876A FULTON STREET, BEDFORD STUYVESANT', Month: '10', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.92433191, 40.6787379]} },
{type: 'Feature',properties:{Name: '3', Address: '901 HERKIMER STREET, BEDFORD STUYVESANT', Month: '3', Price: '540'}, geometry: { type: 'Point', coordinates:[-73.92352491, 40.67822135]} },
{type: 'Feature',properties:{Name: '3', Address: '31 TROY AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '1452'}, geometry: { type: 'Point', coordinates:[-73.93573211, 40.6784978]} },
{type: 'Feature',properties:{Name: '3', Address: '23 TROY AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '1452'}, geometry: { type: 'Point', coordinates:[-73.93567425, 40.67867344]} },
{type: 'Feature',properties:{Name: '3', Address: '802 HERKIMER STREET, BEDFORD STUYVESANT', Month: '2', Price: '1193'}, geometry: { type: 'Point', coordinates:[-73.92691729, 40.67839099]} },
{type: 'Feature',properties:{Name: '3', Address: '33 KANE PLACE, BEDFORD STUYVESANT', Month: '5', Price: '1144'}, geometry: { type: 'Point', coordinates:[-73.92374946, 40.6773267]} },
{type: 'Feature',properties:{Name: '3', Address: '104 WALWORTH STREET, BEDFORD STUYVESANT', Month: '9', Price: '850'}, geometry: { type: 'Point', coordinates:[-73.95453267, 40.69586745]} },
{type: 'Feature',properties:{Name: '3', Address: '104 WALWORTH STREET, BEDFORD STUYVESANT', Month: '3', Price: '850'}, geometry: { type: 'Point', coordinates:[-73.95453267, 40.69586745]} },
{type: 'Feature',properties:{Name: '3', Address: '690A WILLOUGHBY AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '1584'}, geometry: { type: 'Point', coordinates:[-73.9415875, 40.69450843]} },
{type: 'Feature',properties:{Name: '3', Address: '193A NOSTRAND AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.9516754, 40.69245728]} },
{type: 'Feature',properties:{Name: '3', Address: '165 PULASKI STREET, BEDFORD STUYVESANT', Month: '12', Price: '3420'}, geometry: { type: 'Point', coordinates:[-73.94451341, 40.69292066]} },
{type: 'Feature',properties:{Name: '3', Address: '808 DEKALB AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '2640'}, geometry: { type: 'Point', coordinates:[-73.94389015, 40.69222593]} },
{type: 'Feature',properties:{Name: '3', Address: '182 KOSCIUSZKO ST, BEDFORD STUYVESANT', Month: '3', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.94736366, 40.69107751]} },
{type: 'Feature',properties:{Name: '3', Address: '455 LEXINGTON AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.94374183, 40.68851219]} },
{type: 'Feature',properties:{Name: '3', Address: '351 QUINCY STREET, BEDFORD STUYVESANT', Month: '8', Price: '3004'}, geometry: { type: 'Point', coordinates:[-73.94655163, 40.68743757]} },
{type: 'Feature',properties:{Name: '3', Address: '385 GATES AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.95195406, 40.68607032]} },
{type: 'Feature',properties:{Name: '3', Address: '332 QUINCY STREET, BEDFORD STUYVESANT', Month: '10', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.94821766, 40.68722973]} },
{type: 'Feature',properties:{Name: '3', Address: '354 QUINCY STREET, BEDFORD STUYVESANT', Month: '4', Price: '2972'}, geometry: { type: 'Point', coordinates:[-73.94684013, 40.6873883]} },
{type: 'Feature',properties:{Name: '3', Address: '261 MONROE STREET, BEDFORD STUYVESANT', Month: '12', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.94830175, 40.68573936]} },
{type: 'Feature',properties:{Name: '3', Address: '301 MONROE STREET, BEDFORD STUYVESANT', Month: '1', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.94613453, 40.68598814]} },
{type: 'Feature',properties:{Name: '3', Address: '301 MONROE STREET, BEDFORD STUYVESANT', Month: '12', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.94613453, 40.68598814]} },
{type: 'Feature',properties:{Name: '3', Address: '441 MONROE STREET, BEDFORD STUYVESANT', Month: '12', Price: '2130'}, geometry: { type: 'Point', coordinates:[-73.93979867, 40.68671785]} },
{type: 'Feature',properties:{Name: '3', Address: '401A MONROE STREET, BEDFORD STUYVESANT', Month: '7', Price: '1752'}, geometry: { type: 'Point', coordinates:[-73.94146094, 40.68668852]} },
{type: 'Feature',properties:{Name: '3', Address: '230 MADISON STREET, BEDFORD STUYVESANT', Month: '5', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.94947788, 40.6848396]} },
{type: 'Feature',properties:{Name: '3', Address: '305 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.94944959, 40.68410673]} },
{type: 'Feature',properties:{Name: '3', Address: '167 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '1314'}, geometry: { type: 'Point', coordinates:[-73.95114131, 40.68316326]} },
{type: 'Feature',properties:{Name: '3', Address: '403 JEFFERSON AVE., BEDFORD STUYVESANT', Month: '5', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.94201476, 40.68421576]} },
{type: 'Feature',properties:{Name: '3', Address: '204 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.94921218, 40.68337103]} },
{type: 'Feature',properties:{Name: '3', Address: '478 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '3152'}, geometry: { type: 'Point', coordinates:[-73.93907591, 40.68453538]} },
{type: 'Feature',properties:{Name: '3', Address: '126 HANCOCK, BEDFORD STUYVESANT', Month: '5', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.95076703, 40.6822189]} },
{type: 'Feature',properties:{Name: '3', Address: '160 MACDONOUGH STREET, BEDFORD STUYVESANT', Month: '1', Price: '2960'}, geometry: { type: 'Point', coordinates:[-73.93981784, 40.68145339]} },
{type: 'Feature',properties:{Name: '3', Address: '176 MAC DONOUGH STREET, BEDFORD STUYVESANT', Month: '5', Price: '3520'}, geometry: { type: 'Point', coordinates:[-73.93938875, 40.68150257]} },
{type: 'Feature',properties:{Name: '3', Address: '1587 FULTON STREET, BEDFORD STUYVESANT', Month: '12', Price: '3480'}, geometry: { type: 'Point', coordinates:[-73.93769582, 40.67975599]} },
{type: 'Feature',properties:{Name: '3', Address: '253 GATES AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '2944'}, geometry: { type: 'Point', coordinates:[-73.95750004, 40.68543022]} },
{type: 'Feature',properties:{Name: '3', Address: '102 MADISON STREET, BEDFORD STUYVESANT', Month: '8', Price: '1716'}, geometry: { type: 'Point', coordinates:[-73.95509229, 40.68419142]} },
{type: 'Feature',properties:{Name: '3', Address: '102 MADISON STREET, BEDFORD STUYVESANT', Month: '9', Price: '1716'}, geometry: { type: 'Point', coordinates:[-73.95509229, 40.68419142]} },
{type: 'Feature',properties:{Name: '3', Address: '24 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '2940'}, geometry: { type: 'Point', coordinates:[-73.95662575, 40.68251769]} },
{type: 'Feature',properties:{Name: '3', Address: '830 BROADWAY, BEDFORD STUYVESANT', Month: '8', Price: '2250'}, geometry: { type: 'Point', coordinates:[-73.93928247, 40.69923099]} },
{type: 'Feature',properties:{Name: '3', Address: '832 BROADWAY, BEDFORD STUYVESANT', Month: '5', Price: '2250'}, geometry: { type: 'Point', coordinates:[-73.93924643, 40.69920901]} },
{type: 'Feature',properties:{Name: '3', Address: '795 WILLOUGHBY AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.93650203, 40.69534015]} },
{type: 'Feature',properties:{Name: '3', Address: '847 WILLOUGHBY AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.9341974, 40.69560784]} },
{type: 'Feature',properties:{Name: '3', Address: '30 STUYVESANT AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '1880'}, geometry: { type: 'Point', coordinates:[-73.93455097, 40.6954461]} },
{type: 'Feature',properties:{Name: '3', Address: '34 STUYVESANT AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '1880'}, geometry: { type: 'Point', coordinates:[-73.93452226, 40.69529787]} },
{type: 'Feature',properties:{Name: '3', Address: '381 HART STREET, BEDFORD STUYVESANT', Month: '6', Price: '1880'}, geometry: { type: 'Point', coordinates:[-73.93503126, 40.69475744]} },
{type: 'Feature',properties:{Name: '3', Address: '421 HART STREET, BEDFORD STUYVESANT', Month: '6', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.93320633, 40.69497049]} },
{type: 'Feature',properties:{Name: '3', Address: '421 HART STREET, BEDFORD STUYVESANT', Month: '4', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.93320633, 40.69497049]} },
{type: 'Feature',properties:{Name: '3', Address: '405 HART STREET, BEDFORD STUYVESANT', Month: '6', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.93376535, 40.69490493]} },
{type: 'Feature',properties:{Name: '3', Address: '298A HART STREET, BEDFORD STUYVESANT', Month: '5', Price: '2091'}, geometry: { type: 'Point', coordinates:[-73.93956491, 40.69399686]} },
{type: 'Feature',properties:{Name: '3', Address: '329 PULASKI STREET, BEDFORD STUYVESANT', Month: '5', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.93781983, 40.69368852]} },
{type: 'Feature',properties:{Name: '3', Address: '323A PULASKI STREET, BEDFORD STUYVESANT', Month: '3', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.93818388, 40.69387262]} },
{type: 'Feature',properties:{Name: '3', Address: '293 PULASKI ST, BEDFORD STUYVESANT', Month: '10', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.93956176, 40.69348633]} },
{type: 'Feature',properties:{Name: '3', Address: '424A HART STREET, BEDFORD STUYVESANT', Month: '2', Price: '2220'}, geometry: { type: 'Point', coordinates:[-73.93378723, 40.69466066]} },
{type: 'Feature',properties:{Name: '3', Address: '426 HART STREET, BEDFORD STUYVESANT', Month: '8', Price: '2220'}, geometry: { type: 'Point', coordinates:[-73.93366799, 40.69489939]} },
{type: 'Feature',properties:{Name: '3', Address: '459 PULASKI STREET, BEDFORD STUYVESANT', Month: '9', Price: '2001'}, geometry: { type: 'Point', coordinates:[-73.93192675, 40.69436314]} },
{type: 'Feature',properties:{Name: '3', Address: '427 PULASKI STREET, BEDFORD STUYVESANT', Month: '9', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.9333838, 40.69419656]} },
{type: 'Feature',properties:{Name: '3', Address: '462A HART STREET, BEDFORD STUYVESANT', Month: '11', Price: '2622'}, geometry: { type: 'Point', coordinates:[-73.93234821, 40.69482451]} },
{type: 'Feature',properties:{Name: '3', Address: '430A PULASKI STREET, BEDFORD STUYVESANT', Month: '3', Price: '2662'}, geometry: { type: 'Point', coordinates:[-73.93367617, 40.693925]} },
{type: 'Feature',properties:{Name: '3', Address: '964 DEKALB AVE, BEDFORD STUYVESANT', Month: '1', Price: '2532'}, geometry: { type: 'Point', coordinates:[-73.93682877, 40.69303747]} },
{type: 'Feature',properties:{Name: '3', Address: '1070A DEKALB, BEDFORD STUYVESANT', Month: '2', Price: '2340'}, geometry: { type: 'Point', coordinates:[-73.93182318, 40.69338594]} },
{type: 'Feature',properties:{Name: '3', Address: '1062 DEKALB AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '1824'}, geometry: { type: 'Point', coordinates:[-73.93222688, 40.69356459]} },
{type: 'Feature',properties:{Name: '3', Address: '563 KOSCIUSZKO STREET, BEDFORD STUYVESANT', Month: '8', Price: '1872'}, geometry: { type: 'Point', coordinates:[-73.93237909, 40.6928181]} },
{type: 'Feature',properties:{Name: '3', Address: '551 KOSCIUSZKO STREET, BEDFORD STUYVESANT', Month: '8', Price: '1916'}, geometry: { type: 'Point', coordinates:[-73.93274335, 40.6927744]} },
{type: 'Feature',properties:{Name: '3', Address: '611A KOSCIUSKO STREET, BEDFORD STUYVESANT', Month: '5', Price: '1912'}, geometry: { type: 'Point', coordinates:[-73.92995168, 40.6933162]} },
{type: 'Feature',properties:{Name: '3', Address: '833 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '2532'}, geometry: { type: 'Point', coordinates:[-73.93900121, 40.69130669]} },
{type: 'Feature',properties:{Name: '3', Address: '933 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '3388'}, geometry: { type: 'Point', coordinates:[-73.93506664, 40.69176017]} },
{type: 'Feature',properties:{Name: '3', Address: '933 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '3388'}, geometry: { type: 'Point', coordinates:[-73.93506664, 40.69176017]} },
{type: 'Feature',properties:{Name: '3', Address: '919 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.93552826, 40.69170553]} },
{type: 'Feature',properties:{Name: '3', Address: '514 KOSCIUSZKO STREET, BEDFORD STUYVESANT', Month: '9', Price: '1250'}, geometry: { type: 'Point', coordinates:[-73.93324106, 40.69270058]} },
{type: 'Feature',properties:{Name: '3', Address: '1017 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '2421'}, geometry: { type: 'Point', coordinates:[-73.93153955, 40.69216435]} },
{type: 'Feature',properties:{Name: '3', Address: '1013 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.93166938, 40.69214796]} },
{type: 'Feature',properties:{Name: '3', Address: '967 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.93314081, 40.69198139]} },
{type: 'Feature',properties:{Name: '3', Address: '1025 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '1698'}, geometry: { type: 'Point', coordinates:[-73.93047204, 40.69228448]} },
{type: 'Feature',properties:{Name: '3', Address: '860 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '3240'}, geometry: { type: 'Point', coordinates:[-73.9383088, 40.69136945]} },
{type: 'Feature',properties:{Name: '3', Address: '235 VAN BUREN STREET, BEDFORD STUYVESANT', Month: '6', Price: '2634'}, geometry: { type: 'Point', coordinates:[-73.93742954, 40.69073494]} },
{type: 'Feature',properties:{Name: '3', Address: '195 VAN BUREN STREET, BEDFORD STUYVESANT', Month: '6', Price: '2634'}, geometry: { type: 'Point', coordinates:[-73.93838161, 40.69062566]} },
{type: 'Feature',properties:{Name: '3', Address: '165 LEWIS AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.93665751, 40.69110506]} },
{type: 'Feature',properties:{Name: '3', Address: '163 LEWIS AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.93666827, 40.6911627]} },
{type: 'Feature',properties:{Name: '3', Address: '912A LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '2373'}, geometry: { type: 'Point', coordinates:[-73.93588192, 40.69142577]} },
{type: 'Feature',properties:{Name: '3', Address: '918 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.93561483, 40.69167814]} },
{type: 'Feature',properties:{Name: '3', Address: '918 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.93561483, 40.69167814]} },
{type: 'Feature',properties:{Name: '3', Address: '930A LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '1750'}, geometry: { type: 'Point', coordinates:[-73.93507409, 40.69151864]} },
{type: 'Feature',properties:{Name: '3', Address: '952 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '2001'}, geometry: { type: 'Point', coordinates:[-73.93452569, 40.69180653]} },
{type: 'Feature',properties:{Name: '3', Address: '120 STUYVESANT AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '1126'}, geometry: { type: 'Point', coordinates:[-73.93377231, 40.69152613]} },
{type: 'Feature',properties:{Name: '3', Address: '122 STUYVESANT AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '1126'}, geometry: { type: 'Point', coordinates:[-73.93375795, 40.69146299]} },
{type: 'Feature',properties:{Name: '3', Address: '122 STUYVESANT AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '1126'}, geometry: { type: 'Point', coordinates:[-73.93375795, 40.69146299]} },
{type: 'Feature',properties:{Name: '3', Address: '297 VAN BUREN, BEDFORD STUYVESANT', Month: '10', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.93510344, 40.69100263]} },
{type: 'Feature',properties:{Name: '3', Address: '293 VAN BUREN STREET, BEDFORD STUYVESANT', Month: '9', Price: '2418'}, geometry: { type: 'Point', coordinates:[-73.93520081, 40.69099171]} },
{type: 'Feature',properties:{Name: '3', Address: '459 VAN BUREN STREET, BEDFORD STUYVESANT', Month: '12', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.92985973, 40.69160615]} },
{type: 'Feature',properties:{Name: '3', Address: '733 GREENE AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '3332'}, geometry: { type: 'Point', coordinates:[-73.93875374, 40.68983811]} },
{type: 'Feature',properties:{Name: '3', Address: '183 LEWIS AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '2220'}, geometry: { type: 'Point', coordinates:[-73.93652473, 40.69042977]} },
{type: 'Feature',properties:{Name: '3', Address: '177 LEWIS AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.93655702, 40.69059996]} },
{type: 'Feature',properties:{Name: '3', Address: '177 LEWIS AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.93655702, 40.69059996]} },
{type: 'Feature',properties:{Name: '3', Address: '312 VAN BUREN STREET, BEDFORD STUYVESANT', Month: '6', Price: '2247'}, geometry: { type: 'Point', coordinates:[-73.93475724, 40.69102714]} },
{type: 'Feature',properties:{Name: '3', Address: '849 GREENE AVE, BEDFORD STUYVESANT', Month: '12', Price: '2250'}, geometry: { type: 'Point', coordinates:[-73.93422782, 40.69035712]} },
{type: 'Feature',properties:{Name: '3', Address: '833 GREENE AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '3052'}, geometry: { type: 'Point', coordinates:[-73.9347255, 40.69029976]} },
{type: 'Feature',properties:{Name: '3', Address: '829A GREENE AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '3024'}, geometry: { type: 'Point', coordinates:[-73.93498133, 40.69049204]} },
{type: 'Feature',properties:{Name: '3', Address: '879 GREENE AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.93242465, 40.69056467]} },
{type: 'Feature',properties:{Name: '3', Address: '879 GREENE AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.93242465, 40.69056467]} },
{type: 'Feature',properties:{Name: '3', Address: '877 GREENE AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '4125'}, geometry: { type: 'Point', coordinates:[-73.93249317, 40.69055648]} },
{type: 'Feature',properties:{Name: '3', Address: '79 MALCOLM X BOULEVARD, BEDFORD STUYVESANT', Month: '11', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.93068596, 40.69116475]} },
{type: 'Feature',properties:{Name: '3', Address: '79 MALCOLM X BOULEVARD, BEDFORD STUYVESANT', Month: '5', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.93068596, 40.69116475]} },
{type: 'Feature',properties:{Name: '3', Address: '458 VAN BUREN STREET, BEDFORD STUYVESANT', Month: '11', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.92986335, 40.69158969]} },
{type: 'Feature',properties:{Name: '3', Address: '460 VAN BUREN STREET, BEDFORD STUYVESANT', Month: '11', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.92980925, 40.69159514]} },
{type: 'Feature',properties:{Name: '3', Address: '462 VAN BUREN STREET, BEDFORD STUYVESANT', Month: '8', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.92975876, 40.6916006]} },
{type: 'Feature',properties:{Name: '3', Address: '518 VAN BUREN STREET, BEDFORD STUYVESANT', Month: '11', Price: '2430'}, geometry: { type: 'Point', coordinates:[-73.92832701, 40.6917644]} },
{type: 'Feature',properties:{Name: '3', Address: '979 GREENE AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '2430'}, geometry: { type: 'Point', coordinates:[-73.92832779, 40.6910343]} },
{type: 'Feature',properties:{Name: '3', Address: '965 GREENE AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '2634'}, geometry: { type: 'Point', coordinates:[-73.92877499, 40.69098242]} },
{type: 'Feature',properties:{Name: '3', Address: '965 GREENE AVE, BEDFORD STUYVESANT', Month: '12', Price: '2634'}, geometry: { type: 'Point', coordinates:[-73.92877499, 40.69098242]} },
{type: 'Feature',properties:{Name: '3', Address: '949 GREENE AVE, BEDFORD STUYVESANT', Month: '1', Price: '2580'}, geometry: { type: 'Point', coordinates:[-73.92928709, 40.6909251]} },
{type: 'Feature',properties:{Name: '3', Address: '784 GREENE AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.93721387, 40.68999647]} },
{type: 'Feature',properties:{Name: '3', Address: '204-204 LEWIS AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '2340'}, geometry: { type: 'Point', coordinates:[-73.93638847, 40.68963371]} },
{type: 'Feature',properties:{Name: '3', Address: '577 LEXINGTON AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '3630'}, geometry: { type: 'Point', coordinates:[-73.93820989, 40.68914888]} },
{type: 'Feature',properties:{Name: '3', Address: '804 GREENE AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '3096'}, geometry: { type: 'Point', coordinates:[-73.93577856, 40.69016037]} },
{type: 'Feature',properties:{Name: '3', Address: '149 STUYVESANT AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '2195'}, geometry: { type: 'Point', coordinates:[-73.93344927, 40.69003279]} },
{type: 'Feature',properties:{Name: '3', Address: '97 MALCOLM X BOULEVARD, BEDFORD STUYVESANT', Month: '3', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.93052453, 40.69036043]} },
{type: 'Feature',properties:{Name: '3', Address: '950 GREENE AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '2565'}, geometry: { type: 'Point', coordinates:[-73.92966579, 40.6908622]} },
{type: 'Feature',properties:{Name: '3', Address: '960 GREENE AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '3044'}, geometry: { type: 'Point', coordinates:[-73.92934482, 40.69090043]} },
{type: 'Feature',properties:{Name: '3', Address: '787 LEXINGTON AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.92926625, 40.69017851]} },
{type: 'Feature',properties:{Name: '3', Address: '779 LEXINGTON AVE, BEDFORD STUYVESANT', Month: '8', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.9295223, 40.69014847]} },
{type: 'Feature',properties:{Name: '3', Address: '777 LEXINGTON AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.92958721, 40.69014302]} },
{type: 'Feature',properties:{Name: '3', Address: '554 LEXINGTON AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '2001'}, geometry: { type: 'Point', coordinates:[-73.93801156, 40.68915426]} },
{type: 'Feature',properties:{Name: '3', Address: '533 QUINCY, BEDFORD STUYVESANT', Month: '2', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.93800142, 40.68842415]} },
{type: 'Feature',properties:{Name: '3', Address: '529A QUINCY STREET, BEDFORD STUYVESANT', Month: '5', Price: '2668'}, geometry: { type: 'Point', coordinates:[-73.93830775, 40.68861096]} },
{type: 'Feature',properties:{Name: '3', Address: '632 LEXINGTON AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.93473707, 40.68952849]} },
{type: 'Feature',properties:{Name: '3', Address: '613 QUINCY STREET, BEDFORD STUYVESANT', Month: '6', Price: '2541'}, geometry: { type: 'Point', coordinates:[-73.93461878, 40.68881203]} },
{type: 'Feature',properties:{Name: '3', Address: '163 STUYVESANT AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.93333087, 40.6894371]} },
{type: 'Feature',properties:{Name: '3', Address: '696A LEXINGTON AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '1575'}, geometry: { type: 'Point', coordinates:[-73.93162145, 40.68966117]} },
{type: 'Feature',properties:{Name: '3', Address: '702 LEXINGTON AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '1912'}, geometry: { type: 'Point', coordinates:[-73.9314445, 40.68991084]} },
{type: 'Feature',properties:{Name: '3', Address: '121 MALCOLM X BLVD, BEDFORD STUYVESANT', Month: '5', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.93034517, 40.68946553]} },
{type: 'Feature',properties:{Name: '3', Address: '113 MALCOLM X BOULEVARD, BEDFORD STUYVESANT', Month: '4', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.9303918, 40.68969337]} },
{type: 'Feature',properties:{Name: '3', Address: '111 MALCOLM X BLVD, BEDFORD STUYVESANT', Month: '9', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.93040256, 40.68975102]} },
{type: 'Feature',properties:{Name: '3', Address: '769 QUINCY STREET, BEDFORD STUYVESANT', Month: '6', Price: '2268'}, geometry: { type: 'Point', coordinates:[-73.92796877, 40.68957385]} },
{type: 'Feature',properties:{Name: '3', Address: '71 PATCHEN AVE, BEDFORD STUYVESANT', Month: '8', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.92742762, 40.6898178]} },
{type: 'Feature',properties:{Name: '3', Address: '802 LEXINGTON AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '2394'}, geometry: { type: 'Point', coordinates:[-73.9267995, 40.6904487]} },
{type: 'Feature',properties:{Name: '3', Address: '806 LEXINGTON AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '2142'}, geometry: { type: 'Point', coordinates:[-73.92668049, 40.69046235]} },
{type: 'Feature',properties:{Name: '3', Address: '809 QUINCY STREET, BEDFORD STUYVESANT', Month: '12', Price: '2856'}, geometry: { type: 'Point', coordinates:[-73.92579775, 40.68982225]} },
{type: 'Feature',properties:{Name: '3', Address: '779 QUINCY STREET, BEDFORD STUYVESANT', Month: '3', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.92678228, 40.68971034]} },
{type: 'Feature',properties:{Name: '3', Address: '558 QUINCY STREET, BEDFORD STUYVESANT', Month: '2', Price: '2364'}, geometry: { type: 'Point', coordinates:[-73.93814569, 40.68839129]} },
{type: 'Feature',properties:{Name: '3', Address: '564 QUINCY STREET, BEDFORD STUYVESANT', Month: '4', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.93795456, 40.68841314]} },
{type: 'Feature',properties:{Name: '3', Address: '578 QUINCY STREET, BEDFORD STUYVESANT', Month: '5', Price: '2283'}, geometry: { type: 'Point', coordinates:[-73.93750739, 40.68846505]} },
{type: 'Feature',properties:{Name: '3', Address: '135 MALCOLM X BOULEVARD, BEDFORD STUYVESANT', Month: '5', Price: '2070'}, geometry: { type: 'Point', coordinates:[-73.93021963, 40.68882317]} },
{type: 'Feature',properties:{Name: '3', Address: '949 GATES AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '1900'}, geometry: { type: 'Point', coordinates:[-73.92801646, 40.68882182]} },
{type: 'Feature',properties:{Name: '3', Address: '943 GATES AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '2880'}, geometry: { type: 'Point', coordinates:[-73.92820759, 40.68879998]} },
{type: 'Feature',properties:{Name: '3', Address: '925A GATES AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '2980'}, geometry: { type: 'Point', coordinates:[-73.92867617, 40.6889677]} },
{type: 'Feature',properties:{Name: '3', Address: '824 QUINCY STREET, BEDFORD STUYVESANT', Month: '4', Price: '2001'}, geometry: { type: 'Point', coordinates:[-73.9263856, 40.68974028]} },
{type: 'Feature',properties:{Name: '3', Address: '834 QUINCY STREET, BEDFORD STUYVESANT', Month: '10', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.92605743, 40.68977576]} },
{type: 'Feature',properties:{Name: '3', Address: '834 QUINCY STREET, BEDFORD STUYVESANT', Month: '9', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.92605743, 40.68977576]} },
{type: 'Feature',properties:{Name: '3', Address: '511 MONROE STREET, BEDFORD STUYVESANT', Month: '7', Price: '3068'}, geometry: { type: 'Point', coordinates:[-73.93675509, 40.68706755]} },
{type: 'Feature',properties:{Name: '3', Address: '505 MONROE STREET, BEDFORD STUYVESANT', Month: '3', Price: '2301'}, geometry: { type: 'Point', coordinates:[-73.93693901, 40.6870457]} },
{type: 'Feature',properties:{Name: '3', Address: '501 MONROE STREET, BEDFORD STUYVESANT', Month: '12', Price: '2301'}, geometry: { type: 'Point', coordinates:[-73.93706522, 40.68703204]} },
{type: 'Feature',properties:{Name: '3', Address: '501 MONROE STREET, BEDFORD STUYVESANT', Month: '2', Price: '2301'}, geometry: { type: 'Point', coordinates:[-73.93706522, 40.68703204]} },
{type: 'Feature',properties:{Name: '3', Address: '481 MONROE STREET, BEDFORD STUYVESANT', Month: '2', Price: '1100'}, geometry: { type: 'Point', coordinates:[-73.93768548, 40.68696101]} },
{type: 'Feature',properties:{Name: '3', Address: '563 MONROE STREET, BEDFORD STUYVESANT', Month: '3', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.93425242, 40.6873571]} },
{type: 'Feature',properties:{Name: '3', Address: '559 MONROE STREET, BEDFORD STUYVESANT', Month: '11', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.93437142, 40.68734344]} },
{type: 'Feature',properties:{Name: '3', Address: '549 MONROE STREET, BEDFORD STUYVESANT', Month: '9', Price: '2362'}, geometry: { type: 'Point', coordinates:[-73.93496644, 40.68727516]} },
{type: 'Feature',properties:{Name: '3', Address: '896 GATES AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.92837711, 40.6887644]} },
{type: 'Feature',properties:{Name: '3', Address: '904 GATES AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '2880'}, geometry: { type: 'Point', coordinates:[-73.92812827, 40.68879169]} },
{type: 'Feature',properties:{Name: '3', Address: '697 MONROE STREET, BEDFORD STUYVESANT', Month: '7', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.92877819, 40.68798514]} },
{type: 'Feature',properties:{Name: '3', Address: '697 MONROE STREET, BEDFORD STUYVESANT', Month: '4', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.92877819, 40.68798514]} },
{type: 'Feature',properties:{Name: '3', Address: '697 MONROE STREET, BEDFORD STUYVESANT', Month: '3', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.92877819, 40.68798514]} },
{type: 'Feature',properties:{Name: '3', Address: '697 MONROE STREET, BEDFORD STUYVESANT', Month: '6', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.92877819, 40.68798514]} },
{type: 'Feature',properties:{Name: '3', Address: '697 MONROE STREET, BEDFORD STUYVESANT', Month: '11', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.92877819, 40.68798514]} },
{type: 'Feature',properties:{Name: '3', Address: '695 MONROE STREET, BEDFORD STUYVESANT', Month: '11', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.92883589, 40.68797694]} },
{type: 'Feature',properties:{Name: '3', Address: '691 MONROE STREET, BEDFORD STUYVESANT', Month: '2', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.92895129, 40.68796603]} },
{type: 'Feature',properties:{Name: '3', Address: '105 PATCHEN AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '2745'}, geometry: { type: 'Point', coordinates:[-73.92713716, 40.68834367]} },
{type: 'Feature',properties:{Name: '3', Address: '101 PATCHEN AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '1980'}, geometry: { type: 'Point', coordinates:[-73.92716226, 40.68847269]} },
{type: 'Feature',properties:{Name: '3', Address: '801 MONROE STREET, BEDFORD STUYVESANT', Month: '2', Price: '2139'}, geometry: { type: 'Point', coordinates:[-73.92471032, 40.68844916]} },
{type: 'Feature',properties:{Name: '3', Address: '783 MONROE STREET, BEDFORD STUYVESANT', Month: '12', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.92528372, 40.68838366]} },
{type: 'Feature',properties:{Name: '3', Address: '510 MONROE STREET, BEDFORD STUYVESANT', Month: '7', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.93737176, 40.68698006]} },
{type: 'Feature',properties:{Name: '3', Address: '586 MONROE STREET, BEDFORD STUYVESANT', Month: '9', Price: '2241'}, geometry: { type: 'Point', coordinates:[-73.93402524, 40.6873652]} },
{type: 'Feature',properties:{Name: '3', Address: '587 MADISON STREET, BEDFORD STUYVESANT', Month: '3', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.93403318, 40.68663235]} },
{type: 'Feature',properties:{Name: '3', Address: '583 MADISON STREET, BEDFORD STUYVESANT', Month: '11', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.93415579, 40.6866187]} },
{type: 'Feature',properties:{Name: '3', Address: '577 MADISON STREET, BEDFORD STUYVESANT', Month: '6', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.9343361, 40.68659684]} },
{type: 'Feature',properties:{Name: '3', Address: '227 STUYVESANT AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.93284654, 40.68698848]} },
{type: 'Feature',properties:{Name: '3', Address: '624 MONROE STREET, BEDFORD STUYVESANT', Month: '10', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.93204184, 40.68759461]} },
{type: 'Feature',properties:{Name: '3', Address: '628 MONROE STREET, BEDFORD STUYVESANT', Month: '3', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.9319048, 40.68760825]} },
{type: 'Feature',properties:{Name: '3', Address: '642A MONROE STREET, BEDFORD STUYVESANT', Month: '7', Price: '2480'}, geometry: { type: 'Point', coordinates:[-73.93123789, 40.68745689]} },
{type: 'Feature',properties:{Name: '3', Address: '657 MADISON ST, BEDFORD STUYVESANT', Month: '5', Price: '4275'}, geometry: { type: 'Point', coordinates:[-73.93094631, 40.68698736]} },
{type: 'Feature',properties:{Name: '3', Address: '706 MONROE STREET, BEDFORD STUYVESANT', Month: '4', Price: '1594'}, geometry: { type: 'Point', coordinates:[-73.92850413, 40.68799869]} },
{type: 'Feature',properties:{Name: '3', Address: '108 PATCHEN AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.92710141, 40.68805819]} },
{type: 'Feature',properties:{Name: '3', Address: '118 PATCHEN AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.92702969, 40.68769309]} },
{type: 'Feature',properties:{Name: '3', Address: '727 MADISON ST, BEDFORD STUYVESANT', Month: '11', Price: '2001'}, geometry: { type: 'Point', coordinates:[-73.9278017, 40.68735048]} },
{type: 'Feature',properties:{Name: '3', Address: '727 MADISON ST, BEDFORD STUYVESANT', Month: '9', Price: '2001'}, geometry: { type: 'Point', coordinates:[-73.9278017, 40.68735048]} },
{type: 'Feature',properties:{Name: '3', Address: '538 MADISON STREET, BEDFORD STUYVESANT', Month: '3', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.93678106, 40.68629903]} },
{type: 'Feature',properties:{Name: '3', Address: '552 MADISON STREET, BEDFORD STUYVESANT', Month: '11', Price: '2394'}, geometry: { type: 'Point', coordinates:[-73.93639521, 40.68634273]} },
{type: 'Feature',properties:{Name: '3', Address: '616 MADISON STREET, BEDFORD STUYVESANT', Month: '2', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.93380241, 40.68664045]} },
{type: 'Feature',properties:{Name: '3', Address: '682 MADISON STREET, BEDFORD STUYVESANT', Month: '12', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.93101124, 40.6869627]} },
{type: 'Feature',properties:{Name: '3', Address: '692 MADISON STREET, BEDFORD STUYVESANT', Month: '3', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.93070111, 40.68699819]} },
{type: 'Feature',properties:{Name: '3', Address: '738A MADISON STREET, BEDFORD STUYVESANT', Month: '6', Price: '2668'}, geometry: { type: 'Point', coordinates:[-73.92838257, 40.68703794]} },
{type: 'Feature',properties:{Name: '3', Address: '748 MADISON STREET, BEDFORD STUYVESANT', Month: '4', Price: '2655'}, geometry: { type: 'Point', coordinates:[-73.92810464, 40.68729852]} },
{type: 'Feature',properties:{Name: '3', Address: '124 PATCHEN AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '4162'}, geometry: { type: 'Point', coordinates:[-73.92695798, 40.68732525]} },
{type: 'Feature',properties:{Name: '3', Address: '134 PATCHEN AVE, BEDFORD STUYVESANT', Month: '4', Price: '2016'}, geometry: { type: 'Point', coordinates:[-73.92688266, 40.68696015]} },
{type: 'Feature',properties:{Name: '3', Address: '764 PUTNAM AVE, BEDFORD STUYVESANT', Month: '5', Price: '3420'}, geometry: { type: 'Point', coordinates:[-73.93121035, 40.68619153]} },
{type: 'Feature',properties:{Name: '3', Address: '776 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.93084974, 40.68623249]} },
{type: 'Feature',properties:{Name: '3', Address: '818 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '2640'}, geometry: { type: 'Point', coordinates:[-73.92880866, 40.68646455]} },
{type: 'Feature',properties:{Name: '3', Address: '850 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '2432'}, geometry: { type: 'Point', coordinates:[-73.92792154, 40.6865683]} },
{type: 'Feature',properties:{Name: '3', Address: '854 PUTNAM AVE, BEDFORD STUYVESANT', Month: '4', Price: '2010'}, geometry: { type: 'Point', coordinates:[-73.92780975, 40.68657921]} },
{type: 'Feature',properties:{Name: '3', Address: '864 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '1780'}, geometry: { type: 'Point', coordinates:[-73.92753568, 40.68661197]} },
{type: 'Feature',properties:{Name: '3', Address: '745 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '2693'}, geometry: { type: 'Point', coordinates:[-73.92827212, 40.68579724]} },
{type: 'Feature',properties:{Name: '3', Address: '729 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '2693'}, geometry: { type: 'Point', coordinates:[-73.92871568, 40.68574536]} },
{type: 'Feature',properties:{Name: '3', Address: '916 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '2832'}, geometry: { type: 'Point', coordinates:[-73.92525657, 40.68687127]} },
{type: 'Feature',properties:{Name: '3', Address: '867A JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '3252'}, geometry: { type: 'Point', coordinates:[-73.92395891, 40.6865136]} },
{type: 'Feature',properties:{Name: '3', Address: '558 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '3106'}, geometry: { type: 'Point', coordinates:[-73.93614422, 40.68487414]} },
{type: 'Feature',properties:{Name: '3', Address: '455 HANCOCK STREET, BEDFORD STUYVESANT', Month: '7', Price: '2232'}, geometry: { type: 'Point', coordinates:[-73.93721229, 40.68401836]} },
{type: 'Feature',properties:{Name: '3', Address: '449 HANCOCK, BEDFORD STUYVESANT', Month: '8', Price: '2352'}, geometry: { type: 'Point', coordinates:[-73.9378251, 40.68416966]} },
{type: 'Feature',properties:{Name: '3', Address: '648 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '2752'}, geometry: { type: 'Point', coordinates:[-73.93161861, 40.68539305]} },
{type: 'Feature',properties:{Name: '3', Address: '609 HANCOCK STREET, BEDFORD STUYVESANT', Month: '3', Price: '3024'}, geometry: { type: 'Point', coordinates:[-73.93085849, 40.68474757]} },
{type: 'Feature',properties:{Name: '3', Address: '712 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.92870488, 40.68572889]} },
{type: 'Feature',properties:{Name: '3', Address: '714 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.92864357, 40.68573708]} },
{type: 'Feature',properties:{Name: '3', Address: '720 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '1788'}, geometry: { type: 'Point', coordinates:[-73.92845245, 40.68575892]} },
{type: 'Feature',properties:{Name: '3', Address: '748 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.92755813, 40.68586267]} },
{type: 'Feature',properties:{Name: '3', Address: '752 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.92743191, 40.68587631]} },
{type: 'Feature',properties:{Name: '3', Address: '752 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.92743191, 40.68587631]} },
{type: 'Feature',properties:{Name: '3', Address: '758 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '2256'}, geometry: { type: 'Point', coordinates:[-73.92724079, 40.68589815]} },
{type: 'Feature',properties:{Name: '3', Address: '438 HANCOCK STREET, BEDFORD STUYVESANT', Month: '9', Price: '2136'}, geometry: { type: 'Point', coordinates:[-73.93752242, 40.68396638]} },
{type: 'Feature',properties:{Name: '3', Address: '438 HANCOCK STREET, BEDFORD STUYVESANT', Month: '12', Price: '2136'}, geometry: { type: 'Point', coordinates:[-73.93752242, 40.68396638]} },
{type: 'Feature',properties:{Name: '3', Address: '508 HANCOCK STREET, BEDFORD STUYVESANT', Month: '12', Price: '3240'}, geometry: { type: 'Point', coordinates:[-73.93459075, 40.68430236]} },
{type: 'Feature',properties:{Name: '3', Address: '508 HANCOCK STREET, BEDFORD STUYVESANT', Month: '1', Price: '3240'}, geometry: { type: 'Point', coordinates:[-73.93459075, 40.68430236]} },
{type: 'Feature',properties:{Name: '3', Address: '524 HANCOCK STREET, BEDFORD STUYVESANT', Month: '4', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.93416163, 40.68435152]} },
{type: 'Feature',properties:{Name: '3', Address: '562 HANCOCK STREET, BEDFORD STUYVESANT', Month: '8', Price: '2741'}, geometry: { type: 'Point', coordinates:[-73.93313752, 40.68446895]} },
{type: 'Feature',properties:{Name: '3', Address: '503 HALSEY STREET, BEDFORD STUYVESANT', Month: '3', Price: '2544'}, geometry: { type: 'Point', coordinates:[-73.93293993, 40.68375794]} },
{type: 'Feature',properties:{Name: '3', Address: '503 HALSEY STREET, BEDFORD STUYVESANT', Month: '4', Price: '2544'}, geometry: { type: 'Point', coordinates:[-73.93293993, 40.68375794]} },
{type: 'Feature',properties:{Name: '3', Address: '467 HALSEY STREET, BEDFORD STUYVESANT', Month: '2', Price: '2728'}, geometry: { type: 'Point', coordinates:[-73.93390994, 40.68364871]} },
{type: 'Feature',properties:{Name: '3', Address: '457A HALSEY STREET, BEDFORD STUYVESANT', Month: '3', Price: '2560'}, geometry: { type: 'Point', coordinates:[-73.93430999, 40.68382186]} },
{type: 'Feature',properties:{Name: '3', Address: '441 HALSEY STREET, BEDFORD STUYVESANT', Month: '1', Price: '2728'}, geometry: { type: 'Point', coordinates:[-73.9346095, 40.68356951]} },
{type: 'Feature',properties:{Name: '3', Address: '634 HANCOCK ST, BEDFORD STUYVESANT', Month: '4', Price: '2232'}, geometry: { type: 'Point', coordinates:[-73.93041135, 40.68478299]} },
{type: 'Feature',properties:{Name: '3', Address: '561 HALSEY STREET, BEDFORD STUYVESANT', Month: '5', Price: '2208'}, geometry: { type: 'Point', coordinates:[-73.93032557, 40.68405831]} },
{type: 'Feature',properties:{Name: '3', Address: '553A HALSEY STREET, BEDFORD STUYVESANT', Month: '9', Price: '2208'}, geometry: { type: 'Point', coordinates:[-73.93063546, 40.6842424]} },
{type: 'Feature',properties:{Name: '3', Address: '523 HALSEY STREET, BEDFORD STUYVESANT', Month: '5', Price: '2551'}, geometry: { type: 'Point', coordinates:[-73.9315372, 40.68391906]} },
{type: 'Feature',properties:{Name: '3', Address: '706 HANCOCK STREET, BEDFORD STUYVESANT', Month: '5', Price: '2076'}, geometry: { type: 'Point', coordinates:[-73.92736061, 40.68513518]} },
{type: 'Feature',properties:{Name: '3', Address: '589 HALSEY STREET, BEDFORD STUYVESANT', Month: '3', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.92861631, 40.68425489]} },
{type: 'Feature',properties:{Name: '3', Address: '589 HALSEY STREET, BEDFORD STUYVESANT', Month: '11', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.92861631, 40.68425489]} },
{type: 'Feature',properties:{Name: '3', Address: '185 PATCHEN AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '2376'}, geometry: { type: 'Point', coordinates:[-73.92647375, 40.68501384]} },
{type: 'Feature',properties:{Name: '3', Address: '185 PATCHEN AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '2376'}, geometry: { type: 'Point', coordinates:[-73.92647375, 40.68501384]} },
{type: 'Feature',properties:{Name: '3', Address: '750 HANCOCK STREET, BEDFORD STUYVESANT', Month: '7', Price: '2256'}, geometry: { type: 'Point', coordinates:[-73.92533037, 40.68536444]} },
{type: 'Feature',properties:{Name: '3', Address: '750 HANCOCK STREET, BEDFORD STUYVESANT', Month: '11', Price: '2256'}, geometry: { type: 'Point', coordinates:[-73.92533037, 40.68536444]} },
{type: 'Feature',properties:{Name: '3', Address: '756 HANCOCK STREET, BEDFORD STUYVESANT', Month: '4', Price: '2256'}, geometry: { type: 'Point', coordinates:[-73.92516809, 40.68538355]} },
{type: 'Feature',properties:{Name: '3', Address: '762 HANCOCK STREET, BEDFORD STUYVESANT', Month: '7', Price: '2256'}, geometry: { type: 'Point', coordinates:[-73.92500942, 40.68539991]} },
{type: 'Feature',properties:{Name: '3', Address: '414 HALSEY STREET, BEDFORD STUYVESANT', Month: '5', Price: '2890'}, geometry: { type: 'Point', coordinates:[-73.93730677, 40.68324164]} },
{type: 'Feature',properties:{Name: '3', Address: '416 HALSEY STREET, BEDFORD STUYVESANT', Month: '4', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.93725268, 40.6832471]} },
{type: 'Feature',properties:{Name: '3', Address: '416 HALSEY STREET, BEDFORD STUYVESANT', Month: '7', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.93725268, 40.6832471]} },
{type: 'Feature',properties:{Name: '3', Address: '416 HALSEY STREET, BEDFORD STUYVESANT', Month: '6', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.93725268, 40.6832471]} },
{type: 'Feature',properties:{Name: '3', Address: '420 HALSEY STREET, BEDFORD STUYVESANT', Month: '11', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.93714089, 40.68326077]} },
{type: 'Feature',properties:{Name: '3', Address: '391 MACON STREET, BEDFORD STUYVESANT', Month: '2', Price: '3420'}, geometry: { type: 'Point', coordinates:[-73.9361103, 40.68264537]} },
{type: 'Feature',properties:{Name: '3', Address: '486 HALSEY STREET, BEDFORD STUYVESANT', Month: '5', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.93450494, 40.68356397]} },
{type: 'Feature',properties:{Name: '3', Address: '504 HALSEY STREET, BEDFORD STUYVESANT', Month: '6', Price: '2600'}, geometry: { type: 'Point', coordinates:[-73.93403256, 40.68361859]} },
{type: 'Feature',properties:{Name: '3', Address: '457 MACON STREET, BEDFORD STUYVESANT', Month: '4', Price: '2650'}, geometry: { type: 'Point', coordinates:[-73.93346354, 40.68295128]} },
{type: 'Feature',properties:{Name: '3', Address: '317 STUYVESANT AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '2528'}, geometry: { type: 'Point', coordinates:[-73.93215418, 40.68349398]} },
{type: 'Feature',properties:{Name: '3', Address: '586 HALSEY STREET, BEDFORD STUYVESANT', Month: '4', Price: '2514'}, geometry: { type: 'Point', coordinates:[-73.9308665, 40.68397904]} },
{type: 'Feature',properties:{Name: '3', Address: '588 HALSEY STREET, BEDFORD STUYVESANT', Month: '11', Price: '2244'}, geometry: { type: 'Point', coordinates:[-73.93080159, 40.68398724]} },
{type: 'Feature',properties:{Name: '3', Address: '599 MACON STREET, BEDFORD STUYVESANT', Month: '7', Price: '2450'}, geometry: { type: 'Point', coordinates:[-73.92744877, 40.68364208]} },
{type: 'Feature',properties:{Name: '3', Address: '752 HALSEY, BEDFORD STUYVESANT', Month: '10', Price: '2457'}, geometry: { type: 'Point', coordinates:[-73.9241412, 40.68475158]} },
{type: 'Feature',properties:{Name: '3', Address: '685A MACON STREET, BEDFORD STUYVESANT', Month: '12', Price: '2391'}, geometry: { type: 'Point', coordinates:[-73.92394705, 40.68426562]} },
{type: 'Feature',properties:{Name: '3', Address: '651 MACON STREET, BEDFORD STUYVESANT', Month: '12', Price: '2364'}, geometry: { type: 'Point', coordinates:[-73.92503994, 40.68391775]} },
{type: 'Feature',properties:{Name: '3', Address: '639 MACON STREET, BEDFORD STUYVESANT', Month: '8', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.92536809, 40.68387954]} },
{type: 'Feature',properties:{Name: '3', Address: '354 MACON STREET, BEDFORD STUYVESANT', Month: '3', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.93660793, 40.68257154]} },
{type: 'Feature',properties:{Name: '3', Address: '221 MAC DONOUGH STREET, BEDFORD STUYVESANT', Month: '3', Price: '3260'}, geometry: { type: 'Point', coordinates:[-73.93707378, 40.68178404]} },
{type: 'Feature',properties:{Name: '3', Address: '436 MACON STREET, BEDFORD STUYVESANT', Month: '8', Price: '2512'}, geometry: { type: 'Point', coordinates:[-73.93351765, 40.68292661]} },
{type: 'Feature',properties:{Name: '3', Address: '584 MACON STREET, BEDFORD STUYVESANT', Month: '2', Price: '2550'}, geometry: { type: 'Point', coordinates:[-73.92735864, 40.68363378]} },
{type: 'Feature',properties:{Name: '3', Address: '445 MACDONOUGH STREET, BEDFORD STUYVESANT', Month: '4', Price: '2691'}, geometry: { type: 'Point', coordinates:[-73.92801572, 40.68282449]} },
{type: 'Feature',properties:{Name: '3', Address: '445 MACDONOUGH STREET, BEDFORD STUYVESANT', Month: '7', Price: '2691'}, geometry: { type: 'Point', coordinates:[-73.92801572, 40.68282449]} },
{type: 'Feature',properties:{Name: '3', Address: '437 MACDONOUGH STREET, BEDFORD STUYVESANT', Month: '4', Price: '2466'}, geometry: { type: 'Point', coordinates:[-73.92826454, 40.68279445]} },
{type: 'Feature',properties:{Name: '3', Address: '650 MACON STREET, BEDFORD STUYVESANT', Month: '9', Price: '2214'}, geometry: { type: 'Point', coordinates:[-73.92460002, 40.6839504]} },
{type: 'Feature',properties:{Name: '3', Address: '178 RALPH AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '1560'}, geometry: { type: 'Point', coordinates:[-73.9228912, 40.68375165]} },
{type: 'Feature',properties:{Name: '3', Address: '373 DECATUR STREET, BEDFORD STUYVESANT', Month: '2', Price: '3326'}, geometry: { type: 'Point', coordinates:[-73.92930384, 40.68193049]} },
{type: 'Feature',properties:{Name: '3', Address: '321 DECATUR STREET, BEDFORD STUYVESANT', Month: '11', Price: '3384'}, geometry: { type: 'Point', coordinates:[-73.93078587, 40.68175847]} },
{type: 'Feature',properties:{Name: '3', Address: '464A MAC DONOUGH STREET, BEDFORD STUYVESANT', Month: '4', Price: '2382'}, geometry: { type: 'Point', coordinates:[-73.92786093, 40.68259932]} },
{type: 'Feature',properties:{Name: '3', Address: '488 MACDONOUGH STREET, BEDFORD STUYVESANT', Month: '11', Price: '2712'}, geometry: { type: 'Point', coordinates:[-73.92710343, 40.68291175]} },
{type: 'Feature',properties:{Name: '3', Address: '490 MAC DONOUGH STREET, BEDFORD STUYVESANT', Month: '4', Price: '2584'}, geometry: { type: 'Point', coordinates:[-73.92703852, 40.68291994]} },
{type: 'Feature',properties:{Name: '3', Address: '409 DECATUR STREET, BEDFORD STUYVESANT', Month: '11', Price: '2872'}, geometry: { type: 'Point', coordinates:[-73.92719077, 40.68217346]} },
{type: 'Feature',properties:{Name: '3', Address: '590 MAC DONOUGH STREET, BEDFORD STUYVESANT', Month: '5', Price: '2358'}, geometry: { type: 'Point', coordinates:[-73.92336039, 40.68334299]} },
{type: 'Feature',properties:{Name: '3', Address: '188 RALPH AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '4080'}, geometry: { type: 'Point', coordinates:[-73.92280158, 40.68330419]} },
{type: 'Feature',properties:{Name: '3', Address: '471 DECATUR STREET, BEDFORD STUYVESANT', Month: '9', Price: '2706'}, geometry: { type: 'Point', coordinates:[-73.92441779, 40.68249006]} },
{type: 'Feature',properties:{Name: '3', Address: '418A LEWIS AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '1996'}, geometry: { type: 'Point', coordinates:[-73.93496892, 40.68103629]} },
{type: 'Feature',properties:{Name: '3', Address: '264 DECATUR STREET, BEDFORD STUYVESANT', Month: '10', Price: '4436'}, geometry: { type: 'Point', coordinates:[-73.93303596, 40.68148258]} },
{type: 'Feature',properties:{Name: '3', Address: '398 STUYVESANT AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '3648'}, geometry: { type: 'Point', coordinates:[-73.93169156, 40.68106184]} },
{type: 'Feature',properties:{Name: '3', Address: '346A DECATUR STREET, BEDFORD STUYVESANT', Month: '4', Price: '2624'}, geometry: { type: 'Point', coordinates:[-73.92950964, 40.68166438]} },
{type: 'Feature',properties:{Name: '3', Address: '157 BAINBRIDGE STREET, BEDFORD STUYVESANT', Month: '7', Price: '3664'}, geometry: { type: 'Point', coordinates:[-73.93074338, 40.68101461]} },
{type: 'Feature',properties:{Name: '3', Address: '147 BAINBRIDGE STREET, BEDFORD STUYVESANT', Month: '9', Price: '3098'}, geometry: { type: 'Point', coordinates:[-73.93103545, 40.68098185]} },
{type: 'Feature',properties:{Name: '3', Address: '372 DECATUR STREET, BEDFORD STUYVESANT', Month: '3', Price: '2664'}, geometry: { type: 'Point', coordinates:[-73.92828338, 40.68203142]} },
{type: 'Feature',properties:{Name: '3', Address: '374 DECATUR STREET, BEDFORD STUYVESANT', Month: '12', Price: '2664'}, geometry: { type: 'Point', coordinates:[-73.92820766, 40.6820396]} },
{type: 'Feature',properties:{Name: '3', Address: '434 DECATUR STREET, BEDFORD STUYVESANT', Month: '1', Price: '2528'}, geometry: { type: 'Point', coordinates:[-73.9252003, 40.68238353]} },
{type: 'Feature',properties:{Name: '3', Address: '494 DECATUR STREET, BEDFORD STUYVESANT', Month: '12', Price: '2484'}, geometry: { type: 'Point', coordinates:[-73.92328553, 40.68260185]} },
{type: 'Feature',properties:{Name: '3', Address: '319 BAINBRIDGE STREET, BEDFORD STUYVESANT', Month: '12', Price: '2048'}, geometry: { type: 'Point', coordinates:[-73.92388497, 40.68179254]} },
{type: 'Feature',properties:{Name: '3', Address: '319 BAINBRIDGE STREET, BEDFORD STUYVESANT', Month: '7', Price: '2048'}, geometry: { type: 'Point', coordinates:[-73.92388497, 40.68179254]} },
{type: 'Feature',properties:{Name: '3', Address: '313 BAINBRIDGE STREET, BEDFORD STUYVESANT', Month: '11', Price: '2048'}, geometry: { type: 'Point', coordinates:[-73.92405805, 40.68177344]} },
{type: 'Feature',properties:{Name: '3', Address: '393 STUYVESANT AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '3060'}, geometry: { type: 'Point', coordinates:[-73.93160536, 40.68073791]} },
{type: 'Feature',properties:{Name: '3', Address: '346 MALCOLM X BOULEVARD, BEDFORD STUYVESANT', Month: '4', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.92868112, 40.68097218]} },
{type: 'Feature',properties:{Name: '3', Address: '258 BAINBRIDGE STREET, BEDFORD STUYVESANT', Month: '7', Price: '1744'}, geometry: { type: 'Point', coordinates:[-73.9268202, 40.68144586]} },
{type: 'Feature',properties:{Name: '3', Address: '270 BAINBRIDGE STREET, BEDFORD STUYVESANT', Month: '1', Price: '2478'}, geometry: { type: 'Point', coordinates:[-73.92649567, 40.68148133]} },
{type: 'Feature',properties:{Name: '3', Address: '31 SUMPTER STREET, BEDFORD STUYVESANT', Month: '2', Price: '1720'}, geometry: { type: 'Point', coordinates:[-73.9261736, 40.67929903]} },
{type: 'Feature',properties:{Name: '3', Address: '1779 FULTON STREET, BEDFORD STUYVESANT', Month: '9', Price: '1941'}, geometry: { type: 'Point', coordinates:[-73.92772759, 40.67920944]} },
{type: 'Feature',properties:{Name: '3', Address: '513 HERKIMER STREET, BEDFORD STUYVESANT', Month: '10', Price: '2928'}, geometry: { type: 'Point', coordinates:[-73.93648159, 40.67893464]} },
{type: 'Feature',properties:{Name: '3', Address: '511 HERKIMER STREET, BEDFORD STUYVESANT', Month: '10', Price: '1840'}, geometry: { type: 'Point', coordinates:[-73.93653206, 40.67893741]} },
{type: 'Feature',properties:{Name: '3', Address: '1822 FULTON STREET, BEDFORD STUYVESANT', Month: '9', Price: '2616'}, geometry: { type: 'Point', coordinates:[-73.92668573, 40.67914291]} },
{type: 'Feature',properties:{Name: '3', Address: '861 HERKIMER STREET, BEDFORD STUYVESANT', Month: '7', Price: '4001'}, geometry: { type: 'Point', coordinates:[-73.92485878, 40.67829634]} },
{type: 'Feature',properties:{Name: '3', Address: '851 HERKIMER STREET, BEDFORD STUYVESANT', Month: '8', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.9250174, 40.67830468]} },
{type: 'Feature',properties:{Name: '3', Address: '851 HERKIMER STREET, BEDFORD STUYVESANT', Month: '10', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.9250174, 40.67830468]} },
{type: 'Feature',properties:{Name: '3', Address: '847 HERKIMER STREET, BEDFORD STUYVESANT', Month: '7', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.92508229, 40.67831021]} },
{type: 'Feature',properties:{Name: '3', Address: '871 HERKIMER STREET, BEDFORD STUYVESANT', Month: '1', Price: '2144'}, geometry: { type: 'Point', coordinates:[-73.92446583, 40.67827412]} },
{type: 'Feature',properties:{Name: '3', Address: '34A ROCHESTER AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.92777217, 40.67799628]} },
{type: 'Feature',properties:{Name: '3', Address: '36 ROCHESTER AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '2403'}, geometry: { type: 'Point', coordinates:[-73.92748743, 40.67792474]} },
{type: 'Feature',properties:{Name: '3', Address: '33 ROCHESTER AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '1350'}, geometry: { type: 'Point', coordinates:[-73.92746215, 40.67797138]} },
{type: 'Feature',properties:{Name: '3', Address: '33 ROCHESTER AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '1350'}, geometry: { type: 'Point', coordinates:[-73.92746215, 40.67797138]} },
{type: 'Feature',properties:{Name: '3', Address: '806 HERKIMER STREET, BEDFORD STUYVESANT', Month: '2', Price: '1470'}, geometry: { type: 'Point', coordinates:[-73.92682356, 40.67838544]} },
{type: 'Feature',properties:{Name: '3', Address: '28 SUYDAM PLACE, BEDFORD STUYVESANT', Month: '11', Price: '2240'}, geometry: { type: 'Point', coordinates:[-73.92657929, 40.67758106]} },
{type: 'Feature',properties:{Name: '3', Address: '37 BUFFALO AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '1968'}, geometry: { type: 'Point', coordinates:[-73.92470801, 40.67771984]} },
{type: 'Feature',properties:{Name: '3', Address: '12 KANE PLACE, BEDFORD STUYVESANT', Month: '1', Price: '1265'}, geometry: { type: 'Point', coordinates:[-73.92372369, 40.67779879]} },
{type: 'Feature',properties:{Name: '3', Address: '1851A ATLANTIC AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.92411355, 40.67736263]} },
{type: 'Feature',properties:{Name: '3', Address: '29 KANE PLACE, BEDFORD STUYVESANT', Month: '9', Price: '1144'}, geometry: { type: 'Point', coordinates:[-73.92374215, 40.67741728]} },
{type: 'Feature',properties:{Name: '3', Address: '17A KANE PLACE, BEDFORD STUYVESANT', Month: '9', Price: '2070'}, geometry: { type: 'Point', coordinates:[-73.9234391, 40.67759549]} },
{type: 'Feature',properties:{Name: '3', Address: '17A KANE PLACE, BEDFORD STUYVESANT', Month: '6', Price: '2070'}, geometry: { type: 'Point', coordinates:[-73.9234391, 40.67759549]} },
{type: 'Feature',properties:{Name: '3', Address: '13 KANE PLACE, BEDFORD STUYVESANT', Month: '4', Price: '3933'}, geometry: { type: 'Point', coordinates:[-73.92370568, 40.67778231]} },
{type: 'Feature',properties:{Name: '3', Address: '702 FLUSHING AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '2010'}, geometry: { type: 'Point', coordinates:[-73.94493278, 40.70036193]} },
{type: 'Feature',properties:{Name: '3', Address: '165 HOPKINS STREET, BEDFORD STUYVESANT', Month: '6', Price: '1944'}, geometry: { type: 'Point', coordinates:[-73.94561507, 40.69955255]} },
{type: 'Feature',properties:{Name: '3', Address: '149 ELLERY STREET, BEDFORD STUYVESANT', Month: '11', Price: '1904'}, geometry: { type: 'Point', coordinates:[-73.94675901, 40.69867201]} },
{type: 'Feature',properties:{Name: '3', Address: '144 HOPKINS, BEDFORD STUYVESANT', Month: '10', Price: '1984'}, geometry: { type: 'Point', coordinates:[-73.94700007, 40.69937753]} },
{type: 'Feature',properties:{Name: '3', Address: '194 HOPKINS STREET, BEDFORD STUYVESANT', Month: '4', Price: '1944'}, geometry: { type: 'Point', coordinates:[-73.9449875, 40.69960714]} },
{type: 'Feature',properties:{Name: '3', Address: '196 HOPKINS STREET, BEDFORD STUYVESANT', Month: '2', Price: '1944'}, geometry: { type: 'Point', coordinates:[-73.94491897, 40.69961535]} },
{type: 'Feature',properties:{Name: '3', Address: '178 THROOP AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '1944'}, geometry: { type: 'Point', coordinates:[-73.94412961, 40.69907974]} },
{type: 'Feature',properties:{Name: '3', Address: '197 ELLERY ST, BEDFORD STUYVESANT', Month: '11', Price: '1944'}, geometry: { type: 'Point', coordinates:[-73.94468153, 40.69891257]} },
{type: 'Feature',properties:{Name: '3', Address: '671 PARK AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '1944'}, geometry: { type: 'Point', coordinates:[-73.94875409, 40.69769304]} },
{type: 'Feature',properties:{Name: '3', Address: '725 PARK AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '1960'}, geometry: { type: 'Point', coordinates:[-73.94674518, 40.69791719]} },
{type: 'Feature',properties:{Name: '3', Address: '168 ELLERY STREET, BEDFORD STUYVESANT', Month: '3', Price: '2010'}, geometry: { type: 'Point', coordinates:[-73.94632621, 40.69870475]} },
{type: 'Feature',properties:{Name: '3', Address: '713 MYRTLE AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '3960'}, geometry: { type: 'Point', coordinates:[-73.95443965, 40.69478323]} },
{type: 'Feature',properties:{Name: '3', Address: '113 WALWORTH STREET, BEDFORD STUYVESANT', Month: '7', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.95444633, 40.69555725]} },
{type: 'Feature',properties:{Name: '3', Address: '125 SANDFORD STREET, BEDFORD STUYVESANT', Month: '4', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.95350163, 40.69537572]} },
{type: 'Feature',properties:{Name: '3', Address: '901 MYRTLE AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.94690206, 40.69565009]} },
{type: 'Feature',properties:{Name: '3', Address: '901 MYRTLE AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.94690206, 40.69565009]} },
{type: 'Feature',properties:{Name: '3', Address: '875 MYRTLE AVE, BEDFORD STUYVESANT', Month: '8', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.94762337, 40.69556808]} },
{type: 'Feature',properties:{Name: '3', Address: '147 SANDFORD STREET, BEDFORD STUYVESANT', Month: '4', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.95328961, 40.6943189]} },
{type: 'Feature',properties:{Name: '3', Address: '586 MARCY AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '2300'}, geometry: { type: 'Point', coordinates:[-73.94909173, 40.6947453]} },
{type: 'Feature',properties:{Name: '3', Address: '57 VERNON AVE, BEDFORD STUYVESANT', Month: '5', Price: '2239'}, geometry: { type: 'Point', coordinates:[-73.95001506, 40.69453711]} },
{type: 'Feature',properties:{Name: '3', Address: '445 WILLOUGHBY AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.9515736, 40.69360455]} },
{type: 'Feature',properties:{Name: '3', Address: '523 WILLOUGHBY AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.94820159, 40.69399558]} },
{type: 'Feature',properties:{Name: '3', Address: '192 VERNON AVE, BEDFORD STUYVESANT', Month: '4', Price: '2480'}, geometry: { type: 'Point', coordinates:[-73.9443709, 40.69516856]} },
{type: 'Feature',properties:{Name: '3', Address: '226A VERNON AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '1576'}, geometry: { type: 'Point', coordinates:[-73.94261107, 40.69517318]} },
{type: 'Feature',properties:{Name: '3', Address: '254 VERNON AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.94157221, 40.69549105]} },
{type: 'Feature',properties:{Name: '3', Address: '98 MARCUS GARVEY BLVD, BEDFORD STUYVESANT', Month: '1', Price: '3800'}, geometry: { type: 'Point', coordinates:[-73.94054443, 40.69550425]} },
{type: 'Feature',properties:{Name: '3', Address: '100A MARCUS GARVEY BLVD, BEDFORD STUYVESANT', Month: '11', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.94077176, 40.69535341]} },
{type: 'Feature',properties:{Name: '3', Address: '102 MARCUS GARVEY BLVD, BEDFORD STUYVESANT', Month: '10', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.94051571, 40.69535876]} },
{type: 'Feature',properties:{Name: '3', Address: '949 BEDFORD AVE, BEDFORD STUYVESANT', Month: '5', Price: '3256'}, geometry: { type: 'Point', coordinates:[-73.95555243, 40.69166286]} },
{type: 'Feature',properties:{Name: '3', Address: '226A SPENCER STREET, BEDFORD STUYVESANT', Month: '8', Price: '1845'}, geometry: { type: 'Point', coordinates:[-73.95484931, 40.69158848]} },
{type: 'Feature',properties:{Name: '3', Address: '219 SPENCER STREET, BEDFORD STUYVESANT', Month: '11', Price: '2112'}, geometry: { type: 'Point', coordinates:[-73.9545932, 40.6917064]} },
{type: 'Feature',properties:{Name: '3', Address: '215 SPENCER STREET, BEDFORD STUYVESANT', Month: '9', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.95461117, 40.69179973]} },
{type: 'Feature',properties:{Name: '3', Address: '454 WILLOUGHBY AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '2845'}, geometry: { type: 'Point', coordinates:[-73.95138247, 40.69360996]} },
{type: 'Feature',properties:{Name: '3', Address: '558 WILLOUGHBY AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.94720982, 40.69409395]} },
{type: 'Feature',properties:{Name: '3', Address: '160 TOMPKINS AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '2415'}, geometry: { type: 'Point', coordinates:[-73.94597686, 40.69367891]} },
{type: 'Feature',properties:{Name: '3', Address: '127 HART STREET, BEDFORD STUYVESANT', Month: '1', Price: '1470'}, geometry: { type: 'Point', coordinates:[-73.94657207, 40.69343216]} },
{type: 'Feature',properties:{Name: '3', Address: '155 TOMPKINS AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '3464'}, geometry: { type: 'Point', coordinates:[-73.94602347, 40.69400831]} },
{type: 'Feature',properties:{Name: '3', Address: '197 HART STREET, BEDFORD STUYVESANT', Month: '6', Price: '2109'}, geometry: { type: 'Point', coordinates:[-73.94379871, 40.69375198]} },
{type: 'Feature',properties:{Name: '3', Address: '185 HART STREET, BEDFORD STUYVESANT', Month: '5', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.9441305, 40.69371371]} },
{type: 'Feature',properties:{Name: '3', Address: '277 THROOP AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '2190'}, geometry: { type: 'Point', coordinates:[-73.94314928, 40.69414142]} },
{type: 'Feature',properties:{Name: '3', Address: '61 PULASKI STREET, BEDFORD STUYVESANT', Month: '8', Price: '2614'}, geometry: { type: 'Point', coordinates:[-73.94944334, 40.69235202]} },
{type: 'Feature',properties:{Name: '3', Address: '629 MARCY AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '5625'}, geometry: { type: 'Point', coordinates:[-73.94873601, 40.6930626]} },
{type: 'Feature',properties:{Name: '3', Address: '88 HART STREET, BEDFORD STUYVESANT', Month: '3', Price: '2250'}, geometry: { type: 'Point', coordinates:[-73.94796777, 40.69325439]} },
{type: 'Feature',properties:{Name: '3', Address: '192 HART STREET, BEDFORD STUYVESANT', Month: '9', Price: '2394'}, geometry: { type: 'Point', coordinates:[-73.94412691, 40.69369724]} },
{type: 'Feature',properties:{Name: '3', Address: '202 HART STREET, BEDFORD STUYVESANT', Month: '8', Price: '2394'}, geometry: { type: 'Point', coordinates:[-73.94385282, 40.6937273]} },
{type: 'Feature',properties:{Name: '3', Address: '153 PULASKI STREET, BEDFORD STUYVESANT', Month: '8', Price: '1080'}, geometry: { type: 'Point', coordinates:[-73.94485242, 40.69287965]} },
{type: 'Feature',properties:{Name: '3', Address: '20 PULASKI STREET, BEDFORD STUYVESANT', Month: '2', Price: '2025'}, geometry: { type: 'Point', coordinates:[-73.95081737, 40.6921797]} },
{type: 'Feature',properties:{Name: '3', Address: '28 PULASKI STREET, BEDFORD STUYVESANT', Month: '3', Price: '2025'}, geometry: { type: 'Point', coordinates:[-73.95055771, 40.69220978]} },
{type: 'Feature',properties:{Name: '3', Address: '42 PULASKI STREET, BEDFORD STUYVESANT', Month: '7', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.9500961, 40.69226173]} },
{type: 'Feature',properties:{Name: '3', Address: '643 DEKALB AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '2251'}, geometry: { type: 'Point', coordinates:[-73.95026975, 40.69150974]} },
{type: 'Feature',properties:{Name: '3', Address: '368 THROOP AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.94269337, 40.69173403]} },
{type: 'Feature',properties:{Name: '3', Address: '357 KOSCIUSZKO STREET, BEDFORD STUYVESANT', Month: '8', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.94074602, 40.69185107]} },
{type: 'Feature',properties:{Name: '3', Address: '64 KOSCIUSKO STREET, BEDFORD STUYVESANT', Month: '12', Price: '1936'}, geometry: { type: 'Point', coordinates:[-73.95278748, 40.69045406]} },
{type: 'Feature',properties:{Name: '3', Address: '571 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '2880'}, geometry: { type: 'Point', coordinates:[-73.95207397, 40.68980325]} },
{type: 'Feature',properties:{Name: '3', Address: '571 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '2880'}, geometry: { type: 'Point', coordinates:[-73.95207397, 40.68980325]} },
{type: 'Feature',properties:{Name: '3', Address: '567 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '2880'}, geometry: { type: 'Point', coordinates:[-73.95219659, 40.68978684]} },
{type: 'Feature',properties:{Name: '3', Address: '535 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '2600'}, geometry: { type: 'Point', coordinates:[-73.95317026, 40.68967745]} },
{type: 'Feature',properties:{Name: '3', Address: '535 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '2600'}, geometry: { type: 'Point', coordinates:[-73.95317026, 40.68967745]} },
{type: 'Feature',properties:{Name: '3', Address: '525 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '2376'}, geometry: { type: 'Point', coordinates:[-73.95347678, 40.68964189]} },
{type: 'Feature',properties:{Name: '3', Address: '675 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '3489'}, geometry: { type: 'Point', coordinates:[-73.946881, 40.69039933]} },
{type: 'Feature',properties:{Name: '3', Address: '701 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.94480379, 40.69063715]} },
{type: 'Feature',properties:{Name: '3', Address: '1019 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.95504571, 40.68910728]} },
{type: 'Feature',properties:{Name: '3', Address: '1017 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.95505648, 40.68916493]} },
{type: 'Feature',properties:{Name: '3', Address: '1017 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.95505648, 40.68916493]} },
{type: 'Feature',properties:{Name: '3', Address: '520 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.95397445, 40.68956798]} },
{type: 'Feature',properties:{Name: '3', Address: '572A LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '2001'}, geometry: { type: 'Point', coordinates:[-73.95199121, 40.68956991]} },
{type: 'Feature',properties:{Name: '3', Address: '578 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '2640'}, geometry: { type: 'Point', coordinates:[-73.95224708, 40.6897649]} },
{type: 'Feature',properties:{Name: '3', Address: '363 CLIFTON PLACE, BEDFORD STUYVESANT', Month: '11', Price: '2692'}, geometry: { type: 'Point', coordinates:[-73.9490345, 40.68940396]} },
{type: 'Feature',properties:{Name: '3', Address: '341 CLIFTON PLACE, BEDFORD STUYVESANT', Month: '11', Price: '2883'}, geometry: { type: 'Point', coordinates:[-73.94980984, 40.68931372]} },
{type: 'Feature',properties:{Name: '3', Address: '782 LAFAYETTE AVE, BEDFORD STUYVESANT', Month: '10', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.94157976, 40.69099238]} },
{type: 'Feature',properties:{Name: '3', Address: '786 LAFAYETTE AVE, BEDFORD STUYVESANT', Month: '9', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.94144993, 40.69100604]} },
{type: 'Feature',properties:{Name: '3', Address: '149 VAN BUREN STREET, BEDFORD STUYVESANT', Month: '8', Price: '2368'}, geometry: { type: 'Point', coordinates:[-73.94030017, 40.69040434]} },
{type: 'Feature',properties:{Name: '3', Address: '246 CLIFTON PLACE, BEDFORD STUYVESANT', Month: '10', Price: '2640'}, geometry: { type: 'Point', coordinates:[-73.95416969, 40.68879678]} },
{type: 'Feature',properties:{Name: '3', Address: '246 CLIFTON PLACE, BEDFORD STUYVESANT', Month: '10', Price: '2640'}, geometry: { type: 'Point', coordinates:[-73.95416969, 40.68879678]} },
{type: 'Feature',properties:{Name: '3', Address: '260 CLIFTON PLACE, BEDFORD STUYVESANT', Month: '10', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.95377302, 40.68884328]} },
{type: 'Feature',properties:{Name: '3', Address: '260 CLIFTON PLACE, BEDFORD STUYVESANT', Month: '6', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.95377302, 40.68884328]} },
{type: 'Feature',properties:{Name: '3', Address: '264 CLIFTON, BEDFORD STUYVESANT', Month: '9', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.95365762, 40.68885421]} },
{type: 'Feature',properties:{Name: '3', Address: '282 CLIFTON PLACE, BEDFORD STUYVESANT', Month: '8', Price: '3150'}, geometry: { type: 'Point', coordinates:[-73.95314916, 40.68891439]} },
{type: 'Feature',properties:{Name: '3', Address: '32 VAN BUREN STREET, BEDFORD STUYVESANT', Month: '11', Price: '1836'}, geometry: { type: 'Point', coordinates:[-73.94401104, 40.68996705]} },
{type: 'Feature',properties:{Name: '3', Address: '60 VAN BUREN STREET, BEDFORD STUYVESANT', Month: '9', Price: '2268'}, geometry: { type: 'Point', coordinates:[-73.94330061, 40.6900463]} },
{type: 'Feature',properties:{Name: '3', Address: '713 GREENE AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.94021068, 40.6896687]} },
{type: 'Feature',properties:{Name: '3', Address: '707 GREENE AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.94040902, 40.68964684]} },
{type: 'Feature',properties:{Name: '3', Address: '707 GREENE AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.94040902, 40.68964684]} },
{type: 'Feature',properties:{Name: '3', Address: '215A LEXINGTON AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.95366571, 40.68759437]} },
{type: 'Feature',properties:{Name: '3', Address: '209 LEXINGTON AVE, BEDFORD STUYVESANT', Month: '3', Price: '2652'}, geometry: { type: 'Point', coordinates:[-73.95377765, 40.68735836]} },
{type: 'Feature',properties:{Name: '3', Address: '656 GREENE AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '2394'}, geometry: { type: 'Point', coordinates:[-73.94288653, 40.68934343]} },
{type: 'Feature',properties:{Name: '3', Address: '469A LEXINGTON AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.94331971, 40.68878371]} },
{type: 'Feature',properties:{Name: '3', Address: '411 THROOP AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '2268'}, geometry: { type: 'Point', coordinates:[-73.94211162, 40.68893682]} },
{type: 'Feature',properties:{Name: '3', Address: '696A GREENE AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '3760'}, geometry: { type: 'Point', coordinates:[-73.9407338, 40.68936704]} },
{type: 'Feature',properties:{Name: '3', Address: '206 LEXINGTON AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.95341706, 40.68738292]} },
{type: 'Feature',properties:{Name: '3', Address: '203 QUINCY, BEDFORD STUYVESANT', Month: '7', Price: '2816'}, geometry: { type: 'Point', coordinates:[-73.952837, 40.6867157]} },
{type: 'Feature',properties:{Name: '3', Address: '294 TOMPKINS AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '3465'}, geometry: { type: 'Point', coordinates:[-73.9448277, 40.6878869]} },
{type: 'Feature',properties:{Name: '3', Address: '298 TOMPKINS AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '2310'}, geometry: { type: 'Point', coordinates:[-73.94480975, 40.68778534]} },
{type: 'Feature',properties:{Name: '3', Address: '361 QUINCY STREET, BEDFORD STUYVESANT', Month: '2', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.94621987, 40.68747585]} },
{type: 'Feature',properties:{Name: '3', Address: '441 QUINCY STREET, BEDFORD STUYVESANT', Month: '6', Price: '2364'}, geometry: { type: 'Point', coordinates:[-73.94263176, 40.68789132]} },
{type: 'Feature',properties:{Name: '3', Address: '477 QUINCY STREET, BEDFORD STUYVESANT', Month: '4', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.94064837, 40.68811813]} },
{type: 'Feature',properties:{Name: '3', Address: '506 LEXINGTON AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '1880'}, geometry: { type: 'Point', coordinates:[-73.94041692, 40.68888106]} },
{type: 'Feature',properties:{Name: '3', Address: '514 LEXINGTON AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.94014285, 40.68891111]} },
{type: 'Feature',properties:{Name: '3', Address: '381 GATES AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '2860'}, geometry: { type: 'Point', coordinates:[-73.95207667, 40.68605664]} },
{type: 'Feature',properties:{Name: '3', Address: '355 GATES AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.95286998, 40.68596639]} },
{type: 'Feature',properties:{Name: '3', Address: '349A GATES AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.95317274, 40.68614767]} },
{type: 'Feature',properties:{Name: '3', Address: '349A GATES AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.95317274, 40.68614767]} },
{type: 'Feature',properties:{Name: '3', Address: '341 NOSTRAND AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.95079627, 40.68656938]} },
{type: 'Feature',properties:{Name: '3', Address: '339 NOSTRAND AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.95081064, 40.68663251]} },
{type: 'Feature',properties:{Name: '3', Address: '337 NOSTRAND AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.95082502, 40.68669565]} },
{type: 'Feature',properties:{Name: '3', Address: '335 NOSTRAND AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.95083579, 40.68675878]} },
{type: 'Feature',properties:{Name: '3', Address: '372 QUINCY STREET, BEDFORD STUYVESANT', Month: '5', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.94627758, 40.68745392]} },
{type: 'Feature',properties:{Name: '3', Address: '462A QUINCY STREET, BEDFORD STUYVESANT', Month: '2', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.9424697, 40.68766891]} },
{type: 'Feature',properties:{Name: '3', Address: '494A QUINCY ST, BEDFORD STUYVESANT', Month: '9', Price: '2487'}, geometry: { type: 'Point', coordinates:[-73.94097674, 40.68784382]} },
{type: 'Feature',properties:{Name: '3', Address: '358 GATES AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '3040'}, geometry: { type: 'Point', coordinates:[-73.9523327, 40.68601009]} },
{type: 'Feature',properties:{Name: '3', Address: '147 MONROE STREET, BEDFORD STUYVESANT', Month: '3', Price: '2880'}, geometry: { type: 'Point', coordinates:[-73.95274791, 40.685228]} },
{type: 'Feature',properties:{Name: '3', Address: '145 MONROE STREET, BEDFORD STUYVESANT', Month: '8', Price: '2880'}, geometry: { type: 'Point', coordinates:[-73.95280922, 40.68521979]} },
{type: 'Feature',properties:{Name: '3', Address: '249 MONROE STREET, BEDFORD STUYVESANT', Month: '5', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.94867317, 40.68569561]} },
{type: 'Feature',properties:{Name: '3', Address: '211 MONROE STREET, BEDFORD STUYVESANT', Month: '6', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.94985233, 40.68555889]} },
{type: 'Feature',properties:{Name: '3', Address: '439A MONROE STREET, BEDFORD STUYVESANT', Month: '4', Price: '2130'}, geometry: { type: 'Point', coordinates:[-73.93976962, 40.68694291]} },
{type: 'Feature',properties:{Name: '3', Address: '154 MONROE STREET, BEDFORD STUYVESANT', Month: '10', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.95288135, 40.68519512]} },
{type: 'Feature',properties:{Name: '3', Address: '232 MONROE STREET, BEDFORD STUYVESANT', Month: '11', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.94971531, 40.68555883]} },
{type: 'Feature',properties:{Name: '3', Address: '236 MONROE STREET, BEDFORD STUYVESANT', Month: '7', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.9495891, 40.6855725]} },
{type: 'Feature',properties:{Name: '3', Address: '236 MONROE STREET, BEDFORD STUYVESANT', Month: '11', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.9495891, 40.6855725]} },
{type: 'Feature',properties:{Name: '3', Address: '272 MONROE STREET, BEDFORD STUYVESANT', Month: '11', Price: '2734'}, geometry: { type: 'Point', coordinates:[-73.94843879, 40.68570648]} },
{type: 'Feature',properties:{Name: '3', Address: '237 MADISON STREET, BEDFORD STUYVESANT', Month: '12', Price: '2001'}, geometry: { type: 'Point', coordinates:[-73.94925069, 40.68488067]} },
{type: 'Feature',properties:{Name: '3', Address: '405 MADISON STREET, BEDFORD STUYVESANT', Month: '10', Price: '3420'}, geometry: { type: 'Point', coordinates:[-73.94233079, 40.68567614]} },
{type: 'Feature',properties:{Name: '3', Address: '152 MADISON STREET, BEDFORD STUYVESANT', Month: '8', Price: '2600'}, geometry: { type: 'Point', coordinates:[-73.9528386, 40.68445127]} },
{type: 'Feature',properties:{Name: '3', Address: '212 MADISON STREET, BEDFORD STUYVESANT', Month: '2', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.95105368, 40.68465638]} },
{type: 'Feature',properties:{Name: '3', Address: '212 MADISON ST, BEDFORD STUYVESANT', Month: '12', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.95105368, 40.68465638]} },
{type: 'Feature',properties:{Name: '3', Address: '247 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '2668'}, geometry: { type: 'Point', coordinates:[-73.95215762, 40.68379499]} },
{type: 'Feature',properties:{Name: '3', Address: '247 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '2668'}, geometry: { type: 'Point', coordinates:[-73.95215762, 40.68379499]} },
{type: 'Feature',properties:{Name: '3', Address: '385 NOSTRAND AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '2379'}, geometry: { type: 'Point', coordinates:[-73.95040113, 40.68456278]} },
{type: 'Feature',properties:{Name: '3', Address: '411 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '3136'}, geometry: { type: 'Point', coordinates:[-73.94493857, 40.68462617]} },
{type: 'Feature',properties:{Name: '3', Address: '364 MADISON STREET, BEDFORD STUYVESANT', Month: '10', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.94349195, 40.68552575]} },
{type: 'Feature',properties:{Name: '3', Address: '394 MADISON ST, BEDFORD STUYVESANT', Month: '5', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.94261929, 40.68562688]} },
{type: 'Feature',properties:{Name: '3', Address: '473 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '3488'}, geometry: { type: 'Point', coordinates:[-73.94238192, 40.68492135]} },
{type: 'Feature',properties:{Name: '3', Address: '244 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.95161314, 40.68384142]} },
{type: 'Feature',properties:{Name: '3', Address: '244 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.95161314, 40.68384142]} },
{type: 'Feature',properties:{Name: '3', Address: '402 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.94536408, 40.6845605]} },
{type: 'Feature',properties:{Name: '3', Address: '335 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '3648'}, geometry: { type: 'Point', coordinates:[-73.94468316, 40.68390692]} },
{type: 'Feature',properties:{Name: '3', Address: '279 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '3240'}, geometry: { type: 'Point', coordinates:[-73.9462265, 40.68372924]} },
{type: 'Feature',properties:{Name: '3', Address: '371 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.94289822, 40.6841119]} },
{type: 'Feature',properties:{Name: '3', Address: '548 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '2475'}, geometry: { type: 'Point', coordinates:[-73.93967743, 40.68521366]} },
{type: 'Feature',properties:{Name: '3', Address: '240 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '3800'}, geometry: { type: 'Point', coordinates:[-73.94820254, 40.68348586]} },
{type: 'Feature',properties:{Name: '3', Address: '191 HANCOCK STREET, BEDFORD STUYVESANT', Month: '6', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.94837258, 40.68273387]} },
{type: 'Feature',properties:{Name: '3', Address: '288 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.94600294, 40.68373737]} },
{type: 'Feature',properties:{Name: '3', Address: '406 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.94191021, 40.68421022]} },
{type: 'Feature',properties:{Name: '3', Address: '406 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.94191021, 40.68421022]} },
{type: 'Feature',properties:{Name: '3', Address: '355 HANCOCK STREET, BEDFORD STUYVESANT', Month: '9', Price: '3024'}, geometry: { type: 'Point', coordinates:[-73.94210556, 40.6834555]} },
{type: 'Feature',properties:{Name: '3', Address: '349 HANCOCK STREET, BEDFORD STUYVESANT', Month: '4', Price: '3104'}, geometry: { type: 'Point', coordinates:[-73.94227504, 40.68343363]} },
{type: 'Feature',properties:{Name: '3', Address: '349 HANCOCK STREET, BEDFORD STUYVESANT', Month: '3', Price: '3104'}, geometry: { type: 'Point', coordinates:[-73.94227504, 40.68343363]} },
{type: 'Feature',properties:{Name: '3', Address: '454 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.93975744, 40.68445889]} },
{type: 'Feature',properties:{Name: '3', Address: '476 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '3152'}, geometry: { type: 'Point', coordinates:[-73.9391336, 40.68452992]} },
{type: 'Feature',properties:{Name: '3', Address: '429 HANCOCK STREET, BEDFORD STUYVESANT', Month: '8', Price: '3192'}, geometry: { type: 'Point', coordinates:[-73.93897922, 40.68381345]} },
{type: 'Feature',properties:{Name: '3', Address: '393 HANCOCK STREET, BEDFORD STUYVESANT', Month: '11', Price: '3879'}, geometry: { type: 'Point', coordinates:[-73.94016918, 40.68367684]} },
{type: 'Feature',properties:{Name: '3', Address: '387 HANCOCK STREET, BEDFORD STUYVESANT', Month: '3', Price: '3272'}, geometry: { type: 'Point', coordinates:[-73.94036751, 40.68365499]} },
{type: 'Feature',properties:{Name: '3', Address: '64 HANCOCK STREET, BEDFORD STUYVESANT', Month: '7', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.95273202, 40.68221423]} },
{type: 'Feature',properties:{Name: '3', Address: '64 HANCOCK STREET, BEDFORD STUYVESANT', Month: '4', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.95273202, 40.68221423]} },
{type: 'Feature',properties:{Name: '3', Address: '64 HANCOCK STREET, BEDFORD STUYVESANT', Month: '11', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.95273202, 40.68221423]} },
{type: 'Feature',properties:{Name: '3', Address: '152 HANCOCK STREET, BEDFORD STUYVESANT', Month: '11', Price: '5000'}, geometry: { type: 'Point', coordinates:[-73.94935338, 40.6826053]} },
{type: 'Feature',properties:{Name: '3', Address: '222 HANCOCK STREET, BEDFORD STUYVESANT', Month: '6', Price: '3880'}, geometry: { type: 'Point', coordinates:[-73.94743868, 40.68282402]} },
{type: 'Feature',properties:{Name: '3', Address: '268 HANCOCK STREET, BEDFORD STUYVESANT', Month: '1', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.94528237, 40.68307279]} },
{type: 'Feature',properties:{Name: '3', Address: '197 HALSEY ST, BEDFORD STUYVESANT', Month: '3', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.9452974, 40.6823372]} },
{type: 'Feature',properties:{Name: '3', Address: '314 HANCOCK, BEDFORD STUYVESANT', Month: '3', Price: '1734'}, geometry: { type: 'Point', coordinates:[-73.94333538, 40.68307185]} },
{type: 'Feature',properties:{Name: '3', Address: '326 HANCOCK STREET, BEDFORD STUYVESANT', Month: '9', Price: '1734'}, geometry: { type: 'Point', coordinates:[-73.94280152, 40.68335704]} },
{type: 'Feature',properties:{Name: '3', Address: '332 HANCOCK STREET, BEDFORD STUYVESANT', Month: '3', Price: '1734'}, geometry: { type: 'Point', coordinates:[-73.94262122, 40.68337891]} },
{type: 'Feature',properties:{Name: '3', Address: '336 HANCOCK STREET, BEDFORD STUYVESANT', Month: '7', Price: '2532'}, geometry: { type: 'Point', coordinates:[-73.94250223, 40.68339257]} },
{type: 'Feature',properties:{Name: '3', Address: '340 HANCOCK STREET, BEDFORD STUYVESANT', Month: '7', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.94238323, 40.68340624]} },
{type: 'Feature',properties:{Name: '3', Address: '293 HALSEY STREET, BEDFORD STUYVESANT', Month: '1', Price: '2924'}, geometry: { type: 'Point', coordinates:[-73.94151846, 40.68277176]} },
{type: 'Feature',properties:{Name: '3', Address: '283 HALSEY STREET, BEDFORD STUYVESANT', Month: '8', Price: '2924'}, geometry: { type: 'Point', coordinates:[-73.94181774, 40.68273897]} },
{type: 'Feature',properties:{Name: '3', Address: '281 HALSEY STREET, BEDFORD STUYVESANT', Month: '6', Price: '2924'}, geometry: { type: 'Point', coordinates:[-73.94187904, 40.68273077]} },
{type: 'Feature',properties:{Name: '3', Address: '408A HANCOCK STREET, BEDFORD STUYVESANT', Month: '1', Price: '3500'}, geometry: { type: 'Point', coordinates:[-73.93937609, 40.68352546]} },
{type: 'Feature',properties:{Name: '3', Address: '428A HANCOCK STREET, BEDFORD STUYVESANT', Month: '12', Price: '2475'}, geometry: { type: 'Point', coordinates:[-73.93848182, 40.68362929]} },
{type: 'Feature',properties:{Name: '3', Address: '335 HALSEY STREET, BEDFORD STUYVESANT', Month: '6', Price: '2703'}, geometry: { type: 'Point', coordinates:[-73.93936213, 40.68302042]} },
{type: 'Feature',properties:{Name: '3', Address: '18 ARLINGTON PLACE, BEDFORD STUYVESANT', Month: '2', Price: '3168'}, geometry: { type: 'Point', coordinates:[-73.95124011, 40.68117883]} },
{type: 'Feature',properties:{Name: '3', Address: '22 ARLINGTON PLACE, BEDFORD STUYVESANT', Month: '7', Price: '3184'}, geometry: { type: 'Point', coordinates:[-73.95122214, 40.68109099]} },
{type: 'Feature',properties:{Name: '3', Address: '316 HALSEY STREET, BEDFORD STUYVESANT', Month: '1', Price: '2300'}, geometry: { type: 'Point', coordinates:[-73.94161222, 40.68274436]} },
{type: 'Feature',properties:{Name: '3', Address: '225 MACON STREET, BEDFORD STUYVESANT', Month: '5', Price: '2190'}, geometry: { type: 'Point', coordinates:[-73.94229798, 40.68193225]} },
{type: 'Feature',properties:{Name: '3', Address: '336 HALSEY STREET, BEDFORD STUYVESANT', Month: '1', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.94026362, 40.68290012]} },
{type: 'Feature',properties:{Name: '3', Address: '301 MACON STREET, BEDFORD STUYVESANT', Month: '8', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.93940608, 40.68226563]} },
{type: 'Feature',properties:{Name: '3', Address: '301 MACON STREET, BEDFORD STUYVESANT', Month: '2', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.93940608, 40.68226563]} },
{type: 'Feature',properties:{Name: '3', Address: '301 MACON STREET, BEDFORD STUYVESANT', Month: '5', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.93940608, 40.68226563]} },
{type: 'Feature',properties:{Name: '3', Address: '301 MACON STREET, BEDFORD STUYVESANT', Month: '3', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.93940608, 40.68226563]} },
{type: 'Feature',properties:{Name: '3', Address: '289 MACON STREET, BEDFORD STUYVESANT', Month: '5', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.93973782, 40.68222738]} },
{type: 'Feature',properties:{Name: '3', Address: '1 VERONA PLACE, BEDFORD STUYVESANT', Month: '8', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.94763469, 40.68116078]} },
{type: 'Feature',properties:{Name: '3', Address: '210 MACON STREET, BEDFORD STUYVESANT', Month: '1', Price: '2494'}, geometry: { type: 'Point', coordinates:[-73.94238092, 40.68190759]} },
{type: 'Feature',properties:{Name: '3', Address: '282 MACON STREET, BEDFORD STUYVESANT', Month: '5', Price: '4050'}, geometry: { type: 'Point', coordinates:[-73.93940249, 40.68224916]} },
{type: 'Feature',properties:{Name: '3', Address: '284 MACON STREET, BEDFORD STUYVESANT', Month: '3', Price: '3180'}, geometry: { type: 'Point', coordinates:[-73.9393484, 40.68225736]} },
{type: 'Feature',properties:{Name: '3', Address: '116 MACDONOUGH ST, BEDFORD STUYVESANT', Month: '8', Price: '3632'}, geometry: { type: 'Point', coordinates:[-73.94183709, 40.68122387]} },
{type: 'Feature',properties:{Name: '3', Address: '136 MAC DONOUGH STREET, BEDFORD STUYVESANT', Month: '6', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.94127098, 40.68128946]} },
{type: 'Feature',properties:{Name: '3', Address: '55 DECATUR STREET, BEDFORD STUYVESANT', Month: '12', Price: '3240'}, geometry: { type: 'Point', coordinates:[-73.94139783, 40.6805402]} },
{type: 'Feature',properties:{Name: '3', Address: '11 DECATUR STREET, BEDFORD STUYVESANT', Month: '5', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.94261297, 40.68040083]} },
{type: 'Feature',properties:{Name: '3', Address: '194 MACDONOUGH STREET, BEDFORD STUYVESANT', Month: '5', Price: '3360'}, geometry: { type: 'Point', coordinates:[-73.93890557, 40.68155721]} },
{type: 'Feature',properties:{Name: '3', Address: '54 DECATUR STREET, BEDFORD STUYVESANT', Month: '6', Price: '2768'}, geometry: { type: 'Point', coordinates:[-73.94145193, 40.68051552]} },
{type: 'Feature',properties:{Name: '3', Address: '96 DECATUR STREET, BEDFORD STUYVESANT', Month: '12', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.93959856, 40.68072866]} },
{type: 'Feature',properties:{Name: '3', Address: '110 DECATUR STREET, BEDFORD STUYVESANT', Month: '7', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.93918751, 40.6807751]} },
{type: 'Feature',properties:{Name: '3', Address: '110 DECATUR STREET, BEDFORD STUYVESANT', Month: '10', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.93918751, 40.6807751]} },
{type: 'Feature',properties:{Name: '3', Address: '112 DECATUR STREET, BEDFORD STUYVESANT', Month: '8', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.93912621, 40.6807833]} },
{type: 'Feature',properties:{Name: '3', Address: '116 DECATUR STREET, BEDFORD STUYVESANT', Month: '7', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.93901082, 40.68079422]} },
{type: 'Feature',properties:{Name: '3', Address: '75 HERKIMER STREET, BEDFORD STUYVESANT', Month: '3', Price: '3960'}, geometry: { type: 'Point', coordinates:[-73.95095635, 40.67971849]} },
{type: 'Feature',properties:{Name: '3', Address: '369 HERKIMER STREET, BEDFORD STUYVESANT', Month: '5', Price: '3024'}, geometry: { type: 'Point', coordinates:[-73.9407645, 40.67916474]} },
{type: 'Feature',properties:{Name: '3', Address: '34 HERKIMER STREET, BEDFORD STUYVESANT', Month: '6', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.95192617, 40.67975458]} },
{type: 'Feature',properties:{Name: '3', Address: '16 ALICE COURT, BEDFORD STUYVESANT', Month: '2', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.94053807, 40.67837138]} },
{type: 'Feature',properties:{Name: '3', Address: '117 FRANKLIN AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '2346'}, geometry: { type: 'Point', coordinates:[-73.95819327, 40.69542144]} },
{type: 'Feature',properties:{Name: '3', Address: '653 MYRTLE AVE, BEDFORD STUYVESANT', Month: '10', Price: '3150'}, geometry: { type: 'Point', coordinates:[-73.95757725, 40.69442212]} },
{type: 'Feature',properties:{Name: '3', Address: '622 MYRTLE AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '3675'}, geometry: { type: 'Point', coordinates:[-73.95904867, 40.69423601]} },
{type: 'Feature',properties:{Name: '3', Address: '319 WILLOUGHBY AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '1932'}, geometry: { type: 'Point', coordinates:[-73.95824545, 40.6927206]} },
{type: 'Feature',properties:{Name: '3', Address: '160 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '10', Price: '2895'}, geometry: { type: 'Point', coordinates:[-73.95691787, 40.6935655]} },
{type: 'Feature',properties:{Name: '3', Address: '674 MYRTLE AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '4125'}, geometry: { type: 'Point', coordinates:[-73.95684876, 40.69449047]} },
{type: 'Feature',properties:{Name: '3', Address: '674 MYRTLE AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '4125'}, geometry: { type: 'Point', coordinates:[-73.95684876, 40.69449047]} },
{type: 'Feature',properties:{Name: '3', Address: '231 FRANKLIN AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '2680'}, geometry: { type: 'Point', coordinates:[-73.95743481, 40.69158123]} },
{type: 'Feature',properties:{Name: '3', Address: '511 DEKALB AVE, BEDFORD STUYVESANT', Month: '7', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.95656629, 40.69078218]} },
{type: 'Feature',properties:{Name: '3', Address: '225 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '4', Price: '2112'}, geometry: { type: 'Point', coordinates:[-73.95649367, 40.69154245]} },
{type: 'Feature',properties:{Name: '3', Address: '225 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '8', Price: '2112'}, geometry: { type: 'Point', coordinates:[-73.95649367, 40.69154245]} },
{type: 'Feature',properties:{Name: '3', Address: '486 DEKALB AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '3468'}, geometry: { type: 'Point', coordinates:[-73.95713247, 40.69070279]} },
{type: 'Feature',properties:{Name: '3', Address: '256 SKILLMAN ST, BEDFORD STUYVESANT', Month: '1', Price: '2228'}, geometry: { type: 'Point', coordinates:[-73.95628889, 40.69038682]} },
{type: 'Feature',properties:{Name: '3', Address: '277 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '1', Price: '2107'}, geometry: { type: 'Point', coordinates:[-73.95618819, 40.68998879]} },
{type: 'Feature',properties:{Name: '3', Address: '386A LAFAYETTE AVE, BEDFORD STUYVESANT', Month: '11', Price: '1830'}, geometry: { type: 'Point', coordinates:[-73.95971554, 40.68870004]} },
{type: 'Feature',properties:{Name: '3', Address: '1052 BEDFORD AVE, BEDFORD STUYVESANT', Month: '6', Price: '2450'}, geometry: { type: 'Point', coordinates:[-73.95504218, 40.688992]} },
{type: 'Feature',properties:{Name: '3', Address: '387 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '2565'}, geometry: { type: 'Point', coordinates:[-73.9597774, 40.68778331]} },
{type: 'Feature',properties:{Name: '3', Address: '75 LEXINGTON AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '1980'}, geometry: { type: 'Point', coordinates:[-73.95890182, 40.68676743]} },
{type: 'Feature',properties:{Name: '3', Address: '84A LEXINGTON AVE, BEDFORD STUYVESANT', Month: '4', Price: '5944'}, geometry: { type: 'Point', coordinates:[-73.95860267, 40.68655872]} },
{type: 'Feature',properties:{Name: '3', Address: '84A LEXINGTON AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '5944'}, geometry: { type: 'Point', coordinates:[-73.95860267, 40.68655872]} },
{type: 'Feature',properties:{Name: '3', Address: '156 LEXINGTON AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '1824'}, geometry: { type: 'Point', coordinates:[-73.95551217, 40.68714221]} },
{type: 'Feature',properties:{Name: '3', Address: '156 LEXINGTON AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '1824'}, geometry: { type: 'Point', coordinates:[-73.95551217, 40.68714221]} },
{type: 'Feature',properties:{Name: '3', Address: '156 LEXINGTON AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '1824'}, geometry: { type: 'Point', coordinates:[-73.95551217, 40.68714221]} },
{type: 'Feature',properties:{Name: '3', Address: '160 LEXINGTON AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '1824'}, geometry: { type: 'Point', coordinates:[-73.95538596, 40.68715588]} },
{type: 'Feature',properties:{Name: '3', Address: '435A CLASSON AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '2470'}, geometry: { type: 'Point', coordinates:[-73.95912237, 40.68577665]} },
{type: 'Feature',properties:{Name: '3', Address: '25 MONROE STREET, BEDFORD STUYVESANT', Month: '8', Price: '3260'}, geometry: { type: 'Point', coordinates:[-73.9579837, 40.68462344]} },
{type: 'Feature',properties:{Name: '3', Address: '14 MONROE STREET, BEDFORD STUYVESANT', Month: '6', Price: '2552'}, geometry: { type: 'Point', coordinates:[-73.95839118, 40.68456045]} },
{type: 'Feature',properties:{Name: '3', Address: '34 MONROE STREET, BEDFORD STUYVESANT', Month: '3', Price: '1683'}, geometry: { type: 'Point', coordinates:[-73.95784669, 40.68462339]} },
{type: 'Feature',properties:{Name: '3', Address: '40 MONROE STREET, BEDFORD STUYVESANT', Month: '2', Price: '1683'}, geometry: { type: 'Point', coordinates:[-73.95768443, 40.68464254]} },
{type: 'Feature',properties:{Name: '3', Address: '40 MONROE STREET, BEDFORD STUYVESANT', Month: '11', Price: '1683'}, geometry: { type: 'Point', coordinates:[-73.95768443, 40.68464254]} },
{type: 'Feature',properties:{Name: '3', Address: '1156 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.95418695, 40.68467963]} },
{type: 'Feature',properties:{Name: '3', Address: '1158 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.95416898, 40.68459453]} },
{type: 'Feature',properties:{Name: '3', Address: '100 MADISON STREET, BEDFORD STUYVESANT', Month: '3', Price: '1404'}, geometry: { type: 'Point', coordinates:[-73.95514998, 40.6841832]} },
{type: 'Feature',properties:{Name: '3', Address: '106 MADISON STREET, BEDFORD STUYVESANT', Month: '12', Price: '1722'}, geometry: { type: 'Point', coordinates:[-73.95498051, 40.68420235]} },
{type: 'Feature',properties:{Name: '3', Address: '82 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '2237'}, geometry: { type: 'Point', coordinates:[-73.95822264, 40.68308096]} },
{type: 'Feature',properties:{Name: '3', Address: '36 CLAVER PLACE, BEDFORD STUYVESANT', Month: '1', Price: '3712'}, geometry: { type: 'Point', coordinates:[-73.95747694, 40.6820761]} },
{type: 'Feature',properties:{Name: '3', Address: '162 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '2960'}, geometry: { type: 'Point', coordinates:[-73.95494856, 40.6834585]} },
{type: 'Feature',properties:{Name: '3', Address: '75 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '2348'}, geometry: { type: 'Point', coordinates:[-73.95449833, 40.68277762]} },
{type: 'Feature',properties:{Name: '3', Address: '1096 FULTON STREET, BEDFORD STUYVESANT', Month: '11', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.95688609, 40.68137871]} },
{type: 'Feature',properties:{Name: '3', Address: '166 LEFFERTS PLACE, BEDFORD STUYVESANT', Month: '3', Price: '3696'}, geometry: { type: 'Point', coordinates:[-73.95738055, 40.68057742]} },
{type: 'Feature',properties:{Name: '3', Address: '381 VERNON AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '2880'}, geometry: { type: 'Point', coordinates:[-73.93574031, 40.69617688]} },
{type: 'Feature',properties:{Name: '3', Address: '344 VERNON AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '2430'}, geometry: { type: 'Point', coordinates:[-73.93699183, 40.69601563]} },
{type: 'Feature',properties:{Name: '3', Address: '787 WILLOUGHBY AVE, BEDFORD STUYVESANT', Month: '10', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.93677252, 40.69530736]} },
{type: 'Feature',properties:{Name: '3', Address: '992 BROADWAY, BEDFORD STUYVESANT', Month: '10', Price: '4035'}, geometry: { type: 'Point', coordinates:[-73.93387946, 40.69620328]} },
{type: 'Feature',properties:{Name: '3', Address: '994 BROADWAY, BEDFORD STUYVESANT', Month: '1', Price: '3465'}, geometry: { type: 'Point', coordinates:[-73.93372808, 40.6961181]} },
{type: 'Feature',properties:{Name: '3', Address: '306 HART STREET, BEDFORD STUYVESANT', Month: '2', Price: '2971'}, geometry: { type: 'Point', coordinates:[-73.93916438, 40.69426564]} },
{type: 'Feature',properties:{Name: '3', Address: '329A PULASKI STREET, BEDFORD STUYVESANT', Month: '9', Price: '3240'}, geometry: { type: 'Point', coordinates:[-73.93790257, 40.69390266]} },
{type: 'Feature',properties:{Name: '3', Address: '323 PULASKI STREET, BEDFORD STUYVESANT', Month: '3', Price: '2560'}, geometry: { type: 'Point', coordinates:[-73.93800016, 40.69366666]} },
{type: 'Feature',properties:{Name: '3', Address: '443 PULASKI STREET, BEDFORD STUYVESANT', Month: '1', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.93282479, 40.69426211]} },
{type: 'Feature',properties:{Name: '3', Address: '980 DEKALB AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.93609665, 40.69312215]} },
{type: 'Feature',properties:{Name: '3', Address: '1036 DEKALB AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '1965'}, geometry: { type: 'Point', coordinates:[-73.93353604, 40.69341439]} },
{type: 'Feature',properties:{Name: '3', Address: '1072 DEKALB AVE, BEDFORD STUYVESANT', Month: '4', Price: '2340'}, geometry: { type: 'Point', coordinates:[-73.93186261, 40.69360829]} },
{type: 'Feature',properties:{Name: '3', Address: '1072 DEKALB AVE, BEDFORD STUYVESANT', Month: '11', Price: '2340'}, geometry: { type: 'Point', coordinates:[-73.93186261, 40.69360829]} },
{type: 'Feature',properties:{Name: '3', Address: '1072 DEKALB AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '2340'}, geometry: { type: 'Point', coordinates:[-73.93186261, 40.69360829]} },
{type: 'Feature',properties:{Name: '3', Address: '861 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '2532'}, geometry: { type: 'Point', coordinates:[-73.93815732, 40.69140231]} },
{type: 'Feature',properties:{Name: '3', Address: '861 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '2532'}, geometry: { type: 'Point', coordinates:[-73.93815732, 40.69140231]} },
{type: 'Feature',properties:{Name: '3', Address: '528 KOSCIUSZKO STREET, BEDFORD STUYVESANT', Month: '9', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.93282992, 40.69274975]} },
{type: 'Feature',properties:{Name: '3', Address: '995 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '3219'}, geometry: { type: 'Point', coordinates:[-73.93224641, 40.69208243]} },
{type: 'Feature',properties:{Name: '3', Address: '993 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.93230772, 40.69207697]} },
{type: 'Feature',properties:{Name: '3', Address: '858 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '3240'}, geometry: { type: 'Point', coordinates:[-73.93837011, 40.69136125]} },
{type: 'Feature',properties:{Name: '3', Address: '205 VAN BUREN STREET, BEDFORD STUYVESANT', Month: '7', Price: '3540'}, geometry: { type: 'Point', coordinates:[-73.93814359, 40.69065298]} },
{type: 'Feature',properties:{Name: '3', Address: '18 PATCHEN AVE, BEDFORD STUYVESANT', Month: '9', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.92791549, 40.69215939]} },
{type: 'Feature',properties:{Name: '3', Address: '839 GREENE AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.93454157, 40.69032161]} },
{type: 'Feature',properties:{Name: '3', Address: '883A GREENE AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '1890'}, geometry: { type: 'Point', coordinates:[-73.9322982, 40.69079791]} },
{type: 'Feature',properties:{Name: '3', Address: '848 GREENE AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '3360'}, geometry: { type: 'Point', coordinates:[-73.93441176, 40.69031879]} },
{type: 'Feature',properties:{Name: '3', Address: '168 STUYVESANT AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '6078'}, geometry: { type: 'Point', coordinates:[-73.93342425, 40.68980221]} },
{type: 'Feature',properties:{Name: '3', Address: '168 STUYVESANT AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '6078'}, geometry: { type: 'Point', coordinates:[-73.93342425, 40.68980221]} },
{type: 'Feature',properties:{Name: '3', Address: '637 LEXINGTON AVE, BEDFORD STUYVESANT', Month: '11', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.93545831, 40.68946302]} },
{type: 'Feature',properties:{Name: '3', Address: '904 GREENE AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '2984'}, geometry: { type: 'Point', coordinates:[-73.93189813, 40.69060828]} },
{type: 'Feature',properties:{Name: '3', Address: '733 LEXINGTON AVE, BEDFORD STUYVESANT', Month: '10', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.93156349, 40.68991366]} },
{type: 'Feature',properties:{Name: '3', Address: '733 LEXINGTON AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.93156349, 40.68991366]} },
{type: 'Feature',properties:{Name: '3', Address: '50 PATCHEN AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.92762856, 40.69073468]} },
{type: 'Feature',properties:{Name: '3', Address: '52 PATCHEN AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.92761781, 40.6906688]} },
{type: 'Feature',properties:{Name: '3', Address: '52 PATCHEN AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.92761781, 40.6906688]} },
{type: 'Feature',properties:{Name: '3', Address: '553 QUINCY STREET, BEDFORD STUYVESANT', Month: '1', Price: '3549'}, geometry: { type: 'Point', coordinates:[-73.93734149, 40.68850064]} },
{type: 'Feature',properties:{Name: '3', Address: '215 LEWIS AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.93624481, 40.68902704]} },
{type: 'Feature',properties:{Name: '3', Address: '615 QUINCY STREET, BEDFORD STUYVESANT', Month: '1', Price: '2541'}, geometry: { type: 'Point', coordinates:[-73.93455747, 40.68882023]} },
{type: 'Feature',properties:{Name: '3', Address: '712 LEXINGTON AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '1912'}, geometry: { type: 'Point', coordinates:[-73.93113796, 40.68994634]} },
{type: 'Feature',properties:{Name: '3', Address: '693 QUINCY STREET, BEDFORD STUYVESANT', Month: '3', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.93105578, 40.68922167]} },
{type: 'Feature',properties:{Name: '3', Address: '689 QUINCY STREET, BEDFORD STUYVESANT', Month: '9', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.93119282, 40.68920528]} },
{type: 'Feature',properties:{Name: '3', Address: '740 LEXINGTON AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '2142'}, geometry: { type: 'Point', coordinates:[-73.92958363, 40.69012655]} },
{type: 'Feature',properties:{Name: '3', Address: '751 QUINCY STREET, BEDFORD STUYVESANT', Month: '7', Price: '3360'}, geometry: { type: 'Point', coordinates:[-73.92854578, 40.68950834]} },
{type: 'Feature',properties:{Name: '3', Address: '670 QUINCY STREET, BEDFORD STUYVESANT', Month: '12', Price: '2880'}, geometry: { type: 'Point', coordinates:[-73.93391918, 40.68887751]} },
{type: 'Feature',properties:{Name: '3', Address: '722 QUINCY STREET, BEDFORD STUYVESANT', Month: '2', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.93126496, 40.68918062]} },
{type: 'Feature',properties:{Name: '3', Address: '726A QUINCY STREET, BEDFORD STUYVESANT', Month: '1', Price: '2880'}, geometry: { type: 'Point', coordinates:[-73.931038, 40.68897737]} },
{type: 'Feature',properties:{Name: '3', Address: '923A GATES AVE, BEDFORD STUYVESANT', Month: '9', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.92881682, 40.68895132]} },
{type: 'Feature',properties:{Name: '3', Address: '487 MONROE STREET, BEDFORD STUYVESANT', Month: '6', Price: '1980'}, geometry: { type: 'Point', coordinates:[-73.93749796, 40.68698287]} },
{type: 'Feature',properties:{Name: '3', Address: '107 PATCHEN AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '2739'}, geometry: { type: 'Point', coordinates:[-73.9271228, 40.68827779]} },
{type: 'Feature',properties:{Name: '3', Address: '966 GATES AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '2820'}, geometry: { type: 'Point', coordinates:[-73.92525404, 40.68912198]} },
{type: 'Feature',properties:{Name: '3', Address: '966 GATES AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '2820'}, geometry: { type: 'Point', coordinates:[-73.92525404, 40.68912198]} },
{type: 'Feature',properties:{Name: '3', Address: '546A MONROE ST, BEDFORD STUYVESANT', Month: '6', Price: '2229'}, geometry: { type: 'Point', coordinates:[-73.93555448, 40.68696533]} },
{type: 'Feature',properties:{Name: '3', Address: '620A MONROE ST, BEDFORD STUYVESANT', Month: '8', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.93222599, 40.6873422]} },
{type: 'Feature',properties:{Name: '3', Address: '632 MONROE STREET, BEDFORD STUYVESANT', Month: '8', Price: '2139'}, geometry: { type: 'Point', coordinates:[-73.93176777, 40.68762464]} },
{type: 'Feature',properties:{Name: '3', Address: '648 MONROE STREET, BEDFORD STUYVESANT', Month: '6', Price: '2565'}, geometry: { type: 'Point', coordinates:[-73.93122323, 40.68768744]} },
{type: 'Feature',properties:{Name: '3', Address: '629A MADISON STREET, BEDFORD STUYVESANT', Month: '3', Price: '2502'}, geometry: { type: 'Point', coordinates:[-73.93202072, 40.68708681]} },
{type: 'Feature',properties:{Name: '3', Address: '629A MADISON ST, BEDFORD STUYVESANT', Month: '1', Price: '2502'}, geometry: { type: 'Point', coordinates:[-73.93202072, 40.68708681]} },
{type: 'Feature',properties:{Name: '3', Address: '110 PATCHEN AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '3135'}, geometry: { type: 'Point', coordinates:[-73.92708707, 40.68798408]} },
{type: 'Feature',properties:{Name: '3', Address: '629 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '1710'}, geometry: { type: 'Point', coordinates:[-73.93647524, 40.68560169]} },
{type: 'Feature',properties:{Name: '3', Address: '599 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.93730464, 40.68550333]} },
{type: 'Feature',properties:{Name: '3', Address: '584 MADISON STREET, BEDFORD STUYVESANT', Month: '11', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.93468591, 40.6865394]} },
{type: 'Feature',properties:{Name: '3', Address: '588 MADISON STREET, BEDFORD STUYVESANT', Month: '9', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.93457772, 40.68655306]} },
{type: 'Feature',properties:{Name: '3', Address: '679 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.93426832, 40.68585572]} },
{type: 'Feature',properties:{Name: '3', Address: '684 MADISON ST, BEDFORD STUYVESANT', Month: '7', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.93094633, 40.68696815]} },
{type: 'Feature',properties:{Name: '3', Address: '825 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '3360'}, geometry: { type: 'Point', coordinates:[-73.92828575, 40.68654108]} },
{type: 'Feature',properties:{Name: '3', Address: '308 LEWIS AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '3516'}, geometry: { type: 'Point', coordinates:[-73.9355308, 40.68535414]} },
{type: 'Feature',properties:{Name: '3', Address: '312 LEWIS AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '3548'}, geometry: { type: 'Point', coordinates:[-73.93550927, 40.68524159]} },
{type: 'Feature',properties:{Name: '3', Address: '686 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '3440'}, geometry: { type: 'Point', coordinates:[-73.93426473, 40.68583924]} },
{type: 'Feature',properties:{Name: '3', Address: '704 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '3640'}, geometry: { type: 'Point', coordinates:[-73.93376709, 40.6858966]} },
{type: 'Feature',properties:{Name: '3', Address: '280 STUYVESANT AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '3296'}, geometry: { type: 'Point', coordinates:[-73.93256683, 40.68546497]} },
{type: 'Feature',properties:{Name: '3', Address: '577 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '3800'}, geometry: { type: 'Point', coordinates:[-73.93473063, 40.6850545]} },
{type: 'Feature',properties:{Name: '3', Address: '210 MALCOLM X BOULEVARD, BEDFORD STUYVESANT', Month: '11', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.92970686, 40.68610828]} },
{type: 'Feature',properties:{Name: '3', Address: '755 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '2693'}, geometry: { type: 'Point', coordinates:[-73.92799806, 40.68582726]} },
{type: 'Feature',properties:{Name: '3', Address: '483 HANCOCK STREET, BEDFORD STUYVESANT', Month: '7', Price: '3096'}, geometry: { type: 'Point', coordinates:[-73.93633243, 40.68411943]} },
{type: 'Feature',properties:{Name: '3', Address: '317 LEWIS AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '2646'}, geometry: { type: 'Point', coordinates:[-73.93540154, 40.68479139]} },
{type: 'Feature',properties:{Name: '3', Address: '525 HANCOCK STREET, BEDFORD STUYVESANT', Month: '12', Price: '2460'}, geometry: { type: 'Point', coordinates:[-73.93422292, 40.68435979]} },
{type: 'Feature',properties:{Name: '3', Address: '659 HANCOCK STREET, BEDFORD STUYVESANT', Month: '9', Price: '2394'}, geometry: { type: 'Point', coordinates:[-73.92865518, 40.68500149]} },
{type: 'Feature',properties:{Name: '3', Address: '223A MALCOLM X BOULEVARD, BEDFORD STUYVESANT', Month: '3', Price: '3168'}, geometry: { type: 'Point', coordinates:[-73.92923173, 40.68532848]} },
{type: 'Feature',properties:{Name: '3', Address: '440A HANCOCK STREET, BEDFORD STUYVESANT', Month: '4', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.93771372, 40.68374965]} },
{type: 'Feature',properties:{Name: '3', Address: '442 HANCOCK, BEDFORD STUYVESANT', Month: '9', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.93764881, 40.6837551]} },
{type: 'Feature',properties:{Name: '3', Address: '460 HANCOCK, BEDFORD STUYVESANT', Month: '8', Price: '3003'}, geometry: { type: 'Point', coordinates:[-73.93690239, 40.68382331]} },
{type: 'Feature',properties:{Name: '3', Address: '542 HANCOCK STREET, BEDFORD STUYVESANT', Month: '8', Price: '3150'}, geometry: { type: 'Point', coordinates:[-73.93367482, 40.68440613]} },
{type: 'Feature',properties:{Name: '3', Address: '542 HANCOCK STREET, BEDFORD STUYVESANT', Month: '6', Price: '3150'}, geometry: { type: 'Point', coordinates:[-73.93367482, 40.68440613]} },
{type: 'Feature',properties:{Name: '3', Address: '542A HANCOCK STREET, BEDFORD STUYVESANT', Month: '11', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.93353081, 40.68419745]} },
{type: 'Feature',properties:{Name: '3', Address: '546 HANCOCK STREET, BEDFORD STUYVESANT', Month: '1', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.93357025, 40.6844198]} },
{type: 'Feature',properties:{Name: '3', Address: '489 HALSEY STREET, BEDFORD STUYVESANT', Month: '1', Price: '2728'}, geometry: { type: 'Point', coordinates:[-73.93331495, 40.68371699]} },
{type: 'Feature',properties:{Name: '3', Address: '481 HALSEY STREET, BEDFORD STUYVESANT', Month: '11', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.93353131, 40.68369241]} },
{type: 'Feature',properties:{Name: '3', Address: '643 HALSEY STREET, BEDFORD STUYVESANT', Month: '10', Price: '2385'}, geometry: { type: 'Point', coordinates:[-73.92688901, 40.68445417]} },
{type: 'Feature',properties:{Name: '3', Address: '641 HALSEY STREET, BEDFORD STUYVESANT', Month: '11', Price: '2364'}, geometry: { type: 'Point', coordinates:[-73.92695392, 40.68444598]} },
{type: 'Feature',properties:{Name: '3', Address: '695 HALSEY STREET, BEDFORD STUYVESANT', Month: '12', Price: '2898'}, geometry: { type: 'Point', coordinates:[-73.92458112, 40.68471893]} },
{type: 'Feature',properties:{Name: '3', Address: '454 HALSEY STREET, BEDFORD STUYVESANT', Month: '1', Price: '2998'}, geometry: { type: 'Point', coordinates:[-73.93619974, 40.68337004]} },
{type: 'Feature',properties:{Name: '3', Address: '362 LEWIS AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '2970'}, geometry: { type: 'Point', coordinates:[-73.93509665, 40.68315807]} },
{type: 'Feature',properties:{Name: '3', Address: '481 MACON STREET, BEDFORD STUYVESANT', Month: '5', Price: '2451'}, geometry: { type: 'Point', coordinates:[-73.93280005, 40.68302775]} },
{type: 'Feature',properties:{Name: '3', Address: '527A MACON STREET, BEDFORD STUYVESANT', Month: '10', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.93060739, 40.68349855]} },
{type: 'Feature',properties:{Name: '3', Address: '521 MACON STREET, BEDFORD STUYVESANT', Month: '5', Price: '3108'}, geometry: { type: 'Point', coordinates:[-73.93075186, 40.68326259]} },
{type: 'Feature',properties:{Name: '3', Address: '581 MACON STREET, BEDFORD STUYVESANT', Month: '3', Price: '3130'}, geometry: { type: 'Point', coordinates:[-73.92802212, 40.68357656]} },
{type: 'Feature',properties:{Name: '3', Address: '344 MACON STREET, BEDFORD STUYVESANT', Month: '8', Price: '3949'}, geometry: { type: 'Point', coordinates:[-73.93688198, 40.68253875]} },
{type: 'Feature',properties:{Name: '3', Address: '451 MAC DONOUGH STREET, BEDFORD STUYVESANT', Month: '12', Price: '2571'}, geometry: { type: 'Point', coordinates:[-73.92783182, 40.68284633]} },
{type: 'Feature',properties:{Name: '3', Address: '449 MAC DONOUGH STREET, BEDFORD STUYVESANT', Month: '1', Price: '2940'}, geometry: { type: 'Point', coordinates:[-73.92789312, 40.68283814]} },
{type: 'Feature',properties:{Name: '3', Address: '521 MACDONOUGH STREET, BEDFORD STUYVESANT', Month: '3', Price: '2328'}, geometry: { type: 'Point', coordinates:[-73.92489293, 40.6831848]} },
{type: 'Feature',properties:{Name: '3', Address: '521 MAC DONOUGH STREET, BEDFORD STUYVESANT', Month: '9', Price: '2328'}, geometry: { type: 'Point', coordinates:[-73.92489293, 40.6831848]} },
{type: 'Feature',properties:{Name: '3', Address: '521 MACDONOUGH STREET, BEDFORD STUYVESANT', Month: '3', Price: '2328'}, geometry: { type: 'Point', coordinates:[-73.92489293, 40.6831848]} },
{type: 'Feature',properties:{Name: '3', Address: '513 MAC DONOUGH STREET, BEDFORD STUYVESANT', Month: '3', Price: '2328'}, geometry: { type: 'Point', coordinates:[-73.9251129, 40.6831575]} },
{type: 'Feature',properties:{Name: '3', Address: '247 DECATUR STREET, BEDFORD STUYVESANT', Month: '9', Price: '3096'}, geometry: { type: 'Point', coordinates:[-73.93366697, 40.68142531]} },
{type: 'Feature',properties:{Name: '3', Address: '331 DECATUR STREET, BEDFORD STUYVESANT', Month: '1', Price: '3332'}, geometry: { type: 'Point', coordinates:[-73.93050101, 40.68179124]} },
{type: 'Feature',properties:{Name: '3', Address: '317 DECATUR STREET, BEDFORD STUYVESANT', Month: '2', Price: '3372'}, geometry: { type: 'Point', coordinates:[-73.93089765, 40.68174756]} },
{type: 'Feature',properties:{Name: '3', Address: '496 MAC DONOUGH STREET, BEDFORD STUYVESANT', Month: '8', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.9268474, 40.68294178]} },
{type: 'Feature',properties:{Name: '3', Address: '427 DECATUR STREET, BEDFORD STUYVESANT', Month: '7', Price: '2439'}, geometry: { type: 'Point', coordinates:[-73.92653449, 40.68224715]} },
{type: 'Feature',properties:{Name: '3', Address: '57 BAINBRIDGE STREET, BEDFORD STUYVESANT', Month: '3', Price: '2338'}, geometry: { type: 'Point', coordinates:[-73.93486125, 40.68052845]} },
{type: 'Feature',properties:{Name: '3', Address: '306 DECATUR STREET, BEDFORD STUYVESANT', Month: '4', Price: '2780'}, geometry: { type: 'Point', coordinates:[-73.93105994, 40.68171198]} },
{type: 'Feature',properties:{Name: '3', Address: '306 DECATUR STREET, BEDFORD STUYVESANT', Month: '9', Price: '2780'}, geometry: { type: 'Point', coordinates:[-73.93105994, 40.68171198]} },
{type: 'Feature',properties:{Name: '3', Address: '390 DECATUR STREET, BEDFORD STUYVESANT', Month: '1', Price: '3152'}, geometry: { type: 'Point', coordinates:[-73.9276235, 40.68210511]} },
{type: 'Feature',properties:{Name: '3', Address: '341 BAINBRIDGE STREET, BEDFORD STUYVESANT', Month: '12', Price: '2388'}, geometry: { type: 'Point', coordinates:[-73.9229943, 40.68189351]} },
{type: 'Feature',properties:{Name: '3', Address: '89 CHAUNCEY STREET, BEDFORD STUYVESANT', Month: '1', Price: '2733'}, geometry: { type: 'Point', coordinates:[-73.93228384, 40.6800878]} },
{type: 'Feature',properties:{Name: '3', Address: '73 CHAUNCEY STREET, BEDFORD STUYVESANT', Month: '8', Price: '2912'}, geometry: { type: 'Point', coordinates:[-73.93258672, 40.68005229]} },
{type: 'Feature',properties:{Name: '3', Address: '183 CHAUNCEY STREET, BEDFORD STUYVESANT', Month: '2', Price: '4200'}, geometry: { type: 'Point', coordinates:[-73.92767199, 40.68061748]} },
{type: 'Feature',properties:{Name: '3', Address: '1767 FULTON STREET, BEDFORD STUYVESANT', Month: '4', Price: '2692'}, geometry: { type: 'Point', coordinates:[-73.92791145, 40.67922054]} },
{type: 'Feature',properties:{Name: '3', Address: '519 HERKIMER STREET, BEDFORD STUYVESANT', Month: '2', Price: '4140'}, geometry: { type: 'Point', coordinates:[-73.93633018, 40.67892632]} },
{type: 'Feature',properties:{Name: '3', Address: '532 HERKIMER STREET, BEDFORD STUYVESANT', Month: '12', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.93603457, 40.67889322]} },
{type: 'Feature',properties:{Name: '3', Address: '770 HERKIMER STREET, BEDFORD STUYVESANT', Month: '2', Price: '4644'}, geometry: { type: 'Point', coordinates:[-73.92790148, 40.67843827]} },
{type: 'Feature',properties:{Name: '3', Address: '11 HUNTERFLY PLACE, BEDFORD STUYVESANT', Month: '5', Price: '4191'}, geometry: { type: 'Point', coordinates:[-73.92833461, 40.67798291]} },
{type: 'Feature',properties:{Name: '3', Address: '1803 ATLANTIC AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '2877'}, geometry: { type: 'Point', coordinates:[-73.92666622, 40.67721332]} },
{type: 'Feature',properties:{Name: '3', Address: '15 COLUMBUS PLACE, BEDFORD STUYVESANT', Month: '8', Price: '3331'}, geometry: { type: 'Point', coordinates:[-73.92274324, 40.67764443]} },
{type: 'Feature',properties:{Name: '3', Address: '46 TOMPKINS AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '2191'}, geometry: { type: 'Point', coordinates:[-73.94687118, 40.69820545]} },
{type: 'Feature',properties:{Name: '3', Address: '89 STOCKTON ST, BEDFORD STUYVESANT', Month: '1', Price: '2985'}, geometry: { type: 'Point', coordinates:[-73.94887065, 40.69618621]} },
{type: 'Feature',properties:{Name: '3', Address: '115 VERNON AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.9474761, 40.69482692]} },
{type: 'Feature',properties:{Name: '3', Address: '99 VERNON AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.94791609, 40.69477772]} },
{type: 'Feature',properties:{Name: '3', Address: '255A VERNON AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.941352, 40.69575169]} },
{type: 'Feature',properties:{Name: '3', Address: '32 VERNON AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '2052'}, geometry: { type: 'Point', coordinates:[-73.95086259, 40.69442494]} },
{type: 'Feature',properties:{Name: '3', Address: '52A VERNON AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '3779'}, geometry: { type: 'Point', coordinates:[-73.94995033, 40.69430103]} },
{type: 'Feature',properties:{Name: '3', Address: '590 MARCY AVE, BEDFORD STUYVESANT', Month: '11', Price: '2350'}, geometry: { type: 'Point', coordinates:[-73.94903425, 40.69445433]} },
{type: 'Feature',properties:{Name: '3', Address: '507 WILLOUGHBY AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.94953957, 40.69384247]} },
{type: 'Feature',properties:{Name: '3', Address: '236 VERNON AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '3440'}, geometry: { type: 'Point', coordinates:[-73.9421673, 40.69542274]} },
{type: 'Feature',properties:{Name: '3', Address: '224 SPENCER STREET, BEDFORD STUYVESANT', Month: '3', Price: '3520'}, geometry: { type: 'Point', coordinates:[-73.95462203, 40.69173935]} },
{type: 'Feature',properties:{Name: '3', Address: '169 NOSTRAND AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '2250'}, geometry: { type: 'Point', coordinates:[-73.95217949, 40.69351148]} },
{type: 'Feature',properties:{Name: '3', Address: '506 WILLOUGHBY AVE, BEDFORD STUYVESANT', Month: '4', Price: '3424'}, geometry: { type: 'Point', coordinates:[-73.94972352, 40.69380413]} },
{type: 'Feature',properties:{Name: '3', Address: '552 WILLOUGHBY AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.94740097, 40.69406933]} },
{type: 'Feature',properties:{Name: '3', Address: '157 HART STREET, BEDFORD STUYVESANT', Month: '3', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.94490229, 40.69362351]} },
{type: 'Feature',properties:{Name: '3', Address: '678 WILLOUGHBY AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '3795'}, geometry: { type: 'Point', coordinates:[-73.94224008, 40.69466522]} },
{type: 'Feature',properties:{Name: '3', Address: '24 HART STREET, BEDFORD STUYVESANT', Month: '7', Price: '3192'}, geometry: { type: 'Point', coordinates:[-73.95085288, 40.69292354]} },
{type: 'Feature',properties:{Name: '3', Address: '64 HART STREET, BEDFORD STUYVESANT', Month: '4', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.94957622, 40.69307121]} },
{type: 'Feature',properties:{Name: '3', Address: '64 HART STREET, BEDFORD STUYVESANT', Month: '1', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.94957622, 40.69307121]} },
{type: 'Feature',properties:{Name: '3', Address: '74 HART STREET, BEDFORD STUYVESANT', Month: '10', Price: '3148'}, geometry: { type: 'Point', coordinates:[-73.94925886, 40.69310675]} },
{type: 'Feature',properties:{Name: '3', Address: '105 PULASKI STREET, BEDFORD STUYVESANT', Month: '4', Price: '4334'}, geometry: { type: 'Point', coordinates:[-73.94713887, 40.69261723]} },
{type: 'Feature',properties:{Name: '3', Address: '182 HART STREET, BEDFORD STUYVESANT', Month: '4', Price: '3360'}, geometry: { type: 'Point', coordinates:[-73.94440461, 40.69366444]} },
{type: 'Feature',properties:{Name: '3', Address: '322 THROOP AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '3332'}, geometry: { type: 'Point', coordinates:[-73.94301293, 40.69333988]} },
{type: 'Feature',properties:{Name: '3', Address: '18 PULASKI STREET, BEDFORD STUYVESANT', Month: '7', Price: '2980'}, geometry: { type: 'Point', coordinates:[-73.95088589, 40.69217149]} },
{type: 'Feature',properties:{Name: '3', Address: '124 PULASKI STREET, BEDFORD STUYVESANT', Month: '8', Price: '3080'}, geometry: { type: 'Point', coordinates:[-73.94677825, 40.69264176]} },
{type: 'Feature',properties:{Name: '3', Address: '715 DEKALB AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '3432'}, geometry: { type: 'Point', coordinates:[-73.94737387, 40.69184331]} },
{type: 'Feature',properties:{Name: '3', Address: '715 DEKALB AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '3432'}, geometry: { type: 'Point', coordinates:[-73.94737387, 40.69184331]} },
{type: 'Feature',properties:{Name: '3', Address: '180 PULASKI STREET, BEDFORD STUYVESANT', Month: '6', Price: '2703'}, geometry: { type: 'Point', coordinates:[-73.94439442, 40.69291511]} },
{type: 'Feature',properties:{Name: '3', Address: '234 PULASKI STREET, BEDFORD STUYVESANT', Month: '8', Price: '3900'}, geometry: { type: 'Point', coordinates:[-73.94209712, 40.69318022]} },
{type: 'Feature',properties:{Name: '3', Address: '251 KOSCIUSZKO STREET, BEDFORD STUYVESANT', Month: '10', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.94457957, 40.69141381]} },
{type: 'Feature',properties:{Name: '3', Address: '515 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '2166'}, geometry: { type: 'Point', coordinates:[-73.9537797, 40.68960633]} },
{type: 'Feature',properties:{Name: '3', Address: '591 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '2668'}, geometry: { type: 'Point', coordinates:[-73.95074328, 40.6899564]} },
{type: 'Feature',properties:{Name: '3', Address: '695 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.94552853, 40.69070063]} },
{type: 'Feature',properties:{Name: '3', Address: '664 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.94754095, 40.69032278]} },
{type: 'Feature',properties:{Name: '3', Address: '546 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '3243'}, geometry: { type: 'Point', coordinates:[-73.95320272, 40.6896555]} },
{type: 'Feature',properties:{Name: '3', Address: '564 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '2692'}, geometry: { type: 'Point', coordinates:[-73.9526654, 40.68971841]} },
{type: 'Feature',properties:{Name: '3', Address: '568 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '2536'}, geometry: { type: 'Point', coordinates:[-73.9525464, 40.68973209]} },
{type: 'Feature',properties:{Name: '3', Address: '259 CLIFTON PLACE, BEDFORD STUYVESANT', Month: '11', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.95306621, 40.68893906]} },
{type: 'Feature',properties:{Name: '3', Address: '652 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '3648'}, geometry: { type: 'Point', coordinates:[-73.9487202, 40.69017235]} },
{type: 'Feature',properties:{Name: '3', Address: '652 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '3648'}, geometry: { type: 'Point', coordinates:[-73.9487202, 40.69017235]} },
{type: 'Feature',properties:{Name: '3', Address: '253 TOMPKINS AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '3960'}, geometry: { type: 'Point', coordinates:[-73.94520822, 40.68994841]} },
{type: 'Feature',properties:{Name: '3', Address: '19 VAN BUREN STREET, BEDFORD STUYVESANT', Month: '12', Price: '3108'}, geometry: { type: 'Point', coordinates:[-73.94431756, 40.68994798]} },
{type: 'Feature',properties:{Name: '3', Address: '19 VAN BUREN STREET, BEDFORD STUYVESANT', Month: '10', Price: '3108'}, geometry: { type: 'Point', coordinates:[-73.94431756, 40.68994798]} },
{type: 'Feature',properties:{Name: '3', Address: '806 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.94081161, 40.69107982]} },
{type: 'Feature',properties:{Name: '3', Address: '818 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '3360'}, geometry: { type: 'Point', coordinates:[-73.94042573, 40.69112354]} },
{type: 'Feature',properties:{Name: '3', Address: '272 CLIFTON PLACE, BEDFORD STUYVESANT', Month: '12', Price: '3360'}, geometry: { type: 'Point', coordinates:[-73.95343044, 40.68888157]} },
{type: 'Feature',properties:{Name: '3', Address: '312 CLIFTON PLACE, BEDFORD STUYVESANT', Month: '12', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.95229811, 40.68901285]} },
{type: 'Feature',properties:{Name: '3', Address: '479 GREENE AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.9521616, 40.68829367]} },
{type: 'Feature',properties:{Name: '3', Address: '24 VAN BUREN STREET, BEDFORD STUYVESANT', Month: '3', Price: '2406'}, geometry: { type: 'Point', coordinates:[-73.94421299, 40.68994244]} },
{type: 'Feature',properties:{Name: '3', Address: '701 GREENE AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '3192'}, geometry: { type: 'Point', coordinates:[-73.94060737, 40.68962224]} },
{type: 'Feature',properties:{Name: '3', Address: '699 GREENE AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '3192'}, geometry: { type: 'Point', coordinates:[-73.94067589, 40.68961679]} },
{type: 'Feature',properties:{Name: '3', Address: '571 GREENE AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '3380'}, geometry: { type: 'Point', coordinates:[-73.94732216, 40.68883227]} },
{type: 'Feature',properties:{Name: '3', Address: '688 GREENE AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.94106898, 40.68955386]} },
{type: 'Feature',properties:{Name: '3', Address: '690 GREENE AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.94100407, 40.68956206]} },
{type: 'Feature',properties:{Name: '3', Address: '515A LEXINGTON AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '2025'}, geometry: { type: 'Point', coordinates:[-73.94120647, 40.68902968]} },
{type: 'Feature',properties:{Name: '3', Address: '351A QUINCY STREET, BEDFORD STUYVESANT', Month: '12', Price: '3004'}, geometry: { type: 'Point', coordinates:[-73.94644686, 40.68769004]} },
{type: 'Feature',properties:{Name: '3', Address: '481A QUINCY STREET, BEDFORD STUYVESANT', Month: '6', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.94051475, 40.68835686]} },
{type: 'Feature',properties:{Name: '3', Address: '461A QUINCY STREET, BEDFORD STUYVESANT', Month: '6', Price: '4012'}, geometry: { type: 'Point', coordinates:[-73.94143793, 40.68825028]} },
{type: 'Feature',properties:{Name: '3', Address: '387 GATES AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.95189276, 40.68607852]} },
{type: 'Feature',properties:{Name: '3', Address: '387 GATES AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.95189276, 40.68607852]} },
{type: 'Feature',properties:{Name: '3', Address: '346 QUINCY STREET, BEDFORD STUYVESANT', Month: '1', Price: '2499'}, geometry: { type: 'Point', coordinates:[-73.94709256, 40.68735823]} },
{type: 'Feature',properties:{Name: '3', Address: '456 QUINCY STREET, BEDFORD STUYVESANT', Month: '6', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.94286618, 40.68784752]} },
{type: 'Feature',properties:{Name: '3', Address: '320 TOMPKINS AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.94460149, 40.68673674]} },
{type: 'Feature',properties:{Name: '3', Address: '326 TOMPKINS AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.94456558, 40.6865638]} },
{type: 'Feature',properties:{Name: '3', Address: '326 TOMPKINS AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.94456558, 40.6865638]} },
{type: 'Feature',properties:{Name: '3', Address: '326 TOMPKINS AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.94456558, 40.6865638]} },
{type: 'Feature',properties:{Name: '3', Address: '389 MONROE STREET, BEDFORD STUYVESANT', Month: '5', Price: '2310'}, geometry: { type: 'Point', coordinates:[-73.94239866, 40.68641726]} },
{type: 'Feature',properties:{Name: '3', Address: '141 MADISON STREET, BEDFORD STUYVESANT', Month: '3', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.95313788, 40.68443218]} },
{type: 'Feature',properties:{Name: '3', Address: '263 MADISON STREET, BEDFORD STUYVESANT', Month: '5', Price: '3360'}, geometry: { type: 'Point', coordinates:[-73.94842493, 40.68497637]} },
{type: 'Feature',properties:{Name: '3', Address: '827 MARCY AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.94719873, 40.68533812]} },
{type: 'Feature',properties:{Name: '3', Address: '341 MADISON STREET, BEDFORD STUYVESANT', Month: '5', Price: '2720'}, geometry: { type: 'Point', coordinates:[-73.94501728, 40.68536729]} },
{type: 'Feature',properties:{Name: '3', Address: '374 MONROE STREET, BEDFORD STUYVESANT', Month: '6', Price: '3236'}, geometry: { type: 'Point', coordinates:[-73.94345525, 40.68628055]} },
{type: 'Feature',properties:{Name: '3', Address: '382A MONROE STREET, BEDFORD STUYVESANT', Month: '9', Price: '3236'}, geometry: { type: 'Point', coordinates:[-73.94315253, 40.68609101]} },
{type: 'Feature',properties:{Name: '3', Address: '412 MONROE STREET, BEDFORD STUYVESANT', Month: '2', Price: '3236'}, geometry: { type: 'Point', coordinates:[-73.94219673, 40.68642539]} },
{type: 'Feature',properties:{Name: '3', Address: '162 MADISON STREET, BEDFORD STUYVESANT', Month: '6', Price: '1650'}, geometry: { type: 'Point', coordinates:[-73.95253932, 40.68448408]} },
{type: 'Feature',properties:{Name: '3', Address: '297 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '4840'}, geometry: { type: 'Point', coordinates:[-73.94973806, 40.68407392]} },
{type: 'Feature',properties:{Name: '3', Address: '314 MADISON STREET, BEDFORD STUYVESANT', Month: '11', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.94583946, 40.68525789]} },
{type: 'Feature',properties:{Name: '3', Address: '318 MADISON STREET, BEDFORD STUYVESANT', Month: '1', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.94570964, 40.68527156]} },
{type: 'Feature',properties:{Name: '3', Address: '409 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '3360'}, geometry: { type: 'Point', coordinates:[-73.94500347, 40.68462071]} },
{type: 'Feature',properties:{Name: '3', Address: '416 MADISON STREET, BEDFORD STUYVESANT', Month: '9', Price: '3360'}, geometry: { type: 'Point', coordinates:[-73.94197742, 40.68570066]} },
{type: 'Feature',properties:{Name: '3', Address: '453 PUTNAM AVE, BEDFORD STUYVESANT', Month: '6', Price: '3860'}, geometry: { type: 'Point', coordinates:[-73.94293364, 40.68485575]} },
{type: 'Feature',properties:{Name: '3', Address: '209 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.94900664, 40.68340936]} },
{type: 'Feature',properties:{Name: '3', Address: '418 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '3152'}, geometry: { type: 'Point', coordinates:[-73.94489531, 40.68461517]} },
{type: 'Feature',properties:{Name: '3', Address: '446 PUTNAM AVE, BEDFORD STUYVESANT', Month: '6', Price: '3760'}, geometry: { type: 'Point', coordinates:[-73.94331589, 40.68479556]} },
{type: 'Feature',properties:{Name: '3', Address: '458 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '3760'}, geometry: { type: 'Point', coordinates:[-73.94298775, 40.68483382]} },
{type: 'Feature',properties:{Name: '3', Address: '476 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '3760'}, geometry: { type: 'Point', coordinates:[-73.94249012, 40.68489121]} },
{type: 'Feature',properties:{Name: '3', Address: '397 JEFFERSON AVE, BEDFORD STUYVESANT', Month: '7', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.94218064, 40.68419663]} },
{type: 'Feature',properties:{Name: '3', Address: '387 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '3360'}, geometry: { type: 'Point', coordinates:[-73.9424583, 40.68416383]} },
{type: 'Feature',properties:{Name: '3', Address: '238 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '3800'}, geometry: { type: 'Point', coordinates:[-73.94825663, 40.68348039]} },
{type: 'Feature',properties:{Name: '3', Address: '238 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '3800'}, geometry: { type: 'Point', coordinates:[-73.94825663, 40.68348039]} },
{type: 'Feature',properties:{Name: '3', Address: '238 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '3800'}, geometry: { type: 'Point', coordinates:[-73.94825663, 40.68348039]} },
{type: 'Feature',properties:{Name: '3', Address: '295 HANCOCK STREET, BEDFORD STUYVESANT', Month: '6', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.94460446, 40.68316579]} },
{type: 'Feature',properties:{Name: '3', Address: '368 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.94298839, 40.6840845]} },
{type: 'Feature',properties:{Name: '3', Address: '368 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.94298839, 40.6840845]} },
{type: 'Feature',properties:{Name: '3', Address: '372 JEFFERSON AVE, BEDFORD STUYVESANT', Month: '1', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.942873, 40.68409816]} },
{type: 'Feature',properties:{Name: '3', Address: '402 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '2720'}, geometry: { type: 'Point', coordinates:[-73.9420256, 40.68419655]} },
{type: 'Feature',properties:{Name: '3', Address: '341 HANCOCK STREET, BEDFORD STUYVESANT', Month: '4', Price: '2996'}, geometry: { type: 'Point', coordinates:[-73.94250221, 40.68340904]} },
{type: 'Feature',properties:{Name: '3', Address: '458 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.93964205, 40.6844698]} },
{type: 'Feature',properties:{Name: '3', Address: '433 HANCOCK STREET, BEDFORD STUYVESANT', Month: '4', Price: '3192'}, geometry: { type: 'Point', coordinates:[-73.9388458, 40.68382985]} },
{type: 'Feature',properties:{Name: '3', Address: '425 HANCOCK, BEDFORD STUYVESANT', Month: '6', Price: '3192'}, geometry: { type: 'Point', coordinates:[-73.93899705, 40.6840303]} },
{type: 'Feature',properties:{Name: '3', Address: '45 HALSEY STREET, BEDFORD STUYVESANT', Month: '4', Price: '3760'}, geometry: { type: 'Point', coordinates:[-73.95193567, 40.68157163]} },
{type: 'Feature',properties:{Name: '3', Address: '160 HANCOCK STREET, BEDFORD STUYVESANT', Month: '11', Price: '5000'}, geometry: { type: 'Point', coordinates:[-73.94913343, 40.6826299]} },
{type: 'Feature',properties:{Name: '3', Address: '196 HANCOCK STREET, BEDFORD STUYVESANT', Month: '6', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.94814903, 40.682742]} },
{type: 'Feature',properties:{Name: '3', Address: '127 HALSEY STREET, BEDFORD STUYVESANT', Month: '3', Price: '3420'}, geometry: { type: 'Point', coordinates:[-73.94838037, 40.6819818]} },
{type: 'Feature',properties:{Name: '3', Address: '427 TOMPKINS AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.94380069, 40.68284701]} },
{type: 'Feature',properties:{Name: '3', Address: '253 HALSEY STREET, BEDFORD STUYVESANT', Month: '2', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.94271922, 40.68263238]} },
{type: 'Feature',properties:{Name: '3', Address: '341 HALSEY, BEDFORD STUYVESANT', Month: '12', Price: '2703'}, geometry: { type: 'Point', coordinates:[-73.9391638, 40.68304227]} },
{type: 'Feature',properties:{Name: '3', Address: '339A HALSEY STREET, BEDFORD STUYVESANT', Month: '5', Price: '2703'}, geometry: { type: 'Point', coordinates:[-73.9392213, 40.68325914]} },
{type: 'Feature',properties:{Name: '3', Address: '11A ARLINGTON PLACE, BEDFORD STUYVESANT', Month: '2', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.95098049, 40.68121715]} },
{type: 'Feature',properties:{Name: '3', Address: '122 HALSEY STREET, BEDFORD STUYVESANT', Month: '1', Price: '3114'}, geometry: { type: 'Point', coordinates:[-73.94856789, 40.68194346]} },
{type: 'Feature',properties:{Name: '3', Address: '140 HALSEY STREET, BEDFORD STUYVESANT', Month: '6', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.94808832, 40.68200088]} },
{type: 'Feature',properties:{Name: '3', Address: '101 MACON STREET, BEDFORD STUYVESANT', Month: '4', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.94723432, 40.68136645]} },
{type: 'Feature',properties:{Name: '3', Address: '14 MACON STREET, BEDFORD STUYVESANT', Month: '4', Price: '2392'}, geometry: { type: 'Point', coordinates:[-73.95056966, 40.68096171]} },
{type: 'Feature',properties:{Name: '3', Address: '158 MACON STREET, BEDFORD STUYVESANT', Month: '2', Price: '3760'}, geometry: { type: 'Point', coordinates:[-73.94476076, 40.68163154]} },
{type: 'Feature',properties:{Name: '3', Address: '164 MACON STREET, BEDFORD STUYVESANT', Month: '4', Price: '3760'}, geometry: { type: 'Point', coordinates:[-73.94459129, 40.68165067]} },
{type: 'Feature',properties:{Name: '3', Address: '164 MACON STREET, BEDFORD STUYVESANT', Month: '10', Price: '3760'}, geometry: { type: 'Point', coordinates:[-73.94459129, 40.68165067]} },
{type: 'Feature',properties:{Name: '3', Address: '27 MAC DONOUGH STREET, BEDFORD STUYVESANT', Month: '8', Price: '5200'}, geometry: { type: 'Point', coordinates:[-73.94514719, 40.68085769]} },
{type: 'Feature',properties:{Name: '3', Address: '195 MAC DONOUGH STREET, BEDFORD STUYVESANT', Month: '8', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.93863511, 40.68160647]} },
{type: 'Feature',properties:{Name: '3', Address: '172 MACDONOUGH STREET, BEDFORD STUYVESANT', Month: '6', Price: '2960'}, geometry: { type: 'Point', coordinates:[-73.93949692, 40.68149165]} },
{type: 'Feature',properties:{Name: '3', Address: '172 MAC DONOUGH STREET, BEDFORD STUYVESANT', Month: '4', Price: '2960'}, geometry: { type: 'Point', coordinates:[-73.93949692, 40.68149165]} },
{type: 'Feature',properties:{Name: '3', Address: '135 DECATUR STREET, BEDFORD STUYVESANT', Month: '10', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.93815984, 40.68091179]} },
{type: 'Feature',properties:{Name: '3', Address: '106 DECATUR STREET, BEDFORD STUYVESANT', Month: '11', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.93930289, 40.68076144]} },
{type: 'Feature',properties:{Name: '3', Address: '141 HERKIMER STREET, BEDFORD STUYVESANT', Month: '3', Price: '3360'}, geometry: { type: 'Point', coordinates:[-73.94850481, 40.67958567]} },
{type: 'Feature',properties:{Name: '3', Address: '401 HERKIMER STREET, BEDFORD STUYVESANT', Month: '3', Price: '3180'}, geometry: { type: 'Point', coordinates:[-73.94001103, 40.67912318]} },
{type: 'Feature',properties:{Name: '3', Address: '397 HERKIMER STREET, BEDFORD STUYVESANT', Month: '5', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.94010476, 40.67912872]} },
{type: 'Feature',properties:{Name: '3', Address: '150 HERKIMER STREET, BEDFORD STUYVESANT', Month: '10', Price: '3360'}, geometry: { type: 'Point', coordinates:[-73.94831735, 40.67955814]} },
{type: 'Feature',properties:{Name: '3', Address: '302 HERKIMER STREET, BEDFORD STUYVESANT', Month: '3', Price: '2268'}, geometry: { type: 'Point', coordinates:[-73.94346117, 40.6792951]} },
{type: 'Feature',properties:{Name: '3', Address: '14 ST ANDREWS PLACE, BEDFORD STUYVESANT', Month: '6', Price: '2430'}, geometry: { type: 'Point', coordinates:[-73.9431407, 40.67882833]} },
{type: 'Feature',properties:{Name: '3', Address: '422 HERKIMER STREET, BEDFORD STUYVESANT', Month: '1', Price: '3705'}, geometry: { type: 'Point', coordinates:[-73.93953877, 40.67908176]} },
{type: 'Feature',properties:{Name: '3', Address: '75 FRANKLIN AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '2880'}, geometry: { type: 'Point', coordinates:[-73.95851683, 40.69703548]} },
{type: 'Feature',properties:{Name: '3', Address: '57 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '6', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.95759, 40.69705161]} },
{type: 'Feature',properties:{Name: '3', Address: '107 FRANKLIN AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '2985'}, geometry: { type: 'Point', coordinates:[-73.95824361, 40.695663]} },
{type: 'Feature',properties:{Name: '3', Address: '167 TAAFFE PLACE, BEDFORD STUYVESANT', Month: '4', Price: '2940'}, geometry: { type: 'Point', coordinates:[-73.960012, 40.69342664]} },
{type: 'Feature',properties:{Name: '3', Address: '165 TAAFFE PLACE, BEDFORD STUYVESANT', Month: '12', Price: '2970'}, geometry: { type: 'Point', coordinates:[-73.96001918, 40.69347605]} },
{type: 'Feature',properties:{Name: '3', Address: '159 FRANKLIN AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '2344'}, geometry: { type: 'Point', coordinates:[-73.95788771, 40.693887]} },
{type: 'Feature',properties:{Name: '3', Address: '148 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '2', Price: '2880'}, geometry: { type: 'Point', coordinates:[-73.95697179, 40.69383177]} },
{type: 'Feature',properties:{Name: '3', Address: '199 FRANKLIN AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '3731'}, geometry: { type: 'Point', coordinates:[-73.95759655, 40.6924157]} },
{type: 'Feature',properties:{Name: '3', Address: '201 FRANKLIN AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '8900'}, geometry: { type: 'Point', coordinates:[-73.95758577, 40.69236354]} },
{type: 'Feature',properties:{Name: '3', Address: '145 CLIFTON PLACE, BEDFORD STUYVESANT', Month: '3', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.95829507, 40.68833723]} },
{type: 'Feature',properties:{Name: '3', Address: '125 CLIFTON PLACE, BEDFORD STUYVESANT', Month: '4', Price: '2508'}, geometry: { type: 'Point', coordinates:[-73.95887565, 40.68827156]} },
{type: 'Feature',properties:{Name: '3', Address: '125 CLIFTON PLACE, BEDFORD STUYVESANT', Month: '5', Price: '2508'}, geometry: { type: 'Point', coordinates:[-73.95887565, 40.68827156]} },
{type: 'Feature',properties:{Name: '3', Address: '160 CLIFTON PLACE, BEDFORD STUYVESANT', Month: '3', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.95823378, 40.68832622]} },
{type: 'Feature',properties:{Name: '3', Address: '73 LEXINGTON AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '2640'}, geometry: { type: 'Point', coordinates:[-73.95895591, 40.68676196]} },
{type: 'Feature',properties:{Name: '3', Address: '380 GREENE AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '3248'}, geometry: { type: 'Point', coordinates:[-73.95563067, 40.68787785]} },
{type: 'Feature',properties:{Name: '3', Address: '363 FRANKLIN AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '3744'}, geometry: { type: 'Point', coordinates:[-73.95679963, 40.6868243]} },
{type: 'Feature',properties:{Name: '3', Address: '147 QUINCY STREET, BEDFORD STUYVESANT', Month: '4', Price: '2580'}, geometry: { type: 'Point', coordinates:[-73.95534679, 40.68642576]} },
{type: 'Feature',properties:{Name: '3', Address: '9 MONROE STREET, BEDFORD STUYVESANT', Month: '8', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.95847771, 40.68456872]} },
{type: 'Feature',properties:{Name: '3', Address: '7 MONROE STREET, BEDFORD STUYVESANT', Month: '10', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.95853901, 40.68456051]} },
{type: 'Feature',properties:{Name: '3', Address: '7 MONROE STREET, BEDFORD STUYVESANT', Month: '9', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.95853901, 40.68456051]} },
{type: 'Feature',properties:{Name: '3', Address: '8 MONROE STREET, BEDFORD STUYVESANT', Month: '8', Price: '3128'}, geometry: { type: 'Point', coordinates:[-73.95855705, 40.6845413]} },
{type: 'Feature',properties:{Name: '3', Address: '426 FRANKLIN AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '2880'}, geometry: { type: 'Point', coordinates:[-73.95628936, 40.68417541]} },
{type: 'Feature',properties:{Name: '3', Address: '45 MADISON STREET, BEDFORD STUYVESANT', Month: '8', Price: '3360'}, geometry: { type: 'Point', coordinates:[-73.95730267, 40.68395346]} },
{type: 'Feature',properties:{Name: '3', Address: '96 MONROE ST, BEDFORD STUYVESANT', Month: '8', Price: '3360'}, geometry: { type: 'Point', coordinates:[-73.95538747, 40.68490792]} },
{type: 'Feature',properties:{Name: '3', Address: '96 MONROE STREET, BEDFORD STUYVESANT', Month: '2', Price: '3360'}, geometry: { type: 'Point', coordinates:[-73.95538747, 40.68490792]} },
{type: 'Feature',properties:{Name: '3', Address: '52 MADISON STREET, BEDFORD STUYVESANT', Month: '7', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.95716926, 40.68395341]} },
{type: 'Feature',properties:{Name: '3', Address: '101 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '2640'}, geometry: { type: 'Point', coordinates:[-73.95791974, 40.683133]} },
{type: 'Feature',properties:{Name: '3', Address: '166 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.95483678, 40.68347218]} },
{type: 'Feature',properties:{Name: '3', Address: '43 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '3720'}, geometry: { type: 'Point', coordinates:[-73.95546108, 40.68266546]} },
{type: 'Feature',properties:{Name: '3', Address: '10 HANCOCK STREET, BEDFORD STUYVESANT', Month: '10', Price: '3118'}, geometry: { type: 'Point', coordinates:[-73.95537866, 40.68191062]} },
{type: 'Feature',properties:{Name: '3', Address: '10 SPENCER PLACE, BEDFORD STUYVESANT', Month: '2', Price: '3040'}, geometry: { type: 'Point', coordinates:[-73.95456399, 40.68165229]} },
{type: 'Feature',properties:{Name: '3', Address: '10 SPENCER PLACE, BEDFORD STUYVESANT', Month: '9', Price: '3040'}, geometry: { type: 'Point', coordinates:[-73.95456399, 40.68165229]} },
{type: 'Feature',properties:{Name: '3', Address: '154 LEFFERTS PLACE, BEDFORD STUYVESANT', Month: '8', Price: '2430'}, geometry: { type: 'Point', coordinates:[-73.95766894, 40.68063791]} },
{type: 'Feature',properties:{Name: '3', Address: '504 HANCOCK STREET, BEDFORD STUYVESANT', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93469893, 40.6842887]} },
{type: 'Feature',properties:{Name: '3', Address: '178 MONROE STREET, BEDFORD STUYVESANT', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95222506, 40.6852717]} },
{type: 'Feature',properties:{Name: '3', Address: '178 MONROE STREET, BEDFORD STUYVESANT', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95222506, 40.6852717]} },
{type: 'Feature',properties:{Name: '3', Address: '178 MONROE STREET, BEDFORD STUYVESANT', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95222506, 40.6852717]} },
{type: 'Feature',properties:{Name: '3', Address: '963B KENT AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95813096, 40.69128779]} },
{type: 'Feature',properties:{Name: '3', Address: '361 GREENE AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95646006, 40.68779857]} },
{type: 'Feature',properties:{Name: '3', Address: '361 GREENE AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95646006, 40.68779857]} },
{type: 'Feature',properties:{Name: '3', Address: '58A MADISON STREET, BEDFORD STUYVESANT', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95680162, 40.68376663]} },
{type: 'Feature',properties:{Name: '3', Address: '58A MADISON STREET, BEDFORD STUYVESANT', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95680162, 40.68376663]} },
{type: 'Feature',properties:{Name: '3', Address: '170 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.954725, 40.68348312]} },
{type: 'Feature',properties:{Name: '3', Address: '1073 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92917731, 40.69243466]} },
{type: 'Feature',properties:{Name: '3', Address: '1073 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92917731, 40.69243466]} },
{type: 'Feature',properties:{Name: '3', Address: '1068 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92929995, 40.69240454]} },
{type: 'Feature',properties:{Name: '3', Address: 'QUINCY STREET, BEDFORD STUYVESANT', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92558524, 40.68960802]} },
{type: 'Feature',properties:{Name: '3', Address: '103 PATCHEN AVE, BEDFORD STUYVESANT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9271479, 40.68840681]} },
{type: 'Feature',properties:{Name: '3', Address: '618A MONROE STREET, BEDFORD STUYVESANT', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93235942, 40.68732855]} },
{type: 'Feature',properties:{Name: '3', Address: '829 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '4724'}, geometry: { type: 'Point', coordinates:[-73.92514199, 40.68615481]} },
{type: 'Feature',properties:{Name: '3', Address: '456 HALSEY STREET, BEDFORD STUYVESANT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93614565, 40.6833755]} },
{type: 'Feature',properties:{Name: '3', Address: 'HALSEY STREET, BEDFORD STUYVESANT', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9337407, 40.68342354]} },
{type: 'Feature',properties:{Name: '3', Address: '668 HALSEY STREET, BEDFORD STUYVESANT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92739749, 40.68437764]} },
{type: 'Feature',properties:{Name: '3', Address: '670 HALSEY STREET, BEDFORD STUYVESANT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92733258, 40.68438584]} },
{type: 'Feature',properties:{Name: '3', Address: '84 CHAUNCEY STREET, BEDFORD STUYVESANT', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93065042, 40.68025974]} },
{type: 'Feature',properties:{Name: '3', Address: '475 HERKIMER STREET, BEDFORD STUYVESANT', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93742614, 40.67898456]} },
{type: 'Feature',properties:{Name: '3', Address: '49 ROCHESTER AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92749862, 40.67758714]} },
{type: 'Feature',properties:{Name: '3', Address: '49 ROCHESTER AVE, BEDFORD STUYVESANT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92749862, 40.67758714]} },
{type: 'Feature',properties:{Name: '3', Address: '47 ROCHESTER AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92749496, 40.67763654]} },
{type: 'Feature',properties:{Name: '3', Address: '946 HERKIMER STREET, BEDFORD STUYVESANT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92223793, 40.67813815]} },
{type: 'Feature',properties:{Name: '3', Address: '271 VERNON AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94098072, 40.69557584]} },
{type: 'Feature',properties:{Name: '3', Address: '212 SPENCER STREET, BEDFORD STUYVESANT', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95467593, 40.6920111]} },
{type: 'Feature',properties:{Name: '3', Address: '203 SPENCER STREET, BEDFORD STUYVESANT', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95466867, 40.69208247]} },
{type: 'Feature',properties:{Name: '3', Address: '218 WALWORTH STREET, BEDFORD STUYVESANT', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95378516, 40.69213975]} },
{type: 'Feature',properties:{Name: '3', Address: '171 NOSTRAND AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95216512, 40.69343737]} },
{type: 'Feature',properties:{Name: '3', Address: '655 MARCY AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94853126, 40.69203597]} },
{type: 'Feature',properties:{Name: '3', Address: '94 PULASKI STREET, BEDFORD STUYVESANT', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94762574, 40.69254609]} },
{type: 'Feature',properties:{Name: '3', Address: '230 PULASKI STREET, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94220171, 40.69316655]} },
{type: 'Feature',properties:{Name: '3', Address: '238 PULASKI STREET, BEDFORD STUYVESANT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94198893, 40.69319115]} },
{type: 'Feature',properties:{Name: '3', Address: 'NA DEKALB AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '29131'}, geometry: { type: 'Point', coordinates:[-73.94638595, 40.69168915]} },
{type: 'Feature',properties:{Name: '3', Address: '746 LAFAYETTE AVE, BEDFORD STUYVESANT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94347668, 40.69077375]} },
{type: 'Feature',properties:{Name: '3', Address: '405 QUINCY STREET, BEDFORD STUYVESANT', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94386507, 40.6877492]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A GATES AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94351932, 40.68726321]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A GATES AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94351932, 40.68726321]} },
{type: 'Feature',properties:{Name: '3', Address: '488 GATES AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94656306, 40.68667179]} },
{type: 'Feature',properties:{Name: '3', Address: '488 GATES AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94656306, 40.68667179]} },
{type: 'Feature',properties:{Name: '3', Address: '490 GATES AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94650176, 40.68667999]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A GATES AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94631082, 40.68647679]} },
{type: 'Feature',properties:{Name: '3', Address: '381 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94262417, 40.6841447]} },
{type: 'Feature',properties:{Name: '3', Address: '203 HALSEY STREET, BEDFORD STUYVESANT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94509908, 40.68235906]} },
{type: 'Feature',properties:{Name: '3', Address: '203 HALSEY STREET, BEDFORD STUYVESANT', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94509908, 40.68235906]} },
{type: 'Feature',properties:{Name: '3', Address: '203 HALSEY STREET, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94509908, 40.68235906]} },
{type: 'Feature',properties:{Name: '3', Address: '308 HALSEY ST, BEDFORD STUYVESANT', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94183218, 40.68271977]} },
{type: 'Feature',properties:{Name: '3', Address: '310 HALSEY ST, BEDFORD STUYVESANT', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94177449, 40.68272523]} },
{type: 'Feature',properties:{Name: '3', Address: '312 HALSEY ST, BEDFORD STUYVESANT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9417204, 40.68273343]} },
{type: 'Feature',properties:{Name: '3', Address: '407 HERKIMER STREET, BEDFORD STUYVESANT', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93986682, 40.67911761]} },
{type: 'Feature',properties:{Name: '3', Address: 'KENT AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95947816, 40.6936378]} },
{type: 'Feature',properties:{Name: '3', Address: '241 FRANKLIN AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9573845, 40.69132046]} },
{type: 'Feature',properties:{Name: '3', Address: '198 CLIFTON PLACE, BEDFORD STUYVESANT', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9564127, 40.6885369]} },
{type: 'Feature',properties:{Name: '3', Address: '200 CLIFTON PLACE, BEDFORD STUYVESANT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95634418, 40.6885451]} },
{type: 'Feature',properties:{Name: '3', Address: 'LEXINGTON AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95536769, 40.68752367]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A LEXINGTON AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95545423, 40.68751273]} },
{type: 'Feature',properties:{Name: '3', Address: '59 QUINCY STREET, BEDFORD STUYVESANT', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95870756, 40.68604]} },
{type: 'Feature',properties:{Name: '3', Address: '102 QUINCY STREET, BEDFORD STUYVESANT', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.957395, 40.68617676]} },
{type: 'Feature',properties:{Name: '3', Address: '16 SPENCER PLACE, BEDFORD STUYVESANT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95453885, 40.68151779]} },
{type: 'Feature',properties:{Name: '3', Address: '18 SPENCER PLACE, BEDFORD STUYVESANT', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95453167, 40.68147387]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A SPENCER PLACE, BEDFORD STUYVESANT', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.954729, 40.681402]} },
{type: 'Feature',properties:{Name: '3', Address: '22 SPENCER PLACE, BEDFORD STUYVESANT', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9545137, 40.68138603]} },
{type: 'Feature',properties:{Name: '3', Address: '164A LEFFERTS PLACE, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9576007, 40.68022068]} },
{type: 'Feature',properties:{Name: '3', Address: '856 PUTNAM AVE, BEDFORD STUYVESANT', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92775565, 40.68658741]} },
{type: 'Feature',properties:{Name: '3', Address: '9 MARCUS GARVEY BLVD, BEDFORD STUYVESANT', Month: '8', Price: '3375'}, geometry: { type: 'Point', coordinates:[-73.94135224, 40.69958339]} },
{type: 'Feature',properties:{Name: '3', Address: '354 VERNON AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '2351'}, geometry: { type: 'Point', coordinates:[-73.93666363, 40.69605388]} },
{type: 'Feature',properties:{Name: '3', Address: '395 KOSCIUSZKO STREET, BEDFORD STUYVESANT', Month: '9', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.93888873, 40.69206419]} },
{type: 'Feature',properties:{Name: '3', Address: '121 LEWIS AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '2250'}, geometry: { type: 'Point', coordinates:[-73.93698769, 40.69276308]} },
{type: 'Feature',properties:{Name: '3', Address: '473 KOSCIUSZKO ST, BEDFORD STUYVESANT', Month: '6', Price: '2430'}, geometry: { type: 'Point', coordinates:[-73.93600719, 40.69239748]} },
{type: 'Feature',properties:{Name: '3', Address: '473 KOSCIUSZKO STREET, BEDFORD STUYVESANT', Month: '7', Price: '2430'}, geometry: { type: 'Point', coordinates:[-73.93600719, 40.69239748]} },
{type: 'Feature',properties:{Name: '3', Address: '851 LAFAYETTE AVE, BEDFORD STUYVESANT', Month: '3', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.93846025, 40.69136679]} },
{type: 'Feature',properties:{Name: '3', Address: '895 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '5760'}, geometry: { type: 'Point', coordinates:[-73.93632167, 40.6916154]} },
{type: 'Feature',properties:{Name: '3', Address: '558 KOSCIUSZKO STREET, BEDFORD STUYVESANT', Month: '8', Price: '6120'}, geometry: { type: 'Point', coordinates:[-73.93194633, 40.69285079]} },
{type: 'Feature',properties:{Name: '3', Address: '1003 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '8400'}, geometry: { type: 'Point', coordinates:[-73.93199035, 40.69211247]} },
{type: 'Feature',properties:{Name: '3', Address: '1071 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '6000'}, geometry: { type: 'Point', coordinates:[-73.92923141, 40.6924292]} },
{type: 'Feature',properties:{Name: '3', Address: '1069 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '6000'}, geometry: { type: 'Point', coordinates:[-73.92928551, 40.692421]} },
{type: 'Feature',properties:{Name: '3', Address: '1065 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '6092'}, geometry: { type: 'Point', coordinates:[-73.9293937, 40.69241009]} },
{type: 'Feature',properties:{Name: '3', Address: '838 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.9389904, 40.69129022]} },
{type: 'Feature',properties:{Name: '3', Address: '840 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.93892909, 40.69129842]} },
{type: 'Feature',properties:{Name: '3', Address: '934 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '1460'}, geometry: { type: 'Point', coordinates:[-73.93510272, 40.69173823]} },
{type: 'Feature',properties:{Name: '3', Address: '1050 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '13552'}, geometry: { type: 'Point', coordinates:[-73.92982649, 40.69234448]} },
{type: 'Feature',properties:{Name: '3', Address: '20 PATCHEN AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.92790115, 40.69208528]} },
{type: 'Feature',properties:{Name: '3', Address: '22 PATCHEN AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.92788681, 40.69201116]} },
{type: 'Feature',properties:{Name: '3', Address: '751 GREENE AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '7800'}, geometry: { type: 'Point', coordinates:[-73.93816231, 40.68990367]} },
{type: 'Feature',properties:{Name: '3', Address: '262 VAN BUREN STREET, BEDFORD STUYVESANT', Month: '12', Price: '14400'}, geometry: { type: 'Point', coordinates:[-73.93597619, 40.69088784]} },
{type: 'Feature',properties:{Name: '3', Address: '901 GREENE AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '3962'}, geometry: { type: 'Point', coordinates:[-73.93167092, 40.69064932]} },
{type: 'Feature',properties:{Name: '3', Address: '897 GREENE AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '2142'}, geometry: { type: 'Point', coordinates:[-73.93180796, 40.69063293]} },
{type: 'Feature',properties:{Name: '3', Address: '897 GREENE AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '2142'}, geometry: { type: 'Point', coordinates:[-73.93180796, 40.69063293]} },
{type: 'Feature',properties:{Name: '3', Address: '29 PATCHEN AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '37500'}, geometry: { type: 'Point', coordinates:[-73.9277504, 40.69143742]} },
{type: 'Feature',properties:{Name: '3', Address: '19 PATCHEN AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '6500'}, geometry: { type: 'Point', coordinates:[-73.92780779, 40.69172016]} },
{type: 'Feature',properties:{Name: '3', Address: '768 GREENE AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '2404'}, geometry: { type: 'Point', coordinates:[-73.93770794, 40.6899391]} },
{type: 'Feature',properties:{Name: '3', Address: '768 GREENE AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '2404'}, geometry: { type: 'Point', coordinates:[-73.93770794, 40.6899391]} },
{type: 'Feature',properties:{Name: '3', Address: '774 GREENE AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '3069'}, geometry: { type: 'Point', coordinates:[-73.93752401, 40.68996096]} },
{type: 'Feature',properties:{Name: '3', Address: '631 LEXINGTON AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '5400'}, geometry: { type: 'Point', coordinates:[-73.93564944, 40.68944117]} },
{type: 'Feature',properties:{Name: '3', Address: '956 GREENE AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '3479'}, geometry: { type: 'Point', coordinates:[-73.92947465, 40.69088404]} },
{type: 'Feature',properties:{Name: '3', Address: '970 GREENE AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '8453'}, geometry: { type: 'Point', coordinates:[-73.92902745, 40.69093592]} },
{type: 'Feature',properties:{Name: '3', Address: '1016 GREENE AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.92693573, 40.69117889]} },
{type: 'Feature',properties:{Name: '3', Address: '1016 GREENE AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.92693573, 40.69117889]} },
{type: 'Feature',properties:{Name: '3', Address: '1260 BROADWAY, BEDFORD STUYVESANT', Month: '1', Price: '6000'}, geometry: { type: 'Point', coordinates:[-73.92506781, 40.69119965]} },
{type: 'Feature',properties:{Name: '3', Address: '533A QUINCY STREET, BEDFORD STUYVESANT', Month: '4', Price: '2306'}, geometry: { type: 'Point', coordinates:[-73.93813104, 40.68863008]} },
{type: 'Feature',properties:{Name: '3', Address: '533A QUINCY STREET, BEDFORD STUYVESANT', Month: '4', Price: '2306'}, geometry: { type: 'Point', coordinates:[-73.93813104, 40.68863008]} },
{type: 'Feature',properties:{Name: '3', Address: '601 QUINCY STREET, BEDFORD STUYVESANT', Month: '11', Price: '6960'}, geometry: { type: 'Point', coordinates:[-73.93499022, 40.68877107]} },
{type: 'Feature',properties:{Name: '3', Address: '66 PATCHEN AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '8800'}, geometry: { type: 'Point', coordinates:[-73.92748512, 40.68999899]} },
{type: 'Feature',properties:{Name: '3', Address: '739 QUINCY STREET, BEDFORD STUYVESANT', Month: '8', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.92892805, 40.68946466]} },
{type: 'Feature',properties:{Name: '3', Address: '807 QUINCY STREET, BEDFORD STUYVESANT', Month: '1', Price: '2394'}, geometry: { type: 'Point', coordinates:[-73.92586266, 40.68981406]} },
{type: 'Feature',properties:{Name: '3', Address: '797 QUINCY STREET, BEDFORD STUYVESANT', Month: '6', Price: '2268'}, geometry: { type: 'Point', coordinates:[-73.92619084, 40.68977859]} },
{type: 'Feature',properties:{Name: '3', Address: '588 QUINCY STREET, BEDFORD STUYVESANT', Month: '9', Price: '4116'}, geometry: { type: 'Point', coordinates:[-73.93718644, 40.68850056]} },
{type: 'Feature',properties:{Name: '3', Address: '592 QUINCY STREET, BEDFORD STUYVESANT', Month: '7', Price: '4125'}, geometry: { type: 'Point', coordinates:[-73.93706022, 40.68851696]} },
{type: 'Feature',properties:{Name: '3', Address: '192 STUYVESANT AVE, BEDFORD STUYVESANT', Month: '3', Price: '6491'}, geometry: { type: 'Point', coordinates:[-73.93319105, 40.68862457]} },
{type: 'Feature',properties:{Name: '3', Address: '194 STUYVESANT AVE, BEDFORD STUYVESANT', Month: '8', Price: '6491'}, geometry: { type: 'Point', coordinates:[-73.93318388, 40.68858339]} },
{type: 'Feature',properties:{Name: '3', Address: '823 GATES AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '4680'}, geometry: { type: 'Point', coordinates:[-73.93360256, 40.68818015]} },
{type: 'Feature',properties:{Name: '3', Address: '921 GATES AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '5000'}, geometry: { type: 'Point', coordinates:[-73.92891082, 40.68871807]} },
{type: 'Feature',properties:{Name: '3', Address: '844 QUINCY STREET, BEDFORD STUYVESANT', Month: '9', Price: '6541'}, geometry: { type: 'Point', coordinates:[-73.92572925, 40.68981397]} },
{type: 'Feature',properties:{Name: '3', Address: '489 MONROE ST, BEDFORD STUYVESANT', Month: '10', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.93743665, 40.68699107]} },
{type: 'Feature',properties:{Name: '3', Address: '527 MONROE STREET, BEDFORD STUYVESANT', Month: '11', Price: '12000'}, geometry: { type: 'Point', coordinates:[-73.9357057, 40.68718774]} },
{type: 'Feature',properties:{Name: '3', Address: '102 PATCHEN AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '4662'}, geometry: { type: 'Point', coordinates:[-73.92716954, 40.68840408]} },
{type: 'Feature',properties:{Name: '3', Address: '751A MONROE STREET, BEDFORD STUYVESANT', Month: '9', Price: '1383'}, geometry: { type: 'Point', coordinates:[-73.92658534, 40.6884586]} },
{type: 'Feature',properties:{Name: '3', Address: '751 MONROE STREET, BEDFORD STUYVESANT', Month: '6', Price: '1667'}, geometry: { type: 'Point', coordinates:[-73.92630429, 40.68826903]} },
{type: 'Feature',properties:{Name: '3', Address: '530 MONROE STREET, BEDFORD STUYVESANT', Month: '12', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.93671184, 40.68705655]} },
{type: 'Feature',properties:{Name: '3', Address: '479 MADISON STREET, BEDFORD STUYVESANT', Month: '11', Price: '2304'}, geometry: { type: 'Point', coordinates:[-73.93804679, 40.68617072]} },
{type: 'Feature',properties:{Name: '3', Address: '605 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.93713876, 40.68552246]} },
{type: 'Feature',properties:{Name: '3', Address: '606 MADISON STREET, BEDFORD STUYVESANT', Month: '10', Price: '2607'}, geometry: { type: 'Point', coordinates:[-73.93408008, 40.68661042]} },
{type: 'Feature',properties:{Name: '3', Address: '181 MALCOLM X BOULEVARD, BEDFORD STUYVESANT', Month: '7', Price: '4600'}, geometry: { type: 'Point', coordinates:[-73.92984301, 40.68692631]} },
{type: 'Feature',properties:{Name: '3', Address: '829 PUTNAM AVE, BEDFORD STUYVESANT', Month: '8', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.92816674, 40.68655747]} },
{type: 'Feature',properties:{Name: '3', Address: '710 PUTNAM, BEDFORD STUYVESANT', Month: '9', Price: '2853'}, geometry: { type: 'Point', coordinates:[-73.9334067, 40.68571524]} },
{type: 'Feature',properties:{Name: '3', Address: '830 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '1638'}, geometry: { type: 'Point', coordinates:[-73.92847689, 40.68650277]} },
{type: 'Feature',properties:{Name: '3', Address: '475 HANCOCK STREET, BEDFORD STUYVESANT', Month: '9', Price: '9296'}, geometry: { type: 'Point', coordinates:[-73.93658485, 40.68408938]} },
{type: 'Feature',properties:{Name: '3', Address: '229 MALCOLM X BOULEVARD, BEDFORD STUYVESANT', Month: '3', Price: '3952'}, geometry: { type: 'Point', coordinates:[-73.92946642, 40.68502944]} },
{type: 'Feature',properties:{Name: '3', Address: '446A HANCOCK STREET, BEDFORD STUYVESANT', Month: '8', Price: '3248'}, geometry: { type: 'Point', coordinates:[-73.93743609, 40.68375224]} },
{type: 'Feature',properties:{Name: '3', Address: '461 HALSEY STREET, BEDFORD STUYVESANT', Month: '2', Price: '2950'}, geometry: { type: 'Point', coordinates:[-73.93407221, 40.68362959]} },
{type: 'Feature',properties:{Name: '3', Address: '256 MALCOLM X BOULEVARD, BEDFORD STUYVESANT', Month: '8', Price: '7000'}, geometry: { type: 'Point', coordinates:[-73.92936254, 40.68438161]} },
{type: 'Feature',properties:{Name: '3', Address: '623 HALSEY STREET, BEDFORD STUYVESANT', Month: '3', Price: '9960'}, geometry: { type: 'Point', coordinates:[-73.92752729, 40.68438047]} },
{type: 'Feature',properties:{Name: '3', Address: '144 RALPH AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '4875'}, geometry: { type: 'Point', coordinates:[-73.92314931, 40.68504735]} },
{type: 'Feature',properties:{Name: '3', Address: '679 HALSEY STREET, BEDFORD STUYVESANT', Month: '4', Price: '6075'}, geometry: { type: 'Point', coordinates:[-73.92501746, 40.68466706]} },
{type: 'Feature',properties:{Name: '3', Address: '341-49 MACON STREET, BEDFORD STUYVESANT', Month: '2', Price: '6000'}, geometry: { type: 'Point', coordinates:[-73.93749496, 40.68248419]} },
{type: 'Feature',properties:{Name: '3', Address: '255 MALCOLM X BOULEVARD, BEDFORD STUYVESANT', Month: '12', Price: '6760'}, geometry: { type: 'Point', coordinates:[-73.92923331, 40.68383807]} },
{type: 'Feature',properties:{Name: '3', Address: '354 STUYVESANT AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.93199646, 40.68259086]} },
{type: 'Feature',properties:{Name: '3', Address: '271 DECATUR STREET, BEDFORD STUYVESANT', Month: '8', Price: '2381'}, geometry: { type: 'Point', coordinates:[-73.93300349, 40.68150452]} },
{type: 'Feature',properties:{Name: '3', Address: '259 DECATUR STREET, BEDFORD STUYVESANT', Month: '4', Price: '3948'}, geometry: { type: 'Point', coordinates:[-73.93333523, 40.68146354]} },
{type: 'Feature',properties:{Name: '3', Address: '166 DECATUR STREET, BEDFORD STUYVESANT', Month: '2', Price: '2530'}, geometry: { type: 'Point', coordinates:[-73.93653724, 40.68108108]} },
{type: 'Feature',properties:{Name: '3', Address: '232 DECATUR STREET, BEDFORD STUYVESANT', Month: '3', Price: '3480'}, geometry: { type: 'Point', coordinates:[-73.93389415, 40.68138427]} },
{type: 'Feature',properties:{Name: '3', Address: '73 BAINBRIDGE, BEDFORD STUYVESANT', Month: '10', Price: '3400'}, geometry: { type: 'Point', coordinates:[-73.93413647, 40.6806241]} },
{type: 'Feature',properties:{Name: '3', Address: '326 DECATUR ST, BEDFORD STUYVESANT', Month: '9', Price: '3667'}, geometry: { type: 'Point', coordinates:[-73.93047218, 40.6817775]} },
{type: 'Feature',properties:{Name: '3', Address: '241 BAINBRIDGE STREET, BEDFORD STUYVESANT', Month: '1', Price: '6160'}, geometry: { type: 'Point', coordinates:[-73.92735746, 40.68139954]} },
{type: 'Feature',properties:{Name: '3', Address: '241 BAINBRIDGE STREET, BEDFORD STUYVESANT', Month: '9', Price: '6160'}, geometry: { type: 'Point', coordinates:[-73.92735746, 40.68139954]} },
{type: 'Feature',properties:{Name: '3', Address: '223 BAINBRIDGE STREET, BEDFORD STUYVESANT', Month: '2', Price: '9240'}, geometry: { type: 'Point', coordinates:[-73.92795604, 40.6813313]} },
{type: 'Feature',properties:{Name: '3', Address: '108 BAINBRIDGE STREET, BEDFORD STUYVESANT', Month: '12', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.93307638, 40.68072779]} },
{type: 'Feature',properties:{Name: '3', Address: '321 MALCOLM X BOULEVARD, BEDFORD STUYVESANT', Month: '5', Price: '9000'}, geometry: { type: 'Point', coordinates:[-73.92864514, 40.6809008]} },
{type: 'Feature',properties:{Name: '3', Address: '316 PATCHEN AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '5800'}, geometry: { type: 'Point', coordinates:[-73.92544109, 40.67985575]} },
{type: 'Feature',properties:{Name: '3', Address: '33 BUFFALO AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.92469708, 40.67781864]} },
{type: 'Feature',properties:{Name: '3', Address: '4 VERNON AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '24700'}, geometry: { type: 'Point', coordinates:[-73.95178224, 40.69431828]} },
{type: 'Feature',properties:{Name: '3', Address: '8 VERNON AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '17533'}, geometry: { type: 'Point', coordinates:[-73.9516524, 40.69433469]} },
{type: 'Feature',properties:{Name: '3', Address: '12 VERNON AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '17533'}, geometry: { type: 'Point', coordinates:[-73.95151897, 40.69434836]} },
{type: 'Feature',properties:{Name: '3', Address: '16 VERNON AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '17533'}, geometry: { type: 'Point', coordinates:[-73.95138913, 40.69436477]} },
{type: 'Feature',properties:{Name: '3', Address: '53 HART STREET, BEDFORD STUYVESANT', Month: '6', Price: '2340'}, geometry: { type: 'Point', coordinates:[-73.94994406, 40.69304392]} },
{type: 'Feature',properties:{Name: '3', Address: '14 HART STREET, BEDFORD STUYVESANT', Month: '5', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.95117385, 40.69288525]} },
{type: 'Feature',properties:{Name: '3', Address: '117 PULASKI STREET, BEDFORD STUYVESANT', Month: '12', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.94674217, 40.69266371]} },
{type: 'Feature',properties:{Name: '3', Address: '177 PULASKI STREET, BEDFORD STUYVESANT', Month: '6', Price: '3384'}, geometry: { type: 'Point', coordinates:[-73.9441708, 40.69295892]} },
{type: 'Feature',properties:{Name: '3', Address: '10 PULASKI STREET, BEDFORD STUYVESANT', Month: '2', Price: '28200'}, geometry: { type: 'Point', coordinates:[-73.95114554, 40.69214141]} },
{type: 'Feature',properties:{Name: '3', Address: '12-16 PULASKI STREET, BEDFORD STUYVESANT', Month: '8', Price: '28200'}, geometry: { type: 'Point', coordinates:[-73.95108063, 40.69214962]} },
{type: 'Feature',properties:{Name: '3', Address: '58 PULASKI STREET, BEDFORD STUYVESANT', Month: '10', Price: '3750'}, geometry: { type: 'Point', coordinates:[-73.94957318, 40.69232188]} },
{type: 'Feature',properties:{Name: '3', Address: '689 DEKALB AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '6000'}, geometry: { type: 'Point', coordinates:[-73.94805186, 40.69176676]} },
{type: 'Feature',properties:{Name: '3', Address: '689 DEKALB AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '6000'}, geometry: { type: 'Point', coordinates:[-73.94805186, 40.69176676]} },
{type: 'Feature',properties:{Name: '3', Address: '96 PULASKI STREET, BEDFORD STUYVESANT', Month: '12', Price: '6624'}, geometry: { type: 'Point', coordinates:[-73.94757165, 40.69255155]} },
{type: 'Feature',properties:{Name: '3', Address: '96 PULASKI STREET, BEDFORD STUYVESANT', Month: '8', Price: '6624'}, geometry: { type: 'Point', coordinates:[-73.94757165, 40.69255155]} },
{type: 'Feature',properties:{Name: '3', Address: '126 PULASKI STREET, BEDFORD STUYVESANT', Month: '11', Price: '11900'}, geometry: { type: 'Point', coordinates:[-73.94672054, 40.69264997]} },
{type: 'Feature',properties:{Name: '3', Address: '126-128 PULASKI STREET, BEDFORD STUYVESANT', Month: '5', Price: '11900'}, geometry: { type: 'Point', coordinates:[-73.94672054, 40.69264997]} },
{type: 'Feature',properties:{Name: '3', Address: '753 DEKALB AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '4571'}, geometry: { type: 'Point', coordinates:[-73.94637852, 40.69195813]} },
{type: 'Feature',properties:{Name: '3', Address: '753 DEKALB AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '4571'}, geometry: { type: 'Point', coordinates:[-73.94637852, 40.69195813]} },
{type: 'Feature',properties:{Name: '3', Address: '745 DEKALB AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '13000'}, geometry: { type: 'Point', coordinates:[-73.94658769, 40.69193353]} },
{type: 'Feature',properties:{Name: '3', Address: '745 DEKALB AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '13000'}, geometry: { type: 'Point', coordinates:[-73.94658769, 40.69193353]} },
{type: 'Feature',properties:{Name: '3', Address: '721-725 DEKALB AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '22000'}, geometry: { type: 'Point', coordinates:[-73.9472152, 40.69186245]} },
{type: 'Feature',properties:{Name: '3', Address: '721-725 DEKALB AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '22000'}, geometry: { type: 'Point', coordinates:[-73.9472152, 40.69186245]} },
{type: 'Feature',properties:{Name: '3', Address: '717 DEKALB AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '6000'}, geometry: { type: 'Point', coordinates:[-73.94731978, 40.69185152]} },
{type: 'Feature',properties:{Name: '3', Address: '717 DEKALB AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '6000'}, geometry: { type: 'Point', coordinates:[-73.94731978, 40.69185152]} },
{type: 'Feature',properties:{Name: '3', Address: '717 DEKALB AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '6000'}, geometry: { type: 'Point', coordinates:[-73.94731978, 40.69185152]} },
{type: 'Feature',properties:{Name: '3', Address: '697 DEKALB AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '4800'}, geometry: { type: 'Point', coordinates:[-73.9478427, 40.69179137]} },
{type: 'Feature',properties:{Name: '3', Address: '162 PULASKI STREET, BEDFORD STUYVESANT', Month: '3', Price: '5888'}, geometry: { type: 'Point', coordinates:[-73.94490652, 40.69285772]} },
{type: 'Feature',properties:{Name: '3', Address: '795 DEKALB AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '23655'}, geometry: { type: 'Point', coordinates:[-73.94430126, 40.69219594]} },
{type: 'Feature',properties:{Name: '3', Address: '795 DEKALB AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '23655'}, geometry: { type: 'Point', coordinates:[-73.94430126, 40.69219594]} },
{type: 'Feature',properties:{Name: '3', Address: '226 PULASKI STREET, BEDFORD STUYVESANT', Month: '3', Price: '10490'}, geometry: { type: 'Point', coordinates:[-73.9423099, 40.69315563]} },
{type: 'Feature',properties:{Name: '3', Address: '989 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '7200'}, geometry: { type: 'Point', coordinates:[-73.95527569, 40.69028762]} },
{type: 'Feature',properties:{Name: '3', Address: '724 DEKALB AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '16312'}, geometry: { type: 'Point', coordinates:[-73.94724406, 40.69184325]} },
{type: 'Feature',properties:{Name: '3', Address: '728 DEKALB AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '16095'}, geometry: { type: 'Point', coordinates:[-73.94711784, 40.69185692]} },
{type: 'Feature',properties:{Name: '3', Address: '792 DEKALB AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '3420'}, geometry: { type: 'Point', coordinates:[-73.94433373, 40.692174]} },
{type: 'Feature',properties:{Name: '3', Address: '331 KOSCIUSZKO STREET, BEDFORD STUYVESANT', Month: '8', Price: '7246'}, geometry: { type: 'Point', coordinates:[-73.94155385, 40.69175816]} },
{type: 'Feature',properties:{Name: '3', Address: '329 KOSCIUSZKO STREET, BEDFORD STUYVESANT', Month: '6', Price: '6889'}, geometry: { type: 'Point', coordinates:[-73.94161515, 40.6917527]} },
{type: 'Feature',properties:{Name: '3', Address: '220 KOSCIUSZKO STREET, BEDFORD STUYVESANT', Month: '4', Price: '13000'}, geometry: { type: 'Point', coordinates:[-73.94622046, 40.69120874]} },
{type: 'Feature',properties:{Name: '3', Address: '278 CLIFTON PLACE, BEDFORD STUYVESANT', Month: '8', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.95326095, 40.68890071]} },
{type: 'Feature',properties:{Name: '3', Address: '437 GREENE AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.95330474, 40.68816239]} },
{type: 'Feature',properties:{Name: '3', Address: '291 NOSTRAND AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '4620'}, geometry: { type: 'Point', coordinates:[-73.951213, 40.68865832]} },
{type: 'Feature',properties:{Name: '3', Address: '720 MARCY AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '2331'}, geometry: { type: 'Point', coordinates:[-73.94800332, 40.68928547]} },
{type: 'Feature',properties:{Name: '3', Address: '691 GREENE AVE, BEDFORD STUYVESANT', Month: '8', Price: '2422'}, geometry: { type: 'Point', coordinates:[-73.94093915, 40.68958399]} },
{type: 'Feature',properties:{Name: '3', Address: '253 LEXINGTON AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '7800'}, geometry: { type: 'Point', coordinates:[-73.95258044, 40.68749511]} },
{type: 'Feature',properties:{Name: '3', Address: '508 GREENE AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '4960'}, geometry: { type: 'Point', coordinates:[-73.95047034, 40.68847136]} },
{type: 'Feature',properties:{Name: '3', Address: '277 TOMPKINS AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '6000'}, geometry: { type: 'Point', coordinates:[-73.94493533, 40.6885457]} },
{type: 'Feature',properties:{Name: '3', Address: '277 TOMPKINS AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '6000'}, geometry: { type: 'Point', coordinates:[-73.94493533, 40.6885457]} },
{type: 'Feature',properties:{Name: '3', Address: '702 GREENE AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.94060738, 40.68960577]} },
{type: 'Feature',properties:{Name: '3', Address: '1077 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '11520'}, geometry: { type: 'Point', coordinates:[-73.95461807, 40.68696619]} },
{type: 'Feature',properties:{Name: '3', Address: '1077-79 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '11520'}, geometry: { type: 'Point', coordinates:[-73.95461807, 40.68696619]} },
{type: 'Feature',properties:{Name: '3', Address: '181 QUINCY STREET, BEDFORD STUYVESANT', Month: '4', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.95350412, 40.68663912]} },
{type: 'Feature',properties:{Name: '3', Address: '165 QUINCY STREET, BEDFORD STUYVESANT', Month: '2', Price: '5580'}, geometry: { type: 'Point', coordinates:[-73.95399093, 40.68658168]} },
{type: 'Feature',properties:{Name: '3', Address: '165 QUINCY STREET, BEDFORD STUYVESANT', Month: '3', Price: '5580'}, geometry: { type: 'Point', coordinates:[-73.95399093, 40.68658168]} },
{type: 'Feature',properties:{Name: '3', Address: '273 QUINCY STREET, BEDFORD STUYVESANT', Month: '2', Price: '15000'}, geometry: { type: 'Point', coordinates:[-73.94971056, 40.68707394]} },
{type: 'Feature',properties:{Name: '3', Address: '273-75 QUINCY STREET, BEDFORD STUYVESANT', Month: '9', Price: '15000'}, geometry: { type: 'Point', coordinates:[-73.94971056, 40.68707394]} },
{type: 'Feature',properties:{Name: '3', Address: '450 LEXINGTON AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '7800'}, geometry: { type: 'Point', coordinates:[-73.94309633, 40.68857225]} },
{type: 'Feature',properties:{Name: '3', Address: '450 LEXINGTON AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '7800'}, geometry: { type: 'Point', coordinates:[-73.94309633, 40.68857225]} },
{type: 'Feature',properties:{Name: '3', Address: '460 LEXINGTON AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '5906'}, geometry: { type: 'Point', coordinates:[-73.94276456, 40.68861052]} },
{type: 'Feature',properties:{Name: '3', Address: '460 LEXINGTON AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '5906'}, geometry: { type: 'Point', coordinates:[-73.94276456, 40.68861052]} },
{type: 'Feature',properties:{Name: '3', Address: '417 THROOP AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '5750'}, geometry: { type: 'Point', coordinates:[-73.94204341, 40.6885882]} },
{type: 'Feature',properties:{Name: '3', Address: '254 MARCUS GARVEY BLVD, BEDFORD STUYVESANT', Month: '9', Price: '5248'}, geometry: { type: 'Point', coordinates:[-73.93923057, 40.68891063]} },
{type: 'Feature',properties:{Name: '3', Address: '254 MARCUS GARVEY BLVD, BEDFORD STUYVESANT', Month: '7', Price: '5248'}, geometry: { type: 'Point', coordinates:[-73.93923057, 40.68891063]} },
{type: 'Feature',properties:{Name: '3', Address: '483 QUINCY STREET, BEDFORD STUYVESANT', Month: '8', Price: '4800'}, geometry: { type: 'Point', coordinates:[-73.94045003, 40.68814273]} },
{type: 'Feature',properties:{Name: '3', Address: '186 QUINCY STREET, BEDFORD STUYVESANT', Month: '9', Price: '6615'}, geometry: { type: 'Point', coordinates:[-73.95344643, 40.68662812]} },
{type: 'Feature',properties:{Name: '3', Address: '333 NOSTRAND AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '7000'}, geometry: { type: 'Point', coordinates:[-73.95085016, 40.68682466]} },
{type: 'Feature',properties:{Name: '3', Address: '784 MARCY AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '22880'}, geometry: { type: 'Point', coordinates:[-73.94753641, 40.68692201]} },
{type: 'Feature',properties:{Name: '3', Address: '394 QUINCY STREET, BEDFORD STUYVESANT', Month: '9', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.94521017, 40.68757693]} },
{type: 'Feature',properties:{Name: '3', Address: '617 GATES AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '8120'}, geometry: { type: 'Point', coordinates:[-73.94248456, 40.68715839]} },
{type: 'Feature',properties:{Name: '3', Address: '617 GATES AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '8120'}, geometry: { type: 'Point', coordinates:[-73.94248456, 40.68715839]} },
{type: 'Feature',properties:{Name: '3', Address: '587 GATES AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '8100'}, geometry: { type: 'Point', coordinates:[-73.94328872, 40.68706547]} },
{type: 'Feature',properties:{Name: '3', Address: '587 GATES AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '8100'}, geometry: { type: 'Point', coordinates:[-73.94328872, 40.68706547]} },
{type: 'Feature',properties:{Name: '3', Address: '567 GATES AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '4640'}, geometry: { type: 'Point', coordinates:[-73.94382242, 40.68700535]} },
{type: 'Feature',properties:{Name: '3', Address: '567 GATES AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '4640'}, geometry: { type: 'Point', coordinates:[-73.94382242, 40.68700535]} },
{type: 'Feature',properties:{Name: '3', Address: '468 GATES AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '7200'}, geometry: { type: 'Point', coordinates:[-73.94739245, 40.68657885]} },
{type: 'Feature',properties:{Name: '3', Address: '468 GATES AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '7200'}, geometry: { type: 'Point', coordinates:[-73.94739245, 40.68657885]} },
{type: 'Feature',properties:{Name: '3', Address: '480 GATES AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '6500'}, geometry: { type: 'Point', coordinates:[-73.94681188, 40.68664446]} },
{type: 'Feature',properties:{Name: '3', Address: '480 GATES AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '6500'}, geometry: { type: 'Point', coordinates:[-73.94681188, 40.68664446]} },
{type: 'Feature',properties:{Name: '3', Address: '482 GATES AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '6500'}, geometry: { type: 'Point', coordinates:[-73.94675779, 40.68664992]} },
{type: 'Feature',properties:{Name: '3', Address: '482 GATES AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '6500'}, geometry: { type: 'Point', coordinates:[-73.94675779, 40.68664992]} },
{type: 'Feature',properties:{Name: '3', Address: '486A GATES AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.94645506, 40.68646039]} },
{type: 'Feature',properties:{Name: '3', Address: '486A GATES AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.94645506, 40.68646039]} },
{type: 'Feature',properties:{Name: '3', Address: '542 GATES AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '20000'}, geometry: { type: 'Point', coordinates:[-73.94377195, 40.68699434]} },
{type: 'Feature',properties:{Name: '3', Address: '546 GATES AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '13224'}, geometry: { type: 'Point', coordinates:[-73.94362771, 40.68701074]} },
{type: 'Feature',properties:{Name: '3', Address: '552 GATES AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '8302'}, geometry: { type: 'Point', coordinates:[-73.94341495, 40.68703534]} },
{type: 'Feature',properties:{Name: '3', Address: '552 GATES AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '8302'}, geometry: { type: 'Point', coordinates:[-73.94341495, 40.68703534]} },
{type: 'Feature',properties:{Name: '3', Address: '222 MONROE STREET, BEDFORD STUYVESANT', Month: '6', Price: '4800'}, geometry: { type: 'Point', coordinates:[-73.95003264, 40.68552329]} },
{type: 'Feature',properties:{Name: '3', Address: '255 MADISON STREET, BEDFORD STUYVESANT', Month: '7', Price: '2595'}, geometry: { type: 'Point', coordinates:[-73.94867735, 40.68494629]} },
{type: 'Feature',properties:{Name: '3', Address: '406 MONROE STREET, BEDFORD STUYVESANT', Month: '9', Price: '2426'}, geometry: { type: 'Point', coordinates:[-73.94239507, 40.68640079]} },
{type: 'Feature',properties:{Name: '3', Address: '411 MADISON ST, BEDFORD STUYVESANT', Month: '2', Price: '3420'}, geometry: { type: 'Point', coordinates:[-73.9421541, 40.68569526]} },
{type: 'Feature',properties:{Name: '3', Address: '249 PUTNAM AVE, BEDFORD STUYVESANT', Month: '7', Price: '2668'}, geometry: { type: 'Point', coordinates:[-73.95209992, 40.6838032]} },
{type: 'Feature',properties:{Name: '3', Address: '317 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '4956'}, geometry: { type: 'Point', coordinates:[-73.94902049, 40.68415595]} },
{type: 'Feature',properties:{Name: '3', Address: '471 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '3760'}, geometry: { type: 'Point', coordinates:[-73.94243962, 40.68491315]} },
{type: 'Feature',properties:{Name: '3', Address: '330 MARCUS GARVEY BLVD, BEDFORD STUYVESANT', Month: '5', Price: '4800'}, geometry: { type: 'Point', coordinates:[-73.93863477, 40.68589381]} },
{type: 'Feature',properties:{Name: '3', Address: '340 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '2184'}, geometry: { type: 'Point', coordinates:[-73.94797839, 40.68425978]} },
{type: 'Feature',properties:{Name: '3', Address: '265 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '4028'}, geometry: { type: 'Point', coordinates:[-73.94747414, 40.68358708]} },
{type: 'Feature',properties:{Name: '3', Address: '257 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.94769409, 40.68356248]} },
{type: 'Feature',properties:{Name: '3', Address: '221 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.9486785, 40.68344764]} },
{type: 'Feature',properties:{Name: '3', Address: '207 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '3500'}, geometry: { type: 'Point', coordinates:[-73.94906072, 40.6834039]} },
{type: 'Feature',properties:{Name: '3', Address: '343 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '3920'}, geometry: { type: 'Point', coordinates:[-73.9444596, 40.68393151]} },
{type: 'Feature',properties:{Name: '3', Address: '490 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '3240'}, geometry: { type: 'Point', coordinates:[-73.94210428, 40.68493494]} },
{type: 'Feature',properties:{Name: '3', Address: '377 JEFFERSON AVE, BEDFORD STUYVESANT', Month: '3', Price: '2625'}, geometry: { type: 'Point', coordinates:[-73.94273235, 40.68413103]} },
{type: 'Feature',properties:{Name: '3', Address: '351 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '3420'}, geometry: { type: 'Point', coordinates:[-73.94344993, 40.68404904]} },
{type: 'Feature',properties:{Name: '3', Address: '521 THROOP AVE, BEDFORD STUYVESANT', Month: '4', Price: '4800'}, geometry: { type: 'Point', coordinates:[-73.94122491, 40.68446788]} },
{type: 'Feature',properties:{Name: '3', Address: '524 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '2835'}, geometry: { type: 'Point', coordinates:[-73.94035536, 40.68513716]} },
{type: 'Feature',properties:{Name: '3', Address: '457 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '6808'}, geometry: { type: 'Point', coordinates:[-73.93970333, 40.68448082]} },
{type: 'Feature',properties:{Name: '3', Address: '457 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '6808'}, geometry: { type: 'Point', coordinates:[-73.93970333, 40.68448082]} },
{type: 'Feature',properties:{Name: '3', Address: '145 HANCOCK STREET, BEDFORD STUYVESANT', Month: '10', Price: '3135'}, geometry: { type: 'Point', coordinates:[-73.9506118, 40.68247684]} },
{type: 'Feature',properties:{Name: '3', Address: '53 HANCOCK STREET, BEDFORD STUYVESANT', Month: '10', Price: '9720'}, geometry: { type: 'Point', coordinates:[-73.95311422, 40.68218694]} },
{type: 'Feature',properties:{Name: '3', Address: '246 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.94803306, 40.683505]} },
{type: 'Feature',properties:{Name: '3', Address: '207 HANCOCK ST, BEDFORD STUYVESANT', Month: '7', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.94793267, 40.68278307]} },
{type: 'Feature',properties:{Name: '3', Address: '207 HANCOCK STREET, BEDFORD STUYVESANT', Month: '3', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.94793267, 40.68278307]} },
{type: 'Feature',properties:{Name: '3', Address: '418 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '10640'}, geometry: { type: 'Point', coordinates:[-73.94077793, 40.68434139]} },
{type: 'Feature',properties:{Name: '3', Address: '420 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '2430'}, geometry: { type: 'Point', coordinates:[-73.94072024, 40.68434685]} },
{type: 'Feature',properties:{Name: '3', Address: '454A JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.93967471, 40.68424201]} },
{type: 'Feature',properties:{Name: '3', Address: '476A JEFFERSON AVE, BEDFORD STUYVESANT', Month: '11', Price: '3152'}, geometry: { type: 'Point', coordinates:[-73.9388886, 40.68433217]} },
{type: 'Feature',properties:{Name: '3', Address: '417 HANCOCK STREET, BEDFORD STUYVESANT', Month: '3', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.93937587, 40.68376975]} },
{type: 'Feature',properties:{Name: '3', Address: '132 HANCOCK STREET, BEDFORD STUYVESANT', Month: '11', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.95088225, 40.68242755]} },
{type: 'Feature',properties:{Name: '3', Address: '43 HALSEY STREET, BEDFORD STUYVESANT', Month: '5', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.95199336, 40.68156616]} },
{type: 'Feature',properties:{Name: '3', Address: '107A HALSEY STREET, BEDFORD STUYVESANT', Month: '1', Price: '2914'}, geometry: { type: 'Point', coordinates:[-73.94927804, 40.68210572]} },
{type: 'Feature',properties:{Name: '3', Address: '101 HALSEY STREET, BEDFORD STUYVESANT', Month: '10', Price: '4400'}, geometry: { type: 'Point', coordinates:[-73.94918447, 40.68188884]} },
{type: 'Feature',properties:{Name: '3', Address: '68 HALSEY STREET, BEDFORD STUYVESANT', Month: '8', Price: '3360'}, geometry: { type: 'Point', coordinates:[-73.95078184, 40.68168916]} },
{type: 'Feature',properties:{Name: '3', Address: '158 HALSEY STREET, BEDFORD STUYVESANT', Month: '5', Price: '2580'}, geometry: { type: 'Point', coordinates:[-73.94760514, 40.68205556]} },
{type: 'Feature',properties:{Name: '3', Address: '168 HALSEY STREET, BEDFORD STUYVESANT', Month: '4', Price: '2580'}, geometry: { type: 'Point', coordinates:[-73.94733831, 40.68208563]} },
{type: 'Feature',properties:{Name: '3', Address: '89 MACON STREET, BEDFORD STUYVESANT', Month: '12', Price: '3588'}, geometry: { type: 'Point', coordinates:[-73.94794465, 40.68128718]} },
{type: 'Feature',properties:{Name: '3', Address: '313 MACON STREET, BEDFORD STUYVESANT', Month: '11', Price: '1987'}, geometry: { type: 'Point', coordinates:[-73.93907434, 40.68230388]} },
{type: 'Feature',properties:{Name: '3', Address: '313 MACON STREET, BEDFORD STUYVESANT', Month: '11', Price: '1987'}, geometry: { type: 'Point', coordinates:[-73.93907434, 40.68230388]} },
{type: 'Feature',properties:{Name: '3', Address: '1289-91 FULTON STREET, BEDFORD STUYVESANT', Month: '9', Price: '14248'}, geometry: { type: 'Point', coordinates:[-73.9498634, 40.68041519]} },
{type: 'Feature',properties:{Name: '3', Address: '136 MACON STREET, BEDFORD STUYVESANT', Month: '1', Price: '3760'}, geometry: { type: 'Point', coordinates:[-73.94538457, 40.68156047]} },
{type: 'Feature',properties:{Name: '3', Address: '174 MACON STREET, BEDFORD STUYVESANT', Month: '4', Price: '3360'}, geometry: { type: 'Point', coordinates:[-73.94430643, 40.68168347]} },
{type: 'Feature',properties:{Name: '3', Address: '1 MAC DONOUGH STREET, BEDFORD STUYVESANT', Month: '4', Price: '10260'}, geometry: { type: 'Point', coordinates:[-73.94586112, 40.68077569]} },
{type: 'Feature',properties:{Name: '3', Address: '75 MACDONOUGH, BEDFORD STUYVESANT', Month: '7', Price: '12630'}, geometry: { type: 'Point', coordinates:[-73.94302699, 40.68110369]} },
{type: 'Feature',properties:{Name: '3', Address: '228 MACON STREET, BEDFORD STUYVESANT', Month: '8', Price: '2772'}, geometry: { type: 'Point', coordinates:[-73.94178596, 40.68197591]} },
{type: 'Feature',properties:{Name: '3', Address: '137 MAC DONOUGH STREET, BEDFORD STUYVESANT', Month: '6', Price: '9500'}, geometry: { type: 'Point', coordinates:[-73.9411664, 40.68131685]} },
{type: 'Feature',properties:{Name: '3', Address: '119 MACDONOUGH STREET, BEDFORD STUYVESANT', Month: '12', Price: '3864'}, geometry: { type: 'Point', coordinates:[-73.94170727, 40.681254]} },
{type: 'Feature',properties:{Name: '3', Address: '280 MACON STREET, BEDFORD STUYVESANT', Month: '12', Price: '3550'}, geometry: { type: 'Point', coordinates:[-73.93946018, 40.6822437]} },
{type: 'Feature',properties:{Name: '3', Address: '201 MACDONOUGH STREET, BEDFORD STUYVESANT', Month: '4', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.93845482, 40.68162559]} },
{type: 'Feature',properties:{Name: '3', Address: '22 MACDONOUGH STREET, BEDFORD STUYVESANT', Month: '1', Price: '6110'}, geometry: { type: 'Point', coordinates:[-73.94529143, 40.68082483]} },
{type: 'Feature',properties:{Name: '3', Address: '50 MCDONOUGH STREET, BEDFORD STUYVESANT', Month: '4', Price: '15520'}, geometry: { type: 'Point', coordinates:[-73.94449816, 40.68091777]} },
{type: 'Feature',properties:{Name: '3', Address: '632 THROOP AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '6480'}, geometry: { type: 'Point', coordinates:[-73.94056455, 40.68103108]} },
{type: 'Feature',properties:{Name: '3', Address: '202 MAC DONOUGH STREET, BEDFORD STUYVESANT', Month: '3', Price: '3772'}, geometry: { type: 'Point', coordinates:[-73.93869282, 40.6815818]} },
{type: 'Feature',properties:{Name: '3', Address: '1202 FULTON STREET, BEDFORD STUYVESANT', Month: '3', Price: '7183'}, geometry: { type: 'Point', coordinates:[-73.95254571, 40.68056729]} },
{type: 'Feature',properties:{Name: '3', Address: '147 HERKIMER STREET, BEDFORD STUYVESANT', Month: '4', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.94836421, 40.67957737]} },
{type: 'Feature',properties:{Name: '3', Address: '24 HERKIMER STREET, BEDFORD STUYVESANT', Month: '2', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.9521569, 40.67976566]} },
{type: 'Feature',properties:{Name: '3', Address: '70 HERKIMER STREET, BEDFORD STUYVESANT', Month: '4', Price: '6400'}, geometry: { type: 'Point', coordinates:[-73.95109697, 40.67971032]} },
{type: 'Feature',properties:{Name: '3', Address: '126 HERKIMER STREET, BEDFORD STUYVESANT', Month: '2', Price: '10508'}, geometry: { type: 'Point', coordinates:[-73.94888698, 40.67958859]} },
{type: 'Feature',properties:{Name: '3', Address: '132 HERKIMER STREET, BEDFORD STUYVESANT', Month: '6', Price: '20180'}, geometry: { type: 'Point', coordinates:[-73.94874277, 40.67958303]} },
{type: 'Feature',properties:{Name: '3', Address: '136 HERKIMER STREET, BEDFORD STUYVESANT', Month: '6', Price: '20180'}, geometry: { type: 'Point', coordinates:[-73.94864903, 40.6795775]} },
{type: 'Feature',properties:{Name: '3', Address: '140 HERKIMER STREET, BEDFORD STUYVESANT', Month: '10', Price: '20180'}, geometry: { type: 'Point', coordinates:[-73.9485553, 40.67957197]} },
{type: 'Feature',properties:{Name: '3', Address: '29 BROOKLYN AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '15440'}, geometry: { type: 'Point', coordinates:[-73.94407076, 40.6789523]} },
{type: 'Feature',properties:{Name: '3', Address: '29 BROOKLYN AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '15440'}, geometry: { type: 'Point', coordinates:[-73.94407076, 40.6789523]} },
{type: 'Feature',properties:{Name: '3', Address: '45 KINGSTON AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '5772'}, geometry: { type: 'Point', coordinates:[-73.94133485, 40.6783663]} },
{type: 'Feature',properties:{Name: '3', Address: '45 KINGSTON, BEDFORD STUYVESANT', Month: '10', Price: '5772'}, geometry: { type: 'Point', coordinates:[-73.94133485, 40.6783663]} },
{type: 'Feature',properties:{Name: '3', Address: '479 PARK AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.95780302, 40.69665095]} },
{type: 'Feature',properties:{Name: '3', Address: '187 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.96124812, 40.69475278]} },
{type: 'Feature',properties:{Name: '3', Address: '444 PARK AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '4380'}, geometry: { type: 'Point', coordinates:[-73.95888138, 40.69651136]} },
{type: 'Feature',properties:{Name: '3', Address: '894 KENT AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '5000'}, geometry: { type: 'Point', coordinates:[-73.95923287, 40.69376397]} },
{type: 'Feature',properties:{Name: '3', Address: '894 KENT AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '5000'}, geometry: { type: 'Point', coordinates:[-73.95923287, 40.69376397]} },
{type: 'Feature',properties:{Name: '3', Address: '285 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '6264'}, geometry: { type: 'Point', coordinates:[-73.96048925, 40.69131608]} },
{type: 'Feature',properties:{Name: '3', Address: '285 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '6264'}, geometry: { type: 'Point', coordinates:[-73.96048925, 40.69131608]} },
{type: 'Feature',properties:{Name: '3', Address: '461 DEKALB AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '9352'}, geometry: { type: 'Point', coordinates:[-73.95893196, 40.69051131]} },
{type: 'Feature',properties:{Name: '3', Address: '967 KENT AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '2932'}, geometry: { type: 'Point', coordinates:[-73.95869355, 40.69118919]} },
{type: 'Feature',properties:{Name: '3', Address: '193 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '11', Price: '5896'}, geometry: { type: 'Point', coordinates:[-73.95663386, 40.69223144]} },
{type: 'Feature',properties:{Name: '3', Address: '193 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '9', Price: '5896'}, geometry: { type: 'Point', coordinates:[-73.95663386, 40.69223144]} },
{type: 'Feature',properties:{Name: '3', Address: '964 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '2592'}, geometry: { type: 'Point', coordinates:[-73.95561719, 40.69188247]} },
{type: 'Feature',properties:{Name: '3', Address: '966 BEDFORD AVE, BEDFORD STUYVESANT', Month: '1', Price: '2054'}, geometry: { type: 'Point', coordinates:[-73.9556064, 40.69183855]} },
{type: 'Feature',properties:{Name: '3', Address: '978 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '2841'}, geometry: { type: 'Point', coordinates:[-73.9555561, 40.69157228]} },
{type: 'Feature',properties:{Name: '3', Address: '978 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '2841'}, geometry: { type: 'Point', coordinates:[-73.9555561, 40.69157228]} },
{type: 'Feature',properties:{Name: '3', Address: '275 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '8', Price: '3124'}, geometry: { type: 'Point', coordinates:[-73.95619537, 40.69002722]} },
{type: 'Feature',properties:{Name: '3', Address: '416A LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '2880'}, geometry: { type: 'Point', coordinates:[-73.95868782, 40.68879849]} },
{type: 'Feature',properties:{Name: '3', Address: '480 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.95592538, 40.68934367]} },
{type: 'Feature',properties:{Name: '3', Address: '88 LEXINGTON AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '7152'}, geometry: { type: 'Point', coordinates:[-73.9584078, 40.68680843]} },
{type: 'Feature',properties:{Name: '3', Address: '105 QUINCY STREET, BEDFORD STUYVESANT', Month: '9', Price: '10324'}, geometry: { type: 'Point', coordinates:[-73.95729402, 40.68620417]} },
{type: 'Feature',properties:{Name: '3', Address: '437 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '1890'}, geometry: { type: 'Point', coordinates:[-73.95936759, 40.68572733]} },
{type: 'Feature',properties:{Name: '3', Address: '255 GATES AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.95744234, 40.68543843]} },
{type: 'Feature',properties:{Name: '3', Address: '255 GATES AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.95744234, 40.68543843]} },
{type: 'Feature',properties:{Name: '3', Address: '39 MADISON STREET, BEDFORD STUYVESANT', Month: '9', Price: '6182'}, geometry: { type: 'Point', coordinates:[-73.95747575, 40.68393431]} },
{type: 'Feature',properties:{Name: '3', Address: '37A MADISON STREET, BEDFORD STUYVESANT', Month: '1', Price: '6182'}, geometry: { type: 'Point', coordinates:[-73.95759821, 40.68413747]} },
{type: 'Feature',properties:{Name: '3', Address: '35 MADISON STREET, BEDFORD STUYVESANT', Month: '10', Price: '6182'}, geometry: { type: 'Point', coordinates:[-73.95759114, 40.68392063]} },
{type: 'Feature',properties:{Name: '3', Address: '33 MADISON STREET, BEDFORD STUYVESANT', Month: '6', Price: '6270'}, geometry: { type: 'Point', coordinates:[-73.95764883, 40.68391242]} },
{type: 'Feature',properties:{Name: '3', Address: '437 FRANKLIN AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '4300'}, geometry: { type: 'Point', coordinates:[-73.95621382, 40.6839009]} },
{type: 'Feature',properties:{Name: '3', Address: '47 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.95534209, 40.68267914]} },
{type: 'Feature',properties:{Name: '3', Address: '2 SPENCER PLACE, BEDFORD STUYVESANT', Month: '12', Price: '8888'}, geometry: { type: 'Point', coordinates:[-73.95459993, 40.68183072]} },
{type: 'Feature',properties:{Name: '3', Address: '6 SPENCER PLACE, BEDFORD STUYVESANT', Month: '7', Price: '2499'}, geometry: { type: 'Point', coordinates:[-73.95458196, 40.68174013]} },
{type: 'Feature',properties:{Name: '3', Address: '6 SPENCER PLACE, BEDFORD STUYVESANT', Month: '1', Price: '2499'}, geometry: { type: 'Point', coordinates:[-73.95458196, 40.68174013]} },
{type: 'Feature',properties:{Name: '3', Address: '25-27 SPENCER PLACE, BEDFORD STUYVESANT', Month: '11', Price: '11200'}, geometry: { type: 'Point', coordinates:[-73.95448129, 40.68132563]} },
{type: 'Feature',properties:{Name: '3', Address: '25-27 SPENCER PLACE, BEDFORD STUYVESANT', Month: '12', Price: '11200'}, geometry: { type: 'Point', coordinates:[-73.95448129, 40.68132563]} },
{type: 'Feature',properties:{Name: '3', Address: '1 SPENCER PLACE, BEDFORD STUYVESANT', Month: '1', Price: '3960'}, geometry: { type: 'Point', coordinates:[-73.95457829, 40.68183345]} },
{type: 'Feature',properties:{Name: '3', Address: '1 SPENCER PLACE, BEDFORD STUYVESANT', Month: '1', Price: '3960'}, geometry: { type: 'Point', coordinates:[-73.95457829, 40.68183345]} },
{type: 'Feature',properties:{Name: '3', Address: '44 HANCOCK STREET, BEDFORD STUYVESANT', Month: '7', Price: '4800'}, geometry: { type: 'Point', coordinates:[-73.95395438, 40.682072]} },
{type: 'Feature',properties:{Name: '3', Address: '46 HANCOCK STREET, BEDFORD STUYVESANT', Month: '5', Price: '4800'}, geometry: { type: 'Point', coordinates:[-73.95387866, 40.68208295]} },
{type: 'Feature',properties:{Name: '3', Address: '1226 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '4340'}, geometry: { type: 'Point', coordinates:[-73.95364078, 40.68195934]} },
{type: 'Feature',properties:{Name: '3', Address: '1 BREVOORT PLACE, BEDFORD STUYVESANT', Month: '9', Price: '4560'}, geometry: { type: 'Point', coordinates:[-73.95527899, 40.67998375]} },
{type: 'Feature',properties:{Name: '3', Address: '1154 FULTON STREET, BEDFORD STUYVESANT', Month: '8', Price: '4800'}, geometry: { type: 'Point', coordinates:[-73.9548493, 40.68094974]} },
{type: 'Feature',properties:{Name: '3', Address: '35 BREVOORT PLACE, BEDFORD STUYVESANT', Month: '2', Price: '3334'}, geometry: { type: 'Point', coordinates:[-73.95399899, 40.68012597]} },
{type: 'Feature',properties:{Name: '3', Address: '29 BREVOORT PLACE, BEDFORD STUYVESANT', Month: '10', Price: '6113'}, geometry: { type: 'Point', coordinates:[-73.95420451, 40.68010135]} },
{type: 'Feature',properties:{Name: '3', Address: '164 LEFFERTS PLACE, BEDFORD STUYVESANT', Month: '5', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.95742741, 40.68058842]} },
{type: 'Feature',properties:{Name: '3', Address: '164 LEFFERTS PLACE, BEDFORD STUYVESANT', Month: '2', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.95742741, 40.68058842]} },
{type: 'Feature',properties:{Name: '3', Address: '226 LEFFERTS PLACE, BEDFORD STUYVESANT', Month: '2', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.95553123, 40.6801952]} },
{type: 'Feature',properties:{Name: '3', Address: '192 SPENCER STREET, BEDFORD STUYVESANT', Month: '11', Price: '47126'}, geometry: { type: 'Point', coordinates:[-73.95476578, 40.69246677]} },
{type: 'Feature',properties:{Name: '3', Address: '175 SPENCER STREET, BEDFORD STUYVESANT', Month: '7', Price: '33234'}, geometry: { type: 'Point', coordinates:[-73.95479804, 40.69274126]} },
{type: 'Feature',properties:{Name: '3', Address: '660 WILLOUGHBY AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '20950'}, geometry: { type: 'Point', coordinates:[-73.9429722, 40.69458049]} },
{type: 'Feature',properties:{Name: '3', Address: '666 WILLOUGHBY AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '35200'}, geometry: { type: 'Point', coordinates:[-73.94276663, 40.69460235]} },
{type: 'Feature',properties:{Name: '3', Address: '54 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '12', Price: '10900'}, geometry: { type: 'Point', coordinates:[-73.95764039, 40.6971971]} },
{type: 'Feature',properties:{Name: '3', Address: '54 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '1', Price: '10900'}, geometry: { type: 'Point', coordinates:[-73.95764039, 40.6971971]} },
{type: 'Feature',properties:{Name: '3', Address: '483 PARK AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '9000'}, geometry: { type: 'Point', coordinates:[-73.95766237, 40.69666737]} },
{type: 'Feature',properties:{Name: '3', Address: '483 PARK AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '9000'}, geometry: { type: 'Point', coordinates:[-73.95766237, 40.69666737]} },
{type: 'Feature',properties:{Name: '3', Address: '481 PARK AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '9000'}, geometry: { type: 'Point', coordinates:[-73.9577345, 40.69665916]} },
{type: 'Feature',properties:{Name: '3', Address: '481 PARK AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '9000'}, geometry: { type: 'Point', coordinates:[-73.9577345, 40.69665916]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '49066'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '244 FRANKLIN AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '9690'}, geometry: { type: 'Point', coordinates:[-73.95737378, 40.69115577]} },
{type: 'Feature',properties:{Name: '3', Address: '273 GATES AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '44460'}, geometry: { type: 'Point', coordinates:[-73.95623075, 40.68557796]} },
{type: 'Feature',properties:{Name: '3', Address: '176 STUYVESANT AVENUE, 1L, BEDFORD STUYVESANT', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93333815, 40.68936025]} },
{type: 'Feature',properties:{Name: '3', Address: '490A JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '9760'}, geometry: { type: 'Point', coordinates:[-73.93815298, 40.68441961]} },
{type: 'Feature',properties:{Name: '3', Address: '490A JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '9760'}, geometry: { type: 'Point', coordinates:[-73.93815298, 40.68441961]} },
{type: 'Feature',properties:{Name: '3', Address: '490A JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93815298, 40.68441961]} },
{type: 'Feature',properties:{Name: '3', Address: '490A JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93815298, 40.68441961]} },
{type: 'Feature',properties:{Name: '3', Address: '248 MADISON STREET, BEDFORD STUYVESANT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94886848, 40.68490795]} },
{type: 'Feature',properties:{Name: '3', Address: '869 PARK AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '17608'}, geometry: { type: 'Point', coordinates:[-73.94045509, 40.69863324]} },
{type: 'Feature',properties:{Name: '3', Address: '869 PARK AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '17608'}, geometry: { type: 'Point', coordinates:[-73.94045509, 40.69863324]} },
{type: 'Feature',properties:{Name: '3', Address: '85 STUYVESANT AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93400903, 40.69282179]} },
{type: 'Feature',properties:{Name: '3', Address: '81 STUYVESANT AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93404492, 40.69299199]} },
{type: 'Feature',properties:{Name: '3', Address: '77 STUYVESANT AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93408081, 40.69316219]} },
{type: 'Feature',properties:{Name: '3', Address: '172 STUYVESANT AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93336685, 40.68950849]} },
{type: 'Feature',properties:{Name: '3', Address: '180 STUYVESANT AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93330945, 40.68921476]} },
{type: 'Feature',properties:{Name: '3', Address: '184 STUYVESANT AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93328075, 40.68906927]} },
{type: 'Feature',properties:{Name: '3', Address: '786 MADISON STREET, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92607434, 40.68753054]} },
{type: 'Feature',properties:{Name: '3', Address: '836 MYRTLE AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94848535, 40.69545044]} },
{type: 'Feature',properties:{Name: '3', Address: '886 MYRTLE AVE, BEDFORD STUYVESANT', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9470247, 40.69561995]} },
{type: 'Feature',properties:{Name: '3', Address: '800 DEKALB AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94411374, 40.69219859]} },
{type: 'Feature',properties:{Name: '3', Address: '800 DEKALB AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94411374, 40.69219859]} },
{type: 'Feature',properties:{Name: '3', Address: '582 THROOP AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94100246, 40.68323536]} },
{type: 'Feature',properties:{Name: '3', Address: '773 KENT AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96007421, 40.69793357]} },
{type: 'Feature',properties:{Name: '3', Address: '773 KENT AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96007421, 40.69793357]} },
{type: 'Feature',properties:{Name: '3', Address: '773 KENT AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96007421, 40.69793357]} },
{type: 'Feature',properties:{Name: '3', Address: '169 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95683873, 40.69326904]} },
{type: 'Feature',properties:{Name: '3', Address: '235 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95645054, 40.69132834]} },
{type: 'Feature',properties:{Name: '3', Address: '315 GREENE AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95860566, 40.68755233]} },
{type: 'Feature',properties:{Name: '3', Address: '315 GREENE AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95860566, 40.68755233]} },
{type: 'Feature',properties:{Name: '3', Address: '317 GREENE AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95854075, 40.6875578]} },
{type: 'Feature',properties:{Name: '3', Address: '321 GREENE AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95841454, 40.68757422]} },
{type: 'Feature',properties:{Name: '3', Address: '321 GREENE AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95841454, 40.68757422]} },
{type: 'Feature',properties:{Name: '3', Address: '321 GREENE AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95841454, 40.68757422]} },
{type: 'Feature',properties:{Name: '3', Address: '136 CLIFTON PLACE, BEDFORD STUYVESANT', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95892975, 40.68824688]} },
{type: 'Feature',properties:{Name: '3', Address: '136 CLIFTON PLACE, BEDFORD STUYVESANT', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95892975, 40.68824688]} },
{type: 'Feature',properties:{Name: '3', Address: '142 CLIFTON PLACE, BEDFORD STUYVESANT', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95875666, 40.68826877]} },
{type: 'Feature',properties:{Name: '3', Address: '144 CLIFTON PLACE, BEDFORD STUYVESANT', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95869896, 40.68827424]} },
{type: 'Feature',properties:{Name: '3', Address: '144 CLIFTON PLACE, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95869896, 40.68827424]} },
{type: 'Feature',properties:{Name: '3', Address: '144 CLIFTON PLACE, BEDFORD STUYVESANT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95869896, 40.68827424]} },
{type: 'Feature',properties:{Name: '3', Address: '146 CLIFTON PLACE, BEDFORD STUYVESANT', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95863766, 40.68827971]} },
{type: 'Feature',properties:{Name: '3', Address: '146 CLIFTON PLACE, BEDFORD STUYVESANT', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95863766, 40.68827971]} },
{type: 'Feature',properties:{Name: '3', Address: '783 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95667384, 40.6972983]} },
{type: 'Feature',properties:{Name: '3', Address: '689 MYRTLE AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95566945, 40.69464098]} },
{type: 'Feature',properties:{Name: '3', Address: '689 MYRTLE AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95566945, 40.69464098]} },
{type: 'Feature',properties:{Name: '3', Address: '689 MYRTLE AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95566945, 40.69464098]} },
{type: 'Feature',properties:{Name: '3', Address: '104 SPENCER STREET, BEDFORD STUYVESANT', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95539831, 40.69564546]} },
{type: 'Feature',properties:{Name: '3', Address: '809 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95642582, 40.69605757]} },
{type: 'Feature',properties:{Name: '3', Address: '74 SPENCER STREET, BEDFORD STUYVESANT', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95554568, 40.69637014]} },
{type: 'Feature',properties:{Name: '3', Address: '80 SPENCER STREET, BEDFORD STUYVESANT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95551693, 40.69622465]} },
{type: 'Feature',properties:{Name: '3', Address: '84 SPENCER STREET, BEDFORD STUYVESANT', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95549536, 40.69612858]} },
{type: 'Feature',properties:{Name: '3', Address: '90 SPENCER STREET, BEDFORD STUYVESANT', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95546661, 40.69598309]} },
{type: 'Feature',properties:{Name: '3', Address: '209 SPENCER STREET, BEDFORD STUYVESANT', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95463992, 40.69194247]} },
{type: 'Feature',properties:{Name: '3', Address: '209 SPENCER STREET, BEDFORD STUYVESANT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95463992, 40.69194247]} },
{type: 'Feature',properties:{Name: '3', Address: '209 SPENCER STREET, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95463992, 40.69194247]} },
{type: 'Feature',properties:{Name: '3', Address: '209 SPENCER STREET, BEDFORD STUYVESANT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95463992, 40.69194247]} },
{type: 'Feature',properties:{Name: '3', Address: '209 SPENCER STREET, BEDFORD STUYVESANT', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95463992, 40.69194247]} },
{type: 'Feature',properties:{Name: '3', Address: '209 SPENCER STREET, BEDFORD STUYVESANT', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95463992, 40.69194247]} },
{type: 'Feature',properties:{Name: '3', Address: '209 SPENCER STREET, BEDFORD STUYVESANT', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95463992, 40.69194247]} },
{type: 'Feature',properties:{Name: '3', Address: '209 SPENCER STREET, BEDFORD STUYVESANT', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95463992, 40.69194247]} },
{type: 'Feature',properties:{Name: '3', Address: '209 SPENCER STREET, BEDFORD STUYVESANT', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95463992, 40.69194247]} },
{type: 'Feature',properties:{Name: '3', Address: '209 SPENCER STREET, BEDFORD STUYVESANT', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95463992, 40.69194247]} },
{type: 'Feature',properties:{Name: '3', Address: '209 SPENCER STREET, BEDFORD STUYVESANT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95463992, 40.69194247]} },
{type: 'Feature',properties:{Name: '3', Address: '209 SPENCER STREET, BEDFORD STUYVESANT', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95463992, 40.69194247]} },
{type: 'Feature',properties:{Name: '3', Address: '209 SPENCER STREET, BEDFORD STUYVESANT', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95463992, 40.69194247]} },
{type: 'Feature',properties:{Name: '3', Address: '209 SPENCER STREET, BEDFORD STUYVESANT', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95463992, 40.69194247]} },
{type: 'Feature',properties:{Name: '3', Address: '209 SPENCER STREET, BEDFORD STUYVESANT', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95463992, 40.69194247]} },
{type: 'Feature',properties:{Name: '3', Address: '209 SPENCER STREET, BEDFORD STUYVESANT', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95463992, 40.69194247]} },
{type: 'Feature',properties:{Name: '3', Address: '209 SPENCER STREET, BEDFORD STUYVESANT', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95463992, 40.69194247]} },
{type: 'Feature',properties:{Name: '3', Address: '209 SPENCER STREET, BEDFORD STUYVESANT', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95463992, 40.69194247]} },
{type: 'Feature',properties:{Name: '3', Address: '201 SPENCER STREET, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95467585, 40.69213187]} },
{type: 'Feature',properties:{Name: '3', Address: '195 SPENCER STREET, BEDFORD STUYVESANT', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9547046, 40.69227187]} },
{type: 'Feature',properties:{Name: '3', Address: '195 SPENCER STREET, BEDFORD STUYVESANT', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9547046, 40.69227187]} },
{type: 'Feature',properties:{Name: '3', Address: '195 SPENCER STREET, BEDFORD STUYVESANT', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9547046, 40.69227187]} },
{type: 'Feature',properties:{Name: '3', Address: '191 SPENCER STREET, BEDFORD STUYVESANT', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95472257, 40.6923652]} },
{type: 'Feature',properties:{Name: '3', Address: '55 FRANKLIN AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9586175, 40.69752683]} },
{type: 'Feature',properties:{Name: '3', Address: '38 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95772308, 40.69759787]} },
{type: 'Feature',properties:{Name: '3', Address: '40 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9577123, 40.69754571]} },
{type: 'Feature',properties:{Name: '3', Address: '42 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95770151, 40.6974963]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '159 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96140998, 40.69546922]} },
{type: 'Feature',properties:{Name: '3', Address: '159 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96140998, 40.69546922]} },
{type: 'Feature',properties:{Name: '3', Address: '159 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96140998, 40.69546922]} },
{type: 'Feature',properties:{Name: '3', Address: '159 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96140998, 40.69546922]} },
{type: 'Feature',properties:{Name: '3', Address: '159 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96140998, 40.69546922]} },
{type: 'Feature',properties:{Name: '3', Address: '159 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96140998, 40.69546922]} },
{type: 'Feature',properties:{Name: '3', Address: '159 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96140998, 40.69546922]} },
{type: 'Feature',properties:{Name: '3', Address: '159 CLASSON, BEDFORD STUYVESANT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96119348, 40.69568324]} },
{type: 'Feature',properties:{Name: '3', Address: '159 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96140998, 40.69546922]} },
{type: 'Feature',properties:{Name: '3', Address: '159 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96140998, 40.69546922]} },
{type: 'Feature',properties:{Name: '3', Address: '159 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96140998, 40.69546922]} },
{type: 'Feature',properties:{Name: '3', Address: '159 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96140998, 40.69546922]} },
{type: 'Feature',properties:{Name: '3', Address: '159 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96140998, 40.69546922]} },
{type: 'Feature',properties:{Name: '3', Address: '159 CLASSON, BEDFORD STUYVESANT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96119348, 40.69568324]} },
{type: 'Feature',properties:{Name: '3', Address: '159 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96140998, 40.69546922]} },
{type: 'Feature',properties:{Name: '3', Address: '159 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96140998, 40.69546922]} },
{type: 'Feature',properties:{Name: '3', Address: '159 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96140998, 40.69546922]} },
{type: 'Feature',properties:{Name: '3', Address: '159 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96140998, 40.69546922]} },
{type: 'Feature',properties:{Name: '3', Address: '159 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96140998, 40.69546922]} },
{type: 'Feature',properties:{Name: '3', Address: '159 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96140998, 40.69546922]} },
{type: 'Feature',properties:{Name: '3', Address: '159 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96140998, 40.69546922]} },
{type: 'Feature',properties:{Name: '3', Address: '609 MYRTLE AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95960765, 40.69418954]} },
{type: 'Feature',properties:{Name: '3', Address: '609-613 MYRTLE AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95960765, 40.69418954]} },
{type: 'Feature',properties:{Name: '3', Address: '79 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95736352, 40.69592343]} },
{type: 'Feature',properties:{Name: '3', Address: '189 FRANKLIN AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95774393, 40.69316233]} },
{type: 'Feature',properties:{Name: '3', Address: '189 FRANKLIN AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95774393, 40.69316233]} },
{type: 'Feature',properties:{Name: '3', Address: '189 FRANKLIN AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95774393, 40.69316233]} },
{type: 'Feature',properties:{Name: '3', Address: '166 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95689272, 40.693431]} },
{type: 'Feature',properties:{Name: '3', Address: '263 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96060073, 40.69183213]} },
{type: 'Feature',properties:{Name: '3', Address: '970 KENT AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95873316, 40.69127429]} },
{type: 'Feature',properties:{Name: '3', Address: '970 KENT AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95873316, 40.69127429]} },
{type: 'Feature',properties:{Name: '3', Address: '970 KENT AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95873316, 40.69127429]} },
{type: 'Feature',properties:{Name: '3', Address: '970 KENT AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95873316, 40.69127429]} },
{type: 'Feature',properties:{Name: '3', Address: '970 KENT AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95873316, 40.69127429]} },
{type: 'Feature',properties:{Name: '3', Address: '970 KENT AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95873316, 40.69127429]} },
{type: 'Feature',properties:{Name: '3', Address: '970 KENT AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95873316, 40.69127429]} },
{type: 'Feature',properties:{Name: '3', Address: '970 KENT AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95873316, 40.69127429]} },
{type: 'Feature',properties:{Name: '3', Address: '970 KENT AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95873316, 40.69127429]} },
{type: 'Feature',properties:{Name: '3', Address: '970 KENT AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95873316, 40.69127429]} },
{type: 'Feature',properties:{Name: '3', Address: '970 KENT AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95873316, 40.69127429]} },
{type: 'Feature',properties:{Name: '3', Address: '970 KENT AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95873316, 40.69127429]} },
{type: 'Feature',properties:{Name: '3', Address: '222 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95653328, 40.6916303]} },
{type: 'Feature',properties:{Name: '3', Address: '222 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95653328, 40.6916303]} },
{type: 'Feature',properties:{Name: '3', Address: '222 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95653328, 40.6916303]} },
{type: 'Feature',properties:{Name: '3', Address: '222 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95653328, 40.6916303]} },
{type: 'Feature',properties:{Name: '3', Address: '222 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95653328, 40.6916303]} },
{type: 'Feature',properties:{Name: '3', Address: '222 SKILLMAN ST, BEDFORD STUYVESANT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95653328, 40.6916303]} },
{type: 'Feature',properties:{Name: '3', Address: '222 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95653328, 40.6916303]} },
{type: 'Feature',properties:{Name: '3', Address: '222 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95653328, 40.6916303]} },
{type: 'Feature',properties:{Name: '3', Address: '262 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95626372, 40.69027428]} },
{type: 'Feature',properties:{Name: '3', Address: '95 LEXINGTON AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95838616, 40.68682763]} },
{type: 'Feature',properties:{Name: '3', Address: '105 LEXINGTON AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95813013, 40.68685773]} },
{type: 'Feature',properties:{Name: '3', Address: '1122 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95448878, 40.68620584]} },
{type: 'Feature',properties:{Name: '3', Address: '315 GATES AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95490736, 40.68572841]} },
{type: 'Feature',properties:{Name: '3', Address: '315 GATES AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.954983, 40.685973]} },
{type: 'Feature',properties:{Name: '3', Address: '315 GATES AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95499, 40.685973]} },
{type: 'Feature',properties:{Name: '3', Address: '315 GATES AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95490736, 40.68572841]} },
{type: 'Feature',properties:{Name: '3', Address: '315 GATES AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.955003, 40.685973]} },
{type: 'Feature',properties:{Name: '3', Address: '315 GATES AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95490736, 40.68572841]} },
{type: 'Feature',properties:{Name: '3', Address: '1142 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95432348, 40.68537685]} },
{type: 'Feature',properties:{Name: '3', Address: '1142 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95432348, 40.68537685]} },
{type: 'Feature',properties:{Name: '3', Address: '186 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95427787, 40.68353509]} },
{type: 'Feature',properties:{Name: '3', Address: '186 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95427787, 40.68353509]} },
{type: 'Feature',properties:{Name: '3', Address: '186 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95427787, 40.68353509]} },
{type: 'Feature',properties:{Name: '3', Address: '186 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95427787, 40.68353509]} },
{type: 'Feature',properties:{Name: '3', Address: '186 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95427787, 40.68353509]} },
{type: 'Feature',properties:{Name: '3', Address: '186 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95427787, 40.68353509]} },
{type: 'Feature',properties:{Name: '3', Address: '186 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95427787, 40.68353509]} },
{type: 'Feature',properties:{Name: '3', Address: '186 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95427787, 40.68353509]} },
{type: 'Feature',properties:{Name: '3', Address: '186 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95427787, 40.68353509]} },
{type: 'Feature',properties:{Name: '3', Address: '186 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95427787, 40.68353509]} },
{type: 'Feature',properties:{Name: '3', Address: '186 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95427787, 40.68353509]} },
{type: 'Feature',properties:{Name: '3', Address: '1240 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95357611, 40.68163269]} },
{type: 'Feature',properties:{Name: '3', Address: '1240 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95357611, 40.68163269]} },
{type: 'Feature',properties:{Name: '3', Address: '13 MARCUS GARVEY BLVD, BEDFORD STUYVESANT', Month: '11', Price: '3750'}, geometry: { type: 'Point', coordinates:[-73.94133071, 40.69945438]} },
{type: 'Feature',properties:{Name: '3', Address: '86 LEWIS AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.93734671, 40.69444856]} },
{type: 'Feature',properties:{Name: '3', Address: '908 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '2001'}, geometry: { type: 'Point', coordinates:[-73.9359358, 40.69164263]} },
{type: 'Feature',properties:{Name: '3', Address: '63 MALCOLM X BOULEVARD, BEDFORD STUYVESANT', Month: '6', Price: '6500'}, geometry: { type: 'Point', coordinates:[-73.93083304, 40.69189769]} },
{type: 'Feature',properties:{Name: '3', Address: '241 MARCUS GARVEY BLVD, BEDFORD STUYVESANT', Month: '9', Price: '4720'}, geometry: { type: 'Point', coordinates:[-73.93933457, 40.68953375]} },
{type: 'Feature',properties:{Name: '3', Address: '794 GREENE AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '7000'}, geometry: { type: 'Point', coordinates:[-73.93690373, 40.69003199]} },
{type: 'Feature',properties:{Name: '3', Address: '714A QUINCY STREET, BEDFORD STUYVESANT', Month: '11', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.93156091, 40.6889173]} },
{type: 'Feature',properties:{Name: '3', Address: '912 GATES AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '4320'}, geometry: { type: 'Point', coordinates:[-73.92787944, 40.68882173]} },
{type: 'Feature',properties:{Name: '3', Address: '199 MALCOLM X BOULEVARD, BEDFORD STUYVESANT', Month: '6', Price: '4680'}, geometry: { type: 'Point', coordinates:[-73.92970315, 40.6862016]} },
{type: 'Feature',properties:{Name: '3', Address: '236 MALCOLM X BOULEVARD, BEDFORD STUYVESANT', Month: '12', Price: '4320'}, geometry: { type: 'Point', coordinates:[-73.92948447, 40.68500749]} },
{type: 'Feature',properties:{Name: '3', Address: '434 HANCOCK STREET, BEDFORD STUYVESANT', Month: '10', Price: '4800'}, geometry: { type: 'Point', coordinates:[-73.93809938, 40.68389807]} },
{type: 'Feature',properties:{Name: '3', Address: '434 HANCOCK STREET, BEDFORD STUYVESANT', Month: '9', Price: '4800'}, geometry: { type: 'Point', coordinates:[-73.93809938, 40.68389807]} },
{type: 'Feature',properties:{Name: '3', Address: '235 MALCOLM X BOULEVARD, BEDFORD STUYVESANT', Month: '3', Price: '6760'}, geometry: { type: 'Point', coordinates:[-73.92940545, 40.68472199]} },
{type: 'Feature',properties:{Name: '3', Address: '474 HALSEY STREET, BEDFORD STUYVESANT', Month: '2', Price: '10800'}, geometry: { type: 'Point', coordinates:[-73.93564803, 40.68343286]} },
{type: 'Feature',properties:{Name: '3', Address: '1896 FULTON STREET, BEDFORD STUYVESANT', Month: '12', Price: '3750'}, geometry: { type: 'Point', coordinates:[-73.92374037, 40.67897631]} },
{type: 'Feature',properties:{Name: '3', Address: '174 THROOP AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '3750'}, geometry: { type: 'Point', coordinates:[-73.94415475, 40.69920875]} },
{type: 'Feature',properties:{Name: '3', Address: '529 MARCY AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '4500'}, geometry: { type: 'Point', coordinates:[-73.9495479, 40.69713071]} },
{type: 'Feature',properties:{Name: '3', Address: '529 MARCY AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '4500'}, geometry: { type: 'Point', coordinates:[-73.9495479, 40.69713071]} },
{type: 'Feature',properties:{Name: '3', Address: '894 MYRTLE AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '5750'}, geometry: { type: 'Point', coordinates:[-73.94679027, 40.69564729]} },
{type: 'Feature',properties:{Name: '3', Address: '118 TOMPKINS AVE, BEDFORD STUYVESANT', Month: '8', Price: '2625'}, geometry: { type: 'Point', coordinates:[-73.94628933, 40.69524632]} },
{type: 'Feature',properties:{Name: '3', Address: '151 TOMPKINS AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '5600'}, geometry: { type: 'Point', coordinates:[-73.94604502, 40.69412085]} },
{type: 'Feature',properties:{Name: '3', Address: '868 DEKALB AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.94132239, 40.69251834]} },
{type: 'Feature',properties:{Name: '3', Address: '870 DEKALB AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.94125387, 40.69252654]} },
{type: 'Feature',properties:{Name: '3', Address: '257 NOSTRAND AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.95148965, 40.69003906]} },
{type: 'Feature',properties:{Name: '3', Address: '325 QUINCY STREET, BEDFORD STUYVESANT', Month: '3', Price: '4400'}, geometry: { type: 'Point', coordinates:[-73.94809504, 40.68725987]} },
{type: 'Feature',properties:{Name: '3', Address: '256 MARCUS GARVEY BOULEV, BEDFORD STUYVESANT', Month: '5', Price: '4056'}, geometry: { type: 'Point', coordinates:[-73.93950831, 40.68880647]} },
{type: 'Feature',properties:{Name: '3', Address: '260 MARCUS GARVEY BLVD, BEDFORD STUYVESANT', Month: '1', Price: '4056'}, geometry: { type: 'Point', coordinates:[-73.9391875, 40.68869102]} },
{type: 'Feature',properties:{Name: '3', Address: '260 MARCUS GARVEY BOULEV, BEDFORD STUYVESANT', Month: '10', Price: '4056'}, geometry: { type: 'Point', coordinates:[-73.93948677, 40.68870216]} },
{type: 'Feature',properties:{Name: '3', Address: '306 TOMPKINS AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '4620'}, geometry: { type: 'Point', coordinates:[-73.94473074, 40.68740927]} },
{type: 'Feature',properties:{Name: '3', Address: '306 TOMPKINS AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '4620'}, geometry: { type: 'Point', coordinates:[-73.94473074, 40.68740927]} },
{type: 'Feature',properties:{Name: '3', Address: '310 TOMPKINS AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '4620'}, geometry: { type: 'Point', coordinates:[-73.94469484, 40.68721986]} },
{type: 'Feature',properties:{Name: '3', Address: '446 GATES AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '4800'}, geometry: { type: 'Point', coordinates:[-73.94839854, 40.68646128]} },
{type: 'Feature',properties:{Name: '3', Address: '370 TOMPKINS AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '4600'}, geometry: { type: 'Point', coordinates:[-73.94421728, 40.68481521]} },
{type: 'Feature',properties:{Name: '3', Address: '406 TOMPKINS AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '4400'}, geometry: { type: 'Point', coordinates:[-73.94392644, 40.68337132]} },
{type: 'Feature',properties:{Name: '3', Address: '328 HALSEY STREET, BEDFORD STUYVESANT', Month: '7', Price: '4128'}, geometry: { type: 'Point', coordinates:[-73.94048358, 40.68287553]} },
{type: 'Feature',properties:{Name: '3', Address: '936 MARCY AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '6440'}, geometry: { type: 'Point', coordinates:[-73.94640877, 40.68125079]} },
{type: 'Feature',properties:{Name: '3', Address: '1359 FULTON STREET, BEDFORD STUYVESANT', Month: '4', Price: '6000'}, geometry: { type: 'Point', coordinates:[-73.94701887, 40.68026296]} },
{type: 'Feature',properties:{Name: '3', Address: '471 TOMPKINS AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '5250'}, geometry: { type: 'Point', coordinates:[-73.94348833, 40.68128508]} },
{type: 'Feature',properties:{Name: '3', Address: '320 MACON STREET, BEDFORD STUYVESANT', Month: '8', Price: '5760'}, geometry: { type: 'Point', coordinates:[-73.93835679, 40.68236937]} },
{type: 'Feature',properties:{Name: '3', Address: '1509 FULTON STREET, BEDFORD STUYVESANT', Month: '6', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.94091885, 40.67993061]} },
{type: 'Feature',properties:{Name: '3', Address: '1501 FULTON STREET, BEDFORD STUYVESANT', Month: '3', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.94156779, 40.67996663]} },
{type: 'Feature',properties:{Name: '3', Address: '1501 FULTON STREET, BEDFORD STUYVESANT', Month: '2', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.94156779, 40.67996663]} },
{type: 'Feature',properties:{Name: '3', Address: '1460 FULTON STREET, BEDFORD STUYVESANT', Month: '10', Price: '21710'}, geometry: { type: 'Point', coordinates:[-73.94234652, 40.67999172]} },
{type: 'Feature',properties:{Name: '3', Address: '1464 FULTON STREET, BEDFORD STUYVESANT', Month: '11', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.94223476, 40.67998618]} },
{type: 'Feature',properties:{Name: '3', Address: '1516-1518 FULTON STREET, BEDFORD STUYVESANT', Month: '1', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.94004641, 40.67986429]} },
{type: 'Feature',properties:{Name: '3', Address: '67 FRANKLIN AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '2530'}, geometry: { type: 'Point', coordinates:[-73.95855637, 40.69723312]} },
{type: 'Feature',properties:{Name: '3', Address: '845 KENT AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '1000'}, geometry: { type: 'Point', coordinates:[-73.95951325, 40.69523801]} },
{type: 'Feature',properties:{Name: '3', Address: '821 KENT AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '4860'}, geometry: { type: 'Point', coordinates:[-73.9596463, 40.69587484]} },
{type: 'Feature',properties:{Name: '3', Address: '684B MYRTLE AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '5600'}, geometry: { type: 'Point', coordinates:[-73.95641613, 40.69432562]} },
{type: 'Feature',properties:{Name: '3', Address: '684A MYRTLE AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '5600'}, geometry: { type: 'Point', coordinates:[-73.95633679, 40.69433657]} },
{type: 'Feature',properties:{Name: '3', Address: '1050 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.95505296, 40.68904964]} },
{type: 'Feature',properties:{Name: '3', Address: '1224 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '6150'}, geometry: { type: 'Point', coordinates:[-73.95365157, 40.682006]} },
{type: 'Feature',properties:{Name: '3', Address: '1086 FULTON STREET, BEDFORD STUYVESANT', Month: '11', Price: '4540'}, geometry: { type: 'Point', coordinates:[-73.95753859, 40.68151345]} },
{type: 'Feature',properties:{Name: '3', Address: '1108 FULTON STREET, BEDFORD STUYVESANT', Month: '2', Price: '9145'}, geometry: { type: 'Point', coordinates:[-73.95656525, 40.68131271]} },
{type: 'Feature',properties:{Name: '3', Address: '1124 FULTON STREET, BEDFORD STUYVESANT', Month: '4', Price: '6000'}, geometry: { type: 'Point', coordinates:[-73.95613626, 40.68122472]} },
{type: 'Feature',properties:{Name: '3', Address: '1176 FULTON STREET, BEDFORD STUYVESANT', Month: '4', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.95385796, 40.68073526]} },
{type: 'Feature',properties:{Name: '3', Address: '178A STUYVESANT AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93360873, 40.68922043]} },
{type: 'Feature',properties:{Name: '3', Address: '836 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92430177, 40.68623386]} },
{type: 'Feature',properties:{Name: '3', Address: '739 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95687874, 40.69831943]} },
{type: 'Feature',properties:{Name: '3', Address: '739 BEDFORD AVE, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95687874, 40.69831943]} },
{type: 'Feature',properties:{Name: '3', Address: '739 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95687874, 40.69831943]} },
{type: 'Feature',properties:{Name: '3', Address: '829 BEDFORD AVE, BEDFORD STUYVESANT', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95632517, 40.69555798]} },
{type: 'Feature',properties:{Name: '3', Address: '504 PARK AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95602501, 40.69684242]} },
{type: 'Feature',properties:{Name: '3', Address: '582 MARCY AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94911328, 40.69484961]} },
{type: 'Feature',properties:{Name: '3', Address: '582 MARCY AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94911328, 40.69484961]} },
{type: 'Feature',properties:{Name: '3', Address: '582 MARCY AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94911328, 40.69484961]} },
{type: 'Feature',properties:{Name: '3', Address: '120 HART STREET, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.946976, 40.69336922]} },
{type: 'Feature',properties:{Name: '3', Address: '120 HART STREET, BEDFORD STUYVESANT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.946976, 40.69336922]} },
{type: 'Feature',properties:{Name: '3', Address: '120 HART STREET, BEDFORD STUYVESANT', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.946976, 40.69336922]} },
{type: 'Feature',properties:{Name: '3', Address: '176 KOSCIUSKO STREET, BEDFORD STUYVESANT', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94754398, 40.69105564]} },
{type: 'Feature',properties:{Name: '3', Address: '661 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94765274, 40.69030911]} },
{type: 'Feature',properties:{Name: '3', Address: '273 CLIFTON PLACE, BEDFORD STUYVESANT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95264068, 40.68898829]} },
{type: 'Feature',properties:{Name: '3', Address: '273 CLIFTON PLACE, BEDFORD STUYVESANT', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95264068, 40.68898829]} },
{type: 'Feature',properties:{Name: '3', Address: '277 NOSTRAND AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95133875, 40.68928418]} },
{type: 'Feature',properties:{Name: '3', Address: '620 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95038989, 40.68997821]} },
{type: 'Feature',properties:{Name: '3', Address: '620 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95038989, 40.68997821]} },
{type: 'Feature',properties:{Name: '3', Address: '620 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95038989, 40.68997821]} },
{type: 'Feature',properties:{Name: '3', Address: '165 MADISON STREET, BEDFORD STUYVESANT', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95242391, 40.68451423]} },
{type: 'Feature',properties:{Name: '3', Address: '353 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94339224, 40.68405451]} },
{type: 'Feature',properties:{Name: '3', Address: '83 HALSEY STREET, BEDFORD STUYVESANT', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95036716, 40.68175486]} },
{type: 'Feature',properties:{Name: '3', Address: '355A HALSEY STREET, BEDFORD STUYVESANT', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93851453, 40.68334111]} },
{type: 'Feature',properties:{Name: '3', Address: '355A HALSEY STREET, BEDFORD STUYVESANT', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93851453, 40.68334111]} },
{type: 'Feature',properties:{Name: '3', Address: '50 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95766197, 40.69729592]} },
{type: 'Feature',properties:{Name: '3', Address: '108 FRANKLIN AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95826524, 40.69567398]} },
{type: 'Feature',properties:{Name: '3', Address: '112 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95724138, 40.69518504]} },
{type: 'Feature',properties:{Name: '3', Address: '112 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95724138, 40.69518504]} },
{type: 'Feature',properties:{Name: '3', Address: '840 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95640791, 40.69586268]} },
{type: 'Feature',properties:{Name: '3', Address: '163 TAAFFE PLACE, BEDFORD STUYVESANT', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96002996, 40.6935282]} },
{type: 'Feature',properties:{Name: '3', Address: '167 FRANKLIN AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95785178, 40.69369211]} },
{type: 'Feature',properties:{Name: '3', Address: '163 FRANKLIN AVE, BEDFORD STUYVESANT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95786975, 40.69378818]} },
{type: 'Feature',properties:{Name: '3', Address: '163 FRANKLIN AVE, BEDFORD STUYVESANT', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95786975, 40.69378818]} },
{type: 'Feature',properties:{Name: '3', Address: '163 FRANKLIN AVE, BEDFORD STUYVESANT', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95786975, 40.69378818]} },
{type: 'Feature',properties:{Name: '3', Address: '154 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95694664, 40.69369726]} },
{type: 'Feature',properties:{Name: '3', Address: '154 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95694664, 40.69369726]} },
{type: 'Feature',properties:{Name: '3', Address: '154 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95694664, 40.69369726]} },
{type: 'Feature',properties:{Name: '3', Address: '175 FRANKLIN AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95781223, 40.69349996]} },
{type: 'Feature',properties:{Name: '3', Address: '175 FRANKLIN AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95781223, 40.69349996]} },
{type: 'Feature',properties:{Name: '3', Address: '890 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95607364, 40.69418001]} },
{type: 'Feature',properties:{Name: '3', Address: '145 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95695375, 40.69384823]} },
{type: 'Feature',properties:{Name: '3', Address: '198 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95664831, 40.69219576]} },
{type: 'Feature',properties:{Name: '3', Address: '198 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95664831, 40.69219576]} },
{type: 'Feature',properties:{Name: '3', Address: '198 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95664831, 40.69219576]} },
{type: 'Feature',properties:{Name: '3', Address: '198 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95664831, 40.69219576]} },
{type: 'Feature',properties:{Name: '3', Address: '198 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95664831, 40.69219576]} },
{type: 'Feature',properties:{Name: '3', Address: '198 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95664831, 40.69219576]} },
{type: 'Feature',properties:{Name: '3', Address: '198 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95664831, 40.69219576]} },
{type: 'Feature',properties:{Name: '3', Address: '198 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95664831, 40.69219576]} },
{type: 'Feature',properties:{Name: '3', Address: '198 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95664831, 40.69219576]} },
{type: 'Feature',properties:{Name: '3', Address: '198 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95664831, 40.69219576]} },
{type: 'Feature',properties:{Name: '3', Address: '198 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95664831, 40.69219576]} },
{type: 'Feature',properties:{Name: '3', Address: '198 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95664831, 40.69219576]} },
{type: 'Feature',properties:{Name: '3', Address: '198 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95664831, 40.69219576]} },
{type: 'Feature',properties:{Name: '3', Address: '197 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95661589, 40.6921436]} },
{type: 'Feature',properties:{Name: '3', Address: '197 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95661589, 40.6921436]} },
{type: 'Feature',properties:{Name: '3', Address: '197 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95661589, 40.6921436]} },
{type: 'Feature',properties:{Name: '3', Address: '452 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95685216, 40.68923698]} },
{type: 'Feature',properties:{Name: '3', Address: '306 GREENE AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95857321, 40.6875386]} },
{type: 'Feature',properties:{Name: '3', Address: '171 LEXINGTON AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95557707, 40.68715047]} },
{type: 'Feature',properties:{Name: '3', Address: '171 LEXINGTON AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95557707, 40.68715047]} },
{type: 'Feature',properties:{Name: '3', Address: '171 LEXINGTON AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95557707, 40.68715047]} },
{type: 'Feature',properties:{Name: '3', Address: '171 LEXINGTON AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95557707, 40.68715047]} },
{type: 'Feature',properties:{Name: '3', Address: '431 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95943229, 40.68606222]} },
{type: 'Feature',properties:{Name: '3', Address: '88 QUINCY STREET, BEDFORD STUYVESANT', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95779886, 40.68613025]} },
{type: 'Feature',properties:{Name: '3', Address: '398 FRANKLIN AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95648702, 40.6851636]} },
{type: 'Feature',properties:{Name: '3', Address: '1192 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95391027, 40.6832989]} },
{type: 'Feature',properties:{Name: '3', Address: '1192 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95391027, 40.6832989]} },
{type: 'Feature',properties:{Name: '3', Address: '1192 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95391027, 40.6832989]} },
{type: 'Feature',properties:{Name: '3', Address: '1192 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95391027, 40.6832989]} },
{type: 'Feature',properties:{Name: '3', Address: '1192 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95391027, 40.6832989]} },
{type: 'Feature',properties:{Name: '3', Address: '1192 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95391027, 40.6832989]} },
{type: 'Feature',properties:{Name: '3', Address: '135 LEFFERTS PLACE, BEDFORD STUYVESANT', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95789243, 40.68070112]} },
{type: 'Feature',properties:{Name: '3', Address: '135 LEFFERTS PLACE, BEDFORD STUYVESANT', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95789243, 40.68070112]} },
{type: 'Feature',properties:{Name: '3', Address: '135 LEFFERTS PLACE, BEDFORD STUYVESANT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95789243, 40.68070112]} },
{type: 'Feature',properties:{Name: '3', Address: '135 LEFFERTS PLACE, BEDFORD STUYVESANT', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95789243, 40.68070112]} },
{type: 'Feature',properties:{Name: '3', Address: '135 LEFFERTS PLACE, BEDFORD STUYVESANT', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95789243, 40.68070112]} },
{type: 'Feature',properties:{Name: '3', Address: '186 FRANKLIN AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95775838, 40.69312116]} },
{type: 'Feature',properties:{Name: '3', Address: '452 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95685216, 40.68923698]} },
{type: 'Feature',properties:{Name: '3', Address: '800-812 BROADWAY, BEDFORD STUYVESANT', Month: '4', Price: '9825'}, geometry: { type: 'Point', coordinates:[-73.94019084, 40.69973101]} },
{type: 'Feature',properties:{Name: '3', Address: '830 LAFAYETTE AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '10402'}, geometry: { type: 'Point', coordinates:[-73.93923924, 40.6912629]} },
{type: 'Feature',properties:{Name: '3', Address: '1606 FULTON STREET, BEDFORD STUYVESANT', Month: '10', Price: '4524'}, geometry: { type: 'Point', coordinates:[-73.93644844, 40.67967022]} },
{type: 'Feature',properties:{Name: '3', Address: '333 TOMPKINS AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '1660'}, geometry: { type: 'Point', coordinates:[-73.94453317, 40.68651163]} },
{type: 'Feature',properties:{Name: '3', Address: '432 NOSTRAND AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '1050'}, geometry: { type: 'Point', coordinates:[-73.95037606, 40.68433221]} },
{type: 'Feature',properties:{Name: '3', Address: '1215 FULTON STREET, BEDFORD STUYVESANT', Month: '3', Price: '10800'}, geometry: { type: 'Point', coordinates:[-73.95284493, 40.68060859]} },
{type: 'Feature',properties:{Name: '3', Address: '1215 FULTON STREET, BEDFORD STUYVESANT', Month: '3', Price: '10800'}, geometry: { type: 'Point', coordinates:[-73.95284493, 40.68060859]} },
{type: 'Feature',properties:{Name: '3', Address: '485 TOMPKINS AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '4560'}, geometry: { type: 'Point', coordinates:[-73.94336986, 40.68068117]} },
{type: 'Feature',properties:{Name: '3', Address: '1567 FULTON STREET, BEDFORD STUYVESANT', Month: '7', Price: '3125'}, geometry: { type: 'Point', coordinates:[-73.93877737, 40.67981421]} },
{type: 'Feature',properties:{Name: '3', Address: '1555 FULTON STREET, BEDFORD STUYVESANT', Month: '4', Price: '6895'}, geometry: { type: 'Point', coordinates:[-73.93912347, 40.67983086]} },
{type: 'Feature',properties:{Name: '3', Address: '1245 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '13000'}, geometry: { type: 'Point', coordinates:[-73.9533461, 40.68057585]} },
{type: 'Feature',properties:{Name: '3', Address: '1212 FULTON STREET, BEDFORD STUYVESANT', Month: '7', Price: '5465'}, geometry: { type: 'Point', coordinates:[-73.95214914, 40.68053694]} },
{type: 'Feature',properties:{Name: '3', Address: '1274 FULTON STREET, BEDFORD STUYVESANT', Month: '5', Price: '5400'}, geometry: { type: 'Point', coordinates:[-73.94989947, 40.68040148]} },
{type: 'Feature',properties:{Name: '3', Address: '1276 FULTON STREET, BEDFORD STUYVESANT', Month: '6', Price: '5530'}, geometry: { type: 'Point', coordinates:[-73.94984899, 40.68039872]} },
{type: 'Feature',properties:{Name: '3', Address: '1550 FULTON STREET, BEDFORD STUYVESANT', Month: '8', Price: '2880'}, geometry: { type: 'Point', coordinates:[-73.93897206, 40.67980883]} },
{type: 'Feature',properties:{Name: '3', Address: '1281 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '3900'}, geometry: { type: 'Point', coordinates:[-73.95310898, 40.67939551]} },
{type: 'Feature',properties:{Name: '3', Address: '570-572 NOSTRAND AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '4500'}, geometry: { type: 'Point', coordinates:[-73.94963355, 40.67923484]} },
{type: 'Feature',properties:{Name: '3', Address: '1111 FULTON STREET, BEDFORD STUYVESANT', Month: '4', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.95703748, 40.68142817]} },
{type: 'Feature',properties:{Name: '3', Address: '1090 FULTON STREET, BEDFORD STUYVESANT', Month: '10', Price: '7500'}, geometry: { type: 'Point', coordinates:[-73.95704831, 40.68141171]} },
{type: 'Feature',properties:{Name: '3', Address: '1104 FULTON STREET, BEDFORD STUYVESANT', Month: '11', Price: '10296'}, geometry: { type: 'Point', coordinates:[-73.95667339, 40.68133471]} },
{type: 'Feature',properties:{Name: '3', Address: '1104 FULTON STREET, BEDFORD STUYVESANT', Month: '4', Price: '10296'}, geometry: { type: 'Point', coordinates:[-73.95667339, 40.68133471]} },
{type: 'Feature',properties:{Name: '3', Address: '1867-1875 ATLANTIC AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '79445'}, geometry: { type: 'Point', coordinates:[-73.92330636, 40.67702723]} },
{type: 'Feature',properties:{Name: '3', Address: '15 SPENCER STREET, BEDFORD STUYVESANT', Month: '8', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.9559302, 40.69841514]} },
{type: 'Feature',properties:{Name: '3', Address: '11 SPENCER STREET, BEDFORD STUYVESANT', Month: '10', Price: '13612'}, geometry: { type: 'Point', coordinates:[-73.95594817, 40.69851395]} },
{type: 'Feature',properties:{Name: '3', Address: '9 WALWORTH STREET, BEDFORD STUYVESANT', Month: '8', Price: '3712'}, geometry: { type: 'Point', coordinates:[-73.95506811, 40.69867007]} },
{type: 'Feature',properties:{Name: '3', Address: '486 FLUSHING AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '4175'}, geometry: { type: 'Point', coordinates:[-73.95504611, 40.6991998]} },
{type: 'Feature',properties:{Name: '3', Address: '490 FLUSHING AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '4625'}, geometry: { type: 'Point', coordinates:[-73.95486939, 40.69921894]} },
{type: 'Feature',properties:{Name: '3', Address: '88-90 WALWORTH STREET, BEDFORD STUYVESANT', Month: '12', Price: '5000'}, geometry: { type: 'Point', coordinates:[-73.95461174, 40.69626547]} },
{type: 'Feature',properties:{Name: '3', Address: '88-90 WALWORTH STREET, BEDFORD STUYVESANT', Month: '1', Price: '5000'}, geometry: { type: 'Point', coordinates:[-73.95461174, 40.69626547]} },
{type: 'Feature',properties:{Name: '3', Address: '99 WALWORTH STREET, BEDFORD STUYVESANT', Month: '9', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.95451462, 40.69589489]} },
{type: 'Feature',properties:{Name: '3', Address: '95 WALWORTH STREET, BEDFORD STUYVESANT', Month: '7', Price: '5000'}, geometry: { type: 'Point', coordinates:[-73.95453259, 40.69599096]} },
{type: 'Feature',properties:{Name: '3', Address: '544 PARK AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '287770'}, geometry: { type: 'Point', coordinates:[-73.95371319, 40.69710776]} },
{type: 'Feature',properties:{Name: '3', Address: '544 PARK AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '287770'}, geometry: { type: 'Point', coordinates:[-73.95371319, 40.69710776]} },
{type: 'Feature',properties:{Name: '3', Address: '553 MARCY AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '44000'}, geometry: { type: 'Point', coordinates:[-73.94933954, 40.69608212]} },
{type: 'Feature',properties:{Name: '3', Address: '178 WALWORTH STREET, BEDFORD STUYVESANT', Month: '5', Price: '19933'}, geometry: { type: 'Point', coordinates:[-73.95406907, 40.6935397]} },
{type: 'Feature',properties:{Name: '3', Address: '204 MONROE STREET, BEDFORD STUYVESANT', Month: '2', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.9515183, 40.685351]} },
{type: 'Feature',properties:{Name: '3', Address: '5-9 HERKIMER PLACE, BEDFORD STUYVESANT', Month: '8', Price: '6300'}, geometry: { type: 'Point', coordinates:[-73.95155171, 40.67906]} },
{type: 'Feature',properties:{Name: '3', Address: '173 LEXINGTON AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '3750'}, geometry: { type: 'Point', coordinates:[-73.95551577, 40.68715868]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '159 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96140998, 40.69546922]} },
{type: 'Feature',properties:{Name: '3', Address: '159 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96140998, 40.69546922]} },
{type: 'Feature',properties:{Name: '3', Address: '159 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96140998, 40.69546922]} },
{type: 'Feature',properties:{Name: '3', Address: '159 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96140998, 40.69546922]} },
{type: 'Feature',properties:{Name: '3', Address: '159 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96140998, 40.69546922]} },
{type: 'Feature',properties:{Name: '3', Address: '159 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96140998, 40.69546922]} },
{type: 'Feature',properties:{Name: '3', Address: '1038 GREENE AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '8000'}, geometry: { type: 'Point', coordinates:[-73.92631182, 40.69124986]} },
{type: 'Feature',properties:{Name: '3', Address: '655 QUINCY STREET, BEDFORD STUYVESANT', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93266418, 40.68903598]} },
{type: 'Feature',properties:{Name: '3', Address: '655 QUINCY STREET, BEDFORD STUYVESANT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93266418, 40.68903598]} },
{type: 'Feature',properties:{Name: '3', Address: '658 MADISON STREET, BEDFORD STUYVESANT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93175411, 40.68687805]} },
{type: 'Feature',properties:{Name: '3', Address: '524 HALSEY STREET, BEDFORD STUYVESANT', Month: '10', Price: '39425'}, geometry: { type: 'Point', coordinates:[-73.93350608, 40.68367867]} },
{type: 'Feature',properties:{Name: '3', Address: '524-540 HALSEY, BEDFORD STUYVESANT', Month: '5', Price: '39425'}, geometry: { type: 'Point', coordinates:[-73.93350608, 40.68367867]} },
{type: 'Feature',properties:{Name: '3', Address: '257 BAINBRIDGE STREET, BEDFORD STUYVESANT', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9268274, 40.68145959]} },
{type: 'Feature',properties:{Name: '3', Address: '27 SPENCER STREET, BEDFORD STUYVESANT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95586909, 40.69811868]} },
{type: 'Feature',properties:{Name: '3', Address: '25 SPENCER STREET, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95587988, 40.69816809]} },
{type: 'Feature',properties:{Name: '3', Address: '466 FLUSHING AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95593696, 40.69909859]} },
{type: 'Feature',properties:{Name: '3', Address: '480 FLUSHING AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '4450'}, geometry: { type: 'Point', coordinates:[-73.95545367, 40.69915329]} },
{type: 'Feature',properties:{Name: '3', Address: '214 WALWORTH STREET, BEDFORD STUYVESANT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95380313, 40.69222759]} },
{type: 'Feature',properties:{Name: '3', Address: '222 WALWORTH STREET, BEDFORD STUYVESANT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95376719, 40.69205191]} },
{type: 'Feature',properties:{Name: '3', Address: '255 NOSTRAND AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95150042, 40.69010219]} },
{type: 'Feature',properties:{Name: '3', Address: '253 NOSTRAND AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95151479, 40.69016807]} },
{type: 'Feature',properties:{Name: '3', Address: '366 GATES AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95206947, 40.68604017]} },
{type: 'Feature',properties:{Name: '3', Address: '10 HALSEY STREET, BEDFORD STUYVESANT', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95295611, 40.68143755]} },
{type: 'Feature',properties:{Name: '3', Address: '1520 FULTON STREET, BEDFORD STUYVESANT', Month: '1', Price: '7920'}, geometry: { type: 'Point', coordinates:[-73.93992023, 40.67985873]} },
{type: 'Feature',properties:{Name: '3', Address: '41 BROOKLYN AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '39750'}, geometry: { type: 'Point', coordinates:[-73.94409628, 40.67862294]} },
{type: 'Feature',properties:{Name: '3', Address: '39 BROOKLYN AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.94409263, 40.67867784]} },
{type: 'Feature',properties:{Name: '3', Address: '175 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '2300'}, geometry: { type: 'Point', coordinates:[-73.96131645, 40.69506022]} },
{type: 'Feature',properties:{Name: '3', Address: '898 KENT AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '3843'}, geometry: { type: 'Point', coordinates:[-73.9592113, 40.69365692]} },
{type: 'Feature',properties:{Name: '3', Address: '373 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95989603, 40.6883872]} },
{type: 'Feature',properties:{Name: '3', Address: '181 LEXINGTON AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '2232'}, geometry: { type: 'Point', coordinates:[-73.95526334, 40.68718877]} },
{type: 'Feature',properties:{Name: '3', Address: '172 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95467091, 40.68349133]} },
{type: 'Feature',properties:{Name: '3', Address: '783 LEXINGTON AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '2893'}, geometry: { type: 'Point', coordinates:[-73.92939608, 40.69016486]} },
{type: 'Feature',properties:{Name: '3', Address: '735 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '17500'}, geometry: { type: 'Point', coordinates:[-73.95689671, 40.69841276]} },
{type: 'Feature',properties:{Name: '3', Address: '38 SPENCER STREET, BEDFORD STUYVESANT', Month: '3', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.95584401, 40.69786615]} },
{type: 'Feature',properties:{Name: '3', Address: '23 SPENCER STREET, BEDFORD STUYVESANT', Month: '12', Price: '4950'}, geometry: { type: 'Point', coordinates:[-73.95589066, 40.6982175]} },
{type: 'Feature',properties:{Name: '3', Address: '94 WALWORTH STREET, BEDFORD STUYVESANT', Month: '10', Price: '1125'}, geometry: { type: 'Point', coordinates:[-73.95457938, 40.69611724]} },
{type: 'Feature',properties:{Name: '3', Address: '94 WALWORTH STREET, BEDFORD STUYVESANT', Month: '2', Price: '1125'}, geometry: { type: 'Point', coordinates:[-73.95457938, 40.69611724]} },
{type: 'Feature',properties:{Name: '3', Address: '96 WALWORTH STREET, BEDFORD STUYVESANT', Month: '7', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.9545722, 40.69606783]} },
{type: 'Feature',properties:{Name: '3', Address: '96 WALWORTH STREET, BEDFORD STUYVESANT', Month: '2', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.9545722, 40.69606783]} },
{type: 'Feature',properties:{Name: '3', Address: '98 WALWORTH STREET, BEDFORD STUYVESANT', Month: '8', Price: '1000'}, geometry: { type: 'Point', coordinates:[-73.95456142, 40.69601568]} },
{type: 'Feature',properties:{Name: '3', Address: '98 WALWORTH STREET, BEDFORD STUYVESANT', Month: '4', Price: '1000'}, geometry: { type: 'Point', coordinates:[-73.95456142, 40.69601568]} },
{type: 'Feature',properties:{Name: '3', Address: '102 SANDFORD STREET, BEDFORD STUYVESANT', Month: '11', Price: '16250'}, geometry: { type: 'Point', coordinates:[-73.95363108, 40.69591924]} },
{type: 'Feature',properties:{Name: '3', Address: '157 SPENCER STREET, BEDFORD STUYVESANT', Month: '1', Price: '6080'}, geometry: { type: 'Point', coordinates:[-73.95499212, 40.69371024]} },
{type: 'Feature',properties:{Name: '3', Address: '633 MARCY AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '11681'}, geometry: { type: 'Point', coordinates:[-73.94870727, 40.69291712]} },
{type: 'Feature',properties:{Name: '3', Address: '353 KOSCIUSZKO STREET, BEDFORD STUYVESANT', Month: '3', Price: '5760'}, geometry: { type: 'Point', coordinates:[-73.94087224, 40.69183741]} },
{type: 'Feature',properties:{Name: '3', Address: '1066 MYRTLE AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93879084, 40.69656556]} },
{type: 'Feature',properties:{Name: '3', Address: '1068 MYRTLE AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93876199, 40.69656829]} },
{type: 'Feature',properties:{Name: '3', Address: '1070 MYRTLE AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93873313, 40.69657376]} },
{type: 'Feature',properties:{Name: '3', Address: '239 MARCUS GARVEY BLVD, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93934534, 40.68959139]} },
{type: 'Feature',properties:{Name: '3', Address: '239 MARCUS GARVEY BLVD, BEDFORD STUYVESANT', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93934534, 40.68959139]} },
{type: 'Feature',properties:{Name: '3', Address: '26 SPENCER STREET, BEDFORD STUYVESANT', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95590152, 40.69816535]} },
{type: 'Feature',properties:{Name: '3', Address: '49 SPENCER STREET, BEDFORD STUYVESANT', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95576126, 40.69757243]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A WALWORTH STREET, BEDFORD STUYVESANT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95478871, 40.6958648]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A WALWORTH STREET, BEDFORD STUYVESANT', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95478871, 40.6958648]} },
{type: 'Feature',properties:{Name: '3', Address: '105 SPENCER ST, BEDFORD STUYVESANT', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9553623, 40.69556859]} },
{type: 'Feature',properties:{Name: '3', Address: '110 SANDFORD STREET, BEDFORD STUYVESANT', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95359155, 40.6957216]} },
{type: 'Feature',properties:{Name: '3', Address: '112 SANDFORD STREET, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95358076, 40.69567219]} },
{type: 'Feature',properties:{Name: '3', Address: '594 MARCY AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94900551, 40.6943061]} },
{type: 'Feature',properties:{Name: '3', Address: '806 DEKALB AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94394424, 40.69221772]} },
{type: 'Feature',properties:{Name: '3', Address: '245 NOSTRAND AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95156509, 40.69042336]} },
{type: 'Feature',properties:{Name: '3', Address: '1211 BEDFORD AVE, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95360478, 40.68187973]} },
{type: 'Feature',properties:{Name: '3', Address: '1209 BEDFORD AVE, BEDFORD STUYVESANT', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95361556, 40.68194286]} },
{type: 'Feature',properties:{Name: '3', Address: '1207 BEDFORD AVE, BEDFORD STUYVESANT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95362993, 40.682006]} },
{type: 'Feature',properties:{Name: '3', Address: '129 TAAFFE PLACE, BEDFORD STUYVESANT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96031043, 40.69489519]} },
{type: 'Feature',properties:{Name: '3', Address: '1044 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9550889, 40.68921983]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A FRANKLIN AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95661847, 40.68818015]} },
{type: 'Feature',properties:{Name: '3', Address: '43 CLAVER PLACE, BEDFORD STUYVESANT', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95738702, 40.68172748]} },
{type: 'Feature',properties:{Name: '3', Address: '24 SPENCER PLACE, BEDFORD STUYVESANT', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95450652, 40.68133937]} },
{type: 'Feature',properties:{Name: '3', Address: '822 LEXINGTON AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '14875'}, geometry: { type: 'Point', coordinates:[-73.92620084, 40.69051694]} },
{type: 'Feature',properties:{Name: '3', Address: '40 RALPH AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '1942'}, geometry: { type: 'Point', coordinates:[-73.92392008, 40.6889427]} },
{type: 'Feature',properties:{Name: '3', Address: '38 RALPH AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '1942'}, geometry: { type: 'Point', coordinates:[-73.92393442, 40.68901681]} },
{type: 'Feature',properties:{Name: '3', Address: '260-274 NOSTRAND AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '72820'}, geometry: { type: 'Point', coordinates:[-73.95174842, 40.69121942]} },
{type: 'Feature',properties:{Name: '3', Address: '1217 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '14760'}, geometry: { type: 'Point', coordinates:[-73.95356526, 40.68168758]} },
{type: 'Feature',properties:{Name: '3', Address: '16-18 HALSEY STREET, BEDFORD STUYVESANT', Month: '8', Price: '21300'}, geometry: { type: 'Point', coordinates:[-73.95278664, 40.68145944]} },
{type: 'Feature',properties:{Name: '3', Address: '1413 FULTON STREET, BEDFORD STUYVESANT', Month: '3', Price: '24519'}, geometry: { type: 'Point', coordinates:[-73.94478003, 40.68014113]} },
{type: 'Feature',properties:{Name: '3', Address: '742 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '22300'}, geometry: { type: 'Point', coordinates:[-73.95692554, 40.69845119]} },
{type: 'Feature',properties:{Name: '3', Address: '795 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9260291, 40.68605383]} },
{type: 'Feature',properties:{Name: '3', Address: '172 DECATUR STREET, BEDFORD STUYVESANT', Month: '11', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.93637137, 40.68110021]} },
{type: 'Feature',properties:{Name: '3', Address: '103 SPENCER STREET, BEDFORD STUYVESANT', Month: '12', Price: '10000'}, geometry: { type: 'Point', coordinates:[-73.95537309, 40.695618]} },
{type: 'Feature',properties:{Name: '3', Address: '967 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '9900'}, geometry: { type: 'Point', coordinates:[-73.95547336, 40.69126484]} },
{type: 'Feature',properties:{Name: '3', Address: '232 PULASKI STREET, BEDFORD STUYVESANT', Month: '10', Price: '9860'}, geometry: { type: 'Point', coordinates:[-73.94215122, 40.69317476]} },
{type: 'Feature',properties:{Name: '3', Address: '740 DEKALB AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '50400'}, geometry: { type: 'Point', coordinates:[-73.94674638, 40.69190066]} },
{type: 'Feature',properties:{Name: '3', Address: '671 LAFAYETTE AVE, BEDFORD STUYVESANT', Month: '3', Price: '3612'}, geometry: { type: 'Point', coordinates:[-73.94710098, 40.69037473]} },
{type: 'Feature',properties:{Name: '3', Address: '358 KOSCIUSZKO STREET, BEDFORD STUYVESANT', Month: '11', Price: '9960'}, geometry: { type: 'Point', coordinates:[-73.94031327, 40.69188378]} },
{type: 'Feature',properties:{Name: '3', Address: '492 THROOP AVE, BEDFORD STUYVESANT', Month: '5', Price: '9120'}, geometry: { type: 'Point', coordinates:[-73.94170964, 40.68679844]} },
{type: 'Feature',properties:{Name: '3', Address: '492 THROOP AVE, BEDFORD STUYVESANT', Month: '12', Price: '9120'}, geometry: { type: 'Point', coordinates:[-73.94170964, 40.68679844]} },
{type: 'Feature',properties:{Name: '3', Address: '802 KENT AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '18642'}, geometry: { type: 'Point', coordinates:[-73.95994122, 40.6971842]} },
{type: 'Feature',properties:{Name: '3', Address: '272 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '5462'}, geometry: { type: 'Point', coordinates:[-73.94644286, 40.68368817]} },
{type: 'Feature',properties:{Name: '3', Address: '272 JEFFERSON AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '5462'}, geometry: { type: 'Point', coordinates:[-73.94644286, 40.68368817]} },
{type: 'Feature',properties:{Name: '3', Address: '631 MARCY AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94872164, 40.69299123]} },
{type: 'Feature',properties:{Name: '3', Address: '462 MADISON STREET, BEDFORD STUYVESANT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9397669, 40.68595479]} },
{type: 'Feature',properties:{Name: '3', Address: '462 MADISON STREET, BEDFORD STUYVESANT', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9397669, 40.68595479]} },
{type: 'Feature',properties:{Name: '3', Address: '31 BROOKLYN AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94407441, 40.67889741]} },
{type: 'Feature',properties:{Name: '3', Address: '31 BROOKLYN AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94407441, 40.67889741]} },
{type: 'Feature',properties:{Name: '3', Address: '164 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9568999, 40.69347492]} },
{type: 'Feature',properties:{Name: '3', Address: '727 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95693265, 40.69859941]} },
{type: 'Feature',properties:{Name: '3', Address: '727 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95693265, 40.69859941]} },
{type: 'Feature',properties:{Name: '3', Address: '35 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95770504, 40.69761982]} },
{type: 'Feature',properties:{Name: '3', Address: '35 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95770504, 40.69761982]} },
{type: 'Feature',properties:{Name: '3', Address: '35 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95770504, 40.69761982]} },
{type: 'Feature',properties:{Name: '3', Address: '35 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95770504, 40.69761982]} },
{type: 'Feature',properties:{Name: '3', Address: '35 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95770504, 40.69761982]} },
{type: 'Feature',properties:{Name: '3', Address: '35 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95770504, 40.69761982]} },
{type: 'Feature',properties:{Name: '3', Address: '35 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95770504, 40.69761982]} },
{type: 'Feature',properties:{Name: '3', Address: '35 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95770504, 40.69761982]} },
{type: 'Feature',properties:{Name: '3', Address: '35 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95770504, 40.69761982]} },
{type: 'Feature',properties:{Name: '3', Address: '35 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95770504, 40.69761982]} },
{type: 'Feature',properties:{Name: '3', Address: '43 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9576655, 40.69741395]} },
{type: 'Feature',properties:{Name: '3', Address: '43 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9576655, 40.69741395]} },
{type: 'Feature',properties:{Name: '3', Address: '43 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9576655, 40.69741395]} },
{type: 'Feature',properties:{Name: '3', Address: '49 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95763314, 40.69725748]} },
{type: 'Feature',properties:{Name: '3', Address: '49 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95763314, 40.69725748]} },
{type: 'Feature',properties:{Name: '3', Address: '49 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95763314, 40.69725748]} },
{type: 'Feature',properties:{Name: '3', Address: '49 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95763314, 40.69725748]} },
{type: 'Feature',properties:{Name: '3', Address: '49 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95763314, 40.69725748]} },
{type: 'Feature',properties:{Name: '3', Address: '49 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95763314, 40.69725748]} },
{type: 'Feature',properties:{Name: '3', Address: '49 SKILLMAN STREET, BEDFORD STUYVESANT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95763314, 40.69725748]} },
{type: 'Feature',properties:{Name: '3', Address: '159 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96140998, 40.69546922]} },
{type: 'Feature',properties:{Name: '3', Address: '159 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96140998, 40.69546922]} },
{type: 'Feature',properties:{Name: '3', Address: '159 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96140998, 40.69546922]} },
{type: 'Feature',properties:{Name: '3', Address: '159 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96140998, 40.69546922]} },
{type: 'Feature',properties:{Name: '3', Address: '159 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96140998, 40.69546922]} },
{type: 'Feature',properties:{Name: '3', Address: '159 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96140998, 40.69546922]} },
{type: 'Feature',properties:{Name: '3', Address: '159 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96140998, 40.69546922]} },
{type: 'Feature',properties:{Name: '3', Address: '159 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96140998, 40.69546922]} },
{type: 'Feature',properties:{Name: '3', Address: '609-613 MYRTLE AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95960765, 40.69418954]} },
{type: 'Feature',properties:{Name: '3', Address: '609 MYRTLE AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95960765, 40.69418954]} },
{type: 'Feature',properties:{Name: '3', Address: '609 MYRTLE AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95960765, 40.69418954]} },
{type: 'Feature',properties:{Name: '3', Address: '315 GATES AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95490736, 40.68572841]} },
{type: 'Feature',properties:{Name: '3', Address: '315 GATES AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.955027, 40.685973]} },
{type: 'Feature',properties:{Name: '3', Address: '315 GATES AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95490736, 40.68572841]} },
{type: 'Feature',properties:{Name: '3', Address: '315 GATES AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95490736, 40.68572841]} },
{type: 'Feature',properties:{Name: '3', Address: '315 GATES AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95490736, 40.68572841]} },
{type: 'Feature',properties:{Name: '3', Address: '315 GATES AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95490736, 40.68572841]} },
{type: 'Feature',properties:{Name: '3', Address: '315 GATES AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95490736, 40.68572841]} },
{type: 'Feature',properties:{Name: '3', Address: '1142 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95432348, 40.68537685]} },
{type: 'Feature',properties:{Name: '3', Address: '186 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95427787, 40.68353509]} },
{type: 'Feature',properties:{Name: '3', Address: '186 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95427787, 40.68353509]} },
{type: 'Feature',properties:{Name: '3', Address: '186 PUTNAM AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95427787, 40.68353509]} },
{type: 'Feature',properties:{Name: '3', Address: '609 MYRTLE AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95960765, 40.69418954]} },
{type: 'Feature',properties:{Name: '3', Address: '1122 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95448878, 40.68620584]} },
{type: 'Feature',properties:{Name: '3', Address: '315 GATES AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95490736, 40.68572841]} },
{type: 'Feature',properties:{Name: '3', Address: '315 GATES AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95490736, 40.68572841]} },
{type: 'Feature',properties:{Name: '3', Address: '725 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95694344, 40.69864608]} },
{type: 'Feature',properties:{Name: '3', Address: '725 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95694344, 40.69864608]} },
{type: 'Feature',properties:{Name: '3', Address: '725 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95694344, 40.69864608]} },
{type: 'Feature',properties:{Name: '3', Address: '725 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95694344, 40.69864608]} },
{type: 'Feature',properties:{Name: '3', Address: '460 FLUSHING AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95640223, 40.69904112]} },
{type: 'Feature',properties:{Name: '3', Address: '460 FLUSHING AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95640223, 40.69904112]} },
{type: 'Feature',properties:{Name: '3', Address: '804 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95668829, 40.69726262]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '143 CLASSON AVENUE, BEDFORD STUYVESANT', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9614999, 40.69587822]} },
{type: 'Feature',properties:{Name: '3', Address: '315 GATES AVENUE, BEDFORD STUYVESANT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.955036, 40.685973]} },
{type: 'Feature',properties:{Name: '3', Address: '1142 BEDFORD AVENUE, BEDFORD STUYVESANT', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95432348, 40.68537685]} },
{type: 'Feature',properties:{Name: '3', Address: '1933 66TH STREET, BENSONHURST', Month: '1', Price: '1518'}, geometry: { type: 'Point', coordinates:[-73.98784701, 40.61675199]} },
{type: 'Feature',properties:{Name: '3', Address: '1917 66TH STREET, BENSONHURST', Month: '9', Price: '1622'}, geometry: { type: 'Point', coordinates:[-73.98809912, 40.61690298]} },
{type: 'Feature',properties:{Name: '3', Address: '2048 65TH STREET, BENSONHURST', Month: '7', Price: '1580'}, geometry: { type: 'Point', coordinates:[-73.98478555, 40.61585683]} },
{type: 'Feature',properties:{Name: '3', Address: '6616 17TH AVENUE, BENSONHURST', Month: '4', Price: '1782'}, geometry: { type: 'Point', coordinates:[-73.99330727, 40.61971407]} },
{type: 'Feature',properties:{Name: '3', Address: '1689 68TH STREET, BENSONHURST', Month: '3', Price: '1483'}, geometry: { type: 'Point', coordinates:[-73.99479139, 40.61912402]} },
{type: 'Feature',properties:{Name: '3', Address: '6711 17TH AVENUE, BENSONHURST', Month: '5', Price: '1547'}, geometry: { type: 'Point', coordinates:[-73.99395211, 40.61907183]} },
{type: 'Feature',properties:{Name: '3', Address: '2048 67TH STREET, BENSONHURST', Month: '7', Price: '1444'}, geometry: { type: 'Point', coordinates:[-73.98599243, 40.61469868]} },
{type: 'Feature',properties:{Name: '3', Address: '6822 NEW UTRECHT AVENUE, BENSONHURST', Month: '12', Price: '1872'}, geometry: { type: 'Point', coordinates:[-73.99846187, 40.62102901]} },
{type: 'Feature',properties:{Name: '3', Address: '1656 68TH STREET, BENSONHURST', Month: '3', Price: '1272'}, geometry: { type: 'Point', coordinates:[-73.9953641, 40.61945067]} },
{type: 'Feature',properties:{Name: '3', Address: '1668 BAY RIDGE AVENUE, BENSONHURST', Month: '1', Price: '1665'}, geometry: { type: 'Point', coordinates:[-73.99573156, 40.61876449]} },
{type: 'Feature',properties:{Name: '3', Address: '1676 BAY RIDGE AVENUE, BENSONHURST', Month: '5', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.99559468, 40.6186794]} },
{type: 'Feature',properties:{Name: '3', Address: '6905 18TH AVENUE, BENSONHURST', Month: '12', Price: '2600'}, geometry: { type: 'Point', coordinates:[-73.99260159, 40.61671946]} },
{type: 'Feature',properties:{Name: '3', Address: '6905 18TH AVENUE, BENSONHURST', Month: '11', Price: '2600'}, geometry: { type: 'Point', coordinates:[-73.99260159, 40.61671946]} },
{type: 'Feature',properties:{Name: '3', Address: '1847 70TH STREET, BENSONHURST', Month: '1', Price: '1552'}, geometry: { type: 'Point', coordinates:[-73.99208663, 40.61567091]} },
{type: 'Feature',properties:{Name: '3', Address: '1668 70TH STREET, BENSONHURST', Month: '3', Price: '1881'}, geometry: { type: 'Point', coordinates:[-73.99631872, 40.61820457]} },
{type: 'Feature',properties:{Name: '3', Address: '1629 71ST STREET, BENSONHURST', Month: '6', Price: '1050'}, geometry: { type: 'Point', coordinates:[-73.99759024, 40.61808109]} },
{type: 'Feature',properties:{Name: '3', Address: '1625 71ST STREET, BENSONHURST', Month: '4', Price: '1054'}, geometry: { type: 'Point', coordinates:[-73.99766228, 40.61812501]} },
{type: 'Feature',properties:{Name: '3', Address: '1731 71ST STREET, BENSONHURST', Month: '6', Price: '1340'}, geometry: { type: 'Point', coordinates:[-73.99514097, 40.61660157]} },
{type: 'Feature',properties:{Name: '3', Address: '1717 71ST STREET, BENSONHURST', Month: '6', Price: '1498'}, geometry: { type: 'Point', coordinates:[-73.99537509, 40.61674431]} },
{type: 'Feature',properties:{Name: '3', Address: '7103 17TH AVENUE, BENSONHURST', Month: '9', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.99608826, 40.61701607]} },
{type: 'Feature',properties:{Name: '3', Address: '2125 72ND STREET, BENSONHURST', Month: '8', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.98705213, 40.61080943]} },
{type: 'Feature',properties:{Name: '3', Address: '1554 72ND STREET, BENSONHURST', Month: '8', Price: '2373'}, geometry: { type: 'Point', coordinates:[-74.00019091, 40.6187234]} },
{type: 'Feature',properties:{Name: '3', Address: '1664 72ND STREET, BENSONHURST', Month: '7', Price: '1020'}, geometry: { type: 'Point', coordinates:[-73.99754706, 40.6171259]} },
{type: 'Feature',properties:{Name: '3', Address: '1628 73 STREET, BENSONHURST', Month: '10', Price: '1030'}, geometry: { type: 'Point', coordinates:[-73.99868168, 40.61690359]} },
{type: 'Feature',properties:{Name: '3', Address: '1632 73RD STREET, BENSONHURST', Month: '1', Price: '1100'}, geometry: { type: 'Point', coordinates:[-73.99861685, 40.61686242]} },
{type: 'Feature',properties:{Name: '3', Address: '1662 73RD STREET, BENSONHURST', Month: '11', Price: '986'}, geometry: { type: 'Point', coordinates:[-73.99811979, 40.61656323]} },
{type: 'Feature',properties:{Name: '3', Address: '1662 73RD STREET, BENSONHURST', Month: '7', Price: '986'}, geometry: { type: 'Point', coordinates:[-73.99811979, 40.61656323]} },
{type: 'Feature',properties:{Name: '3', Address: '1682 73RD STREET, BENSONHURST', Month: '2', Price: '1098'}, geometry: { type: 'Point', coordinates:[-73.99778481, 40.61636011]} },
{type: 'Feature',properties:{Name: '3', Address: '1780 73RD STREET, BENSONHURST', Month: '7', Price: '1536'}, geometry: { type: 'Point', coordinates:[-73.99546166, 40.61495471]} },
{type: 'Feature',properties:{Name: '3', Address: '1433 BAY RIDGE PARKWAY, BENSONHURST', Month: '10', Price: '1298'}, geometry: { type: 'Point', coordinates:[-74.00438729, 40.61847628]} },
{type: 'Feature',properties:{Name: '3', Address: '1559 BAY RIDGE PARKWAY, BENSONHURST', Month: '11', Price: '2592'}, geometry: { type: 'Point', coordinates:[-74.00177577, 40.61690084]} },
{type: 'Feature',properties:{Name: '3', Address: '1738 74TH STREET, BENSONHURST', Month: '12', Price: '1056'}, geometry: { type: 'Point', coordinates:[-73.99675113, 40.61482026]} },
{type: 'Feature',properties:{Name: '3', Address: '2058 BAY RIDGE PARKWAY, BENSONHURST', Month: '1', Price: '1608'}, geometry: { type: 'Point', coordinates:[-73.9905134, 40.61007691]} },
{type: 'Feature',properties:{Name: '3', Address: '2102 BAY RIDGE PKWY, BENSONHURST', Month: '9', Price: '2680'}, geometry: { type: 'Point', coordinates:[-73.98920615, 40.60928629]} },
{type: 'Feature',properties:{Name: '3', Address: '1412 76TH STREET, BENSONHURST', Month: '6', Price: '1218'}, geometry: { type: 'Point', coordinates:[-74.0053418, 40.61804805]} },
{type: 'Feature',properties:{Name: '3', Address: '7617 NEW UTRECHT AVENUE, BENSONHURST', Month: '11', Price: '2446'}, geometry: { type: 'Point', coordinates:[-74.00023412, 40.6147407]} },
{type: 'Feature',properties:{Name: '3', Address: '2031 77TH STREET, BENSONHURST', Month: '1', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.99216664, 40.60920419]} },
{type: 'Feature',properties:{Name: '3', Address: '2021 77TH STREET, BENSONHURST', Month: '1', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.99232509, 40.60930026]} },
{type: 'Feature',properties:{Name: '3', Address: '1533 78TH STREET, BENSONHURST', Month: '7', Price: '1440'}, geometry: { type: 'Point', coordinates:[-74.00397288, 40.61542683]} },
{type: 'Feature',properties:{Name: '3', Address: '1527 78TH STREET, BENSONHURST', Month: '11', Price: '1440'}, geometry: { type: 'Point', coordinates:[-74.00406653, 40.61548447]} },
{type: 'Feature',properties:{Name: '3', Address: '7704 NEW UTRECHT AVENUE, BENSONHURST', Month: '4', Price: '2400'}, geometry: { type: 'Point', coordinates:[-74.00044662, 40.61403254]} },
{type: 'Feature',properties:{Name: '3', Address: '7710 17TH AVENUE, BENSONHURST', Month: '10', Price: '1792'}, geometry: { type: 'Point', coordinates:[-73.99971546, 40.61355221]} },
{type: 'Feature',properties:{Name: '3', Address: '7712 17TH AVENUE, BENSONHURST', Month: '3', Price: '1792'}, geometry: { type: 'Point', coordinates:[-73.99972266, 40.61354397]} },
{type: 'Feature',properties:{Name: '3', Address: '1738 77TH STREET, BENSONHURST', Month: '7', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.9985701, 40.6130499]} },
{type: 'Feature',properties:{Name: '3', Address: '1923 78TH STREET, BENSONHURST', Month: '4', Price: '1620'}, geometry: { type: 'Point', coordinates:[-73.99507302, 40.61005249]} },
{type: 'Feature',properties:{Name: '3', Address: '2046 77TH STREET, BENSONHURST', Month: '9', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.99192895, 40.60903948]} },
{type: 'Feature',properties:{Name: '3', Address: '7802 18TH AVENUE, BENSONHURST', Month: '7', Price: '2440'}, geometry: { type: 'Point', coordinates:[-73.9978426, 40.61156221]} },
{type: 'Feature',properties:{Name: '3', Address: '2157 79TH STREET, BENSONHURST', Month: '4', Price: '1632'}, geometry: { type: 'Point', coordinates:[-73.99070838, 40.60650045]} },
{type: 'Feature',properties:{Name: '3', Address: '2123 79TH STREET, BENSONHURST', Month: '5', Price: '1734'}, geometry: { type: 'Point', coordinates:[-73.99124855, 40.60682713]} },
{type: 'Feature',properties:{Name: '3', Address: '1438 79TH STREET, BENSONHURST', Month: '10', Price: '1823'}, geometry: { type: 'Point', coordinates:[-74.00667436, 40.61612663]} },
{type: 'Feature',properties:{Name: '3', Address: '2116 79TH STREET, BENSONHURST', Month: '10', Price: '2016'}, geometry: { type: 'Point', coordinates:[-73.99135659, 40.6068738]} },
{type: 'Feature',properties:{Name: '3', Address: '1442 80TH STREET, BENSONHURST', Month: '11', Price: '1296'}, geometry: { type: 'Point', coordinates:[-74.00713894, 40.6154953]} },
{type: 'Feature',properties:{Name: '3', Address: '1472 80TH STREET, BENSONHURST', Month: '7', Price: '1296'}, geometry: { type: 'Point', coordinates:[-74.00667787, 40.61521536]} },
{type: 'Feature',properties:{Name: '3', Address: '1445 81ST STREET, BENSONHURST', Month: '1', Price: '1080'}, geometry: { type: 'Point', coordinates:[-74.00767195, 40.61492984]} },
{type: 'Feature',properties:{Name: '3', Address: '1426 81ST STREET, BENSONHURST', Month: '2', Price: '1296'}, geometry: { type: 'Point', coordinates:[-74.00796012, 40.61508353]} },
{type: 'Feature',properties:{Name: '3', Address: '1434 81ST STREET, BENSONHURST', Month: '8', Price: '1296'}, geometry: { type: 'Point', coordinates:[-74.00783765, 40.61500942]} },
{type: 'Feature',properties:{Name: '3', Address: '8104 15TH AVENUE, BENSONHURST', Month: '2', Price: '2240'}, geometry: { type: 'Point', coordinates:[-74.00667056, 40.61415038]} },
{type: 'Feature',properties:{Name: '3', Address: '2061 82ND STREET, BENSONHURST', Month: '2', Price: '1764'}, geometry: { type: 'Point', coordinates:[-73.99460513, 40.60612467]} },
{type: 'Feature',properties:{Name: '3', Address: '2029 82ND STREET, BENSONHURST', Month: '9', Price: '1764'}, geometry: { type: 'Point', coordinates:[-73.9951093, 40.60642936]} },
{type: 'Feature',properties:{Name: '3', Address: '2118 81ST STREET, BENSONHURST', Month: '10', Price: '2310'}, geometry: { type: 'Point', coordinates:[-73.99248756, 40.60573479]} },
{type: 'Feature',properties:{Name: '3', Address: '1557 83RD STREET, BENSONHURST', Month: '9', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.00650471, 40.6124047]} },
{type: 'Feature',properties:{Name: '3', Address: '1543 84TH STREET, BENSONHURST', Month: '12', Price: '1440'}, geometry: { type: 'Point', coordinates:[-74.00719979, 40.61197921]} },
{type: 'Feature',properties:{Name: '3', Address: '2275 86TH STREET, BENSONHURST', Month: '2', Price: '2528'}, geometry: { type: 'Point', coordinates:[-73.99201277, 40.60084627]} },
{type: 'Feature',properties:{Name: '3', Address: '2327 80TH STREET, BENSONHURST', Month: '7', Price: '2144'}, geometry: { type: 'Point', coordinates:[-73.98751447, 40.60366203]} },
{type: 'Feature',properties:{Name: '3', Address: '2341 81ST STREET, BENSONHURST', Month: '6', Price: '1498'}, geometry: { type: 'Point', coordinates:[-73.98770549, 40.60285234]} },
{type: 'Feature',properties:{Name: '3', Address: '2383 82ND STREET, BENSONHURST', Month: '2', Price: '1408'}, geometry: { type: 'Point', coordinates:[-73.98760123, 40.60189439]} },
{type: 'Feature',properties:{Name: '3', Address: '2416 84TH STREET, BENSONHURST', Month: '10', Price: '1776'}, geometry: { type: 'Point', coordinates:[-73.98761238, 40.60005538]} },
{type: 'Feature',properties:{Name: '3', Address: '2347 86TH STREET, BENSONHURST', Month: '11', Price: '2450'}, geometry: { type: 'Point', coordinates:[-73.99045363, 40.59989645]} },
{type: 'Feature',properties:{Name: '3', Address: '1668 65TH STREET, BENSONHURST', Month: '8', Price: '2255'}, geometry: { type: 'Point', coordinates:[-73.99336838, 40.6210453]} },
{type: 'Feature',properties:{Name: '3', Address: '1670 65 STREET, BENSONHURST', Month: '2', Price: '1732'}, geometry: { type: 'Point', coordinates:[-73.99333236, 40.62102334]} },
{type: 'Feature',properties:{Name: '3', Address: '1718 65TH STREET, BENSONHURST', Month: '7', Price: '2088'}, geometry: { type: 'Point', coordinates:[-73.99183756, 40.62012021]} },
{type: 'Feature',properties:{Name: '3', Address: '1718 65TH STREET, BENSONHURST', Month: '6', Price: '2088'}, geometry: { type: 'Point', coordinates:[-73.99183756, 40.62012021]} },
{type: 'Feature',properties:{Name: '3', Address: '1761 66TH STREET, BENSONHURST', Month: '11', Price: '2088'}, geometry: { type: 'Point', coordinates:[-73.99175844, 40.61911286]} },
{type: 'Feature',properties:{Name: '3', Address: '1923 66TH STREET, BENSONHURST', Month: '7', Price: '1508'}, geometry: { type: 'Point', coordinates:[-73.98800187, 40.61684533]} },
{type: 'Feature',properties:{Name: '3', Address: '2147 66TH STREET, BENSONHURST', Month: '7', Price: '1664'}, geometry: { type: 'Point', coordinates:[-73.98300673, 40.6138172]} },
{type: 'Feature',properties:{Name: '3', Address: '66-22 CAMERON COURT, BENSONHURST', Month: '7', Price: '1777'}, geometry: { type: 'Point', coordinates:[-73.99457516, 40.62041406]} },
{type: 'Feature',properties:{Name: '3', Address: '6624 OVINGTON CT., BENSONHURST', Month: '10', Price: '1633'}, geometry: { type: 'Point', coordinates:[-73.9951947, 40.62075719]} },
{type: 'Feature',properties:{Name: '3', Address: '6634 OVINGTON COURT, BENSONHURST', Month: '6', Price: '1633'}, geometry: { type: 'Point', coordinates:[-73.99525234, 40.62069955]} },
{type: 'Feature',properties:{Name: '3', Address: '1860 66TH STREET, BENSONHURST', Month: '4', Price: '2600'}, geometry: { type: 'Point', coordinates:[-73.98958299, 40.61777872]} },
{type: 'Feature',properties:{Name: '3', Address: '6606 19TH AVENUE, BENSONHURST', Month: '12', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.98880866, 40.61714734]} },
{type: 'Feature',properties:{Name: '3', Address: '6609 19TH AVENUE, BENSONHURST', Month: '3', Price: '2096'}, geometry: { type: 'Point', coordinates:[-73.98879786, 40.61712813]} },
{type: 'Feature',properties:{Name: '3', Address: '1939 67TH STREET, BENSONHURST', Month: '7', Price: '1744'}, geometry: { type: 'Point', coordinates:[-73.98833338, 40.61613447]} },
{type: 'Feature',properties:{Name: '3', Address: '1919 67 STREET, BENSONHURST', Month: '9', Price: '1792'}, geometry: { type: 'Point', coordinates:[-73.98865031, 40.61632389]} },
{type: 'Feature',properties:{Name: '3', Address: '2074 66TH STREET, BENSONHURST', Month: '1', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.98500185, 40.61500871]} },
{type: 'Feature',properties:{Name: '3', Address: '2075 67TH STREET, BENSONHURST', Month: '1', Price: '2680'}, geometry: { type: 'Point', coordinates:[-73.98557107, 40.61446257]} },
{type: 'Feature',properties:{Name: '3', Address: '2059 67TH STREET, BENSONHURST', Month: '4', Price: '1776'}, geometry: { type: 'Point', coordinates:[-73.98581956, 40.61461631]} },
{type: 'Feature',properties:{Name: '3', Address: '2102 66TH STREET, BENSONHURST', Month: '4', Price: '1832'}, geometry: { type: 'Point', coordinates:[-73.98394306, 40.61436903]} },
{type: 'Feature',properties:{Name: '3', Address: '2134 66TH STREET, BENSONHURST', Month: '7', Price: '1656'}, geometry: { type: 'Point', coordinates:[-73.98338846, 40.6140286]} },
{type: 'Feature',properties:{Name: '3', Address: '2158 66TH STREET, BENSONHURST', Month: '9', Price: '1775'}, geometry: { type: 'Point', coordinates:[-73.98297072, 40.61377327]} },
{type: 'Feature',properties:{Name: '3', Address: '1653 68TH STREET, BENSONHURST', Month: '7', Price: '1684'}, geometry: { type: 'Point', coordinates:[-73.99542173, 40.61950557]} },
{type: 'Feature',properties:{Name: '3', Address: '1738 67TH STREET, BENSONHURST', Month: '4', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.99288955, 40.61858594]} },
{type: 'Feature',properties:{Name: '3', Address: '1738 67 STREET, BENSONHURST', Month: '10', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.99288955, 40.61858594]} },
{type: 'Feature',properties:{Name: '3', Address: '1768 67TH STREET, BENSONHURST', Month: '4', Price: '1900'}, geometry: { type: 'Point', coordinates:[-73.99238529, 40.61830045]} },
{type: 'Feature',properties:{Name: '3', Address: '1769 68TH STREET, BENSONHURST', Month: '5', Price: '1900'}, geometry: { type: 'Point', coordinates:[-73.99277435, 40.61790797]} },
{type: 'Feature',properties:{Name: '3', Address: '1755 68TH STREET, BENSONHURST', Month: '6', Price: '1900'}, geometry: { type: 'Point', coordinates:[-73.99300487, 40.61804796]} },
{type: 'Feature',properties:{Name: '3', Address: '2168 67TH STREET, BENSONHURST', Month: '5', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.98347152, 40.61317224]} },
{type: 'Feature',properties:{Name: '3', Address: '1766 68TH STREET, BENSONHURST', Month: '6', Price: '2128'}, geometry: { type: 'Point', coordinates:[-73.99282118, 40.61791346]} },
{type: 'Feature',properties:{Name: '3', Address: '1925 69TH STREET, BENSONHURST', Month: '1', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.98972027, 40.61514922]} },
{type: 'Feature',properties:{Name: '3', Address: '1469 67TH STREET, BENSONHURST', Month: '1', Price: '1840'}, geometry: { type: 'Point', coordinates:[-73.99912825, 40.62264845]} },
{type: 'Feature',properties:{Name: '3', Address: '1405 67 STREET, BENSONHURST', Month: '6', Price: '1950'}, geometry: { type: 'Point', coordinates:[-74.00012968, 40.62325779]} },
{type: 'Feature',properties:{Name: '3', Address: '1435 68TH STREET, BENSONHURST', Month: '11', Price: '2760'}, geometry: { type: 'Point', coordinates:[-74.0003134, 40.62234652]} },
{type: 'Feature',properties:{Name: '3', Address: '1422 68 STREET, BENSONHURST', Month: '2', Price: '1934'}, geometry: { type: 'Point', coordinates:[-74.00051873, 40.62244259]} },
{type: 'Feature',properties:{Name: '3', Address: '1417 BAY RIDGE AVENUE, BENSONHURST', Month: '12', Price: '1596'}, geometry: { type: 'Point', coordinates:[-74.00110589, 40.62202538]} },
{type: 'Feature',properties:{Name: '3', Address: '1415 BAY RIDGE AVENUE, BENSONHURST', Month: '11', Price: '1596'}, geometry: { type: 'Point', coordinates:[-74.00113471, 40.62204459]} },
{type: 'Feature',properties:{Name: '3', Address: '6917 NEW UTRECHT AVENUE, BENSONHURST', Month: '2', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.99864199, 40.62029341]} },
{type: 'Feature',properties:{Name: '3', Address: '6902 16TH AVENUE, BENSONHURST', Month: '6', Price: '3150'}, geometry: { type: 'Point', coordinates:[-73.99738847, 40.6196264]} },
{type: 'Feature',properties:{Name: '3', Address: '1767 70 STREET, BENSONHURST', Month: '12', Price: '1500'}, geometry: { type: 'Point', coordinates:[-73.99395952, 40.61680188]} },
{type: 'Feature',properties:{Name: '3', Address: '2105 70TH STREET, BENSONHURST', Month: '12', Price: '2208'}, geometry: { type: 'Point', coordinates:[-73.98633152, 40.61218998]} },
{type: 'Feature',properties:{Name: '3', Address: '1418 70TH STREET, BENSONHURST', Month: '7', Price: '3380'}, geometry: { type: 'Point', coordinates:[-74.00166782, 40.62143798]} },
{type: 'Feature',properties:{Name: '3', Address: '1459 71ST STREET, BENSONHURST', Month: '9', Price: '2000'}, geometry: { type: 'Point', coordinates:[-74.00160656, 40.62051024]} },
{type: 'Feature',properties:{Name: '3', Address: '1539 71ST STREET, BENSONHURST', Month: '3', Price: '2381'}, geometry: { type: 'Point', coordinates:[-73.99968662, 40.61935195]} },
{type: 'Feature',properties:{Name: '3', Address: '7006 18TH AVENUE, BENSONHURST', Month: '10', Price: '3135'}, geometry: { type: 'Point', coordinates:[-73.99319957, 40.61615681]} },
{type: 'Feature',properties:{Name: '3', Address: '1825 71ST STREET, BENSONHURST', Month: '2', Price: '2424'}, geometry: { type: 'Point', coordinates:[-73.99298355, 40.61530043]} },
{type: 'Feature',properties:{Name: '3', Address: '1913 71ST STREET, BENSONHURST', Month: '6', Price: '2360'}, geometry: { type: 'Point', coordinates:[-73.9910711, 40.61414474]} },
{type: 'Feature',properties:{Name: '3', Address: '7017 20TH AVENUE, BENSONHURST', Month: '2', Price: '2720'}, geometry: { type: 'Point', coordinates:[-73.98896054, 40.61352972]} },
{type: 'Feature',properties:{Name: '3', Address: '2132 70TH STREET, BENSONHURST', Month: '11', Price: '2640'}, geometry: { type: 'Point', coordinates:[-73.98582014, 40.61186328]} },
{type: 'Feature',properties:{Name: '3', Address: '2150 70TH STREET, BENSONHURST', Month: '5', Price: '3232'}, geometry: { type: 'Point', coordinates:[-73.98548523, 40.61166287]} },
{type: 'Feature',properties:{Name: '3', Address: '2149 71ST STREET, BENSONHURST', Month: '4', Price: '2480'}, geometry: { type: 'Point', coordinates:[-73.98609042, 40.61113595]} },
{type: 'Feature',properties:{Name: '3', Address: '1659 72ND STREET, BENSONHURST', Month: '2', Price: '1020'}, geometry: { type: 'Point', coordinates:[-73.9976407, 40.61720276]} },
{type: 'Feature',properties:{Name: '3', Address: '7107 17 AVE, BENSONHURST', Month: '1', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.99610627, 40.6169996]} },
{type: 'Feature',properties:{Name: '3', Address: '7115 18TH AVENUE, BENSONHURST', Month: '12', Price: '3420'}, geometry: { type: 'Point', coordinates:[-73.99378314, 40.6155475]} },
{type: 'Feature',properties:{Name: '3', Address: '1832 71ST STREET, BENSONHURST', Month: '8', Price: '2492'}, geometry: { type: 'Point', coordinates:[-73.9928791, 40.61521533]} },
{type: 'Feature',properties:{Name: '3', Address: '1864 71ST STREET, BENSONHURST', Month: '9', Price: '1551'}, geometry: { type: 'Point', coordinates:[-73.99241089, 40.61493259]} },
{type: 'Feature',properties:{Name: '3', Address: '1916 71 STREET, BENSONHURST', Month: '11', Price: '2404'}, geometry: { type: 'Point', coordinates:[-73.99102069, 40.61409533]} },
{type: 'Feature',properties:{Name: '3', Address: '1954 71ST STREET, BENSONHURST', Month: '6', Price: '2480'}, geometry: { type: 'Point', coordinates:[-73.99042644, 40.61373571]} },
{type: 'Feature',properties:{Name: '3', Address: '1963 72ND STREET, BENSONHURST', Month: '2', Price: '1759'}, geometry: { type: 'Point', coordinates:[-73.99086594, 40.61311268]} },
{type: 'Feature',properties:{Name: '3', Address: '7121 20TH AVENUE, BENSONHURST', Month: '3', Price: '2720'}, geometry: { type: 'Point', coordinates:[-73.98955853, 40.61295337]} },
{type: 'Feature',properties:{Name: '3', Address: '2022 71ST STREET, BENSONHURST', Month: '11', Price: '1764'}, geometry: { type: 'Point', coordinates:[-73.98872657, 40.612709]} },
{type: 'Feature',properties:{Name: '3', Address: '2028 71ST STREET, BENSONHURST', Month: '9', Price: '1764'}, geometry: { type: 'Point', coordinates:[-73.98863293, 40.61265135]} },
{type: 'Feature',properties:{Name: '3', Address: '7114 BAY PARKWAY, BENSONHURST', Month: '8', Price: '2540'}, geometry: { type: 'Point', coordinates:[-73.98526946, 40.61016419]} },
{type: 'Feature',properties:{Name: '3', Address: '1631 73RD STREET, BENSONHURST', Month: '3', Price: '1122'}, geometry: { type: 'Point', coordinates:[-73.99863486, 40.61689536]} },
{type: 'Feature',properties:{Name: '3', Address: '1930 72ND STREET, BENSONHURST', Month: '6', Price: '2640'}, geometry: { type: 'Point', coordinates:[-73.99138456, 40.61340366]} },
{type: 'Feature',properties:{Name: '3', Address: '1948 72ND STREET, BENSONHURST', Month: '3', Price: '2640'}, geometry: { type: 'Point', coordinates:[-73.99110004, 40.61323347]} },
{type: 'Feature',properties:{Name: '3', Address: '1939 73RD STREET, BENSONHURST', Month: '4', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.99182765, 40.61278063]} },
{type: 'Feature',properties:{Name: '3', Address: '2031 73RD STREET, BENSONHURST', Month: '2', Price: '1236'}, geometry: { type: 'Point', coordinates:[-73.98974964, 40.61152609]} },
{type: 'Feature',properties:{Name: '3', Address: '2122 72ND STREET, BENSONHURST', Month: '1', Price: '2480'}, geometry: { type: 'Point', coordinates:[-73.98709895, 40.61081492]} },
{type: 'Feature',properties:{Name: '3', Address: '2172 72ND STREET, BENSONHURST', Month: '2', Price: '2480'}, geometry: { type: 'Point', coordinates:[-73.98630308, 40.61033449]} },
{type: 'Feature',properties:{Name: '3', Address: '2111 73RD STREET, BENSONHURST', Month: '10', Price: '2480'}, geometry: { type: 'Point', coordinates:[-73.98785897, 40.61038407]} },
{type: 'Feature',properties:{Name: '3', Address: '2105 73RD STREET, BENSONHURST', Month: '2', Price: '2480'}, geometry: { type: 'Point', coordinates:[-73.9879562, 40.61044172]} },
{type: 'Feature',properties:{Name: '3', Address: '1436 73RD STREET, BENSONHURST', Month: '8', Price: '1868'}, geometry: { type: 'Point', coordinates:[-74.00313023, 40.61958796]} },
{type: 'Feature',properties:{Name: '3', Address: '1436 73RD STREET, BENSONHURST', Month: '7', Price: '1868'}, geometry: { type: 'Point', coordinates:[-74.00313023, 40.61958796]} },
{type: 'Feature',properties:{Name: '3', Address: '1429 74TH STREET, BENSONHURST', Month: '7', Price: '2450'}, geometry: { type: 'Point', coordinates:[-74.00382181, 40.61911858]} },
{type: 'Feature',properties:{Name: '3', Address: '7301 NEW UTRECHT AVENUE, BENSONHURST', Month: '5', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.99951013, 40.61728512]} },
{type: 'Feature',properties:{Name: '3', Address: '7308 17TH AVENUE, BENSONHURST', Month: '1', Price: '2240'}, geometry: { type: 'Point', coordinates:[-73.99729497, 40.61588525]} },
{type: 'Feature',properties:{Name: '3', Address: '7314 18TH AVENUE, BENSONHURST', Month: '4', Price: '3534'}, geometry: { type: 'Point', coordinates:[-73.99495024, 40.61442494]} },
{type: 'Feature',properties:{Name: '3', Address: '1763 74TH STREET, BENSONHURST', Month: '8', Price: '2354'}, geometry: { type: 'Point', coordinates:[-73.99632973, 40.61458694]} },
{type: 'Feature',properties:{Name: '3', Address: '1856 73RD STREET, BENSONHURST', Month: '10', Price: '1376'}, geometry: { type: 'Point', coordinates:[-73.99368605, 40.61388141]} },
{type: 'Feature',properties:{Name: '3', Address: '1856 73RD STREET, BENSONHURST', Month: '8', Price: '1376'}, geometry: { type: 'Point', coordinates:[-73.99368605, 40.61388141]} },
{type: 'Feature',properties:{Name: '3', Address: '1932 73RD STREET, BENSONHURST', Month: '12', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.9919357, 40.61282455]} },
{type: 'Feature',properties:{Name: '3', Address: '1932 73RD STREET, BENSONHURST', Month: '11', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.9919357, 40.61282455]} },
{type: 'Feature',properties:{Name: '3', Address: '1925 74TH STREET, BENSONHURST', Month: '8', Price: '1884'}, geometry: { type: 'Point', coordinates:[-73.99263089, 40.6123525]} },
{type: 'Feature',properties:{Name: '3', Address: '2059 74TH STREET, BENSONHURST', Month: '2', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.98989023, 40.61070267]} },
{type: 'Feature',properties:{Name: '3', Address: '2045 74TH STREET, BENSONHURST', Month: '9', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.99010991, 40.61083444]} },
{type: 'Feature',properties:{Name: '3', Address: '2043 74TH STREET, BENSONHURST', Month: '5', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.99014232, 40.61085365]} },
{type: 'Feature',properties:{Name: '3', Address: '2043 74TH STREET, BENSONHURST', Month: '5', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.99014232, 40.61085365]} },
{type: 'Feature',properties:{Name: '3', Address: '2039 74TH STREET, BENSONHURST', Month: '6', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.99020354, 40.61089208]} },
{type: 'Feature',properties:{Name: '3', Address: '2150 73 STREET, BENSONHURST', Month: '4', Price: '2480'}, geometry: { type: 'Point', coordinates:[-73.98723597, 40.60998601]} },
{type: 'Feature',properties:{Name: '3', Address: '2151 74TH STREET, BENSONHURST', Month: '1', Price: '2480'}, geometry: { type: 'Point', coordinates:[-73.98780152, 40.60943711]} },
{type: 'Feature',properties:{Name: '3', Address: '1458 74TH STREET, BENSONHURST', Month: '1', Price: '2048'}, geometry: { type: 'Point', coordinates:[-74.00336433, 40.61881942]} },
{type: 'Feature',properties:{Name: '3', Address: '1417 BAY RIDGE PARKWAY, BENSONHURST', Month: '2', Price: '2028'}, geometry: { type: 'Point', coordinates:[-74.00463945, 40.61862724]} },
{type: 'Feature',properties:{Name: '3', Address: '1417 BAY RIDGE PARKWAY, BENSONHURST', Month: '10', Price: '2028'}, geometry: { type: 'Point', coordinates:[-74.00463945, 40.61862724]} },
{type: 'Feature',properties:{Name: '3', Address: '1562 74TH STREET, BENSONHURST', Month: '6', Price: '2130'}, geometry: { type: 'Point', coordinates:[-74.00109861, 40.61745255]} },
{type: 'Feature',properties:{Name: '3', Address: '1666 74TH STREET, BENSONHURST', Month: '10', Price: '1476'}, geometry: { type: 'Point', coordinates:[-73.99860966, 40.6159484]} },
{type: 'Feature',properties:{Name: '3', Address: '1669 BAY RIDGE PARKWAY, BENSONHURST', Month: '7', Price: '1464'}, geometry: { type: 'Point', coordinates:[-73.99907072, 40.61526495]} },
{type: 'Feature',properties:{Name: '3', Address: '1669 BAYRIDGE PARKWAY, BENSONHURST', Month: '8', Price: '1464'}, geometry: { type: 'Point', coordinates:[-73.99907072, 40.61526495]} },
{type: 'Feature',properties:{Name: '3', Address: '1645 BAY RIDGE PARKWAY, BENSONHURST', Month: '3', Price: '1416'}, geometry: { type: 'Point', coordinates:[-73.99944891, 40.61549277]} },
{type: 'Feature',properties:{Name: '3', Address: '1732 74 STREET, BENSONHURST', Month: '11', Price: '2907'}, geometry: { type: 'Point', coordinates:[-73.99685198, 40.61488339]} },
{type: 'Feature',properties:{Name: '3', Address: '1776 74TH STREET, BENSONHURST', Month: '5', Price: '1870'}, geometry: { type: 'Point', coordinates:[-73.99610642, 40.61443047]} },
{type: 'Feature',properties:{Name: '3', Address: '1962 74 STREET, BENSONHURST', Month: '10', Price: '2149'}, geometry: { type: 'Point', coordinates:[-73.99204385, 40.61198191]} },
{type: 'Feature',properties:{Name: '3', Address: '1953 BAY RIDGE PARKWAY, BENSONHURST', Month: '10', Price: '3280'}, geometry: { type: 'Point', coordinates:[-73.99281467, 40.6114879]} },
{type: 'Feature',properties:{Name: '3', Address: '2036 74TH STREET, BENSONHURST', Month: '1', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.99025036, 40.61089758]} },
{type: 'Feature',properties:{Name: '3', Address: '2131 BAYRIDGE PARKWAY, BENSONHURST', Month: '10', Price: '2680'}, geometry: { type: 'Point', coordinates:[-73.9887488, 40.60903098]} },
{type: 'Feature',properties:{Name: '3', Address: '1440 BAY RIDGE PARKWAY, BENSONHURST', Month: '1', Price: '1674'}, geometry: { type: 'Point', coordinates:[-74.00427202, 40.61838845]} },
{type: 'Feature',properties:{Name: '3', Address: '1461 76TH STREET, BENSONHURST', Month: '2', Price: '2024'}, geometry: { type: 'Point', coordinates:[-74.00457094, 40.61760618]} },
{type: 'Feature',properties:{Name: '3', Address: '1678 BAY RIDGE PARKWAY, BENSONHURST', Month: '8', Price: '2184'}, geometry: { type: 'Point', coordinates:[-73.99898067, 40.6151881]} },
{type: 'Feature',properties:{Name: '3', Address: '1680 BAY RIDGE PARKWAY, BENSONHURST', Month: '9', Price: '2184'}, geometry: { type: 'Point', coordinates:[-73.99894465, 40.61516614]} },
{type: 'Feature',properties:{Name: '3', Address: '7511 17TH AVENUE, BENSONHURST', Month: '9', Price: '1935'}, geometry: { type: 'Point', coordinates:[-73.99850163, 40.61469403]} },
{type: 'Feature',properties:{Name: '3', Address: '7517 19TH AVENUE, BENSONHURST', Month: '11', Price: '2640'}, geometry: { type: 'Point', coordinates:[-73.99412563, 40.61200948]} },
{type: 'Feature',properties:{Name: '3', Address: '7515 19TH AVENUE, BENSONHURST', Month: '12', Price: '2636'}, geometry: { type: 'Point', coordinates:[-73.99411482, 40.61201772]} },
{type: 'Feature',properties:{Name: '3', Address: '2106 BAY RIDGE PARKWAY, BENSONHURST', Month: '12', Price: '2680'}, geometry: { type: 'Point', coordinates:[-73.98914493, 40.60924786]} },
{type: 'Feature',properties:{Name: '3', Address: '2156 BAY RIDGE PARKWAY, BENSONHURST', Month: '4', Price: '2480'}, geometry: { type: 'Point', coordinates:[-73.98834907, 40.60876744]} },
{type: 'Feature',properties:{Name: '3', Address: '2162 BAY RIDGE PARKWAY, BENSONHURST', Month: '4', Price: '2480'}, geometry: { type: 'Point', coordinates:[-73.98825184, 40.60870979]} },
{type: 'Feature',properties:{Name: '3', Address: '7615 15TH AVENUE, BENSONHURST', Month: '10', Price: '2480'}, geometry: { type: 'Point', coordinates:[-74.00378926, 40.6168953]} },
{type: 'Feature',properties:{Name: '3', Address: '1527 77TH STREET, BENSONHURST', Month: '7', Price: '2604'}, geometry: { type: 'Point', coordinates:[-74.00348665, 40.61604168]} },
{type: 'Feature',properties:{Name: '3', Address: '1726 76TH STREET, BENSONHURST', Month: '12', Price: '2144'}, geometry: { type: 'Point', coordinates:[-73.9981991, 40.61373609]} },
{type: 'Feature',properties:{Name: '3', Address: '1762 76TH STREET, BENSONHURST', Month: '5', Price: '2560'}, geometry: { type: 'Point', coordinates:[-73.99758321, 40.61336279]} },
{type: 'Feature',properties:{Name: '3', Address: '1763 77TH STREET, BENSONHURST', Month: '8', Price: '2640'}, geometry: { type: 'Point', coordinates:[-73.9981451, 40.61281384]} },
{type: 'Feature',properties:{Name: '3', Address: '1846 76TH STREET, BENSONHURST', Month: '11', Price: '2052'}, geometry: { type: 'Point', coordinates:[-73.99564914, 40.61219345]} },
{type: 'Feature',properties:{Name: '3', Address: '7618 20TH AVENUE, BENSONHURST', Month: '2', Price: '2992'}, geometry: { type: 'Point', coordinates:[-73.99256271, 40.61009078]} },
{type: 'Feature',properties:{Name: '3', Address: '1959 77TH STREET, BENSONHURST', Month: '1', Price: '2184'}, geometry: { type: 'Point', coordinates:[-73.9939313, 40.61026653]} },
{type: 'Feature',properties:{Name: '3', Address: '2150 76TH STREET, BENSONHURST', Month: '1', Price: '2480'}, geometry: { type: 'Point', coordinates:[-73.98906947, 40.6082213]} },
{type: 'Feature',properties:{Name: '3', Address: '2167 77TH STREET, BENSONHURST', Month: '4', Price: '2480'}, geometry: { type: 'Point', coordinates:[-73.98938651, 40.6075214]} },
{type: 'Feature',properties:{Name: '3', Address: '2163 77TH STREET, BENSONHURST', Month: '12', Price: '2480'}, geometry: { type: 'Point', coordinates:[-73.98944773, 40.60755984]} },
{type: 'Feature',properties:{Name: '3', Address: '2163 77TH STREET, BENSONHURST', Month: '10', Price: '2480'}, geometry: { type: 'Point', coordinates:[-73.98944773, 40.60755984]} },
{type: 'Feature',properties:{Name: '3', Address: '2139 77TH STREET, BENSONHURST', Month: '8', Price: '2480'}, geometry: { type: 'Point', coordinates:[-73.98982945, 40.60779043]} },
{type: 'Feature',properties:{Name: '3', Address: '7708 NEW UTRECHT AVENUE, BENSONHURST', Month: '8', Price: '2400'}, geometry: { type: 'Point', coordinates:[-74.00045383, 40.61400784]} },
{type: 'Feature',properties:{Name: '3', Address: '7702 20TH AVENUE, BENSONHURST', Month: '4', Price: '2035'}, geometry: { type: 'Point', coordinates:[-73.99308139, 40.60959401]} },
{type: 'Feature',properties:{Name: '3', Address: '7706 20TH AVENUE, BENSONHURST', Month: '2', Price: '2019'}, geometry: { type: 'Point', coordinates:[-73.9930958, 40.60957754]} },
{type: 'Feature',properties:{Name: '3', Address: '2155 78TH STREET, BENSONHURST', Month: '9', Price: '2932'}, geometry: { type: 'Point', coordinates:[-73.99015728, 40.6070823]} },
{type: 'Feature',properties:{Name: '3', Address: '1472 78TH STREET, BENSONHURST', Month: '8', Price: '2250'}, geometry: { type: 'Point', coordinates:[-74.00556139, 40.61636549]} },
{type: 'Feature',properties:{Name: '3', Address: '1520 78TH STREET, BENSONHURST', Month: '6', Price: '1772'}, geometry: { type: 'Point', coordinates:[-74.00417459, 40.61552838]} },
{type: 'Feature',properties:{Name: '3', Address: '1520 78TH STREET, BENSONHURST', Month: '1', Price: '1772'}, geometry: { type: 'Point', coordinates:[-74.00417459, 40.61552838]} },
{type: 'Feature',properties:{Name: '3', Address: '1870 78TH STREET, BENSONHURST', Month: '7', Price: '2680'}, geometry: { type: 'Point', coordinates:[-73.99645599, 40.61086774]} },
{type: 'Feature',properties:{Name: '3', Address: '1837 79 STREET, BENSONHURST', Month: '2', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.99750408, 40.61060702]} },
{type: 'Feature',properties:{Name: '3', Address: '1921 79TH STREET, BENSONHURST', Month: '2', Price: '1156'}, geometry: { type: 'Point', coordinates:[-73.99568533, 40.60951179]} },
{type: 'Feature',properties:{Name: '3', Address: '2152 78TH STREET, BENSONHURST', Month: '2', Price: '2640'}, geometry: { type: 'Point', coordinates:[-73.9902041, 40.60709054]} },
{type: 'Feature',properties:{Name: '3', Address: '2244 78TH STREET, BENSONHURST', Month: '2', Price: '1692'}, geometry: { type: 'Point', coordinates:[-73.98797145, 40.60575636]} },
{type: 'Feature',properties:{Name: '3', Address: '1765 80TH STREET, BENSONHURST', Month: '6', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.99973708, 40.61104072]} },
{type: 'Feature',properties:{Name: '3', Address: '1745 80TH STREET, BENSONHURST', Month: '12', Price: '2480'}, geometry: { type: 'Point', coordinates:[-74.00005042, 40.61122737]} },
{type: 'Feature',properties:{Name: '3', Address: '1954 79TH STREET, BENSONHURST', Month: '11', Price: '2095'}, geometry: { type: 'Point', coordinates:[-73.99516312, 40.60917416]} },
{type: 'Feature',properties:{Name: '3', Address: '2105 80TH STREET, BENSONHURST', Month: '1', Price: '2254'}, geometry: { type: 'Point', coordinates:[-73.99211654, 40.60644292]} },
{type: 'Feature',properties:{Name: '3', Address: '7910 23RD AVENUE, BENSONHURST', Month: '7', Price: '2600'}, geometry: { type: 'Point', coordinates:[-73.98761517, 40.60442235]} },
{type: 'Feature',properties:{Name: '3', Address: '8009 14 AVENUE, BENSONHURST', Month: '2', Price: '1152'}, geometry: { type: 'Point', coordinates:[-74.008288, 40.61601124]} },
{type: 'Feature',properties:{Name: '3', Address: '1528 80TH STREET, BENSONHURST', Month: '10', Price: '2220'}, geometry: { type: 'Point', coordinates:[-74.00521544, 40.61433161]} },
{type: 'Feature',properties:{Name: '3', Address: '1553 81ST STREET, BENSONHURST', Month: '4', Price: '2230'}, geometry: { type: 'Point', coordinates:[-74.00540627, 40.61355757]} },
{type: 'Feature',properties:{Name: '3', Address: '1737 81 STREET, BENSONHURST', Month: '2', Price: '1792'}, geometry: { type: 'Point', coordinates:[-74.00075274, 40.61074702]} },
{type: 'Feature',properties:{Name: '3', Address: '1835 81 STREET, BENSONHURST', Month: '5', Price: '2120'}, geometry: { type: 'Point', coordinates:[-73.99868183, 40.60949539]} },
{type: 'Feature',properties:{Name: '3', Address: '1835 81 STREET, BENSONHURST', Month: '12', Price: '2120'}, geometry: { type: 'Point', coordinates:[-73.99868183, 40.60949539]} },
{type: 'Feature',properties:{Name: '3', Address: '1935 81ST STREET, BENSONHURST', Month: '4', Price: '1596'}, geometry: { type: 'Point', coordinates:[-73.9966326, 40.60826019]} },
{type: 'Feature',properties:{Name: '3', Address: '8013 20TH AVENUE, BENSONHURST', Month: '7', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.99484989, 40.60786762]} },
{type: 'Feature',properties:{Name: '3', Address: '2017 81 STREET, BENSONHURST', Month: '7', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.9947167, 40.60710182]} },
{type: 'Feature',properties:{Name: '3', Address: '2011 81ST STREET, BENSONHURST', Month: '4', Price: '1976'}, geometry: { type: 'Point', coordinates:[-73.99481033, 40.60715672]} },
{type: 'Feature',properties:{Name: '3', Address: '2213 81ST STREET, BENSONHURST', Month: '1', Price: '2730'}, geometry: { type: 'Point', coordinates:[-73.99035214, 40.6044583]} },
{type: 'Feature',properties:{Name: '3', Address: '1423 82ND STREET, BENSONHURST', Month: '7', Price: '2400'}, geometry: { type: 'Point', coordinates:[-74.00860839, 40.61458118]} },
{type: 'Feature',properties:{Name: '3', Address: '1679 82ND STREET, BENSONHURST', Month: '4', Price: '4022'}, geometry: { type: 'Point', coordinates:[-74.00320188, 40.6113179]} },
{type: 'Feature',properties:{Name: '3', Address: '1679 82ND STREET, BENSONHURST', Month: '6', Price: '4022'}, geometry: { type: 'Point', coordinates:[-74.00320188, 40.6113179]} },
{type: 'Feature',properties:{Name: '3', Address: '1633 82ND STREET, BENSONHURST', Month: '7', Price: '1800'}, geometry: { type: 'Point', coordinates:[-74.00400508, 40.6118037]} },
{type: 'Feature',properties:{Name: '3', Address: '1859 82ND STREET, BENSONHURST', Month: '5', Price: '2670'}, geometry: { type: 'Point', coordinates:[-73.99892315, 40.60873234]} },
{type: 'Feature',properties:{Name: '3', Address: '1582 82ND STREET, BENSONHURST', Month: '4', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.00552866, 40.61269844]} },
{type: 'Feature',properties:{Name: '3', Address: '1547 83RD ST, BENSONHURST', Month: '2', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.00666319, 40.61249801]} },
{type: 'Feature',properties:{Name: '3', Address: '1458 83RD STREET, BENSONHURST', Month: '6', Price: '1638'}, geometry: { type: 'Point', coordinates:[-74.00850021, 40.61358757]} },
{type: 'Feature',properties:{Name: '3', Address: '1449 84TH STREET, BENSONHURST', Month: '1', Price: '1960'}, geometry: { type: 'Point', coordinates:[-74.00933577, 40.61320049]} },
{type: 'Feature',properties:{Name: '3', Address: '1622 83RD STREET, BENSONHURST', Month: '6', Price: '1509'}, geometry: { type: 'Point', coordinates:[-74.0047758, 40.61133706]} },
{type: 'Feature',properties:{Name: '3', Address: '8304 17TH AVENUE, BENSONHURST', Month: '5', Price: '4000'}, geometry: { type: 'Point', coordinates:[-74.0031406, 40.61025841]} },
{type: 'Feature',properties:{Name: '3', Address: '1615 84TH STREET, BENSONHURST', Month: '11', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.00536285, 40.61099393]} },
{type: 'Feature',properties:{Name: '3', Address: '2026 82ND STREET, BENSONHURST', Month: '3', Price: '2664'}, geometry: { type: 'Point', coordinates:[-73.99515252, 40.60643485]} },
{type: 'Feature',properties:{Name: '3', Address: '2275 83RD STREET, BENSONHURST', Month: '11', Price: '2846'}, geometry: { type: 'Point', coordinates:[-73.99051804, 40.60274281]} },
{type: 'Feature',properties:{Name: '3', Address: '1438 84TH STREET, BENSONHURST', Month: '10', Price: '1960'}, geometry: { type: 'Point', coordinates:[-74.00954469, 40.61330478]} },
{type: 'Feature',properties:{Name: '3', Address: '1423 85 ST, BENSONHURST', Month: '11', Price: '1840'}, geometry: { type: 'Point', coordinates:[-74.01040185, 40.6129369]} },
{type: 'Feature',properties:{Name: '3', Address: '1520 84TH STREET, BENSONHURST', Month: '1', Price: '1824'}, geometry: { type: 'Point', coordinates:[-74.00768605, 40.61222072]} },
{type: 'Feature',properties:{Name: '3', Address: '1694 84TH STREET, BENSONHURST', Month: '12', Price: '3000'}, geometry: { type: 'Point', coordinates:[-74.00389333, 40.61020624]} },
{type: 'Feature',properties:{Name: '3', Address: '1645 85TH STREET, BENSONHURST', Month: '6', Price: '2280'}, geometry: { type: 'Point', coordinates:[-74.00553564, 40.60999756]} },
{type: 'Feature',properties:{Name: '3', Address: '8419 17TH AVENUE, BENSONHURST', Month: '9', Price: '1520'}, geometry: { type: 'Point', coordinates:[-74.00364119, 40.60975061]} },
{type: 'Feature',properties:{Name: '3', Address: '2016 83RD STREET, BENSONHURST', Month: '3', Price: '1356'}, geometry: { type: 'Point', coordinates:[-73.99589083, 40.60596827]} },
{type: 'Feature',properties:{Name: '3', Address: '2032 83RD STREET, BENSONHURST', Month: '9', Price: '1404'}, geometry: { type: 'Point', coordinates:[-73.99563875, 40.60581729]} },
{type: 'Feature',properties:{Name: '3', Address: '2262 83 STREET, BENSONHURST', Month: '11', Price: '2944'}, geometry: { type: 'Point', coordinates:[-73.9907233, 40.60284713]} },
{type: 'Feature',properties:{Name: '3', Address: '2272 83RD STREET, BENSONHURST', Month: '12', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.99056486, 40.60275105]} },
{type: 'Feature',properties:{Name: '3', Address: '2261 84TH STREET, BENSONHURST', Month: '2', Price: '2519'}, geometry: { type: 'Point', coordinates:[-73.99132117, 40.60231743]} },
{type: 'Feature',properties:{Name: '3', Address: '2038 84TH STREET, BENSONHURST', Month: '9', Price: '2320'}, geometry: { type: 'Point', coordinates:[-73.99612497, 40.60519973]} },
{type: 'Feature',properties:{Name: '3', Address: '2234 84TH STREET, BENSONHURST', Month: '4', Price: '2125'}, geometry: { type: 'Point', coordinates:[-73.99174968, 40.60255352]} },
{type: 'Feature',properties:{Name: '3', Address: '8509 16TH AVENUE, BENSONHURST', Month: '8', Price: '1403'}, geometry: { type: 'Point', coordinates:[-74.00680706, 40.6105492]} },
{type: 'Feature',properties:{Name: '3', Address: '8510 17TH AVENUE, BENSONHURST', Month: '1', Price: '1861'}, geometry: { type: 'Point', coordinates:[-74.00437587, 40.60906713]} },
{type: 'Feature',properties:{Name: '3', Address: '2333 80TH STREET, BENSONHURST', Month: '6', Price: '2512'}, geometry: { type: 'Point', coordinates:[-73.98744606, 40.60362085]} },
{type: 'Feature',properties:{Name: '3', Address: '2326 80TH STREET, BENSONHURST', Month: '5', Price: '1452'}, geometry: { type: 'Point', coordinates:[-73.98752888, 40.60365105]} },
{type: 'Feature',properties:{Name: '3', Address: '2339 82ND STREET, BENSONHURST', Month: '6', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.98829258, 40.60231167]} },
{type: 'Feature',properties:{Name: '3', Address: '2339 82ND STREET, BENSONHURST', Month: '4', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.98829258, 40.60231167]} },
{type: 'Feature',properties:{Name: '3', Address: '2339 82ND STREET, BENSONHURST', Month: '8', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.98829258, 40.60231167]} },
{type: 'Feature',properties:{Name: '3', Address: '2339 82ND STREET, BENSONHURST', Month: '8', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.98829258, 40.60231167]} },
{type: 'Feature',properties:{Name: '3', Address: '2339 82ND STREET, BENSONHURST', Month: '1', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.98829258, 40.60231167]} },
{type: 'Feature',properties:{Name: '3', Address: '2374 82ND STREET, BENSONHURST', Month: '9', Price: '2760'}, geometry: { type: 'Point', coordinates:[-73.98773806, 40.60195754]} },
{type: 'Feature',properties:{Name: '3', Address: '2317 83RD STREET, BENSONHURST', Month: '5', Price: '1812'}, geometry: { type: 'Point', coordinates:[-73.98922174, 40.60195769]} },
{type: 'Feature',properties:{Name: '3', Address: '2425 83RD STREET, BENSONHURST', Month: '1', Price: '1512'}, geometry: { type: 'Point', coordinates:[-73.98704689, 40.60065368]} },
{type: 'Feature',properties:{Name: '3', Address: '2419 85TH STREET, BENSONHURST', Month: '11', Price: '1780'}, geometry: { type: 'Point', coordinates:[-73.98814903, 40.59949001]} },
{type: 'Feature',properties:{Name: '3', Address: '1531 66TH STREET, BENSONHURST', Month: '3', Price: '2240'}, geometry: { type: 'Point', coordinates:[-73.99699932, 40.62227786]} },
{type: 'Feature',properties:{Name: '3', Address: '1511 66TH STREET, BENSONHURST', Month: '8', Price: '2240'}, geometry: { type: 'Point', coordinates:[-73.99737395, 40.62250843]} },
{type: 'Feature',properties:{Name: '3', Address: '1840 65TH STREET, BENSONHURST', Month: '6', Price: '1962'}, geometry: { type: 'Point', coordinates:[-73.98926588, 40.61856644]} },
{type: 'Feature',properties:{Name: '3', Address: '1845 66TH STREET, BENSONHURST', Month: '3', Price: '2640'}, geometry: { type: 'Point', coordinates:[-73.98980989, 40.61793793]} },
{type: 'Feature',properties:{Name: '3', Address: '1512 66TH STREET, BENSONHURST', Month: '2', Price: '2720'}, geometry: { type: 'Point', coordinates:[-73.99735954, 40.62247824]} },
{type: 'Feature',properties:{Name: '3', Address: '1566 66TH STREET, BENSONHURST', Month: '9', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.99615283, 40.62174535]} },
{type: 'Feature',properties:{Name: '3', Address: '1836 66TH STREET, BENSONHURST', Month: '11', Price: '2640'}, geometry: { type: 'Point', coordinates:[-73.98994316, 40.61799833]} },
{type: 'Feature',properties:{Name: '3', Address: '6716 20TH AVENUE, BENSONHURST', Month: '12', Price: '2340'}, geometry: { type: 'Point', coordinates:[-73.98723137, 40.61521759]} },
{type: 'Feature',properties:{Name: '3', Address: '1554 68 STREET, BENSONHURST', Month: '3', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.99762977, 40.62080392]} },
{type: 'Feature',properties:{Name: '3', Address: '1771 BAY RIDGE AVE, BENSONHURST', Month: '1', Price: '2024'}, geometry: { type: 'Point', coordinates:[-73.99331472, 40.6173261]} },
{type: 'Feature',properties:{Name: '3', Address: '1771 BAY RIDGE AVENUE, BENSONHURST', Month: '7', Price: '2024'}, geometry: { type: 'Point', coordinates:[-73.99331472, 40.6173261]} },
{type: 'Feature',properties:{Name: '3', Address: '1449 66TH STREET, BENSONHURST', Month: '8', Price: '3210'}, geometry: { type: 'Point', coordinates:[-73.99895173, 40.62345816]} },
{type: 'Feature',properties:{Name: '3', Address: '1408 66TH STREET, BENSONHURST', Month: '10', Price: '2320'}, geometry: { type: 'Point', coordinates:[-73.9995389, 40.62379303]} },
{type: 'Feature',properties:{Name: '3', Address: '1463 68TH STREET, BENSONHURST', Month: '1', Price: '4520'}, geometry: { type: 'Point', coordinates:[-73.99986311, 40.62209126]} },
{type: 'Feature',properties:{Name: '3', Address: '1423 OVINGTON AVENUE, BENSONHURST', Month: '7', Price: '3509'}, geometry: { type: 'Point', coordinates:[-74.00050432, 40.62245631]} },
{type: 'Feature',properties:{Name: '3', Address: '1423 OVINGTON AVENUE, BENSONHURST', Month: '8', Price: '3509'}, geometry: { type: 'Point', coordinates:[-74.00050432, 40.62245631]} },
{type: 'Feature',properties:{Name: '3', Address: '1438 OVINGTON AVENUE, BENSONHURST', Month: '10', Price: '2320'}, geometry: { type: 'Point', coordinates:[-74.00025936, 40.62229712]} },
{type: 'Feature',properties:{Name: '3', Address: '1419 BAY RIDGE AVENUE, BENSONHURST', Month: '4', Price: '2394'}, geometry: { type: 'Point', coordinates:[-74.00107347, 40.62200616]} },
{type: 'Feature',properties:{Name: '3', Address: '1678 BAY RIDGE AVENUE, BENSONHURST', Month: '9', Price: '4800'}, geometry: { type: 'Point', coordinates:[-73.99555866, 40.61865744]} },
{type: 'Feature',properties:{Name: '3', Address: '1716 BAY RIDGE AVENUE, BENSONHURST', Month: '5', Price: '3420'}, geometry: { type: 'Point', coordinates:[-73.99422597, 40.61785315]} },
{type: 'Feature',properties:{Name: '3', Address: '1718 BAY RIDGE AVENUE, BENSONHURST', Month: '4', Price: '3420'}, geometry: { type: 'Point', coordinates:[-73.99419356, 40.61783394]} },
{type: 'Feature',properties:{Name: '3', Address: '1949 70TH STREET, BENSONHURST', Month: '7', Price: '2968'}, geometry: { type: 'Point', coordinates:[-73.98992209, 40.61436422]} },
{type: 'Feature',properties:{Name: '3', Address: '1518 70TH STREET, BENSONHURST', Month: '7', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.99957135, 40.6201699]} },
{type: 'Feature',properties:{Name: '3', Address: '1527 71 STREET, BENSONHURST', Month: '2', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.99991355, 40.61948919]} },
{type: 'Feature',properties:{Name: '3', Address: '7015 16TH AVENUE, BENSONHURST', Month: '12', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.99800805, 40.61900884]} },
{type: 'Feature',properties:{Name: '3', Address: '2031 71ST STREET, BENSONHURST', Month: '3', Price: '4290'}, geometry: { type: 'Point', coordinates:[-73.98858971, 40.61264586]} },
{type: 'Feature',properties:{Name: '3', Address: '2143 72ND STREET, BENSONHURST', Month: '6', Price: '2508'}, geometry: { type: 'Point', coordinates:[-73.98676763, 40.61063373]} },
{type: 'Feature',properties:{Name: '3', Address: '1738 72ND STREET, BENSONHURST', Month: '12', Price: '2024'}, geometry: { type: 'Point', coordinates:[-73.99559486, 40.61594833]} },
{type: 'Feature',properties:{Name: '3', Address: '7217 19TH AVENUE, BENSONHURST', Month: '1', Price: '2560'}, geometry: { type: 'Point', coordinates:[-73.99232458, 40.61374134]} },
{type: 'Feature',properties:{Name: '3', Address: '1983 73RD STREET, BENSONHURST', Month: '7', Price: '3714'}, geometry: { type: 'Point', coordinates:[-73.99113617, 40.61236337]} },
{type: 'Feature',properties:{Name: '3', Address: '1949 73RD STREET, BENSONHURST', Month: '7', Price: '2560'}, geometry: { type: 'Point', coordinates:[-73.99166919, 40.61268455]} },
{type: 'Feature',properties:{Name: '3', Address: '1655 74TH STREET, BENSONHURST', Month: '12', Price: '2240'}, geometry: { type: 'Point', coordinates:[-73.99875374, 40.61605545]} },
{type: 'Feature',properties:{Name: '3', Address: '1837 74 STREET, BENSONHURST', Month: '12', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.9945397, 40.61350267]} },
{type: 'Feature',properties:{Name: '3', Address: '2071 74TH STREET, BENSONHURST', Month: '10', Price: '2838'}, geometry: { type: 'Point', coordinates:[-73.98969936, 40.61058737]} },
{type: 'Feature',properties:{Name: '3', Address: '1555 BAY RIDGE PARKWAY, BENSONHURST', Month: '8', Price: '2902'}, geometry: { type: 'Point', coordinates:[-74.0018406, 40.61693927]} },
{type: 'Feature',properties:{Name: '3', Address: '1841 BAY RIDGE PARKWAY, BENSONHURST', Month: '1', Price: '3065'}, geometry: { type: 'Point', coordinates:[-73.99509803, 40.6128659]} },
{type: 'Feature',properties:{Name: '3', Address: '1957 BAY RIDGE PARKWAY, BENSONHURST', Month: '6', Price: '2005'}, geometry: { type: 'Point', coordinates:[-73.99274984, 40.61144947]} },
{type: 'Feature',properties:{Name: '3', Address: '2118 74TH STREET, BENSONHURST', Month: '5', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.98832369, 40.6097336]} },
{type: 'Feature',properties:{Name: '3', Address: '2132 74 ST, BENSONHURST', Month: '12', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.98810042, 40.60959909]} },
{type: 'Feature',properties:{Name: '3', Address: '1444 BAY RIDGE PARKWAY, BENSONHURST', Month: '3', Price: '3072'}, geometry: { type: 'Point', coordinates:[-74.00421079, 40.61835003]} },
{type: 'Feature',properties:{Name: '3', Address: '7521 19TH AVENUE, BENSONHURST', Month: '4', Price: '2760'}, geometry: { type: 'Point', coordinates:[-73.99414364, 40.61199301]} },
{type: 'Feature',properties:{Name: '3', Address: '2114 BAY RIDGE PARKWAY, BENSONHURST', Month: '7', Price: '2948'}, geometry: { type: 'Point', coordinates:[-73.98901529, 40.60917099]} },
{type: 'Feature',properties:{Name: '3', Address: '2120 BAY RIDGE PARKWAY, BENSONHURST', Month: '2', Price: '4422'}, geometry: { type: 'Point', coordinates:[-73.98892166, 40.60911334]} },
{type: 'Feature',properties:{Name: '3', Address: '1546 76TH STREET, BENSONHURST', Month: '6', Price: '3180'}, geometry: { type: 'Point', coordinates:[-74.0026042, 40.61639853]} },
{type: 'Feature',properties:{Name: '3', Address: '1707 78TH STREET, BENSONHURST', Month: '3', Price: '2352'}, geometry: { type: 'Point', coordinates:[-73.99968665, 40.61283582]} },
{type: 'Feature',properties:{Name: '3', Address: '1854 77TH STREET, BENSONHURST', Month: '4', Price: '2600'}, geometry: { type: 'Point', coordinates:[-73.99611019, 40.61156491]} },
{type: 'Feature',properties:{Name: '3', Address: '7818 15TH AVENUE, BENSONHURST', Month: '6', Price: '2640'}, geometry: { type: 'Point', coordinates:[-74.00498143, 40.61577264]} },
{type: 'Feature',properties:{Name: '3', Address: '7820 15TH AVENUE, BENSONHURST', Month: '8', Price: '2640'}, geometry: { type: 'Point', coordinates:[-74.00499223, 40.6157644]} },
{type: 'Feature',properties:{Name: '3', Address: '1610 78TH STREET, BENSONHURST', Month: '6', Price: '2632'}, geometry: { type: 'Point', coordinates:[-74.00214669, 40.61430152]} },
{type: 'Feature',properties:{Name: '3', Address: '1917 79TH STREET, BENSONHURST', Month: '5', Price: '3327'}, geometry: { type: 'Point', coordinates:[-73.99575015, 40.60954747]} },
{type: 'Feature',properties:{Name: '3', Address: '1566 79TH STREET, BENSONHURST', Month: '4', Price: '2196'}, geometry: { type: 'Point', coordinates:[-74.00403405, 40.61453203]} },
{type: 'Feature',properties:{Name: '3', Address: '1565 80TH STREET, BENSONHURST', Month: '8', Price: '2016'}, geometry: { type: 'Point', coordinates:[-74.00463552, 40.614005]} },
{type: 'Feature',properties:{Name: '3', Address: '1563 80TH STREET, BENSONHURST', Month: '1', Price: '2016'}, geometry: { type: 'Point', coordinates:[-74.00466794, 40.61402422]} },
{type: 'Feature',properties:{Name: '3', Address: '1966 79TH STREET, BENSONHURST', Month: '12', Price: '2095'}, geometry: { type: 'Point', coordinates:[-73.99497585, 40.60906161]} },
{type: 'Feature',properties:{Name: '3', Address: '1679 81ST STREET, BENSONHURST', Month: '6', Price: '2340'}, geometry: { type: 'Point', coordinates:[-74.00261483, 40.61187236]} },
{type: 'Feature',properties:{Name: '3', Address: '8013 17TH AVENUE, BENSONHURST', Month: '10', Price: '2100'}, geometry: { type: 'Point', coordinates:[-74.00144788, 40.61185866]} },
{type: 'Feature',properties:{Name: '3', Address: '1967 81ST STREET, BENSONHURST', Month: '4', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.99612841, 40.60795551]} },
{type: 'Feature',properties:{Name: '3', Address: '1654 81ST STREET, BENSONHURST', Month: '6', Price: '2491'}, geometry: { type: 'Point', coordinates:[-74.00305064, 40.61211389]} },
{type: 'Feature',properties:{Name: '3', Address: '1844 81ST STREET, BENSONHURST', Month: '5', Price: '3838'}, geometry: { type: 'Point', coordinates:[-73.99855578, 40.60939932]} },
{type: 'Feature',properties:{Name: '3', Address: '1941 82ND STREET, BENSONHURST', Month: '8', Price: '3774'}, geometry: { type: 'Point', coordinates:[-73.99711883, 40.60764263]} },
{type: 'Feature',properties:{Name: '3', Address: '2108 81ST STREET, BENSONHURST', Month: '12', Price: '3040'}, geometry: { type: 'Point', coordinates:[-73.99264961, 40.60583086]} },
{type: 'Feature',properties:{Name: '3', Address: '2216 81ST STREET, BENSONHURST', Month: '6', Price: '3025'}, geometry: { type: 'Point', coordinates:[-73.99030533, 40.60440889]} },
{type: 'Feature',properties:{Name: '3', Address: '1414 82ND STREET, BENSONHURST', Month: '3', Price: '2400'}, geometry: { type: 'Point', coordinates:[-74.00883892, 40.61470194]} },
{type: 'Feature',properties:{Name: '3', Address: '1466 83RD STREET, BENSONHURST', Month: '5', Price: '2739'}, geometry: { type: 'Point', coordinates:[-74.00836693, 40.61350799]} },
{type: 'Feature',properties:{Name: '3', Address: '2159 83RD STREET, BENSONHURST', Month: '5', Price: '3196'}, geometry: { type: 'Point', coordinates:[-73.99300271, 40.60424439]} },
{type: 'Feature',properties:{Name: '3', Address: '2133 83RD STREET, BENSONHURST', Month: '11', Price: '3480'}, geometry: { type: 'Point', coordinates:[-73.99341684, 40.60449419]} },
{type: 'Feature',properties:{Name: '3', Address: '2117 83RD STREET, BENSONHURST', Month: '4', Price: '4088'}, geometry: { type: 'Point', coordinates:[-73.99367251, 40.60464792]} },
{type: 'Feature',properties:{Name: '3', Address: '1948 83RD STREET, BENSONHURST', Month: '1', Price: '3321'}, geometry: { type: 'Point', coordinates:[-73.99758704, 40.60699487]} },
{type: 'Feature',properties:{Name: '3', Address: '2161 84TH STREET, BENSONHURST', Month: '4', Price: '3568'}, geometry: { type: 'Point', coordinates:[-73.99355016, 40.60366253]} },
{type: 'Feature',properties:{Name: '3', Address: '2157 84TH STREET, BENSONHURST', Month: '12', Price: '3568'}, geometry: { type: 'Point', coordinates:[-73.99361498, 40.60370096]} },
{type: 'Feature',properties:{Name: '3', Address: '2135 84TH STREET, BENSONHURST', Month: '2', Price: '3228'}, geometry: { type: 'Point', coordinates:[-73.99396429, 40.60391233]} },
{type: 'Feature',properties:{Name: '3', Address: '1830 84TH STREET, BENSONHURST', Month: '7', Price: '2192'}, geometry: { type: 'Point', coordinates:[-74.00056183, 40.60788146]} },
{type: 'Feature',properties:{Name: '3', Address: '1924 84TH STREET, BENSONHURST', Month: '3', Price: '3025'}, geometry: { type: 'Point', coordinates:[-73.99854503, 40.60666276]} },
{type: 'Feature',properties:{Name: '3', Address: '2015 85TH STREET, BENSONHURST', Month: '8', Price: '3076'}, geometry: { type: 'Point', coordinates:[-73.99707573, 40.60488411]} },
{type: 'Feature',properties:{Name: '3', Address: '2129 85TH STREET, BENSONHURST', Month: '10', Price: '2420'}, geometry: { type: 'Point', coordinates:[-73.99464136, 40.60341281]} },
{type: 'Feature',properties:{Name: '3', Address: '1630 85TH STREET, BENSONHURST', Month: '8', Price: '3575'}, geometry: { type: 'Point', coordinates:[-74.00579497, 40.61013205]} },
{type: 'Feature',properties:{Name: '3', Address: '1677 86 STREET, BENSONHURST', Month: '12', Price: '2170'}, geometry: { type: 'Point', coordinates:[-74.00536988, 40.60891612]} },
{type: 'Feature',properties:{Name: '3', Address: '2330 83RD STREET, BENSONHURST', Month: '6', Price: '2621'}, geometry: { type: 'Point', coordinates:[-73.9890129, 40.60181219]} },
{type: 'Feature',properties:{Name: '3', Address: '2323 84TH STREET, BENSONHURST', Month: '10', Price: '3570'}, geometry: { type: 'Point', coordinates:[-73.98970439, 40.60134015]} },
{type: 'Feature',properties:{Name: '3', Address: '2415 84TH STREET, BENSONHURST', Month: '12', Price: '3128'}, geometry: { type: 'Point', coordinates:[-73.98763038, 40.60008557]} },
{type: 'Feature',properties:{Name: '3', Address: '2425 85TH STREET, BENSONHURST', Month: '6', Price: '2552'}, geometry: { type: 'Point', coordinates:[-73.98805542, 40.59943236]} },
{type: 'Feature',properties:{Name: '3', Address: '1768 66TH STREET, BENSONHURST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99163958, 40.61902227]} },
{type: 'Feature',properties:{Name: '3', Address: '1449 67TH STREET, BENSONHURST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99944165, 40.62283784]} },
{type: 'Feature',properties:{Name: '3', Address: '1446 BAY RIDGE PARKWAY, BENSONHURST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00417837, 40.61833082]} },
{type: 'Feature',properties:{Name: '3', Address: '7506 16TH AVENUE, BENSONHURST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00095451, 40.61620093]} },
{type: 'Feature',properties:{Name: '3', Address: '7506 16TH AVENUE, BENSONHURST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00095451, 40.61620093]} },
{type: 'Feature',properties:{Name: '3', Address: '2151 80TH STREET, BENSONHURST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99138191, 40.60599821]} },
{type: 'Feature',properties:{Name: '3', Address: '1851 81ST STREET, BENSONHURST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99845853, 40.6093609]} },
{type: 'Feature',properties:{Name: '3', Address: '2154 81ST STREET, BENSONHURST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99191499, 40.6053889]} },
{type: 'Feature',properties:{Name: '3', Address: '2154 81ST STREET, BENSONHURST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99191499, 40.6053889]} },
{type: 'Feature',properties:{Name: '3', Address: '1569 84TH STREET, BENSONHURST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00658747, 40.61164713]} },
{type: 'Feature',properties:{Name: '3', Address: '1569 84TH STREET, BENSONHURST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00658747, 40.61164713]} },
{type: 'Feature',properties:{Name: '3', Address: '1569 84TH STREET, BENSONHURST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00658747, 40.61164713]} },
{type: 'Feature',properties:{Name: '3', Address: '1569 84TH STREET, BENSONHURST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00658747, 40.61164713]} },
{type: 'Feature',properties:{Name: '3', Address: '1815 83RD STREET, BENSONHURST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00015126, 40.60856766]} },
{type: 'Feature',properties:{Name: '3', Address: '1858 83RD STREET, BENSONHURST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99954261, 40.60817515]} },
{type: 'Feature',properties:{Name: '3', Address: '2246 84TH STREET, BENSONHURST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99155523, 40.60243822]} },
{type: 'Feature',properties:{Name: '3', Address: '2369 82ND STREET, BENSONHURST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98782088, 40.60202617]} },
{type: 'Feature',properties:{Name: '3', Address: '2357 84TH STREET, BENSONHURST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98917148, 40.60101622]} },
{type: 'Feature',properties:{Name: '3', Address: '8420 25TH AVENUE, BENSONHURST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98616499, 40.59892436]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A BAY RIDGE PARKWAY, BENSONHURST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00461786, 40.61894289]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A BAY RIDGE PARKWAY, BENSONHURST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00461786, 40.61894289]} },
{type: 'Feature',properties:{Name: '3', Address: '1641 85TH STREET, BENSONHURST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00560768, 40.61003873]} },
{type: 'Feature',properties:{Name: '3', Address: '2176 66 STREET, BENSONHURST', Month: '8', Price: '2480'}, geometry: { type: 'Point', coordinates:[-73.98265741, 40.61358109]} },
{type: 'Feature',properties:{Name: '3', Address: '1957 68TH STREET, BENSONHURST', Month: '2', Price: '3510'}, geometry: { type: 'Point', coordinates:[-73.98863246, 40.61540438]} },
{type: 'Feature',properties:{Name: '3', Address: '1953 68TH STREET, BENSONHURST', Month: '2', Price: '3510'}, geometry: { type: 'Point', coordinates:[-73.98869729, 40.61544281]} },
{type: 'Feature',properties:{Name: '3', Address: '2069 68TH STREET, BENSONHURST', Month: '10', Price: '3510'}, geometry: { type: 'Point', coordinates:[-73.98624831, 40.61396036]} },
{type: 'Feature',properties:{Name: '3', Address: '2069 68TH STREET, BENSONHURST', Month: '11', Price: '3510'}, geometry: { type: 'Point', coordinates:[-73.98624831, 40.61396036]} },
{type: 'Feature',properties:{Name: '3', Address: '2061 68TH STREET, BENSONHURST', Month: '10', Price: '3510'}, geometry: { type: 'Point', coordinates:[-73.98637076, 40.61403723]} },
{type: 'Feature',properties:{Name: '3', Address: '1850 68TH STREET, BENSONHURST', Month: '3', Price: '3520'}, geometry: { type: 'Point', coordinates:[-73.99088345, 40.61674678]} },
{type: 'Feature',properties:{Name: '3', Address: '1948 68TH STREET, BENSONHURST', Month: '4', Price: '3510'}, geometry: { type: 'Point', coordinates:[-73.98877292, 40.61546752]} },
{type: 'Feature',properties:{Name: '3', Address: '6810 21ST AVENUE, BENSONHURST', Month: '4', Price: '3276'}, geometry: { type: 'Point', coordinates:[-73.98558571, 40.61335093]} },
{type: 'Feature',properties:{Name: '3', Address: '6511 14TH AVENUE, BENSONHURST', Month: '1', Price: '3900'}, geometry: { type: 'Point', coordinates:[-73.99944884, 40.6245149]} },
{type: 'Feature',properties:{Name: '3', Address: '1416 66TH STREET, BENSONHURST', Month: '3', Price: '4500'}, geometry: { type: 'Point', coordinates:[-73.99942363, 40.62372166]} },
{type: 'Feature',properties:{Name: '3', Address: '1462 OVINGTON AVENUE, BENSONHURST', Month: '3', Price: '11840'}, geometry: { type: 'Point', coordinates:[-73.99987392, 40.62207753]} },
{type: 'Feature',properties:{Name: '3', Address: '1472 BAY RIDGE AVENUE, BENSONHURST', Month: '12', Price: '14080'}, geometry: { type: 'Point', coordinates:[-74.00023775, 40.62148191]} },
{type: 'Feature',properties:{Name: '3', Address: '1564 BAY RIDGE AVENUE, BENSONHURST', Month: '10', Price: '5280'}, geometry: { type: 'Point', coordinates:[-73.99800802, 40.62013695]} },
{type: 'Feature',properties:{Name: '3', Address: '1852 69TH STREET, BENSONHURST', Month: '5', Price: '3026'}, geometry: { type: 'Point', coordinates:[-73.99143103, 40.61616493]} },
{type: 'Feature',properties:{Name: '3', Address: '1821 70TH STREET, BENSONHURST', Month: '11', Price: '3080'}, geometry: { type: 'Point', coordinates:[-73.99246841, 40.6159015]} },
{type: 'Feature',properties:{Name: '3', Address: '1821 70TH STREET, BENSONHURST', Month: '10', Price: '3080'}, geometry: { type: 'Point', coordinates:[-73.99246841, 40.6159015]} },
{type: 'Feature',properties:{Name: '3', Address: '2018 BAY RIDGE AVENUE, BENSONHURST', Month: '12', Price: '4788'}, geometry: { type: 'Point', coordinates:[-73.98762782, 40.61386445]} },
{type: 'Feature',properties:{Name: '3', Address: '6912 21 AVENUE, BENSONHURST', Month: '4', Price: '3520'}, geometry: { type: 'Point', coordinates:[-73.98617652, 40.61278558]} },
{type: 'Feature',properties:{Name: '3', Address: '6922 21ST AVENUE, BENSONHURST', Month: '6', Price: '3520'}, geometry: { type: 'Point', coordinates:[-73.98621975, 40.61274441]} },
{type: 'Feature',properties:{Name: '3', Address: '6922 21ST AVENUE, BENSONHURST', Month: '5', Price: '3520'}, geometry: { type: 'Point', coordinates:[-73.98621975, 40.61274441]} },
{type: 'Feature',properties:{Name: '3', Address: '1405 71ST STREET, BENSONHURST', Month: '7', Price: '24960'}, geometry: { type: 'Point', coordinates:[-74.00245669, 40.62102351]} },
{type: 'Feature',properties:{Name: '3', Address: '7024 17TH AVENUE, BENSONHURST', Month: '7', Price: '2680'}, geometry: { type: 'Point', coordinates:[-73.99561637, 40.61749639]} },
{type: 'Feature',properties:{Name: '3', Address: '1429 72ND STREET, BENSONHURST', Month: '9', Price: '4680'}, geometry: { type: 'Point', coordinates:[-74.00265838, 40.62023575]} },
{type: 'Feature',properties:{Name: '3', Address: '2070 71 STREET, BENSONHURST', Month: '10', Price: '12160'}, geometry: { type: 'Point', coordinates:[-73.98797389, 40.61225055]} },
{type: 'Feature',properties:{Name: '3', Address: '1774 73 STREET, BENSONHURST', Month: '3', Price: '2720'}, geometry: { type: 'Point', coordinates:[-73.99556611, 40.6150151]} },
{type: 'Feature',properties:{Name: '3', Address: '2044 73RD STREET, BENSONHURST', Month: '6', Price: '5305'}, geometry: { type: 'Point', coordinates:[-73.98954437, 40.6113806]} },
{type: 'Feature',properties:{Name: '3', Address: '2062 73RD STREET, BENSONHURST', Month: '8', Price: '9600'}, geometry: { type: 'Point', coordinates:[-73.98925986, 40.6112104]} },
{type: 'Feature',properties:{Name: '3', Address: '1729 BAY RIDGE PARKWAY, BENSONHURST', Month: '4', Price: '3312'}, geometry: { type: 'Point', coordinates:[-73.99752915, 40.6143317]} },
{type: 'Feature',properties:{Name: '3', Address: '1901 BAY RIDGE PARKWAY, BENSONHURST', Month: '4', Price: '5625'}, geometry: { type: 'Point', coordinates:[-73.9936322, 40.61198201]} },
{type: 'Feature',properties:{Name: '3', Address: '1913 BAY RIDGE PARKWAY, BENSONHURST', Month: '9', Price: '5625'}, geometry: { type: 'Point', coordinates:[-73.99344132, 40.61186672]} },
{type: 'Feature',properties:{Name: '3', Address: '2061 BAY RIDGE PARKWAY, BENSONHURST', Month: '1', Price: '5214'}, geometry: { type: 'Point', coordinates:[-73.99041976, 40.61004122]} },
{type: 'Feature',properties:{Name: '3', Address: '2031 BAY RIDGE PARKWAY, BENSONHURST', Month: '12', Price: '3439'}, geometry: { type: 'Point', coordinates:[-73.99085912, 40.61030475]} },
{type: 'Feature',properties:{Name: '3', Address: '1863 76TH STREET, BENSONHURST', Month: '8', Price: '3080'}, geometry: { type: 'Point', coordinates:[-73.99540423, 40.61206993]} },
{type: 'Feature',properties:{Name: '3', Address: '1670 76 STREET, BENSONHURST', Month: '2', Price: '3280'}, geometry: { type: 'Point', coordinates:[-73.99967223, 40.61462268]} },
{type: 'Feature',properties:{Name: '3', Address: '2116 76TH STREET, BENSONHURST', Month: '9', Price: '5441'}, geometry: { type: 'Point', coordinates:[-73.98960964, 40.60854798]} },
{type: 'Feature',properties:{Name: '3', Address: '2117 77TH STREET, BENSONHURST', Month: '10', Price: '5441'}, geometry: { type: 'Point', coordinates:[-73.99017876, 40.60800181]} },
{type: 'Feature',properties:{Name: '3', Address: '1701 78TH STREET, BENSONHURST', Month: '6', Price: '5112'}, geometry: { type: 'Point', coordinates:[-73.9997875, 40.61289895]} },
{type: 'Feature',properties:{Name: '3', Address: '1961 78TH STREET, BENSONHURST', Month: '9', Price: '3750'}, geometry: { type: 'Point', coordinates:[-73.99447519, 40.60969015]} },
{type: 'Feature',properties:{Name: '3', Address: '1645 79TH STREET, BENSONHURST', Month: '2', Price: '3280'}, geometry: { type: 'Point', coordinates:[-74.00209623, 40.61338201]} },
{type: 'Feature',properties:{Name: '3', Address: '1734 78TH STREET, BENSONHURST', Month: '4', Price: '3237'}, geometry: { type: 'Point', coordinates:[-73.99921482, 40.61253114]} },
{type: 'Feature',properties:{Name: '3', Address: '1814 78 ST, BENSONHURST', Month: '4', Price: '18720'}, geometry: { type: 'Point', coordinates:[-73.99724833, 40.61134536]} },
{type: 'Feature',properties:{Name: '3', Address: '1770 79TH STREET, BENSONHURST', Month: '9', Price: '5289'}, geometry: { type: 'Point', coordinates:[-73.99917161, 40.61159242]} },
{type: 'Feature',properties:{Name: '3', Address: '1664 80 ST, BENSONHURST', Month: '6', Price: '3280'}, geometry: { type: 'Point', coordinates:[-74.0022907, 40.61256955]} },
{type: 'Feature',properties:{Name: '3', Address: '2060 80TH STREET, BENSONHURST', Month: '12', Price: '3213'}, geometry: { type: 'Point', coordinates:[-73.99345618, 40.60723076]} },
{type: 'Feature',properties:{Name: '3', Address: '1966 81ST STREET, BENSONHURST', Month: '1', Price: '4488'}, geometry: { type: 'Point', coordinates:[-73.99614282, 40.60794178]} },
{type: 'Feature',properties:{Name: '3', Address: '1919 82ND STREET, BENSONHURST', Month: '3', Price: '21120'}, geometry: { type: 'Point', coordinates:[-73.99746456, 40.60785124]} },
{type: 'Feature',properties:{Name: '3', Address: '1629 83RD STREET, BENSONHURST', Month: '9', Price: '3280'}, geometry: { type: 'Point', coordinates:[-74.00465695, 40.61128491]} },
{type: 'Feature',properties:{Name: '3', Address: '8221 17TH AVENUE, BENSONHURST', Month: '6', Price: '3344'}, geometry: { type: 'Point', coordinates:[-74.00294972, 40.61041761]} },
{type: 'Feature',properties:{Name: '3', Address: '1722 84TH STREET, BENSONHURST', Month: '8', Price: '3600'}, geometry: { type: 'Point', coordinates:[-74.00286685, 40.60966554]} },
{type: 'Feature',properties:{Name: '3', Address: '8307 21ST AVENUE, BENSONHURST', Month: '7', Price: '5058'}, geometry: { type: 'Point', coordinates:[-73.99437115, 40.60488401]} },
{type: 'Feature',properties:{Name: '3', Address: '8305 21ST AVENUE, BENSONHURST', Month: '3', Price: '5058'}, geometry: { type: 'Point', coordinates:[-73.99436034, 40.60489224]} },
{type: 'Feature',properties:{Name: '3', Address: '2053 85TH STREET, BENSONHURST', Month: '2', Price: '3280'}, geometry: { type: 'Point', coordinates:[-73.99647793, 40.60452178]} },
{type: 'Feature',properties:{Name: '3', Address: '2035 85 STREET, BENSONHURST', Month: '5', Price: '3280'}, geometry: { type: 'Point', coordinates:[-73.99675883, 40.60469471]} },
{type: 'Feature',properties:{Name: '3', Address: '2274 85TH STREET, BENSONHURST', Month: '4', Price: '3520'}, geometry: { type: 'Point', coordinates:[-73.99169578, 40.60161205]} },
{type: 'Feature',properties:{Name: '3', Address: '2274 85TH STREET, BENSONHURST', Month: '2', Price: '3520'}, geometry: { type: 'Point', coordinates:[-73.99169578, 40.60161205]} },
{type: 'Feature',properties:{Name: '3', Address: '2351 81ST STREET, BENSONHURST', Month: '8', Price: '5670'}, geometry: { type: 'Point', coordinates:[-73.98754345, 40.60275625]} },
{type: 'Feature',properties:{Name: '3', Address: '2314 82ND STREET, BENSONHURST', Month: '10', Price: '3034'}, geometry: { type: 'Point', coordinates:[-73.98868147, 40.60252581]} },
{type: 'Feature',properties:{Name: '3', Address: '2409 84TH STREET, BENSONHURST', Month: '4', Price: '12160'}, geometry: { type: 'Point', coordinates:[-73.98772399, 40.60014322]} },
{type: 'Feature',properties:{Name: '3', Address: '2409 84TH STREET, BENSONHURST', Month: '11', Price: '12160'}, geometry: { type: 'Point', coordinates:[-73.98772399, 40.60014322]} },
{type: 'Feature',properties:{Name: '3', Address: '2353 85TH STREET, BENSONHURST', Month: '5', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.98981615, 40.60049751]} },
{type: 'Feature',properties:{Name: '3', Address: '2410 84TH STREET, BENSONHURST', Month: '11', Price: '3588'}, geometry: { type: 'Point', coordinates:[-73.98770599, 40.60011303]} },
{type: 'Feature',properties:{Name: '3', Address: '2464 84TH STREET, BENSONHURST', Month: '1', Price: '3075'}, geometry: { type: 'Point', coordinates:[-73.98685624, 40.59959966]} },
{type: 'Feature',properties:{Name: '3', Address: '2171 68TH STREET, BENSONHURST', Month: '10', Price: '12972'}, geometry: { type: 'Point', coordinates:[-73.98399391, 40.61259865]} },
{type: 'Feature',properties:{Name: '3', Address: '2164 78TH STREET, BENSONHURST', Month: '1', Price: '51419'}, geometry: { type: 'Point', coordinates:[-73.99001324, 40.60697524]} },
{type: 'Feature',properties:{Name: '3', Address: '7913 BAY PARKWAY, A6, BENSONHURST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98984056, 40.60575105]} },
{type: 'Feature',properties:{Name: '3', Address: '7913 BAY PARKWAY, 3C, BENSONHURST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98984056, 40.60575105]} },
{type: 'Feature',properties:{Name: '3', Address: '1975 83RD STREET, B2, BENSONHURST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99716569, 40.60676155]} },
{type: 'Feature',properties:{Name: '3', Address: '8100 BAY PARKWAY, 4G, BENSONHURST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99097153, 40.60468891]} },
{type: 'Feature',properties:{Name: '3', Address: '2155 82ND STREET, 6C, BENSONHURST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99248406, 40.60483998]} },
{type: 'Feature',properties:{Name: '3', Address: '2155 82ND STREET, 4L, BENSONHURST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99248406, 40.60483998]} },
{type: 'Feature',properties:{Name: '3', Address: '2155 82ND STREET, 3J, BENSONHURST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99248406, 40.60483998]} },
{type: 'Feature',properties:{Name: '3', Address: '2155 82ND STREET, 5G, BENSONHURST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99248406, 40.60483998]} },
{type: 'Feature',properties:{Name: '3', Address: '2155 82ND STREET, 1B, BENSONHURST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99248406, 40.60483998]} },
{type: 'Feature',properties:{Name: '3', Address: '2155 82ND STREET, 3H, BENSONHURST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99248406, 40.60483998]} },
{type: 'Feature',properties:{Name: '3', Address: '2021 84TH STREET, 3-G, BENSONHURST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99639146, 40.60538364]} },
{type: 'Feature',properties:{Name: '3', Address: '2080 77 STREET, BENSONHURST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99139237, 40.6087183]} },
{type: 'Feature',properties:{Name: '3', Address: '2080 77TH STREET, BENSONHURST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99139237, 40.6087183]} },
{type: 'Feature',properties:{Name: '3', Address: '2080 77TH STREET, BENSONHURST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99139237, 40.6087183]} },
{type: 'Feature',properties:{Name: '3', Address: '1766 65TH STREET, BENSONHURST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99105236, 40.61964804]} },
{type: 'Feature',properties:{Name: '3', Address: '1766 65TH STREET, BENSONHURST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99105236, 40.61964804]} },
{type: 'Feature',properties:{Name: '3', Address: '7620 BAY PARKWAY, BENSONHURST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9884502, 40.60710685]} },
{type: 'Feature',properties:{Name: '3', Address: '10 AVENUE P, BENSONHURST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98802883, 40.60715347]} },
{type: 'Feature',properties:{Name: '3', Address: '10 AVENUE P, BENSONHURST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98802883, 40.60715347]} },
{type: 'Feature',properties:{Name: '3', Address: '105 KINGS HIGHWAY, BENSONHURST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98779131, 40.60619551]} },
{type: 'Feature',properties:{Name: '3', Address: '105 KINGS HIGHWAY, BENSONHURST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98779131, 40.60619551]} },
{type: 'Feature',properties:{Name: '3', Address: '6824 BAY PARKWAY, BENSONHURST', Month: '7', Price: '8526'}, geometry: { type: 'Point', coordinates:[-73.98374923, 40.6116297]} },
{type: 'Feature',properties:{Name: '3', Address: '6507 14TH AVENUE, BENSONHURST', Month: '2', Price: '4860'}, geometry: { type: 'Point', coordinates:[-73.99943082, 40.62453412]} },
{type: 'Feature',properties:{Name: '3', Address: '7104 15TH AVENUE, BENSONHURST', Month: '12', Price: '3300'}, geometry: { type: 'Point', coordinates:[-74.00076725, 40.61982955]} },
{type: 'Feature',properties:{Name: '3', Address: '1652 77TH STREET, BENSONHURST', Month: '12', Price: '3120'}, geometry: { type: 'Point', coordinates:[-74.00088965, 40.61445524]} },
{type: 'Feature',properties:{Name: '3', Address: '8010 18TH AVENUE, BENSONHURST', Month: '8', Price: '4860'}, geometry: { type: 'Point', coordinates:[-73.99902036, 40.61039569]} },
{type: 'Feature',properties:{Name: '3', Address: '1513 70TH STREET, BENSONHURST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99963618, 40.62023029]} },
{type: 'Feature',properties:{Name: '3', Address: '7011 14TH AVENUE, BENSONHURST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00239548, 40.621685]} },
{type: 'Feature',properties:{Name: '3', Address: '1927 78TH STREET, BENSONHURST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9950082, 40.61001406]} },
{type: 'Feature',properties:{Name: '3', Address: '106 KINGS HIGHWAY, BENSONHURST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98769408, 40.60615707]} },
{type: 'Feature',properties:{Name: '3', Address: '106 KINGS HIGHWAY, BENSONHURST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98769408, 40.60615707]} },
{type: 'Feature',properties:{Name: '3', Address: '106 KINGS HWY, BENSONHURST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98769408, 40.60615707]} },
{type: 'Feature',properties:{Name: '3', Address: '106 KINGS HIGHWAY, BENSONHURST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98769408, 40.60615707]} },
{type: 'Feature',properties:{Name: '3', Address: '7011 14TH AVENUE, BENSONHURST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00239548, 40.621685]} },
{type: 'Feature',properties:{Name: '3', Address: '106 KINGS HIGHWAY, BENSONHURST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98769408, 40.60615707]} },
{type: 'Feature',properties:{Name: '3', Address: '106 KINGS HIGHWAY, BENSONHURST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98769408, 40.60615707]} },
{type: 'Feature',properties:{Name: '3', Address: '106 KINGS HIGHWAY, BENSONHURST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98769408, 40.60615707]} },
{type: 'Feature',properties:{Name: '3', Address: '106 KINGS HIGHWAY, BENSONHURST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98769408, 40.60615707]} },
{type: 'Feature',properties:{Name: '3', Address: '7105 21ST AVENUE, BENSONHURST', Month: '12', Price: '1372'}, geometry: { type: 'Point', coordinates:[-73.98728967, 40.61168779]} },
{type: 'Feature',properties:{Name: '3', Address: '7206 BAY PARKWAY, BENSONHURST', Month: '3', Price: '3150'}, geometry: { type: 'Point', coordinates:[-73.98564771, 40.60980467]} },
{type: 'Feature',properties:{Name: '3', Address: '7206 BAY PARKWAY, BENSONHURST', Month: '12', Price: '3150'}, geometry: { type: 'Point', coordinates:[-73.98564771, 40.60980467]} },
{type: 'Feature',properties:{Name: '3', Address: '2431 86TH STREET, BENSONHURST', Month: '11', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.98850567, 40.5987215]} },
{type: 'Feature',properties:{Name: '3', Address: '6901 14TH AVENUE, BENSONHURST', Month: '8', Price: '3630'}, geometry: { type: 'Point', coordinates:[-74.00177231, 40.62228338]} },
{type: 'Feature',properties:{Name: '3', Address: '7127 NEW UTRECHT AVENUE, BENSONHURST', Month: '2', Price: '5310'}, geometry: { type: 'Point', coordinates:[-73.99910309, 40.61868771]} },
{type: 'Feature',properties:{Name: '3', Address: '7110 BAY PARKWAY, BENSONHURST', Month: '1', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.98520102, 40.61023005]} },
{type: 'Feature',properties:{Name: '3', Address: '7409 18TH AVENUE, BENSONHURST', Month: '2', Price: '2300'}, geometry: { type: 'Point', coordinates:[-73.99549055, 40.61386228]} },
{type: 'Feature',properties:{Name: '3', Address: '7407 18TH AVENUE, BENSONHURST', Month: '3', Price: '2300'}, geometry: { type: 'Point', coordinates:[-73.99547974, 40.61387326]} },
{type: 'Feature',properties:{Name: '3', Address: '8121 NEW UTRECHT AVENUE, BENSONHURST', Month: '5', Price: '25177'}, geometry: { type: 'Point', coordinates:[-74.00144425, 40.61055214]} },
{type: 'Feature',properties:{Name: '3', Address: '1931 86TH STREET, BENSONHURST', Month: '1', Price: '2304'}, geometry: { type: 'Point', coordinates:[-73.99953543, 40.60538644]} },
{type: 'Feature',properties:{Name: '3', Address: '2007 86TH STREET, BENSONHURST', Month: '12', Price: '13460'}, geometry: { type: 'Point', coordinates:[-73.99800488, 40.60447241]} },
{type: 'Feature',properties:{Name: '3', Address: '2021 86TH STREET, BENSONHURST', Month: '5', Price: '4200'}, geometry: { type: 'Point', coordinates:[-73.99770238, 40.6042885]} },
{type: 'Feature',properties:{Name: '3', Address: '2017 86TH STREET, BENSONHURST', Month: '1', Price: '4200'}, geometry: { type: 'Point', coordinates:[-73.99778881, 40.60434065]} },
{type: 'Feature',properties:{Name: '3', Address: '2257 86TH STREET, BENSONHURST', Month: '1', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.99243767, 40.6011098]} },
{type: 'Feature',properties:{Name: '3', Address: '2249-55 86TH STREET, BENSONHURST', Month: '12', Price: '4020'}, geometry: { type: 'Point', coordinates:[-73.9925709, 40.60119215]} },
{type: 'Feature',properties:{Name: '3', Address: '2205 86TH ST, BENSONHURST', Month: '12', Price: '3825'}, geometry: { type: 'Point', coordinates:[-73.99360076, 40.60182901]} },
{type: 'Feature',properties:{Name: '3', Address: '6516 NEW UTRECHT AVENUE, BENSONHURST', Month: '6', Price: '8350'}, geometry: { type: 'Point', coordinates:[-73.99778458, 40.62345814]} },
{type: 'Feature',properties:{Name: '3', Address: '7506 16TH AVENUE, BENSONHURST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00095451, 40.61620093]} },
{type: 'Feature',properties:{Name: '3', Address: '8200 18TH AVENUE, BENSONHURST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00044299, 40.60905074]} },
{type: 'Feature',properties:{Name: '3', Address: '1421 86TH STREET, BENSONHURST', Month: '3', Price: '4910'}, geometry: { type: 'Point', coordinates:[-74.01122297, 40.61244825]} },
{type: 'Feature',properties:{Name: '3', Address: '7923 NEW UTRECHT AVENUE, BENSONHURST', Month: '3', Price: '3314'}, geometry: { type: 'Point', coordinates:[-74.00095085, 40.61221549]} },
{type: 'Feature',properties:{Name: '3', Address: '7917 NEW UTRECHT AVENUE, BENSONHURST', Month: '6', Price: '1672'}, geometry: { type: 'Point', coordinates:[-74.00094365, 40.61224019]} },
{type: 'Feature',properties:{Name: '3', Address: '7915 NEW UTRECHT AVENUE, BENSONHURST', Month: '10', Price: '1672'}, geometry: { type: 'Point', coordinates:[-74.00094005, 40.61224843]} },
{type: 'Feature',properties:{Name: '3', Address: '1446 BAY RIDGE PARKWAY, BENSONHURST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00417837, 40.61833082]} },
{type: 'Feature',properties:{Name: '3', Address: '7506 16TH AVENUE, BENSONHURST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00095451, 40.61620093]} },
{type: 'Feature',properties:{Name: '3', Address: '7620 BAY PARKWAY, BENSONHURST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9884502, 40.60710685]} },
{type: 'Feature',properties:{Name: '3', Address: '8422 25TH AVENUE, BENSONHURST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98617219, 40.59891612]} },
{type: 'Feature',properties:{Name: '3', Address: '1120 EAST 72ND STREET, BERGEN BEACH', Month: '7', Price: '1960'}, geometry: { type: 'Point', coordinates:[-73.91599668, 40.62703413]} },
{type: 'Feature',properties:{Name: '3', Address: '1168 EAST 72ND STREET, BERGEN BEACH', Month: '12', Price: '1960'}, geometry: { type: 'Point', coordinates:[-73.91492014, 40.62655025]} },
{type: 'Feature',properties:{Name: '3', Address: '1336 EAST 66TH STREET, BERGEN BEACH', Month: '3', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.91545224, 40.62170609]} },
{type: 'Feature',properties:{Name: '3', Address: '12 BERGEN BEACH PLACE, BERGEN BEACH', Month: '6', Price: '1750'}, geometry: { type: 'Point', coordinates:[-73.91499387, 40.62240567]} },
{type: 'Feature',properties:{Name: '3', Address: '16 BERGEN BEACH PLACE, BERGEN BEACH', Month: '10', Price: '1750'}, geometry: { type: 'Point', coordinates:[-73.91490752, 40.62232326]} },
{type: 'Feature',properties:{Name: '3', Address: '38 BERGEN BEACH PLACE, BERGEN BEACH', Month: '8', Price: '2625'}, geometry: { type: 'Point', coordinates:[-73.91442538, 40.62188374]} },
{type: 'Feature',properties:{Name: '3', Address: '36 GEORGETOWN LANE, BERGEN BEACH', Month: '11', Price: '1648'}, geometry: { type: 'Point', coordinates:[-73.91381612, 40.62226207]} },
{type: 'Feature',properties:{Name: '3', Address: '19 GEORGETOWN LANE, BERGEN BEACH', Month: '4', Price: '1442'}, geometry: { type: 'Point', coordinates:[-73.9141867, 40.62261368]} },
{type: 'Feature',properties:{Name: '3', Address: '1328 EAST 69TH STREET, BERGEN BEACH', Month: '2', Price: '2235'}, geometry: { type: 'Point', coordinates:[-73.91355925, 40.62311276]} },
{type: 'Feature',properties:{Name: '3', Address: '1340 EAST 69TH STREET, BERGEN BEACH', Month: '7', Price: '2235'}, geometry: { type: 'Point', coordinates:[-73.91340094, 40.62296991]} },
{type: 'Feature',properties:{Name: '3', Address: '6686 AVENUE M, BERGEN BEACH', Month: '8', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.91474774, 40.62332774]} },
{type: 'Feature',properties:{Name: '3', Address: '2043 EAST 68TH STREET, BERGEN BEACH', Month: '6', Price: '1584'}, geometry: { type: 'Point', coordinates:[-73.91061779, 40.61921565]} },
{type: 'Feature',properties:{Name: '3', Address: '2043 EAST 68TH STREET, BERGEN BEACH', Month: '7', Price: '1584'}, geometry: { type: 'Point', coordinates:[-73.91061779, 40.61921565]} },
{type: 'Feature',properties:{Name: '3', Address: '2063 EAST 67 STREET, BERGEN BEACH', Month: '10', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.91098983, 40.61845014]} },
{type: 'Feature',properties:{Name: '3', Address: '2068 EAST 68TH STREET, BERGEN BEACH', Month: '2', Price: '1456'}, geometry: { type: 'Point', coordinates:[-73.91007816, 40.61870744]} },
{type: 'Feature',properties:{Name: '3', Address: '7123 VETERANS AVENUE, BERGEN BEACH', Month: '11', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.90750785, 40.62017936]} },
{type: 'Feature',properties:{Name: '3', Address: '2055 EAST 71ST, BERGEN BEACH', Month: '5', Price: '1036'}, geometry: { type: 'Point', coordinates:[-73.90823137, 40.62055597]} },
{type: 'Feature',properties:{Name: '3', Address: '2046 EAST 72ND STREET, BERGEN BEACH', Month: '11', Price: '1036'}, geometry: { type: 'Point', coordinates:[-73.90760389, 40.62106326]} },
{type: 'Feature',properties:{Name: '3', Address: '2053 EAST 72ND STREET, BERGEN BEACH', Month: '4', Price: '1064'}, geometry: { type: 'Point', coordinates:[-73.90751751, 40.62101104]} },
{type: 'Feature',properties:{Name: '3', Address: '2046 EAST 73RD STREET, BERGEN BEACH', Month: '4', Price: '1096'}, geometry: { type: 'Point', coordinates:[-73.90688641, 40.62152655]} },
{type: 'Feature',properties:{Name: '3', Address: '2072 EAST 73RD STREET, BERGEN BEACH', Month: '9', Price: '1064'}, geometry: { type: 'Point', coordinates:[-73.9065806, 40.62125182]} },
{type: 'Feature',properties:{Name: '3', Address: '2071 EAST 73RD STREET, BERGEN BEACH', Month: '4', Price: '1064'}, geometry: { type: 'Point', coordinates:[-73.90658776, 40.62128202]} },
{type: 'Feature',properties:{Name: '3', Address: '2039 EAST 73RD STREET, BERGEN BEACH', Month: '1', Price: '1064'}, geometry: { type: 'Point', coordinates:[-73.90696552, 40.62162268]} },
{type: 'Feature',properties:{Name: '3', Address: '7318 AVENUE T, BERGEN BEACH', Month: '2', Price: '1732'}, geometry: { type: 'Point', coordinates:[-73.9074652, 40.62236692]} },
{type: 'Feature',properties:{Name: '3', Address: '2048 EAST 74TH STREET, BERGEN BEACH', Month: '8', Price: '1064'}, geometry: { type: 'Point', coordinates:[-73.90615093, 40.62197061]} },
{type: 'Feature',properties:{Name: '3', Address: '2053 EAST 74TH STREET, BERGEN BEACH', Month: '9', Price: '1092'}, geometry: { type: 'Point', coordinates:[-73.90608614, 40.62193761]} },
{type: 'Feature',properties:{Name: '3', Address: '2060 ROYCE STREET, BERGEN BEACH', Month: '9', Price: '1729'}, geometry: { type: 'Point', coordinates:[-73.9052319, 40.62229099]} },
{type: 'Feature',properties:{Name: '3', Address: '2111 EAST 72ND STREET, BERGEN BEACH', Month: '4', Price: '1877'}, geometry: { type: 'Point', coordinates:[-73.90631948, 40.6199396]} },
{type: 'Feature',properties:{Name: '3', Address: '2167 EAST 73RD STREET, BERGEN BEACH', Month: '6', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.9048789, 40.61974902]} },
{type: 'Feature',properties:{Name: '3', Address: '2180 ROYCE STREET, BERGEN BEACH', Month: '6', Price: '3262'}, geometry: { type: 'Point', coordinates:[-73.90326044, 40.62051896]} },
{type: 'Feature',properties:{Name: '3', Address: '6917 AVENUE W, BERGEN BEACH', Month: '5', Price: '11224'}, geometry: { type: 'Point', coordinates:[-73.90509351, 40.61575552]} },
{type: 'Feature',properties:{Name: '3', Address: '2244 EAST 70TH STREET, BERGEN BEACH', Month: '7', Price: '1530'}, geometry: { type: 'Point', coordinates:[-73.90550599, 40.6169773]} },
{type: 'Feature',properties:{Name: '3', Address: '2248 EAST 70TH STREET, BERGEN BEACH', Month: '11', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.90545563, 40.61693059]} },
{type: 'Feature',properties:{Name: '3', Address: '7003 AVE W, BERGEN BEACH', Month: '7', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.90441572, 40.61619138]} },
{type: 'Feature',properties:{Name: '3', Address: '2253 EAST 70TH STREET, BERGEN BEACH', Month: '7', Price: '1831'}, geometry: { type: 'Point', coordinates:[-73.90538725, 40.61689486]} },
{type: 'Feature',properties:{Name: '3', Address: '2223 EAST 70TH STREET, BERGEN BEACH', Month: '12', Price: '1683'}, geometry: { type: 'Point', coordinates:[-73.90577577, 40.61724376]} },
{type: 'Feature',properties:{Name: '3', Address: '2249 EAST 71ST STREET, BERGEN BEACH', Month: '3', Price: '2574'}, geometry: { type: 'Point', coordinates:[-73.90472376, 40.61740484]} },
{type: 'Feature',properties:{Name: '3', Address: '2217 EAST 71ST STREET, BERGEN BEACH', Month: '4', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.90513745, 40.61777847]} },
{type: 'Feature',properties:{Name: '3', Address: '7215 AVENUE W, BERGEN BEACH', Month: '7', Price: '2016'}, geometry: { type: 'Point', coordinates:[-73.90293033, 40.61715356]} },
{type: 'Feature',properties:{Name: '3', Address: '7521 AVENUE W, BERGEN BEACH', Month: '10', Price: '2056'}, geometry: { type: 'Point', coordinates:[-73.90070937, 40.61859543]} },
{type: 'Feature',properties:{Name: '3', Address: '2230 BERGEN AVENUE, BERGEN BEACH', Month: '7', Price: '1615'}, geometry: { type: 'Point', coordinates:[-73.90133048, 40.61997659]} },
{type: 'Feature',properties:{Name: '3', Address: '2232 BERGEN AVENUE, BERGEN BEACH', Month: '5', Price: '1615'}, geometry: { type: 'Point', coordinates:[-73.9013017, 40.61995187]} },
{type: 'Feature',properties:{Name: '3', Address: '2340 EAST 70TH STREET, BERGEN BEACH', Month: '3', Price: '1530'}, geometry: { type: 'Point', coordinates:[-73.90374332, 40.61539209]} },
{type: 'Feature',properties:{Name: '3', Address: '2369 EAST 70TH STREET, BERGEN BEACH', Month: '2', Price: '1998'}, geometry: { type: 'Point', coordinates:[-73.90336197, 40.61507612]} },
{type: 'Feature',properties:{Name: '3', Address: '2363 EAST 70TH STREET, BERGEN BEACH', Month: '3', Price: '1665'}, geometry: { type: 'Point', coordinates:[-73.90343751, 40.6151448]} },
{type: 'Feature',properties:{Name: '3', Address: '2374 EAST 71ST STREET, BERGEN BEACH', Month: '4', Price: '1665'}, geometry: { type: 'Point', coordinates:[-73.90258341, 40.61545699]} },
{type: 'Feature',properties:{Name: '3', Address: '7109 AVENUE X, BERGEN BEACH', Month: '5', Price: '2439'}, geometry: { type: 'Point', coordinates:[-73.90185285, 40.61503916]} },
{type: 'Feature',properties:{Name: '3', Address: '2376 EAST 72ND STREET, BERGEN BEACH', Month: '5', Price: '1729'}, geometry: { type: 'Point', coordinates:[-73.90184798, 40.61589553]} },
{type: 'Feature',properties:{Name: '3', Address: '7221 AVENUE X, BERGEN BEACH', Month: '8', Price: '1539'}, geometry: { type: 'Point', coordinates:[-73.9010777, 40.61554079]} },
{type: 'Feature',properties:{Name: '3', Address: '2313 EAST 73RD STREET, BERGEN BEACH', Month: '2', Price: '1356'}, geometry: { type: 'Point', coordinates:[-73.90195065, 40.61711705]} },
{type: 'Feature',properties:{Name: '3', Address: '2340 EAST 74TH STREET, BERGEN BEACH', Month: '6', Price: '1346'}, geometry: { type: 'Point', coordinates:[-73.90088428, 40.61723691]} },
{type: 'Feature',properties:{Name: '3', Address: '2315 EAST 74TH STREET, BERGEN BEACH', Month: '8', Price: '1980'}, geometry: { type: 'Point', coordinates:[-73.9012044, 40.61755009]} },
{type: 'Feature',properties:{Name: '3', Address: '2356 BERGEN AVENUE, BERGEN BEACH', Month: '7', Price: '1847'}, geometry: { type: 'Point', coordinates:[-73.89904621, 40.61793797]} },
{type: 'Feature',properties:{Name: '3', Address: '2441 EAST 69TH STREET, BERGEN BEACH', Month: '6', Price: '1380'}, geometry: { type: 'Point', coordinates:[-73.90287806, 40.61346726]} },
{type: 'Feature',properties:{Name: '3', Address: '2431 EAST 69TH STREET, BERGEN BEACH', Month: '10', Price: '1380'}, geometry: { type: 'Point', coordinates:[-73.90297519, 40.61355243]} },
{type: 'Feature',properties:{Name: '3', Address: '2402 EAST 70TH STREET, BERGEN BEACH', Month: '8', Price: '1836'}, geometry: { type: 'Point', coordinates:[-73.9024951, 40.61427391]} },
{type: 'Feature',properties:{Name: '3', Address: '2426 EAST 70 STREET, BERGEN BEACH', Month: '7', Price: '2750'}, geometry: { type: 'Point', coordinates:[-73.90226848, 40.61406785]} },
{type: 'Feature',properties:{Name: '3', Address: '2445 EAST 70TH STREET, BERGEN BEACH', Month: '6', Price: '2172'}, geometry: { type: 'Point', coordinates:[-73.9020814, 40.61392496]} },
{type: 'Feature',properties:{Name: '3', Address: '2417 EAST 70TH STREET, BERGEN BEACH', Month: '4', Price: '2172'}, geometry: { type: 'Point', coordinates:[-73.90234758, 40.61416399]} },
{type: 'Feature',properties:{Name: '3', Address: '2417 EAST 70TH STREET, BERGEN BEACH', Month: '7', Price: '2172'}, geometry: { type: 'Point', coordinates:[-73.90234758, 40.61416399]} },
{type: 'Feature',properties:{Name: '3', Address: '2447 EAST 71ST STREET, BERGEN BEACH', Month: '4', Price: '1845'}, geometry: { type: 'Point', coordinates:[-73.90135317, 40.61437174]} },
{type: 'Feature',properties:{Name: '3', Address: '2445 EAST 71ST STREET, BERGEN BEACH', Month: '2', Price: '1517'}, geometry: { type: 'Point', coordinates:[-73.90137116, 40.61438823]} },
{type: 'Feature',properties:{Name: '3', Address: '2451 EAST 73RD STREET, BERGEN BEACH', Month: '1', Price: '3645'}, geometry: { type: 'Point', coordinates:[-73.8998823, 40.61525979]} },
{type: 'Feature',properties:{Name: '3', Address: '2429 EAST 74TH STREET, BERGEN BEACH', Month: '12', Price: '2386'}, geometry: { type: 'Point', coordinates:[-73.89939145, 40.61591536]} },
{type: 'Feature',properties:{Name: '3', Address: '2418 ROYCE STREET, BERGEN BEACH', Month: '12', Price: '1530'}, geometry: { type: 'Point', coordinates:[-73.89895811, 40.61664784]} },
{type: 'Feature',properties:{Name: '3', Address: '1155 EAST 73RD STREET, BERGEN BEACH', Month: '9', Price: '3238'}, geometry: { type: 'Point', coordinates:[-73.9150703, 40.6274534]} },
{type: 'Feature',properties:{Name: '3', Address: '1155 EAST 73RD STREET, BERGEN BEACH', Month: '10', Price: '3238'}, geometry: { type: 'Point', coordinates:[-73.9150703, 40.6274534]} },
{type: 'Feature',properties:{Name: '3', Address: '1138 EAST 73RD STREET, BERGEN BEACH', Month: '10', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.91534756, 40.62756065]} },
{type: 'Feature',properties:{Name: '3', Address: '1240 EAST 68TH STREET, BERGEN BEACH', Month: '2', Price: '1998'}, geometry: { type: 'Point', coordinates:[-73.9161843, 40.62393265]} },
{type: 'Feature',properties:{Name: '3', Address: '1264 EAST 68, BERGEN BEACH', Month: '12', Price: '1998'}, geometry: { type: 'Point', coordinates:[-73.91588565, 40.6236607]} },
{type: 'Feature',properties:{Name: '3', Address: '1264 EAST 68, BERGEN BEACH', Month: '3', Price: '1998'}, geometry: { type: 'Point', coordinates:[-73.91588565, 40.6236607]} },
{type: 'Feature',properties:{Name: '3', Address: '6820 AVENUE L, BERGEN BEACH', Month: '2', Price: '2068'}, geometry: { type: 'Point', coordinates:[-73.91670193, 40.62482234]} },
{type: 'Feature',properties:{Name: '3', Address: '6908 AVENUE L, BERGEN BEACH', Month: '12', Price: '2640'}, geometry: { type: 'Point', coordinates:[-73.91577896, 40.62542278]} },
{type: 'Feature',properties:{Name: '3', Address: '1248 EAST 73RD STREET, BERGEN BEACH', Month: '11', Price: '3013'}, geometry: { type: 'Point', coordinates:[-73.91271923, 40.62639215]} },
{type: 'Feature',properties:{Name: '3', Address: '1270 EAST 73RD STREET, BERGEN BEACH', Month: '10', Price: '3265'}, geometry: { type: 'Point', coordinates:[-73.91229798, 40.62620793]} },
{type: 'Feature',properties:{Name: '3', Address: '7221 AVENUE M, BERGEN BEACH', Month: '12', Price: '2509'}, geometry: { type: 'Point', coordinates:[-73.91152427, 40.62558976]} },
{type: 'Feature',properties:{Name: '3', Address: '1225 EAST 73RD STREET, BERGEN BEACH', Month: '9', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.91313685, 40.62659558]} },
{type: 'Feature',properties:{Name: '3', Address: '6523 AVENUE N, BERGEN BEACH', Month: '7', Price: '2600'}, geometry: { type: 'Point', coordinates:[-73.91494241, 40.62038547]} },
{type: 'Feature',properties:{Name: '3', Address: '7126 BERGEN COURT, BERGEN BEACH', Month: '7', Price: '1776'}, geometry: { type: 'Point', coordinates:[-73.9115294, 40.62444244]} },
{type: 'Feature',properties:{Name: '3', Address: '7119 BERGEN COURT, BERGEN BEACH', Month: '3', Price: '1776'}, geometry: { type: 'Point', coordinates:[-73.91167359, 40.6243657]} },
{type: 'Feature',properties:{Name: '3', Address: '7005 AVENUE N, BERGEN BEACH', Month: '11', Price: '2920'}, geometry: { type: 'Point', coordinates:[-73.91152825, 40.62259245]} },
{type: 'Feature',properties:{Name: '3', Address: '7017 AVENUE N, BERGEN BEACH', Month: '6', Price: '2920'}, geometry: { type: 'Point', coordinates:[-73.91146696, 40.62263083]} },
{type: 'Feature',properties:{Name: '3', Address: '1369 EAST 69TH STREET, BERGEN BEACH', Month: '2', Price: '2920'}, geometry: { type: 'Point', coordinates:[-73.91301951, 40.62265123]} },
{type: 'Feature',properties:{Name: '3', Address: '7214 ROYCE PLACE, BERGEN BEACH', Month: '4', Price: '3391'}, geometry: { type: 'Point', coordinates:[-73.91069776, 40.62406301]} },
{type: 'Feature',properties:{Name: '3', Address: '1493 EAST 68TH STREET, BERGEN BEACH', Month: '5', Price: '2236'}, geometry: { type: 'Point', coordinates:[-73.91270815, 40.62109744]} },
{type: 'Feature',properties:{Name: '3', Address: '1434 EAST 69TH STREET, BERGEN BEACH', Month: '8', Price: '2236'}, geometry: { type: 'Point', coordinates:[-73.9120265, 40.62172822]} },
{type: 'Feature',properties:{Name: '3', Address: '1462 EAST 69 STREET, BERGEN BEACH', Month: '12', Price: '2236'}, geometry: { type: 'Point', coordinates:[-73.91196894, 40.62167328]} },
{type: 'Feature',properties:{Name: '3', Address: '1474 EAST 69 STREET, BERGEN BEACH', Month: '10', Price: '2236'}, geometry: { type: 'Point', coordinates:[-73.91194375, 40.6216513]} },
{type: 'Feature',properties:{Name: '3', Address: '1421 EAST 70TH STREET, BERGEN BEACH', Month: '7', Price: '2220'}, geometry: { type: 'Point', coordinates:[-73.91105356, 40.62198274]} },
{type: 'Feature',properties:{Name: '3', Address: '1442 EAST 71ST STREET, BERGEN BEACH', Month: '4', Price: '2110'}, geometry: { type: 'Point', coordinates:[-73.9105808, 40.62263289]} },
{type: 'Feature',properties:{Name: '3', Address: '7223 AVENUE U, BERGEN BEACH', Month: '12', Price: '2002'}, geometry: { type: 'Point', coordinates:[-73.90651689, 40.6204448]} },
{type: 'Feature',properties:{Name: '3', Address: '2045 EAST 73RD STREET, BERGEN BEACH', Month: '8', Price: '1064'}, geometry: { type: 'Point', coordinates:[-73.90689356, 40.62155949]} },
{type: 'Feature',properties:{Name: '3', Address: '2115 EAST 70TH STREET, BERGEN BEACH', Month: '11', Price: '1984'}, geometry: { type: 'Point', coordinates:[-73.90758531, 40.61887015]} },
{type: 'Feature',properties:{Name: '3', Address: '7004 AVENUE U, BERGEN BEACH', Month: '4', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.90802397, 40.61944965]} },
{type: 'Feature',properties:{Name: '3', Address: '2136 EAST 71ST STREET, BERGEN BEACH', Month: '7', Price: '2688'}, geometry: { type: 'Point', coordinates:[-73.9067132, 40.61916588]} },
{type: 'Feature',properties:{Name: '3', Address: '2165 EAST 70 STREET, BERGEN BEACH', Month: '6', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.90697373, 40.6183207]} },
{type: 'Feature',properties:{Name: '3', Address: '2163 EAST 73RD STREET, BERGEN BEACH', Month: '4', Price: '2476'}, geometry: { type: 'Point', coordinates:[-73.90492927, 40.61979573]} },
{type: 'Feature',properties:{Name: '3', Address: '2219 EAST 69TH STREET, BERGEN BEACH', Month: '10', Price: '2439'}, geometry: { type: 'Point', coordinates:[-73.90658683, 40.61679977]} },
{type: 'Feature',properties:{Name: '3', Address: '2258 EAST 70TH STREET, BERGEN BEACH', Month: '7', Price: '1836'}, geometry: { type: 'Point', coordinates:[-73.90532613, 40.61681521]} },
{type: 'Feature',properties:{Name: '3', Address: '2243 EAST 72ND STREET, BERGEN BEACH', Month: '2', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.90408904, 40.6179368]} },
{type: 'Feature',properties:{Name: '3', Address: '2246 EAST 73RD STREET, BERGEN BEACH', Month: '5', Price: '2450'}, geometry: { type: 'Point', coordinates:[-73.90333924, 40.61833966]} },
{type: 'Feature',properties:{Name: '3', Address: '7515 AVENUE W, BERGEN BEACH', Month: '11', Price: '2094'}, geometry: { type: 'Point', coordinates:[-73.90074182, 40.6185735]} },
{type: 'Feature',properties:{Name: '3', Address: '2275 ROYCE STREET, BERGEN BEACH', Month: '9', Price: '2388'}, geometry: { type: 'Point', coordinates:[-73.90150487, 40.61896666]} },
{type: 'Feature',properties:{Name: '3', Address: '7309 AVENUE X, BERGEN BEACH', Month: '11', Price: '2600'}, geometry: { type: 'Point', coordinates:[-73.90042513, 40.61596018]} },
{type: 'Feature',properties:{Name: '3', Address: '2345 EAST 74TH STREET, BERGEN BEACH', Month: '6', Price: '1508'}, geometry: { type: 'Point', coordinates:[-73.9008159, 40.61720116]} },
{type: 'Feature',properties:{Name: '3', Address: '2334 ROYCE STREET, BERGEN BEACH', Month: '8', Price: '2244'}, geometry: { type: 'Point', coordinates:[-73.90022069, 40.61778804]} },
{type: 'Feature',properties:{Name: '3', Address: '2409 EAST 70 STREET, BERGEN BEACH', Month: '6', Price: '2172'}, geometry: { type: 'Point', coordinates:[-73.90242312, 40.61423267]} },
{type: 'Feature',properties:{Name: '3', Address: '2403 EAST 70TH STREET, BERGEN BEACH', Month: '12', Price: '2379'}, geometry: { type: 'Point', coordinates:[-73.90248067, 40.61428487]} },
{type: 'Feature',properties:{Name: '3', Address: '2427 EAST 70TH STREET, BERGEN BEACH', Month: '11', Price: '2172'}, geometry: { type: 'Point', coordinates:[-73.90225046, 40.61407882]} },
{type: 'Feature',properties:{Name: '3', Address: '7119 AVENUE Y, BERGEN BEACH', Month: '5', Price: '2625'}, geometry: { type: 'Point', coordinates:[-73.90048226, 40.61388242]} },
{type: 'Feature',properties:{Name: '3', Address: '2415 EAST 71ST STREET, BERGEN BEACH', Month: '7', Price: '1845'}, geometry: { type: 'Point', coordinates:[-73.90165533, 40.61464374]} },
{type: 'Feature',properties:{Name: '3', Address: '7118 AVENUE X, BERGEN BEACH', Month: '2', Price: '1605'}, geometry: { type: 'Point', coordinates:[-73.90178798, 40.61506106]} },
{type: 'Feature',properties:{Name: '3', Address: '2451 EAST 74TH STREET, BERGEN BEACH', Month: '9', Price: '2970'}, geometry: { type: 'Point', coordinates:[-73.89918642, 40.61573128]} },
{type: 'Feature',properties:{Name: '3', Address: '1160 BERGEN AVENUE, BERGEN BEACH', Month: '8', Price: '3146'}, geometry: { type: 'Point', coordinates:[-73.91446794, 40.62802387]} },
{type: 'Feature',properties:{Name: '3', Address: '1235 EAST 66TH STREET, BERGEN BEACH', Month: '5', Price: '3248'}, geometry: { type: 'Point', coordinates:[-73.91710021, 40.62319497]} },
{type: 'Feature',properties:{Name: '3', Address: '1209 EAST 66TH STREET, BERGEN BEACH', Month: '6', Price: '3265'}, geometry: { type: 'Point', coordinates:[-73.91738448, 40.62344495]} },
{type: 'Feature',properties:{Name: '3', Address: '1249 EAST 68TH STREET, BERGEN BEACH', Month: '12', Price: '3762'}, geometry: { type: 'Point', coordinates:[-73.91606913, 40.62385297]} },
{type: 'Feature',properties:{Name: '3', Address: '1245 EAST 68TH STREET, BERGEN BEACH', Month: '4', Price: '3562'}, geometry: { type: 'Point', coordinates:[-73.9161195, 40.62389692]} },
{type: 'Feature',properties:{Name: '3', Address: '1220 EAST 69TH STREET, BERGEN BEACH', Month: '4', Price: '3562'}, geometry: { type: 'Point', coordinates:[-73.91546991, 40.62482144]} },
{type: 'Feature',properties:{Name: '3', Address: '1234 EAST 69TH STREET, BERGEN BEACH', Month: '12', Price: '3562'}, geometry: { type: 'Point', coordinates:[-73.91528999, 40.62466211]} },
{type: 'Feature',properties:{Name: '3', Address: '1268 EAST 69 STREET, BERGEN BEACH', Month: '5', Price: '3562'}, geometry: { type: 'Point', coordinates:[-73.9148546, 40.62427477]} },
{type: 'Feature',properties:{Name: '3', Address: '1275 EAST 69TH STREET, BERGEN BEACH', Month: '6', Price: '2904'}, geometry: { type: 'Point', coordinates:[-73.91476101, 40.62421706]} },
{type: 'Feature',properties:{Name: '3', Address: '1269 EAST 69 STREET, BERGEN BEACH', Month: '11', Price: '3984'}, geometry: { type: 'Point', coordinates:[-73.91484018, 40.62428574]} },
{type: 'Feature',properties:{Name: '3', Address: '1245 EAST 69TH STREET, BERGEN BEACH', Month: '7', Price: '3396'}, geometry: { type: 'Point', coordinates:[-73.91514603, 40.6245577]} },
{type: 'Feature',properties:{Name: '3', Address: '1211 EAST 72ND STREET, BERGEN BEACH', Month: '9', Price: '3395'}, geometry: { type: 'Point', coordinates:[-73.913858, 40.62609383]} },
{type: 'Feature',properties:{Name: '3', Address: '1274 EAST 73 STREET, BERGEN BEACH', Month: '6', Price: '4330'}, geometry: { type: 'Point', coordinates:[-73.91222238, 40.62617219]} },
{type: 'Feature',properties:{Name: '3', Address: '1249 EAST 73RD STREET, BERGEN BEACH', Month: '9', Price: '2950'}, geometry: { type: 'Point', coordinates:[-73.9126868, 40.62639762]} },
{type: 'Feature',properties:{Name: '3', Address: '1223 EAST 73RD STREET, BERGEN BEACH', Month: '12', Price: '3496'}, geometry: { type: 'Point', coordinates:[-73.91317286, 40.62661208]} },
{type: 'Feature',properties:{Name: '3', Address: '1205 EAST 73RD STREET, BERGEN BEACH', Month: '12', Price: '3496'}, geometry: { type: 'Point', coordinates:[-73.9135077, 40.62676055]} },
{type: 'Feature',properties:{Name: '3', Address: '1230 BERGEN AVENUE, BERGEN BEACH', Month: '9', Price: '3580'}, geometry: { type: 'Point', coordinates:[-73.91274333, 40.6272458]} },
{type: 'Feature',properties:{Name: '3', Address: '1294 BERGEN AVENUE, BERGEN BEACH', Month: '5', Price: '3496'}, geometry: { type: 'Point', coordinates:[-73.91115197, 40.62652819]} },
{type: 'Feature',properties:{Name: '3', Address: '7210 AVENUE M, BERGEN BEACH', Month: '9', Price: '2860'}, geometry: { type: 'Point', coordinates:[-73.91174433, 40.62535387]} },
{type: 'Feature',properties:{Name: '3', Address: '1311 EAST 65TH STREET, BERGEN BEACH', Month: '3', Price: '2268'}, geometry: { type: 'Point', coordinates:[-73.91658363, 40.62147361]} },
{type: 'Feature',properties:{Name: '3', Address: '7214 BERGEN COURT, BERGEN BEACH', Month: '5', Price: '3013'}, geometry: { type: 'Point', coordinates:[-73.91101011, 40.62485376]} },
{type: 'Feature',properties:{Name: '3', Address: '7218 BERGEN COURT, BERGEN BEACH', Month: '12', Price: '3924'}, geometry: { type: 'Point', coordinates:[-73.91094158, 40.62491683]} },
{type: 'Feature',properties:{Name: '3', Address: '2014 EAST 68TH STREET, BERGEN BEACH', Month: '11', Price: '2320'}, geometry: { type: 'Point', coordinates:[-73.91092364, 40.61946566]} },
{type: 'Feature',properties:{Name: '3', Address: '2070 BERGEN AVENUE, BERGEN BEACH', Month: '3', Price: '3265'}, geometry: { type: 'Point', coordinates:[-73.90453589, 40.62283663]} },
{type: 'Feature',properties:{Name: '3', Address: '2108 EAST 69 ST, BERGEN BEACH', Month: '6', Price: '3097'}, geometry: { type: 'Point', coordinates:[-73.90855833, 40.61853332]} },
{type: 'Feature',properties:{Name: '3', Address: '2138 EAST 69TH STREET, BERGEN BEACH', Month: '11', Price: '3097'}, geometry: { type: 'Point', coordinates:[-73.90816619, 40.61818442]} },
{type: 'Feature',properties:{Name: '3', Address: '2144 EAST 69TH STREET, BERGEN BEACH', Month: '9', Price: '3097'}, geometry: { type: 'Point', coordinates:[-73.90808704, 40.61811573]} },
{type: 'Feature',properties:{Name: '3', Address: '2155 EAST 69TH STREET, BERGEN BEACH', Month: '3', Price: '3468'}, geometry: { type: 'Point', coordinates:[-73.9079395, 40.61800857]} },
{type: 'Feature',properties:{Name: '3', Address: '1081 EAST 72ND STREET, BERGEN BEACH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91712002, 40.62755371]} },
{type: 'Feature',properties:{Name: '3', Address: '1075 EAST 72ND STREET, BERGEN BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91718123, 40.6275812]} },
{type: 'Feature',properties:{Name: '3', Address: '1075 EAST 72ND STREET, BERGEN BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91718123, 40.6275812]} },
{type: 'Feature',properties:{Name: '3', Address: '1068 EAST 73RD STREET, BERGEN BEACH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9169246, 40.62826172]} },
{type: 'Feature',properties:{Name: '3', Address: '1113 EAST 73RD STREET, BERGEN BEACH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91572199, 40.62774483]} },
{type: 'Feature',properties:{Name: '3', Address: '1117 EAST 73RD STREET, BERGEN BEACH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91566078, 40.62771733]} },
{type: 'Feature',properties:{Name: '3', Address: '1119 EAST 73RD STREET, BERGEN BEACH', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91562838, 40.62770359]} },
{type: 'Feature',properties:{Name: '3', Address: '1112 BERGEN AVENUE, BERGEN BEACH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91519884, 40.62835653]} },
{type: 'Feature',properties:{Name: '3', Address: '1112 BERGEN AVENUE, BERGEN BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91519884, 40.62835653]} },
{type: 'Feature',properties:{Name: '3', Address: '1128 BERGEN AVENUE, BERGEN BEACH', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91495401, 40.62824381]} },
{type: 'Feature',properties:{Name: '3', Address: '1109 EAST 72ND STREET, BERGEN BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91622709, 40.62715507]} },
{type: 'Feature',properties:{Name: '3', Address: '1128 EAST 73 STREET, BERGEN BEACH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91550598, 40.62762939]} },
{type: 'Feature',properties:{Name: '3', Address: '1128 EAST 73RD STREET, BERGEN BEACH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91550598, 40.62762939]} },
{type: 'Feature',properties:{Name: '3', Address: '7161 PERI LANE, BERGEN BEACH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9115521, 40.62362451]} },
{type: 'Feature',properties:{Name: '3', Address: '1405 ROYCE STREET, BERGEN BEACH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90982536, 40.6245262]} },
{type: 'Feature',properties:{Name: '3', Address: '1407 ROYCE STREET, BERGEN BEACH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90973536, 40.62448771]} },
{type: 'Feature',properties:{Name: '3', Address: '1413 ROYCE STREET, BERGEN BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90947254, 40.62436947]} },
{type: 'Feature',properties:{Name: '3', Address: '7264 ROYCE PLACE, BERGEN BEACH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90992229, 40.62477331]} },
{type: 'Feature',properties:{Name: '3', Address: '1 COVE LANE, BERGEN BEACH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90895024, 40.62433887]} },
{type: 'Feature',properties:{Name: '3', Address: '25 COVE LANE, BERGEN BEACH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90848833, 40.62493138]} },
{type: 'Feature',properties:{Name: '3', Address: '27 COVE LANE, BERGEN BEACH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90844863, 40.62498075]} },
{type: 'Feature',properties:{Name: '3', Address: '1900 BERGEN AVENUE, BERGEN BEACH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90903142, 40.62556585]} },
{type: 'Feature',properties:{Name: '3', Address: 'AVENUE X, BERGEN BEACH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90253577, 40.61354931]} },
{type: 'Feature',properties:{Name: '3', Address: '1173 EAST 73RD STREET, BERGEN BEACH', Month: '4', Price: '3388'}, geometry: { type: 'Point', coordinates:[-73.91478946, 40.62732968]} },
{type: 'Feature',properties:{Name: '3', Address: '1173 EAST 73RD STREET, BERGEN BEACH', Month: '10', Price: '3388'}, geometry: { type: 'Point', coordinates:[-73.91478946, 40.62732968]} },
{type: 'Feature',properties:{Name: '3', Address: '1175 EAST 72ND STREET, BERGEN BEACH', Month: '4', Price: '3496'}, geometry: { type: 'Point', coordinates:[-73.91486251, 40.62654472]} },
{type: 'Feature',properties:{Name: '3', Address: '1251 EAST 69TH STREET, BERGEN BEACH', Month: '12', Price: '3987'}, geometry: { type: 'Point', coordinates:[-73.91507047, 40.62448903]} },
{type: 'Feature',properties:{Name: '3', Address: '1934 BERGEN AVENUE, BERGEN BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90762377, 40.62491971]} },
{type: 'Feature',properties:{Name: '3', Address: '1443 ROYCE STREET, BERGEN BEACH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90783448, 40.62363531]} },
{type: 'Feature',properties:{Name: '3', Address: '1445 ROYCE STREET, BERGEN BEACH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90779848, 40.62361881]} },
{type: 'Feature',properties:{Name: '3', Address: '1451 ROYCE STREET, BERGEN BEACH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90769048, 40.62356932]} },
{type: 'Feature',properties:{Name: '3', Address: '1479 ROYCE STREET, BERGEN BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90719006, 40.62334659]} },
{type: 'Feature',properties:{Name: '3', Address: '1467 ROYCE STREET, BERGEN BEACH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90740607, 40.62344283]} },
{type: 'Feature',properties:{Name: '3', Address: '1465 ROYCE STREET, BERGEN BEACH', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90744207, 40.62345933]} },
{type: 'Feature',properties:{Name: '3', Address: '1517 ROYCE STREET, BERGEN BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90641245, 40.62300012]} },
{type: 'Feature',properties:{Name: '3', Address: '1503 ROYCE STREET, BERGEN BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90643405, 40.62300837]} },
{type: 'Feature',properties:{Name: '3', Address: '1523 ROYCE STREET, BERGEN BEACH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90640525, 40.62299737]} },
{type: 'Feature',properties:{Name: '3', Address: '1535 ROYCE STREET, BERGEN BEACH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90639085, 40.62298912]} },
{type: 'Feature',properties:{Name: '3', Address: '1958 BERGEN AVENUE, BERGEN BEACH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90709818, 40.62465853]} },
{type: 'Feature',properties:{Name: '3', Address: '2183 RALPH AVENUE, BERGEN BEACH', Month: '8', Price: '156536'}, geometry: { type: 'Point', coordinates:[-73.91780074, 40.62475177]} },
{type: 'Feature',properties:{Name: '3', Address: '2095 RALPH AVENUE, BERGEN BEACH', Month: '6', Price: '17700'}, geometry: { type: 'Point', coordinates:[-73.9179432, 40.62608309]} },
{type: 'Feature',properties:{Name: '3', Address: '2085 RALPH AVENUE, BERGEN BEACH', Month: '3', Price: '2850'}, geometry: { type: 'Point', coordinates:[-73.91802157, 40.62680777]} },
{type: 'Feature',properties:{Name: '3', Address: '2214 EAST 69TH STREET, BERGEN BEACH', Month: '10', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.90665522, 40.61683551]} },
{type: 'Feature',properties:{Name: '3', Address: '1089 EAST 72ND STREET, BERGEN BEACH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9170372, 40.62751797]} },
{type: 'Feature',properties:{Name: '3', Address: '1089 EAST 72ND STREET, BERGEN BEACH', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9170372, 40.62751797]} },
{type: 'Feature',properties:{Name: '3', Address: '1081 EAST 72ND STREET, BERGEN BEACH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91712002, 40.62755371]} },
{type: 'Feature',properties:{Name: '3', Address: '1075 EAST 72ND STREET, BERGEN BEACH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91718123, 40.6275812]} },
{type: 'Feature',properties:{Name: '3', Address: '1113 EAST 73RD STREET, BERGEN BEACH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91572199, 40.62774483]} },
{type: 'Feature',properties:{Name: '3', Address: '1117 EAST 73RD STREET, BERGEN BEACH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91566078, 40.62771733]} },
{type: 'Feature',properties:{Name: '3', Address: '1119 EAST 73RD STREET, BERGEN BEACH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91562838, 40.62770359]} },
{type: 'Feature',properties:{Name: '3', Address: '1112 BERGEN AVENUE, BERGEN BEACH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91519884, 40.62835653]} },
{type: 'Feature',properties:{Name: '3', Address: '1105 EAST 72ND STREET, BERGEN BEACH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9163099, 40.62719355]} },
{type: 'Feature',properties:{Name: '3', Address: '1128 EAST 73RD STREET, BERGEN BEACH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91550598, 40.62762939]} },
{type: 'Feature',properties:{Name: '3', Address: '1405 ROYCE STREET, BERGEN BEACH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90982536, 40.6245262]} },
{type: 'Feature',properties:{Name: '3', Address: '7264 ROYCE PLACE, BERGEN BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90992229, 40.62477331]} },
{type: 'Feature',properties:{Name: '3', Address: '1 COVE LANE, BERGEN BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90895024, 40.62433887]} },
{type: 'Feature',properties:{Name: '3', Address: '27 COVE LANE, BERGEN BEACH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90844863, 40.62498075]} },
{type: 'Feature',properties:{Name: '3', Address: '1900 BERGEN AVENUE, BERGEN BEACH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90903142, 40.62556585]} },
{type: 'Feature',properties:{Name: '3', Address: '300 STATE STREET, BOERUM HILL', Month: '11', Price: '4300'}, geometry: { type: 'Point', coordinates:[-73.98785189, 40.68889858]} },
{type: 'Feature',properties:{Name: '3', Address: '308 STATE STREET, BOERUM HILL', Month: '9', Price: '4300'}, geometry: { type: 'Point', coordinates:[-73.98762473, 40.68881073]} },
{type: 'Feature',properties:{Name: '3', Address: '398 STATE STREET, BOERUM HILL', Month: '1', Price: '2954'}, geometry: { type: 'Point', coordinates:[-73.98387501, 40.68735279]} },
{type: 'Feature',properties:{Name: '3', Address: '293 PACIFIC STREET, BOERUM HILL', Month: '7', Price: '2240'}, geometry: { type: 'Point', coordinates:[-73.98878961, 40.68768]} },
{type: 'Feature',properties:{Name: '3', Address: '113 BOERUM PLACE, BOERUM HILL', Month: '11', Price: '3201'}, geometry: { type: 'Point', coordinates:[-73.99137129, 40.68814409]} },
{type: 'Feature',properties:{Name: '3', Address: '99 BOERUM PLACE, BOERUM HILL', Month: '9', Price: '4100'}, geometry: { type: 'Point', coordinates:[-73.99114769, 40.68847619]} },
{type: 'Feature',properties:{Name: '3', Address: '197 DEAN STREET, BOERUM HILL', Month: '3', Price: '2610'}, geometry: { type: 'Point', coordinates:[-73.98606763, 40.68581601]} },
{type: 'Feature',properties:{Name: '3', Address: '197 DEAN STREET, BOERUM HILL', Month: '11', Price: '2610'}, geometry: { type: 'Point', coordinates:[-73.98606763, 40.68581601]} },
{type: 'Feature',properties:{Name: '3', Address: '203 BERGEN STREET, BOERUM HILL', Month: '11', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.98540802, 40.68475919]} },
{type: 'Feature',properties:{Name: '3', Address: '362 DEAN STREET, BOERUM HILL', Month: '11', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.97972599, 40.6833283]} },
{type: 'Feature',properties:{Name: '3', Address: '226 PACIFIC STREET, BOERUM HILL', Month: '2', Price: '3760'}, geometry: { type: 'Point', coordinates:[-73.99166689, 40.68878364]} },
{type: 'Feature',properties:{Name: '3', Address: '159 HOYT STREET, BOERUM HILL', Month: '5', Price: '1820'}, geometry: { type: 'Point', coordinates:[-73.98850513, 40.68551709]} },
{type: 'Feature',properties:{Name: '3', Address: '273 WARREN STREET, BOERUM HILL', Month: '12', Price: '2144'}, geometry: { type: 'Point', coordinates:[-73.99274895, 40.68600601]} },
{type: 'Feature',properties:{Name: '3', Address: '486 STATE STREET, BOERUM HILL', Month: '4', Price: '3280'}, geometry: { type: 'Point', coordinates:[-73.98110969, 40.68627367]} },
{type: 'Feature',properties:{Name: '3', Address: '117 SMITH STREET, BOERUM HILL', Month: '1', Price: '3301'}, geometry: { type: 'Point', coordinates:[-73.9897307, 40.68779811]} },
{type: 'Feature',properties:{Name: '3', Address: '181 DEAN STREET, BOERUM HILL', Month: '1', Price: '3256'}, geometry: { type: 'Point', coordinates:[-73.98650028, 40.68598349]} },
{type: 'Feature',properties:{Name: '3', Address: '416 PACIFIC STREET, BOERUM HILL', Month: '10', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.98412777, 40.6858432]} },
{type: 'Feature',properties:{Name: '3', Address: '135 SMITH STREET, BOERUM HILL', Month: '12', Price: '3500'}, geometry: { type: 'Point', coordinates:[-73.99013104, 40.68720253]} },
{type: 'Feature',properties:{Name: '3', Address: '135 SMITH STREET, BOERUM HILL', Month: '10', Price: '3500'}, geometry: { type: 'Point', coordinates:[-73.99013104, 40.68720253]} },
{type: 'Feature',properties:{Name: '3', Address: '181 BERGEN STREET, BOERUM HILL', Month: '4', Price: '3109'}, geometry: { type: 'Point', coordinates:[-73.9866086, 40.68522594]} },
{type: 'Feature',properties:{Name: '3', Address: '149 BERGEN STREET, BOERUM HILL', Month: '8', Price: '3165'}, geometry: { type: 'Point', coordinates:[-73.98750635, 40.68557463]} },
{type: 'Feature',properties:{Name: '3', Address: '196 DEAN STREET, BOERUM HILL', Month: '11', Price: '3360'}, geometry: { type: 'Point', coordinates:[-73.98526364, 40.68548379]} },
{type: 'Feature',properties:{Name: '3', Address: '237 BERGEN STREET, BOERUM HILL', Month: '1', Price: '2880'}, geometry: { type: 'Point', coordinates:[-73.98448867, 40.6843995]} },
{type: 'Feature',properties:{Name: '3', Address: '213 BERGEN STREET, BOERUM HILL', Month: '8', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.98513763, 40.68465211]} },
{type: 'Feature',properties:{Name: '3', Address: '360 DEAN STREET, BOERUM HILL', Month: '1', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.97978007, 40.68335027]} },
{type: 'Feature',properties:{Name: '3', Address: '13 DEAN ST, BOERUM HILL', Month: '2', Price: '3524'}, geometry: { type: 'Point', coordinates:[-73.99235927, 40.68830336]} },
{type: 'Feature',properties:{Name: '3', Address: '149 SMITH STREET, BOERUM HILL', Month: '9', Price: '3960'}, geometry: { type: 'Point', coordinates:[-73.99052054, 40.68662617]} },
{type: 'Feature',properties:{Name: '3', Address: '92 BERGEN STREET, BOERUM HILL', Month: '1', Price: '3840'}, geometry: { type: 'Point', coordinates:[-73.9897886, 40.68645044]} },
{type: 'Feature',properties:{Name: '3', Address: '92 BERGEN STREET, BOERUM HILL', Month: '1', Price: '3840'}, geometry: { type: 'Point', coordinates:[-73.9897886, 40.68645044]} },
{type: 'Feature',properties:{Name: '3', Address: '106 BERGEN STREET, BOERUM HILL', Month: '1', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.98943526, 40.68631042]} },
{type: 'Feature',properties:{Name: '3', Address: '165 WYCKOFF STREET, BOERUM HILL', Month: '12', Price: '2660'}, geometry: { type: 'Point', coordinates:[-73.98758582, 40.68479512]} },
{type: 'Feature',properties:{Name: '3', Address: '232 BERGEN STREET, BOERUM HILL', Month: '6', Price: '3500'}, geometry: { type: 'Point', coordinates:[-73.98485642, 40.68452581]} },
{type: 'Feature',properties:{Name: '3', Address: '229A WYCKOFF STREET, BOERUM HILL', Month: '12', Price: '1772'}, geometry: { type: 'Point', coordinates:[-73.98505483, 40.68405099]} },
{type: 'Feature',properties:{Name: '3', Address: '356 BERGEN STREET, BOERUM HILL', Month: '9', Price: '4300'}, geometry: { type: 'Point', coordinates:[-73.98020932, 40.68271355]} },
{type: 'Feature',properties:{Name: '3', Address: '74 FOURTH AVENUE, BOERUM HILL', Month: '3', Price: '2940'}, geometry: { type: 'Point', coordinates:[-73.97973711, 40.68232646]} },
{type: 'Feature',properties:{Name: '3', Address: '51 ST MARKS PLACE, BOERUM HILL', Month: '7', Price: '2832'}, geometry: { type: 'Point', coordinates:[-73.98085486, 40.68218392]} },
{type: 'Feature',properties:{Name: '3', Address: '289 WARREN STREET, BOERUM HILL', Month: '11', Price: '2720'}, geometry: { type: 'Point', coordinates:[-73.99235594, 40.68585502]} },
{type: 'Feature',properties:{Name: '3', Address: '465 WARREN STREET, BOERUM HILL', Month: '4', Price: '1998'}, geometry: { type: 'Point', coordinates:[-73.98586985, 40.68333471]} },
{type: 'Feature',properties:{Name: '3', Address: '453 WARREN STREET, BOERUM HILL', Month: '6', Price: '1999'}, geometry: { type: 'Point', coordinates:[-73.98613303, 40.68343904]} },
{type: 'Feature',properties:{Name: '3', Address: '191 BOND STREET, BOERUM HILL', Month: '5', Price: '2760'}, geometry: { type: 'Point', coordinates:[-73.98690453, 40.68387555]} },
{type: 'Feature',properties:{Name: '3', Address: '583 WARREN STREET, BOERUM HILL', Month: '11', Price: '1676'}, geometry: { type: 'Point', coordinates:[-73.98124804, 40.68153622]} },
{type: 'Feature',properties:{Name: '3', Address: '314 WARREN STREET, BOERUM HILL', Month: '2', Price: '2880'}, geometry: { type: 'Point', coordinates:[-73.99233071, 40.68582757]} },
{type: 'Feature',properties:{Name: '3', Address: '283 BALTIC STREET, BOERUM HILL', Month: '4', Price: '2052'}, geometry: { type: 'Point', coordinates:[-73.99336197, 40.68544062]} },
{type: 'Feature',properties:{Name: '3', Address: '355 PACIFIC, BOERUM HILL', Month: '1', Price: '3566'}, geometry: { type: 'Point', coordinates:[-73.98650372, 40.68678771]} },
{type: 'Feature',properties:{Name: '3', Address: '204 DEAN STREET, BOERUM HILL', Month: '6', Price: '4036'}, geometry: { type: 'Point', coordinates:[-73.98505453, 40.68540416]} },
{type: 'Feature',properties:{Name: '3', Address: '33 WYCKOFF STREET, BOERUM HILL', Month: '4', Price: '2112'}, geometry: { type: 'Point', coordinates:[-73.99233061, 40.68664277]} },
{type: 'Feature',properties:{Name: '3', Address: '113 WYCKOFF STREET, BOERUM HILL', Month: '8', Price: '2394'}, geometry: { type: 'Point', coordinates:[-73.98947505, 40.68553091]} },
{type: 'Feature',properties:{Name: '3', Address: '27 ST MARKS PLACE, BOERUM HILL', Month: '3', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.98143888, 40.68240909]} },
{type: 'Feature',properties:{Name: '3', Address: '124 WYCKOFF STREET, BOERUM HILL', Month: '6', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.98925873, 40.68542933]} },
{type: 'Feature',properties:{Name: '3', Address: '16 ST MARKS PLACE, BOERUM HILL', Month: '6', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.98173811, 40.68250795]} },
{type: 'Feature',properties:{Name: '3', Address: '42 ST MARKS PLACE, BOERUM HILL', Month: '8', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.98110722, 40.68226356]} },
{type: 'Feature',properties:{Name: '3', Address: '478 WARREN STREET, BOERUM HILL', Month: '4', Price: '4250'}, geometry: { type: 'Point', coordinates:[-73.9859708, 40.68335668]} },
{type: 'Feature',properties:{Name: '3', Address: '464 STATE STREET, BOERUM HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98164688, 40.68648511]} },
{type: 'Feature',properties:{Name: '3', Address: '147 BERGEN STREET, BOERUM HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98756403, 40.68559659]} },
{type: 'Feature',properties:{Name: '3', Address: '307 WARREN STREET, BOERUM HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99191247, 40.68568207]} },
{type: 'Feature',properties:{Name: '3', Address: '301 WARREN STREET, BOERUM HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99206029, 40.68573972]} },
{type: 'Feature',properties:{Name: '3', Address: '42 ST. MARKS PLACE, BOERUM HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98110722, 40.68226356]} },
{type: 'Feature',properties:{Name: '3', Address: '42 ST. MARKS PLACE, BOERUM HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98110722, 40.68226356]} },
{type: 'Feature',properties:{Name: '3', Address: '384 WARREN STREET, BOERUM HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98983572, 40.68485573]} },
{type: 'Feature',properties:{Name: '3', Address: '468 WARREN STREET, BOERUM HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98620514, 40.68344728]} },
{type: 'Feature',properties:{Name: '3', Address: 'DEAN STREET, BOERUM HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99113694, 40.68795194]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A DEAN STREET, BOERUM HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99113694, 40.68795194]} },
{type: 'Feature',properties:{Name: '3', Address: '43 DEAN STREET, BOERUM HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99112614, 40.6878147]} },
{type: 'Feature',properties:{Name: '3', Address: '43 DEAN STREET, BOERUM HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99112614, 40.6878147]} },
{type: 'Feature',properties:{Name: '3', Address: '338 STATE STREET, BOERUM HILL', Month: '6', Price: '3750'}, geometry: { type: 'Point', coordinates:[-73.98618972, 40.68825063]} },
{type: 'Feature',properties:{Name: '3', Address: '338 STATE STREET, BOERUM HILL', Month: '11', Price: '3750'}, geometry: { type: 'Point', coordinates:[-73.98618972, 40.68825063]} },
{type: 'Feature',properties:{Name: '3', Address: '354 STATE STREET, BOERUM HILL', Month: '3', Price: '9245'}, geometry: { type: 'Point', coordinates:[-73.98572101, 40.68806942]} },
{type: 'Feature',properties:{Name: '3', Address: '356 STATE STREET, BOERUM HILL', Month: '6', Price: '9200'}, geometry: { type: 'Point', coordinates:[-73.98566332, 40.68804745]} },
{type: 'Feature',properties:{Name: '3', Address: '444 STATE STREET, BOERUM HILL', Month: '4', Price: '6545'}, geometry: { type: 'Point', coordinates:[-73.98271046, 40.68689973]} },
{type: 'Feature',properties:{Name: '3', Address: '107 BOERUM PLACE, BOERUM HILL', Month: '7', Price: '4160'}, geometry: { type: 'Point', coordinates:[-73.99127392, 40.68828681]} },
{type: 'Feature',properties:{Name: '3', Address: '105 BOERUM PLACE, BOERUM HILL', Month: '7', Price: '4160'}, geometry: { type: 'Point', coordinates:[-73.99124146, 40.68833347]} },
{type: 'Feature',properties:{Name: '3', Address: '246 PACIFIC ST, BOERUM HILL', Month: '8', Price: '17215'}, geometry: { type: 'Point', coordinates:[-73.99069337, 40.68840754]} },
{type: 'Feature',properties:{Name: '3', Address: '246 PACIFIC STREET, BOERUM HILL', Month: '4', Price: '17215'}, geometry: { type: 'Point', coordinates:[-73.99069337, 40.68840754]} },
{type: 'Feature',properties:{Name: '3', Address: '53 DEAN STREET, BOERUM HILL', Month: '12', Price: '4012'}, geometry: { type: 'Point', coordinates:[-73.99087015, 40.68771038]} },
{type: 'Feature',properties:{Name: '3', Address: '51 DEAN STREET, BOERUM HILL', Month: '10', Price: '4040'}, geometry: { type: 'Point', coordinates:[-73.99092062, 40.6877296]} },
{type: 'Feature',properties:{Name: '3', Address: '60 DEAN STREET, BOERUM HILL', Month: '2', Price: '3304'}, geometry: { type: 'Point', coordinates:[-73.990643, 40.68760057]} },
{type: 'Feature',properties:{Name: '3', Address: '128 DEAN STREET, BOERUM HILL', Month: '7', Price: '4098'}, geometry: { type: 'Point', coordinates:[-73.98834627, 40.68668635]} },
{type: 'Feature',properties:{Name: '3', Address: '268 DEAN STREET, BOERUM HILL', Month: '4', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.98281203, 40.68453101]} },
{type: 'Feature',properties:{Name: '3', Address: '102 BERGEN STREET, BOERUM HILL', Month: '1', Price: '3276'}, geometry: { type: 'Point', coordinates:[-73.98953622, 40.6863516]} },
{type: 'Feature',properties:{Name: '3', Address: '59 ST MARKS PLACE, BOERUM HILL', Month: '3', Price: '8023'}, geometry: { type: 'Point', coordinates:[-73.98066018, 40.68210704]} },
{type: 'Feature',properties:{Name: '3', Address: '96 WYCKOFF STREET, BOERUM HILL', Month: '9', Price: '6500'}, geometry: { type: 'Point', coordinates:[-73.98999784, 40.6857176]} },
{type: 'Feature',properties:{Name: '3', Address: '488 WARREN STREET, BOERUM HILL', Month: '10', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.98573646, 40.68326607]} },
{type: 'Feature',properties:{Name: '3', Address: '320 STATE STREET, 2, BOERUM HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98728581, 40.68867894]} },
{type: 'Feature',properties:{Name: '3', Address: '368 STATE STREET, 4, BOERUM HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98531358, 40.68791017]} },
{type: 'Feature',properties:{Name: '3', Address: '251 PACIFIC STREET, 24, BOERUM HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99049866, 40.68834988]} },
{type: 'Feature',properties:{Name: '3', Address: '467 PACIFIC STREET, 20, BOERUM HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98241163, 40.68519519]} },
{type: 'Feature',properties:{Name: '3', Address: '467 PACIFIC STREET, 12, BOERUM HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98241163, 40.68519519]} },
{type: 'Feature',properties:{Name: '3', Address: '99 BERGEN STREET, 4R, BOERUM HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98951458, 40.68636258]} },
{type: 'Feature',properties:{Name: '3', Address: '280 DEAN STREET, 3, BOERUM HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98249477, 40.68440745]} },
{type: 'Feature',properties:{Name: '3', Address: '230 PACIFIC STREET, BOERUM HILL', Month: '7', Price: '8400'}, geometry: { type: 'Point', coordinates:[-73.99155151, 40.68873972]} },
{type: 'Feature',properties:{Name: '3', Address: '230 PACIFIC STREET, BOERUM HILL', Month: '4', Price: '8400'}, geometry: { type: 'Point', coordinates:[-73.99155151, 40.68873972]} },
{type: 'Feature',properties:{Name: '3', Address: '230 PACIFIC STREET, 1, BOERUM HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99155151, 40.68873972]} },
{type: 'Feature',properties:{Name: '3', Address: '230 PACIFIC STREET, 3, BOERUM HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99155151, 40.68873972]} },
{type: 'Feature',properties:{Name: '3', Address: '167 BOND STREET, 3L, BOERUM HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98644649, 40.68453699]} },
{type: 'Feature',properties:{Name: '3', Address: '256 BERGEN STREET, 4R, BOERUM HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98366307, 40.68406178]} },
{type: 'Feature',properties:{Name: '3', Address: '260 BERGEN STREET, 4R, BOERUM HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9835441, 40.6840151]} },
{type: 'Feature',properties:{Name: '3', Address: '262 BERGEN STREET, 3R, BOERUM HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98348281, 40.68399039]} },
{type: 'Feature',properties:{Name: '3', Address: '575 WARREN STREET, 3L, BOERUM HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98153284, 40.68164606]} },
{type: 'Feature',properties:{Name: '3', Address: '559 WARREN STREET, 4R, BOERUM HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9822863, 40.68193987]} },
{type: 'Feature',properties:{Name: '3', Address: '559 WARREN STREET, 4F, BOERUM HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9822863, 40.68193987]} },
{type: 'Feature',properties:{Name: '3', Address: '559 WARREN STREET, 3LF, BOERUM HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9822863, 40.68193987]} },
{type: 'Feature',properties:{Name: '3', Address: '559 WARREN STREET, 2R, BOERUM HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9822863, 40.68193987]} },
{type: 'Feature',properties:{Name: '3', Address: '233 COURT STREET, #4, BOERUM HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99410468, 40.68606098]} },
{type: 'Feature',properties:{Name: '3', Address: '233 COURT STREET, 3, BOERUM HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99410468, 40.68606098]} },
{type: 'Feature',properties:{Name: '3', Address: '422 STATE STREET, 13, BOERUM HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9832693, 40.68711665]} },
{type: 'Feature',properties:{Name: '3', Address: '422 STATE STREET, 17, BOERUM HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9832693, 40.68711665]} },
{type: 'Feature',properties:{Name: '3', Address: '423 ATLANTIC AVENUE, 2C, BOERUM HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98385717, 40.68656229]} },
{type: 'Feature',properties:{Name: '3', Address: '423 ATLANTIC AVENUE, 3E, BOERUM HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98385717, 40.68656229]} },
{type: 'Feature',properties:{Name: '3', Address: '423 ATLANTIC AVENUE, 4H, BOERUM HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98385717, 40.68656229]} },
{type: 'Feature',properties:{Name: '3', Address: '44 BERGEN STREET, BOERUM HILL', Month: '10', Price: '12800'}, geometry: { type: 'Point', coordinates:[-73.99156253, 40.68715599]} },
{type: 'Feature',properties:{Name: '3', Address: '503 ATLANTIC AVENUE, BOERUM HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98122888, 40.6855381]} },
{type: 'Feature',properties:{Name: '3', Address: '560 STATE STREET, BOERUM HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97868334, 40.68534277]} },
{type: 'Feature',properties:{Name: '3', Address: '560 STATE STREET, BOERUM HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97868334, 40.68534277]} },
{type: 'Feature',properties:{Name: '3', Address: '560 STATE STREET, BOERUM HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97868334, 40.68534277]} },
{type: 'Feature',properties:{Name: '3', Address: '560 STATE STREET, BOERUM HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97868334, 40.68534277]} },
{type: 'Feature',properties:{Name: '3', Address: '52 3 AVENUE, BOERUM HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98089008, 40.68506594]} },
{type: 'Feature',properties:{Name: '3', Address: '52 3 AVENUE, BOERUM HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98089008, 40.68506594]} },
{type: 'Feature',properties:{Name: '3', Address: '40 DEAN STREET, BOERUM HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99118384, 40.68781745]} },
{type: 'Feature',properties:{Name: '3', Address: '40 DEAN STREET, BOERUM HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99118384, 40.68781745]} },
{type: 'Feature',properties:{Name: '3', Address: '40 DEAN STREET, BOERUM HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99118384, 40.68781745]} },
{type: 'Feature',properties:{Name: '3', Address: '40 DEAN STREET, BOERUM HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99118384, 40.68781745]} },
{type: 'Feature',properties:{Name: '3', Address: '52 DEAN STREET, BOERUM HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99085933, 40.68768567]} },
{type: 'Feature',properties:{Name: '3', Address: '52 DEAN STREET, BOERUM HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99085933, 40.68768567]} },
{type: 'Feature',properties:{Name: '3', Address: '120 BOERUM PLACE, BOERUM HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99158407, 40.68786414]} },
{type: 'Feature',properties:{Name: '3', Address: '120 BOERUM PLACE, BOERUM HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99158407, 40.68786414]} },
{type: 'Feature',properties:{Name: '3', Address: '120 BOERUM PLACE, BOERUM HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99158407, 40.68786414]} },
{type: 'Feature',properties:{Name: '3', Address: '330 BERGEN STREET, BOERUM HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98093034, 40.68299639]} },
{type: 'Feature',properties:{Name: '3', Address: '433 WARREN STREET, BOERUM HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98657287, 40.68360927]} },
{type: 'Feature',properties:{Name: '3', Address: '85 SMITH STREET, BOERUM HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98901659, 40.68881636]} },
{type: 'Feature',properties:{Name: '3', Address: '87 SMITH STREET, BOERUM HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98904905, 40.68876421]} },
{type: 'Feature',properties:{Name: '3', Address: '85 SMITH STREET, BOERUM HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98901659, 40.68881636]} },
{type: 'Feature',properties:{Name: '3', Address: '85 SMITH STREET, BOERUM HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98901659, 40.68881636]} },
{type: 'Feature',properties:{Name: '3', Address: '556 STATE STREET, BOERUM HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97878429, 40.68538122]} },
{type: 'Feature',properties:{Name: '3', Address: '556 STATE STREET, BOERUM HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97878429, 40.68538122]} },
{type: 'Feature',properties:{Name: '3', Address: '556 STATE STREET, BOERUM HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97878429, 40.68538122]} },
{type: 'Feature',properties:{Name: '3', Address: '233 PACIFIC STREET, BOERUM HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99142891, 40.68871226]} },
{type: 'Feature',properties:{Name: '3', Address: '233 PACIFIC STREET, BOERUM HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99142891, 40.68871226]} },
{type: 'Feature',properties:{Name: '3', Address: '25 BERGEN STREET, BOERUM HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99236657, 40.68748542]} },
{type: 'Feature',properties:{Name: '3', Address: '25 BERGEN STREET, BOERUM HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99236657, 40.68748542]} },
{type: 'Feature',properties:{Name: '3', Address: '173 SMITH STREET, BOERUM HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99102544, 40.68588512]} },
{type: 'Feature',properties:{Name: '3', Address: '313 ATLANTIC AVENUE, BOERUM HILL', Month: '11', Price: '3975'}, geometry: { type: 'Point', coordinates:[-73.98825585, 40.68827007]} },
{type: 'Feature',properties:{Name: '3', Address: '388 STATE STREET, BOERUM HILL', Month: '5', Price: '3110'}, geometry: { type: 'Point', coordinates:[-73.98472589, 40.68768228]} },
{type: 'Feature',properties:{Name: '3', Address: '145 SMITH STREET, BOERUM HILL', Month: '9', Price: '3948'}, geometry: { type: 'Point', coordinates:[-73.99034743, 40.68688416]} },
{type: 'Feature',properties:{Name: '3', Address: '196 BERGEN STREET, BOERUM HILL', Month: '2', Price: '3560'}, geometry: { type: 'Point', coordinates:[-73.9857974, 40.68489098]} },
{type: 'Feature',properties:{Name: '3', Address: '349 PACIFIC STREET, BOERUM HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98666597, 40.68685085]} },
{type: 'Feature',properties:{Name: '3', Address: '440 ATLANTIC AVE, BOERUM HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98368411, 40.68647444]} },
{type: 'Feature',properties:{Name: '3', Address: '440 ATLANTIC AVENUE, BOERUM HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98368411, 40.68647444]} },
{type: 'Feature',properties:{Name: '3', Address: '440 ATLANTIC AVENUE, BOERUM HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98368411, 40.68647444]} },
{type: 'Feature',properties:{Name: '3', Address: '440 ATLANTIC AVENUE, BOERUM HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98368411, 40.68647444]} },
{type: 'Feature',properties:{Name: '3', Address: '440 ATLANTIC AVE, BOERUM HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98368411, 40.68647444]} },
{type: 'Feature',properties:{Name: '3', Address: '440 ATLANTIC AVENUE, BOERUM HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98368411, 40.68647444]} },
{type: 'Feature',properties:{Name: '3', Address: '89 BERGEN STREET, BOERUM HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98979581, 40.6864724]} },
{type: 'Feature',properties:{Name: '3', Address: '89 BERGEN STREET, BOERUM HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98979581, 40.6864724]} },
{type: 'Feature',properties:{Name: '3', Address: '89 BERGEN STREET, BOERUM HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98979581, 40.6864724]} },
{type: 'Feature',properties:{Name: '3', Address: '143 BERGEN STREET, BOERUM HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9876758, 40.68564052]} },
{type: 'Feature',properties:{Name: '3', Address: '46 BERGEN STREET, BOERUM HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99150844, 40.68713403]} },
{type: 'Feature',properties:{Name: '3', Address: '121 WYCKOFF STREET, BOERUM HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98925512, 40.6854458]} },
{type: 'Feature',properties:{Name: '3', Address: '121 WYCKOFF STREET, BOERUM HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98925512, 40.6854458]} },
{type: 'Feature',properties:{Name: '3', Address: '92 WYCKOFF STREET, BOERUM HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9901024, 40.68576153]} },
{type: 'Feature',properties:{Name: '3', Address: '304 WARREN STREET, BOERUM HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99258309, 40.68592366]} },
{type: 'Feature',properties:{Name: '3', Address: '373 BALTIC STREET, BOERUM HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99018917, 40.68421074]} },
{type: 'Feature',properties:{Name: '3', Address: '438 ATLANTIC AVENUE, BOERUM HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98372738, 40.68649366]} },
{type: 'Feature',properties:{Name: '3', Address: '173 COURT STREET, BOERUM HILL', Month: '11', Price: '5132'}, geometry: { type: 'Point', coordinates:[-73.99305881, 40.68822655]} },
{type: 'Feature',properties:{Name: '3', Address: '395 ATLANTIC AVENUE, BOERUM HILL', Month: '1', Price: '3171'}, geometry: { type: 'Point', coordinates:[-73.98526689, 40.68710869]} },
{type: 'Feature',properties:{Name: '3', Address: '155 SMITH STREET, BOERUM HILL', Month: '1', Price: '3060'}, geometry: { type: 'Point', coordinates:[-73.99062513, 40.68647796]} },
{type: 'Feature',properties:{Name: '3', Address: '125 THIRD AVENUE, BOERUM HILL', Month: '3', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.98271164, 40.68233792]} },
{type: 'Feature',properties:{Name: '3', Address: '373 BALTIC STREET, BOERUM HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99018917, 40.68421074]} },
{type: 'Feature',properties:{Name: '3', Address: '610 WARREN STREET, BOERUM HILL', Month: '6', Price: '38696'}, geometry: { type: 'Point', coordinates:[-73.98119397, 40.68149779]} },
{type: 'Feature',properties:{Name: '3', Address: '610 WARREN STREET, BOERUM HILL', Month: '4', Price: '38696'}, geometry: { type: 'Point', coordinates:[-73.98119397, 40.68149779]} },
{type: 'Feature',properties:{Name: '3', Address: '504 ATLANTIC AVENUE, BOERUM HILL', Month: '2', Price: '77120'}, geometry: { type: 'Point', coordinates:[-73.98141997, 40.68559302]} },
{type: 'Feature',properties:{Name: '3', Address: '84 BERGEN STREET, BOERUM HILL', Month: '10', Price: '800'}, geometry: { type: 'Point', coordinates:[-73.98999412, 40.6865328]} },
{type: 'Feature',properties:{Name: '3', Address: '52 DEAN STREET, BOERUM HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99085933, 40.68768567]} },
{type: 'Feature',properties:{Name: '3', Address: '128 BOERUM PLACE, BOERUM HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99171751, 40.68766378]} },
{type: 'Feature',properties:{Name: '3', Address: '838 41ST STREET, BOROUGH PARK', Month: '3', Price: '1488'}, geometry: { type: 'Point', coordinates:[-73.99754601, 40.6455921]} },
{type: 'Feature',properties:{Name: '3', Address: '1259 37TH ST, BOROUGH PARK', Month: '3', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.98608032, 40.64233048]} },
{type: 'Feature',properties:{Name: '3', Address: '3913 14TH AVENUE, BOROUGH PARK', Month: '6', Price: '2128'}, geometry: { type: 'Point', coordinates:[-73.98421814, 40.63916001]} },
{type: 'Feature',properties:{Name: '3', Address: '288 DAHILL ROAD, BOROUGH PARK', Month: '9', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.98004892, 40.64035609]} },
{type: 'Feature',properties:{Name: '3', Address: '294 DAHILL, BOROUGH PARK', Month: '8', Price: '1056'}, geometry: { type: 'Point', coordinates:[-73.98029399, 40.64020792]} },
{type: 'Feature',properties:{Name: '3', Address: '294 DAHILL, BOROUGH PARK', Month: '11', Price: '1056'}, geometry: { type: 'Point', coordinates:[-73.98029399, 40.64020792]} },
{type: 'Feature',properties:{Name: '3', Address: '294 DAHILL ROAD, BOROUGH PARK', Month: '4', Price: '1056'}, geometry: { type: 'Point', coordinates:[-73.98002733, 40.64025728]} },
{type: 'Feature',properties:{Name: '3', Address: '1643 43RD STREET, BOROUGH PARK', Month: '4', Price: '2785'}, geometry: { type: 'Point', coordinates:[-73.98090118, 40.63373307]} },
{type: 'Feature',properties:{Name: '3', Address: '1715 45TH STREET, BOROUGH PARK', Month: '5', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.98007321, 40.63142181]} },
{type: 'Feature',properties:{Name: '3', Address: '4317 17TH AVENUE, BOROUGH PARK', Month: '3', Price: '1864'}, geometry: { type: 'Point', coordinates:[-73.97970532, 40.63275846]} },
{type: 'Feature',properties:{Name: '3', Address: '620 DAHILL ROAD, BOROUGH PARK', Month: '4', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.97861367, 40.63277473]} },
{type: 'Feature',properties:{Name: '3', Address: '1533 44TH STREET, BOROUGH PARK', Month: '6', Price: '1460'}, geometry: { type: 'Point', coordinates:[-73.98395979, 40.63466951]} },
{type: 'Feature',properties:{Name: '3', Address: '1644 45TH STREET, BOROUGH PARK', Month: '5', Price: '1870'}, geometry: { type: 'Point', coordinates:[-73.9820436, 40.63258318]} },
{type: 'Feature',properties:{Name: '3', Address: '1629 46TH STREET, BOROUGH PARK', Month: '12', Price: '5336'}, geometry: { type: 'Point', coordinates:[-73.98289756, 40.63220453]} },
{type: 'Feature',properties:{Name: '3', Address: '1651 47TH STREET, BOROUGH PARK', Month: '1', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.98309232, 40.63141132]} },
{type: 'Feature',properties:{Name: '3', Address: '1706 47TH STREET, BOROUGH PARK', Month: '5', Price: '1666'}, geometry: { type: 'Point', coordinates:[-73.98150378, 40.63043119]} },
{type: 'Feature',properties:{Name: '3', Address: '1726 47TH STREET, BOROUGH PARK', Month: '2', Price: '2034'}, geometry: { type: 'Point', coordinates:[-73.98121561, 40.63025547]} },
{type: 'Feature',properties:{Name: '3', Address: '1726 47TH STREET, BOROUGH PARK', Month: '12', Price: '2034'}, geometry: { type: 'Point', coordinates:[-73.98121561, 40.63025547]} },
{type: 'Feature',properties:{Name: '3', Address: '1730 47TH STREET, BOROUGH PARK', Month: '11', Price: '1618'}, geometry: { type: 'Point', coordinates:[-73.98115798, 40.63021978]} },
{type: 'Feature',properties:{Name: '3', Address: '1551 49TH STREET, BOROUGH PARK', Month: '5', Price: '2023'}, geometry: { type: 'Point', coordinates:[-73.98659052, 40.63169998]} },
{type: 'Feature',properties:{Name: '3', Address: '1865 49TH STREET, BOROUGH PARK', Month: '12', Price: '1389'}, geometry: { type: 'Point', coordinates:[-73.97969611, 40.62753238]} },
{type: 'Feature',properties:{Name: '3', Address: '1839 49TH STREET, BOROUGH PARK', Month: '10', Price: '1389'}, geometry: { type: 'Point', coordinates:[-73.98009231, 40.62777125]} },
{type: 'Feature',properties:{Name: '3', Address: '1823 49TH STREET, BOROUGH PARK', Month: '5', Price: '1389'}, geometry: { type: 'Point', coordinates:[-73.98033724, 40.62791951]} },
{type: 'Feature',properties:{Name: '3', Address: '1726 49TH STREET, BOROUGH PARK', Month: '1', Price: '1652'}, geometry: { type: 'Point', coordinates:[-73.98229312, 40.62908362]} },
{type: 'Feature',properties:{Name: '3', Address: '5011 17TH AVENUE, BOROUGH PARK', Month: '12', Price: '1930'}, geometry: { type: 'Point', coordinates:[-73.98375224, 40.628867]} },
{type: 'Feature',properties:{Name: '3', Address: '1714 50TH STREET, BOROUGH PARK', Month: '7', Price: '1144'}, geometry: { type: 'Point', coordinates:[-73.98329473, 40.62877635]} },
{type: 'Feature',properties:{Name: '3', Address: '1829 51ST STREET, BOROUGH PARK', Month: '6', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.98162725, 40.62687396]} },
{type: 'Feature',properties:{Name: '3', Address: '1829 51ST STREET, BOROUGH PARK', Month: '4', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.98162725, 40.62687396]} },
{type: 'Feature',properties:{Name: '3', Address: '1969 51ST STREET, BOROUGH PARK', Month: '12', Price: '1024'}, geometry: { type: 'Point', coordinates:[-73.97833881, 40.62488616]} },
{type: 'Feature',properties:{Name: '3', Address: '1951 51 STREET, BOROUGH PARK', Month: '2', Price: '1024'}, geometry: { type: 'Point', coordinates:[-73.97865576, 40.6250811]} },
{type: 'Feature',properties:{Name: '3', Address: '5 AVENUE J, BOROUGH PARK', Month: '5', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.97664977, 40.62350794]} },
{type: 'Feature',properties:{Name: '3', Address: '1635 52ND STREET, BOROUGH PARK', Month: '5', Price: '1846'}, geometry: { type: 'Point', coordinates:[-73.98628489, 40.62877949]} },
{type: 'Feature',properties:{Name: '3', Address: '1719 52ND STREET, BOROUGH PARK', Month: '2', Price: '1728'}, geometry: { type: 'Point', coordinates:[-73.98421369, 40.62753035]} },
{type: 'Feature',properties:{Name: '3', Address: '1966 51 STREET, BOROUGH PARK', Month: '1', Price: '1024'}, geometry: { type: 'Point', coordinates:[-73.97841805, 40.62491636]} },
{type: 'Feature',properties:{Name: '3', Address: '5111 20TH AVENUE, BOROUGH PARK', Month: '4', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.9778347, 40.62421908]} },
{type: 'Feature',properties:{Name: '3', Address: '5213 19TH AVENUE, BOROUGH PARK', Month: '6', Price: '1204'}, geometry: { type: 'Point', coordinates:[-73.98052541, 40.62507319]} },
{type: 'Feature',properties:{Name: '3', Address: '1928 52ND STREET, BOROUGH PARK', Month: '7', Price: '1204'}, geometry: { type: 'Point', coordinates:[-73.97963211, 40.62473817]} },
{type: 'Feature',properties:{Name: '3', Address: '1915 53RD STREET, BOROUGH PARK', Month: '5', Price: '1156'}, geometry: { type: 'Point', coordinates:[-73.98042836, 40.62432659]} },
{type: 'Feature',properties:{Name: '3', Address: '5221 20TH AVENUE, BOROUGH PARK', Month: '11', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.9783608, 40.62371414]} },
{type: 'Feature',properties:{Name: '3', Address: '1724 53RD STREET, BOROUGH PARK', Month: '6', Price: '1580'}, geometry: { type: 'Point', coordinates:[-73.98477222, 40.6269348]} },
{type: 'Feature',properties:{Name: '3', Address: '1973 54TH STREET, BOROUGH PARK', Month: '9', Price: '1124'}, geometry: { type: 'Point', coordinates:[-73.98009727, 40.62321764]} },
{type: 'Feature',properties:{Name: '3', Address: '1973 54TH STREET, BOROUGH PARK', Month: '2', Price: '1124'}, geometry: { type: 'Point', coordinates:[-73.98009727, 40.62321764]} },
{type: 'Feature',properties:{Name: '3', Address: '1911 54TH STREET, BOROUGH PARK', Month: '6', Price: '1024'}, geometry: { type: 'Point', coordinates:[-73.98107333, 40.62380519]} },
{type: 'Feature',properties:{Name: '3', Address: '1607 55TH STREET, BOROUGH PARK', Month: '9', Price: '3445'}, geometry: { type: 'Point', coordinates:[-73.98852955, 40.62739636]} },
{type: 'Feature',properties:{Name: '3', Address: '1856 54TH STREET, BOROUGH PARK', Month: '2', Price: '1188'}, geometry: { type: 'Point', coordinates:[-73.98240959, 40.62459316]} },
{type: 'Feature',properties:{Name: '3', Address: '1856 54TH STREET, BOROUGH PARK', Month: '11', Price: '1188'}, geometry: { type: 'Point', coordinates:[-73.98240959, 40.62459316]} },
{type: 'Feature',properties:{Name: '3', Address: '1548 55TH STREET, BOROUGH PARK', Month: '1', Price: '1952'}, geometry: { type: 'Point', coordinates:[-73.99013253, 40.62834346]} },
{type: 'Feature',properties:{Name: '3', Address: '1616 55TH STREET, BOROUGH PARK', Month: '5', Price: '3125'}, geometry: { type: 'Point', coordinates:[-73.98836746, 40.62727832]} },
{type: 'Feature',properties:{Name: '3', Address: '1716 56TH STREET, BOROUGH PARK', Month: '12', Price: '3900'}, geometry: { type: 'Point', coordinates:[-73.9865702, 40.62528266]} },
{type: 'Feature',properties:{Name: '3', Address: '1856 55TH STREET, BOROUGH PARK', Month: '3', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.98316621, 40.62413764]} },
{type: 'Feature',properties:{Name: '3', Address: '17 DAHL COURT, BOROUGH PARK', Month: '8', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.98432658, 40.62235643]} },
{type: 'Feature',properties:{Name: '3', Address: '5704 18TH AVENUE, BOROUGH PARK', Month: '5', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.98564112, 40.62366038]} },
{type: 'Feature',properties:{Name: '3', Address: '5706 18TH AVENUE, BOROUGH PARK', Month: '3', Price: '896'}, geometry: { type: 'Point', coordinates:[-73.98564833, 40.62365215]} },
{type: 'Feature',properties:{Name: '3', Address: '5710 18TH AVENUE, BOROUGH PARK', Month: '5', Price: '896'}, geometry: { type: 'Point', coordinates:[-73.98566635, 40.62363568]} },
{type: 'Feature',properties:{Name: '3', Address: '5722 18TH AVENUE, BOROUGH PARK', Month: '12', Price: '3984'}, geometry: { type: 'Point', coordinates:[-73.98571319, 40.62358628]} },
{type: 'Feature',properties:{Name: '3', Address: '2040 57TH STREET, BOROUGH PARK', Month: '5', Price: '2432'}, geometry: { type: 'Point', coordinates:[-73.98016292, 40.62050031]} },
{type: 'Feature',properties:{Name: '3', Address: '2040 57TH STREET, BOROUGH PARK', Month: '8', Price: '2432'}, geometry: { type: 'Point', coordinates:[-73.98016292, 40.62050031]} },
{type: 'Feature',properties:{Name: '3', Address: '2075 58TH STREET, BOROUGH PARK', Month: '12', Price: '1452'}, geometry: { type: 'Point', coordinates:[-73.97992909, 40.61946823]} },
{type: 'Feature',properties:{Name: '3', Address: '2033 58TH STREET, BOROUGH PARK', Month: '1', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.98074663, 40.61996243]} },
{type: 'Feature',properties:{Name: '3', Address: '2029 58TH STREET, BOROUGH PARK', Month: '11', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.98099153, 40.62011069]} },
{type: 'Feature',properties:{Name: '3', Address: '5715 21ST AVENUE, BOROUGH PARK', Month: '1', Price: '1392'}, geometry: { type: 'Point', coordinates:[-73.97905014, 40.6196108]} },
{type: 'Feature',properties:{Name: '3', Address: '2137 58 STREET, BOROUGH PARK', Month: '6', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.97858217, 40.6186418]} },
{type: 'Feature',properties:{Name: '3', Address: '2146 58TH STREET, BOROUGH PARK', Month: '1', Price: '1251'}, geometry: { type: 'Point', coordinates:[-73.97846694, 40.61854846]} },
{type: 'Feature',properties:{Name: '3', Address: '2147 59TH STREET, BOROUGH PARK', Month: '2', Price: '1372'}, geometry: { type: 'Point', coordinates:[-73.97900742, 40.61799685]} },
{type: 'Feature',properties:{Name: '3', Address: '1851 60TH STREET, BOROUGH PARK', Month: '3', Price: '2025'}, geometry: { type: 'Point', coordinates:[-73.98614593, 40.62136305]} },
{type: 'Feature',properties:{Name: '3', Address: '5908 21ST AVENUE, BOROUGH PARK', Month: '8', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.98021394, 40.61851858]} },
{type: 'Feature',properties:{Name: '3', Address: '2172 59TH STREET, BOROUGH PARK', Month: '4', Price: '1946'}, geometry: { type: 'Point', coordinates:[-73.97860408, 40.61773328]} },
{type: 'Feature',properties:{Name: '3', Address: '1826 60TH STREET, BOROUGH PARK', Month: '7', Price: '1616'}, geometry: { type: 'Point', coordinates:[-73.98653492, 40.62157445]} },
{type: 'Feature',properties:{Name: '3', Address: '1857 61ST STREET, BOROUGH PARK', Month: '3', Price: '1568'}, geometry: { type: 'Point', coordinates:[-73.98665757, 40.62072358]} },
{type: 'Feature',properties:{Name: '3', Address: '2157 61ST STREET, BOROUGH PARK', Month: '12', Price: '1376'}, geometry: { type: 'Point', coordinates:[-73.98005598, 40.61673718]} },
{type: 'Feature',properties:{Name: '3', Address: '2121 61ST STREET, BOROUGH PARK', Month: '8', Price: '1568'}, geometry: { type: 'Point', coordinates:[-73.98062859, 40.61708312]} },
{type: 'Feature',properties:{Name: '3', Address: '2119 61ST STREET, BOROUGH PARK', Month: '7', Price: '1376'}, geometry: { type: 'Point', coordinates:[-73.98066101, 40.61710234]} },
{type: 'Feature',properties:{Name: '3', Address: '6116 18TH AVENUE, BOROUGH PARK', Month: '9', Price: '1792'}, geometry: { type: 'Point', coordinates:[-73.98800828, 40.6212919]} },
{type: 'Feature',properties:{Name: '3', Address: '2162 62ND STREET, BOROUGH PARK', Month: '5', Price: '2356'}, geometry: { type: 'Point', coordinates:[-73.98034436, 40.61597967]} },
{type: 'Feature',properties:{Name: '3', Address: '1821 64TH STREET, BOROUGH PARK', Month: '10', Price: '1880'}, geometry: { type: 'Point', coordinates:[-73.98893796, 40.61936789]} },
{type: 'Feature',properties:{Name: '3', Address: '1919 64 STREET, BOROUGH PARK', Month: '4', Price: '1328'}, geometry: { type: 'Point', coordinates:[-73.98681658, 40.61809134]} },
{type: 'Feature',properties:{Name: '3', Address: '2130 63RD STREET, BOROUGH PARK', Month: '9', Price: '2018'}, geometry: { type: 'Point', coordinates:[-73.98164109, 40.61585637]} },
{type: 'Feature',properties:{Name: '3', Address: '2159 64TH STREET, BOROUGH PARK', Month: '5', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.98178899, 40.61503295]} },
{type: 'Feature',properties:{Name: '3', Address: '1726 64TH STREET, BOROUGH PARK', Month: '4', Price: '1782'}, geometry: { type: 'Point', coordinates:[-73.99108464, 40.62064441]} },
{type: 'Feature',properties:{Name: '3', Address: '2065 65TH STREET, BOROUGH PARK', Month: '10', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.98451904, 40.61571681]} },
{type: 'Feature',properties:{Name: '3', Address: '4011 9 AVENUE, BOROUGH PARK', Month: '11', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.99580193, 40.64525719]} },
{type: 'Feature',properties:{Name: '3', Address: '1152 41ST STREET, BOROUGH PARK', Month: '10', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.99075396, 40.64148281]} },
{type: 'Feature',properties:{Name: '3', Address: '1241 42ND STREET, BOROUGH PARK', Month: '2', Price: '2600'}, geometry: { type: 'Point', coordinates:[-73.9892769, 40.63970132]} },
{type: 'Feature',properties:{Name: '3', Address: '1217 45TH STREET, BOROUGH PARK', Month: '6', Price: '2386'}, geometry: { type: 'Point', coordinates:[-73.99140297, 40.63825225]} },
{type: 'Feature',properties:{Name: '3', Address: '1249 49TH STREET, BOROUGH PARK', Month: '12', Price: '2570'}, geometry: { type: 'Point', coordinates:[-73.9932264, 40.63570521]} },
{type: 'Feature',properties:{Name: '3', Address: '1245 49TH STREET, BOROUGH PARK', Month: '3', Price: '2624'}, geometry: { type: 'Point', coordinates:[-73.99329125, 40.63574364]} },
{type: 'Feature',properties:{Name: '3', Address: '861 51ST STREET, BOROUGH PARK', Month: '3', Price: '2504'}, geometry: { type: 'Point', coordinates:[-74.00301227, 40.63979236]} },
{type: 'Feature',properties:{Name: '3', Address: '853 51ST STREET, BOROUGH PARK', Month: '1', Price: '1455'}, geometry: { type: 'Point', coordinates:[-74.00313839, 40.63986921]} },
{type: 'Feature',properties:{Name: '3', Address: '859 51ST STREET, BOROUGH PARK', Month: '3', Price: '1308'}, geometry: { type: 'Point', coordinates:[-74.0030447, 40.63981157]} },
{type: 'Feature',properties:{Name: '3', Address: '823 51ST STREET, BOROUGH PARK', Month: '9', Price: '1308'}, geometry: { type: 'Point', coordinates:[-74.00361042, 40.64015465]} },
{type: 'Feature',properties:{Name: '3', Address: '1421 52ND STREET, BOROUGH PARK', Month: '1', Price: '3375'}, geometry: { type: 'Point', coordinates:[-73.99101112, 40.63163454]} },
{type: 'Feature',properties:{Name: '3', Address: '826 53 STREET, BOROUGH PARK', Month: '2', Price: '1144'}, geometry: { type: 'Point', coordinates:[-74.00475977, 40.63900455]} },
{type: 'Feature',properties:{Name: '3', Address: '830 53RD STREET, BOROUGH PARK', Month: '7', Price: '884'}, geometry: { type: 'Point', coordinates:[-74.0046877, 40.63896063]} },
{type: 'Feature',properties:{Name: '3', Address: '1130 54TH STREET, BOROUGH PARK', Month: '12', Price: '1672'}, geometry: { type: 'Point', coordinates:[-73.9986381, 40.63439339]} },
{type: 'Feature',properties:{Name: '3', Address: '934 55TH ST, BOROUGH PARK', Month: '4', Price: '1900'}, geometry: { type: 'Point', coordinates:[-74.0034625, 40.6363943]} },
{type: 'Feature',properties:{Name: '3', Address: '950 55TH STREET, BOROUGH PARK', Month: '5', Price: '1324'}, geometry: { type: 'Point', coordinates:[-74.00318145, 40.63622413]} },
{type: 'Feature',properties:{Name: '3', Address: '1430 55 STREET, BOROUGH PARK', Month: '8', Price: '1879'}, geometry: { type: 'Point', coordinates:[-73.99261815, 40.62984505]} },
{type: 'Feature',properties:{Name: '3', Address: '1459 57TH STREET, BOROUGH PARK', Month: '7', Price: '2213'}, geometry: { type: 'Point', coordinates:[-73.99332801, 40.6284727]} },
{type: 'Feature',properties:{Name: '3', Address: '5702 11TH AVENUE, BOROUGH PARK', Month: '5', Price: '4020'}, geometry: { type: 'Point', coordinates:[-74.00128261, 40.63312256]} },
{type: 'Feature',properties:{Name: '3', Address: '1264 57TH STREET, BOROUGH PARK', Month: '11', Price: '4900'}, geometry: { type: 'Point', coordinates:[-73.99765102, 40.63106121]} },
{type: 'Feature',properties:{Name: '3', Address: '1264 57TH ST, BOROUGH PARK', Month: '11', Price: '4900'}, geometry: { type: 'Point', coordinates:[-73.99765102, 40.63106121]} },
{type: 'Feature',properties:{Name: '3', Address: '1325 58TH STREET, BOROUGH PARK', Month: '6', Price: '3720'}, geometry: { type: 'Point', coordinates:[-73.9967288, 40.62961468]} },
{type: 'Feature',properties:{Name: '3', Address: '5824 11TH AVENUE, BOROUGH PARK', Month: '1', Price: '3300'}, geometry: { type: 'Point', coordinates:[-74.00195992, 40.63246929]} },
{type: 'Feature',properties:{Name: '3', Address: '1226 58, BOROUGH PARK', Month: '8', Price: '2274'}, geometry: { type: 'Point', coordinates:[-73.99903447, 40.63071538]} },
{type: 'Feature',properties:{Name: '3', Address: '5814 NEW UTRECHT AVENUE, BOROUGH PARK', Month: '9', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.99618123, 40.62903826]} },
{type: 'Feature',properties:{Name: '3', Address: '5814 NEW UTRECHT AVENUE, BOROUGH PARK', Month: '10', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.99618123, 40.62903826]} },
{type: 'Feature',properties:{Name: '3', Address: '5816 NEW UTRECHT AVENUE, BOROUGH PARK', Month: '2', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.99618483, 40.62902728]} },
{type: 'Feature',properties:{Name: '3', Address: '5816 NEW UTRECHT AVENUE, BOROUGH PARK', Month: '8', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.99618483, 40.62902728]} },
{type: 'Feature',properties:{Name: '3', Address: '1212 TABOR COURT, BOROUGH PARK', Month: '1', Price: '1480'}, geometry: { type: 'Point', coordinates:[-74.00170042, 40.62844543]} },
{type: 'Feature',properties:{Name: '3', Address: '2237 62ND STREET, BOROUGH PARK', Month: '9', Price: '1376'}, geometry: { type: 'Point', coordinates:[-73.97872381, 40.61502145]} },
{type: 'Feature',properties:{Name: '3', Address: '2238 62ND STREET, BOROUGH PARK', Month: '8', Price: '1376'}, geometry: { type: 'Point', coordinates:[-73.97870581, 40.61499125]} },
{type: 'Feature',properties:{Name: '3', Address: '1404 DAHILL ROAD, BOROUGH PARK', Month: '8', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.9749712, 40.6135934]} },
{type: 'Feature',properties:{Name: '3', Address: '863 44TH STREET, BOROUGH PARK', Month: '6', Price: '4428'}, geometry: { type: 'Point', coordinates:[-73.99884691, 40.64366254]} },
{type: 'Feature',properties:{Name: '3', Address: '835 46TH STREET, BOROUGH PARK', Month: '9', Price: '2560'}, geometry: { type: 'Point', coordinates:[-74.00050807, 40.64284185]} },
{type: 'Feature',properties:{Name: '3', Address: '873 48TH STREET, BOROUGH PARK', Month: '5', Price: '2560'}, geometry: { type: 'Point', coordinates:[-74.00107378, 40.64135692]} },
{type: 'Feature',properties:{Name: '3', Address: '829 42 STREET, BOROUGH PARK', Month: '7', Price: '1960'}, geometry: { type: 'Point', coordinates:[-73.99827033, 40.64513923]} },
{type: 'Feature',properties:{Name: '3', Address: '863 43RD STREET, BOROUGH PARK', Month: '10', Price: '2272'}, geometry: { type: 'Point', coordinates:[-73.9983208, 40.64425815]} },
{type: 'Feature',properties:{Name: '3', Address: '1028 38 STREET, BOROUGH PARK', Month: '9', Price: '2048'}, geometry: { type: 'Point', coordinates:[-73.99143097, 40.64463388]} },
{type: 'Feature',properties:{Name: '3', Address: '1028 38TH STREET, BOROUGH PARK', Month: '10', Price: '2048'}, geometry: { type: 'Point', coordinates:[-73.99143097, 40.64463388]} },
{type: 'Feature',properties:{Name: '3', Address: '1080 38TH STREET, BOROUGH PARK', Month: '2', Price: '3060'}, geometry: { type: 'Point', coordinates:[-73.99049055, 40.64406564]} },
{type: 'Feature',properties:{Name: '3', Address: '1080 38TH STREET, BOROUGH PARK', Month: '11', Price: '3060'}, geometry: { type: 'Point', coordinates:[-73.99049055, 40.64406564]} },
{type: 'Feature',properties:{Name: '3', Address: '1080 38TH STREET, BOROUGH PARK', Month: '5', Price: '3060'}, geometry: { type: 'Point', coordinates:[-73.99049055, 40.64406564]} },
{type: 'Feature',properties:{Name: '3', Address: '1140 38TH STREET, BOROUGH PARK', Month: '11', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.98897006, 40.643146]} },
{type: 'Feature',properties:{Name: '3', Address: '3806 12TH AVENUE, BOROUGH PARK', Month: '8', Price: '1900'}, geometry: { type: 'Point', coordinates:[-73.98803331, 40.64241305]} },
{type: 'Feature',properties:{Name: '3', Address: '3808 12TH AVENUE, BOROUGH PARK', Month: '4', Price: '1900'}, geometry: { type: 'Point', coordinates:[-73.98804052, 40.64240481]} },
{type: 'Feature',properties:{Name: '3', Address: '1121 37TH STREET, BOROUGH PARK', Month: '8', Price: '2048'}, geometry: { type: 'Point', coordinates:[-73.98854474, 40.64382117]} },
{type: 'Feature',properties:{Name: '3', Address: '1117 37TH STREET, BOROUGH PARK', Month: '5', Price: '3072'}, geometry: { type: 'Point', coordinates:[-73.98859518, 40.64385137]} },
{type: 'Feature',properties:{Name: '3', Address: '1264 38TH STREET, BOROUGH PARK', Month: '10', Price: '1568'}, geometry: { type: 'Point', coordinates:[-73.98658131, 40.64170199]} },
{type: 'Feature',properties:{Name: '3', Address: '3710 13TH AVENUE, BOROUGH PARK', Month: '5', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.98526251, 40.64162772]} },
{type: 'Feature',properties:{Name: '3', Address: '1263 37TH STREET, BOROUGH PARK', Month: '5', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.98601546, 40.64229479]} },
{type: 'Feature',properties:{Name: '3', Address: '1338 40TH STREET, BOROUGH PARK', Month: '6', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.9859548, 40.63950059]} },
{type: 'Feature',properties:{Name: '3', Address: '1342 40TH STREET, BOROUGH PARK', Month: '6', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.98589355, 40.63946216]} },
{type: 'Feature',properties:{Name: '3', Address: '1346 40TH ST, BOROUGH PARK', Month: '2', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.9858287, 40.63942372]} },
{type: 'Feature',properties:{Name: '3', Address: '1428 41ST STREET, BOROUGH PARK', Month: '2', Price: '2070'}, geometry: { type: 'Point', coordinates:[-73.98448872, 40.63770257]} },
{type: 'Feature',properties:{Name: '3', Address: '1440 41ST STREET, BOROUGH PARK', Month: '1', Price: '2070'}, geometry: { type: 'Point', coordinates:[-73.98430138, 40.63759001]} },
{type: 'Feature',properties:{Name: '3', Address: '1448 40TH STREET, BOROUGH PARK', Month: '12', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.98359146, 40.63807299]} },
{type: 'Feature',properties:{Name: '3', Address: '1459 40TH STREET, BOROUGH PARK', Month: '12', Price: '1868'}, geometry: { type: 'Point', coordinates:[-73.98341853, 40.63799062]} },
{type: 'Feature',properties:{Name: '3', Address: '1471 39TH STREET, BOROUGH PARK', Month: '8', Price: '2054'}, geometry: { type: 'Point', coordinates:[-73.98265095, 40.63843791]} },
{type: 'Feature',properties:{Name: '3', Address: '1413 36TH STREET, BOROUGH PARK', Month: '6', Price: '2504'}, geometry: { type: 'Point', coordinates:[-73.98181082, 40.64066929]} },
{type: 'Feature',properties:{Name: '3', Address: '476 MC DONALD AVENUE, BOROUGH PARK', Month: '3', Price: '2184'}, geometry: { type: 'Point', coordinates:[-73.97938528, 40.64245025]} },
{type: 'Feature',properties:{Name: '3', Address: '1528 41ST STREET, BOROUGH PARK', Month: '8', Price: '2600'}, geometry: { type: 'Point', coordinates:[-73.9823056, 40.63638476]} },
{type: 'Feature',properties:{Name: '3', Address: '1568 40TH STREET, BOROUGH PARK', Month: '9', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.98107332, 40.63655474]} },
{type: 'Feature',properties:{Name: '3', Address: '1519 41ST STREET, BOROUGH PARK', Month: '9', Price: '2088'}, geometry: { type: 'Point', coordinates:[-73.98234522, 40.63643142]} },
{type: 'Feature',properties:{Name: '3', Address: '1562 38TH STREET, BOROUGH PARK', Month: '6', Price: '2152'}, geometry: { type: 'Point', coordinates:[-73.98022622, 40.63786935]} },
{type: 'Feature',properties:{Name: '3', Address: '1568 38TH STREET, BOROUGH PARK', Month: '4', Price: '2152'}, geometry: { type: 'Point', coordinates:[-73.98015057, 40.63782267]} },
{type: 'Feature',properties:{Name: '3', Address: '1570 38 ST, BOROUGH PARK', Month: '7', Price: '2152'}, geometry: { type: 'Point', coordinates:[-73.98012175, 40.6378062]} },
{type: 'Feature',properties:{Name: '3', Address: '1517 39TH STREET, BOROUGH PARK', Month: '12', Price: '2560'}, geometry: { type: 'Point', coordinates:[-73.98129641, 40.6376225]} },
{type: 'Feature',properties:{Name: '3', Address: '347 DAHILL ROAD, BOROUGH PARK', Month: '5', Price: '1808'}, geometry: { type: 'Point', coordinates:[-73.97976108, 40.63897542]} },
{type: 'Feature',properties:{Name: '3', Address: '1617 44TH STREET, BOROUGH PARK', Month: '4', Price: '7816'}, geometry: { type: 'Point', coordinates:[-73.98194249, 40.63345327]} },
{type: 'Feature',properties:{Name: '3', Address: '1617 44TH STREET, BOROUGH PARK', Month: '8', Price: '7816'}, geometry: { type: 'Point', coordinates:[-73.98194249, 40.63345327]} },
{type: 'Feature',properties:{Name: '3', Address: '1677 43RD STREET, BOROUGH PARK', Month: '10', Price: '3696'}, geometry: { type: 'Point', coordinates:[-73.98030681, 40.6333734]} },
{type: 'Feature',properties:{Name: '3', Address: '428 DAHILL ROAD, BOROUGH PARK', Month: '7', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.97925751, 40.6361976]} },
{type: 'Feature',properties:{Name: '3', Address: '545 DAHILL ROAD, BOROUGH PARK', Month: '1', Price: '2088'}, geometry: { type: 'Point', coordinates:[-73.97886181, 40.63419383]} },
{type: 'Feature',properties:{Name: '3', Address: '525 DAHILL ROAD, BOROUGH PARK', Month: '10', Price: '2790'}, geometry: { type: 'Point', coordinates:[-73.97898052, 40.63479771]} },
{type: 'Feature',properties:{Name: '3', Address: '521 DAHILL ROAD, BOROUGH PARK', Month: '8', Price: '3150'}, geometry: { type: 'Point', coordinates:[-73.9789949, 40.63487731]} },
{type: 'Feature',properties:{Name: '3', Address: '509 DAHILL ROAD, BOROUGH PARK', Month: '2', Price: '2208'}, geometry: { type: 'Point', coordinates:[-73.97904167, 40.63511886]} },
{type: 'Feature',properties:{Name: '3', Address: '1762 44TH STREET, BOROUGH PARK', Month: '1', Price: '2224'}, geometry: { type: 'Point', coordinates:[-73.97906435, 40.63170984]} },
{type: 'Feature',properties:{Name: '3', Address: '1741 44TH STREET, BOROUGH PARK', Month: '5', Price: '2048'}, geometry: { type: 'Point', coordinates:[-73.97933811, 40.63189104]} },
{type: 'Feature',properties:{Name: '3', Address: '920 MC DONALD AVENUE, BOROUGH PARK', Month: '1', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.97734945, 40.63167932]} },
{type: 'Feature',properties:{Name: '3', Address: '645 DAHILL ROAD, BOROUGH PARK', Month: '4', Price: '2060'}, geometry: { type: 'Point', coordinates:[-73.9784302, 40.63191833]} },
{type: 'Feature',properties:{Name: '3', Address: '1540 44, BOROUGH PARK', Month: '1', Price: '1696'}, geometry: { type: 'Point', coordinates:[-73.98393465, 40.63436483]} },
{type: 'Feature',properties:{Name: '3', Address: '1572 44TH STREET, BOROUGH PARK', Month: '10', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.98334379, 40.63427691]} },
{type: 'Feature',properties:{Name: '3', Address: '1572 44TH STREET, BOROUGH PARK', Month: '11', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.98334379, 40.63427691]} },
{type: 'Feature',properties:{Name: '3', Address: '1557 45TH STREET, BOROUGH PARK', Month: '2', Price: '2604'}, geometry: { type: 'Point', coordinates:[-73.98416174, 40.63388178]} },
{type: 'Feature',properties:{Name: '3', Address: '1605 45TH STREET, BOROUGH PARK', Month: '5', Price: '2518'}, geometry: { type: 'Point', coordinates:[-73.98273162, 40.63301971]} },
{type: 'Feature',properties:{Name: '3', Address: '1560 45TH STREET, BOROUGH PARK', Month: '1', Price: '2600'}, geometry: { type: 'Point', coordinates:[-73.98411492, 40.63383237]} },
{type: 'Feature',properties:{Name: '3', Address: '1662 45TH STREET, BOROUGH PARK', Month: '8', Price: '2113'}, geometry: { type: 'Point', coordinates:[-73.98173021, 40.632391]} },
{type: 'Feature',properties:{Name: '3', Address: '1532 46TH STREET, BOROUGH PARK', Month: '10', Price: '2536'}, geometry: { type: 'Point', coordinates:[-73.9851382, 40.63353881]} },
{type: 'Feature',properties:{Name: '3', Address: '4624 16TH AVENUE, BOROUGH PARK', Month: '8', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.9839567, 40.6325423]} },
{type: 'Feature',properties:{Name: '3', Address: '14 LAWRENCE AVENUE, BOROUGH PARK', Month: '2', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.97771073, 40.62866012]} },
{type: 'Feature',properties:{Name: '3', Address: '34 LAWRENCE AVE, BOROUGH PARK', Month: '9', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.97726394, 40.62887687]} },
{type: 'Feature',properties:{Name: '3', Address: '1854 47TH STREET, BOROUGH PARK', Month: '2', Price: '2680'}, geometry: { type: 'Point', coordinates:[-73.97851412, 40.62862459]} },
{type: 'Feature',properties:{Name: '3', Address: '1868 47TH STREET, BOROUGH PARK', Month: '3', Price: '2680'}, geometry: { type: 'Point', coordinates:[-73.97812872, 40.6283967]} },
{type: 'Feature',properties:{Name: '3', Address: '1706 48TH STREET, BOROUGH PARK', Month: '5', Price: '3240'}, geometry: { type: 'Point', coordinates:[-73.98202993, 40.6298329]} },
{type: 'Feature',properties:{Name: '3', Address: '1732 48TH STREET, BOROUGH PARK', Month: '2', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.98166252, 40.62961326]} },
{type: 'Feature',properties:{Name: '3', Address: '1732 48TH STREET, BOROUGH PARK', Month: '9', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.98166252, 40.62961326]} },
{type: 'Feature',properties:{Name: '3', Address: '1742 48TH STREET, BOROUGH PARK', Month: '7', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.98152204, 40.62952815]} },
{type: 'Feature',properties:{Name: '3', Address: '1755 49TH STREET, BOROUGH PARK', Month: '3', Price: '2436'}, geometry: { type: 'Point', coordinates:[-73.98185727, 40.62883926]} },
{type: 'Feature',properties:{Name: '3', Address: '1745 49, BOROUGH PARK', Month: '6', Price: '2436'}, geometry: { type: 'Point', coordinates:[-73.98199775, 40.62892712]} },
{type: 'Feature',properties:{Name: '3', Address: '1725 49TH STREET, BOROUGH PARK', Month: '1', Price: '3336'}, geometry: { type: 'Point', coordinates:[-73.98227871, 40.62909734]} },
{type: 'Feature',properties:{Name: '3', Address: '1846 48TH STREET, BOROUGH PARK', Month: '11', Price: '2856'}, geometry: { type: 'Point', coordinates:[-73.97930323, 40.62818832]} },
{type: 'Feature',properties:{Name: '3', Address: '1846 48TH STREET, BOROUGH PARK', Month: '4', Price: '2856'}, geometry: { type: 'Point', coordinates:[-73.97930323, 40.62818832]} },
{type: 'Feature',properties:{Name: '3', Address: '1888 48TH STREET, BOROUGH PARK', Month: '2', Price: '2856'}, geometry: { type: 'Point', coordinates:[-73.97859366, 40.62776274]} },
{type: 'Feature',properties:{Name: '3', Address: '1636 50, BOROUGH PARK', Month: '8', Price: '6045'}, geometry: { type: 'Point', coordinates:[-73.98536961, 40.62975927]} },
{type: 'Feature',properties:{Name: '3', Address: '1621 51ST STREET, BOROUGH PARK', Month: '6', Price: '2684'}, geometry: { type: 'Point', coordinates:[-73.98594249, 40.6294931]} },
{type: 'Feature',properties:{Name: '3', Address: '5116 17TH AVENUE, BOROUGH PARK', Month: '6', Price: '9120'}, geometry: { type: 'Point', coordinates:[-73.98437202, 40.62830165]} },
{type: 'Feature',properties:{Name: '3', Address: '5119 18TH AVENUE, BOROUGH PARK', Month: '7', Price: '2640'}, geometry: { type: 'Point', coordinates:[-73.98228287, 40.62700581]} },
{type: 'Feature',properties:{Name: '3', Address: '1852 51ST STREET, BOROUGH PARK', Month: '12', Price: '1590'}, geometry: { type: 'Point', coordinates:[-73.9805647, 40.62621503]} },
{type: 'Feature',properties:{Name: '3', Address: '1854 51ST STREET, BOROUGH PARK', Month: '10', Price: '1818'}, geometry: { type: 'Point', coordinates:[-73.98053949, 40.62620131]} },
{type: 'Feature',properties:{Name: '3', Address: '1939 52ND STREET, BOROUGH PARK', Month: '8', Price: '4365'}, geometry: { type: 'Point', coordinates:[-73.97946283, 40.6246558]} },
{type: 'Feature',properties:{Name: '3', Address: '1547 53RD STREET, BOROUGH PARK', Month: '12', Price: '2845'}, geometry: { type: 'Point', coordinates:[-73.98898672, 40.62949892]} },
{type: 'Feature',properties:{Name: '3', Address: '1601 53RD STREET, BOROUGH PARK', Month: '9', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.98746658, 40.62857926]} },
{type: 'Feature',properties:{Name: '3', Address: '1601 53RD STREET, BOROUGH PARK', Month: '11', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.98746658, 40.62857926]} },
{type: 'Feature',properties:{Name: '3', Address: '1724 52ND STREET, BOROUGH PARK', Month: '2', Price: '3404'}, geometry: { type: 'Point', coordinates:[-73.98418127, 40.62748917]} },
{type: 'Feature',properties:{Name: '3', Address: '1831 53RD STREET, BOROUGH PARK', Month: '6', Price: '2680'}, geometry: { type: 'Point', coordinates:[-73.98242735, 40.62553737]} },
{type: 'Feature',properties:{Name: '3', Address: '1953 53RD STREET, BOROUGH PARK', Month: '4', Price: '1408'}, geometry: { type: 'Point', coordinates:[-73.97983048, 40.62396692]} },
{type: 'Feature',properties:{Name: '3', Address: '1929 53RD STREET, BOROUGH PARK', Month: '6', Price: '1408'}, geometry: { type: 'Point', coordinates:[-73.98020866, 40.62419481]} },
{type: 'Feature',properties:{Name: '3', Address: '5211 20TH AVENUE, BOROUGH PARK', Month: '3', Price: '1790'}, geometry: { type: 'Point', coordinates:[-73.97831756, 40.62375255]} },
{type: 'Feature',properties:{Name: '3', Address: '1685 54TH STREET, BOROUGH PARK', Month: '9', Price: '3112'}, geometry: { type: 'Point', coordinates:[-73.98657703, 40.62713265]} },
{type: 'Feature',properties:{Name: '3', Address: '1665 54TH ST, BOROUGH PARK', Month: '12', Price: '3112'}, geometry: { type: 'Point', coordinates:[-73.98692643, 40.6273413]} },
{type: 'Feature',properties:{Name: '3', Address: '1844 53RD STREET, BOROUGH PARK', Month: '6', Price: '1992'}, geometry: { type: 'Point', coordinates:[-73.98221125, 40.62538637]} },
{type: 'Feature',properties:{Name: '3', Address: '6 AVENUE J, BOROUGH PARK', Month: '3', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.97664617, 40.62349147]} },
{type: 'Feature',properties:{Name: '3', Address: '10 AVENUE J, BOROUGH PARK', Month: '9', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.97661735, 40.62349696]} },
{type: 'Feature',properties:{Name: '3', Address: '16 AVENUE J, BOROUGH PARK', Month: '3', Price: '1481'}, geometry: { type: 'Point', coordinates:[-73.97657052, 40.62349969]} },
{type: 'Feature',properties:{Name: '3', Address: '1516 54TH STREET, BOROUGH PARK', Month: '5', Price: '3075'}, geometry: { type: 'Point', coordinates:[-73.98997027, 40.62929315]} },
{type: 'Feature',properties:{Name: '3', Address: '1686 54TH STREET, BOROUGH PARK', Month: '8', Price: '2680'}, geometry: { type: 'Point', coordinates:[-73.98655542, 40.62709697]} },
{type: 'Feature',properties:{Name: '3', Address: '1627 55TH STREET, BOROUGH PARK', Month: '9', Price: '2936'}, geometry: { type: 'Point', coordinates:[-73.98818014, 40.62718498]} },
{type: 'Feature',properties:{Name: '3', Address: '5521 15TH AVENUE, BOROUGH PARK', Month: '10', Price: '2021'}, geometry: { type: 'Point', coordinates:[-73.99137176, 40.62883763]} },
{type: 'Feature',properties:{Name: '3', Address: '5521 15TH AVENUE, BOROUGH PARK', Month: '1', Price: '2021'}, geometry: { type: 'Point', coordinates:[-73.99137176, 40.62883763]} },
{type: 'Feature',properties:{Name: '3', Address: '5508 16TH AVENUE, BOROUGH PARK', Month: '9', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.98913835, 40.6275666]} },
{type: 'Feature',properties:{Name: '3', Address: '1573 56TH STREET, BOROUGH PARK', Month: '1', Price: '2048'}, geometry: { type: 'Point', coordinates:[-73.99032358, 40.62756945]} },
{type: 'Feature',properties:{Name: '3', Address: '1655 56TH STREET, BOROUGH PARK', Month: '3', Price: '2794'}, geometry: { type: 'Point', coordinates:[-73.98828836, 40.62634234]} },
{type: 'Feature',properties:{Name: '3', Address: '1655 56TH STREET, BOROUGH PARK', Month: '6', Price: '2794'}, geometry: { type: 'Point', coordinates:[-73.98828836, 40.62634234]} },
{type: 'Feature',properties:{Name: '3', Address: '5501 17TH AVENUE, BOROUGH PARK', Month: '3', Price: '1720'}, geometry: { type: 'Point', coordinates:[-73.98658083, 40.62615551]} },
{type: 'Feature',properties:{Name: '3', Address: '1756 56TH STREET, BOROUGH PARK', Month: '3', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.98595066, 40.62490655]} },
{type: 'Feature',properties:{Name: '3', Address: '1840 55TH STREET, BOROUGH PARK', Month: '3', Price: '2112'}, geometry: { type: 'Point', coordinates:[-73.98342554, 40.62429413]} },
{type: 'Feature',properties:{Name: '3', Address: '1879 58TH STREET, BOROUGH PARK', Month: '5', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.98424019, 40.62207096]} },
{type: 'Feature',properties:{Name: '3', Address: '7 DAHL COURT, BOROUGH PARK', Month: '3', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.98417886, 40.6224964]} },
{type: 'Feature',properties:{Name: '3', Address: '16 DAHL COURT, BOROUGH PARK', Month: '1', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.984359, 40.62235369]} },
{type: 'Feature',properties:{Name: '3', Address: '1916 54TH STREET, BOROUGH PARK', Month: '7', Price: '1979'}, geometry: { type: 'Point', coordinates:[-73.9809905, 40.62373656]} },
{type: 'Feature',properties:{Name: '3', Address: '2067 57TH STREET, BOROUGH PARK', Month: '4', Price: '1040'}, geometry: { type: 'Point', coordinates:[-73.97974154, 40.62026693]} },
{type: 'Feature',properties:{Name: '3', Address: '2067 57TH STREET, BOROUGH PARK', Month: '7', Price: '1040'}, geometry: { type: 'Point', coordinates:[-73.97974154, 40.62026693]} },
{type: 'Feature',properties:{Name: '3', Address: '1659 58TH STREET, BOROUGH PARK', Month: '12', Price: '3251'}, geometry: { type: 'Point', coordinates:[-73.98907753, 40.62499473]} },
{type: 'Feature',properties:{Name: '3', Address: '2027 58TH STREET, BOROUGH PARK', Month: '10', Price: '3388'}, geometry: { type: 'Point', coordinates:[-73.98103475, 40.6201354]} },
{type: 'Feature',properties:{Name: '3', Address: '2138 57TH STREET, BOROUGH PARK', Month: '4', Price: '1840'}, geometry: { type: 'Point', coordinates:[-73.97799845, 40.6192181]} },
{type: 'Feature',properties:{Name: '3', Address: '2154 57TH STREET, BOROUGH PARK', Month: '12', Price: '1840'}, geometry: { type: 'Point', coordinates:[-73.97771034, 40.61905061]} },
{type: 'Feature',properties:{Name: '3', Address: '2163 58TH STREET, BOROUGH PARK', Month: '6', Price: '1720'}, geometry: { type: 'Point', coordinates:[-73.9781068, 40.61834802]} },
{type: 'Feature',properties:{Name: '3', Address: '1520 58TH STREET, BOROUGH PARK', Month: '6', Price: '3472'}, geometry: { type: 'Point', coordinates:[-73.99232306, 40.62693007]} },
{type: 'Feature',properties:{Name: '3', Address: '1540 58, BOROUGH PARK', Month: '11', Price: '2060'}, geometry: { type: 'Point', coordinates:[-73.99209616, 40.62652382]} },
{type: 'Feature',properties:{Name: '3', Address: '1552 58TH STREET, BOROUGH PARK', Month: '8', Price: '2360'}, geometry: { type: 'Point', coordinates:[-73.99181875, 40.62662536]} },
{type: 'Feature',properties:{Name: '3', Address: '5808 16TH AVE, BOROUGH PARK', Month: '3', Price: '3328'}, geometry: { type: 'Point', coordinates:[-73.99088581, 40.62588694]} },
{type: 'Feature',properties:{Name: '3', Address: '5811 17TH AVENUE, BOROUGH PARK', Month: '11', Price: '2240'}, geometry: { type: 'Point', coordinates:[-73.98842199, 40.62438532]} },
{type: 'Feature',properties:{Name: '3', Address: '5811 17TH AVENUE, BOROUGH PARK', Month: '3', Price: '2240'}, geometry: { type: 'Point', coordinates:[-73.98842199, 40.62438532]} },
{type: 'Feature',properties:{Name: '3', Address: '1881 59TH STREET, BOROUGH PARK', Month: '9', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.98471223, 40.62144247]} },
{type: 'Feature',properties:{Name: '3', Address: '1877 59TH STREET, BOROUGH PARK', Month: '12', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.98475185, 40.62146718]} },
{type: 'Feature',properties:{Name: '3', Address: '5817 21ST AVENUE, BOROUGH PARK', Month: '4', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.97964106, 40.61903999]} },
{type: 'Feature',properties:{Name: '3', Address: '1770 59TH STREET, BOROUGH PARK', Month: '2', Price: '2272'}, geometry: { type: 'Point', coordinates:[-73.9874496, 40.62307595]} },
{type: 'Feature',properties:{Name: '3', Address: '1741 60TH STREET, BOROUGH PARK', Month: '3', Price: '2560'}, geometry: { type: 'Point', coordinates:[-73.98850873, 40.62278786]} },
{type: 'Feature',properties:{Name: '3', Address: '1712 59TH STREET, BOROUGH PARK', Month: '3', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.98836809, 40.6236305]} },
{type: 'Feature',properties:{Name: '3', Address: '1854 59TH STREET, BOROUGH PARK', Month: '6', Price: '2988'}, geometry: { type: 'Point', coordinates:[-73.98545059, 40.62187075]} },
{type: 'Feature',properties:{Name: '3', Address: '1854 59TH STREET, BOROUGH PARK', Month: '12', Price: '2988'}, geometry: { type: 'Point', coordinates:[-73.98545059, 40.62187075]} },
{type: 'Feature',properties:{Name: '3', Address: '1960 59TH STREET, BOROUGH PARK', Month: '12', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.98321755, 40.62051727]} },
{type: 'Feature',properties:{Name: '3', Address: '1960 59TH STREET, BOROUGH PARK', Month: '9', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.98321755, 40.62051727]} },
{type: 'Feature',properties:{Name: '3', Address: '1960 59TH STREET, BOROUGH PARK', Month: '8', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.98321755, 40.62051727]} },
{type: 'Feature',properties:{Name: '3', Address: '5915 20TH AVENUE, BOROUGH PARK', Month: '6', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.98242166, 40.61981174]} },
{type: 'Feature',properties:{Name: '3', Address: '2138 59TH STREET, BOROUGH PARK', Month: '2', Price: '1404'}, geometry: { type: 'Point', coordinates:[-73.97914788, 40.61806001]} },
{type: 'Feature',properties:{Name: '3', Address: '2113 60TH STREET, BOROUGH PARK', Month: '9', Price: '3091'}, geometry: { type: 'Point', coordinates:[-73.98014934, 40.61774179]} },
{type: 'Feature',properties:{Name: '3', Address: '1634 60 STREET, BOROUGH PARK', Month: '10', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.9909869, 40.62426478]} },
{type: 'Feature',properties:{Name: '3', Address: '1674 60TH STREET, BOROUGH PARK', Month: '9', Price: '1880'}, geometry: { type: 'Point', coordinates:[-73.9902845, 40.62384202]} },
{type: 'Feature',properties:{Name: '3', Address: '1736 60 STREET, BOROUGH PARK', Month: '10', Price: '1950'}, geometry: { type: 'Point', coordinates:[-73.98858437, 40.62281531]} },
{type: 'Feature',properties:{Name: '3', Address: '1761 61 STREET, BOROUGH PARK', Month: '9', Price: '2148'}, geometry: { type: 'Point', coordinates:[-73.98878984, 40.62201111]} },
{type: 'Feature',properties:{Name: '3', Address: '1759 61ST STREET, BOROUGH PARK', Month: '4', Price: '3182'}, geometry: { type: 'Point', coordinates:[-73.98882225, 40.62203033]} },
{type: 'Feature',properties:{Name: '3', Address: '6019 21ST AVENUE, BOROUGH PARK', Month: '11', Price: '1822'}, geometry: { type: 'Point', coordinates:[-73.98084088, 40.61788464]} },
{type: 'Feature',properties:{Name: '3', Address: '1722 61ST, BOROUGH PARK', Month: '8', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.98967955, 40.62226097]} },
{type: 'Feature',properties:{Name: '3', Address: '1722 61ST, BOROUGH PARK', Month: '8', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.98967955, 40.62226097]} },
{type: 'Feature',properties:{Name: '3', Address: '1746 61 STREET, BOROUGH PARK', Month: '8', Price: '2728'}, geometry: { type: 'Point', coordinates:[-73.98902756, 40.62213465]} },
{type: 'Feature',properties:{Name: '3', Address: '1828 61ST STREET, BOROUGH PARK', Month: '9', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.98710059, 40.6209734]} },
{type: 'Feature',properties:{Name: '3', Address: '1853 62 STREET, BOROUGH PARK', Month: '5', Price: '1940'}, geometry: { type: 'Point', coordinates:[-73.98729525, 40.62019665]} },
{type: 'Feature',properties:{Name: '3', Address: '1811 62ND STREET, BOROUGH PARK', Month: '3', Price: '1730'}, geometry: { type: 'Point', coordinates:[-73.98793636, 40.62058922]} },
{type: 'Feature',properties:{Name: '3', Address: '6121 19TH AVENUE, BOROUGH PARK', Month: '7', Price: '2168'}, geometry: { type: 'Point', coordinates:[-73.98585445, 40.61996043]} },
{type: 'Feature',properties:{Name: '3', Address: '2051 62ND STREET, BOROUGH PARK', Month: '6', Price: '2320'}, geometry: { type: 'Point', coordinates:[-73.98294454, 40.61757481]} },
{type: 'Feature',properties:{Name: '3', Address: '2124 61ST STREET, BOROUGH PARK', Month: '9', Price: '2720'}, geometry: { type: 'Point', coordinates:[-73.98057818, 40.61703096]} },
{type: 'Feature',properties:{Name: '3', Address: '2127 62ND STREET, BOROUGH PARK', Month: '5', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.98115105, 40.61649033]} },
{type: 'Feature',properties:{Name: '3', Address: '2125 62ND STREET, BOROUGH PARK', Month: '5', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.98119426, 40.61651779]} },
{type: 'Feature',properties:{Name: '3', Address: '2125 62ND ST, BOROUGH PARK', Month: '7', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.98119426, 40.61651779]} },
{type: 'Feature',properties:{Name: '3', Address: '6206 17TH AVENUE, BOROUGH PARK', Month: '3', Price: '3420'}, geometry: { type: 'Point', coordinates:[-73.99079266, 40.62213206]} },
{type: 'Feature',properties:{Name: '3', Address: '1747 63RD STREET, BOROUGH PARK', Month: '9', Price: '2736'}, geometry: { type: 'Point', coordinates:[-73.99016604, 40.62102311]} },
{type: 'Feature',properties:{Name: '3', Address: '6224 19TH AVENUE, BOROUGH PARK', Month: '2', Price: '1728'}, geometry: { type: 'Point', coordinates:[-73.98647052, 40.61939507]} },
{type: 'Feature',properties:{Name: '3', Address: '1815 63 STREET, BOROUGH PARK', Month: '7', Price: '1620'}, geometry: { type: 'Point', coordinates:[-73.98845157, 40.61998817]} },
{type: 'Feature',properties:{Name: '3', Address: '1960 62ND STREET, BOROUGH PARK', Month: '7', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.98500461, 40.61879378]} },
{type: 'Feature',properties:{Name: '3', Address: '6205 20TH AVENUE, BOROUGH PARK', Month: '5', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.98416548, 40.61813767]} },
{type: 'Feature',properties:{Name: '3', Address: '2124 62ND STREET, BOROUGH PARK', Month: '7', Price: '2560'}, geometry: { type: 'Point', coordinates:[-73.9812663, 40.61653976]} },
{type: 'Feature',properties:{Name: '3', Address: '2135 63RD STREET, BOROUGH PARK', Month: '10', Price: '1784'}, geometry: { type: 'Point', coordinates:[-73.98156545, 40.61582891]} },
{type: 'Feature',properties:{Name: '3', Address: '1537 64TH ST, BOROUGH PARK', Month: '1', Price: '1616'}, geometry: { type: 'Point', coordinates:[-73.99559437, 40.62338946]} },
{type: 'Feature',properties:{Name: '3', Address: '1513 64TH STREET, BOROUGH PARK', Month: '9', Price: '1540'}, geometry: { type: 'Point', coordinates:[-73.9959726, 40.62361454]} },
{type: 'Feature',properties:{Name: '3', Address: '1637 64 ST, BOROUGH PARK', Month: '8', Price: '1640'}, geometry: { type: 'Point', coordinates:[-73.99328903, 40.62199774]} },
{type: 'Feature',properties:{Name: '3', Address: '1629 64TH STREET, BOROUGH PARK', Month: '2', Price: '1640'}, geometry: { type: 'Point', coordinates:[-73.99342951, 40.62208283]} },
{type: 'Feature',properties:{Name: '3', Address: '1625 64TH STREET, BOROUGH PARK', Month: '1', Price: '1640'}, geometry: { type: 'Point', coordinates:[-73.99349795, 40.62212401]} },
{type: 'Feature',properties:{Name: '3', Address: '1714 63RD STREET, BOROUGH PARK', Month: '12', Price: '1925'}, geometry: { type: 'Point', coordinates:[-73.99069912, 40.62132234]} },
{type: 'Feature',properties:{Name: '3', Address: '1738 63RD STREET, BOROUGH PARK', Month: '5', Price: '1732'}, geometry: { type: 'Point', coordinates:[-73.99031011, 40.621089]} },
{type: 'Feature',properties:{Name: '3', Address: '1847 64TH STREET, BOROUGH PARK', Month: '11', Price: '1305'}, geometry: { type: 'Point', coordinates:[-73.98854177, 40.6191318]} },
{type: 'Feature',properties:{Name: '3', Address: '1931 64TH STREET, BOROUGH PARK', Month: '12', Price: '1328'}, geometry: { type: 'Point', coordinates:[-73.9866257, 40.61797604]} },
{type: 'Feature',properties:{Name: '3', Address: '2022 63RD STREET, BOROUGH PARK', Month: '8', Price: '1504'}, geometry: { type: 'Point', coordinates:[-73.98413685, 40.61736088]} },
{type: 'Feature',properties:{Name: '3', Address: '2125 64TH STREET, BOROUGH PARK', Month: '1', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.98233999, 40.61535418]} },
{type: 'Feature',properties:{Name: '3', Address: '2105 64TH STREET, BOROUGH PARK', Month: '7', Price: '1705'}, geometry: { type: 'Point', coordinates:[-73.98266411, 40.61554362]} },
{type: 'Feature',properties:{Name: '3', Address: '1539 65TH ST, BOROUGH PARK', Month: '2', Price: '1890'}, geometry: { type: 'Point', coordinates:[-73.99618519, 40.62276916]} },
{type: 'Feature',properties:{Name: '3', Address: '1535 65TH STREET, BOROUGH PARK', Month: '7', Price: '1732'}, geometry: { type: 'Point', coordinates:[-73.99625003, 40.62280759]} },
{type: 'Feature',properties:{Name: '3', Address: '1535 65TH STREET, BOROUGH PARK', Month: '2', Price: '1732'}, geometry: { type: 'Point', coordinates:[-73.99625003, 40.62280759]} },
{type: 'Feature',properties:{Name: '3', Address: '1533 65TH STREET, BOROUGH PARK', Month: '11', Price: '1828'}, geometry: { type: 'Point', coordinates:[-73.99628244, 40.6228268]} },
{type: 'Feature',properties:{Name: '3', Address: '1533 65TH STREET, BOROUGH PARK', Month: '6', Price: '1828'}, geometry: { type: 'Point', coordinates:[-73.99628244, 40.6228268]} },
{type: 'Feature',properties:{Name: '3', Address: '6403 16TH AVENUE, BOROUGH PARK', Month: '10', Price: '1540'}, geometry: { type: 'Point', coordinates:[-73.99438767, 40.62249186]} },
{type: 'Feature',properties:{Name: '3', Address: '1718 64TH STREET, BOROUGH PARK', Month: '2', Price: '1782'}, geometry: { type: 'Point', coordinates:[-73.99121431, 40.62072127]} },
{type: 'Feature',properties:{Name: '3', Address: '1728 64TH STREET, BOROUGH PARK', Month: '6', Price: '1782'}, geometry: { type: 'Point', coordinates:[-73.99105223, 40.62062244]} },
{type: 'Feature',properties:{Name: '3', Address: '1769 65TH STREET, BOROUGH PARK', Month: '8', Price: '1750'}, geometry: { type: 'Point', coordinates:[-73.99100913, 40.61963981]} },
{type: 'Feature',properties:{Name: '3', Address: '1711 65TH STREET, BOROUGH PARK', Month: '5', Price: '4028'}, geometry: { type: 'Point', coordinates:[-73.99195642, 40.62021079]} },
{type: 'Feature',properties:{Name: '3', Address: '6420 19TH AVENUE, BOROUGH PARK', Month: '6', Price: '2320'}, geometry: { type: 'Point', coordinates:[-73.98763061, 40.61828356]} },
{type: 'Feature',properties:{Name: '3', Address: '1935 65TH STREET, BOROUGH PARK', Month: '4', Price: '2560'}, geometry: { type: 'Point', coordinates:[-73.98719494, 40.61733656]} },
{type: 'Feature',properties:{Name: '3', Address: '2015 65TH STREET, BOROUGH PARK', Month: '6', Price: '2320'}, geometry: { type: 'Point', coordinates:[-73.98530415, 40.6161945]} },
{type: 'Feature',properties:{Name: '3', Address: '2142 64TH STREET, BOROUGH PARK', Month: '12', Price: '1640'}, geometry: { type: 'Point', coordinates:[-73.98205909, 40.61517023]} },
{type: 'Feature',properties:{Name: '3', Address: '935 39TH STREET, BOROUGH PARK', Month: '1', Price: '2760'}, geometry: { type: 'Point', coordinates:[-73.99388127, 40.64521868]} },
{type: 'Feature',properties:{Name: '3', Address: '3929 NEW UTRECHT AVENUE, BOROUGH PARK', Month: '12', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.9944254, 40.64522694]} },
{type: 'Feature',properties:{Name: '3', Address: '1055 40TH STREET, BOROUGH PARK', Month: '4', Price: '1560'}, geometry: { type: 'Point', coordinates:[-73.99225992, 40.64333017]} },
{type: 'Feature',properties:{Name: '3', Address: '1031 40TH STREET, BOROUGH PARK', Month: '9', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.99264906, 40.64356624]} },
{type: 'Feature',properties:{Name: '3', Address: '1156 39TH STREET, BOROUGH PARK', Month: '6', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.98940257, 40.64249278]} },
{type: 'Feature',properties:{Name: '3', Address: '1148 40TH STREET, BOROUGH PARK', Month: '1', Price: '2523'}, geometry: { type: 'Point', coordinates:[-73.99015933, 40.64203996]} },
{type: 'Feature',properties:{Name: '3', Address: '4002 12TH AVENUE, BOROUGH PARK', Month: '8', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.98917214, 40.64130427]} },
{type: 'Feature',properties:{Name: '3', Address: '4002 12TH AVENUE, BOROUGH PARK', Month: '2', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.98917214, 40.64130427]} },
{type: 'Feature',properties:{Name: '3', Address: '1220 40TH STREET, BOROUGH PARK', Month: '6', Price: '2952'}, geometry: { type: 'Point', coordinates:[-73.98843353, 40.64099678]} },
{type: 'Feature',properties:{Name: '3', Address: '916 41ST STREET, BOROUGH PARK', Month: '11', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.99573712, 40.64449688]} },
{type: 'Feature',properties:{Name: '3', Address: '964 41ST STREET, BOROUGH PARK', Month: '3', Price: '1968'}, geometry: { type: 'Point', coordinates:[-73.99504528, 40.6440769]} },
{type: 'Feature',properties:{Name: '3', Address: '1041 42ND STREET, BOROUGH PARK', Month: '11', Price: '2289'}, geometry: { type: 'Point', coordinates:[-73.99363291, 40.64233389]} },
{type: 'Feature',properties:{Name: '3', Address: '1148 41ST STREET, BOROUGH PARK', Month: '5', Price: '4837'}, geometry: { type: 'Point', coordinates:[-73.99081881, 40.64152399]} },
{type: 'Feature',properties:{Name: '3', Address: '1245 42ND STREET, BOROUGH PARK', Month: '12', Price: '2730'}, geometry: { type: 'Point', coordinates:[-73.98921205, 40.63966289]} },
{type: 'Feature',properties:{Name: '3', Address: '959 43RD STREET, BOROUGH PARK', Month: '4', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.99618043, 40.64296256]} },
{type: 'Feature',properties:{Name: '3', Address: '4210 13TH AVENUE, BOROUGH PARK', Month: '1', Price: '3500'}, geometry: { type: 'Point', coordinates:[-73.98817808, 40.63882563]} },
{type: 'Feature',properties:{Name: '3', Address: '1326 42ND STREET, BOROUGH PARK', Month: '11', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.98730978, 40.63849341]} },
{type: 'Feature',properties:{Name: '3', Address: '1351 43RD STREET, BOROUGH PARK', Month: '7', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.98749729, 40.63771666]} },
{type: 'Feature',properties:{Name: '3', Address: '918 43RD STREET, BOROUGH PARK', Month: '3', Price: '2680'}, geometry: { type: 'Point', coordinates:[-73.99682181, 40.64333038]} },
{type: 'Feature',properties:{Name: '3', Address: '1148 43RD STREET, BOROUGH PARK', Month: '11', Price: '1964'}, geometry: { type: 'Point', coordinates:[-73.99211612, 40.64048656]} },
{type: 'Feature',properties:{Name: '3', Address: '1264 43RD STREET, BOROUGH PARK', Month: '3', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.98949322, 40.63889986]} },
{type: 'Feature',properties:{Name: '3', Address: '4306 13 AVENUE, BOROUGH PARK', Month: '10', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.98874386, 40.63827947]} },
{type: 'Feature',properties:{Name: '3', Address: '1335 44 STREET, BOROUGH PARK', Month: '12', Price: '2048'}, geometry: { type: 'Point', coordinates:[-73.98833328, 40.63730777]} },
{type: 'Feature',properties:{Name: '3', Address: '953 45TH STREET, BOROUGH PARK', Month: '11', Price: '2560'}, geometry: { type: 'Point', coordinates:[-73.99744165, 40.64189762]} },
{type: 'Feature',properties:{Name: '3', Address: '935 45TH STREET, BOROUGH PARK', Month: '7', Price: '2560'}, geometry: { type: 'Point', coordinates:[-73.9977227, 40.6420678]} },
{type: 'Feature',properties:{Name: '3', Address: '935 45TH STREET, BOROUGH PARK', Month: '3', Price: '2560'}, geometry: { type: 'Point', coordinates:[-73.9977227, 40.6420678]} },
{type: 'Feature',properties:{Name: '3', Address: '913 45TH STREET, BOROUGH PARK', Month: '4', Price: '2560'}, geometry: { type: 'Point', coordinates:[-73.99806861, 40.64227641]} },
{type: 'Feature',properties:{Name: '3', Address: '1257 45TH STREET, BOROUGH PARK', Month: '10', Price: '3358'}, geometry: { type: 'Point', coordinates:[-73.99077248, 40.63787068]} },
{type: 'Feature',properties:{Name: '3', Address: '1317 45TH STREET, BOROUGH PARK', Month: '2', Price: '5080'}, geometry: { type: 'Point', coordinates:[-73.98919808, 40.63692084]} },
{type: 'Feature',properties:{Name: '3', Address: '4421 14TH AVENUE, BOROUGH PARK', Month: '11', Price: '3080'}, geometry: { type: 'Point', coordinates:[-73.98716247, 40.63632776]} },
{type: 'Feature',properties:{Name: '3', Address: '1447 45TH STREET, BOROUGH PARK', Month: '11', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.98652134, 40.63530663]} },
{type: 'Feature',properties:{Name: '3', Address: '1425 45TH STREET, BOROUGH PARK', Month: '3', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.98686719, 40.63551527]} },
{type: 'Feature',properties:{Name: '3', Address: '967 46TH STREET, BOROUGH PARK', Month: '4', Price: '2680'}, geometry: { type: 'Point', coordinates:[-73.9977984, 40.64120594]} },
{type: 'Feature',properties:{Name: '3', Address: '1266 45TH STREET, BOROUGH PARK', Month: '1', Price: '5924'}, geometry: { type: 'Point', coordinates:[-73.99062837, 40.63776362]} },
{type: 'Feature',properties:{Name: '3', Address: '910 46TH STREET, BOROUGH PARK', Month: '8', Price: '2680'}, geometry: { type: 'Point', coordinates:[-73.9986956, 40.64172472]} },
{type: 'Feature',properties:{Name: '3', Address: '956 46TH STREET, BOROUGH PARK', Month: '2', Price: '3350'}, geometry: { type: 'Point', coordinates:[-73.99797135, 40.64128829]} },
{type: 'Feature',properties:{Name: '3', Address: '956 46TH STREET, BOROUGH PARK', Month: '1', Price: '3350'}, geometry: { type: 'Point', coordinates:[-73.99797135, 40.64128829]} },
{type: 'Feature',properties:{Name: '3', Address: '4604 15TH AVENUE, BOROUGH PARK', Month: '4', Price: '3900'}, geometry: { type: 'Point', coordinates:[-73.98607846, 40.63395339]} },
{type: 'Feature',properties:{Name: '3', Address: '4714 11TH AVENUE, BOROUGH PARK', Month: '11', Price: '3360'}, geometry: { type: 'Point', coordinates:[-73.99551049, 40.63866969]} },
{type: 'Feature',properties:{Name: '3', Address: '4716 11TH AVENUE, BOROUGH PARK', Month: '6', Price: '3384'}, geometry: { type: 'Point', coordinates:[-73.9955213, 40.63866146]} },
{type: 'Feature',properties:{Name: '3', Address: '4724 NEW UTRECHT, BOROUGH PARK', Month: '11', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.99458093, 40.63803561]} },
{type: 'Feature',properties:{Name: '3', Address: '1420 47TH STREET, BOROUGH PARK', Month: '6', Price: '2492'}, geometry: { type: 'Point', coordinates:[-73.98811401, 40.63442024]} },
{type: 'Feature',properties:{Name: '3', Address: '1123 49, BOROUGH PARK', Month: '5', Price: '2176'}, geometry: { type: 'Point', coordinates:[-73.9958817, 40.63730829]} },
{type: 'Feature',properties:{Name: '3', Address: '1230 48TH STREET, BOROUGH PARK', Month: '7', Price: '4980'}, geometry: { type: 'Point', coordinates:[-73.99294529, 40.63642158]} },
{type: 'Feature',properties:{Name: '3', Address: '955 50 STREET, BOROUGH PARK', Month: '11', Price: '3640'}, geometry: { type: 'Point', coordinates:[-74.00032068, 40.63907875]} },
{type: 'Feature',properties:{Name: '3', Address: '953 50TH STREET, BOROUGH PARK', Month: '1', Price: '2740'}, geometry: { type: 'Point', coordinates:[-74.00034951, 40.63909797]} },
{type: 'Feature',properties:{Name: '3', Address: '941 50TH STREET, BOROUGH PARK', Month: '10', Price: '2600'}, geometry: { type: 'Point', coordinates:[-74.00054048, 40.6392105]} },
{type: 'Feature',properties:{Name: '3', Address: '1066 49TH STREET, BOROUGH PARK', Month: '6', Price: '3900'}, geometry: { type: 'Point', coordinates:[-73.99720759, 40.6380906]} },
{type: 'Feature',properties:{Name: '3', Address: '1118 49TH STREET, BOROUGH PARK', Month: '1', Price: '3318'}, geometry: { type: 'Point', coordinates:[-73.99596817, 40.63733849]} },
{type: 'Feature',properties:{Name: '3', Address: '1148 49TH STREET, BOROUGH PARK', Month: '2', Price: '3318'}, geometry: { type: 'Point', coordinates:[-73.99548898, 40.63704478]} },
{type: 'Feature',properties:{Name: '3', Address: '1127 50 STREET, BOROUGH PARK', Month: '3', Price: '3336'}, geometry: { type: 'Point', coordinates:[-73.99635373, 40.63668524]} },
{type: 'Feature',properties:{Name: '3', Address: '1416 49TH STREET, BOROUGH PARK', Month: '12', Price: '2672'}, geometry: { type: 'Point', coordinates:[-73.98933917, 40.63333891]} },
{type: 'Feature',properties:{Name: '3', Address: '936 50TH STREET, BOROUGH PARK', Month: '11', Price: '2680'}, geometry: { type: 'Point', coordinates:[-74.00061614, 40.6392352]} },
{type: 'Feature',properties:{Name: '3', Address: '5015 10TH AVENUE, BOROUGH PARK', Month: '12', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.99944152, 40.63831021]} },
{type: 'Feature',properties:{Name: '3', Address: '5009 11TH AVENUE, BOROUGH PARK', Month: '12', Price: '2600'}, geometry: { type: 'Point', coordinates:[-73.99721484, 40.63700641]} },
{type: 'Feature',properties:{Name: '3', Address: '1114 50TH STREET, BOROUGH PARK', Month: '9', Price: '3312'}, geometry: { type: 'Point', coordinates:[-73.9965591, 40.63678681]} },
{type: 'Feature',properties:{Name: '3', Address: '1150 50TH STREET, BOROUGH PARK', Month: '12', Price: '2208'}, geometry: { type: 'Point', coordinates:[-73.99598984, 40.63644369]} },
{type: 'Feature',properties:{Name: '3', Address: '1161 51ST STREET, BOROUGH PARK', Month: '12', Price: '2140'}, geometry: { type: 'Point', coordinates:[-73.99640783, 40.63580142]} },
{type: 'Feature',properties:{Name: '3', Address: '1151 51ST STREET, BOROUGH PARK', Month: '3', Price: '2140'}, geometry: { type: 'Point', coordinates:[-73.99656635, 40.63589749]} },
{type: 'Feature',properties:{Name: '3', Address: '1149 51ST STREET, BOROUGH PARK', Month: '2', Price: '2140'}, geometry: { type: 'Point', coordinates:[-73.99659518, 40.63591671]} },
{type: 'Feature',properties:{Name: '3', Address: '1426 50TH STREET, BOROUGH PARK', Month: '4', Price: '3720'}, geometry: { type: 'Point', coordinates:[-73.98976441, 40.63268294]} },
{type: 'Feature',properties:{Name: '3', Address: '1447 51ST STREET, BOROUGH PARK', Month: '6', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.99002032, 40.63194462]} },
{type: 'Feature',properties:{Name: '3', Address: '1447 51ST STREET, BOROUGH PARK', Month: '7', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.99002032, 40.63194462]} },
{type: 'Feature',properties:{Name: '3', Address: '1447 51ST STREET, BOROUGH PARK', Month: '7', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.99002032, 40.63194462]} },
{type: 'Feature',properties:{Name: '3', Address: '5103 8TH AVENUE, BOROUGH PARK', Month: '1', Price: '3500'}, geometry: { type: 'Point', coordinates:[-74.00438153, 40.6404593]} },
{type: 'Feature',properties:{Name: '3', Address: '836 51ST STREET, BOROUGH PARK', Month: '5', Price: '1632'}, geometry: { type: 'Point', coordinates:[-74.00340503, 40.64000644]} },
{type: 'Feature',properties:{Name: '3', Address: '876 51 STREET, BOROUGH PARK', Month: '3', Price: '2160'}, geometry: { type: 'Point', coordinates:[-74.00277446, 40.63962768]} },
{type: 'Feature',properties:{Name: '3', Address: '914 51ST STREET, BOROUGH PARK', Month: '7', Price: '2256'}, geometry: { type: 'Point', coordinates:[-74.00154575, 40.63888661]} },
{type: 'Feature',properties:{Name: '3', Address: '926 51ST STREET, BOROUGH PARK', Month: '3', Price: '2256'}, geometry: { type: 'Point', coordinates:[-74.00135838, 40.63877133]} },
{type: 'Feature',properties:{Name: '3', Address: '950 51ST STREET, BOROUGH PARK', Month: '3', Price: '3600'}, geometry: { type: 'Point', coordinates:[-74.00098005, 40.63854352]} },
{type: 'Feature',properties:{Name: '3', Address: '5102 10TH AVE, BOROUGH PARK', Month: '11', Price: '2880'}, geometry: { type: 'Point', coordinates:[-73.99999279, 40.63780792]} },
{type: 'Feature',properties:{Name: '3', Address: '981 52ND STREET, BOROUGH PARK', Month: '2', Price: '3120'}, geometry: { type: 'Point', coordinates:[-74.00107732, 40.63771459]} },
{type: 'Feature',properties:{Name: '3', Address: '935 52ND STREET, BOROUGH PARK', Month: '7', Price: '3120'}, geometry: { type: 'Point', coordinates:[-74.00180155, 40.638151]} },
{type: 'Feature',properties:{Name: '3', Address: '1148 51ST STREET, BOROUGH PARK', Month: '5', Price: '2560'}, geometry: { type: 'Point', coordinates:[-73.99660959, 40.63590299]} },
{type: 'Feature',properties:{Name: '3', Address: '5212 9TH AVENUE, BOROUGH PARK', Month: '11', Price: '2400'}, geometry: { type: 'Point', coordinates:[-74.00281765, 40.638538]} },
{type: 'Feature',properties:{Name: '3', Address: '871 53RD STREET, BOROUGH PARK', Month: '10', Price: '2400'}, geometry: { type: 'Point', coordinates:[-74.00367158, 40.6383678]} },
{type: 'Feature',properties:{Name: '3', Address: '819 53 STREET, BOROUGH PARK', Month: '9', Price: '1880'}, geometry: { type: 'Point', coordinates:[-74.00487868, 40.63909786]} },
{type: 'Feature',properties:{Name: '3', Address: '819 53RD STREET, BOROUGH PARK', Month: '7', Price: '1880'}, geometry: { type: 'Point', coordinates:[-74.00487868, 40.63909786]} },
{type: 'Feature',properties:{Name: '3', Address: '908 52ND STREET, BOROUGH PARK', Month: '7', Price: '2200'}, geometry: { type: 'Point', coordinates:[-74.00222313, 40.6383843]} },
{type: 'Feature',properties:{Name: '3', Address: '1119 53RD STREET, BOROUGH PARK', Month: '12', Price: '2680'}, geometry: { type: 'Point', coordinates:[-73.99823095, 40.63508233]} },
{type: 'Feature',properties:{Name: '3', Address: '1112 53RD STREET, BOROUGH PARK', Month: '12', Price: '4575'}, geometry: { type: 'Point', coordinates:[-73.99833904, 40.63512625]} },
{type: 'Feature',properties:{Name: '3', Address: '1138 53RD STREET, BOROUGH PARK', Month: '1', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.99793192, 40.63487921]} },
{type: 'Feature',properties:{Name: '3', Address: '5317 12TH AVENUE, BOROUGH PARK', Month: '9', Price: '2190'}, geometry: { type: 'Point', coordinates:[-73.99679343, 40.63395968]} },
{type: 'Feature',properties:{Name: '3', Address: '5309 NEW UTRECHT AVENUE, BOROUGH PARK', Month: '12', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.99519022, 40.63305385]} },
{type: 'Feature',properties:{Name: '3', Address: '1065 55TH STREET, BOROUGH PARK', Month: '3', Price: '2640'}, geometry: { type: 'Point', coordinates:[-74.00078184, 40.63479963]} },
{type: 'Feature',properties:{Name: '3', Address: '5405 12TH AVENUE, BOROUGH PARK', Month: '1', Price: '4200'}, geometry: { type: 'Point', coordinates:[-73.99732668, 40.63345191]} },
{type: 'Feature',properties:{Name: '3', Address: '1244 54TH STREET, BOROUGH PARK', Month: '9', Price: '2260'}, geometry: { type: 'Point', coordinates:[-73.99633592, 40.63300997]} },
{type: 'Feature',properties:{Name: '3', Address: '1334 54TH STREET, BOROUGH PARK', Month: '12', Price: '3720'}, geometry: { type: 'Point', coordinates:[-73.99417434, 40.63170062]} },
{type: 'Feature',properties:{Name: '3', Address: '1362 54TH STREET, BOROUGH PARK', Month: '6', Price: '1930'}, geometry: { type: 'Point', coordinates:[-73.99373482, 40.63143435]} },
{type: 'Feature',properties:{Name: '3', Address: '5511 8 AVENUE, BOROUGH PARK', Month: '7', Price: '3300'}, geometry: { type: 'Point', coordinates:[-74.00674502, 40.6381865]} },
{type: 'Feature',properties:{Name: '3', Address: '5511 8TH AVENUE, BOROUGH PARK', Month: '1', Price: '3300'}, geometry: { type: 'Point', coordinates:[-74.00674502, 40.6381865]} },
{type: 'Feature',properties:{Name: '3', Address: '818 55TH STREET, BOROUGH PARK', Month: '1', Price: '2320'}, geometry: { type: 'Point', coordinates:[-74.00601717, 40.63793951]} },
{type: 'Feature',properties:{Name: '3', Address: '818 55TH STREET, BOROUGH PARK', Month: '4', Price: '2320'}, geometry: { type: 'Point', coordinates:[-74.00601717, 40.63793951]} },
{type: 'Feature',properties:{Name: '3', Address: '904 55TH STREET, BOROUGH PARK', Month: '12', Price: '2128'}, geometry: { type: 'Point', coordinates:[-74.00398856, 40.63671268]} },
{type: 'Feature',properties:{Name: '3', Address: '1056 55TH STREET, BOROUGH PARK', Month: '2', Price: '2640'}, geometry: { type: 'Point', coordinates:[-74.00089713, 40.63484629]} },
{type: 'Feature',properties:{Name: '3', Address: '1250 55TH STREET, BOROUGH PARK', Month: '10', Price: '2460'}, geometry: { type: 'Point', coordinates:[-73.99670705, 40.63231555]} },
{type: 'Feature',properties:{Name: '3', Address: '1346 55TH STREET, BOROUGH PARK', Month: '5', Price: '3454'}, geometry: { type: 'Point', coordinates:[-73.99448784, 40.63097601]} },
{type: 'Feature',properties:{Name: '3', Address: '1346 55TH STREET, BOROUGH PARK', Month: '10', Price: '3454'}, geometry: { type: 'Point', coordinates:[-73.99448784, 40.63097601]} },
{type: 'Feature',properties:{Name: '3', Address: '1346 55TH STREET, BOROUGH PARK', Month: '5', Price: '3454'}, geometry: { type: 'Point', coordinates:[-73.99448784, 40.63097601]} },
{type: 'Feature',properties:{Name: '3', Address: '1333 56TH STREET, BOROUGH PARK', Month: '1', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.99523723, 40.63053413]} },
{type: 'Feature',properties:{Name: '3', Address: '978 56TH STREET, BOROUGH PARK', Month: '1', Price: '3400'}, geometry: { type: 'Point', coordinates:[-74.00336156, 40.63542539]} },
{type: 'Feature',properties:{Name: '3', Address: '945 57TH STREET, BOROUGH PARK', Month: '9', Price: '2879'}, geometry: { type: 'Point', coordinates:[-74.00455774, 40.63525792]} },
{type: 'Feature',properties:{Name: '3', Address: '1120 56TH STREET, BOROUGH PARK', Month: '10', Price: '2600'}, geometry: { type: 'Point', coordinates:[-73.99996037, 40.6333696]} },
{type: 'Feature',properties:{Name: '3', Address: '1171 57TH STREET, BOROUGH PARK', Month: '7', Price: '4015'}, geometry: { type: 'Point', coordinates:[-73.9997406, 40.63234853]} },
{type: 'Feature',properties:{Name: '3', Address: '1365 57TH STREET, BOROUGH PARK', Month: '3', Price: '2844'}, geometry: { type: 'Point', coordinates:[-73.99525891, 40.62963933]} },
{type: 'Feature',properties:{Name: '3', Address: '1454 56TH STREET, BOROUGH PARK', Month: '2', Price: '2905'}, geometry: { type: 'Point', coordinates:[-73.99282358, 40.62905731]} },
{type: 'Feature',properties:{Name: '3', Address: '1454 56TH STREET, BOROUGH PARK', Month: '9', Price: '2905'}, geometry: { type: 'Point', coordinates:[-73.99282358, 40.62905731]} },
{type: 'Feature',properties:{Name: '3', Address: '822 57TH STREET, BOROUGH PARK', Month: '9', Price: '3157'}, geometry: { type: 'Point', coordinates:[-74.00711599, 40.63678115]} },
{type: 'Feature',properties:{Name: '3', Address: '849 58TH STREET, BOROUGH PARK', Month: '5', Price: '2445'}, geometry: { type: 'Point', coordinates:[-74.00728165, 40.63598515]} },
{type: 'Feature',properties:{Name: '3', Address: '916 57TH STREET, BOROUGH PARK', Month: '4', Price: '2090'}, geometry: { type: 'Point', coordinates:[-74.00501173, 40.63551042]} },
{type: 'Feature',properties:{Name: '3', Address: '933 58TH STREET, BOROUGH PARK', Month: '8', Price: '2033'}, geometry: { type: 'Point', coordinates:[-74.00537918, 40.63484068]} },
{type: 'Feature',properties:{Name: '3', Address: '923 58TH STREET, BOROUGH PARK', Month: '3', Price: '2033'}, geometry: { type: 'Point', coordinates:[-74.0055269, 40.6349285]} },
{type: 'Feature',properties:{Name: '3', Address: '5704 12TH AVENUE, BOROUGH PARK', Month: '11', Price: '2680'}, geometry: { type: 'Point', coordinates:[-73.9990921, 40.63177762]} },
{type: 'Feature',properties:{Name: '3', Address: '1229 58TH STREET, BOROUGH PARK', Month: '12', Price: '1828'}, geometry: { type: 'Point', coordinates:[-73.99878228, 40.63085536]} },
{type: 'Feature',properties:{Name: '3', Address: '5707 13TH AVENUE, BOROUGH PARK', Month: '9', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.99688367, 40.63043538]} },
{type: 'Feature',properties:{Name: '3', Address: '5707 13TH AVENUE, BOROUGH PARK', Month: '9', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.99688367, 40.63043538]} },
{type: 'Feature',properties:{Name: '3', Address: '5707 13TH AVENUE, BOROUGH PARK', Month: '9', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.99688367, 40.63043538]} },
{type: 'Feature',properties:{Name: '3', Address: '1441 58TH STREET, BOROUGH PARK', Month: '3', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.99419627, 40.62808024]} },
{type: 'Feature',properties:{Name: '3', Address: '5805 8 AVENUE, BOROUGH PARK', Month: '5', Price: '3240'}, geometry: { type: 'Point', coordinates:[-74.0084707, 40.63653128]} },
{type: 'Feature',properties:{Name: '3', Address: '864 58TH STREET, BOROUGH PARK', Month: '1', Price: '2990'}, geometry: { type: 'Point', coordinates:[-74.00704383, 40.63582048]} },
{type: 'Feature',properties:{Name: '3', Address: '831 59TH STREET, BOROUGH PARK', Month: '7', Price: '3093'}, geometry: { type: 'Point', coordinates:[-74.00814632, 40.63559808]} },
{type: 'Feature',properties:{Name: '3', Address: '960 58TH STREET, BOROUGH PARK', Month: '7', Price: '2440'}, geometry: { type: 'Point', coordinates:[-74.00498283, 40.6345772]} },
{type: 'Feature',properties:{Name: '3', Address: '1059 59TH STREET, BOROUGH PARK', Month: '5', Price: '2125'}, geometry: { type: 'Point', coordinates:[-74.00330018, 40.63266963]} },
{type: 'Feature',properties:{Name: '3', Address: '1159 59TH STREET, BOROUGH PARK', Month: '4', Price: '4380'}, geometry: { type: 'Point', coordinates:[-74.00109884, 40.63134119]} },
{type: 'Feature',properties:{Name: '3', Address: '1254 58TH STREET, BOROUGH PARK', Month: '11', Price: '3708'}, geometry: { type: 'Point', coordinates:[-73.99838599, 40.6305946]} },
{type: 'Feature',properties:{Name: '3', Address: '1227 59TH STREET, BOROUGH PARK', Month: '6', Price: '1791'}, geometry: { type: 'Point', coordinates:[-73.99939835, 40.63031739]} },
{type: 'Feature',properties:{Name: '3', Address: '1211 59TH STREET, BOROUGH PARK', Month: '12', Price: '1791'}, geometry: { type: 'Point', coordinates:[-73.99965054, 40.63046835]} },
{type: 'Feature',properties:{Name: '3', Address: '1326 58TH STREET, BOROUGH PARK', Month: '2', Price: '2008'}, geometry: { type: 'Point', coordinates:[-73.99676122, 40.62961194]} },
{type: 'Feature',properties:{Name: '3', Address: '5808 15TH AVENUE, BOROUGH PARK', Month: '2', Price: '2560'}, geometry: { type: 'Point', coordinates:[-73.99309037, 40.62721557]} },
{type: 'Feature',properties:{Name: '3', Address: '5808 15TH AVENUE, BOROUGH PARK', Month: '2', Price: '2560'}, geometry: { type: 'Point', coordinates:[-73.99309037, 40.62721557]} },
{type: 'Feature',properties:{Name: '3', Address: '5820 15TH AVENUE, BOROUGH PARK', Month: '5', Price: '9185'}, geometry: { type: 'Point', coordinates:[-73.99314081, 40.62716617]} },
{type: 'Feature',properties:{Name: '3', Address: '933 60TH STREET, BOROUGH PARK', Month: '5', Price: '1860'}, geometry: { type: 'Point', coordinates:[-74.00655362, 40.63368781]} },
{type: 'Feature',properties:{Name: '3', Address: '1324 59TH STREET, BOROUGH PARK', Month: '5', Price: '1792'}, geometry: { type: 'Point', coordinates:[-73.99730885, 40.62903005]} },
{type: 'Feature',properties:{Name: '3', Address: '1118 60TH STREET, BOROUGH PARK', Month: '1', Price: '1600'}, geometry: { type: 'Point', coordinates:[-74.00234538, 40.63112708]} },
{type: 'Feature',properties:{Name: '3', Address: '1165 61ST STREET, BOROUGH PARK', Month: '8', Price: '1400'}, geometry: { type: 'Point', coordinates:[-74.00221204, 40.63012798]} },
{type: 'Feature',properties:{Name: '3', Address: '1221 61ST STREET, BOROUGH PARK', Month: '6', Price: '2000'}, geometry: { type: 'Point', coordinates:[-74.00069531, 40.62921398]} },
{type: 'Feature',properties:{Name: '3', Address: '831 63RD STREET, BOROUGH PARK', Month: '2', Price: '1908'}, geometry: { type: 'Point', coordinates:[-74.01051671, 40.63331696]} },
{type: 'Feature',properties:{Name: '3', Address: '829 63RD STREET, BOROUGH PARK', Month: '6', Price: '1908'}, geometry: { type: 'Point', coordinates:[-74.01054914, 40.63333618]} },
{type: 'Feature',properties:{Name: '3', Address: '827 63RD STREET, BOROUGH PARK', Month: '2', Price: '1908'}, geometry: { type: 'Point', coordinates:[-74.01058157, 40.63335539]} },
{type: 'Feature',properties:{Name: '3', Address: '6204 10 AVENUE, BOROUGH PARK', Month: '7', Price: '3300'}, geometry: { type: 'Point', coordinates:[-74.00644893, 40.63159903]} },
{type: 'Feature',properties:{Name: '3', Address: '6321 9 AVENUE, BOROUGH PARK', Month: '1', Price: '1584'}, geometry: { type: 'Point', coordinates:[-74.0092808, 40.63229601]} },
{type: 'Feature',properties:{Name: '3', Address: '1040 63 STREET, BOROUGH PARK', Month: '8', Price: '1552'}, geometry: { type: 'Point', coordinates:[-74.00596967, 40.6305478]} },
{type: 'Feature',properties:{Name: '3', Address: '1160 63RD STREET, BOROUGH PARK', Month: '3', Price: '2080'}, geometry: { type: 'Point', coordinates:[-74.00345131, 40.62902729]} },
{type: 'Feature',properties:{Name: '3', Address: '1065 65TH STREET, BOROUGH PARK', Month: '11', Price: '2080'}, geometry: { type: 'Point', coordinates:[-74.00678374, 40.62917261]} },
{type: 'Feature',properties:{Name: '3', Address: '6411 11 AVENUE, BOROUGH PARK', Month: '4', Price: '2600'}, geometry: { type: 'Point', coordinates:[-74.00542915, 40.62910956]} },
{type: 'Feature',properties:{Name: '3', Address: '1270 64TH STREET, BOROUGH PARK', Month: '2', Price: '3264'}, geometry: { type: 'Point', coordinates:[-74.00167156, 40.62704285]} },
{type: 'Feature',properties:{Name: '3', Address: '1429 65TH STREET, BOROUGH PARK', Month: '8', Price: '1984'}, geometry: { type: 'Point', coordinates:[-73.99853024, 40.62418552]} },
{type: 'Feature',properties:{Name: '3', Address: '1464 64TH STREET, BOROUGH PARK', Month: '4', Price: '2250'}, geometry: { type: 'Point', coordinates:[-73.99724059, 40.62436116]} },
{type: 'Feature',properties:{Name: '3', Address: '2220 61ST STREET, BOROUGH PARK', Month: '2', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.97841022, 40.61572406]} },
{type: 'Feature',properties:{Name: '3', Address: '2238 61ST STREET, BOROUGH PARK', Month: '8', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.97812573, 40.61555108]} },
{type: 'Feature',properties:{Name: '3', Address: '2264 61ST STREET, BOROUGH PARK', Month: '3', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.97770799, 40.61529848]} },
{type: 'Feature',properties:{Name: '3', Address: '2262 62ND STREET, BOROUGH PARK', Month: '4', Price: '1376'}, geometry: { type: 'Point', coordinates:[-73.97832409, 40.61476062]} },
{type: 'Feature',properties:{Name: '3', Address: '2217 63RD STREET, BOROUGH PARK', Month: '2', Price: '2640'}, geometry: { type: 'Point', coordinates:[-73.97962438, 40.61465381]} },
{type: 'Feature',properties:{Name: '3', Address: '2251 64TH STREET, BOROUGH PARK', Month: '4', Price: '1952'}, geometry: { type: 'Point', coordinates:[-73.97966788, 40.61376999]} },
{type: 'Feature',properties:{Name: '3', Address: '2249 64TH STREET, BOROUGH PARK', Month: '12', Price: '1952'}, geometry: { type: 'Point', coordinates:[-73.97970029, 40.61378921]} },
{type: 'Feature',properties:{Name: '3', Address: '2250 64TH STREET, BOROUGH PARK', Month: '8', Price: '1952'}, geometry: { type: 'Point', coordinates:[-73.97967869, 40.61375901]} },
{type: 'Feature',properties:{Name: '3', Address: '2249 65TH STREET, BOROUGH PARK', Month: '9', Price: '2720'}, geometry: { type: 'Point', coordinates:[-73.98006069, 40.61302622]} },
{type: 'Feature',properties:{Name: '3', Address: '2227 65TH STREET, BOROUGH PARK', Month: '1', Price: '3550'}, geometry: { type: 'Point', coordinates:[-73.98048563, 40.61328156]} },
{type: 'Feature',properties:{Name: '3', Address: '6209 23RD AVENUE, BOROUGH PARK', Month: '6', Price: '2924'}, geometry: { type: 'Point', coordinates:[-73.9775211, 40.61409622]} },
{type: 'Feature',properties:{Name: '3', Address: '2339 64TH STREET, BOROUGH PARK', Month: '1', Price: '2440'}, geometry: { type: 'Point', coordinates:[-73.97764048, 40.61254544]} },
{type: 'Feature',properties:{Name: '3', Address: '2358 64TH STREET, BOROUGH PARK', Month: '6', Price: '2560'}, geometry: { type: 'Point', coordinates:[-73.977338, 40.61234226]} },
{type: 'Feature',properties:{Name: '3', Address: '6201 24TH AVENUE, BOROUGH PARK', Month: '11', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.97528846, 40.61279748]} },
{type: 'Feature',properties:{Name: '3', Address: '2487 65TH STREET, BOROUGH PARK', Month: '6', Price: '2694'}, geometry: { type: 'Point', coordinates:[-73.97467011, 40.60976709]} },
{type: 'Feature',properties:{Name: '3', Address: '2443 65TH STREET, BOROUGH PARK', Month: '7', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.97590518, 40.61051943]} },
{type: 'Feature',properties:{Name: '3', Address: '2435 65TH STREET, BOROUGH PARK', Month: '11', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.97604561, 40.61060729]} },
{type: 'Feature',properties:{Name: '3', Address: '1349 DAHILL ROAD, BOROUGH PARK', Month: '7', Price: '3035'}, geometry: { type: 'Point', coordinates:[-73.97523717, 40.61511956]} },
{type: 'Feature',properties:{Name: '3', Address: '1463 DAHILL ROAD, BOROUGH PARK', Month: '7', Price: '2914'}, geometry: { type: 'Point', coordinates:[-73.97469437, 40.61225937]} },
{type: 'Feature',properties:{Name: '3', Address: '867 47TH STREET, BOROUGH PARK', Month: '2', Price: '3520'}, geometry: { type: 'Point', coordinates:[-74.00058374, 40.64197725]} },
{type: 'Feature',properties:{Name: '3', Address: '867 47TH STREET, BOROUGH PARK', Month: '2', Price: '3520'}, geometry: { type: 'Point', coordinates:[-74.00058374, 40.64197725]} },
{type: 'Feature',properties:{Name: '3', Address: '862 47TH STREET, BOROUGH PARK', Month: '6', Price: '4752'}, geometry: { type: 'Point', coordinates:[-74.00066301, 40.64200195]} },
{type: 'Feature',properties:{Name: '3', Address: '862 47TH STREET, BOROUGH PARK', Month: '11', Price: '4752'}, geometry: { type: 'Point', coordinates:[-74.00066301, 40.64200195]} },
{type: 'Feature',properties:{Name: '3', Address: '857 48TH STREET, BOROUGH PARK', Month: '4', Price: '4080'}, geometry: { type: 'Point', coordinates:[-74.00132601, 40.64151063]} },
{type: 'Feature',properties:{Name: '3', Address: '1005 39TH STREET, BOROUGH PARK', Month: '3', Price: '2808'}, geometry: { type: 'Point', coordinates:[-73.9924652, 40.64436496]} },
{type: 'Feature',properties:{Name: '3', Address: '1232 39TH STREET, BOROUGH PARK', Month: '3', Price: '2292'}, geometry: { type: 'Point', coordinates:[-73.98766595, 40.6414441]} },
{type: 'Feature',properties:{Name: '3', Address: '1366 38TH STREET, BOROUGH PARK', Month: '4', Price: '2068'}, geometry: { type: 'Point', coordinates:[-73.98434397, 40.64035401]} },
{type: 'Feature',properties:{Name: '3', Address: '1442 40TH STREET, BOROUGH PARK', Month: '11', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.98368513, 40.63813064]} },
{type: 'Feature',properties:{Name: '3', Address: '1684 43RD STREET, BOROUGH PARK', Month: '5', Price: '6248'}, geometry: { type: 'Point', coordinates:[-73.98017714, 40.63327731]} },
{type: 'Feature',properties:{Name: '3', Address: '904 MC DONALD AVENUE, BOROUGH PARK', Month: '8', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.97740339, 40.63196753]} },
{type: 'Feature',properties:{Name: '3', Address: '1629 45TH STREET, BOROUGH PARK', Month: '12', Price: '3055'}, geometry: { type: 'Point', coordinates:[-73.98231376, 40.63276438]} },
{type: 'Feature',properties:{Name: '3', Address: '1751 46 STREET, BOROUGH PARK', Month: '3', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.98014913, 40.6305435]} },
{type: 'Feature',properties:{Name: '3', Address: '1555 47TH STREET, BOROUGH PARK', Month: '12', Price: '3240'}, geometry: { type: 'Point', coordinates:[-73.98536174, 40.63278128]} },
{type: 'Feature',properties:{Name: '3', Address: '1701 47TH STREET, BOROUGH PARK', Month: '3', Price: '2692'}, geometry: { type: 'Point', coordinates:[-73.98157941, 40.63049707]} },
{type: 'Feature',properties:{Name: '3', Address: '53 WEBSTER AVENUE, BOROUGH PARK', Month: '10', Price: '2338'}, geometry: { type: 'Point', coordinates:[-73.97763117, 40.62957961]} },
{type: 'Feature',properties:{Name: '3', Address: '11 LAWRENCE AVENUE, BOROUGH PARK', Month: '6', Price: '3465'}, geometry: { type: 'Point', coordinates:[-73.97777558, 40.62864641]} },
{type: 'Feature',properties:{Name: '3', Address: '11 LAWRENCE AVENUE, BOROUGH PARK', Month: '2', Price: '3465'}, geometry: { type: 'Point', coordinates:[-73.97777558, 40.62864641]} },
{type: 'Feature',properties:{Name: '3', Address: '11 LAWRENCE AVENUE, BOROUGH PARK', Month: '8', Price: '3465'}, geometry: { type: 'Point', coordinates:[-73.97777558, 40.62864641]} },
{type: 'Feature',properties:{Name: '3', Address: '11 LAWRENCE AVENUE, BOROUGH PARK', Month: '12', Price: '3465'}, geometry: { type: 'Point', coordinates:[-73.97777558, 40.62864641]} },
{type: 'Feature',properties:{Name: '3', Address: '1554 47TH STREET, BOROUGH PARK', Month: '3', Price: '2716'}, geometry: { type: 'Point', coordinates:[-73.98537256, 40.63276756]} },
{type: 'Feature',properties:{Name: '3', Address: '1850 47TH STREET, BOROUGH PARK', Month: '12', Price: '2680'}, geometry: { type: 'Point', coordinates:[-73.97858256, 40.62866578]} },
{type: 'Feature',properties:{Name: '3', Address: '1609 49TH STREET, BOROUGH PARK', Month: '2', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.98499472, 40.63073637]} },
{type: 'Feature',properties:{Name: '3', Address: '1569 50TH STREET, BOROUGH PARK', Month: '2', Price: '4636'}, geometry: { type: 'Point', coordinates:[-73.9868897, 40.6309699]} },
{type: 'Feature',properties:{Name: '3', Address: '1550 50TH STREET, BOROUGH PARK', Month: '10', Price: '4743'}, geometry: { type: 'Point', coordinates:[-73.98718869, 40.63112639]} },
{type: 'Feature',properties:{Name: '3', Address: '1610 50TH STREET, BOROUGH PARK', Month: '2', Price: '3960'}, geometry: { type: 'Point', coordinates:[-73.98555687, 40.63014356]} },
{type: 'Feature',properties:{Name: '3', Address: '5022 17TH AVENUE, BOROUGH PARK', Month: '3', Price: '8680'}, geometry: { type: 'Point', coordinates:[-73.98381709, 40.62883132]} },
{type: 'Feature',properties:{Name: '3', Address: '1510 51ST STREET, BOROUGH PARK', Month: '8', Price: '4032'}, geometry: { type: 'Point', coordinates:[-73.98839564, 40.63094536]} },
{type: 'Feature',properties:{Name: '3', Address: '1519 52ND STREET, BOROUGH PARK', Month: '1', Price: '3984'}, geometry: { type: 'Point', coordinates:[-73.98884248, 40.63032234]} },
{type: 'Feature',properties:{Name: '3', Address: '1969 52ND ST, BOROUGH PARK', Month: '10', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.978991, 40.624373]} },
{type: 'Feature',properties:{Name: '3', Address: '1534 52ND STREET, BOROUGH PARK', Month: '3', Price: '2557'}, geometry: { type: 'Point', coordinates:[-73.98860113, 40.63015763]} },
{type: 'Feature',properties:{Name: '3', Address: '1534 52ND STREET, BOROUGH PARK', Month: '9', Price: '2557'}, geometry: { type: 'Point', coordinates:[-73.98860113, 40.63015763]} },
{type: 'Feature',properties:{Name: '3', Address: '1546 52ND STREET, BOROUGH PARK', Month: '11', Price: '4248'}, geometry: { type: 'Point', coordinates:[-73.98841381, 40.63004507]} },
{type: 'Feature',properties:{Name: '3', Address: '1546 52ND STREET, BOROUGH PARK', Month: '2', Price: '4248'}, geometry: { type: 'Point', coordinates:[-73.98841381, 40.63004507]} },
{type: 'Feature',properties:{Name: '3', Address: '1546 53 STREET, BOROUGH PARK', Month: '9', Price: '4800'}, geometry: { type: 'Point', coordinates:[-73.98899753, 40.62948519]} },
{type: 'Feature',properties:{Name: '3', Address: '1555 55TH STREET, BOROUGH PARK', Month: '3', Price: '4836'}, geometry: { type: 'Point', coordinates:[-73.99002446, 40.62829954]} },
{type: 'Feature',properties:{Name: '3', Address: '1555 55TH STREET, BOROUGH PARK', Month: '9', Price: '4836'}, geometry: { type: 'Point', coordinates:[-73.99002446, 40.62829954]} },
{type: 'Feature',properties:{Name: '3', Address: '1527 55TH STREET, BOROUGH PARK', Month: '5', Price: '3312'}, geometry: { type: 'Point', coordinates:[-73.99046394, 40.62856582]} },
{type: 'Feature',properties:{Name: '3', Address: '1647 55TH STREET, BOROUGH PARK', Month: '1', Price: '2624'}, geometry: { type: 'Point', coordinates:[-73.98782713, 40.62697359]} },
{type: 'Feature',properties:{Name: '3', Address: '1521 56TH STREET, BOROUGH PARK', Month: '1', Price: '4636'}, geometry: { type: 'Point', coordinates:[-73.99114129, 40.62806358]} },
{type: 'Feature',properties:{Name: '3', Address: '1675 56TH STREET, BOROUGH PARK', Month: '4', Price: '3943'}, geometry: { type: 'Point', coordinates:[-73.98792095, 40.62612272]} },
{type: 'Feature',properties:{Name: '3', Address: '1645 56TH STREET, BOROUGH PARK', Month: '4', Price: '1960'}, geometry: { type: 'Point', coordinates:[-73.98847567, 40.6264549]} },
{type: 'Feature',properties:{Name: '3', Address: '1506 56TH STREET, BOROUGH PARK', Month: '2', Price: '5440'}, geometry: { type: 'Point', coordinates:[-73.99137544, 40.62818162]} },
{type: 'Feature',properties:{Name: '3', Address: '1553 57TH STREET, BOROUGH PARK', Month: '9', Price: '3180'}, geometry: { type: 'Point', coordinates:[-73.99122427, 40.62719898]} },
{type: 'Feature',properties:{Name: '3', Address: '1810 55TH STREET, BOROUGH PARK', Month: '7', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.98390818, 40.62458514]} },
{type: 'Feature',properties:{Name: '3', Address: '1883 58TH STREET, BOROUGH PARK', Month: '3', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.98418977, 40.62204076]} },
{type: 'Feature',properties:{Name: '3', Address: '1845 58TH STREET, BOROUGH PARK', Month: '10', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.9850794, 40.62257886]} },
{type: 'Feature',properties:{Name: '3', Address: '5817 15TH AVENUE, BOROUGH PARK', Month: '12', Price: '5400'}, geometry: { type: 'Point', coordinates:[-73.99310478, 40.62717166]} },
{type: 'Feature',properties:{Name: '3', Address: '5815 15TH AVENUE, BOROUGH PARK', Month: '7', Price: '5400'}, geometry: { type: 'Point', coordinates:[-73.99309758, 40.62717989]} },
{type: 'Feature',properties:{Name: '3', Address: '1639 59TH STREET, BOROUGH PARK', Month: '4', Price: '3388'}, geometry: { type: 'Point', coordinates:[-73.99037441, 40.62486309]} },
{type: 'Feature',properties:{Name: '3', Address: '2015 60TH STREET, BOROUGH PARK', Month: '6', Price: '3420'}, geometry: { type: 'Point', coordinates:[-73.98247586, 40.6191475]} },
{type: 'Feature',properties:{Name: '3', Address: '2174 59TH STREET, BOROUGH PARK', Month: '11', Price: '6240'}, geometry: { type: 'Point', coordinates:[-73.97857527, 40.61771406]} },
{type: 'Feature',properties:{Name: '3', Address: '2137 60 STREET, BOROUGH PARK', Month: '4', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.97976759, 40.61751116]} },
{type: 'Feature',properties:{Name: '3', Address: '2127 60TH STREET, BOROUGH PARK', Month: '4', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.97992605, 40.61760726]} },
{type: 'Feature',properties:{Name: '3', Address: '1692 64TH STREET, BOROUGH PARK', Month: '12', Price: '2556'}, geometry: { type: 'Point', coordinates:[-73.9923201, 40.62139108]} },
{type: 'Feature',properties:{Name: '3', Address: '1050 39TH STREET, BOROUGH PARK', Month: '5', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.99168691, 40.64387359]} },
{type: 'Feature',properties:{Name: '3', Address: '1116 39TH STREET, BOROUGH PARK', Month: '7', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.98997545, 40.64283867]} },
{type: 'Feature',properties:{Name: '3', Address: '1118 39TH STREET, BOROUGH PARK', Month: '3', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.98994662, 40.6428222]} },
{type: 'Feature',properties:{Name: '3', Address: '1166 39TH STREET, BOROUGH PARK', Month: '3', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.98926205, 40.64240768]} },
{type: 'Feature',properties:{Name: '3', Address: '1157 40TH STREET, BOROUGH PARK', Month: '11', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.99002602, 40.64197956]} },
{type: 'Feature',properties:{Name: '3', Address: '1066 40TH STREET, BOROUGH PARK', Month: '6', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.99207977, 40.64320115]} },
{type: 'Feature',properties:{Name: '3', Address: '1160 40TH STREET, BOROUGH PARK', Month: '5', Price: '2428'}, geometry: { type: 'Point', coordinates:[-73.98997558, 40.6419274]} },
{type: 'Feature',properties:{Name: '3', Address: '1162 40TH STREET, BOROUGH PARK', Month: '6', Price: '2286'}, geometry: { type: 'Point', coordinates:[-73.98994676, 40.64191093]} },
{type: 'Feature',properties:{Name: '3', Address: '1164 40TH STREET, BOROUGH PARK', Month: '2', Price: '2238'}, geometry: { type: 'Point', coordinates:[-73.98991433, 40.64189172]} },
{type: 'Feature',properties:{Name: '3', Address: '4017 12TH AVENUE, BOROUGH PARK', Month: '5', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.98921539, 40.64123839]} },
{type: 'Feature',properties:{Name: '3', Address: '1273 41 STREET, BOROUGH PARK', Month: '3', Price: '2352'}, geometry: { type: 'Point', coordinates:[-73.98819229, 40.63995648]} },
{type: 'Feature',properties:{Name: '3', Address: '1172 41ST STREET, BOROUGH PARK', Month: '12', Price: '6672'}, geometry: { type: 'Point', coordinates:[-73.99042969, 40.64128791]} },
{type: 'Feature',properties:{Name: '3', Address: '1222 41ST STREET, BOROUGH PARK', Month: '11', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.98899213, 40.64042043]} },
{type: 'Feature',properties:{Name: '3', Address: '1254 41 STREET, BOROUGH PARK', Month: '2', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.98848773, 40.64011571]} },
{type: 'Feature',properties:{Name: '3', Address: '953 43RD STREET, BOROUGH PARK', Month: '6', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.99627411, 40.64302021]} },
{type: 'Feature',properties:{Name: '3', Address: '1322 43RD STREET, BOROUGH PARK', Month: '5', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.98795124, 40.63796923]} },
{type: 'Feature',properties:{Name: '3', Address: '1259 45TH STREET, BOROUGH PARK', Month: '11', Price: '3930'}, geometry: { type: 'Point', coordinates:[-73.99074005, 40.63785146]} },
{type: 'Feature',properties:{Name: '3', Address: '1349 45TH STREET, BOROUGH PARK', Month: '10', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.9886937, 40.63661612]} },
{type: 'Feature',properties:{Name: '3', Address: '1420 44TH STREET, BOROUGH PARK', Month: '6', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.98636265, 40.63609985]} },
{type: 'Feature',properties:{Name: '3', Address: '1013 46TH STREET, BOROUGH PARK', Month: '9', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.9965481, 40.64044835]} },
{type: 'Feature',properties:{Name: '3', Address: '1140 45TH STREET, BOROUGH PARK', Month: '12', Price: '2530'}, geometry: { type: 'Point', coordinates:[-73.99331611, 40.63936402]} },
{type: 'Feature',properties:{Name: '3', Address: '1140 45 ST, BOROUGH PARK', Month: '11', Price: '2530'}, geometry: { type: 'Point', coordinates:[-73.99331611, 40.63936402]} },
{type: 'Feature',properties:{Name: '3', Address: '1324 45TH STREET, BOROUGH PARK', Month: '3', Price: '3936'}, geometry: { type: 'Point', coordinates:[-73.9890864, 40.63683026]} },
{type: 'Feature',properties:{Name: '3', Address: '1441 46TH STREET, BOROUGH PARK', Month: '4', Price: '4316'}, geometry: { type: 'Point', coordinates:[-73.9872024, 40.63480166]} },
{type: 'Feature',properties:{Name: '3', Address: '1423 46TH STREET, BOROUGH PARK', Month: '10', Price: '3148'}, geometry: { type: 'Point', coordinates:[-73.987487, 40.63497187]} },
{type: 'Feature',properties:{Name: '3', Address: '1423 46TH STREET, BOROUGH PARK', Month: '12', Price: '3148'}, geometry: { type: 'Point', coordinates:[-73.987487, 40.63497187]} },
{type: 'Feature',properties:{Name: '3', Address: '1168 46TH STREET, BOROUGH PARK', Month: '10', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.99334502, 40.63849118]} },
{type: 'Feature',properties:{Name: '3', Address: '1241 47TH STREET, BOROUGH PARK', Month: '10', Price: '2210'}, geometry: { type: 'Point', coordinates:[-73.99218861, 40.63690187]} },
{type: 'Feature',properties:{Name: '3', Address: '1328 46TH STREET, BOROUGH PARK', Month: '1', Price: '4218'}, geometry: { type: 'Point', coordinates:[-73.98960893, 40.63623194]} },
{type: 'Feature',properties:{Name: '3', Address: '1336 46TH STREET, BOROUGH PARK', Month: '5', Price: '4083'}, geometry: { type: 'Point', coordinates:[-73.98948284, 40.63615507]} },
{type: 'Feature',properties:{Name: '3', Address: '1336 46TH STREET, BOROUGH PARK', Month: '3', Price: '4083'}, geometry: { type: 'Point', coordinates:[-73.98948284, 40.63615507]} },
{type: 'Feature',properties:{Name: '3', Address: '1228 47TH STREET, BOROUGH PARK', Month: '10', Price: '4464'}, geometry: { type: 'Point', coordinates:[-73.99239036, 40.63700344]} },
{type: 'Feature',properties:{Name: '3', Address: '1430 47TH STREET, BOROUGH PARK', Month: '11', Price: '5280'}, geometry: { type: 'Point', coordinates:[-73.9879555, 40.63432415]} },
{type: 'Feature',properties:{Name: '3', Address: '1318 48TH STREET, BOROUGH PARK', Month: '5', Price: '3770'}, geometry: { type: 'Point', coordinates:[-73.99093137, 40.6352055]} },
{type: 'Feature',properties:{Name: '3', Address: '1337 49TH STREET, BOROUGH PARK', Month: '2', Price: '7526'}, geometry: { type: 'Point', coordinates:[-73.9912161, 40.63448913]} },
{type: 'Feature',properties:{Name: '3', Address: '1225 50TH STREET, BOROUGH PARK', Month: '11', Price: '2536'}, geometry: { type: 'Point', coordinates:[-73.9941488, 40.63535118]} },
{type: 'Feature',properties:{Name: '3', Address: '1453 50TH STREET, BOROUGH PARK', Month: '4', Price: '6004'}, geometry: { type: 'Point', coordinates:[-73.98934291, 40.63244685]} },
{type: 'Feature',properties:{Name: '3', Address: '1427 50TH STREET, BOROUGH PARK', Month: '7', Price: '3720'}, geometry: { type: 'Point', coordinates:[-73.98974999, 40.63269392]} },
{type: 'Feature',properties:{Name: '3', Address: '930 50TH STREET, BOROUGH PARK', Month: '3', Price: '2680'}, geometry: { type: 'Point', coordinates:[-74.00070982, 40.63929284]} },
{type: 'Feature',properties:{Name: '3', Address: '982 50TH STREET, BOROUGH PARK', Month: '8', Price: '2161'}, geometry: { type: 'Point', coordinates:[-73.99989191, 40.63879879]} },
{type: 'Feature',properties:{Name: '3', Address: '982 50TH STREET, BOROUGH PARK', Month: '9', Price: '2161'}, geometry: { type: 'Point', coordinates:[-73.99989191, 40.63879879]} },
{type: 'Feature',properties:{Name: '3', Address: '5014 10TH AVENUE, BOROUGH PARK', Month: '5', Price: '5160'}, geometry: { type: 'Point', coordinates:[-73.99945953, 40.63832119]} },
{type: 'Feature',properties:{Name: '3', Address: '5014 10TH AVENUE, BOROUGH PARK', Month: '11', Price: '5160'}, geometry: { type: 'Point', coordinates:[-73.99945953, 40.63832119]} },
{type: 'Feature',properties:{Name: '3', Address: '1442 50TH STREET, BOROUGH PARK', Month: '9', Price: '4450'}, geometry: { type: 'Point', coordinates:[-73.98951223, 40.63252921]} },
{type: 'Feature',properties:{Name: '3', Address: '866 51 STREET, BOROUGH PARK', Month: '2', Price: '2680'}, geometry: { type: 'Point', coordinates:[-74.002933, 40.63972374]} },
{type: 'Feature',properties:{Name: '3', Address: '866 51 STREET, BOROUGH PARK', Month: '9', Price: '2680'}, geometry: { type: 'Point', coordinates:[-74.002933, 40.63972374]} },
{type: 'Feature',properties:{Name: '3', Address: '5120 9TH AVENUE, BOROUGH PARK', Month: '5', Price: '2822'}, geometry: { type: 'Point', coordinates:[-74.00243933, 40.63890581]} },
{type: 'Feature',properties:{Name: '3', Address: '966 51ST STREET, BOROUGH PARK', Month: '11', Price: '2600'}, geometry: { type: 'Point', coordinates:[-74.00072783, 40.63839255]} },
{type: 'Feature',properties:{Name: '3', Address: '1170 51ST STREET, BOROUGH PARK', Month: '4', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.99626371, 40.63569437]} },
{type: 'Feature',properties:{Name: '3', Address: '953 53RD STREET, BOROUGH PARK', Month: '7', Price: '2640'}, geometry: { type: 'Point', coordinates:[-74.00193485, 40.63731658]} },
{type: 'Feature',properties:{Name: '3', Address: '949 53RD STREET, BOROUGH PARK', Month: '7', Price: '2640'}, geometry: { type: 'Point', coordinates:[-74.00200691, 40.6373605]} },
{type: 'Feature',properties:{Name: '3', Address: '1159 53RD STREET, BOROUGH PARK', Month: '1', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.99760406, 40.63470079]} },
{type: 'Feature',properties:{Name: '3', Address: '1325 53RD STREET, BOROUGH PARK', Month: '4', Price: '3760'}, geometry: { type: 'Point', coordinates:[-73.99373474, 40.63236483]} },
{type: 'Feature',properties:{Name: '3', Address: '1415 53RD STREET, BOROUGH PARK', Month: '12', Price: '3900'}, geometry: { type: 'Point', coordinates:[-73.9916885, 40.63112955]} },
{type: 'Feature',properties:{Name: '3', Address: '1415 53RD STREET, BOROUGH PARK', Month: '6', Price: '3900'}, geometry: { type: 'Point', coordinates:[-73.9916885, 40.63112955]} },
{type: 'Feature',properties:{Name: '3', Address: '860 53 STREET, BOROUGH PARK', Month: '4', Price: '1480'}, geometry: { type: 'Point', coordinates:[-74.00415081, 40.63863402]} },
{type: 'Feature',properties:{Name: '3', Address: '1122 53RD STREET, BOROUGH PARK', Month: '4', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.99818051, 40.63503292]} },
{type: 'Feature',properties:{Name: '3', Address: '1122 53RD STREET, BOROUGH PARK', Month: '10', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.99818051, 40.63503292]} },
{type: 'Feature',properties:{Name: '3', Address: '1365 54TH STREET, BOROUGH PARK', Month: '10', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.99368799, 40.63142611]} },
{type: 'Feature',properties:{Name: '3', Address: '1465 54TH STREET, BOROUGH PARK', Month: '5', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.99147968, 40.630092]} },
{type: 'Feature',properties:{Name: '3', Address: '5404 11TH AVENUE, BOROUGH PARK', Month: '2', Price: '2680'}, geometry: { type: 'Point', coordinates:[-73.99955324, 40.63478591]} },
{type: 'Feature',properties:{Name: '3', Address: '1125 55TH STREET, BOROUGH PARK', Month: '3', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.99930104, 40.63390483]} },
{type: 'Feature',properties:{Name: '3', Address: '1125 55TH STREET, BOROUGH PARK', Month: '2', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.99930104, 40.63390483]} },
{type: 'Feature',properties:{Name: '3', Address: '1341 55TH STREET, BOROUGH PARK', Month: '11', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.99455988, 40.63104189]} },
{type: 'Feature',properties:{Name: '3', Address: '1046 55TH STREET, BOROUGH PARK', Month: '10', Price: '5967'}, geometry: { type: 'Point', coordinates:[-74.00103404, 40.63493138]} },
{type: 'Feature',properties:{Name: '3', Address: '1270 55TH STREET, BOROUGH PARK', Month: '11', Price: '2880'}, geometry: { type: 'Point', coordinates:[-73.99639361, 40.63212615]} },
{type: 'Feature',properties:{Name: '3', Address: '1270 55TH STREET, BOROUGH PARK', Month: '9', Price: '2880'}, geometry: { type: 'Point', coordinates:[-73.99639361, 40.63212615]} },
{type: 'Feature',properties:{Name: '3', Address: '1350 55TH STREET, BOROUGH PARK', Month: '8', Price: '4192'}, geometry: { type: 'Point', coordinates:[-73.99443019, 40.63094032]} },
{type: 'Feature',properties:{Name: '3', Address: '1356 55TH STREET, BOROUGH PARK', Month: '12', Price: '3864'}, geometry: { type: 'Point', coordinates:[-73.99434013, 40.63088542]} },
{type: 'Feature',properties:{Name: '3', Address: '928 56TH STREET, BOROUGH PARK', Month: '11', Price: '3800'}, geometry: { type: 'Point', coordinates:[-74.00419388, 40.63592492]} },
{type: 'Feature',properties:{Name: '3', Address: '1071 57TH STREET, BOROUGH PARK', Month: '9', Price: '2008'}, geometry: { type: 'Point', coordinates:[-74.00194555, 40.63368249]} },
{type: 'Feature',properties:{Name: '3', Address: '1154 56TH STREET, BOROUGH PARK', Month: '3', Price: '3595'}, geometry: { type: 'Point', coordinates:[-73.99942355, 40.63304571]} },
{type: 'Feature',properties:{Name: '3', Address: '1420 56TH STREET, BOROUGH PARK', Month: '1', Price: '4100'}, geometry: { type: 'Point', coordinates:[-73.99335674, 40.62938123]} },
{type: 'Feature',properties:{Name: '3', Address: '1420 56TH STREET, BOROUGH PARK', Month: '7', Price: '4100'}, geometry: { type: 'Point', coordinates:[-73.99335674, 40.62938123]} },
{type: 'Feature',properties:{Name: '3', Address: '1437 57TH STREET, BOROUGH PARK', Month: '5', Price: '4416'}, geometry: { type: 'Point', coordinates:[-73.99367384, 40.62868132]} },
{type: 'Feature',properties:{Name: '3', Address: '1040 57TH STREET, BOROUGH PARK', Month: '2', Price: '2164'}, geometry: { type: 'Point', coordinates:[-74.00243555, 40.63395421]} },
{type: 'Feature',properties:{Name: '3', Address: '1044 57TH STREET, BOROUGH PARK', Month: '5', Price: '2164'}, geometry: { type: 'Point', coordinates:[-74.0023707, 40.63391578]} },
{type: 'Feature',properties:{Name: '3', Address: '5719 11TH AVENUE, BOROUGH PARK', Month: '2', Price: '2640'}, geometry: { type: 'Point', coordinates:[-74.00133305, 40.63304845]} },
{type: 'Feature',properties:{Name: '3', Address: '1118 57TH STREET, BOROUGH PARK', Month: '2', Price: '2529'}, geometry: { type: 'Point', coordinates:[-74.00057285, 40.63283162]} },
{type: 'Feature',properties:{Name: '3', Address: '1320 57TH STREET, BOROUGH PARK', Month: '3', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.99632887, 40.63026518]} },
{type: 'Feature',properties:{Name: '3', Address: '5716 15TH AVENUE, BOROUGH PARK', Month: '7', Price: '3706'}, geometry: { type: 'Point', coordinates:[-73.99253912, 40.62774254]} },
{type: 'Feature',properties:{Name: '3', Address: '1144 58TH STREET, BOROUGH PARK', Month: '7', Price: '4949'}, geometry: { type: 'Point', coordinates:[-74.00074578, 40.63201916]} },
{type: 'Feature',properties:{Name: '3', Address: '1146 58TH STREET, BOROUGH PARK', Month: '8', Price: '4949'}, geometry: { type: 'Point', coordinates:[-74.00071335, 40.63200269]} },
{type: 'Feature',properties:{Name: '3', Address: '1242 58TH STREET, BOROUGH PARK', Month: '5', Price: '3080'}, geometry: { type: 'Point', coordinates:[-73.99857693, 40.63070989]} },
{type: 'Feature',properties:{Name: '3', Address: '1242 58TH STREET, BOROUGH PARK', Month: '9', Price: '3080'}, geometry: { type: 'Point', coordinates:[-73.99857693, 40.63070989]} },
{type: 'Feature',properties:{Name: '3', Address: '1420 58TH STREET, BOROUGH PARK', Month: '11', Price: '3250'}, geometry: { type: 'Point', coordinates:[-73.99452409, 40.62825867]} },
{type: 'Feature',properties:{Name: '3', Address: '1460 58TH STREET, BOROUGH PARK', Month: '11', Price: '3288'}, geometry: { type: 'Point', coordinates:[-73.99389367, 40.62787711]} },
{type: 'Feature',properties:{Name: '3', Address: '1460 58TH STREET, BOROUGH PARK', Month: '8', Price: '3288'}, geometry: { type: 'Point', coordinates:[-73.99389367, 40.62787711]} },
{type: 'Feature',properties:{Name: '3', Address: '1460 58TH STREET, BOROUGH PARK', Month: '7', Price: '3288'}, geometry: { type: 'Point', coordinates:[-73.99389367, 40.62787711]} },
{type: 'Feature',properties:{Name: '3', Address: '1419 59TH STREET, BOROUGH PARK', Month: '9', Price: '3960'}, geometry: { type: 'Point', coordinates:[-73.99512215, 40.62773444]} },
{type: 'Feature',properties:{Name: '3', Address: '1407 59TH STREET, BOROUGH PARK', Month: '3', Price: '3198'}, geometry: { type: 'Point', coordinates:[-73.99530948, 40.62784699]} },
{type: 'Feature',properties:{Name: '3', Address: '958 59TH STREET, BOROUGH PARK', Month: '10', Price: '2318'}, geometry: { type: 'Point', coordinates:[-74.00551241, 40.63398704]} },
{type: 'Feature',properties:{Name: '3', Address: '876 60TH STREET, BOROUGH PARK', Month: '2', Price: '3120'}, geometry: { type: 'Point', coordinates:[-74.00804171, 40.63456604]} },
{type: 'Feature',properties:{Name: '3', Address: '927 63RD STREET, BOROUGH PARK', Month: '6', Price: '2360'}, geometry: { type: 'Point', coordinates:[-74.00847014, 40.63208198]} },
{type: 'Feature',properties:{Name: '3', Address: '1058 62ND STREET, BOROUGH PARK', Month: '2', Price: '2070'}, geometry: { type: 'Point', coordinates:[-74.00510145, 40.63093486]} },
{type: 'Feature',properties:{Name: '3', Address: '1278 62ND STREET, BOROUGH PARK', Month: '6', Price: '2739'}, geometry: { type: 'Point', coordinates:[-74.00038187, 40.62808588]} },
{type: 'Feature',properties:{Name: '3', Address: '1283 TABOR COURT, BOROUGH PARK', Month: '1', Price: '3630'}, geometry: { type: 'Point', coordinates:[-74.00061243, 40.62777023]} },
{type: 'Feature',properties:{Name: '3', Address: '1281 TABOR COURT, BOROUGH PARK', Month: '1', Price: '2739'}, geometry: { type: 'Point', coordinates:[-74.00064486, 40.62778944]} },
{type: 'Feature',properties:{Name: '3', Address: '1319 63RD STREET, BOROUGH PARK', Month: '6', Price: '2880'}, geometry: { type: 'Point', coordinates:[-73.99969379, 40.62677936]} },
{type: 'Feature',properties:{Name: '3', Address: '6209 13TH AVENUE, BOROUGH PARK', Month: '12', Price: '2856'}, geometry: { type: 'Point', coordinates:[-73.99993155, 40.62750124]} },
{type: 'Feature',properties:{Name: '3', Address: '930 63RD STREET, BOROUGH PARK', Month: '6', Price: '2711'}, geometry: { type: 'Point', coordinates:[-74.00841969, 40.63202983]} },
{type: 'Feature',properties:{Name: '3', Address: '927-929 64TH STREET, BOROUGH PARK', Month: '1', Price: '3200'}, geometry: { type: 'Point', coordinates:[-74.00908975, 40.6315467]} },
{type: 'Feature',properties:{Name: '3', Address: '1031 64TH STREET, BOROUGH PARK', Month: '2', Price: '2552'}, geometry: { type: 'Point', coordinates:[-74.00669017, 40.63009761]} },
{type: 'Feature',properties:{Name: '3', Address: '6324 12TH AVENUE, BOROUGH PARK', Month: '10', Price: '4092'}, geometry: { type: 'Point', coordinates:[-74.00270914, 40.62829994]} },
{type: 'Feature',properties:{Name: '3', Address: '6303 13TH AVENUE, BOROUGH PARK', Month: '5', Price: '2680'}, geometry: { type: 'Point', coordinates:[-74.00039988, 40.62704835]} },
{type: 'Feature',properties:{Name: '3', Address: '1001 65TH STREET, BOROUGH PARK', Month: '4', Price: '2904'}, geometry: { type: 'Point', coordinates:[-74.00778895, 40.62978189]} },
{type: 'Feature',properties:{Name: '3', Address: '6401 10TH AVENUE, BOROUGH PARK', Month: '7', Price: '2640'}, geometry: { type: 'Point', coordinates:[-74.00758728, 40.63048183]} },
{type: 'Feature',properties:{Name: '3', Address: '1063 65TH STREET, BOROUGH PARK', Month: '4', Price: '2080'}, geometry: { type: 'Point', coordinates:[-74.00681617, 40.62919183]} },
{type: 'Feature',properties:{Name: '3', Address: '2261 60TH STREET, BOROUGH PARK', Month: '7', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.97715669, 40.61593242]} },
{type: 'Feature',properties:{Name: '3', Address: '2259 60TH STREET, BOROUGH PARK', Month: '11', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.97718549, 40.61595164]} },
{type: 'Feature',properties:{Name: '3', Address: '6114 23RD AVENUE, BOROUGH PARK', Month: '3', Price: '3452'}, geometry: { type: 'Point', coordinates:[-73.97698064, 40.61464233]} },
{type: 'Feature',properties:{Name: '3', Address: '2347 61ST STREET, BOROUGH PARK', Month: '3', Price: '3534'}, geometry: { type: 'Point', coordinates:[-73.97593264, 40.61425235]} },
{type: 'Feature',properties:{Name: '3', Address: '6308 24TH AVENUE, BOROUGH PARK', Month: '10', Price: '3084'}, geometry: { type: 'Point', coordinates:[-73.97591897, 40.61221846]} },
{type: 'Feature',properties:{Name: '3', Address: '6324 24TH AVENUE, BOROUGH PARK', Month: '2', Price: '4347'}, geometry: { type: 'Point', coordinates:[-73.97598382, 40.6121526]} },
{type: 'Feature',properties:{Name: '3', Address: '2328 64TH STREET, BOROUGH PARK', Month: '6', Price: '2992'}, geometry: { type: 'Point', coordinates:[-73.97780973, 40.61262781]} },
{type: 'Feature',properties:{Name: '3', Address: '2359 65TH STREET, BOROUGH PARK', Month: '9', Price: '6500'}, geometry: { type: 'Point', coordinates:[-73.97770562, 40.61160124]} },
{type: 'Feature',properties:{Name: '3', Address: '1742 45TH STREET, BOROUGH PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97957253, 40.63110608]} },
{type: 'Feature',properties:{Name: '3', Address: '29 LAWRENCE AVENUE, BOROUGH PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97739365, 40.62883298]} },
{type: 'Feature',properties:{Name: '3', Address: '4705 16TH AVENUE, BOROUGH PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9844432, 40.63205379]} },
{type: 'Feature',properties:{Name: '3', Address: '1612 47TH STREET, BOROUGH PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98377314, 40.63180118]} },
{type: 'Feature',properties:{Name: '3', Address: '1612 47TH STREET, BOROUGH PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98377314, 40.63180118]} },
{type: 'Feature',properties:{Name: '3', Address: '1612 47TH STREET, BOROUGH PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98377314, 40.63180118]} },
{type: 'Feature',properties:{Name: '3', Address: '1551 52ND STREET, BOROUGH PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98833816, 40.63001762]} },
{type: 'Feature',properties:{Name: '3', Address: '1884 53RD STREET, BOROUGH PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98156292, 40.62499102]} },
{type: 'Feature',properties:{Name: '3', Address: '1542 56TH STREET, BOROUGH PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99080989, 40.62784122]} },
{type: 'Feature',properties:{Name: '3', Address: '5616 18TH AVENUE, BOROUGH PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98512227, 40.62417633]} },
{type: 'Feature',properties:{Name: '3', Address: '2105 57TH STREET, BOROUGH PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97862149, 40.61959974]} },
{type: 'Feature',properties:{Name: '3', Address: '2053 57TH STREET, BOROUGH PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97996123, 40.62039872]} },
{type: 'Feature',properties:{Name: '3', Address: '2053 57TH STREET, BOROUGH PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97996123, 40.62039872]} },
{type: 'Feature',properties:{Name: '3', Address: '2053 57TH STREET, BOROUGH PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97996123, 40.62039872]} },
{type: 'Feature',properties:{Name: '3', Address: '2057 57TH STREET, BOROUGH PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97990001, 40.62036028]} },
{type: 'Feature',properties:{Name: '3', Address: '2049 57TH STREET, BOROUGH PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98002606, 40.62043716]} },
{type: 'Feature',properties:{Name: '3', Address: '1714 57TH STREET, BOROUGH PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98717911, 40.62473652]} },
{type: 'Feature',properties:{Name: '3', Address: '5817 15TH AVENUE, BOROUGH PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99310478, 40.62717166]} },
{type: 'Feature',properties:{Name: '3', Address: '5817 15TH AVENUE, BOROUGH PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99310478, 40.62717166]} },
{type: 'Feature',properties:{Name: '3', Address: '5817 15TH AVENUE, BOROUGH PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99310478, 40.62717166]} },
{type: 'Feature',properties:{Name: '3', Address: '5815 15TH AVENUE, BOROUGH PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99309758, 40.62717989]} },
{type: 'Feature',properties:{Name: '3', Address: '5815 15TH AVENUE, BOROUGH PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99309758, 40.62717989]} },
{type: 'Feature',properties:{Name: '3', Address: '5815 15TH AVENUE, BOROUGH PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99309758, 40.62717989]} },
{type: 'Feature',properties:{Name: '3', Address: '1623 59TH STREET, BOROUGH PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99068059, 40.62504976]} },
{type: 'Feature',properties:{Name: '3', Address: '1623 59TH STREET, BOROUGH PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99068059, 40.62504976]} },
{type: 'Feature',properties:{Name: '3', Address: '1633 59TH STREET, BOROUGH PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99048967, 40.62493447]} },
{type: 'Feature',properties:{Name: '3', Address: '1163 41ST STREET, BOROUGH PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99057741, 40.64139771]} },
{type: 'Feature',properties:{Name: '3', Address: '1163 41ST STREET, BOROUGH PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99057741, 40.64139771]} },
{type: 'Feature',properties:{Name: '3', Address: '1165 41ST STREET, BOROUGH PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99054498, 40.6413785]} },
{type: 'Feature',properties:{Name: '3', Address: '1167 41ST STREET, BOROUGH PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99051256, 40.64135928]} },
{type: 'Feature',properties:{Name: '3', Address: '1167 41ST STREET, BOROUGH PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99051256, 40.64135928]} },
{type: 'Feature',properties:{Name: '3', Address: '4117 12TH AVENUE, BOROUGH PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98980642, 40.64068126]} },
{type: 'Feature',properties:{Name: '3', Address: '1215 43RD STREET, BOROUGH PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99026422, 40.63939125]} },
{type: 'Feature',properties:{Name: '3', Address: '1215 43RD STREET, BOROUGH PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99026422, 40.63939125]} },
{type: 'Feature',properties:{Name: '3', Address: '1215 43RD STREET, BOROUGH PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99026422, 40.63939125]} },
{type: 'Feature',properties:{Name: '3', Address: '1113 45TH STREET, BOROUGH PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99377369, 40.63965225]} },
{type: 'Feature',properties:{Name: '3', Address: '1208 44TH STREET, BOROUGH PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99098492, 40.63889175]} },
{type: 'Feature',properties:{Name: '3', Address: '1208 44TH STREET, BOROUGH PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99098492, 40.63889175]} },
{type: 'Feature',properties:{Name: '3', Address: '1208 44TH STREET, BOROUGH PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99098492, 40.63889175]} },
{type: 'Feature',properties:{Name: '3', Address: '1208 44TH STREET, BOROUGH PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99098492, 40.63889175]} },
{type: 'Feature',properties:{Name: '3', Address: '1347 45TH STREET, BOROUGH PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98872613, 40.63663534]} },
{type: 'Feature',properties:{Name: '3', Address: '1148 45TH STREET, BOROUGH PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9931828, 40.63928716]} },
{type: 'Feature',properties:{Name: '3', Address: '1244 45TH STREET, BOROUGH PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99097424, 40.63797225]} },
{type: 'Feature',properties:{Name: '3', Address: '1320 45TH STREET, BOROUGH PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98915125, 40.63686869]} },
{type: 'Feature',properties:{Name: '3', Address: '1454 45TH STREET, BOROUGH PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98640967, 40.63521878]} },
{type: 'Feature',properties:{Name: '3', Address: '1259 47TH STREET, BOROUGH PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99190759, 40.63673168]} },
{type: 'Feature',properties:{Name: '3', Address: '1229 48TH STREET, BOROUGH PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99296331, 40.63645452]} },
{type: 'Feature',properties:{Name: '3', Address: '1229 48TH STREET, BOROUGH PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99296331, 40.63645452]} },
{type: 'Feature',properties:{Name: '3', Address: '1229 48TH STREET, BOROUGH PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99296331, 40.63645452]} },
{type: 'Feature',properties:{Name: '3', Address: '4921 11TH AVENNUE, BOROUGH PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99676446, 40.63705855]} },
{type: 'Feature',properties:{Name: '3', Address: '4921 11TH AVENNUE, BOROUGH PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99676446, 40.63705855]} },
{type: 'Feature',properties:{Name: '3', Address: '4921 11TH AVENNUE, BOROUGH PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99676446, 40.63705855]} },
{type: 'Feature',properties:{Name: '3', Address: '1321 52ND STREET, BOROUGH PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99321227, 40.63296317]} },
{type: 'Feature',properties:{Name: '3', Address: '1321 52ND STREET, BOROUGH PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99321227, 40.63296317]} },
{type: 'Feature',properties:{Name: '3', Address: '1218 52ND STREET, BOROUGH PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99565129, 40.63441253]} },
{type: 'Feature',properties:{Name: '3', Address: '1218 52ND STREET, BOROUGH PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99565129, 40.63441253]} },
{type: 'Feature',properties:{Name: '3', Address: '1343 54TH ST, BOROUGH PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99403383, 40.63163748]} },
{type: 'Feature',properties:{Name: '3', Address: '1343 54TH STREET, BOROUGH PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99403383, 40.63163748]} },
{type: 'Feature',properties:{Name: '3', Address: '1343 54TH STREET, BOROUGH PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99403383, 40.63163748]} },
{type: 'Feature',properties:{Name: '3', Address: '1466 53RD STREET, BOROUGH PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99088516, 40.63062445]} },
{type: 'Feature',properties:{Name: '3', Address: '1052 55TH STREET, BOROUGH PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00095117, 40.63487923]} },
{type: 'Feature',properties:{Name: '3', Address: '5620 12TH AVENUE, BOROUGH PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9985769, 40.63227716]} },
{type: 'Feature',properties:{Name: '3', Address: '1117 57TH STREET, BOROUGH PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00059086, 40.63286455]} },
{type: 'Feature',properties:{Name: '3', Address: '1256 56TH STREET, BOROUGH PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99719345, 40.63169799]} },
{type: 'Feature',properties:{Name: '3', Address: '1256 56TH STREET, BOROUGH PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99719345, 40.63169799]} },
{type: 'Feature',properties:{Name: '3', Address: '1256 56TH STREET, BOROUGH PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99719345, 40.63169799]} },
{type: 'Feature',properties:{Name: '3', Address: '1256 56TH STREET, BOROUGH PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99719345, 40.63169799]} },
{type: 'Feature',properties:{Name: '3', Address: '5714 12TH AVENUE, BOROUGH PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99913534, 40.63173919]} },
{type: 'Feature',properties:{Name: '3', Address: '1230 57TH STREET, BOROUGH PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99818422, 40.6313851]} },
{type: 'Feature',properties:{Name: '3', Address: '1334 58TH STREET, BOROUGH PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99663153, 40.62953508]} },
{type: 'Feature',properties:{Name: '3', Address: '1148 59TH STREET, BOROUGH PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00126817, 40.63142353]} },
{type: 'Feature',properties:{Name: '3', Address: '1208 59TH STREET, BOROUGH PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99969377, 40.63047384]} },
{type: 'Feature',properties:{Name: '3', Address: '1201 65TH STREET, BOROUGH PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00338276, 40.62711966]} },
{type: 'Feature',properties:{Name: '3', Address: '1201 65TH STREET, BOROUGH PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00338276, 40.62711966]} },
{type: 'Feature',properties:{Name: '3', Address: '1212 64TH STREET, BOROUGH PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00258662, 40.62759453]} },
{type: 'Feature',properties:{Name: '3', Address: '1215 65TH STREET, BOROUGH PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.003163, 40.62698517]} },
{type: 'Feature',properties:{Name: '3', Address: '269 AVENUE O, BOROUGH PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97416529, 40.61130406]} },
{type: 'Feature',properties:{Name: '3', Address: '1557 45TH STREET, BOROUGH PARK', Month: '12', Price: '2604'}, geometry: { type: 'Point', coordinates:[-73.98416174, 40.63388178]} },
{type: 'Feature',properties:{Name: '3', Address: '45TH STREET, BOROUGH PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98393109, 40.63416995]} },
{type: 'Feature',properties:{Name: '3', Address: '1662 46TH STREET, BOROUGH PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98231401, 40.63183115]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A 55TH STREET, BOROUGH PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99025496, 40.62873873]} },
{type: 'Feature',properties:{Name: '3', Address: '1626 54TH STREET, BOROUGH PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98761084, 40.62772839]} },
{type: 'Feature',properties:{Name: '3', Address: '2040 57TH STREET, BOROUGH PARK', Month: '5', Price: '2432'}, geometry: { type: 'Point', coordinates:[-73.98016292, 40.62050031]} },
{type: 'Feature',properties:{Name: '3', Address: '58TH STREET, BOROUGH PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97895663, 40.61914142]} },
{type: 'Feature',properties:{Name: '3', Address: '1043 42ND STREET, BOROUGH PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99360768, 40.64231742]} },
{type: 'Feature',properties:{Name: '3', Address: '43RD STREET, BOROUGH PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98957243, 40.63923199]} },
{type: 'Feature',properties:{Name: '3', Address: '46TH STREET, BOROUGH PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99180308, 40.63693753]} },
{type: 'Feature',properties:{Name: '3', Address: '4809 14 AVE, BOROUGH PARK', Month: '5', Price: '3240'}, geometry: { type: 'Point', coordinates:[-73.98944352, 40.63413765]} },
{type: 'Feature',properties:{Name: '3', Address: '1121 57TH STREET, BOROUGH PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00052601, 40.63282613]} },
{type: 'Feature',properties:{Name: '3', Address: '1121 57TH STREET, BOROUGH PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00052601, 40.63282613]} },
{type: 'Feature',properties:{Name: '3', Address: '1117 57TH STREET, BOROUGH PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00059086, 40.63286455]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A 57TH STREET, BOROUGH PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99344326, 40.62880757]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A 63RD STREET, BOROUGH PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00351254, 40.62879672]} },
{type: 'Feature',properties:{Name: '3', Address: '36 LAWRENCE AVE, BOROUGH PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9772207, 40.62889882]} },
{type: 'Feature',properties:{Name: '3', Address: '859 44TH STREET, BOROUGH PARK', Month: '7', Price: '3213'}, geometry: { type: 'Point', coordinates:[-73.99890817, 40.64369822]} },
{type: 'Feature',properties:{Name: '3', Address: '838 44TH STREET, BOROUGH PARK', Month: '5', Price: '3759'}, geometry: { type: 'Point', coordinates:[-73.99925049, 40.64388487]} },
{type: 'Feature',properties:{Name: '3', Address: '857 46TH STREET, BOROUGH PARK', Month: '1', Price: '2747'}, geometry: { type: 'Point', coordinates:[-74.00015855, 40.64263325]} },
{type: 'Feature',properties:{Name: '3', Address: '827 48TH STREET, BOROUGH PARK', Month: '12', Price: '3000'}, geometry: { type: 'Point', coordinates:[-74.00179805, 40.64179608]} },
{type: 'Feature',properties:{Name: '3', Address: '825 48TH STREET, BOROUGH PARK', Month: '7', Price: '3000'}, geometry: { type: 'Point', coordinates:[-74.00183048, 40.64181255]} },
{type: 'Feature',properties:{Name: '3', Address: '820 48TH STREET, BOROUGH PARK', Month: '1', Price: '3000'}, geometry: { type: 'Point', coordinates:[-74.00190615, 40.64183999]} },
{type: 'Feature',properties:{Name: '3', Address: '865 40TH STREET, BOROUGH PARK', Month: '11', Price: '4446'}, geometry: { type: 'Point', coordinates:[-73.99653701, 40.64591596]} },
{type: 'Feature',properties:{Name: '3', Address: '832 40TH STREET, BOROUGH PARK', Month: '7', Price: '3276'}, geometry: { type: 'Point', coordinates:[-73.9970559, 40.64620692]} },
{type: 'Feature',properties:{Name: '3', Address: '850 41ST STREET, BOROUGH PARK', Month: '8', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.99735503, 40.64547682]} },
{type: 'Feature',properties:{Name: '3', Address: '837 43RD STREET, BOROUGH PARK', Month: '12', Price: '6267'}, geometry: { type: 'Point', coordinates:[-73.99873158, 40.64450519]} },
{type: 'Feature',properties:{Name: '3', Address: '1153 38TH STREET, BOROUGH PARK', Month: '9', Price: '4500'}, geometry: { type: 'Point', coordinates:[-73.98879711, 40.64306364]} },
{type: 'Feature',properties:{Name: '3', Address: '1145 38TH STREET, BOROUGH PARK', Month: '7', Price: '4500'}, geometry: { type: 'Point', coordinates:[-73.9889016, 40.64312678]} },
{type: 'Feature',properties:{Name: '3', Address: '3707 12TH AVENUE, BOROUGH PARK', Month: '6', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.98743145, 40.64296194]} },
{type: 'Feature',properties:{Name: '3', Address: '3409 14TH AVENUE, BOROUGH PARK', Month: '1', Price: '13500'}, geometry: { type: 'Point', coordinates:[-73.98133484, 40.64193456]} },
{type: 'Feature',properties:{Name: '3', Address: '3403 14TH AVENUE, BOROUGH PARK', Month: '8', Price: '14400'}, geometry: { type: 'Point', coordinates:[-73.98131321, 40.64195652]} },
{type: 'Feature',properties:{Name: '3', Address: '4219 15TH AVENUE, BOROUGH PARK', Month: '2', Price: '12800'}, geometry: { type: 'Point', coordinates:[-73.9837901, 40.63612422]} },
{type: 'Feature',properties:{Name: '3', Address: '1546 39TH STREET, BOROUGH PARK', Month: '7', Price: '3256'}, geometry: { type: 'Point', coordinates:[-73.9808389, 40.63732324]} },
{type: 'Feature',properties:{Name: '3', Address: '1727 54TH STREET, BOROUGH PARK', Month: '10', Price: '3198'}, geometry: { type: 'Point', coordinates:[-73.98541718, 40.6264271]} },
{type: 'Feature',properties:{Name: '3', Address: '1619 55TH STREET, BOROUGH PARK', Month: '11', Price: '3432'}, geometry: { type: 'Point', coordinates:[-73.98831702, 40.62727008]} },
{type: 'Feature',properties:{Name: '3', Address: '1642 58TH STREET, BOROUGH PARK', Month: '2', Price: '3320'}, geometry: { type: 'Point', coordinates:[-73.98921801, 40.62505787]} },
{type: 'Feature',properties:{Name: '3', Address: '1857 59TH STREET, BOROUGH PARK', Month: '7', Price: '3321'}, geometry: { type: 'Point', coordinates:[-73.98537495, 40.62184329]} },
{type: 'Feature',properties:{Name: '3', Address: '1849 59TH ST, BOROUGH PARK', Month: '4', Price: '3280'}, geometry: { type: 'Point', coordinates:[-73.98551902, 40.62193115]} },
{type: 'Feature',properties:{Name: '3', Address: '5806 21 AVENUE, BOROUGH PARK', Month: '3', Price: '3280'}, geometry: { type: 'Point', coordinates:[-73.97961583, 40.61909214]} },
{type: 'Feature',properties:{Name: '3', Address: '5810 21ST AVENUE, BOROUGH PARK', Month: '10', Price: '3280'}, geometry: { type: 'Point', coordinates:[-73.97963024, 40.61907567]} },
{type: 'Feature',properties:{Name: '3', Address: '58-12 21ST AVENUE, BOROUGH PARK', Month: '6', Price: '3280'}, geometry: { type: 'Point', coordinates:[-73.97964105, 40.61906744]} },
{type: 'Feature',properties:{Name: '3', Address: '1525 60TH STREET, BOROUGH PARK', Month: '11', Price: '3080'}, geometry: { type: 'Point', coordinates:[-73.9935192, 40.62581575]} },
{type: 'Feature',properties:{Name: '3', Address: '1525 60TH STREET, BOROUGH PARK', Month: '1', Price: '3080'}, geometry: { type: 'Point', coordinates:[-73.9935192, 40.62581575]} },
{type: 'Feature',properties:{Name: '3', Address: '2065 60TH STREET, BOROUGH PARK', Month: '5', Price: '3280'}, geometry: { type: 'Point', coordinates:[-73.98138462, 40.61848584]} },
{type: 'Feature',properties:{Name: '3', Address: '2039 60TH STREET, BOROUGH PARK', Month: '8', Price: '3696'}, geometry: { type: 'Point', coordinates:[-73.98175917, 40.61871371]} },
{type: 'Feature',properties:{Name: '3', Address: '1516 61ST STREET, BOROUGH PARK', Month: '2', Price: '3280'}, geometry: { type: 'Point', coordinates:[-73.99428297, 40.62530801]} },
{type: 'Feature',properties:{Name: '3', Address: '1518 61ST STREET, BOROUGH PARK', Month: '12', Price: '3280'}, geometry: { type: 'Point', coordinates:[-73.99423253, 40.62527781]} },
{type: 'Feature',properties:{Name: '3', Address: '1719 62ND STREET, BOROUGH PARK', Month: '5', Price: '3212'}, geometry: { type: 'Point', coordinates:[-73.99003983, 40.62186026]} },
{type: 'Feature',properties:{Name: '3', Address: '1711 62ND STREET, BOROUGH PARK', Month: '8', Price: '3212'}, geometry: { type: 'Point', coordinates:[-73.9901695, 40.62193987]} },
{type: 'Feature',properties:{Name: '3', Address: '1714 62ND STREET, BOROUGH PARK', Month: '10', Price: '3213'}, geometry: { type: 'Point', coordinates:[-73.99011548, 40.62188772]} },
{type: 'Feature',properties:{Name: '3', Address: '1771 63RD STREET, BOROUGH PARK', Month: '3', Price: '4626'}, geometry: { type: 'Point', coordinates:[-73.98977704, 40.62078977]} },
{type: 'Feature',properties:{Name: '3', Address: '2044 62 STREET, BOROUGH PARK', Month: '1', Price: '3818'}, geometry: { type: 'Point', coordinates:[-73.98305259, 40.61761874]} },
{type: 'Feature',properties:{Name: '3', Address: '1744 63RD STREET, BOROUGH PARK', Month: '3', Price: '4824'}, geometry: { type: 'Point', coordinates:[-73.99021286, 40.62103135]} },
{type: 'Feature',properties:{Name: '3', Address: '1658 64TH STREET, BOROUGH PARK', Month: '2', Price: '3520'}, geometry: { type: 'Point', coordinates:[-73.99291443, 40.62175068]} },
{type: 'Feature',properties:{Name: '3', Address: '1923 65TH STREET, BOROUGH PARK', Month: '1', Price: '2720'}, geometry: { type: 'Point', coordinates:[-73.98738222, 40.61745187]} },
{type: 'Feature',properties:{Name: '3', Address: '1221 41ST STREET, BOROUGH PARK', Month: '7', Price: '3240'}, geometry: { type: 'Point', coordinates:[-73.98901014, 40.64045062]} },
{type: 'Feature',properties:{Name: '3', Address: '1221 41ST STREET, BOROUGH PARK', Month: '3', Price: '3240'}, geometry: { type: 'Point', coordinates:[-73.98901014, 40.64045062]} },
{type: 'Feature',properties:{Name: '3', Address: '917 42ND STREET, BOROUGH PARK', Month: '9', Price: '5415'}, geometry: { type: 'Point', coordinates:[-73.99625605, 40.64392049]} },
{type: 'Feature',properties:{Name: '3', Address: '969 43RD STREET, BOROUGH PARK', Month: '3', Price: '45500'}, geometry: { type: 'Point', coordinates:[-73.99602549, 40.64286649]} },
{type: 'Feature',properties:{Name: '3', Address: '1365 43RD STREET, BOROUGH PARK', Month: '7', Price: '5775'}, geometry: { type: 'Point', coordinates:[-73.98727753, 40.63758489]} },
{type: 'Feature',properties:{Name: '3', Address: '1449 43RD STREET, BOROUGH PARK', Month: '11', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.98532852, 40.63640714]} },
{type: 'Feature',properties:{Name: '3', Address: '1324 43RD STREET, BOROUGH PARK', Month: '1', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.98792241, 40.63795001]} },
{type: 'Feature',properties:{Name: '3', Address: '1330 43RD STREET, BOROUGH PARK', Month: '4', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.98782514, 40.63789236]} },
{type: 'Feature',properties:{Name: '3', Address: '1254 44TH STREET, BOROUGH PARK', Month: '7', Price: '5250'}, geometry: { type: 'Point', coordinates:[-73.99024994, 40.63844429]} },
{type: 'Feature',properties:{Name: '3', Address: '1418 44TH STREET, BOROUGH PARK', Month: '8', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.98639147, 40.63611907]} },
{type: 'Feature',properties:{Name: '3', Address: '1418 44TH STREET, BOROUGH PARK', Month: '1', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.98639147, 40.63611907]} },
{type: 'Feature',properties:{Name: '3', Address: '1418 44TH STREET, BOROUGH PARK', Month: '6', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.98639147, 40.63611907]} },
{type: 'Feature',properties:{Name: '3', Address: '1043 50TH STREET, BOROUGH PARK', Month: '5', Price: '6006'}, geometry: { type: 'Point', coordinates:[-73.99817684, 40.6377832]} },
{type: 'Feature',properties:{Name: '3', Address: '4924 11TH AVENUE, BOROUGH PARK', Month: '6', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.996714, 40.63751143]} },
{type: 'Feature',properties:{Name: '3', Address: '1315 50TH STREET, BOROUGH PARK', Month: '6', Price: '14240'}, geometry: { type: 'Point', coordinates:[-73.99214209, 40.63414061]} },
{type: 'Feature',properties:{Name: '3', Address: '943 51 STREET, BOROUGH PARK', Month: '4', Price: '3116'}, geometry: { type: 'Point', coordinates:[-74.00109175, 40.63863135]} },
{type: 'Feature',properties:{Name: '3', Address: '825 53RD STREET, BOROUGH PARK', Month: '11', Price: '3200'}, geometry: { type: 'Point', coordinates:[-74.00476698, 40.63902925]} },
{type: 'Feature',properties:{Name: '3', Address: '967 53 STREET, BOROUGH PARK', Month: '5', Price: '2706'}, geometry: { type: 'Point', coordinates:[-74.00169344, 40.63717111]} },
{type: 'Feature',properties:{Name: '3', Address: '919 53RD STREET, BOROUGH PARK', Month: '6', Price: '2880'}, geometry: { type: 'Point', coordinates:[-74.00252576, 40.6376734]} },
{type: 'Feature',properties:{Name: '3', Address: '1053 53RD STREET, BOROUGH PARK', Month: '2', Price: '5256'}, geometry: { type: 'Point', coordinates:[-73.99972257, 40.63598263]} },
{type: 'Feature',properties:{Name: '3', Address: '1344 52ND STREET, BOROUGH PARK', Month: '3', Price: '4682'}, geometry: { type: 'Point', coordinates:[-73.99284841, 40.6327216]} },
{type: 'Feature',properties:{Name: '3', Address: '1344 52ND STREET, BOROUGH PARK', Month: '11', Price: '4682'}, geometry: { type: 'Point', coordinates:[-73.99284841, 40.6327216]} },
{type: 'Feature',properties:{Name: '3', Address: '5214 15TH AVENUE, BOROUGH PARK', Month: '11', Price: '6720'}, geometry: { type: 'Point', coordinates:[-73.98961702, 40.63055297]} },
{type: 'Feature',properties:{Name: '3', Address: '5214 15TH AVENUE, BOROUGH PARK', Month: '10', Price: '6720'}, geometry: { type: 'Point', coordinates:[-73.98961702, 40.63055297]} },
{type: 'Feature',properties:{Name: '3', Address: '5214 15TH AVENUE, BOROUGH PARK', Month: '4', Price: '6720'}, geometry: { type: 'Point', coordinates:[-73.98961702, 40.63055297]} },
{type: 'Feature',properties:{Name: '3', Address: '5214 15TH AVENUE, BOROUGH PARK', Month: '12', Price: '6720'}, geometry: { type: 'Point', coordinates:[-73.98961702, 40.63055297]} },
{type: 'Feature',properties:{Name: '3', Address: '958 54TH STREET, BOROUGH PARK', Month: '8', Price: '5400'}, geometry: { type: 'Point', coordinates:[-74.00256176, 40.63676487]} },
{type: 'Feature',properties:{Name: '3', Address: '986 54TH STREET, BOROUGH PARK', Month: '8', Price: '5400'}, geometry: { type: 'Point', coordinates:[-74.00212939, 40.63650412]} },
{type: 'Feature',properties:{Name: '3', Address: '871 56TH STREET, BOROUGH PARK', Month: '6', Price: '3198'}, geometry: { type: 'Point', coordinates:[-74.00576847, 40.6368965]} },
{type: 'Feature',properties:{Name: '3', Address: '863 57TH STREET, BOROUGH PARK', Month: '6', Price: '10008'}, geometry: { type: 'Point', coordinates:[-74.00647462, 40.63641338]} },
{type: 'Feature',properties:{Name: '3', Address: '1026 56TH STREET, BOROUGH PARK', Month: '3', Price: '6006'}, geometry: { type: 'Point', coordinates:[-74.00198521, 40.63459101]} },
{type: 'Feature',properties:{Name: '3', Address: '1057 58TH STREET, BOROUGH PARK', Month: '5', Price: '3200'}, geometry: { type: 'Point', coordinates:[-74.00275618, 40.63325703]} },
{type: 'Feature',properties:{Name: '3', Address: '1057 58TH STREET, BOROUGH PARK', Month: '2', Price: '3200'}, geometry: { type: 'Point', coordinates:[-74.00275618, 40.63325703]} },
{type: 'Feature',properties:{Name: '3', Address: '1257 58TH STREET, BOROUGH PARK', Month: '2', Price: '3360'}, geometry: { type: 'Point', coordinates:[-73.99834276, 40.63058911]} },
{type: 'Feature',properties:{Name: '3', Address: '953 59TH STREET, BOROUGH PARK', Month: '11', Price: '3680'}, geometry: { type: 'Point', coordinates:[-74.00573941, 40.63414348]} },
{type: 'Feature',properties:{Name: '3', Address: '1115 59TH STREET, BOROUGH PARK', Month: '6', Price: '4453'}, geometry: { type: 'Point', coordinates:[-74.00179057, 40.63175839]} },
{type: 'Feature',properties:{Name: '3', Address: '1048 59TH STREET, BOROUGH PARK', Month: '4', Price: '6222'}, geometry: { type: 'Point', coordinates:[-74.00347312, 40.63275197]} },
{type: 'Feature',properties:{Name: '3', Address: '814 60TH STREET, BOROUGH PARK', Month: '8', Price: '3600'}, geometry: { type: 'Point', coordinates:[-74.00901457, 40.63515336]} },
{type: 'Feature',properties:{Name: '3', Address: '6223 8 AVENUE, BOROUGH PARK', Month: '10', Price: '7200'}, geometry: { type: 'Point', coordinates:[-74.01091317, 40.63417879]} },
{type: 'Feature',properties:{Name: '3', Address: '6209 8 AVENUE, BOROUGH PARK', Month: '11', Price: '5160'}, geometry: { type: 'Point', coordinates:[-74.01085553, 40.63423644]} },
{type: 'Feature',properties:{Name: '3', Address: '1048 62ND STREET, BOROUGH PARK', Month: '1', Price: '3042'}, geometry: { type: 'Point', coordinates:[-74.00525998, 40.63103092]} },
{type: 'Feature',properties:{Name: '3', Address: '6211 14TH AVENUE, BOROUGH PARK', Month: '7', Price: '3660'}, geometry: { type: 'Point', coordinates:[-73.99765479, 40.62624685]} },
{type: 'Feature',properties:{Name: '3', Address: '969 64TH STREET, BOROUGH PARK', Month: '8', Price: '13920'}, geometry: { type: 'Point', coordinates:[-74.00811693, 40.63095664]} },
{type: 'Feature',properties:{Name: '3', Address: '1074 64TH STREET, BOROUGH PARK', Month: '9', Price: '7848'}, geometry: { type: 'Point', coordinates:[-74.00601283, 40.62966672]} },
{type: 'Feature',properties:{Name: '3', Address: '1361 65TH STREET, BOROUGH PARK', Month: '7', Price: '4800'}, geometry: { type: 'Point', coordinates:[-74.00024136, 40.62522032]} },
{type: 'Feature',properties:{Name: '3', Address: '2227 60TH STREET, BOROUGH PARK', Month: '5', Price: '3280'}, geometry: { type: 'Point', coordinates:[-73.97769686, 40.61625915]} },
{type: 'Feature',properties:{Name: '3', Address: '2247 63RD STREET, BOROUGH PARK', Month: '7', Price: '3040'}, geometry: { type: 'Point', coordinates:[-73.97914543, 40.61436552]} },
{type: 'Feature',properties:{Name: '3', Address: '2256 63RD STREET, BOROUGH PARK', Month: '7', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.97900139, 40.6142557]} },
{type: 'Feature',properties:{Name: '3', Address: '2263 64 STREET, BOROUGH PARK', Month: '10', Price: '22800'}, geometry: { type: 'Point', coordinates:[-73.97947702, 40.61365468]} },
{type: 'Feature',properties:{Name: '3', Address: '2347 63RD STREET, BOROUGH PARK', Month: '4', Price: '3320'}, geometry: { type: 'Point', coordinates:[-73.97693077, 40.61302838]} },
{type: 'Feature',properties:{Name: '3', Address: '2439 64TH STREET, BOROUGH PARK', Month: '8', Price: '3230'}, geometry: { type: 'Point', coordinates:[-73.97553033, 40.61127417]} },
{type: 'Feature',properties:{Name: '3', Address: '2462 64TH STREET, BOROUGH PARK', Month: '7', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.97520626, 40.61105726]} },
{type: 'Feature',properties:{Name: '3', Address: '826 43RD STREET, 5, BOROUGH PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99890455, 40.64458753]} },
{type: 'Feature',properties:{Name: '3', Address: '848 43RD STREET, 28, BOROUGH PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99855862, 40.64437893]} },
{type: 'Feature',properties:{Name: '3', Address: '1967 65 ST, BOROUGH PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98669072, 40.61703183]} },
{type: 'Feature',properties:{Name: '3', Address: '1953 65 ST, BOROUGH PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98691042, 40.61716635]} },
{type: 'Feature',properties:{Name: '3', Address: '1953 65 ST, BOROUGH PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98691042, 40.61716635]} },
{type: 'Feature',properties:{Name: '3', Address: '1953 65 ST, BOROUGH PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98691042, 40.61716635]} },
{type: 'Feature',properties:{Name: '3', Address: '4313 9 AVENUE, 3-D, BOROUGH PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9977659, 40.64336609]} },
{type: 'Feature',properties:{Name: '3', Address: '1430 43RD STREET, 2E, BOROUGH PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98562394, 40.63656363]} },
{type: 'Feature',properties:{Name: '3', Address: '1529 42ND STREET, 4D, BOROUGH PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.982857, 40.6358249]} },
{type: 'Feature',properties:{Name: '3', Address: '22 WEBSTER AVENUE, 5E, BOROUGH PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97826894, 40.62925859]} },
{type: 'Feature',properties:{Name: '3', Address: '22 WEBSTER AVENUE, 5G, BOROUGH PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97826894, 40.62925859]} },
{type: 'Feature',properties:{Name: '3', Address: '1528 49TH STREET, 3J, BOROUGH PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98695076, 40.6318949]} },
{type: 'Feature',properties:{Name: '3', Address: '4910 17TH AVENUE, 4B, BOROUGH PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98319009, 40.62943509]} },
{type: 'Feature',properties:{Name: '3', Address: '5701 15TH AVENUE, 5F, BOROUGH PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99245626, 40.62779743]} },
{type: 'Feature',properties:{Name: '3', Address: '5701 15TH AVENUE, 5B, BOROUGH PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99245626, 40.62779743]} },
{type: 'Feature',properties:{Name: '3', Address: '5100 15TH AVENUE, 4R, BOROUGH PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98897564, 40.63116775]} },
{type: 'Feature',properties:{Name: '3', Address: '5100 15TH AVENUE, 1J, BOROUGH PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98897564, 40.63116775]} },
{type: 'Feature',properties:{Name: '3', Address: '1440 54TH STREET, 1D, BOROUGH PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99187234, 40.63030887]} },
{type: 'Feature',properties:{Name: '3', Address: '3822A 15TH AVENUE, BOROUGH PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98183305, 40.6384021]} },
{type: 'Feature',properties:{Name: '3', Address: '3806 15TH AVENUE, BOROUGH PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9814259, 40.63842399]} },
{type: 'Feature',properties:{Name: '3', Address: '1504 40TH STREET, BOROUGH PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.982082, 40.6371615]} },
{type: 'Feature',properties:{Name: '3', Address: '3815 15TH AVENUE, BOROUGH PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98144032, 40.63838008]} },
{type: 'Feature',properties:{Name: '3', Address: '3815 15TH AVENUE, BOROUGH PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98144032, 40.63838008]} },
{type: 'Feature',properties:{Name: '3', Address: '556 DAHILL ROAD, BOROUGH PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97886544, 40.634106]} },
{type: 'Feature',properties:{Name: '3', Address: '1901 51ST STREET, BOROUGH PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97954539, 40.62561924]} },
{type: 'Feature',properties:{Name: '3', Address: '1901 51ST STREET, BOROUGH PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97954539, 40.62561924]} },
{type: 'Feature',properties:{Name: '3', Address: '1901 51ST STREET, BOROUGH PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97954539, 40.62561924]} },
{type: 'Feature',properties:{Name: '3', Address: '1865 52ND STREET, BOROUGH PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98125291, 40.62573481]} },
{type: 'Feature',properties:{Name: '3', Address: '1865 52ND STREET, BOROUGH PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98125291, 40.62573481]} },
{type: 'Feature',properties:{Name: '3', Address: '1865 52ND STREET, BOROUGH PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98125291, 40.62573481]} },
{type: 'Feature',properties:{Name: '3', Address: '1900 51ST STREET, BOROUGH PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9795598, 40.62560552]} },
{type: 'Feature',properties:{Name: '3', Address: '1900 51ST STREET, BOROUGH PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9795598, 40.62560552]} },
{type: 'Feature',properties:{Name: '3', Address: '1850 52ND STREET, BOROUGH PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98146182, 40.62584189]} },
{type: 'Feature',properties:{Name: '3', Address: '1012 39TH STREET, BOROUGH PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99234269, 40.64426889]} },
{type: 'Feature',properties:{Name: '3', Address: '5024 10TH AVENUE, BOROUGH PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99950277, 40.63828002]} },
{type: 'Feature',properties:{Name: '3', Address: '5024 10TH AVENUE, BOROUGH PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99950277, 40.63828002]} },
{type: 'Feature',properties:{Name: '3', Address: '5024 10 AVENUE, BOROUGH PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99950277, 40.63828002]} },
{type: 'Feature',properties:{Name: '3', Address: '2231 64TH STREET, BOROUGH PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97998478, 40.61396218]} },
{type: 'Feature',properties:{Name: '3', Address: '4711 8TH AVE, BOROUGH PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00208274, 40.64266891]} },
{type: 'Feature',properties:{Name: '3', Address: '4711 8 AVENUE, BOROUGH PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00208274, 40.64266891]} },
{type: 'Feature',properties:{Name: '3', Address: '3715 15TH AVENUE, BOROUGH PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98085645, 40.63894267]} },
{type: 'Feature',properties:{Name: '3', Address: '1845 52ND STREET, BOROUGH PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98159148, 40.62594072]} },
{type: 'Feature',properties:{Name: '3', Address: '1845 52ND STREET, BOROUGH PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98159148, 40.62594072]} },
{type: 'Feature',properties:{Name: '3', Address: '5120 19TH AVENUE, BOROUGH PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98015425, 40.6254574]} },
{type: 'Feature',properties:{Name: '3', Address: '6410 BAY PARKWAY, BOROUGH PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98095356, 40.61431917]} },
{type: 'Feature',properties:{Name: '3', Address: '6410 BAY PARKWAY, BOROUGH PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98095356, 40.61431917]} },
{type: 'Feature',properties:{Name: '3', Address: '6410 BAY PARKWAY, BOROUGH PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98095356, 40.61431917]} },
{type: 'Feature',properties:{Name: '3', Address: '3922 NEW UTRECHT AVENUE, BOROUGH PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99445783, 40.64527086]} },
{type: 'Feature',properties:{Name: '3', Address: '3924 NEW UTRECHT AVENUE, BOROUGH PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99445422, 40.64525439]} },
{type: 'Feature',properties:{Name: '3', Address: '3922 NEW UTRECHT AVENUE, BOROUGH PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99445783, 40.64527086]} },
{type: 'Feature',properties:{Name: '3', Address: '970 41ST STREET, BOROUGH PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9949552, 40.64402475]} },
{type: 'Feature',properties:{Name: '3', Address: '970 41ST STREET, BOROUGH PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9949552, 40.64402475]} },
{type: 'Feature',properties:{Name: '3', Address: '970 41ST STREET, BOROUGH PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9949552, 40.64402475]} },
{type: 'Feature',properties:{Name: '3', Address: '4201 FT HAMILTON PARKWAY, BOROUGH PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99274656, 40.64164764]} },
{type: 'Feature',properties:{Name: '3', Address: '4201 FT. HAMILTON PKWY, BOROUGH PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99274656, 40.64164764]} },
{type: 'Feature',properties:{Name: '3', Address: '1225 44 ST, BOROUGH PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99069309, 40.63873253]} },
{type: 'Feature',properties:{Name: '3', Address: '1317 46TH STREET, BOROUGH PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98978186, 40.63635822]} },
{type: 'Feature',properties:{Name: '3', Address: '1317 46TH STREET, BOROUGH PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98978186, 40.63635822]} },
{type: 'Feature',properties:{Name: '3', Address: '1225 49TH STREET, BOROUGH PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99360469, 40.63593305]} },
{type: 'Feature',properties:{Name: '3', Address: '1225 49TH STREET, BOROUGH PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99360469, 40.63593305]} },
{type: 'Feature',properties:{Name: '3', Address: '863 50TH STREET, BOROUGH PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00239615, 40.6403331]} },
{type: 'Feature',properties:{Name: '3', Address: '871 50TH STREET, BOROUGH PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00227003, 40.64025624]} },
{type: 'Feature',properties:{Name: '3', Address: '1077 54TH STREET, BOROUGH PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74, 40.6352388]} },
{type: 'Feature',properties:{Name: '3', Address: '821 57TH STREET, BOROUGH PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00713401, 40.63681408]} },
{type: 'Feature',properties:{Name: '3', Address: '859 60TH STREET, BOROUGH PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00830835, 40.63474992]} },
{type: 'Feature',properties:{Name: '3', Address: '859 60TH STREET, BOROUGH PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00830835, 40.63474992]} },
{type: 'Feature',properties:{Name: '3', Address: '859 60TH STREET, BOROUGH PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00830835, 40.63474992]} },
{type: 'Feature',properties:{Name: '3', Address: '1380 DAHILL RD, BOROUGH PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97507544, 40.61416434]} },
{type: 'Feature',properties:{Name: '3', Address: '6214 24TH AVENUE, BOROUGH PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97536411, 40.61275083]} },
{type: 'Feature',properties:{Name: '3', Address: '6214 24TH AVENUE, BOROUGH PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97536411, 40.61275083]} },
{type: 'Feature',properties:{Name: '3', Address: '6214 24TH AVENUE, BOROUGH PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97536411, 40.61275083]} },
{type: 'Feature',properties:{Name: '3', Address: '4017 8TH AVENUE, BOROUGH PARK', Month: '9', Price: '3840'}, geometry: { type: 'Point', coordinates:[-73.99802885, 40.64656377]} },
{type: 'Feature',properties:{Name: '3', Address: '4023 13 AVENUE, BOROUGH PARK', Month: '5', Price: '4800'}, geometry: { type: 'Point', coordinates:[-73.98704648, 40.63989048]} },
{type: 'Feature',properties:{Name: '3', Address: '1525 47TH STREET, BOROUGH PARK', Month: '12', Price: '7800'}, geometry: { type: 'Point', coordinates:[-73.98583365, 40.6330668]} },
{type: 'Feature',properties:{Name: '3', Address: '1402 45 STREET, BOROUGH PARK', Month: '2', Price: '4400'}, geometry: { type: 'Point', coordinates:[-73.98722744, 40.63571294]} },
{type: 'Feature',properties:{Name: '3', Address: '1270 48TH STREET, BOROUGH PARK', Month: '3', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.99231841, 40.63604276]} },
{type: 'Feature',properties:{Name: '3', Address: '5401 8 AVENUE, BOROUGH PARK', Month: '6', Price: '4400'}, geometry: { type: 'Point', coordinates:[-74.00612174, 40.63878764]} },
{type: 'Feature',properties:{Name: '3', Address: '1423 57TH STREET, BOROUGH PARK', Month: '3', Price: '7500'}, geometry: { type: 'Point', coordinates:[-73.99389358, 40.62881309]} },
{type: 'Feature',properties:{Name: '3', Address: '5802 FORT HAMILTON PKWY, BOROUGH PARK', Month: '10', Price: '5412'}, geometry: { type: 'Point', coordinates:[-74.00423339, 40.6339871]} },
{type: 'Feature',properties:{Name: '3', Address: '5917 10TH AVENUE, BOROUGH PARK', Month: '6', Price: '3600'}, geometry: { type: 'Point', coordinates:[-74.00470171, 40.63325422]} },
{type: 'Feature',properties:{Name: '3', Address: '5919 14TH AVENUE, BOROUGH PARK', Month: '11', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.99590029, 40.62792935]} },
{type: 'Feature',properties:{Name: '3', Address: '6003 8 AVENUE, BOROUGH PARK', Month: '2', Price: '4400'}, geometry: { type: 'Point', coordinates:[-74.00964873, 40.6353921]} },
{type: 'Feature',properties:{Name: '3', Address: '6005 FORT HAMILTON PARKWA, BOROUGH PARK', Month: '3', Price: '3339'}, geometry: { type: 'Point', coordinates:[-74.00569247, 40.63298793]} },
{type: 'Feature',properties:{Name: '3', Address: '6213 14TH AVENUE, BOROUGH PARK', Month: '1', Price: '4320'}, geometry: { type: 'Point', coordinates:[-73.9976656, 40.62623861]} },
{type: 'Feature',properties:{Name: '3', Address: '6326 NEW UTRECHT AVENUE, BOROUGH PARK', Month: '5', Price: '5250'}, geometry: { type: 'Point', coordinates:[-73.99733422, 40.62503364]} },
{type: 'Feature',properties:{Name: '3', Address: '2367 60TH STREET, BOROUGH PARK', Month: '2', Price: '7642'}, geometry: { type: 'Point', coordinates:[-73.97435144, 40.61424927]} },
{type: 'Feature',properties:{Name: '3', Address: '819 41ST STREET, BOROUGH PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99784509, 40.64579522]} },
{type: 'Feature',properties:{Name: '3', Address: '1135 39 STREET, BOROUGH PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98970522, 40.64269592]} },
{type: 'Feature',properties:{Name: '3', Address: '4205 15TH AVENUE, BOROUGH PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98373244, 40.63617911]} },
{type: 'Feature',properties:{Name: '3', Address: '1568 43RD STREET, BOROUGH PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98282482, 40.6348752]} },
{type: 'Feature',properties:{Name: '3', Address: '1568 43 STREET, BOROUGH PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98282482, 40.6348752]} },
{type: 'Feature',properties:{Name: '3', Address: '5023 15TH AVENUE, BOROUGH PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98846757, 40.63162882]} },
{type: 'Feature',properties:{Name: '3', Address: '1826 51ST STREET, BOROUGH PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98158043, 40.6268218]} },
{type: 'Feature',properties:{Name: '3', Address: '1016 41ST STREET, BOROUGH PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99351392, 40.64315458]} },
{type: 'Feature',properties:{Name: '3', Address: '1030 41ST STREET, BOROUGH PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99330133, 40.64302282]} },
{type: 'Feature',properties:{Name: '3', Address: '1155 42ND STREET, BOROUGH PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99135217, 40.64095586]} },
{type: 'Feature',properties:{Name: '3', Address: '1116 41ST STREET, BOROUGH PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99133765, 40.64183694]} },
{type: 'Feature',properties:{Name: '3', Address: '1249 42ND STREET, BOROUGH PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9891508, 40.6396272]} },
{type: 'Feature',properties:{Name: '3', Address: '1249 42ND STREET, BOROUGH PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9891508, 40.6396272]} },
{type: 'Feature',properties:{Name: '3', Address: '1236 42ND STREET, BOROUGH PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98935256, 40.63972603]} },
{type: 'Feature',properties:{Name: '3', Address: '1236 42 ST, BOROUGH PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98935256, 40.63972603]} },
{type: 'Feature',properties:{Name: '3', Address: '1230 42ND STREET, BOROUGH PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98944623, 40.63978368]} },
{type: 'Feature',properties:{Name: '3', Address: '1230 42ND STREET, BOROUGH PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98944623, 40.63978368]} },
{type: 'Feature',properties:{Name: '3', Address: '1425 43RD STREET, BOROUGH PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98570679, 40.63663501]} },
{type: 'Feature',properties:{Name: '3', Address: '1425 43RD STREET, BOROUGH PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98570679, 40.63663501]} },
{type: 'Feature',properties:{Name: '3', Address: '4319 10TH AVENUE, BOROUGH PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99538414, 40.64221321]} },
{type: 'Feature',properties:{Name: '3', Address: '1190 44TH STREET, BOROUGH PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99200094, 40.63950392]} },
{type: 'Feature',properties:{Name: '3', Address: '1190 44TH STREET, BOROUGH PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99200094, 40.63950392]} },
{type: 'Feature',properties:{Name: '3', Address: '1190 44TH STREET, BOROUGH PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99200094, 40.63950392]} },
{type: 'Feature',properties:{Name: '3', Address: '1190 44TH STREET, BOROUGH PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99200094, 40.63950392]} },
{type: 'Feature',properties:{Name: '3', Address: '1188 44TH STREET, BOROUGH PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99203696, 40.63952588]} },
{type: 'Feature',properties:{Name: '3', Address: '1188 44TH STREET, BOROUGH PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99203696, 40.63952588]} },
{type: 'Feature',properties:{Name: '3', Address: '1188 44TH STREET, BOROUGH PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99203696, 40.63952588]} },
{type: 'Feature',properties:{Name: '3', Address: '1188 44TH STREET, BOROUGH PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99203696, 40.63952588]} },
{type: 'Feature',properties:{Name: '3', Address: '1184 44TH STREET, BOROUGH PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99211263, 40.63957254]} },
{type: 'Feature',properties:{Name: '3', Address: '1184 44TH STREET, BOROUGH PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99211263, 40.63957254]} },
{type: 'Feature',properties:{Name: '3', Address: '1184 44TH STREET, BOROUGH PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99211263, 40.63957254]} },
{type: 'Feature',properties:{Name: '3', Address: '1184 44TH STREET, BOROUGH PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99211263, 40.63957254]} },
{type: 'Feature',properties:{Name: '3', Address: '4506 12TH AVENUE, BOROUGH PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99210915, 40.63849384]} },
{type: 'Feature',properties:{Name: '3', Address: '4506 12TH AVENUE, BOROUGH PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99210915, 40.63849384]} },
{type: 'Feature',properties:{Name: '3', Address: '4506 12TH AVENUE, BOROUGH PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99210915, 40.63849384]} },
{type: 'Feature',properties:{Name: '3', Address: '4506 12TH AVENUE, BOROUGH PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99210915, 40.63849384]} },
{type: 'Feature',properties:{Name: '3', Address: '4506 12TH AVENUE, BOROUGH PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99210915, 40.63849384]} },
{type: 'Feature',properties:{Name: '3', Address: '4506 12TH AVENUE, BOROUGH PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99210915, 40.63849384]} },
{type: 'Feature',properties:{Name: '3', Address: '4506 12TH AVENUE, BOROUGH PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99210915, 40.63849384]} },
{type: 'Feature',properties:{Name: '3', Address: '1427 46TH STREET, BOROUGH PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98742215, 40.63493618]} },
{type: 'Feature',properties:{Name: '3', Address: '1152 46TH STREET, BOROUGH PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99360443, 40.63864764]} },
{type: 'Feature',properties:{Name: '3', Address: '1325 47TH STREET, BOROUGH PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99023953, 40.63572421]} },
{type: 'Feature',properties:{Name: '3', Address: '1325 47TH STREET, BOROUGH PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99023953, 40.63572421]} },
{type: 'Feature',properties:{Name: '3', Address: '1325 47TH STREET, BOROUGH PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99023953, 40.63572421]} },
{type: 'Feature',properties:{Name: '3', Address: '1325 47TH STREET, BOROUGH PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99023953, 40.63572421]} },
{type: 'Feature',properties:{Name: '3', Address: '1325 47TH STREET, BOROUGH PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99023953, 40.63572421]} },
{type: 'Feature',properties:{Name: '3', Address: '1325 47TH STREET, BOROUGH PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99023953, 40.63572421]} },
{type: 'Feature',properties:{Name: '3', Address: '1325 47TH STREET, BOROUGH PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99023953, 40.63572421]} },
{type: 'Feature',properties:{Name: '3', Address: '1325 47TH STREET, BOROUGH PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99023953, 40.63572421]} },
{type: 'Feature',properties:{Name: '3', Address: '1259 49TH STREET, BOROUGH PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99307148, 40.63560913]} },
{type: 'Feature',properties:{Name: '3', Address: '1259 49TH STREET, BOROUGH PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99307148, 40.63560913]} },
{type: 'Feature',properties:{Name: '3', Address: '1259 49TH STREET, BOROUGH PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99307148, 40.63560913]} },
{type: 'Feature',properties:{Name: '3', Address: '1259 49TH STREET, BOROUGH PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99307148, 40.63560913]} },
{type: 'Feature',properties:{Name: '3', Address: '1259 49TH STREET, BOROUGH PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99307148, 40.63560913]} },
{type: 'Feature',properties:{Name: '3', Address: '1259 49TH STREET, BOROUGH PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99307148, 40.63560913]} },
{type: 'Feature',properties:{Name: '3', Address: '1255 49TH STREET, BOROUGH PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99313273, 40.63564757]} },
{type: 'Feature',properties:{Name: '3', Address: '1255 49TH ST, BOROUGH PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99313273, 40.63564757]} },
{type: 'Feature',properties:{Name: '3', Address: '1255 49TH STREET, BOROUGH PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99313273, 40.63564757]} },
{type: 'Feature',properties:{Name: '3', Address: '1255 49TH STREET, BOROUGH PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99313273, 40.63564757]} },
{type: 'Feature',properties:{Name: '3', Address: '1255 49TH STREET, BOROUGH PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99313273, 40.63564757]} },
{type: 'Feature',properties:{Name: '3', Address: '1255 49TH STREET, BOROUGH PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99313273, 40.63564757]} },
{type: 'Feature',properties:{Name: '3', Address: '1255 49TH STREET, BOROUGH PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99313273, 40.63564757]} },
{type: 'Feature',properties:{Name: '3', Address: '1346 49TH STREET, BOROUGH PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.991072, 40.63438208]} },
{type: 'Feature',properties:{Name: '3', Address: '1422 49TH STREET, BOROUGH PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9892455, 40.63328126]} },
{type: 'Feature',properties:{Name: '3', Address: '1422 49TH STREET, BOROUGH PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9892455, 40.63328126]} },
{type: 'Feature',properties:{Name: '3', Address: '844 50TH STREET, BOROUGH PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00269522, 40.64048954]} },
{type: 'Feature',properties:{Name: '3', Address: '5001 11TH AVENUE, BOROUGH PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99718242, 40.63703934]} },
{type: 'Feature',properties:{Name: '3', Address: '5001 11TH AVENUE, BOROUGH PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99718242, 40.63703934]} },
{type: 'Feature',properties:{Name: '3', Address: '1351 51ST STREET, BOROUGH PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99216021, 40.63323483]} },
{type: 'Feature',properties:{Name: '3', Address: '5210 12TH AVENUE, BOROUGH PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99620253, 40.63455528]} },
{type: 'Feature',properties:{Name: '3', Address: '1344 52ND STREET, BOROUGH PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99284841, 40.6327216]} },
{type: 'Feature',properties:{Name: '3', Address: '1344 52ND STREET, BOROUGH PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99284841, 40.6327216]} },
{type: 'Feature',properties:{Name: '3', Address: '1344 52ND STREET, BOROUGH PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99284841, 40.6327216]} },
{type: 'Feature',properties:{Name: '3', Address: '1344 52ND STREET, BOROUGH PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99284841, 40.6327216]} },
{type: 'Feature',properties:{Name: '3', Address: '1344 52ND STREET, BOROUGH PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99284841, 40.6327216]} },
{type: 'Feature',properties:{Name: '3', Address: '1344 52ND STREET, BOROUGH PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99284841, 40.6327216]} },
{type: 'Feature',properties:{Name: '3', Address: '1344 52ND STREET, BOROUGH PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99284841, 40.6327216]} },
{type: 'Feature',properties:{Name: '3', Address: '1344 52 STREET, BOROUGH PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99284841, 40.6327216]} },
{type: 'Feature',properties:{Name: '3', Address: '1320 53RD STREET, BOROUGH PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.993814, 40.63238954]} },
{type: 'Feature',properties:{Name: '3', Address: '1320 53RD STREET, BOROUGH PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.993814, 40.63238954]} },
{type: 'Feature',properties:{Name: '3', Address: '1320 53 STREET, BOROUGH PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.993814, 40.63238954]} },
{type: 'Feature',properties:{Name: '3', Address: '1320 53RD STREET, BOROUGH PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.993814, 40.63238954]} },
{type: 'Feature',properties:{Name: '3', Address: '1320 53RD STREET, BOROUGH PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.993814, 40.63238954]} },
{type: 'Feature',properties:{Name: '3', Address: '1320 53RD STREET, BOROUGH PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.993814, 40.63238954]} },
{type: 'Feature',properties:{Name: '3', Address: '1320 53RD STREET, BOROUGH PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.993814, 40.63238954]} },
{type: 'Feature',properties:{Name: '3', Address: '1320 53RD STREET, BOROUGH PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.993814, 40.63238954]} },
{type: 'Feature',properties:{Name: '3', Address: '1320 53RD STREET, BOROUGH PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.993814, 40.63238954]} },
{type: 'Feature',properties:{Name: '3', Address: '1441 54TH STREET, BOROUGH PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99185793, 40.63032259]} },
{type: 'Feature',properties:{Name: '3', Address: '5406 14TH AVENUE, BOROUGH PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99294949, 40.63079477]} },
{type: 'Feature',properties:{Name: '3', Address: '5506 15TH AVENUE, BOROUGH PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99133212, 40.6289035]} },
{type: 'Feature',properties:{Name: '3', Address: '5506 15TH AVENUE, BOROUGH PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99133212, 40.6289035]} },
{type: 'Feature',properties:{Name: '3', Address: '5506 15TH AVENUE, BOROUGH PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99133212, 40.6289035]} },
{type: 'Feature',properties:{Name: '3', Address: '914 58TH STREET, BOROUGH PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00566022, 40.63498614]} },
{type: 'Feature',properties:{Name: '3', Address: '914 58TH STREET, BOROUGH PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00566022, 40.63498614]} },
{type: 'Feature',properties:{Name: '3', Address: '914 58TH STREET, BOROUGH PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00566022, 40.63498614]} },
{type: 'Feature',properties:{Name: '3', Address: '914 58TH STREET, BOROUGH PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00566022, 40.63498614]} },
{type: 'Feature',properties:{Name: '3', Address: '914 58TH STREET, BOROUGH PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00566022, 40.63498614]} },
{type: 'Feature',properties:{Name: '3', Address: '914 58TH STREET, BOROUGH PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00566022, 40.63498614]} },
{type: 'Feature',properties:{Name: '3', Address: '5803 13TH AVENUE, BOROUGH PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99744571, 40.62988918]} },
{type: 'Feature',properties:{Name: '3', Address: '857 60TH STREET, BOROUGH PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00834078, 40.63476914]} },
{type: 'Feature',properties:{Name: '3', Address: '857 60TH STREET, BOROUGH PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00834078, 40.63476914]} },
{type: 'Feature',properties:{Name: '3', Address: '913 60TH ST, BOROUGH PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0068851, 40.63388816]} },
{type: 'Feature',properties:{Name: '3', Address: '913 60TH ST, BOROUGH PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0068851, 40.63388816]} },
{type: 'Feature',properties:{Name: '3', Address: '913 60TH ST, BOROUGH PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0068851, 40.63388816]} },
{type: 'Feature',properties:{Name: '3', Address: '913 60TH ST, BOROUGH PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0068851, 40.63388816]} },
{type: 'Feature',properties:{Name: '3', Address: '913 60TH ST, BOROUGH PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0068851, 40.63388816]} },
{type: 'Feature',properties:{Name: '3', Address: '913 60TH ST, BOROUGH PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0068851, 40.63388816]} },
{type: 'Feature',properties:{Name: '3', Address: '1264 59TH STREET, BOROUGH PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99881472, 40.62994409]} },
{type: 'Feature',properties:{Name: '3', Address: '2245 60TH STREET, BOROUGH PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97740877, 40.61608618]} },
{type: 'Feature',properties:{Name: '3', Address: '2245 60TH STREET, BOROUGH PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97740877, 40.61608618]} },
{type: 'Feature',properties:{Name: '3', Address: '6113 23RD AVENUE, BOROUGH PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97695543, 40.61463958]} },
{type: 'Feature',properties:{Name: '3', Address: '1425 43RD STREET, BOROUGH PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98570679, 40.63663501]} },
{type: 'Feature',properties:{Name: '3', Address: '1205 47TH STREET, BOROUGH PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99275425, 40.63724501]} },
{type: 'Feature',properties:{Name: '3', Address: '1441 54 STREET, BOROUGH PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99185793, 40.63032259]} },
{type: 'Feature',properties:{Name: '3', Address: '1441 54TH STREET, BOROUGH PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99185793, 40.63032259]} },
{type: 'Feature',properties:{Name: '3', Address: '1256 56TH STREET, BOROUGH PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99719345, 40.63169799]} },
{type: 'Feature',properties:{Name: '3', Address: '1256 56TH STREET, BOROUGH PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99719345, 40.63169799]} },
{type: 'Feature',properties:{Name: '3', Address: '857 60TH STREET, BOROUGH PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00834078, 40.63476914]} },
{type: 'Feature',properties:{Name: '3', Address: '3801 14TH AVENUE, BOROUGH PARK', Month: '6', Price: '7525'}, geometry: { type: 'Point', coordinates:[-73.98358023, 40.63976927]} },
{type: 'Feature',properties:{Name: '3', Address: '5713 16TH AVENUE, BOROUGH PARK', Month: '11', Price: '3092'}, geometry: { type: 'Point', coordinates:[-73.99030574, 40.62641938]} },
{type: 'Feature',properties:{Name: '3', Address: '4815 14TH AVENUE, BOROUGH PARK', Month: '9', Price: '3380'}, geometry: { type: 'Point', coordinates:[-73.98946875, 40.63411295]} },
{type: 'Feature',properties:{Name: '3', Address: '4509-4525 8 AVENUE, BOROUGH PARK', Month: '7', Price: '14950'}, geometry: { type: 'Point', coordinates:[-74.00090806, 40.64379704]} },
{type: 'Feature',properties:{Name: '3', Address: '3914 13TH AVENUE, BOROUGH PARK', Month: '11', Price: '3580'}, geometry: { type: 'Point', coordinates:[-73.98644823, 40.64049152]} },
{type: 'Feature',properties:{Name: '3', Address: '1267 40TH STREET, BOROUGH PARK', Month: '1', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.98769854, 40.64057675]} },
{type: 'Feature',properties:{Name: '3', Address: '4013 13TH AVE, BOROUGH PARK', Month: '9', Price: '18600'}, geometry: { type: 'Point', coordinates:[-73.98700684, 40.63993165]} },
{type: 'Feature',properties:{Name: '3', Address: '3605 13TH AVENUE, BOROUGH PARK', Month: '5', Price: '17055'}, geometry: { type: 'Point', coordinates:[-73.98467505, 40.64216562]} },
{type: 'Feature',properties:{Name: '3', Address: '3913 15TH AVE, BOROUGH PARK', Month: '3', Price: '2240'}, geometry: { type: 'Point', coordinates:[-73.98201697, 40.63782847]} },
{type: 'Feature',properties:{Name: '3', Address: '5020 16TH AVENUE, BOROUGH PARK', Month: '12', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.98627376, 40.63031932]} },
{type: 'Feature',properties:{Name: '3', Address: '5020 16TH AVENUE, BOROUGH PARK', Month: '2', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.98627376, 40.63031932]} },
{type: 'Feature',properties:{Name: '3', Address: '5024 16TH AVENUE, BOROUGH PARK', Month: '7', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.98628818, 40.63030285]} },
{type: 'Feature',properties:{Name: '3', Address: '5024 16TH AVENUE, BOROUGH PARK', Month: '4', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.98628818, 40.63030285]} },
{type: 'Feature',properties:{Name: '3', Address: '5216 16TH AVENUE, BOROUGH PARK', Month: '3', Price: '1480'}, geometry: { type: 'Point', coordinates:[-73.98741963, 40.6292133]} },
{type: 'Feature',properties:{Name: '3', Address: '6221 18TH AVENUE, BOROUGH PARK', Month: '12', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.98857753, 40.62070182]} },
{type: 'Feature',properties:{Name: '3', Address: '4115 13TH AVENUE, BOROUGH PARK', Month: '1', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.98759427, 40.63935805]} },
{type: 'Feature',properties:{Name: '3', Address: '4113 13TH AVENUE, BOROUGH PARK', Month: '2', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.98758706, 40.63936629]} },
{type: 'Feature',properties:{Name: '3', Address: '4302 14 AVENUE, BOROUGH PARK', Month: '12', Price: '4600'}, geometry: { type: 'Point', coordinates:[-73.98652461, 40.63696722]} },
{type: 'Feature',properties:{Name: '3', Address: '4415 14TH AVENUE, BOROUGH PARK', Month: '3', Price: '4080'}, geometry: { type: 'Point', coordinates:[-73.98713725, 40.63634972]} },
{type: 'Feature',properties:{Name: '3', Address: '4413 14TH AVENUE, BOROUGH PARK', Month: '6', Price: '4080'}, geometry: { type: 'Point', coordinates:[-73.98713004, 40.63635795]} },
{type: 'Feature',properties:{Name: '3', Address: '4605 13TH AVENUE, BOROUGH PARK', Month: '8', Price: '3500'}, geometry: { type: 'Point', coordinates:[-73.99047, 40.63659982]} },
{type: 'Feature',properties:{Name: '3', Address: '4603 13TH AVENUE, BOROUGH PARK', Month: '9', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.99045919, 40.63660805]} },
{type: 'Feature',properties:{Name: '3', Address: '4804 NEW UTRECHT AVENUE, BOROUGH PARK', Month: '5', Price: '12210'}, geometry: { type: 'Point', coordinates:[-73.99466747, 40.6373055]} },
{type: 'Feature',properties:{Name: '3', Address: '4806 NEW UTRECHT AVENUE, BOROUGH PARK', Month: '2', Price: '8450'}, geometry: { type: 'Point', coordinates:[-73.99467107, 40.63729177]} },
{type: 'Feature',properties:{Name: '3', Address: '4812 NEW UTRECHT AVENUE, BOROUGH PARK', Month: '7', Price: '3800'}, geometry: { type: 'Point', coordinates:[-73.99467468, 40.63725609]} },
{type: 'Feature',properties:{Name: '3', Address: '4816 NEW UTRECHT AVENUE, BOROUGH PARK', Month: '4', Price: '3520'}, geometry: { type: 'Point', coordinates:[-73.99467828, 40.63723139]} },
{type: 'Feature',properties:{Name: '3', Address: '4818 NEW UTRECHT AVENUE, BOROUGH PARK', Month: '7', Price: '3136'}, geometry: { type: 'Point', coordinates:[-73.99467828, 40.63721767]} },
{type: 'Feature',properties:{Name: '3', Address: '4820 NEW UTRECHT AVENUE, BOROUGH PARK', Month: '11', Price: '3180'}, geometry: { type: 'Point', coordinates:[-73.99467828, 40.63720669]} },
{type: 'Feature',properties:{Name: '3', Address: '4822 NEW UTRECHT AVENUE, BOROUGH PARK', Month: '3', Price: '3180'}, geometry: { type: 'Point', coordinates:[-73.99468189, 40.63719296]} },
{type: 'Feature',properties:{Name: '3', Address: '5002 13TH AVENUE, BOROUGH PARK', Month: '8', Price: '45322'}, geometry: { type: 'Point', coordinates:[-73.992805, 40.63437945]} },
{type: 'Feature',properties:{Name: '3', Address: '900 60TH STREET, BOROUGH PARK', Month: '2', Price: '18000'}, geometry: { type: 'Point', coordinates:[-74.00709408, 40.63399519]} },
{type: 'Feature',properties:{Name: '3', Address: '1336 39TH STREET, BOROUGH PARK', Month: '2', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.98540338, 40.64007967]} },
{type: 'Feature',properties:{Name: '3', Address: '660 MCDONALD AVENUE, BOROUGH PARK', Month: '11', Price: '10236'}, geometry: { type: 'Point', coordinates:[-73.97872358, 40.63834118]} },
{type: 'Feature',properties:{Name: '3', Address: '1514 60TH STREET, BOROUGH PARK', Month: '7', Price: '5862'}, geometry: { type: 'Point', coordinates:[-73.9936669, 40.62588164]} },
{type: 'Feature',properties:{Name: '3', Address: '6224 15TH AVENUE, BOROUGH PARK', Month: '10', Price: '3108'}, geometry: { type: 'Point', coordinates:[-73.99552943, 40.6248689]} },
{type: 'Feature',properties:{Name: '3', Address: '868 39TH STREET, BOROUGH PARK', Month: '5', Price: '11400'}, geometry: { type: 'Point', coordinates:[-73.99590636, 40.64642373]} },
{type: 'Feature',properties:{Name: '3', Address: '1260 36TH STREET, BOROUGH PARK', Month: '2', Price: '1560'}, geometry: { type: 'Point', coordinates:[-73.98532353, 40.64270093]} },
{type: 'Feature',properties:{Name: '3', Address: '3819 14TH AVENUE, BOROUGH PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98365592, 40.63969517]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A 39TH STREET, BOROUGH PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98358395, 40.63928893]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A 39TH STREET, BOROUGH PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98363799, 40.63932462]} },
{type: 'Feature',properties:{Name: '3', Address: '832 MCDONALD AVENUE, BOROUGH PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97775941, 40.63393287]} },
{type: 'Feature',properties:{Name: '3', Address: '832 MCDONALD AVENUE, BOROUGH PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97775941, 40.63393287]} },
{type: 'Feature',properties:{Name: '3', Address: '4529 18TH AVENUE, BOROUGH PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.978456, 40.63012873]} },
{type: 'Feature',properties:{Name: '3', Address: '4527 18TH AVENUE, BOROUGH PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97844519, 40.63013422]} },
{type: 'Feature',properties:{Name: '3', Address: '4515 18TH AVENUE, BOROUGH PARK', Month: '9', Price: '5504'}, geometry: { type: 'Point', coordinates:[-73.97836952, 40.63016988]} },
{type: 'Feature',properties:{Name: '3', Address: '2019 57TH STREET, BOROUGH PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98049786, 40.6207227]} },
{type: 'Feature',properties:{Name: '3', Address: '1514 61ST STREET, BOROUGH PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99441265, 40.62535468]} },
{type: 'Feature',properties:{Name: '3', Address: '6302 16TH AVENUE, BOROUGH PARK', Month: '11', Price: '15090'}, geometry: { type: 'Point', coordinates:[-73.99380045, 40.6230847]} },
{type: 'Feature',properties:{Name: '3', Address: '3901 9TH AVENUE, BOROUGH PARK', Month: '10', Price: '1962'}, geometry: { type: 'Point', coordinates:[-73.99517488, 40.64585827]} },
{type: 'Feature',properties:{Name: '3', Address: '1062 39TH STREET, BOROUGH PARK', Month: '9', Price: '1900'}, geometry: { type: 'Point', coordinates:[-73.99148153, 40.64375006]} },
{type: 'Feature',properties:{Name: '3', Address: '3912 12TH AVENUE, BOROUGH PARK', Month: '4', Price: '1054'}, geometry: { type: 'Point', coordinates:[-73.98863877, 40.64182572]} },
{type: 'Feature',properties:{Name: '3', Address: '1054 43RD STREET, BOROUGH PARK', Month: '6', Price: '3254'}, geometry: { type: 'Point', coordinates:[-73.99405816, 40.64165595]} },
{type: 'Feature',properties:{Name: '3', Address: '1323 65TH STREET, BOROUGH PARK', Month: '7', Price: '4171'}, geometry: { type: 'Point', coordinates:[-74.00083937, 40.62558263]} },
{type: 'Feature',properties:{Name: '3', Address: '1415 65TH STREET, BOROUGH PARK', Month: '11', Price: '4666'}, geometry: { type: 'Point', coordinates:[-73.99880041, 40.62435021]} },
{type: 'Feature',properties:{Name: '3', Address: '1328 39TH STREET, BOROUGH PARK', Month: '4', Price: '6500'}, geometry: { type: 'Point', coordinates:[-73.98552948, 40.6401538]} },
{type: 'Feature',properties:{Name: '3', Address: '724 MC DONALD AVENUE, BOROUGH PARK', Month: '5', Price: '4300'}, geometry: { type: 'Point', coordinates:[-73.9782666, 40.63645268]} },
{type: 'Feature',properties:{Name: '3', Address: '736 MC DONALD AVENUE, BOROUGH PARK', Month: '3', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.97821262, 40.6362523]} },
{type: 'Feature',properties:{Name: '3', Address: '744 MC DONALD AVENUE, BOROUGH PARK', Month: '1', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.97818023, 40.6361178]} },
{type: 'Feature',properties:{Name: '3', Address: '740 MC DONALD AVENUE, BOROUGH PARK', Month: '1', Price: '13930'}, geometry: { type: 'Point', coordinates:[-73.97819823, 40.63618643]} },
{type: 'Feature',properties:{Name: '3', Address: '5621 20TH AVENUE, BOROUGH PARK', Month: '7', Price: '13650'}, geometry: { type: 'Point', coordinates:[-73.98098762, 40.62119488]} },
{type: 'Feature',properties:{Name: '3', Address: '1149 49TH STREET, BOROUGH PARK', Month: '7', Price: '1159'}, geometry: { type: 'Point', coordinates:[-73.99545655, 40.63704478]} },
{type: 'Feature',properties:{Name: '3', Address: '6002 FORT HAMILTON PARKWA, BOROUGH PARK', Month: '8', Price: '134367'}, geometry: { type: 'Point', coordinates:[-74.00569608, 40.63300714]} },
{type: 'Feature',properties:{Name: '3', Address: '6021 13TH AVENUE, BOROUGH PARK', Month: '2', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.99871387, 40.62867051]} },
{type: 'Feature',properties:{Name: '3', Address: '6019 NEW UTRECHT AVENUE, BOROUGH PARK', Month: '3', Price: '2342'}, geometry: { type: 'Point', coordinates:[-73.99671451, 40.627073]} },
{type: 'Feature',properties:{Name: '3', Address: '6411 NEW UTRECHT AVENUE, BOROUGH PARK', Month: '1', Price: '2825'}, geometry: { type: 'Point', coordinates:[-73.99752518, 40.62433372]} },
{type: 'Feature',properties:{Name: '3', Address: '6409 NEW UTRECHT AVENUE, BOROUGH PARK', Month: '7', Price: '3020'}, geometry: { type: 'Point', coordinates:[-73.99752157, 40.6243447]} },
{type: 'Feature',properties:{Name: '3', Address: '864 39TH STREET, BOROUGH PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99597122, 40.64646215]} },
{type: 'Feature',properties:{Name: '3', Address: '37TH STREET, BOROUGH PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9862533, 40.64223444]} },
{type: 'Feature',properties:{Name: '3', Address: '37TH STREET, BOROUGH PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98591102, 40.64202579]} },
{type: 'Feature',properties:{Name: '3', Address: '37TH STREET, BOROUGH PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98399073, 40.64086998]} },
{type: 'Feature',properties:{Name: '3', Address: '37TH STREET, BOROUGH PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98379964, 40.64134481]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A 38TH STREET, BOROUGH PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98320197, 40.63949199]} },
{type: 'Feature',properties:{Name: '3', Address: '1044 42 STREET, BOROUGH PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99370497, 40.64235586]} },
{type: 'Feature',properties:{Name: '3', Address: '1044 42 STREET, BOROUGH PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99370497, 40.64235586]} },
{type: 'Feature',properties:{Name: '3', Address: '1046 42 STREET, BOROUGH PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99367615, 40.64233939]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A 42ND STREET, BOROUGH PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99374103, 40.64210883]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A 42ND STREET, BOROUGH PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99374103, 40.64210883]} },
{type: 'Feature',properties:{Name: '3', Address: '1048 42 STREET, BOROUGH PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99364732, 40.64232017]} },
{type: 'Feature',properties:{Name: '3', Address: '1040 42 ST, BOROUGH PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99376622, 40.64239429]} },
{type: 'Feature',properties:{Name: '3', Address: '1050 42 STREET, BOROUGH PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99361489, 40.6423037]} },
{type: 'Feature',properties:{Name: '3', Address: '1052 42 STREET, BOROUGH PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99358607, 40.64228448]} },
{type: 'Feature',properties:{Name: '3', Address: '5300 21 AVENUE, BOROUGH PARK', Month: '1', Price: '30000'}, geometry: { type: 'Point', coordinates:[-73.97676923, 40.62181717]} },
{type: 'Feature',properties:{Name: '3', Address: '945 39TH STREET, BOROUGH PARK', Month: '7', Price: '11400'}, geometry: { type: 'Point', coordinates:[-73.99376236, 40.6451473]} },
{type: 'Feature',properties:{Name: '3', Address: '4822 16TH AVENUE, BOROUGH PARK', Month: '11', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.98511705, 40.63143081]} },
{type: 'Feature',properties:{Name: '3', Address: '5401 16TH AVENUE, BOROUGH PARK', Month: '12', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.9885078, 40.62814294]} },
{type: 'Feature',properties:{Name: '3', Address: '5401 16TH AVENUE, BOROUGH PARK', Month: '3', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.9885078, 40.62814294]} },
{type: 'Feature',properties:{Name: '3', Address: '4502 14TH AVENUE, BOROUGH PARK', Month: '1', Price: '66000'}, geometry: { type: 'Point', coordinates:[-73.9876886, 40.63585023]} },
{type: 'Feature',properties:{Name: '3', Address: '4512 16TH AVENUE, BOROUGH PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98332606, 40.63315155]} },
{type: 'Feature',properties:{Name: '3', Address: '4512 16TH AVENUE, BOROUGH PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98332606, 40.63315155]} },
{type: 'Feature',properties:{Name: '3', Address: '4512 16TH AVENUE, BOROUGH PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98332606, 40.63315155]} },
{type: 'Feature',properties:{Name: '3', Address: '4510 16TH AVENUE, BOROUGH PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98331525, 40.63315978]} },
{type: 'Feature',properties:{Name: '3', Address: '4510 16TH AVENUE, BOROUGH PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98331525, 40.63315978]} },
{type: 'Feature',properties:{Name: '3', Address: '4510 16TH AVENUE, BOROUGH PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98331525, 40.63315978]} },
{type: 'Feature',properties:{Name: '3', Address: '4510 16TH AVENUE, BOROUGH PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98331525, 40.63315978]} },
{type: 'Feature',properties:{Name: '3', Address: '4510 16TH AVENUE, BOROUGH PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98331525, 40.63315978]} },
{type: 'Feature',properties:{Name: '3', Address: '4510 16TH AVENUE, BOROUGH PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98331525, 40.63315978]} },
{type: 'Feature',properties:{Name: '3', Address: '4510 16TH AVENUE, BOROUGH PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98331525, 40.63315978]} },
{type: 'Feature',properties:{Name: '3', Address: '4510 16TH AVENUE, BOROUGH PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98331525, 40.63315978]} },
{type: 'Feature',properties:{Name: '3', Address: '871 50TH STREET, BOROUGH PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00227003, 40.64025624]} },
{type: 'Feature',properties:{Name: '3', Address: '871 50TH STREET, BOROUGH PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00227003, 40.64025624]} },
{type: 'Feature',properties:{Name: '3', Address: '849 57TH STREET, BOROUGH PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00669442, 40.63654787]} },
{type: 'Feature',properties:{Name: '3', Address: '849 57TH STREET, BOROUGH PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00669442, 40.63654787]} },
{type: 'Feature',properties:{Name: '3', Address: '5816 FORT HAMILTON PARKWA, BOROUGH PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00430184, 40.63394043]} },
{type: 'Feature',properties:{Name: '3', Address: '6410 BAY PARKWAY, BOROUGH PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98095356, 40.61431917]} },
{type: 'Feature',properties:{Name: '3', Address: '970 41ST STREET, BOROUGH PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9949552, 40.64402475]} },
{type: 'Feature',properties:{Name: '3', Address: '863 50TH STREET, BOROUGH PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00239615, 40.6403331]} },
{type: 'Feature',properties:{Name: '3', Address: '871 50TH STREET, BOROUGH PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00227003, 40.64025624]} },
{type: 'Feature',properties:{Name: '3', Address: '871 50TH STREET, BOROUGH PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00227003, 40.64025624]} },
{type: 'Feature',properties:{Name: '3', Address: '871 50TH STREET, BOROUGH PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00227003, 40.64025624]} },
{type: 'Feature',properties:{Name: '3', Address: '859 60TH STREET, BOROUGH PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00830835, 40.63474992]} },
{type: 'Feature',properties:{Name: '3', Address: '859 60TH STREET, BOROUGH PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00830835, 40.63474992]} },
{type: 'Feature',properties:{Name: '3', Address: '859 60TH STREET, BOROUGH PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00830835, 40.63474992]} },
{type: 'Feature',properties:{Name: '3', Address: '6214 24TH AVENUE, BOROUGH PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97536411, 40.61275083]} },
{type: 'Feature',properties:{Name: '3', Address: '6214 24TH AVENUE, BOROUGH PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97536411, 40.61275083]} },
{type: 'Feature',properties:{Name: '3', Address: '5 BANNER 3 TERRACE, BRIGHTON BEACH', Month: '7', Price: '522'}, geometry: { type: 'Point', coordinates:[-73.96632878, 40.58134256]} },
{type: 'Feature',properties:{Name: '3', Address: '3R BANNER 3 TERRACE, BRIGHTON BEACH', Month: '9', Price: '360'}, geometry: { type: 'Point', coordinates:[-73.96646206, 40.5811834]} },
{type: 'Feature',properties:{Name: '3', Address: '1R BANNER 3 TERRACE, BRIGHTON BEACH', Month: '9', Price: '384'}, geometry: { type: 'Point', coordinates:[-73.96644762, 40.58127123]} },
{type: 'Feature',properties:{Name: '3', Address: '9 BRIGHTON 3RD ROAD, BRIGHTON BEACH', Month: '5', Price: '697'}, geometry: { type: 'Point', coordinates:[-73.96529521, 40.58203668]} },
{type: 'Feature',properties:{Name: '3', Address: '7 BRIGHTON 3RD ROAD, BRIGHTON BEACH', Month: '3', Price: '727'}, geometry: { type: 'Point', coordinates:[-73.96534201, 40.58204219]} },
{type: 'Feature',properties:{Name: '3', Address: '3 BRIGHTON 3RD ROAD, BRIGHTON BEACH', Month: '12', Price: '727'}, geometry: { type: 'Point', coordinates:[-73.9654428, 40.5820532]} },
{type: 'Feature',properties:{Name: '3', Address: '1 BRIGHTON 3RD ROAD, BRIGHTON BEACH', Month: '6', Price: '727'}, geometry: { type: 'Point', coordinates:[-73.9654932, 40.5820587]} },
{type: 'Feature',properties:{Name: '3', Address: '2842 BRIGHTON 4TH STREET, BRIGHTON BEACH', Month: '9', Price: '810'}, geometry: { type: 'Point', coordinates:[-73.96438087, 40.58187446]} },
{type: 'Feature',properties:{Name: '3', Address: '2815 BRIGHTON 7 STREET, BRIGHTON BEACH', Month: '3', Price: '2376'}, geometry: { type: 'Point', coordinates:[-73.96215552, 40.58276581]} },
{type: 'Feature',properties:{Name: '3', Address: '2957 BRIGHTON 1 STREET, BRIGHTON BEACH', Month: '9', Price: '2010'}, geometry: { type: 'Point', coordinates:[-73.96648097, 40.57938007]} },
{type: 'Feature',properties:{Name: '3', Address: '2921 BRIGHTON 1 STREET, BRIGHTON BEACH', Month: '4', Price: '665'}, geometry: { type: 'Point', coordinates:[-73.96633665, 40.5800278]} },
{type: 'Feature',properties:{Name: '3', Address: '38 BRIGHTON 2ND PLACE, BRIGHTON BEACH', Month: '10', Price: '1562'}, geometry: { type: 'Point', coordinates:[-73.96541139, 40.5801483]} },
{type: 'Feature',properties:{Name: '3', Address: '2930 BRIGHTON 4 STREET, BRIGHTON BEACH', Month: '5', Price: '1308'}, geometry: { type: 'Point', coordinates:[-73.96438896, 40.58021111]} },
{type: 'Feature',properties:{Name: '3', Address: '2930 BRIGHTON 4 STREET, BRIGHTON BEACH', Month: '9', Price: '1308'}, geometry: { type: 'Point', coordinates:[-73.96438896, 40.58021111]} },
{type: 'Feature',properties:{Name: '3', Address: '2948 BRIGHTON 4 STREET, BRIGHTON BEACH', Month: '10', Price: '1492'}, geometry: { type: 'Point', coordinates:[-73.96426315, 40.57985425]} },
{type: 'Feature',properties:{Name: '3', Address: '24 BRIGHTON 3 LANE, BRIGHTON BEACH', Month: '3', Price: '682'}, geometry: { type: 'Point', coordinates:[-73.96476722, 40.57971168]} },
{type: 'Feature',properties:{Name: '3', Address: '44 BRIGHTON 4 COURT, BRIGHTON BEACH', Month: '2', Price: '720'}, geometry: { type: 'Point', coordinates:[-73.96408644, 40.5804306]} },
{type: 'Feature',properties:{Name: '3', Address: '24 BRIGHTON 7TH CT, BRIGHTON BEACH', Month: '5', Price: '792'}, geometry: { type: 'Point', coordinates:[-73.96130692, 40.58100337]} },
{type: 'Feature',properties:{Name: '3', Address: '71 BRIGHTON 1 LANE, BRIGHTON BEACH', Month: '8', Price: '843'}, geometry: { type: 'Point', coordinates:[-73.96659371, 40.57710191]} },
{type: 'Feature',properties:{Name: '3', Address: '59A IDE COURT, BRIGHTON BEACH', Month: '12', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.95780357, 40.58183381]} },
{type: 'Feature',properties:{Name: '3', Address: '49B BRIGHTON 10 COURT, BRIGHTON BEACH', Month: '12', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.95839033, 40.58191637]} },
{type: 'Feature',properties:{Name: '3', Address: '17 BRIGHTON 10 LANE, BRIGHTON BEACH', Month: '9', Price: '1144'}, geometry: { type: 'Point', coordinates:[-73.9594604, 40.58050866]} },
{type: 'Feature',properties:{Name: '3', Address: '16 BRIGHTON 10 LANE, BRIGHTON BEACH', Month: '5', Price: '1080'}, geometry: { type: 'Point', coordinates:[-73.95947841, 40.5804922]} },
{type: 'Feature',properties:{Name: '3', Address: '191 BRIGHTON 10TH ST, BRIGHTON BEACH', Month: '2', Price: '924'}, geometry: { type: 'Point', coordinates:[-73.95829387, 40.5807196]} },
{type: 'Feature',properties:{Name: '3', Address: '188 BRIGHTON 10TH STREET, BRIGHTON BEACH', Month: '9', Price: '1848'}, geometry: { type: 'Point', coordinates:[-73.95846322, 40.58048635]} },
{type: 'Feature',properties:{Name: '3', Address: '3167 CONEY ISLAND AVENUE, BRIGHTON BEACH', Month: '6', Price: '2240'}, geometry: { type: 'Point', coordinates:[-73.95968108, 40.57872187]} },
{type: 'Feature',properties:{Name: '3', Address: '52 CORBIN PLACE, BRIGHTON BEACH', Month: '1', Price: '1989'}, geometry: { type: 'Point', coordinates:[-73.9547874, 40.5808061]} },
{type: 'Feature',properties:{Name: '3', Address: '2748 BRIGHTON 7 STREET, BRIGHTON BEACH', Month: '2', Price: '2916'}, geometry: { type: 'Point', coordinates:[-73.96234582, 40.58366891]} },
{type: 'Feature',properties:{Name: '3', Address: '2797 BRIGHTON 8 STREET, BRIGHTON BEACH', Month: '6', Price: '2094'}, geometry: { type: 'Point', coordinates:[-73.96119075, 40.58266393]} },
{type: 'Feature',properties:{Name: '3', Address: '2960 BRIGHTON 1ST STREET, BRIGHTON BEACH', Month: '4', Price: '1550'}, geometry: { type: 'Point', coordinates:[-73.96651339, 40.57934714]} },
{type: 'Feature',properties:{Name: '3', Address: '44 BRIGHTON 3 COURT, BRIGHTON BEACH', Month: '11', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.96456171, 40.58030998]} },
{type: 'Feature',properties:{Name: '3', Address: '2921 BRIGHTON 4 STREET, BRIGHTON BEACH', Month: '5', Price: '1060'}, geometry: { type: 'Point', coordinates:[-73.96445364, 40.5804417]} },
{type: 'Feature',properties:{Name: '3', Address: '2956 BRIGHTON 5TH STREET, BRIGHTON BEACH', Month: '9', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.96328038, 40.57982924]} },
{type: 'Feature',properties:{Name: '3', Address: '39 BRIGHTON 6 COURT, BRIGHTON BEACH', Month: '12', Price: '2772'}, geometry: { type: 'Point', coordinates:[-73.96210978, 40.58089384]} },
{type: 'Feature',properties:{Name: '3', Address: '39 BRIGHTON 6 COURT, BRIGHTON BEACH', Month: '6', Price: '2772'}, geometry: { type: 'Point', coordinates:[-73.96210978, 40.58089384]} },
{type: 'Feature',properties:{Name: '3', Address: '2965 BRIGHTON 7TH STREET, BRIGHTON BEACH', Month: '5', Price: '2880'}, geometry: { type: 'Point', coordinates:[-73.9613759, 40.57999056]} },
{type: 'Feature',properties:{Name: '3', Address: '27 BRIGHTON 8 PLACE, BRIGHTON BEACH', Month: '11', Price: '1170'}, geometry: { type: 'Point', coordinates:[-73.96040329, 40.58104148]} },
{type: 'Feature',properties:{Name: '3', Address: '3014 BRIGHTON 1ST ST, BRIGHTON BEACH', Month: '11', Price: '1252'}, geometry: { type: 'Point', coordinates:[-73.9667515, 40.57830418]} },
{type: 'Feature',properties:{Name: '3', Address: '3014 BRIGHTON 1 STREET, BRIGHTON BEACH', Month: '12', Price: '1252'}, geometry: { type: 'Point', coordinates:[-73.9667515, 40.57830418]} },
{type: 'Feature',properties:{Name: '3', Address: '42 BRIGHTON 1 PATH, BRIGHTON BEACH', Month: '5', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.96590584, 40.5776891]} },
{type: 'Feature',properties:{Name: '3', Address: '248 OCEAN VIEW AVENUE, BRIGHTON BEACH', Month: '8', Price: '1496'}, geometry: { type: 'Point', coordinates:[-73.96550925, 40.57886101]} },
{type: 'Feature',properties:{Name: '3', Address: '250 OCEANVIEW AVENUE, BRIGHTON BEACH', Month: '8', Price: '1408'}, geometry: { type: 'Point', coordinates:[-73.96549125, 40.5788665]} },
{type: 'Feature',properties:{Name: '3', Address: '310 OCEAN VIEW AVENUE, BRIGHTON BEACH', Month: '12', Price: '1408'}, geometry: { type: 'Point', coordinates:[-73.96457677, 40.57905835]} },
{type: 'Feature',properties:{Name: '3', Address: '312 OCEAN VIEW AVENUE, BRIGHTON BEACH', Month: '1', Price: '1408'}, geometry: { type: 'Point', coordinates:[-73.96452637, 40.57906932]} },
{type: 'Feature',properties:{Name: '3', Address: '3016 BRIGHTON 5 STREET, BRIGHTON BEACH', Month: '7', Price: '4480'}, geometry: { type: 'Point', coordinates:[-73.96289935, 40.5788053]} },
{type: 'Feature',properties:{Name: '3', Address: '3061 BRIGHTON 5TH STREET, BRIGHTON BEACH', Month: '12', Price: '2037'}, geometry: { type: 'Point', coordinates:[-73.96258299, 40.57802568]} },
{type: 'Feature',properties:{Name: '3', Address: '3065 BRIGHTON 6TH STREET, BRIGHTON BEACH', Month: '2', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.96164335, 40.57815437]} },
{type: 'Feature',properties:{Name: '3', Address: '112 BRIGHTWATER CT, BRIGHTON BEACH', Month: '8', Price: '1995'}, geometry: { type: 'Point', coordinates:[-73.96618773, 40.57550706]} },
{type: 'Feature',properties:{Name: '3', Address: '154 NEPTUNE AVENUE, BRIGHTON BEACH', Month: '2', Price: '1182'}, geometry: { type: 'Point', coordinates:[-73.95916062, 40.58211701]} },
{type: 'Feature',properties:{Name: '3', Address: '3 BRIGHTON 10TH LANE, BRIGHTON BEACH', Month: '4', Price: '1136'}, geometry: { type: 'Point', coordinates:[-73.95960081, 40.58050322]} },
{type: 'Feature',properties:{Name: '3', Address: '1025 OCEAN VIEW AVENUE, BRIGHTON BEACH', Month: '9', Price: '1572'}, geometry: { type: 'Point', coordinates:[-73.95898543, 40.58014344]} },
{type: 'Feature',properties:{Name: '3', Address: '136 BRIGHTON 11TH STREET, BRIGHTON BEACH', Month: '6', Price: '1861'}, geometry: { type: 'Point', coordinates:[-73.95809668, 40.57943221]} },
{type: 'Feature',properties:{Name: '3', Address: '148 BRIGHTON 11 STREET, BRIGHTON BEACH', Month: '9', Price: '1861'}, geometry: { type: 'Point', coordinates:[-73.9582336, 40.57924013]} },
{type: 'Feature',properties:{Name: '3', Address: '27 BRIGHTON 11TH STREET, BRIGHTON BEACH', Month: '10', Price: '1915'}, geometry: { type: 'Point', coordinates:[-73.95646804, 40.58167411]} },
{type: 'Feature',properties:{Name: '3', Address: '27 BRIGHTON 11, BRIGHTON BEACH', Month: '5', Price: '1915'}, geometry: { type: 'Point', coordinates:[-73.95646804, 40.58167411]} },
{type: 'Feature',properties:{Name: '3', Address: '20 CORBIN PLACE, BRIGHTON BEACH', Month: '4', Price: '1989'}, geometry: { type: 'Point', coordinates:[-73.95499939, 40.58142102]} },
{type: 'Feature',properties:{Name: '3', Address: '32 CORBIN PLACE, BRIGHTON BEACH', Month: '5', Price: '1752'}, geometry: { type: 'Point', coordinates:[-73.95492034, 40.58119043]} },
{type: 'Feature',properties:{Name: '3', Address: '54 CORBIN PLACE, BRIGHTON BEACH', Month: '1', Price: '1989'}, geometry: { type: 'Point', coordinates:[-73.95477303, 40.58077042]} },
{type: 'Feature',properties:{Name: '3', Address: '53 CORBIN PLACE, BRIGHTON BEACH', Month: '9', Price: '2012'}, geometry: { type: 'Point', coordinates:[-73.95465085, 40.58043825]} },
{type: 'Feature',properties:{Name: '3', Address: '85 CORBIN PLACE, BRIGHTON BEACH', Month: '10', Price: '1720'}, geometry: { type: 'Point', coordinates:[-73.95451441, 40.57991668]} },
{type: 'Feature',properties:{Name: '3', Address: '99 CORBIN PLACE, BRIGHTON BEACH', Month: '5', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.9544031, 40.57949394]} },
{type: 'Feature',properties:{Name: '3', Address: '80 CORBIN PLACE, BRIGHTON BEACH', Month: '7', Price: '1989'}, geometry: { type: 'Point', coordinates:[-73.95456114, 40.58001551]} },
{type: 'Feature',properties:{Name: '3', Address: '151 CORBIN PLACE, BRIGHTON BEACH', Month: '5', Price: '1917'}, geometry: { type: 'Point', coordinates:[-73.95414842, 40.57814888]} },
{type: 'Feature',properties:{Name: '3', Address: '2750 BRIGHTON 7 STREET, BRIGHTON BEACH', Month: '8', Price: '1944'}, geometry: { type: 'Point', coordinates:[-73.96234223, 40.58365244]} },
{type: 'Feature',properties:{Name: '3', Address: '2749 BRIGHTON 7 STREET, BRIGHTON BEACH', Month: '12', Price: '1872'}, geometry: { type: 'Point', coordinates:[-73.96232422, 40.58366891]} },
{type: 'Feature',properties:{Name: '3', Address: '2882 BRIGHTON 3 STREET, BRIGHTON BEACH', Month: '6', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.96588614, 40.58101854]} },
{type: 'Feature',properties:{Name: '3', Address: '2 BRIGHTON 8TH COURT, BRIGHTON BEACH', Month: '2', Price: '3024'}, geometry: { type: 'Point', coordinates:[-73.96099283, 40.5825129]} },
{type: 'Feature',properties:{Name: '3', Address: '3038 BRIGHTON 5TH STREET, BRIGHTON BEACH', Month: '3', Price: '3040'}, geometry: { type: 'Point', coordinates:[-73.96275556, 40.57842647]} },
{type: 'Feature',properties:{Name: '3', Address: '3052 BRIGHTON 7 STREET, BRIGHTON BEACH', Month: '4', Price: '2916'}, geometry: { type: 'Point', coordinates:[-73.96093026, 40.5786976]} },
{type: 'Feature',properties:{Name: '3', Address: '3031 BRIGHTON 7 STREET, BRIGHTON BEACH', Month: '1', Price: '2844'}, geometry: { type: 'Point', coordinates:[-73.96103086, 40.57904074]} },
{type: 'Feature',properties:{Name: '3', Address: '30 BRIGHTON 10 PATH, BRIGHTON BEACH', Month: '4', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.95918639, 40.58119202]} },
{type: 'Feature',properties:{Name: '3', Address: '1014 OCEAN VIEW AVENUE, BRIGHTON BEACH', Month: '2', Price: '2660'}, geometry: { type: 'Point', coordinates:[-73.95922665, 40.58011058]} },
{type: 'Feature',properties:{Name: '3', Address: '1014 OCEAN VIEW AVENUE, BRIGHTON BEACH', Month: '1', Price: '2660'}, geometry: { type: 'Point', coordinates:[-73.95922665, 40.58011058]} },
{type: 'Feature',properties:{Name: '3', Address: '70 BRIGHTON 11 STREET, BRIGHTON BEACH', Month: '4', Price: '2979'}, geometry: { type: 'Point', coordinates:[-73.95693645, 40.58105671]} },
{type: 'Feature',properties:{Name: '3', Address: '9 CORBIN PLACE, BRIGHTON BEACH', Month: '10', Price: '2082'}, geometry: { type: 'Point', coordinates:[-73.95499216, 40.58146494]} },
{type: 'Feature',properties:{Name: '3', Address: '78 CORBIN PLACE, BRIGHTON BEACH', Month: '8', Price: '1989'}, geometry: { type: 'Point', coordinates:[-73.95457191, 40.58005394]} },
{type: 'Feature',properties:{Name: '3', Address: '1123 OCEAN VIEW AVENUE, BRIGHTON BEACH', Month: '8', Price: '3410'}, geometry: { type: 'Point', coordinates:[-73.95515925, 40.57924171]} },
{type: 'Feature',properties:{Name: '3', Address: '3059 BRIGHTON 14TH STREET, BRIGHTON BEACH', Month: '8', Price: '3024'}, geometry: { type: 'Point', coordinates:[-73.95552335, 40.57848429]} },
{type: 'Feature',properties:{Name: '3', Address: '2834 BRIGHTON 3RD STREET, BRIGHTON BEACH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96560832, 40.58222892]} },
{type: 'Feature',properties:{Name: '3', Address: '610 BANNER AVENUE, BRIGHTON BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96272776, 40.58310086]} },
{type: 'Feature',properties:{Name: '3', Address: '225 BRIGHTON 2 LANE, BRIGHTON BEACH', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96581867, 40.57920695]} },
{type: 'Feature',properties:{Name: '3', Address: '225 BRIGHTON 2 LANE, BRIGHTON BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96581867, 40.57920695]} },
{type: 'Feature',properties:{Name: '3', Address: '11 BRIGHTON 3RD ROAD, BRIGHTON BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96524481, 40.58203118]} },
{type: 'Feature',properties:{Name: '3', Address: '2952 BRIGHTON 5 STREET, BRIGHTON BEACH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96331273, 40.57991708]} },
{type: 'Feature',properties:{Name: '3', Address: '119 OCEANVIEW AVENUE, BRIGHTON BEACH', Month: '3', Price: '4700'}, geometry: { type: 'Point', coordinates:[-73.967457, 40.57847182]} },
{type: 'Feature',properties:{Name: '3', Address: '37 BRIGHTON 2 PLACE, BRIGHTON BEACH', Month: '5', Price: '6771'}, geometry: { type: 'Point', coordinates:[-73.96590838, 40.57977515]} },
{type: 'Feature',properties:{Name: '3', Address: '308 NEPTUNE AVENUE, BRIGHTON BEACH', Month: '7', Price: '2232'}, geometry: { type: 'Point', coordinates:[-73.96438854, 40.58100711]} },
{type: 'Feature',properties:{Name: '3', Address: '35 BRIGHTON 1ST WALK, BRIGHTON BEACH', Month: '6', Price: '3060'}, geometry: { type: 'Point', coordinates:[-73.96622964, 40.57805425]} },
{type: 'Feature',properties:{Name: '3', Address: '3058 BRIGHTON 3RD STREET, BRIGHTON BEACH', Month: '6', Price: '4073'}, geometry: { type: 'Point', coordinates:[-73.9644479, 40.5776914]} },
{type: 'Feature',properties:{Name: '3', Address: '3062 BRIGHTON 3RD STREET, BRIGHTON BEACH', Month: '3', Price: '4216'}, geometry: { type: 'Point', coordinates:[-73.96442274, 40.57762278]} },
{type: 'Feature',properties:{Name: '3', Address: '424 OCEAN VIEW AVENUE, BRIGHTON BEACH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96344627, 40.5792968]} },
{type: 'Feature',properties:{Name: '3', Address: '3066 BRIGHTON 5 STREET, BRIGHTON BEACH', Month: '1', Price: '1824'}, geometry: { type: 'Point', coordinates:[-73.96257584, 40.57794333]} },
{type: 'Feature',properties:{Name: '3', Address: '3017 BRIGHTON 5 STREET, BRIGHTON BEACH', Month: '1', Price: '2074'}, geometry: { type: 'Point', coordinates:[-73.96287775, 40.57880255]} },
{type: 'Feature',properties:{Name: '3', Address: '3063 BRIGHTON 6 STREET, BRIGHTON BEACH', Month: '2', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.96165414, 40.57818731]} },
{type: 'Feature',properties:{Name: '3', Address: '3038 BRIGHTON 12 STREET, BRIGHTON BEACH', Month: '12', Price: '17800'}, geometry: { type: 'Point', coordinates:[-73.95715724, 40.57919856]} },
{type: 'Feature',properties:{Name: '3', Address: '3013 BRIGHTON 12 STREET, BRIGHTON BEACH', Month: '11', Price: '2964'}, geometry: { type: 'Point', coordinates:[-73.95692666, 40.57948668]} },
{type: 'Feature',properties:{Name: '3', Address: '3017 BRIGHTON 12TH STREET, BRIGHTON BEACH', Month: '9', Price: '2964'}, geometry: { type: 'Point', coordinates:[-73.95695909, 40.57944003]} },
{type: 'Feature',properties:{Name: '3', Address: '2963 OCEAN PARKWAY, BRIGHTON BEACH', Month: '3', Price: '6968'}, geometry: { type: 'Point', coordinates:[-73.9679428, 40.5788425]} },
{type: 'Feature',properties:{Name: '3', Address: '2959 OCEAN PARKWAY, BRIGHTON BEACH', Month: '7', Price: '6848'}, geometry: { type: 'Point', coordinates:[-73.96786705, 40.57916362]} },
{type: 'Feature',properties:{Name: '3', Address: '2955 OCEAN PARKWAY, BRIGHTON BEACH', Month: '8', Price: '6848'}, geometry: { type: 'Point', coordinates:[-73.96785262, 40.5792295]} },
{type: 'Feature',properties:{Name: '3', Address: '2931 BRIGHTON 5 STREET, BRIGHTON BEACH', Month: '7', Price: '16134'}, geometry: { type: 'Point', coordinates:[-73.9634385, 40.58032335]} },
{type: 'Feature',properties:{Name: '3', Address: '3066 BRIGHTON 4TH STREET, BRIGHTON BEACH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96348671, 40.57774874]} },
{type: 'Feature',properties:{Name: '3', Address: '412 OCEAN VIEW AVENUE, BRIGHTON BEACH', Month: '5', Price: '16779'}, geometry: { type: 'Point', coordinates:[-73.96362268, 40.57926117]} },
{type: 'Feature',properties:{Name: '3', Address: '3100 BRIGHTON 2 STREET, BRIGHTON BEACH', Month: '4', Price: '101100'}, geometry: { type: 'Point', coordinates:[-73.96500662, 40.57628075]} },
{type: 'Feature',properties:{Name: '3', Address: '231 BRIGHTWATER COURT, BRIGHTON BEACH', Month: '12', Price: '45189'}, geometry: { type: 'Point', coordinates:[-73.96437342, 40.57559984]} },
{type: 'Feature',properties:{Name: '3', Address: '219 BRIGHTWATER COURT, BRIGHTON BEACH', Month: '11', Price: '44400'}, geometry: { type: 'Point', coordinates:[-73.96472621, 40.57556427]} },
{type: 'Feature',properties:{Name: '3', Address: '3028-3030 BRIGHTON 12TH STREET, BRIGHTON BEACH', Month: '1', Price: '100800'}, geometry: { type: 'Point', coordinates:[-73.95707797, 40.57931106]} },
{type: 'Feature',properties:{Name: '3', Address: '3039 OCEAN PARKWAY, 1D, BRIGHTON BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9684298, 40.5766962]} },
{type: 'Feature',properties:{Name: '3', Address: '3039 OCEAN PARKWAY, D3, BRIGHTON BEACH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9684298, 40.5766962]} },
{type: 'Feature',properties:{Name: '3', Address: '3039 OCEAN PARKWAY, D8, BRIGHTON BEACH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9684298, 40.5766962]} },
{type: 'Feature',properties:{Name: '3', Address: '3039 OCEAN PARKWAY, B3, BRIGHTON BEACH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9684298, 40.5766962]} },
{type: 'Feature',properties:{Name: '3', Address: '2815 OCEAN PARKWAY, 5C, BRIGHTON BEACH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96738724, 40.58124405]} },
{type: 'Feature',properties:{Name: '3', Address: '2815 OCEAN PARKWAY, 1C, BRIGHTON BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96738724, 40.58124405]} },
{type: 'Feature',properties:{Name: '3', Address: '2785 OCEAN PARKWAY, 5D, BRIGHTON BEACH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96725016, 40.58182865]} },
{type: 'Feature',properties:{Name: '3', Address: '2727 OCEAN PARKWAY, E-28, BRIGHTON BEACH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96703367, 40.58280849]} },
{type: 'Feature',properties:{Name: '3', Address: '2727 OCEAN PARKWAY, F14, BRIGHTON BEACH', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96703367, 40.58280849]} },
{type: 'Feature',properties:{Name: '3', Address: '2727 OCEAN PARKWAY, E4, BRIGHTON BEACH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96703367, 40.58280849]} },
{type: 'Feature',properties:{Name: '3', Address: '2727 OCEAN PARKWAY, C14, BRIGHTON BEACH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96703367, 40.58280849]} },
{type: 'Feature',properties:{Name: '3', Address: '3101 OCEAN PARKWAY, 6N, BRIGHTON BEACH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96861739, 40.57585634]} },
{type: 'Feature',properties:{Name: '3', Address: '50 BRIGHTON FIRST ROAD, 2D, BRIGHTON BEACH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96664494, 40.57541936]} },
{type: 'Feature',properties:{Name: '3', Address: '40 BRIGHTON 1ST ROAD, 11D, BRIGHTON BEACH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96659083, 40.57566089]} },
{type: 'Feature',properties:{Name: '3', Address: '50 BRIGHTON FIRST ROAD, 8C, BRIGHTON BEACH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96664494, 40.57541936]} },
{type: 'Feature',properties:{Name: '3', Address: '40 BRIGHTON FIRST ROAD, 9K, BRIGHTON BEACH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96659083, 40.57566089]} },
{type: 'Feature',properties:{Name: '3', Address: '40 BRIGHTON FIRST ROAD, 3F, BRIGHTON BEACH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96659083, 40.57566089]} },
{type: 'Feature',properties:{Name: '3', Address: '50 BRIGHTON 1ST ROAD, 2F, BRIGHTON BEACH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96664494, 40.57541936]} },
{type: 'Feature',properties:{Name: '3', Address: '40 BRIGHTON FIRST ROAD, 14F, BRIGHTON BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96659083, 40.57566089]} },
{type: 'Feature',properties:{Name: '3', Address: '50 BRIGHTON FIRST ROAD, 5BB, BRIGHTON BEACH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96664494, 40.57541936]} },
{type: 'Feature',properties:{Name: '3', Address: '50 BRIGHTON 1ST ROAD, 4G, BRIGHTON BEACH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96664494, 40.57541936]} },
{type: 'Feature',properties:{Name: '3', Address: '50 BRIGHTON 1 ROAD, 17G, BRIGHTON BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96664494, 40.57541936]} },
{type: 'Feature',properties:{Name: '3', Address: '40 BRIGHTON FIRST ROAD, 11L, BRIGHTON BEACH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96659083, 40.57566089]} },
{type: 'Feature',properties:{Name: '3', Address: '50 BRIGHTON 1ST ROAD, 5K, BRIGHTON BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96664494, 40.57541936]} },
{type: 'Feature',properties:{Name: '3', Address: '40 BRIGHTON 1ST ROAD, 12G, BRIGHTON BEACH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96659083, 40.57566089]} },
{type: 'Feature',properties:{Name: '3', Address: '40 BRIGHTON 1ST ROAD, 17N, BRIGHTON BEACH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96659083, 40.57566089]} },
{type: 'Feature',properties:{Name: '3', Address: '40 BRIGHTON 1ST ROAD, 17K, BRIGHTON BEACH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96659083, 40.57566089]} },
{type: 'Feature',properties:{Name: '3', Address: '40 BRIGHTON 1ST ROAD, 12N, BRIGHTON BEACH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96659083, 40.57566089]} },
{type: 'Feature',properties:{Name: '3', Address: '40 BRIGHTON 1 STREET, 448, BRIGHTON BEACH', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96711288, 40.57547714]} },
{type: 'Feature',properties:{Name: '3', Address: '40 BRIGHTON FIRST ROAD, 8A, BRIGHTON BEACH', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96659083, 40.57566089]} },
{type: 'Feature',properties:{Name: '3', Address: '50 BRIGHTON 1ST ROAD, 9D, BRIGHTON BEACH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96664494, 40.57541936]} },
{type: 'Feature',properties:{Name: '3', Address: '3111 BRIGHTON 1ST PLACE, 6H, BRIGHTON BEACH', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96572667, 40.57609432]} },
{type: 'Feature',properties:{Name: '3', Address: '3111 BRIGHTON 1ST PLACE, 4J, BRIGHTON BEACH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96572667, 40.57609432]} },
{type: 'Feature',properties:{Name: '3', Address: '3100 BRIGHTON 3RD STREET, 3F, BRIGHTON BEACH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96411016, 40.57649731]} },
{type: 'Feature',properties:{Name: '3', Address: '3100 BRIGHTON 3 STREET, 3K, BRIGHTON BEACH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96411016, 40.57649731]} },
{type: 'Feature',properties:{Name: '3', Address: '3100 BRIGHTON 3 STREET, 6L, BRIGHTON BEACH', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96411016, 40.57649731]} },
{type: 'Feature',properties:{Name: '3', Address: '3100 BRIGHTON 3 STREET, 1J, BRIGHTON BEACH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96411016, 40.57649731]} },
{type: 'Feature',properties:{Name: '3', Address: '3100 BRIGHTON 3RD STREET, 3G, BRIGHTON BEACH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96411016, 40.57649731]} },
{type: 'Feature',properties:{Name: '3', Address: '3111 BRIGHTON 2 STREET, 4D, BRIGHTON BEACH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96494554, 40.57605016]} },
{type: 'Feature',properties:{Name: '3', Address: '313 BRIGHTWATER COURT, BRIGHTON BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96344464, 40.57568464]} },
{type: 'Feature',properties:{Name: '3', Address: '313 BRIGHTWATER COURT, 3A, BRIGHTON BEACH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96344464, 40.57568464]} },
{type: 'Feature',properties:{Name: '3', Address: '3091 BRIGHTON 3RD STREET, 5J, BRIGHTON BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9641065, 40.57660984]} },
{type: 'Feature',properties:{Name: '3', Address: '3096 BRIGHTON 6TH STREET, C9, BRIGHTON BEACH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96136319, 40.57707832]} },
{type: 'Feature',properties:{Name: '3', Address: '3096 BRIGHTON 6 STREET, E8, BRIGHTON BEACH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96136319, 40.57707832]} },
{type: 'Feature',properties:{Name: '3', Address: '3130 BRIGHTON 6TH STREET, 1J, BRIGHTON BEACH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96125556, 40.57644423]} },
{type: 'Feature',properties:{Name: '3', Address: '3130 BRIGHTON 6TH STREET, 1G, BRIGHTON BEACH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96125556, 40.57644423]} },
{type: 'Feature',properties:{Name: '3', Address: '3130 BRIGHTON 6TH STREET, 4C, BRIGHTON BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96125556, 40.57644423]} },
{type: 'Feature',properties:{Name: '3', Address: '3130 BRIGHTON 6 STREET, 1B, BRIGHTON BEACH', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96125556, 40.57644423]} },
{type: 'Feature',properties:{Name: '3', Address: '3130 BRIGHTON 6 STREET, 3H, BRIGHTON BEACH', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96125556, 40.57644423]} },
{type: 'Feature',properties:{Name: '3', Address: '3130 BRIGHTON 6TH STREET, 1I, BRIGHTON BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96125556, 40.57644423]} },
{type: 'Feature',properties:{Name: '3', Address: '3130 BRIGHTON 6TH STREET, 4J, BRIGHTON BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96125556, 40.57644423]} },
{type: 'Feature',properties:{Name: '3', Address: '3130 BRIGHTON 6TH STREET, 2D, BRIGHTON BEACH', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96125556, 40.57644423]} },
{type: 'Feature',properties:{Name: '3', Address: '500 BRIGHTWATER COURT, BRIGHTON BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9622171, 40.57574463]} },
{type: 'Feature',properties:{Name: '3', Address: '26 CASS PLACE, 2E, BRIGHTON BEACH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95526532, 40.58211831]} },
{type: 'Feature',properties:{Name: '3', Address: '2912 BRIGHTON 12TH STREET, 3A, BRIGHTON BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95546013, 40.58151453]} },
{type: 'Feature',properties:{Name: '3', Address: '150 WEST END AVENUE, 1-M, BRIGHTON BEACH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95315481, 40.57821985]} },
{type: 'Feature',properties:{Name: '3', Address: '150 WEST END AVENUE, 3A, BRIGHTON BEACH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95315481, 40.57821985]} },
{type: 'Feature',properties:{Name: '3', Address: '150 WEST END AVENUE, 5L, BRIGHTON BEACH', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95315481, 40.57821985]} },
{type: 'Feature',properties:{Name: '3', Address: '1120 BRIGHTON BEACH AVENU, 2W, BRIGHTON BEACH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9561754, 40.57776814]} },
{type: 'Feature',properties:{Name: '3', Address: '1120 BRIGHTON BEACH AVENU, 6J, BRIGHTON BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9561754, 40.57776814]} },
{type: 'Feature',properties:{Name: '3', Address: '1120 BRIGHTON BEACH AVENU, 5AA, BRIGHTON BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9561754, 40.57776814]} },
{type: 'Feature',properties:{Name: '3', Address: '1120 BRIGHTON BEACH AVENU, 3M, BRIGHTON BEACH', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9561754, 40.57776814]} },
{type: 'Feature',properties:{Name: '3', Address: '35 SEACOAST TERRACE, 4L, BRIGHTON BEACH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95664796, 40.57625868]} },
{type: 'Feature',properties:{Name: '3', Address: '35 SEACOAST TERRACE, 7C, BRIGHTON BEACH', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95664796, 40.57625868]} },
{type: 'Feature',properties:{Name: '3', Address: '35 SEACOAST TERRACE, 2N, BRIGHTON BEACH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95664796, 40.57625868]} },
{type: 'Feature',properties:{Name: '3', Address: '35 SEACOAST TERRACE, 4R, BRIGHTON BEACH', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95664796, 40.57625868]} },
{type: 'Feature',properties:{Name: '3', Address: '35 SEACOAST TERRACE, 18B, BRIGHTON BEACH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95664796, 40.57625868]} },
{type: 'Feature',properties:{Name: '3', Address: '35 SEACOAST TERRACE, 6F, BRIGHTON BEACH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95664796, 40.57625868]} },
{type: 'Feature',properties:{Name: '3', Address: '35 SEACOAST TERRACE, 9B, BRIGHTON BEACH', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95664796, 40.57625868]} },
{type: 'Feature',properties:{Name: '3', Address: '35 SEACOAST TERRACE, 8H, BRIGHTON BEACH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95664796, 40.57625868]} },
{type: 'Feature',properties:{Name: '3', Address: '35 SEACOAST TERRACE, 20K, BRIGHTON BEACH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95664796, 40.57625868]} },
{type: 'Feature',properties:{Name: '3', Address: '35 SEACOAST TERRACE, 14L, BRIGHTON BEACH', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95664796, 40.57625868]} },
{type: 'Feature',properties:{Name: '3', Address: '35 SEACOAST TERRACE, 20S, BRIGHTON BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95664796, 40.57625868]} },
{type: 'Feature',properties:{Name: '3', Address: '35 SEACOAST TERRACE, 14A, BRIGHTON BEACH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95664796, 40.57625868]} },
{type: 'Feature',properties:{Name: '3', Address: '35 SEACOAST TERRACE, 8K, BRIGHTON BEACH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95664796, 40.57625868]} },
{type: 'Feature',properties:{Name: '3', Address: '35 SEACOAST TERRACE, 18F, BRIGHTON BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95664796, 40.57625868]} },
{type: 'Feature',properties:{Name: '3', Address: '35 SEACOAST TER, 10L, BRIGHTON BEACH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95664796, 40.57625868]} },
{type: 'Feature',properties:{Name: '3', Address: '35 SEACOAST TERRACE, 1W, BRIGHTON BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95664796, 40.57625868]} },
{type: 'Feature',properties:{Name: '3', Address: '35 SEACOAST TERRACE, 2T, BRIGHTON BEACH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95664796, 40.57625868]} },
{type: 'Feature',properties:{Name: '3', Address: '35 SEACOAST TERRACE, 21A, BRIGHTON BEACH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95664796, 40.57625868]} },
{type: 'Feature',properties:{Name: '3', Address: '35 SEACOAST TERRACE, 10P, BRIGHTON BEACH', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95664796, 40.57625868]} },
{type: 'Feature',properties:{Name: '3', Address: '35 SEACOAST TERRACE, 15N, BRIGHTON BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95664796, 40.57625868]} },
{type: 'Feature',properties:{Name: '3', Address: '1311 BRIGHTWATER AVENUE, 3H, BRIGHTON BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95538843, 40.57568179]} },
{type: 'Feature',properties:{Name: '3', Address: '1311 BRIGHTWATER AVENUE, 208, BRIGHTON BEACH', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95538843, 40.57568179]} },
{type: 'Feature',properties:{Name: '3', Address: '1311 BRIGHTWATER AVENUE, 14C, BRIGHTON BEACH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95538843, 40.57568179]} },
{type: 'Feature',properties:{Name: '3', Address: '1311 BRIGHTWATER AVENUE, 17C, BRIGHTON BEACH', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95538843, 40.57568179]} },
{type: 'Feature',properties:{Name: '3', Address: '1311 BRIGHTWATER AVENUE, 10I, BRIGHTON BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95538843, 40.57568179]} },
{type: 'Feature',properties:{Name: '3', Address: '1311 BRIGHTWATER AVENUE, 7I, BRIGHTON BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95538843, 40.57568179]} },
{type: 'Feature',properties:{Name: '3', Address: '1311 BRIGHTWATER AVENUE, 18G, BRIGHTON BEACH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95538843, 40.57568179]} },
{type: 'Feature',properties:{Name: '3', Address: '1311 BRIGHTWATER AVENUE, 15-I, BRIGHTON BEACH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95538843, 40.57568179]} },
{type: 'Feature',properties:{Name: '3', Address: '1311 BRIGHTWATER AVENUE, 15G, BRIGHTON BEACH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95538843, 40.57568179]} },
{type: 'Feature',properties:{Name: '3', Address: '1311 BRIGHTWATER AVENUE, 3M, BRIGHTON BEACH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95538843, 40.57568179]} },
{type: 'Feature',properties:{Name: '3', Address: '1311 BRIGHTWATER AVE, 12A, BRIGHTON BEACH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95538843, 40.57568179]} },
{type: 'Feature',properties:{Name: '3', Address: '1311 BRIGHTWATER AVENUE, 3B, BRIGHTON BEACH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95538843, 40.57568179]} },
{type: 'Feature',properties:{Name: '3', Address: '1311 BRIGHTWATER AVENUE, 9D, BRIGHTON BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95538843, 40.57568179]} },
{type: 'Feature',properties:{Name: '3', Address: '1311 BRIGHTWATER AVE, 18A, BRIGHTON BEACH', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95538843, 40.57568179]} },
{type: 'Feature',properties:{Name: '3', Address: '1311 BRIGHTWATER AVE, 14E, BRIGHTON BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95538843, 40.57568179]} },
{type: 'Feature',properties:{Name: '3', Address: '1311 BRIGHTWATER AVENUE, 12C, BRIGHTON BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95538843, 40.57568179]} },
{type: 'Feature',properties:{Name: '3', Address: '1311 BRIGHTWATER AVENUE, 11C, BRIGHTON BEACH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95538843, 40.57568179]} },
{type: 'Feature',properties:{Name: '3', Address: '1150 BRIGHTON BEACH AVENU, L5, BRIGHTON BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95571831, 40.57763073]} },
{type: 'Feature',properties:{Name: '3', Address: '1150 BRIGHTON BEACH AVENU, L4, BRIGHTON BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95571831, 40.57763073]} },
{type: 'Feature',properties:{Name: '3', Address: '1150 BRIGHTON BEACH AVENU, L2, BRIGHTON BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95571831, 40.57763073]} },
{type: 'Feature',properties:{Name: '3', Address: '1150 BRIGHTON BEACH AVENU, L1, BRIGHTON BEACH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95571831, 40.57763073]} },
{type: 'Feature',properties:{Name: '3', Address: '1150 BRIGHTON BEACH AVENU, L3, BRIGHTON BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95571831, 40.57763073]} },
{type: 'Feature',properties:{Name: '3', Address: '1150 BRIGHTON BEACH AVENU, L7, BRIGHTON BEACH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95571831, 40.57763073]} },
{type: 'Feature',properties:{Name: '3', Address: '1150 BRIGHTON BEACH AVENU, L8, BRIGHTON BEACH', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95571831, 40.57763073]} },
{type: 'Feature',properties:{Name: '3', Address: '1150 BRIGHTON BEACH AVENU, L15, BRIGHTON BEACH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95571831, 40.57763073]} },
{type: 'Feature',properties:{Name: '3', Address: '1150 BRIGHTON BEACH AVENU, L13, BRIGHTON BEACH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95571831, 40.57763073]} },
{type: 'Feature',properties:{Name: '3', Address: '1150 BRIGHTON BEACH AVENU, L12, BRIGHTON BEACH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95571831, 40.57763073]} },
{type: 'Feature',properties:{Name: '3', Address: '1150 BRIGHTON BEACH AVENU, L9, BRIGHTON BEACH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95571831, 40.57763073]} },
{type: 'Feature',properties:{Name: '3', Address: '1150 BRIGHTON BEACH AVENU, L11, BRIGHTON BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95571831, 40.57763073]} },
{type: 'Feature',properties:{Name: '3', Address: '1150 BRIGHTON BEACH AVENU, L14, BRIGHTON BEACH', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95571831, 40.57763073]} },
{type: 'Feature',properties:{Name: '3', Address: '1150 BRIGHTON BEACH AVENU, 2H, BRIGHTON BEACH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95571831, 40.57763073]} },
{type: 'Feature',properties:{Name: '3', Address: '1150 BRIGHTON BEACH AVENU, L10, BRIGHTON BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95571831, 40.57763073]} },
{type: 'Feature',properties:{Name: '3', Address: '2827 OCEAN PARKWAY, BRIGHTON BEACH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96740889, 40.58115073]} },
{type: 'Feature',properties:{Name: '3', Address: '2805 OCEAN PARKWAY, BRIGHTON BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9673692, 40.58132364]} },
{type: 'Feature',properties:{Name: '3', Address: '2805 OCEAN PARKWAY, BRIGHTON BEACH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9673692, 40.58132364]} },
{type: 'Feature',properties:{Name: '3', Address: '384 NEPTUNE AVENUE, BRIGHTON BEACH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.966808, 40.58050553]} },
{type: 'Feature',properties:{Name: '3', Address: '384 NEPTUNE AVENUE, BRIGHTON BEACH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.966808, 40.58050553]} },
{type: 'Feature',properties:{Name: '3', Address: '2943 BRIGHTON 4 STREET, BRIGHTON BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9642739, 40.57995032]} },
{type: 'Feature',properties:{Name: '3', Address: '2943 BRIGHTON 4 STREET, BRIGHTON BEACH', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9642739, 40.57995032]} },
{type: 'Feature',properties:{Name: '3', Address: '2955 BRIGHTON 4 STREET, BRIGHTON BEACH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96414809, 40.57960444]} },
{type: 'Feature',properties:{Name: '3', Address: '2964 BRIGHTON 6 STREET, BRIGHTON BEACH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96232277, 40.57986186]} },
{type: 'Feature',properties:{Name: '3', Address: '727 OCEAN VIEW AVENUE, BRIGHTON BEACH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96049394, 40.57994359]} },
{type: 'Feature',properties:{Name: '3', Address: '3064 CONEY ISLAND AVENUE, BRIGHTON BEACH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95990268, 40.58138716]} },
{type: 'Feature',properties:{Name: '3', Address: '52 BRIGHTON 1ST PLACE, BRIGHTON BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96628388, 40.57757667]} },
{type: 'Feature',properties:{Name: '3', Address: '52 BRIGHTON 1ST PLACE, BRIGHTON BEACH', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96628388, 40.57757667]} },
{type: 'Feature',properties:{Name: '3', Address: '52 BRIGHTON 1 PLACE, BRIGHTON BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96628388, 40.57757667]} },
{type: 'Feature',properties:{Name: '3', Address: '52 BRIGHTON 1 PLACE, BRIGHTON BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96628388, 40.57757667]} },
{type: 'Feature',properties:{Name: '3', Address: '3015 BRIGHTON 6 STREET, BRIGHTON BEACH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96198484, 40.57903282]} },
{type: 'Feature',properties:{Name: '3', Address: '3047 BRIGHTON 6 STREET, BRIGHTON BEACH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96176557, 40.57847007]} },
{type: 'Feature',properties:{Name: '3', Address: '3111 OCEAN PARKWAY, BRIGHTON BEACH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96869312, 40.57557091]} },
{type: 'Feature',properties:{Name: '3', Address: '3111 OCEAN PARKWAY, BRIGHTON BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96869312, 40.57557091]} },
{type: 'Feature',properties:{Name: '3', Address: '3111 OCEAN PARKWAY, BRIGHTON BEACH', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96869312, 40.57557091]} },
{type: 'Feature',properties:{Name: '3', Address: '3111 OCEAN PARKWAY, BRIGHTON BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96869312, 40.57557091]} },
{type: 'Feature',properties:{Name: '3', Address: '3111 OCEAN PARKWAY, BRIGHTON BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96869312, 40.57557091]} },
{type: 'Feature',properties:{Name: '3', Address: '3111 OCEAN PARKWAY, BRIGHTON BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96869312, 40.57557091]} },
{type: 'Feature',properties:{Name: '3', Address: '3111 OCEAN PARKWAY, BRIGHTON BEACH', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96869312, 40.57557091]} },
{type: 'Feature',properties:{Name: '3', Address: '3111 OCEAN PARKWAY, BRIGHTON BEACH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96869312, 40.57557091]} },
{type: 'Feature',properties:{Name: '3', Address: '3111 OCEAN PARKWAY, BRIGHTON BEACH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96869312, 40.57557091]} },
{type: 'Feature',properties:{Name: '3', Address: '3111 OCEAN PARKWAY, BRIGHTON BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96869312, 40.57557091]} },
{type: 'Feature',properties:{Name: '3', Address: '134 WEST END AVENUE, BRIGHTON BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95320502, 40.5784916]} },
{type: 'Feature',properties:{Name: '3', Address: '150 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95880456, 40.57572149]} },
{type: 'Feature',properties:{Name: '3', Address: '150 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95880456, 40.57572149]} },
{type: 'Feature',properties:{Name: '3', Address: '150 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95880456, 40.57572149]} },
{type: 'Feature',properties:{Name: '3', Address: '150 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95880456, 40.57572149]} },
{type: 'Feature',properties:{Name: '3', Address: '150 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95880456, 40.57572149]} },
{type: 'Feature',properties:{Name: '3', Address: '150 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95880456, 40.57572149]} },
{type: 'Feature',properties:{Name: '3', Address: '100 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95884384, 40.57622106]} },
{type: 'Feature',properties:{Name: '3', Address: '100 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95884384, 40.57622106]} },
{type: 'Feature',properties:{Name: '3', Address: '100 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95884384, 40.57622106]} },
{type: 'Feature',properties:{Name: '3', Address: '100 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95884384, 40.57622106]} },
{type: 'Feature',properties:{Name: '3', Address: '100 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95884384, 40.57622106]} },
{type: 'Feature',properties:{Name: '3', Address: '120 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95880456, 40.57572149]} },
{type: 'Feature',properties:{Name: '3', Address: '120 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95880456, 40.57572149]} },
{type: 'Feature',properties:{Name: '3', Address: '120 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95880456, 40.57572149]} },
{type: 'Feature',properties:{Name: '3', Address: '130 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95886169, 40.57647085]} },
{type: 'Feature',properties:{Name: '3', Address: '130 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95886169, 40.57647085]} },
{type: 'Feature',properties:{Name: '3', Address: '130 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95886169, 40.57647085]} },
{type: 'Feature',properties:{Name: '3', Address: '130 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95886169, 40.57647085]} },
{type: 'Feature',properties:{Name: '3', Address: '130 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95886169, 40.57647085]} },
{type: 'Feature',properties:{Name: '3', Address: '60 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95878576, 40.57701703]} },
{type: 'Feature',properties:{Name: '3', Address: '60 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95878576, 40.57701703]} },
{type: 'Feature',properties:{Name: '3', Address: '60 OCEANA DRIVE W, BRIGHTON BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95878576, 40.57701703]} },
{type: 'Feature',properties:{Name: '3', Address: '60 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95878576, 40.57701703]} },
{type: 'Feature',properties:{Name: '3', Address: '60 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95878576, 40.57701703]} },
{type: 'Feature',properties:{Name: '3', Address: '60 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95878576, 40.57701703]} },
{type: 'Feature',properties:{Name: '3', Address: '60 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95878576, 40.57701703]} },
{type: 'Feature',properties:{Name: '3', Address: '40 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95880716, 40.57732995]} },
{type: 'Feature',properties:{Name: '3', Address: '40 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95880716, 40.57732995]} },
{type: 'Feature',properties:{Name: '3', Address: '40 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95880716, 40.57732995]} },
{type: 'Feature',properties:{Name: '3', Address: '40 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95880716, 40.57732995]} },
{type: 'Feature',properties:{Name: '3', Address: '40 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95880716, 40.57732995]} },
{type: 'Feature',properties:{Name: '3', Address: '40 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95880716, 40.57732995]} },
{type: 'Feature',properties:{Name: '3', Address: '40 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95880716, 40.57732995]} },
{type: 'Feature',properties:{Name: '3', Address: '40 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95880716, 40.57732995]} },
{type: 'Feature',properties:{Name: '3', Address: '40 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95880716, 40.57732995]} },
{type: 'Feature',properties:{Name: '3', Address: '75 OCEANA DRIVE EAST, BRIGHTON BEACH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9576303, 40.57688486]} },
{type: 'Feature',properties:{Name: '3', Address: '75 OCEANA DRIVE EAST, BRIGHTON BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9576303, 40.57688486]} },
{type: 'Feature',properties:{Name: '3', Address: '70 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95858788, 40.57684404]} },
{type: 'Feature',properties:{Name: '3', Address: '45 OCEANA DRIVE EAST, BRIGHTON BEACH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95791798, 40.57737354]} },
{type: 'Feature',properties:{Name: '3', Address: '45 OCEANA DRIVE EAST, BRIGHTON BEACH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95791798, 40.57737354]} },
{type: 'Feature',properties:{Name: '3', Address: '45 OCEANA DRIVE EAST, BRIGHTON BEACH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95791798, 40.57737354]} },
{type: 'Feature',properties:{Name: '3', Address: '45 OCEANA DRIVE EAST, BRIGHTON BEACH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95791798, 40.57737354]} },
{type: 'Feature',properties:{Name: '3', Address: '45 OCEANA DRIVE EAST, BRIGHTON BEACH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95791798, 40.57737354]} },
{type: 'Feature',properties:{Name: '3', Address: '45 OCEANA DRIVE EAST, BRIGHTON BEACH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95791798, 40.57737354]} },
{type: 'Feature',properties:{Name: '3', Address: '105 OCEANA DRIVE EAST, BRIGHTON BEACH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95731733, 40.57655263]} },
{type: 'Feature',properties:{Name: '3', Address: '155 OCEANA DRIVE EAST, BRIGHTON BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95725658, 40.57585817]} },
{type: 'Feature',properties:{Name: '3', Address: '155 OCEANA DRIVE EAST, BRIGHTON BEACH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95725658, 40.57585817]} },
{type: 'Feature',properties:{Name: '3', Address: '155 OCEANA DRIVE EAST, BRIGHTON BEACH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95725658, 40.57585817]} },
{type: 'Feature',properties:{Name: '3', Address: '155 OCEANA DRIVE EAST, BRIGHTON BEACH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95725658, 40.57585817]} },
{type: 'Feature',properties:{Name: '3', Address: '65 OCEANA DRIVE EAST, BRIGHTON BEACH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95742139, 40.57707418]} },
{type: 'Feature',properties:{Name: '3', Address: '65 OCEANA DRIVE EAST, BRIGHTON BEACH', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95742139, 40.57707418]} },
{type: 'Feature',properties:{Name: '3', Address: '65 OCEANA DRIVE EAST, BRIGHTON BEACH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95742139, 40.57707418]} },
{type: 'Feature',properties:{Name: '3', Address: '65 OCEANA DRIVE EAST, BRIGHTON BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95742139, 40.57707418]} },
{type: 'Feature',properties:{Name: '3', Address: '125 OCEANA DRIVE EAST, BRIGHTON BEACH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95727818, 40.57585543]} },
{type: 'Feature',properties:{Name: '3', Address: '125 OCEANA DRIVE EAST, BRIGHTON BEACH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95727818, 40.57585543]} },
{type: 'Feature',properties:{Name: '3', Address: '135 OCEANA DRIVE EAST, BRIGHTON BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95729573, 40.57655262]} },
{type: 'Feature',properties:{Name: '3', Address: '135 OCEANA DRIVE EAST, BRIGHTON BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95729573, 40.57655262]} },
{type: 'Feature',properties:{Name: '3', Address: '55 OCEANA DRIVE EAST, BRIGHTON BEACH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95721243, 40.57735133]} },
{type: 'Feature',properties:{Name: '3', Address: '50 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95899079, 40.57727237]} },
{type: 'Feature',properties:{Name: '3', Address: '50 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95899079, 40.57727237]} },
{type: 'Feature',properties:{Name: '3', Address: '50 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95899079, 40.57727237]} },
{type: 'Feature',properties:{Name: '3', Address: '50 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95899079, 40.57727237]} },
{type: 'Feature',properties:{Name: '3', Address: '50 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95899079, 40.57727237]} },
{type: 'Feature',properties:{Name: '3', Address: '50 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95899079, 40.57727237]} },
{type: 'Feature',properties:{Name: '3', Address: '50 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95899079, 40.57727237]} },
{type: 'Feature',properties:{Name: '3', Address: '50 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95899079, 40.57727237]} },
{type: 'Feature',properties:{Name: '3', Address: '50 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95899079, 40.57727237]} },
{type: 'Feature',properties:{Name: '3', Address: '50 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95899079, 40.57727237]} },
{type: 'Feature',properties:{Name: '3', Address: '50 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95899079, 40.57727237]} },
{type: 'Feature',properties:{Name: '3', Address: '50 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95899079, 40.57727237]} },
{type: 'Feature',properties:{Name: '3', Address: '50 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95899079, 40.57727237]} },
{type: 'Feature',properties:{Name: '3', Address: '50 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95899079, 40.57727237]} },
{type: 'Feature',properties:{Name: '3', Address: '50 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95899079, 40.57727237]} },
{type: 'Feature',properties:{Name: '3', Address: '50 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95899079, 40.57727237]} },
{type: 'Feature',properties:{Name: '3', Address: '50 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95899079, 40.57727237]} },
{type: 'Feature',properties:{Name: '3', Address: '50 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95899079, 40.57727237]} },
{type: 'Feature',properties:{Name: '3', Address: '50 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95899079, 40.57727237]} },
{type: 'Feature',properties:{Name: '3', Address: '50 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95899079, 40.57727237]} },
{type: 'Feature',properties:{Name: '3', Address: '50 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95899079, 40.57727237]} },
{type: 'Feature',properties:{Name: '3', Address: '50 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95899079, 40.57727237]} },
{type: 'Feature',properties:{Name: '3', Address: '50 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95899079, 40.57727237]} },
{type: 'Feature',properties:{Name: '3', Address: '50 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95899079, 40.57727237]} },
{type: 'Feature',properties:{Name: '3', Address: '50 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95899079, 40.57727237]} },
{type: 'Feature',properties:{Name: '3', Address: '50 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95899079, 40.57727237]} },
{type: 'Feature',properties:{Name: '3', Address: '1182 BRIGHTON BEACH AVE, BRIGHTON BEACH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95467814, 40.5773531]} },
{type: 'Feature',properties:{Name: '3', Address: '227 NEPTUNE AVENUE, BRIGHTON BEACH', Month: '4', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.96175659, 40.58158267]} },
{type: 'Feature',properties:{Name: '3', Address: '227 NEPTUNE AVENUE, BRIGHTON BEACH', Month: '5', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.96175659, 40.58158267]} },
{type: 'Feature',properties:{Name: '3', Address: '193 NEPTUNE AVENUE, BRIGHTON BEACH', Month: '6', Price: '4800'}, geometry: { type: 'Point', coordinates:[-73.96052161, 40.58184301]} },
{type: 'Feature',properties:{Name: '3', Address: '62 BRIGHTON 2 PLACE, BRIGHTON BEACH', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96600945, 40.5792372]} },
{type: 'Feature',properties:{Name: '3', Address: '62 BRIGHTON 2ND PLACE, BRIGHTON BEACH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96600945, 40.5792372]} },
{type: 'Feature',properties:{Name: '3', Address: '312 NEPTUNE AVENUE, BRIGHTON BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96451455, 40.58098244]} },
{type: 'Feature',properties:{Name: '3', Address: '2926 BRIGHTON 6 STREET, BRIGHTON BEACH', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96263189, 40.58071834]} },
{type: 'Feature',properties:{Name: '3', Address: '2918 BRIGHTON 6 STREET, BRIGHTON BEACH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96267861, 40.58084737]} },
{type: 'Feature',properties:{Name: '3', Address: '2974 BRIGHTON 5 PLACE, BRIGHTON BEACH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96270093, 40.57956829]} },
{type: 'Feature',properties:{Name: '3', Address: '2974 BRIGHTON 5TH PLACE, BRIGHTON BEACH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96270093, 40.57956829]} },
{type: 'Feature',properties:{Name: '3', Address: '2974 BRIGHTON 5TH PLACE, BRIGHTON BEACH', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96270093, 40.57956829]} },
{type: 'Feature',properties:{Name: '3', Address: '2974 BRIGHTON 5TH PLACE, BRIGHTON BEACH', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96270093, 40.57956829]} },
{type: 'Feature',properties:{Name: '3', Address: '2974 BRIGHTON 5 PLACE, BRIGHTON BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96270093, 40.57956829]} },
{type: 'Feature',properties:{Name: '3', Address: '2919 BRIGHTON 8 STREET, BRIGHTON BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9608856, 40.58120085]} },
{type: 'Feature',properties:{Name: '3', Address: '2919 BRIGHTON 8 STREET, BRIGHTON BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9608856, 40.58120085]} },
{type: 'Feature',properties:{Name: '3', Address: '52 BRIGHTON 1 PLACE, BRIGHTON BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96628388, 40.57757667]} },
{type: 'Feature',properties:{Name: '3', Address: '52 BRIGHTON 1 PLACE, BRIGHTON BEACH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96628388, 40.57757667]} },
{type: 'Feature',properties:{Name: '3', Address: '52 BRIGHTON 1 PLACE, BRIGHTON BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96628388, 40.57757667]} },
{type: 'Feature',properties:{Name: '3', Address: '3007 BRIGHTON 7TH STREET, BRIGHTON BEACH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96117822, 40.57944427]} },
{type: 'Feature',properties:{Name: '3', Address: '62 BRIGHTON 2 PLACE, BRIGHTON BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96600945, 40.5792372]} },
{type: 'Feature',properties:{Name: '3', Address: '62 BRIGHTON 2 PLACE, BRIGHTON BEACH', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96600945, 40.5792372]} },
{type: 'Feature',properties:{Name: '3', Address: '2974 BRIGHTON 5TH PLACE, BRIGHTON BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96270093, 40.57956829]} },
{type: 'Feature',properties:{Name: '3', Address: '2974 BRIGHTON 5TH PLACE, BRIGHTON BEACH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96270093, 40.57956829]} },
{type: 'Feature',properties:{Name: '3', Address: '52 BRIGHTON 1 PLACE, BRIGHTON BEACH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96628388, 40.57757667]} },
{type: 'Feature',properties:{Name: '3', Address: '52 BRIGHTON 1 PLACE, BRIGHTON BEACH', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96628388, 40.57757667]} },
{type: 'Feature',properties:{Name: '3', Address: '611 BANNER AVENUE, 4A, BRIGHTON BEACH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96299058, 40.58308174]} },
{type: 'Feature',properties:{Name: '3', Address: '611 BANNER AVENUE, 5E, BRIGHTON BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96299058, 40.58308174]} },
{type: 'Feature',properties:{Name: '3', Address: '3145 BRIGHTON 4TH STREET, 503, BRIGHTON BEACH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96297313, 40.57558567]} },
{type: 'Feature',properties:{Name: '3', Address: '2 WEST END AVENUE, 5W, BRIGHTON BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95383279, 40.58168406]} },
{type: 'Feature',properties:{Name: '3', Address: '2 WEST END AVENUE, 5W, BRIGHTON BEACH', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95383279, 40.58168406]} },
{type: 'Feature',properties:{Name: '3', Address: '2 WEST END AVE, 1W, BRIGHTON BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95383279, 40.58168406]} },
{type: 'Feature',properties:{Name: '3', Address: '1151 BRIGHTON BEACH AVE, 1-O, BRIGHTON BEACH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9553008, 40.57752078]} },
{type: 'Feature',properties:{Name: '3', Address: '200 CORBIN PLACE, 6A, BRIGHTON BEACH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95396186, 40.57724028]} },
{type: 'Feature',properties:{Name: '3', Address: '200 CORBIN PLACE, 5F, BRIGHTON BEACH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95396186, 40.57724028]} },
{type: 'Feature',properties:{Name: '3', Address: '2797 OCEAN PARKWAY, BRIGHTON BEACH', Month: '6', Price: '10400'}, geometry: { type: 'Point', coordinates:[-73.96728262, 40.58169966]} },
{type: 'Feature',properties:{Name: '3', Address: '3131 CONEY ISLAND AVENUE, BRIGHTON BEACH', Month: '10', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.95975971, 40.57966886]} },
{type: 'Feature',properties:{Name: '3', Address: '3079 BRIGHTON 13 STREET, BRIGHTON BEACH', Month: '11', Price: '5400'}, geometry: { type: 'Point', coordinates:[-73.95652408, 40.57855329]} },
{type: 'Feature',properties:{Name: '3', Address: '253 BRIGHTON BEACH AVENU, BRIGHTON BEACH', Month: '6', Price: '2480'}, geometry: { type: 'Point', coordinates:[-73.96538074, 40.57677218]} },
{type: 'Feature',properties:{Name: '3', Address: '287 BRIGHTON BEACH AVE, BRIGHTON BEACH', Month: '9', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.96455269, 40.57695034]} },
{type: 'Feature',properties:{Name: '3', Address: '277 BRIGHTON BEACH AVE, BRIGHTON BEACH', Month: '7', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.9647399, 40.57691197]} },
{type: 'Feature',properties:{Name: '3', Address: '273 BRIGHTON BEACH AVE, BRIGHTON BEACH', Month: '9', Price: '8000'}, geometry: { type: 'Point', coordinates:[-73.96481551, 40.57689552]} },
{type: 'Feature',properties:{Name: '3', Address: '271 BRIGHTON BEACH AVENU, BRIGHTON BEACH', Month: '1', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.96485151, 40.5768873]} },
{type: 'Feature',properties:{Name: '3', Address: '3065 BRIGHTON 2 STREET, BRIGHTON BEACH', Month: '1', Price: '3780'}, geometry: { type: 'Point', coordinates:[-73.96522212, 40.57721953]} },
{type: 'Feature',properties:{Name: '3', Address: '3063 BRIGHTON 2 STREET, BRIGHTON BEACH', Month: '3', Price: '3060'}, geometry: { type: 'Point', coordinates:[-73.96524009, 40.57726346]} },
{type: 'Feature',properties:{Name: '3', Address: '3169 CONEY ISLAND AVENUE, BRIGHTON BEACH', Month: '4', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.95967751, 40.5786807]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A BRIGHTON 4 COURT, BRIGHTON BEACH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96389194, 40.58061993]} },
{type: 'Feature',properties:{Name: '3', Address: '2833 OCEAN PARKWAY, BRIGHTON BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96741971, 40.58110407]} },
{type: 'Feature',properties:{Name: '3', Address: '2827 OCEAN PARKWAY, BRIGHTON BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96740889, 40.58115073]} },
{type: 'Feature',properties:{Name: '3', Address: '2805 OCEAN PARKWAY, BRIGHTON BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9673692, 40.58132364]} },
{type: 'Feature',properties:{Name: '3', Address: '2805 OCEAN PARKWAY, BRIGHTON BEACH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9673692, 40.58132364]} },
{type: 'Feature',properties:{Name: '3', Address: '384 NEPTUNE AVENUE, BRIGHTON BEACH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.966808, 40.58050553]} },
{type: 'Feature',properties:{Name: '3', Address: '384 NEPTUNE AVENUE, BRIGHTON BEACH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.966808, 40.58050553]} },
{type: 'Feature',properties:{Name: '3', Address: '2955 BRIGHTON 4 STREET, BRIGHTON BEACH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96414809, 40.57960444]} },
{type: 'Feature',properties:{Name: '3', Address: '2964 BRIGHTON 6 STREET, BRIGHTON BEACH', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96232277, 40.57986186]} },
{type: 'Feature',properties:{Name: '3', Address: '3064 CONEY ISLAND AVENUE, BRIGHTON BEACH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95990268, 40.58138716]} },
{type: 'Feature',properties:{Name: '3', Address: '52 BRIGHTON 1 PLACE, BRIGHTON BEACH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96628388, 40.57757667]} },
{type: 'Feature',properties:{Name: '3', Address: '52 BRIGHTON 1 PLACE, BRIGHTON BEACH', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96628388, 40.57757667]} },
{type: 'Feature',properties:{Name: '3', Address: '134 WEST END AVENUE, BRIGHTON BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95320502, 40.5784916]} },
{type: 'Feature',properties:{Name: '3', Address: '100 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95884384, 40.57622106]} },
{type: 'Feature',properties:{Name: '3', Address: '60 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95878576, 40.57701703]} },
{type: 'Feature',properties:{Name: '3', Address: '40 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95880716, 40.57732995]} },
{type: 'Feature',properties:{Name: '3', Address: '10 OCEANA TERRACE, BRIGHTON BEACH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95816969, 40.57782104]} },
{type: 'Feature',properties:{Name: '3', Address: '10 OCEANA TERRACE, BRIGHTON BEACH', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95816969, 40.57782104]} },
{type: 'Feature',properties:{Name: '3', Address: '15 OCEANA TERRACE, BRIGHTON BEACH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95819129, 40.5778183]} },
{type: 'Feature',properties:{Name: '3', Address: '15 OCEANA TERRACE, BRIGHTON BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95819129, 40.5778183]} },
{type: 'Feature',properties:{Name: '3', Address: '15 OCEANA TERRACE, BRIGHTON BEACH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95819129, 40.5778183]} },
{type: 'Feature',properties:{Name: '3', Address: '15 OCEANA TERRACE, BRIGHTON BEACH', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95819129, 40.5778183]} },
{type: 'Feature',properties:{Name: '3', Address: '63 OCEANA DRIVE EAST, BRIGHTON BEACH', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95720536, 40.57713997]} },
{type: 'Feature',properties:{Name: '3', Address: '63 OCEANA DRIVE EAST, BRIGHTON BEACH', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95720536, 40.57713997]} },
{type: 'Feature',properties:{Name: '3', Address: '63 OCEANA DRIVE EAST, BRIGHTON BEACH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95720536, 40.57713997]} },
{type: 'Feature',properties:{Name: '3', Address: '63 OCEANA DRIVE EAST, BRIGHTON BEACH', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95720536, 40.57713997]} },
{type: 'Feature',properties:{Name: '3', Address: '63 OCEANA DRIVE EAST, BRIGHTON BEACH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95720536, 40.57713997]} },
{type: 'Feature',properties:{Name: '3', Address: '63 OCEANA DRIVE EAST, BRIGHTON BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95720536, 40.57713997]} },
{type: 'Feature',properties:{Name: '3', Address: '63 OCEANA DRIVE EAST, BRIGHTON BEACH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95720536, 40.57713997]} },
{type: 'Feature',properties:{Name: '3', Address: '63 OCEANA DRIVE EAST, BRIGHTON BEACH', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95720536, 40.57713997]} },
{type: 'Feature',properties:{Name: '3', Address: '63 OCEANA DRIVE EAST, BRIGHTON BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95720536, 40.57713997]} },
{type: 'Feature',properties:{Name: '3', Address: '52 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95898012, 40.57706102]} },
{type: 'Feature',properties:{Name: '3', Address: '52 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95898012, 40.57706102]} },
{type: 'Feature',properties:{Name: '3', Address: '65 OCEANA DRIVE EAST, BRIGHTON BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95742139, 40.57707418]} },
{type: 'Feature',properties:{Name: '3', Address: '65 OCEANA DRIVE EAST, BRIGHTON BEACH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95742139, 40.57707418]} },
{type: 'Feature',properties:{Name: '3', Address: '1182 BRIGHTON BEACH AVE, BRIGHTON BEACH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95467814, 40.5773531]} },
{type: 'Feature',properties:{Name: '3', Address: '55 OCEANA DRIVE EAST, BRIGHTON BEACH', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95721243, 40.57735133]} },
{type: 'Feature',properties:{Name: '3', Address: '50 OCEANA DRIVE WEST, BRIGHTON BEACH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95899079, 40.57727237]} },
{type: 'Feature',properties:{Name: '3', Address: '181 COLUMBIA HTS, BROOKLYN HEIGHTS', Month: '11', Price: '3875'}, geometry: { type: 'Point', coordinates:[-73.99687695, 40.697128]} },
{type: 'Feature',properties:{Name: '3', Address: '181 COLUMBIA HEIGHTS, BROOKLYN HEIGHTS', Month: '3', Price: '3875'}, geometry: { type: 'Point', coordinates:[-73.99687695, 40.697128]} },
{type: 'Feature',properties:{Name: '3', Address: '165 COLUMBIA HEIGHTS, BROOKLYN HEIGHTS', Month: '8', Price: '3804'}, geometry: { type: 'Point', coordinates:[-73.99671465, 40.6974656]} },
{type: 'Feature',properties:{Name: '3', Address: '14 COLLEGE PLACE, BROOKLYN HEIGHTS', Month: '10', Price: '4650'}, geometry: { type: 'Point', coordinates:[-73.99437423, 40.69644995]} },
{type: 'Feature',properties:{Name: '3', Address: '115 REMSEN STREET, BROOKLYN HEIGHTS', Month: '6', Price: '5728'}, geometry: { type: 'Point', coordinates:[-73.99376502, 40.69389179]} },
{type: 'Feature',properties:{Name: '3', Address: '115 REMSEN STREET, BROOKLYN HEIGHTS', Month: '7', Price: '5728'}, geometry: { type: 'Point', coordinates:[-73.99376502, 40.69389179]} },
{type: 'Feature',properties:{Name: '3', Address: '115 REMSEN STREET, BROOKLYN HEIGHTS', Month: '9', Price: '5728'}, geometry: { type: 'Point', coordinates:[-73.99376502, 40.69389179]} },
{type: 'Feature',properties:{Name: '3', Address: '18 GRACE COURT ALLEY, BROOKLYN HEIGHTS', Month: '3', Price: '2548'}, geometry: { type: 'Point', coordinates:[-73.99612341, 40.69397698]} },
{type: 'Feature',properties:{Name: '3', Address: '28 GARDEN PLACE, BROOKLYN HEIGHTS', Month: '12', Price: '3160'}, geometry: { type: 'Point', coordinates:[-73.99630741, 40.69253324]} },
{type: 'Feature',properties:{Name: '3', Address: '36 GARDEN PLACE, BROOKLYN HEIGHTS', Month: '6', Price: '5239'}, geometry: { type: 'Point', coordinates:[-73.99638314, 40.69237405]} },
{type: 'Feature',properties:{Name: '3', Address: '81 STATE STREET, BROOKLYN HEIGHTS', Month: '5', Price: '3288'}, geometry: { type: 'Point', coordinates:[-73.99635795, 40.69154513]} },
{type: 'Feature',properties:{Name: '3', Address: '11 CRANBERRY STREET, BROOKLYN HEIGHTS', Month: '3', Price: '4450'}, geometry: { type: 'Point', coordinates:[-73.99491849, 40.70019109]} },
{type: 'Feature',properties:{Name: '3', Address: '72 MIDDAGH STREET, BROOKLYN HEIGHTS', Month: '5', Price: '2881'}, geometry: { type: 'Point', coordinates:[-73.9922966, 40.7001882]} },
{type: 'Feature',properties:{Name: '3', Address: '40 ORANGE STREET, BROOKLYN HEIGHTS', Month: '7', Price: '2220'}, geometry: { type: 'Point', coordinates:[-73.99411434, 40.69921392]} },
{type: 'Feature',properties:{Name: '3', Address: '163 HICKS STREET, BROOKLYN HEIGHTS', Month: '7', Price: '2816'}, geometry: { type: 'Point', coordinates:[-73.99509185, 40.69684523]} },
{type: 'Feature',properties:{Name: '3', Address: '69 REMSEN ST, BROOKLYN HEIGHTS', Month: '5', Price: '4420'}, geometry: { type: 'Point', coordinates:[-73.99561492, 40.69440789]} },
{type: 'Feature',properties:{Name: '3', Address: '73 JORALEMON STREET, BROOKLYN HEIGHTS', Month: '2', Price: '3192'}, geometry: { type: 'Point', coordinates:[-73.99698891, 40.69349668]} },
{type: 'Feature',properties:{Name: '3', Address: '89 JORALEMON STREET, BROOKLYN HEIGHTS', Month: '9', Price: '5000'}, geometry: { type: 'Point', coordinates:[-73.99624966, 40.69336765]} },
{type: 'Feature',properties:{Name: '3', Address: '9 COLUMBIA PLACE, BROOKLYN HEIGHTS', Month: '7', Price: '1820'}, geometry: { type: 'Point', coordinates:[-73.99847102, 40.69338142]} },
{type: 'Feature',properties:{Name: '3', Address: '12 GARDEN PLACE, BROOKLYN HEIGHTS', Month: '9', Price: '3840'}, geometry: { type: 'Point', coordinates:[-73.99615233, 40.69285437]} },
{type: 'Feature',properties:{Name: '3', Address: '32 GARDEN PLACE, BROOKLYN HEIGHTS', Month: '1', Price: '3360'}, geometry: { type: 'Point', coordinates:[-73.99634347, 40.69245364]} },
{type: 'Feature',properties:{Name: '3', Address: '281 HENRY STREET, BROOKLYN HEIGHTS', Month: '3', Price: '5000'}, geometry: { type: 'Point', coordinates:[-73.99556459, 40.6921215]} },
{type: 'Feature',properties:{Name: '3', Address: '267 HENRY STREET, BROOKLYN HEIGHTS', Month: '3', Price: '5150'}, geometry: { type: 'Point', coordinates:[-73.99541311, 40.69243714]} },
{type: 'Feature',properties:{Name: '3', Address: '54 SIDNEY PLACE, BROOKLYN HEIGHTS', Month: '7', Price: '3700'}, geometry: { type: 'Point', coordinates:[-73.99487588, 40.69159997]} },
{type: 'Feature',properties:{Name: '3', Address: '140 JORALEMON STREET, BROOKLYN HEIGHTS', Month: '10', Price: '5000'}, geometry: { type: 'Point', coordinates:[-73.99364611, 40.69292014]} },
{type: 'Feature',properties:{Name: '3', Address: '7 MONROE PLACE, BROOKLYN HEIGHTS', Month: '9', Price: '6706'}, geometry: { type: 'Point', coordinates:[-73.99234748, 40.69677646]} },
{type: 'Feature',properties:{Name: '3', Address: '34 GRACE COURT, BROOKLYN HEIGHTS', Month: '4', Price: '6000'}, geometry: { type: 'Point', coordinates:[-73.99750816, 40.69423778]} },
{type: 'Feature',properties:{Name: '3', Address: '29 JORALEMON STREET, BROOKLYN HEIGHTS', Month: '7', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.99861886, 40.69378491]} },
{type: 'Feature',properties:{Name: '3', Address: '44 HICKS STREET, BROOKLYN HEIGHTS', Month: '10', Price: '4080'}, geometry: { type: 'Point', coordinates:[-73.99329915, 40.70064115]} },
{type: 'Feature',properties:{Name: '3', Address: '50 ORANGE STREET, BROOKLYN HEIGHTS', Month: '7', Price: '4112'}, geometry: { type: 'Point', coordinates:[-73.99358782, 40.69906841]} },
{type: 'Feature',properties:{Name: '3', Address: '187 COLUMBIA HEIGHTS, BROOKLYN HEIGHTS', Month: '12', Price: '7166'}, geometry: { type: 'Point', coordinates:[-73.99693465, 40.69700174]} },
{type: 'Feature',properties:{Name: '3', Address: '110 MONTAGUE STREET, BROOKLYN HEIGHTS', Month: '6', Price: '7125'}, geometry: { type: 'Point', coordinates:[-73.99497299, 40.6949678]} },
{type: 'Feature',properties:{Name: '3', Address: '136 MONTAGUE STREET, BROOKLYN HEIGHTS', Month: '5', Price: '7842'}, geometry: { type: 'Point', coordinates:[-73.99374331, 40.69463013]} },
{type: 'Feature',properties:{Name: '3', Address: '138-40 MONTAGUE STREET, BROOKLYN HEIGHTS', Month: '3', Price: '16334'}, geometry: { type: 'Point', coordinates:[-73.99367479, 40.69461092]} },
{type: 'Feature',properties:{Name: '3', Address: '260 HICKS STREET, BROOKLYN HEIGHTS', Month: '3', Price: '5400'}, geometry: { type: 'Point', coordinates:[-73.9966896, 40.69351863]} },
{type: 'Feature',properties:{Name: '3', Address: '308 HICKS STREET, BROOKLYN HEIGHTS', Month: '1', Price: '7220'}, geometry: { type: 'Point', coordinates:[-73.99732432, 40.69222037]} },
{type: 'Feature',properties:{Name: '3', Address: '42 SIDNEY PLACE, BROOKLYN HEIGHTS', Month: '11', Price: '8500'}, geometry: { type: 'Point', coordinates:[-73.99476768, 40.69182778]} },
{type: 'Feature',properties:{Name: '3', Address: '130 JORALEMON STREET, BROOKLYN HEIGHTS', Month: '4', Price: '5720'}, geometry: { type: 'Point', coordinates:[-73.99402834, 40.69297505]} },
{type: 'Feature',properties:{Name: '3', Address: '134 JORALEMON STREET, BROOKLYN HEIGHTS', Month: '12', Price: '6000'}, geometry: { type: 'Point', coordinates:[-73.99387329, 40.69295309]} },
{type: 'Feature',properties:{Name: '3', Address: '134 JORALEMON STREET, BROOKLYN HEIGHTS', Month: '12', Price: '6000'}, geometry: { type: 'Point', coordinates:[-73.99387329, 40.69295309]} },
{type: 'Feature',properties:{Name: '3', Address: '29 SCHERMERHORN STREET, BROOKLYN HEIGHTS', Month: '11', Price: '5132'}, geometry: { type: 'Point', coordinates:[-73.9925825, 40.6912293]} },
{type: 'Feature',properties:{Name: '3', Address: '93 ATLANTIC AVENUE, BROOKLYN HEIGHTS', Month: '3', Price: '6350'}, geometry: { type: 'Point', coordinates:[-73.99712244, 40.6910209]} },
{type: 'Feature',properties:{Name: '3', Address: '115 HENRY STREET, BROOKLYN HEIGHTS', Month: '2', Price: '31692'}, geometry: { type: 'Point', coordinates:[-73.99316967, 40.6971251]} },
{type: 'Feature',properties:{Name: '3', Address: '115 HENRY STREET, BROOKLYN HEIGHTS', Month: '3', Price: '31692'}, geometry: { type: 'Point', coordinates:[-73.99316967, 40.6971251]} },
{type: 'Feature',properties:{Name: '3', Address: '25 MONROE PLACE, BROOKLYN HEIGHTS', Month: '12', Price: '60720'}, geometry: { type: 'Point', coordinates:[-73.99256391, 40.69632359]} },
{type: 'Feature',properties:{Name: '3', Address: '63 MONTAGUE STREET, BROOKLYN HEIGHTS', Month: '10', Price: '9972'}, geometry: { type: 'Point', coordinates:[-73.99675441, 40.69547839]} },
{type: 'Feature',properties:{Name: '3', Address: '2 PIERREPONT STREET, BROOKLYN HEIGHTS', Month: '7', Price: '40178'}, geometry: { type: 'Point', coordinates:[-73.99698157, 40.69627438]} },
{type: 'Feature',properties:{Name: '3', Address: '120 PIERREPONT STREET, BROOKLYN HEIGHTS', Month: '1', Price: '8250'}, geometry: { type: 'Point', coordinates:[-73.99266141, 40.69509394]} },
{type: 'Feature',properties:{Name: '3', Address: '188 COLUMBIA HEIGHTS, 2A, BROOKLYN HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99676514, 40.69740796]} },
{type: 'Feature',properties:{Name: '3', Address: '80 POPLAR STREET, 1F, BROOKLYN HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99206931, 40.70085242]} },
{type: 'Feature',properties:{Name: '3', Address: '80 POPLAR STREET, R3, BROOKLYN HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99206931, 40.70085242]} },
{type: 'Feature',properties:{Name: '3', Address: '55 HICKS STREET, 53, BROOKLYN HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99356248, 40.70004281]} },
{type: 'Feature',properties:{Name: '3', Address: '55 HICKS STREET, 1, BROOKLYN HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99356248, 40.70004281]} },
{type: 'Feature',properties:{Name: '3', Address: '81 COLUMBIA HEIGHTS, 42, BROOKLYN HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99520701, 40.70017189]} },
{type: 'Feature',properties:{Name: '3', Address: '81 COLUMBIA HEIGHTS, 36, BROOKLYN HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99520701, 40.70017189]} },
{type: 'Feature',properties:{Name: '3', Address: '87 COLUMBIA HEIGHTS, 36, BROOKLYN HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99550275, 40.70002643]} },
{type: 'Feature',properties:{Name: '3', Address: '56 WILLOW STREET, 2, BROOKLYN HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99479953, 40.69952136]} },
{type: 'Feature',properties:{Name: '3', Address: '71 ORANGE STREET, 32, BROOKLYN HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99316227, 40.69896958]} },
{type: 'Feature',properties:{Name: '3', Address: '126 WILLOW STREET, 4, BROOKLYN HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99591046, 40.69719659]} },
{type: 'Feature',properties:{Name: '3', Address: '148 HICKS STREET, 2, BROOKLYN HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99497643, 40.69713617]} },
{type: 'Feature',properties:{Name: '3', Address: '174 HICKS STREET, 3, BROOKLYN HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99536957, 40.69630726]} },
{type: 'Feature',properties:{Name: '3', Address: '178 HICKS ST, 2, BROOKLYN HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99542007, 40.69619473]} },
{type: 'Feature',properties:{Name: '3', Address: '135 HICKS STREET, 2A, BROOKLYN HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99481773, 40.69741613]} },
{type: 'Feature',properties:{Name: '3', Address: '123 HENRY STREET, D1/D2, BROOKLYN HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99326346, 40.69693022]} },
{type: 'Feature',properties:{Name: '3', Address: '123 HENRY STREET, C2, BROOKLYN HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99326346, 40.69693022]} },
{type: 'Feature',properties:{Name: '3', Address: '11 MONROE PLACE, 3, BROOKLYN HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99239798, 40.69667765]} },
{type: 'Feature',properties:{Name: '3', Address: '104 PIERREPONT STREET, 4, BROOKLYN HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99337542, 40.69528886]} },
{type: 'Feature',properties:{Name: '3', Address: '108 PIERREPONT STREET, 9, BROOKLYN HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99326723, 40.6952614]} },
{type: 'Feature',properties:{Name: '3', Address: '114 PIERREPONT STREET, 7, BROOKLYN HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99286696, 40.69515159]} },
{type: 'Feature',properties:{Name: '3', Address: '47 REMSEN STREET, 4, BROOKLYN HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99669675, 40.6947126]} },
{type: 'Feature',properties:{Name: '3', Address: '39 REMSEN STREET, 1B, BROOKLYN HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99693115, 40.69477848]} },
{type: 'Feature',properties:{Name: '3', Address: '25 REMSEN STREET, 1, BROOKLYN HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99734946, 40.69489377]} },
{type: 'Feature',properties:{Name: '3', Address: '25 REMSEN STREET, 2, BROOKLYN HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99734946, 40.69489377]} },
{type: 'Feature',properties:{Name: '3', Address: '66 MONTAGUE ST, 6, BROOKLYN HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99665344, 40.69543173]} },
{type: 'Feature',properties:{Name: '3', Address: '28 REMSEN STREET, 6, BROOKLYN HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99729537, 40.69486358]} },
{type: 'Feature',properties:{Name: '3', Address: '40 REMSEN STREET, 3, BROOKLYN HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99693836, 40.69476201]} },
{type: 'Feature',properties:{Name: '3', Address: '42 REMSEN STREET, 1&2, BROOKLYN HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99688066, 40.69474554]} },
{type: 'Feature',properties:{Name: '3', Address: '42 REMSEN STREET, 3, BROOKLYN HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99688066, 40.69474554]} },
{type: 'Feature',properties:{Name: '3', Address: '25 JORALEMON STREET, 1, BROOKLYN HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99871262, 40.69380138]} },
{type: 'Feature',properties:{Name: '3', Address: '224 HENRY STREET, 3A, BROOKLYN HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99487572, 40.69359541]} },
{type: 'Feature',properties:{Name: '3', Address: '153 JORALEMON STREET, 2R, BROOKLYN HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99341532, 40.69290091]} },
{type: 'Feature',properties:{Name: '3', Address: '151 JORALEMON ST, 15, BROOKLYN HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99349105, 40.69291189]} },
{type: 'Feature',properties:{Name: '3', Address: '134 REMSEN STREET, 3AB, BROOKLYN HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99344769, 40.69378747]} },
{type: 'Feature',properties:{Name: '3', Address: '134 REMSEN STREET, 4B, BROOKLYN HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99344769, 40.69378747]} },
{type: 'Feature',properties:{Name: '3', Address: '99 CLINTON STREET, 1, BROOKLYN HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99292486, 40.69319732]} },
{type: 'Feature',properties:{Name: '3', Address: '62 JORALEMON STREET, # 3, BROOKLYN HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99720167, 40.69351864]} },
{type: 'Feature',properties:{Name: '3', Address: '262 HICKS STREET, 2R, BROOKLYN HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99684468, 40.69320298]} },
{type: 'Feature',properties:{Name: '3', Address: '313 HICKS STREET, 2, BROOKLYN HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99734236, 40.69213528]} },
{type: 'Feature',properties:{Name: '3', Address: '305 HICKS STREET, 1, BROOKLYN HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99724859, 40.69232741]} },
{type: 'Feature',properties:{Name: '3', Address: '89 STATE STREET, 1, BROOKLYN HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99603341, 40.69145728]} },
{type: 'Feature',properties:{Name: '3', Address: '282 HENRY STREET, 2, BROOKLYN HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99570524, 40.69187173]} },
{type: 'Feature',properties:{Name: '3', Address: '99 STATE STREET, 2W, BROOKLYN HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99548892, 40.6913063]} },
{type: 'Feature',properties:{Name: '3', Address: '299 HENRY STREET, D1, BROOKLYN HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99575934, 40.69171803]} },
{type: 'Feature',properties:{Name: '3', Address: '299 HENRY STREET, 1A, BROOKLYN HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99575934, 40.69171803]} },
{type: 'Feature',properties:{Name: '3', Address: '132 STATE STREET, 1, BROOKLYN HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99479658, 40.69109767]} },
{type: 'Feature',properties:{Name: '3', Address: '132 STATE STREET, 3B, BROOKLYN HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99479658, 40.69109767]} },
{type: 'Feature',properties:{Name: '3', Address: '184 COLUMBIA HEIGHTS, 3C, BROOKLYN HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99672907, 40.69749031]} },
{type: 'Feature',properties:{Name: '3', Address: '184 COLUMBIA HEIGHTS, 3A, BROOKLYN HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99672907, 40.69749031]} },
{type: 'Feature',properties:{Name: '3', Address: '160 COLUMBIA HEIGHTS, 2J, BROOKLYN HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99649463, 40.69798161]} },
{type: 'Feature',properties:{Name: '3', Address: '160 COLUMBIA HEIGHTS, 3F, BROOKLYN HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99649463, 40.69798161]} },
{type: 'Feature',properties:{Name: '3', Address: '160 COLUMBIA HEIGHTS, 5F, BROOKLYN HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99649463, 40.69798161]} },
{type: 'Feature',properties:{Name: '3', Address: '160 COLUMBIA HEIGHTS, 2D, BROOKLYN HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99649463, 40.69798161]} },
{type: 'Feature',properties:{Name: '3', Address: '10 MONTAGUE TERRACE, 4C/D, BROOKLYN HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99761631, 40.69517649]} },
{type: 'Feature',properties:{Name: '3', Address: '75 HENRY STREET, 23D, BROOKLYN HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99245185, 40.69859625]} },
{type: 'Feature',properties:{Name: '3', Address: '75 HENRY STREET, 20K, BROOKLYN HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99245185, 40.69859625]} },
{type: 'Feature',properties:{Name: '3', Address: '75 HENRY STREET, 10L, BROOKLYN HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99245185, 40.69859625]} },
{type: 'Feature',properties:{Name: '3', Address: '75 HENRY STREET, 21K, BROOKLYN HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99245185, 40.69859625]} },
{type: 'Feature',properties:{Name: '3', Address: '75 HENRY STREET, 29C, BROOKLYN HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99245185, 40.69859625]} },
{type: 'Feature',properties:{Name: '3', Address: '75 HENRY STREET, 13H, BROOKLYN HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99245185, 40.69859625]} },
{type: 'Feature',properties:{Name: '3', Address: '75 HENRY STREET, 9H, BROOKLYN HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99245185, 40.69859625]} },
{type: 'Feature',properties:{Name: '3', Address: '75 HENRY STREET, 4E, BROOKLYN HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99245185, 40.69859625]} },
{type: 'Feature',properties:{Name: '3', Address: '75 HENRY STREET, 32A, BROOKLYN HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99245185, 40.69859625]} },
{type: 'Feature',properties:{Name: '3', Address: '75 HENRY STREET, 11G, BROOKLYN HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99245185, 40.69859625]} },
{type: 'Feature',properties:{Name: '3', Address: '75 HENRY STREET, 21C, BROOKLYN HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99245185, 40.69859625]} },
{type: 'Feature',properties:{Name: '3', Address: '75 HENRY STREET, 12F, BROOKLYN HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99245185, 40.69859625]} },
{type: 'Feature',properties:{Name: '3', Address: '75 HENRY STREET, 16F, BROOKLYN HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99245185, 40.69859625]} },
{type: 'Feature',properties:{Name: '3', Address: '75 HENRY STREET, TH49, BROOKLYN HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99245185, 40.69859625]} },
{type: 'Feature',properties:{Name: '3', Address: '75 HENRY STREET, 4G, BROOKLYN HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99245185, 40.69859625]} },
{type: 'Feature',properties:{Name: '3', Address: '55 PINEAPPLE STREET, 1G, BROOKLYN HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99366001, 40.69837125]} },
{type: 'Feature',properties:{Name: '3', Address: '55 PINEAPPLE STREET, 1D, BROOKLYN HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99366001, 40.69837125]} },
{type: 'Feature',properties:{Name: '3', Address: '45 PINEAPPLE STREET, 3A, BROOKLYN HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99398458, 40.6984591]} },
{type: 'Feature',properties:{Name: '3', Address: '54 ORANGE STREET, 3D, BROOKLYN HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99350848, 40.69904645]} },
{type: 'Feature',properties:{Name: '3', Address: '66 ORANGE STREET, 5C, BROOKLYN HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99327046, 40.69898056]} },
{type: 'Feature',properties:{Name: '3', Address: '72 ORANGE STREET, 4A, BROOKLYN HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99315146, 40.69894762]} },
{type: 'Feature',properties:{Name: '3', Address: '72 ORANGE STREET, 4B, BROOKLYN HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99315146, 40.69894762]} },
{type: 'Feature',properties:{Name: '3', Address: '59 PINEAPPLE STREET, 3B, BROOKLYN HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99352658, 40.69833556]} },
{type: 'Feature',properties:{Name: '3', Address: '59 PINEAPPLE STREET, 3F, BROOKLYN HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99352658, 40.69833556]} },
{type: 'Feature',properties:{Name: '3', Address: '59 PINEAPPLE STREET, 2BC, BROOKLYN HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99352658, 40.69833556]} },
{type: 'Feature',properties:{Name: '3', Address: '129 COLUMBIA HEIGHTS, 27, BROOKLYN HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99617724, 40.69860466]} },
{type: 'Feature',properties:{Name: '3', Address: '129 COLUMBIA HEIGHTS, 43, BROOKLYN HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99617724, 40.69860466]} },
{type: 'Feature',properties:{Name: '3', Address: '35 CLARK STREET, B3, BROOKLYN HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99486096, 40.69796783]} },
{type: 'Feature',properties:{Name: '3', Address: '35 CLARK STREET, C2, BROOKLYN HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99486096, 40.69796783]} },
{type: 'Feature',properties:{Name: '3', Address: '111 HICKS STREET, 12HW, BROOKLYN HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.994439, 40.69820935]} },
{type: 'Feature',properties:{Name: '3', Address: '111 HICKS STREET, 17HW, BROOKLYN HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.994439, 40.69820935]} },
{type: 'Feature',properties:{Name: '3', Address: '111 HICKS STREET, 18J, BROOKLYN HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.994439, 40.69820935]} },
{type: 'Feature',properties:{Name: '3', Address: '111 HICKS STREET, 11J, BROOKLYN HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.994439, 40.69820935]} },
{type: 'Feature',properties:{Name: '3', Address: '111 HICKS STREET, 20H, BROOKLYN HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.994439, 40.69820935]} },
{type: 'Feature',properties:{Name: '3', Address: '111 HICKS STREET, 22G, BROOKLYN HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.994439, 40.69820935]} },
{type: 'Feature',properties:{Name: '3', Address: '111 HICKS STREET, 17L, BROOKLYN HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.994439, 40.69820935]} },
{type: 'Feature',properties:{Name: '3', Address: '111 HICKS STREET, 16B, BROOKLYN HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.994439, 40.69820935]} },
{type: 'Feature',properties:{Name: '3', Address: '111 HICKS STREET, 6M, BROOKLYN HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.994439, 40.69820935]} },
{type: 'Feature',properties:{Name: '3', Address: '111 HICKS STREET, 17H, BROOKLYN HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.994439, 40.69820935]} },
{type: 'Feature',properties:{Name: '3', Address: '111 HICKS STREET, 7G, BROOKLYN HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.994439, 40.69820935]} },
{type: 'Feature',properties:{Name: '3', Address: '111 HICKS STREET, 4A, BROOKLYN HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.994439, 40.69820935]} },
{type: 'Feature',properties:{Name: '3', Address: '111 HICKS STREET, 5B, BROOKLYN HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.994439, 40.69820935]} },
{type: 'Feature',properties:{Name: '3', Address: '111 HICKS STREET, 7F, BROOKLYN HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.994439, 40.69820935]} },
{type: 'Feature',properties:{Name: '3', Address: '111 HICKS STREET, 20AB, BROOKLYN HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.994439, 40.69820935]} },
{type: 'Feature',properties:{Name: '3', Address: '111 HICKS STREET, 17C, BROOKLYN HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.994439, 40.69820935]} },
{type: 'Feature',properties:{Name: '3', Address: '60 PINEAPPLE STREET, B, BROOKLYN HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9935915, 40.69833282]} },
{type: 'Feature',properties:{Name: '3', Address: '60 PINEAPPLE STREET, 6H, BROOKLYN HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9935915, 40.69833282]} },
{type: 'Feature',properties:{Name: '3', Address: '60 PINEAPPLE STREET, 1B, BROOKLYN HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9935915, 40.69833282]} },
{type: 'Feature',properties:{Name: '3', Address: '60 PINEAPPLE STREET, 6F, BROOKLYN HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9935915, 40.69833282]} },
{type: 'Feature',properties:{Name: '3', Address: '1 PIERREPONT STREET, 8A, BROOKLYN HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99703204, 40.69657356]} },
{type: 'Feature',properties:{Name: '3', Address: '128 WILLOW STREET, 2C, BROOKLYN HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9959321, 40.69715267]} },
{type: 'Feature',properties:{Name: '3', Address: '128 WILLOW STREET, 5F, BROOKLYN HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9959321, 40.69715267]} },
{type: 'Feature',properties:{Name: '3', Address: '35 PIERREPONT STREET, 2C, BROOKLYN HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9960079, 40.69603007]} },
{type: 'Feature',properties:{Name: '3', Address: '35 PIERREPONT STREET, 3B, BROOKLYN HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9960079, 40.69603007]} },
{type: 'Feature',properties:{Name: '3', Address: '35 PIERREPONT STREET, 6C, BROOKLYN HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9960079, 40.69603007]} },
{type: 'Feature',properties:{Name: '3', Address: '35 PIERREPONT STREET, 2A/2D, BROOKLYN HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9960079, 40.69603007]} },
{type: 'Feature',properties:{Name: '3', Address: '35 PIERREPONT STREET, 4A, BROOKLYN HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9960079, 40.69603007]} },
{type: 'Feature',properties:{Name: '3', Address: '35 PIERREPONT STREET, 5A, BROOKLYN HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9960079, 40.69603007]} },
{type: 'Feature',properties:{Name: '3', Address: '135 WILLOW STREET, 206, BROOKLYN HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99592489, 40.69712248]} },
{type: 'Feature',properties:{Name: '3', Address: '135 WILLOW STREET, 201, BROOKLYN HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99592489, 40.69712248]} },
{type: 'Feature',properties:{Name: '3', Address: '115 WILLOW STREET, 6D, BROOKLYN HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99572651, 40.69753419]} },
{type: 'Feature',properties:{Name: '3', Address: '115 WILLOW STREET, 4B, BROOKLYN HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99572651, 40.69753419]} },
{type: 'Feature',properties:{Name: '3', Address: '130 HICKS STREET, 4E, BROOKLYN HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99478526, 40.69753141]} },
{type: 'Feature',properties:{Name: '3', Address: '142 HICKS STREET, 1C, BROOKLYN HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9949115, 40.69726791]} },
{type: 'Feature',properties:{Name: '3', Address: '160 HENRY STREET, 1F, BROOKLYN HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99385139, 40.69575549]} },
{type: 'Feature',properties:{Name: '3', Address: '160 HENRY STREET, 3A, BROOKLYN HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99385139, 40.69575549]} },
{type: 'Feature',properties:{Name: '3', Address: '160 HENRY STREET, PH, BROOKLYN HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99385139, 40.69575549]} },
{type: 'Feature',properties:{Name: '3', Address: '69 PIERREPONT STREET, 40, BROOKLYN HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9947818, 40.69569241]} },
{type: 'Feature',properties:{Name: '3', Address: '61-69 PIERREPONT STREET, 81, BROOKLYN HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99497293, 40.69574457]} },
{type: 'Feature',properties:{Name: '3', Address: '187 HICKS STREET, 1C, BROOKLYN HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99547778, 40.69601907]} },
{type: 'Feature',properties:{Name: '3', Address: '187 HICKS STREET, 4C, BROOKLYN HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99547778, 40.69601907]} },
{type: 'Feature',properties:{Name: '3', Address: '173 HICKS STREET, 4C, BROOKLYN HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99518924, 40.69664212]} },
{type: 'Feature',properties:{Name: '3', Address: '173 HICKS STREET, 6D, BROOKLYN HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99518924, 40.69664212]} },
{type: 'Feature',properties:{Name: '3', Address: '145 HICKS STREET, A43, BROOKLYN HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99491512, 40.69721302]} },
{type: 'Feature',properties:{Name: '3', Address: '145 HICKS STREET, A-31, BROOKLYN HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99491512, 40.69721302]} },
{type: 'Feature',properties:{Name: '3', Address: '145 HICKS STREET, A15, BROOKLYN HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99491512, 40.69721302]} },
{type: 'Feature',properties:{Name: '3', Address: '70 CLARK STREET, 6H, BROOKLYN HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9935519, 40.69759722]} },
{type: 'Feature',properties:{Name: '3', Address: '70 CLARK STREET, 2A, BROOKLYN HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9935519, 40.69759722]} },
{type: 'Feature',properties:{Name: '3', Address: '70 CLARK STREET, 4L, BROOKLYN HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9935519, 40.69759722]} },
{type: 'Feature',properties:{Name: '3', Address: '70 CLARK STREET, 5G, BROOKLYN HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9935519, 40.69759722]} },
{type: 'Feature',properties:{Name: '3', Address: '161 HENRY STREET, 3A, BROOKLYN HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99382615, 40.69575824]} },
{type: 'Feature',properties:{Name: '3', Address: '155 HENRY STREET, 6E, BROOKLYN HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99363859, 40.69615622]} },
{type: 'Feature',properties:{Name: '3', Address: '155 HENRY STREET, PHC, BROOKLYN HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99363859, 40.69615622]} },
{type: 'Feature',properties:{Name: '3', Address: '155 HENRY STREET, 7D, BROOKLYN HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99363859, 40.69615622]} },
{type: 'Feature',properties:{Name: '3', Address: '28-30 MONROE PLACE, 4F, BROOKLYN HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99256752, 40.69626869]} },
{type: 'Feature',properties:{Name: '3', Address: '24 MONROE PLACE, 3B, BROOKLYN HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99252063, 40.69637024]} },
{type: 'Feature',properties:{Name: '3', Address: '24 MONROE PLACE, 10D, BROOKLYN HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99252063, 40.69637024]} },
{type: 'Feature',properties:{Name: '3', Address: '24 MONROE PLACE, 11B, BROOKLYN HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99252063, 40.69637024]} },
{type: 'Feature',properties:{Name: '3', Address: '10 MONROE PLACE, 5, BROOKLYN HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99235109, 40.69672156]} },
{type: 'Feature',properties:{Name: '3', Address: '30 CLINTON STREET, 4J, BROOKLYN HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99182472, 40.69552755]} },
{type: 'Feature',properties:{Name: '3', Address: '30 CLINTON STREET, 4AB, BROOKLYN HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99182472, 40.69552755]} },
{type: 'Feature',properties:{Name: '3', Address: '30 CLINTON ST, 3E, BROOKLYN HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99182472, 40.69552755]} },
{type: 'Feature',properties:{Name: '3', Address: '40 CLINTON STREET, 2M, BROOKLYN HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99190047, 40.69537385]} },
{type: 'Feature',properties:{Name: '3', Address: '40 CLINTON STREET, 5J, BROOKLYN HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99190047, 40.69537385]} },
{type: 'Feature',properties:{Name: '3', Address: '40 CLINTON STREET, 10G, BROOKLYN HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99190047, 40.69537385]} },
{type: 'Feature',properties:{Name: '3', Address: '40 CLINTON STREET, 3B, BROOKLYN HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99190047, 40.69537385]} },
{type: 'Feature',properties:{Name: '3', Address: '40 CLINTON STREET, 5M, BROOKLYN HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99190047, 40.69537385]} },
{type: 'Feature',properties:{Name: '3', Address: '40 CLINTON STREET, 1F, BROOKLYN HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99190047, 40.69537385]} },
{type: 'Feature',properties:{Name: '3', Address: '40 CLINTON STREET, 2B, BROOKLYN HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99190047, 40.69537385]} },
{type: 'Feature',properties:{Name: '3', Address: '40 CLINTON STREET, 4L, BROOKLYN HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99190047, 40.69537385]} },
{type: 'Feature',properties:{Name: '3', Address: '40 CLINTON STREET, 2J, BROOKLYN HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99190047, 40.69537385]} },
{type: 'Feature',properties:{Name: '3', Address: '40 CLINTON STREET, 7E, BROOKLYN HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99190047, 40.69537385]} },
{type: 'Feature',properties:{Name: '3', Address: '40 CLINTON STREET, 1H, BROOKLYN HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99190047, 40.69537385]} },
{type: 'Feature',properties:{Name: '3', Address: '40 CLINTON STREET, 9D, BROOKLYN HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99190047, 40.69537385]} },
{type: 'Feature',properties:{Name: '3', Address: '65 MONTAGUE STREET, D1, BROOKLYN HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99669671, 40.69546192]} },
{type: 'Feature',properties:{Name: '3', Address: '57 MONTAGUE STREET, 6H, BROOKLYN HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9969239, 40.69552506]} },
{type: 'Feature',properties:{Name: '3', Address: '57 MONTAGUE STREET, 8K, BROOKLYN HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9969239, 40.69552506]} },
{type: 'Feature',properties:{Name: '3', Address: '57 MONTAGUE STREET, 9D, BROOKLYN HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9969239, 40.69552506]} },
{type: 'Feature',properties:{Name: '3', Address: '57 MONTAGUE STREET, 10I, BROOKLYN HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9969239, 40.69552506]} },
{type: 'Feature',properties:{Name: '3', Address: '57 MONTAGUE STREET, 6F, BROOKLYN HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9969239, 40.69552506]} },
{type: 'Feature',properties:{Name: '3', Address: '57 MONTAGUE STREET, 5K, BROOKLYN HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9969239, 40.69552506]} },
{type: 'Feature',properties:{Name: '3', Address: '57 MONTAGUE STREET, 2JK, BROOKLYN HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9969239, 40.69552506]} },
{type: 'Feature',properties:{Name: '3', Address: '57 MONTAGUE STREET, 1C, BROOKLYN HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9969239, 40.69552506]} },
{type: 'Feature',properties:{Name: '3', Address: '20 PIERREPONT STREET, 6B, BROOKLYN HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99622427, 40.69607125]} },
{type: 'Feature',properties:{Name: '3', Address: '105 MONTAGUE STREET, 304, BROOKLYN HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9951605, 40.69503643]} },
{type: 'Feature',properties:{Name: '3', Address: '103 MONTAGUE STREET, 804, BROOKLYN HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9952182, 40.6950529]} },
{type: 'Feature',properties:{Name: '3', Address: '62 PIERREPONT STREET, 4C, BROOKLYN HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99476738, 40.69567045]} },
{type: 'Feature',properties:{Name: '3', Address: '62 PIERREPONT STREET, 7B, BROOKLYN HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99476738, 40.69567045]} },
{type: 'Feature',properties:{Name: '3', Address: '62 PIERREPONT STREET, 2A, BROOKLYN HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99476738, 40.69567045]} },
{type: 'Feature',properties:{Name: '3', Address: '62 MONTAGUE STREET, 6ABE, BROOKLYN HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99677966, 40.69546741]} },
{type: 'Feature',properties:{Name: '3', Address: '62 MONTAGUE STREET, 7ABE, BROOKLYN HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99677966, 40.69546741]} },
{type: 'Feature',properties:{Name: '3', Address: '87 REMSEN STREET, 3, BROOKLYN HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99503795, 40.69424593]} },
{type: 'Feature',properties:{Name: '3', Address: '1 GRACE COURT, 5D, BROOKLYN HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99831953, 40.69447384]} },
{type: 'Feature',properties:{Name: '3', Address: '45 GRACE COURT, 6C, BROOKLYN HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99715476, 40.69416091]} },
{type: 'Feature',properties:{Name: '3', Address: '45 GRACE COURT, 2B, BROOKLYN HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99715476, 40.69416091]} },
{type: 'Feature',properties:{Name: '3', Address: '2 GRACE COURT, 3G, BROOKLYN HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99832675, 40.69445737]} },
{type: 'Feature',properties:{Name: '3', Address: '2 GRACE COURT, 6V, BROOKLYN HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99832675, 40.69445737]} },
{type: 'Feature',properties:{Name: '3', Address: '2 GRACE COURT, 3A, BROOKLYN HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99832675, 40.69445737]} },
{type: 'Feature',properties:{Name: '3', Address: '2 GRACE COURT, 1D, BROOKLYN HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99832675, 40.69445737]} },
{type: 'Feature',properties:{Name: '3', Address: '2 GRACE COURT, 1G, BROOKLYN HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99832675, 40.69445737]} },
{type: 'Feature',properties:{Name: '3', Address: '2 GRACE COURT, 1W, BROOKLYN HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99832675, 40.69445737]} },
{type: 'Feature',properties:{Name: '3', Address: '60 REMSEN STREET, 7B, BROOKLYN HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99594308, 40.69448202]} },
{type: 'Feature',properties:{Name: '3', Address: '60 REMSEN STREET, 6D, BROOKLYN HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99594308, 40.69448202]} },
{type: 'Feature',properties:{Name: '3', Address: '60 REMSEN STREET, 8GH, BROOKLYN HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99594308, 40.69448202]} },
{type: 'Feature',properties:{Name: '3', Address: '60 REMSEN STREET, 4A, BROOKLYN HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99594308, 40.69448202]} },
{type: 'Feature',properties:{Name: '3', Address: '60 REMSEN STREET, 10GH, BROOKLYN HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99594308, 40.69448202]} },
{type: 'Feature',properties:{Name: '3', Address: '60 REMSEN STREET, 1D, BROOKLYN HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99594308, 40.69448202]} },
{type: 'Feature',properties:{Name: '3', Address: '60 REMSEN STREET, 1C, BROOKLYN HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99594308, 40.69448202]} },
{type: 'Feature',properties:{Name: '3', Address: '70 REMSEN STREET, 5I, BROOKLYN HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9956582, 40.69440241]} },
{type: 'Feature',properties:{Name: '3', Address: '70 REMSEN STREET, 7F, BROOKLYN HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9956582, 40.69440241]} },
{type: 'Feature',properties:{Name: '3', Address: '70 REMSEN STREET, 3AB, BROOKLYN HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9956582, 40.69440241]} },
{type: 'Feature',properties:{Name: '3', Address: '68 REMSEN STREET, 7C, BROOKLYN HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99571589, 40.69441888]} },
{type: 'Feature',properties:{Name: '3', Address: '70 REMSEN STREET, 11B, BROOKLYN HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9956582, 40.69440241]} },
{type: 'Feature',properties:{Name: '3', Address: '70 REMSEN STREET, 3H, BROOKLYN HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9956582, 40.69440241]} },
{type: 'Feature',properties:{Name: '3', Address: '70 REMSEN STREET, 7H, BROOKLYN HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9956582, 40.69440241]} },
{type: 'Feature',properties:{Name: '3', Address: '70 REMSEN STREET, 9F, BROOKLYN HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9956582, 40.69440241]} },
{type: 'Feature',properties:{Name: '3', Address: '76 REMSEN STREET, 6B, BROOKLYN HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9954851, 40.69435299]} },
{type: 'Feature',properties:{Name: '3', Address: '114 CLINTON STREET, 1D, BROOKLYN HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99295732, 40.69317262]} },
{type: 'Feature',properties:{Name: '3', Address: '114 CLINTON STREET, 5A, BROOKLYN HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99295732, 40.69317262]} },
{type: 'Feature',properties:{Name: '3', Address: '114 CLINTON STREET, 5B, BROOKLYN HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99295732, 40.69317262]} },
{type: 'Feature',properties:{Name: '3', Address: '245 HENRY STREET, 4D, BROOKLYN HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99503442, 40.69322213]} },
{type: 'Feature',properties:{Name: '3', Address: '245 HENRY STREET, 5A, BROOKLYN HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99503442, 40.69322213]} },
{type: 'Feature',properties:{Name: '3', Address: '245 HENRY STREET, 2A, BROOKLYN HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99503442, 40.69322213]} },
{type: 'Feature',properties:{Name: '3', Address: '245 HENRY STREET, 1C, BROOKLYN HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99503442, 40.69322213]} },
{type: 'Feature',properties:{Name: '3', Address: '100 REMSEN STREET, 4G, BROOKLYN HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99434198, 40.69403455]} },
{type: 'Feature',properties:{Name: '3', Address: '150 JORALEMON STREET, 6F, BROOKLYN HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99326747, 40.69286248]} },
{type: 'Feature',properties:{Name: '3', Address: '150 JORALEMON STREET, 3A, BROOKLYN HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99326747, 40.69286248]} },
{type: 'Feature',properties:{Name: '3', Address: '150 JORALEMON STREET, 9G, BROOKLYN HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99326747, 40.69286248]} },
{type: 'Feature',properties:{Name: '3', Address: '150 JORALEMON STREET, 11C, BROOKLYN HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99326747, 40.69286248]} },
{type: 'Feature',properties:{Name: '3', Address: '150 JORALEMON STREET, 2H, BROOKLYN HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99326747, 40.69286248]} },
{type: 'Feature',properties:{Name: '3', Address: '150 JORALEMON STREET, 10B, BROOKLYN HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99326747, 40.69286248]} },
{type: 'Feature',properties:{Name: '3', Address: '150 JORALEMON STREET, 8G, BROOKLYN HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99326747, 40.69286248]} },
{type: 'Feature',properties:{Name: '3', Address: '38 LIVINGSTON STREET, 21, BROOKLYN HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9928096, 40.6919704]} },
{type: 'Feature',properties:{Name: '3', Address: '38 LIVINGSTON STREET, 2, BROOKLYN HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9928096, 40.6919704]} },
{type: 'Feature',properties:{Name: '3', Address: '38 LIVINGSTON STREET, 34, BROOKLYN HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9928096, 40.6919704]} },
{type: 'Feature',properties:{Name: '3', Address: '304 HENRY STREET, BROOKLYN HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99616326, 40.6909248]} },
{type: 'Feature',properties:{Name: '3', Address: '55 POPLAR STREET, BROOKLYN HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99263551, 40.70102812]} },
{type: 'Feature',properties:{Name: '3', Address: '55 POPLAR STREET, BROOKLYN HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99263551, 40.70102812]} },
{type: 'Feature',properties:{Name: '3', Address: '55 POPLAR STREET, BROOKLYN HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99263551, 40.70102812]} },
{type: 'Feature',properties:{Name: '3', Address: '55 POPLAR STREET, BROOKLYN HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99263551, 40.70102812]} },
{type: 'Feature',properties:{Name: '3', Address: '55 POPLAR STREET, BROOKLYN HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99263551, 40.70102812]} },
{type: 'Feature',properties:{Name: '3', Address: '55 POPLAR STREET, BROOKLYN HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99263551, 40.70102812]} },
{type: 'Feature',properties:{Name: '3', Address: '55 POPLAR STREET, BROOKLYN HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99263551, 40.70102812]} },
{type: 'Feature',properties:{Name: '3', Address: '65 POPLAR STREET, BROOKLYN HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99242273, 40.70096772]} },
{type: 'Feature',properties:{Name: '3', Address: '75 POPLAR STREET, BROOKLYN HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99220635, 40.70090732]} },
{type: 'Feature',properties:{Name: '3', Address: '75 POPLAR STREET, BROOKLYN HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99220635, 40.70090732]} },
{type: 'Feature',properties:{Name: '3', Address: '20 HENRY STREET, BROOKLYN HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99162938, 40.70034735]} },
{type: 'Feature',properties:{Name: '3', Address: '20 HENRY STREET, BROOKLYN HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99162938, 40.70034735]} },
{type: 'Feature',properties:{Name: '3', Address: '72 POPLAR STREET, BROOKLYN HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9922352, 40.70089909]} },
{type: 'Feature',properties:{Name: '3', Address: '72 POPLAR STREET, BROOKLYN HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9922352, 40.70089909]} },
{type: 'Feature',properties:{Name: '3', Address: '72 POPLAR STREET, BROOKLYN HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9922352, 40.70089909]} },
{type: 'Feature',properties:{Name: '3', Address: '72 POPLAR STREET, BROOKLYN HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9922352, 40.70089909]} },
{type: 'Feature',properties:{Name: '3', Address: '72 POPLAR STREET, BROOKLYN HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9922352, 40.70089909]} },
{type: 'Feature',properties:{Name: '3', Address: '72 POPLAR STREET, BROOKLYN HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9922352, 40.70089909]} },
{type: 'Feature',properties:{Name: '3', Address: '72 POPLAR STREET, BROOKLYN HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9922352, 40.70089909]} },
{type: 'Feature',properties:{Name: '3', Address: '72 POPLAR STREET, BROOKLYN HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9922352, 40.70089909]} },
{type: 'Feature',properties:{Name: '3', Address: '72 POPLAR STREET, BROOKLYN HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9922352, 40.70089909]} },
{type: 'Feature',properties:{Name: '3', Address: '72 POPLAR STREET, BROOKLYN HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9922352, 40.70089909]} },
{type: 'Feature',properties:{Name: '3', Address: '72 POPLAR STREET, BROOKLYN HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9922352, 40.70089909]} },
{type: 'Feature',properties:{Name: '3', Address: '72 POPLAR STREET, BROOKLYN HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9922352, 40.70089909]} },
{type: 'Feature',properties:{Name: '3', Address: '9 COLLEGE PLACE, BROOKLYN HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99441751, 40.69640603]} },
{type: 'Feature',properties:{Name: '3', Address: '360 FURMAN STREET, BROOKLYN HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99948793, 40.6933979]} },
{type: 'Feature',properties:{Name: '3', Address: '360 FURMAN STREET, BROOKLYN HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99948793, 40.6933979]} },
{type: 'Feature',properties:{Name: '3', Address: '360 FURMAN STREET, BROOKLYN HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99948793, 40.6933979]} },
{type: 'Feature',properties:{Name: '3', Address: '360 FURMAN STREET, BROOKLYN HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99948793, 40.6933979]} },
{type: 'Feature',properties:{Name: '3', Address: '360 FURMAN STREET, BROOKLYN HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99948793, 40.6933979]} },
{type: 'Feature',properties:{Name: '3', Address: '360 FURMAN STREET, BROOKLYN HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99948793, 40.6933979]} },
{type: 'Feature',properties:{Name: '3', Address: '360 FURMAN STREET, BROOKLYN HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99948793, 40.6933979]} },
{type: 'Feature',properties:{Name: '3', Address: '360 FURMAN STREET, BROOKLYN HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99948793, 40.6933979]} },
{type: 'Feature',properties:{Name: '3', Address: '360 FURMAN STREET, BROOKLYN HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99948793, 40.6933979]} },
{type: 'Feature',properties:{Name: '3', Address: '360 FURMAN STREET, BROOKLYN HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99948793, 40.6933979]} },
{type: 'Feature',properties:{Name: '3', Address: '360 FURMAN STREET, BROOKLYN HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99948793, 40.6933979]} },
{type: 'Feature',properties:{Name: '3', Address: '360 FURMAN STREET, BROOKLYN HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99948793, 40.6933979]} },
{type: 'Feature',properties:{Name: '3', Address: '360 FURMAN STREET, BROOKLYN HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99948793, 40.6933979]} },
{type: 'Feature',properties:{Name: '3', Address: '360 FURMAN STREET, BROOKLYN HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99948793, 40.6933979]} },
{type: 'Feature',properties:{Name: '3', Address: '360 FURMAN STREET, BROOKLYN HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99948793, 40.6933979]} },
{type: 'Feature',properties:{Name: '3', Address: '360 FURMAN STREET, BROOKLYN HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99948793, 40.6933979]} },
{type: 'Feature',properties:{Name: '3', Address: '360 FURMAN STREET, BROOKLYN HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99948793, 40.6933979]} },
{type: 'Feature',properties:{Name: '3', Address: '360 FURMAN STREET, BROOKLYN HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99948793, 40.6933979]} },
{type: 'Feature',properties:{Name: '3', Address: '360 FURMAN STREET, BROOKLYN HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99948793, 40.6933979]} },
{type: 'Feature',properties:{Name: '3', Address: '360 FURMAN STREET, BROOKLYN HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99948793, 40.6933979]} },
{type: 'Feature',properties:{Name: '3', Address: '360 FURMAN STREET, BROOKLYN HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99948793, 40.6933979]} },
{type: 'Feature',properties:{Name: '3', Address: '360 FURMAN STREET, BROOKLYN HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99948793, 40.6933979]} },
{type: 'Feature',properties:{Name: '3', Address: '360 FURMAN STREET, BROOKLYN HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99948793, 40.6933979]} },
{type: 'Feature',properties:{Name: '3', Address: '360 FURMAN STREET, BROOKLYN HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99948793, 40.6933979]} },
{type: 'Feature',properties:{Name: '3', Address: '360 FURMAN STREET, BROOKLYN HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99948793, 40.6933979]} },
{type: 'Feature',properties:{Name: '3', Address: '360 FURMAN STREET, BROOKLYN HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99948793, 40.6933979]} },
{type: 'Feature',properties:{Name: '3', Address: '360 FURMAN STREET, BROOKLYN HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99948793, 40.6933979]} },
{type: 'Feature',properties:{Name: '3', Address: '360 FURMAN STREET, BROOKLYN HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99948793, 40.6933979]} },
{type: 'Feature',properties:{Name: '3', Address: '360 FURMAN STREET, BROOKLYN HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99948793, 40.6933979]} },
{type: 'Feature',properties:{Name: '3', Address: '360 FURMAN STREET, BROOKLYN HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99948793, 40.6933979]} },
{type: 'Feature',properties:{Name: '3', Address: '360 FURMAN STREET, BROOKLYN HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99948793, 40.6933979]} },
{type: 'Feature',properties:{Name: '3', Address: '166 MONTAGUE STREET, BROOKLYN HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99270837, 40.69434462]} },
{type: 'Feature',properties:{Name: '3', Address: '58 COURT STREET, BROOKLYN HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99119408, 40.69212399]} },
{type: 'Feature',properties:{Name: '3', Address: '64 COURT STREET, BROOKLYN HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99126622, 40.69198127]} },
{type: 'Feature',properties:{Name: '3', Address: '60 COURT STREET, BROOKLYN HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99121933, 40.69207733]} },
{type: 'Feature',properties:{Name: '3', Address: '56 COURT STREET, BROOKLYN HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99117244, 40.69217065]} },
{type: 'Feature',properties:{Name: '3', Address: '142 MONTAGUE STREET, BROOKLYN HEIGHTS', Month: '4', Price: '10000'}, geometry: { type: 'Point', coordinates:[-73.99353776, 40.69457248]} },
{type: 'Feature',properties:{Name: '3', Address: '137 ATLANTIC AVENUE, BROOKLYN HEIGHTS', Month: '2', Price: '5375'}, geometry: { type: 'Point', coordinates:[-73.99549257, 40.69055972]} },
{type: 'Feature',properties:{Name: '3', Address: '195 ATLANTIC AVENUE, BROOKLYN HEIGHTS', Month: '9', Price: '5000'}, geometry: { type: 'Point', coordinates:[-73.99314878, 40.68991459]} },
{type: 'Feature',properties:{Name: '3', Address: '170 HICKS STREET, BROOKLYN HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99520727, 40.6966531]} },
{type: 'Feature',properties:{Name: '3', Address: '24 REMSEN STREET, BROOKLYN HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99741437, 40.69489652]} },
{type: 'Feature',properties:{Name: '3', Address: '51 COLUMBIA PLACE, BROOKLYN HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99882082, 40.69265955]} },
{type: 'Feature',properties:{Name: '3', Address: '31 SCHERMERHORN STREET, BROOKLYN HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99252481, 40.69121282]} },
{type: 'Feature',properties:{Name: '3', Address: '118 STATE STREET, BROOKLYN HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99546368, 40.6912816]} },
{type: 'Feature',properties:{Name: '3', Address: '253 HENRY STREET, BROOKLYN HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99526164, 40.69275004]} },
{type: 'Feature',properties:{Name: '3', Address: '205 HICKS STREET, 3C, BROOKLYN HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99575189, 40.69542346]} },
{type: 'Feature',properties:{Name: '3', Address: '189 MONTAGUE STREET, BROOKLYN HEIGHTS', Month: '12', Price: '75000'}, geometry: { type: 'Point', coordinates:[-73.99168787, 40.69407831]} },
{type: 'Feature',properties:{Name: '3', Address: '100 CLINTON STREET, BROOKLYN HEIGHTS', Month: '4', Price: '8700'}, geometry: { type: 'Point', coordinates:[-73.99270484, 40.69370783]} },
{type: 'Feature',properties:{Name: '3', Address: '186 MONTAGUE STREET, BROOKLYN HEIGHTS', Month: '8', Price: '19200'}, geometry: { type: 'Point', coordinates:[-73.99156526, 40.69402615]} },
{type: 'Feature',properties:{Name: '3', Address: '186 REMSEN STREET, BROOKLYN HEIGHTS', Month: '10', Price: '25500'}, geometry: { type: 'Point', coordinates:[-73.99140309, 40.69322466]} },
{type: 'Feature',properties:{Name: '3', Address: '32 COURT STREET, BROOKLYN HEIGHTS', Month: '12', Price: '110000'}, geometry: { type: 'Point', coordinates:[-73.99075763, 40.69301326]} },
{type: 'Feature',properties:{Name: '3', Address: '155 MONTAGUE STREET, BROOKLYN HEIGHTS', Month: '11', Price: '6875'}, geometry: { type: 'Point', coordinates:[-73.99327091, 40.69451757]} },
{type: 'Feature',properties:{Name: '3', Address: '43 COLUMBIA PLACE, BROOKLYN HEIGHTS', Month: '2', Price: '6810'}, geometry: { type: 'Point', coordinates:[-73.9987523, 40.69279679]} },
{type: 'Feature',properties:{Name: '3', Address: '23 MIDDAGH STREET, BROOKLYN HEIGHTS', Month: '11', Price: '4284'}, geometry: { type: 'Point', coordinates:[-73.99395913, 40.70064942]} },
{type: 'Feature',properties:{Name: '3', Address: '195 MONTAGUE STREET, BROOKLYN HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99147151, 40.69401516]} },
{type: 'Feature',properties:{Name: '3', Address: '195 MONTAGUE STREET, BROOKLYN HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99147151, 40.69401516]} },
{type: 'Feature',properties:{Name: '3', Address: '195 MONTAGUE STREET, BROOKLYN HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99147151, 40.69401516]} },
{type: 'Feature',properties:{Name: '3', Address: '195 MONTAGUE STREET, BROOKLYN HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99147151, 40.69401516]} },
{type: 'Feature',properties:{Name: '3', Address: '195 MONTAGUE STREET, BROOKLYN HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99147151, 40.69401516]} },
{type: 'Feature',properties:{Name: '3', Address: '75 POPLAR STREET, BROOKLYN HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99220635, 40.70090732]} },
{type: 'Feature',properties:{Name: '3', Address: '360 FURMAN STREET, BROOKLYN HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99948793, 40.6933979]} },
{type: 'Feature',properties:{Name: '3', Address: '360 FURMAN STREET, BROOKLYN HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99948793, 40.6933979]} },
{type: 'Feature',properties:{Name: '3', Address: '360 FURMAN STREET, BROOKLYN HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99948793, 40.6933979]} },
{type: 'Feature',properties:{Name: '3', Address: '360 FURMAN STREET, BROOKLYN HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99948793, 40.6933979]} },
{type: 'Feature',properties:{Name: '3', Address: '360 FURMAN STREET, BROOKLYN HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99948793, 40.6933979]} },
{type: 'Feature',properties:{Name: '3', Address: '360 FURMAN STREET, BROOKLYN HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99948793, 40.6933979]} },
{type: 'Feature',properties:{Name: '3', Address: '149 ATLANTIC AVENUE, BROOKLYN HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99515002, 40.69046639]} },
{type: 'Feature',properties:{Name: '3', Address: '396 MIDWOOD STREET, BROOKLYN-UNKNOWN', Month: '8', Price: '1720'}, geometry: { type: 'Point', coordinates:[-73.94757898, 40.66029771]} },
{type: 'Feature',properties:{Name: '3', Address: '951 PACIFIC STREET, BROOKLYN-UNKNOWN', Month: '11', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.96279621, 40.67994526]} },
{type: 'Feature',properties:{Name: '3', Address: '830 DEAN STREET, BROOKLYN-UNKNOWN', Month: '6', Price: '3960'}, geometry: { type: 'Point', coordinates:[-73.96263446, 40.67906688]} },
{type: 'Feature',properties:{Name: '3', Address: '936 83RD STREET, BROOKLYN-UNKNOWN', Month: '1', Price: '2536'}, geometry: { type: 'Point', coordinates:[-74.01967132, 40.62031918]} },
{type: 'Feature',properties:{Name: '3', Address: '938 83RD STREET, BROOKLYN-UNKNOWN', Month: '7', Price: '2719'}, geometry: { type: 'Point', coordinates:[-74.01964611, 40.62030821]} },
{type: 'Feature',properties:{Name: '3', Address: '940 83RD STREET, BROOKLYN-UNKNOWN', Month: '6', Price: '2419'}, geometry: { type: 'Point', coordinates:[-74.01962449, 40.62029449]} },
{type: 'Feature',properties:{Name: '3', Address: '135 LEFFERTS PLACE, BROOKLYN-UNKNOWN', Month: '2', Price: '6806'}, geometry: { type: 'Point', coordinates:[-73.95789243, 40.68070112]} },
{type: 'Feature',properties:{Name: '3', Address: '159 CLASSON AVENUE, BROOKLYN-UNKNOWN', Month: '4', Price: '49355'}, geometry: { type: 'Point', coordinates:[-73.96140998, 40.69546922]} },
{type: 'Feature',properties:{Name: '3', Address: '915 ATLANTIC AVENUE, BROOKLYN-UNKNOWN', Month: '5', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.96244246, 40.68070819]} },
{type: 'Feature',properties:{Name: '3', Address: '46 BERGEN STREET, BROOKLYN-UNKNOWN', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99150844, 40.68713403]} },
{type: 'Feature',properties:{Name: '3', Address: '9 DEKALB AVENUE, BROOKLYN-UNKNOWN', Month: '7', Price: '97000'}, geometry: { type: 'Point', coordinates:[-73.9824284, 40.68998207]} },
{type: 'Feature',properties:{Name: '3', Address: '68 3 STREET, BROOKLYN-UNKNOWN', Month: '10', Price: '1972'}, geometry: { type: 'Point', coordinates:[-73.99336635, 40.67765645]} },
{type: 'Feature',properties:{Name: '3', Address: '70 3 STREET, BROOKLYN-UNKNOWN', Month: '4', Price: '2366'}, geometry: { type: 'Point', coordinates:[-73.99331949, 40.67763449]} },
{type: 'Feature',properties:{Name: '3', Address: '72 3 STREET, BROOKLYN-UNKNOWN', Month: '9', Price: '1790'}, geometry: { type: 'Point', coordinates:[-73.99327622, 40.67761253]} },
{type: 'Feature',properties:{Name: '3', Address: '74 3 STREET, BROOKLYN-UNKNOWN', Month: '2', Price: '1876'}, geometry: { type: 'Point', coordinates:[-73.99322936, 40.67759057]} },
{type: 'Feature',properties:{Name: '3', Address: '76 3 STREET, BROOKLYN-UNKNOWN', Month: '8', Price: '2918'}, geometry: { type: 'Point', coordinates:[-73.9931861, 40.6775686]} },
{type: 'Feature',properties:{Name: '3', Address: '74A 3 STREET, BROOKLYN-UNKNOWN', Month: '8', Price: '12267'}, geometry: { type: 'Point', coordinates:[-73.99342, 40.677002]} },
{type: 'Feature',properties:{Name: '3', Address: '911 ATLANTIC AVENUE, BROOKLYN-UNKNOWN', Month: '1', Price: '11120'}, geometry: { type: 'Point', coordinates:[-73.96256503, 40.68073293]} },
{type: 'Feature',properties:{Name: '3', Address: '595 NEW YORK AVE, BROOKLYN-UNKNOWN', Month: '6', Price: '919'}, geometry: { type: 'Point', coordinates:[-73.9476297, 40.65996561]} },
{type: 'Feature',properties:{Name: '3', Address: '151 PRESIDENT STREET, BROOKLYN-UNKNOWN', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00082567, 40.68302541]} },
{type: 'Feature',properties:{Name: '3', Address: 'NA PRESIDENT STREET, BROOKLYN-UNKNOWN', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00117541, 40.68328342]} },
{type: 'Feature',properties:{Name: '3', Address: '25 LEGION STREET, BROWNSVILLE', Month: '5', Price: '1116'}, geometry: { type: 'Point', coordinates:[-73.91810073, 40.66798509]} },
{type: 'Feature',properties:{Name: '3', Address: '39 LEGION STREET, BROWNSVILLE', Month: '12', Price: '1116'}, geometry: { type: 'Point', coordinates:[-73.91803974, 40.66774351]} },
{type: 'Feature',properties:{Name: '3', Address: '1892 STRAUSS STREET, BROWNSVILLE', Month: '8', Price: '1640'}, geometry: { type: 'Point', coordinates:[-73.91608234, 40.66778052]} },
{type: 'Feature',properties:{Name: '3', Address: '1892 STRAUSS STREET, BROWNSVILLE', Month: '2', Price: '1640'}, geometry: { type: 'Point', coordinates:[-73.91608234, 40.66778052]} },
{type: 'Feature',properties:{Name: '3', Address: '573 SARATOGA AVENUE, BROWNSVILLE', Month: '12', Price: '1116'}, geometry: { type: 'Point', coordinates:[-73.9168583, 40.66701804]} },
{type: 'Feature',properties:{Name: '3', Address: '531 SARATOGA AVENUE, BROWNSVILLE', Month: '2', Price: '1640'}, geometry: { type: 'Point', coordinates:[-73.91704845, 40.66774554]} },
{type: 'Feature',properties:{Name: '3', Address: '1897 STRAUSS STREET, BROWNSVILLE', Month: '5', Price: '1620'}, geometry: { type: 'Point', coordinates:[-73.91603561, 40.66767893]} },
{type: 'Feature',properties:{Name: '3', Address: '1891 STRAUSS STREET, BROWNSVILLE', Month: '6', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.91606431, 40.66778325]} },
{type: 'Feature',properties:{Name: '3', Address: '68 HERZL STREET, BROWNSVILLE', Month: '2', Price: '1620'}, geometry: { type: 'Point', coordinates:[-73.91524548, 40.66822731]} },
{type: 'Feature',properties:{Name: '3', Address: '100 AMBOY STREET, BROWNSVILLE', Month: '8', Price: '1620'}, geometry: { type: 'Point', coordinates:[-73.91422926, 40.66798227]} },
{type: 'Feature',properties:{Name: '3', Address: '508 THOMAS S BOYLAND STR, BROWNSVILLE', Month: '2', Price: '1340'}, geometry: { type: 'Point', coordinates:[-73.91329892, 40.66822586]} },
{type: 'Feature',properties:{Name: '3', Address: '508 THOMAS S BOYLAND STR, BROWNSVILLE', Month: '3', Price: '1340'}, geometry: { type: 'Point', coordinates:[-73.91329892, 40.66822586]} },
{type: 'Feature',properties:{Name: '3', Address: '547 THOMAS BOYLAND ST, BROWNSVILLE', Month: '4', Price: '1340'}, geometry: { type: 'Point', coordinates:[-73.91310156, 40.66753951]} },
{type: 'Feature',properties:{Name: '3', Address: '134 GRAFTON STREET, BROWNSVILLE', Month: '10', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.91832422, 40.66504559]} },
{type: 'Feature',properties:{Name: '3', Address: '137 GRAFTON STREET, BROWNSVILLE', Month: '4', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.91828465, 40.6649742]} },
{type: 'Feature',properties:{Name: '3', Address: '580 THOMAS S BOYLAND ST, BROWNSVILLE', Month: '12', Price: '1116'}, geometry: { type: 'Point', coordinates:[-73.9128363, 40.66640297]} },
{type: 'Feature',properties:{Name: '3', Address: '612 THOMAS S BOYLAND ST, BROWNSVILLE', Month: '11', Price: '1116'}, geometry: { type: 'Point', coordinates:[-73.91268207, 40.66580999]} },
{type: 'Feature',properties:{Name: '3', Address: '599 THOMAS S BOYLAND ST, BROWNSVILLE', Month: '5', Price: '1148'}, geometry: { type: 'Point', coordinates:[-73.91271782, 40.66603508]} },
{type: 'Feature',properties:{Name: '3', Address: '184 BRISTOL STREET, BROWNSVILLE', Month: '11', Price: '1148'}, geometry: { type: 'Point', coordinates:[-73.91190596, 40.66665753]} },
{type: 'Feature',properties:{Name: '3', Address: '214 TAPSCOTT STREET, BROWNSVILLE', Month: '8', Price: '3034'}, geometry: { type: 'Point', coordinates:[-73.91965361, 40.66262289]} },
{type: 'Feature',properties:{Name: '3', Address: '202 LEGION STREET, BROWNSVILLE', Month: '6', Price: '1148'}, geometry: { type: 'Point', coordinates:[-73.91706052, 40.66383149]} },
{type: 'Feature',properties:{Name: '3', Address: '202 LEGION STREET, BROWNSVILLE', Month: '2', Price: '1148'}, geometry: { type: 'Point', coordinates:[-73.91706052, 40.66383149]} },
{type: 'Feature',properties:{Name: '3', Address: '85 DUMONT AVENUE, BROWNSVILLE', Month: '4', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.91662901, 40.66301049]} },
{type: 'Feature',properties:{Name: '3', Address: '681 SARATOGA AVENUE, BROWNSVILLE', Month: '4', Price: '1116'}, geometry: { type: 'Point', coordinates:[-73.91610145, 40.66405313]} },
{type: 'Feature',properties:{Name: '3', Address: '290 CHESTER STREET, BROWNSVILLE', Month: '9', Price: '1116'}, geometry: { type: 'Point', coordinates:[-73.91043073, 40.66466368]} },
{type: 'Feature',properties:{Name: '3', Address: '236 GRAFTON STREET, BROWNSVILLE', Month: '5', Price: '1116'}, geometry: { type: 'Point', coordinates:[-73.91762471, 40.6623058]} },
{type: 'Feature',properties:{Name: '3', Address: '724 SARATOGA AVENUE, BROWNSVILLE', Month: '7', Price: '1116'}, geometry: { type: 'Point', coordinates:[-73.91581821, 40.66284796]} },
{type: 'Feature',properties:{Name: '3', Address: '245 LEGION STREET, BROWNSVILLE', Month: '11', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.91672325, 40.66259335]} },
{type: 'Feature',properties:{Name: '3', Address: '740 SARATOGA AVENUE, BROWNSVILLE', Month: '6', Price: '1116'}, geometry: { type: 'Point', coordinates:[-73.91573929, 40.66254872]} },
{type: 'Feature',properties:{Name: '3', Address: '744 SARATOGA AVENUE, BROWNSVILLE', Month: '10', Price: '1116'}, geometry: { type: 'Point', coordinates:[-73.91572136, 40.6624746]} },
{type: 'Feature',properties:{Name: '3', Address: '504 WATKINS STREET, BROWNSVILLE', Month: '8', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.90541966, 40.66011157]} },
{type: 'Feature',properties:{Name: '3', Address: '920 ROCKAWAY AVENUE, BROWNSVILLE', Month: '6', Price: '1148'}, geometry: { type: 'Point', coordinates:[-73.90756102, 40.65721756]} },
{type: 'Feature',properties:{Name: '3', Address: '691 MOTHER GASTON BOULEV, BROWNSVILLE', Month: '2', Price: '1116'}, geometry: { type: 'Point', coordinates:[-73.90454839, 40.66195534]} },
{type: 'Feature',properties:{Name: '3', Address: '655 MOTHER GASTON BLVD, BROWNSVILLE', Month: '8', Price: '1116'}, geometry: { type: 'Point', coordinates:[-73.90503765, 40.66261724]} },
{type: 'Feature',properties:{Name: '3', Address: '610 SACKMAN STREET, BROWNSVILLE', Month: '6', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.90309488, 40.66259915]} },
{type: 'Feature',properties:{Name: '3', Address: '620 SACKMAN STREET, BROWNSVILLE', Month: '8', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.90304469, 40.66241246]} },
{type: 'Feature',properties:{Name: '3', Address: '615 SACKMAN STREET, BROWNSVILLE', Month: '7', Price: '1116'}, geometry: { type: 'Point', coordinates:[-73.90304458, 40.66248932]} },
{type: 'Feature',properties:{Name: '3', Address: '485 POWELL STREET, BROWNSVILLE', Month: '3', Price: '1116'}, geometry: { type: 'Point', coordinates:[-73.90208227, 40.66244184]} },
{type: 'Feature',properties:{Name: '3', Address: '475 POWELL STREET, BROWNSVILLE', Month: '6', Price: '1116'}, geometry: { type: 'Point', coordinates:[-73.90212886, 40.66262578]} },
{type: 'Feature',properties:{Name: '3', Address: '459 POWELL STREET, BROWNSVILLE', Month: '5', Price: '1116'}, geometry: { type: 'Point', coordinates:[-73.90220772, 40.66292228]} },
{type: 'Feature',properties:{Name: '3', Address: '502 JUNIUS, BROWNSVILLE', Month: '12', Price: '1116'}, geometry: { type: 'Point', coordinates:[-73.90114154, 40.66242457]} },
{type: 'Feature',properties:{Name: '3', Address: '487 POWELL STREET, BROWNSVILLE', Month: '10', Price: '1116'}, geometry: { type: 'Point', coordinates:[-73.90207151, 40.66240615]} },
{type: 'Feature',properties:{Name: '3', Address: '658 SACKMAN STREET, BROWNSVILLE', Month: '5', Price: '1116'}, geometry: { type: 'Point', coordinates:[-73.90275798, 40.66128412]} },
{type: 'Feature',properties:{Name: '3', Address: '471 CHRISTOPHER AVE., BROWNSVILLE', Month: '11', Price: '1116'}, geometry: { type: 'Point', coordinates:[-73.90353022, 40.66065896]} },
{type: 'Feature',properties:{Name: '3', Address: '441 CHRISTOPHER AVE, BROWNSVILLE', Month: '1', Price: '1116'}, geometry: { type: 'Point', coordinates:[-73.90369152, 40.66127667]} },
{type: 'Feature',properties:{Name: '3', Address: '639 SACKMAN STREET, BROWNSVILLE', Month: '5', Price: '1116'}, geometry: { type: 'Point', coordinates:[-73.90282237, 40.66162178]} },
{type: 'Feature',properties:{Name: '3', Address: '521 POWELL STREET, BROWNSVILLE', Month: '1', Price: '1116'}, geometry: { type: 'Point', coordinates:[-73.90179913, 40.66134918]} },
{type: 'Feature',properties:{Name: '3', Address: '572 POWELL STREET, BROWNSVILLE', Month: '8', Price: '1116'}, geometry: { type: 'Point', coordinates:[-73.90147673, 40.65999847]} },
{type: 'Feature',properties:{Name: '3', Address: '580 POWELL STREET, BROWNSVILLE', Month: '9', Price: '1116'}, geometry: { type: 'Point', coordinates:[-73.9014373, 40.65985022]} },
{type: 'Feature',properties:{Name: '3', Address: '845 MOTHER GASTON BOULEV, BROWNSVILLE', Month: '10', Price: '1116'}, geometry: { type: 'Point', coordinates:[-73.90350896, 40.6579169]} },
{type: 'Feature',properties:{Name: '3', Address: '566 CHRISTOPHER AVE, BROWNSVILLE', Month: '7', Price: '1116'}, geometry: { type: 'Point', coordinates:[-73.90286733, 40.657974]} },
{type: 'Feature',properties:{Name: '3', Address: '549 CHRISTOPHER AVENUE, BROWNSVILLE', Month: '1', Price: '1116'}, geometry: { type: 'Point', coordinates:[-73.90292456, 40.65827323]} },
{type: 'Feature',properties:{Name: '3', Address: '539 CHRISTOPHER AVE, BROWNSVILLE', Month: '2', Price: '1116'}, geometry: { type: 'Point', coordinates:[-73.90297472, 40.65847639]} },
{type: 'Feature',properties:{Name: '3', Address: '772 SACKMAN STREET, BROWNSVILLE', Month: '6', Price: '1116'}, geometry: { type: 'Point', coordinates:[-73.90201613, 40.65839049]} },
{type: 'Feature',properties:{Name: '3', Address: '1731 PITKIN AVENUE, BROWNSVILLE', Month: '4', Price: '9520'}, geometry: { type: 'Point', coordinates:[-73.90925932, 40.66991353]} },
{type: 'Feature',properties:{Name: '3', Address: '2019 UNION STREET, BROWNSVILLE', Month: '12', Price: '2560'}, geometry: { type: 'Point', coordinates:[-73.92174981, 40.66704617]} },
{type: 'Feature',properties:{Name: '3', Address: '50 TAPSCOTT ST, BROWNSVILLE', Month: '6', Price: '2240'}, geometry: { type: 'Point', coordinates:[-73.92070858, 40.66660629]} },
{type: 'Feature',properties:{Name: '3', Address: '50 TAPSCOTT STREET, BROWNSVILLE', Month: '1', Price: '2240'}, geometry: { type: 'Point', coordinates:[-73.92070858, 40.66660629]} },
{type: 'Feature',properties:{Name: '3', Address: '503 THOMAS S BOYLAND ST, BROWNSVILLE', Month: '11', Price: '2898'}, geometry: { type: 'Point', coordinates:[-73.91329522, 40.66829996]} },
{type: 'Feature',properties:{Name: '3', Address: '139 CHESTER STREET, BROWNSVILLE', Month: '3', Price: '2955'}, geometry: { type: 'Point', coordinates:[-73.91134501, 40.66833965]} },
{type: 'Feature',properties:{Name: '3', Address: '139 CHESTER STREET, BROWNSVILLE', Month: '4', Price: '2955'}, geometry: { type: 'Point', coordinates:[-73.91134501, 40.66833965]} },
{type: 'Feature',properties:{Name: '3', Address: '1788 PITKIN AVENUE, BROWNSVILLE', Month: '3', Price: '4125'}, geometry: { type: 'Point', coordinates:[-73.90707437, 40.67022194]} },
{type: 'Feature',properties:{Name: '3', Address: '1784 PITKIN AVENUE, BROWNSVILLE', Month: '11', Price: '4125'}, geometry: { type: 'Point', coordinates:[-73.9072222, 40.6702001]} },
{type: 'Feature',properties:{Name: '3', Address: '2130 UNION STREET, BROWNSVILLE', Month: '12', Price: '1950'}, geometry: { type: 'Point', coordinates:[-73.92108972, 40.66436956]} },
{type: 'Feature',properties:{Name: '3', Address: '110 GRAFTON STREET, BROWNSVILLE', Month: '10', Price: '1550'}, geometry: { type: 'Point', coordinates:[-73.91843902, 40.66549033]} },
{type: 'Feature',properties:{Name: '3', Address: '156 GRAFTON STREET, BROWNSVILLE', Month: '6', Price: '1568'}, geometry: { type: 'Point', coordinates:[-73.91822018, 40.66463929]} },
{type: 'Feature',properties:{Name: '3', Address: '155 GRAFTON STREET, BROWNSVILLE', Month: '11', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.91819855, 40.66464202]} },
{type: 'Feature',properties:{Name: '3', Address: '135 GRAFTON STREET, BROWNSVILLE', Month: '3', Price: '1490'}, geometry: { type: 'Point', coordinates:[-73.91829542, 40.66501263]} },
{type: 'Feature',properties:{Name: '3', Address: '133 GRAFTON ST, BROWNSVILLE', Month: '1', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.91830258, 40.66504832]} },
{type: 'Feature',properties:{Name: '3', Address: '632 SARATOGA AVENUE, BROWNSVILLE', Month: '7', Price: '1756'}, geometry: { type: 'Point', coordinates:[-73.91646742, 40.66540108]} },
{type: 'Feature',properties:{Name: '3', Address: '632 SARATOGA AVENUE, BROWNSVILLE', Month: '6', Price: '1756'}, geometry: { type: 'Point', coordinates:[-73.91646742, 40.66540108]} },
{type: 'Feature',properties:{Name: '3', Address: '632 SARATOGA AVENUE, BROWNSVILLE', Month: '1', Price: '1756'}, geometry: { type: 'Point', coordinates:[-73.91646742, 40.66540108]} },
{type: 'Feature',properties:{Name: '3', Address: '165 GRAFTON STREET, BROWNSVILLE', Month: '2', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.9180443, 40.66403257]} },
{type: 'Feature',properties:{Name: '3', Address: '2047 STRAUSS STREET, BROWNSVILLE', Month: '3', Price: '1624'}, geometry: { type: 'Point', coordinates:[-73.91508869, 40.66397004]} },
{type: 'Feature',properties:{Name: '3', Address: '257 HERZL STREET, BROWNSVILLE', Month: '10', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.91409405, 40.6638101]} },
{type: 'Feature',properties:{Name: '3', Address: '170 BLAKE AVENUE, BROWNSVILLE', Month: '6', Price: '3340'}, geometry: { type: 'Point', coordinates:[-73.91332824, 40.66508036]} },
{type: 'Feature',properties:{Name: '3', Address: '277 GRAFTON STREET, BROWNSVILLE', Month: '8', Price: '1500'}, geometry: { type: 'Point', coordinates:[-73.9174058, 40.66152613]} },
{type: 'Feature',properties:{Name: '3', Address: '249 GRAFTON STREET, BROWNSVILLE', Month: '6', Price: '2830'}, geometry: { type: 'Point', coordinates:[-73.91753852, 40.66204773]} },
{type: 'Feature',properties:{Name: '3', Address: '290 LEGION STREET, BROWNSVILLE', Month: '6', Price: '3240'}, geometry: { type: 'Point', coordinates:[-73.91653324, 40.66177253]} },
{type: 'Feature',properties:{Name: '3', Address: '130 DUMONT AVENUE, BROWNSVILLE', Month: '1', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.91505719, 40.66322618]} },
{type: 'Feature',properties:{Name: '3', Address: '2094 STRAUSS STREET, BROWNSVILLE', Month: '9', Price: '1448'}, geometry: { type: 'Point', coordinates:[-73.91478394, 40.66269075]} },
{type: 'Feature',properties:{Name: '3', Address: '2094 STRAUSS STREET, BROWNSVILLE', Month: '10', Price: '1448'}, geometry: { type: 'Point', coordinates:[-73.91478394, 40.66269075]} },
{type: 'Feature',properties:{Name: '3', Address: '2132 STRAUSS STREET, BROWNSVILLE', Month: '8', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.91460462, 40.66198795]} },
{type: 'Feature',properties:{Name: '3', Address: '743 SARATOGA AVENUE, BROWNSVILLE', Month: '2', Price: '3150'}, geometry: { type: 'Point', coordinates:[-73.91569973, 40.66247733]} },
{type: 'Feature',properties:{Name: '3', Address: '339 LEGION STREET, BROWNSVILLE', Month: '9', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.91616368, 40.66042732]} },
{type: 'Feature',properties:{Name: '3', Address: '96 LIVONIA AVENUE, BROWNSVILLE', Month: '10', Price: '2036'}, geometry: { type: 'Point', coordinates:[-73.91466627, 40.66169156]} },
{type: 'Feature',properties:{Name: '3', Address: '370 AMBOY STREET, BROWNSVILLE', Month: '7', Price: '2240'}, geometry: { type: 'Point', coordinates:[-73.91249707, 40.6612041]} },
{type: 'Feature',properties:{Name: '3', Address: '370 AMBOY STREET, BROWNSVILLE', Month: '6', Price: '2240'}, geometry: { type: 'Point', coordinates:[-73.91249707, 40.6612041]} },
{type: 'Feature',properties:{Name: '3', Address: '372 AMBOY STREET, BROWNSVILLE', Month: '4', Price: '2240'}, geometry: { type: 'Point', coordinates:[-73.91248631, 40.66116567]} },
{type: 'Feature',properties:{Name: '3', Address: '379 AMBOY STREET, BROWNSVILLE', Month: '2', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.91242522, 40.66102015]} },
{type: 'Feature',properties:{Name: '3', Address: '799 THOMAS S BOYLAND ST, BROWNSVILLE', Month: '10', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.91143759, 40.66104959]} },
{type: 'Feature',properties:{Name: '3', Address: '899 SARATOGA AVENUE, BROWNSVILLE', Month: '2', Price: '3560'}, geometry: { type: 'Point', coordinates:[-73.91474214, 40.65873549]} },
{type: 'Feature',properties:{Name: '3', Address: '899 SARATOGA AVENUE, BROWNSVILLE', Month: '3', Price: '3560'}, geometry: { type: 'Point', coordinates:[-73.91474214, 40.65873549]} },
{type: 'Feature',properties:{Name: '3', Address: '828 THOMAS S BOYLAND ST, BROWNSVILLE', Month: '10', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.91121899, 40.66010521]} },
{type: 'Feature',properties:{Name: '3', Address: '847 THOMAS S. BOYLAND ST, BROWNSVILLE', Month: '10', Price: '2340'}, geometry: { type: 'Point', coordinates:[-73.91109339, 40.65969065]} },
{type: 'Feature',properties:{Name: '3', Address: '466 HERZL STREET, BROWNSVILLE', Month: '3', Price: '1968'}, geometry: { type: 'Point', coordinates:[-73.91269196, 40.65825636]} },
{type: 'Feature',properties:{Name: '3', Address: '79 LOTT AVENUE, BROWNSVILLE', Month: '12', Price: '2320'}, geometry: { type: 'Point', coordinates:[-73.91093776, 40.65747549]} },
{type: 'Feature',properties:{Name: '3', Address: '119 LOTT AVENUE, BROWNSVILLE', Month: '4', Price: '2090'}, geometry: { type: 'Point', coordinates:[-73.90928672, 40.65772123]} },
{type: 'Feature',properties:{Name: '3', Address: '540 CHESTER STREET, BROWNSVILLE', Month: '6', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.90881735, 40.65832746]} },
{type: 'Feature',properties:{Name: '3', Address: '540 CHESTER STREET, BROWNSVILLE', Month: '8', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.90881735, 40.65832746]} },
{type: 'Feature',properties:{Name: '3', Address: '953 THOMAS S BOYLAND ST, BROWNSVILLE', Month: '1', Price: '3408'}, geometry: { type: 'Point', coordinates:[-73.91038346, 40.65692062]} },
{type: 'Feature',properties:{Name: '3', Address: '568 BRISTOL STREET, BROWNSVILLE', Month: '5', Price: '1840'}, geometry: { type: 'Point', coordinates:[-73.90943551, 40.65697477]} },
{type: 'Feature',properties:{Name: '3', Address: '565 BRISTOL STREET, BROWNSVILLE', Month: '12', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.90942103, 40.65701593]} },
{type: 'Feature',properties:{Name: '3', Address: '599 CHESTER STREET, BROWNSVILLE', Month: '5', Price: '2120'}, geometry: { type: 'Point', coordinates:[-73.90840138, 40.65678731]} },
{type: 'Feature',properties:{Name: '3', Address: '496 THATFORD AVENUE, BROWNSVILLE', Month: '2', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.90668827, 40.65761211]} },
{type: 'Feature',properties:{Name: '3', Address: '520 THATFORD AVENUE, BROWNSVILLE', Month: '7', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.90657355, 40.6571756]} },
{type: 'Feature',properties:{Name: '3', Address: '515 THATFORD AVENUE, BROWNSVILLE', Month: '6', Price: '2223'}, geometry: { type: 'Point', coordinates:[-73.90657344, 40.6572497]} },
{type: 'Feature',properties:{Name: '3', Address: '204 LOTT AVENUE, BROWNSVILLE', Month: '11', Price: '2255'}, geometry: { type: 'Point', coordinates:[-73.90613244, 40.65817159]} },
{type: 'Feature',properties:{Name: '3', Address: '529 THATFORD AVENUE, BROWNSVILLE', Month: '3', Price: '1672'}, geometry: { type: 'Point', coordinates:[-73.90650532, 40.65699438]} },
{type: 'Feature',properties:{Name: '3', Address: '529 THATFORD AVENUE, BROWNSVILLE', Month: '5', Price: '1672'}, geometry: { type: 'Point', coordinates:[-73.90650532, 40.65699438]} },
{type: 'Feature',properties:{Name: '3', Address: '591 OSBORN STREET, BROWNSVILLE', Month: '8', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.90563267, 40.65731207]} },
{type: 'Feature',properties:{Name: '3', Address: '591 OSBORN STREET, BROWNSVILLE', Month: '9', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.90563267, 40.65731207]} },
{type: 'Feature',properties:{Name: '3', Address: '591 OSBORN STREET, BROWNSVILLE', Month: '3', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.90563267, 40.65731207]} },
{type: 'Feature',properties:{Name: '3', Address: '575 OSBORN STREET, BROWNSVILLE', Month: '5', Price: '2016'}, geometry: { type: 'Point', coordinates:[-73.90570795, 40.65760308]} },
{type: 'Feature',properties:{Name: '3', Address: '1031 THOMAS S. BOYLAND ST, BROWNSVILLE', Month: '9', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.90994611, 40.65517734]} },
{type: 'Feature',properties:{Name: '3', Address: '656 OSBORN STREET, BROWNSVILLE', Month: '3', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.90525291, 40.65570606]} },
{type: 'Feature',properties:{Name: '3', Address: '922 MOTHER GASTON BLVD, BROWNSVILLE', Month: '3', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.90336397, 40.65599543]} },
{type: 'Feature',properties:{Name: '3', Address: '301 MOTHER GASTON BLVD, BROWNSVILLE', Month: '3', Price: '1860'}, geometry: { type: 'Point', coordinates:[-73.90743608, 40.67193223]} },
{type: 'Feature',properties:{Name: '3', Address: '301 MOTHER GASTON BLVD, BROWNSVILLE', Month: '3', Price: '1860'}, geometry: { type: 'Point', coordinates:[-73.90743608, 40.67193223]} },
{type: 'Feature',properties:{Name: '3', Address: '144 LIBERTY AVENUE, BROWNSVILLE', Month: '8', Price: '2026'}, geometry: { type: 'Point', coordinates:[-73.90502989, 40.67312699]} },
{type: 'Feature',properties:{Name: '3', Address: '393 MOTHER GASTON BLVD, BROWNSVILLE', Month: '11', Price: '3163'}, geometry: { type: 'Point', coordinates:[-73.90680139, 40.66951357]} },
{type: 'Feature',properties:{Name: '3', Address: '440 BLAKE AVENUE, BROWNSVILLE', Month: '6', Price: '1890'}, geometry: { type: 'Point', coordinates:[-73.90286193, 40.66663378]} },
{type: 'Feature',properties:{Name: '3', Address: '1358 EAST NEW YORK AVENUE, BROWNSVILLE', Month: '3', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.91704978, 40.66957356]} },
{type: 'Feature',properties:{Name: '3', Address: '129 CHESTER AVENUE, BROWNSVILLE', Month: '3', Price: '2925'}, geometry: { type: 'Point', coordinates:[-73.98289499, 40.6422285]} },
{type: 'Feature',properties:{Name: '3', Address: '115 THATFORD AVE, BROWNSVILLE', Month: '3', Price: '2814'}, geometry: { type: 'Point', coordinates:[-73.90957062, 40.66897231]} },
{type: 'Feature',properties:{Name: '3', Address: '149 WATKINS STREET, BROWNSVILLE', Month: '12', Price: '3750'}, geometry: { type: 'Point', coordinates:[-73.90774616, 40.669292]} },
{type: 'Feature',properties:{Name: '3', Address: '139 WATKINS STREET, BROWNSVILLE', Month: '9', Price: '3210'}, geometry: { type: 'Point', coordinates:[-73.90779636, 40.66948418]} },
{type: 'Feature',properties:{Name: '3', Address: '207 LEGION STREET, BROWNSVILLE', Month: '3', Price: '3480'}, geometry: { type: 'Point', coordinates:[-73.91701019, 40.66372441]} },
{type: 'Feature',properties:{Name: '3', Address: '2016 STRAUSS STREET, BROWNSVILLE', Month: '10', Price: '3210'}, geometry: { type: 'Point', coordinates:[-73.91526095, 40.66456029]} },
{type: 'Feature',properties:{Name: '3', Address: '278 AMBOY STREET, BROWNSVILLE', Month: '4', Price: '1116'}, geometry: { type: 'Point', coordinates:[-73.91314974, 40.66375999]} },
{type: 'Feature',properties:{Name: '3', Address: '770 SARATOGA, BROWNSVILLE', Month: '11', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.91584467, 40.66187358]} },
{type: 'Feature',properties:{Name: '3', Address: '376 AMBOY STREET, BROWNSVILLE', Month: '3', Price: '1900'}, geometry: { type: 'Point', coordinates:[-73.91246838, 40.66109155]} },
{type: 'Feature',properties:{Name: '3', Address: '887 SARATOGA AVENUE, BROWNSVILLE', Month: '12', Price: '2560'}, geometry: { type: 'Point', coordinates:[-73.91479591, 40.65895785]} },
{type: 'Feature',properties:{Name: '3', Address: '1704 EAST NEW YORK AVENUE, BROWNSVILLE', Month: '4', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.90549645, 40.67460406]} },
{type: 'Feature',properties:{Name: '3', Address: '99 LOTT AVENUE, BROWNSVILLE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91010503, 40.65759836]} },
{type: 'Feature',properties:{Name: '3', Address: '271 MOTHER GASTON BLVD, BROWNSVILLE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90762612, 40.67267622]} },
{type: 'Feature',properties:{Name: '3', Address: '303 POWELL STREET, BROWNSVILLE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90330105, 40.66708155]} },
{type: 'Feature',properties:{Name: '3', Address: '303 POWELL STREET, BROWNSVILLE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90330105, 40.66708155]} },
{type: 'Feature',properties:{Name: '3', Address: '603 MOTHER GASTON BLVD, BROWNSVILLE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90543198, 40.66413268]} },
{type: 'Feature',properties:{Name: '3', Address: '663 POWELL STREET, BROWNSVILLE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90084589, 40.65762918]} },
{type: 'Feature',properties:{Name: '3', Address: '661 POWELL STREET, BROWNSVILLE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90085665, 40.65766762]} },
{type: 'Feature',properties:{Name: '3', Address: '1178 EAST NEW YORK AVE, BROWNSVILLE', Month: '3', Price: '3280'}, geometry: { type: 'Point', coordinates:[-73.92344431, 40.66678381]} },
{type: 'Feature',properties:{Name: '3', Address: '2022 UNION STREET, BROWNSVILLE', Month: '7', Price: '6000'}, geometry: { type: 'Point', coordinates:[-73.92176785, 40.66702697]} },
{type: 'Feature',properties:{Name: '3', Address: '2035 UNION STREET, BROWNSVILLE', Month: '5', Price: '5250'}, geometry: { type: 'Point', coordinates:[-73.92168163, 40.66677988]} },
{type: 'Feature',properties:{Name: '3', Address: '2031 UNION STREET, BROWNSVILLE', Month: '3', Price: '5250'}, geometry: { type: 'Point', coordinates:[-73.92169958, 40.66684577]} },
{type: 'Feature',properties:{Name: '3', Address: '59 SUTTER AVENUE, BROWNSVILLE', Month: '5', Price: '4442'}, geometry: { type: 'Point', coordinates:[-73.92029158, 40.66565631]} },
{type: 'Feature',properties:{Name: '3', Address: '95 LEGION STREET, BROWNSVILLE', Month: '9', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.91778861, 40.66677168]} },
{type: 'Feature',properties:{Name: '3', Address: '509 SARATOGA AVENUE, BROWNSVILLE', Month: '8', Price: '21292'}, geometry: { type: 'Point', coordinates:[-73.9171453, 40.66812439]} },
{type: 'Feature',properties:{Name: '3', Address: '130 BRISTOL STREET, BROWNSVILLE', Month: '4', Price: '3280'}, geometry: { type: 'Point', coordinates:[-73.91229329, 40.66816196]} },
{type: 'Feature',properties:{Name: '3', Address: '50 SUTTER AVENUE, BROWNSVILLE', Month: '8', Price: '36000'}, geometry: { type: 'Point', coordinates:[-73.92086843, 40.66555515]} },
{type: 'Feature',properties:{Name: '3', Address: '116 TAPSCOTT STREET, BROWNSVILLE', Month: '3', Price: '6750'}, geometry: { type: 'Point', coordinates:[-73.92026008, 40.66486854]} },
{type: 'Feature',properties:{Name: '3', Address: '174 GRAFTON STREET, BROWNSVILLE', Month: '3', Price: '17200'}, geometry: { type: 'Point', coordinates:[-73.91802647, 40.66388159]} },
{type: 'Feature',properties:{Name: '3', Address: '218 GRAFTON STREET, BROWNSVILLE', Month: '3', Price: '18060'}, geometry: { type: 'Point', coordinates:[-73.91781841, 40.66306624]} },
{type: 'Feature',properties:{Name: '3', Address: '788 HOWARD AVENUE, BROWNSVILLE', Month: '6', Price: '28800'}, geometry: { type: 'Point', coordinates:[-73.91865178, 40.66246299]} },
{type: 'Feature',properties:{Name: '3', Address: '802 HOWARD AVENUE, BROWNSVILLE', Month: '7', Price: '3900'}, geometry: { type: 'Point', coordinates:[-73.91858361, 40.66220218]} },
{type: 'Feature',properties:{Name: '3', Address: '808 HOWARD AVENUE, BROWNSVILLE', Month: '11', Price: '5850'}, geometry: { type: 'Point', coordinates:[-73.91855491, 40.66209237]} },
{type: 'Feature',properties:{Name: '3', Address: '702 ROCKAWAY AVENUE, BROWNSVILLE', Month: '2', Price: '18000'}, geometry: { type: 'Point', coordinates:[-73.90898429, 40.66276865]} },
{type: 'Feature',properties:{Name: '3', Address: '688 ROCKAWAY AVENUE, BROWNSVILLE', Month: '8', Price: '17600'}, geometry: { type: 'Point', coordinates:[-73.90903089, 40.66295807]} },
{type: 'Feature',properties:{Name: '3', Address: '318 LEGION STREET, BROWNSVILLE', Month: '8', Price: '3198'}, geometry: { type: 'Point', coordinates:[-73.91628932, 40.66083089]} },
{type: 'Feature',properties:{Name: '3', Address: '349 LEGION STREET, BROWNSVILLE', Month: '8', Price: '3116'}, geometry: { type: 'Point', coordinates:[-73.91611345, 40.66024063]} },
{type: 'Feature',properties:{Name: '3', Address: '349 LEGION STREET, BROWNSVILLE', Month: '7', Price: '3116'}, geometry: { type: 'Point', coordinates:[-73.91611345, 40.66024063]} },
{type: 'Feature',properties:{Name: '3', Address: '385 LEGION STREET, BROWNSVILLE', Month: '1', Price: '3900'}, geometry: { type: 'Point', coordinates:[-73.91586606, 40.65920842]} },
{type: 'Feature',properties:{Name: '3', Address: '381 LEGION STREET, BROWNSVILLE', Month: '10', Price: '3900'}, geometry: { type: 'Point', coordinates:[-73.91588399, 40.65927979]} },
{type: 'Feature',properties:{Name: '3', Address: '898 SARATOGA AVENUE, BROWNSVILLE', Month: '2', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.91477092, 40.65877119]} },
{type: 'Feature',properties:{Name: '3', Address: '2214 STRAUSS STREET, BROWNSVILLE', Month: '7', Price: '2952'}, geometry: { type: 'Point', coordinates:[-73.91399853, 40.65961601]} },
{type: 'Feature',properties:{Name: '3', Address: '2220 STRAUSS STREET, BROWNSVILLE', Month: '9', Price: '3198'}, geometry: { type: 'Point', coordinates:[-73.91396984, 40.6595062]} },
{type: 'Feature',properties:{Name: '3', Address: '85 NEWPORT ST, BROWNSVILLE', Month: '5', Price: '3750'}, geometry: { type: 'Point', coordinates:[-73.91227306, 40.65887087]} },
{type: 'Feature',properties:{Name: '3', Address: '469 BRISTOL STREET, BROWNSVILLE', Month: '12', Price: '3198'}, geometry: { type: 'Point', coordinates:[-73.91009145, 40.65965694]} },
{type: 'Feature',properties:{Name: '3', Address: '912 SARATOGA AVENUE, BROWNSVILLE', Month: '4', Price: '37584'}, geometry: { type: 'Point', coordinates:[-73.9145988, 40.65808212]} },
{type: 'Feature',properties:{Name: '3', Address: '2272 STRAUSS STREET, BROWNSVILLE', Month: '3', Price: '2920'}, geometry: { type: 'Point', coordinates:[-73.91361121, 40.65811707]} },
{type: 'Feature',properties:{Name: '3', Address: '2298 STRAUSS STREET, BROWNSVILLE', Month: '5', Price: '2920'}, geometry: { type: 'Point', coordinates:[-73.91348929, 40.65763389]} },
{type: 'Feature',properties:{Name: '3', Address: '2281 STRAUSS ST, BROWNSVILLE', Month: '11', Price: '2920'}, geometry: { type: 'Point', coordinates:[-73.91354297, 40.65793312]} },
{type: 'Feature',properties:{Name: '3', Address: '518 AMBOY STREET, BROWNSVILLE', Month: '7', Price: '3326'}, geometry: { type: 'Point', coordinates:[-73.91157191, 40.65761048]} },
{type: 'Feature',properties:{Name: '3', Address: '51 LOTT AVENUE, BROWNSVILLE', Month: '9', Price: '10800'}, geometry: { type: 'Point', coordinates:[-73.91199398, 40.65731711]} },
{type: 'Feature',properties:{Name: '3', Address: '51 LOTT AVENUE, BROWNSVILLE', Month: '1', Price: '10800'}, geometry: { type: 'Point', coordinates:[-73.91199398, 40.65731711]} },
{type: 'Feature',properties:{Name: '3', Address: '41 LOTT AVENUE, BROWNSVILLE', Month: '3', Price: '14220'}, geometry: { type: 'Point', coordinates:[-73.91228598, 40.65727342]} },
{type: 'Feature',properties:{Name: '3', Address: '41 LOTT AVENUE, BROWNSVILLE', Month: '9', Price: '14220'}, geometry: { type: 'Point', coordinates:[-73.91228598, 40.65727342]} },
{type: 'Feature',properties:{Name: '3', Address: '86 NEWPORT STREET, BROWNSVILLE', Month: '11', Price: '5063'}, geometry: { type: 'Point', coordinates:[-73.91226588, 40.65885439]} },
{type: 'Feature',properties:{Name: '3', Address: '908 HOPKINSON AVENUE, BROWNSVILLE', Month: '7', Price: '7200'}, geometry: { type: 'Point', coordinates:[-73.91073136, 40.65819721]} },
{type: 'Feature',properties:{Name: '3', Address: '913 THOMAS S BOYLAND ST, BROWNSVILLE', Month: '6', Price: '19200'}, geometry: { type: 'Point', coordinates:[-73.91067747, 40.65806816]} },
{type: 'Feature',properties:{Name: '3', Address: '913 THOMAS S BOYLAND ST, BROWNSVILLE', Month: '1', Price: '19200'}, geometry: { type: 'Point', coordinates:[-73.91067747, 40.65806816]} },
{type: 'Feature',properties:{Name: '3', Address: '893-5 HOPKINSON AVENUE, BROWNSVILLE', Month: '7', Price: '5184'}, geometry: { type: 'Point', coordinates:[-73.91076711, 40.65841408]} },
{type: 'Feature',properties:{Name: '3', Address: '869 THOMAS S BOYLAND ST, BROWNSVILLE', Month: '2', Price: '28800'}, geometry: { type: 'Point', coordinates:[-73.91087468, 40.65883137]} },
{type: 'Feature',properties:{Name: '3', Address: '869 THOMAS S BOYLAND ST, BROWNSVILLE', Month: '7', Price: '28800'}, geometry: { type: 'Point', coordinates:[-73.91087468, 40.65883137]} },
{type: 'Feature',properties:{Name: '3', Address: '514 CHESTER STREET, BROWNSVILLE', Month: '1', Price: '3075'}, geometry: { type: 'Point', coordinates:[-73.90894284, 40.6588079]} },
{type: 'Feature',properties:{Name: '3', Address: '563 AMBOY STREET, BROWNSVILLE', Month: '9', Price: '12800'}, geometry: { type: 'Point', coordinates:[-73.91122762, 40.65632291]} },
{type: 'Feature',properties:{Name: '3', Address: '634 OSBORN STREET, BROWNSVILLE', Month: '1', Price: '3225'}, geometry: { type: 'Point', coordinates:[-73.90535325, 40.65611511]} },
{type: 'Feature',properties:{Name: '3', Address: '665 WATKINS STREET, BROWNSVILLE', Month: '6', Price: '3280'}, geometry: { type: 'Point', coordinates:[-73.90432636, 40.65592213]} },
{type: 'Feature',properties:{Name: '3', Address: '123 POWELL STREET, BROWNSVILLE', Month: '5', Price: '2600'}, geometry: { type: 'Point', coordinates:[-73.90442284, 40.6715949]} },
{type: 'Feature',properties:{Name: '3', Address: '57 SUTTER AVENUE, BROWNSVILLE', Month: '8', Price: '5400'}, geometry: { type: 'Point', coordinates:[-73.92058721, 40.6656126]} },
{type: 'Feature',properties:{Name: '3', Address: '125 DUMONT AVENUE, BROWNSVILLE', Month: '12', Price: '5250'}, geometry: { type: 'Point', coordinates:[-73.91518335, 40.66322627]} },
{type: 'Feature',properties:{Name: '3', Address: '125 DUMONT, BROWNSVILLE', Month: '3', Price: '5250'}, geometry: { type: 'Point', coordinates:[-73.91518335, 40.66322627]} },
{type: 'Feature',properties:{Name: '3', Address: '296 LEGION STREET, BROWNSVILLE', Month: '4', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.91668134, 40.66151188]} },
{type: 'Feature',properties:{Name: '3', Address: '1535 PITKIN AVENUE, BROWNSVILLE', Month: '1', Price: '5080'}, geometry: { type: 'Point', coordinates:[-73.91686331, 40.66878293]} },
{type: 'Feature',properties:{Name: '3', Address: '484 ROCKAWAY AVENUE, BROWNSVILLE', Month: '2', Price: '3850'}, geometry: { type: 'Point', coordinates:[-73.91033963, 40.6680836]} },
{type: 'Feature',properties:{Name: '3', Address: '409 ROCKAWAY AVENUE, BROWNSVILLE', Month: '4', Price: '7500'}, geometry: { type: 'Point', coordinates:[-73.9108344, 40.67009042]} },
{type: 'Feature',properties:{Name: '3', Address: '407 ROCKAWAY AVENUE, BROWNSVILLE', Month: '8', Price: '7000'}, geometry: { type: 'Point', coordinates:[-73.91084156, 40.67012611]} },
{type: 'Feature',properties:{Name: '3', Address: '1721 PITKIN AVE, BROWNSVILLE', Month: '8', Price: '6500'}, geometry: { type: 'Point', coordinates:[-73.90955137, 40.66986984]} },
{type: 'Feature',properties:{Name: '3', Address: '1581 PITKIN AVENUE, BROWNSVILLE', Month: '2', Price: '3140'}, geometry: { type: 'Point', coordinates:[-73.91505698, 40.6690506]} },
{type: 'Feature',properties:{Name: '3', Address: '1597 PITKIN AVENUE, BROWNSVILLE', Month: '4', Price: '2064'}, geometry: { type: 'Point', coordinates:[-73.91436834, 40.66915439]} },
{type: 'Feature',properties:{Name: '3', Address: '1601 PITKIN AVENUE, BROWNSVILLE', Month: '10', Price: '3900'}, geometry: { type: 'Point', coordinates:[-73.91424575, 40.66917077]} },
{type: 'Feature',properties:{Name: '3', Address: '1669 PITKIN AVENUE, BROWNSVILLE', Month: '7', Price: '3280'}, geometry: { type: 'Point', coordinates:[-73.91152721, 40.66957494]} },
{type: 'Feature',properties:{Name: '3', Address: '1608 PITKIN AVENUE, BROWNSVILLE', Month: '12', Price: '4055'}, geometry: { type: 'Point', coordinates:[-73.9140619, 40.66918161]} },
{type: 'Feature',properties:{Name: '3', Address: '444 ROCKAWAY AVENUE, BROWNSVILLE', Month: '8', Price: '4800'}, geometry: { type: 'Point', coordinates:[-73.91061217, 40.66913781]} },
{type: 'Feature',properties:{Name: '3', Address: '51 BELMONT AVENUE, BROWNSVILLE', Month: '8', Price: '1750'}, geometry: { type: 'Point', coordinates:[-73.90835974, 40.66873256]} },
{type: 'Feature',properties:{Name: '3', Address: '36 BELMONT AVENUE, BROWNSVILLE', Month: '6', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.9090412, 40.66861507]} },
{type: 'Feature',properties:{Name: '3', Address: '430 MOTHER GASTON BLVD, BROWNSVILLE', Month: '9', Price: '4256'}, geometry: { type: 'Point', coordinates:[-73.90655772, 40.66847584]} },
{type: 'Feature',properties:{Name: '3', Address: '387 MOTHER GASTON BLVD, BROWNSVILLE', Month: '7', Price: '16045'}, geometry: { type: 'Point', coordinates:[-73.90683007, 40.66962887]} },
{type: 'Feature',properties:{Name: '3', Address: '655 POWELL STREET, BROWNSVILLE', Month: '6', Price: '11180'}, geometry: { type: 'Point', coordinates:[-73.90088531, 40.65778567]} },
{type: 'Feature',properties:{Name: '3', Address: '130 NEW LOTS AVENUE, BROWNSVILLE', Month: '10', Price: '10188'}, geometry: { type: 'Point', coordinates:[-73.90065003, 40.65846068]} },
{type: 'Feature',properties:{Name: '3', Address: '507 OSBORN STREET, BROWNSVILLE', Month: '6', Price: '44707'}, geometry: { type: 'Point', coordinates:[-73.90614526, 40.6593052]} },
{type: 'Feature',properties:{Name: '3', Address: '252 NEWPORT STREET, BROWNSVILLE', Month: '4', Price: '55808'}, geometry: { type: 'Point', coordinates:[-73.90570119, 40.65983183]} },
{type: 'Feature',properties:{Name: '3', Address: '135 LIBERTY AVENUE, BROWNSVILLE', Month: '7', Price: '750'}, geometry: { type: 'Point', coordinates:[-73.90526784, 40.67311072]} },
{type: 'Feature',properties:{Name: '3', Address: '131 LIBERTY AVENUE, BROWNSVILLE', Month: '12', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.90538323, 40.6730916]} },
{type: 'Feature',properties:{Name: '3', Address: '123 LIBERTY AVENUE, BROWNSVILLE', Month: '8', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.90561761, 40.67305611]} },
{type: 'Feature',properties:{Name: '3', Address: '122 JUNIUS STREET, BROWNSVILLE', Month: '8', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.90365405, 40.67224477]} },
{type: 'Feature',properties:{Name: '3', Address: '1815 PITKIN AVENUE, BROWNSVILLE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90583763, 40.6704213]} },
{type: 'Feature',properties:{Name: '3', Address: '129 POWELL STREET, BROWNSVILLE', Month: '7', Price: '5033'}, geometry: { type: 'Point', coordinates:[-73.90439776, 40.67148784]} },
{type: 'Feature',properties:{Name: '3', Address: '148 NEW LOTS AVENUE, BROWNSVILLE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90012347, 40.65869353]} },
{type: 'Feature',properties:{Name: '3', Address: '652 JUNIUS STREET, BROWNSVILLE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90024321, 40.65815566]} },
{type: 'Feature',properties:{Name: '3', Address: '1667 LINDEN BOULEVARD, BROWNSVILLE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9003131, 40.65721151]} },
{type: 'Feature',properties:{Name: '3', Address: '1665 LINDEN BOULEVARD, BROWNSVILLE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90038521, 40.65719511]} },
{type: 'Feature',properties:{Name: '3', Address: '1663 LINDEN BOULEVARD, BROWNSVILLE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9004932, 40.65728578]} },
{type: 'Feature',properties:{Name: '3', Address: '1661 LINDEN BOULEVARD, BROWNSVILLE', Month: '6', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.90060136, 40.65726391]} },
{type: 'Feature',properties:{Name: '3', Address: '670 THOMAS S BOYLAND ST, BROWNSVILLE', Month: '12', Price: '20000'}, geometry: { type: 'Point', coordinates:[-73.91229835, 40.66431104]} },
{type: 'Feature',properties:{Name: '3', Address: '137 LIBERTY AVENUE, BROWNSVILLE', Month: '7', Price: '8780'}, geometry: { type: 'Point', coordinates:[-73.90521015, 40.67311891]} },
{type: 'Feature',properties:{Name: '3', Address: '139 LIBERTY AVENUE, BROWNSVILLE', Month: '3', Price: '3572'}, geometry: { type: 'Point', coordinates:[-73.90514886, 40.67312709]} },
{type: 'Feature',properties:{Name: '3', Address: '137 LIBERTY AVENUE, BROWNSVILLE', Month: '2', Price: '3572'}, geometry: { type: 'Point', coordinates:[-73.90521015, 40.67311891]} },
{type: 'Feature',properties:{Name: '3', Address: '61 SUTTER AVENUE, BROWNSVILLE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92021226, 40.66566998]} },
{type: 'Feature',properties:{Name: '3', Address: '45 DUMONT AVENUE, BROWNSVILLE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91825852, 40.66276738]} },
{type: 'Feature',properties:{Name: '3', Address: '379 EAST 98TH STREET, BROWNSVILLE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91626994, 40.65904402]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A JUNIUS STREET, BROWNSVILLE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90041258, 40.65817502]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A JUNIUS STREET, BROWNSVILLE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90038432, 40.65779072]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A JUNIUS STREET, BROWNSVILLE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90038083, 40.65771661]} },
{type: 'Feature',properties:{Name: '3', Address: '347 ROCKAWAY AVENUE, BROWNSVILLE', Month: '3', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.91118937, 40.67151798]} },
{type: 'Feature',properties:{Name: '3', Address: '162 LIBERTY AVENUE, BROWNSVILLE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9042835, 40.67323891]} },
{type: 'Feature',properties:{Name: '3', Address: '774 ROCKAWAY AVENUE, BROWNSVILLE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90845727, 40.66070964]} },
{type: 'Feature',properties:{Name: '3', Address: '227 45TH STREET, BUSH TERMINAL', Month: '9', Price: '1952'}, geometry: { type: 'Point', coordinates:[-74.0132729, 40.65145971]} },
{type: 'Feature',properties:{Name: '3', Address: '223 45TH STREET, BUSH TERMINAL', Month: '6', Price: '1952'}, geometry: { type: 'Point', coordinates:[-74.01333778, 40.65149813]} },
{type: 'Feature',properties:{Name: '3', Address: '223 45TH STREET, BUSH TERMINAL', Month: '1', Price: '1952'}, geometry: { type: 'Point', coordinates:[-74.01333778, 40.65149813]} },
{type: 'Feature',properties:{Name: '3', Address: '4406 3 AVENUE, BUSH TERMINAL', Month: '5', Price: '3960'}, geometry: { type: 'Point', coordinates:[-74.01121503, 40.65093842]} },
{type: 'Feature',properties:{Name: '3', Address: '239 53RD STREET, BUSH TERMINAL', Month: '11', Price: '2280'}, geometry: { type: 'Point', coordinates:[-74.01774763, 40.6468561]} },
{type: 'Feature',properties:{Name: '3', Address: '245 54TH STREET, BUSH TERMINAL', Month: '5', Price: '1857'}, geometry: { type: 'Point', coordinates:[-74.01823395, 40.64624943]} },
{type: 'Feature',properties:{Name: '3', Address: '5415 2 AVENUE, BUSH TERMINAL', Month: '5', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.01939082, 40.64670762]} },
{type: 'Feature',properties:{Name: '3', Address: '239 55 ST, BUSH TERMINAL', Month: '7', Price: '1968'}, geometry: { type: 'Point', coordinates:[-74.01892208, 40.64574977]} },
{type: 'Feature',properties:{Name: '3', Address: '253 56 STREET, BUSH TERMINAL', Month: '10', Price: '2232'}, geometry: { type: 'Point', coordinates:[-74.01930746, 40.64507174]} },
{type: 'Feature',properties:{Name: '3', Address: '264 56TH STREET, BUSH TERMINAL', Month: '5', Price: '2292'}, geometry: { type: 'Point', coordinates:[-74.01913806, 40.644951]} },
{type: 'Feature',properties:{Name: '3', Address: '239 60TH STREET, BUSH TERMINAL', Month: '8', Price: '2532'}, geometry: { type: 'Point', coordinates:[-74.02186163, 40.64293035]} },
{type: 'Feature',properties:{Name: '3', Address: '258 49TH STREET, BUSH TERMINAL', Month: '8', Price: '2232'}, geometry: { type: 'Point', coordinates:[-74.01511027, 40.64889586]} },
{type: 'Feature',properties:{Name: '3', Address: '261 50TH STREET, BUSH TERMINAL', Month: '12', Price: '2184'}, geometry: { type: 'Point', coordinates:[-74.01565069, 40.64832761]} },
{type: 'Feature',properties:{Name: '3', Address: '252 50TH STREET, BUSH TERMINAL', Month: '7', Price: '1920'}, geometry: { type: 'Point', coordinates:[-74.01578764, 40.64839072]} },
{type: 'Feature',properties:{Name: '3', Address: '235 51 ST, BUSH TERMINAL', Month: '5', Price: '4000'}, geometry: { type: 'Point', coordinates:[-74.01664162, 40.64802006]} },
{type: 'Feature',properties:{Name: '3', Address: '256 51ST STREET, BUSH TERMINAL', Month: '2', Price: '2400'}, geometry: { type: 'Point', coordinates:[-74.01631003, 40.64779778]} },
{type: 'Feature',properties:{Name: '3', Address: '238 54TH STREET, BUSH TERMINAL', Month: '3', Price: '2592'}, geometry: { type: 'Point', coordinates:[-74.01834206, 40.64629333]} },
{type: 'Feature',properties:{Name: '3', Address: '266 56TH STREET, BUSH TERMINAL', Month: '9', Price: '2292'}, geometry: { type: 'Point', coordinates:[-74.01910923, 40.64493179]} },
{type: 'Feature',properties:{Name: '3', Address: '237 57TH STREET, BUSH TERMINAL', Month: '8', Price: '2732'}, geometry: { type: 'Point', coordinates:[-74.02012172, 40.64465165]} },
{type: 'Feature',properties:{Name: '3', Address: '228 55 STREET, BUSH TERMINAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01908787, 40.64583209]} },
{type: 'Feature',properties:{Name: '3', Address: '4220 3RD AVENUE, BUSH TERMINAL', Month: '12', Price: '6328'}, geometry: { type: 'Point', coordinates:[-74.01010882, 40.65200624]} },
{type: 'Feature',properties:{Name: '3', Address: '227 55TH STREET, BUSH TERMINAL', Month: '9', Price: '3792'}, geometry: { type: 'Point', coordinates:[-74.01910589, 40.64586228]} },
{type: 'Feature',properties:{Name: '3', Address: '227 55TH STREET, BUSH TERMINAL', Month: '2', Price: '3792'}, geometry: { type: 'Point', coordinates:[-74.01910589, 40.64586228]} },
{type: 'Feature',properties:{Name: '3', Address: '269 56 STREET, BUSH TERMINAL', Month: '4', Price: '3705'}, geometry: { type: 'Point', coordinates:[-74.01906238, 40.64492631]} },
{type: 'Feature',properties:{Name: '3', Address: '5418 3 AVENUE, BUSH TERMINAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01728952, 40.64508853]} },
{type: 'Feature',properties:{Name: '3', Address: '3918 3 AVENUE, BUSH TERMINAL', Month: '1', Price: '6752'}, geometry: { type: 'Point', coordinates:[-74.00833954, 40.65370266]} },
{type: 'Feature',properties:{Name: '3', Address: '4524 3 AVENUE, BUSH TERMINAL', Month: '5', Price: '7200'}, geometry: { type: 'Point', coordinates:[-74.0118708, 40.65030705]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A 26TH STREET, BUSH TERMINAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00268527, 40.66184669]} },
{type: 'Feature',properties:{Name: '3', Address: '4101 1 AVENUE, BUSH TERMINAL', Month: '9', Price: '19800'}, geometry: { type: 'Point', coordinates:[-74.01397647, 40.65537918]} },
{type: 'Feature',properties:{Name: '3', Address: '152 41ST STREET, BUSH TERMINAL', Month: '4', Price: '16000'}, geometry: { type: 'Point', coordinates:[-74.01274737, 40.65476449]} },
{type: 'Feature',properties:{Name: '3', Address: '140 50TH STREET, BUSH TERMINAL', Month: '3', Price: '3467'}, geometry: { type: 'Point', coordinates:[-74.01818087, 40.64983413]} },
{type: 'Feature',properties:{Name: '3', Address: '5002 2 AVENUE, BUSH TERMINAL', Month: '7', Price: '44325'}, geometry: { type: 'Point', coordinates:[-74.01703107, 40.64900538]} },
{type: 'Feature',properties:{Name: '3', Address: '3 WHALE SQUARE, BUSH TERMINAL', Month: '2', Price: '5208'}, geometry: { type: 'Point', coordinates:[-74.02377772, 40.65051107]} },
{type: 'Feature',properties:{Name: '3', Address: '14 53RD STREET, BUSH TERMINAL', Month: '5', Price: '302000'}, geometry: { type: 'Point', coordinates:[-74.02362993, 40.65040131]} },
{type: 'Feature',properties:{Name: '3', Address: '20TH STREET, BUSH TERMINAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99829144, 40.66491538]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A 42ND STREET, BUSH TERMINAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01265714, 40.65408654]} },
{type: 'Feature',properties:{Name: '3', Address: '161 42ND STREET, BUSH TERMINAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.012913, 40.65397672]} },
{type: 'Feature',properties:{Name: '3', Address: '119 42ND STREET, BUSH TERMINAL', Month: '8', Price: '2400'}, geometry: { type: 'Point', coordinates:[-74.01326984, 40.65419351]} },
{type: 'Feature',properties:{Name: '3', Address: '226 42ND STREET, BUSH TERMINAL', Month: '4', Price: '2500'}, geometry: { type: 'Point', coordinates:[-74.01153975, 40.65312598]} },
{type: 'Feature',properties:{Name: '3', Address: '60 20TH STREET, BUSH TERMINAL', Month: '11', Price: '15130'}, geometry: { type: 'Point', coordinates:[-73.99815446, 40.66517613]} },
{type: 'Feature',properties:{Name: '3', Address: '70 20TH STREET, BUSH TERMINAL', Month: '12', Price: '33383'}, geometry: { type: 'Point', coordinates:[-73.99804272, 40.66511025]} },
{type: 'Feature',properties:{Name: '3', Address: '70 20TH STREET, BUSH TERMINAL', Month: '10', Price: '40950'}, geometry: { type: 'Point', coordinates:[-73.99804272, 40.66511025]} },
{type: 'Feature',properties:{Name: '3', Address: '160 41ST STREET, BUSH TERMINAL', Month: '3', Price: '5440'}, geometry: { type: 'Point', coordinates:[-74.01262122, 40.65469039]} },
{type: 'Feature',properties:{Name: '3', Address: '153 42ND STREET, BUSH TERMINAL', Month: '2', Price: '7125'}, geometry: { type: 'Point', coordinates:[-74.01298149, 40.65401788]} },
{type: 'Feature',properties:{Name: '3', Address: '169-171 43RD STREET, BUSH TERMINAL', Month: '12', Price: '4000'}, geometry: { type: 'Point', coordinates:[-74.01364091, 40.65350453]} },
{type: 'Feature',properties:{Name: '3', Address: '161-165 43RD STREET, BUSH TERMINAL', Month: '5', Price: '6000'}, geometry: { type: 'Point', coordinates:[-74.01376706, 40.65358411]} },
{type: 'Feature',properties:{Name: '3', Address: '260 47TH STREET, BUSH TERMINAL', Month: '2', Price: '10000'}, geometry: { type: 'Point', coordinates:[-74.01391768, 40.6500049]} },
{type: 'Feature',properties:{Name: '3', Address: '220 52ND STREET, BUSH TERMINAL', Month: '7', Price: '3400'}, geometry: { type: 'Point', coordinates:[-74.01745593, 40.64758077]} },
{type: 'Feature',properties:{Name: '3', Address: '222 52ND STREET, BUSH TERMINAL', Month: '12', Price: '3400'}, geometry: { type: 'Point', coordinates:[-74.01742349, 40.64756156]} },
{type: 'Feature',properties:{Name: '3', Address: '226 52ND STREET, BUSH TERMINAL', Month: '12', Price: '7400'}, geometry: { type: 'Point', coordinates:[-74.01736222, 40.64752315]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A 25TH STREET, BUSH TERMINAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00356845, 40.66371587]} },
{type: 'Feature',properties:{Name: '3', Address: '5722 3 AVENUE, BUSH TERMINAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01884219, 40.64358689]} },
{type: 'Feature',properties:{Name: '3', Address: '109 25TH STREET, BUSH TERMINAL', Month: '10', Price: '244825'}, geometry: { type: 'Point', coordinates:[-74.00045776, 40.66194828]} },
{type: 'Feature',properties:{Name: '3', Address: '676 3 AVENUE, BUSH TERMINAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99746242, 40.66416604]} },
{type: 'Feature',properties:{Name: '3', Address: '113 42ND STREET, BUSH TERMINAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0133203, 40.6542237]} },
{type: 'Feature',properties:{Name: '3', Address: '5418 3 AVENUE, BUSH TERMINAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01728952, 40.64508853]} },
{type: 'Feature',properties:{Name: '3', Address: '129 TROUTMAN STREET, BUSHWICK', Month: '11', Price: '1500'}, geometry: { type: 'Point', coordinates:[-73.92954457, 40.69978537]} },
{type: 'Feature',properties:{Name: '3', Address: '216 TROUTMAN STREET, BUSHWICK', Month: '6', Price: '682'}, geometry: { type: 'Point', coordinates:[-73.92722308, 40.70212247]} },
{type: 'Feature',properties:{Name: '3', Address: '83 STARR STREET, BUSHWICK', Month: '10', Price: '1150'}, geometry: { type: 'Point', coordinates:[-73.92624589, 40.70195167]} },
{type: 'Feature',properties:{Name: '3', Address: '702 HART STREET, BUSHWICK', Month: '5', Price: '968'}, geometry: { type: 'Point', coordinates:[-73.92527866, 40.69932979]} },
{type: 'Feature',properties:{Name: '3', Address: '708 HART STREET, BUSHWICK', Month: '12', Price: '440'}, geometry: { type: 'Point', coordinates:[-73.92518479, 40.69942305]} },
{type: 'Feature',properties:{Name: '3', Address: '23 STANHOPE STREET, BUSHWICK', Month: '1', Price: '1000'}, geometry: { type: 'Point', coordinates:[-73.92609135, 40.69495241]} },
{type: 'Feature',properties:{Name: '3', Address: '140 STANHOPE STREET, BUSHWICK', Month: '9', Price: '2809'}, geometry: { type: 'Point', coordinates:[-73.92289254, 40.6981864]} },
{type: 'Feature',properties:{Name: '3', Address: '65 HARMAN STREET, BUSHWICK', Month: '5', Price: '1752'}, geometry: { type: 'Point', coordinates:[-73.92351988, 40.69518404]} },
{type: 'Feature',properties:{Name: '3', Address: '1335 GREENE AVE, BUSHWICK', Month: '2', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.91813416, 40.69948413]} },
{type: 'Feature',properties:{Name: '3', Address: '1138 GREENE AVENUE, BUSHWICK', Month: '6', Price: '1000'}, geometry: { type: 'Point', coordinates:[-73.92374873, 40.69373221]} },
{type: 'Feature',properties:{Name: '3', Address: '1142 GREENE AVENUE, BUSHWICK', Month: '12', Price: '1340'}, geometry: { type: 'Point', coordinates:[-73.92366931, 40.69381175]} },
{type: 'Feature',properties:{Name: '3', Address: '937 BUSHWICK AVE, BUSHWICK', Month: '4', Price: '2001'}, geometry: { type: 'Point', coordinates:[-73.92387968, 40.69274692]} },
{type: 'Feature',properties:{Name: '3', Address: '937 BUSHWICK AVE, BUSHWICK', Month: '12', Price: '2001'}, geometry: { type: 'Point', coordinates:[-73.92387968, 40.69274692]} },
{type: 'Feature',properties:{Name: '3', Address: '129 BLEECKER STREET, BUSHWICK', Month: '2', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.92042485, 40.69595048]} },
{type: 'Feature',properties:{Name: '3', Address: '277 BLEECKER STREET, BUSHWICK', Month: '3', Price: '943'}, geometry: { type: 'Point', coordinates:[-73.91687542, 40.69956557]} },
{type: 'Feature',properties:{Name: '3', Address: '1103 BUSHWICK AVENUE, BUSHWICK', Month: '5', Price: '1821'}, geometry: { type: 'Point', coordinates:[-73.91893915, 40.6899631]} },
{type: 'Feature',properties:{Name: '3', Address: '120 WOODBINE STREET, BUSHWICK', Month: '12', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.91717324, 40.69207531]} },
{type: 'Feature',properties:{Name: '3', Address: '1110 HALSEY STREET, BUSHWICK', Month: '4', Price: '2240'}, geometry: { type: 'Point', coordinates:[-73.91178241, 40.68921125]} },
{type: 'Feature',properties:{Name: '3', Address: '253 SCHAEFER STREET, BUSHWICK', Month: '5', Price: '1455'}, geometry: { type: 'Point', coordinates:[-73.90623363, 40.69130936]} },
{type: 'Feature',properties:{Name: '3', Address: '32 SCHAEFER STREET, BUSHWICK', Month: '7', Price: '1350'}, geometry: { type: 'Point', coordinates:[-73.91217709, 40.68522889]} },
{type: 'Feature',properties:{Name: '3', Address: '673 EVERGREEN AVENUE, BUSHWICK', Month: '10', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.90967959, 40.6869891]} },
{type: 'Feature',properties:{Name: '3', Address: '863 KNICKERBOCKER AVENUE, BUSHWICK', Month: '4', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.90544369, 40.6914734]} },
{type: 'Feature',properties:{Name: '3', Address: '76A COOPER STREET, BUSHWICK', Month: '2', Price: '1740'}, geometry: { type: 'Point', coordinates:[-73.90918035, 40.68555319]} },
{type: 'Feature',properties:{Name: '3', Address: '18 FAYETTE STREET, BUSHWICK', Month: '10', Price: '3750'}, geometry: { type: 'Point', coordinates:[-73.93990533, 40.70039784]} },
{type: 'Feature',properties:{Name: '3', Address: '91 BEAVER STREET, BUSHWICK', Month: '11', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.93588521, 40.6992511]} },
{type: 'Feature',properties:{Name: '3', Address: '62 GARDEN STREET, BUSHWICK', Month: '12', Price: '2468'}, geometry: { type: 'Point', coordinates:[-73.93647546, 40.70050853]} },
{type: 'Feature',properties:{Name: '3', Address: '64 GARDEN STREET, BUSHWICK', Month: '4', Price: '2468'}, geometry: { type: 'Point', coordinates:[-73.93645383, 40.70050303]} },
{type: 'Feature',properties:{Name: '3', Address: '964 FLUSHING AVENUE, BUSHWICK', Month: '2', Price: '1499'}, geometry: { type: 'Point', coordinates:[-73.93241176, 40.70327294]} },
{type: 'Feature',properties:{Name: '3', Address: '907 BROADWAY, BUSHWICK', Month: '5', Price: '4875'}, geometry: { type: 'Point', coordinates:[-73.9365935, 40.69774462]} },
{type: 'Feature',properties:{Name: '3', Address: '3 RENAISSANCE COURT, BUSHWICK', Month: '3', Price: '3039'}, geometry: { type: 'Point', coordinates:[-73.93488953, 40.69957443]} },
{type: 'Feature',properties:{Name: '3', Address: '137 GEORGE STREET, BUSHWICK', Month: '2', Price: '2184'}, geometry: { type: 'Point', coordinates:[-73.92911113, 40.70380893]} },
{type: 'Feature',properties:{Name: '3', Address: '137 GEORGE STREET, BUSHWICK', Month: '7', Price: '2184'}, geometry: { type: 'Point', coordinates:[-73.92911113, 40.70380893]} },
{type: 'Feature',properties:{Name: '3', Address: '127 GEORGE STREET, BUSHWICK', Month: '9', Price: '2148'}, geometry: { type: 'Point', coordinates:[-73.92928444, 40.70363063]} },
{type: 'Feature',properties:{Name: '3', Address: '127 GEORGE STREET, BUSHWICK', Month: '3', Price: '2148'}, geometry: { type: 'Point', coordinates:[-73.92928444, 40.70363063]} },
{type: 'Feature',properties:{Name: '3', Address: '89 JEFFERSON STREET, BUSHWICK', Month: '10', Price: '2288'}, geometry: { type: 'Point', coordinates:[-73.93231867, 40.69904869]} },
{type: 'Feature',properties:{Name: '3', Address: '89 JEFFERSON STREET, BUSHWICK', Month: '7', Price: '2288'}, geometry: { type: 'Point', coordinates:[-73.93231867, 40.69904869]} },
{type: 'Feature',properties:{Name: '3', Address: '128 JEFFERSON STREET, BUSHWICK', Month: '10', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.93052535, 40.69995614]} },
{type: 'Feature',properties:{Name: '3', Address: '104 CENTRAL AVENUE, BUSHWICK', Month: '6', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.92929865, 40.70043024]} },
{type: 'Feature',properties:{Name: '3', Address: '181 TROUTMAN STREET, BUSHWICK', Month: '2', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.928234, 40.70112126]} },
{type: 'Feature',properties:{Name: '3', Address: '1207 MYRTLE AVENUE, BUSHWICK', Month: '9', Price: '3126'}, geometry: { type: 'Point', coordinates:[-73.93180467, 40.69737683]} },
{type: 'Feature',properties:{Name: '3', Address: '1207 MYRTLE AVENUE, BUSHWICK', Month: '2', Price: '3126'}, geometry: { type: 'Point', coordinates:[-73.93180467, 40.69737683]} },
{type: 'Feature',properties:{Name: '3', Address: '11 DITMARS STREET, BUSHWICK', Month: '8', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.93349685, 40.69655439]} },
{type: 'Feature',properties:{Name: '3', Address: '1005 BROADWAY, BUSHWICK', Month: '7', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.93340728, 40.69596146]} },
{type: 'Feature',properties:{Name: '3', Address: '1001 BROADWAY, BUSHWICK', Month: '8', Price: '4199'}, geometry: { type: 'Point', coordinates:[-73.93352983, 40.69603015]} },
{type: 'Feature',properties:{Name: '3', Address: '893 WILLOUGHBY AVENUE, BUSHWICK', Month: '7', Price: '2950'}, geometry: { type: 'Point', coordinates:[-73.93268576, 40.69624101]} },
{type: 'Feature',properties:{Name: '3', Address: '18 STARR STREET, BUSHWICK', Month: '10', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.92771902, 40.70042102]} },
{type: 'Feature',properties:{Name: '3', Address: '894 WILLOUGHBY AVENUE, BUSHWICK', Month: '7', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.93267856, 40.69622179]} },
{type: 'Feature',properties:{Name: '3', Address: '684 BUSHWICK AVENUE, BUSHWICK', Month: '12', Price: '2764'}, geometry: { type: 'Point', coordinates:[-73.93161038, 40.69694029]} },
{type: 'Feature',properties:{Name: '3', Address: '982 WILLOUGHBY AVENUE, BUSHWICK', Month: '1', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.92948459, 40.69853372]} },
{type: 'Feature',properties:{Name: '3', Address: '151 CENTRAL AVENUE, BUSHWICK', Month: '9', Price: '2112'}, geometry: { type: 'Point', coordinates:[-73.92725142, 40.6992844]} },
{type: 'Feature',properties:{Name: '3', Address: '131 WILSON AVE, BUSHWICK', Month: '11', Price: '1500'}, geometry: { type: 'Point', coordinates:[-73.92590092, 40.70081512]} },
{type: 'Feature',properties:{Name: '3', Address: '710 BUSHWICK AVENUE, BUSHWICK', Month: '2', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.93083907, 40.69651439]} },
{type: 'Feature',properties:{Name: '3', Address: '716 BUSHWICK AVE, BUSHWICK', Month: '9', Price: '3781'}, geometry: { type: 'Point', coordinates:[-73.93059399, 40.69637701]} },
{type: 'Feature',properties:{Name: '3', Address: '489 HART STREET, BUSHWICK', Month: '2', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.93128364, 40.69554576]} },
{type: 'Feature',properties:{Name: '3', Address: '489 HART STREET, BUSHWICK', Month: '2', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.93128364, 40.69554576]} },
{type: 'Feature',properties:{Name: '3', Address: '1039 BROADWAY, BUSHWICK', Month: '7', Price: '3750'}, geometry: { type: 'Point', coordinates:[-73.93221791, 40.69528556]} },
{type: 'Feature',properties:{Name: '3', Address: '72 SUYDAM STREET, BUSHWICK', Month: '8', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.9303155, 40.69714537]} },
{type: 'Feature',properties:{Name: '3', Address: '583 HART STREET, BUSHWICK', Month: '6', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.92852291, 40.69738856]} },
{type: 'Feature',properties:{Name: '3', Address: '166 CENTRAL AVENUE, BUSHWICK', Month: '9', Price: '1819'}, geometry: { type: 'Point', coordinates:[-73.92701717, 40.69913054]} },
{type: 'Feature',properties:{Name: '3', Address: '124 SUYDAM STREET, BUSHWICK', Month: '5', Price: '2112'}, geometry: { type: 'Point', coordinates:[-73.92816112, 40.69846428]} },
{type: 'Feature',properties:{Name: '3', Address: '142 SUYDAM STREET, BUSHWICK', Month: '3', Price: '2168'}, geometry: { type: 'Point', coordinates:[-73.92766672, 40.6987659]} },
{type: 'Feature',properties:{Name: '3', Address: '142 SUYDAM ST, BUSHWICK', Month: '3', Price: '2168'}, geometry: { type: 'Point', coordinates:[-73.92766672, 40.6987659]} },
{type: 'Feature',properties:{Name: '3', Address: '168 CENTRAL AVENUE, BUSHWICK', Month: '4', Price: '2164'}, geometry: { type: 'Point', coordinates:[-73.92691986, 40.69907833]} },
{type: 'Feature',properties:{Name: '3', Address: '180 SUYDAM STREET, BUSHWICK', Month: '12', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.92602471, 40.69976395]} },
{type: 'Feature',properties:{Name: '3', Address: '721 HART STREET, BUSHWICK', Month: '11', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.92503672, 40.69960411]} },
{type: 'Feature',properties:{Name: '3', Address: '506 HART STREET, BUSHWICK', Month: '8', Price: '2722'}, geometry: { type: 'Point', coordinates:[-73.93099126, 40.69581731]} },
{type: 'Feature',properties:{Name: '3', Address: '207 EVERGREEN AVENUE, BUSHWICK', Month: '2', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.92850179, 40.69691096]} },
{type: 'Feature',properties:{Name: '3', Address: '19 DODWORTH STREET, BUSHWICK', Month: '9', Price: '2244'}, geometry: { type: 'Point', coordinates:[-73.92999694, 40.69486702]} },
{type: 'Feature',properties:{Name: '3', Address: '778 BUSHWICK AVENUE, BUSHWICK', Month: '4', Price: '2454'}, geometry: { type: 'Point', coordinates:[-73.92879191, 40.69539053]} },
{type: 'Feature',properties:{Name: '3', Address: '1281 DEKALB AVENUE, BUSHWICK', Month: '12', Price: '2448'}, geometry: { type: 'Point', coordinates:[-73.9262945, 40.69713189]} },
{type: 'Feature',properties:{Name: '3', Address: '1271 DEKALB AVENUE, BUSHWICK', Month: '6', Price: '1512'}, geometry: { type: 'Point', coordinates:[-73.92644252, 40.69698102]} },
{type: 'Feature',properties:{Name: '3', Address: '1271 DEKALB AVENUE, BUSHWICK', Month: '6', Price: '1512'}, geometry: { type: 'Point', coordinates:[-73.92644252, 40.69698102]} },
{type: 'Feature',properties:{Name: '3', Address: '1355 DEKALB AVENUE, BUSHWICK', Month: '11', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.924742, 40.69871462]} },
{type: 'Feature',properties:{Name: '3', Address: '1351 DEKALB AVENUE, BUSHWICK', Month: '5', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.92479977, 40.69865701]} },
{type: 'Feature',properties:{Name: '3', Address: '71 STOCKHOLM STREET, BUSHWICK', Month: '6', Price: '2466'}, geometry: { type: 'Point', coordinates:[-73.92550155, 40.69674162]} },
{type: 'Feature',properties:{Name: '3', Address: '53 STOCKHOLM STREET, BUSHWICK', Month: '5', Price: '1392'}, geometry: { type: 'Point', coordinates:[-73.92585536, 40.69637954]} },
{type: 'Feature',properties:{Name: '3', Address: '53 STOCKHOLM STREET, BUSHWICK', Month: '10', Price: '1392'}, geometry: { type: 'Point', coordinates:[-73.92585536, 40.69637954]} },
{type: 'Feature',properties:{Name: '3', Address: '129 STOCKHOLM STREET, BUSHWICK', Month: '11', Price: '1317'}, geometry: { type: 'Point', coordinates:[-73.92375768, 40.69852458]} },
{type: 'Feature',properties:{Name: '3', Address: '308 EVERGREEN AVENUE, BUSHWICK', Month: '9', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.92624214, 40.69555636]} },
{type: 'Feature',properties:{Name: '3', Address: '85 STANHOPE STREET, BUSHWICK', Month: '8', Price: '2205'}, geometry: { type: 'Point', coordinates:[-73.92446669, 40.6966092]} },
{type: 'Feature',properties:{Name: '3', Address: '66 STOCKHOLM STREET, BUSHWICK', Month: '2', Price: '1960'}, geometry: { type: 'Point', coordinates:[-73.92562072, 40.69659623]} },
{type: 'Feature',properties:{Name: '3', Address: '74 STOCKHOLM STREET, BUSHWICK', Month: '4', Price: '2940'}, geometry: { type: 'Point', coordinates:[-73.92546547, 40.69675258]} },
{type: 'Feature',properties:{Name: '3', Address: '78A STOCKHOLM STREET, BUSHWICK', Month: '1', Price: '2940'}, geometry: { type: 'Point', coordinates:[-73.9250976, 40.69678253]} },
{type: 'Feature',properties:{Name: '3', Address: '28 KOSSUTH PLACE, BUSHWICK', Month: '10', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.92707741, 40.69351478]} },
{type: 'Feature',properties:{Name: '3', Address: '864 BUSHWICK AVENUE, BUSHWICK', Month: '1', Price: '2532'}, geometry: { type: 'Point', coordinates:[-73.92623305, 40.69399732]} },
{type: 'Feature',properties:{Name: '3', Address: '1127 LAFAYETTE AVENUE, BUSHWICK', Month: '2', Price: '2988'}, geometry: { type: 'Point', coordinates:[-73.92638194, 40.69306145]} },
{type: 'Feature',properties:{Name: '3', Address: '851 BUSHWICK AVENUE, BUSHWICK', Month: '8', Price: '2888'}, geometry: { type: 'Point', coordinates:[-73.92639881, 40.69410448]} },
{type: 'Feature',properties:{Name: '3', Address: '845 BUSHWICK AVENUE, BUSHWICK', Month: '8', Price: '3827'}, geometry: { type: 'Point', coordinates:[-73.92669073, 40.6942666]} },
{type: 'Feature',properties:{Name: '3', Address: '46 STANHOPE STREET, BUSHWICK', Month: '5', Price: '1936'}, geometry: { type: 'Point', coordinates:[-73.92521047, 40.69582194]} },
{type: 'Feature',properties:{Name: '3', Address: '46 STANHOPE STREET, BUSHWICK', Month: '9', Price: '1936'}, geometry: { type: 'Point', coordinates:[-73.92521047, 40.69582194]} },
{type: 'Feature',properties:{Name: '3', Address: '46 STANHOPE STREET, BUSHWICK', Month: '6', Price: '1936'}, geometry: { type: 'Point', coordinates:[-73.92521047, 40.69582194]} },
{type: 'Feature',properties:{Name: '3', Address: '64 STANHOPE STREET, BUSHWICK', Month: '5', Price: '3450'}, geometry: { type: 'Point', coordinates:[-73.92485665, 40.69618401]} },
{type: 'Feature',properties:{Name: '3', Address: '57 HIMROD STREET, BUSHWICK', Month: '2', Price: '1542'}, geometry: { type: 'Point', coordinates:[-73.92441751, 40.69545911]} },
{type: 'Feature',properties:{Name: '3', Address: '47 HIMROD STREET, BUSHWICK', Month: '6', Price: '2166'}, geometry: { type: 'Point', coordinates:[-73.92457998, 40.69529453]} },
{type: 'Feature',properties:{Name: '3', Address: '223 CENTRAL AVENUE, BUSHWICK', Month: '12', Price: '1444'}, geometry: { type: 'Point', coordinates:[-73.9235933, 40.69720424]} },
{type: 'Feature',properties:{Name: '3', Address: '220 STANHOPE, BUSHWICK', Month: '8', Price: '936'}, geometry: { type: 'Point', coordinates:[-73.92046973, 40.70065229]} },
{type: 'Feature',properties:{Name: '3', Address: '615 VAN BUREN STREET, BUSHWICK', Month: '1', Price: '2290'}, geometry: { type: 'Point', coordinates:[-73.92544101, 40.69283029]} },
{type: 'Feature',properties:{Name: '3', Address: '603 VAN BUREN, BUSHWICK', Month: '3', Price: '2232'}, geometry: { type: 'Point', coordinates:[-73.92562513, 40.69264102]} },
{type: 'Feature',properties:{Name: '3', Address: '601 VAN BUREN STREET, BUSHWICK', Month: '8', Price: '2528'}, geometry: { type: 'Point', coordinates:[-73.92565762, 40.69261085]} },
{type: 'Feature',properties:{Name: '3', Address: '589 VAN BUREN, BUSHWICK', Month: '8', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.92584174, 40.69242158]} },
{type: 'Feature',properties:{Name: '3', Address: '585 VAN BUREN STREET, BUSHWICK', Month: '2', Price: '2698'}, geometry: { type: 'Point', coordinates:[-73.92590311, 40.69236123]} },
{type: 'Feature',properties:{Name: '3', Address: '585 VAN BUREN STREET, BUSHWICK', Month: '1', Price: '2698'}, geometry: { type: 'Point', coordinates:[-73.92590311, 40.69236123]} },
{type: 'Feature',properties:{Name: '3', Address: '305 EVERGREEN AVENUE, BUSHWICK', Month: '1', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.92452667, 40.69460007]} },
{type: 'Feature',properties:{Name: '3', Address: '78 HIMROD STREET, BUSHWICK', Month: '9', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.92403483, 40.69582666]} },
{type: 'Feature',properties:{Name: '3', Address: '82 HIMROD STREET, BUSHWICK', Month: '3', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.92396624, 40.69589248]} },
{type: 'Feature',properties:{Name: '3', Address: '96 HIMROD STREET, BUSHWICK', Month: '10', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.92373878, 40.69612838]} },
{type: 'Feature',properties:{Name: '3', Address: '98 HIMROD STREET, BUSHWICK', Month: '6', Price: '4785'}, geometry: { type: 'Point', coordinates:[-73.92370628, 40.6961613]} },
{type: 'Feature',properties:{Name: '3', Address: '98 HIMROD STREET, BUSHWICK', Month: '8', Price: '4785'}, geometry: { type: 'Point', coordinates:[-73.92370628, 40.6961613]} },
{type: 'Feature',properties:{Name: '3', Address: '100 HIMROD STREET, BUSHWICK', Month: '5', Price: '2942'}, geometry: { type: 'Point', coordinates:[-73.92367018, 40.69619421]} },
{type: 'Feature',properties:{Name: '3', Address: '110 HIMROD STREET, BUSHWICK', Month: '11', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.92350771, 40.69636428]} },
{type: 'Feature',properties:{Name: '3', Address: '110 HIMROD ST, BUSHWICK', Month: '6', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.92350771, 40.69636428]} },
{type: 'Feature',properties:{Name: '3', Address: '109 HARMAN STREET, BUSHWICK', Month: '10', Price: '2880'}, geometry: { type: 'Point', coordinates:[-73.92282668, 40.69588898]} },
{type: 'Feature',properties:{Name: '3', Address: '75 HARMAN STREET, BUSHWICK', Month: '2', Price: '2142'}, geometry: { type: 'Point', coordinates:[-73.92336463, 40.69534588]} },
{type: 'Feature',properties:{Name: '3', Address: '1123 GREENE AVENUE, BUSHWICK', Month: '4', Price: '2130'}, geometry: { type: 'Point', coordinates:[-73.92364761, 40.69386114]} },
{type: 'Feature',properties:{Name: '3', Address: '1121-1123 GREENE AVENUE, BUSHWICK', Month: '8', Price: '2130'}, geometry: { type: 'Point', coordinates:[-73.92368732, 40.69382274]} },
{type: 'Feature',properties:{Name: '3', Address: '1117 GREENE AVENUE, BUSHWICK', Month: '7', Price: '2220'}, geometry: { type: 'Point', coordinates:[-73.92376675, 40.6937432]} },
{type: 'Feature',properties:{Name: '3', Address: '1099 GREENE AVENUE, BUSHWICK', Month: '6', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.92411334, 40.69338661]} },
{type: 'Feature',properties:{Name: '3', Address: '90 HARMAN ST, BUSHWICK', Month: '1', Price: '2880'}, geometry: { type: 'Point', coordinates:[-73.92312637, 40.69555981]} },
{type: 'Feature',properties:{Name: '3', Address: '92 HARMAN STREET, BUSHWICK', Month: '9', Price: '2120'}, geometry: { type: 'Point', coordinates:[-73.92309388, 40.69559273]} },
{type: 'Feature',properties:{Name: '3', Address: '100 HARMAN STREET, BUSHWICK', Month: '12', Price: '2880'}, geometry: { type: 'Point', coordinates:[-73.92296752, 40.6957189]} },
{type: 'Feature',properties:{Name: '3', Address: '106 HARMAN STREET, BUSHWICK', Month: '2', Price: '2880'}, geometry: { type: 'Point', coordinates:[-73.92287364, 40.6958149]} },
{type: 'Feature',properties:{Name: '3', Address: '118 HARMAN STREET, BUSHWICK', Month: '7', Price: '2880'}, geometry: { type: 'Point', coordinates:[-73.9226859, 40.69600691]} },
{type: 'Feature',properties:{Name: '3', Address: '1181 GREENE AVENUE, BUSHWICK', Month: '9', Price: '2976'}, geometry: { type: 'Point', coordinates:[-73.92228649, 40.69524634]} },
{type: 'Feature',properties:{Name: '3', Address: '940 BUSHWICK AVENUE, BUSHWICK', Month: '3', Price: '2391'}, geometry: { type: 'Point', coordinates:[-73.92375717, 40.69266175]} },
{type: 'Feature',properties:{Name: '3', Address: '33 GOODWIN PLACE, BUSHWICK', Month: '12', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.92388455, 40.69164078]} },
{type: 'Feature',properties:{Name: '3', Address: '23 GOODWIN PLACE, BUSHWICK', Month: '12', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.92410076, 40.69176444]} },
{type: 'Feature',properties:{Name: '3', Address: '384 EVERGREEN AVE, BUSHWICK', Month: '10', Price: '4500'}, geometry: { type: 'Point', coordinates:[-73.92321852, 40.69383067]} },
{type: 'Feature',properties:{Name: '3', Address: '1212A GREENE AVENUE, BUSHWICK', Month: '4', Price: '1848'}, geometry: { type: 'Point', coordinates:[-73.92172009, 40.69544358]} },
{type: 'Feature',properties:{Name: '3', Address: '1212A GREENE AVENUE, BUSHWICK', Month: '7', Price: '1848'}, geometry: { type: 'Point', coordinates:[-73.92172009, 40.69544358]} },
{type: 'Feature',properties:{Name: '3', Address: '71 BLEECKER STREET, BUSHWICK', Month: '6', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.92186546, 40.69448301]} },
{type: 'Feature',properties:{Name: '3', Address: '18A BLEECKER STREET, BUSHWICK', Month: '11', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.92288403, 40.69307289]} },
{type: 'Feature',properties:{Name: '3', Address: '965 BUSHWICK AVENUE, BUSHWICK', Month: '4', Price: '2496'}, geometry: { type: 'Point', coordinates:[-73.92317693, 40.69236493]} },
{type: 'Feature',properties:{Name: '3', Address: '86 BLEECKER STREET, BUSHWICK', Month: '12', Price: '2001'}, geometry: { type: 'Point', coordinates:[-73.92161637, 40.69470791]} },
{type: 'Feature',properties:{Name: '3', Address: '86 BLEECKER ST, BUSHWICK', Month: '3', Price: '2001'}, geometry: { type: 'Point', coordinates:[-73.92161637, 40.69470791]} },
{type: 'Feature',properties:{Name: '3', Address: '45 MENAHAN STREET, BUSHWICK', Month: '2', Price: '2366'}, geometry: { type: 'Point', coordinates:[-73.92147333, 40.69368676]} },
{type: 'Feature',properties:{Name: '3', Address: '1444 MYRTLE AVENUE, BUSHWICK', Month: '4', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.9169375, 40.6989453]} },
{type: 'Feature',properties:{Name: '3', Address: '290 BLEECKER STREET, BUSHWICK', Month: '3', Price: '2034'}, geometry: { type: 'Point', coordinates:[-73.91668045, 40.69973835]} },
{type: 'Feature',properties:{Name: '3', Address: '290 BLEECKER STREET, BUSHWICK', Month: '6', Price: '2034'}, geometry: { type: 'Point', coordinates:[-73.91668045, 40.69973835]} },
{type: 'Feature',properties:{Name: '3', Address: '290 BLEECKER STREET, BUSHWICK', Month: '10', Price: '2034'}, geometry: { type: 'Point', coordinates:[-73.91668045, 40.69973835]} },
{type: 'Feature',properties:{Name: '3', Address: '428 EVERGREEN AVENUE, BUSHWICK', Month: '6', Price: '2560'}, geometry: { type: 'Point', coordinates:[-73.92150306, 40.69293197]} },
{type: 'Feature',properties:{Name: '3', Address: '90 MENAHAN STREET, BUSHWICK', Month: '9', Price: '1350'}, geometry: { type: 'Point', coordinates:[-73.9205924, 40.6945535]} },
{type: 'Feature',properties:{Name: '3', Address: '139 GROVE STREET, BUSHWICK', Month: '6', Price: '850'}, geometry: { type: 'Point', coordinates:[-73.91988251, 40.69411659]} },
{type: 'Feature',properties:{Name: '3', Address: '304 IRVING AVE, BUSHWICK', Month: '5', Price: '2456'}, geometry: { type: 'Point', coordinates:[-73.91426516, 40.69894608]} },
{type: 'Feature',properties:{Name: '3', Address: '304 IRVING AVE, BUSHWICK', Month: '3', Price: '2456'}, geometry: { type: 'Point', coordinates:[-73.91426516, 40.69894608]} },
{type: 'Feature',properties:{Name: '3', Address: '466 EVERGREEN AVENUE, BUSHWICK', Month: '12', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.92009013, 40.69239028]} },
{type: 'Feature',properties:{Name: '3', Address: '1235 GATES AVENUE, BUSHWICK', Month: '3', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.91865782, 40.6929794]} },
{type: 'Feature',properties:{Name: '3', Address: '1235 GATES AVENUE, BUSHWICK', Month: '11', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.91865782, 40.6929794]} },
{type: 'Feature',properties:{Name: '3', Address: '114 LINDEN STREET, BUSHWICK', Month: '7', Price: '1960'}, geometry: { type: 'Point', coordinates:[-73.91945794, 40.69332855]} },
{type: 'Feature',properties:{Name: '3', Address: '138 LINDEN STREET, BUSHWICK', Month: '12', Price: '1960'}, geometry: { type: 'Point', coordinates:[-73.91897413, 40.69382227]} },
{type: 'Feature',properties:{Name: '3', Address: '138 LINDEN STREET, BUSHWICK', Month: '12', Price: '1960'}, geometry: { type: 'Point', coordinates:[-73.91897413, 40.69382227]} },
{type: 'Feature',properties:{Name: '3', Address: '359 CENTRAL AVENUE, BUSHWICK', Month: '8', Price: '1468'}, geometry: { type: 'Point', coordinates:[-73.91809392, 40.69407691]} },
{type: 'Feature',properties:{Name: '3', Address: '326 IRVING AVENUE, BUSHWICK', Month: '5', Price: '1500'}, geometry: { type: 'Point', coordinates:[-73.9135336, 40.69852833]} },
{type: 'Feature',properties:{Name: '3', Address: '1471 GATES AVENUE, BUSHWICK', Month: '11', Price: '11163'}, geometry: { type: 'Point', coordinates:[-73.91396375, 40.69775737]} },
{type: 'Feature',properties:{Name: '3', Address: '65 PALMETTO STREET, BUSHWICK', Month: '5', Price: '1752'}, geometry: { type: 'Point', coordinates:[-73.91946802, 40.69095982]} },
{type: 'Feature',properties:{Name: '3', Address: '1063 BUSHWICK AVENUE, BUSHWICK', Month: '8', Price: '2001'}, geometry: { type: 'Point', coordinates:[-73.92025081, 40.69070784]} },
{type: 'Feature',properties:{Name: '3', Address: '336 IRVING AVENUE, BUSHWICK', Month: '3', Price: '2766'}, geometry: { type: 'Point', coordinates:[-73.91307233, 40.69826449]} },
{type: 'Feature',properties:{Name: '3', Address: '10 PALMETTO STREET, BUSHWICK', Month: '10', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.92091579, 40.68945669]} },
{type: 'Feature',properties:{Name: '3', Address: '1090 BUSHWICK AVENUE, BUSHWICK', Month: '3', Price: '1902'}, geometry: { type: 'Point', coordinates:[-73.91946528, 40.69024069]} },
{type: 'Feature',properties:{Name: '3', Address: '33 WOODBINE STREET, BUSHWICK', Month: '4', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.91966803, 40.68956013]} },
{type: 'Feature',properties:{Name: '3', Address: '70 PALMETTO STREET, BUSHWICK', Month: '5', Price: '2310'}, geometry: { type: 'Point', coordinates:[-73.91920449, 40.69120117]} },
{type: 'Feature',properties:{Name: '3', Address: '76 PALMETTO STREET, BUSHWICK', Month: '2', Price: '1540'}, geometry: { type: 'Point', coordinates:[-73.91907812, 40.69133009]} },
{type: 'Feature',properties:{Name: '3', Address: '518A EVERGREEN AVENUE, BUSHWICK', Month: '7', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.91830994, 40.69141463]} },
{type: 'Feature',properties:{Name: '3', Address: '143 WOODBINE STREET, BUSHWICK', Month: '2', Price: '1380'}, geometry: { type: 'Point', coordinates:[-73.91677243, 40.6925087]} },
{type: 'Feature',properties:{Name: '3', Address: '107 WOODBINE STREET, BUSHWICK', Month: '7', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.91739706, 40.69187236]} },
{type: 'Feature',properties:{Name: '3', Address: '228A PALMETTO STREET, BUSHWICK', Month: '7', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.91503822, 40.69510124]} },
{type: 'Feature',properties:{Name: '3', Address: '228A PALMETTO STREET, BUSHWICK', Month: '11', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.91503822, 40.69510124]} },
{type: 'Feature',properties:{Name: '3', Address: '228A PALMETTO STREET, BUSHWICK', Month: '4', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.91503822, 40.69510124]} },
{type: 'Feature',properties:{Name: '3', Address: '270 PALMETTO ST, BUSHWICK', Month: '11', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.91449614, 40.69599563]} },
{type: 'Feature',properties:{Name: '3', Address: '270 PALMETTO ST, BUSHWICK', Month: '1', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.91449614, 40.69599563]} },
{type: 'Feature',properties:{Name: '3', Address: '225 WOODBINE, BUSHWICK', Month: '8', Price: '2565'}, geometry: { type: 'Point', coordinates:[-73.91453014, 40.69479345]} },
{type: 'Feature',properties:{Name: '3', Address: '38 WOODBINE STREET, BUSHWICK', Month: '2', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.91956697, 40.68963965]} },
{type: 'Feature',properties:{Name: '3', Address: '483 EVERGREEN AVE, BUSHWICK', Month: '4', Price: '3780'}, geometry: { type: 'Point', coordinates:[-73.91708421, 40.69116947]} },
{type: 'Feature',properties:{Name: '3', Address: '126 WOODBINE STREET, BUSHWICK', Month: '8', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.91706853, 40.69218228]} },
{type: 'Feature',properties:{Name: '3', Address: '1119 MADISON STREET, BUSHWICK', Month: '6', Price: '1102'}, geometry: { type: 'Point', coordinates:[-73.91604457, 40.69205802]} },
{type: 'Feature',properties:{Name: '3', Address: '1119 MADISON STREET, BUSHWICK', Month: '11', Price: '1102'}, geometry: { type: 'Point', coordinates:[-73.91604457, 40.69205802]} },
{type: 'Feature',properties:{Name: '3', Address: '1115 MADISON STREET, BUSHWICK', Month: '5', Price: '2454'}, geometry: { type: 'Point', coordinates:[-73.91610234, 40.69200043]} },
{type: 'Feature',properties:{Name: '3', Address: '1081 MADISON STREET, BUSHWICK', Month: '12', Price: '2814'}, geometry: { type: 'Point', coordinates:[-73.91658616, 40.69150946]} },
{type: 'Feature',properties:{Name: '3', Address: '230 WOODBINE STREET, BUSHWICK', Month: '12', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.91444351, 40.69485651]} },
{type: 'Feature',properties:{Name: '3', Address: '415 WILSON AVENUE, BUSHWICK', Month: '2', Price: '1576'}, geometry: { type: 'Point', coordinates:[-73.91451269, 40.69434055]} },
{type: 'Feature',properties:{Name: '3', Address: '645 KNICKERBOCKER AVE, BUSHWICK', Month: '4', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.91238364, 40.69542313]} },
{type: 'Feature',properties:{Name: '3', Address: '1134 BUSHWICK AVE, BUSHWICK', Month: '2', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91805274, 40.68944096]} },
{type: 'Feature',properties:{Name: '3', Address: '1134 BUSHWICK AVENUE, BUSHWICK', Month: '8', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91805274, 40.68944096]} },
{type: 'Feature',properties:{Name: '3', Address: '1028 MADISON STREET, BUSHWICK', Month: '7', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91779573, 40.69024774]} },
{type: 'Feature',properties:{Name: '3', Address: '1036 MADISON STREET, BUSHWICK', Month: '4', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.91767297, 40.69037391]} },
{type: 'Feature',properties:{Name: '3', Address: '1036 MADISON ST, BUSHWICK', Month: '6', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.91767297, 40.69037391]} },
{type: 'Feature',properties:{Name: '3', Address: '1163 PUTNAM AVENUE, BUSHWICK', Month: '12', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91702092, 40.68987115]} },
{type: 'Feature',properties:{Name: '3', Address: '1161 PUTNAM AVENUE, BUSHWICK', Month: '3', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91705342, 40.68983549]} },
{type: 'Feature',properties:{Name: '3', Address: '1098 MADISON STREET, BUSHWICK', Month: '2', Price: '1300'}, geometry: { type: 'Point', coordinates:[-73.91634068, 40.69173161]} },
{type: 'Feature',properties:{Name: '3', Address: '1239 PUTNAM AVENUE, BUSHWICK', Month: '10', Price: '2364'}, geometry: { type: 'Point', coordinates:[-73.91531673, 40.6916046]} },
{type: 'Feature',properties:{Name: '3', Address: '1217 PUTNAM AVENUE, BUSHWICK', Month: '6', Price: '1910'}, geometry: { type: 'Point', coordinates:[-73.91568502, 40.6912261]} },
{type: 'Feature',properties:{Name: '3', Address: '1174 MADISON STREET, BUSHWICK', Month: '1', Price: '2850'}, geometry: { type: 'Point', coordinates:[-73.91485668, 40.69324015]} },
{type: 'Feature',properties:{Name: '3', Address: '1369 PUTNAM AVENUE, BUSHWICK', Month: '7', Price: '2880'}, geometry: { type: 'Point', coordinates:[-73.91249306, 40.69448176]} },
{type: 'Feature',properties:{Name: '3', Address: '73 CORNELIA STREET, BUSHWICK', Month: '3', Price: '2736'}, geometry: { type: 'Point', coordinates:[-73.91640141, 40.68931077]} },
{type: 'Feature',properties:{Name: '3', Address: '519 EVERGREEN AVENUE, BUSHWICK', Month: '1', Price: '2919'}, geometry: { type: 'Point', coordinates:[-73.91567164, 40.69039991]} },
{type: 'Feature',properties:{Name: '3', Address: '1226 PUTNAM AVENUE, BUSHWICK', Month: '11', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.91553341, 40.69135499]} },
{type: 'Feature',properties:{Name: '3', Address: '153 CORNELIA ST, BUSHWICK', Month: '9', Price: '2565'}, geometry: { type: 'Point', coordinates:[-73.91457806, 40.69116764]} },
{type: 'Feature',properties:{Name: '3', Address: '1274 PUTNAM AVENUE, BUSHWICK', Month: '8', Price: '1839'}, geometry: { type: 'Point', coordinates:[-73.91433465, 40.69257827]} },
{type: 'Feature',properties:{Name: '3', Address: '1282 PUTNAM AVENUE, BUSHWICK', Month: '5', Price: '1839'}, geometry: { type: 'Point', coordinates:[-73.91420466, 40.69270992]} },
{type: 'Feature',properties:{Name: '3', Address: '1302 PUTNAM AVENUE, BUSHWICK', Month: '3', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91387969, 40.6930418]} },
{type: 'Feature',properties:{Name: '3', Address: '1310 PUTNAM AVE, BUSHWICK', Month: '7', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.9137497, 40.69317345]} },
{type: 'Feature',properties:{Name: '3', Address: '225 CORNELIA STREET, BUSHWICK', Month: '2', Price: '2565'}, geometry: { type: 'Point', coordinates:[-73.91291711, 40.69285443]} },
{type: 'Feature',properties:{Name: '3', Address: '223 CORNELIA STREET, BUSHWICK', Month: '2', Price: '2565'}, geometry: { type: 'Point', coordinates:[-73.91295322, 40.69281877]} },
{type: 'Feature',properties:{Name: '3', Address: '1356 PUTNAM AVE, BUSHWICK', Month: '1', Price: '1944'}, geometry: { type: 'Point', coordinates:[-73.91265198, 40.69429523]} },
{type: 'Feature',properties:{Name: '3', Address: '1410 PUTNAM AVE, BUSHWICK', Month: '10', Price: '2362'}, geometry: { type: 'Point', coordinates:[-73.91144589, 40.69552397]} },
{type: 'Feature',properties:{Name: '3', Address: '1410 PUTNAM AVE, BUSHWICK', Month: '4', Price: '2362'}, geometry: { type: 'Point', coordinates:[-73.91144589, 40.69552397]} },
{type: 'Feature',properties:{Name: '3', Address: '582 EVERGREEN AVE., BUSHWICK', Month: '11', Price: '2340'}, geometry: { type: 'Point', coordinates:[-73.91534737, 40.69019381]} },
{type: 'Feature',properties:{Name: '3', Address: '1143 JEFFERSON AVENUE, BUSHWICK', Month: '7', Price: '2250'}, geometry: { type: 'Point', coordinates:[-73.91508869, 40.68945254]} },
{type: 'Feature',properties:{Name: '3', Address: '1111 JEFFERSON AVENUE, BUSHWICK', Month: '10', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.91552557, 40.68900546]} },
{type: 'Feature',properties:{Name: '3', Address: '1109 JEFFERSON AVENUE, BUSHWICK', Month: '11', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.91555445, 40.68897803]} },
{type: 'Feature',properties:{Name: '3', Address: '1217 JEFFERSON AVENUE, BUSHWICK', Month: '9', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.91361916, 40.69094734]} },
{type: 'Feature',properties:{Name: '3', Address: '1169 JEFFERSON AVENUE, BUSHWICK', Month: '11', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.91431602, 40.69023971]} },
{type: 'Feature',properties:{Name: '3', Address: '1169 JEFFERSON AVENUE, BUSHWICK', Month: '3', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.91431602, 40.69023971]} },
{type: 'Feature',properties:{Name: '3', Address: '1255 JEFFERSON AVENUE, BUSHWICK', Month: '1', Price: '2679'}, geometry: { type: 'Point', coordinates:[-73.91266591, 40.69192102]} },
{type: 'Feature',properties:{Name: '3', Address: '1325 JEFFERSON AVENUE, BUSHWICK', Month: '6', Price: '2565'}, geometry: { type: 'Point', coordinates:[-73.91125043, 40.69336368]} },
{type: 'Feature',properties:{Name: '3', Address: '1333 JEFFERSON AVENUE, BUSHWICK', Month: '7', Price: '2946'}, geometry: { type: 'Point', coordinates:[-73.91113488, 40.69348162]} },
{type: 'Feature',properties:{Name: '3', Address: '454 IRVING AVENUE, BUSHWICK', Month: '11', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.90909399, 40.69600247]} },
{type: 'Feature',properties:{Name: '3', Address: '456 IRVING AVENUE, BUSHWICK', Month: '7', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.90903634, 40.69596949]} },
{type: 'Feature',properties:{Name: '3', Address: '1048 JEFFERSON AVENUE, BUSHWICK', Month: '4', Price: '2716'}, geometry: { type: 'Point', coordinates:[-73.91693367, 40.68754627]} },
{type: 'Feature',properties:{Name: '3', Address: '1075 HANCOCK STREET, BUSHWICK', Month: '10', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91448725, 40.6888702]} },
{type: 'Feature',properties:{Name: '3', Address: '1073 HANCOCK STREET, BUSHWICK', Month: '4', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91451975, 40.68883729]} },
{type: 'Feature',properties:{Name: '3', Address: '1067 HANCOCK STREET, BUSHWICK', Month: '8', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91462445, 40.68873032]} },
{type: 'Feature',properties:{Name: '3', Address: '1067 HANCOCK STREET, BUSHWICK', Month: '5', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91462445, 40.68873032]} },
{type: 'Feature',properties:{Name: '3', Address: '1067 HANCOCK STREET, BUSHWICK', Month: '4', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91462445, 40.68873032]} },
{type: 'Feature',properties:{Name: '3', Address: '1194 JEFFERSON AVE, BUSHWICK', Month: '1', Price: '2430'}, geometry: { type: 'Point', coordinates:[-73.91395138, 40.69058254]} },
{type: 'Feature',properties:{Name: '3', Address: '1216 JEFFERSON AVENUE, BUSHWICK', Month: '10', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.91363363, 40.69090893]} },
{type: 'Feature',properties:{Name: '3', Address: '1216 JEFFERSON AVE, BUSHWICK', Month: '3', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.91363363, 40.69090893]} },
{type: 'Feature',properties:{Name: '3', Address: '1129 HANCOCK ST, BUSHWICK', Month: '8', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.9132488, 40.69013461]} },
{type: 'Feature',properties:{Name: '3', Address: '1129 HANCOCK ST, BUSHWICK', Month: '10', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.9132488, 40.69013461]} },
{type: 'Feature',properties:{Name: '3', Address: '1286 JEFFERSON AVENUE, BUSHWICK', Month: '1', Price: '2679'}, geometry: { type: 'Point', coordinates:[-73.91221459, 40.69235435]} },
{type: 'Feature',properties:{Name: '3', Address: '1286 JEFFERSON AVENUE, BUSHWICK', Month: '12', Price: '2679'}, geometry: { type: 'Point', coordinates:[-73.91221459, 40.69235435]} },
{type: 'Feature',properties:{Name: '3', Address: '1203 HANCOCK ST, BUSHWICK', Month: '10', Price: '2565'}, geometry: { type: 'Point', coordinates:[-73.91177199, 40.69164037]} },
{type: 'Feature',properties:{Name: '3', Address: '497 CENTRAL AVENUE, BUSHWICK', Month: '4', Price: '1960'}, geometry: { type: 'Point', coordinates:[-73.91260588, 40.69095207]} },
{type: 'Feature',properties:{Name: '3', Address: '497 CENTRAL AVENUE, BUSHWICK', Month: '10', Price: '1960'}, geometry: { type: 'Point', coordinates:[-73.91260588, 40.69095207]} },
{type: 'Feature',properties:{Name: '3', Address: '497 CENTRAL AVENUE, BUSHWICK', Month: '1', Price: '1960'}, geometry: { type: 'Point', coordinates:[-73.91260588, 40.69095207]} },
{type: 'Feature',properties:{Name: '3', Address: '1363 HANCOCK STREET, BUSHWICK', Month: '5', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.908634, 40.69483283]} },
{type: 'Feature',properties:{Name: '3', Address: '1238 BUSHWICK AVENUE, BUSHWICK', Month: '12', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.91485665, 40.68761886]} },
{type: 'Feature',properties:{Name: '3', Address: '29 WEIRFIELD STREET, BUSHWICK', Month: '3', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.91533364, 40.68681225]} },
{type: 'Feature',properties:{Name: '3', Address: '83 WEIRFIELD STREET, BUSHWICK', Month: '3', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91396525, 40.68821106]} },
{type: 'Feature',properties:{Name: '3', Address: '81 WEIRFIELD STREET, BUSHWICK', Month: '10', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91400136, 40.68817266]} },
{type: 'Feature',properties:{Name: '3', Address: '81 WEIRFIELD STREET, BUSHWICK', Month: '3', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91400136, 40.68817266]} },
{type: 'Feature',properties:{Name: '3', Address: '575 EVERGREEN AVENUE, BUSHWICK', Month: '2', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.91359255, 40.68921537]} },
{type: 'Feature',properties:{Name: '3', Address: '137 WEIRFIELD STREET, BUSHWICK', Month: '6', Price: '2385'}, geometry: { type: 'Point', coordinates:[-73.91260044, 40.68959889]} },
{type: 'Feature',properties:{Name: '3', Address: '1228 HANCOCK ST, BUSHWICK', Month: '10', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.91140733, 40.69198318]} },
{type: 'Feature',properties:{Name: '3', Address: '1230 HANCOCK STREET, BUSHWICK', Month: '6', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.91137844, 40.69201335]} },
{type: 'Feature',properties:{Name: '3', Address: '1230 HANCOCK STREET, BUSHWICK', Month: '1', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.91137844, 40.69201335]} },
{type: 'Feature',properties:{Name: '3', Address: '484 IRVING AVENUE, BUSHWICK', Month: '4', Price: '3288'}, geometry: { type: 'Point', coordinates:[-73.90788325, 40.69531257]} },
{type: 'Feature',properties:{Name: '3', Address: '999 HALSEY ST, BUSHWICK', Month: '11', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91458058, 40.68638625]} },
{type: 'Feature',properties:{Name: '3', Address: '74 WEIRFIELD STREET, BUSHWICK', Month: '7', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91412777, 40.68801631]} },
{type: 'Feature',properties:{Name: '3', Address: '88 WEIRFIELD STREET, BUSHWICK', Month: '5', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91387503, 40.68827413]} },
{type: 'Feature',properties:{Name: '3', Address: '96 WEIRFIELD STREET, BUSHWICK', Month: '4', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91373061, 40.68841949]} },
{type: 'Feature',properties:{Name: '3', Address: '100 WEIRFIELD STREET, BUSHWICK', Month: '9', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91365839, 40.68849355]} },
{type: 'Feature',properties:{Name: '3', Address: '100 WEIRFIELD ST, BUSHWICK', Month: '1', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91365839, 40.68849355]} },
{type: 'Feature',properties:{Name: '3', Address: '108 WEIRFIELD STREET, BUSHWICK', Month: '11', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91351036, 40.68864165]} },
{type: 'Feature',properties:{Name: '3', Address: '1069 HALSEY STREET, BUSHWICK', Month: '3', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.91291974, 40.68808127]} },
{type: 'Feature',properties:{Name: '3', Address: '1065 HALSEY STREET, BUSHWICK', Month: '12', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.91299195, 40.68800722]} },
{type: 'Feature',properties:{Name: '3', Address: '1039 HALSEY, BUSHWICK', Month: '1', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.91346493, 40.68752724]} },
{type: 'Feature',properties:{Name: '3', Address: '1191 HALSEY STREET, BUSHWICK', Month: '12', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.90998778, 40.69107356]} },
{type: 'Feature',properties:{Name: '3', Address: '1191 HALSEY STREET, BUSHWICK', Month: '10', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.90998778, 40.69107356]} },
{type: 'Feature',properties:{Name: '3', Address: '1179 HALSEY STREET, BUSHWICK', Month: '12', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.91019361, 40.69085963]} },
{type: 'Feature',properties:{Name: '3', Address: '1171 HALSEY STREET, BUSHWICK', Month: '5', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.91033443, 40.69071701]} },
{type: 'Feature',properties:{Name: '3', Address: '1161 HALSEY STREET, BUSHWICK', Month: '4', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.91050776, 40.69053874]} },
{type: 'Feature',properties:{Name: '3', Address: '294 WEIRFIELD STREET, BUSHWICK', Month: '10', Price: '2320'}, geometry: { type: 'Point', coordinates:[-73.90840817, 40.69384454]} },
{type: 'Feature',properties:{Name: '3', Address: '302 WEIRFIELD STREET, BUSHWICK', Month: '7', Price: '2320'}, geometry: { type: 'Point', coordinates:[-73.90824566, 40.69400909]} },
{type: 'Feature',properties:{Name: '3', Address: '1000 HALSEY STREET, BUSHWICK', Month: '8', Price: '2880'}, geometry: { type: 'Point', coordinates:[-73.91454812, 40.68639446]} },
{type: 'Feature',properties:{Name: '3', Address: '11 ELDERT STREET, BUSHWICK', Month: '6', Price: '2260'}, geometry: { type: 'Point', coordinates:[-73.91415608, 40.68563112]} },
{type: 'Feature',properties:{Name: '3', Address: '1060 HALSEY STREET, BUSHWICK', Month: '8', Price: '3276'}, geometry: { type: 'Point', coordinates:[-73.91308586, 40.68788652]} },
{type: 'Feature',properties:{Name: '3', Address: '85 ELDERT STREET, BUSHWICK', Month: '12', Price: '2850'}, geometry: { type: 'Point', coordinates:[-73.91242304, 40.68739196]} },
{type: 'Feature',properties:{Name: '3', Address: '1124 HALSEY STREET, BUSHWICK', Month: '3', Price: '3360'}, geometry: { type: 'Point', coordinates:[-73.91152966, 40.68946907]} },
{type: 'Feature',properties:{Name: '3', Address: '1152 HALSEY STREET, BUSHWICK', Month: '4', Price: '3042'}, geometry: { type: 'Point', coordinates:[-73.91063418, 40.69038239]} },
{type: 'Feature',properties:{Name: '3', Address: '42 ELDERT STREET, BUSHWICK', Month: '6', Price: '2430'}, geometry: { type: 'Point', coordinates:[-73.91359289, 40.68617416]} },
{type: 'Feature',properties:{Name: '3', Address: '44A ELDERT STREET, BUSHWICK', Month: '2', Price: '2430'}, geometry: { type: 'Point', coordinates:[-73.91327923, 40.68614923]} },
{type: 'Feature',properties:{Name: '3', Address: '44A ELDERT STREET, BUSHWICK', Month: '5', Price: '2430'}, geometry: { type: 'Point', coordinates:[-73.91327923, 40.68614923]} },
{type: 'Feature',properties:{Name: '3', Address: '50 ELDERT STREET, BUSHWICK', Month: '3', Price: '2340'}, geometry: { type: 'Point', coordinates:[-73.91344847, 40.68632227]} },
{type: 'Feature',properties:{Name: '3', Address: '1301 BUSHWICK AVENUE, BUSHWICK', Month: '5', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91282807, 40.68648649]} },
{type: 'Feature',properties:{Name: '3', Address: '100 ELDERT STREET, BUSHWICK', Month: '7', Price: '2430'}, geometry: { type: 'Point', coordinates:[-73.91215228, 40.68764153]} },
{type: 'Feature',properties:{Name: '3', Address: '198 ELDERT STREET, BUSHWICK', Month: '12', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.90963196, 40.69020868]} },
{type: 'Feature',properties:{Name: '3', Address: '169 COVERT STREET, BUSHWICK', Month: '8', Price: '2565'}, geometry: { type: 'Point', coordinates:[-73.90910275, 40.68958246]} },
{type: 'Feature',properties:{Name: '3', Address: '165 COVERT STREET, BUSHWICK', Month: '10', Price: '2565'}, geometry: { type: 'Point', coordinates:[-73.90917496, 40.68950841]} },
{type: 'Feature',properties:{Name: '3', Address: '165 COVERT STREET, BUSHWICK', Month: '9', Price: '2565'}, geometry: { type: 'Point', coordinates:[-73.90917496, 40.68950841]} },
{type: 'Feature',properties:{Name: '3', Address: '165 COVERT STREET, BUSHWICK', Month: '5', Price: '2565'}, geometry: { type: 'Point', coordinates:[-73.90917496, 40.68950841]} },
{type: 'Feature',properties:{Name: '3', Address: '165 COVERT STREET, BUSHWICK', Month: '12', Price: '2565'}, geometry: { type: 'Point', coordinates:[-73.90917496, 40.68950841]} },
{type: 'Feature',properties:{Name: '3', Address: '262 ELDERT STREET, BUSHWICK', Month: '3', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.90811535, 40.69175279]} },
{type: 'Feature',properties:{Name: '3', Address: '266 ELDERT ST, BUSHWICK', Month: '10', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.90804673, 40.6918241]} },
{type: 'Feature',properties:{Name: '3', Address: '274 ELDERT ST, BUSHWICK', Month: '10', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.9079059, 40.69196671]} },
{type: 'Feature',properties:{Name: '3', Address: '329 COVERT STREET, BUSHWICK', Month: '2', Price: '2128'}, geometry: { type: 'Point', coordinates:[-73.90565776, 40.69309299]} },
{type: 'Feature',properties:{Name: '3', Address: '323 COVERT STREET, BUSHWICK', Month: '3', Price: '2128'}, geometry: { type: 'Point', coordinates:[-73.90574443, 40.69300523]} },
{type: 'Feature',properties:{Name: '3', Address: '301 COVERT STREET, BUSHWICK', Month: '10', Price: '2058'}, geometry: { type: 'Point', coordinates:[-73.90605861, 40.69268435]} },
{type: 'Feature',properties:{Name: '3', Address: '14 COVERT STREET, BUSHWICK', Month: '6', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.91332003, 40.68526818]} },
{type: 'Feature',properties:{Name: '3', Address: '14 COVERT STREET, BUSHWICK', Month: '5', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.91332003, 40.68526818]} },
{type: 'Feature',properties:{Name: '3', Address: '36 COVERT STREET, BUSHWICK', Month: '5', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.91284707, 40.68574542]} },
{type: 'Feature',properties:{Name: '3', Address: '42 COVERT STREET, BUSHWICK', Month: '7', Price: '2125'}, geometry: { type: 'Point', coordinates:[-73.9127207, 40.68587707]} },
{type: 'Feature',properties:{Name: '3', Address: '58 COVERT STREET, BUSHWICK', Month: '6', Price: '2565'}, geometry: { type: 'Point', coordinates:[-73.91209608, 40.68651064]} },
{type: 'Feature',properties:{Name: '3', Address: '66 COVERT STREET, BUSHWICK', Month: '9', Price: '2259'}, geometry: { type: 'Point', coordinates:[-73.91192277, 40.68668617]} },
{type: 'Feature',properties:{Name: '3', Address: '74 COVERT STREET, BUSHWICK', Month: '2', Price: '2268'}, geometry: { type: 'Point', coordinates:[-73.91174946, 40.68686445]} },
{type: 'Feature',properties:{Name: '3', Address: '704A EVERGREEN AVE, BUSHWICK', Month: '12', Price: '2850'}, geometry: { type: 'Point', coordinates:[-73.91075725, 40.68733578]} },
{type: 'Feature',properties:{Name: '3', Address: '102 COVERT STREET, BUSHWICK', Month: '3', Price: '2295'}, geometry: { type: 'Point', coordinates:[-73.9106771, 40.68795055]} },
{type: 'Feature',properties:{Name: '3', Address: '113 SCHAEFER STREET, BUSHWICK', Month: '2', Price: '2220'}, geometry: { type: 'Point', coordinates:[-73.90973626, 40.6877467]} },
{type: 'Feature',properties:{Name: '3', Address: '193A SCHAEFER STREET, BUSHWICK', Month: '5', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.90798812, 40.68987252]} },
{type: 'Feature',properties:{Name: '3', Address: '193A SCHAEFFER STREET, BUSHWICK', Month: '7', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.90798812, 40.68987252]} },
{type: 'Feature',properties:{Name: '3', Address: '169 SCHAEFER STREET, BUSHWICK', Month: '8', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.90833164, 40.68917836]} },
{type: 'Feature',properties:{Name: '3', Address: '166 SCHAEFER STREET, BUSHWICK', Month: '6', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.9082739, 40.68920851]} },
{type: 'Feature',properties:{Name: '3', Address: '170 SCHAEFER STREET, BUSHWICK', Month: '4', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.90819086, 40.68929079]} },
{type: 'Feature',properties:{Name: '3', Address: '1229 DECATUR STREET, BUSHWICK', Month: '6', Price: '3135'}, geometry: { type: 'Point', coordinates:[-73.90691419, 40.689427]} },
{type: 'Feature',properties:{Name: '3', Address: '1333 DECATUR STREET, BUSHWICK', Month: '2', Price: '2136'}, geometry: { type: 'Point', coordinates:[-73.904585, 40.69179932]} },
{type: 'Feature',properties:{Name: '3', Address: '1381 DECATUR STREET, BUSHWICK', Month: '8', Price: '1791'}, geometry: { type: 'Point', coordinates:[-73.90389885, 40.69249867]} },
{type: 'Feature',properties:{Name: '3', Address: '1062 DECATUR STREET, BUSHWICK', Month: '10', Price: '2814'}, geometry: { type: 'Point', coordinates:[-73.91012426, 40.68613034]} },
{type: 'Feature',properties:{Name: '3', Address: '1066 DECATUR STREET, BUSHWICK', Month: '6', Price: '2814'}, geometry: { type: 'Point', coordinates:[-73.9100701, 40.68618793]} },
{type: 'Feature',properties:{Name: '3', Address: '1066 DECATUR STREET, BUSHWICK', Month: '10', Price: '2814'}, geometry: { type: 'Point', coordinates:[-73.9100701, 40.68618793]} },
{type: 'Feature',properties:{Name: '3', Address: '736A EVERGREEN AVENUE, BUSHWICK', Month: '6', Price: '2250'}, geometry: { type: 'Point', coordinates:[-73.90938091, 40.68655519]} },
{type: 'Feature',properties:{Name: '3', Address: '79A COOPER STREET, BUSHWICK', Month: '12', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.90955128, 40.68589109]} },
{type: 'Feature',properties:{Name: '3', Address: '79A COOPER STREET, BUSHWICK', Month: '3', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.90955128, 40.68589109]} },
{type: 'Feature',properties:{Name: '3', Address: '1128 DECATUR STREET, BUSHWICK', Month: '3', Price: '1452'}, geometry: { type: 'Point', coordinates:[-73.90877746, 40.68750166]} },
{type: 'Feature',properties:{Name: '3', Address: '1132 DECATUR STREET, BUSHWICK', Month: '3', Price: '2250'}, geometry: { type: 'Point', coordinates:[-73.90871968, 40.68755926]} },
{type: 'Feature',properties:{Name: '3', Address: '127 COOPER STREET, BUSHWICK', Month: '4', Price: '2889'}, geometry: { type: 'Point', coordinates:[-73.90790524, 40.68722375]} },
{type: 'Feature',properties:{Name: '3', Address: '1190 DECATUR ST, BUSHWICK', Month: '12', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.90747393, 40.68882635]} },
{type: 'Feature',properties:{Name: '3', Address: '1196 DECATUR ST, BUSHWICK', Month: '12', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.90738727, 40.68891411]} },
{type: 'Feature',properties:{Name: '3', Address: '177A COOPER STREET, BUSHWICK', Month: '10', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.90664092, 40.68886685]} },
{type: 'Feature',properties:{Name: '3', Address: '177A COOPER STREET, BUSHWICK', Month: '12', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.90664092, 40.68886685]} },
{type: 'Feature',properties:{Name: '3', Address: '235A COOPER STREET, BUSHWICK', Month: '9', Price: '3375'}, geometry: { type: 'Point', coordinates:[-73.90501595, 40.69050963]} },
{type: 'Feature',properties:{Name: '3', Address: '891 KNICKERBOCKER AVENUE, BUSHWICK', Month: '4', Price: '1960'}, geometry: { type: 'Point', coordinates:[-73.90466543, 40.69103085]} },
{type: 'Feature',properties:{Name: '3', Address: '279 COOPER STREET, BUSHWICK', Month: '7', Price: '2193'}, geometry: { type: 'Point', coordinates:[-73.90364418, 40.69155974]} },
{type: 'Feature',properties:{Name: '3', Address: '297A COOPER STREET, BUSHWICK', Month: '4', Price: '1368'}, geometry: { type: 'Point', coordinates:[-73.90340532, 40.69215516]} },
{type: 'Feature',properties:{Name: '3', Address: '293A COOPER STREET, BUSHWICK', Month: '12', Price: '1468'}, geometry: { type: 'Point', coordinates:[-73.90348115, 40.69207837]} },
{type: 'Feature',properties:{Name: '3', Address: '1350 DECATUR STREET, BUSHWICK', Month: '11', Price: '2062'}, geometry: { type: 'Point', coordinates:[-73.90432502, 40.6920379]} },
{type: 'Feature',properties:{Name: '3', Address: '23 MOFFAT STREET, BUSHWICK', Month: '6', Price: '1902'}, geometry: { type: 'Point', coordinates:[-73.91015994, 40.68373143]} },
{type: 'Feature',properties:{Name: '3', Address: '70A COOPER STREET, BUSHWICK', Month: '12', Price: '2634'}, geometry: { type: 'Point', coordinates:[-73.90935005, 40.68538041]} },
{type: 'Feature',properties:{Name: '3', Address: '98 COOPER STREET, BUSHWICK', Month: '12', Price: '1632'}, geometry: { type: 'Point', coordinates:[-73.90894518, 40.68614039]} },
{type: 'Feature',properties:{Name: '3', Address: '105 MOFFAT STREET, BUSHWICK', Month: '6', Price: '2634'}, geometry: { type: 'Point', coordinates:[-73.90826797, 40.68566226]} },
{type: 'Feature',properties:{Name: '3', Address: '105 MOFFAT STREET, BUSHWICK', Month: '2', Price: '2634'}, geometry: { type: 'Point', coordinates:[-73.90826797, 40.68566226]} },
{type: 'Feature',properties:{Name: '3', Address: '97 MOFFAT STREET, BUSHWICK', Month: '10', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.9084124, 40.68551416]} },
{type: 'Feature',properties:{Name: '3', Address: '79 MOFFAT STREET, BUSHWICK', Month: '9', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.90873736, 40.6851823]} },
{type: 'Feature',properties:{Name: '3', Address: '126 COOPER STREET, BUSHWICK', Month: '3', Price: '1756'}, geometry: { type: 'Point', coordinates:[-73.90795583, 40.68714693]} },
{type: 'Feature',properties:{Name: '3', Address: '127 MOFFAT STREET, BUSHWICK', Month: '9', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.90748442, 40.68646311]} },
{type: 'Feature',properties:{Name: '3', Address: '127 MOFFAT STREET, BUSHWICK', Month: '10', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.90748442, 40.68646311]} },
{type: 'Feature',properties:{Name: '3', Address: '123 MOFFAT STREET, BUSHWICK', Month: '9', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.90755303, 40.6863918]} },
{type: 'Feature',properties:{Name: '3', Address: '123 MOFFAT STREET, BUSHWICK', Month: '11', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.90755303, 40.6863918]} },
{type: 'Feature',properties:{Name: '3', Address: '196 COOPER ST, BUSHWICK', Month: '4', Price: '3093'}, geometry: { type: 'Point', coordinates:[-73.90624425, 40.68888848]} },
{type: 'Feature',properties:{Name: '3', Address: '200 COOPER STREET, BUSHWICK', Month: '1', Price: '1500'}, geometry: { type: 'Point', coordinates:[-73.90617564, 40.68895979]} },
{type: 'Feature',properties:{Name: '3', Address: '200 COOPER STREET, BUSHWICK', Month: '6', Price: '1500'}, geometry: { type: 'Point', coordinates:[-73.90617564, 40.68895979]} },
{type: 'Feature',properties:{Name: '3', Address: '211 MOFFAT STREET, BUSHWICK', Month: '4', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.90561758, 40.68836097]} },
{type: 'Feature',properties:{Name: '3', Address: '183 MOFFAT STREET, BUSHWICK', Month: '4', Price: '1000'}, geometry: { type: 'Point', coordinates:[-73.90610506, 40.68786457]} },
{type: 'Feature',properties:{Name: '3', Address: '90 MOFFAT STREET, BUSHWICK', Month: '7', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.90853881, 40.68535781]} },
{type: 'Feature',properties:{Name: '3', Address: '715 CHAUNCEY STREET, BUSHWICK', Month: '1', Price: '2925'}, geometry: { type: 'Point', coordinates:[-73.907793, 40.68495098]} },
{type: 'Feature',properties:{Name: '3', Address: '685 CHAUNCEY STREET, BUSHWICK', Month: '6', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.90831655, 40.68441617]} },
{type: 'Feature',properties:{Name: '3', Address: '126 MOFFAT STREET, BUSHWICK', Month: '5', Price: '2140'}, geometry: { type: 'Point', coordinates:[-73.90749891, 40.68641646]} },
{type: 'Feature',properties:{Name: '3', Address: '148 MOFFAT STREET, BUSHWICK', Month: '6', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.90711616, 40.68680865]} },
{type: 'Feature',properties:{Name: '3', Address: '636 CHAUNCEY STREET, BUSHWICK', Month: '4', Price: '2970'}, geometry: { type: 'Point', coordinates:[-73.90945032, 40.68323133]} },
{type: 'Feature',properties:{Name: '3', Address: '646 CHAUNCEY STREET, BUSHWICK', Month: '9', Price: '1500'}, geometry: { type: 'Point', coordinates:[-73.90930229, 40.68338217]} },
{type: 'Feature',properties:{Name: '3', Address: '1438 BUSHWICK AVENUE, BUSHWICK', Month: '3', Price: '2176'}, geometry: { type: 'Point', coordinates:[-73.90847579, 40.68398811]} },
{type: 'Feature',properties:{Name: '3', Address: '1446 BUSHWICK AVENUE, BUSHWICK', Month: '11', Price: '1732'}, geometry: { type: 'Point', coordinates:[-73.90828484, 40.68387817]} },
{type: 'Feature',properties:{Name: '3', Address: '1448 BUSHWICK AVENUE, BUSHWICK', Month: '12', Price: '1732'}, geometry: { type: 'Point', coordinates:[-73.90823801, 40.68385069]} },
{type: 'Feature',properties:{Name: '3', Address: '21 PILLING STREET, BUSHWICK', Month: '4', Price: '2001'}, geometry: { type: 'Point', coordinates:[-73.90869731, 40.68283549]} },
{type: 'Feature',properties:{Name: '3', Address: '30 PILLING STREET, BUSHWICK', Month: '7', Price: '2512'}, geometry: { type: 'Point', coordinates:[-73.90853125, 40.68298083]} },
{type: 'Feature',properties:{Name: '3', Address: '84 PILLING, BUSHWICK', Month: '1', Price: '3180'}, geometry: { type: 'Point', coordinates:[-73.90714116, 40.68438778]} },
{type: 'Feature',properties:{Name: '3', Address: '96 PILLING STREET, BUSHWICK', Month: '1', Price: '3180'}, geometry: { type: 'Point', coordinates:[-73.90692091, 40.68460993]} },
{type: 'Feature',properties:{Name: '3', Address: '83 GRANITE STREET, BUSHWICK', Month: '5', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.90656507, 40.68381366]} },
{type: 'Feature',properties:{Name: '3', Address: '1503 BUSHWICK AVENUE, BUSHWICK', Month: '12', Price: '3783'}, geometry: { type: 'Point', coordinates:[-73.90657713, 40.68292711]} },
{type: 'Feature',properties:{Name: '3', Address: '37 ABERDEEN STREET, BUSHWICK', Month: '4', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.90620373, 40.68180968]} },
{type: 'Feature',properties:{Name: '3', Address: '37 ABERDEEN STREET, BUSHWICK', Month: '4', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.90620373, 40.68180968]} },
{type: 'Feature',properties:{Name: '3', Address: '74 ABERDEEN STREET, BUSHWICK', Month: '11', Price: '2271'}, geometry: { type: 'Point', coordinates:[-73.90502668, 40.68297799]} },
{type: 'Feature',properties:{Name: '3', Address: '78 ABERDEEN STREET, BUSHWICK', Month: '3', Price: '2271'}, geometry: { type: 'Point', coordinates:[-73.90495447, 40.68304655]} },
{type: 'Feature',properties:{Name: '3', Address: '82 ABERDEEN STREET, BUSHWICK', Month: '6', Price: '1620'}, geometry: { type: 'Point', coordinates:[-73.90488587, 40.68311511]} },
{type: 'Feature',properties:{Name: '3', Address: '86 ABERDEEN ST, BUSHWICK', Month: '4', Price: '1620'}, geometry: { type: 'Point', coordinates:[-73.90481726, 40.68318367]} },
{type: 'Feature',properties:{Name: '3', Address: '71 DE SALES PLACE, BUSHWICK', Month: '7', Price: '1980'}, geometry: { type: 'Point', coordinates:[-73.90439286, 40.68245321]} },
{type: 'Feature',properties:{Name: '3', Address: '103 VANDERVEER STREET, BUSHWICK', Month: '8', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.90348465, 40.68218895]} },
{type: 'Feature',properties:{Name: '3', Address: '87 VANDERVEER STREET, BUSHWICK', Month: '4', Price: '2850'}, geometry: { type: 'Point', coordinates:[-73.90371576, 40.68194486]} },
{type: 'Feature',properties:{Name: '3', Address: '2036 EASTERN PARKWAY, BUSHWICK', Month: '12', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.90491833, 40.68057622]} },
{type: 'Feature',properties:{Name: '3', Address: '2042 EASTERN PARKWAY, BUSHWICK', Month: '3', Price: '1734'}, geometry: { type: 'Point', coordinates:[-73.90484612, 40.68065027]} },
{type: 'Feature',properties:{Name: '3', Address: '71 STEWART STREET, BUSHWICK', Month: '8', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.90305669, 40.68143653]} },
{type: 'Feature',properties:{Name: '3', Address: '29 FAYETTE STREET, BUSHWICK', Month: '2', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.93970315, 40.70063653]} },
{type: 'Feature',properties:{Name: '3', Address: '26 BELVIDERE STREET, BUSHWICK', Month: '11', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.93677641, 40.69881243]} },
{type: 'Feature',properties:{Name: '3', Address: '337 MELROSE STREET, BUSHWICK', Month: '1', Price: '4125'}, geometry: { type: 'Point', coordinates:[-73.92827475, 40.70346532]} },
{type: 'Feature',properties:{Name: '3', Address: '182 JEFFERSON STREET, BUSHWICK', Month: '9', Price: '2250'}, geometry: { type: 'Point', coordinates:[-73.92917869, 40.70132496]} },
{type: 'Feature',properties:{Name: '3', Address: '62 TROUTMAN STREET, BUSHWICK', Month: '12', Price: '3704'}, geometry: { type: 'Point', coordinates:[-73.93167007, 40.69851857]} },
{type: 'Feature',properties:{Name: '3', Address: '10 SUYDAM STREET, BUSHWICK', Month: '9', Price: '2772'}, geometry: { type: 'Point', coordinates:[-73.93201554, 40.6956999]} },
{type: 'Feature',properties:{Name: '3', Address: '1232 MYRTLE AVENUE, BUSHWICK', Month: '7', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.92862354, 40.69771525]} },
{type: 'Feature',properties:{Name: '3', Address: '1234 MYRTLE AVENUE, BUSHWICK', Month: '11', Price: '2886'}, geometry: { type: 'Point', coordinates:[-73.92850812, 40.6977289]} },
{type: 'Feature',properties:{Name: '3', Address: '1236 MYRTLE AVENUE, BUSHWICK', Month: '7', Price: '2642'}, geometry: { type: 'Point', coordinates:[-73.92839271, 40.69774255]} },
{type: 'Feature',properties:{Name: '3', Address: '589 HART STREET, BUSHWICK', Month: '6', Price: '1740'}, geometry: { type: 'Point', coordinates:[-73.92836052, 40.69749276]} },
{type: 'Feature',properties:{Name: '3', Address: '161 CENTRAL AVENUE, BUSHWICK', Month: '2', Price: '3288'}, geometry: { type: 'Point', coordinates:[-73.92670358, 40.69897938]} },
{type: 'Feature',properties:{Name: '3', Address: '735 BUSHWICK AVE, BUSHWICK', Month: '11', Price: '3360'}, geometry: { type: 'Point', coordinates:[-73.93011461, 40.69613518]} },
{type: 'Feature',properties:{Name: '3', Address: '14 LAWTON STREET, BUSHWICK', Month: '3', Price: '2419'}, geometry: { type: 'Point', coordinates:[-73.93069626, 40.69513369]} },
{type: 'Feature',properties:{Name: '3', Address: '752 BUSHWICK AVE, BUSHWICK', Month: '9', Price: '2508'}, geometry: { type: 'Point', coordinates:[-73.92949111, 40.69577798]} },
{type: 'Feature',properties:{Name: '3', Address: '752 BUSHWICK AVE, BUSHWICK', Month: '9', Price: '2508'}, geometry: { type: 'Point', coordinates:[-73.92949111, 40.69577798]} },
{type: 'Feature',properties:{Name: '3', Address: '11 DODWORTH STREET, BUSHWICK', Month: '8', Price: '3594'}, geometry: { type: 'Point', coordinates:[-73.93014495, 40.69471341]} },
{type: 'Feature',properties:{Name: '3', Address: '682 HART STREET, BUSHWICK', Month: '4', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.92558195, 40.69901709]} },
{type: 'Feature',properties:{Name: '3', Address: '1130 DEKALB AVENUE, BUSHWICK', Month: '12', Price: '3711'}, geometry: { type: 'Point', coordinates:[-73.92931963, 40.69425178]} },
{type: 'Feature',properties:{Name: '3', Address: '1132 DEKALB AVENUE, BUSHWICK', Month: '5', Price: '3711'}, geometry: { type: 'Point', coordinates:[-73.92928714, 40.6942847]} },
{type: 'Feature',properties:{Name: '3', Address: '1140 DEKALB AVENUE, BUSHWICK', Month: '8', Price: '2070'}, geometry: { type: 'Point', coordinates:[-73.92916439, 40.69441363]} },
{type: 'Feature',properties:{Name: '3', Address: '18 STOCKHOLM STREET, BUSHWICK', Month: '9', Price: '3150'}, geometry: { type: 'Point', coordinates:[-73.92698902, 40.69519727]} },
{type: 'Feature',properties:{Name: '3', Address: '217 CENTRAL AVENUE, BUSHWICK', Month: '2', Price: '3207'}, geometry: { type: 'Point', coordinates:[-73.9239573, 40.69741034]} },
{type: 'Feature',properties:{Name: '3', Address: '84 STANHOPE STREET, BUSHWICK', Month: '7', Price: '3381'}, geometry: { type: 'Point', coordinates:[-73.92445951, 40.69658724]} },
{type: 'Feature',properties:{Name: '3', Address: '882 BUSHWICK AVE, BUSHWICK', Month: '11', Price: '2480'}, geometry: { type: 'Point', coordinates:[-73.92559155, 40.69365107]} },
{type: 'Feature',properties:{Name: '3', Address: '70 HIMROD STREET, BUSHWICK', Month: '11', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.92416481, 40.69569225]} },
{type: 'Feature',properties:{Name: '3', Address: '1197 GREENE AVE, BUSHWICK', Month: '7', Price: '2964'}, geometry: { type: 'Point', coordinates:[-73.92202292, 40.69551515]} },
{type: 'Feature',properties:{Name: '3', Address: '1175 GREENE AVENUE, BUSHWICK', Month: '11', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.92238758, 40.6951476]} },
{type: 'Feature',properties:{Name: '3', Address: '1124 GREENE AVE, BUSHWICK', Month: '5', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.9240195, 40.69345791]} },
{type: 'Feature',properties:{Name: '3', Address: '1188 GREENE AVENUE, BUSHWICK', Month: '9', Price: '3207'}, geometry: { type: 'Point', coordinates:[-73.92250315, 40.6950022]} },
{type: 'Feature',properties:{Name: '3', Address: '1190 GREENE AVENUE, BUSHWICK', Month: '8', Price: '3207'}, geometry: { type: 'Point', coordinates:[-73.92246705, 40.69503512]} },
{type: 'Feature',properties:{Name: '3', Address: '1192 GREENE AVENUE, BUSHWICK', Month: '11', Price: '3201'}, geometry: { type: 'Point', coordinates:[-73.92243455, 40.69507078]} },
{type: 'Feature',properties:{Name: '3', Address: '103 BLEECKER STREET, BUSHWICK', Month: '12', Price: '3492'}, geometry: { type: 'Point', coordinates:[-73.92133833, 40.69502063]} },
{type: 'Feature',properties:{Name: '3', Address: '271 BLEECKER STREET, BUSHWICK', Month: '5', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.91697653, 40.69946134]} },
{type: 'Feature',properties:{Name: '3', Address: '242 MENAHAN, BUSHWICK', Month: '5', Price: '3720'}, geometry: { type: 'Point', coordinates:[-73.91660612, 40.69861843]} },
{type: 'Feature',properties:{Name: '3', Address: '28 GROVE STREET, BUSHWICK', Month: '1', Price: '2964'}, geometry: { type: 'Point', coordinates:[-73.9230812, 40.6909568]} },
{type: 'Feature',properties:{Name: '3', Address: '49 LINDEN STREET, BUSHWICK', Month: '1', Price: '2394'}, geometry: { type: 'Point', coordinates:[-73.92173969, 40.69103275]} },
{type: 'Feature',properties:{Name: '3', Address: '30 GROVE STREET, BUSHWICK', Month: '5', Price: '2964'}, geometry: { type: 'Point', coordinates:[-73.9230451, 40.69098971]} },
{type: 'Feature',properties:{Name: '3', Address: '136 GROVE STREET, BUSHWICK', Month: '9', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.92000892, 40.69395748]} },
{type: 'Feature',properties:{Name: '3', Address: '1159 GATES AVENUE, BUSHWICK', Month: '5', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.92016339, 40.69144338]} },
{type: 'Feature',properties:{Name: '3', Address: '304 LINDEN STREET, BUSHWICK', Month: '5', Price: '3021'}, geometry: { type: 'Point', coordinates:[-73.91457613, 40.69830129]} },
{type: 'Feature',properties:{Name: '3', Address: '1108 GATES AVENUE, BUSHWICK', Month: '1', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.92129345, 40.69026665]} },
{type: 'Feature',properties:{Name: '3', Address: '1166 GATES AVENUE, BUSHWICK', Month: '10', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.92003345, 40.69154759]} },
{type: 'Feature',properties:{Name: '3', Address: '1184 GATES AVENUE, BUSHWICK', Month: '10', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.91975544, 40.69183286]} },
{type: 'Feature',properties:{Name: '3', Address: '207 PALMETTO STREET, BUSHWICK', Month: '6', Price: '2928'}, geometry: { type: 'Point', coordinates:[-73.91590074, 40.69459134]} },
{type: 'Feature',properties:{Name: '3', Address: '205 PALMETTO STREET, BUSHWICK', Month: '5', Price: '2928'}, geometry: { type: 'Point', coordinates:[-73.91594047, 40.69454746]} },
{type: 'Feature',properties:{Name: '3', Address: '203 PALMETTO STREET, BUSHWICK', Month: '3', Price: '2928'}, geometry: { type: 'Point', coordinates:[-73.91598379, 40.69450632]} },
{type: 'Feature',properties:{Name: '3', Address: '271 WOODBINE STREET, BUSHWICK', Month: '10', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.91372491, 40.69561079]} },
{type: 'Feature',properties:{Name: '3', Address: '259 WOODBINE STREET, BUSHWICK', Month: '12', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.91393434, 40.6953996]} },
{type: 'Feature',properties:{Name: '3', Address: '26A WOODBINE STREET, BUSHWICK', Month: '2', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.91959628, 40.68925815]} },
{type: 'Feature',properties:{Name: '3', Address: '38A WOODBINE STREET, BUSHWICK', Month: '11', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.91927856, 40.68958456]} },
{type: 'Feature',properties:{Name: '3', Address: '38A WOODBINE STREET, BUSHWICK', Month: '2', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.91927856, 40.68958456]} },
{type: 'Feature',properties:{Name: '3', Address: '971 MADISON STREET, BUSHWICK', Month: '7', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.91911348, 40.68893393]} },
{type: 'Feature',properties:{Name: '3', Address: '473 EVERGREEN AVENUE, BUSHWICK', Month: '6', Price: '2880'}, geometry: { type: 'Point', coordinates:[-73.91740498, 40.6913042]} },
{type: 'Feature',properties:{Name: '3', Address: '1283 MADISON STREET, BUSHWICK', Month: '5', Price: '2643'}, geometry: { type: 'Point', coordinates:[-73.91289232, 40.69526706]} },
{type: 'Feature',properties:{Name: '3', Address: '1283 MADISON STREET, BUSHWICK', Month: '4', Price: '2643'}, geometry: { type: 'Point', coordinates:[-73.91289232, 40.69526706]} },
{type: 'Feature',properties:{Name: '3', Address: '988 MADISON STREET, BUSHWICK', Month: '8', Price: '2814'}, geometry: { type: 'Point', coordinates:[-73.91883191, 40.68919174]} },
{type: 'Feature',properties:{Name: '3', Address: '988 MADISON STREET, BUSHWICK', Month: '10', Price: '2814'}, geometry: { type: 'Point', coordinates:[-73.91883191, 40.68919174]} },
{type: 'Feature',properties:{Name: '3', Address: '1121 PUTNAM AVENUE, BUSHWICK', Month: '11', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91816181, 40.68871093]} },
{type: 'Feature',properties:{Name: '3', Address: '1109 PUTNAM AVENUE, BUSHWICK', Month: '2', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91838204, 40.68848876]} },
{type: 'Feature',properties:{Name: '3', Address: '1183 PUTNAM AVENUE, BUSHWICK', Month: '12', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.9166707, 40.69022772]} },
{type: 'Feature',properties:{Name: '3', Address: '1181 PUTNAM AVENUE, BUSHWICK', Month: '11', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.9167032, 40.69019206]} },
{type: 'Feature',properties:{Name: '3', Address: '1277 PUTNAM AVENUE, BUSHWICK', Month: '7', Price: '4500'}, geometry: { type: 'Point', coordinates:[-73.91429489, 40.69264686]} },
{type: 'Feature',properties:{Name: '3', Address: '1114 PUTNAM AVENUE, BUSHWICK', Month: '10', Price: '3400'}, geometry: { type: 'Point', coordinates:[-73.91829182, 40.68855183]} },
{type: 'Feature',properties:{Name: '3', Address: '1234 PUTNAM AVENUE, BUSHWICK', Month: '5', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.91539981, 40.69149213]} },
{type: 'Feature',properties:{Name: '3', Address: '205 CORNELIA STREET, BUSHWICK', Month: '6', Price: '2970'}, geometry: { type: 'Point', coordinates:[-73.91326736, 40.69249787]} },
{type: 'Feature',properties:{Name: '3', Address: '22 CORNELIA STREET, BUSHWICK', Month: '3', Price: '3900'}, geometry: { type: 'Point', coordinates:[-73.91771203, 40.68793933]} },
{type: 'Feature',properties:{Name: '3', Address: '1055 JEFFERSON AVE, BUSHWICK', Month: '10', Price: '2952'}, geometry: { type: 'Point', coordinates:[-73.91677117, 40.68773554]} },
{type: 'Feature',properties:{Name: '3', Address: '1055 JEFFERSON AVENUE, BUSHWICK', Month: '4', Price: '2952'}, geometry: { type: 'Point', coordinates:[-73.91677117, 40.68773554]} },
{type: 'Feature',properties:{Name: '3', Address: '92 CORNELIA STREET, BUSHWICK', Month: '2', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91605844, 40.6896344]} },
{type: 'Feature',properties:{Name: '3', Address: '110 CORNELIA STREET, BUSHWICK', Month: '2', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91573349, 40.68996628]} },
{type: 'Feature',properties:{Name: '3', Address: '138 CORNELIA STREET, BUSHWICK', Month: '6', Price: '2565'}, geometry: { type: 'Point', coordinates:[-73.91484168, 40.6908714]} },
{type: 'Feature',properties:{Name: '3', Address: '142 CORNELIA STREET, BUSHWICK', Month: '10', Price: '2565'}, geometry: { type: 'Point', coordinates:[-73.91476947, 40.69094271]} },
{type: 'Feature',properties:{Name: '3', Address: '1219 JEFFERSON AVENUE, BUSHWICK', Month: '4', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.91359027, 40.69097751]} },
{type: 'Feature',properties:{Name: '3', Address: '1189 JEFFERSON AVENUE, BUSHWICK', Month: '2', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.91402717, 40.69053319]} },
{type: 'Feature',properties:{Name: '3', Address: '1189 JEFFERSON AVENUE, BUSHWICK', Month: '12', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.91402717, 40.69053319]} },
{type: 'Feature',properties:{Name: '3', Address: '1279 JEFFERSON AVENUE, BUSHWICK', Month: '12', Price: '2679'}, geometry: { type: 'Point', coordinates:[-73.91231926, 40.69227483]} },
{type: 'Feature',properties:{Name: '3', Address: '1251 JEFFERSON AVENUE, BUSHWICK', Month: '2', Price: '2679'}, geometry: { type: 'Point', coordinates:[-73.91272368, 40.69186068]} },
{type: 'Feature',properties:{Name: '3', Address: '290A CORNELIA STREET, BUSHWICK', Month: '8', Price: '3024'}, geometry: { type: 'Point', coordinates:[-73.91107239, 40.69436813]} },
{type: 'Feature',properties:{Name: '3', Address: '985 HANCOCK STREET, BUSHWICK', Month: '4', Price: '3420'}, geometry: { type: 'Point', coordinates:[-73.91635026, 40.68696944]} },
{type: 'Feature',properties:{Name: '3', Address: '1100 JEFFERSON AVENUE, BUSHWICK', Month: '3', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91574223, 40.68875859]} },
{type: 'Feature',properties:{Name: '3', Address: '1100 JEFFERSON AVENUE, BUSHWICK', Month: '5', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91574223, 40.68875859]} },
{type: 'Feature',properties:{Name: '3', Address: '1134 JEFFERSON AVENUE, BUSHWICK', Month: '5', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.91523675, 40.68927698]} },
{type: 'Feature',properties:{Name: '3', Address: '1049 HANCOCK STREET, BUSHWICK', Month: '2', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91494218, 40.68840941]} },
{type: 'Feature',properties:{Name: '3', Address: '1049 HANCOCK STREET, BUSHWICK', Month: '9', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91494218, 40.68840941]} },
{type: 'Feature',properties:{Name: '3', Address: '1049 HANCOCK STREET, BUSHWICK', Month: '7', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91494218, 40.68840941]} },
{type: 'Feature',properties:{Name: '3', Address: '1049 HANCOCK STREET, BUSHWICK', Month: '8', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91494218, 40.68840941]} },
{type: 'Feature',properties:{Name: '3', Address: '1049 HANCOCK STREET, BUSHWICK', Month: '8', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91494218, 40.68840941]} },
{type: 'Feature',properties:{Name: '3', Address: '1049 HANCOCK STREET, BUSHWICK', Month: '3', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91494218, 40.68840941]} },
{type: 'Feature',properties:{Name: '3', Address: '1049 HANCOCK STREET, BUSHWICK', Month: '4', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91494218, 40.68840941]} },
{type: 'Feature',properties:{Name: '3', Address: '1049 HANCOCK STREET, BUSHWICK', Month: '9', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91494218, 40.68840941]} },
{type: 'Feature',properties:{Name: '3', Address: '1172 JEFFERSON AVENUE, BUSHWICK', Month: '7', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.91426912, 40.69025889]} },
{type: 'Feature',properties:{Name: '3', Address: '1172 JEFFERSON AVENUE, BUSHWICK', Month: '7', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.91426912, 40.69025889]} },
{type: 'Feature',properties:{Name: '3', Address: '1113 HANCOCK STREET, BUSHWICK', Month: '3', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.91347628, 40.68989873]} },
{type: 'Feature',properties:{Name: '3', Address: '1258 JEFFERSON AVENUE, BUSHWICK', Month: '6', Price: '2679'}, geometry: { type: 'Point', coordinates:[-73.912619, 40.69194019]} },
{type: 'Feature',properties:{Name: '3', Address: '1258 JEFFERSON AVENUE, BUSHWICK', Month: '2', Price: '2679'}, geometry: { type: 'Point', coordinates:[-73.912619, 40.69194019]} },
{type: 'Feature',properties:{Name: '3', Address: '1258 JEFFERSON AVENUE, BUSHWICK', Month: '8', Price: '2679'}, geometry: { type: 'Point', coordinates:[-73.912619, 40.69194019]} },
{type: 'Feature',properties:{Name: '3', Address: '1225 HANCOCK STREET, BUSHWICK', Month: '11', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.91145423, 40.69196401]} },
{type: 'Feature',properties:{Name: '3', Address: '1211 HANCOCK STREET, BUSHWICK', Month: '5', Price: '2565'}, geometry: { type: 'Point', coordinates:[-73.91165644, 40.6917583]} },
{type: 'Feature',properties:{Name: '3', Address: '1324 JEFFERSON AVENUE, BUSHWICK', Month: '12', Price: '2565'}, geometry: { type: 'Point', coordinates:[-73.9112613, 40.69332526]} },
{type: 'Feature',properties:{Name: '3', Address: '1338 JEFFERSON AVENUE, BUSHWICK', Month: '6', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91105908, 40.69353097]} },
{type: 'Feature',properties:{Name: '3', Address: '1390 JEFFERSON AVENUE, BUSHWICK', Month: '3', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.90988188, 40.69472677]} },
{type: 'Feature',properties:{Name: '3', Address: '988 HANCOCK STREET, BUSHWICK', Month: '8', Price: '2976'}, geometry: { type: 'Point', coordinates:[-73.91630335, 40.68699137]} },
{type: 'Feature',properties:{Name: '3', Address: '1234 BUSHWICK AVE, BUSHWICK', Month: '2', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.91495393, 40.68767382]} },
{type: 'Feature',properties:{Name: '3', Address: '1092 HANCOCK STREET, BUSHWICK', Month: '6', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.91419122, 40.6891472]} },
{type: 'Feature',properties:{Name: '3', Address: '109 WEIRFIELD, BUSHWICK', Month: '12', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.91349227, 40.6886883]} },
{type: 'Feature',properties:{Name: '3', Address: '223 WEIRFIELD, BUSHWICK', Month: '1', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.91070115, 40.69153524]} },
{type: 'Feature',properties:{Name: '3', Address: '1264 HANCOCK STREET, BUSHWICK', Month: '2', Price: '2650'}, geometry: { type: 'Point', coordinates:[-73.91047931, 40.69292667]} },
{type: 'Feature',properties:{Name: '3', Address: '245 WEIRFIELD ST, BUSHWICK', Month: '8', Price: '2850'}, geometry: { type: 'Point', coordinates:[-73.90991757, 40.69233336]} },
{type: 'Feature',properties:{Name: '3', Address: '1374 HANCOCK STREET, BUSHWICK', Month: '4', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.90847514, 40.69496994]} },
{type: 'Feature',properties:{Name: '3', Address: '94 WEIRFIELD STREET, BUSHWICK', Month: '5', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91376671, 40.68838384]} },
{type: 'Feature',properties:{Name: '3', Address: '1123 HALSEY STREET, BUSHWICK', Month: '8', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91157295, 40.68945538]} },
{type: 'Feature',properties:{Name: '3', Address: '214 WEIRFIELD STREET, BUSHWICK', Month: '9', Price: '2880'}, geometry: { type: 'Point', coordinates:[-73.91089256, 40.69131306]} },
{type: 'Feature',properties:{Name: '3', Address: '992 HALSEY STREET, BUSHWICK', Month: '12', Price: '2820'}, geometry: { type: 'Point', coordinates:[-73.91468532, 40.68624909]} },
{type: 'Feature',properties:{Name: '3', Address: '1008 HALSEY ST, BUSHWICK', Month: '3', Price: '2390'}, geometry: { type: 'Point', coordinates:[-73.91440731, 40.68653708]} },
{type: 'Feature',properties:{Name: '3', Address: '1280 BUSHWICK AVENUE, BUSHWICK', Month: '8', Price: '3480'}, geometry: { type: 'Point', coordinates:[-73.91347665, 40.68683557]} },
{type: 'Feature',properties:{Name: '3', Address: '43 ELDERT STREET, BUSHWICK', Month: '5', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.9135748, 40.68622081]} },
{type: 'Feature',properties:{Name: '3', Address: '1066 HALSEY STREET, BUSHWICK', Month: '5', Price: '3276'}, geometry: { type: 'Point', coordinates:[-73.91297754, 40.68799623]} },
{type: 'Feature',properties:{Name: '3', Address: '99 ELDERT STREET, BUSHWICK', Month: '10', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.9121703, 40.68764978]} },
{type: 'Feature',properties:{Name: '3', Address: '99 ELDERT STREET, BUSHWICK', Month: '12', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.9121703, 40.68764978]} },
{type: 'Feature',properties:{Name: '3', Address: '95 ELDERT STREET, BUSHWICK', Month: '1', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.91224251, 40.68757572]} },
{type: 'Feature',properties:{Name: '3', Address: '75 ELDERT STREET, BUSHWICK', Month: '8', Price: '3900'}, geometry: { type: 'Point', coordinates:[-73.91260357, 40.6872082]} },
{type: 'Feature',properties:{Name: '3', Address: '67 ELDERT STREET, BUSHWICK', Month: '7', Price: '4200'}, geometry: { type: 'Point', coordinates:[-73.912748, 40.68706009]} },
{type: 'Feature',properties:{Name: '3', Address: '1108 HALSEY STREET, BUSHWICK', Month: '7', Price: '3210'}, geometry: { type: 'Point', coordinates:[-73.91181852, 40.6891756]} },
{type: 'Feature',properties:{Name: '3', Address: '1114 HALSEY STREET, BUSHWICK', Month: '4', Price: '3360'}, geometry: { type: 'Point', coordinates:[-73.9117102, 40.68928531]} },
{type: 'Feature',properties:{Name: '3', Address: '1118 HALSEY ST, BUSHWICK', Month: '4', Price: '3500'}, geometry: { type: 'Point', coordinates:[-73.91163798, 40.68935936]} },
{type: 'Feature',properties:{Name: '3', Address: '1166 HALSEY STREET, BUSHWICK', Month: '4', Price: '2430'}, geometry: { type: 'Point', coordinates:[-73.91039947, 40.69062374]} },
{type: 'Feature',properties:{Name: '3', Address: '1190 HALSEY STREET, BUSHWICK', Month: '12', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.90999504, 40.69103514]} },
{type: 'Feature',properties:{Name: '3', Address: '1198 HALSEY STREET, BUSHWICK', Month: '5', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.90986144, 40.69117502]} },
{type: 'Feature',properties:{Name: '3', Address: '1218 HALSEY STREET, BUSHWICK', Month: '3', Price: '2565'}, geometry: { type: 'Point', coordinates:[-73.90911396, 40.69193473]} },
{type: 'Feature',properties:{Name: '3', Address: '1228 HALSEY STREET, BUSHWICK', Month: '3', Price: '3900'}, geometry: { type: 'Point', coordinates:[-73.90894063, 40.69211301]} },
{type: 'Feature',properties:{Name: '3', Address: '798 KNICKERBOCKER AVENUE, BUSHWICK', Month: '11', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.90762723, 40.6926966]} },
{type: 'Feature',properties:{Name: '3', Address: '800 KNICKERBOCKER AVE, BUSHWICK', Month: '1', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.90757318, 40.69266636]} },
{type: 'Feature',properties:{Name: '3', Address: '249 ELDERT STREET, BUSHWICK', Month: '8', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.9083428, 40.69154986]} },
{type: 'Feature',properties:{Name: '3', Address: '21 COVERT STREET, BUSHWICK', Month: '2', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.91316475, 40.68545197]} },
{type: 'Feature',properties:{Name: '3', Address: '19 COVERT STREET, BUSHWICK', Month: '4', Price: '3640'}, geometry: { type: 'Point', coordinates:[-73.91320808, 40.68540808]} },
{type: 'Feature',properties:{Name: '3', Address: '15 COVERT STREET, BUSHWICK', Month: '3', Price: '3510'}, geometry: { type: 'Point', coordinates:[-73.91329472, 40.68532306]} },
{type: 'Feature',properties:{Name: '3', Address: '9 COVERT STREET, BUSHWICK', Month: '4', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.91342109, 40.68519141]} },
{type: 'Feature',properties:{Name: '3', Address: '308 ELDERT STREET, BUSHWICK', Month: '2', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.906902, 40.69298696]} },
{type: 'Feature',properties:{Name: '3', Address: '77 SCHAEFER STREET, BUSHWICK', Month: '9', Price: '2532'}, geometry: { type: 'Point', coordinates:[-73.91083753, 40.68662495]} },
{type: 'Feature',properties:{Name: '3', Address: '127 SCHAEFER STREET, BUSHWICK', Month: '9', Price: '2565'}, geometry: { type: 'Point', coordinates:[-73.90949433, 40.68799629]} },
{type: 'Feature',properties:{Name: '3', Address: '181 SCHAEFER STREET, BUSHWICK', Month: '5', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.9080861, 40.6894252]} },
{type: 'Feature',properties:{Name: '3', Address: '181 SCHAEFER STREET, BUSHWICK', Month: '10', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.9080861, 40.6894252]} },
{type: 'Feature',properties:{Name: '3', Address: '181 SCHAEFER STREET, BUSHWICK', Month: '11', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.9080861, 40.6894252]} },
{type: 'Feature',properties:{Name: '3', Address: '209 SCHAEFER STREET, BUSHWICK', Month: '11', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.90751918, 40.69000115]} },
{type: 'Feature',properties:{Name: '3', Address: '207 SCHAEFER STREET, BUSHWICK', Month: '5', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.9075589, 40.68996001]} },
{type: 'Feature',properties:{Name: '3', Address: '287 SCHAEFER STREET, BUSHWICK', Month: '3', Price: '3465'}, geometry: { type: 'Point', coordinates:[-73.90517193, 40.69239268]} },
{type: 'Feature',properties:{Name: '3', Address: '130 SCHAEFER ST, BUSHWICK', Month: '1', Price: '2430'}, geometry: { type: 'Point', coordinates:[-73.90937883, 40.68808403]} },
{type: 'Feature',properties:{Name: '3', Address: '180 SCHAEFER STREET, BUSHWICK', Month: '12', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.90798864, 40.68949648]} },
{type: 'Feature',properties:{Name: '3', Address: '180 SCHAEFER STREET, BUSHWICK', Month: '2', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.90798864, 40.68949648]} },
{type: 'Feature',properties:{Name: '3', Address: '238 SCHAEFER STREET, BUSHWICK', Month: '11', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.90641784, 40.69109542]} },
{type: 'Feature',properties:{Name: '3', Address: '238 SCHAEFER STREET, BUSHWICK', Month: '11', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.90641784, 40.69109542]} },
{type: 'Feature',properties:{Name: '3', Address: '1311 DECATUR STREET, BUSHWICK', Month: '5', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.90531808, 40.6910506]} },
{type: 'Feature',properties:{Name: '3', Address: '284 SCHAEFER STREET, BUSHWICK', Month: '8', Price: '3465'}, geometry: { type: 'Point', coordinates:[-73.9051467, 40.69238991]} },
{type: 'Feature',properties:{Name: '3', Address: '970 DECATUR STREET, BUSHWICK', Month: '5', Price: '4292'}, geometry: { type: 'Point', coordinates:[-73.91187179, 40.68433386]} },
{type: 'Feature',properties:{Name: '3', Address: '996 DECATUR STREET, BUSHWICK', Month: '1', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.91147824, 40.68474253]} },
{type: 'Feature',properties:{Name: '3', Address: '996 DECATUR STREET, BUSHWICK', Month: '1', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.91147824, 40.68474253]} },
{type: 'Feature',properties:{Name: '3', Address: '73A COOPER STREET, BUSHWICK', Month: '6', Price: '2841'}, geometry: { type: 'Point', coordinates:[-73.90969209, 40.68574847]} },
{type: 'Feature',properties:{Name: '3', Address: '1214 DECATUR STREET, BUSHWICK', Month: '12', Price: '2775'}, geometry: { type: 'Point', coordinates:[-73.90712728, 40.68918014]} },
{type: 'Feature',properties:{Name: '3', Address: '295A COOPER AVENUE, BUSHWICK', Month: '7', Price: '2052'}, geometry: { type: 'Point', coordinates:[-73.90344504, 40.69211676]} },
{type: 'Feature',properties:{Name: '3', Address: '26 COOPER STREET, BUSHWICK', Month: '12', Price: '2622'}, geometry: { type: 'Point', coordinates:[-73.91086606, 40.68416291]} },
{type: 'Feature',properties:{Name: '3', Address: '1404 BUSHWICK AVE, BUSHWICK', Month: '7', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.90960707, 40.68463129]} },
{type: 'Feature',properties:{Name: '3', Address: '43 MOFFAT STREET, BUSHWICK', Month: '3', Price: '2589'}, geometry: { type: 'Point', coordinates:[-73.90978445, 40.68411266]} },
{type: 'Feature',properties:{Name: '3', Address: '80 COOPER STREET, BUSHWICK', Month: '2', Price: '2610'}, geometry: { type: 'Point', coordinates:[-73.90937847, 40.68569882]} },
{type: 'Feature',properties:{Name: '3', Address: '80 COOPER STREET, BUSHWICK', Month: '5', Price: '2610'}, geometry: { type: 'Point', coordinates:[-73.90937847, 40.68569882]} },
{type: 'Feature',properties:{Name: '3', Address: '90 COOPER STREET, BUSHWICK', Month: '9', Price: '2475'}, geometry: { type: 'Point', coordinates:[-73.90913655, 40.68594292]} },
{type: 'Feature',properties:{Name: '3', Address: '87 MOFFAT STREET, BUSHWICK', Month: '7', Price: '5200'}, geometry: { type: 'Point', coordinates:[-73.90859293, 40.6853304]} },
{type: 'Feature',properties:{Name: '3', Address: '192 COOPER STREET, BUSHWICK', Month: '12', Price: '3900'}, geometry: { type: 'Point', coordinates:[-73.90631647, 40.68881718]} },
{type: 'Feature',properties:{Name: '3', Address: '730 CHAUNCEY STREET, BUSHWICK', Month: '6', Price: '2832'}, geometry: { type: 'Point', coordinates:[-73.90752945, 40.68519231]} },
{type: 'Feature',properties:{Name: '3', Address: '107 PILLING STREET, BUSHWICK', Month: '10', Price: '2702'}, geometry: { type: 'Point', coordinates:[-73.90675478, 40.68480742]} },
{type: 'Feature',properties:{Name: '3', Address: '804 EVERGREEN AVE, BUSHWICK', Month: '11', Price: '2674'}, geometry: { type: 'Point', coordinates:[-73.90671805, 40.68528498]} },
{type: 'Feature',properties:{Name: '3', Address: '23 GRANITE STREET, BUSHWICK', Month: '9', Price: '4050'}, geometry: { type: 'Point', coordinates:[-73.90790463, 40.6824451]} },
{type: 'Feature',properties:{Name: '3', Address: '67 GRANITE STREET, BUSHWICK', Month: '9', Price: '4400'}, geometry: { type: 'Point', coordinates:[-73.90679255, 40.68358054]} },
{type: 'Feature',properties:{Name: '3', Address: '39 FURMAN AVENUE, BUSHWICK', Month: '3', Price: '3420'}, geometry: { type: 'Point', coordinates:[-73.9068592, 40.68232348]} },
{type: 'Feature',properties:{Name: '3', Address: '30 BELVEDERE STREET, BUSHWICK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93670421, 40.6988865]} },
{type: 'Feature',properties:{Name: '3', Address: '965 WILLOUGHBY AVENUE, BUSHWICK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93039034, 40.69800179]} },
{type: 'Feature',properties:{Name: '3', Address: '963 WILLOUGHBY AVENUE, BUSHWICK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93044447, 40.69796614]} },
{type: 'Feature',properties:{Name: '3', Address: '961 WILLOUGHBY AVENUE, BUSHWICK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93050221, 40.69793323]} },
{type: 'Feature',properties:{Name: '3', Address: 'WILLOUGHBY AVENUE, BUSHWICK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93085179, 40.69815577]} },
{type: 'Feature',properties:{Name: '3', Address: 'WILLOUGHBY AVENUE, BUSHWICK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9307723, 40.69830943]} },
{type: 'Feature',properties:{Name: '3', Address: '253 EVERGREEN AVENUE, BUSHWICK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92675749, 40.69586959]} },
{type: 'Feature',properties:{Name: '3', Address: '44 STANHOPE STREET, BUSHWICK', Month: '6', Price: '2640'}, geometry: { type: 'Point', coordinates:[-73.92525018, 40.69578353]} },
{type: 'Feature',properties:{Name: '3', Address: '44-46 STANHOPE STREET, BUSHWICK', Month: '4', Price: '2640'}, geometry: { type: 'Point', coordinates:[-73.92525018, 40.69578353]} },
{type: 'Feature',properties:{Name: '3', Address: '44 STANHOPE STREET, BUSHWICK', Month: '7', Price: '2640'}, geometry: { type: 'Point', coordinates:[-73.92525018, 40.69578353]} },
{type: 'Feature',properties:{Name: '3', Address: '511 EVERGREEN AVENUE, BUSHWICK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91590225, 40.69053457]} },
{type: 'Feature',properties:{Name: '3', Address: '207 CORNELIA STREET, BUSHWICK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91323126, 40.69253353]} },
{type: 'Feature',properties:{Name: '3', Address: '129 SCHAEFER STREET, BUSHWICK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90945823, 40.68803194]} },
{type: 'Feature',properties:{Name: '3', Address: '1130 DECATUR STREET, BUSHWICK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90874857, 40.68753183]} },
{type: 'Feature',properties:{Name: '3', Address: '1108 DECATUR STREET, BUSHWICK', Month: '4', Price: '625'}, geometry: { type: 'Point', coordinates:[-73.90906632, 40.68720546]} },
{type: 'Feature',properties:{Name: '3', Address: '21 FAYETTE STREET, BUSHWICK', Month: '12', Price: '4032'}, geometry: { type: 'Point', coordinates:[-73.93986198, 40.70047193]} },
{type: 'Feature',properties:{Name: '3', Address: '30 FAYETTE STREET, BUSHWICK', Month: '2', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.93965985, 40.70065572]} },
{type: 'Feature',properties:{Name: '3', Address: '16 PARK STREET, BUSHWICK', Month: '11', Price: '3750'}, geometry: { type: 'Point', coordinates:[-73.9384672, 40.69947209]} },
{type: 'Feature',properties:{Name: '3', Address: '15 LOCUST STREET, BUSHWICK', Month: '11', Price: '4125'}, geometry: { type: 'Point', coordinates:[-73.93774267, 40.6990792]} },
{type: 'Feature',properties:{Name: '3', Address: '14 LOCUST STREET, BUSHWICK', Month: '6', Price: '4125'}, geometry: { type: 'Point', coordinates:[-73.93777158, 40.69902432]} },
{type: 'Feature',properties:{Name: '3', Address: '896 FLUSHING AVENUE, BUSHWICK', Month: '4', Price: '2508'}, geometry: { type: 'Point', coordinates:[-73.93600866, 40.70214141]} },
{type: 'Feature',properties:{Name: '3', Address: '942 FLUSHING AVENUE, BUSHWICK', Month: '6', Price: '7390'}, geometry: { type: 'Point', coordinates:[-73.93368179, 40.70277414]} },
{type: 'Feature',properties:{Name: '3', Address: '72 GEORGE STREET, BUSHWICK', Month: '9', Price: '4650'}, geometry: { type: 'Point', coordinates:[-73.93076476, 40.70209446]} },
{type: 'Feature',properties:{Name: '3', Address: '150 KNICKERBOCKER AVENUE, BUSHWICK', Month: '4', Price: '4875'}, geometry: { type: 'Point', coordinates:[-73.92814754, 40.70437101]} },
{type: 'Feature',properties:{Name: '3', Address: '73 JEFFERSON STREET, BUSHWICK', Month: '7', Price: '6500'}, geometry: { type: 'Point', coordinates:[-73.93280214, 40.69884312]} },
{type: 'Feature',properties:{Name: '3', Address: '147 JEFFERSON ST, BUSHWICK', Month: '5', Price: '4125'}, geometry: { type: 'Point', coordinates:[-73.93022205, 40.70029082]} },
{type: 'Feature',properties:{Name: '3', Address: '73 CENTRAL AVE, BUSHWICK', Month: '2', Price: '4125'}, geometry: { type: 'Point', coordinates:[-73.93026099, 40.7009935]} },
{type: 'Feature',properties:{Name: '3', Address: '185 JEFFERSON STREET, BUSHWICK', Month: '11', Price: '5440'}, geometry: { type: 'Point', coordinates:[-73.9291245, 40.70140727]} },
{type: 'Feature',properties:{Name: '3', Address: '185 JEFFERSON STREET, BUSHWICK', Month: '2', Price: '5440'}, geometry: { type: 'Point', coordinates:[-73.9291245, 40.70140727]} },
{type: 'Feature',properties:{Name: '3', Address: '235 JEFFERSON STREET, BUSHWICK', Month: '12', Price: '4125'}, geometry: { type: 'Point', coordinates:[-73.92784999, 40.70270475]} },
{type: 'Feature',properties:{Name: '3', Address: '60 JEFFERSON STREET, BUSHWICK', Month: '12', Price: '6813'}, geometry: { type: 'Point', coordinates:[-73.93289236, 40.69878553]} },
{type: 'Feature',properties:{Name: '3', Address: '146 JEFFERSON STREET, BUSHWICK', Month: '8', Price: '7000'}, geometry: { type: 'Point', coordinates:[-73.93021125, 40.70027435]} },
{type: 'Feature',properties:{Name: '3', Address: '228 JEFFERSON STREET, BUSHWICK', Month: '12', Price: '4125'}, geometry: { type: 'Point', coordinates:[-73.92792945, 40.70259776]} },
{type: 'Feature',properties:{Name: '3', Address: '240 JEFFERSON STREET, BUSHWICK', Month: '10', Price: '4500'}, geometry: { type: 'Point', coordinates:[-73.92765144, 40.70287755]} },
{type: 'Feature',properties:{Name: '3', Address: '142 CENTRAL AVE, BUSHWICK', Month: '6', Price: '4125'}, geometry: { type: 'Point', coordinates:[-73.9279903, 40.6996856]} },
{type: 'Feature',properties:{Name: '3', Address: '97 WILSON AVENUE, BUSHWICK', Month: '3', Price: '4200'}, geometry: { type: 'Point', coordinates:[-73.9272345, 40.70157078]} },
{type: 'Feature',properties:{Name: '3', Address: '97 WILSON AVENUE, BUSHWICK', Month: '4', Price: '4200'}, geometry: { type: 'Point', coordinates:[-73.9272345, 40.70157078]} },
{type: 'Feature',properties:{Name: '3', Address: '95 WILSON AVENUE, BUSHWICK', Month: '3', Price: '4200'}, geometry: { type: 'Point', coordinates:[-73.92729217, 40.7016065]} },
{type: 'Feature',properties:{Name: '3', Address: '244 TROUTMAN STREET, BUSHWICK', Month: '1', Price: '4500'}, geometry: { type: 'Point', coordinates:[-73.92673204, 40.7026217]} },
{type: 'Feature',properties:{Name: '3', Address: '99 STARR STREET, BUSHWICK', Month: '7', Price: '5250'}, geometry: { type: 'Point', coordinates:[-73.92596426, 40.70223695]} },
{type: 'Feature',properties:{Name: '3', Address: '99 STARR STREET, BUSHWICK', Month: '10', Price: '5250'}, geometry: { type: 'Point', coordinates:[-73.92596426, 40.70223695]} },
{type: 'Feature',properties:{Name: '3', Address: '298 TROUTMAN STREET, BUSHWICK', Month: '1', Price: '4650'}, geometry: { type: 'Point', coordinates:[-73.92538885, 40.70399322]} },
{type: 'Feature',properties:{Name: '3', Address: '52 IRVING AVENUE, BUSHWICK', Month: '3', Price: '5175'}, geometry: { type: 'Point', coordinates:[-73.92424482, 40.70462103]} },
{type: 'Feature',properties:{Name: '3', Address: '682 BUSHWICK AVENUE, BUSHWICK', Month: '6', Price: '26061'}, geometry: { type: 'Point', coordinates:[-73.93165002, 40.69696227]} },
{type: 'Feature',properties:{Name: '3', Address: '699 BUSHWICK AVENUE, BUSHWICK', Month: '2', Price: '7344'}, geometry: { type: 'Point', coordinates:[-73.93129679, 40.6967864]} },
{type: 'Feature',properties:{Name: '3', Address: '990 WILLOUGHBY AVENUE, BUSHWICK', Month: '9', Price: '4350'}, geometry: { type: 'Point', coordinates:[-73.92928971, 40.69865437]} },
{type: 'Feature',properties:{Name: '3', Address: '996 WILLOUGHBY AVENUE, BUSHWICK', Month: '11', Price: '8500'}, geometry: { type: 'Point', coordinates:[-73.92914176, 40.69874486]} },
{type: 'Feature',properties:{Name: '3', Address: '1142 WILLOUGHBY AVENUE, BUSHWICK', Month: '1', Price: '4275'}, geometry: { type: 'Point', coordinates:[-73.92507017, 40.70193444]} },
{type: 'Feature',properties:{Name: '3', Address: '245 SUYDAM STREET, BUSHWICK', Month: '4', Price: '7440'}, geometry: { type: 'Point', coordinates:[-73.92432769, 40.7015195]} },
{type: 'Feature',properties:{Name: '3', Address: '172 SUYDAM STREET, BUSHWICK', Month: '3', Price: '4875'}, geometry: { type: 'Point', coordinates:[-73.92619079, 40.69959937]} },
{type: 'Feature',properties:{Name: '3', Address: '162 WILSON AVENUE, BUSHWICK', Month: '6', Price: '4125'}, geometry: { type: 'Point', coordinates:[-73.92470075, 40.70011168]} },
{type: 'Feature',properties:{Name: '3', Address: '157 WILSON AVENUE, BUSHWICK', Month: '10', Price: '4275'}, geometry: { type: 'Point', coordinates:[-73.92483408, 40.70020783]} },
{type: 'Feature',properties:{Name: '3', Address: '767 HART STREET, BUSHWICK', Month: '8', Price: '4875'}, geometry: { type: 'Point', coordinates:[-73.92396798, 40.70069308]} },
{type: 'Feature',properties:{Name: '3', Address: '761 HART STREET, BUSHWICK', Month: '8', Price: '4125'}, geometry: { type: 'Point', coordinates:[-73.92405463, 40.70060531]} },
{type: 'Feature',properties:{Name: '3', Address: '853 HART STREET, BUSHWICK', Month: '7', Price: '5250'}, geometry: { type: 'Point', coordinates:[-73.92231063, 40.7023855]} },
{type: 'Feature',properties:{Name: '3', Address: '841 HART STREET, BUSHWICK', Month: '1', Price: '5250'}, geometry: { type: 'Point', coordinates:[-73.92248034, 40.70220995]} },
{type: 'Feature',properties:{Name: '3', Address: '733 BUSHWICK AVENUE, BUSHWICK', Month: '6', Price: '4320'}, geometry: { type: 'Point', coordinates:[-73.93016867, 40.6961654]} },
{type: 'Feature',properties:{Name: '3', Address: '548 HART STREET, BUSHWICK', Month: '11', Price: '5250'}, geometry: { type: 'Point', coordinates:[-73.92966688, 40.6966619]} },
{type: 'Feature',properties:{Name: '3', Address: '784 BUSHWICK AVENUE, BUSHWICK', Month: '3', Price: '4576'}, geometry: { type: 'Point', coordinates:[-73.92865135, 40.69531359]} },
{type: 'Feature',properties:{Name: '3', Address: '722 HART STREET, BUSHWICK', Month: '6', Price: '4500'}, geometry: { type: 'Point', coordinates:[-73.92497177, 40.6996425]} },
{type: 'Feature',properties:{Name: '3', Address: '1423 DEKALB AVENUE, BUSHWICK', Month: '8', Price: '4350'}, geometry: { type: 'Point', coordinates:[-73.92327609, 40.70020955]} },
{type: 'Feature',properties:{Name: '3', Address: '313 KNICKERBOCKER AVENUE, BUSHWICK', Month: '11', Price: '9000'}, geometry: { type: 'Point', coordinates:[-73.92301497, 40.70147197]} },
{type: 'Feature',properties:{Name: '3', Address: '858 HART STREET, BUSHWICK', Month: '9', Price: '5250'}, geometry: { type: 'Point', coordinates:[-73.92223483, 40.70243485]} },
{type: 'Feature',properties:{Name: '3', Address: '870 HART STREET, BUSHWICK', Month: '4', Price: '5250'}, geometry: { type: 'Point', coordinates:[-73.92206512, 40.70260766]} },
{type: 'Feature',properties:{Name: '3', Address: '872 HART STREET, BUSHWICK', Month: '11', Price: '5250'}, geometry: { type: 'Point', coordinates:[-73.92203623, 40.70263783]} },
{type: 'Feature',properties:{Name: '3', Address: '1499 DEKALB AVENUE, BUSHWICK', Month: '4', Price: '5250'}, geometry: { type: 'Point', coordinates:[-73.92175595, 40.70175383]} },
{type: 'Feature',properties:{Name: '3', Address: '1414 DEKALB AVENUE, BUSHWICK', Month: '2', Price: '4350'}, geometry: { type: 'Point', coordinates:[-73.92331584, 40.70014095]} },
{type: 'Feature',properties:{Name: '3', Address: '1426 DEKALB AVENUE, BUSHWICK', Month: '2', Price: '4450'}, geometry: { type: 'Point', coordinates:[-73.92314253, 40.7003165]} },
{type: 'Feature',properties:{Name: '3', Address: '1502 DEKALB AVENUE, BUSHWICK', Month: '2', Price: '4500'}, geometry: { type: 'Point', coordinates:[-73.92162599, 40.70186078]} },
{type: 'Feature',properties:{Name: '3', Address: '1532 DEKALB, BUSHWICK', Month: '5', Price: '5100'}, geometry: { type: 'Point', coordinates:[-73.92086451, 40.7022857]} },
{type: 'Feature',properties:{Name: '3', Address: '255 STOCKHOLM STREET, BUSHWICK', Month: '4', Price: '4500'}, geometry: { type: 'Point', coordinates:[-73.92072465, 40.70161039]} },
{type: 'Feature',properties:{Name: '3', Address: '253 STANHOPE STREET, BUSHWICK', Month: '12', Price: '4875'}, geometry: { type: 'Point', coordinates:[-73.91999667, 40.70115975]} },
{type: 'Feature',properties:{Name: '3', Address: '253 STANHOPE STREET, BUSHWICK', Month: '4', Price: '4875'}, geometry: { type: 'Point', coordinates:[-73.91999667, 40.70115975]} },
{type: 'Feature',properties:{Name: '3', Address: '16 STANHOPE ST, BUSHWICK', Month: '11', Price: '8500'}, geometry: { type: 'Point', coordinates:[-73.92625746, 40.6947549]} },
{type: 'Feature',properties:{Name: '3', Address: '223 HIMROD STREET, BUSHWICK', Month: '3', Price: '4500'}, geometry: { type: 'Point', coordinates:[-73.92038446, 40.69957354]} },
{type: 'Feature',properties:{Name: '3', Address: '250 STANHOPE STREET, BUSHWICK', Month: '10', Price: '4650'}, geometry: { type: 'Point', coordinates:[-73.91995699, 40.7011707]} },
{type: 'Feature',properties:{Name: '3', Address: '235 HIMROD STREET, BUSHWICK', Month: '6', Price: '4350'}, geometry: { type: 'Point', coordinates:[-73.91972007, 40.70024829]} },
{type: 'Feature',properties:{Name: '3', Address: '235 HIMROD STREET, BUSHWICK', Month: '7', Price: '4350'}, geometry: { type: 'Point', coordinates:[-73.91972007, 40.70024829]} },
{type: 'Feature',properties:{Name: '3', Address: '1381 MYRTLE AVENUE, BUSHWICK', Month: '2', Price: '33600'}, geometry: { type: 'Point', coordinates:[-73.92124044, 40.69851465]} },
{type: 'Feature',properties:{Name: '3', Address: '249 HARMAN STREET, BUSHWICK', Month: '3', Price: '4125'}, geometry: { type: 'Point', coordinates:[-73.91980817, 40.6989638]} },
{type: 'Feature',properties:{Name: '3', Address: '250 HIMROD STREET, BUSHWICK', Month: '11', Price: '4350'}, geometry: { type: 'Point', coordinates:[-73.91964788, 40.7002949]} },
{type: 'Feature',properties:{Name: '3', Address: '250 HIMROD STREET, BUSHWICK', Month: '8', Price: '4350'}, geometry: { type: 'Point', coordinates:[-73.91964788, 40.7002949]} },
{type: 'Feature',properties:{Name: '3', Address: '290 HIMROD STREET, BUSHWICK', Month: '3', Price: '4875'}, geometry: { type: 'Point', coordinates:[-73.91896542, 40.70098885]} },
{type: 'Feature',properties:{Name: '3', Address: '305 HARMAN STREET, BUSHWICK', Month: '2', Price: '4275'}, geometry: { type: 'Point', coordinates:[-73.91866352, 40.70012953]} },
{type: 'Feature',properties:{Name: '3', Address: '303 HARMAN STREET, BUSHWICK', Month: '6', Price: '4125'}, geometry: { type: 'Point', coordinates:[-73.9186924, 40.7001021]} },
{type: 'Feature',properties:{Name: '3', Address: '303 HARMAN STREET, BUSHWICK', Month: '2', Price: '4125'}, geometry: { type: 'Point', coordinates:[-73.9186924, 40.7001021]} },
{type: 'Feature',properties:{Name: '3', Address: '1141 GREENE AVE, BUSHWICK', Month: '11', Price: '4500'}, geometry: { type: 'Point', coordinates:[-73.9229472, 40.69457706]} },
{type: 'Feature',properties:{Name: '3', Address: '1141 GREENE AVE, BUSHWICK', Month: '3', Price: '4500'}, geometry: { type: 'Point', coordinates:[-73.9229472, 40.69457706]} },
{type: 'Feature',properties:{Name: '3', Address: '1369 GREENE AVENUE, BUSHWICK', Month: '3', Price: '4275'}, geometry: { type: 'Point', coordinates:[-73.9175528, 40.70007384]} },
{type: 'Feature',properties:{Name: '3', Address: '131 BLEECKER STREET, BUSHWICK', Month: '12', Price: '4125'}, geometry: { type: 'Point', coordinates:[-73.92039236, 40.69598339]} },
{type: 'Feature',properties:{Name: '3', Address: '240 IRVING AVENUE, BUSHWICK', Month: '8', Price: '6720'}, geometry: { type: 'Point', coordinates:[-73.91672658, 40.70034498]} },
{type: 'Feature',properties:{Name: '3', Address: '166 BLEECKER STREET, BUSHWICK', Month: '11', Price: '4875'}, geometry: { type: 'Point', coordinates:[-73.91980024, 40.69655938]} },
{type: 'Feature',properties:{Name: '3', Address: '195 MENAHAN STREET, BUSHWICK', Month: '8', Price: '4875'}, geometry: { type: 'Point', coordinates:[-73.91802156, 40.69720315]} },
{type: 'Feature',properties:{Name: '3', Address: '279 MENAHAN STREET, BUSHWICK', Month: '2', Price: '4125'}, geometry: { type: 'Point', coordinates:[-73.91590193, 40.6993645]} },
{type: 'Feature',properties:{Name: '3', Address: '20 MENAHAN STREET, BUSHWICK', Month: '11', Price: '5400'}, geometry: { type: 'Point', coordinates:[-73.9223218, 40.69279803]} },
{type: 'Feature',properties:{Name: '3', Address: '305 GROVE STREET, BUSHWICK', Month: '7', Price: '4875'}, geometry: { type: 'Point', coordinates:[-73.91555318, 40.69852434]} },
{type: 'Feature',properties:{Name: '3', Address: '142 GROVE STREET, BUSHWICK', Month: '8', Price: '4500'}, geometry: { type: 'Point', coordinates:[-73.91989338, 40.69407817]} },
{type: 'Feature',properties:{Name: '3', Address: '148 GROVE STREET, BUSHWICK', Month: '9', Price: '4500'}, geometry: { type: 'Point', coordinates:[-73.91977784, 40.69419886]} },
{type: 'Feature',properties:{Name: '3', Address: '131 LINDEN STREET, BUSHWICK', Month: '11', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.91929544, 40.69351782]} },
{type: 'Feature',properties:{Name: '3', Address: '131 LINDEN STREET, BUSHWICK', Month: '7', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.91929544, 40.69351782]} },
{type: 'Feature',properties:{Name: '3', Address: '537 KNICKERBOCKER AVE, BUSHWICK', Month: '5', Price: '9000'}, geometry: { type: 'Point', coordinates:[-73.91578546, 40.69735799]} },
{type: 'Feature',properties:{Name: '3', Address: '523 KNICKERBOCKER AVENUE, BUSHWICK', Month: '9', Price: '9000'}, geometry: { type: 'Point', coordinates:[-73.91624673, 40.69762182]} },
{type: 'Feature',properties:{Name: '3', Address: '298 IRVING AVENUE, BUSHWICK', Month: '8', Price: '4875'}, geometry: { type: 'Point', coordinates:[-73.91443093, 40.69903953]} },
{type: 'Feature',properties:{Name: '3', Address: '269 LINDEN STREET, BUSHWICK', Month: '6', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.91515748, 40.6977363]} },
{type: 'Feature',properties:{Name: '3', Address: '269 LINDEN STREET, BUSHWICK', Month: '7', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.91515748, 40.6977363]} },
{type: 'Feature',properties:{Name: '3', Address: '36-40 LINDEN STREET, BUSHWICK', Month: '3', Price: '37312'}, geometry: { type: 'Point', coordinates:[-73.92186608, 40.69087364]} },
{type: 'Feature',properties:{Name: '3', Address: '266 LINDEN STREET, BUSHWICK', Month: '12', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91526585, 40.6975964]} },
{type: 'Feature',properties:{Name: '3', Address: '296 LINDEN STREET, BUSHWICK', Month: '6', Price: '2850'}, geometry: { type: 'Point', coordinates:[-73.91472058, 40.69815318]} },
{type: 'Feature',properties:{Name: '3', Address: '181 PALMETTO STREET, BUSHWICK', Month: '10', Price: '4125'}, geometry: { type: 'Point', coordinates:[-73.91641347, 40.69406746]} },
{type: 'Feature',properties:{Name: '3', Address: '16 PALMETTO STREET, BUSHWICK', Month: '9', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.92078943, 40.68958561]} },
{type: 'Feature',properties:{Name: '3', Address: '142 PALMETTO STREET, BUSHWICK', Month: '2', Price: '4875'}, geometry: { type: 'Point', coordinates:[-73.91756531, 40.69286883]} },
{type: 'Feature',properties:{Name: '3', Address: '34 WOODBINE STREET, BUSHWICK', Month: '4', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.91965001, 40.68955188]} },
{type: 'Feature',properties:{Name: '3', Address: '1116 BUSHWICK AVENUE, BUSHWICK', Month: '12', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.91866532, 40.68978724]} },
{type: 'Feature',properties:{Name: '3', Address: '1120 BUSHWICK AVENUE, BUSHWICK', Month: '6', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.91856802, 40.68973227]} },
{type: 'Feature',properties:{Name: '3', Address: '300 PALMETTO STREET, BUSHWICK', Month: '2', Price: '5250'}, geometry: { type: 'Point', coordinates:[-73.91356451, 40.69694462]} },
{type: 'Feature',properties:{Name: '3', Address: '311 WOODBINE STREET, BUSHWICK', Month: '12', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.91271743, 40.69663931]} },
{type: 'Feature',properties:{Name: '3', Address: '303 WOODBINE STREET, BUSHWICK', Month: '11', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.91282937, 40.69652412]} },
{type: 'Feature',properties:{Name: '3', Address: '1141 BUSHWICK AVENUE, BUSHWICK', Month: '9', Price: '5200'}, geometry: { type: 'Point', coordinates:[-73.91788696, 40.68936399]} },
{type: 'Feature',properties:{Name: '3', Address: '1229 PUTNAM AVENUE, BUSHWICK', Month: '5', Price: '7069'}, geometry: { type: 'Point', coordinates:[-73.91548283, 40.69143181]} },
{type: 'Feature',properties:{Name: '3', Address: '109 CORNELIA STREET, BUSHWICK', Month: '8', Price: '4500'}, geometry: { type: 'Point', coordinates:[-73.91575151, 40.68997453]} },
{type: 'Feature',properties:{Name: '3', Address: '97 CORNELIA STREET, BUSHWICK', Month: '5', Price: '4500'}, geometry: { type: 'Point', coordinates:[-73.91596815, 40.68975236]} },
{type: 'Feature',properties:{Name: '3', Address: '1182 BUSHWICK AVENUE, BUSHWICK', Month: '7', Price: '5243'}, geometry: { type: 'Point', coordinates:[-73.91663304, 40.68862749]} },
{type: 'Feature',properties:{Name: '3', Address: '1117 JEFFERSON AVENUE, BUSHWICK', Month: '6', Price: '4378'}, geometry: { type: 'Point', coordinates:[-73.91544613, 40.68909049]} },
{type: 'Feature',properties:{Name: '3', Address: '1105 JEFFERSON AVENUE, BUSHWICK', Month: '4', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.91560861, 40.68892318]} },
{type: 'Feature',properties:{Name: '3', Address: '204 CORNELIA STREET, BUSHWICK', Month: '5', Price: '3240'}, geometry: { type: 'Point', coordinates:[-73.9133035, 40.69243752]} },
{type: 'Feature',properties:{Name: '3', Address: '260 CORNELIA STREET, BUSHWICK', Month: '1', Price: '6500'}, geometry: { type: 'Point', coordinates:[-73.91193136, 40.69383356]} },
{type: 'Feature',properties:{Name: '3', Address: '1065 HANCOCK STREET, BUSHWICK', Month: '9', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91466056, 40.68869466]} },
{type: 'Feature',properties:{Name: '3', Address: '1065 HANCOCK STREET, BUSHWICK', Month: '12', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91466056, 40.68869466]} },
{type: 'Feature',properties:{Name: '3', Address: '1065 HANCOCK ST, BUSHWICK', Month: '4', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91466056, 40.68869466]} },
{type: 'Feature',properties:{Name: '3', Address: '1357 HANCOCK ST, BUSHWICK', Month: '5', Price: '5250'}, geometry: { type: 'Point', coordinates:[-73.90872067, 40.69474507]} },
{type: 'Feature',properties:{Name: '3', Address: '1345 HANCOCK STREET, BUSHWICK', Month: '10', Price: '5250'}, geometry: { type: 'Point', coordinates:[-73.908894, 40.69456954]} },
{type: 'Feature',properties:{Name: '3', Address: '1134 HANCOCK STREET, BUSHWICK', Month: '10', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.91318385, 40.69017024]} },
{type: 'Feature',properties:{Name: '3', Address: '1330 HANCOCK ST, BUSHWICK', Month: '2', Price: '4875'}, geometry: { type: 'Point', coordinates:[-73.90910349, 40.69432817]} },
{type: 'Feature',properties:{Name: '3', Address: '1239 HALSEY STREET, BUSHWICK', Month: '9', Price: '6890'}, geometry: { type: 'Point', coordinates:[-73.90764782, 40.69345143]} },
{type: 'Feature',properties:{Name: '3', Address: '309 ELDERT STREET, BUSHWICK', Month: '1', Price: '8676'}, geometry: { type: 'Point', coordinates:[-73.90688391, 40.69303086]} },
{type: 'Feature',properties:{Name: '3', Address: '811 KNICKERBOCKER AVENUE, BUSHWICK', Month: '7', Price: '5382'}, geometry: { type: 'Point', coordinates:[-73.90713356, 40.69243545]} },
{type: 'Feature',properties:{Name: '3', Address: '702 EVERGREEN AVENUE, BUSHWICK', Month: '2', Price: '4650'}, geometry: { type: 'Point', coordinates:[-73.91076052, 40.68758556]} },
{type: 'Feature',properties:{Name: '3', Address: '73 SCHAEFER STREET, BUSHWICK', Month: '11', Price: '4875'}, geometry: { type: 'Point', coordinates:[-73.91092057, 40.68653993]} },
{type: 'Feature',properties:{Name: '3', Address: '308 COVERT STREET, BUSHWICK', Month: '2', Price: '4725'}, geometry: { type: 'Point', coordinates:[-73.90584919, 40.69287357]} },
{type: 'Feature',properties:{Name: '3', Address: '314 COVERT STREET, BUSHWICK', Month: '4', Price: '4725'}, geometry: { type: 'Point', coordinates:[-73.90574447, 40.69297504]} },
{type: 'Feature',properties:{Name: '3', Address: '613 WILSON AVENUE, BUSHWICK', Month: '7', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.90702146, 40.69007485]} },
{type: 'Feature',properties:{Name: '3', Address: '228 SCHAEFER STREET, BUSHWICK', Month: '8', Price: '4875'}, geometry: { type: 'Point', coordinates:[-73.90662007, 40.69088698]} },
{type: 'Feature',properties:{Name: '3', Address: '228 SCHAEFER STREET, BUSHWICK', Month: '12', Price: '4875'}, geometry: { type: 'Point', coordinates:[-73.90662007, 40.69088698]} },
{type: 'Feature',properties:{Name: '3', Address: '228 SCHAEFER STREET, BUSHWICK', Month: '6', Price: '4875'}, geometry: { type: 'Point', coordinates:[-73.90662007, 40.69088698]} },
{type: 'Feature',properties:{Name: '3', Address: '230 SCHAEFER STREET, BUSHWICK', Month: '2', Price: '4875'}, geometry: { type: 'Point', coordinates:[-73.90658034, 40.69092812]} },
{type: 'Feature',properties:{Name: '3', Address: '862 KNICKERBOCKER AVE, BUSHWICK', Month: '10', Price: '4725'}, geometry: { type: 'Point', coordinates:[-73.90551578, 40.69149267]} },
{type: 'Feature',properties:{Name: '3', Address: '866 KNICKERBOCKER AVE, BUSHWICK', Month: '3', Price: '4725'}, geometry: { type: 'Point', coordinates:[-73.90536445, 40.69140746]} },
{type: 'Feature',properties:{Name: '3', Address: '320 SCHAEFER STREET, BUSHWICK', Month: '10', Price: '4838'}, geometry: { type: 'Point', coordinates:[-73.90451471, 40.69303441]} },
{type: 'Feature',properties:{Name: '3', Address: '1050 DECATUR STREET, BUSHWICK', Month: '10', Price: '4725'}, geometry: { type: 'Point', coordinates:[-73.91029396, 40.68595755]} },
{type: 'Feature',properties:{Name: '3', Address: '1260 DECATUR STREET, BUSHWICK', Month: '11', Price: '4725'}, geometry: { type: 'Point', coordinates:[-73.90605479, 40.69027444]} },
{type: 'Feature',properties:{Name: '3', Address: '1278 DECATUR ST, BUSHWICK', Month: '9', Price: '5500'}, geometry: { type: 'Point', coordinates:[-73.90579479, 40.69053772]} },
{type: 'Feature',properties:{Name: '3', Address: '257 COOPER STREET, BUSHWICK', Month: '4', Price: '8100'}, geometry: { type: 'Point', coordinates:[-73.90404503, 40.69115111]} },
{type: 'Feature',properties:{Name: '3', Address: '1378 DECATUR STREET, BUSHWICK', Month: '12', Price: '5540'}, geometry: { type: 'Point', coordinates:[-73.90391333, 40.69245751]} },
{type: 'Feature',properties:{Name: '3', Address: '66 COOPER STREET, BUSHWICK', Month: '5', Price: '4500'}, geometry: { type: 'Point', coordinates:[-73.90971426, 40.68535324]} },
{type: 'Feature',properties:{Name: '3', Address: '180 COOPER STREET, BUSHWICK', Month: '10', Price: '5025'}, geometry: { type: 'Point', coordinates:[-73.9065259, 40.688606]} },
{type: 'Feature',properties:{Name: '3', Address: '182 COOPER STREET, BUSHWICK', Month: '6', Price: '5025'}, geometry: { type: 'Point', coordinates:[-73.90648979, 40.68864165]} },
{type: 'Feature',properties:{Name: '3', Address: '642 WILSON AVE, BUSHWICK', Month: '4', Price: '4875'}, geometry: { type: 'Point', coordinates:[-73.90521999, 40.68902488]} },
{type: 'Feature',properties:{Name: '3', Address: '642 WILSON AVE, BUSHWICK', Month: '5', Price: '4875'}, geometry: { type: 'Point', coordinates:[-73.90521999, 40.68902488]} },
{type: 'Feature',properties:{Name: '3', Address: '665 CENTRAL AVE, BUSHWICK', Month: '4', Price: '4725'}, geometry: { type: 'Point', coordinates:[-73.90621761, 40.68732119]} },
{type: 'Feature',properties:{Name: '3', Address: '663 CENTRAL AVE, BUSHWICK', Month: '10', Price: '4725'}, geometry: { type: 'Point', coordinates:[-73.90629327, 40.68736243]} },
{type: 'Feature',properties:{Name: '3', Address: '1474 BUSHWICK AVENUE, BUSHWICK', Month: '8', Price: '7084'}, geometry: { type: 'Point', coordinates:[-73.9074382, 40.68339716]} },
{type: 'Feature',properties:{Name: '3', Address: '31 ABERDEEN STREET, BUSHWICK', Month: '10', Price: '4300'}, geometry: { type: 'Point', coordinates:[-73.90630843, 40.68170272]} },
{type: 'Feature',properties:{Name: '3', Address: '148 JEFFERSON STREET, BUSHWICK', Month: '6', Price: '6936'}, geometry: { type: 'Point', coordinates:[-73.93017876, 40.70031001]} },
{type: 'Feature',properties:{Name: '3', Address: '2 STANWIX STREET, BUSHWICK', Month: '8', Price: '3510'}, geometry: { type: 'Point', coordinates:[-73.93370081, 40.6981547]} },
{type: 'Feature',properties:{Name: '3', Address: '2 STANWIX STREET, BUSHWICK', Month: '2', Price: '3510'}, geometry: { type: 'Point', coordinates:[-73.93370081, 40.6981547]} },
{type: 'Feature',properties:{Name: '3', Address: '2 STANWIX STREET, BUSHWICK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93370081, 40.6981547]} },
{type: 'Feature',properties:{Name: '3', Address: '2 STANWIX STREET, BUSHWICK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93370081, 40.6981547]} },
{type: 'Feature',properties:{Name: '3', Address: '101 LINDEN STREET, 2A, BUSHWICK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91988395, 40.69291987]} },
{type: 'Feature',properties:{Name: '3', Address: '1095 BUSHWICK AVE, 2D, BUSHWICK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91931031, 40.69017196]} },
{type: 'Feature',properties:{Name: '3', Address: '246 CORNELIA STREET, C4, BUSHWICK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91218413, 40.69357575]} },
{type: 'Feature',properties:{Name: '3', Address: '38 WILSON AVENUE, BUSHWICK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92956295, 40.70287599]} },
{type: 'Feature',properties:{Name: '3', Address: '38 WILSON AVENUE, BUSHWICK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92956295, 40.70287599]} },
{type: 'Feature',properties:{Name: '3', Address: '38 WILSON AVENUE, BUSHWICK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92956295, 40.70287599]} },
{type: 'Feature',properties:{Name: '3', Address: '318 KNICKERBOCKER AVENUE, BUSHWICK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92293209, 40.70140604]} },
{type: 'Feature',properties:{Name: '3', Address: '318 KNICKERBOCKER AVENUE, BUSHWICK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92293209, 40.70140604]} },
{type: 'Feature',properties:{Name: '3', Address: '318 KNICKERBOCKER AVENUE, BUSHWICK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92293209, 40.70140604]} },
{type: 'Feature',properties:{Name: '3', Address: '318 KNICKERBOCKER AVENUE, BUSHWICK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92293209, 40.70140604]} },
{type: 'Feature',properties:{Name: '3', Address: '794 HART STREET, BUSHWICK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92356, 40.70107983]} },
{type: 'Feature',properties:{Name: '3', Address: '1042 FLUSHING AVENUE, BUSHWICK', Month: '1', Price: '3900'}, geometry: { type: 'Point', coordinates:[-73.92950362, 40.70441028]} },
{type: 'Feature',properties:{Name: '3', Address: '41 WILSON AVE, BUSHWICK', Month: '7', Price: '3750'}, geometry: { type: 'Point', coordinates:[-73.92937189, 40.70279078]} },
{type: 'Feature',properties:{Name: '3', Address: '192 KNICKERBOCKER AVE, BUSHWICK', Month: '7', Price: '4125'}, geometry: { type: 'Point', coordinates:[-73.92700854, 40.70372253]} },
{type: 'Feature',properties:{Name: '3', Address: '444 MELROSE STREET, BUSHWICK', Month: '8', Price: '5750'}, geometry: { type: 'Point', coordinates:[-73.92631417, 40.70543482]} },
{type: 'Feature',properties:{Name: '3', Address: '50 STARR STREET, BUSHWICK', Month: '9', Price: '4125'}, geometry: { type: 'Point', coordinates:[-73.92704747, 40.70110679]} },
{type: 'Feature',properties:{Name: '3', Address: '276 KNICKERBOCKER AVENUE, BUSHWICK', Month: '9', Price: '5625'}, geometry: { type: 'Point', coordinates:[-73.92429448, 40.70218096]} },
{type: 'Feature',properties:{Name: '3', Address: '717 BUSHWICK AVE, BUSHWICK', Month: '6', Price: '4500'}, geometry: { type: 'Point', coordinates:[-73.93072011, 40.69646766]} },
{type: 'Feature',properties:{Name: '3', Address: '161 WILSON AVENUE, BUSHWICK', Month: '11', Price: '4275'}, geometry: { type: 'Point', coordinates:[-73.92468631, 40.70012265]} },
{type: 'Feature',properties:{Name: '3', Address: '538 HART STREET, BUSHWICK', Month: '1', Price: '6000'}, geometry: { type: 'Point', coordinates:[-73.92986896, 40.69653851]} },
{type: 'Feature',properties:{Name: '3', Address: '770 HART STREET, BUSHWICK', Month: '10', Price: '4500'}, geometry: { type: 'Point', coordinates:[-73.92388858, 40.70074518]} },
{type: 'Feature',properties:{Name: '3', Address: '1323 MYRTLE AVENUE, BUSHWICK', Month: '4', Price: '4125'}, geometry: { type: 'Point', coordinates:[-73.92460558, 40.69816557]} },
{type: 'Feature',properties:{Name: '3', Address: '358 KNICKERBOCKER AVENUE, BUSHWICK', Month: '4', Price: '4725'}, geometry: { type: 'Point', coordinates:[-73.9218004, 40.70076025]} },
{type: 'Feature',properties:{Name: '3', Address: '353 KNICKERBOCKER AVENUE, BUSHWICK', Month: '10', Price: '4875'}, geometry: { type: 'Point', coordinates:[-73.92188327, 40.70082893]} },
{type: 'Feature',properties:{Name: '3', Address: '205 CENTRAL AVENUE, BUSHWICK', Month: '1', Price: '4125'}, geometry: { type: 'Point', coordinates:[-73.92441141, 40.69766315]} },
{type: 'Feature',properties:{Name: '3', Address: '205 CENTRAL AVENUE, BUSHWICK', Month: '4', Price: '4125'}, geometry: { type: 'Point', coordinates:[-73.92441141, 40.69766315]} },
{type: 'Feature',properties:{Name: '3', Address: '363 KNICKERBOCKER AVENUE, BUSHWICK', Month: '6', Price: '4875'}, geometry: { type: 'Point', coordinates:[-73.9214652, 40.70058985]} },
{type: 'Feature',properties:{Name: '3', Address: '204 IRVING AVENUE, BUSHWICK', Month: '1', Price: '4500'}, geometry: { type: 'Point', coordinates:[-73.91816456, 40.7011612]} },
{type: 'Feature',properties:{Name: '3', Address: '1263 BROADWAY, BUSHWICK', Month: '4', Price: '9000'}, geometry: { type: 'Point', coordinates:[-73.92495247, 40.69115566]} },
{type: 'Feature',properties:{Name: '3', Address: '1087 GATES AVENUE, BUSHWICK', Month: '7', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.92172665, 40.68985523]} },
{type: 'Feature',properties:{Name: '3', Address: '469 CENTRAL AVENUE, BUSHWICK', Month: '11', Price: '4500'}, geometry: { type: 'Point', coordinates:[-73.91380578, 40.69163642]} },
{type: 'Feature',properties:{Name: '3', Address: '504 WILSON AVENUE, BUSHWICK', Month: '3', Price: '5400'}, geometry: { type: 'Point', coordinates:[-73.91065348, 40.69211984]} },
{type: 'Feature',properties:{Name: '3', Address: '621 CENTRAL AVENUE, BUSHWICK', Month: '11', Price: '4875'}, geometry: { type: 'Point', coordinates:[-73.90809474, 40.68838768]} },
{type: 'Feature',properties:{Name: '3', Address: '620 WILSON AVENUE, BUSHWICK', Month: '8', Price: '5250'}, geometry: { type: 'Point', coordinates:[-73.90605948, 40.68950865]} },
{type: 'Feature',properties:{Name: '3', Address: '684 CENTRAL AVENUE, BUSHWICK', Month: '10', Price: '5280'}, geometry: { type: 'Point', coordinates:[-73.9066572, 40.68754662]} },
{type: 'Feature',properties:{Name: '3', Address: '13 MELROSE STREET, BUSHWICK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93564859, 40.6977935]} },
{type: 'Feature',properties:{Name: '3', Address: '768 HART STREET, BUSHWICK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92391746, 40.70071775]} },
{type: 'Feature',properties:{Name: '3', Address: '768 HART STREET, BUSHWICK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92391746, 40.70071775]} },
{type: 'Feature',properties:{Name: '3', Address: '1276 DEKALB AVENUE, BUSHWICK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9262512, 40.69714833]} },
{type: 'Feature',properties:{Name: '3', Address: '1276 DEKALB, BUSHWICK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.926034, 40.697032]} },
{type: 'Feature',properties:{Name: '3', Address: '1276 DEKALB AVENUE, BUSHWICK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9262512, 40.69714833]} },
{type: 'Feature',properties:{Name: '3', Address: '1276 DEKALB AVENUE, BUSHWICK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9262512, 40.69714833]} },
{type: 'Feature',properties:{Name: '3', Address: '1276 DEKALB AVE, BUSHWICK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9262512, 40.69714833]} },
{type: 'Feature',properties:{Name: '3', Address: '1276 DEKALB AVE, BUSHWICK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9262512, 40.69714833]} },
{type: 'Feature',properties:{Name: '3', Address: '1286 HALSEY STREET, BUSHWICK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90752146, 40.69355563]} },
{type: 'Feature',properties:{Name: '3', Address: '1286 HALSEY STREET, BUSHWICK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90752146, 40.69355563]} },
{type: 'Feature',properties:{Name: '3', Address: '245 HARMAN STREET, BUSHWICK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91986955, 40.69890072]} },
{type: 'Feature',properties:{Name: '3', Address: '245 HARMAN STREET, BUSHWICK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91986955, 40.69890072]} },
{type: 'Feature',properties:{Name: '3', Address: '245 HARMAN STREET, BUSHWICK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91986955, 40.69890072]} },
{type: 'Feature',properties:{Name: '3', Address: '245 HARMAN STREET, BUSHWICK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91986955, 40.69890072]} },
{type: 'Feature',properties:{Name: '3', Address: '68 GARDEN STREET, 6F, BUSHWICK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93640696, 40.70048928]} },
{type: 'Feature',properties:{Name: '3', Address: '792 FLUSHING AVENUE, BUSHWICK', Month: '9', Price: '6780'}, geometry: { type: 'Point', coordinates:[-73.94033388, 40.701087]} },
{type: 'Feature',properties:{Name: '3', Address: '802 FLUSHING AVENUE, BUSHWICK', Month: '9', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.94004169, 40.70115272]} },
{type: 'Feature',properties:{Name: '3', Address: '849 BROADWAY, BUSHWICK', Month: '10', Price: '2250'}, geometry: { type: 'Point', coordinates:[-73.93850386, 40.69882435]} },
{type: 'Feature',properties:{Name: '3', Address: '810 FLUSHING AVENUE, BUSHWICK', Month: '4', Price: '58617'}, geometry: { type: 'Point', coordinates:[-73.93977476, 40.70121022]} },
{type: 'Feature',properties:{Name: '3', Address: '815 BROADWAY, BUSHWICK', Month: '2', Price: '47850'}, geometry: { type: 'Point', coordinates:[-73.93983757, 40.69954967]} },
{type: 'Feature',properties:{Name: '3', Address: '845 BROADWAY, BUSHWICK', Month: '1', Price: '29000'}, geometry: { type: 'Point', coordinates:[-73.93866967, 40.69891501]} },
{type: 'Feature',properties:{Name: '3', Address: '845 BROADWAY, BUSHWICK', Month: '5', Price: '29000'}, geometry: { type: 'Point', coordinates:[-73.93866967, 40.69891501]} },
{type: 'Feature',properties:{Name: '3', Address: '935 BROADWAY, BUSHWICK', Month: '12', Price: '6500'}, geometry: { type: 'Point', coordinates:[-73.93566356, 40.69723358]} },
{type: 'Feature',properties:{Name: '3', Address: '1417-1427 MYRTLE AVENUE, BUSHWICK', Month: '2', Price: '6800'}, geometry: { type: 'Point', coordinates:[-73.91973278, 40.69867281]} },
{type: 'Feature',properties:{Name: '3', Address: '1417-1427 MYRTLE AVENUE, BUSHWICK', Month: '2', Price: '6800'}, geometry: { type: 'Point', coordinates:[-73.91973278, 40.69867281]} },
{type: 'Feature',properties:{Name: '3', Address: '1327 BROADWAY, BUSHWICK', Month: '7', Price: '14000'}, geometry: { type: 'Point', coordinates:[-73.92329121, 40.69020487]} },
{type: 'Feature',properties:{Name: '3', Address: '513 EVERGREEN AVENUE, BUSHWICK', Month: '12', Price: '5863'}, geometry: { type: 'Point', coordinates:[-73.9158446, 40.69050159]} },
{type: 'Feature',properties:{Name: '3', Address: '513 EVERGREEN AVENUE, BUSHWICK', Month: '10', Price: '5863'}, geometry: { type: 'Point', coordinates:[-73.9158446, 40.69050159]} },
{type: 'Feature',properties:{Name: '3', Address: '709 HART STREET, BUSHWICK', Month: '9', Price: '3720'}, geometry: { type: 'Point', coordinates:[-73.92521003, 40.69942582]} },
{type: 'Feature',properties:{Name: '3', Address: '95 JEFFERSON STREET, BUSHWICK', Month: '9', Price: '3630'}, geometry: { type: 'Point', coordinates:[-73.93213828, 40.69912544]} },
{type: 'Feature',properties:{Name: '3', Address: '317 ELLERY ST, BUSHWICK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93923495, 40.69993088]} },
{type: 'Feature',properties:{Name: '3', Address: '902 FLUSHING AVENUE, BUSHWICK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93579222, 40.70219344]} },
{type: 'Feature',properties:{Name: '3', Address: '902 FLUSHING AVENUE, BUSHWICK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93579222, 40.70219344]} },
{type: 'Feature',properties:{Name: '3', Address: '902 FLUSHING AVENUE, BUSHWICK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93579222, 40.70219344]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A FLUSHING AVENUE, BUSHWICK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.935622, 40.702098]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A FLUSHING AVENUE, BUSHWICK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.935622, 40.702098]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A FLUSHING AVENUE, BUSHWICK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.935622, 40.702098]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A FLUSHING AVENUE, BUSHWICK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.935524, 40.702132]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A FLUSHING AVENUE, BUSHWICK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.935524, 40.702132]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A FLUSHING AVENUE, BUSHWICK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.935524, 40.702132]} },
{type: 'Feature',properties:{Name: '3', Address: '908 FLUSHING AVENUE, BUSHWICK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93557938, 40.70224547]} },
{type: 'Feature',properties:{Name: '3', Address: '908 FLUSHING AVENUE, BUSHWICK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93557938, 40.70224547]} },
{type: 'Feature',properties:{Name: '3', Address: '908 FLUSHING AVENUE, BUSHWICK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93557938, 40.70224547]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A MONTIETH STREET, BUSHWICK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.935338, 40.701804]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A MONTIETH STREET, BUSHWICK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.935338, 40.701804]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A MONTIETH STREET, BUSHWICK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.935338, 40.701804]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A MONTIETH STREET, BUSHWICK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.935406, 40.701824]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A MONTIETH STREET, BUSHWICK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.935406, 40.701824]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A MONTIETH STREET, BUSHWICK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.935406, 40.701824]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A MONTIETH STREET, BUSHWICK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.935464, 40.701777]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A MONTIETH STREET, BUSHWICK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.935464, 40.701777]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A MONTIETH STREET, BUSHWICK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.935464, 40.701777]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A MONTIETH STREET, BUSHWICK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.935646, 40.701724]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A MONTIETH STREET, BUSHWICK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.935646, 40.701724]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A MONTIETH STREET, BUSHWICK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.935646, 40.701724]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A MONTIETH STREET, BUSHWICK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.935703, 40.701706]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A MONTIETH STREET, BUSHWICK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.935703, 40.701706]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A MONTIETH STREET, BUSHWICK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.935703, 40.701706]} },
{type: 'Feature',properties:{Name: '3', Address: '27 MONTIETH STREET, BUSHWICK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9357351, 40.70158407]} },
{type: 'Feature',properties:{Name: '3', Address: '27 MONTIETH STREET, BUSHWICK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9357351, 40.70158407]} },
{type: 'Feature',properties:{Name: '3', Address: '27 MONTIETH STREET, BUSHWICK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9357351, 40.70158407]} },
{type: 'Feature',properties:{Name: '3', Address: '25 MONTIETH STREET, BUSHWICK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9358325, 40.70155668]} },
{type: 'Feature',properties:{Name: '3', Address: '25 MONTIETH STREET, BUSHWICK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9358325, 40.70155668]} },
{type: 'Feature',properties:{Name: '3', Address: '25 MONTIETH STREET, BUSHWICK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9358325, 40.70155668]} },
{type: 'Feature',properties:{Name: '3', Address: 'MONTIETH STREET, BUSHWICK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.935816, 40.701472]} },
{type: 'Feature',properties:{Name: '3', Address: 'MONTIETH STREET, BUSHWICK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.935816, 40.701472]} },
{type: 'Feature',properties:{Name: '3', Address: 'MONTIETH STREET, BUSHWICK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.935816, 40.701472]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A MONTIETH STREET, BUSHWICK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.935733, 40.701486]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A MONTIETH STREET, BUSHWICK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.935733, 40.701486]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A MONTIETH STREET, BUSHWICK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.935733, 40.701486]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A MONTIETH STREET, BUSHWICK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93558, 40.701547]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A MONTIETH STREET, BUSHWICK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93558, 40.701547]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A MONTIETH STREET, BUSHWICK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93558, 40.701547]} },
{type: 'Feature',properties:{Name: '3', Address: '36 MONTIETH STREET, BUSHWICK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93523367, 40.70170456]} },
{type: 'Feature',properties:{Name: '3', Address: '36 MONTIETH STREET, BUSHWICK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93523367, 40.70170456]} },
{type: 'Feature',properties:{Name: '3', Address: '36 MONTIETH STREET, BUSHWICK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93523367, 40.70170456]} },
{type: 'Feature',properties:{Name: '3', Address: '18 MELROSE STREET, BUSHWICK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9355692, 40.69784561]} },
{type: 'Feature',properties:{Name: '3', Address: '20 MELROSE STREET, BUSHWICK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93554032, 40.69787853]} },
{type: 'Feature',properties:{Name: '3', Address: '15 JEFFERSON STREET, BUSHWICK', Month: '2', Price: '4875'}, geometry: { type: 'Point', coordinates:[-73.93479423, 40.69744443]} },
{type: 'Feature',properties:{Name: '3', Address: '611 BUSHWICK AVENUE, BUSHWICK', Month: '12', Price: '2350'}, geometry: { type: 'Point', coordinates:[-73.93426314, 40.6984295]} },
{type: 'Feature',properties:{Name: '3', Address: '145 JEFFERSON STREET, BUSHWICK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93026177, 40.70024967]} },
{type: 'Feature',properties:{Name: '3', Address: '54 TROUTMAN STREET, BUSHWICK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93189737, 40.69841989]} },
{type: 'Feature',properties:{Name: '3', Address: '12 CHARLES PLACE, BUSHWICK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93155544, 40.69776369]} },
{type: 'Feature',properties:{Name: '3', Address: '14 CHARLES PLACE, BUSHWICK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93159867, 40.69780489]} },
{type: 'Feature',properties:{Name: '3', Address: '16 CHARLES PLACE, BUSHWICK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93164551, 40.69784883]} },
{type: 'Feature',properties:{Name: '3', Address: '1208 MYRTLE AVENUE, BUSHWICK', Month: '3', Price: '1204'}, geometry: { type: 'Point', coordinates:[-73.9303079, 40.69752415]} },
{type: 'Feature',properties:{Name: '3', Address: '88 BLEECKER STREET, BUSHWICK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92158388, 40.69474083]} },
{type: 'Feature',properties:{Name: '3', Address: '88 BLEECKER STREET, BUSHWICK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92158388, 40.69474083]} },
{type: 'Feature',properties:{Name: '3', Address: '405 EVERGREEN AVENUE, BUSHWICK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92042171, 40.69253872]} },
{type: 'Feature',properties:{Name: '3', Address: '481 CENTRAL AVENUE, BUSHWICK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91335536, 40.69138082]} },
{type: 'Feature',properties:{Name: '3', Address: '71 COOPER STREET, BUSHWICK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90953008, 40.68556994]} },
{type: 'Feature',properties:{Name: '3', Address: '124 FORREST STREET, BUSHWICK', Month: '6', Price: '19000'}, geometry: { type: 'Point', coordinates:[-73.93207645, 40.70316845]} },
{type: 'Feature',properties:{Name: '3', Address: '124 FORREST STREET, BUSHWICK', Month: '9', Price: '19000'}, geometry: { type: 'Point', coordinates:[-73.93207645, 40.70316845]} },
{type: 'Feature',properties:{Name: '3', Address: '124 FORREST STREET, BUSHWICK', Month: '1', Price: '19000'}, geometry: { type: 'Point', coordinates:[-73.93207645, 40.70316845]} },
{type: 'Feature',properties:{Name: '3', Address: '128 FORREST STREET, BUSHWICK', Month: '11', Price: '5000'}, geometry: { type: 'Point', coordinates:[-73.93199702, 40.70325074]} },
{type: 'Feature',properties:{Name: '3', Address: '128 FORREST STREET, BUSHWICK', Month: '1', Price: '5000'}, geometry: { type: 'Point', coordinates:[-73.93199702, 40.70325074]} },
{type: 'Feature',properties:{Name: '3', Address: '128 FORREST STREET, BUSHWICK', Month: '9', Price: '5000'}, geometry: { type: 'Point', coordinates:[-73.93199702, 40.70325074]} },
{type: 'Feature',properties:{Name: '3', Address: '1127 WILLOUGHBY AVENUE, BUSHWICK', Month: '11', Price: '10000'}, geometry: { type: 'Point', coordinates:[-73.92533011, 40.70169582]} },
{type: 'Feature',properties:{Name: '3', Address: '719 HART STREET, BUSHWICK', Month: '9', Price: '1350'}, geometry: { type: 'Point', coordinates:[-73.92506561, 40.69957394]} },
{type: 'Feature',properties:{Name: '3', Address: '715 HART STREET, BUSHWICK', Month: '1', Price: '1150'}, geometry: { type: 'Point', coordinates:[-73.92512338, 40.69951634]} },
{type: 'Feature',properties:{Name: '3', Address: '785 HART STREET, BUSHWICK', Month: '3', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.92370801, 40.70095916]} },
{type: 'Feature',properties:{Name: '3', Address: '19 CEDAR STREET, BUSHWICK', Month: '4', Price: '400'}, geometry: { type: 'Point', coordinates:[-73.92885586, 40.69629635]} },
{type: 'Feature',properties:{Name: '3', Address: '19 CEDAR STREET, BUSHWICK', Month: '10', Price: '400'}, geometry: { type: 'Point', coordinates:[-73.92885586, 40.69629635]} },
{type: 'Feature',properties:{Name: '3', Address: '26 LAWTON STREET, BUSHWICK', Month: '11', Price: '2250'}, geometry: { type: 'Point', coordinates:[-73.93044715, 40.69539978]} },
{type: 'Feature',properties:{Name: '3', Address: '408-416 EVERGREEN AVENUE, BUSHWICK', Month: '11', Price: '1620'}, geometry: { type: 'Point', coordinates:[-73.92234642, 40.69333328]} },
{type: 'Feature',properties:{Name: '3', Address: '18 STEWART STREET, BUSHWICK', Month: '10', Price: '22386'}, geometry: { type: 'Point', coordinates:[-73.90434217, 40.68008443]} },
{type: 'Feature',properties:{Name: '3', Address: '123 MELROSE STREET, BUSHWICK', Month: '1', Price: '400'}, geometry: { type: 'Point', coordinates:[-73.933007, 40.6995459]} },
{type: 'Feature',properties:{Name: '3', Address: '81 JEFFERSON STREET, BUSHWICK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93256041, 40.69894728]} },
{type: 'Feature',properties:{Name: '3', Address: '1159 MYRTLE AVE, BUSHWICK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93465758, 40.6970546]} },
{type: 'Feature',properties:{Name: '3', Address: '1157 MYRTLE AVE, BUSHWICK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93473332, 40.69704641]} },
{type: 'Feature',properties:{Name: '3', Address: '957 WILLOUGHBY AVENUE, BUSHWICK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93061408, 40.69786468]} },
{type: 'Feature',properties:{Name: '3', Address: '1031 BROADWAY, BUSHWICK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93256752, 40.69548339]} },
{type: 'Feature',properties:{Name: '3', Address: '1031 BROADWAY, BUSHWICK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93256752, 40.69548339]} },
{type: 'Feature',properties:{Name: '3', Address: '173 JEFFERSON STREET, BUSHWICK', Month: '2', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.92933391, 40.70119331]} },
{type: 'Feature',properties:{Name: '3', Address: '17 MENAHAN STREET, BUSHWICK', Month: '10', Price: '20760'}, geometry: { type: 'Point', coordinates:[-73.92241924, 40.69272948]} },
{type: 'Feature',properties:{Name: '3', Address: '403 EVERGREEN AVENUE, BUSHWICK', Month: '3', Price: '1820'}, geometry: { type: 'Point', coordinates:[-73.92050822, 40.69256898]} },
{type: 'Feature',properties:{Name: '3', Address: '395 EVERGREEN AVENUE, BUSHWICK', Month: '11', Price: '13000'}, geometry: { type: 'Point', coordinates:[-73.92085065, 40.69269547]} },
{type: 'Feature',properties:{Name: '3', Address: '97 LINDEN STREET, BUSHWICK', Month: '8', Price: '5507'}, geometry: { type: 'Point', coordinates:[-73.91996338, 40.69284033]} },
{type: 'Feature',properties:{Name: '3', Address: '1-11 DE SALES PLACE, BUSHWICK', Month: '5', Price: '10000'}, geometry: { type: 'Point', coordinates:[-73.90616932, 40.68063763]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A FORREST STREET, BUSHWICK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9315461, 40.70334105]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A FORREST STREET, BUSHWICK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9315461, 40.70334105]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A FORREST STREET, BUSHWICK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9315461, 40.70334105]} },
{type: 'Feature',properties:{Name: '3', Address: '134 FORREST STREET, BUSHWICK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93188149, 40.70337419]} },
{type: 'Feature',properties:{Name: '3', Address: '134 FORREST STREET, BUSHWICK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93188149, 40.70337419]} },
{type: 'Feature',properties:{Name: '3', Address: '134 FORREST STREET, BUSHWICK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93188149, 40.70337419]} },
{type: 'Feature',properties:{Name: '3', Address: '19A CEDAR STREET, BUSHWICK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92900715, 40.69645838]} },
{type: 'Feature',properties:{Name: '3', Address: '19A CEDAR STREET, BUSHWICK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92900715, 40.69645838]} },
{type: 'Feature',properties:{Name: '3', Address: '19A CEDAR STREET, BUSHWICK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92900715, 40.69645838]} },
{type: 'Feature',properties:{Name: '3', Address: 'BROADWAY, BUSHWICK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90418423, 40.67960396]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A BROADWAY, BUSHWICK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9043247, 40.67969466]} },
{type: 'Feature',properties:{Name: '3', Address: '583 EAST 92ND STREET, CANARSIE', Month: '1', Price: '1974'}, geometry: { type: 'Point', coordinates:[-73.91738419, 40.65278398]} },
{type: 'Feature',properties:{Name: '3', Address: '8615 AVENUE B, CANARSIE', Month: '7', Price: '2068'}, geometry: { type: 'Point', coordinates:[-73.91905889, 40.64776496]} },
{type: 'Feature',properties:{Name: '3', Address: '126 EAST 88TH STREET, CANARSIE', Month: '8', Price: '1701'}, geometry: { type: 'Point', coordinates:[-73.91901697, 40.64964511]} },
{type: 'Feature',properties:{Name: '3', Address: '676 EAST 92ND STREET, CANARSIE', Month: '11', Price: '1601'}, geometry: { type: 'Point', coordinates:[-73.91545833, 40.65103141]} },
{type: 'Feature',properties:{Name: '3', Address: '621 E 93 STREET, CANARSIE', Month: '3', Price: '1781'}, geometry: { type: 'Point', coordinates:[-73.9154713, 40.65217051]} },
{type: 'Feature',properties:{Name: '3', Address: '109 BRANTON STREET, CANARSIE', Month: '12', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.91961954, 40.64603065]} },
{type: 'Feature',properties:{Name: '3', Address: '269 EAST 86TH STREET, CANARSIE', Month: '3', Price: '896'}, geometry: { type: 'Point', coordinates:[-73.91784973, 40.64641642]} },
{type: 'Feature',properties:{Name: '3', Address: '8616 AVENUE B, CANARSIE', Month: '3', Price: '1767'}, geometry: { type: 'Point', coordinates:[-73.91903367, 40.64775946]} },
{type: 'Feature',properties:{Name: '3', Address: '555 EAST 85TH STREET, CANARSIE', Month: '1', Price: '1088'}, geometry: { type: 'Point', coordinates:[-73.91421581, 40.64200564]} },
{type: 'Feature',properties:{Name: '3', Address: '547 EAST 85TH STREET, CANARSIE', Month: '11', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.91434538, 40.64212101]} },
{type: 'Feature',properties:{Name: '3', Address: '600 EAST 86TH STREET, CANARSIE', Month: '11', Price: '1296'}, geometry: { type: 'Point', coordinates:[-73.91254436, 40.6416256]} },
{type: 'Feature',properties:{Name: '3', Address: '509 EAST 88TH STREET, CANARSIE', Month: '2', Price: '375'}, geometry: { type: 'Point', coordinates:[-73.91258103, 40.64389007]} },
{type: 'Feature',properties:{Name: '3', Address: '8824 BEDELL LANE, CANARSIE', Month: '2', Price: '1192'}, geometry: { type: 'Point', coordinates:[-73.91137847, 40.64315355]} },
{type: 'Feature',properties:{Name: '3', Address: '614 EAST 78TH STREET, CANARSIE', Month: '12', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.91785373, 40.63731196]} },
{type: 'Feature',properties:{Name: '3', Address: '625 EAST 78TH STREET, CANARSIE', Month: '5', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.91763056, 40.63713614]} },
{type: 'Feature',properties:{Name: '3', Address: '606 EAST 79TH STREET, CANARSIE', Month: '11', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.9173269, 40.63794289]} },
{type: 'Feature',properties:{Name: '3', Address: '606 EAST 79TH STREET, CANARSIE', Month: '10', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.9173269, 40.63794289]} },
{type: 'Feature',properties:{Name: '3', Address: '634 EAST 79TH STREET, CANARSIE', Month: '4', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.91691661, 40.63757479]} },
{type: 'Feature',properties:{Name: '3', Address: '674 EAST 87TH STREET, CANARSIE', Month: '6', Price: '1584'}, geometry: { type: 'Point', coordinates:[-73.91041589, 40.64082248]} },
{type: 'Feature',properties:{Name: '3', Address: '8715 GLENWOOD ROAD, CANARSIE', Month: '3', Price: '1980'}, geometry: { type: 'Point', coordinates:[-73.90965974, 40.64042938]} },
{type: 'Feature',properties:{Name: '3', Address: '658 EAST 88TH STREET, CANARSIE', Month: '6', Price: '1831'}, geometry: { type: 'Point', coordinates:[-73.90968743, 40.64126931]} },
{type: 'Feature',properties:{Name: '3', Address: '643 EAST 88 STREET, CANARSIE', Month: '11', Price: '2480'}, geometry: { type: 'Point', coordinates:[-73.90985655, 40.64144511]} },
{type: 'Feature',properties:{Name: '3', Address: '615 EAST 89TH STREET, CANARSIE', Month: '2', Price: '600'}, geometry: { type: 'Point', coordinates:[-73.90967511, 40.64238643]} },
{type: 'Feature',properties:{Name: '3', Address: '759 EAST 88TH STREET, CANARSIE', Month: '4', Price: '1330'}, geometry: { type: 'Point', coordinates:[-73.90851777, 40.64024458]} },
{type: 'Feature',properties:{Name: '3', Address: '923 EAST 84TH STREET, CANARSIE', Month: '4', Price: '832'}, geometry: { type: 'Point', coordinates:[-73.90979424, 40.63688871]} },
{type: 'Feature',properties:{Name: '3', Address: '923 EAST 84TH STREET, CANARSIE', Month: '5', Price: '832'}, geometry: { type: 'Point', coordinates:[-73.90979424, 40.63688871]} },
{type: 'Feature',properties:{Name: '3', Address: '970 EAST 85TH STREET, CANARSIE', Month: '7', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.90843603, 40.63679157]} },
{type: 'Feature',properties:{Name: '3', Address: '943 EAST 88TH STREET, CANARSIE', Month: '11', Price: '988'}, geometry: { type: 'Point', coordinates:[-73.90654568, 40.63847535]} },
{type: 'Feature',properties:{Name: '3', Address: '921 EAST 88TH STREET, CANARSIE', Month: '7', Price: '988'}, geometry: { type: 'Point', coordinates:[-73.90688035, 40.63877481]} },
{type: 'Feature',properties:{Name: '3', Address: '1218 REMSEN AVENUE, CANARSIE', Month: '12', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.90563565, 40.63992111]} },
{type: 'Feature',properties:{Name: '3', Address: '74 PAERDEGAT 2ND STREET, CANARSIE', Month: '12', Price: '1980'}, geometry: { type: 'Point', coordinates:[-73.91117939, 40.63299494]} },
{type: 'Feature',properties:{Name: '3', Address: '76 PAERDEGAT 2 STREET, CANARSIE', Month: '5', Price: '1980'}, geometry: { type: 'Point', coordinates:[-73.91115413, 40.63302785]} },
{type: 'Feature',properties:{Name: '3', Address: '8810 AVENUE J, CANARSIE', Month: '12', Price: '8887'}, geometry: { type: 'Point', coordinates:[-73.9054478, 40.63771689]} },
{type: 'Feature',properties:{Name: '3', Address: '1173 EAST 81ST, CANARSIE', Month: '3', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.90763247, 40.63164445]} },
{type: 'Feature',properties:{Name: '3', Address: '1161 EAST 81ST STREET, CANARSIE', Month: '7', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.9077872, 40.63178456]} },
{type: 'Feature',properties:{Name: '3', Address: '1161 EAST 81ST STREET, CANARSIE', Month: '6', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.9077872, 40.63178456]} },
{type: 'Feature',properties:{Name: '3', Address: '1154 EAST 82ND, CANARSIE', Month: '2', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.9071704, 40.63230283]} },
{type: 'Feature',properties:{Name: '3', Address: '1156 EAST 82ND STREET, CANARSIE', Month: '2', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.90714521, 40.63228085]} },
{type: 'Feature',properties:{Name: '3', Address: '1174 EAST 82ND STREET, CANARSIE', Month: '8', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.90691133, 40.63206931]} },
{type: 'Feature',properties:{Name: '3', Address: '1109 EAST 82ND STREET, CANARSIE', Month: '12', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.90774969, 40.63285225]} },
{type: 'Feature',properties:{Name: '3', Address: '1121 EAST 87TH STREET, CANARSIE', Month: '2', Price: '608'}, geometry: { type: 'Point', coordinates:[-73.90401754, 40.63509718]} },
{type: 'Feature',properties:{Name: '3', Address: '1162 EAST 89TH STREET, CANARSIE', Month: '6', Price: '1058'}, geometry: { type: 'Point', coordinates:[-73.90184103, 40.63532316]} },
{type: 'Feature',properties:{Name: '3', Address: '8901 AVENUE L, CANARSIE', Month: '5', Price: '888'}, geometry: { type: 'Point', coordinates:[-73.9011571, 40.63489713]} },
{type: 'Feature',properties:{Name: '3', Address: '1252 EAST 87 STREET, CANARSIE', Month: '9', Price: '1058'}, geometry: { type: 'Point', coordinates:[-73.90175432, 40.63303668]} },
{type: 'Feature',properties:{Name: '3', Address: '1278 EAST 88TH STREET, CANARSIE', Month: '3', Price: '1000'}, geometry: { type: 'Point', coordinates:[-73.90070206, 40.63319497]} },
{type: 'Feature',properties:{Name: '3', Address: '1278 EAST 88TH STREET, CANARSIE', Month: '9', Price: '1000'}, geometry: { type: 'Point', coordinates:[-73.90070206, 40.63319497]} },
{type: 'Feature',properties:{Name: '3', Address: '8823 AVENUE M, CANARSIE', Month: '11', Price: '1080'}, geometry: { type: 'Point', coordinates:[-73.89994954, 40.63287318]} },
{type: 'Feature',properties:{Name: '3', Address: '1271 E. 88TH, CANARSIE', Month: '10', Price: '1020'}, geometry: { type: 'Point', coordinates:[-73.90078837, 40.63329935]} },
{type: 'Feature',properties:{Name: '3', Address: '1271 E. 88TH ST, CANARSIE', Month: '3', Price: '1020'}, geometry: { type: 'Point', coordinates:[-73.90078837, 40.63329935]} },
{type: 'Feature',properties:{Name: '3', Address: '1267 EAST 88TH STREET, CANARSIE', Month: '2', Price: '736'}, geometry: { type: 'Point', coordinates:[-73.90083874, 40.63334605]} },
{type: 'Feature',properties:{Name: '3', Address: '33 PAERDEGAT 13 STREET, CANARSIE', Month: '12', Price: '2052'}, geometry: { type: 'Point', coordinates:[-73.90269087, 40.62822036]} },
{type: 'Feature',properties:{Name: '3', Address: '8316 AVENUE N, CANARSIE', Month: '10', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.90152246, 40.62902359]} },
{type: 'Feature',properties:{Name: '3', Address: '710 EAST 93RD STREET, CANARSIE', Month: '11', Price: '1806'}, geometry: { type: 'Point', coordinates:[-73.91363909, 40.65049757]} },
{type: 'Feature',properties:{Name: '3', Address: '9410 NOLANS LANE, CANARSIE', Month: '10', Price: '808'}, geometry: { type: 'Point', coordinates:[-73.90867732, 40.64740586]} },
{type: 'Feature',properties:{Name: '3', Address: '9134 BEDELL LANE, CANARSIE', Month: '4', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.90974809, 40.64437097]} },
{type: 'Feature',properties:{Name: '3', Address: '9218 FOSTER AVENUE, CANARSIE', Month: '12', Price: '1923'}, geometry: { type: 'Point', coordinates:[-73.90960564, 40.64578717]} },
{type: 'Feature',properties:{Name: '3', Address: '9225 FARRAGUT ROAD, CANARSIE', Month: '7', Price: '1060'}, geometry: { type: 'Point', coordinates:[-73.90747791, 40.64438014]} },
{type: 'Feature',properties:{Name: '3', Address: '997 EAST 94TH STREET, CANARSIE', Month: '1', Price: '1176'}, geometry: { type: 'Point', coordinates:[-73.90682051, 40.64550497]} },
{type: 'Feature',properties:{Name: '3', Address: '981 EAST 94TH STREET, CANARSIE', Month: '12', Price: '1097'}, geometry: { type: 'Point', coordinates:[-73.90706524, 40.6457275]} },
{type: 'Feature',properties:{Name: '3', Address: '976 EAST 95TH STREET, CANARSIE', Month: '4', Price: '1218'}, geometry: { type: 'Point', coordinates:[-73.90637273, 40.64617983]} },
{type: 'Feature',properties:{Name: '3', Address: '949 EAST 96TH ST, CANARSIE', Month: '6', Price: '520'}, geometry: { type: 'Point', coordinates:[-73.90578775, 40.64703572]} },
{type: 'Feature',properties:{Name: '3', Address: '914 EAST 98TH STREET, CANARSIE', Month: '12', Price: '1298'}, geometry: { type: 'Point', coordinates:[-73.90421852, 40.64819273]} },
{type: 'Feature',properties:{Name: '3', Address: '9219 GLENWOOD ROAD, CANARSIE', Month: '12', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.90607489, 40.64272664]} },
{type: 'Feature',properties:{Name: '3', Address: '1048 EAST 94TH STREET, CANARSIE', Month: '1', Price: '1205'}, geometry: { type: 'Point', coordinates:[-73.90549254, 40.64428795]} },
{type: 'Feature',properties:{Name: '3', Address: '1097 EAST 95TH STREET, CANARSIE', Month: '10', Price: '1860'}, geometry: { type: 'Point', coordinates:[-73.90359795, 40.64371821]} },
{type: 'Feature',properties:{Name: '3', Address: '9805 FLATLAND AVE, CANARSIE', Month: '1', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.89966573, 40.6443187]} },
{type: 'Feature',properties:{Name: '3', Address: '9801-9805 FLATLANDS AVENUE, CANARSIE', Month: '1', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.89968737, 40.64430499]} },
{type: 'Feature',properties:{Name: '3', Address: '9911 FLATLANDS AVENUE, CANARSIE', Month: '8', Price: '1156'}, geometry: { type: 'Point', coordinates:[-73.89889744, 40.64481483]} },
{type: 'Feature',properties:{Name: '3', Address: '9121 AVENUE J, CANARSIE', Month: '11', Price: '1944'}, geometry: { type: 'Point', coordinates:[-73.90319012, 40.6391972]} },
{type: 'Feature',properties:{Name: '3', Address: '1196 EAST 94TH STREET, CANARSIE', Month: '8', Price: '1337'}, geometry: { type: 'Point', coordinates:[-73.90231128, 40.64143071]} },
{type: 'Feature',properties:{Name: '3', Address: '1180 EAST 95TH STREET, CANARSIE', Month: '3', Price: '1298'}, geometry: { type: 'Point', coordinates:[-73.90174109, 40.64202036]} },
{type: 'Feature',properties:{Name: '3', Address: '1558 ROCKAWAY PARKWAY, CANARSIE', Month: '1', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.8996537, 40.64273494]} },
{type: 'Feature',properties:{Name: '3', Address: '1568 ROCKAWAY PARKWAY, CANARSIE', Month: '1', Price: '1160'}, geometry: { type: 'Point', coordinates:[-73.89951695, 40.64261131]} },
{type: 'Feature',properties:{Name: '3', Address: '1568 ROCKAWAY PARKWAY, CANARSIE', Month: '9', Price: '1160'}, geometry: { type: 'Point', coordinates:[-73.89951695, 40.64261131]} },
{type: 'Feature',properties:{Name: '3', Address: '9714 FLATLANDS AVENUE, CANARSIE', Month: '11', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.90044125, 40.64379512]} },
{type: 'Feature',properties:{Name: '3', Address: '969 EAST 105 STREET, CANARSIE', Month: '5', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.89338884, 40.64637713]} },
{type: 'Feature',properties:{Name: '3', Address: '1319 REMSEN AVENUE, CANARSIE', Month: '4', Price: '1368'}, geometry: { type: 'Point', coordinates:[-73.90331458, 40.63784687]} },
{type: 'Feature',properties:{Name: '3', Address: '9323 AVENUE K, CANARSIE', Month: '6', Price: '1158'}, geometry: { type: 'Point', coordinates:[-73.89989785, 40.63851367]} },
{type: 'Feature',properties:{Name: '3', Address: '1071 EAST 105 STREET, CANARSIE', Month: '6', Price: '1572'}, geometry: { type: 'Point', coordinates:[-73.89142416, 40.64461863]} },
{type: 'Feature',properties:{Name: '3', Address: '10568 FLATLANDS 2 STREET, CANARSIE', Month: '1', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.89028735, 40.64566606]} },
{type: 'Feature',properties:{Name: '3', Address: '10573 AVENUE K, CANARSIE', Month: '12', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.88961791, 40.64517135]} },
{type: 'Feature',properties:{Name: '3', Address: '10521 AVENUE K, CANARSIE', Month: '9', Price: '1552'}, geometry: { type: 'Point', coordinates:[-73.89040792, 40.64465609]} },
{type: 'Feature',properties:{Name: '3', Address: '1421 REMSEN AVENUE, CANARSIE', Month: '8', Price: '680'}, geometry: { type: 'Point', coordinates:[-73.90123834, 40.63599512]} },
{type: 'Feature',properties:{Name: '3', Address: '1341 EAST 98TH STREET, CANARSIE', Month: '2', Price: '2388'}, geometry: { type: 'Point', coordinates:[-73.89497736, 40.63992285]} },
{type: 'Feature',properties:{Name: '3', Address: '1333 EAST 98TH STREET, CANARSIE', Month: '12', Price: '744'}, geometry: { type: 'Point', coordinates:[-73.8951033, 40.64003276]} },
{type: 'Feature',properties:{Name: '3', Address: '1333 EAST 98TH STREET, CANARSIE', Month: '12', Price: '744'}, geometry: { type: 'Point', coordinates:[-73.8951033, 40.64003276]} },
{type: 'Feature',properties:{Name: '3', Address: '1315 EAST 98TH STREET, CANARSIE', Month: '12', Price: '744'}, geometry: { type: 'Point', coordinates:[-73.89538395, 40.64028553]} },
{type: 'Feature',properties:{Name: '3', Address: '10570 AVENUE K, CANARSIE', Month: '9', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.88963598, 40.64513843]} },
{type: 'Feature',properties:{Name: '3', Address: '10545 AVENUE L, CANARSIE', Month: '8', Price: '1870'}, geometry: { type: 'Point', coordinates:[-73.88821937, 40.64325414]} },
{type: 'Feature',properties:{Name: '3', Address: '9208 AVENUE L, CANARSIE', Month: '2', Price: '1944'}, geometry: { type: 'Point', coordinates:[-73.89879128, 40.63640471]} },
{type: 'Feature',properties:{Name: '3', Address: '1835 ROCKAWAY PARKWAY, CANARSIE', Month: '7', Price: '720'}, geometry: { type: 'Point', coordinates:[-73.89379216, 40.63749811]} },
{type: 'Feature',properties:{Name: '3', Address: '1833 ROCKAWAY PARKWAY, CANARSIE', Month: '10', Price: '900'}, geometry: { type: 'Point', coordinates:[-73.89382454, 40.63752559]} },
{type: 'Feature',properties:{Name: '3', Address: '1817 ROCKAWAY PARKWAY, CANARSIE', Month: '11', Price: '720'}, geometry: { type: 'Point', coordinates:[-73.8940728, 40.63774815]} },
{type: 'Feature',properties:{Name: '3', Address: '1817 ROCKAWAY PARKWAY, CANARSIE', Month: '9', Price: '720'}, geometry: { type: 'Point', coordinates:[-73.8940728, 40.63774815]} },
{type: 'Feature',properties:{Name: '3', Address: '1803 ROCKAWAY PARKWAY, CANARSIE', Month: '4', Price: '720'}, geometry: { type: 'Point', coordinates:[-73.89428868, 40.63794323]} },
{type: 'Feature',properties:{Name: '3', Address: '1230 EAST 99TH STREET, CANARSIE', Month: '9', Price: '1323'}, geometry: { type: 'Point', coordinates:[-73.89293549, 40.63920458]} },
{type: 'Feature',properties:{Name: '3', Address: '1221 EAST 99TH STREET, CANARSIE', Month: '8', Price: '1125'}, geometry: { type: 'Point', coordinates:[-73.893029, 40.63931446]} },
{type: 'Feature',properties:{Name: '3', Address: '1249 EAST 100TH STREET, CANARSIE', Month: '6', Price: '1562'}, geometry: { type: 'Point', coordinates:[-73.89195503, 40.63945069]} },
{type: 'Feature',properties:{Name: '3', Address: '1231 EAST 100TH STREET, CANARSIE', Month: '4', Price: '1562'}, geometry: { type: 'Point', coordinates:[-73.8921889, 40.63966226]} },
{type: 'Feature',properties:{Name: '3', Address: '1221 EAST 100 STREET, CANARSIE', Month: '7', Price: '1562'}, geometry: { type: 'Point', coordinates:[-73.89231843, 40.63977766]} },
{type: 'Feature',properties:{Name: '3', Address: '1252 EAST 101ST STREET, CANARSIE', Month: '4', Price: '1080'}, geometry: { type: 'Point', coordinates:[-73.89120491, 40.63985621]} },
{type: 'Feature',properties:{Name: '3', Address: '1264 EAST 101 STREET, CANARSIE', Month: '4', Price: '1636'}, geometry: { type: 'Point', coordinates:[-73.8910502, 40.63971608]} },
{type: 'Feature',properties:{Name: '3', Address: '10111 AVENUE M, CANARSIE', Month: '10', Price: '1156'}, geometry: { type: 'Point', coordinates:[-73.89017549, 40.63918825]} },
{type: 'Feature',properties:{Name: '3', Address: '1251 EAST 101 STREET, CANARSIE', Month: '10', Price: '936'}, geometry: { type: 'Point', coordinates:[-73.89121206, 40.63988916]} },
{type: 'Feature',properties:{Name: '3', Address: '1248 EAST 102 STREET, CANARSIE', Month: '5', Price: '936'}, geometry: { type: 'Point', coordinates:[-73.89054109, 40.64036337]} },
{type: 'Feature',properties:{Name: '3', Address: '1258 EAST 102ND STREET, CANARSIE', Month: '10', Price: '936'}, geometry: { type: 'Point', coordinates:[-73.89041156, 40.64024796]} },
{type: 'Feature',properties:{Name: '3', Address: '1267 EAST 102ND STREET, CANARSIE', Month: '9', Price: '1080'}, geometry: { type: 'Point', coordinates:[-73.89029279, 40.64016551]} },
{type: 'Feature',properties:{Name: '3', Address: '1228 EAST 104TH STREET, CANARSIE', Month: '1', Price: '1080'}, geometry: { type: 'Point', coordinates:[-73.88931762, 40.64155344]} },
{type: 'Feature',properties:{Name: '3', Address: '105-68 AVENUE L, CANARSIE', Month: '12', Price: '1657'}, geometry: { type: 'Point', coordinates:[-73.88784424, 40.64347885]} },
{type: 'Feature',properties:{Name: '3', Address: '1591 CANARSIE ROAD, CANARSIE', Month: '8', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.89503776, 40.63359342]} },
{type: 'Feature',properties:{Name: '3', Address: '1538 EAST 94TH STREET, CANARSIE', Month: '11', Price: '924'}, geometry: { type: 'Point', coordinates:[-73.894899, 40.63477081]} },
{type: 'Feature',properties:{Name: '3', Address: '1557 EAST 94TH STREET, CANARSIE', Month: '1', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.89445643, 40.63439711]} },
{type: 'Feature',properties:{Name: '3', Address: '1531 EAST 94TH STREET, CANARSIE', Month: '1', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.89495652, 40.63485046]} },
{type: 'Feature',properties:{Name: '3', Address: '1351 EAST 101 STREET, CANARSIE', Month: '6', Price: '1416'}, geometry: { type: 'Point', coordinates:[-73.88939515, 40.63825702]} },
{type: 'Feature',properties:{Name: '3', Address: '1319 EAST 102 STREET, CANARSIE', Month: '8', Price: '1221'}, geometry: { type: 'Point', coordinates:[-73.88909831, 40.63909115]} },
{type: 'Feature',properties:{Name: '3', Address: '10208 AVENUE M, CANARSIE', Month: '9', Price: '945'}, geometry: { type: 'Point', coordinates:[-73.88945051, 40.63963496]} },
{type: 'Feature',properties:{Name: '3', Address: '1305 EAST 103 STREET, CANARSIE', Month: '9', Price: '1669'}, geometry: { type: 'Point', coordinates:[-73.88853514, 40.63973563]} },
{type: 'Feature',properties:{Name: '3', Address: '1381 EAST 104TH STREET, CANARSIE', Month: '5', Price: '1080'}, geometry: { type: 'Point', coordinates:[-73.8868099, 40.63932772]} },
{type: 'Feature',properties:{Name: '3', Address: '1328 EAST 105TH STREET, CANARSIE', Month: '6', Price: '1080'}, geometry: { type: 'Point', coordinates:[-73.88686555, 40.64050529]} },
{type: 'Feature',properties:{Name: '3', Address: '10522 FLATLANDS 8 STREET, CANARSIE', Month: '8', Price: '2890'}, geometry: { type: 'Point', coordinates:[-73.88552546, 40.64032006]} },
{type: 'Feature',properties:{Name: '3', Address: '1639 EAST 91 STREET, CANARSIE', Month: '9', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.89496891, 40.63155398]} },
{type: 'Feature',properties:{Name: '3', Address: '1639 EAST 91ST STREET, CANARSIE', Month: '12', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.89496891, 40.63155398]} },
{type: 'Feature',properties:{Name: '3', Address: '1629 EAST 91 STREET, CANARSIE', Month: '12', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.89512361, 40.63169136]} },
{type: 'Feature',properties:{Name: '3', Address: '1645 EAST 92ND STREET, CANARSIE', Month: '6', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.89440956, 40.63213811]} },
{type: 'Feature',properties:{Name: '3', Address: '1631 CANARSIE RD, CANARSIE', Month: '7', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.89372754, 40.63282642]} },
{type: 'Feature',properties:{Name: '3', Address: '1585 EAST 95TH STREET, CANARSIE', Month: '1', Price: '976'}, geometry: { type: 'Point', coordinates:[-73.89277812, 40.63399482]} },
{type: 'Feature',properties:{Name: '3', Address: '1607 EAST 96TH STREET, CANARSIE', Month: '11', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.89148796, 40.63419124]} },
{type: 'Feature',properties:{Name: '3', Address: '1585 EAST 96TH STREET, CANARSIE', Month: '11', Price: '1088'}, geometry: { type: 'Point', coordinates:[-73.89182614, 40.63449897]} },
{type: 'Feature',properties:{Name: '3', Address: '1553 EAST 98 STREET, CANARSIE', Month: '4', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.8901562, 40.63558432]} },
{type: 'Feature',properties:{Name: '3', Address: '1545 EAST 98TH STREET, CANARSIE', Month: '11', Price: '655'}, geometry: { type: 'Point', coordinates:[-73.89027852, 40.63569698]} },
{type: 'Feature',properties:{Name: '3', Address: '9818 AVENUE N, CANARSIE', Month: '10', Price: '1046'}, geometry: { type: 'Point', coordinates:[-73.89046509, 40.636172]} },
{type: 'Feature',properties:{Name: '3', Address: '1454 EAST 104TH STREET, CANARSIE', Month: '7', Price: '1584'}, geometry: { type: 'Point', coordinates:[-73.8853421, 40.63798681]} },
{type: 'Feature',properties:{Name: '3', Address: '1466 EAST 104 STREET, CANARSIE', Month: '11', Price: '1584'}, geometry: { type: 'Point', coordinates:[-73.88518741, 40.63784667]} },
{type: 'Feature',properties:{Name: '3', Address: '1481 EAST 104TH STREET, CANARSIE', Month: '10', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.8849859, 40.6376955]} },
{type: 'Feature',properties:{Name: '3', Address: '1423 EAST 104TH STREET, CANARSIE', Month: '6', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.88574139, 40.63837147]} },
{type: 'Feature',properties:{Name: '3', Address: '10527 FLATLANDS 10 STREET, CANARSIE', Month: '4', Price: '1380'}, geometry: { type: 'Point', coordinates:[-73.88366175, 40.63873719]} },
{type: 'Feature',properties:{Name: '3', Address: '105-14 FLATLANDS 10TH STREE, CANARSIE', Month: '10', Price: '2210'}, geometry: { type: 'Point', coordinates:[-73.88383133, 40.63860561]} },
{type: 'Feature',properties:{Name: '3', Address: '1691 EAST 93 STREET, CANARSIE', Month: '6', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.89208682, 40.63148269]} },
{type: 'Feature',properties:{Name: '3', Address: '1675 EAST 93RD STREET, CANARSIE', Month: '1', Price: '1112'}, geometry: { type: 'Point', coordinates:[-73.89241801, 40.63164494]} },
{type: 'Feature',properties:{Name: '3', Address: '9203 SCHENCK STREET, CANARSIE', Month: '11', Price: '1368'}, geometry: { type: 'Point', coordinates:[-73.88942414, 40.62945725]} },
{type: 'Feature',properties:{Name: '3', Address: '1044 LINDEN BOULEVARD, CANARSIE', Month: '9', Price: '2497'}, geometry: { type: 'Point', coordinates:[-73.91957346, 40.65436104]} },
{type: 'Feature',properties:{Name: '3', Address: '568 EAST 92ND STREET, CANARSIE', Month: '7', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.91764702, 40.65299552]} },
{type: 'Feature',properties:{Name: '3', Address: '582 EAST 92ND STREET, CANARSIE', Month: '11', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.91743102, 40.65280048]} },
{type: 'Feature',properties:{Name: '3', Address: '570 EAST 93RD STREET, CANARSIE', Month: '11', Price: '2352'}, geometry: { type: 'Point', coordinates:[-73.91677807, 40.65332152]} },
{type: 'Feature',properties:{Name: '3', Address: '582 EAST 93RD STREET, CANARSIE', Month: '5', Price: '2352'}, geometry: { type: 'Point', coordinates:[-73.91659807, 40.65315945]} },
{type: 'Feature',properties:{Name: '3', Address: '1099 RALPH AVENUE, CANARSIE', Month: '6', Price: '1944'}, geometry: { type: 'Point', coordinates:[-73.9203551, 40.64867988]} },
{type: 'Feature',properties:{Name: '3', Address: '1093 RALPH AVENUE, CANARSIE', Month: '6', Price: '1836'}, geometry: { type: 'Point', coordinates:[-73.92036224, 40.64873478]} },
{type: 'Feature',properties:{Name: '3', Address: '164 E 88 STREET, CANARSIE', Month: '8', Price: '1701'}, geometry: { type: 'Point', coordinates:[-73.91852379, 40.64920285]} },
{type: 'Feature',properties:{Name: '3', Address: '8822 AVENUE A, CANARSIE', Month: '8', Price: '1666'}, geometry: { type: 'Point', coordinates:[-73.91939453, 40.65033432]} },
{type: 'Feature',properties:{Name: '3', Address: '9020 AVENUE A, CANARSIE', Month: '11', Price: '1771'}, geometry: { type: 'Point', coordinates:[-73.91790498, 40.65129668]} },
{type: 'Feature',properties:{Name: '3', Address: '9020 AVENUE A, CANARSIE', Month: '8', Price: '1771'}, geometry: { type: 'Point', coordinates:[-73.91790498, 40.65129668]} },
{type: 'Feature',properties:{Name: '3', Address: '642 EAST 91 STREET, CANARSIE', Month: '12', Price: '1925'}, geometry: { type: 'Point', coordinates:[-73.91672322, 40.65106253]} },
{type: 'Feature',properties:{Name: '3', Address: '662 EAST 91ST STREET, CANARSIE', Month: '7', Price: '2600'}, geometry: { type: 'Point', coordinates:[-73.91642084, 40.65079057]} },
{type: 'Feature',properties:{Name: '3', Address: '632 EAST 93RD STREET, CANARSIE', Month: '8', Price: '1771'}, geometry: { type: 'Point', coordinates:[-73.91533454, 40.65201944]} },
{type: 'Feature',properties:{Name: '3', Address: '660 EAST 93RD STREET, CANARSIE', Month: '4', Price: '1727'}, geometry: { type: 'Point', coordinates:[-73.91489897, 40.65162936]} },
{type: 'Feature',properties:{Name: '3', Address: '662 EAST 93RD STREET, CANARSIE', Month: '4', Price: '1727'}, geometry: { type: 'Point', coordinates:[-73.91486657, 40.65160189]} },
{type: 'Feature',properties:{Name: '3', Address: '627 EAST 94TH STREET, CANARSIE', Month: '8', Price: '1670'}, geometry: { type: 'Point', coordinates:[-73.91456996, 40.65246353]} },
{type: 'Feature',properties:{Name: '3', Address: '668 EAST 96TH STREET, CANARSIE', Month: '6', Price: '1806'}, geometry: { type: 'Point', coordinates:[-73.91216581, 40.6527362]} },
{type: 'Feature',properties:{Name: '3', Address: '9509 AVENUE B, CANARSIE', Month: '7', Price: '1851'}, geometry: { type: 'Point', coordinates:[-73.91251997, 40.65198989]} },
{type: 'Feature',properties:{Name: '3', Address: '631 EAST 95TH STREET, CANARSIE', Month: '4', Price: '1809'}, geometry: { type: 'Point', coordinates:[-73.913701, 40.65278677]} },
{type: 'Feature',properties:{Name: '3', Address: '226 EAST 89TH STREET, CANARSIE', Month: '11', Price: '2980'}, geometry: { type: 'Point', coordinates:[-73.9165822, 40.64855918]} },
{type: 'Feature',properties:{Name: '3', Address: '8908 AVENUE B, CANARSIE', Month: '3', Price: '2102'}, geometry: { type: 'Point', coordinates:[-73.91692024, 40.64912485]} },
{type: 'Feature',properties:{Name: '3', Address: '572 EAST 79TH STREET, CANARSIE', Month: '3', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.9182519, 40.638756]} },
{type: 'Feature',properties:{Name: '3', Address: '565 EAST 84TH STREET, CANARSIE', Month: '5', Price: '1720'}, geometry: { type: 'Point', coordinates:[-73.91463837, 40.64124016]} },
{type: 'Feature',properties:{Name: '3', Address: '578 EAST 85TH STREET, CANARSIE', Month: '6', Price: '1720'}, geometry: { type: 'Point', coordinates:[-73.91362198, 40.641448]} },
{type: 'Feature',properties:{Name: '3', Address: '587 EAST 85TH STREET, CANARSIE', Month: '2', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.91346359, 40.6413326]} },
{type: 'Feature',properties:{Name: '3', Address: '569 EAST 86TH STREET, CANARSIE', Month: '3', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.91299422, 40.64205412]} },
{type: 'Feature',properties:{Name: '3', Address: '572 EAST 87TH STREET, CANARSIE', Month: '4', Price: '1596'}, geometry: { type: 'Point', coordinates:[-73.91240975, 40.64261087]} },
{type: 'Feature',properties:{Name: '3', Address: '576 EAST 87TH STREET, CANARSIE', Month: '11', Price: '1596'}, geometry: { type: 'Point', coordinates:[-73.91235576, 40.64256143]} },
{type: 'Feature',properties:{Name: '3', Address: '593 EAST 87TH STREET, CANARSIE', Month: '11', Price: '2090'}, geometry: { type: 'Point', coordinates:[-73.91190224, 40.6421823]} },
{type: 'Feature',properties:{Name: '3', Address: '554 EAST 88TH STREET, CANARSIE', Month: '8', Price: '2859'}, geometry: { type: 'Point', coordinates:[-73.91189723, 40.64324727]} },
{type: 'Feature',properties:{Name: '3', Address: '580 EAST 88TH STREET, CANARSIE', Month: '11', Price: '2137'}, geometry: { type: 'Point', coordinates:[-73.91119181, 40.64261543]} },
{type: 'Feature',properties:{Name: '3', Address: '566 EAST 89TH STREET, CANARSIE', Month: '8', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.91070806, 40.64328753]} },
{type: 'Feature',properties:{Name: '3', Address: '670 EAST 77TH STREET, CANARSIE', Month: '4', Price: '2760'}, geometry: { type: 'Point', coordinates:[-73.91786228, 40.63621954]} },
{type: 'Feature',properties:{Name: '3', Address: '625 EAST 77TH STREET, CANARSIE', Month: '8', Price: '2420'}, geometry: { type: 'Point', coordinates:[-73.91851008, 40.6368266]} },
{type: 'Feature',properties:{Name: '3', Address: '643 EAST 77TH STREET, CANARSIE', Month: '12', Price: '2420'}, geometry: { type: 'Point', coordinates:[-73.91825095, 40.63659311]} },
{type: 'Feature',properties:{Name: '3', Address: '679 EAST 78TH STREET, CANARSIE', Month: '10', Price: '3450'}, geometry: { type: 'Point', coordinates:[-73.91693234, 40.63650982]} },
{type: 'Feature',properties:{Name: '3', Address: '610 EAST 80TH STREET, CANARSIE', Month: '9', Price: '3342'}, geometry: { type: 'Point', coordinates:[-73.91654442, 40.63843089]} },
{type: 'Feature',properties:{Name: '3', Address: '664 EAST 81ST STREET, CANARSIE', Month: '3', Price: '2250'}, geometry: { type: 'Point', coordinates:[-73.9147578, 40.63801237]} },
{type: 'Feature',properties:{Name: '3', Address: '605 EAST 81ST STREET, CANARSIE', Month: '2', Price: '2760'}, geometry: { type: 'Point', coordinates:[-73.91581948, 40.63899305]} },
{type: 'Feature',properties:{Name: '3', Address: '628 EAST 82ND STREET, CANARSIE', Month: '1', Price: '2760'}, geometry: { type: 'Point', coordinates:[-73.91480318, 40.63915973]} },
{type: 'Feature',properties:{Name: '3', Address: '8221 GLENWOOD ROAD, CANARSIE', Month: '9', Price: '2108'}, geometry: { type: 'Point', coordinates:[-73.91325879, 40.63810732]} },
{type: 'Feature',properties:{Name: '3', Address: '608 EAST 83TH STREET, CANARSIE', Month: '3', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.91432309, 40.63983459]} },
{type: 'Feature',properties:{Name: '3', Address: '649 EAST 82ND STREET, CANARSIE', Month: '10', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.9142345, 40.63867348]} },
{type: 'Feature',properties:{Name: '3', Address: '8305 GLENWOOD ROAD, CANARSIE', Month: '9', Price: '720'}, geometry: { type: 'Point', coordinates:[-73.91262771, 40.63851582]} },
{type: 'Feature',properties:{Name: '3', Address: '617 EAST 84TH STREET, CANARSIE', Month: '3', Price: '1880'}, geometry: { type: 'Point', coordinates:[-73.91340028, 40.64013308]} },
{type: 'Feature',properties:{Name: '3', Address: '610 EAST 85TH STREET, CANARSIE', Month: '8', Price: '1786'}, geometry: { type: 'Point', coordinates:[-73.91274381, 40.64066233]} },
{type: 'Feature',properties:{Name: '3', Address: '628 EAST 86TH STREET, CANARSIE', Month: '10', Price: '2760'}, geometry: { type: 'Point', coordinates:[-73.91171659, 40.64088387]} },
{type: 'Feature',properties:{Name: '3', Address: '646 EAST 86TH STREET, CANARSIE', Month: '11', Price: '2760'}, geometry: { type: 'Point', coordinates:[-73.91146466, 40.64065586]} },
{type: 'Feature',properties:{Name: '3', Address: '676 EAST 86TH STREET, CANARSIE', Month: '1', Price: '2760'}, geometry: { type: 'Point', coordinates:[-73.91104358, 40.6402795]} },
{type: 'Feature',properties:{Name: '3', Address: '688 EAST 87 STREET, CANARSIE', Month: '3', Price: '2680'}, geometry: { type: 'Point', coordinates:[-73.91022515, 40.64064941]} },
{type: 'Feature',properties:{Name: '3', Address: '616D EAST 87TH STREET, CANARSIE', Month: '6', Price: '2046'}, geometry: { type: 'Point', coordinates:[-73.91107485, 40.64115237]} },
{type: 'Feature',properties:{Name: '3', Address: '682 EAST 87TH STREET, CANARSIE', Month: '4', Price: '2292'}, geometry: { type: 'Point', coordinates:[-73.91030433, 40.64072358]} },
{type: 'Feature',properties:{Name: '3', Address: '649 EAST 88TH STREET, CANARSIE', Month: '4', Price: '2420'}, geometry: { type: 'Point', coordinates:[-73.90979177, 40.64138742]} },
{type: 'Feature',properties:{Name: '3', Address: '8907 BAY VIEW AVENUE, CANARSIE', Month: '11', Price: '1476'}, geometry: { type: 'Point', coordinates:[-73.90929693, 40.64226262]} },
{type: 'Feature',properties:{Name: '3', Address: '1068 REMSEN AVENUE, CANARSIE', Month: '3', Price: '1710'}, geometry: { type: 'Point', coordinates:[-73.90884577, 40.64280298]} },
{type: 'Feature',properties:{Name: '3', Address: '753 EAST 78TH STREET, CANARSIE', Month: '7', Price: '2214'}, geometry: { type: 'Point', coordinates:[-73.91539201, 40.63512533]} },
{type: 'Feature',properties:{Name: '3', Address: '723 EAST 78TH STREET, CANARSIE', Month: '9', Price: '2214'}, geometry: { type: 'Point', coordinates:[-73.91587065, 40.63555661]} },
{type: 'Feature',properties:{Name: '3', Address: '705 EAST 78TH STREET, CANARSIE', Month: '3', Price: '2214'}, geometry: { type: 'Point', coordinates:[-73.91616217, 40.63581483]} },
{type: 'Feature',properties:{Name: '3', Address: '704 EAST 79TH STREET, CANARSIE', Month: '7', Price: '2214'}, geometry: { type: 'Point', coordinates:[-73.91546262, 40.63626721]} },
{type: 'Feature',properties:{Name: '3', Address: '741 EAST 79TH STREET, CANARSIE', Month: '2', Price: '2223'}, geometry: { type: 'Point', coordinates:[-73.91486877, 40.63575899]} },
{type: 'Feature',properties:{Name: '3', Address: '741 EAST 79TH STREET, CANARSIE', Month: '10', Price: '2223'}, geometry: { type: 'Point', coordinates:[-73.91486877, 40.63575899]} },
{type: 'Feature',properties:{Name: '3', Address: '724 EAST 80TH STREET, CANARSIE', Month: '5', Price: '1828'}, geometry: { type: 'Point', coordinates:[-73.91439223, 40.63649972]} },
{type: 'Feature',properties:{Name: '3', Address: '711 EAST 82 STREET, CANARSIE', Month: '11', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91316562, 40.637712]} },
{type: 'Feature',properties:{Name: '3', Address: '711 EAST 82 STREET, CANARSIE', Month: '2', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91316562, 40.637712]} },
{type: 'Feature',properties:{Name: '3', Address: '738 EAST 85 STREET, CANARSIE', Month: '9', Price: '2624'}, geometry: { type: 'Point', coordinates:[-73.91082558, 40.63893713]} },
{type: 'Feature',properties:{Name: '3', Address: '724 E 86TH STREET, CANARSIE', Month: '1', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.91016546, 40.63949106]} },
{type: 'Feature',properties:{Name: '3', Address: '736 EAST 88TH STREET, CANARSIE', Month: '3', Price: '1368'}, geometry: { type: 'Point', coordinates:[-73.90866536, 40.640349]} },
{type: 'Feature',properties:{Name: '3', Address: '748 EAST 89TH STREET, CANARSIE', Month: '7', Price: '2304'}, geometry: { type: 'Point', coordinates:[-73.90788291, 40.64074911]} },
{type: 'Feature',properties:{Name: '3', Address: '951 EAST 77TH STREET, CANARSIE', Month: '11', Price: '2024'}, geometry: { type: 'Point', coordinates:[-73.91437135, 40.63311264]} },
{type: 'Feature',properties:{Name: '3', Address: '937 EAST 77TH STREET, CANARSIE', Month: '1', Price: '2024'}, geometry: { type: 'Point', coordinates:[-73.91455129, 40.63327472]} },
{type: 'Feature',properties:{Name: '3', Address: '963 EAST 79TH, CANARSIE', Month: '10', Price: '2088'}, geometry: { type: 'Point', coordinates:[-73.9127707, 40.63387449]} },
{type: 'Feature',properties:{Name: '3', Address: '915 EAST 79 ST, CANARSIE', Month: '1', Price: '2456'}, geometry: { type: 'Point', coordinates:[-73.913584, 40.63460796]} },
{type: 'Feature',properties:{Name: '3', Address: '962 EAST 80TH STREET, CANARSIE', Month: '12', Price: '2024'}, geometry: { type: 'Point', coordinates:[-73.91194148, 40.63429381]} },
{type: 'Feature',properties:{Name: '3', Address: '931 EAST 82ND STREET, CANARSIE', Month: '7', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.91111432, 40.63586868]} },
{type: 'Feature',properties:{Name: '3', Address: '930 EAST 83RD STREET, CANARSIE', Month: '7', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.91047231, 40.63637322]} },
{type: 'Feature',properties:{Name: '3', Address: '940 EAST 83, CANARSIE', Month: '2', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.91031756, 40.63623586]} },
{type: 'Feature',properties:{Name: '3', Address: '903 EAST 82 STREET, CANARSIE', Month: '12', Price: '4188'}, geometry: { type: 'Point', coordinates:[-73.91148138, 40.63619834]} },
{type: 'Feature',properties:{Name: '3', Address: '962 EAST 84TH STREET, CANARSIE', Month: '1', Price: '880'}, geometry: { type: 'Point', coordinates:[-73.90928327, 40.63640797]} },
{type: 'Feature',properties:{Name: '3', Address: '954 EAST 84TH STREET, CANARSIE', Month: '2', Price: '2560'}, geometry: { type: 'Point', coordinates:[-73.90938763, 40.63650138]} },
{type: 'Feature',properties:{Name: '3', Address: '911 EAST 85TH STREET, CANARSIE', Month: '3', Price: '2821'}, geometry: { type: 'Point', coordinates:[-73.9092097, 40.63751132]} },
{type: 'Feature',properties:{Name: '3', Address: '8720 FLATLANDS AVENUE, CANARSIE', Month: '7', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.90795386, 40.6389431]} },
{type: 'Feature',properties:{Name: '3', Address: '920 EAST 89TH STREET, CANARSIE', Month: '6', Price: '1706'}, geometry: { type: 'Point', coordinates:[-73.90620951, 40.63924636]} },
{type: 'Feature',properties:{Name: '3', Address: '949 E 89TH STREET, CANARSIE', Month: '8', Price: '1656'}, geometry: { type: 'Point', coordinates:[-73.90582442, 40.63892765]} },
{type: 'Feature',properties:{Name: '3', Address: '949 EAST 89TH STREET, CANARSIE', Month: '9', Price: '1656'}, geometry: { type: 'Point', coordinates:[-73.90582442, 40.63892765]} },
{type: 'Feature',properties:{Name: '3', Address: '935 EAST 89 STREET, CANARSIE', Month: '1', Price: '1656'}, geometry: { type: 'Point', coordinates:[-73.90600795, 40.63909249]} },
{type: 'Feature',properties:{Name: '3', Address: '8916 FLATLANDS AVENUE, CANARSIE', Month: '12', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.90653293, 40.63986146]} },
{type: 'Feature',properties:{Name: '3', Address: '8918 FLATLANDS AVENUE, CANARSIE', Month: '8', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.90652211, 40.63986968]} },
{type: 'Feature',properties:{Name: '3', Address: '9 PAERDEGAT 2 STREET, CANARSIE', Month: '4', Price: '2240'}, geometry: { type: 'Point', coordinates:[-73.91203822, 40.63196905]} },
{type: 'Feature',properties:{Name: '3', Address: '8 PAERDEGAT 2 STREET, CANARSIE', Month: '12', Price: '2365'}, geometry: { type: 'Point', coordinates:[-73.91204187, 40.63193062]} },
{type: 'Feature',properties:{Name: '3', Address: '67 PAERDEGAT 3RD STREET, CANARSIE', Month: '11', Price: '2393'}, geometry: { type: 'Point', coordinates:[-73.91052792, 40.63251684]} },
{type: 'Feature',properties:{Name: '3', Address: '10 PAERDEGAT 3RD STREET, CANARSIE', Month: '2', Price: '2450'}, geometry: { type: 'Point', coordinates:[-73.91123532, 40.63157592]} },
{type: 'Feature',properties:{Name: '3', Address: '10 PAERDEGAT 3 ST, CANARSIE', Month: '3', Price: '2450'}, geometry: { type: 'Point', coordinates:[-73.91123532, 40.63157592]} },
{type: 'Feature',properties:{Name: '3', Address: '24 PAERDEGAT 3 STREET, CANARSIE', Month: '12', Price: '3430'}, geometry: { type: 'Point', coordinates:[-73.91105487, 40.63180909]} },
{type: 'Feature',properties:{Name: '3', Address: '8022 AVENUE J, CANARSIE', Month: '1', Price: '3150'}, geometry: { type: 'Point', coordinates:[-73.91119606, 40.63400503]} },
{type: 'Feature',properties:{Name: '3', Address: '1022 EAST 81ST STREET, CANARSIE', Month: '6', Price: '3450'}, geometry: { type: 'Point', coordinates:[-73.91011901, 40.63385049]} },
{type: 'Feature',properties:{Name: '3', Address: '8114 AVENUE J, CANARSIE', Month: '7', Price: '2760'}, geometry: { type: 'Point', coordinates:[-73.91032341, 40.63456704]} },
{type: 'Feature',properties:{Name: '3', Address: '1067 EAST 85TH STREET, CANARSIE', Month: '4', Price: '2840'}, geometry: { type: 'Point', coordinates:[-73.90649999, 40.63508001]} },
{type: 'Feature',properties:{Name: '3', Address: '1037 EAST 85TH STREET, CANARSIE', Month: '4', Price: '2840'}, geometry: { type: 'Point', coordinates:[-73.90685625, 40.63539595]} },
{type: 'Feature',properties:{Name: '3', Address: '1037 EAST 85TH STREET, CANARSIE', Month: '7', Price: '2840'}, geometry: { type: 'Point', coordinates:[-73.90685625, 40.63539595]} },
{type: 'Feature',properties:{Name: '3', Address: '1029 EAST 85TH STREET, CANARSIE', Month: '12', Price: '3002'}, geometry: { type: 'Point', coordinates:[-73.9069498, 40.63548112]} },
{type: 'Feature',properties:{Name: '3', Address: '8514 AVE J, CANARSIE', Month: '6', Price: '1812'}, geometry: { type: 'Point', coordinates:[-73.90758995, 40.63633252]} },
{type: 'Feature',properties:{Name: '3', Address: '8514 AVENUE J, CANARSIE', Month: '9', Price: '1812'}, geometry: { type: 'Point', coordinates:[-73.90758995, 40.63633252]} },
{type: 'Feature',properties:{Name: '3', Address: '1050 EAST 86TH STREET, CANARSIE', Month: '6', Price: '2920'}, geometry: { type: 'Point', coordinates:[-73.90595506, 40.63570812]} },
{type: 'Feature',properties:{Name: '3', Address: '1175 EAST 83RD STREET, CANARSIE', Month: '7', Price: '1844'}, geometry: { type: 'Point', coordinates:[-73.9061793, 40.63254356]} },
{type: 'Feature',properties:{Name: '3', Address: '1167 EAST 83RD STREET, CANARSIE', Month: '2', Price: '1844'}, geometry: { type: 'Point', coordinates:[-73.90628365, 40.63263697]} },
{type: 'Feature',properties:{Name: '3', Address: '1142 EAST 84TH STREET, CANARSIE', Month: '2', Price: '1802'}, geometry: { type: 'Point', coordinates:[-73.90589712, 40.63336403]} },
{type: 'Feature',properties:{Name: '3', Address: '1143 EAST 84 STREET, CANARSIE', Month: '5', Price: '1880'}, geometry: { type: 'Point', coordinates:[-73.90588269, 40.63337499]} },
{type: 'Feature',properties:{Name: '3', Address: '8412 AVENUE K, CANARSIE', Month: '8', Price: '1880'}, geometry: { type: 'Point', coordinates:[-73.90637138, 40.63430313]} },
{type: 'Feature',properties:{Name: '3', Address: '1118 EAST 85TH STREET, CANARSIE', Month: '8', Price: '1884'}, geometry: { type: 'Point', coordinates:[-73.9054565, 40.63411848]} },
{type: 'Feature',properties:{Name: '3', Address: '1118 EAST 85TH STREET, CANARSIE', Month: '8', Price: '1884'}, geometry: { type: 'Point', coordinates:[-73.9054565, 40.63411848]} },
{type: 'Feature',properties:{Name: '3', Address: '1132 EAST 85TH STREET, CANARSIE', Month: '6', Price: '1884'}, geometry: { type: 'Point', coordinates:[-73.90527659, 40.63395639]} },
{type: 'Feature',properties:{Name: '3', Address: '1177 EAST 85TH STREET, CANARSIE', Month: '9', Price: '1976'}, geometry: { type: 'Point', coordinates:[-73.90469363, 40.63345636]} },
{type: 'Feature',properties:{Name: '3', Address: '1135 EAST 85TH STREET, CANARSIE', Month: '3', Price: '1976'}, geometry: { type: 'Point', coordinates:[-73.90523337, 40.63394263]} },
{type: 'Feature',properties:{Name: '3', Address: '1175 EAST 86TH STREET, CANARSIE', Month: '7', Price: '2220'}, geometry: { type: 'Point', coordinates:[-73.90395076, 40.63393608]} },
{type: 'Feature',properties:{Name: '3', Address: '1154 EAST 88TH STREET, CANARSIE', Month: '3', Price: '1000'}, geometry: { type: 'Point', coordinates:[-73.90266663, 40.63496155]} },
{type: 'Feature',properties:{Name: '3', Address: '40 PAERDEGAT 7 STREET, CANARSIE', Month: '8', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.90755472, 40.63055196]} },
{type: 'Feature',properties:{Name: '3', Address: '33 PAERDEGAT 8 STREET, CANARSIE', Month: '6', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.90682043, 40.63007926]} },
{type: 'Feature',properties:{Name: '3', Address: '1231 EAST 82ND STREET, CANARSIE', Month: '7', Price: '2058'}, geometry: { type: 'Point', coordinates:[-73.9056411, 40.63096761]} },
{type: 'Feature',properties:{Name: '3', Address: '1211 EAST 82ND STREET, CANARSIE', Month: '5', Price: '2058'}, geometry: { type: 'Point', coordinates:[-73.90590378, 40.63119839]} },
{type: 'Feature',properties:{Name: '3', Address: '1273 EAST 83RD STREET, CANARSIE', Month: '1', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.904391, 40.63093639]} },
{type: 'Feature',properties:{Name: '3', Address: '1208 EAST 84TH STREET, CANARSIE', Month: '7', Price: '2290'}, geometry: { type: 'Point', coordinates:[-73.9045262, 40.63213049]} },
{type: 'Feature',properties:{Name: '3', Address: '1265 EAST 84 STREET, CANARSIE', Month: '6', Price: '2820'}, geometry: { type: 'Point', coordinates:[-73.90378135, 40.63148758]} },
{type: 'Feature',properties:{Name: '3', Address: '1221 EAST 84TH STREET, CANARSIE', Month: '12', Price: '2820'}, geometry: { type: 'Point', coordinates:[-73.90435345, 40.63200134]} },
{type: 'Feature',properties:{Name: '3', Address: '1221 EAST 84TH STREET, CANARSIE', Month: '5', Price: '2820'}, geometry: { type: 'Point', coordinates:[-73.90435345, 40.63200134]} },
{type: 'Feature',properties:{Name: '3', Address: '1218 EAST 85TH STREET, CANARSIE', Month: '12', Price: '2240'}, geometry: { type: 'Point', coordinates:[-73.90365019, 40.63249481]} },
{type: 'Feature',properties:{Name: '3', Address: '1230 EAST 85TH STREET, CANARSIE', Month: '6', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.90349548, 40.6323547]} },
{type: 'Feature',properties:{Name: '3', Address: '1255 EAST 85TH STREET, CANARSIE', Month: '10', Price: '1956'}, geometry: { type: 'Point', coordinates:[-73.90316801, 40.63208543]} },
{type: 'Feature',properties:{Name: '3', Address: '1233 EAST 86TH STREET, CANARSIE', Month: '8', Price: '1740'}, geometry: { type: 'Point', coordinates:[-73.90271299, 40.63282065]} },
{type: 'Feature',properties:{Name: '3', Address: '1259 EAST 89TH STREET, CANARSIE', Month: '8', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.90023263, 40.63390272]} },
{type: 'Feature',properties:{Name: '3', Address: '1241 EAST 89TH ST, CANARSIE', Month: '5', Price: '1890'}, geometry: { type: 'Point', coordinates:[-73.9004665, 40.63411153]} },
{type: 'Feature',properties:{Name: '3', Address: '1354 E 83 STREET, CANARSIE', Month: '9', Price: '3396'}, geometry: { type: 'Point', coordinates:[-73.9028187, 40.62949955]} },
{type: 'Feature',properties:{Name: '3', Address: '1350 EAST 85TH STREET, CANARSIE', Month: '10', Price: '1960'}, geometry: { type: 'Point', coordinates:[-73.90141582, 40.63048648]} },
{type: 'Feature',properties:{Name: '3', Address: '1360 EAST 85TH STREET, CANARSIE', Month: '1', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.90128629, 40.63037108]} },
{type: 'Feature',properties:{Name: '3', Address: '8522 AVENUE M, CANARSIE', Month: '2', Price: '1540'}, geometry: { type: 'Point', coordinates:[-73.9020953, 40.63146146]} },
{type: 'Feature',properties:{Name: '3', Address: '1320 EAST 86TH STREET, CANARSIE', Month: '7', Price: '1540'}, geometry: { type: 'Point', coordinates:[-73.90106513, 40.6313151]} },
{type: 'Feature',properties:{Name: '3', Address: '1332 EAST 86 ST, CANARSIE', Month: '7', Price: '1540'}, geometry: { type: 'Point', coordinates:[-73.90091042, 40.63117498]} },
{type: 'Feature',properties:{Name: '3', Address: '1369 E 85, CANARSIE', Month: '11', Price: '1880'}, geometry: { type: 'Point', coordinates:[-73.90116753, 40.63028864]} },
{type: 'Feature',properties:{Name: '3', Address: '1336 EAST 89TH STREET, CANARSIE', Month: '5', Price: '2168'}, geometry: { type: 'Point', coordinates:[-73.89871432, 40.63251527]} },
{type: 'Feature',properties:{Name: '3', Address: '1552 REMSEN AVENUE, CANARSIE', Month: '1', Price: '2580'}, geometry: { type: 'Point', coordinates:[-73.89825558, 40.63329164]} },
{type: 'Feature',properties:{Name: '3', Address: '1552 REMSEN AVENUE, CANARSIE', Month: '8', Price: '2580'}, geometry: { type: 'Point', coordinates:[-73.89825558, 40.63329164]} },
{type: 'Feature',properties:{Name: '3', Address: '1552 REMSEN AVENUE, CANARSIE', Month: '8', Price: '2580'}, geometry: { type: 'Point', coordinates:[-73.89825558, 40.63329164]} },
{type: 'Feature',properties:{Name: '3', Address: '1552 REMSEN AVENUE, CANARSIE', Month: '6', Price: '2580'}, geometry: { type: 'Point', coordinates:[-73.89825558, 40.63329164]} },
{type: 'Feature',properties:{Name: '3', Address: '1564 REMSEN AVENUE, CANARSIE', Month: '6', Price: '2580'}, geometry: { type: 'Point', coordinates:[-73.89807209, 40.63312405]} },
{type: 'Feature',properties:{Name: '3', Address: '1427 EAST 84TH STREET, CANARSIE', Month: '2', Price: '2760'}, geometry: { type: 'Point', coordinates:[-73.90064754, 40.62867151]} },
{type: 'Feature',properties:{Name: '3', Address: '1423 EAST 84TH STREET, CANARSIE', Month: '1', Price: '2760'}, geometry: { type: 'Point', coordinates:[-73.90069791, 40.62871547]} },
{type: 'Feature',properties:{Name: '3', Address: '1460 EAST 86TH STREET, CANARSIE', Month: '5', Price: '2268'}, geometry: { type: 'Point', coordinates:[-73.89874092, 40.62922704]} },
{type: 'Feature',properties:{Name: '3', Address: '1481 EAST 86TH STREET, CANARSIE', Month: '10', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.89846746, 40.62900721]} },
{type: 'Feature',properties:{Name: '3', Address: '1443 EAST 86TH STREET, CANARSIE', Month: '12', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.89895315, 40.62944681]} },
{type: 'Feature',properties:{Name: '3', Address: '1446 EAST 87TH STREET, CANARSIE', Month: '8', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.89812044, 40.6297727]} },
{type: 'Feature',properties:{Name: '3', Address: '1440 EAST 88TH STREET, CANARSIE', Month: '10', Price: '2268'}, geometry: { type: 'Point', coordinates:[-73.89751793, 40.63033485]} },
{type: 'Feature',properties:{Name: '3', Address: '8711 SEAVIEW AVENUE, CANARSIE', Month: '11', Price: '2268'}, geometry: { type: 'Point', coordinates:[-73.89705154, 40.62906634]} },
{type: 'Feature',properties:{Name: '3', Address: '1459 EAST 87TH STREET, CANARSIE', Month: '10', Price: '2268'}, geometry: { type: 'Point', coordinates:[-73.89794051, 40.62963805]} },
{type: 'Feature',properties:{Name: '3', Address: '1405 EAST 88TH STREET, CANARSIE', Month: '10', Price: '2579'}, geometry: { type: 'Point', coordinates:[-73.89805396, 40.63084311]} },
{type: 'Feature',properties:{Name: '3', Address: '1447 EAST 89, CANARSIE', Month: '8', Price: '2583'}, geometry: { type: 'Point', coordinates:[-73.89674988, 40.63077607]} },
{type: 'Feature',properties:{Name: '3', Address: '755 REMSEN AVENUE, CANARSIE', Month: '6', Price: '3450'}, geometry: { type: 'Point', coordinates:[-73.91562677, 40.64891805]} },
{type: 'Feature',properties:{Name: '3', Address: '730 EAST 93RD STREET, CANARSIE', Month: '11', Price: '2327'}, geometry: { type: 'Point', coordinates:[-73.91332233, 40.65021462]} },
{type: 'Feature',properties:{Name: '3', Address: '737 EAST 94TH STREET, CANARSIE', Month: '11', Price: '2052'}, geometry: { type: 'Point', coordinates:[-73.91226979, 40.65039772]} },
{type: 'Feature',properties:{Name: '3', Address: '704 EAST 95TH STREET, CANARSIE', Month: '1', Price: '2275'}, geometry: { type: 'Point', coordinates:[-73.91220358, 40.65141873]} },
{type: 'Feature',properties:{Name: '3', Address: '919 EAST 94 STREET, CANARSIE', Month: '4', Price: '1915'}, geometry: { type: 'Point', coordinates:[-73.90838611, 40.64691156]} },
{type: 'Feature',properties:{Name: '3', Address: '849 EAST 95TH STREET, CANARSIE', Month: '7', Price: '1628'}, geometry: { type: 'Point', coordinates:[-73.90891008, 40.64848474]} },
{type: 'Feature',properties:{Name: '3', Address: '1008 EAST 92ND STREET, CANARSIE', Month: '2', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.90842566, 40.64435071]} },
{type: 'Feature',properties:{Name: '3', Address: '951 EAST 92ND STREET, CANARSIE', Month: '12', Price: '1728'}, geometry: { type: 'Point', coordinates:[-73.909563, 40.64534522]} },
{type: 'Feature',properties:{Name: '3', Address: '973 EAST 95TH STREET, CANARSIE', Month: '5', Price: '1900'}, geometry: { type: 'Point', coordinates:[-73.90638709, 40.64621827]} },
{type: 'Feature',properties:{Name: '3', Address: '944 EAST 96TH STREET, CANARSIE', Month: '12', Price: '3031'}, geometry: { type: 'Point', coordinates:[-73.90589575, 40.64710992]} },
{type: 'Feature',properties:{Name: '3', Address: '992 EAST 96TH STREET, CANARSIE', Month: '10', Price: '1840'}, geometry: { type: 'Point', coordinates:[-73.90515076, 40.64643958]} },
{type: 'Feature',properties:{Name: '3', Address: '1324 ROCKAWAY PARKWAY, CANARSIE', Month: '1', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.90459119, 40.64715002]} },
{type: 'Feature',properties:{Name: '3', Address: '566 EAST 99TH STREET, CANARSIE', Month: '7', Price: '1884'}, geometry: { type: 'Point', coordinates:[-73.90305078, 40.64830154]} },
{type: 'Feature',properties:{Name: '3', Address: '9032 FARRAGUT ROAD, CANARSIE', Month: '8', Price: '1632'}, geometry: { type: 'Point', coordinates:[-73.90894223, 40.6434124]} },
{type: 'Feature',properties:{Name: '3', Address: '9215 GLENWOOD ROAD, CANARSIE', Month: '5', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.90610014, 40.6427102]} },
{type: 'Feature',properties:{Name: '3', Address: '11 ROSE STREET, CANARSIE', Month: '11', Price: '1880'}, geometry: { type: 'Point', coordinates:[-73.90728378, 40.64405061]} },
{type: 'Feature',properties:{Name: '3', Address: '11 ROSE STREET, CANARSIE', Month: '6', Price: '1880'}, geometry: { type: 'Point', coordinates:[-73.90728378, 40.64405061]} },
{type: 'Feature',properties:{Name: '3', Address: '1026 EAST 93 STREET, CANARSIE', Month: '10', Price: '2350'}, geometry: { type: 'Point', coordinates:[-73.90687967, 40.64442907]} },
{type: 'Feature',properties:{Name: '3', Address: '1051 EAST 94TH STREET, CANARSIE', Month: '1', Price: '1332'}, geometry: { type: 'Point', coordinates:[-73.9055141, 40.64433188]} },
{type: 'Feature',properties:{Name: '3', Address: '1069 EAST 95TH STREET, CANARSIE', Month: '1', Price: '1296'}, geometry: { type: 'Point', coordinates:[-73.9043321, 40.64437757]} },
{type: 'Feature',properties:{Name: '3', Address: '1056 EAST 96TH STREET, CANARSIE', Month: '7', Price: '1510'}, geometry: { type: 'Point', coordinates:[-73.90357444, 40.64502745]} },
{type: 'Feature',properties:{Name: '3', Address: '9802 FARRAGUT ROAD, CANARSIE', Month: '8', Price: '1784'}, geometry: { type: 'Point', coordinates:[-73.90296939, 40.64727492]} },
{type: 'Feature',properties:{Name: '3', Address: '611 EAST 99TH STREET, CANARSIE', Month: '5', Price: '1880'}, geometry: { type: 'Point', coordinates:[-73.90213663, 40.64750203]} },
{type: 'Feature',properties:{Name: '3', Address: '624 EAST 103 STREET, CANARSIE', Month: '1', Price: '2468'}, geometry: { type: 'Point', coordinates:[-73.89895227, 40.64906381]} },
{type: 'Feature',properties:{Name: '3', Address: '663 EAST 104TH STREET, CANARSIE', Month: '3', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.89823432, 40.64959292]} },
{type: 'Feature',properties:{Name: '3', Address: '661 EAST 104 STREET, CANARSIE', Month: '1', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.89824152, 40.64959841]} },
{type: 'Feature',properties:{Name: '3', Address: '661 EAST 104 STREET, CANARSIE', Month: '2', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.89824152, 40.64959841]} },
{type: 'Feature',properties:{Name: '3', Address: '28 DURLAND PLACE, CANARSIE', Month: '7', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.90624564, 40.64173866]} },
{type: 'Feature',properties:{Name: '3', Address: '42 DURLAND PLACE, CANARSIE', Month: '3', Price: '1876'}, geometry: { type: 'Point', coordinates:[-73.90601172, 40.64152987]} },
{type: 'Feature',properties:{Name: '3', Address: '28 CONKLIN AVENUE, CANARSIE', Month: '5', Price: '3450'}, geometry: { type: 'Point', coordinates:[-73.90601565, 40.64129382]} },
{type: 'Feature',properties:{Name: '3', Address: '1120A EAST 92ND STREET, CANARSIE', Month: '12', Price: '2025'}, geometry: { type: 'Point', coordinates:[-73.90597501, 40.64201292]} },
{type: 'Feature',properties:{Name: '3', Address: '1105 EAST 92ND STREET, CANARSIE', Month: '10', Price: '1357'}, geometry: { type: 'Point', coordinates:[-73.90606101, 40.6423506]} },
{type: 'Feature',properties:{Name: '3', Address: '1103 EAST 92ND STREET, CANARSIE', Month: '10', Price: '1357'}, geometry: { type: 'Point', coordinates:[-73.906097, 40.64238082]} },
{type: 'Feature',properties:{Name: '3', Address: '9228 GLENWOOD ROAD, CANARSIE', Month: '9', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.90599558, 40.64275403]} },
{type: 'Feature',properties:{Name: '3', Address: '66 CONKLIN AVENUE, CANARSIE', Month: '11', Price: '1890'}, geometry: { type: 'Point', coordinates:[-73.90481105, 40.6420696]} },
{type: 'Feature',properties:{Name: '3', Address: '75 CONKLIN AVE, CANARSIE', Month: '12', Price: '2166'}, geometry: { type: 'Point', coordinates:[-73.90438183, 40.64236843]} },
{type: 'Feature',properties:{Name: '3', Address: '75 CONKLIN AVENUE, CANARSIE', Month: '12', Price: '2166'}, geometry: { type: 'Point', coordinates:[-73.90438183, 40.64236843]} },
{type: 'Feature',properties:{Name: '3', Address: '1111 EAST 95TH STREET, CANARSIE', Month: '2', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.90335684, 40.64350117]} },
{type: 'Feature',properties:{Name: '3', Address: '1066 EAST 98TH STREET, CANARSIE', Month: '7', Price: '2180'}, geometry: { type: 'Point', coordinates:[-73.90099034, 40.64529699]} },
{type: 'Feature',properties:{Name: '3', Address: '251 CONKLIN AVENUE, CANARSIE', Month: '3', Price: '1102'}, geometry: { type: 'Point', coordinates:[-73.9002448, 40.64504108]} },
{type: 'Feature',properties:{Name: '3', Address: '1190 EAST 91ST STREET, CANARSIE', Month: '8', Price: '1792'}, geometry: { type: 'Point', coordinates:[-73.90454358, 40.64012607]} },
{type: 'Feature',properties:{Name: '3', Address: '1216 EAST 91ST STREET, CANARSIE', Month: '1', Price: '3227'}, geometry: { type: 'Point', coordinates:[-73.90415494, 40.63977441]} },
{type: 'Feature',properties:{Name: '3', Address: '1233 REMSEN AVENUE, CANARSIE', Month: '1', Price: '1782'}, geometry: { type: 'Point', coordinates:[-73.90532613, 40.63966559]} },
{type: 'Feature',properties:{Name: '3', Address: '1190 EAST 93RD STREET, CANARSIE', Month: '4', Price: '1620'}, geometry: { type: 'Point', coordinates:[-73.90322693, 40.64114603]} },
{type: 'Feature',properties:{Name: '3', Address: '1221 EAST 93RD STREET, CANARSIE', Month: '3', Price: '1492'}, geometry: { type: 'Point', coordinates:[-73.90269791, 40.64069544]} },
{type: 'Feature',properties:{Name: '3', Address: '1175 EAST 94TH STREET, CANARSIE', Month: '7', Price: '2488'}, geometry: { type: 'Point', coordinates:[-73.90260633, 40.64172191]} },
{type: 'Feature',properties:{Name: '3', Address: '1175 EAST 94TH STREET, CANARSIE', Month: '12', Price: '2488'}, geometry: { type: 'Point', coordinates:[-73.90260633, 40.64172191]} },
{type: 'Feature',properties:{Name: '3', Address: '1173 EAST 98TH STREET, CANARSIE', Month: '3', Price: '1540'}, geometry: { type: 'Point', coordinates:[-73.8984929, 40.64307428]} },
{type: 'Feature',properties:{Name: '3', Address: '1163 EAST 98TH STREET, CANARSIE', Month: '11', Price: '1740'}, geometry: { type: 'Point', coordinates:[-73.89864403, 40.64321165]} },
{type: 'Feature',properties:{Name: '3', Address: '10102 FLATLANDS AVENUE, CANARSIE', Month: '2', Price: '1560'}, geometry: { type: 'Point', coordinates:[-73.89749794, 40.64569741]} },
{type: 'Feature',properties:{Name: '3', Address: '956 EAST 102 STREET, CANARSIE', Month: '9', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.89590239, 40.64517996]} },
{type: 'Feature',properties:{Name: '3', Address: '960 EAST 102ND STREET, CANARSIE', Month: '4', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.89585201, 40.645136]} },
{type: 'Feature',properties:{Name: '3', Address: '965 EAST 102 STREET, CANARSIE', Month: '5', Price: '2244'}, geometry: { type: 'Point', coordinates:[-73.8957692, 40.64508652]} },
{type: 'Feature',properties:{Name: '3', Address: '965 EAST 102ND STREET, CANARSIE', Month: '9', Price: '2244'}, geometry: { type: 'Point', coordinates:[-73.8957692, 40.64508652]} },
{type: 'Feature',properties:{Name: '3', Address: '947 EAST 102 STREET, CANARSIE', Month: '12', Price: '2244'}, geometry: { type: 'Point', coordinates:[-73.89599951, 40.64528984]} },
{type: 'Feature',properties:{Name: '3', Address: '943 EAST 102 STREET, CANARSIE', Month: '9', Price: '2244'}, geometry: { type: 'Point', coordinates:[-73.89604989, 40.64533655]} },
{type: 'Feature',properties:{Name: '3', Address: '926 EAST 103 STREET, CANARSIE', Month: '7', Price: '2244'}, geometry: { type: 'Point', coordinates:[-73.89551197, 40.64597285]} },
{type: 'Feature',properties:{Name: '3', Address: '933 EAST 104TH STREET, CANARSIE', Month: '6', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.89468968, 40.64640577]} },
{type: 'Feature',properties:{Name: '3', Address: '10410 FLATLANDS AVE., CANARSIE', Month: '6', Price: '2480'}, geometry: { type: 'Point', coordinates:[-73.89524706, 40.64715012]} },
{type: 'Feature',properties:{Name: '3', Address: '10410 FLATLANDS AVENUE, CANARSIE', Month: '12', Price: '2480'}, geometry: { type: 'Point', coordinates:[-73.89524706, 40.64715012]} },
{type: 'Feature',properties:{Name: '3', Address: '948 EAST 105TH STREET, CANARSIE', Month: '12', Price: '2072'}, geometry: { type: 'Point', coordinates:[-73.89368755, 40.64662169]} },
{type: 'Feature',properties:{Name: '3', Address: '944 EAST 106 STREET, CANARSIE', Month: '7', Price: '2660'}, geometry: { type: 'Point', coordinates:[-73.89312448, 40.64718934]} },
{type: 'Feature',properties:{Name: '3', Address: '984 E 106 ST, CANARSIE', Month: '4', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.89235082, 40.64649968]} },
{type: 'Feature',properties:{Name: '3', Address: '10615 AVENUE J, CANARSIE', Month: '12', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.89197253, 40.64644443]} },
{type: 'Feature',properties:{Name: '3', Address: '1254 EAST 91ST STREET, CANARSIE', Month: '10', Price: '1942'}, geometry: { type: 'Point', coordinates:[-73.9032733, 40.63898318]} },
{type: 'Feature',properties:{Name: '3', Address: '1310 EAST 91ST STREET, CANARSIE', Month: '3', Price: '1872'}, geometry: { type: 'Point', coordinates:[-73.90211101, 40.63794192]} },
{type: 'Feature',properties:{Name: '3', Address: '1295 EAST 92ND STREET, CANARSIE', Month: '6', Price: '2112'}, geometry: { type: 'Point', coordinates:[-73.90165967, 40.63859205]} },
{type: 'Feature',properties:{Name: '3', Address: '1265 EAST 93RD STREET, CANARSIE', Month: '12', Price: '1728'}, geometry: { type: 'Point', coordinates:[-73.90148161, 40.63961021]} },
{type: 'Feature',properties:{Name: '3', Address: '1265 EAST 93RD STREET, CANARSIE', Month: '6', Price: '1728'}, geometry: { type: 'Point', coordinates:[-73.90148161, 40.63961021]} },
{type: 'Feature',properties:{Name: '3', Address: '1305 EAST 94TH STREET, CANARSIE', Month: '7', Price: '1648'}, geometry: { type: 'Point', coordinates:[-73.90000104, 40.63938386]} },
{type: 'Feature',properties:{Name: '3', Address: '1269 EAST 94TH STREET, CANARSIE', Month: '9', Price: '1872'}, geometry: { type: 'Point', coordinates:[-73.90056238, 40.63988664]} },
{type: 'Feature',properties:{Name: '3', Address: '1258 EAST 95TH STREET, CANARSIE', Month: '11', Price: '1872'}, geometry: { type: 'Point', coordinates:[-73.89992746, 40.64039388]} },
{type: 'Feature',properties:{Name: '3', Address: '1272 EAST 95 STREET, CANARSIE', Month: '6', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.89971156, 40.64019881]} },
{type: 'Feature',properties:{Name: '3', Address: '1278 EAST 95TH STREET, CANARSIE', Month: '7', Price: '1296'}, geometry: { type: 'Point', coordinates:[-73.899618, 40.64011364]} },
{type: 'Feature',properties:{Name: '3', Address: '1302 EAST 95TH STREET, CANARSIE', Month: '7', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.89924377, 40.63977845]} },
{type: 'Feature',properties:{Name: '3', Address: '1318 EAST 95 STREET, CANARSIE', Month: '7', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.89899549, 40.6395559]} },
{type: 'Feature',properties:{Name: '3', Address: '1651 ROCKAWAY PARKWAY, CANARSIE', Month: '11', Price: '1950'}, geometry: { type: 'Point', coordinates:[-73.89768893, 40.64099576]} },
{type: 'Feature',properties:{Name: '3', Address: '1647 ROCKAWAY PARKWAY, CANARSIE', Month: '9', Price: '1125'}, geometry: { type: 'Point', coordinates:[-73.8977537, 40.64105346]} },
{type: 'Feature',properties:{Name: '3', Address: '1206 EAST 98TH STREET, CANARSIE', Month: '5', Price: '1796'}, geometry: { type: 'Point', coordinates:[-73.89769768, 40.64233523]} },
{type: 'Feature',properties:{Name: '3', Address: '9803 AVENUE K, CANARSIE', Month: '10', Price: '1540'}, geometry: { type: 'Point', coordinates:[-73.89601336, 40.6410272]} },
{type: 'Feature',properties:{Name: '3', Address: '9803 AVENUE K, CANARSIE', Month: '4', Price: '1540'}, geometry: { type: 'Point', coordinates:[-73.89601336, 40.6410272]} },
{type: 'Feature',properties:{Name: '3', Address: '1271 EAST 98TH STREET, CANARSIE', Month: '11', Price: '1540'}, geometry: { type: 'Point', coordinates:[-73.89642024, 40.64121695]} },
{type: 'Feature',properties:{Name: '3', Address: '1047 EAST 99TH STREET, CANARSIE', Month: '10', Price: '1560'}, geometry: { type: 'Point', coordinates:[-73.8963285, 40.6422791]} },
{type: 'Feature',properties:{Name: '3', Address: '1037 EAST 99TH STREET, CANARSIE', Month: '5', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.89645804, 40.6423945]} },
{type: 'Feature',properties:{Name: '3', Address: '1029 EAST 101 STREET, CANARSIE', Month: '11', Price: '2235'}, geometry: { type: 'Point', coordinates:[-73.89504766, 40.64333194]} },
{type: 'Feature',properties:{Name: '3', Address: '10108 AVENUE J, CANARSIE', Month: '3', Price: '2235'}, geometry: { type: 'Point', coordinates:[-73.89562305, 40.64406807]} },
{type: 'Feature',properties:{Name: '3', Address: '1022 EAST 102ND STREET, CANARSIE', Month: '6', Price: '2235'}, geometry: { type: 'Point', coordinates:[-73.89448462, 40.64390783]} },
{type: 'Feature',properties:{Name: '3', Address: '1060 EAST 102ND STREET, CANARSIE', Month: '1', Price: '1835'}, geometry: { type: 'Point', coordinates:[-73.89395568, 40.64342975]} },
{type: 'Feature',properties:{Name: '3', Address: '10217 AVENUE K, CANARSIE', Month: '11', Price: '2512'}, geometry: { type: 'Point', coordinates:[-73.89305922, 40.6429376]} },
{type: 'Feature',properties:{Name: '3', Address: '1049 EAST 104 STREET, CANARSIE', Month: '11', Price: '1560'}, geometry: { type: 'Point', coordinates:[-73.89248749, 40.64443024]} },
{type: 'Feature',properties:{Name: '3', Address: '1010 EAST 105 STREET, CANARSIE', Month: '7', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.89265121, 40.64569573]} },
{type: 'Feature',properties:{Name: '3', Address: '105-47 FLATLANDS FIRST STRE, CANARSIE', Month: '10', Price: '2519'}, geometry: { type: 'Point', coordinates:[-73.89118003, 40.64627625]} },
{type: 'Feature',properties:{Name: '3', Address: '10519 FLATLANDS 1 STREET, CANARSIE', Month: '11', Price: '2507'}, geometry: { type: 'Point', coordinates:[-73.89163499, 40.64571125]} },
{type: 'Feature',properties:{Name: '3', Address: '10505 FLATLANDS 1ST STREET, CANARSIE', Month: '11', Price: '2507'}, geometry: { type: 'Point', coordinates:[-73.89184782, 40.64557421]} },
{type: 'Feature',properties:{Name: '3', Address: '10531 FLATLANDS 2ND STREET, CANARSIE', Month: '11', Price: '2840'}, geometry: { type: 'Point', coordinates:[-73.89087531, 40.6453043]} },
{type: 'Feature',properties:{Name: '3', Address: '10522 FLATLANDS 2 STREET, CANARSIE', Month: '11', Price: '3220'}, geometry: { type: 'Point', coordinates:[-73.89098357, 40.64521383]} },
{type: 'Feature',properties:{Name: '3', Address: '10530 FLATLANDS 2 STREET, CANARSIE', Month: '4', Price: '3680'}, geometry: { type: 'Point', coordinates:[-73.89086092, 40.64529331]} },
{type: 'Feature',properties:{Name: '3', Address: '9202 AVENUE K, CANARSIE', Month: '4', Price: '1750'}, geometry: { type: 'Point', coordinates:[-73.90071297, 40.63797091]} },
{type: 'Feature',properties:{Name: '3', Address: '1362 EAST 93RD STREET, CANARSIE', Month: '8', Price: '2224'}, geometry: { type: 'Point', coordinates:[-73.899445, 40.63775297]} },
{type: 'Feature',properties:{Name: '3', Address: '1405 EAST 93RD STREET, CANARSIE', Month: '2', Price: '2664'}, geometry: { type: 'Point', coordinates:[-73.89874332, 40.6371485]} },
{type: 'Feature',properties:{Name: '3', Address: '1405 EAST 93RD STREET, CANARSIE', Month: '9', Price: '2664'}, geometry: { type: 'Point', coordinates:[-73.89874332, 40.6371485]} },
{type: 'Feature',properties:{Name: '3', Address: '1321 EAST 96TH STREET, CANARSIE', Month: '9', Price: '1529'}, geometry: { type: 'Point', coordinates:[-73.89762964, 40.63971664]} },
{type: 'Feature',properties:{Name: '3', Address: '1688 ROCKAWAY PARKWAY, CANARSIE', Month: '10', Price: '1548'}, geometry: { type: 'Point', coordinates:[-73.8967858, 40.6401578]} },
{type: 'Feature',properties:{Name: '3', Address: '1714 ROCKAWAY PARKWAY, CANARSIE', Month: '6', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.89610934, 40.63955059]} },
{type: 'Feature',properties:{Name: '3', Address: '1703 ROCKAWAY PARKWAY, CANARSIE', Month: '3', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.89649071, 40.63992148]} },
{type: 'Feature',properties:{Name: '3', Address: '1699 ROCKAWAY PARKWAY, CANARSIE', Month: '8', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.89655907, 40.63998192]} },
{type: 'Feature',properties:{Name: '3', Address: '1693 ROCKAWAY PARKWAY, CANARSIE', Month: '10', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.89666342, 40.64007534]} },
{type: 'Feature',properties:{Name: '3', Address: '1156 EAST 99TH, CANARSIE', Month: '12', Price: '1136'}, geometry: { type: 'Point', coordinates:[-73.8943963, 40.64051794]} },
{type: 'Feature',properties:{Name: '3', Address: '9919 AVENUE L, CANARSIE', Month: '12', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.89337754, 40.63992138]} },
{type: 'Feature',properties:{Name: '3', Address: '9917 AVENUE L, CANARSIE', Month: '10', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.89338835, 40.6399159]} },
{type: 'Feature',properties:{Name: '3', Address: '1163 EAST 99TH STREET, CANARSIE', Month: '5', Price: '1184'}, geometry: { type: 'Point', coordinates:[-73.89430271, 40.64046021]} },
{type: 'Feature',properties:{Name: '3', Address: '1127 EAST 99, CANARSIE', Month: '4', Price: '1540'}, geometry: { type: 'Point', coordinates:[-73.89477047, 40.64087785]} },
{type: 'Feature',properties:{Name: '3', Address: '1154 EAST 100 STREET, CANARSIE', Month: '3', Price: '1540'}, geometry: { type: 'Point', coordinates:[-73.89371091, 40.64100313]} },
{type: 'Feature',properties:{Name: '3', Address: '1169 EAST 100 STREET, CANARSIE', Month: '4', Price: '1540'}, geometry: { type: 'Point', coordinates:[-73.89351297, 40.64085199]} },
{type: 'Feature',properties:{Name: '3', Address: '1143 EAST 100TH STREET, CANARSIE', Month: '5', Price: '1540'}, geometry: { type: 'Point', coordinates:[-73.8938512, 40.64115423]} },
{type: 'Feature',properties:{Name: '3', Address: '1110 EAST 101 STREET, CANARSIE', Month: '11', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.89356523, 40.6419774]} },
{type: 'Feature',properties:{Name: '3', Address: '1148 EAST 101 STREET, CANARSIE', Month: '9', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.89307228, 40.64153503]} },
{type: 'Feature',properties:{Name: '3', Address: '1143 EAST 101 STREET, CANARSIE', Month: '8', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.89313341, 40.64161469]} },
{type: 'Feature',properties:{Name: '3', Address: '1117 EAST 101 STREET, CANARSIE', Month: '5', Price: '1612'}, geometry: { type: 'Point', coordinates:[-73.89347164, 40.64191693]} },
{type: 'Feature',properties:{Name: '3', Address: '1157 E 102 STREET, CANARSIE', Month: '9', Price: '1540'}, geometry: { type: 'Point', coordinates:[-73.89223931, 40.64191303]} },
{type: 'Feature',properties:{Name: '3', Address: '1146 EAST 103 STREET, CANARSIE', Month: '9', Price: '2244'}, geometry: { type: 'Point', coordinates:[-73.89157185, 40.64243392]} },
{type: 'Feature',properties:{Name: '3', Address: '1146 EAST 103 STREET, CANARSIE', Month: '2', Price: '2244'}, geometry: { type: 'Point', coordinates:[-73.89157185, 40.64243392]} },
{type: 'Feature',properties:{Name: '3', Address: '1125 EAST 103 STREET, CANARSIE', Month: '7', Price: '2210'}, geometry: { type: 'Point', coordinates:[-73.89185965, 40.64271964]} },
{type: 'Feature',properties:{Name: '3', Address: '10310 AVENUE K, CANARSIE', Month: '7', Price: '1577'}, geometry: { type: 'Point', coordinates:[-73.89233062, 40.64338432]} },
{type: 'Feature',properties:{Name: '3', Address: '1122 EAST 104 STREET, CANARSIE', Month: '11', Price: '1810'}, geometry: { type: 'Point', coordinates:[-73.89121017, 40.64325701]} },
{type: 'Feature',properties:{Name: '3', Address: '1166 EAST 104 STREET, CANARSIE', Month: '6', Price: '1577'}, geometry: { type: 'Point', coordinates:[-73.89064168, 40.64274594]} },
{type: 'Feature',properties:{Name: '3', Address: '1166 EAST 104 STREET, CANARSIE', Month: '4', Price: '1577'}, geometry: { type: 'Point', coordinates:[-73.89064168, 40.64274594]} },
{type: 'Feature',properties:{Name: '3', Address: '1165 EAST 104 STREET, CANARSIE', Month: '12', Price: '1585'}, geometry: { type: 'Point', coordinates:[-73.89064883, 40.64277888]} },
{type: 'Feature',properties:{Name: '3', Address: '1131 EAST 104 STREET, CANARSIE', Month: '7', Price: '1585'}, geometry: { type: 'Point', coordinates:[-73.8910914, 40.64317455]} },
{type: 'Feature',properties:{Name: '3', Address: '10420 AVENUE K, CANARSIE', Month: '1', Price: '1585'}, geometry: { type: 'Point', coordinates:[-73.89153704, 40.6438996]} },
{type: 'Feature',properties:{Name: '3', Address: '1166 EAST 105TH STREET, CANARSIE', Month: '1', Price: '1585'}, geometry: { type: 'Point', coordinates:[-73.88966832, 40.64301674]} },
{type: 'Feature',properties:{Name: '3', Address: '1170 EAST 105 STREET, CANARSIE', Month: '8', Price: '1585'}, geometry: { type: 'Point', coordinates:[-73.88962515, 40.64297553]} },
{type: 'Feature',properties:{Name: '3', Address: '1172 EAST 105TH STREET, CANARSIE', Month: '1', Price: '1585'}, geometry: { type: 'Point', coordinates:[-73.88959996, 40.64295629]} },
{type: 'Feature',properties:{Name: '3', Address: '10518 AVENUE K, CANARSIE', Month: '9', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.89042239, 40.64462317]} },
{type: 'Feature',properties:{Name: '3', Address: '10566 FLATLANDS 3 STREET, CANARSIE', Month: '3', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.88891252, 40.64463544]} },
{type: 'Feature',properties:{Name: '3', Address: '1138 EAST 108TH STREET, CANARSIE', Month: '9', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.8881085, 40.64490365]} },
{type: 'Feature',properties:{Name: '3', Address: '1503 REMSEN AVENUE, CANARSIE', Month: '1', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.89950045, 40.63443183]} },
{type: 'Feature',properties:{Name: '3', Address: '1443 EAST 91ST STREET, CANARSIE', Month: '3', Price: '1750'}, geometry: { type: 'Point', coordinates:[-73.8990417, 40.63521094]} },
{type: 'Feature',properties:{Name: '3', Address: '1437 EAST 91 STREET, CANARSIE', Month: '8', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.89913525, 40.63529337]} },
{type: 'Feature',properties:{Name: '3', Address: '9110 AVENUE L, CANARSIE', Month: '10', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.89954144, 40.63591954]} },
{type: 'Feature',properties:{Name: '3', Address: '1453 EAST 93RD STREET, CANARSIE', Month: '9', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.89749118, 40.63602477]} },
{type: 'Feature',properties:{Name: '3', Address: '9611 AVENUE M, CANARSIE', Month: '4', Price: '2466'}, geometry: { type: 'Point', coordinates:[-73.89400238, 40.6367133]} },
{type: 'Feature',properties:{Name: '3', Address: '1781 ROCKAWAY PARKWAY, CANARSIE', Month: '6', Price: '1658'}, geometry: { type: 'Point', coordinates:[-73.89463049, 40.63824821]} },
{type: 'Feature',properties:{Name: '3', Address: '1425 EAST 98TH STREET, CANARSIE', Month: '12', Price: '1512'}, geometry: { type: 'Point', coordinates:[-73.89316396, 40.63828803]} },
{type: 'Feature',properties:{Name: '3', Address: '10012 AVENUE L, CANARSIE', Month: '5', Price: '1540'}, geometry: { type: 'Point', coordinates:[-73.89268143, 40.64035166]} },
{type: 'Feature',properties:{Name: '3', Address: '10016 AVENUE L, CANARSIE', Month: '4', Price: '1540'}, geometry: { type: 'Point', coordinates:[-73.89266339, 40.64036537]} },
{type: 'Feature',properties:{Name: '3', Address: '101-20 AVENUE L, CANARSIE', Month: '9', Price: '1540'}, geometry: { type: 'Point', coordinates:[-73.89192395, 40.64084227]} },
{type: 'Feature',properties:{Name: '3', Address: '102-08 AVENUE L, CANARSIE', Month: '6', Price: '1540'}, geometry: { type: 'Point', coordinates:[-73.89126386, 40.64126709]} },
{type: 'Feature',properties:{Name: '3', Address: '10306 AVENUE L, CANARSIE', Month: '6', Price: '1540'}, geometry: { type: 'Point', coordinates:[-73.89053523, 40.64173576]} },
{type: 'Feature',properties:{Name: '3', Address: '10406 AVENUE L, CANARSIE', Month: '9', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.88979215, 40.64221813]} },
{type: 'Feature',properties:{Name: '3', Address: '10406 AVENUE L, CANARSIE', Month: '11', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.88979215, 40.64221813]} },
{type: 'Feature',properties:{Name: '3', Address: '104-12 AVENUE L, CANARSIE', Month: '6', Price: '1540'}, geometry: { type: 'Point', coordinates:[-73.88975969, 40.64223731]} },
{type: 'Feature',properties:{Name: '3', Address: '10416 AVENUE L, CANARSIE', Month: '11', Price: '1540'}, geometry: { type: 'Point', coordinates:[-73.88973805, 40.64225102]} },
{type: 'Feature',properties:{Name: '3', Address: '1607 REMSEN AVENUE, CANARSIE', Month: '2', Price: '1506'}, geometry: { type: 'Point', coordinates:[-73.89737046, 40.63252232]} },
{type: 'Feature',properties:{Name: '3', Address: '1545 REMSEN AVENUE, CANARSIE', Month: '4', Price: '1428'}, geometry: { type: 'Point', coordinates:[-73.89833469, 40.63338778]} },
{type: 'Feature',properties:{Name: '3', Address: '16 MATTHEWS PLACE, CANARSIE', Month: '8', Price: '1056'}, geometry: { type: 'Point', coordinates:[-73.89603513, 40.63399232]} },
{type: 'Feature',properties:{Name: '3', Address: '9226 KAUFMAN PLACE, CANARSIE', Month: '5', Price: '2436'}, geometry: { type: 'Point', coordinates:[-73.89518112, 40.63407389]} },
{type: 'Feature',properties:{Name: '3', Address: '1518 EAST 96TH STREET, CANARSIE', Month: '10', Price: '2496'}, geometry: { type: 'Point', coordinates:[-73.89340919, 40.63589755]} },
{type: 'Feature',properties:{Name: '3', Address: '1929 ROCKAWAY PARKWAY, CANARSIE', Month: '11', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.89182055, 40.63572589]} },
{type: 'Feature',properties:{Name: '3', Address: '1384 EAST 99TH STREET, CANARSIE', Month: '6', Price: '1875'}, geometry: { type: 'Point', coordinates:[-73.890399, 40.63692676]} },
{type: 'Feature',properties:{Name: '3', Address: '1346 EAST 99TH STREET, CANARSIE', Month: '7', Price: '1675'}, geometry: { type: 'Point', coordinates:[-73.89089189, 40.63736914]} },
{type: 'Feature',properties:{Name: '3', Address: '1370 EAST 99TH STREET, CANARSIE', Month: '6', Price: '1795'}, geometry: { type: 'Point', coordinates:[-73.89057889, 40.63708887]} },
{type: 'Feature',properties:{Name: '3', Address: '1363 EAST 99TH ST., CANARSIE', Month: '2', Price: '1475'}, geometry: { type: 'Point', coordinates:[-73.89066879, 40.63719326]} },
{type: 'Feature',properties:{Name: '3', Address: '1359 EAST 100TH STREET, CANARSIE', Month: '3', Price: '1540'}, geometry: { type: 'Point', coordinates:[-73.89000859, 40.63770316]} },
{type: 'Feature',properties:{Name: '3', Address: '1329 EAST 100TH STREET, CANARSIE', Month: '5', Price: '1540'}, geometry: { type: 'Point', coordinates:[-73.89039715, 40.63805212]} },
{type: 'Feature',properties:{Name: '3', Address: '10113 AVENUE N, CANARSIE', Month: '5', Price: '1968'}, geometry: { type: 'Point', coordinates:[-73.8883442, 40.63756157]} },
{type: 'Feature',properties:{Name: '3', Address: '1309 EAST 105 STREET, CANARSIE', Month: '10', Price: '2392'}, geometry: { type: 'Point', coordinates:[-73.88716772, 40.64079927]} },
{type: 'Feature',properties:{Name: '3', Address: '10521 FLATLANDS 7TH STREET, CANARSIE', Month: '2', Price: '2392'}, geometry: { type: 'Point', coordinates:[-73.88614794, 40.64083395]} },
{type: 'Feature',properties:{Name: '3', Address: '1635 EAST 91ST STREET, CANARSIE', Month: '7', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.89503367, 40.63160894]} },
{type: 'Feature',properties:{Name: '3', Address: '1657 EAST 92ND STREET, CANARSIE', Month: '11', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.89422247, 40.63197599]} },
{type: 'Feature',properties:{Name: '3', Address: '1643 EAST 92ND STREET, CANARSIE', Month: '2', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.89443834, 40.63216284]} },
{type: 'Feature',properties:{Name: '3', Address: '1610 CANARSIE ROAD, CANARSIE', Month: '6', Price: '2190'}, geometry: { type: 'Point', coordinates:[-73.89447992, 40.63321139]} },
{type: 'Feature',properties:{Name: '3', Address: '1611 EAST 94TH STREET, CANARSIE', Month: '6', Price: '2340'}, geometry: { type: 'Point', coordinates:[-73.89314684, 40.63322662]} },
{type: 'Feature',properties:{Name: '3', Address: '1611 EAST 96TH STREET, CANARSIE', Month: '1', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.8914268, 40.63413628]} },
{type: 'Feature',properties:{Name: '3', Address: '1537 EAST 98TH STREET, CANARSIE', Month: '12', Price: '1000'}, geometry: { type: 'Point', coordinates:[-73.89040084, 40.63580689]} },
{type: 'Feature',properties:{Name: '3', Address: '1405 EAST 99TH STREET, CANARSIE', Month: '11', Price: '1560'}, geometry: { type: 'Point', coordinates:[-73.88975856, 40.63637719]} },
{type: 'Feature',properties:{Name: '3', Address: '10009 SEAVIEW AVENUE, CANARSIE', Month: '2', Price: '1560'}, geometry: { type: 'Point', coordinates:[-73.88721646, 40.63541679]} },
{type: 'Feature',properties:{Name: '3', Address: '1429 EAST 100 STREET, CANARSIE', Month: '10', Price: '1560'}, geometry: { type: 'Point', coordinates:[-73.88858029, 40.6364282]} },
{type: 'Feature',properties:{Name: '3', Address: '1411 EAST 100TH STREET, CANARSIE', Month: '2', Price: '1560'}, geometry: { type: 'Point', coordinates:[-73.88881414, 40.63663703]} },
{type: 'Feature',properties:{Name: '3', Address: '1405 EAST 100 STREET, CANARSIE', Month: '7', Price: '1560'}, geometry: { type: 'Point', coordinates:[-73.88888969, 40.63670573]} },
{type: 'Feature',properties:{Name: '3', Address: '1406 EAST 101 STREET, CANARSIE', Month: '5', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.88821514, 40.63717169]} },
{type: 'Feature',properties:{Name: '3', Address: '1472 EAST 101 STREET, CANARSIE', Month: '10', Price: '1560'}, geometry: { type: 'Point', coordinates:[-73.88737691, 40.63641605]} },
{type: 'Feature',properties:{Name: '3', Address: '10219 SEAVIEW AVENUE, CANARSIE', Month: '8', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.88573761, 40.63636777]} },
{type: 'Feature',properties:{Name: '3', Address: '1432 EAST 103 STREET, CANARSIE', Month: '1', Price: '2258'}, geometry: { type: 'Point', coordinates:[-73.88634419, 40.63773802]} },
{type: 'Feature',properties:{Name: '3', Address: '10423 SEAVIEW AVENUE, CANARSIE', Month: '5', Price: '2358'}, geometry: { type: 'Point', coordinates:[-73.88422624, 40.63735164]} },
{type: 'Feature',properties:{Name: '3', Address: '105-41 SEAVIEW AVENUE, CANARSIE', Month: '12', Price: '2300'}, geometry: { type: 'Point', coordinates:[-73.88279058, 40.63828616]} },
{type: 'Feature',properties:{Name: '3', Address: '105-41 SEAVIEW AVENUE, CANARSIE', Month: '10', Price: '2300'}, geometry: { type: 'Point', coordinates:[-73.88279058, 40.63828616]} },
{type: 'Feature',properties:{Name: '3', Address: '105-41 SEAVIEW AVENUE, CANARSIE', Month: '7', Price: '2300'}, geometry: { type: 'Point', coordinates:[-73.88279058, 40.63828616]} },
{type: 'Feature',properties:{Name: '3', Address: '1778 EAST 91 STREET, CANARSIE', Month: '1', Price: '2887'}, geometry: { type: 'Point', coordinates:[-73.89082609, 40.6291402]} },
{type: 'Feature',properties:{Name: '3', Address: '1784 EAST 92ND STREET, CANARSIE', Month: '6', Price: '2650'}, geometry: { type: 'Point', coordinates:[-73.89021273, 40.62969406]} },
{type: 'Feature',properties:{Name: '3', Address: '1760 EAST 93 STREET, CANARSIE', Month: '12', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.88993055, 40.63040743]} },
{type: 'Feature',properties:{Name: '3', Address: '2124 CANARSIE ROAD, CANARSIE', Month: '6', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.88969513, 40.63115928]} },
{type: 'Feature',properties:{Name: '3', Address: '597 EAST 91 STREET, CANARSIE', Month: '3', Price: '3544'}, geometry: { type: 'Point', coordinates:[-73.91797593, 40.65221349]} },
{type: 'Feature',properties:{Name: '3', Address: '589 EAST 94TH STREET, CANARSIE', Month: '2', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.9155995, 40.65338928]} },
{type: 'Feature',properties:{Name: '3', Address: '8905 AVENUE B, CANARSIE', Month: '3', Price: '2925'}, geometry: { type: 'Point', coordinates:[-73.91695628, 40.64912213]} },
{type: 'Feature',properties:{Name: '3', Address: '693 REMSEN AVENUE, CANARSIE', Month: '10', Price: '1057'}, geometry: { type: 'Point', coordinates:[-73.91714224, 40.65027782]} },
{type: 'Feature',properties:{Name: '3', Address: '9106 AVENUE A, CANARSIE', Month: '10', Price: '4140'}, geometry: { type: 'Point', coordinates:[-73.91722692, 40.65173536]} },
{type: 'Feature',properties:{Name: '3', Address: '641 ROCKAWAY PARKWAY, CANARSIE', Month: '5', Price: '3900'}, geometry: { type: 'Point', coordinates:[-73.91162059, 40.65350981]} },
{type: 'Feature',properties:{Name: '3', Address: '576 EAST 81ST STREET, CANARSIE', Month: '4', Price: '2900'}, geometry: { type: 'Point', coordinates:[-73.91675529, 40.63980618]} },
{type: 'Feature',properties:{Name: '3', Address: '592 EAST 81ST STREET, CANARSIE', Month: '7', Price: '3340'}, geometry: { type: 'Point', coordinates:[-73.91648895, 40.63956719]} },
{type: 'Feature',properties:{Name: '3', Address: '638 EAST 80TH STREET, CANARSIE', Month: '12', Price: '3342'}, geometry: { type: 'Point', coordinates:[-73.91609454, 40.63802434]} },
{type: 'Feature',properties:{Name: '3', Address: '8417 GLENWOOD ROAD, CANARSIE', Month: '11', Price: '3100'}, geometry: { type: 'Point', coordinates:[-73.91184516, 40.639023]} },
{type: 'Feature',properties:{Name: '3', Address: '748 EAST 84, CANARSIE', Month: '2', Price: '2970'}, geometry: { type: 'Point', coordinates:[-73.91134533, 40.63826231]} },
{type: 'Feature',properties:{Name: '3', Address: '725 EAST 88TH STREET, CANARSIE', Month: '4', Price: '3360'}, geometry: { type: 'Point', coordinates:[-73.90871931, 40.64042315]} },
{type: 'Feature',properties:{Name: '3', Address: '952 EAST 84TH STREET, CANARSIE', Month: '10', Price: '3350'}, geometry: { type: 'Point', coordinates:[-73.90941642, 40.6365261]} },
{type: 'Feature',properties:{Name: '3', Address: '913 EAST 85TH STREET, CANARSIE', Month: '10', Price: '2821'}, geometry: { type: 'Point', coordinates:[-73.90918091, 40.63748659]} },
{type: 'Feature',properties:{Name: '3', Address: '979 EAST 85TH STREET, CANARSIE', Month: '9', Price: '2970'}, geometry: { type: 'Point', coordinates:[-73.90831364, 40.63670913]} },
{type: 'Feature',properties:{Name: '3', Address: '1058 EAST 82ND STREET, CANARSIE', Month: '10', Price: '2687'}, geometry: { type: 'Point', coordinates:[-73.90893721, 40.63389073]} },
{type: 'Feature',properties:{Name: '3', Address: '1053 EAST 83RD STREET, CANARSIE', Month: '1', Price: '2920'}, geometry: { type: 'Point', coordinates:[-73.90806484, 40.63423588]} },
{type: 'Feature',properties:{Name: '3', Address: '1018 EAST 84TH STREET, CANARSIE', Month: '8', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.90813532, 40.63537777]} },
{type: 'Feature',properties:{Name: '3', Address: '33 PAERDEGAT 6 STREET, CANARSIE', Month: '11', Price: '2410'}, geometry: { type: 'Point', coordinates:[-73.90848744, 40.63082993]} },
{type: 'Feature',properties:{Name: '3', Address: '1137 EAST 81ST STREET, CANARSIE', Month: '5', Price: '3450'}, geometry: { type: 'Point', coordinates:[-73.90810026, 40.63206203]} },
{type: 'Feature',properties:{Name: '3', Address: '1127 EAST 81ST STREET, CANARSIE', Month: '1', Price: '3450'}, geometry: { type: 'Point', coordinates:[-73.90822979, 40.63218016]} },
{type: 'Feature',properties:{Name: '3', Address: '28 PAERDEGAT 6 STREET, CANARSIE', Month: '9', Price: '2541'}, geometry: { type: 'Point', coordinates:[-73.90855245, 40.6307147]} },
{type: 'Feature',properties:{Name: '3', Address: '34 PAERDEGAT 8TH STREET, CANARSIE', Month: '2', Price: '3003'}, geometry: { type: 'Point', coordinates:[-73.90679883, 40.63007101]} },
{type: 'Feature',properties:{Name: '3', Address: '22 PAERDEGAT 11 STREET, CANARSIE', Month: '7', Price: '2450'}, geometry: { type: 'Point', coordinates:[-73.90448062, 40.6287324]} },
{type: 'Feature',properties:{Name: '3', Address: '1326 EAST 83RD STREET, CANARSIE', Month: '10', Price: '3396'}, geometry: { type: 'Point', coordinates:[-73.9031821, 40.62982648]} },
{type: 'Feature',properties:{Name: '3', Address: '1326 E. 84TH STREET, CANARSIE', Month: '12', Price: '3450'}, geometry: { type: 'Point', coordinates:[-73.9024717, 40.63028701]} },
{type: 'Feature',properties:{Name: '3', Address: '1373 EAST 87 STREET, CANARSIE', Month: '11', Price: '2447'}, geometry: { type: 'Point', coordinates:[-73.89933645, 40.6308909]} },
{type: 'Feature',properties:{Name: '3', Address: '8902 AVENUE M, CANARSIE', Month: '9', Price: '1782'}, geometry: { type: 'Point', coordinates:[-73.89931486, 40.63325964]} },
{type: 'Feature',properties:{Name: '3', Address: '1433 EAST 85TH STREET, CANARSIE', Month: '9', Price: '3020'}, geometry: { type: 'Point', coordinates:[-73.89982193, 40.62908251]} },
{type: 'Feature',properties:{Name: '3', Address: '45 PAERDEGAT 15TH, CANARSIE', Month: '12', Price: '2945'}, geometry: { type: 'Point', coordinates:[-73.90087956, 40.62769456]} },
{type: 'Feature',properties:{Name: '3', Address: '767 REMSEN AVENUE, CANARSIE', Month: '6', Price: '3450'}, geometry: { type: 'Point', coordinates:[-73.91543959, 40.64875323]} },
{type: 'Feature',properties:{Name: '3', Address: '735 EAST 93RD STREET, CANARSIE', Month: '10', Price: '2912'}, geometry: { type: 'Point', coordinates:[-73.91321071, 40.65014043]} },
{type: 'Feature',properties:{Name: '3', Address: '711 EAST 96TH STREET, CANARSIE', Month: '12', Price: '2785'}, geometry: { type: 'Point', coordinates:[-73.91107149, 40.65178292]} },
{type: 'Feature',properties:{Name: '3', Address: '701 EAST 96TH STREET, CANARSIE', Month: '5', Price: '2785'}, geometry: { type: 'Point', coordinates:[-73.91120828, 40.65190379]} },
{type: 'Feature',properties:{Name: '3', Address: '9421 FOSTER AVENUE, CANARSIE', Month: '11', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.90798257, 40.64686183]} },
{type: 'Feature',properties:{Name: '3', Address: '9418 FOSTER AVENUE, CANARSIE', Month: '5', Price: '3240'}, geometry: { type: 'Point', coordinates:[-73.907979, 40.64684262]} },
{type: 'Feature',properties:{Name: '3', Address: '9717 FARRAGUT ROAD, CANARSIE', Month: '10', Price: '2320'}, geometry: { type: 'Point', coordinates:[-73.90375568, 40.64678426]} },
{type: 'Feature',properties:{Name: '3', Address: '9020 FARRAGUT ROAD, CANARSIE', Month: '11', Price: '3270'}, geometry: { type: 'Point', coordinates:[-73.90899633, 40.64337676]} },
{type: 'Feature',properties:{Name: '3', Address: '1103 EAST 95TH STREET, CANARSIE', Month: '11', Price: '2348'}, geometry: { type: 'Point', coordinates:[-73.90349359, 40.6436248]} },
{type: 'Feature',properties:{Name: '3', Address: '1103 EAST 95TH STREET, CANARSIE', Month: '3', Price: '2348'}, geometry: { type: 'Point', coordinates:[-73.90349359, 40.6436248]} },
{type: 'Feature',properties:{Name: '3', Address: '9817 FLATLANDS AVE, CANARSIE', Month: '8', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.8996008, 40.64435981]} },
{type: 'Feature',properties:{Name: '3', Address: '295 CONKLIN AVENUE, CANARSIE', Month: '6', Price: '2560'}, geometry: { type: 'Point', coordinates:[-73.89923845, 40.64569072]} },
{type: 'Feature',properties:{Name: '3', Address: '1240 EAST 92ND STREET, CANARSIE', Month: '10', Price: '2640'}, geometry: { type: 'Point', coordinates:[-73.90308843, 40.63974882]} },
{type: 'Feature',properties:{Name: '3', Address: '1218 EAST 94TH STREET, CANARSIE', Month: '11', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.90196582, 40.64112026]} },
{type: 'Feature',properties:{Name: '3', Address: '914 EAST 106 STREET, CANARSIE', Month: '1', Price: '2452'}, geometry: { type: 'Point', coordinates:[-73.89353471, 40.64755478]} },
{type: 'Feature',properties:{Name: '3', Address: '918 EAST 106 STREET, CANARSIE', Month: '3', Price: '2352'}, geometry: { type: 'Point', coordinates:[-73.89347713, 40.64750532]} },
{type: 'Feature',properties:{Name: '3', Address: '920 EAST 106 STREET, CANARSIE', Month: '8', Price: '2452'}, geometry: { type: 'Point', coordinates:[-73.89345194, 40.64748059]} },
{type: 'Feature',properties:{Name: '3', Address: '1447 EAST 92ND STREET, CANARSIE', Month: '11', Price: '2232'}, geometry: { type: 'Point', coordinates:[-73.89811859, 40.63570419]} },
{type: 'Feature',properties:{Name: '3', Address: '1425 EAST 95TH STREET, CANARSIE', Month: '4', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.89627884, 40.63713807]} },
{type: 'Feature',properties:{Name: '3', Address: '9515 AVENUE N, CANARSIE', Month: '2', Price: '5720'}, geometry: { type: 'Point', coordinates:[-73.89302224, 40.63454126]} },
{type: 'Feature',properties:{Name: '3', Address: '1513 EAST 96TH STREET, CANARSIE', Month: '8', Price: '2128'}, geometry: { type: 'Point', coordinates:[-73.89345592, 40.63596347]} },
{type: 'Feature',properties:{Name: '3', Address: '9501 SCHENCK STREET, CANARSIE', Month: '3', Price: '2709'}, geometry: { type: 'Point', coordinates:[-73.88813585, 40.63073782]} },
{type: 'Feature',properties:{Name: '3', Address: '9520 SEAVIEW COURT, CANARSIE', Month: '3', Price: '2497'}, geometry: { type: 'Point', coordinates:[-73.88874022, 40.63126815]} },
{type: 'Feature',properties:{Name: '3', Address: '9518 SEAVIEW COURT, CANARSIE', Month: '3', Price: '2497'}, geometry: { type: 'Point', coordinates:[-73.8887799, 40.63124074]} },
{type: 'Feature',properties:{Name: '3', Address: '9409 SKIDMORE AVENUE, CANARSIE', Month: '10', Price: '2497'}, geometry: { type: 'Point', coordinates:[-73.89005476, 40.63154664]} },
{type: 'Feature',properties:{Name: '3', Address: '2195 CANARSIE ROAD, CANARSIE', Month: '2', Price: '3612'}, geometry: { type: 'Point', coordinates:[-73.88760718, 40.63018835]} },
{type: 'Feature',properties:{Name: '3', Address: '532 EAST 87TH STREET, CANARSIE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91342113, 40.64350644]} },
{type: 'Feature',properties:{Name: '3', Address: '532 EAST 87TH STREET, CANARSIE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91342113, 40.64350644]} },
{type: 'Feature',properties:{Name: '3', Address: '532 EAST 87TH STREET, CANARSIE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91342113, 40.64350644]} },
{type: 'Feature',properties:{Name: '3', Address: '532 EAST 87TH STREET, CANARSIE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91342113, 40.64350644]} },
{type: 'Feature',properties:{Name: '3', Address: '534 EAST 87TH STREET, CANARSIE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91341033, 40.64350094]} },
{type: 'Feature',properties:{Name: '3', Address: '534 EAST 87TH STREET, CANARSIE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91341033, 40.64350094]} },
{type: 'Feature',properties:{Name: '3', Address: '536 EAST 87TH STREET, CANARSIE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91340313, 40.6434927]} },
{type: 'Feature',properties:{Name: '3', Address: '538 EAST 87TH STREET, CANARSIE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91339233, 40.64348446]} },
{type: 'Feature',properties:{Name: '3', Address: '538 EAST 87TH STREET, CANARSIE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91339233, 40.64348446]} },
{type: 'Feature',properties:{Name: '3', Address: '538 EAST 87TH STREET, CANARSIE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91339233, 40.64348446]} },
{type: 'Feature',properties:{Name: '3', Address: '540 EAST 87TH STREET, CANARSIE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91338153, 40.64347622]} },
{type: 'Feature',properties:{Name: '3', Address: '542 EAST 87TH STREET, CANARSIE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91337433, 40.64347072]} },
{type: 'Feature',properties:{Name: '3', Address: '542 EAST 87, CANARSIE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91337433, 40.64347072]} },
{type: 'Feature',properties:{Name: '3', Address: '544 EAST 87TH STREET, CANARSIE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91336353, 40.64346248]} },
{type: 'Feature',properties:{Name: '3', Address: '546 EAST 87TH STREET, CANARSIE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91321596, 40.64333336]} },
{type: 'Feature',properties:{Name: '3', Address: '546 EAST 87TH STREET, CANARSIE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91321596, 40.64333336]} },
{type: 'Feature',properties:{Name: '3', Address: '546 EAST 87TH STREET, CANARSIE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91321596, 40.64333336]} },
{type: 'Feature',properties:{Name: '3', Address: '548 EAST 87TH STREET, CANARSIE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91313318, 40.64326194]} },
{type: 'Feature',properties:{Name: '3', Address: '548 EAST 87TH STREET, CANARSIE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91313318, 40.64326194]} },
{type: 'Feature',properties:{Name: '3', Address: '548 EAST 87TH STREET, CANARSIE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91313318, 40.64326194]} },
{type: 'Feature',properties:{Name: '3', Address: '1242 EAST 80TH STREET, CANARSIE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90621486, 40.63031208]} },
{type: 'Feature',properties:{Name: '3', Address: '1236 EAST 80TH STREET, CANARSIE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90633007, 40.63036158]} },
{type: 'Feature',properties:{Name: '3', Address: '1232 EAST 80TH STREET, CANARSIE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90640568, 40.63039458]} },
{type: 'Feature',properties:{Name: '3', Address: '1255 EAST 80TH STREET, CANARSIE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90552716, 40.63002057]} },
{type: 'Feature',properties:{Name: '3', Address: '1232 EAST 82ND STREET, CANARSIE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90563034, 40.63093467]} },
{type: 'Feature',properties:{Name: '3', Address: '1230 EAST 82 STREET, CANARSIE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90565552, 40.63095939]} },
{type: 'Feature',properties:{Name: '3', Address: '1230 EAST 82 STREET, CANARSIE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90565552, 40.63095939]} },
{type: 'Feature',properties:{Name: '3', Address: '1222 EAST 82ND STREET, CANARSIE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90576348, 40.63105006]} },
{type: 'Feature',properties:{Name: '3', Address: '8110 AVENUE L, CANARSIE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90671067, 40.63128688]} },
{type: 'Feature',properties:{Name: '3', Address: '8110 AVENUE L, CANARSIE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90671067, 40.63128688]} },
{type: 'Feature',properties:{Name: '3', Address: '8106 AVENUE L, CANARSIE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9067936, 40.6312348]} },
{type: 'Feature',properties:{Name: '3', Address: '8616 AVENUE L, CANARSIE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90299996, 40.6336855]} },
{type: 'Feature',properties:{Name: '3', Address: '8614 AVENUE L, CANARSIE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90300357, 40.63368276]} },
{type: 'Feature',properties:{Name: '3', Address: '7909 SEAVIEW AVENUE, CANARSIE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90059308, 40.62653876]} },
{type: 'Feature',properties:{Name: '3', Address: '7941 SEAVIEW AVENUE, CANARSIE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90055336, 40.62659911]} },
{type: 'Feature',properties:{Name: '3', Address: '1097 EAST 93 STREET, CANARSIE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90523855, 40.64298122]} },
{type: 'Feature',properties:{Name: '3', Address: '907 EAST 106 STREET, CANARSIE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89363183, 40.6476674]} },
{type: 'Feature',properties:{Name: '3', Address: '1276 EAST 91ST STREET, CANARSIE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90264717, 40.63842271]} },
{type: 'Feature',properties:{Name: '3', Address: '556 LOUISIANA AVENUE, CANARSIE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88648864, 40.64813817]} },
{type: 'Feature',properties:{Name: '3', Address: '600 LOUISIANA AVE, CANARSIE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88596329, 40.64767927]} },
{type: 'Feature',properties:{Name: '3', Address: '608 LOUISIANA AVENUE, CANARSIE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88586614, 40.64759408]} },
{type: 'Feature',properties:{Name: '3', Address: '1459 EAST 108 STREET, CANARSIE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88231603, 40.63972669]} },
{type: 'Feature',properties:{Name: '3', Address: '1455 EAST 108 STREET, CANARSIE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88237359, 40.6397789]} },
{type: 'Feature',properties:{Name: '3', Address: '1455 EAST 108 STREET, CANARSIE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88237359, 40.6397789]} },
{type: 'Feature',properties:{Name: '3', Address: '1447 EAST 108 STREET, CANARSIE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88248871, 40.63988057]} },
{type: 'Feature',properties:{Name: '3', Address: '1441 EAST 108 STREET, CANARSIE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88257506, 40.63995752]} },
{type: 'Feature',properties:{Name: '3', Address: '1441 EAST 108 STREET, CANARSIE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88257506, 40.63995752]} },
{type: 'Feature',properties:{Name: '3', Address: '1437 EAST 108 STREET, CANARSIE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88263261, 40.64000973]} },
{type: 'Feature',properties:{Name: '3', Address: '1435 EAST 108 STREET, CANARSIE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8826614, 40.64003446]} },
{type: 'Feature',properties:{Name: '3', Address: '1431 EAST 108 STREET, CANARSIE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88271535, 40.64008666]} },
{type: 'Feature',properties:{Name: '3', Address: '1429 EAST 108 STREET, CANARSIE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88274414, 40.6401114]} },
{type: 'Feature',properties:{Name: '3', Address: '1429 EAST 108 STREET, CANARSIE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88274414, 40.6401114]} },
{type: 'Feature',properties:{Name: '3', Address: '10802 FLATLANDS 9 STREET, CANARSIE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88272947, 40.64025686]} },
{type: 'Feature',properties:{Name: '3', Address: '10810 FLATLANDS 9 STREET, CANARSIE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88264649, 40.64031441]} },
{type: 'Feature',properties:{Name: '3', Address: '10810 FLATLANDS 9 STREET, CANARSIE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88264649, 40.64031441]} },
{type: 'Feature',properties:{Name: '3', Address: '10814 FLATLANDS 9 STREET, CANARSIE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8826068, 40.64034456]} },
{type: 'Feature',properties:{Name: '3', Address: '10822 FLATLANDS 9 STREET, CANARSIE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88252022, 40.64040212]} },
{type: 'Feature',properties:{Name: '3', Address: '10822 FLATLANDS 9 STREET, CANARSIE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88252022, 40.64040212]} },
{type: 'Feature',properties:{Name: '3', Address: '10826 FLATLANDS 9 STREET, CANARSIE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88248054, 40.64043227]} },
{type: 'Feature',properties:{Name: '3', Address: '10830 FLATLANDS 9 STREET, CANARSIE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88243725, 40.64045967]} },
{type: 'Feature',properties:{Name: '3', Address: '10832 FLATLANDS 9 STREET, CANARSIE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8824192, 40.64047612]} },
{type: 'Feature',properties:{Name: '3', Address: '10836 FLATLANDS 9 STREET, CANARSIE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88237592, 40.64050353]} },
{type: 'Feature',properties:{Name: '3', Address: '10838 FLATLANDS 9 STREET, CANARSIE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88235427, 40.64051997]} },
{type: 'Feature',properties:{Name: '3', Address: '10838 FLATLANDS 9 STREET, CANARSIE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88235427, 40.64051997]} },
{type: 'Feature',properties:{Name: '3', Address: '10842 FLATLANDS 9 STREET, CANARSIE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88231458, 40.64054738]} },
{type: 'Feature',properties:{Name: '3', Address: '10848 FLATLANDS 9 STREET, CANARSIE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88224965, 40.64059123]} },
{type: 'Feature',properties:{Name: '3', Address: '10850 FLATLANDS 9 STREET, CANARSIE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8822316, 40.64060768]} },
{type: 'Feature',properties:{Name: '3', Address: '10849 SEAVIEW AVENUE, CANARSIE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88131161, 40.63923708]} },
{type: 'Feature',properties:{Name: '3', Address: '10845 SEAVIEW AVENUE, CANARSIE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88133325, 40.63922338]} },
{type: 'Feature',properties:{Name: '3', Address: '10843 SEAVIEW AVENUE, CANARSIE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88134047, 40.6392179]} },
{type: 'Feature',properties:{Name: '3', Address: '10843 SEAVIEW AVENUE, CANARSIE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88134047, 40.6392179]} },
{type: 'Feature',properties:{Name: '3', Address: '10843 SEAVIEW AVENUE, CANARSIE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88134047, 40.6392179]} },
{type: 'Feature',properties:{Name: '3', Address: '10833 SEAVIEW AVENUE, CANARSIE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88138736, 40.63918776]} },
{type: 'Feature',properties:{Name: '3', Address: '10831 SEAVIEW AVENUE, CANARSIE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88139458, 40.63918227]} },
{type: 'Feature',properties:{Name: '3', Address: '10831 SEAVIEW AVENUE, CANARSIE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88139458, 40.63918227]} },
{type: 'Feature',properties:{Name: '3', Address: '10827 SEAVIEW AVENUE, CANARSIE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88141262, 40.63917131]} },
{type: 'Feature',properties:{Name: '3', Address: '10827 SEAVIEW AVENUE, CANARSIE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88141262, 40.63917131]} },
{type: 'Feature',properties:{Name: '3', Address: '10827 SEAVIEW AVENUE, CANARSIE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88141262, 40.63917131]} },
{type: 'Feature',properties:{Name: '3', Address: '10821 SEAVIEW AVENUE, CANARSIE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88144148, 40.63915213]} },
{type: 'Feature',properties:{Name: '3', Address: '10819 SEAVIEW AVENUE, CANARSIE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88145229, 40.63914665]} },
{type: 'Feature',properties:{Name: '3', Address: '10813 SEAVIEW AVENUE, CANARSIE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88147755, 40.63912746]} },
{type: 'Feature',properties:{Name: '3', Address: '10809 SEAVIEW AVENUE, CANARSIE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88149559, 40.6391165]} },
{type: 'Feature',properties:{Name: '3', Address: '10801 SEAVIEW AVENUE, CANARSIE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88153166, 40.63909184]} },
{type: 'Feature',properties:{Name: '3', Address: '1528 EAST 98TH STREET, CANARSIE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89108084, 40.63639492]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A BAY VIEW AVENUE, CANARSIE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90933991, 40.6424493]} },
{type: 'Feature',properties:{Name: '3', Address: 'EAST 93RD STREET, CANARSIE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90139478, 40.63985168]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A EAST 98TH STREET, CANARSIE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89526105, 40.64053245]} },
{type: 'Feature',properties:{Name: '3', Address: '720 BRISTOL STREET, CANARSIE', Month: '5', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.90844958, 40.65317521]} },
{type: 'Feature',properties:{Name: '3', Address: '593 EAST 93RD STREET, CANARSIE', Month: '4', Price: '5400'}, geometry: { type: 'Point', coordinates:[-73.91642165, 40.65302483]} },
{type: 'Feature',properties:{Name: '3', Address: '553 EAST 93 STREET, CANARSIE', Month: '3', Price: '3520'}, geometry: { type: 'Point', coordinates:[-73.91706603, 40.65360444]} },
{type: 'Feature',properties:{Name: '3', Address: '9114 AVENUE A, CANARSIE', Month: '10', Price: '3500'}, geometry: { type: 'Point', coordinates:[-73.91718364, 40.65176278]} },
{type: 'Feature',properties:{Name: '3', Address: '932 EAST 92ND STREET, CANARSIE', Month: '7', Price: '2340'}, geometry: { type: 'Point', coordinates:[-73.91012093, 40.64579855]} },
{type: 'Feature',properties:{Name: '3', Address: '945-947 EAST 94TH STREET, CANARSIE', Month: '5', Price: '36480'}, geometry: { type: 'Point', coordinates:[-73.90762309, 40.64623024]} },
{type: 'Feature',properties:{Name: '3', Address: '979 EAST 108 STREET, DD, CANARSIE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89085028, 40.64739306]} },
{type: 'Feature',properties:{Name: '3', Address: '536 EAST 86TH STREET, CANARSIE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91381486, 40.64276564]} },
{type: 'Feature',properties:{Name: '3', Address: '532 EAST 86TH STREET, CANARSIE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91387964, 40.64282333]} },
{type: 'Feature',properties:{Name: '3', Address: '532 EAST 86TH STREET, CANARSIE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91387964, 40.64282333]} },
{type: 'Feature',properties:{Name: '3', Address: '9204 AVENUE N, CANARSIE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89527999, 40.63305841]} },
{type: 'Feature',properties:{Name: '3', Address: '8413 AVENUE K, CANARSIE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90638577, 40.63431412]} },
{type: 'Feature',properties:{Name: '3', Address: '8413 AVENUE K, CANARSIE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90638577, 40.63431412]} },
{type: 'Feature',properties:{Name: '3', Address: '1353 EAST 91ST STREET, CANARSIE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90108905, 40.63704899]} },
{type: 'Feature',properties:{Name: '3', Address: '633-635 REMSEN AVENUE, CANARSIE', Month: '9', Price: '4842'}, geometry: { type: 'Point', coordinates:[-73.91858937, 40.65157439]} },
{type: 'Feature',properties:{Name: '3', Address: '9627 FARRAGUT ROAD, CANARSIE', Month: '5', Price: '3800'}, geometry: { type: 'Point', coordinates:[-73.90451674, 40.64629358]} },
{type: 'Feature',properties:{Name: '3', Address: '9202 AVENUE L, CANARSIE', Month: '4', Price: '3884'}, geometry: { type: 'Point', coordinates:[-73.89881653, 40.63638552]} },
{type: 'Feature',properties:{Name: '3', Address: '9324 AVENUE L, CANARSIE', Month: '7', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.89806275, 40.63687891]} },
{type: 'Feature',properties:{Name: '3', Address: '8214 FOSTER AVENUE, CANARSIE', Month: '1', Price: '220'}, geometry: { type: 'Point', coordinates:[-73.91719984, 40.64161806]} },
{type: 'Feature',properties:{Name: '3', Address: '7720 FLATLANDS AVENUE, CANARSIE', Month: '1', Price: '5310'}, geometry: { type: 'Point', coordinates:[-73.91525625, 40.63421396]} },
{type: 'Feature',properties:{Name: '3', Address: '8412 FLATLANDS AVENUE, CANARSIE', Month: '9', Price: '4230'}, geometry: { type: 'Point', coordinates:[-73.91019337, 40.63749288]} },
{type: 'Feature',properties:{Name: '3', Address: '1178 EAST 92, CANARSIE', Month: '11', Price: '1061'}, geometry: { type: 'Point', coordinates:[-73.90429399, 40.64080108]} },
{type: 'Feature',properties:{Name: '3', Address: '9408 AVENUE L, CANARSIE', Month: '2', Price: '504'}, geometry: { type: 'Point', coordinates:[-73.89742799, 40.63728732]} },
{type: 'Feature',properties:{Name: '3', Address: '9512 AVENUE L, CANARSIE', Month: '11', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.89665616, 40.63778618]} },
{type: 'Feature',properties:{Name: '3', Address: '9514 AVENUE L, CANARSIE', Month: '3', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.89664173, 40.6377944]} },
{type: 'Feature',properties:{Name: '3', Address: '9516 AVENUE L, CANARSIE', Month: '8', Price: '1406'}, geometry: { type: 'Point', coordinates:[-73.89663091, 40.63780263]} },
{type: 'Feature',properties:{Name: '3', Address: '8039 PRESTON COURT, CANARSIE', Month: '4', Price: '48000'}, geometry: { type: 'Point', coordinates:[-73.91863013, 40.64179475]} },
{type: 'Feature',properties:{Name: '3', Address: '8802 FOSTER AVENUE, CANARSIE', Month: '9', Price: '7448'}, geometry: { type: 'Point', coordinates:[-73.91279317, 40.64424431]} },
{type: 'Feature',properties:{Name: '3', Address: '756 ROCKAWAY PARKWAY, CANARSIE', Month: '8', Price: '6000'}, geometry: { type: 'Point', coordinates:[-73.90913705, 40.65117755]} },
{type: 'Feature',properties:{Name: '3', Address: '8014 PRESTON COURT, CANARSIE', Month: '12', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.91914583, 40.64144104]} },
{type: 'Feature',properties:{Name: '3', Address: 'FOSTER AVENUE, CANARSIE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91745893, 40.64189547]} },
{type: 'Feature',properties:{Name: '3', Address: 'FOSTER AVENUE, CANARSIE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91745893, 40.64189547]} },
{type: 'Feature',properties:{Name: '3', Address: 'FOSTER AVENUE, CANARSIE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91745893, 40.64189547]} },
{type: 'Feature',properties:{Name: '3', Address: 'FOSTER AVENUE, CANARSIE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91745893, 40.64189547]} },
{type: 'Feature',properties:{Name: '3', Address: '8061 PRESTON COURT, CANARSIE', Month: '10', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.91828033, 40.64201958]} },
{type: 'Feature',properties:{Name: '3', Address: '814 REMSEN AVENUE, CANARSIE', Month: '12', Price: '3550'}, geometry: { type: 'Point', coordinates:[-73.91442816, 40.64781651]} },
{type: 'Feature',properties:{Name: '3', Address: '817 REMSEN AVENUE, CANARSIE', Month: '10', Price: '7820'}, geometry: { type: 'Point', coordinates:[-73.91429854, 40.64772583]} },
{type: 'Feature',properties:{Name: '3', Address: '9102 DITMAS AVENUE, CANARSIE', Month: '5', Price: '6000'}, geometry: { type: 'Point', coordinates:[-73.91383966, 40.64866969]} },
{type: 'Feature',properties:{Name: '3', Address: '766 ROCKAWAY PARKWAY, CANARSIE', Month: '2', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.9089895, 40.65102373]} },
{type: 'Feature',properties:{Name: '3', Address: '951 REMSEN AVENUE, CANARSIE', Month: '2', Price: '4950'}, geometry: { type: 'Point', coordinates:[-73.91154864, 40.64525619]} },
{type: 'Feature',properties:{Name: '3', Address: '971 REMSEN AVENUE, CANARSIE', Month: '1', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.91097278, 40.64473698]} },
{type: 'Feature',properties:{Name: '3', Address: '971 REMSEN AVENUE, CANARSIE', Month: '5', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.91097278, 40.64473698]} },
{type: 'Feature',properties:{Name: '3', Address: '10802 FLATLANDS AVENUE, CANARSIE', Month: '7', Price: '1890'}, geometry: { type: 'Point', coordinates:[-73.89241884, 40.64901122]} },
{type: 'Feature',properties:{Name: '3', Address: '8205 FOSTER AVENUE, CANARSIE', Month: '8', Price: '8000'}, geometry: { type: 'Point', coordinates:[-73.91704476, 40.64172225]} },
{type: 'Feature',properties:{Name: '3', Address: '8119-8123 FOSTER AVENUE, CANARSIE', Month: '10', Price: '27240'}, geometry: { type: 'Point', coordinates:[-73.917564, 40.64143442]} },
{type: 'Feature',properties:{Name: '3', Address: '9601 DITMAS AVENUE, CANARSIE', Month: '12', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.9101174, 40.65109598]} },
{type: 'Feature',properties:{Name: '3', Address: '9502 DITMAS AVENUE, CANARSIE', Month: '2', Price: '40000'}, geometry: { type: 'Point', coordinates:[-73.91095062, 40.65053669]} },
{type: 'Feature',properties:{Name: '3', Address: '9815 FOSTER AVENUE, CANARSIE', Month: '11', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.90473635, 40.6489617]} },
{type: 'Feature',properties:{Name: '3', Address: 'EAST 99TH STREET, CANARSIE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90164323, 40.64730124]} },
{type: 'Feature',properties:{Name: '3', Address: 'EAST 99TH STREET, CANARSIE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90164323, 40.64730124]} },
{type: 'Feature',properties:{Name: '3', Address: '1234 EAST 87TH STREET, CANARSIE', Month: '2', Price: '4200'}, geometry: { type: 'Point', coordinates:[-73.90198819, 40.63324822]} },
{type: 'Feature',properties:{Name: '3', Address: '620 EAST 102ND STREET, CANARSIE', Month: '9', Price: '8682'}, geometry: { type: 'Point', coordinates:[-73.89972049, 40.64863904]} },
{type: 'Feature',properties:{Name: '3', Address: '410 EAST 83RD STREET, CANARSIE', Month: '7', Price: '18000'}, geometry: { type: 'Point', coordinates:[-73.91769549, 40.6429167]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A PRESTON COURT, CANARSIE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91838888, 40.64165734]} },
{type: 'Feature',properties:{Name: '3', Address: '1427 RALPH AVENUE, CANARSIE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91963526, 40.64195191]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A PRESTON COURT, CANARSIE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91901572, 40.64176483]} },
{type: 'Feature',properties:{Name: '3', Address: '441 EAST 89TH STREET, CANARSIE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91263719, 40.64503744]} },
{type: 'Feature',properties:{Name: '3', Address: '8413 AVENUE K, CANARSIE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90638577, 40.63431412]} },
{type: 'Feature',properties:{Name: '3', Address: '1232 EAST 80TH STREET, CANARSIE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90640568, 40.63039458]} },
{type: 'Feature',properties:{Name: '3', Address: '1230 EAST 82ND STREET, CANARSIE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90565552, 40.63095939]} },
{type: 'Feature',properties:{Name: '3', Address: '8110 AVENUE L, CANARSIE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90671067, 40.63128688]} },
{type: 'Feature',properties:{Name: '3', Address: '7909 SEAVIEW AVENUE, CANARSIE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90059308, 40.62653876]} },
{type: 'Feature',properties:{Name: '3', Address: '1447 EAST 108 STREET, CANARSIE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88248871, 40.63988057]} },
{type: 'Feature',properties:{Name: '3', Address: '10802 FLATLANDS 9 STREET, CANARSIE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88272947, 40.64025686]} },
{type: 'Feature',properties:{Name: '3', Address: '10850 FLATLANDS 9 STREET, CANARSIE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8822316, 40.64060768]} },
{type: 'Feature',properties:{Name: '3', Address: '10844 FLATLANDS 9 STREET, CANARSIE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88229294, 40.64056383]} },
{type: 'Feature',properties:{Name: '3', Address: '288 SACKETT STREET, CARROLL GARDENS', Month: '5', Price: '3868'}, geometry: { type: 'Point', coordinates:[-73.99644493, 40.68330807]} },
{type: 'Feature',properties:{Name: '3', Address: '145 PRESIDENT STREET, CARROLL GARDENS', Month: '9', Price: '1785'}, geometry: { type: 'Point', coordinates:[-74.00097349, 40.68306658]} },
{type: 'Feature',properties:{Name: '3', Address: '410 CLINTON STREET, CARROLL GARDENS', Month: '6', Price: '3632'}, geometry: { type: 'Point', coordinates:[-73.99802778, 40.6826576]} },
{type: 'Feature',properties:{Name: '3', Address: '1081/2 DOUGLASS STREET, CARROLL GARDENS', Month: '3', Price: '1396'}, geometry: { type: 'Point', coordinates:[-73.99109078, 40.6825914]} },
{type: 'Feature',properties:{Name: '3', Address: '199 LUQUER STREET, CARROLL GARDENS', Month: '1', Price: '2120'}, geometry: { type: 'Point', coordinates:[-73.99768185, 40.67693474]} },
{type: 'Feature',properties:{Name: '3', Address: '294A SACKETT STREET, CARROLL GARDENS', Month: '4', Price: '3689'}, geometry: { type: 'Point', coordinates:[-73.99631514, 40.6830528]} },
{type: 'Feature',properties:{Name: '3', Address: '18 1 PLACE, CARROLL GARDENS', Month: '9', Price: '4498'}, geometry: { type: 'Point', coordinates:[-74.00000721, 40.68117544]} },
{type: 'Feature',properties:{Name: '3', Address: '489 CLINTON STREET, CARROLL GARDENS', Month: '6', Price: '2016'}, geometry: { type: 'Point', coordinates:[-73.99976205, 40.67900707]} },
{type: 'Feature',properties:{Name: '3', Address: '546 CLINTON STREET, CARROLL GARDENS', Month: '6', Price: '1995'}, geometry: { type: 'Point', coordinates:[-74.00055881, 40.67739588]} },
{type: 'Feature',properties:{Name: '3', Address: '155 NELSON STREET, CARROLL GARDENS', Month: '6', Price: '2016'}, geometry: { type: 'Point', coordinates:[-73.99962867, 40.67674812]} },
{type: 'Feature',properties:{Name: '3', Address: '145 NELSON STREET, CARROLL GARDENS', Month: '5', Price: '2020'}, geometry: { type: 'Point', coordinates:[-73.9999315, 40.67683321]} },
{type: 'Feature',properties:{Name: '3', Address: '532 COURT STREET, CARROLL GARDENS', Month: '9', Price: '2394'}, geometry: { type: 'Point', coordinates:[-73.99916721, 40.67559806]} },
{type: 'Feature',properties:{Name: '3', Address: '208 SMITH STREET, CARROLL GARDENS', Month: '5', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.99193423, 40.68457318]} },
{type: 'Feature',properties:{Name: '3', Address: '210 SMITH STREET, CARROLL GARDENS', Month: '5', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.9919703, 40.68452378]} },
{type: 'Feature',properties:{Name: '3', Address: '217A SMITH STREET, CARROLL GARDENS', Month: '10', Price: '3534'}, geometry: { type: 'Point', coordinates:[-73.99181528, 40.6843481]} },
{type: 'Feature',properties:{Name: '3', Address: '131 BUTLER STREET, CARROLL GARDENS', Month: '5', Price: '3375'}, geometry: { type: 'Point', coordinates:[-73.99031547, 40.68345319]} },
{type: 'Feature',properties:{Name: '3', Address: '38 BUTLER STREET, CARROLL GARDENS', Month: '2', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.99322144, 40.68456778]} },
{type: 'Feature',properties:{Name: '3', Address: '237-239 SMITH STREET, CARROLL GARDENS', Month: '7', Price: '6480'}, geometry: { type: 'Point', coordinates:[-73.99247156, 40.68374704]} },
{type: 'Feature',properties:{Name: '3', Address: '237 SMITH STREET, CARROLL GARDENS', Month: '4', Price: '6480'}, geometry: { type: 'Point', coordinates:[-73.99247156, 40.68374704]} },
{type: 'Feature',properties:{Name: '3', Address: '93 DOUGLASS STREET, CARROLL GARDENS', Month: '3', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.99149093, 40.68311568]} },
{type: 'Feature',properties:{Name: '3', Address: '289 COURT STREET, CARROLL GARDENS', Month: '1', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.99499182, 40.68421654]} },
{type: 'Feature',properties:{Name: '3', Address: '289 COURT STREET, CARROLL GARDENS', Month: '11', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.99499182, 40.68421654]} },
{type: 'Feature',properties:{Name: '3', Address: '271 SMITH STREET, CARROLL GARDENS', Month: '1', Price: '2526'}, geometry: { type: 'Point', coordinates:[-73.99320721, 40.68266291]} },
{type: 'Feature',properties:{Name: '3', Address: '351 PRESIDENT STREET, CARROLL GARDENS', Month: '7', Price: '2180'}, geometry: { type: 'Point', coordinates:[-73.99266665, 40.68021453]} },
{type: 'Feature',properties:{Name: '3', Address: '340 PRESIDENT STREET, CARROLL GARDENS', Month: '2', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.99285413, 40.68027219]} },
{type: 'Feature',properties:{Name: '3', Address: '1EAST 2ND STREET, CARROLL GARDENS', Month: '2', Price: '4275'}, geometry: { type: 'Point', coordinates:[-73.99508231, 40.6795367]} },
{type: 'Feature',properties:{Name: '3', Address: '298 CARROLL STREET, CARROLL GARDENS', Month: '8', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.99333733, 40.67948172]} },
{type: 'Feature',properties:{Name: '3', Address: '17 2ND STREET, CARROLL GARDENS', Month: '1', Price: '2025'}, geometry: { type: 'Point', coordinates:[-73.99462446, 40.67913046]} },
{type: 'Feature',properties:{Name: '3', Address: '35 3 STREET, CARROLL GARDENS', Month: '5', Price: '2344'}, geometry: { type: 'Point', coordinates:[-73.99468221, 40.67831252]} },
{type: 'Feature',properties:{Name: '3', Address: '465 COURT STREET, CARROLL GARDENS', Month: '1', Price: '3640'}, geometry: { type: 'Point', coordinates:[-73.99835602, 40.67723668]} },
{type: 'Feature',properties:{Name: '3', Address: '10 DENNETT PLACE, CARROLL GARDENS', Month: '12', Price: '1512'}, geometry: { type: 'Point', coordinates:[-73.99754847, 40.67657243]} },
{type: 'Feature',properties:{Name: '3', Address: '18 DENNETT PLACE, CARROLL GARDENS', Month: '3', Price: '1512'}, geometry: { type: 'Point', coordinates:[-73.997635, 40.67639402]} },
{type: 'Feature',properties:{Name: '3', Address: '20 DENNETT PL, CARROLL GARDENS', Month: '1', Price: '1512'}, geometry: { type: 'Point', coordinates:[-73.99766024, 40.67634736]} },
{type: 'Feature',properties:{Name: '3', Address: '5 DENNETT PLACE, CARROLL GARDENS', Month: '2', Price: '1512'}, geometry: { type: 'Point', coordinates:[-73.99748358, 40.67665751]} },
{type: 'Feature',properties:{Name: '3', Address: '201 HUNTINGTON STREET, CARROLL GARDENS', Month: '5', Price: '2220'}, geometry: { type: 'Point', coordinates:[-73.99809289, 40.67558706]} },
{type: 'Feature',properties:{Name: '3', Address: '191 HUNTINGTON STREET, CARROLL GARDENS', Month: '9', Price: '2220'}, geometry: { type: 'Point', coordinates:[-73.9983849, 40.67566941]} },
{type: 'Feature',properties:{Name: '3', Address: '151 PRESIDENT STREET, CARROLL GARDENS', Month: '6', Price: '1785'}, geometry: { type: 'Point', coordinates:[-74.00082567, 40.68302541]} },
{type: 'Feature',properties:{Name: '3', Address: '151 PRESIDENT STREET, CARROLL GARDENS', Month: '10', Price: '1785'}, geometry: { type: 'Point', coordinates:[-74.00082567, 40.68302541]} },
{type: 'Feature',properties:{Name: '3', Address: '539 HENRY STREET, CARROLL GARDENS', Month: '11', Price: '3280'}, geometry: { type: 'Point', coordinates:[-73.99983775, 40.68321206]} },
{type: 'Feature',properties:{Name: '3', Address: '185 PRESIDENT STREET, CARROLL GARDENS', Month: '3', Price: '3006'}, geometry: { type: 'Point', coordinates:[-73.99948081, 40.68265487]} },
{type: 'Feature',properties:{Name: '3', Address: '126 CARROLL STREET, CARROLL GARDENS', Month: '12', Price: '2448'}, geometry: { type: 'Point', coordinates:[-74.00099151, 40.6822953]} },
{type: 'Feature',properties:{Name: '3', Address: '128 CARROLL STREET, CARROLL GARDENS', Month: '5', Price: '2592'}, geometry: { type: 'Point', coordinates:[-74.00093743, 40.68228158]} },
{type: 'Feature',properties:{Name: '3', Address: '576 HENRY STREET, CARROLL GARDENS', Month: '2', Price: '3498'}, geometry: { type: 'Point', coordinates:[-74.00081122, 40.6812468]} },
{type: 'Feature',properties:{Name: '3', Address: '23 2ND PLACE, CARROLL GARDENS', Month: '11', Price: '2960'}, geometry: { type: 'Point', coordinates:[-74.00019109, 40.68031907]} },
{type: 'Feature',properties:{Name: '3', Address: '79 2ND PLACE, CARROLL GARDENS', Month: '7', Price: '4200'}, geometry: { type: 'Point', coordinates:[-73.9981144, 40.67973991]} },
{type: 'Feature',properties:{Name: '3', Address: '19 4TH PLACE, CARROLL GARDENS', Month: '8', Price: '2590'}, geometry: { type: 'Point', coordinates:[-74.0011573, 40.67873533]} },
{type: 'Feature',properties:{Name: '3', Address: '66 3 PLACE, CARROLL GARDENS', Month: '11', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.99897969, 40.67903726]} },
{type: 'Feature',properties:{Name: '3', Address: '8 4 PLACE, CARROLL GARDENS', Month: '5', Price: '2100'}, geometry: { type: 'Point', coordinates:[-74.00146375, 40.67880395]} },
{type: 'Feature',properties:{Name: '3', Address: '30 4 PLACE, CARROLL GARDENS', Month: '3', Price: '3528'}, geometry: { type: 'Point', coordinates:[-74.00084364, 40.67863103]} },
{type: 'Feature',properties:{Name: '3', Address: '532 CLINTON STREET, CARROLL GARDENS', Month: '7', Price: '2520'}, geometry: { type: 'Point', coordinates:[-74.00029924, 40.67793112]} },
{type: 'Feature',properties:{Name: '3', Address: '523 CLINTON STREET, CARROLL GARDENS', Month: '12', Price: '2400'}, geometry: { type: 'Point', coordinates:[-74.00028842, 40.67790916]} },
{type: 'Feature',properties:{Name: '3', Address: '165 LUQUER STREET, CARROLL GARDENS', Month: '9', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.99908788, 40.67733001]} },
{type: 'Feature',properties:{Name: '3', Address: '498 COURT STREET, CARROLL GARDENS', Month: '5', Price: '4400'}, geometry: { type: 'Point', coordinates:[-73.99858316, 40.67681399]} },
{type: 'Feature',properties:{Name: '3', Address: '559 CLINTON STREET, CARROLL GARDENS', Month: '8', Price: '2400'}, geometry: { type: 'Point', coordinates:[-74.00091211, 40.67662735]} },
{type: 'Feature',properties:{Name: '3', Address: '148 WEST 9TH ST, CARROLL GARDENS', Month: '12', Price: '2100'}, geometry: { type: 'Point', coordinates:[-74.00006129, 40.67538397]} },
{type: 'Feature',properties:{Name: '3', Address: '125 BUTLER STREET, CARROLL GARDENS', Month: '5', Price: '5100'}, geometry: { type: 'Point', coordinates:[-73.99047411, 40.68351634]} },
{type: 'Feature',properties:{Name: '3', Address: '31 DOUGLASS STREET, CARROLL GARDENS', Month: '10', Price: '3500'}, geometry: { type: 'Point', coordinates:[-73.99375873, 40.68399415]} },
{type: 'Feature',properties:{Name: '3', Address: '18 DOUGLASS STREET, CARROLL GARDENS', Month: '2', Price: '4500'}, geometry: { type: 'Point', coordinates:[-73.99412288, 40.68411768]} },
{type: 'Feature',properties:{Name: '3', Address: '319 SACKETT STREET, CARROLL GARDENS', Month: '10', Price: '2142'}, geometry: { type: 'Point', coordinates:[-73.99472152, 40.68275905]} },
{type: 'Feature',properties:{Name: '3', Address: '370 DE GRAW STREET, CARROLL GARDENS', Month: '3', Price: '3680'}, geometry: { type: 'Point', coordinates:[-73.99248971, 40.68268207]} },
{type: 'Feature',properties:{Name: '3', Address: '400 DEGRAW STREET, CARROLL GARDENS', Month: '3', Price: '3040'}, geometry: { type: 'Point', coordinates:[-73.99177225, 40.68240206]} },
{type: 'Feature',properties:{Name: '3', Address: '404 DEGRAW STREET, CARROLL GARDENS', Month: '8', Price: '3100'}, geometry: { type: 'Point', coordinates:[-73.99167851, 40.68236637]} },
{type: 'Feature',properties:{Name: '3', Address: '410 DEGRAW ST, CARROLL GARDENS', Month: '7', Price: '2560'}, geometry: { type: 'Point', coordinates:[-73.9915343, 40.68230872]} },
{type: 'Feature',properties:{Name: '3', Address: '416 DE GRAW STREET, CARROLL GARDENS', Month: '12', Price: '1836'}, geometry: { type: 'Point', coordinates:[-73.99139008, 40.68225381]} },
{type: 'Feature',properties:{Name: '3', Address: '399 UNION STREET, CARROLL GARDENS', Month: '5', Price: '3094'}, geometry: { type: 'Point', coordinates:[-73.99241778, 40.68106814]} },
{type: 'Feature',properties:{Name: '3', Address: '313 PRESIDENT STREET, CARROLL GARDENS', Month: '2', Price: '3144'}, geometry: { type: 'Point', coordinates:[-73.99365449, 40.68062356]} },
{type: 'Feature',properties:{Name: '3', Address: '31 2ND STREET, CARROLL GARDENS', Month: '3', Price: '2726'}, geometry: { type: 'Point', coordinates:[-73.99424952, 40.67894928]} },
{type: 'Feature',properties:{Name: '3', Address: '20 THIRD STREET, CARROLL GARDENS', Month: '10', Price: '3240'}, geometry: { type: 'Point', coordinates:[-73.99505355, 40.67847173]} },
{type: 'Feature',properties:{Name: '3', Address: '184 NELSON STREET, CARROLL GARDENS', Month: '8', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.99822626, 40.67633639]} },
{type: 'Feature',properties:{Name: '3', Address: '284 SACKETT STREET, CARROLL GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9965603, 40.68334101]} },
{type: 'Feature',properties:{Name: '3', Address: '101 BUTLER STREET, CARROLL GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99111226, 40.68376616]} },
{type: 'Feature',properties:{Name: '3', Address: 'JEFFERSON PLACE, CARROLL GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00096268, 40.68328891]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A JEFFERSON PLACE, CARROLL GARDENS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00090139, 40.68333008]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A JEFFERSON PLACE, CARROLL GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00107085, 40.6834234]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A JEFFERSON PLACE, CARROLL GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00080404, 40.68324499]} },
{type: 'Feature',properties:{Name: '3', Address: 'CARROLL STREET, CARROLL GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00094103, 40.68205925]} },
{type: 'Feature',properties:{Name: '3', Address: '196 SACKETT STREET, CARROLL GARDENS', Month: '5', Price: '4500'}, geometry: { type: 'Point', coordinates:[-74.00005408, 40.6843182]} },
{type: 'Feature',properties:{Name: '3', Address: '153 PRESIDENT STREET, CARROLL GARDENS', Month: '12', Price: '3420'}, geometry: { type: 'Point', coordinates:[-74.00077519, 40.68301169]} },
{type: 'Feature',properties:{Name: '3', Address: '541 HENRY STREET, CARROLL GARDENS', Month: '1', Price: '2516'}, geometry: { type: 'Point', coordinates:[-73.99986299, 40.68315991]} },
{type: 'Feature',properties:{Name: '3', Address: '407 CLINTON STREET, CARROLL GARDENS', Month: '8', Price: '5198'}, geometry: { type: 'Point', coordinates:[-73.99810711, 40.68244351]} },
{type: 'Feature',properties:{Name: '3', Address: '407 CLINTON STREET, CARROLL GARDENS', Month: '11', Price: '5198'}, geometry: { type: 'Point', coordinates:[-73.99810711, 40.68244351]} },
{type: 'Feature',properties:{Name: '3', Address: '254 UNION STREET, CARROLL GARDENS', Month: '4', Price: '3562'}, geometry: { type: 'Point', coordinates:[-73.99709395, 40.68272894]} },
{type: 'Feature',properties:{Name: '3', Address: '164 PRESIDENT STREET, CARROLL GARDENS', Month: '2', Price: '4992'}, geometry: { type: 'Point', coordinates:[-74.00059852, 40.68294582]} },
{type: 'Feature',properties:{Name: '3', Address: '212 PRESIDENT STREET, CARROLL GARDENS', Month: '12', Price: '6500'}, geometry: { type: 'Point', coordinates:[-73.99876692, 40.68243803]} },
{type: 'Feature',properties:{Name: '3', Address: '212 PRESIDENT STREET, CARROLL GARDENS', Month: '5', Price: '6500'}, geometry: { type: 'Point', coordinates:[-73.99876692, 40.68243803]} },
{type: 'Feature',properties:{Name: '3', Address: '146 CARROLL STREET, CARROLL GARDENS', Month: '9', Price: '2085'}, geometry: { type: 'Point', coordinates:[-73.99997476, 40.68201259]} },
{type: 'Feature',properties:{Name: '3', Address: '91 1 PLACE, CARROLL GARDENS', Month: '1', Price: '4650'}, geometry: { type: 'Point', coordinates:[-73.9975988, 40.68052216]} },
{type: 'Feature',properties:{Name: '3', Address: '89 1 PLACE, CARROLL GARDENS', Month: '11', Price: '5000'}, geometry: { type: 'Point', coordinates:[-73.99766731, 40.68054412]} },
{type: 'Feature',properties:{Name: '3', Address: '148 SUMMIT STREET, CARROLL GARDENS', Month: '4', Price: '3102'}, geometry: { type: 'Point', coordinates:[-74.00140613, 40.68165028]} },
{type: 'Feature',properties:{Name: '3', Address: '154 SUMMIT STREET, CARROLL GARDENS', Month: '11', Price: '2082'}, geometry: { type: 'Point', coordinates:[-74.00126552, 40.68161185]} },
{type: 'Feature',properties:{Name: '3', Address: '84 FIRST PLACE, CARROLL GARDENS', Month: '11', Price: '5620'}, geometry: { type: 'Point', coordinates:[-73.99759159, 40.68050569]} },
{type: 'Feature',properties:{Name: '3', Address: '9 4TH PLACE, CARROLL GARDENS', Month: '4', Price: '5300'}, geometry: { type: 'Point', coordinates:[-74.00141689, 40.67880944]} },
{type: 'Feature',properties:{Name: '3', Address: '5 4 PLACE, CARROLL GARDENS', Month: '10', Price: '5300'}, geometry: { type: 'Point', coordinates:[-74.00152144, 40.67883688]} },
{type: 'Feature',properties:{Name: '3', Address: '46 4TH PLACE, CARROLL GARDENS', Month: '5', Price: '2646'}, geometry: { type: 'Point', coordinates:[-74.00039298, 40.67850477]} },
{type: 'Feature',properties:{Name: '3', Address: '139 HUNTINGTON STREET, CARROLL GARDENS', Month: '7', Price: '2409'}, geometry: { type: 'Point', coordinates:[-74.00037854, 40.67623485]} },
{type: 'Feature',properties:{Name: '3', Address: '295 DEGRAW ST, CARROLL GARDENS', Month: '1', Price: '6000'}, geometry: { type: 'Point', coordinates:[-73.9946205, 40.6835166]} },
{type: 'Feature',properties:{Name: '3', Address: '350 DEGRAW STREET, CARROLL GARDENS', Month: '3', Price: '5000'}, geometry: { type: 'Point', coordinates:[-73.9936218, 40.68311856]} },
{type: 'Feature',properties:{Name: '3', Address: '317 UNION STREET, CARROLL GARDENS', Month: '5', Price: '4375'}, geometry: { type: 'Point', coordinates:[-73.99515783, 40.68212503]} },
{type: 'Feature',properties:{Name: '3', Address: '369 UNION STREET, CARROLL GARDENS', Month: '10', Price: '3150'}, geometry: { type: 'Point', coordinates:[-73.99321095, 40.68137561]} },
{type: 'Feature',properties:{Name: '3', Address: '328 UNION STREET, CARROLL GARDENS', Month: '12', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.99443676, 40.68182856]} },
{type: 'Feature',properties:{Name: '3', Address: '289 CARROLL STREET, CARROLL GARDENS', Month: '1', Price: '2528'}, geometry: { type: 'Point', coordinates:[-73.99361853, 40.67962995]} },
{type: 'Feature',properties:{Name: '3', Address: '118 FIRST PLACE, CARROLL GARDENS', Month: '10', Price: '5960'}, geometry: { type: 'Point', coordinates:[-73.99603048, 40.68006648]} },
{type: 'Feature',properties:{Name: '3', Address: '108 2 PLACE, CARROLL GARDENS', Month: '6', Price: '3750'}, geometry: { type: 'Point', coordinates:[-73.99701478, 40.679416]} },
{type: 'Feature',properties:{Name: '3', Address: '108 SECOND PLACE, CARROLL GARDENS', Month: '8', Price: '3750'}, geometry: { type: 'Point', coordinates:[-73.99701478, 40.679416]} },
{type: 'Feature',properties:{Name: '3', Address: '130 2ND PLACE, CARROLL GARDENS', Month: '8', Price: '3433'}, geometry: { type: 'Point', coordinates:[-73.99630814, 40.67921561]} },
{type: 'Feature',properties:{Name: '3', Address: '123 3 PLACE, CARROLL GARDENS', Month: '6', Price: '6580'}, geometry: { type: 'Point', coordinates:[-73.99683456, 40.67845533]} },
{type: 'Feature',properties:{Name: '3', Address: '103 3 PLACE, CARROLL GARDENS', Month: '4', Price: '6272'}, geometry: { type: 'Point', coordinates:[-73.99737535, 40.6786063]} },
{type: 'Feature',properties:{Name: '3', Address: '30 3 STREET, CARROLL GARDENS', Month: '3', Price: '7444'}, geometry: { type: 'Point', coordinates:[-73.994812, 40.6783537]} },
{type: 'Feature',properties:{Name: '3', Address: '30 3 STREET, CARROLL GARDENS', Month: '8', Price: '7444'}, geometry: { type: 'Point', coordinates:[-73.994812, 40.6783537]} },
{type: 'Feature',properties:{Name: '3', Address: '32 GARNET STREET, CARROLL GARDENS', Month: '10', Price: '5000'}, geometry: { type: 'Point', coordinates:[-73.99894011, 40.67434644]} },
{type: 'Feature',properties:{Name: '3', Address: '100 LUQUER STREET, CARROLL GARDENS', Month: '1', Price: '30433'}, geometry: { type: 'Point', coordinates:[-74.00146374, 40.67798051]} },
{type: 'Feature',properties:{Name: '3', Address: '385 CLINTON STREET, 4L, CARROLL GARDENS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99764557, 40.68340966]} },
{type: 'Feature',properties:{Name: '3', Address: '385 CLINTON STREET, 1-L, CARROLL GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99764557, 40.68340966]} },
{type: 'Feature',properties:{Name: '3', Address: '233 PRESIDENT STREET, 1, CARROLL GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99759154, 40.68212511]} },
{type: 'Feature',properties:{Name: '3', Address: '200 PRESIDENT STREET, 5, CARROLL GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99912386, 40.68253684]} },
{type: 'Feature',properties:{Name: '3', Address: '210 PRESIDENT STREET, 1R, CARROLL GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99882821, 40.6824545]} },
{type: 'Feature',properties:{Name: '3', Address: '165 CARROLL STREET, 3, CARROLL GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99946639, 40.68189182]} },
{type: 'Feature',properties:{Name: '3', Address: '232 PRESIDENT STREET, 5R, CARROLL GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99766004, 40.68212785]} },
{type: 'Feature',properties:{Name: '3', Address: '1 1ST PLACE, 3, CARROLL GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00045068, 40.68131817]} },
{type: 'Feature',properties:{Name: '3', Address: '7 4TH PLACE, 1, CARROLL GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00147097, 40.67882316]} },
{type: 'Feature',properties:{Name: '3', Address: '7 4TH PLACE, 4, CARROLL GARDENS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00147097, 40.67882316]} },
{type: 'Feature',properties:{Name: '3', Address: '499 CLINTON STREET, 2, CARROLL GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99988463, 40.67874906]} },
{type: 'Feature',properties:{Name: '3', Address: '98 LUQUER STREET, 4R, CARROLL GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00153584, 40.67799973]} },
{type: 'Feature',properties:{Name: '3', Address: '339 SACKETT STREET, 2, CARROLL GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99420234, 40.68255866]} },
{type: 'Feature',properties:{Name: '3', Address: '57 3RD STREET, 7, CARROLL GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99417029, 40.67806272]} },
{type: 'Feature',properties:{Name: '3', Address: '40 3 STREET, 9, CARROLL GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99457046, 40.6782384]} },
{type: 'Feature',properties:{Name: '3', Address: '40 3RD STREET, 5, CARROLL GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99457046, 40.6782384]} },
{type: 'Feature',properties:{Name: '3', Address: '40 THIRD STREET, 7, CARROLL GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99457046, 40.6782384]} },
{type: 'Feature',properties:{Name: '3', Address: '653 HICKS STREET, CARROLL GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0028014, 40.68072526]} },
{type: 'Feature',properties:{Name: '3', Address: '653 HICKS STREET, CARROLL GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0028014, 40.68072526]} },
{type: 'Feature',properties:{Name: '3', Address: '653 HICKS STREET, CARROLL GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0028014, 40.68072526]} },
{type: 'Feature',properties:{Name: '3', Address: '653 HICKS STREET, CARROLL GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0028014, 40.68072526]} },
{type: 'Feature',properties:{Name: '3', Address: '93 RAPELYE STREET, CARROLL GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00277976, 40.68053587]} },
{type: 'Feature',properties:{Name: '3', Address: '378 BALTIC STREET, CARROLL GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9902757, 40.68422447]} },
{type: 'Feature',properties:{Name: '3', Address: '378 BALTIC STREET, CARROLL GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9902757, 40.68422447]} },
{type: 'Feature',properties:{Name: '3', Address: '378 BALTIC STREET, CARROLL GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9902757, 40.68422447]} },
{type: 'Feature',properties:{Name: '3', Address: '378 BALTIC STREET, CARROLL GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9902757, 40.68422447]} },
{type: 'Feature',properties:{Name: '3', Address: '344 DE GRAW STREET, CARROLL GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99379486, 40.68318445]} },
{type: 'Feature',properties:{Name: '3', Address: '344 DE GRAW STREET, CARROLL GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99379486, 40.68318445]} },
{type: 'Feature',properties:{Name: '3', Address: '344 DE GRAW STREET, CARROLL GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99379486, 40.68318445]} },
{type: 'Feature',properties:{Name: '3', Address: '344 DEGRAW STREET, CARROLL GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99379486, 40.68318445]} },
{type: 'Feature',properties:{Name: '3', Address: '191 LUQUER STREET, CARROLL GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99793782, 40.67700611]} },
{type: 'Feature',properties:{Name: '3', Address: '191 LUQUER STREET, CARROLL GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99793782, 40.67700611]} },
{type: 'Feature',properties:{Name: '3', Address: '505 COURT ST, CARROLL GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9991564, 40.67557335]} },
{type: 'Feature',properties:{Name: '3', Address: '505 COURT STREET, CARROLL GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9991564, 40.67557335]} },
{type: 'Feature',properties:{Name: '3', Address: '505 COURT STREET, CARROLL GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9991564, 40.67557335]} },
{type: 'Feature',properties:{Name: '3', Address: '505 COURT STREET, CARROLL GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9991564, 40.67557335]} },
{type: 'Feature',properties:{Name: '3', Address: '527 COURT STREET, CARROLL GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99950971, 40.67484873]} },
{type: 'Feature',properties:{Name: '3', Address: '490 COURT STREET, CARROLL GARDENS', Month: '12', Price: '4470'}, geometry: { type: 'Point', coordinates:[-73.998475, 40.67703906]} },
{type: 'Feature',properties:{Name: '3', Address: '324 SACKETT STREET, CARROLL GARDENS', Month: '7', Price: '3830'}, geometry: { type: 'Point', coordinates:[-73.99487295, 40.68279749]} },
{type: 'Feature',properties:{Name: '3', Address: '453 COURT STREET, CARROLL GARDENS', Month: '6', Price: '5760'}, geometry: { type: 'Point', coordinates:[-73.99817214, 40.67762369]} },
{type: 'Feature',properties:{Name: '3', Address: '177 UNION STREET, CARROLL GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.000649, 40.6837418]} },
{type: 'Feature',properties:{Name: '3', Address: '536 HENRY STREET, CARROLL GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00010456, 40.68270428]} },
{type: 'Feature',properties:{Name: '3', Address: '555 HENRY STREET, CARROLL GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00011898, 40.68263291]} },
{type: 'Feature',properties:{Name: '3', Address: '555 HENRY STREET, CARROLL GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00011898, 40.68263291]} },
{type: 'Feature',properties:{Name: '3', Address: '90 1 PLACE, CARROLL GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99741854, 40.68045628]} },
{type: 'Feature',properties:{Name: '3', Address: '74 2 PLACE, CARROLL GARDENS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99849296, 40.67982775]} },
{type: 'Feature',properties:{Name: '3', Address: '84 2ND PLACE, CARROLL GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99819011, 40.6797454]} },
{type: 'Feature',properties:{Name: '3', Address: '150 NELSON STREET, CARROLL GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99961064, 40.67672616]} },
{type: 'Feature',properties:{Name: '3', Address: '360 BALTIC STREET, CARROLL GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99077325, 40.68441939]} },
{type: 'Feature',properties:{Name: '3', Address: '299 CARROLL STREET, CARROLL GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99335535, 40.67950917]} },
{type: 'Feature',properties:{Name: '3', Address: '241 CARROLL STREET, CARROLL GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99586098, 40.68086521]} },
{type: 'Feature',properties:{Name: '3', Address: '241 CARROLL STREET, CARROLL GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99586098, 40.68086521]} },
{type: 'Feature',properties:{Name: '3', Address: '241 CARROLL STREET, CARROLL GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99586098, 40.68086521]} },
{type: 'Feature',properties:{Name: '3', Address: '241 CARROLL STREET, CARROLL GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99586098, 40.68086521]} },
{type: 'Feature',properties:{Name: '3', Address: '238 CARROLL STREET, CARROLL GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99602322, 40.68091187]} },
{type: 'Feature',properties:{Name: '3', Address: '238 CARROLL STREET, CARROLL GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99602322, 40.68091187]} },
{type: 'Feature',properties:{Name: '3', Address: '238 CARROLL STREET, CARROLL GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99602322, 40.68091187]} },
{type: 'Feature',properties:{Name: '3', Address: '203 LUQUER STREET, CARROLL GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99755207, 40.67689631]} },
{type: 'Feature',properties:{Name: '3', Address: '203 LUQUER STREET, CARROLL GARDENS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99755207, 40.67689631]} },
{type: 'Feature',properties:{Name: '3', Address: '62 BUTLER STREET, CARROLL GARDENS', Month: '2', Price: '1500'}, geometry: { type: 'Point', coordinates:[-73.99255443, 40.68430973]} },
{type: 'Feature',properties:{Name: '3', Address: '537 COURT STREET, CARROLL GARDENS', Month: '6', Price: '3150'}, geometry: { type: 'Point', coordinates:[-73.99967554, 40.67450015]} },
{type: 'Feature',properties:{Name: '3', Address: '92 LUQUER STREET, CARROLL GARDENS', Month: '5', Price: '1326'}, geometry: { type: 'Point', coordinates:[-74.00175216, 40.67806011]} },
{type: 'Feature',properties:{Name: '3', Address: '183 PRESIDENT STREET, CARROLL GARDENS', Month: '8', Price: '1073'}, geometry: { type: 'Point', coordinates:[-73.99953849, 40.68267134]} },
{type: 'Feature',properties:{Name: '3', Address: '356 BALTIC STREET, CARROLL GARDENS', Month: '8', Price: '2250'}, geometry: { type: 'Point', coordinates:[-73.99088501, 40.68446057]} },
{type: 'Feature',properties:{Name: '3', Address: '356 BALTIC STREET, CARROLL GARDENS', Month: '11', Price: '2250'}, geometry: { type: 'Point', coordinates:[-73.99088501, 40.68446057]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A PRESIDENT STREET, CARROLL GARDENS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00108527, 40.68323401]} },
{type: 'Feature',properties:{Name: '3', Address: '129 BUTLER STREET, CARROLL GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99036955, 40.68347516]} },
{type: 'Feature',properties:{Name: '3', Address: '232 SMITH STREET, CARROLL GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99243189, 40.68384036]} },
{type: 'Feature',properties:{Name: '3', Address: '232 SMITH STREET, CARROLL GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99243189, 40.68384036]} },
{type: 'Feature',properties:{Name: '3', Address: 'N/A GARNET STREET, CARROLL GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99927178, 40.67434095]} },
{type: 'Feature',properties:{Name: '3', Address: '291 UNION STREET, CARROLL GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99641973, 40.68255326]} },
{type: 'Feature',properties:{Name: '3', Address: '653 HICKS STREET, CARROLL GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0028014, 40.68072526]} },
{type: 'Feature',properties:{Name: '3', Address: '653 HICKS STREET, CARROLL GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0028014, 40.68072526]} },
{type: 'Feature',properties:{Name: '3', Address: '155 WILLOUGHBY AVENUE, CLINTON HILL', Month: '10', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.96599893, 40.69183111]} },
{type: 'Feature',properties:{Name: '3', Address: '244 HALL STREET, CLINTON HILL', Month: '12', Price: '1918'}, geometry: { type: 'Point', coordinates:[-73.96540446, 40.69082634]} },
{type: 'Feature',properties:{Name: '3', Address: '327 VANDERBILT AVENUE, CLINTON HILL', Month: '8', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.96888173, 40.68841194]} },
{type: 'Feature',properties:{Name: '3', Address: '315 VANDERBILT AVENUE, CLINTON HILL', Month: '11', Price: '5500'}, geometry: { type: 'Point', coordinates:[-73.96893569, 40.68866996]} },
{type: 'Feature',properties:{Name: '3', Address: '296 WAVERLY AVENUE, CLINTON HILL', Month: '11', Price: '2250'}, geometry: { type: 'Point', coordinates:[-73.96699923, 40.68893567]} },
{type: 'Feature',properties:{Name: '3', Address: '25 CLIFTON PLACE, CLINTON HILL', Month: '8', Price: '2720'}, geometry: { type: 'Point', coordinates:[-73.96348418, 40.68773514]} },
{type: 'Feature',properties:{Name: '3', Address: '25 CLIFTON PLACE, CLINTON HILL', Month: '4', Price: '2720'}, geometry: { type: 'Point', coordinates:[-73.96348418, 40.68773514]} },
{type: 'Feature',properties:{Name: '3', Address: '168 ST. JAMES PLACE, CLINTON HILL', Month: '12', Price: '2220'}, geometry: { type: 'Point', coordinates:[-73.96418137, 40.68536113]} },
{type: 'Feature',properties:{Name: '3', Address: '360 GRAND AVENUE, CLINTON HILL', Month: '9', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.96227381, 40.6856597]} },
{type: 'Feature',properties:{Name: '3', Address: '360 GRAND AVENUE, CLINTON HILL', Month: '6', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.96227381, 40.6856597]} },
{type: 'Feature',properties:{Name: '3', Address: '177A ST JAMES PLACE, CLINTON HILL', Month: '2', Price: '2304'}, geometry: { type: 'Point', coordinates:[-73.96363035, 40.68417522]} },
{type: 'Feature',properties:{Name: '3', Address: '48 DOWNING STREET, CLINTON HILL', Month: '7', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.96101626, 40.68424024]} },
{type: 'Feature',properties:{Name: '3', Address: '505 CLINTON AVE, CLINTON HILL', Month: '3', Price: '2174'}, geometry: { type: 'Point', coordinates:[-73.96679662, 40.6830618]} },
{type: 'Feature',properties:{Name: '3', Address: '126 WASHINGTON AVENUE, CLINTON HILL', Month: '8', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.96717305, 40.69475188]} },
{type: 'Feature',properties:{Name: '3', Address: '159 WASHINGTON AVENUE, CLINTON HILL', Month: '3', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.96701832, 40.69407113]} },
{type: 'Feature',properties:{Name: '3', Address: '114 HALL STREET, CLINTON HILL', Month: '7', Price: '1632'}, geometry: { type: 'Point', coordinates:[-73.96615618, 40.69461984]} },
{type: 'Feature',properties:{Name: '3', Address: '122 HALL STREET, CLINTON HILL', Month: '1', Price: '2240'}, geometry: { type: 'Point', coordinates:[-73.96611661, 40.69441946]} },
{type: 'Feature',properties:{Name: '3', Address: '130 RYERSON STREET, CLINTON HILL', Month: '2', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.96511426, 40.694109]} },
{type: 'Feature',properties:{Name: '3', Address: '186 HALL STREET, CLINTON HILL', Month: '3', Price: '2666'}, geometry: { type: 'Point', coordinates:[-73.96573174, 40.69249526]} },
{type: 'Feature',properties:{Name: '3', Address: '279 VANDERBILT AVENUE, CLINTON HILL', Month: '11', Price: '3240'}, geometry: { type: 'Point', coordinates:[-73.96919112, 40.68995184]} },
{type: 'Feature',properties:{Name: '3', Address: '103 GREENE AVENUE, CLINTON HILL', Month: '4', Price: '3360'}, geometry: { type: 'Point', coordinates:[-73.96826246, 40.68643828]} },
{type: 'Feature',properties:{Name: '3', Address: '103 GREENE AVENUE, CLINTON HILL', Month: '12', Price: '3360'}, geometry: { type: 'Point', coordinates:[-73.96826246, 40.68643828]} },
{type: 'Feature',properties:{Name: '3', Address: '272 LAFAYETTE AVENUE, CLINTON HILL', Month: '4', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.96523992, 40.68826817]} },
{type: 'Feature',properties:{Name: '3', Address: '330 LAFAYETTE AVE, CLINTON HILL', Month: '7', Price: '2970'}, geometry: { type: 'Point', coordinates:[-73.96208823, 40.68863223]} },
{type: 'Feature',properties:{Name: '3', Address: '66 CLIFTON PLACE, CLINTON HILL', Month: '10', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.96183263, 40.68791027]} },
{type: 'Feature',properties:{Name: '3', Address: '138 ST JAMES PLACE, CLINTON HILL', Month: '10', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.96429285, 40.68591012]} },
{type: 'Feature',properties:{Name: '3', Address: '141 ST. JAMES PLACE, CLINTON HILL', Month: '3', Price: '3408'}, geometry: { type: 'Point', coordinates:[-73.96417052, 40.68541328]} },
{type: 'Feature',properties:{Name: '3', Address: '53 CAMBRIDGE PLACE, CLINTON HILL', Month: '8', Price: '3464'}, geometry: { type: 'Point', coordinates:[-73.96321855, 40.68556669]} },
{type: 'Feature',properties:{Name: '3', Address: '131 GATES AVENUE, CLINTON HILL', Month: '12', Price: '4744'}, geometry: { type: 'Point', coordinates:[-73.96284397, 40.6848145]} },
{type: 'Feature',properties:{Name: '3', Address: '224 GREENE AVENUE, CLINTON HILL', Month: '1', Price: '3044'}, geometry: { type: 'Point', coordinates:[-73.9619232, 40.68715274]} },
{type: 'Feature',properties:{Name: '3', Address: '163 GATES AVENUE, CLINTON HILL', Month: '10', Price: '4784'}, geometry: { type: 'Point', coordinates:[-73.96130066, 40.6849924]} },
{type: 'Feature',properties:{Name: '3', Address: '510 WASHINGTON AVENUE, CLINTON HILL', Month: '6', Price: '3072'}, geometry: { type: 'Point', coordinates:[-73.9649286, 40.68372273]} },
{type: 'Feature',properties:{Name: '3', Address: '210 ST JAMES PLACE, CLINTON HILL', Month: '5', Price: '3432'}, geometry: { type: 'Point', coordinates:[-73.9639009, 40.68393651]} },
{type: 'Feature',properties:{Name: '3', Address: '139 CAMBRIDGE PL, CLINTON HILL', Month: '5', Price: '3248'}, geometry: { type: 'Point', coordinates:[-73.96272955, 40.68309623]} },
{type: 'Feature',properties:{Name: '3', Address: '408 GRAND AVENUE, CLINTON HILL', Month: '6', Price: '4320'}, geometry: { type: 'Point', coordinates:[-73.9619682, 40.68412527]} },
{type: 'Feature',properties:{Name: '3', Address: '422 GRAND AVENUE, CLINTON HILL', Month: '9', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.96189988, 40.68379039]} },
{type: 'Feature',properties:{Name: '3', Address: '37 IRVING PLACE, CLINTON HILL', Month: '11', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.95998522, 40.6839654]} },
{type: 'Feature',properties:{Name: '3', Address: '15 IRVING PLACE, CLINTON HILL', Month: '11', Price: '3516'}, geometry: { type: 'Point', coordinates:[-73.96008227, 40.68446224]} },
{type: 'Feature',properties:{Name: '3', Address: '127 RYERSON STREET, CLINTON HILL', Month: '8', Price: '3040'}, geometry: { type: 'Point', coordinates:[-73.96509262, 40.69411997]} },
{type: 'Feature',properties:{Name: '3', Address: '121 RYERSON STREET, CLINTON HILL', Month: '7', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.9651178, 40.69424349]} },
{type: 'Feature',properties:{Name: '3', Address: '121 RYERSON STREET, CLINTON HILL', Month: '8', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.9651178, 40.69424349]} },
{type: 'Feature',properties:{Name: '3', Address: '567 MYRTLE AVENUE, CLINTON HILL', Month: '2', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.96156231, 40.69395691]} },
{type: 'Feature',properties:{Name: '3', Address: '215 CLINTON AVENUE, CLINTON HILL', Month: '8', Price: '5480'}, geometry: { type: 'Point', coordinates:[-73.96840446, 40.69115109]} },
{type: 'Feature',properties:{Name: '3', Address: '298 DEKALB AVENUE, CLINTON HILL', Month: '7', Price: '3328'}, geometry: { type: 'Point', coordinates:[-73.96673567, 40.68959708]} },
{type: 'Feature',properties:{Name: '3', Address: '274 LAFAYETTE AVENUE, CLINTON HILL', Month: '8', Price: '3360'}, geometry: { type: 'Point', coordinates:[-73.9651714, 40.68827638]} },
{type: 'Feature',properties:{Name: '3', Address: '435 CLINTON AVENUE, CLINTON HILL', Month: '5', Price: '3336'}, geometry: { type: 'Point', coordinates:[-73.96722821, 40.68523578]} },
{type: 'Feature',properties:{Name: '3', Address: '103 SAINT JAMES PLACE, CLINTON HILL', Month: '3', Price: '3008'}, geometry: { type: 'Point', coordinates:[-73.96432875, 40.68620382]} },
{type: 'Feature',properties:{Name: '3', Address: '198 GREENE AVE, CLINTON HILL', Month: '9', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.96372259, 40.68694472]} },
{type: 'Feature',properties:{Name: '3', Address: '29 CAMBRIDGE PLACE, CLINTON HILL', Month: '2', Price: '3458'}, geometry: { type: 'Point', coordinates:[-73.96331562, 40.68606626]} },
{type: 'Feature',properties:{Name: '3', Address: '404 CLASSON AVENUE, CLINTON HILL', Month: '8', Price: '2288'}, geometry: { type: 'Point', coordinates:[-73.95950425, 40.68631476]} },
{type: 'Feature',properties:{Name: '3', Address: '476 WAVERLY AVENUE, CLINTON HILL', Month: '1', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.96598498, 40.68382461]} },
{type: 'Feature',properties:{Name: '3', Address: '181 ST JAMES PLACE, CLINTON HILL', Month: '10', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.96389365, 40.68401061]} },
{type: 'Feature',properties:{Name: '3', Address: '81 DOWNING STREET, CLINTON HILL', Month: '5', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.96082565, 40.68340302]} },
{type: 'Feature',properties:{Name: '3', Address: '111 LEFFERTS PLACE, CLINTON HILL', Month: '6', Price: '3780'}, geometry: { type: 'Point', coordinates:[-73.95933802, 40.68100357]} },
IOPub data rate exceeded. The notebook server will temporarily stop sending output to the client in order to avoid crashing it. To change this limit, set the config variable `--NotebookApp.iopub_data_rate_limit`. Current values: NotebookApp.iopub_data_rate_limit=1000000.0 (bytes/sec) NotebookApp.rate_limit_window=3.0 (secs)
{type: 'Feature',properties:{Name: '1', Address: '131 WEST 33RD STREET, FASHION', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98927726, 40.74956889]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WEST 34 STREET, FASHION', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98535791, 40.74878346]} },
{type: 'Feature',properties:{Name: '1', Address: '70 WEST 36TH STREET, FASHION', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9860721, 40.75074329]} },
{type: 'Feature',properties:{Name: '1', Address: '70 WEST 36TH STREET, FASHION', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9860721, 40.75074329]} },
{type: 'Feature',properties:{Name: '1', Address: '855 AVENUE OF THE AMER, FASHION', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98952663, 40.74741703]} },
{type: 'Feature',properties:{Name: '1', Address: '122 WATER STREET, FINANCIAL', Month: '5', Price: '5811'}, geometry: { type: 'Point', coordinates:[-74.00718102, 40.7053429]} },
{type: 'Feature',properties:{Name: '1', Address: '120 WATER STREET, FINANCIAL', Month: '7', Price: '7470'}, geometry: { type: 'Point', coordinates:[-74.00724233, 40.70529898]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WILLIAM STREET, FINANCIAL', Month: '5', Price: '76988'}, geometry: { type: 'Point', coordinates:[-74.0066873, 40.70931461]} },
{type: 'Feature',properties:{Name: '1', Address: '3 HANOVER SQUARE, 2H, FINANCIAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00962271, 40.7048075]} },
{type: 'Feature',properties:{Name: '1', Address: '3 HANOVER SQUARE, 19A, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00962271, 40.7048075]} },
{type: 'Feature',properties:{Name: '1', Address: '3 HANOVER SQUARE, 9M, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00962271, 40.7048075]} },
{type: 'Feature',properties:{Name: '1', Address: '3 HANOVER SQUARE, 19J, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00962271, 40.7048075]} },
{type: 'Feature',properties:{Name: '1', Address: '3 HANOVER SQUARE, 20B, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00962271, 40.7048075]} },
{type: 'Feature',properties:{Name: '1', Address: '3 HANOVER SQUARE, 6D, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00962271, 40.7048075]} },
{type: 'Feature',properties:{Name: '1', Address: '3 HANOVER SQUARE, 18C, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00962271, 40.7048075]} },
{type: 'Feature',properties:{Name: '1', Address: '55 LIBERTY STREET, 28C, FINANCIAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00950785, 40.70869135]} },
{type: 'Feature',properties:{Name: '1', Address: '55 LIBERTY STREET, 24CB, FINANCIAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00950785, 40.70869135]} },
{type: 'Feature',properties:{Name: '1', Address: '55 LIBERTY STREET, 5A, FINANCIAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00950785, 40.70869135]} },
{type: 'Feature',properties:{Name: '1', Address: '55 LIBERTY STREET, 19B, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00950785, 40.70869135]} },
{type: 'Feature',properties:{Name: '1', Address: '176 BROADWAY, 4-F, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00986872, 40.70993195]} },
{type: 'Feature',properties:{Name: '1', Address: '176 BROADWAY, 4C, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00986872, 40.70993195]} },
{type: 'Feature',properties:{Name: '1', Address: '176 BROADWAY, PHAB, FINANCIAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00986872, 40.70993195]} },
{type: 'Feature',properties:{Name: '1', Address: '176 BROADWAY, 3E, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00986872, 40.70993195]} },
{type: 'Feature',properties:{Name: '1', Address: '176 BROADWAY, PHC, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00986872, 40.70993195]} },
{type: 'Feature',properties:{Name: '1', Address: '20 WEST STREET, FINANCIAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01615123, 40.70635756]} },
{type: 'Feature',properties:{Name: '1', Address: '20 WEST STREET, FINANCIAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01615123, 40.70635756]} },
{type: 'Feature',properties:{Name: '1', Address: '20 WEST STREET, FINANCIAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01615123, 40.70635756]} },
{type: 'Feature',properties:{Name: '1', Address: '20 WEST STREET, FINANCIAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01615123, 40.70635756]} },
{type: 'Feature',properties:{Name: '1', Address: '20 WEST STREET, FINANCIAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01615123, 40.70635756]} },
{type: 'Feature',properties:{Name: '1', Address: '20 WEST STREET, FINANCIAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01615123, 40.70635756]} },
{type: 'Feature',properties:{Name: '1', Address: '20 WEST STREET, FINANCIAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01615123, 40.70635756]} },
{type: 'Feature',properties:{Name: '1', Address: '20 WEST STREET, FINANCIAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01615123, 40.70635756]} },
{type: 'Feature',properties:{Name: '1', Address: '20 WEST STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01615123, 40.70635756]} },
{type: 'Feature',properties:{Name: '1', Address: '20 WEST STREET, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01615123, 40.70635756]} },
{type: 'Feature',properties:{Name: '1', Address: '20 WEST STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01615123, 40.70635756]} },
{type: 'Feature',properties:{Name: '1', Address: '20 WEST STREET, FINANCIAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01615123, 40.70635756]} },
{type: 'Feature',properties:{Name: '1', Address: '20 WEST STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01615123, 40.70635756]} },
{type: 'Feature',properties:{Name: '1', Address: '20 WEST STREET, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01615123, 40.70635756]} },
{type: 'Feature',properties:{Name: '1', Address: '20 WEST STREET, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01615123, 40.70635756]} },
{type: 'Feature',properties:{Name: '1', Address: '20 WEST STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01615123, 40.70635756]} },
{type: 'Feature',properties:{Name: '1', Address: '20 WEST STREET, FINANCIAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01615123, 40.70635756]} },
{type: 'Feature',properties:{Name: '1', Address: '20 WEST STREET, FINANCIAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01615123, 40.70635756]} },
{type: 'Feature',properties:{Name: '1', Address: '20 WEST STREET, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01615123, 40.70635756]} },
{type: 'Feature',properties:{Name: '1', Address: '20 WEST STREET, FINANCIAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01615123, 40.70635756]} },
{type: 'Feature',properties:{Name: '1', Address: '20 WEST STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01615123, 40.70635756]} },
{type: 'Feature',properties:{Name: '1', Address: '88 GREENWICH STREET, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01370611, 40.70773026]} },
{type: 'Feature',properties:{Name: '1', Address: '88 GREENWICH STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01370611, 40.70773026]} },
{type: 'Feature',properties:{Name: '1', Address: '88 GREENWICH STREET, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01370611, 40.70773026]} },
{type: 'Feature',properties:{Name: '1', Address: '88 GREENWICH STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01370611, 40.70773026]} },
{type: 'Feature',properties:{Name: '1', Address: '88 GREENWICH STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01370611, 40.70773026]} },
{type: 'Feature',properties:{Name: '1', Address: '88 GREENWICH STREET, FINANCIAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01370611, 40.70773026]} },
{type: 'Feature',properties:{Name: '1', Address: '88 GREENWICH STREET, FINANCIAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01370611, 40.70773026]} },
{type: 'Feature',properties:{Name: '1', Address: '88 GREENWICH STREET, FINANCIAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01370611, 40.70773026]} },
{type: 'Feature',properties:{Name: '1', Address: '88 GREENWICH STREET, FINANCIAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01370611, 40.70773026]} },
{type: 'Feature',properties:{Name: '1', Address: '88 GREENWICH STREET, FINANCIAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01370611, 40.70773026]} },
{type: 'Feature',properties:{Name: '1', Address: '88 GREENWICH STREET, FINANCIAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01370611, 40.70773026]} },
{type: 'Feature',properties:{Name: '1', Address: '88 GREENWICH STREET, FINANCIAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01370611, 40.70773026]} },
{type: 'Feature',properties:{Name: '1', Address: '88 GREENWICH STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01370611, 40.70773026]} },
{type: 'Feature',properties:{Name: '1', Address: '88 GREENWICH STREET, FINANCIAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01370611, 40.70773026]} },
{type: 'Feature',properties:{Name: '1', Address: '88 GREENWICH STREET, FINANCIAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01370611, 40.70773026]} },
{type: 'Feature',properties:{Name: '1', Address: '88 GREENWICH STREET, FINANCIAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01370611, 40.70773026]} },
{type: 'Feature',properties:{Name: '1', Address: '88 GREENWICH STREET, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01370611, 40.70773026]} },
{type: 'Feature',properties:{Name: '1', Address: '88 GREENWICH STREET, FINANCIAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01370611, 40.70773026]} },
{type: 'Feature',properties:{Name: '1', Address: '88 GREENWICH STREET, FINANCIAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01370611, 40.70773026]} },
{type: 'Feature',properties:{Name: '1', Address: '88 GREENWICH STREET, FINANCIAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01370611, 40.70773026]} },
{type: 'Feature',properties:{Name: '1', Address: '88 GREENWICH STREET, FINANCIAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01370611, 40.70773026]} },
{type: 'Feature',properties:{Name: '1', Address: '88 GREENWICH STREET, FINANCIAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01370611, 40.70773026]} },
{type: 'Feature',properties:{Name: '1', Address: '88 GREENWICH STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01370611, 40.70773026]} },
{type: 'Feature',properties:{Name: '1', Address: '88 GREENWICH STREET, FINANCIAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01370611, 40.70773026]} },
{type: 'Feature',properties:{Name: '1', Address: '88 GREENWICH ST, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01370611, 40.70773026]} },
{type: 'Feature',properties:{Name: '1', Address: '88 GREENWICH STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01370611, 40.70773026]} },
{type: 'Feature',properties:{Name: '1', Address: '88 GREENWICH STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01370611, 40.70773026]} },
{type: 'Feature',properties:{Name: '1', Address: '88 GREENWICH STREET, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01370611, 40.70773026]} },
{type: 'Feature',properties:{Name: '1', Address: '88 GREENWICH STREET, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01370611, 40.70773026]} },
{type: 'Feature',properties:{Name: '1', Address: '88 GREENWICH STREET, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01370611, 40.70773026]} },
{type: 'Feature',properties:{Name: '1', Address: '88 GREENWICH STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01370611, 40.70773026]} },
{type: 'Feature',properties:{Name: '1', Address: '88 GREENWICH STREET, FINANCIAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01370611, 40.70773026]} },
{type: 'Feature',properties:{Name: '1', Address: '88 GREENWICH STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01370611, 40.70773026]} },
{type: 'Feature',properties:{Name: '1', Address: '88 GREENWICH STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01370611, 40.70773026]} },
{type: 'Feature',properties:{Name: '1', Address: '88 GREENWICH STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01370611, 40.70773026]} },
{type: 'Feature',properties:{Name: '1', Address: '88 GREENWICH STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01370611, 40.70773026]} },
{type: 'Feature',properties:{Name: '1', Address: '88 GREENWICH STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01370611, 40.70773026]} },
{type: 'Feature',properties:{Name: '1', Address: '88 GREENWICH STREET, FINANCIAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01370611, 40.70773026]} },
{type: 'Feature',properties:{Name: '1', Address: '88 GREENWICH STREET, FINANCIAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01370611, 40.70773026]} },
{type: 'Feature',properties:{Name: '1', Address: '88 GREENWICH STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01370611, 40.70773026]} },
{type: 'Feature',properties:{Name: '1', Address: '88 GREENWICH STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01370611, 40.70773026]} },
{type: 'Feature',properties:{Name: '1', Address: '88 GREENWICH STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01370611, 40.70773026]} },
{type: 'Feature',properties:{Name: '1', Address: '88 GREENWICH STREET, FINANCIAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01370611, 40.70773026]} },
{type: 'Feature',properties:{Name: '1', Address: '40 BROAD STREET, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0113325, 40.70602053]} },
{type: 'Feature',properties:{Name: '1', Address: '40 BROAD STREET, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0113325, 40.70602053]} },
{type: 'Feature',properties:{Name: '1', Address: '40 BROAD STREET, FINANCIAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0113325, 40.70602053]} },
{type: 'Feature',properties:{Name: '1', Address: '40 BROAD STREET, FINANCIAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0113325, 40.70602053]} },
{type: 'Feature',properties:{Name: '1', Address: '40 BROAD STREET, FINANCIAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0113325, 40.70602053]} },
{type: 'Feature',properties:{Name: '1', Address: '40 BROAD STREET, FINANCIAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0113325, 40.70602053]} },
{type: 'Feature',properties:{Name: '1', Address: '40 BROAD STREET, FINANCIAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0113325, 40.70602053]} },
{type: 'Feature',properties:{Name: '1', Address: '40 BROAD STREET, FINANCIAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0113325, 40.70602053]} },
{type: 'Feature',properties:{Name: '1', Address: '40 BROAD STREET, FINANCIAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0113325, 40.70602053]} },
{type: 'Feature',properties:{Name: '1', Address: '40 BROAD STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0113325, 40.70602053]} },
{type: 'Feature',properties:{Name: '1', Address: '40 BROAD STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0113325, 40.70602053]} },
{type: 'Feature',properties:{Name: '1', Address: '40 BROAD STREET, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0113325, 40.70602053]} },
{type: 'Feature',properties:{Name: '1', Address: '40 BROAD STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0113325, 40.70602053]} },
{type: 'Feature',properties:{Name: '1', Address: '40 BROAD STREET, FINANCIAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0113325, 40.70602053]} },
{type: 'Feature',properties:{Name: '1', Address: '40 BROAD STREET, FINANCIAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0113325, 40.70602053]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WILLIAM STREET, FINANCIAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999787, 40.7052082]} },
{type: 'Feature',properties:{Name: '1', Address: '15 BROAD STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0110224, 40.70653108]} },
{type: 'Feature',properties:{Name: '1', Address: '15 BROAD STREET, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0110224, 40.70653108]} },
{type: 'Feature',properties:{Name: '1', Address: '15 BROAD STREET, FINANCIAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0110224, 40.70653108]} },
{type: 'Feature',properties:{Name: '1', Address: '15 BROAD STREET, FINANCIAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0110224, 40.70653108]} },
{type: 'Feature',properties:{Name: '1', Address: '15 BROAD STREET, FINANCIAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0110224, 40.70653108]} },
{type: 'Feature',properties:{Name: '1', Address: '15 BROAD STREET, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0110224, 40.70653108]} },
{type: 'Feature',properties:{Name: '1', Address: '15 BROAD STREET, FINANCIAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0110224, 40.70653108]} },
{type: 'Feature',properties:{Name: '1', Address: '15 BROAD STREET, FINANCIAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0110224, 40.70653108]} },
{type: 'Feature',properties:{Name: '1', Address: '15 BROAD STREET, FINANCIAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0110224, 40.70653108]} },
{type: 'Feature',properties:{Name: '1', Address: '15 BROAD STREET, FINANCIAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0110224, 40.70653108]} },
{type: 'Feature',properties:{Name: '1', Address: '15 BROAD STREET, FINANCIAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0110224, 40.70653108]} },
{type: 'Feature',properties:{Name: '1', Address: '15 BROAD STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0110224, 40.70653108]} },
{type: 'Feature',properties:{Name: '1', Address: '15 BROAD STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0110224, 40.70653108]} },
{type: 'Feature',properties:{Name: '1', Address: '15 BROAD STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0110224, 40.70653108]} },
{type: 'Feature',properties:{Name: '1', Address: '15 BROAD STREET, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0110224, 40.70653108]} },
{type: 'Feature',properties:{Name: '1', Address: '15 BROAD STREET, FINANCIAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0110224, 40.70653108]} },
{type: 'Feature',properties:{Name: '1', Address: '15 BROAD STREET, FINANCIAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0110224, 40.70653108]} },
{type: 'Feature',properties:{Name: '1', Address: '15 BROAD STREET, FINANCIAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0110224, 40.70653108]} },
{type: 'Feature',properties:{Name: '1', Address: '15 BROAD STREET, FINANCIAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0110224, 40.70653108]} },
{type: 'Feature',properties:{Name: '1', Address: '15 BROAD STREET, FINANCIAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0110224, 40.70653108]} },
{type: 'Feature',properties:{Name: '1', Address: '15 BROAD STREET, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0110224, 40.70653108]} },
{type: 'Feature',properties:{Name: '1', Address: '15 BROAD STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0110224, 40.70653108]} },
{type: 'Feature',properties:{Name: '1', Address: '15 BROAD STREET, FINANCIAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0110224, 40.70653108]} },
{type: 'Feature',properties:{Name: '1', Address: '15 BROAD STREET, FINANCIAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0110224, 40.70653108]} },
{type: 'Feature',properties:{Name: '1', Address: '15 BROAD STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0110224, 40.70653108]} },
{type: 'Feature',properties:{Name: '1', Address: '15 BROAD STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0110224, 40.70653108]} },
{type: 'Feature',properties:{Name: '1', Address: '15 BROAD STREET, FINANCIAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0110224, 40.70653108]} },
{type: 'Feature',properties:{Name: '1', Address: '15 BROAD STREET, FINANCIAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0110224, 40.70653108]} },
{type: 'Feature',properties:{Name: '1', Address: '55 WALL STREET, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00916485, 40.70619089]} },
{type: 'Feature',properties:{Name: '1', Address: '55 WALL STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00916485, 40.70619089]} },
{type: 'Feature',properties:{Name: '1', Address: '55 WALL STREET, FINANCIAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00916485, 40.70619089]} },
{type: 'Feature',properties:{Name: '1', Address: '55 WALL STREET, FINANCIAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00916485, 40.70619089]} },
{type: 'Feature',properties:{Name: '1', Address: '55 WALL STREET, FINANCIAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00916485, 40.70619089]} },
{type: 'Feature',properties:{Name: '1', Address: '55 WALL STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00916485, 40.70619089]} },
{type: 'Feature',properties:{Name: '1', Address: '55 WALL STREET, FINANCIAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00916485, 40.70619089]} },
{type: 'Feature',properties:{Name: '1', Address: '55 WALL STREET, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00916485, 40.70619089]} },
{type: 'Feature',properties:{Name: '1', Address: '82 BEAVER STREET, FINANCIAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00860208, 40.70535927]} },
{type: 'Feature',properties:{Name: '1', Address: '82 BEAVER STREET, FINANCIAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00860208, 40.70535927]} },
{type: 'Feature',properties:{Name: '1', Address: '82 BEAVER STREET, FINANCIAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00860208, 40.70535927]} },
{type: 'Feature',properties:{Name: '1', Address: '82 BEAVER STREET, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00860208, 40.70535927]} },
{type: 'Feature',properties:{Name: '1', Address: '82 BEAVER STREET, FINANCIAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00860208, 40.70535927]} },
{type: 'Feature',properties:{Name: '1', Address: '82 BEAVER STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00860208, 40.70535927]} },
{type: 'Feature',properties:{Name: '1', Address: '1 WALL STREET COURT, FINANCIAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00842893, 40.70512873]} },
{type: 'Feature',properties:{Name: '1', Address: '1 WALL STREET COURT, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00842893, 40.70512873]} },
{type: 'Feature',properties:{Name: '1', Address: '82 BEAVER STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00860208, 40.70535927]} },
{type: 'Feature',properties:{Name: '1', Address: '82 BEAVER STREET, FINANCIAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00860208, 40.70535927]} },
{type: 'Feature',properties:{Name: '1', Address: '82 BEAVER STREET, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00860208, 40.70535927]} },
{type: 'Feature',properties:{Name: '1', Address: '82 BEAVER STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00860208, 40.70535927]} },
{type: 'Feature',properties:{Name: '1', Address: '21-23 SOUTH WILLIAM STREET, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01074074, 40.70451371]} },
{type: 'Feature',properties:{Name: '1', Address: '21-23 S. WILLIAM STREET, FINANCIAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01074074, 40.70451371]} },
{type: 'Feature',properties:{Name: '1', Address: '21 SOUTH WILLIAM STREET, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01074074, 40.70451371]} },
{type: 'Feature',properties:{Name: '1', Address: '75 WALL STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00787353, 40.70548559]} },
{type: 'Feature',properties:{Name: '1', Address: '75 WALL STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00787353, 40.70548559]} },
{type: 'Feature',properties:{Name: '1', Address: '75 WALL STREET, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00787353, 40.70548559]} },
{type: 'Feature',properties:{Name: '1', Address: '75 WALL STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00787353, 40.70548559]} },
{type: 'Feature',properties:{Name: '1', Address: '75 WALL STREET, FINANCIAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00787353, 40.70548559]} },
{type: 'Feature',properties:{Name: '1', Address: '75 WALL STREET, FINANCIAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00787353, 40.70548559]} },
{type: 'Feature',properties:{Name: '1', Address: '75 WALL STREET, FINANCIAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00787353, 40.70548559]} },
{type: 'Feature',properties:{Name: '1', Address: '75 WALL STREET, FINANCIAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00787353, 40.70548559]} },
{type: 'Feature',properties:{Name: '1', Address: '75 WALL STREET, FINANCIAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00787353, 40.70548559]} },
{type: 'Feature',properties:{Name: '1', Address: '75 WALL STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00787353, 40.70548559]} },
{type: 'Feature',properties:{Name: '1', Address: '75 WALL STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00787353, 40.70548559]} },
{type: 'Feature',properties:{Name: '1', Address: '75 WALL STREET, FINANCIAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00787353, 40.70548559]} },
{type: 'Feature',properties:{Name: '1', Address: '75 WALL STREET, FINANCIAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00787353, 40.70548559]} },
{type: 'Feature',properties:{Name: '1', Address: '75 WALL STREET, FINANCIAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00787353, 40.70548559]} },
{type: 'Feature',properties:{Name: '1', Address: '75 WALL STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00787353, 40.70548559]} },
{type: 'Feature',properties:{Name: '1', Address: '75 WALL STREET, FINANCIAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00787353, 40.70548559]} },
{type: 'Feature',properties:{Name: '1', Address: '75 WALL STREET, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00787353, 40.70548559]} },
{type: 'Feature',properties:{Name: '1', Address: '75 WALL STREET, FINANCIAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00787353, 40.70548559]} },
{type: 'Feature',properties:{Name: '1', Address: '75 WALL STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00787353, 40.70548559]} },
{type: 'Feature',properties:{Name: '1', Address: '75 WALL STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00787353, 40.70548559]} },
{type: 'Feature',properties:{Name: '1', Address: '75 WALL STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00787353, 40.70548559]} },
{type: 'Feature',properties:{Name: '1', Address: '75 WALL STREET, FINANCIAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00787353, 40.70548559]} },
{type: 'Feature',properties:{Name: '1', Address: '75 WALL STREET, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00787353, 40.70548559]} },
{type: 'Feature',properties:{Name: '1', Address: '75 WALL STREET, FINANCIAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00787353, 40.70548559]} },
{type: 'Feature',properties:{Name: '1', Address: '75 WALL STREET, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00787353, 40.70548559]} },
{type: 'Feature',properties:{Name: '1', Address: '75 WALL STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00787353, 40.70548559]} },
{type: 'Feature',properties:{Name: '1', Address: '75 WALL STREET, FINANCIAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00787353, 40.70548559]} },
{type: 'Feature',properties:{Name: '1', Address: '75 WALL STREET, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00787353, 40.70548559]} },
{type: 'Feature',properties:{Name: '1', Address: '75 WALL STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00787353, 40.70548559]} },
{type: 'Feature',properties:{Name: '1', Address: '130 WATER STREET, FINANCIAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00692857, 40.70552133]} },
{type: 'Feature',properties:{Name: '1', Address: '130 WATER STREET, FINANCIAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00692857, 40.70552133]} },
{type: 'Feature',properties:{Name: '1', Address: '164 PEARL STREET, FINANCIAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0076175, 40.70586987]} },
{type: 'Feature',properties:{Name: '1', Address: '130 WATER STREET, FINANCIAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00692857, 40.70552133]} },
{type: 'Feature',properties:{Name: '1', Address: '130 WATER STREET, FINANCIAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00692857, 40.70552133]} },
{type: 'Feature',properties:{Name: '1', Address: '50 PINE STREET, FINANCIAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00862029, 40.70673165]} },
{type: 'Feature',properties:{Name: '1', Address: '50 PINE STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00862029, 40.70673165]} },
{type: 'Feature',properties:{Name: '1', Address: '56 PINE STREET, FINANCIAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00840387, 40.70660541]} },
{type: 'Feature',properties:{Name: '1', Address: '56 PINE STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00840387, 40.70660541]} },
{type: 'Feature',properties:{Name: '1', Address: '56 PINE STREET, FINANCIAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00840387, 40.70660541]} },
{type: 'Feature',properties:{Name: '1', Address: '56 PINE STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00840387, 40.70660541]} },
{type: 'Feature',properties:{Name: '1', Address: '56 PINE STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00840387, 40.70660541]} },
{type: 'Feature',properties:{Name: '1', Address: '56 PINE STREET, FINANCIAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00840387, 40.70660541]} },
{type: 'Feature',properties:{Name: '1', Address: '56 PINE STREET, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00840387, 40.70660541]} },
{type: 'Feature',properties:{Name: '1', Address: '18 PINE STREET, FINANCIAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01001265, 40.70758791]} },
{type: 'Feature',properties:{Name: '1', Address: '20 PINE STREET, FINANCIAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00995133, 40.70754674]} },
{type: 'Feature',properties:{Name: '1', Address: '18 PINE STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01001265, 40.70758791]} },
{type: 'Feature',properties:{Name: '1', Address: '18 PINE STREET, FINANCIAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01001265, 40.70758791]} },
{type: 'Feature',properties:{Name: '1', Address: '20 PINE STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00995133, 40.70754674]} },
{type: 'Feature',properties:{Name: '1', Address: '18 PINE STREET, FINANCIAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01001265, 40.70758791]} },
{type: 'Feature',properties:{Name: '1', Address: '20 PINE STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00995133, 40.70754674]} },
{type: 'Feature',properties:{Name: '1', Address: '20 PINE STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00995133, 40.70754674]} },
{type: 'Feature',properties:{Name: '1', Address: '20 PINE STREET, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00995133, 40.70754674]} },
{type: 'Feature',properties:{Name: '1', Address: '20 PINE STREET, FINANCIAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00995133, 40.70754674]} },
{type: 'Feature',properties:{Name: '1', Address: '20 PINE STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00995133, 40.70754674]} },
{type: 'Feature',properties:{Name: '1', Address: '18 PINE STREET, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01001265, 40.70758791]} },
{type: 'Feature',properties:{Name: '1', Address: '18 PINE STREET, FINANCIAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01001265, 40.70758791]} },
{type: 'Feature',properties:{Name: '1', Address: '20 PINE STREET, FINANCIAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00995133, 40.70754674]} },
{type: 'Feature',properties:{Name: '1', Address: '20 PINE STREET, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00995133, 40.70754674]} },
{type: 'Feature',properties:{Name: '1', Address: '20 PINE STREET, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00995133, 40.70754674]} },
{type: 'Feature',properties:{Name: '1', Address: '20 PINE STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00995133, 40.70754674]} },
{type: 'Feature',properties:{Name: '1', Address: '18 PINE STREET, FINANCIAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01001265, 40.70758791]} },
{type: 'Feature',properties:{Name: '1', Address: '20 PINE STREET, FINANCIAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00995133, 40.70754674]} },
{type: 'Feature',properties:{Name: '1', Address: '20 PINE STREET, FINANCIAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00995133, 40.70754674]} },
{type: 'Feature',properties:{Name: '1', Address: '18 PINE STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01001265, 40.70758791]} },
{type: 'Feature',properties:{Name: '1', Address: '20 PINE STREET, FINANCIAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00995133, 40.70754674]} },
{type: 'Feature',properties:{Name: '1', Address: '20 PINE STREET, FINANCIAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00995133, 40.70754674]} },
{type: 'Feature',properties:{Name: '1', Address: '18 PINE STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01001265, 40.70758791]} },
{type: 'Feature',properties:{Name: '1', Address: '20 PINE STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00995133, 40.70754674]} },
{type: 'Feature',properties:{Name: '1', Address: '20 PINE STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00995133, 40.70754674]} },
{type: 'Feature',properties:{Name: '1', Address: '20 PINE STREET, FINANCIAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00995133, 40.70754674]} },
{type: 'Feature',properties:{Name: '1', Address: '20 PINE STREET, FINANCIAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00995133, 40.70754674]} },
{type: 'Feature',properties:{Name: '1', Address: '18 PINE STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01001265, 40.70758791]} },
{type: 'Feature',properties:{Name: '1', Address: '18 PINE STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01001265, 40.70758791]} },
{type: 'Feature',properties:{Name: '1', Address: '20 PINE STREET, FINANCIAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00995133, 40.70754674]} },
{type: 'Feature',properties:{Name: '1', Address: '20 PINE STREET, FINANCIAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00995133, 40.70754674]} },
{type: 'Feature',properties:{Name: '1', Address: '18 PINE STREET, FINANCIAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01001265, 40.70758791]} },
{type: 'Feature',properties:{Name: '1', Address: '20 PINE STREET, FINANCIAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00995133, 40.70754674]} },
{type: 'Feature',properties:{Name: '1', Address: '18 PINE STREET, FINANCIAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01001265, 40.70758791]} },
{type: 'Feature',properties:{Name: '1', Address: '18 PINE STREET, FINANCIAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01001265, 40.70758791]} },
{type: 'Feature',properties:{Name: '1', Address: '18 PINE STREET, FINANCIAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01001265, 40.70758791]} },
{type: 'Feature',properties:{Name: '1', Address: '20 PINE STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00995133, 40.70754674]} },
{type: 'Feature',properties:{Name: '1', Address: '20 PINE STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00995133, 40.70754674]} },
{type: 'Feature',properties:{Name: '1', Address: '20 PINE STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00995133, 40.70754674]} },
{type: 'Feature',properties:{Name: '1', Address: '120 GREENWICH STREET, FINANCIAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01311845, 40.70908898]} },
{type: 'Feature',properties:{Name: '1', Address: '120 GREENWICH STREET, FINANCIAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01311845, 40.70908898]} },
{type: 'Feature',properties:{Name: '1', Address: '120 GREENWICH STREET, FINANCIAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01311845, 40.70908898]} },
{type: 'Feature',properties:{Name: '1', Address: '120 GREENWICH STREET, FINANCIAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01311845, 40.70908898]} },
{type: 'Feature',properties:{Name: '1', Address: '120 GREENWICH STREET, FINANCIAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01311845, 40.70908898]} },
{type: 'Feature',properties:{Name: '1', Address: '120 GREENWICH STREET, FINANCIAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01311845, 40.70908898]} },
{type: 'Feature',properties:{Name: '1', Address: '120 GREENWICH STREET, FINANCIAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01311845, 40.70908898]} },
{type: 'Feature',properties:{Name: '1', Address: '120 GREENWICH STREET, FINANCIAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01311845, 40.70908898]} },
{type: 'Feature',properties:{Name: '1', Address: '120 GREENWICH STREET, FINANCIAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01311845, 40.70908898]} },
{type: 'Feature',properties:{Name: '1', Address: '120 GREENWICH STREET, FINANCIAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01311845, 40.70908898]} },
{type: 'Feature',properties:{Name: '1', Address: '120 GREENWICH STREET, FINANCIAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01311845, 40.70908898]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WASHINGTON STREET, FINANCIAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0140202, 40.70913828]} },
{type: 'Feature',properties:{Name: '1', Address: '67 LIBERTY STREET, FINANCIAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01009582, 40.70896303]} },
{type: 'Feature',properties:{Name: '1', Address: '80 JOHN STREET, FINANCIAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00688559, 40.70843901]} },
{type: 'Feature',properties:{Name: '1', Address: '80 JOHN STREET, FINANCIAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00688559, 40.70843901]} },
{type: 'Feature',properties:{Name: '1', Address: '80 JOHN STREET, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00688559, 40.70843901]} },
{type: 'Feature',properties:{Name: '1', Address: '80 JOHN STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00688559, 40.70843901]} },
{type: 'Feature',properties:{Name: '1', Address: '80 JOHN STREET, FINANCIAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00688559, 40.70843901]} },
{type: 'Feature',properties:{Name: '1', Address: '80 JOHN STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00688559, 40.70843901]} },
{type: 'Feature',properties:{Name: '1', Address: '80 JOHN STREET, FINANCIAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00688559, 40.70843901]} },
{type: 'Feature',properties:{Name: '1', Address: '80 JOHN STREET, FINANCIAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00688559, 40.70843901]} },
{type: 'Feature',properties:{Name: '1', Address: '80 JOHN STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00688559, 40.70843901]} },
{type: 'Feature',properties:{Name: '1', Address: '90 WILLIAM STREET, FINANCIAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00778729, 40.70818369]} },
{type: 'Feature',properties:{Name: '1', Address: '90 WILLIAM STREET, FINANCIAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00778729, 40.70818369]} },
{type: 'Feature',properties:{Name: '1', Address: '90 WILLIAM STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00778729, 40.70818369]} },
{type: 'Feature',properties:{Name: '1', Address: '90 WILLIAM STREET, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00778729, 40.70818369]} },
{type: 'Feature',properties:{Name: '1', Address: '90 WILLIAM STREET, FINANCIAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00778729, 40.70818369]} },
{type: 'Feature',properties:{Name: '1', Address: '90 WILLIAM STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00778729, 40.70818369]} },
{type: 'Feature',properties:{Name: '1', Address: '90 WILLIAM STREET, FINANCIAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00778729, 40.70818369]} },
{type: 'Feature',properties:{Name: '1', Address: '90 WILLIAM STREET, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00778729, 40.70818369]} },
{type: 'Feature',properties:{Name: '1', Address: '90 WILLIAM STREET, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00778729, 40.70818369]} },
{type: 'Feature',properties:{Name: '1', Address: '90 WILLIAM STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00778729, 40.70818369]} },
{type: 'Feature',properties:{Name: '1', Address: '90 WILLIAM STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00778729, 40.70818369]} },
{type: 'Feature',properties:{Name: '1', Address: '170 JOHN STREET, FINANCIAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0042019, 40.7060759]} },
{type: 'Feature',properties:{Name: '1', Address: '170 JOHN STREET, FINANCIAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0042019, 40.7060759]} },
{type: 'Feature',properties:{Name: '1', Address: '170 JOHN STREET, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0042019, 40.7060759]} },
{type: 'Feature',properties:{Name: '1', Address: '170 JOHN STREET, FINANCIAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0042019, 40.7060759]} },
{type: 'Feature',properties:{Name: '1', Address: '170 JOHN STREET, FINANCIAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0042019, 40.7060759]} },
{type: 'Feature',properties:{Name: '1', Address: '170 JOHN STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0042019, 40.7060759]} },
{type: 'Feature',properties:{Name: '1', Address: '170 JOHN STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0042019, 40.7060759]} },
{type: 'Feature',properties:{Name: '1', Address: '170 JOHN STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0042019, 40.7060759]} },
{type: 'Feature',properties:{Name: '1', Address: '170 JOHN STREET, FINANCIAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0042019, 40.7060759]} },
{type: 'Feature',properties:{Name: '1', Address: '170 JOHN STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0042019, 40.7060759]} },
{type: 'Feature',properties:{Name: '1', Address: '170 JOHN STREET, FINANCIAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0042019, 40.7060759]} },
{type: 'Feature',properties:{Name: '1', Address: '170 JOHN STREET, FINANCIAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0042019, 40.7060759]} },
{type: 'Feature',properties:{Name: '1', Address: '170 JOHN STREET, FINANCIAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0042019, 40.7060759]} },
{type: 'Feature',properties:{Name: '1', Address: '170 JOHN STREET, FINANCIAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0042019, 40.7060759]} },
{type: 'Feature',properties:{Name: '1', Address: '99 JOHN STREET, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00616417, 40.70800538]} },
{type: 'Feature',properties:{Name: '1', Address: '99 JOHN STREET, FINANCIAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00616417, 40.70800538]} },
{type: 'Feature',properties:{Name: '1', Address: '99 JOHN STREET, FINANCIAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00616417, 40.70800538]} },
{type: 'Feature',properties:{Name: '1', Address: '99 JOHN STREET, FINANCIAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00616417, 40.70800538]} },
{type: 'Feature',properties:{Name: '1', Address: '99 JOHN STREET, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00616417, 40.70800538]} },
{type: 'Feature',properties:{Name: '1', Address: '99 JOHN STREET, FINANCIAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00616417, 40.70800538]} },
{type: 'Feature',properties:{Name: '1', Address: '99 JOHN STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00616417, 40.70800538]} },
{type: 'Feature',properties:{Name: '1', Address: '99 JOHN STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00616417, 40.70800538]} },
{type: 'Feature',properties:{Name: '1', Address: '99 JOHN STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00616417, 40.70800538]} },
{type: 'Feature',properties:{Name: '1', Address: '99 JOHN STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00616417, 40.70800538]} },
{type: 'Feature',properties:{Name: '1', Address: '99 JOHN STREET, FINANCIAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00616417, 40.70800538]} },
{type: 'Feature',properties:{Name: '1', Address: '99 JOHN STREET, FINANCIAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00616417, 40.70800538]} },
{type: 'Feature',properties:{Name: '1', Address: '99 JOHN STREET, FINANCIAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00616417, 40.70800538]} },
{type: 'Feature',properties:{Name: '1', Address: '99 JOHN STREET, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00616417, 40.70800538]} },
{type: 'Feature',properties:{Name: '1', Address: '99 JOHN STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00616417, 40.70800538]} },
{type: 'Feature',properties:{Name: '1', Address: '99 JOHN STREET, FINANCIAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00616417, 40.70800538]} },
{type: 'Feature',properties:{Name: '1', Address: '99 JOHN STREET, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00616417, 40.70800538]} },
{type: 'Feature',properties:{Name: '1', Address: '99 JOHN STREET, FINANCIAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00616417, 40.70800538]} },
{type: 'Feature',properties:{Name: '1', Address: '99 JOHN STREET, FINANCIAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00616417, 40.70800538]} },
{type: 'Feature',properties:{Name: '1', Address: '99 JOHN STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00616417, 40.70800538]} },
{type: 'Feature',properties:{Name: '1', Address: '99 JOHN STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00616417, 40.70800538]} },
{type: 'Feature',properties:{Name: '1', Address: '99 JOHN STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00616417, 40.70800538]} },
{type: 'Feature',properties:{Name: '1', Address: '99 JOHN ST, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00616417, 40.70800538]} },
{type: 'Feature',properties:{Name: '1', Address: '99 JOHN STREET, FINANCIAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00616417, 40.70800538]} },
{type: 'Feature',properties:{Name: '1', Address: '99 JOHN STREET, FINANCIAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00616417, 40.70800538]} },
{type: 'Feature',properties:{Name: '1', Address: '99 JOHN STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00616417, 40.70800538]} },
{type: 'Feature',properties:{Name: '1', Address: '99 JOHN STREET, FINANCIAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00616417, 40.70800538]} },
{type: 'Feature',properties:{Name: '1', Address: '99 JOHN STREET, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00616417, 40.70800538]} },
{type: 'Feature',properties:{Name: '1', Address: '99 JOHN STREET, FINANCIAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00616417, 40.70800538]} },
{type: 'Feature',properties:{Name: '1', Address: '99 JOHN STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00616417, 40.70800538]} },
{type: 'Feature',properties:{Name: '1', Address: '99 JOHN STREET, FINANCIAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00616417, 40.70800538]} },
{type: 'Feature',properties:{Name: '1', Address: '99 JOHN STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00616417, 40.70800538]} },
{type: 'Feature',properties:{Name: '1', Address: '99 JOHN STREET, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00616417, 40.70800538]} },
{type: 'Feature',properties:{Name: '1', Address: '99 JOHN STREET, FINANCIAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00616417, 40.70800538]} },
{type: 'Feature',properties:{Name: '1', Address: '99 JOHN STREET, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00616417, 40.70800538]} },
{type: 'Feature',properties:{Name: '1', Address: '99 JOHN STREET, FINANCIAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00616417, 40.70800538]} },
{type: 'Feature',properties:{Name: '1', Address: '99 JOHN STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00616417, 40.70800538]} },
{type: 'Feature',properties:{Name: '1', Address: '99 JOHN STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00616417, 40.70800538]} },
{type: 'Feature',properties:{Name: '1', Address: '102 FULTON STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0066188, 40.70964124]} },
{type: 'Feature',properties:{Name: '1', Address: '59 JOHN STREET, FINANCIAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00751324, 40.70888088]} },
{type: 'Feature',properties:{Name: '1', Address: '59 JOHN STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00751324, 40.70888088]} },
{type: 'Feature',properties:{Name: '1', Address: '59 JOHN STREET, FINANCIAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00751324, 40.70888088]} },
{type: 'Feature',properties:{Name: '1', Address: '59 JOHN STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00751324, 40.70888088]} },
{type: 'Feature',properties:{Name: '1', Address: '59 JOHN STREET, FINANCIAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00751324, 40.70888088]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '71 NASSAU ST, FINANCIAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00832489, 40.70963838]} },
{type: 'Feature',properties:{Name: '1', Address: '71 NASSAU STREET, FINANCIAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00832489, 40.70963838]} },
{type: 'Feature',properties:{Name: '1', Address: '71 NASSAU STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00832489, 40.70963838]} },
{type: 'Feature',properties:{Name: '1', Address: '71 NASSAU STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00832489, 40.70963838]} },
{type: 'Feature',properties:{Name: '1', Address: '130 FULTON STREET, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00806167, 40.71037125]} },
{type: 'Feature',properties:{Name: '1', Address: '130 FULTON STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00806167, 40.71037125]} },
{type: 'Feature',properties:{Name: '1', Address: '60 PEARL STREET, FINANCIAL', Month: '6', Price: '7485'}, geometry: { type: 'Point', coordinates:[-74.01115174, 40.703553]} },
{type: 'Feature',properties:{Name: '1', Address: '52 STONE STREET, FINANCIAL', Month: '5', Price: '7336'}, geometry: { type: 'Point', coordinates:[-74.01022497, 40.70439847]} },
{type: 'Feature',properties:{Name: '1', Address: '90 FULTON STREET, FINANCIAL', Month: '12', Price: '5800'}, geometry: { type: 'Point', coordinates:[-74.0060164, 40.7093366]} },
{type: 'Feature',properties:{Name: '1', Address: '90 FULTON STREET, FINANCIAL', Month: '12', Price: '5800'}, geometry: { type: 'Point', coordinates:[-74.0060164, 40.7093366]} },
{type: 'Feature',properties:{Name: '1', Address: '54 STONE STREET, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01020333, 40.70441494]} },
{type: 'Feature',properties:{Name: '1', Address: '54 STONE STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01020333, 40.70441494]} },
{type: 'Feature',properties:{Name: '1', Address: '54 STONE STREET, FINANCIAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01020333, 40.70441494]} },
{type: 'Feature',properties:{Name: '1', Address: '54 STONE STREET, FINANCIAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01020333, 40.70441494]} },
{type: 'Feature',properties:{Name: '1', Address: '65 NASSAU STREET, 10A, FINANCIAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00860981, 40.70935016]} },
{type: 'Feature',properties:{Name: '1', Address: '65 NASSAU STREET, 10B, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00860981, 40.70935016]} },
{type: 'Feature',properties:{Name: '1', Address: '65 NASSAU STREET, 9B, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00860981, 40.70935016]} },
{type: 'Feature',properties:{Name: '1', Address: '65 NASSAU STREET, CO-OP, FINANCIAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00860981, 40.70935016]} },
{type: 'Feature',properties:{Name: '1', Address: '70 BROAD STREET, FINANCIAL', Month: '2', Price: '19478'}, geometry: { type: 'Point', coordinates:[-74.01155953, 40.70491711]} },
{type: 'Feature',properties:{Name: '1', Address: '74 BROAD STREET, FINANCIAL', Month: '6', Price: '21216'}, geometry: { type: 'Point', coordinates:[-74.01157031, 40.70465086]} },
{type: 'Feature',properties:{Name: '1', Address: '40 EXCHANGE PLACE, FINANCIAL', Month: '5', Price: '237000'}, geometry: { type: 'Point', coordinates:[-74.01028291, 40.70593828]} },
{type: 'Feature',properties:{Name: '1', Address: '32 OLD SLIP, FINANCIAL', Month: '3', Price: '973587'}, geometry: { type: 'Point', coordinates:[-74.00803561, 40.70357247]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WALL STREET, FINANCIAL', Month: '11', Price: '463664'}, geometry: { type: 'Point', coordinates:[-74.0070836, 40.70496962]} },
{type: 'Feature',properties:{Name: '1', Address: '88 PINE STREET, FINANCIAL', Month: '2', Price: '566858'}, geometry: { type: 'Point', coordinates:[-74.00629016, 40.70535942]} },
{type: 'Feature',properties:{Name: '1', Address: '78 TRINITY PLACE, FINANCIAL', Month: '12', Price: '181725'}, geometry: { type: 'Point', coordinates:[-74.0125304, 40.70843579]} },
{type: 'Feature',properties:{Name: '1', Address: '5 DEY STREET, FINANCIAL', Month: '6', Price: '66686'}, geometry: { type: 'Point', coordinates:[-74.0098111, 40.71055501]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WILLIAM STREET, FINANCIAL', Month: '8', Price: '493039'}, geometry: { type: 'Point', coordinates:[-74.00692894, 40.70907305]} },
{type: 'Feature',properties:{Name: '1', Address: '187 BROADWAY, FINANCIAL', Month: '2', Price: '7500'}, geometry: { type: 'Point', coordinates:[-74.00965595, 40.71020919]} },
{type: 'Feature',properties:{Name: '1', Address: '94 FULTON STREET, FINANCIAL', Month: '5', Price: '10490'}, geometry: { type: 'Point', coordinates:[-74.00616069, 40.70940796]} },
{type: 'Feature',properties:{Name: '1', Address: '94 FULTON STREET, FINANCIAL', Month: '8', Price: '10490'}, geometry: { type: 'Point', coordinates:[-74.00616069, 40.70940796]} },
{type: 'Feature',properties:{Name: '1', Address: '144 FULTON STREET, FINANCIAL', Month: '12', Price: '8071'}, geometry: { type: 'Point', coordinates:[-74.00846569, 40.71057708]} },
{type: 'Feature',properties:{Name: '1', Address: '189 BROADWAY, FINANCIAL', Month: '11', Price: '6565'}, geometry: { type: 'Point', coordinates:[-74.00961989, 40.71025585]} },
{type: 'Feature',properties:{Name: '1', Address: '14 SOUTH WILLIAM STREET, FINANCIAL', Month: '6', Price: '87775'}, geometry: { type: 'Point', coordinates:[-74.01056764, 40.70462351]} },
{type: 'Feature',properties:{Name: '1', Address: '45 BROAD STREET, FINANCIAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01146585, 40.70546607]} },
{type: 'Feature',properties:{Name: '1', Address: '45 BROAD STREET, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01146585, 40.70546607]} },
{type: 'Feature',properties:{Name: '1', Address: '92 FULTON STREET, FINANCIAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00608855, 40.70937228]} },
{type: 'Feature',properties:{Name: '1', Address: '92 FULTON STREET, FINANCIAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00608855, 40.70937228]} },
{type: 'Feature',properties:{Name: '1', Address: '30 RECTOR STREET, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01455384, 40.70828185]} },
{type: 'Feature',properties:{Name: '1', Address: '30 RECTOR STREET, FINANCIAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01455384, 40.70828185]} },
{type: 'Feature',properties:{Name: '1', Address: '30 RECTOR STREET, FINANCIAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01455384, 40.70828185]} },
{type: 'Feature',properties:{Name: '1', Address: '125 MAIDEN LANE, FINANCIAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00634075, 40.70639694]} },
{type: 'Feature',properties:{Name: '1', Address: '30 CLIFF STREET, FINANCIAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00513983, 40.70824972]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '45 JOHN STREET, FINANCIAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00800022, 40.70924041]} },
{type: 'Feature',properties:{Name: '1', Address: '110 FULTON STREET, FINANCIAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00696508, 40.70981688]} },
{type: 'Feature',properties:{Name: '1', Address: '120 GREENWICH STREET, FINANCIAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01311845, 40.70908898]} },
{type: 'Feature',properties:{Name: '1', Address: '71 NASSAU STREET, FINANCIAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00832489, 40.70963838]} },
{type: 'Feature',properties:{Name: '1', Address: '71 NASSAU STREET, FINANCIAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00832489, 40.70963838]} },
{type: 'Feature',properties:{Name: '1', Address: '120 GREENWICH STREET, FINANCIAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01311845, 40.70908898]} },
{type: 'Feature',properties:{Name: '1', Address: '7 WEST 16TH STREET, FLATIRON', Month: '3', Price: '5625'}, geometry: { type: 'Point', coordinates:[-73.99327017, 40.73759933]} },
{type: 'Feature',properties:{Name: '1', Address: '5 WEST 16TH STREET, FLATIRON', Month: '7', Price: '8469'}, geometry: { type: 'Point', coordinates:[-73.99322326, 40.73758012]} },
{type: 'Feature',properties:{Name: '1', Address: '22 WEST 25TH STREET, FLATIRON', Month: '12', Price: '10750'}, geometry: { type: 'Point', coordinates:[-73.98996393, 40.74336581]} },
{type: 'Feature',properties:{Name: '1', Address: '9 EAST 16TH STREET, FLATIRON', Month: '9', Price: '30680'}, geometry: { type: 'Point', coordinates:[-73.99225263, 40.73717109]} },
{type: 'Feature',properties:{Name: '1', Address: '16 EAST 18TH STREET, FLATIRON', Month: '10', Price: '20258'}, geometry: { type: 'Point', coordinates:[-73.99086685, 40.73810146]} },
{type: 'Feature',properties:{Name: '1', Address: '20 EAST 22ND STREET, FLATIRON', Month: '4', Price: '10512'}, geometry: { type: 'Point', coordinates:[-73.98879158, 40.74033001]} },
{type: 'Feature',properties:{Name: '1', Address: '28 EAST 21ST STREET, 3A, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98902626, 40.73962189]} },
{type: 'Feature',properties:{Name: '1', Address: '10 WEST 15TH STREET, 406, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99379346, 40.73696532]} },
{type: 'Feature',properties:{Name: '1', Address: '10 WEST 15TH STREET, 420, FLATIRON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99379346, 40.73696532]} },
{type: 'Feature',properties:{Name: '1', Address: '10 WEST 15TH STREET, 902, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99379346, 40.73696532]} },
{type: 'Feature',properties:{Name: '1', Address: '10 WEST 15TH STREET, 1406, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99379346, 40.73696532]} },
{type: 'Feature',properties:{Name: '1', Address: '10 WEST 15TH STREET, 1004, FLATIRON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99379346, 40.73696532]} },
{type: 'Feature',properties:{Name: '1', Address: '10 WEST 15TH STREET, 1102, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99379346, 40.73696532]} },
{type: 'Feature',properties:{Name: '1', Address: '10 WEST 15 STREET, 901, FLATIRON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99379346, 40.73696532]} },
{type: 'Feature',properties:{Name: '1', Address: '10 WEST 15TH STREET, 206, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99379346, 40.73696532]} },
{type: 'Feature',properties:{Name: '1', Address: '10 WEST 15TH STREET, 1719, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99379346, 40.73696532]} },
{type: 'Feature',properties:{Name: '1', Address: '10 WEST 15TH STREET, 1719, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99379346, 40.73696532]} },
{type: 'Feature',properties:{Name: '1', Address: '10 WEST 15TH STREET, 312, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99379346, 40.73696532]} },
{type: 'Feature',properties:{Name: '1', Address: '10 WEST 15TH STREET, 1222, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99379346, 40.73696532]} },
{type: 'Feature',properties:{Name: '1', Address: '10 WEST 15TH STREET, 926, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99379346, 40.73696532]} },
{type: 'Feature',properties:{Name: '1', Address: '10 WEST 15TH STREET, 1823, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99379346, 40.73696532]} },
{type: 'Feature',properties:{Name: '1', Address: '10 WEST 15TH STREET, 825, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99379346, 40.73696532]} },
{type: 'Feature',properties:{Name: '1', Address: '10 WEST 15TH, 2120, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99379346, 40.73696532]} },
{type: 'Feature',properties:{Name: '1', Address: '10 WEST 15TH STREET, 405, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99379346, 40.73696532]} },
{type: 'Feature',properties:{Name: '1', Address: '10 WEST 15TH STREET, 516, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99379346, 40.73696532]} },
{type: 'Feature',properties:{Name: '1', Address: '10 WEST 15TH STREET, 515, FLATIRON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99379346, 40.73696532]} },
{type: 'Feature',properties:{Name: '1', Address: '10 WEST 15TH STREET, 509, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99379346, 40.73696532]} },
{type: 'Feature',properties:{Name: '1', Address: '10 WEST 15TH STREET, 924, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99379346, 40.73696532]} },
{type: 'Feature',properties:{Name: '1', Address: '10 WEST 15TH STREET, 1105, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99379346, 40.73696532]} },
{type: 'Feature',properties:{Name: '1', Address: '10 WEST 15TH STREET, 11K, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99379346, 40.73696532]} },
{type: 'Feature',properties:{Name: '1', Address: '30 WEST 15TH STREET, 10S, FLATIRON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99426254, 40.73716297]} },
{type: 'Feature',properties:{Name: '1', Address: '30 WEST 15TH STREET, 6S, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99426254, 40.73716297]} },
{type: 'Feature',properties:{Name: '1', Address: '40 WEST 15TH STREET, 1A, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99449709, 40.73726179]} },
{type: 'Feature',properties:{Name: '1', Address: '16 WEST 16TH STREET, 7TN, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346863, 40.73766522]} },
{type: 'Feature',properties:{Name: '1', Address: '16 WEST 16TH STREET, 2FS, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346863, 40.73766522]} },
{type: 'Feature',properties:{Name: '1', Address: '16 WEST 16TH STREET, 11FN, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346863, 40.73766522]} },
{type: 'Feature',properties:{Name: '1', Address: '16 WEST 16TH STREET, 12HN, FLATIRON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346863, 40.73766522]} },
{type: 'Feature',properties:{Name: '1', Address: '16 WEST 16TH STREET, 8AN, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346863, 40.73766522]} },
{type: 'Feature',properties:{Name: '1', Address: '16 WEST 16TH STREET, 10NS, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346863, 40.73766522]} },
{type: 'Feature',properties:{Name: '1', Address: '16 WEST 16TH STREET, 5K-N, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346863, 40.73766522]} },
{type: 'Feature',properties:{Name: '1', Address: '16 WEST 16TH STREET, 2TS, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346863, 40.73766522]} },
{type: 'Feature',properties:{Name: '1', Address: '16 WEST 16TH STREET, 11CS, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346863, 40.73766522]} },
{type: 'Feature',properties:{Name: '1', Address: '16 WEST 16TH STREET, 5DS, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346863, 40.73766522]} },
{type: 'Feature',properties:{Name: '1', Address: '16 WEST 16TH STREET, 6FN, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346863, 40.73766522]} },
{type: 'Feature',properties:{Name: '1', Address: '16 WEST 16TH, 9VN, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346863, 40.73766522]} },
{type: 'Feature',properties:{Name: '1', Address: '16 WEST 16TH ST, 4PS, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346863, 40.73766522]} },
{type: 'Feature',properties:{Name: '1', Address: '16 WEST 16TH STREET, 3KN, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346863, 40.73766522]} },
{type: 'Feature',properties:{Name: '1', Address: '16 WEST 16TH STREET, 11KN, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346863, 40.73766522]} },
{type: 'Feature',properties:{Name: '1', Address: '16 WEST 16, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346863, 40.73766522]} },
{type: 'Feature',properties:{Name: '1', Address: '16 WEST 16TH STREET, 4PN, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346863, 40.73766522]} },
{type: 'Feature',properties:{Name: '1', Address: '16 WEST 16TH STREET, 8GN, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346863, 40.73766522]} },
{type: 'Feature',properties:{Name: '1', Address: '16 WEST 16TH STREET, 6HS, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346863, 40.73766522]} },
{type: 'Feature',properties:{Name: '1', Address: '16 WEST 16TH ST, 4CN, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346863, 40.73766522]} },
{type: 'Feature',properties:{Name: '1', Address: '16 WEST 16TH STREET, 8UN, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346863, 40.73766522]} },
{type: 'Feature',properties:{Name: '1', Address: '16 WEST 16TH, 10TS, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346863, 40.73766522]} },
{type: 'Feature',properties:{Name: '1', Address: '16 WEST 16TH STREET, 12VN, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346863, 40.73766522]} },
{type: 'Feature',properties:{Name: '1', Address: '16 WEST 16TH STREET, 6LS, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346863, 40.73766522]} },
{type: 'Feature',properties:{Name: '1', Address: '16 WEST 16TH STREET, 9LN, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346863, 40.73766522]} },
{type: 'Feature',properties:{Name: '1', Address: '16 WEST 16TH STREET, 1SS, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346863, 40.73766522]} },
{type: 'Feature',properties:{Name: '1', Address: '16 WEST 16TH STREET, 11HS, FLATIRON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346863, 40.73766522]} },
{type: 'Feature',properties:{Name: '1', Address: '16 WEST 16TH STREET, 14BN, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346863, 40.73766522]} },
{type: 'Feature',properties:{Name: '1', Address: '4 WEST 16, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99318718, 40.73754718]} },
{type: 'Feature',properties:{Name: '1', Address: '4 WEST 16TH STREET, 6B, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99318718, 40.73754718]} },
{type: 'Feature',properties:{Name: '1', Address: '4 WEST 16TH STREET, 5B, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99318718, 40.73754718]} },
{type: 'Feature',properties:{Name: '1', Address: '4 WEST 16TH STREET, 10AB, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99318718, 40.73754718]} },
{type: 'Feature',properties:{Name: '1', Address: '54 WEST 16TH STREET, 9D, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99436351, 40.7380413]} },
{type: 'Feature',properties:{Name: '1', Address: '54 WEST 16TH STREET, 8B, FLATIRON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99436351, 40.7380413]} },
{type: 'Feature',properties:{Name: '1', Address: '54 WEST 16TH STREET, 2H, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99436351, 40.7380413]} },
{type: 'Feature',properties:{Name: '1', Address: '12 WEST 17TH STREET, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99294895, 40.73821139]} },
{type: 'Feature',properties:{Name: '1', Address: '12 WEST 17TH STREET, 12, FLATIRON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99294895, 40.73821139]} },
{type: 'Feature',properties:{Name: '1', Address: '14 WEST 17TH STREET, 3N, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99299586, 40.73823061]} },
{type: 'Feature',properties:{Name: '1', Address: '40 WEST 17TH STREET, 9A, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99360568, 40.73848865]} },
{type: 'Feature',properties:{Name: '1', Address: '40 WEST 17TH STREET, 8A, FLATIRON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99360568, 40.73848865]} },
{type: 'Feature',properties:{Name: '1', Address: '4 WEST 21ST STREET, 9A, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99105057, 40.74047843]} },
{type: 'Feature',properties:{Name: '1', Address: '4 WEST 21ST STREET, 6D, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99105057, 40.74047843]} },
{type: 'Feature',properties:{Name: '1', Address: '4 WEST 21ST STREET, 10A, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99105057, 40.74047843]} },
{type: 'Feature',properties:{Name: '1', Address: '40 WEST 22ND STREET, 2, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99144739, 40.7414501]} },
{type: 'Feature',properties:{Name: '1', Address: '48 WEST 22ND STREET, COM, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99163503, 40.74152971]} },
{type: 'Feature',properties:{Name: '1', Address: '208 FIFTH AVENUE, 4W, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98845189, 40.74310492]} },
{type: 'Feature',properties:{Name: '1', Address: '22 WEST 26TH STREET, 9H, FLATIRON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98960655, 40.7440355]} },
{type: 'Feature',properties:{Name: '1', Address: '7 EAST 14TH ST, 18L, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99324509, 40.73585916]} },
{type: 'Feature',properties:{Name: '1', Address: '7 EAST 14TH STREET, 1108, FLATIRON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99324509, 40.73585916]} },
{type: 'Feature',properties:{Name: '1', Address: '7-11 EAST 14TH STREET, 3F, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99324509, 40.73585916]} },
{type: 'Feature',properties:{Name: '1', Address: '7 EAST 14TH STREET, 1406, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99324509, 40.73585916]} },
{type: 'Feature',properties:{Name: '1', Address: '7 EAST 14TH STREET, 20C, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99324509, 40.73585916]} },
{type: 'Feature',properties:{Name: '1', Address: '7 EAST 14TH STREET, 407, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99324509, 40.73585916]} },
{type: 'Feature',properties:{Name: '1', Address: '7 EAST 14TH STREET, 915, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99324509, 40.73585916]} },
{type: 'Feature',properties:{Name: '1', Address: '7 EAST 14TH STREET, 1226, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99324509, 40.73585916]} },
{type: 'Feature',properties:{Name: '1', Address: '7 EAST 14TH STREET, 315, FLATIRON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99324509, 40.73585916]} },
{type: 'Feature',properties:{Name: '1', Address: '7 EAST 14TH STREET, 506, FLATIRON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99324509, 40.73585916]} },
{type: 'Feature',properties:{Name: '1', Address: '7 EAST 14TH STREET, 927, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99324509, 40.73585916]} },
{type: 'Feature',properties:{Name: '1', Address: '7 EAST 14TH STREET, 1015, FLATIRON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99324509, 40.73585916]} },
{type: 'Feature',properties:{Name: '1', Address: '7 EAST 14TH STREET, 1529, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99324509, 40.73585916]} },
{type: 'Feature',properties:{Name: '1', Address: '7 EAST 14TH STREET, 1216, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99324509, 40.73585916]} },
{type: 'Feature',properties:{Name: '1', Address: '7 EAST 14TH STREET, 410, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99324509, 40.73585916]} },
{type: 'Feature',properties:{Name: '1', Address: '7 EAST 14TH STREET, 1124, FLATIRON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99324509, 40.73585916]} },
{type: 'Feature',properties:{Name: '1', Address: '7 EAST 14TH STREET, 1118, FLATIRON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99324509, 40.73585916]} },
{type: 'Feature',properties:{Name: '1', Address: '7 EAST 14 STREET, 922, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99324509, 40.73585916]} },
{type: 'Feature',properties:{Name: '1', Address: '7 EAST 14TH STREET, 817, FLATIRON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99324509, 40.73585916]} },
{type: 'Feature',properties:{Name: '1', Address: '105 FIFTH AVENUE, 7E, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99191329, 40.73832935]} },
{type: 'Feature',properties:{Name: '1', Address: '105 FIFTH AVENUE, 6D, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99191329, 40.73832935]} },
{type: 'Feature',properties:{Name: '1', Address: '105 5 AVENUE, 4D, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99191329, 40.73832935]} },
{type: 'Feature',properties:{Name: '1', Address: '874 BROADWAY, 405, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99008744, 40.73789828]} },
{type: 'Feature',properties:{Name: '1', Address: '874 BROADWAY, 807, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99008744, 40.73789828]} },
{type: 'Feature',properties:{Name: '1', Address: '874 BROADWAY, 605, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99008744, 40.73789828]} },
{type: 'Feature',properties:{Name: '1', Address: '222 PARK AVENUE SOUTH, 11-C, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98853951, 40.73723665]} },
{type: 'Feature',properties:{Name: '1', Address: '889 BROADWAY, 3B, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98993217, 40.73859269]} },
{type: 'Feature',properties:{Name: '1', Address: '43-45 EAST 19TH STREET, 7TH, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98933321, 40.73823307]} },
{type: 'Feature',properties:{Name: '1', Address: '131 5 AVENUE, 601, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99104348, 40.73952051]} },
{type: 'Feature',properties:{Name: '1', Address: '30 EAST 22ND STREET, 3A, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98859673, 40.74024765]} },
{type: 'Feature',properties:{Name: '1', Address: '30 EAST 22ND STREET, 2A, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98859673, 40.74024765]} },
{type: 'Feature',properties:{Name: '1', Address: '28 EAST 22ND ST, 1 FL, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98863642, 40.74026412]} },
{type: 'Feature',properties:{Name: '1', Address: '28 EAST 22ND STREET, 2 FL, FLATIRON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98863642, 40.74026412]} },
{type: 'Feature',properties:{Name: '1', Address: '13-21 EAST 22ND STREET, 10F, FLATIRON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98883127, 40.7403657]} },
{type: 'Feature',properties:{Name: '1', Address: '21 EAST 22ND STREET, 4F, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98868693, 40.74030255]} },
{type: 'Feature',properties:{Name: '1', Address: '21 EAST 22ND STREET, 9H, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98868693, 40.74030255]} },
{type: 'Feature',properties:{Name: '1', Address: '33 EAST 22ND STREET, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98846682, 40.74021196]} },
{type: 'Feature',properties:{Name: '1', Address: '33 EAST 22ND STREET, 3C, FLATIRON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98846682, 40.74021196]} },
{type: 'Feature',properties:{Name: '1', Address: '66 MADISON AVENUE, 8K, FLATIRON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98600864, 40.74359596]} },
{type: 'Feature',properties:{Name: '1', Address: '66 MADISON AVENUE, 10FG, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98600864, 40.74359596]} },
{type: 'Feature',properties:{Name: '1', Address: '66 MADISON AVENUE, 3D, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98600864, 40.74359596]} },
{type: 'Feature',properties:{Name: '1', Address: '66 MADISON AVENUE, 7BC, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98600864, 40.74359596]} },
{type: 'Feature',properties:{Name: '1', Address: '66 MADISON AVENUE, 6D, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98600864, 40.74359596]} },
{type: 'Feature',properties:{Name: '1', Address: '66 MADISON AVENUE, 11J, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98600864, 40.74359596]} },
{type: 'Feature',properties:{Name: '1', Address: '66 MADISON AVENUE, 7J, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98600864, 40.74359596]} },
{type: 'Feature',properties:{Name: '1', Address: '66 MADISON AVENUE, 4E, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98600864, 40.74359596]} },
{type: 'Feature',properties:{Name: '1', Address: '66 MADISON AVENUE, 9J, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98600864, 40.74359596]} },
{type: 'Feature',properties:{Name: '1', Address: '66 MADISON AVENUE, 6A, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98600864, 40.74359596]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '2', Price: '235493'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '22 WEST 15TH STREET, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99407491, 40.73708336]} },
{type: 'Feature',properties:{Name: '1', Address: '22 WEST 15TH STREET, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99407491, 40.73708336]} },
{type: 'Feature',properties:{Name: '1', Address: '22 WEST 15TH STREET, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99407491, 40.73708336]} },
{type: 'Feature',properties:{Name: '1', Address: '22 WEST 15TH STREET, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99407491, 40.73708336]} },
{type: 'Feature',properties:{Name: '1', Address: '50 WEST 15TH ST, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99473163, 40.73736062]} },
{type: 'Feature',properties:{Name: '1', Address: '50 WEST 15TH STREET, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99473163, 40.73736062]} },
{type: 'Feature',properties:{Name: '1', Address: '108 5 AVENUE, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99299235, 40.73730563]} },
{type: 'Feature',properties:{Name: '1', Address: '108 5 AVENUE, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99299235, 40.73730563]} },
{type: 'Feature',properties:{Name: '1', Address: '108 FIFTH AVENUE, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99299235, 40.73730563]} },
{type: 'Feature',properties:{Name: '1', Address: '108 5 AVENUE, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99299235, 40.73730563]} },
{type: 'Feature',properties:{Name: '1', Address: '108 5 AVENUE, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99299235, 40.73730563]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 15TH STREET, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99437801, 40.73722885]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 15TH STREET, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99437801, 40.73722885]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 15TH STREET, FLATIRON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99437801, 40.73722885]} },
{type: 'Feature',properties:{Name: '1', Address: '31-35 WEST 15TH STREET, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99428419, 40.73719042]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 15TH STREET, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99437801, 40.73722885]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 15TH STREET, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99437801, 40.73722885]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 15TH STREET, FLATIRON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99437801, 40.73722885]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 15TH STREET, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99437801, 40.73722885]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 15TH STREET, FLATIRON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99437801, 40.73722885]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 15TH STREET, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99437801, 40.73722885]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 15TH STREET, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99437801, 40.73722885]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 15TH STREET, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99437801, 40.73722885]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 15TH STREET, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99437801, 40.73722885]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 15TH STREET, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99437801, 40.73722885]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 15TH STREET, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99437801, 40.73722885]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 15TH STREET, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99437801, 40.73722885]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 15TH STREET, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99437801, 40.73722885]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 15TH STREET, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99437801, 40.73722885]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 15TH STREET, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99437801, 40.73722885]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 15TH STREET, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99437801, 40.73722885]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 15TH STREET, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99437801, 40.73722885]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 15TH STREET, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99437801, 40.73722885]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 15TH STREET, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99437801, 40.73722885]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 15TH STREET, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99437801, 40.73722885]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 15TH STREET, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99437801, 40.73722885]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 15TH STREET, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99437801, 40.73722885]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 15TH STREET, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99437801, 40.73722885]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 15TH STREET, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99437801, 40.73722885]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 15TH STREET, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99437801, 40.73722885]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 15TH STREET, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99437801, 40.73722885]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 15TH STREET, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99437801, 40.73722885]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 15TH STREET, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99437801, 40.73722885]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 15TH STREET, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99437801, 40.73722885]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 15TH STREET, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99437801, 40.73722885]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 15TH STREET, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99437801, 40.73722885]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 15TH STREET, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99437801, 40.73722885]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 15TH STREET, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99437801, 40.73722885]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 15TH STREET, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99437801, 40.73722885]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 15TH STREET, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99437801, 40.73722885]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 15TH STREET, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99437801, 40.73722885]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 15TH STREET, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99437801, 40.73722885]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 15TH STREET, FLATIRON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99437801, 40.73722885]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 15TH STREET, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99437801, 40.73722885]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 15TH STREET, FLATIRON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99437801, 40.73722885]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 15TH STREET, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99437801, 40.73722885]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 15TH STREET, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99437801, 40.73722885]} },
{type: 'Feature',properties:{Name: '1', Address: '12 WEST 18TH STREET, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99251947, 40.73880149]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WEST 17TH ST, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99302472, 40.73826355]} },
{type: 'Feature',properties:{Name: '1', Address: '63 WEST 17TH STREET, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99412889, 40.73872473]} },
{type: 'Feature',properties:{Name: '1', Address: '32 WEST 18TH STREET, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99298856, 40.73899914]} },
{type: 'Feature',properties:{Name: '1', Address: '32 WEST 18TH STREET, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99298856, 40.73899914]} },
{type: 'Feature',properties:{Name: '1', Address: '32 WEST 18TH STREET, FLATIRON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99298856, 40.73899914]} },
{type: 'Feature',properties:{Name: '1', Address: '32 WEST 18TH STREET, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99298856, 40.73899914]} },
{type: 'Feature',properties:{Name: '1', Address: '32 WEST 18TH STREET, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99298856, 40.73899914]} },
{type: 'Feature',properties:{Name: '1', Address: '8 WEST 19TH STREET, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99200338, 40.73934217]} },
{type: 'Feature',properties:{Name: '1', Address: '16 WEST 19TH STREET, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99219102, 40.73942178]} },
{type: 'Feature',properties:{Name: '1', Address: '16 WEST 19TH STREET, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99219102, 40.73942178]} },
{type: 'Feature',properties:{Name: '1', Address: '16 WEST 19TH STREET, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99219102, 40.73942178]} },
{type: 'Feature',properties:{Name: '1', Address: '650 SIXTH AVENUE, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99427666, 40.74085466]} },
{type: 'Feature',properties:{Name: '1', Address: '650 AVENUE OF THE AMER, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99427666, 40.74085466]} },
{type: 'Feature',properties:{Name: '1', Address: '650 AVENUE OF THE AMER, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99427666, 40.74085466]} },
{type: 'Feature',properties:{Name: '1', Address: '650 AVENUE OF THE AMER, FLATIRON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99427666, 40.74085466]} },
{type: 'Feature',properties:{Name: '1', Address: '27 WEST 19TH STREET, FLATIRON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99245082, 40.73954806]} },
{type: 'Feature',properties:{Name: '1', Address: '27 WEST 19TH STREET, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99245082, 40.73954806]} },
{type: 'Feature',properties:{Name: '1', Address: '27 WEST 19 ST, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99245082, 40.73954806]} },
{type: 'Feature',properties:{Name: '1', Address: '27 WEST 19TH STREET, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99245082, 40.73954806]} },
{type: 'Feature',properties:{Name: '1', Address: '9 WEST 20TH STREET, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99160636, 40.73996245]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WEST 20TH STREET, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99174348, 40.7400201]} },
{type: 'Feature',properties:{Name: '1', Address: '1107 BROADWAY, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9892134, 40.74274269]} },
{type: 'Feature',properties:{Name: '1', Address: '1107 BROADWAY, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9892134, 40.74274269]} },
{type: 'Feature',properties:{Name: '1', Address: '1107 BROADWAY, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9892134, 40.74274269]} },
{type: 'Feature',properties:{Name: '1', Address: '1107 BROADWAY, FLATIRON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9892134, 40.74274269]} },
{type: 'Feature',properties:{Name: '1', Address: '1107 BROADWAY, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9892134, 40.74274269]} },
{type: 'Feature',properties:{Name: '1', Address: '10 MADISON SQUARE WEST, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98920617, 40.7427866]} },
{type: 'Feature',properties:{Name: '1', Address: '1107 BROADWAY, FLATIRON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9892134, 40.74274269]} },
{type: 'Feature',properties:{Name: '1', Address: '1107 BROADWAY, FLATIRON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9892134, 40.74274269]} },
{type: 'Feature',properties:{Name: '1', Address: '1107 BROADWAY, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9892134, 40.74274269]} },
{type: 'Feature',properties:{Name: '1', Address: '1107 BROADWAY, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9892134, 40.74274269]} },
{type: 'Feature',properties:{Name: '1', Address: '1107 BROADWAY, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9892134, 40.74274269]} },
{type: 'Feature',properties:{Name: '1', Address: '1107 BROADWAY, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9892134, 40.74274269]} },
{type: 'Feature',properties:{Name: '1', Address: '1107 BROADWAY, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9892134, 40.74274269]} },
{type: 'Feature',properties:{Name: '1', Address: '1107 BROADWAY, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9892134, 40.74274269]} },
{type: 'Feature',properties:{Name: '1', Address: '1107 BROADWAY, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9892134, 40.74274269]} },
{type: 'Feature',properties:{Name: '1', Address: '1107 BROADWAY, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9892134, 40.74274269]} },
{type: 'Feature',properties:{Name: '1', Address: '15 UNION SQUARE WEST, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99129657, 40.73579041]} },
{type: 'Feature',properties:{Name: '1', Address: '7 EAST 17TH STREET, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99160304, 40.73767059]} },
{type: 'Feature',properties:{Name: '1', Address: '42 EAST 20TH STREET, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98847432, 40.73861726]} },
{type: 'Feature',properties:{Name: '1', Address: '240 PARK AVENUE SOUTH, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98800893, 40.73797494]} },
{type: 'Feature',properties:{Name: '1', Address: '240 PARK AVENUE SOUTH, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98800893, 40.73797494]} },
{type: 'Feature',properties:{Name: '1', Address: '240 PARK AVENUE SOUTH, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98800893, 40.73797494]} },
{type: 'Feature',properties:{Name: '1', Address: '240 PARK AVENUE SOUTH, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98800893, 40.73797494]} },
{type: 'Feature',properties:{Name: '1', Address: '240 PARK AVENUE SOUTH, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98800893, 40.73797494]} },
{type: 'Feature',properties:{Name: '1', Address: '7 EAST 20TH STREET, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99035064, 40.73943262]} },
{type: 'Feature',properties:{Name: '1', Address: '260 PARK AVENUE SOUTH, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98751083, 40.73864186]} },
{type: 'Feature',properties:{Name: '1', Address: '260 PARK AVENUE SOUTH, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98751083, 40.73864186]} },
{type: 'Feature',properties:{Name: '1', Address: '260 PARK AVENUE SOUTH, FLATIRON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98751083, 40.73864186]} },
{type: 'Feature',properties:{Name: '1', Address: '260 PARK AVENUE SOUTH, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98751083, 40.73864186]} },
{type: 'Feature',properties:{Name: '1', Address: '260 PARK AVENUE SOUTH, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98751083, 40.73864186]} },
{type: 'Feature',properties:{Name: '1', Address: '260 PARK AVENUE SOUTH, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98751083, 40.73864186]} },
{type: 'Feature',properties:{Name: '1', Address: '260 PARK AVENUE SOUTH, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98751083, 40.73864186]} },
{type: 'Feature',properties:{Name: '1', Address: '141 5 AVENUE, FLATIRON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99072225, 40.73996513]} },
{type: 'Feature',properties:{Name: '1', Address: '141 FIFTH AVE, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99072225, 40.73996513]} },
{type: 'Feature',properties:{Name: '1', Address: '141 FIFTH AVENUE, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99072225, 40.73996513]} },
{type: 'Feature',properties:{Name: '1', Address: '254 PARK AVENUE SOUTH, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98764077, 40.73846346]} },
{type: 'Feature',properties:{Name: '1', Address: '254 PARK AVENUE SOUTH, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98764077, 40.73846346]} },
{type: 'Feature',properties:{Name: '1', Address: '254 PARK AVENUE SOUTH, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98764077, 40.73846346]} },
{type: 'Feature',properties:{Name: '1', Address: '254 PARK AVENUE SOUTH, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98764077, 40.73846346]} },
{type: 'Feature',properties:{Name: '1', Address: '254 PARK AVENUE SOUTH, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98764077, 40.73846346]} },
{type: 'Feature',properties:{Name: '1', Address: '280 PARK AVENUE SOUTH, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98722919, 40.7395723]} },
{type: 'Feature',properties:{Name: '1', Address: '280 PARK AVENUE SOUTH, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98722919, 40.7395723]} },
{type: 'Feature',properties:{Name: '1', Address: '280 PARK AVENUE SOUTH, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98722919, 40.7395723]} },
{type: 'Feature',properties:{Name: '1', Address: '280 PARK AVENUE SOUTH, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98722919, 40.7395723]} },
{type: 'Feature',properties:{Name: '1', Address: '280 PARK AVENUE SOUTH, FLATIRON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98722919, 40.7395723]} },
{type: 'Feature',properties:{Name: '1', Address: '280 PARK AVENUE SOUTH, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98722919, 40.7395723]} },
{type: 'Feature',properties:{Name: '1', Address: '280 PARK AVENUE SOUTH, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98722919, 40.7395723]} },
{type: 'Feature',properties:{Name: '1', Address: '280 PARK AVENUE SOUTH, FLATIRON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98722919, 40.7395723]} },
{type: 'Feature',properties:{Name: '1', Address: '280 PARK AVENUE SOUTH, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98722919, 40.7395723]} },
{type: 'Feature',properties:{Name: '1', Address: '280 PARK AVENUE SOUTH, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98722919, 40.7395723]} },
{type: 'Feature',properties:{Name: '1', Address: '280 PARK AVENUE SOUTH, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98722919, 40.7395723]} },
{type: 'Feature',properties:{Name: '1', Address: '280 PARK AVENUE SOUTH, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98722919, 40.7395723]} },
{type: 'Feature',properties:{Name: '1', Address: '49 EAST 21ST STREET, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9886149, 40.7394654]} },
{type: 'Feature',properties:{Name: '1', Address: '49 EAST 21ST STREET, FLATIRON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9886149, 40.7394654]} },
{type: 'Feature',properties:{Name: '1', Address: '49 EAST 21ST STREET, FLATIRON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9886149, 40.7394654]} },
{type: 'Feature',properties:{Name: '1', Address: '5 EAST 22ND STREET, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9889756, 40.7404261]} },
{type: 'Feature',properties:{Name: '1', Address: '5 EAST 22ND STREET, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9889756, 40.7404261]} },
{type: 'Feature',properties:{Name: '1', Address: '5 EAST 22ND STREET, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9889756, 40.7404261]} },
{type: 'Feature',properties:{Name: '1', Address: '5 EAST 22ND, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9889756, 40.7404261]} },
{type: 'Feature',properties:{Name: '1', Address: '5 EAST 22ND STREET, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9889756, 40.7404261]} },
{type: 'Feature',properties:{Name: '1', Address: '5 EAST 22ND STREET, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9889756, 40.7404261]} },
{type: 'Feature',properties:{Name: '1', Address: '5 EAST 22ND STREET, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9889756, 40.7404261]} },
{type: 'Feature',properties:{Name: '1', Address: '5 EAST 22ND STREET, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9889756, 40.7404261]} },
{type: 'Feature',properties:{Name: '1', Address: '5 EAST 22ND STREET, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9889756, 40.7404261]} },
{type: 'Feature',properties:{Name: '1', Address: '5 EAST 22ND STREET, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9889756, 40.7404261]} },
{type: 'Feature',properties:{Name: '1', Address: '5 EAST 22ND STREET, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9889756, 40.7404261]} },
{type: 'Feature',properties:{Name: '1', Address: '5 EAST 22ND STREET, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9889756, 40.7404261]} },
{type: 'Feature',properties:{Name: '1', Address: '5 EAST 22ND STREET, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9889756, 40.7404261]} },
{type: 'Feature',properties:{Name: '1', Address: '5 EAST 22ND STREET, FLATIRON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9889756, 40.7404261]} },
{type: 'Feature',properties:{Name: '1', Address: '5 EAST 22ND STREET, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9889756, 40.7404261]} },
{type: 'Feature',properties:{Name: '1', Address: '5 EAST 22ND STREET, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9889756, 40.7404261]} },
{type: 'Feature',properties:{Name: '1', Address: '5 EAST 22ND STREET, FLATIRON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9889756, 40.7404261]} },
{type: 'Feature',properties:{Name: '1', Address: '27 EAST 22ND STREET, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98857507, 40.74025863]} },
{type: 'Feature',properties:{Name: '1', Address: '23 EAST 22ND STREET, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98865085, 40.74028883]} },
{type: 'Feature',properties:{Name: '1', Address: '23 EAST 22ND STREET, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98865085, 40.74028883]} },
{type: 'Feature',properties:{Name: '1', Address: '23 EAST 22ND STREET, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98865085, 40.74028883]} },
{type: 'Feature',properties:{Name: '1', Address: '23 EAST 22ND STREET, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98865085, 40.74028883]} },
{type: 'Feature',properties:{Name: '1', Address: '23 EAST 22ND STREET, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98865085, 40.74028883]} },
{type: 'Feature',properties:{Name: '1', Address: '23 EAST 22ND STREET, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98865085, 40.74028883]} },
{type: 'Feature',properties:{Name: '1', Address: '23 EAST 22ND STREET, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98865085, 40.74028883]} },
{type: 'Feature',properties:{Name: '1', Address: '23 EAST 22ND STREET, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98865085, 40.74028883]} },
{type: 'Feature',properties:{Name: '1', Address: '23 EAST 22ND STREET, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98865085, 40.74028883]} },
{type: 'Feature',properties:{Name: '1', Address: '43 EAST 25 STREET, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98674154, 40.74202056]} },
{type: 'Feature',properties:{Name: '1', Address: '43 EAST 25TH STREET, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98674154, 40.74202056]} },
{type: 'Feature',properties:{Name: '1', Address: '43 EAST 25TH STREET, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98674154, 40.74202056]} },
{type: 'Feature',properties:{Name: '1', Address: '43 EAST 25TH STREET, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98674154, 40.74202056]} },
{type: 'Feature',properties:{Name: '1', Address: '43 EAST 25TH STREET, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98674154, 40.74202056]} },
{type: 'Feature',properties:{Name: '1', Address: '43 EAST 25TH STREET, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98674154, 40.74202056]} },
{type: 'Feature',properties:{Name: '1', Address: '43 EAST 25TH STREET, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98674154, 40.74202056]} },
{type: 'Feature',properties:{Name: '1', Address: '43 EAST 25TH STREET, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98674154, 40.74202056]} },
{type: 'Feature',properties:{Name: '1', Address: '43 EAST 25TH STREET, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98674154, 40.74202056]} },
{type: 'Feature',properties:{Name: '1', Address: '43 EAST 25TH STREET, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98674154, 40.74202056]} },
{type: 'Feature',properties:{Name: '1', Address: '225 FIFTH AVENUE, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98790683, 40.74382674]} },
{type: 'Feature',properties:{Name: '1', Address: '225 FIFTH AVENUE, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98790683, 40.74382674]} },
{type: 'Feature',properties:{Name: '1', Address: '225 5 AVENUE, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98790683, 40.74382674]} },
{type: 'Feature',properties:{Name: '1', Address: '225 5 AVENUE, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98790683, 40.74382674]} },
{type: 'Feature',properties:{Name: '1', Address: '225 FIFTH AVENUE, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98790683, 40.74382674]} },
{type: 'Feature',properties:{Name: '1', Address: '225 5 AVENUE, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98790683, 40.74382674]} },
{type: 'Feature',properties:{Name: '1', Address: '225 5 AVENUE, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98790683, 40.74382674]} },
{type: 'Feature',properties:{Name: '1', Address: '225 FIFTH AVENUE, FLATIRON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98790683, 40.74382674]} },
{type: 'Feature',properties:{Name: '1', Address: '225 5 AVENUE, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98790683, 40.74382674]} },
{type: 'Feature',properties:{Name: '1', Address: '225 5 AVENUE, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98790683, 40.74382674]} },
{type: 'Feature',properties:{Name: '1', Address: '225 5 AVENUE, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98790683, 40.74382674]} },
{type: 'Feature',properties:{Name: '1', Address: '225 5 AVENUE, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98790683, 40.74382674]} },
{type: 'Feature',properties:{Name: '1', Address: '225 5 AVENUE, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98790683, 40.74382674]} },
{type: 'Feature',properties:{Name: '1', Address: '225 5 AVENUE, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98790683, 40.74382674]} },
{type: 'Feature',properties:{Name: '1', Address: '225 5 AVENUE, FLATIRON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98790683, 40.74382674]} },
{type: 'Feature',properties:{Name: '1', Address: '15 EAST 26TH STREET, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98738729, 40.74311853]} },
{type: 'Feature',properties:{Name: '1', Address: '15 EAST 26TH STREET, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98738729, 40.74311853]} },
{type: 'Feature',properties:{Name: '1', Address: '15 EAST 26TH STREET, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98738729, 40.74311853]} },
{type: 'Feature',properties:{Name: '1', Address: '15 EAST 26TH STREET, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98738729, 40.74311853]} },
{type: 'Feature',properties:{Name: '1', Address: '241 5 AVENUE, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98751337, 40.74437015]} },
{type: 'Feature',properties:{Name: '1', Address: '241 FIFTH AVENUE, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98751337, 40.74437015]} },
{type: 'Feature',properties:{Name: '1', Address: '76 MADISON AVENUE, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98581009, 40.74386492]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '398 PARK AVENUE SOUTH, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842296, 40.74312638]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '398 PARK AVENUE SOUTH, FLATIRON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842296, 40.74312638]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '398 PARK AVENUE SOUTH, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842296, 40.74312638]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '398 PARK AVENUE SOUTH, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842296, 40.74312638]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '398 PARK AVENUE SOUTH, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842296, 40.74312638]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '398 PARK AVENUE SOUTH, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842296, 40.74312638]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '398 PARK AVENUE SOUTH, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842296, 40.74312638]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '398 PARK AVENUE SOUTH, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842296, 40.74312638]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '398 PARK AVENUE SOUTH, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842296, 40.74312638]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '398 PARK AVENUE SOUTH, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842296, 40.74312638]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '398 PARK AVENUE SOUTH, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842296, 40.74312638]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '398 PARK AVENUE SOUTH, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842296, 40.74312638]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '398 PARK AVENUE SOUTH, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842296, 40.74312638]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '398 PARK AVENUE SOUTH, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842296, 40.74312638]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '398 PARK AVENUE SOUTH, FLATIRON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842296, 40.74312638]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '398 PARK AVENUE SOUTH, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842296, 40.74312638]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '398 PARK AVENUE SOUTH, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842296, 40.74312638]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '398 PARK AVENUE SOUTH, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842296, 40.74312638]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '398 PARK AVENUE SOUTH, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842296, 40.74312638]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '398 PARK AVENUE SOUTH, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842296, 40.74312638]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '398 PARK AVENUE SOUTH, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842296, 40.74312638]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '398 PARK AVENUE SOUTH, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842296, 40.74312638]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '398 PARK AVENUE SOUTH, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842296, 40.74312638]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '398 PARK AVENUE SOUTH, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842296, 40.74312638]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '398 PARK AVENUE SOUTH, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842296, 40.74312638]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '398 PARK AVENUE SOUTH, FLATIRON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842296, 40.74312638]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '398 PARK AVENUE SOUTH, FLATIRON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842296, 40.74312638]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '398 PARK AVENUE SOUTH, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842296, 40.74312638]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '398 PARK AVENUE SOUTH, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842296, 40.74312638]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '398 PARK AVENUE SOUTH, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842296, 40.74312638]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '398 PARK AVENUE SOUTH, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842296, 40.74312638]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '398 PARK AVENUE SOUTH, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842296, 40.74312638]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '398 PARK AVENUE SOUTH, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842296, 40.74312638]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '398 PARK AVENUE SOUTH, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842296, 40.74312638]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '398 PARK AVENUE SOUTH, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842296, 40.74312638]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '398 PARK AVENUE SOUTH, FLATIRON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842296, 40.74312638]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '398 PARK AVENUE SOUTH, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842296, 40.74312638]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '398 PARK AVENUE SOUTH, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842296, 40.74312638]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '398 PARK AVENUE SOUTH, FLATIRON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842296, 40.74312638]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '398 PARK AVENUE SOUTH, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842296, 40.74312638]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '400 PARK AVENUE SOUTH, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98418989, 40.74318127]} },
{type: 'Feature',properties:{Name: '1', Address: '36 WEST 26TH STREET, FLATIRON', Month: '3', Price: '6691'}, geometry: { type: 'Point', coordinates:[-73.98987359, 40.74414806]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 20TH STREET, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99220536, 40.74021227]} },
{type: 'Feature',properties:{Name: '1', Address: '16 WEST 21ST STREET, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99133202, 40.74059647]} },
{type: 'Feature',properties:{Name: '1', Address: '40 EAST 20TH STREET, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98854648, 40.73864746]} },
{type: 'Feature',properties:{Name: '1', Address: '40 EAST 20TH STREET, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98854648, 40.73864746]} },
{type: 'Feature',properties:{Name: '1', Address: '11 WEST 20TH STREET, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99165327, 40.73998167]} },
{type: 'Feature',properties:{Name: '1', Address: '5 EAST 17TH STREET, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9917149, 40.73771451]} },
{type: 'Feature',properties:{Name: '1', Address: '40 EAST 20TH STREET, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98854648, 40.73864746]} },
{type: 'Feature',properties:{Name: '1', Address: '42 W 15TH ST, 3, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99454399, 40.73728101]} },
{type: 'Feature',properties:{Name: '1', Address: '32 W 20 ST, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9921368, 40.7401656]} },
{type: 'Feature',properties:{Name: '1', Address: '69 FIFTH AVENUE, 8JH, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99353374, 40.73610346]} },
{type: 'Feature',properties:{Name: '1', Address: '69 FIFTH AVENUE, 11A, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99353374, 40.73610346]} },
{type: 'Feature',properties:{Name: '1', Address: '69 FIFTH AVENUE, 7A, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99353374, 40.73610346]} },
{type: 'Feature',properties:{Name: '1', Address: '69 5 AVENUE, RES, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99353374, 40.73610346]} },
{type: 'Feature',properties:{Name: '1', Address: '69 FIFTH AVENUE, 15A, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99353374, 40.73610346]} },
{type: 'Feature',properties:{Name: '1', Address: '69 FIFTH AVENUE, 3M, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99353374, 40.73610346]} },
{type: 'Feature',properties:{Name: '1', Address: '530 AVENUE OF THE AMER, FLATIRON', Month: '11', Price: '16900'}, geometry: { type: 'Point', coordinates:[-73.9967235, 40.73750342]} },
{type: 'Feature',properties:{Name: '1', Address: '536-540 6TH AVENUE, FLATIRON', Month: '6', Price: '15844'}, geometry: { type: 'Point', coordinates:[-73.99662606, 40.73763242]} },
{type: 'Feature',properties:{Name: '1', Address: '33 WEST 14TH ST, FLATIRON', Month: '1', Price: '4943'}, geometry: { type: 'Point', coordinates:[-73.99483273, 40.73652622]} },
{type: 'Feature',properties:{Name: '1', Address: '620 AVENUE OF THE AMER, FLATIRON', Month: '11', Price: '723181'}, geometry: { type: 'Point', coordinates:[-73.99484328, 40.74008067]} },
{type: 'Feature',properties:{Name: '1', Address: '7 WEST 18TH ST, FLATIRON', Month: '6', Price: '43307'}, geometry: { type: 'Point', coordinates:[-73.99241483, 40.73877403]} },
{type: 'Feature',properties:{Name: '1', Address: '162 5 AVENUE, FLATIRON', Month: '8', Price: '108167'}, geometry: { type: 'Point', coordinates:[-73.99045877, 40.74035761]} },
{type: 'Feature',properties:{Name: '1', Address: '24-30 WEST 25TH STREET, FLATIRON', Month: '9', Price: '133561'}, geometry: { type: 'Point', coordinates:[-73.99000362, 40.74338229]} },
{type: 'Feature',properties:{Name: '1', Address: '24-30 WEST 25TH STREET, FLATIRON', Month: '2', Price: '133561'}, geometry: { type: 'Point', coordinates:[-73.99000362, 40.74338229]} },
{type: 'Feature',properties:{Name: '1', Address: '210 FIFTH AVENUE, FLATIRON', Month: '7', Price: '36485'}, geometry: { type: 'Point', coordinates:[-73.98840496, 40.74316805]} },
{type: 'Feature',properties:{Name: '1', Address: '18 WEST 27TH STREET, FLATIRON', Month: '6', Price: '27559'}, geometry: { type: 'Point', coordinates:[-73.98932495, 40.74471617]} },
{type: 'Feature',properties:{Name: '1', Address: '23 WEST 24TH STREET, FLATIRON', Month: '8', Price: '2454'}, geometry: { type: 'Point', coordinates:[-73.9901986, 40.74267965]} },
{type: 'Feature',properties:{Name: '1', Address: '664 AVENUE OF THE AMERIC, FLATIRON', Month: '10', Price: '5400'}, geometry: { type: 'Point', coordinates:[-73.99367759, 40.74121419]} },
{type: 'Feature',properties:{Name: '1', Address: '19 WEST 24TH STREET, FLATIRON', Month: '4', Price: '51659'}, geometry: { type: 'Point', coordinates:[-73.990112, 40.74264121]} },
{type: 'Feature',properties:{Name: '1', Address: '40-46 WEST 25TH STREET, FLATIRON', Month: '10', Price: '104629'}, geometry: { type: 'Point', coordinates:[-73.99032118, 40.74351681]} },
{type: 'Feature',properties:{Name: '1', Address: '40-46 WEST 25TH STREET, FLATIRON', Month: '5', Price: '104629'}, geometry: { type: 'Point', coordinates:[-73.99032118, 40.74351681]} },
{type: 'Feature',properties:{Name: '1', Address: '1145 BROADWAY, FLATIRON', Month: '9', Price: '6285'}, geometry: { type: 'Point', coordinates:[-73.98897862, 40.74402172]} },
{type: 'Feature',properties:{Name: '1', Address: '45 WEST 27TH STREET, FLATIRON', Month: '3', Price: '54238'}, geometry: { type: 'Point', coordinates:[-73.98965695, 40.7448754]} },
{type: 'Feature',properties:{Name: '1', Address: '13 WEST 27TH STREET, FLATIRON', Month: '8', Price: '50234'}, geometry: { type: 'Point', coordinates:[-73.98838311, 40.74433731]} },
{type: 'Feature',properties:{Name: '1', Address: '240 5 AVENUE, FLATIRON', Month: '7', Price: '11352'}, geometry: { type: 'Point', coordinates:[-73.98753141, 40.74437839]} },
{type: 'Feature',properties:{Name: '1', Address: '6 WEST 28TH STREET, FLATIRON', Month: '9', Price: '8936'}, geometry: { type: 'Point', coordinates:[-73.98776589, 40.74486973]} },
{type: 'Feature',properties:{Name: '1', Address: '8 WEST 28TH STREET, FLATIRON', Month: '8', Price: '9104'}, geometry: { type: 'Point', coordinates:[-73.9878922, 40.74492189]} },
{type: 'Feature',properties:{Name: '1', Address: '23 EAST 17TH STREET, FLATIRON', Month: '2', Price: '10998'}, geometry: { type: 'Point', coordinates:[-73.99071901, 40.73730272]} },
{type: 'Feature',properties:{Name: '1', Address: '5 MADISON AVENUE, FLATIRON', Month: '5', Price: '252109'}, geometry: { type: 'Point', coordinates:[-73.98775935, 40.74118352]} },
{type: 'Feature',properties:{Name: '1', Address: '48 WEST 17TH STREET, FLATIRON', Month: '10', Price: '6306'}, geometry: { type: 'Point', coordinates:[-73.99379331, 40.73856551]} },
{type: 'Feature',properties:{Name: '1', Address: '48 WEST 17TH STREET, FLATIRON', Month: '6', Price: '6306'}, geometry: { type: 'Point', coordinates:[-73.99379331, 40.73856551]} },
{type: 'Feature',properties:{Name: '1', Address: '48 WEST 17TH STREET, FLATIRON', Month: '3', Price: '6306'}, geometry: { type: 'Point', coordinates:[-73.99379331, 40.73856551]} },
{type: 'Feature',properties:{Name: '1', Address: '46 WEST 17TH STREET, FLATIRON', Month: '9', Price: '7200'}, geometry: { type: 'Point', coordinates:[-73.9937464, 40.7385463]} },
{type: 'Feature',properties:{Name: '1', Address: '46 WEST 17TH STREET, FLATIRON', Month: '11', Price: '7200'}, geometry: { type: 'Point', coordinates:[-73.9937464, 40.7385463]} },
{type: 'Feature',properties:{Name: '1', Address: '46 WEST 17TH STREET, FLATIRON', Month: '6', Price: '7200'}, geometry: { type: 'Point', coordinates:[-73.9937464, 40.7385463]} },
{type: 'Feature',properties:{Name: '1', Address: '25 WEST 24TH STREET, FLATIRON', Month: '3', Price: '8888'}, geometry: { type: 'Point', coordinates:[-73.99024551, 40.74269612]} },
{type: 'Feature',properties:{Name: '1', Address: '1141 BROADWAY, FLATIRON', Month: '10', Price: '30966'}, geometry: { type: 'Point', coordinates:[-73.98900029, 40.74390919]} },
{type: 'Feature',properties:{Name: '1', Address: '1164 BROADWAY, FLATIRON', Month: '12', Price: '112608'}, geometry: { type: 'Point', coordinates:[-73.98880526, 40.74482043]} },
{type: 'Feature',properties:{Name: '1', Address: '893 BROADWAY, FLATIRON', Month: '4', Price: '18103'}, geometry: { type: 'Point', coordinates:[-73.98988884, 40.73875463]} },
{type: 'Feature',properties:{Name: '1', Address: '8 WEST 17TH STREET, FLATIRON', Month: '5', Price: '12000'}, geometry: { type: 'Point', coordinates:[-73.99285513, 40.73817296]} },
{type: 'Feature',properties:{Name: '1', Address: '39 EAST 20TH STREET, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98908051, 40.73889453]} },
{type: 'Feature',properties:{Name: '1', Address: '25 EAST 21ST STREET, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98905873, 40.73965483]} },
{type: 'Feature',properties:{Name: '1', Address: '25 EAST 21ST, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98905873, 40.73965483]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '1 MADISON AVENUE, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98794705, 40.74090907]} },
{type: 'Feature',properties:{Name: '1', Address: '1 MADISON AVENUE, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98794705, 40.74090907]} },
{type: 'Feature',properties:{Name: '1', Address: '1 MADISON AVENUE, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98794705, 40.74090907]} },
{type: 'Feature',properties:{Name: '1', Address: '1 MADISON AVENUE, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98794705, 40.74090907]} },
{type: 'Feature',properties:{Name: '1', Address: '1 MADISON AVENUE, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98794705, 40.74090907]} },
{type: 'Feature',properties:{Name: '1', Address: '1 MADISON AVENUE, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98794705, 40.74090907]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '1 MADISON AVENUE, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98794705, 40.74090907]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '1 MADISON AVENUE, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98794705, 40.74090907]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '1 MADISON AVENUE, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98794705, 40.74090907]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MADISON AVENUE, FLATIRON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744892, 40.74161716]} },
{type: 'Feature',properties:{Name: '1', Address: '260 PARK AVENUE SOUTH, FLATIRON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98751083, 40.73864186]} },
{type: 'Feature',properties:{Name: '1', Address: '23 EAST 22ND STREET, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98865085, 40.74028883]} },
{type: 'Feature',properties:{Name: '1', Address: '27 WEST 19TH STREET, FLATIRON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99245082, 40.73954806]} },
{type: 'Feature',properties:{Name: '1', Address: '27 WEST 19TH STREET, FLATIRON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99245082, 40.73954806]} },
{type: 'Feature',properties:{Name: '1', Address: '257 3 AVENUE, GRAMERCY', Month: '12', Price: '2898'}, geometry: { type: 'Point', coordinates:[-73.98421293, 40.73735142]} },
{type: 'Feature',properties:{Name: '1', Address: '257 3 AVENUE, GRAMERCY', Month: '8', Price: '2898'}, geometry: { type: 'Point', coordinates:[-73.98421293, 40.73735142]} },
{type: 'Feature',properties:{Name: '1', Address: '109-111 LEXINGTON AVENUE, GRAMERCY', Month: '2', Price: '3888'}, geometry: { type: 'Point', coordinates:[-73.98263471, 40.74238507]} },
{type: 'Feature',properties:{Name: '1', Address: '216 EAST 18TH STREET, GRAMERCY', Month: '11', Price: '5000'}, geometry: { type: 'Point', coordinates:[-73.98477266, 40.73553172]} },
{type: 'Feature',properties:{Name: '1', Address: '351 SECOND AVENUE, GRAMERCY', Month: '1', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.98211309, 40.73624772]} },
{type: 'Feature',properties:{Name: '1', Address: '351 2 AVENUE, GRAMERCY', Month: '12', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.98211309, 40.73624772]} },
{type: 'Feature',properties:{Name: '1', Address: '259 3 AVENUE, GRAMERCY', Month: '8', Price: '3144'}, geometry: { type: 'Point', coordinates:[-73.98417683, 40.73740356]} },
{type: 'Feature',properties:{Name: '1', Address: '259 3 AVENUE, GRAMERCY', Month: '4', Price: '3144'}, geometry: { type: 'Point', coordinates:[-73.98417683, 40.73740356]} },
{type: 'Feature',properties:{Name: '1', Address: '141 EAST 18TH STREET, GRAMERCY', Month: '1', Price: '3192'}, geometry: { type: 'Point', coordinates:[-73.98650092, 40.73627851]} },
{type: 'Feature',properties:{Name: '1', Address: '132 EAST 23RD STREET, GRAMERCY', Month: '7', Price: '12160'}, geometry: { type: 'Point', coordinates:[-73.98498103, 40.73959947]} },
{type: 'Feature',properties:{Name: '1', Address: '132 EAST 23RD STREET, GRAMERCY', Month: '1', Price: '12160'}, geometry: { type: 'Point', coordinates:[-73.98498103, 40.73959947]} },
{type: 'Feature',properties:{Name: '1', Address: '368 3 AVENUE, GRAMERCY', Month: '3', Price: '11356'}, geometry: { type: 'Point', coordinates:[-73.98147665, 40.74113602]} },
{type: 'Feature',properties:{Name: '1', Address: '131 EAST 27TH STREET, GRAMERCY', Month: '6', Price: '4710'}, geometry: { type: 'Point', coordinates:[-73.98313639, 40.74212988]} },
{type: 'Feature',properties:{Name: '1', Address: '100 LEXINGTON AVENUE, GRAMERCY', Month: '2', Price: '7600'}, geometry: { type: 'Point', coordinates:[-73.98308946, 40.74221222]} },
{type: 'Feature',properties:{Name: '1', Address: '102 LEXINGTON AVENUE, GRAMERCY', Month: '5', Price: '4188'}, geometry: { type: 'Point', coordinates:[-73.98281881, 40.742171]} },
{type: 'Feature',properties:{Name: '1', Address: '261 THIRD AVENUE, GRAMERCY', Month: '2', Price: '10734'}, geometry: { type: 'Point', coordinates:[-73.98413713, 40.73745296]} },
{type: 'Feature',properties:{Name: '1', Address: '236 EAST 24TH STREET, GRAMERCY', Month: '9', Price: '8950'}, geometry: { type: 'Point', coordinates:[-73.98175508, 40.73910495]} },
{type: 'Feature',properties:{Name: '1', Address: '234 EAST 24TH STREET, GRAMERCY', Month: '9', Price: '8295'}, geometry: { type: 'Point', coordinates:[-73.98178755, 40.73911868]} },
{type: 'Feature',properties:{Name: '1', Address: '215 EAST 26TH STREET, GRAMERCY', Month: '6', Price: '10095'}, geometry: { type: 'Point', coordinates:[-73.98105824, 40.74044428]} },
{type: 'Feature',properties:{Name: '1', Address: '217 EAST 26TH STREET, GRAMERCY', Month: '3', Price: '8220'}, geometry: { type: 'Point', coordinates:[-73.98099329, 40.74041682]} },
{type: 'Feature',properties:{Name: '1', Address: '230-232 EAST 27TH STREET, GRAMERCY', Month: '4', Price: '18570'}, geometry: { type: 'Point', coordinates:[-73.97989978, 40.74073503]} },
{type: 'Feature',properties:{Name: '1', Address: '228 EAST 27TH STREET, GRAMERCY', Month: '9', Price: '9715'}, geometry: { type: 'Point', coordinates:[-73.98005132, 40.74080093]} },
{type: 'Feature',properties:{Name: '1', Address: '239 PARK AVENUE SOUTH, GRAMERCY', Month: '5', Price: '51122'}, geometry: { type: 'Point', coordinates:[-73.98801615, 40.73793102]} },
{type: 'Feature',properties:{Name: '1', Address: '152 EAST 22ND STREET, GRAMERCY', Month: '7', Price: '24486'}, geometry: { type: 'Point', coordinates:[-73.98466009, 40.73858936]} },
{type: 'Feature',properties:{Name: '1', Address: '295 PARK AVENUE SOUTH, GRAMERCY', Month: '3', Price: '145299'}, geometry: { type: 'Point', coordinates:[-73.98652182, 40.73995099]} },
{type: 'Feature',properties:{Name: '1', Address: '144-146 EAST 24TH STREET, GRAMERCY', Month: '8', Price: '38267'}, geometry: { type: 'Point', coordinates:[-73.98394886, 40.74002752]} },
{type: 'Feature',properties:{Name: '1', Address: '105 EAST 24TH STREET, GRAMERCY', Month: '9', Price: '26142'}, geometry: { type: 'Point', coordinates:[-73.98543908, 40.74067822]} },
{type: 'Feature',properties:{Name: '1', Address: '220 EAST 22ND STREET, GRAMERCY', Month: '8', Price: '77275'}, geometry: { type: 'Point', coordinates:[-73.9829823, 40.73788373]} },
{type: 'Feature',properties:{Name: '1', Address: '210 EAST 22ND STREET, GRAMERCY', Month: '11', Price: '49207'}, geometry: { type: 'Point', coordinates:[-73.98314106, 40.73794962]} },
{type: 'Feature',properties:{Name: '1', Address: '214 EAST 24 ST, GRAMERCY', Month: '12', Price: '57800'}, geometry: { type: 'Point', coordinates:[-73.98210868, 40.73925323]} },
{type: 'Feature',properties:{Name: '1', Address: '133 EAST 15TH STREET, 2A, GRAMERCY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98789409, 40.73450281]} },
{type: 'Feature',properties:{Name: '1', Address: '133 EAST 15TH STREET, 1A, GRAMERCY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98789409, 40.73450281]} },
{type: 'Feature',properties:{Name: '1', Address: '130 EAST 17TH STREET, 1A, GRAMERCY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9870928, 40.73574335]} },
{type: 'Feature',properties:{Name: '1', Address: '149 E 19TH STREET, 6, GRAMERCY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98592346, 40.73680269]} },
{type: 'Feature',properties:{Name: '1', Address: '158 EAST 22ND STREET, 4, GRAMERCY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98455546, 40.73854543]} },
{type: 'Feature',properties:{Name: '1', Address: '1 RUTHERFORD PLACE, 3R, GRAMERCY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98441927, 40.73451337]} },
{type: 'Feature',properties:{Name: '1', Address: '210 EAST 17TH STREET, B, GRAMERCY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98529599, 40.73498833]} },
{type: 'Feature',properties:{Name: '1', Address: '210 EAST 17TH STREET, 6B, GRAMERCY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98529599, 40.73498833]} },
{type: 'Feature',properties:{Name: '1', Address: '210 EAST 17TH STREET, 5A, GRAMERCY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98529599, 40.73498833]} },
{type: 'Feature',properties:{Name: '1', Address: '206 E. 18TH ST, 1, GRAMERCY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98493141, 40.73559762]} },
{type: 'Feature',properties:{Name: '1', Address: '105 EAST 15TH STREET, 21, GRAMERCY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98939866, 40.73513974]} },
{type: 'Feature',properties:{Name: '1', Address: '105 EAST 15TH STREET, 94/96, GRAMERCY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98939866, 40.73513974]} },
{type: 'Feature',properties:{Name: '1', Address: '22 IRVING PLACE, 1D, GRAMERCY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98807443, 40.73492827]} },
{type: 'Feature',properties:{Name: '1', Address: '22 IRVING PLACE, 1F, GRAMERCY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98807443, 40.73492827]} },
{type: 'Feature',properties:{Name: '1', Address: '145 EAST 15 STREET, 7N, GRAMERCY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98771369, 40.73442594]} },
{type: 'Feature',properties:{Name: '1', Address: '145 EAST 15TH STREET, 9G, GRAMERCY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98771369, 40.73442594]} },
{type: 'Feature',properties:{Name: '1', Address: '145 EAST 15TH STREET, 2A, GRAMERCY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98771369, 40.73442594]} },
{type: 'Feature',properties:{Name: '1', Address: '145 EAST 15TH STREET, 3E, GRAMERCY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98771369, 40.73442594]} },
{type: 'Feature',properties:{Name: '1', Address: '145 EAST 15TH STREET, 2-PR, GRAMERCY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98771369, 40.73442594]} },
{type: 'Feature',properties:{Name: '1', Address: '145 EAST 15TH STREET, 12U, GRAMERCY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98771369, 40.73442594]} },
{type: 'Feature',properties:{Name: '1', Address: '145 EAST 15TH STREET, 3L, GRAMERCY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98771369, 40.73442594]} },
{type: 'Feature',properties:{Name: '1', Address: '145 EAST 15TH STREET, 5C, GRAMERCY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98771369, 40.73442594]} },
{type: 'Feature',properties:{Name: '1', Address: '145 EAST 15TH STREET, 12H, GRAMERCY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98771369, 40.73442594]} },
{type: 'Feature',properties:{Name: '1', Address: '142 EAST 16TH STREET, 14E, GRAMERCY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98728778, 40.73505993]} },
{type: 'Feature',properties:{Name: '1', Address: '142 EAST 16TH STREET, 10H, GRAMERCY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98728778, 40.73505993]} },
{type: 'Feature',properties:{Name: '1', Address: '142 EAST 16TH STREET, 12E, GRAMERCY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98728778, 40.73505993]} },
{type: 'Feature',properties:{Name: '1', Address: '142 EAST 16TH STREET, 6C, GRAMERCY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98728778, 40.73505993]} },
{type: 'Feature',properties:{Name: '1', Address: '142 EAST 16TH STREET, 3B, GRAMERCY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98728778, 40.73505993]} },
{type: 'Feature',properties:{Name: '1', Address: '142 EAST 16TH STREET, 6G, GRAMERCY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98728778, 40.73505993]} },
{type: 'Feature',properties:{Name: '1', Address: '142 EAST 16 STREET, 18C, GRAMERCY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98728778, 40.73505993]} },
{type: 'Feature',properties:{Name: '1', Address: '130 EAST 18TH STREET, 4N, GRAMERCY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98666689, 40.73633068]} },
{type: 'Feature',properties:{Name: '1', Address: '130 EAST 18TH STREET, 10W, GRAMERCY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98666689, 40.73633068]} },
{type: 'Feature',properties:{Name: '1', Address: '130 EAST 18TH STREET, 14F, GRAMERCY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98666689, 40.73633068]} },
{type: 'Feature',properties:{Name: '1', Address: '130 EAST 18TH STREET, 16G, GRAMERCY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98666689, 40.73633068]} },
{type: 'Feature',properties:{Name: '1', Address: '130 EAST 18TH STREET, 4X, GRAMERCY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98666689, 40.73633068]} },
{type: 'Feature',properties:{Name: '1', Address: '130 EAST 18TH STREET, 5U, GRAMERCY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98666689, 40.73633068]} },
{type: 'Feature',properties:{Name: '1', Address: '130 EAST 18, 7K, GRAMERCY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98666689, 40.73633068]} },
{type: 'Feature',properties:{Name: '1', Address: '130 EAST 18TH STREET, 9B, GRAMERCY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98666689, 40.73633068]} },
{type: 'Feature',properties:{Name: '1', Address: '130 EAST 18TH STREET, 15B, GRAMERCY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98666689, 40.73633068]} },
{type: 'Feature',properties:{Name: '1', Address: '132 EAST 19TH STREET, 4F, GRAMERCY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98617603, 40.73689055]} },
{type: 'Feature',properties:{Name: '1', Address: '132 EAST 19TH STREET, 5F, GRAMERCY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98617603, 40.73689055]} },
{type: 'Feature',properties:{Name: '1', Address: '112 EAST 19TH STREET, 8F, GRAMERCY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98703477, 40.73724747]} },
{type: 'Feature',properties:{Name: '1', Address: '112 EAST 19TH STREET, 4R, GRAMERCY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98703477, 40.73724747]} },
{type: 'Feature',properties:{Name: '1', Address: '105 EAST 19TH STREET, 5C, GRAMERCY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98760486, 40.73750554]} },
{type: 'Feature',properties:{Name: '1', Address: '105 EAST 19TH STREET, 3B, GRAMERCY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98760486, 40.73750554]} },
{type: 'Feature',properties:{Name: '1', Address: '81 IRVING PLACE, 5F, GRAMERCY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9864827, 40.73714311]} },
{type: 'Feature',properties:{Name: '1', Address: '81 IRVING PLACE, 6G, GRAMERCY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9864827, 40.73714311]} },
{type: 'Feature',properties:{Name: '1', Address: '82 IRVING PLACE, 4D, GRAMERCY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98642856, 40.73718153]} },
{type: 'Feature',properties:{Name: '1', Address: '32 GRAMERCY PARK SOUTH, 7D, GRAMERCY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98464602, 40.73701113]} },
{type: 'Feature',properties:{Name: '1', Address: '32 GRAMERCY PARK S, 11M, GRAMERCY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98464602, 40.73701113]} },
{type: 'Feature',properties:{Name: '1', Address: '32 GRAMERCY PARK SOUTH, 16BD, GRAMERCY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98464602, 40.73701113]} },
{type: 'Feature',properties:{Name: '1', Address: '32 GRAMERCY PARK SOUTH, 16C, GRAMERCY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98464602, 40.73701113]} },
{type: 'Feature',properties:{Name: '1', Address: '32 GRAMERCY PARK SOUTH, 15F, GRAMERCY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98464602, 40.73701113]} },
{type: 'Feature',properties:{Name: '1', Address: '32 GRAMERCY PARK SOUTH, 11D, GRAMERCY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98464602, 40.73701113]} },
{type: 'Feature',properties:{Name: '1', Address: '26 GRAMERCY PARK SOUTH, 7EF, GRAMERCY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98550476, 40.7373708]} },
{type: 'Feature',properties:{Name: '1', Address: '26 GRAMERCY PARK SOUTH, 7H, GRAMERCY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98550476, 40.7373708]} },
{type: 'Feature',properties:{Name: '1', Address: '26 GRAMERCY PARK SOUTH, 4G, GRAMERCY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98550476, 40.7373708]} },
{type: 'Feature',properties:{Name: '1', Address: '26 GRAMERCY PARK SOUTH, 4A, GRAMERCY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98550476, 40.7373708]} },
{type: 'Feature',properties:{Name: '1', Address: '26 GRAMERCY PARK SOUTH, 9C, GRAMERCY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98550476, 40.7373708]} },
{type: 'Feature',properties:{Name: '1', Address: '26 GRAMERCY PARK SOUTH, 1E, GRAMERCY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98550476, 40.7373708]} },
{type: 'Feature',properties:{Name: '1', Address: '13 GRAMERCY PARK SOUTH, 4, GRAMERCY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98673153, 40.73788971]} },
{type: 'Feature',properties:{Name: '1', Address: '34 GRAMERCY PARK EAST, HALL, GRAMERCY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9853135, 40.73741744]} },
{type: 'Feature',properties:{Name: '1', Address: '34 GRAMERCY PARK, 8BR, GRAMERCY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9853135, 40.73741744]} },
{type: 'Feature',properties:{Name: '1', Address: '34 GRAMERCY PARK EAST, 8A/F, GRAMERCY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9853135, 40.73741744]} },
{type: 'Feature',properties:{Name: '1', Address: '38 GRAMERCY PARK, 3D, GRAMERCY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98463506, 40.73759576]} },
{type: 'Feature',properties:{Name: '1', Address: '38 GRAMERCY PARK, 4F, GRAMERCY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98463506, 40.73759576]} },
{type: 'Feature',properties:{Name: '1', Address: '38 GRAMERCY PARK, 1B, GRAMERCY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98463506, 40.73759576]} },
{type: 'Feature',properties:{Name: '1', Address: '60 GRAMERCY PARK NORTH, 2LM, GRAMERCY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98630922, 40.73849625]} },
{type: 'Feature',properties:{Name: '1', Address: '60 GRAMERCY PARK NORTH, 12B, GRAMERCY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98630922, 40.73849625]} },
{type: 'Feature',properties:{Name: '1', Address: '60 GRAMERCY PARK NORTH, 8M, GRAMERCY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98630922, 40.73849625]} },
{type: 'Feature',properties:{Name: '1', Address: '1 LEXINGTON AVENUE, 4A/B, GRAMERCY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98559837, 40.73830677]} },
{type: 'Feature',properties:{Name: '1', Address: '48 GRAMERCY PARK NORTH, 8B, GRAMERCY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98556592, 40.73818326]} },
{type: 'Feature',properties:{Name: '1', Address: '45 GRAMERCY PARK NORTH, 9A, GRAMERCY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98507882, 40.73797734]} },
{type: 'Feature',properties:{Name: '1', Address: '45 GRAMERCY PARK NORTH, 14A, GRAMERCY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98507882, 40.73797734]} },
{type: 'Feature',properties:{Name: '1', Address: '44 GRAMERCY PARK, 6F, GRAMERCY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98421287, 40.73760943]} },
{type: 'Feature',properties:{Name: '1', Address: '44 GRAMERCY PARK NORTH, 9A/F, GRAMERCY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98421287, 40.73760943]} },
{type: 'Feature',properties:{Name: '1', Address: '39 GRAMERCY PARK, 12D, GRAMERCY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98484068, 40.73787575]} },
{type: 'Feature',properties:{Name: '1', Address: '7 LEXINGTON AVENUE, 6A, GRAMERCY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98536736, 40.73863337]} },
{type: 'Feature',properties:{Name: '1', Address: '7 LEXINGTON AVENUE, 4G, GRAMERCY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98536736, 40.73863337]} },
{type: 'Feature',properties:{Name: '1', Address: '7 LEXINGTON AVENUE, 4F, GRAMERCY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98536736, 40.73863337]} },
{type: 'Feature',properties:{Name: '1', Address: '7 LEXINGTON AVENUE, 7E, GRAMERCY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98536736, 40.73863337]} },
{type: 'Feature',properties:{Name: '1', Address: '7 LEXINGTON AVENUE, 10D, GRAMERCY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98536736, 40.73863337]} },
{type: 'Feature',properties:{Name: '1', Address: '7 LEXINGTON AVENUE, 12H, GRAMERCY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98536736, 40.73863337]} },
{type: 'Feature',properties:{Name: '1', Address: '4 LEXINGTON AVENUE, 4LM, GRAMERCY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98551535, 40.73846047]} },
{type: 'Feature',properties:{Name: '1', Address: '4 LEXINGTON AVE, 4K, GRAMERCY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98551535, 40.73846047]} },
{type: 'Feature',properties:{Name: '1', Address: '4 LEXINGTON AVENUE, 1R, GRAMERCY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98551535, 40.73846047]} },
{type: 'Feature',properties:{Name: '1', Address: '4 LEXINGTON AVENUE, 2B, GRAMERCY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98551535, 40.73846047]} },
{type: 'Feature',properties:{Name: '1', Address: '4 LEXINGTON AVENUE, 11K, GRAMERCY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98551535, 40.73846047]} },
{type: 'Feature',properties:{Name: '1', Address: '4 LEXINGTON AVENUE, 4C, GRAMERCY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98551535, 40.73846047]} },
{type: 'Feature',properties:{Name: '1', Address: '4 LEXINGTON AVENUE, 2D, GRAMERCY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98551535, 40.73846047]} },
{type: 'Feature',properties:{Name: '1', Address: '4 LEXINGTON AVENUE, 9A, GRAMERCY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98551535, 40.73846047]} },
{type: 'Feature',properties:{Name: '1', Address: '102 EAST 22 STREET, 4B, GRAMERCY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98629101, 40.7392785]} },
{type: 'Feature',properties:{Name: '1', Address: '102 EAST 22ND STREET, 2I, GRAMERCY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98629101, 40.7392785]} },
{type: 'Feature',properties:{Name: '1', Address: '102 EAST 22ND STREET, 9-I, GRAMERCY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98629101, 40.7392785]} },
{type: 'Feature',properties:{Name: '1', Address: '50 LEXINGTON AVENUE, 18B, GRAMERCY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98430241, 40.74043928]} },
{type: 'Feature',properties:{Name: '1', Address: '50 LEXINGTON AVENUE, 17C, GRAMERCY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98430241, 40.74043928]} },
{type: 'Feature',properties:{Name: '1', Address: '50 LEXINGTON AVENUE, 22F, GRAMERCY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98430241, 40.74043928]} },
{type: 'Feature',properties:{Name: '1', Address: '50 LEXINGTON AVENUE, 11E, GRAMERCY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98430241, 40.74043928]} },
{type: 'Feature',properties:{Name: '1', Address: '50 LEXINGTON AVENUE, 14C, GRAMERCY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98430241, 40.74043928]} },
{type: 'Feature',properties:{Name: '1', Address: '50 LEXINGTON AVENUE, 10C, GRAMERCY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98430241, 40.74043928]} },
{type: 'Feature',properties:{Name: '1', Address: '50 LEXINGTON AVENUE, 22A, GRAMERCY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98430241, 40.74043928]} },
{type: 'Feature',properties:{Name: '1', Address: '50 LEXINGTON AVENUE, 18H, GRAMERCY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98430241, 40.74043928]} },
{type: 'Feature',properties:{Name: '1', Address: '50 LEXINGTON AVENUE, 25E, GRAMERCY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98430241, 40.74043928]} },
{type: 'Feature',properties:{Name: '1', Address: '50 LEXINGTON AVENUE, 6A, GRAMERCY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98430241, 40.74043928]} },
{type: 'Feature',properties:{Name: '1', Address: '50 LEXINGTON AVENUE, 19G, GRAMERCY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98430241, 40.74043928]} },
{type: 'Feature',properties:{Name: '1', Address: '330 3 AVENUE, 5H, GRAMERCY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98244774, 40.73981046]} },
{type: 'Feature',properties:{Name: '1', Address: '330 THIRD AVENUE, 5L, GRAMERCY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98244774, 40.73981046]} },
{type: 'Feature',properties:{Name: '1', Address: '330 THIRD AVENUE, 15D, GRAMERCY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98244774, 40.73981046]} },
{type: 'Feature',properties:{Name: '1', Address: '330 THIRD AVENUE, 18L, GRAMERCY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98244774, 40.73981046]} },
{type: 'Feature',properties:{Name: '1', Address: '330 THIRD AVENUE, 12B, GRAMERCY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98244774, 40.73981046]} },
{type: 'Feature',properties:{Name: '1', Address: '330 THIRD AVENUE, 16B, GRAMERCY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98244774, 40.73981046]} },
{type: 'Feature',properties:{Name: '1', Address: '330 THIRD AVENUE, 20C, GRAMERCY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98244774, 40.73981046]} },
{type: 'Feature',properties:{Name: '1', Address: '330 THIRD AVENUE, 3D, GRAMERCY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98244774, 40.73981046]} },
{type: 'Feature',properties:{Name: '1', Address: '330 3 AVENUE, 8J, GRAMERCY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98244774, 40.73981046]} },
{type: 'Feature',properties:{Name: '1', Address: '330 THIRD AVENUE, 8L, GRAMERCY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98244774, 40.73981046]} },
{type: 'Feature',properties:{Name: '1', Address: '330 THIRD AVENUE, 9B, GRAMERCY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98244774, 40.73981046]} },
{type: 'Feature',properties:{Name: '1', Address: '330 THIRD AVENUE, 14F, GRAMERCY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98244774, 40.73981046]} },
{type: 'Feature',properties:{Name: '1', Address: '330 THIRD AVENUE, 8D, GRAMERCY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98244774, 40.73981046]} },
{type: 'Feature',properties:{Name: '1', Address: '160 EAST 26TH STREET, 3-D, GRAMERCY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98219484, 40.74090558]} },
{type: 'Feature',properties:{Name: '1', Address: '160 EAST 26TH STREET, 1F, GRAMERCY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98219484, 40.74090558]} },
{type: 'Feature',properties:{Name: '1', Address: '160 EAST 26TH STREET, 2F, GRAMERCY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98219484, 40.74090558]} },
{type: 'Feature',properties:{Name: '1', Address: '160 EAST 26TH STREET, 3G, GRAMERCY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98219484, 40.74090558]} },
{type: 'Feature',properties:{Name: '1', Address: '160 EAST 26TH ST, 2I, GRAMERCY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98219484, 40.74090558]} },
{type: 'Feature',properties:{Name: '1', Address: '160 EAST 26TH STREET, 2G, GRAMERCY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98219484, 40.74090558]} },
{type: 'Feature',properties:{Name: '1', Address: '160 EAST 26TH STREET, 3B, GRAMERCY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98219484, 40.74090558]} },
{type: 'Feature',properties:{Name: '1', Address: '160 EAST 26TH STREET, 3C, GRAMERCY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98219484, 40.74090558]} },
{type: 'Feature',properties:{Name: '1', Address: '160 EAST 27TH STREET, 6A, GRAMERCY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98171111, 40.74151209]} },
{type: 'Feature',properties:{Name: '1', Address: '160 EAST 27TH STREET, 9D, GRAMERCY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98171111, 40.74151209]} },
{type: 'Feature',properties:{Name: '1', Address: '160 EAST 27TH STREET, 2-B, GRAMERCY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98171111, 40.74151209]} },
{type: 'Feature',properties:{Name: '1', Address: '160 EAST 27TH STREET, 7-E, GRAMERCY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98171111, 40.74151209]} },
{type: 'Feature',properties:{Name: '1', Address: '160 EAST 27TH STREET, 12B, GRAMERCY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98171111, 40.74151209]} },
{type: 'Feature',properties:{Name: '1', Address: '160 EAST 27TH STREET, 6C, GRAMERCY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98171111, 40.74151209]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 27 STREET, 6A, GRAMERCY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9821405, 40.74169057]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 27TH STREET, 2K, GRAMERCY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9821405, 40.74169057]} },
{type: 'Feature',properties:{Name: '1', Address: '140 EAST 28TH STREET, 11F, GRAMERCY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98208616, 40.74248105]} },
{type: 'Feature',properties:{Name: '1', Address: '140 EAST 28TH STREET, 4D, GRAMERCY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98208616, 40.74248105]} },
{type: 'Feature',properties:{Name: '1', Address: '140 EAST 28TH STREET, 8B, GRAMERCY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98208616, 40.74248105]} },
{type: 'Feature',properties:{Name: '1', Address: '140 EAST 28TH STREET, 10A, GRAMERCY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98208616, 40.74248105]} },
{type: 'Feature',properties:{Name: '1', Address: '140 EAST 28TH STREET, 12D, GRAMERCY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98208616, 40.74248105]} },
{type: 'Feature',properties:{Name: '1', Address: '140 EAST 28TH STREET, 9E, GRAMERCY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98208616, 40.74248105]} },
{type: 'Feature',properties:{Name: '1', Address: '230 EAST 15TH STREET, 4F, GRAMERCY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98552364, 40.73348149]} },
{type: 'Feature',properties:{Name: '1', Address: '230 EAST 15TH STREET, 3H, GRAMERCY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98552364, 40.73348149]} },
{type: 'Feature',properties:{Name: '1', Address: '230 EAST 15TH STREET, PH-C, GRAMERCY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98552364, 40.73348149]} },
{type: 'Feature',properties:{Name: '1', Address: '230 EAST 15TH STREET, 9A, GRAMERCY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98552364, 40.73348149]} },
{type: 'Feature',properties:{Name: '1', Address: '230 EAST 15TH STREET, 3A, GRAMERCY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98552364, 40.73348149]} },
{type: 'Feature',properties:{Name: '1', Address: '230 EAST 15TH STREET, 3D/E, GRAMERCY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98552364, 40.73348149]} },
{type: 'Feature',properties:{Name: '1', Address: '230 EAST 15TH STREET, 8F, GRAMERCY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98552364, 40.73348149]} },
{type: 'Feature',properties:{Name: '1', Address: '210 EAST 15TH STREET, 9R, GRAMERCY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98615143, 40.73374781]} },
{type: 'Feature',properties:{Name: '1', Address: '210 EAST 15TH STREET, 12D, GRAMERCY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98615143, 40.73374781]} },
{type: 'Feature',properties:{Name: '1', Address: '210 EAST 15TH STREET, 11-D, GRAMERCY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98615143, 40.73374781]} },
{type: 'Feature',properties:{Name: '1', Address: '210 EAST 15TH STREET, 5P, GRAMERCY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98615143, 40.73374781]} },
{type: 'Feature',properties:{Name: '1', Address: '210 EAST 15TH STREET, 2N, GRAMERCY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98615143, 40.73374781]} },
{type: 'Feature',properties:{Name: '1', Address: '210 EAST 15TH STREET, 4F, GRAMERCY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98615143, 40.73374781]} },
{type: 'Feature',properties:{Name: '1', Address: '210 EAST 15TH STREET, 6N, GRAMERCY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98615143, 40.73374781]} },
{type: 'Feature',properties:{Name: '1', Address: '210 EAST 15TH STREET, 14E, GRAMERCY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98615143, 40.73374781]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 15TH STREET, 7E, GRAMERCY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9864581, 40.73389332]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 15TH STREET, 6A, GRAMERCY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9864581, 40.73389332]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 15TH STREET, 6A, GRAMERCY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9864581, 40.73389332]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 15TH STREET, 5J, GRAMERCY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9864581, 40.73389332]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 15TH STREET, 6G, GRAMERCY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9864581, 40.73389332]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 15TH STREET, 3J, GRAMERCY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9864581, 40.73389332]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 16TH STREET, 5G, GRAMERCY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98600333, 40.73451907]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 16TH STREET, 5F, GRAMERCY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98600333, 40.73451907]} },
{type: 'Feature',properties:{Name: '1', Address: '200 E 16TH ST, 8L, GRAMERCY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98600333, 40.73451907]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 16TH STREET, 9G, GRAMERCY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98600333, 40.73451907]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 16TH STREET, 8DE, GRAMERCY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98600333, 40.73451907]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 16TH, 10F, GRAMERCY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98600333, 40.73451907]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 16TH STREET, 14C, GRAMERCY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98600333, 40.73451907]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 16TH STREET, 3J, GRAMERCY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98600333, 40.73451907]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 16TH STREET, 12M, GRAMERCY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98600333, 40.73451907]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 16TH STREET, 4C, GRAMERCY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98600333, 40.73451907]} },
{type: 'Feature',properties:{Name: '1', Address: '157 3 AVENUE, 4D, GRAMERCY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98641832, 40.73431875]} },
{type: 'Feature',properties:{Name: '1', Address: '201 E 17TH STREET, GRAMERCY', Month: '1', Price: '250220'}, geometry: { type: 'Point', coordinates:[-73.98537536, 40.73504049]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 17TH STREET, GRAMERCY', Month: '7', Price: '250220'}, geometry: { type: 'Point', coordinates:[-73.98537536, 40.73504049]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 17TH STREET, 6D, GRAMERCY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98537536, 40.73504049]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 17TH STREET, 24J, GRAMERCY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98537536, 40.73504049]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 17TH STREET, 14E, GRAMERCY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98537536, 40.73504049]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 17TH STREET, 20A, GRAMERCY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98537536, 40.73504049]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 17TH STREET, 18H, GRAMERCY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98537536, 40.73504049]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 17TH STREET, 11G, GRAMERCY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98537536, 40.73504049]} },
{type: 'Feature',properties:{Name: '1', Address: '201 E 17TH STREET, 31A, GRAMERCY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98537536, 40.73504049]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 17TH STREET, 3C, GRAMERCY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98537536, 40.73504049]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 17TH STREET, 22D, GRAMERCY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98537536, 40.73504049]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 17TH STREET, 7C, GRAMERCY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98537536, 40.73504049]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 17TH STREET, 6J, GRAMERCY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98537536, 40.73504049]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 17TH STREET, 7A, GRAMERCY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98537536, 40.73504049]} },
{type: 'Feature',properties:{Name: '1', Address: '205 THIRD AVENUE, 3R, GRAMERCY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528858, 40.73587488]} },
{type: 'Feature',properties:{Name: '1', Address: '205 THIRD AVENUE, 3T, GRAMERCY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528858, 40.73587488]} },
{type: 'Feature',properties:{Name: '1', Address: '205 THIRD AVENUE, 5J, GRAMERCY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528858, 40.73587488]} },
{type: 'Feature',properties:{Name: '1', Address: '205 THIRD AVENUE, 21E, GRAMERCY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528858, 40.73587488]} },
{type: 'Feature',properties:{Name: '1', Address: '205 THIRD AVENUE, 9M, GRAMERCY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528858, 40.73587488]} },
{type: 'Feature',properties:{Name: '1', Address: '205 THIRD AVENUE, 1E, GRAMERCY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528858, 40.73587488]} },
{type: 'Feature',properties:{Name: '1', Address: '205 THIRD AVENUE, 9H, GRAMERCY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528858, 40.73587488]} },
{type: 'Feature',properties:{Name: '1', Address: '205 THIRD AVENUE, 2A, GRAMERCY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528858, 40.73587488]} },
{type: 'Feature',properties:{Name: '1', Address: '205 THIRD AVENUE, 7M, GRAMERCY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528858, 40.73587488]} },
{type: 'Feature',properties:{Name: '1', Address: '205 THIRD AVENUE, 9G, GRAMERCY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528858, 40.73587488]} },
{type: 'Feature',properties:{Name: '1', Address: '205 THIRD AVENUE, 15D, GRAMERCY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528858, 40.73587488]} },
{type: 'Feature',properties:{Name: '1', Address: '205 THIRD AVENUE, 11T, GRAMERCY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528858, 40.73587488]} },
{type: 'Feature',properties:{Name: '1', Address: '205 THIRD AVENUE, 12U, GRAMERCY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528858, 40.73587488]} },
{type: 'Feature',properties:{Name: '1', Address: '205 THIRD AVENUE, 7P, GRAMERCY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528858, 40.73587488]} },
{type: 'Feature',properties:{Name: '1', Address: '205 THIRD AVE, 6T, GRAMERCY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528858, 40.73587488]} },
{type: 'Feature',properties:{Name: '1', Address: '205 3 AVENUE, GRAMERCY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528858, 40.73587488]} },
{type: 'Feature',properties:{Name: '1', Address: '205 THIRD AVENUE, 5T, GRAMERCY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528858, 40.73587488]} },
{type: 'Feature',properties:{Name: '1', Address: '211 EAST 18TH STREET, 1-O, GRAMERCY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98485925, 40.73558663]} },
{type: 'Feature',properties:{Name: '1', Address: '211 EAST 18TH STREET, 2V, GRAMERCY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98485925, 40.73558663]} },
{type: 'Feature',properties:{Name: '1', Address: '211 EAST 18TH STREET, 2H, GRAMERCY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98485925, 40.73558663]} },
{type: 'Feature',properties:{Name: '1', Address: '211 EAST 18TH STREET, 2V, GRAMERCY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98485925, 40.73558663]} },
{type: 'Feature',properties:{Name: '1', Address: '211 EAST 18TH STREET, 6K, GRAMERCY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98485925, 40.73558663]} },
{type: 'Feature',properties:{Name: '1', Address: '211 EAST 18TH STREET, 2W, GRAMERCY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98485925, 40.73558663]} },
{type: 'Feature',properties:{Name: '1', Address: '211 EAST 18TH STREET, 2D, GRAMERCY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98485925, 40.73558663]} },
{type: 'Feature',properties:{Name: '1', Address: '211 EAST 18TH STREET, 4K, GRAMERCY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98485925, 40.73558663]} },
{type: 'Feature',properties:{Name: '1', Address: '211 EAST 18TH STREET, 4V, GRAMERCY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98485925, 40.73558663]} },
{type: 'Feature',properties:{Name: '1', Address: '242 EAST 19TH STREET, 9G, GRAMERCY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98366481, 40.73583075]} },
{type: 'Feature',properties:{Name: '1', Address: '242 EAST 19TH STREET, GRAMERCY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98366481, 40.73583075]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 21ST STREET, 17H, GRAMERCY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9837402, 40.73741174]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 21ST STREET, 7F, GRAMERCY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9837402, 40.73741174]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 21, 11B, GRAMERCY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9837402, 40.73741174]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 21ST STREET, 12L, GRAMERCY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9837402, 40.73741174]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 21ST STREET, 10S, GRAMERCY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9837402, 40.73741174]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 21ST STREET, 14K, GRAMERCY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9837402, 40.73741174]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 21ST STREET, 1D, GRAMERCY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9837402, 40.73741174]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 21ST STREET, 15A, GRAMERCY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9837402, 40.73741174]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 21ST STREET, 3R, GRAMERCY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9837402, 40.73741174]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 21ST STREET, 9S, GRAMERCY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9837402, 40.73741174]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 21ST STREET, 10E, GRAMERCY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9837402, 40.73741174]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 21ST STREET, 4J, GRAMERCY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9837402, 40.73741174]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 21ST STREET, 14EF, GRAMERCY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9837402, 40.73741174]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 21ST STREET, 9J, GRAMERCY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9837402, 40.73741174]} },
{type: 'Feature',properties:{Name: '1', Address: '207 EAST 21ST STREET, 1E, GRAMERCY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98364278, 40.73737055]} },
{type: 'Feature',properties:{Name: '1', Address: '207 EAST 21ST STREET, 6E, GRAMERCY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98364278, 40.73737055]} },
{type: 'Feature',properties:{Name: '1', Address: '207 EAST 21ST STREET, 4A, GRAMERCY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98364278, 40.73737055]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 24TH STREET, 610, GRAMERCY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98233238, 40.73934933]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 24TH STREET, 705, GRAMERCY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98233238, 40.73934933]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 24TH STREET, 1401, GRAMERCY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98233238, 40.73934933]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 24TH, 201, GRAMERCY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98233238, 40.73934933]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 24TH STREET, 401, GRAMERCY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98233238, 40.73934933]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 24TH STREET, 501/2, GRAMERCY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98233238, 40.73934933]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 24TH STREET, 204, GRAMERCY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98233238, 40.73934933]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 24TH STREET, 803, GRAMERCY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98233238, 40.73934933]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 24 STREET, 1806, GRAMERCY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98233238, 40.73934933]} },
{type: 'Feature',properties:{Name: '1', Address: '215 EAST 24TH STREET, 125, GRAMERCY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98209785, 40.73926695]} },
{type: 'Feature',properties:{Name: '1', Address: '215 EAST 24TH STREET, 123, GRAMERCY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98209785, 40.73926695]} },
{type: 'Feature',properties:{Name: '1', Address: '215 EAST 24TH STREET, 412A, GRAMERCY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98209785, 40.73926695]} },
{type: 'Feature',properties:{Name: '1', Address: '215 EAST 24TH STREET, 101, GRAMERCY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98209785, 40.73926695]} },
{type: 'Feature',properties:{Name: '1', Address: '215 EAST 24TH STREET, 608, GRAMERCY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98209785, 40.73926695]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 24 STREET, 8B, GRAMERCY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98161435, 40.73906376]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 24TH STREET, 3F, GRAMERCY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98161435, 40.73906376]} },
{type: 'Feature',properties:{Name: '1', Address: '245 E. 24TH STREET, 16F, GRAMERCY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98161435, 40.73906376]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 24TH STREET, 11D, GRAMERCY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98161435, 40.73906376]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 24TH STREET, 6H, GRAMERCY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98161435, 40.73906376]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 24TH STREET, 3F, GRAMERCY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98161435, 40.73906376]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 24TH STREET, 10B, GRAMERCY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98161435, 40.73906376]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 24TH STREET, 3J, GRAMERCY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98161435, 40.73906376]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 25TH STREET, 12E, GRAMERCY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98187031, 40.73998055]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 25TH STREET, 9H, GRAMERCY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98187031, 40.73998055]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 25TH STREET, 6K, GRAMERCY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98187031, 40.73998055]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 25TH STREET, 4B, GRAMERCY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98187031, 40.73998055]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 25TH STREET, 7F, GRAMERCY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98187031, 40.73998055]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 25TH STREET, 16B, GRAMERCY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98187031, 40.73998055]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 25TH STREET, 4H, GRAMERCY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98187031, 40.73998055]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 25TH STREET, 8C, GRAMERCY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98116672, 40.739684]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 25TH STREET, 4K, GRAMERCY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98116672, 40.739684]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 25TH STREET, 4J, GRAMERCY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98116672, 40.739684]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 25TH STREET, 6H, GRAMERCY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98116672, 40.739684]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 25TH STREET, 12B, GRAMERCY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98116672, 40.739684]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 27TH STREET, 12M, GRAMERCY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98114462, 40.74127046]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 27TH STREET, 5NP, GRAMERCY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98114462, 40.74127046]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 27TH STREET, 3X, GRAMERCY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98114462, 40.74127046]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 27TH STREET, 7T, GRAMERCY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98114462, 40.74127046]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 27TH STREET, 9V, GRAMERCY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98114462, 40.74127046]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 27TH STREET, 7U, GRAMERCY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98114462, 40.74127046]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 27TH STREET, 4V, GRAMERCY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98114462, 40.74127046]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 27TH STREET, 3P, GRAMERCY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98114462, 40.74127046]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 27TH STREET, 3U, GRAMERCY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98114462, 40.74127046]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 27TH STREET, 2P, GRAMERCY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98114462, 40.74127046]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 27TH STREET, 4M, GRAMERCY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98114462, 40.74127046]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 27TH STREET, 8V, GRAMERCY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98114462, 40.74127046]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 27 STREET, 11M, GRAMERCY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98114462, 40.74127046]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 27TH STREET, 19B, GRAMERCY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98114462, 40.74127046]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 27TH STREET, 9X, GRAMERCY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98114462, 40.74127046]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 27TH STREET, 19A, GRAMERCY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98114462, 40.74127046]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 27TH STREET, 2J, GRAMERCY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98114462, 40.74127046]} },
{type: 'Feature',properties:{Name: '1', Address: '236 EAST 28TH STREET, 3A, GRAMERCY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97928253, 40.74129485]} },
{type: 'Feature',properties:{Name: '1', Address: '236 EAST 28TH STREET, 1A, GRAMERCY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97928253, 40.74129485]} },
{type: 'Feature',properties:{Name: '1', Address: '236 EAST 28 STREET, 4C, GRAMERCY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97928253, 40.74129485]} },
{type: 'Feature',properties:{Name: '1', Address: '236 EAST 28TH STREET, 4A, GRAMERCY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97928253, 40.74129485]} },
{type: 'Feature',properties:{Name: '1', Address: '208 EAST 28TH STREET, 2D, GRAMERCY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98049489, 40.74180833]} },
{type: 'Feature',properties:{Name: '1', Address: '208 EAST 28 STREET, 4F, GRAMERCY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98049489, 40.74180833]} },
{type: 'Feature',properties:{Name: '1', Address: '208 EAST 28TH STREET, 1K, GRAMERCY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98049489, 40.74180833]} },
{type: 'Feature',properties:{Name: '1', Address: '208 EAST 28 STREET, 5B, GRAMERCY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98049489, 40.74180833]} },
{type: 'Feature',properties:{Name: '1', Address: '208 EAST 28 STREET, 4M, GRAMERCY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98049489, 40.74180833]} },
{type: 'Feature',properties:{Name: '1', Address: '237 EAST 24TH STREET, GRAMERCY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98174425, 40.73911868]} },
{type: 'Feature',properties:{Name: '1', Address: '237 EAST 24TH ST., GRAMERCY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98174425, 40.73911868]} },
{type: 'Feature',properties:{Name: '1', Address: '1 IRVING PLACE, GRAMERCY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98871325, 40.73407197]} },
{type: 'Feature',properties:{Name: '1', Address: '1 IRVING PLACE, GRAMERCY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98871325, 40.73407197]} },
{type: 'Feature',properties:{Name: '1', Address: '1 IRVING PLACE, GRAMERCY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98871325, 40.73407197]} },
{type: 'Feature',properties:{Name: '1', Address: '1 IRVING PLACE, GRAMERCY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98871325, 40.73407197]} },
{type: 'Feature',properties:{Name: '1', Address: '1 IRVING PLACE, GRAMERCY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98871325, 40.73407197]} },
{type: 'Feature',properties:{Name: '1', Address: '1 IRVING PLACE, GRAMERCY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98871325, 40.73407197]} },
{type: 'Feature',properties:{Name: '1', Address: '1 IRVING PLACE, GRAMERCY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98871325, 40.73407197]} },
{type: 'Feature',properties:{Name: '1', Address: '1 IRVING PLACE, GRAMERCY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98871325, 40.73407197]} },
{type: 'Feature',properties:{Name: '1', Address: '1 IRVING PLACE, GRAMERCY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98871325, 40.73407197]} },
{type: 'Feature',properties:{Name: '1', Address: '1 IRVING PLACE, GRAMERCY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98871325, 40.73407197]} },
{type: 'Feature',properties:{Name: '1', Address: '1 IRVING PLACE, GRAMERCY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98871325, 40.73407197]} },
{type: 'Feature',properties:{Name: '1', Address: '1 IRVING PLACE, GRAMERCY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98871325, 40.73407197]} },
{type: 'Feature',properties:{Name: '1', Address: '1 IRVING PLACE, GRAMERCY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98871325, 40.73407197]} },
{type: 'Feature',properties:{Name: '1', Address: '1 IRVING PLACE, GRAMERCY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98871325, 40.73407197]} },
{type: 'Feature',properties:{Name: '1', Address: '1 IRVING PLACE, GRAMERCY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98871325, 40.73407197]} },
{type: 'Feature',properties:{Name: '1', Address: '1 IRVING PLACE, GRAMERCY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98871325, 40.73407197]} },
{type: 'Feature',properties:{Name: '1', Address: '1 IRVING PLACE, GRAMERCY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98871325, 40.73407197]} },
{type: 'Feature',properties:{Name: '1', Address: '1 IRVING PLACE, GRAMERCY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98871325, 40.73407197]} },
{type: 'Feature',properties:{Name: '1', Address: '1 IRVING PLACE, GRAMERCY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98871325, 40.73407197]} },
{type: 'Feature',properties:{Name: '1', Address: '1 IRVING PLACE, GRAMERCY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98871325, 40.73407197]} },
{type: 'Feature',properties:{Name: '1', Address: '1 IRVING PLACE, GRAMERCY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98871325, 40.73407197]} },
{type: 'Feature',properties:{Name: '1', Address: '1 IRVING PLACE, GRAMERCY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98871325, 40.73407197]} },
{type: 'Feature',properties:{Name: '1', Address: '1 IRVING PLACE, GRAMERCY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98871325, 40.73407197]} },
{type: 'Feature',properties:{Name: '1', Address: '1 IRVING PLACE, GRAMERCY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98871325, 40.73407197]} },
{type: 'Feature',properties:{Name: '1', Address: '1 IRVING PLACE, GRAMERCY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98871325, 40.73407197]} },
{type: 'Feature',properties:{Name: '1', Address: '1 IRVING PLACE, GRAMERCY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98871325, 40.73407197]} },
{type: 'Feature',properties:{Name: '1', Address: '1 IRVING PLACE, GRAMERCY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98871325, 40.73407197]} },
{type: 'Feature',properties:{Name: '1', Address: '1 IRVING PLACE, GRAMERCY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98871325, 40.73407197]} },
{type: 'Feature',properties:{Name: '1', Address: '1 IRVING PLACE, GRAMERCY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98871325, 40.73407197]} },
{type: 'Feature',properties:{Name: '1', Address: '1 IRVING PLACE, GRAMERCY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98871325, 40.73407197]} },
{type: 'Feature',properties:{Name: '1', Address: '1 IRVING PLACE, GRAMERCY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98871325, 40.73407197]} },
{type: 'Feature',properties:{Name: '1', Address: '1 IRVING PLACE, GRAMERCY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98871325, 40.73407197]} },
{type: 'Feature',properties:{Name: '1', Address: '1 IRVING PLACE, GRAMERCY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98871325, 40.73407197]} },
{type: 'Feature',properties:{Name: '1', Address: '1 IRVING PLACE, GRAMERCY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98871325, 40.73407197]} },
{type: 'Feature',properties:{Name: '1', Address: '1 IRVING PLACE, GRAMERCY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98871325, 40.73407197]} },
{type: 'Feature',properties:{Name: '1', Address: '1 IRVING PLACE, GRAMERCY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98871325, 40.73407197]} },
{type: 'Feature',properties:{Name: '1', Address: '220 3 AVENUE, GRAMERCY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98504673, 40.73623991]} },
{type: 'Feature',properties:{Name: '1', Address: '220 3RD AVENUE, GRAMERCY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98504673, 40.73623991]} },
{type: 'Feature',properties:{Name: '1', Address: '18 GRAMERCY PARK SOUTH, GRAMERCY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98623361, 40.7376783]} },
{type: 'Feature',properties:{Name: '1', Address: '18 GRAMERCY PARK SOUTH, GRAMERCY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98623361, 40.7376783]} },
{type: 'Feature',properties:{Name: '1', Address: '18 GRAMERCY PARK SOUTH, GRAMERCY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98623361, 40.7376783]} },
{type: 'Feature',properties:{Name: '1', Address: '18 GRAMERCY PARK SOUTH, GRAMERCY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98623361, 40.7376783]} },
{type: 'Feature',properties:{Name: '1', Address: '7 GRAMERCY PARK WEST, GRAMERCY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98695883, 40.73810383]} },
{type: 'Feature',properties:{Name: '1', Address: '7 GRAMERCY PARK WEST, GRAMERCY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98695883, 40.73810383]} },
{type: 'Feature',properties:{Name: '1', Address: '151 EAST 20 STREET, GRAMERCY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98514394, 40.73723901]} },
{type: 'Feature',properties:{Name: '1', Address: '244 3 AVENUE, GRAMERCY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98445477, 40.73705227]} },
{type: 'Feature',properties:{Name: '1', Address: '36 GRAMERCY PARK EAST, GRAMERCY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98517272, 40.73762602]} },
{type: 'Feature',properties:{Name: '1', Address: '36 GRAMERCY PARK EAST, GRAMERCY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98517272, 40.73762602]} },
{type: 'Feature',properties:{Name: '1', Address: '36 GRAMERCY PARK EAST, GRAMERCY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98517272, 40.73762602]} },
{type: 'Feature',properties:{Name: '1', Address: '36 GRAMERCY PARK EAST, GRAMERCY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98517272, 40.73762602]} },
{type: 'Feature',properties:{Name: '1', Address: '160 EAST 22ND STREET, GRAMERCY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98452298, 40.73853171]} },
{type: 'Feature',properties:{Name: '1', Address: '160 EAST 22ND STREET, GRAMERCY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98452298, 40.73853171]} },
{type: 'Feature',properties:{Name: '1', Address: '160 EAST 22ND STREET, GRAMERCY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98452298, 40.73853171]} },
{type: 'Feature',properties:{Name: '1', Address: '160 EAST 22ND STREET, GRAMERCY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98452298, 40.73853171]} },
{type: 'Feature',properties:{Name: '1', Address: '121 EAST 23RD STREET, GRAMERCY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98537793, 40.73978617]} },
{type: 'Feature',properties:{Name: '1', Address: '121 EAST 23RD STREET, GRAMERCY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98537793, 40.73978617]} },
{type: 'Feature',properties:{Name: '1', Address: '121 EAST 23RD STREET, GRAMERCY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98537793, 40.73978617]} },
{type: 'Feature',properties:{Name: '1', Address: '121 EAST 23RD STREET, GRAMERCY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98537793, 40.73978617]} },
{type: 'Feature',properties:{Name: '1', Address: '121 EAST 23RD STREET, GRAMERCY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98537793, 40.73978617]} },
{type: 'Feature',properties:{Name: '1', Address: '121 EAST 23RD STREET, GRAMERCY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98537793, 40.73978617]} },
{type: 'Feature',properties:{Name: '1', Address: '121 EAST 23RD STREET, GRAMERCY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98537793, 40.73978617]} },
{type: 'Feature',properties:{Name: '1', Address: '121 EAST 23RD STREET, GRAMERCY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98537793, 40.73978617]} },
{type: 'Feature',properties:{Name: '1', Address: '121 EAST 23RD STREET, GRAMERCY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98537793, 40.73978617]} },
{type: 'Feature',properties:{Name: '1', Address: '121 EAST 23RD STREET, GRAMERCY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98537793, 40.73978617]} },
{type: 'Feature',properties:{Name: '1', Address: '148 EAST 24TH STREET, GRAMERCY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98386948, 40.73999457]} },
{type: 'Feature',properties:{Name: '1', Address: '148 EAST 24TH STREET, GRAMERCY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98386948, 40.73999457]} },
{type: 'Feature',properties:{Name: '1', Address: '148 EAST 24TH STREET, GRAMERCY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98386948, 40.73999457]} },
{type: 'Feature',properties:{Name: '1', Address: '148 EAST 24TH STREET, GRAMERCY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98386948, 40.73999457]} },
{type: 'Feature',properties:{Name: '1', Address: '148 EAST 24TH STREET, GRAMERCY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98386948, 40.73999457]} },
{type: 'Feature',properties:{Name: '1', Address: '117 EAST 24TH STREET, GRAMERCY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98503134, 40.74050525]} },
{type: 'Feature',properties:{Name: '1', Address: '114 EAST 27TH STREET, GRAMERCY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375704, 40.74237151]} },
{type: 'Feature',properties:{Name: '1', Address: '114 EAST 27TH STREET, GRAMERCY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375704, 40.74237151]} },
{type: 'Feature',properties:{Name: '1', Address: '114 EAST 27TH, GRAMERCY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375704, 40.74237151]} },
{type: 'Feature',properties:{Name: '1', Address: '114 EAST 27TH STREET, GRAMERCY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375704, 40.74237151]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 16TH STREET, GRAMERCY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9859492, 40.73451631]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 16TH STREET, GRAMERCY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9859492, 40.73451631]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 16TH STREET, GRAMERCY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9859492, 40.73451631]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 16TH STREET, GRAMERCY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9859492, 40.73451631]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 16TH STREET, GRAMERCY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9859492, 40.73451631]} },
{type: 'Feature',properties:{Name: '1', Address: '305 SECOND AVENUE, GRAMERCY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9833115, 40.73459282]} },
{type: 'Feature',properties:{Name: '1', Address: '305 2 AVENUE, GRAMERCY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9833115, 40.73459282]} },
{type: 'Feature',properties:{Name: '1', Address: '305 2 AVENUE, GRAMERCY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9833115, 40.73459282]} },
{type: 'Feature',properties:{Name: '1', Address: '305 2 AVENUE, GRAMERCY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9833115, 40.73459282]} },
{type: 'Feature',properties:{Name: '1', Address: '305 2 AVENUE, GRAMERCY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9833115, 40.73459282]} },
{type: 'Feature',properties:{Name: '1', Address: '305 2 AVENUE, GRAMERCY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9833115, 40.73459282]} },
{type: 'Feature',properties:{Name: '1', Address: '305 2 AVENUE, GRAMERCY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9833115, 40.73459282]} },
{type: 'Feature',properties:{Name: '1', Address: '305 2ND AVENUE, GRAMERCY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9833115, 40.73459282]} },
{type: 'Feature',properties:{Name: '1', Address: '305 2 AVENUE, GRAMERCY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9833115, 40.73459282]} },
{type: 'Feature',properties:{Name: '1', Address: '305 2 AVENUE, GRAMERCY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9833115, 40.73459282]} },
{type: 'Feature',properties:{Name: '1', Address: '305 SECOND AVENUE, GRAMERCY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9833115, 40.73459282]} },
{type: 'Feature',properties:{Name: '1', Address: '305 2 AVENUE, GRAMERCY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9833115, 40.73459282]} },
{type: 'Feature',properties:{Name: '1', Address: '305 2 AVENUE, GRAMERCY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9833115, 40.73459282]} },
{type: 'Feature',properties:{Name: '1', Address: '305 2 AVENUE, GRAMERCY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9833115, 40.73459282]} },
{type: 'Feature',properties:{Name: '1', Address: '305 SECOND AVENUE, GRAMERCY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9833115, 40.73459282]} },
{type: 'Feature',properties:{Name: '1', Address: '305 2 AVENUE, GRAMERCY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9833115, 40.73459282]} },
{type: 'Feature',properties:{Name: '1', Address: '305 2 AVENUE, GRAMERCY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9833115, 40.73459282]} },
{type: 'Feature',properties:{Name: '1', Address: '305 2 AVENUE, GRAMERCY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9833115, 40.73459282]} },
{type: 'Feature',properties:{Name: '1', Address: '305 2 AVENUE, GRAMERCY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9833115, 40.73459282]} },
{type: 'Feature',properties:{Name: '1', Address: '305 2 AVENUE, GRAMERCY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9833115, 40.73459282]} },
{type: 'Feature',properties:{Name: '1', Address: '305 2 AVENUE, GRAMERCY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9833115, 40.73459282]} },
{type: 'Feature',properties:{Name: '1', Address: '233 EAST 17TH STREET, GRAMERCY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98460686, 40.73471651]} },
{type: 'Feature',properties:{Name: '1', Address: '233 EAST 17TH STREET, GRAMERCY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98460686, 40.73471651]} },
{type: 'Feature',properties:{Name: '1', Address: '233 EAST 17TH STREET, GRAMERCY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98460686, 40.73471651]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 22ND STREET, GRAMERCY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98322765, 40.73800453]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 22ND STREET, GRAMERCY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98322765, 40.73800453]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 22ND STREET, GRAMERCY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98322765, 40.73800453]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 22ND, GRAMERCY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98322765, 40.73800453]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 22ND STREET, GRAMERCY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98322765, 40.73800453]} },
{type: 'Feature',properties:{Name: '1', Address: '77 LEXINGTON AVE, GRAMERCY', Month: '7', Price: '6124'}, geometry: { type: 'Point', coordinates:[-73.98341808, 40.74131473]} },
{type: 'Feature',properties:{Name: '1', Address: '140 EAST 27TH STREET, GRAMERCY', Month: '11', Price: '4660'}, geometry: { type: 'Point', coordinates:[-73.98252298, 40.74185257]} },
{type: 'Feature',properties:{Name: '1', Address: '104 LEXINGTON AVENUE, GRAMERCY', Month: '11', Price: '4721'}, geometry: { type: 'Point', coordinates:[-73.98278271, 40.74221766]} },
{type: 'Feature',properties:{Name: '1', Address: '393 2 AVENUE, GRAMERCY', Month: '3', Price: '4810'}, geometry: { type: 'Point', coordinates:[-73.98109873, 40.7376364]} },
{type: 'Feature',properties:{Name: '1', Address: '57 IRVING PLACE, GRAMERCY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98718654, 40.73617429]} },
{type: 'Feature',properties:{Name: '1', Address: '136 EAST 19TH STREET, GRAMERCY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9861183, 40.73686584]} },
{type: 'Feature',properties:{Name: '1', Address: '295 3 AVENUE, GRAMERCY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98329245, 40.73861388]} },
{type: 'Feature',properties:{Name: '1', Address: '295 3 AVENUE, GRAMERCY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98329245, 40.73861388]} },
{type: 'Feature',properties:{Name: '1', Address: '289 3 AVENUE, GRAMERCY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9834224, 40.73843823]} },
{type: 'Feature',properties:{Name: '1', Address: '289 3 AVENUE, GRAMERCY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9834224, 40.73843823]} },
{type: 'Feature',properties:{Name: '1', Address: '157 EAST 18TH STREET, 2HJ, GRAMERCY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98625196, 40.73617418]} },
{type: 'Feature',properties:{Name: '1', Address: '61 LEXINGTON AVENUE, 3H, GRAMERCY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98353369, 40.74077952]} },
{type: 'Feature',properties:{Name: '1', Address: '61 LEXINGTON AVENUE, 3D, GRAMERCY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98353369, 40.74077952]} },
{type: 'Feature',properties:{Name: '1', Address: '61 LEXINGTON AVENUE, RES, GRAMERCY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98353369, 40.74077952]} },
{type: 'Feature',properties:{Name: '1', Address: '61 LEXINGTON AVENUE, 6C, GRAMERCY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98353369, 40.74077952]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 22ND STREET, RES1, GRAMERCY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98274777, 40.73780409]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 22ND STREET, 5E, GRAMERCY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98274777, 40.73780409]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 22ND STREET, RES1, GRAMERCY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98274777, 40.73780409]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 22ND STREET, 5U, GRAMERCY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98274777, 40.73780409]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 22ND STREET, 8Q, GRAMERCY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98274777, 40.73780409]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 22ND STREET, 13F, GRAMERCY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98274777, 40.73780409]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 22ND STREET, 14G, GRAMERCY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98274777, 40.73780409]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 22ND STREET, 2V, GRAMERCY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98274777, 40.73780409]} },
{type: 'Feature',properties:{Name: '1', Address: '122 EAST 23RD STREET, GRAMERCY', Month: '4', Price: '75500'}, geometry: { type: 'Point', coordinates:[-73.9853202, 40.73974225]} },
{type: 'Feature',properties:{Name: '1', Address: '299 3 AVENUE, GRAMERCY', Month: '10', Price: '7000'}, geometry: { type: 'Point', coordinates:[-73.98320942, 40.73872914]} },
{type: 'Feature',properties:{Name: '1', Address: '299 3 AVENUE, GRAMERCY', Month: '1', Price: '7000'}, geometry: { type: 'Point', coordinates:[-73.98320942, 40.73872914]} },
{type: 'Feature',properties:{Name: '1', Address: '366 3 AVENUE, GRAMERCY', Month: '2', Price: '10356'}, geometry: { type: 'Point', coordinates:[-73.98152358, 40.74107565]} },
{type: 'Feature',properties:{Name: '1', Address: '253 3RD AVENUE, GRAMERCY', Month: '3', Price: '5725'}, geometry: { type: 'Point', coordinates:[-73.98428512, 40.73724987]} },
{type: 'Feature',properties:{Name: '1', Address: '297 3RD AVENUE, GRAMERCY', Month: '4', Price: '5990'}, geometry: { type: 'Point', coordinates:[-73.98325274, 40.73867151]} },
{type: 'Feature',properties:{Name: '1', Address: '297 3 AVENUE, GRAMERCY', Month: '12', Price: '5990'}, geometry: { type: 'Point', coordinates:[-73.98325274, 40.73867151]} },
{type: 'Feature',properties:{Name: '1', Address: '122 EAST 23RD STREET, GRAMERCY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9853202, 40.73974225]} },
{type: 'Feature',properties:{Name: '1', Address: '130 EAST 23RD STREET, GRAMERCY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98504958, 40.73962968]} },
{type: 'Feature',properties:{Name: '1', Address: '122 EAST 23RD STREET, GRAMERCY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9853202, 40.73974225]} },
{type: 'Feature',properties:{Name: '1', Address: '122 EAST 23RD STREET, GRAMERCY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9853202, 40.73974225]} },
{type: 'Feature',properties:{Name: '1', Address: '122 EAST 23RD STREET, GRAMERCY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9853202, 40.73974225]} },
{type: 'Feature',properties:{Name: '1', Address: '130 EAST 23RD STREET, GRAMERCY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98504958, 40.73962968]} },
{type: 'Feature',properties:{Name: '1', Address: '122 EAST 23RD STREET, GRAMERCY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9853202, 40.73974225]} },
{type: 'Feature',properties:{Name: '1', Address: '122 EAST 23RD STREET, GRAMERCY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9853202, 40.73974225]} },
{type: 'Feature',properties:{Name: '1', Address: '110 EAST 16TH STREET, GRAMERCY', Month: '1', Price: '50174'}, geometry: { type: 'Point', coordinates:[-73.98861195, 40.73562]} },
{type: 'Feature',properties:{Name: '1', Address: '61 LEXINGTON AVENUE, GRAMERCY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98353369, 40.74077952]} },
{type: 'Feature',properties:{Name: '1', Address: '61 LEXINGTON AVENUE, GRAMERCY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98353369, 40.74077952]} },
{type: 'Feature',properties:{Name: '1', Address: '61 LEXINGTON AVENUE, GRAMERCY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98353369, 40.74077952]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 16TH STREET, GRAMERCY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9859492, 40.73451631]} },
{type: 'Feature',properties:{Name: '1', Address: '381 2 AVENUE, GRAMERCY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98132616, 40.73732628]} },
{type: 'Feature',properties:{Name: '1', Address: '61 LEXINGTON AVENUE, GRAMERCY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98353369, 40.74077952]} },
{type: 'Feature',properties:{Name: '1', Address: '58 WASHINGTON MEWS, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.99569908, 40.73146492]} },
{type: 'Feature',properties:{Name: '1', Address: '60 WASHINGTON MEWS, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.99562692, 40.73143473]} },
{type: 'Feature',properties:{Name: '1', Address: '62 WASHINGTON MEWS, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.99555476, 40.73140453]} },
{type: 'Feature',properties:{Name: '1', Address: '82 EAST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '2960'}, geometry: { type: 'Point', coordinates:[-73.98988279, 40.73106383]} },
{type: 'Feature',properties:{Name: '1', Address: '16 EAST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '6900'}, geometry: { type: 'Point', coordinates:[-73.99455877, 40.73303488]} },
{type: 'Feature',properties:{Name: '1', Address: '20 EAST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '5178'}, geometry: { type: 'Point', coordinates:[-73.99436394, 40.73295252]} },
{type: 'Feature',properties:{Name: '1', Address: '10 WEST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '8472'}, geometry: { type: 'Point', coordinates:[-73.99616801, 40.73371015]} },
{type: 'Feature',properties:{Name: '1', Address: '24 WEST 11TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '4278'}, geometry: { type: 'Point', coordinates:[-73.99605611, 40.73444849]} },
{type: 'Feature',properties:{Name: '1', Address: '18 WEST 11TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '5040'}, geometry: { type: 'Point', coordinates:[-73.99591539, 40.7343881]} },
{type: 'Feature',properties:{Name: '1', Address: '80 WEST 12TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '3040'}, geometry: { type: 'Point', coordinates:[-73.99690762, 40.73564522]} },
{type: 'Feature',properties:{Name: '1', Address: '1 MINETTA LANE, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '1938'}, geometry: { type: 'Point', coordinates:[-74.0005809, 40.73002126]} },
{type: 'Feature',properties:{Name: '1', Address: '13 EAST 12TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '6485'}, geometry: { type: 'Point', coordinates:[-73.99377206, 40.73434134]} },
{type: 'Feature',properties:{Name: '1', Address: '52 WEST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '2720'}, geometry: { type: 'Point', coordinates:[-73.99715666, 40.73412189]} },
{type: 'Feature',properties:{Name: '1', Address: '39 WEST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '4280'}, geometry: { type: 'Point', coordinates:[-73.99684274, 40.73401209]} },
{type: 'Feature',properties:{Name: '1', Address: '50 WEST 13TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '3864'}, geometry: { type: 'Point', coordinates:[-73.99573487, 40.73598279]} },
{type: 'Feature',properties:{Name: '1', Address: '292 ELIZABETH STREET, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '6678'}, geometry: { type: 'Point', coordinates:[-73.99329311, 40.72480603]} },
{type: 'Feature',properties:{Name: '1', Address: '108 MAC DOUGAL STREET, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '12408'}, geometry: { type: 'Point', coordinates:[-74.00090201, 40.72949427]} },
{type: 'Feature',properties:{Name: '1', Address: '230 SULLIVAN STREET, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '4539'}, geometry: { type: 'Point', coordinates:[-73.99981599, 40.72954093]} },
{type: 'Feature',properties:{Name: '1', Address: '101 MAC DOUGAL STREET, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '7310'}, geometry: { type: 'Point', coordinates:[-74.00087676, 40.72955465]} },
{type: 'Feature',properties:{Name: '1', Address: '116 UNIVERSITY PLACE, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '10024'}, geometry: { type: 'Point', coordinates:[-73.99235759, 40.73444555]} },
{type: 'Feature',properties:{Name: '1', Address: '53 WEST 8TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '9325'}, geometry: { type: 'Point', coordinates:[-73.99854948, 40.73319419]} },
{type: 'Feature',properties:{Name: '1', Address: '21 WEST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '8589'}, geometry: { type: 'Point', coordinates:[-73.9964278, 40.73383642]} },
{type: 'Feature',properties:{Name: '1', Address: '43 WEST 11TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '5300'}, geometry: { type: 'Point', coordinates:[-73.99649631, 40.73465161]} },
{type: 'Feature',properties:{Name: '1', Address: '47 WEST 12TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '5290'}, geometry: { type: 'Point', coordinates:[-73.99612101, 40.7353323]} },
{type: 'Feature',properties:{Name: '1', Address: '27 WASHINGTON SQ NORTH, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '32410'}, geometry: { type: 'Point', coordinates:[-73.99819591, 40.73202218]} },
{type: 'Feature',properties:{Name: '1', Address: '10 E 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '5053'}, geometry: { type: 'Point', coordinates:[-73.99485103, 40.7331584]} },
{type: 'Feature',properties:{Name: '1', Address: '308 MOTT STREET, 1D, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99396413, 40.72516014]} },
{type: 'Feature',properties:{Name: '1', Address: '194 BLEECKER STREET, 2C, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00151177, 40.72931311]} },
{type: 'Feature',properties:{Name: '1', Address: '194 BLEECKER ST, C, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00151177, 40.72931311]} },
{type: 'Feature',properties:{Name: '1', Address: '194 BLEECKER STREET, D, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00151177, 40.72931311]} },
{type: 'Feature',properties:{Name: '1', Address: '210 THOMPSON STREET, 4AN, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99927118, 40.72888768]} },
{type: 'Feature',properties:{Name: '1', Address: '210 THOMPSON STREET, 3DS, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99927118, 40.72888768]} },
{type: 'Feature',properties:{Name: '1', Address: '210 THOMPSON STREET, 7AS, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99927118, 40.72888768]} },
{type: 'Feature',properties:{Name: '1', Address: '126 EAST 12TH STREET, 1D, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98934857, 40.73246086]} },
{type: 'Feature',properties:{Name: '1', Address: '7 EAST 9TH STREET, 1, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99538509, 40.73263418]} },
{type: 'Feature',properties:{Name: '1', Address: '7 EAST 9TH STREET, 3FR, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99538509, 40.73263418]} },
{type: 'Feature',properties:{Name: '1', Address: '23 WEST 9TH STREET, 2F, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99686443, 40.73325454]} },
{type: 'Feature',properties:{Name: '1', Address: '14 WEST 11TH STREET, 1, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99582158, 40.73434967]} },
{type: 'Feature',properties:{Name: '1', Address: '10 BLEECKER STREET, 3A, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99270137, 40.7253522]} },
{type: 'Feature',properties:{Name: '1', Address: '620 BROADWAY, 1R, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99634164, 40.72592328]} },
{type: 'Feature',properties:{Name: '1', Address: '620 BROADWAY, 4R, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99634164, 40.72592328]} },
{type: 'Feature',properties:{Name: '1', Address: '200 MERCER STREET, 2D, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9969802, 40.72653264]} },
{type: 'Feature',properties:{Name: '1', Address: '200 MERCER STREET, 1C, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9969802, 40.72653264]} },
{type: 'Feature',properties:{Name: '1', Address: '88 BLEECKER STREET, 5T, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99646065, 40.72682357]} },
{type: 'Feature',properties:{Name: '1', Address: '88 BLEECKER STREET, 6F, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99646065, 40.72682357]} },
{type: 'Feature',properties:{Name: '1', Address: '88 BLEECKER STREET, 65, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99646065, 40.72682357]} },
{type: 'Feature',properties:{Name: '1', Address: '88 BLEECKER STREET, 5E, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99646065, 40.72682357]} },
{type: 'Feature',properties:{Name: '1', Address: '88 BLEECKER STREET, 3B, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99646065, 40.72682357]} },
{type: 'Feature',properties:{Name: '1', Address: '88 BLEECKER STREET, 3A, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99646065, 40.72682357]} },
{type: 'Feature',properties:{Name: '1', Address: '88 BLEECKER STREET, 6A, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99646065, 40.72682357]} },
{type: 'Feature',properties:{Name: '1', Address: '180 THOMPSON STREET, 1B, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00010463, 40.72789682]} },
{type: 'Feature',properties:{Name: '1', Address: '180 THOMPSON STREET, 2A, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00010463, 40.72789682]} },
{type: 'Feature',properties:{Name: '1', Address: '652 BROADWAY, 6R, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99561279, 40.72678511]} },
{type: 'Feature',properties:{Name: '1', Address: '35 BOND STREET, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99326411, 40.72621135]} },
{type: 'Feature',properties:{Name: '1', Address: '27 BLEECKER STREET, 5B, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99348064, 40.72558006]} },
{type: 'Feature',properties:{Name: '1', Address: '27 BLEECKER STREET, 4B, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99348064, 40.72558006]} },
{type: 'Feature',properties:{Name: '1', Address: '33 BLEECKER STREET, 4C, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9936466, 40.72562399]} },
{type: 'Feature',properties:{Name: '1', Address: '33 BLEECKER STREET, 4B, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9936466, 40.72562399]} },
{type: 'Feature',properties:{Name: '1', Address: '33 BLEECKER STREET, 3B, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9936466, 40.72562399]} },
{type: 'Feature',properties:{Name: '1', Address: '682 BROADWAY, 7A, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99481898, 40.72772379]} },
{type: 'Feature',properties:{Name: '1', Address: '48 BOND STREET, 8B, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99287447, 40.72604115]} },
{type: 'Feature',properties:{Name: '1', Address: '2 BOND STREET, 3F, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99463143, 40.72690035]} },
{type: 'Feature',properties:{Name: '1', Address: '77 BLEECKER STREET, 524, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99604214, 40.72663417]} },
{type: 'Feature',properties:{Name: '1', Address: '77 BLEECKER STREET, 631, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99604214, 40.72663417]} },
{type: 'Feature',properties:{Name: '1', Address: '77 BLEECKER STREET, 323, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99604214, 40.72663417]} },
{type: 'Feature',properties:{Name: '1', Address: '77 BLEECKER STREET, 222E, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99604214, 40.72663417]} },
{type: 'Feature',properties:{Name: '1', Address: '77 BLEECKER STREET, 213W, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99604214, 40.72663417]} },
{type: 'Feature',properties:{Name: '1', Address: '77 BLEECKER STREET, 917N, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99604214, 40.72663417]} },
{type: 'Feature',properties:{Name: '1', Address: '77 BLEECKER STREET, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99604214, 40.72663417]} },
{type: 'Feature',properties:{Name: '1', Address: '77 BLEECKER STREET, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99604214, 40.72663417]} },
{type: 'Feature',properties:{Name: '1', Address: '77 BLEEKER ST, 421E, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99604214, 40.72663417]} },
{type: 'Feature',properties:{Name: '1', Address: '77 BLEECKER STREET, 705, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99604214, 40.72663417]} },
{type: 'Feature',properties:{Name: '1', Address: '77 BLEECKER STREET, 824, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99604214, 40.72663417]} },
{type: 'Feature',properties:{Name: '1', Address: '77 BLEECKER STREET, PH-27, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99604214, 40.72663417]} },
{type: 'Feature',properties:{Name: '1', Address: '77 BLEECKER STREET, 1025, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99604214, 40.72663417]} },
{type: 'Feature',properties:{Name: '1', Address: '77 BLEECKER STREET, 505, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99604214, 40.72663417]} },
{type: 'Feature',properties:{Name: '1', Address: '77 BLEECKER STREET, 833, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99604214, 40.72663417]} },
{type: 'Feature',properties:{Name: '1', Address: '77 BLEECKER STREET, 223, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99604214, 40.72663417]} },
{type: 'Feature',properties:{Name: '1', Address: '77 BLEECKER STREET, 919, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99604214, 40.72663417]} },
{type: 'Feature',properties:{Name: '1', Address: '77 BLEECKER STREET, 332, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99604214, 40.72663417]} },
{type: 'Feature',properties:{Name: '1', Address: '77 BLEECKER STREET, 519, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99604214, 40.72663417]} },
{type: 'Feature',properties:{Name: '1', Address: '77 BLEECKER STREET, 118N, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99604214, 40.72663417]} },
{type: 'Feature',properties:{Name: '1', Address: '77 BLEECKER STREET, 124, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99604214, 40.72663417]} },
{type: 'Feature',properties:{Name: '1', Address: '77 BLEECKER STREET, 206, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99604214, 40.72663417]} },
{type: 'Feature',properties:{Name: '1', Address: '77 BLEECKER STREET, 319, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99604214, 40.72663417]} },
{type: 'Feature',properties:{Name: '1', Address: '77 BLEECKER STREET, 210, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99604214, 40.72663417]} },
{type: 'Feature',properties:{Name: '1', Address: '211 THOMPSON STREET, 3O, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9993253, 40.728852]} },
{type: 'Feature',properties:{Name: '1', Address: '211 THOMPSON STREET, 6L, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9993253, 40.728852]} },
{type: 'Feature',properties:{Name: '1', Address: '211 THOMPSON STREET, 4E, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9993253, 40.728852]} },
{type: 'Feature',properties:{Name: '1', Address: '211 THOMPSON STREET, GLJ, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9993253, 40.728852]} },
{type: 'Feature',properties:{Name: '1', Address: '211 THOMPSON STREET, 4H, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9993253, 40.728852]} },
{type: 'Feature',properties:{Name: '1', Address: '211 THOMPSON STREET, 6F, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9993253, 40.728852]} },
{type: 'Feature',properties:{Name: '1', Address: '211 THOMPSON STREET, 5D, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9993253, 40.728852]} },
{type: 'Feature',properties:{Name: '1', Address: '25 MINETTA LANE, 5H, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00145767, 40.73045767]} },
{type: 'Feature',properties:{Name: '1', Address: '25 MINETTA LANE, 2H, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00145767, 40.73045767]} },
{type: 'Feature',properties:{Name: '1', Address: '25 MINETTA LANE, 3H, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00145767, 40.73045767]} },
{type: 'Feature',properties:{Name: '1', Address: '714 BROADWAY, 9, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99381586, 40.72891496]} },
{type: 'Feature',properties:{Name: '1', Address: '718 BROADWAY, 3B, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9936174, 40.72914551]} },
{type: 'Feature',properties:{Name: '1', Address: '718 BROADWAY, GF, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9936174, 40.72914551]} },
{type: 'Feature',properties:{Name: '1', Address: '718 BROADWAY, 11D, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9936174, 40.72914551]} },
{type: 'Feature',properties:{Name: '1', Address: '718 BROADWAY, 11C, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9936174, 40.72914551]} },
{type: 'Feature',properties:{Name: '1', Address: '718 BROADWAY, 11B, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9936174, 40.72914551]} },
{type: 'Feature',properties:{Name: '1', Address: '722 BROADWAY, 3, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99351997, 40.72926078]} },
{type: 'Feature',properties:{Name: '1', Address: '303 MERCER STREET, A604, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99357035, 40.73057827]} },
{type: 'Feature',properties:{Name: '1', Address: '303 MERCER STREET, A4, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99357035, 40.73057827]} },
{type: 'Feature',properties:{Name: '1', Address: '50 EAST 8TH ST, 3T, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99368576, 40.73111899]} },
{type: 'Feature',properties:{Name: '1', Address: '50 EAST 8TH STREET, 6W, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99368576, 40.73111899]} },
{type: 'Feature',properties:{Name: '1', Address: '50 EAST 8TH STREET, 3-X, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99368576, 40.73111899]} },
{type: 'Feature',properties:{Name: '1', Address: '50 EAST 8TH STREET, 5N, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99368576, 40.73111899]} },
{type: 'Feature',properties:{Name: '1', Address: '54 EAST 8TH STREET, 2I, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99353062, 40.73105311]} },
{type: 'Feature',properties:{Name: '1', Address: '54 EAST 8TH STREET, 5D, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99353062, 40.73105311]} },
{type: 'Feature',properties:{Name: '1', Address: '23 WAVERLY PLACE, 5Z, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99470332, 40.73030111]} },
{type: 'Feature',properties:{Name: '1', Address: '23 WAVERLY PLACE, 6S, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99470332, 40.73030111]} },
{type: 'Feature',properties:{Name: '1', Address: '1 FIFTH AVENUE, 3H, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99658666, 40.73191235]} },
{type: 'Feature',properties:{Name: '1', Address: '1 FIFTH AVENUE, 12H, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99658666, 40.73191235]} },
{type: 'Feature',properties:{Name: '1', Address: '1 FIFTH AVENUE, 10BC, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99658666, 40.73191235]} },
{type: 'Feature',properties:{Name: '1', Address: '1 5TH AVENUE, 11F/G, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99658666, 40.73191235]} },
{type: 'Feature',properties:{Name: '1', Address: '1 FIFTH AVENUE, 2HH, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99658666, 40.73191235]} },
{type: 'Feature',properties:{Name: '1', Address: '2 FIFTH AVENUE, 10H, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99660831, 40.73192058]} },
{type: 'Feature',properties:{Name: '1', Address: '2 5 AVENUE, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99660831, 40.73192058]} },
{type: 'Feature',properties:{Name: '1', Address: '2 FIFTH AVENUE, 2S, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99660831, 40.73192058]} },
{type: 'Feature',properties:{Name: '1', Address: '2 FIFTH AVENUE,, 11-O, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99660831, 40.73192058]} },
{type: 'Feature',properties:{Name: '1', Address: '2 5 AVENUE, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99660831, 40.73192058]} },
{type: 'Feature',properties:{Name: '1', Address: '2 5 AVENUE, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99660831, 40.73192058]} },
{type: 'Feature',properties:{Name: '1', Address: '2 FIFTH AVENUE, 12C, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99660831, 40.73192058]} },
{type: 'Feature',properties:{Name: '1', Address: '2 FIFTH AVENUE, 12A, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99660831, 40.73192058]} },
{type: 'Feature',properties:{Name: '1', Address: '2 FIFTH AVENUE, 5B, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99660831, 40.73192058]} },
{type: 'Feature',properties:{Name: '1', Address: '2 FIFTH AVENUE, 11K, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99660831, 40.73192058]} },
{type: 'Feature',properties:{Name: '1', Address: '2 FIFTH AVENUE, 2E, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99660831, 40.73192058]} },
{type: 'Feature',properties:{Name: '1', Address: '2 FIFTH AVENUE, 2Q, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99660831, 40.73192058]} },
{type: 'Feature',properties:{Name: '1', Address: '2 FIFTH AVENUE, 11S, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99660831, 40.73192058]} },
{type: 'Feature',properties:{Name: '1', Address: '2 FIFTH AVENUE, 18H, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99660831, 40.73192058]} },
{type: 'Feature',properties:{Name: '1', Address: '2 5TH AVENUE, HALL, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99660831, 40.73192058]} },
{type: 'Feature',properties:{Name: '1', Address: '2 5TH AVENUE, 6K, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99660831, 40.73192058]} },
{type: 'Feature',properties:{Name: '1', Address: '2 5TH AVENUE, HALL, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99660831, 40.73192058]} },
{type: 'Feature',properties:{Name: '1', Address: '2 FIFTH AVENUE, 15D/E, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99660831, 40.73192058]} },
{type: 'Feature',properties:{Name: '1', Address: '32 WASHINGTON SQUARE WE, 8E, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9992495, 40.73186025]} },
{type: 'Feature',properties:{Name: '1', Address: '32 WASHINGTON SQUARE WE, 12W, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9992495, 40.73186025]} },
{type: 'Feature',properties:{Name: '1', Address: '32 WASHINGTON SQUARE WE, 15W, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9992495, 40.73186025]} },
{type: 'Feature',properties:{Name: '1', Address: '79 WASHINGTON PLACE, 3F, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99975104, 40.73195083]} },
{type: 'Feature',properties:{Name: '1', Address: '772 BROADWAY, 18H, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99184199, 40.73124788]} },
{type: 'Feature',properties:{Name: '1', Address: '70 EAST 10TH STREET, 17G, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9907054, 40.73141248]} },
{type: 'Feature',properties:{Name: '1', Address: '70 EAST 10TH STREET, 6U, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9907054, 40.73141248]} },
{type: 'Feature',properties:{Name: '1', Address: '70 EAST 10TH STREET, 15J, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9907054, 40.73141248]} },
{type: 'Feature',properties:{Name: '1', Address: '70 EAST 10TH STREET, 2S, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9907054, 40.73141248]} },
{type: 'Feature',properties:{Name: '1', Address: '70 EAST 10TH STREET, 20H, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9907054, 40.73141248]} },
{type: 'Feature',properties:{Name: '1', Address: '70 EAST 10TH STREET, 18G, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9907054, 40.73141248]} },
{type: 'Feature',properties:{Name: '1', Address: '70 EAST 10TH STREET, 15W, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9907054, 40.73141248]} },
{type: 'Feature',properties:{Name: '1', Address: '70 EAST 10TH STREET, 14P, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9907054, 40.73141248]} },
{type: 'Feature',properties:{Name: '1', Address: '70 EAST 10TH STREET, 8C, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9907054, 40.73141248]} },
{type: 'Feature',properties:{Name: '1', Address: '70 EAST 10 STREET, 2L, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9907054, 40.73141248]} },
{type: 'Feature',properties:{Name: '1', Address: '70 EAST 10TH STREET, 19U, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9907054, 40.73141248]} },
{type: 'Feature',properties:{Name: '1', Address: '70 EAST 10TH STREET, 14D, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9907054, 40.73141248]} },
{type: 'Feature',properties:{Name: '1', Address: '70 EAST 10TH STREET, 9P, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9907054, 40.73141248]} },
{type: 'Feature',properties:{Name: '1', Address: '70 EAST 10TH STREET, 15R, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9907054, 40.73141248]} },
{type: 'Feature',properties:{Name: '1', Address: '70 EAST 10TH STREET, 17K, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9907054, 40.73141248]} },
{type: 'Feature',properties:{Name: '1', Address: '59 FOURTH AVENUE, 1F, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99046014, 40.73078391]} },
{type: 'Feature',properties:{Name: '1', Address: '59 4 AVENUE, 2B, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99046014, 40.73078391]} },
{type: 'Feature',properties:{Name: '1', Address: '115 EAST 9TH STREET, 15G, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98996228, 40.73034471]} },
{type: 'Feature',properties:{Name: '1', Address: '115 EAST 9TH STREET, 21A, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98996228, 40.73034471]} },
{type: 'Feature',properties:{Name: '1', Address: '115 EAST 9TH STREET, 9R, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98996228, 40.73034471]} },
{type: 'Feature',properties:{Name: '1', Address: '115 EAST 9TH STREET, 6R, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98996228, 40.73034471]} },
{type: 'Feature',properties:{Name: '1', Address: '115 EAST 9TH STREET, 21E, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98996228, 40.73034471]} },
{type: 'Feature',properties:{Name: '1', Address: '30 3 AVENUE, 20D, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98938139, 40.73026231]} },
{type: 'Feature',properties:{Name: '1', Address: '111 FOURTH AVENUE, 6M, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99004492, 40.73264207]} },
{type: 'Feature',properties:{Name: '1', Address: '111 FOURTH AVENUE, 12-O, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99004492, 40.73264207]} },
{type: 'Feature',properties:{Name: '1', Address: '111 FOURTH AVENUE, 3E, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99004492, 40.73264207]} },
{type: 'Feature',properties:{Name: '1', Address: '111 FOURTH AVENUE, 4A, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99004492, 40.73264207]} },
{type: 'Feature',properties:{Name: '1', Address: '34-36 EAST 10TH STREET, 3E, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99315884, 40.73244468]} },
{type: 'Feature',properties:{Name: '1', Address: '34-36 EAST 10TH STREET, 6W, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99315884, 40.73244468]} },
{type: 'Feature',properties:{Name: '1', Address: '55 EAST 9TH STREET, 8P, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99282698, 40.73155536]} },
{type: 'Feature',properties:{Name: '1', Address: '55 EAST 9TH STREET, 14E, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99282698, 40.73155536]} },
{type: 'Feature',properties:{Name: '1', Address: '55 EAST 9TH STREET, 3KL, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99282698, 40.73155536]} },
{type: 'Feature',properties:{Name: '1', Address: '55 EAST 9TH STREET, 12F, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99282698, 40.73155536]} },
{type: 'Feature',properties:{Name: '1', Address: '55 EAST 9TH STREET, 2M, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99282698, 40.73155536]} },
{type: 'Feature',properties:{Name: '1', Address: '55 EAST 9TH STREET, 1P, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99282698, 40.73155536]} },
{type: 'Feature',properties:{Name: '1', Address: '55 EAST 9TH STREET, 9F, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99282698, 40.73155536]} },
{type: 'Feature',properties:{Name: '1', Address: '55 EAST 9TH STREET, 7P, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99282698, 40.73155536]} },
{type: 'Feature',properties:{Name: '1', Address: '55 EAST 9TH STREET, 10K, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99282698, 40.73155536]} },
{type: 'Feature',properties:{Name: '1', Address: '55 E. 9TH STREET, 8A, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99282698, 40.73155536]} },
{type: 'Feature',properties:{Name: '1', Address: '45 EAST 9TH STREET, 10, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99322386, 40.73172281]} },
{type: 'Feature',properties:{Name: '1', Address: '45 EAST 9TH STREET, 98, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99322386, 40.73172281]} },
{type: 'Feature',properties:{Name: '1', Address: '45 EAST 9TH STREET, 69, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99322386, 40.73172281]} },
{type: 'Feature',properties:{Name: '1', Address: '45 EAST 9TH STREET, 47/48, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99322386, 40.73172281]} },
{type: 'Feature',properties:{Name: '1', Address: '23 EAST 10TH STREET, 3C, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9934583, 40.73258742]} },
{type: 'Feature',properties:{Name: '1', Address: '23 EAST 10TH STREET, 3H, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9934583, 40.73258742]} },
{type: 'Feature',properties:{Name: '1', Address: '23 EAST 10TH STREET, 610, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9934583, 40.73258742]} },
{type: 'Feature',properties:{Name: '1', Address: '23 EAST 10TH STREET, 106, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9934583, 40.73258742]} },
{type: 'Feature',properties:{Name: '1', Address: '23 EAST 10TH STREET, 711, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9934583, 40.73258742]} },
{type: 'Feature',properties:{Name: '1', Address: '23 EAST 10TH STREET, 415, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9934583, 40.73258742]} },
{type: 'Feature',properties:{Name: '1', Address: '63 UNIVERSITY PLACE, 901, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9936892, 40.73286191]} },
{type: 'Feature',properties:{Name: '1', Address: '23 EAST 10TH STREET, 422, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9934583, 40.73258742]} },
{type: 'Feature',properties:{Name: '1', Address: '23 EAST 10TH STREET, 231, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9934583, 40.73258742]} },
{type: 'Feature',properties:{Name: '1', Address: '54 EAST 11TH STREET, 5, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99263919, 40.73300732]} },
{type: 'Feature',properties:{Name: '1', Address: '54 EAST 11TH STREET, 3, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99263919, 40.73300732]} },
{type: 'Feature',properties:{Name: '1', Address: '54 EAST 11TH STREET, 2, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99263919, 40.73300732]} },
{type: 'Feature',properties:{Name: '1', Address: '53 EAST 10TH STREET, 3, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99208364, 40.73201094]} },
{type: 'Feature',properties:{Name: '1', Address: '43 EAST 10TH STREET, 6H, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99254186, 40.7322031]} },
{type: 'Feature',properties:{Name: '1', Address: '43 EAST 10TH STREET, 2E, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99254186, 40.7322031]} },
{type: 'Feature',properties:{Name: '1', Address: '35 EAST 10TH STREET, 4D, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99290627, 40.73235683]} },
{type: 'Feature',properties:{Name: '1', Address: '35 EAST 10TH STREET, 3G, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99290627, 40.73235683]} },
{type: 'Feature',properties:{Name: '1', Address: '67 EAST 11TH STREET, 624, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99234333, 40.732903]} },
{type: 'Feature',properties:{Name: '1', Address: '67 EAST 11TH STREET, 214, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99234333, 40.732903]} },
{type: 'Feature',properties:{Name: '1', Address: '67 EAST 11TH STREET, 621, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99234333, 40.732903]} },
{type: 'Feature',properties:{Name: '1', Address: '67 EAST 11TH ST, 415, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99234333, 40.732903]} },
{type: 'Feature',properties:{Name: '1', Address: '67 EAST 11TH STREET, 619, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99234333, 40.732903]} },
{type: 'Feature',properties:{Name: '1', Address: '67 EAST 11TH STREET, 420, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99234333, 40.732903]} },
{type: 'Feature',properties:{Name: '1', Address: '67 EAST 11TH STREET, 320, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99234333, 40.732903]} },
{type: 'Feature',properties:{Name: '1', Address: '67 EAST 11TH STREET, 614, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99234333, 40.732903]} },
{type: 'Feature',properties:{Name: '1', Address: '67 EAST 11TH STREET, 721, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99234333, 40.732903]} },
{type: 'Feature',properties:{Name: '1', Address: '67 EAST 11TH STREET, 308, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99234333, 40.732903]} },
{type: 'Feature',properties:{Name: '1', Address: '67 EAST 11TH STREET, 310, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99234333, 40.732903]} },
{type: 'Feature',properties:{Name: '1', Address: '801 BROADWAY, 715, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99126451, 40.73256532]} },
{type: 'Feature',properties:{Name: '1', Address: '67 EAST 11TH STREET, 211, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99234333, 40.732903]} },
{type: 'Feature',properties:{Name: '1', Address: '67 EAST 11TH STREET, 214, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99234333, 40.732903]} },
{type: 'Feature',properties:{Name: '1', Address: '49 EAST 12TH STREET, 4E, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99157471, 40.73341622]} },
{type: 'Feature',properties:{Name: '1', Address: '49 EAST 12TH STREET, 6C, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99157471, 40.73341622]} },
{type: 'Feature',properties:{Name: '1', Address: '49 EAST 12TH STREET, 4I, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99157471, 40.73341622]} },
{type: 'Feature',properties:{Name: '1', Address: '39 EAST 12TH, 610, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99210871, 40.73364132]} },
{type: 'Feature',properties:{Name: '1', Address: '39 EAST 12TH STREET, 709, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99210871, 40.73364132]} },
{type: 'Feature',properties:{Name: '1', Address: '39 EAST 12TH STREET, 204, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99210871, 40.73364132]} },
{type: 'Feature',properties:{Name: '1', Address: '39 EAST 12TH STREET, 111, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99210871, 40.73364132]} },
{type: 'Feature',properties:{Name: '1', Address: '39 EAST 12TH STREET, 108, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99210871, 40.73364132]} },
{type: 'Feature',properties:{Name: '1', Address: '39 EAST 12TH STREET, 702, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99210871, 40.73364132]} },
{type: 'Feature',properties:{Name: '1', Address: '39 EAST 12TH STREET, 410, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99210871, 40.73364132]} },
{type: 'Feature',properties:{Name: '1', Address: '35 EAST 12TH STREET, 7C, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99232159, 40.73373192]} },
{type: 'Feature',properties:{Name: '1', Address: '77 EAST 12TH STREET, 7EF, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99056446, 40.73299345]} },
{type: 'Feature',properties:{Name: '1', Address: '77 EAST 12TH STREET, 3F, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99056446, 40.73299345]} },
{type: 'Feature',properties:{Name: '1', Address: '77 EAST 12TH STREET, 8B, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99056446, 40.73299345]} },
{type: 'Feature',properties:{Name: '1', Address: '77 EAST 12TH STREET, 6F, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99056446, 40.73299345]} },
{type: 'Feature',properties:{Name: '1', Address: '77 EAST 12TH STREET, 15D, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99056446, 40.73299345]} },
{type: 'Feature',properties:{Name: '1', Address: '11 FIFTH AVENUE, 18M, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99622582, 40.73240639]} },
{type: 'Feature',properties:{Name: '1', Address: '11 FIFTH AVENUE, 9-O, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99622582, 40.73240639]} },
{type: 'Feature',properties:{Name: '1', Address: '11 FIFTH AVENUE, 9N, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99622582, 40.73240639]} },
{type: 'Feature',properties:{Name: '1', Address: '9 5 AVENUE, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99627634, 40.73233778]} },
{type: 'Feature',properties:{Name: '1', Address: '11 FIFTH AVENUE, 12-N, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99622582, 40.73240639]} },
{type: 'Feature',properties:{Name: '1', Address: '11 FIFTH AVENUE, 19A, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99622582, 40.73240639]} },
{type: 'Feature',properties:{Name: '1', Address: '11 FIFTH AVENUE, 4J, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99622582, 40.73240639]} },
{type: 'Feature',properties:{Name: '1', Address: '9 FIFTH AVENUE, 3B, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99627634, 40.73233778]} },
{type: 'Feature',properties:{Name: '1', Address: '11 5 AVENUE, 4L, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99622582, 40.73240639]} },
{type: 'Feature',properties:{Name: '1', Address: '11 FIFTH AVENUE, 11T, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99622582, 40.73240639]} },
{type: 'Feature',properties:{Name: '1', Address: '11 FIFTH AVENUE, 14G, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99622582, 40.73240639]} },
{type: 'Feature',properties:{Name: '1', Address: '11 FIFTH AVENUE, 14H, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99622582, 40.73240639]} },
{type: 'Feature',properties:{Name: '1', Address: '11 FIFTH AVENUE, 3U, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99622582, 40.73240639]} },
{type: 'Feature',properties:{Name: '1', Address: '11 FIFTH AVENUE, 6N, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99622582, 40.73240639]} },
{type: 'Feature',properties:{Name: '1', Address: '11 FIFTH AVENUE, 3J, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99622582, 40.73240639]} },
{type: 'Feature',properties:{Name: '1', Address: '11 FIFTH AVENUE, 2A, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99622582, 40.73240639]} },
{type: 'Feature',properties:{Name: '1', Address: '11 FIFTH AVENUE, 7S, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99622582, 40.73240639]} },
{type: 'Feature',properties:{Name: '1', Address: '11 5 AVENUE, 8V, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99622582, 40.73240639]} },
{type: 'Feature',properties:{Name: '1', Address: '11 FIFTH AVENUE, 10M, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99622582, 40.73240639]} },
{type: 'Feature',properties:{Name: '1', Address: '11 FIFTH AVENUE, 14W, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99622582, 40.73240639]} },
{type: 'Feature',properties:{Name: '1', Address: '20 EAST 9TH STREET, 8G, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99482944, 40.73237889]} },
{type: 'Feature',properties:{Name: '1', Address: '20 EAST 9TH STREET, 9N, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99482944, 40.73237889]} },
{type: 'Feature',properties:{Name: '1', Address: '20 EAST 9TH STREET, 4X, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99482944, 40.73237889]} },
{type: 'Feature',properties:{Name: '1', Address: '20 EAST 9TH STREET, 8J, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99482944, 40.73237889]} },
{type: 'Feature',properties:{Name: '1', Address: '20 EAST 9TH STREET, 8J, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99482944, 40.73237889]} },
{type: 'Feature',properties:{Name: '1', Address: '20 EAST 9TH STREET, 7X, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99482944, 40.73237889]} },
{type: 'Feature',properties:{Name: '1', Address: '20 EAST 9TH STREET, 12E, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99482944, 40.73237889]} },
{type: 'Feature',properties:{Name: '1', Address: '20 EAST 9TH STREET, 14J, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99482944, 40.73237889]} },
{type: 'Feature',properties:{Name: '1', Address: '20 UNIVERSITY PLACE, 19D, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99472486, 40.73168721]} },
{type: 'Feature',properties:{Name: '1', Address: '20 EAST 9TH STREET, 7N, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99482944, 40.73237889]} },
{type: 'Feature',properties:{Name: '1', Address: '20 EAST 9TH STREET, 11J, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99482944, 40.73237889]} },
{type: 'Feature',properties:{Name: '1', Address: '20 EAST 9TH STREET, 14B, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99482944, 40.73237889]} },
{type: 'Feature',properties:{Name: '1', Address: '20 EAST 9TH STREET, 5U, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99482944, 40.73237889]} },
{type: 'Feature',properties:{Name: '1', Address: '20 EAST 9TH STREET, 26A, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99482944, 40.73237889]} },
{type: 'Feature',properties:{Name: '1', Address: '20 E. 9TH STREET, 8T, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99482944, 40.73237889]} },
{type: 'Feature',properties:{Name: '1', Address: '20 EAST 9TH STREET, 3H, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99482944, 40.73237889]} },
{type: 'Feature',properties:{Name: '1', Address: '20 EAST 9TH STREET, 16E, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99482944, 40.73237889]} },
{type: 'Feature',properties:{Name: '1', Address: '20 EAST 9TH STREET, 15A, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99482944, 40.73237889]} },
{type: 'Feature',properties:{Name: '1', Address: '20 EAST 9TH STREET, 23E, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99482944, 40.73237889]} },
{type: 'Feature',properties:{Name: '1', Address: '20 EAST 9TH STREET, 7G, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99482944, 40.73237889]} },
{type: 'Feature',properties:{Name: '1', Address: '33 5TH AVENUE, 1B, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9955438, 40.73334508]} },
{type: 'Feature',properties:{Name: '1', Address: '33 5 AVENUE, 1D, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9955438, 40.73334508]} },
{type: 'Feature',properties:{Name: '1', Address: '33 FIFTH AVENUE, 14D, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9955438, 40.73334508]} },
{type: 'Feature',properties:{Name: '1', Address: '33 FIFTH AVENUE, 7C, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9955438, 40.73334508]} },
{type: 'Feature',properties:{Name: '1', Address: '26 EAST 10TH STREET, 12G, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99407168, 40.732829]} },
{type: 'Feature',properties:{Name: '1', Address: '26 EAST 10TH STREET, 3G, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99407168, 40.732829]} },
{type: 'Feature',properties:{Name: '1', Address: '26 EAST 10TH STREET, 8D, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99407168, 40.732829]} },
{type: 'Feature',properties:{Name: '1', Address: '26 EAST 10TH STREET, 9CD, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99407168, 40.732829]} },
{type: 'Feature',properties:{Name: '1', Address: '25 EAST 9TH STREET, 10A, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99453719, 40.73227458]} },
{type: 'Feature',properties:{Name: '1', Address: '39 FIFTH AVENUE, 4C, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9952082, 40.73380069]} },
{type: 'Feature',properties:{Name: '1', Address: '39 FIFTH AVENUE, 12B, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9952082, 40.73380069]} },
{type: 'Feature',properties:{Name: '1', Address: '41 FIFTH AVENUE, 15F, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99474995, 40.73380342]} },
{type: 'Feature',properties:{Name: '1', Address: '41 FIFTH AVENUE, 2D, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99474995, 40.73380342]} },
{type: 'Feature',properties:{Name: '1', Address: '41 FIFTH AVENUE, 3A, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99474995, 40.73380342]} },
{type: 'Feature',properties:{Name: '1', Address: '41 FIFTH AVENUE, 3B, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99474995, 40.73380342]} },
{type: 'Feature',properties:{Name: '1', Address: '41 5TH AVENUE, 3F, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99474995, 40.73380342]} },
{type: 'Feature',properties:{Name: '1', Address: '16 EAST 11TH STREET, 4B/C, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99429892, 40.73370733]} },
{type: 'Feature',properties:{Name: '1', Address: '21 EAST 10TH STREET, 1D, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99406085, 40.73284272]} },
{type: 'Feature',properties:{Name: '1', Address: '21 EAST 10TH STREET, 5B, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99406085, 40.73284272]} },
{type: 'Feature',properties:{Name: '1', Address: '21 EAST 10TH STREET, 5C, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99406085, 40.73284272]} },
{type: 'Feature',properties:{Name: '1', Address: '21 EAST 10TH STREET, 7E, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99406085, 40.73284272]} },
{type: 'Feature',properties:{Name: '1', Address: '15 EAST 10TH STREET, 6G, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99441084, 40.73299095]} },
{type: 'Feature',properties:{Name: '1', Address: '15 EAST 10TH STREET, 6B, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99441084, 40.73299095]} },
{type: 'Feature',properties:{Name: '1', Address: '45 FIFTH AVENUE, 9C, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99489064, 40.73423709]} },
{type: 'Feature',properties:{Name: '1', Address: '45 FIFTH AVENUE, 14C, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99489064, 40.73423709]} },
{type: 'Feature',properties:{Name: '1', Address: '45 5TH AVENUE, 5A, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99489064, 40.73423709]} },
{type: 'Feature',properties:{Name: '1', Address: '51 FIFTH AVENUE, PHB, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99464525, 40.73457194]} },
{type: 'Feature',properties:{Name: '1', Address: '51 FIFTH AVENUE, 2A, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99464525, 40.73457194]} },
{type: 'Feature',properties:{Name: '1', Address: '51 FIFTH AVENUE, 2BF, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99464525, 40.73457194]} },
{type: 'Feature',properties:{Name: '1', Address: '51 FIFTH AVENUE, 15BF, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99464525, 40.73457194]} },
{type: 'Feature',properties:{Name: '1', Address: '51 FIFTH AVENUE, 4F, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99464525, 40.73457194]} },
{type: 'Feature',properties:{Name: '1', Address: '51 FIFTH AVENUE, 3E, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99464525, 40.73457194]} },
{type: 'Feature',properties:{Name: '1', Address: '38 WEST 9TH STREET, 3, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99719999, 40.73337806]} },
{type: 'Feature',properties:{Name: '1', Address: '30 FIFTH AVENUE, 4E, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99566288, 40.73321608]} },
{type: 'Feature',properties:{Name: '1', Address: '30 5TH AVENUE, 4C, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99566288, 40.73321608]} },
{type: 'Feature',properties:{Name: '1', Address: '30 FIFTH AVENUE, 5C, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99566288, 40.73321608]} },
{type: 'Feature',properties:{Name: '1', Address: '30 5TH AVENUE, 9G, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99566288, 40.73321608]} },
{type: 'Feature',properties:{Name: '1', Address: '30 FIFTH AVENUE, 1G, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99566288, 40.73321608]} },
{type: 'Feature',properties:{Name: '1', Address: '30 FIFTH AVENUE, 12G, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99566288, 40.73321608]} },
{type: 'Feature',properties:{Name: '1', Address: '30 5 AVENUE, 6E, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99566288, 40.73321608]} },
{type: 'Feature',properties:{Name: '1', Address: '30 FIFTH AVENUE, 14E, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99566288, 40.73321608]} },
{type: 'Feature',properties:{Name: '1', Address: '24 FIFTH AVENUE, 615, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99581084, 40.73301023]} },
{type: 'Feature',properties:{Name: '1', Address: '24 FIFTH AVENUE, 1130, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99581084, 40.73301023]} },
{type: 'Feature',properties:{Name: '1', Address: '24 FIFTH AVENUE, 614, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99581084, 40.73301023]} },
{type: 'Feature',properties:{Name: '1', Address: '24 FIFTH AVENUE, 520, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99581084, 40.73301023]} },
{type: 'Feature',properties:{Name: '1', Address: '24 FIFTH AVENUE, 1632, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99581084, 40.73301023]} },
{type: 'Feature',properties:{Name: '1', Address: '24 FIFTH AVENUE, 1619, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99581084, 40.73301023]} },
{type: 'Feature',properties:{Name: '1', Address: '24 FIFTH AVENUE, 1017, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99581084, 40.73301023]} },
{type: 'Feature',properties:{Name: '1', Address: '24 5TH AVENUE, 431, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99581084, 40.73301023]} },
{type: 'Feature',properties:{Name: '1', Address: '24 FIFTH AVENUE, 1122, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99581084, 40.73301023]} },
{type: 'Feature',properties:{Name: '1', Address: '24 FIFTH AVENUE, 624, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99581084, 40.73301023]} },
{type: 'Feature',properties:{Name: '1', Address: '24 FIFTH AVENUE, 404, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99581084, 40.73301023]} },
{type: 'Feature',properties:{Name: '1', Address: '24 FIFTH AVENUE, 831, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99581084, 40.73301023]} },
{type: 'Feature',properties:{Name: '1', Address: '24 5TH AVENUE, 724, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99581084, 40.73301023]} },
{type: 'Feature',properties:{Name: '1', Address: '24 FIFTH AVENUE, 711, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99581084, 40.73301023]} },
{type: 'Feature',properties:{Name: '1', Address: '24 5 AVENUE, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99581084, 40.73301023]} },
{type: 'Feature',properties:{Name: '1', Address: '24 FIFTH AVENUE, 301, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99581084, 40.73301023]} },
{type: 'Feature',properties:{Name: '1', Address: '24 5 AVENUE, 829, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99581084, 40.73301023]} },
{type: 'Feature',properties:{Name: '1', Address: '24 5 AVENUE, 707, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99581084, 40.73301023]} },
{type: 'Feature',properties:{Name: '1', Address: '24 FIFTH AVENUE, 327, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99581084, 40.73301023]} },
{type: 'Feature',properties:{Name: '1', Address: '24 5 AVENUE, 1501, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99581084, 40.73301023]} },
{type: 'Feature',properties:{Name: '1', Address: '24 FIFTH AVENUE, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99581084, 40.73301023]} },
{type: 'Feature',properties:{Name: '1', Address: '24 FIFTH AVENUE, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99581084, 40.73301023]} },
{type: 'Feature',properties:{Name: '1', Address: '24 FIFTH AVENUE, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99581084, 40.73301023]} },
{type: 'Feature',properties:{Name: '1', Address: '24 FIFTH AVENUE, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99581084, 40.73301023]} },
{type: 'Feature',properties:{Name: '1', Address: '24 FIFTH AVENUE, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99581084, 40.73301023]} },
{type: 'Feature',properties:{Name: '1', Address: '24 FIFTH AVENUE, 723, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99581084, 40.73301023]} },
{type: 'Feature',properties:{Name: '1', Address: '61 WEST 9TH STREET, 7C, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99770514, 40.73360864]} },
{type: 'Feature',properties:{Name: '1', Address: '61 WEST 9TH STREET, 9E, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99770514, 40.73360864]} },
{type: 'Feature',properties:{Name: '1', Address: '61 WEST 9TH STREET, 5D, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99770514, 40.73360864]} },
{type: 'Feature',properties:{Name: '1', Address: '61 WEST 9TH, 5A, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99770514, 40.73360864]} },
{type: 'Feature',properties:{Name: '1', Address: '40 FIFTH AVENUE, 8C, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99550767, 40.73411361]} },
{type: 'Feature',properties:{Name: '1', Address: '45 WEST 10 STREET, PH-AB, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99698346, 40.73406974]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WEST 11TH STREET, 9B, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99585044, 40.73437986]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WEST 11TH STREET, 6A, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99585044, 40.73437986]} },
{type: 'Feature',properties:{Name: '1', Address: '79 WEST 12 STREET, 7G, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9968571, 40.73564522]} },
{type: 'Feature',properties:{Name: '1', Address: '79 WEST 12TH STREET, 3A, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9968571, 40.73564522]} },
{type: 'Feature',properties:{Name: '1', Address: '42 WEST 13TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '31540'}, geometry: { type: 'Point', coordinates:[-73.99554724, 40.73590593]} },
{type: 'Feature',properties:{Name: '1', Address: '42 WEST 13TH STREET, 4A, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99554724, 40.73590593]} },
{type: 'Feature',properties:{Name: '1', Address: '42 WEST 13TH STREET, 2F, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99554724, 40.73590593]} },
{type: 'Feature',properties:{Name: '1', Address: '42 WEST 13TH STREET, 5A, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99554724, 40.73590593]} },
{type: 'Feature',properties:{Name: '1', Address: '30 WEST 13TH STREET, 5C, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99526579, 40.73578515]} },
{type: 'Feature',properties:{Name: '1', Address: '37 WEST 12TH STREET, 3K, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99589008, 40.73523622]} },
{type: 'Feature',properties:{Name: '1', Address: '37 WEST 12TH STREET, 4C, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99589008, 40.73523622]} },
{type: 'Feature',properties:{Name: '1', Address: '37 WEST 12TH STREET, 2D, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99589008, 40.73523622]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WEST 12TH STREET, 5A, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99538492, 40.73502211]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WEST 12TH STREET, PHB, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99538492, 40.73502211]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WEST 12TH STREET, PHA, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99538492, 40.73502211]} },
{type: 'Feature',properties:{Name: '1', Address: '13 WEST 12TH STREET, 10A, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99533802, 40.7350029]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WEST 12TH STREET, 10G, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99538492, 40.73502211]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WEST 12TH STREET, 7G, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99538492, 40.73502211]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WEST 12TH STREET, 6EH, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99538492, 40.73502211]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WEST 12TH STREET, 11B, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99538492, 40.73502211]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WEST 12TH STREET, 10EH, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99538492, 40.73502211]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WEST 12TH STREET, 6A, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99538492, 40.73502211]} },
{type: 'Feature',properties:{Name: '1', Address: '49 WEST 12TH STREET, 8D, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99616792, 40.73535151]} },
{type: 'Feature',properties:{Name: '1', Address: '49 WEST 12TH STREET, 7G, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99616792, 40.73535151]} },
{type: 'Feature',properties:{Name: '1', Address: '25 WEST 13TH STREET, 5AN, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99515033, 40.73575495]} },
{type: 'Feature',properties:{Name: '1', Address: '25 WEST 13TH STREET, 5E-N, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99515033, 40.73575495]} },
{type: 'Feature',properties:{Name: '1', Address: '25 WEST 13TH STREET, 5LS, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99515033, 40.73575495]} },
{type: 'Feature',properties:{Name: '1', Address: '25 WEST 13TH STREET, 1D-N, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99515033, 40.73575495]} },
{type: 'Feature',properties:{Name: '1', Address: '25 WEST 13TH STREET, 4LN, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99515033, 40.73575495]} },
{type: 'Feature',properties:{Name: '1', Address: '22 WEST 14TH STREET, 3AS, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99457654, 40.73639994]} },
{type: 'Feature',properties:{Name: '1', Address: '25 WEST 13TH STREET, 4DS, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99515033, 40.73575495]} },
{type: 'Feature',properties:{Name: '1', Address: '13 WEST 13TH STREET, 6ES, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99487249, 40.73563966]} },
{type: 'Feature',properties:{Name: '1', Address: '13 WEST 13TH STREET, 6ES, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99487249, 40.73563966]} },
{type: 'Feature',properties:{Name: '1', Address: '13 WEST 13TH STREET, 3D-S, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99487249, 40.73563966]} },
{type: 'Feature',properties:{Name: '1', Address: '13 WEST 13TH STREET, 5ABN, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99487249, 40.73563966]} },
{type: 'Feature',properties:{Name: '1', Address: '13 WEST 13TH STREET, 3HS, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99487249, 40.73563966]} },
{type: 'Feature',properties:{Name: '1', Address: '13 WEST 13TH STREET, 4A-S, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99487249, 40.73563966]} },
{type: 'Feature',properties:{Name: '1', Address: '30 WEST 9TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99701958, 40.73330121]} },
{type: 'Feature',properties:{Name: '1', Address: '36 BLEECKER STREET, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99397851, 40.72570086]} },
{type: 'Feature',properties:{Name: '1', Address: '36 BLEECKER STREET, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99397851, 40.72570086]} },
{type: 'Feature',properties:{Name: '1', Address: '36 BLEECKER STREET, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99397851, 40.72570086]} },
{type: 'Feature',properties:{Name: '1', Address: '36 BLEECKER STREET, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99397851, 40.72570086]} },
{type: 'Feature',properties:{Name: '1', Address: '36 BLEECKER STREET, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99397851, 40.72570086]} },
{type: 'Feature',properties:{Name: '1', Address: '36 BLEECKER STREET, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99397851, 40.72570086]} },
{type: 'Feature',properties:{Name: '1', Address: '36 BLEECKER STREET, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99397851, 40.72570086]} },
{type: 'Feature',properties:{Name: '1', Address: '36 BLEECKER STREET, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99397851, 40.72570086]} },
{type: 'Feature',properties:{Name: '1', Address: '36 BLEECKER STREET, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99397851, 40.72570086]} },
{type: 'Feature',properties:{Name: '1', Address: '36 BLEECKER STREET, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99397851, 40.72570086]} },
{type: 'Feature',properties:{Name: '1', Address: '36 BLEECKER STREET, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99397851, 40.72570086]} },
{type: 'Feature',properties:{Name: '1', Address: '36 BLEECKER STREET, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99397851, 40.72570086]} },
{type: 'Feature',properties:{Name: '1', Address: '36 BLEECKER STREET, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99397851, 40.72570086]} },
{type: 'Feature',properties:{Name: '1', Address: '36 BLEECKER STREET, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99397851, 40.72570086]} },
{type: 'Feature',properties:{Name: '1', Address: '36 BLEECKER STREET, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99397851, 40.72570086]} },
{type: 'Feature',properties:{Name: '1', Address: '36 BLEECKER STREET, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99397851, 40.72570086]} },
{type: 'Feature',properties:{Name: '1', Address: '184 THOMPSON STREET, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00003247, 40.7279874]} },
{type: 'Feature',properties:{Name: '1', Address: '184 THOMPSON STREET, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00003247, 40.7279874]} },
{type: 'Feature',properties:{Name: '1', Address: '184 THOMPSON STREET, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00003247, 40.7279874]} },
{type: 'Feature',properties:{Name: '1', Address: '184 THOMPSON STREET, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00003247, 40.7279874]} },
{type: 'Feature',properties:{Name: '1', Address: '184 THOMPSON STREET, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00003247, 40.7279874]} },
{type: 'Feature',properties:{Name: '1', Address: '184 THOMPSON STREET, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00003247, 40.7279874]} },
{type: 'Feature',properties:{Name: '1', Address: '184 THOMPSON STREET, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00003247, 40.7279874]} },
{type: 'Feature',properties:{Name: '1', Address: '7 BOND STREET, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99446548, 40.72679604]} },
{type: 'Feature',properties:{Name: '1', Address: '47 GREAT JONES STREET, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99252804, 40.72673829]} },
{type: 'Feature',properties:{Name: '1', Address: '40 BOND STREET, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99312701, 40.72616468]} },
{type: 'Feature',properties:{Name: '1', Address: '692-94 BROADWAY, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99438598, 40.72823704]} },
{type: 'Feature',properties:{Name: '1', Address: '692 BROADWAY, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99438598, 40.72823704]} },
{type: 'Feature',properties:{Name: '1', Address: '692 BROADWAY, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99438598, 40.72823704]} },
{type: 'Feature',properties:{Name: '1', Address: '56 COOPER SQUARE, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99102326, 40.72889831]} },
{type: 'Feature',properties:{Name: '1', Address: '56 COOPER SQUARE, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99102326, 40.72889831]} },
{type: 'Feature',properties:{Name: '1', Address: '21 ASTOR PLACE, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99222099, 40.72999081]} },
{type: 'Feature',properties:{Name: '1', Address: '126 WAVERLY PLACE, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99966444, 40.7327221]} },
{type: 'Feature',properties:{Name: '1', Address: '89 WASHINGTON PLACE, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00002165, 40.73208532]} },
{type: 'Feature',properties:{Name: '1', Address: '114 EAST 13TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98932679, 40.73328703]} },
{type: 'Feature',properties:{Name: '1', Address: '114 EAST 13TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98932679, 40.73328703]} },
{type: 'Feature',properties:{Name: '1', Address: '114 EAST 13TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98932679, 40.73328703]} },
{type: 'Feature',properties:{Name: '1', Address: '115 4TH AVENUE, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98998354, 40.73291929]} },
{type: 'Feature',properties:{Name: '1', Address: '115 4 AVENUE, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98998354, 40.73291929]} },
{type: 'Feature',properties:{Name: '1', Address: '115 4 AVENUE, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98998354, 40.73291929]} },
{type: 'Feature',properties:{Name: '1', Address: '115 4 AVENUE, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98998354, 40.73291929]} },
{type: 'Feature',properties:{Name: '1', Address: '115 FOURTH AVENUE, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98998354, 40.73291929]} },
{type: 'Feature',properties:{Name: '1', Address: '115 FOURTH AVE, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98998354, 40.73291929]} },
{type: 'Feature',properties:{Name: '1', Address: '115 4 AVENUE, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98998354, 40.73291929]} },
{type: 'Feature',properties:{Name: '1', Address: '115 4 AVENUE, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98998354, 40.73291929]} },
{type: 'Feature',properties:{Name: '1', Address: '125 EAST 12TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98942072, 40.73251027]} },
{type: 'Feature',properties:{Name: '1', Address: '125 EAST 12TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98942072, 40.73251027]} },
{type: 'Feature',properties:{Name: '1', Address: '110 3 AVENUE, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98753718, 40.73281749]} },
{type: 'Feature',properties:{Name: '1', Address: '110 THIRD AVENUE, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98753718, 40.73281749]} },
{type: 'Feature',properties:{Name: '1', Address: '110 3 AVENUE, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98753718, 40.73281749]} },
{type: 'Feature',properties:{Name: '1', Address: '110 3 AVENUE, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98753718, 40.73281749]} },
{type: 'Feature',properties:{Name: '1', Address: '108 3 AVENUE, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98757688, 40.73276535]} },
{type: 'Feature',properties:{Name: '1', Address: '28 EAST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346913, 40.7325737]} },
{type: 'Feature',properties:{Name: '1', Address: '28 EAST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346913, 40.7325737]} },
{type: 'Feature',properties:{Name: '1', Address: '28 EAST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346913, 40.7325737]} },
{type: 'Feature',properties:{Name: '1', Address: '28 EAST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346913, 40.7325737]} },
{type: 'Feature',properties:{Name: '1', Address: '28 EAST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346913, 40.7325737]} },
{type: 'Feature',properties:{Name: '1', Address: '28 EAST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346913, 40.7325737]} },
{type: 'Feature',properties:{Name: '1', Address: '28 EAST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346913, 40.7325737]} },
{type: 'Feature',properties:{Name: '1', Address: '28 EAST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346913, 40.7325737]} },
{type: 'Feature',properties:{Name: '1', Address: '28 EAST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346913, 40.7325737]} },
{type: 'Feature',properties:{Name: '1', Address: '28 EAST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346913, 40.7325737]} },
{type: 'Feature',properties:{Name: '1', Address: '28 EAST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346913, 40.7325737]} },
{type: 'Feature',properties:{Name: '1', Address: '28 EAST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346913, 40.7325737]} },
{type: 'Feature',properties:{Name: '1', Address: '28 EAST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346913, 40.7325737]} },
{type: 'Feature',properties:{Name: '1', Address: '28 EAST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346913, 40.7325737]} },
{type: 'Feature',properties:{Name: '1', Address: '28 EAST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346913, 40.7325737]} },
{type: 'Feature',properties:{Name: '1', Address: '28 EAST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346913, 40.7325737]} },
{type: 'Feature',properties:{Name: '1', Address: '28 EAST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346913, 40.7325737]} },
{type: 'Feature',properties:{Name: '1', Address: '28 EAST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346913, 40.7325737]} },
{type: 'Feature',properties:{Name: '1', Address: '28 EAST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346913, 40.7325737]} },
{type: 'Feature',properties:{Name: '1', Address: '28 EAST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346913, 40.7325737]} },
{type: 'Feature',properties:{Name: '1', Address: '28 EAST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346913, 40.7325737]} },
{type: 'Feature',properties:{Name: '1', Address: '28 EAST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346913, 40.7325737]} },
{type: 'Feature',properties:{Name: '1', Address: '28 EAST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346913, 40.7325737]} },
{type: 'Feature',properties:{Name: '1', Address: '28 EAST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346913, 40.7325737]} },
{type: 'Feature',properties:{Name: '1', Address: '28 EAST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346913, 40.7325737]} },
{type: 'Feature',properties:{Name: '1', Address: '28 EAST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346913, 40.7325737]} },
{type: 'Feature',properties:{Name: '1', Address: '28 EAST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346913, 40.7325737]} },
{type: 'Feature',properties:{Name: '1', Address: '28 EAST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346913, 40.7325737]} },
{type: 'Feature',properties:{Name: '1', Address: '28 EAST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346913, 40.7325737]} },
{type: 'Feature',properties:{Name: '1', Address: '28 EAST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346913, 40.7325737]} },
{type: 'Feature',properties:{Name: '1', Address: '28 EAST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346913, 40.7325737]} },
{type: 'Feature',properties:{Name: '1', Address: '28 EAST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346913, 40.7325737]} },
{type: 'Feature',properties:{Name: '1', Address: '28 EAST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346913, 40.7325737]} },
{type: 'Feature',properties:{Name: '1', Address: '28 EAST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346913, 40.7325737]} },
{type: 'Feature',properties:{Name: '1', Address: '28 EAST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346913, 40.7325737]} },
{type: 'Feature',properties:{Name: '1', Address: '28 EAST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346913, 40.7325737]} },
{type: 'Feature',properties:{Name: '1', Address: '28 EAST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346913, 40.7325737]} },
{type: 'Feature',properties:{Name: '1', Address: '28 EAST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99346913, 40.7325737]} },
{type: 'Feature',properties:{Name: '1', Address: '44 EAST 12TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9920149, 40.73358368]} },
{type: 'Feature',properties:{Name: '1', Address: '44 EAST 12TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9920149, 40.73358368]} },
{type: 'Feature',properties:{Name: '1', Address: '44 EAST 12 STREET, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9920149, 40.73358368]} },
{type: 'Feature',properties:{Name: '1', Address: '44 EAST 12TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9920149, 40.73358368]} },
{type: 'Feature',properties:{Name: '1', Address: '25 5TH AVENUE, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99578197, 40.73301571]} },
{type: 'Feature',properties:{Name: '1', Address: '25 FIFTH AVENUE, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99578197, 40.73301571]} },
{type: 'Feature',properties:{Name: '1', Address: '25 5TH AVENUE, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99578197, 40.73301571]} },
{type: 'Feature',properties:{Name: '1', Address: '12 EAST 12TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99390195, 40.73437703]} },
{type: 'Feature',properties:{Name: '1', Address: '8 EAST 12TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99407154, 40.7344484]} },
{type: 'Feature',properties:{Name: '1', Address: '8 EAST 12TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99407154, 40.7344484]} },
{type: 'Feature',properties:{Name: '1', Address: '8 UNION SQUARE SOUTH, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99198227, 40.73487097]} },
{type: 'Feature',properties:{Name: '1', Address: '31 WEST 11TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99621848, 40.73453632]} },
{type: 'Feature',properties:{Name: '1', Address: '31 WEST 11TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99621848, 40.73453632]} },
{type: 'Feature',properties:{Name: '1', Address: '60 WEST 13 STREET, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99596941, 40.73608436]} },
{type: 'Feature',properties:{Name: '1', Address: '60 WEST 13TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99596941, 40.73608436]} },
{type: 'Feature',properties:{Name: '1', Address: '60 WEST 13TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99596941, 40.73608436]} },
{type: 'Feature',properties:{Name: '1', Address: '60 WEST 13TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99596941, 40.73608436]} },
{type: 'Feature',properties:{Name: '1', Address: '60 WEST 13TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99596941, 40.73608436]} },
{type: 'Feature',properties:{Name: '1', Address: '59 WEST 12TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99639885, 40.73545033]} },
{type: 'Feature',properties:{Name: '1', Address: '59 WEST 12TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99639885, 40.73545033]} },
{type: 'Feature',properties:{Name: '1', Address: '59 WEST 12TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99639885, 40.73545033]} },
{type: 'Feature',properties:{Name: '1', Address: '59 WEST 12TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99639885, 40.73545033]} },
{type: 'Feature',properties:{Name: '1', Address: '65 WEST 13TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99607044, 40.73614474]} },
{type: 'Feature',properties:{Name: '1', Address: '65 WEST 13TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99607044, 40.73614474]} },
{type: 'Feature',properties:{Name: '1', Address: '14 WEST 14TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99438891, 40.73632034]} },
{type: 'Feature',properties:{Name: '1', Address: '14 WEST 14TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99438891, 40.73632034]} },
{type: 'Feature',properties:{Name: '1', Address: '145 BLEECKER STREET, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '5809'}, geometry: { type: 'Point', coordinates:[-73.99915573, 40.72817678]} },
{type: 'Feature',properties:{Name: '1', Address: '417 LAFAYETTE STREET, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '31152'}, geometry: { type: 'Point', coordinates:[-73.9923835, 40.72873921]} },
{type: 'Feature',properties:{Name: '1', Address: '28 EAST 12TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '4941'}, geometry: { type: 'Point', coordinates:[-73.99323444, 40.73409703]} },
{type: 'Feature',properties:{Name: '1', Address: '11 EAST 12TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '7477'}, geometry: { type: 'Point', coordinates:[-73.99386226, 40.73437977]} },
{type: 'Feature',properties:{Name: '1', Address: '30 WEST 12TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '9080'}, geometry: { type: 'Point', coordinates:[-73.99573132, 40.73514839]} },
{type: 'Feature',properties:{Name: '1', Address: '496 SIXTH AVENUE, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '4924'}, geometry: { type: 'Point', coordinates:[-73.99754988, 40.73636711]} },
{type: 'Feature',properties:{Name: '1', Address: '304 BOWERY, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99242726, 40.72465502]} },
{type: 'Feature',properties:{Name: '1', Address: '41 BOND STREET, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99307651, 40.72612076]} },
{type: 'Feature',properties:{Name: '1', Address: '354 BOWERY, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99171267, 40.72665864]} },
{type: 'Feature',properties:{Name: '1', Address: '738 BROADWAY, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99304004, 40.72982343]} },
{type: 'Feature',properties:{Name: '1', Address: '738 BROADWAY, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99304004, 40.72982343]} },
{type: 'Feature',properties:{Name: '1', Address: '106 WAVERLY PLACE, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99902578, 40.7324092]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 4TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00007216, 40.73128111]} },
{type: 'Feature',properties:{Name: '1', Address: '137 EAST 13TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9889732, 40.73315799]} },
{type: 'Feature',properties:{Name: '1', Address: '42 EAST 12 STREET, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99211953, 40.7336276]} },
{type: 'Feature',properties:{Name: '1', Address: '12 EAST 13TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99348693, 40.73503575]} },
{type: 'Feature',properties:{Name: '1', Address: '12 EAST 13TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99348693, 40.73503575]} },
{type: 'Feature',properties:{Name: '1', Address: '12 EAST 13TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99348693, 40.73503575]} },
{type: 'Feature',properties:{Name: '1', Address: '12 EAST 13TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99348693, 40.73503575]} },
{type: 'Feature',properties:{Name: '1', Address: '126 UNIVERSITY PLACE, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99205444, 40.73481333]} },
{type: 'Feature',properties:{Name: '1', Address: '126 UNIVERSITY PLACE, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99205444, 40.73481333]} },
{type: 'Feature',properties:{Name: '1', Address: '12 WEST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99621492, 40.73372937]} },
{type: 'Feature',properties:{Name: '1', Address: '40 WEST 13TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99550033, 40.73588397]} },
{type: 'Feature',properties:{Name: '1', Address: '3 WEST 13TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99464156, 40.73554358]} },
{type: 'Feature',properties:{Name: '1', Address: '3 WEST 13TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99464156, 40.73554358]} },
{type: 'Feature',properties:{Name: '1', Address: '50 BOND STREET, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99280954, 40.72601095]} },
{type: 'Feature',properties:{Name: '1', Address: '382 LAFAYETTE STREET, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99342633, 40.72755354]} },
{type: 'Feature',properties:{Name: '1', Address: '382 LAFAYETTE STREET, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99342633, 40.72755354]} },
{type: 'Feature',properties:{Name: '1', Address: '124 EAST 13TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98917164, 40.73322114]} },
{type: 'Feature',properties:{Name: '1', Address: '3 WEST 13TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99464156, 40.73554358]} },
{type: 'Feature',properties:{Name: '1', Address: '3 WEST 13TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99464156, 40.73554358]} },
{type: 'Feature',properties:{Name: '1', Address: '160 BLEECKER STREET, 4-CE, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99997474, 40.72855831]} },
{type: 'Feature',properties:{Name: '1', Address: '156 BLEECKER STREET, 2, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99979795, 40.72847322]} },
{type: 'Feature',properties:{Name: '1', Address: '181 THOMPSON STREET, 12, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00014432, 40.7278831]} },
{type: 'Feature',properties:{Name: '1', Address: '177 THOMPSON STREET, RESD, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00020565, 40.72780899]} },
{type: 'Feature',properties:{Name: '1', Address: '177 THOMPSON STREET, 26, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00020565, 40.72780899]} },
{type: 'Feature',properties:{Name: '1', Address: '181 THOMPSON STREET, 15, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00014432, 40.7278831]} },
{type: 'Feature',properties:{Name: '1', Address: '250 MERCER STREET, D1004, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99542868, 40.72836883]} },
{type: 'Feature',properties:{Name: '1', Address: '250 MERCER STREET, C-306, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99542868, 40.72836883]} },
{type: 'Feature',properties:{Name: '1', Address: '250 MERCER STREET, B703, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99542868, 40.72836883]} },
{type: 'Feature',properties:{Name: '1', Address: '250 MERCER STREET, C317, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99542868, 40.72836883]} },
{type: 'Feature',properties:{Name: '1', Address: '250 MERCER STREET, C319, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99542868, 40.72836883]} },
{type: 'Feature',properties:{Name: '1', Address: '250 MERCER STREET, C301, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99542868, 40.72836883]} },
{type: 'Feature',properties:{Name: '1', Address: '250 MERCER STREET, B905, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99542868, 40.72836883]} },
{type: 'Feature',properties:{Name: '1', Address: '250 MERCER STREET, C503, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99542868, 40.72836883]} },
{type: 'Feature',properties:{Name: '1', Address: '250 MERCER STREET, B1304, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99542868, 40.72836883]} },
{type: 'Feature',properties:{Name: '1', Address: '250 MERCER STREET, C-506, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99542868, 40.72836883]} },
{type: 'Feature',properties:{Name: '1', Address: '250 MERCER STREET, C504, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99542868, 40.72836883]} },
{type: 'Feature',properties:{Name: '1', Address: '250 MERCER STREET, C609, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99542868, 40.72836883]} },
{type: 'Feature',properties:{Name: '1', Address: '250 MERCER STREET, B1404, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99542868, 40.72836883]} },
{type: 'Feature',properties:{Name: '1', Address: '250 MERCER STREET, B1205, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99542868, 40.72836883]} },
{type: 'Feature',properties:{Name: '1', Address: '173 BLEECKER STREET, R, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00060975, 40.72889042]} },
{type: 'Feature',properties:{Name: '1', Address: '1-3 MINETTA STREET, 2CD, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00207103, 40.7296809]} },
{type: 'Feature',properties:{Name: '1', Address: '93 MACDOUGAL STREET, 8, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00105355, 40.72934605]} },
{type: 'Feature',properties:{Name: '1', Address: '443 LAFAYETTE STREET, RES, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99184583, 40.72936498]} },
{type: 'Feature',properties:{Name: '1', Address: '445 LAFAYETTE STREET, PH19, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99180613, 40.72941438]} },
{type: 'Feature',properties:{Name: '1', Address: '445 LAFAYETTE STREET, PH17, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99180613, 40.72941438]} },
{type: 'Feature',properties:{Name: '1', Address: '60 EAST 8TH STREET, 29E, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99313013, 40.73088566]} },
{type: 'Feature',properties:{Name: '1', Address: '60 EAST 8TH STREET, 33B, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99313013, 40.73088566]} },
{type: 'Feature',properties:{Name: '1', Address: '60 EAST 8TH STREET, 33C, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99313013, 40.73088566]} },
{type: 'Feature',properties:{Name: '1', Address: '60 EAST 8TH STREET, 33-P, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99313013, 40.73088566]} },
{type: 'Feature',properties:{Name: '1', Address: '60 EAST 8TH STREET, 20K, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99313013, 40.73088566]} },
{type: 'Feature',properties:{Name: '1', Address: '60 EAST 8TH STREET, 18C, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99313013, 40.73088566]} },
{type: 'Feature',properties:{Name: '1', Address: '60 EAST 8TH STREET, 9L, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99313013, 40.73088566]} },
{type: 'Feature',properties:{Name: '1', Address: '60 EAST 8TH STREET, 25D, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99313013, 40.73088566]} },
{type: 'Feature',properties:{Name: '1', Address: '60 EAST 8TH STREET, 25M, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99313013, 40.73088566]} },
{type: 'Feature',properties:{Name: '1', Address: '60 EAST 8TH STREET, 6N, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99313013, 40.73088566]} },
{type: 'Feature',properties:{Name: '1', Address: '60 EAST 8TH STREET, 28E, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99313013, 40.73088566]} },
{type: 'Feature',properties:{Name: '1', Address: '60 EAST 8TH STREET, 32D, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99313013, 40.73088566]} },
{type: 'Feature',properties:{Name: '1', Address: '60 EAST 8TH STREET, 25A, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99313013, 40.73088566]} },
{type: 'Feature',properties:{Name: '1', Address: '60 EAST 8TH STREET, 18N, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99313013, 40.73088566]} },
{type: 'Feature',properties:{Name: '1', Address: '60 EAST 8TH STREET, 23P, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99313013, 40.73088566]} },
{type: 'Feature',properties:{Name: '1', Address: '60 EAST 8TH STREET, 6H, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99313013, 40.73088566]} },
{type: 'Feature',properties:{Name: '1', Address: '60 EAST 8TH STREET, 17B, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99313013, 40.73088566]} },
{type: 'Feature',properties:{Name: '1', Address: '30 EAST 9TH STREET, 3, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9938697, 40.73197537]} },
{type: 'Feature',properties:{Name: '1', Address: '30 EAST 9TH STREET, 5EE, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9938697, 40.73197537]} },
{type: 'Feature',properties:{Name: '1', Address: '30 EAST 9TH STREET, 2KK, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9938697, 40.73197537]} },
{type: 'Feature',properties:{Name: '1', Address: '30 EAST 9TH STREET, 3, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9938697, 40.73197537]} },
{type: 'Feature',properties:{Name: '1', Address: '30 EAST 9TH STREET, 2D, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9938697, 40.73197537]} },
{type: 'Feature',properties:{Name: '1', Address: '30 EAST 9TH STREET, 6BBCC, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9938697, 40.73197537]} },
{type: 'Feature',properties:{Name: '1', Address: '30 EAST 9TH STREET, 3, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9938697, 40.73197537]} },
{type: 'Feature',properties:{Name: '1', Address: '30 EAST 9TH STREET, 4E, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9938697, 40.73197537]} },
{type: 'Feature',properties:{Name: '1', Address: '30 EAST 9TH STREET, 3, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9938697, 40.73197537]} },
{type: 'Feature',properties:{Name: '1', Address: '30 EAST 9TH STREET, 3JJ, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9938697, 40.73197537]} },
{type: 'Feature',properties:{Name: '1', Address: '30 EAST 9TH STREET, 4D, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9938697, 40.73197537]} },
{type: 'Feature',properties:{Name: '1', Address: '30 EAST 9TH STREET, 6LL, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9938697, 40.73197537]} },
{type: 'Feature',properties:{Name: '1', Address: '40 EAST 9TH STREET, 3, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99347281, 40.73180791]} },
{type: 'Feature',properties:{Name: '1', Address: '40 EAST 9TH STREET, 12E, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99347281, 40.73180791]} },
{type: 'Feature',properties:{Name: '1', Address: '30 EAST 9TH STREET, 6KK, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9938697, 40.73197537]} },
{type: 'Feature',properties:{Name: '1', Address: '60 EAST 9TH STREET, 214, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99267905, 40.73147575]} },
{type: 'Feature',properties:{Name: '1', Address: '60 EAST 9TH STREET, 237, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99267905, 40.73147575]} },
{type: 'Feature',properties:{Name: '1', Address: '60 EAST 9TH STREET, 426, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99267905, 40.73147575]} },
{type: 'Feature',properties:{Name: '1', Address: '60 EAST 9TH STREET, 533, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99267905, 40.73147575]} },
{type: 'Feature',properties:{Name: '1', Address: '60 EAST 9TH STREET, 3, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99267905, 40.73147575]} },
{type: 'Feature',properties:{Name: '1', Address: '60 EAST 9TH STREET, 3, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99267905, 40.73147575]} },
{type: 'Feature',properties:{Name: '1', Address: '60 EAST 9TH STREET, 605, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99267905, 40.73147575]} },
{type: 'Feature',properties:{Name: '1', Address: '60 EAST 9TH STREET, 640, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99267905, 40.73147575]} },
{type: 'Feature',properties:{Name: '1', Address: '60 EAST 9TH STREET, 3, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99267905, 40.73147575]} },
{type: 'Feature',properties:{Name: '1', Address: '60 EAST 9TH STREET, 606, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99267905, 40.73147575]} },
{type: 'Feature',properties:{Name: '1', Address: '60 E 9TH STREET, 3, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99267905, 40.73147575]} },
{type: 'Feature',properties:{Name: '1', Address: '60 EAST 9TH STREET, 610, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99267905, 40.73147575]} },
{type: 'Feature',properties:{Name: '1', Address: '60 EAST 9TH STREET, 539, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99267905, 40.73147575]} },
{type: 'Feature',properties:{Name: '1', Address: '60 EAST 9TH STREET, 221, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99267905, 40.73147575]} },
{type: 'Feature',properties:{Name: '1', Address: '60 EAST 9TH STREET, 222, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99267905, 40.73147575]} },
{type: 'Feature',properties:{Name: '1', Address: '60 EAST 9TH STREET, 514, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99267905, 40.73147575]} },
{type: 'Feature',properties:{Name: '1', Address: '60 EAST 9TH STREET, 419, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99267905, 40.73147575]} },
{type: 'Feature',properties:{Name: '1', Address: '60 EAST 9TH STREET, 415, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99267905, 40.73147575]} },
{type: 'Feature',properties:{Name: '1', Address: '63 EAST 9TH, 5E, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99250948, 40.73142359]} },
{type: 'Feature',properties:{Name: '1', Address: '63 EAST 9TH ST, 2V, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99250948, 40.73142359]} },
{type: 'Feature',properties:{Name: '1', Address: '63 EAST 9TH STREET, 12B, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99250948, 40.73142359]} },
{type: 'Feature',properties:{Name: '1', Address: '63 EAST 9TH STREET, 8X, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99250948, 40.73142359]} },
{type: 'Feature',properties:{Name: '1', Address: '63 EAST 9TH STREET, 11E, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99250948, 40.73142359]} },
{type: 'Feature',properties:{Name: '1', Address: '63 EAST 9TH STREET, 4Y, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99250948, 40.73142359]} },
{type: 'Feature',properties:{Name: '1', Address: '63 EAST 9TH STREET, 14R, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99250948, 40.73142359]} },
{type: 'Feature',properties:{Name: '1', Address: '56 EAST 11TH STREET, 9FL, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99259229, 40.73298811]} },
{type: 'Feature',properties:{Name: '1', Address: '7 EAST 13TH STREET, RES, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99359157, 40.73510163]} },
{type: 'Feature',properties:{Name: '1', Address: '30 WEST 9TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '13256'}, geometry: { type: 'Point', coordinates:[-73.99701958, 40.73330121]} },
{type: 'Feature',properties:{Name: '1', Address: '30 WEST 9TH STREET, 3B, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99701958, 40.73330121]} },
{type: 'Feature',properties:{Name: '1', Address: '69 WEST 9TH STREET, 7D, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99788194, 40.73368275]} },
{type: 'Feature',properties:{Name: '1', Address: '69 W 9TH STREET, 3A, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99788194, 40.73368275]} },
{type: 'Feature',properties:{Name: '1', Address: '69 WEST 9TH STREET, 12E, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99788194, 40.73368275]} },
{type: 'Feature',properties:{Name: '1', Address: '69 WEST 9TH STREET, HALL, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99788194, 40.73368275]} },
{type: 'Feature',properties:{Name: '1', Address: '53 WEST 11TH STREET, 1E, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99672724, 40.73474768]} },
{type: 'Feature',properties:{Name: '1', Address: '8 WEST 13TH STREET, 3F, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99474981, 40.73556829]} },
{type: 'Feature',properties:{Name: '1', Address: '337-343 LAFAYETTE STREET, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '9765'}, geometry: { type: 'Point', coordinates:[-73.99460264, 40.72597811]} },
{type: 'Feature',properties:{Name: '1', Address: '670 BROADWAY, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '53000'}, geometry: { type: 'Point', coordinates:[-73.99518341, 40.72729837]} },
{type: 'Feature',properties:{Name: '1', Address: '13 UNIVERSITY PLACE, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '55224'}, geometry: { type: 'Point', coordinates:[-73.99506045, 40.73126453]} },
{type: 'Feature',properties:{Name: '1', Address: '13 UNIVERSITY PLACE, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '55224'}, geometry: { type: 'Point', coordinates:[-73.99506045, 40.73126453]} },
{type: 'Feature',properties:{Name: '1', Address: '841-853 BROADWAY, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '218953'}, geometry: { type: 'Point', coordinates:[-73.99089625, 40.73424234]} },
{type: 'Feature',properties:{Name: '1', Address: '88 UNIVERSITY PLACE, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '70642'}, geometry: { type: 'Point', coordinates:[-73.9930649, 40.73361668]} },
{type: 'Feature',properties:{Name: '1', Address: '734 BROADWAY, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '13990'}, geometry: { type: 'Point', coordinates:[-73.99314108, 40.72970816]} },
{type: 'Feature',properties:{Name: '1', Address: '101 EAST 9 STREET, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.99043852, 40.73054511]} },
{type: 'Feature',properties:{Name: '1', Address: '61 FOURTH AVENUE, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '13230'}, geometry: { type: 'Point', coordinates:[-73.99045291, 40.73084155]} },
{type: 'Feature',properties:{Name: '1', Address: '61 FOURTH AVENUE, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '13230'}, geometry: { type: 'Point', coordinates:[-73.99045291, 40.73084155]} },
{type: 'Feature',properties:{Name: '1', Address: '71-73 PARK AVENUE SOUTH, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '2887'}, geometry: { type: 'Point', coordinates:[-73.99013898, 40.73103366]} },
{type: 'Feature',properties:{Name: '1', Address: '51 EAST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '7952'}, geometry: { type: 'Point', coordinates:[-73.99217384, 40.73204937]} },
{type: 'Feature',properties:{Name: '1', Address: '126 EAST 13TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '12875'}, geometry: { type: 'Point', coordinates:[-73.98913917, 40.73321016]} },
{type: 'Feature',properties:{Name: '1', Address: '831 BROADWAY, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '14225'}, geometry: { type: 'Point', coordinates:[-73.99101539, 40.73370986]} },
{type: 'Feature',properties:{Name: '1', Address: '831 BROADWAY, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '14225'}, geometry: { type: 'Point', coordinates:[-73.99101539, 40.73370986]} },
{type: 'Feature',properties:{Name: '1', Address: '827 BROADWAY, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '22254'}, geometry: { type: 'Point', coordinates:[-73.99104789, 40.7335589]} },
{type: 'Feature',properties:{Name: '1', Address: '827 BROADWAY, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '22254'}, geometry: { type: 'Point', coordinates:[-73.99104789, 40.7335589]} },
{type: 'Feature',properties:{Name: '1', Address: '5-19 UNIVERSITY PLACE, GREENWICH VILLAGE-CENTRAL', Month: '7', Price: '116237'}, geometry: { type: 'Point', coordinates:[-73.99536356, 40.73092419]} },
{type: 'Feature',properties:{Name: '1', Address: '5-19 UNIVERSITY PLACE, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '116237'}, geometry: { type: 'Point', coordinates:[-73.99536356, 40.73092419]} },
{type: 'Feature',properties:{Name: '1', Address: '1 1/2 5 AVENUE, GREENWICH VILLAGE-CENTRAL', Month: '5', Price: '83277'}, geometry: { type: 'Point', coordinates:[-73.99629082, 40.73141554]} },
{type: 'Feature',properties:{Name: '1', Address: '6 EAST 8TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '12000'}, geometry: { type: 'Point', coordinates:[-73.99596605, 40.7320825]} },
{type: 'Feature',properties:{Name: '1', Address: '12 EAST 8TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '12628'}, geometry: { type: 'Point', coordinates:[-73.99573152, 40.73198368]} },
{type: 'Feature',properties:{Name: '1', Address: '16 EAST 8TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '6850'}, geometry: { type: 'Point', coordinates:[-73.99557637, 40.7319178]} },
{type: 'Feature',properties:{Name: '1', Address: '18 EAST 8TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '13100'}, geometry: { type: 'Point', coordinates:[-73.99549699, 40.73188486]} },
{type: 'Feature',properties:{Name: '1', Address: '22 EAST 8TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '22083'}, geometry: { type: 'Point', coordinates:[-73.99534185, 40.73181898]} },
{type: 'Feature',properties:{Name: '1', Address: '54 WEST 13TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '46020'}, geometry: { type: 'Point', coordinates:[-73.99582869, 40.73602397]} },
{type: 'Feature',properties:{Name: '1', Address: 'NA MERCER STREET, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99727605, 40.72645579]} },
{type: 'Feature',properties:{Name: '1', Address: 'NA MERCER STREET, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99544671, 40.72856645]} },
{type: 'Feature',properties:{Name: '1', Address: 'NA MERCER STREET, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.994971, 40.728395]} },
{type: 'Feature',properties:{Name: '1', Address: '1 WASHINGTON SQUARE N, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '46077'}, geometry: { type: 'Point', coordinates:[-73.99543571, 40.73103399]} },
{type: 'Feature',properties:{Name: '1', Address: '4 WASHINGTON SQUARE N, GREENWICH VILLAGE-CENTRAL', Month: '12', Price: '10495'}, geometry: { type: 'Point', coordinates:[-73.99596612, 40.73092422]} },
{type: 'Feature',properties:{Name: '1', Address: '5 WASHINGTON SQUARE N, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '6715'}, geometry: { type: 'Point', coordinates:[-73.996096, 40.7309901]} },
{type: 'Feature',properties:{Name: '1', Address: '6 WASHINGTON SQUARE N, GREENWICH VILLAGE-CENTRAL', Month: '1', Price: '7724'}, geometry: { type: 'Point', coordinates:[-73.99616456, 40.73102029]} },
{type: 'Feature',properties:{Name: '1', Address: '36 EAST 8TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '11', Price: '30575'}, geometry: { type: 'Point', coordinates:[-73.99447231, 40.73145115]} },
{type: 'Feature',properties:{Name: '1', Address: '36 EAST 8TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '10', Price: '30575'}, geometry: { type: 'Point', coordinates:[-73.99447231, 40.73145115]} },
{type: 'Feature',properties:{Name: '1', Address: '350 LAFAYETTE STREET, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '14925'}, geometry: { type: 'Point', coordinates:[-73.9943248, 40.72638981]} },
{type: 'Feature',properties:{Name: '1', Address: '510 LA GUARDIA PLACE, GREENWICH VILLAGE-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99926759, 40.72771018]} },
{type: 'Feature',properties:{Name: '1', Address: '14 EAST 4TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99357781, 40.72806956]} },
{type: 'Feature',properties:{Name: '1', Address: '692 BROADWAY, GREENWICH VILLAGE-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99438598, 40.72823704]} },
{type: 'Feature',properties:{Name: '1', Address: '29 EAST 10TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99318048, 40.73247213]} },
{type: 'Feature',properties:{Name: '1', Address: '53 WEST 11TH STREET, GREENWICH VILLAGE-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99672724, 40.73474768]} },
{type: 'Feature',properties:{Name: '1', Address: '205 BLEECKER STREET, GREENWICH VILLAGE-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00160558, 40.72937623]} },
{type: 'Feature',properties:{Name: '1', Address: '21 ASTOR PLACE, GREENWICH VILLAGE-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99222099, 40.72999081]} },
{type: 'Feature',properties:{Name: '1', Address: '58 DOWNING STREET, GREENWICH VILLAGE-WEST', Month: '4', Price: '1920'}, geometry: { type: 'Point', coordinates:[-74.00469043, 40.72902208]} },
{type: 'Feature',properties:{Name: '1', Address: '751/2 BEDFORD STREET, GREENWICH VILLAGE-WEST', Month: '3', Price: '999'}, geometry: { type: 'Point', coordinates:[-74.00506584, 40.73136059]} },
{type: 'Feature',properties:{Name: '1', Address: '115 BEDFORD STREET, GREENWICH VILLAGE-WEST', Month: '1', Price: '1134'}, geometry: { type: 'Point', coordinates:[-74.00572987, 40.73289213]} },
{type: 'Feature',properties:{Name: '1', Address: '113 BEDFORD STREET, GREENWICH VILLAGE-WEST', Month: '12', Price: '1122'}, geometry: { type: 'Point', coordinates:[-74.005701, 40.73284273]} },
{type: 'Feature',properties:{Name: '1', Address: '5C CARMINE STREET, GREENWICH VILLAGE-WEST', Month: '12', Price: '1400'}, geometry: { type: 'Point', coordinates:[-74.00229838, 40.73089682]} },
{type: 'Feature',properties:{Name: '1', Address: '35 CORNELIA, GREENWICH VILLAGE-WEST', Month: '2', Price: '1372'}, geometry: { type: 'Point', coordinates:[-74.00255096, 40.73128657]} },
{type: 'Feature',properties:{Name: '1', Address: '146 WAVERLY PLACE, GREENWICH VILLAGE-WEST', Month: '3', Price: '6118'}, geometry: { type: 'Point', coordinates:[-74.00082629, 40.73329026]} },
{type: 'Feature',properties:{Name: '1', Address: '22 CHRISTOPHER STREET, GREENWICH VILLAGE-WEST', Month: '1', Price: '2739'}, geometry: { type: 'Point', coordinates:[-74.00072166, 40.73390783]} },
{type: 'Feature',properties:{Name: '1', Address: '95 BARROW STREET, GREENWICH VILLAGE-WEST', Month: '11', Price: '2592'}, geometry: { type: 'Point', coordinates:[-74.00698902, 40.7316981]} },
{type: 'Feature',properties:{Name: '1', Address: '157 WEST 12TH STREET, GREENWICH VILLAGE-WEST', Month: '10', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.99936131, 40.73669925]} },
{type: 'Feature',properties:{Name: '1', Address: '48 8 AVENUE, GREENWICH VILLAGE-WEST', Month: '6', Price: '1887'}, geometry: { type: 'Point', coordinates:[-74.00369153, 40.7385272]} },
{type: 'Feature',properties:{Name: '1', Address: '79 CHRISTOPHER STREET, GREENWICH VILLAGE-WEST', Month: '1', Price: '2144'}, geometry: { type: 'Point', coordinates:[-74.0034459, 40.7335345]} },
{type: 'Feature',properties:{Name: '1', Address: '365 BLEECKER STREET, GREENWICH VILLAGE-WEST', Month: '5', Price: '2640'}, geometry: { type: 'Point', coordinates:[-74.00470886, 40.73456374]} },
{type: 'Feature',properties:{Name: '1', Address: '57 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '12', Price: '4182'}, geometry: { type: 'Point', coordinates:[-74.00357947, 40.734841]} },
{type: 'Feature',properties:{Name: '1', Address: '278 WEST 11TH STREET, GREENWICH VILLAGE-WEST', Month: '12', Price: '4890'}, geometry: { type: 'Point', coordinates:[-74.00460793, 40.73602395]} },
{type: 'Feature',properties:{Name: '1', Address: '58 BANK STREET, GREENWICH VILLAGE-WEST', Month: '3', Price: '5200'}, geometry: { type: 'Point', coordinates:[-74.00413888, 40.73677054]} },
{type: 'Feature',properties:{Name: '1', Address: '58 BANK STREET, GREENWICH VILLAGE-WEST', Month: '9', Price: '5200'}, geometry: { type: 'Point', coordinates:[-74.00413888, 40.73677054]} },
{type: 'Feature',properties:{Name: '1', Address: '687 GREENWICH STREET, GREENWICH VILLAGE-WEST', Month: '9', Price: '2844'}, geometry: { type: 'Point', coordinates:[-74.00742217, 40.73321866]} },
{type: 'Feature',properties:{Name: '1', Address: '117A CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '11', Price: '1000'}, geometry: { type: 'Point', coordinates:[-74.00666097, 40.73465971]} },
{type: 'Feature',properties:{Name: '1', Address: '132 BANK STREET, GREENWICH VILLAGE-WEST', Month: '8', Price: '2448'}, geometry: { type: 'Point', coordinates:[-74.00787717, 40.73624335]} },
{type: 'Feature',properties:{Name: '1', Address: '763 GREENWICH STREET, GREENWICH VILLAGE-WEST', Month: '7', Price: '4218'}, geometry: { type: 'Point', coordinates:[-74.00668277, 40.73613638]} },
{type: 'Feature',properties:{Name: '1', Address: '769 GREENWICH STREET, GREENWICH VILLAGE-WEST', Month: '10', Price: '2001'}, geometry: { type: 'Point', coordinates:[-74.00663588, 40.73632303]} },
{type: 'Feature',properties:{Name: '1', Address: '400 WEST STREET, GREENWICH VILLAGE-WEST', Month: '9', Price: '7705'}, geometry: { type: 'Point', coordinates:[-74.01023665, 40.73349841]} },
{type: 'Feature',properties:{Name: '1', Address: '164 PERRY STREET, GREENWICH VILLAGE-WEST', Month: '2', Price: '3662'}, geometry: { type: 'Point', coordinates:[-74.00920124, 40.73468698]} },
{type: 'Feature',properties:{Name: '1', Address: '62 MORTON STREET, GREENWICH VILLAGE-WEST', Month: '7', Price: '4936'}, geometry: { type: 'Point', coordinates:[-74.00621319, 40.73088295]} },
{type: 'Feature',properties:{Name: '1', Address: '58 BARROW STREET, GREENWICH VILLAGE-WEST', Month: '9', Price: '1350'}, geometry: { type: 'Point', coordinates:[-74.00488547, 40.73191504]} },
{type: 'Feature',properties:{Name: '1', Address: '32 GROVE STREET, GREENWICH VILLAGE-WEST', Month: '3', Price: '3780'}, geometry: { type: 'Point', coordinates:[-74.00478811, 40.73265064]} },
{type: 'Feature',properties:{Name: '1', Address: '517 AVENUE OF THE AMERIC, GREENWICH VILLAGE-WEST', Month: '4', Price: '2961'}, geometry: { type: 'Point', coordinates:[-73.99737665, 40.73708623]} },
{type: 'Feature',properties:{Name: '1', Address: '517 AVENUE OF THE AMERIC, GREENWICH VILLAGE-WEST', Month: '3', Price: '2961'}, geometry: { type: 'Point', coordinates:[-73.99737665, 40.73708623]} },
{type: 'Feature',properties:{Name: '1', Address: '231 WEST 11TH STREET, GREENWICH VILLAGE-WEST', Month: '11', Price: '3360'}, geometry: { type: 'Point', coordinates:[-74.0026161, 40.73632319]} },
{type: 'Feature',properties:{Name: '1', Address: '313 WEST 4TH STREET, GREENWICH VILLAGE-WEST', Month: '2', Price: '3020'}, geometry: { type: 'Point', coordinates:[-74.00379611, 40.73727559]} },
{type: 'Feature',properties:{Name: '1', Address: '248 WEST 12TH STREET, GREENWICH VILLAGE-WEST', Month: '9', Price: '3420'}, geometry: { type: 'Point', coordinates:[-74.00274606, 40.73760499]} },
{type: 'Feature',properties:{Name: '1', Address: '263 WEST 11TH STREET, GREENWICH VILLAGE-WEST', Month: '9', Price: '6650'}, geometry: { type: 'Point', coordinates:[-74.00405224, 40.73611455]} },
{type: 'Feature',properties:{Name: '1', Address: '308 WEST 4TH STREET, GREENWICH VILLAGE-WEST', Month: '6', Price: '3120'}, geometry: { type: 'Point', coordinates:[-74.0037925, 40.73716305]} },
{type: 'Feature',properties:{Name: '1', Address: '64 HORATIO STREET, GREENWICH VILLAGE-WEST', Month: '4', Price: '2160'}, geometry: { type: 'Point', coordinates:[-74.0062067, 40.73874667]} },
{type: 'Feature',properties:{Name: '1', Address: '46 HORATIO STREET, GREENWICH VILLAGE-WEST', Month: '2', Price: '3300'}, geometry: { type: 'Point', coordinates:[-74.00503393, 40.73874673]} },
{type: 'Feature',properties:{Name: '1', Address: '44 HORATIO STREET, GREENWICH VILLAGE-WEST', Month: '6', Price: '2100'}, geometry: { type: 'Point', coordinates:[-74.00496176, 40.73874673]} },
{type: 'Feature',properties:{Name: '1', Address: '340 WEST 12TH STREET, GREENWICH VILLAGE-WEST', Month: '8', Price: '5250'}, geometry: { type: 'Point', coordinates:[-74.00709067, 40.73754167]} },
{type: 'Feature',properties:{Name: '1', Address: '9 COMMERCE STREET, GREENWICH VILLAGE-WEST', Month: '6', Price: '2584'}, geometry: { type: 'Point', coordinates:[-74.0041963, 40.73177783]} },
{type: 'Feature',properties:{Name: '1', Address: '327 WEST 4TH STREET, GREENWICH VILLAGE-WEST', Month: '3', Price: '3098'}, geometry: { type: 'Point', coordinates:[-74.00385749, 40.73781356]} },
{type: 'Feature',properties:{Name: '1', Address: '81 JANE STREET, GREENWICH VILLAGE-WEST', Month: '3', Price: '4056'}, geometry: { type: 'Point', coordinates:[-74.00726394, 40.73814825]} },
{type: 'Feature',properties:{Name: '1', Address: '178 WEST HOUSTON STREET, GREENWICH VILLAGE-WEST', Month: '8', Price: '12356'}, geometry: { type: 'Point', coordinates:[-74.00321112, 40.72867903]} },
{type: 'Feature',properties:{Name: '1', Address: '54 MORTON STREET, GREENWICH VILLAGE-WEST', Month: '10', Price: '7650'}, geometry: { type: 'Point', coordinates:[-74.00590289, 40.73085277]} },
{type: 'Feature',properties:{Name: '1', Address: '31 GROVE STREET, GREENWICH VILLAGE-WEST', Month: '6', Price: '3792'}, geometry: { type: 'Point', coordinates:[-74.00475924, 40.73267809]} },
{type: 'Feature',properties:{Name: '1', Address: '25 GROVE STREET, GREENWICH VILLAGE-WEST', Month: '7', Price: '13110'}, geometry: { type: 'Point', coordinates:[-74.00496491, 40.73261221]} },
{type: 'Feature',properties:{Name: '1', Address: '287 BLEECKER STREET, GREENWICH VILLAGE-WEST', Month: '8', Price: '8375'}, geometry: { type: 'Point', coordinates:[-74.00345303, 40.73205508]} },
{type: 'Feature',properties:{Name: '1', Address: '455 HUDSON STREET, GREENWICH VILLAGE-WEST', Month: '9', Price: '21732'}, geometry: { type: 'Point', coordinates:[-74.00669672, 40.73128091]} },
{type: 'Feature',properties:{Name: '1', Address: '113 7 AVENUE SOUTH, GREENWICH VILLAGE-WEST', Month: '8', Price: '21092'}, geometry: { type: 'Point', coordinates:[-74.00263405, 40.73388585]} },
{type: 'Feature',properties:{Name: '1', Address: '242 WEST 11TH STREET, GREENWICH VILLAGE-WEST', Month: '9', Price: '2562'}, geometry: { type: 'Point', coordinates:[-74.00296251, 40.73625456]} },
{type: 'Feature',properties:{Name: '1', Address: '220 WEST 14TH STREET, GREENWICH VILLAGE-WEST', Month: '9', Price: '8050'}, geometry: { type: 'Point', coordinates:[-74.00051963, 40.73889505]} },
{type: 'Feature',properties:{Name: '1', Address: '113 CHRISTOPHER STREET, GREENWICH VILLAGE-WEST', Month: '10', Price: '9295'}, geometry: { type: 'Point', coordinates:[-74.00523197, 40.73325447]} },
{type: 'Feature',properties:{Name: '1', Address: '198 WEST 10TH ST, GREENWICH VILLAGE-WEST', Month: '3', Price: '3450'}, geometry: { type: 'Point', coordinates:[-74.0036949, 40.73413285]} },
{type: 'Feature',properties:{Name: '1', Address: '194 WEST 10TH STREET, GREENWICH VILLAGE-WEST', Month: '11', Price: '9530'}, geometry: { type: 'Point', coordinates:[-74.00355418, 40.73415481]} },
{type: 'Feature',properties:{Name: '1', Address: '276 WEST 11TH STREET, GREENWICH VILLAGE-WEST', Month: '5', Price: '5217'}, geometry: { type: 'Point', coordinates:[-74.00453576, 40.73603219]} },
{type: 'Feature',properties:{Name: '1', Address: '280 WEST 4TH STREET, GREENWICH VILLAGE-WEST', Month: '1', Price: '3700'}, geometry: { type: 'Point', coordinates:[-74.00348211, 40.73598007]} },
{type: 'Feature',properties:{Name: '1', Address: '265 WEST 11TH STREET, GREENWICH VILLAGE-WEST', Month: '3', Price: '3744'}, geometry: { type: 'Point', coordinates:[-74.0041208, 40.73610631]} },
{type: 'Feature',properties:{Name: '1', Address: '265 WEST 11 STREET, GREENWICH VILLAGE-WEST', Month: '1', Price: '3744'}, geometry: { type: 'Point', coordinates:[-74.0041208, 40.73610631]} },
{type: 'Feature',properties:{Name: '1', Address: '285 WEST 12TH STREET, GREENWICH VILLAGE-WEST', Month: '6', Price: '4864'}, geometry: { type: 'Point', coordinates:[-74.00412089, 40.73755279]} },
{type: 'Feature',properties:{Name: '1', Address: '344-346 WEST 14TH STREET, GREENWICH VILLAGE-WEST', Month: '11', Price: '25100'}, geometry: { type: 'Point', coordinates:[-74.00396228, 40.7403497]} },
{type: 'Feature',properties:{Name: '1', Address: '370 WEST 11TH STREET, GREENWICH VILLAGE-WEST', Month: '5', Price: '4400'}, geometry: { type: 'Point', coordinates:[-74.00951887, 40.73534844]} },
{type: 'Feature',properties:{Name: '1', Address: '221-25 WEST 12TH STREET, GREENWICH VILLAGE-WEST', Month: '6', Price: '43280'}, geometry: { type: 'Point', coordinates:[-74.00136762, 40.73752541]} },
{type: 'Feature',properties:{Name: '1', Address: '204 WEST 14TH STREET, GREENWICH VILLAGE-WEST', Month: '5', Price: '32000'}, geometry: { type: 'Point', coordinates:[-74.00019486, 40.73875781]} },
{type: 'Feature',properties:{Name: '1', Address: '780 GREENWICH STREET, GREENWICH VILLAGE-WEST', Month: '7', Price: '70350'}, geometry: { type: 'Point', coordinates:[-74.00655654, 40.73675945]} },
{type: 'Feature',properties:{Name: '1', Address: '13 DOWNING ST, 1D, GREENWICH VILLAGE-WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00292974, 40.72958207]} },
{type: 'Feature',properties:{Name: '1', Address: '26 BEDFORD STREET, 3A, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00375959, 40.72954361]} },
{type: 'Feature',properties:{Name: '1', Address: '49 DOWNING STREET, 2C, GREENWICH VILLAGE-WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0043152, 40.7291511]} },
{type: 'Feature',properties:{Name: '1', Address: '71 BARROW STREET, 8, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00547359, 40.73170916]} },
{type: 'Feature',properties:{Name: '1', Address: '71 BARROW STREET, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00547359, 40.73170916]} },
{type: 'Feature',properties:{Name: '1', Address: '71 BARROW STREET, 4, GREENWICH VILLAGE-WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00547359, 40.73170916]} },
{type: 'Feature',properties:{Name: '1', Address: '87 BEDFORD STREET, 4, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.005203, 40.73198639]} },
{type: 'Feature',properties:{Name: '1', Address: '87 BEDFORD STREET, 4, GREENWICH VILLAGE-WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.005203, 40.73198639]} },
{type: 'Feature',properties:{Name: '1', Address: '66-68 BARROW STREET, 3C, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00545555, 40.73173112]} },
{type: 'Feature',properties:{Name: '1', Address: '22 LEROY STREET, 21, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00361533, 40.73065525]} },
{type: 'Feature',properties:{Name: '1', Address: '25 LEROY STREET, 12, GREENWICH VILLAGE-WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00366945, 40.73065524]} },
{type: 'Feature',properties:{Name: '1', Address: '36 BARROW, GREENWICH VILLAGE-WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00416746, 40.73215112]} },
{type: 'Feature',properties:{Name: '1', Address: '26 CORNELIA STREET, 3, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0020783, 40.73143754]} },
{type: 'Feature',properties:{Name: '1', Address: '32 JONES STREET, 5D, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00226233, 40.73209902]} },
{type: 'Feature',properties:{Name: '1', Address: '111 MORTON STREET, 3A, GREENWICH VILLAGE-WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00959405, 40.73122581]} },
{type: 'Feature',properties:{Name: '1', Address: '105 MORTON STREET, GA, GREENWICH VILLAGE-WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00936673, 40.73120387]} },
{type: 'Feature',properties:{Name: '1', Address: '459 HUDSON STREET, 2B, GREENWICH VILLAGE-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00667869, 40.73139345]} },
{type: 'Feature',properties:{Name: '1', Address: '459 HUDSON STREET, 1A, GREENWICH VILLAGE-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00667869, 40.73139345]} },
{type: 'Feature',properties:{Name: '1', Address: '638 WASHINGTON STREET, 3B, GREENWICH VILLAGE-WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00873544, 40.73217008]} },
{type: 'Feature',properties:{Name: '1', Address: '634 WASHINGTON STREET, 4A, GREENWICH VILLAGE-WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00877149, 40.73199166]} },
{type: 'Feature',properties:{Name: '1', Address: '111 WEST 11TH STREET, 3FW, GREENWICH VILLAGE-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99889584, 40.73565624]} },
{type: 'Feature',properties:{Name: '1', Address: '145 WEST 13TH STREET, 303, GREENWICH VILLAGE-WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99865404, 40.73723172]} },
{type: 'Feature',properties:{Name: '1', Address: '140 WEST 10 STREET, 2RW, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00067836, 40.73457755]} },
{type: 'Feature',properties:{Name: '1', Address: '140 WEST 10TH STREET, 3RE, GREENWICH VILLAGE-WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00067836, 40.73457755]} },
{type: 'Feature',properties:{Name: '1', Address: '138 WEST 10 STREET, 2RW, GREENWICH VILLAGE-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00059537, 40.73458853]} },
{type: 'Feature',properties:{Name: '1', Address: '226 WEST 11TH, 3F, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0024429, 40.73633143]} },
{type: 'Feature',properties:{Name: '1', Address: '35 PERRY STREET, GREENWICH VILLAGE-WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00264134, 40.73564524]} },
{type: 'Feature',properties:{Name: '1', Address: '41 PERRY STREET, 6C, GREENWICH VILLAGE-WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00281814, 40.73562053]} },
{type: 'Feature',properties:{Name: '1', Address: '227 WEST 11 STREET, 2, GREENWICH VILLAGE-WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00249342, 40.73633966]} },
{type: 'Feature',properties:{Name: '1', Address: '227 WEST 11TH STREET, 41, GREENWICH VILLAGE-WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00249342, 40.73633966]} },
{type: 'Feature',properties:{Name: '1', Address: '345 WEST 4TH STREET, 6, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00385034, 40.73903772]} },
{type: 'Feature',properties:{Name: '1', Address: '306 WEST 13TH STREET, GREENWICH VILLAGE-WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00343897, 40.73922437]} },
{type: 'Feature',properties:{Name: '1', Address: '306 WEST 13TH STREET, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00343897, 40.73922437]} },
{type: 'Feature',properties:{Name: '1', Address: '88 CHARLES STREET, 2C/3C, GREENWICH VILLAGE-WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00422896, 40.73472844]} },
{type: 'Feature',properties:{Name: '1', Address: '82 CHARLES STREET, 5R, GREENWICH VILLAGE-WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00401968, 40.73475864]} },
{type: 'Feature',properties:{Name: '1', Address: '80 CHARLES STREET, 5R, GREENWICH VILLAGE-WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00394752, 40.73476962]} },
{type: 'Feature',properties:{Name: '1', Address: '78 CHARLES STREET, 2W, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00387896, 40.7347806]} },
{type: 'Feature',properties:{Name: '1', Address: '211 WEST 10TH STREET, 4A, GREENWICH VILLAGE-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00416397, 40.73407794]} },
{type: 'Feature',properties:{Name: '1', Address: '72 PERRY STREET, 2A, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00413519, 40.73541463]} },
{type: 'Feature',properties:{Name: '1', Address: '290 WEST 11TH STREET, 1C, GREENWICH VILLAGE-WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00534764, 40.73592236]} },
{type: 'Feature',properties:{Name: '1', Address: '290 WEST 11TH STREET, 1C, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00534764, 40.73592236]} },
{type: 'Feature',properties:{Name: '1', Address: '79 PERRY STREET, 5R, GREENWICH VILLAGE-WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00443468, 40.73538717]} },
{type: 'Feature',properties:{Name: '1', Address: '79 PERRY STREET, 5F, GREENWICH VILLAGE-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00443468, 40.73538717]} },
{type: 'Feature',properties:{Name: '1', Address: '295 WEST 11TH STREET, 4H, GREENWICH VILLAGE-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00560384, 40.73590314]} },
{type: 'Feature',properties:{Name: '1', Address: '791 GREENWICH STREET, 6, GREENWICH VILLAGE-WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00648082, 40.73732213]} },
{type: 'Feature',properties:{Name: '1', Address: '10 BETHUNE STREET, 1A, GREENWICH VILLAGE-WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00640139, 40.73695982]} },
{type: 'Feature',properties:{Name: '1', Address: '815 GREENWICH STREET, 5C, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00645566, 40.73841728]} },
{type: 'Feature',properties:{Name: '1', Address: '41 JANE STREET, 5A, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00471633, 40.73814289]} },
{type: 'Feature',properties:{Name: '1', Address: '41 JANE STREET, 4D, GREENWICH VILLAGE-WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00471633, 40.73814289]} },
{type: 'Feature',properties:{Name: '1', Address: '51 JANE STREET, 12A, GREENWICH VILLAGE-WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00513131, 40.73814562]} },
{type: 'Feature',properties:{Name: '1', Address: '260 WEST 10TH STREET, 1W, GREENWICH VILLAGE-WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00688819, 40.73364688]} },
{type: 'Feature',properties:{Name: '1', Address: '731 GREENWICH STREET, J36, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00697854, 40.73497259]} },
{type: 'Feature',properties:{Name: '1', Address: '731 GREENWICH STREET, J37, GREENWICH VILLAGE-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00697854, 40.73497259]} },
{type: 'Feature',properties:{Name: '1', Address: '727 GREENWICH STREET, 1A, GREENWICH VILLAGE-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00703986, 40.73473379]} },
{type: 'Feature',properties:{Name: '1', Address: '729 GREENWICH STREET, J27, GREENWICH VILLAGE-WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.007011, 40.73484084]} },
{type: 'Feature',properties:{Name: '1', Address: '115 CHARLES STREET, 14, GREENWICH VILLAGE-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0064661, 40.7344072]} },
{type: 'Feature',properties:{Name: '1', Address: '340 WEST 11TH STREET, 3EF, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00797451, 40.73555167]} },
{type: 'Feature',properties:{Name: '1', Address: '340A WEST 11TH STREET, APT 1, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0081116, 40.73534031]} },
{type: 'Feature',properties:{Name: '1', Address: '344 WEST 11TH, 4W, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00813328, 40.7355297]} },
{type: 'Feature',properties:{Name: '1', Address: '340 WEST 11, 2 WR, GREENWICH VILLAGE-WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00797451, 40.73555167]} },
{type: 'Feature',properties:{Name: '1', Address: '344 WEST 11TH STREET, 2E/2W, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00813328, 40.7355297]} },
{type: 'Feature',properties:{Name: '1', Address: '135 PERRY STREET, 9, GREENWICH VILLAGE-WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00767494, 40.73490942]} },
{type: 'Feature',properties:{Name: '1', Address: '135 PERRY STREET, 8, GREENWICH VILLAGE-WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00767494, 40.73490942]} },
{type: 'Feature',properties:{Name: '1', Address: '323 WEST 11TH STREET, 5R, GREENWICH VILLAGE-WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00732862, 40.73565601]} },
{type: 'Feature',properties:{Name: '1', Address: '151-157 CHARLES STREET, C, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00889445, 40.73403924]} },
{type: 'Feature',properties:{Name: '1', Address: '708 WASHINGTON STREET, 1A, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00842189, 40.73508777]} },
{type: 'Feature',properties:{Name: '1', Address: '708 WASHINGTON STREET, 1-B, GREENWICH VILLAGE-WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00842189, 40.73508777]} },
{type: 'Feature',properties:{Name: '1', Address: '357 WEST 11TH STREET, 1A, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00894876, 40.73543906]} },
{type: 'Feature',properties:{Name: '1', Address: '146 BANK, GREENWICH VILLAGE-WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00877204, 40.73612801]} },
{type: 'Feature',properties:{Name: '1', Address: '349 WEST 11TH STREET, GB, GREENWICH VILLAGE-WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00868174, 40.73547202]} },
{type: 'Feature',properties:{Name: '1', Address: '146 BANK, GREENWICH VILLAGE-WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00877204, 40.73612801]} },
{type: 'Feature',properties:{Name: '1', Address: '726 WASHINGTON STREET, 1-B, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00835704, 40.73584533]} },
{type: 'Feature',properties:{Name: '1', Address: '354 WEST 12TH STREET, 2B, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00749121, 40.73754439]} },
{type: 'Feature',properties:{Name: '1', Address: '354 WEST 12 STREET, 3C, GREENWICH VILLAGE-WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00749121, 40.73754439]} },
{type: 'Feature',properties:{Name: '1', Address: '343 WEST 12TH STREET, #2B, GREENWICH VILLAGE-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00706181, 40.73755814]} },
{type: 'Feature',properties:{Name: '1', Address: '88 HORATIO STREET, 4D, GREENWICH VILLAGE-WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00758878, 40.73874933]} },
{type: 'Feature',properties:{Name: '1', Address: '88 HORATIO STREET, 3D, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00758878, 40.73874933]} },
{type: 'Feature',properties:{Name: '1', Address: '88 HORATIO STREET, 3A, GREENWICH VILLAGE-WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00758878, 40.73874933]} },
{type: 'Feature',properties:{Name: '1', Address: '86 HORATIO STREET, 1D, GREENWICH VILLAGE-WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00750217, 40.73874934]} },
{type: 'Feature',properties:{Name: '1', Address: '84 HORATIO STREET, 1A, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00741196, 40.73874934]} },
{type: 'Feature',properties:{Name: '1', Address: '82 HORATIO STREET, 3A, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00732536, 40.73874935]} },
{type: 'Feature',properties:{Name: '1', Address: '82 HORATIO STREET, 3B, GREENWICH VILLAGE-WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00732536, 40.73874935]} },
{type: 'Feature',properties:{Name: '1', Address: '32 DOWNING STREET, 3D, GREENWICH VILLAGE-WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00346733, 40.72939541]} },
{type: 'Feature',properties:{Name: '1', Address: '180 WEST HOUSTON STREET, 2G, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00345646, 40.72843474]} },
{type: 'Feature',properties:{Name: '1', Address: '241 6TH AVENUE, 8B, GREENWICH VILLAGE-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00304515, 40.7285665]} },
{type: 'Feature',properties:{Name: '1', Address: '180 WEST HOUSTON STREET, 10F, GREENWICH VILLAGE-WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00345646, 40.72843474]} },
{type: 'Feature',properties:{Name: '1', Address: '180 WEST HOUSTON STREET, 1E, GREENWICH VILLAGE-WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00345646, 40.72843474]} },
{type: 'Feature',properties:{Name: '1', Address: '32 MORTON STREET, 7A, GREENWICH VILLAGE-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00479881, 40.73094066]} },
{type: 'Feature',properties:{Name: '1', Address: '79 BARROW STREET, 5B, GREENWICH VILLAGE-WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00597873, 40.73160209]} },
{type: 'Feature',properties:{Name: '1', Address: '79 BEDFORD STREET, 1C, GREENWICH VILLAGE-WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00497565, 40.73158567]} },
{type: 'Feature',properties:{Name: '1', Address: '81 BEDFORD STREET, 4D, GREENWICH VILLAGE-WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00503339, 40.73168722]} },
{type: 'Feature',properties:{Name: '1', Address: '81 BEDFORD STREET, 6B, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00503339, 40.73168722]} },
{type: 'Feature',properties:{Name: '1', Address: '2 GROVE STREET, 1B, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00639735, 40.73240902]} },
{type: 'Feature',properties:{Name: '1', Address: '22 GROVE STREET, 2D, GREENWICH VILLAGE-WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00515974, 40.7325326]} },
{type: 'Feature',properties:{Name: '1', Address: '22 GROVE STREET, 4F, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00515974, 40.7325326]} },
{type: 'Feature',properties:{Name: '1', Address: '104 BEDFORD STREET, 2C, GREENWICH VILLAGE-WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0056144, 40.73273294]} },
{type: 'Feature',properties:{Name: '1', Address: '104-106 BEDFORD STREET, 5A6AB, GREENWICH VILLAGE-WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0056144, 40.73273294]} },
{type: 'Feature',properties:{Name: '1', Address: '15 JONES STREET, 3G, GREENWICH VILLAGE-WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00207832, 40.73218137]} },
{type: 'Feature',properties:{Name: '1', Address: '15 JONES STREET, 3-D, GREENWICH VILLAGE-WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00207832, 40.73218137]} },
{type: 'Feature',properties:{Name: '1', Address: '3 SHERIDAN SQUARE, 11F, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00220102, 40.73291421]} },
{type: 'Feature',properties:{Name: '1', Address: '3 SHERIDAN SQUARE, 11G, GREENWICH VILLAGE-WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00220102, 40.73291421]} },
{type: 'Feature',properties:{Name: '1', Address: '3 SHERIDAN SQUARE, 2E, GREENWICH VILLAGE-WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00220102, 40.73291421]} },
{type: 'Feature',properties:{Name: '1', Address: '3 SHERIDAN SQUARE, 10J, GREENWICH VILLAGE-WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00220102, 40.73291421]} },
{type: 'Feature',properties:{Name: '1', Address: '3 SHERIDAN SQUARE, 11B, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00220102, 40.73291421]} },
{type: 'Feature',properties:{Name: '1', Address: '3 SHERIDAN SQUARE, 14B, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00220102, 40.73291421]} },
{type: 'Feature',properties:{Name: '1', Address: '3 SHERIDAN SQUARE, 3F, GREENWICH VILLAGE-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00220102, 40.73291421]} },
{type: 'Feature',properties:{Name: '1', Address: '136 WAVERLY PLACE, 4E, GREENWICH VILLAGE-WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00027783, 40.73302128]} },
{type: 'Feature',properties:{Name: '1', Address: '136 WAVERLY PLACE, 3C, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00027783, 40.73302128]} },
{type: 'Feature',properties:{Name: '1', Address: '136 WAVERLY PLACE, 10D, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00027783, 40.73302128]} },
{type: 'Feature',properties:{Name: '1', Address: '136 WAVERLY PLACE, 15C, GREENWICH VILLAGE-WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00027783, 40.73302128]} },
{type: 'Feature',properties:{Name: '1', Address: '111 BARROW STREET, 6E, GREENWICH VILLAGE-WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00795602, 40.73178861]} },
{type: 'Feature',properties:{Name: '1', Address: '111 BARROW STREET, 3C, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00795602, 40.73178861]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 12TH STREET, 6D, GREENWICH VILLAGE-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99823549, 40.73620793]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 12TH STREET, 2F, GREENWICH VILLAGE-WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99823549, 40.73620793]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 12TH STREET, 4L, GREENWICH VILLAGE-WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99823549, 40.73620793]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 12TH STREET, 5R, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99823549, 40.73620793]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 12TH STREET, 6T, GREENWICH VILLAGE-WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99823549, 40.73620793]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 12TH ST, 4E, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99823549, 40.73620793]} },
{type: 'Feature',properties:{Name: '1', Address: '475 6TH AVENUE, GREENWICH VILLAGE-WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99805147, 40.73571661]} },
{type: 'Feature',properties:{Name: '1', Address: '101 WEST 12TH STREET, 20C, GREENWICH VILLAGE-WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99822827, 40.73622165]} },
{type: 'Feature',properties:{Name: '1', Address: '101 WEST 12TH ST, 8C, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99822827, 40.73622165]} },
{type: 'Feature',properties:{Name: '1', Address: '101 WEST 12TH STREET, 21F, GREENWICH VILLAGE-WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99822827, 40.73622165]} },
{type: 'Feature',properties:{Name: '1', Address: '101 WEST 12TH STREET, 4V, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99822827, 40.73622165]} },
{type: 'Feature',properties:{Name: '1', Address: '101 WEST 12TH STREET, 8F, GREENWICH VILLAGE-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99822827, 40.73622165]} },
{type: 'Feature',properties:{Name: '1', Address: '101 WEST 12TH ST, 16A, GREENWICH VILLAGE-WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99822827, 40.73622165]} },
{type: 'Feature',properties:{Name: '1', Address: '101 WEST 12TH STREET, 2U, GREENWICH VILLAGE-WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99822827, 40.73622165]} },
{type: 'Feature',properties:{Name: '1', Address: '101 WEST 12TH STREET, 6C, GREENWICH VILLAGE-WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99822827, 40.73622165]} },
{type: 'Feature',properties:{Name: '1', Address: '101 WEST 12TH STREET, 14O, GREENWICH VILLAGE-WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99822827, 40.73622165]} },
{type: 'Feature',properties:{Name: '1', Address: '101 WEST 12TH STREET, 14D, GREENWICH VILLAGE-WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99822827, 40.73622165]} },
{type: 'Feature',properties:{Name: '1', Address: '101 WEST 12TH STREET, 14S, GREENWICH VILLAGE-WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99822827, 40.73622165]} },
{type: 'Feature',properties:{Name: '1', Address: '101 WEST 12TH STREET, 2E, GREENWICH VILLAGE-WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99822827, 40.73622165]} },
{type: 'Feature',properties:{Name: '1', Address: '101 WEST 12TH STREET, 9-0, GREENWICH VILLAGE-WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99822827, 40.73622165]} },
{type: 'Feature',properties:{Name: '1', Address: '101 WEST 12TH STREET, 3U, GREENWICH VILLAGE-WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99822827, 40.73622165]} },
{type: 'Feature',properties:{Name: '1', Address: '101 WEST 12TH STREET, 11T, GREENWICH VILLAGE-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99822827, 40.73622165]} },
{type: 'Feature',properties:{Name: '1', Address: '101 WEST 12 STREET, 19F, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99822827, 40.73622165]} },
{type: 'Feature',properties:{Name: '1', Address: '101 WEST 12TH STREET, 12C, GREENWICH VILLAGE-WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99822827, 40.73622165]} },
{type: 'Feature',properties:{Name: '1', Address: '125 WEST 12TH STREET, 3E, GREENWICH VILLAGE-WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99871179, 40.73642477]} },
{type: 'Feature',properties:{Name: '1', Address: '125 WEST 12TH STREET, 5A, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99871179, 40.73642477]} },
{type: 'Feature',properties:{Name: '1', Address: '125 WEST 12TH STREET, 6B, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99871179, 40.73642477]} },
{type: 'Feature',properties:{Name: '1', Address: '145 WEST 12TH STREET, 6-2, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99911954, 40.73659769]} },
{type: 'Feature',properties:{Name: '1', Address: '145 WEST 12TH STREET, 6-6, GREENWICH VILLAGE-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99911954, 40.73659769]} },
{type: 'Feature',properties:{Name: '1', Address: '149 W 12TH ST, 6-6, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99919893, 40.73663063]} },
{type: 'Feature',properties:{Name: '1', Address: '137 WEST 12TH STREET, 32, GREENWICH VILLAGE-WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99895716, 40.73652907]} },
{type: 'Feature',properties:{Name: '1', Address: '137 WEST 12TH STREET, 3-5, GREENWICH VILLAGE-WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99895716, 40.73652907]} },
{type: 'Feature',properties:{Name: '1', Address: '149 WEST 12TH STREET, 1/5, GREENWICH VILLAGE-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99919893, 40.73663063]} },
{type: 'Feature',properties:{Name: '1', Address: '175 WEST 13TH STREET, 4C, GREENWICH VILLAGE-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99926387, 40.73748699]} },
{type: 'Feature',properties:{Name: '1', Address: '175 WEST 13TH STREET, 1B, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99926387, 40.73748699]} },
{type: 'Feature',properties:{Name: '1', Address: '175 WEST 13TH STREET, 16D, GREENWICH VILLAGE-WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99926387, 40.73748699]} },
{type: 'Feature',properties:{Name: '1', Address: '175 WEST 13TH STREET, 16F, GREENWICH VILLAGE-WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99926387, 40.73748699]} },
{type: 'Feature',properties:{Name: '1', Address: '175 WEST 13TH STREET, 8G, GREENWICH VILLAGE-WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99926387, 40.73748699]} },
{type: 'Feature',properties:{Name: '1', Address: '175 WEST 13TH STREET, 6E, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99926387, 40.73748699]} },
{type: 'Feature',properties:{Name: '1', Address: '175 WEST 13TH STREET, 16C, GREENWICH VILLAGE-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99926387, 40.73748699]} },
{type: 'Feature',properties:{Name: '1', Address: '175 WEST 13TH STREET, 11F, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99926387, 40.73748699]} },
{type: 'Feature',properties:{Name: '1', Address: '175 WEST 13TH STREET, 14F, GREENWICH VILLAGE-WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99926387, 40.73748699]} },
{type: 'Feature',properties:{Name: '1', Address: '105 WEST 13TH STREET, 5F, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99784215, 40.73688862]} },
{type: 'Feature',properties:{Name: '1', Address: '105 WEST 13TH STREET, 11B, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99784215, 40.73688862]} },
{type: 'Feature',properties:{Name: '1', Address: '33 GREENWICH AVENUE, 5F, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00023093, 40.73508534]} },
{type: 'Feature',properties:{Name: '1', Address: '23 GREENWICH AVENUE, 7D, GREENWICH VILLAGE-WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00003969, 40.73477518]} },
{type: 'Feature',properties:{Name: '1', Address: '33 GREENWICH AVENUE, 3B, GREENWICH VILLAGE-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00023093, 40.73508534]} },
{type: 'Feature',properties:{Name: '1', Address: '247 WEST 12TH STREET, 2B, GREENWICH VILLAGE-WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00255481, 40.73763244]} },
{type: 'Feature',properties:{Name: '1', Address: '31 JANE STREET, 7A, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00359408, 40.73814568]} },
{type: 'Feature',properties:{Name: '1', Address: '31 JANE STREET, 16A, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00359408, 40.73814568]} },
{type: 'Feature',properties:{Name: '1', Address: '31 JANE STREET, 10D, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00359408, 40.73814568]} },
{type: 'Feature',properties:{Name: '1', Address: '31 JANE STREET, 2E, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00359408, 40.73814568]} },
{type: 'Feature',properties:{Name: '1', Address: '14 HORATIO STREET, 18C, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00310696, 40.73874954]} },
{type: 'Feature',properties:{Name: '1', Address: '14 HORATIO STREET, 8J, GREENWICH VILLAGE-WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00310696, 40.73874954]} },
{type: 'Feature',properties:{Name: '1', Address: '14 HORATIO STREET, 15A, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00310696, 40.73874954]} },
{type: 'Feature',properties:{Name: '1', Address: '14 HORATIO STREET, 18AB, GREENWICH VILLAGE-WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00310696, 40.73874954]} },
{type: 'Feature',properties:{Name: '1', Address: '14 HORATIO STREET, 5E, GREENWICH VILLAGE-WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00310696, 40.73874954]} },
{type: 'Feature',properties:{Name: '1', Address: '14 HORATIO STREET, 2K, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00310696, 40.73874954]} },
{type: 'Feature',properties:{Name: '1', Address: '14 HORATIO STREET, 7G, GREENWICH VILLAGE-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00310696, 40.73874954]} },
{type: 'Feature',properties:{Name: '1', Address: '14 HORATIO STREET, 14E, GREENWICH VILLAGE-WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00310696, 40.73874954]} },
{type: 'Feature',properties:{Name: '1', Address: '14 HORATIO STREET, 4K, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00310696, 40.73874954]} },
{type: 'Feature',properties:{Name: '1', Address: '350 BLEECKER STREET, 5G, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00460058, 40.73410537]} },
{type: 'Feature',properties:{Name: '1', Address: '350 BLEECKER STREET, 4DEHW, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00460058, 40.73410537]} },
{type: 'Feature',properties:{Name: '1', Address: '350 BLEECKER STREET, 2C, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00460058, 40.73410537]} },
{type: 'Feature',properties:{Name: '1', Address: '350 BLEECKER STREET, 6KL5K, GREENWICH VILLAGE-WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00460058, 40.73410537]} },
{type: 'Feature',properties:{Name: '1', Address: '350 BLEECKER STREET, 1R, GREENWICH VILLAGE-WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00460058, 40.73410537]} },
{type: 'Feature',properties:{Name: '1', Address: '350 BLEECKER STREET, 3L, GREENWICH VILLAGE-WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00460058, 40.73410537]} },
{type: 'Feature',properties:{Name: '1', Address: '96 PERRY STREET, B1C, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00530068, 40.73524166]} },
{type: 'Feature',properties:{Name: '1', Address: '96 PERRY STREET, B16, GREENWICH VILLAGE-WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00530068, 40.73524166]} },
{type: 'Feature',properties:{Name: '1', Address: '80 PERRY STREET, 3W, GREENWICH VILLAGE-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00438056, 40.7353762]} },
{type: 'Feature',properties:{Name: '1', Address: '99 BANK STREET, 2D, GREENWICH VILLAGE-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00650238, 40.73645753]} },
{type: 'Feature',properties:{Name: '1', Address: '99 BANK STREET, 5K, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00650238, 40.73645753]} },
{type: 'Feature',properties:{Name: '1', Address: '99 BANK STREET, 5S, GREENWICH VILLAGE-WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00650238, 40.73645753]} },
{type: 'Feature',properties:{Name: '1', Address: '99 BANK STREET, 7E, GREENWICH VILLAGE-WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00650238, 40.73645753]} },
{type: 'Feature',properties:{Name: '1', Address: '99 BANK STREET, 3M, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00650238, 40.73645753]} },
{type: 'Feature',properties:{Name: '1', Address: '99 BANK STREET, 5C, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00650238, 40.73645753]} },
{type: 'Feature',properties:{Name: '1', Address: '56 JANE STREET, 3B, GREENWICH VILLAGE-WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00537669, 40.73812914]} },
{type: 'Feature',properties:{Name: '1', Address: '56 JANE STREET, 2C, GREENWICH VILLAGE-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00537669, 40.73812914]} },
{type: 'Feature',properties:{Name: '1', Address: '61 JANE STREET, 12E, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00587827, 40.73814559]} },
{type: 'Feature',properties:{Name: '1', Address: '61 JANE STREET, 3H, GREENWICH VILLAGE-WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00587827, 40.73814559]} },
{type: 'Feature',properties:{Name: '1', Address: '61 JANE STREET, 3K, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00587827, 40.73814559]} },
{type: 'Feature',properties:{Name: '1', Address: '61 JANE STREET, 7F, GREENWICH VILLAGE-WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00587827, 40.73814559]} },
{type: 'Feature',properties:{Name: '1', Address: '61 JANE STREET, 2L, GREENWICH VILLAGE-WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00587827, 40.73814559]} },
{type: 'Feature',properties:{Name: '1', Address: '61 JANE STREET, 8N, GREENWICH VILLAGE-WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00587827, 40.73814559]} },
{type: 'Feature',properties:{Name: '1', Address: '61 JANE STREET, 8P, GREENWICH VILLAGE-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00587827, 40.73814559]} },
{type: 'Feature',properties:{Name: '1', Address: '61 JANE STREET, 9J, GREENWICH VILLAGE-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00587827, 40.73814559]} },
{type: 'Feature',properties:{Name: '1', Address: '61 JANE STREET, 4N, GREENWICH VILLAGE-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00587827, 40.73814559]} },
{type: 'Feature',properties:{Name: '1', Address: '61 JANE STREET, 17K, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00587827, 40.73814559]} },
{type: 'Feature',properties:{Name: '1', Address: '61 JANE STREET, 18E, GREENWICH VILLAGE-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00587827, 40.73814559]} },
{type: 'Feature',properties:{Name: '1', Address: '61 JANE STREET, 12L, GREENWICH VILLAGE-WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00587827, 40.73814559]} },
{type: 'Feature',properties:{Name: '1', Address: '61 JANE STREET, 18M, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00587827, 40.73814559]} },
{type: 'Feature',properties:{Name: '1', Address: '61 JANE STREET, 4J, GREENWICH VILLAGE-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00587827, 40.73814559]} },
{type: 'Feature',properties:{Name: '1', Address: '61 JANE STREET, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00587827, 40.73814559]} },
{type: 'Feature',properties:{Name: '1', Address: '720 GREENWICH ST, 6D, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00715168, 40.73437422]} },
{type: 'Feature',properties:{Name: '1', Address: '719 GREENWICH STREET, 3N, GREENWICH VILLAGE-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00709035, 40.73452519]} },
{type: 'Feature',properties:{Name: '1', Address: '719 GREENWICH STREET, 1S, GREENWICH VILLAGE-WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00709035, 40.73452519]} },
{type: 'Feature',properties:{Name: '1', Address: '131 PERRY STREET, 3B, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00751618, 40.73493413]} },
{type: 'Feature',properties:{Name: '1', Address: '100 BANK STREET, 2A, GREENWICH VILLAGE-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00687404, 40.73638889]} },
{type: 'Feature',properties:{Name: '1', Address: '100 BANK STREET, 2/3F, GREENWICH VILLAGE-WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00687404, 40.73638889]} },
{type: 'Feature',properties:{Name: '1', Address: '100 BANK STREET, 6C, GREENWICH VILLAGE-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00687404, 40.73638889]} },
{type: 'Feature',properties:{Name: '1', Address: '100 BANK ST, 1H, GREENWICH VILLAGE-WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00687404, 40.73638889]} },
{type: 'Feature',properties:{Name: '1', Address: '100 BANK STREET, 5D, GREENWICH VILLAGE-WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00687404, 40.73638889]} },
{type: 'Feature',properties:{Name: '1', Address: '100 BANK STREET, 2C, GREENWICH VILLAGE-WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00687404, 40.73638889]} },
{type: 'Feature',properties:{Name: '1', Address: '100 BANK STREET, 4J, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00687404, 40.73638889]} },
{type: 'Feature',properties:{Name: '1', Address: '571 HUDSON STREET, 6D, GREENWICH VILLAGE-WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00593943, 40.7360184]} },
{type: 'Feature',properties:{Name: '1', Address: '165 CHRISTOPHER STREET, 2E, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00882209, 40.73262021]} },
{type: 'Feature',properties:{Name: '1', Address: '165 CHRISTOPHER STREET, 5N, GREENWICH VILLAGE-WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00882209, 40.73262021]} },
{type: 'Feature',properties:{Name: '1', Address: '165 CHRISTOPHER STREET, LAA, GREENWICH VILLAGE-WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00882209, 40.73262021]} },
{type: 'Feature',properties:{Name: '1', Address: '165 CHRISTOPHER STREET, 3E, GREENWICH VILLAGE-WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00882209, 40.73262021]} },
{type: 'Feature',properties:{Name: '1', Address: '165 CHRISTOPHER STREET, 1E, GREENWICH VILLAGE-WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00882209, 40.73262021]} },
{type: 'Feature',properties:{Name: '1', Address: '167 PERRY STREET, 4H, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00937083, 40.73468148]} },
{type: 'Feature',properties:{Name: '1', Address: '167 PERRY STREET, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00937083, 40.73468148]} },
{type: 'Feature',properties:{Name: '1', Address: '167 PERRY STREET, 6Q, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00937083, 40.73468148]} },
{type: 'Feature',properties:{Name: '1', Address: '167 PERRY STREET, 6G, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00937083, 40.73468148]} },
{type: 'Feature',properties:{Name: '1', Address: '167 PERRY STREET, 5J, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00937083, 40.73468148]} },
{type: 'Feature',properties:{Name: '1', Address: '167 PERRY STREET, 6D, GREENWICH VILLAGE-WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00937083, 40.73468148]} },
{type: 'Feature',properties:{Name: '1', Address: '167 PERRY STREET, 4J, GREENWICH VILLAGE-WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00937083, 40.73468148]} },
{type: 'Feature',properties:{Name: '1', Address: '167 PERRY STREET, 5M, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00937083, 40.73468148]} },
{type: 'Feature',properties:{Name: '1', Address: '167 PERRY STREET, 5N, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00937083, 40.73468148]} },
{type: 'Feature',properties:{Name: '1', Address: '377 WEST 11TH STREET, 1G, GREENWICH VILLAGE-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00961629, 40.73535392]} },
{type: 'Feature',properties:{Name: '1', Address: '166 BANK STREET, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00947206, 40.73604835]} },
{type: 'Feature',properties:{Name: '1', Address: '166 BANK STREET, 1B, GREENWICH VILLAGE-WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00947206, 40.73604835]} },
{type: 'Feature',properties:{Name: '1', Address: '380 WEST 12TH STREET, 1D, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00876862, 40.73754979]} },
{type: 'Feature',properties:{Name: '1', Address: '380 WEST 12TH STREET, 2F, GREENWICH VILLAGE-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00876862, 40.73754979]} },
{type: 'Feature',properties:{Name: '1', Address: '344 WEST 12TH STREET, 4H, GREENWICH VILLAGE-WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00720253, 40.73754166]} },
{type: 'Feature',properties:{Name: '1', Address: '344 WEST 12TH STREET, 5D, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00720253, 40.73754166]} },
{type: 'Feature',properties:{Name: '1', Address: '130 JANE STREET, 2H3HG, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00909346, 40.73813714]} },
{type: 'Feature',properties:{Name: '1', Address: '130 JANE STREET, 456E, GREENWICH VILLAGE-WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00909346, 40.73813714]} },
{type: 'Feature',properties:{Name: '1', Address: '130 JANE STREET, 3D, GREENWICH VILLAGE-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00909346, 40.73813714]} },
{type: 'Feature',properties:{Name: '1', Address: '92 HORATIO STREET, 1F, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0077656, 40.73874932]} },
{type: 'Feature',properties:{Name: '1', Address: '92 HORATIO STREET, 2F, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0077656, 40.73874932]} },
{type: 'Feature',properties:{Name: '1', Address: '92 HORATIO STREET, 3RS, GREENWICH VILLAGE-WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0077656, 40.73874932]} },
{type: 'Feature',properties:{Name: '1', Address: '72 HORATIO STREET, 3N, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0068815, 40.73874663]} },
{type: 'Feature',properties:{Name: '1', Address: '822 GREENWICH STREET, 3D, GREENWICH VILLAGE-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00647731, 40.73841728]} },
{type: 'Feature',properties:{Name: '1', Address: '822 GREENWICH STREET, 3C, GREENWICH VILLAGE-WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00647731, 40.73841728]} },
{type: 'Feature',properties:{Name: '1', Address: '838 GREENWICH STREET, PHC, GREENWICH VILLAGE-WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00646655, 40.73904858]} },
{type: 'Feature',properties:{Name: '1', Address: '838 GREENWICH STREET, 2D, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00646655, 40.73904858]} },
{type: 'Feature',properties:{Name: '1', Address: '61 HORATIO STREET, 5G, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00670469, 40.73876311]} },
{type: 'Feature',properties:{Name: '1', Address: '61 HORATIO STREET, 1D, GREENWICH VILLAGE-WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00670469, 40.73876311]} },
{type: 'Feature',properties:{Name: '1', Address: '78 BEDFORD STREET, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00501174, 40.73169271]} },
{type: 'Feature',properties:{Name: '1', Address: '28 PERRY STREET, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0023238, 40.73567269]} },
{type: 'Feature',properties:{Name: '1', Address: '28 PERRY STREET, GREENWICH VILLAGE-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0023238, 40.73567269]} },
{type: 'Feature',properties:{Name: '1', Address: '223 WEST 10 STREET, GREENWICH VILLAGE-WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00503717, 40.73394341]} },
{type: 'Feature',properties:{Name: '1', Address: '92 PERRY STREET, GREENWICH VILLAGE-WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00510222, 40.73527187]} },
{type: 'Feature',properties:{Name: '1', Address: '77 HORATIO STREET, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00736144, 40.73876581]} },
{type: 'Feature',properties:{Name: '1', Address: '77 HORATIO STREET, GREENWICH VILLAGE-WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00736144, 40.73876581]} },
{type: 'Feature',properties:{Name: '1', Address: '77 HORATIO STREET, GREENWICH VILLAGE-WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00736144, 40.73876581]} },
{type: 'Feature',properties:{Name: '1', Address: '2 CORNELIA STREET, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00142883, 40.73167085]} },
{type: 'Feature',properties:{Name: '1', Address: '1 SHERIDAN SQUARE, GREENWICH VILLAGE-WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00195927, 40.73288677]} },
{type: 'Feature',properties:{Name: '1', Address: '1 SHERIDAN SQUARE, GREENWICH VILLAGE-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00195927, 40.73288677]} },
{type: 'Feature',properties:{Name: '1', Address: '147 WAVERLY PLACE, GREENWICH VILLAGE-WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00089846, 40.73334516]} },
{type: 'Feature',properties:{Name: '1', Address: '421 HUDSON STREET, GREENWICH VILLAGE-WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00689143, 40.73006223]} },
{type: 'Feature',properties:{Name: '1', Address: '421 HUDSON STREET, GREENWICH VILLAGE-WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00689143, 40.73006223]} },
{type: 'Feature',properties:{Name: '1', Address: '421 HUDSON STREET, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00689143, 40.73006223]} },
{type: 'Feature',properties:{Name: '1', Address: '421 HUDSON STREET, GREENWICH VILLAGE-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00689143, 40.73006223]} },
{type: 'Feature',properties:{Name: '1', Address: '421 HUDSON STREET, GREENWICH VILLAGE-WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00689143, 40.73006223]} },
{type: 'Feature',properties:{Name: '1', Address: '421 HUDSON STREET, GREENWICH VILLAGE-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00689143, 40.73006223]} },
{type: 'Feature',properties:{Name: '1', Address: '421 HUDSON STREET, GREENWICH VILLAGE-WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00689143, 40.73006223]} },
{type: 'Feature',properties:{Name: '1', Address: '421 HUDSON STREET, GREENWICH VILLAGE-WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00689143, 40.73006223]} },
{type: 'Feature',properties:{Name: '1', Address: '421 HUDSON STREET, GREENWICH VILLAGE-WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00689143, 40.73006223]} },
{type: 'Feature',properties:{Name: '1', Address: '421 HUDSON STREET, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00689143, 40.73006223]} },
{type: 'Feature',properties:{Name: '1', Address: '421 HUDSON STREET, GREENWICH VILLAGE-WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00689143, 40.73006223]} },
{type: 'Feature',properties:{Name: '1', Address: '421 HUDSON STREET, GREENWICH VILLAGE-WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00689143, 40.73006223]} },
{type: 'Feature',properties:{Name: '1', Address: 'HUDSON STREET, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00731356, 40.72988105]} },
{type: 'Feature',properties:{Name: '1', Address: '421 HUDSON STREET, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00689143, 40.73006223]} },
{type: 'Feature',properties:{Name: '1', Address: '1 MORTON SQUARE, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00913942, 40.73116546]} },
{type: 'Feature',properties:{Name: '1', Address: '1 MORTON SQUARE, GREENWICH VILLAGE-WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00913942, 40.73116546]} },
{type: 'Feature',properties:{Name: '1', Address: '1 MORTON SQUARE, GREENWICH VILLAGE-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00913942, 40.73116546]} },
{type: 'Feature',properties:{Name: '1', Address: '1 MORTON SQUARE, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00913942, 40.73116546]} },
{type: 'Feature',properties:{Name: '1', Address: '1 MORTON SQUARE, GREENWICH VILLAGE-WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00913942, 40.73116546]} },
{type: 'Feature',properties:{Name: '1', Address: '1 MORTON SQUARE, GREENWICH VILLAGE-WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00913942, 40.73116546]} },
{type: 'Feature',properties:{Name: '1', Address: '1 MORTON SQUARE, GREENWICH VILLAGE-WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00913942, 40.73116546]} },
{type: 'Feature',properties:{Name: '1', Address: '1 MORTON SQUARE, GREENWICH VILLAGE-WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00913942, 40.73116546]} },
{type: 'Feature',properties:{Name: '1', Address: '4 MORTON SQUARE, GREENWICH VILLAGE-WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00963374, 40.73121483]} },
{type: 'Feature',properties:{Name: '1', Address: '1 MORTON SQUARE, GREENWICH VILLAGE-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00913942, 40.73116546]} },
{type: 'Feature',properties:{Name: '1', Address: '130 BARROW STREET, GREENWICH VILLAGE-WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00944261, 40.73194221]} },
{type: 'Feature',properties:{Name: '1', Address: '130 BARROW STREET, GREENWICH VILLAGE-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00944261, 40.73194221]} },
{type: 'Feature',properties:{Name: '1', Address: '130 BARROW STREET, GREENWICH VILLAGE-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00944261, 40.73194221]} },
{type: 'Feature',properties:{Name: '1', Address: '130 BARROW STREET, GREENWICH VILLAGE-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00944261, 40.73194221]} },
{type: 'Feature',properties:{Name: '1', Address: '130 BARROW STREET, GREENWICH VILLAGE-WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00944261, 40.73194221]} },
{type: 'Feature',properties:{Name: '1', Address: '130 WEST 12TH STREET, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9988453, 40.7364632]} },
{type: 'Feature',properties:{Name: '1', Address: '130 WEST 12TH STREET, GREENWICH VILLAGE-WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9988453, 40.7364632]} },
{type: 'Feature',properties:{Name: '1', Address: '130 WEST 12TH STREET, GREENWICH VILLAGE-WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9988453, 40.7364632]} },
{type: 'Feature',properties:{Name: '1', Address: '145 WEST 11TH STREET, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99958143, 40.7359417]} },
{type: 'Feature',properties:{Name: '1', Address: '145 WEST 11TH STREET, GREENWICH VILLAGE-WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99958143, 40.7359417]} },
{type: 'Feature',properties:{Name: '1', Address: '145 WEST 11TH STREET, GREENWICH VILLAGE-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99958143, 40.7359417]} },
{type: 'Feature',properties:{Name: '1', Address: '145 WEST 11TH STREET, GREENWICH VILLAGE-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99958143, 40.7359417]} },
{type: 'Feature',properties:{Name: '1', Address: '145 WEST 11TH STREET, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99958143, 40.7359417]} },
{type: 'Feature',properties:{Name: '1', Address: '145 WEST 11TH STREET, GREENWICH VILLAGE-WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99958143, 40.7359417]} },
{type: 'Feature',properties:{Name: '1', Address: '160 WEST 12TH STREET, GREENWICH VILLAGE-WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99945513, 40.73671846]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 12TH STREET, GREENWICH VILLAGE-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99924945, 40.73663337]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 12TH STREET, GREENWICH VILLAGE-WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99924945, 40.73663337]} },
{type: 'Feature',properties:{Name: '1', Address: '140 WEST 12, GREENWICH VILLAGE-WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99904737, 40.73654829]} },
{type: 'Feature',properties:{Name: '1', Address: '140 WEST 12TH, GREENWICH VILLAGE-WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99904737, 40.73654829]} },
{type: 'Feature',properties:{Name: '1', Address: '140 WEST 12TH, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99904737, 40.73654829]} },
{type: 'Feature',properties:{Name: '1', Address: '140 WEST 12TH, GREENWICH VILLAGE-WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99904737, 40.73654829]} },
{type: 'Feature',properties:{Name: '1', Address: '140 WEST 12TH, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99904737, 40.73654829]} },
{type: 'Feature',properties:{Name: '1', Address: '140 WEST 12TH, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99904737, 40.73654829]} },
{type: 'Feature',properties:{Name: '1', Address: '140 WEST 12, GREENWICH VILLAGE-WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99904737, 40.73654829]} },
{type: 'Feature',properties:{Name: '1', Address: '140 WEST 12TH STREET, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99904737, 40.73654829]} },
{type: 'Feature',properties:{Name: '1', Address: '140 WEST 12TH, GREENWICH VILLAGE-WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99904737, 40.73654829]} },
{type: 'Feature',properties:{Name: '1', Address: '140 WEST 12TH, GREENWICH VILLAGE-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99904737, 40.73654829]} },
{type: 'Feature',properties:{Name: '1', Address: '140 WEST 12TH, GREENWICH VILLAGE-WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99904737, 40.73654829]} },
{type: 'Feature',properties:{Name: '1', Address: '140 WEST 12, GREENWICH VILLAGE-WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99904737, 40.73654829]} },
{type: 'Feature',properties:{Name: '1', Address: '140 WEST 12, GREENWICH VILLAGE-WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99904737, 40.73654829]} },
{type: 'Feature',properties:{Name: '1', Address: '140 WEST 12TH, GREENWICH VILLAGE-WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99904737, 40.73654829]} },
{type: 'Feature',properties:{Name: '1', Address: '140 WEST 12TH, GREENWICH VILLAGE-WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99904737, 40.73654829]} },
{type: 'Feature',properties:{Name: '1', Address: '140 WEST 12TH, GREENWICH VILLAGE-WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99904737, 40.73654829]} },
{type: 'Feature',properties:{Name: '1', Address: '175 WEST 12TH STREET, GREENWICH VILLAGE-WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99972576, 40.73685296]} },
{type: 'Feature',properties:{Name: '1', Address: '175 WEST 12TH STREET, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99972576, 40.73685296]} },
{type: 'Feature',properties:{Name: '1', Address: '175 WEST 12TH STREET, GREENWICH VILLAGE-WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99972576, 40.73685296]} },
{type: 'Feature',properties:{Name: '1', Address: '175 WEST 12TH STREET, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99972576, 40.73685296]} },
{type: 'Feature',properties:{Name: '1', Address: '175 WEST 12TH STREET, GREENWICH VILLAGE-WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99972576, 40.73685296]} },
{type: 'Feature',properties:{Name: '1', Address: '175 WEST 12TH STREET, GREENWICH VILLAGE-WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99972576, 40.73685296]} },
{type: 'Feature',properties:{Name: '1', Address: '175 WEST 12TH STREET, GREENWICH VILLAGE-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99972576, 40.73685296]} },
{type: 'Feature',properties:{Name: '1', Address: '175 WEST 12TH STREET, GREENWICH VILLAGE-WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99972576, 40.73685296]} },
{type: 'Feature',properties:{Name: '1', Address: '175 WEST 12TH STREET, GREENWICH VILLAGE-WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99972576, 40.73685296]} },
{type: 'Feature',properties:{Name: '1', Address: '175 WEST 12TH STREET, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99972576, 40.73685296]} },
{type: 'Feature',properties:{Name: '1', Address: '45 CHRISTOPHER STREET, GREENWICH VILLAGE-WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00189435, 40.73375686]} },
{type: 'Feature',properties:{Name: '1', Address: '45 CHRISTOPHER STREET, GREENWICH VILLAGE-WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00189435, 40.73375686]} },
{type: 'Feature',properties:{Name: '1', Address: '45 CHRISTOPHER STREET, GREENWICH VILLAGE-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00189435, 40.73375686]} },
{type: 'Feature',properties:{Name: '1', Address: '45 CHRISTOPHER STREET, GREENWICH VILLAGE-WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00189435, 40.73375686]} },
{type: 'Feature',properties:{Name: '1', Address: '45 CHRISTOPHER STREET, GREENWICH VILLAGE-WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00189435, 40.73375686]} },
{type: 'Feature',properties:{Name: '1', Address: '22 PERRY STREET, GREENWICH VILLAGE-WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00213256, 40.73570014]} },
{type: 'Feature',properties:{Name: '1', Address: '15 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00108612, 40.73520884]} },
{type: 'Feature',properties:{Name: '1', Address: '15 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00108612, 40.73520884]} },
{type: 'Feature',properties:{Name: '1', Address: '222 WEST 14TH STREET, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00055933, 40.73891426]} },
{type: 'Feature',properties:{Name: '1', Address: '222 WEST 14TH STREET, GREENWICH VILLAGE-WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00055933, 40.73891426]} },
{type: 'Feature',properties:{Name: '1', Address: '222 WEST 14TH STREET, GREENWICH VILLAGE-WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00055933, 40.73891426]} },
{type: 'Feature',properties:{Name: '1', Address: '222 WEST 14TH STREET, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00055933, 40.73891426]} },
{type: 'Feature',properties:{Name: '1', Address: '222 WEST 14TH STREET, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00055933, 40.73891426]} },
{type: 'Feature',properties:{Name: '1', Address: '222 WEST 14TH STREET, GREENWICH VILLAGE-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00055933, 40.73891426]} },
{type: 'Feature',properties:{Name: '1', Address: '222 WEST 14TH STREET, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00055933, 40.73891426]} },
{type: 'Feature',properties:{Name: '1', Address: '222 WEST 14TH STREET, GREENWICH VILLAGE-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00055933, 40.73891426]} },
{type: 'Feature',properties:{Name: '1', Address: '222 WEST 14TH STREET, GREENWICH VILLAGE-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00055933, 40.73891426]} },
{type: 'Feature',properties:{Name: '1', Address: '222 WEST 14TH STREET, GREENWICH VILLAGE-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00055933, 40.73891426]} },
{type: 'Feature',properties:{Name: '1', Address: '122 GREENWICH AVENUE, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00251517, 40.7389609]} },
{type: 'Feature',properties:{Name: '1', Address: '122 GREENWICH AVENUE, GREENWICH VILLAGE-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00251517, 40.7389609]} },
{type: 'Feature',properties:{Name: '1', Address: '302 WEST 12TH STREET, GREENWICH VILLAGE-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00456112, 40.73753905]} },
{type: 'Feature',properties:{Name: '1', Address: '302 WEST 12TH STREET, GREENWICH VILLAGE-WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00456112, 40.73753905]} },
{type: 'Feature',properties:{Name: '1', Address: '302 WEST 12TH STREET, GREENWICH VILLAGE-WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00456112, 40.73753905]} },
{type: 'Feature',properties:{Name: '1', Address: '302 WEST 12TH STREET, GREENWICH VILLAGE-WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00456112, 40.73753905]} },
{type: 'Feature',properties:{Name: '1', Address: '302 WEST 12TH STREET, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00456112, 40.73753905]} },
{type: 'Feature',properties:{Name: '1', Address: '302 WEST 12TH STREET, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00456112, 40.73753905]} },
{type: 'Feature',properties:{Name: '1', Address: '302 WEST 12TH STREET, GREENWICH VILLAGE-WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00456112, 40.73753905]} },
{type: 'Feature',properties:{Name: '1', Address: '302 WEST 12TH STREET, GREENWICH VILLAGE-WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00456112, 40.73753905]} },
{type: 'Feature',properties:{Name: '1', Address: '302 WEST 12TH STREET, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00456112, 40.73753905]} },
{type: 'Feature',properties:{Name: '1', Address: '299 WEST 12TH STREET, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00504105, 40.7375555]} },
{type: 'Feature',properties:{Name: '1', Address: '299 WEST 12TH STREET, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00504105, 40.7375555]} },
{type: 'Feature',properties:{Name: '1', Address: '299 WEST 12TH STREET, GREENWICH VILLAGE-WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00504105, 40.7375555]} },
{type: 'Feature',properties:{Name: '1', Address: '299 WEST 12TH STREET, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00504105, 40.7375555]} },
{type: 'Feature',properties:{Name: '1', Address: '299 WEST 12TH STREET, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00504105, 40.7375555]} },
{type: 'Feature',properties:{Name: '1', Address: '299 WEST 12TH STREET, GREENWICH VILLAGE-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00504105, 40.7375555]} },
{type: 'Feature',properties:{Name: '1', Address: '299 WEST 12TH STREET, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00504105, 40.7375555]} },
{type: 'Feature',properties:{Name: '1', Address: '299 WEST 12TH STREET, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00504105, 40.7375555]} },
{type: 'Feature',properties:{Name: '1', Address: '299 WEST 12TH STREET, GREENWICH VILLAGE-WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00504105, 40.7375555]} },
{type: 'Feature',properties:{Name: '1', Address: '299 WEST 12TH STREET, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00504105, 40.7375555]} },
{type: 'Feature',properties:{Name: '1', Address: '321 WEST 13TH STREET, GREENWICH VILLAGE-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0040741, 40.73951804]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 14TH STREET, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00405611, 40.74039087]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 14TH STREET, GREENWICH VILLAGE-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00405611, 40.74039087]} },
{type: 'Feature',properties:{Name: '1', Address: '345 WEST 13TH STREET, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00492936, 40.73988031]} },
{type: 'Feature',properties:{Name: '1', Address: '345 WEST 13TH STREET, GREENWICH VILLAGE-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00492936, 40.73988031]} },
{type: 'Feature',properties:{Name: '1', Address: '77 8 AVENUE, GREENWICH VILLAGE-WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00263428, 40.73961964]} },
{type: 'Feature',properties:{Name: '1', Address: '140 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00798156, 40.73416282]} },
{type: 'Feature',properties:{Name: '1', Address: '677 WASHINGTON STREET, GREENWICH VILLAGE-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00850472, 40.73380597]} },
{type: 'Feature',properties:{Name: '1', Address: '35 BETHUNE STREET, GREENWICH VILLAGE-WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00758136, 40.73695152]} },
{type: 'Feature',properties:{Name: '1', Address: '296 WEST 10TH STREET, GREENWICH VILLAGE-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00924795, 40.73328166]} },
{type: 'Feature',properties:{Name: '1', Address: '296 WEST 10TH STREET, GREENWICH VILLAGE-WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00924795, 40.73328166]} },
{type: 'Feature',properties:{Name: '1', Address: '3 WEEHAWKEN STREET, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00980719, 40.73301537]} },
{type: 'Feature',properties:{Name: '1', Address: '3 WEEHAWKEN STREET, GREENWICH VILLAGE-WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00980719, 40.73301537]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00881145, 40.73403376]} },
{type: 'Feature',properties:{Name: '1', Address: '155 PERRY STREET, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00885124, 40.73474739]} },
{type: 'Feature',properties:{Name: '1', Address: '155 PERRY STREET, GREENWICH VILLAGE-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00885124, 40.73474739]} },
{type: 'Feature',properties:{Name: '1', Address: '366 WEST 11TH STREET, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00936732, 40.73536766]} },
{type: 'Feature',properties:{Name: '1', Address: '366 WEST 11TH STREET, GREENWICH VILLAGE-WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00936732, 40.73536766]} },
{type: 'Feature',properties:{Name: '1', Address: '366 WEST 11TH STREET, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00936732, 40.73536766]} },
{type: 'Feature',properties:{Name: '1', Address: '173 PERRY STREET, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00963063, 40.73464852]} },
{type: 'Feature',properties:{Name: '1', Address: '173 PERRY STREET, GREENWICH VILLAGE-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00963063, 40.73464852]} },
{type: 'Feature',properties:{Name: '1', Address: '173 PERRY STREET, GREENWICH VILLAGE-WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00963063, 40.73464852]} },
{type: 'Feature',properties:{Name: '1', Address: '165 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00946093, 40.73394862]} },
{type: 'Feature',properties:{Name: '1', Address: '165 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00946093, 40.73394862]} },
{type: 'Feature',properties:{Name: '1', Address: '166 PERRY STREET, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00927341, 40.73467599]} },
{type: 'Feature',properties:{Name: '1', Address: '166 PERRY STREET, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00927341, 40.73467599]} },
{type: 'Feature',properties:{Name: '1', Address: '164 BANK STREET, GREENWICH VILLAGE-WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0094035, 40.73605659]} },
{type: 'Feature',properties:{Name: '1', Address: '359 WEST 11TH STREET, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00901732, 40.73543082]} },
{type: 'Feature',properties:{Name: '1', Address: '357 WEST 12TH STREET, GREENWICH VILLAGE-WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00750565, 40.73756086]} },
{type: 'Feature',properties:{Name: '1', Address: '88 JANE STREET, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00750571, 40.73813451]} },
{type: 'Feature',properties:{Name: '1', Address: '99 JANE STREET, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00846197, 40.73815091]} },
{type: 'Feature',properties:{Name: '1', Address: '99 JANE STREET, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00846197, 40.73815091]} },
{type: 'Feature',properties:{Name: '1', Address: '95 BEDFORD STREET, GREENWICH VILLAGE-WEST', Month: '11', Price: '9232'}, geometry: { type: 'Point', coordinates:[-74.00534735, 40.73223067]} },
{type: 'Feature',properties:{Name: '1', Address: '161 WEST 4TH STREET, GREENWICH VILLAGE-WEST', Month: '12', Price: '4597'}, geometry: { type: 'Point', coordinates:[-74.00131699, 40.73195631]} },
{type: 'Feature',properties:{Name: '1', Address: '59 GREENWICH AVENUE, GREENWICH VILLAGE-WEST', Month: '1', Price: '4140'}, geometry: { type: 'Point', coordinates:[-74.00082632, 40.73608168]} },
{type: 'Feature',properties:{Name: '1', Address: '630 HUDSON STREET, GREENWICH VILLAGE-WEST', Month: '9', Price: '6160'}, geometry: { type: 'Point', coordinates:[-74.00553549, 40.73844478]} },
{type: 'Feature',properties:{Name: '1', Address: '41 SEVENTH AVENUE SOUTH, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00427203, 40.73102851]} },
{type: 'Feature',properties:{Name: '1', Address: '41 SEVENTH AVENUE SOUTH, GREENWICH VILLAGE-WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00427203, 40.73102851]} },
{type: 'Feature',properties:{Name: '1', Address: '59 BANK STREET, GREENWICH VILLAGE-WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00425075, 40.73677054]} },
{type: 'Feature',properties:{Name: '1', Address: '140 PERRY STREET, GREENWICH VILLAGE-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.007877, 40.73486274]} },
{type: 'Feature',properties:{Name: '1', Address: '140 PERRY STREET, GREENWICH VILLAGE-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.007877, 40.73486274]} },
{type: 'Feature',properties:{Name: '1', Address: '46 CARMINE STREET, GREENWICH VILLAGE-WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00342046, 40.73001572]} },
{type: 'Feature',properties:{Name: '1', Address: '87 BARROW STREET, B2E, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00640449, 40.73164324]} },
{type: 'Feature',properties:{Name: '1', Address: '85 BARROW STREET, 5J, GREENWICH VILLAGE-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00629985, 40.73163226]} },
{type: 'Feature',properties:{Name: '1', Address: '87 BARROW STREET, B2G, GREENWICH VILLAGE-WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00640449, 40.73164324]} },
{type: 'Feature',properties:{Name: '1', Address: '65 MORTON STREET, 6K, GREENWICH VILLAGE-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00633587, 40.73091313]} },
{type: 'Feature',properties:{Name: '1', Address: '67 MORTON STREET, 3D, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00642968, 40.73092136]} },
{type: 'Feature',properties:{Name: '1', Address: '67 MORTON STREET, M6E, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00642968, 40.73092136]} },
{type: 'Feature',properties:{Name: '1', Address: '67 MORTON STREET, 6G, GREENWICH VILLAGE-WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00642968, 40.73092136]} },
{type: 'Feature',properties:{Name: '1', Address: '67 MORTON STREET, 5B, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00642968, 40.73092136]} },
{type: 'Feature',properties:{Name: '1', Address: '85 BARROW STREET, B5R, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00629985, 40.73163226]} },
{type: 'Feature',properties:{Name: '1', Address: '87 BARROW STREET, 6E, GREENWICH VILLAGE-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00640449, 40.73164324]} },
{type: 'Feature',properties:{Name: '1', Address: '9 BARROW STREET, 2G, GREENWICH VILLAGE-WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00251132, 40.73269737]} },
{type: 'Feature',properties:{Name: '1', Address: '9 BARROW STREET, 3L, GREENWICH VILLAGE-WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00251132, 40.73269737]} },
{type: 'Feature',properties:{Name: '1', Address: '9 BARROW STREET, 7C, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00251132, 40.73269737]} },
{type: 'Feature',properties:{Name: '1', Address: '9 BARROW STREET, RES, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00251132, 40.73269737]} },
{type: 'Feature',properties:{Name: '1', Address: '9 BARROW STREET, 6B, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00251132, 40.73269737]} },
{type: 'Feature',properties:{Name: '1', Address: '25 CHARLES STREET, 1-C, GREENWICH VILLAGE-WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00215058, 40.73504963]} },
{type: 'Feature',properties:{Name: '1', Address: '25 CHARLES STREET, 1-A, GREENWICH VILLAGE-WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00215058, 40.73504963]} },
{type: 'Feature',properties:{Name: '1', Address: '25 CHARLES STREET, 2E, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00215058, 40.73504963]} },
{type: 'Feature',properties:{Name: '1', Address: '25 CHARLES STREET, 1B, GREENWICH VILLAGE-WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00215058, 40.73504963]} },
{type: 'Feature',properties:{Name: '1', Address: '25 CHARLES STREET, 2B, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00215058, 40.73504963]} },
{type: 'Feature',properties:{Name: '1', Address: '259 WEST 4TH STREET, R, GREENWICH VILLAGE-WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00325835, 40.73529389]} },
{type: 'Feature',properties:{Name: '1', Address: '259 WEST 4TH STREET, 17, GREENWICH VILLAGE-WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00325835, 40.73529389]} },
{type: 'Feature',properties:{Name: '1', Address: '259 WEST 4TH STREET, R, GREENWICH VILLAGE-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00325835, 40.73529389]} },
{type: 'Feature',properties:{Name: '1', Address: '259 WEST 4TH STREET, 14, GREENWICH VILLAGE-WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00325835, 40.73529389]} },
{type: 'Feature',properties:{Name: '1', Address: '259 WEST 4TH STREET, 10/15, GREENWICH VILLAGE-WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00325835, 40.73529389]} },
{type: 'Feature',properties:{Name: '1', Address: '259 WEST 4TH STREET, R, GREENWICH VILLAGE-WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00325835, 40.73529389]} },
{type: 'Feature',properties:{Name: '1', Address: '2 HORATIO STREET, RES1, GREENWICH VILLAGE-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00256207, 40.7387523]} },
{type: 'Feature',properties:{Name: '1', Address: '2 HORATIO STREET, RES1, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00256207, 40.7387523]} },
{type: 'Feature',properties:{Name: '1', Address: '2 HORATIO STREET, 10A, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00256207, 40.7387523]} },
{type: 'Feature',properties:{Name: '1', Address: '2 HORATIO STREET, 8LNP, GREENWICH VILLAGE-WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00256207, 40.7387523]} },
{type: 'Feature',properties:{Name: '1', Address: '2 HORATIO STREET, 9AC, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00256207, 40.7387523]} },
{type: 'Feature',properties:{Name: '1', Address: '2 HORATIO STREET, 5P, GREENWICH VILLAGE-WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00256207, 40.7387523]} },
{type: 'Feature',properties:{Name: '1', Address: '2 HORATIO STREET, RES1, GREENWICH VILLAGE-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00256207, 40.7387523]} },
{type: 'Feature',properties:{Name: '1', Address: '2 HORATIO STREET, 7A, GREENWICH VILLAGE-WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00256207, 40.7387523]} },
{type: 'Feature',properties:{Name: '1', Address: '2 HORATIO STREET, RES1, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00256207, 40.7387523]} },
{type: 'Feature',properties:{Name: '1', Address: '2 HORATIO STREET, 9E, GREENWICH VILLAGE-WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00256207, 40.7387523]} },
{type: 'Feature',properties:{Name: '1', Address: '2 HORATIO STREET, 9G, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00256207, 40.7387523]} },
{type: 'Feature',properties:{Name: '1', Address: '2 HORATIO STREET, 14E, GREENWICH VILLAGE-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00256207, 40.7387523]} },
{type: 'Feature',properties:{Name: '1', Address: '2 HORATIO STREET, 11P, GREENWICH VILLAGE-WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00256207, 40.7387523]} },
{type: 'Feature',properties:{Name: '1', Address: '2 HORATIO STREET, RES1, GREENWICH VILLAGE-WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00256207, 40.7387523]} },
{type: 'Feature',properties:{Name: '1', Address: '2 HORATIO STREET, RES1, GREENWICH VILLAGE-WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00256207, 40.7387523]} },
{type: 'Feature',properties:{Name: '1', Address: '2 HORATIO STREET, 10A, GREENWICH VILLAGE-WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00256207, 40.7387523]} },
{type: 'Feature',properties:{Name: '1', Address: '204 WEST 10TH STREET, 12, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00390418, 40.73410265]} },
{type: 'Feature',properties:{Name: '1', Address: '204 WEST 10TH STREET, 27, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00390418, 40.73410265]} },
{type: 'Feature',properties:{Name: '1', Address: '295 WEST 11TH STREET, 4C, GREENWICH VILLAGE-WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00560384, 40.73590314]} },
{type: 'Feature',properties:{Name: '1', Address: '295 WEST 11TH STREET, 2, GREENWICH VILLAGE-WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00560384, 40.73590314]} },
{type: 'Feature',properties:{Name: '1', Address: '708 GREENWICH STREET, 3F, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00727791, 40.7338829]} },
{type: 'Feature',properties:{Name: '1', Address: '225 VARICK STREET, GREENWICH VILLAGE-WEST', Month: '12', Price: '299592'}, geometry: { type: 'Point', coordinates:[-74.00524968, 40.72916478]} },
{type: 'Feature',properties:{Name: '1', Address: '435 HUDSON STREET, GREENWICH VILLAGE-WEST', Month: '4', Price: '245330'}, geometry: { type: 'Point', coordinates:[-74.00680489, 40.73058648]} },
{type: 'Feature',properties:{Name: '1', Address: '353 AVENUE OF THE AMER, GREENWICH VILLAGE-WEST', Month: '5', Price: '7195'}, geometry: { type: 'Point', coordinates:[-74.00074329, 40.7320167]} },
{type: 'Feature',properties:{Name: '1', Address: '623 GREENWICH STREET, GREENWICH VILLAGE-WEST', Month: '9', Price: '825'}, geometry: { type: 'Point', coordinates:[-74.00810382, 40.73067149]} },
{type: 'Feature',properties:{Name: '1', Address: '111 LEROY STREET, GREENWICH VILLAGE-WEST', Month: '6', Price: '8025'}, geometry: { type: 'Point', coordinates:[-74.0074904, 40.73029275]} },
{type: 'Feature',properties:{Name: '1', Address: '155 WEST 10TH ST, GREENWICH VILLAGE-WEST', Month: '5', Price: '3696'}, geometry: { type: 'Point', coordinates:[-74.00154075, 40.73446776]} },
{type: 'Feature',properties:{Name: '1', Address: '60-74 GANSEVOORT STREET, GREENWICH VILLAGE-WEST', Month: '9', Price: '22604'}, geometry: { type: 'Point', coordinates:[-74.00724964, 40.73938339]} },
{type: 'Feature',properties:{Name: '1', Address: '842 GREENWICH STREET, GREENWICH VILLAGE-WEST', Month: '6', Price: '9685'}, geometry: { type: 'Point', coordinates:[-74.00646295, 40.73917758]} },
{type: 'Feature',properties:{Name: '1', Address: '771-775 WASHINGTON STREET, GREENWICH VILLAGE-WEST', Month: '9', Price: '21170'}, geometry: { type: 'Point', coordinates:[-74.00818045, 40.73770903]} },
{type: 'Feature',properties:{Name: '1', Address: '621 GREENWICH STREET, GREENWICH VILLAGE-WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00812185, 40.73060012]} },
{type: 'Feature',properties:{Name: '1', Address: '52-58 GANSEVOORT STREET, GREENWICH VILLAGE-WEST', Month: '12', Price: '11713'}, geometry: { type: 'Point', coordinates:[-74.00692848, 40.7393889]} },
{type: 'Feature',properties:{Name: '1', Address: '30 7 AVENUE SOUTH, GREENWICH VILLAGE-WEST', Month: '5', Price: '50'}, geometry: { type: 'Point', coordinates:[-74.00461115, 40.7304768]} },
{type: 'Feature',properties:{Name: '1', Address: '2 CORNELIA STREET, GREENWICH VILLAGE-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00142883, 40.73167085]} },
{type: 'Feature',properties:{Name: '1', Address: '22 PERRY STREET, GREENWICH VILLAGE-WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00213256, 40.73570014]} },
{type: 'Feature',properties:{Name: '1', Address: '122 GREENWICH AVENUE, GREENWICH VILLAGE-WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00251517, 40.7389609]} },
{type: 'Feature',properties:{Name: '1', Address: '122 GREENWICH AVENUE, GREENWICH VILLAGE-WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00251517, 40.7389609]} },
{type: 'Feature',properties:{Name: '1', Address: '122 GREENWICH AVENUE, GREENWICH VILLAGE-WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00251517, 40.7389609]} },
{type: 'Feature',properties:{Name: '1', Address: '122 GREENWICH AVENUE, GREENWICH VILLAGE-WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00251517, 40.7389609]} },
{type: 'Feature',properties:{Name: '1', Address: '122 GREENWICH AVENUE, GREENWICH VILLAGE-WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00251517, 40.7389609]} },
{type: 'Feature',properties:{Name: '1', Address: '122 GREENWICH AVENUE, GREENWICH VILLAGE-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00251517, 40.7389609]} },
{type: 'Feature',properties:{Name: '1', Address: '122 GREENWICH AVENUE, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00251517, 40.7389609]} },
{type: 'Feature',properties:{Name: '1', Address: '382-384 BLEECKER STREET, GREENWICH VILLAGE-WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00490015, 40.73515385]} },
{type: 'Feature',properties:{Name: '1', Address: '382 BLEECKER STREET, GREENWICH VILLAGE-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00490015, 40.73515385]} },
{type: 'Feature',properties:{Name: '1', Address: '165 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00946093, 40.73394862]} },
{type: 'Feature',properties:{Name: '1', Address: '165 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00946093, 40.73394862]} },
{type: 'Feature',properties:{Name: '1', Address: '165 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00946093, 40.73394862]} },
{type: 'Feature',properties:{Name: '1', Address: '165 CHARLES STREET, GREENWICH VILLAGE-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00946093, 40.73394862]} },
{type: 'Feature',properties:{Name: '1', Address: '6 WEST 122ND STREET, HARLEM-CENTRAL', Month: '6', Price: '4992'}, geometry: { type: 'Point', coordinates:[-73.9455287, 40.80524996]} },
{type: 'Feature',properties:{Name: '1', Address: '55 WEST 130 STREET, HARLEM-CENTRAL', Month: '10', Price: '6000'}, geometry: { type: 'Point', coordinates:[-73.94162676, 40.81029835]} },
{type: 'Feature',properties:{Name: '1', Address: '17 EAST 128 STREET, HARLEM-CENTRAL', Month: '7', Price: '3784'}, geometry: { type: 'Point', coordinates:[-73.9400502, 40.80800295]} },
{type: 'Feature',properties:{Name: '1', Address: '11 EAST 129 STREET, HARLEM-CENTRAL', Month: '7', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.93982558, 40.80872469]} },
{type: 'Feature',properties:{Name: '1', Address: '273 LENOX AVENUE, HARLEM-CENTRAL', Month: '11', Price: '3825'}, geometry: { type: 'Point', coordinates:[-73.94616314, 40.80686141]} },
{type: 'Feature',properties:{Name: '1', Address: '130 WEST 130TH STREET, HARLEM-CENTRAL', Month: '5', Price: '2624'}, geometry: { type: 'Point', coordinates:[-73.94421236, 40.81137281]} },
{type: 'Feature',properties:{Name: '1', Address: '2280 ADAM CLAYTON POWELL, HARLEM-CENTRAL', Month: '2', Price: '5272'}, geometry: { type: 'Point', coordinates:[-73.94446594, 40.81485873]} },
{type: 'Feature',properties:{Name: '1', Address: '304 WEST 137 STREET, HARLEM-CENTRAL', Month: '2', Price: '2475'}, geometry: { type: 'Point', coordinates:[-73.94594825, 40.81793627]} },
{type: 'Feature',properties:{Name: '1', Address: '261 WEST 138 STREET, HARLEM-CENTRAL', Month: '11', Price: '3644'}, geometry: { type: 'Point', coordinates:[-73.94450292, 40.81816339]} },
{type: 'Feature',properties:{Name: '1', Address: '251 WEST 138 STREET, HARLEM-CENTRAL', Month: '1', Price: '3933'}, geometry: { type: 'Point', coordinates:[-73.94412371, 40.81800402]} },
{type: 'Feature',properties:{Name: '1', Address: '237 WEST 138TH STREET, HARLEM-CENTRAL', Month: '8', Price: '3162'}, geometry: { type: 'Point', coordinates:[-73.94381311, 40.81787212]} },
{type: 'Feature',properties:{Name: '1', Address: '251 WEST 139TH STREET, HARLEM-CENTRAL', Month: '2', Price: '3952'}, geometry: { type: 'Point', coordinates:[-73.94396772, 40.81875325]} },
{type: 'Feature',properties:{Name: '1', Address: '237 WEST 139 STREET, HARLEM-CENTRAL', Month: '4', Price: '3620'}, geometry: { type: 'Point', coordinates:[-73.94342959, 40.81852792]} },
{type: 'Feature',properties:{Name: '1', Address: '209 WEST 139 STREET, HARLEM-CENTRAL', Month: '2', Price: '3952'}, geometry: { type: 'Point', coordinates:[-73.94238224, 40.8180855]} },
{type: 'Feature',properties:{Name: '1', Address: '314 WEST 138 STREET, HARLEM-CENTRAL', Month: '7', Price: '3536'}, geometry: { type: 'Point', coordinates:[-73.94583924, 40.81870748]} },
{type: 'Feature',properties:{Name: '1', Address: '320 WEST 140 STREET, HARLEM-CENTRAL', Month: '10', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.94513362, 40.82004383]} },
{type: 'Feature',properties:{Name: '1', Address: '114 EDGECOMBE AVENUE, HARLEM-CENTRAL', Month: '6', Price: '3951'}, geometry: { type: 'Point', coordinates:[-73.94573335, 40.82007156]} },
{type: 'Feature',properties:{Name: '1', Address: '34 HAMILTON TERRACE, HARLEM-CENTRAL', Month: '9', Price: '4122'}, geometry: { type: 'Point', coordinates:[-73.94665263, 40.82259164]} },
{type: 'Feature',properties:{Name: '1', Address: '16 HAMILTON TERRACE, HARLEM-CENTRAL', Month: '12', Price: '3952'}, geometry: { type: 'Point', coordinates:[-73.94687689, 40.82228159]} },
{type: 'Feature',properties:{Name: '1', Address: '89 WEST 119 STREET, HARLEM-CENTRAL', Month: '4', Price: '4194'}, geometry: { type: 'Point', coordinates:[-73.94731805, 40.80356553]} },
{type: 'Feature',properties:{Name: '1', Address: '264 LENOX AVENUE, HARLEM-CENTRAL', Month: '5', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.94624272, 40.80671873]} },
{type: 'Feature',properties:{Name: '1', Address: '246 LENOX AVENUE, HARLEM-CENTRAL', Month: '12', Price: '5368'}, geometry: { type: 'Point', coordinates:[-73.94664051, 40.80617271]} },
{type: 'Feature',properties:{Name: '1', Address: '20 WEST 131ST STREET, HARLEM-CENTRAL', Month: '9', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.94038384, 40.81057493]} },
{type: 'Feature',properties:{Name: '1', Address: '2038 MADISON AVENUE, HARLEM-CENTRAL', Month: '12', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.9386771, 40.80845785]} },
{type: 'Feature',properties:{Name: '1', Address: '30 EAST 130 STREET, HARLEM-CENTRAL', Month: '9', Price: '3416'}, geometry: { type: 'Point', coordinates:[-73.93895822, 40.80915516]} },
{type: 'Feature',properties:{Name: '1', Address: '2040 MADISON AVENUE, HARLEM-CENTRAL', Month: '12', Price: '3240'}, geometry: { type: 'Point', coordinates:[-73.93864817, 40.80849626]} },
{type: 'Feature',properties:{Name: '1', Address: '160 WEST 128 STREET, HARLEM-CENTRAL', Month: '9', Price: '3727'}, geometry: { type: 'Point', coordinates:[-73.94570875, 40.8103717]} },
{type: 'Feature',properties:{Name: '1', Address: '147 WEST 129TH STREET, HARLEM-CENTRAL', Month: '11', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.9449786, 40.81089285]} },
{type: 'Feature',properties:{Name: '1', Address: '119 WEST 136TH STREET, HARLEM-CENTRAL', Month: '4', Price: '3796'}, geometry: { type: 'Point', coordinates:[-73.94117456, 40.81512334]} },
{type: 'Feature',properties:{Name: '1', Address: '257 WEST 131ST STREET, HARLEM-CENTRAL', Month: '11', Price: '3400'}, geometry: { type: 'Point', coordinates:[-73.94783025, 40.81370203]} },
{type: 'Feature',properties:{Name: '1', Address: '254 WEST 132ND STREET, HARLEM-CENTRAL', Month: '12', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.94666672, 40.81403361]} },
{type: 'Feature',properties:{Name: '1', Address: '260 WEST 132 STREET, HARLEM-CENTRAL', Month: '5', Price: '3436'}, geometry: { type: 'Point', coordinates:[-73.9467859, 40.81408307]} },
{type: 'Feature',properties:{Name: '1', Address: '260 WEST 132 STREET, HARLEM-CENTRAL', Month: '4', Price: '3436'}, geometry: { type: 'Point', coordinates:[-73.9467859, 40.81408307]} },
{type: 'Feature',properties:{Name: '1', Address: '260 WEST 132 STREET, HARLEM-CENTRAL', Month: '12', Price: '3436'}, geometry: { type: 'Point', coordinates:[-73.9467859, 40.81408307]} },
{type: 'Feature',properties:{Name: '1', Address: '260 WEST 132 STREET, HARLEM-CENTRAL', Month: '11', Price: '3436'}, geometry: { type: 'Point', coordinates:[-73.9467859, 40.81408307]} },
{type: 'Feature',properties:{Name: '1', Address: '237 WEST 136 STREET, HARLEM-CENTRAL', Month: '10', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.94441039, 40.81648907]} },
{type: 'Feature',properties:{Name: '1', Address: '237 WEST 136TH STREET, HARLEM-CENTRAL', Month: '1', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.94441039, 40.81648907]} },
{type: 'Feature',properties:{Name: '1', Address: '237 WEST 136TH STREET, HARLEM-CENTRAL', Month: '11', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.94441039, 40.81648907]} },
{type: 'Feature',properties:{Name: '1', Address: '206 WEST 137 STREET, HARLEM-CENTRAL', Month: '5', Price: '4150'}, geometry: { type: 'Point', coordinates:[-73.9433696, 40.81685087]} },
{type: 'Feature',properties:{Name: '1', Address: '206 WEST 137TH STREET, HARLEM-CENTRAL', Month: '8', Price: '4150'}, geometry: { type: 'Point', coordinates:[-73.9433696, 40.81685087]} },
{type: 'Feature',properties:{Name: '1', Address: '216 WEST 137 STREET, HARLEM-CENTRAL', Month: '2', Price: '3914'}, geometry: { type: 'Point', coordinates:[-73.94356824, 40.8169333]} },
{type: 'Feature',properties:{Name: '1', Address: '321 WEST 136 STREET, HARLEM-CENTRAL', Month: '5', Price: '1553'}, geometry: { type: 'Point', coordinates:[-73.94708293, 40.81761841]} },
{type: 'Feature',properties:{Name: '1', Address: '233 WEST 138 STREET, HARLEM-CENTRAL', Month: '12', Price: '4480'}, geometry: { type: 'Point', coordinates:[-73.94372643, 40.81783639]} },
{type: 'Feature',properties:{Name: '1', Address: '214 WEST 139TH STREET, HARLEM-CENTRAL', Month: '1', Price: '2777'}, geometry: { type: 'Point', coordinates:[-73.94257728, 40.81814598]} },
{type: 'Feature',properties:{Name: '1', Address: '312 WEST 138 STREET, HARLEM-CENTRAL', Month: '8', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.945767, 40.81868]} },
{type: 'Feature',properties:{Name: '1', Address: '36 HAMILTON TERRACE, HARLEM-CENTRAL', Month: '10', Price: '4100'}, geometry: { type: 'Point', coordinates:[-73.94663093, 40.82262731]} },
{type: 'Feature',properties:{Name: '1', Address: '36 HAMILTON TERRACE, HARLEM-CENTRAL', Month: '5', Price: '4100'}, geometry: { type: 'Point', coordinates:[-73.94663093, 40.82262731]} },
{type: 'Feature',properties:{Name: '1', Address: '43 HAMILTON TERRACE, HARLEM-CENTRAL', Month: '5', Price: '4216'}, geometry: { type: 'Point', coordinates:[-73.94648265, 40.82279741]} },
{type: 'Feature',properties:{Name: '1', Address: '43 HAMILTON TERRACE, HARLEM-CENTRAL', Month: '4', Price: '4216'}, geometry: { type: 'Point', coordinates:[-73.94648265, 40.82279741]} },
{type: 'Feature',properties:{Name: '1', Address: '730 ST. NICHOLAS AVENUE, HARLEM-CENTRAL', Month: '5', Price: '8100'}, geometry: { type: 'Point', coordinates:[-73.94401663, 40.82503319]} },
{type: 'Feature',properties:{Name: '1', Address: '722 ST NICHOLAS AVENUE, HARLEM-CENTRAL', Month: '4', Price: '4320'}, geometry: { type: 'Point', coordinates:[-73.94413239, 40.82487405]} },
{type: 'Feature',properties:{Name: '1', Address: '32 WEST 119 STREET, HARLEM-CENTRAL', Month: '6', Price: '3536'}, geometry: { type: 'Point', coordinates:[-73.94611927, 40.80304074]} },
{type: 'Feature',properties:{Name: '1', Address: '75 WEST 119TH STREET, HARLEM-CENTRAL', Month: '3', Price: '3288'}, geometry: { type: 'Point', coordinates:[-73.94702197, 40.80343914]} },
{type: 'Feature',properties:{Name: '1', Address: '87 WEST 119 STREET, HARLEM-CENTRAL', Month: '3', Price: '4680'}, geometry: { type: 'Point', coordinates:[-73.94727472, 40.8035463]} },
{type: 'Feature',properties:{Name: '1', Address: '32 WEST 126 STREET, HARLEM-CENTRAL', Month: '5', Price: '2685'}, geometry: { type: 'Point', coordinates:[-73.94293319, 40.80757074]} },
{type: 'Feature',properties:{Name: '1', Address: '62 EAST 126 STREET, HARLEM-CENTRAL', Month: '5', Price: '3680'}, geometry: { type: 'Point', coordinates:[-73.93960033, 40.80616375]} },
{type: 'Feature',properties:{Name: '1', Address: '51 EAST 130 STREET, HARLEM-CENTRAL', Month: '9', Price: '3440'}, geometry: { type: 'Point', coordinates:[-73.93792908, 40.8087429]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 120TH STREET, HARLEM-CENTRAL', Month: '6', Price: '3588'}, geometry: { type: 'Point', coordinates:[-73.94892427, 40.80506488]} },
{type: 'Feature',properties:{Name: '1', Address: '103 WEST 122ND STREET, HARLEM-CENTRAL', Month: '12', Price: '3168'}, geometry: { type: 'Point', coordinates:[-73.94738833, 40.80605503]} },
{type: 'Feature',properties:{Name: '1', Address: '165 WEST 129 STREET, HARLEM-CENTRAL', Month: '5', Price: '3280'}, geometry: { type: 'Point', coordinates:[-73.94532528, 40.81103849]} },
{type: 'Feature',properties:{Name: '1', Address: '119 WEST 130 STREET, HARLEM-CENTRAL', Month: '8', Price: '3888'}, geometry: { type: 'Point', coordinates:[-73.94397401, 40.81129036]} },
{type: 'Feature',properties:{Name: '1', Address: '120 WEST 132 STREET, HARLEM-CENTRAL', Month: '3', Price: '2250'}, geometry: { type: 'Point', coordinates:[-73.94311316, 40.81254976]} },
{type: 'Feature',properties:{Name: '1', Address: '192 WEST 134 STREET, HARLEM-CENTRAL', Month: '2', Price: '3320'}, geometry: { type: 'Point', coordinates:[-73.94389183, 40.8144989]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WEST 122 STREET, HARLEM-CENTRAL', Month: '12', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.95048303, 40.80734093]} },
{type: 'Feature',properties:{Name: '1', Address: '231 WEST 122 STREET, HARLEM-CENTRAL', Month: '6', Price: '4648'}, geometry: { type: 'Point', coordinates:[-73.95082607, 40.80750576]} },
{type: 'Feature',properties:{Name: '1', Address: '241 WEST 132 STREET, HARLEM-CENTRAL', Month: '11', Price: '4480'}, geometry: { type: 'Point', coordinates:[-73.94637779, 40.81393192]} },
{type: 'Feature',properties:{Name: '1', Address: '355 WEST 123 STREET, HARLEM-CENTRAL', Month: '5', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.95403949, 40.80968366]} },
{type: 'Feature',properties:{Name: '1', Address: '222 WEST 139 STREET, HARLEM-CENTRAL', Month: '5', Price: '4352'}, geometry: { type: 'Point', coordinates:[-73.94305401, 40.81834933]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 140 STREET, HARLEM-CENTRAL', Month: '4', Price: '2250'}, geometry: { type: 'Point', coordinates:[-73.9447869, 40.81989819]} },
{type: 'Feature',properties:{Name: '1', Address: '32 HAMILTON TERRACE, HARLEM-CENTRAL', Month: '1', Price: '3720'}, geometry: { type: 'Point', coordinates:[-73.94667795, 40.82255597]} },
{type: 'Feature',properties:{Name: '1', Address: '191 EDGECOMBE AVENUE, HARLEM-CENTRAL', Month: '10', Price: '3432'}, geometry: { type: 'Point', coordinates:[-73.94437641, 40.82255488]} },
{type: 'Feature',properties:{Name: '1', Address: '264 WEST 124 STREET, HARLEM-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95058292, 40.80902624]} },
{type: 'Feature',properties:{Name: '1', Address: '254 WEST 139 STREET, HARLEM-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94398219, 40.81873953]} },
{type: 'Feature',properties:{Name: '1', Address: '9 CENTRAL PARK NORTH, HARLEM-CENTRAL', Month: '6', Price: '23640'}, geometry: { type: 'Point', coordinates:[-73.9502846, 40.79733632]} },
{type: 'Feature',properties:{Name: '1', Address: '75 W 118TH STREET, HARLEM-CENTRAL', Month: '12', Price: '5200'}, geometry: { type: 'Point', coordinates:[-73.94762923, 40.80287675]} },
{type: 'Feature',properties:{Name: '1', Address: 'WEST 118 STREET, HARLEM-CENTRAL', Month: '10', Price: '27850'}, geometry: { type: 'Point', coordinates:[-73.94655303, 40.80265668]} },
{type: 'Feature',properties:{Name: '1', Address: '36 WEST 119 STREET, HARLEM-CENTRAL', Month: '11', Price: '2841'}, geometry: { type: 'Point', coordinates:[-73.94620593, 40.80307646]} },
{type: 'Feature',properties:{Name: '1', Address: '91 W 119TH ST, HARLEM-CENTRAL', Month: '6', Price: '4620'}, geometry: { type: 'Point', coordinates:[-73.94735777, 40.80358202]} },
{type: 'Feature',properties:{Name: '1', Address: '48 WEST 120TH STREET, HARLEM-CENTRAL', Month: '2', Price: '3744'}, geometry: { type: 'Point', coordinates:[-73.94645803, 40.80400704]} },
{type: 'Feature',properties:{Name: '1', Address: '33 WEST 126 STREET, HARLEM-CENTRAL', Month: '6', Price: '2832'}, geometry: { type: 'Point', coordinates:[-73.94295484, 40.8075982]} },
{type: 'Feature',properties:{Name: '1', Address: '18 WEST 127 STREET, HARLEM-CENTRAL', Month: '9', Price: '4052'}, geometry: { type: 'Point', coordinates:[-73.94215973, 40.80805892]} },
{type: 'Feature',properties:{Name: '1', Address: '53 WEST 127 STREET, HARLEM-CENTRAL', Month: '10', Price: '2877'}, geometry: { type: 'Point', coordinates:[-73.94295053, 40.80841064]} },
{type: 'Feature',properties:{Name: '1', Address: '20-22 WEST 129 STREET, HARLEM-CENTRAL', Month: '9', Price: '20718'}, geometry: { type: 'Point', coordinates:[-73.94169971, 40.80949692]} },
{type: 'Feature',properties:{Name: '1', Address: '20-22 WEST 129 STREET, HARLEM-CENTRAL', Month: '5', Price: '20718'}, geometry: { type: 'Point', coordinates:[-73.94169971, 40.80949692]} },
{type: 'Feature',properties:{Name: '1', Address: '20 WEST 129 STREET, HARLEM-CENTRAL', Month: '1', Price: '20718'}, geometry: { type: 'Point', coordinates:[-73.94169971, 40.80949692]} },
{type: 'Feature',properties:{Name: '1', Address: '24 WEST 129 STREET, HARLEM-CENTRAL', Month: '8', Price: '3696'}, geometry: { type: 'Point', coordinates:[-73.94177554, 40.8095299]} },
{type: 'Feature',properties:{Name: '1', Address: '24 WEST 129 STREET, HARLEM-CENTRAL', Month: '5', Price: '3696'}, geometry: { type: 'Point', coordinates:[-73.94177554, 40.8095299]} },
{type: 'Feature',properties:{Name: '1', Address: '24 WEST 129 STREET, HARLEM-CENTRAL', Month: '4', Price: '3696'}, geometry: { type: 'Point', coordinates:[-73.94177554, 40.8095299]} },
{type: 'Feature',properties:{Name: '1', Address: '26 WEST 129 STREET, HARLEM-CENTRAL', Month: '6', Price: '2622'}, geometry: { type: 'Point', coordinates:[-73.94181527, 40.80954364]} },
{type: 'Feature',properties:{Name: '1', Address: '26 WEST 129 STREET, HARLEM-CENTRAL', Month: '9', Price: '2622'}, geometry: { type: 'Point', coordinates:[-73.94181527, 40.80954364]} },
{type: 'Feature',properties:{Name: '1', Address: '26 WEST 129 STREET, HARLEM-CENTRAL', Month: '8', Price: '2622'}, geometry: { type: 'Point', coordinates:[-73.94181527, 40.80954364]} },
{type: 'Feature',properties:{Name: '1', Address: '30 WEST 129 STREET, HARLEM-CENTRAL', Month: '3', Price: '2574'}, geometry: { type: 'Point', coordinates:[-73.9418911, 40.80957662]} },
{type: 'Feature',properties:{Name: '1', Address: '30 WEST 129 STREET, HARLEM-CENTRAL', Month: '1', Price: '2574'}, geometry: { type: 'Point', coordinates:[-73.9418911, 40.80957662]} },
{type: 'Feature',properties:{Name: '1', Address: '30 WEST 129 STREET, HARLEM-CENTRAL', Month: '11', Price: '2574'}, geometry: { type: 'Point', coordinates:[-73.9418911, 40.80957662]} },
{type: 'Feature',properties:{Name: '1', Address: '51 WEST 129TH STREET, HARLEM-CENTRAL', Month: '6', Price: '21006'}, geometry: { type: 'Point', coordinates:[-73.94228108, 40.80976071]} },
{type: 'Feature',properties:{Name: '1', Address: '43 WEST 129TH STREET, HARLEM-CENTRAL', Month: '5', Price: '21006'}, geometry: { type: 'Point', coordinates:[-73.94212941, 40.80969751]} },
{type: 'Feature',properties:{Name: '1', Address: '39 WEST 129TH STREET, HARLEM-CENTRAL', Month: '12', Price: '21006'}, geometry: { type: 'Point', coordinates:[-73.94205719, 40.80966453]} },
{type: 'Feature',properties:{Name: '1', Address: '31 WEST 129TH STREET, HARLEM-CENTRAL', Month: '10', Price: '17280'}, geometry: { type: 'Point', coordinates:[-73.94190914, 40.80960407]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WEST 129 STREET, HARLEM-CENTRAL', Month: '2', Price: '3752'}, geometry: { type: 'Point', coordinates:[-73.94160942, 40.80947766]} },
{type: 'Feature',properties:{Name: '1', Address: '7 WEST 129 STREET, HARLEM-CENTRAL', Month: '3', Price: '3752'}, geometry: { type: 'Point', coordinates:[-73.94146137, 40.80941446]} },
{type: 'Feature',properties:{Name: '1', Address: '4 WEST 131 STREET, HARLEM-CENTRAL', Month: '4', Price: '6842'}, geometry: { type: 'Point', coordinates:[-73.94001551, 40.81042103]} },
{type: 'Feature',properties:{Name: '1', Address: '72 WEST 131 STREET, HARLEM-CENTRAL', Month: '10', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.94157189, 40.81107507]} },
{type: 'Feature',properties:{Name: '1', Address: '418 LENOX AVENUE, HARLEM-CENTRAL', Month: '6', Price: '10190'}, geometry: { type: 'Point', coordinates:[-73.94277812, 40.81146818]} },
{type: 'Feature',properties:{Name: '1', Address: '63 WEST 130 STREET, HARLEM-CENTRAL', Month: '6', Price: '4072'}, geometry: { type: 'Point', coordinates:[-73.9418037, 40.81037529]} },
{type: 'Feature',properties:{Name: '1', Address: '8 WEST 131 STREET, HARLEM-CENTRAL', Month: '4', Price: '2724'}, geometry: { type: 'Point', coordinates:[-73.9401094, 40.81045951]} },
{type: 'Feature',properties:{Name: '1', Address: '71 WEST 131 STREET, HARLEM-CENTRAL', Month: '1', Price: '3492'}, geometry: { type: 'Point', coordinates:[-73.94152854, 40.81107505]} },
{type: 'Feature',properties:{Name: '1', Address: '71 WEST 131 STREET, HARLEM-CENTRAL', Month: '10', Price: '3492'}, geometry: { type: 'Point', coordinates:[-73.94152854, 40.81107505]} },
{type: 'Feature',properties:{Name: '1', Address: '28 WEST 132 STREET, HARLEM-CENTRAL', Month: '5', Price: '12150'}, geometry: { type: 'Point', coordinates:[-73.94009781, 40.81129664]} },
{type: 'Feature',properties:{Name: '1', Address: '73 WEST 131 STREET, HARLEM-CENTRAL', Month: '4', Price: '2510'}, geometry: { type: 'Point', coordinates:[-73.94157549, 40.81109429]} },
{type: 'Feature',properties:{Name: '1', Address: '3 WEST 137 STREET, HARLEM-CENTRAL', Month: '2', Price: '14731'}, geometry: { type: 'Point', coordinates:[-73.9372014, 40.81426763]} },
{type: 'Feature',properties:{Name: '1', Address: '2254 5 AVENUE, HARLEM-CENTRAL', Month: '11', Price: '12622'}, geometry: { type: 'Point', coordinates:[-73.93658371, 40.81419593]} },
{type: 'Feature',properties:{Name: '1', Address: '66 WEST 138 STREET, HARLEM-CENTRAL', Month: '10', Price: '10955'}, geometry: { type: 'Point', coordinates:[-73.9384032, 40.81558026]} },
{type: 'Feature',properties:{Name: '1', Address: '20 EAST 125 STREET, HARLEM-CENTRAL', Month: '6', Price: '4900'}, geometry: { type: 'Point', coordinates:[-73.94154014, 40.80610162]} },
{type: 'Feature',properties:{Name: '1', Address: '79 EAST 125TH STREET, HARLEM-CENTRAL', Month: '11', Price: '12100'}, geometry: { type: 'Point', coordinates:[-73.93978165, 40.80537885]} },
{type: 'Feature',properties:{Name: '1', Address: '59 EAST 126 STREET, HARLEM-CENTRAL', Month: '9', Price: '3029'}, geometry: { type: 'Point', coordinates:[-73.93961475, 40.80618846]} },
{type: 'Feature',properties:{Name: '1', Address: '1987 MADISON AVENUE, HARLEM-CENTRAL', Month: '1', Price: '2793'}, geometry: { type: 'Point', coordinates:[-73.93982366, 40.80685005]} },
{type: 'Feature',properties:{Name: '1', Address: '1992 MADISON AVENUE, HARLEM-CENTRAL', Month: '3', Price: '6420'}, geometry: { type: 'Point', coordinates:[-73.93977662, 40.80694609]} },
{type: 'Feature',properties:{Name: '1', Address: '26 EAST 127TH STREET, HARLEM-CENTRAL', Month: '1', Price: '3315'}, geometry: { type: 'Point', coordinates:[-73.9404012, 40.80731969]} },
{type: 'Feature',properties:{Name: '1', Address: '2081 5 AVENUE, HARLEM-CENTRAL', Month: '12', Price: '4180'}, geometry: { type: 'Point', coordinates:[-73.94069994, 40.80853302]} },
{type: 'Feature',properties:{Name: '1', Address: '7 EAST 129TH STREET, HARLEM-CENTRAL', Month: '2', Price: '5160'}, geometry: { type: 'Point', coordinates:[-73.93995919, 40.80877966]} },
{type: 'Feature',properties:{Name: '1', Address: '2113 5TH AVENUE, HARLEM-CENTRAL', Month: '3', Price: '2331'}, geometry: { type: 'Point', coordinates:[-73.94008508, 40.80937533]} },
{type: 'Feature',properties:{Name: '1', Address: '27 EAST 131ST STREET, HARLEM-CENTRAL', Month: '3', Price: '8845'}, geometry: { type: 'Point', coordinates:[-73.93838331, 40.80974771]} },
{type: 'Feature',properties:{Name: '1', Address: '6 EAST 132ND STREET, HARLEM-CENTRAL', Month: '8', Price: '9350'}, geometry: { type: 'Point', coordinates:[-73.93862087, 40.8106783]} },
{type: 'Feature',properties:{Name: '1', Address: '111 EAST 119 STREET, HARLEM-CENTRAL', Month: '8', Price: '10375'}, geometry: { type: 'Point', coordinates:[-73.94121955, 40.80099352]} },
{type: 'Feature',properties:{Name: '1', Address: '113 EAST 119 STREET, HARLEM-CENTRAL', Month: '10', Price: '10375'}, geometry: { type: 'Point', coordinates:[-73.94117261, 40.80097154]} },
{type: 'Feature',properties:{Name: '1', Address: '159 EAST 121 STREET, HARLEM-CENTRAL', Month: '1', Price: '3375'}, geometry: { type: 'Point', coordinates:[-73.93884592, 40.80164004]} },
{type: 'Feature',properties:{Name: '1', Address: '2013 LEXINGTON AVENUE, HARLEM-CENTRAL', Month: '7', Price: '2595'}, geometry: { type: 'Point', coordinates:[-73.93859206, 40.80275427]} },
{type: 'Feature',properties:{Name: '1', Address: '147 WEST 111TH STREET, HARLEM-CENTRAL', Month: '6', Price: '14510'}, geometry: { type: 'Point', coordinates:[-73.9534831, 40.79946207]} },
{type: 'Feature',properties:{Name: '1', Address: '263 WEST 113 STREET, HARLEM-CENTRAL', Month: '1', Price: '2703'}, geometry: { type: 'Point', coordinates:[-73.9557135, 40.80204574]} },
{type: 'Feature',properties:{Name: '1', Address: '262 WEST 115 STREET, HARLEM-CENTRAL', Month: '9', Price: '9630'}, geometry: { type: 'Point', coordinates:[-73.95456412, 40.80318161]} },
{type: 'Feature',properties:{Name: '1', Address: '220 WEST 116 STREET, HARLEM-CENTRAL', Month: '8', Price: '46080'}, geometry: { type: 'Point', coordinates:[-73.95343326, 40.80359287]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 118TH STREET, HARLEM-CENTRAL', Month: '9', Price: '2550'}, geometry: { type: 'Point', coordinates:[-73.9492397, 40.80353346]} },
{type: 'Feature',properties:{Name: '1', Address: '133 WEST 119 STREET, HARLEM-CENTRAL', Month: '1', Price: '3646'}, geometry: { type: 'Point', coordinates:[-73.94935461, 40.8044228]} },
{type: 'Feature',properties:{Name: '1', Address: '131 WEST 119 STREET, HARLEM-CENTRAL', Month: '12', Price: '3789'}, geometry: { type: 'Point', coordinates:[-73.9493185, 40.80440632]} },
{type: 'Feature',properties:{Name: '1', Address: '187 LENOX AVENUE, HARLEM-CENTRAL', Month: '2', Price: '3800'}, geometry: { type: 'Point', coordinates:[-73.94807606, 40.80424382]} },
{type: 'Feature',properties:{Name: '1', Address: '187 LENOX AVENUE, HARLEM-CENTRAL', Month: '2', Price: '3800'}, geometry: { type: 'Point', coordinates:[-73.94807606, 40.80424382]} },
{type: 'Feature',properties:{Name: '1', Address: '146 WEST 120TH STREET, HARLEM-CENTRAL', Month: '10', Price: '3750'}, geometry: { type: 'Point', coordinates:[-73.94916622, 40.80514733]} },
{type: 'Feature',properties:{Name: '1', Address: '146 WEST 120TH STREET, HARLEM-CENTRAL', Month: '11', Price: '3750'}, geometry: { type: 'Point', coordinates:[-73.94916622, 40.80514733]} },
{type: 'Feature',properties:{Name: '1', Address: '146 WEST 120TH STREET, HARLEM-CENTRAL', Month: '3', Price: '3750'}, geometry: { type: 'Point', coordinates:[-73.94916622, 40.80514733]} },
{type: 'Feature',properties:{Name: '1', Address: '146 WEST 120TH STREET, HARLEM-CENTRAL', Month: '6', Price: '3750'}, geometry: { type: 'Point', coordinates:[-73.94916622, 40.80514733]} },
{type: 'Feature',properties:{Name: '1', Address: '127 WEST 119 STREET, HARLEM-CENTRAL', Month: '2', Price: '3885'}, geometry: { type: 'Point', coordinates:[-73.94923906, 40.80437334]} },
{type: 'Feature',properties:{Name: '1', Address: '160 WEST 121 STREET, HARLEM-CENTRAL', Month: '7', Price: '2805'}, geometry: { type: 'Point', coordinates:[-73.94898866, 40.80589381]} },
{type: 'Feature',properties:{Name: '1', Address: '129 WEST 122 STREET, HARLEM-CENTRAL', Month: '4', Price: '3203'}, geometry: { type: 'Point', coordinates:[-73.94788665, 40.8062666]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 122 STREET, HARLEM-CENTRAL', Month: '10', Price: '3830'}, geometry: { type: 'Point', coordinates:[-73.9480022, 40.80631606]} },
{type: 'Feature',properties:{Name: '1', Address: '2067 ADAM C POWELL BLVD, HARLEM-CENTRAL', Month: '3', Price: '17243'}, geometry: { type: 'Point', coordinates:[-73.94909548, 40.807903]} },
{type: 'Feature',properties:{Name: '1', Address: '148 WEST 124TH STREET, HARLEM-CENTRAL', Month: '4', Price: '9535'}, geometry: { type: 'Point', coordinates:[-73.94736898, 40.80767715]} },
{type: 'Feature',properties:{Name: '1', Address: '114 WEST 127 STREET, HARLEM-CENTRAL', Month: '12', Price: '2697'}, geometry: { type: 'Point', coordinates:[-73.94527969, 40.80937517]} },
{type: 'Feature',properties:{Name: '1', Address: '114 WEST 127 STREET, HARLEM-CENTRAL', Month: '8', Price: '2697'}, geometry: { type: 'Point', coordinates:[-73.94527969, 40.80937517]} },
{type: 'Feature',properties:{Name: '1', Address: '148 WEST 127 STREET, HARLEM-CENTRAL', Month: '10', Price: '3712'}, geometry: { type: 'Point', coordinates:[-73.94592969, 40.80965543]} },
{type: 'Feature',properties:{Name: '1', Address: '148 WEST 127 STREET, HARLEM-CENTRAL', Month: '9', Price: '3712'}, geometry: { type: 'Point', coordinates:[-73.94592969, 40.80965543]} },
{type: 'Feature',properties:{Name: '1', Address: '2143 ADAM C POWELL BLVD, HARLEM-CENTRAL', Month: '3', Price: '50326'}, geometry: { type: 'Point', coordinates:[-73.94730546, 40.81035049]} },
{type: 'Feature',properties:{Name: '1', Address: '109 WEST 128 STREET, HARLEM-CENTRAL', Month: '4', Price: '2463'}, geometry: { type: 'Point', coordinates:[-73.94468677, 40.80995676]} },
{type: 'Feature',properties:{Name: '1', Address: '103-105 WEST 128 STREET, HARLEM-CENTRAL', Month: '1', Price: '4986'}, geometry: { type: 'Point', coordinates:[-73.94457122, 40.8099073]} },
{type: 'Feature',properties:{Name: '1', Address: '363-367 LENOX AVENUE, HARLEM-CENTRAL', Month: '8', Price: '21690'}, geometry: { type: 'Point', coordinates:[-73.94398606, 40.80984389]} },
{type: 'Feature',properties:{Name: '1', Address: '112 WEST 129 STREET, HARLEM-CENTRAL', Month: '2', Price: '10070'}, geometry: { type: 'Point', coordinates:[-73.94433222, 40.81060435]} },
{type: 'Feature',properties:{Name: '1', Address: '159 WEST 129 STREET, HARLEM-CENTRAL', Month: '10', Price: '2793'}, geometry: { type: 'Point', coordinates:[-73.94520972, 40.81099177]} },
{type: 'Feature',properties:{Name: '1', Address: '159 WEST 129TH STREET, HARLEM-CENTRAL', Month: '8', Price: '2793'}, geometry: { type: 'Point', coordinates:[-73.94520972, 40.81099177]} },
{type: 'Feature',properties:{Name: '1', Address: '134 WEST 130 STREET, HARLEM-CENTRAL', Month: '2', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.94429181, 40.81140579]} },
{type: 'Feature',properties:{Name: '1', Address: '2195 ADAM C POWELL BLVD, HARLEM-CENTRAL', Month: '3', Price: '5758'}, geometry: { type: 'Point', coordinates:[-73.94626392, 40.81178275]} },
{type: 'Feature',properties:{Name: '1', Address: '2195 SEVENTH AVE, HARLEM-CENTRAL', Month: '7', Price: '5758'}, geometry: { type: 'Point', coordinates:[-73.94626392, 40.81178275]} },
{type: 'Feature',properties:{Name: '1', Address: '114 WEST 131 STREET, HARLEM-CENTRAL', Month: '11', Price: '2499'}, geometry: { type: 'Point', coordinates:[-73.94345693, 40.81186649]} },
{type: 'Feature',properties:{Name: '1', Address: '138 WEST 131ST STREET, HARLEM-CENTRAL', Month: '12', Price: '2694'}, geometry: { type: 'Point', coordinates:[-73.94391917, 40.8120616]} },
{type: 'Feature',properties:{Name: '1', Address: '138 WEST 131ST STREET, HARLEM-CENTRAL', Month: '1', Price: '2694'}, geometry: { type: 'Point', coordinates:[-73.94391917, 40.8120616]} },
{type: 'Feature',properties:{Name: '1', Address: '133 WEST 136 STREET, HARLEM-CENTRAL', Month: '12', Price: '3438'}, geometry: { type: 'Point', coordinates:[-73.9414418, 40.81523601]} },
{type: 'Feature',properties:{Name: '1', Address: '103 WEST 136 STREET, HARLEM-CENTRAL', Month: '8', Price: '2789'}, geometry: { type: 'Point', coordinates:[-73.94086759, 40.81499418]} },
{type: 'Feature',properties:{Name: '1', Address: '118 WEST 137 STREET, HARLEM-CENTRAL', Month: '7', Price: '15895'}, geometry: { type: 'Point', coordinates:[-73.94072965, 40.81573793]} },
{type: 'Feature',properties:{Name: '1', Address: '118 WEST 137 STREET, HARLEM-CENTRAL', Month: '1', Price: '15895'}, geometry: { type: 'Point', coordinates:[-73.94072965, 40.81573793]} },
{type: 'Feature',properties:{Name: '1', Address: '101A WEST 136 STREET, HARLEM-CENTRAL', Month: '6', Price: '3021'}, geometry: { type: 'Point', coordinates:[-73.94073014, 40.81518075]} },
{type: 'Feature',properties:{Name: '1', Address: '239 WEST 120 STREET, HARLEM-CENTRAL', Month: '9', Price: '2499'}, geometry: { type: 'Point', coordinates:[-73.95188172, 40.80630951]} },
{type: 'Feature',properties:{Name: '1', Address: '222 ST NICHOLAS AVENUE, HARLEM-CENTRAL', Month: '3', Price: '8750'}, geometry: { type: 'Point', coordinates:[-73.95290296, 40.80774542]} },
{type: 'Feature',properties:{Name: '1', Address: '259 WEST 121ST, HARLEM-CENTRAL', Month: '7', Price: '2652'}, geometry: { type: 'Point', coordinates:[-73.95176196, 40.80708073]} },
{type: 'Feature',properties:{Name: '1', Address: '234 WEST 122 STREET, HARLEM-CENTRAL', Month: '10', Price: '12350'}, geometry: { type: 'Point', coordinates:[-73.95091636, 40.80752502]} },
{type: 'Feature',properties:{Name: '1', Address: '236 WEST 122 STREET, HARLEM-CENTRAL', Month: '9', Price: '12350'}, geometry: { type: 'Point', coordinates:[-73.95095609, 40.8075415]} },
{type: 'Feature',properties:{Name: '1', Address: '238 WEST 122 STREET, HARLEM-CENTRAL', Month: '4', Price: '12350'}, geometry: { type: 'Point', coordinates:[-73.95099581, 40.80755799]} },
{type: 'Feature',properties:{Name: '1', Address: '240 WEST 122 STREET, HARLEM-CENTRAL', Month: '9', Price: '13900'}, geometry: { type: 'Point', coordinates:[-73.95103192, 40.80757447]} },
{type: 'Feature',properties:{Name: '1', Address: '242 WEST 122 STREET, HARLEM-CENTRAL', Month: '8', Price: '12695'}, geometry: { type: 'Point', coordinates:[-73.95107164, 40.80759095]} },
{type: 'Feature',properties:{Name: '1', Address: '244 WEST 122 STREET, HARLEM-CENTRAL', Month: '4', Price: '12695'}, geometry: { type: 'Point', coordinates:[-73.95111136, 40.80760744]} },
{type: 'Feature',properties:{Name: '1', Address: '260 WEST 122 STREET, HARLEM-CENTRAL', Month: '11', Price: '17830'}, geometry: { type: 'Point', coordinates:[-73.95142915, 40.80774207]} },
{type: 'Feature',properties:{Name: '1', Address: '2268 FREDRICK DOUGLASS BL, HARLEM-CENTRAL', Month: '4', Price: '7750'}, geometry: { type: 'Point', coordinates:[-73.9526679, 40.80810763]} },
{type: 'Feature',properties:{Name: '1', Address: '207 WEST 121 STREET, HARLEM-CENTRAL', Month: '3', Price: '2640'}, geometry: { type: 'Point', coordinates:[-73.95079056, 40.8066741]} },
{type: 'Feature',properties:{Name: '1', Address: '282 WEST 127TH STREET, HARLEM-CENTRAL', Month: '9', Price: '2880'}, geometry: { type: 'Point', coordinates:[-73.94986594, 40.81132052]} },
{type: 'Feature',properties:{Name: '1', Address: '282 WEST 127TH STREET, HARLEM-CENTRAL', Month: '6', Price: '2880'}, geometry: { type: 'Point', coordinates:[-73.94986594, 40.81132052]} },
{type: 'Feature',properties:{Name: '1', Address: '265 WEST 131ST STREET, HARLEM-CENTRAL', Month: '10', Price: '2499'}, geometry: { type: 'Point', coordinates:[-73.9481011, 40.81381743]} },
{type: 'Feature',properties:{Name: '1', Address: '217 WEST 131 STREET, HARLEM-CENTRAL', Month: '1', Price: '2499'}, geometry: { type: 'Point', coordinates:[-73.94631707, 40.81307005]} },
{type: 'Feature',properties:{Name: '1', Address: '270 WEST 132 STREET, HARLEM-CENTRAL', Month: '5', Price: '2499'}, geometry: { type: 'Point', coordinates:[-73.94698091, 40.8141655]} },
{type: 'Feature',properties:{Name: '1', Address: '261 WEST 131ST STREET, HARLEM-CENTRAL', Month: '12', Price: '2499'}, geometry: { type: 'Point', coordinates:[-73.94797109, 40.81375973]} },
{type: 'Feature',properties:{Name: '1', Address: '242 WEST 132 STREET, HARLEM-CENTRAL', Month: '2', Price: '2561'}, geometry: { type: 'Point', coordinates:[-73.94642837, 40.81393469]} },
{type: 'Feature',properties:{Name: '1', Address: '210 WEST 133 STREET, HARLEM-CENTRAL', Month: '9', Price: '12800'}, geometry: { type: 'Point', coordinates:[-73.94529372, 40.81427176]} },
{type: 'Feature',properties:{Name: '1', Address: '210 WEST 133 STREET, HARLEM-CENTRAL', Month: '6', Price: '12800'}, geometry: { type: 'Point', coordinates:[-73.94529372, 40.81427176]} },
{type: 'Feature',properties:{Name: '1', Address: '2500 FREDRICK DOUGLASS BL, HARLEM-CENTRAL', Month: '10', Price: '9475'}, geometry: { type: 'Point', coordinates:[-73.94722186, 40.81555719]} },
{type: 'Feature',properties:{Name: '1', Address: '257 WEST 134TH STREET, HARLEM-CENTRAL', Month: '2', Price: '2025'}, geometry: { type: 'Point', coordinates:[-73.9457842, 40.81531224]} },
{type: 'Feature',properties:{Name: '1', Address: '256 WEST 135 STREET, HARLEM-CENTRAL', Month: '11', Price: '5250'}, geometry: { type: 'Point', coordinates:[-73.94530678, 40.81597349]} },
{type: 'Feature',properties:{Name: '1', Address: '243 WEST 135 STREET, HARLEM-CENTRAL', Month: '2', Price: '9695'}, geometry: { type: 'Point', coordinates:[-73.94502145, 40.8158718]} },
{type: 'Feature',properties:{Name: '1', Address: '243 WEST 135 STREET, HARLEM-CENTRAL', Month: '3', Price: '9695'}, geometry: { type: 'Point', coordinates:[-73.94502145, 40.8158718]} },
{type: 'Feature',properties:{Name: '1', Address: '209 WEST135TH STREET, HARLEM-CENTRAL', Month: '6', Price: '8105'}, geometry: { type: 'Point', coordinates:[-73.94434972, 40.81558877]} },
{type: 'Feature',properties:{Name: '1', Address: '386 MANHATTAN AVENUE, HARLEM-CENTRAL', Month: '3', Price: '10005'}, geometry: { type: 'Point', coordinates:[-73.95663969, 40.80526291]} },
{type: 'Feature',properties:{Name: '1', Address: '364 WEST 119 STREET, HARLEM-CENTRAL', Month: '9', Price: '9630'}, geometry: { type: 'Point', coordinates:[-73.95590877, 40.80716473]} },
{type: 'Feature',properties:{Name: '1', Address: '308 WEST 127 STREET, HARLEM-CENTRAL', Month: '7', Price: '10000'}, geometry: { type: 'Point', coordinates:[-73.95056655, 40.81161176]} },
{type: 'Feature',properties:{Name: '1', Address: '400 WEST 128 STREET, HARLEM-CENTRAL', Month: '10', Price: '46965'}, geometry: { type: 'Point', coordinates:[-73.95197441, 40.81301765]} },
{type: 'Feature',properties:{Name: '1', Address: '400 WEST 128 STREET, HARLEM-CENTRAL', Month: '2', Price: '46965'}, geometry: { type: 'Point', coordinates:[-73.95197441, 40.81301765]} },
{type: 'Feature',properties:{Name: '1', Address: '2407 FREDRICK DOUGLASS BL, HARLEM-CENTRAL', Month: '12', Price: '8750'}, geometry: { type: 'Point', coordinates:[-73.94936641, 40.81265149]} },
{type: 'Feature',properties:{Name: '1', Address: '2451 FREDRICK DOUGLASS BL, HARLEM-CENTRAL', Month: '7', Price: '10240'}, geometry: { type: 'Point', coordinates:[-73.94824893, 40.81418804]} },
{type: 'Feature',properties:{Name: '1', Address: '2467 FREDRICK DOUGLASS BL, HARLEM-CENTRAL', Month: '4', Price: '14929'}, geometry: { type: 'Point', coordinates:[-73.94785835, 40.81472308]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 133 STREET, HARLEM-CENTRAL', Month: '1', Price: '3812'}, geometry: { type: 'Point', coordinates:[-73.94775674, 40.81530491]} },
{type: 'Feature',properties:{Name: '1', Address: '312 WEST 133 STREET, HARLEM-CENTRAL', Month: '8', Price: '7370'}, geometry: { type: 'Point', coordinates:[-73.94777479, 40.81531316]} },
{type: 'Feature',properties:{Name: '1', Address: '314 WEST 133 STREET, HARLEM-CENTRAL', Month: '11', Price: '10635'}, geometry: { type: 'Point', coordinates:[-73.94779285, 40.8153214]} },
{type: 'Feature',properties:{Name: '1', Address: '418 ST NICHOLAS AVENUE, HARLEM-CENTRAL', Month: '1', Price: '11290'}, geometry: { type: 'Point', coordinates:[-73.94940844, 40.81438617]} },
{type: 'Feature',properties:{Name: '1', Address: '131 WEST 137 STREET, HARLEM-CENTRAL', Month: '12', Price: '9775'}, geometry: { type: 'Point', coordinates:[-73.94094992, 40.81585057]} },
{type: 'Feature',properties:{Name: '1', Address: '129 WEST 137 STREET, HARLEM-CENTRAL', Month: '9', Price: '9500'}, geometry: { type: 'Point', coordinates:[-73.9409102, 40.81583408]} },
{type: 'Feature',properties:{Name: '1', Address: '129 WEST 137 STREET, HARLEM-CENTRAL', Month: '1', Price: '9500'}, geometry: { type: 'Point', coordinates:[-73.9409102, 40.81583408]} },
{type: 'Feature',properties:{Name: '1', Address: '129 WEST 137 STREET, HARLEM-CENTRAL', Month: '3', Price: '9500'}, geometry: { type: 'Point', coordinates:[-73.9409102, 40.81583408]} },
{type: 'Feature',properties:{Name: '1', Address: '127 WEST 137 STREET, HARLEM-CENTRAL', Month: '11', Price: '9500'}, geometry: { type: 'Point', coordinates:[-73.94087047, 40.8158176]} },
{type: 'Feature',properties:{Name: '1', Address: '127 WEST 137 STREET, HARLEM-CENTRAL', Month: '11', Price: '9500'}, geometry: { type: 'Point', coordinates:[-73.94087047, 40.8158176]} },
{type: 'Feature',properties:{Name: '1', Address: '127 WEST 137 STREET, HARLEM-CENTRAL', Month: '5', Price: '9500'}, geometry: { type: 'Point', coordinates:[-73.94087047, 40.8158176]} },
{type: 'Feature',properties:{Name: '1', Address: '125 WEST 137 STREET, HARLEM-CENTRAL', Month: '9', Price: '9500'}, geometry: { type: 'Point', coordinates:[-73.94083436, 40.81580111]} },
{type: 'Feature',properties:{Name: '1', Address: '105 WEST 137 STREET, HARLEM-CENTRAL', Month: '9', Price: '10395'}, geometry: { type: 'Point', coordinates:[-73.94044794, 40.81563897]} },
{type: 'Feature',properties:{Name: '1', Address: '105 WEST 137 STREET, HARLEM-CENTRAL', Month: '4', Price: '10395'}, geometry: { type: 'Point', coordinates:[-73.94044794, 40.81563897]} },
{type: 'Feature',properties:{Name: '1', Address: '105 WEST 137 STREET, HARLEM-CENTRAL', Month: '5', Price: '10395'}, geometry: { type: 'Point', coordinates:[-73.94044794, 40.81563897]} },
{type: 'Feature',properties:{Name: '1', Address: '103 WEST 137 STREET, HARLEM-CENTRAL', Month: '6', Price: '9275'}, geometry: { type: 'Point', coordinates:[-73.94041183, 40.81562248]} },
{type: 'Feature',properties:{Name: '1', Address: '103 WEST 137 STREET, HARLEM-CENTRAL', Month: '7', Price: '9275'}, geometry: { type: 'Point', coordinates:[-73.94041183, 40.81562248]} },
{type: 'Feature',properties:{Name: '1', Address: '103 WEST 137 STREET, HARLEM-CENTRAL', Month: '11', Price: '9275'}, geometry: { type: 'Point', coordinates:[-73.94041183, 40.81562248]} },
{type: 'Feature',properties:{Name: '1', Address: '104 WEST 138 STREET, HARLEM-CENTRAL', Month: '9', Price: '17910'}, geometry: { type: 'Point', coordinates:[-73.94000664, 40.81625082]} },
{type: 'Feature',properties:{Name: '1', Address: '137 WEST 138 STREET, HARLEM-CENTRAL', Month: '3', Price: '8130'}, geometry: { type: 'Point', coordinates:[-73.94063139, 40.81653385]} },
{type: 'Feature',properties:{Name: '1', Address: '148 WEST 141 STREET, HARLEM-CENTRAL', Month: '3', Price: '10770'}, geometry: { type: 'Point', coordinates:[-73.93950243, 40.8184875]} },
{type: 'Feature',properties:{Name: '1', Address: '148 WEST 141 STREET, HARLEM-CENTRAL', Month: '1', Price: '10770'}, geometry: { type: 'Point', coordinates:[-73.93950243, 40.8184875]} },
{type: 'Feature',properties:{Name: '1', Address: '111 WEST 141 STREET, HARLEM-CENTRAL', Month: '2', Price: '26165'}, geometry: { type: 'Point', coordinates:[-73.9384587, 40.81806426]} },
{type: 'Feature',properties:{Name: '1', Address: '111 WEST 141 STREET, HARLEM-CENTRAL', Month: '10', Price: '26165'}, geometry: { type: 'Point', coordinates:[-73.9384587, 40.81806426]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 143 STREET, HARLEM-CENTRAL', Month: '2', Price: '18628'}, geometry: { type: 'Point', coordinates:[-73.93733404, 40.81919997]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 143 STREET, HARLEM-CENTRAL', Month: '5', Price: '18628'}, geometry: { type: 'Point', coordinates:[-73.93733404, 40.81919997]} },
{type: 'Feature',properties:{Name: '1', Address: '104 WEST 144 STREET, HARLEM-CENTRAL', Month: '5', Price: '12890'}, geometry: { type: 'Point', coordinates:[-73.93704435, 40.81989697]} },
{type: 'Feature',properties:{Name: '1', Address: '106 WEST 144 STREET, HARLEM-CENTRAL', Month: '9', Price: '12890'}, geometry: { type: 'Point', coordinates:[-73.93713825, 40.81993545]} },
{type: 'Feature',properties:{Name: '1', Address: '108 WEST 144 STREET, HARLEM-CENTRAL', Month: '11', Price: '12890'}, geometry: { type: 'Point', coordinates:[-73.93724659, 40.81998217]} },
{type: 'Feature',properties:{Name: '1', Address: '110 WEST 144 STREET, HARLEM-CENTRAL', Month: '2', Price: '12890'}, geometry: { type: 'Point', coordinates:[-73.93732605, 40.82001515]} },
{type: 'Feature',properties:{Name: '1', Address: '145 WEST 145 STREET, HARLEM-CENTRAL', Month: '1', Price: '18024'}, geometry: { type: 'Point', coordinates:[-73.93750217, 40.82098413]} },
{type: 'Feature',properties:{Name: '1', Address: '141 WEST 145 STREET, HARLEM-CENTRAL', Month: '2', Price: '18024'}, geometry: { type: 'Point', coordinates:[-73.93742271, 40.82095115]} },
{type: 'Feature',properties:{Name: '1', Address: '137 WEST 145 STREET, HARLEM-CENTRAL', Month: '8', Price: '18024'}, geometry: { type: 'Point', coordinates:[-73.93734326, 40.82091542]} },
{type: 'Feature',properties:{Name: '1', Address: '237 WEST 137TH STREET, HARLEM-CENTRAL', Month: '12', Price: '5340'}, geometry: { type: 'Point', coordinates:[-73.94395465, 40.81711464]} },
{type: 'Feature',properties:{Name: '1', Address: '235 WEST 138TH STREET, HARLEM-CENTRAL', Month: '2', Price: '2724'}, geometry: { type: 'Point', coordinates:[-73.94376977, 40.81785563]} },
{type: 'Feature',properties:{Name: '1', Address: '250 WEST 139 STREET, HARLEM-CENTRAL', Month: '9', Price: '3654'}, geometry: { type: 'Point', coordinates:[-73.94368242, 40.81861313]} },
{type: 'Feature',properties:{Name: '1', Address: '206 WEST 140TH STREET, HARLEM-CENTRAL', Month: '11', Price: '15292'}, geometry: { type: 'Point', coordinates:[-73.94200595, 40.81872209]} },
{type: 'Feature',properties:{Name: '1', Address: '206 WEST 140 STREET, HARLEM-CENTRAL', Month: '6', Price: '15292'}, geometry: { type: 'Point', coordinates:[-73.94200595, 40.81872209]} },
{type: 'Feature',properties:{Name: '1', Address: '210 WEST 140 STREET, HARLEM-CENTRAL', Month: '4', Price: '15292'}, geometry: { type: 'Point', coordinates:[-73.94208541, 40.81875506]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WEST 140 STREET, HARLEM-CENTRAL', Month: '7', Price: '15292'}, geometry: { type: 'Point', coordinates:[-73.94212513, 40.81877155]} },
{type: 'Feature',properties:{Name: '1', Address: '214 WEST 140 STREET, HARLEM-CENTRAL', Month: '2', Price: '15292'}, geometry: { type: 'Point', coordinates:[-73.94216486, 40.81878804]} },
{type: 'Feature',properties:{Name: '1', Address: '216 WEST 140 STREET, HARLEM-CENTRAL', Month: '10', Price: '15292'}, geometry: { type: 'Point', coordinates:[-73.94220459, 40.81880453]} },
{type: 'Feature',properties:{Name: '1', Address: '218 WEST 140TH STREET, HARLEM-CENTRAL', Month: '1', Price: '15292'}, geometry: { type: 'Point', coordinates:[-73.94224432, 40.81882102]} },
{type: 'Feature',properties:{Name: '1', Address: '218 WEST 140 STREET, HARLEM-CENTRAL', Month: '3', Price: '15292'}, geometry: { type: 'Point', coordinates:[-73.94224432, 40.81882102]} },
{type: 'Feature',properties:{Name: '1', Address: '220 WEST 140TH STREET, HARLEM-CENTRAL', Month: '12', Price: '15292'}, geometry: { type: 'Point', coordinates:[-73.94228404, 40.8188375]} },
{type: 'Feature',properties:{Name: '1', Address: '220 WEST 140 STREET, HARLEM-CENTRAL', Month: '3', Price: '15292'}, geometry: { type: 'Point', coordinates:[-73.94228404, 40.8188375]} },
{type: 'Feature',properties:{Name: '1', Address: '222 WEST 140TH STREET, HARLEM-CENTRAL', Month: '4', Price: '15292'}, geometry: { type: 'Point', coordinates:[-73.94232377, 40.81885399]} },
{type: 'Feature',properties:{Name: '1', Address: '222 WEST 140 STREET, HARLEM-CENTRAL', Month: '12', Price: '15292'}, geometry: { type: 'Point', coordinates:[-73.94232377, 40.81885399]} },
{type: 'Feature',properties:{Name: '1', Address: '273 W 140TH STREET, HARLEM-CENTRAL', Month: '2', Price: '9345'}, geometry: { type: 'Point', coordinates:[-73.94329888, 40.81928814]} },
{type: 'Feature',properties:{Name: '1', Address: '267-269 WEST 140TH STREET, HARLEM-CENTRAL', Month: '5', Price: '18690'}, geometry: { type: 'Point', coordinates:[-73.9431797, 40.81923593]} },
{type: 'Feature',properties:{Name: '1', Address: '267-269 WEST 140 STREET, HARLEM-CENTRAL', Month: '3', Price: '18690'}, geometry: { type: 'Point', coordinates:[-73.9431797, 40.81923593]} },
{type: 'Feature',properties:{Name: '1', Address: '2472 7TH AVENUE, HARLEM-CENTRAL', Month: '1', Price: '6705'}, geometry: { type: 'Point', coordinates:[-73.9397316, 40.82075476]} },
{type: 'Feature',properties:{Name: '1', Address: '203 WEST 144 STREET, HARLEM-CENTRAL', Month: '11', Price: '21678'}, geometry: { type: 'Point', coordinates:[-73.94010334, 40.82120234]} },
{type: 'Feature',properties:{Name: '1', Address: '2492 ADAM C POWELL BLVD, HARLEM-CENTRAL', Month: '1', Price: '16644'}, geometry: { type: 'Point', coordinates:[-73.93926133, 40.82139952]} },
{type: 'Feature',properties:{Name: '1', Address: '200 WEST 145 STREET, HARLEM-CENTRAL', Month: '2', Price: '19664'}, geometry: { type: 'Point', coordinates:[-73.93957165, 40.82183884]} },
{type: 'Feature',properties:{Name: '1', Address: '251 WEST 145 STREET, HARLEM-CENTRAL', Month: '6', Price: '29287'}, geometry: { type: 'Point', coordinates:[-73.9405504, 40.82227027]} },
{type: 'Feature',properties:{Name: '1', Address: '247 WEST 145 STREET, HARLEM-CENTRAL', Month: '1', Price: '29287'}, geometry: { type: 'Point', coordinates:[-73.94047094, 40.82223729]} },
{type: 'Feature',properties:{Name: '1', Address: '243 WEST 145 STREET, HARLEM-CENTRAL', Month: '10', Price: '29287'}, geometry: { type: 'Point', coordinates:[-73.94039148, 40.82220431]} },
{type: 'Feature',properties:{Name: '1', Address: '239 WEST 145 STREET, HARLEM-CENTRAL', Month: '4', Price: '21587'}, geometry: { type: 'Point', coordinates:[-73.94031203, 40.82216859]} },
{type: 'Feature',properties:{Name: '1', Address: '219 WEST 145 STREET, HARLEM-CENTRAL', Month: '8', Price: '31812'}, geometry: { type: 'Point', coordinates:[-73.93991835, 40.8220037]} },
{type: 'Feature',properties:{Name: '1', Address: '232-34 WEST 149 STREET, HARLEM-CENTRAL', Month: '8', Price: '15444'}, geometry: { type: 'Point', coordinates:[-73.93835867, 40.82465427]} },
{type: 'Feature',properties:{Name: '1', Address: '273 WEST 150 STREET, HARLEM-CENTRAL', Month: '7', Price: '12575'}, geometry: { type: 'Point', coordinates:[-73.93850237, 40.82554913]} },
{type: 'Feature',properties:{Name: '1', Address: '2918 8TH AVENUE, HARLEM-CENTRAL', Month: '6', Price: '7700'}, geometry: { type: 'Point', coordinates:[-73.9375599, 40.82876817]} },
{type: 'Feature',properties:{Name: '1', Address: '2655 FREDRICK DOUGLASS BL, HARLEM-CENTRAL', Month: '1', Price: '10250'}, geometry: { type: 'Point', coordinates:[-73.94350725, 40.82068256]} },
{type: 'Feature',properties:{Name: '1', Address: '2655 FREDRICK DOUGLASS BL, HARLEM-CENTRAL', Month: '1', Price: '10250'}, geometry: { type: 'Point', coordinates:[-73.94350725, 40.82068256]} },
{type: 'Feature',properties:{Name: '1', Address: '2657 FREDRICK DOUGLASS BL, HARLEM-CENTRAL', Month: '12', Price: '11258'}, geometry: { type: 'Point', coordinates:[-73.94346384, 40.82074018]} },
{type: 'Feature',properties:{Name: '1', Address: '2657 FREDRICK DOUGLASS BL, HARLEM-CENTRAL', Month: '12', Price: '11258'}, geometry: { type: 'Point', coordinates:[-73.94346384, 40.82074018]} },
{type: 'Feature',properties:{Name: '1', Address: '22 BRADHURST AVENUE, HARLEM-CENTRAL', Month: '6', Price: '8060'}, geometry: { type: 'Point', coordinates:[-73.9439251, 40.8221704]} },
{type: 'Feature',properties:{Name: '1', Address: '22 BRADHURST AVENUE, HARLEM-CENTRAL', Month: '11', Price: '8060'}, geometry: { type: 'Point', coordinates:[-73.9439251, 40.8221704]} },
{type: 'Feature',properties:{Name: '1', Address: '2733 FREDERICK DOUGLASS B, HARLEM-CENTRAL', Month: '12', Price: '15615'}, geometry: { type: 'Point', coordinates:[-73.94194768, 40.82339357]} },
{type: 'Feature',properties:{Name: '1', Address: '2797 8TH AVENUE, HARLEM-CENTRAL', Month: '9', Price: '9985'}, geometry: { type: 'Point', coordinates:[-73.94022624, 40.82516578]} },
{type: 'Feature',properties:{Name: '1', Address: '304 WEST 151 STREET, HARLEM-CENTRAL', Month: '3', Price: '16158'}, geometry: { type: 'Point', coordinates:[-73.93933238, 40.82669137]} },
{type: 'Feature',properties:{Name: '1', Address: '2847 8TH AVENUE, HARLEM-CENTRAL', Month: '12', Price: '8277'}, geometry: { type: 'Point', coordinates:[-73.9388153, 40.82710006]} },
{type: 'Feature',properties:{Name: '1', Address: '304 WEST 152 STREET, HARLEM-CENTRAL', Month: '12', Price: '19280'}, geometry: { type: 'Point', coordinates:[-73.93896321, 40.82735265]} },
{type: 'Feature',properties:{Name: '1', Address: '25 HAMILTON TERRACE, HARLEM-CENTRAL', Month: '7', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.94671777, 40.82246816]} },
{type: 'Feature',properties:{Name: '1', Address: '419 WEST 141ST STREET, HARLEM-CENTRAL', Month: '8', Price: '2496'}, geometry: { type: 'Point', coordinates:[-73.94673657, 40.82155143]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 145 STREET, HARLEM-CENTRAL', Month: '12', Price: '2118'}, geometry: { type: 'Point', coordinates:[-73.94417306, 40.82377618]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 145 STREET, HARLEM-CENTRAL', Month: '12', Price: '2118'}, geometry: { type: 'Point', coordinates:[-73.94417306, 40.82377618]} },
{type: 'Feature',properties:{Name: '1', Address: '188 EDGECOMBE AVENUE, HARLEM-CENTRAL', Month: '8', Price: '2252'}, geometry: { type: 'Point', coordinates:[-73.94451037, 40.82222558]} },
{type: 'Feature',properties:{Name: '1', Address: '202 EDGECOMBE AVENUE, HARLEM-CENTRAL', Month: '8', Price: '12830'}, geometry: { type: 'Point', coordinates:[-73.94444522, 40.82236553]} },
{type: 'Feature',properties:{Name: '1', Address: '47 BRADHURST AVENUE, HARLEM-CENTRAL', Month: '10', Price: '2313'}, geometry: { type: 'Point', coordinates:[-73.94327775, 40.8228892]} },
{type: 'Feature',properties:{Name: '1', Address: '766 ST. NICHOLAS AVENUE, HARLEM-CENTRAL', Month: '1', Price: '4854'}, geometry: { type: 'Point', coordinates:[-73.9432027, 40.82614989]} },
{type: 'Feature',properties:{Name: '1', Address: '28 ST NICHOLAS PLACE, HARLEM-CENTRAL', Month: '1', Price: '12570'}, geometry: { type: 'Point', coordinates:[-73.94178459, 40.82810067]} },
{type: 'Feature',properties:{Name: '1', Address: '26 ST NICHOLAS PLACE, HARLEM-CENTRAL', Month: '2', Price: '12571'}, geometry: { type: 'Point', coordinates:[-73.941828, 40.82803757]} },
{type: 'Feature',properties:{Name: '1', Address: '24 ST NICHOLAS PLACE, HARLEM-CENTRAL', Month: '5', Price: '12570'}, geometry: { type: 'Point', coordinates:[-73.94187503, 40.82797446]} },
{type: 'Feature',properties:{Name: '1', Address: '17 WEST 125 STREET, HARLEM-CENTRAL', Month: '3', Price: '46200'}, geometry: { type: 'Point', coordinates:[-73.94291226, 40.80669791]} },
{type: 'Feature',properties:{Name: '1', Address: '17 WEST 125 STREET, HARLEM-CENTRAL', Month: '1', Price: '46200'}, geometry: { type: 'Point', coordinates:[-73.94291226, 40.80669791]} },
{type: 'Feature',properties:{Name: '1', Address: '28 WEST 127 STREET, HARLEM-CENTRAL', Month: '5', Price: '22668'}, geometry: { type: 'Point', coordinates:[-73.94239084, 40.8081551]} },
{type: 'Feature',properties:{Name: '1', Address: '65 WEST 127 STREET, HARLEM-CENTRAL', Month: '12', Price: '19470'}, geometry: { type: 'Point', coordinates:[-73.94321774, 40.8085233]} },
{type: 'Feature',properties:{Name: '1', Address: '2092-2094 5 AVENUE, HARLEM-CENTRAL', Month: '12', Price: '25263'}, geometry: { type: 'Point', coordinates:[-73.94057694, 40.80873881]} },
{type: 'Feature',properties:{Name: '1', Address: '2092-2094 5 AVENUE, HARLEM-CENTRAL', Month: '10', Price: '25263'}, geometry: { type: 'Point', coordinates:[-73.94057694, 40.80873881]} },
{type: 'Feature',properties:{Name: '1', Address: '2094 5 AVENUE, HARLEM-CENTRAL', Month: '10', Price: '25263'}, geometry: { type: 'Point', coordinates:[-73.94054439, 40.80878271]} },
{type: 'Feature',properties:{Name: '1', Address: '69 WEST 130 STREET, HARLEM-CENTRAL', Month: '2', Price: '17668'}, geometry: { type: 'Point', coordinates:[-73.94194093, 40.81043025]} },
{type: 'Feature',properties:{Name: '1', Address: '28 WEST 131 STREET, HARLEM-CENTRAL', Month: '9', Price: '21444'}, geometry: { type: 'Point', coordinates:[-73.94056439, 40.81065187]} },
{type: 'Feature',properties:{Name: '1', Address: '2156 MADISON AVENUE, HARLEM-CENTRAL', Month: '5', Price: '716400'}, geometry: { type: 'Point', coordinates:[-73.93608002, 40.81202458]} },
{type: 'Feature',properties:{Name: '1', Address: '45 EAST 135 STREET, HARLEM-CENTRAL', Month: '8', Price: '232414'}, geometry: { type: 'Point', coordinates:[-73.93543718, 40.81183758]} },
{type: 'Feature',properties:{Name: '1', Address: '60 ST NICHOLAS AVENUE, HARLEM-CENTRAL', Month: '10', Price: '65048'}, geometry: { type: 'Point', coordinates:[-73.95250689, 40.80088619]} },
{type: 'Feature',properties:{Name: '1', Address: '2070 FREDERICK DOUGLASS B, HARLEM-CENTRAL', Month: '11', Price: '15188'}, geometry: { type: 'Point', coordinates:[-73.95685142, 40.80182111]} },
{type: 'Feature',properties:{Name: '1', Address: '147 WEST 127 STREET, HARLEM-CENTRAL', Month: '9', Price: '21096'}, geometry: { type: 'Point', coordinates:[-73.94588273, 40.80965267]} },
{type: 'Feature',properties:{Name: '1', Address: '200-12 WEST 127TH STREET, HARLEM-CENTRAL', Month: '5', Price: '72957'}, geometry: { type: 'Point', coordinates:[-73.94750416, 40.81032313]} },
{type: 'Feature',properties:{Name: '1', Address: '273 WEST 131 STREET, HARLEM-CENTRAL', Month: '10', Price: '59880'}, geometry: { type: 'Point', coordinates:[-73.9481625, 40.81383942]} },
{type: 'Feature',properties:{Name: '1', Address: '98 MORNINGSIDE AVENUE, HARLEM-CENTRAL', Month: '6', Price: '65800'}, geometry: { type: 'Point', coordinates:[-73.9550291, 40.80996675]} },
{type: 'Feature',properties:{Name: '1', Address: '270 ST NICHOLAS AVENUE, HARLEM-CENTRAL', Month: '12', Price: '65706'}, geometry: { type: 'Point', coordinates:[-73.95303522, 40.80972717]} },
{type: 'Feature',properties:{Name: '1', Address: '6 ST NICHOLAS TERRACE, HARLEM-CENTRAL', Month: '9', Price: '10420'}, geometry: { type: 'Point', coordinates:[-73.95201446, 40.81258675]} },
{type: 'Feature',properties:{Name: '1', Address: '137 WEST 137 STREET, HARLEM-CENTRAL', Month: '1', Price: '30876'}, geometry: { type: 'Point', coordinates:[-73.94106549, 40.81589729]} },
{type: 'Feature',properties:{Name: '1', Address: '133-41 WEST 140 STREET, HARLEM-CENTRAL', Month: '12', Price: '60347'}, geometry: { type: 'Point', coordinates:[-73.93973068, 40.81779046]} },
{type: 'Feature',properties:{Name: '1', Address: '8 AVENUE, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94378625, 40.81973028]} },
{type: 'Feature',properties:{Name: '1', Address: '2524 ADAM C POWELL BLVD, HARLEM-CENTRAL', Month: '6', Price: '10970'}, geometry: { type: 'Point', coordinates:[-73.9384546, 40.82250521]} },
{type: 'Feature',properties:{Name: '1', Address: '2526 ADAM C POWELL BLVD, HARLEM-CENTRAL', Month: '5', Price: '10915'}, geometry: { type: 'Point', coordinates:[-73.93842204, 40.82254911]} },
{type: 'Feature',properties:{Name: '1', Address: '580 ST. NICHOLAS AVENUE, HARLEM-CENTRAL', Month: '11', Price: '60078'}, geometry: { type: 'Point', coordinates:[-73.94664023, 40.82003904]} },
{type: 'Feature',properties:{Name: '1', Address: '656 ST NICHOLAS AVENUE, HARLEM-CENTRAL', Month: '11', Price: '20640'}, geometry: { type: 'Point', coordinates:[-73.94542416, 40.82261577]} },
{type: 'Feature',properties:{Name: '1', Address: '680 ST NICHOLAS AVENUE, HARLEM-CENTRAL', Month: '7', Price: '132300'}, geometry: { type: 'Point', coordinates:[-73.94508756, 40.823321]} },
{type: 'Feature',properties:{Name: '1', Address: '16-18 WEST 119 STREET, 2B, HARLEM-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94577264, 40.8028951]} },
{type: 'Feature',properties:{Name: '1', Address: '17 EAST 131 STREET, 2B, HARLEM-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93871552, 40.80988787]} },
{type: 'Feature',properties:{Name: '1', Address: '2090 MADISON AVENUE, 1B, HARLEM-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9376535, 40.80985437]} },
{type: 'Feature',properties:{Name: '1', Address: '2090 MADISON AVE, 2B, HARLEM-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9376535, 40.80985437]} },
{type: 'Feature',properties:{Name: '1', Address: '2090 MADISON AVENUE, 4D, HARLEM-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9376535, 40.80985437]} },
{type: 'Feature',properties:{Name: '1', Address: '18 EAST 132ND STREET, 1A, HARLEM-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93813699, 40.81047493]} },
{type: 'Feature',properties:{Name: '1', Address: '16 E 132ND STREET, 5A, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93822005, 40.81050791]} },
{type: 'Feature',properties:{Name: '1', Address: '200 WEST 112TH, 3C, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95458024, 40.80072783]} },
{type: 'Feature',properties:{Name: '1', Address: '240 WEST 112TH STREET, 3W, HARLEM-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9560246, 40.80133772]} },
{type: 'Feature',properties:{Name: '1', Address: '242 WEST 112 STREET, 3C, HARLEM-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95606071, 40.80135146]} },
{type: 'Feature',properties:{Name: '1', Address: '242 WEST 112TH STREET, 1B, HARLEM-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95606071, 40.80135146]} },
{type: 'Feature',properties:{Name: '1', Address: '139 WEST 116TH STREET, 10, HARLEM-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95087309, 40.80253234]} },
{type: 'Feature',properties:{Name: '1', Address: '1947 ADAM C POWELL BLVD, 1, HARLEM-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95176401, 40.80424817]} },
{type: 'Feature',properties:{Name: '1', Address: '148 WEST 131ST STREET, 1, HARLEM-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94411056, 40.81214403]} },
{type: 'Feature',properties:{Name: '1', Address: '258 WEST 117, 20-W, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95387319, 40.80466623]} },
{type: 'Feature',properties:{Name: '1', Address: '258 WEST 117TH STREET, 42W, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95387319, 40.80466623]} },
{type: 'Feature',properties:{Name: '1', Address: '206 WEST 121ST, E, HARLEM-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95080141, 40.80665763]} },
{type: 'Feature',properties:{Name: '1', Address: '206 WEST 121ST, D, HARLEM-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95080141, 40.80665763]} },
{type: 'Feature',properties:{Name: '1', Address: '237 WEST 135 STREET, 4A, HARLEM-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94490227, 40.81582234]} },
{type: 'Feature',properties:{Name: '1', Address: '145-57 MORNINGSIDE AVENUE, 1C, HARLEM-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9538214, 40.81162683]} },
{type: 'Feature',properties:{Name: '1', Address: '145-57 MORNINGSIDE AVENUE, 4B, HARLEM-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9538214, 40.81162683]} },
{type: 'Feature',properties:{Name: '1', Address: '486 ST. NICHOLAS AVENUE, 1, HARLEM-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94829411, 40.81648539]} },
{type: 'Feature',properties:{Name: '1', Address: '137-139 WEST 142ND STREET, 2E, HARLEM-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93898884, 40.8190993]} },
{type: 'Feature',properties:{Name: '1', Address: '137-139 WEST 142ND STREET, 2B, HARLEM-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93898884, 40.8190993]} },
{type: 'Feature',properties:{Name: '1', Address: '137-139 WEST 142ND STREET, 1D, HARLEM-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93898884, 40.8190993]} },
{type: 'Feature',properties:{Name: '1', Address: '137-139 WEST 142ND STREET, 3C, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93898884, 40.8190993]} },
{type: 'Feature',properties:{Name: '1', Address: '219-229 WEST 144TH ST, 44, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94041756, 40.82133425]} },
{type: 'Feature',properties:{Name: '1', Address: '269 WEST 153 STREET, 6, HARLEM-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93736957, 40.82750825]} },
{type: 'Feature',properties:{Name: '1', Address: '214 BRADHURST AVE, 8, HARLEM-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93951194, 40.82789914]} },
{type: 'Feature',properties:{Name: '1', Address: '214 BRADHURST AVENUE, 10, HARLEM-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93951194, 40.82789914]} },
{type: 'Feature',properties:{Name: '1', Address: '676 ST. NICHOLAS AVENUE, 53, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94514186, 40.823203]} },
{type: 'Feature',properties:{Name: '1', Address: '676 SAINT NICHOLAS AVENU, 45, HARLEM-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94514186, 40.823203]} },
{type: 'Feature',properties:{Name: '1', Address: '371 EDGECOMBE AVE, 1B, HARLEM-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94081644, 40.82782571]} },
{type: 'Feature',properties:{Name: '1', Address: '371 EDGECOMBE AVENUE, 2B, HARLEM-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94081644, 40.82782571]} },
{type: 'Feature',properties:{Name: '1', Address: '50 WEST 112TH ST, 5A, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95029063, 40.79893924]} },
{type: 'Feature',properties:{Name: '1', Address: '50 WEST 112TH ST, 5D, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95029063, 40.79893924]} },
{type: 'Feature',properties:{Name: '1', Address: '50 WEST 112TH ST, 3A, HARLEM-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95029063, 40.79893924]} },
{type: 'Feature',properties:{Name: '1', Address: '56-60 WEST 119 STREET, 3G, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94663562, 40.80325781]} },
{type: 'Feature',properties:{Name: '1', Address: '35 MT MORRIS PARK WEST, 2E, HARLEM-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94455273, 40.8060784]} },
{type: 'Feature',properties:{Name: '1', Address: '2002 FIFTH AVENUE, 6A, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94265649, 40.80589358]} },
{type: 'Feature',properties:{Name: '1', Address: '2002 FIFTH AVENUE, 3A, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94265649, 40.80589358]} },
{type: 'Feature',properties:{Name: '1', Address: '2002 FIFTH AVENUE, 4C, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94265649, 40.80589358]} },
{type: 'Feature',properties:{Name: '1', Address: '1 WEST 126 STREET, 6B, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94223626, 40.80729593]} },
{type: 'Feature',properties:{Name: '1', Address: '1 WEST 126TH STREET, 3F, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94223626, 40.80729593]} },
{type: 'Feature',properties:{Name: '1', Address: '1 WEST 126TH STREET, 5D, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94223626, 40.80729593]} },
{type: 'Feature',properties:{Name: '1', Address: '1 WEST 126 STREET, 4B, HARLEM-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94223626, 40.80729593]} },
{type: 'Feature',properties:{Name: '1', Address: '29 WEST 138TH STREET, 6I, HARLEM-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93767009, 40.81528892]} },
{type: 'Feature',properties:{Name: '1', Address: '29 WEST 138TH STREET, 3I, HARLEM-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93767009, 40.81528892]} },
{type: 'Feature',properties:{Name: '1', Address: '1831 MADISON AVENUE, 2I, HARLEM-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94349436, 40.80182082]} },
{type: 'Feature',properties:{Name: '1', Address: '1831 MADISON AVENUE, 6L, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94349436, 40.80182082]} },
{type: 'Feature',properties:{Name: '1', Address: '1831 MADISON AVENUE, 7E, HARLEM-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94349436, 40.80182082]} },
{type: 'Feature',properties:{Name: '1', Address: '1901 MADISON AVENUE, 112, HARLEM-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94176569, 40.80427375]} },
{type: 'Feature',properties:{Name: '1', Address: '1901 MADISON AVENUE, 114, HARLEM-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94176569, 40.80427375]} },
{type: 'Feature',properties:{Name: '1', Address: '1901 MADISON AVENUE, 303, HARLEM-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94176569, 40.80427375]} },
{type: 'Feature',properties:{Name: '1', Address: '1901 MADISON AVENUE, 108, HARLEM-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94176569, 40.80427375]} },
{type: 'Feature',properties:{Name: '1', Address: '1931 MADISON AVE, 7C, HARLEM-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94085114, 40.80505004]} },
{type: 'Feature',properties:{Name: '1', Address: '1801-1805 7TH AVENUE, 1A, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95522758, 40.79952589]} },
{type: 'Feature',properties:{Name: '1', Address: '1809 ADAM CLAYTON POWELL, 2C, HARLEM-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95459541, 40.79966837]} },
{type: 'Feature',properties:{Name: '1', Address: '1855 ADAM CLAYTON POWELL, 3C, HARLEM-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95340957, 40.80130925]} },
{type: 'Feature',properties:{Name: '1', Address: '1855 ADAM CLAYTON POWELL, 3D, HARLEM-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95340957, 40.80130925]} },
{type: 'Feature',properties:{Name: '1', Address: '1885 7TH AVENUE, 5C, HARLEM-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95330425, 40.80213811]} },
{type: 'Feature',properties:{Name: '1', Address: '1885 ADAM CLAYTON POWELL, 2C, HARLEM-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95288167, 40.80209951]} },
{type: 'Feature',properties:{Name: '1', Address: '1885 7TH AVENUE, 6A, HARLEM-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95330425, 40.80213811]} },
{type: 'Feature',properties:{Name: '1', Address: '1885 7TH AVENUE, 5A, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95330425, 40.80213811]} },
{type: 'Feature',properties:{Name: '1', Address: '92 SAINT NICHOLAS AVE, 7H, HARLEM-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95257099, 40.80217075]} },
{type: 'Feature',properties:{Name: '1', Address: '135-137 WEST 115TH, 1E, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95116261, 40.8017612]} },
{type: 'Feature',properties:{Name: '1', Address: '226 WEST 113TH STREET, 8, HARLEM-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95466995, 40.80158971]} },
{type: 'Feature',properties:{Name: '1', Address: '1878 ADAM CLAYTON POWELL, 2, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95399792, 40.80188588]} },
{type: 'Feature',properties:{Name: '1', Address: '208 WEST 119TH STREET, 4T, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95162233, 40.80535973]} },
{type: 'Feature',properties:{Name: '1', Address: '208 WEST 119TH STREET, 4Q, HARLEM-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95162233, 40.80535973]} },
{type: 'Feature',properties:{Name: '1', Address: '209 WEST 118, 4M, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95194068, 40.80469015]} },
{type: 'Feature',properties:{Name: '1', Address: '209 WEST 118TH STREET, 2L, HARLEM-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95194068, 40.80469015]} },
{type: 'Feature',properties:{Name: '1', Address: '208 WEST 119TH STREET, 5K, HARLEM-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95162233, 40.80535973]} },
{type: 'Feature',properties:{Name: '1', Address: '208 WEST 119 STREET, 3J, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95162233, 40.80535973]} },
{type: 'Feature',properties:{Name: '1', Address: '180 ST. NICHOLAS AVENUE, 51, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95279951, 40.80590367]} },
{type: 'Feature',properties:{Name: '1', Address: '353 WEST 117 STREET, 6E, HARLEM-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9565418, 40.80580633]} },
{type: 'Feature',properties:{Name: '1', Address: '530 MANHATTAN AVENUE, 40, HARLEM-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95389184, 40.80902761]} },
{type: 'Feature',properties:{Name: '1', Address: '530 MANHATTAN AVENUE, 34, HARLEM-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95389184, 40.80902761]} },
{type: 'Feature',properties:{Name: '1', Address: '530 MANHATTAN AVENUE, 43, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95389184, 40.80902761]} },
{type: 'Feature',properties:{Name: '1', Address: '530 MANHATTAN AVENUE, B, HARLEM-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95389184, 40.80902761]} },
{type: 'Feature',properties:{Name: '1', Address: '303 WEST 122ND STREET, 6, HARLEM-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95310835, 40.80847011]} },
{type: 'Feature',properties:{Name: '1', Address: '321 ST. NICHOLAS AVENUE, 5G, HARLEM-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95221407, 40.8113023]} },
{type: 'Feature',properties:{Name: '1', Address: '321 ST. NICHOLAS AVENUE, 1G, HARLEM-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95221407, 40.8113023]} },
{type: 'Feature',properties:{Name: '1', Address: '448-50 ST NICHOLAS AVE, 1C, HARLEM-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94901418, 40.81500905]} },
{type: 'Feature',properties:{Name: '1', Address: '2460 ADAM CLAYTON POWELL, 75, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94032418, 40.8207084]} },
{type: 'Feature',properties:{Name: '1', Address: '345 WEST 145TH STREET, 2C6, HARLEM-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94402134, 40.82372945]} },
{type: 'Feature',properties:{Name: '1', Address: '345 W. 145TH STREET, 4C4, HARLEM-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94402134, 40.82372945]} },
{type: 'Feature',properties:{Name: '1', Address: '345 WEST 145TH STREET, 6A7, HARLEM-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94402134, 40.82372945]} },
{type: 'Feature',properties:{Name: '1', Address: '345 WEST 145TH STREET, 12A6, HARLEM-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94402134, 40.82372945]} },
{type: 'Feature',properties:{Name: '1', Address: '345 W. 145TH STREET, 10C6, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94402134, 40.82372945]} },
{type: 'Feature',properties:{Name: '1', Address: '345 WEST 145 STREET, 4A5, HARLEM-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94402134, 40.82372945]} },
{type: 'Feature',properties:{Name: '1', Address: '345 WEST 145TH STREET, 5B3, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94402134, 40.82372945]} },
{type: 'Feature',properties:{Name: '1', Address: '345 W. 145TH STREET, 7C6, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94402134, 40.82372945]} },
{type: 'Feature',properties:{Name: '1', Address: '345 WEST 145TH STREET, 14C1, HARLEM-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94402134, 40.82372945]} },
{type: 'Feature',properties:{Name: '1', Address: '345 145 STREET, 10B2, HARLEM-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94402134, 40.82372945]} },
{type: 'Feature',properties:{Name: '1', Address: '345 WEST 145TH STREET, 1C6, HARLEM-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94402134, 40.82372945]} },
{type: 'Feature',properties:{Name: '1', Address: '345 WEST 145 STREET, 5B2, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94402134, 40.82372945]} },
{type: 'Feature',properties:{Name: '1', Address: '345 WEST 145TH ST., 12C3, HARLEM-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94402134, 40.82372945]} },
{type: 'Feature',properties:{Name: '1', Address: '345 WEST 145TH STREET, 14B5, HARLEM-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94402134, 40.82372945]} },
{type: 'Feature',properties:{Name: '1', Address: '385 WEST 145 STREET, 9C2A, HARLEM-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94446199, 40.8239163]} },
{type: 'Feature',properties:{Name: '1', Address: '409 EDGECOMBE AVENUE, 4I, HARLEM-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94015076, 40.82873936]} },
{type: 'Feature',properties:{Name: '1', Address: '409 EDGECOMBE AVENUE, 10I, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94015076, 40.82873936]} },
{type: 'Feature',properties:{Name: '1', Address: '409 EDGECOMBE AVE, 3I, HARLEM-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94015076, 40.82873936]} },
{type: 'Feature',properties:{Name: '1', Address: '409 EDGECOMBE AVENUE, 4C, HARLEM-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94015076, 40.82873936]} },
{type: 'Feature',properties:{Name: '1', Address: '409 EDGECOMBE AVENUE, 5C, HARLEM-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94015076, 40.82873936]} },
{type: 'Feature',properties:{Name: '1', Address: '409 EDGECOMBE AVENUE, 2B, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94015076, 40.82873936]} },
{type: 'Feature',properties:{Name: '1', Address: '409 EDGECOMBE AVENUE, 14A, HARLEM-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94015076, 40.82873936]} },
{type: 'Feature',properties:{Name: '1', Address: '7 WEST 131ST STREET, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94009494, 40.81047048]} },
{type: 'Feature',properties:{Name: '1', Address: '11 WEST 131 STREET, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94018521, 40.81050895]} },
{type: 'Feature',properties:{Name: '1', Address: '220 WEST 111TH STREET, HARLEM-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9557471, 40.80039892]} },
{type: 'Feature',properties:{Name: '1', Address: '220 WEST 111TH STREET, HARLEM-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9557471, 40.80039892]} },
{type: 'Feature',properties:{Name: '1', Address: '220 WEST 111 STREET, HARLEM-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9557471, 40.80039892]} },
{type: 'Feature',properties:{Name: '1', Address: '2082 8TH AVENUE, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95693422, 40.8022548]} },
{type: 'Feature',properties:{Name: '1', Address: '2082 FREDRICK DOUGLASS BL, HARLEM-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95693422, 40.8022548]} },
{type: 'Feature',properties:{Name: '1', Address: '2082 FREDERICK DOUGLASS B, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95658751, 40.80219154]} },
{type: 'Feature',properties:{Name: '1', Address: '245 WEST 115 STREET, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95421023, 40.80304972]} },
{type: 'Feature',properties:{Name: '1', Address: '155 WEST 126TH STREET, HARLEM-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94649007, 40.80908479]} },
{type: 'Feature',properties:{Name: '1', Address: '155 WEST 126 STREET, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94649007, 40.80908479]} },
{type: 'Feature',properties:{Name: '1', Address: '155 WEST 126 STREET, HARLEM-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94649007, 40.80908479]} },
{type: 'Feature',properties:{Name: '1', Address: '155 WEST 126 STREET, HARLEM-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94649007, 40.80908479]} },
{type: 'Feature',properties:{Name: '1', Address: '155 WEST 126 STREET, HARLEM-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94649007, 40.80908479]} },
{type: 'Feature',properties:{Name: '1', Address: '256 WEST 123 STREET, HARLEM-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95087964, 40.80833195]} },
{type: 'Feature',properties:{Name: '1', Address: '371 WEST 117TH STREET, HARLEM-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95666097, 40.80585578]} },
{type: 'Feature',properties:{Name: '1', Address: '371 WEST 117 STREET, HARLEM-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95666097, 40.80585578]} },
{type: 'Feature',properties:{Name: '1', Address: '411 MANHATTAN AVENUE, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95623474, 40.80585013]} },
{type: 'Feature',properties:{Name: '1', Address: '417 MANHATTAN AVENUE, HARLEM-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95613712, 40.80598184]} },
{type: 'Feature',properties:{Name: '1', Address: '300 WEST 137 STREET, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94581101, 40.81787856]} },
{type: 'Feature',properties:{Name: '1', Address: '202 WEST 140 STREET, HARLEM-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9419265, 40.81868637]} },
{type: 'Feature',properties:{Name: '1', Address: '2611 FREDRICK DOUGLASS BL, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94466472, 40.81909667]} },
{type: 'Feature',properties:{Name: '1', Address: '1400 5 AVENUE, HARLEM-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94684037, 40.80015911]} },
{type: 'Feature',properties:{Name: '1', Address: '1400 FIFTH AVENUE, HARLEM-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94684037, 40.80015911]} },
{type: 'Feature',properties:{Name: '1', Address: '1400 FIFTH AVENUE, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94684037, 40.80015911]} },
{type: 'Feature',properties:{Name: '1', Address: '1400 5 AVENUE, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94684037, 40.80015911]} },
{type: 'Feature',properties:{Name: '1', Address: '1400 FIFTH AVENUE, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94684037, 40.80015911]} },
{type: 'Feature',properties:{Name: '1', Address: '40 WEST 116TH STREET, HARLEM-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94834191, 40.80144981]} },
{type: 'Feature',properties:{Name: '1', Address: '40 WEST 116 STREET, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94834191, 40.80144981]} },
{type: 'Feature',properties:{Name: '1', Address: '40 WEST 116TH STREET, HARLEM-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94834191, 40.80144981]} },
{type: 'Feature',properties:{Name: '1', Address: '40 WEST 116 STREET, HARLEM-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94834191, 40.80144981]} },
{type: 'Feature',properties:{Name: '1', Address: '40 WEST 116 STREET, HARLEM-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94834191, 40.80144981]} },
{type: 'Feature',properties:{Name: '1', Address: '40 WEST 116TH STREET, HARLEM-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94834191, 40.80144981]} },
{type: 'Feature',properties:{Name: '1', Address: '40 WEST 116TH STREET, HARLEM-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94834191, 40.80144981]} },
{type: 'Feature',properties:{Name: '1', Address: '40 WEST 116 STREET, HARLEM-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94834191, 40.80144981]} },
{type: 'Feature',properties:{Name: '1', Address: '40 WEST 116TH STREET, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94834191, 40.80144981]} },
{type: 'Feature',properties:{Name: '1', Address: '23 WEST 116 STREET, HARLEM-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94742115, 40.8010816]} },
{type: 'Feature',properties:{Name: '1', Address: '23 WEST 116TH STREET, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94742115, 40.8010816]} },
{type: 'Feature',properties:{Name: '1', Address: '23 WEST 116 STREET, HARLEM-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94742115, 40.8010816]} },
{type: 'Feature',properties:{Name: '1', Address: '23 WEST 116 STREET, HARLEM-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94742115, 40.8010816]} },
{type: 'Feature',properties:{Name: '1', Address: '23 WEST 116 STREET, HARLEM-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94742115, 40.8010816]} },
{type: 'Feature',properties:{Name: '1', Address: '23 WEST 116 STREET, HARLEM-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94742115, 40.8010816]} },
{type: 'Feature',properties:{Name: '1', Address: '23 WEST 116 STREET, HARLEM-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94742115, 40.8010816]} },
{type: 'Feature',properties:{Name: '1', Address: '23 WEST 116 STREET, HARLEM-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94742115, 40.8010816]} },
{type: 'Feature',properties:{Name: '1', Address: '23 WEST 116 STREET, HARLEM-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94742115, 40.8010816]} },
{type: 'Feature',properties:{Name: '1', Address: '23 WEST 116 STREET, HARLEM-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94742115, 40.8010816]} },
{type: 'Feature',properties:{Name: '1', Address: '23 WEST 116TH STREET, HARLEM-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94742115, 40.8010816]} },
{type: 'Feature',properties:{Name: '1', Address: '23 WEST 116 STREET, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94742115, 40.8010816]} },
{type: 'Feature',properties:{Name: '1', Address: '23 WEST 116TH STREET, HARLEM-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94742115, 40.8010816]} },
{type: 'Feature',properties:{Name: '1', Address: '23 WEST 116 STREET, HARLEM-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94742115, 40.8010816]} },
{type: 'Feature',properties:{Name: '1', Address: '23 WEST 116TH STREET, HARLEM-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94742115, 40.8010816]} },
{type: 'Feature',properties:{Name: '1', Address: '23 WEST 116 STREET, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94742115, 40.8010816]} },
{type: 'Feature',properties:{Name: '1', Address: '23 WEST 116 STREET, HARLEM-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94742115, 40.8010816]} },
{type: 'Feature',properties:{Name: '1', Address: '23 WEST 116 STREET, HARLEM-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94742115, 40.8010816]} },
{type: 'Feature',properties:{Name: '1', Address: '23 WEST 116 STREET, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94742115, 40.8010816]} },
{type: 'Feature',properties:{Name: '1', Address: '23 WEST 116 STREET, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94742115, 40.8010816]} },
{type: 'Feature',properties:{Name: '1', Address: '23 WEST 116 STREET, HARLEM-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94742115, 40.8010816]} },
{type: 'Feature',properties:{Name: '1', Address: '23 WEST 116 STREET, HARLEM-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94742115, 40.8010816]} },
{type: 'Feature',properties:{Name: '1', Address: '23 WEST 116TH STREET, HARLEM-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94742115, 40.8010816]} },
{type: 'Feature',properties:{Name: '1', Address: '23 WEST 116TH STREET, HARLEM-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94742115, 40.8010816]} },
{type: 'Feature',properties:{Name: '1', Address: '23 WEST 116 STREET, HARLEM-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94742115, 40.8010816]} },
{type: 'Feature',properties:{Name: '1', Address: '23 WEST 116TH STREET, HARLEM-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94742115, 40.8010816]} },
{type: 'Feature',properties:{Name: '1', Address: '23 WEST 116 STREET, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94742115, 40.8010816]} },
{type: 'Feature',properties:{Name: '1', Address: '23 WEST 116 STREET, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94742115, 40.8010816]} },
{type: 'Feature',properties:{Name: '1', Address: '23 WEST 116 STREET, HARLEM-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94742115, 40.8010816]} },
{type: 'Feature',properties:{Name: '1', Address: '23 WEST 116 STREET, HARLEM-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94742115, 40.8010816]} },
{type: 'Feature',properties:{Name: '1', Address: '23 WEST 116TH STREET, HARLEM-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94742115, 40.8010816]} },
{type: 'Feature',properties:{Name: '1', Address: '23 WEST 116 STREET, HARLEM-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94742115, 40.8010816]} },
{type: 'Feature',properties:{Name: '1', Address: '23 WEST 116 STREET, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94742115, 40.8010816]} },
{type: 'Feature',properties:{Name: '1', Address: '23 WEST 116 STREET, HARLEM-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94742115, 40.8010816]} },
{type: 'Feature',properties:{Name: '1', Address: '42 WEST 120 STREET, HARLEM-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94590557, 40.80377073]} },
{type: 'Feature',properties:{Name: '1', Address: '42 WEST 120 STREET, HARLEM-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94590557, 40.80377073]} },
{type: 'Feature',properties:{Name: '1', Address: '42 WEST 120 STREET, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94590557, 40.80377073]} },
{type: 'Feature',properties:{Name: '1', Address: '42 WEST 120TH STREET, HARLEM-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94590557, 40.80377073]} },
{type: 'Feature',properties:{Name: '1', Address: '1 MT MORRIS PARK WEST, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94607517, 40.80397667]} },
{type: 'Feature',properties:{Name: '1', Address: '3 WEST 122ND STREET, HARLEM-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94549258, 40.80525269]} },
{type: 'Feature',properties:{Name: '1', Address: '3 WEST 122 STREET, HARLEM-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94549258, 40.80525269]} },
{type: 'Feature',properties:{Name: '1', Address: '50 WEST 127TH STREET, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94289277, 40.80836669]} },
{type: 'Feature',properties:{Name: '1', Address: '50 WEST 127TH STREET, HARLEM-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94289277, 40.80836669]} },
{type: 'Feature',properties:{Name: '1', Address: '50 WEST 127TH STREET, HARLEM-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94289277, 40.80836669]} },
{type: 'Feature',properties:{Name: '1', Address: '2056 5 AVENUE, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94143409, 40.80756999]} },
{type: 'Feature',properties:{Name: '1', Address: '2056 5 AVENUE, HARLEM-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94143409, 40.80756999]} },
{type: 'Feature',properties:{Name: '1', Address: '5 WEST 127 STREET, HARLEM-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94187445, 40.80795722]} },
{type: 'Feature',properties:{Name: '1', Address: '5 WEST 127 STREET, HARLEM-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94187445, 40.80795722]} },
{type: 'Feature',properties:{Name: '1', Address: '18 WEST 129 STREET, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9416636, 40.80948044]} },
{type: 'Feature',properties:{Name: '1', Address: '18 WEST 129 STREET, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9416636, 40.80948044]} },
{type: 'Feature',properties:{Name: '1', Address: '58 WEST 129 STREET, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94242193, 40.80980195]} },
{type: 'Feature',properties:{Name: '1', Address: '58 WEST 129 STREET, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94242193, 40.80980195]} },
{type: 'Feature',properties:{Name: '1', Address: '58 WEST 129TH STREET, HARLEM-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94242193, 40.80980195]} },
{type: 'Feature',properties:{Name: '1', Address: '58 WEST 129TH STREET, HARLEM-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94242193, 40.80980195]} },
{type: 'Feature',properties:{Name: '1', Address: '58 WEST 129TH STREET, HARLEM-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94242193, 40.80980195]} },
{type: 'Feature',properties:{Name: '1', Address: '58 WEST 129TH STREET, HARLEM-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94242193, 40.80980195]} },
{type: 'Feature',properties:{Name: '1', Address: '58 WEST 129TH STREET, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94242193, 40.80980195]} },
{type: 'Feature',properties:{Name: '1', Address: '58 WEST 129TH STREET, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94242193, 40.80980195]} },
{type: 'Feature',properties:{Name: '1', Address: '58 WEST 129TH STREET, HARLEM-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94242193, 40.80980195]} },
{type: 'Feature',properties:{Name: '1', Address: '58 WEST 129TH STREET, HARLEM-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94242193, 40.80980195]} },
{type: 'Feature',properties:{Name: '1', Address: '58 WEST 129 STREET, HARLEM-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94242193, 40.80980195]} },
{type: 'Feature',properties:{Name: '1', Address: '58 WEST 129TH STREET, HARLEM-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94242193, 40.80980195]} },
{type: 'Feature',properties:{Name: '1', Address: '58 WEST 129 STREET, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94242193, 40.80980195]} },
{type: 'Feature',properties:{Name: '1', Address: '58 WEST 129 STREET, HARLEM-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94242193, 40.80980195]} },
{type: 'Feature',properties:{Name: '1', Address: '58 WEST 129 STREET, HARLEM-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94242193, 40.80980195]} },
{type: 'Feature',properties:{Name: '1', Address: '58 WEST 129TH STREET, HARLEM-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94242193, 40.80980195]} },
{type: 'Feature',properties:{Name: '1', Address: '58 WEST 129TH STREET, HARLEM-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94242193, 40.80980195]} },
{type: 'Feature',properties:{Name: '1', Address: '58 WEST 129 STREET, HARLEM-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94242193, 40.80980195]} },
{type: 'Feature',properties:{Name: '1', Address: '58 WEST 129TH STREET, HARLEM-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94242193, 40.80980195]} },
{type: 'Feature',properties:{Name: '1', Address: '380 LENOX AVENUE, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94357018, 40.81037891]} },
{type: 'Feature',properties:{Name: '1', Address: '380 LENOX AVENUE, HARLEM-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94357018, 40.81037891]} },
{type: 'Feature',properties:{Name: '1', Address: '380 LENOX AVENUE, HARLEM-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94357018, 40.81037891]} },
{type: 'Feature',properties:{Name: '1', Address: '380 LENOX AVENUE, HARLEM-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94357018, 40.81037891]} },
{type: 'Feature',properties:{Name: '1', Address: '380 LENOX AVENUE, HARLEM-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94357018, 40.81037891]} },
{type: 'Feature',properties:{Name: '1', Address: '55 WEST 131 STREET, HARLEM-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94117104, 40.81092391]} },
{type: 'Feature',properties:{Name: '1', Address: '48 WEST 138 STREET, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93804207, 40.81542636]} },
{type: 'Feature',properties:{Name: '1', Address: '48 WEST 138 STREET, HARLEM-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93804207, 40.81542636]} },
{type: 'Feature',properties:{Name: '1', Address: '48 WEST 138 STREET, HARLEM-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93804207, 40.81542636]} },
{type: 'Feature',properties:{Name: '1', Address: '48 WEST 138 STREET, HARLEM-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93804207, 40.81542636]} },
{type: 'Feature',properties:{Name: '1', Address: '48 WEST 138 STREET, HARLEM-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93804207, 40.81542636]} },
{type: 'Feature',properties:{Name: '1', Address: '48 WEST 138 STREET, HARLEM-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93804207, 40.81542636]} },
{type: 'Feature',properties:{Name: '1', Address: '48 WEST 138 STREET, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93804207, 40.81542636]} },
{type: 'Feature',properties:{Name: '1', Address: '1485 FIFTH AVENUE, HARLEM-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94493839, 40.80273551]} },
{type: 'Feature',properties:{Name: '1', Address: '1485 FIFTH AVENUE, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94493839, 40.80273551]} },
{type: 'Feature',properties:{Name: '1', Address: '1485 FIFTH AVENUE, HARLEM-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94493839, 40.80273551]} },
{type: 'Feature',properties:{Name: '1', Address: '1485 FIFTH AVENUE, HARLEM-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94493839, 40.80273551]} },
{type: 'Feature',properties:{Name: '1', Address: '1485 FIFTH AVENUE, HARLEM-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94493839, 40.80273551]} },
{type: 'Feature',properties:{Name: '1', Address: '23 EAST 128 STREET, HARLEM-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93983715, 40.80791226]} },
{type: 'Feature',properties:{Name: '1', Address: '50 EAST 129TH STREET, HARLEM-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93837039, 40.80809264]} },
{type: 'Feature',properties:{Name: '1', Address: '2077 5 AVENUE, HARLEM-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94077951, 40.80842601]} },
{type: 'Feature',properties:{Name: '1', Address: '69 EAST 130TH STREET, HARLEM-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93760771, 40.80860549]} },
{type: 'Feature',properties:{Name: '1', Address: '137 CENTRAL PARK NORTH, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95376167, 40.79880071]} },
{type: 'Feature',properties:{Name: '1', Address: '1845 ADAM CLAYTON POWELL, HARLEM-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95377834, 40.80080711]} },
{type: 'Feature',properties:{Name: '1', Address: '1851 ADAM CLAYTON POWELL, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95377834, 40.80080711]} },
{type: 'Feature',properties:{Name: '1', Address: '1851 ADAM C POWELL BLVD, HARLEM-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95399118, 40.80118871]} },
{type: 'Feature',properties:{Name: '1', Address: '1845 ADAM C POWELL BLVD, HARLEM-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95423341, 40.80085944]} },
{type: 'Feature',properties:{Name: '1', Address: '66-72 ST NICHOLAS AVE, HARLEM-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95252118, 40.80110852]} },
{type: 'Feature',properties:{Name: '1', Address: '106 WEST 116TH STREET, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95043257, 40.80232904]} },
{type: 'Feature',properties:{Name: '1', Address: '1800 ADAM C POWELL BLVD, HARLEM-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95524563, 40.79953414]} },
{type: 'Feature',properties:{Name: '1', Address: '203 WEST 112TH STREET, HARLEM-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95463078, 40.80076902]} },
{type: 'Feature',properties:{Name: '1', Address: '261 WEST 112 STREET, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95634596, 40.80149155]} },
{type: 'Feature',properties:{Name: '1', Address: '261 WEST 112 STREET, HARLEM-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95634596, 40.80149155]} },
{type: 'Feature',properties:{Name: '1', Address: '261 WEST 112TH STREET, HARLEM-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95634596, 40.80149155]} },
{type: 'Feature',properties:{Name: '1', Address: '261 WEST 112TH STREET, HARLEM-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95634596, 40.80149155]} },
{type: 'Feature',properties:{Name: '1', Address: '2098 FREDRICK DOUGLASS BL, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95654015, 40.80279811]} },
{type: 'Feature',properties:{Name: '1', Address: '2098 FREDRICK DOUGLASS BL, HARLEM-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95654015, 40.80279811]} },
{type: 'Feature',properties:{Name: '1', Address: '2098 FREDRICK DOUGLASS BL, HARLEM-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95654015, 40.80279811]} },
{type: 'Feature',properties:{Name: '1', Address: '2094 FREDRICK DOUGLASS BL, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95661969, 40.80268835]} },
{type: 'Feature',properties:{Name: '1', Address: '2094 FREDRICK DOUGLASS BL, HARLEM-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95661969, 40.80268835]} },
{type: 'Feature',properties:{Name: '1', Address: '2094 FREDRICK DOUGLASS BL, HARLEM-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95661969, 40.80268835]} },
{type: 'Feature',properties:{Name: '1', Address: '2094 FREDRICK DOUGLASS BL, HARLEM-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95661969, 40.80268835]} },
{type: 'Feature',properties:{Name: '1', Address: '1890 ADAM C POWELL BLVD, HARLEM-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95324276, 40.80225336]} },
{type: 'Feature',properties:{Name: '1', Address: '1890 ADAM CLAYTON POWELL,, HARLEM-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9535496, 40.80251698]} },
{type: 'Feature',properties:{Name: '1', Address: '1890 ADAM C POWELL BLVD, HARLEM-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95324276, 40.80225336]} },
{type: 'Feature',properties:{Name: '1', Address: '1890 ADAM C POWELL BLVD, HARLEM-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95324276, 40.80225336]} },
{type: 'Feature',properties:{Name: '1', Address: '1890 ADAM C POWELL BLVD, HARLEM-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95324276, 40.80225336]} },
{type: 'Feature',properties:{Name: '1', Address: '2110 FREDRICK DOUGLASS BL, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95620755, 40.80325086]} },
{type: 'Feature',properties:{Name: '1', Address: '2110 FREDRICK DOUGLASS BL, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95620755, 40.80325086]} },
{type: 'Feature',properties:{Name: '1', Address: '247 WEST 115 STREET, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95424995, 40.80306621]} },
{type: 'Feature',properties:{Name: '1', Address: '237 WEST 115 STREET, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95405857, 40.80298379]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 119 STREET, HARLEM-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9487516, 40.80414806]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 119 STREET, HARLEM-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9487516, 40.80414806]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 119 STREET, HARLEM-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9487516, 40.80414806]} },
{type: 'Feature',properties:{Name: '1', Address: '159 WEST 118 STREET, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95030852, 40.80400327]} },
{type: 'Feature',properties:{Name: '1', Address: '159 WEST 118 STREET, HARLEM-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95030852, 40.80400327]} },
{type: 'Feature',properties:{Name: '1', Address: '159 WEST 118 STREET, HARLEM-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95030852, 40.80400327]} },
{type: 'Feature',properties:{Name: '1', Address: '159 WEST 118 STREET, HARLEM-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95030852, 40.80400327]} },
{type: 'Feature',properties:{Name: '1', Address: '159 WEST 118 STREET, HARLEM-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95030852, 40.80400327]} },
{type: 'Feature',properties:{Name: '1', Address: '159 WEST 118 STREET, HARLEM-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95030852, 40.80400327]} },
{type: 'Feature',properties:{Name: '1', Address: '159 WEST 118 STREET, HARLEM-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95030852, 40.80400327]} },
{type: 'Feature',properties:{Name: '1', Address: '159 WEST 118 STREET, HARLEM-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95030852, 40.80400327]} },
{type: 'Feature',properties:{Name: '1', Address: '159 WEST 118 STREET, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95030852, 40.80400327]} },
{type: 'Feature',properties:{Name: '1', Address: '138 WEST 124 STREET, HARLEM-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94718121, 40.80759747]} },
{type: 'Feature',properties:{Name: '1', Address: '381 LENOX AVENUE, HARLEM-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94354484, 40.81044477]} },
{type: 'Feature',properties:{Name: '1', Address: '2257 ADAM C POWELL BLVD, HARLEM-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94475218, 40.81384881]} },
{type: 'Feature',properties:{Name: '1', Address: '227 WEST 116 STREET, HARLEM-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95354158, 40.80365604]} },
{type: 'Feature',properties:{Name: '1', Address: '257 WEST 117 STREET, HARLEM-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95382984, 40.80466622]} },
{type: 'Feature',properties:{Name: '1', Address: '257 WEST 117 STREET, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95382984, 40.80466622]} },
{type: 'Feature',properties:{Name: '1', Address: '257 WEST 117TH STREET, HARLEM-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95382984, 40.80466622]} },
{type: 'Feature',properties:{Name: '1', Address: '257 WEST 117 STREET, HARLEM-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95382984, 40.80466622]} },
{type: 'Feature',properties:{Name: '1', Address: '257 WEST 117 STREET, HARLEM-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95382984, 40.80466622]} },
{type: 'Feature',properties:{Name: '1', Address: '257 WEST 117TH STREET, HARLEM-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95382984, 40.80466622]} },
{type: 'Feature',properties:{Name: '1', Address: '163 SAINT NICHOLAS AVENU, HARLEM-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95278193, 40.80522023]} },
{type: 'Feature',properties:{Name: '1', Address: '163 ST. NICHOLAS AVENUE, HARLEM-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95278193, 40.80522023]} },
{type: 'Feature',properties:{Name: '1', Address: '163 ST. NICHOLAS AVENUE, HARLEM-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95278193, 40.80522023]} },
{type: 'Feature',properties:{Name: '1', Address: '163 ST NICHOLAS AVENUE, HARLEM-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95278193, 40.80522023]} },
{type: 'Feature',properties:{Name: '1', Address: '2280 FREDRICK DOUGLASS BL, HARLEM-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95236779, 40.80851647]} },
{type: 'Feature',properties:{Name: '1', Address: '2280 FREDRICK DOUGLASS BL, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95236779, 40.80851647]} },
{type: 'Feature',properties:{Name: '1', Address: '2280 FREDERICK DOUGLASS B, HARLEM-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95202466, 40.80846143]} },
{type: 'Feature',properties:{Name: '1', Address: '2280 FREDERICK DOUGLASS B, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95202466, 40.80846143]} },
{type: 'Feature',properties:{Name: '1', Address: '2280 FREDERICK DOUGLAS BO, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95202466, 40.80846143]} },
{type: 'Feature',properties:{Name: '1', Address: '2280 FREDERICK DOUGLAS BO, HARLEM-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95202466, 40.80846143]} },
{type: 'Feature',properties:{Name: '1', Address: '2280 FREDERICK DOUGLASS B, HARLEM-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95202466, 40.80846143]} },
{type: 'Feature',properties:{Name: '1', Address: '263 WEST 123 STREET, HARLEM-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95098797, 40.80839512]} },
{type: 'Feature',properties:{Name: '1', Address: '2300 FREDRICK DOUGLASS BL, HARLEM-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95186518, 40.80919695]} },
{type: 'Feature',properties:{Name: '1', Address: '2300 FREDRICK DOUGLASS BL, HARLEM-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95186518, 40.80919695]} },
{type: 'Feature',properties:{Name: '1', Address: '2322 ADAM CLAYTON POWELL, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94339887, 40.81641996]} },
{type: 'Feature',properties:{Name: '1', Address: '352 WEST 117TH STREET, HARLEM-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95657793, 40.8058036]} },
{type: 'Feature',properties:{Name: '1', Address: '352 WEST 117TH STREET, HARLEM-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95657793, 40.8058036]} },
{type: 'Feature',properties:{Name: '1', Address: '352 WEST 117TH ST, HARLEM-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95657793, 40.8058036]} },
{type: 'Feature',properties:{Name: '1', Address: '368 WEST 117 STREET, HARLEM-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9568921, 40.80593546]} },
{type: 'Feature',properties:{Name: '1', Address: '309 WEST 118 STREET, HARLEM-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95479706, 40.80589624]} },
{type: 'Feature',properties:{Name: '1', Address: '309 WEST 118TH ST, HARLEM-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95479706, 40.80589624]} },
{type: 'Feature',properties:{Name: '1', Address: '309 WEST 118 STREET, HARLEM-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95479706, 40.80589624]} },
{type: 'Feature',properties:{Name: '1', Address: '309 WEST 118 STREET, HARLEM-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95479706, 40.80589624]} },
{type: 'Feature',properties:{Name: '1', Address: '2187 FREDRICK DOUGLASS BL, HARLEM-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95435642, 40.8058247]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 120 STREET, HARLEM-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95393287, 40.80715572]} },
{type: 'Feature',properties:{Name: '1', Address: '313 WEST 119TH STREET, HARLEM-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95442093, 40.80656031]} },
{type: 'Feature',properties:{Name: '1', Address: '313 WEST 119 STREET, HARLEM-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95442093, 40.80656031]} },
{type: 'Feature',properties:{Name: '1', Address: '313 WEST 119 STREET, HARLEM-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95442093, 40.80656031]} },
{type: 'Feature',properties:{Name: '1', Address: '258 ST NICHOLAS AVENUE, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95300657, 40.8093676]} },
{type: 'Feature',properties:{Name: '1', Address: '258 SAINT NICHOLAS AVENU, HARLEM-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95300657, 40.8093676]} },
{type: 'Feature',properties:{Name: '1', Address: '362 ST NICHOLAS AVENUE, HARLEM-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95078249, 40.81270974]} },
{type: 'Feature',properties:{Name: '1', Address: '300 WEST 135TH STREET, HARLEM-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94662137, 40.81652305]} },
{type: 'Feature',properties:{Name: '1', Address: '300 WEST 135TH STREET, HARLEM-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94662137, 40.81652305]} },
{type: 'Feature',properties:{Name: '1', Address: '300 WEST 135 STREET, HARLEM-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94662137, 40.81652305]} },
{type: 'Feature',properties:{Name: '1', Address: '300 WEST 135 STREET, HARLEM-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94662137, 40.81652305]} },
{type: 'Feature',properties:{Name: '1', Address: '300 WEST 135TH STREET, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94662137, 40.81652305]} },
{type: 'Feature',properties:{Name: '1', Address: '108 WEST 138 STREET, HARLEM-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94008248, 40.81628105]} },
{type: 'Feature',properties:{Name: '1', Address: '108 WEST 138 STREET, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94008248, 40.81628105]} },
{type: 'Feature',properties:{Name: '1', Address: '2373 ADAM C POWELL BLVD, HARLEM-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94195267, 40.81768181]} },
{type: 'Feature',properties:{Name: '1', Address: '2373 ADAM C POWELL BLVD, HARLEM-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94195267, 40.81768181]} },
{type: 'Feature',properties:{Name: '1', Address: '2373 ADAM C POWELL BLVD, HARLEM-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94195267, 40.81768181]} },
{type: 'Feature',properties:{Name: '1', Address: '2373 ADAM C POWELL BLVD, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94195267, 40.81768181]} },
{type: 'Feature',properties:{Name: '1', Address: '2373 ADAM C POWELL BLVD, HARLEM-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94195267, 40.81768181]} },
{type: 'Feature',properties:{Name: '1', Address: '2373 ADAM C POWELL BLVD, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94195267, 40.81768181]} },
{type: 'Feature',properties:{Name: '1', Address: '2373 ADAM C POWELL BLVD, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94195267, 40.81768181]} },
{type: 'Feature',properties:{Name: '1', Address: '2373 ADAM C POWELL BLVD, HARLEM-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94195267, 40.81768181]} },
{type: 'Feature',properties:{Name: '1', Address: '555 LENOX AVENUE, HARLEM-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93934918, 40.81618734]} },
{type: 'Feature',properties:{Name: '1', Address: '555 LENOX AVENUE, HARLEM-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93934918, 40.81618734]} },
{type: 'Feature',properties:{Name: '1', Address: '555 LENOX AVENUE, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93934918, 40.81618734]} },
{type: 'Feature',properties:{Name: '1', Address: '555 LENOX AVENUE, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93934918, 40.81618734]} },
{type: 'Feature',properties:{Name: '1', Address: '220 WEST 148 STREET, HARLEM-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93856168, 40.82392978]} },
{type: 'Feature',properties:{Name: '1', Address: '220 WEST 148 STREET, HARLEM-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93856168, 40.82392978]} },
{type: 'Feature',properties:{Name: '1', Address: '220 W 148TH STREET, HARLEM-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93856168, 40.82392978]} },
{type: 'Feature',properties:{Name: '1', Address: '220 WEST 148 STREET, HARLEM-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93856168, 40.82392978]} },
{type: 'Feature',properties:{Name: '1', Address: '234 WEST 148 STREET, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93883978, 40.8240452]} },
{type: 'Feature',properties:{Name: '1', Address: '234 WEST 148 STREET, HARLEM-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93883978, 40.8240452]} },
{type: 'Feature',properties:{Name: '1', Address: '234 WEST 148 STREET, HARLEM-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93883978, 40.8240452]} },
{type: 'Feature',properties:{Name: '1', Address: '234 WEST 148 STREET, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93883978, 40.8240452]} },
{type: 'Feature',properties:{Name: '1', Address: '234 WEST 148TH STREET, HARLEM-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93883978, 40.8240452]} },
{type: 'Feature',properties:{Name: '1', Address: '234 WEST 148 STREET, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93883978, 40.8240452]} },
{type: 'Feature',properties:{Name: '1', Address: '234 WEST 148 STREET, HARLEM-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93883978, 40.8240452]} },
{type: 'Feature',properties:{Name: '1', Address: '234 WEST 148 STREET, HARLEM-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93883978, 40.8240452]} },
{type: 'Feature',properties:{Name: '1', Address: '234 WEST 148 STREET, HARLEM-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93883978, 40.8240452]} },
{type: 'Feature',properties:{Name: '1', Address: '2601 FREDERICK DOUGLAS BO, HARLEM-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9451888, 40.8188499]} },
{type: 'Feature',properties:{Name: '1', Address: '2605 FREDERICK DOUGLASS B, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94506582, 40.81902001]} },
{type: 'Feature',properties:{Name: '1', Address: '313 WEST 143RD STREET, HARLEM-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94313788, 40.82166773]} },
{type: 'Feature',properties:{Name: '1', Address: '68 BRADHURST AVENUE, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94264122, 40.82361075]} },
{type: 'Feature',properties:{Name: '1', Address: '68 BRADHURST AVENUE, HARLEM-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94264122, 40.82361075]} },
{type: 'Feature',properties:{Name: '1', Address: '68 BRADHURST AVENUE, HARLEM-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94264122, 40.82361075]} },
{type: 'Feature',properties:{Name: '1', Address: '68 BRADHURST AVENUE, HARLEM-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94264122, 40.82361075]} },
{type: 'Feature',properties:{Name: '1', Address: '68 BRADHURST AVENUE, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94264122, 40.82361075]} },
{type: 'Feature',properties:{Name: '1', Address: '303 WEST 146TH STREET, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94162955, 40.82359926]} },
{type: 'Feature',properties:{Name: '1', Address: '303 WEST 146TH STREET, HARLEM-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94162955, 40.82359926]} },
{type: 'Feature',properties:{Name: '1', Address: '305 WEST 150 STREET, HARLEM-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93977375, 40.82608502]} },
{type: 'Feature',properties:{Name: '1', Address: '305 WEST 150 STREET, HARLEM-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93977375, 40.82608502]} },
{type: 'Feature',properties:{Name: '1', Address: '305 WEST 150 STREET, HARLEM-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93977375, 40.82608502]} },
{type: 'Feature',properties:{Name: '1', Address: '305 WEST 150 STREET, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93977375, 40.82608502]} },
{type: 'Feature',properties:{Name: '1', Address: '305 WEST 150 STREET, HARLEM-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93977375, 40.82608502]} },
{type: 'Feature',properties:{Name: '1', Address: '305 WEST 150 STREET, HARLEM-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93977375, 40.82608502]} },
{type: 'Feature',properties:{Name: '1', Address: '305 WEST 150 STREET, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93977375, 40.82608502]} },
{type: 'Feature',properties:{Name: '1', Address: '305 WEST 150 STREET, HARLEM-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93977375, 40.82608502]} },
{type: 'Feature',properties:{Name: '1', Address: '305 WEST 150 STREET, HARLEM-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93977375, 40.82608502]} },
{type: 'Feature',properties:{Name: '1', Address: '305 WEST 150 STREET, HARLEM-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93977375, 40.82608502]} },
{type: 'Feature',properties:{Name: '1', Address: '305 WEST 150 STREET, HARLEM-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93977375, 40.82608502]} },
{type: 'Feature',properties:{Name: '1', Address: '305 WEST 150 STREET, HARLEM-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93977375, 40.82608502]} },
{type: 'Feature',properties:{Name: '1', Address: '305 WEST 150 STREET, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93977375, 40.82608502]} },
{type: 'Feature',properties:{Name: '1', Address: '305 WEST 150 STREET, HARLEM-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93977375, 40.82608502]} },
{type: 'Feature',properties:{Name: '1', Address: '305 WEST 150 STREET, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93977375, 40.82608502]} },
{type: 'Feature',properties:{Name: '1', Address: '305 WEST 150 STREET, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93977375, 40.82608502]} },
{type: 'Feature',properties:{Name: '1', Address: '305 WEST 150 STREET, HARLEM-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93977375, 40.82608502]} },
{type: 'Feature',properties:{Name: '1', Address: '305 WEST 150 STREET, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93977375, 40.82608502]} },
{type: 'Feature',properties:{Name: '1', Address: '305 WEST 150 STREET, HARLEM-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93977375, 40.82608502]} },
{type: 'Feature',properties:{Name: '1', Address: '305 WEST 150 STREET, HARLEM-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93977375, 40.82608502]} },
{type: 'Feature',properties:{Name: '1', Address: '305 WEST 150 STREET, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93977375, 40.82608502]} },
{type: 'Feature',properties:{Name: '1', Address: '305 WEST 150 STREET, HARLEM-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93977375, 40.82608502]} },
{type: 'Feature',properties:{Name: '1', Address: '305 WEST 150 STREET, HARLEM-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93977375, 40.82608502]} },
{type: 'Feature',properties:{Name: '1', Address: '305 WEST 150 STREET, HARLEM-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93977375, 40.82608502]} },
{type: 'Feature',properties:{Name: '1', Address: '305 WEST 150 STREET, HARLEM-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93977375, 40.82608502]} },
{type: 'Feature',properties:{Name: '1', Address: '305 WEST 150 STREET, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93977375, 40.82608502]} },
{type: 'Feature',properties:{Name: '1', Address: '305 WEST 150 STREET, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93977375, 40.82608502]} },
{type: 'Feature',properties:{Name: '1', Address: '305 WEST 150 STREET, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93977375, 40.82608502]} },
{type: 'Feature',properties:{Name: '1', Address: '305 WEST 150 STREET, HARLEM-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93977375, 40.82608502]} },
{type: 'Feature',properties:{Name: '1', Address: '305 WEST 150TH STREET, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93977375, 40.82608502]} },
{type: 'Feature',properties:{Name: '1', Address: '305 WEST 150 STREET, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93977375, 40.82608502]} },
{type: 'Feature',properties:{Name: '1', Address: '305 WEST 150 STREET, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93977375, 40.82608502]} },
{type: 'Feature',properties:{Name: '1', Address: '305 WEST 150TH STREET, HARLEM-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93977375, 40.82608502]} },
{type: 'Feature',properties:{Name: '1', Address: '305 WEST 150 STREET, HARLEM-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93977375, 40.82608502]} },
{type: 'Feature',properties:{Name: '1', Address: '305 WEST 150 STREET, HARLEM-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93977375, 40.82608502]} },
{type: 'Feature',properties:{Name: '1', Address: '305 WEST 150 STREET, HARLEM-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93977375, 40.82608502]} },
{type: 'Feature',properties:{Name: '1', Address: '305 WEST 150 STREET, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93977375, 40.82608502]} },
{type: 'Feature',properties:{Name: '1', Address: '305 WEST 150 STREET, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93977375, 40.82608502]} },
{type: 'Feature',properties:{Name: '1', Address: '305 WEST 150TH, HARLEM-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93977375, 40.82608502]} },
{type: 'Feature',properties:{Name: '1', Address: '305 WEST 150 STREET, HARLEM-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93977375, 40.82608502]} },
{type: 'Feature',properties:{Name: '1', Address: '2144 5 AVENUE, HARLEM-CENTRAL', Month: '12', Price: '5000'}, geometry: { type: 'Point', coordinates:[-73.93935805, 40.81040971]} },
{type: 'Feature',properties:{Name: '1', Address: '436 LENOX AVE, HARLEM-CENTRAL', Month: '6', Price: '2505'}, geometry: { type: 'Point', coordinates:[-73.94240198, 40.81198125]} },
{type: 'Feature',properties:{Name: '1', Address: '2001 5 AVENUE, HARLEM-CENTRAL', Month: '8', Price: '3412'}, geometry: { type: 'Point', coordinates:[-73.94267098, 40.80583869]} },
{type: 'Feature',properties:{Name: '1', Address: '1886 PARK AVENUE, HARLEM-CENTRAL', Month: '8', Price: '3240'}, geometry: { type: 'Point', coordinates:[-73.93746814, 40.80721933]} },
{type: 'Feature',properties:{Name: '1', Address: '1888 PARK AVENUE, HARLEM-CENTRAL', Month: '3', Price: '3240'}, geometry: { type: 'Point', coordinates:[-73.93743197, 40.80726597]} },
{type: 'Feature',properties:{Name: '1', Address: '1884 PARK AVENUE, HARLEM-CENTRAL', Month: '4', Price: '3920'}, geometry: { type: 'Point', coordinates:[-73.9375043, 40.80716994]} },
{type: 'Feature',properties:{Name: '1', Address: '339 LENOX AVENUE, HARLEM-CENTRAL', Month: '7', Price: '8000'}, geometry: { type: 'Point', coordinates:[-73.94448152, 40.80916893]} },
{type: 'Feature',properties:{Name: '1', Address: '339 LENOX AVENUE, HARLEM-CENTRAL', Month: '8', Price: '8000'}, geometry: { type: 'Point', coordinates:[-73.94448152, 40.80916893]} },
{type: 'Feature',properties:{Name: '1', Address: '341 LENOX AVENUE, HARLEM-CENTRAL', Month: '12', Price: '5600'}, geometry: { type: 'Point', coordinates:[-73.94444898, 40.80921009]} },
{type: 'Feature',properties:{Name: '1', Address: '341 LENOX AVENUE, HARLEM-CENTRAL', Month: '2', Price: '5600'}, geometry: { type: 'Point', coordinates:[-73.94444898, 40.80921009]} },
{type: 'Feature',properties:{Name: '1', Address: '451 LENOX AVENUE, HARLEM-CENTRAL', Month: '12', Price: '2646'}, geometry: { type: 'Point', coordinates:[-73.94205112, 40.81249159]} },
{type: 'Feature',properties:{Name: '1', Address: '164 WEST 136 STREET, HARLEM-CENTRAL', Month: '3', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.94206658, 40.8154806]} },
{type: 'Feature',properties:{Name: '1', Address: '166 WEST 136 STREET, HARLEM-CENTRAL', Month: '11', Price: '2752'}, geometry: { type: 'Point', coordinates:[-73.94210269, 40.81549709]} },
{type: 'Feature',properties:{Name: '1', Address: '168 WEST 136 STREET, HARLEM-CENTRAL', Month: '7', Price: '2752'}, geometry: { type: 'Point', coordinates:[-73.94214242, 40.81551358]} },
{type: 'Feature',properties:{Name: '1', Address: '111 WEST 136, HARLEM-CENTRAL', Month: '2', Price: '2789'}, geometry: { type: 'Point', coordinates:[-73.94102288, 40.81506013]} },
{type: 'Feature',properties:{Name: '1', Address: '111 WEST 136, HARLEM-CENTRAL', Month: '11', Price: '2789'}, geometry: { type: 'Point', coordinates:[-73.94102288, 40.81506013]} },
{type: 'Feature',properties:{Name: '1', Address: '267 WEST 139 STREET, HARLEM-CENTRAL', Month: '4', Price: '14715'}, geometry: { type: 'Point', coordinates:[-73.94416275, 40.81883568]} },
{type: 'Feature',properties:{Name: '1', Address: '267 WEST 139 STREET, HARLEM-CENTRAL', Month: '5', Price: '14715'}, geometry: { type: 'Point', coordinates:[-73.94416275, 40.81883568]} },
{type: 'Feature',properties:{Name: '1', Address: '192 LENOX AVENUE, HARLEM-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94797484, 40.80434533]} },
{type: 'Feature',properties:{Name: '1', Address: '192 LENOX AVENUE, HARLEM-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94797484, 40.80434533]} },
{type: 'Feature',properties:{Name: '1', Address: '192 LENOX AVENUE, HARLEM-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94797484, 40.80434533]} },
{type: 'Feature',properties:{Name: '1', Address: '192 LENOX AVENUE, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94797484, 40.80434533]} },
{type: 'Feature',properties:{Name: '1', Address: '5 W 120, HARLEM-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94641107, 40.80400427]} },
{type: 'Feature',properties:{Name: '1', Address: '5 WEST 120 STREET, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94641107, 40.80400427]} },
{type: 'Feature',properties:{Name: '1', Address: '57 WEST 127TH STREET, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9430408, 40.80844911]} },
{type: 'Feature',properties:{Name: '1', Address: '57 WEST 127 STREET, HARLEM-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9430408, 40.80844911]} },
{type: 'Feature',properties:{Name: '1', Address: '57 WEST 127TH STREET, HARLEM-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9430408, 40.80844911]} },
{type: 'Feature',properties:{Name: '1', Address: '57 WEST 127 STREET, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9430408, 40.80844911]} },
{type: 'Feature',properties:{Name: '1', Address: '57 WEST 127 STREET, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9430408, 40.80844911]} },
{type: 'Feature',properties:{Name: '1', Address: '57 WEST 127 STREET, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9430408, 40.80844911]} },
{type: 'Feature',properties:{Name: '1', Address: '157 WEST 111 STREET, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95366364, 40.799539]} },
{type: 'Feature',properties:{Name: '1', Address: '51 SAINT NICHOLAS AVENU, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95250003, 40.80038116]} },
{type: 'Feature',properties:{Name: '1', Address: '263 WEST 112TH STREET, HARLEM-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95637846, 40.80150528]} },
{type: 'Feature',properties:{Name: '1', Address: '103 WEST 119TH STREET, HARLEM-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94877685, 40.80418101]} },
{type: 'Feature',properties:{Name: '1', Address: '103 WEST 119TH STREET, HARLEM-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94877685, 40.80418101]} },
{type: 'Feature',properties:{Name: '1', Address: '103 WEST 119TH STREET, HARLEM-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94877685, 40.80418101]} },
{type: 'Feature',properties:{Name: '1', Address: '199 WEST 134TH STREET, HARLEM-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9439532, 40.81454284]} },
{type: 'Feature',properties:{Name: '1', Address: '167 WEST 136TH STREET, HARLEM-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94209184, 40.81551081]} },
{type: 'Feature',properties:{Name: '1', Address: '167 WEST 136TH STREET, HARLEM-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94209184, 40.81551081]} },
{type: 'Feature',properties:{Name: '1', Address: '167 WEST 136 STREET, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94209184, 40.81551081]} },
{type: 'Feature',properties:{Name: '1', Address: '167 WEST 136 STREET, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94209184, 40.81551081]} },
{type: 'Feature',properties:{Name: '1', Address: '203 WEST 122 STREET, HARLEM-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95027357, 40.80727222]} },
{type: 'Feature',properties:{Name: '1', Address: '251 WEST 123RD STREET, HARLEM-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95074963, 40.80829621]} },
{type: 'Feature',properties:{Name: '1', Address: '454 ST. NICHOLAS AVE, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94894183, 40.81513527]} },
{type: 'Feature',properties:{Name: '1', Address: '251 WEST 137 STREET, HARLEM-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94422912, 40.8172328]} },
{type: 'Feature',properties:{Name: '1', Address: '235 WEST 137 STREET, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94391492, 40.81709816]} },
{type: 'Feature',properties:{Name: '1', Address: '235 WEST 137, HARLEM-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94391492, 40.81709816]} },
{type: 'Feature',properties:{Name: '1', Address: '235 WEST 137 STREET, HARLEM-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94391492, 40.81709816]} },
{type: 'Feature',properties:{Name: '1', Address: '235 WEST 137TH STREET, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94391492, 40.81709816]} },
{type: 'Feature',properties:{Name: '1', Address: '221 WEST 148 STREET, HARLEM-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93855082, 40.8239435]} },
{type: 'Feature',properties:{Name: '1', Address: '303 WEST 149 STREET, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94025487, 40.8254732]} },
{type: 'Feature',properties:{Name: '1', Address: '192 LENOX AVENUE, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94797484, 40.80434533]} },
{type: 'Feature',properties:{Name: '1', Address: '345 LENOX AVENUE, HARLEM-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94438388, 40.80929789]} },
{type: 'Feature',properties:{Name: '1', Address: '130 LENOX AVENUE, 625, HARLEM-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9494248, 40.8023588]} },
{type: 'Feature',properties:{Name: '1', Address: '130 LENOX AVENUE, 628, HARLEM-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9494248, 40.8023588]} },
{type: 'Feature',properties:{Name: '1', Address: '130 LENOX AVENUE, 2, HARLEM-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9494248, 40.8023588]} },
{type: 'Feature',properties:{Name: '1', Address: '130 LENOX AVENUE, 721, HARLEM-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9494248, 40.8023588]} },
{type: 'Feature',properties:{Name: '1', Address: '1825 MADISON AVENUE, 810, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94357753, 40.80171107]} },
{type: 'Feature',properties:{Name: '1', Address: '1825 MADISON AVENUE, 3G, HARLEM-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94357753, 40.80171107]} },
{type: 'Feature',properties:{Name: '1', Address: '1825 MADISON AVENUE, 3A, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94357753, 40.80171107]} },
{type: 'Feature',properties:{Name: '1', Address: '1825 MADISON AVENUE, 9F, HARLEM-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94357753, 40.80171107]} },
{type: 'Feature',properties:{Name: '1', Address: '1825 MADISON AVENUE, 7B, HARLEM-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94357753, 40.80171107]} },
{type: 'Feature',properties:{Name: '1', Address: '1820 MADISON AVENUE, 7C, HARLEM-CENTRAL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94369322, 40.80158487]} },
{type: 'Feature',properties:{Name: '1', Address: '2235 FREDERICK DOUGLASS B, 2L, HARLEM-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95358952, 40.80742182]} },
{type: 'Feature',properties:{Name: '1', Address: '88 MORNINGSIDE AVENUE, 5E, HARLEM-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9554883, 40.8093329]} },
{type: 'Feature',properties:{Name: '1', Address: '88 MORNINGSIDE AVENUE, 8H, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9554883, 40.8093329]} },
{type: 'Feature',properties:{Name: '1', Address: '88 MORNINGSIDE AVENUE, 11E, HARLEM-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9554883, 40.8093329]} },
{type: 'Feature',properties:{Name: '1', Address: '88 MORNINGSIDE AVENUE, 9E, HARLEM-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9554883, 40.8093329]} },
{type: 'Feature',properties:{Name: '1', Address: '255 WEST 148TH STREET, 6C, HARLEM-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93922261, 40.82422656]} },
{type: 'Feature',properties:{Name: '1', Address: '239 WEST 148TH STREET, 1F, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93890839, 40.8240919]} },
{type: 'Feature',properties:{Name: '1', Address: '300 WEST 145TH STREET, 3R, HARLEM-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94207097, 40.82289135]} },
{type: 'Feature',properties:{Name: '1', Address: '102 BRADHURST AVENUE, 313, HARLEM-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94181283, 40.82473018]} },
{type: 'Feature',properties:{Name: '1', Address: '102 BRADHURST AVENUE, RES 3, HARLEM-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94181283, 40.82473018]} },
{type: 'Feature',properties:{Name: '1', Address: '102 BRADHURST AVENUE, 405, HARLEM-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94181283, 40.82473018]} },
{type: 'Feature',properties:{Name: '1', Address: '102 BRADHURST AVENUE, 1003, HARLEM-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94181283, 40.82473018]} },
{type: 'Feature',properties:{Name: '1', Address: '102 BRADHURST AVENUE, RES 3, HARLEM-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94181283, 40.82473018]} },
{type: 'Feature',properties:{Name: '1', Address: '102 BRADHURST AVENUE, RES 3, HARLEM-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94181283, 40.82473018]} },
{type: 'Feature',properties:{Name: '1', Address: '102 BRADHURST AVENUE, RES 3, HARLEM-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94181283, 40.82473018]} },
{type: 'Feature',properties:{Name: '1', Address: '102 BRADHURST AVENUE, RES 3, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94181283, 40.82473018]} },
{type: 'Feature',properties:{Name: '1', Address: '130 BRADHURST AVENUE, 1007, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94119784, 40.82557249]} },
{type: 'Feature',properties:{Name: '1', Address: '130 BRADHURST AVENUE, 212, HARLEM-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94119784, 40.82557249]} },
{type: 'Feature',properties:{Name: '1', Address: '130 BRADHURST AVENUE, 1202, HARLEM-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94119784, 40.82557249]} },
{type: 'Feature',properties:{Name: '1', Address: '330 WEST 145 STREET, 713, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9434254, 40.82346018]} },
{type: 'Feature',properties:{Name: '1', Address: '330 WEST 145 STREET, 701, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9434254, 40.82346018]} },
{type: 'Feature',properties:{Name: '1', Address: '330 WEST 145 STREET, 2, HARLEM-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9434254, 40.82346018]} },
{type: 'Feature',properties:{Name: '1', Address: '55 WEST 125 STREET, HARLEM-CENTRAL', Month: '1', Price: '228017'}, geometry: { type: 'Point', coordinates:[-73.94426998, 40.80726948]} },
{type: 'Feature',properties:{Name: '1', Address: '2006 MADISON AVENUE, HARLEM-CENTRAL', Month: '6', Price: '28800'}, geometry: { type: 'Point', coordinates:[-73.93948366, 40.80734666]} },
{type: 'Feature',properties:{Name: '1', Address: '103 EAST 125 STREET, HARLEM-CENTRAL', Month: '2', Price: '112500'}, geometry: { type: 'Point', coordinates:[-73.93861176, 40.80488418]} },
{type: 'Feature',properties:{Name: '1', Address: '163 EAST 125 STREET, HARLEM-CENTRAL', Month: '2', Price: '122944'}, geometry: { type: 'Point', coordinates:[-73.93674864, 40.80410367]} },
{type: 'Feature',properties:{Name: '1', Address: '2082 LEXINGTON AVENUE, HARLEM-CENTRAL', Month: '1', Price: '58948'}, geometry: { type: 'Point', coordinates:[-73.93714896, 40.80476263]} },
{type: 'Feature',properties:{Name: '1', Address: '116 WEST 111 STREET, HARLEM-CENTRAL', Month: '1', Price: '2750'}, geometry: { type: 'Point', coordinates:[-73.95303899, 40.79925878]} },
{type: 'Feature',properties:{Name: '1', Address: '2307 ADAM C POWELL BLVD, HARLEM-CENTRAL', Month: '2', Price: '3772'}, geometry: { type: 'Point', coordinates:[-73.94350437, 40.81555817]} },
{type: 'Feature',properties:{Name: '1', Address: '215 WEST 125 STREET, HARLEM-CENTRAL', Month: '10', Price: '170841'}, geometry: { type: 'Point', coordinates:[-73.94897885, 40.80925884]} },
{type: 'Feature',properties:{Name: '1', Address: '216 LENOX AVENUE, HARLEM-CENTRAL', Month: '12', Price: '4180'}, geometry: { type: 'Point', coordinates:[-73.9474469, 40.80506696]} },
{type: 'Feature',properties:{Name: '1', Address: '246-248 WEST 125 STREET, HARLEM-CENTRAL', Month: '11', Price: '6545'}, geometry: { type: 'Point', coordinates:[-73.94953861, 40.80947592]} },
{type: 'Feature',properties:{Name: '1', Address: '239-241 WEST 125TH STREET, HARLEM-CENTRAL', Month: '7', Price: '9496'}, geometry: { type: 'Point', coordinates:[-73.94998277, 40.80968197]} },
{type: 'Feature',properties:{Name: '1', Address: '103 W. 144TH STREET, HARLEM-CENTRAL', Month: '4', Price: '24980'}, geometry: { type: 'Point', coordinates:[-73.93693598, 40.81987221]} },
{type: 'Feature',properties:{Name: '1', Address: '102 W. 145TH STREET, HARLEM-CENTRAL', Month: '12', Price: '4996'}, geometry: { type: 'Point', coordinates:[-73.93668597, 40.82062138]} },
{type: 'Feature',properties:{Name: '1', Address: '2699 FREDRICK DOUGLASS BL, HARLEM-CENTRAL', Month: '10', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.94275124, 40.8217142]} },
{type: 'Feature',properties:{Name: '1', Address: '2701 FREDRICK DOUGLASS BL, HARLEM-CENTRAL', Month: '3', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.94268613, 40.82180475]} },
{type: 'Feature',properties:{Name: '1', Address: '2923 8TH AVENUE, HARLEM-CENTRAL', Month: '1', Price: '7562'}, geometry: { type: 'Point', coordinates:[-73.9374043, 40.82900139]} },
{type: 'Feature',properties:{Name: '1', Address: '1815 PARK AVENUE, HARLEM-CENTRAL', Month: '8', Price: '15322'}, geometry: { type: 'Point', coordinates:[-73.93917529, 40.80484606]} },
{type: 'Feature',properties:{Name: '1', Address: '1815 PARK AVENUE, HARLEM-CENTRAL', Month: '5', Price: '15322'}, geometry: { type: 'Point', coordinates:[-73.93917529, 40.80484606]} },
{type: 'Feature',properties:{Name: '1', Address: '62 WEST 126 STREET, HARLEM-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94362289, 40.80785928]} },
{type: 'Feature',properties:{Name: '1', Address: '64 EAST 126 STREET, HARLEM-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93956061, 40.80614726]} },
{type: 'Feature',properties:{Name: '1', Address: '3 WEST 128 STREET, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9413682, 40.80855806]} },
{type: 'Feature',properties:{Name: '1', Address: '1 WEST 128 STREET, HARLEM-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94132487, 40.80854157]} },
{type: 'Feature',properties:{Name: '1', Address: '129 WEST 112 STREET, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95292285, 40.80004922]} },
{type: 'Feature',properties:{Name: '1', Address: '223 ST NICHOLAS AVENUE, HARLEM-CENTRAL', Month: '1', Price: '32451'}, geometry: { type: 'Point', coordinates:[-73.95293535, 40.8079211]} },
{type: 'Feature',properties:{Name: '1', Address: '123 WEST 138 STREET, HARLEM-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94036776, 40.81642118]} },
{type: 'Feature',properties:{Name: '1', Address: '121 WEST 138 STREET, HARLEM-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94033165, 40.81640743]} },
{type: 'Feature',properties:{Name: '1', Address: '119 WEST 145TH STREET, HARLEM-CENTRAL', Month: '3', Price: '4429'}, geometry: { type: 'Point', coordinates:[-73.93698933, 40.82076701]} },
{type: 'Feature',properties:{Name: '1', Address: '119 WEST 145TH STREET, HARLEM-CENTRAL', Month: '1', Price: '4429'}, geometry: { type: 'Point', coordinates:[-73.93698933, 40.82076701]} },
{type: 'Feature',properties:{Name: '1', Address: '21 WEST 118 STREET, HARLEM-CENTRAL', Month: '9', Price: '27850'}, geometry: { type: 'Point', coordinates:[-73.94641962, 40.80236567]} },
{type: 'Feature',properties:{Name: '1', Address: 'LENOX AVENUE, HARLEM-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.938334, 40.816206]} },
{type: 'Feature',properties:{Name: '1', Address: '1994 MADISON AVENUE, HARLEM-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9396428, 40.80712991]} },
{type: 'Feature',properties:{Name: '1', Address: '2000 MADISON AVENUE, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93956323, 40.80723966]} },
{type: 'Feature',properties:{Name: '1', Address: '2002 MADISON AVENUE, HARLEM-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93953791, 40.80727533]} },
{type: 'Feature',properties:{Name: '1', Address: '1996 MADISON AVENUE, HARLEM-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93961748, 40.80716558]} },
{type: 'Feature',properties:{Name: '1', Address: '13 EAST 128TH STREET, HARLEM-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94019103, 40.80806066]} },
{type: 'Feature',properties:{Name: '1', Address: '116 WEST 127 STREET, HARLEM-CENTRAL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9453158, 40.80939165]} },
{type: 'Feature',properties:{Name: '1', Address: 'NA WEST 117 STREET, HARLEM-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.953398, 40.803872]} },
{type: 'Feature',properties:{Name: '1', Address: '240 WEST 123 STREET, HARLEM-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95056186, 40.80819732]} },
{type: 'Feature',properties:{Name: '1', Address: '424 ST NICHOLAS AVENUE, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94932525, 40.81450965]} },
{type: 'Feature',properties:{Name: '1', Address: 'WEST 138 STREET, HARLEM-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9441199, 40.81823732]} },
{type: 'Feature',properties:{Name: '1', Address: '8 AVENUE, HARLEM-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9409575, 40.82359892]} },
{type: 'Feature',properties:{Name: '1', Address: '2805 FREDRICK DOUGLASS BL, HARLEM-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93996576, 40.82551971]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 124 STREET, HARLEM-CENTRAL', Month: '2', Price: '58566'}, geometry: { type: 'Point', coordinates:[-73.94394935, 40.80625378]} },
{type: 'Feature',properties:{Name: '1', Address: '147 ST NICHOLAS AVENUE, HARLEM-CENTRAL', Month: '10', Price: '29855'}, geometry: { type: 'Point', coordinates:[-73.9527499, 40.8045505]} },
{type: 'Feature',properties:{Name: '1', Address: '113 LENOX AVENUE, HARLEM-CENTRAL', Month: '7', Price: '5100'}, geometry: { type: 'Point', coordinates:[-73.94987313, 40.80177986]} },
{type: 'Feature',properties:{Name: '1', Address: '155 WEST 136 STREET, HARLEM-CENTRAL', Month: '10', Price: '18166'}, geometry: { type: 'Point', coordinates:[-73.94186433, 40.81541463]} },
{type: 'Feature',properties:{Name: '1', Address: '217 WEST 122 STREET, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95055162, 40.80739037]} },
{type: 'Feature',properties:{Name: '1', Address: '49 EAST 126 STREET, HARLEM-CENTRAL', Month: '3', Price: '3029'}, geometry: { type: 'Point', coordinates:[-73.93979169, 40.80626266]} },
{type: 'Feature',properties:{Name: '1', Address: '262 WEST 118 STREET, HARLEM-CENTRAL', Month: '10', Price: '5808'}, geometry: { type: 'Point', coordinates:[-73.95330206, 40.80524788]} },
{type: 'Feature',properties:{Name: '1', Address: '215 WEST 122 STREET, HARLEM-CENTRAL', Month: '9', Price: '3982'}, geometry: { type: 'Point', coordinates:[-73.9505119, 40.80737388]} },
{type: 'Feature',properties:{Name: '1', Address: '217 WEST 123 STREET, HARLEM-CENTRAL', Month: '10', Price: '4529'}, geometry: { type: 'Point', coordinates:[-73.95007795, 40.80801322]} },
{type: 'Feature',properties:{Name: '1', Address: '308 WEST 133 STREET, HARLEM-CENTRAL', Month: '7', Price: '11982'}, geometry: { type: 'Point', coordinates:[-73.94773868, 40.81529942]} },
{type: 'Feature',properties:{Name: '1', Address: '2535 FREDRICK DOUGLASS BL, HARLEM-CENTRAL', Month: '1', Price: '9962'}, geometry: { type: 'Point', coordinates:[-73.94628871, 40.81687422]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 140 STREET, HARLEM-CENTRAL', Month: '7', Price: '28963'}, geometry: { type: 'Point', coordinates:[-73.94012435, 40.81793339]} },
{type: 'Feature',properties:{Name: '1', Address: '1967 ADAM C POWELL BLVD, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95137713, 40.804775]} },
{type: 'Feature',properties:{Name: '1', Address: '1400 5 AVENUE, HARLEM-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94684037, 40.80015911]} },
{type: 'Feature',properties:{Name: '1', Address: '1400 5 AVENUE, HARLEM-CENTRAL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94684037, 40.80015911]} },
{type: 'Feature',properties:{Name: '1', Address: '23 WEST 116 STREET, HARLEM-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94742115, 40.8010816]} },
{type: 'Feature',properties:{Name: '1', Address: '50 WEST 127 STREET, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94289277, 40.80836669]} },
{type: 'Feature',properties:{Name: '1', Address: '2110 FREDRICK DOUGLASS BL, HARLEM-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95620755, 40.80325086]} },
{type: 'Feature',properties:{Name: '1', Address: '381 LENOX AVENUE, HARLEM-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94354484, 40.81044477]} },
{type: 'Feature',properties:{Name: '1', Address: '2300 8 AVENUE, HARLEM-CENTRAL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95186518, 40.80919695]} },
{type: 'Feature',properties:{Name: '1', Address: '23 WEST 116 STREET, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94742115, 40.8010816]} },
{type: 'Feature',properties:{Name: '1', Address: '23 WEST 116 STREET, HARLEM-CENTRAL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94742115, 40.8010816]} },
{type: 'Feature',properties:{Name: '1', Address: '23 WEST 116 STREET, HARLEM-CENTRAL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94742115, 40.8010816]} },
{type: 'Feature',properties:{Name: '1', Address: '111 CENTRAL PARK NORTH, HARLEM-CENTRAL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95330672, 40.79860839]} },
{type: 'Feature',properties:{Name: '1', Address: '111 CENTRAL PARK NORTH, HARLEM-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95330672, 40.79860839]} },
{type: 'Feature',properties:{Name: '1', Address: '111 CENTRAL PARK NORTH, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95330672, 40.79860839]} },
{type: 'Feature',properties:{Name: '1', Address: '2110 FREDERICK DOUGLASS B, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95590057, 40.80318487]} },
{type: 'Feature',properties:{Name: '1', Address: '1967 ADAM C POWELL BLVD, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95137713, 40.804775]} },
{type: 'Feature',properties:{Name: '1', Address: '1967 ADAM C POWELL BLVD, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95137713, 40.804775]} },
{type: 'Feature',properties:{Name: '1', Address: '1967 ADAM C POWELL BLVD, HARLEM-CENTRAL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95137713, 40.804775]} },
{type: 'Feature',properties:{Name: '1', Address: '1967 ADAM C POWELL BLVD, HARLEM-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95137713, 40.804775]} },
{type: 'Feature',properties:{Name: '1', Address: '1967 ADAM C POWELL BLVD, HARLEM-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95137713, 40.804775]} },
{type: 'Feature',properties:{Name: '1', Address: '7 WEST 131ST STREET, HARLEM-CENTRAL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94009494, 40.81047048]} },
{type: 'Feature',properties:{Name: '1', Address: '11 WEST 131 STREET, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94018521, 40.81050895]} },
{type: 'Feature',properties:{Name: '1', Address: '11 WEST 131 STREET, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94018521, 40.81050895]} },
{type: 'Feature',properties:{Name: '1', Address: '155 WEST 126 STREET, HARLEM-CENTRAL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94649007, 40.80908479]} },
{type: 'Feature',properties:{Name: '1', Address: '155 WEST 126 STREET, HARLEM-CENTRAL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94649007, 40.80908479]} },
{type: 'Feature',properties:{Name: '1', Address: '155 WEST 126 STREET, HARLEM-CENTRAL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94649007, 40.80908479]} },
{type: 'Feature',properties:{Name: '1', Address: '101C EAST 97TH STREET, HARLEM-EAST', Month: '1', Price: '3017'}, geometry: { type: 'Point', coordinates:[-73.95150197, 40.78712095]} },
{type: 'Feature',properties:{Name: '1', Address: '153 EAST 115 STREET, HARLEM-EAST', Month: '3', Price: '2858'}, geometry: { type: 'Point', coordinates:[-73.94170998, 40.79777695]} },
{type: 'Feature',properties:{Name: '1', Address: '336 EAST 116TH STREET, HARLEM-EAST', Month: '9', Price: '3332'}, geometry: { type: 'Point', coordinates:[-73.93677025, 40.79656941]} },
{type: 'Feature',properties:{Name: '1', Address: '406 EAST 118 STREET, HARLEM-EAST', Month: '8', Price: '1806'}, geometry: { type: 'Point', coordinates:[-73.93402482, 40.79711956]} },
{type: 'Feature',properties:{Name: '1', Address: '408 EAST 118 STREET, HARLEM-EAST', Month: '5', Price: '1806'}, geometry: { type: 'Point', coordinates:[-73.93399233, 40.79710582]} },
{type: 'Feature',properties:{Name: '1', Address: '421 EAST 119 STREET, HARLEM-EAST', Month: '1', Price: '2352'}, geometry: { type: 'Point', coordinates:[-73.93332722, 40.79766262]} },
{type: 'Feature',properties:{Name: '1', Address: '223 EAST 110 STREET, HARLEM-EAST', Month: '3', Price: '2898'}, geometry: { type: 'Point', coordinates:[-73.94212152, 40.79385219]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 110TH STREET, HARLEM-EAST', Month: '11', Price: '2898'}, geometry: { type: 'Point', coordinates:[-73.94208902, 40.79383845]} },
{type: 'Feature',properties:{Name: '1', Address: '215 EAST 115 STREET, HARLEM-EAST', Month: '6', Price: '2430'}, geometry: { type: 'Point', coordinates:[-73.94003477, 40.79706246]} },
{type: 'Feature',properties:{Name: '1', Address: '215 EAST 115 STREET, HARLEM-EAST', Month: '5', Price: '2430'}, geometry: { type: 'Point', coordinates:[-73.94003477, 40.79706246]} },
{type: 'Feature',properties:{Name: '1', Address: '404 EAST 118 STREET, HARLEM-EAST', Month: '12', Price: '1797'}, geometry: { type: 'Point', coordinates:[-73.93405732, 40.7971333]} },
{type: 'Feature',properties:{Name: '1', Address: '312 PLEASANT AVENUE, HARLEM-EAST', Month: '5', Price: '2852'}, geometry: { type: 'Point', coordinates:[-73.93285631, 40.79544735]} },
{type: 'Feature',properties:{Name: '1', Address: '231 EAST 123 STREET, HARLEM-EAST', Month: '5', Price: '2205'}, geometry: { type: 'Point', coordinates:[-73.93594873, 40.80205841]} },
{type: 'Feature',properties:{Name: '1', Address: '417 E 119TH STREET, HARLEM-EAST', Month: '4', Price: '5000'}, geometry: { type: 'Point', coordinates:[-73.9333922, 40.7976901]} },
{type: 'Feature',properties:{Name: '1', Address: '16 EAST 116 STREET, HARLEM-EAST', Month: '5', Price: '8350'}, geometry: { type: 'Point', coordinates:[-73.94578553, 40.80036996]} },
{type: 'Feature',properties:{Name: '1', Address: '161 EAST 96 STREET, HARLEM-EAST', Month: '3', Price: '9160'}, geometry: { type: 'Point', coordinates:[-73.95042332, 40.78566304]} },
{type: 'Feature',properties:{Name: '1', Address: '1511 LEXINGTON AVE, HARLEM-EAST', Month: '1', Price: '8765'}, geometry: { type: 'Point', coordinates:[-73.95022746, 40.78681025]} },
{type: 'Feature',properties:{Name: '1', Address: '1557 LEXINGTON AVENUE, HARLEM-EAST', Month: '2', Price: '8840'}, geometry: { type: 'Point', coordinates:[-73.94930565, 40.78808066]} },
{type: 'Feature',properties:{Name: '1', Address: '167 EAST 99TH STREET, HARLEM-EAST', Month: '6', Price: '8925'}, geometry: { type: 'Point', coordinates:[-73.94890521, 40.78754801]} },
{type: 'Feature',properties:{Name: '1', Address: '169 EAST 99TH STREET, HARLEM-EAST', Month: '4', Price: '8925'}, geometry: { type: 'Point', coordinates:[-73.94885828, 40.78752603]} },
{type: 'Feature',properties:{Name: '1', Address: '171 EAST 99TH STREET, HARLEM-EAST', Month: '7', Price: '8925'}, geometry: { type: 'Point', coordinates:[-73.94881135, 40.78750679]} },
{type: 'Feature',properties:{Name: '1', Address: '164 E 105TH STREET, HARLEM-EAST', Month: '1', Price: '5110'}, geometry: { type: 'Point', coordinates:[-73.94612156, 40.79128781]} },
{type: 'Feature',properties:{Name: '1', Address: '1661 LEXINGTON AVENUE, HARLEM-EAST', Month: '8', Price: '3565'}, geometry: { type: 'Point', coordinates:[-73.9470064, 40.79123058]} },
{type: 'Feature',properties:{Name: '1', Address: '175 EAST 105 STREET, HARLEM-EAST', Month: '11', Price: '11540'}, geometry: { type: 'Point', coordinates:[-73.94588328, 40.79120536]} },
{type: 'Feature',properties:{Name: '1', Address: '1698 LEXINGTON AVENUE, HARLEM-EAST', Month: '7', Price: '3920'}, geometry: { type: 'Point', coordinates:[-73.94608806, 40.79252292]} },
{type: 'Feature',properties:{Name: '1', Address: '124 EAST 107 STREET, HARLEM-EAST', Month: '1', Price: '20395'}, geometry: { type: 'Point', coordinates:[-73.94643062, 40.79318182]} },
{type: 'Feature',properties:{Name: '1', Address: '178 EAST 108 STREET, HARLEM-EAST', Month: '2', Price: '4075'}, geometry: { type: 'Point', coordinates:[-73.9443721, 40.79313693]} },
{type: 'Feature',properties:{Name: '1', Address: '184 EAST 111TH STREET, HARLEM-EAST', Month: '9', Price: '2412'}, geometry: { type: 'Point', coordinates:[-73.9429223, 40.79498891]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 112TH STREET, HARLEM-EAST', Month: '4', Price: '7235'}, geometry: { type: 'Point', coordinates:[-73.94332955, 40.79599917]} },
{type: 'Feature',properties:{Name: '1', Address: '120 EAST 116 STREET, HARLEM-EAST', Month: '6', Price: '9735'}, geometry: { type: 'Point', coordinates:[-73.94236632, 40.79892732]} },
{type: 'Feature',properties:{Name: '1', Address: '179 EAST 117 STREET, HARLEM-EAST', Month: '2', Price: '3870'}, geometry: { type: 'Point', coordinates:[-73.94015952, 40.79890424]} },
{type: 'Feature',properties:{Name: '1', Address: '242 EAST 116 STREET, HARLEM-EAST', Month: '2', Price: '19134'}, geometry: { type: 'Point', coordinates:[-73.93901585, 40.79751481]} },
{type: 'Feature',properties:{Name: '1', Address: '224 E 118TH STREET, HARLEM-EAST', Month: '6', Price: '4224'}, geometry: { type: 'Point', coordinates:[-73.93833913, 40.79894445]} },
{type: 'Feature',properties:{Name: '1', Address: '1998 2 AVENUE, HARLEM-EAST', Month: '4', Price: '11720'}, geometry: { type: 'Point', coordinates:[-73.94389919, 40.78861613]} },
{type: 'Feature',properties:{Name: '1', Address: '303 EAST 109TH STREET, HARLEM-EAST', Month: '10', Price: '3400'}, geometry: { type: 'Point', coordinates:[-73.94063848, 40.79239124]} },
{type: 'Feature',properties:{Name: '1', Address: '409 EAST 115 STREET, HARLEM-EAST', Month: '5', Price: '4136'}, geometry: { type: 'Point', coordinates:[-73.93543894, 40.79512494]} },
{type: 'Feature',properties:{Name: '1', Address: '2270 1 AVENUE, HARLEM-EAST', Month: '9', Price: '6628'}, geometry: { type: 'Point', coordinates:[-73.93506564, 40.79645593]} },
{type: 'Feature',properties:{Name: '1', Address: '405 EAST 117 STREET, HARLEM-EAST', Month: '8', Price: '4730'}, geometry: { type: 'Point', coordinates:[-73.93450577, 40.79651874]} },
{type: 'Feature',properties:{Name: '1', Address: '510 EAST 117 STREET, HARLEM-EAST', Month: '7', Price: '3992'}, geometry: { type: 'Point', coordinates:[-73.93245524, 40.79563375]} },
{type: 'Feature',properties:{Name: '1', Address: '212 EAST 122ND STREET, HARLEM-EAST', Month: '3', Price: '26400'}, geometry: { type: 'Point', coordinates:[-73.93670413, 40.80153733]} },
{type: 'Feature',properties:{Name: '1', Address: '349 EAST 119 STREET, HARLEM-EAST', Month: '11', Price: '5500'}, geometry: { type: 'Point', coordinates:[-73.9351865, 40.79844867]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 120 STREET, HARLEM-EAST', Month: '9', Price: '2576'}, geometry: { type: 'Point', coordinates:[-73.93491486, 40.79922527]} },
{type: 'Feature',properties:{Name: '1', Address: '416 EAST 119 STREET, HARLEM-EAST', Month: '11', Price: '15230'}, geometry: { type: 'Point', coordinates:[-73.93340305, 40.79767638]} },
{type: 'Feature',properties:{Name: '1', Address: '1655 MADISON AVENUE, HARLEM-EAST', Month: '10', Price: '16459'}, geometry: { type: 'Point', coordinates:[-73.94746821, 40.79638265]} },
{type: 'Feature',properties:{Name: '1', Address: '1501 LEXINGTON AVENUE, HARLEM-EAST', Month: '8', Price: '133370'}, geometry: { type: 'Point', coordinates:[-73.95049857, 40.78643434]} },
{type: 'Feature',properties:{Name: '1', Address: '148 EAST 98TH STREET, HARLEM-EAST', Month: '11', Price: '9900'}, geometry: { type: 'Point', coordinates:[-73.94958454, 40.78698289]} },
{type: 'Feature',properties:{Name: '1', Address: '127 EAST 107 STREET, HARLEM-EAST', Month: '3', Price: '138575'}, geometry: { type: 'Point', coordinates:[-73.94636562, 40.79317355]} },
{type: 'Feature',properties:{Name: '1', Address: '138 EAST 112TH STREET, HARLEM-EAST', Month: '7', Price: '47106'}, geometry: { type: 'Point', coordinates:[-73.94375918, 40.79618328]} },
{type: 'Feature',properties:{Name: '1', Address: '2147 2 AVENUE, HARLEM-EAST', Month: '3', Price: '16500'}, geometry: { type: 'Point', coordinates:[-73.94038473, 40.79345058]} },
{type: 'Feature',properties:{Name: '1', Address: '423 EAST 117TH STREET, HARLEM-EAST', Month: '5', Price: '7000'}, geometry: { type: 'Point', coordinates:[-73.93421696, 40.79639781]} },
{type: 'Feature',properties:{Name: '1', Address: '1779 MADISON AVENUE, 103, HARLEM-EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94442731, 40.80054498]} },
{type: 'Feature',properties:{Name: '1', Address: '1775 MADISON AVENUE, 3B, HARLEM-EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94451409, 40.80042974]} },
{type: 'Feature',properties:{Name: '1', Address: '1775 MADISON AVENUE, 5A/5D, HARLEM-EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94451409, 40.80042974]} },
{type: 'Feature',properties:{Name: '1', Address: '154 EAST 97TH STREET, 1, HARLEM-EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94995698, 40.7863353]} },
{type: 'Feature',properties:{Name: '1', Address: '112 EAST 98, 2R, HARLEM-EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9511549, 40.78765877]} },
{type: 'Feature',properties:{Name: '1', Address: '1620 LEXINGTON AVENUE, 3D, HARLEM-EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94800419, 40.78989435]} },
{type: 'Feature',properties:{Name: '1', Address: '1620 LEXINGTON AVENUE, 3C, HARLEM-EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94800419, 40.78989435]} },
{type: 'Feature',properties:{Name: '1', Address: '129-31 EAST 102ND STREET, 2B, HARLEM-EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94859645, 40.78988638]} },
{type: 'Feature',properties:{Name: '1', Address: '129-31 EAST 102ND STREET, 6B, HARLEM-EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94859645, 40.78988638]} },
{type: 'Feature',properties:{Name: '1', Address: '1620 LEXINGTON AVENUE, 4E, HARLEM-EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94800419, 40.78989435]} },
{type: 'Feature',properties:{Name: '1', Address: '129 EAST 102ND STREET, 2A, HARLEM-EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94859645, 40.78988638]} },
{type: 'Feature',properties:{Name: '1', Address: '325 PLEASANT AVENUE, 5B, HARLEM-EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93253078, 40.79592748]} },
{type: 'Feature',properties:{Name: '1', Address: '325 PLEASANT AVENUE, 4A, HARLEM-EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93253078, 40.79592748]} },
{type: 'Feature',properties:{Name: '1', Address: '205-207 EAST 124TH STREET, 4B, HARLEM-EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.935901, 40.80286259]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 124TH STREET, 4C, HARLEM-EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.935901, 40.80286259]} },
{type: 'Feature',properties:{Name: '1', Address: '152 EAST 118TH STREET, 3G, HARLEM-EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94016241, 40.79971393]} },
{type: 'Feature',properties:{Name: '1', Address: '2159 1ST AVENUE, 2E, HARLEM-EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93743793, 40.79324042]} },
{type: 'Feature',properties:{Name: '1', Address: '342 EAST 119TH STREET, 2D, HARLEM-EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93528039, 40.79846793]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 119TH STREET, 4F, HARLEM-EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93545728, 40.79856135]} },
{type: 'Feature',properties:{Name: '1', Address: '165 EAST 104 STREET, HARLEM-EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94659876, 40.7906787]} },
{type: 'Feature',properties:{Name: '1', Address: '165 EAST 104 STREET, HARLEM-EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94659876, 40.7906787]} },
{type: 'Feature',properties:{Name: '1', Address: '2141 2 AVENUE, HARLEM-EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94050405, 40.79328596]} },
{type: 'Feature',properties:{Name: '1', Address: '311 EAST 104 STREET, HARLEM-EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94286596, 40.78909595]} },
{type: 'Feature',properties:{Name: '1', Address: '207 EAST 120 STREET, HARLEM-EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93770576, 40.80033569]} },
{type: 'Feature',properties:{Name: '1', Address: '206 EAST 124 STREET, HARLEM-EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93587935, 40.80283513]} },
{type: 'Feature',properties:{Name: '1', Address: '206 EAST 124 STREET, HARLEM-EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93587935, 40.80283513]} },
{type: 'Feature',properties:{Name: '1', Address: '206 EAST 124 STREET, HARLEM-EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93587935, 40.80283513]} },
{type: 'Feature',properties:{Name: '1', Address: '206 EAST 124 STREET, HARLEM-EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93587935, 40.80283513]} },
{type: 'Feature',properties:{Name: '1', Address: '206 EAST 124 STREET, HARLEM-EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93587935, 40.80283513]} },
{type: 'Feature',properties:{Name: '1', Address: '158 EAST 100TH STREET, HARLEM-EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94864106, 40.78824231]} },
{type: 'Feature',properties:{Name: '1', Address: '158 EAST 100 STREET, HARLEM-EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94864106, 40.78824231]} },
{type: 'Feature',properties:{Name: '1', Address: '158 EAST 100 STREET, HARLEM-EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94864106, 40.78824231]} },
{type: 'Feature',properties:{Name: '1', Address: '1595 LEXINGTON AVENUE, HARLEM-EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94841996, 40.7892907]} },
{type: 'Feature',properties:{Name: '1', Address: '1595 LEXINGTON AVENUE, HARLEM-EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94841996, 40.7892907]} },
{type: 'Feature',properties:{Name: '1', Address: '117 EAST 102 STREET, HARLEM-EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94894303, 40.79003201]} },
{type: 'Feature',properties:{Name: '1', Address: '1635 LEXINGTON AVENUE, HARLEM-EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94753785, 40.79050072]} },
{type: 'Feature',properties:{Name: '1', Address: '1635 LEXINGTON AVENUE, HARLEM-EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94753785, 40.79050072]} },
{type: 'Feature',properties:{Name: '1', Address: '1635 LEXINGTON AVENUE, HARLEM-EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94753785, 40.79050072]} },
{type: 'Feature',properties:{Name: '1', Address: '1635 LEXINGTON AVENUE, HARLEM-EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94753785, 40.79050072]} },
{type: 'Feature',properties:{Name: '1', Address: '1635 LEXINGTON AVENUE, HARLEM-EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94753785, 40.79050072]} },
{type: 'Feature',properties:{Name: '1', Address: '161 EAST 110 STREET, HARLEM-EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94386527, 40.79458864]} },
{type: 'Feature',properties:{Name: '1', Address: '169 EAST 110 STREET, HARLEM-EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94369197, 40.79451445]} },
{type: 'Feature',properties:{Name: '1', Address: '161 E 110TH ST, HARLEM-EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94386527, 40.79458864]} },
{type: 'Feature',properties:{Name: '1', Address: '161 EAST 110 STREET, HARLEM-EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94386527, 40.79458864]} },
{type: 'Feature',properties:{Name: '1', Address: '161 EAST 110TH STREET, HARLEM-EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94386527, 40.79458864]} },
{type: 'Feature',properties:{Name: '1', Address: '161 EAST 110 STREET, HARLEM-EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94386527, 40.79458864]} },
{type: 'Feature',properties:{Name: '1', Address: '161 EAST 110TH STREET, HARLEM-EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94386527, 40.79458864]} },
{type: 'Feature',properties:{Name: '1', Address: '227 EAST 111 STREET, HARLEM-EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9415901, 40.79444753]} },
{type: 'Feature',properties:{Name: '1', Address: '227 EAST 111 STREET, HARLEM-EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9415901, 40.79444753]} },
{type: 'Feature',properties:{Name: '1', Address: '232 EAST 118TH ST, HARLEM-EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93821277, 40.79888949]} },
{type: 'Feature',properties:{Name: '1', Address: '232 EAST 118TH STREET, HARLEM-EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93821277, 40.79888949]} },
{type: 'Feature',properties:{Name: '1', Address: '2019 1 AVENUE, HARLEM-EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94095981, 40.78841704]} },
{type: 'Feature',properties:{Name: '1', Address: '2019 1 AVENUE, HARLEM-EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94095981, 40.78841704]} },
{type: 'Feature',properties:{Name: '1', Address: '2019 1 AVENUE, HARLEM-EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94095981, 40.78841704]} },
{type: 'Feature',properties:{Name: '1', Address: '2019 1 AVENUE, HARLEM-EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94095981, 40.78841704]} },
{type: 'Feature',properties:{Name: '1', Address: '319 EAST 105 STREET, HARLEM-EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94226238, 40.78967753]} },
{type: 'Feature',properties:{Name: '1', Address: '319 EAST 105 STREET, HARLEM-EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94226238, 40.78967753]} },
{type: 'Feature',properties:{Name: '1', Address: '309 EAST 108TH STREET, HARLEM-EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94090637, 40.79166403]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 108 STREET, HARLEM-EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94106521, 40.79172998]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 109 STREET, HARLEM-EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94017279, 40.79217966]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 109TH STREET, HARLEM-EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94017279, 40.79217966]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 109TH STREET, HARLEM-EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94017279, 40.79217966]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 109, HARLEM-EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94017279, 40.79217966]} },
{type: 'Feature',properties:{Name: '1', Address: '2132 2 AVENUE, HARLEM-EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94077166, 40.79288811]} },
{type: 'Feature',properties:{Name: '1', Address: '2132 2 AVENUE, HARLEM-EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94077166, 40.79288811]} },
{type: 'Feature',properties:{Name: '1', Address: '2132 2 AVENUE, HARLEM-EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94077166, 40.79288811]} },
{type: 'Feature',properties:{Name: '1', Address: '342 EAST 110 STREET, HARLEM-EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93950056, 40.792731]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 109 STREET, HARLEM-EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94012584, 40.79217963]} },
{type: 'Feature',properties:{Name: '1', Address: '416 EAST 117TH STREET, HARLEM-EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93432528, 40.79642257]} },
{type: 'Feature',properties:{Name: '1', Address: '416 EAST 117TH STREET, HARLEM-EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93432528, 40.79642257]} },
{type: 'Feature',properties:{Name: '1', Address: '416 EAST 117 STREET, HARLEM-EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93432528, 40.79642257]} },
{type: 'Feature',properties:{Name: '1', Address: '249 EAST 118 STREET, HARLEM-EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93794558, 40.79879602]} },
{type: 'Feature',properties:{Name: '1', Address: '249 EAST 118 STREET, HARLEM-EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93794558, 40.79879602]} },
{type: 'Feature',properties:{Name: '1', Address: '249 EAST 118 STREET, HARLEM-EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93794558, 40.79879602]} },
{type: 'Feature',properties:{Name: '1', Address: '249 EAST 118 STREET, HARLEM-EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93794558, 40.79879602]} },
{type: 'Feature',properties:{Name: '1', Address: '249 EAST 118 STREET, HARLEM-EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93794558, 40.79879602]} },
{type: 'Feature',properties:{Name: '1', Address: '346 EAST 119 STREET, HARLEM-EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9352154, 40.79844045]} },
{type: 'Feature',properties:{Name: '1', Address: '346 EAST 119TH STREET, HARLEM-EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9352154, 40.79844045]} },
{type: 'Feature',properties:{Name: '1', Address: '89 EAST 116 STREET, HARLEM-EAST', Month: '2', Price: '9765'}, geometry: { type: 'Point', coordinates:[-73.94372024, 40.7995236]} },
{type: 'Feature',properties:{Name: '1', Address: '147 EAST 116 STREET, HARLEM-EAST', Month: '3', Price: '3570'}, geometry: { type: 'Point', coordinates:[-73.94129399, 40.79849311]} },
{type: 'Feature',properties:{Name: '1', Address: '1985 3 AVENUE, HARLEM-EAST', Month: '4', Price: '29430'}, geometry: { type: 'Point', coordinates:[-73.94316544, 40.7936249]} },
{type: 'Feature',properties:{Name: '1', Address: '217 EAST 116 STREET, HARLEM-EAST', Month: '11', Price: '3168'}, geometry: { type: 'Point', coordinates:[-73.9394238, 40.79770441]} },
{type: 'Feature',properties:{Name: '1', Address: '2014 2 AVENUE, HARLEM-EAST', Month: '3', Price: '6000'}, geometry: { type: 'Point', coordinates:[-73.94363527, 40.78897007]} },
{type: 'Feature',properties:{Name: '1', Address: '2241 FIRST AVENUE, HARLEM-EAST', Month: '12', Price: '4520'}, geometry: { type: 'Point', coordinates:[-73.9358106, 40.79546824]} },
{type: 'Feature',properties:{Name: '1', Address: '2241 FIRST AVENUE, HARLEM-EAST', Month: '12', Price: '4520'}, geometry: { type: 'Point', coordinates:[-73.9358106, 40.79546824]} },
{type: 'Feature',properties:{Name: '1', Address: '2243 1ST AVENUE, HARLEM-EAST', Month: '1', Price: '4520'}, geometry: { type: 'Point', coordinates:[-73.93577444, 40.79551763]} },
{type: 'Feature',properties:{Name: '1', Address: '354 EAST 116TH ST, HARLEM-EAST', Month: '5', Price: '4390'}, geometry: { type: 'Point', coordinates:[-73.9364706, 40.79644299]} },
{type: 'Feature',properties:{Name: '1', Address: '2272 1 AVENUE, HARLEM-EAST', Month: '1', Price: '3920'}, geometry: { type: 'Point', coordinates:[-73.93502225, 40.79651629]} },
{type: 'Feature',properties:{Name: '1', Address: '2336 2 AVENUE, HARLEM-EAST', Month: '8', Price: '3840'}, geometry: { type: 'Point', coordinates:[-73.93607417, 40.79931375]} },
{type: 'Feature',properties:{Name: '1', Address: '119 EAST 101 STREET, HARLEM-EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94947435, 40.78943114]} },
{type: 'Feature',properties:{Name: '1', Address: '119 EAST 101ST STREET, HARLEM-EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94947435, 40.78943114]} },
{type: 'Feature',properties:{Name: '1', Address: '170 EAST 106 STREET, HARLEM-EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94542769, 40.7918776]} },
{type: 'Feature',properties:{Name: '1', Address: '170 EAST 106 STREET, HARLEM-EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94542769, 40.7918776]} },
{type: 'Feature',properties:{Name: '1', Address: '170 EAST 106 STREET, HARLEM-EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94542769, 40.7918776]} },
{type: 'Feature',properties:{Name: '1', Address: '170 EAST 106 STREET, HARLEM-EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94542769, 40.7918776]} },
{type: 'Feature',properties:{Name: '1', Address: '170 EAST 106 STREET, HARLEM-EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94542769, 40.7918776]} },
{type: 'Feature',properties:{Name: '1', Address: '170 EAST 106 STREET, HARLEM-EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94542769, 40.7918776]} },
{type: 'Feature',properties:{Name: '1', Address: '170 EAST 106 STREET, HARLEM-EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94542769, 40.7918776]} },
{type: 'Feature',properties:{Name: '1', Address: '170 EAST 106 STREET, HARLEM-EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94542769, 40.7918776]} },
{type: 'Feature',properties:{Name: '1', Address: '170 EAST 106 STREET, HARLEM-EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94542769, 40.7918776]} },
{type: 'Feature',properties:{Name: '1', Address: '170 EAST 106 STREET, HARLEM-EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94542769, 40.7918776]} },
{type: 'Feature',properties:{Name: '1', Address: '307 EAST 105 STREET, HARLEM-EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94246454, 40.78976272]} },
{type: 'Feature',properties:{Name: '1', Address: '440 EAST 117 STREET, HARLEM-EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93393899, 40.79626041]} },
{type: 'Feature',properties:{Name: '1', Address: '435 EAST 117 STREET, HARLEM-EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93402201, 40.79631535]} },
{type: 'Feature',properties:{Name: '1', Address: '506 119TH STREET, HARLEM-EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93132, 40.796534]} },
{type: 'Feature',properties:{Name: '1', Address: '1787 MADISON AVENUE, 606, HARLEM-EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94421758, 40.80083307]} },
{type: 'Feature',properties:{Name: '1', Address: '217 EAST 96TH STREET, 39B, HARLEM-EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94870499, 40.78493768]} },
{type: 'Feature',properties:{Name: '1', Address: '215 EAST 96TH STREET, CONDP, HARLEM-EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94873387, 40.78494867]} },
{type: 'Feature',properties:{Name: '1', Address: '215 EAST 96TH STREET, CONDP, HARLEM-EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94873387, 40.78494867]} },
{type: 'Feature',properties:{Name: '1', Address: '215 EAST 96TH STREET, CONDP, HARLEM-EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94873387, 40.78494867]} },
{type: 'Feature',properties:{Name: '1', Address: '215 EAST 96TH STREET, 24G, HARLEM-EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94873387, 40.78494867]} },
{type: 'Feature',properties:{Name: '1', Address: '215 EAST 96TH STREET, CONDP, HARLEM-EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94873387, 40.78494867]} },
{type: 'Feature',properties:{Name: '1', Address: '217 EAST 96TH STREET, 26K, HARLEM-EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94870499, 40.78493768]} },
{type: 'Feature',properties:{Name: '1', Address: '215 EAST 96TH STREET, 29H, HARLEM-EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94873387, 40.78494867]} },
{type: 'Feature',properties:{Name: '1', Address: '215 EAST 96TH STREET, CONDP, HARLEM-EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94873387, 40.78494867]} },
{type: 'Feature',properties:{Name: '1', Address: '215 EAST 96TH STREET, 39F, HARLEM-EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94873387, 40.78494867]} },
{type: 'Feature',properties:{Name: '1', Address: '1640 PARK AVENUE, HARLEM-EAST', Month: '5', Price: '2190'}, geometry: { type: 'Point', coordinates:[-73.94316773, 40.79941079]} },
{type: 'Feature',properties:{Name: '1', Address: '2282 2 AVENUE, HARLEM-EAST', Month: '3', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.93716636, 40.79781848]} },
{type: 'Feature',properties:{Name: '1', Address: '400A EAST 118 STREET, HARLEM-EAST', Month: '3', Price: '4050'}, geometry: { type: 'Point', coordinates:[-73.93414777, 40.79696867]} },
{type: 'Feature',properties:{Name: '1', Address: '208 EAST 119 STREET, HARLEM-EAST', Month: '5', Price: '7144'}, geometry: { type: 'Point', coordinates:[-73.93812535, 40.79968541]} },
{type: 'Feature',properties:{Name: '1', Address: '1987 3 AVENUE, HARLEM-EAST', Month: '9', Price: '24030'}, geometry: { type: 'Point', coordinates:[-73.9431329, 40.79367154]} },
{type: 'Feature',properties:{Name: '1', Address: '508 EAST 117 STREET, HARLEM-EAST', Month: '1', Price: '5634'}, geometry: { type: 'Point', coordinates:[-73.93247329, 40.795642]} },
{type: 'Feature',properties:{Name: '1', Address: '11 EAST 115 STREET, HARLEM-EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94579709, 40.79947793]} },
{type: 'Feature',properties:{Name: '1', Address: '11 EAST 115 STREET, HARLEM-EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94579709, 40.79947793]} },
{type: 'Feature',properties:{Name: '1', Address: '107 EAST 107 STREET, HARLEM-EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9468855, 40.79339063]} },
{type: 'Feature',properties:{Name: '1', Address: '221 EAST 105 STREET, HARLEM-EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94450782, 40.79062556]} },
{type: 'Feature',properties:{Name: '1', Address: '226 EAST 118 STREET, HARLEM-EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93830664, 40.79893071]} },
{type: 'Feature',properties:{Name: '1', Address: '226 EAST 118TH STREET, HARLEM-EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93830664, 40.79893071]} },
{type: 'Feature',properties:{Name: '1', Address: 'NA EAST 107 STREET, HARLEM-EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94597883, 40.79361527]} },
{type: 'Feature',properties:{Name: '1', Address: '1733 LEXINGTON AVENUE, HARLEM-EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94538306, 40.79345305]} },
{type: 'Feature',properties:{Name: '1', Address: '1733 LEXINGTON AVENUE, HARLEM-EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94538306, 40.79345305]} },
{type: 'Feature',properties:{Name: '1', Address: '1731 LEXINGTON AVENUE, HARLEM-EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94541198, 40.79341739]} },
{type: 'Feature',properties:{Name: '1', Address: '1731 LEXINGTON AVENUE, HARLEM-EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94541198, 40.79341739]} },
{type: 'Feature',properties:{Name: '1', Address: '1986 2 AVENUE, HARLEM-EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94426073, 40.78812225]} },
{type: 'Feature',properties:{Name: '1', Address: '1988 2 AVENUE, HARLEM-EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94422458, 40.78817164]} },
{type: 'Feature',properties:{Name: '1', Address: '1990 2 AVENUE, HARLEM-EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94419565, 40.78821279]} },
{type: 'Feature',properties:{Name: '1', Address: '1996 2 AVENUE, HARLEM-EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94397512, 40.78851186]} },
{type: 'Feature',properties:{Name: '1', Address: 'N/A 2 AVENUE, HARLEM-EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94370442, 40.78833607]} },
{type: 'Feature',properties:{Name: '1', Address: '1992 2 AVENUE, HARLEM-EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94412696, 40.78830608]} },
{type: 'Feature',properties:{Name: '1', Address: '409 EAST 117 STREET, HARLEM-EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93444079, 40.79649126]} },
{type: 'Feature',properties:{Name: '1', Address: '402 EAST 118 STREET, HARLEM-EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93408981, 40.7971443]} },
{type: 'Feature',properties:{Name: '1', Address: '407 EAST 117 STREET, HARLEM-EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93447328, 40.796505]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 126 STREET, HARLEM-EAST', Month: '7', Price: '7680'}, geometry: { type: 'Point', coordinates:[-73.9349822, 40.80423444]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 126 STREET, HARLEM-EAST', Month: '7', Price: '7680'}, geometry: { type: 'Point', coordinates:[-73.9349822, 40.80423444]} },
{type: 'Feature',properties:{Name: '1', Address: '331 EAST 118 STREET, HARLEM-EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93595629, 40.7979523]} },
{type: 'Feature',properties:{Name: '1', Address: 'EAST 118 STREET, HARLEM-EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93534231, 40.79793275]} },
{type: 'Feature',properties:{Name: '1', Address: '2316 1 AVENUE, HARLEM-EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93408194, 40.7977948]} },
{type: 'Feature',properties:{Name: '1', Address: '2316 1 AVENUE, HARLEM-EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93408194, 40.7977948]} },
{type: 'Feature',properties:{Name: '1', Address: '220 E 118TH STREET, HARLEM-EAST', Month: '3', Price: '1500'}, geometry: { type: 'Point', coordinates:[-73.93840412, 40.79897193]} },
{type: 'Feature',properties:{Name: '1', Address: '246 EAST 127TH STREET, HARLEM-EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9338188, 40.80454393]} },
{type: 'Feature',properties:{Name: '1', Address: '2279 3 AVENUE, HARLEM-EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93608887, 40.80281329]} },
{type: 'Feature',properties:{Name: '1', Address: '2279 3 AVENUE, HARLEM-EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93608887, 40.80281329]} },
{type: 'Feature',properties:{Name: '1', Address: '2279 3 AVENUE, HARLEM-EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93608887, 40.80281329]} },
{type: 'Feature',properties:{Name: '1', Address: '1595 LEXINGTON AVENUE, HARLEM-EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94841996, 40.7892907]} },
{type: 'Feature',properties:{Name: '1', Address: '1595 LEXINGTON AVENUE, HARLEM-EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94841996, 40.7892907]} },
{type: 'Feature',properties:{Name: '1', Address: '1595 LEXINGTON AVENUE, HARLEM-EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94841996, 40.7892907]} },
{type: 'Feature',properties:{Name: '1', Address: '1595 LEXINGTON AVENUE, HARLEM-EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94841996, 40.7892907]} },
{type: 'Feature',properties:{Name: '1', Address: '1595 LEXINGTON AVENUE, HARLEM-EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94841996, 40.7892907]} },
{type: 'Feature',properties:{Name: '1', Address: '1595 LEXINGTON AVENUE, HARLEM-EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94841996, 40.7892907]} },
{type: 'Feature',properties:{Name: '1', Address: '1595 LEXINGTON AVENUE, HARLEM-EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94841996, 40.7892907]} },
{type: 'Feature',properties:{Name: '1', Address: '465 WEST 141ST STREET, HARLEM-UPPER', Month: '6', Price: '6264'}, geometry: { type: 'Point', coordinates:[-73.94866531, 40.822362]} },
{type: 'Feature',properties:{Name: '1', Address: '452 WEST 142 STREET, HARLEM-UPPER', Month: '6', Price: '5668'}, geometry: { type: 'Point', coordinates:[-73.94790979, 40.82285022]} },
{type: 'Feature',properties:{Name: '1', Address: '458 WEST 144 STREET, HARLEM-UPPER', Month: '6', Price: '2915'}, geometry: { type: 'Point', coordinates:[-73.94724752, 40.82419757]} },
{type: 'Feature',properties:{Name: '1', Address: '458 WEST 144TH, HARLEM-UPPER', Month: '7', Price: '2915'}, geometry: { type: 'Point', coordinates:[-73.94724752, 40.82419757]} },
{type: 'Feature',properties:{Name: '1', Address: '469 WEST 143 STREET, HARLEM-UPPER', Month: '5', Price: '5810'}, geometry: { type: 'Point', coordinates:[-73.94799222, 40.82371484]} },
{type: 'Feature',properties:{Name: '1', Address: '430 WEST 147 STREET, HARLEM-UPPER', Month: '12', Price: '4530'}, geometry: { type: 'Point', coordinates:[-73.94480734, 40.8257417]} },
{type: 'Feature',properties:{Name: '1', Address: '410 WEST 149 STREET, HARLEM-UPPER', Month: '7', Price: '4112'}, geometry: { type: 'Point', coordinates:[-73.94352732, 40.82683348]} },
{type: 'Feature',properties:{Name: '1', Address: '613 WEST 145TH ST, HARLEM-UPPER', Month: '8', Price: '2944'}, geometry: { type: 'Point', coordinates:[-73.95087699, 40.82661178]} },
{type: 'Feature',properties:{Name: '1', Address: '416 WEST 147 STREET, HARLEM-UPPER', Month: '3', Price: '3174'}, geometry: { type: 'Point', coordinates:[-73.94444975, 40.82559057]} },
{type: 'Feature',properties:{Name: '1', Address: '405 WEST 148TH STREET, HARLEM-UPPER', Month: '11', Price: '4420'}, geometry: { type: 'Point', coordinates:[-73.94368692, 40.82610347]} },
{type: 'Feature',properties:{Name: '1', Address: '452 WEST 153 STREET, HARLEM-UPPER', Month: '1', Price: '2688'}, geometry: { type: 'Point', coordinates:[-73.94297189, 40.82985514]} },
{type: 'Feature',properties:{Name: '1', Address: '541 WEST 141ST STREET, HARLEM-UPPER', Month: '2', Price: '3714'}, geometry: { type: 'Point', coordinates:[-73.95111783, 40.82339233]} },
{type: 'Feature',properties:{Name: '1', Address: '611 146 STREET, HARLEM-UPPER', Month: '4', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.95032005, 40.82726753]} },
{type: 'Feature',properties:{Name: '1', Address: '464 WEST 141 STREET, HARLEM-UPPER', Month: '4', Price: '4652'}, geometry: { type: 'Point', coordinates:[-73.94857863, 40.82230706]} },
{type: 'Feature',properties:{Name: '1', Address: '471 WEST 144 STREET, HARLEM-UPPER', Month: '11', Price: '3972'}, geometry: { type: 'Point', coordinates:[-73.94736309, 40.8242635]} },
{type: 'Feature',properties:{Name: '1', Address: '468 WEST 146 STREET, HARLEM-UPPER', Month: '11', Price: '3717'}, geometry: { type: 'Point', coordinates:[-73.94641175, 40.82559974]} },
{type: 'Feature',properties:{Name: '1', Address: '461 WEST 147 STREET, HARLEM-UPPER', Month: '8', Price: '3080'}, geometry: { type: 'Point', coordinates:[-73.94573923, 40.82615111]} },
{type: 'Feature',properties:{Name: '1', Address: '427 WEST 147 STREET, HARLEM-UPPER', Month: '2', Price: '5619'}, geometry: { type: 'Point', coordinates:[-73.94465201, 40.82569497]} },
{type: 'Feature',properties:{Name: '1', Address: '887 ST NICHOLAS AVENUE, HARLEM-UPPER', Month: '1', Price: '4576'}, geometry: { type: 'Point', coordinates:[-73.94156211, 40.8304418]} },
{type: 'Feature',properties:{Name: '1', Address: '519 WEST 148 STREET, HARLEM-UPPER', Month: '3', Price: '2592'}, geometry: { type: 'Point', coordinates:[-73.94695946, 40.82748286]} },
{type: 'Feature',properties:{Name: '1', Address: '3688 BROADWAY, HARLEM-UPPER', Month: '9', Price: '3776'}, geometry: { type: 'Point', coordinates:[-73.94698545, 40.83115256]} },
{type: 'Feature',properties:{Name: '1', Address: '3688 BROADWAY, HARLEM-UPPER', Month: '9', Price: '3776'}, geometry: { type: 'Point', coordinates:[-73.94698545, 40.83115256]} },
{type: 'Feature',properties:{Name: '1', Address: '454 WEST 141 STREET, HARLEM-UPPER', Month: '9', Price: '5620'}, geometry: { type: 'Point', coordinates:[-73.94837637, 40.82222189]} },
{type: 'Feature',properties:{Name: '1', Address: '452 WEST 141 STREET, HARLEM-UPPER', Month: '8', Price: '5300'}, geometry: { type: 'Point', coordinates:[-73.94833664, 40.8222054]} },
{type: 'Feature',properties:{Name: '1', Address: '458 WEST 142 STREET, HARLEM-UPPER', Month: '5', Price: '4454'}, geometry: { type: 'Point', coordinates:[-73.94802899, 40.82289693]} },
{type: 'Feature',properties:{Name: '1', Address: '462 WEST 142 STREET, HARLEM-UPPER', Month: '4', Price: '4454'}, geometry: { type: 'Point', coordinates:[-73.94810484, 40.8229299]} },
{type: 'Feature',properties:{Name: '1', Address: '326 CONVENT AVENUE, HARLEM-UPPER', Month: '12', Price: '4392'}, geometry: { type: 'Point', coordinates:[-73.94696251, 40.82365399]} },
{type: 'Feature',properties:{Name: '1', Address: '470 WEST 145TH STREET, HARLEM-UPPER', Month: '1', Price: '2991'}, geometry: { type: 'Point', coordinates:[-73.94695064, 40.82494949]} },
{type: 'Feature',properties:{Name: '1', Address: '470 WEST 145TH STREET, HARLEM-UPPER', Month: '11', Price: '2991'}, geometry: { type: 'Point', coordinates:[-73.94695064, 40.82494949]} },
{type: 'Feature',properties:{Name: '1', Address: '470 WEST 145TH STREET, HARLEM-UPPER', Month: '10', Price: '2991'}, geometry: { type: 'Point', coordinates:[-73.94695064, 40.82494949]} },
{type: 'Feature',properties:{Name: '1', Address: '369 CONVENT AVENUE, HARLEM-UPPER', Month: '12', Price: '11165'}, geometry: { type: 'Point', coordinates:[-73.94593165, 40.82503136]} },
{type: 'Feature',properties:{Name: '1', Address: '469 WEST 147 STREET, HARLEM-UPPER', Month: '4', Price: '2739'}, geometry: { type: 'Point', coordinates:[-73.94589094, 40.82621431]} },
{type: 'Feature',properties:{Name: '1', Address: '441 WEST 147 STREET, HARLEM-UPPER', Month: '4', Price: '5761'}, geometry: { type: 'Point', coordinates:[-73.94496264, 40.82582412]} },
{type: 'Feature',properties:{Name: '1', Address: '439 WEST 147 STREET, HARLEM-UPPER', Month: '6', Price: '5460'}, geometry: { type: 'Point', coordinates:[-73.9449193, 40.82580763]} },
{type: 'Feature',properties:{Name: '1', Address: '745 ST NICHOLAS AVENUE, HARLEM-UPPER', Month: '1', Price: '4800'}, geometry: { type: 'Point', coordinates:[-73.94366209, 40.82555451]} },
{type: 'Feature',properties:{Name: '1', Address: '749 ST NICHOLAS AVENUE, HARLEM-UPPER', Month: '12', Price: '5225'}, geometry: { type: 'Point', coordinates:[-73.94357166, 40.82567798]} },
{type: 'Feature',properties:{Name: '1', Address: '751 ST. NICHOLAS AVENUE, HARLEM-UPPER', Month: '9', Price: '5225'}, geometry: { type: 'Point', coordinates:[-73.94352825, 40.82574109]} },
{type: 'Feature',properties:{Name: '1', Address: '465 WEST 147 STREET, HARLEM-UPPER', Month: '10', Price: '2580'}, geometry: { type: 'Point', coordinates:[-73.94581508, 40.82618408]} },
{type: 'Feature',properties:{Name: '1', Address: '763 SAINT NICHOLAS AVENU, HARLEM-UPPER', Month: '5', Price: '5779'}, geometry: { type: 'Point', coordinates:[-73.94326771, 40.82619109]} },
{type: 'Feature',properties:{Name: '1', Address: '763 SAINT NICHOLAS AVENU, HARLEM-UPPER', Month: '8', Price: '5779'}, geometry: { type: 'Point', coordinates:[-73.94326771, 40.82619109]} },
{type: 'Feature',properties:{Name: '1', Address: '763 ST NICHOLAS AVENUE, HARLEM-UPPER', Month: '3', Price: '5779'}, geometry: { type: 'Point', coordinates:[-73.94326771, 40.82619109]} },
{type: 'Feature',properties:{Name: '1', Address: '759 ST NICHOLAS AVENUE, HARLEM-UPPER', Month: '3', Price: '5666'}, geometry: { type: 'Point', coordinates:[-73.94330391, 40.82610328]} },
{type: 'Feature',properties:{Name: '1', Address: '1835 AMSTERDAM AVENUE, HARLEM-UPPER', Month: '8', Price: '11472'}, geometry: { type: 'Point', coordinates:[-73.94493121, 40.82887623]} },
{type: 'Feature',properties:{Name: '1', Address: '1883 AMSTERDAM AVENUE, HARLEM-UPPER', Month: '11', Price: '9615'}, geometry: { type: 'Point', coordinates:[-73.94380975, 40.83040724]} },
{type: 'Feature',properties:{Name: '1', Address: '1885 AMSTERDAM AVENUE, HARLEM-UPPER', Month: '8', Price: '9615'}, geometry: { type: 'Point', coordinates:[-73.94377358, 40.83045663]} },
{type: 'Feature',properties:{Name: '1', Address: '1887 AMSTERDAM AVENUE, HARLEM-UPPER', Month: '12', Price: '9615'}, geometry: { type: 'Point', coordinates:[-73.94374102, 40.83050327]} },
{type: 'Feature',properties:{Name: '1', Address: '542 WEST 142ND STREET, HARLEM-UPPER', Month: '10', Price: '2649'}, geometry: { type: 'Point', coordinates:[-73.95058989, 40.82397124]} },
{type: 'Feature',properties:{Name: '1', Address: '532 WEST143RD STREET, HARLEM-UPPER', Month: '4', Price: '15372'}, geometry: { type: 'Point', coordinates:[-73.94980185, 40.82445397]} },
{type: 'Feature',properties:{Name: '1', Address: '536 WEST143RD STREET, HARLEM-UPPER', Month: '4', Price: '15372'}, geometry: { type: 'Point', coordinates:[-73.94987048, 40.82448419]} },
{type: 'Feature',properties:{Name: '1', Address: '561 WEST 144TH STREET, HARLEM-UPPER', Month: '4', Price: '17650'}, geometry: { type: 'Point', coordinates:[-73.94968202, 40.82523616]} },
{type: 'Feature',properties:{Name: '1', Address: '541 WEST 144TH STREET, HARLEM-UPPER', Month: '6', Price: '14190'}, geometry: { type: 'Point', coordinates:[-73.94928831, 40.82507131]} },
{type: 'Feature',properties:{Name: '1', Address: '533 WEST 144TH STREET, HARLEM-UPPER', Month: '5', Price: '5585'}, geometry: { type: 'Point', coordinates:[-73.94913299, 40.82500536]} },
{type: 'Feature',properties:{Name: '1', Address: '533 WEST 144TH STREET, HARLEM-UPPER', Month: '3', Price: '5585'}, geometry: { type: 'Point', coordinates:[-73.94913299, 40.82500536]} },
{type: 'Feature',properties:{Name: '1', Address: '503 WEST 144 STREET, HARLEM-UPPER', Month: '11', Price: '2697'}, geometry: { type: 'Point', coordinates:[-73.94854422, 40.82475808]} },
{type: 'Feature',properties:{Name: '1', Address: '522 WEST 147 STREET, HARLEM-UPPER', Month: '3', Price: '17410'}, geometry: { type: 'Point', coordinates:[-73.94750556, 40.82687653]} },
{type: 'Feature',properties:{Name: '1', Address: '526 WEST 147 STREET, HARLEM-UPPER', Month: '11', Price: '21750'}, geometry: { type: 'Point', coordinates:[-73.94758503, 40.8269095]} },
{type: 'Feature',properties:{Name: '1', Address: '530 WEST 147 STREET, HARLEM-UPPER', Month: '7', Price: '16800'}, geometry: { type: 'Point', coordinates:[-73.94766449, 40.82694248]} },
{type: 'Feature',properties:{Name: '1', Address: '534 WEST 147 STREET, HARLEM-UPPER', Month: '3', Price: '17410'}, geometry: { type: 'Point', coordinates:[-73.94774035, 40.82697545]} },
{type: 'Feature',properties:{Name: '1', Address: '1760 AMSTERDAM AVENUE, HARLEM-UPPER', Month: '1', Price: '14830'}, geometry: { type: 'Point', coordinates:[-73.94656987, 40.82667025]} },
{type: 'Feature',properties:{Name: '1', Address: '1760 AMSTERDAM AVENUE, HARLEM-UPPER', Month: '9', Price: '14830'}, geometry: { type: 'Point', coordinates:[-73.94656987, 40.82667025]} },
{type: 'Feature',properties:{Name: '1', Address: '1764 AMSTERDAM AVENUE, HARLEM-UPPER', Month: '10', Price: '5850'}, geometry: { type: 'Point', coordinates:[-73.94650476, 40.82675805]} },
{type: 'Feature',properties:{Name: '1', Address: '1764 AMSTERDAM AVENUE, HARLEM-UPPER', Month: '3', Price: '5850'}, geometry: { type: 'Point', coordinates:[-73.94650476, 40.82675805]} },
{type: 'Feature',properties:{Name: '1', Address: '1766 AMSTERDAM AVENUE, HARLEM-UPPER', Month: '10', Price: '6232'}, geometry: { type: 'Point', coordinates:[-73.94647221, 40.82680195]} },
{type: 'Feature',properties:{Name: '1', Address: '1766 AMSTERDAM AVENUE, HARLEM-UPPER', Month: '12', Price: '6232'}, geometry: { type: 'Point', coordinates:[-73.94647221, 40.82680195]} },
{type: 'Feature',properties:{Name: '1', Address: '1792 AMSTERDAM AVENUE, HARLEM-UPPER', Month: '5', Price: '9313'}, geometry: { type: 'Point', coordinates:[-73.94590428, 40.82757844]} },
{type: 'Feature',properties:{Name: '1', Address: '514 WEST 149TH STREET, HARLEM-UPPER', Month: '2', Price: '3800'}, geometry: { type: 'Point', coordinates:[-73.94643867, 40.82805901]} },
{type: 'Feature',properties:{Name: '1', Address: '503 WEST 149 STREET, HARLEM-UPPER', Month: '2', Price: '9083'}, geometry: { type: 'Point', coordinates:[-73.94619303, 40.82797381]} },
{type: 'Feature',properties:{Name: '1', Address: '518 WEST 150 STREET, HARLEM-UPPER', Month: '9', Price: '2282'}, geometry: { type: 'Point', coordinates:[-73.94606235, 40.82871208]} },
{type: 'Feature',properties:{Name: '1', Address: '501 WEST 150TH STREET, HARLEM-UPPER', Month: '7', Price: '3448'}, geometry: { type: 'Point', coordinates:[-73.94587811, 40.82865435]} },
{type: 'Feature',properties:{Name: '1', Address: '558 WEST 151ST STREET, HARLEM-UPPER', Month: '1', Price: '10875'}, geometry: { type: 'Point', coordinates:[-73.9463904, 40.82966739]} },
{type: 'Feature',properties:{Name: '1', Address: '532 WEST 152 STREET, HARLEM-UPPER', Month: '6', Price: '14010'}, geometry: { type: 'Point', coordinates:[-73.94542527, 40.83008139]} },
{type: 'Feature',properties:{Name: '1', Address: '614 WEST 138TH ST, HARLEM-UPPER', Month: '4', Price: '3906'}, geometry: { type: 'Point', coordinates:[-73.95425843, 40.82225731]} },
{type: 'Feature',properties:{Name: '1', Address: '608 WEST 148 STREET, HARLEM-UPPER', Month: '3', Price: '3515'}, geometry: { type: 'Point', coordinates:[-73.94940133, 40.82849127]} },
{type: 'Feature',properties:{Name: '1', Address: '723 ST NICHOLAS AVENUE, HARLEM-UPPER', Month: '3', Price: '33780'}, geometry: { type: 'Point', coordinates:[-73.94421194, 40.82480272]} },
{type: 'Feature',properties:{Name: '1', Address: '3621 BROADWAY, HARLEM-UPPER', Month: '7', Price: '65050'}, geometry: { type: 'Point', coordinates:[-73.94853366, 40.82907277]} },
{type: 'Feature',properties:{Name: '1', Address: '3671 BROADWAY, HARLEM-UPPER', Month: '3', Price: '69876'}, geometry: { type: 'Point', coordinates:[-73.94735801, 40.83068338]} },
{type: 'Feature',properties:{Name: '1', Address: '450 WEST 152ND STREET, 51, HARLEM-UPPER', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94312791, 40.82910591]} },
{type: 'Feature',properties:{Name: '1', Address: '454 WEST 152ND STREET, 53, HARLEM-UPPER', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94320738, 40.82914163]} },
{type: 'Feature',properties:{Name: '1', Address: '464 WEST 152ND STREET, 2, HARLEM-UPPER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94340605, 40.82922407]} },
{type: 'Feature',properties:{Name: '1', Address: '464 WEST 152 STREET, 54, HARLEM-UPPER', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94340605, 40.82922407]} },
{type: 'Feature',properties:{Name: '1', Address: '79 HAMILTON PLACE, 15, HARLEM-UPPER', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95092311, 40.82286252]} },
{type: 'Feature',properties:{Name: '1', Address: '79 HAMILTON PLACE, 8, HARLEM-UPPER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95092311, 40.82286252]} },
{type: 'Feature',properties:{Name: '1', Address: '79 HAMILTON PLACE, 10, HARLEM-UPPER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95092311, 40.82286252]} },
{type: 'Feature',properties:{Name: '1', Address: '83 HAMILTON PLACE, 20, HARLEM-UPPER', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9507966, 40.82293383]} },
{type: 'Feature',properties:{Name: '1', Address: '507 WEST 140TH STREET, 53, HARLEM-UPPER', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95027684, 40.82223096]} },
{type: 'Feature',properties:{Name: '1', Address: '502 WEST 141 STREET, 4A, HARLEM-UPPER', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94966221, 40.82276316]} },
{type: 'Feature',properties:{Name: '1', Address: '502 WEST 141ST STREET, 6A, HARLEM-UPPER', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94966221, 40.82276316]} },
{type: 'Feature',properties:{Name: '1', Address: '502 WEST 141 STREET, 5A, HARLEM-UPPER', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94966221, 40.82276316]} },
{type: 'Feature',properties:{Name: '1', Address: '517 WEST 144TH STREET, 18, HARLEM-UPPER', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94881874, 40.82487348]} },
{type: 'Feature',properties:{Name: '1', Address: '522 WEST 151ST STREET, 43, HARLEM-UPPER', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94568602, 40.82937064]} },
{type: 'Feature',properties:{Name: '1', Address: '524 WEST 151ST STREET, 3, HARLEM-UPPER', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94572214, 40.82938712]} },
{type: 'Feature',properties:{Name: '1', Address: '524 WEST 151 STREET, 6, HARLEM-UPPER', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94572214, 40.82938712]} },
{type: 'Feature',properties:{Name: '1', Address: '529 WEST 152ND STREET, 32, HARLEM-UPPER', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94533856, 40.83006214]} },
{type: 'Feature',properties:{Name: '1', Address: '604 WEST 140TH STREET, 4B, HARLEM-UPPER', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95322064, 40.82344535]} },
{type: 'Feature',properties:{Name: '1', Address: '655 RIVERSIDE DRIVE, 3A, HARLEM-UPPER', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95321549, 40.82563289]} },
{type: 'Feature',properties:{Name: '1', Address: '619 WEST 143 STREET, 53, HARLEM-UPPER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95190046, 40.82535788]} },
{type: 'Feature',properties:{Name: '1', Address: '302 CONVENT AVENUE, 44, HARLEM-UPPER', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94751592, 40.8228967]} },
{type: 'Feature',properties:{Name: '1', Address: '302 CONVENT AVE, 55, HARLEM-UPPER', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94751592, 40.8228967]} },
{type: 'Feature',properties:{Name: '1', Address: '302 CONVENT AVENUE, 45, HARLEM-UPPER', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94751592, 40.8228967]} },
{type: 'Feature',properties:{Name: '1', Address: '450 WEST 147TH STREET, 1S, HARLEM-UPPER', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94562727, 40.82608518]} },
{type: 'Feature',properties:{Name: '1', Address: '435 CONVENT AVENUE, 3, HARLEM-UPPER', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.944463, 40.82704253]} },
{type: 'Feature',properties:{Name: '1', Address: '402 WEST 153 STREET, 4E, HARLEM-UPPER', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94225307, 40.82955012]} },
{type: 'Feature',properties:{Name: '1', Address: '402 WEST 153RD, 6W, HARLEM-UPPER', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94225307, 40.82955012]} },
{type: 'Feature',properties:{Name: '1', Address: '552 WEST 141ST STREET, 6D, HARLEM-UPPER', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95103838, 40.82334015]} },
{type: 'Feature',properties:{Name: '1', Address: '94 HAMILTON PLACE, 5A, HARLEM-UPPER', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95007726, 40.82338365]} },
{type: 'Feature',properties:{Name: '1', Address: '100 HAMILTON PLACE, 6F, HARLEM-UPPER', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94992182, 40.8234769]} },
{type: 'Feature',properties:{Name: '1', Address: '523 WEST 143RD STREET, 1D, HARLEM-UPPER', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94961762, 40.82439625]} },
{type: 'Feature',properties:{Name: '1', Address: '505 WEST 143RD STREET, 33, HARLEM-UPPER', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9493106, 40.82426711]} },
{type: 'Feature',properties:{Name: '1', Address: '537 WEST 149 STREET, HARLEM-UPPER', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94686129, 40.82825408]} },
{type: 'Feature',properties:{Name: '1', Address: '604 RIVERSIDE DRIVE, HARLEM-UPPER', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95586964, 40.82260102]} },
{type: 'Feature',properties:{Name: '1', Address: '604 RIVERSIDE DRIVE, 6A, HARLEM-UPPER', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95586964, 40.82260102]} },
{type: 'Feature',properties:{Name: '1', Address: '640 WEST 139 STREET, 10, HARLEM-UPPER', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95421092, 40.82304777]} },
{type: 'Feature',properties:{Name: '1', Address: '443 WEST 151 STREET, HARLEM-UPPER', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9437282, 40.82856549]} },
{type: 'Feature',properties:{Name: '1', Address: '753 ST NICHOLAS AVENUE, HARLEM-UPPER', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94348122, 40.82580419]} },
{type: 'Feature',properties:{Name: '1', Address: '461 WEST 150 STREET, HARLEM-UPPER', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94451272, 40.82808006]} },
{type: 'Feature',properties:{Name: '1', Address: '461 WEST 150 STREET, HARLEM-UPPER', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94451272, 40.82808006]} },
{type: 'Feature',properties:{Name: '1', Address: '461 WEST 150 STREET, HARLEM-UPPER', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94451272, 40.82808006]} },
{type: 'Feature',properties:{Name: '1', Address: '461 WEST 150 STREET, HARLEM-UPPER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94451272, 40.82808006]} },
{type: 'Feature',properties:{Name: '1', Address: '469 WEST 152 STREET, HARLEM-UPPER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94335546, 40.82922404]} },
{type: 'Feature',properties:{Name: '1', Address: '469 WEST 152 STREET, HARLEM-UPPER', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94335546, 40.82922404]} },
{type: 'Feature',properties:{Name: '1', Address: '479 WEST 152 STREET, HARLEM-UPPER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94359386, 40.82932297]} },
{type: 'Feature',properties:{Name: '1', Address: '479 WEST 152 STREET, HARLEM-UPPER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94359386, 40.82932297]} },
{type: 'Feature',properties:{Name: '1', Address: '479 WEST 152 STREET, HARLEM-UPPER', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94359386, 40.82932297]} },
{type: 'Feature',properties:{Name: '1', Address: '479 WEST 152 STREET, HARLEM-UPPER', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94359386, 40.82932297]} },
{type: 'Feature',properties:{Name: '1', Address: '479 WEST 152 STREET, HARLEM-UPPER', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94359386, 40.82932297]} },
{type: 'Feature',properties:{Name: '1', Address: '479 WEST 152 STREET, HARLEM-UPPER', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94359386, 40.82932297]} },
{type: 'Feature',properties:{Name: '1', Address: '479 WEST 152 STREET, HARLEM-UPPER', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94359386, 40.82932297]} },
{type: 'Feature',properties:{Name: '1', Address: '479 WEST 152 STREET, HARLEM-UPPER', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94359386, 40.82932297]} },
{type: 'Feature',properties:{Name: '1', Address: '479 WEST 152 STREET, HARLEM-UPPER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94359386, 40.82932297]} },
{type: 'Feature',properties:{Name: '1', Address: '479 WEST 152 STREET, HARLEM-UPPER', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94359386, 40.82932297]} },
{type: 'Feature',properties:{Name: '1', Address: '479 WEST 152 STREET, HARLEM-UPPER', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94359386, 40.82932297]} },
{type: 'Feature',properties:{Name: '1', Address: '479 WEST 152 STREET, HARLEM-UPPER', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94359386, 40.82932297]} },
{type: 'Feature',properties:{Name: '1', Address: '479 WEST 152 STREET, HARLEM-UPPER', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94359386, 40.82932297]} },
{type: 'Feature',properties:{Name: '1', Address: '479 WEST 152 STREET, HARLEM-UPPER', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94359386, 40.82932297]} },
{type: 'Feature',properties:{Name: '1', Address: '529 WEST 147 STREET, HARLEM-UPPER', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94761391, 40.82694245]} },
{type: 'Feature',properties:{Name: '1', Address: '660 RIVERSIDE DRIVE, HARLEM-UPPER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95286475, 40.8259923]} },
{type: 'Feature',properties:{Name: '1', Address: '660 RIVERSIDE DRIVE, HARLEM-UPPER', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95286475, 40.8259923]} },
{type: 'Feature',properties:{Name: '1', Address: '660 RIVERSIDE DRIVE, HARLEM-UPPER', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95286475, 40.8259923]} },
{type: 'Feature',properties:{Name: '1', Address: '660 RIVERSIDE DRIVE, HARLEM-UPPER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95286475, 40.8259923]} },
{type: 'Feature',properties:{Name: '1', Address: '668 RIVERSIDE DRIVE, HARLEM-UPPER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95259352, 40.82632979]} },
{type: 'Feature',properties:{Name: '1', Address: '690 RIVERSIDE DRIVE, HARLEM-UPPER', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95117598, 40.82785526]} },
{type: 'Feature',properties:{Name: '1', Address: '690 RIVERSIDE DRIVE, HARLEM-UPPER', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95117598, 40.82785526]} },
{type: 'Feature',properties:{Name: '1', Address: '690 RIVERSIDE DRIVE, HARLEM-UPPER', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95117598, 40.82785526]} },
{type: 'Feature',properties:{Name: '1', Address: '706 RIVERSIDE DRIVE, HARLEM-UPPER', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95053577, 40.82871683]} },
{type: 'Feature',properties:{Name: '1', Address: '706 RIVERSIDE DRIVE, HARLEM-UPPER', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95053577, 40.82871683]} },
{type: 'Feature',properties:{Name: '1', Address: '603 WEST 148TH STREET, HARLEM-UPPER', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94933991, 40.82848301]} },
{type: 'Feature',properties:{Name: '1', Address: '710 RIVERSIDE DRIVE, HARLEM-UPPER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95032959, 40.82900768]} },
{type: 'Feature',properties:{Name: '1', Address: '710 RIVERSIDE DRIVE, HARLEM-UPPER', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95032959, 40.82900768]} },
{type: 'Feature',properties:{Name: '1', Address: '710 RIVERSIDE DRIVE, HARLEM-UPPER', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95032959, 40.82900768]} },
{type: 'Feature',properties:{Name: '1', Address: '710 RIVERSIDE DRIVE, HARLEM-UPPER', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95032959, 40.82900768]} },
{type: 'Feature',properties:{Name: '1', Address: '710 RIVERSIDE DRIVE, HARLEM-UPPER', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95032959, 40.82900768]} },
{type: 'Feature',properties:{Name: '1', Address: '710 RIVERSIDE DRIVE, HARLEM-UPPER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95032959, 40.82900768]} },
{type: 'Feature',properties:{Name: '1', Address: '710 RIVERSIDE DRIVE, HARLEM-UPPER', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95032959, 40.82900768]} },
{type: 'Feature',properties:{Name: '1', Address: '710 RIVERSIDE DRIVE, HARLEM-UPPER', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95032959, 40.82900768]} },
{type: 'Feature',properties:{Name: '1', Address: '710 RIVERSIDE DRIVE, HARLEM-UPPER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95032959, 40.82900768]} },
{type: 'Feature',properties:{Name: '1', Address: '710 RIVERSIDE DRIVE, HARLEM-UPPER', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95032959, 40.82900768]} },
{type: 'Feature',properties:{Name: '1', Address: '710 RIVERSIDE DRIVE, HARLEM-UPPER', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95032959, 40.82900768]} },
{type: 'Feature',properties:{Name: '1', Address: '710 RIVERSIDE DRIVE, HARLEM-UPPER', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95032959, 40.82900768]} },
{type: 'Feature',properties:{Name: '1', Address: '710 RIVERSIDE DRIVE, HARLEM-UPPER', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95032959, 40.82900768]} },
{type: 'Feature',properties:{Name: '1', Address: '710 RIVERSIDE DRIVE, HARLEM-UPPER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95032959, 40.82900768]} },
{type: 'Feature',properties:{Name: '1', Address: '710 RIVERSIDE DRIVE, HARLEM-UPPER', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95032959, 40.82900768]} },
{type: 'Feature',properties:{Name: '1', Address: '710 RIVERSIDE DRIVE, HARLEM-UPPER', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95032959, 40.82900768]} },
{type: 'Feature',properties:{Name: '1', Address: '710 RIVERSIDE DRIVE, HARLEM-UPPER', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95032959, 40.82900768]} },
{type: 'Feature',properties:{Name: '1', Address: '710 RIVERSIDE DRIVE, HARLEM-UPPER', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95032959, 40.82900768]} },
{type: 'Feature',properties:{Name: '1', Address: '710 RIVERSIDE DRIVE, HARLEM-UPPER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95032959, 40.82900768]} },
{type: 'Feature',properties:{Name: '1', Address: '710 RIVERSIDE DRIVE, HARLEM-UPPER', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95032959, 40.82900768]} },
{type: 'Feature',properties:{Name: '1', Address: '750 RIVERSIDE DRIVE, HARLEM-UPPER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94926149, 40.83180134]} },
{type: 'Feature',properties:{Name: '1', Address: '750 RIVERSIDE DRIVE, HARLEM-UPPER', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94926149, 40.83180134]} },
{type: 'Feature',properties:{Name: '1', Address: '750 RIVERSIDE DRIVE, HARLEM-UPPER', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94926149, 40.83180134]} },
{type: 'Feature',properties:{Name: '1', Address: '750 RIVERSIDE DRIVE, HARLEM-UPPER', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94926149, 40.83180134]} },
{type: 'Feature',properties:{Name: '1', Address: '750 RIVERSIDE DRIVE, HARLEM-UPPER', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94926149, 40.83180134]} },
{type: 'Feature',properties:{Name: '1', Address: '750 RIVERSIDE DRIVE, HARLEM-UPPER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94926149, 40.83180134]} },
{type: 'Feature',properties:{Name: '1', Address: '750 RIVERSIDE DRIVE, HARLEM-UPPER', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94926149, 40.83180134]} },
{type: 'Feature',properties:{Name: '1', Address: '750 RIVERSIDE DRIVE, HARLEM-UPPER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94926149, 40.83180134]} },
{type: 'Feature',properties:{Name: '1', Address: '750 RIVERSIDE DRIVE, HARLEM-UPPER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94926149, 40.83180134]} },
{type: 'Feature',properties:{Name: '1', Address: '750 RIVERSIDE DRIVE, HARLEM-UPPER', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94926149, 40.83180134]} },
{type: 'Feature',properties:{Name: '1', Address: '750 RIVERSIDE DRIVE, HARLEM-UPPER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94926149, 40.83180134]} },
{type: 'Feature',properties:{Name: '1', Address: '750 RIVERSIDE DRIVE, HARLEM-UPPER', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94926149, 40.83180134]} },
{type: 'Feature',properties:{Name: '1', Address: '400 WEST 149TH STREET, HARLEM-UPPER', Month: '9', Price: '5930'}, geometry: { type: 'Point', coordinates:[-73.94326003, 40.82671807]} },
{type: 'Feature',properties:{Name: '1', Address: '368 CONVENT AVENUE, HARLEM-UPPER', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94600758, 40.82496003]} },
{type: 'Feature',properties:{Name: '1', Address: '458 146 STREET, HARLEM-UPPER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94624198, 40.82552829]} },
{type: 'Feature',properties:{Name: '1', Address: '513 WEST 149TH STREET, HARLEM-UPPER', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94638809, 40.82805625]} },
{type: 'Feature',properties:{Name: '1', Address: '454 WEST 145 STREET, HARLEM-UPPER', Month: '10', Price: '4088'}, geometry: { type: 'Point', coordinates:[-73.94669058, 40.82483958]} },
{type: 'Feature',properties:{Name: '1', Address: '3556 BROADWAY, HARLEM-UPPER', Month: '6', Price: '9680'}, geometry: { type: 'Point', coordinates:[-73.95006013, 40.82694354]} },
{type: 'Feature',properties:{Name: '1', Address: '701 WEST 135 STREET, HARLEM-UPPER', Month: '4', Price: '19186'}, geometry: { type: 'Point', coordinates:[-73.95765138, 40.82183592]} },
{type: 'Feature',properties:{Name: '1', Address: '841 ST NICHOLAS AVENUE, HARLEM-UPPER', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9421452, 40.82893525]} },
{type: 'Feature',properties:{Name: '1', Address: '841 ST NICHOLAS AVENUE, HARLEM-UPPER', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9421452, 40.82893525]} },
{type: 'Feature',properties:{Name: '1', Address: '845 ST NICHOLAS AVENUE, HARLEM-UPPER', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94210898, 40.82903404]} },
{type: 'Feature',properties:{Name: '1', Address: '845 ST NICHOLAS AVENUE, HARLEM-UPPER', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94210898, 40.82903404]} },
{type: 'Feature',properties:{Name: '1', Address: '847 ST NICHOLAS AVENUE, HARLEM-UPPER', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94209087, 40.82908344]} },
{type: 'Feature',properties:{Name: '1', Address: '847 ST NICHOLAS AVENUE, HARLEM-UPPER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94209087, 40.82908344]} },
{type: 'Feature',properties:{Name: '1', Address: '843 ST NICHOLAS AVENUE, HARLEM-UPPER', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94212709, 40.82898464]} },
{type: 'Feature',properties:{Name: '1', Address: '843 ST NICHOLAS AVENUE, HARLEM-UPPER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94212709, 40.82898464]} },
{type: 'Feature',properties:{Name: '1', Address: '449 CONVENT AVE, HARLEM-UPPER', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94412296, 40.82750074]} },
{type: 'Feature',properties:{Name: '1', Address: '504 WEST 141 STREET, HARLEM-UPPER', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94970195, 40.82277965]} },
{type: 'Feature',properties:{Name: '1', Address: '620 WEST 148 STREET, HARLEM-UPPER', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94950247, 40.82853523]} },
{type: 'Feature',properties:{Name: '1', Address: '507 WEST 145 STREET, HARLEM-UPPER', Month: '5', Price: '7510'}, geometry: { type: 'Point', coordinates:[-73.94812815, 40.82546328]} },
{type: 'Feature',properties:{Name: '1', Address: '470 WEST 143 STREET, HARLEM-UPPER', Month: '3', Price: '3969'}, geometry: { type: 'Point', coordinates:[-73.94807531, 40.82373135]} },
{type: 'Feature',properties:{Name: '1', Address: '479 WEST 152 STREET, HARLEM-UPPER', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94359386, 40.82932297]} },
{type: 'Feature',properties:{Name: '1', Address: '50 HAMILTON PLACE, HARLEM-WEST', Month: '8', Price: '3260'}, geometry: { type: 'Point', coordinates:[-73.95172917, 40.82240723]} },
{type: 'Feature',properties:{Name: '1', Address: '540 WEST 140 STREET, HARLEM-WEST', Month: '10', Price: '5945'}, geometry: { type: 'Point', coordinates:[-73.95162412, 40.82277773]} },
{type: 'Feature',properties:{Name: '1', Address: '540 WEST 140 STREET, HARLEM-WEST', Month: '5', Price: '5945'}, geometry: { type: 'Point', coordinates:[-73.95162412, 40.82277773]} },
{type: 'Feature',properties:{Name: '1', Address: '1345 AMSTERDAM AVENUE, HARLEM-WEST', Month: '5', Price: '18630'}, geometry: { type: 'Point', coordinates:[-73.95601281, 40.81371093]} },
{type: 'Feature',properties:{Name: '1', Address: '449 WEST 125 STREET, HARLEM-WEST', Month: '5', Price: '16382'}, geometry: { type: 'Point', coordinates:[-73.9556775, 40.81271721]} },
{type: 'Feature',properties:{Name: '1', Address: '8 CONVENT AVENUE, HARLEM-WEST', Month: '2', Price: '1850'}, geometry: { type: 'Point', coordinates:[-73.95313045, 40.81299891]} },
{type: 'Feature',properties:{Name: '1', Address: '106-108 CONVENT AVENUE, HARLEM-WEST', Month: '7', Price: '24105'}, geometry: { type: 'Point', coordinates:[-73.95252799, 40.81688519]} },
{type: 'Feature',properties:{Name: '1', Address: '1467 AMSTERDAM AVENUE, HARLEM-WEST', Month: '7', Price: '19956'}, geometry: { type: 'Point', coordinates:[-73.95347433, 40.81718475]} },
{type: 'Feature',properties:{Name: '1', Address: '556 WEST 126 STREET, HARLEM-WEST', Month: '1', Price: '16266'}, geometry: { type: 'Point', coordinates:[-73.95711695, 40.81575891]} },
{type: 'Feature',properties:{Name: '1', Address: '560 WEST 126 STREET, HARLEM-WEST', Month: '5', Price: '16266'}, geometry: { type: 'Point', coordinates:[-73.95721081, 40.81586599]} },
{type: 'Feature',properties:{Name: '1', Address: '564 WEST 126 STREET, HARLEM-WEST', Month: '6', Price: '19255'}, geometry: { type: 'Point', coordinates:[-73.95730107, 40.81597032]} },
{type: 'Feature',properties:{Name: '1', Address: '508 WEST 134TH STREET, HARLEM-WEST', Month: '10', Price: '13765'}, geometry: { type: 'Point', coordinates:[-73.9534481, 40.81852965]} },
{type: 'Feature',properties:{Name: '1', Address: '508 WEST 136 STREET, HARLEM-WEST', Month: '7', Price: '15048'}, geometry: { type: 'Point', coordinates:[-73.95231997, 40.81980274]} },
{type: 'Feature',properties:{Name: '1', Address: '619 WEST 135 STREET, HARLEM-WEST', Month: '9', Price: '14260'}, geometry: { type: 'Point', coordinates:[-73.95622504, 40.82059751]} },
{type: 'Feature',properties:{Name: '1', Address: '617 WEST 135 STREET, HARLEM-WEST', Month: '11', Price: '14260'}, geometry: { type: 'Point', coordinates:[-73.95619976, 40.82058653]} },
{type: 'Feature',properties:{Name: '1', Address: '615 WEST 135 STREET, HARLEM-WEST', Month: '2', Price: '14260'}, geometry: { type: 'Point', coordinates:[-73.95617447, 40.82057554]} },
{type: 'Feature',properties:{Name: '1', Address: '611 WEST 135 STREET, HARLEM-WEST', Month: '9', Price: '14260'}, geometry: { type: 'Point', coordinates:[-73.9561239, 40.82055356]} },
{type: 'Feature',properties:{Name: '1', Address: '609 WEST 135 STREET, HARLEM-WEST', Month: '5', Price: '14260'}, geometry: { type: 'Point', coordinates:[-73.95578077, 40.82040522]} },
{type: 'Feature',properties:{Name: '1', Address: '546 WEST 140TH STREET, HARLEM-WEST', Month: '5', Price: '2445'}, geometry: { type: 'Point', coordinates:[-73.95171081, 40.82281344]} },
{type: 'Feature',properties:{Name: '1', Address: '25 ST NICHOLAS TERRACE, HARLEM-WEST', Month: '7', Price: '50832'}, geometry: { type: 'Point', coordinates:[-73.95164197, 40.81313554]} },
{type: 'Feature',properties:{Name: '1', Address: '25 ST NICHOLAS TERRACE, HARLEM-WEST', Month: '2', Price: '50832'}, geometry: { type: 'Point', coordinates:[-73.95164197, 40.81313554]} },
{type: 'Feature',properties:{Name: '1', Address: '35 ST NICHOLAS TERRACE, HARLEM-WEST', Month: '12', Price: '50832'}, geometry: { type: 'Point', coordinates:[-73.95146477, 40.81337974]} },
{type: 'Feature',properties:{Name: '1', Address: '35 ST NICHOLAS TERRACE, HARLEM-WEST', Month: '7', Price: '50832'}, geometry: { type: 'Point', coordinates:[-73.95146477, 40.81337974]} },
{type: 'Feature',properties:{Name: '1', Address: '606 WEST 137 STREET, HARLEM-WEST', Month: '10', Price: '27810'}, geometry: { type: 'Point', coordinates:[-73.95459853, 40.82157675]} },
{type: 'Feature',properties:{Name: '1', Address: '36 CONVENT AVENUE, 4, HARLEM-WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95309354, 40.81410777]} },
{type: 'Feature',properties:{Name: '1', Address: '33 CONVENT AVENUE, 4, HARLEM-WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95307552, 40.81403914]} },
{type: 'Feature',properties:{Name: '1', Address: '29-33 CONVENT AVENUE, 24, HARLEM-WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95308285, 40.81389642]} },
{type: 'Feature',properties:{Name: '1', Address: '508 WEST 135TH STREET, 2, HARLEM-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95277926, 40.8191689]} },
{type: 'Feature',properties:{Name: '1', Address: '513 WEST 135 STREET, 4A, HARLEM-WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95284787, 40.81921559]} },
{type: 'Feature',properties:{Name: '1', Address: '525 W. 138TH STREET, 4, HARLEM-WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95205511, 40.82134791]} },
{type: 'Feature',properties:{Name: '1', Address: '504 WEST 139TH STREET, 15, HARLEM-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95075785, 40.82159713]} },
{type: 'Feature',properties:{Name: '1', Address: '1608-10 AMSTERDAM AVENUE, 4C, HARLEM-WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95024838, 40.82164083]} },
{type: 'Feature',properties:{Name: '1', Address: '1608-10 AMSTERDAM AVENUE, 3C, HARLEM-WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95024838, 40.82164083]} },
{type: 'Feature',properties:{Name: '1', Address: '575 RIVERSIDE DRIVE, 65, HARLEM-WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95768076, 40.82109485]} },
{type: 'Feature',properties:{Name: '1', Address: '601 WEST 136TH STREET, 25, HARLEM-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95498555, 40.82094836]} },
{type: 'Feature',properties:{Name: '1', Address: '601 WEST 136TH STREET, 27, HARLEM-WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95498555, 40.82094836]} },
{type: 'Feature',properties:{Name: '1', Address: '601 WEST 136TH STREET, 28, HARLEM-WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95498555, 40.82094836]} },
{type: 'Feature',properties:{Name: '1', Address: '616 WEST 137TH STREET, 2B, HARLEM-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95473217, 40.82163444]} },
{type: 'Feature',properties:{Name: '1', Address: '616 WEST 137 STREET, 1A, HARLEM-WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95473217, 40.82163444]} },
{type: 'Feature',properties:{Name: '1', Address: '616 WEST 137TH STREET, 1B, HARLEM-WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95473217, 40.82163444]} },
{type: 'Feature',properties:{Name: '1', Address: '501 WEST 138TH STREET, 63, HARLEM-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95113407, 40.82096601]} },
{type: 'Feature',properties:{Name: '1', Address: '508 WEST 139TH STREET, 21, HARLEM-WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95087343, 40.82164659]} },
{type: 'Feature',properties:{Name: '1', Address: '504 WEST 136TH STREET, HARLEM-WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95224051, 40.81976977]} },
{type: 'Feature',properties:{Name: '1', Address: '504 WEST 136TH STREET, HARLEM-WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95224051, 40.81976977]} },
{type: 'Feature',properties:{Name: '1', Address: '1355 AMSTERDAM AVENUE, HARLEM-WEST', Month: '7', Price: '1245'}, geometry: { type: 'Point', coordinates:[-73.95581756, 40.81397435]} },
{type: 'Feature',properties:{Name: '1', Address: '402 WEST 126 STREET, HARLEM-WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95370546, 40.81210986]} },
{type: 'Feature',properties:{Name: '1', Address: 'WEST 126 STREET, HARLEM-WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95456135, 40.81252465]} },
{type: 'Feature',properties:{Name: '1', Address: '464 WEST 130TH STREET, HARLEM-WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95367069, 40.81535685]} },
{type: 'Feature',properties:{Name: '1', Address: '67 ADRIAN AVENUE, INWOOD', Month: '5', Price: '1996'}, geometry: { type: 'Point', coordinates:[-73.9104514, 40.87748527]} },
{type: 'Feature',properties:{Name: '1', Address: '34 VAN CORLEAR PLACE, INWOOD', Month: '5', Price: '1528'}, geometry: { type: 'Point', coordinates:[-73.91089386, 40.87651948]} },
{type: 'Feature',properties:{Name: '1', Address: '52 ADRIAN AVENUE, INWOOD', Month: '3', Price: '3906'}, geometry: { type: 'Point', coordinates:[-73.91109215, 40.87696153]} },
{type: 'Feature',properties:{Name: '1', Address: '52 ADRIAN AVENUE, INWOOD', Month: '12', Price: '3906'}, geometry: { type: 'Point', coordinates:[-73.91109215, 40.87696153]} },
{type: 'Feature',properties:{Name: '1', Address: '26 FT CHARLES PLACE, INWOOD', Month: '11', Price: '13674'}, geometry: { type: 'Point', coordinates:[-73.91063436, 40.87588252]} },
{type: 'Feature',properties:{Name: '1', Address: '83 POST AVENUE, INWOOD', Month: '5', Price: '14490'}, geometry: { type: 'Point', coordinates:[-73.92177848, 40.86390727]} },
{type: 'Feature',properties:{Name: '1', Address: '123 POST AVENUE, INWOOD', Month: '3', Price: '9050'}, geometry: { type: 'Point', coordinates:[-73.92005681, 40.86454286]} },
{type: 'Feature',properties:{Name: '1', Address: '11 VERMILYEA AVENUE, INWOOD', Month: '6', Price: '22650'}, geometry: { type: 'Point', coordinates:[-73.92596409, 40.86476088]} },
{type: 'Feature',properties:{Name: '1', Address: '11 VERMILYEA AVENUE, INWOOD', Month: '3', Price: '22650'}, geometry: { type: 'Point', coordinates:[-73.92596409, 40.86476088]} },
{type: 'Feature',properties:{Name: '1', Address: '17-19 VERMILYEA AVENUE, INWOOD', Month: '6', Price: '22650'}, geometry: { type: 'Point', coordinates:[-73.92577963, 40.86483213]} },
{type: 'Feature',properties:{Name: '1', Address: '25 VERMILYEA AVENUE, INWOOD', Month: '7', Price: '23650'}, geometry: { type: 'Point', coordinates:[-73.92552645, 40.86492803]} },
{type: 'Feature',properties:{Name: '1', Address: '25 VERMILYEA AVENUE, INWOOD', Month: '2', Price: '23650'}, geometry: { type: 'Point', coordinates:[-73.92552645, 40.86492803]} },
{type: 'Feature',properties:{Name: '1', Address: '128 SHERMAN AVENUE, INWOOD', Month: '7', Price: '18640'}, geometry: { type: 'Point', coordinates:[-73.92447163, 40.86415059]} },
{type: 'Feature',properties:{Name: '1', Address: '128 SHERMAN AVENUE, INWOOD', Month: '3', Price: '18640'}, geometry: { type: 'Point', coordinates:[-73.92447163, 40.86415059]} },
{type: 'Feature',properties:{Name: '1', Address: '124 SHERMAN AVENUE, INWOOD', Month: '6', Price: '18640'}, geometry: { type: 'Point', coordinates:[-73.9245946, 40.86410676]} },
{type: 'Feature',properties:{Name: '1', Address: '124 SHERMAN AVENUE, INWOOD', Month: '7', Price: '18640'}, geometry: { type: 'Point', coordinates:[-73.9245946, 40.86410676]} },
{type: 'Feature',properties:{Name: '1', Address: '120 SHERMAN AVENUE, INWOOD', Month: '11', Price: '18640'}, geometry: { type: 'Point', coordinates:[-73.92471396, 40.86406018]} },
{type: 'Feature',properties:{Name: '1', Address: '120 SHERMAN AVENUE, INWOOD', Month: '1', Price: '18640'}, geometry: { type: 'Point', coordinates:[-73.92471396, 40.86406018]} },
{type: 'Feature',properties:{Name: '1', Address: '121 VERMILYEA AVENUE, INWOOD', Month: '1', Price: '12240'}, geometry: { type: 'Point', coordinates:[-73.92143202, 40.86644862]} },
{type: 'Feature',properties:{Name: '1', Address: '125 VERMILYEA AVE, INWOOD', Month: '12', Price: '12224'}, geometry: { type: 'Point', coordinates:[-73.92131266, 40.86649245]} },
{type: 'Feature',properties:{Name: '1', Address: '530 ISHAM STREET, INWOOD', Month: '4', Price: '19920'}, geometry: { type: 'Point', coordinates:[-73.91876005, 40.86655107]} },
{type: 'Feature',properties:{Name: '1', Address: '8-10 VERMILYEA AVENUE, INWOOD', Month: '7', Price: '19290'}, geometry: { type: 'Point', coordinates:[-73.92608343, 40.86473626]} },
{type: 'Feature',properties:{Name: '1', Address: '54 VERMILYEA AVE, INWOOD', Month: '11', Price: '19137'}, geometry: { type: 'Point', coordinates:[-73.92398922, 40.86551988]} },
{type: 'Feature',properties:{Name: '1', Address: '81 PAYSON AVENUE, INWOOD', Month: '5', Price: '3084'}, geometry: { type: 'Point', coordinates:[-73.92739262, 40.86766568]} },
{type: 'Feature',properties:{Name: '1', Address: '81 PAYSON AVENUE, INWOOD', Month: '10', Price: '3084'}, geometry: { type: 'Point', coordinates:[-73.92739262, 40.86766568]} },
{type: 'Feature',properties:{Name: '1', Address: '5008 BROADWAY, INWOOD', Month: '3', Price: '48576'}, geometry: { type: 'Point', coordinates:[-73.91752446, 40.86873497]} },
{type: 'Feature',properties:{Name: '1', Address: '125 SEAMAN AVENUE, INWOOD', Month: '12', Price: '42108'}, geometry: { type: 'Point', coordinates:[-73.92310327, 40.86879372]} },
{type: 'Feature',properties:{Name: '1', Address: '109 SEAMAN AVENUE, 1F, INWOOD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92387009, 40.8685225]} },
{type: 'Feature',properties:{Name: '1', Address: '5000 BROADWAY, 621, INWOOD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91840692, 40.86853524]} },
{type: 'Feature',properties:{Name: '1', Address: '675 ACADEMY ST, 2H, INWOOD', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92529656, 40.86681349]} },
{type: 'Feature',properties:{Name: '1', Address: '675 ACADEMY STREET, 5B, INWOOD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92529656, 40.86681349]} },
{type: 'Feature',properties:{Name: '1', Address: '675 ACADEMY STREET, 5E, INWOOD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92529656, 40.86681349]} },
{type: 'Feature',properties:{Name: '1', Address: '675 ACADEMY STREET, 2D, INWOOD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92529656, 40.86681349]} },
{type: 'Feature',properties:{Name: '1', Address: '680 WEST 204TH STREET, 5C, INWOOD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92352401, 40.86764122]} },
{type: 'Feature',properties:{Name: '1', Address: '60 COOPER STREET, 1K, INWOOD', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92286183, 40.86809915]} },
{type: 'Feature',properties:{Name: '1', Address: '60 COOPER STREET, 5A, INWOOD', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92286183, 40.86809915]} },
{type: 'Feature',properties:{Name: '1', Address: '60 COOPER STREET, 3J, INWOOD', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92286183, 40.86809915]} },
{type: 'Feature',properties:{Name: '1', Address: '60 COOPER ST, 6H, INWOOD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92286183, 40.86809915]} },
{type: 'Feature',properties:{Name: '1', Address: '60 COOPER STREET, 2J, INWOOD', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92286183, 40.86809915]} },
{type: 'Feature',properties:{Name: '1', Address: '60 COOPER STREET, 1H, INWOOD', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92286183, 40.86809915]} },
{type: 'Feature',properties:{Name: '1', Address: '687 WEST 204TH ST, 6B, INWOOD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92367554, 40.86791854]} },
{type: 'Feature',properties:{Name: '1', Address: '687 WEST 204TH STREET, 5G, INWOOD', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92367554, 40.86791854]} },
{type: 'Feature',properties:{Name: '1', Address: '57 PARK TERRACE EAST, B15, INWOOD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91659312, 40.87043601]} },
{type: 'Feature',properties:{Name: '1', Address: '55 PARK TERRACE EAST, B-10, INWOOD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91664378, 40.87040037]} },
{type: 'Feature',properties:{Name: '1', Address: '57 PARK TERRACE EAST, B68, INWOOD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91659312, 40.87043601]} },
{type: 'Feature',properties:{Name: '1', Address: '57 PARK TERRACE EAST, B67, INWOOD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91659312, 40.87043601]} },
{type: 'Feature',properties:{Name: '1', Address: '67 PARK TERRACE EAST, C41, INWOOD', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91634341, 40.87061973]} },
{type: 'Feature',properties:{Name: '1', Address: '67 PARK TERRACE EAST, C1011, INWOOD', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91634341, 40.87061973]} },
{type: 'Feature',properties:{Name: '1', Address: '65 PARK TERRACE EAST, C56, INWOOD', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91639407, 40.87058408]} },
{type: 'Feature',properties:{Name: '1', Address: '77 PARK TERRACE EAST, D27, INWOOD', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91609007, 40.87080618]} },
{type: 'Feature',properties:{Name: '1', Address: '77 PARK TERRACE EAST, D19, INWOOD', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91609007, 40.87080618]} },
{type: 'Feature',properties:{Name: '1', Address: '75 PARK TERRACE EAST, D23, INWOOD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91614074, 40.87076779]} },
{type: 'Feature',properties:{Name: '1', Address: '75 PARK TERRACE EAST, D82, INWOOD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91614074, 40.87076779]} },
{type: 'Feature',properties:{Name: '1', Address: '75 PARK TERRACE EAST, D42, INWOOD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91614074, 40.87076779]} },
{type: 'Feature',properties:{Name: '1', Address: '77 PARK TERRACE EAST, D78, INWOOD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91609007, 40.87080618]} },
{type: 'Feature',properties:{Name: '1', Address: '77 PARK TERRACE EAST, D79, INWOOD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91609007, 40.87080618]} },
{type: 'Feature',properties:{Name: '1', Address: '70 PARK TERRACE WEST, E82, INWOOD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91736579, 40.87130938]} },
{type: 'Feature',properties:{Name: '1', Address: '72 PARK TERRACE WEST, E45, INWOOD', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91730789, 40.87135326]} },
{type: 'Feature',properties:{Name: '1', Address: '72 PARK TERRACE WEST, E48, INWOOD', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91730789, 40.87135326]} },
{type: 'Feature',properties:{Name: '1', Address: '70 PARK TERRACE WEST, E12, INWOOD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91736579, 40.87130938]} },
{type: 'Feature',properties:{Name: '1', Address: '60 PARK TERRACE WEST, A41, INWOOD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91765531, 40.87110099]} },
{type: 'Feature',properties:{Name: '1', Address: '60 PARK TERRACE WEST, A60, INWOOD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91765531, 40.87110099]} },
{type: 'Feature',properties:{Name: '1', Address: '60 PARK TERRACE WEST, A80, INWOOD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91765531, 40.87110099]} },
{type: 'Feature',properties:{Name: '1', Address: '62 PARK TERRACE WEST, A89, INWOOD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91759741, 40.87114212]} },
{type: 'Feature',properties:{Name: '1', Address: '62 PARK TERRACE WEST, A25, INWOOD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91759741, 40.87114212]} },
{type: 'Feature',properties:{Name: '1', Address: '62 PARK TERRACE WEST, A47, INWOOD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91759741, 40.87114212]} },
{type: 'Feature',properties:{Name: '1', Address: '100 PARK TERRACE WEST, 3B, INWOOD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91649722, 40.87194278]} },
{type: 'Feature',properties:{Name: '1', Address: '95 PARK TERRACE EAST, 5F, INWOOD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91544946, 40.87129702]} },
{type: 'Feature',properties:{Name: '1', Address: '95 PARK TERRACE EAST, 5C, INWOOD', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91544946, 40.87129702]} },
{type: 'Feature',properties:{Name: '1', Address: '95 PARK TERRACE EAST, 1F, INWOOD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91544946, 40.87129702]} },
{type: 'Feature',properties:{Name: '1', Address: '98 PARK TERRACE EAST, 3G, INWOOD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91551465, 40.87122021]} },
{type: 'Feature',properties:{Name: '1', Address: '98 PARK TERRACE EAST, 4G, INWOOD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91551465, 40.87122021]} },
{type: 'Feature',properties:{Name: '1', Address: '98 PARK TERRACE EAST, 6C, INWOOD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91551465, 40.87122021]} },
{type: 'Feature',properties:{Name: '1', Address: '98 PARK TERRACE EAST, 4E, INWOOD', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91551465, 40.87122021]} },
{type: 'Feature',properties:{Name: '1', Address: '90 PARK TERRACE EAST, 3B, INWOOD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91592362, 40.87090487]} },
{type: 'Feature',properties:{Name: '1', Address: '90 PARK TERRACE EAST, 1CD, INWOOD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91592362, 40.87090487]} },
{type: 'Feature',properties:{Name: '1', Address: '90 PARK TERRACE EAST, 4C, INWOOD', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91592362, 40.87090487]} },
{type: 'Feature',properties:{Name: '1', Address: '70 PARK TERRACE EAST, 1E, INWOOD', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91629639, 40.87063067]} },
{type: 'Feature',properties:{Name: '1', Address: '70 PARK TERRACE EAST, 2B, INWOOD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91629639, 40.87063067]} },
{type: 'Feature',properties:{Name: '1', Address: '70 PARK TERRACE EAST, 1A, INWOOD', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91629639, 40.87063067]} },
{type: 'Feature',properties:{Name: '1', Address: '70 PARK TERRACE EAST, 2I, INWOOD', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91629639, 40.87063067]} },
{type: 'Feature',properties:{Name: '1', Address: '70 PARK TERRACE EAST, 1F, INWOOD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91629639, 40.87063067]} },
{type: 'Feature',properties:{Name: '1', Address: '50 PARK TERRACE EAST, 2L, INWOOD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91666915, 40.87035922]} },
{type: 'Feature',properties:{Name: '1', Address: '50 PARK TERRACE EAST, 6G, INWOOD', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91666915, 40.87035922]} },
{type: 'Feature',properties:{Name: '1', Address: '50 PARK TERRACE WEST, 2G, INWOOD', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91810044, 40.87078292]} },
{type: 'Feature',properties:{Name: '1', Address: '45 PARK TERR W, 2E, INWOOD', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91815831, 40.8707665]} },
{type: 'Feature',properties:{Name: '1', Address: '251 SEAMAN AVENUE, 1F, INWOOD', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91815708, 40.87176557]} },
{type: 'Feature',properties:{Name: '1', Address: '251 SEAMAN AVENUE, 6C, INWOOD', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91815708, 40.87176557]} },
{type: 'Feature',properties:{Name: '1', Address: '251 SEAMAN AVE, 3D, INWOOD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91815708, 40.87176557]} },
{type: 'Feature',properties:{Name: '1', Address: '251 SEAMAN AVENUE, 6K, INWOOD', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91815708, 40.87176557]} },
{type: 'Feature',properties:{Name: '1', Address: '251 SEAMAN AVENUE, 4G, INWOOD', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91815708, 40.87176557]} },
{type: 'Feature',properties:{Name: '1', Address: '251 SEAMAN AVENUE, 1E, INWOOD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91815708, 40.87176557]} },
{type: 'Feature',properties:{Name: '1', Address: '251 SEAMAN AVENUE, INWOOD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91815708, 40.87176557]} },
{type: 'Feature',properties:{Name: '1', Address: '57 PARK TERRACE WEST, 4F, INWOOD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91768062, 40.87110376]} },
{type: 'Feature',properties:{Name: '1', Address: '57 PARK TERRACE WEST, 4A, INWOOD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91768062, 40.87110376]} },
{type: 'Feature',properties:{Name: '1', Address: '57 PARK TERRACE WEST, 2G, INWOOD', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91768062, 40.87110376]} },
{type: 'Feature',properties:{Name: '1', Address: '57 PARK TERRACE WEST, 2B, INWOOD', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91768062, 40.87110376]} },
{type: 'Feature',properties:{Name: '1', Address: '91 PAYSON AVENUE, 7F, INWOOD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92684263, 40.86805508]} },
{type: 'Feature',properties:{Name: '1', Address: '115 PAYSON, INWOOD', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92609393, 40.86829888]} },
{type: 'Feature',properties:{Name: '1', Address: '115 PAYSON AVENUE, 1A, INWOOD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92641203, 40.86836496]} },
{type: 'Feature',properties:{Name: '1', Address: '115 PAYSON AVENUE, 1E/1F, INWOOD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92641203, 40.86836496]} },
{type: 'Feature',properties:{Name: '1', Address: '585 WEST 214TH STREET, 2A, INWOOD', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91947708, 40.87156339]} },
{type: 'Feature',properties:{Name: '1', Address: '585 214TH STREET, 3A, INWOOD', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91947708, 40.87156339]} },
{type: 'Feature',properties:{Name: '1', Address: '585 WEST 214TH STREET, 4D, INWOOD', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91947708, 40.87156339]} },
{type: 'Feature',properties:{Name: '1', Address: '25 INDIAN ROAD, 4C, INWOOD', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9189515, 40.8726307]} },
{type: 'Feature',properties:{Name: '1', Address: '25 INDIAN ROAD, 6B, INWOOD', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9189515, 40.8726307]} },
{type: 'Feature',properties:{Name: '1', Address: '270 SEAMAN AVENUE, F4, INWOOD', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91783134, 40.87202608]} },
{type: 'Feature',properties:{Name: '1', Address: '270 SEAMAN AVENUE, 5E, INWOOD', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91783134, 40.87202608]} },
{type: 'Feature',properties:{Name: '1', Address: '270 SEAMAN AVENUE, B7, INWOOD', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91783134, 40.87202608]} },
{type: 'Feature',properties:{Name: '1', Address: '270 SEAMAN AVENUE, E3, INWOOD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91783134, 40.87202608]} },
{type: 'Feature',properties:{Name: '1', Address: '270 SEAMAN AVENUE, A1, INWOOD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91783134, 40.87202608]} },
{type: 'Feature',properties:{Name: '1', Address: '270 SEAMAN AVENUE, E7, INWOOD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91783134, 40.87202608]} },
{type: 'Feature',properties:{Name: '1', Address: '579 WEST 215TH ST, 3E, INWOOD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9188983, 40.87177981]} },
{type: 'Feature',properties:{Name: '1', Address: '579 WEST 215TH STREET, 7H, INWOOD', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9188983, 40.87177981]} },
{type: 'Feature',properties:{Name: '1', Address: '579 WEST 215TH STREET, 10E, INWOOD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9188983, 40.87177981]} },
{type: 'Feature',properties:{Name: '1', Address: '579 WEST 215TH, 4H, INWOOD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9188983, 40.87177981]} },
{type: 'Feature',properties:{Name: '1', Address: '579 WEST 215TH ST, 3F, INWOOD', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9188983, 40.87177981]} },
{type: 'Feature',properties:{Name: '1', Address: '571 ACADEMY STREET, INWOOD', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9232214, 40.86356515]} },
{type: 'Feature',properties:{Name: '1', Address: '571 ACADEMY STREET, INWOOD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9232214, 40.86356515]} },
{type: 'Feature',properties:{Name: '1', Address: '571 ACADEMY STREET, INWOOD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9232214, 40.86356515]} },
{type: 'Feature',properties:{Name: '1', Address: '581 ACADEMY STREET, INWOOD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92337657, 40.86381227]} },
{type: 'Feature',properties:{Name: '1', Address: '581 ACADEMY STREET, INWOOD', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92337657, 40.86381227]} },
{type: 'Feature',properties:{Name: '1', Address: '581 ACADEMY STREET, INWOOD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92337657, 40.86381227]} },
{type: 'Feature',properties:{Name: '1', Address: '581 ACADEMY STREET, INWOOD', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92337657, 40.86381227]} },
{type: 'Feature',properties:{Name: '1', Address: '5037 BROADWAY, INWOOD', Month: '6', Price: '9900'}, geometry: { type: 'Point', coordinates:[-73.91622534, 40.86962881]} },
{type: 'Feature',properties:{Name: '1', Address: '3769 10TH AVENUE, INWOOD', Month: '8', Price: '10260'}, geometry: { type: 'Point', coordinates:[-73.92139861, 40.86106624]} },
{type: 'Feature',properties:{Name: '1', Address: '96 SHERMAN AVENUE, INWOOD', Month: '4', Price: '8000'}, geometry: { type: 'Point', coordinates:[-73.92544095, 40.86379441]} },
{type: 'Feature',properties:{Name: '1', Address: '410 WEST 36TH STREET, JAVITS CENTER', Month: '4', Price: '9745'}, geometry: { type: 'Point', coordinates:[-73.99576615, 40.75484197]} },
{type: 'Feature',properties:{Name: '1', Address: '412 WEST 36TH STREET, JAVITS CENTER', Month: '11', Price: '10500'}, geometry: { type: 'Point', coordinates:[-73.99582029, 40.75486393]} },
{type: 'Feature',properties:{Name: '1', Address: '408 WEST 34TH STREET, JAVITS CENTER', Month: '11', Price: '46500'}, geometry: { type: 'Point', coordinates:[-73.99672993, 40.75355471]} },
{type: 'Feature',properties:{Name: '1', Address: '408 WEST 34TH STREET, JAVITS CENTER', Month: '3', Price: '46500'}, geometry: { type: 'Point', coordinates:[-73.99672993, 40.75355471]} },
{type: 'Feature',properties:{Name: '1', Address: '408 WEST 34TH STREET, 1A, JAVITS CENTER', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99672993, 40.75355471]} },
{type: 'Feature',properties:{Name: '1', Address: '408 WEST 34TH STREET, JAVITS CENTER', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99672993, 40.75355471]} },
{type: 'Feature',properties:{Name: '1', Address: '408 WEST 34TH STREET, JAVITS CENTER', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99672993, 40.75355471]} },
{type: 'Feature',properties:{Name: '1', Address: '408 WEST 34TH STREET, 3H, JAVITS CENTER', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99672993, 40.75355471]} },
{type: 'Feature',properties:{Name: '1', Address: '408 WEST 34TH STREET, 6H, JAVITS CENTER', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99672993, 40.75355471]} },
{type: 'Feature',properties:{Name: '1', Address: '408 WEST 34TH STREET, 6L, JAVITS CENTER', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99672993, 40.75355471]} },
{type: 'Feature',properties:{Name: '1', Address: '430 WEST 34TH STREET, 2J, JAVITS CENTER', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99735434, 40.75381548]} },
{type: 'Feature',properties:{Name: '1', Address: '430 WEST 34TH STREET, 16D, JAVITS CENTER', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99735434, 40.75381548]} },
{type: 'Feature',properties:{Name: '1', Address: '430 WEST 34TH STREET, 2L, JAVITS CENTER', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99735434, 40.75381548]} },
{type: 'Feature',properties:{Name: '1', Address: '430 WEST 34TH STREET, 14J, JAVITS CENTER', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99735434, 40.75381548]} },
{type: 'Feature',properties:{Name: '1', Address: '430 WEST 34TH STREET, PHF, JAVITS CENTER', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99735434, 40.75381548]} },
{type: 'Feature',properties:{Name: '1', Address: '430 W 34TH STREET, LH, JAVITS CENTER', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99735434, 40.75381548]} },
{type: 'Feature',properties:{Name: '1', Address: '430 WEST 34TH STREET, 11G, JAVITS CENTER', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99735434, 40.75381548]} },
{type: 'Feature',properties:{Name: '1', Address: '430 WEST 34TH STREET, PHB, JAVITS CENTER', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99735434, 40.75381548]} },
{type: 'Feature',properties:{Name: '1', Address: '433 WEST 34TH STREET, JAVITS CENTER', Month: '1', Price: '142971'}, geometry: { type: 'Point', coordinates:[-73.99772609, 40.75399115]} },
{type: 'Feature',properties:{Name: '1', Address: '433 WEST 34TH STREET, 3G, JAVITS CENTER', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99772609, 40.75399115]} },
{type: 'Feature',properties:{Name: '1', Address: '433 WEST 34TH STREET, 6K, JAVITS CENTER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99772609, 40.75399115]} },
{type: 'Feature',properties:{Name: '1', Address: '433 WEST 34TH STREET, 12H, JAVITS CENTER', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99772609, 40.75399115]} },
{type: 'Feature',properties:{Name: '1', Address: '433 WEST 34TH STREET, 8J, JAVITS CENTER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99772609, 40.75399115]} },
{type: 'Feature',properties:{Name: '1', Address: '433 WEST 34TH STREET, 13K, JAVITS CENTER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99772609, 40.75399115]} },
{type: 'Feature',properties:{Name: '1', Address: '433 WEST 34TH STREET, 5H, JAVITS CENTER', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99772609, 40.75399115]} },
{type: 'Feature',properties:{Name: '1', Address: '433 WEST 34TH STREET, 17F, JAVITS CENTER', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99772609, 40.75399115]} },
{type: 'Feature',properties:{Name: '1', Address: '433 WEST 34TH STREET, 3H, JAVITS CENTER', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99772609, 40.75399115]} },
{type: 'Feature',properties:{Name: '1', Address: '433 WEST 34TH STREET, 3B, JAVITS CENTER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99772609, 40.75399115]} },
{type: 'Feature',properties:{Name: '1', Address: '433 WEST 34TH STREET, 11C, JAVITS CENTER', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99772609, 40.75399115]} },
{type: 'Feature',properties:{Name: '1', Address: '448 WEST 37TH STREET, JAVITS CENTER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99672981, 40.7560442]} },
{type: 'Feature',properties:{Name: '1', Address: '448 WEST 37TH STREET, JAVITS CENTER', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99672981, 40.7560442]} },
{type: 'Feature',properties:{Name: '1', Address: '413 10TH AVENUE, JAVITS CENTER', Month: '8', Price: '6084'}, geometry: { type: 'Point', coordinates:[-73.99955244, 40.75401313]} },
{type: 'Feature',properties:{Name: '1', Address: '427 TENTH AVENUE, JAVITS CENTER', Month: '3', Price: '7200'}, geometry: { type: 'Point', coordinates:[-73.99926729, 40.75442758]} },
{type: 'Feature',properties:{Name: '1', Address: '518 WEST 37TH STREET, JAVITS CENTER', Month: '4', Price: '8396'}, geometry: { type: 'Point', coordinates:[-73.99863921, 40.75685393]} },
{type: 'Feature',properties:{Name: '1', Address: 'N/A 9 AVENUE, JAVITS CENTER', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.998534, 40.752304]} },
{type: 'Feature',properties:{Name: '1', Address: 'NA WEST 31ST STREET, JAVITS CENTER', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.998534, 40.752304]} },
{type: 'Feature',properties:{Name: '1', Address: 'NA WEST 31ST STREET, JAVITS CENTER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.998534, 40.752304]} },
{type: 'Feature',properties:{Name: '1', Address: 'N/A 9 AVENUE, JAVITS CENTER', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.997938, 40.752192]} },
{type: 'Feature',properties:{Name: '1', Address: 'NA WEST 31ST STREET, JAVITS CENTER', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.997938, 40.752192]} },
{type: 'Feature',properties:{Name: '1', Address: 'NA WEST 33RD STREET, JAVITS CENTER', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.997698, 40.752639]} },
{type: 'Feature',properties:{Name: '1', Address: 'N/A 9 AVENUE, JAVITS CENTER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.998633, 40.752806]} },
{type: 'Feature',properties:{Name: '1', Address: '449 WEST 36TH STREET, JAVITS CENTER', Month: '12', Price: '12340'}, geometry: { type: 'Point', coordinates:[-73.99728569, 40.75548703]} },
{type: 'Feature',properties:{Name: '1', Address: '507 WEST 33RD STREET, JAVITS CENTER', Month: '12', Price: '36000'}, geometry: { type: 'Point', coordinates:[-74.0000397, 40.75409822]} },
{type: 'Feature',properties:{Name: '1', Address: '507 WEST 33RD STREET, JAVITS CENTER', Month: '9', Price: '36000'}, geometry: { type: 'Point', coordinates:[-74.0000397, 40.75409822]} },
{type: 'Feature',properties:{Name: '1', Address: '513 WEST 36TH STREET, JAVITS CENTER', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99907597, 40.75623912]} },
{type: 'Feature',properties:{Name: '1', Address: '427 WEST 31ST STREET, JAVITS CENTER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99850938, 40.75184203]} },
{type: 'Feature',properties:{Name: '1', Address: '371 9 AVENUE, JAVITS CENTER', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99764677, 40.75155381]} },
{type: 'Feature',properties:{Name: '1', Address: '371 9 AVENUE, JAVITS CENTER', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99764677, 40.75155381]} },
{type: 'Feature',properties:{Name: '1', Address: '389 9 AVENUE, JAVITS CENTER', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99720281, 40.75216863]} },
{type: 'Feature',properties:{Name: '1', Address: '389 9 AVENUE, JAVITS CENTER', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99720281, 40.75216863]} },
{type: 'Feature',properties:{Name: '1', Address: 'NA 9 STREET, JAVITS CENTER', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99795715, 40.7520863]} },
{type: 'Feature',properties:{Name: '1', Address: '391 9 AVENUE, JAVITS CENTER', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99717033, 40.75221803]} },
{type: 'Feature',properties:{Name: '1', Address: '9 AVENUE, JAVITS CENTER', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99770448, 40.75267642]} },
{type: 'Feature',properties:{Name: '1', Address: '440 WEST 31ST STREET, JAVITS CENTER', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99966434, 40.75231139]} },
{type: 'Feature',properties:{Name: '1', Address: '440 WEST 31ST STREET, JAVITS CENTER', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99966434, 40.75231139]} },
{type: 'Feature',properties:{Name: '1', Address: '424 WEST 33RD STREET, JAVITS CENTER', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99770447, 40.75309911]} },
{type: 'Feature',properties:{Name: '1', Address: '424 WEST 33RD STREET, JAVITS CENTER', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99770447, 40.75309911]} },
{type: 'Feature',properties:{Name: '1', Address: '335 EAST 18TH STREET, KIPS BAY', Month: '9', Price: '3645'}, geometry: { type: 'Point', coordinates:[-73.98218213, 40.73444992]} },
{type: 'Feature',properties:{Name: '1', Address: '353 EAST 19TH STREET, KIPS BAY', Month: '1', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.98144951, 40.73491641]} },
{type: 'Feature',properties:{Name: '1', Address: '341 EAST 18TH STREET, KIPS BAY', Month: '8', Price: '3645'}, geometry: { type: 'Point', coordinates:[-73.98208111, 40.73440873]} },
{type: 'Feature',properties:{Name: '1', Address: '350 EAST 19TH STREET, KIPS BAY', Month: '5', Price: '4975'}, geometry: { type: 'Point', coordinates:[-73.98149281, 40.73491642]} },
{type: 'Feature',properties:{Name: '1', Address: '377 1 AVENUE, KIPS BAY', Month: '10', Price: '6183'}, geometry: { type: 'Point', coordinates:[-73.97886913, 40.73624443]} },
{type: 'Feature',properties:{Name: '1', Address: '383 1 AVENUE, KIPS BAY', Month: '6', Price: '26769'}, geometry: { type: 'Point', coordinates:[-73.97876804, 40.73640086]} },
{type: 'Feature',properties:{Name: '1', Address: '335 EAST 33RD STREET, KIPS BAY', Month: '12', Price: '6858'}, geometry: { type: 'Point', coordinates:[-73.97542395, 40.74370947]} },
{type: 'Feature',properties:{Name: '1', Address: '343 EAST 33 STREET, KIPS BAY', Month: '5', Price: '4976'}, geometry: { type: 'Point', coordinates:[-73.97529044, 40.7436518]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 21ST STREET, KIPS BAY', Month: '7', Price: '185127'}, geometry: { type: 'Point', coordinates:[-73.98142744, 40.736437]} },
{type: 'Feature',properties:{Name: '1', Address: '312-316 EAST 30TH STREET, KIPS BAY', Month: '10', Price: '47820'}, geometry: { type: 'Point', coordinates:[-73.97712789, 40.74201905]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 33RD STREET, KIPS BAY', Month: '5', Price: '7860'}, geometry: { type: 'Point', coordinates:[-73.97545642, 40.7437232]} },
{type: 'Feature',properties:{Name: '1', Address: '240 1 AVENUE, KIPS BAY', Month: '12', Price: '8942176'}, geometry: { type: 'Point', coordinates:[-73.98219731, 40.73165027]} },
{type: 'Feature',properties:{Name: '1', Address: '342 1 AVENUE, KIPS BAY', Month: '5', Price: '3122165'}, geometry: { type: 'Point', coordinates:[-73.97986909, 40.7348338]} },
{type: 'Feature',properties:{Name: '1', Address: '345 EAST 19TH STREET, A, KIPS BAY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98158301, 40.73497407]} },
{type: 'Feature',properties:{Name: '1', Address: '323 EAST 21ST STREET, 1B, KIPS BAY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98073471, 40.7361432]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 14TH STREET, 10D, KIPS BAY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98403018, 40.73197717]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 14TH STREET, 7G, KIPS BAY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98403018, 40.73197717]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 14TH STREET, 11A, KIPS BAY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98403018, 40.73197717]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 14TH STREET, 2A, KIPS BAY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98403018, 40.73197717]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 14TH STREET, 8N, KIPS BAY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98403018, 40.73197717]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 14 STREET, 8M, KIPS BAY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98403018, 40.73197717]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 14TH STREET, 17H, KIPS BAY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98403018, 40.73197717]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 14TH STREET, 18-K, KIPS BAY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98403018, 40.73197717]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 14TH STREET, 16C, KIPS BAY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98403018, 40.73197717]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 14TH STREET, 7G, KIPS BAY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98403018, 40.73197717]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 14TH STREET, 6F, KIPS BAY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98403018, 40.73197717]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 14 STREET, 10C, KIPS BAY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98403018, 40.73197717]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 14TH STREET, 4C, KIPS BAY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98403018, 40.73197717]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 14TH STREET, 12J, KIPS BAY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98403018, 40.73197717]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 14TH STREET, 8H, KIPS BAY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98403018, 40.73197717]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 14TH STREET, 10F, KIPS BAY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98403018, 40.73197717]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 14TH STREET, 14M, KIPS BAY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98403018, 40.73197717]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 14TH STREET, 3N, KIPS BAY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98403018, 40.73197717]} },
{type: 'Feature',properties:{Name: '1', Address: '317 EAST 18TH STREET, 2A, KIPS BAY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9824852, 40.73457897]} },
{type: 'Feature',properties:{Name: '1', Address: '317 EAST 18TH STREET, 5B, KIPS BAY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9824852, 40.73457897]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 22 STREET, 1E, KIPS BAY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98102672, 40.73707921]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 22ND STREET, 11C, KIPS BAY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98102672, 40.73707921]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 22ND STREET, 9T, KIPS BAY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98102672, 40.73707921]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 22ND STREET, 10G, KIPS BAY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98102672, 40.73707921]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 22 ST, 1J, KIPS BAY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98102672, 40.73707921]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 22ND ST, 2V, KIPS BAY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98102672, 40.73707921]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 22ND STREET, 6D, KIPS BAY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98102672, 40.73707921]} },
{type: 'Feature',properties:{Name: '1', Address: '301 22ND STREET, 11A, KIPS BAY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98078492, 40.73720817]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 22ND STREET, 5L, KIPS BAY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98102672, 40.73707921]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 22ND STREET, 5R, KIPS BAY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98102672, 40.73707921]} },
{type: 'Feature',properties:{Name: '1', Address: '382 2 AVENUE, 6L, KIPS BAY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98130812, 40.73731805]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 22ND STREET, 5B, KIPS BAY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98102672, 40.73707921]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 22ND ST, 9A, KIPS BAY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98102672, 40.73707921]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 22ND STREET, 12J, KIPS BAY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98102672, 40.73707921]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 24TH STREET, 6A, KIPS BAY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98008812, 40.73842123]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 24TH STREET, 5P, KIPS BAY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98008812, 40.73842123]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 24TH STREET, 8B, KIPS BAY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98008812, 40.73842123]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 24TH STREET, 4Y, KIPS BAY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98008812, 40.73842123]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 24TH STREET, 6L, KIPS BAY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98008812, 40.73842123]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 24TH STREET, 15G, KIPS BAY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98008812, 40.73842123]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 24TH STREET, 6U, KIPS BAY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98008812, 40.73842123]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 24TH STREET, 10G, KIPS BAY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98008812, 40.73842123]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 24TH STREET, 3L, KIPS BAY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98008812, 40.73842123]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 24TH STREET, 10-V, KIPS BAY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98008812, 40.73842123]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 24TH STREET, 7Y, KIPS BAY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98008812, 40.73842123]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 24TH STREET, 2W, KIPS BAY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98008812, 40.73842123]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 24TH STREET, LA, KIPS BAY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98008812, 40.73842123]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 24TH STREET, 4R, KIPS BAY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98008812, 40.73842123]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 24TH STREET, 6K, KIPS BAY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98008812, 40.73842123]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 24TH STREET, PH-H, KIPS BAY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98008812, 40.73842123]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 35TH STREET, 4C, KIPS BAY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97435885, 40.74500201]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 35TH STREET, 7H, KIPS BAY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97435885, 40.74500201]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 35TH STREET, 7F, KIPS BAY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97435885, 40.74500201]} },
{type: 'Feature',properties:{Name: '1', Address: '312 EAST 22ND STREET, KIPS BAY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9808319, 40.73697762]} },
{type: 'Feature',properties:{Name: '1', Address: '312 EAST 22ND STREET, KIPS BAY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9808319, 40.73697762]} },
{type: 'Feature',properties:{Name: '1', Address: '312 EAST 22ND STREET, KIPS BAY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9808319, 40.73697762]} },
{type: 'Feature',properties:{Name: '1', Address: '340 EAST 23RD STREET, KIPS BAY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97978172, 40.7373672]} },
{type: 'Feature',properties:{Name: '1', Address: '340 EAST 23RD STREET, KIPS BAY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97978172, 40.7373672]} },
{type: 'Feature',properties:{Name: '1', Address: '340 EAST 23 STREET, KIPS BAY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97978172, 40.7373672]} },
{type: 'Feature',properties:{Name: '1', Address: '340 EAST 23RD STREET, KIPS BAY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97978172, 40.7373672]} },
{type: 'Feature',properties:{Name: '1', Address: '340 EAST 23RD STREET, KIPS BAY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97978172, 40.7373672]} },
{type: 'Feature',properties:{Name: '1', Address: '340 EAST 23RD STREET, KIPS BAY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97978172, 40.7373672]} },
{type: 'Feature',properties:{Name: '1', Address: '340 EAST 23RD STREET, KIPS BAY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97978172, 40.7373672]} },
{type: 'Feature',properties:{Name: '1', Address: '340 EAST 23RD STREET, KIPS BAY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97978172, 40.7373672]} },
{type: 'Feature',properties:{Name: '1', Address: '340 EAST 23RD STREET, KIPS BAY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97978172, 40.7373672]} },
{type: 'Feature',properties:{Name: '1', Address: '340 EAST 23RD STREET, KIPS BAY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97978172, 40.7373672]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 23RD STREET, KIPS BAY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98055022, 40.73771591]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 23RD STREET, KIPS BAY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98055022, 40.73771591]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 23RD STREET, KIPS BAY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98055022, 40.73771591]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 23RD STREET, KIPS BAY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98055022, 40.73771591]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 23RD STREET, KIPS BAY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98055022, 40.73771591]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 30TH STREET, KIPS BAY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97678511, 40.74189273]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 30TH STREET, KIPS BAY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97678511, 40.74189273]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 30TH STREET, KIPS BAY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97678511, 40.74189273]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 30TH STREET, KIPS BAY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97678511, 40.74189273]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 30TH STREET, KIPS BAY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97678511, 40.74189273]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 30TH STREET, KIPS BAY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97678511, 40.74189273]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 30TH STREET, KIPS BAY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97678511, 40.74189273]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 30TH STREET, KIPS BAY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97678511, 40.74189273]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 30TH STREET, KIPS BAY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97678511, 40.74189273]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 30 STREET, KIPS BAY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97678511, 40.74189273]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 30TH STREET, KIPS BAY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97678511, 40.74189273]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 30TH STREET, KIPS BAY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97678511, 40.74189273]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 30TH ST, KIPS BAY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97678511, 40.74189273]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 30TH STREET, KIPS BAY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97678511, 40.74189273]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 30TH STREET, KIPS BAY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97678511, 40.74189273]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 30TH STREET, KIPS BAY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97678511, 40.74189273]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 30TH STREET, KIPS BAY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97678511, 40.74189273]} },
{type: 'Feature',properties:{Name: '1', Address: '343 EAST 30TH STREET, KIPS BAY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97661913, 40.74182133]} },
{type: 'Feature',properties:{Name: '1', Address: '343 EAST 30TH STREET, KIPS BAY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97661913, 40.74182133]} },
{type: 'Feature',properties:{Name: '1', Address: '343 EAST 30TH STREET, KIPS BAY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97661913, 40.74182133]} },
{type: 'Feature',properties:{Name: '1', Address: '343 EAST 30TH STREET, KIPS BAY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97661913, 40.74182133]} },
{type: 'Feature',properties:{Name: '1', Address: '343 EAST 30TH STREET, KIPS BAY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97661913, 40.74182133]} },
{type: 'Feature',properties:{Name: '1', Address: '343 EAST 30TH STREET, KIPS BAY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97661913, 40.74182133]} },
{type: 'Feature',properties:{Name: '1', Address: '343 EAST 30TH STREET, KIPS BAY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97661913, 40.74182133]} },
{type: 'Feature',properties:{Name: '1', Address: '343 EAST 30TH STREET, KIPS BAY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97661913, 40.74182133]} },
{type: 'Feature',properties:{Name: '1', Address: '343 EAST 30TH STREET, KIPS BAY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97661913, 40.74182133]} },
{type: 'Feature',properties:{Name: '1', Address: '343 EAST 30TH STREET, KIPS BAY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97661913, 40.74182133]} },
{type: 'Feature',properties:{Name: '1', Address: '343 EAST 30TH STREET, KIPS BAY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97661913, 40.74182133]} },
{type: 'Feature',properties:{Name: '1', Address: '343 EAST 30TH STREET, KIPS BAY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97661913, 40.74182133]} },
{type: 'Feature',properties:{Name: '1', Address: '343 EAST 30TH STREET, KIPS BAY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97661913, 40.74182133]} },
{type: 'Feature',properties:{Name: '1', Address: '343 EAST 30TH STREET, KIPS BAY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97661913, 40.74182133]} },
{type: 'Feature',properties:{Name: '1', Address: '343 EAST 30TH STREET, KIPS BAY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97661913, 40.74182133]} },
{type: 'Feature',properties:{Name: '1', Address: '343 EAST 30TH STREET, KIPS BAY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97661913, 40.74182133]} },
{type: 'Feature',properties:{Name: '1', Address: '343 EAST 30TH STREET, KIPS BAY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97661913, 40.74182133]} },
{type: 'Feature',properties:{Name: '1', Address: '343 EAST 30TH STREET, KIPS BAY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97661913, 40.74182133]} },
{type: 'Feature',properties:{Name: '1', Address: '343 EAST 30TH STREET, KIPS BAY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97661913, 40.74182133]} },
{type: 'Feature',properties:{Name: '1', Address: '343 EAST 30TH STREET, KIPS BAY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97661913, 40.74182133]} },
{type: 'Feature',properties:{Name: '1', Address: '343 EAST 30TH STREET, KIPS BAY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97661913, 40.74182133]} },
{type: 'Feature',properties:{Name: '1', Address: '343 EAST 30TH STREET, KIPS BAY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97661913, 40.74182133]} },
{type: 'Feature',properties:{Name: '1', Address: '343 EAST 30TH STREET, KIPS BAY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97661913, 40.74182133]} },
{type: 'Feature',properties:{Name: '1', Address: '343 EAST 30TH STREET, KIPS BAY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97661913, 40.74182133]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 33RD STREET, KIPS BAY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97600128, 40.74393466]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 33RD STREET, KIPS BAY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97600128, 40.74393466]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 33RD STREET, KIPS BAY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97600128, 40.74393466]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 33RD STREET, KIPS BAY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97600128, 40.74393466]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 33RD STREET, KIPS BAY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97600128, 40.74393466]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 33RD STREET, KIPS BAY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97600128, 40.74393466]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 33RD STREET, KIPS BAY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97600128, 40.74393466]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 33RD STREET, KIPS BAY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97600128, 40.74393466]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 33RD STREET, KIPS BAY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97600128, 40.74393466]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 33RD STREET, KIPS BAY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97549973, 40.74372321]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 33RD STREET, KIPS BAY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97549973, 40.74372321]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 33RD STREET, KIPS BAY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97549973, 40.74372321]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 33RD STREET, KIPS BAY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97549973, 40.74372321]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 33RD STREET, KIPS BAY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97549973, 40.74372321]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 33RD STREET, KIPS BAY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97549973, 40.74372321]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 33RD STREET, KIPS BAY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97549973, 40.74372321]} },
{type: 'Feature',properties:{Name: '1', Address: '303 EAST 33RD STREET, KIPS BAY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97595797, 40.74393465]} },
{type: 'Feature',properties:{Name: '1', Address: '303 EAST 33RD STREET, KIPS BAY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97595797, 40.74393465]} },
{type: 'Feature',properties:{Name: '1', Address: '303 EAST 33RD STREET, KIPS BAY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97595797, 40.74393465]} },
{type: 'Feature',properties:{Name: '1', Address: '303 EAST 33RD STREET, KIPS BAY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97595797, 40.74393465]} },
{type: 'Feature',properties:{Name: '1', Address: '303 EAST 33RD STREET, KIPS BAY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97595797, 40.74393465]} },
{type: 'Feature',properties:{Name: '1', Address: '303 E. 33RD STREET, KIPS BAY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97595797, 40.74393465]} },
{type: 'Feature',properties:{Name: '1', Address: '303 EAST 33RD STREET, KIPS BAY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97595797, 40.74393465]} },
{type: 'Feature',properties:{Name: '1', Address: '303 EAST 33RD STREET, KIPS BAY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97595797, 40.74393465]} },
{type: 'Feature',properties:{Name: '1', Address: '303 EAST 33RD STREET, KIPS BAY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97595797, 40.74393465]} },
{type: 'Feature',properties:{Name: '1', Address: '303 EAST 33RD STREET, KIPS BAY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97595797, 40.74393465]} },
{type: 'Feature',properties:{Name: '1', Address: '303 EAST 33RD STREET, KIPS BAY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97595797, 40.74393465]} },
{type: 'Feature',properties:{Name: '1', Address: '303 EAST 33RD STREET, KIPS BAY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97595797, 40.74393465]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 34TH STREET, KIPS BAY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97472722, 40.74430493]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 34TH STREET, KIPS BAY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97472722, 40.74430493]} },
{type: 'Feature',properties:{Name: '1', Address: '333 E 34 ST, KIPS BAY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97472722, 40.74430493]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 34TH STREET, KIPS BAY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97472722, 40.74430493]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 34TH STREET, KIPS BAY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97472722, 40.74430493]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38 ST EXTENSION, KIPS BAY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH ST, KIPS BAY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 38TH STREET, KIPS BAY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274136, 40.74674181]} },
{type: 'Feature',properties:{Name: '1', Address: '311 EAST 38TH STREET, KIPS BAY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97341612, 40.74704115]} },
{type: 'Feature',properties:{Name: '1', Address: '311 EAST 38TH STREET, KIPS BAY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97341612, 40.74704115]} },
{type: 'Feature',properties:{Name: '1', Address: '311 EAST 38TH STREET, KIPS BAY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97341612, 40.74704115]} },
{type: 'Feature',properties:{Name: '1', Address: '311 EAST 38TH STREET, KIPS BAY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97341612, 40.74704115]} },
{type: 'Feature',properties:{Name: '1', Address: '311 EAST 38TH STREET, KIPS BAY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97341612, 40.74704115]} },
{type: 'Feature',properties:{Name: '1', Address: '311 EAST 38TH STREET, KIPS BAY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97341612, 40.74704115]} },
{type: 'Feature',properties:{Name: '1', Address: '311 EAST 38TH STREET, KIPS BAY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97341612, 40.74704115]} },
{type: 'Feature',properties:{Name: '1', Address: '311 EAST 38TH STREET, KIPS BAY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97341612, 40.74704115]} },
{type: 'Feature',properties:{Name: '1', Address: '630 FIRST AVENUE, KIPS BAY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97245327, 40.74521566]} },
{type: 'Feature',properties:{Name: '1', Address: '630 1 AVENUE, KIPS BAY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97245327, 40.74521566]} },
{type: 'Feature',properties:{Name: '1', Address: '630 FIRST AVENUE, KIPS BAY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97245327, 40.74521566]} },
{type: 'Feature',properties:{Name: '1', Address: '630 FIRST AVENUE, KIPS BAY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97245327, 40.74521566]} },
{type: 'Feature',properties:{Name: '1', Address: '630 1 AVENUE, KIPS BAY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97245327, 40.74521566]} },
{type: 'Feature',properties:{Name: '1', Address: '630 FIRST AVENUE, KIPS BAY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97245327, 40.74521566]} },
{type: 'Feature',properties:{Name: '1', Address: '630 FIRST AVENUE, KIPS BAY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97245327, 40.74521566]} },
{type: 'Feature',properties:{Name: '1', Address: '630 FIRST AVENUE, KIPS BAY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97245327, 40.74521566]} },
{type: 'Feature',properties:{Name: '1', Address: '630 FIRST AVENUE, KIPS BAY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97245327, 40.74521566]} },
{type: 'Feature',properties:{Name: '1', Address: '630 FIRST AVENUE, KIPS BAY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97245327, 40.74521566]} },
{type: 'Feature',properties:{Name: '1', Address: '630 1 AVENUE, KIPS BAY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97245327, 40.74521566]} },
{type: 'Feature',properties:{Name: '1', Address: '630 1 AVENUE, KIPS BAY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97245327, 40.74521566]} },
{type: 'Feature',properties:{Name: '1', Address: '630 FIRST AVENUE, KIPS BAY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97245327, 40.74521566]} },
{type: 'Feature',properties:{Name: '1', Address: '630 FIRST AVENUE, KIPS BAY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97245327, 40.74521566]} },
{type: 'Feature',properties:{Name: '1', Address: '630 1 AVENUE, KIPS BAY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97245327, 40.74521566]} },
{type: 'Feature',properties:{Name: '1', Address: '630 1ST AVENUE, KIPS BAY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97245327, 40.74521566]} },
{type: 'Feature',properties:{Name: '1', Address: '630 FIRST AVENUE, KIPS BAY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97245327, 40.74521566]} },
{type: 'Feature',properties:{Name: '1', Address: '630 1 AVENUE, KIPS BAY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97245327, 40.74521566]} },
{type: 'Feature',properties:{Name: '1', Address: '630 FIRST AVENUE, KIPS BAY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97245327, 40.74521566]} },
{type: 'Feature',properties:{Name: '1', Address: '630 FIRST AVENUE, KIPS BAY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97245327, 40.74521566]} },
{type: 'Feature',properties:{Name: '1', Address: '630 FIRST AVENUE, KIPS BAY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97245327, 40.74521566]} },
{type: 'Feature',properties:{Name: '1', Address: '630 FIRST AVENUE, KIPS BAY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97245327, 40.74521566]} },
{type: 'Feature',properties:{Name: '1', Address: '630 FIRST AVENUE, KIPS BAY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97245327, 40.74521566]} },
{type: 'Feature',properties:{Name: '1', Address: '630 1 AVENUE, KIPS BAY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97245327, 40.74521566]} },
{type: 'Feature',properties:{Name: '1', Address: '630 1 AVENUE, KIPS BAY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97245327, 40.74521566]} },
{type: 'Feature',properties:{Name: '1', Address: '415 EAST 37TH STREET, KIPS BAY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97182156, 40.74556409]} },
{type: 'Feature',properties:{Name: '1', Address: '415 EAST 37TH STREET, KIPS BAY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97182156, 40.74556409]} },
{type: 'Feature',properties:{Name: '1', Address: '415 EAST 37TH STREET, KIPS BAY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97182156, 40.74556409]} },
{type: 'Feature',properties:{Name: '1', Address: '415 EAST 37TH STREET, KIPS BAY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97182156, 40.74556409]} },
{type: 'Feature',properties:{Name: '1', Address: '415 EAST 37TH STREET, KIPS BAY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97182156, 40.74556409]} },
{type: 'Feature',properties:{Name: '1', Address: '415 EAST 37TH STREET, KIPS BAY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97182156, 40.74556409]} },
{type: 'Feature',properties:{Name: '1', Address: '415 EAST 37TH STREET, KIPS BAY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97182156, 40.74556409]} },
{type: 'Feature',properties:{Name: '1', Address: '415 EAST 37TH STREET, KIPS BAY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97182156, 40.74556409]} },
{type: 'Feature',properties:{Name: '1', Address: '415 EAST 37TH STREET, KIPS BAY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97182156, 40.74556409]} },
{type: 'Feature',properties:{Name: '1', Address: '415 EAST 37TH STREET, KIPS BAY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97182156, 40.74556409]} },
{type: 'Feature',properties:{Name: '1', Address: '415 EAST 37TH STREET, KIPS BAY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97182156, 40.74556409]} },
{type: 'Feature',properties:{Name: '1', Address: '415 EAST 37TH STREET, KIPS BAY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97182156, 40.74556409]} },
{type: 'Feature',properties:{Name: '1', Address: '415 EAST 37TH STREET, KIPS BAY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97182156, 40.74556409]} },
{type: 'Feature',properties:{Name: '1', Address: '415 EAST 37TH STREET, KIPS BAY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97182156, 40.74556409]} },
{type: 'Feature',properties:{Name: '1', Address: '415 EAST 37TH STREET, KIPS BAY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97182156, 40.74556409]} },
{type: 'Feature',properties:{Name: '1', Address: '415 EAST 37TH STREET, KIPS BAY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97182156, 40.74556409]} },
{type: 'Feature',properties:{Name: '1', Address: '415 EAST 37TH STREET, KIPS BAY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97182156, 40.74556409]} },
{type: 'Feature',properties:{Name: '1', Address: '415 EAST 37TH STREET, KIPS BAY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97182156, 40.74556409]} },
{type: 'Feature',properties:{Name: '1', Address: '415 EAST 37TH STREET, KIPS BAY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97182156, 40.74556409]} },
{type: 'Feature',properties:{Name: '1', Address: '415 EAST 37TH STREET, KIPS BAY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97182156, 40.74556409]} },
{type: 'Feature',properties:{Name: '1', Address: '415 EAST 37TH STREET, KIPS BAY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97182156, 40.74556409]} },
{type: 'Feature',properties:{Name: '1', Address: '415 EAST 37TH STREET, KIPS BAY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97182156, 40.74556409]} },
{type: 'Feature',properties:{Name: '1', Address: '415 EAST 37TH STREET, KIPS BAY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97182156, 40.74556409]} },
{type: 'Feature',properties:{Name: '1', Address: '316 EAST 22ND STREET, KIPS BAY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98076334, 40.73695016]} },
{type: 'Feature',properties:{Name: '1', Address: '379 1 AVENUE, KIPS BAY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97883303, 40.73629657]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 23RD STREET, 3D, KIPS BAY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98035539, 40.73762805]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 23RD STREET, 9F, KIPS BAY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98035539, 40.73762805]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 23RD STREET, 9D, KIPS BAY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98035539, 40.73762805]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 23RD STREET, 6A, KIPS BAY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98035539, 40.73762805]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 23RD STREET, 2B, KIPS BAY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98035539, 40.73762805]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 23RD STREET, 3G, KIPS BAY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98035539, 40.73762805]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 23RD STREET, 6B, KIPS BAY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98035539, 40.73762805]} },
{type: 'Feature',properties:{Name: '1', Address: '312 EAST 23RD STREET, 9C, KIPS BAY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98031931, 40.73761157]} },
{type: 'Feature',properties:{Name: '1', Address: '312 EAST 23RD STREET, RES2, KIPS BAY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98031931, 40.73761157]} },
{type: 'Feature',properties:{Name: '1', Address: '312 EAST 23RD STREET, RES2, KIPS BAY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98031931, 40.73761157]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 40TH STREET, 20X, KIPS BAY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97301854, 40.7484793]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 40TH STREET, 25D, KIPS BAY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97301854, 40.7484793]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 40TH STREET, 15J, KIPS BAY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97301854, 40.7484793]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 40TH STREET, 28B, KIPS BAY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97301854, 40.7484793]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 40TH STREET, 28K, KIPS BAY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97301854, 40.7484793]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 40TH STREET, 23A, KIPS BAY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97301854, 40.7484793]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 40TH STREET, 17H, KIPS BAY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97301854, 40.7484793]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 40TH STREET, 31E, KIPS BAY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97301854, 40.7484793]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 40TH STREET, 20P, KIPS BAY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97301854, 40.7484793]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 40TH STREET, 5C, KIPS BAY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97301854, 40.7484793]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 40TH STREET, 29F, KIPS BAY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97301854, 40.7484793]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 40TH STREET, 12M, KIPS BAY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97301854, 40.7484793]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 40 STREET, 15H, KIPS BAY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97301854, 40.7484793]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 40TH STREET, 18G, KIPS BAY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97301854, 40.7484793]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 40TH STREET, 31C, KIPS BAY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97301854, 40.7484793]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 40TH STREET, 12P, KIPS BAY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97301854, 40.7484793]} },
{type: 'Feature',properties:{Name: '1', Address: '300 E 40TH STREET, 19R, KIPS BAY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97301854, 40.7484793]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 40TH STREET, 21H, KIPS BAY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97301854, 40.7484793]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 40TH STREET, 7E, KIPS BAY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97301854, 40.7484793]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 40TH STREET, 32K, KIPS BAY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97301854, 40.7484793]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 40TH STREET, 22F, KIPS BAY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97301854, 40.7484793]} },
{type: 'Feature',properties:{Name: '1', Address: 'N/A EAST 30TH STREET, KIPS BAY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.976798, 40.741693]} },
{type: 'Feature',properties:{Name: '1', Address: 'N/A EAST 30TH STREET, KIPS BAY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.976859, 40.741709]} },
{type: 'Feature',properties:{Name: '1', Address: '462 1 AVENUE, KIPS BAY', Month: '4', Price: '2124441'}, geometry: { type: 'Point', coordinates:[-73.97686183, 40.73917269]} },
{type: 'Feature',properties:{Name: '1', Address: '462 1 AVENUE, KIPS BAY', Month: '12', Price: '2124441'}, geometry: { type: 'Point', coordinates:[-73.97686183, 40.73917269]} },
{type: 'Feature',properties:{Name: '1', Address: '345 EAST 37TH STREET, KIPS BAY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97290405, 40.74601998]} },
{type: 'Feature',properties:{Name: '1', Address: '117 ELIZABETH STREET, LITTLE ITALY', Month: '6', Price: '9311'}, geometry: { type: 'Point', coordinates:[-73.99554836, 40.71917664]} },
{type: 'Feature',properties:{Name: '1', Address: '115 ELIZABETH STREET, LITTLE ITALY', Month: '1', Price: '9375'}, geometry: { type: 'Point', coordinates:[-73.99557361, 40.719119]} },
{type: 'Feature',properties:{Name: '1', Address: '113 ELIZABETH STREET, LITTLE ITALY', Month: '12', Price: '9123'}, geometry: { type: 'Point', coordinates:[-73.99559526, 40.71905862]} },
{type: 'Feature',properties:{Name: '1', Address: '167 MOTT STREET, LITTLE ITALY', Month: '10', Price: '15603'}, geometry: { type: 'Point', coordinates:[-73.99619406, 40.71979698]} },
{type: 'Feature',properties:{Name: '1', Address: '185 MOTT STREET, LITTLE ITALY', Month: '1', Price: '12871'}, geometry: { type: 'Point', coordinates:[-73.99585851, 40.72064784]} },
{type: 'Feature',properties:{Name: '1', Address: '9 SPRING STREET, LITTLE ITALY', Month: '10', Price: '13403'}, geometry: { type: 'Point', coordinates:[-73.99445151, 40.72121595]} },
{type: 'Feature',properties:{Name: '1', Address: '55 SPRING STREET, LITTLE ITALY', Month: '7', Price: '9610'}, geometry: { type: 'Point', coordinates:[-73.99669179, 40.72213278]} },
{type: 'Feature',properties:{Name: '1', Address: '55 SPRING STREET, LITTLE ITALY', Month: '1', Price: '9610'}, geometry: { type: 'Point', coordinates:[-73.99669179, 40.72213278]} },
{type: 'Feature',properties:{Name: '1', Address: '57 SPRING STREET, LITTLE ITALY', Month: '10', Price: '8950'}, geometry: { type: 'Point', coordinates:[-73.9967928, 40.72217396]} },
{type: 'Feature',properties:{Name: '1', Address: '57 SPRING ST, LITTLE ITALY', Month: '7', Price: '8950'}, geometry: { type: 'Point', coordinates:[-73.9967928, 40.72217396]} },
{type: 'Feature',properties:{Name: '1', Address: '260 ELIZABETH STREET, LITTLE ITALY', Month: '8', Price: '7804'}, geometry: { type: 'Point', coordinates:[-73.99371893, 40.72375756]} },
{type: 'Feature',properties:{Name: '1', Address: '233 ELIZABETH STREET, LITTLE ITALY', Month: '7', Price: '18081'}, geometry: { type: 'Point', coordinates:[-73.99398596, 40.72315647]} },
{type: 'Feature',properties:{Name: '1', Address: '199 MOTT STREET, LITTLE ITALY', Month: '1', Price: '35915'}, geometry: { type: 'Point', coordinates:[-73.99560594, 40.72129285]} },
{type: 'Feature',properties:{Name: '1', Address: '166 MULBERRY STREET, D1, LITTLE ITALY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99705986, 40.71991229]} },
{type: 'Feature',properties:{Name: '1', Address: '243 MULBERRY STREET, 4L, LITTLE ITALY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99591249, 40.7228711]} },
{type: 'Feature',properties:{Name: '1', Address: '262 ELIZABETH STREET, LITTLE ITALY', Month: '10', Price: '7545'}, geometry: { type: 'Point', coordinates:[-73.99370089, 40.72380147]} },
{type: 'Feature',properties:{Name: '1', Address: '264 ELIZABETH STREET, LITTLE ITALY', Month: '6', Price: '7890'}, geometry: { type: 'Point', coordinates:[-73.99368645, 40.72384264]} },
{type: 'Feature',properties:{Name: '1', Address: '266 ELIZABETH STREET, LITTLE ITALY', Month: '9', Price: '7545'}, geometry: { type: 'Point', coordinates:[-73.99366841, 40.72388381]} },
{type: 'Feature',properties:{Name: '1', Address: '268 ELIZABETH STREET, LITTLE ITALY', Month: '12', Price: '7825'}, geometry: { type: 'Point', coordinates:[-73.99365037, 40.72392498]} },
{type: 'Feature',properties:{Name: '1', Address: '182 GRAND STREET, 0, LITTLE ITALY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99758658, 40.71943196]} },
{type: 'Feature',properties:{Name: '1', Address: '237 LAFAYETTE STREET, 7W, LITTLE ITALY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99697677, 40.72263508]} },
{type: 'Feature',properties:{Name: '1', Address: '241 LAFAYETTE STREET, 6, LITTLE ITALY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99693347, 40.72274487]} },
{type: 'Feature',properties:{Name: '1', Address: '284 LAFAYETTE STREET, 6A, LITTLE ITALY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9960928, 40.72416389]} },
{type: 'Feature',properties:{Name: '1', Address: '55 PRINCE STREET, 5R, LITTLE ITALY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99617581, 40.72357102]} },
{type: 'Feature',properties:{Name: '1', Address: '292 LAFAYETTE STREET, 2E, LITTLE ITALY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99581859, 40.72449874]} },
{type: 'Feature',properties:{Name: '1', Address: '292 LAFAYETTE STREET, 5W, LITTLE ITALY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99581859, 40.72449874]} },
{type: 'Feature',properties:{Name: '1', Address: '354 BROOME STREET, LITTLE ITALY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99514066, 40.71982988]} },
{type: 'Feature',properties:{Name: '1', Address: '354 BROOME STREET, LITTLE ITALY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99514066, 40.71982988]} },
{type: 'Feature',properties:{Name: '1', Address: '199 MOTT STREET, LITTLE ITALY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99560594, 40.72129285]} },
{type: 'Feature',properties:{Name: '1', Address: '199 MOTT STREET, LITTLE ITALY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99560594, 40.72129285]} },
{type: 'Feature',properties:{Name: '1', Address: '199 MOTT STREET, LITTLE ITALY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99560594, 40.72129285]} },
{type: 'Feature',properties:{Name: '1', Address: '199 MOTT STREET, LITTLE ITALY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99560594, 40.72129285]} },
{type: 'Feature',properties:{Name: '1', Address: '199 MOTT STREET, LITTLE ITALY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99560594, 40.72129285]} },
{type: 'Feature',properties:{Name: '1', Address: '199 MOTT STREET, LITTLE ITALY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99560594, 40.72129285]} },
{type: 'Feature',properties:{Name: '1', Address: '199 MOTT STREET, LITTLE ITALY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99560594, 40.72129285]} },
{type: 'Feature',properties:{Name: '1', Address: '199 MOTT STREET, LITTLE ITALY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99560594, 40.72129285]} },
{type: 'Feature',properties:{Name: '1', Address: '199 MOTT STREET, LITTLE ITALY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99560594, 40.72129285]} },
{type: 'Feature',properties:{Name: '1', Address: '199 MOTT STREET, LITTLE ITALY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99560594, 40.72129285]} },
{type: 'Feature',properties:{Name: '1', Address: '225 LAFAYETTE STREET, LITTLE ITALY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9973484, 40.72157562]} },
{type: 'Feature',properties:{Name: '1', Address: '225 LAFAYETTE STREET, LITTLE ITALY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9973484, 40.72157562]} },
{type: 'Feature',properties:{Name: '1', Address: '225 LAFAYETTE STREET, LITTLE ITALY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9973484, 40.72157562]} },
{type: 'Feature',properties:{Name: '1', Address: '225 LAFAYETTE STREET, LITTLE ITALY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9973484, 40.72157562]} },
{type: 'Feature',properties:{Name: '1', Address: '225 LAFAYETTE STREET, LITTLE ITALY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9973484, 40.72157562]} },
{type: 'Feature',properties:{Name: '1', Address: '225 LAFAYETTE STREET, LITTLE ITALY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9973484, 40.72157562]} },
{type: 'Feature',properties:{Name: '1', Address: '225 LAFAYETTE STREET, LITTLE ITALY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9973484, 40.72157562]} },
{type: 'Feature',properties:{Name: '1', Address: '225 LAFAYETTE STREET, LITTLE ITALY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9973484, 40.72157562]} },
{type: 'Feature',properties:{Name: '1', Address: '225 LAFAYETTE STREET, LITTLE ITALY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9973484, 40.72157562]} },
{type: 'Feature',properties:{Name: '1', Address: '225 LAFAYETTE STREET, LITTLE ITALY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9973484, 40.72157562]} },
{type: 'Feature',properties:{Name: '1', Address: '201 MULBERRY STREET, LITTLE ITALY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99646093, 40.72149599]} },
{type: 'Feature',properties:{Name: '1', Address: '201 MULBERRY STREET, LITTLE ITALY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99646093, 40.72149599]} },
{type: 'Feature',properties:{Name: '1', Address: '14 PRINCE STREET, LITTLE ITALY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9940329, 40.72266516]} },
{type: 'Feature',properties:{Name: '1', Address: '14 PRINCE STREET, LITTLE ITALY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9940329, 40.72266516]} },
{type: 'Feature',properties:{Name: '1', Address: '14 PRINCE STREET, LITTLE ITALY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9940329, 40.72266516]} },
{type: 'Feature',properties:{Name: '1', Address: '200 BOWERY, LITTLE ITALY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99367226, 40.72129002]} },
{type: 'Feature',properties:{Name: '1', Address: '256 BOWERY, LITTLE ITALY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99296858, 40.72317837]} },
{type: 'Feature',properties:{Name: '1', Address: '256 BOWERY, LITTLE ITALY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99296858, 40.72317837]} },
{type: 'Feature',properties:{Name: '1', Address: '295 LAFAYETTE STREET, LITTLE ITALY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99576086, 40.72453716]} },
{type: 'Feature',properties:{Name: '1', Address: '50 SPRING STREET, LITTLE ITALY', Month: '8', Price: '5242'}, geometry: { type: 'Point', coordinates:[-73.99650419, 40.72203671]} },
{type: 'Feature',properties:{Name: '1', Address: '232 MOTT STREET, LITTLE ITALY', Month: '12', Price: '7598'}, geometry: { type: 'Point', coordinates:[-73.99507913, 40.72257463]} },
{type: 'Feature',properties:{Name: '1', Address: '381 BROOME STREET, LITTLE ITALY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.996562, 40.72038437]} },
{type: 'Feature',properties:{Name: '1', Address: '381 BROOME STREET, LITTLE ITALY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.996562, 40.72038437]} },
{type: 'Feature',properties:{Name: '1', Address: '381 BROOME STREET, LITTLE ITALY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.996562, 40.72038437]} },
{type: 'Feature',properties:{Name: '1', Address: '381 BROOME STREET, LITTLE ITALY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.996562, 40.72038437]} },
{type: 'Feature',properties:{Name: '1', Address: '176 MULBERRY STREET, LITTLE ITALY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9968939, 40.72032674]} },
{type: 'Feature',properties:{Name: '1', Address: '165 ELIZABETH STREET, LITTLE ITALY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99488084, 40.72088934]} },
{type: 'Feature',properties:{Name: '1', Address: '182 MULBERRY STREET, LITTLE ITALY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9967135, 40.7207906]} },
{type: 'Feature',properties:{Name: '1', Address: '41 SPRING STREET, LITTLE ITALY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99595584, 40.72183084]} },
{type: 'Feature',properties:{Name: '1', Address: '224 MULBERRY STREET, LITTLE ITALY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99606404, 40.72243469]} },
{type: 'Feature',properties:{Name: '1', Address: '224 MULBERRY STREET, LITTLE ITALY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99606404, 40.72243469]} },
{type: 'Feature',properties:{Name: '1', Address: '224 MULBERRY STREET, LITTLE ITALY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99606404, 40.72243469]} },
{type: 'Feature',properties:{Name: '1', Address: '224 MULBERRY STREET, LITTLE ITALY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99606404, 40.72243469]} },
{type: 'Feature',properties:{Name: '1', Address: '224 MULBERRY STREET, LITTLE ITALY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99606404, 40.72243469]} },
{type: 'Feature',properties:{Name: '1', Address: '224 MULBERRY STREET, LITTLE ITALY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99606404, 40.72243469]} },
{type: 'Feature',properties:{Name: '1', Address: '25 PRINCE STREET, LITTLE ITALY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99456321, 40.72290124]} },
{type: 'Feature',properties:{Name: '1', Address: '25 PRINCE STREET, LITTLE ITALY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99456321, 40.72290124]} },
{type: 'Feature',properties:{Name: '1', Address: '201 MULBERRY STREET, LITTLE ITALY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99646093, 40.72149599]} },
{type: 'Feature',properties:{Name: '1', Address: '224 MULBERRY STREET, LITTLE ITALY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99606404, 40.72243469]} },
{type: 'Feature',properties:{Name: '1', Address: '224 MULBERRY STREET, LITTLE ITALY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99606404, 40.72243469]} },
{type: 'Feature',properties:{Name: '1', Address: '45 SPRING STREET, RES1, LITTLE ITALY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9960785, 40.72188299]} },
{type: 'Feature',properties:{Name: '1', Address: '142 BOWERY, LITTLE ITALY', Month: '1', Price: '18355'}, geometry: { type: 'Point', coordinates:[-73.99455991, 40.71909151]} },
{type: 'Feature',properties:{Name: '1', Address: '136 BOWERY, LITTLE ITALY', Month: '8', Price: '6240'}, geometry: { type: 'Point', coordinates:[-73.99462486, 40.71892683]} },
{type: 'Feature',properties:{Name: '1', Address: '134 BOWERY, LITTLE ITALY', Month: '5', Price: '5045'}, geometry: { type: 'Point', coordinates:[-73.99465012, 40.71887193]} },
{type: 'Feature',properties:{Name: '1', Address: '158 GRAND STREET, LITTLE ITALY', Month: '2', Price: '12800'}, geometry: { type: 'Point', coordinates:[-73.99874819, 40.71990408]} },
{type: 'Feature',properties:{Name: '1', Address: '174 BOWERY, LITTLE ITALY', Month: '4', Price: '5855'}, geometry: { type: 'Point', coordinates:[-73.99399702, 40.72046386]} },
{type: 'Feature',properties:{Name: '1', Address: '258-260 BOWERY, LITTLE ITALY', Month: '10', Price: '8015'}, geometry: { type: 'Point', coordinates:[-73.99295414, 40.72322229]} },
{type: 'Feature',properties:{Name: '1', Address: '259 ELIZABETH STREET, LITTLE ITALY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99378749, 40.72364503]} },
{type: 'Feature',properties:{Name: '1', Address: '354 BROOME STREET, LITTLE ITALY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99514066, 40.71982988]} },
{type: 'Feature',properties:{Name: '1', Address: '262 MOTT STREET, LITTLE ITALY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99461005, 40.72369173]} },
{type: 'Feature',properties:{Name: '1', Address: '262 MOTT STREET, LITTLE ITALY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99461005, 40.72369173]} },
{type: 'Feature',properties:{Name: '1', Address: '170 ELDRIDGE STREET, LOWER EAST SIDE', Month: '6', Price: '6000'}, geometry: { type: 'Point', coordinates:[-73.99092703, 40.72016174]} },
{type: 'Feature',properties:{Name: '1', Address: '246 ELDRIDGE STREET, LOWER EAST SIDE', Month: '6', Price: '3520'}, geometry: { type: 'Point', coordinates:[-73.98960988, 40.72273072]} },
{type: 'Feature',properties:{Name: '1', Address: '65 PITT, LOWER EAST SIDE', Month: '2', Price: '5175'}, geometry: { type: 'Point', coordinates:[-73.98266632, 40.71797871]} },
{type: 'Feature',properties:{Name: '1', Address: '149 RIVINGTON STREET, LOWER EAST SIDE', Month: '12', Price: '3500'}, geometry: { type: 'Point', coordinates:[-73.98571793, 40.71926916]} },
{type: 'Feature',properties:{Name: '1', Address: '106 FORSYTH STREET, LOWER EAST SIDE', Month: '1', Price: '8050'}, geometry: { type: 'Point', coordinates:[-73.99272375, 40.71862755]} },
{type: 'Feature',properties:{Name: '1', Address: '305 CHERRY STREET, LOWER EAST SIDE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98733917, 40.71147149]} },
{type: 'Feature',properties:{Name: '1', Address: '307 CHERRY STREET, LOWER EAST SIDE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98715882, 40.71148794]} },
{type: 'Feature',properties:{Name: '1', Address: '253 CLINTON STREET, LOWER EAST SIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98672601, 40.71128203]} },
{type: 'Feature',properties:{Name: '1', Address: '67 CLINTON STREET, LOWER EAST SIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98493147, 40.71937885]} },
{type: 'Feature',properties:{Name: '1', Address: '67 CLINTON STREET, LOWER EAST SIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98493147, 40.71937885]} },
{type: 'Feature',properties:{Name: '1', Address: '67 CLINTON STREET, LOWER EAST SIDE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98493147, 40.71937885]} },
{type: 'Feature',properties:{Name: '1', Address: '150 HENRY STREET, LOWER EAST SIDE', Month: '2', Price: '4640'}, geometry: { type: 'Point', coordinates:[-73.98975562, 40.71340404]} },
{type: 'Feature',properties:{Name: '1', Address: '150 HENRY STREET, LOWER EAST SIDE', Month: '4', Price: '4640'}, geometry: { type: 'Point', coordinates:[-73.98975562, 40.71340404]} },
{type: 'Feature',properties:{Name: '1', Address: '51 MONROE STREET, LOWER EAST SIDE', Month: '6', Price: '9910'}, geometry: { type: 'Point', coordinates:[-73.99380664, 40.71164219]} },
{type: 'Feature',properties:{Name: '1', Address: '53 MONROE STREET, LOWER EAST SIDE', Month: '10', Price: '9350'}, geometry: { type: 'Point', coordinates:[-73.99370203, 40.71165317]} },
{type: 'Feature',properties:{Name: '1', Address: '73 MONROE ST, LOWER EAST SIDE', Month: '2', Price: '9660'}, geometry: { type: 'Point', coordinates:[-73.99267761, 40.71174368]} },
{type: 'Feature',properties:{Name: '1', Address: '49 CATHERINE STREET, LOWER EAST SIDE', Month: '6', Price: '9390'}, geometry: { type: 'Point', coordinates:[-73.99686183, 40.71174662]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST BROADWAY, LOWER EAST SIDE', Month: '10', Price: '6225'}, geometry: { type: 'Point', coordinates:[-73.9909928, 40.71399152]} },
{type: 'Feature',properties:{Name: '1', Address: '162 EAST BROADWAY, LOWER EAST SIDE', Month: '11', Price: '5572'}, geometry: { type: 'Point', coordinates:[-73.99054189, 40.71402991]} },
{type: 'Feature',properties:{Name: '1', Address: '221 HENRY ST, LOWER EAST SIDE', Month: '3', Price: '7735'}, geometry: { type: 'Point', coordinates:[-73.98633956, 40.71370012]} },
{type: 'Feature',properties:{Name: '1', Address: '53 LUDLOW STREET, LOWER EAST SIDE', Month: '1', Price: '8370'}, geometry: { type: 'Point', coordinates:[-73.99014833, 40.71660721]} },
{type: 'Feature',properties:{Name: '1', Address: '118 RIDGE STREET, LOWER EAST SIDE', Month: '9', Price: '9990'}, geometry: { type: 'Point', coordinates:[-73.98311336, 40.71909864]} },
{type: 'Feature',properties:{Name: '1', Address: '210 RIVINGTON STREET, LOWER EAST SIDE', Month: '4', Price: '14096'}, geometry: { type: 'Point', coordinates:[-73.98277083, 40.71838769]} },
{type: 'Feature',properties:{Name: '1', Address: '210 RIVINGTON STREET, LOWER EAST SIDE', Month: '9', Price: '14096'}, geometry: { type: 'Point', coordinates:[-73.98277083, 40.71838769]} },
{type: 'Feature',properties:{Name: '1', Address: '198-200 RIVINGTON STREET, LOWER EAST SIDE', Month: '1', Price: '22370'}, geometry: { type: 'Point', coordinates:[-73.98325419, 40.71853598]} },
{type: 'Feature',properties:{Name: '1', Address: '145 CLINTON STREET, LOWER EAST SIDE', Month: '4', Price: '31200'}, geometry: { type: 'Point', coordinates:[-73.98637504, 40.71660957]} },
{type: 'Feature',properties:{Name: '1', Address: '176 DELANCEY STREET, LOWER EAST SIDE', Month: '1', Price: '5250'}, geometry: { type: 'Point', coordinates:[-73.98512308, 40.71752342]} },
{type: 'Feature',properties:{Name: '1', Address: '176 DELANCEY STREET, LOWER EAST SIDE', Month: '7', Price: '5250'}, geometry: { type: 'Point', coordinates:[-73.98512308, 40.71752342]} },
{type: 'Feature',properties:{Name: '1', Address: '279 EAST HOUSTON STREET, LOWER EAST SIDE', Month: '4', Price: '9432'}, geometry: { type: 'Point', coordinates:[-73.98430324, 40.72161026]} },
{type: 'Feature',properties:{Name: '1', Address: '279 EAST HOUSTON STREET, LOWER EAST SIDE', Month: '9', Price: '9432'}, geometry: { type: 'Point', coordinates:[-73.98430324, 40.72161026]} },
{type: 'Feature',properties:{Name: '1', Address: '249 EAST HOUSTON STREET, LOWER EAST SIDE', Month: '6', Price: '2799'}, geometry: { type: 'Point', coordinates:[-73.98528805, 40.72190682]} },
{type: 'Feature',properties:{Name: '1', Address: '144 STANTON STREET, LOWER EAST SIDE', Month: '9', Price: '4632'}, geometry: { type: 'Point', coordinates:[-73.98577536, 40.72063881]} },
{type: 'Feature',properties:{Name: '1', Address: '249 BROOME STREET, LOWER EAST SIDE', Month: '9', Price: '19053'}, geometry: { type: 'Point', coordinates:[-73.98981985, 40.71799054]} },
{type: 'Feature',properties:{Name: '1', Address: '92 RIVINGTON STREET, LOWER EAST SIDE', Month: '4', Price: '8080'}, geometry: { type: 'Point', coordinates:[-73.98873003, 40.72019997]} },
{type: 'Feature',properties:{Name: '1', Address: '92 RIVINGTON STREET, LOWER EAST SIDE', Month: '9', Price: '8080'}, geometry: { type: 'Point', coordinates:[-73.98873003, 40.72019997]} },
{type: 'Feature',properties:{Name: '1', Address: '92 RIVINGTON STREET, LOWER EAST SIDE', Month: '12', Price: '8080'}, geometry: { type: 'Point', coordinates:[-73.98873003, 40.72019997]} },
{type: 'Feature',properties:{Name: '1', Address: '135 ORCHARD, LOWER EAST SIDE', Month: '11', Price: '11255'}, geometry: { type: 'Point', coordinates:[-73.98933254, 40.71990359]} },
{type: 'Feature',properties:{Name: '1', Address: '100 FORSYTH STREET, LOWER EAST SIDE', Month: '6', Price: '9450'}, geometry: { type: 'Point', coordinates:[-73.99284643, 40.71838327]} },
{type: 'Feature',properties:{Name: '1', Address: '102 FORSYTH STREET, LOWER EAST SIDE', Month: '4', Price: '9490'}, geometry: { type: 'Point', coordinates:[-73.99280674, 40.71846561]} },
{type: 'Feature',properties:{Name: '1', Address: '104 FORSYTH STREET, LOWER EAST SIDE', Month: '7', Price: '9875'}, geometry: { type: 'Point', coordinates:[-73.99276344, 40.71854521]} },
{type: 'Feature',properties:{Name: '1', Address: '104 FORSYTH STREET, LOWER EAST SIDE', Month: '5', Price: '9875'}, geometry: { type: 'Point', coordinates:[-73.99276344, 40.71854521]} },
{type: 'Feature',properties:{Name: '1', Address: '7 RIVINGTON ST, LOWER EAST SIDE', Month: '7', Price: '9779'}, geometry: { type: 'Point', coordinates:[-73.99266213, 40.72136407]} },
{type: 'Feature',properties:{Name: '1', Address: '7 RIVINGTON ST, LOWER EAST SIDE', Month: '11', Price: '9779'}, geometry: { type: 'Point', coordinates:[-73.99266213, 40.72136407]} },
{type: 'Feature',properties:{Name: '1', Address: '19 STANTON STREET, LOWER EAST SIDE', Month: '2', Price: '9967'}, geometry: { type: 'Point', coordinates:[-73.9919549, 40.72248114]} },
{type: 'Feature',properties:{Name: '1', Address: '1 PIKE STREET, LOWER EAST SIDE', Month: '4', Price: '17895'}, geometry: { type: 'Point', coordinates:[-73.99279637, 40.71428808]} },
{type: 'Feature',properties:{Name: '1', Address: '114 RIDGE STREET, LOWER EAST SIDE', Month: '12', Price: '27109'}, geometry: { type: 'Point', coordinates:[-73.98315667, 40.71900806]} },
{type: 'Feature',properties:{Name: '1', Address: '114 RIDGE STREET, LOWER EAST SIDE', Month: '2', Price: '4883'}, geometry: { type: 'Point', coordinates:[-73.98315667, 40.71900806]} },
{type: 'Feature',properties:{Name: '1', Address: '130 ORCHARD STREET, LOWER EAST SIDE', Month: '6', Price: '27247'}, geometry: { type: 'Point', coordinates:[-73.98935781, 40.71980479]} },
{type: 'Feature',properties:{Name: '1', Address: '144-150 LUDLOW STREET, LOWER EAST SIDE', Month: '10', Price: '34904'}, geometry: { type: 'Point', coordinates:[-73.9880806, 40.72059515]} },
{type: 'Feature',properties:{Name: '1', Address: '144-150 LUDLOW STREET, LOWER EAST SIDE', Month: '9', Price: '34904'}, geometry: { type: 'Point', coordinates:[-73.9880806, 40.72059515]} },
{type: 'Feature',properties:{Name: '1', Address: '149-151 ESSEX STREET, LOWER EAST SIDE', Month: '6', Price: '30870'}, geometry: { type: 'Point', coordinates:[-73.98717871, 40.72056486]} },
{type: 'Feature',properties:{Name: '1', Address: '98 SUFFOLK STREET, 4A, LOWER EAST SIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98629528, 40.71854462]} },
{type: 'Feature',properties:{Name: '1', Address: '100 SUFFOLK STREET, 2A, LOWER EAST SIDE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98627001, 40.71859402]} },
{type: 'Feature',properties:{Name: '1', Address: '106 SUFFOLK STREET, 5B, LOWER EAST SIDE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98619423, 40.71874772]} },
{type: 'Feature',properties:{Name: '1', Address: '118 SUFFOLK STREET, 3A, LOWER EAST SIDE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98604265, 40.71904962]} },
{type: 'Feature',properties:{Name: '1', Address: '118 SUFFOLK STREET, 1C, LOWER EAST SIDE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98604265, 40.71904962]} },
{type: 'Feature',properties:{Name: '1', Address: '175 RIVINGTON STREET, 4A, LOWER EAST SIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98453115, 40.71890945]} },
{type: 'Feature',properties:{Name: '1', Address: '178 SUFFOLK, 6, LOWER EAST SIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98503572, 40.72102298]} },
{type: 'Feature',properties:{Name: '1', Address: '309-313 EAST HOUSTON STREET, 6D, LOWER EAST SIDE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98334008, 40.72131643]} },
{type: 'Feature',properties:{Name: '1', Address: '139 NORFOLK STREET, 3B, LOWER EAST SIDE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98651502, 40.72007073]} },
{type: 'Feature',properties:{Name: '1', Address: '131 NORFOLK STREET, 2C, LOWER EAST SIDE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98661968, 40.71987037]} },
{type: 'Feature',properties:{Name: '1', Address: '170 NORFOLK STREET, 5, LOWER EAST SIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98594842, 40.72113014]} },
{type: 'Feature',properties:{Name: '1', Address: '132 ELDRIDGE ST, 2, LOWER EAST SIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99159098, 40.71886077]} },
{type: 'Feature',properties:{Name: '1', Address: '132 ELDRIDGE STREET, 3, LOWER EAST SIDE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99159098, 40.71886077]} },
{type: 'Feature',properties:{Name: '1', Address: '174 ELDRIDGE ST, 3, LOWER EAST SIDE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99088012, 40.7202578]} },
{type: 'Feature',properties:{Name: '1', Address: '118 FORSYTH STREET, 1, LOWER EAST SIDE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9924387, 40.71918197]} },
{type: 'Feature',properties:{Name: '1', Address: '152 FORSYTH STREET, 9, LOWER EAST SIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99177476, 40.72047745]} },
{type: 'Feature',properties:{Name: '1', Address: '152 FORSYTH STREET, 11, LOWER EAST SIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99177476, 40.72047745]} },
{type: 'Feature',properties:{Name: '1', Address: '46 RIVINGTON ST, 3D, LOWER EAST SIDE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99092333, 40.72086165]} },
{type: 'Feature',properties:{Name: '1', Address: '46-50 RIVINGTON STREET, 1C, LOWER EAST SIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99092333, 40.72086165]} },
{type: 'Feature',properties:{Name: '1', Address: '6 RIVINGTON ST, 4, LOWER EAST SIDE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99309142, 40.72151231]} },
{type: 'Feature',properties:{Name: '1', Address: '455 FDR DRIVE, B1701, LOWER EAST SIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97776913, 40.71291378]} },
{type: 'Feature',properties:{Name: '1', Address: '453 FDR DRIVE, C904, LOWER EAST SIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.977798, 40.71286164]} },
{type: 'Feature',properties:{Name: '1', Address: '575 GRAND STREET, E502, LOWER EAST SIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9791396, 40.71370727]} },
{type: 'Feature',properties:{Name: '1', Address: '577 GRAND STREET, F2002, LOWER EAST SIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97907828, 40.71369079]} },
{type: 'Feature',properties:{Name: '1', Address: '577 GRAND STREET, F-1702, LOWER EAST SIDE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97907828, 40.71369079]} },
{type: 'Feature',properties:{Name: '1', Address: '453 FDR DRIVE, C2001, LOWER EAST SIDE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.977798, 40.71286164]} },
{type: 'Feature',properties:{Name: '1', Address: '457 FDR DRIVE, A1201, LOWER EAST SIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97774386, 40.71296867]} },
{type: 'Feature',properties:{Name: '1', Address: '455 FDR DRIVE, B604, LOWER EAST SIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97776913, 40.71291378]} },
{type: 'Feature',properties:{Name: '1', Address: '573 GRAND STREET, D1707, LOWER EAST SIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97919731, 40.7137265]} },
{type: 'Feature',properties:{Name: '1', Address: '457 FDR DRIVE, A904, LOWER EAST SIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97774386, 40.71296867]} },
{type: 'Feature',properties:{Name: '1', Address: '453 FDR DRIVE, C407, LOWER EAST SIDE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.977798, 40.71286164]} },
{type: 'Feature',properties:{Name: '1', Address: '457 FDR DRIVE, A1102, LOWER EAST SIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97774386, 40.71296867]} },
{type: 'Feature',properties:{Name: '1', Address: '457 FDR DRIVE, A2001, LOWER EAST SIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97774386, 40.71296867]} },
{type: 'Feature',properties:{Name: '1', Address: '453 FDR DRIVE, C107, LOWER EAST SIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.977798, 40.71286164]} },
{type: 'Feature',properties:{Name: '1', Address: '453 FDR DRIVE, C1207, LOWER EAST SIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.977798, 40.71286164]} },
{type: 'Feature',properties:{Name: '1', Address: '453 FDR DRIVE, C2004, LOWER EAST SIDE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.977798, 40.71286164]} },
{type: 'Feature',properties:{Name: '1', Address: '577 GRAND STREET, F1505, LOWER EAST SIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97907828, 40.71369079]} },
{type: 'Feature',properties:{Name: '1', Address: '573 GRAND STREET, D1501, LOWER EAST SIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97919731, 40.7137265]} },
{type: 'Feature',properties:{Name: '1', Address: '453 FDR DRIVE, C1602, LOWER EAST SIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.977798, 40.71286164]} },
{type: 'Feature',properties:{Name: '1', Address: '573 GRAND STREET, D704, LOWER EAST SIDE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97919731, 40.7137265]} },
{type: 'Feature',properties:{Name: '1', Address: '457 FDR DRIVE, A106, LOWER EAST SIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97774386, 40.71296867]} },
{type: 'Feature',properties:{Name: '1', Address: '457 FDR DRIVE, A403, LOWER EAST SIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97774386, 40.71296867]} },
{type: 'Feature',properties:{Name: '1', Address: '457 FDR DRIVE, A2001, LOWER EAST SIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97774386, 40.71296867]} },
{type: 'Feature',properties:{Name: '1', Address: '573 GRAND STREET, D804, LOWER EAST SIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97919731, 40.7137265]} },
{type: 'Feature',properties:{Name: '1', Address: '210 EAST BROADWAY, H404, LOWER EAST SIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9876669, 40.71427941]} },
{type: 'Feature',properties:{Name: '1', Address: '212 EAST BROADWAY, G802, LOWER EAST SIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98759115, 40.7142849]} },
{type: 'Feature',properties:{Name: '1', Address: '210 EAST BROADWAY, H1104, LOWER EAST SIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9876669, 40.71427941]} },
{type: 'Feature',properties:{Name: '1', Address: '385 GRAND ST, L906, LOWER EAST SIDE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9880525, 40.71634351]} },
{type: 'Feature',properties:{Name: '1', Address: '387 GRAND STREET, K203, LOWER EAST SIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98785772, 40.71628311]} },
{type: 'Feature',properties:{Name: '1', Address: '212 EAST BROADWAY, G1801, LOWER EAST SIDE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98759115, 40.7142849]} },
{type: 'Feature',properties:{Name: '1', Address: '383 GRAND STREET, M902, LOWER EAST SIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98824368, 40.71640117]} },
{type: 'Feature',properties:{Name: '1', Address: '212 EAST BROADWAY, G404, LOWER EAST SIDE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98759115, 40.7142849]} },
{type: 'Feature',properties:{Name: '1', Address: '208 EAST BROADWAY, J1204, LOWER EAST SIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98774626, 40.71427393]} },
{type: 'Feature',properties:{Name: '1', Address: '210 EAST BROADWAY, H803, LOWER EAST SIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9876669, 40.71427941]} },
{type: 'Feature',properties:{Name: '1', Address: '383 GRAND STREET, M502, LOWER EAST SIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98824368, 40.71640117]} },
{type: 'Feature',properties:{Name: '1', Address: '385 GRAND STREET, L305, LOWER EAST SIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9880525, 40.71634351]} },
{type: 'Feature',properties:{Name: '1', Address: '383 GRAND STREET, M1703, LOWER EAST SIDE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98824368, 40.71640117]} },
{type: 'Feature',properties:{Name: '1', Address: '383 GRAND STREET, M102, LOWER EAST SIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98824368, 40.71640117]} },
{type: 'Feature',properties:{Name: '1', Address: '383 GRAND STREET, M1503, LOWER EAST SIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98824368, 40.71640117]} },
{type: 'Feature',properties:{Name: '1', Address: '210 EAST BROADWAY, H404, LOWER EAST SIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9876669, 40.71427941]} },
{type: 'Feature',properties:{Name: '1', Address: '383 GRAND STREET, M1502, LOWER EAST SIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98824368, 40.71640117]} },
{type: 'Feature',properties:{Name: '1', Address: '385 GRAND STREET, L1907, LOWER EAST SIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9880525, 40.71634351]} },
{type: 'Feature',properties:{Name: '1', Address: '385 GRAND STREET, L1502, LOWER EAST SIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9880525, 40.71634351]} },
{type: 'Feature',properties:{Name: '1', Address: '212 E. BROADWAY, G203, LOWER EAST SIDE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98759115, 40.7142849]} },
{type: 'Feature',properties:{Name: '1', Address: '387 GRAND STREET, K107, LOWER EAST SIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98785772, 40.71628311]} },
{type: 'Feature',properties:{Name: '1', Address: '383 GRAND STREET, M904, LOWER EAST SIDE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98824368, 40.71640117]} },
{type: 'Feature',properties:{Name: '1', Address: '387 GRAND STREET, K1604, LOWER EAST SIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98785772, 40.71628311]} },
{type: 'Feature',properties:{Name: '1', Address: '208 EAST BROADWAY, J705, LOWER EAST SIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98774626, 40.71427393]} },
{type: 'Feature',properties:{Name: '1', Address: '208 EAST BROADWAY, J701, LOWER EAST SIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98774626, 40.71427393]} },
{type: 'Feature',properties:{Name: '1', Address: '387 GRAND STREET, K707, LOWER EAST SIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98785772, 40.71628311]} },
{type: 'Feature',properties:{Name: '1', Address: '383 GRAND STREET, M607, LOWER EAST SIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98824368, 40.71640117]} },
{type: 'Feature',properties:{Name: '1', Address: '413 GRAND STREET, F807, LOWER EAST SIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98644734, 40.715863]} },
{type: 'Feature',properties:{Name: '1', Address: '266 EAST BROADWAY, B802, LOWER EAST SIDE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98507326, 40.7144932]} },
{type: 'Feature',properties:{Name: '1', Address: '268 EAST BROADWAY, A905, LOWER EAST SIDE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98498307, 40.71449868]} },
{type: 'Feature',properties:{Name: '1', Address: '268 EAST BROADWAY, A1703, LOWER EAST SIDE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98498307, 40.71449868]} },
{type: 'Feature',properties:{Name: '1', Address: '415 GRAND STREET, E1105, LOWER EAST SIDE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98637159, 40.71583829]} },
{type: 'Feature',properties:{Name: '1', Address: '417 GRAND STREET, D1506, LOWER EAST SIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98629944, 40.71581633]} },
{type: 'Feature',properties:{Name: '1', Address: '417 GRAND STREET, D1602, LOWER EAST SIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98629944, 40.71581633]} },
{type: 'Feature',properties:{Name: '1', Address: '413 GRAND STREET, F1706, LOWER EAST SIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98644734, 40.715863]} },
{type: 'Feature',properties:{Name: '1', Address: '268 EAST BROADWAY, A1404, LOWER EAST SIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98498307, 40.71449868]} },
{type: 'Feature',properties:{Name: '1', Address: '268 EAST BROADWAY, A2005, LOWER EAST SIDE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98498307, 40.71449868]} },
{type: 'Feature',properties:{Name: '1', Address: '268 EAST BROADWAY, A1102, LOWER EAST SIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98498307, 40.71449868]} },
{type: 'Feature',properties:{Name: '1', Address: '268 EAST BROADWAY, A401, LOWER EAST SIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98498307, 40.71449868]} },
{type: 'Feature',properties:{Name: '1', Address: '417 GRAND STREET, D404, LOWER EAST SIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98629944, 40.71581633]} },
{type: 'Feature',properties:{Name: '1', Address: '264 EAST BROADWAY, C1503, LOWER EAST SIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515983, 40.71448498]} },
{type: 'Feature',properties:{Name: '1', Address: '266 EAST BROADWAY, B1706, LOWER EAST SIDE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98507326, 40.7144932]} },
{type: 'Feature',properties:{Name: '1', Address: '417 GRAND STREET, D607, LOWER EAST SIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98629944, 40.71581633]} },
{type: 'Feature',properties:{Name: '1', Address: '264 EAST BROADWAY, C1306, LOWER EAST SIDE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515983, 40.71448498]} },
{type: 'Feature',properties:{Name: '1', Address: '266 EAST BROADWAY, B1307, LOWER EAST SIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98507326, 40.7144932]} },
{type: 'Feature',properties:{Name: '1', Address: '413 GRAND STREET, F1701, LOWER EAST SIDE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98644734, 40.715863]} },
{type: 'Feature',properties:{Name: '1', Address: '417 GRAND STREET, D401, LOWER EAST SIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98629944, 40.71581633]} },
{type: 'Feature',properties:{Name: '1', Address: '264 EAST BROADWAY, C103, LOWER EAST SIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515983, 40.71448498]} },
{type: 'Feature',properties:{Name: '1', Address: '266 EAST BROADWAY, B705, LOWER EAST SIDE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98507326, 40.7144932]} },
{type: 'Feature',properties:{Name: '1', Address: '477 FDR DRIVE, M906, LOWER EAST SIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97732155, 40.71377006]} },
{type: 'Feature',properties:{Name: '1', Address: '477 FDR DRIVE, M1703, LOWER EAST SIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97732155, 40.71377006]} },
{type: 'Feature',properties:{Name: '1', Address: '473 FDR DRIVE, K1501, LOWER EAST SIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9773793, 40.71366303]} },
{type: 'Feature',properties:{Name: '1', Address: '477 FDR DRIVE, M205, LOWER EAST SIDE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97732155, 40.71377006]} },
{type: 'Feature',properties:{Name: '1', Address: '572 GRAND STREET, G702, LOWER EAST SIDE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97911435, 40.71371825]} },
{type: 'Feature',properties:{Name: '1', Address: '568 GRAND STREET, J802, LOWER EAST SIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97916123, 40.71373198]} },
{type: 'Feature',properties:{Name: '1', Address: '477 FDR DRIVE, M1204, LOWER EAST SIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97732155, 40.71377006]} },
{type: 'Feature',properties:{Name: '1', Address: '568 GRAND STREET, J604, LOWER EAST SIDE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97916123, 40.71373198]} },
{type: 'Feature',properties:{Name: '1', Address: '473 FDR DRIVE, K303, LOWER EAST SIDE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9773793, 40.71366303]} },
{type: 'Feature',properties:{Name: '1', Address: '568 GRAND STREET, J303, LOWER EAST SIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97916123, 40.71373198]} },
{type: 'Feature',properties:{Name: '1', Address: '570 GRAND STREET, H304, LOWER EAST SIDE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97913599, 40.71372374]} },
{type: 'Feature',properties:{Name: '1', Address: '475 FDR DRIVE, L1701, LOWER EAST SIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97735043, 40.71371792]} },
{type: 'Feature',properties:{Name: '1', Address: '475 F.D.R. DRIVE, L1003, LOWER EAST SIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97735043, 40.71371792]} },
{type: 'Feature',properties:{Name: '1', Address: '473 FDR DRIVE, K-801, LOWER EAST SIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9773793, 40.71366303]} },
{type: 'Feature',properties:{Name: '1', Address: '572 GRAND STREET, G106, LOWER EAST SIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97911435, 40.71371825]} },
{type: 'Feature',properties:{Name: '1', Address: '570 GRAND STREET, H1506, LOWER EAST SIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97913599, 40.71372374]} },
{type: 'Feature',properties:{Name: '1', Address: '473 FDR DRIVE, K407, LOWER EAST SIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9773793, 40.71366303]} },
{type: 'Feature',properties:{Name: '1', Address: '570 GRAND STREET, H706, LOWER EAST SIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97913599, 40.71372374]} },
{type: 'Feature',properties:{Name: '1', Address: '570 GRAND STREET, H501, LOWER EAST SIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97913599, 40.71372374]} },
{type: 'Feature',properties:{Name: '1', Address: '570 GRAND STREET, H306, LOWER EAST SIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97913599, 40.71372374]} },
{type: 'Feature',properties:{Name: '1', Address: '475 FDR DRIVE, L1403, LOWER EAST SIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97735043, 40.71371792]} },
{type: 'Feature',properties:{Name: '1', Address: '568 GRAND STREET, J1202, LOWER EAST SIDE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97916123, 40.71373198]} },
{type: 'Feature',properties:{Name: '1', Address: '477 FDR DRIVE, M1101, LOWER EAST SIDE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97732155, 40.71377006]} },
{type: 'Feature',properties:{Name: '1', Address: '475 FDR DRIVE, L704, LOWER EAST SIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97735043, 40.71371792]} },
{type: 'Feature',properties:{Name: '1', Address: '473 FDR DRIVE, K707, LOWER EAST SIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9773793, 40.71366303]} },
{type: 'Feature',properties:{Name: '1', Address: '568 GRAND STREET, J801, LOWER EAST SIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97916123, 40.71373198]} },
{type: 'Feature',properties:{Name: '1', Address: '568 GRAND STREET, J802, LOWER EAST SIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97916123, 40.71373198]} },
{type: 'Feature',properties:{Name: '1', Address: '504 GRAND STREET, E65, LOWER EAST SIDE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9823281, 40.71467122]} },
{type: 'Feature',properties:{Name: '1', Address: '504 GRAND STREET, LOWER EAST SIDE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9823281, 40.71467122]} },
{type: 'Feature',properties:{Name: '1', Address: '504 GRAND STREET, E22, LOWER EAST SIDE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9823281, 40.71467122]} },
{type: 'Feature',properties:{Name: '1', Address: '504 GRAND STREET, D41, LOWER EAST SIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9823281, 40.71467122]} },
{type: 'Feature',properties:{Name: '1', Address: '504 GRAND STREET, G52, LOWER EAST SIDE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9823281, 40.71467122]} },
{type: 'Feature',properties:{Name: '1', Address: '504 GRAND STREET, G42, LOWER EAST SIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9823281, 40.71467122]} },
{type: 'Feature',properties:{Name: '1', Address: '504 GRAND STREET, C-41, LOWER EAST SIDE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9823281, 40.71467122]} },
{type: 'Feature',properties:{Name: '1', Address: '500 GRAND STREET, B5D, LOWER EAST SIDE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98260584, 40.71474537]} },
{type: 'Feature',properties:{Name: '1', Address: '500 GRAND STREET, B11F, LOWER EAST SIDE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98260584, 40.71474537]} },
{type: 'Feature',properties:{Name: '1', Address: '500 GRAND STREET, C12H, LOWER EAST SIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98260584, 40.71474537]} },
{type: 'Feature',properties:{Name: '1', Address: '500B GRAND STREET, 12C, LOWER EAST SIDE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98243975, 40.71536017]} },
{type: 'Feature',properties:{Name: '1', Address: '500C GRAND STREET, 3B, LOWER EAST SIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98243975, 40.71536017]} },
{type: 'Feature',properties:{Name: '1', Address: '500B GRAND STREET, BGB, LOWER EAST SIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98243975, 40.71536017]} },
{type: 'Feature',properties:{Name: '1', Address: '500 GRAND STREET, C9F, LOWER EAST SIDE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98260584, 40.71474537]} },
{type: 'Feature',properties:{Name: '1', Address: '500 GRAND STREET, CGE, LOWER EAST SIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98260584, 40.71474537]} },
{type: 'Feature',properties:{Name: '1', Address: '500 GRAND STREET, B3A, LOWER EAST SIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98260584, 40.71474537]} },
{type: 'Feature',properties:{Name: '1', Address: '500 GRAND STREET, C2B, LOWER EAST SIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98260584, 40.71474537]} },
{type: 'Feature',properties:{Name: '1', Address: '500 GRAND STREET, C3A, LOWER EAST SIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98260584, 40.71474537]} },
{type: 'Feature',properties:{Name: '1', Address: '530 GRAND STREET, F10D, LOWER EAST SIDE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98143718, 40.71441307]} },
{type: 'Feature',properties:{Name: '1', Address: '530E GRAND STREET, E7G, LOWER EAST SIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98055331, 40.71477249]} },
{type: 'Feature',properties:{Name: '1', Address: '530 GRAND STREET, D8B, LOWER EAST SIDE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98143718, 40.71441307]} },
{type: 'Feature',properties:{Name: '1', Address: '550 GRAND ST, J2G, LOWER EAST SIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.980402, 40.71411647]} },
{type: 'Feature',properties:{Name: '1', Address: '530 GRAND STREET, D9F, LOWER EAST SIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98143718, 40.71441307]} },
{type: 'Feature',properties:{Name: '1', Address: '530 GRAND STREET, E2A, LOWER EAST SIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98143718, 40.71441307]} },
{type: 'Feature',properties:{Name: '1', Address: '530 GRAND STREET, F7C, LOWER EAST SIDE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98143718, 40.71441307]} },
{type: 'Feature',properties:{Name: '1', Address: '530 GRAND STREET, D5A, LOWER EAST SIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98143718, 40.71441307]} },
{type: 'Feature',properties:{Name: '1', Address: '550 GRAND STREET, G6A, LOWER EAST SIDE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.980402, 40.71411647]} },
{type: 'Feature',properties:{Name: '1', Address: '550 GRAND STREET, G10B, LOWER EAST SIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.980402, 40.71411647]} },
{type: 'Feature',properties:{Name: '1', Address: '550H GRAND STREET, 5G, LOWER EAST SIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98055331, 40.71477249]} },
{type: 'Feature',properties:{Name: '1', Address: '530 GRAND STREET, E1A, LOWER EAST SIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98143718, 40.71441307]} },
{type: 'Feature',properties:{Name: '1', Address: '550 GRAND STREET, H2D, LOWER EAST SIDE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.980402, 40.71411647]} },
{type: 'Feature',properties:{Name: '1', Address: '550 GRAND ST, J1A, LOWER EAST SIDE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.980402, 40.71411647]} },
{type: 'Feature',properties:{Name: '1', Address: '550H GRAND STREET, H10A, LOWER EAST SIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98055331, 40.71477249]} },
{type: 'Feature',properties:{Name: '1', Address: '530 GRAND STREET, E8F, LOWER EAST SIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98143718, 40.71441307]} },
{type: 'Feature',properties:{Name: '1', Address: '550 GRAND STREET, G2D, LOWER EAST SIDE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.980402, 40.71411647]} },
{type: 'Feature',properties:{Name: '1', Address: '550 GRAND STREET, H6E, LOWER EAST SIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.980402, 40.71411647]} },
{type: 'Feature',properties:{Name: '1', Address: '550 GRAND STREET, G7B, LOWER EAST SIDE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.980402, 40.71411647]} },
{type: 'Feature',properties:{Name: '1', Address: '530 GRAND STREET, E5A, LOWER EAST SIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98143718, 40.71441307]} },
{type: 'Feature',properties:{Name: '1', Address: '530 GRAND STREET, FGE, LOWER EAST SIDE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98143718, 40.71441307]} },
{type: 'Feature',properties:{Name: '1', Address: '530 GRAND STREET, F3F, LOWER EAST SIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98143718, 40.71441307]} },
{type: 'Feature',properties:{Name: '1', Address: '530 GRAND STREET, F5F, LOWER EAST SIDE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98143718, 40.71441307]} },
{type: 'Feature',properties:{Name: '1', Address: '550 GRAND STREET, J3C, LOWER EAST SIDE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.980402, 40.71411647]} },
{type: 'Feature',properties:{Name: '1', Address: '550 GRAND STREET, H10D, LOWER EAST SIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.980402, 40.71411647]} },
{type: 'Feature',properties:{Name: '1', Address: '530 GRAND STREET, D2C, LOWER EAST SIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98143718, 40.71441307]} },
{type: 'Feature',properties:{Name: '1', Address: '530 GRAND STREET, E5C, LOWER EAST SIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98143718, 40.71441307]} },
{type: 'Feature',properties:{Name: '1', Address: '530 GRAND STREET, F9G, LOWER EAST SIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98143718, 40.71441307]} },
{type: 'Feature',properties:{Name: '1', Address: '530 GRAND STREET, F8H, LOWER EAST SIDE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98143718, 40.71441307]} },
{type: 'Feature',properties:{Name: '1', Address: '530 GRAND STREET, F10H, LOWER EAST SIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98143718, 40.71441307]} },
{type: 'Feature',properties:{Name: '1', Address: '250 SOUTH STREET, LOWER EAST SIDE', Month: '3', Price: '262750'}, geometry: { type: 'Point', coordinates:[-73.99078774, 40.70996769]} },
{type: 'Feature',properties:{Name: '1', Address: '145 CLINTON STREET, LOWER EAST SIDE', Month: '10', Price: '41133'}, geometry: { type: 'Point', coordinates:[-73.98637504, 40.71660957]} },
{type: 'Feature',properties:{Name: '1', Address: '145 CLINTON STREET, LOWER EAST SIDE', Month: '11', Price: '31922'}, geometry: { type: 'Point', coordinates:[-73.98637504, 40.71660957]} },
{type: 'Feature',properties:{Name: '1', Address: '145 CLINTON STREET, LOWER EAST SIDE', Month: '2', Price: '82905'}, geometry: { type: 'Point', coordinates:[-73.98637504, 40.71660957]} },
{type: 'Feature',properties:{Name: '1', Address: '115 DELANCEY STREET, LOWER EAST SIDE', Month: '6', Price: '36725'}, geometry: { type: 'Point', coordinates:[-73.98808458, 40.71850913]} },
{type: 'Feature',properties:{Name: '1', Address: '115 DELANCEY STREET, LOWER EAST SIDE', Month: '3', Price: '34167'}, geometry: { type: 'Point', coordinates:[-73.98808458, 40.71850913]} },
{type: 'Feature',properties:{Name: '1', Address: '115 DELANCEY STREET, LOWER EAST SIDE', Month: '7', Price: '80088'}, geometry: { type: 'Point', coordinates:[-73.98808458, 40.71850913]} },
{type: 'Feature',properties:{Name: '1', Address: '132 SUFFOLK STREET, LOWER EAST SIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98572145, 40.71968637]} },
{type: 'Feature',properties:{Name: '1', Address: '130 SUFFOLK STREET, LOWER EAST SIDE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98574671, 40.71964245]} },
{type: 'Feature',properties:{Name: '1', Address: '144 SUFFOLK STREET, LOWER EAST SIDE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9855843, 40.71995534]} },
{type: 'Feature',properties:{Name: '1', Address: '241 ELDRIDGE STREET, LOWER EAST SIDE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98968926, 40.72262094]} },
{type: 'Feature',properties:{Name: '1', Address: '48 MARKET STREET, LOWER EAST SIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.994308, 40.71198806]} },
{type: 'Feature',properties:{Name: '1', Address: '48 MARKET STREET, LOWER EAST SIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.994308, 40.71198806]} },
{type: 'Feature',properties:{Name: '1', Address: '148 MADISON STREET, LOWER EAST SIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99299136, 40.71241068]} },
{type: 'Feature',properties:{Name: '1', Address: '148 MADISON STREET, LOWER EAST SIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99299136, 40.71241068]} },
{type: 'Feature',properties:{Name: '1', Address: '148 MADISON STREET, LOWER EAST SIDE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99299136, 40.71241068]} },
{type: 'Feature',properties:{Name: '1', Address: '148 MADISON STREET, LOWER EAST SIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99299136, 40.71241068]} },
{type: 'Feature',properties:{Name: '1', Address: '148 MADISON STREET, LOWER EAST SIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99299136, 40.71241068]} },
{type: 'Feature',properties:{Name: '1', Address: '148 MADISON STREET, LOWER EAST SIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99299136, 40.71241068]} },
{type: 'Feature',properties:{Name: '1', Address: '31 MONROE, LOWER EAST SIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99496813, 40.71153795]} },
{type: 'Feature',properties:{Name: '1', Address: '136 EAST BROADWAY, LOWER EAST SIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99152306, 40.71394765]} },
{type: 'Feature',properties:{Name: '1', Address: '165 HENRY STREET, LOWER EAST SIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98928667, 40.71346164]} },
{type: 'Feature',properties:{Name: '1', Address: '165 HENRY STREET, LOWER EAST SIDE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98928667, 40.71346164]} },
{type: 'Feature',properties:{Name: '1', Address: '165 HENRY STREET, LOWER EAST SIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98928667, 40.71346164]} },
{type: 'Feature',properties:{Name: '1', Address: '165 HENRY STREET, LOWER EAST SIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98928667, 40.71346164]} },
{type: 'Feature',properties:{Name: '1', Address: '48 HESTER STREET, LOWER EAST SIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99028193, 40.71570145]} },
{type: 'Feature',properties:{Name: '1', Address: '50 ORCHARD STREET, LOWER EAST SIDE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99103214, 40.71653866]} },
{type: 'Feature',properties:{Name: '1', Address: '48 ORCHARD STREET, LOWER EAST SIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99106822, 40.71647005]} },
{type: 'Feature',properties:{Name: '1', Address: '48 ORCHARD STREET, LOWER EAST SIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99106822, 40.71647005]} },
{type: 'Feature',properties:{Name: '1', Address: '78 RIDGE STREET, LOWER EAST SIDE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98382798, 40.71770714]} },
{type: 'Feature',properties:{Name: '1', Address: '78 RIDGE STREET, LOWER EAST SIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98382798, 40.71770714]} },
{type: 'Feature',properties:{Name: '1', Address: '154 ATTORNEY STREET, LOWER EAST SIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98341968, 40.72039146]} },
{type: 'Feature',properties:{Name: '1', Address: '154 ATTORNEY STREET, LOWER EAST SIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98341968, 40.72039146]} },
{type: 'Feature',properties:{Name: '1', Address: '154 ATTORNEY STREET, LOWER EAST SIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98341968, 40.72039146]} },
{type: 'Feature',properties:{Name: '1', Address: '20 CLINTON STREET, LOWER EAST SIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98420243, 40.72073192]} },
{type: 'Feature',properties:{Name: '1', Address: '20 CLINTON STREET, LOWER EAST SIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98420243, 40.72073192]} },
{type: 'Feature',properties:{Name: '1', Address: '20 CLINTON STREET, LOWER EAST SIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98420243, 40.72073192]} },
{type: 'Feature',properties:{Name: '1', Address: '115 NORFOLK STREET, LOWER EAST SIDE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98698418, 40.71914305]} },
{type: 'Feature',properties:{Name: '1', Address: '133 ESSEX STREET, LOWER EAST SIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98743134, 40.72007083]} },
{type: 'Feature',properties:{Name: '1', Address: '133 ESSEX STREET, LOWER EAST SIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98743134, 40.72007083]} },
{type: 'Feature',properties:{Name: '1', Address: '101 ALLEN STREET, LOWER EAST SIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99062059, 40.71875091]} },
{type: 'Feature',properties:{Name: '1', Address: '101 ALLEN STREET, LOWER EAST SIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99062059, 40.71875091]} },
{type: 'Feature',properties:{Name: '1', Address: '101 ALLEN STREET, LOWER EAST SIDE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99062059, 40.71875091]} },
{type: 'Feature',properties:{Name: '1', Address: '113 ELDRIDGE STREET, LOWER EAST SIDE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99193737, 40.71823225]} },
{type: 'Feature',properties:{Name: '1', Address: '302 BROOME STREET, LOWER EAST SIDE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99221148, 40.71873456]} },
{type: 'Feature',properties:{Name: '1', Address: '302 BROOME STREET, LOWER EAST SIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99221148, 40.71873456]} },
{type: 'Feature',properties:{Name: '1', Address: '302 BROOME STREET, LOWER EAST SIDE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99221148, 40.71873456]} },
{type: 'Feature',properties:{Name: '1', Address: '40 DELANCEY STREET, LOWER EAST SIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99180012, 40.71964853]} },
{type: 'Feature',properties:{Name: '1', Address: '38 DELANCEY STREET, LOWER EAST SIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99185784, 40.71966775]} },
{type: 'Feature',properties:{Name: '1', Address: '40 DELANCEY STREET, LOWER EAST SIDE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99180012, 40.71964853]} },
{type: 'Feature',properties:{Name: '1', Address: '195 BOWERY, LOWER EAST SIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99374444, 40.72104025]} },
{type: 'Feature',properties:{Name: '1', Address: '199 BOWERY, LOWER EAST SIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99370114, 40.72115004]} },
{type: 'Feature',properties:{Name: '1', Address: '199 BOWERY, LOWER EAST SIDE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99370114, 40.72115004]} },
{type: 'Feature',properties:{Name: '1', Address: '199 BOWERY, LOWER EAST SIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99370114, 40.72115004]} },
{type: 'Feature',properties:{Name: '1', Address: '199 BOWERY, LOWER EAST SIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99370114, 40.72115004]} },
{type: 'Feature',properties:{Name: '1', Address: '247 EAST BROADWAY, LOWER EAST SIDE', Month: '9', Price: '5500'}, geometry: { type: 'Point', coordinates:[-73.98630335, 40.71437533]} },
{type: 'Feature',properties:{Name: '1', Address: '150 STANTON STREET, LOWER EAST SIDE', Month: '7', Price: '3524'}, geometry: { type: 'Point', coordinates:[-73.98552645, 40.72056192]} },
{type: 'Feature',properties:{Name: '1', Address: '121 ESSEX STREET, LOWER EAST SIDE', Month: '2', Price: '5684'}, geometry: { type: 'Point', coordinates:[-73.9877453, 40.71946427]} },
{type: 'Feature',properties:{Name: '1', Address: '274 GRAND STREET, LOWER EAST SIDE', Month: '7', Price: '8768'}, geometry: { type: 'Point', coordinates:[-73.99282485, 40.71784804]} },
{type: 'Feature',properties:{Name: '1', Address: '141 DIVISION STREET, LOWER EAST SIDE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99101437, 40.71450754]} },
{type: 'Feature',properties:{Name: '1', Address: '141 DIVISION STREET, LOWER EAST SIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99101437, 40.71450754]} },
{type: 'Feature',properties:{Name: '1', Address: '17 ORCHARD STREET, LOWER EAST SIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99172852, 40.7152377]} },
{type: 'Feature',properties:{Name: '1', Address: '345 GRAND STREET, LOWER EAST SIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98967572, 40.71687341]} },
{type: 'Feature',properties:{Name: '1', Address: '179 LUDLOW STREET, LOWER EAST SIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98740933, 40.72197295]} },
{type: 'Feature',properties:{Name: '1', Address: '179 LUDLOW STREET, LOWER EAST SIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98740933, 40.72197295]} },
{type: 'Feature',properties:{Name: '1', Address: '179 LUDLOW STREET, LOWER EAST SIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98740933, 40.72197295]} },
{type: 'Feature',properties:{Name: '1', Address: '179 LUDLOW STREET, LOWER EAST SIDE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98740933, 40.72197295]} },
{type: 'Feature',properties:{Name: '1', Address: '179 LUDLOW STREET, LOWER EAST SIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98740933, 40.72197295]} },
{type: 'Feature',properties:{Name: '1', Address: '179 LUDLOW STREET, LOWER EAST SIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98740933, 40.72197295]} },
{type: 'Feature',properties:{Name: '1', Address: '164 ELDRIDGE STREET, LOWER EAST SIDE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9909992, 40.72001902]} },
{type: 'Feature',properties:{Name: '1', Address: '115 ALLEN STREET, LOWER EAST SIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99019479, 40.71956058]} },
{type: 'Feature',properties:{Name: '1', Address: '15 RIVINGTON, LOWER EAST SIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99261886, 40.72114174]} },
{type: 'Feature',properties:{Name: '1', Address: '179 LUDLOW STREET, LOWER EAST SIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98740933, 40.72197295]} },
{type: 'Feature',properties:{Name: '1', Address: '215 EAST BROADWAY, LOWER EAST SIDE', Month: '1', Price: '8524'}, geometry: { type: 'Point', coordinates:[-73.98750818, 40.71427665]} },
{type: 'Feature',properties:{Name: '1', Address: '286 GRAND STREET, LOWER EAST SIDE', Month: '11', Price: '3026'}, geometry: { type: 'Point', coordinates:[-73.99241722, 40.7177245]} },
{type: 'Feature',properties:{Name: '1', Address: '110 RIDGE STREET, LOWER EAST SIDE', Month: '8', Price: '1900'}, geometry: { type: 'Point', coordinates:[-73.98320359, 40.71891749]} },
{type: 'Feature',properties:{Name: '1', Address: '154 STANTON STREET, LOWER EAST SIDE', Month: '9', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.98519097, 40.72046032]} },
{type: 'Feature',properties:{Name: '1', Address: '115 DELANCY STREET, LOWER EAST SIDE', Month: '1', Price: '15265'}, geometry: { type: 'Point', coordinates:[-73.98808458, 40.71850913]} },
{type: 'Feature',properties:{Name: '1', Address: '108 DELANCEY ST, LOWER EAST SIDE', Month: '3', Price: '7520'}, geometry: { type: 'Point', coordinates:[-73.98856074, 40.71867112]} },
{type: 'Feature',properties:{Name: '1', Address: '137 LUDLOW STREET, LOWER EAST SIDE', Month: '7', Price: '9777'}, geometry: { type: 'Point', coordinates:[-73.98821412, 40.72037833]} },
{type: 'Feature',properties:{Name: '1', Address: '194 ORCHARD STREET, LOWER EAST SIDE', Month: '7', Price: '2997'}, geometry: { type: 'Point', coordinates:[-73.98810195, 40.72223103]} },
{type: 'Feature',properties:{Name: '1', Address: '196 ORCHARD STREET, LOWER EAST SIDE', Month: '5', Price: '2108'}, geometry: { type: 'Point', coordinates:[-73.98807308, 40.72228592]} },
{type: 'Feature',properties:{Name: '1', Address: '198 ORCHARD STREET, LOWER EAST SIDE', Month: '10', Price: '3780'}, geometry: { type: 'Point', coordinates:[-73.98804421, 40.72234081]} },
{type: 'Feature',properties:{Name: '1', Address: '187 EAST HOUSTON STREET, LOWER EAST SIDE', Month: '5', Price: '3100'}, geometry: { type: 'Point', coordinates:[-73.98780965, 40.72267016]} },
{type: 'Feature',properties:{Name: '1', Address: '284 GRAND STREET, LOWER EAST SIDE', Month: '3', Price: '2788'}, geometry: { type: 'Point', coordinates:[-73.99248215, 40.71774646]} },
{type: 'Feature',properties:{Name: '1', Address: '282 GRAND STREET, LOWER EAST SIDE', Month: '3', Price: '4148'}, geometry: { type: 'Point', coordinates:[-73.99255069, 40.71776568]} },
{type: 'Feature',properties:{Name: '1', Address: '4 RIVINGTON STREET, LOWER EAST SIDE', Month: '1', Price: '10938'}, geometry: { type: 'Point', coordinates:[-73.99321768, 40.72155074]} },
{type: 'Feature',properties:{Name: '1', Address: '163 ORCHARD STREET, LOWER EAST SIDE', Month: '3', Price: '19024'}, geometry: { type: 'Point', coordinates:[-73.98874792, 40.72104261]} },
{type: 'Feature',properties:{Name: '1', Address: '135 EAST HOUSTON STREET, LOWER EAST SIDE', Month: '9', Price: '14383'}, geometry: { type: 'Point', coordinates:[-73.99014372, 40.72338128]} },
{type: 'Feature',properties:{Name: '1', Address: '148-154 RIVINGTON STREET, LOWER EAST SIDE', Month: '1', Price: '48616'}, geometry: { type: 'Point', coordinates:[-73.98578286, 40.7193076]} },
{type: 'Feature',properties:{Name: '1', Address: '115 DELANCEY STREET, LOWER EAST SIDE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98808458, 40.71850913]} },
{type: 'Feature',properties:{Name: '1', Address: '175 DELANCEY STREET, LOWER EAST SIDE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98500405, 40.71746577]} },
{type: 'Feature',properties:{Name: '1', Address: '199 CHRYSTIE STREET, LOWER EAST SIDE', Month: '2', Price: '7700'}, geometry: { type: 'Point', coordinates:[-73.99183951, 40.72204746]} },
{type: 'Feature',properties:{Name: '1', Address: '199 EAST HOUSTON STREET, LOWER EAST SIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744169, 40.72255484]} },
{type: 'Feature',properties:{Name: '1', Address: '232 EAST BROADWAY, LOWER EAST SIDE', Month: '7', Price: '16128'}, geometry: { type: 'Point', coordinates:[-73.9866785, 40.7143589]} },
{type: 'Feature',properties:{Name: '1', Address: '232 EAST BROADWAY, LOWER EAST SIDE', Month: '11', Price: '16128'}, geometry: { type: 'Point', coordinates:[-73.9866785, 40.7143589]} },
{type: 'Feature',properties:{Name: '1', Address: '255 EAST HOUSTON STREET, LOWER EAST SIDE', Month: '9', Price: '27560'}, geometry: { type: 'Point', coordinates:[-73.98512572, 40.72186014]} },
{type: 'Feature',properties:{Name: '1', Address: '255 EAST HOUSTON STREET, LOWER EAST SIDE', Month: '2', Price: '27560'}, geometry: { type: 'Point', coordinates:[-73.98512572, 40.72186014]} },
{type: 'Feature',properties:{Name: '1', Address: '41 RIVINGTON STREET, LOWER EAST SIDE', Month: '5', Price: '150000'}, geometry: { type: 'Point', coordinates:[-73.9912011, 40.72092755]} },
{type: 'Feature',properties:{Name: '1', Address: '226 EAST BROADWAY, LOWER EAST SIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9868264, 40.71434794]} },
{type: 'Feature',properties:{Name: '1', Address: '171 SUFFOLK STREET, LOWER EAST SIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98494187, 40.72124804]} },
{type: 'Feature',properties:{Name: '1', Address: '171 SUFFOLK STREET, LOWER EAST SIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98494187, 40.72124804]} },
{type: 'Feature',properties:{Name: '1', Address: '193 HENRY STREET, LOWER EAST SIDE', Month: '1', Price: '5098'}, geometry: { type: 'Point', coordinates:[-73.98783296, 40.71358226]} },
{type: 'Feature',properties:{Name: '1', Address: '203 EAST BROADWAY, LOWER EAST SIDE', Month: '2', Price: '6085'}, geometry: { type: 'Point', coordinates:[-73.98798073, 40.71423828]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST BROADWAY, LOWER EAST SIDE', Month: '11', Price: '6085'}, geometry: { type: 'Point', coordinates:[-73.9880601, 40.71423005]} },
{type: 'Feature',properties:{Name: '1', Address: '228 EAST BROADWAY, LOWER EAST SIDE', Month: '9', Price: '44122'}, geometry: { type: 'Point', coordinates:[-73.9867759, 40.71435342]} },
{type: 'Feature',properties:{Name: '1', Address: '236 BROOME STREET, LOWER EAST SIDE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98910561, 40.71779285]} },
{type: 'Feature',properties:{Name: '1', Address: '236 BROOME STREET, LOWER EAST SIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98910561, 40.71779285]} },
{type: 'Feature',properties:{Name: '1', Address: '115 DELANCEY STREET, LOWER EAST SIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98808458, 40.71850913]} },
{type: 'Feature',properties:{Name: '1', Address: '11 MONROE STREET, LOWER EAST SIDE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99591319, 40.71144192]} },
{type: 'Feature',properties:{Name: '1', Address: '136 EAST BROADWAY, LOWER EAST SIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99152306, 40.71394765]} },
{type: 'Feature',properties:{Name: '1', Address: '2 ALLEN STREET, LOWER EAST SIDE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99279275, 40.71440611]} },
{type: 'Feature',properties:{Name: '1', Address: '135 BOWERY, LOWER EAST SIDE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99466816, 40.71877312]} },
{type: 'Feature',properties:{Name: '1', Address: '115 NORFOLK STREET, LOWER EAST SIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98698418, 40.71914305]} },
{type: 'Feature',properties:{Name: '1', Address: '48 ORCHARD STREET, LOWER EAST SIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99106822, 40.71647005]} },
{type: 'Feature',properties:{Name: '1', Address: '145 CLINTON STREET, LOWER EAST SIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98637504, 40.71660957]} },
{type: 'Feature',properties:{Name: '1', Address: '145 CLINTON STREET, LOWER EAST SIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98637504, 40.71660957]} },
{type: 'Feature',properties:{Name: '1', Address: '20 CLINTON STREET, LOWER EAST SIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98420243, 40.72073192]} },
{type: 'Feature',properties:{Name: '1', Address: '115 DELANCEY STREET, LOWER EAST SIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98808458, 40.71850913]} },
{type: 'Feature',properties:{Name: '1', Address: '115 DELANCEY STREET, LOWER EAST SIDE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98808458, 40.71850913]} },
{type: 'Feature',properties:{Name: '1', Address: '103 NORFOLK STREET, LOWER EAST SIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98714658, 40.71882194]} },
{type: 'Feature',properties:{Name: '1', Address: '147 EAST HOUSTON STREET, LOWER EAST SIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98961701, 40.72323027]} },
{type: 'Feature',properties:{Name: '1', Address: '249-251 EAST HOUSTON STREET, LOWER EAST SIDE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528805, 40.72190682]} },
{type: 'Feature',properties:{Name: '1', Address: '135 BOWERY, LOWER EAST SIDE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99466816, 40.71877312]} },
{type: 'Feature',properties:{Name: '1', Address: '140 MANHATTAN AVENUE, MANHATTAN VALLEY', Month: '2', Price: '3264'}, geometry: { type: 'Point', coordinates:[-73.96154526, 40.79855105]} },
{type: 'Feature',properties:{Name: '1', Address: '140 MANHATTAN AVENUE, MANHATTAN VALLEY', Month: '11', Price: '3264'}, geometry: { type: 'Point', coordinates:[-73.96154526, 40.79855105]} },
{type: 'Feature',properties:{Name: '1', Address: '320 WEST 113 STREET, MANHATTAN VALLEY', Month: '5', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.95721569, 40.80266113]} },
{type: 'Feature',properties:{Name: '1', Address: '8 MANHATTAN AVENUE, MANHATTAN VALLEY', Month: '7', Price: '14268'}, geometry: { type: 'Point', coordinates:[-73.96408984, 40.79506058]} },
{type: 'Feature',properties:{Name: '1', Address: '8 MANHATTAN AVENUE, MANHATTAN VALLEY', Month: '3', Price: '14268'}, geometry: { type: 'Point', coordinates:[-73.96408984, 40.79506058]} },
{type: 'Feature',properties:{Name: '1', Address: '4 MANHATTAN AVENUE, MANHATTAN VALLEY', Month: '2', Price: '14268'}, geometry: { type: 'Point', coordinates:[-73.96417658, 40.79494258]} },
{type: 'Feature',properties:{Name: '1', Address: '4 MANHATTAN AVENUE, MANHATTAN VALLEY', Month: '11', Price: '14268'}, geometry: { type: 'Point', coordinates:[-73.96417658, 40.79494258]} },
{type: 'Feature',properties:{Name: '1', Address: '54 WEST 106TH STREET, MANHATTAN VALLEY', Month: '12', Price: '9980'}, geometry: { type: 'Point', coordinates:[-73.96180879, 40.79878444]} },
{type: 'Feature',properties:{Name: '1', Address: '54 WEST 106TH STREET, MANHATTAN VALLEY', Month: '7', Price: '9980'}, geometry: { type: 'Point', coordinates:[-73.96180879, 40.79878444]} },
{type: 'Feature',properties:{Name: '1', Address: '941 COLUMBUS AVENUE, MANHATTAN VALLEY', Month: '2', Price: '8920'}, geometry: { type: 'Point', coordinates:[-73.96274752, 40.79938859]} },
{type: 'Feature',properties:{Name: '1', Address: '941 COLUMBUS AVENUE, MANHATTAN VALLEY', Month: '8', Price: '8920'}, geometry: { type: 'Point', coordinates:[-73.96274752, 40.79938859]} },
{type: 'Feature',properties:{Name: '1', Address: '943 COLUMBUS AVENUE, MANHATTAN VALLEY', Month: '11', Price: '7540'}, geometry: { type: 'Point', coordinates:[-73.96271137, 40.79944347]} },
{type: 'Feature',properties:{Name: '1', Address: '953 COLUMBUS AVENUE, MANHATTAN VALLEY', Month: '6', Price: '7540'}, geometry: { type: 'Point', coordinates:[-73.96251618, 40.79970416]} },
{type: 'Feature',properties:{Name: '1', Address: '961 COLUMBUS AVENUE, MANHATTAN VALLEY', Month: '2', Price: '12215'}, geometry: { type: 'Point', coordinates:[-73.96225954, 40.8000554]} },
{type: 'Feature',properties:{Name: '1', Address: '471 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '1', Price: '17625'}, geometry: { type: 'Point', coordinates:[-73.95947915, 40.79881658]} },
{type: 'Feature',properties:{Name: '1', Address: '471 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '5', Price: '17625'}, geometry: { type: 'Point', coordinates:[-73.95947915, 40.79881658]} },
{type: 'Feature',properties:{Name: '1', Address: '472 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '1', Price: '8920'}, geometry: { type: 'Point', coordinates:[-73.95947915, 40.79881658]} },
{type: 'Feature',properties:{Name: '1', Address: '472 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '1', Price: '8920'}, geometry: { type: 'Point', coordinates:[-73.95947915, 40.79881658]} },
{type: 'Feature',properties:{Name: '1', Address: '473 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '12', Price: '8685'}, geometry: { type: 'Point', coordinates:[-73.95937071, 40.79896476]} },
{type: 'Feature',properties:{Name: '1', Address: '473 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '11', Price: '8685'}, geometry: { type: 'Point', coordinates:[-73.95937071, 40.79896476]} },
{type: 'Feature',properties:{Name: '1', Address: '474 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '10', Price: '26645'}, geometry: { type: 'Point', coordinates:[-73.95931648, 40.79903885]} },
{type: 'Feature',properties:{Name: '1', Address: '474 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '1', Price: '26645'}, geometry: { type: 'Point', coordinates:[-73.95931648, 40.79903885]} },
{type: 'Feature',properties:{Name: '1', Address: '973 COLUMBUS AVENUE, MANHATTAN VALLEY', Month: '2', Price: '10583'}, geometry: { type: 'Point', coordinates:[-73.96204627, 40.80034901]} },
{type: 'Feature',properties:{Name: '1', Address: '342 MANHATTAN AVENUE, MANHATTAN VALLEY', Month: '10', Price: '8825'}, geometry: { type: 'Point', coordinates:[-73.95759412, 40.80396501]} },
{type: 'Feature',properties:{Name: '1', Address: '344 MANHATTAN AVENUE, MANHATTAN VALLEY', Month: '1', Price: '8825'}, geometry: { type: 'Point', coordinates:[-73.9575652, 40.80400068]} },
{type: 'Feature',properties:{Name: '1', Address: '315 WEST 114 STREET, MANHATTAN VALLEY', Month: '2', Price: '8125'}, geometry: { type: 'Point', coordinates:[-73.95683238, 40.80334168]} },
{type: 'Feature',properties:{Name: '1', Address: '311 WEST 114 STREET, MANHATTAN VALLEY', Month: '8', Price: '10655'}, geometry: { type: 'Point', coordinates:[-73.95674571, 40.80330596]} },
{type: 'Feature',properties:{Name: '1', Address: '309 WEST 114 STREET, MANHATTAN VALLEY', Month: '3', Price: '10655'}, geometry: { type: 'Point', coordinates:[-73.95670238, 40.80328673]} },
{type: 'Feature',properties:{Name: '1', Address: '307 WEST 114 STREET, MANHATTAN VALLEY', Month: '6', Price: '10655'}, geometry: { type: 'Point', coordinates:[-73.95666266, 40.80327025]} },
{type: 'Feature',properties:{Name: '1', Address: '305 WEST 114 STREET, MANHATTAN VALLEY', Month: '12', Price: '10655'}, geometry: { type: 'Point', coordinates:[-73.95661932, 40.80325102]} },
{type: 'Feature',properties:{Name: '1', Address: '303 WEST 114 STREET, MANHATTAN VALLEY', Month: '1', Price: '8125'}, geometry: { type: 'Point', coordinates:[-73.95657599, 40.80323454]} },
{type: 'Feature',properties:{Name: '1', Address: '2111 FREDRICK DOUGLASS BL, MANHATTAN VALLEY', Month: '3', Price: '11795'}, geometry: { type: 'Point', coordinates:[-73.95626175, 40.8032152]} },
{type: 'Feature',properties:{Name: '1', Address: '2113 FREDRICK DOUGLASS BL, MANHATTAN VALLEY', Month: '10', Price: '9928'}, geometry: { type: 'Point', coordinates:[-73.95621837, 40.80327008]} },
{type: 'Feature',properties:{Name: '1', Address: '2115 FREDRICK DOUGLASS BL, MANHATTAN VALLEY', Month: '3', Price: '9788'}, geometry: { type: 'Point', coordinates:[-73.95617861, 40.80332496]} },
{type: 'Feature',properties:{Name: '1', Address: '2117 FREDRICK DOUGLASS BL, MANHATTAN VALLEY', Month: '3', Price: '9788'}, geometry: { type: 'Point', coordinates:[-73.95613884, 40.80337984]} },
{type: 'Feature',properties:{Name: '1', Address: '2121 FREDRICK DOUGLASS BL, MANHATTAN VALLEY', Month: '6', Price: '8060'}, geometry: { type: 'Point', coordinates:[-73.9560593, 40.8034896]} },
{type: 'Feature',properties:{Name: '1', Address: '2123 FREDRICK DOUGLASS BL, MANHATTAN VALLEY', Month: '4', Price: '8060'}, geometry: { type: 'Point', coordinates:[-73.95601953, 40.80354448]} },
{type: 'Feature',properties:{Name: '1', Address: '62 WEST 108 STREET, MANHATTAN VALLEY', Month: '1', Price: '32388'}, geometry: { type: 'Point', coordinates:[-73.96114699, 40.80021148]} },
{type: 'Feature',properties:{Name: '1', Address: '320 MANHATTAN AVENUE, MANHATTAN VALLEY', Month: '5', Price: '44622'}, geometry: { type: 'Point', coordinates:[-73.95800625, 40.80341347]} },
{type: 'Feature',properties:{Name: '1', Address: '17 WEST 100TH STREET, 4W, MANHATTAN VALLEY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96327759, 40.79441257]} },
{type: 'Feature',properties:{Name: '1', Address: '10 WEST 107TH, 2B, MANHATTAN VALLEY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95998476, 40.79889636]} },
{type: 'Feature',properties:{Name: '1', Address: '12 WEST 107TH STREET, 5A, MANHATTAN VALLEY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96003892, 40.79892108]} },
{type: 'Feature',properties:{Name: '1', Address: '11 WEST 108TH STREET, 31, MANHATTAN VALLEY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95958705, 40.79957417]} },
{type: 'Feature',properties:{Name: '1', Address: '8 MORNINGSIDE AVENUE, 4N, MANHATTAN VALLEY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95822593, 40.80444831]} },
{type: 'Feature',properties:{Name: '1', Address: '49 WEST 96TH STREET, #4G, MANHATTAN VALLEY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96657232, 40.79246481]} },
{type: 'Feature',properties:{Name: '1', Address: '49 WEST 96TH STREET, 3E, MANHATTAN VALLEY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96657232, 40.79246481]} },
{type: 'Feature',properties:{Name: '1', Address: '49 WEST 96TH STREET, 5E, MANHATTAN VALLEY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96657232, 40.79246481]} },
{type: 'Feature',properties:{Name: '1', Address: '7 WEST 96 STREET, 9B, MANHATTAN VALLEY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96520748, 40.7918935]} },
{type: 'Feature',properties:{Name: '1', Address: '7 WEST 96 STREET, 16A, MANHATTAN VALLEY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96520748, 40.7918935]} },
{type: 'Feature',properties:{Name: '1', Address: '7 WEST 96TH STREET, 2C, MANHATTAN VALLEY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96520748, 40.7918935]} },
{type: 'Feature',properties:{Name: '1', Address: '7 WEST 96TH STREET, 10B, MANHATTAN VALLEY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96520748, 40.7918935]} },
{type: 'Feature',properties:{Name: '1', Address: '7 WEST 96TH STREET, 12B/C, MANHATTAN VALLEY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96520748, 40.7918935]} },
{type: 'Feature',properties:{Name: '1', Address: '370 CENTRAL PARK WEST, 313, MANHATTAN VALLEY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96426109, 40.79226101]} },
{type: 'Feature',properties:{Name: '1', Address: '370 CENTRAL PARK WEST, 610, MANHATTAN VALLEY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96426109, 40.79226101]} },
{type: 'Feature',properties:{Name: '1', Address: '370 CENTRAL PARK WEST, 611, MANHATTAN VALLEY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96426109, 40.79226101]} },
{type: 'Feature',properties:{Name: '1', Address: '407 CENTRAL PARK WEST, 7C, MANHATTAN VALLEY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96259131, 40.79454958]} },
{type: 'Feature',properties:{Name: '1', Address: '410 CENTRAL PARK WEST, 6F, MANHATTAN VALLEY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9624359, 40.79476362]} },
{type: 'Feature',properties:{Name: '1', Address: '410 CENTRAL PARK WEST, 1C, MANHATTAN VALLEY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9624359, 40.79476362]} },
{type: 'Feature',properties:{Name: '1', Address: '410 CENTRAL PARK WEST, 12A, MANHATTAN VALLEY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9624359, 40.79476362]} },
{type: 'Feature',properties:{Name: '1', Address: '410 CENTRAL PARK WEST, 6F, MANHATTAN VALLEY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9624359, 40.79476362]} },
{type: 'Feature',properties:{Name: '1', Address: '410 CENTRAL PARK WEST, 2F, MANHATTAN VALLEY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9624359, 40.79476362]} },
{type: 'Feature',properties:{Name: '1', Address: '410 CENTRAL PARK WEST, 11E, MANHATTAN VALLEY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9624359, 40.79476362]} },
{type: 'Feature',properties:{Name: '1', Address: '410 CENTRAL PARK WEST, 17E, MANHATTAN VALLEY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9624359, 40.79476362]} },
{type: 'Feature',properties:{Name: '1', Address: '410 CENTRAL PARK WEST, 5A/6A, MANHATTAN VALLEY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9624359, 40.79476362]} },
{type: 'Feature',properties:{Name: '1', Address: '410 CENTRAL PARK WEST, 1E, MANHATTAN VALLEY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9624359, 40.79476362]} },
{type: 'Feature',properties:{Name: '1', Address: '4 WEST 101ST STREET, 47, MANHATTAN VALLEY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96260193, 40.79494483]} },
{type: 'Feature',properties:{Name: '1', Address: '4 WEST 101ST STREET, 59A, MANHATTAN VALLEY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96260193, 40.79494483]} },
{type: 'Feature',properties:{Name: '1', Address: '415 CENTRAL PARK WEST, 16E, MANHATTAN VALLEY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96219373, 40.79509565]} },
{type: 'Feature',properties:{Name: '1', Address: '444 CENTRAL PARK WEST, 5F, MANHATTAN VALLEY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96081299, 40.79698357]} },
{type: 'Feature',properties:{Name: '1', Address: '444 CENTRAL PARK WEST, 18D, MANHATTAN VALLEY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96081299, 40.79698357]} },
{type: 'Feature',properties:{Name: '1', Address: '444 CENTRAL PARK WEST, 2A, MANHATTAN VALLEY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96081299, 40.79698357]} },
{type: 'Feature',properties:{Name: '1', Address: '444 CENTRAL PARK WEST, 11C, MANHATTAN VALLEY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96081299, 40.79698357]} },
{type: 'Feature',properties:{Name: '1', Address: '444 CENTRAL PARK WEST, 3H, MANHATTAN VALLEY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96081299, 40.79698357]} },
{type: 'Feature',properties:{Name: '1', Address: '50 WEST 106TH STREET, 7A, MANHATTAN VALLEY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96172934, 40.79875148]} },
{type: 'Feature',properties:{Name: '1', Address: '50 WEST 106TH STREET, 2CD, MANHATTAN VALLEY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96172934, 40.79875148]} },
{type: 'Feature',properties:{Name: '1', Address: '51 WEST 106TH STREET, 3C, MANHATTAN VALLEY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96187738, 40.79883112]} },
{type: 'Feature',properties:{Name: '1', Address: '5 WEST 107TH STREET, 4A/5A, MANHATTAN VALLEY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9598692, 40.79886612]} },
{type: 'Feature',properties:{Name: '1', Address: '485 CENTRAL PARK WEST, 2F, MANHATTAN VALLEY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95869834, 40.79988675]} },
{type: 'Feature',properties:{Name: '1', Address: '485 CENTRAL PARK WEST, 3B, MANHATTAN VALLEY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95869834, 40.79988675]} },
{type: 'Feature',properties:{Name: '1', Address: '485 CENTRAL PARK WEST, 1G, MANHATTAN VALLEY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95869834, 40.79988675]} },
{type: 'Feature',properties:{Name: '1', Address: '485 CENTRAL PARK WEST, 1H, MANHATTAN VALLEY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95869834, 40.79988675]} },
{type: 'Feature',properties:{Name: '1', Address: '485 CENTRAL PARK WEST, 5A, MANHATTAN VALLEY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95869834, 40.79988675]} },
{type: 'Feature',properties:{Name: '1', Address: '485 CENTRAL PARK WEST, 3D, MANHATTAN VALLEY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95869834, 40.79988675]} },
{type: 'Feature',properties:{Name: '1', Address: '485 CENTRAL PARK WEST, 6B, MANHATTAN VALLEY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95869834, 40.79988675]} },
{type: 'Feature',properties:{Name: '1', Address: '485 CENTRAL PARK WEST, 5K, MANHATTAN VALLEY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95869834, 40.79988675]} },
{type: 'Feature',properties:{Name: '1', Address: '482 CENTRAL PARK WEST, 4G, MANHATTAN VALLEY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95880317, 40.79974132]} },
{type: 'Feature',properties:{Name: '1', Address: '485 CENTRAL PARK WEST, 6G, MANHATTAN VALLEY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95869834, 40.79988675]} },
{type: 'Feature',properties:{Name: '1', Address: '4 WEST 109 STREET, 2F, MANHATTAN VALLEY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95890048, 40.80008719]} },
{type: 'Feature',properties:{Name: '1', Address: '4 WEST 109TH STREET, 2DE, MANHATTAN VALLEY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95890048, 40.80008719]} },
{type: 'Feature',properties:{Name: '1', Address: '351 WEST 114 STREET, 7D, MANHATTAN VALLEY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95783987, 40.80376199]} },
{type: 'Feature',properties:{Name: '1', Address: '351 WEST 114TH STREET, 3B, MANHATTAN VALLEY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95783987, 40.80376199]} },
{type: 'Feature',properties:{Name: '1', Address: '272 MANHATTAN AVENUE, MANHATTAN VALLEY', Month: '9', Price: '41066'}, geometry: { type: 'Point', coordinates:[-73.95900041, 40.80203049]} },
{type: 'Feature',properties:{Name: '1', Address: '7 WEST 104 STREET, MANHATTAN VALLEY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96134396, 40.79689866]} },
{type: 'Feature',properties:{Name: '1', Address: '11 WEST 104 STREET, MANHATTAN VALLEY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96144506, 40.79693986]} },
{type: 'Feature',properties:{Name: '1', Address: '58 WEST 106 STREET, MANHATTAN VALLEY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96188461, 40.7988174]} },
{type: 'Feature',properties:{Name: '1', Address: '58 WEST 106 STREET, MANHATTAN VALLEY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96188461, 40.7988174]} },
{type: 'Feature',properties:{Name: '1', Address: '69 WEST 106 STREET, MANHATTAN VALLEY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96216987, 40.79895473]} },
{type: 'Feature',properties:{Name: '1', Address: '26 WEST 97TH STREET, MANHATTAN VALLEY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9649615, 40.79267293]} },
{type: 'Feature',properties:{Name: '1', Address: '26 WEST 97TH STREET, MANHATTAN VALLEY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9649615, 40.79267293]} },
{type: 'Feature',properties:{Name: '1', Address: '382 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96395027, 40.79269183]} },
{type: 'Feature',properties:{Name: '1', Address: '382 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96395027, 40.79269183]} },
{type: 'Feature',properties:{Name: '1', Address: '382 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96395027, 40.79269183]} },
{type: 'Feature',properties:{Name: '1', Address: '382 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96395027, 40.79269183]} },
{type: 'Feature',properties:{Name: '1', Address: '382 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96395027, 40.79269183]} },
{type: 'Feature',properties:{Name: '1', Address: '382 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96395027, 40.79269183]} },
{type: 'Feature',properties:{Name: '1', Address: '382 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96395027, 40.79269183]} },
{type: 'Feature',properties:{Name: '1', Address: '382 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96395027, 40.79269183]} },
{type: 'Feature',properties:{Name: '1', Address: '382 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96395027, 40.79269183]} },
{type: 'Feature',properties:{Name: '1', Address: '382 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96395027, 40.79269183]} },
{type: 'Feature',properties:{Name: '1', Address: '382 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96395027, 40.79269183]} },
{type: 'Feature',properties:{Name: '1', Address: '382 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96395027, 40.79269183]} },
{type: 'Feature',properties:{Name: '1', Address: '382 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96395027, 40.79269183]} },
{type: 'Feature',properties:{Name: '1', Address: '382 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96395027, 40.79269183]} },
{type: 'Feature',properties:{Name: '1', Address: '382 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96395027, 40.79269183]} },
{type: 'Feature',properties:{Name: '1', Address: '382 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96395027, 40.79269183]} },
{type: 'Feature',properties:{Name: '1', Address: '382 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96395027, 40.79269183]} },
{type: 'Feature',properties:{Name: '1', Address: '382 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96395027, 40.79269183]} },
{type: 'Feature',properties:{Name: '1', Address: '372 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96411291, 40.79246407]} },
{type: 'Feature',properties:{Name: '1', Address: '372 CPW, MANHATTAN VALLEY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96411291, 40.79246407]} },
{type: 'Feature',properties:{Name: '1', Address: '372 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96411291, 40.79246407]} },
{type: 'Feature',properties:{Name: '1', Address: '372 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96411291, 40.79246407]} },
{type: 'Feature',properties:{Name: '1', Address: '372 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96411291, 40.79246407]} },
{type: 'Feature',properties:{Name: '1', Address: '372 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96411291, 40.79246407]} },
{type: 'Feature',properties:{Name: '1', Address: '372 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96411291, 40.79246407]} },
{type: 'Feature',properties:{Name: '1', Address: '372 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96411291, 40.79246407]} },
{type: 'Feature',properties:{Name: '1', Address: '372 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96411291, 40.79246407]} },
{type: 'Feature',properties:{Name: '1', Address: '372 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96411291, 40.79246407]} },
{type: 'Feature',properties:{Name: '1', Address: '372 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96411291, 40.79246407]} },
{type: 'Feature',properties:{Name: '1', Address: '372 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96411291, 40.79246407]} },
{type: 'Feature',properties:{Name: '1', Address: '372 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96411291, 40.79246407]} },
{type: 'Feature',properties:{Name: '1', Address: '372 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96411291, 40.79246407]} },
{type: 'Feature',properties:{Name: '1', Address: '372 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96411291, 40.79246407]} },
{type: 'Feature',properties:{Name: '1', Address: '372 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96411291, 40.79246407]} },
{type: 'Feature',properties:{Name: '1', Address: '372 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96411291, 40.79246407]} },
{type: 'Feature',properties:{Name: '1', Address: '372 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96411291, 40.79246407]} },
{type: 'Feature',properties:{Name: '1', Address: '372 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96411291, 40.79246407]} },
{type: 'Feature',properties:{Name: '1', Address: '372 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96411291, 40.79246407]} },
{type: 'Feature',properties:{Name: '1', Address: '372 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96411291, 40.79246407]} },
{type: 'Feature',properties:{Name: '1', Address: '372 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96411291, 40.79246407]} },
{type: 'Feature',properties:{Name: '1', Address: '372 CPW, MANHATTAN VALLEY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96411291, 40.79246407]} },
{type: 'Feature',properties:{Name: '1', Address: '392 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96326719, 40.79362757]} },
{type: 'Feature',properties:{Name: '1', Address: '392 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96326719, 40.79362757]} },
{type: 'Feature',properties:{Name: '1', Address: '392 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96326719, 40.79362757]} },
{type: 'Feature',properties:{Name: '1', Address: '392 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96326719, 40.79362757]} },
{type: 'Feature',properties:{Name: '1', Address: '392 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96326719, 40.79362757]} },
{type: 'Feature',properties:{Name: '1', Address: '392 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96326719, 40.79362757]} },
{type: 'Feature',properties:{Name: '1', Address: '392 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96326719, 40.79362757]} },
{type: 'Feature',properties:{Name: '1', Address: '392 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96326719, 40.79362757]} },
{type: 'Feature',properties:{Name: '1', Address: '392 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96326719, 40.79362757]} },
{type: 'Feature',properties:{Name: '1', Address: '392 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96326719, 40.79362757]} },
{type: 'Feature',properties:{Name: '1', Address: '392 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96326719, 40.79362757]} },
{type: 'Feature',properties:{Name: '1', Address: '392 CENTRAL PARK W, MANHATTAN VALLEY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96326719, 40.79362757]} },
{type: 'Feature',properties:{Name: '1', Address: '392 CENTRAL PARK W, MANHATTAN VALLEY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96326719, 40.79362757]} },
{type: 'Feature',properties:{Name: '1', Address: '392 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96326719, 40.79362757]} },
{type: 'Feature',properties:{Name: '1', Address: '392 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96326719, 40.79362757]} },
{type: 'Feature',properties:{Name: '1', Address: '392 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96326719, 40.79362757]} },
{type: 'Feature',properties:{Name: '1', Address: '392 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96326719, 40.79362757]} },
{type: 'Feature',properties:{Name: '1', Address: '400 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96358524, 40.79319949]} },
{type: 'Feature',properties:{Name: '1', Address: '400 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96358524, 40.79319949]} },
{type: 'Feature',properties:{Name: '1', Address: '400 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96358524, 40.79319949]} },
{type: 'Feature',properties:{Name: '1', Address: '400 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96358524, 40.79319949]} },
{type: 'Feature',properties:{Name: '1', Address: '400 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96358524, 40.79319949]} },
{type: 'Feature',properties:{Name: '1', Address: '400 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96358524, 40.79319949]} },
{type: 'Feature',properties:{Name: '1', Address: '400 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96358524, 40.79319949]} },
{type: 'Feature',properties:{Name: '1', Address: '400 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96358524, 40.79319949]} },
{type: 'Feature',properties:{Name: '1', Address: '400 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96358524, 40.79319949]} },
{type: 'Feature',properties:{Name: '1', Address: '400 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96358524, 40.79319949]} },
{type: 'Feature',properties:{Name: '1', Address: '400 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96358524, 40.79319949]} },
{type: 'Feature',properties:{Name: '1', Address: '400 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96358524, 40.79319949]} },
{type: 'Feature',properties:{Name: '1', Address: '400 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96358524, 40.79319949]} },
{type: 'Feature',properties:{Name: '1', Address: '400 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96358524, 40.79319949]} },
{type: 'Feature',properties:{Name: '1', Address: '400 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96358524, 40.79319949]} },
{type: 'Feature',properties:{Name: '1', Address: '400 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96358524, 40.79319949]} },
{type: 'Feature',properties:{Name: '1', Address: '400 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96358524, 40.79319949]} },
{type: 'Feature',properties:{Name: '1', Address: '400 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96358524, 40.79319949]} },
{type: 'Feature',properties:{Name: '1', Address: '418 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96198048, 40.79538927]} },
{type: 'Feature',properties:{Name: '1', Address: '418 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96198048, 40.79538927]} },
{type: 'Feature',properties:{Name: '1', Address: '418 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96198048, 40.79538927]} },
{type: 'Feature',properties:{Name: '1', Address: '418 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96198048, 40.79538927]} },
{type: 'Feature',properties:{Name: '1', Address: '418 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96198048, 40.79538927]} },
{type: 'Feature',properties:{Name: '1', Address: '418 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96198048, 40.79538927]} },
{type: 'Feature',properties:{Name: '1', Address: '418 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96198048, 40.79538927]} },
{type: 'Feature',properties:{Name: '1', Address: '418 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96198048, 40.79538927]} },
{type: 'Feature',properties:{Name: '1', Address: '420 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96184313, 40.79557861]} },
{type: 'Feature',properties:{Name: '1', Address: '420 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96184313, 40.79557861]} },
{type: 'Feature',properties:{Name: '1', Address: '420 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96184313, 40.79557861]} },
{type: 'Feature',properties:{Name: '1', Address: '420 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96184313, 40.79557861]} },
{type: 'Feature',properties:{Name: '1', Address: '420 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96184313, 40.79557861]} },
{type: 'Feature',properties:{Name: '1', Address: '425 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96162626, 40.79587222]} },
{type: 'Feature',properties:{Name: '1', Address: '455 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96011536, 40.79793849]} },
{type: 'Feature',properties:{Name: '1', Address: '455 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96011536, 40.79793849]} },
{type: 'Feature',properties:{Name: '1', Address: '455 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96011536, 40.79793849]} },
{type: 'Feature',properties:{Name: '1', Address: '455 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96011536, 40.79793849]} },
{type: 'Feature',properties:{Name: '1', Address: '455 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96011536, 40.79793849]} },
{type: 'Feature',properties:{Name: '1', Address: '467 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95967797, 40.79853944]} },
{type: 'Feature',properties:{Name: '1', Address: '467 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95967797, 40.79853944]} },
{type: 'Feature',properties:{Name: '1', Address: '478 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95940645, 40.7995741]} },
{type: 'Feature',properties:{Name: '1', Address: '478 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95940645, 40.7995741]} },
{type: 'Feature',properties:{Name: '1', Address: '478 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95940645, 40.7995741]} },
{type: 'Feature',properties:{Name: '1', Address: '478 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95940645, 40.7995741]} },
{type: 'Feature',properties:{Name: '1', Address: '478 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95940645, 40.7995741]} },
{type: 'Feature',properties:{Name: '1', Address: '478 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95940645, 40.7995741]} },
{type: 'Feature',properties:{Name: '1', Address: '478 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95940645, 40.7995741]} },
{type: 'Feature',properties:{Name: '1', Address: '478 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95940645, 40.7995741]} },
{type: 'Feature',properties:{Name: '1', Address: '480 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95891162, 40.79959588]} },
{type: 'Feature',properties:{Name: '1', Address: '480 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95891162, 40.79959588]} },
{type: 'Feature',properties:{Name: '1', Address: '480 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95891162, 40.79959588]} },
{type: 'Feature',properties:{Name: '1', Address: '480 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95891162, 40.79959588]} },
{type: 'Feature',properties:{Name: '1', Address: '300 CATHEDRAL PARKWAY, MANHATTAN VALLEY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95866169, 40.8007376]} },
{type: 'Feature',properties:{Name: '1', Address: '300 CATHEDRAL PARKWAY, MANHATTAN VALLEY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95866169, 40.8007376]} },
{type: 'Feature',properties:{Name: '1', Address: '300 CATHEDRAL PARKWAY, MANHATTAN VALLEY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95866169, 40.8007376]} },
{type: 'Feature',properties:{Name: '1', Address: '300 CATHEDRAL PARKWAY, MANHATTAN VALLEY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95866169, 40.8007376]} },
{type: 'Feature',properties:{Name: '1', Address: '300 CATHEDRAL PARKWAY, MANHATTAN VALLEY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95866169, 40.8007376]} },
{type: 'Feature',properties:{Name: '1', Address: '300 CATHEDRAL PARKWAY, MANHATTAN VALLEY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95866169, 40.8007376]} },
{type: 'Feature',properties:{Name: '1', Address: '300 CATHEDRAL PARKWAY, MANHATTAN VALLEY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95866169, 40.8007376]} },
{type: 'Feature',properties:{Name: '1', Address: '300 WEST 110 STREET, MANHATTAN VALLEY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95866169, 40.8007376]} },
{type: 'Feature',properties:{Name: '1', Address: '220 MANHATTAN AVENUE, MANHATTAN VALLEY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95988608, 40.80081214]} },
{type: 'Feature',properties:{Name: '1', Address: '220 MANHATTAN AVENUE, MANHATTAN VALLEY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95988608, 40.80081214]} },
{type: 'Feature',properties:{Name: '1', Address: '220 MANHATTAN AVENUE, MANHATTAN VALLEY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95988608, 40.80081214]} },
{type: 'Feature',properties:{Name: '1', Address: '220 MANHATTAN AVENUE, MANHATTAN VALLEY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95988608, 40.80081214]} },
{type: 'Feature',properties:{Name: '1', Address: '220 MANHATTAN AVENUE, MANHATTAN VALLEY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95988608, 40.80081214]} },
{type: 'Feature',properties:{Name: '1', Address: '220 MANHATTAN AVENUE, MANHATTAN VALLEY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95988608, 40.80081214]} },
{type: 'Feature',properties:{Name: '1', Address: '301 CATHEDRAL PKWY, MANHATTAN VALLEY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95865085, 40.80075132]} },
{type: 'Feature',properties:{Name: '1', Address: '301 CATHEDRAL PARKWAY, MANHATTAN VALLEY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95865085, 40.80075132]} },
{type: 'Feature',properties:{Name: '1', Address: '301 CATHEDRAL PARKWAY, MANHATTAN VALLEY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95865085, 40.80075132]} },
{type: 'Feature',properties:{Name: '1', Address: '301 CATHEDRAL PARKWAY, MANHATTAN VALLEY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95865085, 40.80075132]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 110TH STREET, MANHATTAN VALLEY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95865085, 40.80075132]} },
{type: 'Feature',properties:{Name: '1', Address: '301 CATHEDRAL PARKWAY, MANHATTAN VALLEY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95865085, 40.80075132]} },
{type: 'Feature',properties:{Name: '1', Address: '301 CATHEDRAL PARKWAY, MANHATTAN VALLEY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95865085, 40.80075132]} },
{type: 'Feature',properties:{Name: '1', Address: '301 CATHEDRAL PARKWAY, MANHATTAN VALLEY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95865085, 40.80075132]} },
{type: 'Feature',properties:{Name: '1', Address: '301 CATHEDRAL PARKWAY, MANHATTAN VALLEY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95865085, 40.80075132]} },
{type: 'Feature',properties:{Name: '1', Address: '301 CATHEDRAL PARKWAY, MANHATTAN VALLEY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95865085, 40.80075132]} },
{type: 'Feature',properties:{Name: '1', Address: '250 MANHATTAN AVENUE, MANHATTAN VALLEY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95940168, 40.80147894]} },
{type: 'Feature',properties:{Name: '1', Address: '250 MANHATTAN AVENUE, MANHATTAN VALLEY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95940168, 40.80147894]} },
{type: 'Feature',properties:{Name: '1', Address: '250 MANHATTAN AVENUE, MANHATTAN VALLEY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95940168, 40.80147894]} },
{type: 'Feature',properties:{Name: '1', Address: '321 CATHEDRAL PARKWAY, MANHATTAN VALLEY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95933332, 40.80103427]} },
{type: 'Feature',properties:{Name: '1', Address: '321 CATHEDRAL PARKWAY, MANHATTAN VALLEY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95933332, 40.80103427]} },
{type: 'Feature',properties:{Name: '1', Address: '321 WEST 110TH STREET, MANHATTAN VALLEY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95933332, 40.80103427]} },
{type: 'Feature',properties:{Name: '1', Address: '321 CATHEDRAL PARKWAY, MANHATTAN VALLEY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95933332, 40.80103427]} },
{type: 'Feature',properties:{Name: '1', Address: '321 CATHEDRAL PARKWAY, MANHATTAN VALLEY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95933332, 40.80103427]} },
{type: 'Feature',properties:{Name: '1', Address: '321 CATHEDRAL PARKWAY, MANHATTAN VALLEY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95933332, 40.80103427]} },
{type: 'Feature',properties:{Name: '1', Address: '321 WEST 110TH STREET, MANHATTAN VALLEY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95933332, 40.80103427]} },
{type: 'Feature',properties:{Name: '1', Address: '321 WEST 110TH STREET, MANHATTAN VALLEY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95933332, 40.80103427]} },
{type: 'Feature',properties:{Name: '1', Address: '321 CATHEDRAL PARKWAY, MANHATTAN VALLEY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95933332, 40.80103427]} },
{type: 'Feature',properties:{Name: '1', Address: '321 CATHEDRAL PARKWAY, MANHATTAN VALLEY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95933332, 40.80103427]} },
{type: 'Feature',properties:{Name: '1', Address: '321 CATHEDRAL PARKWAY, MANHATTAN VALLEY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95933332, 40.80103427]} },
{type: 'Feature',properties:{Name: '1', Address: '321 WEST 110TH STREET, MANHATTAN VALLEY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95933332, 40.80103427]} },
{type: 'Feature',properties:{Name: '1', Address: '304 WEST 114 STREET, MANHATTAN VALLEY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95663017, 40.8032373]} },
{type: 'Feature',properties:{Name: '1', Address: '304 WEST 115 STREET, MANHATTAN VALLEY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95617103, 40.80386567]} },
{type: 'Feature',properties:{Name: '1', Address: '304 WEST 115 STREET, MANHATTAN VALLEY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95617103, 40.80386567]} },
{type: 'Feature',properties:{Name: '1', Address: '304 WEST 115TH STREET, MANHATTAN VALLEY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95617103, 40.80386567]} },
{type: 'Feature',properties:{Name: '1', Address: '2131 FREDRICK DOUGLASS BL, MANHATTAN VALLEY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95576284, 40.80389296]} },
{type: 'Feature',properties:{Name: '1', Address: '2131 FREDRICK DOUGLASS BL, MANHATTAN VALLEY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95576284, 40.80389296]} },
{type: 'Feature',properties:{Name: '1', Address: '2131 FREDERICK DOUGLASS B, MANHATTAN VALLEY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95601914, 40.80414008]} },
{type: 'Feature',properties:{Name: '1', Address: '2131 FREDRICK DOUGLASS BO, MANHATTAN VALLEY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95601914, 40.80414008]} },
{type: 'Feature',properties:{Name: '1', Address: '306 WEST 116TH STREET, MANHATTAN VALLEY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95571906, 40.80455717]} },
{type: 'Feature',properties:{Name: '1', Address: '306 WEST 116TH STREET, MANHATTAN VALLEY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95571906, 40.80455717]} },
{type: 'Feature',properties:{Name: '1', Address: '306 W 116 ST, MANHATTAN VALLEY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95571906, 40.80455717]} },
{type: 'Feature',properties:{Name: '1', Address: '306 WEST 116TH STREET, MANHATTAN VALLEY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95571906, 40.80455717]} },
{type: 'Feature',properties:{Name: '1', Address: '306 WEST 116TH STREET, MANHATTAN VALLEY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95571906, 40.80455717]} },
{type: 'Feature',properties:{Name: '1', Address: '44 WEST 106TH, MANHATTAN VALLEY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9612166, 40.79853447]} },
{type: 'Feature',properties:{Name: '1', Address: '2073 FREDRICK DOUGLASS BL, MANHATTAN VALLEY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95712218, 40.8020353]} },
{type: 'Feature',properties:{Name: '1', Address: '78 WEST 105TH STREET, MANHATTAN VALLEY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96275896, 40.79830168]} },
{type: 'Feature',properties:{Name: '1', Address: '455 CENTRAL PARK WEST, MANHATTAN VALLEY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96011536, 40.79793849]} },
{type: 'Feature',properties:{Name: '1', Address: '321 CATHEDRAL PARKWAY, MANHATTAN VALLEY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95933332, 40.80103427]} },
{type: 'Feature',properties:{Name: '1', Address: '321 CATHEDRAL PARKWAY, MANHATTAN VALLEY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95933332, 40.80103427]} },
{type: 'Feature',properties:{Name: '1', Address: '250 MANHATTAN AVENUE, MANHATTAN VALLEY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95940168, 40.80147894]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, MANHATTAN-UNKNOWN', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '692 THIRD AVENUE, MIDTOWN CBD', Month: '9', Price: '6461'}, geometry: { type: 'Point', coordinates:[-73.97369573, 40.75181707]} },
{type: 'Feature',properties:{Name: '1', Address: '470 PARK AVENUE, 4B, MIDTOWN CBD', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97038868, 40.76212279]} },
{type: 'Feature',properties:{Name: '1', Address: '470 PARK AVENUE, 12C, MIDTOWN CBD', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97038868, 40.76212279]} },
{type: 'Feature',properties:{Name: '1', Address: '480 PARK AVENUE, 7D, MIDTOWN CBD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.970125, 40.76248503]} },
{type: 'Feature',properties:{Name: '1', Address: '480 PARK AVENUE, 8C, MIDTOWN CBD', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.970125, 40.76248503]} },
{type: 'Feature',properties:{Name: '1', Address: '480 PARK AVENUE, 5C, MIDTOWN CBD', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.970125, 40.76248503]} },
{type: 'Feature',properties:{Name: '1', Address: '480 PARK AVENUE, 4E, MIDTOWN CBD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.970125, 40.76248503]} },
{type: 'Feature',properties:{Name: '1', Address: '480 PARK AVENUE, 14E, MIDTOWN CBD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.970125, 40.76248503]} },
{type: 'Feature',properties:{Name: '1', Address: '480 PARK AVENUE, 14E, MIDTOWN CBD', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.970125, 40.76248503]} },
{type: 'Feature',properties:{Name: '1', Address: '480 PARK AVENUE, 1617E, MIDTOWN CBD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.970125, 40.76248503]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 49TH STREET, 3D, MIDTOWN CBD', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97230458, 40.75564292]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 49TH STREET, 5C, MIDTOWN CBD', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97230458, 40.75564292]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 49TH STREET, 2D, MIDTOWN CBD', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97230458, 40.75564292]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 49TH STREET, 9C, MIDTOWN CBD', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97230458, 40.75564292]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 49TH STREET, 6B, MIDTOWN CBD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97230458, 40.75564292]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 49TH STREET, 6C, MIDTOWN CBD', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97230458, 40.75564292]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 49TH STREET, 9D, MIDTOWN CBD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97230458, 40.75564292]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 49TH STREET, 3C, MIDTOWN CBD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97230458, 40.75564292]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 49TH STREET, PH 2B, MIDTOWN CBD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97230458, 40.75564292]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 49TH STREET, PH 1A, MIDTOWN CBD', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97230458, 40.75564292]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 49TH STREET, 8D, MIDTOWN CBD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97230458, 40.75564292]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 49TH STREET, 5E, MIDTOWN CBD', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97230458, 40.75564292]} },
{type: 'Feature',properties:{Name: '1', Address: '146 EAST 49TH STREET, 6B, MIDTOWN CBD', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97237675, 40.75567313]} },
{type: 'Feature',properties:{Name: '1', Address: '142 EAST 49TH STREET, 5C, MIDTOWN CBD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97244532, 40.75570334]} },
{type: 'Feature',properties:{Name: '1', Address: '142 EAST 49TH STREET, 7E, MIDTOWN CBD', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97244532, 40.75570334]} },
{type: 'Feature',properties:{Name: '1', Address: '155 EAST 49TH STREET, 4F, MIDTOWN CBD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97210248, 40.755577]} },
{type: 'Feature',properties:{Name: '1', Address: '155 EAST 49TH STREET, 1E, MIDTOWN CBD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97210248, 40.755577]} },
{type: 'Feature',properties:{Name: '1', Address: '155 EAST 49TH STREET, 5F, MIDTOWN CBD', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97210248, 40.755577]} },
{type: 'Feature',properties:{Name: '1', Address: '155 EAST 49TH STREET, 8A, MIDTOWN CBD', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97210248, 40.755577]} },
{type: 'Feature',properties:{Name: '1', Address: '155 EAST 49TH STREET, 7G, MIDTOWN CBD', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97210248, 40.755577]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 63RD STREET, 3D, MIDTOWN CBD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96435212, 40.76389418]} },
{type: 'Feature',properties:{Name: '1', Address: '155 EAST 49TH STREET, 6G, MIDTOWN CBD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97210248, 40.755577]} },
{type: 'Feature',properties:{Name: '1', Address: '155 EAST 49TH STREET, 4G, MIDTOWN CBD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97210248, 40.755577]} },
{type: 'Feature',properties:{Name: '1', Address: '417 PARK AVENUE, 4E, MIDTOWN CBD', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97139309, 40.76006449]} },
{type: 'Feature',properties:{Name: '1', Address: '417 PARK AVENUE, 12D, MIDTOWN CBD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97139309, 40.76006449]} },
{type: 'Feature',properties:{Name: '1', Address: '417 PARK AVENUE, SR6-K, MIDTOWN CBD', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97139309, 40.76006449]} },
{type: 'Feature',properties:{Name: '1', Address: '417 PARK AVENUE, 2W, MIDTOWN CBD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97139309, 40.76006449]} },
{type: 'Feature',properties:{Name: '1', Address: '136 EAST 56 STREET, 6G, MIDTOWN CBD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96985884, 40.76034131]} },
{type: 'Feature',properties:{Name: '1', Address: '136 EAST 56TH STREET, 11F, MIDTOWN CBD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96985884, 40.76034131]} },
{type: 'Feature',properties:{Name: '1', Address: '136 EAST 56TH STREET, PHB, MIDTOWN CBD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96985884, 40.76034131]} },
{type: 'Feature',properties:{Name: '1', Address: '136 EAST 56TH STREET, 2H, MIDTOWN CBD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96985884, 40.76034131]} },
{type: 'Feature',properties:{Name: '1', Address: '136 EAST 56TH STREET, 3K, MIDTOWN CBD', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96985884, 40.76034131]} },
{type: 'Feature',properties:{Name: '1', Address: '110 EAST 57TH STREET, 15E, MIDTOWN CBD', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97010747, 40.76132674]} },
{type: 'Feature',properties:{Name: '1', Address: '110 EAST 57TH STREET, 11FGH, MIDTOWN CBD', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97010747, 40.76132674]} },
{type: 'Feature',properties:{Name: '1', Address: '110 EAST 57TH STREET, 8H, MIDTOWN CBD', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97010747, 40.76132674]} },
{type: 'Feature',properties:{Name: '1', Address: '110 EAST 57TH ST, 4-BC, MIDTOWN CBD', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97010747, 40.76132674]} },
{type: 'Feature',properties:{Name: '1', Address: '110 EAST 57TH STREET, 5A, MIDTOWN CBD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97010747, 40.76132674]} },
{type: 'Feature',properties:{Name: '1', Address: '153 EAST 57TH STREET, 19A, MIDTOWN CBD', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96862775, 40.76072525]} },
{type: 'Feature',properties:{Name: '1', Address: '153 EAST 57TH STREET, 18C, MIDTOWN CBD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96862775, 40.76072525]} },
{type: 'Feature',properties:{Name: '1', Address: '153 EAST 57TH STREET, 18A, MIDTOWN CBD', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96862775, 40.76072525]} },
{type: 'Feature',properties:{Name: '1', Address: '153 EAST 57TH STREET, 18J, MIDTOWN CBD', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96862775, 40.76072525]} },
{type: 'Feature',properties:{Name: '1', Address: '153 EAST 57TH STREET, 3J, MIDTOWN CBD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96862775, 40.76072525]} },
{type: 'Feature',properties:{Name: '1', Address: '153 EAST 57TH STREET, 6F, MIDTOWN CBD', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96862775, 40.76072525]} },
{type: 'Feature',properties:{Name: '1', Address: '153 EAST 57TH STREET, 6G, MIDTOWN CBD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96862775, 40.76072525]} },
{type: 'Feature',properties:{Name: '1', Address: '153 EAST 57TH STREET, 5C, MIDTOWN CBD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96862775, 40.76072525]} },
{type: 'Feature',properties:{Name: '1', Address: '153 EAST 57TH STREET, 12H, MIDTOWN CBD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96862775, 40.76072525]} },
{type: 'Feature',properties:{Name: '1', Address: '475 PARK AVENUE, 15E, MIDTOWN CBD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9703598, 40.76213102]} },
{type: 'Feature',properties:{Name: '1', Address: '475 PARK AVENUE, 7B, MIDTOWN CBD', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9703598, 40.76213102]} },
{type: 'Feature',properties:{Name: '1', Address: '475 PARK AVENUE, 12B, MIDTOWN CBD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9703598, 40.76213102]} },
{type: 'Feature',properties:{Name: '1', Address: '5 EAST 44TH STREET, MIDTOWN CBD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97954187, 40.75462339]} },
{type: 'Feature',properties:{Name: '1', Address: '5 EAST 44TH STREET, MIDTOWN CBD', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97954187, 40.75462339]} },
{type: 'Feature',properties:{Name: '1', Address: '5 EAST 44TH STREET, MIDTOWN CBD', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97954187, 40.75462339]} },
{type: 'Feature',properties:{Name: '1', Address: '641 5TH AVENUE, MIDTOWN CBD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97628098, 40.75907749]} },
{type: 'Feature',properties:{Name: '1', Address: '641 5 AVENUE, MIDTOWN CBD', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97628098, 40.75907749]} },
{type: 'Feature',properties:{Name: '1', Address: '641 5 AVENUE, MIDTOWN CBD', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97628098, 40.75907749]} },
{type: 'Feature',properties:{Name: '1', Address: '641 5 AVENUE, MIDTOWN CBD', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97628098, 40.75907749]} },
{type: 'Feature',properties:{Name: '1', Address: '641 5 AVENUE, MIDTOWN CBD', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97628098, 40.75907749]} },
{type: 'Feature',properties:{Name: '1', Address: '641 FIFTH AVENUE, MIDTOWN CBD', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97628098, 40.75907749]} },
{type: 'Feature',properties:{Name: '1', Address: '641 FIFTH AVE, MIDTOWN CBD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97628098, 40.75907749]} },
{type: 'Feature',properties:{Name: '1', Address: '641 FIFTH AVENUE, MIDTOWN CBD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97628098, 40.75907749]} },
{type: 'Feature',properties:{Name: '1', Address: '641 5 AVENUE, MIDTOWN CBD', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97628098, 40.75907749]} },
{type: 'Feature',properties:{Name: '1', Address: '641 FIFTH AVENUE, MIDTOWN CBD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97628098, 40.75907749]} },
{type: 'Feature',properties:{Name: '1', Address: '641 5 AVENUE, MIDTOWN CBD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97628098, 40.75907749]} },
{type: 'Feature',properties:{Name: '1', Address: '641 5 AVENUE, MIDTOWN CBD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97628098, 40.75907749]} },
{type: 'Feature',properties:{Name: '1', Address: '641 FIFTH AVENUE, MIDTOWN CBD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97628098, 40.75907749]} },
{type: 'Feature',properties:{Name: '1', Address: '641 FIFTH AVENUE, MIDTOWN CBD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97628098, 40.75907749]} },
{type: 'Feature',properties:{Name: '1', Address: '641 5 AVENUE, MIDTOWN CBD', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97628098, 40.75907749]} },
{type: 'Feature',properties:{Name: '1', Address: '721 FIFTH AVENUE, MIDTOWN CBD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97437381, 40.76238998]} },
{type: 'Feature',properties:{Name: '1', Address: '721 5 AVENUE, MIDTOWN CBD', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97437381, 40.76238998]} },
{type: 'Feature',properties:{Name: '1', Address: '721 5 AVENUE, MIDTOWN CBD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97437381, 40.76238998]} },
{type: 'Feature',properties:{Name: '1', Address: '721 5 AVENUE, MIDTOWN CBD', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97437381, 40.76238998]} },
{type: 'Feature',properties:{Name: '1', Address: '721 5 AVENUE, MIDTOWN CBD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97437381, 40.76238998]} },
{type: 'Feature',properties:{Name: '1', Address: '721 5 AVENUE, MIDTOWN CBD', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97437381, 40.76238998]} },
{type: 'Feature',properties:{Name: '1', Address: '721 5 AVENUE, MIDTOWN CBD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97437381, 40.76238998]} },
{type: 'Feature',properties:{Name: '1', Address: '432 PARK AVENUE, MIDTOWN CBD', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97117609, 40.76104156]} },
{type: 'Feature',properties:{Name: '1', Address: '432 PARK AVENUE, MIDTOWN CBD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97117609, 40.76104156]} },
{type: 'Feature',properties:{Name: '1', Address: '432 PARK AVENUE, MIDTOWN CBD', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97117609, 40.76104156]} },
{type: 'Feature',properties:{Name: '1', Address: '432 PARK AVENUE, MIDTOWN CBD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97117609, 40.76104156]} },
{type: 'Feature',properties:{Name: '1', Address: '432 PARK AVENUE, MIDTOWN CBD', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97117609, 40.76104156]} },
{type: 'Feature',properties:{Name: '1', Address: '432 PARK AVENUE, MIDTOWN CBD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97117609, 40.76104156]} },
{type: 'Feature',properties:{Name: '1', Address: '432 PARK AVENUE, MIDTOWN CBD', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97117609, 40.76104156]} },
{type: 'Feature',properties:{Name: '1', Address: '432 PARK AVENUE, MIDTOWN CBD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97117609, 40.76104156]} },
{type: 'Feature',properties:{Name: '1', Address: '432 PARK AVENUE, MIDTOWN CBD', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97117609, 40.76104156]} },
{type: 'Feature',properties:{Name: '1', Address: '432 PARK AVENUE, MIDTOWN CBD', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97117609, 40.76104156]} },
{type: 'Feature',properties:{Name: '1', Address: '500 PARK AVENUE, MIDTOWN CBD', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97037025, 40.7629764]} },
{type: 'Feature',properties:{Name: '1', Address: '500 PARK AVENUE, MIDTOWN CBD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97037025, 40.7629764]} },
{type: 'Feature',properties:{Name: '1', Address: '500 PARK AVENUE, MIDTOWN CBD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97037025, 40.7629764]} },
{type: 'Feature',properties:{Name: '1', Address: '145 EAST 48TH STREET, MIDTOWN CBD', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97277405, 40.75504194]} },
{type: 'Feature',properties:{Name: '1', Address: '145 EAST 48TH STREET, MIDTOWN CBD', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97277405, 40.75504194]} },
{type: 'Feature',properties:{Name: '1', Address: '145 EAST 48 ST, MIDTOWN CBD', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97277405, 40.75504194]} },
{type: 'Feature',properties:{Name: '1', Address: '145 EAST 48TH STREET, MIDTOWN CBD', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97277405, 40.75504194]} },
{type: 'Feature',properties:{Name: '1', Address: '145 EAST 48TH STREET, MIDTOWN CBD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97277405, 40.75504194]} },
{type: 'Feature',properties:{Name: '1', Address: '145 EAST 48TH STREET, MIDTOWN CBD', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97277405, 40.75504194]} },
{type: 'Feature',properties:{Name: '1', Address: '145 EAST 48TH STREET, MIDTOWN CBD', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97277405, 40.75504194]} },
{type: 'Feature',properties:{Name: '1', Address: '145 EAST 48TH STREET, MIDTOWN CBD', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97277405, 40.75504194]} },
{type: 'Feature',properties:{Name: '1', Address: '145 EAST 48TH STREET, MIDTOWN CBD', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97277405, 40.75504194]} },
{type: 'Feature',properties:{Name: '1', Address: '145 EAST 48TH STREET, MIDTOWN CBD', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97277405, 40.75504194]} },
{type: 'Feature',properties:{Name: '1', Address: '145 EAST 48TH STREET, MIDTOWN CBD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97277405, 40.75504194]} },
{type: 'Feature',properties:{Name: '1', Address: '145 EAST 48TH STREET, MIDTOWN CBD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97277405, 40.75504194]} },
{type: 'Feature',properties:{Name: '1', Address: '145 EAST 48TH STREET, MIDTOWN CBD', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97277405, 40.75504194]} },
{type: 'Feature',properties:{Name: '1', Address: '145 EAST 48TH STREET, MIDTOWN CBD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97277405, 40.75504194]} },
{type: 'Feature',properties:{Name: '1', Address: '135 EAST 54TH STREET, MIDTOWN CBD', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97087009, 40.75915035]} },
{type: 'Feature',properties:{Name: '1', Address: '135 EAST 54TH STREET, MIDTOWN CBD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97087009, 40.75915035]} },
{type: 'Feature',properties:{Name: '1', Address: '135 EAST 54TH STREET, MIDTOWN CBD', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97087009, 40.75915035]} },
{type: 'Feature',properties:{Name: '1', Address: '135 EAST 54TH STREET, MIDTOWN CBD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97087009, 40.75915035]} },
{type: 'Feature',properties:{Name: '1', Address: '135 EAST 54TH STREET, MIDTOWN CBD', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97087009, 40.75915035]} },
{type: 'Feature',properties:{Name: '1', Address: '135 EAST 54TH STREET, MIDTOWN CBD', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97087009, 40.75915035]} },
{type: 'Feature',properties:{Name: '1', Address: '135 EAST 54TH STREET, MIDTOWN CBD', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97087009, 40.75915035]} },
{type: 'Feature',properties:{Name: '1', Address: '135 EAST 54TH STREET, MIDTOWN CBD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97087009, 40.75915035]} },
{type: 'Feature',properties:{Name: '1', Address: '135 EAST 54TH STREET, MIDTOWN CBD', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97087009, 40.75915035]} },
{type: 'Feature',properties:{Name: '1', Address: '141 EAST 55TH STREET, MIDTOWN CBD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96972928, 40.75948766]} },
{type: 'Feature',properties:{Name: '1', Address: '141 E 55TH STREET, MIDTOWN CBD', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96972928, 40.75948766]} },
{type: 'Feature',properties:{Name: '1', Address: '140 EAST 56TH STREET, MIDTOWN CBD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96935358, 40.76012709]} },
{type: 'Feature',properties:{Name: '1', Address: '140 EAST 56TH STREET, MIDTOWN CBD', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96935358, 40.76012709]} },
{type: 'Feature',properties:{Name: '1', Address: '140 EAST 56TH STREET, MIDTOWN CBD', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96935358, 40.76012709]} },
{type: 'Feature',properties:{Name: '1', Address: '140 EAST 56TH STREET, MIDTOWN CBD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96935358, 40.76012709]} },
{type: 'Feature',properties:{Name: '1', Address: '140 EAST 56TH STREET, MIDTOWN CBD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96935358, 40.76012709]} },
{type: 'Feature',properties:{Name: '1', Address: '140 EAST 56TH STREET, MIDTOWN CBD', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96935358, 40.76012709]} },
{type: 'Feature',properties:{Name: '1', Address: '140 EAST 56TH STREET, MIDTOWN CBD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96935358, 40.76012709]} },
{type: 'Feature',properties:{Name: '1', Address: '140 EAST 56TH STREET, MIDTOWN CBD', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96935358, 40.76012709]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 56TH STREET, MIDTOWN CBD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96916591, 40.76004744]} },
{type: 'Feature',properties:{Name: '1', Address: '150 E. 56TH, MIDTOWN CBD', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96916591, 40.76004744]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 56TH STREET, MIDTOWN CBD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96916591, 40.76004744]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 56TH STREET, MIDTOWN CBD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96916591, 40.76004744]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 56TH STREET, MIDTOWN CBD', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96916591, 40.76004744]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 56 STREET, MIDTOWN CBD', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96916591, 40.76004744]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 56TH STREET, MIDTOWN CBD', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96916591, 40.76004744]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 56TH STREET, MIDTOWN CBD', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96916591, 40.76004744]} },
{type: 'Feature',properties:{Name: '1', Address: '117 EAST 57TH STREET, MIDTOWN CBD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96993784, 40.76127455]} },
{type: 'Feature',properties:{Name: '1', Address: '117 EAST 57TH STREET, MIDTOWN CBD', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96993784, 40.76127455]} },
{type: 'Feature',properties:{Name: '1', Address: '117 EAST 57TH STREET, MIDTOWN CBD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96993784, 40.76127455]} },
{type: 'Feature',properties:{Name: '1', Address: '117 EAST 57TH STREET, MIDTOWN CBD', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96993784, 40.76127455]} },
{type: 'Feature',properties:{Name: '1', Address: '117 EAST 57TH STREET, MIDTOWN CBD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96993784, 40.76127455]} },
{type: 'Feature',properties:{Name: '1', Address: '117 EAST 57TH STREET, MIDTOWN CBD', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96993784, 40.76127455]} },
{type: 'Feature',properties:{Name: '1', Address: '117 EAST 57TH STREET, MIDTOWN CBD', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96993784, 40.76127455]} },
{type: 'Feature',properties:{Name: '1', Address: '117 EAST 57TH STREET, MIDTOWN CBD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96993784, 40.76127455]} },
{type: 'Feature',properties:{Name: '1', Address: '117 EAST 57TH STREET, MIDTOWN CBD', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96993784, 40.76127455]} },
{type: 'Feature',properties:{Name: '1', Address: '117 EAST 57TH STREET, MIDTOWN CBD', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96993784, 40.76127455]} },
{type: 'Feature',properties:{Name: '1', Address: '117 EAST 57TH STREET, MIDTOWN CBD', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96993784, 40.76127455]} },
{type: 'Feature',properties:{Name: '1', Address: '151 EAST 58 STREET, MIDTOWN CBD', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96811846, 40.76138934]} },
{type: 'Feature',properties:{Name: '1', Address: '151 EAST 58TH STREET, MIDTOWN CBD', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96811846, 40.76138934]} },
{type: 'Feature',properties:{Name: '1', Address: '151 EAST 58TH, MIDTOWN CBD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96811846, 40.76138934]} },
{type: 'Feature',properties:{Name: '1', Address: '151 EAST 58TH STREET, MIDTOWN CBD', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96811846, 40.76138934]} },
{type: 'Feature',properties:{Name: '1', Address: '151 EAST 58TH STREET, MIDTOWN CBD', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96811846, 40.76138934]} },
{type: 'Feature',properties:{Name: '1', Address: '151 EAST 58TH STREET, MIDTOWN CBD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96811846, 40.76138934]} },
{type: 'Feature',properties:{Name: '1', Address: '151 EAST 58TH STREET, MIDTOWN CBD', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96811846, 40.76138934]} },
{type: 'Feature',properties:{Name: '1', Address: '151 EAST 58TH STREET, MIDTOWN CBD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96811846, 40.76138934]} },
{type: 'Feature',properties:{Name: '1', Address: '690 THIRD AVENUE, MIDTOWN CBD', Month: '4', Price: '6585'}, geometry: { type: 'Point', coordinates:[-73.97372823, 40.75177591]} },
{type: 'Feature',properties:{Name: '1', Address: '137 EAST 47TH STREET, MIDTOWN CBD', Month: '2', Price: '3526'}, geometry: { type: 'Point', coordinates:[-73.97325796, 40.75442723]} },
{type: 'Feature',properties:{Name: '1', Address: '465 PARK AVENUE, 18E, MIDTOWN CBD', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97055124, 40.76186757]} },
{type: 'Feature',properties:{Name: '1', Address: '465 PARK AVENUE, 26C, MIDTOWN CBD', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97055124, 40.76186757]} },
{type: 'Feature',properties:{Name: '1', Address: '465 PARK AVENUE, 12F, MIDTOWN CBD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97055124, 40.76186757]} },
{type: 'Feature',properties:{Name: '1', Address: '465 PARK AVENUE, 32A, MIDTOWN CBD', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97055124, 40.76186757]} },
{type: 'Feature',properties:{Name: '1', Address: '12 EAST 41ST STREET, MIDTOWN CBD', Month: '1', Price: '83267'}, geometry: { type: 'Point', coordinates:[-73.98070831, 40.75252386]} },
{type: 'Feature',properties:{Name: '1', Address: '33 EAST 42ND STREET, MIDTOWN CBD', Month: '5', Price: '417679'}, geometry: { type: 'Point', coordinates:[-73.97914181, 40.75274866]} },
{type: 'Feature',properties:{Name: '1', Address: '51 EAST 42ND STREET, MIDTOWN CBD', Month: '5', Price: '160482'}, geometry: { type: 'Point', coordinates:[-73.9786474, 40.75254546]} },
{type: 'Feature',properties:{Name: '1', Address: '48 EAST 43RD STREET, MIDTOWN CBD', Month: '2', Price: '22502'}, geometry: { type: 'Point', coordinates:[-73.97849916, 40.75335238]} },
{type: 'Feature',properties:{Name: '1', Address: '327 MADISON AVENUE, MIDTOWN CBD', Month: '3', Price: '87845'}, geometry: { type: 'Point', coordinates:[-73.97895036, 40.75323993]} },
{type: 'Feature',properties:{Name: '1', Address: '12 EAST 44TH STREET, MIDTOWN CBD', Month: '1', Price: '17668'}, geometry: { type: 'Point', coordinates:[-73.97930007, 40.75450258]} },
{type: 'Feature',properties:{Name: '1', Address: '12 EAST 44TH STREET, MIDTOWN CBD', Month: '2', Price: '17668'}, geometry: { type: 'Point', coordinates:[-73.97930007, 40.75450258]} },
{type: 'Feature',properties:{Name: '1', Address: '12 EAST 44TH STREET, MIDTOWN CBD', Month: '1', Price: '17668'}, geometry: { type: 'Point', coordinates:[-73.97930007, 40.75450258]} },
{type: 'Feature',properties:{Name: '1', Address: '12 EAST 44TH STREET, MIDTOWN CBD', Month: '3', Price: '17668'}, geometry: { type: 'Point', coordinates:[-73.97930007, 40.75450258]} },
{type: 'Feature',properties:{Name: '1', Address: '5 EAST 47TH STREET, MIDTOWN CBD', Month: '10', Price: '14025'}, geometry: { type: 'Point', coordinates:[-73.97813359, 40.75648133]} },
{type: 'Feature',properties:{Name: '1', Address: '12 EAST 52ND STREET, MIDTOWN CBD', Month: '4', Price: '20210'}, geometry: { type: 'Point', coordinates:[-73.97558056, 40.75948082]} },
{type: 'Feature',properties:{Name: '1', Address: '45 EAST 53RD STREET, MIDTOWN CBD', Month: '8', Price: '112933'}, geometry: { type: 'Point', coordinates:[-73.97377209, 40.75955727]} },
{type: 'Feature',properties:{Name: '1', Address: '370 LEXINGTON AVENUE, MIDTOWN CBD', Month: '5', Price: '246605'}, geometry: { type: 'Point', coordinates:[-73.9766413, 40.7506457]} },
{type: 'Feature',properties:{Name: '1', Address: '230 PARK AVENUE, MIDTOWN CBD', Month: '10', Price: '1212596'}, geometry: { type: 'Point', coordinates:[-73.97591444, 40.75455407]} },
{type: 'Feature',properties:{Name: '1', Address: '575 LEXINGTON AVENUE, MIDTOWN CBD', Month: '10', Price: '624883'}, geometry: { type: 'Point', coordinates:[-73.97182746, 40.75721555]} },
{type: 'Feature',properties:{Name: '1', Address: '942 3 AVENUE, MIDTOWN CBD', Month: '1', Price: '8375'}, geometry: { type: 'Point', coordinates:[-73.96768238, 40.75993725]} },
{type: 'Feature',properties:{Name: '1', Address: '585 5TH, MIDTOWN CBD', Month: '11', Price: '10553'}, geometry: { type: 'Point', coordinates:[-73.97805046, 40.75681617]} },
{type: 'Feature',properties:{Name: '1', Address: '601 5 AVENUE, MIDTOWN CBD', Month: '11', Price: '12420'}, geometry: { type: 'Point', coordinates:[-73.97789861, 40.75756271]} },
{type: 'Feature',properties:{Name: '1', Address: '686 THIRD AVENUE, MIDTOWN CBD', Month: '12', Price: '5025'}, geometry: { type: 'Point', coordinates:[-73.97378601, 40.75169633]} },
{type: 'Feature',properties:{Name: '1', Address: '694 THIRD AVENUE, MIDTOWN CBD', Month: '11', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.97366684, 40.75185549]} },
{type: 'Feature',properties:{Name: '1', Address: '141 EAST 47TH STREET, MIDTOWN CBD', Month: '7', Price: '3500'}, geometry: { type: 'Point', coordinates:[-73.97320383, 40.75440526]} },
{type: 'Feature',properties:{Name: '1', Address: '139 EAST 47TH STREET, MIDTOWN CBD', Month: '10', Price: '4280'}, geometry: { type: 'Point', coordinates:[-73.97322909, 40.75441624]} },
{type: 'Feature',properties:{Name: '1', Address: '157 EAST 55TH STREET, MIDTOWN CBD', Month: '10', Price: '3840'}, geometry: { type: 'Point', coordinates:[-73.96944778, 40.75936682]} },
{type: 'Feature',properties:{Name: '1', Address: '730 LEXINGTON AVENUE, MIDTOWN CBD', Month: '12', Price: '4100'}, geometry: { type: 'Point', coordinates:[-73.96843949, 40.76189446]} },
{type: 'Feature',properties:{Name: '1', Address: '60 EAST 54TH STREET, MIDTOWN CBD', Month: '10', Price: '65452'}, geometry: { type: 'Point', coordinates:[-73.97315823, 40.76009785]} },
{type: 'Feature',properties:{Name: '1', Address: '525 LEXINGTON AVENUE, MIDTOWN CBD', Month: '8', Price: '406261'}, geometry: { type: 'Point', coordinates:[-73.97294344, 40.75568425]} },
{type: 'Feature',properties:{Name: '1', Address: '144 EAST 48TH STREET, MIDTOWN CBD', Month: '5', Price: '114500'}, geometry: { type: 'Point', coordinates:[-73.97286789, 40.75506117]} },
{type: 'Feature',properties:{Name: '1', Address: '131 EAST 47TH STREET, MIDTOWN CBD', Month: '7', Price: '55940'}, geometry: { type: 'Point', coordinates:[-73.97334457, 40.75446567]} },
{type: 'Feature',properties:{Name: '1', Address: 'EAST 51ST STREET, MIDTOWN CBD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9713044, 40.75646061]} },
{type: 'Feature',properties:{Name: '1', Address: '3 EAST 43RD STREET, MIDTOWN CBD', Month: '11', Price: '36616'}, geometry: { type: 'Point', coordinates:[-73.98003293, 40.75401414]} },
{type: 'Feature',properties:{Name: '1', Address: '575 5 AVENUE, MIDTOWN CBD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97820581, 40.75639076]} },
{type: 'Feature',properties:{Name: '1', Address: '575 5 AVENUE, MIDTOWN CBD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97820581, 40.75639076]} },
{type: 'Feature',properties:{Name: '1', Address: '717 5 AVENUE, MIDTOWN CBD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97456162, 40.76213477]} },
{type: 'Feature',properties:{Name: '1', Address: '2 EAST 55TH STREET, MIDTOWN CBD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97468097, 40.7615584]} },
{type: 'Feature',properties:{Name: '1', Address: '2 EAST 55TH STREET, MIDTOWN CBD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97468097, 40.7615584]} },
{type: 'Feature',properties:{Name: '1', Address: '2 EAST 55TH STREET, MIDTOWN CBD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97468097, 40.7615584]} },
{type: 'Feature',properties:{Name: '1', Address: '2 EAST 55TH STREET, MIDTOWN CBD', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97468097, 40.7615584]} },
{type: 'Feature',properties:{Name: '1', Address: '2 EAST 55TH STREET, MIDTOWN CBD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97468097, 40.7615584]} },
{type: 'Feature',properties:{Name: '1', Address: '2 EAST 55TH STREET, MIDTOWN CBD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97468097, 40.7615584]} },
{type: 'Feature',properties:{Name: '1', Address: '2 EAST 55TH STREET, MIDTOWN CBD', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97468097, 40.7615584]} },
{type: 'Feature',properties:{Name: '1', Address: '2 EAST 55TH STREET, MIDTOWN CBD', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97468097, 40.7615584]} },
{type: 'Feature',properties:{Name: '1', Address: '2 EAST 55TH STREET, MIDTOWN CBD', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97468097, 40.7615584]} },
{type: 'Feature',properties:{Name: '1', Address: '2 EAST 55TH STREET, MIDTOWN CBD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97468097, 40.7615584]} },
{type: 'Feature',properties:{Name: '1', Address: '2 EAST 55TH STREET, MIDTOWN CBD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97468097, 40.7615584]} },
{type: 'Feature',properties:{Name: '1', Address: '2 EAST 55TH STREET, MIDTOWN CBD', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97468097, 40.7615584]} },
{type: 'Feature',properties:{Name: '1', Address: '575 5 AVENUE, MIDTOWN CBD', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97820581, 40.75639076]} },
{type: 'Feature',properties:{Name: '1', Address: '575 5 AVENUE, MIDTOWN CBD', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97820581, 40.75639076]} },
{type: 'Feature',properties:{Name: '1', Address: '575 5 AVENUE, MIDTOWN CBD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97820581, 40.75639076]} },
{type: 'Feature',properties:{Name: '1', Address: '575 5 AVENUE, MIDTOWN CBD', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97820581, 40.75639076]} },
{type: 'Feature',properties:{Name: '1', Address: '575 5 AVENUE, MIDTOWN CBD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97820581, 40.75639076]} },
{type: 'Feature',properties:{Name: '1', Address: '575 5 AVENUE, MIDTOWN CBD', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97820581, 40.75639076]} },
{type: 'Feature',properties:{Name: '1', Address: '215 EAST 48TH STREET, MIDTOWN EAST', Month: '7', Price: '3060'}, geometry: { type: 'Point', coordinates:[-73.97111041, 40.75434162]} },
{type: 'Feature',properties:{Name: '1', Address: '325 EAST 50TH STREET, MIDTOWN EAST', Month: '2', Price: '3040'}, geometry: { type: 'Point', coordinates:[-73.96775717, 40.75456306]} },
{type: 'Feature',properties:{Name: '1', Address: '323 EAST 58TH STREET, MIDTOWN EAST', Month: '1', Price: '5268'}, geometry: { type: 'Point', coordinates:[-73.96370832, 40.75953259]} },
{type: 'Feature',properties:{Name: '1', Address: '407 EAST 58TH STREET, MIDTOWN EAST', Month: '4', Price: '4495'}, geometry: { type: 'Point', coordinates:[-73.96199414, 40.75880468]} },
{type: 'Feature',properties:{Name: '1', Address: '234 EAST 49TH STREET, MIDTOWN EAST', Month: '6', Price: '4560'}, geometry: { type: 'Point', coordinates:[-73.97034501, 40.75481627]} },
{type: 'Feature',properties:{Name: '1', Address: '340 EAST 50TH STREET, MIDTOWN EAST', Month: '1', Price: '3830'}, geometry: { type: 'Point', coordinates:[-73.96749736, 40.75443398]} },
{type: 'Feature',properties:{Name: '1', Address: '31 SUTTON PLACE, MIDTOWN EAST', Month: '10', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.95999833, 40.75827152]} },
{type: 'Feature',properties:{Name: '1', Address: '409 EAST 58TH STREET, MIDTOWN EAST', Month: '9', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.96196166, 40.75879094]} },
{type: 'Feature',properties:{Name: '1', Address: '238 EAST 50TH STREET, MIDTOWN EAST', Month: '11', Price: '14418'}, geometry: { type: 'Point', coordinates:[-73.96982137, 40.75541723]} },
{type: 'Feature',properties:{Name: '1', Address: '234 EAST 50TH STREET, MIDTOWN EAST', Month: '10', Price: '15972'}, geometry: { type: 'Point', coordinates:[-73.96988633, 40.7554447]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 49TH STREET, MIDTOWN EAST', Month: '5', Price: '23785'}, geometry: { type: 'Point', coordinates:[-73.96829166, 40.75394838]} },
{type: 'Feature',properties:{Name: '1', Address: '304 EAST 49TH STREET, MIDTOWN EAST', Month: '12', Price: '4500'}, geometry: { type: 'Point', coordinates:[-73.96856231, 40.75406374]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 50TH STREET, MIDTOWN EAST', Month: '12', Price: '13573'}, geometry: { type: 'Point', coordinates:[-73.96817218, 40.75471962]} },
{type: 'Feature',properties:{Name: '1', Address: '352 EAST 51ST STREET, MIDTOWN EAST', Month: '10', Price: '5812'}, geometry: { type: 'Point', coordinates:[-73.96683657, 40.75497725]} },
{type: 'Feature',properties:{Name: '1', Address: '349 EAST 52ND STREET, MIDTOWN EAST', Month: '7', Price: '6400'}, geometry: { type: 'Point', coordinates:[-73.96638146, 40.75562488]} },
{type: 'Feature',properties:{Name: '1', Address: '1004-1008 SECOND AVENUE, MIDTOWN EAST', Month: '12', Price: '15605'}, geometry: { type: 'Point', coordinates:[-73.96707748, 40.75685198]} },
{type: 'Feature',properties:{Name: '1', Address: '313 EAST 53RD STREET, MIDTOWN EAST', Month: '6', Price: '7200'}, geometry: { type: 'Point', coordinates:[-73.96659035, 40.75653345]} },
{type: 'Feature',properties:{Name: '1', Address: '323 EAST 53RD STREET, MIDTOWN EAST', Month: '6', Price: '4804'}, geometry: { type: 'Point', coordinates:[-73.96642074, 40.75646204]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 56TH STREET, MIDTOWN EAST', Month: '10', Price: '3800'}, geometry: { type: 'Point', coordinates:[-73.96535489, 40.75846264]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 57TH STREET, MIDTOWN EAST', Month: '11', Price: '10790'}, geometry: { type: 'Point', coordinates:[-73.96423569, 40.75887127]} },
{type: 'Feature',properties:{Name: '1', Address: '329 EAST 58TH STREET, MIDTOWN EAST', Month: '11', Price: '7050'}, geometry: { type: 'Point', coordinates:[-73.96362532, 40.75949688]} },
{type: 'Feature',properties:{Name: '1', Address: '349 EAST 58TH STREET, MIDTOWN EAST', Month: '5', Price: '6075'}, geometry: { type: 'Point', coordinates:[-73.96335105, 40.75937877]} },
{type: 'Feature',properties:{Name: '1', Address: '351 EAST 58TH STREET, MIDTOWN EAST', Month: '11', Price: '6075'}, geometry: { type: 'Point', coordinates:[-73.96332218, 40.75936778]} },
{type: 'Feature',properties:{Name: '1', Address: '347 EAST 58TH STREET, MIDTOWN EAST', Month: '5', Price: '6575'}, geometry: { type: 'Point', coordinates:[-73.96337631, 40.75938975]} },
{type: 'Feature',properties:{Name: '1', Address: '401 EAST 50TH STREET, MIDTOWN EAST', Month: '12', Price: '14937'}, geometry: { type: 'Point', coordinates:[-73.96595286, 40.75380224]} },
{type: 'Feature',properties:{Name: '1', Address: '32 BEEKMAN PLACE, MIDTOWN EAST', Month: '7', Price: '3465'}, geometry: { type: 'Point', coordinates:[-73.96450915, 40.75373593]} },
{type: 'Feature',properties:{Name: '1', Address: '242 EAST 50TH STREET, MIDTOWN EAST', Month: '5', Price: '21150'}, geometry: { type: 'Point', coordinates:[-73.96975641, 40.75538977]} },
{type: 'Feature',properties:{Name: '1', Address: '342 EAST 55TH STREET, MIDTOWN EAST', Month: '4', Price: '13000'}, geometry: { type: 'Point', coordinates:[-73.9651785, 40.75755133]} },
{type: 'Feature',properties:{Name: '1', Address: '34 BEEKMAN PLACE, MIDTOWN EAST', Month: '9', Price: '4057'}, geometry: { type: 'Point', coordinates:[-73.96446581, 40.75379081]} },
{type: 'Feature',properties:{Name: '1', Address: '420 EAST 54TH STREET, MIDTOWN EAST', Month: '9', Price: '413233'}, geometry: { type: 'Point', coordinates:[-73.96367771, 40.75610164]} },
{type: 'Feature',properties:{Name: '1', Address: '246 EAST 51STREET, 11, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96924359, 40.75599073]} },
{type: 'Feature',properties:{Name: '1', Address: '237 EAST 54TH STREET, 2A, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96801904, 40.75795015]} },
{type: 'Feature',properties:{Name: '1', Address: '353 EAST 50TH STREET, 1, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96728444, 40.75436256]} },
{type: 'Feature',properties:{Name: '1', Address: '304 EAST 52ND STREET, 2, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96718621, 40.75594625]} },
{type: 'Feature',properties:{Name: '1', Address: '304 EAST 52ND STREET, 3, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96718621, 40.75594625]} },
{type: 'Feature',properties:{Name: '1', Address: '332 EAST 54TH STREET, 1BC, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96580685, 40.75699708]} },
{type: 'Feature',properties:{Name: '1', Address: '313 EAST 56TH STREET, 5D, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96521776, 40.75840496]} },
{type: 'Feature',properties:{Name: '1', Address: '313 EAST 56TH STREET, 5A, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96521776, 40.75840496]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 47TH STREET, 6H, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97140668, 40.75364727]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 47TH STREET, 1B, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97140668, 40.75364727]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 47TH STREET, 2B, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97140668, 40.75364727]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 47TH STREET, 5E, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97140668, 40.75364727]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 47TH STREET, 5F, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97140668, 40.75364727]} },
{type: 'Feature',properties:{Name: '1', Address: '225 E 47TH STREET, 3H, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97140668, 40.75364727]} },
{type: 'Feature',properties:{Name: '1', Address: '212 EAST 48TH STREET, 5A, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97115372, 40.75433889]} },
{type: 'Feature',properties:{Name: '1', Address: '212 EAST 48TH STREET, 9A, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97115372, 40.75433889]} },
{type: 'Feature',properties:{Name: '1', Address: '212 EAST 48TH STREET, 6A, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97115372, 40.75433889]} },
{type: 'Feature',properties:{Name: '1', Address: '212 EAST 48TH STREET, 1C, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97115372, 40.75433889]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 49TH STREET, 5E, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97033417, 40.75482999]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 49TH STREET, 1G, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97033417, 40.75482999]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 49TH STREET, 1B, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97033417, 40.75482999]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 49TH STREET, 2E, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97033417, 40.75482999]} },
{type: 'Feature',properties:{Name: '1', Address: '230 EAST 50TH STREET, 11A, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96994767, 40.75547216]} },
{type: 'Feature',properties:{Name: '1', Address: '221 EAST 50 STREET, 5B, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97009923, 40.75555454]} },
{type: 'Feature',properties:{Name: '1', Address: '223 EAST 50TH STREET, 5C, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97006676, 40.75554081]} },
{type: 'Feature',properties:{Name: '1', Address: '223 EAST 50 STREET, 5D, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97006676, 40.75554081]} },
{type: 'Feature',properties:{Name: '1', Address: '251 EAST 51ST STREET, 6C, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96917141, 40.75597973]} },
{type: 'Feature',properties:{Name: '1', Address: '251 EAST 51ST STREET, 3M, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96917141, 40.75597973]} },
{type: 'Feature',properties:{Name: '1', Address: '251 EAST 51ST STREET, 7D, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96917141, 40.75597973]} },
{type: 'Feature',properties:{Name: '1', Address: '251 EAST 51ST STREET, PHN, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96917141, 40.75597973]} },
{type: 'Feature',properties:{Name: '1', Address: '251 EAST 51ST STREET, 20E, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96917141, 40.75597973]} },
{type: 'Feature',properties:{Name: '1', Address: '251 EAST 51 STREET, 8K, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96917141, 40.75597973]} },
{type: 'Feature',properties:{Name: '1', Address: '251 EAST 51ST STREET, 2C, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96917141, 40.75597973]} },
{type: 'Feature',properties:{Name: '1', Address: '251 EAST 51ST STREET, 10C, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96917141, 40.75597973]} },
{type: 'Feature',properties:{Name: '1', Address: '251 EAST 51ST STREET, 11H, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96917141, 40.75597973]} },
{type: 'Feature',properties:{Name: '1', Address: '963 2 AVENUE, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96800572, 40.75560338]} },
{type: 'Feature',properties:{Name: '1', Address: '251 EAST 51 STREET, 5JK, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96917141, 40.75597973]} },
{type: 'Feature',properties:{Name: '1', Address: '251 EAST 51ST STREET, 3G, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96917141, 40.75597973]} },
{type: 'Feature',properties:{Name: '1', Address: '220 EAST 54TH STREET, 6H, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96826084, 40.75803255]} },
{type: 'Feature',properties:{Name: '1', Address: '220 EAST 54TH STREET, 2N, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96826084, 40.75803255]} },
{type: 'Feature',properties:{Name: '1', Address: '220 EAST 54TH STREET, 9F, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96826084, 40.75803255]} },
{type: 'Feature',properties:{Name: '1', Address: '220 EAST 54TH STREET, 6G, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96826084, 40.75803255]} },
{type: 'Feature',properties:{Name: '1', Address: '220 EAST 54TH STREET, 2J, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96826084, 40.75803255]} },
{type: 'Feature',properties:{Name: '1', Address: '220 EAST 54TH STREET, 8A, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96826084, 40.75803255]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 54TH STREET, 14M, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96789273, 40.75789522]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 54TH STREET, 18K, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96789273, 40.75789522]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 54TH STREET, 29G, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96789273, 40.75789522]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 54TH STREET, 25K, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96789273, 40.75789522]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 54TH STREET, 16P, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96789273, 40.75789522]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 54TH STREET, 28F, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96789273, 40.75789522]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 54TH STREET, 29R, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96789273, 40.75789522]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 54TH STREET, 27T, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96789273, 40.75789522]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 54TH STREET, 10N, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96789273, 40.75789522]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 54TH STREET, 30R, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96789273, 40.75789522]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 54TH STREET, 30A, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96789273, 40.75789522]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 54TH STREET, 26-N, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96789273, 40.75789522]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 54TH STREET, 23C, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96789273, 40.75789522]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 54TH STREET, 4L, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96789273, 40.75789522]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 54TH STREET, 15EF, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96789273, 40.75789522]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 54TH STREET, 27R, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96789273, 40.75789522]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 54TH STREET, 24R, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96789273, 40.75789522]} },
{type: 'Feature',properties:{Name: '1', Address: '534 EAST 11TH STREET, 16, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088497, 40.72805443]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 54TH STREET, 3JK, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96789273, 40.75789522]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 54TH STREET, 5F, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96789273, 40.75789522]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 54TH STREET, 10G, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96789273, 40.75789522]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 54TH STREET, 4C, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96789273, 40.75789522]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 54TH STREET, 22A, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96789273, 40.75789522]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 54TH STREET, 7F, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96789273, 40.75789522]} },
{type: 'Feature',properties:{Name: '1', Address: '245 E 54TH STREET, 24H, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96789273, 40.75789522]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 54TH STREET, 30N, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96789273, 40.75789522]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 54TH STREET, 26A, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96789273, 40.75789522]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 54TH STREET, 6E, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96789273, 40.75789522]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 54TH STREET, 6H, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96789273, 40.75789522]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 54TH STREET, 8N, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96789273, 40.75789522]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 54TH STREET, 29L, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96789273, 40.75789522]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 54TH STREET, 21D, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96789273, 40.75789522]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 54TH STREET, 23H, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96789273, 40.75789522]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 54TH STREET, 16A, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96789273, 40.75789522]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 54TH STREET, 20D, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96789273, 40.75789522]} },
{type: 'Feature',properties:{Name: '1', Address: '240 EAST 55 STREET, 4H, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9675098, 40.75853189]} },
{type: 'Feature',properties:{Name: '1', Address: '240 EAST 55 STREET, 11-A, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9675098, 40.75853189]} },
{type: 'Feature',properties:{Name: '1', Address: '240 EAST 55TH STREET, 11G, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9675098, 40.75853189]} },
{type: 'Feature',properties:{Name: '1', Address: '240 EAST 55TH STREET, 10E, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9675098, 40.75853189]} },
{type: 'Feature',properties:{Name: '1', Address: '240 EAST 55TH STREET, 3A, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9675098, 40.75853189]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 57TH STREET, 8J, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96711198, 40.76006609]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 57TH STREET, 12D, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96711198, 40.76006609]} },
{type: 'Feature',properties:{Name: '1', Address: '935 3 AVENUE, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96784133, 40.75968477]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 57TH STREET, 4E, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96711198, 40.76006609]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 57TH STREET, 11M, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96711198, 40.76006609]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 57TH STREET, 18L, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96711198, 40.76006609]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 57TH STREET, 5M, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96711198, 40.76006609]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 57TH STREET, PHB, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96711198, 40.76006609]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 57TH STREET, 15M, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96711198, 40.76006609]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 57, 10H, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96711198, 40.76006609]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 57TH STREET, 17E, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96711198, 40.76006609]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 57TH STREET, 7M, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96711198, 40.76006609]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 57TH STREET, 12C, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96711198, 40.76006609]} },
{type: 'Feature',properties:{Name: '1', Address: '209 EAST 56TH STREET, 10B, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96755631, 40.75938826]} },
{type: 'Feature',properties:{Name: '1', Address: '209 EAST 56 STREET, 3J, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96755631, 40.75938826]} },
{type: 'Feature',properties:{Name: '1', Address: '209 EAST 56TH STREET, PHU, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96755631, 40.75938826]} },
{type: 'Feature',properties:{Name: '1', Address: '209 EAST 56TH STREET, 7F, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96755631, 40.75938826]} },
{type: 'Feature',properties:{Name: '1', Address: '209 EAST 56TH STREET, 7J, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96755631, 40.75938826]} },
{type: 'Feature',properties:{Name: '1', Address: '209 EAST 56TH STREET, 12P, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96755631, 40.75938826]} },
{type: 'Feature',properties:{Name: '1', Address: '209 EAST 56TH STREET, 6E, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96755631, 40.75938826]} },
{type: 'Feature',properties:{Name: '1', Address: '220 EAST 57TH STREET, 18A, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96680522, 40.759937]} },
{type: 'Feature',properties:{Name: '1', Address: '220 EAST 57TH STREET, 17E, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96680522, 40.759937]} },
{type: 'Feature',properties:{Name: '1', Address: '220 EAST 57TH STREET, 4F, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96680522, 40.759937]} },
{type: 'Feature',properties:{Name: '1', Address: '220 EAST 57TH STREET, 7F, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96680522, 40.759937]} },
{type: 'Feature',properties:{Name: '1', Address: '220 EAST 57TH STREET, 10F, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96680522, 40.759937]} },
{type: 'Feature',properties:{Name: '1', Address: '220 EAST 57TH STREET, 9A, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96680522, 40.759937]} },
{type: 'Feature',properties:{Name: '1', Address: '220 EAST 57TH STREET, 9G, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96680522, 40.759937]} },
{type: 'Feature',properties:{Name: '1', Address: '220 EAST 57TH STREET, 12H, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96680522, 40.759937]} },
{type: 'Feature',properties:{Name: '1', Address: '220 EAST 57TH STREET, 17J, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96680522, 40.759937]} },
{type: 'Feature',properties:{Name: '1', Address: '227 EAST 57TH STREET, 10B, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96670416, 40.75991226]} },
{type: 'Feature',properties:{Name: '1', Address: '227 EAST 57TH STREET, 18-E, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96670416, 40.75991226]} },
{type: 'Feature',properties:{Name: '1', Address: '227 EAST 57TH STREET, 18-C, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96670416, 40.75991226]} },
{type: 'Feature',properties:{Name: '1', Address: '227 EAST 57TH STREET, 3C, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96670416, 40.75991226]} },
{type: 'Feature',properties:{Name: '1', Address: '227 EAST 57TH STREET, 11A, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96670416, 40.75991226]} },
{type: 'Feature',properties:{Name: '1', Address: '227 EAST 57TH STREET, 19G, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96670416, 40.75991226]} },
{type: 'Feature',properties:{Name: '1', Address: '227 EAST 57TH STREET, 2F, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96670416, 40.75991226]} },
{type: 'Feature',properties:{Name: '1', Address: '227 EAST 57TH STREET, 9H, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96670416, 40.75991226]} },
{type: 'Feature',properties:{Name: '1', Address: '227 EAST 57TH STREET, 10D, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96670416, 40.75991226]} },
{type: 'Feature',properties:{Name: '1', Address: '227 EAST 57TH STREET, 7H, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96670416, 40.75991226]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 57TH STREET, MIDTOWN EAST', Month: '8', Price: '105749'}, geometry: { type: 'Point', coordinates:[-73.96658146, 40.75986282]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 57TH STREET, 4C, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96658146, 40.75986282]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 57TH STREET, 17B, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96658146, 40.75986282]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 57TH STREET, 11A, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96658146, 40.75986282]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 57TH STREET, 2E, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96658146, 40.75986282]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 57TH STREET, 4B, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96658146, 40.75986282]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 57TH STREET, 5D, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96658146, 40.75986282]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 40TH STREET, 3V, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97294998, 40.74846831]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 40TH STREET, 15F, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97294998, 40.74846831]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 40TH STREET, 6Y, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97294998, 40.74846831]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 40TH STREET, 2U, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97294998, 40.74846831]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 40TH STREET, 15DE, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97294998, 40.74846831]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 40TH STREET, 6K, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97294998, 40.74846831]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 40TH STREET, 12T, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97294998, 40.74846831]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 40TH STREET, 14F, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97294998, 40.74846831]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 40 STREET, 14O, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97294998, 40.74846831]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 40TH STREET, 8A, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97294998, 40.74846831]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 40TH STREET, 20C, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97294998, 40.74846831]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 40TH STREET, 14D, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97294998, 40.74846831]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 40TH STREET, 20F, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97294998, 40.74846831]} },
{type: 'Feature',properties:{Name: '1', Address: '2 TUDOR CITY PLACE, 10I-N, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97126836, 40.74798483]} },
{type: 'Feature',properties:{Name: '1', Address: '2 TUDOR CITY PLACE, 15A-S, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97126836, 40.74798483]} },
{type: 'Feature',properties:{Name: '1', Address: '2 TUDOR CITY PLACE, 7KN, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97126836, 40.74798483]} },
{type: 'Feature',properties:{Name: '1', Address: '2 TUDOR CITY PLACE, GNS, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97126836, 40.74798483]} },
{type: 'Feature',properties:{Name: '1', Address: '2 TUDOR CITY PLACE, 2 L-S, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97126836, 40.74798483]} },
{type: 'Feature',properties:{Name: '1', Address: '2 TUDOR CITY PLACE, 2HN, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97126836, 40.74798483]} },
{type: 'Feature',properties:{Name: '1', Address: '2 TUDOR CITY PLACE, 10L S, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97126836, 40.74798483]} },
{type: 'Feature',properties:{Name: '1', Address: '2 TUDOR CITY PLACE, 8HS, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97126836, 40.74798483]} },
{type: 'Feature',properties:{Name: '1', Address: '2 TUDOR CITY PLACE, 8G SO, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97126836, 40.74798483]} },
{type: 'Feature',properties:{Name: '1', Address: '2 TUDOR CITY PLACE, 1 IN, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97126836, 40.74798483]} },
{type: 'Feature',properties:{Name: '1', Address: '2 TUDOR CITY PLACE, 9BN, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97126836, 40.74798483]} },
{type: 'Feature',properties:{Name: '1', Address: '2 TUDOR CITY PLACE, 2JS, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97126836, 40.74798483]} },
{type: 'Feature',properties:{Name: '1', Address: '2 TUDOR CITY PLACE, 9G-N, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97126836, 40.74798483]} },
{type: 'Feature',properties:{Name: '1', Address: '5 TUDOR CITY PLACE, 1134, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97118893, 40.74805343]} },
{type: 'Feature',properties:{Name: '1', Address: '5 TUDOR CITY PLACE, A-02, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97118893, 40.74805343]} },
{type: 'Feature',properties:{Name: '1', Address: '5 TUDOR CITY PLACE, 1714, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97118893, 40.74805343]} },
{type: 'Feature',properties:{Name: '1', Address: '5 TUDOR CITY PLACE, 2205, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97118893, 40.74805343]} },
{type: 'Feature',properties:{Name: '1', Address: '5 TUDOR CITY PLACE, 1534, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97118893, 40.74805343]} },
{type: 'Feature',properties:{Name: '1', Address: '5 TUDOR CITY PLACE, 824, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97118893, 40.74805343]} },
{type: 'Feature',properties:{Name: '1', Address: '5 TUDOR CITY PLACE, 1025, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97118893, 40.74805343]} },
{type: 'Feature',properties:{Name: '1', Address: '5 TUDOR CITY PLACE, 834, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97118893, 40.74805343]} },
{type: 'Feature',properties:{Name: '1', Address: '5 TUDOR CITY PLACE, 1831, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97118893, 40.74805343]} },
{type: 'Feature',properties:{Name: '1', Address: '5 TUDOR CITY PLACE, 1137, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97118893, 40.74805343]} },
{type: 'Feature',properties:{Name: '1', Address: '5 TUDOR CITY PLACE, 1129, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97118893, 40.74805343]} },
{type: 'Feature',properties:{Name: '1', Address: '5 TUDOR CITY PLACE, 1007, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97118893, 40.74805343]} },
{type: 'Feature',properties:{Name: '1', Address: '5 TUDOR CITY PLACE, 1523, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97118893, 40.74805343]} },
{type: 'Feature',properties:{Name: '1', Address: '5 TUDOR CITY PLACE, 1630, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97118893, 40.74805343]} },
{type: 'Feature',properties:{Name: '1', Address: '5 TUDOR CITY PLACE, 1609, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97118893, 40.74805343]} },
{type: 'Feature',properties:{Name: '1', Address: '5 TUDOR CITY PLACE, 1717, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97118893, 40.74805343]} },
{type: 'Feature',properties:{Name: '1', Address: '5 TUDOR CITY PLACE, PH7, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97118893, 40.74805343]} },
{type: 'Feature',properties:{Name: '1', Address: '5 TUDOR CITY PLACE, 2003, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97118893, 40.74805343]} },
{type: 'Feature',properties:{Name: '1', Address: '5 TUDOR CITY PLACE, 930, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97118893, 40.74805343]} },
{type: 'Feature',properties:{Name: '1', Address: '5 TUDOR CITY PLACE, 1502, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97118893, 40.74805343]} },
{type: 'Feature',properties:{Name: '1', Address: '5 TUDOR CITY PLACE, 1525, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97118893, 40.74805343]} },
{type: 'Feature',properties:{Name: '1', Address: '5 TUDOR CITY PLACE, 512, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97118893, 40.74805343]} },
{type: 'Feature',properties:{Name: '1', Address: '5 TUDOR CITY PLACE, 1026, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97118893, 40.74805343]} },
{type: 'Feature',properties:{Name: '1', Address: '5 TUDOR CITY PLACE, 401, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97118893, 40.74805343]} },
{type: 'Feature',properties:{Name: '1', Address: '5 TUDOR CITY PLACE, 1014, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97118893, 40.74805343]} },
{type: 'Feature',properties:{Name: '1', Address: '5 TUDOR CITY PLACE, 1832, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97118893, 40.74805343]} },
{type: 'Feature',properties:{Name: '1', Address: '5 TUDOR CITY PLACE, 905, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97118893, 40.74805343]} },
{type: 'Feature',properties:{Name: '1', Address: '5 TUDOR CITY PLACE, 1027, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97118893, 40.74805343]} },
{type: 'Feature',properties:{Name: '1', Address: '5 TUDOR CITY PLACE, 1127, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97118893, 40.74805343]} },
{type: 'Feature',properties:{Name: '1', Address: '5 TUDOR CITY PLACE, 1111, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97118893, 40.74805343]} },
{type: 'Feature',properties:{Name: '1', Address: '5 TUDOR CITY PLACE, 510, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97118893, 40.74805343]} },
{type: 'Feature',properties:{Name: '1', Address: '5 TUDOR CITY PLACE, 107, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97118893, 40.74805343]} },
{type: 'Feature',properties:{Name: '1', Address: '5 TUDOR CITY PLACE, 212, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97118893, 40.74805343]} },
{type: 'Feature',properties:{Name: '1', Address: '5 TUDOR CITY PLACE, 935, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97118893, 40.74805343]} },
{type: 'Feature',properties:{Name: '1', Address: '324 EAST 41ST STREET, 903-C, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97200063, 40.74885235]} },
{type: 'Feature',properties:{Name: '1', Address: '304 EAST 41ST STREET, 806B, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97236147, 40.74900614]} },
{type: 'Feature',properties:{Name: '1', Address: '304 EAST 41 STREET, 1001A, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97236147, 40.74900614]} },
{type: 'Feature',properties:{Name: '1', Address: '314 EAST 41ST STREET, PH2B, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97218105, 40.74892924]} },
{type: 'Feature',properties:{Name: '1', Address: '324 EAST 41ST STREET, 508A, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97200063, 40.74885235]} },
{type: 'Feature',properties:{Name: '1', Address: '324 EAST 41ST STREET, 602A, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97200063, 40.74885235]} },
{type: 'Feature',properties:{Name: '1', Address: '324 EAST 41ST STREET, 902C, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97200063, 40.74885235]} },
{type: 'Feature',properties:{Name: '1', Address: '324 EAST 41ST STREET, 803B, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97200063, 40.74885235]} },
{type: 'Feature',properties:{Name: '1', Address: '304 EAST 41ST STREET, 1107A, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97236147, 40.74900614]} },
{type: 'Feature',properties:{Name: '1', Address: '304 EAST 41ST STREET, 1306A, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97236147, 40.74900614]} },
{type: 'Feature',properties:{Name: '1', Address: '325 EAST 41ST STREET, 801, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97168669, 40.74873699]} },
{type: 'Feature',properties:{Name: '1', Address: '325 EAST 41ST STREET, 207, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97168669, 40.74873699]} },
{type: 'Feature',properties:{Name: '1', Address: '325 EAST 41ST STREET, 907/90, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97168669, 40.74873699]} },
{type: 'Feature',properties:{Name: '1', Address: '325 EAST 41ST STREET, 705, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97168669, 40.74873699]} },
{type: 'Feature',properties:{Name: '1', Address: '325 EAST 41ST STREET, 802, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97168669, 40.74873699]} },
{type: 'Feature',properties:{Name: '1', Address: '325 EAST 41ST STREET, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97168669, 40.74873699]} },
{type: 'Feature',properties:{Name: '1', Address: '325 EAST 41ST STREET, 508, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97168669, 40.74873699]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 41ST STREET, 3/4D, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97144131, 40.74863263]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 41ST STREET, 2F, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97144131, 40.74863263]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 41ST STREET, 2D, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97144131, 40.74863263]} },
{type: 'Feature',properties:{Name: '1', Address: '25 TUDOR CITY PLACE, 1115, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97078087, 40.74858855]} },
{type: 'Feature',properties:{Name: '1', Address: '25 TUDOR CITY PLACE, 803, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97078087, 40.74858855]} },
{type: 'Feature',properties:{Name: '1', Address: '25 TUDOR CITY PLACE, 817, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97078087, 40.74858855]} },
{type: 'Feature',properties:{Name: '1', Address: '25 TUDOR CITY PLACE, 623, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97078087, 40.74858855]} },
{type: 'Feature',properties:{Name: '1', Address: '25 TUDOR CITY PLACE, 822, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97078087, 40.74858855]} },
{type: 'Feature',properties:{Name: '1', Address: '25 TUDOR CITY PLACE, 1110, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97078087, 40.74858855]} },
{type: 'Feature',properties:{Name: '1', Address: '25 TUDOR CITY PLACE, 1912, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97078087, 40.74858855]} },
{type: 'Feature',properties:{Name: '1', Address: '25 TUDOR CITY PLACE, 902, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97078087, 40.74858855]} },
{type: 'Feature',properties:{Name: '1', Address: '25 TUDOR CITY PLACE, 918, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97078087, 40.74858855]} },
{type: 'Feature',properties:{Name: '1', Address: '25 TUDOR CITY PLACE, 1204, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97078087, 40.74858855]} },
{type: 'Feature',properties:{Name: '1', Address: '25 TUDOR CITY, 1415, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97078087, 40.74858855]} },
{type: 'Feature',properties:{Name: '1', Address: '25 TUDOR CITY PLACE, 312, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97078087, 40.74858855]} },
{type: 'Feature',properties:{Name: '1', Address: '25 TUDOR CITY PLACE, 1102, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97078087, 40.74858855]} },
{type: 'Feature',properties:{Name: '1', Address: '25 TUDOR CITY PLACE, 2117, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97078087, 40.74858855]} },
{type: 'Feature',properties:{Name: '1', Address: '25 TUDOR CITY PLACE, 1111, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97078087, 40.74858855]} },
{type: 'Feature',properties:{Name: '1', Address: '25 TUDOR CITY PLACE, 512, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97078087, 40.74858855]} },
{type: 'Feature',properties:{Name: '1', Address: '25 TUDOR CITY PLACE, 202, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97078087, 40.74858855]} },
{type: 'Feature',properties:{Name: '1', Address: '25 TUDOR CITY PLACE, 1504, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97078087, 40.74858855]} },
{type: 'Feature',properties:{Name: '1', Address: '25 TUDOR CITY PLACE, 922, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97078087, 40.74858855]} },
{type: 'Feature',properties:{Name: '1', Address: '25 TUDOR CITY PLACE, 522, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97078087, 40.74858855]} },
{type: 'Feature',properties:{Name: '1', Address: '25 TUDOR CITY PLACE, 2014, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97078087, 40.74858855]} },
{type: 'Feature',properties:{Name: '1', Address: '25 TUDOR CITY PLACE, 2108, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97078087, 40.74858855]} },
{type: 'Feature',properties:{Name: '1', Address: '25 TUDOR CITY PLACE, 515, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97078087, 40.74858855]} },
{type: 'Feature',properties:{Name: '1', Address: '25 TUDOR CITY PLACE, 1315, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97078087, 40.74858855]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 42 STREET, 203, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97157085, 40.74954941]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 42ND STREET, 709, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97157085, 40.74954941]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 42ND STREET, 512, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97157085, 40.74954941]} },
{type: 'Feature',properties:{Name: '1', Address: '312 EAST 42ND STREET, 511, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9717188, 40.74960983]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 42ND STREET, 1708, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97157085, 40.74954941]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 42ND STREET, 2811, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97157085, 40.74954941]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 42ND STREET, 1918, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97157085, 40.74954941]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 42ND STREET, 3006, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97157085, 40.74954941]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 42ND STREET, 1010, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97157085, 40.74954941]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 42ND STREET, 309, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97157085, 40.74954941]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 42ND STREET, 210, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97157085, 40.74954941]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 42ND STREET, 312, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97157085, 40.74954941]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 42 STREET, 1502, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97157085, 40.74954941]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 42ND STREET, 410, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97157085, 40.74954941]} },
{type: 'Feature',properties:{Name: '1', Address: '320 E 42ND STREET, 912, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97157085, 40.74954941]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 42ND STREET, 2304, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97157085, 40.74954941]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 42ND STREET, 1803, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97157085, 40.74954941]} },
{type: 'Feature',properties:{Name: '1', Address: '312 EAST 42ND STREET, 2201, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9717188, 40.74960983]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 42ND STREET, 411, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97157085, 40.74954941]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 42ND STREET, 714, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97157085, 40.74954941]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 42ND STREET, 3012, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97157085, 40.74954941]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 42ND STREET, 1205, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97157085, 40.74954941]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 42ND STREET, 1817, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97157085, 40.74954941]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 42 STREET, 707, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97157085, 40.74954941]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 42ND STREET, 1418, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97157085, 40.74954941]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 42 STREET, 1002, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97157085, 40.74954941]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 42ND STREET, 2210, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97157085, 40.74954941]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 42ND STREET, 1108, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97157085, 40.74954941]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 42ND STREET, 2301, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97157085, 40.74954941]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 42ND STREET, 1710, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97157085, 40.74954941]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 42ND STREET, 1110, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97157085, 40.74954941]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 42ND STREET, 1901, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97157085, 40.74954941]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 42ND STREET, 2317, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97157085, 40.74954941]} },
{type: 'Feature',properties:{Name: '1', Address: '45 TUDOR CITY PLACE, 1109, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97033308, 40.74917032]} },
{type: 'Feature',properties:{Name: '1', Address: '45 TUDOR CITY PLACE, 2008, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97033308, 40.74917032]} },
{type: 'Feature',properties:{Name: '1', Address: '45 TUDOR CITY PLACE, 802, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97033308, 40.74917032]} },
{type: 'Feature',properties:{Name: '1', Address: '45 TUDOR CITY PLACE, 1905, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97033308, 40.74917032]} },
{type: 'Feature',properties:{Name: '1', Address: '45 TUDOR CITY PLACE, 305, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97033308, 40.74917032]} },
{type: 'Feature',properties:{Name: '1', Address: '45 TUDOR CITY PLACE, 804, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97033308, 40.74917032]} },
{type: 'Feature',properties:{Name: '1', Address: '45 TUDOR CITY PLACE, 2114, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97033308, 40.74917032]} },
{type: 'Feature',properties:{Name: '1', Address: '45 TUDOR CITY PLACE, 204, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97033308, 40.74917032]} },
{type: 'Feature',properties:{Name: '1', Address: '45 TUDOR CITY PLACE, 606, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97033308, 40.74917032]} },
{type: 'Feature',properties:{Name: '1', Address: '45 TUDOR CITY PLACE, 1212, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97033308, 40.74917032]} },
{type: 'Feature',properties:{Name: '1', Address: '45 TUDOR CITY PLACE, 1703, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97033308, 40.74917032]} },
{type: 'Feature',properties:{Name: '1', Address: '45 TUDOR CITY PLACE, 408, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97033308, 40.74917032]} },
{type: 'Feature',properties:{Name: '1', Address: '45 TUDOR CITY PLACE, 1818, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97033308, 40.74917032]} },
{type: 'Feature',properties:{Name: '1', Address: '45 TUDOR CITY PLACE, 1703, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97033308, 40.74917032]} },
{type: 'Feature',properties:{Name: '1', Address: '45 TUDOR CITY PLACE, 801, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97033308, 40.74917032]} },
{type: 'Feature',properties:{Name: '1', Address: '321 EAST 43RD STREET, MIDTOWN EAST', Month: '11', Price: '94516'}, geometry: { type: 'Point', coordinates:[-73.97075494, 40.75009815]} },
{type: 'Feature',properties:{Name: '1', Address: '321 EAST 43RD STREET, 306, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97075494, 40.75009815]} },
{type: 'Feature',properties:{Name: '1', Address: '321 EAST 43RD STREET, 1004, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97075494, 40.75009815]} },
{type: 'Feature',properties:{Name: '1', Address: '321 EAST 43RD STREET, 101, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97075494, 40.75009815]} },
{type: 'Feature',properties:{Name: '1', Address: '321 EAST 43RD STREET, 607, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97075494, 40.75009815]} },
{type: 'Feature',properties:{Name: '1', Address: '321 EAST 43RD STREET, 801, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97075494, 40.75009815]} },
{type: 'Feature',properties:{Name: '1', Address: '321 EAST 43RD STREET, 415, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97075494, 40.75009815]} },
{type: 'Feature',properties:{Name: '1', Address: '321 EAST 43RD STREET, 402, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97075494, 40.75009815]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 43RD STREET, 811, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97034358, 40.74992238]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 43RD STREET, 809, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97034358, 40.74992238]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 43RD STREET, 210, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97034358, 40.74992238]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 43RD STREET, 319, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97034358, 40.74992238]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 43RD STREET, 303, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97034358, 40.74992238]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 43RD STREET, 204, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97034358, 40.74992238]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 43RD STREET, 708, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97034358, 40.74992238]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 43RD STREET, 917, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97034358, 40.74992238]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 43RD STREET, 209, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97034358, 40.74992238]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 43RD STREET, 105, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97034358, 40.74992238]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 43RD STREET, 816, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97034358, 40.74992238]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 43RD STREET, 821, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97034358, 40.74992238]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 43RD STREET, 916, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97034358, 40.74992238]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 43RD STREET, 618, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97034358, 40.74992238]} },
{type: 'Feature',properties:{Name: '1', Address: '310 E 46TH STREET, MIDTOWN EAST', Month: '8', Price: '387094'}, geometry: { type: 'Point', coordinates:[-73.96983367, 40.75215373]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 46TH STREET, 9A, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96983367, 40.75215373]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 46TH STREET, 5Q, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96983367, 40.75215373]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 46TH STREET, 14E, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96983367, 40.75215373]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 46TH STREET, 9R, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96983367, 40.75215373]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 46TH STREET, 11S, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96983367, 40.75215373]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 46TH STREET, 14R, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96983367, 40.75215373]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 46TH STREET, 16K, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96983367, 40.75215373]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 46TH STREET, 19M, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96983367, 40.75215373]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 46TH STREET, 20L, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96983367, 40.75215373]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 46TH STREET, 12B, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96983367, 40.75215373]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 46TH STREET, 14B, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96983367, 40.75215373]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 46TH STREET, 7W, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96983367, 40.75215373]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 46TH STREET, 7E, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96983367, 40.75215373]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 46TH STREET, 4W, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96983367, 40.75215373]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 46TH STREET, 6U, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96983367, 40.75215373]} },
{type: 'Feature',properties:{Name: '1', Address: '310 E 46TH STREET, 24U, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96983367, 40.75215373]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 46TH STREET, 4S, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96983367, 40.75215373]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 46TH STREET, 12U, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96983367, 40.75215373]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 45TH STREET, 20A, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97038254, 40.75158297]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 46TH STREET, 22H, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96983367, 40.75215373]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 46TH STREET, 3J, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96983367, 40.75215373]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 46TH STREET, 16V, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96983367, 40.75215373]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 46TH STREET, 6A, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96983367, 40.75215373]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 46TH STREET, 19U, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96983367, 40.75215373]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 46TH STREET, 17L, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96983367, 40.75215373]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 46TH STREET, 12F, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96983367, 40.75215373]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 46TH STREET, 18G, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96983367, 40.75215373]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 46TH STREET, 6V, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96983367, 40.75215373]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 46TH STREET, 6L, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96983367, 40.75215373]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 46TH STREET, 5R, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96983367, 40.75215373]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 46TH STREET, 23E, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96983367, 40.75215373]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 46, 11A, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96983367, 40.75215373]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 46TH STREET, 6-C, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96983367, 40.75215373]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 46TH STREET, 15V, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96983367, 40.75215373]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 46TH STREET, 7J, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96983367, 40.75215373]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 46TH STREET, 8W, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96983367, 40.75215373]} },
{type: 'Feature',properties:{Name: '1', Address: '321 EAST 45TH STREET, 4F, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97011911, 40.75147311]} },
{type: 'Feature',properties:{Name: '1', Address: '321 EAST 45TH STREET, PHA, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97011911, 40.75147311]} },
{type: 'Feature',properties:{Name: '1', Address: '321 EAST 45TH STREET, 10F, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97011911, 40.75147311]} },
{type: 'Feature',properties:{Name: '1', Address: '321 EAST 45TH STREET, 8J, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97011911, 40.75147311]} },
{type: 'Feature',properties:{Name: '1', Address: '321 EAST 45TH STREET, 1D, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97011911, 40.75147311]} },
{type: 'Feature',properties:{Name: '1', Address: '321 EAST 45TH STREET, 5G, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97011911, 40.75147311]} },
{type: 'Feature',properties:{Name: '1', Address: '321 EAST 45TH, 11G, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97011911, 40.75147311]} },
{type: 'Feature',properties:{Name: '1', Address: '321 EAST 45TH STREET, 9H, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97011911, 40.75147311]} },
{type: 'Feature',properties:{Name: '1', Address: '321 EAST 45TH STREET, 2D, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97011911, 40.75147311]} },
{type: 'Feature',properties:{Name: '1', Address: '321 EAST 45TH STREET, 10B, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97011911, 40.75147311]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 46TH STREET, 9L, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96946198, 40.75201091]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 46TH STREET, 2A, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96946198, 40.75201091]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 46TH STREET, 10J, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96946198, 40.75201091]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 46TH STREET, 3H, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96946198, 40.75201091]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 46TH STREET, 6G, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96946198, 40.75201091]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 46TH STREET, 11E, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96946198, 40.75201091]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 46TH STREET, 5K, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96946198, 40.75201091]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 46TH STREET, 8G, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96946198, 40.75201091]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 46TH STREET, 16F, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96946198, 40.75201091]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 46TH STREET, 15F, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96946198, 40.75201091]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 48TH STREET, 18H, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96909676, 40.75349297]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 48TH STREET, 11G, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96909676, 40.75349297]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 48TH STREET, 8C, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96909676, 40.75349297]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 48TH STREET, 2M, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96909676, 40.75349297]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 48TH STREET, 12M, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96909676, 40.75349297]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 48TH STREET, 9L, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96909676, 40.75349297]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 48 STREET, 11D, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96909676, 40.75349297]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 48TH STREET, 20HJ, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96909676, 40.75349297]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 48TH STREET, 15M, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96909676, 40.75349297]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 48TH STREET, 7M, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96909676, 40.75349297]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 49TH STREET, 10G, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96846127, 40.75401979]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 49TH STREET, 5F, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96846127, 40.75401979]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 49TH STREET, 6G, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96846127, 40.75401979]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 49TH STREET, 10F, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96846127, 40.75401979]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 49TH STREET, 4H, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96846127, 40.75401979]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 49TH STREET, 8J, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96846127, 40.75401979]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 49TH STREET, 5G, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96846127, 40.75401979]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 49TH STREET, 6F, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96846127, 40.75401979]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 49TH STREET, 8D, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96846127, 40.75401979]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 49TH STREET, 7F/7G, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96846127, 40.75401979]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 49TH STREET, 7J, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96846127, 40.75401979]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 49TH STREET, 4J, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96846127, 40.75401979]} },
{type: 'Feature',properties:{Name: '1', Address: '349 EAST 49TH STREET, 5G, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96780809, 40.7537616]} },
{type: 'Feature',properties:{Name: '1', Address: '349 EAST 49TH STREET, 6T, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96780809, 40.7537616]} },
{type: 'Feature',properties:{Name: '1', Address: '349 EAST 49TH STREET, 5P, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96780809, 40.7537616]} },
{type: 'Feature',properties:{Name: '1', Address: '349 EAST 49TH STREET, 4A, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96780809, 40.7537616]} },
{type: 'Feature',properties:{Name: '1', Address: '349 EAST 49TH STREET, 1G, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96780809, 40.7537616]} },
{type: 'Feature',properties:{Name: '1', Address: '349 EAST 49TH STREET, 2P, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96780809, 40.7537616]} },
{type: 'Feature',properties:{Name: '1', Address: '349 EAST 49TH STREET, 3H, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96780809, 40.7537616]} },
{type: 'Feature',properties:{Name: '1', Address: '336 EAST 50TH STREET, GARDE, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96756592, 40.75446419]} },
{type: 'Feature',properties:{Name: '1', Address: '336 EAST 50TH STREET, 1C, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96756592, 40.75446419]} },
{type: 'Feature',properties:{Name: '1', Address: '337 EAST 50TH STREET, 5BC, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96755509, 40.75447791]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 52ND STREET, LA, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96721146, 40.75597645]} },
{type: 'Feature',properties:{Name: '1', Address: '345 EAST 52ND STREET, 8F, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96645363, 40.75565235]} },
{type: 'Feature',properties:{Name: '1', Address: '345 EAST 52ND STREET, 9G, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96645363, 40.75565235]} },
{type: 'Feature',properties:{Name: '1', Address: '342 EAST 53 STREET, 5H, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96609235, 40.75630275]} },
{type: 'Feature',properties:{Name: '1', Address: '342 EAST53TH STREET, 4EF, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96609235, 40.75630275]} },
{type: 'Feature',properties:{Name: '1', Address: '342 EAST 53RD STREET, 1H, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96609235, 40.75630275]} },
{type: 'Feature',properties:{Name: '1', Address: '342 EAST 53RD STREET, 1C, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96609235, 40.75630275]} },
{type: 'Feature',properties:{Name: '1', Address: '342 EAST 53RD STREET, LOB.A, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96609235, 40.75630275]} },
{type: 'Feature',properties:{Name: '1', Address: '342 EAST 53RD STREET, 1D, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96609235, 40.75630275]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 53, 11G, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96625113, 40.75639063]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 53RD STREET, 4A, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96625113, 40.75639063]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 53RD STREET, 4M, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96625113, 40.75639063]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 53RD STREET, 4P, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96625113, 40.75639063]} },
{type: 'Feature',properties:{Name: '1', Address: '347 EAST 53RD STREET, 4C, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96601295, 40.756289]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 54TH STREET, 26D, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96635177, 40.75722506]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 54TH STREET, 23BC, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96635177, 40.75722506]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 54TH STREET, 8J, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96635177, 40.75722506]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 54TH STREET, 10KL, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96635177, 40.75722506]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 54TH STREET, 12A, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96635177, 40.75722506]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 54TH STREET, 16C/D, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96635177, 40.75722506]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 54TH STREET, 19A, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96635177, 40.75722506]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 54 STREET, 10E, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96635177, 40.75722506]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 54TH STREET, 7A, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96635177, 40.75722506]} },
{type: 'Feature',properties:{Name: '1', Address: '321 EAST 54TH STREET, 6B, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96600171, 40.75709595]} },
{type: 'Feature',properties:{Name: '1', Address: '321 EAST 54TH STREET, 8H, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96600171, 40.75709595]} },
{type: 'Feature',properties:{Name: '1', Address: '321 EAST 54TH STREET, 5H, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96600171, 40.75709595]} },
{type: 'Feature',properties:{Name: '1', Address: '321 EAST 54TH STREET, 7F, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96600171, 40.75709595]} },
{type: 'Feature',properties:{Name: '1', Address: '321 EAST 54TH STREET, 2J, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96600171, 40.75709595]} },
{type: 'Feature',properties:{Name: '1', Address: '333 E. 55TH STREET, MIDTOWN EAST', Month: '6', Price: '108131'}, geometry: { type: 'Point', coordinates:[-73.96533727, 40.75763647]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 55TH STREET, 4C, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96533727, 40.75763647]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 55TH STREET, 10J, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96533727, 40.75763647]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 55TH STREET, 6AK, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96533727, 40.75763647]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 55TH STREET, 12DE, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96533727, 40.75763647]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 55TH STREET, 4FG, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96533727, 40.75763647]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 55TH STREET, 5F, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96533727, 40.75763647]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 55TH STREET, 2H, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96533727, 40.75763647]} },
{type: 'Feature',properties:{Name: '1', Address: '333 E. 55TH STREET, 8C, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96533727, 40.75763647]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 55TH STREET, 3D, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96533727, 40.75763647]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 55TH STREET, 12BC, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96533727, 40.75763647]} },
{type: 'Feature',properties:{Name: '1', Address: '350 EAST 57TH STREET, 3B, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96386399, 40.75869549]} },
{type: 'Feature',properties:{Name: '1', Address: '322 EAST 57 STREET, 2/3A, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96427179, 40.75886853]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 57TH STREET, 10A, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96462545, 40.7590196]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 57TH STREET, 6A, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96462545, 40.7590196]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 57TH STREET, 8C, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96462545, 40.7590196]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 57TH STREET, 10D, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96462545, 40.7590196]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 57TH STREET, 3D, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96462545, 40.7590196]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 57TH STREET, 1E, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96462545, 40.7590196]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 57TH STREET, 13B, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96462545, 40.7590196]} },
{type: 'Feature',properties:{Name: '1', Address: '303 EAST 57TH STREET, 8B, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96505851, 40.7592201]} },
{type: 'Feature',properties:{Name: '1', Address: '303 EAST 57TH STREET, 20H, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96505851, 40.7592201]} },
{type: 'Feature',properties:{Name: '1', Address: '303 EAST 57TH STREET, 22C, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96505851, 40.7592201]} },
{type: 'Feature',properties:{Name: '1', Address: '303 EAST 57TH STREET, 38D, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96505851, 40.7592201]} },
{type: 'Feature',properties:{Name: '1', Address: '303 EAST 57, 11B, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96505851, 40.7592201]} },
{type: 'Feature',properties:{Name: '1', Address: '303 EAST 57TH STREET, 36D, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96505851, 40.7592201]} },
{type: 'Feature',properties:{Name: '1', Address: '303 EAST 57TH STREET, 33D, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96505851, 40.7592201]} },
{type: 'Feature',properties:{Name: '1', Address: '303 EAST 57TH STREET, 26K, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96505851, 40.7592201]} },
{type: 'Feature',properties:{Name: '1', Address: '303 EAST 57TH STREET, 26D, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96505851, 40.7592201]} },
{type: 'Feature',properties:{Name: '1', Address: '303 EAST 57TH STREET, 17E, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96505851, 40.7592201]} },
{type: 'Feature',properties:{Name: '1', Address: '303 EAST 57TH STREET, 16C, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96505851, 40.7592201]} },
{type: 'Feature',properties:{Name: '1', Address: '303 EAST 57TH STREET, 20B, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96505851, 40.7592201]} },
{type: 'Feature',properties:{Name: '1', Address: '303 EAST 57TH STREET, 33B, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96505851, 40.7592201]} },
{type: 'Feature',properties:{Name: '1', Address: '303 EAST 57TH STREET, 44A, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96505851, 40.7592201]} },
{type: 'Feature',properties:{Name: '1', Address: '303 EAST 57TH STREET, 40-F, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96505851, 40.7592201]} },
{type: 'Feature',properties:{Name: '1', Address: '303 EAST 57TH STREET, 36B, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96505851, 40.7592201]} },
{type: 'Feature',properties:{Name: '1', Address: '303 EAST 57TH STREET, 21B, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96505851, 40.7592201]} },
{type: 'Feature',properties:{Name: '1', Address: '1084 2 AVENUE, 17J, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96521002, 40.75940405]} },
{type: 'Feature',properties:{Name: '1', Address: '303 EAST 57TH STREET, 11H, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96505851, 40.7592201]} },
{type: 'Feature',properties:{Name: '1', Address: '303 EAST 57TH STREET, 15A, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96505851, 40.7592201]} },
{type: 'Feature',properties:{Name: '1', Address: '303 EAST 57TH STREET, 12C, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96505851, 40.7592201]} },
{type: 'Feature',properties:{Name: '1', Address: '303 EAST 57TH STREET, 14G, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96505851, 40.7592201]} },
{type: 'Feature',properties:{Name: '1', Address: '303 EAST 57TH STREET, 6J, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96505851, 40.7592201]} },
{type: 'Feature',properties:{Name: '1', Address: '325 EAST 57TH STREET, 4C, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96410577, 40.75881633]} },
{type: 'Feature',properties:{Name: '1', Address: '325 EAST 57TH STREET, 15D, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96410577, 40.75881633]} },
{type: 'Feature',properties:{Name: '1', Address: '325 EAST 57, SR #2, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96410577, 40.75881633]} },
{type: 'Feature',properties:{Name: '1', Address: '325 EAST 57TH STREET, 2B, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96410577, 40.75881633]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 57TH, 12B, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96400473, 40.75877513]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 57TH STREET, 10A, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96400473, 40.75877513]} },
{type: 'Feature',properties:{Name: '1', Address: '345 EAST 57TH STREET, 8C, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96384955, 40.75870921]} },
{type: 'Feature',properties:{Name: '1', Address: '345 EAST 57TH, 11A, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96384955, 40.75870921]} },
{type: 'Feature',properties:{Name: '1', Address: '345 EAST 57TH STREET, PHAB, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96384955, 40.75870921]} },
{type: 'Feature',properties:{Name: '1', Address: '345 EAST 57TH STREET, 16A, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96384955, 40.75870921]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 59 STREET, 2203, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96420591, 40.76054555]} },
{type: 'Feature',properties:{Name: '1', Address: '1110 2 AVENUE, 2207, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96457426, 40.76025747]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 59 STREET, 2201, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96420591, 40.76054555]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 59 STREET, 2202, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96420591, 40.76054555]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 59TH STREET, 2501, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96420591, 40.76054555]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 59TH STREET, 2604, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96420591, 40.76054555]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 59TH STREET, 700, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96420591, 40.76054555]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 59 ST, 603, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96420591, 40.76054555]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 59TH STREET, 1002, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96420591, 40.76054555]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 59TH STREET, 901, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96420591, 40.76054555]} },
{type: 'Feature',properties:{Name: '1', Address: '339 EAST 58TH STREET, 2H, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96348818, 40.75943919]} },
{type: 'Feature',properties:{Name: '1', Address: '339 EAST 58TH STREET, 6H, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96348818, 40.75943919]} },
{type: 'Feature',properties:{Name: '1', Address: '339 EAST 58TH STREET, 4J, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96348818, 40.75943919]} },
{type: 'Feature',properties:{Name: '1', Address: '339 EAST 58TH STREET, 1G, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96348818, 40.75943919]} },
{type: 'Feature',properties:{Name: '1', Address: '10 MITCHELL PLACE, 10C, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.965863, 40.75308035]} },
{type: 'Feature',properties:{Name: '1', Address: '10 MITCHELL PLACE, 9B, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.965863, 40.75308035]} },
{type: 'Feature',properties:{Name: '1', Address: '10 MITCHELL PLACE, 7H, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.965863, 40.75308035]} },
{type: 'Feature',properties:{Name: '1', Address: '10 MITCHELL PLACE, 8F, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.965863, 40.75308035]} },
{type: 'Feature',properties:{Name: '1', Address: '10 MITCHELL PLACE, 10E, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.965863, 40.75308035]} },
{type: 'Feature',properties:{Name: '1', Address: '2 BEEKMAN PLACE, 5F, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96515206, 40.75287977]} },
{type: 'Feature',properties:{Name: '1', Address: '2 BEEKMAN PLACE, 13E, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96515206, 40.75287977]} },
{type: 'Feature',properties:{Name: '1', Address: '2 BEEKMAN PLACE, 7CD, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96515206, 40.75287977]} },
{type: 'Feature',properties:{Name: '1', Address: '2 BEEKMAN PLACE, 7F, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96515206, 40.75287977]} },
{type: 'Feature',properties:{Name: '1', Address: '2 BEEKMAN PLACE, 1C, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96515206, 40.75287977]} },
{type: 'Feature',properties:{Name: '1', Address: '2 BEEKMAN PLACE, 12F, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96515206, 40.75287977]} },
{type: 'Feature',properties:{Name: '1', Address: '2 BEEKMAN PLACE, 6B, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96515206, 40.75287977]} },
{type: 'Feature',properties:{Name: '1', Address: '2 BEEKMAN PLACE, 9E, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96515206, 40.75287977]} },
{type: 'Feature',properties:{Name: '1', Address: '2 BEEKMAN PLACE, 14F, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96515206, 40.75287977]} },
{type: 'Feature',properties:{Name: '1', Address: '2 BEEKMAN PLACE, 17A, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96515206, 40.75287977]} },
{type: 'Feature',properties:{Name: '1', Address: '2 BEEKMAN PLACE, 13D, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96515206, 40.75287977]} },
{type: 'Feature',properties:{Name: '1', Address: '1 BEEKMAN PLACE, STU-D, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96513041, 40.75287153]} },
{type: 'Feature',properties:{Name: '1', Address: '12 BEEKMAN PLACE, 10C, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96498231, 40.75310479]} },
{type: 'Feature',properties:{Name: '1', Address: '12 BEEKMAN PLACE, 4E, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96498231, 40.75310479]} },
{type: 'Feature',properties:{Name: '1', Address: '12 BEEKMAN PLACE, 4E, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96498231, 40.75310479]} },
{type: 'Feature',properties:{Name: '1', Address: '12 BEEKMAN PLACE, 2C, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96498231, 40.75310479]} },
{type: 'Feature',properties:{Name: '1', Address: '12 BEEKMAN PLACE, 3/4B, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96498231, 40.75310479]} },
{type: 'Feature',properties:{Name: '1', Address: '12 BEEKMAN PLACE, 10D, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96498231, 40.75310479]} },
{type: 'Feature',properties:{Name: '1', Address: '30 BEEKMAN PLACE, 5A, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96454888, 40.75368105]} },
{type: 'Feature',properties:{Name: '1', Address: '30 BEEKMAN PLACE, 10D, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96454888, 40.75368105]} },
{type: 'Feature',properties:{Name: '1', Address: '420 EAST 51ST STREET, 9F, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96494204, 40.75417797]} },
{type: 'Feature',properties:{Name: '1', Address: '420 EAST 51ST STREET, 3D, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96494204, 40.75417797]} },
{type: 'Feature',properties:{Name: '1', Address: '420 EAST 51ST STREET, 5G, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96494204, 40.75417797]} },
{type: 'Feature',properties:{Name: '1', Address: '420 EAST 51ST STREET, 4J, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96494204, 40.75417797]} },
{type: 'Feature',properties:{Name: '1', Address: '420 EAST 51ST STREET, 12F, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96494204, 40.75417797]} },
{type: 'Feature',properties:{Name: '1', Address: '420 EAST 51ST STREET, 4G, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96494204, 40.75417797]} },
{type: 'Feature',properties:{Name: '1', Address: '420 EAST 51ST STREET, 9H, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96494204, 40.75417797]} },
{type: 'Feature',properties:{Name: '1', Address: '425 EAST 51ST STREET, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96482295, 40.754145]} },
{type: 'Feature',properties:{Name: '1', Address: '425 EAST 51ST STREET, 9D, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96482295, 40.754145]} },
{type: 'Feature',properties:{Name: '1', Address: '425 EAST 51ST STREET, 1D, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96482295, 40.754145]} },
{type: 'Feature',properties:{Name: '1', Address: '433 EAST 51ST STREET, 9A, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96459922, 40.75404886]} },
{type: 'Feature',properties:{Name: '1', Address: '439 EAST 51ST STREET, 2C, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96428527, 40.75391702]} },
{type: 'Feature',properties:{Name: '1', Address: '439 EAST 51ST STREET, 7D, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96428527, 40.75391702]} },
{type: 'Feature',properties:{Name: '1', Address: '439 EAST 51ST STREET, PH, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96428527, 40.75391702]} },
{type: 'Feature',properties:{Name: '1', Address: '439 EAST 51ST STREET, 5C, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96428527, 40.75391702]} },
{type: 'Feature',properties:{Name: '1', Address: '439 EAST 51ST STREET, 3B, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96428527, 40.75391702]} },
{type: 'Feature',properties:{Name: '1', Address: '455 EAST 51ST STREET, 4D, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96422754, 40.7538923]} },
{type: 'Feature',properties:{Name: '1', Address: '444 EAST 52ND STREET, 3D, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96424154, 40.75469377]} },
{type: 'Feature',properties:{Name: '1', Address: '444 EAST 52 STREET, 7D, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96424154, 40.75469377]} },
{type: 'Feature',properties:{Name: '1', Address: '434 EAST 52ND STREET, 3D, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9643895, 40.75475694]} },
{type: 'Feature',properties:{Name: '1', Address: '434 EAST 52ND STREET, 10G, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9643895, 40.75475694]} },
{type: 'Feature',properties:{Name: '1', Address: '434 EAST 52ND STREET, 10E, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9643895, 40.75475694]} },
{type: 'Feature',properties:{Name: '1', Address: '434 EAST 52ND STREET, 4D, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9643895, 40.75475694]} },
{type: 'Feature',properties:{Name: '1', Address: '434 EAST 52ND STREET, PHG, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9643895, 40.75475694]} },
{type: 'Feature',properties:{Name: '1', Address: '434 EAST 52ND STREET, 2B, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9643895, 40.75475694]} },
{type: 'Feature',properties:{Name: '1', Address: '424 EAST 52ND ST, 2C, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96454106, 40.75482012]} },
{type: 'Feature',properties:{Name: '1', Address: '424 EAST 52ND STREET, 8F, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96454106, 40.75482012]} },
{type: 'Feature',properties:{Name: '1', Address: '424 EAST 52ND STREET, 6A/B, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96454106, 40.75482012]} },
{type: 'Feature',properties:{Name: '1', Address: '414 EAST 52ND STREET, 12G, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96468901, 40.75488604]} },
{type: 'Feature',properties:{Name: '1', Address: '414 EAST 52ND STREET, 12F, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96468901, 40.75488604]} },
{type: 'Feature',properties:{Name: '1', Address: '414 EAST 52ND STREET, 3A, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96468901, 40.75488604]} },
{type: 'Feature',properties:{Name: '1', Address: '400 EAST 52 STREET, 1A, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96489831, 40.75497393]} },
{type: 'Feature',properties:{Name: '1', Address: '400 EAST 52ND STREET, 1I, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96489831, 40.75497393]} },
{type: 'Feature',properties:{Name: '1', Address: '400 EAST 52ND STREET, 9B, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96489831, 40.75497393]} },
{type: 'Feature',properties:{Name: '1', Address: '410 EAST 52ND STREET, 12AK, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96474675, 40.75491076]} },
{type: 'Feature',properties:{Name: '1', Address: '400 EAST 52 STRET, 5J, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96489831, 40.75497393]} },
{type: 'Feature',properties:{Name: '1', Address: '415 EAST 52ND STREET, 9GC, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96465291, 40.75488877]} },
{type: 'Feature',properties:{Name: '1', Address: '415 E. 52ND STREET, 3MC, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96465291, 40.75488877]} },
{type: 'Feature',properties:{Name: '1', Address: '415 EAST 52ND STREET, 11 BA, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96465291, 40.75488877]} },
{type: 'Feature',properties:{Name: '1', Address: '415 EAST 52ND STREET, 4 A/B, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96465291, 40.75488877]} },
{type: 'Feature',properties:{Name: '1', Address: '415 EAST 52ND STREET, 6JC, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96465291, 40.75488877]} },
{type: 'Feature',properties:{Name: '1', Address: '415 EAST 52ND STREET, 3CA, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96465291, 40.75488877]} },
{type: 'Feature',properties:{Name: '1', Address: '415 EAST 52ND STREET, 1CC, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96465291, 40.75488877]} },
{type: 'Feature',properties:{Name: '1', Address: '415 EAST 52ND STREET, 1HC, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96465291, 40.75488877]} },
{type: 'Feature',properties:{Name: '1', Address: '415 EAST 52ND STREET, 6KC, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96465291, 40.75488877]} },
{type: 'Feature',properties:{Name: '1', Address: '415 EAST 52ND STREET, 5CB, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96465291, 40.75488877]} },
{type: 'Feature',properties:{Name: '1', Address: '415 EAST 52ND STREET, 10 B/C, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96465291, 40.75488877]} },
{type: 'Feature',properties:{Name: '1', Address: '415 EAST 52ND STREET, 10EB, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96465291, 40.75488877]} },
{type: 'Feature',properties:{Name: '1', Address: '415 EAST 52ND STREET, 7DA, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96465291, 40.75488877]} },
{type: 'Feature',properties:{Name: '1', Address: '415 EAST 52ND STREET, 8K/C, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96465291, 40.75488877]} },
{type: 'Feature',properties:{Name: '1', Address: '415 EAST 52ND STREET, 5EA, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96465291, 40.75488877]} },
{type: 'Feature',properties:{Name: '1', Address: '415 EAST 52ND STREET, 2CC, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96465291, 40.75488877]} },
{type: 'Feature',properties:{Name: '1', Address: '415 EAST 52ND STREET, 9AA, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96465291, 40.75488877]} },
{type: 'Feature',properties:{Name: '1', Address: '435 EAST 52ND STREET, 11B, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96436062, 40.75476242]} },
{type: 'Feature',properties:{Name: '1', Address: '435 EAST 52ND STREET, 13A, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96436062, 40.75476242]} },
{type: 'Feature',properties:{Name: '1', Address: '435 EAST 52ND STREET, 4/5E, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96436062, 40.75476242]} },
{type: 'Feature',properties:{Name: '1', Address: '60 SUTTON PLACE SOUTH, 4CN, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96223076, 40.75528599]} },
{type: 'Feature',properties:{Name: '1', Address: '60 SUTTON PLACE SOUTH, 9NS, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96223076, 40.75528599]} },
{type: 'Feature',properties:{Name: '1', Address: '60 SUTTON PLACE SOUTH, 10CN, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96223076, 40.75528599]} },
{type: 'Feature',properties:{Name: '1', Address: '60 SUTTON PLACE SOUTH, 4HS, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96223076, 40.75528599]} },
{type: 'Feature',properties:{Name: '1', Address: '60 SUTTON PLACE SOUTH, 8NS, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96223076, 40.75528599]} },
{type: 'Feature',properties:{Name: '1', Address: '60 SUTTON PLACE SOUTH, 11HS, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96223076, 40.75528599]} },
{type: 'Feature',properties:{Name: '1', Address: '60 SUTTON PLACE SOUTH, 7LN, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96223076, 40.75528599]} },
{type: 'Feature',properties:{Name: '1', Address: '60 SUTTON PLACE SOUTH, 16C S, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96223076, 40.75528599]} },
{type: 'Feature',properties:{Name: '1', Address: '60 SUTTON PLACE SOUTH, 9LS, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96223076, 40.75528599]} },
{type: 'Feature',properties:{Name: '1', Address: '60 SUTTON PLACE SOUTH, 14KN, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96223076, 40.75528599]} },
{type: 'Feature',properties:{Name: '1', Address: '60 SUTTON PLACE SOUTH, 6DS, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96223076, 40.75528599]} },
{type: 'Feature',properties:{Name: '1', Address: '60 SUTTON PLACE SOUTH, 4EN, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96223076, 40.75528599]} },
{type: 'Feature',properties:{Name: '1', Address: '60 SUTTON PLACE SOUTH, 7AS, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96223076, 40.75528599]} },
{type: 'Feature',properties:{Name: '1', Address: '60 SUTTON PLACE SOUTH, 10FS, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96223076, 40.75528599]} },
{type: 'Feature',properties:{Name: '1', Address: '420 EAST 55TH STREET, 12AB, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96321896, 40.75672181]} },
{type: 'Feature',properties:{Name: '1', Address: '420 EAST 55TH STREET, 7Q, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96321896, 40.75672181]} },
{type: 'Feature',properties:{Name: '1', Address: '420 EAST 55TH STREET, 4N, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96321896, 40.75672181]} },
{type: 'Feature',properties:{Name: '1', Address: '420 EAST 55TH STREET, 2J, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96321896, 40.75672181]} },
{type: 'Feature',properties:{Name: '1', Address: '420 EAST 55TH STREET, 4O, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96321896, 40.75672181]} },
{type: 'Feature',properties:{Name: '1', Address: '50 SUTTON PLACE SOUTH, 7E, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96189483, 40.75573053]} },
{type: 'Feature',properties:{Name: '1', Address: '50 SUTTON PLACE SOUTH, 10D, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96189483, 40.75573053]} },
{type: 'Feature',properties:{Name: '1', Address: '50 SUTTON PLACE SOUTH, 3C, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96189483, 40.75573053]} },
{type: 'Feature',properties:{Name: '1', Address: '50 SUTTON PLACE SOUTH, 15E, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96189483, 40.75573053]} },
{type: 'Feature',properties:{Name: '1', Address: '50 SUTTON PLACE SOUTH, 7C, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96189483, 40.75573053]} },
{type: 'Feature',properties:{Name: '1', Address: '50 SUTTON PLACE SOUTH, 4K, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96189483, 40.75573053]} },
{type: 'Feature',properties:{Name: '1', Address: '50 SUTTON PLACE SOUTH, 7F, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96189483, 40.75573053]} },
{type: 'Feature',properties:{Name: '1', Address: '50 SUTTON PLACE SOUTH, 4M, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96189483, 40.75573053]} },
{type: 'Feature',properties:{Name: '1', Address: '50 SUTTON PLACE SOUTH, 11F, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96189483, 40.75573053]} },
{type: 'Feature',properties:{Name: '1', Address: '50 SUTTON PLACE SOUTH, 10E, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96189483, 40.75573053]} },
{type: 'Feature',properties:{Name: '1', Address: '400 EAST 56TH STREET, 12LM, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96307776, 40.75748755]} },
{type: 'Feature',properties:{Name: '1', Address: '400 EAST 56TH STREET, 40-O, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96307776, 40.75748755]} },
{type: 'Feature',properties:{Name: '1', Address: '400 EAST 56TH STREET, 29G, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96307776, 40.75748755]} },
{type: 'Feature',properties:{Name: '1', Address: '400 EAST 56TH STREET, 4F, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96307776, 40.75748755]} },
{type: 'Feature',properties:{Name: '1', Address: '400 EAST 56TH STREET, 17F, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96307776, 40.75748755]} },
{type: 'Feature',properties:{Name: '1', Address: '400 EAST 56TH STREET, 7H, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96307776, 40.75748755]} },
{type: 'Feature',properties:{Name: '1', Address: '400 EAST 56TH STREET, 20C, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96307776, 40.75748755]} },
{type: 'Feature',properties:{Name: '1', Address: '400 EAST 56TH STREET, 4E, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96307776, 40.75748755]} },
{type: 'Feature',properties:{Name: '1', Address: '400 EAST 56TH STREET, 25 M, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96307776, 40.75748755]} },
{type: 'Feature',properties:{Name: '1', Address: '400 EAST 56TH STREET, 32K, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96307776, 40.75748755]} },
{type: 'Feature',properties:{Name: '1', Address: '400 EAST 56TH STREET, 19F, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96307776, 40.75748755]} },
{type: 'Feature',properties:{Name: '1', Address: '400 EAST 56TH STREET, 32F, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96307776, 40.75748755]} },
{type: 'Feature',properties:{Name: '1', Address: '400 EAST 56TH STREET, 25J, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96307776, 40.75748755]} },
{type: 'Feature',properties:{Name: '1', Address: '400 EAST 56TH STREET, 11C, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96307776, 40.75748755]} },
{type: 'Feature',properties:{Name: '1', Address: '400 EAST 56TH STREET, 36C, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96307776, 40.75748755]} },
{type: 'Feature',properties:{Name: '1', Address: '400 EAST 56TH STREET, 6K, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96307776, 40.75748755]} },
{type: 'Feature',properties:{Name: '1', Address: '400 EAST 56TH STREET, 40S, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96307776, 40.75748755]} },
{type: 'Feature',properties:{Name: '1', Address: '400 EAST 56TH STREET, 36K, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96307776, 40.75748755]} },
{type: 'Feature',properties:{Name: '1', Address: '400 EAST 56TH STREET, 8P, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96307776, 40.75748755]} },
{type: 'Feature',properties:{Name: '1', Address: '400 EAST 56TH STREET, 11G, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96307776, 40.75748755]} },
{type: 'Feature',properties:{Name: '1', Address: '400 E 56TH STREET, 7-O, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96307776, 40.75748755]} },
{type: 'Feature',properties:{Name: '1', Address: '400 E 56TH STREET, 27P, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96307776, 40.75748755]} },
{type: 'Feature',properties:{Name: '1', Address: '400 EAST 56TH STREET, 31E, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96307776, 40.75748755]} },
{type: 'Feature',properties:{Name: '1', Address: '400 EAST 56TH STREET, 22C, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96307776, 40.75748755]} },
{type: 'Feature',properties:{Name: '1', Address: '400 EAST 56 STREET, 25F, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96307776, 40.75748755]} },
{type: 'Feature',properties:{Name: '1', Address: '36 SUTTON PLACE SOUTH, 5G, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96150471, 40.75623818]} },
{type: 'Feature',properties:{Name: '1', Address: '36 SUTTON PLACE SOUTH, 16E, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96150471, 40.75623818]} },
{type: 'Feature',properties:{Name: '1', Address: '36 SUTTON PLACE SOUTH, 11F, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96150471, 40.75623818]} },
{type: 'Feature',properties:{Name: '1', Address: '36 SUTTON PLACE SOUTH, 6G, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96150471, 40.75623818]} },
{type: 'Feature',properties:{Name: '1', Address: '36 SUTTON PLACE SOUTH, PHA, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96150471, 40.75623818]} },
{type: 'Feature',properties:{Name: '1', Address: '36 SUTTON PLACE SOUTH, 2G, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96150471, 40.75623818]} },
{type: 'Feature',properties:{Name: '1', Address: '36 SUTTON PLACE SOUTH, 1B, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96150471, 40.75623818]} },
{type: 'Feature',properties:{Name: '1', Address: '36 SUTTON PL SOUTH, 13B, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96150471, 40.75623818]} },
{type: 'Feature',properties:{Name: '1', Address: '20 SUTTON PLACE SOUTH, 4C/P3, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9612663, 40.75655923]} },
{type: 'Feature',properties:{Name: '1', Address: '20 SUTTON PLACE SOUTH, 15C, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9612663, 40.75655923]} },
{type: 'Feature',properties:{Name: '1', Address: '20 SUTTON PLACE SOUTH, 4B, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9612663, 40.75655923]} },
{type: 'Feature',properties:{Name: '1', Address: '20 SUTTON PLACE SOUTH, 4E, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9612663, 40.75655923]} },
{type: 'Feature',properties:{Name: '1', Address: '20 SUTTON PLACE SOUTH, PHB, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9612663, 40.75655923]} },
{type: 'Feature',properties:{Name: '1', Address: '440 EAST 56TH STREET, 2C, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9624318, 40.75721836]} },
{type: 'Feature',properties:{Name: '1', Address: '440 EAST 56TH STREET, 2F, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9624318, 40.75721836]} },
{type: 'Feature',properties:{Name: '1', Address: '440 EAST 56TH STREET, 7C, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9624318, 40.75721836]} },
{type: 'Feature',properties:{Name: '1', Address: '430 EAST 56TH STREET, 1AB, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9625942, 40.75728428]} },
{type: 'Feature',properties:{Name: '1', Address: '430 EAST 56TH ST, 4A, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9625942, 40.75728428]} },
{type: 'Feature',properties:{Name: '1', Address: '430 EAST 56TH STREET, 11A, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9625942, 40.75728428]} },
{type: 'Feature',properties:{Name: '1', Address: '430 EAST 56TH STREET, 9A, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9625942, 40.75728428]} },
{type: 'Feature',properties:{Name: '1', Address: '430 EAST 56TH STREET, 9FG, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9625942, 40.75728428]} },
{type: 'Feature',properties:{Name: '1', Address: '433 EAST 56TH STREET, 9D, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96255088, 40.75728701]} },
{type: 'Feature',properties:{Name: '1', Address: '433 EAST 56TH STREET, 3B, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96255088, 40.75728701]} },
{type: 'Feature',properties:{Name: '1', Address: '433 EAST 56TH STREET, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96255088, 40.75728701]} },
{type: 'Feature',properties:{Name: '1', Address: '14 SUTTON PLACE SOUTH, 11E, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96104594, 40.75686108]} },
{type: 'Feature',properties:{Name: '1', Address: '14 SUTTON PLACE SOUTH, 7G, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96104594, 40.75686108]} },
{type: 'Feature',properties:{Name: '1', Address: '14 SUTTON PLACE SOUTH, 5F, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96104594, 40.75686108]} },
{type: 'Feature',properties:{Name: '1', Address: '14 SUTTON PLACE SOUTH, 14B, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96104594, 40.75686108]} },
{type: 'Feature',properties:{Name: '1', Address: '14 SUTTON PLACE SOUTH, 7F, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96104594, 40.75686108]} },
{type: 'Feature',properties:{Name: '1', Address: '14 SUTTON PLACE SOUTH, 4C, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96104594, 40.75686108]} },
{type: 'Feature',properties:{Name: '1', Address: '14 SUTTON PLACE SOUTH, 5D, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96104594, 40.75686108]} },
{type: 'Feature',properties:{Name: '1', Address: '2 SUTTON PLACE SOUTH, 16E, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96075333, 40.75726446]} },
{type: 'Feature',properties:{Name: '1', Address: '2 SUTTON PLACE SOUTH, 8B, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96075333, 40.75726446]} },
{type: 'Feature',properties:{Name: '1', Address: '2 SUTTON PLACE SOUTH, 14B, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96075333, 40.75726446]} },
{type: 'Feature',properties:{Name: '1', Address: '2 SUTTON PLACE SOUTH, 8H, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96075333, 40.75726446]} },
{type: 'Feature',properties:{Name: '1', Address: '2 SUTTON PLACE SOUTH, 7B, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96075333, 40.75726446]} },
{type: 'Feature',properties:{Name: '1', Address: '2 SUTTON PLACE SOUTH, 7B, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96075333, 40.75726446]} },
{type: 'Feature',properties:{Name: '1', Address: '2 SUTTON PLACE SOUTH, 12F, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96075333, 40.75726446]} },
{type: 'Feature',properties:{Name: '1', Address: '440 EAST 57TH STREET, 17A, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96194774, 40.75789066]} },
{type: 'Feature',properties:{Name: '1', Address: '440 EAST 57TH STREET, 9B, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96194774, 40.75789066]} },
{type: 'Feature',properties:{Name: '1', Address: '440 EAST 57TH STREET, 12B, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96194774, 40.75789066]} },
{type: 'Feature',properties:{Name: '1', Address: '440 EAST 57TH STREET, 21A/B, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96194774, 40.75789066]} },
{type: 'Feature',properties:{Name: '1', Address: '430 EAST 57TH STREET, 3C, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96211013, 40.75795659]} },
{type: 'Feature',properties:{Name: '1', Address: '430 EAST 57TH, 10C, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96211013, 40.75795659]} },
{type: 'Feature',properties:{Name: '1', Address: '430 EAST 57TH STREET, 11B, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96211013, 40.75795659]} },
{type: 'Feature',properties:{Name: '1', Address: '430 EAST 57TH STREET, 6A, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96211013, 40.75795659]} },
{type: 'Feature',properties:{Name: '1', Address: '430 E. 57TH STREET, 12D, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96211013, 40.75795659]} },
{type: 'Feature',properties:{Name: '1', Address: '430 EAST 57TH STREET, 4A, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96211013, 40.75795659]} },
{type: 'Feature',properties:{Name: '1', Address: '424 EAST 57TH STREET, 4E, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96220757, 40.75799779]} },
{type: 'Feature',properties:{Name: '1', Address: '424 EAST 57TH STREET, 4C&5C, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96220757, 40.75799779]} },
{type: 'Feature',properties:{Name: '1', Address: '424 EAST 57TH STREET, 5BFE, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96220757, 40.75799779]} },
{type: 'Feature',properties:{Name: '1', Address: '424 EAST 57TH STREET, 1 BF, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96220757, 40.75799779]} },
{type: 'Feature',properties:{Name: '1', Address: '410 EAST 57TH STREET, 8D, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96243131, 40.75809119]} },
{type: 'Feature',properties:{Name: '1', Address: '410 EAST 57TH STREET, 5B, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96243131, 40.75809119]} },
{type: 'Feature',properties:{Name: '1', Address: '410 EAST 57TH STREET, 9A, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96243131, 40.75809119]} },
{type: 'Feature',properties:{Name: '1', Address: '410 EAST 57TH STREET, 9B, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96243131, 40.75809119]} },
{type: 'Feature',properties:{Name: '1', Address: '411 EAST 57TH STREET, 16A, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96242047, 40.75810765]} },
{type: 'Feature',properties:{Name: '1', Address: '411 EAST 57TH STREET, 3E, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96242047, 40.75810765]} },
{type: 'Feature',properties:{Name: '1', Address: '411 EAST 57TH STREET, 18D, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96242047, 40.75810765]} },
{type: 'Feature',properties:{Name: '1', Address: '411 EAST 57TH STREET, 5-B, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96242047, 40.75810765]} },
{type: 'Feature',properties:{Name: '1', Address: '419 EAST 57TH STREET, 4B, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96229417, 40.75805271]} },
{type: 'Feature',properties:{Name: '1', Address: '419 EAST 57TH STREET, 8D, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96229417, 40.75805271]} },
{type: 'Feature',properties:{Name: '1', Address: '419 EAST 57TH STREET, 11B, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96229417, 40.75805271]} },
{type: 'Feature',properties:{Name: '1', Address: '419 EAST 57TH STREET, PHAB, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96229417, 40.75805271]} },
{type: 'Feature',properties:{Name: '1', Address: '435 EAST 57TH STREET, 2B, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96203434, 40.75794558]} },
{type: 'Feature',properties:{Name: '1', Address: '435 EAST 57TH STREET, 15A, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96203434, 40.75794558]} },
{type: 'Feature',properties:{Name: '1', Address: '435 EAST 57TH STREET, 12C, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96203434, 40.75794558]} },
{type: 'Feature',properties:{Name: '1', Address: '435 EAST 57TH STREET, 5B, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96203434, 40.75794558]} },
{type: 'Feature',properties:{Name: '1', Address: '435 EAST 57TH STREET, 9D, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96203434, 40.75794558]} },
{type: 'Feature',properties:{Name: '1', Address: '447 EAST 57TH STREET, 10B, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96184308, 40.75786318]} },
{type: 'Feature',properties:{Name: '1', Address: '445 EAST 57TH, 11D, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96187556, 40.75787691]} },
{type: 'Feature',properties:{Name: '1', Address: '455 EAST 57TH STREET, 9-B, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96171316, 40.75780824]} },
{type: 'Feature',properties:{Name: '1', Address: '455 EAST 57TH STREET, 4B, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96171316, 40.75780824]} },
{type: 'Feature',properties:{Name: '1', Address: '455 EAST 57TH STREET, 10A, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96171316, 40.75780824]} },
{type: 'Feature',properties:{Name: '1', Address: '2 SUTTON PLACE, 11E, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96060522, 40.75746752]} },
{type: 'Feature',properties:{Name: '1', Address: '16 SUTTON PLACE, 17A, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96038847, 40.75776662]} },
{type: 'Feature',properties:{Name: '1', Address: '446 EAST 58TH STREET, 1A, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96136262, 40.75852176]} },
{type: 'Feature',properties:{Name: '1', Address: '419 EAST 58TH STREET, 25H, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96180288, 40.75872501]} },
{type: 'Feature',properties:{Name: '1', Address: '425 E 58TH STREET, 3G, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96170544, 40.75868381]} },
{type: 'Feature',properties:{Name: '1', Address: '425 E 58TH STREET, 41F, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96170544, 40.75868381]} },
{type: 'Feature',properties:{Name: '1', Address: '425 EAST 58TH STREET, 40A, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96170544, 40.75868381]} },
{type: 'Feature',properties:{Name: '1', Address: '425 EAST 58TH STREET, 21B, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96170544, 40.75868381]} },
{type: 'Feature',properties:{Name: '1', Address: '425 EAST 58TH STREET, 32E, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96170544, 40.75868381]} },
{type: 'Feature',properties:{Name: '1', Address: '425 EAST 58TH STREET, 12A, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96170544, 40.75868381]} },
{type: 'Feature',properties:{Name: '1', Address: '425 EAST 58TH STREET, 30A, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96170544, 40.75868381]} },
{type: 'Feature',properties:{Name: '1', Address: '425 EAST 58TH STREET, 7E, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96170544, 40.75868381]} },
{type: 'Feature',properties:{Name: '1', Address: '425 E 58TH STREET, 8C, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96170544, 40.75868381]} },
{type: 'Feature',properties:{Name: '1', Address: '425 EAST 58TH STREET, 43B, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96170544, 40.75868381]} },
{type: 'Feature',properties:{Name: '1', Address: '425 EAST 58TH STREET, 5B, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96170544, 40.75868381]} },
{type: 'Feature',properties:{Name: '1', Address: '425 EAST 58TH STREET, 15D, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96170544, 40.75868381]} },
{type: 'Feature',properties:{Name: '1', Address: '425 EAST 58TH STREET, 24F, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96170544, 40.75868381]} },
{type: 'Feature',properties:{Name: '1', Address: '425 EAST 58TH STREET, 33A, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96170544, 40.75868381]} },
{type: 'Feature',properties:{Name: '1', Address: '30 SUTTON PLACE, 9CD, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96008502, 40.75818372]} },
{type: 'Feature',properties:{Name: '1', Address: '30 SUTTON PLACE, 13CDF, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96008502, 40.75818372]} },
{type: 'Feature',properties:{Name: '1', Address: '418 EAST 59TH STREET, 35A, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96134409, 40.75934517]} },
{type: 'Feature',properties:{Name: '1', Address: '418 EAST 59TH STREET, 34A, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96134409, 40.75934517]} },
{type: 'Feature',properties:{Name: '1', Address: '418 EAST 59TH STREET, 3C, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96134409, 40.75934517]} },
{type: 'Feature',properties:{Name: '1', Address: '418 EAST 59 STREET, 5B, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96134409, 40.75934517]} },
{type: 'Feature',properties:{Name: '1', Address: '414 EAST 59TH STREET, THB, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96140905, 40.75937264]} },
{type: 'Feature',properties:{Name: '1', Address: '418 EAST 59TH STREET, 30A, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96134409, 40.75934517]} },
{type: 'Feature',properties:{Name: '1', Address: '400 EAST 59TH STREET, MIDTOWN EAST', Month: '11', Price: '127607'}, geometry: { type: 'Point', coordinates:[-73.9616328, 40.75946878]} },
{type: 'Feature',properties:{Name: '1', Address: '400 EAST 59 STREET, 11H, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9616328, 40.75946878]} },
{type: 'Feature',properties:{Name: '1', Address: '400 EAST 59TH STREET, 9G, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9616328, 40.75946878]} },
{type: 'Feature',properties:{Name: '1', Address: '400 EAST 59TH STREET, 14E, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9616328, 40.75946878]} },
{type: 'Feature',properties:{Name: '1', Address: '1076 1 AVENUE, 16 E, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96217433, 40.75932075]} },
{type: 'Feature',properties:{Name: '1', Address: '400 EAST 59TH STREET, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9616328, 40.75946878]} },
{type: 'Feature',properties:{Name: '1', Address: '400 EAST 59TH ST, 16B, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9616328, 40.75946878]} },
{type: 'Feature',properties:{Name: '1', Address: '400 EAST 59TH STREET, 7A, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9616328, 40.75946878]} },
{type: 'Feature',properties:{Name: '1', Address: '400 EAST 59TH STREET, 3G, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9616328, 40.75946878]} },
{type: 'Feature',properties:{Name: '1', Address: '400 EAST 59TH STREET, 6C, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9616328, 40.75946878]} },
{type: 'Feature',properties:{Name: '1', Address: '45 SUTTON PLACE SOUTH, 21H, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96181177, 40.75580461]} },
{type: 'Feature',properties:{Name: '1', Address: '45 SUTTON PLACE SOUTH, 10D, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96181177, 40.75580461]} },
{type: 'Feature',properties:{Name: '1', Address: '45 SUTTON PLACE SOUTH, 8M, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96181177, 40.75580461]} },
{type: 'Feature',properties:{Name: '1', Address: '45 SUTTON PLACE SOUTH, 19G, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96181177, 40.75580461]} },
{type: 'Feature',properties:{Name: '1', Address: '45 SUTTON PLACE SOUTH, 9I, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96181177, 40.75580461]} },
{type: 'Feature',properties:{Name: '1', Address: '25 SUTTON PLACE SOUTH, 19F, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96129883, 40.75647964]} },
{type: 'Feature',properties:{Name: '1', Address: '25 SUTTON PLACE SOUTH, 15K, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96129883, 40.75647964]} },
{type: 'Feature',properties:{Name: '1', Address: '25 SUTTON PLACE SOUTH, 12K, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96129883, 40.75647964]} },
{type: 'Feature',properties:{Name: '1', Address: '25 SUTTON PLACE SOUTH, 6R, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96129883, 40.75647964]} },
{type: 'Feature',properties:{Name: '1', Address: '25 SUTTON PLACE SOUTH, 20J, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96129883, 40.75647964]} },
{type: 'Feature',properties:{Name: '1', Address: '25 SUTTON PLACE SOUTH, 14A, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96129883, 40.75647964]} },
{type: 'Feature',properties:{Name: '1', Address: '25 SUTTON PLACE SOUTH, 9B, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96129883, 40.75647964]} },
{type: 'Feature',properties:{Name: '1', Address: '35 SUTTON PLACE, 16C, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95994415, 40.75834286]} },
{type: 'Feature',properties:{Name: '1', Address: '342 EAST 50TH STREET, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96746488, 40.75442025]} },
{type: 'Feature',properties:{Name: '1', Address: '344 EAST 50TH STREET, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9674288, 40.75440651]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 40TH STREET, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97392427, 40.7488775]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 40TH STREET, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97392427, 40.7488775]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 40TH STREET, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97392427, 40.7488775]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 40TH STREET, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97392427, 40.7488775]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 40TH STREET, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97392427, 40.7488775]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 40TH STREET, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97392427, 40.7488775]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 40TH STREET, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97392427, 40.7488775]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 40TH STREET, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97392427, 40.7488775]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 40TH STREET, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97392427, 40.7488775]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 40TH STREET, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97392427, 40.7488775]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 40TH STREET, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97392427, 40.7488775]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 40TH STREET, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97392427, 40.7488775]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 40TH STREET, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97392427, 40.7488775]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 40 STREET, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97392427, 40.7488775]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 40 STREET, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97392427, 40.7488775]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 40TH STREET, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97392427, 40.7488775]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 40TH STREET, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97392427, 40.7488775]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 40TH STREET, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97392427, 40.7488775]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 40TH STREET, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97392427, 40.7488775]} },
{type: 'Feature',properties:{Name: '1', Address: '240 EAST 46TH STREET, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97161273, 40.75290075]} },
{type: 'Feature',properties:{Name: '1', Address: '240 EAST 46 STREET, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97161273, 40.75290075]} },
{type: 'Feature',properties:{Name: '1', Address: '240 EAST 46TH STREET, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97161273, 40.75290075]} },
{type: 'Feature',properties:{Name: '1', Address: '240 EAST 46TH STREET, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97161273, 40.75290075]} },
{type: 'Feature',properties:{Name: '1', Address: '240 EAST 46TH STREET, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97161273, 40.75290075]} },
{type: 'Feature',properties:{Name: '1', Address: '845 2 AVENUE, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97070362, 40.75190144]} },
{type: 'Feature',properties:{Name: '1', Address: '845 2 AVENUE, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97070362, 40.75190144]} },
{type: 'Feature',properties:{Name: '1', Address: '240 EAST 47TH STREET, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97116129, 40.7535237]} },
{type: 'Feature',properties:{Name: '1', Address: '240 EAST 47TH STREET, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97116129, 40.7535237]} },
{type: 'Feature',properties:{Name: '1', Address: '240 EAST 47TH STREET, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97116129, 40.7535237]} },
{type: 'Feature',properties:{Name: '1', Address: '240 EAST 47TH STREET, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97116129, 40.7535237]} },
{type: 'Feature',properties:{Name: '1', Address: '240 EAST 47TH STREET, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97116129, 40.7535237]} },
{type: 'Feature',properties:{Name: '1', Address: '240 EAST 47, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97116129, 40.7535237]} },
{type: 'Feature',properties:{Name: '1', Address: '240 EAST 47TH STREET, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97116129, 40.7535237]} },
{type: 'Feature',properties:{Name: '1', Address: '240 EAST 47 STREET, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97116129, 40.7535237]} },
{type: 'Feature',properties:{Name: '1', Address: '240 EAST 47TH STREET, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97116129, 40.7535237]} },
{type: 'Feature',properties:{Name: '1', Address: '240 EAST 47TH STREET, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97116129, 40.7535237]} },
{type: 'Feature',properties:{Name: '1', Address: '240 EAST 47TH STREET, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97116129, 40.7535237]} },
{type: 'Feature',properties:{Name: '1', Address: '240 EAST 47TH STREET, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97116129, 40.7535237]} },
{type: 'Feature',properties:{Name: '1', Address: '216 EAST 47TH STREET, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97154743, 40.75368574]} },
{type: 'Feature',properties:{Name: '1', Address: '216 EAST 47TH STREET, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97154743, 40.75368574]} },
{type: 'Feature',properties:{Name: '1', Address: '216 E. 47TH ST, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97154743, 40.75368574]} },
{type: 'Feature',properties:{Name: '1', Address: '216 EAST 47TH STREET, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97154743, 40.75368574]} },
{type: 'Feature',properties:{Name: '1', Address: '210 EAST 47TH STREET, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97164125, 40.75372693]} },
{type: 'Feature',properties:{Name: '1', Address: '210 EAST 47TH STREET, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97164125, 40.75372693]} },
{type: 'Feature',properties:{Name: '1', Address: '210 EAST 47TH STREET, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97164125, 40.75372693]} },
{type: 'Feature',properties:{Name: '1', Address: '210 EAST 47TH STREET, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97164125, 40.75372693]} },
{type: 'Feature',properties:{Name: '1', Address: '210 EAST 47TH STREET, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97164125, 40.75372693]} },
{type: 'Feature',properties:{Name: '1', Address: '210 EAST 47TH STREET, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97164125, 40.75372693]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 46TH STREET, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97186172, 40.75302433]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 46TH STREET, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97186172, 40.75302433]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 46TH STREET, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97186172, 40.75302433]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 46TH STREET, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97186172, 40.75302433]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 46TH STREET, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97186172, 40.75302433]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 46TH STREET, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97186172, 40.75302433]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 46TH STREET, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97186172, 40.75302433]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 46TH STREET, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97186172, 40.75302433]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 46TH STREET, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97186172, 40.75302433]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 46TH STREET, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97186172, 40.75302433]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 46TH STREET, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97186172, 40.75302433]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 46TH STREET, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97186172, 40.75302433]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 46TH STREET, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97186172, 40.75302433]} },
{type: 'Feature',properties:{Name: '1', Address: '236 EAST 47TH STREET, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97122625, 40.75355116]} },
{type: 'Feature',properties:{Name: '1', Address: '236 EAST 47TH STREET, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97122625, 40.75355116]} },
{type: 'Feature',properties:{Name: '1', Address: '236 EAST 47TH STREET, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97122625, 40.75355116]} },
{type: 'Feature',properties:{Name: '1', Address: '232 EAST 47TH STREET, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9712876, 40.75357863]} },
{type: 'Feature',properties:{Name: '1', Address: '236 EAST 47TH STREET, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97122625, 40.75355116]} },
{type: 'Feature',properties:{Name: '1', Address: '236 EAST 47TH STREET, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97122625, 40.75355116]} },
{type: 'Feature',properties:{Name: '1', Address: '232 EAST 47TH STREET, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9712876, 40.75357863]} },
{type: 'Feature',properties:{Name: '1', Address: '236 EAST 47TH STREET, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97122625, 40.75355116]} },
{type: 'Feature',properties:{Name: '1', Address: '232 EAST 47TH STREET, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9712876, 40.75357863]} },
{type: 'Feature',properties:{Name: '1', Address: '211 EAST 46TH STREET, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97208546, 40.75311771]} },
{type: 'Feature',properties:{Name: '1', Address: '211 EAST 46TH STREET, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97208546, 40.75311771]} },
{type: 'Feature',properties:{Name: '1', Address: '211 EAST 46TH STREET, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97208546, 40.75311771]} },
{type: 'Feature',properties:{Name: '1', Address: '211 EAST 46TH STREET, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97208546, 40.75311771]} },
{type: 'Feature',properties:{Name: '1', Address: '211 EAST 46 STREET, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97208546, 40.75311771]} },
{type: 'Feature',properties:{Name: '1', Address: '211 EAST 46TH STREET, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97208546, 40.75311771]} },
{type: 'Feature',properties:{Name: '1', Address: '211 EAST 46TH STREET, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97208546, 40.75311771]} },
{type: 'Feature',properties:{Name: '1', Address: '211 EAST 46TH STREET, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97208546, 40.75311771]} },
{type: 'Feature',properties:{Name: '1', Address: '211 EAST 46TH STREET, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97208546, 40.75311771]} },
{type: 'Feature',properties:{Name: '1', Address: '211 EAST 46TH STREET, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97208546, 40.75311771]} },
{type: 'Feature',properties:{Name: '1', Address: '211 EAST 46TH STREET, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97208546, 40.75311771]} },
{type: 'Feature',properties:{Name: '1', Address: '211 EAST 46TH STREET, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97208546, 40.75311771]} },
{type: 'Feature',properties:{Name: '1', Address: '211 EAST 46TH STREET, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97208546, 40.75311771]} },
{type: 'Feature',properties:{Name: '1', Address: '211 EAST 46TH STREET, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97208546, 40.75311771]} },
{type: 'Feature',properties:{Name: '1', Address: '211 EAST 46TH STREET, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97208546, 40.75311771]} },
{type: 'Feature',properties:{Name: '1', Address: '211 EAST 46TH STREET, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97208546, 40.75311771]} },
{type: 'Feature',properties:{Name: '1', Address: '211 EAST 46TH STREET, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97208546, 40.75311771]} },
{type: 'Feature',properties:{Name: '1', Address: '211 EAST 46TH STREET, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97208546, 40.75311771]} },
{type: 'Feature',properties:{Name: '1', Address: '211 EAST 46TH STREET, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97208546, 40.75311771]} },
{type: 'Feature',properties:{Name: '1', Address: '249 EAST 48TH STREET, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97056549, 40.75411093]} },
{type: 'Feature',properties:{Name: '1', Address: '250 EAST 49TH STREET, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97008879, 40.75470916]} },
{type: 'Feature',properties:{Name: '1', Address: '250 EAST 49TH STREET, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97008879, 40.75470916]} },
{type: 'Feature',properties:{Name: '1', Address: '250 EAST 49TH STREET, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97008879, 40.75470916]} },
{type: 'Feature',properties:{Name: '1', Address: '250 EAST 49TH STREET, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97008879, 40.75470916]} },
{type: 'Feature',properties:{Name: '1', Address: '255 EAST 49TH STREET, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97001299, 40.75469541]} },
{type: 'Feature',properties:{Name: '1', Address: '255 EAST 49 STREET, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97001299, 40.75469541]} },
{type: 'Feature',properties:{Name: '1', Address: '255 EAST 49TH STREET, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97001299, 40.75469541]} },
{type: 'Feature',properties:{Name: '1', Address: '255 EAST 49TH STREET, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97001299, 40.75469541]} },
{type: 'Feature',properties:{Name: '1', Address: '255 EAST 49TH STREET, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97001299, 40.75469541]} },
{type: 'Feature',properties:{Name: '1', Address: '255 EAST 49TH STREET, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97001299, 40.75469541]} },
{type: 'Feature',properties:{Name: '1', Address: '255 EAST 49TH STREET, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97001299, 40.75469541]} },
{type: 'Feature',properties:{Name: '1', Address: '255 EAST 49TH STREET, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97001299, 40.75469541]} },
{type: 'Feature',properties:{Name: '1', Address: '255 EAST 49TH STREET, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97001299, 40.75469541]} },
{type: 'Feature',properties:{Name: '1', Address: '255 EAST 49TH STREET, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97001299, 40.75469541]} },
{type: 'Feature',properties:{Name: '1', Address: '255 EAST 49 STREET, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97001299, 40.75469541]} },
{type: 'Feature',properties:{Name: '1', Address: '255 EAST 49 STREET, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97001299, 40.75469541]} },
{type: 'Feature',properties:{Name: '1', Address: '255 EAST 49TH STREET, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97001299, 40.75469541]} },
{type: 'Feature',properties:{Name: '1', Address: '230 EAST 52ND STREET, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96903751, 40.75672352]} },
{type: 'Feature',properties:{Name: '1', Address: '230 EAST 52ND STREET, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96903751, 40.75672352]} },
{type: 'Feature',properties:{Name: '1', Address: '230 EAST 52ND STREET, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96903751, 40.75672352]} },
{type: 'Feature',properties:{Name: '1', Address: '214 EAST 52ND STREET, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96929374, 40.75683338]} },
{type: 'Feature',properties:{Name: '1', Address: '211 EAST 51ST STREET, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96981377, 40.75624889]} },
{type: 'Feature',properties:{Name: '1', Address: '211 EAST 51ST STREET, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96981377, 40.75624889]} },
{type: 'Feature',properties:{Name: '1', Address: '211 EAST 51 ST, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96981377, 40.75624889]} },
{type: 'Feature',properties:{Name: '1', Address: '209 EAST 51ST STREET, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96984625, 40.75626262]} },
{type: 'Feature',properties:{Name: '1', Address: '211 EAST 51ST STREET, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96981377, 40.75624889]} },
{type: 'Feature',properties:{Name: '1', Address: '211 EAST 51ST STREET, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96981377, 40.75624889]} },
{type: 'Feature',properties:{Name: '1', Address: '209 EAST 51ST STREET, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96984625, 40.75626262]} },
{type: 'Feature',properties:{Name: '1', Address: '211 EAST 51ST STREET, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96981377, 40.75624889]} },
{type: 'Feature',properties:{Name: '1', Address: '209 EAST 51ST STREET, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96984625, 40.75626262]} },
{type: 'Feature',properties:{Name: '1', Address: '209 EAST 51ST STREET, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96984625, 40.75626262]} },
{type: 'Feature',properties:{Name: '1', Address: '211 EAST 51ST STREET, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96981377, 40.75624889]} },
{type: 'Feature',properties:{Name: '1', Address: '250 EAST 53RD STREET, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96826484, 40.75722011]} },
{type: 'Feature',properties:{Name: '1', Address: '250 EAST 53RD STREET, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96826484, 40.75722011]} },
{type: 'Feature',properties:{Name: '1', Address: '250 EAST 53RD STREET, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96826484, 40.75722011]} },
{type: 'Feature',properties:{Name: '1', Address: '250 EAST 53RD STREET, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96826484, 40.75722011]} },
{type: 'Feature',properties:{Name: '1', Address: '250 EAST 53RD STREET, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96826484, 40.75722011]} },
{type: 'Feature',properties:{Name: '1', Address: '250 EAST 53RD STREET, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96826484, 40.75722011]} },
{type: 'Feature',properties:{Name: '1', Address: '250 EAST 53RD STREET, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96826484, 40.75722011]} },
{type: 'Feature',properties:{Name: '1', Address: '250 EAST 53RD STREET, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96826484, 40.75722011]} },
{type: 'Feature',properties:{Name: '1', Address: '250 EAST 54TH STREET, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96779169, 40.7578348]} },
{type: 'Feature',properties:{Name: '1', Address: '250 EAST 54TH STREET, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96779169, 40.7578348]} },
{type: 'Feature',properties:{Name: '1', Address: '250 EAST 54TH STREET, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96779169, 40.7578348]} },
{type: 'Feature',properties:{Name: '1', Address: '250 E 54TH ST, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96779169, 40.7578348]} },
{type: 'Feature',properties:{Name: '1', Address: '250 EAST 54TH STREET, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96779169, 40.7578348]} },
{type: 'Feature',properties:{Name: '1', Address: '250 EAST 54TH STREET, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96779169, 40.7578348]} },
{type: 'Feature',properties:{Name: '1', Address: '250 EAST 54TH STREET, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96779169, 40.7578348]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 55TH STREET, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9675964, 40.75858681]} },
{type: 'Feature',properties:{Name: '1', Address: '231 EAST 55TH STREET, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96765775, 40.75861427]} },
{type: 'Feature',properties:{Name: '1', Address: '212 EAST 57TH STREET, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96692793, 40.75998918]} },
{type: 'Feature',properties:{Name: '1', Address: '212 EAST 57TH STREET, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96692793, 40.75998918]} },
{type: 'Feature',properties:{Name: '1', Address: '212 EAST 57TH STREET, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96692793, 40.75998918]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 58TH STREET, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96662794, 40.76074116]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 58TH STREET, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96662794, 40.76074116]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 58TH STREET, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96662794, 40.76074116]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 58TH STREET, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96662794, 40.76074116]} },
{type: 'Feature',properties:{Name: '1', Address: '207 EAST 57TH STREET, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96701092, 40.76004136]} },
{type: 'Feature',properties:{Name: '1', Address: '207 EAST 57TH STREET, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96701092, 40.76004136]} },
{type: 'Feature',properties:{Name: '1', Address: '303 EAST 43RD STREET, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.971372, 40.75035906]} },
{type: 'Feature',properties:{Name: '1', Address: '303 EAST 43RD STREET, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.971372, 40.75035906]} },
{type: 'Feature',properties:{Name: '1', Address: '303 EAST 43RD STREET, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.971372, 40.75035906]} },
{type: 'Feature',properties:{Name: '1', Address: '303 EAST 43RD STREET, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.971372, 40.75035906]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 45TH STREET, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9704511, 40.75161043]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 45TH STREET, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9704511, 40.75161043]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 45TH STREET, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9704511, 40.75161043]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 45TH STREET, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9704511, 40.75161043]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 45TH STREET, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9704511, 40.75161043]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 45TH STREET, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9704511, 40.75161043]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 45TH STREET, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9704511, 40.75161043]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 45TH STREET, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9704511, 40.75161043]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 45TH STREET, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9704511, 40.75161043]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 45TH STREET, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9704511, 40.75161043]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 45TH STREET, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96991703, 40.75139071]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 45TH STREET, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96991703, 40.75139071]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 45TH STREET, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96991703, 40.75139071]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 45TH STREET, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96991703, 40.75139071]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 45TH STREET, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96991703, 40.75139071]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 45TH STREET, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96991703, 40.75139071]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 45TH STREET, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96991703, 40.75139071]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 45TH STREET, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96991703, 40.75139071]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 45TH STREET, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96991703, 40.75139071]} },
{type: 'Feature',properties:{Name: '1', Address: 'UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96829992, 40.75175808]} },
{type: 'Feature',properties:{Name: '1', Address: '823 1 AVENUE, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9679536, 40.7514094]} },
{type: 'Feature',properties:{Name: '1', Address: 'UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96829992, 40.75175808]} },
{type: 'Feature',properties:{Name: '1', Address: '823 1 AVENUE, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9679536, 40.7514094]} },
{type: 'Feature',properties:{Name: '1', Address: '823 1 AVENUE, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9679536, 40.7514094]} },
{type: 'Feature',properties:{Name: '1', Address: 'UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96829992, 40.75175808]} },
{type: 'Feature',properties:{Name: '1', Address: '823 1 AVENUE, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9679536, 40.7514094]} },
{type: 'Feature',properties:{Name: '1', Address: '823 1 AVENUE, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9679536, 40.7514094]} },
{type: 'Feature',properties:{Name: '1', Address: '823 1 AVENUE, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9679536, 40.7514094]} },
{type: 'Feature',properties:{Name: '1', Address: 'UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96829992, 40.75175808]} },
{type: 'Feature',properties:{Name: '1', Address: '823 1 AVENUE, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9679536, 40.7514094]} },
{type: 'Feature',properties:{Name: '1', Address: '823 1 AVENUE, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9679536, 40.7514094]} },
{type: 'Feature',properties:{Name: '1', Address: 'UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96829992, 40.75175808]} },
{type: 'Feature',properties:{Name: '1', Address: 'UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96829992, 40.75175808]} },
{type: 'Feature',properties:{Name: '1', Address: 'UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96829992, 40.75175808]} },
{type: 'Feature',properties:{Name: '1', Address: 'UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96829992, 40.75175808]} },
{type: 'Feature',properties:{Name: '1', Address: 'UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96829992, 40.75175808]} },
{type: 'Feature',properties:{Name: '1', Address: 'UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96829992, 40.75175808]} },
{type: 'Feature',properties:{Name: '1', Address: 'UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96829992, 40.75175808]} },
{type: 'Feature',properties:{Name: '1', Address: '823 1 AVENUE, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9679536, 40.7514094]} },
{type: 'Feature',properties:{Name: '1', Address: 'UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96829992, 40.75175808]} },
{type: 'Feature',properties:{Name: '1', Address: 'UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96829992, 40.75175808]} },
{type: 'Feature',properties:{Name: '1', Address: 'UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96829992, 40.75175808]} },
{type: 'Feature',properties:{Name: '1', Address: '823 1 AVENUE, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9679536, 40.7514094]} },
{type: 'Feature',properties:{Name: '1', Address: 'UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96829992, 40.75175808]} },
{type: 'Feature',properties:{Name: '1', Address: '823 1 AVENUE, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9679536, 40.7514094]} },
{type: 'Feature',properties:{Name: '1', Address: 'UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96829992, 40.75175808]} },
{type: 'Feature',properties:{Name: '1', Address: '823 1 AVENUE, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9679536, 40.7514094]} },
{type: 'Feature',properties:{Name: '1', Address: 'UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96829992, 40.75175808]} },
{type: 'Feature',properties:{Name: '1', Address: 'UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96829992, 40.75175808]} },
{type: 'Feature',properties:{Name: '1', Address: 'UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96829992, 40.75175808]} },
{type: 'Feature',properties:{Name: '1', Address: 'UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96829992, 40.75175808]} },
{type: 'Feature',properties:{Name: '1', Address: '823 1 AVENUE, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9679536, 40.7514094]} },
{type: 'Feature',properties:{Name: '1', Address: '823 1 AVENUE, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9679536, 40.7514094]} },
{type: 'Feature',properties:{Name: '1', Address: '823 1 AVENUE, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9679536, 40.7514094]} },
{type: 'Feature',properties:{Name: '1', Address: 'UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96829992, 40.75175808]} },
{type: 'Feature',properties:{Name: '1', Address: '823 1 AVENUE, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9679536, 40.7514094]} },
{type: 'Feature',properties:{Name: '1', Address: 'UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96829992, 40.75175808]} },
{type: 'Feature',properties:{Name: '1', Address: 'UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96829992, 40.75175808]} },
{type: 'Feature',properties:{Name: '1', Address: '823 1 AVENUE, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9679536, 40.7514094]} },
{type: 'Feature',properties:{Name: '1', Address: 'UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96829992, 40.75175808]} },
{type: 'Feature',properties:{Name: '1', Address: 'UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96829992, 40.75175808]} },
{type: 'Feature',properties:{Name: '1', Address: 'UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96829992, 40.75175808]} },
{type: 'Feature',properties:{Name: '1', Address: '845 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96753826, 40.75198293]} },
{type: 'Feature',properties:{Name: '1', Address: '845 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96753826, 40.75198293]} },
{type: 'Feature',properties:{Name: '1', Address: '845 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96753826, 40.75198293]} },
{type: 'Feature',properties:{Name: '1', Address: '845 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96753826, 40.75198293]} },
{type: 'Feature',properties:{Name: '1', Address: '845 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96753826, 40.75198293]} },
{type: 'Feature',properties:{Name: '1', Address: '845 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96753826, 40.75198293]} },
{type: 'Feature',properties:{Name: '1', Address: '845 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96753826, 40.75198293]} },
{type: 'Feature',properties:{Name: '1', Address: '845 UN PLAZA, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96753826, 40.75198293]} },
{type: 'Feature',properties:{Name: '1', Address: '845 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96753826, 40.75198293]} },
{type: 'Feature',properties:{Name: '1', Address: '845 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96753826, 40.75198293]} },
{type: 'Feature',properties:{Name: '1', Address: '845 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96753826, 40.75198293]} },
{type: 'Feature',properties:{Name: '1', Address: '845 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96753826, 40.75198293]} },
{type: 'Feature',properties:{Name: '1', Address: '845 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96753826, 40.75198293]} },
{type: 'Feature',properties:{Name: '1', Address: '845 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96753826, 40.75198293]} },
{type: 'Feature',properties:{Name: '1', Address: '845 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96753826, 40.75198293]} },
{type: 'Feature',properties:{Name: '1', Address: '845 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96753826, 40.75198293]} },
{type: 'Feature',properties:{Name: '1', Address: '845 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96753826, 40.75198293]} },
{type: 'Feature',properties:{Name: '1', Address: '845 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96753826, 40.75198293]} },
{type: 'Feature',properties:{Name: '1', Address: '845 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96753826, 40.75198293]} },
{type: 'Feature',properties:{Name: '1', Address: '845 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96753826, 40.75198293]} },
{type: 'Feature',properties:{Name: '1', Address: '845 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96753826, 40.75198293]} },
{type: 'Feature',properties:{Name: '1', Address: '845 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96753826, 40.75198293]} },
{type: 'Feature',properties:{Name: '1', Address: '845 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96753826, 40.75198293]} },
{type: 'Feature',properties:{Name: '1', Address: '845 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96753826, 40.75198293]} },
{type: 'Feature',properties:{Name: '1', Address: '845 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96753826, 40.75198293]} },
{type: 'Feature',properties:{Name: '1', Address: '845 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96753826, 40.75198293]} },
{type: 'Feature',properties:{Name: '1', Address: '845 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96753826, 40.75198293]} },
{type: 'Feature',properties:{Name: '1', Address: '845 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96753826, 40.75198293]} },
{type: 'Feature',properties:{Name: '1', Address: '845 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96753826, 40.75198293]} },
{type: 'Feature',properties:{Name: '1', Address: '845 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96753826, 40.75198293]} },
{type: 'Feature',properties:{Name: '1', Address: '845 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96753826, 40.75198293]} },
{type: 'Feature',properties:{Name: '1', Address: '845 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96753826, 40.75198293]} },
{type: 'Feature',properties:{Name: '1', Address: '845 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96753826, 40.75198293]} },
{type: 'Feature',properties:{Name: '1', Address: '845 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96753826, 40.75198293]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 49TH STREET, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96812205, 40.75387697]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 49TH STREET, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96812205, 40.75387697]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 49TH STREET, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96812205, 40.75387697]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 49TH STREET, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96812205, 40.75387697]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 49TH STREET, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96812205, 40.75387697]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 49TH STREET, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96812205, 40.75387697]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 49TH STREET, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96812205, 40.75387697]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 49TH STREET, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96812205, 40.75387697]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 49TH STREET, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96812205, 40.75387697]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 49TH STREET, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96812205, 40.75387697]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 49TH STREET, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96812205, 40.75387697]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 49TH STREET, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96812205, 40.75387697]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 49TH STREET, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96812205, 40.75387697]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 49TH STREET, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96812205, 40.75387697]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 49TH ST, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96812205, 40.75387697]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 49TH STREET, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96812205, 40.75387697]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 49TH STREET, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96812205, 40.75387697]} },
{type: 'Feature',properties:{Name: '1', Address: '321 EAST 48TH STREET, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96878281, 40.7533584]} },
{type: 'Feature',properties:{Name: '1', Address: '321 EAST 48TH STREET, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96878281, 40.7533584]} },
{type: 'Feature',properties:{Name: '1', Address: '321 EAST 48TH STREET, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96878281, 40.7533584]} },
{type: 'Feature',properties:{Name: '1', Address: '321 EAST 48TH STREET, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96878281, 40.7533584]} },
{type: 'Feature',properties:{Name: '1', Address: '321 EAST 48TH STREET, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96878281, 40.7533584]} },
{type: 'Feature',properties:{Name: '1', Address: '321 EAST 48TH STREET, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96878281, 40.7533584]} },
{type: 'Feature',properties:{Name: '1', Address: '100 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96832452, 40.75316339]} },
{type: 'Feature',properties:{Name: '1', Address: '100 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96832452, 40.75316339]} },
{type: 'Feature',properties:{Name: '1', Address: '100 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96832452, 40.75316339]} },
{type: 'Feature',properties:{Name: '1', Address: '100 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96832452, 40.75316339]} },
{type: 'Feature',properties:{Name: '1', Address: '100 UN PLAZA, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96832452, 40.75316339]} },
{type: 'Feature',properties:{Name: '1', Address: '100 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96832452, 40.75316339]} },
{type: 'Feature',properties:{Name: '1', Address: '100 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96832452, 40.75316339]} },
{type: 'Feature',properties:{Name: '1', Address: '100 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96832452, 40.75316339]} },
{type: 'Feature',properties:{Name: '1', Address: '100 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96832452, 40.75316339]} },
{type: 'Feature',properties:{Name: '1', Address: '100 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96832452, 40.75316339]} },
{type: 'Feature',properties:{Name: '1', Address: '100 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96832452, 40.75316339]} },
{type: 'Feature',properties:{Name: '1', Address: '100 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96832452, 40.75316339]} },
{type: 'Feature',properties:{Name: '1', Address: '100 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96832452, 40.75316339]} },
{type: 'Feature',properties:{Name: '1', Address: '100 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96832452, 40.75316339]} },
{type: 'Feature',properties:{Name: '1', Address: '100 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96832452, 40.75316339]} },
{type: 'Feature',properties:{Name: '1', Address: '865 FIRST AVENUE, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96693509, 40.75282265]} },
{type: 'Feature',properties:{Name: '1', Address: '865 1 AVENUE, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96693509, 40.75282265]} },
{type: 'Feature',properties:{Name: '1', Address: '865 1 AVENUE, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96693509, 40.75282265]} },
{type: 'Feature',properties:{Name: '1', Address: '865 FIRST AVENUE, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96693509, 40.75282265]} },
{type: 'Feature',properties:{Name: '1', Address: '865 1 AVENUE, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96693509, 40.75282265]} },
{type: 'Feature',properties:{Name: '1', Address: '865 FIRST AVENUE, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96693509, 40.75282265]} },
{type: 'Feature',properties:{Name: '1', Address: '865 FIRST AVENUE, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96693509, 40.75282265]} },
{type: 'Feature',properties:{Name: '1', Address: '865 FIRST AVENUE, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96693509, 40.75282265]} },
{type: 'Feature',properties:{Name: '1', Address: '865 1ST AVENUE, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96693509, 40.75282265]} },
{type: 'Feature',properties:{Name: '1', Address: '865 1 AVENUE, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96693509, 40.75282265]} },
{type: 'Feature',properties:{Name: '1', Address: '865 1 AVENUE, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96693509, 40.75282265]} },
{type: 'Feature',properties:{Name: '1', Address: '865 FIRST AVENUE, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96693509, 40.75282265]} },
{type: 'Feature',properties:{Name: '1', Address: '865 1 AVENUE, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96693509, 40.75282265]} },
{type: 'Feature',properties:{Name: '1', Address: '865 FIRST AVENUE, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96693509, 40.75282265]} },
{type: 'Feature',properties:{Name: '1', Address: '865 FIRST AVENUE, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96693509, 40.75282265]} },
{type: 'Feature',properties:{Name: '1', Address: '865 FIRST AVENUE, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96693509, 40.75282265]} },
{type: 'Feature',properties:{Name: '1', Address: '309 EAST 49TH STREET, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96848291, 40.75404999]} },
{type: 'Feature',properties:{Name: '1', Address: '309 EAST 49TH STREET, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96848291, 40.75404999]} },
{type: 'Feature',properties:{Name: '1', Address: '309 EAST 49TH STREET, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96848291, 40.75404999]} },
{type: 'Feature',properties:{Name: '1', Address: '309 EAST 49TH STREET, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96848291, 40.75404999]} },
{type: 'Feature',properties:{Name: '1', Address: '309 EAST 49TH STREET, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96848291, 40.75404999]} },
{type: 'Feature',properties:{Name: '1', Address: '309 EAST 49TH STREET, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96848291, 40.75404999]} },
{type: 'Feature',properties:{Name: '1', Address: '309 EAST 49TH STREET, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96848291, 40.75404999]} },
{type: 'Feature',properties:{Name: '1', Address: '309 EAST 49TH ST, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96848291, 40.75404999]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 49TH STREET, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96861643, 40.75410767]} },
{type: 'Feature',properties:{Name: '1', Address: '303 EAST 49TH STREET, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96858395, 40.75409119]} },
{type: 'Feature',properties:{Name: '1', Address: '335 EAST 51ST STREET, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96712886, 40.75512006]} },
{type: 'Feature',properties:{Name: '1', Address: '335 EAST 51ST STREET, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96712886, 40.75512006]} },
{type: 'Feature',properties:{Name: '1', Address: '335 EAST 51ST STREET, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96712886, 40.75512006]} },
{type: 'Feature',properties:{Name: '1', Address: '335 EAST 51ST STREET, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96712886, 40.75512006]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 51ST STREET, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96763769, 40.7553343]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 53RD STREET, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96663366, 40.75653346]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 53RD STREET, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96663366, 40.75653346]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 53RD STREET, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96663366, 40.75653346]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 53RD STREET, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96663366, 40.75653346]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 53RD STREET, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96663366, 40.75653346]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 53RD STREET, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96663366, 40.75653346]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 53RD STREET, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96663366, 40.75653346]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 53RD STREET, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96663366, 40.75653346]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 53RD STREET, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96663366, 40.75653346]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 53RD STREET, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96663366, 40.75653346]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 53RD STREET, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96663366, 40.75653346]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 54TH STREET, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96601255, 40.75708223]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 54TH STREET, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96601255, 40.75708223]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 54TH STREET, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96601255, 40.75708223]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 54TH STREET, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96601255, 40.75708223]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 54TH STREET, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96601255, 40.75708223]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 54TH STREET, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96601255, 40.75708223]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 55TH STREET, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96588943, 40.75785072]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 55TH STREET, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96588943, 40.75785072]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 55TH STREET, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96588943, 40.75785072]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 55TH STREET, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96588943, 40.75785072]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 55TH STREET, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96588943, 40.75785072]} },
{type: 'Feature',properties:{Name: '1', Address: '400 EAST 51ST STREET, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96549776, 40.75441144]} },
{type: 'Feature',properties:{Name: '1', Address: '411 EAST 53RD STREET, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96428439, 40.75555563]} },
{type: 'Feature',properties:{Name: '1', Address: '411 EAST 53RD STREET, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96428439, 40.75555563]} },
{type: 'Feature',properties:{Name: '1', Address: '411 EAST 53 STREET, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96428439, 40.75555563]} },
{type: 'Feature',properties:{Name: '1', Address: '411 EAST 53D STREET, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96428439, 40.75555563]} },
{type: 'Feature',properties:{Name: '1', Address: '411 EAST 53RD STREET, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96428439, 40.75555563]} },
{type: 'Feature',properties:{Name: '1', Address: '400 EAST 54TH STREET, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96399527, 40.75623624]} },
{type: 'Feature',properties:{Name: '1', Address: '400 EAST 54TH STREET, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96399527, 40.75623624]} },
{type: 'Feature',properties:{Name: '1', Address: '400 EAST 54TH ST, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96399527, 40.75623624]} },
{type: 'Feature',properties:{Name: '1', Address: '400 EAST 54TH STREET, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96399527, 40.75623624]} },
{type: 'Feature',properties:{Name: '1', Address: '400 EAST 54TH STREET, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96399527, 40.75623624]} },
{type: 'Feature',properties:{Name: '1', Address: '415 EAST 54TH STREET, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9637607, 40.75615657]} },
{type: 'Feature',properties:{Name: '1', Address: '415 EAST 54TH STREET, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9637607, 40.75615657]} },
{type: 'Feature',properties:{Name: '1', Address: '415 EAST 54TH STREET, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9637607, 40.75615657]} },
{type: 'Feature',properties:{Name: '1', Address: '415 EAST 54TH STREET, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9637607, 40.75615657]} },
{type: 'Feature',properties:{Name: '1', Address: '415 EAST 54TH STREET, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9637607, 40.75615657]} },
{type: 'Feature',properties:{Name: '1', Address: '444 EAST 57TH STREET, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96188278, 40.75786319]} },
{type: 'Feature',properties:{Name: '1', Address: '444 EAST 57TH STREET, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96188278, 40.75786319]} },
{type: 'Feature',properties:{Name: '1', Address: '444 EAST 57 STREET, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96188278, 40.75786319]} },
{type: 'Feature',properties:{Name: '1', Address: '444 EAST 57TH STREET, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96188278, 40.75786319]} },
{type: 'Feature',properties:{Name: '1', Address: '444 EAST 57TH STREET, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96188278, 40.75786319]} },
{type: 'Feature',properties:{Name: '1', Address: '444 EAST 57TH STREET, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96188278, 40.75786319]} },
{type: 'Feature',properties:{Name: '1', Address: '420 EAST 58TH STREET, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96178124, 40.75869756]} },
{type: 'Feature',properties:{Name: '1', Address: '420 EAST 58TH STREET, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96178124, 40.75869756]} },
{type: 'Feature',properties:{Name: '1', Address: '420 EAST 58TH, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96178124, 40.75869756]} },
{type: 'Feature',properties:{Name: '1', Address: '40 SUTTON PLACE, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95999109, 40.75831269]} },
{type: 'Feature',properties:{Name: '1', Address: '40 SUTTON PLACE, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95999109, 40.75831269]} },
{type: 'Feature',properties:{Name: '1', Address: '40 SUTTON PLACE, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95999109, 40.75831269]} },
{type: 'Feature',properties:{Name: '1', Address: '40 SUTTON PLACE, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95999109, 40.75831269]} },
{type: 'Feature',properties:{Name: '1', Address: '40 SUTTON PLACE, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95999109, 40.75831269]} },
{type: 'Feature',properties:{Name: '1', Address: '40 SUTTON PLACE, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95999109, 40.75831269]} },
{type: 'Feature',properties:{Name: '1', Address: '40 SUTTON PLACE, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95999109, 40.75831269]} },
{type: 'Feature',properties:{Name: '1', Address: '40 SUTTON PLACE, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95999109, 40.75831269]} },
{type: 'Feature',properties:{Name: '1', Address: '40 SUTTON PLACE, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95999109, 40.75831269]} },
{type: 'Feature',properties:{Name: '1', Address: '947 SECOND AVENUE, MIDTOWN EAST', Month: '11', Price: '4155'}, geometry: { type: 'Point', coordinates:[-73.96839219, 40.75507101]} },
{type: 'Feature',properties:{Name: '1', Address: '246 EAST 58TH STREET, MIDTOWN EAST', Month: '6', Price: '9438'}, geometry: { type: 'Point', coordinates:[-73.9659242, 40.76044452]} },
{type: 'Feature',properties:{Name: '1', Address: '940 1ST AVE, MIDTOWN EAST', Month: '9', Price: '5220'}, geometry: { type: 'Point', coordinates:[-73.96539284, 40.75490546]} },
{type: 'Feature',properties:{Name: '1', Address: '421 E 50TH STREET, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96560283, 40.75365667]} },
{type: 'Feature',properties:{Name: '1', Address: '421 EAST 50TH STREET, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96560283, 40.75365667]} },
{type: 'Feature',properties:{Name: '1', Address: '421 EAST 50TH STREET, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96560283, 40.75365667]} },
{type: 'Feature',properties:{Name: '1', Address: '441 EAST 57TH STREET, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9619369, 40.75790438]} },
{type: 'Feature',properties:{Name: '1', Address: '211 EAST 53RD STREET, 10H, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96889277, 40.75750025]} },
{type: 'Feature',properties:{Name: '1', Address: '211 EAST 53RD STREET, 11M, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96889277, 40.75750025]} },
{type: 'Feature',properties:{Name: '1', Address: '211 EAST 53RD STREET, 12H, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96889277, 40.75750025]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 57TH STREET, 14C, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96673664, 40.759926]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 57TH STREET, 4N, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96673664, 40.759926]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 57TH STREET, 6Q, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96673664, 40.759926]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 57TH STREET, 10F, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96673664, 40.759926]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 57 STREET, 10B, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96673664, 40.759926]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 57TH STREET, 11H, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96673664, 40.759926]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 57 STREET, 12B, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96673664, 40.759926]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 57TH STREET, 5K, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96673664, 40.759926]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 57TH STREET, 7F, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96673664, 40.759926]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 57TH STREET, 15C, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96673664, 40.759926]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 57TH STREET, 3C, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96673664, 40.759926]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 57TH STREET, 8Q, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96673664, 40.759926]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 57TH STREET, 6F, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96673664, 40.759926]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 57TH STREET, 6A, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96673664, 40.759926]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 57TH STREET, 20-A, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96673664, 40.759926]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 57TH STREET, 6P, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96673664, 40.759926]} },
{type: 'Feature',properties:{Name: '1', Address: '319 EAST 50TH STREET, COOP, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96785822, 40.75460426]} },
{type: 'Feature',properties:{Name: '1', Address: '319 EAST 50TH STREET, COOP, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96785822, 40.75460426]} },
{type: 'Feature',properties:{Name: '1', Address: '319 EAST 50TH STREET, COOP, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96785822, 40.75460426]} },
{type: 'Feature',properties:{Name: '1', Address: '319 EAST 50TH STREET, 8C, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96785822, 40.75460426]} },
{type: 'Feature',properties:{Name: '1', Address: '319 EAST 50TH STREET, COOP, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96785822, 40.75460426]} },
{type: 'Feature',properties:{Name: '1', Address: '345 EAST 56TH STREET, RESI, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96467643, 40.75817973]} },
{type: 'Feature',properties:{Name: '1', Address: '345 EAST 56TH STREET, 15E, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96467643, 40.75817973]} },
{type: 'Feature',properties:{Name: '1', Address: '345 EAST 56TH STREET, 16D, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96467643, 40.75817973]} },
{type: 'Feature',properties:{Name: '1', Address: '345 EAST 56TH STREET, 6B, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96467643, 40.75817973]} },
{type: 'Feature',properties:{Name: '1', Address: '345 EAST 56TH STREET, 8F, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96467643, 40.75817973]} },
{type: 'Feature',properties:{Name: '1', Address: '345 EAST 56TH STREET, 15B, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96467643, 40.75817973]} },
{type: 'Feature',properties:{Name: '1', Address: '345 EAST 56TH STREET, 10C, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96467643, 40.75817973]} },
{type: 'Feature',properties:{Name: '1', Address: '357 EAST 57TH STREET, 10G, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96369437, 40.75864328]} },
{type: 'Feature',properties:{Name: '1', Address: '357 EAST 57TH STREET, 10F, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96369437, 40.75864328]} },
{type: 'Feature',properties:{Name: '1', Address: '357 EAST 57TH STREET, 19C, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96369437, 40.75864328]} },
{type: 'Feature',properties:{Name: '1', Address: '357 EAST 57TH STREET, 8B, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96369437, 40.75864328]} },
{type: 'Feature',properties:{Name: '1', Address: '685 THIRD AVENUE, MIDTOWN EAST', Month: '12', Price: '559755'}, geometry: { type: 'Point', coordinates:[-73.97381853, 40.75161674]} },
{type: 'Feature',properties:{Name: '1', Address: '757 THIRD AVENUE, MIDTOWN EAST', Month: '2', Price: '407767'}, geometry: { type: 'Point', coordinates:[-73.9720562, 40.75403444]} },
{type: 'Feature',properties:{Name: '1', Address: '212 EAST 49TH STREET, MIDTOWN EAST', Month: '7', Price: '6246'}, geometry: { type: 'Point', coordinates:[-73.97069505, 40.75496457]} },
{type: 'Feature',properties:{Name: '1', Address: '885 3 AVENUE, MIDTOWN EAST', Month: '11', Price: '554180'}, geometry: { type: 'Point', coordinates:[-73.96917409, 40.75798889]} },
{type: 'Feature',properties:{Name: '1', Address: '837 2 AVENUE, MIDTOWN EAST', Month: '12', Price: '7680'}, geometry: { type: 'Point', coordinates:[-73.97096364, 40.75154743]} },
{type: 'Feature',properties:{Name: '1', Address: '216 EAST 53RD STREET, MIDTOWN EAST', Month: '6', Price: '6880'}, geometry: { type: 'Point', coordinates:[-73.96880616, 40.75744533]} },
{type: 'Feature',properties:{Name: '1', Address: '762-766 2 AVENUE, MIDTOWN EAST', Month: '7', Price: '2940'}, geometry: { type: 'Point', coordinates:[-73.97281985, 40.74896508]} },
{type: 'Feature',properties:{Name: '1', Address: '302 EAST 41ST STREET, MIDTOWN EAST', Month: '5', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.97239756, 40.74902262]} },
{type: 'Feature',properties:{Name: '1', Address: '302 EAST 41ST STREET, MIDTOWN EAST', Month: '7', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.97239756, 40.74902262]} },
{type: 'Feature',properties:{Name: '1', Address: '317 EAST 53RD STREET, MIDTOWN EAST', Month: '6', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.96652178, 40.75650598]} },
{type: 'Feature',properties:{Name: '1', Address: '308 EAST 59TH STREET, MIDTOWN EAST', Month: '7', Price: '4110'}, geometry: { type: 'Point', coordinates:[-73.96378006, 40.76036701]} },
{type: 'Feature',properties:{Name: '1', Address: '425 EAST 53RD STREET, MIDTOWN EAST', Month: '11', Price: '33750'}, geometry: { type: 'Point', coordinates:[-73.96406066, 40.75545949]} },
{type: 'Feature',properties:{Name: '1', Address: '3 MITCHELL PLACE, MIDTOWN EAST', Month: '6', Price: '143033'}, geometry: { type: 'Point', coordinates:[-73.96622746, 40.75323142]} },
{type: 'Feature',properties:{Name: '1', Address: '633 3 AVENUE, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97506075, 40.74990978]} },
{type: 'Feature',properties:{Name: '1', Address: '633 3 AVENUE, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97506075, 40.74990978]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 42ND STREET, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97412569, 40.75064242]} },
{type: 'Feature',properties:{Name: '1', Address: '210 EAST 47TH STREET, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97164125, 40.75372693]} },
{type: 'Feature',properties:{Name: '1', Address: '800 2 AVENUE, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97185205, 40.75028507]} },
{type: 'Feature',properties:{Name: '1', Address: '800 2 AVENUE, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97185205, 40.75028507]} },
{type: 'Feature',properties:{Name: '1', Address: '800 2 AVENUE, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97185205, 40.75028507]} },
{type: 'Feature',properties:{Name: '1', Address: '800 2 AVENUE, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97185205, 40.75028507]} },
{type: 'Feature',properties:{Name: '1', Address: '800 2 AVENUE, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97185205, 40.75028507]} },
{type: 'Feature',properties:{Name: '1', Address: '820 2 AVENUE, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97136091, 40.75097114]} },
{type: 'Feature',properties:{Name: '1', Address: '820 2 AVENUE, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97136091, 40.75097114]} },
{type: 'Feature',properties:{Name: '1', Address: '820 SECOND AVENUE, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97136091, 40.75097114]} },
{type: 'Feature',properties:{Name: '1', Address: '305 EAST 47TH STREET, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96949048, 40.75283434]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 45TH STREET, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97264154, 40.75253046]} },
{type: 'Feature',properties:{Name: '1', Address: '222 EAST 58TH STREET, MIDTOWN EAST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96629231, 40.76060108]} },
{type: 'Feature',properties:{Name: '1', Address: '800 2 AVENUE, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97185205, 40.75028507]} },
{type: 'Feature',properties:{Name: '1', Address: '209 EAST 51ST STREET, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96984625, 40.75626262]} },
{type: 'Feature',properties:{Name: '1', Address: '209 EAST 51ST STREET, MIDTOWN EAST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96984625, 40.75626262]} },
{type: 'Feature',properties:{Name: '1', Address: '211 EAST 51ST STREET, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96981377, 40.75624889]} },
{type: 'Feature',properties:{Name: '1', Address: '209 EAST 51ST STREET, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96984625, 40.75626262]} },
{type: 'Feature',properties:{Name: '1', Address: '209 EAST 51ST STREET, MIDTOWN EAST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96984625, 40.75626262]} },
{type: 'Feature',properties:{Name: '1', Address: '845 UNITED NATIONS PLAZA, MIDTOWN EAST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96753826, 40.75198293]} },
{type: 'Feature',properties:{Name: '1', Address: '400 EAST 51ST STREET, MIDTOWN EAST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96549776, 40.75441144]} },
{type: 'Feature',properties:{Name: '1', Address: '400 EAST 51ST STREET, MIDTOWN EAST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96549776, 40.75441144]} },
{type: 'Feature',properties:{Name: '1', Address: '129 WEST 56TH ST, MIDTOWN WEST', Month: '4', Price: '8180'}, geometry: { type: 'Point', coordinates:[-73.97886388, 40.76415851]} },
{type: 'Feature',properties:{Name: '1', Address: '250 WEST 47TH STREET, MIDTOWN WEST', Month: '10', Price: '9175'}, geometry: { type: 'Point', coordinates:[-73.98627594, 40.75989156]} },
{type: 'Feature',properties:{Name: '1', Address: '250 WEST 47TH STREET, MIDTOWN WEST', Month: '4', Price: '9175'}, geometry: { type: 'Point', coordinates:[-73.98627594, 40.75989156]} },
{type: 'Feature',properties:{Name: '1', Address: '351 WEST 44TH STREET, MIDTOWN WEST', Month: '1', Price: '10540'}, geometry: { type: 'Point', coordinates:[-73.9902792, 40.75914814]} },
{type: 'Feature',properties:{Name: '1', Address: '360 WEST 45TH STREET, MIDTOWN WEST', Month: '9', Price: '11700'}, geometry: { type: 'Point', coordinates:[-73.99004086, 40.75984528]} },
{type: 'Feature',properties:{Name: '1', Address: '654 9 AVENUE, MIDTOWN WEST', Month: '10', Price: '4240'}, geometry: { type: 'Point', coordinates:[-73.9909215, 40.76075661]} },
{type: 'Feature',properties:{Name: '1', Address: '311 WEST 50TH STREET, MIDTOWN WEST', Month: '12', Price: '81050'}, geometry: { type: 'Point', coordinates:[-73.98682769, 40.76260343]} },
{type: 'Feature',properties:{Name: '1', Address: '347 WEST 44TH STREET, 3FE, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99019618, 40.75911245]} },
{type: 'Feature',properties:{Name: '1', Address: '646 9 AVENUE, 4FS, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99105147, 40.76057821]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 48TH STREET, 4W, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98846672, 40.76163745]} },
{type: 'Feature',properties:{Name: '1', Address: '352 WEST 48TH STREET, 5R, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98850643, 40.76165393]} },
{type: 'Feature',properties:{Name: '1', Address: '788 NINTH AVENUE, 4C, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9878344, 40.76499146]} },
{type: 'Feature',properties:{Name: '1', Address: '788 9 AVENUE, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9878344, 40.76499146]} },
{type: 'Feature',properties:{Name: '1', Address: '788 NINTH AVENUE, 2C, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9878344, 40.76499146]} },
{type: 'Feature',properties:{Name: '1', Address: '305 WEST 55TH STREET, 3D, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98432535, 40.7656388]} },
{type: 'Feature',properties:{Name: '1', Address: '305 WEST 55TH STREET, 2D, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98432535, 40.7656388]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 55TH STREET, 5C, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98015993, 40.7638678]} },
{type: 'Feature',properties:{Name: '1', Address: '146 WEST 55TH STREET, 4D, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98010579, 40.76384309]} },
{type: 'Feature',properties:{Name: '1', Address: '146 WEST 55TH STREET, PHSE, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98010579, 40.76384309]} },
{type: 'Feature',properties:{Name: '1', Address: '125 W 56 ST, 3B, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97873394, 40.76410085]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 57TH STREET, 18JK, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97747036, 40.76442723]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 57TH STREET, 8H, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97747036, 40.76442723]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 57TH STREET, 4-O/P, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97747036, 40.76442723]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 57TH STREET, 18M, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97747036, 40.76442723]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 57TH STREET, 5E, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97747036, 40.76442723]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 57TH STREET, 15-0, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97747036, 40.76442723]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 57TH STREET, 19M, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97747036, 40.76442723]} },
{type: 'Feature',properties:{Name: '1', Address: '1381 AVENUE OF THE AMER, 17P, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9776222, 40.76375205]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 57TH STREET, 14B, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97747036, 40.76442723]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 57TH STREET, 6Q, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97747036, 40.76442723]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 57TH STREET, 14K, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97747036, 40.76442723]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 57TH STREET, 2CD, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97747036, 40.76442723]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 57TH STREET, 2G, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97747036, 40.76442723]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 57TH STREET, 12F, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97747036, 40.76442723]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 57, 7J, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97747036, 40.76442723]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 57TH STREET, 14O/P, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97747036, 40.76442723]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 57TH STREET, 8D, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97747036, 40.76442723]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 57TH STREET, 8M, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97747036, 40.76442723]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 57TH STREET, 8-P, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97747036, 40.76442723]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 57TH STREET, 18N, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97747036, 40.76442723]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 57TH STREET, 18A, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97747036, 40.76442723]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 57TH STREET, 21L, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97747036, 40.76442723]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 57TH STREET, 5F, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97747036, 40.76442723]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 57TH STREET, 3P, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97747036, 40.76442723]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 57TH STREET, 11B, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97747036, 40.76442723]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 57TH STREET, 3N, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97747036, 40.76442723]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 57TH STREET, 6E/6F, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97747036, 40.76442723]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 57TH STREET, 19E, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97747036, 40.76442723]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 57TH STREET, 6L, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97747036, 40.76442723]} },
{type: 'Feature',properties:{Name: '1', Address: '152 WEST 58TH STREET, 4A, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97819196, 40.76561584]} },
{type: 'Feature',properties:{Name: '1', Address: '180 WEST 58TH STREET, 3E, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97945895, 40.76599485]} },
{type: 'Feature',properties:{Name: '1', Address: '180 WEST 58TH STREET, PHAD, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97945895, 40.76599485]} },
{type: 'Feature',properties:{Name: '1', Address: '180 WEST 58TH STREET, 6F, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97945895, 40.76599485]} },
{type: 'Feature',properties:{Name: '1', Address: '112 CENTRAL PARK SOUTH, 5B, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97686698, 40.76593397]} },
{type: 'Feature',properties:{Name: '1', Address: '120 CENTRAL PARK SOUTH, 16A, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97707272, 40.7660191]} },
{type: 'Feature',properties:{Name: '1', Address: '120 CENTRAL PARK SOUTH, 17EF, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97707272, 40.7660191]} },
{type: 'Feature',properties:{Name: '1', Address: '120 CENTRAL PARK SOUTH, 14A, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97707272, 40.7660191]} },
{type: 'Feature',properties:{Name: '1', Address: '120 CENTRAL PARK SOUTH, 8F, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97707272, 40.7660191]} },
{type: 'Feature',properties:{Name: '1', Address: '128 CENTRAL PARK SOUTH, 9CD, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97727846, 40.76610698]} },
{type: 'Feature',properties:{Name: '1', Address: '128 CENTRAL PARK SOUTH, 14D, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97727846, 40.76610698]} },
{type: 'Feature',properties:{Name: '1', Address: '128 CENTRAL PARK SOUTH, 4C, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97727846, 40.76610698]} },
{type: 'Feature',properties:{Name: '1', Address: '128 CENTRAL PARK SOUTH, MU 4, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97727846, 40.76610698]} },
{type: 'Feature',properties:{Name: '1', Address: '128 CENTRAL PARK SOUTH, 10A, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97727846, 40.76610698]} },
{type: 'Feature',properties:{Name: '1', Address: '128 CENTRAL PARK SOUTH, 8B, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97727846, 40.76610698]} },
{type: 'Feature',properties:{Name: '1', Address: '128 CENTRAL PARK SOUTH, 11C, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97727846, 40.76610698]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CENTRAL PARK SOUTH, 1509, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97784155, 40.76634588]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CENTRAL PARK SOUTH, 3106, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97784155, 40.76634588]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CENTRAL PARK SOUTH, 1509, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97784155, 40.76634588]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CENTRAL PARK SOUTH, 3704, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97784155, 40.76634588]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CENTRAL PARK SOUTH, 140910, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97784155, 40.76634588]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CENTRAL PARK SOUTH, 140910, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97784155, 40.76634588]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CENTRAL PARK SOUTH, 2401, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97784155, 40.76634588]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CENTRAL PARK SOUTH, 1003, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97784155, 40.76634588]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CENTRAL PARK SOUTH, 809, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97784155, 40.76634588]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CENTRAL PARK SOUTH, 801, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97784155, 40.76634588]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CENTRAL PARK SOUTH, 1701, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97784155, 40.76634588]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CENTRAL PARK SOUTH, 503, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97784155, 40.76634588]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CENTRAL PARK SOUTH, 601, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97784155, 40.76634588]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CENTRAL PARK SOUTH, 411, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97784155, 40.76634588]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CENTRAL PARK SOUTH, 1104, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97784155, 40.76634588]} },
{type: 'Feature',properties:{Name: '1', Address: '150 CENTRAL PARK SOUTH, 3504, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97784155, 40.76634588]} },
{type: 'Feature',properties:{Name: '1', Address: '205 WEST 54TH STREET, 7B, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98174472, 40.76373631]} },
{type: 'Feature',properties:{Name: '1', Address: '205 WEST 54TH STREET, 6E, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98174472, 40.76373631]} },
{type: 'Feature',properties:{Name: '1', Address: '205 WEST 54TH STREET, 5A, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98174472, 40.76373631]} },
{type: 'Feature',properties:{Name: '1', Address: '205 WEST 54TH STREET, 1D, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98174472, 40.76373631]} },
{type: 'Feature',properties:{Name: '1', Address: '205 WEST 54TH STREET, 11E, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98174472, 40.76373631]} },
{type: 'Feature',properties:{Name: '1', Address: '203 WEST 54TH STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98166531, 40.76370062]} },
{type: 'Feature',properties:{Name: '1', Address: '205 WEST 57TH STREET, 3A4AB, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9804518, 40.76570408]} },
{type: 'Feature',properties:{Name: '1', Address: '205 WEST 57TH STREET, 10CB, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9804518, 40.76570408]} },
{type: 'Feature',properties:{Name: '1', Address: '205 WEST 57TH STREET, 7DE, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9804518, 40.76570408]} },
{type: 'Feature',properties:{Name: '1', Address: '200 CENTRAL PARK SOUTH, 19D/E, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97944781, 40.76702138]} },
{type: 'Feature',properties:{Name: '1', Address: '200 CENTRAL PARK SOUTH, 11QR, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97944781, 40.76702138]} },
{type: 'Feature',properties:{Name: '1', Address: '200 CENTRAL PARK SOUTH, 12H, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97944781, 40.76702138]} },
{type: 'Feature',properties:{Name: '1', Address: '200 CENTRAL PARK SOUTH, 4K, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97944781, 40.76702138]} },
{type: 'Feature',properties:{Name: '1', Address: '200 CENTRAL PARK SOUTH, 19B, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97944781, 40.76702138]} },
{type: 'Feature',properties:{Name: '1', Address: '200 CENTRAL PARK SOUTH, 3-B, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97944781, 40.76702138]} },
{type: 'Feature',properties:{Name: '1', Address: '200 CENTRAL PARK SOUTH, 3I, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97944781, 40.76702138]} },
{type: 'Feature',properties:{Name: '1', Address: '200 CENTRAL PARK SOUTH, 6B, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97944781, 40.76702138]} },
{type: 'Feature',properties:{Name: '1', Address: '200 CENTRAL PARK SOUTH, 15A, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97944781, 40.76702138]} },
{type: 'Feature',properties:{Name: '1', Address: '210 CENTRAL PARK SOUTH, 19D, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97962107, 40.76709278]} },
{type: 'Feature',properties:{Name: '1', Address: '210 CENTRAL PARK SOUTH, 21C, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97962107, 40.76709278]} },
{type: 'Feature',properties:{Name: '1', Address: '210 CENTRAL PARK SOUTH, 6-A, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97962107, 40.76709278]} },
{type: 'Feature',properties:{Name: '1', Address: '210 CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97962107, 40.76709278]} },
{type: 'Feature',properties:{Name: '1', Address: '222 CENTRAL PARK SOUTH, 29, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97983043, 40.76718064]} },
{type: 'Feature',properties:{Name: '1', Address: '230 CENTRAL PARK SOUTH, 1112DE, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97996759, 40.76723831]} },
{type: 'Feature',properties:{Name: '1', Address: '230 CENTRAL PARK SOUTH, HALLW, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97996759, 40.76723831]} },
{type: 'Feature',properties:{Name: '1', Address: '230 CENTRAL PARK SOUTH, HALL12, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97996759, 40.76723831]} },
{type: 'Feature',properties:{Name: '1', Address: '230 CENTRAL PARK SOUTH, 4G, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97996759, 40.76723831]} },
{type: 'Feature',properties:{Name: '1', Address: '230 CENTRAL PARK SOUTH, 18F, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97996759, 40.76723831]} },
{type: 'Feature',properties:{Name: '1', Address: '230 CENTRAL PARK SOUTH, 7F, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97996759, 40.76723831]} },
{type: 'Feature',properties:{Name: '1', Address: '230 CENTRAL PARK SOUTH, 11THFL, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97996759, 40.76723831]} },
{type: 'Feature',properties:{Name: '1', Address: '230 CENTRAL PARK SOUTH, 4DE, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97996759, 40.76723831]} },
{type: 'Feature',properties:{Name: '1', Address: '230 CENTRAL PARK SOUTH, 14ABC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97996759, 40.76723831]} },
{type: 'Feature',properties:{Name: '1', Address: '230 CENTRAL PARK SOUTH, 4F, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97996759, 40.76723831]} },
{type: 'Feature',properties:{Name: '1', Address: '325 WEST 45TH STREET, 220, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98929731, 40.75955427]} },
{type: 'Feature',properties:{Name: '1', Address: '325 WEST 45TH STREET, 903A, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98929731, 40.75955427]} },
{type: 'Feature',properties:{Name: '1', Address: '325 WEST 45TH STREET, 306A, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98929731, 40.75955427]} },
{type: 'Feature',properties:{Name: '1', Address: '325 WEST 45TH STREET, 217, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98929731, 40.75955427]} },
{type: 'Feature',properties:{Name: '1', Address: '325 WEST 45TH STREET, 616, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98929731, 40.75955427]} },
{type: 'Feature',properties:{Name: '1', Address: '325 WEST 45TH STREET, 1000, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98929731, 40.75955427]} },
{type: 'Feature',properties:{Name: '1', Address: '325 WEST 45TH STREET, 715, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98929731, 40.75955427]} },
{type: 'Feature',properties:{Name: '1', Address: '325 WEST 45TH STREET, 204/5, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98929731, 40.75955427]} },
{type: 'Feature',properties:{Name: '1', Address: '325 WEST 45TH STREET, 801, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98929731, 40.75955427]} },
{type: 'Feature',properties:{Name: '1', Address: '325 WEST 45TH STREET, 309, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98929731, 40.75955427]} },
{type: 'Feature',properties:{Name: '1', Address: '325 WEST 45TH STREET, 1003, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98929731, 40.75955427]} },
{type: 'Feature',properties:{Name: '1', Address: '325 WEST 45TH STREET, 406A, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98929731, 40.75955427]} },
{type: 'Feature',properties:{Name: '1', Address: '325 WEST 45 STREET, 216, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98929731, 40.75955427]} },
{type: 'Feature',properties:{Name: '1', Address: '325 WEST 45TH STREET, 210, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98929731, 40.75955427]} },
{type: 'Feature',properties:{Name: '1', Address: '325 WEST 45TH STREET, PHB, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98929731, 40.75955427]} },
{type: 'Feature',properties:{Name: '1', Address: '325 WEST 45TH STREET, 1017, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98929731, 40.75955427]} },
{type: 'Feature',properties:{Name: '1', Address: '325 WEST 45TH, 804, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98929731, 40.75955427]} },
{type: 'Feature',properties:{Name: '1', Address: '325 WEST 45TH STREET, 317, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98929731, 40.75955427]} },
{type: 'Feature',properties:{Name: '1', Address: '325 WEST 45TH STREET, 1012, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98929731, 40.75955427]} },
{type: 'Feature',properties:{Name: '1', Address: '325 WEST 45TH STREET, 501, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98929731, 40.75955427]} },
{type: 'Feature',properties:{Name: '1', Address: '344 WEST 49TH STREET, 2G, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98788544, 40.7622083]} },
{type: 'Feature',properties:{Name: '1', Address: '344 WEST 49TH STREET, 4B, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98788544, 40.7622083]} },
{type: 'Feature',properties:{Name: '1', Address: '325 WEST 52ND STREET, 2G, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98610183, 40.76393454]} },
{type: 'Feature',properties:{Name: '1', Address: '325 WEST 52ND STREET, 3C, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98610183, 40.76393454]} },
{type: 'Feature',properties:{Name: '1', Address: '317 WEST 54TH STREET, 4B, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98502581, 40.76511465]} },
{type: 'Feature',properties:{Name: '1', Address: '317 WEST 54TH ST, 4E, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98502581, 40.76511465]} },
{type: 'Feature',properties:{Name: '1', Address: '317 WEST 54TH STREET, 2D, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98502581, 40.76511465]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 55TH STREET, 3E, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98445891, 40.76567724]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 55TH STREET, 3A, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98445891, 40.76567724]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 55TH STREET, 1A, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98445891, 40.76567724]} },
{type: 'Feature',properties:{Name: '1', Address: '340 WEST 55TH STREET, 8B, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98506534, 40.76593258]} },
{type: 'Feature',properties:{Name: '1', Address: '357 WEST 55TH STREET, 1G, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98537938, 40.76608359]} },
{type: 'Feature',properties:{Name: '1', Address: '345 WEST 55TH STREET, 9B, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98513753, 40.765982]} },
{type: 'Feature',properties:{Name: '1', Address: '345 WEST 55TH STREET, 6D, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98513753, 40.765982]} },
{type: 'Feature',properties:{Name: '1', Address: '345 W 55TH ST, 6C, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98513753, 40.765982]} },
{type: 'Feature',properties:{Name: '1', Address: '321 WEST 55TH STREET, L2, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98465022, 40.76577608]} },
{type: 'Feature',properties:{Name: '1', Address: '315 WEST 55TH STREET, 1D, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98452749, 40.76572666]} },
{type: 'Feature',properties:{Name: '1', Address: '315 WEST 55TH STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98452749, 40.76572666]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 56TH STREET, 8E, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98400029, 40.76630298]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 56TH STREET, 8F, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98400029, 40.76630298]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 56TH STREET, 10F, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98400029, 40.76630298]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 56TH STREET, 10C, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98400029, 40.76630298]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 56TH STREET, 7J, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98400029, 40.76630298]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 56TH STREET, 3J, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98400029, 40.76630298]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 56TH STREET, 3G, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98400029, 40.76630298]} },
{type: 'Feature',properties:{Name: '1', Address: '314 WEST 56 STREET, 6B, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98407971, 40.76633593]} },
{type: 'Feature',properties:{Name: '1', Address: '314 WEST 56TH STREET, 3B, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98407971, 40.76633593]} },
{type: 'Feature',properties:{Name: '1', Address: '314 WEST 56TH STREET, LD, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98407971, 40.76633593]} },
{type: 'Feature',properties:{Name: '1', Address: '314 WEST 56TH STREET, 1L, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98407971, 40.76633593]} },
{type: 'Feature',properties:{Name: '1', Address: '314 WEST 56TH STREET, 6C, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98407971, 40.76633593]} },
{type: 'Feature',properties:{Name: '1', Address: '342 WEST 56TH STREET, 4A, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98464643, 40.76657754]} },
{type: 'Feature',properties:{Name: '1', Address: '342 WEST 56TH STREET, 1B, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98464643, 40.76657754]} },
{type: 'Feature',properties:{Name: '1', Address: '342 WEST 56TH STREET, 3B, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98464643, 40.76657754]} },
{type: 'Feature',properties:{Name: '1', Address: '352 WEST 56TH STREET, 1B, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98484857, 40.76666266]} },
{type: 'Feature',properties:{Name: '1', Address: '352 WEST 56TH STREET, 3D, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98484857, 40.76666266]} },
{type: 'Feature',properties:{Name: '1', Address: '348 WEST 56TH, 3C, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98476916, 40.76662696]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 56TH STREET, 2B, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98480886, 40.76664618]} },
{type: 'Feature',properties:{Name: '1', Address: '345 WEST 58TH STREET, 14J, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9836822, 40.76795802]} },
{type: 'Feature',properties:{Name: '1', Address: '345 WEST 58 STREET, 11G, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9836822, 40.76795802]} },
{type: 'Feature',properties:{Name: '1', Address: '30 WEST 60TH STREET, 5D-N, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98296345, 40.76926715]} },
{type: 'Feature',properties:{Name: '1', Address: '30 WEST 60TH STREET, 14N-N, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98296345, 40.76926715]} },
{type: 'Feature',properties:{Name: '1', Address: '345 W 58TH ST, 9C, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9836822, 40.76795802]} },
{type: 'Feature',properties:{Name: '1', Address: '345 WEST 58TH STREET, 12J-S, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9836822, 40.76795802]} },
{type: 'Feature',properties:{Name: '1', Address: '345 WEST 58TH STREET, 15Y, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9836822, 40.76795802]} },
{type: 'Feature',properties:{Name: '1', Address: '30 WEST 60TH STREET, 12D-N, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98296345, 40.76926715]} },
{type: 'Feature',properties:{Name: '1', Address: '345 WEST 58TH STREET, 10F, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9836822, 40.76795802]} },
{type: 'Feature',properties:{Name: '1', Address: '345 WEST 58TH STREET, 5Y, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9836822, 40.76795802]} },
{type: 'Feature',properties:{Name: '1', Address: '345 WEST 58TH STREET, 5M, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9836822, 40.76795802]} },
{type: 'Feature',properties:{Name: '1', Address: '30 WEST 60TH STREET, 14B, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98296345, 40.76926715]} },
{type: 'Feature',properties:{Name: '1', Address: '30 WEST 60TH STREET, 8FN, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98296345, 40.76926715]} },
{type: 'Feature',properties:{Name: '1', Address: '30 WEST 60TH STREET, 12B, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98296345, 40.76926715]} },
{type: 'Feature',properties:{Name: '1', Address: '30 WEST 60TH STREET, 4D, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98296345, 40.76926715]} },
{type: 'Feature',properties:{Name: '1', Address: '30 WEST 60TH STREET, 11UN, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98296345, 40.76926715]} },
{type: 'Feature',properties:{Name: '1', Address: '30 WEST 60TH STREET, 4P, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98296345, 40.76926715]} },
{type: 'Feature',properties:{Name: '1', Address: '30 WEST 60TH STREET, 8S, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98296345, 40.76926715]} },
{type: 'Feature',properties:{Name: '1', Address: '30 WEST 60 STREET, 15DN, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98296345, 40.76926715]} },
{type: 'Feature',properties:{Name: '1', Address: '345 WEST 58TH STREET, 2Y, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9836822, 40.76795802]} },
{type: 'Feature',properties:{Name: '1', Address: '30 WEST 60TH STREET, 7M, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98296345, 40.76926715]} },
{type: 'Feature',properties:{Name: '1', Address: '345 WEST 58TH STREET, 10S, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9836822, 40.76795802]} },
{type: 'Feature',properties:{Name: '1', Address: '30 WEST 60TH STREET, 6D, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98296345, 40.76926715]} },
{type: 'Feature',properties:{Name: '1', Address: '45 WEST 54TH STREET, 6A, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97686846, 40.76167688]} },
{type: 'Feature',properties:{Name: '1', Address: '45 W 54TH ST, 8D, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97686846, 40.76167688]} },
{type: 'Feature',properties:{Name: '1', Address: '35 WEST 54TH STREET, 10, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97663746, 40.76158077]} },
{type: 'Feature',properties:{Name: '1', Address: '25 WEST 54TH STREET, 10D, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97640647, 40.76148465]} },
{type: 'Feature',properties:{Name: '1', Address: '25 WEST 54TH STREET, 5A, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97640647, 40.76148465]} },
{type: 'Feature',properties:{Name: '1', Address: '25 WEST 54TH STREET, 11E, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97640647, 40.76148465]} },
{type: 'Feature',properties:{Name: '1', Address: '25 WEST 54TH STREET, 12F, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97640647, 40.76148465]} },
{type: 'Feature',properties:{Name: '1', Address: '25 WEST 54TH STREET, 12B, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97640647, 40.76148465]} },
{type: 'Feature',properties:{Name: '1', Address: '24 WEST 55TH STREET, 10-C, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97592254, 40.76208291]} },
{type: 'Feature',properties:{Name: '1', Address: '24 WEST 55TH STREET, 6B, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97592254, 40.76208291]} },
{type: 'Feature',properties:{Name: '1', Address: '17 WEST 54TH, 4A, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9762224, 40.76140502]} },
{type: 'Feature',properties:{Name: '1', Address: '24 WEST 55TH STREET, 4D, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97592254, 40.76208291]} },
{type: 'Feature',properties:{Name: '1', Address: '17 WEST 54TH STREET, 4C, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9762224, 40.76140502]} },
{type: 'Feature',properties:{Name: '1', Address: '24 WEST 55TH STREET, 11F, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97592254, 40.76208291]} },
{type: 'Feature',properties:{Name: '1', Address: '17 WEST 54TH STREET, 6B, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9762224, 40.76140502]} },
{type: 'Feature',properties:{Name: '1', Address: '17 WEST 54TH STREET, 10A, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9762224, 40.76140502]} },
{type: 'Feature',properties:{Name: '1', Address: '17 WEST 54TH STREET, 9UC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9762224, 40.76140502]} },
{type: 'Feature',properties:{Name: '1', Address: '24 WEST 55TH STREET, 9A, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97592254, 40.76208291]} },
{type: 'Feature',properties:{Name: '1', Address: '24 W 55TH, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97592254, 40.76208291]} },
{type: 'Feature',properties:{Name: '1', Address: '17 WEST 54TH STREET, 7C, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9762224, 40.76140502]} },
{type: 'Feature',properties:{Name: '1', Address: '27 WEST 55TH STREET, 64, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97599111, 40.76213233]} },
{type: 'Feature',properties:{Name: '1', Address: '24 CENTRAL PARK SOUTH, 17W, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97457859, 40.76495911]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 51ST STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98197279, 40.7613594]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 51ST STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98197279, 40.7613594]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 51ST STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98197279, 40.7613594]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 51ST STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98197279, 40.7613594]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 51ST STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98197279, 40.7613594]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 51ST STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98197279, 40.7613594]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 51ST STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98197279, 40.7613594]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 51ST STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98197279, 40.7613594]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 51 STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98197279, 40.7613594]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 51ST STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98197279, 40.7613594]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 51 STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98197279, 40.7613594]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 51ST STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98197279, 40.7613594]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 51ST STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98197279, 40.7613594]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 51ST STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98197279, 40.7613594]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 51ST STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98197279, 40.7613594]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 51ST STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98197279, 40.7613594]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 51ST STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98197279, 40.7613594]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 51ST STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98197279, 40.7613594]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 51ST STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98197279, 40.7613594]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 51ST STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98197279, 40.7613594]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 51ST STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98197279, 40.7613594]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 51ST STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98197279, 40.7613594]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 51ST STREET, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98197279, 40.7613594]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 51ST STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98197279, 40.7613594]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 51ST STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98197279, 40.7613594]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 51ST STREET, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98197279, 40.7613594]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '159 WEST 53RD STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98126128, 40.76271245]} },
{type: 'Feature',properties:{Name: '1', Address: '159 WEST 53RD STREET, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98126128, 40.76271245]} },
{type: 'Feature',properties:{Name: '1', Address: '159 WEST 53RD STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98126128, 40.76271245]} },
{type: 'Feature',properties:{Name: '1', Address: '159 WEST 53RD STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98126128, 40.76271245]} },
{type: 'Feature',properties:{Name: '1', Address: '159 WEST 53RD STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98126128, 40.76271245]} },
{type: 'Feature',properties:{Name: '1', Address: '159 WEST 53RD STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98126128, 40.76271245]} },
{type: 'Feature',properties:{Name: '1', Address: '112 WEST 56TH STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97832969, 40.76391138]} },
{type: 'Feature',properties:{Name: '1', Address: '112 WEST 56TH STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97832969, 40.76391138]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 56TH STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97973377, 40.7645045]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 56TH STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97973377, 40.7645045]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 56TH STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97973377, 40.7645045]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 56TH STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97973377, 40.7645045]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 56TH STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97973377, 40.7645045]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 56TH STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97973377, 40.7645045]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 56 STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97973377, 40.7645045]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 56TH STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97973377, 40.7645045]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 56TH STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97973377, 40.7645045]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 56TH STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97973377, 40.7645045]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 56TH STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97973377, 40.7645045]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 56TH STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97973377, 40.7645045]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 56TH STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97973377, 40.7645045]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 56TH STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97973377, 40.7645045]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 56TH STREET, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97973377, 40.7645045]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 56TH STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97973377, 40.7645045]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 56TH STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97973377, 40.7645045]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 56TH STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97973377, 40.7645045]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 56TH STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97973377, 40.7645045]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 56TH STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97973377, 40.7645045]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 56TH STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97973377, 40.7645045]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 56TH STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97973377, 40.7645045]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 56TH STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97973377, 40.7645045]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 56TH STREET, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97973377, 40.7645045]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 56TH STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97973377, 40.7645045]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 56TH STREET, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97973377, 40.7645045]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WEST 56TH STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97973377, 40.7645045]} },
{type: 'Feature',properties:{Name: '1', Address: '162 WEST 56TH STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97989259, 40.76457041]} },
{type: 'Feature',properties:{Name: '1', Address: '162 WEST 56TH STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97989259, 40.76457041]} },
{type: 'Feature',properties:{Name: '1', Address: '162 W 56TH STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97989259, 40.76457041]} },
{type: 'Feature',properties:{Name: '1', Address: '162 WEST 56TH STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97989259, 40.76457041]} },
{type: 'Feature',properties:{Name: '1', Address: '162 WEST 56TH STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97989259, 40.76457041]} },
{type: 'Feature',properties:{Name: '1', Address: '162 W 56TH STREET, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97989259, 40.76457041]} },
{type: 'Feature',properties:{Name: '1', Address: '162 WEST 56TH STREET, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97989259, 40.76457041]} },
{type: 'Feature',properties:{Name: '1', Address: '162 W 56TH STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97989259, 40.76457041]} },
{type: 'Feature',properties:{Name: '1', Address: '146 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9791993, 40.76515217]} },
{type: 'Feature',properties:{Name: '1', Address: '146 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9791993, 40.76515217]} },
{type: 'Feature',properties:{Name: '1', Address: '146 WEST 57, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9791993, 40.76515217]} },
{type: 'Feature',properties:{Name: '1', Address: '146 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9791993, 40.76515217]} },
{type: 'Feature',properties:{Name: '1', Address: '146 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9791993, 40.76515217]} },
{type: 'Feature',properties:{Name: '1', Address: '146 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9791993, 40.76515217]} },
{type: 'Feature',properties:{Name: '1', Address: '146 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9791993, 40.76515217]} },
{type: 'Feature',properties:{Name: '1', Address: '146 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9791993, 40.76515217]} },
{type: 'Feature',properties:{Name: '1', Address: '146 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9791993, 40.76515217]} },
{type: 'Feature',properties:{Name: '1', Address: '146 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9791993, 40.76515217]} },
{type: 'Feature',properties:{Name: '1', Address: '146 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9791993, 40.76515217]} },
{type: 'Feature',properties:{Name: '1', Address: '146 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9791993, 40.76515217]} },
{type: 'Feature',properties:{Name: '1', Address: '146 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9791993, 40.76515217]} },
{type: 'Feature',properties:{Name: '1', Address: '146 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9791993, 40.76515217]} },
{type: 'Feature',properties:{Name: '1', Address: '146 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9791993, 40.76515217]} },
{type: 'Feature',properties:{Name: '1', Address: '146 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9791993, 40.76515217]} },
{type: 'Feature',properties:{Name: '1', Address: '146 WEST 57 STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9791993, 40.76515217]} },
{type: 'Feature',properties:{Name: '1', Address: '146 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9791993, 40.76515217]} },
{type: 'Feature',properties:{Name: '1', Address: '146 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9791993, 40.76515217]} },
{type: 'Feature',properties:{Name: '1', Address: '146 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9791993, 40.76515217]} },
{type: 'Feature',properties:{Name: '1', Address: '120 WEST 58TH STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97754225, 40.76534124]} },
{type: 'Feature',properties:{Name: '1', Address: '120 WEST 58TH STREET, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97754225, 40.76534124]} },
{type: 'Feature',properties:{Name: '1', Address: '120 WEST 58 STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97754225, 40.76534124]} },
{type: 'Feature',properties:{Name: '1', Address: '120 WEST 58TH STREET, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97754225, 40.76534124]} },
{type: 'Feature',properties:{Name: '1', Address: '120 WEST 58TH STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97754225, 40.76534124]} },
{type: 'Feature',properties:{Name: '1', Address: '120 WEST 58TH STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97754225, 40.76534124]} },
{type: 'Feature',properties:{Name: '1', Address: '120 WEST 58TH STREET, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97754225, 40.76534124]} },
{type: 'Feature',properties:{Name: '1', Address: '171 W 57, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97947722, 40.76528945]} },
{type: 'Feature',properties:{Name: '1', Address: '171 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97947722, 40.76528945]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 58 STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97713799, 40.76516825]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 58TH STREET, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97713799, 40.76516825]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 58TH STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97713799, 40.76516825]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 58TH STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97713799, 40.76516825]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 58TH STREET, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97713799, 40.76516825]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 58TH STREET, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97713799, 40.76516825]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 58TH STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97713799, 40.76516825]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 58TH STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97713799, 40.76516825]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 58TH STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97713799, 40.76516825]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 58TH STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97713799, 40.76516825]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 58TH STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97713799, 40.76516825]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 58TH STREET, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97713799, 40.76516825]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 58TH STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97713799, 40.76516825]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 58TH STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97713799, 40.76516825]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WEST 58TH STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97713799, 40.76516825]} },
{type: 'Feature',properties:{Name: '1', Address: '157 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9792787, 40.76520433]} },
{type: 'Feature',properties:{Name: '1', Address: '157 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9792787, 40.76520433]} },
{type: 'Feature',properties:{Name: '1', Address: '157 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9792787, 40.76520433]} },
{type: 'Feature',properties:{Name: '1', Address: '157 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9792787, 40.76520433]} },
{type: 'Feature',properties:{Name: '1', Address: '157 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9792787, 40.76520433]} },
{type: 'Feature',properties:{Name: '1', Address: '157 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9792787, 40.76520433]} },
{type: 'Feature',properties:{Name: '1', Address: '157 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9792787, 40.76520433]} },
{type: 'Feature',properties:{Name: '1', Address: '157 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9792787, 40.76520433]} },
{type: 'Feature',properties:{Name: '1', Address: '157 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9792787, 40.76520433]} },
{type: 'Feature',properties:{Name: '1', Address: '157 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9792787, 40.76520433]} },
{type: 'Feature',properties:{Name: '1', Address: '157 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9792787, 40.76520433]} },
{type: 'Feature',properties:{Name: '1', Address: '157 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9792787, 40.76520433]} },
{type: 'Feature',properties:{Name: '1', Address: '157 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9792787, 40.76520433]} },
{type: 'Feature',properties:{Name: '1', Address: '157 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9792787, 40.76520433]} },
{type: 'Feature',properties:{Name: '1', Address: '157 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9792787, 40.76520433]} },
{type: 'Feature',properties:{Name: '1', Address: '157 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9792787, 40.76520433]} },
{type: 'Feature',properties:{Name: '1', Address: '157 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9792787, 40.76520433]} },
{type: 'Feature',properties:{Name: '1', Address: '157 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9792787, 40.76520433]} },
{type: 'Feature',properties:{Name: '1', Address: '157 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9792787, 40.76520433]} },
{type: 'Feature',properties:{Name: '1', Address: '157 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9792787, 40.76520433]} },
{type: 'Feature',properties:{Name: '1', Address: '157 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9792787, 40.76520433]} },
{type: 'Feature',properties:{Name: '1', Address: '157 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9792787, 40.76520433]} },
{type: 'Feature',properties:{Name: '1', Address: '157 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9792787, 40.76520433]} },
{type: 'Feature',properties:{Name: '1', Address: '157 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9792787, 40.76520433]} },
{type: 'Feature',properties:{Name: '1', Address: '157 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9792787, 40.76520433]} },
{type: 'Feature',properties:{Name: '1', Address: '157 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9792787, 40.76520433]} },
{type: 'Feature',properties:{Name: '1', Address: '157 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9792787, 40.76520433]} },
{type: 'Feature',properties:{Name: '1', Address: '160 CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97847322, 40.76661224]} },
{type: 'Feature',properties:{Name: '1', Address: '160 CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97847322, 40.76661224]} },
{type: 'Feature',properties:{Name: '1', Address: '160 CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97847322, 40.76661224]} },
{type: 'Feature',properties:{Name: '1', Address: '160 CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97847322, 40.76661224]} },
{type: 'Feature',properties:{Name: '1', Address: '160 CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97847322, 40.76661224]} },
{type: 'Feature',properties:{Name: '1', Address: '160 CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97847322, 40.76661224]} },
{type: 'Feature',properties:{Name: '1', Address: '160 CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97847322, 40.76661224]} },
{type: 'Feature',properties:{Name: '1', Address: '160 CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97847322, 40.76661224]} },
{type: 'Feature',properties:{Name: '1', Address: '106 CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97671538, 40.76586807]} },
{type: 'Feature',properties:{Name: '1', Address: '106 CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97671538, 40.76586807]} },
{type: 'Feature',properties:{Name: '1', Address: '106 CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97671538, 40.76586807]} },
{type: 'Feature',properties:{Name: '1', Address: '106 CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97671538, 40.76586807]} },
{type: 'Feature',properties:{Name: '1', Address: '106 CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97671538, 40.76586807]} },
{type: 'Feature',properties:{Name: '1', Address: '106 CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97671538, 40.76586807]} },
{type: 'Feature',properties:{Name: '1', Address: '106 CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97671538, 40.76586807]} },
{type: 'Feature',properties:{Name: '1', Address: '106 CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97671538, 40.76586807]} },
{type: 'Feature',properties:{Name: '1', Address: '106 CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97671538, 40.76586807]} },
{type: 'Feature',properties:{Name: '1', Address: '106 CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97671538, 40.76586807]} },
{type: 'Feature',properties:{Name: '1', Address: '106 CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97671538, 40.76586807]} },
{type: 'Feature',properties:{Name: '1', Address: '106 CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97671538, 40.76586807]} },
{type: 'Feature',properties:{Name: '1', Address: '106 CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97671538, 40.76586807]} },
{type: 'Feature',properties:{Name: '1', Address: '106 CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97671538, 40.76586807]} },
{type: 'Feature',properties:{Name: '1', Address: '106 CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97671538, 40.76586807]} },
{type: 'Feature',properties:{Name: '1', Address: '106 CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97671538, 40.76586807]} },
{type: 'Feature',properties:{Name: '1', Address: '106 CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97671538, 40.76586807]} },
{type: 'Feature',properties:{Name: '1', Address: '106 CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97671538, 40.76586807]} },
{type: 'Feature',properties:{Name: '1', Address: '106 CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97671538, 40.76586807]} },
{type: 'Feature',properties:{Name: '1', Address: '106 CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97671538, 40.76586807]} },
{type: 'Feature',properties:{Name: '1', Address: '106 CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97671538, 40.76586807]} },
{type: 'Feature',properties:{Name: '1', Address: '116 CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97697165, 40.76597791]} },
{type: 'Feature',properties:{Name: '1', Address: '116 CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97697165, 40.76597791]} },
{type: 'Feature',properties:{Name: '1', Address: '116 CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97697165, 40.76597791]} },
{type: 'Feature',properties:{Name: '1', Address: '116 CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97697165, 40.76597791]} },
{type: 'Feature',properties:{Name: '1', Address: '116 CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97697165, 40.76597791]} },
{type: 'Feature',properties:{Name: '1', Address: '100 CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97656017, 40.76580216]} },
{type: 'Feature',properties:{Name: '1', Address: '100 CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97656017, 40.76580216]} },
{type: 'Feature',properties:{Name: '1', Address: '100 CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97656017, 40.76580216]} },
{type: 'Feature',properties:{Name: '1', Address: '100 CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97656017, 40.76580216]} },
{type: 'Feature',properties:{Name: '1', Address: '247 WEST 46TH STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98657207, 40.75922736]} },
{type: 'Feature',properties:{Name: '1', Address: '247 WEST 46TH STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98657207, 40.75922736]} },
{type: 'Feature',properties:{Name: '1', Address: '247 WEST 46 STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98657207, 40.75922736]} },
{type: 'Feature',properties:{Name: '1', Address: '247 WEST 46TH STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98657207, 40.75922736]} },
{type: 'Feature',properties:{Name: '1', Address: '247 WEST 46TH STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98657207, 40.75922736]} },
{type: 'Feature',properties:{Name: '1', Address: '247 WEST 46TH STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98657207, 40.75922736]} },
{type: 'Feature',properties:{Name: '1', Address: '247 WEST 46TH STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98657207, 40.75922736]} },
{type: 'Feature',properties:{Name: '1', Address: '247 WEST 46TH STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98657207, 40.75922736]} },
{type: 'Feature',properties:{Name: '1', Address: '247 WEST 46TH ST, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98657207, 40.75922736]} },
{type: 'Feature',properties:{Name: '1', Address: '247 WEST 46TH STREET, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98657207, 40.75922736]} },
{type: 'Feature',properties:{Name: '1', Address: '247 WEST 46TH, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98744188, 40.75984777]} },
{type: 'Feature',properties:{Name: '1', Address: '247 WEST 46TH STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98657207, 40.75922736]} },
{type: 'Feature',properties:{Name: '1', Address: '247 WEST 46TH STREET, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98657207, 40.75922736]} },
{type: 'Feature',properties:{Name: '1', Address: '247 WEST 46TH STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98657207, 40.75922736]} },
{type: 'Feature',properties:{Name: '1', Address: '247 WEST 46TH STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98657207, 40.75922736]} },
{type: 'Feature',properties:{Name: '1', Address: '247 WEST 46TH STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98657207, 40.75922736]} },
{type: 'Feature',properties:{Name: '1', Address: '247 WEST 46TH STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98657207, 40.75922736]} },
{type: 'Feature',properties:{Name: '1', Address: '247 WEST 46TH STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98657207, 40.75922736]} },
{type: 'Feature',properties:{Name: '1', Address: '247 WEST 46TH STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98657207, 40.75922736]} },
{type: 'Feature',properties:{Name: '1', Address: '247 WEST 46TH STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98657207, 40.75922736]} },
{type: 'Feature',properties:{Name: '1', Address: '247 WEST 46TH STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98657207, 40.75922736]} },
{type: 'Feature',properties:{Name: '1', Address: '1600 BROADWAY, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98471284, 40.76034973]} },
{type: 'Feature',properties:{Name: '1', Address: '1600 BROADWAY, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98471284, 40.76034973]} },
{type: 'Feature',properties:{Name: '1', Address: '1600 BROADWAY, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98471284, 40.76034973]} },
{type: 'Feature',properties:{Name: '1', Address: '1600 BROADWAY, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98471284, 40.76034973]} },
{type: 'Feature',properties:{Name: '1', Address: '1600 BROADWAY, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98471284, 40.76034973]} },
{type: 'Feature',properties:{Name: '1', Address: '1600 BROADWAY, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98471284, 40.76034973]} },
{type: 'Feature',properties:{Name: '1', Address: '1600 BROADWAY, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98471284, 40.76034973]} },
{type: 'Feature',properties:{Name: '1', Address: '1600 BROADWAY, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98471284, 40.76034973]} },
{type: 'Feature',properties:{Name: '1', Address: '1600 BROADWAY, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98471284, 40.76034973]} },
{type: 'Feature',properties:{Name: '1', Address: '1600 BROADWAY, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98471284, 40.76034973]} },
{type: 'Feature',properties:{Name: '1', Address: '1600 BROADWAY, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98471284, 40.76034973]} },
{type: 'Feature',properties:{Name: '1', Address: '1600 BROADWAY, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98471284, 40.76034973]} },
{type: 'Feature',properties:{Name: '1', Address: '230 WEST 56TH STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98232542, 40.76559459]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 42ND STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99123954, 40.75783348]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 42ND STREET, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99123954, 40.75783348]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 42ND STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99123954, 40.75783348]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 42ND STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99123954, 40.75783348]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 42ND STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99123954, 40.75783348]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 42ND STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99123954, 40.75783348]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 42ND STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99123954, 40.75783348]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 42ND STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99123954, 40.75783348]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 42ND STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99123954, 40.75783348]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 42ND STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99123954, 40.75783348]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 42ND STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99123954, 40.75783348]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 42ND STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99123954, 40.75783348]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 42ND STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99123954, 40.75783348]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 42ND STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99123954, 40.75783348]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 42ND STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99123954, 40.75783348]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 42ND STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99123954, 40.75783348]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 42ND STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99123954, 40.75783348]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 42ND STREET, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99123954, 40.75783348]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 42ND STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99123954, 40.75783348]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 42ND STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99123954, 40.75783348]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 42ND STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99123954, 40.75783348]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 42ND STREET, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99123954, 40.75783348]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 42ND STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99123954, 40.75783348]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 42ND STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99123954, 40.75783348]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 42ND STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99123954, 40.75783348]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 42ND STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99123954, 40.75783348]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 42ND STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99123954, 40.75783348]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 42ND STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99123954, 40.75783348]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 42ND STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99123954, 40.75783348]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 42ND STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99123954, 40.75783348]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 42ND STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99123954, 40.75783348]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 42ND STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99123954, 40.75783348]} },
{type: 'Feature',properties:{Name: '1', Address: '393 WEST 49TH STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98884919, 40.76263383]} },
{type: 'Feature',properties:{Name: '1', Address: '362 WEST 50TH STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98815601, 40.76314429]} },
{type: 'Feature',properties:{Name: '1', Address: '368 WEST 50TH STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98825708, 40.76318547]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 50TH STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98795749, 40.76305918]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 50TH STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98795749, 40.76305918]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 50TH STREET, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98795749, 40.76305918]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 50TH STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98795749, 40.76305918]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 50 STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98795749, 40.76305918]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 50TH STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98795749, 40.76305918]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 50TH STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98795749, 40.76305918]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 50TH STREET, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98795749, 40.76305918]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 50TH STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98795749, 40.76305918]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 50TH STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98795749, 40.76305918]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 50TH STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98795749, 40.76305918]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 50TH STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98795749, 40.76305918]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 50TH STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98795749, 40.76305918]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 50TH STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98795749, 40.76305918]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 50TH STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98795749, 40.76305918]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 50TH STREET, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98795749, 40.76305918]} },
{type: 'Feature',properties:{Name: '1', Address: '393 WEST 49TH STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98884919, 40.76263383]} },
{type: 'Feature',properties:{Name: '1', Address: '393 WEST 49TH STREET, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98884919, 40.76263383]} },
{type: 'Feature',properties:{Name: '1', Address: '393 WEST 49TH STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98884919, 40.76263383]} },
{type: 'Feature',properties:{Name: '1', Address: '393 WEST 49TH STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98884919, 40.76263383]} },
{type: 'Feature',properties:{Name: '1', Address: '393 WEST 49TH STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98884919, 40.76263383]} },
{type: 'Feature',properties:{Name: '1', Address: '393 WEST 49TH STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98884919, 40.76263383]} },
{type: 'Feature',properties:{Name: '1', Address: '393 WEST 49TH STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98884919, 40.76263383]} },
{type: 'Feature',properties:{Name: '1', Address: '393 WEST 49TH STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98884919, 40.76263383]} },
{type: 'Feature',properties:{Name: '1', Address: '393 WEST 49TH STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98884919, 40.76263383]} },
{type: 'Feature',properties:{Name: '1', Address: '393 WEST 49TH STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98884919, 40.76263383]} },
{type: 'Feature',properties:{Name: '1', Address: '393 WEST 49TH STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98884919, 40.76263383]} },
{type: 'Feature',properties:{Name: '1', Address: '393 WEST 49TH STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98884919, 40.76263383]} },
{type: 'Feature',properties:{Name: '1', Address: '393 WEST 49TH STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98884919, 40.76263383]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 52ND STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98582751, 40.76380276]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 52ND STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98582751, 40.76380276]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 52ND STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98582751, 40.76380276]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 52ND STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98582751, 40.76380276]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 52ND STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98582751, 40.76380276]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 52ND STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98582751, 40.76380276]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 52ND STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98582751, 40.76380276]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 52ND STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98582751, 40.76380276]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 52ND STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98582751, 40.76380276]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 52ND STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98582751, 40.76380276]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 52ND STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98582751, 40.76380276]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 52ND STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98582751, 40.76380276]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 52ND STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98582751, 40.76380276]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 52ND STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98582751, 40.76380276]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 52ND STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98582751, 40.76380276]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 52ND STREET, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98582751, 40.76380276]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 52ND, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98582751, 40.76380276]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 52ND STREET, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98582751, 40.76380276]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 52ND STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98582751, 40.76380276]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 52ND STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98582751, 40.76380276]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 52ND STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98582751, 40.76380276]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 52ND STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98582751, 40.76380276]} },
{type: 'Feature',properties:{Name: '1', Address: '871 8 AVENUE, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98513444, 40.76364348]} },
{type: 'Feature',properties:{Name: '1', Address: '871 8 AVENUE, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98513444, 40.76364348]} },
{type: 'Feature',properties:{Name: '1', Address: '871 8 AVENUE, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98513444, 40.76364348]} },
{type: 'Feature',properties:{Name: '1', Address: '871 8 AVENUE, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98513444, 40.76364348]} },
{type: 'Feature',properties:{Name: '1', Address: '871 8 AVENUE, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98513444, 40.76364348]} },
{type: 'Feature',properties:{Name: '1', Address: '300 WEST 53RD STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98516677, 40.76434339]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 53RD STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98618108, 40.76476895]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 53RD STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98618108, 40.76476895]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 53RD STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98618108, 40.76476895]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 53RD STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98618108, 40.76476895]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 53RD, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98618108, 40.76476895]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 53RD STREET, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98618108, 40.76476895]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53 STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '340 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9841192, 40.76723072]} },
{type: 'Feature',properties:{Name: '1', Address: '340 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9841192, 40.76723072]} },
{type: 'Feature',properties:{Name: '1', Address: '340 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9841192, 40.76723072]} },
{type: 'Feature',properties:{Name: '1', Address: '340 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9841192, 40.76723072]} },
{type: 'Feature',properties:{Name: '1', Address: '340 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9841192, 40.76723072]} },
{type: 'Feature',properties:{Name: '1', Address: '340 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9841192, 40.76723072]} },
{type: 'Feature',properties:{Name: '1', Address: '340 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9841192, 40.76723072]} },
{type: 'Feature',properties:{Name: '1', Address: '340 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9841192, 40.76723072]} },
{type: 'Feature',properties:{Name: '1', Address: '340 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9841192, 40.76723072]} },
{type: 'Feature',properties:{Name: '1', Address: '340 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9841192, 40.76723072]} },
{type: 'Feature',properties:{Name: '1', Address: '340 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9841192, 40.76723072]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98432135, 40.76731858]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98432135, 40.76731858]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98432135, 40.76731858]} },
{type: 'Feature',properties:{Name: '1', Address: '333 WEST 56TH STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98443345, 40.76650615]} },
{type: 'Feature',properties:{Name: '1', Address: '333 WEST 56TH STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98443345, 40.76650615]} },
{type: 'Feature',properties:{Name: '1', Address: '333 W 56 ST, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98443345, 40.76650615]} },
{type: 'Feature',properties:{Name: '1', Address: '333 WEST 56TH STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98443345, 40.76650615]} },
{type: 'Feature',properties:{Name: '1', Address: '333 WEST 56TH STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98443345, 40.76650615]} },
{type: 'Feature',properties:{Name: '1', Address: '333 WEST 56TH STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98443345, 40.76650615]} },
{type: 'Feature',properties:{Name: '1', Address: '333 WEST 56TH STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98443345, 40.76650615]} },
{type: 'Feature',properties:{Name: '1', Address: '353 WEST 56TH STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98483774, 40.76667638]} },
{type: 'Feature',properties:{Name: '1', Address: '353 WEST 56TH STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98483774, 40.76667638]} },
{type: 'Feature',properties:{Name: '1', Address: '353 WEST 56TH STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98483774, 40.76667638]} },
{type: 'Feature',properties:{Name: '1', Address: '353 WEST 56TH STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98483774, 40.76667638]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57 STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '347 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842311, 40.76729661]} },
{type: 'Feature',properties:{Name: '1', Address: '347 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842311, 40.76729661]} },
{type: 'Feature',properties:{Name: '1', Address: '347 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842311, 40.76729661]} },
{type: 'Feature',properties:{Name: '1', Address: '347 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842311, 40.76729661]} },
{type: 'Feature',properties:{Name: '1', Address: '347 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842311, 40.76729661]} },
{type: 'Feature',properties:{Name: '1', Address: '347 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842311, 40.76729661]} },
{type: 'Feature',properties:{Name: '1', Address: '347 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842311, 40.76729661]} },
{type: 'Feature',properties:{Name: '1', Address: '347 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842311, 40.76729661]} },
{type: 'Feature',properties:{Name: '1', Address: '347 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842311, 40.76729661]} },
{type: 'Feature',properties:{Name: '1', Address: '347 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842311, 40.76729661]} },
{type: 'Feature',properties:{Name: '1', Address: '347 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9842311, 40.76729661]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98329618, 40.76690123]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98329618, 40.76690123]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98329618, 40.76690123]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98329618, 40.76690123]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98329618, 40.76690123]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98329618, 40.76690123]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98329618, 40.76690123]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98329618, 40.76690123]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98329618, 40.76690123]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98329618, 40.76690123]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98329618, 40.76690123]} },
{type: 'Feature',properties:{Name: '1', Address: '25 COLUMBUS CIRCLE, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98229582, 40.76828992]} },
{type: 'Feature',properties:{Name: '1', Address: '25 COLUMBUS CIRCLE, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98229582, 40.76828992]} },
{type: 'Feature',properties:{Name: '1', Address: '25 COLUMBUS CIRCLE, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98229582, 40.76828992]} },
{type: 'Feature',properties:{Name: '1', Address: '25 COLUMBUS CIRCLE, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98229582, 40.76828992]} },
{type: 'Feature',properties:{Name: '1', Address: '25 COLUMBUS CIRCLE, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98229582, 40.76828992]} },
{type: 'Feature',properties:{Name: '1', Address: '25 COLUMBUS CIRCLE, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98229582, 40.76828992]} },
{type: 'Feature',properties:{Name: '1', Address: '25 COLUMBUS CIRCLE, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98229582, 40.76828992]} },
{type: 'Feature',properties:{Name: '1', Address: '80 COLUMBUS CIRCLE, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98209724, 40.76839968]} },
{type: 'Feature',properties:{Name: '1', Address: '80 COLUMBUS CIRCLE, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98209724, 40.76839968]} },
{type: 'Feature',properties:{Name: '1', Address: '25 COLUMBUS CIRCLE, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98229582, 40.76828992]} },
{type: 'Feature',properties:{Name: '1', Address: '25 COLUMBUS CIRCLE, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98229582, 40.76828992]} },
{type: 'Feature',properties:{Name: '1', Address: '16 WEST 48TH STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97886236, 40.75759308]} },
{type: 'Feature',properties:{Name: '1', Address: '16 WEST 48TH STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97886236, 40.75759308]} },
{type: 'Feature',properties:{Name: '1', Address: '18 WEST 48TH STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97894176, 40.75762604]} },
{type: 'Feature',properties:{Name: '1', Address: '16 WEST 48TH STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97886236, 40.75759308]} },
{type: 'Feature',properties:{Name: '1', Address: '18 WEST 48TH STREET, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97894176, 40.75762604]} },
{type: 'Feature',properties:{Name: '1', Address: '18 WEST 48TH STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97894176, 40.75762604]} },
{type: 'Feature',properties:{Name: '1', Address: '18 WEST 48TH STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97894176, 40.75762604]} },
{type: 'Feature',properties:{Name: '1', Address: '18 WEST 48TH STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97894176, 40.75762604]} },
{type: 'Feature',properties:{Name: '1', Address: '18 WEST 48TH STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97894176, 40.75762604]} },
{type: 'Feature',properties:{Name: '1', Address: '18 WEST 48TH STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97894176, 40.75762604]} },
{type: 'Feature',properties:{Name: '1', Address: '18 WEST 48TH STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97894176, 40.75762604]} },
{type: 'Feature',properties:{Name: '1', Address: '18 WEST 48TH STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97894176, 40.75762604]} },
{type: 'Feature',properties:{Name: '1', Address: '18 WEST 48TH STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97894176, 40.75762604]} },
{type: 'Feature',properties:{Name: '1', Address: '18 WEST 48TH STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97894176, 40.75762604]} },
{type: 'Feature',properties:{Name: '1', Address: '18 WEST 48TH STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97894176, 40.75762604]} },
{type: 'Feature',properties:{Name: '1', Address: '20 WEST 53RD STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97717192, 40.76097154]} },
{type: 'Feature',properties:{Name: '1', Address: '20 WEST 53RD STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97717192, 40.76097154]} },
{type: 'Feature',properties:{Name: '1', Address: '20 WEST 53RD STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97717192, 40.76097154]} },
{type: 'Feature',properties:{Name: '1', Address: '20 WEST 53RD STREET, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97717192, 40.76097154]} },
{type: 'Feature',properties:{Name: '1', Address: '20 WEST 53RD STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97717192, 40.76097154]} },
{type: 'Feature',properties:{Name: '1', Address: '20 WEST 53RD STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97717192, 40.76097154]} },
{type: 'Feature',properties:{Name: '1', Address: '20 WEST 53RD STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97717192, 40.76097154]} },
{type: 'Feature',properties:{Name: '1', Address: '20 WEST 53RD STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97717192, 40.76097154]} },
{type: 'Feature',properties:{Name: '1', Address: '20 WEST 53RD STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97717192, 40.76097154]} },
{type: 'Feature',properties:{Name: '1', Address: '20 WEST 53RD STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97717192, 40.76097154]} },
{type: 'Feature',properties:{Name: '1', Address: '20 WEST 53RD STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97717192, 40.76097154]} },
{type: 'Feature',properties:{Name: '1', Address: '20 WEST 53RD STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97717192, 40.76097154]} },
{type: 'Feature',properties:{Name: '1', Address: '20 WEST 53RD STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97717192, 40.76097154]} },
{type: 'Feature',properties:{Name: '1', Address: '20 WEST 53RD STREET, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97717192, 40.76097154]} },
{type: 'Feature',properties:{Name: '1', Address: '20 WEST 53RD STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97717192, 40.76097154]} },
{type: 'Feature',properties:{Name: '1', Address: '20 WEST 53RD STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97717192, 40.76097154]} },
{type: 'Feature',properties:{Name: '1', Address: '20 WEST 53RD STREET, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97717192, 40.76097154]} },
{type: 'Feature',properties:{Name: '1', Address: '20 WEST 53RD STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97717192, 40.76097154]} },
{type: 'Feature',properties:{Name: '1', Address: '20 WEST 53RD STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97717192, 40.76097154]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WEST 53RD STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97728019, 40.76103744]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WEST 53RD STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97728019, 40.76103744]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WEST 53RD STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97728019, 40.76103744]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WEST 53RD STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97728019, 40.76103744]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WEST 53 STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97728019, 40.76103744]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WEST 53RD STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97728019, 40.76103744]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WEST 53RD STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97728019, 40.76103744]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WEST 53RD STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97728019, 40.76103744]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WEST 53RD STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97728019, 40.76103744]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WEST 53RD STREET, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97728019, 40.76103744]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WEST 53RD STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97728019, 40.76103744]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WEST 53RD STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97728019, 40.76103744]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WEST 53RD STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97728019, 40.76103744]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WEST 53RD STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97728019, 40.76103744]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WEST 53RD STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97728019, 40.76103744]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WEST 53RD STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97728019, 40.76103744]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WEST 53RD STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97728019, 40.76103744]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WEST 53RD STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97728019, 40.76103744]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WEST 53RD STREET, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97728019, 40.76103744]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WEST 53RD STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97728019, 40.76103744]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WEST 53RD STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97728019, 40.76103744]} },
{type: 'Feature',properties:{Name: '1', Address: '15 WEST 53RD STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97728019, 40.76103744]} },
{type: 'Feature',properties:{Name: '1', Address: '40 WEST 55TH STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97629791, 40.76223944]} },
{type: 'Feature',properties:{Name: '1', Address: '77 WEST 55TH STREET, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97714609, 40.76261564]} },
{type: 'Feature',properties:{Name: '1', Address: '77 WEST 55TH STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97714609, 40.76261564]} },
{type: 'Feature',properties:{Name: '1', Address: '77 WEST 55TH STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97714609, 40.76261564]} },
{type: 'Feature',properties:{Name: '1', Address: '77 WEST 55TH STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97714609, 40.76261564]} },
{type: 'Feature',properties:{Name: '1', Address: '77 WEST 55 STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97714609, 40.76261564]} },
{type: 'Feature',properties:{Name: '1', Address: '77 WEST 55TH STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97714609, 40.76261564]} },
{type: 'Feature',properties:{Name: '1', Address: '77 WEST 55TH STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97714609, 40.76261564]} },
{type: 'Feature',properties:{Name: '1', Address: '77 WEST 55TH STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97714609, 40.76261564]} },
{type: 'Feature',properties:{Name: '1', Address: '77 WEST 55TH STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97714609, 40.76261564]} },
{type: 'Feature',properties:{Name: '1', Address: '33 WEST 56TH, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9756732, 40.76281296]} },
{type: 'Feature',properties:{Name: '1', Address: '33 WEST 56TH STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9756732, 40.76281296]} },
{type: 'Feature',properties:{Name: '1', Address: '33 WEST 56TH STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9756732, 40.76281296]} },
{type: 'Feature',properties:{Name: '1', Address: '33 WEST 56TH, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9756732, 40.76281296]} },
{type: 'Feature',properties:{Name: '1', Address: '33 WEST 56TH STREET, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9756732, 40.76281296]} },
{type: 'Feature',properties:{Name: '1', Address: '33 WEST 56TH STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9756732, 40.76281296]} },
{type: 'Feature',properties:{Name: '1', Address: '58 WEST 58TH STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97551014, 40.7644927]} },
{type: 'Feature',properties:{Name: '1', Address: '58 WEST 58TH STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97551014, 40.7644927]} },
{type: 'Feature',properties:{Name: '1', Address: '58 WEST 58TH STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97551014, 40.7644927]} },
{type: 'Feature',properties:{Name: '1', Address: '58 WEST 58TH, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97551014, 40.7644927]} },
{type: 'Feature',properties:{Name: '1', Address: '58 WEST 58TH, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97551014, 40.7644927]} },
{type: 'Feature',properties:{Name: '1', Address: '58 WEST 58TH, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97551014, 40.7644927]} },
{type: 'Feature',properties:{Name: '1', Address: '58 WEST 58TH STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97551014, 40.7644927]} },
{type: 'Feature',properties:{Name: '1', Address: '58 WEST 58TH STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97551014, 40.7644927]} },
{type: 'Feature',properties:{Name: '1', Address: '58 WEST 58TH STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97551014, 40.7644927]} },
{type: 'Feature',properties:{Name: '1', Address: '58 WEST 58TH STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97551014, 40.7644927]} },
{type: 'Feature',properties:{Name: '1', Address: '58 WEST 58TH STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97551014, 40.7644927]} },
{type: 'Feature',properties:{Name: '1', Address: '57 WEST 58TH STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97552818, 40.76452016]} },
{type: 'Feature',properties:{Name: '1', Address: '57 WEST 58TH STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97552818, 40.76452016]} },
{type: 'Feature',properties:{Name: '1', Address: '1 CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97372678, 40.76459661]} },
{type: 'Feature',properties:{Name: '1', Address: '768 5 AVENUE, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97395077, 40.76415476]} },
{type: 'Feature',properties:{Name: '1', Address: '768 5 AVENUE, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97395077, 40.76415476]} },
{type: 'Feature',properties:{Name: '1', Address: '768 5 AVENUE, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97395077, 40.76415476]} },
{type: 'Feature',properties:{Name: '1', Address: '1 CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97372678, 40.76459661]} },
{type: 'Feature',properties:{Name: '1', Address: '768 5TH AVENUE, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97395077, 40.76415476]} },
{type: 'Feature',properties:{Name: '1', Address: '768 5 AVENUE, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97395077, 40.76415476]} },
{type: 'Feature',properties:{Name: '1', Address: '768 5 AVENUE, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97395077, 40.76415476]} },
{type: 'Feature',properties:{Name: '1', Address: '768 5 AVENUE, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97395077, 40.76415476]} },
{type: 'Feature',properties:{Name: '1', Address: '768 5 AVENUE, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97395077, 40.76415476]} },
{type: 'Feature',properties:{Name: '1', Address: '768 FIFTH AVENUE, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97395077, 40.76415476]} },
{type: 'Feature',properties:{Name: '1', Address: '768 5TH AVENUE, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97395077, 40.76415476]} },
{type: 'Feature',properties:{Name: '1', Address: '768 5 AVENUE, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97395077, 40.76415476]} },
{type: 'Feature',properties:{Name: '1', Address: '768 5 AVENUE, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97395077, 40.76415476]} },
{type: 'Feature',properties:{Name: '1', Address: '768 5TH AVENUE, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97395077, 40.76415476]} },
{type: 'Feature',properties:{Name: '1', Address: 'ONE CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97444522, 40.76445405]} },
{type: 'Feature',properties:{Name: '1', Address: '347 WEST 53RD STREET, MIDTOWN WEST', Month: '4', Price: '3492'}, geometry: { type: 'Point', coordinates:[-73.98609083, 40.76474973]} },
{type: 'Feature',properties:{Name: '1', Address: '9 WEST 46TH STREET, MIDTOWN WEST', Month: '12', Price: '7693'}, geometry: { type: 'Point', coordinates:[-73.97968934, 40.75631967]} },
{type: 'Feature',properties:{Name: '1', Address: '22 CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97453889, 40.76494538]} },
{type: 'Feature',properties:{Name: '1', Address: '22 CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97453889, 40.76494538]} },
{type: 'Feature',properties:{Name: '1', Address: '22 CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97453889, 40.76494538]} },
{type: 'Feature',properties:{Name: '1', Address: '22 CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97453889, 40.76494538]} },
{type: 'Feature',properties:{Name: '1', Address: '140 WEST 58TH STREET, PHA, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97794651, 40.7655115]} },
{type: 'Feature',properties:{Name: '1', Address: '140 WEST 58TH STREET, PHC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97794651, 40.7655115]} },
{type: 'Feature',properties:{Name: '1', Address: '140 WEST 58TH STREET, 6B, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97794651, 40.7655115]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 58TH, 7C, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97781657, 40.76547579]} },
{type: 'Feature',properties:{Name: '1', Address: '200 WEST 54TH STREET, 9G, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98159674, 40.7636512]} },
{type: 'Feature',properties:{Name: '1', Address: '200 WEST 54TH STREET, 9A, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98159674, 40.7636512]} },
{type: 'Feature',properties:{Name: '1', Address: '200 WEST 54TH STREET, 10L, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98159674, 40.7636512]} },
{type: 'Feature',properties:{Name: '1', Address: '200 WEST 54TH STREET, 5A, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98159674, 40.7636512]} },
{type: 'Feature',properties:{Name: '1', Address: '200 WEST 54TH STREET, 10C, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98159674, 40.7636512]} },
{type: 'Feature',properties:{Name: '1', Address: '200 WEST 54TH STREET, 2J, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98159674, 40.7636512]} },
{type: 'Feature',properties:{Name: '1', Address: '200 WEST 54TH STREET, 12B, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98159674, 40.7636512]} },
{type: 'Feature',properties:{Name: '1', Address: '200 WEST 54TH STREET, 10D, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98159674, 40.7636512]} },
{type: 'Feature',properties:{Name: '1', Address: '200 WEST 54TH STREET, 10G, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98159674, 40.7636512]} },
{type: 'Feature',properties:{Name: '1', Address: '200 WEST 54TH STREET, 10K, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98159674, 40.7636512]} },
{type: 'Feature',properties:{Name: '1', Address: '200 WEST 54TH STREET, PHE, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98159674, 40.7636512]} },
{type: 'Feature',properties:{Name: '1', Address: '333 WEST 57TH STREET, 811, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98394593, 40.7671758]} },
{type: 'Feature',properties:{Name: '1', Address: '333 WEST 57TH STREET, 305, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98394593, 40.7671758]} },
{type: 'Feature',properties:{Name: '1', Address: '333 WEST 57TH STREET, 307, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98394593, 40.7671758]} },
{type: 'Feature',properties:{Name: '1', Address: '333 WEST 57TH STREET, 802, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98394593, 40.7671758]} },
{type: 'Feature',properties:{Name: '1', Address: '333 WEST 57TH STREET, 803, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98394593, 40.7671758]} },
{type: 'Feature',properties:{Name: '1', Address: '333 WEST 57TH STREET, 506, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98394593, 40.7671758]} },
{type: 'Feature',properties:{Name: '1', Address: '333 WEST 57TH STREET, 303, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98394593, 40.7671758]} },
{type: 'Feature',properties:{Name: '1', Address: '1071-1079 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '174028'}, geometry: { type: 'Point', coordinates:[-73.98508603, 40.75413293]} },
{type: 'Feature',properties:{Name: '1', Address: '1460 BROADWAY, MIDTOWN WEST', Month: '1', Price: '194479'}, geometry: { type: 'Point', coordinates:[-73.98628417, 40.75499768]} },
{type: 'Feature',properties:{Name: '1', Address: '120 WEST 45TH STREET, MIDTOWN WEST', Month: '8', Price: '426056'}, geometry: { type: 'Point', coordinates:[-73.98354409, 40.75711626]} },
{type: 'Feature',properties:{Name: '1', Address: '787 7 AVENUE, MIDTOWN WEST', Month: '9', Price: '1638637'}, geometry: { type: 'Point', coordinates:[-73.98262239, 40.76195511]} },
{type: 'Feature',properties:{Name: '1', Address: '111 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '199952'}, geometry: { type: 'Point', coordinates:[-73.97774467, 40.76456178]} },
{type: 'Feature',properties:{Name: '1', Address: '215 WEST 40TH STREET, MIDTOWN WEST', Month: '6', Price: '65186'}, geometry: { type: 'Point', coordinates:[-73.98859419, 40.75505557]} },
{type: 'Feature',properties:{Name: '1', Address: '1700 BROADWAY, MIDTOWN WEST', Month: '6', Price: '596559'}, geometry: { type: 'Point', coordinates:[-73.98239822, 40.76334117]} },
{type: 'Feature',properties:{Name: '1', Address: '1700 BROADWAY, MIDTOWN WEST', Month: '1', Price: '596559'}, geometry: { type: 'Point', coordinates:[-73.98239822, 40.76334117]} },
{type: 'Feature',properties:{Name: '1', Address: '1710 BROADWAY, MIDTOWN WEST', Month: '6', Price: '52150'}, geometry: { type: 'Point', coordinates:[-73.98239076, 40.76422498]} },
{type: 'Feature',properties:{Name: '1', Address: '894 7 AVENUE, MIDTOWN WEST', Month: '9', Price: '124782'}, geometry: { type: 'Point', coordinates:[-73.98026783, 40.76521823]} },
{type: 'Feature',properties:{Name: '1', Address: '326 WEST 48TH STREET, MIDTOWN WEST', Month: '1', Price: '7500'}, geometry: { type: 'Point', coordinates:[-73.98797583, 40.76143155]} },
{type: 'Feature',properties:{Name: '1', Address: '3 WEST 46TH STREET, MIDTOWN WEST', Month: '11', Price: '9365'}, geometry: { type: 'Point', coordinates:[-73.97955219, 40.75626201]} },
{type: 'Feature',properties:{Name: '1', Address: '562 5 AVENUE, MIDTOWN WEST', Month: '6', Price: '42349'}, geometry: { type: 'Point', coordinates:[-73.97923096, 40.75622627]} },
{type: 'Feature',properties:{Name: '1', Address: '564 5 AVENUE, MIDTOWN WEST', Month: '10', Price: '28263'}, geometry: { type: 'Point', coordinates:[-73.97892417, 40.7561823]} },
{type: 'Feature',properties:{Name: '1', Address: '570 5 AVENUE, MIDTOWN WEST', Month: '9', Price: '11367'}, geometry: { type: 'Point', coordinates:[-73.978805, 40.75634696]} },
{type: 'Feature',properties:{Name: '1', Address: '570 5 AVENUE, MIDTOWN WEST', Month: '4', Price: '11367'}, geometry: { type: 'Point', coordinates:[-73.978805, 40.75634696]} },
{type: 'Feature',properties:{Name: '1', Address: '574 5 AVENUE, MIDTOWN WEST', Month: '1', Price: '12960'}, geometry: { type: 'Point', coordinates:[-73.97872556, 40.75645673]} },
{type: 'Feature',properties:{Name: '1', Address: '574 5 AVENUE, MIDTOWN WEST', Month: '4', Price: '12960'}, geometry: { type: 'Point', coordinates:[-73.97872556, 40.75645673]} },
{type: 'Feature',properties:{Name: '1', Address: '2 WEST 47TH STREET, MIDTOWN WEST', Month: '3', Price: '78230'}, geometry: { type: 'Point', coordinates:[-73.97905751, 40.75685204]} },
{type: 'Feature',properties:{Name: '1', Address: '10 WEST 47TH STREET, MIDTOWN WEST', Month: '12', Price: '71738'}, geometry: { type: 'Point', coordinates:[-73.97924518, 40.75693167]} },
{type: 'Feature',properties:{Name: '1', Address: '730 5 AVENUE, MIDTOWN WEST', Month: '10', Price: '348580'}, geometry: { type: 'Point', coordinates:[-73.97422211, 40.76263423]} },
{type: 'Feature',properties:{Name: '1', Address: '166 WEST 48TH STREET, MIDTOWN WEST', Month: '3', Price: '4792'}, geometry: { type: 'Point', coordinates:[-73.98310676, 40.75938061]} },
{type: 'Feature',properties:{Name: '1', Address: '243 WEST 42ND STREET, MIDTOWN WEST', Month: '9', Price: '150000'}, geometry: { type: 'Point', coordinates:[-73.9887888, 40.75682046]} },
{type: 'Feature',properties:{Name: '1', Address: '734 7 AVENUE, MIDTOWN WEST', Month: '7', Price: '4830'}, geometry: { type: 'Point', coordinates:[-73.98391151, 40.76022611]} },
{type: 'Feature',properties:{Name: '1', Address: '1604-1610 BROADWAY, MIDTOWN WEST', Month: '8', Price: '21216'}, geometry: { type: 'Point', coordinates:[-73.98464783, 40.76048696]} },
{type: 'Feature',properties:{Name: '1', Address: '341 WEST 44TH STREET, MIDTOWN WEST', Month: '2', Price: '7220'}, geometry: { type: 'Point', coordinates:[-73.99007707, 40.75906303]} },
{type: 'Feature',properties:{Name: '1', Address: '11 WEST 46TH STREET, MIDTOWN WEST', Month: '7', Price: '8140'}, geometry: { type: 'Point', coordinates:[-73.97973625, 40.75633889]} },
{type: 'Feature',properties:{Name: '1', Address: '7 WEST 46TH STREET, MIDTOWN WEST', Month: '8', Price: '6858'}, geometry: { type: 'Point', coordinates:[-73.97964242, 40.75630045]} },
{type: 'Feature',properties:{Name: '1', Address: '5 WEST 46TH STREET, MIDTOWN WEST', Month: '3', Price: '9280'}, geometry: { type: 'Point', coordinates:[-73.9795955, 40.75628123]} },
{type: 'Feature',properties:{Name: '1', Address: '25 WEST 47TH STREET, MIDTOWN WEST', Month: '5', Price: '5643'}, geometry: { type: 'Point', coordinates:[-73.97959886, 40.75710191]} },
{type: 'Feature',properties:{Name: '1', Address: '38 WEST 56TH STREET, MIDTOWN WEST', Month: '4', Price: '8400'}, geometry: { type: 'Point', coordinates:[-73.97579592, 40.76284317]} },
{type: 'Feature',properties:{Name: '1', Address: '38 WEST 56TH STREET, MIDTOWN WEST', Month: '2', Price: '8400'}, geometry: { type: 'Point', coordinates:[-73.97579592, 40.76284317]} },
{type: 'Feature',properties:{Name: '1', Address: '38 WEST 56TH STREET, MIDTOWN WEST', Month: '6', Price: '8400'}, geometry: { type: 'Point', coordinates:[-73.97579592, 40.76284317]} },
{type: 'Feature',properties:{Name: '1', Address: '11 WEST 56TH STREET, MIDTOWN WEST', Month: '1', Price: '9447'}, geometry: { type: 'Point', coordinates:[-73.9751679, 40.7626015]} },
{type: 'Feature',properties:{Name: '1', Address: '311-319 WEST 43RD STREET, MIDTOWN WEST', Month: '10', Price: '167110'}, geometry: { type: 'Point', coordinates:[-73.98992199, 40.75817921]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '2', Price: '283785'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '153 WEST 54TH STREET, MIDTOWN WEST', Month: '9', Price: '625844'}, geometry: { type: 'Point', coordinates:[-73.98061135, 40.7632558]} },
{type: 'Feature',properties:{Name: '1', Address: '220 WEST 41ST STREET, MIDTOWN WEST', Month: '7', Price: '141335'}, geometry: { type: 'Point', coordinates:[-73.98828006, 40.75571702]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 W 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57 STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57 STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57 STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57 STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57 STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57 STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57 STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57 STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57 STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH ST, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH ST, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '9', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '5', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '4', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '8', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '102 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '112850'}, geometry: { type: 'Point', coordinates:[-73.97753172, 40.76445469]} },
{type: 'Feature',properties:{Name: '1', Address: '318 WEST 51ST STREET, MIDTOWN WEST', Month: '3', Price: '54568'}, geometry: { type: 'Point', coordinates:[-73.98646657, 40.7632484]} },
{type: 'Feature',properties:{Name: '1', Address: '47 WEST 44TH STREET, MIDTOWN WEST', Month: '9', Price: '52575'}, geometry: { type: 'Point', coordinates:[-73.98147628, 40.75543891]} },
{type: 'Feature',properties:{Name: '1', Address: '13 WEST 46TH STREET, MIDTOWN WEST', Month: '6', Price: '6774'}, geometry: { type: 'Point', coordinates:[-73.97977956, 40.75635811]} },
{type: 'Feature',properties:{Name: '1', Address: '135 WEST 52ND STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98088253, 40.76173526]} },
{type: 'Feature',properties:{Name: '1', Address: '224 WEST 57TH STREET, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98107265, 40.76594847]} },
{type: 'Feature',properties:{Name: '1', Address: '154 WEST 55TH STREET, MIDTOWN WEST', Month: '9', Price: '8949'}, geometry: { type: 'Point', coordinates:[-73.98021407, 40.76388977]} },
{type: 'Feature',properties:{Name: '1', Address: '360 WEST 52ND STREET, MIDTOWN WEST', Month: '11', Price: '2772'}, geometry: { type: 'Point', coordinates:[-73.98684181, 40.76422832]} },
{type: 'Feature',properties:{Name: '1', Address: '719 SEVENTH AVENUE, MIDTOWN WEST', Month: '10', Price: '7396'}, geometry: { type: 'Point', coordinates:[-73.98423289, 40.75974308]} },
{type: 'Feature',properties:{Name: '1', Address: '520 5 AVENUE, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98022772, 40.75439844]} },
{type: 'Feature',properties:{Name: '1', Address: '240 WEST 44TH STREET, MIDTOWN WEST', Month: '1', Price: '34462'}, geometry: { type: 'Point', coordinates:[-73.98753247, 40.75796763]} },
{type: 'Feature',properties:{Name: '1', Address: '239 WEST 52ND STREET, MIDTOWN WEST', Month: '10', Price: '542276'}, geometry: { type: 'Point', coordinates:[-73.98387835, 40.7629983]} },
{type: 'Feature',properties:{Name: '1', Address: '229 WEST 43RD STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.987446, 40.75713597]} },
{type: 'Feature',properties:{Name: '1', Address: '224 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98107265, 40.76594847]} },
{type: 'Feature',properties:{Name: '1', Address: '36 WEST 44TH STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98122727, 40.75531535]} },
{type: 'Feature',properties:{Name: '1', Address: '36 WEST 44TH STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98122727, 40.75531535]} },
{type: 'Feature',properties:{Name: '1', Address: '36 WEST 44TH STREET, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98122727, 40.75531535]} },
{type: 'Feature',properties:{Name: '1', Address: '36 WEST 44TH STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98122727, 40.75531535]} },
{type: 'Feature',properties:{Name: '1', Address: '36 WEST 44TH STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98122727, 40.75531535]} },
{type: 'Feature',properties:{Name: '1', Address: '36 WEST 44TH STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98122727, 40.75531535]} },
{type: 'Feature',properties:{Name: '1', Address: '36 WEST 44TH STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98122727, 40.75531535]} },
{type: 'Feature',properties:{Name: '1', Address: '36 WEST 44TH STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98122727, 40.75531535]} },
{type: 'Feature',properties:{Name: '1', Address: '10 W 46TH STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97970378, 40.75630595]} },
{type: 'Feature',properties:{Name: '1', Address: '62 WEST 47TH STREET, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98046866, 40.75745064]} },
{type: 'Feature',properties:{Name: '1', Address: '62 WEST 47TH STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98046866, 40.75745064]} },
{type: 'Feature',properties:{Name: '1', Address: '62 WEST 47 STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98046866, 40.75745064]} },
{type: 'Feature',properties:{Name: '1', Address: '62 WEST 47TH STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98046866, 40.75745064]} },
{type: 'Feature',properties:{Name: '1', Address: '50 WEST 47TH STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98018715, 40.75733257]} },
{type: 'Feature',properties:{Name: '1', Address: '50 WEST 47TH STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98018715, 40.75733257]} },
{type: 'Feature',properties:{Name: '1', Address: '50 WEST 47TH STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98018715, 40.75733257]} },
{type: 'Feature',properties:{Name: '1', Address: '50 WEST 47TH STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98018715, 40.75733257]} },
{type: 'Feature',properties:{Name: '1', Address: '50 WEST 47TH STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98018715, 40.75733257]} },
{type: 'Feature',properties:{Name: '1', Address: '50 WEST 47TH STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98018715, 40.75733257]} },
{type: 'Feature',properties:{Name: '1', Address: '50 WEST 47TH STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98018715, 40.75733257]} },
{type: 'Feature',properties:{Name: '1', Address: '50 WEST 47TH STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98018715, 40.75733257]} },
{type: 'Feature',properties:{Name: '1', Address: '50 WEST 47TH STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98018715, 40.75733257]} },
{type: 'Feature',properties:{Name: '1', Address: '50 WEST 47TH STREET, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98018715, 40.75733257]} },
{type: 'Feature',properties:{Name: '1', Address: '50 WEST 47TH STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98018715, 40.75733257]} },
{type: 'Feature',properties:{Name: '1', Address: 'WEST 47TH STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98082608, 40.75718446]} },
{type: 'Feature',properties:{Name: '1', Address: 'WEST 47TH STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98082608, 40.75718446]} },
{type: 'Feature',properties:{Name: '1', Address: '50 WEST 47TH STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98018715, 40.75733257]} },
{type: 'Feature',properties:{Name: '1', Address: '33 WEST 56TH STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9756732, 40.76281296]} },
{type: 'Feature',properties:{Name: '1', Address: '1 CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97372678, 40.76459661]} },
{type: 'Feature',properties:{Name: '1', Address: '30 CENTRAL PARK SOUTH, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97468688, 40.76500579]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 42ND STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99123954, 40.75783348]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 6 AVENUE, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 6 AVENUE, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 6 AVENUE, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 6 AVENUE, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 6TH AVE, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 6 AVENUE, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUES OF THE AMERI, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF AMERICAS, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF AMERICAS, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMER, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874176, 40.76221795]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1335 AVENUE OF THE AMERIC, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97971274, 40.7624432]} },
{type: 'Feature',properties:{Name: '1', Address: '1717 BROADWAY, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98236546, 40.76435947]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '200 WEST 56TH STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98075165, 40.76492737]} },
{type: 'Feature',properties:{Name: '1', Address: '200 WEST 56TH STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98075165, 40.76492737]} },
{type: 'Feature',properties:{Name: '1', Address: '200 WEST 56TH STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98075165, 40.76492737]} },
{type: 'Feature',properties:{Name: '1', Address: '200 WEST 56TH STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98075165, 40.76492737]} },
{type: 'Feature',properties:{Name: '1', Address: '200 WEST 56TH STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98075165, 40.76492737]} },
{type: 'Feature',properties:{Name: '1', Address: '200 WEST 56TH STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98075165, 40.76492737]} },
{type: 'Feature',properties:{Name: '1', Address: '200 WEST 56TH STREET, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98075165, 40.76492737]} },
{type: 'Feature',properties:{Name: '1', Address: '200 WEST 56TH STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98075165, 40.76492737]} },
{type: 'Feature',properties:{Name: '1', Address: '200 WEST 56TH STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98075165, 40.76492737]} },
{type: 'Feature',properties:{Name: '1', Address: '200 WEST 56TH STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98075165, 40.76492737]} },
{type: 'Feature',properties:{Name: '1', Address: '200 WEST 56TH STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98075165, 40.76492737]} },
{type: 'Feature',properties:{Name: '1', Address: '200 WEST 56TH STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98075165, 40.76492737]} },
{type: 'Feature',properties:{Name: '1', Address: '200 WEST 56TH STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98075165, 40.76492737]} },
{type: 'Feature',properties:{Name: '1', Address: '200 WEST 56TH STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98075165, 40.76492737]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7TH AVENUE, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7TH AVENUE, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '870 7 AVENUE, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98077343, 40.76452115]} },
{type: 'Feature',properties:{Name: '1', Address: '20 WEST 53RD, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97717192, 40.76097154]} },
{type: 'Feature',properties:{Name: '1', Address: '768 5 AVENUE, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97395077, 40.76415476]} },
{type: 'Feature',properties:{Name: '1', Address: '768 5 AVENUE, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97395077, 40.76415476]} },
{type: 'Feature',properties:{Name: '1', Address: '136 WEST 42ND STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98531316, 40.75533791]} },
{type: 'Feature',properties:{Name: '1', Address: '229 WEST 43RD STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.987446, 40.75713597]} },
{type: 'Feature',properties:{Name: '1', Address: '224 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98107265, 40.76594847]} },
{type: 'Feature',properties:{Name: '1', Address: '224 WEST 57TH STREET, MIDTOWN WEST', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98107265, 40.76594847]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 42ND STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99123954, 40.75783348]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 42ND STREET, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99123954, 40.75783348]} },
{type: 'Feature',properties:{Name: '1', Address: '301 WEST 53RD STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98515594, 40.76435711]} },
{type: 'Feature',properties:{Name: '1', Address: '62 WEST 47TH STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98046866, 40.75745064]} },
{type: 'Feature',properties:{Name: '1', Address: '62 WEST 47TH STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98046866, 40.75745064]} },
{type: 'Feature',properties:{Name: '1', Address: '20 WEST 53RD STREET, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97717192, 40.76097154]} },
{type: 'Feature',properties:{Name: '1', Address: '350 WEST 50TH STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98795749, 40.76305918]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 52ND STREET, MIDTOWN WEST', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98582751, 40.76380276]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 52ND STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98582751, 40.76380276]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 52ND STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98582751, 40.76380276]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 52ND STREET, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98582751, 40.76380276]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 52ND STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98582751, 40.76380276]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 52ND STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98582751, 40.76380276]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 52ND STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98582751, 40.76380276]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 52ND STREET, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98582751, 40.76380276]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 52ND STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98582751, 40.76380276]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 52ND STREET, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98582751, 40.76380276]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 52ND STREET, MIDTOWN WEST', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98582751, 40.76380276]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 52ND STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98582751, 40.76380276]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 52ND STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98582751, 40.76380276]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 52ND STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98582751, 40.76380276]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 52ND STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98582751, 40.76380276]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 52ND STREET, MIDTOWN WEST', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98582751, 40.76380276]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 52ND STREET, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98582751, 40.76380276]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 52ND STREET, MIDTOWN WEST', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98582751, 40.76380276]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 52ND STREET, MIDTOWN WEST', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98582751, 40.76380276]} },
{type: 'Feature',properties:{Name: '1', Address: '310 WEST 52ND STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98582751, 40.76380276]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '322 WEST 57TH STREET, MIDTOWN WEST', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98375462, 40.76707696]} },
{type: 'Feature',properties:{Name: '1', Address: '3155 BROADWAY, MORNINGSIDE HEIGHTS', Month: '4', Price: '17127'}, geometry: { type: 'Point', coordinates:[-73.95914444, 40.8145355]} },
{type: 'Feature',properties:{Name: '1', Address: '415 WEST 120 STREET, MORNINGSIDE HEIGHTS', Month: '11', Price: '32295'}, geometry: { type: 'Point', coordinates:[-73.95801004, 40.80884528]} },
{type: 'Feature',properties:{Name: '1', Address: '3060 BROADWAY, MORNINGSIDE HEIGHTS', Month: '3', Price: '48060'}, geometry: { type: 'Point', coordinates:[-73.96149093, 40.81129479]} },
{type: 'Feature',properties:{Name: '1', Address: '431 WEST 121ST STREET, GF, MORNINGSIDE HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95777835, 40.80963294]} },
{type: 'Feature',properties:{Name: '1', Address: '501 WEST 122ND STREET, E1, MORNINGSIDE HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9586735, 40.810808]} },
{type: 'Feature',properties:{Name: '1', Address: '501 WEST 122ND STREET, B5, MORNINGSIDE HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9586735, 40.810808]} },
{type: 'Feature',properties:{Name: '1', Address: '501 WEST 122ND STREET, C2, MORNINGSIDE HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9586735, 40.810808]} },
{type: 'Feature',properties:{Name: '1', Address: '501 WEST 122ND STREET, A2, MORNINGSIDE HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9586735, 40.810808]} },
{type: 'Feature',properties:{Name: '1', Address: '1264 AMSTERDAM AVENUE, 6A, MORNINGSIDE HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95813161, 40.810838]} },
{type: 'Feature',properties:{Name: '1', Address: '1264 AMSTERDAM AVENUE, 4D, MORNINGSIDE HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95813161, 40.810838]} },
{type: 'Feature',properties:{Name: '1', Address: '3115 BROADWAY, 33, MORNINGSIDE HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96032675, 40.81291104]} },
{type: 'Feature',properties:{Name: '1', Address: '170 CLAREMONT AVENUE, 1, MORNINGSIDE HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96096204, 40.81380055]} },
{type: 'Feature',properties:{Name: '1', Address: '414 WEST 121ST STREET, 23, MORNINGSIDE HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95761946, 40.80954779]} },
{type: 'Feature',properties:{Name: '1', Address: '114 MORNINGSIDE DRIVE, 23, MORNINGSIDE HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95715684, 40.80990992]} },
{type: 'Feature',properties:{Name: '1', Address: '114 MORNINGSIDE DR, 55, MORNINGSIDE HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95715684, 40.80990992]} },
{type: 'Feature',properties:{Name: '1', Address: '509 WEST 122ND STREET, 13, MORNINGSIDE HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95882879, 40.81087393]} },
{type: 'Feature',properties:{Name: '1', Address: '549 WEST 123TH STREET, 8H, MORNINGSIDE HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95930501, 40.81190063]} },
{type: 'Feature',properties:{Name: '1', Address: '90 LASALLE STREET, 11G, MORNINGSIDE HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95849494, 40.81328368]} },
{type: 'Feature',properties:{Name: '1', Address: '90 LASALLE STREET, 14E, MORNINGSIDE HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95849494, 40.81328368]} },
{type: 'Feature',properties:{Name: '1', Address: '90 LASALLE STREET, 8B, MORNINGSIDE HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95849494, 40.81328368]} },
{type: 'Feature',properties:{Name: '1', Address: '100 LASALLE STREET, 21F, MORNINGSIDE HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95908004, 40.81352268]} },
{type: 'Feature',properties:{Name: '1', Address: '100 LASALLE STREET, 16E, MORNINGSIDE HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95908004, 40.81352268]} },
{type: 'Feature',properties:{Name: '1', Address: '80 LASALLE STREET, 2D, MORNINGSIDE HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95784484, 40.81302544]} },
{type: 'Feature',properties:{Name: '1', Address: '80 LASALLE STREET, 3C, MORNINGSIDE HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95784484, 40.81302544]} },
{type: 'Feature',properties:{Name: '1', Address: '100 LASALLE STREET, 12D, MORNINGSIDE HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95908004, 40.81352268]} },
{type: 'Feature',properties:{Name: '1', Address: '70 LASALLE STREET, 5E, MORNINGSIDE HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95723809, 40.81278093]} },
{type: 'Feature',properties:{Name: '1', Address: '70 LASALLE STREET, 7A, MORNINGSIDE HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95723809, 40.81278093]} },
{type: 'Feature',properties:{Name: '1', Address: '100 LASALLE STREET, 6F, MORNINGSIDE HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95908004, 40.81352268]} },
{type: 'Feature',properties:{Name: '1', Address: '90 LASALLE STREET, 13E, MORNINGSIDE HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95849494, 40.81328368]} },
{type: 'Feature',properties:{Name: '1', Address: '80 LA SALLE, 14E, MORNINGSIDE HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95784484, 40.81302544]} },
{type: 'Feature',properties:{Name: '1', Address: '100 LASALLE STREET, 13G, MORNINGSIDE HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95908004, 40.81352268]} },
{type: 'Feature',properties:{Name: '1', Address: '70 LA SALLE STREET, 15B, MORNINGSIDE HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95723809, 40.81278093]} },
{type: 'Feature',properties:{Name: '1', Address: '80 LASALLE STREET, 7C, MORNINGSIDE HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95784484, 40.81302544]} },
{type: 'Feature',properties:{Name: '1', Address: '549 WEST 123RD STREET, 13H, MORNINGSIDE HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95930501, 40.81190063]} },
{type: 'Feature',properties:{Name: '1', Address: '70 LA SALLE STREET, 12A, MORNINGSIDE HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95723809, 40.81278093]} },
{type: 'Feature',properties:{Name: '1', Address: '80 LASALLE STREET, 10B, MORNINGSIDE HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95784484, 40.81302544]} },
{type: 'Feature',properties:{Name: '1', Address: '549 WEST 123RD STREET, 9-G, MORNINGSIDE HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95930501, 40.81190063]} },
{type: 'Feature',properties:{Name: '1', Address: '501 WEST 123RD ST, 13D, MORNINGSIDE HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95787844, 40.81130451]} },
{type: 'Feature',properties:{Name: '1', Address: '549 WEST 123RD STREET, 6B, MORNINGSIDE HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95930501, 40.81190063]} },
{type: 'Feature',properties:{Name: '1', Address: '100 LA SALLE, 21A, MORNINGSIDE HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95908004, 40.81352268]} },
{type: 'Feature',properties:{Name: '1', Address: '549 WEST 123RD STREET, 3A, MORNINGSIDE HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95930501, 40.81190063]} },
{type: 'Feature',properties:{Name: '1', Address: '100 LASALLE, 6A, MORNINGSIDE HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95908004, 40.81352268]} },
{type: 'Feature',properties:{Name: '1', Address: '90 LASALLE STREET, 16G, MORNINGSIDE HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95849494, 40.81328368]} },
{type: 'Feature',properties:{Name: '1', Address: '70 LASALLE STREET, 18G, MORNINGSIDE HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95723809, 40.81278093]} },
{type: 'Feature',properties:{Name: '1', Address: '90 LASALLE STREET, 19H, MORNINGSIDE HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95849494, 40.81328368]} },
{type: 'Feature',properties:{Name: '1', Address: '549 WEST 123RD STREET, 7C, MORNINGSIDE HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95930501, 40.81190063]} },
{type: 'Feature',properties:{Name: '1', Address: '100 LASALLE STREET, 20E, MORNINGSIDE HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95908004, 40.81352268]} },
{type: 'Feature',properties:{Name: '1', Address: '80 LASALLE, MORNINGSIDE HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95784484, 40.81302544]} },
{type: 'Feature',properties:{Name: '1', Address: '501 WEST 123RD STREET, 4D, MORNINGSIDE HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95787844, 40.81130451]} },
{type: 'Feature',properties:{Name: '1', Address: '501 WEST 123 STREET, 12E, MORNINGSIDE HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95787844, 40.81130451]} },
{type: 'Feature',properties:{Name: '1', Address: '549 WEST 123RD STREET, 18D, MORNINGSIDE HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95930501, 40.81190063]} },
{type: 'Feature',properties:{Name: '1', Address: '70 LASALLE STREET, 13C, MORNINGSIDE HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95723809, 40.81278093]} },
{type: 'Feature',properties:{Name: '1', Address: '70 LASALLE STREET, 21E, MORNINGSIDE HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95723809, 40.81278093]} },
{type: 'Feature',properties:{Name: '1', Address: '90 LASALLE STREET, 2E, MORNINGSIDE HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95849494, 40.81328368]} },
{type: 'Feature',properties:{Name: '1', Address: '70 LASALLE STREET, 3F, MORNINGSIDE HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95723809, 40.81278093]} },
{type: 'Feature',properties:{Name: '1', Address: '549 WEST 123RD STREET, 14A, MORNINGSIDE HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95930501, 40.81190063]} },
{type: 'Feature',properties:{Name: '1', Address: '70 LASALLE STREET, 2A, MORNINGSIDE HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95723809, 40.81278093]} },
{type: 'Feature',properties:{Name: '1', Address: '70 LASALLE, MORNINGSIDE HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95723809, 40.81278093]} },
{type: 'Feature',properties:{Name: '1', Address: '501 WEST 123RD, 8D, MORNINGSIDE HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95787844, 40.81130451]} },
{type: 'Feature',properties:{Name: '1', Address: '100 LA SALLE STREET, 2A, MORNINGSIDE HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95908004, 40.81352268]} },
{type: 'Feature',properties:{Name: '1', Address: '100 LA SALLE STREET, 15B, MORNINGSIDE HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95908004, 40.81352268]} },
{type: 'Feature',properties:{Name: '1', Address: '80 LA SALLE STREET, 20B, MORNINGSIDE HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95784484, 40.81302544]} },
{type: 'Feature',properties:{Name: '1', Address: '440 RIVERSIDE DRIVE, 98, MORNINGSIDE HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96560668, 40.80910855]} },
{type: 'Feature',properties:{Name: '1', Address: '440 RIVERSIDE DRIVE, 25, MORNINGSIDE HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96560668, 40.80910855]} },
{type: 'Feature',properties:{Name: '1', Address: '3117 BROADWAY, 4, MORNINGSIDE HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96028698, 40.81296043]} },
{type: 'Feature',properties:{Name: '1', Address: '3117 BROADWAY, 6, MORNINGSIDE HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96028698, 40.81296043]} },
{type: 'Feature',properties:{Name: '1', Address: '3117 BROADWAY, 5, MORNINGSIDE HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96028698, 40.81296043]} },
{type: 'Feature',properties:{Name: '1', Address: '140 CLAREMONT AVENUE, 1J, MORNINGSIDE HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96149352, 40.81307337]} },
{type: 'Feature',properties:{Name: '1', Address: '140 CLAREMONT AVENUE, 6H, MORNINGSIDE HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96149352, 40.81307337]} },
{type: 'Feature',properties:{Name: '1', Address: '175 CLAREMONT AVENUE, 6, MORNINGSIDE HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96090779, 40.81390483]} },
{type: 'Feature',properties:{Name: '1', Address: '175 CLAREMONT AVENUE, 64, MORNINGSIDE HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96090779, 40.81390483]} },
{type: 'Feature',properties:{Name: '1', Address: '552 RIVERSIDE DRIVE, 3I, MORNINGSIDE HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96054494, 40.81657532]} },
{type: 'Feature',properties:{Name: '1', Address: '552 RIVERSIDE DRIVE, 3H, MORNINGSIDE HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96054494, 40.81657532]} },
{type: 'Feature',properties:{Name: '1', Address: '128 EAST 31ST STREET, MURRAY HILL', Month: '3', Price: '2972'}, geometry: { type: 'Point', coordinates:[-73.98148289, 40.74464656]} },
{type: 'Feature',properties:{Name: '1', Address: '109 EAST 35TH STREET, MURRAY HILL', Month: '7', Price: '4320'}, geometry: { type: 'Point', coordinates:[-73.98028029, 40.74752011]} },
{type: 'Feature',properties:{Name: '1', Address: '136 EAST 38TH STREET, MURRAY HILL', Month: '5', Price: '2170'}, geometry: { type: 'Point', coordinates:[-73.97811799, 40.74901012]} },
{type: 'Feature',properties:{Name: '1', Address: '220 EAST 30TH STREET, MURRAY HILL', Month: '5', Price: '4243'}, geometry: { type: 'Point', coordinates:[-73.97929646, 40.74291974]} },
{type: 'Feature',properties:{Name: '1', Address: '216 EAST 30TH STREET, MURRAY HILL', Month: '6', Price: '3540'}, geometry: { type: 'Point', coordinates:[-73.97936141, 40.7429472]} },
{type: 'Feature',properties:{Name: '1', Address: '281/2 EAST 33RD STREET, MURRAY HILL', Month: '5', Price: '5184'}, geometry: { type: 'Point', coordinates:[-73.9831208, 40.7467191]} },
{type: 'Feature',properties:{Name: '1', Address: '159 EAST 33RD STREET, MURRAY HILL', Month: '10', Price: '3520'}, geometry: { type: 'Point', coordinates:[-73.97961324, 40.74549163]} },
{type: 'Feature',properties:{Name: '1', Address: '138 EAST 37TH STREET, MURRAY HILL', Month: '1', Price: '4417'}, geometry: { type: 'Point', coordinates:[-73.97801361, 40.74815649]} },
{type: 'Feature',properties:{Name: '1', Address: '153 EAST 37TH STREET, MURRAY HILL', Month: '9', Price: '3628'}, geometry: { type: 'Point', coordinates:[-73.97752645, 40.74797249]} },
{type: 'Feature',properties:{Name: '1', Address: '155 EAST 37TH STREET, MURRAY HILL', Month: '10', Price: '3628'}, geometry: { type: 'Point', coordinates:[-73.9774615, 40.74794503]} },
{type: 'Feature',properties:{Name: '1', Address: '113 EAST 39TH STREET, MURRAY HILL', Month: '5', Price: '6055'}, geometry: { type: 'Point', coordinates:[-73.97822959, 40.74988297]} },
{type: 'Feature',properties:{Name: '1', Address: '513 2 AVENUE, MURRAY HILL', Month: '12', Price: '7944'}, geometry: { type: 'Point', coordinates:[-73.97834784, 40.74140995]} },
{type: 'Feature',properties:{Name: '1', Address: '214 EAST 31ST STREET, MURRAY HILL', Month: '1', Price: '2445'}, geometry: { type: 'Point', coordinates:[-73.97893898, 40.74357567]} },
{type: 'Feature',properties:{Name: '1', Address: '248 EAST 32ND STREET, MURRAY HILL', Month: '1', Price: '5750'}, geometry: { type: 'Point', coordinates:[-73.97792839, 40.743957]} },
{type: 'Feature',properties:{Name: '1', Address: '254 EAST 33RD STREET, MURRAY HILL', Month: '5', Price: '3689'}, geometry: { type: 'Point', coordinates:[-73.9774013, 40.7445333]} },
{type: 'Feature',properties:{Name: '1', Address: '244 EAST 33RD STREET, MURRAY HILL', Month: '2', Price: '4220'}, geometry: { type: 'Point', coordinates:[-73.97756368, 40.74460195]} },
{type: 'Feature',properties:{Name: '1', Address: '238 EAST 33RD STREET, MURRAY HILL', Month: '7', Price: '28935'}, geometry: { type: 'Point', coordinates:[-73.9776611, 40.74464314]} },
{type: 'Feature',properties:{Name: '1', Address: '243 EAST 33RD STREET, MURRAY HILL', Month: '10', Price: '4170'}, geometry: { type: 'Point', coordinates:[-73.97758532, 40.7446294]} },
{type: 'Feature',properties:{Name: '1', Address: '243 EAST 39TH STREET, MURRAY HILL', Month: '2', Price: '9370'}, geometry: { type: 'Point', coordinates:[-73.97449111, 40.74830947]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 39TH STREET, MURRAY HILL', Month: '10', Price: '9510'}, geometry: { type: 'Point', coordinates:[-73.97446946, 40.74829848]} },
{type: 'Feature',properties:{Name: '1', Address: '247 EAST 39TH STREET, MURRAY HILL', Month: '3', Price: '9510'}, geometry: { type: 'Point', coordinates:[-73.9744442, 40.7482875]} },
{type: 'Feature',properties:{Name: '1', Address: '31-37 EAST 31ST STREET, MURRAY HILL', Month: '10', Price: '91500'}, geometry: { type: 'Point', coordinates:[-73.9839908, 40.74572013]} },
{type: 'Feature',properties:{Name: '1', Address: '30 PARK AVENUE, MURRAY HILL', Month: '8', Price: '236315'}, geometry: { type: 'Point', coordinates:[-73.98059771, 40.74811578]} },
{type: 'Feature',properties:{Name: '1', Address: '114-116 EAST 40TH STREET, MURRAY HILL', Month: '2', Price: '26178'}, geometry: { type: 'Point', coordinates:[-73.97774216, 40.75046477]} },
{type: 'Feature',properties:{Name: '1', Address: '210 EAST 29TH STREET, MURRAY HILL', Month: '2', Price: '10227'}, geometry: { type: 'Point', coordinates:[-73.97992094, 40.7423709]} },
{type: 'Feature',properties:{Name: '1', Address: '210 EAST 29TH STREET, MURRAY HILL', Month: '2', Price: '10227'}, geometry: { type: 'Point', coordinates:[-73.97992094, 40.7423709]} },
{type: 'Feature',properties:{Name: '1', Address: '247 EAST 33RD STREET, MURRAY HILL', Month: '11', Price: '12530'}, geometry: { type: 'Point', coordinates:[-73.97752037, 40.74460194]} },
{type: 'Feature',properties:{Name: '1', Address: '23 EAST 37 STREET, 4F, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98128303, 40.74955414]} },
{type: 'Feature',properties:{Name: '1', Address: '26 EAST 38TH STREET, 3R, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98048528, 40.75000689]} },
{type: 'Feature',properties:{Name: '1', Address: '126 EAST 30TH STREET, 2B, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.981945, 40.74403181]} },
{type: 'Feature',properties:{Name: '1', Address: '119 EAST 30TH STREET, 3/4, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98222284, 40.74416909]} },
{type: 'Feature',properties:{Name: '1', Address: '119 EAST 30TH STREET, 1F, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98222284, 40.74416909]} },
{type: 'Feature',properties:{Name: '1', Address: '115 EAST 36TH STREET, PARLO, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97963411, 40.74805248]} },
{type: 'Feature',properties:{Name: '1', Address: '115 EAST 36TH STREET, 4R, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97963411, 40.74805248]} },
{type: 'Feature',properties:{Name: '1', Address: '142 EAST 37TH STREET, 4, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97790536, 40.7481098]} },
{type: 'Feature',properties:{Name: '1', Address: '234 EAST 35TH STREET, 11F, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97637231, 40.74584783]} },
{type: 'Feature',properties:{Name: '1', Address: '234 EAST 35TH STREET, 10, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97637231, 40.74584783]} },
{type: 'Feature',properties:{Name: '1', Address: '43 EAST 28TH STREET, MURRAY HILL', Month: '3', Price: '26615'}, geometry: { type: 'Point', coordinates:[-73.98516774, 40.74379348]} },
{type: 'Feature',properties:{Name: '1', Address: '41 EAST 28TH STREET, 3A, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98519661, 40.74380721]} },
{type: 'Feature',properties:{Name: '1', Address: '43 EAST 28TH STREET, 43, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98516774, 40.74379348]} },
{type: 'Feature',properties:{Name: '1', Address: '34 EAST 30TH STREET, 2, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98444206, 40.74508616]} },
{type: 'Feature',properties:{Name: '1', Address: '35 EAST 30TH STREET, #7C, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98438071, 40.74507792]} },
{type: 'Feature',properties:{Name: '1', Address: '35 EAST 30TH STREET, 9C, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98438071, 40.74507792]} },
{type: 'Feature',properties:{Name: '1', Address: '159 MADISON AVENUE, 12G, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98368379, 40.74675212]} },
{type: 'Feature',properties:{Name: '1', Address: '159 MADISON AVENUE, 6J, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98368379, 40.74675212]} },
{type: 'Feature',properties:{Name: '1', Address: '159 MADISON AVENUE, 6J, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98368379, 40.74675212]} },
{type: 'Feature',properties:{Name: '1', Address: '159 MADISON AVENUE, 5C, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98368379, 40.74675212]} },
{type: 'Feature',properties:{Name: '1', Address: '159 MADISON AVENUE, 8A, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98368379, 40.74675212]} },
{type: 'Feature',properties:{Name: '1', Address: '10 PARK AVENUE, 8G, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98116455, 40.74733911]} },
{type: 'Feature',properties:{Name: '1', Address: '10 PARK AVENUE, 22C, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98116455, 40.74733911]} },
{type: 'Feature',properties:{Name: '1', Address: '10 PARK AVENUE, 11A, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98116455, 40.74733911]} },
{type: 'Feature',properties:{Name: '1', Address: '10 PARK AVENUE, 4J, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98116455, 40.74733911]} },
{type: 'Feature',properties:{Name: '1', Address: '10 PARK AVENUE, 18R, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98116455, 40.74733911]} },
{type: 'Feature',properties:{Name: '1', Address: '10 PARK AVENUE, 3L, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98116455, 40.74733911]} },
{type: 'Feature',properties:{Name: '1', Address: '10 PARK AVENUE, 21L, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98116455, 40.74733911]} },
{type: 'Feature',properties:{Name: '1', Address: '10 PARK AVENUE, 21S, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98116455, 40.74733911]} },
{type: 'Feature',properties:{Name: '1', Address: '10 PARK AVENUE, 15G, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98116455, 40.74733911]} },
{type: 'Feature',properties:{Name: '1', Address: '10 PARK AVENUE, 3AB, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98116455, 40.74733911]} },
{type: 'Feature',properties:{Name: '1', Address: '10 PARK AVENUE, 5B, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98116455, 40.74733911]} },
{type: 'Feature',properties:{Name: '1', Address: '10 PARK AVENUE, 14L, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98116455, 40.74733911]} },
{type: 'Feature',properties:{Name: '1', Address: '16 PARK AVENUE, 12D, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98120776, 40.74769593]} },
{type: 'Feature',properties:{Name: '1', Address: '16 PARK AVENUE, 14C, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98120776, 40.74769593]} },
{type: 'Feature',properties:{Name: '1', Address: '16 PARK AVE, 9B, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98120776, 40.74769593]} },
{type: 'Feature',properties:{Name: '1', Address: '16 PARK AVENUE, 13A, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98120776, 40.74769593]} },
{type: 'Feature',properties:{Name: '1', Address: '16 PARK AVENUE, 13C, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98120776, 40.74769593]} },
{type: 'Feature',properties:{Name: '1', Address: '16 PARK AVENUE, 10C, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98120776, 40.74769593]} },
{type: 'Feature',properties:{Name: '1', Address: '16 PARK AVENUE, PHS, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98120776, 40.74769593]} },
{type: 'Feature',properties:{Name: '1', Address: '7 EAST 35TH STREET, 10G, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98352447, 40.74888202]} },
{type: 'Feature',properties:{Name: '1', Address: '7 EAST 35TH STREET, PH16F, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98352447, 40.74888202]} },
{type: 'Feature',properties:{Name: '1', Address: '7 EAST 35TH STREET, 1B/C2, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98352447, 40.74888202]} },
{type: 'Feature',properties:{Name: '1', Address: '7 EAST 35TH STREET, 2E, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98352447, 40.74888202]} },
{type: 'Feature',properties:{Name: '1', Address: '7 EAST 35TH STREET, 10A, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98352447, 40.74888202]} },
{type: 'Feature',properties:{Name: '1', Address: '7 EAST 35TH STREET, 6G, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98352447, 40.74888202]} },
{type: 'Feature',properties:{Name: '1', Address: '7 EAST 35TH STREET, 12G, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98352447, 40.74888202]} },
{type: 'Feature',properties:{Name: '1', Address: '220 MADISON AVENUE, 14O, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98191111, 40.74921938]} },
{type: 'Feature',properties:{Name: '1', Address: '220 MADISON AVENUE, 7R, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98191111, 40.74921938]} },
{type: 'Feature',properties:{Name: '1', Address: '220 MADISON AVENUE, 6H, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98191111, 40.74921938]} },
{type: 'Feature',properties:{Name: '1', Address: '220 MADISON AVENUE, 4J, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98191111, 40.74921938]} },
{type: 'Feature',properties:{Name: '1', Address: '220 MADISON AVENUE, 15J, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98191111, 40.74921938]} },
{type: 'Feature',properties:{Name: '1', Address: '220 MADISON AVENUE, 9N, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98191111, 40.74921938]} },
{type: 'Feature',properties:{Name: '1', Address: '220 MADISON AVENUE, 12D, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98191111, 40.74921938]} },
{type: 'Feature',properties:{Name: '1', Address: '220 MADISON AVENUE, 7K, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98191111, 40.74921938]} },
{type: 'Feature',properties:{Name: '1', Address: '220 MADISON AVE, 2G, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98191111, 40.74921938]} },
{type: 'Feature',properties:{Name: '1', Address: '220 MADISON AVENUE, 4LN, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98191111, 40.74921938]} },
{type: 'Feature',properties:{Name: '1', Address: '220 MADISON AVENUE, 10E, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98191111, 40.74921938]} },
{type: 'Feature',properties:{Name: '1', Address: '220 MADISON AVENUE, 11A, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98191111, 40.74921938]} },
{type: 'Feature',properties:{Name: '1', Address: '220 MADISON AVENUE, 5M, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98191111, 40.74921938]} },
{type: 'Feature',properties:{Name: '1', Address: '220 MADISON AVENUE, 5D, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98191111, 40.74921938]} },
{type: 'Feature',properties:{Name: '1', Address: '220 MADISON AVENUE, 6Q, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98191111, 40.74921938]} },
{type: 'Feature',properties:{Name: '1', Address: '220 MADISON AVENUE, 7O, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98191111, 40.74921938]} },
{type: 'Feature',properties:{Name: '1', Address: '220 MADISON AVENUE, 8B, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98191111, 40.74921938]} },
{type: 'Feature',properties:{Name: '1', Address: '50 PARK AVENUE, 10CD, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98033752, 40.74926578]} },
{type: 'Feature',properties:{Name: '1', Address: '50 PARK AVENUE, 14C, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98033752, 40.74926578]} },
{type: 'Feature',properties:{Name: '1', Address: '50 PARK AVENUE, 12D, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98033752, 40.74926578]} },
{type: 'Feature',properties:{Name: '1', Address: '50 PARK AVENUE, 2D, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98033752, 40.74926578]} },
{type: 'Feature',properties:{Name: '1', Address: '50 PARK AVENUE, 14G, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98033752, 40.74926578]} },
{type: 'Feature',properties:{Name: '1', Address: '50 PARK AVENUE, 7 C/D, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98033752, 40.74926578]} },
{type: 'Feature',properties:{Name: '1', Address: '31 EAST 37TH STREET, 18D, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98117837, 40.74951021]} },
{type: 'Feature',properties:{Name: '1', Address: '244 MADISON AVENUE, 14D, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98124677, 40.75013053]} },
{type: 'Feature',properties:{Name: '1', Address: '244 MADISON AVENUE, 14E, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98124677, 40.75013053]} },
{type: 'Feature',properties:{Name: '1', Address: '244 MADISON AVENUE, 6B, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98124677, 40.75013053]} },
{type: 'Feature',properties:{Name: '1', Address: '244 MADISON AVENUE, 4K, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98124677, 40.75013053]} },
{type: 'Feature',properties:{Name: '1', Address: '244 MADISON AVENUE, 16J, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98124677, 40.75013053]} },
{type: 'Feature',properties:{Name: '1', Address: '244 MADISON AVE, 3I, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98124677, 40.75013053]} },
{type: 'Feature',properties:{Name: '1', Address: '244 MADISON AVENUE, 9K, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98124677, 40.75013053]} },
{type: 'Feature',properties:{Name: '1', Address: '244 MADISON AVENUE, 15K, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98124677, 40.75013053]} },
{type: 'Feature',properties:{Name: '1', Address: '244 MADISON AVENUE, 12G, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98124677, 40.75013053]} },
{type: 'Feature',properties:{Name: '1', Address: '244 MADISON AVENUE, 12F, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98124677, 40.75013053]} },
{type: 'Feature',properties:{Name: '1', Address: '407 PARK AVENUE SOUTH, 10C, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98369545, 40.74332393]} },
{type: 'Feature',properties:{Name: '1', Address: '407 PARK AVENUE SOUTH, 11C, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98369545, 40.74332393]} },
{type: 'Feature',properties:{Name: '1', Address: '407 PARK AVENUE S, PHA, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98369545, 40.74332393]} },
{type: 'Feature',properties:{Name: '1', Address: '407 PARK AVENUE SOUTH, 16C, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98369545, 40.74332393]} },
{type: 'Feature',properties:{Name: '1', Address: '407 PARK AVENUE SOUTH, 5C, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98369545, 40.74332393]} },
{type: 'Feature',properties:{Name: '1', Address: '407 PARK AVENUE SOUTH, 5C, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98369545, 40.74332393]} },
{type: 'Feature',properties:{Name: '1', Address: '407 PARK AVENUE SOUTH, 15A, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98369545, 40.74332393]} },
{type: 'Feature',properties:{Name: '1', Address: '407 PARK AVENUE SOUTH, 2A, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98369545, 40.74332393]} },
{type: 'Feature',properties:{Name: '1', Address: '407 PARK AVENUE SOUTH, 17A, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98369545, 40.74332393]} },
{type: 'Feature',properties:{Name: '1', Address: '407 PARK AVENUE SOUTH, 8D, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98369545, 40.74332393]} },
{type: 'Feature',properties:{Name: '1', Address: '137 EAST 28 STREET, 8A, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98211141, 40.74251125]} },
{type: 'Feature',properties:{Name: '1', Address: '137 EAST 28TH STREET, 6D, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98211141, 40.74251125]} },
{type: 'Feature',properties:{Name: '1', Address: '425 PARK AVENUE SOUTH, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98351483, 40.74408145]} },
{type: 'Feature',properties:{Name: '1', Address: '425 PARK AVENUE SOUTH, 18A, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98351483, 40.74408145]} },
{type: 'Feature',properties:{Name: '1', Address: '425 PARK AVENUE SOUTH, 20D, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98351483, 40.74408145]} },
{type: 'Feature',properties:{Name: '1', Address: '425 PARK AVENUE SOUTH, 19B, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98351483, 40.74408145]} },
{type: 'Feature',properties:{Name: '1', Address: '425 PARK AVENUE SOUTH, 3B, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98351483, 40.74408145]} },
{type: 'Feature',properties:{Name: '1', Address: '105 EAST 29 STREET, 3, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98315403, 40.74375477]} },
{type: 'Feature',properties:{Name: '1', Address: '145 EAST 29TH STREET, 4E, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9815086, 40.7430601]} },
{type: 'Feature',properties:{Name: '1', Address: '133 EAST 30TH STREET, D, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98131352, 40.74378743]} },
{type: 'Feature',properties:{Name: '1', Address: '133 EAST 30TH, 1B, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98131352, 40.74378743]} },
{type: 'Feature',properties:{Name: '1', Address: '139 EAST 30TH ST, 5C, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98121248, 40.7437435]} },
{type: 'Feature',properties:{Name: '1', Address: '139 EAST 30TH STREET, 4B, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98121248, 40.7437435]} },
{type: 'Feature',properties:{Name: '1', Address: '139 EAST 30TH STREET, 1B, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98121248, 40.7437435]} },
{type: 'Feature',properties:{Name: '1', Address: '165 EAST 32ND STREET, 10F, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97990938, 40.74481098]} },
{type: 'Feature',properties:{Name: '1', Address: '165 EAST 32 STREET, 9F, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97990938, 40.74481098]} },
{type: 'Feature',properties:{Name: '1', Address: '165 EAST 32ND STREET, 4A, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97990938, 40.74481098]} },
{type: 'Feature',properties:{Name: '1', Address: '165 EAST 32ND STREET, 19C, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97990938, 40.74481098]} },
{type: 'Feature',properties:{Name: '1', Address: '165 EAST 32ND STREET, 4H, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97990938, 40.74481098]} },
{type: 'Feature',properties:{Name: '1', Address: '165 EAST 32ND STREET, 15B, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97990938, 40.74481098]} },
{type: 'Feature',properties:{Name: '1', Address: '165 EAST 32ND STREET, 15B, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97990938, 40.74481098]} },
{type: 'Feature',properties:{Name: '1', Address: '165 EAST 32ND STREET, 8D, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97990938, 40.74481098]} },
{type: 'Feature',properties:{Name: '1', Address: '165 EAST 32ND STREET, 14F, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97990938, 40.74481098]} },
{type: 'Feature',properties:{Name: '1', Address: '165 EAST 32ND STREET, 11F, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97990938, 40.74481098]} },
{type: 'Feature',properties:{Name: '1', Address: '139 EAST 33RD STREET, 10N, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98043597, 40.74583761]} },
{type: 'Feature',properties:{Name: '1', Address: '139 EAST 33RD STREET, 4L, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98043597, 40.74583761]} },
{type: 'Feature',properties:{Name: '1', Address: '139 EAST 33RD STREET, PH BC, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98043597, 40.74583761]} },
{type: 'Feature',properties:{Name: '1', Address: '139 EAST 33RD STREET, 9A, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98043597, 40.74583761]} },
{type: 'Feature',properties:{Name: '1', Address: '139 EAST 33RD STREET, 14H, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98043597, 40.74583761]} },
{type: 'Feature',properties:{Name: '1', Address: '139 EAST 33RD STREET, 7H, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98043597, 40.74583761]} },
{type: 'Feature',properties:{Name: '1', Address: '139 E 33RD ST, 10D, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98043597, 40.74583761]} },
{type: 'Feature',properties:{Name: '1', Address: '139 EAST 33RD STREET, 9F, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98043597, 40.74583761]} },
{type: 'Feature',properties:{Name: '1', Address: '139 EAST 33RD STREET, 15AO, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98043597, 40.74583761]} },
{type: 'Feature',properties:{Name: '1', Address: '139 EAST 33RD STREET, 10O, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98043597, 40.74583761]} },
{type: 'Feature',properties:{Name: '1', Address: '139 EAST 33 STREET, 15G, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98043597, 40.74583761]} },
{type: 'Feature',properties:{Name: '1', Address: '139 EAST 33RD STREET, 4E, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98043597, 40.74583761]} },
{type: 'Feature',properties:{Name: '1', Address: '139 EAST 33RD STREET, PH-0, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98043597, 40.74583761]} },
{type: 'Feature',properties:{Name: '1', Address: '139 EAST 33RD STREET, 12D, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98043597, 40.74583761]} },
{type: 'Feature',properties:{Name: '1', Address: '139 EAST 33RD STREET, 12E, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98043597, 40.74583761]} },
{type: 'Feature',properties:{Name: '1', Address: '7 PARK AVENUE, 96, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98120789, 40.74724305]} },
{type: 'Feature',properties:{Name: '1', Address: '7 PARK AVENUE, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98120789, 40.74724305]} },
{type: 'Feature',properties:{Name: '1', Address: '7 PARK AVENUE, 3J, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98120789, 40.74724305]} },
{type: 'Feature',properties:{Name: '1', Address: '7 PARK AVENUE, 66, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98120789, 40.74724305]} },
{type: 'Feature',properties:{Name: '1', Address: '7 PARK AVENUE, 18A, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98120789, 40.74724305]} },
{type: 'Feature',properties:{Name: '1', Address: '7 PARK AVENUE, 53, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98120789, 40.74724305]} },
{type: 'Feature',properties:{Name: '1', Address: '7 PARK AVENUE, 164, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98120789, 40.74724305]} },
{type: 'Feature',properties:{Name: '1', Address: '7 PARK AVENUE, 15A, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98120789, 40.74724305]} },
{type: 'Feature',properties:{Name: '1', Address: '7 PARK AVENUE, 15G, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98120789, 40.74724305]} },
{type: 'Feature',properties:{Name: '1', Address: '7 PARK AVENUE, 14A, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98120789, 40.74724305]} },
{type: 'Feature',properties:{Name: '1', Address: '7 PARK AVENUE, 14A, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98120789, 40.74724305]} },
{type: 'Feature',properties:{Name: '1', Address: '7 PARK AVENUE, 11C, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98120789, 40.74724305]} },
{type: 'Feature',properties:{Name: '1', Address: '7 PARK AVENUE, 4A, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98120789, 40.74724305]} },
{type: 'Feature',properties:{Name: '1', Address: '7 PARK AVENUE, 11H, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98120789, 40.74724305]} },
{type: 'Feature',properties:{Name: '1', Address: '7 PARK AVENUE, 3B, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98120789, 40.74724305]} },
{type: 'Feature',properties:{Name: '1', Address: '132 EAST 35TH STREET, 15K, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97946837, 40.74715492]} },
{type: 'Feature',properties:{Name: '1', Address: '132 EAST 35TH STREET, 15E, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97946837, 40.74715492]} },
{type: 'Feature',properties:{Name: '1', Address: '132 EAST 35TH STREET, 2K, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97946837, 40.74715492]} },
{type: 'Feature',properties:{Name: '1', Address: '132 EAST 35TH STREET, 10F, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97946837, 40.74715492]} },
{type: 'Feature',properties:{Name: '1', Address: '132 EAST 35TH STREET, 8C, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97946837, 40.74715492]} },
{type: 'Feature',properties:{Name: '1', Address: '132 EAST 35TH STREET, 6L, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97946837, 40.74715492]} },
{type: 'Feature',properties:{Name: '1', Address: '166 EAST 35TH STREET, 10C, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97843995, 40.74672106]} },
{type: 'Feature',properties:{Name: '1', Address: '166 EAST 35TH STREET, 16B, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97843995, 40.74672106]} },
{type: 'Feature',properties:{Name: '1', Address: '166 EAST 35TH STREET, 7E, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97843995, 40.74672106]} },
{type: 'Feature',properties:{Name: '1', Address: '166 EAST 35TH STREET, 5D, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97843995, 40.74672106]} },
{type: 'Feature',properties:{Name: '1', Address: '166 EAST 35 STREET, 10D, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97843995, 40.74672106]} },
{type: 'Feature',properties:{Name: '1', Address: '166 EAST 35, 11D, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97843995, 40.74672106]} },
{type: 'Feature',properties:{Name: '1', Address: '166 E 35TH ST, 6G, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97843995, 40.74672106]} },
{type: 'Feature',properties:{Name: '1', Address: '166 EAST 35TH STREET, 15C, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97843995, 40.74672106]} },
{type: 'Feature',properties:{Name: '1', Address: '152 EAST 35 STREET, 6B, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97868532, 40.74682541]} },
{type: 'Feature',properties:{Name: '1', Address: '152 EAST 35 STREET, 4F, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97868532, 40.74682541]} },
{type: 'Feature',properties:{Name: '1', Address: '152 EAST 35TH STREET, 3/4G, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97868532, 40.74682541]} },
{type: 'Feature',properties:{Name: '1', Address: '152 EAST 35TH STREET, 1F, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97868532, 40.74682541]} },
{type: 'Feature',properties:{Name: '1', Address: '152 EAST 35TH STREET, 2F, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97868532, 40.74682541]} },
{type: 'Feature',properties:{Name: '1', Address: '23 PARK AVENUE, 4NS, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98073492, 40.74789348]} },
{type: 'Feature',properties:{Name: '1', Address: '35 PARK AVENUE, 7E, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98050024, 40.74821457]} },
{type: 'Feature',properties:{Name: '1', Address: '35 PARK AVENUE, 9J, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98050024, 40.74821457]} },
{type: 'Feature',properties:{Name: '1', Address: '35 PARK AVENUE, 3H, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98050024, 40.74821457]} },
{type: 'Feature',properties:{Name: '1', Address: '35 PARK AVENUE, 12A, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98050024, 40.74821457]} },
{type: 'Feature',properties:{Name: '1', Address: '35 PARK AVENUE, 17A, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98050024, 40.74821457]} },
{type: 'Feature',properties:{Name: '1', Address: '35 PARK AVENUE, 8D, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98050024, 40.74821457]} },
{type: 'Feature',properties:{Name: '1', Address: '144 EAST 36TH STREET, 8B, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97825565, 40.74745113]} },
{type: 'Feature',properties:{Name: '1', Address: '138 EAST 36TH STREET, 5A, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97854794, 40.7475747]} },
{type: 'Feature',properties:{Name: '1', Address: '138 EAST 36TH STREET, 4B, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97854794, 40.7475747]} },
{type: 'Feature',properties:{Name: '1', Address: '138 EAST 36TH STREET, 1B, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97854794, 40.7475747]} },
{type: 'Feature',properties:{Name: '1', Address: '136 EAST 36TH STREET, 7G, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97864537, 40.74761589]} },
{type: 'Feature',properties:{Name: '1', Address: '136 EAST 36TH STREET, 7B, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97864537, 40.74761589]} },
{type: 'Feature',properties:{Name: '1', Address: '136 EAST 36TH STREET, 1C, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97864537, 40.74761589]} },
{type: 'Feature',properties:{Name: '1', Address: '136 EAST 36 STREET, 4F, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97864537, 40.74761589]} },
{type: 'Feature',properties:{Name: '1', Address: '136 EAST 36TH STREET, 2F, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97864537, 40.74761589]} },
{type: 'Feature',properties:{Name: '1', Address: '120 EAST 36TH STREET, 1G, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9794573, 40.74795913]} },
{type: 'Feature',properties:{Name: '1', Address: '110 EAST 36TH STREET, 4F, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97976764, 40.74809093]} },
{type: 'Feature',properties:{Name: '1', Address: '110 EAST 36TH STREET, 9E, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97976764, 40.74809093]} },
{type: 'Feature',properties:{Name: '1', Address: '110 EAST 36TH STREET, 7C, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97976764, 40.74809093]} },
{type: 'Feature',properties:{Name: '1', Address: '110 EAST 36TH STREET, 3C, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97976764, 40.74809093]} },
{type: 'Feature',properties:{Name: '1', Address: '110 EAST 36 STREET, 3F, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97976764, 40.74809093]} },
{type: 'Feature',properties:{Name: '1', Address: '111 EAST 36TH STREET, 3A, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9797568, 40.74810466]} },
{type: 'Feature',properties:{Name: '1', Address: '111 EAST 36TH STREET, 4A, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9797568, 40.74810466]} },
{type: 'Feature',properties:{Name: '1', Address: '288 LEXINGTON AVENUE, 11-C, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97849363, 40.74810443]} },
{type: 'Feature',properties:{Name: '1', Address: '288 LEXINGTON AVENUE, 6C, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97849363, 40.74810443]} },
{type: 'Feature',properties:{Name: '1', Address: '288 LEXINGTON AVENUE, 10F, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97849363, 40.74810443]} },
{type: 'Feature',properties:{Name: '1', Address: '288 LEXINGTON AVENUE, 10G, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97849363, 40.74810443]} },
{type: 'Feature',properties:{Name: '1', Address: '288 LEXINGTON AVENUE, 1A, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97849363, 40.74810443]} },
{type: 'Feature',properties:{Name: '1', Address: '288 LEXINGTON AVENUE, 3C, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97849363, 40.74810443]} },
{type: 'Feature',properties:{Name: '1', Address: '288 LEXINGTON AVE, 8F, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97849363, 40.74810443]} },
{type: 'Feature',properties:{Name: '1', Address: '288 LEXINGTON AVENUE, 5A, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97849363, 40.74810443]} },
{type: 'Feature',properties:{Name: '1', Address: '137 EAST 36TH STREET, 15J, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97844682, 40.74779426]} },
{type: 'Feature',properties:{Name: '1', Address: '137 EAST 36TH STREET, 10A, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97844682, 40.74779426]} },
{type: 'Feature',properties:{Name: '1', Address: '137 EAST 36TH STREET, 24B, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97844682, 40.74779426]} },
{type: 'Feature',properties:{Name: '1', Address: '137 EAST 36TH STREET, 5E, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97844682, 40.74779426]} },
{type: 'Feature',properties:{Name: '1', Address: '137 EAST 36TH STREET, 2C, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97844682, 40.74779426]} },
{type: 'Feature',properties:{Name: '1', Address: '137 EAST 36TH STREET, 24C, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97844682, 40.74779426]} },
{type: 'Feature',properties:{Name: '1', Address: '137 EAST 36TH STREET, 10H, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97844682, 40.74779426]} },
{type: 'Feature',properties:{Name: '1', Address: '137 EAST 36TH STREET, 11C, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97844682, 40.74779426]} },
{type: 'Feature',properties:{Name: '1', Address: '137 EAST 36TH STREET, 12D, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97844682, 40.74779426]} },
{type: 'Feature',properties:{Name: '1', Address: '137 EAST 36TH STREET, 26J, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97844682, 40.74779426]} },
{type: 'Feature',properties:{Name: '1', Address: '137 EAST 36TH STREET, 17F, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97844682, 40.74779426]} },
{type: 'Feature',properties:{Name: '1', Address: '137 EAST 36TH STREET, 17A, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97844682, 40.74779426]} },
{type: 'Feature',properties:{Name: '1', Address: '137 EAST 36TH STREET, 15H, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97844682, 40.74779426]} },
{type: 'Feature',properties:{Name: '1', Address: '137 EAST 36TH STREET, 23K, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97844682, 40.74779426]} },
{type: 'Feature',properties:{Name: '1', Address: '104 EAST 37TH STREET, 4E, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9794787, 40.74877432]} },
{type: 'Feature',properties:{Name: '1', Address: '104 EAST 37TH STREET, 3BC, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9794787, 40.74877432]} },
{type: 'Feature',properties:{Name: '1', Address: '117 EAST 37TH STREET, 2E, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97905288, 40.74861505]} },
{type: 'Feature',properties:{Name: '1', Address: '117 EAST 37TH STREET, 4F, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97905288, 40.74861505]} },
{type: 'Feature',properties:{Name: '1', Address: '117 EAST 37TH STREET, 5D, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97905288, 40.74861505]} },
{type: 'Feature',properties:{Name: '1', Address: '117 EAST 37TH STREET, 7E, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97905288, 40.74861505]} },
{type: 'Feature',properties:{Name: '1', Address: '117 EAST 37TH STREET, 4D, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97905288, 40.74861505]} },
{type: 'Feature',properties:{Name: '1', Address: '117 EAST 37TH STREET, 3D, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97905288, 40.74861505]} },
{type: 'Feature',properties:{Name: '1', Address: '123 EAST 37TH STREET, 5B, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97883997, 40.74852444]} },
{type: 'Feature',properties:{Name: '1', Address: '123 EAST 37TH STREET, 3E, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97883997, 40.74852444]} },
{type: 'Feature',properties:{Name: '1', Address: '123 EAST 37TH STREET, 8F, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97883997, 40.74852444]} },
{type: 'Feature',properties:{Name: '1', Address: '123 EAST 37TH STREET, 10F, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97883997, 40.74852444]} },
{type: 'Feature',properties:{Name: '1', Address: '296 LEXINGTON AVENUE, 10B, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9782445, 40.74844747]} },
{type: 'Feature',properties:{Name: '1', Address: '310 LEXINGTON AVENUE, 6E, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97799897, 40.74878503]} },
{type: 'Feature',properties:{Name: '1', Address: '310 LEXINGTON AVENUE, 8FG, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97799897, 40.74878503]} },
{type: 'Feature',properties:{Name: '1', Address: '310 LEXINGTON AVENUE, 6G, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97799897, 40.74878503]} },
{type: 'Feature',properties:{Name: '1', Address: '310 LEXINGTON AVENUE, 11F, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97799897, 40.74878503]} },
{type: 'Feature',properties:{Name: '1', Address: '310 LEXINGTON AVENUE, 9H, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97799897, 40.74878503]} },
{type: 'Feature',properties:{Name: '1', Address: '160 EAST 38TH STREET, 8H, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97672148, 40.74841973]} },
{type: 'Feature',properties:{Name: '1', Address: '160 E 38 ST, 5F, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97672148, 40.74841973]} },
{type: 'Feature',properties:{Name: '1', Address: '160 EAST 38TH STREET, 3F, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97672148, 40.74841973]} },
{type: 'Feature',properties:{Name: '1', Address: '160 EAST 38TH STREET, 9A, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97672148, 40.74841973]} },
{type: 'Feature',properties:{Name: '1', Address: '160 EAST 38TH STREET, 16B, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97672148, 40.74841973]} },
{type: 'Feature',properties:{Name: '1', Address: '160 EAST 38TH STREET, 22D, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97672148, 40.74841973]} },
{type: 'Feature',properties:{Name: '1', Address: '160 EAST 38TH STREET, 24C, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97672148, 40.74841973]} },
{type: 'Feature',properties:{Name: '1', Address: '67 PARK AVENUE, 14B, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97905981, 40.74952357]} },
{type: 'Feature',properties:{Name: '1', Address: '67 PARK AVE, 3E, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97905981, 40.74952357]} },
{type: 'Feature',properties:{Name: '1', Address: '67 PARK AVENUE, 15C, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97905981, 40.74952357]} },
{type: 'Feature',properties:{Name: '1', Address: '105 EAST 38 STREET, 4B, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97900571, 40.74940279]} },
{type: 'Feature',properties:{Name: '1', Address: '135 EAST 39TH STREET, 6D, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97709648, 40.74941066]} },
{type: 'Feature',properties:{Name: '1', Address: '135 EAST 39TH STREET, 6C, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97709648, 40.74941066]} },
{type: 'Feature',properties:{Name: '1', Address: '140 EAST 40TH STREET, 3B, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97658378, 40.74997872]} },
{type: 'Feature',properties:{Name: '1', Address: '140 EAST 40TH STREET, 5J, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97658378, 40.74997872]} },
{type: 'Feature',properties:{Name: '1', Address: '140 EAST 40TH ST, 8G, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97658378, 40.74997872]} },
{type: 'Feature',properties:{Name: '1', Address: '140 EAST 40TH STREET, 9B, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97658378, 40.74997872]} },
{type: 'Feature',properties:{Name: '1', Address: '140 EAST 40TH STREET, 8E, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97658378, 40.74997872]} },
{type: 'Feature',properties:{Name: '1', Address: '140 EAST 40TH STREET, 6C, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97658378, 40.74997872]} },
{type: 'Feature',properties:{Name: '1', Address: '140 EAST 40TH STREET, 5F, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97658378, 40.74997872]} },
{type: 'Feature',properties:{Name: '1', Address: '140 EAST 40TH STREET, 4A, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97658378, 40.74997872]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 28TH, 8L, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98071499, 40.7419209]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 28TH STREET, 10G, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98071499, 40.7419209]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 28TH STREET, 18A, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98071499, 40.7419209]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 28 ST, 8L, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98071499, 40.7419209]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 28 STREET, 9N, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98071499, 40.7419209]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 28TH STREET, 7E, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98071499, 40.7419209]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 28TH STREET, 3F, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98071499, 40.7419209]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 28TH STREET, 8N, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98071499, 40.7419209]} },
{type: 'Feature',properties:{Name: '1', Address: '229 EAST 28TH STREET, 5F, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97977324, 40.74152275]} },
{type: 'Feature',properties:{Name: '1', Address: '229 EAST 28TH STREET, 5C, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97977324, 40.74152275]} },
{type: 'Feature',properties:{Name: '1', Address: '229 EAST 28TH STREET, 2L, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97977324, 40.74152275]} },
{type: 'Feature',properties:{Name: '1', Address: '229 EAST 29TH STREET, 1B, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97962145, 40.7422638]} },
{type: 'Feature',properties:{Name: '1', Address: '244 EAST 30TH STREET, 3A, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97890315, 40.74275773]} },
{type: 'Feature',properties:{Name: '1', Address: '244 EAST 30TH STREET, B, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97890315, 40.74275773]} },
{type: 'Feature',properties:{Name: '1', Address: '238 EAST 30TH STREET, 5R, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97900418, 40.74279892]} },
{type: 'Feature',properties:{Name: '1', Address: '240 EAST 30 STREET, 4A, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9789681, 40.74278519]} },
{type: 'Feature',properties:{Name: '1', Address: '238 EAST 30TH, 3E, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97900418, 40.74279892]} },
{type: 'Feature',properties:{Name: '1', Address: '238 EAST 30TH STREET, 1W, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97900418, 40.74279892]} },
{type: 'Feature',properties:{Name: '1', Address: '251 EAST 32ND STREET, 19C, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97788508, 40.74395699]} },
{type: 'Feature',properties:{Name: '1', Address: '251 EAST 32ND STREET, 10B, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97788508, 40.74395699]} },
{type: 'Feature',properties:{Name: '1', Address: '251 EAST 32ND STREET, 19F, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97788508, 40.74395699]} },
{type: 'Feature',properties:{Name: '1', Address: '251 EAST 32ND STREET, 14H, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97788508, 40.74395699]} },
{type: 'Feature',properties:{Name: '1', Address: '240 EAST 35TH STREET, 11J, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97630014, 40.74581762]} },
{type: 'Feature',properties:{Name: '1', Address: '240 EAST 35TH STREET, 10G, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97630014, 40.74581762]} },
{type: 'Feature',properties:{Name: '1', Address: '240 EAST 35 STREET, 10E, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97630014, 40.74581762]} },
{type: 'Feature',properties:{Name: '1', Address: '240 EAST 35TH STREET, 12F, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97630014, 40.74581762]} },
{type: 'Feature',properties:{Name: '1', Address: '222 EAST 35TH STREET, 6G, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97651665, 40.74590824]} },
{type: 'Feature',properties:{Name: '1', Address: '222 EAST 35TH STREET, 3K, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97651665, 40.74590824]} },
{type: 'Feature',properties:{Name: '1', Address: '222 E. 35TH STREET, 3C, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97651665, 40.74590824]} },
{type: 'Feature',properties:{Name: '1', Address: '211 EAST 35TH STREET, 2G, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97717337, 40.74620481]} },
{type: 'Feature',properties:{Name: '1', Address: '211 EAST 35TH STREET, 4C, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97717337, 40.74620481]} },
{type: 'Feature',properties:{Name: '1', Address: '211 EAST 35TH STREET, 8B, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97717337, 40.74620481]} },
{type: 'Feature',properties:{Name: '1', Address: '211 EAST 35TH STREET, 8F, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97717337, 40.74620481]} },
{type: 'Feature',properties:{Name: '1', Address: '211 EAST 35TH STREET, 1B, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97717337, 40.74620481]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 35TH STREET, 11D, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97627488, 40.74582585]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 35TH STREET, 6A, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97627488, 40.74582585]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 35TH STREET, 9F, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97627488, 40.74582585]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 35TH STREET, 2J, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97627488, 40.74582585]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 35TH STREET, 10K, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97627488, 40.74582585]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 35TH STREET, 2G, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97627488, 40.74582585]} },
{type: 'Feature',properties:{Name: '1', Address: '210 EAST 36TH STREET, 9D, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97662822, 40.74675914]} },
{type: 'Feature',properties:{Name: '1', Address: '210 EAST 36TH STREET, 7C, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97662822, 40.74675914]} },
{type: 'Feature',properties:{Name: '1', Address: '210 EAST 36TH STREET, 9H, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97662822, 40.74675914]} },
{type: 'Feature',properties:{Name: '1', Address: '210 EAST 36TH STREET, 12A, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97662822, 40.74675914]} },
{type: 'Feature',properties:{Name: '1', Address: '210 EAST 36TH STREET, 3D, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97662822, 40.74675914]} },
{type: 'Feature',properties:{Name: '1', Address: '210 EAST 36TH STREET, 1J, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97662822, 40.74675914]} },
{type: 'Feature',properties:{Name: '1', Address: '210 EAST 36TH STREET, 4A, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97662822, 40.74675914]} },
{type: 'Feature',properties:{Name: '1', Address: '210 EAST 36TH STREET, 1B, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97662822, 40.74675914]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 36TH STREET, 8A, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97706124, 40.74694587]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 36TH STREET, 14-J, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97706124, 40.74694587]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 36TH STREET, 7G, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97706124, 40.74694587]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 36TH STREET, 14A, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97706124, 40.74694587]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 36TH STREET, 19A, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97706124, 40.74694587]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 36TH STREET, 3A, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97706124, 40.74694587]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 36TH STREET, 6L, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97603643, 40.7465312]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 36TH STREET, 9E, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97603643, 40.7465312]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 36TH STREET, 4K, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97603643, 40.7465312]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 36TH STREET, 4G, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97603643, 40.7465312]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 36TH STREET, 7F, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97603643, 40.7465312]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 36 STREET, 14D, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97603643, 40.7465312]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 36TH STREET, 6O, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97603643, 40.7465312]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 36TH STREET, 8O, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97603643, 40.7465312]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 36 STREET, 21C, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97603643, 40.7465312]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 36TH STREET, 19FG, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97603643, 40.7465312]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 36TH STREET, 12N, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97603643, 40.7465312]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 36TH STREET, 5P, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97603643, 40.7465312]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 36 STREET, 1-0, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97603643, 40.7465312]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 36TH STREET, 7D, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97603643, 40.7465312]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 36TH STREET, 17A, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97603643, 40.7465312]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 36TH STREET, 7J, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97603643, 40.7465312]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 36TH STREET, 16J, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97603643, 40.7465312]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 36TH STREET, 19A, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97603643, 40.7465312]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 36TH STREET, 2F, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97603643, 40.7465312]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 36TH STREET, 7P, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97603643, 40.7465312]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 36 STREET, 5D, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97603643, 40.7465312]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 37TH STREET, 5H, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97663154, 40.74759354]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 37TH STREET, 15G, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97663154, 40.74759354]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 37TH STREET, 9-B, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97663154, 40.74759354]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 37TH STREET, 9C, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97663154, 40.74759354]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 37TH STREET, 12A, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97663154, 40.74759354]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 37TH STREET, 12G, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97663154, 40.74759354]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 37TH STREET, 4E, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97663154, 40.74759354]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 37TH STREET, 12A, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97663154, 40.74759354]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 37TH STREET, 5D, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97535414, 40.74705256]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 37TH STREET, 2F, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97535414, 40.74705256]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 37TH STREET, 2H, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97535414, 40.74705256]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 37TH STREET, 3D, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97535414, 40.74705256]} },
{type: 'Feature',properties:{Name: '1', Address: '242 EAST 38TH STREET, 4B, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9749497, 40.74767004]} },
{type: 'Feature',properties:{Name: '1', Address: '31 EAST 28TH STREET, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98534095, 40.74386761]} },
{type: 'Feature',properties:{Name: '1', Address: '31 EAST 28TH STREET, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98534095, 40.74386761]} },
{type: 'Feature',properties:{Name: '1', Address: '404 PARK AVENUE SOUTH, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98401661, 40.74342004]} },
{type: 'Feature',properties:{Name: '1', Address: '404 PARK AVENUE SOUTH, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98401661, 40.74342004]} },
{type: 'Feature',properties:{Name: '1', Address: '404 PARK AVENUE SOUTH, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98401661, 40.74342004]} },
{type: 'Feature',properties:{Name: '1', Address: '404 PARK AVENUE SOUTH, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98401661, 40.74342004]} },
{type: 'Feature',properties:{Name: '1', Address: '404 PARK AVENUE SOUTH, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98401661, 40.74342004]} },
{type: 'Feature',properties:{Name: '1', Address: '404 PARK AVENUE SOUTH, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98401661, 40.74342004]} },
{type: 'Feature',properties:{Name: '1', Address: '404 PARK AVENUE SOUTH, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98401661, 40.74342004]} },
{type: 'Feature',properties:{Name: '1', Address: '404 PARK AVENUE SOUTH, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98401661, 40.74342004]} },
{type: 'Feature',properties:{Name: '1', Address: '404 PARK AVENUE SOUTH, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98401661, 40.74342004]} },
{type: 'Feature',properties:{Name: '1', Address: '11 EAST 29TH STREET, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98597587, 40.74494637]} },
{type: 'Feature',properties:{Name: '1', Address: '11 EAST 29TH STREET, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98597587, 40.74494637]} },
{type: 'Feature',properties:{Name: '1', Address: '11 EAST 29TH ST, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98597587, 40.74494637]} },
{type: 'Feature',properties:{Name: '1', Address: '11 EAST 29TH STREET, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98597587, 40.74494637]} },
{type: 'Feature',properties:{Name: '1', Address: '11 E. 29, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98597587, 40.74494637]} },
{type: 'Feature',properties:{Name: '1', Address: '11 EAST 29, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98597587, 40.74494637]} },
{type: 'Feature',properties:{Name: '1', Address: '11 EAST 29TH STREET, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98597587, 40.74494637]} },
{type: 'Feature',properties:{Name: '1', Address: '11 EAST 29TH STREET, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98597587, 40.74494637]} },
{type: 'Feature',properties:{Name: '1', Address: '11 EAST 29TH STREET, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98597587, 40.74494637]} },
{type: 'Feature',properties:{Name: '1', Address: '11 EAST 29TH STREET, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98597587, 40.74494637]} },
{type: 'Feature',properties:{Name: '1', Address: '11 EAST 29TH STREET, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98597587, 40.74494637]} },
{type: 'Feature',properties:{Name: '1', Address: '39 EAST 29TH STREET, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98475258, 40.74443021]} },
{type: 'Feature',properties:{Name: '1', Address: '39 EAST 29TH STREET, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98475258, 40.74443021]} },
{type: 'Feature',properties:{Name: '1', Address: '39 EAST 29TH STREET, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98475258, 40.74443021]} },
{type: 'Feature',properties:{Name: '1', Address: '39 EAST 29TH STREET, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98475258, 40.74443021]} },
{type: 'Feature',properties:{Name: '1', Address: '39 EAST 29TH STREET, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98475258, 40.74443021]} },
{type: 'Feature',properties:{Name: '1', Address: '39 EAST 29TH STREET, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98475258, 40.74443021]} },
{type: 'Feature',properties:{Name: '1', Address: '39 EAST 29TH STREET, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98475258, 40.74443021]} },
{type: 'Feature',properties:{Name: '1', Address: '39 EAST 29TH STREET, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98475258, 40.74443021]} },
{type: 'Feature',properties:{Name: '1', Address: '39 EAST 29TH STREET, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98475258, 40.74443021]} },
{type: 'Feature',properties:{Name: '1', Address: '39 EAST 29TH STREET, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98475258, 40.74443021]} },
{type: 'Feature',properties:{Name: '1', Address: '39 EAST 29TH STREET, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98475258, 40.74443021]} },
{type: 'Feature',properties:{Name: '1', Address: '45 EAST 30TH STREET, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98423637, 40.74501751]} },
{type: 'Feature',properties:{Name: '1', Address: '45 EAST 30TH STREET, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98423637, 40.74501751]} },
{type: 'Feature',properties:{Name: '1', Address: '325 5 AVENUE, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528242, 40.74742754]} },
{type: 'Feature',properties:{Name: '1', Address: '325 FIFTH AVENUE, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528242, 40.74742754]} },
{type: 'Feature',properties:{Name: '1', Address: '325 5 AVENUE, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528242, 40.74742754]} },
{type: 'Feature',properties:{Name: '1', Address: '325 5TH AVE, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528242, 40.74742754]} },
{type: 'Feature',properties:{Name: '1', Address: '325 5 AVENUE, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528242, 40.74742754]} },
{type: 'Feature',properties:{Name: '1', Address: '325 5 AVENUE, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528242, 40.74742754]} },
{type: 'Feature',properties:{Name: '1', Address: '325 5 AVENUE, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528242, 40.74742754]} },
{type: 'Feature',properties:{Name: '1', Address: '325 FIFTH AVENUE, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528242, 40.74742754]} },
{type: 'Feature',properties:{Name: '1', Address: '325 FIFTH AVENUE, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528242, 40.74742754]} },
{type: 'Feature',properties:{Name: '1', Address: '325 5 AVENUE, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528242, 40.74742754]} },
{type: 'Feature',properties:{Name: '1', Address: '325 FIFTH AVENUE, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528242, 40.74742754]} },
{type: 'Feature',properties:{Name: '1', Address: '325 FIFTH AVE, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528242, 40.74742754]} },
{type: 'Feature',properties:{Name: '1', Address: '325 5 AVENUE, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528242, 40.74742754]} },
{type: 'Feature',properties:{Name: '1', Address: '325 5 AVENUE, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528242, 40.74742754]} },
{type: 'Feature',properties:{Name: '1', Address: '325 5 AVENUE, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528242, 40.74742754]} },
{type: 'Feature',properties:{Name: '1', Address: '325 5 AVENUE, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528242, 40.74742754]} },
{type: 'Feature',properties:{Name: '1', Address: '325 5TH AVENUE, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528242, 40.74742754]} },
{type: 'Feature',properties:{Name: '1', Address: '325 5 AVENUE, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528242, 40.74742754]} },
{type: 'Feature',properties:{Name: '1', Address: '325 5 AVENUE, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528242, 40.74742754]} },
{type: 'Feature',properties:{Name: '1', Address: '325 5 AVENUE, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528242, 40.74742754]} },
{type: 'Feature',properties:{Name: '1', Address: '211 MADISON AVENUE, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98217107, 40.74882967]} },
{type: 'Feature',properties:{Name: '1', Address: '211 MADISON AVENUE, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98217107, 40.74882967]} },
{type: 'Feature',properties:{Name: '1', Address: '211 MADISON AVE, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98217107, 40.74882967]} },
{type: 'Feature',properties:{Name: '1', Address: '211 MADISON AVENUE, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98217107, 40.74882967]} },
{type: 'Feature',properties:{Name: '1', Address: '211 MADISON AVENUE, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98217107, 40.74882967]} },
{type: 'Feature',properties:{Name: '1', Address: '30 EAST 37TH STREET, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98121086, 40.74950472]} },
{type: 'Feature',properties:{Name: '1', Address: '30 EAST 37TH STREET, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98121086, 40.74950472]} },
{type: 'Feature',properties:{Name: '1', Address: '30 EAST 37TH STREET, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98121086, 40.74950472]} },
{type: 'Feature',properties:{Name: '1', Address: '30 EAST 37TH STREET, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98121086, 40.74950472]} },
{type: 'Feature',properties:{Name: '1', Address: '30 EAST 37TH STREET, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98121086, 40.74950472]} },
{type: 'Feature',properties:{Name: '1', Address: '30 EAST 37TH STREET, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98121086, 40.74950472]} },
{type: 'Feature',properties:{Name: '1', Address: '11 EAST 36TH STREET, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98286747, 40.74941715]} },
{type: 'Feature',properties:{Name: '1', Address: '11 EAST 36TH STREET, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98286747, 40.74941715]} },
{type: 'Feature',properties:{Name: '1', Address: '11 EAST 36TH STREET, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98286747, 40.74941715]} },
{type: 'Feature',properties:{Name: '1', Address: '11 EAST 36TH STREET, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98286747, 40.74941715]} },
{type: 'Feature',properties:{Name: '1', Address: '11 EAST 36TH STREET, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98286747, 40.74941715]} },
{type: 'Feature',properties:{Name: '1', Address: '11 EAST 36TH STREET, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98286747, 40.74941715]} },
{type: 'Feature',properties:{Name: '1', Address: '11 EAST 36TH STREET, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98286747, 40.74941715]} },
{type: 'Feature',properties:{Name: '1', Address: '11 EAST 36TH STREET, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98286747, 40.74941715]} },
{type: 'Feature',properties:{Name: '1', Address: '11 EAST 36TH STREET, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98286747, 40.74941715]} },
{type: 'Feature',properties:{Name: '1', Address: '11 EAST 36TH STREET, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98286747, 40.74941715]} },
{type: 'Feature',properties:{Name: '1', Address: '11 EAST 36TH STREET, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98286747, 40.74941715]} },
{type: 'Feature',properties:{Name: '1', Address: '11 EAST 36 STREET, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98286747, 40.74941715]} },
{type: 'Feature',properties:{Name: '1', Address: '11 EAST 36TH STREET, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98286747, 40.74941715]} },
{type: 'Feature',properties:{Name: '1', Address: '11 EAST 36TH STREET, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98286747, 40.74941715]} },
{type: 'Feature',properties:{Name: '1', Address: '11 EAST 36TH STREET, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98286747, 40.74941715]} },
{type: 'Feature',properties:{Name: '1', Address: '11 EAST 36TH STREET, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98286747, 40.74941715]} },
{type: 'Feature',properties:{Name: '1', Address: '52 PARK AVENUE, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97985755, 40.7491367]} },
{type: 'Feature',properties:{Name: '1', Address: '52 PARK AVENUE, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97985755, 40.7491367]} },
{type: 'Feature',properties:{Name: '1', Address: '52 PARK AVENUE, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97985755, 40.7491367]} },
{type: 'Feature',properties:{Name: '1', Address: '35 EAST 38TH STREET, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98039505, 40.74998766]} },
{type: 'Feature',properties:{Name: '1', Address: '35 EAST 38TH STREET, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98039505, 40.74998766]} },
{type: 'Feature',properties:{Name: '1', Address: '35 EAST 38TH STREET, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98039505, 40.74998766]} },
{type: 'Feature',properties:{Name: '1', Address: '35 EAST 38TH STREET, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98039505, 40.74998766]} },
{type: 'Feature',properties:{Name: '1', Address: '35 EAST 38TH STREET, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98039505, 40.74998766]} },
{type: 'Feature',properties:{Name: '1', Address: '35 EAST 38TH STREET, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98039505, 40.74998766]} },
{type: 'Feature',properties:{Name: '1', Address: '35 EAST 38TH STREET, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98039505, 40.74998766]} },
{type: 'Feature',properties:{Name: '1', Address: '35 EAST 38TH STREET, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98039505, 40.74998766]} },
{type: 'Feature',properties:{Name: '1', Address: '35 EAST 38TH STREET, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98039505, 40.74998766]} },
{type: 'Feature',properties:{Name: '1', Address: '35 EAST 38TH STREET, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98039505, 40.74998766]} },
{type: 'Feature',properties:{Name: '1', Address: '80 PARK AVENUE, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97917874, 40.75006705]} },
{type: 'Feature',properties:{Name: '1', Address: '80 PARK AVENUE, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97917874, 40.75006705]} },
{type: 'Feature',properties:{Name: '1', Address: '80 PARK AVENUE, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97917874, 40.75006705]} },
{type: 'Feature',properties:{Name: '1', Address: '80 PARK AVENUE, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97917874, 40.75006705]} },
{type: 'Feature',properties:{Name: '1', Address: '80 PARK AVENUE, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97917874, 40.75006705]} },
{type: 'Feature',properties:{Name: '1', Address: '80 PARK AVENUE, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97917874, 40.75006705]} },
{type: 'Feature',properties:{Name: '1', Address: '80 PARK AVENUE, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97917874, 40.75006705]} },
{type: 'Feature',properties:{Name: '1', Address: '80 PARK AVENUE, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97917874, 40.75006705]} },
{type: 'Feature',properties:{Name: '1', Address: '80 PARK AVENUE, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97917874, 40.75006705]} },
{type: 'Feature',properties:{Name: '1', Address: '80 PARK AVENUE, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97917874, 40.75006705]} },
{type: 'Feature',properties:{Name: '1', Address: '80 PARK AVENUE, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97917874, 40.75006705]} },
{type: 'Feature',properties:{Name: '1', Address: '425 5 AVENUE, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98213081, 40.7508992]} },
{type: 'Feature',properties:{Name: '1', Address: '425 5 AVENUE, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98213081, 40.7508992]} },
{type: 'Feature',properties:{Name: '1', Address: '425 5 AVENUE, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98213081, 40.7508992]} },
{type: 'Feature',properties:{Name: '1', Address: '425 FIFTH AVENUE, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98213081, 40.7508992]} },
{type: 'Feature',properties:{Name: '1', Address: '425 FIFTH AVENUE, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98213081, 40.7508992]} },
{type: 'Feature',properties:{Name: '1', Address: '425 5 AVENUE, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98213081, 40.7508992]} },
{type: 'Feature',properties:{Name: '1', Address: '425 5 AVENUE, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98213081, 40.7508992]} },
{type: 'Feature',properties:{Name: '1', Address: '425 5 AVENUE, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98213081, 40.7508992]} },
{type: 'Feature',properties:{Name: '1', Address: '425 5 AVENUE, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98213081, 40.7508992]} },
{type: 'Feature',properties:{Name: '1', Address: '425 FIFTH AVENUE, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98213081, 40.7508992]} },
{type: 'Feature',properties:{Name: '1', Address: '425 FIFTH AVENUE, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98213081, 40.7508992]} },
{type: 'Feature',properties:{Name: '1', Address: '425 FIFTH AVENUE, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98213081, 40.7508992]} },
{type: 'Feature',properties:{Name: '1', Address: '425 FIFTH AVENUE, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98213081, 40.7508992]} },
{type: 'Feature',properties:{Name: '1', Address: '425 FIFTH AVENUE, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98213081, 40.7508992]} },
{type: 'Feature',properties:{Name: '1', Address: '425 FIFTH AVENUE, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98213081, 40.7508992]} },
{type: 'Feature',properties:{Name: '1', Address: '425 5 AVENUE, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98213081, 40.7508992]} },
{type: 'Feature',properties:{Name: '1', Address: '425 5 AVENUE, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98213081, 40.7508992]} },
{type: 'Feature',properties:{Name: '1', Address: '445 FIFTH AVENUE, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98186357, 40.75151124]} },
{type: 'Feature',properties:{Name: '1', Address: '445 5 AVENUE, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98186357, 40.75151124]} },
{type: 'Feature',properties:{Name: '1', Address: '445 5 AVENUE, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98186357, 40.75151124]} },
{type: 'Feature',properties:{Name: '1', Address: '445 5 AVENUE, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98186357, 40.75151124]} },
{type: 'Feature',properties:{Name: '1', Address: '445 5 AVENUE, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98186357, 40.75151124]} },
{type: 'Feature',properties:{Name: '1', Address: '445 5 AVENUE, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98186357, 40.75151124]} },
{type: 'Feature',properties:{Name: '1', Address: '445 5TH AVENUE, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98186357, 40.75151124]} },
{type: 'Feature',properties:{Name: '1', Address: '445 FIFTH AVENUE, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98186357, 40.75151124]} },
{type: 'Feature',properties:{Name: '1', Address: '445 5 AVENUE, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98186357, 40.75151124]} },
{type: 'Feature',properties:{Name: '1', Address: '445 5TH AVENUE, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98186357, 40.75151124]} },
{type: 'Feature',properties:{Name: '1', Address: '445 5 AVENUE, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98186357, 40.75151124]} },
{type: 'Feature',properties:{Name: '1', Address: '120 EAST 29TH STREET, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98255864, 40.7434857]} },
{type: 'Feature',properties:{Name: '1', Address: '117 EAST 29TH STREET, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98265606, 40.7435461]} },
{type: 'Feature',properties:{Name: '1', Address: '111 EAST 30TH STREET, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98251152, 40.74428991]} },
{type: 'Feature',properties:{Name: '1', Address: '111 EAST 30TH STREET, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98251152, 40.74428991]} },
{type: 'Feature',properties:{Name: '1', Address: '111 EAST 30TH STREET, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98251152, 40.74428991]} },
{type: 'Feature',properties:{Name: '1', Address: '111 EAST 30TH STREET, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98251152, 40.74428991]} },
{type: 'Feature',properties:{Name: '1', Address: '111 EAST 30TH STREET, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98251152, 40.74428991]} },
{type: 'Feature',properties:{Name: '1', Address: '111 EAST 30TH STREET, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98251152, 40.74428991]} },
{type: 'Feature',properties:{Name: '1', Address: '159 E 30TH STREET, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98086969, 40.74360071]} },
{type: 'Feature',properties:{Name: '1', Address: '159 EAST 30TH STREET, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98086969, 40.74360071]} },
{type: 'Feature',properties:{Name: '1', Address: '159 EAST 30TH STREET, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98086969, 40.74360071]} },
{type: 'Feature',properties:{Name: '1', Address: '159 EAST 30TH STREET, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98086969, 40.74360071]} },
{type: 'Feature',properties:{Name: '1', Address: '127 EAST 30TH STREET, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98193416, 40.74404828]} },
{type: 'Feature',properties:{Name: '1', Address: '127 EAST 30TH STREET, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98193416, 40.74404828]} },
{type: 'Feature',properties:{Name: '1', Address: '127 EAST 30TH STREET, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98193416, 40.74404828]} },
{type: 'Feature',properties:{Name: '1', Address: '127 EAST 30TH STREET, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98193416, 40.74404828]} },
{type: 'Feature',properties:{Name: '1', Address: '107 EAST 31ST STREET, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98221541, 40.74497605]} },
{type: 'Feature',properties:{Name: '1', Address: '157 EAST 32ND STREET, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98005371, 40.74487139]} },
{type: 'Feature',properties:{Name: '1', Address: '157 EAST 32ND STREET, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98005371, 40.74487139]} },
{type: 'Feature',properties:{Name: '1', Address: '157 EAST 32ND STREET, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98005371, 40.74487139]} },
{type: 'Feature',properties:{Name: '1', Address: '157 EAST 32ND STREET, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98005371, 40.74487139]} },
{type: 'Feature',properties:{Name: '1', Address: '155 EAST 34TH STREET, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97912944, 40.74616126]} },
{type: 'Feature',properties:{Name: '1', Address: '155 EAST 34TH STREET, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97912944, 40.74616126]} },
{type: 'Feature',properties:{Name: '1', Address: '155 EAST 34TH STREET, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97912944, 40.74616126]} },
{type: 'Feature',properties:{Name: '1', Address: '155 EAST 34TH STREET, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97912944, 40.74616126]} },
{type: 'Feature',properties:{Name: '1', Address: '155 EAST 34TH STREET, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97912944, 40.74616126]} },
{type: 'Feature',properties:{Name: '1', Address: '155 EAST 34TH STREET, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97912944, 40.74616126]} },
{type: 'Feature',properties:{Name: '1', Address: '155 EAST 34TH STREET, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97912944, 40.74616126]} },
{type: 'Feature',properties:{Name: '1', Address: '155 EAST 34TH STREET, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97912944, 40.74616126]} },
{type: 'Feature',properties:{Name: '1', Address: '143 EAST 34TH STREET, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97933873, 40.74624913]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 37TH STREET, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97768523, 40.74801919]} },
{type: 'Feature',properties:{Name: '1', Address: '45 PARK AVENUE, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98009224, 40.74877992]} },
{type: 'Feature',properties:{Name: '1', Address: '45 PARK AVENUE, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98009224, 40.74877992]} },
{type: 'Feature',properties:{Name: '1', Address: '45 PARK AVENUE, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98009224, 40.74877992]} },
{type: 'Feature',properties:{Name: '1', Address: '45 PARK AVENUE, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98009224, 40.74877992]} },
{type: 'Feature',properties:{Name: '1', Address: '77 PARK AVENUE, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874567, 40.74999012]} },
{type: 'Feature',properties:{Name: '1', Address: '77 PARK AVENUE, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874567, 40.74999012]} },
{type: 'Feature',properties:{Name: '1', Address: '77 PARK AVENUE, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874567, 40.74999012]} },
{type: 'Feature',properties:{Name: '1', Address: '77 PARK AVENUE, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874567, 40.74999012]} },
{type: 'Feature',properties:{Name: '1', Address: '77 PARK AVENUE, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874567, 40.74999012]} },
{type: 'Feature',properties:{Name: '1', Address: '77 PARK AVENUE, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874567, 40.74999012]} },
{type: 'Feature',properties:{Name: '1', Address: '77 PARK AVENUE, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874567, 40.74999012]} },
{type: 'Feature',properties:{Name: '1', Address: '77 PARK AVENUE, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874567, 40.74999012]} },
{type: 'Feature',properties:{Name: '1', Address: '77 PARK AVENUE, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874567, 40.74999012]} },
{type: 'Feature',properties:{Name: '1', Address: '77 PARK AVENUE, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874567, 40.74999012]} },
{type: 'Feature',properties:{Name: '1', Address: '77 PARK AVENUE, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97874567, 40.74999012]} },
{type: 'Feature',properties:{Name: '1', Address: '155 EAST 38TH STREET, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97671425, 40.74843345]} },
{type: 'Feature',properties:{Name: '1', Address: '155 EAST 38TH STREET, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97671425, 40.74843345]} },
{type: 'Feature',properties:{Name: '1', Address: '155 EAST 38TH STREET, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97671425, 40.74843345]} },
{type: 'Feature',properties:{Name: '1', Address: '155 EAST 38TH STREET, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97671425, 40.74843345]} },
{type: 'Feature',properties:{Name: '1', Address: '155 EAST 38TH STREET, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97671425, 40.74843345]} },
{type: 'Feature',properties:{Name: '1', Address: '155 EAST 38TH STREET, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97671425, 40.74843345]} },
{type: 'Feature',properties:{Name: '1', Address: '155 EAST 38TH STREET, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97671425, 40.74843345]} },
{type: 'Feature',properties:{Name: '1', Address: '71 PARK AVENUE, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97933762, 40.74981456]} },
{type: 'Feature',properties:{Name: '1', Address: '71 PARK AVENUE, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97933762, 40.74981456]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVE, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '325 LEXINGTON AVENUE, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97763429, 40.74925157]} },
{type: 'Feature',properties:{Name: '1', Address: '250 EAST 30TH STREET, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97880573, 40.74271929]} },
{type: 'Feature',properties:{Name: '1', Address: '250 EAST 30TH STREET, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97880573, 40.74271929]} },
{type: 'Feature',properties:{Name: '1', Address: '250 EAST 30TH STREET, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97880573, 40.74271929]} },
{type: 'Feature',properties:{Name: '1', Address: '250 EAST 30TH STREET, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97880573, 40.74271929]} },
{type: 'Feature',properties:{Name: '1', Address: '248 EAST 31ST STREET, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97837969, 40.74333952]} },
{type: 'Feature',properties:{Name: '1', Address: '250 EAST 31ST STREET, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97834722, 40.74332579]} },
{type: 'Feature',properties:{Name: '1', Address: '250 EAST 31ST STREET, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97834722, 40.74332579]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 32ND STREET, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97871861, 40.74428927]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 32ND STREET, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97871861, 40.74428927]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 32ND STREET, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97871861, 40.74428927]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 32ND STREET, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97871861, 40.74428927]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 34TH STREET, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97707985, 40.74529353]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 34TH STREET, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97707985, 40.74529353]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 34TH STREET, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97707985, 40.74529353]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 34TH STREET, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97707985, 40.74529353]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 34TH STREET, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97707985, 40.74529353]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 34TH STREET, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97707985, 40.74529353]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 34TH STREET, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97707985, 40.74529353]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 34TH STREET, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97707985, 40.74529353]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 34TH STREET, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97707985, 40.74529353]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 34TH STREET, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97707985, 40.74529353]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 34TH STREET, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97707985, 40.74529353]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 34TH STREET, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97707985, 40.74529353]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 34TH STREET, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97707985, 40.74529353]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 34TH STREET, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97707985, 40.74529353]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 34TH STREET, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97707985, 40.74529353]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 34TH STREET, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97707985, 40.74529353]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 34TH STREET, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97707985, 40.74529353]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 36 STREET, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97705041, 40.74695959]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 36TH STREET, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97705041, 40.74695959]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 36TH STREET, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97705041, 40.74695959]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 36TH STREET, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97705041, 40.74695959]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 36TH STREET, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97705041, 40.74695959]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 36TH STREET, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97705041, 40.74695959]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 36TH STREET, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97705041, 40.74695959]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 36TH STREET, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97705041, 40.74695959]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 36TH STREET, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97705041, 40.74695959]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 36TH STREET, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97705041, 40.74695959]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 36 STREET, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97705041, 40.74695959]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 36TH STREET, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97705041, 40.74695959]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 36TH STREET, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97705041, 40.74695959]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 36TH STREET, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97705041, 40.74695959]} },
{type: 'Feature',properties:{Name: '1', Address: '250 EAST 40 STREET, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97356703, 40.74870999]} },
{type: 'Feature',properties:{Name: '1', Address: '250 EAST 40TH STREET, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97356703, 40.74870999]} },
{type: 'Feature',properties:{Name: '1', Address: '250 EAST 40TH STREET, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97356703, 40.74870999]} },
{type: 'Feature',properties:{Name: '1', Address: '250 EAST 40TH STREET, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97356703, 40.74870999]} },
{type: 'Feature',properties:{Name: '1', Address: '250 EAST 40TH STREET, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97356703, 40.74870999]} },
{type: 'Feature',properties:{Name: '1', Address: '250 EAST 40TH STREET, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97356703, 40.74870999]} },
{type: 'Feature',properties:{Name: '1', Address: '250 EAST 40TH STREET, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97356703, 40.74870999]} },
{type: 'Feature',properties:{Name: '1', Address: '250 EAST 40TH STREET, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97356703, 40.74870999]} },
{type: 'Feature',properties:{Name: '1', Address: '250 EAST 40TH STREET, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97356703, 40.74870999]} },
{type: 'Feature',properties:{Name: '1', Address: '250 EAST 40TH STREET, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97356703, 40.74870999]} },
{type: 'Feature',properties:{Name: '1', Address: '250 EAST 40TH STREET, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97356703, 40.74870999]} },
{type: 'Feature',properties:{Name: '1', Address: '250 EAST 40TH STREET, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97356703, 40.74870999]} },
{type: 'Feature',properties:{Name: '1', Address: '250 EAST 40TH STREET, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97356703, 40.74870999]} },
{type: 'Feature',properties:{Name: '1', Address: '250 EAST 40TH STREET, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97356703, 40.74870999]} },
{type: 'Feature',properties:{Name: '1', Address: '250 EAST 40TH STREET, MURRAY HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97356703, 40.74870999]} },
{type: 'Feature',properties:{Name: '1', Address: '119 LEXINGTON AVENUE, MURRAY HILL', Month: '12', Price: '8250'}, geometry: { type: 'Point', coordinates:[-73.9823423, 40.74278301]} },
{type: 'Feature',properties:{Name: '1', Address: '157-159 EAST 33RD STREET, MURRAY HILL', Month: '5', Price: '4820'}, geometry: { type: 'Point', coordinates:[-73.97965293, 40.7455081]} },
{type: 'Feature',properties:{Name: '1', Address: '605 2 AVENUE, MURRAY HILL', Month: '6', Price: '3604'}, geometry: { type: 'Point', coordinates:[-73.97625017, 40.7442531]} },
{type: 'Feature',properties:{Name: '1', Address: '127 MADISON AVENUE, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9845069, 40.74561865]} },
{type: 'Feature',properties:{Name: '1', Address: '113 EAST 36TH STREET, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97969546, 40.7480772]} },
{type: 'Feature',properties:{Name: '1', Address: '20 EAST 35TH STREET, 10M, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98224699, 40.74832739]} },
{type: 'Feature',properties:{Name: '1', Address: '20 EAST 35TH STREET, COM-B, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98224699, 40.74832739]} },
{type: 'Feature',properties:{Name: '1', Address: '20 EAST 35TH STREET, 15L, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98224699, 40.74832739]} },
{type: 'Feature',properties:{Name: '1', Address: '20 EAST 35TH STREET, 9B, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98224699, 40.74832739]} },
{type: 'Feature',properties:{Name: '1', Address: '20 EAST 35TH STREET, COM-B, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98224699, 40.74832739]} },
{type: 'Feature',properties:{Name: '1', Address: '649 SECOND AVENUE, 3A, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97522834, 40.74568839]} },
{type: 'Feature',properties:{Name: '1', Address: '649 2ND AVENUE, 3A, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97522834, 40.74568839]} },
{type: 'Feature',properties:{Name: '1', Address: '649 2ND AVENUE, 5F, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97522834, 40.74568839]} },
{type: 'Feature',properties:{Name: '1', Address: '649 2 AVENUE, RES, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97522834, 40.74568839]} },
{type: 'Feature',properties:{Name: '1', Address: '30 EAST 29TH ST, MURRAY HILL', Month: '3', Price: '21885'}, geometry: { type: 'Point', coordinates:[-73.98492579, 40.74448512]} },
{type: 'Feature',properties:{Name: '1', Address: '132 MADISON AVENUE, MURRAY HILL', Month: '1', Price: '12986'}, geometry: { type: 'Point', coordinates:[-73.98442025, 40.74577234]} },
{type: 'Feature',properties:{Name: '1', Address: '38 EAST 32ND STREET, MURRAY HILL', Month: '2', Price: '88000'}, geometry: { type: 'Point', coordinates:[-73.98348902, 40.74629646]} },
{type: 'Feature',properties:{Name: '1', Address: '38 EAST 32ND STREET, MURRAY HILL', Month: '5', Price: '88000'}, geometry: { type: 'Point', coordinates:[-73.98348902, 40.74629646]} },
{type: 'Feature',properties:{Name: '1', Address: '38 EAST 32ND STREET, MURRAY HILL', Month: '1', Price: '88000'}, geometry: { type: 'Point', coordinates:[-73.98348902, 40.74629646]} },
{type: 'Feature',properties:{Name: '1', Address: '38 EAST 32ND STREET, MURRAY HILL', Month: '3', Price: '88000'}, geometry: { type: 'Point', coordinates:[-73.98348902, 40.74629646]} },
{type: 'Feature',properties:{Name: '1', Address: '38 EAST 32ND STREET, MURRAY HILL', Month: '2', Price: '88000'}, geometry: { type: 'Point', coordinates:[-73.98348902, 40.74629646]} },
{type: 'Feature',properties:{Name: '1', Address: '38 EAST 32ND STREET, MURRAY HILL', Month: '10', Price: '88000'}, geometry: { type: 'Point', coordinates:[-73.98348902, 40.74629646]} },
{type: 'Feature',properties:{Name: '1', Address: '38 EAST 32ND STREET, MURRAY HILL', Month: '4', Price: '88000'}, geometry: { type: 'Point', coordinates:[-73.98348902, 40.74629646]} },
{type: 'Feature',properties:{Name: '1', Address: '38 EAST 32ND STREET, MURRAY HILL', Month: '2', Price: '88000'}, geometry: { type: 'Point', coordinates:[-73.98348902, 40.74629646]} },
{type: 'Feature',properties:{Name: '1', Address: '38 EAST 32ND STREET, MURRAY HILL', Month: '6', Price: '88000'}, geometry: { type: 'Point', coordinates:[-73.98348902, 40.74629646]} },
{type: 'Feature',properties:{Name: '1', Address: '38 EAST 32ND STREET, MURRAY HILL', Month: '6', Price: '88000'}, geometry: { type: 'Point', coordinates:[-73.98348902, 40.74629646]} },
{type: 'Feature',properties:{Name: '1', Address: '165-167 MADISON AVENUE, MURRAY HILL', Month: '2', Price: '28268'}, geometry: { type: 'Point', coordinates:[-73.98355021, 40.74693874]} },
{type: 'Feature',properties:{Name: '1', Address: '8 EAST 36TH STREET, MURRAY HILL', Month: '3', Price: '11000'}, geometry: { type: 'Point', coordinates:[-73.98301544, 40.74945834]} },
{type: 'Feature',properties:{Name: '1', Address: '16 EAST 39TH STREET, MURRAY HILL', Month: '7', Price: '24809'}, geometry: { type: 'Point', coordinates:[-73.98125371, 40.7511406]} },
{type: 'Feature',properties:{Name: '1', Address: '14 EAST 39TH STREET, MURRAY HILL', Month: '10', Price: '7407'}, geometry: { type: 'Point', coordinates:[-73.98136558, 40.75118728]} },
{type: 'Feature',properties:{Name: '1', Address: '30 EAST 40TH STREET, MURRAY HILL', Month: '9', Price: '71063'}, geometry: { type: 'Point', coordinates:[-73.97988574, 40.75137093]} },
{type: 'Feature',properties:{Name: '1', Address: '211 EAST 38TH STREET, MURRAY HILL', Month: '1', Price: '4616'}, geometry: { type: 'Point', coordinates:[-73.97577604, 40.74804076]} },
{type: 'Feature',properties:{Name: '1', Address: '213 EAST 38TH STREET, MURRAY HILL', Month: '9', Price: '9720'}, geometry: { type: 'Point', coordinates:[-73.97570026, 40.7480078]} },
{type: 'Feature',properties:{Name: '1', Address: '215 EAST 38TH STREET, MURRAY HILL', Month: '2', Price: '5292'}, geometry: { type: 'Point', coordinates:[-73.97562448, 40.74797485]} },
{type: 'Feature',properties:{Name: '1', Address: '33 EAST 29TH STREET, MURRAY HILL', Month: '8', Price: '6093'}, geometry: { type: 'Point', coordinates:[-73.98483557, 40.7444659]} },
{type: 'Feature',properties:{Name: '1', Address: '411 PARK AVENUE SOUTH, MURRAY HILL', Month: '2', Price: '12678'}, geometry: { type: 'Point', coordinates:[-73.98385778, 40.74360391]} },
{type: 'Feature',properties:{Name: '1', Address: '619 SECOND AVENUE, MURRAY HILL', Month: '11', Price: '3288'}, geometry: { type: 'Point', coordinates:[-73.97599742, 40.74462634]} },
{type: 'Feature',properties:{Name: '1', Address: '621 SECOND AVENUE, MURRAY HILL', Month: '8', Price: '5184'}, geometry: { type: 'Point', coordinates:[-73.97596131, 40.74468122]} },
{type: 'Feature',properties:{Name: '1', Address: '499 3 AVENUE, MURRAY HILL', Month: '6', Price: '4104'}, geometry: { type: 'Point', coordinates:[-73.97831405, 40.74544748]} },
{type: 'Feature',properties:{Name: '1', Address: '277 FIFTH AVENUE, MURRAY HILL', Month: '7', Price: '13392'}, geometry: { type: 'Point', coordinates:[-73.98653149, 40.74571497]} },
{type: 'Feature',properties:{Name: '1', Address: '277 FIFTH AVENUE, MURRAY HILL', Month: '6', Price: '13392'}, geometry: { type: 'Point', coordinates:[-73.98653149, 40.74571497]} },
{type: 'Feature',properties:{Name: '1', Address: '36 EAST 31ST STREET, MURRAY HILL', Month: '1', Price: '150686'}, geometry: { type: 'Point', coordinates:[-73.98396194, 40.74568994]} },
{type: 'Feature',properties:{Name: '1', Address: '88 MADISON AVENUE, MURRAY HILL', Month: '8', Price: '185785'}, geometry: { type: 'Point', coordinates:[-73.98547798, 40.74432051]} },
{type: 'Feature',properties:{Name: '1', Address: '30 EAST 30TH STREET, MURRAY HILL', Month: '3', Price: '142851'}, geometry: { type: 'Point', coordinates:[-73.98450341, 40.74511087]} },
{type: 'Feature',properties:{Name: '1', Address: '501 3 AVENUE, MURRAY HILL', Month: '5', Price: '15186'}, geometry: { type: 'Point', coordinates:[-73.97827072, 40.74550511]} },
{type: 'Feature',properties:{Name: '1', Address: '30 EAST 31ST STREET, MURRAY HILL', Month: '2', Price: '20065'}, geometry: { type: 'Point', coordinates:[-73.98405576, 40.74572838]} },
{type: 'Feature',properties:{Name: '1', Address: '30 EAST 31ST STREET, MURRAY HILL', Month: '7', Price: '20065'}, geometry: { type: 'Point', coordinates:[-73.98405576, 40.74572838]} },
{type: 'Feature',properties:{Name: '1', Address: '160 LEXINGTON AVENUE, MURRAY HILL', Month: '3', Price: '21688'}, geometry: { type: 'Point', coordinates:[-73.98174289, 40.7440757]} },
{type: 'Feature',properties:{Name: '1', Address: '160 LEXINGTON AVENUE, MURRAY HILL', Month: '7', Price: '21688'}, geometry: { type: 'Point', coordinates:[-73.98174289, 40.7440757]} },
{type: 'Feature',properties:{Name: '1', Address: '160 LEXINGTON AVENUE, MURRAY HILL', Month: '1', Price: '21688'}, geometry: { type: 'Point', coordinates:[-73.98174289, 40.7440757]} },
{type: 'Feature',properties:{Name: '1', Address: '160 LEXINGTON AVENUE, MURRAY HILL', Month: '2', Price: '21688'}, geometry: { type: 'Point', coordinates:[-73.98174289, 40.7440757]} },
{type: 'Feature',properties:{Name: '1', Address: '136 EAST 39TH STREET, MURRAY HILL', Month: '8', Price: '10393'}, geometry: { type: 'Point', coordinates:[-73.97713257, 40.74940792]} },
{type: 'Feature',properties:{Name: '1', Address: '149 EAST 38TH STREET, MURRAY HILL', Month: '8', Price: '5860'}, geometry: { type: 'Point', coordinates:[-73.97707872, 40.74858997]} },
{type: 'Feature',properties:{Name: '1', Address: '71 PARK AVENUE, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97933762, 40.74981456]} },
{type: 'Feature',properties:{Name: '1', Address: '240 EAST 38TH STREET, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97497496, 40.74768102]} },
{type: 'Feature',properties:{Name: '1', Address: '404 PARK AVENUE SOUTH, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98401661, 40.74342004]} },
{type: 'Feature',properties:{Name: '1', Address: '445 5 AVENUE, MURRAY HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98186357, 40.75151124]} },
{type: 'Feature',properties:{Name: '1', Address: '445 5 AVENUE, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98186357, 40.75151124]} },
{type: 'Feature',properties:{Name: '1', Address: '445 5 AVENUE, MURRAY HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98186357, 40.75151124]} },
{type: 'Feature',properties:{Name: '1', Address: '325 5 AVENUE, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528242, 40.74742754]} },
{type: 'Feature',properties:{Name: '1', Address: '325 5 AVENUE, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528242, 40.74742754]} },
{type: 'Feature',properties:{Name: '1', Address: '325 5 AVENUE, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528242, 40.74742754]} },
{type: 'Feature',properties:{Name: '1', Address: '325 5 AVENUE, MURRAY HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528242, 40.74742754]} },
{type: 'Feature',properties:{Name: '1', Address: '325 5 AVENUE, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528242, 40.74742754]} },
{type: 'Feature',properties:{Name: '1', Address: '325 5 AVENUE, MURRAY HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528242, 40.74742754]} },
{type: 'Feature',properties:{Name: '1', Address: '325 5 AVENUE, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528242, 40.74742754]} },
{type: 'Feature',properties:{Name: '1', Address: '325 5 AVENUE, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528242, 40.74742754]} },
{type: 'Feature',properties:{Name: '1', Address: '325 5 AVENUE, MURRAY HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528242, 40.74742754]} },
{type: 'Feature',properties:{Name: '1', Address: '325 5 AVENUE, MURRAY HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528242, 40.74742754]} },
{type: 'Feature',properties:{Name: '1', Address: '325 5 AVENUE, MURRAY HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528242, 40.74742754]} },
{type: 'Feature',properties:{Name: '1', Address: '325 5 AVENUE, MURRAY HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528242, 40.74742754]} },
{type: 'Feature',properties:{Name: '1', Address: '325 5 AVENUE, MURRAY HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98528242, 40.74742754]} },
{type: 'Feature',properties:{Name: '1', Address: '31 EAST 28TH STREET, MURRAY HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98534095, 40.74386761]} },
{type: 'Feature',properties:{Name: '1', Address: '31 EAST 28TH STREET, MURRAY HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.98534095, 40.74386761]} },
{type: 'Feature',properties:{Name: '1', Address: '46 MAC DOUGAL STREET, SOHO', Month: '7', Price: '3000'}, geometry: { type: 'Point', coordinates:[-74.00277089, 40.72727922]} },
{type: 'Feature',properties:{Name: '1', Address: '37 CHARLTON STREET, SOHO', Month: '3', Price: '3972'}, geometry: { type: 'Point', coordinates:[-74.0047408, 40.72708702]} },
{type: 'Feature',properties:{Name: '1', Address: '17 KING STREET, SOHO', Month: '7', Price: '3192'}, geometry: { type: 'Point', coordinates:[-74.00365125, 40.72771836]} },
{type: 'Feature',properties:{Name: '1', Address: '514 BROOME STREET, SOHO', Month: '8', Price: '2052'}, geometry: { type: 'Point', coordinates:[-74.00346703, 40.72359299]} },
{type: 'Feature',properties:{Name: '1', Address: '48 MAC DOUGAL STREET, SOHO', Month: '10', Price: '4440'}, geometry: { type: 'Point', coordinates:[-74.00273842, 40.72732039]} },
{type: 'Feature',properties:{Name: '1', Address: '193 PRINCE STREET, SOHO', Month: '8', Price: '5992'}, geometry: { type: 'Point', coordinates:[-74.00257964, 40.72661774]} },
{type: 'Feature',properties:{Name: '1', Address: '29 CHARLTON STREET, SOHO', Month: '5', Price: '3952'}, geometry: { type: 'Point', coordinates:[-74.00452072, 40.72706782]} },
{type: 'Feature',properties:{Name: '1', Address: '29 CHARLTON STREET, SOHO', Month: '8', Price: '3952'}, geometry: { type: 'Point', coordinates:[-74.00452072, 40.72706782]} },
{type: 'Feature',properties:{Name: '1', Address: '19 VANDAM STREET, SOHO', Month: '6', Price: '3560'}, geometry: { type: 'Point', coordinates:[-74.00459644, 40.7263432]} },
{type: 'Feature',properties:{Name: '1', Address: '42-44 GRAND STREET, SOHO', Month: '11', Price: '10150'}, geometry: { type: 'Point', coordinates:[-74.00416326, 40.72258839]} },
{type: 'Feature',properties:{Name: '1', Address: '58 WATTS STREET, SOHO', Month: '11', Price: '3520'}, geometry: { type: 'Point', coordinates:[-74.00553427, 40.7237027]} },
{type: 'Feature',properties:{Name: '1', Address: '26 VANDAM STREET, SOHO', Month: '9', Price: '9385'}, geometry: { type: 'Point', coordinates:[-74.00487424, 40.72635142]} },
{type: 'Feature',properties:{Name: '1', Address: '152 THOMPSON STREET, SOHO', Month: '8', Price: '20195'}, geometry: { type: 'Point', coordinates:[-74.00094888, 40.726884]} },
{type: 'Feature',properties:{Name: '1', Address: '191 PRINCE STREET, SOHO', Month: '5', Price: '8200'}, geometry: { type: 'Point', coordinates:[-74.00251831, 40.72658755]} },
{type: 'Feature',properties:{Name: '1', Address: '211/2 KING STREET, SOHO', Month: '2', Price: '4650'}, geometry: { type: 'Point', coordinates:[-74.00361879, 40.72789951]} },
{type: 'Feature',properties:{Name: '1', Address: '73-75 SULLIVAN STREET, SOHO', Month: '5', Price: '32125'}, geometry: { type: 'Point', coordinates:[-74.00384951, 40.72466892]} },
{type: 'Feature',properties:{Name: '1', Address: '290 HUDSON STREET, SOHO', Month: '8', Price: '25550'}, geometry: { type: 'Point', coordinates:[-74.0076017, 40.72552236]} },
{type: 'Feature',properties:{Name: '1', Address: '31 GREENE STREET, 1, SOHO', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00237742, 40.72143838]} },
{type: 'Feature',properties:{Name: '1', Address: '37B CROSBY STREET, 1, SOHO', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99908007, 40.72082907]} },
{type: 'Feature',properties:{Name: '1', Address: '349 WEST BROADWAY, GR FL, SOHO', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0033804, 40.72282172]} },
{type: 'Feature',properties:{Name: '1', Address: '349 WEST BROADWAY, 8, SOHO', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0033804, 40.72282172]} },
{type: 'Feature',properties:{Name: '1', Address: '61-63 CROSBY STREET, SOHO', Month: '1', Price: '20608'}, geometry: { type: 'Point', coordinates:[-73.99838738, 40.72216576]} },
{type: 'Feature',properties:{Name: '1', Address: '61 CROSBY STREET, 4S, SOHO', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99838738, 40.72216576]} },
{type: 'Feature',properties:{Name: '1', Address: '61-63 CROSBY STREET, 1S, SOHO', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99838738, 40.72216576]} },
{type: 'Feature',properties:{Name: '1', Address: '61-63 CROSBY STREET, 2N, SOHO', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99838738, 40.72216576]} },
{type: 'Feature',properties:{Name: '1', Address: '61-63 CROSBY STREET, SOHO', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99838738, 40.72216576]} },
{type: 'Feature',properties:{Name: '1', Address: '63 CROSBY STREET, 2S, SOHO', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99834409, 40.72221516]} },
{type: 'Feature',properties:{Name: '1', Address: '61-63 CROSBY STREET, 3N, SOHO', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99838738, 40.72216576]} },
{type: 'Feature',properties:{Name: '1', Address: '61-63 CROSBY STREET, 3S, SOHO', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99838738, 40.72216576]} },
{type: 'Feature',properties:{Name: '1', Address: '61-63 CROSBY STREET, 4N, SOHO', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99838738, 40.72216576]} },
{type: 'Feature',properties:{Name: '1', Address: '71 SULLIVAN STREET, 5A, SOHO', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00388919, 40.72462501]} },
{type: 'Feature',properties:{Name: '1', Address: '57 THOMPSON STREET, 2CD, SOHO', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00332635, 40.72406235]} },
{type: 'Feature',properties:{Name: '1', Address: '57 THOMPSON STREET, 2F, SOHO', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00332635, 40.72406235]} },
{type: 'Feature',properties:{Name: '1', Address: '105 THOMPSON STREET, 22, SOHO', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00202761, 40.72561317]} },
{type: 'Feature',properties:{Name: '1', Address: '101 THOMPSON STREET, 30, SOHO', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0021178, 40.72550338]} },
{type: 'Feature',properties:{Name: '1', Address: '203 SPRING STREET, 13, SOHO', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00349237, 40.72531395]} },
{type: 'Feature',properties:{Name: '1', Address: '203 SPRING STREET, 14, SOHO', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00349237, 40.72531395]} },
{type: 'Feature',properties:{Name: '1', Address: '124 THOMPSON STREET, 26, SOHO', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0014179, 40.72631858]} },
{type: 'Feature',properties:{Name: '1', Address: '124 THOMPSON STREET, 19N, SOHO', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0014179, 40.72631858]} },
{type: 'Feature',properties:{Name: '1', Address: '141 SULLIVAN STREET, 13, SOHO', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00200239, 40.72689771]} },
{type: 'Feature',properties:{Name: '1', Address: '150 SULLIVAN, 22, SOHO', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00180757, 40.7271667]} },
{type: 'Feature',properties:{Name: '1', Address: '150 SULLIVAN STREET, 1/2, SOHO', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00180757, 40.7271667]} },
{type: 'Feature',properties:{Name: '1', Address: '474 GREENWICH STREET, 6N, SOHO', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00939102, 40.724331]} },
{type: 'Feature',properties:{Name: '1', Address: '307 WEST BROADWAY, SOHO', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00438326, 40.72163869]} },
{type: 'Feature',properties:{Name: '1', Address: '307 WEST BROADWAY, SOHO', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00438326, 40.72163869]} },
{type: 'Feature',properties:{Name: '1', Address: '81 GRAND STREET, SOHO', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00253256, 40.7217705]} },
{type: 'Feature',properties:{Name: '1', Address: '83 GRAND STREET, SOHO', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00246401, 40.72173756]} },
{type: 'Feature',properties:{Name: '1', Address: '85 GRAND STREET, 5, SOHO', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00239907, 40.72170463]} },
{type: 'Feature',properties:{Name: '1', Address: '83 GRAND STREET, SOHO', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00246401, 40.72173756]} },
{type: 'Feature',properties:{Name: '1', Address: '85 GRAND STREET, SOHO', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00239907, 40.72170463]} },
{type: 'Feature',properties:{Name: '1', Address: '16 GREENE STREET, 4S, SOHO', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00279227, 40.72091687]} },
{type: 'Feature',properties:{Name: '1', Address: '451 BROOME STREET, 3W, SOHO', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00054115, 40.72211636]} },
{type: 'Feature',properties:{Name: '1', Address: '41 GREENE STREET, 1, SOHO', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0018904, 40.72200381]} },
{type: 'Feature',properties:{Name: '1', Address: '33 GREENE STREET, 1W, SOHO', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00209603, 40.72176776]} },
{type: 'Feature',properties:{Name: '1', Address: '33 GREENE STREET, 3W/4W, SOHO', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00209603, 40.72176776]} },
{type: 'Feature',properties:{Name: '1', Address: '362 WEST BROADWAY, 2, SOHO', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00321807, 40.72304405]} },
{type: 'Feature',properties:{Name: '1', Address: '362 WEST BROADWAY, 5W6PH, SOHO', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00321807, 40.72304405]} },
{type: 'Feature',properties:{Name: '1', Address: '41 CROSBY STREET, 4R, SOHO', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99882391, 40.72165524]} },
{type: 'Feature',properties:{Name: '1', Address: '53 CROSBY STREET, 2, SOHO', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99856416, 40.7219599]} },
{type: 'Feature',properties:{Name: '1', Address: '55 CROSBY STREET, 3 FL, SOHO', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99852087, 40.72201205]} },
{type: 'Feature',properties:{Name: '1', Address: '424 BROOME STREET, 1, SOHO', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99865076, 40.72126823]} },
{type: 'Feature',properties:{Name: '1', Address: '84 MERCER STREET, 3E, SOHO', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00000722, 40.72293705]} },
{type: 'Feature',properties:{Name: '1', Address: '513-519 BROADWAY, 6A, SOHO', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99921714, 40.72255827]} },
{type: 'Feature',properties:{Name: '1', Address: '491 BROADWAY, 11FL, SOHO', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99977272, 40.72190227]} },
{type: 'Feature',properties:{Name: '1', Address: '85 MERCER STREET, 4F/4R, SOHO', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99997835, 40.72300567]} },
{type: 'Feature',properties:{Name: '1', Address: '85-87 MERCER STREET, 2R, SOHO', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99997835, 40.72300567]} },
{type: 'Feature',properties:{Name: '1', Address: '80 WOOSTER STREET, GF, SOHO', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00151886, 40.72368636]} },
{type: 'Feature',properties:{Name: '1', Address: '390 WEST BROADWAY, 2, SOHO', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00242441, 40.72398277]} },
{type: 'Feature',properties:{Name: '1', Address: '118 MERCER STREET, 3, SOHO', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99915218, 40.72394711]} },
{type: 'Feature',properties:{Name: '1', Address: '133 MERCER STREET, 3, SOHO', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99886355, 40.7243204]} },
{type: 'Feature',properties:{Name: '1', Address: '100 WOOSTER STREET, 5, SOHO', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.000837, 40.72449607]} },
{type: 'Feature',properties:{Name: '1', Address: '101 WOOSTER STREET, 4F, SOHO', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00082257, 40.72454273]} },
{type: 'Feature',properties:{Name: '1', Address: '101 WOOSTER STREET, 3F, SOHO', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00082257, 40.72454273]} },
{type: 'Feature',properties:{Name: '1', Address: '157 SPRING STREET, GR, SOHO', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00173534, 40.72446586]} },
{type: 'Feature',properties:{Name: '1', Address: '157 SPRING STREET, 5/6, SOHO', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00173534, 40.72446586]} },
{type: 'Feature',properties:{Name: '1', Address: '420 WEST BROADWAY, PHB, SOHO', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00152971, 40.72503952]} },
{type: 'Feature',properties:{Name: '1', Address: '420 WEST BROADWAY, 2W, SOHO', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00152971, 40.72503952]} },
{type: 'Feature',properties:{Name: '1', Address: '196 SIXTH AVENUE, 7/8A, SOHO', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00357903, 40.72660124]} },
{type: 'Feature',properties:{Name: '1', Address: '196 SIXTH AVENUE, 1F, SOHO', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00357903, 40.72660124]} },
{type: 'Feature',properties:{Name: '1', Address: '2 CHARLTON STREET, 8M, SOHO', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00376305, 40.72698001]} },
{type: 'Feature',properties:{Name: '1', Address: '2 CHARLTON STREET, 16E, SOHO', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00376305, 40.72698001]} },
{type: 'Feature',properties:{Name: '1', Address: '2 CHARLTON STREET, 4H, SOHO', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00376305, 40.72698001]} },
{type: 'Feature',properties:{Name: '1', Address: '2 CHARLTON STREET, 1A-B, SOHO', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00376305, 40.72698001]} },
{type: 'Feature',properties:{Name: '1', Address: '2 CHARLTON ST, 6FG, SOHO', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00376305, 40.72698001]} },
{type: 'Feature',properties:{Name: '1', Address: '2 CHARLTON STREET, 5-J, SOHO', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00376305, 40.72698001]} },
{type: 'Feature',properties:{Name: '1', Address: '2 CHARLTON STREET, 4B, SOHO', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00376305, 40.72698001]} },
{type: 'Feature',properties:{Name: '1', Address: '2 CHARLTON STREET, 9B, SOHO', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00376305, 40.72698001]} },
{type: 'Feature',properties:{Name: '1', Address: '2 CHARLTON STREET, 16C, SOHO', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00376305, 40.72698001]} },
{type: 'Feature',properties:{Name: '1', Address: '169 MERCER STREET, 1, SOHO', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99791828, 40.7254375]} },
{type: 'Feature',properties:{Name: '1', Address: '133 GREENE STREET, 1, SOHO', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99909804, 40.72531126]} },
{type: 'Feature',properties:{Name: '1', Address: '133 GREENE STREET, BSMT, SOHO', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99909804, 40.72531126]} },
{type: 'Feature',properties:{Name: '1', Address: '133 GREENE STREET, 1, SOHO', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99909804, 40.72531126]} },
{type: 'Feature',properties:{Name: '1', Address: '133 GREENE STREET, BSMT, SOHO', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99909804, 40.72531126]} },
{type: 'Feature',properties:{Name: '1', Address: '135 GREENE STREET, 6S, SOHO', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99908361, 40.72533047]} },
{type: 'Feature',properties:{Name: '1', Address: '141 WOOSTER STREET, 8B, SOHO', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99974023, 40.72582453]} },
{type: 'Feature',properties:{Name: '1', Address: '141 WOOSTER STREET, 3B, SOHO', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99974023, 40.72582453]} },
{type: 'Feature',properties:{Name: '1', Address: '143 PRINCE ST, 6, SOHO', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00066023, 40.72566533]} },
{type: 'Feature',properties:{Name: '1', Address: '140 THOMPSON STREET, 5F, SOHO', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00115092, 40.72664246]} },
{type: 'Feature',properties:{Name: '1', Address: '464 WEST BROADWAY, 3, SOHO', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0004582, 40.72630761]} },
{type: 'Feature',properties:{Name: '1', Address: '140 SULLIVAN STREET, 1FL, SOHO', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00199517, 40.72693889]} },
{type: 'Feature',properties:{Name: '1', Address: '50 KING STREET, 8D, SOHO', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00460375, 40.72779243]} },
{type: 'Feature',properties:{Name: '1', Address: '50 KING STREET, 6E/F, SOHO', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00460375, 40.72779243]} },
{type: 'Feature',properties:{Name: '1', Address: '50 KING STREET, 7D, SOHO', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00460375, 40.72779243]} },
{type: 'Feature',properties:{Name: '1', Address: '50 KING STREET, 3B, SOHO', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00460375, 40.72779243]} },
{type: 'Feature',properties:{Name: '1', Address: '50 KING STREET, 7E, SOHO', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00460375, 40.72779243]} },
{type: 'Feature',properties:{Name: '1', Address: '2 KING STREET, 2C, SOHO', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00261576, 40.7276031]} },
{type: 'Feature',properties:{Name: '1', Address: '2 KING STREET, 1C, SOHO', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00261576, 40.7276031]} },
{type: 'Feature',properties:{Name: '1', Address: '2 KING STREET, 4B, SOHO', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00261576, 40.7276031]} },
{type: 'Feature',properties:{Name: '1', Address: '210 6TH AVENUE, 3H, SOHO', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00334454, 40.72718588]} },
{type: 'Feature',properties:{Name: '1', Address: '11 CHARLTON STREET, 4B, SOHO', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00403365, 40.72702117]} },
{type: 'Feature',properties:{Name: '1', Address: '185 WEST HOUSTON STREET, 2B, SOHO', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00361521, 40.72843199]} },
{type: 'Feature',properties:{Name: '1', Address: '185 WEST HOUSTON STREET, 5J, SOHO', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00361521, 40.72843199]} },
{type: 'Feature',properties:{Name: '1', Address: '288 WEST STREET, 3E, SOHO', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0112563, 40.72472059]} },
{type: 'Feature',properties:{Name: '1', Address: '466 WASHINGTON STREET, 4W, SOHO', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01016312, 40.72458071]} },
{type: 'Feature',properties:{Name: '1', Address: '3 WOOSTER STREET, SOHO', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00374468, 40.72108976]} },
{type: 'Feature',properties:{Name: '1', Address: '311 WEST BROADWAY, SOHO', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00430751, 40.72172927]} },
{type: 'Feature',properties:{Name: '1', Address: '311 WEST BROADWAY, SOHO', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00430751, 40.72172927]} },
{type: 'Feature',properties:{Name: '1', Address: '311 WEST BROADWAY, SOHO', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00430751, 40.72172927]} },
{type: 'Feature',properties:{Name: '1', Address: '311 WEST BROADWAY, SOHO', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00430751, 40.72172927]} },
{type: 'Feature',properties:{Name: '1', Address: '22 MERCER STREET, SOHO', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00187233, 40.72073848]} },
{type: 'Feature',properties:{Name: '1', Address: '22 MERCER STREET, SOHO', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00187233, 40.72073848]} },
{type: 'Feature',properties:{Name: '1', Address: '476 BROADWAY, SOHO', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00019842, 40.72136704]} },
{type: 'Feature',properties:{Name: '1', Address: 'BROADWAY, SOHO', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.000109, 40.721122]} },
{type: 'Feature',properties:{Name: '1', Address: '30 CROSBY STREET, SOHO', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99949133, 40.72089495]} },
{type: 'Feature',properties:{Name: '1', Address: '30 CROSBY STREET, SOHO', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99949133, 40.72089495]} },
{type: 'Feature',properties:{Name: '1', Address: '40 MERCER STREET, SOHO', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00126988, 40.72144664]} },
{type: 'Feature',properties:{Name: '1', Address: '40 MERCER STREET, SOHO', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00126988, 40.72144664]} },
{type: 'Feature',properties:{Name: '1', Address: '42-50 WOOSTER, SOHO', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00233416, 40.72237709]} },
{type: 'Feature',properties:{Name: '1', Address: '42 WOOSTER STREET, SOHO', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0025903, 40.72242924]} },
{type: 'Feature',properties:{Name: '1', Address: '210 LAFAYETTE STREET, SOHO', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9976334, 40.72173482]} },
{type: 'Feature',properties:{Name: '1', Address: '210 LAFAYETTE STREET, SOHO', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9976334, 40.72173482]} },
{type: 'Feature',properties:{Name: '1', Address: '210 LAFAYETTE STREET, SOHO', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9976334, 40.72173482]} },
{type: 'Feature',properties:{Name: '1', Address: '210 LAFAYETTE STREET, SOHO', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9976334, 40.72173482]} },
{type: 'Feature',properties:{Name: '1', Address: '56 CROSBY STREET, SOHO', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9985389, 40.72201754]} },
{type: 'Feature',properties:{Name: '1', Address: '470 BROOME STREET, SOHO', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00151162, 40.72261864]} },
{type: 'Feature',properties:{Name: '1', Address: '131 MERCER STREET, SOHO', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99889963, 40.72427648]} },
{type: 'Feature',properties:{Name: '1', Address: '118 GREENE STREET, SOHO', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99957067, 40.72472114]} },
{type: 'Feature',properties:{Name: '1', Address: '92-94 GREENE STREET, SOHO', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00011906, 40.72407338]} },
{type: 'Feature',properties:{Name: '1', Address: '109 MERCER STREET, SOHO', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99931453, 40.72378792]} },
{type: 'Feature',properties:{Name: '1', Address: '109 MERCER STREET, SOHO', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99931453, 40.72378792]} },
{type: 'Feature',properties:{Name: '1', Address: '93-99 GREENE STREET, SOHO', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00007937, 40.72415297]} },
{type: 'Feature',properties:{Name: '1', Address: '93 GREENE STREET, SOHO', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00007937, 40.72415297]} },
{type: 'Feature',properties:{Name: '1', Address: '109 GREENE STREET, SOHO', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99969695, 40.72460311]} },
{type: 'Feature',properties:{Name: '1', Address: '109 GREENE STREET, SOHO', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99969695, 40.72460311]} },
{type: 'Feature',properties:{Name: '1', Address: '426 WEST BROADWAY, SOHO', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00140344, 40.72519048]} },
{type: 'Feature',properties:{Name: '1', Address: '583 BROADWAY, SOHO', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99740961, 40.72469366]} },
{type: 'Feature',properties:{Name: '1', Address: '583 BROADWAY, SOHO', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99740961, 40.72469366]} },
{type: 'Feature',properties:{Name: '1', Address: '583 BROADWAY, SOHO', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99740961, 40.72469366]} },
{type: 'Feature',properties:{Name: '1', Address: '583 BROADWAY, SOHO', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99740961, 40.72469366]} },
{type: 'Feature',properties:{Name: '1', Address: '583 BROADWAY, SOHO', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99740961, 40.72469366]} },
{type: 'Feature',properties:{Name: '1', Address: '160 WOOSTER STREET, SOHO', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99944078, 40.72614841]} },
{type: 'Feature',properties:{Name: '1', Address: '160 WOOSTER STREET, SOHO', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99944078, 40.72614841]} },
{type: 'Feature',properties:{Name: '1', Address: '151 WOOSTER STREET, SOHO', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99950572, 40.72609901]} },
{type: 'Feature',properties:{Name: '1', Address: '151 WOOSTER STREET, SOHO', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99950572, 40.72609901]} },
{type: 'Feature',properties:{Name: '1', Address: '491 GREENWICH STREET, SOHO', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00922518, 40.72518189]} },
{type: 'Feature',properties:{Name: '1', Address: '491 GREENWICH STREET, SOHO', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00922518, 40.72518189]} },
{type: 'Feature',properties:{Name: '1', Address: '491 GREENWICH STREET, SOHO', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00922518, 40.72518189]} },
{type: 'Feature',properties:{Name: '1', Address: '505 GREENWICH ST, SOHO', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0091639, 40.72553322]} },
{type: 'Feature',properties:{Name: '1', Address: '505 GREENWICH STREET, SOHO', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0091639, 40.72553322]} },
{type: 'Feature',properties:{Name: '1', Address: '505 GREENWICH STREET, SOHO', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0091639, 40.72553322]} },
{type: 'Feature',properties:{Name: '1', Address: '255 HUDSON STREET, SOHO', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00774233, 40.72484165]} },
{type: 'Feature',properties:{Name: '1', Address: '255 HUDSON STREET, SOHO', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00774233, 40.72484165]} },
{type: 'Feature',properties:{Name: '1', Address: '255 HUDSON STREET, SOHO', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00774233, 40.72484165]} },
{type: 'Feature',properties:{Name: '1', Address: '255 HUDSON STREET, SOHO', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00774233, 40.72484165]} },
{type: 'Feature',properties:{Name: '1', Address: '255 HUDSON STREET, SOHO', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00774233, 40.72484165]} },
{type: 'Feature',properties:{Name: '1', Address: '255 HUDSON STREET, SOHO', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00774233, 40.72484165]} },
{type: 'Feature',properties:{Name: '1', Address: '475 GREENWICH STREET, SOHO', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00936217, 40.7243859]} },
{type: 'Feature',properties:{Name: '1', Address: '475 GREENWICH STREET, SOHO', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00936217, 40.7243859]} },
{type: 'Feature',properties:{Name: '1', Address: '22 RENWICK STREET, SOHO', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00850359, 40.72495687]} },
{type: 'Feature',properties:{Name: '1', Address: '15 RENWICK STREET, SOHO', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00855408, 40.72479493]} },
{type: 'Feature',properties:{Name: '1', Address: '130 WATTS ST, SOHO', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00961107, 40.72411689]} },
{type: 'Feature',properties:{Name: '1', Address: '330 SPRING STREET, SOHO', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00959691, 40.72603273]} },
{type: 'Feature',properties:{Name: '1', Address: '330 SPRING STREET, SOHO', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00959691, 40.72603273]} },
{type: 'Feature',properties:{Name: '1', Address: '330 SPRING STREET, SOHO', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00959691, 40.72603273]} },
{type: 'Feature',properties:{Name: '1', Address: '330 SPRING STREET, SOHO', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00959691, 40.72603273]} },
{type: 'Feature',properties:{Name: '1', Address: '481 WASHINGTON STREET, SOHO', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999008, 40.72545905]} },
{type: 'Feature',properties:{Name: '1', Address: '290 WEST STREET, SOHO', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01123468, 40.72482489]} },
{type: 'Feature',properties:{Name: '1', Address: '290 WEST STREET, SOHO', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01123468, 40.72482489]} },
{type: 'Feature',properties:{Name: '1', Address: '290 WEST STREET, SOHO', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01123468, 40.72482489]} },
{type: 'Feature',properties:{Name: '1', Address: '290 WEST STREET, SOHO', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01123468, 40.72482489]} },
{type: 'Feature',properties:{Name: '1', Address: '290 WEST STREET, SOHO', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01123468, 40.72482489]} },
{type: 'Feature',properties:{Name: '1', Address: '290 WEST STREET, SOHO', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01123468, 40.72482489]} },
{type: 'Feature',properties:{Name: '1', Address: '95 VANDAM STREET, SOHO', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00819714, 40.7266806]} },
{type: 'Feature',properties:{Name: '1', Address: '104 CHARLTON STREET, SOHO', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00822609, 40.72740522]} },
{type: 'Feature',properties:{Name: '1', Address: '61 SULLIVAN STREET, SOHO', Month: '6', Price: '5474'}, geometry: { type: 'Point', coordinates:[-74.00407318, 40.72440542]} },
{type: 'Feature',properties:{Name: '1', Address: '81 SULLIVAN STREET, SOHO', Month: '6', Price: '6297'}, geometry: { type: 'Point', coordinates:[-74.0037016, 40.72484734]} },
{type: 'Feature',properties:{Name: '1', Address: '184 PRINCE STREET, SOHO', Month: '12', Price: '2459'}, geometry: { type: 'Point', coordinates:[-74.00213947, 40.72637895]} },
{type: 'Feature',properties:{Name: '1', Address: '8 GREENE STREET, SOHO', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00296542, 40.72071101]} },
{type: 'Feature',properties:{Name: '1', Address: '8 GREENE STREET, SOHO', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00296542, 40.72071101]} },
{type: 'Feature',properties:{Name: '1', Address: '34 GREENE STREET, SOHO', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00240267, 40.721378]} },
{type: 'Feature',properties:{Name: '1', Address: '37 GREENE STREET, SOHO', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00199502, 40.72188579]} },
{type: 'Feature',properties:{Name: '1', Address: '37 GREENE STREET, SOHO', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00199502, 40.72188579]} },
{type: 'Feature',properties:{Name: '1', Address: '53 GREENE STREET, SOHO', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00158376, 40.72236064]} },
{type: 'Feature',properties:{Name: '1', Address: '53 GREENE STREET, SOHO', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00158376, 40.72236064]} },
{type: 'Feature',properties:{Name: '1', Address: '525 BROOME STREET, SOHO', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00401542, 40.72386196]} },
{type: 'Feature',properties:{Name: '1', Address: '430 BROOME STREET, SOHO', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99889968, 40.72137527]} },
{type: 'Feature',properties:{Name: '1', Address: '430 BROOME STREET, SOHO', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99889968, 40.72137527]} },
{type: 'Feature',properties:{Name: '1', Address: '70 GREENE STREET, SOHO', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00090193, 40.7231429]} },
{type: 'Feature',properties:{Name: '1', Address: '93 CROSBY STREET, SOHO', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99738441, 40.72335148]} },
{type: 'Feature',properties:{Name: '1', Address: '81 SPRING STREET, SOHO', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99824306, 40.72278607]} },
{type: 'Feature',properties:{Name: '1', Address: '111 MERCER STREET, SOHO', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99927845, 40.72383184]} },
{type: 'Feature',properties:{Name: '1', Address: '111 MERCER STREET, SOHO', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99927845, 40.72383184]} },
{type: 'Feature',properties:{Name: '1', Address: '460-462 WEST BROADWAY, SOHO', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00051953, 40.7262335]} },
{type: 'Feature',properties:{Name: '1', Address: '197 PRINCE STREET, SOHO', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00269871, 40.72667812]} },
{type: 'Feature',properties:{Name: '1', Address: '197 PRINCE STREET, SOHO', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00269871, 40.72667812]} },
{type: 'Feature',properties:{Name: '1', Address: '136 SULLIVAN STREET, SOHO', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00207094, 40.72684831]} },
{type: 'Feature',properties:{Name: '1', Address: '3 KING STREET, SOHO', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00270596, 40.7276278]} },
{type: 'Feature',properties:{Name: '1', Address: '51 GREENE STREET, SOHO', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00163427, 40.722303]} },
{type: 'Feature',properties:{Name: '1', Address: '51 GREENE STREET, SOHO', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00163427, 40.722303]} },
{type: 'Feature',properties:{Name: '1', Address: '139 SPRING STREET, SOHO', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00094162, 40.7240871]} },
{type: 'Feature',properties:{Name: '1', Address: '19 GREENE STREET, 3F, SOHO', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00266962, 40.72108979]} },
{type: 'Feature',properties:{Name: '1', Address: '476 BROADWAY, 11M, SOHO', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00019842, 40.72136704]} },
{type: 'Feature',properties:{Name: '1', Address: '543 BROADWAY, B7, SOHO', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99840178, 40.72352167]} },
{type: 'Feature',properties:{Name: '1', Address: '431 CANAL STREET, SOHO', Month: '8', Price: '993903'}, geometry: { type: 'Point', coordinates:[-74.00653351, 40.72272551]} },
{type: 'Feature',properties:{Name: '1', Address: '34 HOWARD STREET, SOHO', Month: '7', Price: '13400'}, geometry: { type: 'Point', coordinates:[-74.00092352, 40.71970646]} },
{type: 'Feature',properties:{Name: '1', Address: '42 GREENE STREET, SOHO', Month: '8', Price: '47621'}, geometry: { type: 'Point', coordinates:[-74.0019373, 40.72192147]} },
{type: 'Feature',properties:{Name: '1', Address: '90 GRAND STREET, SOHO', Month: '8', Price: '37500'}, geometry: { type: 'Point', coordinates:[-74.00208881, 40.72157288]} },
{type: 'Feature',properties:{Name: '1', Address: '41 WOOSTER STREET, SOHO', Month: '12', Price: '18500'}, geometry: { type: 'Point', coordinates:[-74.00260474, 40.72244022]} },
{type: 'Feature',properties:{Name: '1', Address: '100 AVENUE OF THE AMER, SOHO', Month: '7', Price: '303214'}, geometry: { type: 'Point', coordinates:[-74.00490288, 40.72332395]} },
{type: 'Feature',properties:{Name: '1', Address: '220 LAFAYETTE STREET, SOHO', Month: '6', Price: '4950'}, geometry: { type: 'Point', coordinates:[-73.99742775, 40.72196537]} },
{type: 'Feature',properties:{Name: '1', Address: '490 BROADWAY, SOHO', Month: '3', Price: '28829'}, geometry: { type: 'Point', coordinates:[-73.99975468, 40.72189129]} },
{type: 'Feature',properties:{Name: '1', Address: '155 AVENUE OF THE AMERIC, SOHO', Month: '10', Price: '182655'}, geometry: { type: 'Point', coordinates:[-74.00490664, 40.72536331]} },
{type: 'Feature',properties:{Name: '1', Address: '110 GREENE STREET, SOHO', Month: '8', Price: '192471'}, geometry: { type: 'Point', coordinates:[-73.99974024, 40.72452352]} },
{type: 'Feature',properties:{Name: '1', Address: '113 SPRING STREET, SOHO', Month: '5', Price: '16298'}, geometry: { type: 'Point', coordinates:[-73.9999531, 40.72360128]} },
{type: 'Feature',properties:{Name: '1', Address: '131 SPRING STREET, SOHO', Month: '1', Price: '28824'}, geometry: { type: 'Point', coordinates:[-74.00067465, 40.72395535]} },
{type: 'Feature',properties:{Name: '1', Address: '135 SPRING STREET, SOHO', Month: '8', Price: '28487'}, geometry: { type: 'Point', coordinates:[-74.00080814, 40.72402122]} },
{type: 'Feature',properties:{Name: '1', Address: '233 SPRING STREET, SOHO', Month: '8', Price: '313379'}, geometry: { type: 'Point', coordinates:[-74.00473709, 40.7255829]} },
{type: 'Feature',properties:{Name: '1', Address: '350 HUDSON STREET, SOHO', Month: '1', Price: '259427'}, geometry: { type: 'Point', coordinates:[-74.00727361, 40.72754801]} },
{type: 'Feature',properties:{Name: '1', Address: '345 HUDSON STREET, SOHO', Month: '8', Price: '797477'}, geometry: { type: 'Point', coordinates:[-74.00729526, 40.72753977]} },
{type: 'Feature',properties:{Name: '1', Address: '375 HUDSON STREET, SOHO', Month: '7', Price: '907938'}, geometry: { type: 'Point', coordinates:[-74.00715104, 40.72843457]} },
{type: 'Feature',properties:{Name: '1', Address: '150 WOOSTER STREET, SOHO', Month: '9', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.99961035, 40.7259453]} },
{type: 'Feature',properties:{Name: '1', Address: '329 CANAL STREET, SOHO', Month: '10', Price: '33374'}, geometry: { type: 'Point', coordinates:[-74.00306281, 40.7202444]} },
{type: 'Feature',properties:{Name: '1', Address: '52 GREENE STREET, SOHO', Month: '7', Price: '6363'}, geometry: { type: 'Point', coordinates:[-74.00158376, 40.72233044]} },
{type: 'Feature',properties:{Name: '1', Address: '53 MERCER STREET, SOHO', Month: '11', Price: '6851'}, geometry: { type: 'Point', coordinates:[-74.00098488, 40.72181169]} },
{type: 'Feature',properties:{Name: '1', Address: '47 GREENE STREET, SOHO', Month: '10', Price: '24163'}, geometry: { type: 'Point', coordinates:[-74.00173889, 40.72218223]} },
{type: 'Feature',properties:{Name: '1', Address: '512 GREENWICH STREET, SOHO', Month: '2', Price: '3024'}, geometry: { type: 'Point', coordinates:[-74.0091567, 40.72568144]} },
{type: 'Feature',properties:{Name: '1', Address: '512 GREENWICH STREET, SOHO', Month: '11', Price: '3024'}, geometry: { type: 'Point', coordinates:[-74.0091567, 40.72568144]} },
{type: 'Feature',properties:{Name: '1', Address: '340 WEST STREET, SOHO', Month: '3', Price: '940000'}, geometry: { type: 'Point', coordinates:[-74.01068694, 40.7288762]} },
{type: 'Feature',properties:{Name: '1', Address: '9 CROSBY STREET, SOHO', Month: '5', Price: '121165'}, geometry: { type: 'Point', coordinates:[-74.0002886, 40.71992605]} },
{type: 'Feature',properties:{Name: '1', Address: '19 HOWARD STREET, SOHO', Month: '11', Price: '4410'}, geometry: { type: 'Point', coordinates:[-74.0002381, 40.71936612]} },
{type: 'Feature',properties:{Name: '1', Address: '81 MERCER STREET, SOHO', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0000469, 40.72292058]} },
{type: 'Feature',properties:{Name: '1', Address: '165 MERCER STREET, SOHO', Month: '8', Price: '26700'}, geometry: { type: 'Point', coordinates:[-73.99799405, 40.72534693]} },
{type: 'Feature',properties:{Name: '1', Address: '146 WOOSTER STREET, SOHO', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9996789, 40.7258657]} },
{type: 'Feature',properties:{Name: '1', Address: '111 VARICK STREET, SOHO', Month: '11', Price: '34290'}, geometry: { type: 'Point', coordinates:[-74.0060286, 40.72449591]} },
{type: 'Feature',properties:{Name: '1', Address: '219 HUDSON STREET, SOHO', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00787933, 40.72401547]} },
{type: 'Feature',properties:{Name: '1', Address: '30 THOMPSON STREET, SOHO', Month: '10', Price: '2755'}, geometry: { type: 'Point', coordinates:[-74.00418854, 40.72300833]} },
{type: 'Feature',properties:{Name: '1', Address: '121 AVENUE OF THE AMERIC, SOHO', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0052565, 40.72413364]} },
{type: 'Feature',properties:{Name: '1', Address: '121 AVENUE OF THE AMER, SOHO', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00469007, 40.72390311]} },
{type: 'Feature',properties:{Name: '1', Address: '121 AVENUE OF THE AMERIC, SOHO', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0052565, 40.72413364]} },
{type: 'Feature',properties:{Name: '1', Address: '121 AVENUE OF THE AMERIC, SOHO', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0052565, 40.72413364]} },
{type: 'Feature',properties:{Name: '1', Address: '121 AVENUE OF THE AMERIC, SOHO', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0052565, 40.72413364]} },
{type: 'Feature',properties:{Name: '1', Address: '200 LAFAYETTE STREET, SOHO', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99798696, 40.72132311]} },
{type: 'Feature',properties:{Name: '1', Address: '145 6TH AVENUE, SOHO', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00464325, 40.72500925]} },
{type: 'Feature',properties:{Name: '1', Address: '145 AVENUE OF THE AMER, SOHO', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00464325, 40.72500925]} },
{type: 'Feature',properties:{Name: '1', Address: '145 AVENUE OF THE AMER, SOHO', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00464325, 40.72500925]} },
{type: 'Feature',properties:{Name: '1', Address: '145 AVENUE OF THE AMER, SOHO', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00464325, 40.72500925]} },
{type: 'Feature',properties:{Name: '1', Address: '145 AVENUE OF THE AMER, SOHO', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00464325, 40.72500925]} },
{type: 'Feature',properties:{Name: '1', Address: '145 AVENUE OF THE AMER, SOHO', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00464325, 40.72500925]} },
{type: 'Feature',properties:{Name: '1', Address: '160 VARICK STREET, SOHO', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00561749, 40.72661488]} },
{type: 'Feature',properties:{Name: '1', Address: '160 VARICK STREET, SOHO', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00561749, 40.72661488]} },
{type: 'Feature',properties:{Name: '1', Address: '121 GREENE STREET, SOHO', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99919546, 40.72519598]} },
{type: 'Feature',properties:{Name: '1', Address: '479 GREENWICH STREET, SOHO', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00927565, 40.72488271]} },
{type: 'Feature',properties:{Name: '1', Address: '479 GREENWICH STREET, SOHO', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00927565, 40.72488271]} },
{type: 'Feature',properties:{Name: '1', Address: '490 GREENWICH STREET, SOHO', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00926125, 40.7250968]} },
{type: 'Feature',properties:{Name: '1', Address: '246 SPRING STREET, SOHO', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00525301, 40.72561581]} },
{type: 'Feature',properties:{Name: '1', Address: '246 SPRING STREET, SOHO', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00525301, 40.72561581]} },
{type: 'Feature',properties:{Name: '1', Address: '246 SPRING STREET, SOHO', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00525301, 40.72561581]} },
{type: 'Feature',properties:{Name: '1', Address: '246 SPRING STREET, SOHO', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00525301, 40.72561581]} },
{type: 'Feature',properties:{Name: '1', Address: '246 SPRING STREET, SOHO', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00525301, 40.72561581]} },
{type: 'Feature',properties:{Name: '1', Address: '246 SPRING STREET, SOHO', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00525301, 40.72561581]} },
{type: 'Feature',properties:{Name: '1', Address: '246 SPRING STREET, SOHO', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00525301, 40.72561581]} },
{type: 'Feature',properties:{Name: '1', Address: '347 WEST BROADWAY, SOHO', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00342009, 40.7227778]} },
{type: 'Feature',properties:{Name: '1', Address: '542 BROADWAY, SOHO', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99840899, 40.72348324]} },
{type: 'Feature',properties:{Name: '1', Address: '583 BROADWAY, SOHO', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99740961, 40.72469366]} },
{type: 'Feature',properties:{Name: '1', Address: '583 BROADWAY, SOHO', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99740961, 40.72469366]} },
{type: 'Feature',properties:{Name: '1', Address: '597 BROADWAY, SOHO', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.99716787, 40.72497911]} },
{type: 'Feature',properties:{Name: '1', Address: '481 WASHINGTON STREET, SOHO', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00999008, 40.72545905]} },
{type: 'Feature',properties:{Name: '1', Address: '134 BEEKMAN STREET, SOUTHBRIDGE', Month: '7', Price: '1845'}, geometry: { type: 'Point', coordinates:[-74.00291795, 40.70744832]} },
{type: 'Feature',properties:{Name: '1', Address: '45 BEEKMAN STREET, SOUTHBRIDGE', Month: '5', Price: '10818'}, geometry: { type: 'Point', coordinates:[-74.00534197, 40.71014085]} },
{type: 'Feature',properties:{Name: '1', Address: '274 WATER STREET, 1R, SOUTHBRIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00128767, 40.70858743]} },
{type: 'Feature',properties:{Name: '1', Address: '274 WATER STREET, 1F, SOUTHBRIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00128767, 40.70858743]} },
{type: 'Feature',properties:{Name: '1', Address: '77 FULTON STREET, 10E, SOUTHBRIDGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00517594, 40.70883709]} },
{type: 'Feature',properties:{Name: '1', Address: '333 PEARL STREET, 22J, SOUTHBRIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00195497, 40.70930106]} },
{type: 'Feature',properties:{Name: '1', Address: '77 FULTON STREET, 27H, SOUTHBRIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00517594, 40.70883709]} },
{type: 'Feature',properties:{Name: '1', Address: '90 GOLD STREET, 25F, SOUTHBRIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.004332, 40.71008325]} },
{type: 'Feature',properties:{Name: '1', Address: '90 GOLD STREET, 19C, SOUTHBRIDGE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.004332, 40.71008325]} },
{type: 'Feature',properties:{Name: '1', Address: '100 BEEKMAN STREET, 8M, SOUTHBRIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0035564, 40.70827448]} },
{type: 'Feature',properties:{Name: '1', Address: '77 FULTON STREET, 6L, SOUTHBRIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00517594, 40.70883709]} },
{type: 'Feature',properties:{Name: '1', Address: '80 BEEKMAN STREET, 5E, SOUTHBRIDGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00392794, 40.70869442]} },
{type: 'Feature',properties:{Name: '1', Address: '77 FULTON STREET, 26C, SOUTHBRIDGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00517594, 40.70883709]} },
{type: 'Feature',properties:{Name: '1', Address: '100 BEEKMAN STREET, 10A, SOUTHBRIDGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0035564, 40.70827448]} },
{type: 'Feature',properties:{Name: '1', Address: '333 PEARL STREET, 27C, SOUTHBRIDGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00195497, 40.70930106]} },
{type: 'Feature',properties:{Name: '1', Address: '299 PEARL STREET, 5A, SOUTHBRIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00285668, 40.70855721]} },
{type: 'Feature',properties:{Name: '1', Address: '333 PEARL STRET, 14A, SOUTHBRIDGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00195497, 40.70930106]} },
{type: 'Feature',properties:{Name: '1', Address: '90 GOLD STREET, 27L, SOUTHBRIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.004332, 40.71008325]} },
{type: 'Feature',properties:{Name: '1', Address: '90 GOLD STREET, 18D, SOUTHBRIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.004332, 40.71008325]} },
{type: 'Feature',properties:{Name: '1', Address: '90 GOLD STREET, 5C, SOUTHBRIDGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.004332, 40.71008325]} },
{type: 'Feature',properties:{Name: '1', Address: '333 PEARL STREET, 13J, SOUTHBRIDGE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00195497, 40.70930106]} },
{type: 'Feature',properties:{Name: '1', Address: '77 FULTON STREET, 10F, SOUTHBRIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00517594, 40.70883709]} },
{type: 'Feature',properties:{Name: '1', Address: '140 NASSAU ST, 11A, SOUTHBRIDGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00634483, 40.71130732]} },
{type: 'Feature',properties:{Name: '1', Address: '145 NASSAU STREET, 5D, SOUTHBRIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00629794, 40.71135948]} },
{type: 'Feature',properties:{Name: '1', Address: '275 WATER STREET, 2, SOUTHBRIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00116864, 40.70862586]} },
{type: 'Feature',properties:{Name: '1', Address: '111 FULTON STREET, SOUTHBRIDGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00679194, 40.70974827]} },
{type: 'Feature',properties:{Name: '1', Address: '111 FULTON STREET, SOUTHBRIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00679194, 40.70974827]} },
{type: 'Feature',properties:{Name: '1', Address: '111 FULTON STREET, SOUTHBRIDGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00679194, 40.70974827]} },
{type: 'Feature',properties:{Name: '1', Address: '111 FULTON STREET, SOUTHBRIDGE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00679194, 40.70974827]} },
{type: 'Feature',properties:{Name: '1', Address: '111 FULTON STREET, SOUTHBRIDGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00679194, 40.70974827]} },
{type: 'Feature',properties:{Name: '1', Address: '111 FULTON STREET, SOUTHBRIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00679194, 40.70974827]} },
{type: 'Feature',properties:{Name: '1', Address: '111 FULTON STREET, SOUTHBRIDGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00679194, 40.70974827]} },
{type: 'Feature',properties:{Name: '1', Address: '111 FULTON STREET, SOUTHBRIDGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00679194, 40.70974827]} },
{type: 'Feature',properties:{Name: '1', Address: '111 FULTON STREET, SOUTHBRIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00679194, 40.70974827]} },
{type: 'Feature',properties:{Name: '1', Address: '111 FULTON STREET, SOUTHBRIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00679194, 40.70974827]} },
{type: 'Feature',properties:{Name: '1', Address: '111 FULTON STREET, SOUTHBRIDGE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00679194, 40.70974827]} },
{type: 'Feature',properties:{Name: '1', Address: '111 FULTON STREET, SOUTHBRIDGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00679194, 40.70974827]} },
{type: 'Feature',properties:{Name: '1', Address: '111 FULTON STREET, SOUTHBRIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00679194, 40.70974827]} },
{type: 'Feature',properties:{Name: '1', Address: '111 FULTON STREET, SOUTHBRIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00679194, 40.70974827]} },
{type: 'Feature',properties:{Name: '1', Address: '111 FULTON STREET, SOUTHBRIDGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00679194, 40.70974827]} },
{type: 'Feature',properties:{Name: '1', Address: '111 FULTON STREET, SOUTHBRIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00679194, 40.70974827]} },
{type: 'Feature',properties:{Name: '1', Address: '117 BEEKMAN STREET, SOUTHBRIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00322094, 40.70781062]} },
{type: 'Feature',properties:{Name: '1', Address: '150 NASSAU STREET, SOUTHBRIDGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00620416, 40.71140065]} },
{type: 'Feature',properties:{Name: '1', Address: '150 NASSAU STREET, SOUTHBRIDGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00620416, 40.71140065]} },
{type: 'Feature',properties:{Name: '1', Address: '150 NASSAU STREET, SOUTHBRIDGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00620416, 40.71140065]} },
{type: 'Feature',properties:{Name: '1', Address: '150 NASSAU STREET, SOUTHBRIDGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00620416, 40.71140065]} },
{type: 'Feature',properties:{Name: '1', Address: '150 NASSAU STREET, SOUTHBRIDGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00620416, 40.71140065]} },
{type: 'Feature',properties:{Name: '1', Address: '150 NASSAU STREET, SOUTHBRIDGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00620416, 40.71140065]} },
{type: 'Feature',properties:{Name: '1', Address: '150 NASSAU STREET, SOUTHBRIDGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00620416, 40.71140065]} },
{type: 'Feature',properties:{Name: '1', Address: '324 PEARL STREET, SOUTHBRIDGE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00220745, 40.70907324]} },
{type: 'Feature',properties:{Name: '1', Address: '324 PEARL STREET, SOUTHBRIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00220745, 40.70907324]} },
{type: 'Feature',properties:{Name: '1', Address: '264 WATER STREET, SOUTHBRIDGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0016195, 40.70842274]} },
{type: 'Feature',properties:{Name: '1', Address: '264 WATER STREET, SOUTHBRIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0016195, 40.70842274]} },
{type: 'Feature',properties:{Name: '1', Address: '264 WATER ST, SOUTHBRIDGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0016195, 40.70842274]} },
{type: 'Feature',properties:{Name: '1', Address: '264 WATER STREET, SOUTHBRIDGE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0016195, 40.70842274]} },
{type: 'Feature',properties:{Name: '1', Address: '264 WATER STREET, SOUTHBRIDGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0016195, 40.70842274]} },
{type: 'Feature',properties:{Name: '1', Address: '264 WATER STREET, SOUTHBRIDGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0016195, 40.70842274]} },
{type: 'Feature',properties:{Name: '1', Address: '105 NASSAU STREET, SOUTHBRIDGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.007178, 40.71073362]} },
{type: 'Feature',properties:{Name: '1', Address: '42 ANN STREET, SOUTHBRIDGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00701925, 40.71038504]} },
{type: 'Feature',properties:{Name: '1', Address: 'ANN STREET, SOUTHBRIDGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00723926, 40.71025328]} },
{type: 'Feature',properties:{Name: '1', Address: 'ANN STREET, SOUTHBRIDGE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00723926, 40.71025328]} },
{type: 'Feature',properties:{Name: '1', Address: 'ANN STREET, SOUTHBRIDGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00723926, 40.71025328]} },
{type: 'Feature',properties:{Name: '1', Address: 'ANN STREET, SOUTHBRIDGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00723926, 40.71025328]} },
{type: 'Feature',properties:{Name: '1', Address: '94 NASSAU STREET, SOUTHBRIDGE', Month: '9', Price: '38320'}, geometry: { type: 'Point', coordinates:[-74.00767932, 40.71026972]} },
{type: 'Feature',properties:{Name: '1', Address: '81 FULTON STREET, SOUTHBRIDGE', Month: '2', Price: '463679'}, geometry: { type: 'Point', coordinates:[-74.0057098, 40.70920212]} },
{type: 'Feature',properties:{Name: '1', Address: '143-145 FULTON STREET, SOUTHBRIDGE', Month: '2', Price: '17664'}, geometry: { type: 'Point', coordinates:[-74.00816629, 40.71044535]} },
{type: 'Feature',properties:{Name: '1', Address: '29 PARK ROW, SOUTHBRIDGE', Month: '5', Price: '12960'}, geometry: { type: 'Point', coordinates:[-74.0072322, 40.71167232]} },
{type: 'Feature',properties:{Name: '1', Address: '29 PARK ROW, SOUTHBRIDGE', Month: '6', Price: '12960'}, geometry: { type: 'Point', coordinates:[-74.0072322, 40.71167232]} },
{type: 'Feature',properties:{Name: '1', Address: '29 PARK ROW, SOUTHBRIDGE', Month: '1', Price: '12960'}, geometry: { type: 'Point', coordinates:[-74.0072322, 40.71167232]} },
{type: 'Feature',properties:{Name: '1', Address: '29 PARK ROW, SOUTHBRIDGE', Month: '2', Price: '12960'}, geometry: { type: 'Point', coordinates:[-74.0072322, 40.71167232]} },
{type: 'Feature',properties:{Name: '1', Address: '31 PARK ROW, SOUTHBRIDGE', Month: '3', Price: '28127'}, geometry: { type: 'Point', coordinates:[-74.00713842, 40.71169429]} },
{type: 'Feature',properties:{Name: '1', Address: '33 PECK SLIP, SOUTHBRIDGE', Month: '5', Price: '39747'}, geometry: { type: 'Point', coordinates:[-74.0016231, 40.70787104]} },
{type: 'Feature',properties:{Name: '1', Address: '156 WILLIAM STREET, SOUTHBRIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00604532, 40.70994319]} },
{type: 'Feature',properties:{Name: '1', Address: '156 WILLIAM STREET, SOUTHBRIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00604532, 40.70994319]} },
{type: 'Feature',properties:{Name: '1', Address: '156 WILLIAM STREET, SOUTHBRIDGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00604532, 40.70994319]} },
{type: 'Feature',properties:{Name: '1', Address: '8 SPRUCE STREET, SOUTHBRIDGE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00557292, 40.71140617]} },
{type: 'Feature',properties:{Name: '1', Address: '148 READE STREET, TRIBECA', Month: '1', Price: '6800'}, geometry: { type: 'Point', coordinates:[-74.00985166, 40.71648919]} },
{type: 'Feature',properties:{Name: '1', Address: '156 READE STREET, TRIBECA', Month: '3', Price: '6800'}, geometry: { type: 'Point', coordinates:[-74.00997071, 40.71654407]} },
{type: 'Feature',properties:{Name: '1', Address: '22 HARRISON STREET, TRIBECA', Month: '2', Price: '4500'}, geometry: { type: 'Point', coordinates:[-74.00996743, 40.71876458]} },
{type: 'Feature',properties:{Name: '1', Address: '79 WARREN STREET, TRIBECA', Month: '6', Price: '6220'}, geometry: { type: 'Point', coordinates:[-74.01036731, 40.71524851]} },
{type: 'Feature',properties:{Name: '1', Address: '24 VARICK STREET, TRIBECA', Month: '1', Price: '71413'}, geometry: { type: 'Point', coordinates:[-74.00670283, 40.72033757]} },
{type: 'Feature',properties:{Name: '1', Address: '76 WARREN STREET, 15, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01022302, 40.71520186]} },
{type: 'Feature',properties:{Name: '1', Address: '180 DUANE STREET, TRIBECA', Month: '11', Price: '13500'}, geometry: { type: 'Point', coordinates:[-74.0101476, 40.71738944]} },
{type: 'Feature',properties:{Name: '1', Address: '180 DUANE STREET, TRIBECA', Month: '1', Price: '13500'}, geometry: { type: 'Point', coordinates:[-74.0101476, 40.71738944]} },
{type: 'Feature',properties:{Name: '1', Address: '180 DUANE STREET, TRIBECA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0101476, 40.71738944]} },
{type: 'Feature',properties:{Name: '1', Address: '180 DUANE STREET, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0101476, 40.71738944]} },
{type: 'Feature',properties:{Name: '1', Address: '180 DUANE STREET, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0101476, 40.71738944]} },
{type: 'Feature',properties:{Name: '1', Address: '165 DUANE STREET, 3B, TRIBECA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00914473, 40.71728248]} },
{type: 'Feature',properties:{Name: '1', Address: '165 DUANE STREET, PHD, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00914473, 40.71728248]} },
{type: 'Feature',properties:{Name: '1', Address: '55 HUDSON STREET, 3A, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00900409, 40.71764754]} },
{type: 'Feature',properties:{Name: '1', Address: '335 GREENWICH STREET, TRIBECA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01055893, 40.71793836]} },
{type: 'Feature',properties:{Name: '1', Address: '335 GREENWICH STREET, 10B, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01055893, 40.71793836]} },
{type: 'Feature',properties:{Name: '1', Address: '14 JAY STREET, 3, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00992043, 40.71803722]} },
{type: 'Feature',properties:{Name: '1', Address: '16 HUDSON STREET, 6B, TRIBECA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00915184, 40.7165359]} },
{type: 'Feature',properties:{Name: '1', Address: '40 HUDSON STREET, 2, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00905814, 40.71721112]} },
{type: 'Feature',properties:{Name: '1', Address: '1 WORTH ST., 2R, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00867228, 40.7181828]} },
{type: 'Feature',properties:{Name: '1', Address: '90 HUDSON STREET, 2D, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00877337, 40.7188333]} },
{type: 'Feature',properties:{Name: '1', Address: '10 LEONARD STREET, 4N, TRIBECA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00825389, 40.71879765]} },
{type: 'Feature',properties:{Name: '1', Address: '137 FRANKLIN STREET, 1, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00747833, 40.71917099]} },
{type: 'Feature',properties:{Name: '1', Address: '13 JAY STREET, 3, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00982663, 40.71804272]} },
{type: 'Feature',properties:{Name: '1', Address: '55 N. MOORE ST, GROUND, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00910181, 40.72001352]} },
{type: 'Feature',properties:{Name: '1', Address: '10 BEACH STREET, 3, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00614005, 40.72026623]} },
{type: 'Feature',properties:{Name: '1', Address: '36 WHITE STREET, 2, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00453819, 40.71872101]} },
{type: 'Feature',properties:{Name: '1', Address: '45 LISPENARD STREET, 2E, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00323234, 40.7197174]} },
{type: 'Feature',properties:{Name: '1', Address: '45 LISPENARD STREET, 7W, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00323234, 40.7197174]} },
{type: 'Feature',properties:{Name: '1', Address: '397 WASHINGTON STREET, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01065331, 40.72162456]} },
{type: 'Feature',properties:{Name: '1', Address: '434 GREENWICH STREET, 2B, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00969743, 40.72261001]} },
{type: 'Feature',properties:{Name: '1', Address: '355 GREENWICH STREET, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0103751, 40.71889904]} },
{type: 'Feature',properties:{Name: '1', Address: '377 RECTOR PLACE, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01800237, 40.70950553]} },
{type: 'Feature',properties:{Name: '1', Address: '377 RECTOR PLACE, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01800237, 40.70950553]} },
{type: 'Feature',properties:{Name: '1', Address: '377 RECTOR PLACE, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01800237, 40.70950553]} },
{type: 'Feature',properties:{Name: '1', Address: '377 RECTOR PLACE, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01800237, 40.70950553]} },
{type: 'Feature',properties:{Name: '1', Address: '377 RECTOR PLACE, TRIBECA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01800237, 40.70950553]} },
{type: 'Feature',properties:{Name: '1', Address: '377 RECTOR PLACE, TRIBECA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01800237, 40.70950553]} },
{type: 'Feature',properties:{Name: '1', Address: '377 RECTOR PLACE, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01800237, 40.70950553]} },
{type: 'Feature',properties:{Name: '1', Address: '377 RECTOR PLACE, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01800237, 40.70950553]} },
{type: 'Feature',properties:{Name: '1', Address: '30 LITTLE WEST STREET, TRIBECA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01686172, 40.70617081]} },
{type: 'Feature',properties:{Name: '1', Address: '30 LITTLE WEST STREET, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01686172, 40.70617081]} },
{type: 'Feature',properties:{Name: '1', Address: '30 LITTLE WEST STREET, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01686172, 40.70617081]} },
{type: 'Feature',properties:{Name: '1', Address: '30 LITTLE WEST STREET, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01686172, 40.70617081]} },
{type: 'Feature',properties:{Name: '1', Address: '30 LITTLE WEST STREET, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01686172, 40.70617081]} },
{type: 'Feature',properties:{Name: '1', Address: '30 LITTLE WEST STREET, TRIBECA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01686172, 40.70617081]} },
{type: 'Feature',properties:{Name: '1', Address: '30 LITTLE WEST STREET, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01686172, 40.70617081]} },
{type: 'Feature',properties:{Name: '1', Address: '30 LITTLE WEST STREET, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01686172, 40.70617081]} },
{type: 'Feature',properties:{Name: '1', Address: '30 LITTLE WEST STREET, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01686172, 40.70617081]} },
{type: 'Feature',properties:{Name: '1', Address: '30 LITTLE WEST STREET, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01686172, 40.70617081]} },
{type: 'Feature',properties:{Name: '1', Address: '30 LITTLE WEST STREET, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01686172, 40.70617081]} },
{type: 'Feature',properties:{Name: '1', Address: '30 LITTLE WEST STREET, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01686172, 40.70617081]} },
{type: 'Feature',properties:{Name: '1', Address: '30 LITTLE WEST STREET, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01686172, 40.70617081]} },
{type: 'Feature',properties:{Name: '1', Address: '30 LITTLE WEST STREET, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01686172, 40.70617081]} },
{type: 'Feature',properties:{Name: '1', Address: '30 LITTLE WEST STREET, TRIBECA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01686172, 40.70617081]} },
{type: 'Feature',properties:{Name: '1', Address: '30 LITTLE WEST STREET, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01686172, 40.70617081]} },
{type: 'Feature',properties:{Name: '1', Address: '30 LITTLE WEST STREET, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01686172, 40.70617081]} },
{type: 'Feature',properties:{Name: '1', Address: '30 LITTLE WEST STREET, TRIBECA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01686172, 40.70617081]} },
{type: 'Feature',properties:{Name: '1', Address: '30 LITTLE WEST STREET, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01686172, 40.70617081]} },
{type: 'Feature',properties:{Name: '1', Address: '30 LITTLE WEST STREET, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01686172, 40.70617081]} },
{type: 'Feature',properties:{Name: '1', Address: '30 LITTLE WEST STREET, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01686172, 40.70617081]} },
{type: 'Feature',properties:{Name: '1', Address: '30 LITTLE WEST STREET, TRIBECA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01686172, 40.70617081]} },
{type: 'Feature',properties:{Name: '1', Address: '30 LITTLE WEST STREET, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01686172, 40.70617081]} },
{type: 'Feature',properties:{Name: '1', Address: '30 LITTLE WEST STREET, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01686172, 40.70617081]} },
{type: 'Feature',properties:{Name: '1', Address: '30 LITTLE WEST STREET, TRIBECA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01686172, 40.70617081]} },
{type: 'Feature',properties:{Name: '1', Address: '30 LITTLE WEST STREET, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01686172, 40.70617081]} },
{type: 'Feature',properties:{Name: '1', Address: '30 LITTLE WEST STREET, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01686172, 40.70617081]} },
{type: 'Feature',properties:{Name: '1', Address: '70 LITTLE WEST STREET, TRIBECA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0165193, 40.70706016]} },
{type: 'Feature',properties:{Name: '1', Address: '70 LITTLE WEST STREET, TRIBECA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0165193, 40.70706016]} },
{type: 'Feature',properties:{Name: '1', Address: '70 LITTLE WEST STREET, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0165193, 40.70706016]} },
{type: 'Feature',properties:{Name: '1', Address: '70 LITTLE WEST STREET, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0165193, 40.70706016]} },
{type: 'Feature',properties:{Name: '1', Address: '70 LITTLE WEST STREET, TRIBECA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0165193, 40.70706016]} },
{type: 'Feature',properties:{Name: '1', Address: '70 LITTLE WEST STREET, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0165193, 40.70706016]} },
{type: 'Feature',properties:{Name: '1', Address: '70 LITTLE WEST STREET, TRIBECA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0165193, 40.70706016]} },
{type: 'Feature',properties:{Name: '1', Address: '70 LITTLE WEST STREET, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0165193, 40.70706016]} },
{type: 'Feature',properties:{Name: '1', Address: '70 LITTLE WEST STREET, TRIBECA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0165193, 40.70706016]} },
{type: 'Feature',properties:{Name: '1', Address: '70 LITTLE WEST STREET, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0165193, 40.70706016]} },
{type: 'Feature',properties:{Name: '1', Address: '70 BATTERY PLACE, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01743904, 40.7070463]} },
{type: 'Feature',properties:{Name: '1', Address: '70 LITTLE WEST STREET, TRIBECA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0165193, 40.70706016]} },
{type: 'Feature',properties:{Name: '1', Address: '70 LITTLE WEST STREET, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0165193, 40.70706016]} },
{type: 'Feature',properties:{Name: '1', Address: '70 LITTLE WEST STREET, TRIBECA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0165193, 40.70706016]} },
{type: 'Feature',properties:{Name: '1', Address: '70 LITTLE WEST STREET, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0165193, 40.70706016]} },
{type: 'Feature',properties:{Name: '1', Address: '70 BATTERY PLACE, TRIBECA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01743904, 40.7070463]} },
{type: 'Feature',properties:{Name: '1', Address: '70 LITTLE WEST STREET, TRIBECA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0165193, 40.70706016]} },
{type: 'Feature',properties:{Name: '1', Address: '70 LITTLE WEST STREET, TRIBECA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0165193, 40.70706016]} },
{type: 'Feature',properties:{Name: '1', Address: '70 LITTLE WEST STREET, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0165193, 40.70706016]} },
{type: 'Feature',properties:{Name: '1', Address: '350 ALBANY STREET, TRIBECA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01702146, 40.71023304]} },
{type: 'Feature',properties:{Name: '1', Address: '350 ALBANY STREET, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01702146, 40.71023304]} },
{type: 'Feature',properties:{Name: '1', Address: '350 ALBANY STREET, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01702146, 40.71023304]} },
{type: 'Feature',properties:{Name: '1', Address: '350 ALBANY STREET, TRIBECA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01702146, 40.71023304]} },
{type: 'Feature',properties:{Name: '1', Address: '350 ALBANY STREET, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01702146, 40.71023304]} },
{type: 'Feature',properties:{Name: '1', Address: '350 ALBANY STREET, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01702146, 40.71023304]} },
{type: 'Feature',properties:{Name: '1', Address: '350 ALBANY ST, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01702146, 40.71023304]} },
{type: 'Feature',properties:{Name: '1', Address: '350 ALBANY STREET, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01702146, 40.71023304]} },
{type: 'Feature',properties:{Name: '1', Address: '350 ALBANY ST, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01702146, 40.71023304]} },
{type: 'Feature',properties:{Name: '1', Address: '350 ALBANY STREET, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01702146, 40.71023304]} },
{type: 'Feature',properties:{Name: '1', Address: '350 ALBANY STREET, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01702146, 40.71023304]} },
{type: 'Feature',properties:{Name: '1', Address: '350 ALBANY STREET, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01702146, 40.71023304]} },
{type: 'Feature',properties:{Name: '1', Address: '350 ALBANY STREET, TRIBECA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01702146, 40.71023304]} },
{type: 'Feature',properties:{Name: '1', Address: '350 ALBANY STREET, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01702146, 40.71023304]} },
{type: 'Feature',properties:{Name: '1', Address: '250 SOUTH END AVENUE, TRIBECA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01655963, 40.70970885]} },
{type: 'Feature',properties:{Name: '1', Address: '250 SOUTH END AVENUE, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01655963, 40.70970885]} },
{type: 'Feature',properties:{Name: '1', Address: '250 SOUTH END AVENUE, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01655963, 40.70970885]} },
{type: 'Feature',properties:{Name: '1', Address: '250 SOUTH END AVENUE, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01655963, 40.70970885]} },
{type: 'Feature',properties:{Name: '1', Address: '250 SOUTH END AVENUE, TRIBECA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01655963, 40.70970885]} },
{type: 'Feature',properties:{Name: '1', Address: '250 SOUTH END AVENUE, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01655963, 40.70970885]} },
{type: 'Feature',properties:{Name: '1', Address: '300 ALBANY STREET, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01657416, 40.71011782]} },
{type: 'Feature',properties:{Name: '1', Address: '300 ALBANY STREET, TRIBECA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01657416, 40.71011782]} },
{type: 'Feature',properties:{Name: '1', Address: '300 ALBANY STREET, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01657416, 40.71011782]} },
{type: 'Feature',properties:{Name: '1', Address: '300 ALBANY STREET, TRIBECA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01657416, 40.71011782]} },
{type: 'Feature',properties:{Name: '1', Address: '300 ALBANY STREET, TRIBECA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01657416, 40.71011782]} },
{type: 'Feature',properties:{Name: '1', Address: '300 ALBANY STREET, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01657416, 40.71011782]} },
{type: 'Feature',properties:{Name: '1', Address: '300 ALBANY STREET, TRIBECA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01657416, 40.71011782]} },
{type: 'Feature',properties:{Name: '1', Address: '300 ALBANY STREET, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01657416, 40.71011782]} },
{type: 'Feature',properties:{Name: '1', Address: '300 ALBANY STREET, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01657416, 40.71011782]} },
{type: 'Feature',properties:{Name: '1', Address: '380 RECTOR PLACE, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01776426, 40.70930794]} },
{type: 'Feature',properties:{Name: '1', Address: '380 RECTOR PLACE, TRIBECA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01776426, 40.70930794]} },
{type: 'Feature',properties:{Name: '1', Address: '380 RECTOR PLACE, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01776426, 40.70930794]} },
{type: 'Feature',properties:{Name: '1', Address: '380 RECTOR PLACE, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01776426, 40.70930794]} },
{type: 'Feature',properties:{Name: '1', Address: '380 RECTOR PLACE, TRIBECA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01776426, 40.70930794]} },
{type: 'Feature',properties:{Name: '1', Address: '380 RECTOR PLACE, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01776426, 40.70930794]} },
{type: 'Feature',properties:{Name: '1', Address: '380 RECTOR PLACE, TRIBECA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01776426, 40.70930794]} },
{type: 'Feature',properties:{Name: '1', Address: '380 RECTOR PL, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01776426, 40.70930794]} },
{type: 'Feature',properties:{Name: '1', Address: '380 RECTOR PLACE, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01776426, 40.70930794]} },
{type: 'Feature',properties:{Name: '1', Address: '380 RECTOR PLACE, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01776426, 40.70930794]} },
{type: 'Feature',properties:{Name: '1', Address: '280 RECTOR PLACE, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01671816, 40.70897873]} },
{type: 'Feature',properties:{Name: '1', Address: '280 RECTOR PLACE, TRIBECA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01671816, 40.70897873]} },
{type: 'Feature',properties:{Name: '1', Address: '280 RECTOR PLACE, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01671816, 40.70897873]} },
{type: 'Feature',properties:{Name: '1', Address: '280 RECTOR PLACE, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01671816, 40.70897873]} },
{type: 'Feature',properties:{Name: '1', Address: '280 RECTOR PLACE, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01671816, 40.70897873]} },
{type: 'Feature',properties:{Name: '1', Address: '280 RECTOR PLACE, TRIBECA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01671816, 40.70897873]} },
{type: 'Feature',properties:{Name: '1', Address: '280 RECTOR PLACE, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01671816, 40.70897873]} },
{type: 'Feature',properties:{Name: '1', Address: '280 RECTOR PLACE, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01671816, 40.70897873]} },
{type: 'Feature',properties:{Name: '1', Address: '280 RECTOR PLACE, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01671816, 40.70897873]} },
{type: 'Feature',properties:{Name: '1', Address: '225 RECTOR PLACE, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01648738, 40.7092697]} },
{type: 'Feature',properties:{Name: '1', Address: '225 RECTOR PLACE, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01648738, 40.7092697]} },
{type: 'Feature',properties:{Name: '1', Address: '225 RECTOR PLACE, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01648738, 40.7092697]} },
{type: 'Feature',properties:{Name: '1', Address: '225 RECTOR PLACE, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01648738, 40.7092697]} },
{type: 'Feature',properties:{Name: '1', Address: '225 RECTOR PLACE, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01648738, 40.7092697]} },
{type: 'Feature',properties:{Name: '1', Address: '225 RECTOR PLACE, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01648738, 40.7092697]} },
{type: 'Feature',properties:{Name: '1', Address: '225 RECTOR PLACE, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01648738, 40.7092697]} },
{type: 'Feature',properties:{Name: '1', Address: '225 RECTOR PLACE, TRIBECA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01648738, 40.7092697]} },
{type: 'Feature',properties:{Name: '1', Address: '225 RECTOR PLACE, TRIBECA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01648738, 40.7092697]} },
{type: 'Feature',properties:{Name: '1', Address: '225 RECTOR PLACE, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01648738, 40.7092697]} },
{type: 'Feature',properties:{Name: '1', Address: '225 RECTOR PLACE, TRIBECA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01648738, 40.7092697]} },
{type: 'Feature',properties:{Name: '1', Address: '225 RECTOR PLACE, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01648738, 40.7092697]} },
{type: 'Feature',properties:{Name: '1', Address: '225 RECTOR PLACE, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01648738, 40.7092697]} },
{type: 'Feature',properties:{Name: '1', Address: '2 RIVER TERRACE, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01664405, 40.71553872]} },
{type: 'Feature',properties:{Name: '1', Address: '1 RIVER TERRACE, TRIBECA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01630134, 40.71548113]} },
{type: 'Feature',properties:{Name: '1', Address: '2 RIVER TERRACE, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01664405, 40.71553872]} },
{type: 'Feature',properties:{Name: '1', Address: '1 RIVER TERRACE, TRIBECA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01630134, 40.71548113]} },
{type: 'Feature',properties:{Name: '1', Address: '1 RIVER TERRACE, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01630134, 40.71548113]} },
{type: 'Feature',properties:{Name: '1', Address: '2 RIVER TERRACE, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01664405, 40.71553872]} },
{type: 'Feature',properties:{Name: '1', Address: '1 RIVER TERRACE, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01630134, 40.71548113]} },
{type: 'Feature',properties:{Name: '1', Address: '2 RIVER TERRACE, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01664405, 40.71553872]} },
{type: 'Feature',properties:{Name: '1', Address: '1 RIVER TERRACE, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01630134, 40.71548113]} },
{type: 'Feature',properties:{Name: '1', Address: '2 RIVER TERRACE, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01664405, 40.71553872]} },
{type: 'Feature',properties:{Name: '1', Address: '1 RIVER TERRACE, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01630134, 40.71548113]} },
{type: 'Feature',properties:{Name: '1', Address: '1 RIVER TERRACE, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01630134, 40.71548113]} },
{type: 'Feature',properties:{Name: '1', Address: '1 RIVER TERRACE, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01630134, 40.71548113]} },
{type: 'Feature',properties:{Name: '1', Address: '1 RIVER TERRACE, TRIBECA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01630134, 40.71548113]} },
{type: 'Feature',properties:{Name: '1', Address: '1 RIVER TERRACE, TRIBECA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01630134, 40.71548113]} },
{type: 'Feature',properties:{Name: '1', Address: '2 RIVER TERRACE, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01664405, 40.71553872]} },
{type: 'Feature',properties:{Name: '1', Address: '2 RIVER TERRACE, TRIBECA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01664405, 40.71553872]} },
{type: 'Feature',properties:{Name: '1', Address: '2 RIVER TERRACE, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01664405, 40.71553872]} },
{type: 'Feature',properties:{Name: '1', Address: '300 RECTOR PLACE, TRIBECA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01710774, 40.70909669]} },
{type: 'Feature',properties:{Name: '1', Address: '300 RECTOR PLACE, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01710774, 40.70909669]} },
{type: 'Feature',properties:{Name: '1', Address: '300 RECTOR PLACE, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01710774, 40.70909669]} },
{type: 'Feature',properties:{Name: '1', Address: '300 RECTOR PLACE, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01710774, 40.70909669]} },
{type: 'Feature',properties:{Name: '1', Address: '300 RECTOR PLACE, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01710774, 40.70909669]} },
{type: 'Feature',properties:{Name: '1', Address: '300 RECTOR PLACE, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01710774, 40.70909669]} },
{type: 'Feature',properties:{Name: '1', Address: '300 RECTOR PLACE, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01710774, 40.70909669]} },
{type: 'Feature',properties:{Name: '1', Address: '300 RECTOR PLACE, TRIBECA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01710774, 40.70909669]} },
{type: 'Feature',properties:{Name: '1', Address: '300 RECTOR PLACE, TRIBECA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01710774, 40.70909669]} },
{type: 'Feature',properties:{Name: '1', Address: '300 RECTOR PLACE, TRIBECA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01710774, 40.70909669]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '212 WARREN STREET, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01546853, 40.71752334]} },
{type: 'Feature',properties:{Name: '1', Address: '200 RECTOR PLACE, TRIBECA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01619872, 40.70883058]} },
{type: 'Feature',properties:{Name: '1', Address: '200 RECTOR PLACE, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01619872, 40.70883058]} },
{type: 'Feature',properties:{Name: '1', Address: '200 RECTOR PLACE, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01619872, 40.70883058]} },
{type: 'Feature',properties:{Name: '1', Address: '200 RECTOR PLACE, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01619872, 40.70883058]} },
{type: 'Feature',properties:{Name: '1', Address: '200 RECTOR PLACE, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01619872, 40.70883058]} },
{type: 'Feature',properties:{Name: '1', Address: '200 RECTOR PLACE, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01619872, 40.70883058]} },
{type: 'Feature',properties:{Name: '1', Address: '200 RECTOR PLACE, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01619872, 40.70883058]} },
{type: 'Feature',properties:{Name: '1', Address: '200 RECTOR PLACE, TRIBECA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01619872, 40.70883058]} },
{type: 'Feature',properties:{Name: '1', Address: '200 RECTOR PLACE, TRIBECA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01619872, 40.70883058]} },
{type: 'Feature',properties:{Name: '1', Address: '200 RECTOR PLACE, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01619872, 40.70883058]} },
{type: 'Feature',properties:{Name: '1', Address: '200 RECTOR PLACE, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01619872, 40.70883058]} },
{type: 'Feature',properties:{Name: '1', Address: '200 RECTOR PLACE, TRIBECA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01619872, 40.70883058]} },
{type: 'Feature',properties:{Name: '1', Address: '200 RECTOR PLACE, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01619872, 40.70883058]} },
{type: 'Feature',properties:{Name: '1', Address: '200 RECTOR PLACE, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01619872, 40.70883058]} },
{type: 'Feature',properties:{Name: '1', Address: '200 RECTOR PLACE, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01619872, 40.70883058]} },
{type: 'Feature',properties:{Name: '1', Address: '333 RECTOR PLACE, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01725211, 40.709448]} },
{type: 'Feature',properties:{Name: '1', Address: '333 RECTOR PLACE, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01725211, 40.709448]} },
{type: 'Feature',properties:{Name: '1', Address: '333 RECTOR PLACE, TRIBECA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01725211, 40.709448]} },
{type: 'Feature',properties:{Name: '1', Address: '333 RECTOR PLACE, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01725211, 40.709448]} },
{type: 'Feature',properties:{Name: '1', Address: '333 RECTOR PLACE, TRIBECA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01725211, 40.709448]} },
{type: 'Feature',properties:{Name: '1', Address: '333 RECTOR PLACE, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01725211, 40.709448]} },
{type: 'Feature',properties:{Name: '1', Address: '333 RECTOR PLACE, TRIBECA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01725211, 40.709448]} },
{type: 'Feature',properties:{Name: '1', Address: '333 RECTOR PLACE, TRIBECA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01725211, 40.709448]} },
{type: 'Feature',properties:{Name: '1', Address: '333 RECTOR PLACE, TRIBECA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01725211, 40.709448]} },
{type: 'Feature',properties:{Name: '1', Address: '21 SOUTH END AVENUE, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01763048, 40.70811399]} },
{type: 'Feature',properties:{Name: '1', Address: '21 SOUTH END AVENUE, TRIBECA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01763048, 40.70811399]} },
{type: 'Feature',properties:{Name: '1', Address: '21 SOUTH END AVE, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01763048, 40.70811399]} },
{type: 'Feature',properties:{Name: '1', Address: '21 SOUTH END AVENUE, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01763048, 40.70811399]} },
{type: 'Feature',properties:{Name: '1', Address: '21 SOUTH END, TRIBECA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01763048, 40.70811399]} },
{type: 'Feature',properties:{Name: '1', Address: '21 SOUTH END AVENUE, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01763048, 40.70811399]} },
{type: 'Feature',properties:{Name: '1', Address: '21 SOUTH END AVENUE, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01763048, 40.70811399]} },
{type: 'Feature',properties:{Name: '1', Address: '21 SOUTH END AVENUE, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01763048, 40.70811399]} },
{type: 'Feature',properties:{Name: '1', Address: '21 SOUTH END AVENUE, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01763048, 40.70811399]} },
{type: 'Feature',properties:{Name: '1', Address: '21 SOUTH END AVENUE, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01763048, 40.70811399]} },
{type: 'Feature',properties:{Name: '1', Address: '21 SOUTH END AVENUE, TRIBECA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01763048, 40.70811399]} },
{type: 'Feature',properties:{Name: '1', Address: '21 SOUTH END AVENUE, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01763048, 40.70811399]} },
{type: 'Feature',properties:{Name: '1', Address: '21 SOUTH END AVENUE, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01763048, 40.70811399]} },
{type: 'Feature',properties:{Name: '1', Address: '21 SOUTH END AVENUE, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01763048, 40.70811399]} },
{type: 'Feature',properties:{Name: '1', Address: '21 SOUTH END AVENUE, TRIBECA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01763048, 40.70811399]} },
{type: 'Feature',properties:{Name: '1', Address: '21 SOUTH END AVENUE, TRIBECA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01763048, 40.70811399]} },
{type: 'Feature',properties:{Name: '1', Address: '21 SOUTH END AVENUE, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01763048, 40.70811399]} },
{type: 'Feature',properties:{Name: '1', Address: '21 SOUTH END AVENUE, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01763048, 40.70811399]} },
{type: 'Feature',properties:{Name: '1', Address: '99 BATTERY PLACE, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01668906, 40.70802904]} },
{type: 'Feature',properties:{Name: '1', Address: '99 BATTERY PLACE, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01668906, 40.70802904]} },
{type: 'Feature',properties:{Name: '1', Address: '99 BATTERY PLACE, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01668906, 40.70802904]} },
{type: 'Feature',properties:{Name: '1', Address: '2 SOUTH END AVENUE, TRIBECA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01765571, 40.70803713]} },
{type: 'Feature',properties:{Name: '1', Address: '2 SOUTH END AVENUE, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01765571, 40.70803713]} },
{type: 'Feature',properties:{Name: '1', Address: '2 SOUTH END AVENUE, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01765571, 40.70803713]} },
{type: 'Feature',properties:{Name: '1', Address: '2 SOUTH END AVENUE, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01765571, 40.70803713]} },
{type: 'Feature',properties:{Name: '1', Address: '2 SOUTH END AVENUE, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01765571, 40.70803713]} },
{type: 'Feature',properties:{Name: '1', Address: '2 SOUTH END AVENUE, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01765571, 40.70803713]} },
{type: 'Feature',properties:{Name: '1', Address: '2 SOUTH END AVENUE, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01765571, 40.70803713]} },
{type: 'Feature',properties:{Name: '1', Address: '2 SOUTH END AVENUE, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01765571, 40.70803713]} },
{type: 'Feature',properties:{Name: '1', Address: '2 SOUTH END AVE, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01765571, 40.70803713]} },
{type: 'Feature',properties:{Name: '1', Address: '2 SOUTH END AVENUE, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01765571, 40.70803713]} },
{type: 'Feature',properties:{Name: '1', Address: '2 SOUTH END AVENUE, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01765571, 40.70803713]} },
{type: 'Feature',properties:{Name: '1', Address: '2 SOUTH END AVENUE, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01765571, 40.70803713]} },
{type: 'Feature',properties:{Name: '1', Address: '2 SOUTH END AVENUE, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01765571, 40.70803713]} },
{type: 'Feature',properties:{Name: '1', Address: '2 SOUTH END AVENUE, TRIBECA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01765571, 40.70803713]} },
{type: 'Feature',properties:{Name: '1', Address: '2 SOUTH END AVENUE, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01765571, 40.70803713]} },
{type: 'Feature',properties:{Name: '1', Address: '2 SOUTH END AVENUE, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01765571, 40.70803713]} },
{type: 'Feature',properties:{Name: '1', Address: '10 LITTLE WEST STREET, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01709961, 40.70555046]} },
{type: 'Feature',properties:{Name: '1', Address: '10 LITTLE WEST STREET, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01709961, 40.70555046]} },
{type: 'Feature',properties:{Name: '1', Address: '10 WEST STREET, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0171718, 40.70573984]} },
{type: 'Feature',properties:{Name: '1', Address: '10 LITTLE WEST STREET, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01709961, 40.70555046]} },
{type: 'Feature',properties:{Name: '1', Address: '10 LITTLE WEST STREET, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01709961, 40.70555046]} },
{type: 'Feature',properties:{Name: '1', Address: '10 LITTLE WEST STREET, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01709961, 40.70555046]} },
{type: 'Feature',properties:{Name: '1', Address: '10 LITTLE WEST STREET, TRIBECA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01709961, 40.70555046]} },
{type: 'Feature',properties:{Name: '1', Address: '140 WEST STREET, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01371457, 40.7138099]} },
{type: 'Feature',properties:{Name: '1', Address: '140 WEST STREET, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01371457, 40.7138099]} },
{type: 'Feature',properties:{Name: '1', Address: '275 GREENWICH STREET, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01122945, 40.71521275]} },
{type: 'Feature',properties:{Name: '1', Address: '275 GREENWICH STREET, TRIBECA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01122945, 40.71521275]} },
{type: 'Feature',properties:{Name: '1', Address: '275 GREENWICH STREET, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01122945, 40.71521275]} },
{type: 'Feature',properties:{Name: '1', Address: '275 GREENWICH STREET, TRIBECA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01122945, 40.71521275]} },
{type: 'Feature',properties:{Name: '1', Address: '275 GREENWICH STREET, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01122945, 40.71521275]} },
{type: 'Feature',properties:{Name: '1', Address: '150-152 CHAMBERS STREET, TRIBECA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01003193, 40.7158716]} },
{type: 'Feature',properties:{Name: '1', Address: '295 GREENWICH STREET, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01101314, 40.71600875]} },
{type: 'Feature',properties:{Name: '1', Address: '295 GREENWICH STREET, TRIBECA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01101314, 40.71600875]} },
{type: 'Feature',properties:{Name: '1', Address: '295 GREENWICH STREET, TRIBECA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01101314, 40.71600875]} },
{type: 'Feature',properties:{Name: '1', Address: '295 GREENWICH STREET, TRIBECA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01101314, 40.71600875]} },
{type: 'Feature',properties:{Name: '1', Address: '295 GREENWICH STREET, TRIBECA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01101314, 40.71600875]} },
{type: 'Feature',properties:{Name: '1', Address: '295 GREENWICH STREET, TRIBECA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01101314, 40.71600875]} },
{type: 'Feature',properties:{Name: '1', Address: '295 GREENWICH STREET, TRIBECA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01101314, 40.71600875]} },
{type: 'Feature',properties:{Name: '1', Address: '92 WARREN STREET, TRIBECA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01075693, 40.71544335]} },
{type: 'Feature',properties:{Name: '1', Address: '303 GREENWICH STREET, TRIBECA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01093385, 40.71639577]} },
{type: 'Feature',properties:{Name: '1', Address: '303 GREENWICH STREET, TRIBECA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01093385, 40.71639577]} },
{type: 'Feature',properties:{Name: '1', Address: '303 GREENWICH STREET, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01093385, 40.71639577]} },
{type: 'Feature',properties:{Name: '1', Address: '303 GREENWICH STREET, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01093385, 40.71639577]} },
{type: 'Feature',properties:{Name: '1', Address: '303 GREENWICH STREET, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01093385, 40.71639577]} },
{type: 'Feature',properties:{Name: '1', Address: '303 GREENWICH STREET, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01093385, 40.71639577]} },
{type: 'Feature',properties:{Name: '1', Address: '311 GREENWICH STREET, TRIBECA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01086176, 40.71674436]} },
{type: 'Feature',properties:{Name: '1', Address: '311 GREENWICH STREET, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01086176, 40.71674436]} },
{type: 'Feature',properties:{Name: '1', Address: '311 GREENWICH STREET, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01086176, 40.71674436]} },
{type: 'Feature',properties:{Name: '1', Address: '311 GREENWICH STREET, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01086176, 40.71674436]} },
{type: 'Feature',properties:{Name: '1', Address: '311 GREENWICH STREET, TRIBECA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01086176, 40.71674436]} },
{type: 'Feature',properties:{Name: '1', Address: '137 READE STREET, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00968931, 40.71639588]} },
{type: 'Feature',properties:{Name: '1', Address: '157 CHAMBERS STREET, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01024839, 40.71598686]} },
{type: 'Feature',properties:{Name: '1', Address: '166 DUANE STREET, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00935392, 40.71703543]} },
{type: 'Feature',properties:{Name: '1', Address: '166 DUANE STREET, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00935392, 40.71703543]} },
{type: 'Feature',properties:{Name: '1', Address: '200 CHAMBERS STREET, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01220732, 40.71686225]} },
{type: 'Feature',properties:{Name: '1', Address: '200 CHAMBERS STREET, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01220732, 40.71686225]} },
{type: 'Feature',properties:{Name: '1', Address: '200 CHAMBERS STREET, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01220732, 40.71686225]} },
{type: 'Feature',properties:{Name: '1', Address: '200 CHAMBERS STREET, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01220732, 40.71686225]} },
{type: 'Feature',properties:{Name: '1', Address: '200 CHAMBERS STREET, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01220732, 40.71686225]} },
{type: 'Feature',properties:{Name: '1', Address: '200 CHAMBERS STREET, TRIBECA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01220732, 40.71686225]} },
{type: 'Feature',properties:{Name: '1', Address: '200 CHAMBERS, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01220732, 40.71686225]} },
{type: 'Feature',properties:{Name: '1', Address: '200 CHAMBERS STREET, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01220732, 40.71686225]} },
{type: 'Feature',properties:{Name: '1', Address: '200 CHAMBERS STREET, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01220732, 40.71686225]} },
{type: 'Feature',properties:{Name: '1', Address: '200 CHAMBERS STREET, TRIBECA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01220732, 40.71686225]} },
{type: 'Feature',properties:{Name: '1', Address: '200 CHAMBERS STREET, TRIBECA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01220732, 40.71686225]} },
{type: 'Feature',properties:{Name: '1', Address: '200 CHAMBERS STREET, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01220732, 40.71686225]} },
{type: 'Feature',properties:{Name: '1', Address: '200 CHAMBERS STREET, TRIBECA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01220732, 40.71686225]} },
{type: 'Feature',properties:{Name: '1', Address: '200 CHAMBERS STREET, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01220732, 40.71686225]} },
{type: 'Feature',properties:{Name: '1', Address: '200 CHAMBERS STREET, TRIBECA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01220732, 40.71686225]} },
{type: 'Feature',properties:{Name: '1', Address: '200 CHAMBERS STREET, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01220732, 40.71686225]} },
{type: 'Feature',properties:{Name: '1', Address: '200 CHAMBERS STREET, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01220732, 40.71686225]} },
{type: 'Feature',properties:{Name: '1', Address: '200 CHAMBERS STREET, TRIBECA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01220732, 40.71686225]} },
{type: 'Feature',properties:{Name: '1', Address: '200 CHAMBERS STREET, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01220732, 40.71686225]} },
{type: 'Feature',properties:{Name: '1', Address: '200 CHAMBERS STREET, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01220732, 40.71686225]} },
{type: 'Feature',properties:{Name: '1', Address: '200 CHAMBERS STREET, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01220732, 40.71686225]} },
{type: 'Feature',properties:{Name: '1', Address: '101 WARREN STREET, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01142072, 40.715726]} },
{type: 'Feature',properties:{Name: '1', Address: '101 WARREN STREET, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01142072, 40.715726]} },
{type: 'Feature',properties:{Name: '1', Address: '101 WARREN STREET, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01142072, 40.715726]} },
{type: 'Feature',properties:{Name: '1', Address: '101 WARREN STREET, TRIBECA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01142072, 40.715726]} },
{type: 'Feature',properties:{Name: '1', Address: '101 WARREN STREET, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01142072, 40.715726]} },
{type: 'Feature',properties:{Name: '1', Address: '101 WARREN STREET, TRIBECA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01142072, 40.715726]} },
{type: 'Feature',properties:{Name: '1', Address: '101 WARREN STREET, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01142072, 40.715726]} },
{type: 'Feature',properties:{Name: '1', Address: '101 WARREN STREET, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01142072, 40.715726]} },
{type: 'Feature',properties:{Name: '1', Address: '101 WARREN STREET, TRIBECA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01142072, 40.715726]} },
{type: 'Feature',properties:{Name: '1', Address: '101 WARREN STREET, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01142072, 40.715726]} },
{type: 'Feature',properties:{Name: '1', Address: '101 WARREN STREET, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01142072, 40.715726]} },
{type: 'Feature',properties:{Name: '1', Address: '36 HUDSON STREET, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00908337, 40.71705192]} },
{type: 'Feature',properties:{Name: '1', Address: '155 FRANKLIN STREET, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00809521, 40.71923134]} },
{type: 'Feature',properties:{Name: '1', Address: '18 LEONARD STREET, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00799775, 40.71868239]} },
{type: 'Feature',properties:{Name: '1', Address: '18 LEONARD, TRIBECA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00799772, 40.71845183]} },
{type: 'Feature',properties:{Name: '1', Address: '14 LEONARD STREET, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00812401, 40.71874002]} },
{type: 'Feature',properties:{Name: '1', Address: '67 HUDSON STREET, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00893199, 40.71803731]} },
{type: 'Feature',properties:{Name: '1', Address: '67 HUDSON STREET, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00893199, 40.71803731]} },
{type: 'Feature',properties:{Name: '1', Address: '67 HUDSON STREET, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00893199, 40.71803731]} },
{type: 'Feature',properties:{Name: '1', Address: '7 HARRISON STREET, TRIBECA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00949124, 40.71869875]} },
{type: 'Feature',properties:{Name: '1', Address: '7 HARRISON STREET, TRIBECA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00949124, 40.71869875]} },
{type: 'Feature',properties:{Name: '1', Address: '7 HARRISON STREET, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00949124, 40.71869875]} },
{type: 'Feature',properties:{Name: '1', Address: '7 HARRISON STREET, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00949124, 40.71869875]} },
{type: 'Feature',properties:{Name: '1', Address: '62 BEACH STREET, TRIBECA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00949874, 40.72069419]} },
{type: 'Feature',properties:{Name: '1', Address: '62 BEACH STREET, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00949874, 40.72069419]} },
{type: 'Feature',properties:{Name: '1', Address: '62 BEACH STREET, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00949874, 40.72069419]} },
{type: 'Feature',properties:{Name: '1', Address: '53 NORTH MOORE STREET, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00900801, 40.72000529]} },
{type: 'Feature',properties:{Name: '1', Address: '53 NORTH MOORE STREET, TRIBECA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00900801, 40.72000529]} },
{type: 'Feature',properties:{Name: '1', Address: '53 NORTH MOORE STREET, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00900801, 40.72000529]} },
{type: 'Feature',properties:{Name: '1', Address: '53 NORTH MOORE STREET, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00900801, 40.72000529]} },
{type: 'Feature',properties:{Name: '1', Address: '60 BEACH STREET, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00947348, 40.72069144]} },
{type: 'Feature',properties:{Name: '1', Address: '60 BEACH STREET, TRIBECA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00947348, 40.72069144]} },
{type: 'Feature',properties:{Name: '1', Address: '27 NORTH MOORE STREET, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00748562, 40.71985444]} },
{type: 'Feature',properties:{Name: '1', Address: '27 NORTH MOORE STREET, TRIBECA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00748562, 40.71985444]} },
{type: 'Feature',properties:{Name: '1', Address: '25 NORTH MOORE STREET, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00740264, 40.71984621]} },
{type: 'Feature',properties:{Name: '1', Address: '25 NORTH MOORE STREET, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00740264, 40.71984621]} },
{type: 'Feature',properties:{Name: '1', Address: '25 NORTH MOORE STREET, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00740264, 40.71984621]} },
{type: 'Feature',properties:{Name: '1', Address: '25 NORTH MOORE STREET, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00740264, 40.71984621]} },
{type: 'Feature',properties:{Name: '1', Address: '25 NORTH MOORE STREET, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00740264, 40.71984621]} },
{type: 'Feature',properties:{Name: '1', Address: '25 NORTH MOORE STREET, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00740264, 40.71984621]} },
{type: 'Feature',properties:{Name: '1', Address: '11 NORTH MOORE STREET, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00650075, 40.71975569]} },
{type: 'Feature',properties:{Name: '1', Address: '11 NORTH MOORE STREET, TRIBECA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00650075, 40.71975569]} },
{type: 'Feature',properties:{Name: '1', Address: '11 NORTH MOORE STREET, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00650075, 40.71975569]} },
{type: 'Feature',properties:{Name: '1', Address: '11 NORTH MOORE STREET, TRIBECA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00650075, 40.71975569]} },
{type: 'Feature',properties:{Name: '1', Address: '11 NORTH MOORE STREET, TRIBECA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00650075, 40.71975569]} },
{type: 'Feature',properties:{Name: '1', Address: '11 NORTH MOORE STREET, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00650075, 40.71975569]} },
{type: 'Feature',properties:{Name: '1', Address: '11 NORTH MOORE STREET, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00650075, 40.71975569]} },
{type: 'Feature',properties:{Name: '1', Address: '11 NORTH MOORE STREET, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00650075, 40.71975569]} },
{type: 'Feature',properties:{Name: '1', Address: '11 NORTH MOORE STREET, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00650075, 40.71975569]} },
{type: 'Feature',properties:{Name: '1', Address: '11 NORTH MOORE STREET, TRIBECA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00650075, 40.71975569]} },
{type: 'Feature',properties:{Name: '1', Address: '395 BROADWAY, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00270198, 40.71844933]} },
{type: 'Feature',properties:{Name: '1', Address: '395 BROADWAY, TRIBECA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00270198, 40.71844933]} },
{type: 'Feature',properties:{Name: '1', Address: '395 BROADWAY, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00270198, 40.71844933]} },
{type: 'Feature',properties:{Name: '1', Address: '51 WALKER STREET, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00339825, 40.71901199]} },
{type: 'Feature',properties:{Name: '1', Address: '51 WALKER STREET, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00339825, 40.71901199]} },
{type: 'Feature',properties:{Name: '1', Address: '46 LISPENARD STREET, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00330088, 40.71973112]} },
{type: 'Feature',properties:{Name: '1', Address: '46 LISPENARD STREET, TRIBECA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00330088, 40.71973112]} },
{type: 'Feature',properties:{Name: '1', Address: '260 WEST BROADWAY, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00544019, 40.72040351]} },
{type: 'Feature',properties:{Name: '1', Address: '1 YORK STREET, TRIBECA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00575411, 40.72108419]} },
{type: 'Feature',properties:{Name: '1', Address: '1 YORK STREET, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00575411, 40.72108419]} },
{type: 'Feature',properties:{Name: '1', Address: '1 YORK STREET, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00575411, 40.72108419]} },
{type: 'Feature',properties:{Name: '1', Address: '1 YORK STREET, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00575411, 40.72108419]} },
{type: 'Feature',properties:{Name: '1', Address: '145 HUDSON ST, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00839848, 40.72107305]} },
{type: 'Feature',properties:{Name: '1', Address: '415 GREENWICH STREET, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00988488, 40.7215615]} },
{type: 'Feature',properties:{Name: '1', Address: '415 GREENWICH STREET, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00988488, 40.7215615]} },
{type: 'Feature',properties:{Name: '1', Address: '415 GREENWICH STREET, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00988488, 40.7215615]} },
{type: 'Feature',properties:{Name: '1', Address: '415 GREENWICH STREET, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00988488, 40.7215615]} },
{type: 'Feature',properties:{Name: '1', Address: '415 GREENWICH STREET, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00988488, 40.7215615]} },
{type: 'Feature',properties:{Name: '1', Address: '415 GREENWICH STREET, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00988488, 40.7215615]} },
{type: 'Feature',properties:{Name: '1', Address: '415 GREENWICH STREET, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00988488, 40.7215615]} },
{type: 'Feature',properties:{Name: '1', Address: '161 HUDSON STREET, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0082723, 40.72179767]} },
{type: 'Feature',properties:{Name: '1', Address: '161 HUDSON STREET, TRIBECA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0082723, 40.72179767]} },
{type: 'Feature',properties:{Name: '1', Address: '79 LAIGHT STREET, TRIBECA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01072195, 40.72220919]} },
{type: 'Feature',properties:{Name: '1', Address: '250 WEST STREET, TRIBECA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01131712, 40.72170409]} },
{type: 'Feature',properties:{Name: '1', Address: '79 LAIGHT STREET, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01072195, 40.72220919]} },
{type: 'Feature',properties:{Name: '1', Address: '408 GREENWICH STREET, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00990652, 40.72156424]} },
{type: 'Feature',properties:{Name: '1', Address: '250 WEST STREET, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01131712, 40.72170409]} },
{type: 'Feature',properties:{Name: '1', Address: '250 WEST STREET, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01131712, 40.72170409]} },
{type: 'Feature',properties:{Name: '1', Address: '250 WEST STREET, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01131712, 40.72170409]} },
{type: 'Feature',properties:{Name: '1', Address: '250 WEST STREET, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01131712, 40.72170409]} },
{type: 'Feature',properties:{Name: '1', Address: '250 WEST STREET, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01131712, 40.72170409]} },
{type: 'Feature',properties:{Name: '1', Address: '250 WEST STREET, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01131712, 40.72170409]} },
{type: 'Feature',properties:{Name: '1', Address: '250 WEST STREET, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01131712, 40.72170409]} },
{type: 'Feature',properties:{Name: '1', Address: '250 WEST STREET, TRIBECA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01131712, 40.72170409]} },
{type: 'Feature',properties:{Name: '1', Address: '71 LAIGHT STREET, TRIBECA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01016636, 40.72215434]} },
{type: 'Feature',properties:{Name: '1', Address: '401 WASHINGTON STREET, TRIBECA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01062808, 40.72175905]} },
{type: 'Feature',properties:{Name: '1', Address: '401 WASHINGTON STREET, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01062808, 40.72175905]} },
{type: 'Feature',properties:{Name: '1', Address: '401 WASHINGTON STREET, TRIBECA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01062808, 40.72175905]} },
{type: 'Feature',properties:{Name: '1', Address: '401 WASHINGTON STREET, TRIBECA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01062808, 40.72175905]} },
{type: 'Feature',properties:{Name: '1', Address: '401 WASHINGTON STREET, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01062808, 40.72175905]} },
{type: 'Feature',properties:{Name: '1', Address: '401 WASHINGTON STREET, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01062808, 40.72175905]} },
{type: 'Feature',properties:{Name: '1', Address: '401 WASHINGTON STREET, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01062808, 40.72175905]} },
{type: 'Feature',properties:{Name: '1', Address: '401 WASHINGTON STREET, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01062808, 40.72175905]} },
{type: 'Feature',properties:{Name: '1', Address: '401 WASHINGTON STREET, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01062808, 40.72175905]} },
{type: 'Feature',properties:{Name: '1', Address: '401 WASHINGTON STREET, TRIBECA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01062808, 40.72175905]} },
{type: 'Feature',properties:{Name: '1', Address: '401 WASHINGTON STREET, TRIBECA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01062808, 40.72175905]} },
{type: 'Feature',properties:{Name: '1', Address: '401 WASHINGTON STREET, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01062808, 40.72175905]} },
{type: 'Feature',properties:{Name: '1', Address: '401 WASHINGTON STREET, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01062808, 40.72175905]} },
{type: 'Feature',properties:{Name: '1', Address: '412 GREENWICH STREET, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00987768, 40.72169599]} },
{type: 'Feature',properties:{Name: '1', Address: '412 GREENWICH STREET, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00987768, 40.72169599]} },
{type: 'Feature',properties:{Name: '1', Address: '71 LAIGHT STREET, TRIBECA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01016636, 40.72215434]} },
{type: 'Feature',properties:{Name: '1', Address: '412 GREENWICH STREET, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00987768, 40.72169599]} },
{type: 'Feature',properties:{Name: '1', Address: '412 GREENWICH STREET, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00987768, 40.72169599]} },
{type: 'Feature',properties:{Name: '1', Address: '412 GREENWICH STREET, TRIBECA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00987768, 40.72169599]} },
{type: 'Feature',properties:{Name: '1', Address: '412 GREENWICH STREET, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00987768, 40.72169599]} },
{type: 'Feature',properties:{Name: '1', Address: '412 GREENWICH STREET, TRIBECA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00987768, 40.72169599]} },
{type: 'Feature',properties:{Name: '1', Address: '412 GREENWICH STREET, TRIBECA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00987768, 40.72169599]} },
{type: 'Feature',properties:{Name: '1', Address: '412 GREENWICH STREET, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00987768, 40.72169599]} },
{type: 'Feature',properties:{Name: '1', Address: '412 GREENWICH STREET, TRIBECA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00987768, 40.72169599]} },
{type: 'Feature',properties:{Name: '1', Address: '412 GREENWICH STREET, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00987768, 40.72169599]} },
{type: 'Feature',properties:{Name: '1', Address: '92 LAIGHT STREET, TRIBECA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01119456, 40.72227502]} },
{type: 'Feature',properties:{Name: '1', Address: '92 LAIGHT STREET, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01119456, 40.72227502]} },
{type: 'Feature',properties:{Name: '1', Address: '92 LAIGHT STREET, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01119456, 40.72227502]} },
{type: 'Feature',properties:{Name: '1', Address: '416 WASHINGTON STREET, TRIBECA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01053799, 40.7223931]} },
{type: 'Feature',properties:{Name: '1', Address: '415 WASHINGTON STREET, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01051995, 40.72237664]} },
{type: 'Feature',properties:{Name: '1', Address: '415 WASHINGTON ST, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01051995, 40.72237664]} },
{type: 'Feature',properties:{Name: '1', Address: '429 GREENWICH STREET, TRIBECA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00974067, 40.72222025]} },
{type: 'Feature',properties:{Name: '1', Address: '39 VESTRY STREET, TRIBECA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00899395, 40.72270888]} },
{type: 'Feature',properties:{Name: '1', Address: '39 VESTRY STREET, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00899395, 40.72270888]} },
{type: 'Feature',properties:{Name: '1', Address: '169 HUDSON STREET, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0082038, 40.72220116]} },
{type: 'Feature',properties:{Name: '1', Address: '28 LAIGHT STREET, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00708179, 40.72185814]} },
{type: 'Feature',properties:{Name: '1', Address: '28 LAIGHT STREET, TRIBECA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00708179, 40.72185814]} },
{type: 'Feature',properties:{Name: '1', Address: '181 HUDSON STREET, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00810646, 40.72272541]} },
{type: 'Feature',properties:{Name: '1', Address: '195 HUDSON STREET, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00803435, 40.72308224]} },
{type: 'Feature',properties:{Name: '1', Address: '195 HUDSON STREET, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00803435, 40.72308224]} },
{type: 'Feature',properties:{Name: '1', Address: '195 HUDSON STREET, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00803435, 40.72308224]} },
{type: 'Feature',properties:{Name: '1', Address: '195 HUDSON STREET, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00803435, 40.72308224]} },
{type: 'Feature',properties:{Name: '1', Address: '16 DESBROSSES STREET, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00897239, 40.72338684]} },
{type: 'Feature',properties:{Name: '1', Address: '181 DUANE STREET, TRIBECA', Month: '1', Price: '5950'}, geometry: { type: 'Point', coordinates:[-74.01017646, 40.7174114]} },
{type: 'Feature',properties:{Name: '1', Address: '155 DUANE STREET, TRIBECA', Month: '1', Price: '3205'}, geometry: { type: 'Point', coordinates:[-74.00865766, 40.71672259]} },
{type: 'Feature',properties:{Name: '1', Address: '146 CHAMBERS STREET, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00988041, 40.71580299]} },
{type: 'Feature',properties:{Name: '1', Address: '138 READE ST, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00970735, 40.71642332]} },
{type: 'Feature',properties:{Name: '1', Address: '64 NORTH MOORE STREET, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00953472, 40.72004093]} },
{type: 'Feature',properties:{Name: '1', Address: '116 HUDSON STREET, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00860754, 40.71973908]} },
{type: 'Feature',properties:{Name: '1', Address: '9 NORTH MOORE, TRIBECA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00641417, 40.71974746]} },
{type: 'Feature',properties:{Name: '1', Address: '41 NORTH MOORE STREET, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00806644, 40.7199093]} },
{type: 'Feature',properties:{Name: '1', Address: '44 LISPENARD STREET, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0033586, 40.71976131]} },
{type: 'Feature',properties:{Name: '1', Address: '52 LISPENARD STREET, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00312772, 40.71964604]} },
{type: 'Feature',properties:{Name: '1', Address: '151 HUDSON STREET, TRIBECA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00833719, 40.72142164]} },
{type: 'Feature',properties:{Name: '1', Address: '88 LAIGHT STREET, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01105747, 40.72226131]} },
{type: 'Feature',properties:{Name: '1', Address: '35 VESTRY STREET, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00878109, 40.72268694]} },
{type: 'Feature',properties:{Name: '1', Address: '52 LAIGHT STREET, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00864391, 40.72201997]} },
{type: 'Feature',properties:{Name: '1', Address: '448 GREENWICH STREET, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00958568, 40.72320838]} },
{type: 'Feature',properties:{Name: '1', Address: '71 HUDSON STREET, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00891036, 40.71815808]} },
{type: 'Feature',properties:{Name: '1', Address: '112 HUDSON STREET, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00862917, 40.7196238]} },
{type: 'Feature',properties:{Name: '1', Address: '158 FRANKLIN STREET, TRIBECA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00814572, 40.71925329]} },
{type: 'Feature',properties:{Name: '1', Address: '158 FRANKLIN STREET, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00814572, 40.71925329]} },
{type: 'Feature',properties:{Name: '1', Address: '114 HUDSON STREET, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00861836, 40.71968144]} },
{type: 'Feature',properties:{Name: '1', Address: '50 LISPENARD STREET, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00318544, 40.71967623]} },
{type: 'Feature',properties:{Name: '1', Address: '11 VESTRY STREET, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00735965, 40.72254706]} },
{type: 'Feature',properties:{Name: '1', Address: '11 VESTRY STREET, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00735965, 40.72254706]} },
{type: 'Feature',properties:{Name: '1', Address: '55 WALKER STREET, 2A, TRIBECA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00326837, 40.71895161]} },
{type: 'Feature',properties:{Name: '1', Address: '47 WALKER STREET, B, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00352451, 40.71906963]} },
{type: 'Feature',properties:{Name: '1', Address: '465 GREENWICH STREET, UNIT2, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00945229, 40.7238589]} },
{type: 'Feature',properties:{Name: '1', Address: '463 GREENWICH STREET, 6, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0094631, 40.72379302]} },
{type: 'Feature',properties:{Name: '1', Address: '198 W BROADWAY, TRIBECA', Month: '10', Price: '800'}, geometry: { type: 'Point', coordinates:[-74.00703455, 40.71869892]} },
{type: 'Feature',properties:{Name: '1', Address: '185 FRANKLIN STREET, TRIBECA', Month: '12', Price: '8430'}, geometry: { type: 'Point', coordinates:[-74.00956348, 40.71937121]} },
{type: 'Feature',properties:{Name: '1', Address: '66 WHITE STREET, TRIBECA', Month: '11', Price: '24499'}, geometry: { type: 'Point', coordinates:[-74.00324308, 40.71812818]} },
{type: 'Feature',properties:{Name: '1', Address: '200 HUDSON STREET, TRIBECA', Month: '5', Price: '328415'}, geometry: { type: 'Point', coordinates:[-74.00803073, 40.72299166]} },
{type: 'Feature',properties:{Name: '1', Address: '12 VESTRY, TRIBECA', Month: '7', Price: '45136'}, geometry: { type: 'Point', coordinates:[-74.00735605, 40.72256352]} },
{type: 'Feature',properties:{Name: '1', Address: '205 HUDSON STREET, TRIBECA', Month: '11', Price: '321641'}, geometry: { type: 'Point', coordinates:[-74.00798027, 40.72335123]} },
{type: 'Feature',properties:{Name: '1', Address: '31 LEONARD STREET, TRIBECA', Month: '5', Price: '14300'}, geometry: { type: 'Point', coordinates:[-74.00742052, 40.71844364]} },
{type: 'Feature',properties:{Name: '1', Address: '29 LEONARD STREET, TRIBECA', Month: '8', Price: '14300'}, geometry: { type: 'Point', coordinates:[-74.00749268, 40.71847657]} },
{type: 'Feature',properties:{Name: '1', Address: 'NA DESBROSSES STREET, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01076903, 40.72331806]} },
{type: 'Feature',properties:{Name: '1', Address: '200 CHAMBERS STREET, TRIBECA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01220732, 40.71686225]} },
{type: 'Feature',properties:{Name: '1', Address: '93 HUDSON STREET, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0087806, 40.71891838]} },
{type: 'Feature',properties:{Name: '1', Address: '145 HUDSON STREET, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00839848, 40.72107305]} },
{type: 'Feature',properties:{Name: '1', Address: '1 HUBERT STREET, TRIBECA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00847066, 40.72132556]} },
{type: 'Feature',properties:{Name: '1', Address: '200 CHAMBERS STREET, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01220732, 40.71686225]} },
{type: 'Feature',properties:{Name: '1', Address: '429 GREENWICH STREET, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00974067, 40.72222025]} },
{type: 'Feature',properties:{Name: '1', Address: '429 GREENWICH STREET, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00974067, 40.72222025]} },
{type: 'Feature',properties:{Name: '1', Address: '429 GREENWICH STREET, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00974067, 40.72222025]} },
{type: 'Feature',properties:{Name: '1', Address: '429 GREENWICH STREET, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00974067, 40.72222025]} },
{type: 'Feature',properties:{Name: '1', Address: '28 LAIGHT STREET, TRIBECA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00708179, 40.72185814]} },
{type: 'Feature',properties:{Name: '1', Address: '1 RIVER TERRACE, TRIBECA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01630134, 40.71548113]} },
{type: 'Feature',properties:{Name: '1', Address: '2 SOUTH END AVENUE, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01765571, 40.70803713]} },
{type: 'Feature',properties:{Name: '1', Address: '71 MURRAY STREET, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01054036, 40.71457054]} },
{type: 'Feature',properties:{Name: '1', Address: '200 CHAMBERS STREET, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01220732, 40.71686225]} },
{type: 'Feature',properties:{Name: '1', Address: '27 NORTH MOORE STREET, TRIBECA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00748562, 40.71985444]} },
{type: 'Feature',properties:{Name: '1', Address: '27 NORTH MOORE STREET, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00748562, 40.71985444]} },
{type: 'Feature',properties:{Name: '1', Address: '25 NORTH MOORE STREET, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00740264, 40.71984621]} },
{type: 'Feature',properties:{Name: '1', Address: '25 NORTH MOORE STREET, TRIBECA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00740264, 40.71984621]} },
{type: 'Feature',properties:{Name: '1', Address: '124 HUDSON STREET, TRIBECA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00853905, 40.72014257]} },
{type: 'Feature',properties:{Name: '1', Address: '412 GREENWICH STREET, TRIBECA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00987768, 40.72169599]} },
{type: 'Feature',properties:{Name: '1', Address: '92 LAIGHT STREET, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01119456, 40.72227502]} },
{type: 'Feature',properties:{Name: '1', Address: '92 LAIGHT STREET, TRIBECA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01119456, 40.72227502]} },
{type: 'Feature',properties:{Name: '1', Address: '92 LAIGHT STREET, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01119456, 40.72227502]} },
{type: 'Feature',properties:{Name: '1', Address: '181 HUDSON STREET, TRIBECA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00810646, 40.72272541]} },
{type: 'Feature',properties:{Name: '1', Address: '181 HUDSON STREET, TRIBECA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00810646, 40.72272541]} },
{type: 'Feature',properties:{Name: '1', Address: '465 GREENWICH STREET, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00945229, 40.7238589]} },
{type: 'Feature',properties:{Name: '1', Address: '200 CHAMBERS STREET, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01220732, 40.71686225]} },
{type: 'Feature',properties:{Name: '1', Address: '200 CHAMBERS STREET, TRIBECA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01220732, 40.71686225]} },
{type: 'Feature',properties:{Name: '1', Address: '200 CHAMBERS STREET, TRIBECA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01220732, 40.71686225]} },
{type: 'Feature',properties:{Name: '1', Address: '200 CHAMBERS STREET, TRIBECA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01220732, 40.71686225]} },
{type: 'Feature',properties:{Name: '1', Address: '200 CHAMBERS STREET, TRIBECA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01220732, 40.71686225]} },
{type: 'Feature',properties:{Name: '1', Address: '200 CHAMBERS STREET, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01220732, 40.71686225]} },
{type: 'Feature',properties:{Name: '1', Address: '200 CHAMBERS, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.01220732, 40.71686225]} },
{type: 'Feature',properties:{Name: '1', Address: '25 NORTH MOORE STREET, TRIBECA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00740264, 40.71984621]} },
{type: 'Feature',properties:{Name: '1', Address: '25 NORTH MOORE STREET, TRIBECA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00740264, 40.71984621]} },
{type: 'Feature',properties:{Name: '1', Address: '25 NORTH MOORE STREET, TRIBECA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.00740264, 40.71984621]} },
{type: 'Feature',properties:{Name: '1', Address: '64 EAST 66TH STREET, UPPER EAST SIDE (59-79)', Month: '6', Price: '3742'}, geometry: { type: 'Point', coordinates:[-73.96746925, 40.76764442]} },
{type: 'Feature',properties:{Name: '1', Address: '29 EAST 69TH STREET, UPPER EAST SIDE (59-79)', Month: '5', Price: '8745'}, geometry: { type: 'Point', coordinates:[-73.96648266, 40.7697027]} },
{type: 'Feature',properties:{Name: '1', Address: '7 EAST 76TH STREET, UPPER EAST SIDE (59-79)', Month: '12', Price: '6860'}, geometry: { type: 'Point', coordinates:[-73.96467842, 40.77485403]} },
{type: 'Feature',properties:{Name: '1', Address: '22 EAST 78TH STREET, UPPER EAST SIDE (59-79)', Month: '3', Price: '3305'}, geometry: { type: 'Point', coordinates:[-73.96324448, 40.77588835]} },
{type: 'Feature',properties:{Name: '1', Address: '116 EAST 61ST STREET, UPPER EAST SIDE (59-79)', Month: '12', Price: '3687'}, geometry: { type: 'Point', coordinates:[-73.9681606, 40.76384315]} },
{type: 'Feature',properties:{Name: '1', Address: '161 EAST 62ND STREET, UPPER EAST SIDE (59-79)', Month: '9', Price: '3328'}, geometry: { type: 'Point', coordinates:[-73.96618237, 40.76384807]} },
{type: 'Feature',properties:{Name: '1', Address: '147 EAST 63RD STREET, UPPER EAST SIDE (59-79)', Month: '9', Price: '4725'}, geometry: { type: 'Point', coordinates:[-73.96596179, 40.76457537]} },
{type: 'Feature',properties:{Name: '1', Address: '130 EAST 64TH STREET, UPPER EAST SIDE (59-79)', Month: '8', Price: '2925'}, geometry: { type: 'Point', coordinates:[-73.9665533, 40.76562403]} },
{type: 'Feature',properties:{Name: '1', Address: '156 EAST 65TH STREET, UPPER EAST SIDE (59-79)', Month: '11', Price: '3313'}, geometry: { type: 'Point', coordinates:[-73.9648024, 40.76570311]} },
{type: 'Feature',properties:{Name: '1', Address: '136 EAST 65TH STREET, UPPER EAST SIDE (59-79)', Month: '9', Price: '4096'}, geometry: { type: 'Point', coordinates:[-73.96514167, 40.76584594]} },
{type: 'Feature',properties:{Name: '1', Address: '147 EAST 69TH STREET, UPPER EAST SIDE (59-79)', Month: '7', Price: '6525'}, geometry: { type: 'Point', coordinates:[-73.96310788, 40.76827989]} },
{type: 'Feature',properties:{Name: '1', Address: '162 EAST 71ST STREET, UPPER EAST SIDE (59-79)', Month: '2', Price: '5043'}, geometry: { type: 'Point', coordinates:[-73.96207109, 40.76946254]} },
{type: 'Feature',properties:{Name: '1', Address: '184 EAST 75TH STREET, UPPER EAST SIDE (59-79)', Month: '4', Price: '4320'}, geometry: { type: 'Point', coordinates:[-73.95975546, 40.77192927]} },
{type: 'Feature',properties:{Name: '1', Address: '195 EAST 76TH STREET, UPPER EAST SIDE (59-79)', Month: '7', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.95902944, 40.77247522]} },
{type: 'Feature',properties:{Name: '1', Address: '215 EAST 61 STREET, UPPER EAST SIDE (59-79)', Month: '12', Price: '4750'}, geometry: { type: 'Point', coordinates:[-73.96510367, 40.76257419]} },
{type: 'Feature',properties:{Name: '1', Address: '246 EAST 68TH STREET, UPPER EAST SIDE (59-79)', Month: '11', Price: '3072'}, geometry: { type: 'Point', coordinates:[-73.96104748, 40.76657473]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 72ND STREET, UPPER EAST SIDE (59-79)', Month: '1', Price: '2634'}, geometry: { type: 'Point', coordinates:[-73.95971728, 40.76938488]} },
{type: 'Feature',properties:{Name: '1', Address: '351 EAST 62ND STREET, UPPER EAST SIDE (59-79)', Month: '12', Price: '3613'}, geometry: { type: 'Point', coordinates:[-73.96147258, 40.76186489]} },
{type: 'Feature',properties:{Name: '1', Address: '36 EAST 64TH STREET, UPPER EAST SIDE (59-79)', Month: '3', Price: '7130'}, geometry: { type: 'Point', coordinates:[-73.9688452, 40.76658808]} },
{type: 'Feature',properties:{Name: '1', Address: '13 EAST 75TH STREET, UPPER EAST SIDE (59-79)', Month: '4', Price: '6763'}, geometry: { type: 'Point', coordinates:[-73.9648052, 40.77407731]} },
{type: 'Feature',properties:{Name: '1', Address: '127 EAST 62ND STREET, UPPER EAST SIDE (59-79)', Month: '2', Price: '4520'}, geometry: { type: 'Point', coordinates:[-73.96736617, 40.76434796]} },
{type: 'Feature',properties:{Name: '1', Address: '165 EAST 62ND STREET, UPPER EAST SIDE (59-79)', Month: '5', Price: '3328'}, geometry: { type: 'Point', coordinates:[-73.96610658, 40.76381786]} },
{type: 'Feature',properties:{Name: '1', Address: '165 EAST 62ND STREET, UPPER EAST SIDE (59-79)', Month: '11', Price: '3328'}, geometry: { type: 'Point', coordinates:[-73.96610658, 40.76381786]} },
{type: 'Feature',properties:{Name: '1', Address: '175 EAST 64TH STREET, UPPER EAST SIDE (59-79)', Month: '4', Price: '3456'}, geometry: { type: 'Point', coordinates:[-73.96509156, 40.76502799]} },
{type: 'Feature',properties:{Name: '1', Address: '134 EAST 65TH STREET, UPPER EAST SIDE (59-79)', Month: '1', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.96517415, 40.76585967]} },
{type: 'Feature',properties:{Name: '1', Address: '171 E.70TH STREET, UPPER EAST SIDE (59-79)', Month: '8', Price: '4140'}, geometry: { type: 'Point', coordinates:[-73.96239278, 40.76879567]} },
{type: 'Feature',properties:{Name: '1', Address: '169 EAST 71ST STREET, UPPER EAST SIDE (59-79)', Month: '4', Price: '2880'}, geometry: { type: 'Point', coordinates:[-73.96198807, 40.76944604]} },
{type: 'Feature',properties:{Name: '1', Address: '167 EAST 71ST STREET, UPPER EAST SIDE (59-79)', Month: '8', Price: '3841'}, geometry: { type: 'Point', coordinates:[-73.96203138, 40.76946252]} },
{type: 'Feature',properties:{Name: '1', Address: '174 EAST 73RD STREET, UPPER EAST SIDE (59-79)', Month: '1', Price: '5326'}, geometry: { type: 'Point', coordinates:[-73.96089341, 40.77075491]} },
{type: 'Feature',properties:{Name: '1', Address: '182 EAST 75TH STREET, UPPER EAST SIDE (59-79)', Month: '7', Price: '4320'}, geometry: { type: 'Point', coordinates:[-73.95980238, 40.7719485]} },
{type: 'Feature',properties:{Name: '1', Address: '125 EAST 78TH STREET, UPPER EAST SIDE (59-79)', Month: '1', Price: '3857'}, geometry: { type: 'Point', coordinates:[-73.95996691, 40.77452861]} },
{type: 'Feature',properties:{Name: '1', Address: '127 EAST 78TH STREET, UPPER EAST SIDE (59-79)', Month: '4', Price: '3536'}, geometry: { type: 'Point', coordinates:[-73.95990915, 40.77450389]} },
{type: 'Feature',properties:{Name: '1', Address: '209 EAST 61ST STREET, UPPER EAST SIDE (59-79)', Month: '5', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.96520112, 40.76261539]} },
{type: 'Feature',properties:{Name: '1', Address: '210 EAST 62ND STREET, UPPER EAST SIDE (59-79)', Month: '1', Price: '4332'}, geometry: { type: 'Point', coordinates:[-73.96472069, 40.7632136]} },
{type: 'Feature',properties:{Name: '1', Address: '233 EAST 72ND STREET, UPPER EAST SIDE (59-79)', Month: '11', Price: '2634'}, geometry: { type: 'Point', coordinates:[-73.95974977, 40.76939862]} },
{type: 'Feature',properties:{Name: '1', Address: '233 EAST 72ND STREET, UPPER EAST SIDE (59-79)', Month: '11', Price: '2634'}, geometry: { type: 'Point', coordinates:[-73.95974977, 40.76939862]} },
{type: 'Feature',properties:{Name: '1', Address: '239 EAST 78TH STREET, UPPER EAST SIDE (59-79)', Month: '3', Price: '2600'}, geometry: { type: 'Point', coordinates:[-73.95684469, 40.77321001]} },
{type: 'Feature',properties:{Name: '1', Address: '353 EAST 62ND STREET, UPPER EAST SIDE (59-79)', Month: '2', Price: '4480'}, geometry: { type: 'Point', coordinates:[-73.96144371, 40.76185116]} },
{type: 'Feature',properties:{Name: '1', Address: '364 EAST 69TH STREET, UPPER EAST SIDE (59-79)', Month: '6', Price: '1512'}, geometry: { type: 'Point', coordinates:[-73.95834736, 40.76625265]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 62ND STREET, UPPER EAST SIDE (59-79)', Month: '6', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.96432729, 40.76306801]} },
{type: 'Feature',properties:{Name: '1', Address: '322 EAST 77TH STREET, UPPER EAST SIDE (59-79)', Month: '2', Price: '5516'}, geometry: { type: 'Point', coordinates:[-73.95529322, 40.77170805]} },
{type: 'Feature',properties:{Name: '1', Address: '184 EAST 64TH STREET, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96488224, 40.76492088]} },
{type: 'Feature',properties:{Name: '1', Address: '184 EAST 64TH STREET, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96488224, 40.76492088]} },
{type: 'Feature',properties:{Name: '1', Address: '184 EAST 64TH STREET, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96488224, 40.76492088]} },
{type: 'Feature',properties:{Name: '1', Address: '173 EAST 71ST STREET, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96190144, 40.76941033]} },
{type: 'Feature',properties:{Name: '1', Address: '694-696 MADISON AVENUE, UPPER EAST SIDE (59-79)', Month: '11', Price: '9780'}, geometry: { type: 'Point', coordinates:[-73.96991059, 40.76566338]} },
{type: 'Feature',properties:{Name: '1', Address: '14 EAST 63RD STREET, UPPER EAST SIDE (59-79)', Month: '10', Price: '6559'}, geometry: { type: 'Point', coordinates:[-73.97033624, 40.76640183]} },
{type: 'Feature',properties:{Name: '1', Address: '56 EAST 66TH STREET, UPPER EAST SIDE (59-79)', Month: '5', Price: '6630'}, geometry: { type: 'Point', coordinates:[-73.96759197, 40.76769661]} },
{type: 'Feature',properties:{Name: '1', Address: '32 EAST 68TH STREET, UPPER EAST SIDE (59-79)', Month: '7', Price: '6480'}, geometry: { type: 'Point', coordinates:[-73.96705337, 40.76910725]} },
{type: 'Feature',properties:{Name: '1', Address: '145 EAST 60TH STREET, UPPER EAST SIDE (59-79)', Month: '7', Price: '10671'}, geometry: { type: 'Point', coordinates:[-73.96740668, 40.76272583]} },
{type: 'Feature',properties:{Name: '1', Address: '162 EAST 61ST STREET, UPPER EAST SIDE (59-79)', Month: '8', Price: '5130'}, geometry: { type: 'Point', coordinates:[-73.9666628, 40.76321418]} },
{type: 'Feature',properties:{Name: '1', Address: '163 EAST 62ND STREET, UPPER EAST SIDE (59-79)', Month: '1', Price: '3520'}, geometry: { type: 'Point', coordinates:[-73.96614267, 40.76383434]} },
{type: 'Feature',properties:{Name: '1', Address: '233 EAST 60TH STREET, UPPER EAST SIDE (59-79)', Month: '7', Price: '5618'}, geometry: { type: 'Point', coordinates:[-73.96527373, 40.76182767]} },
{type: 'Feature',properties:{Name: '1', Address: '1171 2 AVENUE, UPPER EAST SIDE (59-79)', Month: '5', Price: '14039'}, geometry: { type: 'Point', coordinates:[-73.9631437, 40.76226892]} },
{type: 'Feature',properties:{Name: '1', Address: '1403 SECOND AVENUE, UPPER EAST SIDE (59-79)', Month: '10', Price: '9580'}, geometry: { type: 'Point', coordinates:[-73.95776761, 40.76963121]} },
{type: 'Feature',properties:{Name: '1', Address: '1403 SECOND AVENUE, UPPER EAST SIDE (59-79)', Month: '12', Price: '9580'}, geometry: { type: 'Point', coordinates:[-73.95776761, 40.76963121]} },
{type: 'Feature',properties:{Name: '1', Address: '204 EAST 75TH STREET, UPPER EAST SIDE (59-79)', Month: '7', Price: '4320'}, geometry: { type: 'Point', coordinates:[-73.95878814, 40.77151996]} },
{type: 'Feature',properties:{Name: '1', Address: '239 EAST 77TH STREET, UPPER EAST SIDE (59-79)', Month: '6', Price: '7400'}, geometry: { type: 'Point', coordinates:[-73.95730723, 40.77257615]} },
{type: 'Feature',properties:{Name: '1', Address: '1205 1 AVENUE, UPPER EAST SIDE (59-79)', Month: '9', Price: '47345'}, geometry: { type: 'Point', coordinates:[-73.95914686, 40.76351094]} },
{type: 'Feature',properties:{Name: '1', Address: '338 EAST 70TH STREET, UPPER EAST SIDE (59-79)', Month: '4', Price: '8624'}, geometry: { type: 'Point', coordinates:[-73.95779105, 40.76683707]} },
{type: 'Feature',properties:{Name: '1', Address: '1363 1 AVENUE, UPPER EAST SIDE (59-79)', Month: '9', Price: '6000'}, geometry: { type: 'Point', coordinates:[-73.95542526, 40.76860929]} },
{type: 'Feature',properties:{Name: '1', Address: '1462 SECOND AVENUE, UPPER EAST SIDE (59-79)', Month: '8', Price: '8620'}, geometry: { type: 'Point', coordinates:[-73.95628972, 40.77162609]} },
{type: 'Feature',properties:{Name: '1', Address: '328 EAST 78TH STREET, UPPER EAST SIDE (59-79)', Month: '3', Price: '16440'}, geometry: { type: 'Point', coordinates:[-73.9547296, 40.77229795]} },
{type: 'Feature',properties:{Name: '1', Address: '319 EAST 78TH STREET, UPPER EAST SIDE (59-79)', Month: '6', Price: '8016'}, geometry: { type: 'Point', coordinates:[-73.95487035, 40.77237485]} },
{type: 'Feature',properties:{Name: '1', Address: '321 EAST 78TH STREET, UPPER EAST SIDE (59-79)', Month: '8', Price: '8016'}, geometry: { type: 'Point', coordinates:[-73.95483426, 40.77236112]} },
{type: 'Feature',properties:{Name: '1', Address: '322 EAST 79TH STREET, UPPER EAST SIDE (59-79)', Month: '6', Price: '6015'}, geometry: { type: 'Point', coordinates:[-73.95433197, 40.7730224]} },
{type: 'Feature',properties:{Name: '1', Address: '322 EAST 79TH STREET, UPPER EAST SIDE (59-79)', Month: '1', Price: '6015'}, geometry: { type: 'Point', coordinates:[-73.95433197, 40.7730224]} },
{type: 'Feature',properties:{Name: '1', Address: '410 EAST 64TH STREET, UPPER EAST SIDE (59-79)', Month: '11', Price: '8350'}, geometry: { type: 'Point', coordinates:[-73.95885516, 40.76237725]} },
{type: 'Feature',properties:{Name: '1', Address: '1382 FIRST AVENUE, UPPER EAST SIDE (59-79)', Month: '6', Price: '14400'}, geometry: { type: 'Point', coordinates:[-73.9551615, 40.76893306]} },
{type: 'Feature',properties:{Name: '1', Address: '1413 YORK AVENUE, UPPER EAST SIDE (59-79)', Month: '9', Price: '11036'}, geometry: { type: 'Point', coordinates:[-73.95220111, 40.76898402]} },
{type: 'Feature',properties:{Name: '1', Address: '413 EAST 78TH STREET, UPPER EAST SIDE (59-79)', Month: '1', Price: '7500'}, geometry: { type: 'Point', coordinates:[-73.95262538, 40.77142976]} },
{type: 'Feature',properties:{Name: '1', Address: '415 EAST 78TH STREET, UPPER EAST SIDE (59-79)', Month: '5', Price: '8938'}, geometry: { type: 'Point', coordinates:[-73.95259289, 40.77141602]} },
{type: 'Feature',properties:{Name: '1', Address: '1479 YORK AVENUE, UPPER EAST SIDE (59-79)', Month: '12', Price: '7500'}, geometry: { type: 'Point', coordinates:[-73.95074835, 40.77097335]} },
{type: 'Feature',properties:{Name: '1', Address: '1481 YORK AVENUE, UPPER EAST SIDE (59-79)', Month: '2', Price: '7500'}, geometry: { type: 'Point', coordinates:[-73.9507122, 40.77102823]} },
{type: 'Feature',properties:{Name: '1', Address: '1481 YORK AVENUE, UPPER EAST SIDE (59-79)', Month: '4', Price: '7500'}, geometry: { type: 'Point', coordinates:[-73.9507122, 40.77102823]} },
{type: 'Feature',properties:{Name: '1', Address: '503 EAST 78TH STREET, UPPER EAST SIDE (59-79)', Month: '12', Price: '47574'}, geometry: { type: 'Point', coordinates:[-73.95061866, 40.77058628]} },
{type: 'Feature',properties:{Name: '1', Address: '511 EAST 78TH STREET, UPPER EAST SIDE (59-79)', Month: '6', Price: '44364'}, geometry: { type: 'Point', coordinates:[-73.95027579, 40.77044341]} },
{type: 'Feature',properties:{Name: '1', Address: '519 EAST 78TH STREET, UPPER EAST SIDE (59-79)', Month: '6', Price: '44764'}, geometry: { type: 'Point', coordinates:[-73.94992932, 40.77029779]} },
{type: 'Feature',properties:{Name: '1', Address: '527 EAST 78TH STREET, UPPER EAST SIDE (59-79)', Month: '9', Price: '44364'}, geometry: { type: 'Point', coordinates:[-73.94933382, 40.77004501]} },
{type: 'Feature',properties:{Name: '1', Address: '535 EAST 78TH STREET, UPPER EAST SIDE (59-79)', Month: '3', Price: '44364'}, geometry: { type: 'Point', coordinates:[-73.94898013, 40.7698939]} },
{type: 'Feature',properties:{Name: '1', Address: '542 EAST 79TH STREET, UPPER EAST SIDE (59-79)', Month: '1', Price: '54792'}, geometry: { type: 'Point', coordinates:[-73.94803027, 40.77036008]} },
{type: 'Feature',properties:{Name: '1', Address: '532 EAST 79TH STREET, UPPER EAST SIDE (59-79)', Month: '4', Price: '44952'}, geometry: { type: 'Point', coordinates:[-73.94869434, 40.77064583]} },
{type: 'Feature',properties:{Name: '1', Address: '524 EAST 79TH STREET, UPPER EAST SIDE (59-79)', Month: '5', Price: '44364'}, geometry: { type: 'Point', coordinates:[-73.94904082, 40.77079145]} },
{type: 'Feature',properties:{Name: '1', Address: '516 EAST 79TH STREET, UPPER EAST SIDE (59-79)', Month: '1', Price: '44364'}, geometry: { type: 'Point', coordinates:[-73.94938729, 40.77093982]} },
{type: 'Feature',properties:{Name: '1', Address: '510 EAST 79TH STREET, UPPER EAST SIDE (59-79)', Month: '1', Price: '44364'}, geometry: { type: 'Point', coordinates:[-73.94964715, 40.77104972]} },
{type: 'Feature',properties:{Name: '1', Address: '504 EAST 79TH STREET, UPPER EAST SIDE (59-79)', Month: '1', Price: '48432'}, geometry: { type: 'Point', coordinates:[-73.94990701, 40.77115963]} },
{type: 'Feature',properties:{Name: '1', Address: '149 EAST 78TH STREET, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95895984, 40.77410557]} },
{type: 'Feature',properties:{Name: '1', Address: '155 EAST 78TH STREET, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95884795, 40.77405612]} },
{type: 'Feature',properties:{Name: '1', Address: '222-250 EAST 67TH STREET, UPPER EAST SIDE (59-79)', Month: '11', Price: '490652'}, geometry: { type: 'Point', coordinates:[-73.9622462, 40.76626222]} },
{type: 'Feature',properties:{Name: '1', Address: '1231 3 AVENUE, UPPER EAST SIDE (59-79)', Month: '7', Price: '33300'}, geometry: { type: 'Point', coordinates:[-73.96102431, 40.76916301]} },
{type: 'Feature',properties:{Name: '1', Address: '260 EAST 72ND STREET, UPPER EAST SIDE (59-79)', Month: '2', Price: '26797'}, geometry: { type: 'Point', coordinates:[-73.95930944, 40.76919535]} },
{type: 'Feature',properties:{Name: '1', Address: '260 EAST 72ND STREET, UPPER EAST SIDE (59-79)', Month: '9', Price: '26797'}, geometry: { type: 'Point', coordinates:[-73.95930944, 40.76919535]} },
{type: 'Feature',properties:{Name: '1', Address: '260 EAST 72ND STREET, UPPER EAST SIDE (59-79)', Month: '2', Price: '26797'}, geometry: { type: 'Point', coordinates:[-73.95930944, 40.76919535]} },
{type: 'Feature',properties:{Name: '1', Address: '244 EAST 75TH STREET, UPPER EAST SIDE (59-79)', Month: '5', Price: '12882'}, geometry: { type: 'Point', coordinates:[-73.95814567, 40.77125075]} },
{type: 'Feature',properties:{Name: '1', Address: '266-268 EAST 78TH STREET, UPPER EAST SIDE (59-79)', Month: '4', Price: '22761'}, geometry: { type: 'Point', coordinates:[-73.95640435, 40.77300673]} },
{type: 'Feature',properties:{Name: '1', Address: '341-343 EAST 62ND STREET, UPPER EAST SIDE (59-79)', Month: '9', Price: '11900'}, geometry: { type: 'Point', coordinates:[-73.96160972, 40.76192258]} },
{type: 'Feature',properties:{Name: '1', Address: '1147 FIRST AVENUE, UPPER EAST SIDE (59-79)', Month: '6', Price: '67880'}, geometry: { type: 'Point', coordinates:[-73.96028854, 40.76192213]} },
{type: 'Feature',properties:{Name: '1', Address: '1355 1 AVENUE, UPPER EAST SIDE (59-79)', Month: '5', Price: '112541'}, geometry: { type: 'Point', coordinates:[-73.95568543, 40.76824983]} },
{type: 'Feature',properties:{Name: '1', Address: '1355 1 AVENUE, UPPER EAST SIDE (59-79)', Month: '12', Price: '112541'}, geometry: { type: 'Point', coordinates:[-73.95568543, 40.76824983]} },
{type: 'Feature',properties:{Name: '1', Address: '1359 1 AVENUE, UPPER EAST SIDE (59-79)', Month: '12', Price: '22015'}, geometry: { type: 'Point', coordinates:[-73.95558787, 40.76838702]} },
{type: 'Feature',properties:{Name: '1', Address: '1359 1 AVENUE, UPPER EAST SIDE (59-79)', Month: '4', Price: '22015'}, geometry: { type: 'Point', coordinates:[-73.95558787, 40.76838702]} },
{type: 'Feature',properties:{Name: '1', Address: '343 EAST 76TH STREET, UPPER EAST SIDE (59-79)', Month: '1', Price: '12750'}, geometry: { type: 'Point', coordinates:[-73.95540565, 40.77094505]} },
{type: 'Feature',properties:{Name: '1', Address: '1485 FIRST AVENUE, UPPER EAST SIDE (59-79)', Month: '4', Price: '16100'}, geometry: { type: 'Point', coordinates:[-73.95344861, 40.77131482]} },
{type: 'Feature',properties:{Name: '1', Address: '334 EAST 79TH STREET, UPPER EAST SIDE (59-79)', Month: '11', Price: '27124'}, geometry: { type: 'Point', coordinates:[-73.95412984, 40.77293998]} },
{type: 'Feature',properties:{Name: '1', Address: '420-34 EAST 61ST STREET, UPPER EAST SIDE (59-79)', Month: '3', Price: '307000'}, geometry: { type: 'Point', coordinates:[-73.96041207, 40.7605745]} },
{type: 'Feature',properties:{Name: '1', Address: '1113 YORK AVENUE, UPPER EAST SIDE (59-79)', Month: '7', Price: '257948'}, geometry: { type: 'Point', coordinates:[-73.95920715, 40.75938286]} },
{type: 'Feature',properties:{Name: '1', Address: '530-540 EAST 73RD STREET, UPPER EAST SIDE (59-79)', Month: '9', Price: '583731'}, geometry: { type: 'Point', coordinates:[-73.95126413, 40.76670824]} },
{type: 'Feature',properties:{Name: '1', Address: '555 EAST 78TH STREET, UPPER EAST SIDE (59-79)', Month: '9', Price: '75854'}, geometry: { type: 'Point', coordinates:[-73.94859396, 40.76972904]} },
{type: 'Feature',properties:{Name: '1', Address: '17 EAST 73RD STREET, A-3, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96573013, 40.77280952]} },
{type: 'Feature',properties:{Name: '1', Address: '59 EAST 75TH ST, 2B, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96331081, 40.7734483]} },
{type: 'Feature',properties:{Name: '1', Address: '6 EAST 76TH STREET, 4R, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96473979, 40.77486228]} },
{type: 'Feature',properties:{Name: '1', Address: '6 EAST 76TH STREET, 3R, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96473979, 40.77486228]} },
{type: 'Feature',properties:{Name: '1', Address: '175 EAST 73RD STREET, 1F, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96080677, 40.77073567]} },
{type: 'Feature',properties:{Name: '1', Address: '175 EAST 73RD STREET, 2F, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96080677, 40.77073567]} },
{type: 'Feature',properties:{Name: '1', Address: '175 EAST 73RD STREET, 1G, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96080677, 40.77073567]} },
{type: 'Feature',properties:{Name: '1', Address: '175 EAST 73RD STREET, 1R, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96080677, 40.77073567]} },
{type: 'Feature',properties:{Name: '1', Address: '175 EAST 73RD STREET, 2R, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96080677, 40.77073567]} },
{type: 'Feature',properties:{Name: '1', Address: '186 EAST 75TH STREET, 3, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95970853, 40.77191004]} },
{type: 'Feature',properties:{Name: '1', Address: '166 EAST 78TH STREET, 3A, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95870358, 40.77397647]} },
{type: 'Feature',properties:{Name: '1', Address: '236 EAST 78TH STREET, 3A, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95688801, 40.77320728]} },
{type: 'Feature',properties:{Name: '1', Address: '236 EAST 78TH STREET, 3C, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95688801, 40.77320728]} },
{type: 'Feature',properties:{Name: '1', Address: '236 EAST 78TH STREET, 6D, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95688801, 40.77320728]} },
{type: 'Feature',properties:{Name: '1', Address: '223 EAST 78TH STREET, 2C, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95710096, 40.77331715]} },
{type: 'Feature',properties:{Name: '1', Address: '223 EAST 78TH STREET, 2A, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95710096, 40.77331715]} },
{type: 'Feature',properties:{Name: '1', Address: '338 EAST 67TH STREET, 14, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95969816, 40.76518542]} },
{type: 'Feature',properties:{Name: '1', Address: '308 EAST 73RD STREET, 3C, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95738155, 40.76926876]} },
{type: 'Feature',properties:{Name: '1', Address: '317 EAST 73RD STREET, 2FW, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95723356, 40.76922754]} },
{type: 'Feature',properties:{Name: '1', Address: '317 EAST 73RD STREET, 1FE, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95723356, 40.76922754]} },
{type: 'Feature',properties:{Name: '1', Address: '319 EAST 73RD STREET, 4A, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95720108, 40.76921106]} },
{type: 'Feature',properties:{Name: '1', Address: '319 EAST 73RD STREET, 4D, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95720108, 40.76921106]} },
{type: 'Feature',properties:{Name: '1', Address: '328 EAST 74TH STREET, LB, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95657976, 40.76976252]} },
{type: 'Feature',properties:{Name: '1', Address: '336 EAST 77TH STREET, 1, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95505861, 40.77160914]} },
{type: 'Feature',properties:{Name: '1', Address: '348 EAST 78TH STREET, 2F, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95439394, 40.77215509]} },
{type: 'Feature',properties:{Name: '1', Address: '343 E 78TH STREET, A, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95443723, 40.77219353]} },
{type: 'Feature',properties:{Name: '1', Address: '417 EAST 60TH STREET, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96091778, 40.7599873]} },
{type: 'Feature',properties:{Name: '1', Address: '406 EAST 73RD STREET, 5F, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95507168, 40.76829625]} },
{type: 'Feature',properties:{Name: '1', Address: '406 EAST 73RD STREET, 2F, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95507168, 40.76829625]} },
{type: 'Feature',properties:{Name: '1', Address: '406 EAST 73RD STREET, 4F, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95507168, 40.76829625]} },
{type: 'Feature',properties:{Name: '1', Address: '419 EAST 78TH STREET, 4A, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95252792, 40.7713913]} },
{type: 'Feature',properties:{Name: '1', Address: '421 E 78TH STREET, 2C, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95249905, 40.77137756]} },
{type: 'Feature',properties:{Name: '1', Address: '531 EAST 72ND STREET, 1ACD, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95305482, 40.766569]} },
{type: 'Feature',properties:{Name: '1', Address: '535 EAST 72ND STREET, 3AB, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95300069, 40.76654428]} },
{type: 'Feature',properties:{Name: '1', Address: '517 EAST 77TH STREET, 4E, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95100906, 40.76991948]} },
{type: 'Feature',properties:{Name: '1', Address: '515 EAST 77TH STREET, 2G, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95102711, 40.76993047]} },
{type: 'Feature',properties:{Name: '1', Address: '509 EAST 77TH STREET, 1B, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95109207, 40.7699552]} },
{type: 'Feature',properties:{Name: '1', Address: '509 EAST 77TH STREET, 6D, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95109207, 40.7699552]} },
{type: 'Feature',properties:{Name: '1', Address: '517 EAST 77TH STREET, 1H, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95100906, 40.76991948]} },
{type: 'Feature',properties:{Name: '1', Address: '517 EAST 77TH, 4L, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95100906, 40.76991948]} },
{type: 'Feature',properties:{Name: '1', Address: '508 EAST 78TH STREET, 3A, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95034077, 40.77045167]} },
{type: 'Feature',properties:{Name: '1', Address: '516 E. 78TH ST, 5H, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94996542, 40.77029232]} },
{type: 'Feature',properties:{Name: '1', Address: '516 EAST 78TH STREET, 2A, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94996542, 40.77029232]} },
{type: 'Feature',properties:{Name: '1', Address: '516 EAST 78TH STREET, 2P, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94996542, 40.77029232]} },
{type: 'Feature',properties:{Name: '1', Address: '508 EAST 78TH STREET, 6A, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95034077, 40.77045167]} },
{type: 'Feature',properties:{Name: '1', Address: '508 EAST 78TH STREET, 2GH, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95034077, 40.77045167]} },
{type: 'Feature',properties:{Name: '1', Address: '516 EAST 78TH STREET, 1E, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94996542, 40.77029232]} },
{type: 'Feature',properties:{Name: '1', Address: '516 EAST 78TH STREET, 3L, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94996542, 40.77029232]} },
{type: 'Feature',properties:{Name: '1', Address: '888 MAIN ST, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94337765, 40.76917765]} },
{type: 'Feature',properties:{Name: '1', Address: '40 RIVER ROAD, MULTI, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94635498, 40.76604183]} },
{type: 'Feature',properties:{Name: '1', Address: '531 MAIN STREET, S1804N, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95022842, 40.76137202]} },
{type: 'Feature',properties:{Name: '1', Address: '531 MAIN STREET, 304, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95022842, 40.76137202]} },
{type: 'Feature',properties:{Name: '1', Address: '531 MAIN STREET, 109, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95022842, 40.76137202]} },
{type: 'Feature',properties:{Name: '1', Address: '531 MAIN STREET, 122, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95022842, 40.76137202]} },
{type: 'Feature',properties:{Name: '1', Address: '531 MAIN STREET, 110, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95022842, 40.76137202]} },
{type: 'Feature',properties:{Name: '1', Address: '531 MAIN STREET, 324, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95022842, 40.76137202]} },
{type: 'Feature',properties:{Name: '1', Address: '531 MAIN STREET, 817, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95022842, 40.76137202]} },
{type: 'Feature',properties:{Name: '1', Address: '531 MAIN ST, 1104, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95022842, 40.76137202]} },
{type: 'Feature',properties:{Name: '1', Address: '531 MAIN STREET, 617, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95022842, 40.76137202]} },
{type: 'Feature',properties:{Name: '1', Address: '531 MAIN STREET, 1802, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95022842, 40.76137202]} },
{type: 'Feature',properties:{Name: '1', Address: '531 MAIN STREET, 1611, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95022842, 40.76137202]} },
{type: 'Feature',properties:{Name: '1', Address: '531 MAIN STREET, 1004, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95022842, 40.76137202]} },
{type: 'Feature',properties:{Name: '1', Address: '531 MAIN STREET, 422, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95022842, 40.76137202]} },
{type: 'Feature',properties:{Name: '1', Address: '531 MAIN STREET, 1512, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95022842, 40.76137202]} },
{type: 'Feature',properties:{Name: '1', Address: '781 FIFTH AVENUE, MR719, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97287128, 40.76445369]} },
{type: 'Feature',properties:{Name: '1', Address: '781 FIFTH AVENUE, 1801, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97287128, 40.76445369]} },
{type: 'Feature',properties:{Name: '1', Address: '781 FIFTH AVENUE, 1601, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97287128, 40.76445369]} },
{type: 'Feature',properties:{Name: '1', Address: '781 5 AVENUE, 2101, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97287128, 40.76445369]} },
{type: 'Feature',properties:{Name: '1', Address: '781 FIFTH AVENUE, 1415, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97287128, 40.76445369]} },
{type: 'Feature',properties:{Name: '1', Address: '781 5 AVENUE, 2307, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97287128, 40.76445369]} },
{type: 'Feature',properties:{Name: '1', Address: '781 FIFTH AVENUE, 905-8, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97287128, 40.76445369]} },
{type: 'Feature',properties:{Name: '1', Address: '781 FIFTH AVENUE, 2107, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97287128, 40.76445369]} },
{type: 'Feature',properties:{Name: '1', Address: '781 FIFTH AVENUE, 914, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97287128, 40.76445369]} },
{type: 'Feature',properties:{Name: '1', Address: '510 PARK AVENUE, PH B, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96955429, 40.76326438]} },
{type: 'Feature',properties:{Name: '1', Address: '785 FIFTH AVENUE, 6C, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274487, 40.76462658]} },
{type: 'Feature',properties:{Name: '1', Address: '785 FIFTH AVE, 14B, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97274487, 40.76462658]} },
{type: 'Feature',properties:{Name: '1', Address: '550 PARK AVENUE, 5W, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96885323, 40.7648534]} },
{type: 'Feature',properties:{Name: '1', Address: '550 PARK AVENUE, 12W, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96885323, 40.7648534]} },
{type: 'Feature',properties:{Name: '1', Address: '30 EAST 62ND STREET, 8H, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96982047, 40.76536693]} },
{type: 'Feature',properties:{Name: '1', Address: '30 EAST 62ND STREET, 9F, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96982047, 40.76536693]} },
{type: 'Feature',properties:{Name: '1', Address: '30 EAST 62ND STREET, 9H, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96982047, 40.76536693]} },
{type: 'Feature',properties:{Name: '1', Address: '812 FIFTH AVENUE, 7A, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97145897, 40.76637741]} },
{type: 'Feature',properties:{Name: '1', Address: '570 PARK AVENUE, 1C, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96843056, 40.76549556]} },
{type: 'Feature',properties:{Name: '1', Address: '570 PARK AVENUE, 9D, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96843056, 40.76549556]} },
{type: 'Feature',properties:{Name: '1', Address: '570 PARK AVENUE, 4D, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96843056, 40.76549556]} },
{type: 'Feature',properties:{Name: '1', Address: '570 PARK AVENUE, 3A, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96843056, 40.76549556]} },
{type: 'Feature',properties:{Name: '1', Address: '580 PARK AVENUE, 9A, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96782401, 40.76563537]} },
{type: 'Feature',properties:{Name: '1', Address: '825 FIFTH AVENUE, SR 9, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97091353, 40.7671211]} },
{type: 'Feature',properties:{Name: '1', Address: '825 FIFTH AVENUE, SR7, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97091353, 40.7671211]} },
{type: 'Feature',properties:{Name: '1', Address: '825 FIFTH AVENUE, SR6, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97091353, 40.7671211]} },
{type: 'Feature',properties:{Name: '1', Address: '825 FIFTH AVENUE, SR 10, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97091353, 40.7671211]} },
{type: 'Feature',properties:{Name: '1', Address: '825 FIFTH AVENUE, SR8, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97091353, 40.7671211]} },
{type: 'Feature',properties:{Name: '1', Address: '825 FIFTH AVENUE, 13D, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97091353, 40.7671211]} },
{type: 'Feature',properties:{Name: '1', Address: '834 FIFTH AVENUE, 1112A, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97054869, 40.76763153]} },
{type: 'Feature',properties:{Name: '1', Address: '834 5 AVENUE, 10B, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.97054869, 40.76763153]} },
{type: 'Feature',properties:{Name: '1', Address: '29 EAST 64TH STREET, 7B, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96889933, 40.76662926]} },
{type: 'Feature',properties:{Name: '1', Address: '29 EAST 64TH STREET, 11A, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96889933, 40.76662926]} },
{type: 'Feature',properties:{Name: '1', Address: '29 EAST 64TH STREET, 6D, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96889933, 40.76662926]} },
{type: 'Feature',properties:{Name: '1', Address: '30 EAST 65TH STREET, 1213E, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96842252, 40.76722749]} },
{type: 'Feature',properties:{Name: '1', Address: '30 EAST 65TH STREET, 4B, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96842252, 40.76722749]} },
{type: 'Feature',properties:{Name: '1', Address: '30 EAST 65TH STREET, 6B, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96842252, 40.76722749]} },
{type: 'Feature',properties:{Name: '1', Address: '30 EAST 65TH STREET, 89E, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96842252, 40.76722749]} },
{type: 'Feature',properties:{Name: '1', Address: '27 EAST 65TH STREET, 3E, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96844056, 40.76725494]} },
{type: 'Feature',properties:{Name: '1', Address: '55 EAST 65TH STREET, 4B, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9680327, 40.76707916]} },
{type: 'Feature',properties:{Name: '1', Address: '55 EAST 65TH STREET, 2C, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9680327, 40.76707916]} },
{type: 'Feature',properties:{Name: '1', Address: '55 EAST 65 STREET, 7B, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9680327, 40.76707916]} },
{type: 'Feature',properties:{Name: '1', Address: '55 EAST 65TH STREET, 2B, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9680327, 40.76707916]} },
{type: 'Feature',properties:{Name: '1', Address: '55 EAST 65TH STREET, 7A, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9680327, 40.76707916]} },
{type: 'Feature',properties:{Name: '1', Address: '630 PARK AVENUE, GRN, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96678001, 40.76707058]} },
{type: 'Feature',properties:{Name: '1', Address: '1 EAST 66TH STREET, 6G, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96958075, 40.76855351]} },
{type: 'Feature',properties:{Name: '1', Address: '53 EAST 66TH STREET, 6B, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96766776, 40.76774603]} },
{type: 'Feature',properties:{Name: '1', Address: '650 PARK AVENUE, 6C, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96633566, 40.76767978]} },
{type: 'Feature',properties:{Name: '1', Address: '650 PARK AVENUE, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96633566, 40.76767978]} },
{type: 'Feature',properties:{Name: '1', Address: '650 PARK AVENUE, 2F, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96633566, 40.76767978]} },
{type: 'Feature',properties:{Name: '1', Address: '650 PARK AVENUE, 4F, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96633566, 40.76767978]} },
{type: 'Feature',properties:{Name: '1', Address: '650 PARK AVENUE, 17C, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96633566, 40.76767978]} },
{type: 'Feature',properties:{Name: '1', Address: '860 FIFTH AVENUE, 18H, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96920487, 40.76947015]} },
{type: 'Feature',properties:{Name: '1', Address: '860 FIFTH AVENUE, 3A, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96920487, 40.76947015]} },
{type: 'Feature',properties:{Name: '1', Address: '860 FIFTH AVENUE, 20BH, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96920487, 40.76947015]} },
{type: 'Feature',properties:{Name: '1', Address: '860 FIFTH AVENUE, 7H, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96920487, 40.76947015]} },
{type: 'Feature',properties:{Name: '1', Address: '860 FIFTH AVENUE, 12A, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96920487, 40.76947015]} },
{type: 'Feature',properties:{Name: '1', Address: '860 FIFTH AVENUE, 12A, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96920487, 40.76947015]} },
{type: 'Feature',properties:{Name: '1', Address: '870 FIFTH AVENUE, 2D, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9684213, 40.76980205]} },
{type: 'Feature',properties:{Name: '1', Address: '870 FIFTH AVENUE, 16D, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9684213, 40.76980205]} },
{type: 'Feature',properties:{Name: '1', Address: '870 FIFTH AVENUE, 17A, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9684213, 40.76980205]} },
{type: 'Feature',properties:{Name: '1', Address: '870 FIFTH AVENUE, 2G, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9684213, 40.76980205]} },
{type: 'Feature',properties:{Name: '1', Address: '36 EAST 69, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96643213, 40.76966151]} },
{type: 'Feature',properties:{Name: '1', Address: '875 FIFTH AVENUE, 9GH, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96863048, 40.77024676]} },
{type: 'Feature',properties:{Name: '1', Address: '875 FIFTH AVENUE, 1F, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96863048, 40.77024676]} },
{type: 'Feature',properties:{Name: '1', Address: '875 FIFTH AVENUE, 5G, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96863048, 40.77024676]} },
{type: 'Feature',properties:{Name: '1', Address: '875 FIFTH AVENUE, 10D, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96863048, 40.77024676]} },
{type: 'Feature',properties:{Name: '1', Address: '875 5 AVENUE, 16G, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96863048, 40.77024676]} },
{type: 'Feature',properties:{Name: '1', Address: '880 FIFTH AVENUE, 9GH, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96836676, 40.77060625]} },
{type: 'Feature',properties:{Name: '1', Address: '880 FIFTH AVENUE, 12K, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96836676, 40.77060625]} },
{type: 'Feature',properties:{Name: '1', Address: '880 FIFTH AVENUE, 8L, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96836676, 40.77060625]} },
{type: 'Feature',properties:{Name: '1', Address: '880 FIFTH AVENUE, 10F, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96836676, 40.77060625]} },
{type: 'Feature',properties:{Name: '1', Address: '880 FIFTH AVENUE, 12C, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96836676, 40.77060625]} },
{type: 'Feature',properties:{Name: '1', Address: '880 5TH AVENUE, 4C, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96836676, 40.77060625]} },
{type: 'Feature',properties:{Name: '1', Address: '3 EAST 69TH STREET, 7/8C, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96806001, 40.77036463]} },
{type: 'Feature',properties:{Name: '1', Address: '3 EAST 69TH STREET, 9/10B, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96806001, 40.77036463]} },
{type: 'Feature',properties:{Name: '1', Address: '700 PARK AVENUE, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96511456, 40.76935371]} },
{type: 'Feature',properties:{Name: '1', Address: '710 PARK AVENUE, 1B, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9649556, 40.76957324]} },
{type: 'Feature',properties:{Name: '1', Address: '710 PARK AVENUE, 6F, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9649556, 40.76957324]} },
{type: 'Feature',properties:{Name: '1', Address: '888 FIFTH AVENUE, 10F, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96791518, 40.77123741]} },
{type: 'Feature',properties:{Name: '1', Address: '720 PARK AVENUE, 2A, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96468102, 40.76994918]} },
{type: 'Feature',properties:{Name: '1', Address: '720 PARK AVENUE, 9/10B, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96468102, 40.76994918]} },
{type: 'Feature',properties:{Name: '1', Address: '900 5 AVENUE, 12A, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96738049, 40.77197011]} },
{type: 'Feature',properties:{Name: '1', Address: '900 FIFTH AVENUE, 17B, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96738049, 40.77197011]} },
{type: 'Feature',properties:{Name: '1', Address: '3 EAST 71ST STREET, 3C, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96719292, 40.77164069]} },
{type: 'Feature',properties:{Name: '1', Address: '3 EAST 71ST STREET, 2E, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96719292, 40.77164069]} },
{type: 'Feature',properties:{Name: '1', Address: '750 PARK AVENUE, 11CD, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96401263, 40.77086298]} },
{type: 'Feature',properties:{Name: '1', Address: '750 PARK AVENUE, 6B, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96401263, 40.77086298]} },
{type: 'Feature',properties:{Name: '1', Address: '750 PARK AVENUE, 5E, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96401263, 40.77086298]} },
{type: 'Feature',properties:{Name: '1', Address: '750 PARK AVE, 3B, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96401263, 40.77086298]} },
{type: 'Feature',properties:{Name: '1', Address: '30 EAST 72ND STREET, 2A, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96515307, 40.77165656]} },
{type: 'Feature',properties:{Name: '1', Address: '30 EAST 72ND STREET, 1A, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96515307, 40.77165656]} },
{type: 'Feature',properties:{Name: '1', Address: '4 EAST 72ND STREET, 7A, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96670158, 40.77231026]} },
{type: 'Feature',properties:{Name: '1', Address: '907 5 AVENUE, 5ABH2, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96687131, 40.77220875]} },
{type: 'Feature',properties:{Name: '1', Address: '907 FIFTH AVENUE, 1E, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96687131, 40.77220875]} },
{type: 'Feature',properties:{Name: '1', Address: '907 FIFTH AVENUE, 3DE, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96687131, 40.77220875]} },
{type: 'Feature',properties:{Name: '1', Address: '907 FIFTH AVENUE, 10/12, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96687131, 40.77220875]} },
{type: 'Feature',properties:{Name: '1', Address: '910 FIFTH AVENUE, 12A, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96652462, 40.77241451]} },
{type: 'Feature',properties:{Name: '1', Address: '912 FIFTH AVENUE, 9B, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96688553, 40.77265341]} },
{type: 'Feature',properties:{Name: '1', Address: '19 EAST 72ND STREET, 1D, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96595077, 40.77201087]} },
{type: 'Feature',properties:{Name: '1', Address: '45 EAST 72ND STREET, 3A, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96493649, 40.77158238]} },
{type: 'Feature',properties:{Name: '1', Address: '770 PARK AVENUE, 2C, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96345984, 40.77162035]} },
{type: 'Feature',properties:{Name: '1', Address: '920 FIFTH AVENUE, 2B, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96624637, 40.77290574]} },
{type: 'Feature',properties:{Name: '1', Address: '778 PARK AVENUE, 15, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96320332, 40.77197159]} },
{type: 'Feature',properties:{Name: '1', Address: '784 PARK AVENUE, 6C, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96331134, 40.77249587]} },
{type: 'Feature',properties:{Name: '1', Address: '784 PARK AVENUE, 6C, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96331134, 40.77249587]} },
{type: 'Feature',properties:{Name: '1', Address: '784 PARK AVENUE, 6B, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96331134, 40.77249587]} },
{type: 'Feature',properties:{Name: '1', Address: '20 EAST 74TH STREET, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96492476, 40.77327863]} },
{type: 'Feature',properties:{Name: '1', Address: '20 EAST 74TH STREET, 3E, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96492476, 40.77327863]} },
{type: 'Feature',properties:{Name: '1', Address: '20 EAST 74TH STREET, 2F, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96492476, 40.77327863]} },
{type: 'Feature',properties:{Name: '1', Address: '930 FIFTH AVENUE, 3E, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96562136, 40.77369604]} },
{type: 'Feature',properties:{Name: '1', Address: '930 FIFTH AVENUE, 5F, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96562136, 40.77369604]} },
{type: 'Feature',properties:{Name: '1', Address: '930 FIFTH AVENUE, 4F, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96562136, 40.77369604]} },
{type: 'Feature',properties:{Name: '1', Address: '930 FIFTH AVENUE, 7G, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96562136, 40.77369604]} },
{type: 'Feature',properties:{Name: '1', Address: '930 FIFTH AVENUE, 15C, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96562136, 40.77369604]} },
{type: 'Feature',properties:{Name: '1', Address: '14 EAST 75TH STREET, 1-B, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96470414, 40.77401689]} },
{type: 'Feature',properties:{Name: '1', Address: '14 EAST 75 STREET, 5D, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96470414, 40.77401689]} },
{type: 'Feature',properties:{Name: '1', Address: '14 EAST 75TH STREET, 3E, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96470414, 40.77401689]} },
{type: 'Feature',properties:{Name: '1', Address: '936 5 AVENUE, 10A, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96536476, 40.7741955]} },
{type: 'Feature',properties:{Name: '1', Address: '936 5 AVENUE, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96536476, 40.7741955]} },
{type: 'Feature',properties:{Name: '1', Address: '5 EAST 75TH STREET, 4, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96517699, 40.77423387]} },
{type: 'Feature',properties:{Name: '1', Address: '820 PARK AVENUE, 12, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96227835, 40.77324211]} },
{type: 'Feature',properties:{Name: '1', Address: '820 PARK AVENUE, 12, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96227835, 40.77324211]} },
{type: 'Feature',properties:{Name: '1', Address: '830 PARK AVENUE, A, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96211575, 40.77346438]} },
{type: 'Feature',properties:{Name: '1', Address: '830 PARK AVENUE, HALLW, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96211575, 40.77346438]} },
{type: 'Feature',properties:{Name: '1', Address: '950 FIFTH AVENUE, 12, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96475778, 40.77498306]} },
{type: 'Feature',properties:{Name: '1', Address: '65 EAST 76TH STREET, UPPER EAST SIDE (59-79)', Month: '10', Price: '91285'}, geometry: { type: 'Point', coordinates:[-73.96280501, 40.7740657]} },
{type: 'Feature',properties:{Name: '1', Address: '65 EAST 76TH STREET, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96280501, 40.7740657]} },
{type: 'Feature',properties:{Name: '1', Address: '65 EAST 76TH STREET, 11B, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96280501, 40.7740657]} },
{type: 'Feature',properties:{Name: '1', Address: '840 PARK AVENUE, 5B, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96183753, 40.77384306]} },
{type: 'Feature',properties:{Name: '1', Address: '850 PARK AVENUE, 9C, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96163519, 40.77412021]} },
{type: 'Feature',properties:{Name: '1', Address: '70 EAST 77TH STREET, PHC, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96232086, 40.77466939]} },
{type: 'Feature',properties:{Name: '1', Address: '70 EAST 77TH STREET, 9B, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96232086, 40.77466939]} },
{type: 'Feature',properties:{Name: '1', Address: '50 EAST 77TH STREET, 3C, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96268544, 40.77482321]} },
{type: 'Feature',properties:{Name: '1', Address: '50 EAST 77TH STREET, 8A, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96268544, 40.77482321]} },
{type: 'Feature',properties:{Name: '1', Address: '987 MADISON AVENUE, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96322703, 40.77479045]} },
{type: 'Feature',properties:{Name: '1', Address: '956 FIFTH AVE, 4A, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96482974, 40.77546615]} },
{type: 'Feature',properties:{Name: '1', Address: '955 FIFTH AVENUE, 14B, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96482974, 40.77546615]} },
{type: 'Feature',properties:{Name: '1', Address: '955 FIFTH AVENUE, 8B, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96482974, 40.77546615]} },
{type: 'Feature',properties:{Name: '1', Address: '955 FIFTH AVENUE, 13B, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96482974, 40.77546615]} },
{type: 'Feature',properties:{Name: '1', Address: '3 EAST 77TH STREET, 8A, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96438559, 40.77555934]} },
{type: 'Feature',properties:{Name: '1', Address: '3 EAST 77TH STREET, 6A, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96438559, 40.77555934]} },
{type: 'Feature',properties:{Name: '1', Address: '3 EAST 77TH STREET, 5D, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96438559, 40.77555934]} },
{type: 'Feature',properties:{Name: '1', Address: '3 EAST 77TH STREET, 8C, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96438559, 40.77555934]} },
{type: 'Feature',properties:{Name: '1', Address: '3 EAST 77TH STREET, 7D, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96438559, 40.77555934]} },
{type: 'Feature',properties:{Name: '1', Address: '61 EAST 77TH STREET, 8E, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96249412, 40.77476002]} },
{type: 'Feature',properties:{Name: '1', Address: '61 EAST 77TH STREET, 7C, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96249412, 40.77476002]} },
{type: 'Feature',properties:{Name: '1', Address: '71 EAST 77TH STREET, 8A, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96231002, 40.77468585]} },
{type: 'Feature',properties:{Name: '1', Address: '876 PARK AVENUE, 7N, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96108957, 40.77486385]} },
{type: 'Feature',properties:{Name: '1', Address: '52 EAST 78TH STREET, 10AB, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96210742, 40.7754104]} },
{type: 'Feature',properties:{Name: '1', Address: '965 FIFTH AVENUE, 15B, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96441783, 40.77603419]} },
{type: 'Feature',properties:{Name: '1', Address: '7 EAST 78TH STREET, 5A, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96375705, 40.77612456]} },
{type: 'Feature',properties:{Name: '1', Address: '888 PARK AVENUE, 13A, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96077159, 40.77530016]} },
{type: 'Feature',properties:{Name: '1', Address: '888 PARK AVENUE, PHA, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96077159, 40.77530016]} },
{type: 'Feature',properties:{Name: '1', Address: '888 PARK AVENUE, PHA, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96077159, 40.77530016]} },
{type: 'Feature',properties:{Name: '1', Address: '50 EAST 79TH STREET, 19B, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96161599, 40.77609642]} },
{type: 'Feature',properties:{Name: '1', Address: '50 EAST 79TH STREET, 3F, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96161599, 40.77609642]} },
{type: 'Feature',properties:{Name: '1', Address: '50 EAST 79TH STREET, 17A, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96161599, 40.77609642]} },
{type: 'Feature',properties:{Name: '1', Address: '50 EAST 79TH STREET, 7C, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96161599, 40.77609642]} },
{type: 'Feature',properties:{Name: '1', Address: '50 EAST 79TH STREET, 7B, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96161599, 40.77609642]} },
{type: 'Feature',properties:{Name: '1', Address: '118 EAST 60TH STREET, 17C, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96851108, 40.76318176]} },
{type: 'Feature',properties:{Name: '1', Address: '118 EAST 60TH STREET, 22F, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96851108, 40.76318176]} },
{type: 'Feature',properties:{Name: '1', Address: '118 EAST 60TH STREET, 19B, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96851108, 40.76318176]} },
{type: 'Feature',properties:{Name: '1', Address: '118 EAST 60TH STREET, 8C, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96851108, 40.76318176]} },
{type: 'Feature',properties:{Name: '1', Address: '118 EAST 60TH STREET, 20B, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96851108, 40.76318176]} },
{type: 'Feature',properties:{Name: '1', Address: '118 EAST 60TH STREET, 7A, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96851108, 40.76318176]} },
{type: 'Feature',properties:{Name: '1', Address: '118 EAST 60TH STREET, 27F, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96851108, 40.76318176]} },
{type: 'Feature',properties:{Name: '1', Address: '118 E. 60TH STREET, 8D, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96851108, 40.76318176]} },
{type: 'Feature',properties:{Name: '1', Address: '118 EAST 60TH STREET, 34A, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96851108, 40.76318176]} },
{type: 'Feature',properties:{Name: '1', Address: '118 E 60 STREET, 14H, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96851108, 40.76318176]} },
{type: 'Feature',properties:{Name: '1', Address: '118 EAST 60 STREET, 18A, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96851108, 40.76318176]} },
{type: 'Feature',properties:{Name: '1', Address: '118 EAST 60 STREET, 10A, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96851108, 40.76318176]} },
{type: 'Feature',properties:{Name: '1', Address: '118 EAST 60 STREET, 8A, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96851108, 40.76318176]} },
{type: 'Feature',properties:{Name: '1', Address: '118 EAST 60TH STREET, 11C, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96851108, 40.76318176]} },
{type: 'Feature',properties:{Name: '1', Address: '118 EAST 60TH STREET, 6-A, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96851108, 40.76318176]} },
{type: 'Feature',properties:{Name: '1', Address: '118 EAST 60TH STREET, 4D, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96851108, 40.76318176]} },
{type: 'Feature',properties:{Name: '1', Address: '118 EAST 60TH STREET, 16E, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96851108, 40.76318176]} },
{type: 'Feature',properties:{Name: '1', Address: '118 EAST 60TH STREET, 12C, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96851108, 40.76318176]} },
{type: 'Feature',properties:{Name: '1', Address: '118 EAST 60TH STREET, 8ABH, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96851108, 40.76318176]} },
{type: 'Feature',properties:{Name: '1', Address: '165 EAST 60TH STREET, 4D, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9670205, 40.76256378]} },
{type: 'Feature',properties:{Name: '1', Address: '165 EAST 60TH STREET, 2C, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9670205, 40.76256378]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 61ST STREET, 7J, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96691183, 40.76331855]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 61ST STREET, 10J, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96691183, 40.76331855]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 61ST STREET, 9JK, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96691183, 40.76331855]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 61 STREET, 2B, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96691183, 40.76331855]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 61ST STREET, 8K, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96691183, 40.76331855]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 61ST STREET, 14D, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96691183, 40.76331855]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 61ST STREET, 16A, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96691183, 40.76331855]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 61ST STREET, 7E, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96691183, 40.76331855]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 61ST STREET, 5D, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96691183, 40.76331855]} },
{type: 'Feature',properties:{Name: '1', Address: '535 PARK AVENUE, 6-ELE, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96876685, 40.76431541]} },
{type: 'Feature',properties:{Name: '1', Address: '535 PARK AVENUE, 9C, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96876685, 40.76431541]} },
{type: 'Feature',properties:{Name: '1', Address: '167 EAST 61ST STREET, 20B, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96652565, 40.76317571]} },
{type: 'Feature',properties:{Name: '1', Address: '167 EAST 61ST, 30B, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96652565, 40.76317571]} },
{type: 'Feature',properties:{Name: '1', Address: '167 EAST 61ST STREET, 32BC, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96652565, 40.76317571]} },
{type: 'Feature',properties:{Name: '1', Address: '167 EAST 61ST STREET, 16B, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96652565, 40.76317571]} },
{type: 'Feature',properties:{Name: '1', Address: '175 EAST 62ND STREET, 9-A, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96591168, 40.76373546]} },
{type: 'Feature',properties:{Name: '1', Address: '116 EAST 63RD STREET, 8B, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96714562, 40.7650533]} },
{type: 'Feature',properties:{Name: '1', Address: '116 EAST 63RD STREET, 8D, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96714562, 40.7650533]} },
{type: 'Feature',properties:{Name: '1', Address: '575 PARK AVENUE, 904, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96810579, 40.76521825]} },
{type: 'Feature',properties:{Name: '1', Address: '575 PARK AVENUE, 501, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96810579, 40.76521825]} },
{type: 'Feature',properties:{Name: '1', Address: '575 PARK AVENUE, 206, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96810579, 40.76521825]} },
{type: 'Feature',properties:{Name: '1', Address: '575 PARK AVENUE, 802, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96810579, 40.76521825]} },
{type: 'Feature',properties:{Name: '1', Address: '575 PARK AVENUE, 1001, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96810579, 40.76521825]} },
{type: 'Feature',properties:{Name: '1', Address: '575 PARK AVENUE, 102, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96810579, 40.76521825]} },
{type: 'Feature',properties:{Name: '1', Address: '575 PARK AVENUE, 1201, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96810579, 40.76521825]} },
{type: 'Feature',properties:{Name: '1', Address: '575 PARK AVENUE, 1506, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96810579, 40.76521825]} },
{type: 'Feature',properties:{Name: '1', Address: '125 EAST 63RD STREET, 5D, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96691101, 40.76497363]} },
{type: 'Feature',properties:{Name: '1', Address: '125 EAST 63RD STREET, 3A, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96691101, 40.76497363]} },
{type: 'Feature',properties:{Name: '1', Address: '136 EAST 64TH STREET, 9B, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96642698, 40.7655691]} },
{type: 'Feature',properties:{Name: '1', Address: '136 EAST 64TH STREET, 11F, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96642698, 40.7655691]} },
{type: 'Feature',properties:{Name: '1', Address: '160 EAST 65TH STREET, 7B, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96473383, 40.76567564]} },
{type: 'Feature',properties:{Name: '1', Address: '160 EAST 65TH STREET, 21D, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96473383, 40.76567564]} },
{type: 'Feature',properties:{Name: '1', Address: '160 EAST 65TH STREET, 32E, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96473383, 40.76567564]} },
{type: 'Feature',properties:{Name: '1', Address: '160 EAST 65TH STREET, 10D, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96473383, 40.76567564]} },
{type: 'Feature',properties:{Name: '1', Address: '160 EAST 65TH STREET, 21F, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96473383, 40.76567564]} },
{type: 'Feature',properties:{Name: '1', Address: '160 EAST 65TH STREET, 26F, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96473383, 40.76567564]} },
{type: 'Feature',properties:{Name: '1', Address: '160 EAST 65TH STREET, 20DE, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96473383, 40.76567564]} },
{type: 'Feature',properties:{Name: '1', Address: '160 EAST 65TH STREET, 23E, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96473383, 40.76567564]} },
{type: 'Feature',properties:{Name: '1', Address: '160 EAST 65TH STREET, 23F, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96473383, 40.76567564]} },
{type: 'Feature',properties:{Name: '1', Address: '605 PARK AVENUE, 2F, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96736886, 40.76622811]} },
{type: 'Feature',properties:{Name: '1', Address: '605 PARK AVENUE, 6B, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96736886, 40.76622811]} },
{type: 'Feature',properties:{Name: '1', Address: '605 PARK AVENUE, 7E, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96736886, 40.76622811]} },
{type: 'Feature',properties:{Name: '1', Address: '605 PARK AVE, 5G, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96736886, 40.76622811]} },
{type: 'Feature',properties:{Name: '1', Address: '625 PARK AVENUE, GRNE, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9669173, 40.76685378]} },
{type: 'Feature',properties:{Name: '1', Address: '625 PARK AVENUE, 5C, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9669173, 40.76685378]} },
{type: 'Feature',properties:{Name: '1', Address: '625 PARK AVENUE, 6A, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9669173, 40.76685378]} },
{type: 'Feature',properties:{Name: '1', Address: '116 EAST 66TH STREET, 9/10C, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96567181, 40.76688635]} },
{type: 'Feature',properties:{Name: '1', Address: '116 EAST 66TH STREET, 9A, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96567181, 40.76688635]} },
{type: 'Feature',properties:{Name: '1', Address: '116 EAST 66TH STREET, 11A, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96567181, 40.76688635]} },
{type: 'Feature',properties:{Name: '1', Address: '116 EAST 66TH STREET, 2E, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96567181, 40.76688635]} },
{type: 'Feature',properties:{Name: '1', Address: '116 EAST 66TH STREET, 1A, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96567181, 40.76688635]} },
{type: 'Feature',properties:{Name: '1', Address: '116 EAST 66TH STREET, 3/4C, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96567181, 40.76688635]} },
{type: 'Feature',properties:{Name: '1', Address: '116 E 66TH ST, 7A, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96567181, 40.76688635]} },
{type: 'Feature',properties:{Name: '1', Address: '108 EAST 66TH STREET, 5A/B, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96597138, 40.7670127]} },
{type: 'Feature',properties:{Name: '1', Address: '131 EAST 66TH STREET, 10/11E, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96474782, 40.76651279]} },
{type: 'Feature',properties:{Name: '1', Address: '139 EAST 66TH STREET, 1N, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96461428, 40.76645511]} },
{type: 'Feature',properties:{Name: '1', Address: '130 EAST 67TH STREET, 10F, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96426376, 40.76711374]} },
{type: 'Feature',properties:{Name: '1', Address: '130 EAST 67TH STREET, 4A, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96426376, 40.76711374]} },
{type: 'Feature',properties:{Name: '1', Address: '115 EAST 67TH STREET, 7B, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96527796, 40.7675587]} },
{type: 'Feature',properties:{Name: '1', Address: '116 EAST 68 STREET, PH, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96489134, 40.76819536]} },
{type: 'Feature',properties:{Name: '1', Address: '116 EAST 68TH STREET, 2C, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96489134, 40.76819536]} },
{type: 'Feature',properties:{Name: '1', Address: '115 EAST 67TH STREET, 2A, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96527796, 40.7675587]} },
{type: 'Feature',properties:{Name: '1', Address: '901 LEXINGTON AVENUE, 4N, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96445137, 40.76732514]} },
{type: 'Feature',properties:{Name: '1', Address: '901 LEXINGTON AVENUE, B, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96445137, 40.76732514]} },
{type: 'Feature',properties:{Name: '1', Address: '167 EAST 67TH STREET, 14B, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96368987, 40.76688849]} },
{type: 'Feature',properties:{Name: '1', Address: '167 EAST 67TH STREET, 6AB, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96368987, 40.76688849]} },
{type: 'Feature',properties:{Name: '1', Address: '167 EAST 67TH STREET, 15B, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96368987, 40.76688849]} },
{type: 'Feature',properties:{Name: '1', Address: '167 EAST 67TH STREET, 15D, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96368987, 40.76688849]} },
{type: 'Feature',properties:{Name: '1', Address: '167 EAST 67TH STREET, 20D, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96368987, 40.76688849]} },
{type: 'Feature',properties:{Name: '1', Address: '167 EAST 67TH STREET, 9E, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96368987, 40.76688849]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 69TH STREET, 18Q, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96300683, 40.76821947]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 69TH, 16J, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96300683, 40.76821947]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 69TH, 17D, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96300683, 40.76821947]} },
{type: 'Feature',properties:{Name: '1', Address: '931 LEXINGTON AVENUE, 15Q, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96385526, 40.76814563]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 69TH STREET, 6E, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96300683, 40.76821947]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 69TH STREET, 21G, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96300683, 40.76821947]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 69TH STREET, 10H, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96300683, 40.76821947]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 69TH STREET, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96300683, 40.76821947]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 69TH STREET, 15P, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96300683, 40.76821947]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 69 STREET, 3FX, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96300683, 40.76821947]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 69TH STREET, 2N, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96300683, 40.76821947]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 69TH STREET, 20N, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96300683, 40.76821947]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 69TH STREET, 7S, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96300683, 40.76821947]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 69TH STREET, 8D, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96300683, 40.76821947]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 69 ST, 2C, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96300683, 40.76821947]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 69TH, 29K, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96300683, 40.76821947]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 69TH STREET, 7Q, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96300683, 40.76821947]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 69TH STREET, 20R, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96300683, 40.76821947]} },
{type: 'Feature',properties:{Name: '1', Address: '169 EAST 69TH, 13D, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96274334, 40.76812881]} },
{type: 'Feature',properties:{Name: '1', Address: '169 EAST 69TH STREET, 14A, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96274334, 40.76812881]} },
{type: 'Feature',properties:{Name: '1', Address: '955 LEXINGTON AVENUE, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96332778, 40.76886733]} },
{type: 'Feature',properties:{Name: '1', Address: '955 LEXINGTON AVENUE, 1A, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96332778, 40.76886733]} },
{type: 'Feature',properties:{Name: '1', Address: '179 EAST 70TH STREET, 15C, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96221953, 40.76872425]} },
{type: 'Feature',properties:{Name: '1', Address: '179 EAST 70TH STREET, 1920B, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96221953, 40.76872425]} },
{type: 'Feature',properties:{Name: '1', Address: '176 EAST 71ST STREET, 12E, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96179318, 40.76934442]} },
{type: 'Feature',properties:{Name: '1', Address: '176 EAST 71ST STREET, 10D, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96179318, 40.76934442]} },
{type: 'Feature',properties:{Name: '1', Address: '176 EAST 71ST STREET, 9A, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96179318, 40.76934442]} },
{type: 'Feature',properties:{Name: '1', Address: '176 EAST 71ST STREET, 6E, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96179318, 40.76934442]} },
{type: 'Feature',properties:{Name: '1', Address: '142 EAST 71ST STREET, 5C, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96246812, 40.76963009]} },
{type: 'Feature',properties:{Name: '1', Address: '733 PARK AVENUE, 10, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96438117, 40.77032512]} },
{type: 'Feature',properties:{Name: '1', Address: '140 E 72ND STREET, 15-AB, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96249289, 40.77053312]} },
{type: 'Feature',properties:{Name: '1', Address: '135 EAST 71ST STREET, 3A, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96316472, 40.76994322]} },
{type: 'Feature',properties:{Name: '1', Address: '135 EAST 71ST STREET, 10D, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96316472, 40.76994322]} },
{type: 'Feature',properties:{Name: '1', Address: '140 EAST 72ND STREET, 5A, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96249289, 40.77053312]} },
{type: 'Feature',properties:{Name: '1', Address: '190 EAST 72 STREET, UPPER EAST SIDE (59-79)', Month: '6', Price: '325680'}, geometry: { type: 'Point', coordinates:[-73.96101665, 40.76991232]} },
{type: 'Feature',properties:{Name: '1', Address: '190 EAST 72ND STREET, 7B, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96101665, 40.76991232]} },
{type: 'Feature',properties:{Name: '1', Address: '190 EAST 72 STREET, 31C, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96101665, 40.76991232]} },
{type: 'Feature',properties:{Name: '1', Address: '164 EAST 72ND STREET, 13B, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96155805, 40.77014032]} },
{type: 'Feature',properties:{Name: '1', Address: '164 EAST 72ND STREET, HALL, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96155805, 40.77014032]} },
{type: 'Feature',properties:{Name: '1', Address: '132 EAST 72ND STREET, 14 FL, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96269141, 40.77061553]} },
{type: 'Feature',properties:{Name: '1', Address: '114 EAST 72ND STREET, 5C, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96314258, 40.77080781]} },
{type: 'Feature',properties:{Name: '1', Address: '755 PARK AVENUE, 3A, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96351084, 40.7707942]} },
{type: 'Feature',properties:{Name: '1', Address: '755 PARK AVENUE, 9K, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96351084, 40.7707942]} },
{type: 'Feature',properties:{Name: '1', Address: '775 PARK AVENUE, 12/14, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96345986, 40.77158467]} },
{type: 'Feature',properties:{Name: '1', Address: '765 PARK AVENUE, 1/2A, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9636369, 40.77134593]} },
{type: 'Feature',properties:{Name: '1', Address: '775 PARK AVENUE, 7D, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96345986, 40.77158467]} },
{type: 'Feature',properties:{Name: '1', Address: '775 PARK AVENUE, 12/14, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96345986, 40.77158467]} },
{type: 'Feature',properties:{Name: '1', Address: '125 EAST 72ND STREET, 3B, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96281772, 40.77068968]} },
{type: 'Feature',properties:{Name: '1', Address: '125 EAST 72ND STREET, 9D, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96281772, 40.77068968]} },
{type: 'Feature',properties:{Name: '1', Address: '141 EAST 72ND STREET, 3, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9619659, 40.77032984]} },
{type: 'Feature',properties:{Name: '1', Address: '141 EAST 72ND STREET, 10TH, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9619659, 40.77032984]} },
{type: 'Feature',properties:{Name: '1', Address: '155 EAST 72ND STREET, 9/10A, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96169159, 40.77021447]} },
{type: 'Feature',properties:{Name: '1', Address: '155 EAST 72ND STREET, 5-6B, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96169159, 40.77021447]} },
{type: 'Feature',properties:{Name: '1', Address: '165 EAST 72ND STREET, 16L, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96149668, 40.77013481]} },
{type: 'Feature',properties:{Name: '1', Address: '165 EAST 72ND STREET, 11M, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96149668, 40.77013481]} },
{type: 'Feature',properties:{Name: '1', Address: '165 EAST 72ND STREET, 20A, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96149668, 40.77013481]} },
{type: 'Feature',properties:{Name: '1', Address: '165 EAST 72ND STREET, 17L, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96149668, 40.77013481]} },
{type: 'Feature',properties:{Name: '1', Address: '165 EAST 72ND STREET, 14A, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96149668, 40.77013481]} },
{type: 'Feature',properties:{Name: '1', Address: '165 EAST 72ND STREET, 3C, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96149668, 40.77013481]} },
{type: 'Feature',properties:{Name: '1', Address: '165 EAST 72ND STREET, 12C, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96149668, 40.77013481]} },
{type: 'Feature',properties:{Name: '1', Address: '165 EAST 72 STREET, 10E, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96149668, 40.77013481]} },
{type: 'Feature',properties:{Name: '1', Address: '165 EAST 72ND STREET, 5C, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96149668, 40.77013481]} },
{type: 'Feature',properties:{Name: '1', Address: '165 EAST 72ND STREET, 4H, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96149668, 40.77013481]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 73RD STREET, 6B, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96143121, 40.77098016]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 73RD STREET, 3B, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96143121, 40.77098016]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 73RD STREET, MAID2, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96143121, 40.77098016]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 73RD STREET, 4B, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96143121, 40.77098016]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 73RD STREET, 2B, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96143121, 40.77098016]} },
{type: 'Feature',properties:{Name: '1', Address: '785 PARK AVENUE, 15D, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96315636, 40.77200177]} },
{type: 'Feature',properties:{Name: '1', Address: '785 PARK AVENUE, 20A, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96315636, 40.77200177]} },
{type: 'Feature',properties:{Name: '1', Address: '785 PARK AVENUE, 14C, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96315636, 40.77200177]} },
{type: 'Feature',properties:{Name: '1', Address: '785 PARK AVENUE, 8B, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96315636, 40.77200177]} },
{type: 'Feature',properties:{Name: '1', Address: '785 PARK AVENUE, 6C, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96315636, 40.77200177]} },
{type: 'Feature',properties:{Name: '1', Address: '785 PARK AVENUE, 6C, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96315636, 40.77200177]} },
{type: 'Feature',properties:{Name: '1', Address: '785 PARK AVENUE, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96315636, 40.77200177]} },
{type: 'Feature',properties:{Name: '1', Address: '149 EAST 73RD STREET, 6A, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96130848, 40.77094719]} },
{type: 'Feature',properties:{Name: '1', Address: '155 EAST 73RD STREET, 2A, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96119297, 40.77090049]} },
{type: 'Feature',properties:{Name: '1', Address: '155 EAST 73RD STREET, 9A, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96119297, 40.77090049]} },
{type: 'Feature',properties:{Name: '1', Address: '155 EAST 73RD STREET, PHS, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96119297, 40.77090049]} },
{type: 'Feature',properties:{Name: '1', Address: '181 EAST 73RD STREET, 9D, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96069127, 40.77068897]} },
{type: 'Feature',properties:{Name: '1', Address: '181 EAST 73RD STREET, 15BC, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96069127, 40.77068897]} },
{type: 'Feature',properties:{Name: '1', Address: '181 EAST 73RD STREET, 10D, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96069127, 40.77068897]} },
{type: 'Feature',properties:{Name: '1', Address: '181 EAST 73RD STREET, 10C, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96069127, 40.77068897]} },
{type: 'Feature',properties:{Name: '1', Address: '181 EAST 73RD STREET, 15A, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96069127, 40.77068897]} },
{type: 'Feature',properties:{Name: '1', Address: '181 EAST 73RD STREET, 17F, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96069127, 40.77068897]} },
{type: 'Feature',properties:{Name: '1', Address: '181 EAST 73RD STREET, 16C, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96069127, 40.77068897]} },
{type: 'Feature',properties:{Name: '1', Address: '181 EAST 73RD STREET, 8F, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96069127, 40.77068897]} },
{type: 'Feature',properties:{Name: '1', Address: '181 EAST 73RD STREET, 7AB, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96069127, 40.77068897]} },
{type: 'Feature',properties:{Name: '1', Address: '174 E 74TH ST, 14E, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96038399, 40.77136682]} },
{type: 'Feature',properties:{Name: '1', Address: '174 EAST 74TH STREET, 18C, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96038399, 40.77136682]} },
{type: 'Feature',properties:{Name: '1', Address: '174 EAST 74TH STREET, 9B, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96038399, 40.77136682]} },
{type: 'Feature',properties:{Name: '1', Address: '174 EAST 74TH STREET, 18C, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96038399, 40.77136682]} },
{type: 'Feature',properties:{Name: '1', Address: '791 PARK AVENUE, 10A, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96301545, 40.77219386]} },
{type: 'Feature',properties:{Name: '1', Address: '791 PARK AVENUE, 14A, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96301545, 40.77219386]} },
{type: 'Feature',properties:{Name: '1', Address: '799 PARK AVENUE, 12A, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96275531, 40.77255059]} },
{type: 'Feature',properties:{Name: '1', Address: '799 PARK AVENUE, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96275531, 40.77255059]} },
{type: 'Feature',properties:{Name: '1', Address: '125 EAST 74TH STREET, SR6, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.961918, 40.77203156]} },
{type: 'Feature',properties:{Name: '1', Address: '125 EAST 74TH STREET, 8C, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.961918, 40.77203156]} },
{type: 'Feature',properties:{Name: '1', Address: '125 EAST 74TH STREET, 7D, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.961918, 40.77203156]} },
{type: 'Feature',properties:{Name: '1', Address: '173 EAST 74TH STREET, 3B, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96041647, 40.77139976]} },
{type: 'Feature',properties:{Name: '1', Address: '175 EAST 74TH STREET, 3A, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96037315, 40.77138054]} },
{type: 'Feature',properties:{Name: '1', Address: '175 EAST 74TH STREET, 9D, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96037315, 40.77138054]} },
{type: 'Feature',properties:{Name: '1', Address: '196 EAST 75TH STREET, 19A, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95947753, 40.77181115]} },
{type: 'Feature',properties:{Name: '1', Address: '196 E 75 STREET, 14E, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95947753, 40.77181115]} },
{type: 'Feature',properties:{Name: '1', Address: '196 EAST 75TH STREET, 10A, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95947753, 40.77181115]} },
{type: 'Feature',properties:{Name: '1', Address: '196 EAST 75TH STREET, 15C, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95947753, 40.77181115]} },
{type: 'Feature',properties:{Name: '1', Address: '196 EAST 75TH STREET, 6G, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95947753, 40.77181115]} },
{type: 'Feature',properties:{Name: '1', Address: '188 EAST 75TH STREET, 6D, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95966161, 40.77189081]} },
{type: 'Feature',properties:{Name: '1', Address: '188 EAST 75TH STREET, 2C, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95966161, 40.77189081]} },
{type: 'Feature',properties:{Name: '1', Address: '120 EAST 75TH STREET, 9B, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96162877, 40.77272039]} },
{type: 'Feature',properties:{Name: '1', Address: '120 EAST 75TH STREET, 4A, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96162877, 40.77272039]} },
{type: 'Feature',properties:{Name: '1', Address: '815 PARK AVENUE, 5A, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96252045, 40.77287165]} },
{type: 'Feature',properties:{Name: '1', Address: '815 PARK AVENUE, 9B, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96252045, 40.77287165]} },
{type: 'Feature',properties:{Name: '1', Address: '103 EAST 75TH STREET, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96199693, 40.77289343]} },
{type: 'Feature',properties:{Name: '1', Address: '103 EAST 75TH STREET, 2/3RW, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96199693, 40.77289343]} },
{type: 'Feature',properties:{Name: '1', Address: '111 EAST 75TH STREET, 5B, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96174788, 40.77278905]} },
{type: 'Feature',properties:{Name: '1', Address: '111 EAST 75TH STREET, 1A, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96174788, 40.77278905]} },
{type: 'Feature',properties:{Name: '1', Address: '123 EAST 75TH STREET, 4D, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9613761, 40.77263248]} },
{type: 'Feature',properties:{Name: '1', Address: '123 EAST 75TH STREET, 12A, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9613761, 40.77263248]} },
{type: 'Feature',properties:{Name: '1', Address: '123 E 75TH STREET, 12F, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9613761, 40.77263248]} },
{type: 'Feature',properties:{Name: '1', Address: '123 EAST 75TH STREET, 8E, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9613761, 40.77263248]} },
{type: 'Feature',properties:{Name: '1', Address: '157 EAST 75TH STREET, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96017775, 40.77212704]} },
{type: 'Feature',properties:{Name: '1', Address: '829 PARK AVENUE, 5D, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96213745, 40.77339851]} },
{type: 'Feature',properties:{Name: '1', Address: '155 EAST 76TH STREET, 3B, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95983074, 40.7728131]} },
{type: 'Feature',properties:{Name: '1', Address: '155 EAST 76TH STREET, 12H, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95983074, 40.7728131]} },
{type: 'Feature',properties:{Name: '1', Address: '155 EAST 76TH STREET, 8A, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95983074, 40.7728131]} },
{type: 'Feature',properties:{Name: '1', Address: '155 EAST 76TH STREET, 12B, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95983074, 40.7728131]} },
{type: 'Feature',properties:{Name: '1', Address: '155 EAST 76TH STREET, 12B, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95983074, 40.7728131]} },
{type: 'Feature',properties:{Name: '1', Address: '155 EAST 76TH STREET, 8C, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95983074, 40.7728131]} },
{type: 'Feature',properties:{Name: '1', Address: '155 EAST 76TH STREET, 8D, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95983074, 40.7728131]} },
{type: 'Feature',properties:{Name: '1', Address: '155 EAST 76TH STREET, 1H, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95983074, 40.7728131]} },
{type: 'Feature',properties:{Name: '1', Address: '155 EAST 76TH STREET, 1C, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95983074, 40.7728131]} },
{type: 'Feature',properties:{Name: '1', Address: '155 EAST 76TH STREET, 4A, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95983074, 40.7728131]} },
{type: 'Feature',properties:{Name: '1', Address: '176 EAST 77TH STREET, 15K, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95887374, 40.77321624]} },
{type: 'Feature',properties:{Name: '1', Address: '176 EAST 77TH STREET, 9L, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95887374, 40.77321624]} },
{type: 'Feature',properties:{Name: '1', Address: '176 EAST 77 STREET, 6A, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95887374, 40.77321624]} },
{type: 'Feature',properties:{Name: '1', Address: '176 EAST 77TH STREET, 6G, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95887374, 40.77321624]} },
{type: 'Feature',properties:{Name: '1', Address: '176 EAST 77TH STREET, 5C, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95887374, 40.77321624]} },
{type: 'Feature',properties:{Name: '1', Address: '176 EAST 77TH STREET, 12J, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95887374, 40.77321624]} },
{type: 'Feature',properties:{Name: '1', Address: '176 EAST 77TH STREET, 17L, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95887374, 40.77321624]} },
{type: 'Feature',properties:{Name: '1', Address: '176 EAST 77TH STREET, 12J, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95887374, 40.77321624]} },
{type: 'Feature',properties:{Name: '1', Address: '176 EAST 77TH STREET, 12H, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95887374, 40.77321624]} },
{type: 'Feature',properties:{Name: '1', Address: '176 EAST 77TH STREET, HALL, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95887374, 40.77321624]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 77TH STREET, 7C, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95931409, 40.77340304]} },
{type: 'Feature',properties:{Name: '1', Address: '150 EAST 77TH STREET, PH A, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95931409, 40.77340304]} },
{type: 'Feature',properties:{Name: '1', Address: '885 PARK AVENUE, 5C, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96088363, 40.77511356]} },
{type: 'Feature',properties:{Name: '1', Address: '885 PARK AVENUE, 7C, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96088363, 40.77511356]} },
{type: 'Feature',properties:{Name: '1', Address: '885 PARK AVENUE, 1B, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96088363, 40.77511356]} },
{type: 'Feature',properties:{Name: '1', Address: '891 PARK AVENUE, FLR11, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96075354, 40.77529192]} },
{type: 'Feature',properties:{Name: '1', Address: '891 PARK AVENUE, 9, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96075354, 40.77529192]} },
{type: 'Feature',properties:{Name: '1', Address: '891 PARK AVENUE, 3RD F, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96075354, 40.77529192]} },
{type: 'Feature',properties:{Name: '1', Address: '169 EAST 78TH STREET, 9C, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95858806, 40.77394624]} },
{type: 'Feature',properties:{Name: '1', Address: '169 EAST 78TH STREET, 1B, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95858806, 40.77394624]} },
{type: 'Feature',properties:{Name: '1', Address: '180 EAST 79TH STREET, 6G, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95792697, 40.77454161]} },
{type: 'Feature',properties:{Name: '1', Address: '180 EAST 79TH STREET, 10E, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95792697, 40.77454161]} },
{type: 'Feature',properties:{Name: '1', Address: '180 EAST 79TH STREET, 7G, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95792697, 40.77454161]} },
{type: 'Feature',properties:{Name: '1', Address: '180 E 79 ST, 6A, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95792697, 40.77454161]} },
{type: 'Feature',properties:{Name: '1', Address: '170 EAST 79TH STREET, 1B, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95813993, 40.77463226]} },
{type: 'Feature',properties:{Name: '1', Address: '156 EAST 79TH STREET, 10B, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95844314, 40.77475863]} },
{type: 'Feature',properties:{Name: '1', Address: '156 EAST 79TH STREET, 11D, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95844314, 40.77475863]} },
{type: 'Feature',properties:{Name: '1', Address: '156 EAST 79TH STREET, 3A, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95844314, 40.77475863]} },
{type: 'Feature',properties:{Name: '1', Address: '136 EAST 79TH STREET, 8A, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95932026, 40.77512948]} },
{type: 'Feature',properties:{Name: '1', Address: '120 EAST 79TH STREET, 12A, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95970288, 40.77528881]} },
{type: 'Feature',properties:{Name: '1', Address: '120 EAST 79TH STREET, 9B, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95970288, 40.77528881]} },
{type: 'Feature',properties:{Name: '1', Address: '120 EAST 79TH STRET, 17A/B, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95970288, 40.77528881]} },
{type: 'Feature',properties:{Name: '1', Address: '120 EAST 79TH STREET, 8E, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95970288, 40.77528881]} },
{type: 'Feature',properties:{Name: '1', Address: '895 PARK AVENUE, 1415A, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96016862, 40.77532191]} },
{type: 'Feature',properties:{Name: '1', Address: '895 PARK AVENUE, 5C, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96016862, 40.77532191]} },
{type: 'Feature',properties:{Name: '1', Address: '244 EAST 60TH STREET, #3D, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96509328, 40.7617343]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 62ND STREET, 12D, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96486865, 40.76329599]} },
{type: 'Feature',properties:{Name: '1', Address: '210 EAST 63RD STREET, 10D, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96426551, 40.76383926]} },
{type: 'Feature',properties:{Name: '1', Address: '210 EAST 63 STREET, 10E, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96426551, 40.76383926]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 63RD STREET, 18G, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96435212, 40.76389418]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 63RD STREET, 12F, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96435212, 40.76389418]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 63 STREET, 18F, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96435212, 40.76389418]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 63RD STREET, 12E, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96435212, 40.76389418]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 63RD STREET, 7A, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96435212, 40.76389418]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 63RD STREET, 19A, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96435212, 40.76389418]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 63RD STREET, 18D, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96435212, 40.76389418]} },
{type: 'Feature',properties:{Name: '1', Address: '1071 3 AVENUE, 4F, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96467688, 40.7641468]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 63RD STREET, 7E, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96435212, 40.76389418]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 63RD STREET, 7-B, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96435212, 40.76389418]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 63RD STREET, 14A, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96435212, 40.76389418]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 63RD STREET, 14H, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96435212, 40.76389418]} },
{type: 'Feature',properties:{Name: '1', Address: '201 E 66, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96317425, 40.76577671]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 66TH STREET, 3C, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96317425, 40.76577671]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 66 STREET, 7L, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96317425, 40.76577671]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 66TH STREET, 4F, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96317425, 40.76577671]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 66TH STREET, 10D, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96317425, 40.76577671]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 66 STREET, 10G, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96317425, 40.76577671]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 66TH STREET, 4B, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96317425, 40.76577671]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 66 STREET, 6F, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96317425, 40.76577671]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 66TH STREET, 11C, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96317425, 40.76577671]} },
{type: 'Feature',properties:{Name: '1', Address: '220 EAST 67TH STREET, 12B, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96227868, 40.76627596]} },
{type: 'Feature',properties:{Name: '1', Address: '220 EAST 67TH STREET, 9CD, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96227868, 40.76627596]} },
{type: 'Feature',properties:{Name: '1', Address: '220 EAST 67TH STREET, 3C, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96227868, 40.76627596]} },
{type: 'Feature',properties:{Name: '1', Address: '220 EAST 67TH STREET, PHB, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96227868, 40.76627596]} },
{type: 'Feature',properties:{Name: '1', Address: '220 EAST 67TH STREET, 1F, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96227868, 40.76627596]} },
{type: 'Feature',properties:{Name: '1', Address: '220 EAST 67TH STREET, 4E, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96227868, 40.76627596]} },
{type: 'Feature',properties:{Name: '1', Address: '220 E 67TH STREET, 1H, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96227868, 40.76627596]} },
{type: 'Feature',properties:{Name: '1', Address: '220 EAST 67TH STREET, 4H, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96227868, 40.76627596]} },
{type: 'Feature',properties:{Name: '1', Address: '220 EAST 67TH STREET, 1A, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96227868, 40.76627596]} },
{type: 'Feature',properties:{Name: '1', Address: '220 EAST 67TH STREET, 1G, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96227868, 40.76627596]} },
{type: 'Feature',properties:{Name: '1', Address: '220 EAST 67TH STREET, 14C, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96227868, 40.76627596]} },
{type: 'Feature',properties:{Name: '1', Address: '220 EAST 67TH STREET, 2FG, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96227868, 40.76627596]} },
{type: 'Feature',properties:{Name: '1', Address: '220 EAST 67TH STREET, 6C, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96227868, 40.76627596]} },
{type: 'Feature',properties:{Name: '1', Address: '220 EAST 67TH STREET, 1J, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96227868, 40.76627596]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 69TH STREET, 4C, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9612852, 40.76751351]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 69TH STREET, 5C, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9612852, 40.76751351]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 69TH STREET, 7DE, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9612852, 40.76751351]} },
{type: 'Feature',properties:{Name: '1', Address: '208 EAST 70TH STREET, 6A, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96066756, 40.76804578]} },
{type: 'Feature',properties:{Name: '1', Address: '230 EAST 71ST STREET, 4G, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95994882, 40.76857252]} },
{type: 'Feature',properties:{Name: '1', Address: '230 EAST 71ST STREET, 6B, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95994882, 40.76857252]} },
{type: 'Feature',properties:{Name: '1', Address: '230 EAST 71ST STREET, 4C, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95994882, 40.76857252]} },
{type: 'Feature',properties:{Name: '1', Address: '230 EAST 71ST STREET, 2A, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95994882, 40.76857252]} },
{type: 'Feature',properties:{Name: '1', Address: '222 EAST 71ST STREET, 2B, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96004988, 40.76861373]} },
{type: 'Feature',properties:{Name: '1', Address: '222 EAST 71ST STREET, 1C, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96004988, 40.76861373]} },
{type: 'Feature',properties:{Name: '1', Address: '222 EAST 71ST STREET, 4C, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96004988, 40.76861373]} },
{type: 'Feature',properties:{Name: '1', Address: '203 EAST 72ND STREET, 14B, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9602298, 40.7696019]} },
{type: 'Feature',properties:{Name: '1', Address: '203 EAST 72ND STREET, 11C, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9602298, 40.7696019]} },
{type: 'Feature',properties:{Name: '1', Address: '203 EAST 72ND STREET, 3K, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9602298, 40.7696019]} },
{type: 'Feature',properties:{Name: '1', Address: '203 EAST 72ND STREET, 18A, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9602298, 40.7696019]} },
{type: 'Feature',properties:{Name: '1', Address: '203 EAST 72ND STREET, 2G, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9602298, 40.7696019]} },
{type: 'Feature',properties:{Name: '1', Address: '215 EAST 72ND STREET, 13E, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9600349, 40.76951949]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 72ND STREET, 2AH, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95955486, 40.76931895]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 72ND STREET, 9F, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95955486, 40.76931895]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 72ND STREET, 7E, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95955486, 40.76931895]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 72ND STREET, 3F, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95955486, 40.76931895]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 72ND STREET, 8C, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95955486, 40.76931895]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 72ND STREET, 10B, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95955486, 40.76931895]} },
{type: 'Feature',properties:{Name: '1', Address: '245 EAST 72ND STREET, 4F, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95955486, 40.76931895]} },
{type: 'Feature',properties:{Name: '1', Address: '230 EAST 73RD STREET, 11C, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95929807, 40.77007916]} },
{type: 'Feature',properties:{Name: '1', Address: '230 EAST 73RD STREET, 7-C, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95929807, 40.77007916]} },
{type: 'Feature',properties:{Name: '1', Address: '230 EAST 73RD STREET, 7D, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95929807, 40.77007916]} },
{type: 'Feature',properties:{Name: '1', Address: '220 EAST 73RD STREET, 1D, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95945688, 40.77014783]} },
{type: 'Feature',properties:{Name: '1', Address: '220 EAST 73RD STREET, 10A, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95945688, 40.77014783]} },
{type: 'Feature',properties:{Name: '1', Address: '210 EAST 73RD STREET, 8D, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9596193, 40.77021651]} },
{type: 'Feature',properties:{Name: '1', Address: '210 EAST 73RD STREET, 9G, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9596193, 40.77021651]} },
{type: 'Feature',properties:{Name: '1', Address: '210 EAST 73RD STREET, 5F, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9596193, 40.77021651]} },
{type: 'Feature',properties:{Name: '1', Address: '210 EAST 73RD STREET, 5H, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9596193, 40.77021651]} },
{type: 'Feature',properties:{Name: '1', Address: '210 EAST 73RD STREET, 2H, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9596193, 40.77021651]} },
{type: 'Feature',properties:{Name: '1', Address: '210 EAST 73RD STREET, 7D, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9596193, 40.77021651]} },
{type: 'Feature',properties:{Name: '1', Address: '210 EAST 73RD STREET, 7B, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9596193, 40.77021651]} },
{type: 'Feature',properties:{Name: '1', Address: '215 EAST 73RD STREET, 8F, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9595435, 40.77020276]} },
{type: 'Feature',properties:{Name: '1', Address: '215 EAST 73RD STREET, 3D, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9595435, 40.77020276]} },
{type: 'Feature',properties:{Name: '1', Address: '215 EAST 73RD STREET, 6DE, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9595435, 40.77020276]} },
{type: 'Feature',properties:{Name: '1', Address: '215 EAST 73RD STREET, 6C, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9595435, 40.77020276]} },
{type: 'Feature',properties:{Name: '1', Address: '215 EAST 73RD STREET, 10C, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9595435, 40.77020276]} },
{type: 'Feature',properties:{Name: '1', Address: '215 EAST 73RD STREET, 9E, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9595435, 40.77020276]} },
{type: 'Feature',properties:{Name: '1', Address: '225 E. 73 STREET, 8G, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95938468, 40.77013683]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 73RD STREET, 1E, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95938468, 40.77013683]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 73RD STREET, 5A, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95938468, 40.77013683]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 73RD STREET, 7C, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95938468, 40.77013683]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 73RD STREET, 10AB, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95938468, 40.77013683]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 73RD STREET, 4F, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95938468, 40.77013683]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 73RD STREET, 4C, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95938468, 40.77013683]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 73RD STREET, 7G, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95938468, 40.77013683]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 73RD STREET, 10G, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95922227, 40.77006815]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 73RD STREET, 1B, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95922227, 40.77006815]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 73RD STREET, 6AG, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95922227, 40.77006815]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 73RD STREET, 10E, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95922227, 40.77006815]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 73RD STREET, PHCF, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95922227, 40.77006815]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 73RD STREET, 8D, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95922227, 40.77006815]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 73RD STREET, 7A/G, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95922227, 40.77006815]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 73RD STREET, 5AG, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95922227, 40.77006815]} },
{type: 'Feature',properties:{Name: '1', Address: '235 EAST 73RD STREET, 6F, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95922227, 40.77006815]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 74TH STREET, 7D, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.959312, 40.77091631]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 74TH STREET, 14G, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.959312, 40.77091631]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 74TH STREET, 11B, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.959312, 40.77091631]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 74 STREET, 17D, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.959312, 40.77091631]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 74TH STREET, 4AB, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.959312, 40.77091631]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 74TH STREET, 6E, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.959312, 40.77091631]} },
{type: 'Feature',properties:{Name: '1', Address: '200 E 74TH STREET, 10A, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.959312, 40.77091631]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 74TH STREET, 14GHH, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.959312, 40.77091631]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 74TH STREET, 12CD, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.959312, 40.77091631]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 74TH STREET, 6H, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.959312, 40.77091631]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 74TH STREET, 3E, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.959312, 40.77091631]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 74TH STREET, 16F, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.959312, 40.77091631]} },
{type: 'Feature',properties:{Name: '1', Address: '207 EAST 74TH STREET, 2B, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95920732, 40.77088882]} },
{type: 'Feature',properties:{Name: '1', Address: '207 EAST 74TH STREET, 10AL, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95920732, 40.77088882]} },
{type: 'Feature',properties:{Name: '1', Address: '207 EAST 74TH STREET, 5D, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95920732, 40.77088882]} },
{type: 'Feature',properties:{Name: '1', Address: '207 EAST 74TH STREET, 3L, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95920732, 40.77088882]} },
{type: 'Feature',properties:{Name: '1', Address: '207 EAST 74TH STREET, 4H, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95920732, 40.77088882]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 74TH STREET, 4L, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95891857, 40.77076795]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 74TH STREET, 6F, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95891857, 40.77076795]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 74TH STREET, 1G, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95891857, 40.77076795]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 74TH STREET, 2H, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95891857, 40.77076795]} },
{type: 'Feature',properties:{Name: '1', Address: '221 EAST 76TH STREET, 2E, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9580549, 40.77206316]} },
{type: 'Feature',properties:{Name: '1', Address: '221 EAST 76TH STREET, 2G, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9580549, 40.77206316]} },
{type: 'Feature',properties:{Name: '1', Address: '221 EAST 76TH STREET, 1C, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9580549, 40.77206316]} },
{type: 'Feature',properties:{Name: '1', Address: '221 EAST 76TH STREET, 5AB, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9580549, 40.77206316]} },
{type: 'Feature',properties:{Name: '1', Address: '225 EAST 76TH STREET, 2D, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95798993, 40.77203569]} },
{type: 'Feature',properties:{Name: '1', Address: '241 EAST 76TH STREET, 10F, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95773366, 40.77192855]} },
{type: 'Feature',properties:{Name: '1', Address: '241 EAST 76TH STREET, 2E, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95773366, 40.77192855]} },
{type: 'Feature',properties:{Name: '1', Address: '241 EAST 76TH STREET, 3D, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95773366, 40.77192855]} },
{type: 'Feature',properties:{Name: '1', Address: '241 EAST 76TH STREET, 6A, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95773366, 40.77192855]} },
{type: 'Feature',properties:{Name: '1', Address: '241 EAST 76 STREET, 8B, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95773366, 40.77192855]} },
{type: 'Feature',properties:{Name: '1', Address: '241 EAST 76TH STREET, 8A, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95773366, 40.77192855]} },
{type: 'Feature',properties:{Name: '1', Address: '241 EAST 76TH STREET, 2H, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95773366, 40.77192855]} },
{type: 'Feature',properties:{Name: '1', Address: '212 EAST 77 STREET, 3A, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95773315, 40.7727355]} },
{type: 'Feature',properties:{Name: '1', Address: '212 EAST 77TH STREET, 5H, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95773315, 40.7727355]} },
{type: 'Feature',properties:{Name: '1', Address: '212 EAST 77TH STREET, 2C, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95773315, 40.7727355]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 77TH STREET, 10E, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95791361, 40.77283163]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 77TH STREET, 8AB, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95791361, 40.77283163]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 77TH STREET, 3B, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95791361, 40.77283163]} },
{type: 'Feature',properties:{Name: '1', Address: '201 EAST 77TH STREET, 17E, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95791361, 40.77283163]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 77TH STREET, 7J, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95785225, 40.77280416]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 77TH STREET, 8E, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95785225, 40.77280416]} },
{type: 'Feature',properties:{Name: '1', Address: '205 E 77TH ST, 2C, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95785225, 40.77280416]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 77TH STREET, 14AB, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95785225, 40.77280416]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 77TH STREET, 1E, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95785225, 40.77280416]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 77TH STREET, 9F, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95785225, 40.77280416]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 77TH STREET, 8E, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95785225, 40.77280416]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 77TH STREET, 6G, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95785225, 40.77280416]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 77TH STREET, 11A, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95785225, 40.77280416]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 77TH STREET, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95785225, 40.77280416]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 77TH STREET, 14F, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95785225, 40.77280416]} },
{type: 'Feature',properties:{Name: '1', Address: '205 EAST 77TH STREET, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95785225, 40.77280416]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 78TH STREET, 11AG, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95746191, 40.77345178]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 78 STREET, 8E, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95746191, 40.77345178]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 78TH STREET, 6A, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95746191, 40.77345178]} },
{type: 'Feature',properties:{Name: '1', Address: '200 EAST 78TH STREET, 5E, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95746191, 40.77345178]} },
{type: 'Feature',properties:{Name: '1', Address: '221 EAST 78TH STREET, 2D, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95713344, 40.77333089]} },
{type: 'Feature',properties:{Name: '1', Address: '221 EAST 78TH STREET, 5J, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95713344, 40.77333089]} },
{type: 'Feature',properties:{Name: '1', Address: '221 EAST 78TH STREET, 4B, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95713344, 40.77333089]} },
{type: 'Feature',properties:{Name: '1', Address: '221 E 78TH ST, 4J, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95713344, 40.77333089]} },
{type: 'Feature',properties:{Name: '1', Address: '221 EAST 78TH STREET, 2H/J, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95713344, 40.77333089]} },
{type: 'Feature',properties:{Name: '1', Address: '240 EAST 79TH STREET, 15C, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95632436, 40.77386306]} },
{type: 'Feature',properties:{Name: '1', Address: '240 EAST 79TH STREET, 15D, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95632436, 40.77386306]} },
{type: 'Feature',properties:{Name: '1', Address: '230 EAST 79TH STREET, 5C, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95648317, 40.77393174]} },
{type: 'Feature',properties:{Name: '1', Address: '230 EAST 79TH STREET, 14A, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95648317, 40.77393174]} },
{type: 'Feature',properties:{Name: '1', Address: '230 EAST 79TH STREET, 14E, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95648317, 40.77393174]} },
{type: 'Feature',properties:{Name: '1', Address: '230 EAST 79TH STREET, 4B, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95648317, 40.77393174]} },
{type: 'Feature',properties:{Name: '1', Address: '345 EAST 61ST STREET, 1B, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.961935, 40.7612365]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 62ND STREET, 7G, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96282233, 40.7624335]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 62ND STREET, 5G, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96282233, 40.7624335]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 62ND STREET, 3B, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96282233, 40.7624335]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 62ND STREET, 4B, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96282233, 40.7624335]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 63RD STREET, 6-D, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96236714, 40.76305915]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 63RD STREET, 4E, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96236714, 40.76305915]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 63RD STREET, 5E/F, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96236714, 40.76305915]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 63RD STREET, 9L, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96236714, 40.76305915]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 63RD STREET, 6B, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96236714, 40.76305915]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 63RD STREET, 17D, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96236714, 40.76305915]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 63RD STREET, 16H/J, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96236714, 40.76305915]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 63RD STREET, 5J, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96236714, 40.76305915]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 63RD STREET, 12C, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96236714, 40.76305915]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 63RD STREET, 9A, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96236714, 40.76305915]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 63RD STREET, 16L, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96236714, 40.76305915]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 63RD STREET, 14H, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96236714, 40.76305915]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 63RD STREET, 10A, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96236714, 40.76305915]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 63RD STREET, 16B, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96236714, 40.76305915]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 64TH STREET, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96170262, 40.76359141]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 64 STREET, 12J, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96170262, 40.76359141]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 64TH STREET, 9H, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96170262, 40.76359141]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 64TH STREET, 8G, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96170262, 40.76359141]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 64TH STREET, 5J, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96170262, 40.76359141]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 64TH STREET, 9E, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96170262, 40.76359141]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 64TH STREET, 12G, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96170262, 40.76359141]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 64TH STREET, 5K, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96170262, 40.76359141]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 65TH STREET, 7A, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96101282, 40.76412366]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 65 STREET, 6D, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96101282, 40.76412366]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 65TH STREET, PHA, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96101282, 40.76412366]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 65TH STREET, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96101282, 40.76412366]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 66TH STREET, 5K, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96024722, 40.76461745]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 66TH STREET, 14J, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96024722, 40.76461745]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 66TH STREET, 1A, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96024722, 40.76461745]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 66TH STREET, 3H, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96024722, 40.76461745]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 66TH STREET, 11H, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96024722, 40.76461745]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 66TH STREET, 5D, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96024722, 40.76461745]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 66TH STREET, PHB, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96024722, 40.76461745]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 66TH STREET, 11B, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96024722, 40.76461745]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 66TH STREET, 3D, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96024722, 40.76461745]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 66TH STREET, 3J, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96024722, 40.76461745]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 66TH STREET, 9D, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96024722, 40.76461745]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 68TH STREET, 5N, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9596363, 40.76599784]} },
{type: 'Feature',properties:{Name: '1', Address: '315 E. 68TH STREET, 4-O, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9596363, 40.76599784]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 68TH STREET, 15F, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9596363, 40.76599784]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 68TH STREET, 9DE, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9596363, 40.76599784]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 68TH STREET, 7D, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9596363, 40.76599784]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 68TH STREET, 3N, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9596363, 40.76599784]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 68TH STREET, 2N, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9596363, 40.76599784]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 68TH STREET, 13T, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9596363, 40.76599784]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 68TH STREET, 9H, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9596363, 40.76599784]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 68TH STREET, 6P, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9596363, 40.76599784]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 68TH STREET, 13J, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9596363, 40.76599784]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 68TH STREET, 16S, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9596363, 40.76599784]} },
{type: 'Feature',properties:{Name: '1', Address: '1296 2 AVENUE, 9L, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.96015234, 40.76633014]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 68TH STREET, 8A, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9596363, 40.76599784]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 68TH STREET, 12P, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9596363, 40.76599784]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 68TH STREET, 6F, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9596363, 40.76599784]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 68TH STREET, 2R, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9596363, 40.76599784]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 68TH STREET, 3P, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9596363, 40.76599784]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 68TH STREET, 14CDE, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9596363, 40.76599784]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 68TH STREET, 15A, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95933314, 40.76586874]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 68TH STREET, 13B, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95933314, 40.76586874]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 68 STREET, 6E, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95933314, 40.76586874]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 68TH STREET, 4D, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95933314, 40.76586874]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 69TH STREET, 11G, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95918105, 40.76662623]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 69TH STREET, 6G, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95918105, 40.76662623]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 69TH STREET, 3CD, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95918105, 40.76662623]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 69TH STREET, 3E, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95918105, 40.76662623]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 69TH STREET, 12B, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95918105, 40.76662623]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 69TH STREET, 11D, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95918105, 40.76662623]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 69TH STREET, 2C, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95918105, 40.76662623]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 69TH STREET, 7F, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95887789, 40.76649712]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 69TH STREET, 7D, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95887789, 40.76649712]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 69TH STREET, 6K, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95887789, 40.76649712]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 69 STREET, 4D, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95887789, 40.76649712]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 69 STREET, 8J, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95887789, 40.76649712]} },
{type: 'Feature',properties:{Name: '1', Address: '333 EAST 69TH STREET, 3D, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95887789, 40.76649712]} },
{type: 'Feature',properties:{Name: '1', Address: '345 E. 69TH STREET, 3B, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95867578, 40.76641196]} },
{type: 'Feature',properties:{Name: '1', Address: '345 EAST 69TH STREET, 7B, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95867578, 40.76641196]} },
{type: 'Feature',properties:{Name: '1', Address: '345 EAST 69TH STREET, 5A, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95867578, 40.76641196]} },
{type: 'Feature',properties:{Name: '1', Address: '345 EAST 69TH STREET, 16A, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95867578, 40.76641196]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 70TH STREET, 5G, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95805812, 40.76694971]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 70TH STREET, 2M, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95805812, 40.76694971]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 70TH STREET, 1G, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95805812, 40.76694971]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 70TH STREET, 5J, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95805812, 40.76694971]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 70TH ST, 5A/5B, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95805812, 40.76694971]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 70TH STREET, 12R, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9587222, 40.76723265]} },
{type: 'Feature',properties:{Name: '1', Address: '310 E. 70TH STREET, 3G, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9587222, 40.76723265]} },
{type: 'Feature',properties:{Name: '1', Address: '310 EAST 70TH STREET, 1G, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9587222, 40.76723265]} },
{type: 'Feature',properties:{Name: '1', Address: '310 E. 70TH ST, 10B, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9587222, 40.76723265]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 70 STREET, UPPER EAST SIDE (59-79)', Month: '7', Price: '132748'}, geometry: { type: 'Point', coordinates:[-73.95857782, 40.76718869]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 70TH STREET, 7L, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95857782, 40.76718869]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 70TH STREET, 1J, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95857782, 40.76718869]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 70TH STREET, 1H, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95857782, 40.76718869]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 70TH STREET, 10C, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95857782, 40.76718869]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 70TH STREET, 4F, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95857782, 40.76718869]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 70TH STREET, 2H, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95857782, 40.76718869]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 70 STREET, 6J, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95857782, 40.76718869]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 70TH STREET, 6H, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95857782, 40.76718869]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 70TH STREET, 2K, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95857782, 40.76718869]} },
{type: 'Feature',properties:{Name: '1', Address: '311 EAST 71ST STREET, 7D, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95833189, 40.76790498]} },
{type: 'Feature',properties:{Name: '1', Address: '311 EAST 71ST STREET, 12A, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95833189, 40.76790498]} },
{type: 'Feature',properties:{Name: '1', Address: '311 EAST 71ST STREET, 4H, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95833189, 40.76790498]} },
{type: 'Feature',properties:{Name: '1', Address: '311 EAST 71ST STREET, 2H, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95833189, 40.76790498]} },
{type: 'Feature',properties:{Name: '1', Address: '311 EAST 71ST STREET, 3H, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95833189, 40.76790498]} },
{type: 'Feature',properties:{Name: '1', Address: '321 EAST 71ST STREET, 2G, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95816226, 40.76783355]} },
{type: 'Feature',properties:{Name: '1', Address: '321 EAST 71ST STREET, 4E, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95816226, 40.76783355]} },
{type: 'Feature',properties:{Name: '1', Address: '321 EAST 71 STREET, 1A, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95816226, 40.76783355]} },
{type: 'Feature',properties:{Name: '1', Address: '321 EAST 71ST STREET, 2H, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95816226, 40.76783355]} },
{type: 'Feature',properties:{Name: '1', Address: '360 EAST 72ND STREET, B702, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95699955, 40.76821739]} },
{type: 'Feature',properties:{Name: '1', Address: '360 EAST 72ND STREET, A1002, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95699955, 40.76821739]} },
{type: 'Feature',properties:{Name: '1', Address: '360 EAST 72ND STREET, C2004, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95699955, 40.76821739]} },
{type: 'Feature',properties:{Name: '1', Address: '360 EAST 72ND STREET, B1709, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95699955, 40.76821739]} },
{type: 'Feature',properties:{Name: '1', Address: '360 EAST 72ND STREET, B1001, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95699955, 40.76821739]} },
{type: 'Feature',properties:{Name: '1', Address: '360 EAST 72ND STREET, B308, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95699955, 40.76821739]} },
{type: 'Feature',properties:{Name: '1', Address: '360 EAST 72ND STREET, B1708, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95699955, 40.76821739]} },
{type: 'Feature',properties:{Name: '1', Address: '360 EAST 72ND STREET, A1609, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95699955, 40.76821739]} },
{type: 'Feature',properties:{Name: '1', Address: '360 EAST 72ND STREET, C3300, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95699955, 40.76821739]} },
{type: 'Feature',properties:{Name: '1', Address: '360 EAST 72ND STREET, A306, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95699955, 40.76821739]} },
{type: 'Feature',properties:{Name: '1', Address: '1325 1 AVENUE, B1501, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95639366, 40.76727297]} },
{type: 'Feature',properties:{Name: '1', Address: '360 EAST 72ND STREET, C2601, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95699955, 40.76821739]} },
{type: 'Feature',properties:{Name: '1', Address: '360 EAST 72ND STREET, 10021, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95699955, 40.76821739]} },
{type: 'Feature',properties:{Name: '1', Address: '360 EAST 72ND STREET, B0908, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95699955, 40.76821739]} },
{type: 'Feature',properties:{Name: '1', Address: '360 E 72ND ST, A800, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95699955, 40.76821739]} },
{type: 'Feature',properties:{Name: '1', Address: '360 EAST 72ND STREET, A806, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95699955, 40.76821739]} },
{type: 'Feature',properties:{Name: '1', Address: '360 EAST 72ND STREET, A808, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95699955, 40.76821739]} },
{type: 'Feature',properties:{Name: '1', Address: '360 EAST 72ND STREET, B606, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95699955, 40.76821739]} },
{type: 'Feature',properties:{Name: '1', Address: '360 EAST 72ND STREET, A712, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95699955, 40.76821739]} },
{type: 'Feature',properties:{Name: '1', Address: '360 EAST 72ND STREET, A807, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95699955, 40.76821739]} },
{type: 'Feature',properties:{Name: '1', Address: '360 EAST 72ND STREET, B1611, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95699955, 40.76821739]} },
{type: 'Feature',properties:{Name: '1', Address: '320 EAST 72ND STREET, 5A, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95767446, 40.76850309]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 72ND STREET, 2K, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95776107, 40.76855802]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 72ND STREET, 5A, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95776107, 40.76855802]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 72 STREET, 4F, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95776107, 40.76855802]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 72ND STREET, 5E, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95776107, 40.76855802]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 72ND STREET, 6F, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95776107, 40.76855802]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 72ND STREET, 8A, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95776107, 40.76855802]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 72ND STREET, 2E, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95776107, 40.76855802]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 72ND STREET, 9FG, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95776107, 40.76855802]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 72ND STREET, 18GH, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95776107, 40.76855802]} },
{type: 'Feature',properties:{Name: '1', Address: '325 EAST 72ND STREET, 12B, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95758783, 40.76848384]} },
{type: 'Feature',properties:{Name: '1', Address: '325 EAST 72ND STREET, 7D, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95758783, 40.76848384]} },
{type: 'Feature',properties:{Name: '1', Address: '325 EAST 72ND STREET, 5D, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95758783, 40.76848384]} },
{type: 'Feature',properties:{Name: '1', Address: '353 EAST 72ND STREET, 15C, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9571042, 40.76828055]} },
{type: 'Feature',properties:{Name: '1', Address: '353 EAST 72ND STREET, 12B, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9571042, 40.76828055]} },
{type: 'Feature',properties:{Name: '1', Address: '353 EAST 72ND STREET, 17C, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9571042, 40.76828055]} },
{type: 'Feature',properties:{Name: '1', Address: '353 EAST 72ND STREET, 3A, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9571042, 40.76828055]} },
{type: 'Feature',properties:{Name: '1', Address: '353 EAST 72ND STREET, 5B, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9571042, 40.76828055]} },
{type: 'Feature',properties:{Name: '1', Address: '304 EAST 73RD STREET, 5G, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95744652, 40.76929898]} },
{type: 'Feature',properties:{Name: '1', Address: '304 EAST 73RD STREET, 2D, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95744652, 40.76929898]} },
{type: 'Feature',properties:{Name: '1', Address: '304 EAST 73RD STREET, 4CD, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95744652, 40.76929898]} },
{type: 'Feature',properties:{Name: '1', Address: '304 EAST 73RD STREET, D, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95744652, 40.76929898]} },
{type: 'Feature',properties:{Name: '1', Address: '304 EAST 73RD STREET, 2F, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95744652, 40.76929898]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 74TH STREET, 6B, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95705257, 40.76996306]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 74TH STREET, 24C, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95705257, 40.76996306]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 74TH STREET, 14F, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95705257, 40.76996306]} },
{type: 'Feature',properties:{Name: '1', Address: '300 EAST 74TH STREET, 33D, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95705257, 40.76996306]} },
{type: 'Feature',properties:{Name: '1', Address: '345 EAST 73RD STREET, 11J, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95676075, 40.769027]} },
{type: 'Feature',properties:{Name: '1', Address: '345 EAST 73RD STREET, 7J, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95676075, 40.769027]} },
{type: 'Feature',properties:{Name: '1', Address: '345 EAST 73RD STREET, 11K, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95676075, 40.769027]} },
{type: 'Feature',properties:{Name: '1', Address: '345 EAST 73RD STREET, 6C, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95676075, 40.769027]} },
{type: 'Feature',properties:{Name: '1', Address: '345 E 73 STREET, PHK, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95676075, 40.769027]} },
{type: 'Feature',properties:{Name: '1', Address: '345 EAST 73RD STREET, 3J, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95676075, 40.769027]} },
{type: 'Feature',properties:{Name: '1', Address: '345 EAST 73RD STREET, 5F, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95676075, 40.769027]} },
{type: 'Feature',properties:{Name: '1', Address: '345 EAST 73RD STREET, 1A, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95676075, 40.769027]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 75TH STREET, 2G, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95657921, 40.77061064]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 75TH STREET, 10E, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95657921, 40.77061064]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 75TH STREET, 9G, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95657921, 40.77061064]} },
{type: 'Feature',properties:{Name: '1', Address: '311 E 75TH ST, 4F, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95641318, 40.77053922]} },
{type: 'Feature',properties:{Name: '1', Address: '311 EAST 75TH STREET, 2E, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95641318, 40.77053922]} },
{type: 'Feature',properties:{Name: '1', Address: '311 EAST 75TH STREET, 6A, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95641318, 40.77053922]} },
{type: 'Feature',properties:{Name: '1', Address: '311 EAST 75TH STREET, 4A, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95641318, 40.77053922]} },
{type: 'Feature',properties:{Name: '1', Address: '311 EAST 75TH STREET, 2J, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95641318, 40.77053922]} },
{type: 'Feature',properties:{Name: '1', Address: '370 EAST 76TH STREET, A901, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95494367, 40.77073078]} },
{type: 'Feature',properties:{Name: '1', Address: '370 EAST 76TH STREET, A907, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95494367, 40.77073078]} },
{type: 'Feature',properties:{Name: '1', Address: '370 EAST 76TH ST, A703, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95494367, 40.77073078]} },
{type: 'Feature',properties:{Name: '1', Address: '370 EAST 76TH STREET, C1203, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95494367, 40.77073078]} },
{type: 'Feature',properties:{Name: '1', Address: '370 EAST 76TH STREET, A1101, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95494367, 40.77073078]} },
{type: 'Feature',properties:{Name: '1', Address: '370 EAST 76TH STREET, C1209, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95494367, 40.77073078]} },
{type: 'Feature',properties:{Name: '1', Address: '370 EAST 76TH STREET, B307, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95494367, 40.77073078]} },
{type: 'Feature',properties:{Name: '1', Address: '370 EAST 76TH STREET, B408, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95494367, 40.77073078]} },
{type: 'Feature',properties:{Name: '1', Address: '1445 1 AVENUE, 1005, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95451465, 40.7698523]} },
{type: 'Feature',properties:{Name: '1', Address: '370 EAST 76TH STREET, B2005, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95494367, 40.77073078]} },
{type: 'Feature',properties:{Name: '1', Address: '370 EAST 76TH STREET, B904, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95494367, 40.77073078]} },
{type: 'Feature',properties:{Name: '1', Address: '370 EAST 76TH STREET, B807, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95494367, 40.77073078]} },
{type: 'Feature',properties:{Name: '1', Address: '370 EAST 76TH STREET, A1803, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95494367, 40.77073078]} },
{type: 'Feature',properties:{Name: '1', Address: '363 EAST 76TH STREET, 5LK, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95506999, 40.7708022]} },
{type: 'Feature',properties:{Name: '1', Address: '363 EAST 76TH STREET, 19K, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95506999, 40.7708022]} },
{type: 'Feature',properties:{Name: '1', Address: '363 EAST 76TH STREET, 21C, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95506999, 40.7708022]} },
{type: 'Feature',properties:{Name: '1', Address: '363 EAST 76TH STREET, 19D, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95506999, 40.7708022]} },
{type: 'Feature',properties:{Name: '1', Address: '363 EAST 76TH STREET, 17K, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95506999, 40.7708022]} },
{type: 'Feature',properties:{Name: '1', Address: '363 EAST 76TH STREET, 3G, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95506999, 40.7708022]} },
{type: 'Feature',properties:{Name: '1', Address: '363 EAST 76TH STREET, 3K, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95506999, 40.7708022]} },
{type: 'Feature',properties:{Name: '1', Address: '363 EAST 76TH STREET, 15E, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95506999, 40.7708022]} },
{type: 'Feature',properties:{Name: '1', Address: '363 EAST 76TH STREET, 5C, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95506999, 40.7708022]} },
{type: 'Feature',properties:{Name: '1', Address: '350 EAST 77TH STREET, 6P, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9548204, 40.7715075]} },
{type: 'Feature',properties:{Name: '1', Address: '350 EAST 77TH STREET, 1K, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9548204, 40.7715075]} },
{type: 'Feature',properties:{Name: '1', Address: '350 EAST 77TH STREET, 2M, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9548204, 40.7715075]} },
{type: 'Feature',properties:{Name: '1', Address: '350 EAST 77TH STREET, 1C, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9548204, 40.7715075]} },
{type: 'Feature',properties:{Name: '1', Address: '350 EAST 77TH STREET, 4L, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9548204, 40.7715075]} },
{type: 'Feature',properties:{Name: '1', Address: '350 EAST 77TH STREET, 4E, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9548204, 40.7715075]} },
{type: 'Feature',properties:{Name: '1', Address: '350 EAST 77TH STREET, 3-H, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9548204, 40.7715075]} },
{type: 'Feature',properties:{Name: '1', Address: '350 EAST 77TH STREET, 6F, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9548204, 40.7715075]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 77TH STREET, 4C, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95541953, 40.77177946]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 77TH STREET, 1H, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95541953, 40.77177946]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 77TH STREET, 2E, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95541953, 40.77177946]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 77TH STREET, 6A, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95541953, 40.77177946]} },
{type: 'Feature',properties:{Name: '1', Address: '315 EAST 77TH STREET, 1J, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95541953, 40.77177946]} },
{type: 'Feature',properties:{Name: '1', Address: '325 EAST 77TH STREET, 3D, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95524989, 40.77170803]} },
{type: 'Feature',properties:{Name: '1', Address: '325 EAST 77TH STREET, 2G, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95524989, 40.77170803]} },
{type: 'Feature',properties:{Name: '1', Address: '325 EAST 77TH STREET, 3K, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95524989, 40.77170803]} },
{type: 'Feature',properties:{Name: '1', Address: '325 EAST 77TH STREET, 2C, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95524989, 40.77170803]} },
{type: 'Feature',properties:{Name: '1', Address: '325 EAST 77TH STREET, 1J, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95524989, 40.77170803]} },
{type: 'Feature',properties:{Name: '1', Address: '345 EAST 77TH ST, 2G, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95491062, 40.77156517]} },
{type: 'Feature',properties:{Name: '1', Address: '345 EAST 77TH STREET, 1J, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95491062, 40.77156517]} },
{type: 'Feature',properties:{Name: '1', Address: '345 EAST 77TH STREET, 2D, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95491062, 40.77156517]} },
{type: 'Feature',properties:{Name: '1', Address: '345 EAST 77TH STREET, 1H, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95491062, 40.77156517]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 78TH STREET, 2G, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95519159, 40.77251222]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 78TH STREET, 10H, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95519159, 40.77251222]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 78TH STREET, 7H, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95519159, 40.77251222]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 78TH STREET, 9D, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95519159, 40.77251222]} },
{type: 'Feature',properties:{Name: '1', Address: '301 EAST 78TH STREET, 17F, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95519159, 40.77251222]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 79TH STREET, 6D, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95419481, 40.77296745]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 79TH STREET, 3B, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95419481, 40.77296745]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 79TH STREET, 8E, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95419481, 40.77296745]} },
{type: 'Feature',properties:{Name: '1', Address: '330 EAST 79TH STREET, 4G, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95419481, 40.77296745]} },
{type: 'Feature',properties:{Name: '1', Address: '308 EAST 79TH STREET, 9-C, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95457018, 40.77312405]} },
{type: 'Feature',properties:{Name: '1', Address: '308 EAST 79TH STREET, 3M, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95457018, 40.77312405]} },
{type: 'Feature',properties:{Name: '1', Address: '308 EAST 79TH STREET, 3-C, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95457018, 40.77312405]} },
{type: 'Feature',properties:{Name: '1', Address: '308 EAST 79TH STREET, 15F, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95457018, 40.77312405]} },
{type: 'Feature',properties:{Name: '1', Address: '308 EAST 79TH STREET, 10EF, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95457018, 40.77312405]} },
{type: 'Feature',properties:{Name: '1', Address: '308 EAST 79TH STREET, 11H, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95457018, 40.77312405]} },
{type: 'Feature',properties:{Name: '1', Address: '308 EAST 79TH STREET, 11G, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95457018, 40.77312405]} },
{type: 'Feature',properties:{Name: '1', Address: '308 EAST 79TH STREET, 2A, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95457018, 40.77312405]} },
{type: 'Feature',properties:{Name: '1', Address: '308 EAST 79TH STREET, 14H, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95457018, 40.77312405]} },
{type: 'Feature',properties:{Name: '1', Address: '308 EAST 79TH STREET, 14G, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95457018, 40.77312405]} },
{type: 'Feature',properties:{Name: '1', Address: '308 EAST 79TH STREET, 4H, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95457018, 40.77312405]} },
{type: 'Feature',properties:{Name: '1', Address: '440 EAST 62ND STREET, 17H, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95875874, 40.76069744]} },
{type: 'Feature',properties:{Name: '1', Address: '440 EAST 62ND STREET, 11H, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95875874, 40.76069744]} },
{type: 'Feature',properties:{Name: '1', Address: '440 EAST 62 STREET, 12B, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95875874, 40.76069744]} },
{type: 'Feature',properties:{Name: '1', Address: '440 EAST 62ND STREET, 5C, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95875874, 40.76069744]} },
{type: 'Feature',properties:{Name: '1', Address: '440 EAST 62ND STREET, 20F, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95875874, 40.76069744]} },
{type: 'Feature',properties:{Name: '1', Address: '440 EAST 62ND STREET, 4F, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95875874, 40.76069744]} },
{type: 'Feature',properties:{Name: '1', Address: '440 EAST 62ND STREET, 2D, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95875874, 40.76069744]} },
{type: 'Feature',properties:{Name: '1', Address: '440 EAST 62ND STREET, 6C, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95875874, 40.76069744]} },
{type: 'Feature',properties:{Name: '1', Address: '405 EAST 63RD STREET, 12G, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95984448, 40.76199608]} },
{type: 'Feature',properties:{Name: '1', Address: '405 EAST 63RD STREET, 5L, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95984448, 40.76199608]} },
{type: 'Feature',properties:{Name: '1', Address: '405 EAST 63RD STREET, 3A, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95984448, 40.76199608]} },
{type: 'Feature',properties:{Name: '1', Address: '405 EAST 63RD STREET, 8L, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95984448, 40.76199608]} },
{type: 'Feature',properties:{Name: '1', Address: '405 EAST 63RD STREET, 11E, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95984448, 40.76199608]} },
{type: 'Feature',properties:{Name: '1', Address: '405 EAST 63RD STREET, 2K, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95984448, 40.76199608]} },
{type: 'Feature',properties:{Name: '1', Address: '405 EAST 63RD STREET, 7C, UPPER EAST SIDE (59-79)', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95984448, 40.76199608]} },
{type: 'Feature',properties:{Name: '1', Address: '405 EAST 63RD STREET, 8B, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95984448, 40.76199608]} },
{type: 'Feature',properties:{Name: '1', Address: '401 EAST 65TH STREET, 9E, UPPER EAST SIDE (59-79)', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95899539, 40.76327209]} },
{type: 'Feature',properties:{Name: '1', Address: '401 EAST 65TH STREET, 16F, UPPER EAST SIDE (59-79)', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95899539, 40.76327209]} },
{type: 'Feature',properties:{Name: '1', Address: '1206 1 AVENUE, 9D, UPPER EAST SIDE (59-79)', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95912159, 40.76350818]} },
{type: 'Feature',properties:{Name: '1', Address: '401 EAST 65 STREET, 16C, UPPER EAST SIDE (59-79)', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95899539, 40.76327209]} },
{type: 'Feature',properties:{Name: '1', Address: '401 EAST 65TH STREET, 11HI, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95899539, 40.76327209]} },
{type: 'Feature',properties:{Name: '1', Address: '401 EAST 65TH STREET, 9G, UPPER EAST SIDE (59-79)', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95899539, 40.76327209]} },
{type: 'Feature',properties:{Name: '1', Address: '401 EAST 65TH STREET, 10I, UPPER EAST SIDE (59-79)', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95899539, 40.76327209]} },
{type: 'Feature',properties:{Name: '1', Address: '401 EAST 65 STREET, 8E, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95899539, 40.76327209]} },
{type: 'Feature',properties:{Name: '1', Address: '435 EAST 65TH STREET, 2A, UPPER EAST SIDE (59-79)', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95807512, 40.76288475]} },
{type: 'Feature',properties:{Name: '1', Address: '435 EAST 65TH STREET, 4F, UPPER EAST SIDE (59-79)', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95807512, 40.76288475]} },
{type: 'Feature',properties:{Name: '1', Address: '435 EAST 65, 3F, UPPER EAST SIDE (59-79)', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95807512, 40.76288475]} },
{type: 'Feature',properties:{Name: '1', Address: '435 E 65TH ST, 7F, UPPER EAST SIDE (59-79)', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95807512, 40.76288475]} },
{type: 'Feature',properties:{Name: '1', Address: '435 EAST 65TH STREET, 8H, UPPER EAST SIDE (59-79)', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95807512, 40.76288475]} },
IOPub data rate exceeded. The notebook server will temporarily stop sending output to the client in order to avoid crashing it. To change this limit, set the config variable `--NotebookApp.iopub_data_rate_limit`. Current values: NotebookApp.iopub_data_rate_limit=1000000.0 (bytes/sec) NotebookApp.rate_limit_window=3.0 (secs)
{type: 'Feature',properties:{Name: '4', Address: '72-15 37TH AVENUE, 2H, JACKSON HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89338373, 40.74880092]} },
{type: 'Feature',properties:{Name: '4', Address: '72-15 37TH AVENUE, 4A, JACKSON HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89338373, 40.74880092]} },
{type: 'Feature',properties:{Name: '4', Address: '35-38 75TH STREET, 2G, JACKSON HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8911357, 40.75074484]} },
{type: 'Feature',properties:{Name: '4', Address: '35-40 75TH STREET, 1C, JACKSON HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8911357, 40.7507421]} },
{type: 'Feature',properties:{Name: '4', Address: '35-40 75TH STREET, 4E, JACKSON HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8911357, 40.7507421]} },
{type: 'Feature',properties:{Name: '4', Address: '35-44 75TH STREET, 3A, JACKSON HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8911321, 40.7507366]} },
{type: 'Feature',properties:{Name: '4', Address: '35-38 75TH STREET, 4G, JACKSON HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8911357, 40.75074484]} },
{type: 'Feature',properties:{Name: '4', Address: '35-36 76TH STREET, 504, JACKSON HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89021157, 40.75084552]} },
{type: 'Feature',properties:{Name: '4', Address: '35-36 76TH STREET, 524, JACKSON HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89021157, 40.75084552]} },
{type: 'Feature',properties:{Name: '4', Address: '35-36 76TH STREET, 626, JACKSON HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89021157, 40.75084552]} },
{type: 'Feature',properties:{Name: '4', Address: '35-35 75TH STREET, 11372, JACKSON HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89111403, 40.75075306]} },
{type: 'Feature',properties:{Name: '4', Address: '35-35 75 STREET, 628, JACKSON HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89111403, 40.75075306]} },
{type: 'Feature',properties:{Name: '4', Address: '76-12 35TH AVENUE, 3J, JACKSON HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89004134, 40.75121315]} },
{type: 'Feature',properties:{Name: '4', Address: '76-12 35TH AVENUE, 5L, JACKSON HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89004134, 40.75121315]} },
{type: 'Feature',properties:{Name: '4', Address: '76-12 35TH AVENUE, 3A, JACKSON HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89004134, 40.75121315]} },
{type: 'Feature',properties:{Name: '4', Address: '76-12 35TH AVENUE, 1A, JACKSON HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89004134, 40.75121315]} },
{type: 'Feature',properties:{Name: '4', Address: '76-12 35TH AVENUE, 2J, JACKSON HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89004134, 40.75121315]} },
{type: 'Feature',properties:{Name: '4', Address: '7712 35TH AVENUE, B17, JACKSON HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88910999, 40.75131382]} },
{type: 'Feature',properties:{Name: '4', Address: '77-12 35TH AVENUE, A27, JACKSON HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88910999, 40.75131382]} },
{type: 'Feature',properties:{Name: '4', Address: '7712 35TH AVENUE, A34, JACKSON HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88910999, 40.75131382]} },
{type: 'Feature',properties:{Name: '4', Address: '7712 35TH AVENUE, A61, JACKSON HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88910999, 40.75131382]} },
{type: 'Feature',properties:{Name: '4', Address: '77-12 35TH AVENUE, A57, JACKSON HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88910999, 40.75131382]} },
{type: 'Feature',properties:{Name: '4', Address: '3524 78TH STREET, B58, JACKSON HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88834887, 40.75105782]} },
{type: 'Feature',properties:{Name: '4', Address: '35-24 78TH STREET, B39, JACKSON HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88834887, 40.75105782]} },
{type: 'Feature',properties:{Name: '4', Address: '3524 78TH STREET, B23, JACKSON HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88834887, 40.75105782]} },
{type: 'Feature',properties:{Name: '4', Address: '35-24 78TH STREET, B65, JACKSON HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88834887, 40.75105782]} },
{type: 'Feature',properties:{Name: '4', Address: '3524 78TH STREET, B32, JACKSON HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88834887, 40.75105782]} },
{type: 'Feature',properties:{Name: '4', Address: '35-24 78TH STREET, A66, JACKSON HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88834887, 40.75105782]} },
{type: 'Feature',properties:{Name: '4', Address: '3524 78TH STREET, A26, JACKSON HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88834887, 40.75105782]} },
{type: 'Feature',properties:{Name: '4', Address: '3524 78TH STREET, A61, JACKSON HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88834887, 40.75105782]} },
{type: 'Feature',properties:{Name: '4', Address: '35-53 77TH STREET, 4J, JACKSON HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.889255, 40.7509242]} },
{type: 'Feature',properties:{Name: '4', Address: '3525 77TH STREET, B63, JACKSON HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88926216, 40.75096264]} },
{type: 'Feature',properties:{Name: '4', Address: '3525 77TH STREET, B17, JACKSON HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88926216, 40.75096264]} },
{type: 'Feature',properties:{Name: '4', Address: '35-25 77TH STREET, A35, JACKSON HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88926216, 40.75096264]} },
{type: 'Feature',properties:{Name: '4', Address: '3525 77TH STREET, B19, JACKSON HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88926216, 40.75096264]} },
{type: 'Feature',properties:{Name: '4', Address: '35-45 79TH STREET, 1J, JACKSON HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8873923, 40.751131]} },
{type: 'Feature',properties:{Name: '4', Address: '35-45 79 STREET, 5B, JACKSON HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8873923, 40.751131]} },
{type: 'Feature',properties:{Name: '4', Address: '35-45 79TH STREET, 6K, JACKSON HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8873923, 40.751131]} },
{type: 'Feature',properties:{Name: '4', Address: '35-21 79TH STREET, 3K, JACKSON HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88739947, 40.7511612]} },
{type: 'Feature',properties:{Name: '4', Address: '35-21 79TH STREET, 6-F, JACKSON HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88739947, 40.7511612]} },
{type: 'Feature',properties:{Name: '4', Address: '35-21 79 STREET, 5D, JACKSON HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88739947, 40.7511612]} },
{type: 'Feature',properties:{Name: '4', Address: '35-21 79TH STREET, 3F, JACKSON HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88739947, 40.7511612]} },
{type: 'Feature',properties:{Name: '4', Address: '35-21 79TH STREET, 3G, JACKSON HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88739947, 40.7511612]} },
{type: 'Feature',properties:{Name: '4', Address: '35-40 82ND STREET, 3H, JACKSON HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88463073, 40.75142744]} },
{type: 'Feature',properties:{Name: '4', Address: '35-40 82ND STREET, 1D, JACKSON HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88463073, 40.75142744]} },
{type: 'Feature',properties:{Name: '4', Address: '35-40 82ND STREET, 2B, JACKSON HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88463073, 40.75142744]} },
{type: 'Feature',properties:{Name: '4', Address: '35-50 82ND STREET, JACKSON HEIGHTS', Month: '5', Price: '32886'}, geometry: { type: 'Point', coordinates:[-73.88462715, 40.75141372]} },
{type: 'Feature',properties:{Name: '4', Address: '35-50 82ND STREET, 3D, JACKSON HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88462715, 40.75141372]} },
{type: 'Feature',properties:{Name: '4', Address: '35-21 81 STREET, 2B, JACKSON HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88554038, 40.75135973]} },
{type: 'Feature',properties:{Name: '4', Address: '35-27 81ST STREET, 5J, JACKSON HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88554039, 40.7513515]} },
{type: 'Feature',properties:{Name: '4', Address: '35-21 81ST STREET, 2C, JACKSON HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88554038, 40.75135973]} },
{type: 'Feature',properties:{Name: '4', Address: '35-21 81 STREET, 5C, JACKSON HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88554038, 40.75135973]} },
{type: 'Feature',properties:{Name: '4', Address: '35-27 81 STREET, 6H, JACKSON HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88554039, 40.7513515]} },
{type: 'Feature',properties:{Name: '4', Address: '35-21 81 STREET, 1K, JACKSON HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88554038, 40.75135973]} },
{type: 'Feature',properties:{Name: '4', Address: '35-27 81 STREET, 1F, JACKSON HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88554039, 40.7513515]} },
{type: 'Feature',properties:{Name: '4', Address: '35-27 81 STREET, 4J, JACKSON HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88554039, 40.7513515]} },
{type: 'Feature',properties:{Name: '4', Address: '70-35 BROADWAY, D-24, JACKSON HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89468776, 40.7480775]} },
{type: 'Feature',properties:{Name: '4', Address: '70-35 BROADWAY, E-5, JACKSON HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89468776, 40.7480775]} },
{type: 'Feature',properties:{Name: '4', Address: '70-35 BROADWAY, D3, JACKSON HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89468776, 40.7480775]} },
{type: 'Feature',properties:{Name: '4', Address: '70-35 BROADWAY, D4, JACKSON HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89468776, 40.7480775]} },
{type: 'Feature',properties:{Name: '4', Address: '70-35 BROADWAY, F7, JACKSON HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89468776, 40.7480775]} },
{type: 'Feature',properties:{Name: '4', Address: '70-35 BROADWAY, F4, JACKSON HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89468776, 40.7480775]} },
{type: 'Feature',properties:{Name: '4', Address: '70-35 BROADWAY, B-15, JACKSON HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89468776, 40.7480775]} },
{type: 'Feature',properties:{Name: '4', Address: '70-35 BROADWAY, D-21, JACKSON HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89468776, 40.7480775]} },
{type: 'Feature',properties:{Name: '4', Address: '70-35 BROADWAY, E8, JACKSON HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89468776, 40.7480775]} },
{type: 'Feature',properties:{Name: '4', Address: '70-35 BROADWAY, A-10, JACKSON HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89468776, 40.7480775]} },
{type: 'Feature',properties:{Name: '4', Address: '70-35 BROADWAY, D-23, JACKSON HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89468776, 40.7480775]} },
{type: 'Feature',properties:{Name: '4', Address: '70-35 BROADWAY, C-19, JACKSON HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89468776, 40.7480775]} },
{type: 'Feature',properties:{Name: '4', Address: '70-35 BROADWAY, F18, JACKSON HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89468776, 40.7480775]} },
{type: 'Feature',properties:{Name: '4', Address: '70-35 BROADWAY, C17, JACKSON HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89468776, 40.7480775]} },
{type: 'Feature',properties:{Name: '4', Address: '70-35 BROADWAY, F-23, JACKSON HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89468776, 40.7480775]} },
{type: 'Feature',properties:{Name: '4', Address: '37-30 73RD ST., 2D, JACKSON HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89257653, 40.74803713]} },
{type: 'Feature',properties:{Name: '4', Address: '37-30 73RD STREET, 1E, JACKSON HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89257653, 40.74803713]} },
{type: 'Feature',properties:{Name: '4', Address: '37-30 73RD STREET, 6L, JACKSON HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89257653, 40.74803713]} },
{type: 'Feature',properties:{Name: '4', Address: '37-30 73RD STREET, 2F, JACKSON HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89257653, 40.74803713]} },
{type: 'Feature',properties:{Name: '4', Address: '37-30 73RD STREET, 4F, JACKSON HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89257653, 40.74803713]} },
{type: 'Feature',properties:{Name: '4', Address: '37-31 73RD ST, 7M, JACKSON HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89258703, 40.74823476]} },
{type: 'Feature',properties:{Name: '4', Address: '37-31 73 STREET, 5M, JACKSON HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89258703, 40.74823476]} },
{type: 'Feature',properties:{Name: '4', Address: '37-31 73RD STREET, 1G, JACKSON HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89258703, 40.74823476]} },
{type: 'Feature',properties:{Name: '4', Address: '37-31 73 STREET, 3N, JACKSON HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89258703, 40.74823476]} },
{type: 'Feature',properties:{Name: '4', Address: '37-31 73RD STREET, 9A, JACKSON HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89258703, 40.74823476]} },
{type: 'Feature',properties:{Name: '4', Address: '37-31 73RD STREET, 9F, JACKSON HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89258703, 40.74823476]} },
{type: 'Feature',properties:{Name: '4', Address: '37-31 73RD STREET, 5D, JACKSON HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89258703, 40.74823476]} },
{type: 'Feature',properties:{Name: '4', Address: '37-22 80TH STREET, 41, JACKSON HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88611791, 40.74921665]} },
{type: 'Feature',properties:{Name: '4', Address: '37-28 80TH STREET, 28-51, JACKSON HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88611791, 40.74921391]} },
{type: 'Feature',properties:{Name: '4', Address: '37-32 80TH STREET, 32, JACKSON HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88611792, 40.74921116]} },
{type: 'Feature',properties:{Name: '4', Address: '3720 81ST STREET, A1, JACKSON HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88519019, 40.74932003]} },
{type: 'Feature',properties:{Name: '4', Address: '37-21 80 STREET, 1M, JACKSON HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88609624, 40.74922212]} },
{type: 'Feature',properties:{Name: '4', Address: '37-21 80TH STREET, 1T, JACKSON HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88609624, 40.74922212]} },
{type: 'Feature',properties:{Name: '4', Address: '32-23 88TH STREET, 301, JACKSON HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88004668, 40.75761766]} },
{type: 'Feature',properties:{Name: '4', Address: '88-10 32ND AVENUE, 205, JACKSON HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87996968, 40.75828181]} },
{type: 'Feature',properties:{Name: '4', Address: '88-09 NORTHERN BOULEVARD, 603, JACKSON HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87959809, 40.75617345]} },
{type: 'Feature',properties:{Name: '4', Address: '88-09 NORTHERN BLVD., A404, JACKSON HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87959809, 40.75617345]} },
{type: 'Feature',properties:{Name: '4', Address: '8810 32ND AVE, F302, JACKSON HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87996968, 40.75828181]} },
{type: 'Feature',properties:{Name: '4', Address: '88-09 NORTHERN BOULEVARD, A-502, JACKSON HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87959809, 40.75617345]} },
{type: 'Feature',properties:{Name: '4', Address: '3243 88TH STREET, B-104, JACKSON HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87998947, 40.75731293]} },
{type: 'Feature',properties:{Name: '4', Address: '32-45 88 STREET, B-405, JACKSON HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87998592, 40.75728273]} },
{type: 'Feature',properties:{Name: '4', Address: '32-45 88 STREET, B510, JACKSON HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87998592, 40.75728273]} },
{type: 'Feature',properties:{Name: '4', Address: '88-11 NORTHERN BOULEVARD, 3A308, JACKSON HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87958365, 40.75617618]} },
{type: 'Feature',properties:{Name: '4', Address: '32-40 89TH STREET, C310, JACKSON HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87908685, 40.75744099]} },
{type: 'Feature',properties:{Name: '4', Address: '32-42 89TH STREET, 105, JACKSON HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8790833, 40.75741079]} },
{type: 'Feature',properties:{Name: '4', Address: '88-10 32ND AVENUE, F206, JACKSON HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87996968, 40.75828181]} },
{type: 'Feature',properties:{Name: '4', Address: '32-22 89TH STREET, 603, JACKSON HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87913689, 40.75771552]} },
{type: 'Feature',properties:{Name: '4', Address: '88-09 NORTHERN BOULEVARD, 402, JACKSON HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87959809, 40.75617345]} },
{type: 'Feature',properties:{Name: '4', Address: '32-23 88TH STREET, 506, JACKSON HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88004668, 40.75761766]} },
{type: 'Feature',properties:{Name: '4', Address: '32-20 89TH STREET, E-609, JACKSON HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87914405, 40.75774572]} },
{type: 'Feature',properties:{Name: '4', Address: '32-45 88 STREET, B-211, JACKSON HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87998592, 40.75728273]} },
{type: 'Feature',properties:{Name: '4', Address: '32-25 88TH STREET, 611, JACKSON HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88003951, 40.75758746]} },
{type: 'Feature',properties:{Name: '4', Address: '32-25 88TH STREET, 408, JACKSON HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88003951, 40.75758746]} },
{type: 'Feature',properties:{Name: '4', Address: '32-40 89TH STREET, 607, JACKSON HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87908685, 40.75744099]} },
{type: 'Feature',properties:{Name: '4', Address: '88-08 32ND AVENUE, F308, JACKSON HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87998051, 40.75828182]} },
{type: 'Feature',properties:{Name: '4', Address: '32-25 90TH STREET, 210, JACKSON HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87818023, 40.75778313]} },
{type: 'Feature',properties:{Name: '4', Address: '90-09 NORTHERN BOULEVARD, 102, JACKSON HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87773884, 40.75636912]} },
{type: 'Feature',properties:{Name: '4', Address: '32-40 91ST STREET, 610, JACKSON HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87722757, 40.75763665]} },
{type: 'Feature',properties:{Name: '4', Address: '32-40 91ST STREET, 410, JACKSON HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87722757, 40.75763665]} },
{type: 'Feature',properties:{Name: '4', Address: '90-08 32ND AVENUE, 109, JACKSON HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87812121, 40.75847474]} },
{type: 'Feature',properties:{Name: '4', Address: '90-11 NORTHERN BOULEVARD, 211, JACKSON HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8777244, 40.7563691]} },
{type: 'Feature',properties:{Name: '4', Address: '32-25 90TH STREET, 607, JACKSON HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87818023, 40.75778313]} },
{type: 'Feature',properties:{Name: '4', Address: '90-08 32ND AVENUE, 510, JACKSON HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87812121, 40.75847474]} },
{type: 'Feature',properties:{Name: '4', Address: '32-42 91ST STREET, 506, JACKSON HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8772204, 40.75760645]} },
{type: 'Feature',properties:{Name: '4', Address: '32-23 90TH STREET, 206, JACKSON HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87818739, 40.75781333]} },
{type: 'Feature',properties:{Name: '4', Address: '90-10 32ND AVENUE, 206, JACKSON HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87811037, 40.75847748]} },
{type: 'Feature',properties:{Name: '4', Address: '32-22 91ST STREET, 406, JACKSON HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8772776, 40.75790843]} },
{type: 'Feature',properties:{Name: '4', Address: '90-11 NORTHERN BOULEVARD, 611, JACKSON HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8777244, 40.7563691]} },
{type: 'Feature',properties:{Name: '4', Address: '32-42 91ST STREET, 103, JACKSON HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8772204, 40.75760645]} },
{type: 'Feature',properties:{Name: '4', Address: '32-42 91ST STREET, 103, JACKSON HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8772204, 40.75760645]} },
{type: 'Feature',properties:{Name: '4', Address: '32-40 91ST STREET, 209, JACKSON HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87722757, 40.75763665]} },
{type: 'Feature',properties:{Name: '4', Address: '3242 91ST STREET, 205, JACKSON HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8772204, 40.75760645]} },
{type: 'Feature',properties:{Name: '4', Address: '90-09 NORTHERN BOULEVARD, 404, JACKSON HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87773884, 40.75636912]} },
{type: 'Feature',properties:{Name: '4', Address: '32-40 91 STREET, 110, JACKSON HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87722757, 40.75763665]} },
{type: 'Feature',properties:{Name: '4', Address: '32-23 91ST STREET, C102, JACKSON HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87725594, 40.75791115]} },
{type: 'Feature',properties:{Name: '4', Address: '32-22 92ND STREET, D-205, JACKSON HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87634614, 40.75800624]} },
{type: 'Feature',properties:{Name: '4', Address: '32-25 91ST STREET, C608, JACKSON HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87724877, 40.75788095]} },
{type: 'Feature',properties:{Name: '4', Address: '32-22 92ND STREET, 602, JACKSON HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87634614, 40.75800624]} },
{type: 'Feature',properties:{Name: '4', Address: '32-20 92 STREET, D110, JACKSON HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87635331, 40.75803644]} },
{type: 'Feature',properties:{Name: '4', Address: '32-45 91ST STREET, A-110, JACKSON HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87719519, 40.75757623]} },
{type: 'Feature',properties:{Name: '4', Address: '32-45 91ST STREET, A 210, JACKSON HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87719519, 40.75757623]} },
{type: 'Feature',properties:{Name: '4', Address: '32-22 92ND STREET, D606, JACKSON HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87634614, 40.75800624]} },
{type: 'Feature',properties:{Name: '4', Address: '32-22 92ND STREET, D302, JACKSON HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87634614, 40.75800624]} },
{type: 'Feature',properties:{Name: '4', Address: '32-40 92ND STREET, B609, JACKSON HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87629611, 40.75773446]} },
{type: 'Feature',properties:{Name: '4', Address: '32-25 91ST STREET, C409, JACKSON HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87724877, 40.75788095]} },
{type: 'Feature',properties:{Name: '4', Address: '32-20 92ND STREET, D611, JACKSON HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87635331, 40.75803644]} },
{type: 'Feature',properties:{Name: '4', Address: '3243 91ST STREET, 103, JACKSON HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87719875, 40.75760642]} },
{type: 'Feature',properties:{Name: '4', Address: '91-10 32 AVENUE, E-306, JACKSON HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87717891, 40.7585753]} },
{type: 'Feature',properties:{Name: '4', Address: '32-43 91 STREET, A105, JACKSON HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87719875, 40.75760642]} },
{type: 'Feature',properties:{Name: '4', Address: '3242 92ND STREET, B-205, JACKSON HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87629256, 40.75770426]} },
{type: 'Feature',properties:{Name: '4', Address: '86-11 34TH AVENUE, 3R, JACKSON HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88111408, 40.75415215]} },
{type: 'Feature',properties:{Name: '4', Address: '88-11 34 AVENUE, 5R, JACKSON HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87925489, 40.75434784]} },
{type: 'Feature',properties:{Name: '4', Address: '33-44 91ST STREET, 6L, JACKSON HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87685953, 40.75560788]} },
{type: 'Feature',properties:{Name: '4', Address: '33-25 90TH STREET, 5H, JACKSON HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87778, 40.75557593]} },
{type: 'Feature',properties:{Name: '4', Address: '33-45 90TH ST, 6C, JACKSON HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87765493, 40.75488961]} },
{type: 'Feature',properties:{Name: '4', Address: '33-24 91ST STREET, 2T, JACKSON HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87690598, 40.7558632]} },
{type: 'Feature',properties:{Name: '4', Address: '33-44 91ST STREET, 6M, JACKSON HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87685953, 40.75560788]} },
{type: 'Feature',properties:{Name: '4', Address: '3324 91ST STREET, 4M, JACKSON HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87690598, 40.7558632]} },
{type: 'Feature',properties:{Name: '4', Address: '33-25 90TH STREET, 5K, JACKSON HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87778, 40.75557593]} },
{type: 'Feature',properties:{Name: '4', Address: '33-24 91 STREET, 5V, JACKSON HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87690598, 40.7558632]} },
{type: 'Feature',properties:{Name: '4', Address: '33-05 90TH STREET, 1H, JACKSON HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87786578, 40.75603988]} },
{type: 'Feature',properties:{Name: '4', Address: '33-25 90TH STREET, 3C, JACKSON HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87778, 40.75557593]} },
{type: 'Feature',properties:{Name: '4', Address: '3305 90TH STREET, 2D, JACKSON HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87786578, 40.75603988]} },
{type: 'Feature',properties:{Name: '4', Address: '33-44 91ST STREET, 1X, JACKSON HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87685953, 40.75560788]} },
{type: 'Feature',properties:{Name: '4', Address: '33-24 91ST STREET, 5R, JACKSON HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87690598, 40.7558632]} },
{type: 'Feature',properties:{Name: '4', Address: '33-05 90TH STREET, 6D, JACKSON HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87786578, 40.75603988]} },
{type: 'Feature',properties:{Name: '4', Address: '33-05 90TH STREET, 6C, JACKSON HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87786578, 40.75603988]} },
{type: 'Feature',properties:{Name: '4', Address: '33-24 91 STREET, 3M, JACKSON HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87690598, 40.7558632]} },
{type: 'Feature',properties:{Name: '4', Address: '33-04 91ST STREET, 2M, JACKSON HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87695243, 40.75611851]} },
{type: 'Feature',properties:{Name: '4', Address: '33-45 90TH STREET, 6F, JACKSON HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87765493, 40.75488961]} },
{type: 'Feature',properties:{Name: '4', Address: '33-04 91ST STREET, 1L, JACKSON HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87695243, 40.75611851]} },
{type: 'Feature',properties:{Name: '4', Address: '33-45 90TH STREET, 1A, JACKSON HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87765493, 40.75488961]} },
{type: 'Feature',properties:{Name: '4', Address: '33-04 91ST STREET, 5S, JACKSON HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87695243, 40.75611851]} },
{type: 'Feature',properties:{Name: '4', Address: '33-26 92ND STREET, 5S, JACKSON HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87597098, 40.75593905]} },
{type: 'Feature',properties:{Name: '4', Address: '33-06 92ND STREET, 2S, JACKSON HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87601744, 40.75619161]} },
{type: 'Feature',properties:{Name: '4', Address: '33-06 92ND STREET, 2S, JACKSON HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87601744, 40.75619161]} },
{type: 'Feature',properties:{Name: '4', Address: '33-26 92 STREET, 1N, JACKSON HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87597098, 40.75593905]} },
{type: 'Feature',properties:{Name: '4', Address: '33-26 92ND STREET, 1R, JACKSON HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87597098, 40.75593905]} },
{type: 'Feature',properties:{Name: '4', Address: '33-07 91ST STREET, 6K, JACKSON HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8769236, 40.75609652]} },
{type: 'Feature',properties:{Name: '4', Address: '33-46 92ND STREET, 3-N, JACKSON HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87592454, 40.75568373]} },
{type: 'Feature',properties:{Name: '4', Address: '33-07 91ST STREET, 3B, JACKSON HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8769236, 40.75609652]} },
{type: 'Feature',properties:{Name: '4', Address: '33-07 91 STREET, 2H, JACKSON HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8769236, 40.75609652]} },
{type: 'Feature',properties:{Name: '4', Address: '3347 91ST STREET, 1E, JACKSON HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8768343, 40.7555859]} },
{type: 'Feature',properties:{Name: '4', Address: '33-27 91TH STREET, 3D, JACKSON HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87687715, 40.75584121]} },
{type: 'Feature',properties:{Name: '4', Address: '33-26 92ND STREET, 2S, JACKSON HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87597098, 40.75593905]} },
{type: 'Feature',properties:{Name: '4', Address: '33-27 91ST STREET, 5F, JACKSON HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87687715, 40.75584121]} },
{type: 'Feature',properties:{Name: '4', Address: '33-46 92ND STREET, 5T, JACKSON HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87592454, 40.75568373]} },
{type: 'Feature',properties:{Name: '4', Address: '33-47 91ST STREET, 5J, JACKSON HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8768343, 40.7555859]} },
{type: 'Feature',properties:{Name: '4', Address: '33-47 91ST STREET, 5G, JACKSON HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8768343, 40.7555859]} },
{type: 'Feature',properties:{Name: '4', Address: '33-06 92 STREET, 3L, JACKSON HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87601744, 40.75619161]} },
{type: 'Feature',properties:{Name: '4', Address: '33-27 91 ST, 3A, JACKSON HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87687715, 40.75584121]} },
{type: 'Feature',properties:{Name: '4', Address: '33-46 92ND STREET, 3W, JACKSON HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87592454, 40.75568373]} },
{type: 'Feature',properties:{Name: '4', Address: '33-07 91ST STREET, 4D, JACKSON HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8769236, 40.75609652]} },
{type: 'Feature',properties:{Name: '4', Address: '33-49 91ST STREET, 5D, JACKSON HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87682713, 40.75556119]} },
{type: 'Feature',properties:{Name: '4', Address: '33-45 92ND STREET, 2G, JACKSON HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87590644, 40.75571116]} },
{type: 'Feature',properties:{Name: '4', Address: '33-24 93RD STREET, 3W, JACKSON HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87504673, 40.75605882]} },
{type: 'Feature',properties:{Name: '4', Address: '33-25 92ND STREET, 5C, JACKSON HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87595289, 40.75596647]} },
{type: 'Feature',properties:{Name: '4', Address: '33-05 92ND STREET, 5H, JACKSON HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87599933, 40.75622178]} },
{type: 'Feature',properties:{Name: '4', Address: '33-25 92ND STREET, 4F, JACKSON HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87595289, 40.75596647]} },
{type: 'Feature',properties:{Name: '4', Address: '33-04 93RD STREET, 4S, JACKSON HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87509318, 40.75631413]} },
{type: 'Feature',properties:{Name: '4', Address: '33-05 92ND STREET, 3A, JACKSON HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87599933, 40.75622178]} },
{type: 'Feature',properties:{Name: '4', Address: '33-44 93RD STREET, 3T, JACKSON HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87500029, 40.7558035]} },
{type: 'Feature',properties:{Name: '4', Address: '3325 92ND STREET, 1H, JACKSON HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87595289, 40.75596647]} },
{type: 'Feature',properties:{Name: '4', Address: '33-24 93RD STREET, 1P, JACKSON HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87504673, 40.75605882]} },
{type: 'Feature',properties:{Name: '4', Address: '33-25 92ND STREET, 4A, JACKSON HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87595289, 40.75596647]} },
{type: 'Feature',properties:{Name: '4', Address: '33-25 92 STREET, 3D, JACKSON HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87595289, 40.75596647]} },
{type: 'Feature',properties:{Name: '4', Address: '33-45 92ND STREET, 3C, JACKSON HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87590644, 40.75571116]} },
{type: 'Feature',properties:{Name: '4', Address: '3324 93RD STREET, 1L, JACKSON HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87504673, 40.75605882]} },
{type: 'Feature',properties:{Name: '4', Address: '33-04 93RD STREET, 6S, JACKSON HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87509318, 40.75631413]} },
{type: 'Feature',properties:{Name: '4', Address: '33-05 92ND STREET, 5A, JACKSON HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87599933, 40.75622178]} },
{type: 'Feature',properties:{Name: '4', Address: '3325 92 STREET, 6F, JACKSON HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87595289, 40.75596647]} },
{type: 'Feature',properties:{Name: '4', Address: '33-04 93RD STREET, 4L, JACKSON HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87509318, 40.75631413]} },
{type: 'Feature',properties:{Name: '4', Address: '33-04 93RD STREET, 2W, JACKSON HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87509318, 40.75631413]} },
{type: 'Feature',properties:{Name: '4', Address: '33-04 93RD STREET, 4X, JACKSON HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87509318, 40.75631413]} },
{type: 'Feature',properties:{Name: '4', Address: '33-24 93RD STREET, 1X, JACKSON HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87504673, 40.75605882]} },
{type: 'Feature',properties:{Name: '4', Address: '33-24 93RD STREET, 3P, JACKSON HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87504673, 40.75605882]} },
{type: 'Feature',properties:{Name: '4', Address: '33-05 92ND STREET, 2G, JACKSON HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87599933, 40.75622178]} },
{type: 'Feature',properties:{Name: '4', Address: '33-25 92ND STREET, 6J, JACKSON HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87595289, 40.75596647]} },
{type: 'Feature',properties:{Name: '4', Address: '33-04 JUNCTION BOULEVARD, 1N, JACKSON HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87349744, 40.75649079]} },
{type: 'Feature',properties:{Name: '4', Address: '33-24 JUNCTION BOULEVARD, 6X, JACKSON HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87336075, 40.75624087]} },
{type: 'Feature',properties:{Name: '4', Address: '33-45 94TH STREET, 6F, JACKSON HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87404721, 40.75589853]} },
{type: 'Feature',properties:{Name: '4', Address: '33-44 JUNCTION BOULEVARD, 4L, JACKSON HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87322767, 40.7559937]} },
{type: 'Feature',properties:{Name: '4', Address: '33-44 JUNCTION BLVD, 2T, JACKSON HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87322767, 40.7559937]} },
{type: 'Feature',properties:{Name: '4', Address: '33-04 JUNCTION BOULEVARD, 5-R, JACKSON HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87349744, 40.75649079]} },
{type: 'Feature',properties:{Name: '4', Address: '33-45 94TH STREET, 2E, JACKSON HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87404721, 40.75589853]} },
{type: 'Feature',properties:{Name: '4', Address: '33-24 JUNCTION BOULEVARD, 1V, JACKSON HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87336075, 40.75624087]} },
{type: 'Feature',properties:{Name: '4', Address: '33-24 JUNCTION BOULEVARD, 6T, JACKSON HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87336075, 40.75624087]} },
{type: 'Feature',properties:{Name: '4', Address: '33-04 JUNCTION BLVD, 1W, JACKSON HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87349744, 40.75649079]} },
{type: 'Feature',properties:{Name: '4', Address: '82-06 34TH AVENUE, 1G, JACKSON HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88485772, 40.75374149]} },
{type: 'Feature',properties:{Name: '4', Address: '82-16 34TH AVENUE, 5A, JACKSON HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88478913, 40.75374966]} },
{type: 'Feature',properties:{Name: '4', Address: '82-16 34TH AVENUE, 5D, JACKSON HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88478913, 40.75374966]} },
{type: 'Feature',properties:{Name: '4', Address: '82-16 34TH AVENUE, 3C, JACKSON HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88478913, 40.75374966]} },
{type: 'Feature',properties:{Name: '4', Address: '85-10 34TH AVENUE, 113, JACKSON HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88203828, 40.75403782]} },
{type: 'Feature',properties:{Name: '4', Address: '85-10 34TH AVENUE, 315, JACKSON HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88203828, 40.75403782]} },
{type: 'Feature',properties:{Name: '4', Address: '85-10 34TH AVENUE, 316, JACKSON HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88203828, 40.75403782]} },
{type: 'Feature',properties:{Name: '4', Address: '34-41 85TH STREET, 5-X, JACKSON HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88204021, 40.7529509]} },
{type: 'Feature',properties:{Name: '4', Address: '34-41 85TH STREET, 1-C, JACKSON HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88204021, 40.7529509]} },
{type: 'Feature',properties:{Name: '4', Address: '34-41 85TH STREET, 2B, JACKSON HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88204021, 40.7529509]} },
{type: 'Feature',properties:{Name: '4', Address: '34-41 85TH STREET, 3F, JACKSON HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88204021, 40.7529509]} },
{type: 'Feature',properties:{Name: '4', Address: '34-41 85TH STREET, 4P, JACKSON HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88204021, 40.7529509]} },
{type: 'Feature',properties:{Name: '4', Address: '34-41 85TH STREET, 5N, JACKSON HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88204021, 40.7529509]} },
{type: 'Feature',properties:{Name: '4', Address: '34-41 85TH STREET, 2W, JACKSON HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88204021, 40.7529509]} },
{type: 'Feature',properties:{Name: '4', Address: '34-41 85TH STREET, 5D, JACKSON HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88204021, 40.7529509]} },
{type: 'Feature',properties:{Name: '4', Address: '34-41 85TH STREET, 5S, JACKSON HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88204021, 40.7529509]} },
{type: 'Feature',properties:{Name: '4', Address: '34-41 85TH STREET, 6-I, JACKSON HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88204021, 40.7529509]} },
{type: 'Feature',properties:{Name: '4', Address: '34-41 85TH STREET, 3-L, JACKSON HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88204021, 40.7529509]} },
{type: 'Feature',properties:{Name: '4', Address: '34-41 85TH STREET, 6-N, JACKSON HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88204021, 40.7529509]} },
{type: 'Feature',properties:{Name: '4', Address: '34-41 85TH STREET, 6U, JACKSON HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88204021, 40.7529509]} },
{type: 'Feature',properties:{Name: '4', Address: '34-41 85TH STREET, 1-J, JACKSON HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88204021, 40.7529509]} },
{type: 'Feature',properties:{Name: '4', Address: '34-41 85TH STREET, 4R, JACKSON HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88204021, 40.7529509]} },
{type: 'Feature',properties:{Name: '4', Address: '34-41 85TH STREET, 4-K, JACKSON HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88204021, 40.7529509]} },
{type: 'Feature',properties:{Name: '4', Address: '34-41 85TH STREET, 5-T, JACKSON HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88204021, 40.7529509]} },
{type: 'Feature',properties:{Name: '4', Address: '86-10 34 AVENUE, 522, JACKSON HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8811105, 40.75413568]} },
{type: 'Feature',properties:{Name: '4', Address: '86-10 34TH AVENUE, 215, JACKSON HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8811105, 40.75413568]} },
{type: 'Feature',properties:{Name: '4', Address: '86-10 34TH AVENUE, 322, JACKSON HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8811105, 40.75413568]} },
{type: 'Feature',properties:{Name: '4', Address: '86-10 34TH AVENUE, 525, JACKSON HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8811105, 40.75413568]} },
{type: 'Feature',properties:{Name: '4', Address: '86-10 34 AVENUE, 623, JACKSON HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8811105, 40.75413568]} },
{type: 'Feature',properties:{Name: '4', Address: '86-10 34TH AVENUE, 512, JACKSON HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8811105, 40.75413568]} },
{type: 'Feature',properties:{Name: '4', Address: '87-10 34TH AVENUE, 1B, JACKSON HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88018271, 40.75423352]} },
{type: 'Feature',properties:{Name: '4', Address: '88-10 34TH AVENUE, 2-B, JACKSON HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87925131, 40.75433136]} },
{type: 'Feature',properties:{Name: '4', Address: '88-09 35TH AVENUE, 1J, JACKSON HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87891193, 40.75240145]} },
{type: 'Feature',properties:{Name: '4', Address: '88-01 35 AVENUE, 5F, JACKSON HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87896608, 40.75239602]} },
{type: 'Feature',properties:{Name: '4', Address: '90-10 34TH AVENUE, 2C, JACKSON HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87739211, 40.75452702]} },
{type: 'Feature',properties:{Name: '4', Address: '90-10 34TH AVENUE, L5, JACKSON HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87739211, 40.75452702]} },
{type: 'Feature',properties:{Name: '4', Address: '90-11 35TH AVENUE, 1B, JACKSON HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87704195, 40.75259709]} },
{type: 'Feature',properties:{Name: '4', Address: '92-11 35TH AVENUE, 6-E, JACKSON HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87517918, 40.75279271]} },
{type: 'Feature',properties:{Name: '4', Address: '92-11 35TH AVENUE, 5 K, JACKSON HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87517918, 40.75279271]} },
{type: 'Feature',properties:{Name: '4', Address: '34-10 94TH STREET, 2E, JACKSON HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8738081, 40.75446002]} },
{type: 'Feature',properties:{Name: '4', Address: '34-11 93RD STREET, 4B, JACKSON HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87473212, 40.75445005]} },
{type: 'Feature',properties:{Name: '4', Address: '34-10 94TH STREET, 4G, JACKSON HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8738081, 40.75446002]} },
{type: 'Feature',properties:{Name: '4', Address: '34-10 94TH STREET, 2D, JACKSON HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8738081, 40.75446002]} },
{type: 'Feature',properties:{Name: '4', Address: '94-11 34TH ROAD, 5C, JACKSON HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87332218, 40.7537486]} },
{type: 'Feature',properties:{Name: '4', Address: '83-10 35TH AVENUE, 2B, JACKSON HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88354714, 40.75189845]} },
{type: 'Feature',properties:{Name: '4', Address: '8310 35TH AVENUE, 6N, JACKSON HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88354714, 40.75189845]} },
{type: 'Feature',properties:{Name: '4', Address: '83-10 35TH AVENUE, 4D, JACKSON HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88354714, 40.75189845]} },
{type: 'Feature',properties:{Name: '4', Address: '83-10 35TH AVENUE, 6V, JACKSON HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88354714, 40.75189845]} },
{type: 'Feature',properties:{Name: '4', Address: '83-10 35TH AVENUE, 6U, JACKSON HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88354714, 40.75189845]} },
{type: 'Feature',properties:{Name: '4', Address: '83-10 35TH AVENUE, 6C, JACKSON HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88354714, 40.75189845]} },
{type: 'Feature',properties:{Name: '4', Address: '84-12 35TH AVENUE, 1H, JACKSON HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88260495, 40.7519963]} },
{type: 'Feature',properties:{Name: '4', Address: '84-12 35TH AVENUE, 6G, JACKSON HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88260495, 40.7519963]} },
{type: 'Feature',properties:{Name: '4', Address: '35-15 84TH STREET, 2I, JACKSON HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88275352, 40.75165885]} },
{type: 'Feature',properties:{Name: '4', Address: '35-15 84 STREET, 3A, JACKSON HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88275352, 40.75165885]} },
{type: 'Feature',properties:{Name: '4', Address: '35-50 85TH STREET, 8J, JACKSON HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88183668, 40.75170732]} },
{type: 'Feature',properties:{Name: '4', Address: '35-50 85TH STREET, 1D, JACKSON HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88183668, 40.75170732]} },
{type: 'Feature',properties:{Name: '4', Address: '35-50 85TH STREET, 9D, JACKSON HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88183668, 40.75170732]} },
{type: 'Feature',properties:{Name: '4', Address: '35-50 85TH STREET, 3H, JACKSON HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88183668, 40.75170732]} },
{type: 'Feature',properties:{Name: '4', Address: '35-50 85TH STREET, 7D, JACKSON HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88183668, 40.75170732]} },
{type: 'Feature',properties:{Name: '4', Address: '35-50 85TH STREET, 7B, JACKSON HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88183668, 40.75170732]} },
{type: 'Feature',properties:{Name: '4', Address: '3551 85TH STREET, 9N, JACKSON HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88181502, 40.75171004]} },
{type: 'Feature',properties:{Name: '4', Address: '35-51 85 STREET, 4G, JACKSON HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88181502, 40.75171004]} },
{type: 'Feature',properties:{Name: '4', Address: '35-31 85 STREET, 4D, JACKSON HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88181858, 40.75173749]} },
{type: 'Feature',properties:{Name: '4', Address: '35-31 85TH ST, 1-C, JACKSON HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88181858, 40.75173749]} },
{type: 'Feature',properties:{Name: '4', Address: '35-31 85TH STREET, 4A, JACKSON HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88181858, 40.75173749]} },
{type: 'Feature',properties:{Name: '4', Address: '35-51 85TH STREET, 9A, JACKSON HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88181502, 40.75171004]} },
{type: 'Feature',properties:{Name: '4', Address: '35-11 85 STREET, 3K, JACKSON HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88182576, 40.7517622]} },
{type: 'Feature',properties:{Name: '4', Address: '3531 85TH STREET, 9J, JACKSON HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88181858, 40.75173749]} },
{type: 'Feature',properties:{Name: '4', Address: '35-11 85TH STREET, 4D, JACKSON HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88182576, 40.7517622]} },
{type: 'Feature',properties:{Name: '4', Address: '35-31 85TH STREET, 9F, JACKSON HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88181858, 40.75173749]} },
{type: 'Feature',properties:{Name: '4', Address: '35-51 85TH STREET, 1-H, JACKSON HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88181502, 40.75171004]} },
{type: 'Feature',properties:{Name: '4', Address: '35-31 86TH STREET, 6G, JACKSON HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88089083, 40.75183535]} },
{type: 'Feature',properties:{Name: '4', Address: '35-11 85 STREET, 8G, JACKSON HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88182576, 40.7517622]} },
{type: 'Feature',properties:{Name: '4', Address: '35-31 85 STREET, 3H, JACKSON HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88181858, 40.75173749]} },
{type: 'Feature',properties:{Name: '4', Address: '35-11 85TH STREET, 4F, JACKSON HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88182576, 40.7517622]} },
{type: 'Feature',properties:{Name: '4', Address: '35-31 85 ST, 5G, JACKSON HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88181858, 40.75173749]} },
{type: 'Feature',properties:{Name: '4', Address: '35-51 85 STREET, 1B, JACKSON HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88181502, 40.75171004]} },
{type: 'Feature',properties:{Name: '4', Address: '35-11 85TH STREET, 3N, JACKSON HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88182576, 40.7517622]} },
{type: 'Feature',properties:{Name: '4', Address: '35-31 85 STREET, 8K, JACKSON HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88181858, 40.75173749]} },
{type: 'Feature',properties:{Name: '4', Address: '35-11 85TH STREET, 4K, JACKSON HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88182576, 40.7517622]} },
{type: 'Feature',properties:{Name: '4', Address: '35-51 85 STREET, 2L, JACKSON HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88181502, 40.75171004]} },
{type: 'Feature',properties:{Name: '4', Address: '35-06 88TH STREET, 5E, JACKSON HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87907479, 40.75215734]} },
{type: 'Feature',properties:{Name: '4', Address: '35-06 88TH STREET, 6F, JACKSON HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87907479, 40.75215734]} },
{type: 'Feature',properties:{Name: '4', Address: '35-06 88TH STREET, 3G, JACKSON HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87907479, 40.75215734]} },
{type: 'Feature',properties:{Name: '4', Address: '35-06 88TH STREET, 2D, JACKSON HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87907479, 40.75215734]} },
{type: 'Feature',properties:{Name: '4', Address: '3506 88 STREET, 1C, JACKSON HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87907479, 40.75215734]} },
{type: 'Feature',properties:{Name: '4', Address: '88-02 35TH AVENUE, 3R, JACKSON HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87894805, 40.75238227]} },
{type: 'Feature',properties:{Name: '4', Address: '88-02 35TH AVENUE, 1M, JACKSON HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87894805, 40.75238227]} },
{type: 'Feature',properties:{Name: '4', Address: '88-02 35TH AVENUE, 2-0, JACKSON HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87894805, 40.75238227]} },
{type: 'Feature',properties:{Name: '4', Address: '88-02 35TH AVENUE, 3N, JACKSON HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87894805, 40.75238227]} },
{type: 'Feature',properties:{Name: '4', Address: '88-10 35TH AVENUE, 3F, JACKSON HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87889751, 40.75238771]} },
{type: 'Feature',properties:{Name: '4', Address: '88-10 35TH AVENUE, 4H, JACKSON HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87889751, 40.75238771]} },
{type: 'Feature',properties:{Name: '4', Address: '88-10 35TH AVENUE, 1G, JACKSON HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87889751, 40.75238771]} },
{type: 'Feature',properties:{Name: '4', Address: '88-10 35TH AVE, 1D, JACKSON HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87889751, 40.75238771]} },
{type: 'Feature',properties:{Name: '4', Address: '88-10 35TH AVENUE, 6H, JACKSON HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87889751, 40.75238771]} },
{type: 'Feature',properties:{Name: '4', Address: '89-10 35TH AVENUE, C4L, JACKSON HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87796975, 40.75248554]} },
{type: 'Feature',properties:{Name: '4', Address: '89-10 35 AVENUE, E1L, JACKSON HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87796975, 40.75248554]} },
{type: 'Feature',properties:{Name: '4', Address: '89-10 35TH AVENUE, D6L, JACKSON HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87796975, 40.75248554]} },
{type: 'Feature',properties:{Name: '4', Address: '89-10 35TH AVENUE, A4R, JACKSON HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87796975, 40.75248554]} },
{type: 'Feature',properties:{Name: '4', Address: '89-10 35TH AVENUE, C4R, JACKSON HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87796975, 40.75248554]} },
{type: 'Feature',properties:{Name: '4', Address: '37-16 83RD STREET, 4A, JACKSON HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88333114, 40.74951579]} },
{type: 'Feature',properties:{Name: '4', Address: '37-16 83RD STREET, 2G, JACKSON HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88333114, 40.74951579]} },
{type: 'Feature',properties:{Name: '4', Address: '37-16 83RD STREET, 4D, JACKSON HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88333114, 40.74951579]} },
{type: 'Feature',properties:{Name: '4', Address: '37-16 83RD STREET, 3C, JACKSON HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88333114, 40.74951579]} },
{type: 'Feature',properties:{Name: '4', Address: '37-16 83RD STREET, 2H, JACKSON HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88333114, 40.74951579]} },
{type: 'Feature',properties:{Name: '4', Address: '37-16 83RD STREET, 3E, JACKSON HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88333114, 40.74951579]} },
{type: 'Feature',properties:{Name: '4', Address: '37-16 83RD STREET, 2G, JACKSON HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88333114, 40.74951579]} },
{type: 'Feature',properties:{Name: '4', Address: '37-30 83RD STREET, 2A, JACKSON HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88333116, 40.74950755]} },
{type: 'Feature',properties:{Name: '4', Address: '37-30 83RD STREET, 2J, JACKSON HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88333116, 40.74950755]} },
{type: 'Feature',properties:{Name: '4', Address: '37-30 83RD STREET, 1K, JACKSON HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88333116, 40.74950755]} },
{type: 'Feature',properties:{Name: '4', Address: '37-20 87TH STREET, 2D, JACKSON HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87954156, 40.74950914]} },
{type: 'Feature',properties:{Name: '4', Address: '37-20 87 STREET, 4G, JACKSON HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87954156, 40.74950914]} },
{type: 'Feature',properties:{Name: '4', Address: '37-50 87TH STREET, 4F, JACKSON HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87944505, 40.74899303]} },
{type: 'Feature',properties:{Name: '4', Address: '37-20 87 STREET, 4E, JACKSON HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87954156, 40.74950914]} },
{type: 'Feature',properties:{Name: '4', Address: '37-26 87 ST, 2C, JACKSON HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87952009, 40.74940756]} },
{type: 'Feature',properties:{Name: '4', Address: '37-20 87TH STREET, 2E, JACKSON HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87954156, 40.74950914]} },
{type: 'Feature',properties:{Name: '4', Address: '37-20 87TH STREET, 4B, JACKSON HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87954156, 40.74950914]} },
{type: 'Feature',properties:{Name: '4', Address: '37-20 87TH STREET, 1E, JACKSON HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87954156, 40.74950914]} },
{type: 'Feature',properties:{Name: '4', Address: '37-20 87TH STREET, 6B, JACKSON HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87954156, 40.74950914]} },
{type: 'Feature',properties:{Name: '4', Address: '37-51 86TH STREET, 4C, JACKSON HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88038689, 40.74906812]} },
{type: 'Feature',properties:{Name: '4', Address: '37-27 86TH STREET, 5D, JACKSON HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88045121, 40.74943049]} },
{type: 'Feature',properties:{Name: '4', Address: '37-27 86TH STREET, 6M, JACKSON HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88045121, 40.74943049]} },
{type: 'Feature',properties:{Name: '4', Address: '37-27 86TH STREET, 5C, JACKSON HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88045121, 40.74943049]} },
{type: 'Feature',properties:{Name: '4', Address: '19-82 78TH STREET, JACKSON HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89208356, 40.77163599]} },
{type: 'Feature',properties:{Name: '4', Address: '19-80 78TH STREET, JACKSON HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89208356, 40.77163599]} },
{type: 'Feature',properties:{Name: '4', Address: '19-80 78TH STREET, JACKSON HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89208356, 40.77163599]} },
{type: 'Feature',properties:{Name: '4', Address: '19-76 78TH STREET, JACKSON HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89208355, 40.77163874]} },
{type: 'Feature',properties:{Name: '4', Address: '1968 79TH STREET, JACKSON HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8912236, 40.77206336]} },
{type: 'Feature',properties:{Name: '4', Address: '78-17 19TH DRIVE, JACKSON HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89198177, 40.77206407]} },
{type: 'Feature',properties:{Name: '4', Address: '79-10 19TH ROAD, JACKSON HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89119656, 40.77314202]} },
{type: 'Feature',properties:{Name: '4', Address: '79-10 19TH ROAD, JACKSON HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89119656, 40.77314202]} },
{type: 'Feature',properties:{Name: '4', Address: '19-75 78TH STREET, JACKSON HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89206188, 40.7716442]} },
{type: 'Feature',properties:{Name: '4', Address: '19-73 78TH STREET, JACKSON HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89206188, 40.7716442]} },
{type: 'Feature',properties:{Name: '4', Address: '19-71 78TH STREET, JACKSON HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89206188, 40.77164695]} },
{type: 'Feature',properties:{Name: '4', Address: '19-65 78TH STREET, JACKSON HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89206187, 40.77165244]} },
{type: 'Feature',properties:{Name: '4', Address: '19-58 79TH STREET, JACKSON HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89122719, 40.77207434]} },
{type: 'Feature',properties:{Name: '4', Address: '19-48 79TH STREET, JACKSON HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89122717, 40.77208532]} },
{type: 'Feature',properties:{Name: '4', Address: '19-53 79TH STREET, JACKSON HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89120552, 40.77208256]} },
{type: 'Feature',properties:{Name: '4', Address: '19-45 79TH STREET, JACKSON HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89120911, 40.7720908]} },
{type: 'Feature',properties:{Name: '4', Address: '19-37 79TH STREET, JACKSON HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89120909, 40.77210177]} },
{type: 'Feature',properties:{Name: '4', Address: '21-45 77TH STREET, JACKSON HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8926572, 40.76964659]} },
{type: 'Feature',properties:{Name: '4', Address: '21-40 78TH STREET, JACKSON HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89175801, 40.76979396]} },
{type: 'Feature',properties:{Name: '4', Address: '21-41 78TH STREET, JACKSON HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89173634, 40.76979669]} },
{type: 'Feature',properties:{Name: '4', Address: '21-35 78TH STREET, JACKSON HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89175066, 40.7698763]} },
{type: 'Feature',properties:{Name: '4', Address: '21-19 78TH STREET, JACKSON HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89179002, 40.77009043]} },
{type: 'Feature',properties:{Name: '4', Address: '21-19 78TH STREET, JACKSON HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89179002, 40.77009043]} },
{type: 'Feature',properties:{Name: '4', Address: '21-18 79TH STREET, JACKSON HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89086937, 40.77011152]} },
{type: 'Feature',properties:{Name: '4', Address: '22-30 76TH STREET, JACKSON HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89330623, 40.76789879]} },
{type: 'Feature',properties:{Name: '4', Address: '22-26 76TH STREET, JACKSON HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89331336, 40.76795095]} },
{type: 'Feature',properties:{Name: '4', Address: '22-08 76TH STREET, JACKSON HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89335632, 40.76817606]} },
{type: 'Feature',properties:{Name: '4', Address: '22-27 76TH STREET, JACKSON HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8932917, 40.76795367]} },
{type: 'Feature',properties:{Name: '4', Address: '76-12 DITMARS BOULEVARD, JACKSON HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89318965, 40.76855742]} },
{type: 'Feature',properties:{Name: '4', Address: '22-34 77TH STREET, JACKSON HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8923532, 40.76787046]} },
{type: 'Feature',properties:{Name: '4', Address: '22-37 77TH STREET, JACKSON HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89232797, 40.76784573]} },
{type: 'Feature',properties:{Name: '4', Address: '22-05 77TH STREET, JACKSON HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89241028, 40.76829046]} },
{type: 'Feature',properties:{Name: '4', Address: '22-09 78TH STREET, JACKSON HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8914608, 40.7682978]} },
{type: 'Feature',properties:{Name: '4', Address: '22-16 79 STREET, JACKSON HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89052948, 40.76823928]} },
{type: 'Feature',properties:{Name: '4', Address: '22-30 79TH STREET, JACKSON HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89049011, 40.76803064]} },
{type: 'Feature',properties:{Name: '4', Address: '22-30 79TH STREET, JACKSON HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89049011, 40.76803064]} },
{type: 'Feature',properties:{Name: '4', Address: '22-30 79TH STREET, JACKSON HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89049011, 40.76803064]} },
{type: 'Feature',properties:{Name: '4', Address: '22-39 78TH STREET, JACKSON HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89137851, 40.76783935]} },
{type: 'Feature',properties:{Name: '4', Address: '22-46 79TH STREET, JACKSON HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89044718, 40.76779181]} },
{type: 'Feature',properties:{Name: '4', Address: '22-60 79TH STREET, JACKSON HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89040781, 40.76758317]} },
{type: 'Feature',properties:{Name: '4', Address: '22-10 80TH STREET, JACKSON HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88961939, 40.76843878]} },
{type: 'Feature',properties:{Name: '4', Address: '22-10 80TH STREET, JACKSON HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88961939, 40.76843878]} },
{type: 'Feature',properties:{Name: '4', Address: '22-10 80TH STREET, JACKSON HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88961939, 40.76843878]} },
{type: 'Feature',properties:{Name: '4', Address: '22-26 80TH STREET, JACKSON HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88957645, 40.76820818]} },
{type: 'Feature',properties:{Name: '4', Address: '22-26 80TH STREET, JACKSON HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88957645, 40.76820818]} },
{type: 'Feature',properties:{Name: '4', Address: '22-40 80TH STREET, JACKSON HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88954068, 40.76800778]} },
{type: 'Feature',properties:{Name: '4', Address: '22-56 80TH STREET, JACKSON HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88949774, 40.76777443]} },
{type: 'Feature',properties:{Name: '4', Address: '22-59 79TH STREET, JACKSON HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89039332, 40.76761335]} },
{type: 'Feature',properties:{Name: '4', Address: '76-15 35 AVENUE, JACKSON HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89003048, 40.75123236]} },
{type: 'Feature',properties:{Name: '4', Address: '79-15 35TH AVE, JACKSON HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88724004, 40.75152609]} },
{type: 'Feature',properties:{Name: '4', Address: '79-15 35TH AVENUE, JACKSON HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88724004, 40.75152609]} },
{type: 'Feature',properties:{Name: '4', Address: '79-15 35TH AVENUE, JACKSON HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88724004, 40.75152609]} },
{type: 'Feature',properties:{Name: '4', Address: '80-09 35 AVENUE, JACKSON HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88635201, 40.75161854]} },
{type: 'Feature',properties:{Name: '4', Address: '80-09 35TH AVENUE, JACKSON HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88635201, 40.75161854]} },
{type: 'Feature',properties:{Name: '4', Address: '80-09 35TH AVENUE, JACKSON HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88635201, 40.75161854]} },
{type: 'Feature',properties:{Name: '4', Address: '80-09 35TH AVENUE, JACKSON HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88635201, 40.75161854]} },
{type: 'Feature',properties:{Name: '4', Address: '34-44 82ND STREET, JACKSON HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88487739, 40.75280555]} },
{type: 'Feature',properties:{Name: '4', Address: '34-44 82 STREET, JACKSON HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88487739, 40.75280555]} },
{type: 'Feature',properties:{Name: '4', Address: '35-20 LEVERICH STREET, JACKSON HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89540616, 40.75024925]} },
{type: 'Feature',properties:{Name: '4', Address: '3520 LEVERICH ST, JACKSON HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89540616, 40.75024925]} },
{type: 'Feature',properties:{Name: '4', Address: '35-20 LEVERICH STREET, JACKSON HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89540616, 40.75024925]} },
{type: 'Feature',properties:{Name: '4', Address: '35-20 LEVERICH STREET, JACKSON HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89540616, 40.75024925]} },
{type: 'Feature',properties:{Name: '4', Address: '35-20 LEVERICH STREET, JACKSON HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89540616, 40.75024925]} },
{type: 'Feature',properties:{Name: '4', Address: '35-20 LEVERICH STREET, JACKSON HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89540616, 40.75024925]} },
{type: 'Feature',properties:{Name: '4', Address: '35-20 LEVERICH STREET, JACKSON HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89540616, 40.75024925]} },
{type: 'Feature',properties:{Name: '4', Address: '35-20 LEVERICH STREET, JACKSON HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89540616, 40.75024925]} },
{type: 'Feature',properties:{Name: '4', Address: '35-20 LEVERICH STREET, JACKSON HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89540616, 40.75024925]} },
{type: 'Feature',properties:{Name: '4', Address: '35-20 LEVERICH STREET, JACKSON HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89540616, 40.75024925]} },
{type: 'Feature',properties:{Name: '4', Address: '35-20 LEVERICH STREET, JACKSON HEIGHTS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89540616, 40.75024925]} },
{type: 'Feature',properties:{Name: '4', Address: '35-20 LEVERICH STREET, JACKSON HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89540616, 40.75024925]} },
{type: 'Feature',properties:{Name: '4', Address: '35-20 LEVERICH STREET, JACKSON HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89540616, 40.75024925]} },
{type: 'Feature',properties:{Name: '4', Address: '35-20 LEVERICH STREET, JACKSON HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89540616, 40.75024925]} },
{type: 'Feature',properties:{Name: '4', Address: '35-50 78TH STREET, JACKSON HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88834171, 40.75102213]} },
{type: 'Feature',properties:{Name: '4', Address: '8511 34TH AVENUE, JACKSON HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88204187, 40.75405429]} },
{type: 'Feature',properties:{Name: '4', Address: '85-11 34TH AVENUE, JACKSON HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88204187, 40.75405429]} },
{type: 'Feature',properties:{Name: '4', Address: '34-20 83RD STREET, JACKSON HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88401038, 40.75325208]} },
{type: 'Feature',properties:{Name: '4', Address: '91-10 34 AVENUE, JACKSON HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8764607, 40.75462484]} },
{type: 'Feature',properties:{Name: '4', Address: '91-10 34TH AVENUE, JACKSON HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8764607, 40.75462484]} },
{type: 'Feature',properties:{Name: '4', Address: '91-10 34TH AVENUE, JACKSON HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8764607, 40.75462484]} },
{type: 'Feature',properties:{Name: '4', Address: '90-10 34 AVE, JACKSON HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87739211, 40.75452702]} },
{type: 'Feature',properties:{Name: '4', Address: '84-01 37TH AVENUE, JACKSON HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88231257, 40.74996489]} },
{type: 'Feature',properties:{Name: '4', Address: '84-01 37TH AVENUE, JACKSON HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88231257, 40.74996489]} },
{type: 'Feature',properties:{Name: '4', Address: '84-01 37TH AVENUE, JACKSON HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88231257, 40.74996489]} },
{type: 'Feature',properties:{Name: '4', Address: '84-01 37TH AVENUE, JACKSON HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88231257, 40.74996489]} },
{type: 'Feature',properties:{Name: '4', Address: '84-01 37TH AVENUE, JACKSON HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88231257, 40.74996489]} },
{type: 'Feature',properties:{Name: '4', Address: '84-01 37TH AVENUE, JACKSON HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88231257, 40.74996489]} },
{type: 'Feature',properties:{Name: '4', Address: '84-01 37TH AVENUE, JACKSON HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88231257, 40.74996489]} },
{type: 'Feature',properties:{Name: '4', Address: '84-01 37TH AVENUE, JACKSON HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88231257, 40.74996489]} },
{type: 'Feature',properties:{Name: '4', Address: '84-01 37TH AVENUE, JACKSON HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88231257, 40.74996489]} },
{type: 'Feature',properties:{Name: '4', Address: '84-01 37TH AVENUE, JACKSON HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88231257, 40.74996489]} },
{type: 'Feature',properties:{Name: '4', Address: '84-01 37TH AVENUE, JACKSON HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88231257, 40.74996489]} },
{type: 'Feature',properties:{Name: '4', Address: '35-63 88TH STREET, JACKSON HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8787708, 40.75061721]} },
{type: 'Feature',properties:{Name: '4', Address: '93-05 37TH AVENUE, JACKSON HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87392321, 40.75084806]} },
{type: 'Feature',properties:{Name: '4', Address: '35-38 JUNCTION BOULEVARD, JACKSON HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87163802, 40.75301389]} },
{type: 'Feature',properties:{Name: '4', Address: '35-38 JUNCTION BOULEVARD, JACKSON HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87163802, 40.75301389]} },
{type: 'Feature',properties:{Name: '4', Address: '35-38 JUNCTION BOULEVARD, JACKSON HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87163802, 40.75301389]} },
{type: 'Feature',properties:{Name: '4', Address: '37-47 75TH STREET, JACKSON HEIGHTS', Month: '3', Price: '5880'}, geometry: { type: 'Point', coordinates:[-73.89068192, 40.74794751]} },
{type: 'Feature',properties:{Name: '4', Address: '83-19 NORTHERN BOULEVARD, JACKSON HEIGHTS', Month: '10', Price: '3420'}, geometry: { type: 'Point', coordinates:[-73.88417938, 40.75569233]} },
{type: 'Feature',properties:{Name: '4', Address: '84-01 NORTHERN BOULEVARD, JACKSON HEIGHTS', Month: '11', Price: '3072'}, geometry: { type: 'Point', coordinates:[-73.88337071, 40.7557766]} },
{type: 'Feature',properties:{Name: '4', Address: '85-17 NORTHERN BOULEVARD, JACKSON HEIGHTS', Month: '4', Price: '3780'}, geometry: { type: 'Point', coordinates:[-73.8823346, 40.75588534]} },
{type: 'Feature',properties:{Name: '4', Address: '69-01 34TH AVENUE, JACKSON HEIGHTS', Month: '6', Price: '14136'}, geometry: { type: 'Point', coordinates:[-73.89692215, 40.75249308]} },
{type: 'Feature',properties:{Name: '4', Address: '37-55 91 STREET, JACKSON HEIGHTS', Month: '3', Price: '2514'}, geometry: { type: 'Point', coordinates:[-73.87565886, 40.74912075]} },
{type: 'Feature',properties:{Name: '4', Address: '80-07 31ST AVENUE, JACKSON HEIGHTS', Month: '9', Price: '1099'}, geometry: { type: 'Point', coordinates:[-73.8877182, 40.75906364]} },
{type: 'Feature',properties:{Name: '4', Address: '62-17 NORTHERN BOULEVARD, JACKSON HEIGHTS', Month: '3', Price: '3808'}, geometry: { type: 'Point', coordinates:[-73.90011048, 40.75401923]} },
{type: 'Feature',properties:{Name: '4', Address: '76-02 NORTHERN BOULEVARD, JACKSON HEIGHTS', Month: '7', Price: '6090'}, geometry: { type: 'Point', coordinates:[-73.89079309, 40.75498241]} },
{type: 'Feature',properties:{Name: '4', Address: '72-11 ROOSEVELT AVENUE, JACKSON HEIGHTS', Month: '2', Price: '21486'}, geometry: { type: 'Point', coordinates:[-73.89331137, 40.74665994]} },
{type: 'Feature',properties:{Name: '4', Address: '37-20 74 STREET, JACKSON HEIGHTS', Month: '11', Price: '9104'}, geometry: { type: 'Point', coordinates:[-73.89172079, 40.74827786]} },
{type: 'Feature',properties:{Name: '4', Address: '92-03 ASTORIA BOULEVARD, JACKSON HEIGHTS', Month: '1', Price: '2158'}, geometry: { type: 'Point', coordinates:[-73.87714488, 40.76332642]} },
{type: 'Feature',properties:{Name: '4', Address: '35-04 JUNCTION BOULEVARD, JACKSON HEIGHTS', Month: '7', Price: '2900'}, geometry: { type: 'Point', coordinates:[-73.8716596, 40.75305234]} },
{type: 'Feature',properties:{Name: '4', Address: '82-07 ROOSEVELT AVENUE, JACKSON HEIGHTS', Month: '1', Price: '3080'}, geometry: { type: 'Point', coordinates:[-73.88375666, 40.74765802]} },
{type: 'Feature',properties:{Name: '4', Address: '37-53 82ND STREET, JACKSON HEIGHTS', Month: '4', Price: '3400'}, geometry: { type: 'Point', coordinates:[-73.88423726, 40.74939044]} },
{type: 'Feature',properties:{Name: '4', Address: '86-02 37 AVENUE, JACKSON HEIGHTS', Month: '2', Price: '21715'}, geometry: { type: 'Point', coordinates:[-73.88043909, 40.75014686]} },
{type: 'Feature',properties:{Name: '4', Address: '37-76 JUNCTION BOULEVARD, JACKSON HEIGHTS', Month: '3', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.87004819, 40.75020148]} },
{type: 'Feature',properties:{Name: '4', Address: '71-11 ASTORIA BOULEVARD, JACKSON HEIGHTS', Month: '6', Price: '38160'}, geometry: { type: 'Point', coordinates:[-73.89768644, 40.76716717]} },
{type: 'Feature',properties:{Name: '4', Address: '72-05 ASTORIA BOULEVARD, JACKSON HEIGHTS', Month: '2', Price: '13200'}, geometry: { type: 'Point', coordinates:[-73.89675524, 40.76703734]} },
{type: 'Feature',properties:{Name: '4', Address: '75-12 20TH AVENUE, JACKSON HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89488558, 40.77137783]} },
{type: 'Feature',properties:{Name: '4', Address: '71-04 DITMARS BOULEVARD, JACKSON HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89789445, 40.76806214]} },
{type: 'Feature',properties:{Name: '4', Address: '71-10 DITMARS BOULEVARD, JACKSON HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89785474, 40.76806485]} },
{type: 'Feature',properties:{Name: '4', Address: '58-01 28TH AVENUE, JACKSON HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90234645, 40.76019957]} },
{type: 'Feature',properties:{Name: '4', Address: '69-05 30TH AVENUE, JACKSON HEIGHTS', Month: '11', Price: '1722'}, geometry: { type: 'Point', coordinates:[-73.89795012, 40.76000362]} },
{type: 'Feature',properties:{Name: '4', Address: '82-06 ASTORIA BOULEVARD, JACKSON HEIGHTS', Month: '7', Price: '1232'}, geometry: { type: 'Point', coordinates:[-73.88665419, 40.76493086]} },
{type: 'Feature',properties:{Name: '4', Address: '19-03 HAZEN STREET, JACKSON HEIGHTS', Month: '10', Price: '14033'}, geometry: { type: 'Point', coordinates:[-73.8929828, 40.77371734]} },
{type: 'Feature',properties:{Name: '4', Address: '58-09 28TH AVENUE, JACKSON HEIGHTS', Month: '8', Price: '12700'}, geometry: { type: 'Point', coordinates:[-73.90219882, 40.75994967]} },
{type: 'Feature',properties:{Name: '4', Address: '69-05 DITMARS BOULEVARD, JACKSON HEIGHTS', Month: '9', Price: '4130'}, geometry: { type: 'Point', coordinates:[-73.89951152, 40.76824472]} },
{type: 'Feature',properties:{Name: '4', Address: '19-73 77TH STREET, JACKSON HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89316176, 40.77243846]} },
{type: 'Feature',properties:{Name: '4', Address: '35-38 JUNCTION BOULEVARD, JACKSON HEIGHTS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87163802, 40.75301389]} },
{type: 'Feature',properties:{Name: '4', Address: '139-19 JAMAICA AVENUE, JAMAICA', Month: '8', Price: '2340'}, geometry: { type: 'Point', coordinates:[-73.81239625, 40.70241528]} },
{type: 'Feature',properties:{Name: '4', Address: '89-31 145TH STREET, JAMAICA', Month: '5', Price: '1554'}, geometry: { type: 'Point', coordinates:[-73.81033925, 40.70285107]} },
{type: 'Feature',properties:{Name: '4', Address: '89-37 146TH STREET, JAMAICA', Month: '1', Price: '1512'}, geometry: { type: 'Point', coordinates:[-73.809351, 40.70286317]} },
{type: 'Feature',properties:{Name: '4', Address: '88-07 146TH STREET, JAMAICA', Month: '5', Price: '1223'}, geometry: { type: 'Point', coordinates:[-73.81007153, 40.70440692]} },
{type: 'Feature',properties:{Name: '4', Address: '88-25 146TH STREET, JAMAICA', Month: '5', Price: '1343'}, geometry: { type: 'Point', coordinates:[-73.81000699, 40.70427506]} },
{type: 'Feature',properties:{Name: '4', Address: '87-84 146TH STREET, JAMAICA', Month: '10', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.81028675, 40.70482173]} },
{type: 'Feature',properties:{Name: '4', Address: '145-07 88TH AVE, JAMAICA', Month: '8', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.81075668, 40.70445196]} },
{type: 'Feature',properties:{Name: '4', Address: '87-45 139TH STREET, JAMAICA', Month: '5', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.81491336, 40.70511747]} },
{type: 'Feature',properties:{Name: '4', Address: '139-16 87TH DRIVE, JAMAICA', Month: '8', Price: '1296'}, geometry: { type: 'Point', coordinates:[-73.81447246, 40.70543241]} },
{type: 'Feature',properties:{Name: '4', Address: '87-43 139TH STREET, JAMAICA', Month: '12', Price: '1296'}, geometry: { type: 'Point', coordinates:[-73.81506421, 40.70534278]} },
{type: 'Feature',properties:{Name: '4', Address: '144-24 87TH ROAD, JAMAICA', Month: '11', Price: '1643'}, geometry: { type: 'Point', coordinates:[-73.81159252, 40.70605079]} },
{type: 'Feature',properties:{Name: '4', Address: '153-26 88TH AVENUE, JAMAICA', Month: '4', Price: '1613'}, geometry: { type: 'Point', coordinates:[-73.8034365, 40.70641319]} },
{type: 'Feature',properties:{Name: '4', Address: '153-29 89TH AVENUE, JAMAICA', Month: '2', Price: '1886'}, geometry: { type: 'Point', coordinates:[-73.80251217, 40.70553053]} },
{type: 'Feature',properties:{Name: '4', Address: '159-19 88TH AVENUE, JAMAICA', Month: '1', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.80199616, 40.70682792]} },
{type: 'Feature',properties:{Name: '4', Address: '166-08 90TH AVENUE, JAMAICA', Month: '3', Price: '1240'}, geometry: { type: 'Point', coordinates:[-73.79464403, 40.7072844]} },
{type: 'Feature',properties:{Name: '4', Address: '91-06 172ND STREET, JAMAICA', Month: '8', Price: '1872'}, geometry: { type: 'Point', coordinates:[-73.78816625, 40.70837606]} },
{type: 'Feature',properties:{Name: '4', Address: '89-06 172ND STREET, JAMAICA', Month: '6', Price: '1480'}, geometry: { type: 'Point', coordinates:[-73.78917466, 40.71000007]} },
{type: 'Feature',properties:{Name: '4', Address: '91-21 173RD STREET, JAMAICA', Month: '12', Price: '1464'}, geometry: { type: 'Point', coordinates:[-73.78713027, 40.70862666]} },
{type: 'Feature',properties:{Name: '4', Address: '172-10 90TH AVENUE, JAMAICA', Month: '7', Price: '2308'}, geometry: { type: 'Point', coordinates:[-73.78836889, 40.70930691]} },
{type: 'Feature',properties:{Name: '4', Address: '90-29 176TH STREET, JAMAICA', Month: '8', Price: '1368'}, geometry: { type: 'Point', coordinates:[-73.7848706, 40.70916318]} },
{type: 'Feature',properties:{Name: '4', Address: '90-12 178TH STREET, JAMAICA', Month: '7', Price: '1694'}, geometry: { type: 'Point', coordinates:[-73.7841618, 40.70973002]} },
{type: 'Feature',properties:{Name: '4', Address: '168-33 88TH AVENUE, JAMAICA', Month: '9', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.79336315, 40.70975514]} },
{type: 'Feature',properties:{Name: '4', Address: '89-15 172ND STREET, JAMAICA', Month: '3', Price: '1421'}, geometry: { type: 'Point', coordinates:[-73.78897356, 40.70971699]} },
{type: 'Feature',properties:{Name: '4', Address: '88-27 173RD STREET, JAMAICA', Month: '4', Price: '1472'}, geometry: { type: 'Point', coordinates:[-73.78882498, 40.71107538]} },
{type: 'Feature',properties:{Name: '4', Address: '88-27 173RD STREET, JAMAICA', Month: '6', Price: '1472'}, geometry: { type: 'Point', coordinates:[-73.78882498, 40.71107538]} },
{type: 'Feature',properties:{Name: '4', Address: '175-31 89TH AVENUE, JAMAICA', Month: '4', Price: '1484'}, geometry: { type: 'Point', coordinates:[-73.78665546, 40.71047302]} },
{type: 'Feature',properties:{Name: '4', Address: '87-22 168 PLACE, JAMAICA', Month: '5', Price: '2775'}, geometry: { type: 'Point', coordinates:[-73.79444012, 40.71141766]} },
{type: 'Feature',properties:{Name: '4', Address: '87-09 169 ST, JAMAICA', Month: '2', Price: '1979'}, geometry: { type: 'Point', coordinates:[-73.79376342, 40.71212185]} },
{type: 'Feature',properties:{Name: '4', Address: '91-07 139TH STREET, JAMAICA', Month: '8', Price: '1012'}, geometry: { type: 'Point', coordinates:[-73.81183292, 40.70010601]} },
{type: 'Feature',properties:{Name: '4', Address: '89-19 143 STREET, JAMAICA', Month: '5', Price: '1144'}, geometry: { type: 'Point', coordinates:[-73.81183792, 40.70216734]} },
{type: 'Feature',properties:{Name: '4', Address: '137-37 95TH AVENUE, JAMAICA', Month: '12', Price: '1184'}, geometry: { type: 'Point', coordinates:[-73.81206978, 40.69668092]} },
{type: 'Feature',properties:{Name: '4', Address: '95-27 CRESSKILL PLACE, JAMAICA', Month: '6', Price: '1326'}, geometry: { type: 'Point', coordinates:[-73.81053655, 40.69687877]} },
{type: 'Feature',properties:{Name: '4', Address: '95-12 LIVERPOOL STREET, JAMAICA', Month: '12', Price: '901'}, geometry: { type: 'Point', coordinates:[-73.80803167, 40.69761297]} },
{type: 'Feature',properties:{Name: '4', Address: '97-28 CRESSKILL PLACE, JAMAICA', Month: '9', Price: '1555'}, geometry: { type: 'Point', coordinates:[-73.80983302, 40.69572206]} },
{type: 'Feature',properties:{Name: '4', Address: '138-61 102 AVENUE, JAMAICA', Month: '4', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.81010925, 40.69369688]} },
{type: 'Feature',properties:{Name: '4', Address: '95-19 LIVERPOOL STREET, JAMAICA', Month: '4', Price: '1764'}, geometry: { type: 'Point', coordinates:[-73.80801003, 40.69761568]} },
{type: 'Feature',properties:{Name: '4', Address: '147-36 95 AVENUE, JAMAICA', Month: '8', Price: '1439'}, geometry: { type: 'Point', coordinates:[-73.80544976, 40.69877242]} },
{type: 'Feature',properties:{Name: '4', Address: '97-12 148TH STREET, JAMAICA', Month: '1', Price: '1032'}, geometry: { type: 'Point', coordinates:[-73.80408244, 40.6977161]} },
{type: 'Feature',properties:{Name: '4', Address: '97-14 148TH STREET, JAMAICA', Month: '9', Price: '984'}, geometry: { type: 'Point', coordinates:[-73.80408244, 40.6977161]} },
{type: 'Feature',properties:{Name: '4', Address: '92-36 168TH PLACE, JAMAICA', Month: '7', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.79097018, 40.70564465]} },
{type: 'Feature',properties:{Name: '4', Address: '173-12 JAMAICA AVENUE, JAMAICA', Month: '1', Price: '2240'}, geometry: { type: 'Point', coordinates:[-73.78647615, 40.70789534]} },
{type: 'Feature',properties:{Name: '4', Address: '92-41 175TH STREET, JAMAICA', Month: '5', Price: '1372'}, geometry: { type: 'Point', coordinates:[-73.7854865, 40.70719633]} },
{type: 'Feature',properties:{Name: '4', Address: '87-48 139TH STREET, JAMAICA', Month: '3', Price: '1720'}, geometry: { type: 'Point', coordinates:[-73.81487753, 40.70503232]} },
{type: 'Feature',properties:{Name: '4', Address: '89-17 145 ST, JAMAICA', Month: '2', Price: '1504'}, geometry: { type: 'Point', coordinates:[-73.81040379, 40.70298567]} },
{type: 'Feature',properties:{Name: '4', Address: '149-17 JAMAICA AVENUE, JAMAICA', Month: '4', Price: '2550'}, geometry: { type: 'Point', coordinates:[-73.8052349, 40.70195599]} },
{type: 'Feature',properties:{Name: '4', Address: '149-11 JAMAICA AVENUE, JAMAICA', Month: '4', Price: '2550'}, geometry: { type: 'Point', coordinates:[-73.80528181, 40.70194509]} },
{type: 'Feature',properties:{Name: '4', Address: '149-13 JAMAICA AVENUE, JAMAICA', Month: '4', Price: '2550'}, geometry: { type: 'Point', coordinates:[-73.80526738, 40.70194781]} },
{type: 'Feature',properties:{Name: '4', Address: '148-37 90TH AVENUE, JAMAICA', Month: '2', Price: '2910'}, geometry: { type: 'Point', coordinates:[-73.80679973, 40.70334474]} },
{type: 'Feature',properties:{Name: '4', Address: '148-35 90TH AVENUE, JAMAICA', Month: '6', Price: '2910'}, geometry: { type: 'Point', coordinates:[-73.80681056, 40.70334201]} },
{type: 'Feature',properties:{Name: '4', Address: '139-44 88TH ROAD, JAMAICA', Month: '2', Price: '1000'}, geometry: { type: 'Point', coordinates:[-73.81326329, 40.70317974]} },
{type: 'Feature',properties:{Name: '4', Address: '88-36 144TH STREET, JAMAICA', Month: '4', Price: '2199'}, geometry: { type: 'Point', coordinates:[-73.81170429, 40.70351206]} },
{type: 'Feature',properties:{Name: '4', Address: '139-39 88TH AVENUE, JAMAICA', Month: '1', Price: '1584'}, geometry: { type: 'Point', coordinates:[-73.8136294, 40.70381163]} },
{type: 'Feature',properties:{Name: '4', Address: '139-44 87 AVE, JAMAICA', Month: '2', Price: '1631'}, geometry: { type: 'Point', coordinates:[-73.81437108, 40.70686776]} },
{type: 'Feature',properties:{Name: '4', Address: '139-56 87TH AVENUE, JAMAICA', Month: '1', Price: '1757'}, geometry: { type: 'Point', coordinates:[-73.81414741, 40.70688387]} },
{type: 'Feature',properties:{Name: '4', Address: '87-06 143 STREET, JAMAICA', Month: '4', Price: '2420'}, geometry: { type: 'Point', coordinates:[-73.81304047, 40.70675581]} },
{type: 'Feature',properties:{Name: '4', Address: '87-52 144TH STREET, JAMAICA', Month: '11', Price: '4878'}, geometry: { type: 'Point', coordinates:[-73.81197614, 40.7055903]} },
{type: 'Feature',properties:{Name: '4', Address: '143-09 HILLSIDE AVENUE, JAMAICA', Month: '11', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.81260195, 40.70493532]} },
{type: 'Feature',properties:{Name: '4', Address: '87-47 143RD STREET, JAMAICA', Month: '12', Price: '2006'}, geometry: { type: 'Point', coordinates:[-73.81289169, 40.70579216]} },
{type: 'Feature',properties:{Name: '4', Address: '144-56 87TH ROAD, JAMAICA', Month: '4', Price: '1692'}, geometry: { type: 'Point', coordinates:[-73.81157447, 40.70605625]} },
{type: 'Feature',properties:{Name: '4', Address: '144-15 HILLSIDE AVENUE, JAMAICA', Month: '11', Price: '3024'}, geometry: { type: 'Point', coordinates:[-73.81169955, 40.70518911]} },
{type: 'Feature',properties:{Name: '4', Address: '153-08 88TH AVENUE, JAMAICA', Month: '8', Price: '1829'}, geometry: { type: 'Point', coordinates:[-73.80366753, 40.70635045]} },
{type: 'Feature',properties:{Name: '4', Address: '87-35 162ND STREET, JAMAICA', Month: '2', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.80054694, 40.70899653]} },
{type: 'Feature',properties:{Name: '4', Address: '89-22 169 STREET, JAMAICA', Month: '5', Price: '1976'}, geometry: { type: 'Point', coordinates:[-73.79202745, 40.70895675]} },
{type: 'Feature',properties:{Name: '4', Address: '90-23 169TH STREET, JAMAICA', Month: '12', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.79154654, 40.70818186]} },
{type: 'Feature',properties:{Name: '4', Address: '170-22 90 AVENUE, JAMAICA', Month: '9', Price: '2634'}, geometry: { type: 'Point', coordinates:[-73.7903362, 40.70882468]} },
{type: 'Feature',properties:{Name: '4', Address: '170-12 89TH AVENUE, JAMAICA', Month: '11', Price: '1584'}, geometry: { type: 'Point', coordinates:[-73.79089994, 40.70963816]} },
{type: 'Feature',properties:{Name: '4', Address: '91-05 172ND STREET, JAMAICA', Month: '12', Price: '1646'}, geometry: { type: 'Point', coordinates:[-73.78815536, 40.70839799]} },
{type: 'Feature',properties:{Name: '4', Address: '173-27 JAMAICA AVENUE, JAMAICA', Month: '3', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.78637509, 40.70791437]} },
{type: 'Feature',properties:{Name: '4', Address: '91-30 175TH STREET, JAMAICA', Month: '4', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.78609091, 40.70880315]} },
{type: 'Feature',properties:{Name: '4', Address: '88-23 164TH STREET, JAMAICA', Month: '10', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.79785394, 40.7085362]} },
{type: 'Feature',properties:{Name: '4', Address: '168-20 88TH AVENUE, JAMAICA', Month: '9', Price: '2128'}, geometry: { type: 'Point', coordinates:[-73.79381095, 40.70958303]} },
{type: 'Feature',properties:{Name: '4', Address: '168-17 89TH AVENUE, JAMAICA', Month: '2', Price: '1176'}, geometry: { type: 'Point', coordinates:[-73.79343464, 40.70880009]} },
{type: 'Feature',properties:{Name: '4', Address: '168-09 88 AVENUE, JAMAICA', Month: '10', Price: '1968'}, geometry: { type: 'Point', coordinates:[-73.7940817, 40.7095094]} },
{type: 'Feature',properties:{Name: '4', Address: '89-13 172 STREET, JAMAICA', Month: '11', Price: '1733'}, geometry: { type: 'Point', coordinates:[-73.78900946, 40.70977195]} },
{type: 'Feature',properties:{Name: '4', Address: '8815 172ND STREET, JAMAICA', Month: '5', Price: '1472'}, geometry: { type: 'Point', coordinates:[-73.78970564, 40.71090407]} },
{type: 'Feature',properties:{Name: '4', Address: '8805 172ND STREET, JAMAICA', Month: '4', Price: '2352'}, geometry: { type: 'Point', coordinates:[-73.78996043, 40.71132174]} },
{type: 'Feature',properties:{Name: '4', Address: '8803 172ND STREET, JAMAICA', Month: '8', Price: '2352'}, geometry: { type: 'Point', coordinates:[-73.79001067, 40.71140417]} },
{type: 'Feature',properties:{Name: '4', Address: '8801 172ND STREET, JAMAICA', Month: '9', Price: '2352'}, geometry: { type: 'Point', coordinates:[-73.79006451, 40.71148936]} },
{type: 'Feature',properties:{Name: '4', Address: '177-18 WEXFORD TERRACE, JAMAICA', Month: '5', Price: '2146'}, geometry: { type: 'Point', coordinates:[-73.78599416, 40.71309853]} },
{type: 'Feature',properties:{Name: '4', Address: '87-29 167TH STREET, JAMAICA', Month: '10', Price: '2583'}, geometry: { type: 'Point', coordinates:[-73.79615517, 40.71086626]} },
{type: 'Feature',properties:{Name: '4', Address: '87-22 168 STREET, JAMAICA', Month: '8', Price: '2670'}, geometry: { type: 'Point', coordinates:[-73.79529598, 40.71109804]} },
{type: 'Feature',properties:{Name: '4', Address: '87-46 168 STREET, JAMAICA', Month: '4', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.79507727, 40.71066673]} },
{type: 'Feature',properties:{Name: '4', Address: '87-39 KINGSTON PLACE, JAMAICA', Month: '5', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.79006486, 40.71252139]} },
{type: 'Feature',properties:{Name: '4', Address: '87-39 KINGSTON PLACE, JAMAICA', Month: '9', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.79006486, 40.71252139]} },
{type: 'Feature',properties:{Name: '4', Address: '89-32 138TH PLACE, JAMAICA', Month: '2', Price: '2362'}, geometry: { type: 'Point', coordinates:[-73.8137606, 40.70203597]} },
{type: 'Feature',properties:{Name: '4', Address: '89-18 139TH STREET, JAMAICA', Month: '3', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.81288733, 40.70220473]} },
{type: 'Feature',properties:{Name: '4', Address: '90-08 143RD STREET, JAMAICA', Month: '12', Price: '2240'}, geometry: { type: 'Point', coordinates:[-73.81152615, 40.70146142]} },
{type: 'Feature',properties:{Name: '4', Address: '90-29 139TH STREET, JAMAICA', Month: '10', Price: '1976'}, geometry: { type: 'Point', coordinates:[-73.81229551, 40.70104548]} },
{type: 'Feature',properties:{Name: '4', Address: '90-11 139TH STREET, JAMAICA', Month: '5', Price: '2148'}, geometry: { type: 'Point', coordinates:[-73.81236721, 40.7011993]} },
{type: 'Feature',properties:{Name: '4', Address: '90-14 144TH PLACE, JAMAICA', Month: '4', Price: '2288'}, geometry: { type: 'Point', coordinates:[-73.81068126, 40.70179765]} },
{type: 'Feature',properties:{Name: '4', Address: '90-23 143RD STREET, JAMAICA', Month: '12', Price: '2016'}, geometry: { type: 'Point', coordinates:[-73.81144712, 40.70134876]} },
{type: 'Feature',properties:{Name: '4', Address: '143-27 95TH AVENUE, JAMAICA', Month: '5', Price: '2192'}, geometry: { type: 'Point', coordinates:[-73.80881427, 40.69760604]} },
{type: 'Feature',properties:{Name: '4', Address: '147-26 ARCHER AVENUE, JAMAICA', Month: '11', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.80664837, 40.70081655]} },
{type: 'Feature',properties:{Name: '4', Address: '138-07 97TH AVENUE, JAMAICA', Month: '2', Price: '2168'}, geometry: { type: 'Point', coordinates:[-73.81124355, 40.69554872]} },
{type: 'Feature',properties:{Name: '4', Address: '95-24 ALLENDALE STREET, JAMAICA', Month: '7', Price: '1836'}, geometry: { type: 'Point', coordinates:[-73.80885465, 40.69735633]} },
{type: 'Feature',properties:{Name: '4', Address: '95-02 LIVERPOOL STREET, JAMAICA', Month: '12', Price: '1090'}, geometry: { type: 'Point', coordinates:[-73.80803887, 40.69761847]} },
{type: 'Feature',properties:{Name: '4', Address: '97-26 REMINGTON STREET, JAMAICA', Month: '3', Price: '5990'}, geometry: { type: 'Point', coordinates:[-73.81147157, 40.6952554]} },
{type: 'Feature',properties:{Name: '4', Address: '97-26 REMINGTON STREET, JAMAICA', Month: '7', Price: '5990'}, geometry: { type: 'Point', coordinates:[-73.81147157, 40.6952554]} },
{type: 'Feature',properties:{Name: '4', Address: '138-09 101ST AVENUE, JAMAICA', Month: '10', Price: '2166'}, geometry: { type: 'Point', coordinates:[-73.81056178, 40.69434539]} },
{type: 'Feature',properties:{Name: '4', Address: '138-30 97TH AVENUE, JAMAICA', Month: '10', Price: '1564'}, geometry: { type: 'Point', coordinates:[-73.81056147, 40.69572601]} },
{type: 'Feature',properties:{Name: '4', Address: '138-30 97TH AVENUE, JAMAICA', Month: '11', Price: '1564'}, geometry: { type: 'Point', coordinates:[-73.81056147, 40.69572601]} },
{type: 'Feature',properties:{Name: '4', Address: '97-27 SANDERS PLACE, JAMAICA', Month: '2', Price: '1719'}, geometry: { type: 'Point', coordinates:[-73.81060176, 40.69550649]} },
{type: 'Feature',properties:{Name: '4', Address: '97-27 SANDERS PLACE, JAMAICA', Month: '10', Price: '1719'}, geometry: { type: 'Point', coordinates:[-73.81060176, 40.69550649]} },
{type: 'Feature',properties:{Name: '4', Address: '139-06 97TH AVENUE, JAMAICA', Month: '7', Price: '2165'}, geometry: { type: 'Point', coordinates:[-73.80980715, 40.6959416]} },
{type: 'Feature',properties:{Name: '4', Address: '97-15 BRISBIN STREET, JAMAICA', Month: '4', Price: '1828'}, geometry: { type: 'Point', coordinates:[-73.8089668, 40.69597315]} },
{type: 'Feature',properties:{Name: '4', Address: '138-48 101ST AVENUE, JAMAICA', Month: '9', Price: '2440'}, geometry: { type: 'Point', coordinates:[-73.80972452, 40.69456633]} },
{type: 'Feature',properties:{Name: '4', Address: '138-63 102ND AVENUE, JAMAICA', Month: '3', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.81010925, 40.69369688]} },
{type: 'Feature',properties:{Name: '4', Address: '102-01 REMINGTON STREET, JAMAICA', Month: '7', Price: '1646'}, geometry: { type: 'Point', coordinates:[-73.81045248, 40.69346963]} },
{type: 'Feature',properties:{Name: '4', Address: '138-48 102 AVENUE, JAMAICA', Month: '11', Price: '1665'}, geometry: { type: 'Point', coordinates:[-73.8101057, 40.6936804]} },
{type: 'Feature',properties:{Name: '4', Address: '138-48 102 AVENUE, JAMAICA', Month: '6', Price: '1665'}, geometry: { type: 'Point', coordinates:[-73.8101057, 40.6936804]} },
{type: 'Feature',properties:{Name: '4', Address: '102-11 REMINGTON STREET, JAMAICA', Month: '2', Price: '2027'}, geometry: { type: 'Point', coordinates:[-73.81034844, 40.69328281]} },
{type: 'Feature',properties:{Name: '4', Address: '97-11 147 PLACE, JAMAICA', Month: '3', Price: '2304'}, geometry: { type: 'Point', coordinates:[-73.80485155, 40.69738529]} },
{type: 'Feature',properties:{Name: '4', Address: '169-26 JAMAICA AVENUE, JAMAICA', Month: '6', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.79044306, 40.70696118]} },
{type: 'Feature',properties:{Name: '4', Address: '168-76 92ND ROAD, JAMAICA', Month: '11', Price: '1416'}, geometry: { type: 'Point', coordinates:[-73.7906521, 40.7058609]} },
{type: 'Feature',properties:{Name: '4', Address: '92-43 168TH PLACE, JAMAICA', Month: '9', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.79093062, 40.70560615]} },
{type: 'Feature',properties:{Name: '4', Address: '92-53 170TH STREET, JAMAICA', Month: '9', Price: '2193'}, geometry: { type: 'Point', coordinates:[-73.78902522, 40.70593204]} },
{type: 'Feature',properties:{Name: '4', Address: '92-57 172ND STREET, JAMAICA', Month: '2', Price: '1378'}, geometry: { type: 'Point', coordinates:[-73.78743401, 40.70612674]} },
{type: 'Feature',properties:{Name: '4', Address: '92-37 172ND STREET, JAMAICA', Month: '10', Price: '1420'}, geometry: { type: 'Point', coordinates:[-73.78757001, 40.70645911]} },
{type: 'Feature',properties:{Name: '4', Address: '92-36 175 ST, JAMAICA', Month: '9', Price: '1805'}, geometry: { type: 'Point', coordinates:[-73.78552246, 40.70723208]} },
{type: 'Feature',properties:{Name: '4', Address: '92-23 173 STREET, JAMAICA', Month: '10', Price: '2221'}, geometry: { type: 'Point', coordinates:[-73.78650316, 40.70734369]} },
{type: 'Feature',properties:{Name: '4', Address: '175-04 93RD AVENUE, JAMAICA', Month: '5', Price: '1272'}, geometry: { type: 'Point', coordinates:[-73.78500204, 40.70643238]} },
{type: 'Feature',properties:{Name: '4', Address: '89-15 148TH STREET, JAMAICA', Month: '1', Price: '2549'}, geometry: { type: 'Point', coordinates:[-73.8074689, 40.70392226]} },
{type: 'Feature',properties:{Name: '4', Address: '89-09 148TH STREET, JAMAICA', Month: '5', Price: '2549'}, geometry: { type: 'Point', coordinates:[-73.80748681, 40.70396346]} },
{type: 'Feature',properties:{Name: '4', Address: '89-09 148TH STREET, JAMAICA', Month: '8', Price: '2549'}, geometry: { type: 'Point', coordinates:[-73.80748681, 40.70396346]} },
{type: 'Feature',properties:{Name: '4', Address: '139-26 87TH AVENUE, JAMAICA', Month: '10', Price: '2823'}, geometry: { type: 'Point', coordinates:[-73.8147102, 40.70684086]} },
{type: 'Feature',properties:{Name: '4', Address: '87-20 144 STREET, JAMAICA', Month: '1', Price: '2584'}, geometry: { type: 'Point', coordinates:[-73.81208913, 40.70645234]} },
{type: 'Feature',properties:{Name: '4', Address: '88-49 162ND STREET, JAMAICA', Month: '12', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.79967831, 40.70758147]} },
{type: 'Feature',properties:{Name: '4', Address: '168-39 89TH AVENUE, JAMAICA', Month: '4', Price: '2050'}, geometry: { type: 'Point', coordinates:[-73.79283888, 40.70899939]} },
{type: 'Feature',properties:{Name: '4', Address: '88-25 171ST STREET, JAMAICA', Month: '8', Price: '3216'}, geometry: { type: 'Point', coordinates:[-73.79019884, 40.71006781]} },
{type: 'Feature',properties:{Name: '4', Address: '173-02A 89 AVE, JAMAICA', Month: '2', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.78807032, 40.71018743]} },
{type: 'Feature',properties:{Name: '4', Address: '87-12 166 STREET, JAMAICA', Month: '6', Price: '3265'}, geometry: { type: 'Point', coordinates:[-73.7971907, 40.71076654]} },
{type: 'Feature',properties:{Name: '4', Address: '87-06 167 STREET, JAMAICA', Month: '7', Price: '2975'}, geometry: { type: 'Point', coordinates:[-73.79630587, 40.71112728]} },
{type: 'Feature',properties:{Name: '4', Address: '87-10 167TH STREET, JAMAICA', Month: '1', Price: '2690'}, geometry: { type: 'Point', coordinates:[-73.79628438, 40.71107784]} },
{type: 'Feature',properties:{Name: '4', Address: '167-02 HIGHLAND AVENUE, JAMAICA', Month: '8', Price: '4032'}, geometry: { type: 'Point', coordinates:[-73.79631915, 40.7115006]} },
{type: 'Feature',properties:{Name: '4', Address: '8716 168TH PLACE, JAMAICA', Month: '9', Price: '3718'}, geometry: { type: 'Point', coordinates:[-73.7944939, 40.71152205]} },
{type: 'Feature',properties:{Name: '4', Address: '170-60 CEDARCROFT ROAD, JAMAICA', Month: '1', Price: '3139'}, geometry: { type: 'Point', coordinates:[-73.79155599, 40.71207945]} },
{type: 'Feature',properties:{Name: '4', Address: '90-28 138TH PLACE, JAMAICA', Month: '8', Price: '2860'}, geometry: { type: 'Point', coordinates:[-73.81316898, 40.70079712]} },
{type: 'Feature',properties:{Name: '4', Address: '145-07 95TH AVENUE, JAMAICA', Month: '10', Price: '2560'}, geometry: { type: 'Point', coordinates:[-73.80719345, 40.69814954]} },
{type: 'Feature',properties:{Name: '4', Address: '138-23 97TH AVENUE, JAMAICA', Month: '10', Price: '3323'}, geometry: { type: 'Point', coordinates:[-73.81058669, 40.69573429]} },
{type: 'Feature',properties:{Name: '4', Address: '143-34 97TH AVENUE, JAMAICA', Month: '3', Price: '2694'}, geometry: { type: 'Point', coordinates:[-73.80804946, 40.69644372]} },
{type: 'Feature',properties:{Name: '4', Address: '145-29 LIBERTY AVENUE, JAMAICA', Month: '10', Price: '3039'}, geometry: { type: 'Point', coordinates:[-73.80736461, 40.6938323]} },
{type: 'Feature',properties:{Name: '4', Address: '145-31 LIBERTY AVENUE, JAMAICA', Month: '8', Price: '2736'}, geometry: { type: 'Point', coordinates:[-73.80733569, 40.69385695]} },
{type: 'Feature',properties:{Name: '4', Address: '143-18 102ND AVENUE, JAMAICA', Month: '12', Price: '2634'}, geometry: { type: 'Point', coordinates:[-73.8076876, 40.69437081]} },
{type: 'Feature',properties:{Name: '4', Address: '145-35 LIBERTY AVENUE, JAMAICA', Month: '12', Price: '2634'}, geometry: { type: 'Point', coordinates:[-73.80728147, 40.69390078]} },
{type: 'Feature',properties:{Name: '4', Address: '97-15 LIVERPOOL STREET, JAMAICA', Month: '3', Price: '4149'}, geometry: { type: 'Point', coordinates:[-73.80727766, 40.69646439]} },
{type: 'Feature',properties:{Name: '4', Address: '89-18 150TH STREET, JAMAICA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80553788, 40.70441856]} },
{type: 'Feature',properties:{Name: '4', Address: '148-31 90TH AVENUE, JAMAICA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80683583, 40.70333382]} },
{type: 'Feature',properties:{Name: '4', Address: '169-13 90TH AVENUE, JAMAICA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79144104, 40.70846987]} },
{type: 'Feature',properties:{Name: '4', Address: '169-11 90TH AVENUE, JAMAICA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79145548, 40.70846441]} },
{type: 'Feature',properties:{Name: '4', Address: '138-25 97TH AVENUE, JAMAICA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.81057225, 40.69573975]} },
{type: 'Feature',properties:{Name: '4', Address: '97-19 LIVERPOOL STREET, JAMAICA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80727766, 40.69646439]} },
{type: 'Feature',properties:{Name: '4', Address: '88-41 162ND STREET, JAMAICA', Month: '10', Price: '1872'}, geometry: { type: 'Point', coordinates:[-73.79974292, 40.70768314]} },
{type: 'Feature',properties:{Name: '4', Address: '88-40 163RD STREET, JAMAICA', Month: '4', Price: '2142'}, geometry: { type: 'Point', coordinates:[-73.7988584, 40.70796156]} },
{type: 'Feature',properties:{Name: '4', Address: '88-46 163RD STREET, JAMAICA', Month: '11', Price: '2226'}, geometry: { type: 'Point', coordinates:[-73.79881173, 40.70789012]} },
{type: 'Feature',properties:{Name: '4', Address: '88-48 163RD STREET, JAMAICA', Month: '10', Price: '2226'}, geometry: { type: 'Point', coordinates:[-73.79879737, 40.70786539]} },
{type: 'Feature',properties:{Name: '4', Address: '88-50 163RD STREET, JAMAICA', Month: '3', Price: '2260'}, geometry: { type: 'Point', coordinates:[-73.79878302, 40.70784066]} },
{type: 'Feature',properties:{Name: '4', Address: '88-50 163RD STREET, JAMAICA', Month: '12', Price: '2260'}, geometry: { type: 'Point', coordinates:[-73.79878302, 40.70784066]} },
{type: 'Feature',properties:{Name: '4', Address: '166-25 89 AVENUE, JAMAICA', Month: '12', Price: '8500'}, geometry: { type: 'Point', coordinates:[-73.795186, 40.70814997]} },
{type: 'Feature',properties:{Name: '4', Address: '89-32 138TH STREET, JAMAICA', Month: '11', Price: '18000'}, geometry: { type: 'Point', coordinates:[-73.81437586, 40.70126569]} },
{type: 'Feature',properties:{Name: '4', Address: '138-15 102ND AVENUE, JAMAICA', Month: '11', Price: '1272'}, geometry: { type: 'Point', coordinates:[-73.81013091, 40.69369142]} },
{type: 'Feature',properties:{Name: '4', Address: '152-09 88TH AVENUE, JAMAICA', Month: '4', Price: '49754'}, geometry: { type: 'Point', coordinates:[-73.80437136, 40.70617598]} },
{type: 'Feature',properties:{Name: '4', Address: '155-01 90TH AVENUE, 4L, JAMAICA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80210378, 40.70459386]} },
{type: 'Feature',properties:{Name: '4', Address: '155-01 90TH AVENUE, 5J, JAMAICA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80210378, 40.70459386]} },
{type: 'Feature',properties:{Name: '4', Address: '155-01 90 AVE, 3K, JAMAICA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80210378, 40.70459386]} },
{type: 'Feature',properties:{Name: '4', Address: '89-15 PARSONS BLVD, #15H, JAMAICA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80150947, 40.70553704]} },
{type: 'Feature',properties:{Name: '4', Address: '89-15 PARSONS BLVD., 2N, JAMAICA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80150947, 40.70553704]} },
{type: 'Feature',properties:{Name: '4', Address: '89-15 PARSONS BLVD, 12F, JAMAICA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80150947, 40.70553704]} },
{type: 'Feature',properties:{Name: '4', Address: '89-15 PARSONS BLVD., 9C, JAMAICA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80150947, 40.70553704]} },
{type: 'Feature',properties:{Name: '4', Address: '89-15 PARSONS BLVD, 14P, JAMAICA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80150947, 40.70553704]} },
{type: 'Feature',properties:{Name: '4', Address: '89-15 PARSONS BLVD, 7P, JAMAICA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80150947, 40.70553704]} },
{type: 'Feature',properties:{Name: '4', Address: '89-15 PARSONS BLVD, 1A, JAMAICA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80150947, 40.70553704]} },
{type: 'Feature',properties:{Name: '4', Address: '160-10 89TH AVENUE, 9K, JAMAICA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80031351, 40.70624587]} },
{type: 'Feature',properties:{Name: '4', Address: '160-10 89TH AVENUE, 4M, JAMAICA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80031351, 40.70624587]} },
{type: 'Feature',properties:{Name: '4', Address: '160-10 89TH AVENUE, 3B, JAMAICA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80031351, 40.70624587]} },
{type: 'Feature',properties:{Name: '4', Address: '160-10 89TH AVENUE, 15E, JAMAICA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80031351, 40.70624587]} },
{type: 'Feature',properties:{Name: '4', Address: '160-10 89TH AVENUE, 15H, JAMAICA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80031351, 40.70624587]} },
{type: 'Feature',properties:{Name: '4', Address: '89-00 170TH STREET, 3M, JAMAICA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79108092, 40.70943812]} },
{type: 'Feature',properties:{Name: '4', Address: '89-00 170TH STREET, 1N, JAMAICA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79108092, 40.70943812]} },
{type: 'Feature',properties:{Name: '4', Address: '89-00 170TH STREET, 3P, JAMAICA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79108092, 40.70943812]} },
{type: 'Feature',properties:{Name: '4', Address: '89-00 170TH STREET, 6G, JAMAICA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79108092, 40.70943812]} },
{type: 'Feature',properties:{Name: '4', Address: '89-00 170TH STREET, 11M, JAMAICA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79108092, 40.70943812]} },
{type: 'Feature',properties:{Name: '4', Address: '170-06 88TH AVENUE, 3M, JAMAICA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79139891, 40.71040486]} },
{type: 'Feature',properties:{Name: '4', Address: '17006 88 AVE, 4 H, JAMAICA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79139891, 40.71040486]} },
{type: 'Feature',properties:{Name: '4', Address: '87-70 173RD STREET, 5E, JAMAICA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78915886, 40.71157279]} },
{type: 'Feature',properties:{Name: '4', Address: '87-70 173RD STREET, 7H, JAMAICA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78915886, 40.71157279]} },
{type: 'Feature',properties:{Name: '4', Address: '87-20 175TH STREET, 4E, JAMAICA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78762301, 40.71133117]} },
{type: 'Feature',properties:{Name: '4', Address: '175-45 88TH AVENUE, 5K, JAMAICA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78701416, 40.71109949]} },
{type: 'Feature',properties:{Name: '4', Address: '175-20 WEXFORD TERRACE, 1P, JAMAICA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78816755, 40.71250694]} },
{type: 'Feature',properties:{Name: '4', Address: '175-20 WEXFORD TERRACE, 5Y, JAMAICA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78816755, 40.71250694]} },
{type: 'Feature',properties:{Name: '4', Address: '175-20 WEXFORD TERRACE, 15J, JAMAICA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78816755, 40.71250694]} },
{type: 'Feature',properties:{Name: '4', Address: '17520 WEXFORD TERRACE, 14B, JAMAICA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78816755, 40.71250694]} },
{type: 'Feature',properties:{Name: '4', Address: '175-20 WEXFORD TERRACE, 3H, JAMAICA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78816755, 40.71250694]} },
{type: 'Feature',properties:{Name: '4', Address: '175-20 WEXFORD TERRACE, 15H, JAMAICA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78816755, 40.71250694]} },
{type: 'Feature',properties:{Name: '4', Address: '175-20 WEXFORD TERRACE, 9-O, JAMAICA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78816755, 40.71250694]} },
{type: 'Feature',properties:{Name: '4', Address: '175-20 WEXFORD TERRACE, 10W, JAMAICA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78816755, 40.71250694]} },
{type: 'Feature',properties:{Name: '4', Address: '175-20 WEXFORD TERRACE, 10B, JAMAICA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78816755, 40.71250694]} },
{type: 'Feature',properties:{Name: '4', Address: '175-20 WEXFORD TERRACE, 11V, JAMAICA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78816755, 40.71250694]} },
{type: 'Feature',properties:{Name: '4', Address: '175-20 WEXFORD TERRACE, 9L, JAMAICA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78816755, 40.71250694]} },
{type: 'Feature',properties:{Name: '4', Address: '175-20 WEXFORD TERRACE, 10K, JAMAICA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78816755, 40.71250694]} },
{type: 'Feature',properties:{Name: '4', Address: '164-20 HIGHLAND AVENUE, 5E, JAMAICA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79951484, 40.71036438]} },
{type: 'Feature',properties:{Name: '4', Address: '164-20 HIGHLAND AVENUE, 3E, JAMAICA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79951484, 40.71036438]} },
{type: 'Feature',properties:{Name: '4', Address: '164-20 HIGHLAND AVENUE, 4R, JAMAICA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79951484, 40.71036438]} },
{type: 'Feature',properties:{Name: '4', Address: '164-20 HIGHLAND AVE, 1S, JAMAICA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79951484, 40.71036438]} },
{type: 'Feature',properties:{Name: '4', Address: '164-20 HIGHLAND AVENUE, 8T, JAMAICA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79951484, 40.71036438]} },
{type: 'Feature',properties:{Name: '4', Address: '87-15 165TH STREET, 2H, JAMAICA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79841515, 40.71021699]} },
{type: 'Feature',properties:{Name: '4', Address: '87-15 165TH STREET, 7J, JAMAICA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79841515, 40.71021699]} },
{type: 'Feature',properties:{Name: '4', Address: '87-15 165TH STREET, 3M, JAMAICA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79841515, 40.71021699]} },
{type: 'Feature',properties:{Name: '4', Address: '87-15 165TH STREET, 4J, JAMAICA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79841515, 40.71021699]} },
{type: 'Feature',properties:{Name: '4', Address: '165-20 HIGHLAND AVENUE, 302, JAMAICA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79786104, 40.71095436]} },
{type: 'Feature',properties:{Name: '4', Address: '165-20 HIGHLAND AVENUE, 106, JAMAICA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79786104, 40.71095436]} },
{type: 'Feature',properties:{Name: '4', Address: '87-05 166TH STREET, 4A, JAMAICA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79726238, 40.71091488]} },
{type: 'Feature',properties:{Name: '4', Address: '87-05 166TH STREET, 5B, JAMAICA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79726238, 40.71091488]} },
{type: 'Feature',properties:{Name: '4', Address: '87-05 166TH STREET, 2D, JAMAICA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79726238, 40.71091488]} },
{type: 'Feature',properties:{Name: '4', Address: '87-27 169TH STREET, 1B, JAMAICA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79350889, 40.71161361]} },
{type: 'Feature',properties:{Name: '4', Address: '170-40 HIGHLAND AVE, 105, JAMAICA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7918891, 40.71283486]} },
{type: 'Feature',properties:{Name: '4', Address: '170-40 HIGHLAND AVE, 107, JAMAICA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7918891, 40.71283486]} },
{type: 'Feature',properties:{Name: '4', Address: '172-70 HIGHLAND AVENUE, 9B, JAMAICA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78851798, 40.71347649]} },
{type: 'Feature',properties:{Name: '4', Address: '172-70 HIGHLAND AVENUE, 4S, JAMAICA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78851798, 40.71347649]} },
{type: 'Feature',properties:{Name: '4', Address: '172-70 HIGHLAND AVENUE, 8G, JAMAICA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78851798, 40.71347649]} },
{type: 'Feature',properties:{Name: '4', Address: '172-70 HIGHLAND AVENUE, 2M, JAMAICA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78851798, 40.71347649]} },
{type: 'Feature',properties:{Name: '4', Address: '172-70 HIGHLAND AVENUE, 5N, JAMAICA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78851798, 40.71347649]} },
{type: 'Feature',properties:{Name: '4', Address: '172-70 HIGHLAND AVENUE, 5S, JAMAICA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78851798, 40.71347649]} },
{type: 'Feature',properties:{Name: '4', Address: '172-70 HIGHLAND AVENUE, 7P, JAMAICA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78851798, 40.71347649]} },
{type: 'Feature',properties:{Name: '4', Address: '172-70 HIGHLAND AVENUE, 5F, JAMAICA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78851798, 40.71347649]} },
{type: 'Feature',properties:{Name: '4', Address: '172-70 HIGHLAND AVENUE, 2B, JAMAICA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78851798, 40.71347649]} },
{type: 'Feature',properties:{Name: '4', Address: '172-70 HIGHLAND AVE, 6C, JAMAICA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78851798, 40.71347649]} },
{type: 'Feature',properties:{Name: '4', Address: '90-09 160TH STREET, JAMAICA', Month: '6', Price: '95465'}, geometry: { type: 'Point', coordinates:[-73.79990256, 40.70496884]} },
{type: 'Feature',properties:{Name: '4', Address: '88-20 PARSONS BOULEVARD, JAMAICA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80206939, 40.7064575]} },
{type: 'Feature',properties:{Name: '4', Address: '88-20 PARSONS BLVD, JAMAICA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80206939, 40.7064575]} },
{type: 'Feature',properties:{Name: '4', Address: '88-20 PARSONS BOULEVARD, JAMAICA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80206939, 40.7064575]} },
{type: 'Feature',properties:{Name: '4', Address: '88-20 PARSONS BLVD, JAMAICA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80206939, 40.7064575]} },
{type: 'Feature',properties:{Name: '4', Address: '88-20 PARSONS BOULEVARD, JAMAICA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80206939, 40.7064575]} },
{type: 'Feature',properties:{Name: '4', Address: '88-20 PARSONS BOULEVARD, JAMAICA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80206939, 40.7064575]} },
{type: 'Feature',properties:{Name: '4', Address: '87-12 175TH STREET, JAMAICA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78764096, 40.71135865]} },
{type: 'Feature',properties:{Name: '4', Address: '87-12 175TH STREET, JAMAICA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78764096, 40.71135865]} },
{type: 'Feature',properties:{Name: '4', Address: '87-12 175TH STREET, JAMAICA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78764096, 40.71135865]} },
{type: 'Feature',properties:{Name: '4', Address: '87-12 175TH STREET, JAMAICA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78764096, 40.71135865]} },
{type: 'Feature',properties:{Name: '4', Address: '87-12 175TH STREET, JAMAICA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78764096, 40.71135865]} },
{type: 'Feature',properties:{Name: '4', Address: '87-12 175TH STREET, JAMAICA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78764096, 40.71135865]} },
{type: 'Feature',properties:{Name: '4', Address: '87-12 175TH STREET, JAMAICA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78764096, 40.71135865]} },
{type: 'Feature',properties:{Name: '4', Address: '87-12 175TH STREET, JAMAICA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78764096, 40.71135865]} },
{type: 'Feature',properties:{Name: '4', Address: '87-12 175TH STREET, JAMAICA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78764096, 40.71135865]} },
{type: 'Feature',properties:{Name: '4', Address: '87-12 175TH STREET, JAMAICA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78764096, 40.71135865]} },
{type: 'Feature',properties:{Name: '4', Address: '87-12 175TH STREET, JAMAICA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78764096, 40.71135865]} },
{type: 'Feature',properties:{Name: '4', Address: '170-12 HIGHLAND AVENUE, JAMAICA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79265457, 40.71259196]} },
{type: 'Feature',properties:{Name: '4', Address: '170-12 HIGHLAND AVENUE, JAMAICA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79265457, 40.71259196]} },
{type: 'Feature',properties:{Name: '4', Address: '170-12 HIGHLAND AVENUE, JAMAICA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79265457, 40.71259196]} },
{type: 'Feature',properties:{Name: '4', Address: '90-20 161 STREET, JAMAICA', Month: '10', Price: '6480'}, geometry: { type: 'Point', coordinates:[-73.79927432, 40.70519281]} },
{type: 'Feature',properties:{Name: '4', Address: '90-22 161ST STREET, JAMAICA', Month: '12', Price: '6480'}, geometry: { type: 'Point', coordinates:[-73.79927432, 40.70519281]} },
{type: 'Feature',properties:{Name: '4', Address: '90-22 161ST STREET, JAMAICA', Month: '2', Price: '6480'}, geometry: { type: 'Point', coordinates:[-73.79927432, 40.70519281]} },
{type: 'Feature',properties:{Name: '4', Address: '159-05 HILLSIDE AVENUE, JAMAICA', Month: '7', Price: '3970'}, geometry: { type: 'Point', coordinates:[-73.80262456, 40.70777046]} },
{type: 'Feature',properties:{Name: '4', Address: '173-04 JAMAICA AVENUE, JAMAICA', Month: '3', Price: '3360'}, geometry: { type: 'Point', coordinates:[-73.78653387, 40.70789271]} },
{type: 'Feature',properties:{Name: '4', Address: '150-20 HILLSIDE AVENUE, JAMAICA', Month: '5', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.80625614, 40.70671715]} },
{type: 'Feature',properties:{Name: '4', Address: '90-75 SUTPHIN BOULEVARD, JAMAICA', Month: '10', Price: '90840'}, geometry: { type: 'Point', coordinates:[-73.80790817, 40.70167503]} },
{type: 'Feature',properties:{Name: '4', Address: '147-05 94TH AVENUE, JAMAICA', Month: '2', Price: '2841'}, geometry: { type: 'Point', coordinates:[-73.80666407, 40.69913403]} },
{type: 'Feature',properties:{Name: '4', Address: '93-43 SUTPHIN BOULEVARD, JAMAICA', Month: '10', Price: '1780'}, geometry: { type: 'Point', coordinates:[-73.80717888, 40.6994478]} },
{type: 'Feature',properties:{Name: '4', Address: '93-45 SUTPHIN BOULEVARD, JAMAICA', Month: '5', Price: '976'}, geometry: { type: 'Point', coordinates:[-73.8071717, 40.6994368]} },
{type: 'Feature',properties:{Name: '4', Address: '147-12 ARCHER AVENUE, JAMAICA', Month: '10', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.80724743, 40.7006858]} },
{type: 'Feature',properties:{Name: '4', Address: '147-18 ARCHER AVENUE, JAMAICA', Month: '7', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.80707781, 40.70072395]} },
{type: 'Feature',properties:{Name: '4', Address: '147-20 ARCHER AVENUE, JAMAICA', Month: '7', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.80702007, 40.70073757]} },
{type: 'Feature',properties:{Name: '4', Address: '148-27 JAMAICA AVENUE, JAMAICA', Month: '12', Price: '10800'}, geometry: { type: 'Point', coordinates:[-73.80611891, 40.7018175]} },
{type: 'Feature',properties:{Name: '4', Address: '139-32 HILLSIDE AVENUE, JAMAICA', Month: '2', Price: '1444'}, geometry: { type: 'Point', coordinates:[-73.81417578, 40.70446851]} },
{type: 'Feature',properties:{Name: '4', Address: '87-84 SUTPHIN BLVD, JAMAICA', Month: '1', Price: '4446'}, geometry: { type: 'Point', coordinates:[-73.80938437, 40.70506727]} },
{type: 'Feature',properties:{Name: '4', Address: '87-86/88 PARSONS BOULEVARD, JAMAICA', Month: '2', Price: '2415'}, geometry: { type: 'Point', coordinates:[-73.8025983, 40.70689483]} },
{type: 'Feature',properties:{Name: '4', Address: '159-20 HILLSIDE AVENUE, JAMAICA', Month: '1', Price: '1950'}, geometry: { type: 'Point', coordinates:[-73.8025127, 40.70778674]} },
{type: 'Feature',properties:{Name: '4', Address: '169-11 JAMAICA AVENUE, JAMAICA', Month: '11', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.79056936, 40.70694219]} },
{type: 'Feature',properties:{Name: '4', Address: '169-05 JAMAICA AVENUE, JAMAICA', Month: '9', Price: '2668'}, geometry: { type: 'Point', coordinates:[-73.79061267, 40.70693129]} },
{type: 'Feature',properties:{Name: '4', Address: '168-47 88TH AVENUE, JAMAICA', Month: '5', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.79323677, 40.70979883]} },
{type: 'Feature',properties:{Name: '4', Address: '175-42 HILLSIDE AVENUE, JAMAICA', Month: '1', Price: '2054'}, geometry: { type: 'Point', coordinates:[-73.78739774, 40.71184403]} },
{type: 'Feature',properties:{Name: '4', Address: '91-06 SUTPHIN BOULEVARD, JAMAICA', Month: '5', Price: '1500'}, geometry: { type: 'Point', coordinates:[-73.80786303, 40.7010711]} },
{type: 'Feature',properties:{Name: '4', Address: '148-12 JAMAICA AVENUE, JAMAICA', Month: '3', Price: '10000'}, geometry: { type: 'Point', coordinates:[-73.80613699, 40.70180106]} },
{type: 'Feature',properties:{Name: '4', Address: '148-18 JAMAICA AVENUE, JAMAICA', Month: '2', Price: '9400'}, geometry: { type: 'Point', coordinates:[-73.80610452, 40.70180375]} },
{type: 'Feature',properties:{Name: '4', Address: '93-01 SUTPHIN BOULEVARD, JAMAICA', Month: '4', Price: '60660'}, geometry: { type: 'Point', coordinates:[-73.80769157, 40.70049716]} },
{type: 'Feature',properties:{Name: '4', Address: '147-14 ARCHER AVENUE, JAMAICA', Month: '12', Price: '3560'}, geometry: { type: 'Point', coordinates:[-73.80718968, 40.70069943]} },
{type: 'Feature',properties:{Name: '4', Address: '147-16 ARCHER AVENUE, JAMAICA', Month: '12', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.80713194, 40.70071306]} },
{type: 'Feature',properties:{Name: '4', Address: '147-22 ARCHER AVENUE, JAMAICA', Month: '11', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.80696232, 40.7007512]} },
{type: 'Feature',properties:{Name: '4', Address: '92-22/92-26 GUY R BREWER BLVD, JAMAICA', Month: '6', Price: '9300'}, geometry: { type: 'Point', coordinates:[-73.79678292, 40.70372548]} },
{type: 'Feature',properties:{Name: '4', Address: '92-12 165TH STREET, JAMAICA', Month: '10', Price: '14742'}, geometry: { type: 'Point', coordinates:[-73.79454649, 40.70499234]} },
{type: 'Feature',properties:{Name: '4', Address: '166-30 JAMAICA AVENUE, JAMAICA', Month: '7', Price: '11600'}, geometry: { type: 'Point', coordinates:[-73.79371411, 40.7059076]} },
{type: 'Feature',properties:{Name: '4', Address: '139-01 JAMAICA AVENUE, JAMAICA', Month: '9', Price: '20800'}, geometry: { type: 'Point', coordinates:[-73.8128541, 40.7024819]} },
{type: 'Feature',properties:{Name: '4', Address: '87-85 139TH STREET, JAMAICA', Month: '11', Price: '7500'}, geometry: { type: 'Point', coordinates:[-73.81421292, 40.70408431]} },
{type: 'Feature',properties:{Name: '4', Address: '139-01 ARCHER AVENUE, JAMAICA', Month: '9', Price: '7500'}, geometry: { type: 'Point', coordinates:[-73.81141663, 40.69937796]} },
{type: 'Feature',properties:{Name: '4', Address: '99-18 150TH STREET, JAMAICA', Month: '4', Price: '7500'}, geometry: { type: 'Point', coordinates:[-73.80249414, 40.69822392]} },
{type: 'Feature',properties:{Name: '4', Address: '147-30 ARCHER AVENUE, JAMAICA', Month: '9', Price: '12000'}, geometry: { type: 'Point', coordinates:[-73.80662311, 40.70082199]} },
{type: 'Feature',properties:{Name: '4', Address: '94-12 150TH STREET, JAMAICA', Month: '4', Price: '9460'}, geometry: { type: 'Point', coordinates:[-73.80344423, 40.70012218]} },
{type: 'Feature',properties:{Name: '4', Address: '94-12 150TH STREET, JAMAICA', Month: '2', Price: '9460'}, geometry: { type: 'Point', coordinates:[-73.80344423, 40.70012218]} },
{type: 'Feature',properties:{Name: '4', Address: '170-41 DOUGLAS AVENUE, JAMAICA', Month: '5', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.78774967, 40.70440635]} },
{type: 'Feature',properties:{Name: '4', Address: '87-12 175TH STREET, JAMAICA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78764096, 40.71135865]} },
{type: 'Feature',properties:{Name: '4', Address: '87-12 175TH STREET, JAMAICA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78764096, 40.71135865]} },
{type: 'Feature',properties:{Name: '4', Address: '138-50 HILLSIDE AVENUE, JAMAICA', Month: '2', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.8149951, 40.70425574]} },
{type: 'Feature',properties:{Name: '4', Address: '138-17 HILLSIDE AVENUE, JAMAICA', Month: '8', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.81586822, 40.70414461]} },
{type: 'Feature',properties:{Name: '4', Address: '138-11 HILLSIDE AVENUE, JAMAICA', Month: '3', Price: '800'}, geometry: { type: 'Point', coordinates:[-73.81600531, 40.7041311]} },
{type: 'Feature',properties:{Name: '4', Address: '148-26 HILLSIDE AVENUE, JAMAICA', Month: '6', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.80817295, 40.70616866]} },
{type: 'Feature',properties:{Name: '4', Address: '148-26 HILLSIDE AVENUE, JAMAICA', Month: '7', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.80817295, 40.70616866]} },
{type: 'Feature',properties:{Name: '4', Address: '144-13 HILLSIDE AVENUE, JAMAICA', Month: '9', Price: '200'}, geometry: { type: 'Point', coordinates:[-73.81170316, 40.70518911]} },
{type: 'Feature',properties:{Name: '4', Address: '153-11 90TH AVENUE, JAMAICA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80300979, 40.70434839]} },
{type: 'Feature',properties:{Name: '4', Address: '91-21 175TH STREET, JAMAICA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78612307, 40.70889653]} },
{type: 'Feature',properties:{Name: '4', Address: '91-19 175TH STREET, JAMAICA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78613023, 40.70891301]} },
{type: 'Feature',properties:{Name: '4', Address: '172-02 HILLSIDE AVENUE, JAMAICA', Month: '3', Price: '1368'}, geometry: { type: 'Point', coordinates:[-73.7900781, 40.71175563]} },
{type: 'Feature',properties:{Name: '4', Address: '165-01 HILLSIDE AVENUE, JAMAICA', Month: '4', Price: '875'}, geometry: { type: 'Point', coordinates:[-73.79770413, 40.70916998]} },
{type: 'Feature',properties:{Name: '4', Address: '149-11 ARCHER AVENUE, JAMAICA', Month: '3', Price: '3152'}, geometry: { type: 'Point', coordinates:[-73.8050134, 40.70123374]} },
{type: 'Feature',properties:{Name: '4', Address: 'SUTPHIN BOULEVARD, JAMAICA', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80686513, 40.69944452]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A ARCHER AVENUE, JAMAICA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80650832, 40.70060771]} },
{type: 'Feature',properties:{Name: '4', Address: '148-12 ARCHER AVENUE, JAMAICA', Month: '3', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.80585806, 40.70098265]} },
{type: 'Feature',properties:{Name: '4', Address: '97-26 SUTPHIN BOULEVARD, JAMAICA', Month: '8', Price: '3150'}, geometry: { type: 'Point', coordinates:[-73.80556324, 40.69695831]} },
{type: 'Feature',properties:{Name: '4', Address: '144-01 HILLSIDE AVENUE, JAMAICA', Month: '8', Price: '24000'}, geometry: { type: 'Point', coordinates:[-73.81171038, 40.70518638]} },
{type: 'Feature',properties:{Name: '4', Address: '147-20 94TH AVENUE, JAMAICA', Month: '5', Price: '5000'}, geometry: { type: 'Point', coordinates:[-73.80646195, 40.69918858]} },
{type: 'Feature',properties:{Name: '4', Address: '147-22 94TH AVENUE, JAMAICA', Month: '7', Price: '2250'}, geometry: { type: 'Point', coordinates:[-73.80644029, 40.69919678]} },
{type: 'Feature',properties:{Name: '4', Address: '147-24 94TH AVENUE, JAMAICA', Month: '5', Price: '2250'}, geometry: { type: 'Point', coordinates:[-73.80641502, 40.69920497]} },
{type: 'Feature',properties:{Name: '4', Address: '147-30 94TH AVENUE, JAMAICA', Month: '4', Price: '5000'}, geometry: { type: 'Point', coordinates:[-73.80634281, 40.6992323]} },
{type: 'Feature',properties:{Name: '4', Address: '94-02 148TH STREET, JAMAICA', Month: '2', Price: '10000'}, geometry: { type: 'Point', coordinates:[-73.80522758, 40.69952136]} },
{type: 'Feature',properties:{Name: '4', Address: '97-34 SUTPHIN BOULEVARD, JAMAICA', Month: '12', Price: '4800'}, geometry: { type: 'Point', coordinates:[-73.80535107, 40.69675484]} },
{type: 'Feature',properties:{Name: '4', Address: '94-28 MERRICK BOULEVARD, JAMAICA', Month: '5', Price: '12775'}, geometry: { type: 'Point', coordinates:[-73.79181852, 40.70309354]} },
{type: 'Feature',properties:{Name: '4', Address: 'SUTPHIN BOULEVARD, JAMAICA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80887859, 40.70536012]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 149TH STREET, JAMAICA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.805221, 40.701554]} },
{type: 'Feature',properties:{Name: '4', Address: '101ST AVENUE, JAMAICA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80533501, 40.6960796]} },
{type: 'Feature',properties:{Name: '4', Address: '97-35 WALTHAM STREET, JAMAICA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80628227, 40.69648468]} },
{type: 'Feature',properties:{Name: '4', Address: '150TH STREET, JAMAICA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80214562, 40.69900283]} },
{type: 'Feature',properties:{Name: '4', Address: '91-31 175TH STREET, JAMAICA', Month: '10', Price: '113240'}, geometry: { type: 'Point', coordinates:[-73.78606924, 40.70881134]} },
{type: 'Feature',properties:{Name: '4', Address: '147-07 88TH AVENUE, JAMAICA', Month: '5', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.80904216, 40.70491849]} },
{type: 'Feature',properties:{Name: '4', Address: '90-32 139TH STREET, JAMAICA', Month: '1', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.81229923, 40.70100706]} },
{type: 'Feature',properties:{Name: '4', Address: '138-33 91ST AVENUE, JAMAICA', Month: '11', Price: '5226'}, geometry: { type: 'Point', coordinates:[-73.81259392, 40.70009353]} },
{type: 'Feature',properties:{Name: '4', Address: '148-02 ARCHER AVENUE, JAMAICA', Month: '5', Price: '14900'}, geometry: { type: 'Point', coordinates:[-73.80591221, 40.70096627]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 165TH STREET, JAMAICA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7926051, 40.70298517]} },
{type: 'Feature',properties:{Name: '4', Address: '90-06 161ST STREET, JAMAICA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79927791, 40.70519831]} },
{type: 'Feature',properties:{Name: '4', Address: '88-10 PARSONS BOULEVARD, JAMAICA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80211247, 40.7065262]} },
{type: 'Feature',properties:{Name: '4', Address: '88-20 PARSONS BOULEVARD, JAMAICA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80206939, 40.7064575]} },
{type: 'Feature',properties:{Name: '4', Address: '88-20 PARSONS BOULEVARD, JAMAICA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80206939, 40.7064575]} },
{type: 'Feature',properties:{Name: '4', Address: '87-12 175TH STREET, JAMAICA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78764096, 40.71135865]} },
{type: 'Feature',properties:{Name: '4', Address: '87-12 175TH STREET, JAMAICA', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78764096, 40.71135865]} },
{type: 'Feature',properties:{Name: '4', Address: '87-12 175TH STREET, JAMAICA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78764096, 40.71135865]} },
{type: 'Feature',properties:{Name: '4', Address: '170-12 HIGHLAND AVENUE, JAMAICA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79265457, 40.71259196]} },
{type: 'Feature',properties:{Name: '4', Address: '170-12 HIGHLAND AVENUE, JAMAICA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79265457, 40.71259196]} },
{type: 'Feature',properties:{Name: '4', Address: '155-85 BAYVIEW AVE, JAMAICA BAY', Month: '4', Price: '780'}, geometry: { type: 'Point', coordinates:[-73.745941, 40.63715122]} },
{type: 'Feature',properties:{Name: '4', Address: '812 SHAD CREEK ROAD, JAMAICA BAY', Month: '2', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.82044929, 40.60751614]} },
{type: 'Feature',properties:{Name: '4', Address: '37 WEST 10TH ROAD, JAMAICA BAY', Month: '4', Price: '1007'}, geometry: { type: 'Point', coordinates:[-73.82159139, 40.60600279]} },
{type: 'Feature',properties:{Name: '4', Address: '31 WEST 11TH ROAD, JAMAICA BAY', Month: '11', Price: '1000'}, geometry: { type: 'Point', coordinates:[-73.8208084, 40.60521931]} },
{type: 'Feature',properties:{Name: '4', Address: '1452 BEACON PLACE, JAMAICA BAY', Month: '10', Price: '2656'}, geometry: { type: 'Point', coordinates:[-73.77121638, 40.61197408]} },
{type: 'Feature',properties:{Name: '4', Address: '65-16 BAYFIELD AVENUE, JAMAICA BAY', Month: '9', Price: '945'}, geometry: { type: 'Point', coordinates:[-73.79599948, 40.59908997]} },
{type: 'Feature',properties:{Name: '4', Address: '10-69 BAY 32ND STREET, JAMAICA BAY', Month: '8', Price: '2392'}, geometry: { type: 'Point', coordinates:[-73.76863, 40.60272166]} },
{type: 'Feature',properties:{Name: '4', Address: '1069 BAY 32ND STREET, JAMAICA BAY', Month: '10', Price: '2392'}, geometry: { type: 'Point', coordinates:[-73.76833816, 40.60276499]} },
{type: 'Feature',properties:{Name: '4', Address: '1069 BAY 32ND STREET, JAMAICA BAY', Month: '4', Price: '2392'}, geometry: { type: 'Point', coordinates:[-73.76833816, 40.60276499]} },
{type: 'Feature',properties:{Name: '4', Address: '69-02 BAYFIELD AVENUE, JAMAICA BAY', Month: '11', Price: '3932'}, geometry: { type: 'Point', coordinates:[-73.79916894, 40.59890067]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A BAYVIEW AVENUE, JAMAICA BAY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74584069, 40.63700003]} },
{type: 'Feature',properties:{Name: '4', Address: 'THE STRAND, JAMAICA BAY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7686579, 40.60922141]} },
{type: 'Feature',properties:{Name: '4', Address: '176-84 80TH ROAD, JAMAICA ESTATES', Month: '7', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.78906005, 40.72569993]} },
{type: 'Feature',properties:{Name: '4', Address: '181-03 KILDARE ROAD, JAMAICA ESTATES', Month: '7', Price: '1780'}, geometry: { type: 'Point', coordinates:[-73.78563613, 40.72572105]} },
{type: 'Feature',properties:{Name: '4', Address: '181-54 KILDARE ROAD, JAMAICA ESTATES', Month: '7', Price: '3562'}, geometry: { type: 'Point', coordinates:[-73.78599813, 40.72534295]} },
{type: 'Feature',properties:{Name: '4', Address: '81-23 UTOPIA PARKWAY, JAMAICA ESTATES', Month: '1', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.79037762, 40.72318264]} },
{type: 'Feature',properties:{Name: '4', Address: '80-74 DUMFRIES PLACE, JAMAICA ESTATES', Month: '6', Price: '1888'}, geometry: { type: 'Point', coordinates:[-73.78812998, 40.72432858]} },
{type: 'Feature',properties:{Name: '4', Address: '80-86 DUMFRIES PLACE, JAMAICA ESTATES', Month: '8', Price: '1536'}, geometry: { type: 'Point', coordinates:[-73.78800082, 40.72410053]} },
{type: 'Feature',properties:{Name: '4', Address: '179-29 KILDARE ROAD, JAMAICA ESTATES', Month: '11', Price: '1518'}, geometry: { type: 'Point', coordinates:[-73.78742751, 40.72400066]} },
{type: 'Feature',properties:{Name: '4', Address: '176-28 KILDARE ROAD, JAMAICA ESTATES', Month: '9', Price: '4467'}, geometry: { type: 'Point', coordinates:[-73.78946581, 40.72174272]} },
{type: 'Feature',properties:{Name: '4', Address: '179-39 TUDOR ROAD, JAMAICA ESTATES', Month: '1', Price: '2152'}, geometry: { type: 'Point', coordinates:[-73.7879625, 40.72026877]} },
{type: 'Feature',properties:{Name: '4', Address: '81-17 TRYON PLACE, JAMAICA ESTATES', Month: '9', Price: '1584'}, geometry: { type: 'Point', coordinates:[-73.78867714, 40.72243845]} },
{type: 'Feature',properties:{Name: '4', Address: '181-25 TUDOR ROAD, JAMAICA ESTATES', Month: '5', Price: '2204'}, geometry: { type: 'Point', coordinates:[-73.78745702, 40.72266402]} },
{type: 'Feature',properties:{Name: '4', Address: '181-51 ABERDEEN ROAD, JAMAICA ESTATES', Month: '4', Price: '2970'}, geometry: { type: 'Point', coordinates:[-73.78569647, 40.7226635]} },
{type: 'Feature',properties:{Name: '4', Address: '81-15 SURREY PLACE, JAMAICA ESTATES', Month: '2', Price: '2084'}, geometry: { type: 'Point', coordinates:[-73.78585912, 40.72369309]} },
{type: 'Feature',properties:{Name: '4', Address: '81-09 SURREY PLACE, JAMAICA ESTATES', Month: '5', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.78589867, 40.72373433]} },
{type: 'Feature',properties:{Name: '4', Address: '81-14 KENT STREET, JAMAICA ESTATES', Month: '9', Price: '3349'}, geometry: { type: 'Point', coordinates:[-73.78472323, 40.72463791]} },
{type: 'Feature',properties:{Name: '4', Address: '182-09 ABERDEEN ROAD, JAMAICA ESTATES', Month: '7', Price: '1180'}, geometry: { type: 'Point', coordinates:[-73.78510715, 40.72305765]} },
{type: 'Feature',properties:{Name: '4', Address: '182-20 ABERDEEN ROAD, JAMAICA ESTATES', Month: '2', Price: '2715'}, geometry: { type: 'Point', coordinates:[-73.7850819, 40.72305485]} },
{type: 'Feature',properties:{Name: '4', Address: '82-30 KENT STREET, JAMAICA ESTATES', Month: '10', Price: '1552'}, geometry: { type: 'Point', coordinates:[-73.78379965, 40.72352181]} },
{type: 'Feature',properties:{Name: '4', Address: '182-41 AVON ROAD, JAMAICA ESTATES', Month: '6', Price: '2640'}, geometry: { type: 'Point', coordinates:[-73.78204358, 40.72104272]} },
{type: 'Feature',properties:{Name: '4', Address: '85-10 KENT STREET, JAMAICA ESTATES', Month: '11', Price: '2184'}, geometry: { type: 'Point', coordinates:[-73.7815187, 40.72158244]} },
{type: 'Feature',properties:{Name: '4', Address: '80-54 CHEVY CHASE STREET, JAMAICA ESTATES', Month: '10', Price: '1938'}, geometry: { type: 'Point', coordinates:[-73.78295857, 40.72699235]} },
{type: 'Feature',properties:{Name: '4', Address: '182-49 80 DRIVE, JAMAICA ESTATES', Month: '2', Price: '1776'}, geometry: { type: 'Point', coordinates:[-73.78491674, 40.72616436]} },
{type: 'Feature',properties:{Name: '4', Address: '182-58 80TH DRIVE, JAMAICA ESTATES', Month: '7', Price: '1540'}, geometry: { type: 'Point', coordinates:[-73.78490235, 40.72615061]} },
{type: 'Feature',properties:{Name: '4', Address: '80-66 CHEVY CHASE STREET, JAMAICA ESTATES', Month: '7', Price: '1635'}, geometry: { type: 'Point', coordinates:[-73.78288791, 40.7265311]} },
{type: 'Feature',properties:{Name: '4', Address: '184-61 TUDOR ROAD, JAMAICA ESTATES', Month: '9', Price: '2510'}, geometry: { type: 'Point', coordinates:[-73.78356212, 40.72556347]} },
{type: 'Feature',properties:{Name: '4', Address: '184-46 TUDOR ROAD, JAMAICA ESTATES', Month: '1', Price: '2544'}, geometry: { type: 'Point', coordinates:[-73.78444382, 40.72513694]} },
{type: 'Feature',properties:{Name: '4', Address: '81-04 CHEVY CHASE STREET, JAMAICA ESTATES', Month: '10', Price: '2942'}, geometry: { type: 'Point', coordinates:[-73.78242879, 40.7257068]} },
{type: 'Feature',properties:{Name: '4', Address: '84-06 CHEVY CHASE STREET, JAMAICA ESTATES', Month: '2', Price: '2056'}, geometry: { type: 'Point', coordinates:[-73.7803772, 40.72313106]} },
{type: 'Feature',properties:{Name: '4', Address: '85-11 KENT STREET, JAMAICA ESTATES', Month: '8', Price: '1598'}, geometry: { type: 'Point', coordinates:[-73.78143939, 40.72156582]} },
{type: 'Feature',properties:{Name: '4', Address: '184-25 GRAND CENTRAL PARKWA, JAMAICA ESTATES', Month: '9', Price: '2272'}, geometry: { type: 'Point', coordinates:[-73.78003171, 40.72177998]} },
{type: 'Feature',properties:{Name: '4', Address: '185-03 80TH ROAD, JAMAICA ESTATES', Month: '7', Price: '1900'}, geometry: { type: 'Point', coordinates:[-73.78281533, 40.72776885]} },
{type: 'Feature',properties:{Name: '4', Address: '80-11 CHEVY CHASE STREET, JAMAICA ESTATES', Month: '6', Price: '1750'}, geometry: { type: 'Point', coordinates:[-73.78336297, 40.72800593]} },
{type: 'Feature',properties:{Name: '4', Address: '80-11 CHEVY CHASE STREET, JAMAICA ESTATES', Month: '7', Price: '1750'}, geometry: { type: 'Point', coordinates:[-73.78336297, 40.72800593]} },
{type: 'Feature',properties:{Name: '4', Address: '185-07 80TH DRIVE, JAMAICA ESTATES', Month: '3', Price: '3632'}, geometry: { type: 'Point', coordinates:[-73.7827496, 40.72690413]} },
{type: 'Feature',properties:{Name: '4', Address: '185-24 80TH ROAD, JAMAICA ESTATES', Month: '12', Price: '2556'}, geometry: { type: 'Point', coordinates:[-73.78277204, 40.72776603]} },
{type: 'Feature',properties:{Name: '4', Address: '80-10 HADDON STREET, JAMAICA ESTATES', Month: '1', Price: '3623'}, geometry: { type: 'Point', coordinates:[-73.78198054, 40.72707834]} },
{type: 'Feature',properties:{Name: '4', Address: '186-10 80TH DRIVE, JAMAICA ESTATES', Month: '5', Price: '1648'}, geometry: { type: 'Point', coordinates:[-73.78175609, 40.72731122]} },
{type: 'Feature',properties:{Name: '4', Address: '82-19 CHEVY CHASE STREET, JAMAICA ESTATES', Month: '1', Price: '1998'}, geometry: { type: 'Point', coordinates:[-73.78143974, 40.72476073]} },
{type: 'Feature',properties:{Name: '4', Address: '83-09 CHEVY CHASE STREET, JAMAICA ESTATES', Month: '4', Price: '1323'}, geometry: { type: 'Point', coordinates:[-73.78078568, 40.72397997]} },
{type: 'Feature',properties:{Name: '4', Address: '186-50 MIDLAND PARKWAY, JAMAICA ESTATES', Month: '10', Price: '2656'}, geometry: { type: 'Point', coordinates:[-73.78055379, 40.72428146]} },
{type: 'Feature',properties:{Name: '4', Address: '186-27 RADNOR ROAD, JAMAICA ESTATES', Month: '2', Price: '1610'}, geometry: { type: 'Point', coordinates:[-73.78011634, 40.72346543]} },
{type: 'Feature',properties:{Name: '4', Address: '186-22 AVON ROAD, JAMAICA ESTATES', Month: '1', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.77979802, 40.72262766]} },
{type: 'Feature',properties:{Name: '4', Address: '171-32 MAYFIELD ROAD, JAMAICA ESTATES', Month: '2', Price: '2464'}, geometry: { type: 'Point', coordinates:[-73.79184852, 40.7142758]} },
{type: 'Feature',properties:{Name: '4', Address: '172-27 HENLEY ROAD, JAMAICA ESTATES', Month: '8', Price: '2019'}, geometry: { type: 'Point', coordinates:[-73.79092572, 40.71406827]} },
{type: 'Feature',properties:{Name: '4', Address: '176-12 HENLEY ROAD, JAMAICA ESTATES', Month: '10', Price: '2792'}, geometry: { type: 'Point', coordinates:[-73.78794673, 40.71615433]} },
{type: 'Feature',properties:{Name: '4', Address: '8550 EDGERTON BOULEVARD, JAMAICA ESTATES', Month: '3', Price: '5120'}, geometry: { type: 'Point', coordinates:[-73.7869298, 40.7160509]} },
{type: 'Feature',properties:{Name: '4', Address: '171-09 KINGSTON PLACE, JAMAICA ESTATES', Month: '4', Price: '1923'}, geometry: { type: 'Point', coordinates:[-73.79210057, 40.71442447]} },
{type: 'Feature',properties:{Name: '4', Address: '85-15 KINGSTON PLACE, JAMAICA ESTATES', Month: '3', Price: '1274'}, geometry: { type: 'Point', coordinates:[-73.7927526, 40.71470561]} },
{type: 'Feature',properties:{Name: '4', Address: '85-04 ASPEN PLACE, JAMAICA ESTATES', Month: '5', Price: '1832'}, geometry: { type: 'Point', coordinates:[-73.79240353, 40.71559703]} },
{type: 'Feature',properties:{Name: '4', Address: '85-09 KENDRICK PLACE, JAMAICA ESTATES', Month: '10', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.78993637, 40.71552119]} },
{type: 'Feature',properties:{Name: '4', Address: '83-26 CHARLECOTE RIDGE, JAMAICA ESTATES', Month: '1', Price: '2325'}, geometry: { type: 'Point', coordinates:[-73.79068882, 40.71828929]} },
{type: 'Feature',properties:{Name: '4', Address: '83-32 CHARLECOTE RIDGE, JAMAICA ESTATES', Month: '12', Price: '2088'}, geometry: { type: 'Point', coordinates:[-73.7900361, 40.71821674]} },
{type: 'Feature',properties:{Name: '4', Address: '175-02 GRND CNTRL PKWY SR S, JAMAICA ESTATES', Month: '8', Price: '2938'}, geometry: { type: 'Point', coordinates:[-73.79080603, 40.71887414]} },
{type: 'Feature',properties:{Name: '4', Address: '83-06 EDGERTON BOULEVARD, JAMAICA ESTATES', Month: '11', Price: '3290'}, geometry: { type: 'Point', coordinates:[-73.7886171, 40.71861762]} },
{type: 'Feature',properties:{Name: '4', Address: '87-10 MIDLAND PARKWAY, JAMAICA ESTATES', Month: '10', Price: '1560'}, geometry: { type: 'Point', coordinates:[-73.78271654, 40.71380603]} },
{type: 'Feature',properties:{Name: '4', Address: '84-33 WAREHAM PLACE, JAMAICA ESTATES', Month: '3', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.78655519, 40.71813074]} },
{type: 'Feature',properties:{Name: '4', Address: '86-11 MIDLAND PARKWAY, JAMAICA ESTATES', Month: '12', Price: '2645'}, geometry: { type: 'Point', coordinates:[-73.7838673, 40.71601225]} },
{type: 'Feature',properties:{Name: '4', Address: '180-05 DALNY ROAD, JAMAICA ESTATES', Month: '4', Price: '4976'}, geometry: { type: 'Point', coordinates:[-73.78390933, 40.71639934]} },
{type: 'Feature',properties:{Name: '4', Address: '181-10 KRUGER RD, JAMAICA ESTATES', Month: '8', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.78300152, 40.717125]} },
{type: 'Feature',properties:{Name: '4', Address: '181-26 KRUGER ROAD, JAMAICA ESTATES', Month: '9', Price: '2805'}, geometry: { type: 'Point', coordinates:[-73.7827598, 40.71713278]} },
{type: 'Feature',properties:{Name: '4', Address: '85-20 AVON STREET, JAMAICA ESTATES', Month: '4', Price: '2088'}, geometry: { type: 'Point', coordinates:[-73.78144933, 40.71743497]} },
{type: 'Feature',properties:{Name: '4', Address: '85-14 AVON STREET, JAMAICA ESTATES', Month: '8', Price: '2125'}, geometry: { type: 'Point', coordinates:[-73.78148498, 40.71756404]} },
{type: 'Feature',properties:{Name: '4', Address: '85-08 AVON STREET, JAMAICA ESTATES', Month: '5', Price: '1976'}, geometry: { type: 'Point', coordinates:[-73.78152424, 40.71769312]} },
{type: 'Feature',properties:{Name: '4', Address: '181-45 HENLEY ROAD, JAMAICA ESTATES', Month: '7', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.78249735, 40.71796669]} },
{type: 'Feature',properties:{Name: '4', Address: '86-14 SOMERSET STREET, JAMAICA ESTATES', Month: '7', Price: '2134'}, geometry: { type: 'Point', coordinates:[-73.78031538, 40.7178061]} },
{type: 'Feature',properties:{Name: '4', Address: '86-63 SOMERSET STREET, JAMAICA ESTATES', Month: '5', Price: '1975'}, geometry: { type: 'Point', coordinates:[-73.78016798, 40.71655969]} },
{type: 'Feature',properties:{Name: '4', Address: '86-16 ETON STREET, JAMAICA ESTATES', Month: '7', Price: '2568'}, geometry: { type: 'Point', coordinates:[-73.77792572, 40.71610524]} },
{type: 'Feature',properties:{Name: '4', Address: '186-01 WEXFORD TERRACE, JAMAICA ESTATES', Month: '2', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.77709852, 40.71535981]} },
{type: 'Feature',properties:{Name: '4', Address: '85-35 ETON STREET, JAMAICA ESTATES', Month: '11', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.77936653, 40.7167448]} },
{type: 'Feature',properties:{Name: '4', Address: '86-05 SOMERSET STREET, JAMAICA ESTATES', Month: '4', Price: '3952'}, geometry: { type: 'Point', coordinates:[-73.78030391, 40.7180037]} },
{type: 'Feature',properties:{Name: '4', Address: '187-20 WEXFORD TERRACE, JAMAICA ESTATES', Month: '7', Price: '1359'}, geometry: { type: 'Point', coordinates:[-73.77540634, 40.71546631]} },
{type: 'Feature',properties:{Name: '4', Address: '187-20 WEXFORD TERRACE, JAMAICA ESTATES', Month: '2', Price: '1359'}, geometry: { type: 'Point', coordinates:[-73.77540634, 40.71546631]} },
{type: 'Feature',properties:{Name: '4', Address: '187-23 87TH ROAD, JAMAICA ESTATES', Month: '4', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.77570701, 40.71616407]} },
{type: 'Feature',properties:{Name: '4', Address: '86-45 CHELSEA STREET, JAMAICA ESTATES', Month: '9', Price: '2098'}, geometry: { type: 'Point', coordinates:[-73.7771734, 40.71669941]} },
{type: 'Feature',properties:{Name: '4', Address: '87-67 CHEVY CHASE STREET, JAMAICA ESTATES', Month: '1', Price: '2112'}, geometry: { type: 'Point', coordinates:[-73.77552374, 40.71702557]} },
{type: 'Feature',properties:{Name: '4', Address: '87-30 188TH STREET, JAMAICA ESTATES', Month: '3', Price: '1636'}, geometry: { type: 'Point', coordinates:[-73.77453873, 40.71708129]} },
{type: 'Feature',properties:{Name: '4', Address: '87-19 CHEVY CHASE STREET, JAMAICA ESTATES', Month: '11', Price: '2070'}, geometry: { type: 'Point', coordinates:[-73.77610405, 40.71824264]} },
{type: 'Feature',properties:{Name: '4', Address: '86-60 188TH STREET, JAMAICA ESTATES', Month: '7', Price: '1572'}, geometry: { type: 'Point', coordinates:[-73.77542007, 40.71888632]} },
{type: 'Feature',properties:{Name: '4', Address: '184-53 CAMBRIDGE ROAD, JAMAICA ESTATES', Month: '8', Price: '3370'}, geometry: { type: 'Point', coordinates:[-73.77999057, 40.71894181]} },
{type: 'Feature',properties:{Name: '4', Address: '8569 CHEVY CHASE STREET, JAMAICA ESTATES', Month: '9', Price: '1842'}, geometry: { type: 'Point', coordinates:[-73.77688663, 40.71938872]} },
{type: 'Feature',properties:{Name: '4', Address: '85-76 188 STREET, JAMAICA ESTATES', Month: '1', Price: '1728'}, geometry: { type: 'Point', coordinates:[-73.77651985, 40.72118858]} },
{type: 'Feature',properties:{Name: '4', Address: '187-15 WEXFORD TERRACE, JAMAICA ESTATES', Month: '2', Price: '1632'}, geometry: { type: 'Point', coordinates:[-73.77550376, 40.71546102]} },
{type: 'Feature',properties:{Name: '4', Address: '170-20 HENLEY ROAD, JAMAICA ESTATES', Month: '3', Price: '2920'}, geometry: { type: 'Point', coordinates:[-73.79322951, 40.71330115]} },
{type: 'Feature',properties:{Name: '4', Address: '86-14 AVA PLACE, JAMAICA ESTATES', Month: '10', Price: '3069'}, geometry: { type: 'Point', coordinates:[-73.78990102, 40.71414874]} },
{type: 'Feature',properties:{Name: '4', Address: '86-16 AVA PLACE, JAMAICA ESTATES', Month: '10', Price: '3069'}, geometry: { type: 'Point', coordinates:[-73.78990468, 40.71413228]} },
{type: 'Feature',properties:{Name: '4', Address: '182-66 WEXFORD TERRACE, JAMAICA ESTATES', Month: '5', Price: '2772'}, geometry: { type: 'Point', coordinates:[-73.7807009, 40.71466133]} },
{type: 'Feature',properties:{Name: '4', Address: '86-57 AVON STREET, JAMAICA ESTATES', Month: '1', Price: '2848'}, geometry: { type: 'Point', coordinates:[-73.78164045, 40.71525324]} },
{type: 'Feature',properties:{Name: '4', Address: '172-39 HIGHLAND AVENUE, JAMAICA ESTATES', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78984933, 40.71338011]} },
{type: 'Feature',properties:{Name: '4', Address: '172-39 HIGHLAND AVENUE, JAMAICA ESTATES', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78984933, 40.71338011]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 80TH DRIVE, JAMAICA ESTATES', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78244155, 40.72732624]} },
{type: 'Feature',properties:{Name: '4', Address: 'GRAND CENTRL PARKWAY, JAMAICA ESTATES', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78169861, 40.71952421]} },
{type: 'Feature',properties:{Name: '4', Address: 'GRAND CENTRL PARKWAY, JAMAICA ESTATES', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78169861, 40.71952421]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 80TH DRIVE, JAMAICA ESTATES', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78225007, 40.72740273]} },
{type: 'Feature',properties:{Name: '4', Address: '17004 HENLEY ROAD, JAMAICA ESTATES', Month: '8', Price: '11034'}, geometry: { type: 'Point', coordinates:[-73.79324756, 40.71329569]} },
{type: 'Feature',properties:{Name: '4', Address: '175-06 DEVONSHIRE ROAD, 4L, JAMAICA ESTATES', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7886112, 40.7147914]} },
{type: 'Feature',properties:{Name: '4', Address: '175-06 DEVONSHIRE ROAD, 4N, JAMAICA ESTATES', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7886112, 40.7147914]} },
{type: 'Feature',properties:{Name: '4', Address: '175-06 DEVONSHIRE ROAD, 5H, JAMAICA ESTATES', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7886112, 40.7147914]} },
{type: 'Feature',properties:{Name: '4', Address: '182-25 WEXFORD TERRACE, 314, JAMAICA ESTATES', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78078027, 40.71465873]} },
{type: 'Feature',properties:{Name: '4', Address: '182-25 WEXFORD TERRACE, 604, JAMAICA ESTATES', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78078027, 40.71465873]} },
{type: 'Feature',properties:{Name: '4', Address: '87-46 CHELSEA STREET, 4D, JAMAICA ESTATES', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.77591637, 40.7150501]} },
{type: 'Feature',properties:{Name: '4', Address: '87-46 CHELSEA STREET, 7G, JAMAICA ESTATES', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.77591637, 40.7150501]} },
{type: 'Feature',properties:{Name: '4', Address: '87-46 CHELSEA STREET, 6D, JAMAICA ESTATES', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.77591637, 40.7150501]} },
{type: 'Feature',properties:{Name: '4', Address: '87-46 CHELSEA STREET, 2E, JAMAICA ESTATES', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.77591637, 40.7150501]} },
{type: 'Feature',properties:{Name: '4', Address: '87-46 CHELSEA STREET, 2H, JAMAICA ESTATES', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.77591637, 40.7150501]} },
{type: 'Feature',properties:{Name: '4', Address: '178-36 WEXFORD TERRACE, JAMAICA ESTATES', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78456079, 40.71350758]} },
{type: 'Feature',properties:{Name: '4', Address: '178-36 WEXFORD TERRACE, JAMAICA ESTATES', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78456079, 40.71350758]} },
{type: 'Feature',properties:{Name: '4', Address: '180-16 WEXFORD TERRACE, JAMAICA ESTATES', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78230406, 40.71418952]} },
{type: 'Feature',properties:{Name: '4', Address: '176-60 UNION TURNPIKE, JAMAICA ESTATES', Month: '9', Price: '178682'}, geometry: { type: 'Point', coordinates:[-73.79144075, 40.72585523]} },
{type: 'Feature',properties:{Name: '4', Address: '179-37 HILLSIDE AVENUE, JAMAICA ESTATES', Month: '1', Price: '4800'}, geometry: { type: 'Point', coordinates:[-73.7832898, 40.71278332]} },
{type: 'Feature',properties:{Name: '4', Address: '179-29 HILLSIDE AVENUE, JAMAICA ESTATES', Month: '5', Price: '4800'}, geometry: { type: 'Point', coordinates:[-73.78335839, 40.71276698]} },
{type: 'Feature',properties:{Name: '4', Address: '184-17 HILLSIDE AVENUE, JAMAICA ESTATES', Month: '5', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.77782057, 40.71410136]} },
{type: 'Feature',properties:{Name: '4', Address: '178-36 WEXFORD TERRACE, JAMAICA ESTATES', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78456079, 40.71350758]} },
{type: 'Feature',properties:{Name: '4', Address: '178-36 WEXFORD TERRACE, JAMAICA ESTATES', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78456079, 40.71350758]} },
{type: 'Feature',properties:{Name: '4', Address: '178-36 WEXFORD TERRACE, JAMAICA ESTATES', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78456079, 40.71350758]} },
{type: 'Feature',properties:{Name: '4', Address: '172-27 HIGHLAND AVENUE, JAMAICA ESTATES', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79036903, 40.71329597]} },
{type: 'Feature',properties:{Name: '4', Address: '178-36 WEXFORD TERRACE, JAMAICA ESTATES', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78456079, 40.71350758]} },
{type: 'Feature',properties:{Name: '4', Address: '178-36 WEXFORD TERRACE, JAMAICA ESTATES', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78456079, 40.71350758]} },
{type: 'Feature',properties:{Name: '4', Address: '150-40 GRAND CENTRL PARKWAY, JAMAICA HILLS', Month: '10', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.80915555, 40.71570287]} },
{type: 'Feature',properties:{Name: '4', Address: '150-44 COOLIDGE AVE, JAMAICA HILLS', Month: '8', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.8098141, 40.71499581]} },
{type: 'Feature',properties:{Name: '4', Address: '83-25 PARSONS BOULEVARD, JAMAICA HILLS', Month: '1', Price: '2680'}, geometry: { type: 'Point', coordinates:[-73.80765646, 40.71516789]} },
{type: 'Feature',properties:{Name: '4', Address: '83-14 160TH STREET, JAMAICA HILLS', Month: '4', Price: '1372'}, geometry: { type: 'Point', coordinates:[-73.80572965, 40.71534581]} },
{type: 'Feature',properties:{Name: '4', Address: '16020 GRAND CENTRAL PKWY, JAMAICA HILLS', Month: '12', Price: '1331'}, geometry: { type: 'Point', coordinates:[-73.80559845, 40.71580397]} },
{type: 'Feature',properties:{Name: '4', Address: '83-17 160 STREET, JAMAICA HILLS', Month: '11', Price: '1741'}, geometry: { type: 'Point', coordinates:[-73.80567939, 40.71526339]} },
{type: 'Feature',properties:{Name: '4', Address: '161-44 GRAND CENTRAL PARKWA, JAMAICA HILLS', Month: '11', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.80320667, 40.71584931]} },
{type: 'Feature',properties:{Name: '4', Address: '161-44 GRAND CENTRAL PKWAY, JAMAICA HILLS', Month: '4', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.8040685, 40.71595783]} },
{type: 'Feature',properties:{Name: '4', Address: '161-05 84TH AVENUE, JAMAICA HILLS', Month: '12', Price: '1292'}, geometry: { type: 'Point', coordinates:[-73.8042878, 40.71498381]} },
{type: 'Feature',properties:{Name: '4', Address: '150-11 85TH DRIVE, JAMAICA HILLS', Month: '5', Price: '1864'}, geometry: { type: 'Point', coordinates:[-73.807857, 40.70942068]} },
{type: 'Feature',properties:{Name: '4', Address: '85-65 151ST STREET, JAMAICA HILLS', Month: '11', Price: '2340'}, geometry: { type: 'Point', coordinates:[-73.80759135, 40.71022995]} },
{type: 'Feature',properties:{Name: '4', Address: '85-21 151ST STREET, JAMAICA HILLS', Month: '7', Price: '1512'}, geometry: { type: 'Point', coordinates:[-73.80807212, 40.7111228]} },
{type: 'Feature',properties:{Name: '4', Address: '151-14 84TH ROAD, JAMAICA HILLS', Month: '8', Price: '2202'}, geometry: { type: 'Point', coordinates:[-73.80874094, 40.71311113]} },
{type: 'Feature',properties:{Name: '4', Address: '151-07 84TH ROAD, JAMAICA HILLS', Month: '9', Price: '1572'}, geometry: { type: 'Point', coordinates:[-73.8082824, 40.71325858]} },
{type: 'Feature',properties:{Name: '4', Address: '151-03 84TH ROAD, JAMAICA HILLS', Month: '1', Price: '1572'}, geometry: { type: 'Point', coordinates:[-73.80828601, 40.71325859]} },
{type: 'Feature',properties:{Name: '4', Address: '86-14 164TH STREET, JAMAICA HILLS', Month: '10', Price: '1847'}, geometry: { type: 'Point', coordinates:[-73.79993687, 40.71036237]} },
{type: 'Feature',properties:{Name: '4', Address: '161-03 86TH CRESCENT, JAMAICA HILLS', Month: '6', Price: '1584'}, geometry: { type: 'Point', coordinates:[-73.80163232, 40.71031315]} },
{type: 'Feature',properties:{Name: '4', Address: '161-79 86TH AVENUE, JAMAICA HILLS', Month: '12', Price: '2092'}, geometry: { type: 'Point', coordinates:[-73.80225108, 40.71086592]} },
{type: 'Feature',properties:{Name: '4', Address: '161-30 86TH CRESCENT, JAMAICA HILLS', Month: '8', Price: '1770'}, geometry: { type: 'Point', coordinates:[-73.80259902, 40.71030384]} },
{type: 'Feature',properties:{Name: '4', Address: '158-16 85TH AVENUE, JAMAICA HILLS', Month: '4', Price: '1330'}, geometry: { type: 'Point', coordinates:[-73.80621892, 40.71207762]} },
{type: 'Feature',properties:{Name: '4', Address: '161-13 NORMAL ROAD, JAMAICA HILLS', Month: '8', Price: '1518'}, geometry: { type: 'Point', coordinates:[-73.80325255, 40.71130405]} },
{type: 'Feature',properties:{Name: '4', Address: '162-05 85TH AVENUE, JAMAICA HILLS', Month: '9', Price: '1463'}, geometry: { type: 'Point', coordinates:[-73.80240835, 40.71256794]} },
{type: 'Feature',properties:{Name: '4', Address: '158-14 84TH ROAD, JAMAICA HILLS', Month: '9', Price: '1598'}, geometry: { type: 'Point', coordinates:[-73.80671565, 40.71368414]} },
{type: 'Feature',properties:{Name: '4', Address: '161-01 84TH DRIVE, JAMAICA HILLS', Month: '7', Price: '3020'}, geometry: { type: 'Point', coordinates:[-73.80329243, 40.71368109]} },
{type: 'Feature',properties:{Name: '4', Address: '161-20 84TH ROAD, JAMAICA HILLS', Month: '4', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.80399042, 40.71429436]} },
{type: 'Feature',properties:{Name: '4', Address: '161-04 84TH ROAD, JAMAICA HILLS', Month: '6', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.80409871, 40.71426985]} },
{type: 'Feature',properties:{Name: '4', Address: '161-20 84TH AVENUE, JAMAICA HILLS', Month: '3', Price: '1645'}, geometry: { type: 'Point', coordinates:[-73.80386914, 40.71505446]} },
{type: 'Feature',properties:{Name: '4', Address: '165-03 85TH AVENUE, JAMAICA HILLS', Month: '7', Price: '2213'}, geometry: { type: 'Point', coordinates:[-73.80017411, 40.71304168]} },
{type: 'Feature',properties:{Name: '4', Address: '165-32 CHAPIN COURT, JAMAICA HILLS', Month: '1', Price: '1720'}, geometry: { type: 'Point', coordinates:[-73.8003379, 40.71375835]} },
{type: 'Feature',properties:{Name: '4', Address: '84-27 168TH PLACE, JAMAICA HILLS', Month: '6', Price: '1536'}, geometry: { type: 'Point', coordinates:[-73.79632564, 40.71528015]} },
{type: 'Feature',properties:{Name: '4', Address: '170-05 GOTHIC DRIVE, JAMAICA HILLS', Month: '1', Price: '2112'}, geometry: { type: 'Point', coordinates:[-73.79407065, 40.71425509]} },
{type: 'Feature',properties:{Name: '4', Address: '83-16 168TH PLACE, JAMAICA HILLS', Month: '5', Price: '1454'}, geometry: { type: 'Point', coordinates:[-73.79719341, 40.71698619]} },
{type: 'Feature',properties:{Name: '4', Address: '168-28 GRAND CENTRL PARKWAY, JAMAICA HILLS', Month: '11', Price: '1398'}, geometry: { type: 'Point', coordinates:[-73.79715612, 40.71738686]} },
{type: 'Feature',properties:{Name: '4', Address: '84-01 170TH STREET, JAMAICA HILLS', Month: '9', Price: '1990'}, geometry: { type: 'Point', coordinates:[-73.79488643, 40.71642217]} },
{type: 'Feature',properties:{Name: '4', Address: '17028 GRAND CENTRAL PARKWA, JAMAICA HILLS', Month: '3', Price: '1950'}, geometry: { type: 'Point', coordinates:[-73.79446328, 40.71794476]} },
{type: 'Feature',properties:{Name: '4', Address: '172-03 83RD AVENUE, JAMAICA HILLS', Month: '3', Price: '1560'}, geometry: { type: 'Point', coordinates:[-73.7932806, 40.71776423]} },
{type: 'Feature',properties:{Name: '4', Address: '172-17 83RD AVENUE, JAMAICA HILLS', Month: '3', Price: '1592'}, geometry: { type: 'Point', coordinates:[-73.79326978, 40.71776421]} },
{type: 'Feature',properties:{Name: '4', Address: '82-82 HOMELAWN STREET, JAMAICA HILLS', Month: '10', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.79176743, 40.71829673]} },
{type: 'Feature',properties:{Name: '4', Address: '150-37 COOLIDGE AVENUE, JAMAICA HILLS', Month: '12', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.80981766, 40.71501229]} },
{type: 'Feature',properties:{Name: '4', Address: '83-30 PARSONS BOULEVARD, JAMAICA HILLS', Month: '5', Price: '2106'}, geometry: { type: 'Point', coordinates:[-73.80761393, 40.71490433]} },
{type: 'Feature',properties:{Name: '4', Address: '83-22 159TH STREET, JAMAICA HILLS', Month: '6', Price: '2226'}, geometry: { type: 'Point', coordinates:[-73.80669273, 40.71536939]} },
{type: 'Feature',properties:{Name: '4', Address: '83-42 159TH STREET, JAMAICA HILLS', Month: '4', Price: '2048'}, geometry: { type: 'Point', coordinates:[-73.8066247, 40.71519361]} },
{type: 'Feature',properties:{Name: '4', Address: '83-28 160TH STREET, JAMAICA HILLS', Month: '1', Price: '1964'}, geometry: { type: 'Point', coordinates:[-73.80559363, 40.71498327]} },
{type: 'Feature',properties:{Name: '4', Address: '159-09 84 AVE, JAMAICA HILLS', Month: '6', Price: '2184'}, geometry: { type: 'Point', coordinates:[-73.80618281, 40.71457255]} },
{type: 'Feature',properties:{Name: '4', Address: '150-55 87TH AVENUE, JAMAICA HILLS', Month: '2', Price: '2839'}, geometry: { type: 'Point', coordinates:[-73.80682532, 40.70820302]} },
{type: 'Feature',properties:{Name: '4', Address: '85-65 150TH STREET, JAMAICA HILLS', Month: '8', Price: '2300'}, geometry: { type: 'Point', coordinates:[-73.80834282, 40.70980851]} },
{type: 'Feature',properties:{Name: '4', Address: '151-14 85TH AVENUE, JAMAICA HILLS', Month: '1', Price: '1786'}, geometry: { type: 'Point', coordinates:[-73.80808468, 40.71177333]} },
{type: 'Feature',properties:{Name: '4', Address: '85-66 PARSONS BLVD, JAMAICA HILLS', Month: '2', Price: '1768'}, geometry: { type: 'Point', coordinates:[-73.80574748, 40.71046565]} },
{type: 'Feature',properties:{Name: '4', Address: '151-09 84TH DRIVE, JAMAICA HILLS', Month: '1', Price: '1480'}, geometry: { type: 'Point', coordinates:[-73.80845788, 40.71244642]} },
{type: 'Feature',properties:{Name: '4', Address: '151-11 84TH ROAD, JAMAICA HILLS', Month: '10', Price: '1572'}, geometry: { type: 'Point', coordinates:[-73.8082824, 40.71325858]} },
{type: 'Feature',properties:{Name: '4', Address: '160-37 HIGHLAND AVENUE, JAMAICA HILLS', Month: '11', Price: '2625'}, geometry: { type: 'Point', coordinates:[-73.80153702, 40.70961033]} },
{type: 'Feature',properties:{Name: '4', Address: '160-37 HIGHLAND AVENUE, JAMAICA HILLS', Month: '3', Price: '2625'}, geometry: { type: 'Point', coordinates:[-73.80153702, 40.70961033]} },
{type: 'Feature',properties:{Name: '4', Address: '85-05 159TH STREET, JAMAICA HILLS', Month: '12', Price: '3168'}, geometry: { type: 'Point', coordinates:[-73.80548379, 40.71182935]} },
{type: 'Feature',properties:{Name: '4', Address: '85-34 161 STREET, JAMAICA HILLS', Month: '8', Price: '1580'}, geometry: { type: 'Point', coordinates:[-73.80367652, 40.7118702]} },
{type: 'Feature',properties:{Name: '4', Address: '84-67 PARSONS BLVD, JAMAICA HILLS', Month: '9', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.80654236, 40.71249262]} },
{type: 'Feature',properties:{Name: '4', Address: '160-12 84TH DRIVE, JAMAICA HILLS', Month: '11', Price: '1620'}, geometry: { type: 'Point', coordinates:[-73.80468575, 40.71335958]} },
{type: 'Feature',properties:{Name: '4', Address: '159-08 84TH ROAD, JAMAICA HILLS', Month: '4', Price: '1604'}, geometry: { type: 'Point', coordinates:[-73.80592152, 40.7138722]} },
{type: 'Feature',properties:{Name: '4', Address: '159-20 84TH AVENUE, JAMAICA HILLS', Month: '12', Price: '2345'}, geometry: { type: 'Point', coordinates:[-73.80610345, 40.71457242]} },
{type: 'Feature',properties:{Name: '4', Address: '159-20 84TH AVENUE, JAMAICA HILLS', Month: '2', Price: '2345'}, geometry: { type: 'Point', coordinates:[-73.80610345, 40.71457242]} },
{type: 'Feature',properties:{Name: '4', Address: '160-01 84TH ROAD, JAMAICA HILLS', Month: '5', Price: '1805'}, geometry: { type: 'Point', coordinates:[-73.80512377, 40.71406298]} },
{type: 'Feature',properties:{Name: '4', Address: '160-06 84TH AVE, JAMAICA HILLS', Month: '10', Price: '1669'}, geometry: { type: 'Point', coordinates:[-73.80530575, 40.71474399]} },
{type: 'Feature',properties:{Name: '4', Address: '160-16 84TH AVENUE, JAMAICA HILLS', Month: '10', Price: '1998'}, geometry: { type: 'Point', coordinates:[-73.80524438, 40.71475761]} },
{type: 'Feature',properties:{Name: '4', Address: '161-25 84TH ROAD, JAMAICA HILLS', Month: '1', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.80396511, 40.71431628]} },
{type: 'Feature',properties:{Name: '4', Address: '161-25 84TH ROAD, JAMAICA HILLS', Month: '4', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.80396511, 40.71431628]} },
{type: 'Feature',properties:{Name: '4', Address: '161-16 84TH AVENUE, JAMAICA HILLS', Month: '6', Price: '1645'}, geometry: { type: 'Point', coordinates:[-73.80397382, 40.71503268]} },
{type: 'Feature',properties:{Name: '4', Address: '85-31 164 STREET, JAMAICA HILLS', Month: '11', Price: '3075'}, geometry: { type: 'Point', coordinates:[-73.80071571, 40.711662]} },
{type: 'Feature',properties:{Name: '4', Address: '85-14 168TH PLACE, JAMAICA HILLS', Month: '12', Price: '3026'}, geometry: { type: 'Point', coordinates:[-73.79548691, 40.7135275]} },
{type: 'Feature',properties:{Name: '4', Address: '85-35 169TH STREET, JAMAICA HILLS', Month: '11', Price: '2190'}, geometry: { type: 'Point', coordinates:[-73.79458076, 40.71377018]} },
{type: 'Feature',properties:{Name: '4', Address: '84-33 164 STREET, JAMAICA HILLS', Month: '2', Price: '2498'}, geometry: { type: 'Point', coordinates:[-73.80182496, 40.71345625]} },
{type: 'Feature',properties:{Name: '4', Address: '16517 85TH AVENUE, JAMAICA HILLS', Month: '2', Price: '2275'}, geometry: { type: 'Point', coordinates:[-73.80003687, 40.71309908]} },
{type: 'Feature',properties:{Name: '4', Address: '168-11 GOTHIC DRIVE, JAMAICA HILLS', Month: '4', Price: '1890'}, geometry: { type: 'Point', coordinates:[-73.79611051, 40.71367408]} },
{type: 'Feature',properties:{Name: '4', Address: '168-11 84TH AVENUE, JAMAICA HILLS', Month: '3', Price: '1908'}, geometry: { type: 'Point', coordinates:[-73.79714261, 40.71589917]} },
{type: 'Feature',properties:{Name: '4', Address: '168-09 84TH AVENUE, JAMAICA HILLS', Month: '9', Price: '1424'}, geometry: { type: 'Point', coordinates:[-73.79718955, 40.71588553]} },
{type: 'Feature',properties:{Name: '4', Address: '172-32 GRAND CENTRL PARKWAY, JAMAICA HILLS', Month: '3', Price: '1131'}, geometry: { type: 'Point', coordinates:[-73.79292804, 40.71861448]} },
{type: 'Feature',properties:{Name: '4', Address: '85-98 PARSONS BOULEVARD, JAMAICA HILLS', Month: '12', Price: '1776'}, geometry: { type: 'Point', coordinates:[-73.80509004, 40.7095615]} },
{type: 'Feature',properties:{Name: '4', Address: '159-44 NORMAL ROAD, JAMAICA HILLS', Month: '3', Price: '2935'}, geometry: { type: 'Point', coordinates:[-73.80455544, 40.7098241]} },
{type: 'Feature',properties:{Name: '4', Address: '168-08 GOTHIC DRIVE, JAMAICA HILLS', Month: '3', Price: '3100'}, geometry: { type: 'Point', coordinates:[-73.79617194, 40.71363851]} },
{type: 'Feature',properties:{Name: '4', Address: '168-08 GOTHIC DRIVE, JAMAICA HILLS', Month: '1', Price: '3100'}, geometry: { type: 'Point', coordinates:[-73.79617194, 40.71363851]} },
{type: 'Feature',properties:{Name: '4', Address: '85-32 168TH PLACE, JAMAICA HILLS', Month: '8', Price: '3060'}, geometry: { type: 'Point', coordinates:[-73.79547615, 40.71350827]} },
{type: 'Feature',properties:{Name: '4', Address: '85-34 168TH PLACE, JAMAICA HILLS', Month: '9', Price: '3060'}, geometry: { type: 'Point', coordinates:[-73.79547616, 40.71350553]} },
{type: 'Feature',properties:{Name: '4', Address: '85-16 169 STREET, JAMAICA HILLS', Month: '9', Price: '2887'}, geometry: { type: 'Point', coordinates:[-73.79461318, 40.71378396]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 86TH STREET, JAMAICA HILLS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80202596, 40.71136782]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 86TH AVENUE, JAMAICA HILLS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80187807, 40.71136757]} },
{type: 'Feature',properties:{Name: '4', Address: '84-49 168TH STREET, 2F, JAMAICA HILLS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79703811, 40.71467756]} },
{type: 'Feature',properties:{Name: '4', Address: '8449 168 STREET, 4S, JAMAICA HILLS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79703811, 40.71467756]} },
{type: 'Feature',properties:{Name: '4', Address: '84-49 168TH STREET, 4C, JAMAICA HILLS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79703811, 40.71467756]} },
{type: 'Feature',properties:{Name: '4', Address: '84-49 168TH STREET, 3L, JAMAICA HILLS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79703811, 40.71467756]} },
{type: 'Feature',properties:{Name: '4', Address: '84-49 168TH STREET, 1P, JAMAICA HILLS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79703811, 40.71467756]} },
{type: 'Feature',properties:{Name: '4', Address: '84-49 168TH STREET, 5W, JAMAICA HILLS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79703811, 40.71467756]} },
{type: 'Feature',properties:{Name: '4', Address: '84-50 169TH STREET, 405, JAMAICA HILLS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79528355, 40.71514381]} },
{type: 'Feature',properties:{Name: '4', Address: '84-50 169TH STREET, 200, JAMAICA HILLS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79528355, 40.71514381]} },
{type: 'Feature',properties:{Name: '4', Address: '84-50 169TH STREET, 310, JAMAICA HILLS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79528355, 40.71514381]} },
{type: 'Feature',properties:{Name: '4', Address: '84-50 169TH STREET, 619, JAMAICA HILLS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79528355, 40.71514381]} },
{type: 'Feature',properties:{Name: '4', Address: '84-50 169TH STREET, 519, JAMAICA HILLS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79528355, 40.71514381]} },
{type: 'Feature',properties:{Name: '4', Address: '84-50 169 STREET, 112, JAMAICA HILLS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79528355, 40.71514381]} },
{type: 'Feature',properties:{Name: '4', Address: '84-50 169TH STREET, 507, JAMAICA HILLS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79528355, 40.71514381]} },
{type: 'Feature',properties:{Name: '4', Address: '8450 169 STREET, 302, JAMAICA HILLS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79528355, 40.71514381]} },
{type: 'Feature',properties:{Name: '4', Address: '83-32 PARSONS BOULEVARD, JAMAICA HILLS', Month: '7', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.80760676, 40.71489059]} },
{type: 'Feature',properties:{Name: '4', Address: '84-02 PARSONS BOULEVARD, JAMAICA HILLS', Month: '10', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.80726994, 40.71410502]} },
{type: 'Feature',properties:{Name: '4', Address: '80-25 PARK LANE, KEW GARDENS', Month: '10', Price: '1758'}, geometry: { type: 'Point', coordinates:[-73.83521186, 40.71103859]} },
{type: 'Feature',properties:{Name: '4', Address: '80-32 GRENFELL STREET, KEW GARDENS', Month: '2', Price: '2098'}, geometry: { type: 'Point', coordinates:[-73.83421161, 40.71147906]} },
{type: 'Feature',properties:{Name: '4', Address: '80-55 PARK LANE, KEW GARDENS', Month: '5', Price: '5450'}, geometry: { type: 'Point', coordinates:[-73.83462159, 40.71051898]} },
{type: 'Feature',properties:{Name: '4', Address: '115-25 CURZON, KEW GARDENS', Month: '4', Price: '2315'}, geometry: { type: 'Point', coordinates:[-73.83695069, 40.70504649]} },
{type: 'Feature',properties:{Name: '4', Address: '115-01 GROSVENOR ROAD, KEW GARDENS', Month: '10', Price: '2578'}, geometry: { type: 'Point', coordinates:[-73.83775042, 40.70692504]} },
{type: 'Feature',properties:{Name: '4', Address: '116-28 PARK LANE SOUTH, KEW GARDENS', Month: '12', Price: '2138'}, geometry: { type: 'Point', coordinates:[-73.83738811, 40.70759151]} },
{type: 'Feature',properties:{Name: '4', Address: '82-76 116TH STREET, KEW GARDENS', Month: '7', Price: '2175'}, geometry: { type: 'Point', coordinates:[-73.83650564, 40.7070962]} },
{type: 'Feature',properties:{Name: '4', Address: '82-78 116TH STREET, KEW GARDENS', Month: '11', Price: '2175'}, geometry: { type: 'Point', coordinates:[-73.83651654, 40.70706328]} },
{type: 'Feature',properties:{Name: '4', Address: '83-67 116 STREET, KEW GARDENS', Month: '1', Price: '1868'}, geometry: { type: 'Point', coordinates:[-73.83582308, 40.70452064]} },
{type: 'Feature',properties:{Name: '4', Address: '83-67 116TH STREET, KEW GARDENS', Month: '5', Price: '1868'}, geometry: { type: 'Point', coordinates:[-73.83582308, 40.70452064]} },
{type: 'Feature',properties:{Name: '4', Address: '124 AUDLEY STREET, KEW GARDENS', Month: '4', Price: '3157'}, geometry: { type: 'Point', coordinates:[-73.83514246, 40.70847213]} },
{type: 'Feature',properties:{Name: '4', Address: '119-16 83RD AVENUE, KEW GARDENS', Month: '10', Price: '1'}, geometry: { type: 'Point', coordinates:[-73.83369715, 40.70804461]} },
{type: 'Feature',properties:{Name: '4', Address: '82-45 BEVERLY ROAD, KEW GARDENS', Month: '12', Price: '10576'}, geometry: { type: 'Point', coordinates:[-73.83271317, 40.70920148]} },
{type: 'Feature',properties:{Name: '4', Address: '157 PARK LANE SOUTH, KEW GARDENS', Month: '4', Price: '3916'}, geometry: { type: 'Point', coordinates:[-73.83344325, 40.71005342]} },
{type: 'Feature',properties:{Name: '4', Address: '83-39 ABINGDON ROAD, KEW GARDENS', Month: '10', Price: '2521'}, geometry: { type: 'Point', coordinates:[-73.83283316, 40.70737913]} },
{type: 'Feature',properties:{Name: '4', Address: '8462 BEVERLY ROAD, KEW GARDENS', Month: '2', Price: '3654'}, geometry: { type: 'Point', coordinates:[-73.82972802, 40.70723734]} },
{type: 'Feature',properties:{Name: '4', Address: '82-10 AUSTIN STREET, KEW GARDENS', Month: '11', Price: '1530'}, geometry: { type: 'Point', coordinates:[-73.83108607, 40.71076911]} },
{type: 'Feature',properties:{Name: '4', Address: '82-14 AUSTIN STREET, KEW GARDENS', Month: '3', Price: '1530'}, geometry: { type: 'Point', coordinates:[-73.83102493, 40.71069766]} },
{type: 'Feature',properties:{Name: '4', Address: '116 81 AVE, KEW GARDENS', Month: '3', Price: '2667'}, geometry: { type: 'Point', coordinates:[-73.83074273, 40.71245389]} },
{type: 'Feature',properties:{Name: '4', Address: '122 81ST AVENUE, KEW GARDENS', Month: '4', Price: '4042'}, geometry: { type: 'Point', coordinates:[-73.8302911, 40.71274418]} },
{type: 'Feature',properties:{Name: '4', Address: '111 81ST AVE, KEW GARDENS', Month: '10', Price: '2582'}, geometry: { type: 'Point', coordinates:[-73.83113299, 40.71218274]} },
{type: 'Feature',properties:{Name: '4', Address: '102 82 ROAD, KEW GARDENS', Month: '10', Price: '2206'}, geometry: { type: 'Point', coordinates:[-73.83056321, 40.71070521]} },
{type: 'Feature',properties:{Name: '4', Address: '114 82ND DRIVE, KEW GARDENS', Month: '5', Price: '2363'}, geometry: { type: 'Point', coordinates:[-73.82910968, 40.71066189]} },
{type: 'Feature',properties:{Name: '4', Address: '115-20 CURZON ROAD, KEW GARDENS', Month: '7', Price: '1980'}, geometry: { type: 'Point', coordinates:[-73.83697961, 40.70501909]} },
{type: 'Feature',properties:{Name: '4', Address: '115-20 CURZON ROAD, KEW GARDENS', Month: '3', Price: '1980'}, geometry: { type: 'Point', coordinates:[-73.83697961, 40.70501909]} },
{type: 'Feature',properties:{Name: '4', Address: '83-93 115TH STREET, KEW GARDENS', Month: '7', Price: '2376'}, geometry: { type: 'Point', coordinates:[-73.83667657, 40.70357491]} },
{type: 'Feature',properties:{Name: '4', Address: '84-20 115TH STREET, KEW GARDENS', Month: '5', Price: '2057'}, geometry: { type: 'Point', coordinates:[-73.83648295, 40.70311077]} },
{type: 'Feature',properties:{Name: '4', Address: '84-46 117TH STREET, KEW GARDENS', Month: '3', Price: '1748'}, geometry: { type: 'Point', coordinates:[-73.83428637, 40.70317075]} },
{type: 'Feature',properties:{Name: '4', Address: '117-03 85TH AVENUE, KEW GARDENS', Month: '5', Price: '2978'}, geometry: { type: 'Point', coordinates:[-73.83377257, 40.7023905]} },
{type: 'Feature',properties:{Name: '4', Address: '84-44 121ST STREET, KEW GARDENS', Month: '3', Price: '1908'}, geometry: { type: 'Point', coordinates:[-73.83030303, 40.70380723]} },
{type: 'Feature',properties:{Name: '4', Address: '123-17 85TH AVENUE, KEW GARDENS', Month: '4', Price: '1348'}, geometry: { type: 'Point', coordinates:[-73.82833751, 40.70376314]} },
{type: 'Feature',properties:{Name: '4', Address: '122-13 METROPOLITAN AVENUE, KEW GARDENS', Month: '12', Price: '1758'}, geometry: { type: 'Point', coordinates:[-73.82865464, 40.70526775]} },
{type: 'Feature',properties:{Name: '4', Address: '155 CUTHBERT ROAD, KEW GARDENS', Month: '4', Price: '1610'}, geometry: { type: 'Point', coordinates:[-73.82818171, 40.70683705]} },
{type: 'Feature',properties:{Name: '4', Address: '125-21 METROPOLITAN AVENUE, KEW GARDENS', Month: '1', Price: '1232'}, geometry: { type: 'Point', coordinates:[-73.8260381, 40.70451724]} },
{type: 'Feature',properties:{Name: '4', Address: '84-36 127TH STREET, KEW GARDENS', Month: '10', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.82500753, 40.70690363]} },
{type: 'Feature',properties:{Name: '4', Address: '121-11 HILLSIDE AVE, KEW GARDENS', Month: '4', Price: '1472'}, geometry: { type: 'Point', coordinates:[-73.82933398, 40.70195033]} },
{type: 'Feature',properties:{Name: '4', Address: '85-26 123RD STREET, KEW GARDENS', Month: '7', Price: '1376'}, geometry: { type: 'Point', coordinates:[-73.82837136, 40.70322247]} },
{type: 'Feature',properties:{Name: '4', Address: '85-31 124TH STREET, KEW GARDENS', Month: '1', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.82744758, 40.70341048]} },
{type: 'Feature',properties:{Name: '4', Address: '8617 135 STREET, KEW GARDENS', Month: '10', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.82032628, 40.7054115]} },
{type: 'Feature',properties:{Name: '4', Address: '84-27 116TH STREET, KEW GARDENS', Month: '5', Price: '2862'}, geometry: { type: 'Point', coordinates:[-73.83524572, 40.70317488]} },
{type: 'Feature',properties:{Name: '4', Address: '123-07 85TH AVENUE, KEW GARDENS', Month: '9', Price: '2304'}, geometry: { type: 'Point', coordinates:[-73.82840247, 40.70374677]} },
{type: 'Feature',properties:{Name: '4', Address: '84-35 124TH STREET, KEW GARDENS', Month: '3', Price: '2347'}, geometry: { type: 'Point', coordinates:[-73.82797454, 40.70465465]} },
{type: 'Feature',properties:{Name: '4', Address: '84-52 126TH STREET, KEW GARDENS', Month: '4', Price: '1664'}, geometry: { type: 'Point', coordinates:[-73.82592773, 40.70672936]} },
{type: 'Feature',properties:{Name: '4', Address: '84-12 127TH STREET, KEW GARDENS', Month: '1', Price: '1297'}, geometry: { type: 'Point', coordinates:[-73.82501821, 40.7069558]} },
{type: 'Feature',properties:{Name: '4', Address: '84-53 127 STREET, KEW GARDENS', Month: '11', Price: '2240'}, geometry: { type: 'Point', coordinates:[-73.82497876, 40.7068734]} },
{type: 'Feature',properties:{Name: '4', Address: '116-03 BABBAGE STREET, KEW GARDENS', Month: '12', Price: '2253'}, geometry: { type: 'Point', coordinates:[-73.83443804, 40.70164214]} },
{type: 'Feature',properties:{Name: '4', Address: '119-17 HILLSIDE AVENUE, KEW GARDENS', Month: '3', Price: '3429'}, geometry: { type: 'Point', coordinates:[-73.83128998, 40.70145915]} },
{type: 'Feature',properties:{Name: '4', Address: '85-15 122ND STREET, KEW GARDENS', Month: '1', Price: '1548'}, geometry: { type: 'Point', coordinates:[-73.82929492, 40.70312229]} },
{type: 'Feature',properties:{Name: '4', Address: '85-29 123RD STREET, KEW GARDENS', Month: '8', Price: '1682'}, geometry: { type: 'Point', coordinates:[-73.82834255, 40.70320596]} },
{type: 'Feature',properties:{Name: '4', Address: '8510 125TH STREET, KEW GARDENS', Month: '12', Price: '1944'}, geometry: { type: 'Point', coordinates:[-73.82631736, 40.7039248]} },
{type: 'Feature',properties:{Name: '4', Address: '85-14 125TH STREET, KEW GARDENS', Month: '2', Price: '2096'}, geometry: { type: 'Point', coordinates:[-73.82631025, 40.70388361]} },
{type: 'Feature',properties:{Name: '4', Address: '125-21 HILLSIDE AVENUE, KEW GARDENS', Month: '7', Price: '2224'}, geometry: { type: 'Point', coordinates:[-73.82581164, 40.70284534]} },
{type: 'Feature',properties:{Name: '4', Address: '87-25 135TH STREET, KEW GARDENS', Month: '9', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.81984131, 40.70469161]} },
{type: 'Feature',properties:{Name: '4', Address: '105 81ST AVENUE, KEW GARDENS', Month: '4', Price: '3515'}, geometry: { type: 'Point', coordinates:[-73.83163519, 40.71185959]} },
{type: 'Feature',properties:{Name: '4', Address: '83-20 TALBOT STREET, KEW GARDENS', Month: '12', Price: '3100'}, geometry: { type: 'Point', coordinates:[-73.82846021, 40.70934069]} },
{type: 'Feature',properties:{Name: '4', Address: '83-31 TALBOT ST, KEW GARDENS', Month: '4', Price: '3540'}, geometry: { type: 'Point', coordinates:[-73.82823703, 40.7091647]} },
{type: 'Feature',properties:{Name: '4', Address: '83-35 TALBOT STREET, KEW GARDENS', Month: '11', Price: '3540'}, geometry: { type: 'Point', coordinates:[-73.82821183, 40.70914545]} },
{type: 'Feature',properties:{Name: '4', Address: '120-15 84TH AVENUE, KEW GARDENS', Month: '11', Price: '3430'}, geometry: { type: 'Point', coordinates:[-73.83170012, 40.70471505]} },
{type: 'Feature',properties:{Name: '4', Address: '84-30 124TH STREET, KEW GARDENS', Month: '10', Price: '3440'}, geometry: { type: 'Point', coordinates:[-73.82801053, 40.70468489]} },
{type: 'Feature',properties:{Name: '4', Address: '84-84 127TH STREET, KEW GARDENS', Month: '3', Price: '3450'}, geometry: { type: 'Point', coordinates:[-73.82498976, 40.70680205]} },
{type: 'Feature',properties:{Name: '4', Address: '84-23 130TH STREET, KEW GARDENS', Month: '8', Price: '2112'}, geometry: { type: 'Point', coordinates:[-73.82275066, 40.70516823]} },
{type: 'Feature',properties:{Name: '4', Address: '116-22 CURZON RD, KEW GARDENS', Month: '10', Price: '1715'}, geometry: { type: 'Point', coordinates:[-73.83577871, 40.70495974]} },
{type: 'Feature',properties:{Name: '4', Address: '83-18 122 STREET, KEW GARDENS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82987777, 40.7050939]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 125TH STREET, KEW GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82677571, 40.70380746]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A AUSTIN STREET, KEW GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83147984, 40.71053089]} },
{type: 'Feature',properties:{Name: '4', Address: '84-15 CUTHBERT ROAD, KEW GARDENS', Month: '2', Price: '4020'}, geometry: { type: 'Point', coordinates:[-73.83016578, 40.70813004]} },
{type: 'Feature',properties:{Name: '4', Address: '11526 84 AVENUE, KEW GARDENS', Month: '6', Price: '3393'}, geometry: { type: 'Point', coordinates:[-73.83564133, 40.70362833]} },
{type: 'Feature',properties:{Name: '4', Address: '121-09 85TH AVENUE, KEW GARDENS', Month: '7', Price: '3303'}, geometry: { type: 'Point', coordinates:[-73.82995073, 40.70335382]} },
{type: 'Feature',properties:{Name: '4', Address: '129-12 KEW GARDENS ROAD, KEW GARDENS', Month: '1', Price: '4800'}, geometry: { type: 'Point', coordinates:[-73.82380325, 40.70675083]} },
{type: 'Feature',properties:{Name: '4', Address: '83-30 KEW GARDENS ROAD, KEW GARDENS', Month: '2', Price: '89721'}, geometry: { type: 'Point', coordinates:[-73.82744069, 40.71025043]} },
{type: 'Feature',properties:{Name: '4', Address: '117-01 PARK LANE SOUTH, KEW GARDENS', Month: '10', Price: '219248'}, geometry: { type: 'Point', coordinates:[-73.83706943, 40.70811257]} },
{type: 'Feature',properties:{Name: '4', Address: '117-01 PARK LANE SOUTH, A1B, KEW GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83706943, 40.70811257]} },
{type: 'Feature',properties:{Name: '4', Address: '117-01 PARK LANE SOUTH, B3D, KEW GARDENS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83706943, 40.70811257]} },
{type: 'Feature',properties:{Name: '4', Address: '117-01 PARK LANE SOUTH, A3M, KEW GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83706943, 40.70811257]} },
{type: 'Feature',properties:{Name: '4', Address: '117-01 PARK LANE SOUTH, A5E, KEW GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83706943, 40.70811257]} },
{type: 'Feature',properties:{Name: '4', Address: '11701 PARK LANE SOUTH, B2A, KEW GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83706943, 40.70811257]} },
{type: 'Feature',properties:{Name: '4', Address: '117-01 PARK LANE SOUTH, A6C, KEW GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83706943, 40.70811257]} },
{type: 'Feature',properties:{Name: '4', Address: '11701 PARK LANE SOUTH, D2B, KEW GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83706943, 40.70811257]} },
{type: 'Feature',properties:{Name: '4', Address: '11701 PARK LANE SOUTH, C3L, KEW GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83706943, 40.70811257]} },
{type: 'Feature',properties:{Name: '4', Address: '117-01 PARK LANE SOUTH, D1L, KEW GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83706943, 40.70811257]} },
{type: 'Feature',properties:{Name: '4', Address: '117-01 PARK LANE SOUTH, C2A, KEW GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83706943, 40.70811257]} },
{type: 'Feature',properties:{Name: '4', Address: '117-01 PARK LANE SOUTH, B2C, KEW GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83706943, 40.70811257]} },
{type: 'Feature',properties:{Name: '4', Address: '117-01 PARK LANE SOUTH, A5C, KEW GARDENS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83706943, 40.70811257]} },
{type: 'Feature',properties:{Name: '4', Address: '117-01 PARK LANE SOUTH, B3G, KEW GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83706943, 40.70811257]} },
{type: 'Feature',properties:{Name: '4', Address: '117-01 PARK LANE SOUTH, D2A, KEW GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83706943, 40.70811257]} },
{type: 'Feature',properties:{Name: '4', Address: '117-01 PARK LANE SOUTH, B2J, KEW GARDENS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83706943, 40.70811257]} },
{type: 'Feature',properties:{Name: '4', Address: '117-01 PARK LANE SOUTH, C1C, KEW GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83706943, 40.70811257]} },
{type: 'Feature',properties:{Name: '4', Address: '117-01 PARK LANE SOUTH, D4H, KEW GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83706943, 40.70811257]} },
{type: 'Feature',properties:{Name: '4', Address: '117-01 PARK LANE SOUTH, A4H, KEW GARDENS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83706943, 40.70811257]} },
{type: 'Feature',properties:{Name: '4', Address: '117-01 PARK LANE SOUTH, D6G, KEW GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83706943, 40.70811257]} },
{type: 'Feature',properties:{Name: '4', Address: '117-14 UNION TPKE, DE2, KEW GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83565374, 40.71176384]} },
{type: 'Feature',properties:{Name: '4', Address: '117-14 UNION TURNPIKE, FA1, KEW GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83565374, 40.71176384]} },
{type: 'Feature',properties:{Name: '4', Address: '117-14 UNION TURNPIKE, DD1, KEW GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83565374, 40.71176384]} },
{type: 'Feature',properties:{Name: '4', Address: '117-14 UNION TURNPIKE, FC2, KEW GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83565374, 40.71176384]} },
{type: 'Feature',properties:{Name: '4', Address: '83-60 118TH STREET, 3F, KEW GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83440268, 40.70571258]} },
{type: 'Feature',properties:{Name: '4', Address: '8360 118TH STREET, 8H, KEW GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83440268, 40.70571258]} },
{type: 'Feature',properties:{Name: '4', Address: '83-60 118TH STREET, 10E, KEW GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83440268, 40.70571258]} },
{type: 'Feature',properties:{Name: '4', Address: '83-19 116TH ST., 4C, KEW GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83611192, 40.7058605]} },
{type: 'Feature',properties:{Name: '4', Address: '83-19 116TH STREET, 2-J, KEW GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83611192, 40.7058605]} },
{type: 'Feature',properties:{Name: '4', Address: '83-19 116TH STREET, 4B, KEW GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83611192, 40.7058605]} },
{type: 'Feature',properties:{Name: '4', Address: '83-19 116TH STREET, 1F, KEW GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83611192, 40.7058605]} },
{type: 'Feature',properties:{Name: '4', Address: '83-19 116TH ST, 3K, KEW GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83611192, 40.7058605]} },
{type: 'Feature',properties:{Name: '4', Address: '83-19 116TH STREET, 5H, KEW GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83611192, 40.7058605]} },
{type: 'Feature',properties:{Name: '4', Address: '83-15 116TH STREET, 4E, KEW GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83624829, 40.70614066]} },
{type: 'Feature',properties:{Name: '4', Address: '83-15 116 STREET, 3H, KEW GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83624829, 40.70614066]} },
{type: 'Feature',properties:{Name: '4', Address: '83-80 118TH STREET, 2E, KEW GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83413733, 40.70508913]} },
{type: 'Feature',properties:{Name: '4', Address: '83-80 118TH STREET, 5S, KEW GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83413733, 40.70508913]} },
{type: 'Feature',properties:{Name: '4', Address: '83-80 118TH STREET, 1D, KEW GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83413733, 40.70508913]} },
{type: 'Feature',properties:{Name: '4', Address: '83-80 118TH STREET, 2A, KEW GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83413733, 40.70508913]} },
{type: 'Feature',properties:{Name: '4', Address: '83-80 118TH STREET, 4L, KEW GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83413733, 40.70508913]} },
{type: 'Feature',properties:{Name: '4', Address: '83-80 118TH STREET, 4A, KEW GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83413733, 40.70508913]} },
{type: 'Feature',properties:{Name: '4', Address: '83-80 118TH STREET, 2H, KEW GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83413733, 40.70508913]} },
{type: 'Feature',properties:{Name: '4', Address: '83-80 118TH STREET, 4K, KEW GARDENS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83413733, 40.70508913]} },
{type: 'Feature',properties:{Name: '4', Address: '118-60 METROPOLITAN AVENUE, 3I, KEW GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83325718, 40.70657553]} },
{type: 'Feature',properties:{Name: '4', Address: '118-66 METROPOLITAN AVENUE, 6B, KEW GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83268052, 40.70640451]} },
{type: 'Feature',properties:{Name: '4', Address: '118-66 METROPOLITAN AVENUE, 4N, KEW GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83268052, 40.70640451]} },
{type: 'Feature',properties:{Name: '4', Address: '118-60 METROPOLITAN AVENUE, 1C, KEW GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83325718, 40.70657553]} },
{type: 'Feature',properties:{Name: '4', Address: '118-66 METROPOLITAN, 2D, KEW GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83268052, 40.70640451]} },
{type: 'Feature',properties:{Name: '4', Address: '118-66 METROPOLITAN AVENUE, 3E, KEW GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83268052, 40.70640451]} },
{type: 'Feature',properties:{Name: '4', Address: '118-60 METROPOLITAN AVENUE, 2G, KEW GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83325718, 40.70657553]} },
{type: 'Feature',properties:{Name: '4', Address: '118-60 METROPOLITAN AVENUE, 2B, KEW GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83325718, 40.70657553]} },
{type: 'Feature',properties:{Name: '4', Address: '118-66 METROPOLITAN AVENUE, 1N, KEW GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83268052, 40.70640451]} },
{type: 'Feature',properties:{Name: '4', Address: '118-60 METROPOLITAN AVENUE, 3F, KEW GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83325718, 40.70657553]} },
{type: 'Feature',properties:{Name: '4', Address: '118-66 METROPOLITAN AVENUE, 1J, KEW GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83268052, 40.70640451]} },
{type: 'Feature',properties:{Name: '4', Address: '83-44 LEFFERTS BLVD, 5M, KEW GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83260475, 40.70497712]} },
{type: 'Feature',properties:{Name: '4', Address: '118-11 84TH AVENUE, 216, KEW GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83351918, 40.70420717]} },
{type: 'Feature',properties:{Name: '4', Address: '118-11 84TH AVENUE, 619, KEW GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83351918, 40.70420717]} },
{type: 'Feature',properties:{Name: '4', Address: '118-11 84TH AVENUE, 202, KEW GARDENS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83351918, 40.70420717]} },
{type: 'Feature',properties:{Name: '4', Address: '83-75 118TH STREET, 2B, KEW GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83415513, 40.70518523]} },
{type: 'Feature',properties:{Name: '4', Address: '83-75 118TH STREET, 2L, KEW GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83415513, 40.70518523]} },
{type: 'Feature',properties:{Name: '4', Address: '83-75 118TH STREET, 5C, KEW GARDENS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83415513, 40.70518523]} },
{type: 'Feature',properties:{Name: '4', Address: '83-83 118TH STREET, 5B, KEW GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83401168, 40.70485565]} },
{type: 'Feature',properties:{Name: '4', Address: '115-25 METROPOLITAN AVENUE, 164, KEW GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83683204, 40.7078405]} },
{type: 'Feature',properties:{Name: '4', Address: '115-25 METROPOLITAN AVE, 214, KEW GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83683204, 40.7078405]} },
{type: 'Feature',properties:{Name: '4', Address: '115-25 METROPOLITAN AVE, 324, KEW GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83683204, 40.7078405]} },
{type: 'Feature',properties:{Name: '4', Address: '115-25 METROPOLITAN AVENUE, 215, KEW GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83683204, 40.7078405]} },
{type: 'Feature',properties:{Name: '4', Address: '115-25 METROPOLITAN AVENUE, 354, KEW GARDENS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83683204, 40.7078405]} },
{type: 'Feature',properties:{Name: '4', Address: '118-14 83RD AVENUE, 1K, KEW GARDENS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83473375, 40.70746971]} },
{type: 'Feature',properties:{Name: '4', Address: '118-14 83RD AVENUE, 5E, KEW GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83473375, 40.70746971]} },
{type: 'Feature',properties:{Name: '4', Address: '118-14 83RD AVENUE, 4G, KEW GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83473375, 40.70746971]} },
{type: 'Feature',properties:{Name: '4', Address: '118-14 83RD AVENUE, 4K, KEW GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83473375, 40.70746971]} },
{type: 'Feature',properties:{Name: '4', Address: '8451 BEVERLY ROAD, 3P, KEW GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82990819, 40.70730622]} },
{type: 'Feature',properties:{Name: '4', Address: '84-51 BEVERLY ROAD, 2I, KEW GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82990819, 40.70730622]} },
{type: 'Feature',properties:{Name: '4', Address: '84-51 BEVERLY ROAD, 4E, KEW GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82990819, 40.70730622]} },
{type: 'Feature',properties:{Name: '4', Address: '84-51 BEVERLY ROAD, 6M, KEW GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82990819, 40.70730622]} },
{type: 'Feature',properties:{Name: '4', Address: '84-51 BEVERLY ROAD, 2J, KEW GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82990819, 40.70730622]} },
{type: 'Feature',properties:{Name: '4', Address: '118-18 UNION TURNPIKE, 19G, KEW GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83427033, 40.71252216]} },
{type: 'Feature',properties:{Name: '4', Address: '118-18 UNION TURNPIKE, 16J, KEW GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83427033, 40.71252216]} },
{type: 'Feature',properties:{Name: '4', Address: '118-18 UNION TURNPIKE, KEW GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83427033, 40.71252216]} },
{type: 'Feature',properties:{Name: '4', Address: '118-18 UNION TURNPIKE, 2C, KEW GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83427033, 40.71252216]} },
{type: 'Feature',properties:{Name: '4', Address: '118-18 UNION TURNPIKE, 18L, KEW GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83427033, 40.71252216]} },
{type: 'Feature',properties:{Name: '4', Address: '118-18 UNION TURNPIKE, 3F, KEW GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83427033, 40.71252216]} },
{type: 'Feature',properties:{Name: '4', Address: '118-18 UNION TURNPIKE, 11C, KEW GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83427033, 40.71252216]} },
{type: 'Feature',properties:{Name: '4', Address: '118-18 UNION TURNPIKE, 3L, KEW GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83427033, 40.71252216]} },
{type: 'Feature',properties:{Name: '4', Address: '118-18 UNION TURNPIKE, 18C, KEW GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83427033, 40.71252216]} },
{type: 'Feature',properties:{Name: '4', Address: '118-18 UNION TURNPIKE, 6L, KEW GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83427033, 40.71252216]} },
{type: 'Feature',properties:{Name: '4', Address: '118-18 UNION TURNPIKE, 2K, KEW GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83427033, 40.71252216]} },
{type: 'Feature',properties:{Name: '4', Address: '118-18 UNION TPKE, 12F, KEW GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83427033, 40.71252216]} },
{type: 'Feature',properties:{Name: '4', Address: '82-40 AUSTIN STREET, 2K, KEW GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83049262, 40.71009577]} },
{type: 'Feature',properties:{Name: '4', Address: '82-40 AUSTIN STREET, 3C, KEW GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83049262, 40.71009577]} },
{type: 'Feature',properties:{Name: '4', Address: '83-40 AUSTIN STREET, 6A, KEW GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82902083, 40.70874042]} },
{type: 'Feature',properties:{Name: '4', Address: '83-40 AUSTIN STREET, 4H, KEW GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82902083, 40.70874042]} },
{type: 'Feature',properties:{Name: '4', Address: '83-40 AUSTIN STREET, 4V, KEW GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82902083, 40.70874042]} },
{type: 'Feature',properties:{Name: '4', Address: '83-40 AUSTIN STREET, 4C, KEW GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82902083, 40.70874042]} },
{type: 'Feature',properties:{Name: '4', Address: '83-40 AUSTIN STREET, 2M, KEW GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82902083, 40.70874042]} },
{type: 'Feature',properties:{Name: '4', Address: '8340 AUSTIN STREET, 2R, KEW GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82902083, 40.70874042]} },
{type: 'Feature',properties:{Name: '4', Address: '83-40 AUSTIN STREET, 5C, KEW GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82902083, 40.70874042]} },
{type: 'Feature',properties:{Name: '4', Address: '83-40 AUSTIN STREET, 2B, KEW GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82902083, 40.70874042]} },
{type: 'Feature',properties:{Name: '4', Address: '83-40 AUSTIN ST, 5E, KEW GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82902083, 40.70874042]} },
{type: 'Feature',properties:{Name: '4', Address: '83-40 AUSTIN STREET, 2T, KEW GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82902083, 40.70874042]} },
{type: 'Feature',properties:{Name: '4', Address: '83-40 AUSTIN STREET, 6J, KEW GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82902083, 40.70874042]} },
{type: 'Feature',properties:{Name: '4', Address: '8300 TALBOT STREET, 4C, KEW GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82888125, 40.70972284]} },
{type: 'Feature',properties:{Name: '4', Address: '8300 TALBOT STREET, 7E, KEW GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82888125, 40.70972284]} },
{type: 'Feature',properties:{Name: '4', Address: '8300 TALBOT STREET, 10D, KEW GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82888125, 40.70972284]} },
{type: 'Feature',properties:{Name: '4', Address: '8300 TALBOT STREET, 6F, KEW GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82888125, 40.70972284]} },
{type: 'Feature',properties:{Name: '4', Address: '8300 TALBOT, 5E, KEW GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82888125, 40.70972284]} },
{type: 'Feature',properties:{Name: '4', Address: '8300 TALBOT STREET, 1C, KEW GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82888125, 40.70972284]} },
{type: 'Feature',properties:{Name: '4', Address: '8300 TALBOT STREET, PHC, KEW GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82888125, 40.70972284]} },
{type: 'Feature',properties:{Name: '4', Address: '83-52 TALBOT STREET, APT 2, KEW GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82766855, 40.70861764]} },
{type: 'Feature',properties:{Name: '4', Address: '83-52 TALBOT STREET, 3A, KEW GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82766855, 40.70861764]} },
{type: 'Feature',properties:{Name: '4', Address: '83-74 TALBOT STREET, 6F, KEW GARDENS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82765775, 40.70860939]} },
{type: 'Feature',properties:{Name: '4', Address: '83-74 TALBOT ST, 4B, KEW GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82765775, 40.70860939]} },
{type: 'Feature',properties:{Name: '4', Address: '83-64 TALBOT STREET, 1F, KEW GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82766496, 40.70861214]} },
{type: 'Feature',properties:{Name: '4', Address: '83-33 AUSTIN STREET, 1M, KEW GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82909274, 40.70882836]} },
{type: 'Feature',properties:{Name: '4', Address: '83-33 AUSTIN STREET, 2G, KEW GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82909274, 40.70882836]} },
{type: 'Feature',properties:{Name: '4', Address: '83-33 AUSTIN STREET, 6L, KEW GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82909274, 40.70882836]} },
{type: 'Feature',properties:{Name: '4', Address: '83-33 AUSTIN STREET, 3J, KEW GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82909274, 40.70882836]} },
{type: 'Feature',properties:{Name: '4', Address: '83-33 AUSTIN STREET, 4T, KEW GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82909274, 40.70882836]} },
{type: 'Feature',properties:{Name: '4', Address: '125-05 84TH AVENUE, 6G, KEW GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82704671, 40.70917664]} },
{type: 'Feature',properties:{Name: '4', Address: '125-16 83 DRIVE, 1D, KEW GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82740924, 40.70986063]} },
{type: 'Feature',properties:{Name: '4', Address: '125-16 83 DR., 1B, KEW GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82740924, 40.70986063]} },
{type: 'Feature',properties:{Name: '4', Address: '125-05 84TH AVENUE, 1B, KEW GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82704671, 40.70917664]} },
{type: 'Feature',properties:{Name: '4', Address: '125-05 84 AVENUE, 4A, KEW GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82704671, 40.70917664]} },
{type: 'Feature',properties:{Name: '4', Address: '45 KEW GARDENS ROAD, 6R, KEW GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82921372, 40.71229244]} },
{type: 'Feature',properties:{Name: '4', Address: '45 KEW GARDENS ROAD, 6J, KEW GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82921372, 40.71229244]} },
{type: 'Feature',properties:{Name: '4', Address: '45 KEW GARDENS ROAD, 2L, KEW GARDENS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82921372, 40.71229244]} },
{type: 'Feature',properties:{Name: '4', Address: '45 KEW GARDENS ROAD, 1A, KEW GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82921372, 40.71229244]} },
{type: 'Feature',properties:{Name: '4', Address: '45 KEW GARDENS ROAD, 1B, KEW GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82921372, 40.71229244]} },
{type: 'Feature',properties:{Name: '4', Address: '45 KEW GARDENS ROAD, 3G, KEW GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82921372, 40.71229244]} },
{type: 'Feature',properties:{Name: '4', Address: '45 KEW GARDENS ROAD, 3J, KEW GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82921372, 40.71229244]} },
{type: 'Feature',properties:{Name: '4', Address: '45 KEW GARDENS ROAD, 2C, KEW GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82921372, 40.71229244]} },
{type: 'Feature',properties:{Name: '4', Address: '45 KEW GARDENS ROAD, 5M, KEW GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82921372, 40.71229244]} },
{type: 'Feature',properties:{Name: '4', Address: '123-35 82 ROAD, 6B, KEW GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82788744, 40.71184856]} },
{type: 'Feature',properties:{Name: '4', Address: '123-35 82ND ROAD, 3U, KEW GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82788744, 40.71184856]} },
{type: 'Feature',properties:{Name: '4', Address: '123-35 82ND ROAD, 3A, KEW GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82788744, 40.71184856]} },
{type: 'Feature',properties:{Name: '4', Address: '123-35 82ND ROAD, 4K, KEW GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82788744, 40.71184856]} },
{type: 'Feature',properties:{Name: '4', Address: '123-35 82ND ROAD, 8N, KEW GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82788744, 40.71184856]} },
{type: 'Feature',properties:{Name: '4', Address: '123-35 82ND ROAD, 2D, KEW GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82788744, 40.71184856]} },
{type: 'Feature',properties:{Name: '4', Address: '123-35 82ND ROAD, 2P, KEW GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82788744, 40.71184856]} },
{type: 'Feature',properties:{Name: '4', Address: '123-35 82ND ROAD, 3-F, KEW GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82788744, 40.71184856]} },
{type: 'Feature',properties:{Name: '4', Address: '123-35 82ND ROAD, 7K, KEW GARDENS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82788744, 40.71184856]} },
{type: 'Feature',properties:{Name: '4', Address: '123-35 82ND ROAD, 7N, KEW GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82788744, 40.71184856]} },
{type: 'Feature',properties:{Name: '4', Address: '83-84 116TH STREET, 4B, KEW GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83568692, 40.70415539]} },
{type: 'Feature',properties:{Name: '4', Address: '83-84 116TH STREET, 3D, KEW GARDENS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83568692, 40.70415539]} },
{type: 'Feature',properties:{Name: '4', Address: '83-84 116TH STREET, 1C, KEW GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83568692, 40.70415539]} },
{type: 'Feature',properties:{Name: '4', Address: '83-84 116TH STREET, 2J, KEW GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83568692, 40.70415539]} },
{type: 'Feature',properties:{Name: '4', Address: '83-84 116TH STREET, 2A, KEW GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83568692, 40.70415539]} },
{type: 'Feature',properties:{Name: '4', Address: '115-25 84TH AVENUE, KEW GARDENS', Month: '6', Price: '55600'}, geometry: { type: 'Point', coordinates:[-73.83578222, 40.70353795]} },
{type: 'Feature',properties:{Name: '4', Address: '115-25 84TH AVENUE, KEW GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83578222, 40.70353795]} },
{type: 'Feature',properties:{Name: '4', Address: '115-25 84TH AVENUE, 2F, KEW GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83578222, 40.70353795]} },
{type: 'Feature',properties:{Name: '4', Address: '84-25 118TH STREET, 1E, KEW GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83348091, 40.70364444]} },
{type: 'Feature',properties:{Name: '4', Address: '84-25 118TH STREET, 3E, KEW GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83348091, 40.70364444]} },
{type: 'Feature',properties:{Name: '4', Address: '84-25 118TH STREET, 3E, KEW GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83348091, 40.70364444]} },
{type: 'Feature',properties:{Name: '4', Address: '84-25 118TH STREET, 4E, KEW GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83348091, 40.70364444]} },
{type: 'Feature',properties:{Name: '4', Address: '124-16 84TH ROAD, 1G, KEW GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82786857, 40.7079839]} },
{type: 'Feature',properties:{Name: '4', Address: '124-16 84 ROAD, 3G, KEW GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82786857, 40.7079839]} },
{type: 'Feature',properties:{Name: '4', Address: '124-16 84TH ROAD, 4K, KEW GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82786857, 40.7079839]} },
{type: 'Feature',properties:{Name: '4', Address: '124-16 84TH ROAD, 2A, KEW GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82786857, 40.7079839]} },
{type: 'Feature',properties:{Name: '4', Address: '124-16 84TH ROAD, 2H, KEW GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82786857, 40.7079839]} },
{type: 'Feature',properties:{Name: '4', Address: '124-16 84TH ROAD, 5B, KEW GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82786857, 40.7079839]} },
{type: 'Feature',properties:{Name: '4', Address: '84-70 129TH STREET, LA, KEW GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82366389, 40.70489516]} },
{type: 'Feature',properties:{Name: '4', Address: '84-70 129TH ST, 5H, KEW GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82366389, 40.70489516]} },
{type: 'Feature',properties:{Name: '4', Address: '84-70 129TH STREET, 5E, KEW GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82366389, 40.70489516]} },
{type: 'Feature',properties:{Name: '4', Address: '8470 129TH STREET, 6U, KEW GARDENS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82366389, 40.70489516]} },
{type: 'Feature',properties:{Name: '4', Address: '84-70 129TH STREET, 3H, KEW GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82366389, 40.70489516]} },
{type: 'Feature',properties:{Name: '4', Address: '84-70 129TH STREET, 3J, KEW GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82366389, 40.70489516]} },
{type: 'Feature',properties:{Name: '4', Address: '85-11 LEFFERTS BLVD, 6J, KEW GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83198346, 40.70248671]} },
{type: 'Feature',properties:{Name: '4', Address: '85-11 LEFFERTS BOULEVARD, 1A, KEW GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83198346, 40.70248671]} },
{type: 'Feature',properties:{Name: '4', Address: '85-11 LEFFERTS BOULEVARD, 4E, KEW GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83198346, 40.70248671]} },
{type: 'Feature',properties:{Name: '4', Address: '85-11 LEFFERTS BOULEVARD, 1K, KEW GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83198346, 40.70248671]} },
{type: 'Feature',properties:{Name: '4', Address: '120-10 85TH AVENUE, 5E, KEW GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8310515, 40.70306175]} },
{type: 'Feature',properties:{Name: '4', Address: '120-10 85TH AVENUE, 4F, KEW GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8310515, 40.70306175]} },
{type: 'Feature',properties:{Name: '4', Address: '131-11 KEW GARDENS ROAD, 3M, KEW GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82169098, 40.70490584]} },
{type: 'Feature',properties:{Name: '4', Address: '131-11 KEW GARDENS ROAD, 5K, KEW GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82169098, 40.70490584]} },
{type: 'Feature',properties:{Name: '4', Address: '131-11 KEW GARDENS ROAD, KEW GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82169098, 40.70490584]} },
{type: 'Feature',properties:{Name: '4', Address: '131-11 KEW GARDENS ROAD, 2-O, KEW GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82169098, 40.70490584]} },
{type: 'Feature',properties:{Name: '4', Address: '123-40 83RD AVENUE, 8J, KEW GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82700132, 40.71137513]} },
{type: 'Feature',properties:{Name: '4', Address: '123-40 83RD AVENUE, 8M, KEW GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82700132, 40.71137513]} },
{type: 'Feature',properties:{Name: '4', Address: '123-40 83RD AVENUE, 1H, KEW GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82700132, 40.71137513]} },
{type: 'Feature',properties:{Name: '4', Address: '123-40 83RD AVENUE, 10E, KEW GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82700132, 40.71137513]} },
{type: 'Feature',properties:{Name: '4', Address: '119-40 METROPOLITAN AVENUE, KEW GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83142267, 40.70603762]} },
{type: 'Feature',properties:{Name: '4', Address: '119-40 METROPOLITAN AVENUE, KEW GARDENS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83142267, 40.70603762]} },
{type: 'Feature',properties:{Name: '4', Address: '84-62 AUSTIN STREET, KEW GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82707761, 40.70699734]} },
{type: 'Feature',properties:{Name: '4', Address: '84-62 AUSTIN STREET, KEW GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82707761, 40.70699734]} },
{type: 'Feature',properties:{Name: '4', Address: '83-85 116TH STREET, KEW GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83566887, 40.70416085]} },
{type: 'Feature',properties:{Name: '4', Address: '83-85 116TH STREET, KEW GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83566887, 40.70416085]} },
{type: 'Feature',properties:{Name: '4', Address: '83-85 116TH STREET, KEW GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83566887, 40.70416085]} },
{type: 'Feature',properties:{Name: '4', Address: '83-85 116TH STREET, KEW GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83566887, 40.70416085]} },
{type: 'Feature',properties:{Name: '4', Address: '83-85 116TH STREET, KEW GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83566887, 40.70416085]} },
{type: 'Feature',properties:{Name: '4', Address: '83-85 116TH STREET, KEW GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83566887, 40.70416085]} },
{type: 'Feature',properties:{Name: '4', Address: '83-85 116TH STREET, KEW GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83566887, 40.70416085]} },
{type: 'Feature',properties:{Name: '4', Address: '83-85 116TH STREET, KEW GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83566887, 40.70416085]} },
{type: 'Feature',properties:{Name: '4', Address: '83-71 116TH STREET, KEW GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8357872, 40.70444099]} },
{type: 'Feature',properties:{Name: '4', Address: '83-71 116 STREET, KEW GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8357872, 40.70444099]} },
{type: 'Feature',properties:{Name: '4', Address: '83-71 116TH STREET, KEW GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8357872, 40.70444099]} },
{type: 'Feature',properties:{Name: '4', Address: '83-71 116TH STREET, KEW GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8357872, 40.70444099]} },
{type: 'Feature',properties:{Name: '4', Address: '83-71 116TH STREET, KEW GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8357872, 40.70444099]} },
{type: 'Feature',properties:{Name: '4', Address: '83-75 117 STREET, KEW GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83489684, 40.70424484]} },
{type: 'Feature',properties:{Name: '4', Address: '83-75 117TH STREET, KEW GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83489684, 40.70424484]} },
{type: 'Feature',properties:{Name: '4', Address: '83-75 117TH STREET, KEW GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83489684, 40.70424484]} },
{type: 'Feature',properties:{Name: '4', Address: '116-24 GROSVENOR LANE, KEW GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8357556, 40.70702103]} },
{type: 'Feature',properties:{Name: '4', Address: '116-24 GROSVENOR LANE, KEW GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8357556, 40.70702103]} },
{type: 'Feature',properties:{Name: '4', Address: '116-24 GROSVENOR LANE, KEW GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8357556, 40.70702103]} },
{type: 'Feature',properties:{Name: '4', Address: '116-24 GROSVENOR LANE, KEW GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8357556, 40.70702103]} },
{type: 'Feature',properties:{Name: '4', Address: '116-24 GROSVENOR LANE, KEW GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8357556, 40.70702103]} },
{type: 'Feature',properties:{Name: '4', Address: '116-11 CURZON ROAD, KEW GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83583996, 40.70498727]} },
{type: 'Feature',properties:{Name: '4', Address: '116-11 CURZON, KEW GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83583996, 40.70498727]} },
{type: 'Feature',properties:{Name: '4', Address: '116-11 CURZON ROAD, KEW GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83583996, 40.70498727]} },
{type: 'Feature',properties:{Name: '4', Address: '116-11 CURZON ROAD, KEW GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83583996, 40.70498727]} },
{type: 'Feature',properties:{Name: '4', Address: '118-82 METROPOLITAN AVE, KEW GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83230569, 40.70629418]} },
{type: 'Feature',properties:{Name: '4', Address: '83-09 TALBOT STREET, KEW GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82872283, 40.70960733]} },
{type: 'Feature',properties:{Name: '4', Address: '83-09 TALBOT STREET, KEW GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82872283, 40.70960733]} },
{type: 'Feature',properties:{Name: '4', Address: '83-09 LEFFERTS BOULEVARD, KEW GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83170101, 40.705791]} },
{type: 'Feature',properties:{Name: '4', Address: '83-09 LEFFERTS BOULEVARD, KEW GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83170101, 40.705791]} },
{type: 'Feature',properties:{Name: '4', Address: '123-25 82ND AVENUE, RESID, KEW GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82863641, 40.71235746]} },
{type: 'Feature',properties:{Name: '4', Address: '12325 82ND AVENUE, 5M, KEW GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82863641, 40.71235746]} },
{type: 'Feature',properties:{Name: '4', Address: '123-25 82ND AVENUE, 2S, KEW GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82863641, 40.71235746]} },
{type: 'Feature',properties:{Name: '4', Address: '125-10 QUEENS BLVD., 1107, KEW GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82623057, 40.71231268]} },
{type: 'Feature',properties:{Name: '4', Address: '125-10 QUEENS BLVD., 2109, KEW GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82623057, 40.71231268]} },
{type: 'Feature',properties:{Name: '4', Address: '125-10 QUEENS BOULEVARD, 1803, KEW GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82623057, 40.71231268]} },
{type: 'Feature',properties:{Name: '4', Address: '125-10 QUEENS BLVD., 807, KEW GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82623057, 40.71231268]} },
{type: 'Feature',properties:{Name: '4', Address: '125-10 QUEENS BOULEVARD, 1504, KEW GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82623057, 40.71231268]} },
{type: 'Feature',properties:{Name: '4', Address: '125-10 QUEENS BLVD, 2604, KEW GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82623057, 40.71231268]} },
{type: 'Feature',properties:{Name: '4', Address: '125-10 QUEENS BOULEVARD, RES, KEW GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82623057, 40.71231268]} },
{type: 'Feature',properties:{Name: '4', Address: '125-10 QUEENS BOULEVARD, 2006, KEW GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82623057, 40.71231268]} },
{type: 'Feature',properties:{Name: '4', Address: '125-10 QUEENS BLVD., 2407, KEW GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82623057, 40.71231268]} },
{type: 'Feature',properties:{Name: '4', Address: '125-10 QUEENS BOULEVARD, 1023, KEW GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82623057, 40.71231268]} },
{type: 'Feature',properties:{Name: '4', Address: '125-10 QUEENS BOULEVARD, 911, KEW GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82623057, 40.71231268]} },
{type: 'Feature',properties:{Name: '4', Address: '12510 QUEENS BOULEVARD, 1518, KEW GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82623057, 40.71231268]} },
{type: 'Feature',properties:{Name: '4', Address: '125-10 QUEENS BOULEVARD, 1415, KEW GARDENS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82623057, 40.71231268]} },
{type: 'Feature',properties:{Name: '4', Address: '125-10 QUEENS BOULEVARD, 2607, KEW GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82623057, 40.71231268]} },
{type: 'Feature',properties:{Name: '4', Address: '125-10 QUEENS BLVD, 424, KEW GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82623057, 40.71231268]} },
{type: 'Feature',properties:{Name: '4', Address: '125-10 QUEENS BOULEVARD, 2404, KEW GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82623057, 40.71231268]} },
{type: 'Feature',properties:{Name: '4', Address: '125-10 QUEENS BOULEVARD, 2406, KEW GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82623057, 40.71231268]} },
{type: 'Feature',properties:{Name: '4', Address: '125-10 QUEENS BOULEVARD, 903, KEW GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82623057, 40.71231268]} },
{type: 'Feature',properties:{Name: '4', Address: '125-10 QUEENS BLVD, 1024, KEW GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82623057, 40.71231268]} },
{type: 'Feature',properties:{Name: '4', Address: '125-10 QUEENS BLVD, 2003, KEW GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82623057, 40.71231268]} },
{type: 'Feature',properties:{Name: '4', Address: '125-10 QUEENS BOULEVARD, 2004, KEW GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82623057, 40.71231268]} },
{type: 'Feature',properties:{Name: '4', Address: '125-10 QUEENS BLVD., 608, KEW GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82623057, 40.71231268]} },
{type: 'Feature',properties:{Name: '4', Address: '125-10 QUEENS BLVD., 2101, KEW GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82623057, 40.71231268]} },
{type: 'Feature',properties:{Name: '4', Address: '125-10 QUEENS BOULEVARD, 1020, KEW GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82623057, 40.71231268]} },
{type: 'Feature',properties:{Name: '4', Address: '124-22 QUEENS BOULEVARD, KEW GARDENS', Month: '12', Price: '9790'}, geometry: { type: 'Point', coordinates:[-73.82721421, 40.71274234]} },
{type: 'Feature',properties:{Name: '4', Address: '124-22 QUEENS BOULEVARD, KEW GARDENS', Month: '2', Price: '9790'}, geometry: { type: 'Point', coordinates:[-73.82721421, 40.71274234]} },
{type: 'Feature',properties:{Name: '4', Address: '116-24 GROSVENOR LANE, KEW GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8357556, 40.70702103]} },
{type: 'Feature',properties:{Name: '4', Address: '125-10 QUEENS BOULEVARD, KEW GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82623057, 40.71231268]} },
{type: 'Feature',properties:{Name: '4', Address: '125-10 QUEENS BOULEVARD, KEW GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82623057, 40.71231268]} },
{type: 'Feature',properties:{Name: '4', Address: '83-71 116TH STREET, KEW GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8357872, 40.70444099]} },
{type: 'Feature',properties:{Name: '4', Address: '83-75 117TH STREET, KEW GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83489684, 40.70424484]} },
{type: 'Feature',properties:{Name: '4', Address: '83-75 117TH STREET, KEW GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83489684, 40.70424484]} },
{type: 'Feature',properties:{Name: '4', Address: '116-11 CURZON ROAD, KEW GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83583996, 40.70498727]} },
{type: 'Feature',properties:{Name: '4', Address: '116-11 CURZON ROAD, KEW GARDENS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83583996, 40.70498727]} },
{type: 'Feature',properties:{Name: '4', Address: '116-11 CURZON ROAD, KEW GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83583996, 40.70498727]} },
{type: 'Feature',properties:{Name: '4', Address: '119-40 METROPOLITAN AVENUE, KEW GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83142267, 40.70603762]} },
{type: 'Feature',properties:{Name: '4', Address: '116-11 CURZON, KEW GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83583996, 40.70498727]} },
{type: 'Feature',properties:{Name: '4', Address: '222-01 130TH AVENUE, LAURELTON', Month: '8', Price: '1108'}, geometry: { type: 'Point', coordinates:[-73.74417295, 40.68386913]} },
{type: 'Feature',properties:{Name: '4', Address: '221-15 130TH AVENUE, LAURELTON', Month: '9', Price: '1642'}, geometry: { type: 'Point', coordinates:[-73.74494358, 40.68412062]} },
{type: 'Feature',properties:{Name: '4', Address: '219-09 130TH AVENUE, LAURELTON', Month: '5', Price: '1108'}, geometry: { type: 'Point', coordinates:[-73.74709723, 40.68478138]} },
{type: 'Feature',properties:{Name: '4', Address: '219-05 130TH AVENUE, LAURELTON', Month: '2', Price: '1138'}, geometry: { type: 'Point', coordinates:[-73.74713324, 40.68479244]} },
{type: 'Feature',properties:{Name: '4', Address: '23131 125TH AVENUE, LAURELTON', Month: '6', Price: '1732'}, geometry: { type: 'Point', coordinates:[-73.73346142, 40.68459689]} },
{type: 'Feature',properties:{Name: '4', Address: '231-25 125TH AVENUE, LAURELTON', Month: '11', Price: '1732'}, geometry: { type: 'Point', coordinates:[-73.73352626, 40.68461077]} },
{type: 'Feature',properties:{Name: '4', Address: '231-11 128TH AVENUE, LAURELTON', Month: '5', Price: '1063'}, geometry: { type: 'Point', coordinates:[-73.73443617, 40.68338321]} },
{type: 'Feature',properties:{Name: '4', Address: '121-52 234TH STREET, LAURELTON', Month: '6', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.73178815, 40.68376408]} },
{type: 'Feature',properties:{Name: '4', Address: '121-52 234TH STREET, LAURELTON', Month: '7', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.73178815, 40.68376408]} },
{type: 'Feature',properties:{Name: '4', Address: '121-59 234TH STREET, LAURELTON', Month: '1', Price: '1330'}, geometry: { type: 'Point', coordinates:[-73.73180293, 40.68367354]} },
{type: 'Feature',properties:{Name: '4', Address: '121-04 235TH STREET, LAURELTON', Month: '6', Price: '1393'}, geometry: { type: 'Point', coordinates:[-73.73063258, 40.68420329]} },
{type: 'Feature',properties:{Name: '4', Address: '121-38 237TH STREET, LAURELTON', Month: '9', Price: '1050'}, geometry: { type: 'Point', coordinates:[-73.72911494, 40.68323631]} },
{type: 'Feature',properties:{Name: '4', Address: '121-18 238TH STREET, LAURELTON', Month: '3', Price: '1068'}, geometry: { type: 'Point', coordinates:[-73.72811973, 40.68325592]} },
{type: 'Feature',properties:{Name: '4', Address: '121-42 LAURELTON PARKWAY, LAURELTON', Month: '6', Price: '1355'}, geometry: { type: 'Point', coordinates:[-73.72761698, 40.68275792]} },
{type: 'Feature',properties:{Name: '4', Address: '231-12 128TH ROAD, LAURELTON', Month: '1', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.73464086, 40.68268376]} },
{type: 'Feature',properties:{Name: '4', Address: '129-15 FRANCIS LEWIS BLVD, LAURELTON', Month: '6', Price: '1250'}, geometry: { type: 'Point', coordinates:[-73.73587108, 40.68158867]} },
{type: 'Feature',properties:{Name: '4', Address: '232-11 130TH AVENUE, LAURELTON', Month: '4', Price: '1112'}, geometry: { type: 'Point', coordinates:[-73.73465986, 40.68062796]} },
{type: 'Feature',properties:{Name: '4', Address: '129-07 232ND STREET, LAURELTON', Month: '12', Price: '1468'}, geometry: { type: 'Point', coordinates:[-73.73453132, 40.68121779]} },
{type: 'Feature',properties:{Name: '4', Address: '128-09 233RD STREET, LAURELTON', Month: '8', Price: '1469'}, geometry: { type: 'Point', coordinates:[-73.73313727, 40.68270498]} },
{type: 'Feature',properties:{Name: '4', Address: '128-32 236TH STREET, LAURELTON', Month: '1', Price: '774'}, geometry: { type: 'Point', coordinates:[-73.73074389, 40.68163992]} },
{type: 'Feature',properties:{Name: '4', Address: '128-41 236TH STREET, LAURELTON', Month: '5', Price: '850'}, geometry: { type: 'Point', coordinates:[-73.73076238, 40.68152468]} },
{type: 'Feature',properties:{Name: '4', Address: '128-33 236TH STREET, LAURELTON', Month: '6', Price: '886'}, geometry: { type: 'Point', coordinates:[-73.73072228, 40.68163438]} },
{type: 'Feature',properties:{Name: '4', Address: '128-29 236TH STREET, LAURELTON', Month: '2', Price: '1124'}, geometry: { type: 'Point', coordinates:[-73.73070403, 40.68168923]} },
{type: 'Feature',properties:{Name: '4', Address: '128-20 238TH STREET, LAURELTON', Month: '3', Price: '774'}, geometry: { type: 'Point', coordinates:[-73.72889127, 40.68149284]} },
{type: 'Feature',properties:{Name: '4', Address: '217-16 130TH AVENUE, LAURELTON', Month: '12', Price: '1006'}, geometry: { type: 'Point', coordinates:[-73.74897072, 40.68516426]} },
{type: 'Feature',properties:{Name: '4', Address: '130-30 218TH STREET, LAURELTON', Month: '4', Price: '1232'}, geometry: { type: 'Point', coordinates:[-73.7487216, 40.68429636]} },
{type: 'Feature',properties:{Name: '4', Address: '219-07 130TH DRIVE, LAURELTON', Month: '7', Price: '1240'}, geometry: { type: 'Point', coordinates:[-73.7478631, 40.68343811]} },
{type: 'Feature',properties:{Name: '4', Address: '219-04 130TH ROAD, LAURELTON', Month: '4', Price: '1125'}, geometry: { type: 'Point', coordinates:[-73.74756526, 40.68401387]} },
{type: 'Feature',properties:{Name: '4', Address: '130-11 220TH STREET, LAURELTON', Month: '4', Price: '1006'}, geometry: { type: 'Point', coordinates:[-73.74621282, 40.68410421]} },
{type: 'Feature',properties:{Name: '4', Address: '130-21 220TH STREET, LAURELTON', Month: '2', Price: '1208'}, geometry: { type: 'Point', coordinates:[-73.7463399, 40.68387119]} },
{type: 'Feature',properties:{Name: '4', Address: '130-39 220TH STREET, LAURELTON', Month: '11', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.74662671, 40.68335305]} },
{type: 'Feature',properties:{Name: '4', Address: '130-60 222ND STREET, LAURELTON', Month: '8', Price: '940'}, geometry: { type: 'Point', coordinates:[-73.74497414, 40.68272908]} },
{type: 'Feature',properties:{Name: '4', Address: '130-25 221 STREET, LAURELTON', Month: '8', Price: '940'}, geometry: { type: 'Point', coordinates:[-73.74551914, 40.68352628]} },
{type: 'Feature',properties:{Name: '4', Address: '130-06 224 STREET, LAURELTON', Month: '4', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.74281355, 40.68295758]} },
{type: 'Feature',properties:{Name: '4', Address: '130-54 224 STREET, LAURELTON', Month: '8', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.74320202, 40.68226127]} },
{type: 'Feature',properties:{Name: '4', Address: '130-58 224TH STREET, LAURELTON', Month: '5', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.7432347, 40.68220096]} },
{type: 'Feature',properties:{Name: '4', Address: '130-70 224TH STREET, LAURELTON', Month: '9', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.74333272, 40.68202826]} },
{type: 'Feature',properties:{Name: '4', Address: '130-46 225 ST, LAURELTON', Month: '12', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.74227245, 40.68209451]} },
{type: 'Feature',properties:{Name: '4', Address: '130-56 225TH STREET, LAURELTON', Month: '3', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.74235233, 40.68194921]} },
{type: 'Feature',properties:{Name: '4', Address: '130-05 225TH STREET, LAURELTON', Month: '12', Price: '1542'}, geometry: { type: 'Point', coordinates:[-73.74191317, 40.68269755]} },
{type: 'Feature',properties:{Name: '4', Address: '130-59 226TH STREET, LAURELTON', Month: '3', Price: '1456'}, geometry: { type: 'Point', coordinates:[-73.74148823, 40.68163437]} },
{type: 'Feature',properties:{Name: '4', Address: '130-06 227TH STREET, LAURELTON', Month: '12', Price: '1456'}, geometry: { type: 'Point', coordinates:[-73.74022443, 40.68211735]} },
{type: 'Feature',properties:{Name: '4', Address: '130-28 227TH STREET, LAURELTON', Month: '11', Price: '1308'}, geometry: { type: 'Point', coordinates:[-73.74040234, 40.68179936]} },
{type: 'Feature',properties:{Name: '4', Address: '130-33 227TH STREET, LAURELTON', Month: '9', Price: '1347'}, geometry: { type: 'Point', coordinates:[-73.74041341, 40.68173351]} },
{type: 'Feature',properties:{Name: '4', Address: '130-14 229TH STREET, LAURELTON', Month: '11', Price: '1752'}, geometry: { type: 'Point', coordinates:[-73.73856133, 40.68144386]} },
{type: 'Feature',properties:{Name: '4', Address: '130-40 229TH STREET, LAURELTON', Month: '11', Price: '1752'}, geometry: { type: 'Point', coordinates:[-73.73877193, 40.68106555]} },
{type: 'Feature',properties:{Name: '4', Address: '130-54 229TH STREET, LAURELTON', Month: '3', Price: '1720'}, geometry: { type: 'Point', coordinates:[-73.7388881, 40.6808627]} },
{type: 'Feature',properties:{Name: '4', Address: '130-28 230TH STREET, LAURELTON', Month: '9', Price: '1233'}, geometry: { type: 'Point', coordinates:[-73.7378133, 40.68095907]} },
{type: 'Feature',properties:{Name: '4', Address: '130-56 FRANCIS LEWIS BLVD, LAURELTON', Month: '9', Price: '1553'}, geometry: { type: 'Point', coordinates:[-73.73732347, 40.67991494]} },
{type: 'Feature',properties:{Name: '4', Address: '130-21 230TH STREET, LAURELTON', Month: '12', Price: '888'}, geometry: { type: 'Point', coordinates:[-73.73772994, 40.68106867]} },
{type: 'Feature',properties:{Name: '4', Address: '231-05 131ST AVENUE, LAURELTON', Month: '11', Price: '984'}, geometry: { type: 'Point', coordinates:[-73.7365628, 40.67898546]} },
{type: 'Feature',properties:{Name: '4', Address: '130-26 232ND STREET, LAURELTON', Month: '1', Price: '873'}, geometry: { type: 'Point', coordinates:[-73.7351958, 40.68003906]} },
{type: 'Feature',properties:{Name: '4', Address: '130-30 232ND STREET, LAURELTON', Month: '1', Price: '1319'}, geometry: { type: 'Point', coordinates:[-73.73522486, 40.67998423]} },
{type: 'Feature',properties:{Name: '4', Address: '130-39 232ND STREET, LAURELTON', Month: '2', Price: '1092'}, geometry: { type: 'Point', coordinates:[-73.73526498, 40.67986905]} },
{type: 'Feature',properties:{Name: '4', Address: '130-36 234TH STREET, LAURELTON', Month: '6', Price: '1288'}, geometry: { type: 'Point', coordinates:[-73.73354715, 40.67938474]} },
{type: 'Feature',properties:{Name: '4', Address: '130-58 234TH STREET, LAURELTON', Month: '6', Price: '1008'}, geometry: { type: 'Point', coordinates:[-73.73369978, 40.67908317]} },
{type: 'Feature',properties:{Name: '4', Address: '235-11 131ST AVENUE, LAURELTON', Month: '12', Price: '1008'}, geometry: { type: 'Point', coordinates:[-73.73294379, 40.67789842]} },
{type: 'Feature',properties:{Name: '4', Address: '130-20 LAURELTON PARKWAY, LAURELTON', Month: '12', Price: '1995'}, geometry: { type: 'Point', coordinates:[-73.73079867, 40.67878822]} },
{type: 'Feature',properties:{Name: '4', Address: '216-19 132ND ROAD, LAURELTON', Month: '3', Price: '1073'}, geometry: { type: 'Point', coordinates:[-73.7514657, 40.68230138]} },
{type: 'Feature',properties:{Name: '4', Address: '131-12 220TH STREET, LAURELTON', Month: '3', Price: '875'}, geometry: { type: 'Point', coordinates:[-73.74725817, 40.682273]} },
{type: 'Feature',properties:{Name: '4', Address: '131-07 218TH STREET, LAURELTON', Month: '8', Price: '1231'}, geometry: { type: 'Point', coordinates:[-73.74941874, 40.68300235]} },
{type: 'Feature',properties:{Name: '4', Address: '218-37 132ND AVENUE, LAURELTON', Month: '4', Price: '1394'}, geometry: { type: 'Point', coordinates:[-73.74934548, 40.68234893]} },
{type: 'Feature',properties:{Name: '4', Address: '132-03 220TH STREET, LAURELTON', Month: '3', Price: '1614'}, geometry: { type: 'Point', coordinates:[-73.74759953, 40.68162872]} },
{type: 'Feature',properties:{Name: '4', Address: '132-03 220TH STREET, LAURELTON', Month: '12', Price: '1614'}, geometry: { type: 'Point', coordinates:[-73.74759953, 40.68162872]} },
{type: 'Feature',properties:{Name: '4', Address: '131-19 223 STREET, LAURELTON', Month: '12', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.74477439, 40.6812245]} },
{type: 'Feature',properties:{Name: '4', Address: '131-12 224TH STREET, LAURELTON', Month: '8', Price: '1749'}, geometry: { type: 'Point', coordinates:[-73.74402253, 40.68078641]} },
{type: 'Feature',properties:{Name: '4', Address: '131-20 224TH STREET, LAURELTON', Month: '3', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.74410967, 40.6806274]} },
{type: 'Feature',properties:{Name: '4', Address: '131-61 224TH STREET, LAURELTON', Month: '1', Price: '1410'}, geometry: { type: 'Point', coordinates:[-73.74452732, 40.67983783]} },
{type: 'Feature',properties:{Name: '4', Address: '131-45 224TH STREET, LAURELTON', Month: '4', Price: '1410'}, geometry: { type: 'Point', coordinates:[-73.74435306, 40.68015035]} },
{type: 'Feature',properties:{Name: '4', Address: '131-11 224TH STREET, LAURELTON', Month: '2', Price: '1410'}, geometry: { type: 'Point', coordinates:[-73.74397914, 40.68081925]} },
{type: 'Feature',properties:{Name: '4', Address: '131-54 225TH STREET, LAURELTON', Month: '11', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.7436339, 40.67965195]} },
{type: 'Feature',properties:{Name: '4', Address: '131-33 225TH STREET, LAURELTON', Month: '2', Price: '1410'}, geometry: { type: 'Point', coordinates:[-73.74335814, 40.68010697]} },
{type: 'Feature',properties:{Name: '4', Address: '131-33 225TH STREET, LAURELTON', Month: '7', Price: '1410'}, geometry: { type: 'Point', coordinates:[-73.74335814, 40.68010697]} },
{type: 'Feature',properties:{Name: '4', Address: '131-19 225TH STREET, LAURELTON', Month: '7', Price: '1410'}, geometry: { type: 'Point', coordinates:[-73.74320566, 40.6803811]} },
{type: 'Feature',properties:{Name: '4', Address: '131-47 226TH STREET, LAURELTON', Month: '4', Price: '1420'}, geometry: { type: 'Point', coordinates:[-73.74220709, 40.68034593]} },
{type: 'Feature',properties:{Name: '4', Address: '131-14 227TH STREET, LAURELTON', Month: '5', Price: '1424'}, geometry: { type: 'Point', coordinates:[-73.74133906, 40.68012166]} },
{type: 'Feature',properties:{Name: '4', Address: '131-18 227 STREET, LAURELTON', Month: '10', Price: '1484'}, geometry: { type: 'Point', coordinates:[-73.74133908, 40.68011617]} },
{type: 'Feature',properties:{Name: '4', Address: '131-46 227TH STREET, LAURELTON', Month: '5', Price: '1424'}, geometry: { type: 'Point', coordinates:[-73.74136448, 40.68007505]} },
{type: 'Feature',properties:{Name: '4', Address: '131-54 228TH STREET, LAURELTON', Month: '5', Price: '1645'}, geometry: { type: 'Point', coordinates:[-73.74050754, 40.67978218]} },
{type: 'Feature',properties:{Name: '4', Address: '131-45 227 ST, LAURELTON', Month: '3', Price: '1577'}, geometry: { type: 'Point', coordinates:[-73.74134286, 40.68007226]} },
{type: 'Feature',properties:{Name: '4', Address: '131-55 227TH STREET, LAURELTON', Month: '10', Price: '1490'}, geometry: { type: 'Point', coordinates:[-73.74135012, 40.68005855]} },
{type: 'Feature',properties:{Name: '4', Address: '131-61 227TH STREET, LAURELTON', Month: '12', Price: '1410'}, geometry: { type: 'Point', coordinates:[-73.74135377, 40.68004758]} },
{type: 'Feature',properties:{Name: '4', Address: '131-56 229TH STREET, LAURELTON', Month: '5', Price: '1748'}, geometry: { type: 'Point', coordinates:[-73.73965056, 40.67950027]} },
{type: 'Feature',properties:{Name: '4', Address: '131-25 229TH STREET, LAURELTON', Month: '8', Price: '1795'}, geometry: { type: 'Point', coordinates:[-73.73960354, 40.67953859]} },
{type: 'Feature',properties:{Name: '4', Address: '131-05 229 STREET, LAURELTON', Month: '6', Price: '1795'}, geometry: { type: 'Point', coordinates:[-73.739589, 40.67956875]} },
{type: 'Feature',properties:{Name: '4', Address: '131-79 230TH STREET, LAURELTON', Month: '2', Price: '1528'}, geometry: { type: 'Point', coordinates:[-73.73878654, 40.67917717]} },
{type: 'Feature',properties:{Name: '4', Address: '13144 FRANCIS LEWIS BOULEV, LAURELTON', Month: '12', Price: '1594'}, geometry: { type: 'Point', coordinates:[-73.73855912, 40.67832852]} },
{type: 'Feature',properties:{Name: '4', Address: '131-25 233 STREET, LAURELTON', Month: '5', Price: '1094'}, geometry: { type: 'Point', coordinates:[-73.73519256, 40.67813143]} },
{type: 'Feature',properties:{Name: '4', Address: '217-21 133RD ROAD, LAURELTON', Month: '1', Price: '1268'}, geometry: { type: 'Point', coordinates:[-73.75201627, 40.6806502]} },
{type: 'Feature',properties:{Name: '4', Address: '218-35 133RD ROAD, LAURELTON', Month: '11', Price: '1178'}, geometry: { type: 'Point', coordinates:[-73.75002143, 40.67996518]} },
{type: 'Feature',properties:{Name: '4', Address: '21835 133RD ROAD, LAURELTON', Month: '3', Price: '1178'}, geometry: { type: 'Point', coordinates:[-73.75002143, 40.67996518]} },
{type: 'Feature',properties:{Name: '4', Address: '133-12 224TH STREET, LAURELTON', Month: '2', Price: '1190'}, geometry: { type: 'Point', coordinates:[-73.74512618, 40.67879614]} },
{type: 'Feature',properties:{Name: '4', Address: '133-16 225TH STREET, LAURELTON', Month: '6', Price: '1238'}, geometry: { type: 'Point', coordinates:[-73.74429095, 40.67848413]} },
{type: 'Feature',properties:{Name: '4', Address: '133-16 225TH STREET, LAURELTON', Month: '2', Price: '1238'}, geometry: { type: 'Point', coordinates:[-73.74429095, 40.67848413]} },
{type: 'Feature',properties:{Name: '4', Address: '133-09 227TH, LAURELTON', Month: '10', Price: '1365'}, geometry: { type: 'Point', coordinates:[-73.74250828, 40.67797786]} },
{type: 'Feature',properties:{Name: '4', Address: '133-21 228TH STREET, LAURELTON', Month: '7', Price: '1640'}, geometry: { type: 'Point', coordinates:[-73.74170581, 40.67758904]} },
{type: 'Feature',properties:{Name: '4', Address: '133-12 230TH STREET, LAURELTON', Month: '5', Price: '1667'}, geometry: { type: 'Point', coordinates:[-73.73995192, 40.6771075]} },
{type: 'Feature',properties:{Name: '4', Address: '133-02 232ND STREET, LAURELTON', Month: '3', Price: '1244'}, geometry: { type: 'Point', coordinates:[-73.73721866, 40.67631903]} },
{type: 'Feature',properties:{Name: '4', Address: '133-11 231ST STREET, LAURELTON', Month: '9', Price: '1102'}, geometry: { type: 'Point', coordinates:[-73.73807233, 40.67651311]} },
{type: 'Feature',properties:{Name: '4', Address: '133-07 231ST STREET, LAURELTON', Month: '4', Price: '1166'}, geometry: { type: 'Point', coordinates:[-73.73805416, 40.67654875]} },
{type: 'Feature',properties:{Name: '4', Address: '133-07 231ST STREET, LAURELTON', Month: '7', Price: '1166'}, geometry: { type: 'Point', coordinates:[-73.73805416, 40.67654875]} },
{type: 'Feature',properties:{Name: '4', Address: '232-14 133RD AVENUE, LAURELTON', Month: '7', Price: '1588'}, geometry: { type: 'Point', coordinates:[-73.73689369, 40.67644729]} },
{type: 'Feature',properties:{Name: '4', Address: '218-02 138TH AVE, LAURELTON', Month: '5', Price: '952'}, geometry: { type: 'Point', coordinates:[-73.75402196, 40.67449247]} },
{type: 'Feature',properties:{Name: '4', Address: '138-55 SPRINGFIELD BLVD, LAURELTON', Month: '2', Price: '1188'}, geometry: { type: 'Point', coordinates:[-73.75610077, 40.67386834]} },
{type: 'Feature',properties:{Name: '4', Address: '138-49 SPRINGFIELD BLVD, LAURELTON', Month: '8', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.75609337, 40.67392047]} },
{type: 'Feature',properties:{Name: '4', Address: '218-11 139TH AVENUE, LAURELTON', Month: '5', Price: '1020'}, geometry: { type: 'Point', coordinates:[-73.75563449, 40.67321958]} },
{type: 'Feature',properties:{Name: '4', Address: '218-11 139TH AVENUE, LAURELTON', Month: '3', Price: '1020'}, geometry: { type: 'Point', coordinates:[-73.75563449, 40.67321958]} },
{type: 'Feature',properties:{Name: '4', Address: '218-47 140TH AVENUE, LAURELTON', Month: '12', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.75536801, 40.67215952]} },
{type: 'Feature',properties:{Name: '4', Address: '219-44 141ST ROAD, LAURELTON', Month: '2', Price: '1056'}, geometry: { type: 'Point', coordinates:[-73.75407135, 40.6698978]} },
{type: 'Feature',properties:{Name: '4', Address: '141-36 219TH STREET, LAURELTON', Month: '9', Price: '840'}, geometry: { type: 'Point', coordinates:[-73.75558061, 40.67021667]} },
{type: 'Feature',properties:{Name: '4', Address: '142-17 SPRINGFIELD BLVD, LAURELTON', Month: '10', Price: '1050'}, geometry: { type: 'Point', coordinates:[-73.75662347, 40.66893981]} },
{type: 'Feature',properties:{Name: '4', Address: '221-03 142ND ROAD, LAURELTON', Month: '5', Price: '1168'}, geometry: { type: 'Point', coordinates:[-73.75505734, 40.66840674]} },
{type: 'Feature',properties:{Name: '4', Address: '222-23 143RD AVENUE, LAURELTON', Month: '1', Price: '1025'}, geometry: { type: 'Point', coordinates:[-73.75413373, 40.66764446]} },
{type: 'Feature',properties:{Name: '4', Address: '222-29 143RD AVENUE, LAURELTON', Month: '5', Price: '1305'}, geometry: { type: 'Point', coordinates:[-73.75412653, 40.6676417]} },
{type: 'Feature',properties:{Name: '4', Address: '142-03 224TH STREET, LAURELTON', Month: '3', Price: '1063'}, geometry: { type: 'Point', coordinates:[-73.75200808, 40.66830963]} },
{type: 'Feature',properties:{Name: '4', Address: '219-40 143RD ROAD, LAURELTON', Month: '8', Price: '1184'}, geometry: { type: 'Point', coordinates:[-73.75603795, 40.66739051]} },
{type: 'Feature',properties:{Name: '4', Address: '219-15 135TH AVENUE, LAURELTON', Month: '11', Price: '1164'}, geometry: { type: 'Point', coordinates:[-73.75115065, 40.67783768]} },
{type: 'Feature',properties:{Name: '4', Address: '220-10 134TH ROAD, LAURELTON', Month: '1', Price: '1302'}, geometry: { type: 'Point', coordinates:[-73.74956361, 40.67802911]} },
{type: 'Feature',properties:{Name: '4', Address: '134-36 226TH STREET, LAURELTON', Month: '5', Price: '1028'}, geometry: { type: 'Point', coordinates:[-73.74434125, 40.67664798]} },
{type: 'Feature',properties:{Name: '4', Address: '134-18 228TH STREET, LAURELTON', Month: '12', Price: '1376'}, geometry: { type: 'Point', coordinates:[-73.74250434, 40.67619648]} },
{type: 'Feature',properties:{Name: '4', Address: '135-06 221ST STREET, LAURELTON', Month: '1', Price: '1160'}, geometry: { type: 'Point', coordinates:[-73.74897662, 40.67689424]} },
{type: 'Feature',properties:{Name: '4', Address: '136-07 222ND STREET, LAURELTON', Month: '7', Price: '1408'}, geometry: { type: 'Point', coordinates:[-73.74862797, 40.67565558]} },
{type: 'Feature',properties:{Name: '4', Address: '135-19 222ND STREET, LAURELTON', Month: '10', Price: '1408'}, geometry: { type: 'Point', coordinates:[-73.74833737, 40.67623684]} },
{type: 'Feature',properties:{Name: '4', Address: '135-19 223RD STREET, LAURELTON', Month: '11', Price: '1092'}, geometry: { type: 'Point', coordinates:[-73.74756302, 40.67603477]} },
{type: 'Feature',properties:{Name: '4', Address: '135-17 224 STREET, LAURELTON', Month: '8', Price: '1160'}, geometry: { type: 'Point', coordinates:[-73.74671651, 40.67584901]} },
{type: 'Feature',properties:{Name: '4', Address: '135-02 225TH STREET, LAURELTON', Month: '2', Price: '1160'}, geometry: { type: 'Point', coordinates:[-73.7459778, 40.6757568]} },
{type: 'Feature',properties:{Name: '4', Address: '135-02 225TH STREET, LAURELTON', Month: '3', Price: '1160'}, geometry: { type: 'Point', coordinates:[-73.7459778, 40.6757568]} },
{type: 'Feature',properties:{Name: '4', Address: '135-22 225TH STREET, LAURELTON', Month: '1', Price: '1160'}, geometry: { type: 'Point', coordinates:[-73.74611927, 40.6755293]} },
{type: 'Feature',properties:{Name: '4', Address: '135-11 225TH STREET, LAURELTON', Month: '10', Price: '1160'}, geometry: { type: 'Point', coordinates:[-73.74601423, 40.67565807]} },
{type: 'Feature',properties:{Name: '4', Address: '135-05 225TH STREET, LAURELTON', Month: '12', Price: '1160'}, geometry: { type: 'Point', coordinates:[-73.74597071, 40.6757266]} },
{type: 'Feature',properties:{Name: '4', Address: '135-24 226TH STREET, LAURELTON', Month: '11', Price: '1672'}, geometry: { type: 'Point', coordinates:[-73.74522632, 40.67523363]} },
{type: 'Feature',properties:{Name: '4', Address: '220-18 137TH ROAD, LAURELTON', Month: '7', Price: '1247'}, geometry: { type: 'Point', coordinates:[-73.75119915, 40.67450012]} },
{type: 'Feature',properties:{Name: '4', Address: '137-33 224 STREET, LAURELTON', Month: '5', Price: '1536'}, geometry: { type: 'Point', coordinates:[-73.74807877, 40.67407063]} },
{type: 'Feature',properties:{Name: '4', Address: '137-50 225 STREET, LAURELTON', Month: '4', Price: '1451'}, geometry: { type: 'Point', coordinates:[-73.74735976, 40.67354206]} },
{type: 'Feature',properties:{Name: '4', Address: '225-05 138TH AVENUE, LAURELTON', Month: '9', Price: '2268'}, geometry: { type: 'Point', coordinates:[-73.74766598, 40.67264244]} },
{type: 'Feature',properties:{Name: '4', Address: '137-31 225TH STREET, LAURELTON', Month: '11', Price: '1992'}, geometry: { type: 'Point', coordinates:[-73.74719669, 40.67376403]} },
{type: 'Feature',properties:{Name: '4', Address: '137-31 225TH STREET, LAURELTON', Month: '8', Price: '1992'}, geometry: { type: 'Point', coordinates:[-73.74719669, 40.67376403]} },
{type: 'Feature',properties:{Name: '4', Address: '137-27 225TH STREET, LAURELTON', Month: '10', Price: '2410'}, geometry: { type: 'Point', coordinates:[-73.74716767, 40.67381063]} },
{type: 'Feature',properties:{Name: '4', Address: '137-40 226 STREET, LAURELTON', Month: '12', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.74640883, 40.67333136]} },
{type: 'Feature',properties:{Name: '4', Address: '226-10 137TH AVENUE, LAURELTON', Month: '8', Price: '1665'}, geometry: { type: 'Point', coordinates:[-73.74575015, 40.67400238]} },
{type: 'Feature',properties:{Name: '4', Address: '137-38 227TH, LAURELTON', Month: '1', Price: '1401'}, geometry: { type: 'Point', coordinates:[-73.74554109, 40.67304948]} },
{type: 'Feature',properties:{Name: '4', Address: '137-43 227TH STREET, LAURELTON', Month: '1', Price: '1780'}, geometry: { type: 'Point', coordinates:[-73.74555212, 40.67299461]} },
{type: 'Feature',properties:{Name: '4', Address: '138-12 222ND STREET, LAURELTON', Month: '2', Price: '1170'}, geometry: { type: 'Point', coordinates:[-73.75076437, 40.67315149]} },
{type: 'Feature',properties:{Name: '4', Address: '219-11 138TH ROAD, LAURELTON', Month: '5', Price: '1138'}, geometry: { type: 'Point', coordinates:[-73.75313559, 40.67338991]} },
{type: 'Feature',properties:{Name: '4', Address: '220-03 139 AVENUE, LAURELTON', Month: '2', Price: '544'}, geometry: { type: 'Point', coordinates:[-73.75268161, 40.67234866]} },
{type: 'Feature',properties:{Name: '4', Address: '138-35 223RD STREET, LAURELTON', Month: '12', Price: '2509'}, geometry: { type: 'Point', coordinates:[-73.75013961, 40.67248041]} },
{type: 'Feature',properties:{Name: '4', Address: '138-15 223RD STREET, LAURELTON', Month: '5', Price: '2617'}, geometry: { type: 'Point', coordinates:[-73.75002352, 40.67267504]} },
{type: 'Feature',properties:{Name: '4', Address: '138-41 224TH STREET, LAURELTON', Month: '6', Price: '1530'}, geometry: { type: 'Point', coordinates:[-73.74927192, 40.67218483]} },
{type: 'Feature',properties:{Name: '4', Address: '138-41 224TH STREET, LAURELTON', Month: '11', Price: '1530'}, geometry: { type: 'Point', coordinates:[-73.74927192, 40.67218483]} },
{type: 'Feature',properties:{Name: '4', Address: '219-58 ALECIA AVENUE, LAURELTON', Month: '2', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.75319154, 40.67093345]} },
{type: 'Feature',properties:{Name: '4', Address: '219-46 ALECIA AVENUE, LAURELTON', Month: '11', Price: '1195'}, geometry: { type: 'Point', coordinates:[-73.75332836, 40.67097766]} },
{type: 'Feature',properties:{Name: '4', Address: '219-03 141ST AVENUE, LAURELTON', Month: '9', Price: '1975'}, geometry: { type: 'Point', coordinates:[-73.75446391, 40.67097734]} },
{type: 'Feature',properties:{Name: '4', Address: '140-15 219TH STREET, LAURELTON', Month: '8', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.75444694, 40.67166899]} },
{type: 'Feature',properties:{Name: '4', Address: '140-16 MARISSA STREET, LAURELTON', Month: '10', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.75368016, 40.67137915]} },
{type: 'Feature',properties:{Name: '4', Address: '13911 222ND STREET, LAURELTON', Month: '12', Price: '1788'}, geometry: { type: 'Point', coordinates:[-73.75155151, 40.67184942]} },
{type: 'Feature',properties:{Name: '4', Address: '222-47 141ST ROAD, LAURELTON', Month: '8', Price: '1674'}, geometry: { type: 'Point', coordinates:[-73.75294085, 40.66951385]} },
{type: 'Feature',properties:{Name: '4', Address: '224-04 139TH AVENUE, LAURELTON', Month: '11', Price: '2438'}, geometry: { type: 'Point', coordinates:[-73.74966105, 40.6712799]} },
{type: 'Feature',properties:{Name: '4', Address: '224-16 141ST AVENUE, LAURELTON', Month: '2', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.75028802, 40.66943127]} },
{type: 'Feature',properties:{Name: '4', Address: '226-11 141ST AVENUE, LAURELTON', Month: '3', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.74889475, 40.66895339]} },
{type: 'Feature',properties:{Name: '4', Address: '139-15 226TH STREET, LAURELTON', Month: '3', Price: '1798'}, geometry: { type: 'Point', coordinates:[-73.74834942, 40.67017637]} },
{type: 'Feature',properties:{Name: '4', Address: '134-50 230TH STREET, LAURELTON', Month: '7', Price: '1368'}, geometry: { type: 'Point', coordinates:[-73.74095401, 40.67529546]} },
{type: 'Feature',properties:{Name: '4', Address: '134-01 229TH STREET, LAURELTON', Month: '12', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.74146995, 40.67612005]} },
{type: 'Feature',properties:{Name: '4', Address: '134-15 FRANCIS LEWIS BOULEV, LAURELTON', Month: '10', Price: '1352'}, geometry: { type: 'Point', coordinates:[-73.73952318, 40.67519067]} },
{type: 'Feature',properties:{Name: '4', Address: '134-12 232ND STREET, LAURELTON', Month: '2', Price: '1352'}, geometry: { type: 'Point', coordinates:[-73.73805382, 40.67480032]} },
{type: 'Feature',properties:{Name: '4', Address: '232-12 MERRICK BOULEVARD, LAURELTON', Month: '6', Price: '1000'}, geometry: { type: 'Point', coordinates:[-73.73759464, 40.67513963]} },
{type: 'Feature',properties:{Name: '4', Address: '232-14 MERRICK BLVD, LAURELTON', Month: '3', Price: '2350'}, geometry: { type: 'Point', coordinates:[-73.73758024, 40.6751341]} },
{type: 'Feature',properties:{Name: '4', Address: '232-14 MERRICK BLVD, LAURELTON', Month: '12', Price: '2350'}, geometry: { type: 'Point', coordinates:[-73.73758024, 40.6751341]} },
{type: 'Feature',properties:{Name: '4', Address: '232-16 MERRICK BOULEVARD, LAURELTON', Month: '9', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.73756943, 40.67513133]} },
{type: 'Feature',properties:{Name: '4', Address: '134-18 234TH STREET, LAURELTON', Month: '7', Price: '1364'}, geometry: { type: 'Point', coordinates:[-73.73641657, 40.67402255]} },
{type: 'Feature',properties:{Name: '4', Address: '135-53 230TH STREET, LAURELTON', Month: '4', Price: '1512'}, geometry: { type: 'Point', coordinates:[-73.74195557, 40.67360417]} },
{type: 'Feature',properties:{Name: '4', Address: '135-53 230TH STREET, LAURELTON', Month: '10', Price: '1512'}, geometry: { type: 'Point', coordinates:[-73.74195557, 40.67360417]} },
{type: 'Feature',properties:{Name: '4', Address: '135-25 230TH STREET, LAURELTON', Month: '7', Price: '1385'}, geometry: { type: 'Point', coordinates:[-73.7417524, 40.67393584]} },
{type: 'Feature',properties:{Name: '4', Address: '135-14 232ND STREET, LAURELTON', Month: '9', Price: '1316'}, geometry: { type: 'Point', coordinates:[-73.73907344, 40.67311734]} },
{type: 'Feature',properties:{Name: '4', Address: '135-31 233 STREET, LAURELTON', Month: '9', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.73832556, 40.67261609]} },
{type: 'Feature',properties:{Name: '4', Address: '135-23 233RD STREET, LAURELTON', Month: '12', Price: '1384'}, geometry: { type: 'Point', coordinates:[-73.73826752, 40.67270928]} },
{type: 'Feature',properties:{Name: '4', Address: '137-40 233RD STREET, LAURELTON', Month: '2', Price: '1428'}, geometry: { type: 'Point', coordinates:[-73.73946452, 40.67082632]} },
{type: 'Feature',properties:{Name: '4', Address: '138-41 228TH STREET, LAURELTON', Month: '4', Price: '1538'}, geometry: { type: 'Point', coordinates:[-73.74599405, 40.67054449]} },
{type: 'Feature',properties:{Name: '4', Address: '138-25 229TH STREET, LAURELTON', Month: '12', Price: '1375'}, geometry: { type: 'Point', coordinates:[-73.74469499, 40.67088471]} },
{type: 'Feature',properties:{Name: '4', Address: '138-19 229TH STREET, LAURELTON', Month: '9', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.74465147, 40.67095324]} },
{type: 'Feature',properties:{Name: '4', Address: '138-19 229TH STREET, LAURELTON', Month: '7', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.74465147, 40.67095324]} },
{type: 'Feature',properties:{Name: '4', Address: '229-12 138TH AVENUE, LAURELTON', Month: '10', Price: '1563'}, geometry: { type: 'Point', coordinates:[-73.74416687, 40.67135564]} },
{type: 'Feature',properties:{Name: '4', Address: '138-35 230TH STREET, LAURELTON', Month: '8', Price: '1398'}, geometry: { type: 'Point', coordinates:[-73.74392158, 40.67045755]} },
{type: 'Feature',properties:{Name: '4', Address: '138-60 231ST STREET, LAURELTON', Month: '7', Price: '1392'}, geometry: { type: 'Point', coordinates:[-73.74235709, 40.66951809]} },
{type: 'Feature',properties:{Name: '4', Address: '138-01 231ST STREET, LAURELTON', Month: '2', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.74190383, 40.67020601]} },
{type: 'Feature',properties:{Name: '4', Address: '138-07 233RD STREET, LAURELTON', Month: '4', Price: '1324'}, geometry: { type: 'Point', coordinates:[-73.74025548, 40.66951885]} },
{type: 'Feature',properties:{Name: '4', Address: '139-48 229TH STREET, LAURELTON', Month: '9', Price: '1939'}, geometry: { type: 'Point', coordinates:[-73.74594983, 40.66890301]} },
{type: 'Feature',properties:{Name: '4', Address: '139-29 229TH STREET, LAURELTON', Month: '7', Price: '1196'}, geometry: { type: 'Point', coordinates:[-73.74578315, 40.66913046]} },
{type: 'Feature',properties:{Name: '4', Address: '139-42 233RD STREET, LAURELTON', Month: '1', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.74149587, 40.66757284]} },
{type: 'Feature',properties:{Name: '4', Address: '225-20 141ST AVENUE, LAURELTON', Month: '9', Price: '1063'}, geometry: { type: 'Point', coordinates:[-73.74962202, 40.66919377]} },
{type: 'Feature',properties:{Name: '4', Address: '226-45 MENTONE AVENUE, LAURELTON', Month: '6', Price: '1328'}, geometry: { type: 'Point', coordinates:[-73.74865265, 40.66815138]} },
{type: 'Feature',properties:{Name: '4', Address: '141-16 230 PLACE, LAURELTON', Month: '1', Price: '1322'}, geometry: { type: 'Point', coordinates:[-73.74500898, 40.667018]} },
{type: 'Feature',properties:{Name: '4', Address: '228-14 MENTONE AVENUE, LAURELTON', Month: '1', Price: '1300'}, geometry: { type: 'Point', coordinates:[-73.74706619, 40.66729977]} },
{type: 'Feature',properties:{Name: '4', Address: '228-14 MENTONE AVENUE, LAURELTON', Month: '6', Price: '1300'}, geometry: { type: 'Point', coordinates:[-73.74706619, 40.66729977]} },
{type: 'Feature',properties:{Name: '4', Address: '234-15 134TH ROAD, LAURELTON', Month: '7', Price: '1364'}, geometry: { type: 'Point', coordinates:[-73.73644051, 40.67343796]} },
{type: 'Feature',properties:{Name: '4', Address: '135-29 234TH STREET, LAURELTON', Month: '9', Price: '1304'}, geometry: { type: 'Point', coordinates:[-73.73746508, 40.67233416]} },
{type: 'Feature',properties:{Name: '4', Address: '125-14 FRANCIS LEWIS BOULEV, LAURELTON', Month: '1', Price: '1063'}, geometry: { type: 'Point', coordinates:[-73.7345184, 40.68446484]} },
{type: 'Feature',properties:{Name: '4', Address: '121-57 233RD STREET, LAURELTON', Month: '3', Price: '1469'}, geometry: { type: 'Point', coordinates:[-73.73280923, 40.68358804]} },
{type: 'Feature',properties:{Name: '4', Address: '219-11 131ST AVENUE, LAURELTON', Month: '8', Price: '1884'}, geometry: { type: 'Point', coordinates:[-73.74820093, 40.68277187]} },
{type: 'Feature',properties:{Name: '4', Address: '216-21 132ND AVENUE, LAURELTON', Month: '6', Price: '1754'}, geometry: { type: 'Point', coordinates:[-73.75095521, 40.6828657]} },
{type: 'Feature',properties:{Name: '4', Address: '218-29 132ND AVENUE, LAURELTON', Month: '4', Price: '1340'}, geometry: { type: 'Point', coordinates:[-73.74935628, 40.6823517]} },
{type: 'Feature',properties:{Name: '4', Address: '132-28 220TH STREET, LAURELTON', Month: '9', Price: '1300'}, geometry: { type: 'Point', coordinates:[-73.74798051, 40.68099277]} },
{type: 'Feature',properties:{Name: '4', Address: '220-03 133RD AVENUE, LAURELTON', Month: '11', Price: '1712'}, geometry: { type: 'Point', coordinates:[-73.74827939, 40.68013431]} },
{type: 'Feature',properties:{Name: '4', Address: '131-25 220TH STREET, LAURELTON', Month: '2', Price: '3021'}, geometry: { type: 'Point', coordinates:[-73.74726923, 40.68220989]} },
{type: 'Feature',properties:{Name: '4', Address: '131-59 222 ST, LAURELTON', Month: '12', Price: '1231'}, geometry: { type: 'Point', coordinates:[-73.74614325, 40.68059348]} },
{type: 'Feature',properties:{Name: '4', Address: '217-22 133RD ROAD, LAURELTON', Month: '3', Price: '2024'}, geometry: { type: 'Point', coordinates:[-73.75200194, 40.68062547]} },
{type: 'Feature',properties:{Name: '4', Address: '218-01 133 ROAD, LAURELTON', Month: '5', Price: '1362'}, geometry: { type: 'Point', coordinates:[-73.75051834, 40.68013644]} },
{type: 'Feature',properties:{Name: '4', Address: '133-26 226TH STREET, LAURELTON', Month: '8', Price: '2014'}, geometry: { type: 'Point', coordinates:[-73.74347757, 40.67811452]} },
{type: 'Feature',properties:{Name: '4', Address: '133-18 229TH STREET, LAURELTON', Month: '10', Price: '1504'}, geometry: { type: 'Point', coordinates:[-73.74084515, 40.67733184]} },
{type: 'Feature',properties:{Name: '4', Address: '133-24 FRANCIS LEWIS BLVD, LAURELTON', Month: '11', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.73925896, 40.67637856]} },
{type: 'Feature',properties:{Name: '4', Address: '216-15 135TH AVENUE, LAURELTON', Month: '10', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.75381886, 40.67872998]} },
{type: 'Feature',properties:{Name: '4', Address: '216-17 136TH ROAD, LAURELTON', Month: '3', Price: '1240'}, geometry: { type: 'Point', coordinates:[-73.75461802, 40.67710129]} },
{type: 'Feature',properties:{Name: '4', Address: '218-46 139TH AVENUE, LAURELTON', Month: '2', Price: '2320'}, geometry: { type: 'Point', coordinates:[-73.75507277, 40.67303997]} },
{type: 'Feature',properties:{Name: '4', Address: '219-11 EDGEWOOD AVENUE, LAURELTON', Month: '12', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.75603015, 40.66952319]} },
{type: 'Feature',properties:{Name: '4', Address: '141-41 SPRINGFIELD BLVD, LAURELTON', Month: '11', Price: '1552'}, geometry: { type: 'Point', coordinates:[-73.75640158, 40.67047367]} },
{type: 'Feature',properties:{Name: '4', Address: '21812 141ST ROAD, LAURELTON', Month: '4', Price: '1448'}, geometry: { type: 'Point', coordinates:[-73.75615983, 40.67053355]} },
{type: 'Feature',properties:{Name: '4', Address: '219-17 142 ROAD, LAURELTON', Month: '8', Price: '1880'}, geometry: { type: 'Point', coordinates:[-73.75622794, 40.66866724]} },
{type: 'Feature',properties:{Name: '4', Address: '141-38 224TH STREET, LAURELTON', Month: '7', Price: '2120'}, geometry: { type: 'Point', coordinates:[-73.75164891, 40.66892643]} },
{type: 'Feature',properties:{Name: '4', Address: '219-30 143RD AVE, LAURELTON', Month: '9', Price: '2312'}, geometry: { type: 'Point', coordinates:[-73.75582939, 40.66823546]} },
{type: 'Feature',properties:{Name: '4', Address: '222-22 143RD AVENUE, LAURELTON', Month: '1', Price: '2836'}, geometry: { type: 'Point', coordinates:[-73.75414099, 40.66763075]} },
{type: 'Feature',properties:{Name: '4', Address: '222-38 143RD AVENUE, LAURELTON', Month: '5', Price: '2125'}, geometry: { type: 'Point', coordinates:[-73.7541266, 40.66762249]} },
{type: 'Feature',properties:{Name: '4', Address: '222-25 143RD ROAD, LAURELTON', Month: '12', Price: '2359'}, geometry: { type: 'Point', coordinates:[-73.75438195, 40.66680234]} },
{type: 'Feature',properties:{Name: '4', Address: '220-27 135TH AVENUE, LAURELTON', Month: '3', Price: '1728'}, geometry: { type: 'Point', coordinates:[-73.7495339, 40.67729894]} },
{type: 'Feature',properties:{Name: '4', Address: '134-41 222 STREET, LAURELTON', Month: '9', Price: '2106'}, geometry: { type: 'Point', coordinates:[-73.74761986, 40.67720966]} },
{type: 'Feature',properties:{Name: '4', Address: '135-12 220TH PLACE, LAURELTON', Month: '1', Price: '1682'}, geometry: { type: 'Point', coordinates:[-73.74982656, 40.6771294]} },
{type: 'Feature',properties:{Name: '4', Address: '135-12 220TH PLACE, LAURELTON', Month: '8', Price: '1682'}, geometry: { type: 'Point', coordinates:[-73.74982656, 40.6771294]} },
{type: 'Feature',properties:{Name: '4', Address: '220-14 136TH AVENUE, LAURELTON', Month: '4', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.75042745, 40.67648293]} },
{type: 'Feature',properties:{Name: '4', Address: '220-23 137TH AVENUE, LAURELTON', Month: '4', Price: '2190'}, geometry: { type: 'Point', coordinates:[-73.75063459, 40.67508079]} },
{type: 'Feature',properties:{Name: '4', Address: '222-05 137TH AVENUE, LAURELTON', Month: '6', Price: '1700'}, geometry: { type: 'Point', coordinates:[-73.74895666, 40.67453368]} },
{type: 'Feature',properties:{Name: '4', Address: '135-51 223RD STREET, LAURELTON', Month: '3', Price: '1780'}, geometry: { type: 'Point', coordinates:[-73.74802741, 40.67525901]} },
{type: 'Feature',properties:{Name: '4', Address: '223-14 135TH AVENUE, LAURELTON', Month: '1', Price: '2328'}, geometry: { type: 'Point', coordinates:[-73.74707827, 40.67647013]} },
{type: 'Feature',properties:{Name: '4', Address: '225-15 137TH AVENUE, LAURELTON', Month: '6', Price: '1936'}, geometry: { type: 'Point', coordinates:[-73.74655652, 40.67430883]} },
{type: 'Feature',properties:{Name: '4', Address: '219-15 137 ROAD, LAURELTON', Month: '6', Price: '1620'}, geometry: { type: 'Point', coordinates:[-73.75253859, 40.67494492]} },
{type: 'Feature',properties:{Name: '4', Address: '139-15 219TH STREET, LAURELTON', Month: '6', Price: '1109'}, geometry: { type: 'Point', coordinates:[-73.7540185, 40.67249975]} },
{type: 'Feature',properties:{Name: '4', Address: '222-46 141 AVE, LAURELTON', Month: '1', Price: '1573'}, geometry: { type: 'Point', coordinates:[-73.75252354, 40.67025679]} },
{type: 'Feature',properties:{Name: '4', Address: '134-12 FRANCIS LEWIS BLVD, LAURELTON', Month: '8', Price: '1416'}, geometry: { type: 'Point', coordinates:[-73.73979275, 40.67539988]} },
{type: 'Feature',properties:{Name: '4', Address: '134-49 233RD STREET, LAURELTON', Month: '8', Price: '1316'}, geometry: { type: 'Point', coordinates:[-73.73742574, 40.67408524]} },
{type: 'Feature',properties:{Name: '4', Address: '135-19 231ST STREET, LAURELTON', Month: '8', Price: '1316'}, geometry: { type: 'Point', coordinates:[-73.73993045, 40.67336905]} },
{type: 'Feature',properties:{Name: '4', Address: '137-32 229, LAURELTON', Month: '7', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.74370825, 40.67250194]} },
{type: 'Feature',properties:{Name: '4', Address: '138-41 230TH PL, LAURELTON', Month: '1', Price: '1392'}, geometry: { type: 'Point', coordinates:[-73.74308676, 40.67006593]} },
{type: 'Feature',properties:{Name: '4', Address: '139-32 230TH STREET, LAURELTON', Month: '2', Price: '1796'}, geometry: { type: 'Point', coordinates:[-73.74498777, 40.66879383]} },
{type: 'Feature',properties:{Name: '4', Address: '139-21 230 PLACE, LAURELTON', Month: '9', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.7439972, 40.6685995]} },
{type: 'Feature',properties:{Name: '4', Address: '139-02 231ST STREET, LAURELTON', Month: '2', Price: '1422'}, geometry: { type: 'Point', coordinates:[-73.74299183, 40.66850668]} },
{type: 'Feature',properties:{Name: '4', Address: '232-19 MENTONE AVENUE, LAURELTON', Month: '7', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.74268822, 40.66684815]} },
{type: 'Feature',properties:{Name: '4', Address: '139-35 232ND STREET, LAURELTON', Month: '12', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.74235643, 40.6678218]} },
{type: 'Feature',properties:{Name: '4', Address: '139-22 233RD STREET, LAURELTON', Month: '7', Price: '1552'}, geometry: { type: 'Point', coordinates:[-73.74137979, 40.66775923]} },
{type: 'Feature',properties:{Name: '4', Address: '233-16 139 AVENUE, LAURELTON', Month: '1', Price: '1308'}, geometry: { type: 'Point', coordinates:[-73.74090263, 40.668104]} },
{type: 'Feature',properties:{Name: '4', Address: '228-33 MENTONE AVE, LAURELTON', Month: '12', Price: '1310'}, geometry: { type: 'Point', coordinates:[-73.74669179, 40.66716994]} },
{type: 'Feature',properties:{Name: '4', Address: '135-05 234TH PLACE, LAURELTON', Month: '6', Price: '1476'}, geometry: { type: 'Point', coordinates:[-73.73640147, 40.67237015]} },
{type: 'Feature',properties:{Name: '4', Address: '230-06 141ST AVENUE, LAURELTON', Month: '1', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.74545341, 40.66768597]} },
{type: 'Feature',properties:{Name: '4', Address: '23010 141ST AVENUE, LAURELTON', Month: '3', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.74542822, 40.66767493]} },
{type: 'Feature',properties:{Name: '4', Address: 'CARSON STREET, LAURELTON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75217535, 40.67179861]} },
{type: 'Feature',properties:{Name: '4', Address: '141ST AVENUE, LAURELTON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75142627, 40.6696643]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 224TH STREET, LAURELTON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74801889, 40.67369721]} },
{type: 'Feature',properties:{Name: '4', Address: '232-02 131ST AVENUE, LOWER, LAURELTON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7357166, 40.67872002]} },
{type: 'Feature',properties:{Name: '4', Address: '131-30 234TH STREET, LOWER, LAURELTON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.73432118, 40.67785494]} },
{type: 'Feature',properties:{Name: '4', Address: '131-36 234TH STREET, 13130, LAURELTON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.73432842, 40.67784672]} },
{type: 'Feature',properties:{Name: '4', Address: '233-09 133RD AVENUE, UPPER, LAURELTON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.73605467, 40.67619559]} },
{type: 'Feature',properties:{Name: '4', Address: '233-14 131ST AVENUE, LOWER, LAURELTON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.73477675, 40.6784324]} },
{type: 'Feature',properties:{Name: '4', Address: '131-74 234TH STREET, UPPER, LAURELTON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.73435749, 40.6777919]} },
{type: 'Feature',properties:{Name: '4', Address: '234-19 133RD AVENUE, UPPER, LAURELTON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.73489169, 40.67581963]} },
{type: 'Feature',properties:{Name: '4', Address: '131-30 LAURELTON PARKWAY, UPPER, LAURELTON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.73263423, 40.67687664]} },
{type: 'Feature',properties:{Name: '4', Address: '131-73 234TH STREET, LOWER, LAURELTON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.73433586, 40.6777891]} },
{type: 'Feature',properties:{Name: '4', Address: '131-38 LAURELTON PARKWAY, LOWER, LAURELTON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.73278983, 40.67673427]} },
{type: 'Feature',properties:{Name: '4', Address: '131-22 LAURELTON PARKWAY, UPPER, LAURELTON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.73248224, 40.67701901]} },
{type: 'Feature',properties:{Name: '4', Address: '234-08 133RD AVENUE, UPPER, LAURELTON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.73500338, 40.6758391]} },
{type: 'Feature',properties:{Name: '4', Address: '234-26 133RD AVENUE, UPPER, LAURELTON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.73481615, 40.67577828]} },
{type: 'Feature',properties:{Name: '4', Address: '134-35 SPRINGFIELD BLVD, LAURELTON', Month: '2', Price: '18522'}, geometry: { type: 'Point', coordinates:[-73.75385291, 40.67927078]} },
{type: 'Feature',properties:{Name: '4', Address: '139-21 SPRINGFIELD BLVD., LAURELTON', Month: '7', Price: '4320'}, geometry: { type: 'Point', coordinates:[-73.75622257, 40.67309457]} },
{type: 'Feature',properties:{Name: '4', Address: '234-01 MERRICK BOULEVARD, LAURELTON', Month: '9', Price: '23350'}, geometry: { type: 'Point', coordinates:[-73.73591738, 40.67444959]} },
{type: 'Feature',properties:{Name: '4', Address: '224-01 141ST AVENUE, LAURELTON', Month: '6', Price: '7000'}, geometry: { type: 'Point', coordinates:[-73.75080633, 40.669641]} },
{type: 'Feature',properties:{Name: '4', Address: '229-02 MERRICK BOULEVARD, LAURELTON', Month: '8', Price: '1726'}, geometry: { type: 'Point', coordinates:[-73.74118065, 40.67634722]} },
{type: 'Feature',properties:{Name: '4', Address: '228-20 MERRICK BOULEVARD, LAURELTON', Month: '3', Price: '2220'}, geometry: { type: 'Point', coordinates:[-73.74194757, 40.67660146]} },
{type: 'Feature',properties:{Name: '4', Address: '226-10 FRANCIS LEWIS BOULEV, LAURELTON', Month: '2', Price: '963'}, geometry: { type: 'Point', coordinates:[-73.73797508, 40.6865835]} },
{type: 'Feature',properties:{Name: '4', Address: '43-36 247TH STREET, LITTLE NECK', Month: '11', Price: '1080'}, geometry: { type: 'Point', coordinates:[-73.74078994, 40.76759622]} },
{type: 'Feature',properties:{Name: '4', Address: '41-25 ORIENT AVENUE, LITTLE NECK', Month: '1', Price: '1031'}, geometry: { type: 'Point', coordinates:[-73.7439393, 40.76912935]} },
{type: 'Feature',properties:{Name: '4', Address: '40-20 247TH STREET, LITTLE NECK', Month: '6', Price: '1080'}, geometry: { type: 'Point', coordinates:[-73.74369412, 40.77185983]} },
{type: 'Feature',properties:{Name: '4', Address: '42-66 247TH STREET, LITTLE NECK', Month: '10', Price: '1300'}, geometry: { type: 'Point', coordinates:[-73.74165735, 40.76920385]} },
{type: 'Feature',properties:{Name: '4', Address: '43-45 247TH STREET, LITTLE NECK', Month: '1', Price: '1065'}, geometry: { type: 'Point', coordinates:[-73.740693, 40.76745877]} },
{type: 'Feature',properties:{Name: '4', Address: '43-33 247TH STREET, LITTLE NECK', Month: '8', Price: '1065'}, geometry: { type: 'Point', coordinates:[-73.74079694, 40.76765388]} },
{type: 'Feature',properties:{Name: '4', Address: '43-21 247TH STREET, LITTLE NECK', Month: '9', Price: '1065'}, geometry: { type: 'Point', coordinates:[-73.74090086, 40.76785174]} },
{type: 'Feature',properties:{Name: '4', Address: '43-16 249TH STREET, LITTLE NECK', Month: '1', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.73910608, 40.7689099]} },
{type: 'Feature',properties:{Name: '4', Address: '4318 249TH STREET, LITTLE NECK', Month: '11', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.73909172, 40.76889066]} },
{type: 'Feature',properties:{Name: '4', Address: '42-08 248 STREET, LITTLE NECK', Month: '6', Price: '1140'}, geometry: { type: 'Point', coordinates:[-73.7411009, 40.77025659]} },
{type: 'Feature',properties:{Name: '4', Address: '247-15 43 AVENUE, LITTLE NECK', Month: '3', Price: '1080'}, geometry: { type: 'Point', coordinates:[-73.74101337, 40.76862601]} },
{type: 'Feature',properties:{Name: '4', Address: '247-15 43 AVENUE, LITTLE NECK', Month: '3', Price: '1080'}, geometry: { type: 'Point', coordinates:[-73.74101337, 40.76862601]} },
{type: 'Feature',properties:{Name: '4', Address: '42-15 247TH STREET, LITTLE NECK', Month: '11', Price: '1080'}, geometry: { type: 'Point', coordinates:[-73.74200848, 40.76989357]} },
{type: 'Feature',properties:{Name: '4', Address: '248-20 DEPEW AVENUE, LITTLE NECK', Month: '5', Price: '1571'}, geometry: { type: 'Point', coordinates:[-73.7410779, 40.77059963]} },
{type: 'Feature',properties:{Name: '4', Address: '42-40 249 STREET, LITTLE NECK', Month: '4', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.73988118, 40.77011386]} },
{type: 'Feature',properties:{Name: '4', Address: '42-42 249 STREET, LITTLE NECK', Month: '8', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.73986682, 40.77009461]} },
{type: 'Feature',properties:{Name: '4', Address: '42-50 249TH STREET, LITTLE NECK', Month: '8', Price: '1095'}, geometry: { type: 'Point', coordinates:[-73.73980937, 40.77001488]} },
{type: 'Feature',properties:{Name: '4', Address: '42-54 249TH STREET, LITTLE NECK', Month: '10', Price: '1095'}, geometry: { type: 'Point', coordinates:[-73.73978424, 40.7699764]} },
{type: 'Feature',properties:{Name: '4', Address: '41-38 248TH STREET, LITTLE NECK', Month: '5', Price: '1662'}, geometry: { type: 'Point', coordinates:[-73.74205008, 40.77127153]} },
{type: 'Feature',properties:{Name: '4', Address: '43-08 MARATHON PARKWAY, LITTLE NECK', Month: '10', Price: '990'}, geometry: { type: 'Point', coordinates:[-73.73826001, 40.76923736]} },
{type: 'Feature',properties:{Name: '4', Address: '43-02 MARATHON PARKWAY, LITTLE NECK', Month: '1', Price: '882'}, geometry: { type: 'Point', coordinates:[-73.73838209, 40.76940781]} },
{type: 'Feature',properties:{Name: '4', Address: '42-34 MARATHON PARKWAY, LITTLE NECK', Month: '8', Price: '1015'}, geometry: { type: 'Point', coordinates:[-73.73869762, 40.76996022]} },
{type: 'Feature',properties:{Name: '4', Address: '42-29 249TH STREET, LITTLE NECK', Month: '10', Price: '990'}, geometry: { type: 'Point', coordinates:[-73.7399493, 40.77023753]} },
{type: 'Feature',properties:{Name: '4', Address: '42-37 249TH STREET, LITTLE NECK', Month: '10', Price: '990'}, geometry: { type: 'Point', coordinates:[-73.73988822, 40.77016053]} },
{type: 'Feature',properties:{Name: '4', Address: '251-55 42ND AVENUE, LITTLE NECK', Month: '9', Price: '1660'}, geometry: { type: 'Point', coordinates:[-73.73812142, 40.7714301]} },
{type: 'Feature',properties:{Name: '4', Address: '250-38 41ST DRIVE, LITTLE NECK', Month: '12', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.73912123, 40.77149549]} },
{type: 'Feature',properties:{Name: '4', Address: '250-38 41ST DRIVE, LITTLE NECK', Month: '8', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.73912123, 40.77149549]} },
{type: 'Feature',properties:{Name: '4', Address: '40-12 WESTMORELAND STREET, LITTLE NECK', Month: '1', Price: '3083'}, geometry: { type: 'Point', coordinates:[-73.74027109, 40.77381741]} },
{type: 'Feature',properties:{Name: '4', Address: '250-38 41ST ROAD, LITTLE NECK', Month: '9', Price: '1848'}, geometry: { type: 'Point', coordinates:[-73.73927576, 40.77259923]} },
{type: 'Feature',properties:{Name: '4', Address: '250-41 41ST DRIVE, LITTLE NECK', Month: '1', Price: '1144'}, geometry: { type: 'Point', coordinates:[-73.73913925, 40.77150377]} },
{type: 'Feature',properties:{Name: '4', Address: '43-08 MORGAN STREET, LITTLE NECK', Month: '12', Price: '1802'}, geometry: { type: 'Point', coordinates:[-73.73568732, 40.77252518]} },
{type: 'Feature',properties:{Name: '4', Address: '4166 MORGAN STREET, LITTLE NECK', Month: '1', Price: '1656'}, geometry: { type: 'Point', coordinates:[-73.73711084, 40.77317895]} },
{type: 'Feature',properties:{Name: '4', Address: '43-08 GLENWOOD STREET, LITTLE NECK', Month: '6', Price: '2038'}, geometry: { type: 'Point', coordinates:[-73.73519037, 40.77310868]} },
{type: 'Feature',properties:{Name: '4', Address: '41-68 GLENWOOD STREET, LITTLE NECK', Month: '5', Price: '1148'}, geometry: { type: 'Point', coordinates:[-73.73662835, 40.77376248]} },
{type: 'Feature',properties:{Name: '4', Address: '41-55 GLENWOOD STREET, LITTLE NECK', Month: '8', Price: '1682'}, geometry: { type: 'Point', coordinates:[-73.73659583, 40.77376789]} },
{type: 'Feature',properties:{Name: '4', Address: '41-59 GLENWOOD STREET, LITTLE NECK', Month: '2', Price: '1682'}, geometry: { type: 'Point', coordinates:[-73.73658502, 40.77376238]} },
{type: 'Feature',properties:{Name: '4', Address: '250-04 39TH ROAD, LITTLE NECK', Month: '10', Price: '1881'}, geometry: { type: 'Point', coordinates:[-73.74171908, 40.77376851]} },
{type: 'Feature',properties:{Name: '4', Address: '250-14 39TH ROAD, LITTLE NECK', Month: '7', Price: '1881'}, geometry: { type: 'Point', coordinates:[-73.74153451, 40.77388063]} },
{type: 'Feature',properties:{Name: '4', Address: '33-27 255TH STREET, LITTLE NECK', Month: '9', Price: '1636'}, geometry: { type: 'Point', coordinates:[-73.74320949, 40.77769683]} },
{type: 'Feature',properties:{Name: '4', Address: '34-23 255TH STREET, LITTLE NECK', Month: '10', Price: '1073'}, geometry: { type: 'Point', coordinates:[-73.74262955, 40.77734147]} },
{type: 'Feature',properties:{Name: '4', Address: '37-31 BROOKSIDE STREET, LITTLE NECK', Month: '2', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.74391108, 40.7755273]} },
{type: 'Feature',properties:{Name: '4', Address: '37-19 BROOKSIDE STREET, LITTLE NECK', Month: '10', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.74394327, 40.77560697]} },
{type: 'Feature',properties:{Name: '4', Address: '249-24 37TH AVENUE, LITTLE NECK', Month: '11', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.74365294, 40.77599333]} },
{type: 'Feature',properties:{Name: '4', Address: '247-31 39TH AVENUE, LITTLE NECK', Month: '12', Price: '800'}, geometry: { type: 'Point', coordinates:[-73.74347573, 40.77325642]} },
{type: 'Feature',properties:{Name: '4', Address: '45-22 ZION STREET, LITTLE NECK', Month: '6', Price: '1492'}, geometry: { type: 'Point', coordinates:[-73.73804904, 40.76688462]} },
{type: 'Feature',properties:{Name: '4', Address: '248-11 DEEPDALE AVENUE, LITTLE NECK', Month: '4', Price: '1146'}, geometry: { type: 'Point', coordinates:[-73.73700272, 40.76398927]} },
{type: 'Feature',properties:{Name: '4', Address: '248-20 RUSHMORE AVENUE, LITTLE NECK', Month: '6', Price: '2484'}, geometry: { type: 'Point', coordinates:[-73.73736475, 40.7646406]} },
{type: 'Feature',properties:{Name: '4', Address: '248-39 CAMBRIA AVENUE, LITTLE NECK', Month: '6', Price: '1740'}, geometry: { type: 'Point', coordinates:[-73.73610879, 40.76365236]} },
{type: 'Feature',properties:{Name: '4', Address: '45-72 BROWVALE LANE, LITTLE NECK', Month: '7', Price: '2310'}, geometry: { type: 'Point', coordinates:[-73.73378916, 40.76958668]} },
{type: 'Feature',properties:{Name: '4', Address: '251-51 GASKELL ROAD, LITTLE NECK', Month: '5', Price: '2346'}, geometry: { type: 'Point', coordinates:[-73.73413726, 40.76830293]} },
{type: 'Feature',properties:{Name: '4', Address: '45-39 BROWVALE LANE, LITTLE NECK', Month: '4', Price: '5291'}, geometry: { type: 'Point', coordinates:[-73.73483239, 40.76961927]} },
{type: 'Feature',properties:{Name: '4', Address: '45-31 BROWVALE LANE, LITTLE NECK', Month: '12', Price: '5228'}, geometry: { type: 'Point', coordinates:[-73.73525149, 40.76954064]} },
{type: 'Feature',properties:{Name: '4', Address: '45-23 BROWVALE LANE, LITTLE NECK', Month: '8', Price: '5401'}, geometry: { type: 'Point', coordinates:[-73.7353924, 40.76951352]} },
{type: 'Feature',properties:{Name: '4', Address: '25024 GASKELL, LITTLE NECK', Month: '8', Price: '792'}, geometry: { type: 'Point', coordinates:[-73.73653743, 40.76753992]} },
{type: 'Feature',properties:{Name: '4', Address: '249-23 BEECHKNOLL AVENUE, LITTLE NECK', Month: '11', Price: '1238'}, geometry: { type: 'Point', coordinates:[-73.73562224, 40.76709043]} },
{type: 'Feature',properties:{Name: '4', Address: '47-07 MARATHON PARKWAY, LITTLE NECK', Month: '10', Price: '2058'}, geometry: { type: 'Point', coordinates:[-73.73644335, 40.76668334]} },
{type: 'Feature',properties:{Name: '4', Address: '249-44 BEECHKNOLL AVENUE, LITTLE NECK', Month: '8', Price: '1305'}, geometry: { type: 'Point', coordinates:[-73.73514881, 40.76721834]} },
{type: 'Feature',properties:{Name: '4', Address: '251-20 THEBES AVENUE, LITTLE NECK', Month: '1', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.73263259, 40.76631225]} },
{type: 'Feature',properties:{Name: '4', Address: '251-27 VAN ZANDT AVENUE, LITTLE NECK', Month: '8', Price: '1414'}, geometry: { type: 'Point', coordinates:[-73.73210197, 40.76539976]} },
{type: 'Feature',properties:{Name: '4', Address: '249-30 CAMBRIA AVENUE, LITTLE NECK', Month: '2', Price: '3160'}, geometry: { type: 'Point', coordinates:[-73.73436606, 40.76434278]} },
{type: 'Feature',properties:{Name: '4', Address: '249-36 CAMBRIA AVENUE, LITTLE NECK', Month: '2', Price: '3740'}, geometry: { type: 'Point', coordinates:[-73.73430816, 40.76437833]} },
{type: 'Feature',properties:{Name: '4', Address: '249-18 VAN ZANDT AVENUE, LITTLE NECK', Month: '11', Price: '2354'}, geometry: { type: 'Point', coordinates:[-73.73384862, 40.76374323]} },
{type: 'Feature',properties:{Name: '4', Address: '249-16 51ST AVENUE, LITTLE NECK', Month: '12', Price: '1616'}, geometry: { type: 'Point', coordinates:[-73.7335374, 40.76303162]} },
{type: 'Feature',properties:{Name: '4', Address: '249-19 THORNHILL AVENUE, LITTLE NECK', Month: '2', Price: '1688'}, geometry: { type: 'Point', coordinates:[-73.73260733, 40.76181354]} },
{type: 'Feature',properties:{Name: '4', Address: '249-19 THORNHILL AVENUE, LITTLE NECK', Month: '9', Price: '1688'}, geometry: { type: 'Point', coordinates:[-73.73260733, 40.76181354]} },
{type: 'Feature',properties:{Name: '4', Address: '52-15 MARATHON PARKWAY, LITTLE NECK', Month: '1', Price: '840'}, geometry: { type: 'Point', coordinates:[-73.7331908, 40.76214426]} },
{type: 'Feature',properties:{Name: '4', Address: '53-12 MORENCI LANE, LITTLE NECK', Month: '11', Price: '3572'}, geometry: { type: 'Point', coordinates:[-73.73107428, 40.76243029]} },
{type: 'Feature',properties:{Name: '4', Address: '251-42 VAN ZANDT AVENUE, LITTLE NECK', Month: '2', Price: '2196'}, geometry: { type: 'Point', coordinates:[-73.73205124, 40.76544905]} },
{type: 'Feature',properties:{Name: '4', Address: '251-34 THORNHILL, LITTLE NECK', Month: '2', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.72974344, 40.76391483]} },
{type: 'Feature',properties:{Name: '4', Address: '54-16 252ND STREET, LITTLE NECK', Month: '9', Price: '2584'}, geometry: { type: 'Point', coordinates:[-73.72882257, 40.76399775]} },
{type: 'Feature',properties:{Name: '4', Address: '51-08 BROWVALE LANE, LITTLE NECK', Month: '2', Price: '2772'}, geometry: { type: 'Point', coordinates:[-73.73219654, 40.76701938]} },
{type: 'Feature',properties:{Name: '4', Address: '48-23 BROWVALE LANE, LITTLE NECK', Month: '10', Price: '6621'}, geometry: { type: 'Point', coordinates:[-73.73271171, 40.76908738]} },
{type: 'Feature',properties:{Name: '4', Address: '49-37 ANNADALE LANE, LITTLE NECK', Month: '8', Price: '3384'}, geometry: { type: 'Point', coordinates:[-73.73158813, 40.76839035]} },
{type: 'Feature',properties:{Name: '4', Address: '49-35 ANNADALE LANE, LITTLE NECK', Month: '8', Price: '1811'}, geometry: { type: 'Point', coordinates:[-73.731588, 40.76842328]} },
{type: 'Feature',properties:{Name: '4', Address: '252-50 LEITH ROAD, LITTLE NECK', Month: '1', Price: '812'}, geometry: { type: 'Point', coordinates:[-73.73041117, 40.76750928]} },
{type: 'Feature',properties:{Name: '4', Address: '252-30 BRATTLE AVENUE, LITTLE NECK', Month: '5', Price: '969'}, geometry: { type: 'Point', coordinates:[-73.72976525, 40.7656578]} },
{type: 'Feature',properties:{Name: '4', Address: '52-34 LITTLE NECK PARKWAY, LITTLE NECK', Month: '11', Price: '1404'}, geometry: { type: 'Point', coordinates:[-73.72842942, 40.76745796]} },
{type: 'Feature',properties:{Name: '4', Address: '52-42 LITTLE NECK PARKWAY, LITTLE NECK', Month: '10', Price: '1404'}, geometry: { type: 'Point', coordinates:[-73.72827807, 40.76739173]} },
{type: 'Feature',properties:{Name: '4', Address: '252-26 LEEDS ROAD, LITTLE NECK', Month: '2', Price: '2673'}, geometry: { type: 'Point', coordinates:[-73.7294925, 40.76526191]} },
{type: 'Feature',properties:{Name: '4', Address: '252-09 THORNHILL AVENUE, LITTLE NECK', Month: '12', Price: '4195'}, geometry: { type: 'Point', coordinates:[-73.72873415, 40.76443671]} },
{type: 'Feature',properties:{Name: '4', Address: '251-47 THORNHILL AVENUE, LITTLE NECK', Month: '7', Price: '2604'}, geometry: { type: 'Point', coordinates:[-73.72965287, 40.76399421]} },
{type: 'Feature',properties:{Name: '4', Address: '53-11 254TH STREET, LITTLE NECK', Month: '3', Price: '2458'}, geometry: { type: 'Point', coordinates:[-73.72747717, 40.76637428]} },
{type: 'Feature',properties:{Name: '4', Address: '253-08 NORTHERN BOULEVARD, LITTLE NECK', Month: '8', Price: '2720'}, geometry: { type: 'Point', coordinates:[-73.73535833, 40.77081994]} },
{type: 'Feature',properties:{Name: '4', Address: '253-08 NORTHERN BOULEVARD, LITTLE NECK', Month: '5', Price: '2720'}, geometry: { type: 'Point', coordinates:[-73.73535833, 40.77081994]} },
{type: 'Feature',properties:{Name: '4', Address: '16 VAN NOSTRAND COURT, LITTLE NECK', Month: '9', Price: '1480'}, geometry: { type: 'Point', coordinates:[-73.73343647, 40.77111469]} },
{type: 'Feature',properties:{Name: '4', Address: '53-30 CONCORD STREET, LITTLE NECK', Month: '5', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.72656276, 40.76751393]} },
{type: 'Feature',properties:{Name: '4', Address: '24971 57 AVENUE, LITTLE NECK', Month: '10', Price: '1210'}, geometry: { type: 'Point', coordinates:[-73.72952056, 40.76101859]} },
{type: 'Feature',properties:{Name: '4', Address: '57-04 253RD STREET, LITTLE NECK', Month: '3', Price: '1848'}, geometry: { type: 'Point', coordinates:[-73.72732163, 40.76204269]} },
{type: 'Feature',properties:{Name: '4', Address: '254-04 57TH AVENUE, LITTLE NECK', Month: '9', Price: '1217'}, geometry: { type: 'Point', coordinates:[-73.7263622, 40.76272935]} },
{type: 'Feature',properties:{Name: '4', Address: '57-34 256TH STREET, LITTLE NECK', Month: '5', Price: '800'}, geometry: { type: 'Point', coordinates:[-73.72468642, 40.76292298]} },
{type: 'Feature',properties:{Name: '4', Address: '256-14 HORACE HARDING EXPRE, LITTLE NECK', Month: '5', Price: '1296'}, geometry: { type: 'Point', coordinates:[-73.72417365, 40.76383575]} },
{type: 'Feature',properties:{Name: '4', Address: '57-30 LITTLE NECK PARKWAY, LITTLE NECK', Month: '6', Price: '1296'}, geometry: { type: 'Point', coordinates:[-73.72364633, 40.76303028]} },
{type: 'Feature',properties:{Name: '4', Address: '58-51 255TH STREET, LITTLE NECK', Month: '9', Price: '1872'}, geometry: { type: 'Point', coordinates:[-73.72517319, 40.76131022]} },
{type: 'Feature',properties:{Name: '4', Address: '58-43 255TH STREET, LITTLE NECK', Month: '6', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.72517316, 40.76131846]} },
{type: 'Feature',properties:{Name: '4', Address: '58-35 256TH STREET, LITTLE NECK', Month: '3', Price: '800'}, geometry: { type: 'Point', coordinates:[-73.72413663, 40.76144224]} },
{type: 'Feature',properties:{Name: '4', Address: '58-25 256 STREET, LITTLE NECK', Month: '11', Price: '1560'}, geometry: { type: 'Point', coordinates:[-73.72413659, 40.76145322]} },
{type: 'Feature',properties:{Name: '4', Address: '254-10 60TH AVENUE, LITTLE NECK', Month: '1', Price: '2343'}, geometry: { type: 'Point', coordinates:[-73.7255008, 40.7597712]} },
{type: 'Feature',properties:{Name: '4', Address: '249-16 64TH AVENUE, LITTLE NECK', Month: '8', Price: '2455'}, geometry: { type: 'Point', coordinates:[-73.72759686, 40.75476424]} },
{type: 'Feature',properties:{Name: '4', Address: '260-23 60TH AVENUE, LITTLE NECK', Month: '9', Price: '1144'}, geometry: { type: 'Point', coordinates:[-73.72133647, 40.76033211]} },
{type: 'Feature',properties:{Name: '4', Address: '262-08 59TH AVENUE, LITTLE NECK', Month: '8', Price: '1144'}, geometry: { type: 'Point', coordinates:[-73.72055006, 40.76106854]} },
{type: 'Feature',properties:{Name: '4', Address: '262-08 59TH AVENUE, LITTLE NECK', Month: '5', Price: '1144'}, geometry: { type: 'Point', coordinates:[-73.72055006, 40.76106854]} },
{type: 'Feature',properties:{Name: '4', Address: '26207 60TH AVENUE, LITTLE NECK', Month: '6', Price: '1144'}, geometry: { type: 'Point', coordinates:[-73.72019529, 40.76045011]} },
{type: 'Feature',properties:{Name: '4', Address: '262-25 GRAND CENTRL PARKWAY, LITTLE NECK', Month: '5', Price: '3970'}, geometry: { type: 'Point', coordinates:[-73.71909955, 40.75920956]} },
{type: 'Feature',properties:{Name: '4', Address: '262-61 60TH ROAD, LITTLE NECK', Month: '12', Price: '1330'}, geometry: { type: 'Point', coordinates:[-73.71990941, 40.75976048]} },
{type: 'Feature',properties:{Name: '4', Address: '264-10 60TH ROAD, LITTLE NECK', Month: '11', Price: '1908'}, geometry: { type: 'Point', coordinates:[-73.71775485, 40.76051003]} },
{type: 'Feature',properties:{Name: '4', Address: '265-05 GRAND CENTRAL PKWY, LITTLE NECK', Month: '2', Price: '4095'}, geometry: { type: 'Point', coordinates:[-73.71473478, 40.7602089]} },
{type: 'Feature',properties:{Name: '4', Address: '60-51 HEWLETT STREET, LITTLE NECK', Month: '3', Price: '2268'}, geometry: { type: 'Point', coordinates:[-73.71552716, 40.76062258]} },
{type: 'Feature',properties:{Name: '4', Address: '57-08 260TH STREET, LITTLE NECK', Month: '10', Price: '1136'}, geometry: { type: 'Point', coordinates:[-73.72275703, 40.76333555]} },
{type: 'Feature',properties:{Name: '4', Address: '5705 260TH STREET, LITTLE NECK', Month: '10', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.72274965, 40.76337396]} },
{type: 'Feature',properties:{Name: '4', Address: '57-22 262ND STREET, LITTLE NECK', Month: '12', Price: '1192'}, geometry: { type: 'Point', coordinates:[-73.72179337, 40.76329206]} },
{type: 'Feature',properties:{Name: '4', Address: '57-45 262 STREET, LITTLE NECK', Month: '2', Price: '3578'}, geometry: { type: 'Point', coordinates:[-73.72155363, 40.7627837]} },
{type: 'Feature',properties:{Name: '4', Address: '57-16 263RD STREET, LITTLE NECK', Month: '6', Price: '1512'}, geometry: { type: 'Point', coordinates:[-73.7208368, 40.76327877]} },
{type: 'Feature',properties:{Name: '4', Address: '57-20 263RD STREET, LITTLE NECK', Month: '4', Price: '1144'}, geometry: { type: 'Point', coordinates:[-73.72081176, 40.76322381]} },
{type: 'Feature',properties:{Name: '4', Address: '57-44 263RD STREET, LITTLE NECK', Month: '8', Price: '1512'}, geometry: { type: 'Point', coordinates:[-73.72067238, 40.76288861]} },
{type: 'Feature',properties:{Name: '4', Address: '57-35 263RD STREET, LITTLE NECK', Month: '6', Price: '1040'}, geometry: { type: 'Point', coordinates:[-73.72070074, 40.76301219]} },
{type: 'Feature',properties:{Name: '4', Address: '57-27 263RD STREET, LITTLE NECK', Month: '9', Price: '1040'}, geometry: { type: 'Point', coordinates:[-73.72075079, 40.76313034]} },
{type: 'Feature',properties:{Name: '4', Address: '57-27 263RD STREET, LITTLE NECK', Month: '11', Price: '1040'}, geometry: { type: 'Point', coordinates:[-73.72075079, 40.76313034]} },
{type: 'Feature',properties:{Name: '4', Address: '58-02 HEWLETT STREET, LITTLE NECK', Month: '9', Price: '2230'}, geometry: { type: 'Point', coordinates:[-73.71876402, 40.76259028]} },
{type: 'Feature',properties:{Name: '4', Address: '58-15 264TH STREET, LITTLE NECK', Month: '11', Price: '2254'}, geometry: { type: 'Point', coordinates:[-73.71916305, 40.76212739]} },
{type: 'Feature',properties:{Name: '4', Address: '262-07 57TH AVENUE, LITTLE NECK', Month: '11', Price: '1352'}, geometry: { type: 'Point', coordinates:[-73.72173778, 40.76363776]} },
{type: 'Feature',properties:{Name: '4', Address: '262-19 57TH AVENUE, LITTLE NECK', Month: '2', Price: '1512'}, geometry: { type: 'Point', coordinates:[-73.72165835, 40.76364032]} },
{type: 'Feature',properties:{Name: '4', Address: '43-54 247TH STREET, LITTLE NECK', Month: '10', Price: '2420'}, geometry: { type: 'Point', coordinates:[-73.74063583, 40.76730768]} },
{type: 'Feature',properties:{Name: '4', Address: '41-19 248 ST, LITTLE NECK', Month: '3', Price: '1840'}, geometry: { type: 'Point', coordinates:[-73.74219739, 40.77145576]} },
{type: 'Feature',properties:{Name: '4', Address: '42-05 249TH STREET, LITTLE NECK', Month: '12', Price: '1796'}, geometry: { type: 'Point', coordinates:[-73.74013252, 40.7704685]} },
{type: 'Feature',properties:{Name: '4', Address: '42-17 MARATHON PARKWAY, LITTLE NECK', Month: '5', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.73875043, 40.77030343]} },
{type: 'Feature',properties:{Name: '4', Address: '42-14 LITTLE NECK PARKWAY, LITTLE NECK', Month: '4', Price: '3564'}, geometry: { type: 'Point', coordinates:[-73.73832628, 40.77074712]} },
{type: 'Feature',properties:{Name: '4', Address: '255-15 41ST DRIVE, LITTLE NECK', Month: '9', Price: '1570'}, geometry: { type: 'Point', coordinates:[-73.73749203, 40.77356408]} },
{type: 'Feature',properties:{Name: '4', Address: '37-17 LITTLE NECK PARKWAY, LITTLE NECK', Month: '8', Price: '1720'}, geometry: { type: 'Point', coordinates:[-73.74272197, 40.77584853]} },
{type: 'Feature',properties:{Name: '4', Address: '249-19 37TH AVENUE, LITTLE NECK', Month: '5', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.74371433, 40.77599072]} },
{type: 'Feature',properties:{Name: '4', Address: '24911 37 AVENUE, LITTLE NECK', Month: '10', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.74378663, 40.77596893]} },
{type: 'Feature',properties:{Name: '4', Address: '37-12 BROOKSIDE STREET, LITTLE NECK', Month: '1', Price: '1978'}, geometry: { type: 'Point', coordinates:[-73.74397923, 40.77564547]} },
{type: 'Feature',properties:{Name: '4', Address: '248-23 DEEPDALE AVENUE, LITTLE NECK', Month: '2', Price: '3704'}, geometry: { type: 'Point', coordinates:[-73.73698465, 40.76399472]} },
{type: 'Feature',properties:{Name: '4', Address: '47-04 LITTLE NECK PARKWAY, LITTLE NECK', Month: '10', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.73337549, 40.77011271]} },
{type: 'Feature',properties:{Name: '4', Address: '4515 BROWVALE LANE, LITTLE NECK', Month: '10', Price: '4572'}, geometry: { type: 'Point', coordinates:[-73.73553331, 40.76948639]} },
{type: 'Feature',properties:{Name: '4', Address: '45-15 BROWVALE LANE, LITTLE NECK', Month: '3', Price: '4572'}, geometry: { type: 'Point', coordinates:[-73.73553331, 40.76948639]} },
{type: 'Feature',properties:{Name: '4', Address: '251-43 57TH AVENUE, LITTLE NECK', Month: '4', Price: '2964'}, geometry: { type: 'Point', coordinates:[-73.72875678, 40.7615383]} },
{type: 'Feature',properties:{Name: '4', Address: '57-28 256 STREET, LITTLE NECK', Month: '4', Price: '1547'}, geometry: { type: 'Point', coordinates:[-73.72471856, 40.76300814]} },
{type: 'Feature',properties:{Name: '4', Address: '58-40 254TH STREET, LITTLE NECK', Month: '1', Price: '2604'}, geometry: { type: 'Point', coordinates:[-73.72612666, 40.76119172]} },
{type: 'Feature',properties:{Name: '4', Address: '255-07 60TH AVENUE, LITTLE NECK', Month: '12', Price: '2960'}, geometry: { type: 'Point', coordinates:[-73.72460504, 40.7599063]} },
{type: 'Feature',properties:{Name: '4', Address: '58-21 256TH STREET, LITTLE NECK', Month: '3', Price: '2600'}, geometry: { type: 'Point', coordinates:[-73.72414017, 40.76145872]} },
{type: 'Feature',properties:{Name: '4', Address: '60-15 255TH STREET, LITTLE NECK', Month: '5', Price: '2333'}, geometry: { type: 'Point', coordinates:[-73.72460691, 40.75945341]} },
{type: 'Feature',properties:{Name: '4', Address: '43-43 248TH STREET, LITTLE NECK', Month: '9', Price: '3437'}, geometry: { type: 'Point', coordinates:[-73.73971936, 40.76810433]} },
{type: 'Feature',properties:{Name: '4', Address: '253-02 WEST END DRIVE, LITTLE NECK', Month: '12', Price: '3166'}, geometry: { type: 'Point', coordinates:[-73.73351192, 40.77030241]} },
{type: 'Feature',properties:{Name: '4', Address: '251-15 57TH AVENUE, LITTLE NECK', Month: '12', Price: '2640'}, geometry: { type: 'Point', coordinates:[-73.72878573, 40.7615219]} },
{type: 'Feature',properties:{Name: '4', Address: '251-15 57TH AVENUE, LITTLE NECK', Month: '12', Price: '2640'}, geometry: { type: 'Point', coordinates:[-73.72878573, 40.7615219]} },
{type: 'Feature',properties:{Name: '4', Address: '254-15 60TH AVENUE, LITTLE NECK', Month: '6', Price: '2240'}, geometry: { type: 'Point', coordinates:[-73.72547906, 40.7597931]} },
{type: 'Feature',properties:{Name: '4', Address: '247-25 RAILROAD AVENUE, LITTLE NECK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74375034, 40.77320214]} },
{type: 'Feature',properties:{Name: '4', Address: '48-17 BROWVALE LANE, LITTLE NECK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.73271881, 40.76911759]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A BROWVALE LANE, LITTLE NECK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.731331, 40.76769532]} },
{type: 'Feature',properties:{Name: '4', Address: '254-04 PEMBROKE AVENUE, LITTLE NECK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.73318083, 40.77184145]} },
{type: 'Feature',properties:{Name: '4', Address: 'UPLAND ROAD, LITTLE NECK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72705827, 40.76816836]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 254TH STREET, LITTLE NECK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72620515, 40.7622953]} },
{type: 'Feature',properties:{Name: '4', Address: '256-11 60TH AVENUE, LITTLE NECK', Month: '9', Price: '1300'}, geometry: { type: 'Point', coordinates:[-73.72370219, 40.76000843]} },
{type: 'Feature',properties:{Name: '4', Address: '5850 251 STREET, LOWER, LITTLE NECK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72875811, 40.76032512]} },
{type: 'Feature',properties:{Name: '4', Address: '58-10 251ST STREET, 225, LITTLE NECK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72876881, 40.76035808]} },
{type: 'Feature',properties:{Name: '4', Address: '58-52 251 STREET, 199, LITTLE NECK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72875812, 40.76032237]} },
{type: 'Feature',properties:{Name: '4', Address: '58-12 251 STREET, 227, LITTLE NECK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72876882, 40.76035533]} },
{type: 'Feature',properties:{Name: '4', Address: '57-23 MARATHON PKWY, 1-297, LITTLE NECK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.73128137, 40.75941703]} },
{type: 'Feature',properties:{Name: '4', Address: '57-55 MARATHON PARKWAY, 327, LITTLE NECK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.73127782, 40.75940329]} },
{type: 'Feature',properties:{Name: '4', Address: '249-44 57TH AVENUE, 238, LITTLE NECK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.73019473, 40.76033947]} },
{type: 'Feature',properties:{Name: '4', Address: '57-55 MARATHON PARKWAY, 328, LITTLE NECK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.73127782, 40.75940329]} },
{type: 'Feature',properties:{Name: '4', Address: '58-10 251ST STREET, 225, LITTLE NECK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72876881, 40.76035808]} },
{type: 'Feature',properties:{Name: '4', Address: '249-22 57TH AVENUE, 263, LITTLE NECK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.73062558, 40.76001934]} },
{type: 'Feature',properties:{Name: '4', Address: '249-32 57TH AVENUE, 271, LITTLE NECK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.73042287, 40.76015885]} },
{type: 'Feature',properties:{Name: '4', Address: '57-17 MARATHON PARKWAY, 292, LITTLE NECK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.73128497, 40.75941978]} },
{type: 'Feature',properties:{Name: '4', Address: '58-23 251ST STREET, 5A LOW, LITTLE NECK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72874356, 40.76035253]} },
{type: 'Feature',properties:{Name: '4', Address: '58-25 251ST STREET, 63, LITTLE NECK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72874357, 40.76034979]} },
{type: 'Feature',properties:{Name: '4', Address: '252-16 58TH AVENUE, 10, LITTLE NECK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72749093, 40.76124711]} },
{type: 'Feature',properties:{Name: '4', Address: '251-10 58TH AVENUE, UPPER, LITTLE NECK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72858321, 40.76072544]} },
{type: 'Feature',properties:{Name: '4', Address: '252-09 60TH AVENUE, 110, LITTLE NECK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72712261, 40.7595143]} },
{type: 'Feature',properties:{Name: '4', Address: '58-15 251 STREET, 55, LITTLE NECK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72874715, 40.76035803]} },
{type: 'Feature',properties:{Name: '4', Address: '253-01 60TH AVENUE, 141, LITTLE NECK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72621592, 40.75967409]} },
{type: 'Feature',properties:{Name: '4', Address: '60-33 MARATHON PARKWAY, 51/2, LITTLE NECK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.73023735, 40.75783635]} },
{type: 'Feature',properties:{Name: '4', Address: '249-33 61ST AVENUE, 479, LITTLE NECK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72850357, 40.75723941]} },
{type: 'Feature',properties:{Name: '4', Address: '249-54 60TH AVENUE, 373, LITTLE NECK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72960172, 40.75880925]} },
{type: 'Feature',properties:{Name: '4', Address: '60-30 251 STREET, 2-511, LITTLE NECK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72820571, 40.75858364]} },
{type: 'Feature',properties:{Name: '4', Address: '249-40 60TH AVE, 391, LITTLE NECK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72978979, 40.75871911]} },
{type: 'Feature',properties:{Name: '4', Address: '253-04 60TH AVENUE, 611, LITTLE NECK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72620516, 40.75965759]} },
{type: 'Feature',properties:{Name: '4', Address: '252-30 60TH AVENUE, 538, LITTLE NECK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7270974, 40.75950051]} },
{type: 'Feature',properties:{Name: '4', Address: '251-33 61ST AVENUE, 724, LITTLE NECK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72718854, 40.75751901]} },
{type: 'Feature',properties:{Name: '4', Address: '253-03 61ST AVENUE, 672, LITTLE NECK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72558086, 40.75786378]} },
{type: 'Feature',properties:{Name: '4', Address: '60-49 251 STREET, 776, LITTLE NECK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72809479, 40.75834458]} },
{type: 'Feature',properties:{Name: '4', Address: '251-53 61ST AVENUE, 712, LITTLE NECK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72717048, 40.75752172]} },
{type: 'Feature',properties:{Name: '4', Address: '251-10 60TH AVENUE, 545, LITTLE NECK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72802937, 40.75933803]} },
{type: 'Feature',properties:{Name: '4', Address: '60-41 251 STREET, 795 L, LITTLE NECK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72813765, 40.75845448]} },
{type: 'Feature',properties:{Name: '4', Address: '60-15 MARATHON PARKWAY, 4 1/2, LITTLE NECK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.73036299, 40.75800956]} },
{type: 'Feature',properties:{Name: '4', Address: '252-26 60 AVENUE, 2-570, LITTLE NECK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72710101, 40.75950052]} },
{type: 'Feature',properties:{Name: '4', Address: '60-47 251 STREET, 774, LITTLE NECK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7281055, 40.75837206]} },
{type: 'Feature',properties:{Name: '4', Address: '252-30 60TH AVENUE, 584, LITTLE NECK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7270974, 40.75950051]} },
{type: 'Feature',properties:{Name: '4', Address: '251-02 60TH AVENUE, 538-2, LITTLE NECK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72803659, 40.75933805]} },
{type: 'Feature',properties:{Name: '4', Address: '255-27 61ST AVENUE, 884, LITTLE NECK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72387923, 40.75822751]} },
{type: 'Feature',properties:{Name: '4', Address: '255-21 61ST AVENUE, 877, LITTLE NECK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72388284, 40.75822752]} },
{type: 'Feature',properties:{Name: '4', Address: '60-14 LITTLE NECK PARKWAY, 831, LITTLE NECK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72263267, 40.75939104]} },
{type: 'Feature',properties:{Name: '4', Address: '251-46 61ST AVENUE, 1154, LITTLE NECK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72717055, 40.75750525]} },
{type: 'Feature',properties:{Name: '4', Address: '251-26 61ST AVENUE, UPPER, LITTLE NECK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.727185, 40.75750254]} },
{type: 'Feature',properties:{Name: '4', Address: '253-16 61ST AVENUE, 1184, LITTLE NECK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72556286, 40.75785001]} },
{type: 'Feature',properties:{Name: '4', Address: '252-23 63 AVENUE, 1081, LITTLE NECK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.725504, 40.7563677]} },
{type: 'Feature',properties:{Name: '4', Address: '251-28 61ST AVENUE, UPPER, LITTLE NECK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.727185, 40.75750254]} },
{type: 'Feature',properties:{Name: '4', Address: '61-14 255 STREET, 1FL, LITTLE NECK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72406451, 40.75793976]} },
{type: 'Feature',properties:{Name: '4', Address: '251-44 61ST AVENUE, 1151, LITTLE NECK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72717055, 40.75750525]} },
{type: 'Feature',properties:{Name: '4', Address: '251-04 61ST AVENUE, 1112, LITTLE NECK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72720307, 40.75749709]} },
{type: 'Feature',properties:{Name: '4', Address: '61-06 255TH STREET, 996, LITTLE NECK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72406808, 40.757948]} },
{type: 'Feature',properties:{Name: '4', Address: '252-51 63RD AVENUE, 5-A, LITTLE NECK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72495486, 40.75648716]} },
{type: 'Feature',properties:{Name: '4', Address: '61-28 255TH STREET, 1015, LITTLE NECK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72405733, 40.75792876]} },
{type: 'Feature',properties:{Name: '4', Address: '6112 255TH STREET, 999, LITTLE NECK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7240645, 40.7579425]} },
{type: 'Feature',properties:{Name: '4', Address: '61-23 255TH ST, 978, LITTLE NECK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72403924, 40.75793969]} },
{type: 'Feature',properties:{Name: '4', Address: '61-22 LITTLE NECK PARKWAY, 939, LITTLE NECK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72254651, 40.75754361]} },
{type: 'Feature',properties:{Name: '4', Address: '61-15 255TH STREET, 970, LITTLE NECK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72404283, 40.75794519]} },
{type: 'Feature',properties:{Name: '4', Address: '61-15 255TH STREET, 969, LITTLE NECK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72404283, 40.75794519]} },
{type: 'Feature',properties:{Name: '4', Address: '61-38 LITTLE NECK PARKWAY, 950, LITTLE NECK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72257266, 40.75733233]} },
{type: 'Feature',properties:{Name: '4', Address: '255-10 61ST AVENUE, 908, LITTLE NECK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72387929, 40.75821104]} },
{type: 'Feature',properties:{Name: '4', Address: '255-04 61ST AVENUE, 904, LITTLE NECK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72388291, 40.75820831]} },
{type: 'Feature',properties:{Name: '4', Address: '255-16 61ST AVENUE, 913, LITTLE NECK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72387929, 40.75821104]} },
{type: 'Feature',properties:{Name: '4', Address: '63-25 MARATHON PARKWAY, 1257, LITTLE NECK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72828495, 40.755087]} },
{type: 'Feature',properties:{Name: '4', Address: '63-11 MARATHON PKWY., 1248, LITTLE NECK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72849675, 40.75537021]} },
{type: 'Feature',properties:{Name: '4', Address: '249-20 63RD AVENUE, 5A UPP, LITTLE NECK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72781618, 40.75585717]} },
{type: 'Feature',properties:{Name: '4', Address: '249-08 63RD AVENUE, 1237, LITTLE NECK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72824609, 40.75576487]} },
{type: 'Feature',properties:{Name: '4', Address: '249-17 64TH AVENUE, 1212, LITTLE NECK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72760762, 40.75478074]} },
{type: 'Feature',properties:{Name: '4', Address: '252-56 63RD AVENUE, 1344, LITTLE NECK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72483209, 40.75649785]} },
{type: 'Feature',properties:{Name: '4', Address: '63-09 252 STREET, 1321, LITTLE NECK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72616282, 40.75590815]} },
{type: 'Feature',properties:{Name: '4', Address: '252-22 63RD AVENUE, LOWER, LITTLE NECK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72550046, 40.75635123]} },
{type: 'Feature',properties:{Name: '4', Address: '63-02 255TH STREET, 1389, LITTLE NECK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72351768, 40.75662919]} },
{type: 'Feature',properties:{Name: '4', Address: '63-21 252 STREET, 1332, LITTLE NECK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72615925, 40.75589991]} },
{type: 'Feature',properties:{Name: '4', Address: '252-42 63RD AVENUE, 1, LITTLE NECK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72510666, 40.75643812]} },
{type: 'Feature',properties:{Name: '4', Address: '252-20 63RD AVENUE, 4-134, LITTLE NECK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7255402, 40.75634309]} },
{type: 'Feature',properties:{Name: '4', Address: '54-40 LITTLE NECK PARKWAY, 5V, LITTLE NECK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72513183, 40.76608325]} },
{type: 'Feature',properties:{Name: '4', Address: '5440 LITTLE NECK PARKWAY, 6B, LITTLE NECK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72513183, 40.76608325]} },
{type: 'Feature',properties:{Name: '4', Address: '5444 LITTLE NECK PARKWAY, 4F, LITTLE NECK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72502026, 40.76600065]} },
{type: 'Feature',properties:{Name: '4', Address: '54-40 LITTLE NECK PARKWAY, 5S, LITTLE NECK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72513183, 40.76608325]} },
{type: 'Feature',properties:{Name: '4', Address: '54-40 LITTLE NECK PARKWAY, 2-U, LITTLE NECK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72513183, 40.76608325]} },
{type: 'Feature',properties:{Name: '4', Address: '54-40 LITTLE NECK PARKWAY, 4A, LITTLE NECK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72513183, 40.76608325]} },
{type: 'Feature',properties:{Name: '4', Address: '54-44 LITTLE NECK PARKWAY, 4E, LITTLE NECK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72502026, 40.76600065]} },
{type: 'Feature',properties:{Name: '4', Address: '5444 LITTLE NECK PARKWAY, 3L, LITTLE NECK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72502026, 40.76600065]} },
{type: 'Feature',properties:{Name: '4', Address: '54-40 LITTLE NECK PARKWAY, 2V, LITTLE NECK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72513183, 40.76608325]} },
{type: 'Feature',properties:{Name: '4', Address: '54-40 LITTLE NECK PARKWAY, 3E, LITTLE NECK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72513183, 40.76608325]} },
{type: 'Feature',properties:{Name: '4', Address: '54-44 LITTLE NECK PARKWAY, 5-O, LITTLE NECK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72502026, 40.76600065]} },
{type: 'Feature',properties:{Name: '4', Address: '54-40 LITTLE NECK PARKWAY, 3A, LITTLE NECK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72513183, 40.76608325]} },
{type: 'Feature',properties:{Name: '4', Address: '54-44 LITTLE NECK PARKWAY, 2F, LITTLE NECK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72502026, 40.76600065]} },
{type: 'Feature',properties:{Name: '4', Address: '54-44 LITTLE NECK PARKWAY, 1S, LITTLE NECK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72502026, 40.76600065]} },
{type: 'Feature',properties:{Name: '4', Address: '54-40 LITTLE NECK PARKWAY, 4-O, LITTLE NECK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72513183, 40.76608325]} },
{type: 'Feature',properties:{Name: '4', Address: '54-44 LITTLE NECK PKWY., 5-J, LITTLE NECK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72502026, 40.76600065]} },
{type: 'Feature',properties:{Name: '4', Address: '47-27 LITTLE NECK PARKWAY, 2-F, LITTLE NECK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7329393, 40.76994976]} },
{type: 'Feature',properties:{Name: '4', Address: '40-01 LITTLE NECK PARKWAY, 14B, LITTLE NECK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74123756, 40.77318005]} },
{type: 'Feature',properties:{Name: '4', Address: '40-01 LITTLE NECK PARKWAY, 5B, LITTLE NECK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74123756, 40.77318005]} },
{type: 'Feature',properties:{Name: '4', Address: '40-01 LITTLE NECK PARKWAY, 23B, LITTLE NECK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74123756, 40.77318005]} },
{type: 'Feature',properties:{Name: '4', Address: '40-01 LITTLE NECK PARKWAY, 14A, LITTLE NECK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74123756, 40.77318005]} },
{type: 'Feature',properties:{Name: '4', Address: '46-21 LITTLE NECK PARKWAY, LITTLE NECK', Month: '9', Price: '7488'}, geometry: { type: 'Point', coordinates:[-73.73426627, 40.77035356]} },
{type: 'Feature',properties:{Name: '4', Address: '251-03 NORTHERN BOULEVARD, LITTLE NECK', Month: '1', Price: '15300'}, geometry: { type: 'Point', coordinates:[-73.73686008, 40.76902557]} },
{type: 'Feature',properties:{Name: '4', Address: '250-21 NORTHERN BOULEVARD, LITTLE NECK', Month: '5', Price: '12000'}, geometry: { type: 'Point', coordinates:[-73.73706308, 40.76881743]} },
{type: 'Feature',properties:{Name: '4', Address: '253-01 NORTHERN BOULEVARD, LITTLE NECK', Month: '6', Price: '6500'}, geometry: { type: 'Point', coordinates:[-73.735409, 40.77078712]} },
{type: 'Feature',properties:{Name: '4', Address: '58-25 LITTLE NECK PARKWAY, LITTLE NECK', Month: '9', Price: '8927'}, geometry: { type: 'Point', coordinates:[-73.72309294, 40.76155227]} },
{type: 'Feature',properties:{Name: '4', Address: '5-01 47TH ROAD, LONG ISLAND CITY', Month: '5', Price: '2775'}, geometry: { type: 'Point', coordinates:[-73.9553868, 40.7451911]} },
{type: 'Feature',properties:{Name: '4', Address: '47-29 VERNON BOULEVARD, LONG ISLAND CITY', Month: '7', Price: '2300'}, geometry: { type: 'Point', coordinates:[-73.95343835, 40.7446853]} },
{type: 'Feature',properties:{Name: '4', Address: '51-22 35TH STREET, LONG ISLAND CITY', Month: '12', Price: '1496'}, geometry: { type: 'Point', coordinates:[-73.93372736, 40.73675154]} },
{type: 'Feature',properties:{Name: '4', Address: '51-34 35TH STREET, LONG ISLAND CITY', Month: '4', Price: '1640'}, geometry: { type: 'Point', coordinates:[-73.93390785, 40.73668303]} },
{type: 'Feature',properties:{Name: '4', Address: '51-36 35TH STREET, LONG ISLAND CITY', Month: '10', Price: '890'}, geometry: { type: 'Point', coordinates:[-73.93394034, 40.73667207]} },
{type: 'Feature',properties:{Name: '4', Address: '33-27 9TH STREET, LONG ISLAND CITY', Month: '8', Price: '1386'}, geometry: { type: 'Point', coordinates:[-73.93877373, 40.76624391]} },
{type: 'Feature',properties:{Name: '4', Address: '33-53 VERNON BOULEVARD, LONG ISLAND CITY', Month: '6', Price: '2920'}, geometry: { type: 'Point', coordinates:[-73.93999058, 40.76594812]} },
{type: 'Feature',properties:{Name: '4', Address: '11-05 36TH AVENUE, LONG ISLAND CITY', Month: '2', Price: '900'}, geometry: { type: 'Point', coordinates:[-73.93982533, 40.76105415]} },
{type: 'Feature',properties:{Name: '4', Address: '36-23 24TH STREET, LONG ISLAND CITY', Month: '4', Price: '2666'}, geometry: { type: 'Point', coordinates:[-73.93461555, 40.7582901]} },
{type: 'Feature',properties:{Name: '4', Address: '28-07 38TH AVENUE, LONG ISLAND CITY', Month: '6', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.93417849, 40.75494126]} },
{type: 'Feature',properties:{Name: '4', Address: '3904 29TH STREET, LONG ISLAND CITY', Month: '12', Price: '2686'}, geometry: { type: 'Point', coordinates:[-73.93468181, 40.75330568]} },
{type: 'Feature',properties:{Name: '4', Address: '2715 41ST AVENUE, LONG ISLAND CITY', Month: '6', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.9381338, 40.75172387]} },
{type: 'Feature',properties:{Name: '4', Address: '27-13 41ST AVENUE, LONG ISLAND CITY', Month: '6', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.93814462, 40.75172936]} },
{type: 'Feature',properties:{Name: '4', Address: '40-32 28TH STREET, LONG ISLAND CITY', Month: '10', Price: '1050'}, geometry: { type: 'Point', coordinates:[-73.93684846, 40.75220075]} },
{type: 'Feature',properties:{Name: '4', Address: '36-50 32ND STREET, LONG ISLAND CITY', Month: '4', Price: '1064'}, geometry: { type: 'Point', coordinates:[-73.92964459, 40.75537225]} },
{type: 'Feature',properties:{Name: '4', Address: '49-15 VERNON BOULEVARD, LONG ISLAND CITY', Month: '12', Price: '3760'}, geometry: { type: 'Point', coordinates:[-73.95391932, 40.74324175]} },
{type: 'Feature',properties:{Name: '4', Address: '10-27 47TH ROAD, LONG ISLAND CITY', Month: '1', Price: '1700'}, geometry: { type: 'Point', coordinates:[-73.95261915, 40.74465752]} },
{type: 'Feature',properties:{Name: '4', Address: '44-65 23RD STREET, LONG ISLAND CITY', Month: '7', Price: '2090'}, geometry: { type: 'Point', coordinates:[-73.94511762, 40.74745109]} },
{type: 'Feature',properties:{Name: '4', Address: '51-24 35TH STREET, LONG ISLAND CITY', Month: '5', Price: '1250'}, geometry: { type: 'Point', coordinates:[-73.93375624, 40.73674058]} },
{type: 'Feature',properties:{Name: '4', Address: '35-54 10TH STREET, LONG ISLAND CITY', Month: '12', Price: '4194'}, geometry: { type: 'Point', coordinates:[-73.9403044, 40.76220171]} },
{type: 'Feature',properties:{Name: '4', Address: '9-11 36TH AVE, LONG ISLAND CITY', Month: '11', Price: '1240'}, geometry: { type: 'Point', coordinates:[-73.94142756, 40.76162863]} },
{type: 'Feature',properties:{Name: '4', Address: '35-18 CRESCENT STREET, LONG ISLAND CITY', Month: '10', Price: '1900'}, geometry: { type: 'Point', coordinates:[-73.93234405, 40.75933728]} },
{type: 'Feature',properties:{Name: '4', Address: '2804 36 AVENUE, LONG ISLAND CITY', Month: '11', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.93201369, 40.75763535]} },
{type: 'Feature',properties:{Name: '4', Address: '36-32 29TH STREET, LONG ISLAND CITY', Month: '9', Price: '2396'}, geometry: { type: 'Point', coordinates:[-73.93182328, 40.75676515]} },
{type: 'Feature',properties:{Name: '4', Address: '36-10 9 STREET, LONG ISLAND CITY', Month: '12', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.94180679, 40.76139277]} },
{type: 'Feature',properties:{Name: '4', Address: '3612 9 STREET, LONG ISLAND CITY', Month: '5', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.94182125, 40.76137631]} },
{type: 'Feature',properties:{Name: '4', Address: '37-17 12TH STREET, LONG ISLAND CITY', Month: '2', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.94021333, 40.75910559]} },
{type: 'Feature',properties:{Name: '4', Address: '37-15 12TH STREET, LONG ISLAND CITY', Month: '6', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.94019887, 40.75912479]} },
{type: 'Feature',properties:{Name: '4', Address: '27-10 37 AVENUE, LONG ISLAND CITY', Month: '12', Price: '2675'}, geometry: { type: 'Point', coordinates:[-73.93382684, 40.75649184]} },
{type: 'Feature',properties:{Name: '4', Address: '37-23 29TH STREET, LONG ISLAND CITY', Month: '7', Price: '1480'}, geometry: { type: 'Point', coordinates:[-73.93287137, 40.7554428]} },
{type: 'Feature',properties:{Name: '4', Address: '31-14 38TH AVENUE, LONG ISLAND CITY', Month: '12', Price: '1844'}, geometry: { type: 'Point', coordinates:[-73.93183366, 40.75367732]} },
{type: 'Feature',properties:{Name: '4', Address: '38-29 28TH STREET, LONG ISLAND CITY', Month: '5', Price: '1944'}, geometry: { type: 'Point', coordinates:[-73.9346408, 40.75463137]} },
{type: 'Feature',properties:{Name: '4', Address: '38-23 28TH STREET, LONG ISLAND CITY', Month: '11', Price: '1350'}, geometry: { type: 'Point', coordinates:[-73.93460466, 40.75467801]} },
{type: 'Feature',properties:{Name: '4', Address: '38-30 29TH STREET, LONG ISLAND CITY', Month: '8', Price: '3560'}, geometry: { type: 'Point', coordinates:[-73.93390129, 40.75421375]} },
{type: 'Feature',properties:{Name: '4', Address: '27-17 39TH AVENUE, LONG ISLAND CITY', Month: '1', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.9357998, 40.75423952]} },
{type: 'Feature',properties:{Name: '4', Address: '39-30 28 STREET, LONG ISLAND CITY', Month: '9', Price: '2376'}, geometry: { type: 'Point', coordinates:[-73.9356706, 40.75347916]} },
{type: 'Feature',properties:{Name: '4', Address: '30-10 36TH AVENUE, LONG ISLAND CITY', Month: '12', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.93037936, 40.75686859]} },
{type: 'Feature',properties:{Name: '4', Address: '36-33 31ST STREET, LONG ISLAND CITY', Month: '9', Price: '2639'}, geometry: { type: 'Point', coordinates:[-73.93023592, 40.75596822]} },
{type: 'Feature',properties:{Name: '4', Address: '36-33 31ST STREET, LONG ISLAND CITY', Month: '5', Price: '2639'}, geometry: { type: 'Point', coordinates:[-73.93023592, 40.75596822]} },
{type: 'Feature',properties:{Name: '4', Address: '36-36 32ND STREET, LONG ISLAND CITY', Month: '11', Price: '1624'}, geometry: { type: 'Point', coordinates:[-73.92951087, 40.7555396]} },
{type: 'Feature',properties:{Name: '4', Address: '36-37 32ND STREET, LONG ISLAND CITY', Month: '8', Price: '1060'}, geometry: { type: 'Point', coordinates:[-73.92949283, 40.75553135]} },
{type: 'Feature',properties:{Name: '4', Address: '35-19 30TH STREET, LONG ISLAND CITY', Month: '9', Price: '2544'}, geometry: { type: 'Point', coordinates:[-73.92964174, 40.75807034]} },
{type: 'Feature',properties:{Name: '4', Address: '35-31 30TH STREET, LONG ISLAND CITY', Month: '12', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.92975017, 40.75793591]} },
{type: 'Feature',properties:{Name: '4', Address: '35-46 32ND STREET, LONG ISLAND CITY', Month: '9', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.92831093, 40.75702102]} },
{type: 'Feature',properties:{Name: '4', Address: '35-46 32 STREET, LONG ISLAND CITY', Month: '6', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.92831093, 40.75702102]} },
{type: 'Feature',properties:{Name: '4', Address: '33-08 35TH AVENUE, LONG ISLAND CITY', Month: '1', Price: '1896'}, geometry: { type: 'Point', coordinates:[-73.92674409, 40.75729451]} },
{type: 'Feature',properties:{Name: '4', Address: '35-31 33RD STREET, LONG ISLAND CITY', Month: '2', Price: '1943'}, geometry: { type: 'Point', coordinates:[-73.92734741, 40.75681456]} },
{type: 'Feature',properties:{Name: '4', Address: '10-41 51ST AVENUE, LONG ISLAND CITY', Month: '7', Price: '1950'}, geometry: { type: 'Point', coordinates:[-73.95305423, 40.74179767]} },
{type: 'Feature',properties:{Name: '4', Address: '47-08 11TH STREET, LONG ISLAND CITY', Month: '4', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.95086515, 40.74477755]} },
{type: 'Feature',properties:{Name: '4', Address: '10-18 47TH AVENUE, LONG ISLAND CITY', Month: '3', Price: '1730'}, geometry: { type: 'Point', coordinates:[-73.95252121, 40.74535739]} },
{type: 'Feature',properties:{Name: '4', Address: '10-14 47TH AVENUE, LONG ISLAND CITY', Month: '10', Price: '1670'}, geometry: { type: 'Point', coordinates:[-73.95258977, 40.74537114]} },
{type: 'Feature',properties:{Name: '4', Address: '45-07 23RD STREET, LONG ISLAND CITY', Month: '3', Price: '2140'}, geometry: { type: 'Point', coordinates:[-73.94537087, 40.74669915]} },
{type: 'Feature',properties:{Name: '4', Address: '45-09 23RD STREET, LONG ISLAND CITY', Month: '7', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.94538533, 40.74666073]} },
{type: 'Feature',properties:{Name: '4', Address: '48-82 37 STREET, LONG ISLAND CITY', Month: '3', Price: '3213'}, geometry: { type: 'Point', coordinates:[-73.92911753, 40.73849172]} },
{type: 'Feature',properties:{Name: '4', Address: '48-84 37TH STREET, LONG ISLAND CITY', Month: '10', Price: '3013'}, geometry: { type: 'Point', coordinates:[-73.92912479, 40.73845604]} },
{type: 'Feature',properties:{Name: '4', Address: '34-57 9 STREET, LONG ISLAND CITY', Month: '12', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.94012585, 40.76405706]} },
{type: 'Feature',properties:{Name: '4', Address: '34-37 9TH STREET, LONG ISLAND CITY', Month: '11', Price: '3654'}, geometry: { type: 'Point', coordinates:[-73.93999209, 40.76427382]} },
{type: 'Feature',properties:{Name: '4', Address: '35-09 CRESCENT STREET, LONG ISLAND CITY', Month: '12', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.93222483, 40.75943053]} },
{type: 'Feature',properties:{Name: '4', Address: '36-32 30TH STREET, LONG ISLAND CITY', Month: '12', Price: '2750'}, geometry: { type: 'Point', coordinates:[-73.93104042, 40.75637218]} },
{type: 'Feature',properties:{Name: '4', Address: '36-10 11TH STREET, LONG ISLAND CITY', Month: '7', Price: '2328'}, geometry: { type: 'Point', coordinates:[-73.9401757, 40.76080731]} },
{type: 'Feature',properties:{Name: '4', Address: '37-07 27TH STREET, LONG ISLAND CITY', Month: '5', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.93415545, 40.75633832]} },
{type: 'Feature',properties:{Name: '4', Address: '12-07 40TH AVENUE, LONG ISLAND CITY', Month: '3', Price: '1728'}, geometry: { type: 'Point', coordinates:[-73.94266696, 40.75598606]} },
{type: 'Feature',properties:{Name: '4', Address: '36-09 30TH STREET, LONG ISLAND CITY', Month: '5', Price: '2320'}, geometry: { type: 'Point', coordinates:[-73.93080553, 40.75663279]} },
{type: 'Feature',properties:{Name: '4', Address: '36-52 32ND STREET, LONG ISLAND CITY', Month: '3', Price: '3018'}, geometry: { type: 'Point', coordinates:[-73.92966627, 40.75535031]} },
{type: 'Feature',properties:{Name: '4', Address: '30-14 35TH AVENUE, LONG ISLAND CITY', Month: '9', Price: '2268'}, geometry: { type: 'Point', coordinates:[-73.92910717, 40.75840212]} },
{type: 'Feature',properties:{Name: '4', Address: '35-24 32ND STREET, LONG ISLAND CITY', Month: '5', Price: '2536'}, geometry: { type: 'Point', coordinates:[-73.92811576, 40.75726244]} },
{type: 'Feature',properties:{Name: '4', Address: '5-41 47TH ROAD, LONG ISLAND CITY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95537236, 40.74518835]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 9 STREET, LONG ISLAND CITY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94005395, 40.76372491]} },
{type: 'Feature',properties:{Name: '4', Address: '9-13 36TH AVE, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94141674, 40.76162314]} },
{type: 'Feature',properties:{Name: '4', Address: '36-12 11TH STREET, LONG ISLAND CITY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94018655, 40.7607881]} },
{type: 'Feature',properties:{Name: '4', Address: '46-40 VERNON BOULEVARD, LONG ISLAND CITY', Month: '9', Price: '3450'}, geometry: { type: 'Point', coordinates:[-73.95302964, 40.74596968]} },
{type: 'Feature',properties:{Name: '4', Address: '5-16 47TH ROAD, LONG ISLAND CITY', Month: '10', Price: '6600'}, geometry: { type: 'Point', coordinates:[-73.95538681, 40.74517464]} },
{type: 'Feature',properties:{Name: '4', Address: '5-36 47TH ROAD, LONG ISLAND CITY', Month: '9', Price: '4050'}, geometry: { type: 'Point', coordinates:[-73.95537959, 40.74517463]} },
{type: 'Feature',properties:{Name: '4', Address: '10-22 47TH ROAD, LONG ISLAND CITY', Month: '10', Price: '4923'}, geometry: { type: 'Point', coordinates:[-73.95269133, 40.7446548]} },
{type: 'Feature',properties:{Name: '4', Address: '13-01 JACKSON AVE, LONG ISLAND CITY', Month: '3', Price: '17932'}, geometry: { type: 'Point', coordinates:[-73.94952311, 40.74417038]} },
{type: 'Feature',properties:{Name: '4', Address: '34-51 9TH STREET, LONG ISLAND CITY', Month: '10', Price: '8514'}, geometry: { type: 'Point', coordinates:[-73.94008608, 40.76412291]} },
{type: 'Feature',properties:{Name: '4', Address: '34-21 9 STREET, LONG ISLAND CITY', Month: '12', Price: '3864'}, geometry: { type: 'Point', coordinates:[-73.93988725, 40.76444669]} },
{type: 'Feature',properties:{Name: '4', Address: '11-09 36TH AVENUE, LONG ISLAND CITY', Month: '7', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.93980368, 40.76104591]} },
{type: 'Feature',properties:{Name: '4', Address: '35-27 28TH STREET, LONG ISLAND CITY', Month: '1', Price: '22235'}, geometry: { type: 'Point', coordinates:[-73.9313087, 40.75873283]} },
{type: 'Feature',properties:{Name: '4', Address: '36-05 VERNON BOULEVARD, LONG ISLAND CITY', Month: '6', Price: '10500'}, geometry: { type: 'Point', coordinates:[-73.94260785, 40.76175274]} },
{type: 'Feature',properties:{Name: '4', Address: '36-01 VERNON BOULEVARD, LONG ISLAND CITY', Month: '4', Price: '9000'}, geometry: { type: 'Point', coordinates:[-73.94258616, 40.76179115]} },
{type: 'Feature',properties:{Name: '4', Address: '27-51 JACKSON AVENUE, LONG ISLAND CITY', Month: '12', Price: '6000'}, geometry: { type: 'Point', coordinates:[-73.93958798, 40.74813176]} },
{type: 'Feature',properties:{Name: '4', Address: '38-53 12TH STREET, LONG ISLAND CITY', Month: '10', Price: '2680'}, geometry: { type: 'Point', coordinates:[-73.9412108, 40.75773098]} },
{type: 'Feature',properties:{Name: '4', Address: '38-21 9TH ST, LONG ISLAND CITY', Month: '12', Price: '2470'}, geometry: { type: 'Point', coordinates:[-73.94357425, 40.75870929]} },
{type: 'Feature',properties:{Name: '4', Address: '38-19 9 STREET, LONG ISLAND CITY', Month: '2', Price: '2470'}, geometry: { type: 'Point', coordinates:[-73.94357425, 40.75871204]} },
{type: 'Feature',properties:{Name: '4', Address: '38-17 9TH STREET, LONG ISLAND CITY', Month: '10', Price: '2680'}, geometry: { type: 'Point', coordinates:[-73.94357063, 40.75871478]} },
{type: 'Feature',properties:{Name: '4', Address: '38-15 9 STREET, LONG ISLAND CITY', Month: '12', Price: '2880'}, geometry: { type: 'Point', coordinates:[-73.94357063, 40.75871478]} },
{type: 'Feature',properties:{Name: '4', Address: '36-63 34TH STREET, LONG ISLAND CITY', Month: '11', Price: '15475'}, geometry: { type: 'Point', coordinates:[-73.92818741, 40.75441069]} },
{type: 'Feature',properties:{Name: '4', Address: '45-50 PEARSON STREET, LONG ISLAND CITY', Month: '5', Price: '142398'}, geometry: { type: 'Point', coordinates:[-73.94427858, 40.74522469]} },
{type: 'Feature',properties:{Name: '4', Address: '45-50 PEARSON STREET, LONG ISLAND CITY', Month: '12', Price: '142398'}, geometry: { type: 'Point', coordinates:[-73.94427858, 40.74522469]} },
{type: 'Feature',properties:{Name: '4', Address: '45-50 PEARSON STREET, LONG ISLAND CITY', Month: '7', Price: '142398'}, geometry: { type: 'Point', coordinates:[-73.94427858, 40.74522469]} },
{type: 'Feature',properties:{Name: '4', Address: '45-50 PEARSON STREET, LONG ISLAND CITY', Month: '6', Price: '142398'}, geometry: { type: 'Point', coordinates:[-73.94427858, 40.74522469]} },
{type: 'Feature',properties:{Name: '4', Address: '45-50 PEARSON STREET, LONG ISLAND CITY', Month: '4', Price: '142398'}, geometry: { type: 'Point', coordinates:[-73.94427858, 40.74522469]} },
{type: 'Feature',properties:{Name: '4', Address: '45-50 PEARSON STREET, LONG ISLAND CITY', Month: '4', Price: '142398'}, geometry: { type: 'Point', coordinates:[-73.94427858, 40.74522469]} },
{type: 'Feature',properties:{Name: '4', Address: '37-10 CRESCENT STREET, LONG ISLAND CITY', Month: '12', Price: '76254'}, geometry: { type: 'Point', coordinates:[-73.93489866, 40.75669282]} },
{type: 'Feature',properties:{Name: '4', Address: '4-74 48TH AVENUE, PH1F, LONG ISLAND CITY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95644821, 40.74457943]} },
{type: 'Feature',properties:{Name: '4', Address: '4-74 48TH AVENUE, PH1E, LONG ISLAND CITY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95644821, 40.74457943]} },
{type: 'Feature',properties:{Name: '4', Address: '4-74 48TH AVENUE, 18H, LONG ISLAND CITY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95644821, 40.74457943]} },
{type: 'Feature',properties:{Name: '4', Address: '4-74 48TH AVENUE, 12N, LONG ISLAND CITY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95644821, 40.74457943]} },
{type: 'Feature',properties:{Name: '4', Address: '474 48 AVE, LONG ISLAND CITY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95644821, 40.74457943]} },
{type: 'Feature',properties:{Name: '4', Address: '474 48 AVE, LONG ISLAND CITY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95644821, 40.74457943]} },
{type: 'Feature',properties:{Name: '4', Address: '4-74 48TH AVENUE, 17E, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95644821, 40.74457943]} },
{type: 'Feature',properties:{Name: '4', Address: '4-74 48TH AVENUE, 29H, LONG ISLAND CITY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95644821, 40.74457943]} },
{type: 'Feature',properties:{Name: '4', Address: '4-74 48TH AVENUE, 5C, LONG ISLAND CITY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95644821, 40.74457943]} },
{type: 'Feature',properties:{Name: '4', Address: '4-74 48TH AVENUE, 6K, LONG ISLAND CITY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95644821, 40.74457943]} },
{type: 'Feature',properties:{Name: '4', Address: '4-74 48TH AVENUE, 19C, LONG ISLAND CITY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95644821, 40.74457943]} },
{type: 'Feature',properties:{Name: '4', Address: '4-74 48TH AVENUE, 4F, LONG ISLAND CITY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95644821, 40.74457943]} },
{type: 'Feature',properties:{Name: '4', Address: '4-74 48TH AVENUE, 39E, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95644821, 40.74457943]} },
{type: 'Feature',properties:{Name: '4', Address: '4-74 48TH AVENUE, 26C, LONG ISLAND CITY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95644821, 40.74457943]} },
{type: 'Feature',properties:{Name: '4', Address: '4-74 48TH AVENUE, 12J, LONG ISLAND CITY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95644821, 40.74457943]} },
{type: 'Feature',properties:{Name: '4', Address: '4-74 48TH AVENUE, 17C, LONG ISLAND CITY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95644821, 40.74457943]} },
{type: 'Feature',properties:{Name: '4', Address: '4-74 48TH AVENUE, 14E, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95644821, 40.74457943]} },
{type: 'Feature',properties:{Name: '4', Address: '4-74 48TH AVENUE, 7L, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95644821, 40.74457943]} },
{type: 'Feature',properties:{Name: '4', Address: '4-74 48TH AVENUE, 18E, LONG ISLAND CITY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95644821, 40.74457943]} },
{type: 'Feature',properties:{Name: '4', Address: '4-74 48TH AVENUE, 24-H, LONG ISLAND CITY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95644821, 40.74457943]} },
{type: 'Feature',properties:{Name: '4', Address: '4-74 48TH AVENUE, 32L, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95644821, 40.74457943]} },
{type: 'Feature',properties:{Name: '4', Address: '4-74 48 AVENUE, 24-M, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95644821, 40.74457943]} },
{type: 'Feature',properties:{Name: '4', Address: '4-74 48TH AVENUE, 18G, LONG ISLAND CITY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95644821, 40.74457943]} },
{type: 'Feature',properties:{Name: '4', Address: '4-74 48TH AVENUE, 26A, LONG ISLAND CITY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95644821, 40.74457943]} },
{type: 'Feature',properties:{Name: '4', Address: '4-74 48TH AVENUE, 38F, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95644821, 40.74457943]} },
{type: 'Feature',properties:{Name: '4', Address: '4-74 48TH AVENUE, 7G, LONG ISLAND CITY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95644821, 40.74457943]} },
{type: 'Feature',properties:{Name: '4', Address: '4-74 48TH AVE, 7J, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95644821, 40.74457943]} },
{type: 'Feature',properties:{Name: '4', Address: '474 48TH AVE, 20D, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95644821, 40.74457943]} },
{type: 'Feature',properties:{Name: '4', Address: '4-74 48 AVE, 6L, LONG ISLAND CITY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95644821, 40.74457943]} },
{type: 'Feature',properties:{Name: '4', Address: '474 48 AVENUE, 8C, LONG ISLAND CITY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95644821, 40.74457943]} },
{type: 'Feature',properties:{Name: '4', Address: '4-74 48TH AVENUE, PH2A, LONG ISLAND CITY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95644821, 40.74457943]} },
{type: 'Feature',properties:{Name: '4', Address: '4-74 48TH AVENUE, 8D, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95644821, 40.74457943]} },
{type: 'Feature',properties:{Name: '4', Address: '4-74 48TH AVENUE, 15B, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95644821, 40.74457943]} },
{type: 'Feature',properties:{Name: '4', Address: '4-74 48TH AVENUE, 36F, LONG ISLAND CITY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95644821, 40.74457943]} },
{type: 'Feature',properties:{Name: '4', Address: '4-74 48TH AVENUE, 35F, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95644821, 40.74457943]} },
{type: 'Feature',properties:{Name: '4', Address: '4-74 48TH AVENUE, PH4F, LONG ISLAND CITY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95644821, 40.74457943]} },
{type: 'Feature',properties:{Name: '4', Address: '4-74 48TH AVENUE, 36K, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95644821, 40.74457943]} },
{type: 'Feature',properties:{Name: '4', Address: '35-55 29TH STREET, 2E, LONG ISLAND CITY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93076074, 40.75804906]} },
{type: 'Feature',properties:{Name: '4', Address: '35-55 29TH STREET, 5C, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93076074, 40.75804906]} },
{type: 'Feature',properties:{Name: '4', Address: '35-55 29TH STREET, 3F, LONG ISLAND CITY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93076074, 40.75804906]} },
{type: 'Feature',properties:{Name: '4', Address: '48-21 FIFTH STREET, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9560442, 40.74431029]} },
{type: 'Feature',properties:{Name: '4', Address: '5-15 49TH AVENUE, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95584965, 40.74381067]} },
{type: 'Feature',properties:{Name: '4', Address: '2-40 51ST AVENUE, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9583115, 40.74279603]} },
{type: 'Feature',properties:{Name: '4', Address: '2-40 51ST AVENUE, LONG ISLAND CITY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9583115, 40.74279603]} },
{type: 'Feature',properties:{Name: '4', Address: '2-40 51ST AVENUE, LONG ISLAND CITY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9583115, 40.74279603]} },
{type: 'Feature',properties:{Name: '4', Address: '2-40 51ST AVENUE, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9583115, 40.74279603]} },
{type: 'Feature',properties:{Name: '4', Address: '2-40 51ST AVENUE, LONG ISLAND CITY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9583115, 40.74279603]} },
{type: 'Feature',properties:{Name: '4', Address: '2-40 51ST AVENUE, LONG ISLAND CITY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9583115, 40.74279603]} },
{type: 'Feature',properties:{Name: '4', Address: '50-09 2 STREET, LONG ISLAND CITY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95843382, 40.74340816]} },
{type: 'Feature',properties:{Name: '4', Address: '5009 2ND ST, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95843382, 40.74340816]} },
{type: 'Feature',properties:{Name: '4', Address: '5009 2ND ST, LONG ISLAND CITY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95843382, 40.74340816]} },
{type: 'Feature',properties:{Name: '4', Address: '50-09 2 STREET, LONG ISLAND CITY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95843382, 40.74340816]} },
{type: 'Feature',properties:{Name: '4', Address: '50-09 2 STREET, LONG ISLAND CITY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95843382, 40.74340816]} },
{type: 'Feature',properties:{Name: '4', Address: '50-09 2 STREET, LONG ISLAND CITY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95843382, 40.74340816]} },
{type: 'Feature',properties:{Name: '4', Address: '50-09 2 STREET, LONG ISLAND CITY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95843382, 40.74340816]} },
{type: 'Feature',properties:{Name: '4', Address: '5009 2ND ST, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95843382, 40.74340816]} },
{type: 'Feature',properties:{Name: '4', Address: '50-09 2ND STREET, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95843382, 40.74340816]} },
{type: 'Feature',properties:{Name: '4', Address: '50-09 2 STREET, LONG ISLAND CITY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95843382, 40.74340816]} },
{type: 'Feature',properties:{Name: '4', Address: '50-09 2ND STREET, LONG ISLAND CITY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95843382, 40.74340816]} },
{type: 'Feature',properties:{Name: '4', Address: '50-09 2 STREET, LONG ISLAND CITY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95843382, 40.74340816]} },
{type: 'Feature',properties:{Name: '4', Address: '50-09 2ND STREET, LONG ISLAND CITY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95843382, 40.74340816]} },
{type: 'Feature',properties:{Name: '4', Address: '50-09 2 STREET, LONG ISLAND CITY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95843382, 40.74340816]} },
{type: 'Feature',properties:{Name: '4', Address: '50-09 2 STREET, LONG ISLAND CITY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95843382, 40.74340816]} },
{type: 'Feature',properties:{Name: '4', Address: '50-09 2 STREET, LONG ISLAND CITY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95843382, 40.74340816]} },
{type: 'Feature',properties:{Name: '4', Address: '50-09 2 STREET, LONG ISLAND CITY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95843382, 40.74340816]} },
{type: 'Feature',properties:{Name: '4', Address: '50-09 2ND STREET, LONG ISLAND CITY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95843382, 40.74340816]} },
{type: 'Feature',properties:{Name: '4', Address: '2-26 50TH AVENUE, LONG ISLAND CITY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95808733, 40.74348488]} },
{type: 'Feature',properties:{Name: '4', Address: '2-26 50TH AVENUE, LONG ISLAND CITY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95808733, 40.74348488]} },
{type: 'Feature',properties:{Name: '4', Address: '2-26 50TH AVENUE, LONG ISLAND CITY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95808733, 40.74348488]} },
{type: 'Feature',properties:{Name: '4', Address: '2-26 50TH AVENUE, LONG ISLAND CITY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95808733, 40.74348488]} },
{type: 'Feature',properties:{Name: '4', Address: '2-26 50TH AVENUE, LONG ISLAND CITY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95808733, 40.74348488]} },
{type: 'Feature',properties:{Name: '4', Address: '46-30 CENTER BOULEVARD, LONG ISLAND CITY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95650821, 40.74665448]} },
{type: 'Feature',properties:{Name: '4', Address: '46-30 CENTER BLVD, LONG ISLAND CITY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95650821, 40.74665448]} },
{type: 'Feature',properties:{Name: '4', Address: '46-30 CENTER BOULEVARD, LONG ISLAND CITY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95650821, 40.74665448]} },
{type: 'Feature',properties:{Name: '4', Address: '46-30 CENTER BOULEVARD, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95650821, 40.74665448]} },
{type: 'Feature',properties:{Name: '4', Address: '46-30 CENTER BOULEVARD, LONG ISLAND CITY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95650821, 40.74665448]} },
{type: 'Feature',properties:{Name: '4', Address: '4630 CENTER BOULEVARD, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95650821, 40.74665448]} },
{type: 'Feature',properties:{Name: '4', Address: '46-30 CENTER BOULEVARD, LONG ISLAND CITY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95650821, 40.74665448]} },
{type: 'Feature',properties:{Name: '4', Address: '46-30 CENTER BOULEVARD, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95650821, 40.74665448]} },
{type: 'Feature',properties:{Name: '4', Address: '46-30 CENTER BOULEVARD, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95650821, 40.74665448]} },
{type: 'Feature',properties:{Name: '4', Address: '46-30 CENTER BOULEVARD, LONG ISLAND CITY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95650821, 40.74665448]} },
{type: 'Feature',properties:{Name: '4', Address: '5-26 47TH ROAD, LONG ISLAND CITY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9553832, 40.74517463]} },
{type: 'Feature',properties:{Name: '4', Address: '5-26 47TH ROAD, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9553832, 40.74517463]} },
{type: 'Feature',properties:{Name: '4', Address: '5-09 48TH AVENUE, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95563631, 40.74444737]} },
{type: 'Feature',properties:{Name: '4', Address: '509 48TH AVENUE, LONG ISLAND CITY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95563631, 40.74444737]} },
{type: 'Feature',properties:{Name: '4', Address: '5-09 48TH AVENUE, LONG ISLAND CITY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95563631, 40.74444737]} },
{type: 'Feature',properties:{Name: '4', Address: '509 48TH AVENUE, LONG ISLAND CITY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95563631, 40.74444737]} },
{type: 'Feature',properties:{Name: '4', Address: '5-09 48TH AVENUE, LONG ISLAND CITY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95563631, 40.74444737]} },
{type: 'Feature',properties:{Name: '4', Address: '5-43 48TH AVENUE, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95562187, 40.74444462]} },
{type: 'Feature',properties:{Name: '4', Address: '5-43 48TH AVENUE, LONG ISLAND CITY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95562187, 40.74444462]} },
{type: 'Feature',properties:{Name: '4', Address: '5-49 BORDEN AVENUE, LONG ISLAND CITY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95488051, 40.7414059]} },
{type: 'Feature',properties:{Name: '4', Address: '5-49 BORDEN AVENUE, LONG ISLAND CITY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95488051, 40.7414059]} },
{type: 'Feature',properties:{Name: '4', Address: '5-49 BORDEN AVENUE, LONG ISLAND CITY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95488051, 40.7414059]} },
{type: 'Feature',properties:{Name: '4', Address: '549 BORDEN AVENUE, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95488051, 40.7414059]} },
{type: 'Feature',properties:{Name: '4', Address: '5-49 BORDEN AVENUE, LONG ISLAND CITY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95488051, 40.7414059]} },
{type: 'Feature',properties:{Name: '4', Address: '5-49 BORDEN AVENUE, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95488051, 40.7414059]} },
{type: 'Feature',properties:{Name: '4', Address: '5-49 BORDEN AVENUE, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95488051, 40.7414059]} },
{type: 'Feature',properties:{Name: '4', Address: '5-49 BORDEN AVENUE, LONG ISLAND CITY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95488051, 40.7414059]} },
{type: 'Feature',properties:{Name: '4', Address: '5-49 BORDEN AVENUE, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95488051, 40.7414059]} },
{type: 'Feature',properties:{Name: '4', Address: '5-49 BORDEN AVENUE, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95488051, 40.7414059]} },
{type: 'Feature',properties:{Name: '4', Address: '5-19 BORDEN AVENUE, LONG ISLAND CITY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95598823, 40.74162042]} },
{type: 'Feature',properties:{Name: '4', Address: '5-19 BORDEN AVENUE, LONG ISLAND CITY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95598823, 40.74162042]} },
{type: 'Feature',properties:{Name: '4', Address: '5-19 BORDEN AVENUE, LONG ISLAND CITY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95598823, 40.74162042]} },
{type: 'Feature',properties:{Name: '4', Address: '5-25 BORDEN AVENUE, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95577895, 40.74158191]} },
{type: 'Feature',properties:{Name: '4', Address: '5-19 BORDEN AVENUE, LONG ISLAND CITY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95598823, 40.74162042]} },
{type: 'Feature',properties:{Name: '4', Address: '5-25 BORDEN AVENUE, LONG ISLAND CITY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95577895, 40.74158191]} },
{type: 'Feature',properties:{Name: '4', Address: '5-25 BORDEN AVENUE, LONG ISLAND CITY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95577895, 40.74158191]} },
{type: 'Feature',properties:{Name: '4', Address: '5-25 BORDEN AVENUE, LONG ISLAND CITY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95577895, 40.74158191]} },
{type: 'Feature',properties:{Name: '4', Address: '5-25 BORDEN AVENUE, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95577895, 40.74158191]} },
{type: 'Feature',properties:{Name: '4', Address: '5-25 BORDEN AVENUE, LONG ISLAND CITY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95577895, 40.74158191]} },
{type: 'Feature',properties:{Name: '4', Address: '5-25 BORDEN AVENUE, LONG ISLAND CITY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95577895, 40.74158191]} },
{type: 'Feature',properties:{Name: '4', Address: '10-50 JACKSON AVENUE, LONG ISLAND CITY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95301416, 40.74233288]} },
{type: 'Feature',properties:{Name: '4', Address: '10-46 JACKSON AVENUE, LONG ISLAND CITY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95311885, 40.74228077]} },
{type: 'Feature',properties:{Name: '4', Address: '10-46 JACKSON AVENUE, LONG ISLAND CITY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95311885, 40.74228077]} },
{type: 'Feature',properties:{Name: '4', Address: '10-46 JACKSON AVENUE, LONG ISLAND CITY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95311885, 40.74228077]} },
{type: 'Feature',properties:{Name: '4', Address: '10-17 JACKSON AVENUE, LONG ISLAND CITY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95340764, 40.74214914]} },
{type: 'Feature',properties:{Name: '4', Address: '10-17 JACKSON AVENUE, LONG ISLAND CITY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95340764, 40.74214914]} },
{type: 'Feature',properties:{Name: '4', Address: '10-17 JACKSON AVENUE, LONG ISLAND CITY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95340764, 40.74214914]} },
{type: 'Feature',properties:{Name: '4', Address: '10-17 JACKSON AVENUE, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95340764, 40.74214914]} },
{type: 'Feature',properties:{Name: '4', Address: '10-17 JACKSON AVENUE, LONG ISLAND CITY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95340764, 40.74214914]} },
{type: 'Feature',properties:{Name: '4', Address: '10-17 JACKSON AVENUE, LONG ISLAND CITY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95340764, 40.74214914]} },
{type: 'Feature',properties:{Name: '4', Address: '10-17 JACKSON AVENUE, LONG ISLAND CITY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95340764, 40.74214914]} },
{type: 'Feature',properties:{Name: '4', Address: '10-63 JACKSON AVENUE, LONG ISLAND CITY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95253761, 40.74260441]} },
{type: 'Feature',properties:{Name: '4', Address: '10-63 JACKSON AVENUE, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95253761, 40.74260441]} },
{type: 'Feature',properties:{Name: '4', Address: '10-63 JACKSON AVENUE, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95253761, 40.74260441]} },
{type: 'Feature',properties:{Name: '4', Address: '47-34 11TH STREET, LONG ISLAND CITY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95105685, 40.744193]} },
{type: 'Feature',properties:{Name: '4', Address: '10-55 47TH AVENUE, LONG ISLAND CITY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95191138, 40.74525558]} },
{type: 'Feature',properties:{Name: '4', Address: '10-55 47TH AVENUE, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95191138, 40.74525558]} },
{type: 'Feature',properties:{Name: '4', Address: '10-55 47TH AVENUE, LONG ISLAND CITY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95191138, 40.74525558]} },
{type: 'Feature',properties:{Name: '4', Address: '10-55 47TH AVENUE, LONG ISLAND CITY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95191138, 40.74525558]} },
{type: 'Feature',properties:{Name: '4', Address: '11-25 45TH AVENUE, LONG ISLAND CITY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94908739, 40.74765328]} },
{type: 'Feature',properties:{Name: '4', Address: '11-25 45TH AVENUE, LONG ISLAND CITY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94908739, 40.74765328]} },
{type: 'Feature',properties:{Name: '4', Address: '13-11 JACKSON AVENUE, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94928484, 40.7442883]} },
{type: 'Feature',properties:{Name: '4', Address: '13-11 JACKSON AVENUE, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94928484, 40.7442883]} },
{type: 'Feature',properties:{Name: '4', Address: '13-11 JACKSON AVENUE, LONG ISLAND CITY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94928484, 40.7442883]} },
{type: 'Feature',properties:{Name: '4', Address: '13-11 JACKSON AVENUE, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94928484, 40.7442883]} },
{type: 'Feature',properties:{Name: '4', Address: '13-11 JACKSON AVENUE, LONG ISLAND CITY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94928484, 40.7442883]} },
{type: 'Feature',properties:{Name: '4', Address: '13-11 JACKSON AVENUE, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94928484, 40.7442883]} },
{type: 'Feature',properties:{Name: '4', Address: '48-15 11TH STREET, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95123774, 40.743581]} },
{type: 'Feature',properties:{Name: '4', Address: '48-15 11TH STREET, LONG ISLAND CITY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95123774, 40.743581]} },
{type: 'Feature',properties:{Name: '4', Address: '48-15 11TH STREET, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95123774, 40.743581]} },
{type: 'Feature',properties:{Name: '4', Address: '48-15 11TH STREET, LONG ISLAND CITY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95123774, 40.743581]} },
{type: 'Feature',properties:{Name: '4', Address: '11-02 49TH AVENUE, LONG ISLAND CITY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95102175, 40.7428508]} },
{type: 'Feature',properties:{Name: '4', Address: '11-02 49TH AVENUE, LONG ISLAND CITY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95102175, 40.7428508]} },
{type: 'Feature',properties:{Name: '4', Address: '11-02 49TH AVENUE, LONG ISLAND CITY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95102175, 40.7428508]} },
{type: 'Feature',properties:{Name: '4', Address: '11-02 49TH AVENUE, LONG ISLAND CITY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95102175, 40.7428508]} },
{type: 'Feature',properties:{Name: '4', Address: '11-02 49TH AVENUE, LONG ISLAND CITY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95102175, 40.7428508]} },
{type: 'Feature',properties:{Name: '4', Address: '11-02 49TH AVENUE, LONG ISLAND CITY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95102175, 40.7428508]} },
{type: 'Feature',properties:{Name: '4', Address: '11-02 49TH AVENUE, LONG ISLAND CITY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95102175, 40.7428508]} },
{type: 'Feature',properties:{Name: '4', Address: '11-02 49TH AVENUE, LONG ISLAND CITY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95102175, 40.7428508]} },
{type: 'Feature',properties:{Name: '4', Address: '27-28 THOMSON AVENUE, LONG ISLAND CITY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94205825, 40.74620073]} },
{type: 'Feature',properties:{Name: '4', Address: '27-28 THOMSON AVENUE, LONG ISLAND CITY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94205825, 40.74620073]} },
{type: 'Feature',properties:{Name: '4', Address: '27-28 THOMSON AVENUE, LONG ISLAND CITY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94205825, 40.74620073]} },
{type: 'Feature',properties:{Name: '4', Address: '27-28 THOMSON AVENUE, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94205825, 40.74620073]} },
{type: 'Feature',properties:{Name: '4', Address: '27-28 THOMSON AVE, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94205825, 40.74620073]} },
{type: 'Feature',properties:{Name: '4', Address: '2728 THOMSON AVENUE, LONG ISLAND CITY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94205825, 40.74620073]} },
{type: 'Feature',properties:{Name: '4', Address: '27-28 THOMSON AVENUE, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94205825, 40.74620073]} },
{type: 'Feature',properties:{Name: '4', Address: '27-28 THOMSON AVENUE, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94205825, 40.74620073]} },
{type: 'Feature',properties:{Name: '4', Address: '27-28 THOMSON AVENUE, LONG ISLAND CITY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94205825, 40.74620073]} },
{type: 'Feature',properties:{Name: '4', Address: '27-28 THOMSON AVENUE, LONG ISLAND CITY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94205825, 40.74620073]} },
{type: 'Feature',properties:{Name: '4', Address: '27-28 THOMSON AVENUE, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94205825, 40.74620073]} },
{type: 'Feature',properties:{Name: '4', Address: '27-28 THOMSON AVENUE, LONG ISLAND CITY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94205825, 40.74620073]} },
{type: 'Feature',properties:{Name: '4', Address: '27-28 THOMSON AVENUE, LONG ISLAND CITY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94205825, 40.74620073]} },
{type: 'Feature',properties:{Name: '4', Address: '27-28 THOMSON AVENUE, LONG ISLAND CITY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94205825, 40.74620073]} },
{type: 'Feature',properties:{Name: '4', Address: '27-28 THOMSON AVENUE, LONG ISLAND CITY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94205825, 40.74620073]} },
{type: 'Feature',properties:{Name: '4', Address: '44-27 PURVES STREET, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94112289, 40.74693036]} },
{type: 'Feature',properties:{Name: '4', Address: '44-27 PURVES STREET, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94112289, 40.74693036]} },
{type: 'Feature',properties:{Name: '4', Address: '44-27 PURVES STREET, LONG ISLAND CITY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94112289, 40.74693036]} },
{type: 'Feature',properties:{Name: '4', Address: '44-27 PURVES STREET, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94112289, 40.74693036]} },
{type: 'Feature',properties:{Name: '4', Address: '44-27 PURVES STREET, LONG ISLAND CITY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94112289, 40.74693036]} },
{type: 'Feature',properties:{Name: '4', Address: '44-27 PURVES STREET, LONG ISLAND CITY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94112289, 40.74693036]} },
{type: 'Feature',properties:{Name: '4', Address: '44-27 PURVES STREET, LONG ISLAND CITY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94112289, 40.74693036]} },
{type: 'Feature',properties:{Name: '4', Address: '44-27 PURVES STREET, LONG ISLAND CITY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94112289, 40.74693036]} },
{type: 'Feature',properties:{Name: '4', Address: '26-26 JACKSON AVENUE, LONG ISLAND CITY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94140032, 40.74745749]} },
{type: 'Feature',properties:{Name: '4', Address: '26-26 JACKSON AVENUE, LONG ISLAND CITY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94140032, 40.74745749]} },
{type: 'Feature',properties:{Name: '4', Address: '44-15 PURVES STREET, LONG ISLAND CITY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94119857, 40.74705391]} },
{type: 'Feature',properties:{Name: '4', Address: '35-40 30TH STREET, LONG ISLAND CITY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92985496, 40.75783442]} },
{type: 'Feature',properties:{Name: '4', Address: '35-40 30TH STREET, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92985496, 40.75783442]} },
{type: 'Feature',properties:{Name: '4', Address: '35-40 30TH STREET, LONG ISLAND CITY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92985496, 40.75783442]} },
{type: 'Feature',properties:{Name: '4', Address: '35-40 30TH STREET, LONG ISLAND CITY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92985496, 40.75783442]} },
{type: 'Feature',properties:{Name: '4', Address: '23-10 41ST AVENUE, LONG ISLAND CITY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94045707, 40.75294376]} },
{type: 'Feature',properties:{Name: '4', Address: '23-10 41ST AVENUE, LONG ISLAND CITY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94045707, 40.75294376]} },
{type: 'Feature',properties:{Name: '4', Address: '23-10 41ST AVENUE, LONG ISLAND CITY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94045707, 40.75294376]} },
{type: 'Feature',properties:{Name: '4', Address: '23-10 41ST AVENUE, LONG ISLAND CITY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94045707, 40.75294376]} },
{type: 'Feature',properties:{Name: '4', Address: '23-10 41ST AVENUE, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94045707, 40.75294376]} },
{type: 'Feature',properties:{Name: '4', Address: '24-15 QUEENS PLAZA NORTH, LONG ISLAND CITY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94059946, 40.75112406]} },
{type: 'Feature',properties:{Name: '4', Address: '41-26 27TH STREET, LONG ISLAND CITY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93871517, 40.75141677]} },
{type: 'Feature',properties:{Name: '4', Address: '41-26 27TH STREET, LONG ISLAND CITY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93871517, 40.75141677]} },
{type: 'Feature',properties:{Name: '4', Address: '41-26 27TH STREET, LONG ISLAND CITY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93871517, 40.75141677]} },
{type: 'Feature',properties:{Name: '4', Address: '41-26 27TH STREET, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93871517, 40.75141677]} },
{type: 'Feature',properties:{Name: '4', Address: '41-26 27TH STREET, LONG ISLAND CITY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93871517, 40.75141677]} },
{type: 'Feature',properties:{Name: '4', Address: '41-26 27TH STREET, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93871517, 40.75141677]} },
{type: 'Feature',properties:{Name: '4', Address: '41-26 27TH STREET, LONG ISLAND CITY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93871517, 40.75141677]} },
{type: 'Feature',properties:{Name: '4', Address: '41-26 27TH STREET, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93871517, 40.75141677]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-18 27TH STREET, LONG ISLAND CITY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93865015, 40.75148535]} },
{type: 'Feature',properties:{Name: '4', Address: '41-18 27TH STREET, LONG ISLAND CITY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93865015, 40.75148535]} },
{type: 'Feature',properties:{Name: '4', Address: '41-18 27TH STREET, LONG ISLAND CITY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93865015, 40.75148535]} },
{type: 'Feature',properties:{Name: '4', Address: '41-18 27TH STREET, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93865015, 40.75148535]} },
{type: 'Feature',properties:{Name: '4', Address: '41-18 27TH STREET, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93865015, 40.75148535]} },
{type: 'Feature',properties:{Name: '4', Address: '4118 27TH STREET, LONG ISLAND CITY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93865015, 40.75148535]} },
{type: 'Feature',properties:{Name: '4', Address: '41-18 27TH STREET, LONG ISLAND CITY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93865015, 40.75148535]} },
{type: 'Feature',properties:{Name: '4', Address: '41-18 27TH STREET, LONG ISLAND CITY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93865015, 40.75148535]} },
{type: 'Feature',properties:{Name: '4', Address: '41-18 27TH STREET, LONG ISLAND CITY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93865015, 40.75148535]} },
{type: 'Feature',properties:{Name: '4', Address: '41-18 27TH STREET, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93865015, 40.75148535]} },
{type: 'Feature',properties:{Name: '4', Address: '41-18 27TH STREET, LONG ISLAND CITY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93865015, 40.75148535]} },
{type: 'Feature',properties:{Name: '4', Address: '41-18 27TH STREET, LONG ISLAND CITY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93865015, 40.75148535]} },
{type: 'Feature',properties:{Name: '4', Address: '41-18 27TH STREET, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93865015, 40.75148535]} },
{type: 'Feature',properties:{Name: '4', Address: '42-37 27TH STREET, LONG ISLAND CITY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94070582, 40.74922201]} },
{type: 'Feature',properties:{Name: '4', Address: '42-37 27TH STREET, LONG ISLAND CITY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94070582, 40.74922201]} },
{type: 'Feature',properties:{Name: '4', Address: '42-37 27TH STREET, LONG ISLAND CITY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94070582, 40.74922201]} },
{type: 'Feature',properties:{Name: '4', Address: '42-37 27TH STREET, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94070582, 40.74922201]} },
{type: 'Feature',properties:{Name: '4', Address: '42-37 27TH STREET, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94070582, 40.74922201]} },
{type: 'Feature',properties:{Name: '4', Address: '42-37 27TH STREET, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94070582, 40.74922201]} },
{type: 'Feature',properties:{Name: '4', Address: '42-37 27TH STREET, LONG ISLAND CITY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94070582, 40.74922201]} },
{type: 'Feature',properties:{Name: '4', Address: '42-37 27TH STREET, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94070582, 40.74922201]} },
{type: 'Feature',properties:{Name: '4', Address: '42-37 27TH STREET, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94070582, 40.74922201]} },
{type: 'Feature',properties:{Name: '4', Address: '42-37 27TH STREET, LONG ISLAND CITY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94070582, 40.74922201]} },
{type: 'Feature',properties:{Name: '4', Address: '42-37 27TH STREET, LONG ISLAND CITY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94070582, 40.74922201]} },
{type: 'Feature',properties:{Name: '4', Address: '42-37 27TH STREET, LONG ISLAND CITY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94070582, 40.74922201]} },
{type: 'Feature',properties:{Name: '4', Address: '42-37 27TH STREET, LONG ISLAND CITY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94070582, 40.74922201]} },
{type: 'Feature',properties:{Name: '4', Address: '42-37 27TH STREET, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94070582, 40.74922201]} },
{type: 'Feature',properties:{Name: '4', Address: '42-37 27TH STREET, LONG ISLAND CITY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94070582, 40.74922201]} },
{type: 'Feature',properties:{Name: '4', Address: '42-37 27TH STREET, LONG ISLAND CITY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94070582, 40.74922201]} },
{type: 'Feature',properties:{Name: '4', Address: '42-37 27TH STREET, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94070582, 40.74922201]} },
{type: 'Feature',properties:{Name: '4', Address: '42-37 27TH STREET, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94070582, 40.74922201]} },
{type: 'Feature',properties:{Name: '4', Address: '42-37 27TH STREET, LONG ISLAND CITY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94070582, 40.74922201]} },
{type: 'Feature',properties:{Name: '4', Address: '42-37 27TH STREET, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94070582, 40.74922201]} },
{type: 'Feature',properties:{Name: '4', Address: '42-37 27TH STREET, LONG ISLAND CITY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94070582, 40.74922201]} },
{type: 'Feature',properties:{Name: '4', Address: '42-51 HUNTER STREET, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93993378, 40.74887577]} },
{type: 'Feature',properties:{Name: '4', Address: '21-45 44TH DRIVE, LONG ISLAND CITY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94694332, 40.74803657]} },
{type: 'Feature',properties:{Name: '4', Address: '46-42 VERNON BOULEVARD, LONG ISLAND CITY', Month: '7', Price: '4625'}, geometry: { type: 'Point', coordinates:[-73.95303326, 40.74595595]} },
{type: 'Feature',properties:{Name: '4', Address: '47-43 VERNON BOULEVARD, LONG ISLAND CITY', Month: '4', Price: '4500'}, geometry: { type: 'Point', coordinates:[-73.95346728, 40.74458924]} },
{type: 'Feature',properties:{Name: '4', Address: '23-02 JACKSON AVENUE, LONG ISLAND CITY', Month: '7', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.94547259, 40.74587851]} },
{type: 'Feature',properties:{Name: '4', Address: '23-04 JACKSON AVENUE, LONG ISLAND CITY', Month: '6', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.94546176, 40.74588125]} },
{type: 'Feature',properties:{Name: '4', Address: '36-21 REVIEW AVENUE, LONG ISLAND CITY', Month: '5', Price: '3825'}, geometry: { type: 'Point', coordinates:[-73.93776768, 40.7341106]} },
{type: 'Feature',properties:{Name: '4', Address: '37-23 11TH STREET, LONG ISLAND CITY', Month: '4', Price: '3384'}, geometry: { type: 'Point', coordinates:[-73.94106139, 40.75933933]} },
{type: 'Feature',properties:{Name: '4', Address: '23-01 23RD STREET, LONG ISLAND CITY', Month: '12', Price: '6694'}, geometry: { type: 'Point', coordinates:[-73.91807748, 40.77789071]} },
{type: 'Feature',properties:{Name: '4', Address: '45-17 21ST STREET, LONG ISLAND CITY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94773818, 40.7469308]} },
{type: 'Feature',properties:{Name: '4', Address: '45-17 21ST ST, LONG ISLAND CITY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94773818, 40.7469308]} },
{type: 'Feature',properties:{Name: '4', Address: '2123 45TH ROAD, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94745332, 40.74660405]} },
{type: 'Feature',properties:{Name: '4', Address: '2123 45TH ROAD, LONG ISLAND CITY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94745332, 40.74660405]} },
{type: 'Feature',properties:{Name: '4', Address: '21-23 45TH ROAD, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94745332, 40.74660405]} },
{type: 'Feature',properties:{Name: '4', Address: '21-23 45TH ROAD, LONG ISLAND CITY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94745332, 40.74660405]} },
{type: 'Feature',properties:{Name: '4', Address: '11-45 47TH AVENUE, LONG ISLAND CITY', Month: '12', Price: '11000'}, geometry: { type: 'Point', coordinates:[-73.94972831, 40.74484019]} },
{type: 'Feature',properties:{Name: '4', Address: '21-42 44TH DRIVE, LONG ISLAND CITY', Month: '12', Price: '11950'}, geometry: { type: 'Point', coordinates:[-73.94695055, 40.74802285]} },
{type: 'Feature',properties:{Name: '4', Address: '21-42 44TH DRIVE, LONG ISLAND CITY', Month: '9', Price: '11950'}, geometry: { type: 'Point', coordinates:[-73.94695055, 40.74802285]} },
{type: 'Feature',properties:{Name: '4', Address: '33-00 NORTHERN BOULEVARD, LONG ISLAND CITY', Month: '12', Price: '436814'}, geometry: { type: 'Point', coordinates:[-73.9310991, 40.75198611]} },
{type: 'Feature',properties:{Name: '4', Address: '33-00 NORTHERN BOULEVARD, LONG ISLAND CITY', Month: '9', Price: '436814'}, geometry: { type: 'Point', coordinates:[-73.9310991, 40.75198611]} },
{type: 'Feature',properties:{Name: '4', Address: '31-21 THOMSON AVENUE, LONG ISLAND CITY', Month: '10', Price: '4720'}, geometry: { type: 'Point', coordinates:[-73.93467564, 40.74487381]} },
{type: 'Feature',properties:{Name: '4', Address: '31-21 THOMSON AVENUE, LONG ISLAND CITY', Month: '4', Price: '4720'}, geometry: { type: 'Point', coordinates:[-73.93467564, 40.74487381]} },
{type: 'Feature',properties:{Name: '4', Address: '42-22 27TH STREET, LONG ISLAND CITY', Month: '12', Price: '15000'}, geometry: { type: 'Point', coordinates:[-73.94029034, 40.74970487]} },
{type: 'Feature',properties:{Name: '4', Address: '47-02 37TH STREET, LONG ISLAND CITY', Month: '11', Price: '2680'}, geometry: { type: 'Point', coordinates:[-73.92844265, 40.74192773]} },
{type: 'Feature',properties:{Name: '4', Address: '33-04 38TH AVENUE, LONG ISLAND CITY', Month: '10', Price: '1990'}, geometry: { type: 'Point', coordinates:[-73.93035104, 40.75288594]} },
{type: 'Feature',properties:{Name: '4', Address: '30-17 39TH AVENUE, LONG ISLAND CITY', Month: '8', Price: '1133'}, geometry: { type: 'Point', coordinates:[-73.9334838, 40.75300856]} },
{type: 'Feature',properties:{Name: '4', Address: '24-01 QUEENS PLAZA NORTH, LONG ISLAND CITY', Month: '6', Price: '6000'}, geometry: { type: 'Point', coordinates:[-73.94099632, 40.75129719]} },
{type: 'Feature',properties:{Name: '4', Address: '43-55 11TH STREET, LONG ISLAND CITY', Month: '3', Price: '3889'}, geometry: { type: 'Point', coordinates:[-73.94895524, 40.75055716]} },
{type: 'Feature',properties:{Name: '4', Address: '9-19 40TH AVENUE, LONG ISLAND CITY', Month: '9', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.94486052, 40.75720854]} },
{type: 'Feature',properties:{Name: '4', Address: '40-40 24TH STREET, LONG ISLAND CITY', Month: '3', Price: '5536'}, geometry: { type: 'Point', coordinates:[-73.93922592, 40.75335483]} },
{type: 'Feature',properties:{Name: '4', Address: '37-06 36TH STREET, LONG ISLAND CITY', Month: '2', Price: '80200'}, geometry: { type: 'Point', coordinates:[-73.92739882, 40.75270022]} },
{type: 'Feature',properties:{Name: '4', Address: '5-17 47TH ROAD, LONG ISLAND CITY', Month: '8', Price: '12500'}, geometry: { type: 'Point', coordinates:[-73.95537958, 40.7451911]} },
{type: 'Feature',properties:{Name: '4', Address: '10-11 46TH AVENUE, LONG ISLAND CITY', Month: '9', Price: '4750'}, geometry: { type: 'Point', coordinates:[-73.95218817, 40.74678178]} },
{type: 'Feature',properties:{Name: '4', Address: '10-11 46TH AVENUE, LONG ISLAND CITY', Month: '5', Price: '4750'}, geometry: { type: 'Point', coordinates:[-73.95218817, 40.74678178]} },
{type: 'Feature',properties:{Name: '4', Address: '10-27 46TH AVENUE, LONG ISLAND CITY', Month: '11', Price: '47603'}, geometry: { type: 'Point', coordinates:[-73.95192114, 40.74672951]} },
{type: 'Feature',properties:{Name: '4', Address: '11-20 46TH ROAD, LONG ISLAND CITY', Month: '9', Price: '19200'}, geometry: { type: 'Point', coordinates:[-73.94983963, 40.74557583]} },
{type: 'Feature',properties:{Name: '4', Address: '11-20 46TH ROAD, LONG ISLAND CITY', Month: '2', Price: '19200'}, geometry: { type: 'Point', coordinates:[-73.94983963, 40.74557583]} },
{type: 'Feature',properties:{Name: '4', Address: '47-37 AUSTELL PLACE, LONG ISLAND CITY', Month: '12', Price: '120000'}, geometry: { type: 'Point', coordinates:[-73.94171446, 40.74315388]} },
{type: 'Feature',properties:{Name: '4', Address: '45-50 38TH STREET, LONG ISLAND CITY', Month: '9', Price: '18000'}, geometry: { type: 'Point', coordinates:[-73.92727583, 40.74302765]} },
{type: 'Feature',properties:{Name: '4', Address: '48-18 VAN DAM STREET, LONG ISLAND CITY', Month: '2', Price: '53800'}, geometry: { type: 'Point', coordinates:[-73.93439469, 40.74065222]} },
{type: 'Feature',properties:{Name: '4', Address: '52-28 37TH STREET, LONG ISLAND CITY', Month: '8', Price: '5320'}, geometry: { type: 'Point', coordinates:[-73.93493097, 40.73470464]} },
{type: 'Feature',properties:{Name: '4', Address: '34-10 12TH STREET, LONG ISLAND CITY', Month: '10', Price: '4700'}, geometry: { type: 'Point', coordinates:[-73.9372417, 40.76387437]} },
{type: 'Feature',properties:{Name: '4', Address: '35-30 9TH STREET, LONG ISLAND CITY', Month: '3', Price: '3801'}, geometry: { type: 'Point', coordinates:[-73.9409392, 40.7627949]} },
{type: 'Feature',properties:{Name: '4', Address: '35-11 9 STREET, LONG ISLAND CITY', Month: '2', Price: '102670'}, geometry: { type: 'Point', coordinates:[-73.94076211, 40.76303634]} },
{type: 'Feature',properties:{Name: '4', Address: '13-01 37TH AVENUE, LONG ISLAND CITY', Month: '11', Price: '2300'}, geometry: { type: 'Point', coordinates:[-73.93904377, 40.75913791]} },
{type: 'Feature',properties:{Name: '4', Address: '37-28 9 STREET, LONG ISLAND CITY', Month: '11', Price: '7000'}, geometry: { type: 'Point', coordinates:[-73.94275025, 40.7598754]} },
{type: 'Feature',properties:{Name: '4', Address: '37-28 9 STREET, LONG ISLAND CITY', Month: '4', Price: '7000'}, geometry: { type: 'Point', coordinates:[-73.94275025, 40.7598754]} },
{type: 'Feature',properties:{Name: '4', Address: '37-35 21ST STREET, LONG ISLAND CITY', Month: '11', Price: '1572'}, geometry: { type: 'Point', coordinates:[-73.93870563, 40.75786417]} },
{type: 'Feature',properties:{Name: '4', Address: '37-25 24TH STREET, LONG ISLAND CITY', Month: '11', Price: '7900'}, geometry: { type: 'Point', coordinates:[-73.93581518, 40.75700898]} },
{type: 'Feature',properties:{Name: '4', Address: '37-39 CRESCENT STREET, LONG ISLAND CITY', Month: '3', Price: '2660'}, geometry: { type: 'Point', coordinates:[-73.93511547, 40.75645415]} },
{type: 'Feature',properties:{Name: '4', Address: '25-16 37TH AVENUE, LONG ISLAND CITY', Month: '1', Price: '7092'}, geometry: { type: 'Point', coordinates:[-73.93453032, 40.75687376]} },
{type: 'Feature',properties:{Name: '4', Address: '37-08 34TH STREET, LONG ISLAND CITY', Month: '4', Price: '19660'}, geometry: { type: 'Point', coordinates:[-73.92898249, 40.7534615]} },
{type: 'Feature',properties:{Name: '4', Address: '37-08 34TH STREET, LONG ISLAND CITY', Month: '8', Price: '19660'}, geometry: { type: 'Point', coordinates:[-73.92898249, 40.7534615]} },
{type: 'Feature',properties:{Name: '4', Address: '38-18 33RD STREET, LONG ISLAND CITY', Month: '6', Price: '30000'}, geometry: { type: 'Point', coordinates:[-73.93070855, 40.75269951]} },
{type: 'Feature',properties:{Name: '4', Address: '29-16 40TH AVENUE, LONG ISLAND CITY', Month: '9', Price: '9449'}, geometry: { type: 'Point', coordinates:[-73.93539032, 40.75218897]} },
{type: 'Feature',properties:{Name: '4', Address: '29-24 40TH AVENUE, LONG ISLAND CITY', Month: '6', Price: '19400'}, geometry: { type: 'Point', coordinates:[-73.93533981, 40.75216973]} },
{type: 'Feature',properties:{Name: '4', Address: '40-17 24TH STREET, LONG ISLAND CITY', Month: '3', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.93900917, 40.75356057]} },
{type: 'Feature',properties:{Name: '4', Address: '40-11 23RD STREET, LONG ISLAND CITY', Month: '12', Price: '4250'}, geometry: { type: 'Point', coordinates:[-73.93970536, 40.75401382]} },
{type: 'Feature',properties:{Name: '4', Address: '41-11 23RD STREET, LONG ISLAND CITY', Month: '1', Price: '59237'}, geometry: { type: 'Point', coordinates:[-73.94088677, 40.75272989]} },
{type: 'Feature',properties:{Name: '4', Address: '41-14 29TH STREET, LONG ISLAND CITY', Month: '4', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.93706279, 40.75073243]} },
{type: 'Feature',properties:{Name: '4', Address: '4222 CRESCENT ST, LONG ISLAND CITY', Month: '12', Price: '4500'}, geometry: { type: 'Point', coordinates:[-73.94106959, 40.75006209]} },
{type: 'Feature',properties:{Name: '4', Address: '2121 44TH DRIVE, LONG ISLAND CITY', Month: '8', Price: '45000'}, geometry: { type: 'Point', coordinates:[-73.9469794, 40.74804483]} },
{type: 'Feature',properties:{Name: '4', Address: '38-04 11TH STREET, LONG ISLAND CITY', Month: '6', Price: '5000'}, geometry: { type: 'Point', coordinates:[-73.94195766, 40.75810465]} },
{type: 'Feature',properties:{Name: '4', Address: '36-27 31ST STREET, LONG ISLAND CITY', Month: '10', Price: '9000'}, geometry: { type: 'Point', coordinates:[-73.93018171, 40.75603681]} },
{type: 'Feature',properties:{Name: '4', Address: '3653 35TH STREET, LONG ISLAND CITY', Month: '1', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.92731424, 40.75413567]} },
{type: 'Feature',properties:{Name: '4', Address: '51ST AVENUE, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95598068, 40.74212819]} },
{type: 'Feature',properties:{Name: '4', Address: '5-20 51ST AVENUE, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95631611, 40.74241103]} },
{type: 'Feature',properties:{Name: '4', Address: '54TH AVENUE, LONG ISLAND CITY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9568482, 40.73992448]} },
{type: 'Feature',properties:{Name: '4', Address: '5-02 54TH AVENUE, LONG ISLAND CITY', Month: '6', Price: '7300'}, geometry: { type: 'Point', coordinates:[-73.95727012, 40.74038576]} },
{type: 'Feature',properties:{Name: '4', Address: '22-12 JACKSON AVENUE, LONG ISLAND CITY', Month: '1', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.94708629, 40.74524249]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 44TH DRIVE, LONG ISLAND CITY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94572389, 40.74750901]} },
{type: 'Feature',properties:{Name: '4', Address: '44TH DRIVE, LONG ISLAND CITY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94572389, 40.74750901]} },
{type: 'Feature',properties:{Name: '4', Address: 'DAVIS STREET, LONG ISLAND CITY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94448131, 40.74446998]} },
{type: 'Feature',properties:{Name: '4', Address: '31-08 NORTHERN BOULEVARD, LONG ISLAND CITY', Month: '11', Price: '14549'}, geometry: { type: 'Point', coordinates:[-73.93350679, 40.75166914]} },
{type: 'Feature',properties:{Name: '4', Address: '34-15 BRADLEY AVE, LONG ISLAND CITY', Month: '5', Price: '7500'}, geometry: { type: 'Point', coordinates:[-73.93551719, 40.73671139]} },
{type: 'Feature',properties:{Name: '4', Address: '3531 9 STREET, LONG ISLAND CITY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94091755, 40.76278665]} },
{type: 'Feature',properties:{Name: '4', Address: '22-07 37TH AVENUE, LONG ISLAND CITY', Month: '1', Price: '4500'}, geometry: { type: 'Point', coordinates:[-73.93685003, 40.7581596]} },
{type: 'Feature',properties:{Name: '4', Address: '29-05A 38TH AVENUE, LONG ISLAND CITY', Month: '4', Price: '7980'}, geometry: { type: 'Point', coordinates:[-73.9333199, 40.75448514]} },
{type: 'Feature',properties:{Name: '4', Address: '37-29 31ST STREET, LONG ISLAND CITY', Month: '2', Price: '16817'}, geometry: { type: 'Point', coordinates:[-73.93138519, 40.75455537]} },
{type: 'Feature',properties:{Name: '4', Address: '37-26 32ND STREET, LONG ISLAND CITY', Month: '11', Price: '2717'}, geometry: { type: 'Point', coordinates:[-73.93062763, 40.75415967]} },
{type: 'Feature',properties:{Name: '4', Address: '35-01 NORTHERN BOULEVARD, LONG ISLAND CITY', Month: '6', Price: '5150'}, geometry: { type: 'Point', coordinates:[-73.92861585, 40.75205048]} },
{type: 'Feature',properties:{Name: '4', Address: '37-21 35TH STREET, LONG ISLAND CITY', Month: '11', Price: '9900'}, geometry: { type: 'Point', coordinates:[-73.92829006, 40.75293957]} },
{type: 'Feature',properties:{Name: '4', Address: '37-15 35TH STREET, LONG ISLAND CITY', Month: '7', Price: '9740'}, geometry: { type: 'Point', coordinates:[-73.9282503, 40.75298895]} },
{type: 'Feature',properties:{Name: '4', Address: '35-09 NORTHERN BOULEVARD, LONG ISLAND CITY', Month: '6', Price: '2300'}, geometry: { type: 'Point', coordinates:[-73.92856893, 40.75205319]} },
{type: 'Feature',properties:{Name: '4', Address: '36-01 NORTHERN BOULEVARD, LONG ISLAND CITY', Month: '3', Price: '29900'}, geometry: { type: 'Point', coordinates:[-73.92769187, 40.75206088]} },
{type: 'Feature',properties:{Name: '4', Address: '38-20 32ND STREET, LONG ISLAND CITY', Month: '5', Price: '10000'}, geometry: { type: 'Point', coordinates:[-73.93151666, 40.75306505]} },
{type: 'Feature',properties:{Name: '4', Address: '38-20 32ND STREET, LONG ISLAND CITY', Month: '6', Price: '10000'}, geometry: { type: 'Point', coordinates:[-73.93151666, 40.75306505]} },
{type: 'Feature',properties:{Name: '4', Address: '30-17 40TH AVENUE, LONG ISLAND CITY', Month: '6', Price: '15404'}, geometry: { type: 'Point', coordinates:[-73.93449914, 40.75187282]} },
{type: 'Feature',properties:{Name: '4', Address: '30-17 40TH AVENUE, LONG ISLAND CITY', Month: '3', Price: '15404'}, geometry: { type: 'Point', coordinates:[-73.93449914, 40.75187282]} },
{type: 'Feature',properties:{Name: '4', Address: '42-14 27TH STREET, LONG ISLAND CITY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94016751, 40.74983655]} },
{type: 'Feature',properties:{Name: '4', Address: '42-50 24TH STREET, LONG ISLAND CITY', Month: '12', Price: '9730'}, geometry: { type: 'Point', coordinates:[-73.94261828, 40.74965665]} },
{type: 'Feature',properties:{Name: '4', Address: '9-01 43RD AVENUE, LONG ISLAND CITY', Month: '1', Price: '2250'}, geometry: { type: 'Point', coordinates:[-73.94947344, 40.75255557]} },
{type: 'Feature',properties:{Name: '4', Address: '35-15 37TH AVENUE, LONG ISLAND CITY', Month: '2', Price: '40000'}, geometry: { type: 'Point', coordinates:[-73.92783142, 40.75317259]} },
{type: 'Feature',properties:{Name: '4', Address: '36-61 35TH STREET, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92739737, 40.75403142]} },
{type: 'Feature',properties:{Name: '4', Address: '36-26 37TH STREET, LONG ISLAND CITY', Month: '11', Price: '3500'}, geometry: { type: 'Point', coordinates:[-73.92548476, 40.75370358]} },
{type: 'Feature',properties:{Name: '4', Address: '52-37 2 STREET, LONG ISLAND CITY', Month: '8', Price: '13500'}, geometry: { type: 'Point', coordinates:[-73.9591605, 40.74126202]} },
{type: 'Feature',properties:{Name: '4', Address: '5-25 47TH ROAD, LONG ISLAND CITY', Month: '7', Price: '7500'}, geometry: { type: 'Point', coordinates:[-73.95537958, 40.7451911]} },
{type: 'Feature',properties:{Name: '4', Address: '1014 47TH ROAD, LONG ISLAND CITY', Month: '5', Price: '9700'}, geometry: { type: 'Point', coordinates:[-73.95282484, 40.7446823]} },
{type: 'Feature',properties:{Name: '4', Address: '46-37 VERNON BOULEVARD, LONG ISLAND CITY', Month: '9', Price: '5000'}, geometry: { type: 'Point', coordinates:[-73.95300437, 40.74598065]} },
{type: 'Feature',properties:{Name: '4', Address: '10-12 46TH ROAD, LONG ISLAND CITY', Month: '3', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.95239078, 40.74607097]} },
{type: 'Feature',properties:{Name: '4', Address: '23-30 BORDEN AVENUE, LONG ISLAND CITY', Month: '9', Price: '181674'}, geometry: { type: 'Point', coordinates:[-73.94721321, 40.73991773]} },
{type: 'Feature',properties:{Name: '4', Address: '45-43 21ST STREET, LONG ISLAND CITY', Month: '9', Price: '2490'}, geometry: { type: 'Point', coordinates:[-73.94789734, 40.74645603]} },
{type: 'Feature',properties:{Name: '4', Address: '21-10 44TH DRIVE, LONG ISLAND CITY', Month: '12', Price: '4750'}, geometry: { type: 'Point', coordinates:[-73.94699746, 40.74803111]} },
{type: 'Feature',properties:{Name: '4', Address: '45-57 DAVIS STREET, LONG ISLAND CITY', Month: '7', Price: '12450'}, geometry: { type: 'Point', coordinates:[-73.94461501, 40.7442587]} },
{type: 'Feature',properties:{Name: '4', Address: '47-20 30TH STREET, LONG ISLAND CITY', Month: '3', Price: '31100'}, geometry: { type: 'Point', coordinates:[-73.93777042, 40.74276481]} },
{type: 'Feature',properties:{Name: '4', Address: '39-34 43RD STREET, LONG ISLAND CITY', Month: '9', Price: '98000'}, geometry: { type: 'Point', coordinates:[-73.92043033, 40.74877337]} },
{type: 'Feature',properties:{Name: '4', Address: '36-02 NORTHERN BOULEVARD, LONG ISLAND CITY', Month: '9', Price: '96000'}, geometry: { type: 'Point', coordinates:[-73.9276197, 40.75204436]} },
{type: 'Feature',properties:{Name: '4', Address: '36-20 NORTHERN BOULEVARD, LONG ISLAND CITY', Month: '5', Price: '67500'}, geometry: { type: 'Point', coordinates:[-73.92697363, 40.75205494]} },
{type: 'Feature',properties:{Name: '4', Address: '26-32 JACKSON AVENUE, LONG ISLAND CITY', Month: '1', Price: '9612'}, geometry: { type: 'Point', coordinates:[-73.94123787, 40.7475123]} },
{type: 'Feature',properties:{Name: '4', Address: '46-13 27TH STREET, LONG ISLAND CITY', Month: '5', Price: '5000'}, geometry: { type: 'Point', coordinates:[-73.94033855, 40.74422363]} },
{type: 'Feature',properties:{Name: '4', Address: '31-10 HUNTERS POINT AVENUE, LONG ISLAND CITY', Month: '2', Price: '19892'}, geometry: { type: 'Point', coordinates:[-73.93596847, 40.74023316]} },
{type: 'Feature',properties:{Name: '4', Address: '34-56 10TH STREET, LONG ISLAND CITY', Month: '11', Price: '2180'}, geometry: { type: 'Point', coordinates:[-73.93922348, 40.76393856]} },
{type: 'Feature',properties:{Name: '4', Address: '34-56 10TH STREET, LONG ISLAND CITY', Month: '4', Price: '2180'}, geometry: { type: 'Point', coordinates:[-73.93922348, 40.76393856]} },
{type: 'Feature',properties:{Name: '4', Address: '11-14 35TH AVENUE, LONG ISLAND CITY', Month: '12', Price: '10320'}, geometry: { type: 'Point', coordinates:[-73.9386903, 40.76275255]} },
{type: 'Feature',properties:{Name: '4', Address: '37-15 11TH STREET, LONG ISLAND CITY', Month: '4', Price: '3320'}, geometry: { type: 'Point', coordinates:[-73.94101439, 40.75941616]} },
{type: 'Feature',properties:{Name: '4', Address: '11-02 37TH AVENUE, LONG ISLAND CITY', Month: '10', Price: '15000'}, geometry: { type: 'Point', coordinates:[-73.94068204, 40.75970693]} },
{type: 'Feature',properties:{Name: '4', Address: '21-15 21ST STREET, LONG ISLAND CITY', Month: '8', Price: '162572'}, geometry: { type: 'Point', coordinates:[-73.9151153, 40.78184922]} },
{type: 'Feature',properties:{Name: '4', Address: '41-54 22ND STREET, LONG ISLAND CITY', Month: '9', Price: '115029'}, geometry: { type: 'Point', coordinates:[-73.94211757, 40.75270032]} },
{type: 'Feature',properties:{Name: '4', Address: '42-17 CRESCENT STREET, LONG ISLAND CITY', Month: '3', Price: '12350'}, geometry: { type: 'Point', coordinates:[-73.94097931, 40.75013066]} },
{type: 'Feature',properties:{Name: '4', Address: '44-45 23RD STREET, LONG ISLAND CITY', Month: '8', Price: '1500'}, geometry: { type: 'Point', coordinates:[-73.94493313, 40.74796976]} },
{type: 'Feature',properties:{Name: '4', Address: '23-02 44TH ROAD, LONG ISLAND CITY', Month: '3', Price: '9000'}, geometry: { type: 'Point', coordinates:[-73.94464047, 40.74836486]} },
{type: 'Feature',properties:{Name: '4', Address: '34-07 37TH AVENUE, LONG ISLAND CITY', Month: '8', Price: '4375'}, geometry: { type: 'Point', coordinates:[-73.92862861, 40.75362048]} },
{type: 'Feature',properties:{Name: '4', Address: '47TH AVENUE, LONG ISLAND CITY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95435413, 40.74594551]} },
{type: 'Feature',properties:{Name: '4', Address: '5-23 47TH AVENUE, LONG ISLAND CITY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95515175, 40.74588543]} },
{type: 'Feature',properties:{Name: '4', Address: '5-19 47TH AVENUE, LONG ISLAND CITY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95515175, 40.74588543]} },
{type: 'Feature',properties:{Name: '4', Address: '5-11 47TH AVENUE, LONG ISLAND CITY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95515536, 40.74588544]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 47TH AVENUE, LONG ISLAND CITY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95443693, 40.74624746]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 54TH AVENUE, LONG ISLAND CITY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95749417, 40.73988904]} },
{type: 'Feature',properties:{Name: '4', Address: 'PEARSON STREET, LONG ISLAND CITY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94373067, 40.74445864]} },
{type: 'Feature',properties:{Name: '4', Address: '31-16 NORTHERN BOULEVARD, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93341654, 40.7516883]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A NORTHERN BOULEVARD, LONG ISLAND CITY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93260139, 40.75115534]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A SKILLMAN AVENUE, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9330851, 40.75108701]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A NORTHERN BOULEVARD, LONG ISLAND CITY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93255042, 40.75159722]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 24TH STREET, LONG ISLAND CITY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93597088, 40.7564958]} },
{type: 'Feature',properties:{Name: '4', Address: '37-14 36TH STREET, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92743496, 40.75265358]} },
{type: 'Feature',properties:{Name: '4', Address: '29-19 NORTHERN BLVD, LONG ISLAND CITY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93665998, 40.74924456]} },
{type: 'Feature',properties:{Name: '4', Address: '29-15 41ST AVENUE, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93660051, 40.75104782]} },
{type: 'Feature',properties:{Name: '4', Address: '29-11 41ST AVENUE, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93659687, 40.75108625]} },
{type: 'Feature',properties:{Name: '4', Address: '29-63 NORTHERN BLVD, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93552211, 40.75027321]} },
{type: 'Feature',properties:{Name: '4', Address: '29-17 41ST AVENUE, LONG ISLAND CITY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93660414, 40.75102861]} },
{type: 'Feature',properties:{Name: '4', Address: '21ST STREET, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.942619, 40.753476]} },
{type: 'Feature',properties:{Name: '4', Address: '44TH DRIVE, LONG ISLAND CITY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94419344, 40.74776903]} },
{type: 'Feature',properties:{Name: '4', Address: '23-17 44TH DRIVE, LONG ISLAND CITY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94449316, 40.74756332]} },
{type: 'Feature',properties:{Name: '4', Address: '23-15 44TH DRIVE, LONG ISLAND CITY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94454007, 40.74757432]} },
{type: 'Feature',properties:{Name: '4', Address: '23-13 44TH DRIVE, LONG ISLAND CITY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94458698, 40.74758258]} },
{type: 'Feature',properties:{Name: '4', Address: '23-11 44TH DRIVE, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94463389, 40.74759084]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 44TH ROAD, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94424011, 40.74806823]} },
{type: 'Feature',properties:{Name: '4', Address: '21-23 43RD AVENUE, LONG ISLAND CITY', Month: '3', Price: '18000'}, geometry: { type: 'Point', coordinates:[-73.94465342, 40.75015444]} },
{type: 'Feature',properties:{Name: '4', Address: 'CENTER BOULEVARD, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95830917, 40.74652066]} },
{type: 'Feature',properties:{Name: '4', Address: '40-07 NORTHERN BOULEVARD, LONG ISLAND CITY', Month: '1', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.92413987, 40.7524758]} },
{type: 'Feature',properties:{Name: '4', Address: '40-09 29TH STREET, LONG ISLAND CITY', Month: '3', Price: '1000'}, geometry: { type: 'Point', coordinates:[-73.9358019, 40.75206294]} },
{type: 'Feature',properties:{Name: '4', Address: '29-55 HUNTERS POINT AVENUE, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9391906, 40.74063838]} },
{type: 'Feature',properties:{Name: '4', Address: '2-40 51ST AVENUE, LONG ISLAND CITY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9583115, 40.74279603]} },
{type: 'Feature',properties:{Name: '4', Address: '2-40 51ST AVENUE, LONG ISLAND CITY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9583115, 40.74279603]} },
{type: 'Feature',properties:{Name: '4', Address: '2-40 51ST AVENUE, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9583115, 40.74279603]} },
{type: 'Feature',properties:{Name: '4', Address: '5-09 48TH AVENUE, LONG ISLAND CITY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95563631, 40.74444737]} },
{type: 'Feature',properties:{Name: '4', Address: '5-43 48TH AVENUE, LONG ISLAND CITY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95562187, 40.74444462]} },
{type: 'Feature',properties:{Name: '4', Address: '5-15 49TH AVENUE, LONG ISLAND CITY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95584965, 40.74381067]} },
{type: 'Feature',properties:{Name: '4', Address: '5-15 49TH AVENUE, LONG ISLAND CITY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95584965, 40.74381067]} },
{type: 'Feature',properties:{Name: '4', Address: '5-25 BORDEN AVENUE, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95577895, 40.74158191]} },
{type: 'Feature',properties:{Name: '4', Address: '5-25 BORDEN AVENUE, LONG ISLAND CITY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95577895, 40.74158191]} },
{type: 'Feature',properties:{Name: '4', Address: '5-25 BORDEN AVENUE, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95577895, 40.74158191]} },
{type: 'Feature',properties:{Name: '4', Address: '5-25 BORDEN AVENUE, LONG ISLAND CITY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95577895, 40.74158191]} },
{type: 'Feature',properties:{Name: '4', Address: '5-25 BORDEN AVENUE, LONG ISLAND CITY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95577895, 40.74158191]} },
{type: 'Feature',properties:{Name: '4', Address: '10-46 JACKSON AVENUE, LONG ISLAND CITY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95311885, 40.74228077]} },
{type: 'Feature',properties:{Name: '4', Address: '13-15 JACKSON AVENUE, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94919097, 40.74433492]} },
{type: 'Feature',properties:{Name: '4', Address: '13-15 JACKSON AVENUE, LONG ISLAND CITY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94919097, 40.74433492]} },
{type: 'Feature',properties:{Name: '4', Address: '13-15 JACKSON AVENUE, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94919097, 40.74433492]} },
{type: 'Feature',properties:{Name: '4', Address: '13-15 JACKSON AVENUE, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94919097, 40.74433492]} },
{type: 'Feature',properties:{Name: '4', Address: '48-15 11TH STREET, LONG ISLAND CITY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95123774, 40.743581]} },
{type: 'Feature',properties:{Name: '4', Address: '44-27 PURVES STREET, LONG ISLAND CITY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94112289, 40.74693036]} },
{type: 'Feature',properties:{Name: '4', Address: '44-27 PURVES STREET, LONG ISLAND CITY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94112289, 40.74693036]} },
{type: 'Feature',properties:{Name: '4', Address: '35-40 30TH STREET, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92985496, 40.75783442]} },
{type: 'Feature',properties:{Name: '4', Address: '41-26 27TH STREET, LONG ISLAND CITY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93871517, 40.75141677]} },
{type: 'Feature',properties:{Name: '4', Address: '41-26 27TH STREET, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93871517, 40.75141677]} },
{type: 'Feature',properties:{Name: '4', Address: '41-26 27TH STREET, LONG ISLAND CITY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93871517, 40.75141677]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '27-28 THOMSON AVENUE, LONG ISLAND CITY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94205825, 40.74620073]} },
{type: 'Feature',properties:{Name: '4', Address: '27-28 THOMSON AVENUE, LONG ISLAND CITY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94205825, 40.74620073]} },
{type: 'Feature',properties:{Name: '4', Address: '23-10 41ST AVENUE, LONG ISLAND CITY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94045707, 40.75294376]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '41-23 CRESCENT STREET, LONG ISLAND CITY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93945108, 40.7518371]} },
{type: 'Feature',properties:{Name: '4', Address: '5-43 48TH AVENUE, LONG ISLAND CITY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95562187, 40.74444462]} },
{type: 'Feature',properties:{Name: '4', Address: '5-43 48TH AVENUE, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95562187, 40.74444462]} },
{type: 'Feature',properties:{Name: '4', Address: '5-43 48TH AVENUE, LONG ISLAND CITY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95562187, 40.74444462]} },
{type: 'Feature',properties:{Name: '4', Address: '5-43 48TH AVENUE, LONG ISLAND CITY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95562187, 40.74444462]} },
{type: 'Feature',properties:{Name: '4', Address: '5-43 48TH AVENUE, LONG ISLAND CITY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95562187, 40.74444462]} },
{type: 'Feature',properties:{Name: '4', Address: '5-43 48TH AVENUE, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95562187, 40.74444462]} },
{type: 'Feature',properties:{Name: '4', Address: '47-34 11TH STREET, LONG ISLAND CITY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95105685, 40.744193]} },
{type: 'Feature',properties:{Name: '4', Address: '47-34 11TH STREET, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95105685, 40.744193]} },
{type: 'Feature',properties:{Name: '4', Address: '44-15 PURVES STREET, LONG ISLAND CITY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94119857, 40.74705391]} },
{type: 'Feature',properties:{Name: '4', Address: '44-15 PURVES STREET, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94119857, 40.74705391]} },
{type: 'Feature',properties:{Name: '4', Address: '44-15 PURVES STREET, LONG ISLAND CITY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94119857, 40.74705391]} },
{type: 'Feature',properties:{Name: '4', Address: '44-15 PURVES STREET, LONG ISLAND CITY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94119857, 40.74705391]} },
{type: 'Feature',properties:{Name: '4', Address: '41-26 27TH STREET, LONG ISLAND CITY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93871517, 40.75141677]} },
{type: 'Feature',properties:{Name: '4', Address: '41-26 27TH STREET, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93871517, 40.75141677]} },
{type: 'Feature',properties:{Name: '4', Address: '41-26 27TH STREET, LONG ISLAND CITY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93871517, 40.75141677]} },
{type: 'Feature',properties:{Name: '4', Address: '41-26 27TH STREET, LONG ISLAND CITY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93871517, 40.75141677]} },
{type: 'Feature',properties:{Name: '4', Address: '41-18 27TH STREET, LONG ISLAND CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93865015, 40.75148535]} },
{type: 'Feature',properties:{Name: '4', Address: '41-18 27TH STREET, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93865015, 40.75148535]} },
{type: 'Feature',properties:{Name: '4', Address: '41-18 27TH STREET, LONG ISLAND CITY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93865015, 40.75148535]} },
{type: 'Feature',properties:{Name: '4', Address: '41-18 27TH STREET, LONG ISLAND CITY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93865015, 40.75148535]} },
{type: 'Feature',properties:{Name: '4', Address: '41-18 27TH STREET, LONG ISLAND CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93865015, 40.75148535]} },
{type: 'Feature',properties:{Name: '4', Address: '41-18 27TH STREET, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93865015, 40.75148535]} },
{type: 'Feature',properties:{Name: '4', Address: '41-18 27TH STREET, LONG ISLAND CITY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.93865015, 40.75148535]} },
{type: 'Feature',properties:{Name: '4', Address: '21-45 44TH DRIVE, LONG ISLAND CITY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94694332, 40.74803657]} },
{type: 'Feature',properties:{Name: '4', Address: '21-45 44TH DRIVE, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.94694332, 40.74803657]} },
{type: 'Feature',properties:{Name: '4', Address: '5-49 BORDEN AVENUE, LONG ISLAND CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95488051, 40.7414059]} },
{type: 'Feature',properties:{Name: '4', Address: '5-49 BORDEN AVENUE, LONG ISLAND CITY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95488051, 40.7414059]} },
{type: 'Feature',properties:{Name: '4', Address: '48-15 11TH STREET, LONG ISLAND CITY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95123774, 40.743581]} },
{type: 'Feature',properties:{Name: '4', Address: '48-15 11TH STREET, LONG ISLAND CITY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.95123774, 40.743581]} },
{type: 'Feature',properties:{Name: '4', Address: '61-18 LAUREL HILL BOULEVAR, MASPETH', Month: '7', Price: '2440'}, geometry: { type: 'Point', coordinates:[-73.90295267, 40.7380472]} },
{type: 'Feature',properties:{Name: '4', Address: '50-36 63RD STREET, MASPETH', Month: '3', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.90280697, 40.73651002]} },
{type: 'Feature',properties:{Name: '4', Address: '50-04 63RD STREET, MASPETH', Month: '4', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.90279567, 40.73683115]} },
{type: 'Feature',properties:{Name: '4', Address: '50-26 63RD STREET, MASPETH', Month: '2', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.90280321, 40.73661157]} },
{type: 'Feature',properties:{Name: '4', Address: '50-15 63RD STREET, MASPETH', Month: '3', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.90277778, 40.73672958]} },
{type: 'Feature',properties:{Name: '4', Address: '50-06 64TH STREET, MASPETH', Month: '1', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.90186115, 40.73678918]} },
{type: 'Feature',properties:{Name: '4', Address: '50-28 64TH STREET, MASPETH', Month: '12', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.90186869, 40.73656961]} },
{type: 'Feature',properties:{Name: '4', Address: '50-30 64TH STREET, MASPETH', Month: '11', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.90186872, 40.7365504]} },
{type: 'Feature',properties:{Name: '4', Address: '50-17 64TH STREET, MASPETH', Month: '6', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.90184326, 40.73668761]} },
{type: 'Feature',properties:{Name: '4', Address: '50-07 64TH STREET, MASPETH', Month: '10', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.9018395, 40.73678916]} },
{type: 'Feature',properties:{Name: '4', Address: '5103 61ST STREET, MASPETH', Month: '12', Price: '1575'}, geometry: { type: 'Point', coordinates:[-73.90375727, 40.73562152]} },
{type: 'Feature',properties:{Name: '4', Address: '51-12 64TH STREET, MASPETH', Month: '5', Price: '1850'}, geometry: { type: 'Point', coordinates:[-73.90191739, 40.73535098]} },
{type: 'Feature',properties:{Name: '4', Address: '51-05 64TH STREET, MASPETH', Month: '6', Price: '1665'}, geometry: { type: 'Point', coordinates:[-73.90189202, 40.73542507]} },
{type: 'Feature',properties:{Name: '4', Address: '60-15 54TH AVENUE, MASPETH', Month: '8', Price: '1056'}, geometry: { type: 'Point', coordinates:[-73.90518206, 40.72837654]} },
{type: 'Feature',properties:{Name: '4', Address: '55-10 HAMILTON PLACE, MASPETH', Month: '5', Price: '1728'}, geometry: { type: 'Point', coordinates:[-73.90064566, 40.72673684]} },
{type: 'Feature',properties:{Name: '4', Address: '53-119 63RD STREET, MASPETH', Month: '10', Price: '800'}, geometry: { type: 'Point', coordinates:[-73.90305353, 40.72825126]} },
{type: 'Feature',properties:{Name: '4', Address: '53-109 63RD STREET, MASPETH', Month: '11', Price: '800'}, geometry: { type: 'Point', coordinates:[-73.90304608, 40.72841594]} },
{type: 'Feature',properties:{Name: '4', Address: '5456 63RD PLACE, MASPETH', Month: '10', Price: '1332'}, geometry: { type: 'Point', coordinates:[-73.90219899, 40.72787999]} },
{type: 'Feature',properties:{Name: '4', Address: '53-155 63 STREET, MASPETH', Month: '9', Price: '1332'}, geometry: { type: 'Point', coordinates:[-73.90309049, 40.72764744]} },
{type: 'Feature',properties:{Name: '4', Address: '53-139 63 STREET, MASPETH', Month: '12', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.90307567, 40.72791641]} },
{type: 'Feature',properties:{Name: '4', Address: '63-42 53 DRIVE, MASPETH', Month: '5', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.90190531, 40.72884864]} },
{type: 'Feature',properties:{Name: '4', Address: '63-42 53 DRIVE, MASPETH', Month: '8', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.90190531, 40.72884864]} },
{type: 'Feature',properties:{Name: '4', Address: '54-33 64TH STREET, MASPETH', Month: '7', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.90123908, 40.72800543]} },
{type: 'Feature',properties:{Name: '4', Address: '54-24 65TH PLACE, MASPETH', Month: '1', Price: '1424'}, geometry: { type: 'Point', coordinates:[-73.90029033, 40.72791129]} },
{type: 'Feature',properties:{Name: '4', Address: '53-72 62ND STREET, MASPETH', Month: '1', Price: '1697'}, geometry: { type: 'Point', coordinates:[-73.90317724, 40.73002173]} },
{type: 'Feature',properties:{Name: '4', Address: '53-59 62ND STREET, MASPETH', Month: '9', Price: '1673'}, geometry: { type: 'Point', coordinates:[-73.90297488, 40.7302329]} },
{type: 'Feature',properties:{Name: '4', Address: '53-03 62ND STREET, MASPETH', Month: '4', Price: '1837'}, geometry: { type: 'Point', coordinates:[-73.90185437, 40.73159335]} },
{type: 'Feature',properties:{Name: '4', Address: '53-18 63RD STREET, MASPETH', Month: '2', Price: '2706'}, geometry: { type: 'Point', coordinates:[-73.90134663, 40.73090673]} },
{type: 'Feature',properties:{Name: '4', Address: '53-65 63RD STREET, MASPETH', Month: '9', Price: '1640'}, geometry: { type: 'Point', coordinates:[-73.90218165, 40.72985895]} },
{type: 'Feature',properties:{Name: '4', Address: '53-65 63RD STREET, MASPETH', Month: '9', Price: '1640'}, geometry: { type: 'Point', coordinates:[-73.90218165, 40.72985895]} },
{type: 'Feature',properties:{Name: '4', Address: '53-56 64TH STREET, MASPETH', Month: '12', Price: '1480'}, geometry: { type: 'Point', coordinates:[-73.9011858, 40.72987182]} },
{type: 'Feature',properties:{Name: '4', Address: '53-60 64TH STREET, MASPETH', Month: '10', Price: '1480'}, geometry: { type: 'Point', coordinates:[-73.90118953, 40.72979223]} },
{type: 'Feature',properties:{Name: '4', Address: '53-66 64TH STREET, MASPETH', Month: '12', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.90119711, 40.7295452]} },
{type: 'Feature',properties:{Name: '4', Address: '53-25 64TH STREET, MASPETH', Month: '7', Price: '1420'}, geometry: { type: 'Point', coordinates:[-73.90113775, 40.7306458]} },
{type: 'Feature',properties:{Name: '4', Address: '53-08 66TH STREET, MASPETH', Month: '5', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.89919596, 40.73105858]} },
{type: 'Feature',properties:{Name: '4', Address: '53-12 66TH STREET, MASPETH', Month: '8', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.8991961, 40.73096251]} },
{type: 'Feature',properties:{Name: '4', Address: '53-30 66TH STREET, MASPETH', Month: '7', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.89921855, 40.73043828]} },
{type: 'Feature',properties:{Name: '4', Address: '53-42 66TH STREET, MASPETH', Month: '5', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.89922607, 40.73023792]} },
{type: 'Feature',properties:{Name: '4', Address: '52-24 66TH STREET, MASPETH', Month: '5', Price: '1408'}, geometry: { type: 'Point', coordinates:[-73.89911754, 40.73280692]} },
{type: 'Feature',properties:{Name: '4', Address: '52-40 66TH STREET, MASPETH', Month: '12', Price: '1408'}, geometry: { type: 'Point', coordinates:[-73.89912887, 40.73247207]} },
{type: 'Feature',properties:{Name: '4', Address: '52-76 66 STREET, MASPETH', Month: '12', Price: '1408'}, geometry: { type: 'Point', coordinates:[-73.8991625, 40.7317118]} },
{type: 'Feature',properties:{Name: '4', Address: '50-05 65TH STREET, MASPETH', Month: '4', Price: '1831'}, geometry: { type: 'Point', coordinates:[-73.90089769, 40.73678836]} },
{type: 'Feature',properties:{Name: '4', Address: '48-10 65TH PLACE, MASPETH', Month: '4', Price: '1056'}, geometry: { type: 'Point', coordinates:[-73.89988879, 40.7382175]} },
{type: 'Feature',properties:{Name: '4', Address: '48-12 65TH PLACE, MASPETH', Month: '7', Price: '1072'}, geometry: { type: 'Point', coordinates:[-73.89988879, 40.73821476]} },
{type: 'Feature',properties:{Name: '4', Address: '48-27 65TH PLACE, MASPETH', Month: '11', Price: '2035'}, geometry: { type: 'Point', coordinates:[-73.89986716, 40.73820101]} },
{type: 'Feature',properties:{Name: '4', Address: '47-19 65TH STREET, MASPETH', Month: '7', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.90082241, 40.73888254]} },
{type: 'Feature',properties:{Name: '4', Address: '46-12 65TH PLACE, MASPETH', Month: '3', Price: '1004'}, geometry: { type: 'Point', coordinates:[-73.89985876, 40.73898875]} },
{type: 'Feature',properties:{Name: '4', Address: '6634 JAY AVENUE, MASPETH', Month: '6', Price: '704'}, geometry: { type: 'Point', coordinates:[-73.89774298, 40.72799414]} },
{type: 'Feature',properties:{Name: '4', Address: '68-07 54TH AVENUE, MASPETH', Month: '12', Price: '1340'}, geometry: { type: 'Point', coordinates:[-73.89668425, 40.72901699]} },
{type: 'Feature',properties:{Name: '4', Address: '53-31 67 STREET, MASPETH', Month: '1', Price: '2653'}, geometry: { type: 'Point', coordinates:[-73.89789488, 40.730105]} },
{type: 'Feature',properties:{Name: '4', Address: '53-45 68TH STREET, MASPETH', Month: '9', Price: '644'}, geometry: { type: 'Point', coordinates:[-73.89702513, 40.73023597]} },
{type: 'Feature',properties:{Name: '4', Address: '66-12 53 AVE, MASPETH', Month: '6', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.89885994, 40.73136295]} },
{type: 'Feature',properties:{Name: '4', Address: '53-04 69TH STREET, MASPETH', Month: '4', Price: '1276'}, geometry: { type: 'Point', coordinates:[-73.89579662, 40.73136571]} },
{type: 'Feature',properties:{Name: '4', Address: '52-59 66TH STREET, MASPETH', Month: '3', Price: '1330'}, geometry: { type: 'Point', coordinates:[-73.89912611, 40.73191488]} },
{type: 'Feature',properties:{Name: '4', Address: '66-14 52ND ROAD, MASPETH', Month: '5', Price: '1043'}, geometry: { type: 'Point', coordinates:[-73.8985653, 40.73292446]} },
{type: 'Feature',properties:{Name: '4', Address: '68-09 52ND DRIVE, MASPETH', Month: '1', Price: '830'}, geometry: { type: 'Point', coordinates:[-73.89695002, 40.73214351]} },
{type: 'Feature',properties:{Name: '4', Address: '51-20 67 STREET, MASPETH', Month: '4', Price: '1183'}, geometry: { type: 'Point', coordinates:[-73.8978627, 40.73462558]} },
{type: 'Feature',properties:{Name: '4', Address: '50-34 69TH STREET, MASPETH', Month: '1', Price: '860'}, geometry: { type: 'Point', coordinates:[-73.89599472, 40.73621038]} },
{type: 'Feature',properties:{Name: '4', Address: '68-09 50TH AVENUE, MASPETH', Month: '5', Price: '1404'}, geometry: { type: 'Point', coordinates:[-73.89665752, 40.73694932]} },
{type: 'Feature',properties:{Name: '4', Address: '47-13 67TH STREET, MASPETH', Month: '4', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.89767205, 40.73894017]} },
{type: 'Feature',properties:{Name: '4', Address: '59-04 55 STREET, MASPETH', Month: '12', Price: '994'}, geometry: { type: 'Point', coordinates:[-73.91315645, 40.71673956]} },
{type: 'Feature',properties:{Name: '4', Address: '55-13 ANDREWS AVENUE, MASPETH', Month: '4', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.9085028, 40.71422999]} },
{type: 'Feature',properties:{Name: '4', Address: '60-72 60TH STREET, MASPETH', Month: '9', Price: '1288'}, geometry: { type: 'Point', coordinates:[-73.90569633, 40.71426066]} },
{type: 'Feature',properties:{Name: '4', Address: '59-72 59TH PLACE, MASPETH', Month: '7', Price: '672'}, geometry: { type: 'Point', coordinates:[-73.90758648, 40.71688893]} },
{type: 'Feature',properties:{Name: '4', Address: '5982 59TH PLACE, MASPETH', Month: '4', Price: '1088'}, geometry: { type: 'Point', coordinates:[-73.90754705, 40.71671049]} },
{type: 'Feature',properties:{Name: '4', Address: '59-44 60TH STREET, MASPETH', Month: '4', Price: '1249'}, geometry: { type: 'Point', coordinates:[-73.90645995, 40.71762362]} },
{type: 'Feature',properties:{Name: '4', Address: '59-39 59TH DRIVE, MASPETH', Month: '7', Price: '700'}, geometry: { type: 'Point', coordinates:[-73.9071602, 40.71733324]} },
{type: 'Feature',properties:{Name: '4', Address: '59-25 59TH ROAD, MASPETH', Month: '12', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.90714481, 40.71802216]} },
{type: 'Feature',properties:{Name: '4', Address: '57-28 57TH DRIVE, MASPETH', Month: '7', Price: '870'}, geometry: { type: 'Point', coordinates:[-73.91263422, 40.72160563]} },
{type: 'Feature',properties:{Name: '4', Address: '57-30 57TH DRIVE, MASPETH', Month: '11', Price: '870'}, geometry: { type: 'Point', coordinates:[-73.91261979, 40.72160562]} },
{type: 'Feature',properties:{Name: '4', Address: '57-30 57TH DRIVE, MASPETH', Month: '11', Price: '870'}, geometry: { type: 'Point', coordinates:[-73.91261979, 40.72160562]} },
{type: 'Feature',properties:{Name: '4', Address: '58-02 59TH STREET, MASPETH', Month: '6', Price: '1338'}, geometry: { type: 'Point', coordinates:[-73.90834207, 40.72093532]} },
{type: 'Feature',properties:{Name: '4', Address: '59-59 GRAND AVENUE, MASPETH', Month: '8', Price: '1035'}, geometry: { type: 'Point', coordinates:[-73.90606522, 40.7212656]} },
{type: 'Feature',properties:{Name: '4', Address: '59-15 58TH AVENUE, MASPETH', Month: '4', Price: '888'}, geometry: { type: 'Point', coordinates:[-73.90774658, 40.72111325]} },
{type: 'Feature',properties:{Name: '4', Address: '59-35 58TH DRIVE, MASPETH', Month: '7', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.90698005, 40.71975672]} },
{type: 'Feature',properties:{Name: '4', Address: '60-11 56TH AVENUE, MASPETH', Month: '2', Price: '1478'}, geometry: { type: 'Point', coordinates:[-73.90575304, 40.72518211]} },
{type: 'Feature',properties:{Name: '4', Address: '56-27 61ST STREET, MASPETH', Month: '1', Price: '1176'}, geometry: { type: 'Point', coordinates:[-73.90438353, 40.72415993]} },
{type: 'Feature',properties:{Name: '4', Address: '61-41 MASPETH AVENUE, MASPETH', Month: '3', Price: '800'}, geometry: { type: 'Point', coordinates:[-73.90336793, 40.72292669]} },
{type: 'Feature',properties:{Name: '4', Address: '59-36 60TH LANE, MASPETH', Month: '12', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.9040892, 40.718102]} },
{type: 'Feature',properties:{Name: '4', Address: '60-14 59TH DRIVE, MASPETH', Month: '5', Price: '1080'}, geometry: { type: 'Point', coordinates:[-73.90583253, 40.71743646]} },
{type: 'Feature',properties:{Name: '4', Address: '60-16 59 DRIVE, MASPETH', Month: '2', Price: '1080'}, geometry: { type: 'Point', coordinates:[-73.90578923, 40.71744192]} },
{type: 'Feature',properties:{Name: '4', Address: '60-23 62ND AVENUE, MASPETH', Month: '5', Price: '546'}, geometry: { type: 'Point', coordinates:[-73.90470144, 40.71377402]} },
{type: 'Feature',properties:{Name: '4', Address: '60-84 59TH ROAD, MASPETH', Month: '11', Price: '670'}, geometry: { type: 'Point', coordinates:[-73.90332384, 40.71850484]} },
{type: 'Feature',properties:{Name: '4', Address: '60-73 60TH AVENUE, MASPETH', Month: '11', Price: '1392'}, geometry: { type: 'Point', coordinates:[-73.90338404, 40.71679491]} },
{type: 'Feature',properties:{Name: '4', Address: '60-70 60TH AVENUE, MASPETH', Month: '4', Price: '1408'}, geometry: { type: 'Point', coordinates:[-73.90347787, 40.71676754]} },
{type: 'Feature',properties:{Name: '4', Address: '60-70 60TH AVENUE, MASPETH', Month: '8', Price: '1408'}, geometry: { type: 'Point', coordinates:[-73.90347787, 40.71676754]} },
{type: 'Feature',properties:{Name: '4', Address: '60-13 61ST STREET, MASPETH', Month: '6', Price: '1110'}, geometry: { type: 'Point', coordinates:[-73.90230074, 40.71507852]} },
{type: 'Feature',properties:{Name: '4', Address: '58-08 63RD STREET, MASPETH', Month: '6', Price: '1408'}, geometry: { type: 'Point', coordinates:[-73.90171253, 40.72012014]} },
{type: 'Feature',properties:{Name: '4', Address: '58-38 63RD STREET, MASPETH', Month: '10', Price: '969'}, geometry: { type: 'Point', coordinates:[-73.90169817, 40.72007072]} },
{type: 'Feature',properties:{Name: '4', Address: '64-19 58TH ROAD, MASPETH', Month: '6', Price: '1000'}, geometry: { type: 'Point', coordinates:[-73.90023958, 40.720838]} },
{type: 'Feature',properties:{Name: '4', Address: '64-56 58TH ROAD, MASPETH', Month: '12', Price: '600'}, geometry: { type: 'Point', coordinates:[-73.89895144, 40.72099059]} },
{type: 'Feature',properties:{Name: '4', Address: '64-57 59TH AVENUE, MASPETH', Month: '2', Price: '600'}, geometry: { type: 'Point', coordinates:[-73.89910037, 40.72031551]} },
{type: 'Feature',properties:{Name: '4', Address: '64-43 59TH AVENUE, MASPETH', Month: '1', Price: '800'}, geometry: { type: 'Point', coordinates:[-73.89940708, 40.7202746]} },
{type: 'Feature',properties:{Name: '4', Address: '62-67 60TH AVENUE, MASPETH', Month: '12', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.90052232, 40.71751434]} },
{type: 'Feature',properties:{Name: '4', Address: '62-63 60TH AVENUE, MASPETH', Month: '1', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.90058008, 40.71748694]} },
{type: 'Feature',properties:{Name: '4', Address: '62-87 60TH DRIVE, MASPETH', Month: '11', Price: '1092'}, geometry: { type: 'Point', coordinates:[-73.89895453, 40.71657701]} },
{type: 'Feature',properties:{Name: '4', Address: '62-53 60 DRIVE, MASPETH', Month: '1', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.89972705, 40.71620714]} },
{type: 'Feature',properties:{Name: '4', Address: '64-57 60 AVENUE, MASPETH', Month: '3', Price: '1136'}, geometry: { type: 'Point', coordinates:[-73.89901298, 40.71847095]} },
{type: 'Feature',properties:{Name: '4', Address: '64-09 60TH ROAD, MASPETH', Month: '11', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.89896722, 40.71772159]} },
{type: 'Feature',properties:{Name: '4', Address: '64-04 60TH ROAD, MASPETH', Month: '2', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.89900335, 40.71768594]} },
{type: 'Feature',properties:{Name: '4', Address: '64-50 60TH ROAD, MASPETH', Month: '9', Price: '1172'}, geometry: { type: 'Point', coordinates:[-73.89846181, 40.71796268]} },
{type: 'Feature',properties:{Name: '4', Address: '61-46 64TH STREET, MASPETH', Month: '2', Price: '762'}, geometry: { type: 'Point', coordinates:[-73.89821034, 40.71491578]} },
{type: 'Feature',properties:{Name: '4', Address: '61-21 65TH STREET, MASPETH', Month: '7', Price: '1435'}, geometry: { type: 'Point', coordinates:[-73.89751317, 40.71554645]} },
{type: 'Feature',properties:{Name: '4', Address: '6226 65 STREET, MASPETH', Month: '9', Price: '1240'}, geometry: { type: 'Point', coordinates:[-73.89697767, 40.71425868]} },
{type: 'Feature',properties:{Name: '4', Address: '6240 65TH STREET, MASPETH', Month: '2', Price: '1126'}, geometry: { type: 'Point', coordinates:[-73.89697048, 40.71424221]} },
{type: 'Feature',properties:{Name: '4', Address: '62-18 MOUNT OLIVET CRESCEN, MASPETH', Month: '7', Price: '1288'}, geometry: { type: 'Point', coordinates:[-73.896231, 40.71424154]} },
{type: 'Feature',properties:{Name: '4', Address: '57-30 BROWN PLACE, MASPETH', Month: '7', Price: '475'}, geometry: { type: 'Point', coordinates:[-73.89597646, 40.72479492]} },
{type: 'Feature',properties:{Name: '4', Address: '68-19 58TH ROAD, MASPETH', Month: '8', Price: '1314'}, geometry: { type: 'Point', coordinates:[-73.89511973, 40.72356998]} },
{type: 'Feature',properties:{Name: '4', Address: '68-05 59TH ROAD, MASPETH', Month: '3', Price: '1790'}, geometry: { type: 'Point', coordinates:[-73.89442546, 40.72229029]} },
{type: 'Feature',properties:{Name: '4', Address: '59-64 69TH STREET, MASPETH', Month: '12', Price: '1408'}, geometry: { type: 'Point', coordinates:[-73.89307692, 40.72184165]} },
{type: 'Feature',properties:{Name: '4', Address: '68-21 60 DRIVE, MASPETH', Month: '6', Price: '1554'}, geometry: { type: 'Point', coordinates:[-73.89245593, 40.71990327]} },
{type: 'Feature',properties:{Name: '4', Address: '60-67 68TH STREET, MASPETH', Month: '5', Price: '1736'}, geometry: { type: 'Point', coordinates:[-73.8924531, 40.71941744]} },
{type: 'Feature',properties:{Name: '4', Address: '61-26 67TH STREET, MASPETH', Month: '11', Price: '1683'}, geometry: { type: 'Point', coordinates:[-73.89339746, 40.71766442]} },
{type: 'Feature',properties:{Name: '4', Address: '68-15 61ST ROAD, MASPETH', Month: '10', Price: '1498'}, geometry: { type: 'Point', coordinates:[-73.89166119, 40.71834624]} },
{type: 'Feature',properties:{Name: '4', Address: '68-20 61ST ROAD, MASPETH', Month: '12', Price: '2035'}, geometry: { type: 'Point', coordinates:[-73.89159263, 40.7183599]} },
{type: 'Feature',properties:{Name: '4', Address: '51-24 47TH STREET, MASPETH', Month: '11', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.91950935, 40.734382]} },
{type: 'Feature',properties:{Name: '4', Address: '51-69 47 STREET, MASPETH', Month: '6', Price: '2572'}, geometry: { type: 'Point', coordinates:[-73.91968008, 40.73343792]} },
{type: 'Feature',properties:{Name: '4', Address: '51-59 47TH STREET, MASPETH', Month: '10', Price: '1649'}, geometry: { type: 'Point', coordinates:[-73.91966191, 40.73354221]} },
{type: 'Feature',properties:{Name: '4', Address: '51-49 48TH STREET, MASPETH', Month: '2', Price: '1649'}, geometry: { type: 'Point', coordinates:[-73.91868741, 40.73376659]} },
{type: 'Feature',properties:{Name: '4', Address: '51-31 48TH STREET, MASPETH', Month: '2', Price: '1649'}, geometry: { type: 'Point', coordinates:[-73.91855314, 40.7343923]} },
{type: 'Feature',properties:{Name: '4', Address: '51-67 48TH STREET, MASPETH', Month: '2', Price: '1649'}, geometry: { type: 'Point', coordinates:[-73.91876727, 40.73337689]} },
{type: 'Feature',properties:{Name: '4', Address: '5161 48TH STREET, MASPETH', Month: '4', Price: '1649'}, geometry: { type: 'Point', coordinates:[-73.91874185, 40.73350588]} },
{type: 'Feature',properties:{Name: '4', Address: '5161 48TH STREET, MASPETH', Month: '9', Price: '1649'}, geometry: { type: 'Point', coordinates:[-73.91874185, 40.73350588]} },
{type: 'Feature',properties:{Name: '4', Address: '48-35 61ST STREET, MASPETH', Month: '6', Price: '1925'}, geometry: { type: 'Point', coordinates:[-73.90367468, 40.73783921]} },
{type: 'Feature',properties:{Name: '4', Address: '50-25 60 STREET, MASPETH', Month: '9', Price: '2109'}, geometry: { type: 'Point', coordinates:[-73.90465788, 40.73665704]} },
{type: 'Feature',properties:{Name: '4', Address: '48-33 64TH STREET, MASPETH', Month: '10', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.90180571, 40.73767569]} },
{type: 'Feature',properties:{Name: '4', Address: '53-26 61 STREET, MASPETH', Month: '7', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.90402614, 40.72932527]} },
{type: 'Feature',properties:{Name: '4', Address: '64-19 JAY AVENUE, MASPETH', Month: '9', Price: '1568'}, geometry: { type: 'Point', coordinates:[-73.90098535, 40.72636385]} },
{type: 'Feature',properties:{Name: '4', Address: '61-51 BORDEN AVENUE, MASPETH', Month: '11', Price: '1536'}, geometry: { type: 'Point', coordinates:[-73.9029263, 40.72643137]} },
{type: 'Feature',properties:{Name: '4', Address: '63-05 BORDEN AVENUE, MASPETH', Month: '9', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.90203166, 40.72634827]} },
{type: 'Feature',properties:{Name: '4', Address: '53-153 63 STREET, MASPETH', Month: '6', Price: '1332'}, geometry: { type: 'Point', coordinates:[-73.90309044, 40.72768312]} },
{type: 'Feature',properties:{Name: '4', Address: '54-51 63RD PLACE, MASPETH', Month: '9', Price: '3366'}, geometry: { type: 'Point', coordinates:[-73.90217361, 40.72796231]} },
{type: 'Feature',properties:{Name: '4', Address: '6315 53RD DRIVE, MASPETH', Month: '6', Price: '2898'}, geometry: { type: 'Point', coordinates:[-73.90232696, 40.72918386]} },
{type: 'Feature',properties:{Name: '4', Address: '53-29 64TH STREET, MASPETH', Month: '4', Price: '2005'}, geometry: { type: 'Point', coordinates:[-73.90114148, 40.73056346]} },
{type: 'Feature',properties:{Name: '4', Address: '53-15 64TH STREET, MASPETH', Month: '1', Price: '1596'}, geometry: { type: 'Point', coordinates:[-73.90112642, 40.73098614]} },
{type: 'Feature',properties:{Name: '4', Address: '52-02 62ND STREET, MASPETH', Month: '7', Price: '1848'}, geometry: { type: 'Point', coordinates:[-73.90017716, 40.73360656]} },
{type: 'Feature',properties:{Name: '4', Address: '65-63 HULL AVENUE, MASPETH', Month: '9', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.89921378, 40.72643093]} },
{type: 'Feature',properties:{Name: '4', Address: '54-32 66TH STREET, MASPETH', Month: '5', Price: '2608'}, geometry: { type: 'Point', coordinates:[-73.89873826, 40.72833263]} },
{type: 'Feature',properties:{Name: '4', Address: '53-13 65TH PLACE, MASPETH', Month: '2', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.90014863, 40.73097432]} },
{type: 'Feature',properties:{Name: '4', Address: '52-43 65TH PLACE, MASPETH', Month: '12', Price: '2680'}, geometry: { type: 'Point', coordinates:[-73.90009576, 40.73254702]} },
{type: 'Feature',properties:{Name: '4', Address: '52-41 65TH PLACE, MASPETH', Month: '3', Price: '2680'}, geometry: { type: 'Point', coordinates:[-73.9000921, 40.73257995]} },
{type: 'Feature',properties:{Name: '4', Address: '51-06 65TH PLACE, MASPETH', Month: '10', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.900005, 40.73532463]} },
{type: 'Feature',properties:{Name: '4', Address: '65-55 MAURICE AVENUE, MASPETH', Month: '8', Price: '1840'}, geometry: { type: 'Point', coordinates:[-73.89977461, 40.73495938]} },
{type: 'Feature',properties:{Name: '4', Address: '46-32 65TH PLACE, MASPETH', Month: '9', Price: '2240'}, geometry: { type: 'Point', coordinates:[-73.89985877, 40.73898326]} },
{type: 'Feature',properties:{Name: '4', Address: '66-12 HULL AVENUE, MASPETH', Month: '9', Price: '1404'}, geometry: { type: 'Point', coordinates:[-73.89832197, 40.72686931]} },
{type: 'Feature',properties:{Name: '4', Address: '6645 HULL AVENUE, MASPETH', Month: '6', Price: '1944'}, geometry: { type: 'Point', coordinates:[-73.89828944, 40.72690496]} },
{type: 'Feature',properties:{Name: '4', Address: '55-17 68TH STREET, MASPETH', Month: '7', Price: '3196'}, geometry: { type: 'Point', coordinates:[-73.89655663, 40.72755941]} },
{type: 'Feature',properties:{Name: '4', Address: '68-10 53RD DRIVE, MASPETH', Month: '1', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.89665434, 40.72969492]} },
{type: 'Feature',properties:{Name: '4', Address: '53-05 68TH STREET, MASPETH', Month: '11', Price: '1720'}, geometry: { type: 'Point', coordinates:[-73.89715346, 40.73125165]} },
{type: 'Feature',properties:{Name: '4', Address: '66-34 52 DRIVE, MASPETH', Month: '12', Price: '1296'}, geometry: { type: 'Point', coordinates:[-73.89781968, 40.73208939]} },
{type: 'Feature',properties:{Name: '4', Address: '52-66 69TH STREET, MASPETH', Month: '8', Price: '3184'}, geometry: { type: 'Point', coordinates:[-73.89584266, 40.73191744]} },
{type: 'Feature',properties:{Name: '4', Address: '50-05 66TH STREET, MASPETH', Month: '6', Price: '2697'}, geometry: { type: 'Point', coordinates:[-73.8989492, 40.73674275]} },
{type: 'Feature',properties:{Name: '4', Address: '50-05 66TH STREET, MASPETH', Month: '12', Price: '2697'}, geometry: { type: 'Point', coordinates:[-73.8989492, 40.73674275]} },
{type: 'Feature',properties:{Name: '4', Address: '46-33 66TH STREET, MASPETH', Month: '8', Price: '2436'}, geometry: { type: 'Point', coordinates:[-73.89882601, 40.73945446]} },
{type: 'Feature',properties:{Name: '4', Address: '46-27 66TH STREET, MASPETH', Month: '10', Price: '1392'}, geometry: { type: 'Point', coordinates:[-73.898826, 40.73945995]} },
{type: 'Feature',properties:{Name: '4', Address: '6701 52ND AVENUE, MASPETH', Month: '3', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.89760447, 40.73360156]} },
{type: 'Feature',properties:{Name: '4', Address: '67-06 51ST ROAD, MASPETH', Month: '7', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.89757818, 40.73427675]} },
{type: 'Feature',properties:{Name: '4', Address: '49-04 69TH STREET, MASPETH', Month: '11', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.89594577, 40.73751409]} },
{type: 'Feature',properties:{Name: '4', Address: '67-28 47TH AVENUE, MASPETH', Month: '12', Price: '1976'}, geometry: { type: 'Point', coordinates:[-73.89691403, 40.73908496]} },
{type: 'Feature',properties:{Name: '4', Address: '67-21 47TH AVENUE, MASPETH', Month: '4', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.89698617, 40.7391015]} },
{type: 'Feature',properties:{Name: '4', Address: '5915 54TH STREET, MASPETH', Month: '10', Price: '1632'}, geometry: { type: 'Point', coordinates:[-73.91409454, 40.71660303]} },
{type: 'Feature',properties:{Name: '4', Address: '60-23 53RD STREET, MASPETH', Month: '1', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.9138127, 40.71417919]} },
{type: 'Feature',properties:{Name: '4', Address: '60-13 53RD STREET, MASPETH', Month: '12', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.91391002, 40.71423691]} },
{type: 'Feature',properties:{Name: '4', Address: '53-45 METROPOLITAN AVENUE, MASPETH', Month: '6', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.91198864, 40.71327479]} },
{type: 'Feature',properties:{Name: '4', Address: '60-18 55TH STREET, MASPETH', Month: '2', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.91155286, 40.71547301]} },
{type: 'Feature',properties:{Name: '4', Address: '60-76 54TH PLACE, MASPETH', Month: '7', Price: '2832'}, geometry: { type: 'Point', coordinates:[-73.91076102, 40.71415491]} },
{type: 'Feature',properties:{Name: '4', Address: '60-65 54TH STREET, MASPETH', Month: '1', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.91160198, 40.71379599]} },
{type: 'Feature',properties:{Name: '4', Address: '60-48 55TH STREET, MASPETH', Month: '11', Price: '2052'}, geometry: { type: 'Point', coordinates:[-73.91073464, 40.71499753]} },
{type: 'Feature',properties:{Name: '4', Address: '54-31 ARNOLD AVENUE, MASPETH', Month: '3', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.91006513, 40.7139293]} },
{type: 'Feature',properties:{Name: '4', Address: '55-13 METROPOLITAN AVENUE, MASPETH', Month: '2', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.90839621, 40.71304417]} },
{type: 'Feature',properties:{Name: '4', Address: '60-71 55TH STREET, MASPETH', Month: '1', Price: '2170'}, geometry: { type: 'Point', coordinates:[-73.91027684, 40.71475564]} },
{type: 'Feature',properties:{Name: '4', Address: '60-59 56TH STREET, MASPETH', Month: '10', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.90997291, 40.71543885]} },
{type: 'Feature',properties:{Name: '4', Address: '5537 METROPOLITAN AVE, MASPETH', Month: '4', Price: '2170'}, geometry: { type: 'Point', coordinates:[-73.90773976, 40.71300522]} },
{type: 'Feature',properties:{Name: '4', Address: '61-57 55TH STREET, MASPETH', Month: '9', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.90819711, 40.71355454]} },
{type: 'Feature',properties:{Name: '4', Address: '61-45 55TH STREET, MASPETH', Month: '3', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.90840256, 40.71367547]} },
{type: 'Feature',properties:{Name: '4', Address: '61-50 56TH STREET, MASPETH', Month: '5', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.90758322, 40.71404261]} },
{type: 'Feature',properties:{Name: '4', Address: '61-58 56TH STREET, MASPETH', Month: '4', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.90739219, 40.71392992]} },
{type: 'Feature',properties:{Name: '4', Address: '61-78 56TH STREET, MASPETH', Month: '10', Price: '2680'}, geometry: { type: 'Point', coordinates:[-73.90686623, 40.71343819]} },
{type: 'Feature',properties:{Name: '4', Address: '62-14 60TH STREET, MASPETH', Month: '2', Price: '1874'}, geometry: { type: 'Point', coordinates:[-73.9054992, 40.7133712]} },
{type: 'Feature',properties:{Name: '4', Address: '61-47 56 STREET, MASPETH', Month: '1', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.90765527, 40.7141058]} },
{type: 'Feature',properties:{Name: '4', Address: '60-42 60TH STREET, MASPETH', Month: '2', Price: '2060'}, geometry: { type: 'Point', coordinates:[-73.90594012, 40.71532583]} },
{type: 'Feature',properties:{Name: '4', Address: '59-64 60TH STREET, MASPETH', Month: '3', Price: '1980'}, geometry: { type: 'Point', coordinates:[-73.90634165, 40.71709378]} },
{type: 'Feature',properties:{Name: '4', Address: '58-91 MASPETH AVENUE, MASPETH', Month: '8', Price: '1472'}, geometry: { type: 'Point', coordinates:[-73.90885132, 40.72315349]} },
{type: 'Feature',properties:{Name: '4', Address: '58-81 MASPETH AVENUE, MASPETH', Month: '4', Price: '1926'}, geometry: { type: 'Point', coordinates:[-73.90909668, 40.72312898]} },
{type: 'Feature',properties:{Name: '4', Address: '58-74 MASPETH AVENUE, MASPETH', Month: '4', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.90923743, 40.72309066]} },
{type: 'Feature',properties:{Name: '4', Address: '58-80 MASPETH AVENUE, MASPETH', Month: '8', Price: '1890'}, geometry: { type: 'Point', coordinates:[-73.90909309, 40.72311251]} },
{type: 'Feature',properties:{Name: '4', Address: '57-65 58TH STREET, MASPETH', Month: '3', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.91196345, 40.72142396]} },
{type: 'Feature',properties:{Name: '4', Address: '58-14 59TH STREET, MASPETH', Month: '4', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.90832449, 40.72060593]} },
{type: 'Feature',properties:{Name: '4', Address: '58-91 GRAND AVENUE, MASPETH', Month: '2', Price: '1404'}, geometry: { type: 'Point', coordinates:[-73.90884437, 40.72032089]} },
{type: 'Feature',properties:{Name: '4', Address: '59-42 56TH DRIVE, MASPETH', Month: '10', Price: '1573'}, geometry: { type: 'Point', coordinates:[-73.90723043, 40.72389053]} },
{type: 'Feature',properties:{Name: '4', Address: '59-30 57TH ROAD, MASPETH', Month: '4', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.90776996, 40.72246369]} },
{type: 'Feature',properties:{Name: '4', Address: '59-89 57TH DRIVE, MASPETH', Month: '4', Price: '1848'}, geometry: { type: 'Point', coordinates:[-73.90548351, 40.72188818]} },
{type: 'Feature',properties:{Name: '4', Address: '59-41 57TH DRIVE, MASPETH', Month: '6', Price: '1490'}, geometry: { type: 'Point', coordinates:[-73.90677151, 40.72183983]} },
{type: 'Feature',properties:{Name: '4', Address: '57-55 59TH STREET, MASPETH', Month: '10', Price: '1540'}, geometry: { type: 'Point', coordinates:[-73.90836635, 40.72164623]} },
{type: 'Feature',properties:{Name: '4', Address: '59-19 58TH AVENUE, MASPETH', Month: '1', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.90763834, 40.72111865]} },
{type: 'Feature',properties:{Name: '4', Address: '59-13 58TH AVENUE, MASPETH', Month: '9', Price: '1836'}, geometry: { type: 'Point', coordinates:[-73.90780069, 40.72111329]} },
{type: 'Feature',properties:{Name: '4', Address: '58-01 59TH STREET, MASPETH', Month: '3', Price: '2531'}, geometry: { type: 'Point', coordinates:[-73.90832396, 40.7209902]} },
{type: 'Feature',properties:{Name: '4', Address: '60-61 FLUSHING AVENUE, MASPETH', Month: '7', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.90570257, 40.72005486]} },
{type: 'Feature',properties:{Name: '4', Address: '60-49 FLUSHING AVENUE, MASPETH', Month: '10', Price: '2397'}, geometry: { type: 'Point', coordinates:[-73.90590116, 40.71993151]} },
{type: 'Feature',properties:{Name: '4', Address: '55-66 61ST STREET, MASPETH', Month: '12', Price: '1332'}, geometry: { type: 'Point', coordinates:[-73.9042664, 40.72533459]} },
{type: 'Feature',properties:{Name: '4', Address: '60-07 56TH AVENUE, MASPETH', Month: '4', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.90580715, 40.72518765]} },
{type: 'Feature',properties:{Name: '4', Address: '60-22 56TH AVE, MASPETH', Month: '11', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.90559433, 40.72515454]} },
{type: 'Feature',properties:{Name: '4', Address: '56-08 61ST STREET, MASPETH', Month: '5', Price: '3500'}, geometry: { type: 'Point', coordinates:[-73.90432847, 40.72482137]} },
{type: 'Feature',properties:{Name: '4', Address: '60-21 56TH DRIVE, MASPETH', Month: '10', Price: '2453'}, geometry: { type: 'Point', coordinates:[-73.90578384, 40.72380701]} },
{type: 'Feature',properties:{Name: '4', Address: '60-41 MASPETH AVENUE, MASPETH', Month: '12', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.90561169, 40.72309049]} },
{type: 'Feature',properties:{Name: '4', Address: '60-41 MASPETH AVENUE, MASPETH', Month: '10', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.90561169, 40.72309049]} },
{type: 'Feature',properties:{Name: '4', Address: '61-40 55TH DRIVE, MASPETH', Month: '12', Price: '1872'}, geometry: { type: 'Point', coordinates:[-73.90291298, 40.72566558]} },
{type: 'Feature',properties:{Name: '4', Address: '61-19 56TH AVENUE, MASPETH', Month: '6', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.90389881, 40.72505158]} },
{type: 'Feature',properties:{Name: '4', Address: '61-03 56TH ROAD, MASPETH', Month: '9', Price: '2480'}, geometry: { type: 'Point', coordinates:[-73.90398276, 40.72437369]} },
{type: 'Feature',properties:{Name: '4', Address: '61-49 56TH DRIVE, MASPETH', Month: '8', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.90315406, 40.72362917]} },
{type: 'Feature',properties:{Name: '4', Address: '56-50 64TH STREET, MASPETH', Month: '10', Price: '1119'}, geometry: { type: 'Point', coordinates:[-73.90183335, 40.72382018]} },
{type: 'Feature',properties:{Name: '4', Address: '56-53 56TH DRIVE, MASPETH', Month: '12', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.91443805, 40.72440664]} },
{type: 'Feature',properties:{Name: '4', Address: '61-38 56TH DRIVE, MASPETH', Month: '8', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.90334527, 40.72362658]} },
{type: 'Feature',properties:{Name: '4', Address: '61-38 MASPETH AVENUE, MASPETH', Month: '6', Price: '2423'}, geometry: { type: 'Point', coordinates:[-73.90341124, 40.722913]} },
{type: 'Feature',properties:{Name: '4', Address: '61-19 GRAND AVENUE, MASPETH', Month: '3', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.90402948, 40.72199951]} },
{type: 'Feature',properties:{Name: '4', Address: '56-11 REMSEN PLACE, MASPETH', Month: '7', Price: '2598'}, geometry: { type: 'Point', coordinates:[-73.90091137, 40.72516432]} },
{type: 'Feature',properties:{Name: '4', Address: '65-02 HULL AVENUE, MASPETH', Month: '5', Price: '2090'}, geometry: { type: 'Point', coordinates:[-73.90109494, 40.72545543]} },
{type: 'Feature',properties:{Name: '4', Address: '65-10 HULL AVENUE, MASPETH', Month: '5', Price: '2670'}, geometry: { type: 'Point', coordinates:[-73.89938352, 40.72632129]} },
{type: 'Feature',properties:{Name: '4', Address: '60-34 FLUSHING AVENUE, MASPETH', Month: '4', Price: '1832'}, geometry: { type: 'Point', coordinates:[-73.90636335, 40.71962173]} },
{type: 'Feature',properties:{Name: '4', Address: '60-37 59TH ROAD, MASPETH', Month: '1', Price: '1732'}, geometry: { type: 'Point', coordinates:[-73.90510627, 40.71826204]} },
{type: 'Feature',properties:{Name: '4', Address: '60-35 59TH ROAD, MASPETH', Month: '2', Price: '1732'}, geometry: { type: 'Point', coordinates:[-73.905164, 40.71825385]} },
{type: 'Feature',properties:{Name: '4', Address: '60-40 59TH ROAD, MASPETH', Month: '3', Price: '1740'}, geometry: { type: 'Point', coordinates:[-73.9050233, 40.71825923]} },
{type: 'Feature',properties:{Name: '4', Address: '59-67 60TH STREET, MASPETH', Month: '12', Price: '1585'}, geometry: { type: 'Point', coordinates:[-73.90629132, 40.71697023]} },
{type: 'Feature',properties:{Name: '4', Address: '59-74 60TH LANE, MASPETH', Month: '3', Price: '1924'}, geometry: { type: 'Point', coordinates:[-73.90385951, 40.71727838]} },
{type: 'Feature',properties:{Name: '4', Address: '60-54 60TH ROAD, MASPETH', Month: '12', Price: '1840'}, geometry: { type: 'Point', coordinates:[-73.90416079, 40.71598036]} },
{type: 'Feature',properties:{Name: '4', Address: '6065 60 DRIVE, MASPETH', Month: '10', Price: '2640'}, geometry: { type: 'Point', coordinates:[-73.90353399, 40.71537873]} },
{type: 'Feature',properties:{Name: '4', Address: '60-34 60TH DRIVE, MASPETH', Month: '11', Price: '1664'}, geometry: { type: 'Point', coordinates:[-73.90477154, 40.7152041]} },
{type: 'Feature',properties:{Name: '4', Address: '60-16 60TH PLACE, MASPETH', Month: '6', Price: '2242'}, geometry: { type: 'Point', coordinates:[-73.90408314, 40.71478907]} },
{type: 'Feature',properties:{Name: '4', Address: '60-18 60TH PLACE, MASPETH', Month: '2', Price: '2224'}, geometry: { type: 'Point', coordinates:[-73.9040652, 40.71472593]} },
{type: 'Feature',properties:{Name: '4', Address: '60-20 60TH PLACE, MASPETH', Month: '7', Price: '2242'}, geometry: { type: 'Point', coordinates:[-73.90404725, 40.71466278]} },
{type: 'Feature',properties:{Name: '4', Address: '60-60 60TH LANE, MASPETH', Month: '6', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.90319201, 40.71488988]} },
{type: 'Feature',properties:{Name: '4', Address: '58-44 61ST STREET, MASPETH', Month: '2', Price: '1215'}, geometry: { type: 'Point', coordinates:[-73.90343739, 40.71980595]} },
{type: 'Feature',properties:{Name: '4', Address: '58-44 61ST STREET, MASPETH', Month: '4', Price: '1215'}, geometry: { type: 'Point', coordinates:[-73.90343739, 40.71980595]} },
{type: 'Feature',properties:{Name: '4', Address: '59-57 60TH LANE, MASPETH', Month: '3', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.90390963, 40.71754467]} },
{type: 'Feature',properties:{Name: '4', Address: '59-84 FRESH POND ROAD, MASPETH', Month: '11', Price: '2836'}, geometry: { type: 'Point', coordinates:[-73.90194742, 40.71739754]} },
{type: 'Feature',properties:{Name: '4', Address: '60-10 FRESH POND ROAD, MASPETH', Month: '2', Price: '2470'}, geometry: { type: 'Point', coordinates:[-73.9017393, 40.71664804]} },
{type: 'Feature',properties:{Name: '4', Address: '61-03 60TH DRIVE, MASPETH', Month: '6', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.90228202, 40.71554511]} },
{type: 'Feature',properties:{Name: '4', Address: '6093 60TH DRIVE, MASPETH', Month: '1', Price: '1392'}, geometry: { type: 'Point', coordinates:[-73.90270054, 40.71549057]} },
{type: 'Feature',properties:{Name: '4', Address: '60-81 60TH LANE, MASPETH', Month: '3', Price: '2850'}, geometry: { type: 'Point', coordinates:[-73.9030878, 40.71461257]} },
{type: 'Feature',properties:{Name: '4', Address: '60-56 FRESH POND ROAD, MASPETH', Month: '9', Price: '2660'}, geometry: { type: 'Point', coordinates:[-73.90141271, 40.71550869]} },
{type: 'Feature',properties:{Name: '4', Address: '62-12 FLUSHING AVENUE, MASPETH', Month: '6', Price: '1548'}, geometry: { type: 'Point', coordinates:[-73.90291148, 40.72174331]} },
{type: 'Feature',properties:{Name: '4', Address: '57-68 63RD STREET, MASPETH', Month: '9', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.90214317, 40.72166306]} },
{type: 'Feature',properties:{Name: '4', Address: '57-25 63 STREET, MASPETH', Month: '6', Price: '1728'}, geometry: { type: 'Point', coordinates:[-73.90214306, 40.72173717]} },
{type: 'Feature',properties:{Name: '4', Address: '57-23 63RD STREET, MASPETH', Month: '7', Price: '1728'}, geometry: { type: 'Point', coordinates:[-73.90214305, 40.72174266]} },
{type: 'Feature',properties:{Name: '4', Address: '63-22 FLUSHING AVENUE, MASPETH', Month: '10', Price: '2688'}, geometry: { type: 'Point', coordinates:[-73.90203403, 40.72228329]} },
{type: 'Feature',properties:{Name: '4', Address: '57-37 64TH STREET, MASPETH', Month: '4', Price: '2640'}, geometry: { type: 'Point', coordinates:[-73.90132337, 40.72225249]} },
{type: 'Feature',properties:{Name: '4', Address: '64-06 FLUSHING AVENUE, MASPETH', Month: '1', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.9013371, 40.72272185]} },
{type: 'Feature',properties:{Name: '4', Address: '59-81 FRESH POND ROAD, MASPETH', Month: '2', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.90195089, 40.71749361]} },
{type: 'Feature',properties:{Name: '4', Address: '6247 60TH ROAD, MASPETH', Month: '2', Price: '2026'}, geometry: { type: 'Point', coordinates:[-73.90113006, 40.71637304]} },
{type: 'Feature',properties:{Name: '4', Address: '6051 FRESH POND ROAD, MASPETH', Month: '3', Price: '2560'}, geometry: { type: 'Point', coordinates:[-73.90141977, 40.71561299]} },
{type: 'Feature',properties:{Name: '4', Address: '62-20 60TH ROAD, MASPETH', Month: '6', Price: '2033'}, geometry: { type: 'Point', coordinates:[-73.90116258, 40.71633739]} },
{type: 'Feature',properties:{Name: '4', Address: '62-48 60TH ROAD, MASPETH', Month: '7', Price: '2033'}, geometry: { type: 'Point', coordinates:[-73.90111565, 40.71635931]} },
{type: 'Feature',properties:{Name: '4', Address: '6213 60TH DRIVE, MASPETH', Month: '7', Price: '3009'}, geometry: { type: 'Point', coordinates:[-73.90063314, 40.71577151]} },
{type: 'Feature',properties:{Name: '4', Address: '60-77 FRESH POND ROAD, MASPETH', Month: '12', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.9012619, 40.71504195]} },
{type: 'Feature',properties:{Name: '4', Address: '60-71 FRESH POND ROAD, MASPETH', Month: '1', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.90128342, 40.71512431]} },
{type: 'Feature',properties:{Name: '4', Address: '62-10 60TH DRIVE, MASPETH', Month: '6', Price: '2096'}, geometry: { type: 'Point', coordinates:[-73.90066566, 40.71573586]} },
{type: 'Feature',properties:{Name: '4', Address: '61-03 FRESH POND ROAD, MASPETH', Month: '8', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.9011112, 40.71449561]} },
{type: 'Feature',properties:{Name: '4', Address: '61-29 63RD STREET, MASPETH', Month: '2', Price: '1176'}, geometry: { type: 'Point', coordinates:[-73.8991045, 40.71520476]} },
{type: 'Feature',properties:{Name: '4', Address: '61-11 64TH STREET, MASPETH', Month: '8', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.89844748, 40.71553081]} },
{type: 'Feature',properties:{Name: '4', Address: '64-16 ELIOT AVENUE, MASPETH', Month: '8', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.89838912, 40.7159562]} },
{type: 'Feature',properties:{Name: '4', Address: '63-06 62ND AVENUE, MASPETH', Month: '5', Price: '1995'}, geometry: { type: 'Point', coordinates:[-73.89855405, 40.7142491]} },
{type: 'Feature',properties:{Name: '4', Address: '62-50 64TH STREET, MASPETH', Month: '6', Price: '1720'}, geometry: { type: 'Point', coordinates:[-73.89732561, 40.71319128]} },
{type: 'Feature',properties:{Name: '4', Address: '62-53 64TH STREET, MASPETH', Month: '7', Price: '1720'}, geometry: { type: 'Point', coordinates:[-73.89730397, 40.71318851]} },
{type: 'Feature',properties:{Name: '4', Address: '62-45 64TH STREET, MASPETH', Month: '7', Price: '1720'}, geometry: { type: 'Point', coordinates:[-73.89732909, 40.71327362]} },
{type: 'Feature',properties:{Name: '4', Address: '62-35 64TH STREET, MASPETH', Month: '2', Price: '1720'}, geometry: { type: 'Point', coordinates:[-73.89758118, 40.71354284]} },
{type: 'Feature',properties:{Name: '4', Address: '62-08 65TH STREET, MASPETH', Month: '1', Price: '2920'}, geometry: { type: 'Point', coordinates:[-73.89698846, 40.71428339]} },
{type: 'Feature',properties:{Name: '4', Address: '62-30 65TH STREET, MASPETH', Month: '4', Price: '1240'}, geometry: { type: 'Point', coordinates:[-73.89697768, 40.71425319]} },
{type: 'Feature',properties:{Name: '4', Address: '62-30 MOUNT OLIVET CRESCEN, MASPETH', Month: '2', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.89602941, 40.71397786]} },
{type: 'Feature',properties:{Name: '4', Address: '66-59 58TH AVENUE, MASPETH', Month: '6', Price: '1672'}, geometry: { type: 'Point', coordinates:[-73.89675339, 40.72398042]} },
{type: 'Feature',properties:{Name: '4', Address: '57-20 66TH STREET, MASPETH', Month: '7', Price: '1326'}, geometry: { type: 'Point', coordinates:[-73.89844561, 40.7238639]} },
{type: 'Feature',properties:{Name: '4', Address: '66-30 58TH AVENUE, MASPETH', Month: '11', Price: '3592'}, geometry: { type: 'Point', coordinates:[-73.89719738, 40.7238326]} },
{type: 'Feature',properties:{Name: '4', Address: '66-50 69 STREET, MASPETH', Month: '8', Price: '1722'}, geometry: { type: 'Point', coordinates:[-73.88680309, 40.71343393]} },
{type: 'Feature',properties:{Name: '4', Address: '66-66 69TH STREET, MASPETH', Month: '12', Price: '2250'}, geometry: { type: 'Point', coordinates:[-73.88662721, 40.71291774]} },
{type: 'Feature',properties:{Name: '4', Address: '50-36 61ST STREET, MASPETH', Month: '1', Price: '2090'}, geometry: { type: 'Point', coordinates:[-73.90374513, 40.73653002]} },
{type: 'Feature',properties:{Name: '4', Address: '50-36 61 STREET, MASPETH', Month: '10', Price: '2090'}, geometry: { type: 'Point', coordinates:[-73.90374513, 40.73653002]} },
{type: 'Feature',properties:{Name: '4', Address: '50-41 64TH STREET, MASPETH', Month: '4', Price: '2940'}, geometry: { type: 'Point', coordinates:[-73.90185443, 40.73644883]} },
{type: 'Feature',properties:{Name: '4', Address: '55-22 66TH STREET, MASPETH', Month: '2', Price: '1980'}, geometry: { type: 'Point', coordinates:[-73.89867541, 40.72695471]} },
{type: 'Feature',properties:{Name: '4', Address: '55-22 66TH STREET, MASPETH', Month: '12', Price: '1980'}, geometry: { type: 'Point', coordinates:[-73.89867541, 40.72695471]} },
{type: 'Feature',properties:{Name: '4', Address: '51-05 65 STREET, MASPETH', Month: '1', Price: '2900'}, geometry: { type: 'Point', coordinates:[-73.90095028, 40.73539681]} },
{type: 'Feature',properties:{Name: '4', Address: '51-03 65 STREET, MASPETH', Month: '1', Price: '2900'}, geometry: { type: 'Point', coordinates:[-73.90095026, 40.73541328]} },
{type: 'Feature',properties:{Name: '4', Address: '48-22 65TH PLACE, MASPETH', Month: '12', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.89988881, 40.73820652]} },
{type: 'Feature',properties:{Name: '4', Address: '46-33 65TH PLACE, MASPETH', Month: '2', Price: '2812'}, geometry: { type: 'Point', coordinates:[-73.89983712, 40.73898324]} },
{type: 'Feature',properties:{Name: '4', Address: '66-07 CLINTON AVENUE, MASPETH', Month: '7', Price: '3166'}, geometry: { type: 'Point', coordinates:[-73.89814267, 40.72615002]} },
{type: 'Feature',properties:{Name: '4', Address: '53-46 67TH STREET, MASPETH', Month: '1', Price: '3850'}, geometry: { type: 'Point', coordinates:[-73.89789869, 40.72997874]} },
{type: 'Feature',properties:{Name: '4', Address: '67-14 53RD ROAD, MASPETH', Month: '12', Price: '3213'}, geometry: { type: 'Point', coordinates:[-73.89754755, 40.73072775]} },
{type: 'Feature',properties:{Name: '4', Address: '5272 69TH STREET, MASPETH', Month: '8', Price: '1776'}, geometry: { type: 'Point', coordinates:[-73.89583553, 40.7318598]} },
{type: 'Feature',properties:{Name: '4', Address: '46-09 66TH STREET, MASPETH', Month: '6', Price: '3760'}, geometry: { type: 'Point', coordinates:[-73.89882598, 40.73947367]} },
{type: 'Feature',properties:{Name: '4', Address: '54-68 46TH STREET, MASPETH', Month: '3', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.92241191, 40.73001708]} },
{type: 'Feature',properties:{Name: '4', Address: '55-03 METROPOLITAN AVENUE, MASPETH', Month: '11', Price: '2492'}, geometry: { type: 'Point', coordinates:[-73.90862344, 40.71305807]} },
{type: 'Feature',properties:{Name: '4', Address: '60-61 55 STREET, MASPETH', Month: '8', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.91043905, 40.71484908]} },
{type: 'Feature',properties:{Name: '4', Address: '60-17 55TH STREET, MASPETH', Month: '8', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.9115276, 40.71547848]} },
{type: 'Feature',properties:{Name: '4', Address: '60-44 60TH STREET, MASPETH', Month: '7', Price: '2060'}, geometry: { type: 'Point', coordinates:[-73.90592577, 40.71527367]} },
{type: 'Feature',properties:{Name: '4', Address: '59-19 59TH DRIVE, MASPETH', Month: '5', Price: '3098'}, geometry: { type: 'Point', coordinates:[-73.90780582, 40.71740238]} },
{type: 'Feature',properties:{Name: '4', Address: '59-15 59TH DRIVE, MASPETH', Month: '11', Price: '4472'}, geometry: { type: 'Point', coordinates:[-73.90793206, 40.7174162]} },
{type: 'Feature',properties:{Name: '4', Address: '57-21 57TH ROAD, MASPETH', Month: '11', Price: '2026'}, geometry: { type: 'Point', coordinates:[-73.9129507, 40.72236342]} },
{type: 'Feature',properties:{Name: '4', Address: '56-10 60TH STREET, MASPETH', Month: '8', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.90621519, 40.72493272]} },
{type: 'Feature',properties:{Name: '4', Address: '59-24 56 DRIVE, MASPETH', Month: '6', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.90783287, 40.72393219]} },
{type: 'Feature',properties:{Name: '4', Address: '59-11 MASPETH AVENUE, MASPETH', Month: '2', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.90795297, 40.72317747]} },
{type: 'Feature',properties:{Name: '4', Address: '57-37 59TH STREET, MASPETH', Month: '5', Price: '920'}, geometry: { type: 'Point', coordinates:[-73.90839457, 40.72211011]} },
{type: 'Feature',properties:{Name: '4', Address: '60-02 56TH AVENUE, MASPETH', Month: '3', Price: '4200'}, geometry: { type: 'Point', coordinates:[-73.90586489, 40.72517397]} },
{type: 'Feature',properties:{Name: '4', Address: '60-06 56TH AVENUE, MASPETH', Month: '6', Price: '3900'}, geometry: { type: 'Point', coordinates:[-73.90581078, 40.72517118]} },
{type: 'Feature',properties:{Name: '4', Address: '60-08 56TH AVENUE, MASPETH', Month: '12', Price: '3900'}, geometry: { type: 'Point', coordinates:[-73.90578192, 40.72516841]} },
{type: 'Feature',properties:{Name: '4', Address: '60-10 56TH AVENUE, MASPETH', Month: '6', Price: '3900'}, geometry: { type: 'Point', coordinates:[-73.90575667, 40.72516565]} },
{type: 'Feature',properties:{Name: '4', Address: '60-32 56TH AVENUE, MASPETH', Month: '8', Price: '3315'}, geometry: { type: 'Point', coordinates:[-73.90546085, 40.72514619]} },
{type: 'Feature',properties:{Name: '4', Address: '60-04 56TH ROAD, MASPETH', Month: '10', Price: '3679'}, geometry: { type: 'Point', coordinates:[-73.90591636, 40.72449057]} },
{type: 'Feature',properties:{Name: '4', Address: '6140 56TH AVE, MASPETH', Month: '8', Price: '2436'}, geometry: { type: 'Point', coordinates:[-73.9038844, 40.7250351]} },
{type: 'Feature',properties:{Name: '4', Address: '61-46 56TH AVENUE, MASPETH', Month: '5', Price: '2232'}, geometry: { type: 'Point', coordinates:[-73.90387718, 40.72503509]} },
{type: 'Feature',properties:{Name: '4', Address: '64-40 PERRY AVENUE, MASPETH', Month: '11', Price: '1980'}, geometry: { type: 'Point', coordinates:[-73.90108658, 40.72379758]} },
{type: 'Feature',properties:{Name: '4', Address: '56-62 REMSEN, MASPETH', Month: '6', Price: '2250'}, geometry: { type: 'Point', coordinates:[-73.90010506, 40.72393672]} },
{type: 'Feature',properties:{Name: '4', Address: '60-62 FLUSHING AVENUE, MASPETH', Month: '11', Price: '2024'}, geometry: { type: 'Point', coordinates:[-73.90546791, 40.72017544]} },
{type: 'Feature',properties:{Name: '4', Address: '60-67 59TH AVENUE, MASPETH', Month: '5', Price: '3060'}, geometry: { type: 'Point', coordinates:[-73.9042897, 40.71915616]} },
{type: 'Feature',properties:{Name: '4', Address: '58-59 61ST STREET, MASPETH', Month: '5', Price: '2760'}, geometry: { type: 'Point', coordinates:[-73.90338704, 40.71969887]} },
{type: 'Feature',properties:{Name: '4', Address: '59-66 61 STREET, MASPETH', Month: '2', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.90298614, 40.71754115]} },
{type: 'Feature',properties:{Name: '4', Address: '6219 62ND AVENUE, MASPETH', Month: '7', Price: '3498'}, geometry: { type: 'Point', coordinates:[-73.89934425, 40.71410158]} },
{type: 'Feature',properties:{Name: '4', Address: '61-29 65 STREET, MASPETH', Month: '6', Price: '2499'}, geometry: { type: 'Point', coordinates:[-73.89747721, 40.71546957]} },
{type: 'Feature',properties:{Name: '4', Address: '61-25 65 ST, MASPETH', Month: '8', Price: '2499'}, geometry: { type: 'Point', coordinates:[-73.89749519, 40.71550801]} },
{type: 'Feature',properties:{Name: '4', Address: '65-61 HULL AVENUE, MASPETH', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89924989, 40.72641175]} },
{type: 'Feature',properties:{Name: '4', Address: '44-09 66TH STREET, MASPETH', Month: '3', Price: '6024'}, geometry: { type: 'Point', coordinates:[-73.89870553, 40.7403711]} },
{type: 'Feature',properties:{Name: '4', Address: '54-72 46TH STREET, MASPETH', Month: '5', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.92242639, 40.72997592]} },
{type: 'Feature',properties:{Name: '4', Address: '54-72 46TH STREET, MASPETH', Month: '8', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.92242639, 40.72997592]} },
{type: 'Feature',properties:{Name: '4', Address: '54-30 NURGE AVENUE, MASPETH', Month: '1', Price: '2900'}, geometry: { type: 'Point', coordinates:[-73.91149252, 40.71472913]} },
{type: 'Feature',properties:{Name: '4', Address: '60-72 56 ST, MASPETH', Month: '1', Price: '2750'}, geometry: { type: 'Point', coordinates:[-73.90972784, 40.71527671]} },
{type: 'Feature',properties:{Name: '4', Address: '60-80 56TH STREET, MASPETH', Month: '7', Price: '2970'}, geometry: { type: 'Point', coordinates:[-73.90959447, 40.71519975]} },
{type: 'Feature',properties:{Name: '4', Address: '61-13 55TH STREET, MASPETH', Month: '12', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.90922796, 40.71415097]} },
{type: 'Feature',properties:{Name: '4', Address: '59-27 59TH STREET, MASPETH', Month: '11', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.90836752, 40.71817136]} },
{type: 'Feature',properties:{Name: '4', Address: '58-67 57TH ROAD, MASPETH', Month: '6', Price: '3750'}, geometry: { type: 'Point', coordinates:[-73.90958468, 40.72241572]} },
{type: 'Feature',properties:{Name: '4', Address: '56-08 60 STREET, MASPETH', Month: '9', Price: '3375'}, geometry: { type: 'Point', coordinates:[-73.90621153, 40.72496565]} },
{type: 'Feature',properties:{Name: '4', Address: '56-08 60 STREET, MASPETH', Month: '11', Price: '3375'}, geometry: { type: 'Point', coordinates:[-73.90621153, 40.72496565]} },
{type: 'Feature',properties:{Name: '4', Address: '66-10 GRAND AVENUE, MASPETH', Month: '11', Price: '18034'}, geometry: { type: 'Point', coordinates:[-73.89817059, 40.72440712]} },
{type: 'Feature',properties:{Name: '4', Address: '62-15 53RD AVENUE, 4F, MASPETH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90135653, 40.73153254]} },
{type: 'Feature',properties:{Name: '4', Address: '52-24 65TH PLACE, 3J, MASPETH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90010617, 40.73282699]} },
{type: 'Feature',properties:{Name: '4', Address: '52-30 65TH PLACE, 4G, MASPETH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90010991, 40.73273367]} },
{type: 'Feature',properties:{Name: '4', Address: '52-60 65TH PLACE, 2D, MASPETH', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90012505, 40.73226708]} },
{type: 'Feature',properties:{Name: '4', Address: '52-60 65TH PLACE, 4C, MASPETH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90012505, 40.73226708]} },
{type: 'Feature',properties:{Name: '4', Address: '52-30 65TH PLACE, 6F, MASPETH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90010991, 40.73273367]} },
{type: 'Feature',properties:{Name: '4', Address: '52-24 65TH PLACE, UGE, MASPETH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90010617, 40.73282699]} },
{type: 'Feature',properties:{Name: '4', Address: '52-60 65TH PLACE, 6A, MASPETH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90012505, 40.73226708]} },
{type: 'Feature',properties:{Name: '4', Address: '52-60 65TH PLACE, APT 4, MASPETH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90012505, 40.73226708]} },
{type: 'Feature',properties:{Name: '4', Address: '6219 53RD AVE, UG-K, MASPETH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90128442, 40.7314968]} },
{type: 'Feature',properties:{Name: '4', Address: '52-21 65TH PLACE, 4K, MASPETH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90008442, 40.7328901]} },
{type: 'Feature',properties:{Name: '4', Address: '52-21 65TH PLACE, 6N, MASPETH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90008442, 40.7328901]} },
{type: 'Feature',properties:{Name: '4', Address: '65-31 52ND AVENUE, MASPETH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89970801, 40.73365831]} },
{type: 'Feature',properties:{Name: '4', Address: '6024 60TH DRIVE, MASPETH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90502049, 40.71517137]} },
{type: 'Feature',properties:{Name: '4', Address: '61-12 69TH STREET, MASPETH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89086995, 40.71908658]} },
{type: 'Feature',properties:{Name: '4', Address: '56-05 METROPOLITAN AVENUE, MASPETH', Month: '10', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.90679116, 40.71294956]} },
{type: 'Feature',properties:{Name: '4', Address: '60-01 METROPOLITAN AVENUE, MASPETH', Month: '4', Price: '8460'}, geometry: { type: 'Point', coordinates:[-73.90530511, 40.71288247]} },
{type: 'Feature',properties:{Name: '4', Address: '66-40 GRAND AVENUE, MASPETH', Month: '8', Price: '2652'}, geometry: { type: 'Point', coordinates:[-73.89775898, 40.72461811]} },
{type: 'Feature',properties:{Name: '4', Address: '58-85 54TH STREET, MASPETH', Month: '3', Price: '1000'}, geometry: { type: 'Point', coordinates:[-73.9148935, 40.71807481]} },
{type: 'Feature',properties:{Name: '4', Address: '55-19 METROPOLITAN AVENUE, MASPETH', Month: '3', Price: '2948'}, geometry: { type: 'Point', coordinates:[-73.90825915, 40.71303582]} },
{type: 'Feature',properties:{Name: '4', Address: '53-75 65TH PLACE, MASPETH', Month: '4', Price: '3360'}, geometry: { type: 'Point', coordinates:[-73.90022339, 40.72924244]} },
{type: 'Feature',properties:{Name: '4', Address: '56-34 66TH STREET, MASPETH', Month: '2', Price: '1508'}, geometry: { type: 'Point', coordinates:[-73.89858845, 40.72482744]} },
{type: 'Feature',properties:{Name: '4', Address: '62-15 60TH LANE, MASPETH', Month: '9', Price: '5256'}, geometry: { type: 'Point', coordinates:[-73.90286571, 40.71354193]} },
{type: 'Feature',properties:{Name: '4', Address: '60-79 FRESH POND ROAD, MASPETH', Month: '11', Price: '1860'}, geometry: { type: 'Point', coordinates:[-73.90125472, 40.71501449]} },
{type: 'Feature',properties:{Name: '4', Address: '62-28 MOUNT OLIVET CRESCEN, MASPETH', Month: '10', Price: '594'}, geometry: { type: 'Point', coordinates:[-73.89607621, 40.71403829]} },
{type: 'Feature',properties:{Name: '4', Address: '54-59 43RD STREET, MASPETH', Month: '12', Price: '15320'}, geometry: { type: 'Point', coordinates:[-73.92518565, 40.73079568]} },
{type: 'Feature',properties:{Name: '4', Address: '54-61 46TH STREET, MASPETH', Month: '12', Price: '6268'}, geometry: { type: 'Point', coordinates:[-73.92237579, 40.73005274]} },
{type: 'Feature',properties:{Name: '4', Address: '56-19 GRAND AVENUE, MASPETH', Month: '5', Price: '72800'}, geometry: { type: 'Point', coordinates:[-73.91310282, 40.71914119]} },
{type: 'Feature',properties:{Name: '4', Address: '49-29 METROPOLITAN AVENUE, MASPETH', Month: '12', Price: '51209'}, geometry: { type: 'Point', coordinates:[-73.9178787, 40.7136387]} },
{type: 'Feature',properties:{Name: '4', Address: '5844 MAURICE AVENUE, MASPETH', Month: '8', Price: '14000'}, geometry: { type: 'Point', coordinates:[-73.91155957, 40.72400647]} },
{type: 'Feature',properties:{Name: '4', Address: '59-12 57TH DRIVE, MASPETH', Month: '9', Price: '3750'}, geometry: { type: 'Point', coordinates:[-73.90751475, 40.72179376]} },
{type: 'Feature',properties:{Name: '4', Address: '55-59 60TH STREET, MASPETH', Month: '12', Price: '4200'}, geometry: { type: 'Point', coordinates:[-73.90611685, 40.72559412]} },
{type: 'Feature',properties:{Name: '4', Address: '64-15 GRAND AVENUE, MASPETH', Month: '1', Price: '4450'}, geometry: { type: 'Point', coordinates:[-73.90151, 40.7229059]} },
{type: 'Feature',properties:{Name: '4', Address: '60-31 60TH COURT, MASPETH', Month: '1', Price: '4675'}, geometry: { type: 'Point', coordinates:[-73.90414834, 40.71460248]} },
{type: 'Feature',properties:{Name: '4', Address: '66-15 BORDEN AVENUE, MASPETH', Month: '4', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.89809602, 40.72598804]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 59TH AVENUE, MASPETH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91036992, 40.71796983]} },
{type: 'Feature',properties:{Name: '4', Address: '59-32 55TH STREET, MASPETH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91313126, 40.71669288]} },
{type: 'Feature',properties:{Name: '4', Address: '59-29 54TH STREET, MASPETH', Month: '12', Price: '6575'}, geometry: { type: 'Point', coordinates:[-73.91408375, 40.71658106]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 56TH DRIVE, MASPETH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9013866, 40.72340809]} },
{type: 'Feature',properties:{Name: '4', Address: '59-12 FRESH POND ROAD, MASPETH', Month: '5', Price: '1369'}, geometry: { type: 'Point', coordinates:[-73.90242469, 40.71911617]} },
{type: 'Feature',properties:{Name: '4', Address: '61-50 62ND ROAD, MASPETH', Month: '2', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.90027261, 40.7132323]} },
{type: 'Feature',properties:{Name: '4', Address: '56-06 56TH STREET, MASPETH', Month: '5', Price: '4764'}, geometry: { type: 'Point', coordinates:[-73.91484521, 40.72480767]} },
{type: 'Feature',properties:{Name: '4', Address: '56-20 56TH STREET, MASPETH', Month: '1', Price: '4979'}, geometry: { type: 'Point', coordinates:[-73.91484885, 40.72478846]} },
{type: 'Feature',properties:{Name: '4', Address: '1 MASPETH AVENUE, MASPETH', Month: '2', Price: '10580'}, geometry: { type: 'Point', coordinates:[-73.92029533, 40.72284907]} },
{type: 'Feature',properties:{Name: '4', Address: '56-24 58TH STREET, MASPETH', Month: '11', Price: '15000'}, geometry: { type: 'Point', coordinates:[-73.91247517, 40.7245973]} },
{type: 'Feature',properties:{Name: '4', Address: '46-73 METROPOLITAN AVENUE, MASPETH', Month: '12', Price: '7540'}, geometry: { type: 'Point', coordinates:[-73.92191125, 40.71388854]} },
{type: 'Feature',properties:{Name: '4', Address: '59-01 57TH STREET, MASPETH', Month: '5', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.91198911, 40.71838279]} },
{type: 'Feature',properties:{Name: '4', Address: '57-25 59TH AVENUE, MASPETH', Month: '3', Price: '7600'}, geometry: { type: 'Point', coordinates:[-73.9111927, 40.71775088]} },
{type: 'Feature',properties:{Name: '4', Address: '58-85 57TH STREET, MASPETH', Month: '4', Price: '7175'}, geometry: { type: 'Point', coordinates:[-73.91191354, 40.71824]} },
{type: 'Feature',properties:{Name: '4', Address: '55-03 FLUSHING AVENUE, MASPETH', Month: '11', Price: '13100'}, geometry: { type: 'Point', coordinates:[-73.91233906, 40.71561908]} },
{type: 'Feature',properties:{Name: '4', Address: '59-24 57TH STREET, MASPETH', Month: '4', Price: '2750'}, geometry: { type: 'Point', coordinates:[-73.91184162, 40.71806428]} },
{type: 'Feature',properties:{Name: '4', Address: '59-26 57TH STREET, MASPETH', Month: '2', Price: '2750'}, geometry: { type: 'Point', coordinates:[-73.91182723, 40.71803957]} },
{type: 'Feature',properties:{Name: '4', Address: '60-31 56TH STREET, MASPETH', Month: '2', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.91078033, 40.71589785]} },
{type: 'Feature',properties:{Name: '4', Address: '59-25 55TH DRIVE, MASPETH', Month: '6', Price: '28475'}, geometry: { type: 'Point', coordinates:[-73.9078841, 40.7260155]} },
{type: 'Feature',properties:{Name: '4', Address: '55-26 44TH STREET, MASPETH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92407925, 40.72966138]} },
{type: 'Feature',properties:{Name: '4', Address: '55-25 43RD STREET, MASPETH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92573538, 40.72963226]} },
{type: 'Feature',properties:{Name: '4', Address: '55-21 43RD STREET, MASPETH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92569921, 40.72971184]} },
{type: 'Feature',properties:{Name: '4', Address: '57-15 GRAND AVENUE, MASPETH', Month: '5', Price: '1668'}, geometry: { type: 'Point', coordinates:[-73.91192635, 40.71946692]} },
{type: 'Feature',properties:{Name: '4', Address: '65-31 52ND AVENUE, MASPETH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89970801, 40.73365831]} },
{type: 'Feature',properties:{Name: '4', Address: '61-12 69TH STREET, MASPETH', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89086995, 40.71908658]} },
{type: 'Feature',properties:{Name: '4', Address: '69-18 58TH ROAD, MIDDLE VILLAGE', Month: '10', Price: '1391'}, geometry: { type: 'Point', coordinates:[-73.89393195, 40.72409314]} },
{type: 'Feature',properties:{Name: '4', Address: '57-68 73RD PLACE, MIDDLE VILLAGE', Month: '1', Price: '1160'}, geometry: { type: 'Point', coordinates:[-73.88819144, 40.72658269]} },
{type: 'Feature',properties:{Name: '4', Address: '57-32 80TH STREET, MIDDLE VILLAGE', Month: '4', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.88138493, 40.72772045]} },
{type: 'Feature',properties:{Name: '4', Address: '71-53 58TH ROAD, MIDDLE VILLAGE', Month: '12', Price: '1634'}, geometry: { type: 'Point', coordinates:[-73.88944866, 40.72557384]} },
{type: 'Feature',properties:{Name: '4', Address: '71-62 58TH ROAD, MIDDLE VILLAGE', Month: '10', Price: '1140'}, geometry: { type: 'Point', coordinates:[-73.88944147, 40.72555736]} },
{type: 'Feature',properties:{Name: '4', Address: '5822 80TH STREET, MIDDLE VILLAGE', Month: '9', Price: '1240'}, geometry: { type: 'Point', coordinates:[-73.88061815, 40.72676174]} },
{type: 'Feature',properties:{Name: '4', Address: '59-28 69TH LANE, MIDDLE VILLAGE', Month: '5', Price: '1632'}, geometry: { type: 'Point', coordinates:[-73.89133871, 40.72364058]} },
{type: 'Feature',properties:{Name: '4', Address: '59-60 69TH LANE, MIDDLE VILLAGE', Month: '6', Price: '946'}, geometry: { type: 'Point', coordinates:[-73.89101828, 40.72323954]} },
{type: 'Feature',properties:{Name: '4', Address: '5939 69TH PLACE, MIDDLE VILLAGE', Month: '1', Price: '946'}, geometry: { type: 'Point', coordinates:[-73.89190621, 40.72297139]} },
{type: 'Feature',properties:{Name: '4', Address: '59-49 71ST STREET, MIDDLE VILLAGE', Month: '7', Price: '1870'}, geometry: { type: 'Point', coordinates:[-73.88931437, 40.72388568]} },
{type: 'Feature',properties:{Name: '4', Address: '6918 60TH ROAD, MIDDLE VILLAGE', Month: '4', Price: '1089'}, geometry: { type: 'Point', coordinates:[-73.89183002, 40.72101156]} },
{type: 'Feature',properties:{Name: '4', Address: '60-30 69TH LANE, MIDDLE VILLAGE', Month: '11', Price: '1188'}, geometry: { type: 'Point', coordinates:[-73.88985539, 40.72178646]} },
{type: 'Feature',properties:{Name: '4', Address: '60-68 69TH LANE, MIDDLE VILLAGE', Month: '4', Price: '1650'}, geometry: { type: 'Point', coordinates:[-73.88942697, 40.72125082]} },
{type: 'Feature',properties:{Name: '4', Address: '60-14 70TH STREET, MIDDLE VILLAGE', Month: '9', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.88932029, 40.72249135]} },
{type: 'Feature',properties:{Name: '4', Address: '60-48 70TH STREET, MIDDLE VILLAGE', Month: '5', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.88872266, 40.7217442]} },
{type: 'Feature',properties:{Name: '4', Address: '60-58 70TH STREET, MIDDLE VILLAGE', Month: '9', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.88862187, 40.7216151]} },
{type: 'Feature',properties:{Name: '4', Address: '60-24 71ST STREET, MIDDLE VILLAGE', Month: '3', Price: '1610'}, geometry: { type: 'Point', coordinates:[-73.88832796, 40.72262214]} },
{type: 'Feature',properties:{Name: '4', Address: '60-36 71 STREET, MIDDLE VILLAGE', Month: '3', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.88804715, 40.72227054]} },
{type: 'Feature',properties:{Name: '4', Address: '60-62 71ST STREET, MIDDLE VILLAGE', Month: '12', Price: '1176'}, geometry: { type: 'Point', coordinates:[-73.88777714, 40.72193541]} },
{type: 'Feature',properties:{Name: '4', Address: '60-43 70TH STREET, MIDDLE VILLAGE', Month: '5', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.88876581, 40.72182933]} },
{type: 'Feature',properties:{Name: '4', Address: '71-08 60 AVENUE, MIDDLE VILLAGE', Month: '11', Price: '1147'}, geometry: { type: 'Point', coordinates:[-73.88864787, 40.72332236]} },
{type: 'Feature',properties:{Name: '4', Address: '60-54 72ND STREET, MIDDLE VILLAGE', Month: '1', Price: '2035'}, geometry: { type: 'Point', coordinates:[-73.88718082, 40.72256338]} },
{type: 'Feature',properties:{Name: '4', Address: '60-79 71ST STREET, MIDDLE VILLAGE', Month: '6', Price: '1192'}, geometry: { type: 'Point', coordinates:[-73.88759709, 40.72173761]} },
{type: 'Feature',properties:{Name: '4', Address: '60-77 71ST STREET, MIDDLE VILLAGE', Month: '4', Price: '1192'}, geometry: { type: 'Point', coordinates:[-73.88761509, 40.72176508]} },
{type: 'Feature',properties:{Name: '4', Address: '60-57 71ST STREET, MIDDLE VILLAGE', Month: '10', Price: '1192'}, geometry: { type: 'Point', coordinates:[-73.88782029, 40.72202329]} },
{type: 'Feature',properties:{Name: '4', Address: '60-53 71ST STREET, MIDDLE VILLAGE', Month: '9', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.88786349, 40.72207274]} },
{type: 'Feature',properties:{Name: '4', Address: '60-45 71ST STREET, MIDDLE VILLAGE', Month: '8', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.8879463, 40.72217712]} },
{type: 'Feature',properties:{Name: '4', Address: '60-20 72ND STREET, MIDDLE VILLAGE', Month: '6', Price: '1831'}, geometry: { type: 'Point', coordinates:[-73.88756243, 40.72304134]} },
{type: 'Feature',properties:{Name: '4', Address: '60-42 72ND STREET, MIDDLE VILLAGE', Month: '12', Price: '2035'}, geometry: { type: 'Point', coordinates:[-73.88731402, 40.72273094]} },
{type: 'Feature',properties:{Name: '4', Address: '60-46 72ND STREET, MIDDLE VILLAGE', Month: '11', Price: '1831'}, geometry: { type: 'Point', coordinates:[-73.88727082, 40.722676]} },
{type: 'Feature',properties:{Name: '4', Address: '60-62 72ND STREET, MIDDLE VILLAGE', Month: '5', Price: '1831'}, geometry: { type: 'Point', coordinates:[-73.88709082, 40.72245076]} },
{type: 'Feature',properties:{Name: '4', Address: '60-68 72ND STREET, MIDDLE VILLAGE', Month: '11', Price: '2035'}, geometry: { type: 'Point', coordinates:[-73.88702242, 40.7223656]} },
{type: 'Feature',properties:{Name: '4', Address: '60-28 74TH STREET, MIDDLE VILLAGE', Month: '1', Price: '1665'}, geometry: { type: 'Point', coordinates:[-73.88663128, 40.72325178]} },
{type: 'Feature',properties:{Name: '4', Address: '60-29 72ND STREET, MIDDLE VILLAGE', Month: '5', Price: '1665'}, geometry: { type: 'Point', coordinates:[-73.88745437, 40.72293694]} },
{type: 'Feature',properties:{Name: '4', Address: '60-11 72ND STREET, MIDDLE VILLAGE', Month: '5', Price: '1665'}, geometry: { type: 'Point', coordinates:[-73.88765597, 40.7231924]} },
{type: 'Feature',properties:{Name: '4', Address: '60-52 76TH ST, MIDDLE VILLAGE', Month: '8', Price: '1732'}, geometry: { type: 'Point', coordinates:[-73.88412365, 40.72340848]} },
{type: 'Feature',properties:{Name: '4', Address: '60-54 76TH STREET, MIDDLE VILLAGE', Month: '3', Price: '1732'}, geometry: { type: 'Point', coordinates:[-73.88412732, 40.7233728]} },
{type: 'Feature',properties:{Name: '4', Address: '60-35 77TH STREET, MIDDLE VILLAGE', Month: '11', Price: '1732'}, geometry: { type: 'Point', coordinates:[-73.88286702, 40.72405771]} },
{type: 'Feature',properties:{Name: '4', Address: '60-17 77TH STREET, MIDDLE VILLAGE', Month: '3', Price: '1732'}, geometry: { type: 'Point', coordinates:[-73.88325939, 40.72455491]} },
{type: 'Feature',properties:{Name: '4', Address: '60-36 78TH STREET, MIDDLE VILLAGE', Month: '10', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.8813107, 40.72483014]} },
{type: 'Feature',properties:{Name: '4', Address: '60-22 79TH STREET, MIDDLE VILLAGE', Month: '11', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.8804659, 40.72515315]} },
{type: 'Feature',properties:{Name: '4', Address: '60-28 79TH STREET, MIDDLE VILLAGE', Month: '12', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.8804407, 40.72512018]} },
{type: 'Feature',properties:{Name: '4', Address: '60-29 78TH STREET, MIDDLE VILLAGE', Month: '11', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.88133584, 40.72489604]} },
{type: 'Feature',properties:{Name: '4', Address: '58-15 86TH STREET, MIDDLE VILLAGE', Month: '5', Price: '1912'}, geometry: { type: 'Point', coordinates:[-73.87487872, 40.73020855]} },
{type: 'Feature',properties:{Name: '4', Address: '84-21 60TH DRIVE, MIDDLE VILLAGE', Month: '10', Price: '2128'}, geometry: { type: 'Point', coordinates:[-73.87483279, 40.72776566]} },
{type: 'Feature',properties:{Name: '4', Address: '84-21 60TH DRIVE, MIDDLE VILLAGE', Month: '2', Price: '2128'}, geometry: { type: 'Point', coordinates:[-73.87483279, 40.72776566]} },
{type: 'Feature',properties:{Name: '4', Address: '83-33 60TH DRIVE, MIDDLE VILLAGE', Month: '1', Price: '576'}, geometry: { type: 'Point', coordinates:[-73.8755879, 40.7272093]} },
{type: 'Feature',properties:{Name: '4', Address: '60-11 82ND STREET, MIDDLE VILLAGE', Month: '7', Price: '1512'}, geometry: { type: 'Point', coordinates:[-73.87830199, 40.72670167]} },
{type: 'Feature',properties:{Name: '4', Address: '60-28 83RD STREET, MIDDLE VILLAGE', Month: '7', Price: '1292'}, geometry: { type: 'Point', coordinates:[-73.87700275, 40.72691164]} },
{type: 'Feature',properties:{Name: '4', Address: '60-32 83RD STREET, MIDDLE VILLAGE', Month: '1', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.87697033, 40.7268869]} },
{type: 'Feature',properties:{Name: '4', Address: '57-61 81ST STREET, MIDDLE VILLAGE', Month: '6', Price: '1763'}, geometry: { type: 'Point', coordinates:[-73.88034555, 40.72788131]} },
{type: 'Feature',properties:{Name: '4', Address: '58-22 82ND STREET, MIDDLE VILLAGE', Month: '3', Price: '1791'}, geometry: { type: 'Point', coordinates:[-73.879058, 40.72760824]} },
{type: 'Feature',properties:{Name: '4', Address: '58-25 80TH STREET, MIDDLE VILLAGE', Month: '9', Price: '1724'}, geometry: { type: 'Point', coordinates:[-73.88059649, 40.72676995]} },
{type: 'Feature',properties:{Name: '4', Address: '61-37 75TH PLACE, MIDDLE VILLAGE', Month: '11', Price: '1332'}, geometry: { type: 'Point', coordinates:[-73.88356299, 40.722181]} },
{type: 'Feature',properties:{Name: '4', Address: '61-60 77TH STREET, MIDDLE VILLAGE', Month: '12', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.88156756, 40.72240129]} },
{type: 'Feature',properties:{Name: '4', Address: '61-74 77TH STREET, MIDDLE VILLAGE', Month: '3', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.88141638, 40.72221175]} },
{type: 'Feature',properties:{Name: '4', Address: '61-02 77TH PLACE, MIDDLE VILLAGE', Month: '1', Price: '1476'}, geometry: { type: 'Point', coordinates:[-73.88139233, 40.72356215]} },
{type: 'Feature',properties:{Name: '4', Address: '61-02 77TH PLACE, MIDDLE VILLAGE', Month: '9', Price: '1476'}, geometry: { type: 'Point', coordinates:[-73.88139233, 40.72356215]} },
{type: 'Feature',properties:{Name: '4', Address: '61-76 77TH PLACE, MIDDLE VILLAGE', Month: '10', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.880586, 40.72255398]} },
{type: 'Feature',properties:{Name: '4', Address: '61-51 77TH STREET, MIDDLE VILLAGE', Month: '6', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.8816575, 40.72254686]} },
{type: 'Feature',properties:{Name: '4', Address: '61-84 77TH PLACE, MIDDLE VILLAGE', Month: '4', Price: '1160'}, geometry: { type: 'Point', coordinates:[-73.88049601, 40.7224441]} },
{type: 'Feature',properties:{Name: '4', Address: '61-20 78TH STREET, MIDDLE VILLAGE', Month: '12', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.88039276, 40.72368737]} },
{type: 'Feature',properties:{Name: '4', Address: '61-36 78TH STREET, MIDDLE VILLAGE', Month: '9', Price: '1080'}, geometry: { type: 'Point', coordinates:[-73.88021998, 40.72347035]} },
{type: 'Feature',properties:{Name: '4', Address: '61-46 78TH STREET, MIDDLE VILLAGE', Month: '2', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.880112, 40.723333]} },
{type: 'Feature',properties:{Name: '4', Address: '61-78 78TH STREET, MIDDLE VILLAGE', Month: '1', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.87976283, 40.72289897]} },
{type: 'Feature',properties:{Name: '4', Address: '6131 77 PLACE, MIDDLE VILLAGE', Month: '10', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.88106829, 40.72319127]} },
{type: 'Feature',properties:{Name: '4', Address: '61-18 79TH STREET, MIDDLE VILLAGE', Month: '9', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.87961276, 40.72409004]} },
{type: 'Feature',properties:{Name: '4', Address: '61-32 79TH STREET, MIDDLE VILLAGE', Month: '5', Price: '1332'}, geometry: { type: 'Point', coordinates:[-73.87945798, 40.72389774]} },
{type: 'Feature',properties:{Name: '4', Address: '61-46 79TH STREET, MIDDLE VILLAGE', Month: '6', Price: '1332'}, geometry: { type: 'Point', coordinates:[-73.8793068, 40.7237082]} },
{type: 'Feature',properties:{Name: '4', Address: '61-53 78TH STREET, MIDDLE VILLAGE', Month: '5', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.88002554, 40.72326155]} },
{type: 'Feature',properties:{Name: '4', Address: '61-29 78TH STREET, MIDDLE VILLAGE', Month: '6', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.88028832, 40.72358845]} },
{type: 'Feature',properties:{Name: '4', Address: '61-01 78TH STREET, MIDDLE VILLAGE', Month: '7', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.88059429, 40.72396755]} },
{type: 'Feature',properties:{Name: '4', Address: '61-54 80TH STREET, MIDDLE VILLAGE', Month: '3', Price: '1072'}, geometry: { type: 'Point', coordinates:[-73.87838993, 40.72398171]} },
{type: 'Feature',properties:{Name: '4', Address: '61-27 79TH STREET, MIDDLE VILLAGE', Month: '12', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.87950471, 40.72398837]} },
{type: 'Feature',properties:{Name: '4', Address: '6169 80TH STREET, MIDDLE VILLAGE', Month: '5', Price: '1324'}, geometry: { type: 'Point', coordinates:[-73.8782207, 40.72380037]} },
{type: 'Feature',properties:{Name: '4', Address: '61-17 81ST STREET, MIDDLE VILLAGE', Month: '12', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.87795533, 40.72489525]} },
{type: 'Feature',properties:{Name: '4', Address: '61-15 81ST STREET, MIDDLE VILLAGE', Month: '2', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.87797692, 40.72492272]} },
{type: 'Feature',properties:{Name: '4', Address: '61-20 82ND PLACE, MIDDLE VILLAGE', Month: '11', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.87605699, 40.72523357]} },
{type: 'Feature',properties:{Name: '4', Address: '61-24 82ND PLACE, MIDDLE VILLAGE', Month: '4', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.8760282, 40.72519786]} },
{type: 'Feature',properties:{Name: '4', Address: '61-38 82ND PLACE, MIDDLE VILLAGE', Month: '5', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.87593461, 40.72507974]} },
{type: 'Feature',properties:{Name: '4', Address: '61-42 82ND PLACE, MIDDLE VILLAGE', Month: '8', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.87590942, 40.72504677]} },
{type: 'Feature',properties:{Name: '4', Address: '82-69 61ST ROAD, MIDDLE VILLAGE', Month: '2', Price: '1080'}, geometry: { type: 'Point', coordinates:[-73.8749658, 40.72610523]} },
{type: 'Feature',properties:{Name: '4', Address: '82-52 ELIOT AVENUE, MIDDLE VILLAGE', Month: '1', Price: '1080'}, geometry: { type: 'Point', coordinates:[-73.87599333, 40.72648786]} },
{type: 'Feature',properties:{Name: '4', Address: '82-69 61 DRIVE, MIDDLE VILLAGE', Month: '6', Price: '938'}, geometry: { type: 'Point', coordinates:[-73.87422351, 40.72561036]} },
{type: 'Feature',properties:{Name: '4', Address: '82-74 61 ROAD, MIDDLE VILLAGE', Month: '5', Price: '1080'}, geometry: { type: 'Point', coordinates:[-73.87485389, 40.72614079]} },
{type: 'Feature',properties:{Name: '4', Address: '61-30 84TH PLACE, MIDDLE VILLAGE', Month: '4', Price: '1056'}, geometry: { type: 'Point', coordinates:[-73.87303796, 40.72675088]} },
{type: 'Feature',properties:{Name: '4', Address: '61-38 85TH STREET, MIDDLE VILLAGE', Month: '8', Price: '1056'}, geometry: { type: 'Point', coordinates:[-73.87245247, 40.72727997]} },
{type: 'Feature',properties:{Name: '4', Address: '62-37 69TH STREET, MIDDLE VILLAGE', Month: '8', Price: '1376'}, geometry: { type: 'Point', coordinates:[-73.88868057, 40.71670477]} },
{type: 'Feature',properties:{Name: '4', Address: '62-04 79TH STREET, MIDDLE VILLAGE', Month: '10', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.87835294, 40.72250773]} },
{type: 'Feature',properties:{Name: '4', Address: '62-10 79TH STREET, MIDDLE VILLAGE', Month: '9', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.87831334, 40.72245828]} },
{type: 'Feature',properties:{Name: '4', Address: '62-01 79TH STREET, MIDDLE VILLAGE', Month: '2', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.87836008, 40.72254891]} },
{type: 'Feature',properties:{Name: '4', Address: '62-04 80TH STREET, MIDDLE VILLAGE', Month: '2', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.87744326, 40.72280046]} },
{type: 'Feature',properties:{Name: '4', Address: '62-52 80TH STREET, MIDDLE VILLAGE', Month: '2', Price: '1332'}, geometry: { type: 'Point', coordinates:[-73.87676658, 40.72195709]} },
{type: 'Feature',properties:{Name: '4', Address: '62-17 79TH STREET, MIDDLE VILLAGE', Month: '11', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.87825569, 40.7224198]} },
{type: 'Feature',properties:{Name: '4', Address: '62-07 79TH STREET, MIDDLE VILLAGE', Month: '2', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.87832048, 40.72249946]} },
{type: 'Feature',properties:{Name: '4', Address: '62-24 81 STREET, MIDDLE VILLAGE', Month: '1', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.87640041, 40.72292286]} },
{type: 'Feature',properties:{Name: '4', Address: '62-21 80TH STREET, MIDDLE VILLAGE', Month: '4', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.87731003, 40.72266308]} },
{type: 'Feature',properties:{Name: '4', Address: '62-34 82ND STREET, MIDDLE VILLAGE', Month: '11', Price: '1212'}, geometry: { type: 'Point', coordinates:[-73.87531447, 40.72293815]} },
{type: 'Feature',properties:{Name: '4', Address: '6247 81ST STREET, MIDDLE VILLAGE', Month: '9', Price: '1188'}, geometry: { type: 'Point', coordinates:[-73.8761664, 40.72265911]} },
{type: 'Feature',properties:{Name: '4', Address: '62-16 82ND PLACE, MIDDLE VILLAGE', Month: '2', Price: '1364'}, geometry: { type: 'Point', coordinates:[-73.87485481, 40.7237254]} },
{type: 'Feature',properties:{Name: '4', Address: '62-34 82ND PLACE, MIDDLE VILLAGE', Month: '12', Price: '1188'}, geometry: { type: 'Point', coordinates:[-73.87468207, 40.72350014]} },
{type: 'Feature',properties:{Name: '4', Address: '62-92 DRY HARBOR ROAD, MIDDLE VILLAGE', Month: '8', Price: '1741'}, geometry: { type: 'Point', coordinates:[-73.87428335, 40.72257472]} },
{type: 'Feature',properties:{Name: '4', Address: '62-37 82ND STREET, MIDDLE VILLAGE', Month: '3', Price: '1008'}, geometry: { type: 'Point', coordinates:[-73.87527842, 40.72292439]} },
{type: 'Feature',properties:{Name: '4', Address: '82-32 62ND AVENUE, MIDDLE VILLAGE', Month: '2', Price: '1560'}, geometry: { type: 'Point', coordinates:[-73.87508104, 40.72429381]} },
{type: 'Feature',properties:{Name: '4', Address: '82-40 62ND AVENUE, MIDDLE VILLAGE', Month: '1', Price: '1560'}, geometry: { type: 'Point', coordinates:[-73.87501965, 40.72432394]} },
{type: 'Feature',properties:{Name: '4', Address: '82-39 63RD AVENUE, MIDDLE VILLAGE', Month: '1', Price: '2058'}, geometry: { type: 'Point', coordinates:[-73.87347173, 40.72252168]} },
{type: 'Feature',properties:{Name: '4', Address: '62-51 82ND PLACE, MIDDLE VILLAGE', Month: '10', Price: '1732'}, geometry: { type: 'Point', coordinates:[-73.87418532, 40.72290673]} },
{type: 'Feature',properties:{Name: '4', Address: '62-44 DRY HARBOR ROAD, MIDDLE VILLAGE', Month: '1', Price: '2016'}, geometry: { type: 'Point', coordinates:[-73.87356965, 40.72415218]} },
{type: 'Feature',properties:{Name: '4', Address: '62-30 83RD PLACE, MIDDLE VILLAGE', Month: '10', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.87315438, 40.72434935]} },
{type: 'Feature',properties:{Name: '4', Address: '83-35 63 AVE, MIDDLE VILLAGE', Month: '11', Price: '1384'}, geometry: { type: 'Point', coordinates:[-73.87196238, 40.72321993]} },
{type: 'Feature',properties:{Name: '4', Address: '62-53 84TH PLACE, MIDDLE VILLAGE', Month: '7', Price: '1548'}, geometry: { type: 'Point', coordinates:[-73.87089961, 40.72430567]} },
{type: 'Feature',properties:{Name: '4', Address: '63-04 74 STREET, MIDDLE VILLAGE', Month: '11', Price: '790'}, geometry: { type: 'Point', coordinates:[-73.88254912, 40.71815341]} },
{type: 'Feature',properties:{Name: '4', Address: '63-41 72ND STREET, MIDDLE VILLAGE', Month: '3', Price: '1776'}, geometry: { type: 'Point', coordinates:[-73.88322961, 40.71684485]} },
{type: 'Feature',properties:{Name: '4', Address: '63-29 72ND STREET, MIDDLE VILLAGE', Month: '6', Price: '1776'}, geometry: { type: 'Point', coordinates:[-73.88322559, 40.71707815]} },
{type: 'Feature',properties:{Name: '4', Address: '63-56 74TH STREET, MIDDLE VILLAGE', Month: '12', Price: '1125'}, geometry: { type: 'Point', coordinates:[-73.88177884, 40.71718646]} },
{type: 'Feature',properties:{Name: '4', Address: '63-24 76TH STREET, MIDDLE VILLAGE', Month: '4', Price: '1188'}, geometry: { type: 'Point', coordinates:[-73.87968744, 40.71869391]} },
{type: 'Feature',properties:{Name: '4', Address: '63-70 77TH STREET, MIDDLE VILLAGE', Month: '3', Price: '1188'}, geometry: { type: 'Point', coordinates:[-73.87837841, 40.71843179]} },
{type: 'Feature',properties:{Name: '4', Address: '63-67 76TH STREET, MIDDLE VILLAGE', Month: '9', Price: '1188'}, geometry: { type: 'Point', coordinates:[-73.87925547, 40.71818568]} },
{type: 'Feature',properties:{Name: '4', Address: '63-59 76TH STREET, MIDDLE VILLAGE', Month: '3', Price: '1188'}, geometry: { type: 'Point', coordinates:[-73.87933465, 40.71828458]} },
{type: 'Feature',properties:{Name: '4', Address: '63-49 76TH STREET, MIDDLE VILLAGE', Month: '12', Price: '1188'}, geometry: { type: 'Point', coordinates:[-73.87943183, 40.71840819]} },
{type: 'Feature',properties:{Name: '4', Address: '63-45 76TH STREET, MIDDLE VILLAGE', Month: '1', Price: '1188'}, geometry: { type: 'Point', coordinates:[-73.87947142, 40.71845764]} },
{type: 'Feature',properties:{Name: '4', Address: '63-27 76TH STREET, MIDDLE VILLAGE', Month: '10', Price: '1188'}, geometry: { type: 'Point', coordinates:[-73.8796514, 40.71867741]} },
{type: 'Feature',properties:{Name: '4', Address: '63-68 77TH PLACE, MIDDLE VILLAGE', Month: '2', Price: '870'}, geometry: { type: 'Point', coordinates:[-73.87754089, 40.71875478]} },
{type: 'Feature',properties:{Name: '4', Address: '63-45 77TH STREET, MIDDLE VILLAGE', Month: '10', Price: '1460'}, geometry: { type: 'Point', coordinates:[-73.87858711, 40.71872295]} },
{type: 'Feature',properties:{Name: '4', Address: '63-48 78TH STREET, MIDDLE VILLAGE', Month: '8', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.87681132, 40.71922061]} },
{type: 'Feature',properties:{Name: '4', Address: '63-56 78TH STREET, MIDDLE VILLAGE', Month: '4', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.87676094, 40.71915468]} },
{type: 'Feature',properties:{Name: '4', Address: '63-55 77TH PLACE, MIDDLE VILLAGE', Month: '5', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.87763081, 40.7188976]} },
{type: 'Feature',properties:{Name: '4', Address: '63-69 78 STREET, MIDDLE VILLAGE', Month: '11', Price: '1026'}, geometry: { type: 'Point', coordinates:[-73.8766637, 40.719064]} },
{type: 'Feature',properties:{Name: '4', Address: '63-57 78TH STREET, MIDDLE VILLAGE', Month: '6', Price: '1036'}, geometry: { type: 'Point', coordinates:[-73.87674288, 40.7191629]} },
{type: 'Feature',properties:{Name: '4', Address: '63-56 82ND PLACE, MIDDLE VILLAGE', Month: '5', Price: '2070'}, geometry: { type: 'Point', coordinates:[-73.87243618, 40.72071449]} },
{type: 'Feature',properties:{Name: '4', Address: '63-57 DRY HARBOR ROAD, MIDDLE VILLAGE', Month: '4', Price: '1632'}, geometry: { type: 'Point', coordinates:[-73.87371293, 40.72088882]} },
{type: 'Feature',properties:{Name: '4', Address: '82-44 63RD AVENUE, MIDDLE VILLAGE', Month: '3', Price: '1880'}, geometry: { type: 'Point', coordinates:[-73.87342844, 40.72252164]} },
{type: 'Feature',properties:{Name: '4', Address: '63-16 83 STREET, MIDDLE VILLAGE', Month: '11', Price: '1340'}, geometry: { type: 'Point', coordinates:[-73.87258472, 40.72227093]} },
{type: 'Feature',properties:{Name: '4', Address: '63-22 83RD STREET, MIDDLE VILLAGE', Month: '8', Price: '1340'}, geometry: { type: 'Point', coordinates:[-73.87249474, 40.72216104]} },
{type: 'Feature',properties:{Name: '4', Address: '63-51 83RD STREET, MIDDLE VILLAGE', Month: '1', Price: '1974'}, geometry: { type: 'Point', coordinates:[-73.87187924, 40.72142476]} },
{type: 'Feature',properties:{Name: '4', Address: '63-15 83RD STREET, MIDDLE VILLAGE', Month: '6', Price: '1384'}, geometry: { type: 'Point', coordinates:[-73.87256666, 40.72227915]} },
{type: 'Feature',properties:{Name: '4', Address: '63-20 84TH STREET, MIDDLE VILLAGE', Month: '7', Price: '1840'}, geometry: { type: 'Point', coordinates:[-73.8708843, 40.72289484]} },
{type: 'Feature',properties:{Name: '4', Address: '63-30 84 STREET, MIDDLE VILLAGE', Month: '12', Price: '1894'}, geometry: { type: 'Point', coordinates:[-73.87075474, 40.72273001]} },
{type: 'Feature',properties:{Name: '4', Address: '83-43 PENELOPE AVENUE, MIDDLE VILLAGE', Month: '2', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.87041822, 40.72139294]} },
{type: 'Feature',properties:{Name: '4', Address: '75-13 FURMANVILLE AVENUE, MIDDLE VILLAGE', Month: '6', Price: '1188'}, geometry: { type: 'Point', coordinates:[-73.87887159, 40.7170215]} },
{type: 'Feature',properties:{Name: '4', Address: '75-49 FURMANVILLE AVENUE, MIDDLE VILLAGE', Month: '10', Price: '1184'}, geometry: { type: 'Point', coordinates:[-73.8788319, 40.71702695]} },
{type: 'Feature',properties:{Name: '4', Address: '64-15 78TH STREET, MIDDLE VILLAGE', Month: '6', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.87593306, 40.71816568]} },
{type: 'Feature',properties:{Name: '4', Address: '64-16 80TH STREET, MIDDLE VILLAGE', Month: '8', Price: '1188'}, geometry: { type: 'Point', coordinates:[-73.87436593, 40.71895722]} },
{type: 'Feature',properties:{Name: '4', Address: '64-18 80TH STREET, MIDDLE VILLAGE', Month: '10', Price: '1188'}, geometry: { type: 'Point', coordinates:[-73.87432994, 40.71891601]} },
{type: 'Feature',properties:{Name: '4', Address: '64-26 80TH STREET, MIDDLE VILLAGE', Month: '9', Price: '1188'}, geometry: { type: 'Point', coordinates:[-73.87416438, 40.71870997]} },
{type: 'Feature',properties:{Name: '4', Address: '64-40 80TH STREET, MIDDLE VILLAGE', Month: '8', Price: '1188'}, geometry: { type: 'Point', coordinates:[-73.87395923, 40.71845723]} },
{type: 'Feature',properties:{Name: '4', Address: '64-44 80TH STREET, MIDDLE VILLAGE', Month: '10', Price: '1188'}, geometry: { type: 'Point', coordinates:[-73.87390525, 40.71839129]} },
{type: 'Feature',properties:{Name: '4', Address: '79-17 FURMANVILLE AVENUE, MIDDLE VILLAGE', Month: '10', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.87361798, 40.71769106]} },
{type: 'Feature',properties:{Name: '4', Address: '64-21 79TH STREET, MIDDLE VILLAGE', Month: '1', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.87513155, 40.71851614]} },
{type: 'Feature',properties:{Name: '4', Address: '80-10 PENELOPE AVENUE, MIDDLE VILLAGE', Month: '8', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.87451647, 40.71947614]} },
{type: 'Feature',properties:{Name: '4', Address: '80-06 COWLES COURT, MIDDLE VILLAGE', Month: '2', Price: '1218'}, geometry: { type: 'Point', coordinates:[-73.87398367, 40.71888818]} },
{type: 'Feature',properties:{Name: '4', Address: '64-19 83RD STREET, MIDDLE VILLAGE', Month: '6', Price: '1524'}, geometry: { type: 'Point', coordinates:[-73.8710335, 40.72036983]} },
{type: 'Feature',properties:{Name: '4', Address: '64-41 84TH STREET, MIDDLE VILLAGE', Month: '1', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.86905242, 40.72063658]} },
{type: 'Feature',properties:{Name: '4', Address: '84-28 PENELOPE AVE, MIDDLE VILLAGE', Month: '4', Price: '1791'}, geometry: { type: 'Point', coordinates:[-73.86884029, 40.72210753]} },
{type: 'Feature',properties:{Name: '4', Address: '84-28 PENELOPE AVE, MIDDLE VILLAGE', Month: '12', Price: '1791'}, geometry: { type: 'Point', coordinates:[-73.86884029, 40.72210753]} },
{type: 'Feature',properties:{Name: '4', Address: '64-72 82ND PLACE, MIDDLE VILLAGE', Month: '2', Price: '1410'}, geometry: { type: 'Point', coordinates:[-73.87091385, 40.71881342]} },
{type: 'Feature',properties:{Name: '4', Address: '64-72 82ND PLACE, MIDDLE VILLAGE', Month: '1', Price: '1410'}, geometry: { type: 'Point', coordinates:[-73.87091385, 40.71881342]} },
{type: 'Feature',properties:{Name: '4', Address: '64-62 83RD STREET, MIDDLE VILLAGE', Month: '8', Price: '1346'}, geometry: { type: 'Point', coordinates:[-73.87022742, 40.7193314]} },
{type: 'Feature',properties:{Name: '4', Address: '64-94 83RD STREET, MIDDLE VILLAGE', Month: '1', Price: '1528'}, geometry: { type: 'Point', coordinates:[-73.86978478, 40.71877921]} },
{type: 'Feature',properties:{Name: '4', Address: '64-54 83RD PLACE, MIDDLE VILLAGE', Month: '5', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.86953379, 40.7198384]} },
{type: 'Feature',properties:{Name: '4', Address: '64-62 83RD PLACE, MIDDLE VILLAGE', Month: '2', Price: '1282'}, geometry: { type: 'Point', coordinates:[-73.86942223, 40.71969829]} },
{type: 'Feature',properties:{Name: '4', Address: '64-62 83RD PLACE, MIDDLE VILLAGE', Month: '5', Price: '1282'}, geometry: { type: 'Point', coordinates:[-73.86942223, 40.71969829]} },
{type: 'Feature',properties:{Name: '4', Address: '64-76 83RD PLACE, MIDDLE VILLAGE', Month: '5', Price: '1282'}, geometry: { type: 'Point', coordinates:[-73.86922791, 40.71945379]} },
{type: 'Feature',properties:{Name: '4', Address: '64-76 83RD PLACE, MIDDLE VILLAGE', Month: '6', Price: '1282'}, geometry: { type: 'Point', coordinates:[-73.86922791, 40.71945379]} },
{type: 'Feature',properties:{Name: '4', Address: '64-81 83RD PLACE, MIDDLE VILLAGE', Month: '1', Price: '1392'}, geometry: { type: 'Point', coordinates:[-73.86914508, 40.71937958]} },
{type: 'Feature',properties:{Name: '4', Address: '64-67 83RD PLACE, MIDDLE VILLAGE', Month: '4', Price: '1316'}, geometry: { type: 'Point', coordinates:[-73.8693286, 40.71961584]} },
{type: 'Feature',properties:{Name: '4', Address: '64-81 84TH STREET, MIDDLE VILLAGE', Month: '8', Price: '1392'}, geometry: { type: 'Point', coordinates:[-73.86833988, 40.71974646]} },
{type: 'Feature',properties:{Name: '4', Address: '64-74 84TH PLACE, MIDDLE VILLAGE', Month: '7', Price: '1266'}, geometry: { type: 'Point', coordinates:[-73.86768587, 40.72027271]} },
{type: 'Feature',properties:{Name: '4', Address: '64-87 84TH PLACE, MIDDLE VILLAGE', Month: '12', Price: '1380'}, geometry: { type: 'Point', coordinates:[-73.86739073, 40.71993476]} },
{type: 'Feature',properties:{Name: '4', Address: '84-61 FURMANVILLE AVENUE, MIDDLE VILLAGE', Month: '12', Price: '1534'}, geometry: { type: 'Point', coordinates:[-73.86639864, 40.71994185]} },
{type: 'Feature',properties:{Name: '4', Address: '69-27 65TH DRIVE, MIDDLE VILLAGE', Month: '3', Price: '1568'}, geometry: { type: 'Point', coordinates:[-73.88604231, 40.71534903]} },
{type: 'Feature',properties:{Name: '4', Address: '69-23 65TH DRIVE, MIDDLE VILLAGE', Month: '11', Price: '1568'}, geometry: { type: 'Point', coordinates:[-73.88608559, 40.71535181]} },
{type: 'Feature',properties:{Name: '4', Address: '70-03 JUNIPER VALLEY ROAD, MIDDLE VILLAGE', Month: '8', Price: '1480'}, geometry: { type: 'Point', coordinates:[-73.88490715, 40.7146919]} },
{type: 'Feature',properties:{Name: '4', Address: '71-03 JUNIPER VALLEY ROAD, MIDDLE VILLAGE', Month: '8', Price: '1380'}, geometry: { type: 'Point', coordinates:[-73.88399445, 40.71472941]} },
{type: 'Feature',properties:{Name: '4', Address: '64-22 73RD PLACE, MIDDLE VILLAGE', Month: '5', Price: '796'}, geometry: { type: 'Point', coordinates:[-73.8816049, 40.71559981]} },
{type: 'Feature',properties:{Name: '4', Address: '64-36 74TH STREET, MIDDLE VILLAGE', Month: '6', Price: '1332'}, geometry: { type: 'Point', coordinates:[-73.88099058, 40.71620577]} },
{type: 'Feature',properties:{Name: '4', Address: '64-23 75TH STREET, MIDDLE VILLAGE', Month: '7', Price: '790'}, geometry: { type: 'Point', coordinates:[-73.87977511, 40.71609197]} },
{type: 'Feature',properties:{Name: '4', Address: '64-27 75 STREET, MIDDLE VILLAGE', Month: '4', Price: '820'}, geometry: { type: 'Point', coordinates:[-73.87969593, 40.71599033]} },
{type: 'Feature',properties:{Name: '4', Address: '65-36 77TH STREET, MIDDLE VILLAGE', Month: '5', Price: '1404'}, geometry: { type: 'Point', coordinates:[-73.87721355, 40.71628415]} },
{type: 'Feature',properties:{Name: '4', Address: '75-43 JUNIPER VALLEY ROAD, MIDDLE VILLAGE', Month: '1', Price: '1470'}, geometry: { type: 'Point', coordinates:[-73.87809864, 40.71557968]} },
{type: 'Feature',properties:{Name: '4', Address: '65-42 77TH PLACE, MIDDLE VILLAGE', Month: '5', Price: '1156'}, geometry: { type: 'Point', coordinates:[-73.87627869, 40.71659056]} },
{type: 'Feature',properties:{Name: '4', Address: '65-53 77TH STREET, MIDDLE VILLAGE', Month: '4', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.87718856, 40.71614688]} },
{type: 'Feature',properties:{Name: '4', Address: '65-51 77TH STREET, MIDDLE VILLAGE', Month: '5', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.87718852, 40.71616609]} },
{type: 'Feature',properties:{Name: '4', Address: '65-13 77TH STREET, MIDDLE VILLAGE', Month: '10', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.87720166, 40.71686602]} },
{type: 'Feature',properties:{Name: '4', Address: '65-14 78TH STREET, MIDDLE VILLAGE', Month: '3', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.87536523, 40.71701776]} },
{type: 'Feature',properties:{Name: '4', Address: '65-14 78TH STREET, MIDDLE VILLAGE', Month: '8', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.87536523, 40.71701776]} },
{type: 'Feature',properties:{Name: '4', Address: '65-32 78TH STREET, MIDDLE VILLAGE', Month: '10', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.87535843, 40.71679542]} },
{type: 'Feature',properties:{Name: '4', Address: '65-19 77TH PLACE, MIDDLE VILLAGE', Month: '12', Price: '1284'}, geometry: { type: 'Point', coordinates:[-73.87626012, 40.71687599]} },
{type: 'Feature',properties:{Name: '4', Address: '65-28 79 STREET, MIDDLE VILLAGE', Month: '10', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.8744022, 40.7169426]} },
{type: 'Feature',properties:{Name: '4', Address: '65-42 79TH STREET, MIDDLE VILLAGE', Month: '11', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.87439893, 40.71676144]} },
{type: 'Feature',properties:{Name: '4', Address: '65-35 78TH STREET, MIDDLE VILLAGE', Month: '4', Price: '1308'}, geometry: { type: 'Point', coordinates:[-73.87533683, 40.7167707]} },
{type: 'Feature',properties:{Name: '4', Address: '65-52 79TH PLACE, MIDDLE VILLAGE', Month: '5', Price: '1196'}, geometry: { type: 'Point', coordinates:[-73.87322291, 40.71677113]} },
{type: 'Feature',properties:{Name: '4', Address: '65-50 79TH PLACE, MIDDLE VILLAGE', Month: '7', Price: '1168'}, geometry: { type: 'Point', coordinates:[-73.87322286, 40.71679858]} },
{type: 'Feature',properties:{Name: '4', Address: '65-36 79TH PLACE, MIDDLE VILLAGE', Month: '7', Price: '702'}, geometry: { type: 'Point', coordinates:[-73.87322251, 40.71698248]} },
{type: 'Feature',properties:{Name: '4', Address: '69-22 66TH DRIVE, MIDDLE VILLAGE', Month: '11', Price: '1438'}, geometry: { type: 'Point', coordinates:[-73.88595921, 40.71331782]} },
{type: 'Feature',properties:{Name: '4', Address: '66-52 70TH STREET, MIDDLE VILLAGE', Month: '5', Price: '1323'}, geometry: { type: 'Point', coordinates:[-73.88515881, 40.71308921]} },
{type: 'Feature',properties:{Name: '4', Address: '71-35 66TH ROAD, MIDDLE VILLAGE', Month: '6', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.88347982, 40.71403446]} },
{type: 'Feature',properties:{Name: '4', Address: '72-38 66TH ROAD, MIDDLE VILLAGE', Month: '2', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.88159294, 40.71421095]} },
{type: 'Feature',properties:{Name: '4', Address: '66-39 73RD PLACE, MIDDLE VILLAGE', Month: '12', Price: '704'}, geometry: { type: 'Point', coordinates:[-73.8803127, 40.71402572]} },
{type: 'Feature',properties:{Name: '4', Address: '66-59 75TH STREET, MIDDLE VILLAGE', Month: '4', Price: '1146'}, geometry: { type: 'Point', coordinates:[-73.87843624, 40.714419]} },
{type: 'Feature',properties:{Name: '4', Address: '77-23 66TH ROAD, MIDDLE VILLAGE', Month: '12', Price: '1568'}, geometry: { type: 'Point', coordinates:[-73.8765782, 40.71458446]} },
{type: 'Feature',properties:{Name: '4', Address: '66-01 77TH PLACE, MIDDLE VILLAGE', Month: '3', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.87623741, 40.71550908]} },
{type: 'Feature',properties:{Name: '4', Address: '77-51 66TH ROAD, MIDDLE VILLAGE', Month: '4', Price: '1536'}, geometry: { type: 'Point', coordinates:[-73.87592528, 40.71459199]} },
{type: 'Feature',properties:{Name: '4', Address: '66-12 79TH PLACE, MIDDLE VILLAGE', Month: '1', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.87307786, 40.71527508]} },
{type: 'Feature',properties:{Name: '4', Address: '66-26 79TH PLACE, MIDDLE VILLAGE', Month: '7', Price: '2376'}, geometry: { type: 'Point', coordinates:[-73.87307476, 40.71501158]} },
{type: 'Feature',properties:{Name: '4', Address: '66-29 79TH PLACE, MIDDLE VILLAGE', Month: '11', Price: '1235'}, geometry: { type: 'Point', coordinates:[-73.87304958, 40.71497312]} },
{type: 'Feature',properties:{Name: '4', Address: '67-69 75TH STREET, MIDDLE VILLAGE', Month: '11', Price: '1584'}, geometry: { type: 'Point', coordinates:[-73.87727355, 40.71112954]} },
{type: 'Feature',properties:{Name: '4', Address: '78-30 METROPOLITAN AVENUE, MIDDLE VILLAGE', Month: '4', Price: '2053'}, geometry: { type: 'Point', coordinates:[-73.874467, 40.7131796]} },
{type: 'Feature',properties:{Name: '4', Address: '78-03 67 ROAD, MIDDLE VILLAGE', Month: '4', Price: '1296'}, geometry: { type: 'Point', coordinates:[-73.87511768, 40.71243922]} },
{type: 'Feature',properties:{Name: '4', Address: '73-26 68TH ROAD, MIDDLE VILLAGE', Month: '2', Price: '1669'}, geometry: { type: 'Point', coordinates:[-73.87828582, 40.70987077]} },
{type: 'Feature',properties:{Name: '4', Address: '69-04 78TH STREET, MIDDLE VILLAGE', Month: '9', Price: '1190'}, geometry: { type: 'Point', coordinates:[-73.87480579, 40.70949375]} },
{type: 'Feature',properties:{Name: '4', Address: '6912 78TH STREET, MIDDLE VILLAGE', Month: '8', Price: '1190'}, geometry: { type: 'Point', coordinates:[-73.87472313, 40.70933446]} },
{type: 'Feature',properties:{Name: '4', Address: '6912 78 STREET, MIDDLE VILLAGE', Month: '11', Price: '1190'}, geometry: { type: 'Point', coordinates:[-73.87472313, 40.70933446]} },
{type: 'Feature',properties:{Name: '4', Address: '77-07 79TH PLACE, MIDDLE VILLAGE', Month: '10', Price: '736'}, geometry: { type: 'Point', coordinates:[-73.87124457, 40.70634981]} },
{type: 'Feature',properties:{Name: '4', Address: '76-99 79 PLACE, MIDDLE VILLAGE', Month: '6', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.87138458, 40.70668757]} },
{type: 'Feature',properties:{Name: '4', Address: '84-27 DORAN AVENUE, MIDDLE VILLAGE', Month: '2', Price: '945'}, geometry: { type: 'Point', coordinates:[-73.86478245, 40.7092793]} },
{type: 'Feature',properties:{Name: '4', Address: '84-18 DORAN AVENUE, MIDDLE VILLAGE', Month: '6', Price: '966'}, geometry: { type: 'Point', coordinates:[-73.8648186, 40.70924092]} },
{type: 'Feature',properties:{Name: '4', Address: '86-25 77TH AVENUE, MIDDLE VILLAGE', Month: '9', Price: '840'}, geometry: { type: 'Point', coordinates:[-73.86246124, 40.70672392]} },
{type: 'Feature',properties:{Name: '4', Address: '86-05 77TH AVE, MIDDLE VILLAGE', Month: '6', Price: '1648'}, geometry: { type: 'Point', coordinates:[-73.86309606, 40.70671095]} },
{type: 'Feature',properties:{Name: '4', Address: '83-03 77TH AVENUE, MIDDLE VILLAGE', Month: '5', Price: '952'}, geometry: { type: 'Point', coordinates:[-73.865978, 40.70666768]} },
{type: 'Feature',properties:{Name: '4', Address: '82-17 77TH AVENUE, MIDDLE VILLAGE', Month: '4', Price: '952'}, geometry: { type: 'Point', coordinates:[-73.86649018, 40.70666004]} },
{type: 'Feature',properties:{Name: '4', Address: '81-19 77TH AVENUE, MIDDLE VILLAGE', Month: '10', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.86799428, 40.70663158]} },
{type: 'Feature',properties:{Name: '4', Address: '69-95 CALDWELL AVENUE, MIDDLE VILLAGE', Month: '1', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.8912182, 40.72453526]} },
{type: 'Feature',properties:{Name: '4', Address: '76-18 57TH ROAD, MIDDLE VILLAGE', Month: '6', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.88434432, 40.72721842]} },
{type: 'Feature',properties:{Name: '4', Address: '71-75 58TH ROAD, MIDDLE VILLAGE', Month: '4', Price: '2596'}, geometry: { type: 'Point', coordinates:[-73.88942701, 40.72557382]} },
{type: 'Feature',properties:{Name: '4', Address: '71-24 58TH ROAD, MIDDLE VILLAGE', Month: '4', Price: '3094'}, geometry: { type: 'Point', coordinates:[-73.88947754, 40.72556289]} },
{type: 'Feature',properties:{Name: '4', Address: '76-33 CALDWELL AVENUE, MIDDLE VILLAGE', Month: '1', Price: '1808'}, geometry: { type: 'Point', coordinates:[-73.88328748, 40.72499959]} },
{type: 'Feature',properties:{Name: '4', Address: '58-29 77TH PLACE, MIDDLE VILLAGE', Month: '8', Price: '1578'}, geometry: { type: 'Point', coordinates:[-73.88328939, 40.72596575]} },
{type: 'Feature',properties:{Name: '4', Address: '58-20 80 STREET, MIDDLE VILLAGE', Month: '3', Price: '1764'}, geometry: { type: 'Point', coordinates:[-73.88061815, 40.72676448]} },
{type: 'Feature',properties:{Name: '4', Address: '59-09 69TH STREET, MIDDLE VILLAGE', Month: '5', Price: '1664'}, geometry: { type: 'Point', coordinates:[-73.8939229, 40.7229815]} },
{type: 'Feature',properties:{Name: '4', Address: '59-39 69TH STREET, MIDDLE VILLAGE', Month: '4', Price: '1722'}, geometry: { type: 'Point', coordinates:[-73.89338649, 40.72227286]} },
{type: 'Feature',properties:{Name: '4', Address: '6907 60TH AVE, MIDDLE VILLAGE', Month: '2', Price: '1660'}, geometry: { type: 'Point', coordinates:[-73.89238103, 40.72160495]} },
{type: 'Feature',properties:{Name: '4', Address: '59-16 70TH STREET, MIDDLE VILLAGE', Month: '12', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.8906524, 40.72415595]} },
{type: 'Feature',properties:{Name: '4', Address: '71-07 60 AVENUE, MIDDLE VILLAGE', Month: '8', Price: '1892'}, geometry: { type: 'Point', coordinates:[-73.88866951, 40.72333062]} },
{type: 'Feature',properties:{Name: '4', Address: '69-22 60TH DRIVE, MIDDLE VILLAGE', Month: '10', Price: '1900'}, geometry: { type: 'Point', coordinates:[-73.89130068, 40.7204182]} },
{type: 'Feature',properties:{Name: '4', Address: '60-76 69TH PLACE, MIDDLE VILLAGE', Month: '8', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.88995491, 40.72050475]} },
{type: 'Feature',properties:{Name: '4', Address: '69-32 60TH DRIVE, MIDDLE VILLAGE', Month: '1', Price: '1840'}, geometry: { type: 'Point', coordinates:[-73.89119597, 40.72047025]} },
{type: 'Feature',properties:{Name: '4', Address: '60-49 71ST STREET, MIDDLE VILLAGE', Month: '1', Price: '1192'}, geometry: { type: 'Point', coordinates:[-73.88790309, 40.72212492]} },
{type: 'Feature',properties:{Name: '4', Address: '75-04 CALDWELL AVENUE, MIDDLE VILLAGE', Month: '3', Price: '2878'}, geometry: { type: 'Point', coordinates:[-73.88576662, 40.72466173]} },
{type: 'Feature',properties:{Name: '4', Address: '75-16 CALDWELL AVENUE, MIDDLE VILLAGE', Month: '9', Price: '4348'}, geometry: { type: 'Point', coordinates:[-73.88527224, 40.72472986]} },
{type: 'Feature',properties:{Name: '4', Address: '60-31 75TH STREET, MIDDLE VILLAGE', Month: '4', Price: '2846'}, geometry: { type: 'Point', coordinates:[-73.88590526, 40.72376158]} },
{type: 'Feature',properties:{Name: '4', Address: '60-21 75TH STREET, MIDDLE VILLAGE', Month: '9', Price: '2846'}, geometry: { type: 'Point', coordinates:[-73.88599526, 40.72387421]} },
{type: 'Feature',properties:{Name: '4', Address: '84-31 60TH AVENUE, MIDDLE VILLAGE', Month: '6', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.8757107, 40.72907312]} },
{type: 'Feature',properties:{Name: '4', Address: '84-07 60TH ROAD, MIDDLE VILLAGE', Month: '12', Price: '2250'}, geometry: { type: 'Point', coordinates:[-73.87482014, 40.72874278]} },
{type: 'Feature',properties:{Name: '4', Address: '84-43 60TH DRIVE, MIDDLE VILLAGE', Month: '8', Price: '2793'}, geometry: { type: 'Point', coordinates:[-73.87463047, 40.7279164]} },
{type: 'Feature',properties:{Name: '4', Address: '58-13 83RD PLACE, MIDDLE VILLAGE', Month: '12', Price: '1550'}, geometry: { type: 'Point', coordinates:[-73.8781754, 40.72884519]} },
{type: 'Feature',properties:{Name: '4', Address: '58-16 83RD STREET, MIDDLE VILLAGE', Month: '7', Price: '2072'}, geometry: { type: 'Point', coordinates:[-73.87858436, 40.72815669]} },
{type: 'Feature',properties:{Name: '4', Address: '60-26 83RD PLACE, MIDDLE VILLAGE', Month: '5', Price: '2276'}, geometry: { type: 'Point', coordinates:[-73.87659384, 40.72757269]} },
{type: 'Feature',properties:{Name: '4', Address: '60-26 83RD PLACE, MIDDLE VILLAGE', Month: '6', Price: '2276'}, geometry: { type: 'Point', coordinates:[-73.87659384, 40.72757269]} },
{type: 'Feature',properties:{Name: '4', Address: '60-45 83 STREET, MIDDLE VILLAGE', Month: '2', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.876855, 40.72681816]} },
{type: 'Feature',properties:{Name: '4', Address: '60-05 83RD STREET, MIDDLE VILLAGE', Month: '9', Price: '2020'}, geometry: { type: 'Point', coordinates:[-73.87759716, 40.72740358]} },
{type: 'Feature',properties:{Name: '4', Address: '60-03 83RD STREET, MIDDLE VILLAGE', Month: '11', Price: '2020'}, geometry: { type: 'Point', coordinates:[-73.87763679, 40.72743382]} },
{type: 'Feature',properties:{Name: '4', Address: '82-10 60TH ROAD, MIDDLE VILLAGE', Month: '2', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.87776104, 40.72656935]} },
{type: 'Feature',properties:{Name: '4', Address: '58-55 80TH STREET, MIDDLE VILLAGE', Month: '11', Price: '1620'}, geometry: { type: 'Point', coordinates:[-73.88057489, 40.72674248]} },
{type: 'Feature',properties:{Name: '4', Address: '69-16 ELIOT AVENUE, MIDDLE VILLAGE', Month: '6', Price: '2268'}, geometry: { type: 'Point', coordinates:[-73.89055143, 40.71973404]} },
{type: 'Feature',properties:{Name: '4', Address: '69-28 ELIOT AVENUE, MIDDLE VILLAGE', Month: '12', Price: '2268'}, geometry: { type: 'Point', coordinates:[-73.89026621, 40.71986826]} },
{type: 'Feature',properties:{Name: '4', Address: '69-38 ELIOT AVENUE, MIDDLE VILLAGE', Month: '10', Price: '2268'}, geometry: { type: 'Point', coordinates:[-73.89002793, 40.71997783]} },
{type: 'Feature',properties:{Name: '4', Address: '61-06 69TH LANE, MIDDLE VILLAGE', Month: '8', Price: '1944'}, geometry: { type: 'Point', coordinates:[-73.88855574, 40.7201658]} },
{type: 'Feature',properties:{Name: '4', Address: '61-10 69TH LANE, MIDDLE VILLAGE', Month: '6', Price: '1944'}, geometry: { type: 'Point', coordinates:[-73.88851255, 40.72011086]} },
{type: 'Feature',properties:{Name: '4', Address: '61-61 69TH PLACE, MIDDLE VILLAGE', Month: '10', Price: '2846'}, geometry: { type: 'Point', coordinates:[-73.88849325, 40.71870827]} },
{type: 'Feature',properties:{Name: '4', Address: '61-55 69TH PLACE, MIDDLE VILLAGE', Month: '7', Price: '2846'}, geometry: { type: 'Point', coordinates:[-73.88854005, 40.71876321]} },
{type: 'Feature',properties:{Name: '4', Address: '61-53 69TH PLACE, MIDDLE VILLAGE', Month: '2', Price: '2846'}, geometry: { type: 'Point', coordinates:[-73.88855445, 40.71878244]} },
{type: 'Feature',properties:{Name: '4', Address: '61-49 69TH PLACE, MIDDLE VILLAGE', Month: '5', Price: '2846'}, geometry: { type: 'Point', coordinates:[-73.88873806, 40.71900769]} },
{type: 'Feature',properties:{Name: '4', Address: '61-39 69 PLACE, MIDDLE VILLAGE', Month: '9', Price: '2846'}, geometry: { type: 'Point', coordinates:[-73.88888926, 40.71919173]} },
{type: 'Feature',properties:{Name: '4', Address: '61-23 69TH PLACE, MIDDLE VILLAGE', Month: '12', Price: '2846'}, geometry: { type: 'Point', coordinates:[-73.88925287, 40.71964222]} },
{type: 'Feature',properties:{Name: '4', Address: '61-67 69TH LANE, MIDDLE VILLAGE', Month: '12', Price: '2070'}, geometry: { type: 'Point', coordinates:[-73.8878825, 40.71935544]} },
{type: 'Feature',properties:{Name: '4', Address: '61-17 69TH LANE, MIDDLE VILLAGE', Month: '8', Price: '2070'}, geometry: { type: 'Point', coordinates:[-73.88842609, 40.72003667]} },
{type: 'Feature',properties:{Name: '4', Address: '61-20 71ST STREET, MIDDLE VILLAGE', Month: '9', Price: '2846'}, geometry: { type: 'Point', coordinates:[-73.88681236, 40.72071854]} },
{type: 'Feature',properties:{Name: '4', Address: '61-24 71ST STREET, MIDDLE VILLAGE', Month: '10', Price: '2846'}, geometry: { type: 'Point', coordinates:[-73.88677277, 40.72066361]} },
{type: 'Feature',properties:{Name: '4', Address: '61-15 70TH STREET, MIDDLE VILLAGE', Month: '5', Price: '3100'}, geometry: { type: 'Point', coordinates:[-73.8876534, 40.72043665]} },
{type: 'Feature',properties:{Name: '4', Address: '61-35 71ST STREET, MIDDLE VILLAGE', Month: '7', Price: '2070'}, geometry: { type: 'Point', coordinates:[-73.88664672, 40.72053722]} },
{type: 'Feature',properties:{Name: '4', Address: '6151 76 STREET, MIDDLE VILLAGE', Month: '1', Price: '2722'}, geometry: { type: 'Point', coordinates:[-73.88252026, 40.72224856]} },
{type: 'Feature',properties:{Name: '4', Address: '61-50 81ST STREET, MIDDLE VILLAGE', Month: '9', Price: '1460'}, geometry: { type: 'Point', coordinates:[-73.87760263, 40.72442278]} },
{type: 'Feature',properties:{Name: '4', Address: '69-18 62ND ROAD, MIDDLE VILLAGE', Month: '1', Price: '2071'}, geometry: { type: 'Point', coordinates:[-73.88844877, 40.71726174]} },
{type: 'Feature',properties:{Name: '4', Address: '69-20 62ND ROAD, MIDDLE VILLAGE', Month: '12', Price: '2398'}, geometry: { type: 'Point', coordinates:[-73.88841267, 40.71727817]} },
{type: 'Feature',properties:{Name: '4', Address: '62-36 69 PLACE, MIDDLE VILLAGE', Month: '9', Price: '2018'}, geometry: { type: 'Point', coordinates:[-73.88744935, 40.71736507]} },
{type: 'Feature',properties:{Name: '4', Address: '69-03 JUNIPER BOULEVARD S, MIDDLE VILLAGE', Month: '9', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.88772958, 40.71590513]} },
{type: 'Feature',properties:{Name: '4', Address: '62-24 69TH LANE, MIDDLE VILLAGE', Month: '5', Price: '2846'}, geometry: { type: 'Point', coordinates:[-73.88687458, 40.71806716]} },
{type: 'Feature',properties:{Name: '4', Address: '62-43 69TH PLACE, MIDDLE VILLAGE', Month: '6', Price: '1970'}, geometry: { type: 'Point', coordinates:[-73.8873413, 40.71726615]} },
{type: 'Feature',properties:{Name: '4', Address: '62-25 69TH PLACE, MIDDLE VILLAGE', Month: '6', Price: '1970'}, geometry: { type: 'Point', coordinates:[-73.88771928, 40.71773587]} },
{type: 'Feature',properties:{Name: '4', Address: '62-60 70TH STREET, MIDDLE VILLAGE', Month: '5', Price: '3003'}, geometry: { type: 'Point', coordinates:[-73.88524876, 40.7174123]} },
{type: 'Feature',properties:{Name: '4', Address: '62-28 71ST STREET, MIDDLE VILLAGE', Month: '8', Price: '3265'}, geometry: { type: 'Point', coordinates:[-73.88501241, 40.7184935]} },
{type: 'Feature',properties:{Name: '4', Address: '70-11 62ND DRIVE, MIDDLE VILLAGE', Month: '9', Price: '1470'}, geometry: { type: 'Point', coordinates:[-73.88490129, 40.71808167]} },
{type: 'Feature',properties:{Name: '4', Address: '70-01 JUNIPER BOULEVARD S, MIDDLE VILLAGE', Month: '2', Price: '1560'}, geometry: { type: 'Point', coordinates:[-73.88498221, 40.71718147]} },
{type: 'Feature',properties:{Name: '4', Address: '62-30 84TH STREET, MIDDLE VILLAGE', Month: '4', Price: '1552'}, geometry: { type: 'Point', coordinates:[-73.87219437, 40.72452669]} },
{type: 'Feature',properties:{Name: '4', Address: '69-17 PENELOPE AVENUE, MIDDLE VILLAGE', Month: '8', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.88580656, 40.71609262]} },
{type: 'Feature',properties:{Name: '4', Address: '63-09 70TH STREET, MIDDLE VILLAGE', Month: '12', Price: '1683'}, geometry: { type: 'Point', coordinates:[-73.88503312, 40.71694273]} },
{type: 'Feature',properties:{Name: '4', Address: '63-14 71ST STREET, MIDDLE VILLAGE', Month: '1', Price: '1672'}, geometry: { type: 'Point', coordinates:[-73.88411315, 40.7169967]} },
{type: 'Feature',properties:{Name: '4', Address: '63-26 71 STREET, MIDDLE VILLAGE', Month: '5', Price: '1672'}, geometry: { type: 'Point', coordinates:[-73.88411726, 40.71670851]} },
{type: 'Feature',properties:{Name: '4', Address: '70-15 PENELOPE AVENUE, MIDDLE VILLAGE', Month: '1', Price: '1472'}, geometry: { type: 'Point', coordinates:[-73.88459433, 40.71619023]} },
{type: 'Feature',properties:{Name: '4', Address: '63-63 PLEASANTVIEW STREET, MIDDLE VILLAGE', Month: '11', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.88236457, 40.71643225]} },
{type: 'Feature',properties:{Name: '4', Address: '75-07 PENELOPE AVENUE, MIDDLE VILLAGE', Month: '8', Price: '2846'}, geometry: { type: 'Point', coordinates:[-73.88008025, 40.71691572]} },
{type: 'Feature',properties:{Name: '4', Address: '63-57 75TH STREET, MIDDLE VILLAGE', Month: '9', Price: '3025'}, geometry: { type: 'Point', coordinates:[-73.88100247, 40.71762482]} },
{type: 'Feature',properties:{Name: '4', Address: '6354 78TH STREET, MIDDLE VILLAGE', Month: '12', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.87677173, 40.71917116]} },
{type: 'Feature',properties:{Name: '4', Address: '63-20 83 STREET, MIDDLE VILLAGE', Month: '8', Price: '1340'}, geometry: { type: 'Point', coordinates:[-73.87252714, 40.72219676]} },
{type: 'Feature',properties:{Name: '4', Address: '63-20 83 STREET, MIDDLE VILLAGE', Month: '2', Price: '1340'}, geometry: { type: 'Point', coordinates:[-73.87252714, 40.72219676]} },
{type: 'Feature',properties:{Name: '4', Address: '6320 83 STREET, MIDDLE VILLAGE', Month: '5', Price: '1340'}, geometry: { type: 'Point', coordinates:[-73.87252714, 40.72219676]} },
{type: 'Feature',properties:{Name: '4', Address: '6320 83 STREET, MIDDLE VILLAGE', Month: '4', Price: '1340'}, geometry: { type: 'Point', coordinates:[-73.87252714, 40.72219676]} },
{type: 'Feature',properties:{Name: '4', Address: '83-18 63RD AVENUE, MIDDLE VILLAGE', Month: '4', Price: '2025'}, geometry: { type: 'Point', coordinates:[-73.87240656, 40.72299535]} },
{type: 'Feature',properties:{Name: '4', Address: '63-28 84TH PLACE, MIDDLE VILLAGE', Month: '12', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.86992072, 40.72306393]} },
{type: 'Feature',properties:{Name: '4', Address: '63-04 WOODHAVEN BLVD, MIDDLE VILLAGE', Month: '11', Price: '2356'}, geometry: { type: 'Point', coordinates:[-73.86914634, 40.72424879]} },
{type: 'Feature',properties:{Name: '4', Address: '84-29 DANA COURT, MIDDLE VILLAGE', Month: '11', Price: '1960'}, geometry: { type: 'Point', coordinates:[-73.86913109, 40.72282973]} },
{type: 'Feature',properties:{Name: '4', Address: '84-49 PENELOPE AVENUE, MIDDLE VILLAGE', Month: '3', Price: '2068'}, geometry: { type: 'Point', coordinates:[-73.86858387, 40.72224448]} },
{type: 'Feature',properties:{Name: '4', Address: '84-47 PENELOPE AVENUE, MIDDLE VILLAGE', Month: '2', Price: '1749'}, geometry: { type: 'Point', coordinates:[-73.86860554, 40.72223352]} },
{type: 'Feature',properties:{Name: '4', Address: '75-11 FURMANVILLE AVENUE, MIDDLE VILLAGE', Month: '2', Price: '1660'}, geometry: { type: 'Point', coordinates:[-73.8788752, 40.7170215]} },
{type: 'Feature',properties:{Name: '4', Address: '64-02 77TH PLACE, MIDDLE VILLAGE', Month: '6', Price: '2919'}, geometry: { type: 'Point', coordinates:[-73.87702621, 40.71810921]} },
{type: 'Feature',properties:{Name: '4', Address: '64-04 78TH STREET, MIDDLE VILLAGE', Month: '4', Price: '1848'}, geometry: { type: 'Point', coordinates:[-73.87623546, 40.71850087]} },
{type: 'Feature',properties:{Name: '4', Address: '64-18 78TH STREET, MIDDLE VILLAGE', Month: '2', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.87592951, 40.71812999]} },
{type: 'Feature',properties:{Name: '4', Address: '82-12 PENELOPE AVENUE, MIDDLE VILLAGE', Month: '4', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.87284833, 40.72024833]} },
{type: 'Feature',properties:{Name: '4', Address: '81-03 64TH ROAD, MIDDLE VILLAGE', Month: '1', Price: '2208'}, geometry: { type: 'Point', coordinates:[-73.87253374, 40.7187466]} },
{type: 'Feature',properties:{Name: '4', Address: '8334 PENELOPE AVENUE, MIDDLE VILLAGE', Month: '6', Price: '1340'}, geometry: { type: 'Point', coordinates:[-73.87047965, 40.7213436]} },
{type: 'Feature',properties:{Name: '4', Address: '64-19 83RD PLACE, MIDDLE VILLAGE', Month: '1', Price: '1340'}, geometry: { type: 'Point', coordinates:[-73.87024269, 40.72075595]} },
{type: 'Feature',properties:{Name: '4', Address: '64-86 84TH PLACE, MIDDLE VILLAGE', Month: '9', Price: '1266'}, geometry: { type: 'Point', coordinates:[-73.86740878, 40.71992655]} },
{type: 'Feature',properties:{Name: '4', Address: '64-01 70TH STREET, MIDDLE VILLAGE', Month: '9', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.88503828, 40.7160452]} },
{type: 'Feature',properties:{Name: '4', Address: '64-28 72ND STREET, MIDDLE VILLAGE', Month: '4', Price: '1243'}, geometry: { type: 'Point', coordinates:[-73.88326445, 40.71549171]} },
{type: 'Feature',properties:{Name: '4', Address: '65-11 75TH PLACE, MIDDLE VILLAGE', Month: '4', Price: '2440'}, geometry: { type: 'Point', coordinates:[-73.87909592, 40.71665119]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 77TH STREET, MIDDLE VILLAGE', Month: '9', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.87722001, 40.71669587]} },
{type: 'Feature',properties:{Name: '4', Address: '65-31 75 PLACE, MIDDLE VILLAGE', Month: '1', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.87904643, 40.71609121]} },
{type: 'Feature',properties:{Name: '4', Address: '65-27 75TH PLACE, MIDDLE VILLAGE', Month: '6', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.87905353, 40.71615709]} },
{type: 'Feature',properties:{Name: '4', Address: '65-27 79 STREET, MIDDLE VILLAGE', Month: '9', Price: '1944'}, geometry: { type: 'Point', coordinates:[-73.87438051, 40.71696728]} },
{type: 'Feature',properties:{Name: '4', Address: '65-24 80TH STREET, MIDDLE VILLAGE', Month: '4', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.87230214, 40.71723673]} },
{type: 'Feature',properties:{Name: '4', Address: '65-53 79TH PLACE, MIDDLE VILLAGE', Month: '2', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.87320127, 40.71677111]} },
{type: 'Feature',properties:{Name: '4', Address: '65-29 79TH PLACE, MIDDLE VILLAGE', Month: '6', Price: '684'}, geometry: { type: 'Point', coordinates:[-73.87320066, 40.7170895]} },
{type: 'Feature',properties:{Name: '4', Address: '66-54 71ST STREET, MIDDLE VILLAGE', Month: '4', Price: '1960'}, geometry: { type: 'Point', coordinates:[-73.8842895, 40.7130801]} },
{type: 'Feature',properties:{Name: '4', Address: '72-55 METROPOLITAN AVENUE, MIDDLE VILLAGE', Month: '3', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.87991473, 40.71267763]} },
{type: 'Feature',properties:{Name: '4', Address: '72-36 66TH DRIVE, MIDDLE VILLAGE', Month: '1', Price: '1740'}, geometry: { type: 'Point', coordinates:[-73.88137053, 40.71351355]} },
{type: 'Feature',properties:{Name: '4', Address: '66-67 73 PLACE, MIDDLE VILLAGE', Month: '2', Price: '2518'}, geometry: { type: 'Point', coordinates:[-73.87980528, 40.71336645]} },
{type: 'Feature',properties:{Name: '4', Address: '66-65 73RD PLACE, MIDDLE VILLAGE', Month: '4', Price: '2967'}, geometry: { type: 'Point', coordinates:[-73.87982687, 40.71339667]} },
{type: 'Feature',properties:{Name: '4', Address: '66-31 73RD PLACE, MIDDLE VILLAGE', Month: '11', Price: '2600'}, geometry: { type: 'Point', coordinates:[-73.88042068, 40.71416033]} },
{type: 'Feature',properties:{Name: '4', Address: '66-46 74TH STREET, MIDDLE VILLAGE', Month: '2', Price: '2140'}, geometry: { type: 'Point', coordinates:[-73.87937814, 40.71419218]} },
{type: 'Feature',properties:{Name: '4', Address: '66-82 74TH STREET, MIDDLE VILLAGE', Month: '6', Price: '1712'}, geometry: { type: 'Point', coordinates:[-73.87891386, 40.7136098]} },
{type: 'Feature',properties:{Name: '4', Address: '66-07 73RD PLACE, MIDDLE VILLAGE', Month: '1', Price: '2020'}, geometry: { type: 'Point', coordinates:[-73.88094976, 40.71481962]} },
{type: 'Feature',properties:{Name: '4', Address: '66-07 74TH STREET, MIDDLE VILLAGE', Month: '5', Price: '1720'}, geometry: { type: 'Point', coordinates:[-73.87986755, 40.71483771]} },
{type: 'Feature',properties:{Name: '4', Address: '66-22 75TH STREET, MIDDLE VILLAGE', Month: '10', Price: '1782'}, geometry: { type: 'Point', coordinates:[-73.87884298, 40.71489702]} },
{type: 'Feature',properties:{Name: '4', Address: '74-13 66TH DRIVE, MIDDLE VILLAGE', Month: '1', Price: '2056'}, geometry: { type: 'Point', coordinates:[-73.87840219, 40.71331008]} },
{type: 'Feature',properties:{Name: '4', Address: '74-13 66TH DRIVE, MIDDLE VILLAGE', Month: '5', Price: '2056'}, geometry: { type: 'Point', coordinates:[-73.87840219, 40.71331008]} },
{type: 'Feature',properties:{Name: '4', Address: '66-01 77TH STREET, MIDDLE VILLAGE', Month: '12', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.87717178, 40.71546342]} },
{type: 'Feature',properties:{Name: '4', Address: '77-31 66 DRIVE, MIDDLE VILLAGE', Month: '10', Price: '1862'}, geometry: { type: 'Point', coordinates:[-73.87633062, 40.71387604]} },
{type: 'Feature',properties:{Name: '4', Address: '77-25 66TH DRIVE, MIDDLE VILLAGE', Month: '4', Price: '1862'}, geometry: { type: 'Point', coordinates:[-73.87640276, 40.71387612]} },
{type: 'Feature',properties:{Name: '4', Address: '66-72 78TH STREET, MIDDLE VILLAGE', Month: '5', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.87528504, 40.71360044]} },
{type: 'Feature',properties:{Name: '4', Address: '78-03 66TH ROAD, MIDDLE VILLAGE', Month: '8', Price: '2240'}, geometry: { type: 'Point', coordinates:[-73.87513888, 40.71459937]} },
{type: 'Feature',properties:{Name: '4', Address: '66-21 78TH ST, MIDDLE VILLAGE', Month: '10', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.87529292, 40.7151732]} },
{type: 'Feature',properties:{Name: '4', Address: '66-69 78TH STREET, MIDDLE VILLAGE', Month: '2', Price: '2730'}, geometry: { type: 'Point', coordinates:[-73.8752633, 40.71365531]} },
{type: 'Feature',properties:{Name: '4', Address: '66-55 79TH STREET, MIDDLE VILLAGE', Month: '2', Price: '2846'}, geometry: { type: 'Point', coordinates:[-73.87433171, 40.7141511]} },
{type: 'Feature',properties:{Name: '4', Address: '73-40 67TH DRIVE, MIDDLE VILLAGE', Month: '5', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.87876675, 40.711197]} },
{type: 'Feature',properties:{Name: '4', Address: '73-40 67TH DRIVE, MIDDLE VILLAGE', Month: '10', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.87876675, 40.711197]} },
{type: 'Feature',properties:{Name: '4', Address: '75-23 68TH AVENUE, MIDDLE VILLAGE', Month: '2', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.87615942, 40.71088681]} },
{type: 'Feature',properties:{Name: '4', Address: '78-19 68TH AVENUE, MIDDLE VILLAGE', Month: '5', Price: '1630'}, geometry: { type: 'Point', coordinates:[-73.87482088, 40.71105828]} },
{type: 'Feature',properties:{Name: '4', Address: '78-05 68TH ROAD, MIDDLE VILLAGE', Month: '6', Price: '1884'}, geometry: { type: 'Point', coordinates:[-73.87490873, 40.71037493]} },
{type: 'Feature',properties:{Name: '4', Address: '7938 67TH RD, MIDDLE VILLAGE', Month: '5', Price: '1805'}, geometry: { type: 'Point', coordinates:[-73.87270072, 40.71253813]} },
{type: 'Feature',properties:{Name: '4', Address: '67-42 80TH STREET, MIDDLE VILLAGE', Month: '5', Price: '1880'}, geometry: { type: 'Point', coordinates:[-73.87140638, 40.71221555]} },
{type: 'Feature',properties:{Name: '4', Address: '79-19 68TH AVENUE, MIDDLE VILLAGE', Month: '6', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.87274299, 40.71117677]} },
{type: 'Feature',properties:{Name: '4', Address: '79-35 68TH ROAD, MIDDLE VILLAGE', Month: '7', Price: '1634'}, geometry: { type: 'Point', coordinates:[-73.87230781, 40.71051206]} },
{type: 'Feature',properties:{Name: '4', Address: '73-22 69TH AVENUE, MIDDLE VILLAGE', Month: '5', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.877551, 40.70932653]} },
{type: 'Feature',properties:{Name: '4', Address: '69-36 75TH STREET, MIDDLE VILLAGE', Month: '6', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.8763187, 40.70863353]} },
{type: 'Feature',properties:{Name: '4', Address: '68-02 76TH STREET, MIDDLE VILLAGE', Month: '6', Price: '1780'}, geometry: { type: 'Point', coordinates:[-73.87627158, 40.71070029]} },
{type: 'Feature',properties:{Name: '4', Address: '68-02 76TH STREET, MIDDLE VILLAGE', Month: '3', Price: '1780'}, geometry: { type: 'Point', coordinates:[-73.87627158, 40.71070029]} },
{type: 'Feature',properties:{Name: '4', Address: '68-12 76TH STREET, MIDDLE VILLAGE', Month: '7', Price: '1900'}, geometry: { type: 'Point', coordinates:[-73.87622146, 40.71049712]} },
{type: 'Feature',properties:{Name: '4', Address: '68-45 76TH STREET, MIDDLE VILLAGE', Month: '3', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.87585874, 40.70964585]} },
{type: 'Feature',properties:{Name: '4', Address: '68-27 76TH STREET, MIDDLE VILLAGE', Month: '11', Price: '1490'}, geometry: { type: 'Point', coordinates:[-73.87598813, 40.70989302]} },
{type: 'Feature',properties:{Name: '4', Address: '68-25 76TH STREET, MIDDLE VILLAGE', Month: '4', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.8761282, 40.71021705]} },
{type: 'Feature',properties:{Name: '4', Address: '69-50 75TH STREET, MIDDLE VILLAGE', Month: '9', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.87603115, 40.7080925]} },
{type: 'Feature',properties:{Name: '4', Address: '69-60 75TH STREET, MIDDLE VILLAGE', Month: '2', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.87593052, 40.70789751]} },
{type: 'Feature',properties:{Name: '4', Address: '68-37 78TH STREET, MIDDLE VILLAGE', Month: '9', Price: '2025'}, geometry: { type: 'Point', coordinates:[-73.87514355, 40.7101858]} },
{type: 'Feature',properties:{Name: '4', Address: '78-21 69TH AVENUE, MIDDLE VILLAGE', Month: '8', Price: '1770'}, geometry: { type: 'Point', coordinates:[-73.87443745, 40.70971842]} },
{type: 'Feature',properties:{Name: '4', Address: '79-14 68TH ROAD, MIDDLE VILLAGE', Month: '2', Price: '2120'}, geometry: { type: 'Point', coordinates:[-73.87269744, 40.71047681]} },
{type: 'Feature',properties:{Name: '4', Address: '79-42 68 ROAD, MIDDLE VILLAGE', Month: '11', Price: '1640'}, geometry: { type: 'Point', coordinates:[-73.87214912, 40.71050365]} },
{type: 'Feature',properties:{Name: '4', Address: '79-68 68TH ROAD, MIDDLE VILLAGE', Month: '7', Price: '1640'}, geometry: { type: 'Point', coordinates:[-73.87163688, 40.71052504]} },
{type: 'Feature',properties:{Name: '4', Address: '79-21 71ST AVENUE, MIDDLE VILLAGE', Month: '7', Price: '1950'}, geometry: { type: 'Point', coordinates:[-73.87070136, 40.7074773]} },
{type: 'Feature',properties:{Name: '4', Address: '77-05 79TH PLACE, MIDDLE VILLAGE', Month: '2', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.87124457, 40.70634981]} },
{type: 'Feature',properties:{Name: '4', Address: '83-00 COOPER AVENUE, MIDDLE VILLAGE', Month: '6', Price: '1750'}, geometry: { type: 'Point', coordinates:[-73.86646099, 40.71043132]} },
{type: 'Feature',properties:{Name: '4', Address: '69-07 CALDWELL AVENUE, MIDDLE VILLAGE', Month: '6', Price: '2184'}, geometry: { type: 'Point', coordinates:[-73.89376351, 40.72338758]} },
{type: 'Feature',properties:{Name: '4', Address: '57-79 73RD PLACE, MIDDLE VILLAGE', Month: '6', Price: '2464'}, geometry: { type: 'Point', coordinates:[-73.88816997, 40.72647837]} },
{type: 'Feature',properties:{Name: '4', Address: '74-09 58TH AVENUE, MIDDLE VILLAGE', Month: '2', Price: '2968'}, geometry: { type: 'Point', coordinates:[-73.88697992, 40.72615333]} },
{type: 'Feature',properties:{Name: '4', Address: '71-42 58TH AVENUE, MIDDLE VILLAGE', Month: '10', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.88892811, 40.72618816]} },
{type: 'Feature',properties:{Name: '4', Address: '7131 CALDWELL AVE, MIDDLE VILLAGE', Month: '8', Price: '2704'}, geometry: { type: 'Point', coordinates:[-73.88973478, 40.72490713]} },
{type: 'Feature',properties:{Name: '4', Address: '58-48 75 ST, MIDDLE VILLAGE', Month: '12', Price: '3280'}, geometry: { type: 'Point', coordinates:[-73.88614057, 40.72540044]} },
{type: 'Feature',properties:{Name: '4', Address: '58-16 78TH STREET, MIDDLE VILLAGE', Month: '3', Price: '3298'}, geometry: { type: 'Point', coordinates:[-73.88263184, 40.72648658]} },
{type: 'Feature',properties:{Name: '4', Address: '59-14 72 STREET, MIDDLE VILLAGE', Month: '1', Price: '2698'}, geometry: { type: 'Point', coordinates:[-73.88867129, 40.72442303]} },
{type: 'Feature',properties:{Name: '4', Address: '59-22 72ND STREET, MIDDLE VILLAGE', Month: '5', Price: '2698'}, geometry: { type: 'Point', coordinates:[-73.88855608, 40.72428019]} },
{type: 'Feature',properties:{Name: '4', Address: '59-22 72ND STREET, MIDDLE VILLAGE', Month: '10', Price: '2698'}, geometry: { type: 'Point', coordinates:[-73.88855608, 40.72428019]} },
{type: 'Feature',properties:{Name: '4', Address: '60-32 69TH PLACE, MIDDLE VILLAGE', Month: '4', Price: '2203'}, geometry: { type: 'Point', coordinates:[-73.89059574, 40.72130958]} },
{type: 'Feature',properties:{Name: '4', Address: '60-34 75TH STREET, MIDDLE VILLAGE', Month: '12', Price: '2846'}, geometry: { type: 'Point', coordinates:[-73.88590532, 40.7237259]} },
{type: 'Feature',properties:{Name: '4', Address: '6039 74 STREET, MIDDLE VILLAGE', Month: '8', Price: '2593'}, geometry: { type: 'Point', coordinates:[-73.88645123, 40.72305398]} },
{type: 'Feature',properties:{Name: '4', Address: '85-02 60TH ROAD, MIDDLE VILLAGE', Month: '7', Price: '3202'}, geometry: { type: 'Point', coordinates:[-73.87435048, 40.72906615]} },
{type: 'Feature',properties:{Name: '4', Address: '85-34 60TH ROAD, MIDDLE VILLAGE', Month: '3', Price: '3280'}, geometry: { type: 'Point', coordinates:[-73.87409034, 40.729258]} },
{type: 'Feature',properties:{Name: '4', Address: '58-12 84 PLACE, MIDDLE VILLAGE', Month: '12', Price: '3834'}, geometry: { type: 'Point', coordinates:[-73.87663342, 40.72957915]} },
{type: 'Feature',properties:{Name: '4', Address: '58-21 84TH STREET, MIDDLE VILLAGE', Month: '9', Price: '3526'}, geometry: { type: 'Point', coordinates:[-73.87731251, 40.72915718]} },
{type: 'Feature',properties:{Name: '4', Address: '84-14 60TH ROAD, MIDDLE VILLAGE', Month: '5', Price: '2610'}, geometry: { type: 'Point', coordinates:[-73.8747985, 40.72873453]} },
{type: 'Feature',properties:{Name: '4', Address: '84-22 60TH ROAD, MIDDLE VILLAGE', Month: '11', Price: '3040'}, geometry: { type: 'Point', coordinates:[-73.87479128, 40.72874001]} },
{type: 'Feature',properties:{Name: '4', Address: '84-36 60 ROAD, MIDDLE VILLAGE', Month: '10', Price: '3160'}, geometry: { type: 'Point', coordinates:[-73.87478044, 40.72874823]} },
{type: 'Feature',properties:{Name: '4', Address: '60-22 82ND STREET, MIDDLE VILLAGE', Month: '6', Price: '3241'}, geometry: { type: 'Point', coordinates:[-73.87813286, 40.72645995]} },
{type: 'Feature',properties:{Name: '4', Address: '61-31 75TH STREET, MIDDLE VILLAGE', Month: '2', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.88434656, 40.72177282]} },
{type: 'Feature',properties:{Name: '4', Address: '82-53 CALDWELL AVENUE, MIDDLE VILLAGE', Month: '12', Price: '3762'}, geometry: { type: 'Point', coordinates:[-73.87580393, 40.72551327]} },
{type: 'Feature',properties:{Name: '4', Address: '82-53 CALDWELL AVENUE, MIDDLE VILLAGE', Month: '3', Price: '3762'}, geometry: { type: 'Point', coordinates:[-73.87580393, 40.72551327]} },
{type: 'Feature',properties:{Name: '4', Address: '62-54 DRY HARBOR ROAD, MIDDLE VILLAGE', Month: '9', Price: '2707'}, geometry: { type: 'Point', coordinates:[-73.87370712, 40.72395196]} },
{type: 'Feature',properties:{Name: '4', Address: '63-06 75TH STREET, MIDDLE VILLAGE', Month: '3', Price: '2904'}, geometry: { type: 'Point', coordinates:[-73.88155324, 40.71827865]} },
{type: 'Feature',properties:{Name: '4', Address: '71-12 66TH DRIVE, MIDDLE VILLAGE', Month: '5', Price: '3645'}, geometry: { type: 'Point', coordinates:[-73.88380579, 40.71327724]} },
{type: 'Feature',properties:{Name: '4', Address: '71-14 66TH DRIVE, MIDDLE VILLAGE', Month: '5', Price: '3390'}, geometry: { type: 'Point', coordinates:[-73.88350636, 40.71329615]} },
{type: 'Feature',properties:{Name: '4', Address: '66-29 74TH STREET, MIDDLE VILLAGE', Month: '4', Price: '3430'}, geometry: { type: 'Point', coordinates:[-73.87955443, 40.71444763]} },
{type: 'Feature',properties:{Name: '4', Address: '67-56 78TH STREET, MIDDLE VILLAGE', Month: '3', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.87539342, 40.7115859]} },
{type: 'Feature',properties:{Name: '4', Address: '67-27 79TH STREET, MIDDLE VILLAGE', Month: '2', Price: '2314'}, geometry: { type: 'Point', coordinates:[-73.87352339, 40.71240729]} },
{type: 'Feature',properties:{Name: '4', Address: '78-01 69TH ROAD, MIDDLE VILLAGE', Month: '10', Price: '3260'}, geometry: { type: 'Point', coordinates:[-73.87443886, 40.70897184]} },
{type: 'Feature',properties:{Name: '4', Address: '69-21 78TH STREET, MIDDLE VILLAGE', Month: '11', Price: '2016'}, geometry: { type: 'Point', coordinates:[-73.87460084, 40.70914769]} },
{type: 'Feature',properties:{Name: '4', Address: '69-21 78TH STREET, MIDDLE VILLAGE', Month: '10', Price: '2016'}, geometry: { type: 'Point', coordinates:[-73.87460084, 40.70914769]} },
{type: 'Feature',properties:{Name: '4', Address: '79-53 69TH AVENUE, MIDDLE VILLAGE', Month: '1', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.87167065, 40.70984712]} },
{type: 'Feature',properties:{Name: '4', Address: '79-47 69TH AVENUE, MIDDLE VILLAGE', Month: '8', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.8717933, 40.70984176]} },
{type: 'Feature',properties:{Name: '4', Address: '57-45 74TH STREET, MIDDLE VILLAGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88722354, 40.72716364]} },
{type: 'Feature',properties:{Name: '4', Address: '57-45 74TH STREET, MIDDLE VILLAGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88722354, 40.72716364]} },
{type: 'Feature',properties:{Name: '4', Address: '57-45 74TH STREET, MIDDLE VILLAGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88722354, 40.72716364]} },
{type: 'Feature',properties:{Name: '4', Address: '57-45 74TH STREET, MIDDLE VILLAGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88722354, 40.72716364]} },
{type: 'Feature',properties:{Name: '4', Address: '66-41 69TH STREET, MIDDLE VILLAGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88683528, 40.71359316]} },
{type: 'Feature',properties:{Name: '4', Address: '66-41 69TH STREET, MIDDLE VILLAGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88683528, 40.71359316]} },
{type: 'Feature',properties:{Name: '4', Address: '72-35 METROPOLITAN AVENUE, MIDDLE VILLAGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88076978, 40.71259069]} },
{type: 'Feature',properties:{Name: '4', Address: '6660 80TH STREET, MIDDLE VILLAGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8716949, 40.71411525]} },
{type: 'Feature',properties:{Name: '4', Address: '66-60 80TH STREET, MIDDLE VILLAGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8716949, 40.71411525]} },
{type: 'Feature',properties:{Name: '4', Address: '66-60 80TH STREET, MIDDLE VILLAGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8716949, 40.71411525]} },
{type: 'Feature',properties:{Name: '4', Address: '66-60 80TH STREET, MIDDLE VILLAGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8716949, 40.71411525]} },
{type: 'Feature',properties:{Name: '4', Address: '66-60 80TH STREET, MIDDLE VILLAGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8716949, 40.71411525]} },
{type: 'Feature',properties:{Name: '4', Address: '66-60 80 STREET, MIDDLE VILLAGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8716949, 40.71411525]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 73RD PLACE, MIDDLE VILLAGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88830306, 40.72671455]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 73RD PLACE, MIDDLE VILLAGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88834644, 40.72666793]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 69TH STREET, MIDDLE VILLAGE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89372427, 40.72311307]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 66TH DRIVE, MIDDLE VILLAGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88077923, 40.71335923]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 76TH STREET, MIDDLE VILLAGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87634404, 40.71052744]} },
{type: 'Feature',properties:{Name: '4', Address: '69-97 CALDWELL AVENUE, MIDDLE VILLAGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89117488, 40.72455169]} },
{type: 'Feature',properties:{Name: '4', Address: '86-17 60TH ROAD, MIDDLE VILLAGE', Month: '7', Price: '3276'}, geometry: { type: 'Point', coordinates:[-73.87277873, 40.73025291]} },
{type: 'Feature',properties:{Name: '4', Address: '85-21 60TH DRIVE, MIDDLE VILLAGE', Month: '3', Price: '3240'}, geometry: { type: 'Point', coordinates:[-73.87337676, 40.72883453]} },
{type: 'Feature',properties:{Name: '4', Address: '85-19 60TH DRIVE, MIDDLE VILLAGE', Month: '1', Price: '3240'}, geometry: { type: 'Point', coordinates:[-73.87340927, 40.7288126]} },
{type: 'Feature',properties:{Name: '4', Address: '8547 ELIOT AVE, MIDDLE VILLAGE', Month: '2', Price: '4360'}, geometry: { type: 'Point', coordinates:[-73.87206353, 40.72878916]} },
{type: 'Feature',properties:{Name: '4', Address: '8543 ELIOT AVE, MIDDLE VILLAGE', Month: '12', Price: '4360'}, geometry: { type: 'Point', coordinates:[-73.87214302, 40.72872886]} },
{type: 'Feature',properties:{Name: '4', Address: '71-16 66TH DRIVE, MIDDLE VILLAGE', Month: '4', Price: '5139'}, geometry: { type: 'Point', coordinates:[-73.88348472, 40.71329887]} },
{type: 'Feature',properties:{Name: '4', Address: '67-54 78TH STREET, MIDDLE VILLAGE', Month: '6', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.87539338, 40.71160786]} },
{type: 'Feature',properties:{Name: '4', Address: '6762 79TH STREET, MIDDLE VILLAGE', Month: '1', Price: '2680'}, geometry: { type: 'Point', coordinates:[-73.87348521, 40.71161675]} },
{type: 'Feature',properties:{Name: '4', Address: '78-09 69TH ROAD, MIDDLE VILLAGE', Month: '7', Price: '4388'}, geometry: { type: 'Point', coordinates:[-73.87392289, 40.70906735]} },
{type: 'Feature',properties:{Name: '4', Address: '86-16 60TH AVENUE, 2N, MIDDLE VILLAGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87328279, 40.73081614]} },
{type: 'Feature',properties:{Name: '4', Address: '86-16 60TH AVENUE, 2A, MIDDLE VILLAGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87328279, 40.73081614]} },
{type: 'Feature',properties:{Name: '4', Address: '86-16 60TH AVENUE, L-E, MIDDLE VILLAGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87328279, 40.73081614]} },
{type: 'Feature',properties:{Name: '4', Address: '86-05 60TH ROAD, 3D, MIDDLE VILLAGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87278595, 40.73024743]} },
{type: 'Feature',properties:{Name: '4', Address: '61-88 DRY HARBOR ROAD, 5F, MIDDLE VILLAGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87257824, 40.7256607]} },
{type: 'Feature',properties:{Name: '4', Address: '6188 DRY HARBOR ROAD, 1G, MIDDLE VILLAGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87257824, 40.7256607]} },
{type: 'Feature',properties:{Name: '4', Address: '61-88 DRY HARBOR ROAD, 6B, MIDDLE VILLAGE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87257824, 40.7256607]} },
{type: 'Feature',properties:{Name: '4', Address: '61-88 DRY HARBOR ROAD, 1D, MIDDLE VILLAGE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87257824, 40.7256607]} },
{type: 'Feature',properties:{Name: '4', Address: '61-88 DRY HARBOR ROAD, 5J, MIDDLE VILLAGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87257824, 40.7256607]} },
{type: 'Feature',properties:{Name: '4', Address: '61-88 DRY HARBOR ROAD, 5E, MIDDLE VILLAGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87257824, 40.7256607]} },
{type: 'Feature',properties:{Name: '4', Address: '6188 DRY HARBOR ROAD, 2C, MIDDLE VILLAGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87257824, 40.7256607]} },
{type: 'Feature',properties:{Name: '4', Address: '61-88 DRY HARBOR ROAD, 2E, MIDDLE VILLAGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87257824, 40.7256607]} },
{type: 'Feature',properties:{Name: '4', Address: '61-88 DRY HARBOR ROAD, 2D, MIDDLE VILLAGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87257824, 40.7256607]} },
{type: 'Feature',properties:{Name: '4', Address: '71-09 JUNIPER VALLEY ROAD, MIDDLE VILLAGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88395837, 40.71473212]} },
{type: 'Feature',properties:{Name: '4', Address: '71-09 JUNIPER VALLEY ROAD, MIDDLE VILLAGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88395837, 40.71473212]} },
{type: 'Feature',properties:{Name: '4', Address: '60-70 WOODHAVEN BLVD., MIDDLE VILLAGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87158819, 40.73018297]} },
{type: 'Feature',properties:{Name: '4', Address: '60-70 WOODHAVEN BOULEVARD, MIDDLE VILLAGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87158819, 40.73018297]} },
{type: 'Feature',properties:{Name: '4', Address: '60-70 WOODHAVEN BOULEVARD, MIDDLE VILLAGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87158819, 40.73018297]} },
{type: 'Feature',properties:{Name: '4', Address: '60-70 WOODHAVEN BOULEVARD, MIDDLE VILLAGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87158819, 40.73018297]} },
{type: 'Feature',properties:{Name: '4', Address: '86-18 60TH ROAD, MIDDLE VILLAGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87265953, 40.73031865]} },
{type: 'Feature',properties:{Name: '4', Address: '8551 ELIOT AVE, MIDDLE VILLAGE', Month: '6', Price: '5596'}, geometry: { type: 'Point', coordinates:[-73.87198043, 40.72884945]} },
{type: 'Feature',properties:{Name: '4', Address: '8549 ELIOT AVENUE, MIDDLE VILLAGE', Month: '12', Price: '5342'}, geometry: { type: 'Point', coordinates:[-73.87202017, 40.7288193]} },
{type: 'Feature',properties:{Name: '4', Address: '8545 ELIOT AVE, MIDDLE VILLAGE', Month: '3', Price: '5194'}, geometry: { type: 'Point', coordinates:[-73.87210327, 40.72875901]} },
{type: 'Feature',properties:{Name: '4', Address: '8541 ELIOT AVENUE, MIDDLE VILLAGE', Month: '3', Price: '4413'}, geometry: { type: 'Point', coordinates:[-73.87218637, 40.72869872]} },
{type: 'Feature',properties:{Name: '4', Address: '71-05 METROPOLITAN AVENUE, MIDDLE VILLAGE', Month: '12', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.8839446, 40.71227828]} },
{type: 'Feature',properties:{Name: '4', Address: '66-11 71ST STREET, MIDDLE VILLAGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88415738, 40.71437824]} },
{type: 'Feature',properties:{Name: '4', Address: '79-19 71ST AVENUE, MIDDLE VILLAGE', Month: '3', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.87072302, 40.70746909]} },
{type: 'Feature',properties:{Name: '4', Address: '63-16 WOODHAVEN BOULEVARD, MIDDLE VILLAGE', Month: '4', Price: '2138'}, geometry: { type: 'Point', coordinates:[-73.86896997, 40.72404274]} },
{type: 'Feature',properties:{Name: '4', Address: '73-26 METROPOLITAN AVENUE, MIDDLE VILLAGE', Month: '3', Price: '9300'}, geometry: { type: 'Point', coordinates:[-73.87898756, 40.71275351]} },
{type: 'Feature',properties:{Name: '4', Address: '74-04 METROPOLITAN AVENUE, MIDDLE VILLAGE', Month: '12', Price: '3527'}, geometry: { type: 'Point', coordinates:[-73.87818662, 40.71283501]} },
{type: 'Feature',properties:{Name: '4', Address: '75-12 METROPOLITAN AVENUE, MIDDLE VILLAGE', Month: '10', Price: '2484'}, geometry: { type: 'Point', coordinates:[-73.87736044, 40.71291648]} },
{type: 'Feature',properties:{Name: '4', Address: '75-30 METROPOLITAN AVENUE, MIDDLE VILLAGE', Month: '10', Price: '8900'}, geometry: { type: 'Point', coordinates:[-73.87734961, 40.71291921]} },
{type: 'Feature',properties:{Name: '4', Address: '79-74 COOPER AVENUE, MIDDLE VILLAGE', Month: '7', Price: '4654'}, geometry: { type: 'Point', coordinates:[-73.87085732, 40.70889377]} },
{type: 'Feature',properties:{Name: '4', Address: '79-36 COOPER AVENUE, MIDDLE VILLAGE', Month: '9', Price: '27960'}, geometry: { type: 'Point', coordinates:[-73.8716732, 40.70852414]} },
{type: 'Feature',properties:{Name: '4', Address: '69-08 ELIOT AVE, MIDDLE VILLAGE', Month: '9', Price: '1183'}, geometry: { type: 'Point', coordinates:[-73.89073916, 40.71964639]} },
{type: 'Feature',properties:{Name: '4', Address: '79-31 71ST AVENUE, MIDDLE VILLAGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87058587, 40.7075156]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 71ST AVENUE, MIDDLE VILLAGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87066846, 40.70770233]} },
{type: 'Feature',properties:{Name: '4', Address: '79-40 COOPER AVENUE, MIDDLE VILLAGE', Month: '12', Price: '16200'}, geometry: { type: 'Point', coordinates:[-73.87158656, 40.70856247]} },
{type: 'Feature',properties:{Name: '4', Address: '83-34 72ND DRIVE, MIDDLE VILLAGE', Month: '1', Price: '11245'}, geometry: { type: 'Point', coordinates:[-73.86493522, 40.70865093]} },
{type: 'Feature',properties:{Name: '4', Address: '79TH PLACE, MIDDLE VILLAGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87200257, 40.7079289]} },
{type: 'Feature',properties:{Name: '4', Address: '79-66 COOPER AVENUE, MIDDLE VILLAGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8710306, 40.70881711]} },
{type: 'Feature',properties:{Name: '4', Address: '86-18 60TH ROAD, MIDDLE VILLAGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.87265953, 40.73031865]} },
{type: 'Feature',properties:{Name: '4', Address: '71-09 JUNIPER VALLEY ROAD, MIDDLE VILLAGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88395837, 40.71473212]} },
{type: 'Feature',properties:{Name: '4', Address: '72-35 METROPOLITAN AVENUE, MIDDLE VILLAGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.88076978, 40.71259069]} },
{type: 'Feature',properties:{Name: '4', Address: '66-60 80TH STREET, MIDDLE VILLAGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8716949, 40.71411525]} },
{type: 'Feature',properties:{Name: '4', Address: '148-16 NEWPORT AVENUE, NEPONSIT', Month: '3', Price: '4800'}, geometry: { type: 'Point', coordinates:[-73.86532884, 40.57273496]} },
{type: 'Feature',properties:{Name: '4', Address: '424 BEACH 142 STREET, NEPONSIT', Month: '10', Price: '1692'}, geometry: { type: 'Point', coordinates:[-73.86013748, 40.57481481]} },
{type: 'Feature',properties:{Name: '4', Address: '14211 CRONSTON AVENUE, NEPONSIT', Month: '8', Price: '2250'}, geometry: { type: 'Point', coordinates:[-73.86103852, 40.57600989]} },
{type: 'Feature',properties:{Name: '4', Address: '431 BEACH 142ND STREET, NEPONSIT', Month: '12', Price: '2322'}, geometry: { type: 'Point', coordinates:[-73.86020212, 40.574889]} },
{type: 'Feature',properties:{Name: '4', Address: '404 BEACH 143 STREET, NEPONSIT', Month: '1', Price: '2166'}, geometry: { type: 'Point', coordinates:[-73.86079377, 40.5742639]} },
{type: 'Feature',properties:{Name: '4', Address: '414 BEACH 143 STREET, NEPONSIT', Month: '5', Price: '1092'}, geometry: { type: 'Point', coordinates:[-73.86090496, 40.57445892]} },
{type: 'Feature',properties:{Name: '4', Address: '414 BEACH 143 STREET, NEPONSIT', Month: '2', Price: '1092'}, geometry: { type: 'Point', coordinates:[-73.86090496, 40.57445892]} },
{type: 'Feature',properties:{Name: '4', Address: '425 BEACH 143 STREET, NEPONSIT', Month: '1', Price: '1496'}, geometry: { type: 'Point', coordinates:[-73.86105926, 40.57468967]} },
{type: 'Feature',properties:{Name: '4', Address: '455 BEACH 144 STREET, NEPONSIT', Month: '5', Price: '1170'}, geometry: { type: 'Point', coordinates:[-73.86222131, 40.57500398]} },
{type: 'Feature',properties:{Name: '4', Address: '429 BEACH 145 STREET, NEPONSIT', Month: '3', Price: '1032'}, geometry: { type: 'Point', coordinates:[-73.86279516, 40.57427729]} },
{type: 'Feature',properties:{Name: '4', Address: '421 BEACH 145 STREET, NEPONSIT', Month: '10', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.86269113, 40.5741015]} },
{type: 'Feature',properties:{Name: '4', Address: '421 BEACH 145TH STREET, NEPONSIT', Month: '3', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.86269113, 40.5741015]} },
{type: 'Feature',properties:{Name: '4', Address: '420 BEACH 147 STREET, NEPONSIT', Month: '6', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.86436653, 40.57333494]} },
{type: 'Feature',properties:{Name: '4', Address: '420 BEACH 147 STREET, NEPONSIT', Month: '9', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.86436653, 40.57333494]} },
{type: 'Feature',properties:{Name: '4', Address: '255 BEACH 141 STREET, NEPONSIT', Month: '3', Price: '1529'}, geometry: { type: 'Point', coordinates:[-73.8584877, 40.5736435]} },
{type: 'Feature',properties:{Name: '4', Address: '211 BEACH 141 STREET, NEPONSIT', Month: '4', Price: '2187'}, geometry: { type: 'Point', coordinates:[-73.85792462, 40.57267114]} },
{type: 'Feature',properties:{Name: '4', Address: '304 BEACH 142ND STREET, NEPONSIT', Month: '10', Price: '1792'}, geometry: { type: 'Point', coordinates:[-73.85902223, 40.57279601]} },
{type: 'Feature',properties:{Name: '4', Address: '353 BEACH 143RD STREET, NEPONSIT', Month: '3', Price: '3038'}, geometry: { type: 'Point', coordinates:[-73.86053961, 40.57358837]} },
{type: 'Feature',properties:{Name: '4', Address: '309 BEACH 143 STREET, NEPONSIT', Month: '1', Price: '2548'}, geometry: { type: 'Point', coordinates:[-73.86001597, 40.5726792]} },
{type: 'Feature',properties:{Name: '4', Address: '335 BEACH 144 STREET, NEPONSIT', Month: '3', Price: '3250'}, geometry: { type: 'Point', coordinates:[-73.8612569, 40.57312262]} },
{type: 'Feature',properties:{Name: '4', Address: '346 BEACH 145TH STREET, NEPONSIT', Month: '2', Price: '2575'}, geometry: { type: 'Point', coordinates:[-73.8622108, 40.57311828]} },
{type: 'Feature',properties:{Name: '4', Address: '318 BEACH 147 STREET, NEPONSIT', Month: '10', Price: '1080'}, geometry: { type: 'Point', coordinates:[-73.86339805, 40.57166495]} },
{type: 'Feature',properties:{Name: '4', Address: '347 BEACH 147 STREET, NEPONSIT', Month: '2', Price: '1420'}, geometry: { type: 'Point', coordinates:[-73.86386801, 40.5724368]} },
{type: 'Feature',properties:{Name: '4', Address: '347 BEACH 147 STREET, NEPONSIT', Month: '7', Price: '1420'}, geometry: { type: 'Point', coordinates:[-73.86386801, 40.5724368]} },
{type: 'Feature',properties:{Name: '4', Address: '353 BEACH 148TH STREET, NEPONSIT', Month: '5', Price: '1011'}, geometry: { type: 'Point', coordinates:[-73.86478634, 40.57222104]} },
{type: 'Feature',properties:{Name: '4', Address: '302 BEACH 149 ST, NEPONSIT', Month: '8', Price: '1050'}, geometry: { type: 'Point', coordinates:[-73.86499415, 40.57091476]} },
{type: 'Feature',properties:{Name: '4', Address: '302 BEACH 149TH STREET, NEPONSIT', Month: '8', Price: '1050'}, geometry: { type: 'Point', coordinates:[-73.86499415, 40.57091476]} },
{type: 'Feature',properties:{Name: '4', Address: '144-16 ROCKAWAY BEACH BLVD, NEPONSIT', Month: '10', Price: '2340'}, geometry: { type: 'Point', coordinates:[-73.86024997, 40.57094477]} },
{type: 'Feature',properties:{Name: '4', Address: '144-16 ROCKAWAY BEACH BLVD, NEPONSIT', Month: '7', Price: '2340'}, geometry: { type: 'Point', coordinates:[-73.86024997, 40.57094477]} },
{type: 'Feature',properties:{Name: '4', Address: '238 BEACH 148 STREET, NEPONSIT', Month: '8', Price: '1350'}, geometry: { type: 'Point', coordinates:[-73.86388954, 40.57070485]} },
{type: 'Feature',properties:{Name: '4', Address: '141-01 ROCKAWAY BEACH BOULE, NEPONSIT', Month: '12', Price: '1792'}, geometry: { type: 'Point', coordinates:[-73.85766386, 40.5717321]} },
{type: 'Feature',properties:{Name: '4', Address: '192 BEACH 142ND STREET, NEPONSIT', Month: '1', Price: '2806'}, geometry: { type: 'Point', coordinates:[-73.85820452, 40.57138692]} },
{type: 'Feature',properties:{Name: '4', Address: '142-15 ROCKAWAY BEACH BLVD, NEPONSIT', Month: '8', Price: '2216'}, geometry: { type: 'Point', coordinates:[-73.85864325, 40.57158234]} },
{type: 'Feature',properties:{Name: '4', Address: '171 BEACH 143 STREET, NEPONSIT', Month: '10', Price: '1365'}, geometry: { type: 'Point', coordinates:[-73.85875355, 40.5704873]} },
{type: 'Feature',properties:{Name: '4', Address: '146-05 ROCKAWAY BEACH BLVD, NEPONSIT', Month: '8', Price: '2592'}, geometry: { type: 'Point', coordinates:[-73.86175587, 40.57030705]} },
{type: 'Feature',properties:{Name: '4', Address: '146-05 ROCKAWAY BEACH BLVD, NEPONSIT', Month: '11', Price: '2592'}, geometry: { type: 'Point', coordinates:[-73.86175587, 40.57030705]} },
{type: 'Feature',properties:{Name: '4', Address: '157 BEACH 146 STREET, NEPONSIT', Month: '7', Price: '2951'}, geometry: { type: 'Point', coordinates:[-73.86099497, 40.56926036]} },
{type: 'Feature',properties:{Name: '4', Address: '171 BEACH 148 STREET, NEPONSIT', Month: '2', Price: '3259'}, geometry: { type: 'Point', coordinates:[-73.86282794, 40.56883163]} },
{type: 'Feature',properties:{Name: '4', Address: '162 BEACH 149 STREET, NEPONSIT', Month: '1', Price: '1032'}, geometry: { type: 'Point', coordinates:[-73.86344465, 40.56823674]} },
{type: 'Feature',properties:{Name: '4', Address: '181 BEACH 143 STREET, NEPONSIT', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85886474, 40.57067408]} },
{type: 'Feature',properties:{Name: '4', Address: '167 BEACH 146 STREET, NEPONSIT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86110256, 40.56944714]} },
{type: 'Feature',properties:{Name: '4', Address: '167 BEACH 146 STREET, NEPONSIT', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86110256, 40.56944714]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A BEACH 146 STREET, NEPONSIT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86154473, 40.56971666]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A BEACH 146 STREET, NEPONSIT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86154473, 40.56971666]} },
{type: 'Feature',properties:{Name: '4', Address: '425A BEACH 143 STREET, NEPONSIT', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86132212, 40.57464881]} },
{type: 'Feature',properties:{Name: '4', Address: '61-36 211TH STREET, OAKLAND GARDENS', Month: '10', Price: '2250'}, geometry: { type: 'Point', coordinates:[-73.7657223, 40.7458096]} },
{type: 'Feature',properties:{Name: '4', Address: '61-37 210TH STREET, OAKLAND GARDENS', Month: '12', Price: '2058'}, geometry: { type: 'Point', coordinates:[-73.76658928, 40.74557257]} },
{type: 'Feature',properties:{Name: '4', Address: '61-14 212TH STREET, OAKLAND GARDENS', Month: '11', Price: '4171'}, geometry: { type: 'Point', coordinates:[-73.76485161, 40.74607407]} },
{type: 'Feature',properties:{Name: '4', Address: '61-26 213TH STREET, OAKLAND GARDENS', Month: '11', Price: '790'}, geometry: { type: 'Point', coordinates:[-73.76396662, 40.74630008]} },
{type: 'Feature',properties:{Name: '4', Address: '61-36 215TH STREET, OAKLAND GARDENS', Month: '6', Price: '1092'}, geometry: { type: 'Point', coordinates:[-73.7621929, 40.74677951]} },
{type: 'Feature',properties:{Name: '4', Address: '61-17 215TH STREET, OAKLAND GARDENS', Month: '11', Price: '1252'}, geometry: { type: 'Point', coordinates:[-73.76217481, 40.74679319]} },
{type: 'Feature',properties:{Name: '4', Address: '61-20 220TH STREET, OAKLAND GARDENS', Month: '6', Price: '1584'}, geometry: { type: 'Point', coordinates:[-73.75782372, 40.74840353]} },
{type: 'Feature',properties:{Name: '4', Address: '61-24 220 STREET, OAKLAND GARDENS', Month: '7', Price: '1584'}, geometry: { type: 'Point', coordinates:[-73.75782373, 40.74840079]} },
{type: 'Feature',properties:{Name: '4', Address: '61-26 220TH STREET, OAKLAND GARDENS', Month: '10', Price: '1584'}, geometry: { type: 'Point', coordinates:[-73.75782374, 40.74839804]} },
{type: 'Feature',properties:{Name: '4', Address: '64-59 210TH STREET, OAKLAND GARDENS', Month: '6', Price: '2488'}, geometry: { type: 'Point', coordinates:[-73.76549352, 40.74313574]} },
{type: 'Feature',properties:{Name: '4', Address: '64-38 213TH STREET, OAKLAND GARDENS', Month: '5', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.76330033, 40.74489888]} },
{type: 'Feature',properties:{Name: '4', Address: '64-58 213TH STREET, OAKLAND GARDENS', Month: '6', Price: '1445'}, geometry: { type: 'Point', coordinates:[-73.76329316, 40.74488514]} },
{type: 'Feature',properties:{Name: '4', Address: '64-64 214TH STREET, OAKLAND GARDENS', Month: '11', Price: '1225'}, geometry: { type: 'Point', coordinates:[-73.76240814, 40.74511937]} },
{type: 'Feature',properties:{Name: '4', Address: '64-57 213 STREET, OAKLAND GARDENS', Month: '12', Price: '1188'}, geometry: { type: 'Point', coordinates:[-73.76327509, 40.7448906]} },
{type: 'Feature',properties:{Name: '4', Address: '64-20 BELL BOULEVARD, OAKLAND GARDENS', Month: '4', Price: '1164'}, geometry: { type: 'Point', coordinates:[-73.76043332, 40.74532937]} },
{type: 'Feature',properties:{Name: '4', Address: '64-22 217TH STREET, OAKLAND GARDENS', Month: '5', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.75966229, 40.74597278]} },
{type: 'Feature',properties:{Name: '4', Address: '64-28 217TH STREET, OAKLAND GARDENS', Month: '9', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.75966231, 40.74596729]} },
{type: 'Feature',properties:{Name: '4', Address: '64-20 218TH STREET, OAKLAND GARDENS', Month: '7', Price: '1296'}, geometry: { type: 'Point', coordinates:[-73.75877724, 40.74620973]} },
{type: 'Feature',properties:{Name: '4', Address: '67-42 211TH STREET, OAKLAND GARDENS', Month: '3', Price: '1008'}, geometry: { type: 'Point', coordinates:[-73.76409601, 40.74237259]} },
{type: 'Feature',properties:{Name: '4', Address: '67-29 210TH STREET, OAKLAND GARDENS', Month: '3', Price: '1086'}, geometry: { type: 'Point', coordinates:[-73.76499901, 40.74214388]} },
{type: 'Feature',properties:{Name: '4', Address: '67-38 212TH STREET, OAKLAND GARDENS', Month: '4', Price: '1116'}, geometry: { type: 'Point', coordinates:[-73.7632182, 40.74262056]} },
{type: 'Feature',properties:{Name: '4', Address: '67-31 212TH STREET, OAKLAND GARDENS', Month: '5', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.76320372, 40.74263426]} },
{type: 'Feature',properties:{Name: '4', Address: '67-21 213TH STREET, OAKLAND GARDENS', Month: '2', Price: '1116'}, geometry: { type: 'Point', coordinates:[-73.76232227, 40.7428877]} },
{type: 'Feature',properties:{Name: '4', Address: '67-10 215TH STREET, OAKLAND GARDENS', Month: '10', Price: '1073'}, geometry: { type: 'Point', coordinates:[-73.76058108, 40.74337541]} },
{type: 'Feature',properties:{Name: '4', Address: '67-42 BELL BOULEVARD, OAKLAND GARDENS', Month: '7', Price: '1296'}, geometry: { type: 'Point', coordinates:[-73.75954509, 40.7434501]} },
{type: 'Feature',properties:{Name: '4', Address: '227-11 64TH AVENUE, OAKLAND GARDENS', Month: '2', Price: '974'}, geometry: { type: 'Point', coordinates:[-73.75024291, 40.74886493]} },
{type: 'Feature',properties:{Name: '4', Address: '61-38 230TH STREET, OAKLAND GARDENS', Month: '10', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.7483088, 40.75067501]} },
{type: 'Feature',properties:{Name: '4', Address: '64-17 CLOVERDALE BOULEVARD, OAKLAND GARDENS', Month: '5', Price: '1132'}, geometry: { type: 'Point', coordinates:[-73.75028043, 40.74848349]} },
{type: 'Feature',properties:{Name: '4', Address: '64-29 228 STREET, OAKLAND GARDENS', Month: '11', Price: '1112'}, geometry: { type: 'Point', coordinates:[-73.74935919, 40.74872852]} },
{type: 'Feature',properties:{Name: '4', Address: '64-45 232ND STREET, OAKLAND GARDENS', Month: '11', Price: '1114'}, geometry: { type: 'Point', coordinates:[-73.74582223, 40.74968418]} },
{type: 'Feature',properties:{Name: '4', Address: '69-12 222ND STREET, OAKLAND GARDENS', Month: '9', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.75300541, 40.74358448]} },
{type: 'Feature',properties:{Name: '4', Address: '69-23 224TH STREET, OAKLAND GARDENS', Month: '11', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.75121729, 40.74405273]} },
{type: 'Feature',properties:{Name: '4', Address: '69-62 230TH STREET, OAKLAND GARDENS', Month: '12', Price: '1286'}, geometry: { type: 'Point', coordinates:[-73.74575229, 40.74531437]} },
{type: 'Feature',properties:{Name: '4', Address: '69-78 230 STREET, OAKLAND GARDENS', Month: '8', Price: '1286'}, geometry: { type: 'Point', coordinates:[-73.74574872, 40.74530338]} },
{type: 'Feature',properties:{Name: '4', Address: '69-29 229TH STREET, OAKLAND GARDENS', Month: '12', Price: '900'}, geometry: { type: 'Point', coordinates:[-73.74664093, 40.74509126]} },
{type: 'Feature',properties:{Name: '4', Address: '209-15 RICHLAND AVENUE, OAKLAND GARDENS', Month: '4', Price: '1872'}, geometry: { type: 'Point', coordinates:[-73.76227171, 40.73480702]} },
{type: 'Feature',properties:{Name: '4', Address: '209-15 RICHLAND AVENUE, OAKLAND GARDENS', Month: '11', Price: '1872'}, geometry: { type: 'Point', coordinates:[-73.76227171, 40.73480702]} },
{type: 'Feature',properties:{Name: '4', Address: '214-21 PECK AVENUE, OAKLAND GARDENS', Month: '7', Price: '2464'}, geometry: { type: 'Point', coordinates:[-73.75661422, 40.7356845]} },
{type: 'Feature',properties:{Name: '4', Address: '220-63 77TH AVENUE, OAKLAND GARDENS', Month: '8', Price: '1976'}, geometry: { type: 'Point', coordinates:[-73.7521968, 40.73782423]} },
{type: 'Feature',properties:{Name: '4', Address: '217-51 77TH AVENUE, OAKLAND GARDENS', Month: '1', Price: '2850'}, geometry: { type: 'Point', coordinates:[-73.75507091, 40.73735279]} },
{type: 'Feature',properties:{Name: '4', Address: '220-10 77TH AVENUE, OAKLAND GARDENS', Month: '12', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.75228715, 40.73778875]} },
{type: 'Feature',properties:{Name: '4', Address: '220-78 77TH AVENUE, OAKLAND GARDENS', Month: '6', Price: '3528'}, geometry: { type: 'Point', coordinates:[-73.75216076, 40.73781318]} },
{type: 'Feature',properties:{Name: '4', Address: '221-23 KINGSBURY AVENUE, OAKLAND GARDENS', Month: '12', Price: '1498'}, geometry: { type: 'Point', coordinates:[-73.75035548, 40.73712309]} },
{type: 'Feature',properties:{Name: '4', Address: '220-41 KINGSBURY AVENUE, OAKLAND GARDENS', Month: '10', Price: '1686'}, geometry: { type: 'Point', coordinates:[-73.7512654, 40.73696586]} },
{type: 'Feature',properties:{Name: '4', Address: '220-03 KINGSBURY AVENUE, OAKLAND GARDENS', Month: '8', Price: '1476'}, geometry: { type: 'Point', coordinates:[-73.75218616, 40.7368059]} },
{type: 'Feature',properties:{Name: '4', Address: '79-24 213TH STREET, OAKLAND GARDENS', Month: '11', Price: '1138'}, geometry: { type: 'Point', coordinates:[-73.75860852, 40.73500526]} },
{type: 'Feature',properties:{Name: '4', Address: '79-29 212TH STREET, OAKLAND GARDENS', Month: '7', Price: '1552'}, geometry: { type: 'Point', coordinates:[-73.7594897, 40.73480124]} },
{type: 'Feature',properties:{Name: '4', Address: '79-02 214TH STREET, OAKLAND GARDENS', Month: '4', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.75781675, 40.73542903]} },
{type: 'Feature',properties:{Name: '4', Address: '218-15 HARTLAND AVENUE, OAKLAND GARDENS', Month: '3', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.75312324, 40.7361327]} },
{type: 'Feature',properties:{Name: '4', Address: '78-18 220TH PLACE, OAKLAND GARDENS', Month: '5', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.75124578, 40.73642235]} },
{type: 'Feature',properties:{Name: '4', Address: '220-31 UNION TURNPIKE, OAKLAND GARDENS', Month: '10', Price: '3231'}, geometry: { type: 'Point', coordinates:[-73.75027631, 40.7351412]} },
{type: 'Feature',properties:{Name: '4', Address: '78-36 222ND STREET, OAKLAND GARDENS', Month: '9', Price: '1444'}, geometry: { type: 'Point', coordinates:[-73.74914939, 40.7363931]} },
{type: 'Feature',properties:{Name: '4', Address: '78-36 SPRINGFIELD BOULEVAR, OAKLAND GARDENS', Month: '9', Price: '1500'}, geometry: { type: 'Point', coordinates:[-73.74746029, 40.73648548]} },
{type: 'Feature',properties:{Name: '4', Address: '224-10 76TH AVENUE, OAKLAND GARDENS', Month: '11', Price: '3244'}, geometry: { type: 'Point', coordinates:[-73.74943235, 40.73983291]} },
{type: 'Feature',properties:{Name: '4', Address: '224-46 76TH AVENUE, OAKLAND GARDENS', Month: '4', Price: '2240'}, geometry: { type: 'Point', coordinates:[-73.74935651, 40.73984647]} },
{type: 'Feature',properties:{Name: '4', Address: '224-77 76TH ROAD, OAKLAND GARDENS', Month: '2', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.74881394, 40.73922771]} },
{type: 'Feature',properties:{Name: '4', Address: '224-66 76TH ROAD, OAKLAND GARDENS', Month: '10', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.74882845, 40.73920853]} },
{type: 'Feature',properties:{Name: '4', Address: '224-70 76TH ROAD, OAKLAND GARDENS', Month: '3', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.74881762, 40.73921125]} },
{type: 'Feature',properties:{Name: '4', Address: '226-06 76TH ROAD, OAKLAND GARDENS', Month: '10', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.74588186, 40.73972906]} },
{type: 'Feature',properties:{Name: '4', Address: '226-30 76TH ROAD, OAKLAND GARDENS', Month: '10', Price: '1446'}, geometry: { type: 'Point', coordinates:[-73.74544853, 40.73980496]} },
{type: 'Feature',properties:{Name: '4', Address: '226-50 76TH ROAD, OAKLAND GARDENS', Month: '1', Price: '1438'}, geometry: { type: 'Point', coordinates:[-73.74509104, 40.7398673]} },
{type: 'Feature',properties:{Name: '4', Address: '226-47 77TH AVENUE, OAKLAND GARDENS', Month: '4', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.74499629, 40.73916717]} },
{type: 'Feature',properties:{Name: '4', Address: '226-07 77TH AVENUE, OAKLAND GARDENS', Month: '10', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.74569321, 40.7390452]} },
{type: 'Feature',properties:{Name: '4', Address: '226-04 77TH AVENUE, OAKLAND GARDENS', Month: '11', Price: '1438'}, geometry: { type: 'Point', coordinates:[-73.74572216, 40.73902331]} },
{type: 'Feature',properties:{Name: '4', Address: '226-30 77TH AVENUE, OAKLAND GARDENS', Month: '5', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.74526717, 40.73910464]} },
{type: 'Feature',properties:{Name: '4', Address: '61-56 220TH STREET, OAKLAND GARDENS', Month: '3', Price: '2843'}, geometry: { type: 'Point', coordinates:[-73.75781658, 40.74838156]} },
{type: 'Feature',properties:{Name: '4', Address: '64-55 210TH STREET, OAKLAND GARDENS', Month: '2', Price: '3183'}, geometry: { type: 'Point', coordinates:[-73.76549351, 40.74313849]} },
{type: 'Feature',properties:{Name: '4', Address: '217-04 64TH AVENUE, OAKLAND GARDENS', Month: '8', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.75961789, 40.74627736]} },
{type: 'Feature',properties:{Name: '4', Address: '6105 CLOVERDALE BLVD, OAKLAND GARDENS', Month: '2', Price: '2288'}, geometry: { type: 'Point', coordinates:[-73.75103954, 40.75009357]} },
{type: 'Feature',properties:{Name: '4', Address: '230-04 HORACE HARDING EXPRE, OAKLAND GARDENS', Month: '11', Price: '3045'}, geometry: { type: 'Point', coordinates:[-73.74823925, 40.75093286]} },
{type: 'Feature',properties:{Name: '4', Address: '61-43 231ST STREET, OAKLAND GARDENS', Month: '6', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.74740202, 40.75090358]} },
{type: 'Feature',properties:{Name: '4', Address: '232-09 64TH AVENUE, OAKLAND GARDENS', Month: '6', Price: '2858'}, geometry: { type: 'Point', coordinates:[-73.74580627, 40.75008214]} },
{type: 'Feature',properties:{Name: '4', Address: '6454 230TH STREET, OAKLAND GARDENS', Month: '2', Price: '1974'}, geometry: { type: 'Point', coordinates:[-73.74760343, 40.74918581]} },
{type: 'Feature',properties:{Name: '4', Address: '64-15 229 STREET, OAKLAND GARDENS', Month: '6', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.74848123, 40.74897912]} },
{type: 'Feature',properties:{Name: '4', Address: '64-41 230TH STREET, OAKLAND GARDENS', Month: '1', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.74758893, 40.74920224]} },
{type: 'Feature',properties:{Name: '4', Address: '64-58 232 STREET, OAKLAND GARDENS', Month: '7', Price: '2357'}, geometry: { type: 'Point', coordinates:[-73.74584033, 40.7496705]} },
{type: 'Feature',properties:{Name: '4', Address: '69-07 222 STREET, OAKLAND GARDENS', Month: '12', Price: '1848'}, geometry: { type: 'Point', coordinates:[-73.75298733, 40.74359268]} },
{type: 'Feature',properties:{Name: '4', Address: '69-39 225 ST, OAKLAND GARDENS', Month: '6', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.75032146, 40.74427586]} },
{type: 'Feature',properties:{Name: '4', Address: '69-04 228TH STREET, OAKLAND GARDENS', Month: '3', Price: '2930'}, geometry: { type: 'Point', coordinates:[-73.7475727, 40.74491215]} },
{type: 'Feature',properties:{Name: '4', Address: '69-08 228TH STREET, OAKLAND GARDENS', Month: '12', Price: '2250'}, geometry: { type: 'Point', coordinates:[-73.74757272, 40.7449094]} },
{type: 'Feature',properties:{Name: '4', Address: '69-48 229 ST, OAKLAND GARDENS', Month: '7', Price: '2419'}, geometry: { type: 'Point', coordinates:[-73.74665543, 40.74507482]} },
{type: 'Feature',properties:{Name: '4', Address: '69-38 230TH STREET, OAKLAND GARDENS', Month: '2', Price: '2364'}, geometry: { type: 'Point', coordinates:[-73.74575946, 40.74532536]} },
{type: 'Feature',properties:{Name: '4', Address: '61-24 217TH STREET, OAKLAND GARDENS', Month: '9', Price: '2824'}, geometry: { type: 'Point', coordinates:[-73.76031417, 40.74734927]} },
{type: 'Feature',properties:{Name: '4', Address: '61-21 217TH STREET, OAKLAND GARDENS', Month: '12', Price: '2824'}, geometry: { type: 'Point', coordinates:[-73.7602961, 40.74735746]} },
{type: 'Feature',properties:{Name: '4', Address: '61-21 217TH STREET, OAKLAND GARDENS', Month: '5', Price: '2824'}, geometry: { type: 'Point', coordinates:[-73.7602961, 40.74735746]} },
{type: 'Feature',properties:{Name: '4', Address: '61-09 217TH STREET, OAKLAND GARDENS', Month: '6', Price: '2824'}, geometry: { type: 'Point', coordinates:[-73.76029969, 40.74736296]} },
{type: 'Feature',properties:{Name: '4', Address: '218-01 64TH AVENUE, OAKLAND GARDENS', Month: '1', Price: '2440'}, geometry: { type: 'Point', coordinates:[-73.75876888, 40.74652536]} },
{type: 'Feature',properties:{Name: '4', Address: '219-07 67TH AVENUE, OAKLAND GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7568541, 40.74510229]} },
{type: 'Feature',properties:{Name: '4', Address: '219-69 67TH AVENUE, OAKLAND GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75676739, 40.74512681]} },
{type: 'Feature',properties:{Name: '4', Address: '219-67 67TH AVENUE, OAKLAND GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75677101, 40.74512407]} },
{type: 'Feature',properties:{Name: '4', Address: '219-41 67TH AVENUE, OAKLAND GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75680713, 40.74511591]} },
{type: 'Feature',properties:{Name: '4', Address: '219-57 67TH AVE, OAKLAND GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75678546, 40.74512136]} },
{type: 'Feature',properties:{Name: '4', Address: '220-31 67TH AVENUE, OAKLAND GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7553874, 40.74550541]} },
{type: 'Feature',properties:{Name: '4', Address: '220-27 67TH AVENUE, OAKLAND GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75539463, 40.74550268]} },
{type: 'Feature',properties:{Name: '4', Address: '220-67 67TH AVENUE, OAKLAND GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75533682, 40.74551903]} },
{type: 'Feature',properties:{Name: '4', Address: '220-65 67TH AVENUE, OAKLAND GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75534043, 40.74551903]} },
{type: 'Feature',properties:{Name: '4', Address: '220-02 64TH AVENUE, OAKLAND GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75690846, 40.74701825]} },
{type: 'Feature',properties:{Name: '4', Address: '219-18 64TH AVENUE, OAKLAND GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75776464, 40.746784]} },
{type: 'Feature',properties:{Name: '4', Address: '219-12 64TH AVENUE, OAKLAND GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75780077, 40.7467731]} },
{type: 'Feature',properties:{Name: '4', Address: '6115 232ND ST, OAKLAND GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74634854, 40.75079697]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 210TH STREET, OAKLAND GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76609632, 40.74515437]} },
{type: 'Feature',properties:{Name: '4', Address: '64-45 230TH STREET, OAKLAND GARDENS', Month: '11', Price: '1944'}, geometry: { type: 'Point', coordinates:[-73.74758533, 40.74919949]} },
{type: 'Feature',properties:{Name: '4', Address: '67-35 BELL BOULEVARD, UPPER, OAKLAND GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75956997, 40.74355446]} },
{type: 'Feature',properties:{Name: '4', Address: '216-31 68TH AVENUE, 1ST F, OAKLAND GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75843834, 40.7431294]} },
{type: 'Feature',properties:{Name: '4', Address: '67-21 BELL BOULEVARD, 36131, OAKLAND GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75962731, 40.74366711]} },
{type: 'Feature',properties:{Name: '4', Address: '67-37 BELL BOULEVARD, 35072, OAKLAND GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75956281, 40.74353797]} },
{type: 'Feature',properties:{Name: '4', Address: '217-16 67TH AVE, UPPER, OAKLAND GARDENS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75873618, 40.74459298]} },
{type: 'Feature',properties:{Name: '4', Address: '67-02 218TH STREET, 1, OAKLAND GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75798194, 40.74458865]} },
{type: 'Feature',properties:{Name: '4', Address: '67-11 BELL BLVD, 2, OAKLAND GARDENS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75966312, 40.74374404]} },
{type: 'Feature',properties:{Name: '4', Address: '69-02 218TH STREET, UPPER, OAKLAND GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75683793, 40.74261001]} },
{type: 'Feature',properties:{Name: '4', Address: '69-56 218TH STREET, DUP, OAKLAND GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75683438, 40.74259354]} },
{type: 'Feature',properties:{Name: '4', Address: '67-18 SPRINGFIELD BOULEVAR, DUPLEX, OAKLAND GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75580903, 40.74272037]} },
{type: 'Feature',properties:{Name: '4', Address: '219-66 67TH AVENUE, DUP, OAKLAND GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75676384, 40.74511033]} },
{type: 'Feature',properties:{Name: '4', Address: '68-21 218TH STREET, DUPLE, OAKLAND GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75690177, 40.74291756]} },
{type: 'Feature',properties:{Name: '4', Address: '68-44 SPRINGFIELD BOULEVAR, LOWER, OAKLAND GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75580903, 40.74272037]} },
{type: 'Feature',properties:{Name: '4', Address: '218-21 68TH AVENUE, 1, OAKLAND GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75649485, 40.74366602]} },
{type: 'Feature',properties:{Name: '4', Address: '220-09 73RD AVENUE, LOWER, OAKLAND GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75505432, 40.74186789]} },
{type: 'Feature',properties:{Name: '4', Address: '220-15 73RD AVENUE, LOWER, OAKLAND GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7549676, 40.7418979]} },
{type: 'Feature',properties:{Name: '4', Address: '220-53 73RD AVENUE, LOWER, OAKLAND GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75442921, 40.7420834]} },
{type: 'Feature',properties:{Name: '4', Address: '69-37 218TH STREET, DUPLEX, OAKLAND GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75681269, 40.74260447]} },
{type: 'Feature',properties:{Name: '4', Address: '69-08 SPRINGFIELD BLVD, APT, OAKLAND GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75390849, 40.74334762]} },
{type: 'Feature',properties:{Name: '4', Address: '67-14 SPRINGFIELD BOULEVAR, DUP, OAKLAND GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75580903, 40.74272037]} },
{type: 'Feature',properties:{Name: '4', Address: '218-12 68TH AVENUE, 2NDFLR, OAKLAND GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75654548, 40.74363594]} },
{type: 'Feature',properties:{Name: '4', Address: '220-67 73RD AVENUE, LOWER, OAKLAND GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75423048, 40.74215159]} },
{type: 'Feature',properties:{Name: '4', Address: '68-50 SPRINGFIELD BLVD, 15102, OAKLAND GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75413405, 40.74383393]} },
{type: 'Feature',properties:{Name: '4', Address: '218-06 68TH AVENUE, LOWER, OAKLAND GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75658883, 40.7436223]} },
{type: 'Feature',properties:{Name: '4', Address: '218-15 73RD AVENUE, UPPER, OAKLAND GARDENS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75632252, 40.74144789]} },
{type: 'Feature',properties:{Name: '4', Address: '220-35 73RD AVENUE, UPPER, OAKLAND GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75468575, 40.74199611]} },
{type: 'Feature',properties:{Name: '4', Address: '218-19 68TH AVENUE, LOWER, OAKLAND GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75650929, 40.74366331]} },
{type: 'Feature',properties:{Name: '4', Address: '218-05 68TH AVENUE, LOWER, OAKLAND GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75661045, 40.74363333]} },
{type: 'Feature',properties:{Name: '4', Address: '218-14 67TH AVENUE, LOWER, OAKLAND GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75785841, 40.74481621]} },
{type: 'Feature',properties:{Name: '4', Address: '67-68 SPRINGFIELD BLVD, 09081, OAKLAND GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75464604, 40.74494116]} },
{type: 'Feature',properties:{Name: '4', Address: '218-02 68TH AVENUE, LOWER, OAKLAND GARDENS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75661774, 40.74361413]} },
{type: 'Feature',properties:{Name: '4', Address: '67-63 218TH STREET, DUPLEX, OAKLAND GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75762982, 40.74416247]} },
{type: 'Feature',properties:{Name: '4', Address: '219-14 67 AVENUE, DPLX, OAKLAND GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7568361, 40.74508853]} },
{type: 'Feature',properties:{Name: '4', Address: '218-04 67 AVE, 01049, OAKLAND GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75791983, 40.74479712]} },
{type: 'Feature',properties:{Name: '4', Address: '219-02 67TH AVENUE, UPPER, OAKLAND GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75685416, 40.74508582]} },
{type: 'Feature',properties:{Name: '4', Address: '67-17 218 STREET, DUPX, OAKLAND GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75789207, 40.7444924]} },
{type: 'Feature',properties:{Name: '4', Address: '67-08 SPRINGFIELD BLVD, 07139, OAKLAND GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75467467, 40.74500709]} },
{type: 'Feature',properties:{Name: '4', Address: '218-11 68TH AVENUE, LOWER, OAKLAND GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75656709, 40.74364696]} },
{type: 'Feature',properties:{Name: '4', Address: '68-18 SPRINGFIELD BOULEVAR, UPPER, OAKLAND GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75580903, 40.74272037]} },
{type: 'Feature',properties:{Name: '4', Address: '218-24 68 AVENUE, LOWER, OAKLAND GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75645878, 40.74366046]} },
{type: 'Feature',properties:{Name: '4', Address: '220-19 73RD AVENUE, UPPER, OAKLAND GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75491339, 40.741917]} },
{type: 'Feature',properties:{Name: '4', Address: '218-14 68 AVENUE, UPPER, OAKLAND GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75653103, 40.74363865]} },
{type: 'Feature',properties:{Name: '4', Address: '220-24 67TH AVENUE, DULPE, OAKLAND GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75539108, 40.7454862]} },
{type: 'Feature',properties:{Name: '4', Address: '211-09 73RD AVENUE, 347, OAKLAND GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7632301, 40.73927198]} },
{type: 'Feature',properties:{Name: '4', Address: '211-03 73RD AVENUE, 354, OAKLAND GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76330956, 40.73925293]} },
{type: 'Feature',properties:{Name: '4', Address: '69-23 210TH STREET, 407, OAKLAND GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76419668, 40.74044049]} },
{type: 'Feature',properties:{Name: '4', Address: '211-16 69 AVENUE, 452, OAKLAND GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76316628, 40.74098458]} },
{type: 'Feature',properties:{Name: '4', Address: '69-17 210TH STREET, 413, OAKLAND GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76419667, 40.74044323]} },
{type: 'Feature',properties:{Name: '4', Address: '21022 69TH AVENUE, 435, OAKLAND GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76402961, 40.74074207]} },
{type: 'Feature',properties:{Name: '4', Address: '211-09 73RD AVENUE, 348, OAKLAND GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7632301, 40.73927198]} },
{type: 'Feature',properties:{Name: '4', Address: '69-47B 210TH STREET, 6947B, OAKLAND GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76419309, 40.74043499]} },
{type: 'Feature',properties:{Name: '4', Address: '214-11 73RD AVENUE, 174, OAKLAND GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75974024, 40.74037089]} },
{type: 'Feature',properties:{Name: '4', Address: '69-12 215TH STREET, 151, OAKLAND GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75977881, 40.74168297]} },
{type: 'Feature',properties:{Name: '4', Address: '213-25A 73RD AVENUE, 185, OAKLAND GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76060733, 40.74008998]} },
{type: 'Feature',properties:{Name: '4', Address: '213-14 69TH AVENUE, 247, OAKLAND GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76141074, 40.74146403]} },
{type: 'Feature',properties:{Name: '4', Address: '6909 215TH STREET, 132, OAKLAND GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75976074, 40.74169116]} },
{type: 'Feature',properties:{Name: '4', Address: '69-07B 215TH STREET, 102, OAKLAND GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75976074, 40.74169116]} },
{type: 'Feature',properties:{Name: '4', Address: '69-20 BELL BOULEVARD, A, OAKLAND GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75883596, 40.74195273]} },
{type: 'Feature',properties:{Name: '4', Address: '69-16 BELL BOULEVARD, B, OAKLAND GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75883596, 40.74195273]} },
{type: 'Feature',properties:{Name: '4', Address: '224-88 HORACE HARDING EXPRE, A, OAKLAND GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75331042, 40.74990083]} },
{type: 'Feature',properties:{Name: '4', Address: '61-37 224TH STREET, 576, OAKLAND GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75327032, 40.74903614]} },
{type: 'Feature',properties:{Name: '4', Address: '224-78 HORACE HARDING EXPRE, 661, OAKLAND GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75331765, 40.7498981]} },
{type: 'Feature',properties:{Name: '4', Address: '224-61 64TH AVENUE, 504, OAKLAND GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75221188, 40.74832572]} },
{type: 'Feature',properties:{Name: '4', Address: '61-07 224TH STREET, 598, OAKLAND GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75364384, 40.749531]} },
{type: 'Feature',properties:{Name: '4', Address: '224-09 64TH AVENUE, A, OAKLAND GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.752248, 40.74831757]} },
{type: 'Feature',properties:{Name: '4', Address: '224-19A 64TH AVENUE, 521, OAKLAND GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75224078, 40.74831755]} },
{type: 'Feature',properties:{Name: '4', Address: '65-24A 223RD PLACE, 6524A, OAKLAND GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75389684, 40.74650133]} },
{type: 'Feature',properties:{Name: '4', Address: '221-03 67TH AVE., B, OAKLAND GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7545796, 40.74534175]} },
{type: 'Feature',properties:{Name: '4', Address: '221-23 67TH AVENUE, 23A, OAKLAND GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75439896, 40.74539351]} },
{type: 'Feature',properties:{Name: '4', Address: '64-29A SPRINGFIELD BOULEVAR, 2115, OAKLAND GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75462224, 40.74650287]} },
{type: 'Feature',properties:{Name: '4', Address: '221-11 67TH AVENUE, B, OAKLAND GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75450734, 40.74536355]} },
{type: 'Feature',properties:{Name: '4', Address: '221-23 67TH AVENUE, 23B, OAKLAND GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75439896, 40.74539351]} },
{type: 'Feature',properties:{Name: '4', Address: '68-12B 224TH STREET, 6812B, OAKLAND GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7515212, 40.74481643]} },
{type: 'Feature',properties:{Name: '4', Address: '67-25B SPRINGFIELD BOULEVAR, B, OAKLAND GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75382753, 40.74474728]} },
{type: 'Feature',properties:{Name: '4', Address: '222-21 69TH AVENUE, 21A, OAKLAND GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75282401, 40.7438421]} },
{type: 'Feature',properties:{Name: '4', Address: '67-31B SPRINGFIELD BLVD, 6731B, OAKLAND GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75464228, 40.74498232]} },
{type: 'Feature',properties:{Name: '4', Address: '221-14A 67 AVE, 22114, OAKLAND GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75446406, 40.74535797]} },
{type: 'Feature',properties:{Name: '4', Address: '67-40 223RD PLACE, B, OAKLAND GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75283756, 40.74505531]} },
{type: 'Feature',properties:{Name: '4', Address: '67-58B 223RD PLACE, 6758B, OAKLAND GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75256001, 40.74496414]} },
{type: 'Feature',properties:{Name: '4', Address: '6740 223RD PLACE, A, OAKLAND GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75283756, 40.74505531]} },
{type: 'Feature',properties:{Name: '4', Address: '222-15A 69 AVENUE, A, OAKLAND GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75286375, 40.74383121]} },
{type: 'Feature',properties:{Name: '4', Address: '67-30A 223RD PLACE, 6730A, OAKLAND GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75297805, 40.74512423]} },
{type: 'Feature',properties:{Name: '4', Address: '6749 223RD PLACE, A, OAKLAND GARDENS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75270775, 40.74502484]} },
{type: 'Feature',properties:{Name: '4', Address: '67-85 223RD PLACE, 67-85, OAKLAND GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7521307, 40.74492479]} },
{type: 'Feature',properties:{Name: '4', Address: '223-26A 65TH AVENUE, 26A, OAKLAND GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75332899, 40.74683772]} },
{type: 'Feature',properties:{Name: '4', Address: '65-26A 224 STREET, 6526A, OAKLAND GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75200384, 40.74701054]} },
{type: 'Feature',properties:{Name: '4', Address: '67-35A 223RD PLACE, 67-35A, OAKLAND GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75291314, 40.74511037]} },
{type: 'Feature',properties:{Name: '4', Address: '223-30 65TH AVENUE, 22330A, OAKLAND GARDENS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7532748, 40.74685132]} },
{type: 'Feature',properties:{Name: '4', Address: '67-97 223 PLACE, B, OAKLAND GARDENS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75193219, 40.74492985]} },
{type: 'Feature',properties:{Name: '4', Address: '65-35B 223 PLACE, 65-35, OAKLAND GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7538752, 40.74649854]} },
{type: 'Feature',properties:{Name: '4', Address: '67-63 223RD PLACE, A, OAKLAND GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75249143, 40.74496674]} },
{type: 'Feature',properties:{Name: '4', Address: '223-26B 65TH AVENUE, 22326B, OAKLAND GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75332899, 40.74683772]} },
{type: 'Feature',properties:{Name: '4', Address: '65-37A 223 PLACE, 6537A, OAKLAND GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7538752, 40.74649854]} },
{type: 'Feature',properties:{Name: '4', Address: '67-58 224TH STREET, 58B, OAKLAND GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7514248, 40.74550516]} },
{type: 'Feature',properties:{Name: '4', Address: '223-18A 65TH AVENUE, 22318, OAKLAND GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75343376, 40.74680775]} },
{type: 'Feature',properties:{Name: '4', Address: '65-35A 223RD PLACE, 65-35, OAKLAND GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7538752, 40.74649854]} },
{type: 'Feature',properties:{Name: '4', Address: '67-21B 223RD PLACE, 6721B, OAKLAND GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75309679, 40.74521781]} },
{type: 'Feature',properties:{Name: '4', Address: '223-32A 65TH AVENUE, 32A, OAKLAND GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7532459, 40.7468595]} },
{type: 'Feature',properties:{Name: '4', Address: '217-05 75TH AVENUE, 355A2, OAKLAND GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75585105, 40.73913031]} },
{type: 'Feature',properties:{Name: '4', Address: '217-02 73RD AVENUE, 381B1, OAKLAND GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75720412, 40.74115332]} },
{type: 'Feature',properties:{Name: '4', Address: '218-08 73RD AVENUE, 2, OAKLAND GARDENS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75626478, 40.74144777]} },
{type: 'Feature',properties:{Name: '4', Address: '219-53 74TH AVENUE, 2, OAKLAND GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75517245, 40.74016365]} },
{type: 'Feature',properties:{Name: '4', Address: '219-43 74TH AVENUE, 430B1, OAKLAND GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7552126, 40.74004022]} },
{type: 'Feature',properties:{Name: '4', Address: '217-22 73RD AVENUE, 390A2, OAKLAND GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75708128, 40.74119149]} },
{type: 'Feature',properties:{Name: '4', Address: '73-33 217TH STREET, 3701A, OAKLAND GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75716948, 40.74075525]} },
{type: 'Feature',properties:{Name: '4', Address: '217-26 73RD AVENUE, 392A2, OAKLAND GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75705599, 40.74119967]} },
{type: 'Feature',properties:{Name: '4', Address: '73-18 SPRINGFIELD BLVD, 36B2, OAKLAND GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75314465, 40.74204222]} },
{type: 'Feature',properties:{Name: '4', Address: '7469 220TH STREET, 100B1, OAKLAND GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75335828, 40.73989902]} },
{type: 'Feature',properties:{Name: '4', Address: '220-34 73RD AVENUE, 22A1, OAKLAND GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75467499, 40.74197962]} },
{type: 'Feature',properties:{Name: '4', Address: '74-15 220TH STREET, 127B1, OAKLAND GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7540705, 40.74052086]} },
{type: 'Feature',properties:{Name: '4', Address: '74-39 220TH STREET, 115A, OAKLAND GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75372864, 40.74025938]} },
{type: 'Feature',properties:{Name: '4', Address: '74-33 220TH STREET, 118B-1, OAKLAND GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75380778, 40.74032817]} },
{type: 'Feature',properties:{Name: '4', Address: '74-19 220TH STREET, 125A1, OAKLAND GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7540093, 40.74047956]} },
{type: 'Feature',properties:{Name: '4', Address: '74-67 220TH STREET, 101-A, OAKLAND GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75337984, 40.73992377]} },
{type: 'Feature',properties:{Name: '4', Address: '73-46 SPRINGFIELD BLVD, 50A2, OAKLAND GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75310871, 40.74200372]} },
{type: 'Feature',properties:{Name: '4', Address: '73-18 SPRINGFIELD BOULEVAR, 036B2, OAKLAND GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75336545, 40.74088715]} },
{type: 'Feature',properties:{Name: '4', Address: '7421 220 STREET, 124A1, OAKLAND GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75398051, 40.74045754]} },
{type: 'Feature',properties:{Name: '4', Address: '220-24 73RD AVENUE, 017A1, OAKLAND GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75481952, 40.74193052]} },
{type: 'Feature',properties:{Name: '4', Address: '73-36 SPRINGFIELD BLVD, 031A1, OAKLAND GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75311948, 40.74201747]} },
{type: 'Feature',properties:{Name: '4', Address: '7330 SPRINGFIELD BLVD, 042B1, OAKLAND GARDENS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75312667, 40.74202572]} },
{type: 'Feature',properties:{Name: '4', Address: '74-55 220 STREET, 107A1, OAKLAND GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75352364, 40.7400723]} },
{type: 'Feature',properties:{Name: '4', Address: '73-60 SPRINGFIELD BOULEVAR, 57A1, OAKLAND GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75336545, 40.74088715]} },
{type: 'Feature',properties:{Name: '4', Address: '73-21 220TH STREET, 139B2, OAKLAND GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75529412, 40.74142375]} },
{type: 'Feature',properties:{Name: '4', Address: '220-38 73RD AVENUE, 24A2, OAKLAND GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75462079, 40.74199872]} },
{type: 'Feature',properties:{Name: '4', Address: '73-88 SPRINGFIELD BOULEVAR, 71A2, OAKLAND GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75336545, 40.74088715]} },
{type: 'Feature',properties:{Name: '4', Address: '74-03 220TH STREET, 131B2, OAKLAND GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7542541, 40.74063928]} },
{type: 'Feature',properties:{Name: '4', Address: '219-84 75TH AVENUE, 219A1, OAKLAND GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.753376, 40.7390125]} },
{type: 'Feature',properties:{Name: '4', Address: '219-40 75TH AVENUE, 241A2, OAKLAND GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75405465, 40.73894808]} },
{type: 'Feature',properties:{Name: '4', Address: '76-22 SPRINGFIELD BLVD., 148B1, OAKLAND GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74971528, 40.73944377]} },
{type: 'Feature',properties:{Name: '4', Address: '219-22 75TH AVENUE, 250A1, OAKLAND GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7543324, 40.73897887]} },
{type: 'Feature',properties:{Name: '4', Address: '217-20 75TH AVENUE, 264B1, OAKLAND GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75540337, 40.73918975]} },
{type: 'Feature',properties:{Name: '4', Address: '75-18 SPRINGFIELD BOULEVAR, 169B2, OAKLAND GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75273506, 40.73863784]} },
{type: 'Feature',properties:{Name: '4', Address: '76-18 SPRINGFIELD BLVD, 150A1, OAKLAND GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74974762, 40.73947952]} },
{type: 'Feature',properties:{Name: '4', Address: '75-25 217TH STREET, 282B1, OAKLAND GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75619901, 40.7387111]} },
{type: 'Feature',properties:{Name: '4', Address: '217-08 75TH AVENUE, 269A2, OAKLAND GARDENS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75565606, 40.73916558]} },
{type: 'Feature',properties:{Name: '4', Address: '75-19 217TH STREET, 279B2, OAKLAND GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75620259, 40.73871934]} },
{type: 'Feature',properties:{Name: '4', Address: '75-17 217 STREET, 278A1, OAKLAND GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75620258, 40.73872209]} },
{type: 'Feature',properties:{Name: '4', Address: '220-52 75TH AVENUE, 192B1, OAKLAND GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75204563, 40.73966016]} },
{type: 'Feature',properties:{Name: '4', Address: '220-18 75TH AVENUE, 209B2, OAKLAND GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7524254, 40.73942767]} },
{type: 'Feature',properties:{Name: '4', Address: '75-25 217TH STREET, 282B2, OAKLAND GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75619901, 40.7387111]} },
{type: 'Feature',properties:{Name: '4', Address: '74-28 220TH STREET, 340B1, OAKLAND GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75387983, 40.74036126]} },
{type: 'Feature',properties:{Name: '4', Address: '74-50 220TH STREET, 347A2, OAKLAND GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75358845, 40.74011086]} },
{type: 'Feature',properties:{Name: '4', Address: '74-12 220 STREET, 335A1, OAKLAND GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75411377, 40.74052919]} },
{type: 'Feature',properties:{Name: '4', Address: '74-44 220TH STREET, 345B2, OAKLAND GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75366398, 40.74017964]} },
{type: 'Feature',properties:{Name: '4', Address: '219-51 75TH AVENUE, 293A2, OAKLAND GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75389943, 40.73896147]} },
{type: 'Feature',properties:{Name: '4', Address: '219-42 74TH AVENUE, 325A2, OAKLAND GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75522397, 40.73989202]} },
{type: 'Feature',properties:{Name: '4', Address: '74-16 220TH STREET, 336B1, OAKLAND GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75405257, 40.74048789]} },
{type: 'Feature',properties:{Name: '4', Address: '224-37 KINGSBURY AVENUE, B, OAKLAND GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74621894, 40.73744616]} },
{type: 'Feature',properties:{Name: '4', Address: '226-37 KINGSBURY AVENUE, B, OAKLAND GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74387027, 40.73826439]} },
{type: 'Feature',properties:{Name: '4', Address: '224-49 KINGSBURY AVENUE, A, OAKLAND GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7456743, 40.73738183]} },
{type: 'Feature',properties:{Name: '4', Address: '226-07 KINGSBURY AVENUE, B, OAKLAND GARDENS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74489365, 40.7376985]} },
{type: 'Feature',properties:{Name: '4', Address: '224-25 KINGSBURY AVENUE, A, OAKLAND GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74654351, 40.73749628]} },
{type: 'Feature',properties:{Name: '4', Address: '224-47 KINGSBURY AVENUE, A, OAKLAND GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74568873, 40.73738186]} },
{type: 'Feature',properties:{Name: '4', Address: '226-11 KINGSBURY AVENUE, A, OAKLAND GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74478875, 40.73776414]} },
{type: 'Feature',properties:{Name: '4', Address: '224-11 KINGSBURY AVENUE, A, OAKLAND GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74691857, 40.73755475]} },
{type: 'Feature',properties:{Name: '4', Address: '78-36 226TH STREET, B, OAKLAND GARDENS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74525814, 40.73674687]} },
{type: 'Feature',properties:{Name: '4', Address: '78-36 226, OAKLAND GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74525814, 40.73674687]} },
{type: 'Feature',properties:{Name: '4', Address: '224-08 KINGSBURY AVENUE, B, OAKLAND GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.747283, 40.73756378]} },
{type: 'Feature',properties:{Name: '4', Address: '224-10 KINGSBURY AVENUE, A, OAKLAND GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74697634, 40.73754664]} },
{type: 'Feature',properties:{Name: '4', Address: '224-36 KINGSBURY AVE, A, OAKLAND GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74669144, 40.7375021]} },
{type: 'Feature',properties:{Name: '4', Address: '78-24 226 STREET, B, OAKLAND GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74529028, 40.73683477]} },
{type: 'Feature',properties:{Name: '4', Address: '78-38 226TH STREET, A, OAKLAND GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74525098, 40.73673313]} },
{type: 'Feature',properties:{Name: '4', Address: '78-08 226TH, B, OAKLAND GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74541904, 40.73713424]} },
{type: 'Feature',properties:{Name: '4', Address: '78-05 226TH STREET, A, OAKLAND GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74535006, 40.73724388]} },
{type: 'Feature',properties:{Name: '4', Address: '226-63 UNION TURNPIKE, A, OAKLAND GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74358505, 40.73642751]} },
{type: 'Feature',properties:{Name: '4', Address: '226-19 UNION TURNPIKE, B, OAKLAND GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74433985, 40.73626176]} },
{type: 'Feature',properties:{Name: '4', Address: '226-21 UNION TURNPIKE, B, OAKLAND GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74430734, 40.73626992]} },
{type: 'Feature',properties:{Name: '4', Address: '78-22 CLOVERDALE BOULEVARD, B, OAKLAND GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74274357, 40.7375455]} },
{type: 'Feature',properties:{Name: '4', Address: '78-22 CLOVERDALE BLVD., A, OAKLAND GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74274357, 40.7375455]} },
{type: 'Feature',properties:{Name: '4', Address: '226-56 KINGSBURY AVENUE, B, OAKLAND GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74375476, 40.73827511]} },
{type: 'Feature',properties:{Name: '4', Address: '226-24 KINGSBURY AVENUE, B, OAKLAND GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74458266, 40.73787073]} },
{type: 'Feature',properties:{Name: '4', Address: '226-34 KINGSBURY AVE, B, OAKLAND GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74439097, 40.73798558]} },
{type: 'Feature',properties:{Name: '4', Address: '78-30 CLOVERDALE BOULEVARD, B, OAKLAND GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74274358, 40.73754275]} },
{type: 'Feature',properties:{Name: '4', Address: '78-19 226TH STREET, A, OAKLAND GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74527932, 40.73687043]} },
{type: 'Feature',properties:{Name: '4', Address: '78-36 CLOVERDALE BLVD, A, OAKLAND GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74273998, 40.73754274]} },
{type: 'Feature',properties:{Name: '4', Address: '226-12 KINGSBURY AVENUE, B, OAKLAND GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74480692, 40.73773124]} },
{type: 'Feature',properties:{Name: '4', Address: '78-07 226 ST, B, OAKLAND GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74536127, 40.73714509]} },
{type: 'Feature',properties:{Name: '4', Address: '78-11 CLOVERDALE BLVD, B, OAKLAND GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74286121, 40.73791905]} },
{type: 'Feature',properties:{Name: '4', Address: '78-07 CLOVERDALE BLVD, A, OAKLAND GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74292193, 40.73808112]} },
{type: 'Feature',properties:{Name: '4', Address: '229-03 GRAND CENTRAL PARKWA, A, OAKLAND GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74235987, 40.73785754]} },
{type: 'Feature',properties:{Name: '4', Address: '229-12 KINGSBURY AVENUE, B, OAKLAND GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74234985, 40.73858214]} },
{type: 'Feature',properties:{Name: '4', Address: '78-05 CLOVERDALE BLVD, B, OAKLAND GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74295049, 40.73816079]} },
{type: 'Feature',properties:{Name: '4', Address: '230-09 GRAND CENTRAL PKWY, A, OAKLAND GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7416099, 40.73770216]} },
{type: 'Feature',properties:{Name: '4', Address: '229-28 KINGSBURY AVENUE, B, OAKLAND GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74196983, 40.73793901]} },
{type: 'Feature',properties:{Name: '4', Address: '211-10 73RD AVENUE, 3D, OAKLAND GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76319766, 40.73926093]} },
{type: 'Feature',properties:{Name: '4', Address: '213-02 73RD AVENUE, 3D, OAKLAND GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76076636, 40.74001895]} },
{type: 'Feature',properties:{Name: '4', Address: '212-12 73RD AVENUE, 2F, OAKLAND GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76156843, 40.73975163]} },
{type: 'Feature',properties:{Name: '4', Address: '213-01 75 AVENUE, 4D, OAKLAND GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76085383, 40.73776843]} },
{type: 'Feature',properties:{Name: '4', Address: '73-62 BELL BLVD., 1-0, OAKLAND GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75770427, 40.7395679]} },
{type: 'Feature',properties:{Name: '4', Address: '73-50 BELL BOULEVARD, 4E, OAKLAND GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75770786, 40.7395734]} },
{type: 'Feature',properties:{Name: '4', Address: '212-04 73RD AVENUE, 3L, OAKLAND GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7616154, 40.73973526]} },
{type: 'Feature',properties:{Name: '4', Address: '213-08 73RD AVENUE, 1P, OAKLAND GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.760723, 40.74003533]} },
{type: 'Feature',properties:{Name: '4', Address: '212-04 73RD AVENUE, 3-H, OAKLAND GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7616154, 40.73973526]} },
{type: 'Feature',properties:{Name: '4', Address: '213-02 73RD AVENUE, 6E, OAKLAND GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76076636, 40.74001895]} },
{type: 'Feature',properties:{Name: '4', Address: '73-11 210 STREET, 2M, OAKLAND GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76343015, 40.73882774]} },
{type: 'Feature',properties:{Name: '4', Address: '213-02 73 AVE, 5D, OAKLAND GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76076636, 40.74001895]} },
{type: 'Feature',properties:{Name: '4', Address: '73-11 210TH STREET, 6-N, OAKLAND GARDENS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76343015, 40.73882774]} },
{type: 'Feature',properties:{Name: '4', Address: '213-08 73RD AVENUE, 6P, OAKLAND GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.760723, 40.74003533]} },
{type: 'Feature',properties:{Name: '4', Address: '213-05 75TH AVENUE, 3-P, OAKLAND GARDENS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75891054, 40.73829686]} },
{type: 'Feature',properties:{Name: '4', Address: '212-12 73 AVENUE, 4G, OAKLAND GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76156843, 40.73975163]} },
{type: 'Feature',properties:{Name: '4', Address: '73-62 BELL BOULEVARD, 6N, OAKLAND GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75770427, 40.7395679]} },
{type: 'Feature',properties:{Name: '4', Address: '213-01 75TH AVENUE, 6D, OAKLAND GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76085383, 40.73776843]} },
{type: 'Feature',properties:{Name: '4', Address: '73-23 210TH STREET, 5B, OAKLAND GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76330837, 40.73857222]} },
{type: 'Feature',properties:{Name: '4', Address: '213-08 73RD AVENUE, 4H, OAKLAND GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.760723, 40.74003533]} },
{type: 'Feature',properties:{Name: '4', Address: '73-50 BELL BOULEVARD, 1D, OAKLAND GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75770786, 40.7395734]} },
{type: 'Feature',properties:{Name: '4', Address: '213-08 73RD AVENUE, 4-0, OAKLAND GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.760723, 40.74003533]} },
{type: 'Feature',properties:{Name: '4', Address: '213-05 75TH AVENUE, 6K, OAKLAND GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75891054, 40.73829686]} },
{type: 'Feature',properties:{Name: '4', Address: '73-62 BELL BOULEVARD, 2P, OAKLAND GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75770427, 40.7395679]} },
{type: 'Feature',properties:{Name: '4', Address: '73-11 210TH STREET, 5M, OAKLAND GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76343015, 40.73882774]} },
{type: 'Feature',properties:{Name: '4', Address: '211-01 75TH AVENUE, 2-O, OAKLAND GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76085383, 40.73776843]} },
{type: 'Feature',properties:{Name: '4', Address: '212-03 75TH AVENUE, 1-A, OAKLAND GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7608141, 40.73777932]} },
{type: 'Feature',properties:{Name: '4', Address: '212-03 75TH AVENUE, 2D, OAKLAND GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7608141, 40.73777932]} },
{type: 'Feature',properties:{Name: '4', Address: '73-45 210TH STREET, 2-A, OAKLAND GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76302537, 40.73798701]} },
{type: 'Feature',properties:{Name: '4', Address: '211-01 75TH AVENUE, 4K, OAKLAND GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76085383, 40.73776843]} },
{type: 'Feature',properties:{Name: '4', Address: '212-07 75TH AVENUE, 2N, OAKLAND GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76073464, 40.73779837]} },
{type: 'Feature',properties:{Name: '4', Address: '73-55 210TH STREET, 2L, OAKLAND GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76297163, 40.73787985]} },
{type: 'Feature',properties:{Name: '4', Address: '7355 210TH STREET, 2K, OAKLAND GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76297163, 40.73787985]} },
{type: 'Feature',properties:{Name: '4', Address: '212-07 75TH AVENUE, 5M, OAKLAND GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76073464, 40.73779837]} },
{type: 'Feature',properties:{Name: '4', Address: '73-55 210TH STREET, 5N, OAKLAND GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76297163, 40.73787985]} },
{type: 'Feature',properties:{Name: '4', Address: '211-05 75TH AVENUE, 2E, OAKLAND GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76077437, 40.73778748]} },
{type: 'Feature',properties:{Name: '4', Address: '212-07 75TH AVENUE, 2K, OAKLAND GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76073464, 40.73779837]} },
{type: 'Feature',properties:{Name: '4', Address: '212-03 75TH AVENUE, 2D, OAKLAND GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7608141, 40.73777932]} },
{type: 'Feature',properties:{Name: '4', Address: '212-07 75TH AVE, 5K, OAKLAND GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76073464, 40.73779837]} },
{type: 'Feature',properties:{Name: '4', Address: '73-55 210TH STREET, 5H, OAKLAND GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76297163, 40.73787985]} },
{type: 'Feature',properties:{Name: '4', Address: '73-55 210TH STREET, 5-P, OAKLAND GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76297163, 40.73787985]} },
{type: 'Feature',properties:{Name: '4', Address: '73-55 210TH STREET, 3K, OAKLAND GARDENS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76297163, 40.73787985]} },
{type: 'Feature',properties:{Name: '4', Address: '212-03 75 AVENUE, 1G, OAKLAND GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7608141, 40.73777932]} },
{type: 'Feature',properties:{Name: '4', Address: '7345 210 STREET, 2F, OAKLAND GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76302537, 40.73798701]} },
{type: 'Feature',properties:{Name: '4', Address: '73-11 BELL BLVD, 2E, OAKLAND GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7581231, 40.74049925]} },
{type: 'Feature',properties:{Name: '4', Address: '73-03 BELL BOULEVARD, 6P, OAKLAND GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75818754, 40.74064212]} },
{type: 'Feature',properties:{Name: '4', Address: '73-51 BELL BOULEVARD, 3D, OAKLAND GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75768618, 40.73958158]} },
{type: 'Feature',properties:{Name: '4', Address: '73-63 BELL BOULEVARD, 4M, OAKLAND GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7576826, 40.73957334]} },
{type: 'Feature',properties:{Name: '4', Address: '73-63 BELL BOULEVARD, 2H, OAKLAND GARDENS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7576826, 40.73957334]} },
{type: 'Feature',properties:{Name: '4', Address: '73-63 BELL BOULEVARD, 5-J, OAKLAND GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7576826, 40.73957334]} },
{type: 'Feature',properties:{Name: '4', Address: '73-51 BELL BOULEVARD, 3A, OAKLAND GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75768618, 40.73958158]} },
{type: 'Feature',properties:{Name: '4', Address: '73-03 BELL BOULEVARD, 4O, OAKLAND GARDENS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75818754, 40.74064212]} },
{type: 'Feature',properties:{Name: '4', Address: '73-63 BELL BOULEVARD, 3N, OAKLAND GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7576826, 40.73957334]} },
{type: 'Feature',properties:{Name: '4', Address: '7351 BELL BOULEVARD, 1G, OAKLAND GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75768618, 40.73958158]} },
{type: 'Feature',properties:{Name: '4', Address: '73-11 BELL BLVD, 5B, OAKLAND GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7581231, 40.74049925]} },
{type: 'Feature',properties:{Name: '4', Address: '73-51 BELL BOULEVARD, 4D, OAKLAND GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75768618, 40.73958158]} },
{type: 'Feature',properties:{Name: '4', Address: '73-03 BELL BOULEVARD, 2H, OAKLAND GARDENS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75818754, 40.74064212]} },
{type: 'Feature',properties:{Name: '4', Address: '73-63 BELL BOULEVARD, 4J, OAKLAND GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7576826, 40.73957334]} },
{type: 'Feature',properties:{Name: '4', Address: '75-15 210 STREET, 6G, OAKLAND GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76253829, 40.73695672]} },
{type: 'Feature',properties:{Name: '4', Address: '211-02 75 AVENUE, 1H, OAKLAND GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76080694, 40.73776284]} },
{type: 'Feature',properties:{Name: '4', Address: '75-25 210TH STREET, 3H, OAKLAND GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76250974, 40.73686608]} },
{type: 'Feature',properties:{Name: '4', Address: '211-06 75 AVENUE, 4G, OAKLAND GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76072747, 40.73778463]} },
{type: 'Feature',properties:{Name: '4', Address: '75-15 210 STREET, 4C, OAKLAND GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76253829, 40.73695672]} },
{type: 'Feature',properties:{Name: '4', Address: '211-06 75TH AVENUE, 4F, OAKLAND GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76072747, 40.73778463]} },
{type: 'Feature',properties:{Name: '4', Address: '75-05 210TH STREET, 1L, OAKLAND GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76257045, 40.73704462]} },
{type: 'Feature',properties:{Name: '4', Address: '7535 210TH STREET, 2F, OAKLAND GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76248841, 40.73677546]} },
{type: 'Feature',properties:{Name: '4', Address: '75-05 210 STREET, 3L, OAKLAND GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76257045, 40.73704462]} },
{type: 'Feature',properties:{Name: '4', Address: '75-25 210 STREET, 3M, OAKLAND GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76250974, 40.73686608]} },
{type: 'Feature',properties:{Name: '4', Address: '75-05 210TH STREET, 6H, OAKLAND GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76257045, 40.73704462]} },
{type: 'Feature',properties:{Name: '4', Address: '75-15 210TH STREET, 4D, OAKLAND GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76253829, 40.73695672]} },
{type: 'Feature',properties:{Name: '4', Address: '213-02 75TH AVENUE, 5D, OAKLAND GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7601965, 40.737929]} },
{type: 'Feature',properties:{Name: '4', Address: '75-50 BELL BLVD, 1A, OAKLAND GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75658706, 40.73719407]} },
{type: 'Feature',properties:{Name: '4', Address: '213-02 75TH AVENUE, 6-D, OAKLAND GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7601965, 40.737929]} },
{type: 'Feature',properties:{Name: '4', Address: '75-24 BELL BOULEVARD, 1A, OAKLAND GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75680547, 40.73766114]} },
{type: 'Feature',properties:{Name: '4', Address: '75-36 BELL BOULEVARD, 4B, OAKLAND GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75670522, 40.73744684]} },
{type: 'Feature',properties:{Name: '4', Address: '7536 BELL BLVD, 5E, OAKLAND GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75670522, 40.73744684]} },
{type: 'Feature',properties:{Name: '4', Address: '75-20 BELL BLVD., 4-B, OAKLAND GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75693795, 40.73794413]} },
{type: 'Feature',properties:{Name: '4', Address: '213-06 75TH AVENUE, 6M, OAKLAND GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75890337, 40.73828312]} },
{type: 'Feature',properties:{Name: '4', Address: '75-26 BELL BLVD., 6-H, OAKLAND GARDENS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75678756, 40.73762542]} },
{type: 'Feature',properties:{Name: '4', Address: '7524 BELL BLVD, 3F, OAKLAND GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75680547, 40.73766114]} },
{type: 'Feature',properties:{Name: '4', Address: '75-20 BELL BLVD, 1G, OAKLAND GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75693795, 40.73794413]} },
{type: 'Feature',properties:{Name: '4', Address: '75-08 BELL BLVD, 4O, OAKLAND GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75712058, 40.73833153]} },
{type: 'Feature',properties:{Name: '4', Address: '212-08 75TH AVENUE, 3B, OAKLAND GARDENS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76068774, 40.73779553]} },
{type: 'Feature',properties:{Name: '4', Address: '212-08 75TH AVENUE, 3A, OAKLAND GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76068774, 40.73779553]} },
{type: 'Feature',properties:{Name: '4', Address: '212-04 75TH AVENUE, 5M, OAKLAND GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7607672, 40.73777374]} },
{type: 'Feature',properties:{Name: '4', Address: '75-08 BELL BOULEVARD, 5L, OAKLAND GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75712058, 40.73833153]} },
{type: 'Feature',properties:{Name: '4', Address: '75-34 BELL BOULEVARD, 3D, OAKLAND GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75672313, 40.73748256]} },
{type: 'Feature',properties:{Name: '4', Address: '212-08 75TH AVENUE, 3G, OAKLAND GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76068774, 40.73779553]} },
{type: 'Feature',properties:{Name: '4', Address: '75-34 BELL BLVD., 4-C, OAKLAND GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75672313, 40.73748256]} },
{type: 'Feature',properties:{Name: '4', Address: '75-08 BELL BOULEVARD, 3M, OAKLAND GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75712058, 40.73833153]} },
{type: 'Feature',properties:{Name: '4', Address: '67-23 CLOVERDALE BOULEVARD, OAKLAND GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74915253, 40.74610134]} },
{type: 'Feature',properties:{Name: '4', Address: '228-12 67TH AVENUE, OAKLAND GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74833338, 40.74703551]} },
{type: 'Feature',properties:{Name: '4', Address: '228-18 67 AVENUE, OAKLAND GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74829725, 40.74704641]} },
{type: 'Feature',properties:{Name: '4', Address: '67-58 230TH STREET, OAKLAND GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74663313, 40.74714157]} },
{type: 'Feature',properties:{Name: '4', Address: '67-64 230TH STREET, OAKLAND GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74662955, 40.74713333]} },
{type: 'Feature',properties:{Name: '4', Address: '67-61 CLOVERDALE LANE, OAKLAND GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74797932, 40.74618112]} },
{type: 'Feature',properties:{Name: '4', Address: '67-53 CLOVERDALE LANE, OAKLAND GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74819247, 40.7461212]} },
{type: 'Feature',properties:{Name: '4', Address: '67-47 CLOVERDALE LANE, OAKLAND GARDENS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74835504, 40.74607764]} },
{type: 'Feature',properties:{Name: '4', Address: '221-02 HORACE HARDING EXPRE, OAKLAND GARDENS', Month: '2', Price: '33091'}, geometry: { type: 'Point', coordinates:[-73.75636291, 40.74915252]} },
{type: 'Feature',properties:{Name: '4', Address: '219-02 HORACE HARDING EXPRE, OAKLAND GARDENS', Month: '10', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.75870453, 40.74835049]} },
{type: 'Feature',properties:{Name: '4', Address: '223-15 UNION TURNPIKE, OAKLAND GARDENS', Month: '11', Price: '4400'}, geometry: { type: 'Point', coordinates:[-73.74744552, 40.73562359]} },
{type: 'Feature',properties:{Name: '4', Address: '219-41 67TH AVENUE, OAKLAND GARDENS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75680713, 40.74511591]} },
{type: 'Feature',properties:{Name: '4', Address: '220-27 67TH AVENUE, OAKLAND GARDENS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75539463, 40.74550268]} },
{type: 'Feature',properties:{Name: '4', Address: '220-65 67TH AVENUE, OAKLAND GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75534043, 40.74551903]} },
{type: 'Feature',properties:{Name: '4', Address: '219-22 64TH AVENUE, OAKLAND GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75773935, 40.74679218]} },
{type: 'Feature',properties:{Name: '4', Address: '219-18 64TH AVENUE, OAKLAND GARDENS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75776464, 40.746784]} },
{type: 'Feature',properties:{Name: '4', Address: '219-12 64TH AVENUE, OAKLAND GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75780077, 40.7467731]} },
{type: 'Feature',properties:{Name: '4', Address: '94-30 FORBELL STREET, OZONE PARK', Month: '11', Price: '1196'}, geometry: { type: 'Point', coordinates:[-73.86527162, 40.68319083]} },
{type: 'Feature',properties:{Name: '4', Address: '94-02 76TH STREET, OZONE PARK', Month: '9', Price: '1872'}, geometry: { type: 'Point', coordinates:[-73.8633235, 40.68374023]} },
{type: 'Feature',properties:{Name: '4', Address: '94-25 76TH STREET, OZONE PARK', Month: '1', Price: '1298'}, geometry: { type: 'Point', coordinates:[-73.86321211, 40.6835562]} },
{type: 'Feature',properties:{Name: '4', Address: '94-13 76TH STREET, OZONE PARK', Month: '8', Price: '1238'}, geometry: { type: 'Point', coordinates:[-73.86326237, 40.68366056]} },
{type: 'Feature',properties:{Name: '4', Address: '94-13 76TH STREET, OZONE PARK', Month: '3', Price: '1238'}, geometry: { type: 'Point', coordinates:[-73.86326237, 40.68366056]} },
{type: 'Feature',properties:{Name: '4', Address: '94-24 78 STREET, OZONE PARK', Month: '7', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.86136193, 40.6838065]} },
{type: 'Feature',properties:{Name: '4', Address: '94-24 78TH STREET, OZONE PARK', Month: '3', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.86136193, 40.6838065]} },
{type: 'Feature',properties:{Name: '4', Address: '94-24 78TH STREET, OZONE PARK', Month: '7', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.86136193, 40.6838065]} },
{type: 'Feature',properties:{Name: '4', Address: '94-30 78TH STREET, OZONE PARK', Month: '10', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.86130089, 40.68368566]} },
{type: 'Feature',properties:{Name: '4', Address: '95-29 76 STREET, OZONE PARK', Month: '12', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.8624294, 40.68195506]} },
{type: 'Feature',properties:{Name: '4', Address: '77-19 97TH AVENUE, OZONE PARK', Month: '3', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.86112076, 40.68187938]} },
{type: 'Feature',properties:{Name: '4', Address: '94-06 80 STREET, OZONE PARK', Month: '1', Price: '1872'}, geometry: { type: 'Point', coordinates:[-73.86067196, 40.68443148]} },
{type: 'Feature',properties:{Name: '4', Address: '94-28 80TH STREET, OZONE PARK', Month: '1', Price: '1184'}, geometry: { type: 'Point', coordinates:[-73.86046011, 40.68401127]} },
{type: 'Feature',properties:{Name: '4', Address: '78-05 95TH AVENUE, OZONE PARK', Month: '6', Price: '1252'}, geometry: { type: 'Point', coordinates:[-73.86079326, 40.68332273]} },
{type: 'Feature',properties:{Name: '4', Address: '95-17 81ST STREET, OZONE PARK', Month: '4', Price: '1944'}, geometry: { type: 'Point', coordinates:[-73.85903759, 40.68321081]} },
{type: 'Feature',properties:{Name: '4', Address: '82-25 97TH AVENUE, OZONE PARK', Month: '11', Price: '1452'}, geometry: { type: 'Point', coordinates:[-73.85739403, 40.68294528]} },
{type: 'Feature',properties:{Name: '4', Address: '94-18 86 STREET, OZONE PARK', Month: '9', Price: '1160'}, geometry: { type: 'Point', coordinates:[-73.85549495, 40.68579199]} },
{type: 'Feature',properties:{Name: '4', Address: '94-18 86TH STREET, OZONE PARK', Month: '11', Price: '1160'}, geometry: { type: 'Point', coordinates:[-73.85549495, 40.68579199]} },
{type: 'Feature',properties:{Name: '4', Address: '85-13 97TH AVENUE, OZONE PARK', Month: '4', Price: '1168'}, geometry: { type: 'Point', coordinates:[-73.85513916, 40.68359298]} },
{type: 'Feature',properties:{Name: '4', Address: '95-15 85TH STREET, OZONE PARK', Month: '6', Price: '1439'}, geometry: { type: 'Point', coordinates:[-73.8558078, 40.68451881]} },
{type: 'Feature',properties:{Name: '4', Address: '95-18 92ND STREET, OZONE PARK', Month: '12', Price: '1044'}, geometry: { type: 'Point', coordinates:[-73.84986554, 40.68620748]} },
{type: 'Feature',properties:{Name: '4', Address: '94-12 WOODHAVEN BLVD, OZONE PARK', Month: '7', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.84856022, 40.68781695]} },
{type: 'Feature',properties:{Name: '4', Address: '94-16 95TH STREET, OZONE PARK', Month: '6', Price: '1602'}, geometry: { type: 'Point', coordinates:[-73.84773765, 40.68801349]} },
{type: 'Feature',properties:{Name: '4', Address: '97-06 75TH STREET, OZONE PARK', Month: '10', Price: '1458'}, geometry: { type: 'Point', coordinates:[-73.86297224, 40.68097033]} },
{type: 'Feature',properties:{Name: '4', Address: '97-24 75 STREET, OZONE PARK', Month: '7', Price: '1536'}, geometry: { type: 'Point', coordinates:[-73.86286452, 40.68075611]} },
{type: 'Feature',properties:{Name: '4', Address: '97-24 75TH STREET, OZONE PARK', Month: '5', Price: '1536'}, geometry: { type: 'Point', coordinates:[-73.86286452, 40.68075611]} },
{type: 'Feature',properties:{Name: '4', Address: '76-10 97TH AVENUE, OZONE PARK', Month: '1', Price: '1232'}, geometry: { type: 'Point', coordinates:[-73.86204434, 40.68160052]} },
{type: 'Feature',properties:{Name: '4', Address: '97-46 80TH STREET, OZONE PARK', Month: '12', Price: '1833'}, geometry: { type: 'Point', coordinates:[-73.85900968, 40.68106161]} },
{type: 'Feature',properties:{Name: '4', Address: '97-19 78TH STREET, OZONE PARK', Month: '9', Price: '1710'}, geometry: { type: 'Point', coordinates:[-73.86014473, 40.68138139]} },
{type: 'Feature',properties:{Name: '4', Address: '97-19 78TH STREET, OZONE PARK', Month: '3', Price: '1710'}, geometry: { type: 'Point', coordinates:[-73.86014473, 40.68138139]} },
{type: 'Feature',properties:{Name: '4', Address: '97-35 80TH STREET, OZONE PARK', Month: '2', Price: '1692'}, geometry: { type: 'Point', coordinates:[-73.85917831, 40.68145432]} },
{type: 'Feature',properties:{Name: '4', Address: '97-26 82ND STREET, OZONE PARK', Month: '11', Price: '1608'}, geometry: { type: 'Point', coordinates:[-73.85774823, 40.68254224]} },
{type: 'Feature',properties:{Name: '4', Address: '9730 82ND STREET, OZONE PARK', Month: '11', Price: '1608'}, geometry: { type: 'Point', coordinates:[-73.85774824, 40.68253949]} },
{type: 'Feature',properties:{Name: '4', Address: '97-43 84TH STREET, OZONE PARK', Month: '6', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.85603457, 40.68302319]} },
{type: 'Feature',properties:{Name: '4', Address: '97-37 84TH STREET, OZONE PARK', Month: '7', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.85603457, 40.68302593]} },
{type: 'Feature',properties:{Name: '4', Address: '97-53 85TH STREET, OZONE PARK', Month: '3', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.85479889, 40.68255777]} },
{type: 'Feature',properties:{Name: '4', Address: '97-30 90TH STREET, OZONE PARK', Month: '11', Price: '2128'}, geometry: { type: 'Point', coordinates:[-73.8509908, 40.68446875]} },
{type: 'Feature',properties:{Name: '4', Address: '91-03 101 AVENUE, OZONE PARK', Month: '8', Price: '1056'}, geometry: { type: 'Point', coordinates:[-73.84928067, 40.68334391]} },
{type: 'Feature',properties:{Name: '4', Address: '99-02 97TH STREET, OZONE PARK', Month: '3', Price: '1625'}, geometry: { type: 'Point', coordinates:[-73.84459556, 40.6855335]} },
{type: 'Feature',properties:{Name: '4', Address: '9713 99 AVENUE, OZONE PARK', Month: '1', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.84436786, 40.68576376]} },
{type: 'Feature',properties:{Name: '4', Address: '97-13 99TH AVENUE, OZONE PARK', Month: '8', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.84436786, 40.68576376]} },
{type: 'Feature',properties:{Name: '4', Address: '81-32 102ND ROAD, OZONE PARK', Month: '6', Price: '914'}, geometry: { type: 'Point', coordinates:[-73.85595473, 40.67992698]} },
{type: 'Feature',properties:{Name: '4', Address: '86-27 103RD AVENUE, OZONE PARK', Month: '3', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.85176795, 40.68035259]} },
{type: 'Feature',properties:{Name: '4', Address: '101-21 94TH STREET, OZONE PARK', Month: '12', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.84661888, 40.6837329]} },
{type: 'Feature',properties:{Name: '4', Address: '101-13 97TH STREET, OZONE PARK', Month: '3', Price: '2038'}, geometry: { type: 'Point', coordinates:[-73.84405, 40.6844623]} },
{type: 'Feature',properties:{Name: '4', Address: '103-20 94TH STREET, OZONE PARK', Month: '4', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.84557829, 40.68156039]} },
{type: 'Feature',properties:{Name: '4', Address: '103-47 96TH STREET, OZONE PARK', Month: '8', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.84362763, 40.68160716]} },
{type: 'Feature',properties:{Name: '4', Address: '103-42 98 STREET, OZONE PARK', Month: '1', Price: '1466'}, geometry: { type: 'Point', coordinates:[-73.84219741, 40.68264548]} },
{type: 'Feature',properties:{Name: '4', Address: '105-17 75TH STREET, OZONE PARK', Month: '12', Price: '1769'}, geometry: { type: 'Point', coordinates:[-73.8622019, 40.67863635]} },
{type: 'Feature',properties:{Name: '4', Address: '105-15 RUBY STREET, OZONE PARK', Month: '5', Price: '1808'}, geometry: { type: 'Point', coordinates:[-73.86220548, 40.67865008]} },
{type: 'Feature',properties:{Name: '4', Address: '107-10 79TH STREET, OZONE PARK', Month: '5', Price: '1368'}, geometry: { type: 'Point', coordinates:[-73.85783714, 40.67635288]} },
{type: 'Feature',properties:{Name: '4', Address: '84-26 108 AVENUE, OZONE PARK', Month: '9', Price: '802'}, geometry: { type: 'Point', coordinates:[-73.85222249, 40.67697985]} },
{type: 'Feature',properties:{Name: '4', Address: '84-09 109TH AVENUE, OZONE PARK', Month: '8', Price: '1536'}, geometry: { type: 'Point', coordinates:[-73.8522564, 40.6763184]} },
{type: 'Feature',properties:{Name: '4', Address: '84-16 108 AVENUE, OZONE PARK', Month: '9', Price: '852'}, geometry: { type: 'Point', coordinates:[-73.85233068, 40.67696352]} },
{type: 'Feature',properties:{Name: '4', Address: '84-20 108TH AVENUE, OZONE PARK', Month: '1', Price: '732'}, geometry: { type: 'Point', coordinates:[-73.85228741, 40.67696895]} },
{type: 'Feature',properties:{Name: '4', Address: '84-11 108TH AVENUE, OZONE PARK', Month: '2', Price: '1230'}, geometry: { type: 'Point', coordinates:[-73.85239916, 40.67697184]} },
{type: 'Feature',properties:{Name: '4', Address: '84-01 108TH AVENUE, OZONE PARK', Month: '10', Price: '1230'}, geometry: { type: 'Point', coordinates:[-73.85250375, 40.6769555]} },
{type: 'Feature',properties:{Name: '4', Address: '84-02 106TH AVENUE, OZONE PARK', Month: '4', Price: '1407'}, geometry: { type: 'Point', coordinates:[-73.85281448, 40.67828163]} },
{type: 'Feature',properties:{Name: '4', Address: '84-08 106 AVENUE, OZONE PARK', Month: '4', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.85280727, 40.67828162]} },
{type: 'Feature',properties:{Name: '4', Address: '105-42 86TH STREET, OZONE PARK', Month: '1', Price: '1840'}, geometry: { type: 'Point', coordinates:[-73.85225729, 40.67917297]} },
{type: 'Feature',properties:{Name: '4', Address: '107-24 87TH STREET, OZONE PARK', Month: '4', Price: '1184'}, geometry: { type: 'Point', coordinates:[-73.85050865, 40.67758697]} },
{type: 'Feature',properties:{Name: '4', Address: '8605 SUTTER AVENUE, OZONE PARK', Month: '1', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.85048363, 40.67588518]} },
{type: 'Feature',properties:{Name: '4', Address: '108-21 86 STREET, OZONE PARK', Month: '4', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.85113019, 40.67694276]} },
{type: 'Feature',properties:{Name: '4', Address: '87-07 SUTTER AVENUE, OZONE PARK', Month: '11', Price: '1184'}, geometry: { type: 'Point', coordinates:[-73.84956402, 40.67601573]} },
{type: 'Feature',properties:{Name: '4', Address: '105-34 87TH STREET, OZONE PARK', Month: '1', Price: '1088'}, geometry: { type: 'Point', coordinates:[-73.85144176, 40.6794958]} },
{type: 'Feature',properties:{Name: '4', Address: '105-13 86TH STREET, OZONE PARK', Month: '10', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.85238282, 40.67946957]} },
{type: 'Feature',properties:{Name: '4', Address: '105-51 87TH STREET, OZONE PARK', Month: '6', Price: '1208'}, geometry: { type: 'Point', coordinates:[-73.85140935, 40.67947929]} },
{type: 'Feature',properties:{Name: '4', Address: '105-37 87TH STREET, OZONE PARK', Month: '12', Price: '1088'}, geometry: { type: 'Point', coordinates:[-73.85142013, 40.67949852]} },
{type: 'Feature',properties:{Name: '4', Address: '107-50 90TH STREET, OZONE PARK', Month: '7', Price: '992'}, geometry: { type: 'Point', coordinates:[-73.84747008, 40.67730302]} },
{type: 'Feature',properties:{Name: '4', Address: '105-53 88TH STREET, OZONE PARK', Month: '1', Price: '1560'}, geometry: { type: 'Point', coordinates:[-73.85047902, 40.67954945]} },
{type: 'Feature',properties:{Name: '4', Address: '105-49 88TH STREET, OZONE PARK', Month: '8', Price: '1560'}, geometry: { type: 'Point', coordinates:[-73.85048261, 40.67955494]} },
{type: 'Feature',properties:{Name: '4', Address: '105-47 88 STREET, OZONE PARK', Month: '11', Price: '1560'}, geometry: { type: 'Point', coordinates:[-73.8504826, 40.67955769]} },
{type: 'Feature',properties:{Name: '4', Address: '89-13 107TH AVENUE, OZONE PARK', Month: '6', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.84862537, 40.67817738]} },
{type: 'Feature',properties:{Name: '4', Address: '107-60 92ND STREET, OZONE PARK', Month: '12', Price: '1332'}, geometry: { type: 'Point', coordinates:[-73.84595011, 40.67824245]} },
{type: 'Feature',properties:{Name: '4', Address: '107-39 91 STREET, OZONE PARK', Month: '4', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.84686975, 40.67811467]} },
{type: 'Feature',properties:{Name: '4', Address: '105-47 90TH STREET, OZONE PARK', Month: '10', Price: '1288'}, geometry: { type: 'Point', coordinates:[-73.84862553, 40.67969799]} },
{type: 'Feature',properties:{Name: '4', Address: '107-12 93RD STREET, OZONE PARK', Month: '5', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.84501602, 40.67838118]} },
{type: 'Feature',properties:{Name: '4', Address: '107-35 92ND STREET, OZONE PARK', Month: '1', Price: '1117'}, geometry: { type: 'Point', coordinates:[-73.84593207, 40.67824792]} },
{type: 'Feature',properties:{Name: '4', Address: '105-44 CROSS BAY BOULEVARD, OZONE PARK', Month: '10', Price: '1560'}, geometry: { type: 'Point', coordinates:[-73.84439686, 40.67951668]} },
{type: 'Feature',properties:{Name: '4', Address: '105-42 CROSS BAY BOULEVARD, OZONE PARK', Month: '5', Price: '1570'}, geometry: { type: 'Point', coordinates:[-73.84440403, 40.67953591]} },
{type: 'Feature',properties:{Name: '4', Address: '106-38 95TH STREET, OZONE PARK', Month: '10', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.84376468, 40.68004831]} },
{type: 'Feature',properties:{Name: '4', Address: '94-56 109TH AVENUE, OZONE PARK', Month: '8', Price: '1298'}, geometry: { type: 'Point', coordinates:[-73.84273191, 40.67768365]} },
{type: 'Feature',properties:{Name: '4', Address: '107-19 96 STREET, OZONE PARK', Month: '10', Price: '1239'}, geometry: { type: 'Point', coordinates:[-73.8423287, 40.67896217]} },
{type: 'Feature',properties:{Name: '4', Address: '107-19 96TH STREET, OZONE PARK', Month: '7', Price: '1239'}, geometry: { type: 'Point', coordinates:[-73.8423287, 40.67896217]} },
{type: 'Feature',properties:{Name: '4', Address: '106-36 98TH STREET, OZONE PARK', Month: '1', Price: '1318'}, geometry: { type: 'Point', coordinates:[-73.84081949, 40.67987959]} },
{type: 'Feature',properties:{Name: '4', Address: '107-42 101ST STREET, OZONE PARK', Month: '12', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.838286, 40.6794314]} },
{type: 'Feature',properties:{Name: '4', Address: '107-42 101ST STREET, OZONE PARK', Month: '6', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.838286, 40.6794314]} },
{type: 'Feature',properties:{Name: '4', Address: '132-18 82ND STREET, OZONE PARK', Month: '2', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.85440832, 40.67483896]} },
{type: 'Feature',properties:{Name: '4', Address: '81-19 133RD AVENUE, OZONE PARK', Month: '8', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.85483623, 40.67368669]} },
{type: 'Feature',properties:{Name: '4', Address: '132-01 82 STREET, OZONE PARK', Month: '10', Price: '1378'}, geometry: { type: 'Point', coordinates:[-73.85443312, 40.67503662]} },
{type: 'Feature',properties:{Name: '4', Address: '132-32 83RD STREET, OZONE PARK', Month: '2', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.85345658, 40.67483501]} },
{type: 'Feature',properties:{Name: '4', Address: '132-37 82ND STREET, OZONE PARK', Month: '12', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.85433663, 40.67464948]} },
{type: 'Feature',properties:{Name: '4', Address: '83-15 133RD AVENUE, OZONE PARK', Month: '4', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.85296827, 40.6739341]} },
{type: 'Feature',properties:{Name: '4', Address: '132-39 83 STREET, OZONE PARK', Month: '9', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.85341706, 40.67477457]} },
{type: 'Feature',properties:{Name: '4', Address: '132-19 83RD STREET, OZONE PARK', Month: '12', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.85347067, 40.67498324]} },
{type: 'Feature',properties:{Name: '4', Address: '84-16 SUTTER AVENUE, OZONE PARK', Month: '12', Price: '1005'}, geometry: { type: 'Point', coordinates:[-73.85223273, 40.67561021]} },
{type: 'Feature',properties:{Name: '4', Address: '84-12 PITKIN AVENUE, OZONE PARK', Month: '4', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.85224801, 40.67522597]} },
{type: 'Feature',properties:{Name: '4', Address: '85-14 SUTTER AVENUE, OZONE PARK', Month: '8', Price: '1048'}, geometry: { type: 'Point', coordinates:[-73.85134918, 40.67574083]} },
{type: 'Feature',properties:{Name: '4', Address: '132-27 86 ST, OZONE PARK', Month: '3', Price: '1368'}, geometry: { type: 'Point', coordinates:[-73.85049973, 40.67513313]} },
{type: 'Feature',properties:{Name: '4', Address: '132-21 87TH STREET, OZONE PARK', Month: '10', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.84956932, 40.67526092]} },
{type: 'Feature',properties:{Name: '4', Address: '90-10 SILVER ROAD, OZONE PARK', Month: '9', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.84650397, 40.67569604]} },
{type: 'Feature',properties:{Name: '4', Address: '90-17 SILVER ROAD, OZONE PARK', Month: '5', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.84628783, 40.67562438]} },
{type: 'Feature',properties:{Name: '4', Address: '91-42 CHICOT ROAD, OZONE PARK', Month: '11', Price: '1136'}, geometry: { type: 'Point', coordinates:[-73.84476586, 40.67588309]} },
{type: 'Feature',properties:{Name: '4', Address: '91-62 CHICOT ROAD, OZONE PARK', Month: '5', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.84443769, 40.67592382]} },
{type: 'Feature',properties:{Name: '4', Address: '132-42 CROSSBAY BLVD, OZONE PARK', Month: '9', Price: '1080'}, geometry: { type: 'Point', coordinates:[-73.84340373, 40.67561775]} },
{type: 'Feature',properties:{Name: '4', Address: '9120 SUTTER AVENUE, OZONE PARK', Month: '10', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.84580626, 40.67652677]} },
{type: 'Feature',properties:{Name: '4', Address: '133-37 76TH STREET, OZONE PARK', Month: '1', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.8596951, 40.6723121]} },
{type: 'Feature',properties:{Name: '4', Address: '133-20 78TH STREET, OZONE PARK', Month: '9', Price: '1070'}, geometry: { type: 'Point', coordinates:[-73.85788819, 40.67269964]} },
{type: 'Feature',properties:{Name: '4', Address: '133-39 83RD STREET, OZONE PARK', Month: '2', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.85303481, 40.6731876]} },
{type: 'Feature',properties:{Name: '4', Address: '84-20 133RD AVENUE, OZONE PARK', Month: '6', Price: '1128'}, geometry: { type: 'Point', coordinates:[-73.851973, 40.67405908]} },
{type: 'Feature',properties:{Name: '4', Address: '133-45 84TH STREET, OZONE PARK', Month: '12', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.85205041, 40.67329339]} },
{type: 'Feature',properties:{Name: '4', Address: '133-35 84TH STREET, OZONE PARK', Month: '3', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.8520754, 40.67340047]} },
{type: 'Feature',properties:{Name: '4', Address: '133-35 84TH STREET, OZONE PARK', Month: '3', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.8520754, 40.67340047]} },
{type: 'Feature',properties:{Name: '4', Address: '133-21 85TH STREET, OZONE PARK', Month: '9', Price: '1580'}, geometry: { type: 'Point', coordinates:[-73.8511663, 40.67368749]} },
{type: 'Feature',properties:{Name: '4', Address: '133-01 86TH STREET, OZONE PARK', Month: '5', Price: '861'}, geometry: { type: 'Point', coordinates:[-73.85031463, 40.67407889]} },
{type: 'Feature',properties:{Name: '4', Address: '133-23 86TH STREET, OZONE PARK', Month: '8', Price: '861'}, geometry: { type: 'Point', coordinates:[-73.85025386, 40.673851]} },
{type: 'Feature',properties:{Name: '4', Address: '134-28 SITKA STREET, OZONE PARK', Month: '8', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.84605764, 40.67382899]} },
{type: 'Feature',properties:{Name: '4', Address: '89-54 GOLD ROAD, OZONE PARK', Month: '4', Price: '800'}, geometry: { type: 'Point', coordinates:[-73.84622842, 40.67480911]} },
{type: 'Feature',properties:{Name: '4', Address: '89-19 DESARC ROAD, OZONE PARK', Month: '3', Price: '878'}, geometry: { type: 'Point', coordinates:[-73.84726385, 40.67447288]} },
{type: 'Feature',properties:{Name: '4', Address: '90-47 PITKIN AVE, OZONE PARK', Month: '1', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.84491013, 40.67275424]} },
{type: 'Feature',properties:{Name: '4', Address: '92-28 SILVER ROAD, OZONE PARK', Month: '7', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.84401874, 40.67470732]} },
{type: 'Feature',properties:{Name: '4', Address: '88-32 SPRITZ ROAD, OZONE PARK', Month: '10', Price: '1412'}, geometry: { type: 'Point', coordinates:[-73.84745839, 40.67295527]} },
{type: 'Feature',properties:{Name: '4', Address: '88-32 SPRITZ RD, OZONE PARK', Month: '7', Price: '1412'}, geometry: { type: 'Point', coordinates:[-73.84745839, 40.67295527]} },
{type: 'Feature',properties:{Name: '4', Address: '90-42 PITKIN AVENUE, OZONE PARK', Month: '6', Price: '1388'}, geometry: { type: 'Point', coordinates:[-73.84493538, 40.67274879]} },
{type: 'Feature',properties:{Name: '4', Address: '106-12 109TH AVENUE, OZONE PARK', Month: '5', Price: '1128'}, geometry: { type: 'Point', coordinates:[-73.83329346, 40.67908667]} },
{type: 'Feature',properties:{Name: '4', Address: '106-12 109TH AVENUE, OZONE PARK', Month: '5', Price: '1128'}, geometry: { type: 'Point', coordinates:[-73.83329346, 40.67908667]} },
{type: 'Feature',properties:{Name: '4', Address: '109-24 110TH STREET, OZONE PARK', Month: '12', Price: '1336'}, geometry: { type: 'Point', coordinates:[-73.8298559, 40.67974587]} },
{type: 'Feature',properties:{Name: '4', Address: '109-32 110TH STREET, OZONE PARK', Month: '11', Price: '1542'}, geometry: { type: 'Point', coordinates:[-73.82985232, 40.67973763]} },
{type: 'Feature',properties:{Name: '4', Address: '111-05 110TH STREET, OZONE PARK', Month: '6', Price: '1273'}, geometry: { type: 'Point', coordinates:[-73.82907032, 40.67818568]} },
{type: 'Feature',properties:{Name: '4', Address: '94-33 133RD AVENUE, OZONE PARK', Month: '9', Price: '1136'}, geometry: { type: 'Point', coordinates:[-73.84233311, 40.67557237]} },
{type: 'Feature',properties:{Name: '4', Address: '94-25 134TH AVENUE, OZONE PARK', Month: '1', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.84208956, 40.67489682]} },
{type: 'Feature',properties:{Name: '4', Address: '94-68 134 AVENUE, OZONE PARK', Month: '6', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.84127431, 40.67510705]} },
{type: 'Feature',properties:{Name: '4', Address: '134-48 97TH STREET, OZONE PARK', Month: '7', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.83926386, 40.6746102]} },
{type: 'Feature',properties:{Name: '4', Address: '97-16 133RD AVENUE, OZONE PARK', Month: '9', Price: '1446'}, geometry: { type: 'Point', coordinates:[-73.8396708, 40.67628782]} },
{type: 'Feature',properties:{Name: '4', Address: '97-09 134TH AVENUE, OZONE PARK', Month: '3', Price: '1176'}, geometry: { type: 'Point', coordinates:[-73.83944164, 40.67563425]} },
{type: 'Feature',properties:{Name: '4', Address: '97-09 134TH AVENUE, OZONE PARK', Month: '7', Price: '1176'}, geometry: { type: 'Point', coordinates:[-73.83944164, 40.67563425]} },
{type: 'Feature',properties:{Name: '4', Address: '97-05 134TH AVENUE, OZONE PARK', Month: '9', Price: '1176'}, geometry: { type: 'Point', coordinates:[-73.83947772, 40.67562606]} },
{type: 'Feature',properties:{Name: '4', Address: '97-10 134TH AVENUE, OZONE PARK', Month: '5', Price: '1176'}, geometry: { type: 'Point', coordinates:[-73.83941643, 40.67562598]} },
{type: 'Feature',properties:{Name: '4', Address: '97-22 134 AVENUE, OZONE PARK', Month: '5', Price: '1176'}, geometry: { type: 'Point', coordinates:[-73.8393046, 40.67565601]} },
{type: 'Feature',properties:{Name: '4', Address: '133-22 PECONIC STREET, OZONE PARK', Month: '7', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.83704235, 40.67640216]} },
{type: 'Feature',properties:{Name: '4', Address: '133-18 CENTREVILLE STREET, OZONE PARK', Month: '5', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.83545191, 40.67662771]} },
{type: 'Feature',properties:{Name: '4', Address: '107-08 SUTTER AVENUE, OZONE PARK', Month: '2', Price: '900'}, geometry: { type: 'Point', coordinates:[-73.83256812, 40.67648082]} },
{type: 'Feature',properties:{Name: '4', Address: '107-16 SUTTER AVENUE, OZONE PARK', Month: '1', Price: '900'}, geometry: { type: 'Point', coordinates:[-73.83256452, 40.67648082]} },
{type: 'Feature',properties:{Name: '4', Address: '135-38 94TH STREET, OZONE PARK', Month: '12', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.84242438, 40.67356606]} },
{type: 'Feature',properties:{Name: '4', Address: '135-30 95TH STREET, OZONE PARK', Month: '4', Price: '998'}, geometry: { type: 'Point', coordinates:[-73.84150476, 40.67370478]} },
{type: 'Feature',properties:{Name: '4', Address: '95-18 LINDEN BOULEVARD, OZONE PARK', Month: '2', Price: '1140'}, geometry: { type: 'Point', coordinates:[-73.84129503, 40.67397623]} },
{type: 'Feature',properties:{Name: '4', Address: '135-18 96 STREET, OZONE PARK', Month: '9', Price: '1596'}, geometry: { type: 'Point', coordinates:[-73.84057446, 40.67379133]} },
{type: 'Feature',properties:{Name: '4', Address: '135-18 96TH STREET, OZONE PARK', Month: '8', Price: '1596'}, geometry: { type: 'Point', coordinates:[-73.84057446, 40.67379133]} },
{type: 'Feature',properties:{Name: '4', Address: '135-37 96TH STREET, OZONE PARK', Month: '4', Price: '1910'}, geometry: { type: 'Point', coordinates:[-73.84054926, 40.67377757]} },
{type: 'Feature',properties:{Name: '4', Address: '96-38 LINDEN BOULEVARD, OZONE PARK', Month: '3', Price: '1040'}, geometry: { type: 'Point', coordinates:[-73.83959705, 40.67397387]} },
{type: 'Feature',properties:{Name: '4', Address: '135-39 97TH STREET, OZONE PARK', Month: '12', Price: '1156'}, geometry: { type: 'Point', coordinates:[-73.83863602, 40.67334946]} },
{type: 'Feature',properties:{Name: '4', Address: '97-22 135TH ROAD, OZONE PARK', Month: '8', Price: '1346'}, geometry: { type: 'Point', coordinates:[-73.83817763, 40.67357664]} },
{type: 'Feature',properties:{Name: '4', Address: '137-27 94TH STREET, OZONE PARK', Month: '12', Price: '1468'}, geometry: { type: 'Point', coordinates:[-73.84203497, 40.67206962]} },
{type: 'Feature',properties:{Name: '4', Address: '96-01 149TH AVENUE, OZONE PARK', Month: '6', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.83973746, 40.67105362]} },
{type: 'Feature',properties:{Name: '4', Address: '95-19 NORTH CONDUIT AVE, OZONE PARK', Month: '6', Price: '1000'}, geometry: { type: 'Point', coordinates:[-73.83993482, 40.66842714]} },
{type: 'Feature',properties:{Name: '4', Address: '9815 ALBERT ROAD, OZONE PARK', Month: '11', Price: '1031'}, geometry: { type: 'Point', coordinates:[-73.83735593, 40.66903836]} },
{type: 'Feature',properties:{Name: '4', Address: '149-60 HURON STREET, OZONE PARK', Month: '4', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.83584451, 40.66945342]} },
{type: 'Feature',properties:{Name: '4', Address: '9833 ALBERT RD, OZONE PARK', Month: '2', Price: '858'}, geometry: { type: 'Point', coordinates:[-73.83690609, 40.66872756]} },
{type: 'Feature',properties:{Name: '4', Address: '13328 114TH STREET, OZONE PARK', Month: '6', Price: '1003'}, geometry: { type: 'Point', coordinates:[-73.82592191, 40.67304822]} },
{type: 'Feature',properties:{Name: '4', Address: '73-13 95TH AVENUE, OZONE PARK', Month: '4', Price: '1646'}, geometry: { type: 'Point', coordinates:[-73.86578245, 40.68197823]} },
{type: 'Feature',properties:{Name: '4', Address: '94-16 76TH STREET, OZONE PARK', Month: '5', Price: '1814'}, geometry: { type: 'Point', coordinates:[-73.86326606, 40.68361939]} },
{type: 'Feature',properties:{Name: '4', Address: '75-15 95 AVENUE, OZONE PARK', Month: '2', Price: '1387'}, geometry: { type: 'Point', coordinates:[-73.86348818, 40.68255468]} },
{type: 'Feature',properties:{Name: '4', Address: '75-05 95TH AVENUE, OZONE PARK', Month: '12', Price: '1243'}, geometry: { type: 'Point', coordinates:[-73.86354951, 40.68253554]} },
{type: 'Feature',properties:{Name: '4', Address: '74-28 95TH AVENUE, OZONE PARK', Month: '7', Price: '2088'}, geometry: { type: 'Point', coordinates:[-73.86398246, 40.68239607]} },
{type: 'Feature',properties:{Name: '4', Address: '74-05 97TH AVENUE, OZONE PARK', Month: '7', Price: '1212'}, geometry: { type: 'Point', coordinates:[-73.86367132, 40.68115506]} },
{type: 'Feature',properties:{Name: '4', Address: '95-16 76TH STREET, OZONE PARK', Month: '3', Price: '1088'}, geometry: { type: 'Point', coordinates:[-73.86259466, 40.68224071]} },
{type: 'Feature',properties:{Name: '4', Address: '95-20 76TH STREET, OZONE PARK', Month: '11', Price: '1088'}, geometry: { type: 'Point', coordinates:[-73.86255156, 40.68215832]} },
{type: 'Feature',properties:{Name: '4', Address: '94-20 78TH STREET, OZONE PARK', Month: '9', Price: '1712'}, geometry: { type: 'Point', coordinates:[-73.86140503, 40.68388615]} },
{type: 'Feature',properties:{Name: '4', Address: '94-27 77TH STREET, OZONE PARK', Month: '2', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.86217387, 40.6834781]} },
{type: 'Feature',properties:{Name: '4', Address: '9417 77 STREET, OZONE PARK', Month: '11', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.86228158, 40.68369781]} },
{type: 'Feature',properties:{Name: '4', Address: '95-16 78TH STREET, OZONE PARK', Month: '11', Price: '1720'}, geometry: { type: 'Point', coordinates:[-73.86086286, 40.68279582]} },
{type: 'Feature',properties:{Name: '4', Address: '95-19 77TH STREET, OZONE PARK', Month: '12', Price: '1592'}, geometry: { type: 'Point', coordinates:[-73.86167839, 40.68246743]} },
{type: 'Feature',properties:{Name: '4', Address: '95-15 77TH STREET, OZONE PARK', Month: '5', Price: '1648'}, geometry: { type: 'Point', coordinates:[-73.86172148, 40.68255257]} },
{type: 'Feature',properties:{Name: '4', Address: '78-03 95TH AVENUE, OZONE PARK', Month: '11', Price: '1252'}, geometry: { type: 'Point', coordinates:[-73.86090871, 40.68328994]} },
{type: 'Feature',properties:{Name: '4', Address: '80-11 97TH AVENUE, OZONE PARK', Month: '12', Price: '1206'}, geometry: { type: 'Point', coordinates:[-73.85917624, 40.6824342]} },
{type: 'Feature',properties:{Name: '4', Address: '81-20 95TH AVENUE, OZONE PARK', Month: '10', Price: '2224'}, geometry: { type: 'Point', coordinates:[-73.85905437, 40.68380095]} },
{type: 'Feature',properties:{Name: '4', Address: '84-05 95TH AVENUE, OZONE PARK', Month: '6', Price: '1672'}, geometry: { type: 'Point', coordinates:[-73.85661186, 40.68451158]} },
{type: 'Feature',properties:{Name: '4', Address: '83-12 95TH AVENUE, OZONE PARK', Month: '9', Price: '1832'}, geometry: { type: 'Point', coordinates:[-73.85740202, 40.68426827]} },
{type: 'Feature',properties:{Name: '4', Address: '95-15 84TH STREET, OZONE PARK', Month: '6', Price: '1684'}, geometry: { type: 'Point', coordinates:[-73.85669517, 40.68433602]} },
{type: 'Feature',properties:{Name: '4', Address: '85-21 97TH AVENUE, OZONE PARK', Month: '12', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.85509226, 40.68360664]} },
{type: 'Feature',properties:{Name: '4', Address: '95-23 86TH STREET, OZONE PARK', Month: '6', Price: '2168'}, geometry: { type: 'Point', coordinates:[-73.85495996, 40.68475379]} },
{type: 'Feature',properties:{Name: '4', Address: '95-23 86TH STREET, OZONE PARK', Month: '7', Price: '2168'}, geometry: { type: 'Point', coordinates:[-73.85495996, 40.68475379]} },
{type: 'Feature',properties:{Name: '4', Address: '87-20 ATLANTIC AVENUE, OZONE PARK', Month: '6', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.85458836, 40.68650998]} },
{type: 'Feature',properties:{Name: '4', Address: '94-28 88TH STREET, OZONE PARK', Month: '8', Price: '1496'}, geometry: { type: 'Point', coordinates:[-73.85375976, 40.68618505]} },
{type: 'Feature',properties:{Name: '4', Address: '95-14 88TH STREET, OZONE PARK', Month: '5', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.8532931, 40.68523476]} },
{type: 'Feature',properties:{Name: '4', Address: '9512 89 STREET, OZONE PARK', Month: '2', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.85244884, 40.68547797]} },
{type: 'Feature',properties:{Name: '4', Address: '95-14 89TH STREET, OZONE PARK', Month: '3', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.85244885, 40.68547522]} },
{type: 'Feature',properties:{Name: '4', Address: '88-07 97 AVENUE, OZONE PARK', Month: '4', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.85264253, 40.68430894]} },
{type: 'Feature',properties:{Name: '4', Address: '88-03 97TH AVENUE, OZONE PARK', Month: '7', Price: '1500'}, geometry: { type: 'Point', coordinates:[-73.85266778, 40.68430074]} },
{type: 'Feature',properties:{Name: '4', Address: '88-03 97TH AVENUE, OZONE PARK', Month: '9', Price: '1500'}, geometry: { type: 'Point', coordinates:[-73.85266778, 40.68430074]} },
{type: 'Feature',properties:{Name: '4', Address: '95-07 88TH STREET, OZONE PARK', Month: '6', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.85327865, 40.68524846]} },
{type: 'Feature',properties:{Name: '4', Address: '9512 91 STREET, OZONE PARK', Month: '1', Price: '2440'}, geometry: { type: 'Point', coordinates:[-73.85074227, 40.68596433]} },
{type: 'Feature',properties:{Name: '4', Address: '95-32 94TH STREET, OZONE PARK', Month: '12', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.84809761, 40.68670196]} },
{type: 'Feature',properties:{Name: '4', Address: '95-39 WOODHAVEN BOULEVARD, OZONE PARK', Month: '5', Price: '1536'}, geometry: { type: 'Point', coordinates:[-73.84718606, 40.68639883]} },
{type: 'Feature',properties:{Name: '4', Address: '9526 97 STREET, OZONE PARK', Month: '11', Price: '2475'}, geometry: { type: 'Point', coordinates:[-73.84540957, 40.68746418]} },
{type: 'Feature',properties:{Name: '4', Address: '95-20 WOODHAVEN COURT, OZONE PARK', Month: '1', Price: '1700'}, geometry: { type: 'Point', coordinates:[-73.84583286, 40.68685266]} },
{type: 'Feature',properties:{Name: '4', Address: '95-24 WOODHAVEN COURT, OZONE PARK', Month: '11', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.84582926, 40.68685265]} },
{type: 'Feature',properties:{Name: '4', Address: '97-19 DREW STREET, OZONE PARK', Month: '8', Price: '2082'}, geometry: { type: 'Point', coordinates:[-73.86360788, 40.68044135]} },
{type: 'Feature',properties:{Name: '4', Address: '97-28 76 STREET, OZONE PARK', Month: '5', Price: '2048'}, geometry: { type: 'Point', coordinates:[-73.8621243, 40.68129046]} },
{type: 'Feature',properties:{Name: '4', Address: '9717 77 STREET, OZONE PARK', Month: '5', Price: '2880'}, geometry: { type: 'Point', coordinates:[-73.86108956, 40.68128098]} },
{type: 'Feature',properties:{Name: '4', Address: '97-18 80TH STREET, OZONE PARK', Month: '7', Price: '3150'}, geometry: { type: 'Point', coordinates:[-73.8593651, 40.68178392]} },
{type: 'Feature',properties:{Name: '4', Address: '9713 78 STREET, OZONE PARK', Month: '2', Price: '1710'}, geometry: { type: 'Point', coordinates:[-73.86019857, 40.68149399]} },
{type: 'Feature',properties:{Name: '4', Address: '80-18 97TH AVENUE, OZONE PARK', Month: '5', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.85914381, 40.68242593]} },
{type: 'Feature',properties:{Name: '4', Address: '80-18 97TH AVENUE, OZONE PARK', Month: '7', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.85914381, 40.68242593]} },
{type: 'Feature',properties:{Name: '4', Address: '97-19 80TH STREET, OZONE PARK', Month: '5', Price: '2860'}, geometry: { type: 'Point', coordinates:[-73.85933628, 40.68177291]} },
{type: 'Feature',properties:{Name: '4', Address: '97-22 82ND ST, OZONE PARK', Month: '6', Price: '1608'}, geometry: { type: 'Point', coordinates:[-73.85774823, 40.68254224]} },
{type: 'Feature',properties:{Name: '4', Address: '97-40 82ND STREET, OZONE PARK', Month: '9', Price: '1608'}, geometry: { type: 'Point', coordinates:[-73.85774464, 40.68253674]} },
{type: 'Feature',properties:{Name: '4', Address: '97-41 81ST STREET, OZONE PARK', Month: '12', Price: '1401'}, geometry: { type: 'Point', coordinates:[-73.85819036, 40.68148056]} },
{type: 'Feature',properties:{Name: '4', Address: '97-39 81ST STREET, OZONE PARK', Month: '2', Price: '1426'}, geometry: { type: 'Point', coordinates:[-73.8582083, 40.68152175]} },
{type: 'Feature',properties:{Name: '4', Address: '97-21 81 STREET, OZONE PARK', Month: '1', Price: '1371'}, geometry: { type: 'Point', coordinates:[-73.85838062, 40.68187329]} },
{type: 'Feature',properties:{Name: '4', Address: '82-20 97TH AVENUE, OZONE PARK', Month: '10', Price: '1338'}, geometry: { type: 'Point', coordinates:[-73.85757444, 40.68287963]} },
{type: 'Feature',properties:{Name: '4', Address: '97-16 84TH STREET, OZONE PARK', Month: '5', Price: '1184'}, geometry: { type: 'Point', coordinates:[-73.8560598, 40.68302871]} },
{type: 'Feature',properties:{Name: '4', Address: '97-25 87TH STREET, OZONE PARK', Month: '7', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.85344808, 40.68362377]} },
{type: 'Feature',properties:{Name: '4', Address: '97-23 87TH STREET, OZONE PARK', Month: '7', Price: '1818'}, geometry: { type: 'Point', coordinates:[-73.85345525, 40.683643]} },
{type: 'Feature',properties:{Name: '4', Address: '97-38 90TH STREET, OZONE PARK', Month: '12', Price: '1620'}, geometry: { type: 'Point', coordinates:[-73.8509872, 40.684466]} },
{type: 'Feature',properties:{Name: '4', Address: '97-37 89TH STREET, OZONE PARK', Month: '9', Price: '1408'}, geometry: { type: 'Point', coordinates:[-73.85181341, 40.68422828]} },
{type: 'Feature',properties:{Name: '4', Address: '97-37 89 STREET, OZONE PARK', Month: '5', Price: '1408'}, geometry: { type: 'Point', coordinates:[-73.85181341, 40.68422828]} },
{type: 'Feature',properties:{Name: '4', Address: '97-20 92ND STREET, OZONE PARK', Month: '4', Price: '1992'}, geometry: { type: 'Point', coordinates:[-73.84925177, 40.68496329]} },
{type: 'Feature',properties:{Name: '4', Address: '97-43 91ST STREET, OZONE PARK', Month: '8', Price: '1512'}, geometry: { type: 'Point', coordinates:[-73.85010688, 40.68471189]} },
{type: 'Feature',properties:{Name: '4', Address: '97-29 91ST STREET, OZONE PARK', Month: '6', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.85010686, 40.68471738]} },
{type: 'Feature',properties:{Name: '4', Address: '95-22 97TH AVENUE, OZONE PARK', Month: '2', Price: '2873'}, geometry: { type: 'Point', coordinates:[-73.8459642, 40.6861886]} },
{type: 'Feature',properties:{Name: '4', Address: '99-10 97TH ST, OZONE PARK', Month: '9', Price: '1529'}, geometry: { type: 'Point', coordinates:[-73.84459556, 40.68553076]} },
{type: 'Feature',properties:{Name: '4', Address: '97-06 97TH AVENUE, OZONE PARK', Month: '7', Price: '1412'}, geometry: { type: 'Point', coordinates:[-73.84476995, 40.68651637]} },
{type: 'Feature',properties:{Name: '4', Address: '97-12 98TH STREET, OZONE PARK', Month: '1', Price: '1890'}, geometry: { type: 'Point', coordinates:[-73.8441208, 40.68656764]} },
{type: 'Feature',properties:{Name: '4', Address: '101-18 80TH STREET, OZONE PARK', Month: '3', Price: '2070'}, geometry: { type: 'Point', coordinates:[-73.85870814, 40.68044367]} },
{type: 'Feature',properties:{Name: '4', Address: '101-19 80TH STREET, OZONE PARK', Month: '9', Price: '2104'}, geometry: { type: 'Point', coordinates:[-73.85868649, 40.68044913]} },
{type: 'Feature',properties:{Name: '4', Address: '10113 80 STREET, OZONE PARK', Month: '4', Price: '2092'}, geometry: { type: 'Point', coordinates:[-73.85868649, 40.68044913]} },
{type: 'Feature',properties:{Name: '4', Address: '81-16 102ND AVENUE, OZONE PARK', Month: '4', Price: '1332'}, geometry: { type: 'Point', coordinates:[-73.85716893, 40.68030453]} },
{type: 'Feature',properties:{Name: '4', Address: '81-25 LIBERTY AVENUE, OZONE PARK', Month: '2', Price: '1190'}, geometry: { type: 'Point', coordinates:[-73.85613579, 40.67955941]} },
{type: 'Feature',properties:{Name: '4', Address: '81-68 102ND ROAD, OZONE PARK', Month: '3', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.85543525, 40.68006906]} },
{type: 'Feature',properties:{Name: '4', Address: '84-35 102ND AVENUE, OZONE PARK', Month: '1', Price: '1240'}, geometry: { type: 'Point', coordinates:[-73.85473014, 40.68101512]} },
{type: 'Feature',properties:{Name: '4', Address: '84-25 102ND AVENUE, OZONE PARK', Month: '2', Price: '2175'}, geometry: { type: 'Point', coordinates:[-73.85474096, 40.68101239]} },
{type: 'Feature',properties:{Name: '4', Address: '101-11 84TH STREET, OZONE PARK', Month: '7', Price: '1554'}, geometry: { type: 'Point', coordinates:[-73.85526639, 40.6814577]} },
{type: 'Feature',properties:{Name: '4', Address: '84-33 103RD AVENUE, OZONE PARK', Month: '3', Price: '1392'}, geometry: { type: 'Point', coordinates:[-73.85371616, 40.67975947]} },
{type: 'Feature',properties:{Name: '4', Address: '86-24 102ND AVENUE, OZONE PARK', Month: '10', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.85304899, 40.68147685]} },
{type: 'Feature',properties:{Name: '4', Address: '86-32 102ND AVENUE, OZONE PARK', Month: '11', Price: '1840'}, geometry: { type: 'Point', coordinates:[-73.85303817, 40.68147958]} },
{type: 'Feature',properties:{Name: '4', Address: '88-19 102ND ROAD, OZONE PARK', Month: '9', Price: '1944'}, geometry: { type: 'Point', coordinates:[-73.85108798, 40.68131788]} },
{type: 'Feature',properties:{Name: '4', Address: '102-41 88TH STREET, OZONE PARK', Month: '6', Price: '2475'}, geometry: { type: 'Point', coordinates:[-73.85121118, 40.68104081]} },
{type: 'Feature',properties:{Name: '4', Address: '89-10 ROCKAWAY BOULEVARD, OZONE PARK', Month: '9', Price: '2060'}, geometry: { type: 'Point', coordinates:[-73.85042273, 40.68214045]} },
{type: 'Feature',properties:{Name: '4', Address: '89-11 102ND ROAD, OZONE PARK', Month: '4', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.85029427, 40.68154466]} },
{type: 'Feature',properties:{Name: '4', Address: '89-07 102ND ROAD, OZONE PARK', Month: '4', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.85031592, 40.68153646]} },
{type: 'Feature',properties:{Name: '4', Address: '102-19 89TH STREET, OZONE PARK', Month: '9', Price: '2665'}, geometry: { type: 'Point', coordinates:[-73.85040286, 40.68135267]} },
{type: 'Feature',properties:{Name: '4', Address: '90-06 101 AVENUE, OZONE PARK', Month: '2', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.85011413, 40.68308974]} },
{type: 'Feature',properties:{Name: '4', Address: '90-06 101ST AVENUE, OZONE PARK', Month: '1', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.85011413, 40.68308974]} },
{type: 'Feature',properties:{Name: '4', Address: '90-06A 101ST AVENUE, OZONE PARK', Month: '5', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.85011413, 40.68308974]} },
{type: 'Feature',properties:{Name: '4', Address: '90-07 ROCKAWAY BOULEVARD, OZONE PARK', Month: '10', Price: '1368'}, geometry: { type: 'Point', coordinates:[-73.84955065, 40.68193894]} },
{type: 'Feature',properties:{Name: '4', Address: '10123 91ST STREET, OZONE PARK', Month: '2', Price: '3232'}, geometry: { type: 'Point', coordinates:[-73.84928137, 40.68303375]} },
{type: 'Feature',properties:{Name: '4', Address: '101-16 93RD STREET, OZONE PARK', Month: '4', Price: '1508'}, geometry: { type: 'Point', coordinates:[-73.84752085, 40.68348158]} },
{type: 'Feature',properties:{Name: '4', Address: '101-20 93RD STREET, OZONE PARK', Month: '1', Price: '1720'}, geometry: { type: 'Point', coordinates:[-73.84751725, 40.68347608]} },
{type: 'Feature',properties:{Name: '4', Address: '101-35 92ND STREET, OZONE PARK', Month: '3', Price: '1780'}, geometry: { type: 'Point', coordinates:[-73.84836517, 40.68320822]} },
{type: 'Feature',properties:{Name: '4', Address: '101-47 93 STREET, OZONE PARK', Month: '1', Price: '2096'}, geometry: { type: 'Point', coordinates:[-73.84748126, 40.68345133]} },
{type: 'Feature',properties:{Name: '4', Address: '101-45 93RD STREET, OZONE PARK', Month: '3', Price: '2096'}, geometry: { type: 'Point', coordinates:[-73.84748126, 40.68345133]} },
{type: 'Feature',properties:{Name: '4', Address: '101-39 93RD STREET, OZONE PARK', Month: '2', Price: '2096'}, geometry: { type: 'Point', coordinates:[-73.84748484, 40.68345957]} },
{type: 'Feature',properties:{Name: '4', Address: '101-33 93 STREET, OZONE PARK', Month: '2', Price: '2096'}, geometry: { type: 'Point', coordinates:[-73.84748843, 40.68346781]} },
{type: 'Feature',properties:{Name: '4', Address: '101-63 94TH STREET, OZONE PARK', Month: '11', Price: '2008'}, geometry: { type: 'Point', coordinates:[-73.84659376, 40.68368071]} },
{type: 'Feature',properties:{Name: '4', Address: '101-63 94TH STREET, OZONE PARK', Month: '2', Price: '2008'}, geometry: { type: 'Point', coordinates:[-73.84659376, 40.68368071]} },
{type: 'Feature',properties:{Name: '4', Address: '101-46 95TH STREET, OZONE PARK', Month: '8', Price: '2308'}, geometry: { type: 'Point', coordinates:[-73.84471901, 40.68361507]} },
{type: 'Feature',properties:{Name: '4', Address: '101-64 95 STREET, OZONE PARK', Month: '1', Price: '2290'}, geometry: { type: 'Point', coordinates:[-73.84466192, 40.68335973]} },
{type: 'Feature',properties:{Name: '4', Address: '101-56 98 STREET, OZONE PARK', Month: '10', Price: '2604'}, geometry: { type: 'Point', coordinates:[-73.84318062, 40.68464502]} },
{type: 'Feature',properties:{Name: '4', Address: '89-06 103 AVENUE, OZONE PARK', Month: '2', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.84998216, 40.68084708]} },
{type: 'Feature',properties:{Name: '4', Address: '103-33 91ST STREET, OZONE PARK', Month: '1', Price: '1080'}, geometry: { type: 'Point', coordinates:[-73.84833034, 40.68108371]} },
{type: 'Feature',properties:{Name: '4', Address: '9304 103 AVENUE, OZONE PARK', Month: '2', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.846551, 40.68189381]} },
{type: 'Feature',properties:{Name: '4', Address: '103-44 96TH STREET, OZONE PARK', Month: '5', Price: '2054'}, geometry: { type: 'Point', coordinates:[-73.84366363, 40.68162917]} },
{type: 'Feature',properties:{Name: '4', Address: '103-56 96TH STREET, OZONE PARK', Month: '7', Price: '1900'}, geometry: { type: 'Point', coordinates:[-73.8435811, 40.68146162]} },
{type: 'Feature',properties:{Name: '4', Address: '96-10 103RD AVE, OZONE PARK', Month: '11', Price: '1346'}, geometry: { type: 'Point', coordinates:[-73.84389577, 40.68257643]} },
{type: 'Feature',properties:{Name: '4', Address: '103-21 96TH STREET, OZONE PARK', Month: '1', Price: '2248'}, geometry: { type: 'Point', coordinates:[-73.84380345, 40.68196696]} },
{type: 'Feature',properties:{Name: '4', Address: '103-23 96TH STREET, OZONE PARK', Month: '8', Price: '2248'}, geometry: { type: 'Point', coordinates:[-73.8437891, 40.6819395]} },
{type: 'Feature',properties:{Name: '4', Address: '97-08 103RD AVENUE, OZONE PARK', Month: '12', Price: '2152'}, geometry: { type: 'Point', coordinates:[-73.8430479, 40.68281956]} },
{type: 'Feature',properties:{Name: '4', Address: '98-04 103RD AVENUE, OZONE PARK', Month: '9', Price: '2470'}, geometry: { type: 'Point', coordinates:[-73.84221086, 40.68305447]} },
{type: 'Feature',properties:{Name: '4', Address: '10602 76TH STREET, OZONE PARK', Month: '7', Price: '2050'}, geometry: { type: 'Point', coordinates:[-73.8610608, 40.67778135]} },
{type: 'Feature',properties:{Name: '4', Address: '107-48 77TH STREET, OZONE PARK', Month: '8', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.85949767, 40.67533386]} },
{type: 'Feature',properties:{Name: '4', Address: '107-52 77TH STREET, OZONE PARK', Month: '6', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.85949767, 40.67533386]} },
{type: 'Feature',properties:{Name: '4', Address: '105-20 78TH STREET, OZONE PARK', Month: '9', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.85944314, 40.67897062]} },
{type: 'Feature',properties:{Name: '4', Address: '105-30 80 STREET, OZONE PARK', Month: '3', Price: '1728'}, geometry: { type: 'Point', coordinates:[-73.85762709, 40.67848805]} },
{type: 'Feature',properties:{Name: '4', Address: '106-32 79TH STREET, OZONE PARK', Month: '8', Price: '2192'}, geometry: { type: 'Point', coordinates:[-73.85814103, 40.67754997]} },
{type: 'Feature',properties:{Name: '4', Address: '106-09 79TH STREET, OZONE PARK', Month: '8', Price: '1952'}, geometry: { type: 'Point', coordinates:[-73.85818374, 40.67781078]} },
{type: 'Feature',properties:{Name: '4', Address: '78-07 SUTTER AVENUE, OZONE PARK', Month: '12', Price: '1948'}, geometry: { type: 'Point', coordinates:[-73.85820105, 40.67475861]} },
{type: 'Feature',properties:{Name: '4', Address: '78-03 SUTTER AVENUE, OZONE PARK', Month: '6', Price: '2024'}, geometry: { type: 'Point', coordinates:[-73.8582263, 40.67475315]} },
{type: 'Feature',properties:{Name: '4', Address: '107-21 78TH STREET, OZONE PARK', Month: '7', Price: '2288'}, geometry: { type: 'Point', coordinates:[-73.85872804, 40.67615635]} },
{type: 'Feature',properties:{Name: '4', Address: '107-22 80TH STREET, OZONE PARK', Month: '9', Price: '1968'}, geometry: { type: 'Point', coordinates:[-73.85683156, 40.67623086]} },
{type: 'Feature',properties:{Name: '4', Address: '105-01 80TH STREET, OZONE PARK', Month: '11', Price: '3025'}, geometry: { type: 'Point', coordinates:[-73.85778034, 40.67932266]} },
{type: 'Feature',properties:{Name: '4', Address: '84-14 109TH AVENUE, OZONE PARK', Month: '5', Price: '1568'}, geometry: { type: 'Point', coordinates:[-73.8521807, 40.67631281]} },
{type: 'Feature',properties:{Name: '4', Address: '84-22 109TH AVENUE, OZONE PARK', Month: '12', Price: '1613'}, geometry: { type: 'Point', coordinates:[-73.85208695, 40.67632367]} },
{type: 'Feature',properties:{Name: '4', Address: '86-06 107TH AVENUE, OZONE PARK', Month: '6', Price: '2296'}, geometry: { type: 'Point', coordinates:[-73.85135909, 40.67776649]} },
{type: 'Feature',properties:{Name: '4', Address: '107-46 88TH STREET, OZONE PARK', Month: '10', Price: '1237'}, geometry: { type: 'Point', coordinates:[-73.84960704, 40.67772029]} },
{type: 'Feature',properties:{Name: '4', Address: '105-08 87TH STREET, OZONE PARK', Month: '2', Price: '1472'}, geometry: { type: 'Point', coordinates:[-73.85145612, 40.67952601]} },
{type: 'Feature',properties:{Name: '4', Address: '107-16 90TH STREET, OZONE PARK', Month: '9', Price: '1324'}, geometry: { type: 'Point', coordinates:[-73.84769616, 40.67776444]} },
{type: 'Feature',properties:{Name: '4', Address: '105-12 89TH STREET, OZONE PARK', Month: '10', Price: '3020'}, geometry: { type: 'Point', coordinates:[-73.84959545, 40.67966083]} },
{type: 'Feature',properties:{Name: '4', Address: '105-30 89 STREET, OZONE PARK', Month: '5', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.84958469, 40.67963886]} },
{type: 'Feature',properties:{Name: '4', Address: '105-33 88TH STREET, OZONE PARK', Month: '7', Price: '1122'}, geometry: { type: 'Point', coordinates:[-73.85048978, 40.67957417]} },
{type: 'Feature',properties:{Name: '4', Address: '105-14 90TH STREET, OZONE PARK', Month: '1', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.84866512, 40.67972823]} },
{type: 'Feature',properties:{Name: '4', Address: '105-13 89TH STREET, OZONE PARK', Month: '8', Price: '2180'}, geometry: { type: 'Point', coordinates:[-73.84957381, 40.6796663]} },
{type: 'Feature',properties:{Name: '4', Address: '107-19 90TH STREET, OZONE PARK', Month: '6', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.84766376, 40.67774244]} },
{type: 'Feature',properties:{Name: '4', Address: '105-01 91ST STREET, OZONE PARK', Month: '8', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.84770228, 40.67981754]} },
{type: 'Feature',properties:{Name: '4', Address: '107-64 93RD STREET, OZONE PARK', Month: '5', Price: '1059'}, geometry: { type: 'Point', coordinates:[-73.84501602, 40.67837844]} },
{type: 'Feature',properties:{Name: '4', Address: '105-23 93RD STREET, OZONE PARK', Month: '12', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.84575871, 40.67993847]} },
{type: 'Feature',properties:{Name: '4', Address: '105-38 CROSS BAY BOULEVARD, OZONE PARK', Month: '2', Price: '2720'}, geometry: { type: 'Point', coordinates:[-73.84441116, 40.67956885]} },
{type: 'Feature',properties:{Name: '4', Address: '106-46 97 STREET, OZONE PARK', Month: '8', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.84185764, 40.67996062]} },
{type: 'Feature',properties:{Name: '4', Address: '106-68 97TH STREET, OZONE PARK', Month: '9', Price: '1556'}, geometry: { type: 'Point', coordinates:[-73.84185047, 40.67994414]} },
{type: 'Feature',properties:{Name: '4', Address: '106-35 96TH STREET, OZONE PARK', Month: '7', Price: '2384'}, geometry: { type: 'Point', coordinates:[-73.84290638, 40.68014321]} },
{type: 'Feature',properties:{Name: '4', Address: '109-14 97TH STREET, OZONE PARK', Month: '2', Price: '1540'}, geometry: { type: 'Point', coordinates:[-73.84088891, 40.67798579]} },
{type: 'Feature',properties:{Name: '4', Address: '109-05 96TH STREET, OZONE PARK', Month: '2', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.84178695, 40.67784704]} },
{type: 'Feature',properties:{Name: '4', Address: '109-36 98TH STREET, OZONE PARK', Month: '1', Price: '2462'}, geometry: { type: 'Point', coordinates:[-73.83986885, 40.67788831]} },
{type: 'Feature',properties:{Name: '4', Address: '97-42 102 STREET, OZONE PARK', Month: '8', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.84146918, 40.68715963]} },
{type: 'Feature',properties:{Name: '4', Address: '101-20 101ST AVENUE, OZONE PARK', Month: '4', Price: '1900'}, geometry: { type: 'Point', coordinates:[-73.84136117, 40.68557575]} },
{type: 'Feature',properties:{Name: '4', Address: '101-52 102ND STREET, OZONE PARK', Month: '11', Price: '1926'}, geometry: { type: 'Point', coordinates:[-73.84060082, 40.68538531]} },
{type: 'Feature',properties:{Name: '4', Address: '103-50 101ST STREET, OZONE PARK', Month: '5', Price: '1792'}, geometry: { type: 'Point', coordinates:[-73.84008163, 40.68236808]} },
{type: 'Feature',properties:{Name: '4', Address: '103-50 101ST STREET, OZONE PARK', Month: '4', Price: '1792'}, geometry: { type: 'Point', coordinates:[-73.84008163, 40.68236808]} },
{type: 'Feature',properties:{Name: '4', Address: '103-55 100 STREET, OZONE PARK', Month: '11', Price: '2760'}, geometry: { type: 'Point', coordinates:[-73.84061571, 40.68217394]} },
{type: 'Feature',properties:{Name: '4', Address: '103-37 101ST STREET, OZONE PARK', Month: '8', Price: '1616'}, geometry: { type: 'Point', coordinates:[-73.84017122, 40.68259877]} },
{type: 'Feature',properties:{Name: '4', Address: '132-03 100TH STREET, OZONE PARK', Month: '2', Price: '2772'}, geometry: { type: 'Point', coordinates:[-73.83817585, 40.67728209]} },
{type: 'Feature',properties:{Name: '4', Address: '107-55 100 STREET, OZONE PARK', Month: '11', Price: '2772'}, geometry: { type: 'Point', coordinates:[-73.83927374, 40.67948494]} },
{type: 'Feature',properties:{Name: '4', Address: '107-55 100TH STREET, OZONE PARK', Month: '3', Price: '2772'}, geometry: { type: 'Point', coordinates:[-73.83927374, 40.67948494]} },
{type: 'Feature',properties:{Name: '4', Address: '103-17 PLATTWOOD AVENUE, OZONE PARK', Month: '6', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.83555946, 40.67833512]} },
{type: 'Feature',properties:{Name: '4', Address: '103-17 PLATTWOOD, OZONE PARK', Month: '12', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.83555946, 40.67833512]} },
{type: 'Feature',properties:{Name: '4', Address: '132-23 RUBY STREET, OZONE PARK', Month: '9', Price: '1512'}, geometry: { type: 'Point', coordinates:[-73.86097207, 40.67365036]} },
{type: 'Feature',properties:{Name: '4', Address: '132-08 81ST STREET, OZONE PARK', Month: '9', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.8554214, 40.67481554]} },
{type: 'Feature',properties:{Name: '4', Address: '132-09 83RD STREET, OZONE PARK', Month: '11', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.85349928, 40.67509033]} },
{type: 'Feature',properties:{Name: '4', Address: '132-14 85TH STREET, OZONE PARK', Month: '10', Price: '1075'}, geometry: { type: 'Point', coordinates:[-73.85151258, 40.67521678]} },
{type: 'Feature',properties:{Name: '4', Address: '91-10 SUTTER AVENUE, OZONE PARK', Month: '2', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.84587118, 40.67651588]} },
{type: 'Feature',properties:{Name: '4', Address: '92-02 SUTTER AVENUE, OZONE PARK', Month: '11', Price: '2256'}, geometry: { type: 'Point', coordinates:[-73.84499482, 40.67664371]} },
{type: 'Feature',properties:{Name: '4', Address: '92-14 SUTTER AVENUE, OZONE PARK', Month: '8', Price: '1698'}, geometry: { type: 'Point', coordinates:[-73.84491548, 40.67665458]} },
{type: 'Feature',properties:{Name: '4', Address: '133-38 AMBER STREET, OZONE PARK', Month: '11', Price: '1300'}, geometry: { type: 'Point', coordinates:[-73.85877921, 40.67242077]} },
{type: 'Feature',properties:{Name: '4', Address: '133-14 85 STREET, OZONE PARK', Month: '6', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.85120221, 40.67374793]} },
{type: 'Feature',properties:{Name: '4', Address: '13345 85 STREET, OZONE PARK', Month: '9', Price: '1330'}, geometry: { type: 'Point', coordinates:[-73.85109837, 40.67343214]} },
{type: 'Feature',properties:{Name: '4', Address: '133-47 88TH STREET, OZONE PARK', Month: '5', Price: '2120'}, geometry: { type: 'Point', coordinates:[-73.84780626, 40.67375172]} },
{type: 'Feature',properties:{Name: '4', Address: '134-20 SITKA STREET, OZONE PARK', Month: '5', Price: '2358'}, geometry: { type: 'Point', coordinates:[-73.84589124, 40.6740758]} },
{type: 'Feature',properties:{Name: '4', Address: '91-02 LINDEN BLVD, OZONE PARK', Month: '5', Price: '1820'}, geometry: { type: 'Point', coordinates:[-73.84523666, 40.67341068]} },
{type: 'Feature',properties:{Name: '4', Address: '90-17 DESARC RD, OZONE PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84540897, 40.67372656]} },
{type: 'Feature',properties:{Name: '4', Address: '92-06 SILVER ROAD, OZONE PARK', Month: '5', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.84471749, 40.67498]} },
{type: 'Feature',properties:{Name: '4', Address: '133-10 CROSSBAY BLVD, OZONE PARK', Month: '7', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.84326821, 40.67498901]} },
{type: 'Feature',properties:{Name: '4', Address: '138-11 WHITELAW STREET, OZONE PARK', Month: '8', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.84666456, 40.67170809]} },
{type: 'Feature',properties:{Name: '4', Address: '137-21 LAFAYETTE STREET, OZONE PARK', Month: '12', Price: '2244'}, geometry: { type: 'Point', coordinates:[-73.8448506, 40.67199935]} },
{type: 'Feature',properties:{Name: '4', Address: '90-14 SPRITZ ROAD, OZONE PARK', Month: '12', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.84571516, 40.6722695]} },
{type: 'Feature',properties:{Name: '4', Address: '89-25 ALBERT ROAD, OZONE PARK', Month: '8', Price: '1856'}, geometry: { type: 'Point', coordinates:[-73.84556904, 40.67154193]} },
{type: 'Feature',properties:{Name: '4', Address: '109-20 108TH STREET, OZONE PARK', Month: '7', Price: '1832'}, geometry: { type: 'Point', coordinates:[-73.8315628, 40.67912807]} },
{type: 'Feature',properties:{Name: '4', Address: '109-50 109TH STREET, OZONE PARK', Month: '8', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.83040986, 40.67882719]} },
{type: 'Feature',properties:{Name: '4', Address: '109-01 109TH STREET, OZONE PARK', Month: '8', Price: '2668'}, geometry: { type: 'Point', coordinates:[-73.83071819, 40.67950561]} },
{type: 'Feature',properties:{Name: '4', Address: '109-55 CENTREVILLE STREET, OZONE PARK', Month: '10', Price: '2008'}, geometry: { type: 'Point', coordinates:[-73.83505367, 40.67730236]} },
{type: 'Feature',properties:{Name: '4', Address: '109-51 CENTERVILLE STREET, OZONE PARK', Month: '10', Price: '2008'}, geometry: { type: 'Point', coordinates:[-73.83494868, 40.67747787]} },
{type: 'Feature',properties:{Name: '4', Address: '111-20 106 STREET, OZONE PARK', Month: '9', Price: '2008'}, geometry: { type: 'Point', coordinates:[-73.83336598, 40.67747833]} },
{type: 'Feature',properties:{Name: '4', Address: '111-24 106TH STREET, OZONE PARK', Month: '7', Price: '2008'}, geometry: { type: 'Point', coordinates:[-73.83336598, 40.67747833]} },
{type: 'Feature',properties:{Name: '4', Address: '111-24 106TH STREET, OZONE PARK', Month: '6', Price: '2008'}, geometry: { type: 'Point', coordinates:[-73.83336598, 40.67747833]} },
{type: 'Feature',properties:{Name: '4', Address: '105-09 SUTTER AVENUE, OZONE PARK', Month: '3', Price: '2008'}, geometry: { type: 'Point', coordinates:[-73.83432662, 40.67681549]} },
{type: 'Feature',properties:{Name: '4', Address: '105-09 SUTTER AVE, OZONE PARK', Month: '3', Price: '2008'}, geometry: { type: 'Point', coordinates:[-73.83432662, 40.67681549]} },
{type: 'Feature',properties:{Name: '4', Address: '105-07 SUTTER AVENUE, OZONE PARK', Month: '12', Price: '2008'}, geometry: { type: 'Point', coordinates:[-73.83433744, 40.6768155]} },
{type: 'Feature',properties:{Name: '4', Address: '105-05 SUTTER AVE, OZONE PARK', Month: '8', Price: '2008'}, geometry: { type: 'Point', coordinates:[-73.83435185, 40.67681827]} },
{type: 'Feature',properties:{Name: '4', Address: '104-15 SUTTER AVENUE, OZONE PARK', Month: '6', Price: '2008'}, geometry: { type: 'Point', coordinates:[-73.83507618, 40.67694557]} },
{type: 'Feature',properties:{Name: '4', Address: '109-25 CENTREVILLE STREET, OZONE PARK', Month: '9', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.83456848, 40.67814156]} },
{type: 'Feature',properties:{Name: '4', Address: '110-29 106TH STREET, OZONE PARK', Month: '2', Price: '1992'}, geometry: { type: 'Point', coordinates:[-73.83317716, 40.67801604]} },
{type: 'Feature',properties:{Name: '4', Address: '110-27 106TH STREET, OZONE PARK', Month: '3', Price: '1992'}, geometry: { type: 'Point', coordinates:[-73.83317354, 40.67802427]} },
{type: 'Feature',properties:{Name: '4', Address: '110-11 106TH STREET, OZONE PARK', Month: '6', Price: '1992'}, geometry: { type: 'Point', coordinates:[-73.83315173, 40.6780956]} },
{type: 'Feature',properties:{Name: '4', Address: '106-18 ROCKAWAY BOULEVARD, OZONE PARK', Month: '7', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.83280092, 40.67853151]} },
{type: 'Feature',properties:{Name: '4', Address: '110-28 107TH STREET, OZONE PARK', Month: '11', Price: '1992'}, geometry: { type: 'Point', coordinates:[-73.83241067, 40.67744675]} },
{type: 'Feature',properties:{Name: '4', Address: '110-27 107TH STREET, OZONE PARK', Month: '4', Price: '2008'}, geometry: { type: 'Point', coordinates:[-73.83238905, 40.67744123]} },
{type: 'Feature',properties:{Name: '4', Address: '110-27 107TH STREET, OZONE PARK', Month: '5', Price: '2008'}, geometry: { type: 'Point', coordinates:[-73.83238905, 40.67744123]} },
{type: 'Feature',properties:{Name: '4', Address: '94-39 133RD AVENUE, OZONE PARK', Month: '12', Price: '1136'}, geometry: { type: 'Point', coordinates:[-73.8422321, 40.67559968]} },
{type: 'Feature',properties:{Name: '4', Address: '133-16 96 STREET, OZONE PARK', Month: '6', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.84081124, 40.67578437]} },
{type: 'Feature',properties:{Name: '4', Address: '133-13 CROSSBAY BOULEVARD, OZONE PARK', Month: '10', Price: '2250'}, geometry: { type: 'Point', coordinates:[-73.84328207, 40.67523057]} },
{type: 'Feature',properties:{Name: '4', Address: '133-19 96TH STREET, OZONE PARK', Month: '9', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.84078601, 40.67578159]} },
{type: 'Feature',properties:{Name: '4', Address: '9618 133RD AVENUE, OZONE PARK', Month: '10', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.84064124, 40.67601744]} },
{type: 'Feature',properties:{Name: '4', Address: '94-10 134 AVENUE, OZONE PARK', Month: '9', Price: '1282'}, geometry: { type: 'Point', coordinates:[-73.84273172, 40.67470557]} },
{type: 'Feature',properties:{Name: '4', Address: '94-38 134TH AVENUE, OZONE PARK', Month: '7', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.84177576, 40.67496501]} },
{type: 'Feature',properties:{Name: '4', Address: '95-19 134TH ROAD, OZONE PARK', Month: '9', Price: '1610'}, geometry: { type: 'Point', coordinates:[-73.84110608, 40.67459903]} },
{type: 'Feature',properties:{Name: '4', Address: '94-54 134TH AVENUE, OZONE PARK', Month: '1', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.84128152, 40.67510706]} },
{type: 'Feature',properties:{Name: '4', Address: '96-09 LINDEN BOULEVARD, OZONE PARK', Month: '2', Price: '2300'}, geometry: { type: 'Point', coordinates:[-73.84029633, 40.67401602]} },
{type: 'Feature',properties:{Name: '4', Address: '96-06 134TH ROAD, OZONE PARK', Month: '5', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.84066972, 40.67465881]} },
{type: 'Feature',properties:{Name: '4', Address: '134-28 97TH STREET, OZONE PARK', Month: '7', Price: '1828'}, geometry: { type: 'Point', coordinates:[-73.839332, 40.67475577]} },
{type: 'Feature',properties:{Name: '4', Address: '97-02 134TH AVENUE, OZONE PARK', Month: '7', Price: '1446'}, geometry: { type: 'Point', coordinates:[-73.83948858, 40.67560412]} },
{type: 'Feature',properties:{Name: '4', Address: '97-05 134TH ROAD, OZONE PARK', Month: '3', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.83915126, 40.67495863]} },
{type: 'Feature',properties:{Name: '4', Address: '13354 PECONIC STREET, OZONE PARK', Month: '12', Price: '1593'}, geometry: { type: 'Point', coordinates:[-73.83677338, 40.67582263]} },
{type: 'Feature',properties:{Name: '4', Address: '134-27 HAWTREE STREET, OZONE PARK', Month: '1', Price: '2176'}, geometry: { type: 'Point', coordinates:[-73.8380152, 40.67514368]} },
{type: 'Feature',properties:{Name: '4', Address: '133-09 HAWTREE STREET, OZONE PARK', Month: '6', Price: '2340'}, geometry: { type: 'Point', coordinates:[-73.83863937, 40.67643186]} },
{type: 'Feature',properties:{Name: '4', Address: '105-20 SUTTER AVENUE, OZONE PARK', Month: '3', Price: '990'}, geometry: { type: 'Point', coordinates:[-73.83425099, 40.67678518]} },
{type: 'Feature',properties:{Name: '4', Address: '94-17 PITKIN AVENUE, OZONE PARK', Month: '8', Price: '1380'}, geometry: { type: 'Point', coordinates:[-73.84186129, 40.67234112]} },
{type: 'Feature',properties:{Name: '4', Address: '135-12 96TH STREET, OZONE PARK', Month: '5', Price: '1925'}, geometry: { type: 'Point', coordinates:[-73.84057445, 40.67379682]} },
{type: 'Feature',properties:{Name: '4', Address: '135-05 96TH STREET, OZONE PARK', Month: '10', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.84055639, 40.67380777]} },
{type: 'Feature',properties:{Name: '4', Address: '97-16 LINDEN BOULEVARD, OZONE PARK', Month: '12', Price: '1448'}, geometry: { type: 'Point', coordinates:[-73.83851842, 40.67427154]} },
{type: 'Feature',properties:{Name: '4', Address: '97-29 135TH ROAD, OZONE PARK', Month: '4', Price: '1403'}, geometry: { type: 'Point', coordinates:[-73.83812347, 40.6736095]} },
{type: 'Feature',properties:{Name: '4', Address: '97-27 135TH RD, OZONE PARK', Month: '5', Price: '1490'}, geometry: { type: 'Point', coordinates:[-73.83813791, 40.67360403]} },
{type: 'Feature',properties:{Name: '4', Address: '137-08 94 STREET, OZONE PARK', Month: '5', Price: '1536'}, geometry: { type: 'Point', coordinates:[-73.84205661, 40.67206691]} },
{type: 'Feature',properties:{Name: '4', Address: '137-22 94TH STREET, OZONE PARK', Month: '11', Price: '1752'}, geometry: { type: 'Point', coordinates:[-73.84205661, 40.67206691]} },
{type: 'Feature',properties:{Name: '4', Address: '95-19 149TH AVENUE, OZONE PARK', Month: '9', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.84054162, 40.67093946]} },
{type: 'Feature',properties:{Name: '4', Address: '137-30 96TH PLACE, OZONE PARK', Month: '3', Price: '1592'}, geometry: { type: 'Point', coordinates:[-73.83929787, 40.67246383]} },
{type: 'Feature',properties:{Name: '4', Address: '137-21 96TH PLACE, OZONE PARK', Month: '8', Price: '1608'}, geometry: { type: 'Point', coordinates:[-73.83927622, 40.67246929]} },
{type: 'Feature',properties:{Name: '4', Address: '96-06 ALBERT ROAD, OZONE PARK', Month: '12', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.8389008, 40.66969653]} },
{type: 'Feature',properties:{Name: '4', Address: '150-16 99TH PLACE, OZONE PARK', Month: '4', Price: '1416'}, geometry: { type: 'Point', coordinates:[-73.83512152, 40.66881285]} },
{type: 'Feature',properties:{Name: '4', Address: '150-20 99 PLACE, OZONE PARK', Month: '7', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.83513606, 40.66876621]} },
{type: 'Feature',properties:{Name: '4', Address: '150-24 99TH PLACE, OZONE PARK', Month: '8', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.8351506, 40.66871682]} },
{type: 'Feature',properties:{Name: '4', Address: '150-38 99TH PLACE, OZONE PARK', Month: '6', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.83519787, 40.66854946]} },
{type: 'Feature',properties:{Name: '4', Address: '132-06 114TH STREET, OZONE PARK', Month: '12', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.82537291, 40.67482051]} },
{type: 'Feature',properties:{Name: '4', Address: '94-04 FORBELL STREET, OZONE PARK', Month: '12', Price: '2016'}, geometry: { type: 'Point', coordinates:[-73.86527519, 40.68321004]} },
{type: 'Feature',properties:{Name: '4', Address: '74-27 95TH AVENUE, OZONE PARK', Month: '12', Price: '2732'}, geometry: { type: 'Point', coordinates:[-73.86469671, 40.6822185]} },
{type: 'Feature',properties:{Name: '4', Address: '94-15 FORBELL STREET, OZONE PARK', Month: '3', Price: '1304'}, geometry: { type: 'Point', coordinates:[-73.86522496, 40.68308922]} },
{type: 'Feature',properties:{Name: '4', Address: '94-09 77TH STREET, OZONE PARK', Month: '3', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.86236775, 40.68387084]} },
{type: 'Feature',properties:{Name: '4', Address: '94-21 86TH STREET, OZONE PARK', Month: '8', Price: '3129'}, geometry: { type: 'Point', coordinates:[-73.85546613, 40.68578097]} },
{type: 'Feature',properties:{Name: '4', Address: '95-19 90TH STREET, OZONE PARK', Month: '7', Price: '3060'}, geometry: { type: 'Point', coordinates:[-73.85158656, 40.68571565]} },
{type: 'Feature',properties:{Name: '4', Address: '95-17 90TH STREET, OZONE PARK', Month: '9', Price: '4080'}, geometry: { type: 'Point', coordinates:[-73.85158655, 40.6857184]} },
{type: 'Feature',properties:{Name: '4', Address: '96-06 95TH AVENUE, OZONE PARK', Month: '7', Price: '2992'}, geometry: { type: 'Point', coordinates:[-73.84627142, 40.68743514]} },
{type: 'Feature',properties:{Name: '4', Address: '9727 77 ST, OZONE PARK', Month: '12', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.86098904, 40.681075]} },
{type: 'Feature',properties:{Name: '4', Address: '97-03 82 STREET, OZONE PARK', Month: '12', Price: '3637'}, geometry: { type: 'Point', coordinates:[-73.85773378, 40.68255594]} },
{type: 'Feature',properties:{Name: '4', Address: '85-07 101 AVENUE, OZONE PARK', Month: '6', Price: '3220'}, geometry: { type: 'Point', coordinates:[-73.85433881, 40.68190393]} },
{type: 'Feature',properties:{Name: '4', Address: '97-22A 93RD STREET, OZONE PARK', Month: '4', Price: '4299'}, geometry: { type: 'Point', coordinates:[-73.84837143, 40.68521191]} },
{type: 'Feature',properties:{Name: '4', Address: '102-18 81ST STREET, OZONE PARK', Month: '5', Price: '2092'}, geometry: { type: 'Point', coordinates:[-73.85752991, 40.68009912]} },
{type: 'Feature',properties:{Name: '4', Address: '102-18 81ST STREET, OZONE PARK', Month: '1', Price: '2092'}, geometry: { type: 'Point', coordinates:[-73.85752991, 40.68009912]} },
{type: 'Feature',properties:{Name: '4', Address: '101-18 84TH STREET, OZONE PARK', Month: '1', Price: '2480'}, geometry: { type: 'Point', coordinates:[-73.85527009, 40.68141379]} },
{type: 'Feature',properties:{Name: '4', Address: '87-06 101ST AVENUE, OZONE PARK', Month: '4', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.85265402, 40.6823684]} },
{type: 'Feature',properties:{Name: '4', Address: '88-15 103RD AVENUE, OZONE PARK', Month: '3', Price: '2526'}, geometry: { type: 'Point', coordinates:[-73.85078664, 40.68063678]} },
{type: 'Feature',properties:{Name: '4', Address: '101-29 95TH STREET, OZONE PARK', Month: '11', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.84475446, 40.68387587]} },
{type: 'Feature',properties:{Name: '4', Address: '101-48 98TH STREET, OZONE PARK', Month: '3', Price: '980'}, geometry: { type: 'Point', coordinates:[-73.8431842, 40.68465326]} },
{type: 'Feature',properties:{Name: '4', Address: '103-27 97TH STREET, OZONE PARK', Month: '6', Price: '3100'}, geometry: { type: 'Point', coordinates:[-73.84288735, 40.68209747]} },
{type: 'Feature',properties:{Name: '4', Address: '9420 108TH AVE, OZONE PARK', Month: '2', Price: '1936'}, geometry: { type: 'Point', coordinates:[-73.84375476, 40.67812696]} },
{type: 'Feature',properties:{Name: '4', Address: '108-15 96TH STREET, OZONE PARK', Month: '1', Price: '2959'}, geometry: { type: 'Point', coordinates:[-73.84206678, 40.67842658]} },
{type: 'Feature',properties:{Name: '4', Address: '109-19 97TH STREET, OZONE PARK', Month: '12', Price: '2560'}, geometry: { type: 'Point', coordinates:[-73.84087087, 40.67799125]} },
{type: 'Feature',properties:{Name: '4', Address: '91-58 CHICOT ROAD, OZONE PARK', Month: '1', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.8445026, 40.67591568]} },
{type: 'Feature',properties:{Name: '4', Address: '133-30 88TH STREET, OZONE PARK', Month: '3', Price: '3135'}, geometry: { type: 'Point', coordinates:[-73.84782427, 40.67375723]} },
{type: 'Feature',properties:{Name: '4', Address: '79-19 149TH AVENUE, OZONE PARK', Month: '4', Price: '2392'}, geometry: { type: 'Point', coordinates:[-73.85558228, 40.66877722]} },
{type: 'Feature',properties:{Name: '4', Address: '137-45 82ND STREET, OZONE PARK', Month: '6', Price: '2392'}, geometry: { type: 'Point', coordinates:[-73.85312172, 40.66973752]} },
{type: 'Feature',properties:{Name: '4', Address: '137-43 82ND STREET, OZONE PARK', Month: '7', Price: '2392'}, geometry: { type: 'Point', coordinates:[-73.85312172, 40.66973752]} },
{type: 'Feature',properties:{Name: '4', Address: '107-12 ROCKAWAY BOULEVARD, OZONE PARK', Month: '9', Price: '2840'}, geometry: { type: 'Point', coordinates:[-73.83187128, 40.67832155]} },
{type: 'Feature',properties:{Name: '4', Address: '133-15 HAWTREE STREET, OZONE PARK', Month: '1', Price: '2300'}, geometry: { type: 'Point', coordinates:[-73.83862502, 40.67640439]} },
{type: 'Feature',properties:{Name: '4', Address: '95-14 PITKIN AVENUE, OZONE PARK', Month: '11', Price: '2746'}, geometry: { type: 'Point', coordinates:[-73.84094897, 40.6724524]} },
{type: 'Feature',properties:{Name: '4', Address: '150-15 TAHOE STREET, OZONE PARK', Month: '5', Price: '2244'}, geometry: { type: 'Point', coordinates:[-73.83772768, 40.66884949]} },
{type: 'Feature',properties:{Name: '4', Address: '150-15 TAHOE STREET, OZONE PARK', Month: '9', Price: '2244'}, geometry: { type: 'Point', coordinates:[-73.83772768, 40.66884949]} },
{type: 'Feature',properties:{Name: '4', Address: '97-42 91 STREET, OZONE PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85012492, 40.68470642]} },
{type: 'Feature',properties:{Name: '4', Address: '133-44 87TH STREET, OZONE PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84926989, 40.67375639]} },
{type: 'Feature',properties:{Name: '4', Address: '133-16 87TH STREET, OZONE PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8493341, 40.67406114]} },
{type: 'Feature',properties:{Name: '4', Address: '86-04 DUMONT AVENUE, OZONE PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84994251, 40.67283228]} },
{type: 'Feature',properties:{Name: '4', Address: '85-28 DUMONT AVE, OZONE PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85038252, 40.67274227]} },
{type: 'Feature',properties:{Name: '4', Address: '94-46 MAGNOLIA COURT, OZONE PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84140946, 40.66981804]} },
{type: 'Feature',properties:{Name: '4', Address: '94-52 MAGNOLIA COURT, OZONE PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.841449, 40.6698675]} },
{type: 'Feature',properties:{Name: '4', Address: '95-04 150TH ROAD, OZONE PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84019243, 40.66923447]} },
{type: 'Feature',properties:{Name: '4', Address: '150-05 95TH STREET, OZONE PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84033506, 40.66988518]} },
{type: 'Feature',properties:{Name: '4', Address: '150-45 CENTREVILLE STREET, OZONE PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83905811, 40.66873882]} },
{type: 'Feature',properties:{Name: '4', Address: '150-40 TAHOE STREET, OZONE PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83789761, 40.66864387]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 93RD STREET, OZONE PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84554633, 40.67979271]} },
{type: 'Feature',properties:{Name: '4', Address: '77-05 DUMONT AVENUE, OZONE PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85839169, 40.67156392]} },
{type: 'Feature',properties:{Name: '4', Address: 'SOUTH CONDUIT AVENUE, OZONE PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85286926, 40.6697921]} },
{type: 'Feature',properties:{Name: '4', Address: 'ECKFORD AVENUE, OZONE PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83612466, 40.66986828]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A HURON STREET, OZONE PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83603515, 40.66962112]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A HURON STREET, OZONE PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83627308, 40.66961597]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A WOODHAVEN BOULEVARD, OZONE PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8481168, 40.68777794]} },
{type: 'Feature',properties:{Name: '4', Address: '109-12 97TH STREET, OZONE PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84088891, 40.67798579]} },
{type: 'Feature',properties:{Name: '4', Address: '103-48 101ST STREET, OZONE PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84009598, 40.68240104]} },
{type: 'Feature',properties:{Name: '4', Address: '103-48 101ST STREET, OZONE PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84009598, 40.68240104]} },
{type: 'Feature',properties:{Name: '4', Address: '95-23 75TH STREET, OZONE PARK', Month: '12', Price: '3100'}, geometry: { type: 'Point', coordinates:[-73.86359688, 40.68229131]} },
{type: 'Feature',properties:{Name: '4', Address: '89-02 95TH AVENUE, OZONE PARK', Month: '1', Price: '2550'}, geometry: { type: 'Point', coordinates:[-73.85239067, 40.68569473]} },
{type: 'Feature',properties:{Name: '4', Address: '94-01 101ST AVENUE, OZONE PARK', Month: '8', Price: '7500'}, geometry: { type: 'Point', coordinates:[-73.84671183, 40.68407612]} },
{type: 'Feature',properties:{Name: '4', Address: '109-21 CENTREVILLE STREET, OZONE PARK', Month: '3', Price: '3360'}, geometry: { type: 'Point', coordinates:[-73.83452864, 40.67821561]} },
{type: 'Feature',properties:{Name: '4', Address: '109-19 CENTREVILLE ST, OZONE PARK', Month: '8', Price: '3360'}, geometry: { type: 'Point', coordinates:[-73.83450692, 40.67825401]} },
{type: 'Feature',properties:{Name: '4', Address: '109-17 CENTERVILLE ST, OZONE PARK', Month: '1', Price: '3360'}, geometry: { type: 'Point', coordinates:[-73.83448879, 40.67829241]} },
{type: 'Feature',properties:{Name: '4', Address: '93-02 95TH AVENUE, OZONE PARK', Month: '7', Price: '13096'}, geometry: { type: 'Point', coordinates:[-73.84891976, 40.68668383]} },
{type: 'Feature',properties:{Name: '4', Address: '93-02 LIBERTY AVENUE, OZONE PARK', Month: '3', Price: '5880'}, geometry: { type: 'Point', coordinates:[-73.84572207, 40.68019368]} },
{type: 'Feature',properties:{Name: '4', Address: '94-09 101ST AVENUE, OZONE PARK', Month: '5', Price: '1932'}, geometry: { type: 'Point', coordinates:[-73.84667937, 40.68408431]} },
{type: 'Feature',properties:{Name: '4', Address: '78-01 101ST AVENUE, OZONE PARK', Month: '3', Price: '2560'}, geometry: { type: 'Point', coordinates:[-73.85961317, 40.68040635]} },
{type: 'Feature',properties:{Name: '4', Address: '84-12 97TH AVENUE, OZONE PARK', Month: '7', Price: '10940'}, geometry: { type: 'Point', coordinates:[-73.85603393, 40.68331962]} },
{type: 'Feature',properties:{Name: '4', Address: '95-01 101 AVENUE, OZONE PARK', Month: '1', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.84579181, 40.6843329]} },
{type: 'Feature',properties:{Name: '4', Address: '89-20 101 AVENUE, OZONE PARK', Month: '4', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.85087539, 40.68287114]} },
{type: 'Feature',properties:{Name: '4', Address: '103-54 94TH STREET, OZONE PARK', Month: '12', Price: '30245'}, geometry: { type: 'Point', coordinates:[-73.84515839, 40.68072816]} },
{type: 'Feature',properties:{Name: '4', Address: '105-26 CROSS BAY BOULEVARD, OZONE PARK', Month: '12', Price: '1024'}, geometry: { type: 'Point', coordinates:[-73.84443977, 40.67967045]} },
{type: 'Feature',properties:{Name: '4', Address: '107-03 ROCKAWAY BOULEVARD, OZONE PARK', Month: '11', Price: '2120'}, geometry: { type: 'Point', coordinates:[-73.83195051, 40.67835735]} },
{type: 'Feature',properties:{Name: '4', Address: '107-01 ROCKAWAY BOULEVARD, OZONE PARK', Month: '7', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.83215589, 40.67840431]} },
{type: 'Feature',properties:{Name: '4', Address: '150-03 CROSS BAY BLVD, OZONE PARK', Month: '3', Price: '4741'}, geometry: { type: 'Point', coordinates:[-73.84264537, 40.67004756]} },
{type: 'Feature',properties:{Name: '4', Address: '150-03 CROSS BAY BLVD, OZONE PARK', Month: '9', Price: '4741'}, geometry: { type: 'Point', coordinates:[-73.84264537, 40.67004756]} },
{type: 'Feature',properties:{Name: '4', Address: '150-13 CROSS BAY BOULEVARD, OZONE PARK', Month: '3', Price: '4446'}, geometry: { type: 'Point', coordinates:[-73.8426275, 40.6699844]} },
{type: 'Feature',properties:{Name: '4', Address: '150-13 CROSS BAY BLVD, OZONE PARK', Month: '6', Price: '4446'}, geometry: { type: 'Point', coordinates:[-73.8426275, 40.6699844]} },
{type: 'Feature',properties:{Name: '4', Address: '150-19 CROSS BAY BOULEVARD, OZONE PARK', Month: '4', Price: '6738'}, geometry: { type: 'Point', coordinates:[-73.84261317, 40.66994596]} },
{type: 'Feature',properties:{Name: '4', Address: '150-19 CROSS BAY BLVD., OZONE PARK', Month: '3', Price: '6738'}, geometry: { type: 'Point', coordinates:[-73.84261317, 40.66994596]} },
{type: 'Feature',properties:{Name: '4', Address: '150-29 CROSS BAY BOULEVARD, OZONE PARK', Month: '7', Price: '5080'}, geometry: { type: 'Point', coordinates:[-73.8425953, 40.66988006]} },
{type: 'Feature',properties:{Name: '4', Address: '150-29 CROSS BAY BLVD, OZONE PARK', Month: '1', Price: '5080'}, geometry: { type: 'Point', coordinates:[-73.8425953, 40.66988006]} },
{type: 'Feature',properties:{Name: '4', Address: '82-02 ROCKAWAY BOULEVARD, OZONE PARK', Month: '1', Price: '3925'}, geometry: { type: 'Point', coordinates:[-73.85796496, 40.68404939]} },
{type: 'Feature',properties:{Name: '4', Address: '84-23 ROCKAWAY BOULEVARD, OZONE PARK', Month: '11', Price: '2892'}, geometry: { type: 'Point', coordinates:[-73.85616312, 40.68360524]} },
{type: 'Feature',properties:{Name: '4', Address: '91-16 LIBERTY AVENUE, OZONE PARK', Month: '12', Price: '1100'}, geometry: { type: 'Point', coordinates:[-73.84757911, 40.68007539]} },
{type: 'Feature',properties:{Name: '4', Address: '78-15 LINDEN BLVD, OZONE PARK', Month: '6', Price: '1860'}, geometry: { type: 'Point', coordinates:[-73.85702453, 40.67029963]} },
{type: 'Feature',properties:{Name: '4', Address: 'CENTREVILLE STREET, OZONE PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83769185, 40.67320815]} },
{type: 'Feature',properties:{Name: '4', Address: '109-10 98TH STREET, OZONE PARK', Month: '11', Price: '5100'}, geometry: { type: 'Point', coordinates:[-73.83998724, 40.67813276]} },
{type: 'Feature',properties:{Name: '4', Address: 'POWER ROAD, OZONE PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84244532, 40.68453697]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A POWER ROAD, OZONE PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84241303, 40.68447105]} },
{type: 'Feature',properties:{Name: '4', Address: '95-04 150TH ROAD, OZONE PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84019243, 40.66923447]} },
{type: 'Feature',properties:{Name: '4', Address: '150-05 95TH STREET, OZONE PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84033506, 40.66988518]} },
{type: 'Feature',properties:{Name: '4', Address: '150-15 95TH STREET, OZONE PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84037525, 40.66966016]} },
{type: 'Feature',properties:{Name: '4', Address: '150-45 CENTREVILLE STREET, OZONE PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83905811, 40.66873882]} },
{type: 'Feature',properties:{Name: '4', Address: '82-32 242 STREET, QUEENS VILLAGE', Month: '12', Price: '2862'}, geometry: { type: 'Point', coordinates:[-73.72571041, 40.73692155]} },
{type: 'Feature',properties:{Name: '4', Address: '81-19 229 STREET, QUEENS VILLAGE', Month: '9', Price: '1175'}, geometry: { type: 'Point', coordinates:[-73.74152693, 40.73490505]} },
{type: 'Feature',properties:{Name: '4', Address: '80-48 231ST STREET, QUEENS VILLAGE', Month: '3', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.74022143, 40.73656819]} },
{type: 'Feature',properties:{Name: '4', Address: '80-45 230TH STREET, QUEENS VILLAGE', Month: '2', Price: '1140'}, geometry: { type: 'Point', coordinates:[-73.74093124, 40.73591104]} },
{type: 'Feature',properties:{Name: '4', Address: '80-22 232ND STREET, QUEENS VILLAGE', Month: '8', Price: '1932'}, geometry: { type: 'Point', coordinates:[-73.7392614, 40.73661542]} },
{type: 'Feature',properties:{Name: '4', Address: '80-46 232ND STREET, QUEENS VILLAGE', Month: '4', Price: '1275'}, geometry: { type: 'Point', coordinates:[-73.73913284, 40.73627204]} },
{type: 'Feature',properties:{Name: '4', Address: '80-44 233RD STREET, QUEENS VILLAGE', Month: '1', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.73824787, 40.73650334]} },
{type: 'Feature',properties:{Name: '4', Address: '80-39 232 STREET, QUEENS VILLAGE', Month: '5', Price: '1130'}, geometry: { type: 'Point', coordinates:[-73.73915403, 40.73639011]} },
{type: 'Feature',properties:{Name: '4', Address: '80-39 232 STREET, QUEENS VILLAGE', Month: '2', Price: '1130'}, geometry: { type: 'Point', coordinates:[-73.73915403, 40.73639011]} },
{type: 'Feature',properties:{Name: '4', Address: '233-15 SEWARD AVENUE, QUEENS VILLAGE', Month: '9', Price: '1443'}, geometry: { type: 'Point', coordinates:[-73.73761317, 40.73548907]} },
{type: 'Feature',properties:{Name: '4', Address: '80-22 235TH STREET, QUEENS VILLAGE', Month: '2', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.73654911, 40.73720761]} },
{type: 'Feature',properties:{Name: '4', Address: '80-34 235TH STREET, QUEENS VILLAGE', Month: '8', Price: '1256'}, geometry: { type: 'Point', coordinates:[-73.73648484, 40.73703729]} },
{type: 'Feature',properties:{Name: '4', Address: '80-51 235TH STREET, QUEENS VILLAGE', Month: '9', Price: '1555'}, geometry: { type: 'Point', coordinates:[-73.73638108, 40.73681198]} },
{type: 'Feature',properties:{Name: '4', Address: '80-47 235TH STREET, QUEENS VILLAGE', Month: '9', Price: '1611'}, geometry: { type: 'Point', coordinates:[-73.7364025, 40.73686967]} },
{type: 'Feature',properties:{Name: '4', Address: '236-07 SEWARD AVE, QUEENS VILLAGE', Month: '12', Price: '1427'}, geometry: { type: 'Point', coordinates:[-73.73497681, 40.7360512]} },
{type: 'Feature',properties:{Name: '4', Address: '234-08 SEWARD AVENUE, QUEENS VILLAGE', Month: '8', Price: '1650'}, geometry: { type: 'Point', coordinates:[-73.73674287, 40.73566001]} },
{type: 'Feature',properties:{Name: '4', Address: '232-05 87TH AVENUE, QUEENS VILLAGE', Month: '3', Price: '1094'}, geometry: { type: 'Point', coordinates:[-73.73713132, 40.73140651]} },
{type: 'Feature',properties:{Name: '4', Address: '86-45 232 STREET, QUEENS VILLAGE', Month: '4', Price: '1268'}, geometry: { type: 'Point', coordinates:[-73.73763296, 40.73229421]} },
{type: 'Feature',properties:{Name: '4', Address: '230-01 88TH AVENUE, QUEENS VILLAGE', Month: '10', Price: '1480'}, geometry: { type: 'Point', coordinates:[-73.73842703, 40.73039115]} },
{type: 'Feature',properties:{Name: '4', Address: '230-03 88TH AVE, QUEENS VILLAGE', Month: '1', Price: '1480'}, geometry: { type: 'Point', coordinates:[-73.73837291, 40.73038828]} },
{type: 'Feature',properties:{Name: '4', Address: '230-09 87 AVENUE, QUEENS VILLAGE', Month: '5', Price: '1603'}, geometry: { type: 'Point', coordinates:[-73.73852032, 40.73144261]} },
{type: 'Feature',properties:{Name: '4', Address: '88-17 BILLINGS STREET, QUEENS VILLAGE', Month: '2', Price: '1530'}, geometry: { type: 'Point', coordinates:[-73.73868446, 40.73007059]} },
{type: 'Feature',properties:{Name: '4', Address: '88-28 ASHFORD STREET, QUEENS VILLAGE', Month: '4', Price: '1530'}, geometry: { type: 'Point', coordinates:[-73.73780116, 40.72989567]} },
{type: 'Feature',properties:{Name: '4', Address: '88-36 WINCHESTER BLVD, QUEENS VILLAGE', Month: '3', Price: '1514'}, geometry: { type: 'Point', coordinates:[-73.73691487, 40.72956702]} },
{type: 'Feature',properties:{Name: '4', Address: '86-40 MUSKET, QUEENS VILLAGE', Month: '9', Price: '1140'}, geometry: { type: 'Point', coordinates:[-73.73465254, 40.73230385]} },
{type: 'Feature',properties:{Name: '4', Address: '86-59 MUSKET STREET, QUEENS VILLAGE', Month: '7', Price: '1140'}, geometry: { type: 'Point', coordinates:[-73.73474754, 40.73200489]} },
{type: 'Feature',properties:{Name: '4', Address: '86-01 RANGE STREET, QUEENS VILLAGE', Month: '2', Price: '1514'}, geometry: { type: 'Point', coordinates:[-73.73332282, 40.73277837]} },
{type: 'Feature',properties:{Name: '4', Address: '86-36 239TH STREET, QUEENS VILLAGE', Month: '6', Price: '840'}, geometry: { type: 'Point', coordinates:[-73.72685021, 40.73175587]} },
{type: 'Feature',properties:{Name: '4', Address: '237-15 88TH AVENUE, QUEENS VILLAGE', Month: '5', Price: '1556'}, geometry: { type: 'Point', coordinates:[-73.72890958, 40.73020445]} },
{type: 'Feature',properties:{Name: '4', Address: '88-30 SABRE STREET, QUEENS VILLAGE', Month: '5', Price: '1321'}, geometry: { type: 'Point', coordinates:[-73.7358312, 40.72988293]} },
{type: 'Feature',properties:{Name: '4', Address: '88-07 SABRE STREET, QUEENS VILLAGE', Month: '10', Price: '1321'}, geometry: { type: 'Point', coordinates:[-73.73567467, 40.73023116]} },
{type: 'Feature',properties:{Name: '4', Address: '88-54 RANSOM STREET, QUEENS VILLAGE', Month: '12', Price: '1512'}, geometry: { type: 'Point', coordinates:[-73.7350429, 40.72941176]} },
{type: 'Feature',properties:{Name: '4', Address: '89-50 MOLINE STREET, QUEENS VILLAGE', Month: '7', Price: '1422'}, geometry: { type: 'Point', coordinates:[-73.73352513, 40.72820331]} },
{type: 'Feature',properties:{Name: '4', Address: '88-26 LYMAN STREET, QUEENS VILLAGE', Month: '1', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.73188744, 40.72991224]} },
{type: 'Feature',properties:{Name: '4', Address: '88-16 GETTYSBURG STREET, QUEENS VILLAGE', Month: '2', Price: '1516'}, geometry: { type: 'Point', coordinates:[-73.73087354, 40.72992085]} },
{type: 'Feature',properties:{Name: '4', Address: '89-34 GETTYSBURG STREET, QUEENS VILLAGE', Month: '2', Price: '1460'}, geometry: { type: 'Point', coordinates:[-73.73160295, 40.72798475]} },
{type: 'Feature',properties:{Name: '4', Address: '89-05 LYMAN STREET, QUEENS VILLAGE', Month: '11', Price: '1460'}, geometry: { type: 'Point', coordinates:[-73.73225591, 40.72890302]} },
{type: 'Feature',properties:{Name: '4', Address: '212-31 JAMAICA AVENUE, QUEENS VILLAGE', Month: '7', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.74588608, 40.71591272]} },
{type: 'Feature',properties:{Name: '4', Address: '94-31 212 PLACE, QUEENS VILLAGE', Month: '11', Price: '1203'}, geometry: { type: 'Point', coordinates:[-73.74616709, 40.71695636]} },
{type: 'Feature',properties:{Name: '4', Address: '214-19 JAMAICA AVE, QUEENS VILLAGE', Month: '7', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.74319623, 40.71653531]} },
{type: 'Feature',properties:{Name: '4', Address: '94-31 214TH STREET, QUEENS VILLAGE', Month: '10', Price: '1606'}, geometry: { type: 'Point', coordinates:[-73.74446255, 40.71743841]} },
{type: 'Feature',properties:{Name: '4', Address: '9409 VANDERVEER STREET, QUEENS VILLAGE', Month: '12', Price: '1594'}, geometry: { type: 'Point', coordinates:[-73.74233627, 40.71783166]} },
{type: 'Feature',properties:{Name: '4', Address: '94-36 215TH STREET, QUEENS VILLAGE', Month: '11', Price: '1529'}, geometry: { type: 'Point', coordinates:[-73.74131155, 40.71788426]} },
{type: 'Feature',properties:{Name: '4', Address: '94-37 215TH STREET, QUEENS VILLAGE', Month: '2', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.74129349, 40.71789245]} },
{type: 'Feature',properties:{Name: '4', Address: '94-44 217TH STREET, QUEENS VILLAGE', Month: '5', Price: '1364'}, geometry: { type: 'Point', coordinates:[-73.73868163, 40.71883076]} },
{type: 'Feature',properties:{Name: '4', Address: '93-25 212TH STREET, QUEENS VILLAGE', Month: '11', Price: '1900'}, geometry: { type: 'Point', coordinates:[-73.74776448, 40.71808797]} },
{type: 'Feature',properties:{Name: '4', Address: '93-15 212TH STREET, QUEENS VILLAGE', Month: '8', Price: '1418'}, geometry: { type: 'Point', coordinates:[-73.74785403, 40.71825834]} },
{type: 'Feature',properties:{Name: '4', Address: '93-23 213TH STREET, QUEENS VILLAGE', Month: '1', Price: '1184'}, geometry: { type: 'Point', coordinates:[-73.74616739, 40.71877065]} },
{type: 'Feature',properties:{Name: '4', Address: '93-23 213TH STREET, QUEENS VILLAGE', Month: '10', Price: '1184'}, geometry: { type: 'Point', coordinates:[-73.74616739, 40.71877065]} },
{type: 'Feature',properties:{Name: '4', Address: '93-49 213TH STREET, QUEENS VILLAGE', Month: '10', Price: '1448'}, geometry: { type: 'Point', coordinates:[-73.74602412, 40.71850135]} },
{type: 'Feature',properties:{Name: '4', Address: '93-08 214TH STREET, QUEENS VILLAGE', Month: '7', Price: '1088'}, geometry: { type: 'Point', coordinates:[-73.74541187, 40.71917795]} },
{type: 'Feature',properties:{Name: '4', Address: '93-46 214TH PLACE, QUEENS VILLAGE', Month: '8', Price: '1184'}, geometry: { type: 'Point', coordinates:[-73.74426153, 40.71906012]} },
{type: 'Feature',properties:{Name: '4', Address: '9346 214 PLACE, QUEENS VILLAGE', Month: '4', Price: '1184'}, geometry: { type: 'Point', coordinates:[-73.74426153, 40.71906012]} },
{type: 'Feature',properties:{Name: '4', Address: '9323 214 STREET, QUEENS VILLAGE', Month: '2', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.745315, 40.7190405]} },
{type: 'Feature',properties:{Name: '4', Address: '93-23 214TH STREET, QUEENS VILLAGE', Month: '1', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.745315, 40.7190405]} },
{type: 'Feature',properties:{Name: '4', Address: '94-11 214TH PLACE, QUEENS VILLAGE', Month: '7', Price: '1188'}, geometry: { type: 'Point', coordinates:[-73.74366678, 40.71799657]} },
{type: 'Feature',properties:{Name: '4', Address: '93-67 VANDERVEER STREET, QUEENS VILLAGE', Month: '12', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.74299289, 40.71874988]} },
{type: 'Feature',properties:{Name: '4', Address: '93-13 VANDERVEER STREET, QUEENS VILLAGE', Month: '6', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.74349888, 40.71944269]} },
{type: 'Feature',properties:{Name: '4', Address: '93-49 215TH STREET, QUEENS VILLAGE', Month: '10', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.74223704, 40.71923676]} },
{type: 'Feature',properties:{Name: '4', Address: '93-14 215TH PLACE, QUEENS VILLAGE', Month: '3', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.74168593, 40.71995191]} },
{type: 'Feature',properties:{Name: '4', Address: '93-09 215TH PLACE, QUEENS VILLAGE', Month: '11', Price: '1700'}, geometry: { type: 'Point', coordinates:[-73.74171449, 40.72002883]} },
{type: 'Feature',properties:{Name: '4', Address: '93-25 216TH STREET, QUEENS VILLAGE', Month: '11', Price: '1716'}, geometry: { type: 'Point', coordinates:[-73.740729, 40.7201913]} },
{type: 'Feature',properties:{Name: '4', Address: '93-10 217TH STREET, QUEENS VILLAGE', Month: '3', Price: '1752'}, geometry: { type: 'Point', coordinates:[-73.74003051, 40.72076338]} },
{type: 'Feature',properties:{Name: '4', Address: '93-34 217 STREET, QUEENS VILLAGE', Month: '10', Price: '1752'}, geometry: { type: 'Point', coordinates:[-73.73984753, 40.72050496]} },
{type: 'Feature',properties:{Name: '4', Address: '92-21 212TH PLACE, QUEENS VILLAGE', Month: '9', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.74779338, 40.71998467]} },
{type: 'Feature',properties:{Name: '4', Address: '92-18 215TH STREET, QUEENS VILLAGE', Month: '10', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.74388245, 40.72101356]} },
{type: 'Feature',properties:{Name: '4', Address: '92-22 215TH STREET, QUEENS VILLAGE', Month: '12', Price: '1136'}, geometry: { type: 'Point', coordinates:[-73.74381775, 40.72095303]} },
{type: 'Feature',properties:{Name: '4', Address: '92-28 215TH STREET, QUEENS VILLAGE', Month: '1', Price: '1136'}, geometry: { type: 'Point', coordinates:[-73.74372429, 40.72086499]} },
{type: 'Feature',properties:{Name: '4', Address: '92-34 215TH STREET, QUEENS VILLAGE', Month: '12', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.74362723, 40.72077419]} },
{type: 'Feature',properties:{Name: '4', Address: '92-14 215TH PLACE, QUEENS VILLAGE', Month: '5', Price: '1088'}, geometry: { type: 'Point', coordinates:[-73.74318074, 40.72148958]} },
{type: 'Feature',properties:{Name: '4', Address: '92-61 215TH STREET, QUEENS VILLAGE', Month: '10', Price: '1328'}, geometry: { type: 'Point', coordinates:[-73.74308075, 40.7202899]} },
{type: 'Feature',properties:{Name: '4', Address: '9215 215TH STREET, QUEENS VILLAGE', Month: '1', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.74390752, 40.72106302]} },
{type: 'Feature',properties:{Name: '4', Address: '92-36 216TH STREET, QUEENS VILLAGE', Month: '11', Price: '1691'}, geometry: { type: 'Point', coordinates:[-73.74208004, 40.72158594]} },
{type: 'Feature',properties:{Name: '4', Address: '9258 216, QUEENS VILLAGE', Month: '2', Price: '1579'}, geometry: { type: 'Point', coordinates:[-73.74170752, 40.72089616]} },
{type: 'Feature',properties:{Name: '4', Address: '92-33 215TH PLACE, QUEENS VILLAGE', Month: '11', Price: '1296'}, geometry: { type: 'Point', coordinates:[-73.74283197, 40.72118688]} },
{type: 'Feature',properties:{Name: '4', Address: '9251 216TH, QUEENS VILLAGE', Month: '8', Price: '1550'}, geometry: { type: 'Point', coordinates:[-73.74140289, 40.72130719]} },
{type: 'Feature',properties:{Name: '4', Address: '92-24 218TH STREET, QUEENS VILLAGE', Month: '2', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.74074452, 40.72269182]} },
{type: 'Feature',properties:{Name: '4', Address: '92-38 218TH STREET, QUEENS VILLAGE', Month: '12', Price: '1978'}, geometry: { type: 'Point', coordinates:[-73.74056121, 40.72251849]} },
{type: 'Feature',properties:{Name: '4', Address: '92-37 217TH STREET, QUEENS VILLAGE', Month: '2', Price: '1720'}, geometry: { type: 'Point', coordinates:[-73.74130254, 40.72206453]} },
{type: 'Feature',properties:{Name: '4', Address: '91-12 213TH STREET, QUEENS VILLAGE', Month: '7', Price: '1136'}, geometry: { type: 'Point', coordinates:[-73.74751453, 40.7212192]} },
{type: 'Feature',properties:{Name: '4', Address: '91-11 213TH STREET, QUEENS VILLAGE', Month: '2', Price: '1136'}, geometry: { type: 'Point', coordinates:[-73.74750004, 40.72123564]} },
{type: 'Feature',properties:{Name: '4', Address: '91-21 214TH STREET, QUEENS VILLAGE', Month: '3', Price: '992'}, geometry: { type: 'Point', coordinates:[-73.74667624, 40.72156869]} },
{type: 'Feature',properties:{Name: '4', Address: '91-11 214TH STREET, QUEENS VILLAGE', Month: '2', Price: '992'}, geometry: { type: 'Point', coordinates:[-73.74670845, 40.72163464]} },
{type: 'Feature',properties:{Name: '4', Address: '91-09 VANDERVEER STREET, QUEENS VILLAGE', Month: '2', Price: '1136'}, geometry: { type: 'Point', coordinates:[-73.74601838, 40.7219021]} },
{type: 'Feature',properties:{Name: '4', Address: '91-12 215TH STREET, QUEENS VILLAGE', Month: '3', Price: '1040'}, geometry: { type: 'Point', coordinates:[-73.74521608, 40.72226813]} },
{type: 'Feature',properties:{Name: '4', Address: '91-07 215TH STREET, QUEENS VILLAGE', Month: '4', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.74524834, 40.7223231]} },
{type: 'Feature',properties:{Name: '4', Address: '91-30 217TH STREET, QUEENS VILLAGE', Month: '5', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.74284475, 40.72348428]} },
{type: 'Feature',properties:{Name: '4', Address: '91-25 217TH STREET, QUEENS VILLAGE', Month: '1', Price: '1714'}, geometry: { type: 'Point', coordinates:[-73.742877, 40.72354199]} },
{type: 'Feature',properties:{Name: '4', Address: '91-25 217 STREET, QUEENS VILLAGE', Month: '4', Price: '1714'}, geometry: { type: 'Point', coordinates:[-73.742877, 40.72354199]} },
{type: 'Feature',properties:{Name: '4', Address: '90-17 212TH STREET, QUEENS VILLAGE', Month: '11', Price: '1726'}, geometry: { type: 'Point', coordinates:[-73.74980531, 40.72123518]} },
{type: 'Feature',properties:{Name: '4', Address: '90-39 212TH PLACE, QUEENS VILLAGE', Month: '4', Price: '1364'}, geometry: { type: 'Point', coordinates:[-73.74906797, 40.72160138]} },
{type: 'Feature',properties:{Name: '4', Address: '90-32 213TH STREET, QUEENS VILLAGE', Month: '6', Price: '1388'}, geometry: { type: 'Point', coordinates:[-73.74844939, 40.72204742]} },
{type: 'Feature',properties:{Name: '4', Address: '90-36 213TH STREET, QUEENS VILLAGE', Month: '9', Price: '1658'}, geometry: { type: 'Point', coordinates:[-73.74841341, 40.7220199]} },
{type: 'Feature',properties:{Name: '4', Address: '90-01 213TH ST, QUEENS VILLAGE', Month: '7', Price: '1334'}, geometry: { type: 'Point', coordinates:[-73.74870822, 40.72228953]} },
{type: 'Feature',properties:{Name: '4', Address: '90-21 214TH STREET, QUEENS VILLAGE', Month: '8', Price: '1008'}, geometry: { type: 'Point', coordinates:[-73.74780179, 40.72252909]} },
{type: 'Feature',properties:{Name: '4', Address: '90-21 214TH STREET, QUEENS VILLAGE', Month: '7', Price: '1008'}, geometry: { type: 'Point', coordinates:[-73.74780179, 40.72252909]} },
{type: 'Feature',properties:{Name: '4', Address: '90-06 VANDERVEER STREET, QUEENS VILLAGE', Month: '6', Price: '1357'}, geometry: { type: 'Point', coordinates:[-73.74717237, 40.72297236]} },
{type: 'Feature',properties:{Name: '4', Address: '90-12 VANDERVEER STREET, QUEENS VILLAGE', Month: '10', Price: '1357'}, geometry: { type: 'Point', coordinates:[-73.74712205, 40.72292284]} },
{type: 'Feature',properties:{Name: '4', Address: '90-30 VANDERVEER STREET, QUEENS VILLAGE', Month: '3', Price: '1357'}, geometry: { type: 'Point', coordinates:[-73.74696746, 40.72277978]} },
{type: 'Feature',properties:{Name: '4', Address: '90-04 215TH STREET, QUEENS VILLAGE', Month: '11', Price: '1155'}, geometry: { type: 'Point', coordinates:[-73.74645629, 40.72343465]} },
{type: 'Feature',properties:{Name: '4', Address: '90-19 215TH STREET, QUEENS VILLAGE', Month: '2', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.74632319, 40.7233328]} },
{type: 'Feature',properties:{Name: '4', Address: '90-13 215TH STREET, QUEENS VILLAGE', Month: '2', Price: '1610'}, geometry: { type: 'Point', coordinates:[-73.74637351, 40.72338232]} },
{type: 'Feature',properties:{Name: '4', Address: '90-12 215TH PLACE, QUEENS VILLAGE', Month: '12', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.74566112, 40.72381991]} },
{type: 'Feature',properties:{Name: '4', Address: '90-13 216TH STREET, QUEENS VILLAGE', Month: '10', Price: '1452'}, geometry: { type: 'Point', coordinates:[-73.74491254, 40.72428212]} },
{type: 'Feature',properties:{Name: '4', Address: '90-10 218TH STREET, QUEENS VILLAGE', Month: '10', Price: '1276'}, geometry: { type: 'Point', coordinates:[-73.74343336, 40.72521754]} },
{type: 'Feature',properties:{Name: '4', Address: '90-34 218TH STREET, QUEENS VILLAGE', Month: '4', Price: '1165'}, geometry: { type: 'Point', coordinates:[-73.74322844, 40.7250277]} },
{type: 'Feature',properties:{Name: '4', Address: '89-36 212TH PLACE, QUEENS VILLAGE', Month: '7', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.75097061, 40.72315356]} },
{type: 'Feature',properties:{Name: '4', Address: '89-24 213TH STREET, QUEENS VILLAGE', Month: '9', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.7504597, 40.72374807]} },
{type: 'Feature',properties:{Name: '4', Address: '89-31 213TH STREET, QUEENS VILLAGE', Month: '2', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.75034452, 40.72367645]} },
{type: 'Feature',properties:{Name: '4', Address: '89-19 213TH STREET, QUEENS VILLAGE', Month: '9', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.75054233, 40.72384157]} },
{type: 'Feature',properties:{Name: '4', Address: '21306 89TH AVENUE, QUEENS VILLAGE', Month: '12', Price: '1584'}, geometry: { type: 'Point', coordinates:[-73.75103427, 40.72446295]} },
{type: 'Feature',properties:{Name: '4', Address: '89-58 214TH STREET, QUEENS VILLAGE', Month: '5', Price: '1325'}, geometry: { type: 'Point', coordinates:[-73.74915025, 40.72370405]} },
{type: 'Feature',properties:{Name: '4', Address: '89-37 214TH STREET, QUEENS VILLAGE', Month: '9', Price: '1170'}, geometry: { type: 'Point', coordinates:[-73.74949176, 40.72403142]} },
{type: 'Feature',properties:{Name: '4', Address: '8920 VANDERVEER ST, QUEENS VILLAGE', Month: '5', Price: '1309'}, geometry: { type: 'Point', coordinates:[-73.74899142, 40.72468633]} },
{type: 'Feature',properties:{Name: '4', Address: '8930 VANDERVEER STREET, QUEENS VILLAGE', Month: '5', Price: '1156'}, geometry: { type: 'Point', coordinates:[-73.74882964, 40.72453502]} },
{type: 'Feature',properties:{Name: '4', Address: '89-08 215 STREET, QUEENS VILLAGE', Month: '4', Price: '1290'}, geometry: { type: 'Point', coordinates:[-73.74845868, 40.72531921]} },
{type: 'Feature',properties:{Name: '4', Address: '89-96 215 PLACE, QUEENS VILLAGE', Month: '12', Price: '1465'}, geometry: { type: 'Point', coordinates:[-73.74631178, 40.72443343]} },
{type: 'Feature',properties:{Name: '4', Address: '89-29 215TH STREET, QUEENS VILLAGE', Month: '7', Price: '1278'}, geometry: { type: 'Point', coordinates:[-73.74812065, 40.72502753]} },
{type: 'Feature',properties:{Name: '4', Address: '8960 215TH PLACE, QUEENS VILLAGE', Month: '1', Price: '1240'}, geometry: { type: 'Point', coordinates:[-73.74689057, 40.72497817]} },
{type: 'Feature',properties:{Name: '4', Address: '89-90 216 STREET, QUEENS VILLAGE', Month: '4', Price: '1240'}, geometry: { type: 'Point', coordinates:[-73.74568914, 40.72498375]} },
{type: 'Feature',properties:{Name: '4', Address: '8969 215TH PLACE, QUEENS VILLAGE', Month: '8', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.74674667, 40.72486806]} },
{type: 'Feature',properties:{Name: '4', Address: '89-63 215TH PLACE, QUEENS VILLAGE', Month: '9', Price: '1340'}, geometry: { type: 'Point', coordinates:[-73.74684374, 40.72495885]} },
{type: 'Feature',properties:{Name: '4', Address: '89-02 216 STREET, QUEENS VILLAGE', Month: '1', Price: '1705'}, geometry: { type: 'Point', coordinates:[-73.74714152, 40.72634836]} },
{type: 'Feature',properties:{Name: '4', Address: '89-58 217TH STREET, QUEENS VILLAGE', Month: '4', Price: '1683'}, geometry: { type: 'Point', coordinates:[-73.74548334, 40.72596867]} },
{type: 'Feature',properties:{Name: '4', Address: '89-71 216TH STREET, QUEENS VILLAGE', Month: '8', Price: '1725'}, geometry: { type: 'Point', coordinates:[-73.7460018, 40.72530558]} },
{type: 'Feature',properties:{Name: '4', Address: '89-87 216 STREET, QUEENS VILLAGE', Month: '11', Price: '1160'}, geometry: { type: 'Point', coordinates:[-73.74573576, 40.72505797]} },
{type: 'Feature',properties:{Name: '4', Address: '89-48 217TH STREET, QUEENS VILLAGE', Month: '2', Price: '1683'}, geometry: { type: 'Point', coordinates:[-73.74564871, 40.72612549]} },
{type: 'Feature',properties:{Name: '4', Address: '89-17 216 STREET, QUEENS VILLAGE', Month: '8', Price: '1486'}, geometry: { type: 'Point', coordinates:[-73.74689336, 40.72614195]} },
{type: 'Feature',properties:{Name: '4', Address: '89-49 217 ST, QUEENS VILLAGE', Month: '2', Price: '1638'}, geometry: { type: 'Point', coordinates:[-73.74563423, 40.72613644]} },
{type: 'Feature',properties:{Name: '4', Address: '8939 217 STREET, QUEENS VILLAGE', Month: '3', Price: '1638'}, geometry: { type: 'Point', coordinates:[-73.7458032, 40.72629601]} },
{type: 'Feature',properties:{Name: '4', Address: '89-23 217TH STREET, QUEENS VILLAGE', Month: '4', Price: '1869'}, geometry: { type: 'Point', coordinates:[-73.74606922, 40.72654911]} },
{type: 'Feature',properties:{Name: '4', Address: '8972 218 PLACE, QUEENS VILLAGE', Month: '2', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.74375973, 40.72665927]} },
{type: 'Feature',properties:{Name: '4', Address: '89-76 218TH PLACE, QUEENS VILLAGE', Month: '8', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.74369143, 40.72659599]} },
{type: 'Feature',properties:{Name: '4', Address: '89-88 218TH PLACE, QUEENS VILLAGE', Month: '6', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.74349011, 40.72640616]} },
{type: 'Feature',properties:{Name: '4', Address: '89-35 218 PLACE, QUEENS VILLAGE', Month: '12', Price: '1620'}, geometry: { type: 'Point', coordinates:[-73.74438155, 40.72727274]} },
{type: 'Feature',properties:{Name: '4', Address: '89-24 219TH STREET, QUEENS VILLAGE', Month: '8', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.74383807, 40.72786715]} },
{type: 'Feature',properties:{Name: '4', Address: '89-20 SPRINGFIELD BLVD, QUEENS VILLAGE', Month: '9', Price: '1818'}, geometry: { type: 'Point', coordinates:[-73.74317584, 40.72837894]} },
{type: 'Feature',properties:{Name: '4', Address: '89-58 SPRINGFIELD BLVD, QUEENS VILLAGE', Month: '5', Price: '1683'}, geometry: { type: 'Point', coordinates:[-73.74253234, 40.7277764]} },
{type: 'Feature',properties:{Name: '4', Address: '219-44 89 AVE, QUEENS VILLAGE', Month: '8', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.74363827, 40.72915949]} },
{type: 'Feature',properties:{Name: '4', Address: '8982 220TH STREET, QUEENS VILLAGE', Month: '5', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.74145308, 40.7278975]} },
{type: 'Feature',properties:{Name: '4', Address: '89-75 220TH STREET, QUEENS VILLAGE', Month: '1', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.7415177, 40.72798273]} },
{type: 'Feature',properties:{Name: '4', Address: '89-27 220TH STREET, QUEENS VILLAGE', Month: '6', Price: '1494'}, geometry: { type: 'Point', coordinates:[-73.74232654, 40.72874484]} },
{type: 'Feature',properties:{Name: '4', Address: '88-30 213TH STREET, QUEENS VILLAGE', Month: '11', Price: '1184'}, geometry: { type: 'Point', coordinates:[-73.75209967, 40.72513772]} },
{type: 'Feature',properties:{Name: '4', Address: '88-35 213TH STREET, QUEENS VILLAGE', Month: '4', Price: '1139'}, geometry: { type: 'Point', coordinates:[-73.75204203, 40.72511289]} },
{type: 'Feature',properties:{Name: '4', Address: '88-33 213TH STREET, QUEENS VILLAGE', Month: '6', Price: '1139'}, geometry: { type: 'Point', coordinates:[-73.75206361, 40.72513215]} },
{type: 'Feature',properties:{Name: '4', Address: '88-21 213TH STREET, QUEENS VILLAGE', Month: '1', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.75218229, 40.72523396]} },
{type: 'Feature',properties:{Name: '4', Address: '88-35 214TH STREET, QUEENS VILLAGE', Month: '2', Price: '1308'}, geometry: { type: 'Point', coordinates:[-73.75120336, 40.72555573]} },
{type: 'Feature',properties:{Name: '4', Address: '88-29 VANDERVEER STREET, QUEENS VILLAGE', Month: '9', Price: '2114'}, geometry: { type: 'Point', coordinates:[-73.7504078, 40.72604533]} },
{type: 'Feature',properties:{Name: '4', Address: '215-18 HILLSIDE AVENUE, QUEENS VILLAGE', Month: '1', Price: '1936'}, geometry: { type: 'Point', coordinates:[-73.74950566, 40.7270507]} },
{type: 'Feature',properties:{Name: '4', Address: '88-33 216, QUEENS VILLAGE', Month: '6', Price: '1672'}, geometry: { type: 'Point', coordinates:[-73.747435, 40.72697481]} },
{type: 'Feature',properties:{Name: '4', Address: '88-21 218TH PLACE, QUEENS VILLAGE', Month: '12', Price: '1169'}, geometry: { type: 'Point', coordinates:[-73.74581955, 40.72862909]} },
{type: 'Feature',properties:{Name: '4', Address: '88-21 218TH PLACE, QUEENS VILLAGE', Month: '7', Price: '1169'}, geometry: { type: 'Point', coordinates:[-73.74581955, 40.72862909]} },
{type: 'Feature',properties:{Name: '4', Address: '88-11 218TH STREET, QUEENS VILLAGE', Month: '9', Price: '1169'}, geometry: { type: 'Point', coordinates:[-73.74665794, 40.72827961]} },
{type: 'Feature',properties:{Name: '4', Address: '214-26 WHITEHALL TERRACE, QUEENS VILLAGE', Month: '10', Price: '1375'}, geometry: { type: 'Point', coordinates:[-73.75195642, 40.72678976]} },
{type: 'Feature',properties:{Name: '4', Address: '212-75 WHITEHALL TERRACE, QUEENS VILLAGE', Month: '3', Price: '1928'}, geometry: { type: 'Point', coordinates:[-73.75319968, 40.72621328]} },
{type: 'Feature',properties:{Name: '4', Address: '218-15 SAWYER AVENUE, QUEENS VILLAGE', Month: '4', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.74794982, 40.73012967]} },
{type: 'Feature',properties:{Name: '4', Address: '94-80 SPRINGFIELD BLVD, QUEENS VILLAGE', Month: '7', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.73551237, 40.7193066]} },
{type: 'Feature',properties:{Name: '4', Address: '94-80 SPRINGFIELD BLVD, QUEENS VILLAGE', Month: '10', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.73551237, 40.7193066]} },
{type: 'Feature',properties:{Name: '4', Address: '94-80 SPRINGFIELD BLVD, QUEENS VILLAGE', Month: '8', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.73551237, 40.7193066]} },
{type: 'Feature',properties:{Name: '4', Address: '218-21 94 AVENUE, QUEENS VILLAGE', Month: '1', Price: '1420'}, geometry: { type: 'Point', coordinates:[-73.73813669, 40.72072067]} },
{type: 'Feature',properties:{Name: '4', Address: '218-20 93RD AVENUE, QUEENS VILLAGE', Month: '4', Price: '1642'}, geometry: { type: 'Point', coordinates:[-73.73893363, 40.72172706]} },
{type: 'Feature',properties:{Name: '4', Address: '93-08 219 STREET, QUEENS VILLAGE', Month: '2', Price: '1625'}, geometry: { type: 'Point', coordinates:[-73.73776053, 40.72188359]} },
{type: 'Feature',properties:{Name: '4', Address: '93-26 SPRINGFIELD BLVD, QUEENS VILLAGE', Month: '4', Price: '1430'}, geometry: { type: 'Point', coordinates:[-73.73655636, 40.72168596]} },
{type: 'Feature',properties:{Name: '4', Address: '218-09 93RD AVENUE, QUEENS VILLAGE', Month: '4', Price: '1225'}, geometry: { type: 'Point', coordinates:[-73.73919731, 40.72164532]} },
{type: 'Feature',properties:{Name: '4', Address: '92-35 218TH STREET, QUEENS VILLAGE', Month: '2', Price: '1376'}, geometry: { type: 'Point', coordinates:[-73.74059705, 40.72257896]} },
{type: 'Feature',properties:{Name: '4', Address: '92-01 219TH STREET, QUEENS VILLAGE', Month: '1', Price: '1284'}, geometry: { type: 'Point', coordinates:[-73.73953861, 40.72385563]} },
{type: 'Feature',properties:{Name: '4', Address: '92-82 SPRINGFIELD BOULEVAR, QUEENS VILLAGE', Month: '6', Price: '2144'}, geometry: { type: 'Point', coordinates:[-73.73729629, 40.72250834]} },
{type: 'Feature',properties:{Name: '4', Address: '92-45 219TH STREET, QUEENS VILLAGE', Month: '10', Price: '1422'}, geometry: { type: 'Point', coordinates:[-73.73888083, 40.72323382]} },
{type: 'Feature',properties:{Name: '4', Address: '92-18 220TH STREET, QUEENS VILLAGE', Month: '9', Price: '1136'}, geometry: { type: 'Point', coordinates:[-73.73793375, 40.72462327]} },
{type: 'Feature',properties:{Name: '4', Address: '92-72 221ST STREET, QUEENS VILLAGE', Month: '1', Price: '1548'}, geometry: { type: 'Point', coordinates:[-73.73617523, 40.724095]} },
{type: 'Feature',properties:{Name: '4', Address: '221-06 92ND AVENUE, QUEENS VILLAGE', Month: '8', Price: '1638'}, geometry: { type: 'Point', coordinates:[-73.73743912, 40.72562947]} },
{type: 'Feature',properties:{Name: '4', Address: '91-18 218TH PLACE, QUEENS VILLAGE', Month: '1', Price: '1024'}, geometry: { type: 'Point', coordinates:[-73.74145546, 40.72449399]} },
{type: 'Feature',properties:{Name: '4', Address: '91-31 219TH STREET, QUEENS VILLAGE', Month: '1', Price: '1416'}, geometry: { type: 'Point', coordinates:[-73.74060622, 40.72485713]} },
{type: 'Feature',properties:{Name: '4', Address: '90-25 218TH STREET, QUEENS VILLAGE', Month: '5', Price: '1136'}, geometry: { type: 'Point', coordinates:[-73.74329665, 40.72511568]} },
{type: 'Feature',properties:{Name: '4', Address: '220-07 91ST ROAD, QUEENS VILLAGE', Month: '6', Price: '1075'}, geometry: { type: 'Point', coordinates:[-73.73916945, 40.72599846]} },
{type: 'Feature',properties:{Name: '4', Address: '90-20 221 PLACE, QUEENS VILLAGE', Month: '2', Price: '1210'}, geometry: { type: 'Point', coordinates:[-73.73908248, 40.72793881]} },
{type: 'Feature',properties:{Name: '4', Address: '221-19 91ST ROAD, QUEENS VILLAGE', Month: '5', Price: '840'}, geometry: { type: 'Point', coordinates:[-73.73809169, 40.72666299]} },
{type: 'Feature',properties:{Name: '4', Address: '221-13 91ST ROAD, QUEENS VILLAGE', Month: '12', Price: '840'}, geometry: { type: 'Point', coordinates:[-73.73821466, 40.72658642]} },
{type: 'Feature',properties:{Name: '4', Address: '90-01 221ST PLACE, QUEENS VILLAGE', Month: '5', Price: '1592'}, geometry: { type: 'Point', coordinates:[-73.73908598, 40.72796627]} },
{type: 'Feature',properties:{Name: '4', Address: '90-15 221ST PLACE, QUEENS VILLAGE', Month: '9', Price: '1592'}, geometry: { type: 'Point', coordinates:[-73.73907159, 40.72795526]} },
{type: 'Feature',properties:{Name: '4', Address: '94-09 221ST STREET, QUEENS VILLAGE', Month: '1', Price: '1300'}, geometry: { type: 'Point', coordinates:[-73.73387356, 40.72136415]} },
{type: 'Feature',properties:{Name: '4', Address: '93-28 222ND STREET, QUEENS VILLAGE', Month: '1', Price: '1546'}, geometry: { type: 'Point', coordinates:[-73.73328493, 40.72241129]} },
{type: 'Feature',properties:{Name: '4', Address: '93-02 222ND STREET, QUEENS VILLAGE', Month: '2', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.73353489, 40.72305689]} },
{type: 'Feature',properties:{Name: '4', Address: '220-32 93RD AVENUE, QUEENS VILLAGE', Month: '2', Price: '2392'}, geometry: { type: 'Point', coordinates:[-73.73544084, 40.72278406]} },
{type: 'Feature',properties:{Name: '4', Address: '92-86 222ND STREET, QUEENS VILLAGE', Month: '2', Price: '1568'}, geometry: { type: 'Point', coordinates:[-73.73376697, 40.72366127]} },
{type: 'Feature',properties:{Name: '4', Address: '221-06 FAIRBURY AVENUE, QUEENS VILLAGE', Month: '3', Price: '2215'}, geometry: { type: 'Point', coordinates:[-73.73538736, 40.72353326]} },
{type: 'Feature',properties:{Name: '4', Address: '92-48 222ND STREET, QUEENS VILLAGE', Month: '8', Price: '1104'}, geometry: { type: 'Point', coordinates:[-73.7342775, 40.72501013]} },
{type: 'Feature',properties:{Name: '4', Address: '221-71 92ND AVENUE, QUEENS VILLAGE', Month: '8', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.73576547, 40.72644084]} },
{type: 'Feature',properties:{Name: '4', Address: '22167 92 AVENUE, QUEENS VILLAGE', Month: '9', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.73585213, 40.72642182]} },
{type: 'Feature',properties:{Name: '4', Address: '93-27 222ND STREET, QUEENS VILLAGE', Month: '12', Price: '1928'}, geometry: { type: 'Point', coordinates:[-73.73326327, 40.72241398]} },
{type: 'Feature',properties:{Name: '4', Address: '22210 93RD ROAD, QUEENS VILLAGE', Month: '3', Price: '1792'}, geometry: { type: 'Point', coordinates:[-73.73302815, 40.72256989]} },
{type: 'Feature',properties:{Name: '4', Address: '224-26 93RD ROAD, QUEENS VILLAGE', Month: '7', Price: '1352'}, geometry: { type: 'Point', coordinates:[-73.73125158, 40.72296375]} },
{type: 'Feature',properties:{Name: '4', Address: '222-41 FAIRBURY AVENUE, QUEENS VILLAGE', Month: '8', Price: '1453'}, geometry: { type: 'Point', coordinates:[-73.73352404, 40.72396538]} },
{type: 'Feature',properties:{Name: '4', Address: '222-17 FAIRBURY AVENUE, QUEENS VILLAGE', Month: '1', Price: '1530'}, geometry: { type: 'Point', coordinates:[-73.73355292, 40.72395996]} },
{type: 'Feature',properties:{Name: '4', Address: '222-09 EDMORE AVENUE, QUEENS VILLAGE', Month: '5', Price: '1560'}, geometry: { type: 'Point', coordinates:[-73.73382078, 40.72464128]} },
{type: 'Feature',properties:{Name: '4', Address: '92-41 222ND STREET, QUEENS VILLAGE', Month: '8', Price: '1336'}, geometry: { type: 'Point', coordinates:[-73.73432724, 40.72520513]} },
{type: 'Feature',properties:{Name: '4', Address: '92-51 224TH STREET, QUEENS VILLAGE', Month: '3', Price: '1232'}, geometry: { type: 'Point', coordinates:[-73.7323967, 40.72529123]} },
{type: 'Feature',properties:{Name: '4', Address: '224-26 DAVENPORT AVENUE, QUEENS VILLAGE', Month: '4', Price: '1552'}, geometry: { type: 'Point', coordinates:[-73.73230123, 40.72570547]} },
{type: 'Feature',properties:{Name: '4', Address: '224-28 DAVENPORT AVENUE, QUEENS VILLAGE', Month: '3', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.73230123, 40.72570547]} },
{type: 'Feature',properties:{Name: '4', Address: '224-38 DAVENPORT AVENUE, QUEENS VILLAGE', Month: '10', Price: '1614'}, geometry: { type: 'Point', coordinates:[-73.73230123, 40.72570547]} },
{type: 'Feature',properties:{Name: '4', Address: '92-15 222ND STREET, QUEENS VILLAGE', Month: '7', Price: '1617'}, geometry: { type: 'Point', coordinates:[-73.73469868, 40.72615293]} },
{type: 'Feature',properties:{Name: '4', Address: '222-02 92ND AVENUE, QUEENS VILLAGE', Month: '5', Price: '1310'}, geometry: { type: 'Point', coordinates:[-73.7346136, 40.72667973]} },
{type: 'Feature',properties:{Name: '4', Address: '222-13 92ND ROAD, QUEENS VILLAGE', Month: '11', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.73434567, 40.72601213]} },
{type: 'Feature',properties:{Name: '4', Address: '222-13 92ND ROAD, QUEENS VILLAGE', Month: '11', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.73434567, 40.72601213]} },
{type: 'Feature',properties:{Name: '4', Address: '22426 92 ROAD, QUEENS VILLAGE', Month: '6', Price: '1116'}, geometry: { type: 'Point', coordinates:[-73.73255823, 40.72639501]} },
{type: 'Feature',properties:{Name: '4', Address: '92-14 GETTYSBURG STREET, QUEENS VILLAGE', Month: '2', Price: '1074'}, geometry: { type: 'Point', coordinates:[-73.73131135, 40.72693008]} },
{type: 'Feature',properties:{Name: '4', Address: '224-19 92ND ROAD, QUEENS VILLAGE', Month: '3', Price: '1300'}, geometry: { type: 'Point', coordinates:[-73.732569, 40.72640876]} },
{type: 'Feature',properties:{Name: '4', Address: '222-86 BRADDOCK AVENUE, QUEENS VILLAGE', Month: '11', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.73415355, 40.72804556]} },
{type: 'Feature',properties:{Name: '4', Address: '91-37 224TH ST, QUEENS VILLAGE', Month: '12', Price: '1252'}, geometry: { type: 'Point', coordinates:[-73.7332179, 40.72743955]} },
{type: 'Feature',properties:{Name: '4', Address: '217-10 100TH AVENUE, QUEENS VILLAGE', Month: '9', Price: '1528'}, geometry: { type: 'Point', coordinates:[-73.74103934, 40.71552589]} },
{type: 'Feature',properties:{Name: '4', Address: '217-16 100TH AVENUE, QUEENS VILLAGE', Month: '8', Price: '1900'}, geometry: { type: 'Point', coordinates:[-73.74092763, 40.71549544]} },
{type: 'Feature',properties:{Name: '4', Address: '217-11 HEMPSTEAD AVENUE, QUEENS VILLAGE', Month: '8', Price: '1528'}, geometry: { type: 'Point', coordinates:[-73.74083658, 40.71478983]} },
{type: 'Feature',properties:{Name: '4', Address: '98-21 217TH LANE, QUEENS VILLAGE', Month: '12', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.73863529, 40.71592943]} },
{type: 'Feature',properties:{Name: '4', Address: '100-07 218TH STREET, QUEENS VILLAGE', Month: '12', Price: '2268'}, geometry: { type: 'Point', coordinates:[-73.73791804, 40.71485733]} },
{type: 'Feature',properties:{Name: '4', Address: '218-10 99TH AVENUE, QUEENS VILLAGE', Month: '10', Price: '1568'}, geometry: { type: 'Point', coordinates:[-73.73716429, 40.71572845]} },
{type: 'Feature',properties:{Name: '4', Address: '219-34 102ND AVENUE, QUEENS VILLAGE', Month: '12', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.73509386, 40.71387099]} },
{type: 'Feature',properties:{Name: '4', Address: '21934 102ND AVENUE, QUEENS VILLAGE', Month: '12', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.73509386, 40.71387099]} },
{type: 'Feature',properties:{Name: '4', Address: '219-15 102ND AVE, QUEENS VILLAGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.73531722, 40.71394286]} },
{type: 'Feature',properties:{Name: '4', Address: '97-32 221ST ST, QUEENS VILLAGE', Month: '7', Price: '1088'}, geometry: { type: 'Point', coordinates:[-73.73241425, 40.71732595]} },
{type: 'Feature',properties:{Name: '4', Address: '101-18 223 STREET, QUEENS VILLAGE', Month: '3', Price: '1300'}, geometry: { type: 'Point', coordinates:[-73.73073217, 40.71311703]} },
{type: 'Feature',properties:{Name: '4', Address: '222-18 95TH AVENUE, QUEENS VILLAGE', Month: '7', Price: '1156'}, geometry: { type: 'Point', coordinates:[-73.73189811, 40.72008599]} },
{type: 'Feature',properties:{Name: '4', Address: '222-36 95 AVENUE, QUEENS VILLAGE', Month: '8', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.73188006, 40.72008869]} },
{type: 'Feature',properties:{Name: '4', Address: '222-36 95TH AVENUE, QUEENS VILLAGE', Month: '5', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.73188006, 40.72008869]} },
{type: 'Feature',properties:{Name: '4', Address: '94-58 225TH STREET, QUEENS VILLAGE', Month: '10', Price: '1292'}, geometry: { type: 'Point', coordinates:[-73.7299492, 40.72118209]} },
{type: 'Feature',properties:{Name: '4', Address: '102-16 213TH STREET, QUEENS VILLAGE', Month: '9', Price: '1380'}, geometry: { type: 'Point', coordinates:[-73.7452091, 40.71276846]} },
{type: 'Feature',properties:{Name: '4', Address: '213-12 99TH AVENUE, QUEENS VILLAGE', Month: '10', Price: '1132'}, geometry: { type: 'Point', coordinates:[-73.74529675, 40.71437435]} },
{type: 'Feature',properties:{Name: '4', Address: '102-19 213TH STREET, QUEENS VILLAGE', Month: '8', Price: '1402'}, geometry: { type: 'Point', coordinates:[-73.74518385, 40.71276841]} },
{type: 'Feature',properties:{Name: '4', Address: '213-09 104TH AVENUE, QUEENS VILLAGE', Month: '11', Price: '1536'}, geometry: { type: 'Point', coordinates:[-73.74495644, 40.71186762]} },
{type: 'Feature',properties:{Name: '4', Address: '99-21 215TH STREET, QUEENS VILLAGE', Month: '12', Price: '1624'}, geometry: { type: 'Point', coordinates:[-73.74416792, 40.7143142]} },
{type: 'Feature',properties:{Name: '4', Address: '99-19 215 STREET, QUEENS VILLAGE', Month: '8', Price: '1136'}, geometry: { type: 'Point', coordinates:[-73.74416792, 40.7143142]} },
{type: 'Feature',properties:{Name: '4', Address: '99-19 215TH STREET, QUEENS VILLAGE', Month: '12', Price: '1136'}, geometry: { type: 'Point', coordinates:[-73.74416792, 40.7143142]} },
{type: 'Feature',properties:{Name: '4', Address: '99-08 216TH STREET, QUEENS VILLAGE', Month: '12', Price: '994'}, geometry: { type: 'Point', coordinates:[-73.74290122, 40.71445686]} },
{type: 'Feature',properties:{Name: '4', Address: '99-08 216 ST, QUEENS VILLAGE', Month: '1', Price: '994'}, geometry: { type: 'Point', coordinates:[-73.74290122, 40.71445686]} },
{type: 'Feature',properties:{Name: '4', Address: '102-01 216TH STREET, QUEENS VILLAGE', Month: '3', Price: '1056'}, geometry: { type: 'Point', coordinates:[-73.74264975, 40.71325408]} },
{type: 'Feature',properties:{Name: '4', Address: '217-08 103RD AVENUE, QUEENS VILLAGE', Month: '12', Price: '928'}, geometry: { type: 'Point', coordinates:[-73.74092308, 40.71295377]} },
{type: 'Feature',properties:{Name: '4', Address: '215-04 104TH AVENUE, QUEENS VILLAGE', Month: '2', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.7435094, 40.71202085]} },
{type: 'Feature',properties:{Name: '4', Address: '215-24 104TH AVENUE, QUEENS VILLAGE', Month: '3', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.74332175, 40.71204239]} },
{type: 'Feature',properties:{Name: '4', Address: '104-26 216TH STREET, QUEENS VILLAGE', Month: '4', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.74243097, 40.71199649]} },
{type: 'Feature',properties:{Name: '4', Address: '106-24 217TH STREET, QUEENS VILLAGE', Month: '5', Price: '2530'}, geometry: { type: 'Point', coordinates:[-73.74098731, 40.71127686]} },
{type: 'Feature',properties:{Name: '4', Address: '106-24 217TH STREET, QUEENS VILLAGE', Month: '9', Price: '2530'}, geometry: { type: 'Point', coordinates:[-73.74098731, 40.71127686]} },
{type: 'Feature',properties:{Name: '4', Address: '104-01 216 STREET, QUEENS VILLAGE', Month: '8', Price: '1136'}, geometry: { type: 'Point', coordinates:[-73.74241287, 40.71201291]} },
{type: 'Feature',properties:{Name: '4', Address: '10418 217 LANE, QUEENS VILLAGE', Month: '6', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.73915688, 40.71261767]} },
{type: 'Feature',properties:{Name: '4', Address: '105-06 217TH LANE, QUEENS VILLAGE', Month: '3', Price: '1568'}, geometry: { type: 'Point', coordinates:[-73.73927853, 40.71195096]} },
{type: 'Feature',properties:{Name: '4', Address: '104-13 217TH STREET, QUEENS VILLAGE', Month: '8', Price: '1496'}, geometry: { type: 'Point', coordinates:[-73.74107162, 40.71185894]} },
{type: 'Feature',properties:{Name: '4', Address: '103-07 217TH PLACE, QUEENS VILLAGE', Month: '1', Price: '880'}, geometry: { type: 'Point', coordinates:[-73.73989871, 40.71293774]} },
{type: 'Feature',properties:{Name: '4', Address: '218-22 103RD AVENUE, QUEENS VILLAGE', Month: '12', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.73836777, 40.71331854]} },
{type: 'Feature',properties:{Name: '4', Address: '209-35 BARDWELL AVENUE, QUEENS VILLAGE', Month: '2', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.74739525, 40.70795346]} },
{type: 'Feature',properties:{Name: '4', Address: '209-35 BARDWELL AVENUE, QUEENS VILLAGE', Month: '11', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.74739525, 40.70795346]} },
{type: 'Feature',properties:{Name: '4', Address: '967 209TH PLACE, QUEENS VILLAGE', Month: '2', Price: '1604'}, geometry: { type: 'Point', coordinates:[-73.74744998, 40.70778889]} },
{type: 'Feature',properties:{Name: '4', Address: '209-49 110TH AVENUE, QUEENS VILLAGE', Month: '11', Price: '2152'}, geometry: { type: 'Point', coordinates:[-73.74710939, 40.70724468]} },
{type: 'Feature',properties:{Name: '4', Address: '212-18 HOLLIS AVENUE, QUEENS VILLAGE', Month: '5', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.74527181, 40.70957368]} },
{type: 'Feature',properties:{Name: '4', Address: '109-03 214TH STREET, QUEENS VILLAGE', Month: '2', Price: '1990'}, geometry: { type: 'Point', coordinates:[-73.74384344, 40.709576]} },
{type: 'Feature',properties:{Name: '4', Address: '215-17 110TH AVENUE, QUEENS VILLAGE', Month: '12', Price: '1868'}, geometry: { type: 'Point', coordinates:[-73.74214208, 40.70834803]} },
{type: 'Feature',properties:{Name: '4', Address: '108-42 217TH PLACE, QUEENS VILLAGE', Month: '1', Price: '1188'}, geometry: { type: 'Point', coordinates:[-73.74001581, 40.70973485]} },
{type: 'Feature',properties:{Name: '4', Address: '209-29 111TH AVENUE, QUEENS VILLAGE', Month: '1', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.74687407, 40.70652503]} },
{type: 'Feature',properties:{Name: '4', Address: '209-29 111TH AVENUE, QUEENS VILLAGE', Month: '1', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.74687407, 40.70652503]} },
{type: 'Feature',properties:{Name: '4', Address: '209-21 111TH AVENUE, QUEENS VILLAGE', Month: '10', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.74688128, 40.70652504]} },
{type: 'Feature',properties:{Name: '4', Address: '20960 111 ROAD, QUEENS VILLAGE', Month: '11', Price: '1830'}, geometry: { type: 'Point', coordinates:[-73.74658092, 40.70583819]} },
{type: 'Feature',properties:{Name: '4', Address: '209-45 112TH AVENUE, QUEENS VILLAGE', Month: '2', Price: '1340'}, geometry: { type: 'Point', coordinates:[-73.74624782, 40.70522537]} },
{type: 'Feature',properties:{Name: '4', Address: '209-35 112 AVENUE, QUEENS VILLAGE', Month: '11', Price: '1364'}, geometry: { type: 'Point', coordinates:[-73.74625144, 40.70522263]} },
{type: 'Feature',properties:{Name: '4', Address: '111-33 209 PLACE, QUEENS VILLAGE', Month: '12', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.74689574, 40.70556715]} },
{type: 'Feature',properties:{Name: '4', Address: '209-36 112TH AVENUE, QUEENS VILLAGE', Month: '6', Price: '1568'}, geometry: { type: 'Point', coordinates:[-73.74624067, 40.70520889]} },
{type: 'Feature',properties:{Name: '4', Address: '209-36 112TH AVENUE, QUEENS VILLAGE', Month: '7', Price: '1568'}, geometry: { type: 'Point', coordinates:[-73.74624067, 40.70520889]} },
{type: 'Feature',properties:{Name: '4', Address: '209-36 112TH AVENUE, QUEENS VILLAGE', Month: '2', Price: '1568'}, geometry: { type: 'Point', coordinates:[-73.74624067, 40.70520889]} },
{type: 'Feature',properties:{Name: '4', Address: '111-21 212TH STREET, QUEENS VILLAGE', Month: '12', Price: '1330'}, geometry: { type: 'Point', coordinates:[-73.74460592, 40.70638552]} },
{type: 'Feature',properties:{Name: '4', Address: '111-05 212TH STREET, QUEENS VILLAGE', Month: '9', Price: '1096'}, geometry: { type: 'Point', coordinates:[-73.74475593, 40.70677012]} },
{type: 'Feature',properties:{Name: '4', Address: '213-10 110TH AVENUE, QUEENS VILLAGE', Month: '12', Price: '1718'}, geometry: { type: 'Point', coordinates:[-73.74383523, 40.70795657]} },
{type: 'Feature',properties:{Name: '4', Address: '110-06 214TH STREET, QUEENS VILLAGE', Month: '9', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.74317224, 40.70778217]} },
{type: 'Feature',properties:{Name: '4', Address: '112-41 COLFAX STREET, QUEENS VILLAGE', Month: '6', Price: '1412'}, geometry: { type: 'Point', coordinates:[-73.74569585, 40.70431838]} },
{type: 'Feature',properties:{Name: '4', Address: '213-26 NASHVILLE BOULEVARD, QUEENS VILLAGE', Month: '6', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.74211122, 40.70234239]} },
{type: 'Feature',properties:{Name: '4', Address: '113-30 SPRINGFIELD BLVD., QUEENS VILLAGE', Month: '3', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.74063316, 40.70310212]} },
{type: 'Feature',properties:{Name: '4', Address: '21215 113TH AVENUE, QUEENS VILLAGE', Month: '7', Price: '1706'}, geometry: { type: 'Point', coordinates:[-73.74372878, 40.7046873]} },
{type: 'Feature',properties:{Name: '4', Address: '21215 113TH AVENUE, QUEENS VILLAGE', Month: '12', Price: '1706'}, geometry: { type: 'Point', coordinates:[-73.74372878, 40.7046873]} },
{type: 'Feature',properties:{Name: '4', Address: '112-19 212TH STREET, QUEENS VILLAGE', Month: '7', Price: '1397'}, geometry: { type: 'Point', coordinates:[-73.74413452, 40.70516031]} },
{type: 'Feature',properties:{Name: '4', Address: '212-40 112TH ROAD, QUEENS VILLAGE', Month: '6', Price: '1176'}, geometry: { type: 'Point', coordinates:[-73.74392048, 40.70548371]} },
{type: 'Feature',properties:{Name: '4', Address: '213-27 112 AVE, QUEENS VILLAGE', Month: '8', Price: '1616'}, geometry: { type: 'Point', coordinates:[-73.74322555, 40.70611346]} },
{type: 'Feature',properties:{Name: '4', Address: '213-27 112TH AVENUE, QUEENS VILLAGE', Month: '1', Price: '1616'}, geometry: { type: 'Point', coordinates:[-73.74322555, 40.70611346]} },
{type: 'Feature',properties:{Name: '4', Address: '213-25 112TH AVENUE, QUEENS VILLAGE', Month: '1', Price: '1532'}, geometry: { type: 'Point', coordinates:[-73.74322916, 40.70611347]} },
{type: 'Feature',properties:{Name: '4', Address: '214-15 112TH ROAD, QUEENS VILLAGE', Month: '1', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.74159614, 40.7049625]} },
{type: 'Feature',properties:{Name: '4', Address: '215-05 111TH ROAD, QUEENS VILLAGE', Month: '8', Price: '1672'}, geometry: { type: 'Point', coordinates:[-73.74117589, 40.70637237]} },
{type: 'Feature',properties:{Name: '4', Address: '109-18 MONTEREY STREET, QUEENS VILLAGE', Month: '5', Price: '1568'}, geometry: { type: 'Point', coordinates:[-73.73927899, 40.70906621]} },
{type: 'Feature',properties:{Name: '4', Address: '108-16 MONTEREY STREET, QUEENS VILLAGE', Month: '10', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.73894817, 40.70972695]} },
{type: 'Feature',properties:{Name: '4', Address: '104-52 SPRINGFIELD BLVD, QUEENS VILLAGE', Month: '4', Price: '1496'}, geometry: { type: 'Point', coordinates:[-73.73663901, 40.71172537]} },
{type: 'Feature',properties:{Name: '4', Address: '104-52 SPRINGFIELD BLVD, QUEENS VILLAGE', Month: '5', Price: '1496'}, geometry: { type: 'Point', coordinates:[-73.73663901, 40.71172537]} },
{type: 'Feature',properties:{Name: '4', Address: '104-52 SPRINGFIELD BLVD, QUEENS VILLAGE', Month: '5', Price: '1496'}, geometry: { type: 'Point', coordinates:[-73.73663901, 40.71172537]} },
{type: 'Feature',properties:{Name: '4', Address: '103-23 SPRINGFIELD BLVD, QUEENS VILLAGE', Month: '8', Price: '1240'}, geometry: { type: 'Point', coordinates:[-73.73598509, 40.71289589]} },
{type: 'Feature',properties:{Name: '4', Address: '103-04 220TH STREET, QUEENS VILLAGE', Month: '5', Price: '1683'}, geometry: { type: 'Point', coordinates:[-73.73444801, 40.71209912]} },
{type: 'Feature',properties:{Name: '4', Address: '103-04 220TH STREET, QUEENS VILLAGE', Month: '7', Price: '1683'}, geometry: { type: 'Point', coordinates:[-73.73444801, 40.71209912]} },
{type: 'Feature',properties:{Name: '4', Address: '10310 221 STREET, QUEENS VILLAGE', Month: '9', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.73334551, 40.71177818]} },
{type: 'Feature',properties:{Name: '4', Address: '221-43 103RD AVENUE, QUEENS VILLAGE', Month: '9', Price: '1910'}, geometry: { type: 'Point', coordinates:[-73.73246919, 40.71172674]} },
{type: 'Feature',properties:{Name: '4', Address: '221-27 104TH AVENUE, QUEENS VILLAGE', Month: '1', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.73326125, 40.71120158]} },
{type: 'Feature',properties:{Name: '4', Address: '223-11 103RD AVENUE, QUEENS VILLAGE', Month: '7', Price: '1143'}, geometry: { type: 'Point', coordinates:[-73.7312044, 40.7114054]} },
{type: 'Feature',properties:{Name: '4', Address: '223-42 103RD AVENUE, QUEENS VILLAGE', Month: '11', Price: '1860'}, geometry: { type: 'Point', coordinates:[-73.73117203, 40.71138062]} },
{type: 'Feature',properties:{Name: '4', Address: '223-46 103RD AVENUE, QUEENS VILLAGE', Month: '4', Price: '1163'}, geometry: { type: 'Point', coordinates:[-73.73116844, 40.71137787]} },
{type: 'Feature',properties:{Name: '4', Address: '10440 219TH STREET, QUEENS VILLAGE', Month: '6', Price: '1012'}, geometry: { type: 'Point', coordinates:[-73.73572717, 40.71153389]} },
{type: 'Feature',properties:{Name: '4', Address: '104-40 219TH STREET, QUEENS VILLAGE', Month: '8', Price: '1012'}, geometry: { type: 'Point', coordinates:[-73.73572717, 40.71153389]} },
{type: 'Feature',properties:{Name: '4', Address: '219-11 107TH AVENUE, QUEENS VILLAGE', Month: '4', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.73644468, 40.70978712]} },
{type: 'Feature',properties:{Name: '4', Address: '10437 219TH STREET, QUEENS VILLAGE', Month: '3', Price: '1296'}, geometry: { type: 'Point', coordinates:[-73.73570554, 40.7115311]} },
{type: 'Feature',properties:{Name: '4', Address: '105-24 220TH STREET, QUEENS VILLAGE', Month: '1', Price: '1242'}, geometry: { type: 'Point', coordinates:[-73.73522931, 40.71064619]} },
{type: 'Feature',properties:{Name: '4', Address: '104-06 221ST STREET, QUEENS VILLAGE', Month: '4', Price: '1296'}, geometry: { type: 'Point', coordinates:[-73.73362579, 40.71114478]} },
{type: 'Feature',properties:{Name: '4', Address: '105-16 221ST STREET, QUEENS VILLAGE', Month: '10', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.73392796, 40.71044831]} },
{type: 'Feature',properties:{Name: '4', Address: '105-05 220TH STREET, QUEENS VILLAGE', Month: '1', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.73520042, 40.71065436]} },
{type: 'Feature',properties:{Name: '4', Address: '220-20 105TH AVENUE, QUEENS VILLAGE', Month: '2', Price: '1424'}, geometry: { type: 'Point', coordinates:[-73.73426593, 40.71072082]} },
{type: 'Feature',properties:{Name: '4', Address: '105-19 220TH STREET, QUEENS VILLAGE', Month: '4', Price: '1368'}, geometry: { type: 'Point', coordinates:[-73.73520767, 40.71064614]} },
{type: 'Feature',properties:{Name: '4', Address: '221-26 104TH AVENUE, QUEENS VILLAGE', Month: '8', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.73326853, 40.71118513]} },
{type: 'Feature',properties:{Name: '4', Address: '221-17 106TH AVENUE, QUEENS VILLAGE', Month: '12', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.73383996, 40.70990189]} },
{type: 'Feature',properties:{Name: '4', Address: '221-17 106TH AVENUE, QUEENS VILLAGE', Month: '9', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.73383996, 40.70990189]} },
{type: 'Feature',properties:{Name: '4', Address: '221-28 106TH AVENUE, QUEENS VILLAGE', Month: '4', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.73383283, 40.70988266]} },
{type: 'Feature',properties:{Name: '4', Address: '221-32 106TH AVENUE, QUEENS VILLAGE', Month: '6', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.73382923, 40.70987991]} },
{type: 'Feature',properties:{Name: '4', Address: '223-23 107TH AVENUE, QUEENS VILLAGE', Month: '1', Price: '1828'}, geometry: { type: 'Point', coordinates:[-73.73234028, 40.70879776]} },
{type: 'Feature',properties:{Name: '4', Address: '225-16 104 AVENUE, QUEENS VILLAGE', Month: '11', Price: '1408'}, geometry: { type: 'Point', coordinates:[-73.72935526, 40.71019611]} },
{type: 'Feature',properties:{Name: '4', Address: '105-16 227 STREET, QUEENS VILLAGE', Month: '12', Price: '1408'}, geometry: { type: 'Point', coordinates:[-73.72859146, 40.70909365]} },
{type: 'Feature',properties:{Name: '4', Address: '105-16 227 STREET, QUEENS VILLAGE', Month: '1', Price: '1408'}, geometry: { type: 'Point', coordinates:[-73.72859146, 40.70909365]} },
{type: 'Feature',properties:{Name: '4', Address: '225-25 106TH AVENUE, QUEENS VILLAGE', Month: '11', Price: '1253'}, geometry: { type: 'Point', coordinates:[-73.73025828, 40.70899327]} },
{type: 'Feature',properties:{Name: '4', Address: '106-10 227TH STREET, QUEENS VILLAGE', Month: '5', Price: '1498'}, geometry: { type: 'Point', coordinates:[-73.72886091, 40.70846848]} },
{type: 'Feature',properties:{Name: '4', Address: '225-07 107TH AVENUE, QUEENS VILLAGE', Month: '11', Price: '1516'}, geometry: { type: 'Point', coordinates:[-73.7304882, 40.70832957]} },
{type: 'Feature',properties:{Name: '4', Address: '107-19 SPRINGFIELD BLVD, QUEENS VILLAGE', Month: '7', Price: '1056'}, geometry: { type: 'Point', coordinates:[-73.73760191, 40.70994347]} },
{type: 'Feature',properties:{Name: '4', Address: '220-12 108TH AVENUE, QUEENS VILLAGE', Month: '6', Price: '1394'}, geometry: { type: 'Point', coordinates:[-73.73577358, 40.70892646]} },
{type: 'Feature',properties:{Name: '4', Address: '108-06 221ST STREET, QUEENS VILLAGE', Month: '4', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.73480157, 40.70845762]} },
{type: 'Feature',properties:{Name: '4', Address: '221-25 108TH AVENUE, QUEENS VILLAGE', Month: '5', Price: '1232'}, geometry: { type: 'Point', coordinates:[-73.73440427, 40.7085912]} },
{type: 'Feature',properties:{Name: '4', Address: '223-28 108 AVENUE, QUEENS VILLAGE', Month: '11', Price: '1144'}, geometry: { type: 'Point', coordinates:[-73.7326207, 40.70812869]} },
{type: 'Feature',properties:{Name: '4', Address: '223-15 109TH AVENUE, QUEENS VILLAGE', Month: '4', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.73291898, 40.70750083]} },
{type: 'Feature',properties:{Name: '4', Address: '225-31 108TH AVENUE, QUEENS VILLAGE', Month: '1', Price: '1139'}, geometry: { type: 'Point', coordinates:[-73.73082262, 40.70769082]} },
{type: 'Feature',properties:{Name: '4', Address: '107-12 227TH STREET, QUEENS VILLAGE', Month: '1', Price: '1283'}, geometry: { type: 'Point', coordinates:[-73.72915214, 40.70781042]} },
{type: 'Feature',properties:{Name: '4', Address: '227-27 108TH AVENUE, QUEENS VILLAGE', Month: '6', Price: '1960'}, geometry: { type: 'Point', coordinates:[-73.72888411, 40.70720045]} },
{type: 'Feature',properties:{Name: '4', Address: '107-05 227TH STREET, QUEENS VILLAGE', Month: '9', Price: '1214'}, geometry: { type: 'Point', coordinates:[-73.72911594, 40.70784327]} },
{type: 'Feature',properties:{Name: '4', Address: '227-12 107TH AVENUE, QUEENS VILLAGE', Month: '9', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.72881999, 40.70788924]} },
{type: 'Feature',properties:{Name: '4', Address: '227-18 107TH AVENUE, QUEENS VILLAGE', Month: '3', Price: '1574'}, geometry: { type: 'Point', coordinates:[-73.72877315, 40.7078754]} },
{type: 'Feature',properties:{Name: '4', Address: '227-07 109TH AVENUE, QUEENS VILLAGE', Month: '8', Price: '1291'}, geometry: { type: 'Point', coordinates:[-73.72930862, 40.70658113]} },
{type: 'Feature',properties:{Name: '4', Address: '10914 221 STREET, QUEENS VILLAGE', Month: '7', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.73519103, 40.70757195]} },
{type: 'Feature',properties:{Name: '4', Address: '218-75 110TH AVENUE, QUEENS VILLAGE', Month: '10', Price: '1008'}, geometry: { type: 'Point', coordinates:[-73.73802755, 40.70810269]} },
{type: 'Feature',properties:{Name: '4', Address: '218-75 110TH AVENUE, QUEENS VILLAGE', Month: '3', Price: '1008'}, geometry: { type: 'Point', coordinates:[-73.73802755, 40.70810269]} },
{type: 'Feature',properties:{Name: '4', Address: '218-17 112TH AVENUE, QUEENS VILLAGE', Month: '1', Price: '1108'}, geometry: { type: 'Point', coordinates:[-73.73926739, 40.70557757]} },
{type: 'Feature',properties:{Name: '4', Address: '111-22 221ST STREET, QUEENS VILLAGE', Month: '11', Price: '1110'}, geometry: { type: 'Point', coordinates:[-73.73605743, 40.70555927]} },
{type: 'Feature',properties:{Name: '4', Address: '109-26 221ST STREET, QUEENS VILLAGE', Month: '10', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.73534023, 40.70724018]} },
{type: 'Feature',properties:{Name: '4', Address: '218-58 110TH AVENUE, QUEENS VILLAGE', Month: '6', Price: '854'}, geometry: { type: 'Point', coordinates:[-73.73804924, 40.70809176]} },
{type: 'Feature',properties:{Name: '4', Address: '108-17 221ST STREET, QUEENS VILLAGE', Month: '2', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.73488551, 40.70821078]} },
{type: 'Feature',properties:{Name: '4', Address: '221-34 108TH AVENUE, QUEENS VILLAGE', Month: '4', Price: '990'}, geometry: { type: 'Point', coordinates:[-73.73440073, 40.70857472]} },
{type: 'Feature',properties:{Name: '4', Address: '109-11 222ND STREET, QUEENS VILLAGE', Month: '3', Price: '1138'}, geometry: { type: 'Point', coordinates:[-73.73417391, 40.70756686]} },
{type: 'Feature',properties:{Name: '4', Address: '223-11 110TH AVE, QUEENS VILLAGE', Month: '11', Price: '1110'}, geometry: { type: 'Point', coordinates:[-73.73310944, 40.70677665]} },
{type: 'Feature',properties:{Name: '4', Address: '109-17 223RD STREET, QUEENS VILLAGE', Month: '10', Price: '1716'}, geometry: { type: 'Point', coordinates:[-73.73328747, 40.70735346]} },
{type: 'Feature',properties:{Name: '4', Address: '223-38 109TH AVENUE, QUEENS VILLAGE', Month: '7', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.73289744, 40.70747607]} },
{type: 'Feature',properties:{Name: '4', Address: '223-30 110TH AVENUE, QUEENS VILLAGE', Month: '6', Price: '740'}, geometry: { type: 'Point', coordinates:[-73.7328282, 40.70675129]} },
{type: 'Feature',properties:{Name: '4', Address: '227-03 111TH AVENUE, QUEENS VILLAGE', Month: '4', Price: '930'}, geometry: { type: 'Point', coordinates:[-73.72960349, 40.7059121]} },
{type: 'Feature',properties:{Name: '4', Address: '227-03 111TH AVE, QUEENS VILLAGE', Month: '5', Price: '930'}, geometry: { type: 'Point', coordinates:[-73.72960349, 40.7059121]} },
{type: 'Feature',properties:{Name: '4', Address: '227-28 109TH AVENUE, QUEENS VILLAGE', Month: '7', Price: '1256'}, geometry: { type: 'Point', coordinates:[-73.72904566, 40.70649817]} },
{type: 'Feature',properties:{Name: '4', Address: '227-46 109TH AVENUE, QUEENS VILLAGE', Month: '1', Price: '1125'}, geometry: { type: 'Point', coordinates:[-73.72882227, 40.70644274]} },
{type: 'Feature',properties:{Name: '4', Address: '216-19 113TH AVENUE, QUEENS VILLAGE', Month: '12', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.73959402, 40.70413456]} },
{type: 'Feature',properties:{Name: '4', Address: '219-31 112 ROAD, QUEENS VILLAGE', Month: '9', Price: '1050'}, geometry: { type: 'Point', coordinates:[-73.73774837, 40.70480558]} },
{type: 'Feature',properties:{Name: '4', Address: '219-12 112 ROAD, QUEENS VILLAGE', Month: '5', Price: '1298'}, geometry: { type: 'Point', coordinates:[-73.73777007, 40.70478916]} },
{type: 'Feature',properties:{Name: '4', Address: '219-37 MURDOCK AVE, QUEENS VILLAGE', Month: '10', Price: '955'}, geometry: { type: 'Point', coordinates:[-73.7369103, 40.70330777]} },
{type: 'Feature',properties:{Name: '4', Address: '221-32 113 AVE, QUEENS VILLAGE', Month: '4', Price: '600'}, geometry: { type: 'Point', coordinates:[-73.73583639, 40.70399973]} },
{type: 'Feature',properties:{Name: '4', Address: '223-39 112TH ROAD, QUEENS VILLAGE', Month: '8', Price: '1346'}, geometry: { type: 'Point', coordinates:[-73.73384276, 40.70468408]} },
{type: 'Feature',properties:{Name: '4', Address: '223-43 MURDOCK AVENUE, QUEENS VILLAGE', Month: '6', Price: '975'}, geometry: { type: 'Point', coordinates:[-73.73304085, 40.70318906]} },
{type: 'Feature',properties:{Name: '4', Address: '227-16 112TH ROAD, QUEENS VILLAGE', Month: '9', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.729912, 40.70454592]} },
{type: 'Feature',properties:{Name: '4', Address: '215-17 MURDOCK AVENUE, QUEENS VILLAGE', Month: '12', Price: '1672'}, geometry: { type: 'Point', coordinates:[-73.73975919, 40.70340207]} },
{type: 'Feature',properties:{Name: '4', Address: '215-41 MURDOCK AVENUE, QUEENS VILLAGE', Month: '2', Price: '1672'}, geometry: { type: 'Point', coordinates:[-73.73890812, 40.70337544]} },
{type: 'Feature',properties:{Name: '4', Address: '216-30 114TH AVENUE, QUEENS VILLAGE', Month: '10', Price: '1144'}, geometry: { type: 'Point', coordinates:[-73.7399813, 40.70193687]} },
{type: 'Feature',properties:{Name: '4', Address: '216-64 114TH AVENUE, QUEENS VILLAGE', Month: '6', Price: '1144'}, geometry: { type: 'Point', coordinates:[-73.73931418, 40.7019134]} },
{type: 'Feature',properties:{Name: '4', Address: '219-02 MURDOCK AVENUE, QUEENS VILLAGE', Month: '6', Price: '1354'}, geometry: { type: 'Point', coordinates:[-73.73794535, 40.70332385]} },
{type: 'Feature',properties:{Name: '4', Address: '219-14 MURDOCK AVENUE, QUEENS VILLAGE', Month: '5', Price: '948'}, geometry: { type: 'Point', coordinates:[-73.73757391, 40.70331203]} },
{type: 'Feature',properties:{Name: '4', Address: '219-26 MURDOCK AVENUE, QUEENS VILLAGE', Month: '5', Price: '948'}, geometry: { type: 'Point', coordinates:[-73.73701856, 40.70329429]} },
{type: 'Feature',properties:{Name: '4', Address: '219-29 113TH DRIVE, QUEENS VILLAGE', Month: '9', Price: '1056'}, geometry: { type: 'Point', coordinates:[-73.73786887, 40.70259357]} },
{type: 'Feature',properties:{Name: '4', Address: '219-23 113TH DRIVE, QUEENS VILLAGE', Month: '10', Price: '1056'}, geometry: { type: 'Point', coordinates:[-73.73787609, 40.70259358]} },
{type: 'Feature',properties:{Name: '4', Address: '219-08 113TH DRIVE, QUEENS VILLAGE', Month: '11', Price: '1299'}, geometry: { type: 'Point', coordinates:[-73.73789418, 40.70257715]} },
{type: 'Feature',properties:{Name: '4', Address: '221-34 113 DRIVE, QUEENS VILLAGE', Month: '7', Price: '1244'}, geometry: { type: 'Point', coordinates:[-73.73591438, 40.70252048]} },
{type: 'Feature',properties:{Name: '4', Address: '221-04 114TH AVENUE, QUEENS VILLAGE', Month: '8', Price: '1056'}, geometry: { type: 'Point', coordinates:[-73.73599293, 40.70180976]} },
{type: 'Feature',properties:{Name: '4', Address: '221-36 114TH AVENUE, QUEENS VILLAGE', Month: '4', Price: '1056'}, geometry: { type: 'Point', coordinates:[-73.73595326, 40.70180967]} },
{type: 'Feature',properties:{Name: '4', Address: '221-37 114TH ROAD, QUEENS VILLAGE', Month: '7', Price: '1056'}, geometry: { type: 'Point', coordinates:[-73.73594172, 40.70108228]} },
{type: 'Feature',properties:{Name: '4', Address: '223-02 114TH AVENUE, QUEENS VILLAGE', Month: '12', Price: '1018'}, geometry: { type: 'Point', coordinates:[-73.73404202, 40.70175037]} },
{type: 'Feature',properties:{Name: '4', Address: '226-19 114TH ROAD, QUEENS VILLAGE', Month: '2', Price: '1095'}, geometry: { type: 'Point', coordinates:[-73.73118891, 40.70093404]} },
{type: 'Feature',properties:{Name: '4', Address: '227-40 113TH AVENUE, QUEENS VILLAGE', Month: '6', Price: '1665'}, geometry: { type: 'Point', coordinates:[-73.72991854, 40.70382131]} },
{type: 'Feature',properties:{Name: '4', Address: '229-06 113TH AVENUE, QUEENS VILLAGE', Month: '6', Price: '1664'}, geometry: { type: 'Point', coordinates:[-73.72825965, 40.70377624]} },
{type: 'Feature',properties:{Name: '4', Address: '227-19 MURDOCK AVENUE, QUEENS VILLAGE', Month: '8', Price: '1079'}, geometry: { type: 'Point', coordinates:[-73.72996116, 40.70309405]} },
{type: 'Feature',properties:{Name: '4', Address: '227-61 113 DRIVE, QUEENS VILLAGE', Month: '9', Price: '1195'}, geometry: { type: 'Point', coordinates:[-73.72995695, 40.70235295]} },
{type: 'Feature',properties:{Name: '4', Address: '227-24 114TH AVENUE, QUEENS VILLAGE', Month: '6', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.72999596, 40.70162567]} },
{type: 'Feature',properties:{Name: '4', Address: '220-20 114TH ROAD, QUEENS VILLAGE', Month: '3', Price: '1682'}, geometry: { type: 'Point', coordinates:[-73.7370128, 40.70109571]} },
{type: 'Feature',properties:{Name: '4', Address: '114-44 222ND STREET, QUEENS VILLAGE', Month: '9', Price: '1181'}, geometry: { type: 'Point', coordinates:[-73.73542501, 40.7004196]} },
{type: 'Feature',properties:{Name: '4', Address: '114-77 224TH STREET, QUEENS VILLAGE', Month: '4', Price: '1251'}, geometry: { type: 'Point', coordinates:[-73.73372605, 40.69959225]} },
{type: 'Feature',properties:{Name: '4', Address: '114-47 224TH STREET, QUEENS VILLAGE', Month: '2', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.7334529, 40.7002586]} },
{type: 'Feature',properties:{Name: '4', Address: '114-77 225TH STREET, QUEENS VILLAGE', Month: '3', Price: '1080'}, geometry: { type: 'Point', coordinates:[-73.7328107, 40.69941995]} },
{type: 'Feature',properties:{Name: '4', Address: '114-77 226TH STREET, QUEENS VILLAGE', Month: '5', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.73186995, 40.69928876]} },
{type: 'Feature',properties:{Name: '4', Address: '114-88 227TH STREET, QUEENS VILLAGE', Month: '2', Price: '828'}, geometry: { type: 'Point', coordinates:[-73.73103444, 40.69899586]} },
{type: 'Feature',properties:{Name: '4', Address: '227-12 114TH DRIVE, QUEENS VILLAGE', Month: '4', Price: '1447'}, geometry: { type: 'Point', coordinates:[-73.73026521, 40.70014961]} },
{type: 'Feature',properties:{Name: '4', Address: '114-119 228TH STREET, QUEENS VILLAGE', Month: '8', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.7302865, 40.69845339]} },
{type: 'Feature',properties:{Name: '4', Address: '1141-27 230TH STREET, QUEENS VILLAGE', Month: '2', Price: '1307'}, geometry: { type: 'Point', coordinates:[-73.72828745, 40.69784209]} },
{type: 'Feature',properties:{Name: '4', Address: '114-85 230TH STREET, QUEENS VILLAGE', Month: '2', Price: '1948'}, geometry: { type: 'Point', coordinates:[-73.72835048, 40.69830336]} },
{type: 'Feature',properties:{Name: '4', Address: '1141-16 231ST STREET, QUEENS VILLAGE', Month: '12', Price: '1170'}, geometry: { type: 'Point', coordinates:[-73.72794882, 40.69775071]} },
{type: 'Feature',properties:{Name: '4', Address: '82-35 COUNTRY POINTE CRCL, QUEENS VILLAGE', Month: '12', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.73381367, 40.73545565]} },
{type: 'Feature',properties:{Name: '4', Address: '82-159 COUNTRY POINTE CIRCL, QUEENS VILLAGE', Month: '1', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.73462, 40.73413179]} },
{type: 'Feature',properties:{Name: '4', Address: '82-100 COUNTRY POINTE CIRCL, QUEENS VILLAGE', Month: '3', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.73396243, 40.73434711]} },
{type: 'Feature',properties:{Name: '4', Address: '237-22 UNION TURNPIKE, QUEENS VILLAGE', Month: '5', Price: '2142'}, geometry: { type: 'Point', coordinates:[-73.73461714, 40.738474]} },
{type: 'Feature',properties:{Name: '4', Address: '232-05 HILLSIDE AVENUE, QUEENS VILLAGE', Month: '7', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.7378455, 40.73329928]} },
{type: 'Feature',properties:{Name: '4', Address: '82-63 233 STREET, QUEENS VILLAGE', Month: '5', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.73719783, 40.73375343]} },
{type: 'Feature',properties:{Name: '4', Address: '234-05 HILLSIDE AVENUE, QUEENS VILLAGE', Month: '2', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.73602622, 40.73347902]} },
{type: 'Feature',properties:{Name: '4', Address: '86-20 232ND STREET, QUEENS VILLAGE', Month: '6', Price: '1701'}, geometry: { type: 'Point', coordinates:[-73.73776532, 40.73258546]} },
{type: 'Feature',properties:{Name: '4', Address: '232-01 87TH AVENUE, QUEENS VILLAGE', Month: '2', Price: '1268'}, geometry: { type: 'Point', coordinates:[-73.73716018, 40.73140657]} },
{type: 'Feature',properties:{Name: '4', Address: '86-35 232ND STREET, QUEENS VILLAGE', Month: '5', Price: '1268'}, geometry: { type: 'Point', coordinates:[-73.73767938, 40.73241783]} },
{type: 'Feature',properties:{Name: '4', Address: '232-14 HILLSIDE AVENUE, QUEENS VILLAGE', Month: '12', Price: '1840'}, geometry: { type: 'Point', coordinates:[-73.73777336, 40.73329362]} },
{type: 'Feature',properties:{Name: '4', Address: '232-16 HILLSIDE AVENUE, QUEENS VILLAGE', Month: '7', Price: '1840'}, geometry: { type: 'Point', coordinates:[-73.73776252, 40.73329634]} },
{type: 'Feature',properties:{Name: '4', Address: '8603 233RD STREET, QUEENS VILLAGE', Month: '9', Price: '1840'}, geometry: { type: 'Point', coordinates:[-73.73700858, 40.73325071]} },
{type: 'Feature',properties:{Name: '4', Address: '8667 MUSKET, QUEENS VILLAGE', Month: '7', Price: '2432'}, geometry: { type: 'Point', coordinates:[-73.73479497, 40.73187325]} },
{type: 'Feature',properties:{Name: '4', Address: '233-75 87TH AVENUE, QUEENS VILLAGE', Month: '11', Price: '1950'}, geometry: { type: 'Point', coordinates:[-73.7335429, 40.73097831]} },
{type: 'Feature',properties:{Name: '4', Address: '234-23 88 AVENUE, QUEENS VILLAGE', Month: '4', Price: '2070'}, geometry: { type: 'Point', coordinates:[-73.73157559, 40.73029853]} },
{type: 'Feature',properties:{Name: '4', Address: '234-17 88TH AVENUE, QUEENS VILLAGE', Month: '10', Price: '1608'}, geometry: { type: 'Point', coordinates:[-73.73203015, 40.73031331]} },
{type: 'Feature',properties:{Name: '4', Address: '234-17 88TH AVENUE, QUEENS VILLAGE', Month: '6', Price: '1608'}, geometry: { type: 'Point', coordinates:[-73.73203015, 40.73031331]} },
{type: 'Feature',properties:{Name: '4', Address: '88-09 WINCHESTER BLVD, QUEENS VILLAGE', Month: '6', Price: '1321'}, geometry: { type: 'Point', coordinates:[-73.73656882, 40.73039789]} },
{type: 'Feature',properties:{Name: '4', Address: '88-56 SABRE STREET, QUEENS VILLAGE', Month: '10', Price: '1536'}, geometry: { type: 'Point', coordinates:[-73.73597342, 40.72950173]} },
{type: 'Feature',properties:{Name: '4', Address: '88-41 SABRE STREET, QUEENS VILLAGE', Month: '9', Price: '1321'}, geometry: { type: 'Point', coordinates:[-73.73586427, 40.72973204]} },
{type: 'Feature',properties:{Name: '4', Address: '88-50 RANSOM STREET, QUEENS VILLAGE', Month: '7', Price: '1321'}, geometry: { type: 'Point', coordinates:[-73.73501739, 40.72947483]} },
{type: 'Feature',properties:{Name: '4', Address: '88-08 MOLINE STREET, QUEENS VILLAGE', Month: '7', Price: '1393'}, geometry: { type: 'Point', coordinates:[-73.73281777, 40.73005164]} },
{type: 'Feature',properties:{Name: '4', Address: '88-15 MOLINE STREET, QUEENS VILLAGE', Month: '8', Price: '2045'}, geometry: { type: 'Point', coordinates:[-73.73281072, 40.73001045]} },
{type: 'Feature',properties:{Name: '4', Address: '8932 LYMAN STREET, QUEENS VILLAGE', Month: '4', Price: '1606'}, geometry: { type: 'Point', coordinates:[-73.73251447, 40.72830801]} },
{type: 'Feature',properties:{Name: '4', Address: '89-22 GETTYSBURG STREET, QUEENS VILLAGE', Month: '9', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.73147152, 40.72836871]} },
{type: 'Feature',properties:{Name: '4', Address: '89-24 GETTYSBURG STREET, QUEENS VILLAGE', Month: '11', Price: '1620'}, geometry: { type: 'Point', coordinates:[-73.7314861, 40.72833032]} },
{type: 'Feature',properties:{Name: '4', Address: '89-25 LYMAN STREET, QUEENS VILLAGE', Month: '9', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.73243817, 40.72844233]} },
{type: 'Feature',properties:{Name: '4', Address: '212-29 JAMAICA AVENUE, QUEENS VILLAGE', Month: '8', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.74592219, 40.71590457]} },
{type: 'Feature',properties:{Name: '4', Address: '212-27 JAMAICA AVENUE, QUEENS VILLAGE', Month: '2', Price: '1976'}, geometry: { type: 'Point', coordinates:[-73.74595468, 40.71589915]} },
{type: 'Feature',properties:{Name: '4', Address: '94-39 213TH STREET, QUEENS VILLAGE', Month: '10', Price: '930'}, geometry: { type: 'Point', coordinates:[-73.74527188, 40.71710809]} },
{type: 'Feature',properties:{Name: '4', Address: '213-07 JAMAICA AVENUE, QUEENS VILLAGE', Month: '10', Price: '2016'}, geometry: { type: 'Point', coordinates:[-73.74456103, 40.7162172]} },
{type: 'Feature',properties:{Name: '4', Address: '94-44 214 STREET, QUEENS VILLAGE', Month: '1', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.74439467, 40.71726808]} },
{type: 'Feature',properties:{Name: '4', Address: '214-83 JAMAICA AVENUE, QUEENS VILLAGE', Month: '4', Price: '1900'}, geometry: { type: 'Point', coordinates:[-73.74118148, 40.71700838]} },
{type: 'Feature',properties:{Name: '4', Address: '21503 JAMAICA AVENUE, QUEENS VILLAGE', Month: '5', Price: '2478'}, geometry: { type: 'Point', coordinates:[-73.74057128, 40.71714974]} },
{type: 'Feature',properties:{Name: '4', Address: '93-40 212TH PLACE, QUEENS VILLAGE', Month: '7', Price: '1296'}, geometry: { type: 'Point', coordinates:[-73.74692306, 40.71832217]} },
{type: 'Feature',properties:{Name: '4', Address: '217-02 91ST AVENUE, QUEENS VILLAGE', Month: '10', Price: '2168'}, geometry: { type: 'Point', coordinates:[-73.74313513, 40.72396526]} },
{type: 'Feature',properties:{Name: '4', Address: '212-37 91 AVENUE, QUEENS VILLAGE', Month: '3', Price: '4352'}, geometry: { type: 'Point', coordinates:[-73.74821113, 40.7211329]} },
{type: 'Feature',properties:{Name: '4', Address: '89-65 212TH PLACE, QUEENS VILLAGE', Month: '7', Price: '1832'}, geometry: { type: 'Point', coordinates:[-73.75048858, 40.72277923]} },
{type: 'Feature',properties:{Name: '4', Address: '89-05 215TH STREET, QUEENS VILLAGE', Month: '9', Price: '1278'}, geometry: { type: 'Point', coordinates:[-73.74850892, 40.72539068]} },
{type: 'Feature',properties:{Name: '4', Address: '89-70 216TH STREET, QUEENS VILLAGE', Month: '8', Price: '1540'}, geometry: { type: 'Point', coordinates:[-73.74601627, 40.72529463]} },
{type: 'Feature',properties:{Name: '4', Address: '8978 217TH STREET, QUEENS VILLAGE', Month: '1', Price: '1848'}, geometry: { type: 'Point', coordinates:[-73.74514541, 40.72565228]} },
{type: 'Feature',properties:{Name: '4', Address: '8978 217TH STREET, QUEENS VILLAGE', Month: '6', Price: '1848'}, geometry: { type: 'Point', coordinates:[-73.74514541, 40.72565228]} },
{type: 'Feature',properties:{Name: '4', Address: '89-34 217TH STREET, QUEENS VILLAGE', Month: '1', Price: '2146'}, geometry: { type: 'Point', coordinates:[-73.74588598, 40.72634834]} },
{type: 'Feature',properties:{Name: '4', Address: '89-60 218 STREET, QUEENS VILLAGE', Month: '10', Price: '1778'}, geometry: { type: 'Point', coordinates:[-73.74468797, 40.72639784]} },
{type: 'Feature',properties:{Name: '4', Address: '89-11 219 STREET, QUEENS VILLAGE', Month: '11', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.74405726, 40.72810094]} },
{type: 'Feature',properties:{Name: '4', Address: '89-84 SPRINGFIELD BOULEVAR, QUEENS VILLAGE', Month: '11', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.74215626, 40.72706192]} },
{type: 'Feature',properties:{Name: '4', Address: '88-11 213 STREET, QUEENS VILLAGE', Month: '1', Price: '1321'}, geometry: { type: 'Point', coordinates:[-73.7522866, 40.72531927]} },
{type: 'Feature',properties:{Name: '4', Address: '88-11 213TH STREET, QUEENS VILLAGE', Month: '11', Price: '1321'}, geometry: { type: 'Point', coordinates:[-73.7522866, 40.72531927]} },
{type: 'Feature',properties:{Name: '4', Address: '88-11 213TH STREET, QUEENS VILLAGE', Month: '12', Price: '1321'}, geometry: { type: 'Point', coordinates:[-73.7522866, 40.72531927]} },
{type: 'Feature',properties:{Name: '4', Address: '215-14 HILLSIDE AVENUE, QUEENS VILLAGE', Month: '7', Price: '1936'}, geometry: { type: 'Point', coordinates:[-73.74959241, 40.72700971]} },
{type: 'Feature',properties:{Name: '4', Address: '88-26 216 STREET, QUEENS VILLAGE', Month: '9', Price: '1636'}, geometry: { type: 'Point', coordinates:[-73.74812295, 40.72728099]} },
{type: 'Feature',properties:{Name: '4', Address: '88-07 216TH STREET, QUEENS VILLAGE', Month: '2', Price: '2227'}, geometry: { type: 'Point', coordinates:[-73.7482379, 40.72741573]} },
{type: 'Feature',properties:{Name: '4', Address: '88-19 217TH STREET, QUEENS VILLAGE', Month: '7', Price: '1384'}, geometry: { type: 'Point', coordinates:[-73.74739576, 40.72780913]} },
{type: 'Feature',properties:{Name: '4', Address: '218-44 HILLSIDE AVENUE, QUEENS VILLAGE', Month: '8', Price: '2360'}, geometry: { type: 'Point', coordinates:[-73.74582883, 40.72903534]} },
{type: 'Feature',properties:{Name: '4', Address: '94-75 218TH STREET, QUEENS VILLAGE', Month: '12', Price: '1269'}, geometry: { type: 'Point', coordinates:[-73.73741263, 40.71861927]} },
{type: 'Feature',properties:{Name: '4', Address: '93-33 218TH STREET, QUEENS VILLAGE', Month: '8', Price: '2960'}, geometry: { type: 'Point', coordinates:[-73.73901254, 40.72092302]} },
{type: 'Feature',properties:{Name: '4', Address: '93-20 219 STREET, QUEENS VILLAGE', Month: '2', Price: '2540'}, geometry: { type: 'Point', coordinates:[-73.73771762, 40.72178743]} },
{type: 'Feature',properties:{Name: '4', Address: '92-28 220TH STREET, QUEENS VILLAGE', Month: '6', Price: '1376'}, geometry: { type: 'Point', coordinates:[-73.7377612, 40.72446368]} },
{type: 'Feature',properties:{Name: '4', Address: '92-34 220 STREET, QUEENS VILLAGE', Month: '6', Price: '1961'}, geometry: { type: 'Point', coordinates:[-73.73766056, 40.72436738]} },
{type: 'Feature',properties:{Name: '4', Address: '92-73 220TH STREET, QUEENS VILLAGE', Month: '8', Price: '3124'}, geometry: { type: 'Point', coordinates:[-73.73666479, 40.72345933]} },
{type: 'Feature',properties:{Name: '4', Address: '91-24 221ST PLACE, QUEENS VILLAGE', Month: '10', Price: '1468'}, geometry: { type: 'Point', coordinates:[-73.73764456, 40.72659884]} },
{type: 'Feature',properties:{Name: '4', Address: '94-69 SPRINGFIELD BLVD, QUEENS VILLAGE', Month: '7', Price: '2319'}, geometry: { type: 'Point', coordinates:[-73.73555499, 40.71947413]} },
{type: 'Feature',properties:{Name: '4', Address: '220-15 94TH AVENUE, QUEENS VILLAGE', Month: '6', Price: '1262'}, geometry: { type: 'Point', coordinates:[-73.7349737, 40.7214106]} },
{type: 'Feature',properties:{Name: '4', Address: '220-43 93RD ROAD, QUEENS VILLAGE', Month: '11', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.73517294, 40.72211097]} },
{type: 'Feature',properties:{Name: '4', Address: '92-37 WINCHESTER BOULEVARD, QUEENS VILLAGE', Month: '10', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.73633052, 40.72496819]} },
{type: 'Feature',properties:{Name: '4', Address: '221-76 91ST ROAD, QUEENS VILLAGE', Month: '9', Price: '1536'}, geometry: { type: 'Point', coordinates:[-73.73602619, 40.72711116]} },
{type: 'Feature',properties:{Name: '4', Address: '91-42 222ND STREET, QUEENS VILLAGE', Month: '3', Price: '2750'}, geometry: { type: 'Point', coordinates:[-73.73508813, 40.72711175]} },
{type: 'Feature',properties:{Name: '4', Address: '221-68 91ST AVENUE, QUEENS VILLAGE', Month: '11', Price: '1568'}, geometry: { type: 'Point', coordinates:[-73.73609907, 40.72784144]} },
{type: 'Feature',properties:{Name: '4', Address: '90-21 WINCHESTER BOULEVARD, QUEENS VILLAGE', Month: '4', Price: '1369'}, geometry: { type: 'Point', coordinates:[-73.73710441, 40.72816487]} },
{type: 'Feature',properties:{Name: '4', Address: '93-50 224TH STREET, QUEENS VILLAGE', Month: '1', Price: '2703'}, geometry: { type: 'Point', coordinates:[-73.73133663, 40.72244793]} },
{type: 'Feature',properties:{Name: '4', Address: '222-18 93RD AVENUE, QUEENS VILLAGE', Month: '8', Price: '1744'}, geometry: { type: 'Point', coordinates:[-73.73328155, 40.72325667]} },
{type: 'Feature',properties:{Name: '4', Address: '222-20 93RD AVENUE, QUEENS VILLAGE', Month: '9', Price: '1744'}, geometry: { type: 'Point', coordinates:[-73.73327794, 40.72325666]} },
{type: 'Feature',properties:{Name: '4', Address: '92-10 GETTYSBURG STREET, QUEENS VILLAGE', Month: '2', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.73134347, 40.72701799]} },
{type: 'Feature',properties:{Name: '4', Address: '100-02 SPRINGFIELD BLVD, QUEENS VILLAGE', Month: '7', Price: '1846'}, geometry: { type: 'Point', coordinates:[-73.73562751, 40.71483563]} },
{type: 'Feature',properties:{Name: '4', Address: '218-40 99 AVENUE, QUEENS VILLAGE', Month: '5', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.73641772, 40.71569106]} },
{type: 'Feature',properties:{Name: '4', Address: '218-87 HEMPSTEAD AVENUE, QUEENS VILLAGE', Month: '2', Price: '2240'}, geometry: { type: 'Point', coordinates:[-73.73516182, 40.7131081]} },
{type: 'Feature',properties:{Name: '4', Address: '219-40 100TH AVENUE, QUEENS VILLAGE', Month: '11', Price: '2470'}, geometry: { type: 'Point', coordinates:[-73.73493788, 40.71499598]} },
{type: 'Feature',properties:{Name: '4', Address: '102-18 221ST STREET, QUEENS VILLAGE', Month: '5', Price: '1700'}, geometry: { type: 'Point', coordinates:[-73.73275678, 40.71287198]} },
{type: 'Feature',properties:{Name: '4', Address: '101-10 221ST STREET, QUEENS VILLAGE', Month: '1', Price: '2968'}, geometry: { type: 'Point', coordinates:[-73.73237435, 40.71378784]} },
{type: 'Feature',properties:{Name: '4', Address: '100-45 221ST STREET, QUEENS VILLAGE', Month: '2', Price: '2815'}, geometry: { type: 'Point', coordinates:[-73.73211962, 40.71434169]} },
{type: 'Feature',properties:{Name: '4', Address: '97-49 220TH STREET, QUEENS VILLAGE', Month: '10', Price: '2371'}, geometry: { type: 'Point', coordinates:[-73.73329862, 40.71718802]} },
{type: 'Feature',properties:{Name: '4', Address: '95-15 222ND STREET, QUEENS VILLAGE', Month: '7', Price: '1710'}, geometry: { type: 'Point', coordinates:[-73.73210816, 40.71988336]} },
{type: 'Feature',properties:{Name: '4', Address: '99-27 217TH STREET, QUEENS VILLAGE', Month: '5', Price: '2366'}, geometry: { type: 'Point', coordinates:[-73.74158764, 40.71459664]} },
{type: 'Feature',properties:{Name: '4', Address: '104-31 212TH PLACE, QUEENS VILLAGE', Month: '12', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.74543653, 40.7108339]} },
{type: 'Feature',properties:{Name: '4', Address: '104-31 212TH PLACE, QUEENS VILLAGE', Month: '6', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.74543653, 40.7108339]} },
{type: 'Feature',properties:{Name: '4', Address: '104-61 214TH STREET, QUEENS VILLAGE', Month: '2', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.744633, 40.71155399]} },
{type: 'Feature',properties:{Name: '4', Address: '102-09 217TH PLACE, QUEENS VILLAGE', Month: '2', Price: '1447'}, geometry: { type: 'Point', coordinates:[-73.74002237, 40.71360225]} },
{type: 'Feature',properties:{Name: '4', Address: '218-37 105TH AVENUE, QUEENS VILLAGE', Month: '3', Price: '2560'}, geometry: { type: 'Point', coordinates:[-73.73858603, 40.71193292]} },
{type: 'Feature',properties:{Name: '4', Address: '109-47 217 ST, QUEENS VILLAGE', Month: '6', Price: '1814'}, geometry: { type: 'Point', coordinates:[-73.74094682, 40.70962991]} },
{type: 'Feature',properties:{Name: '4', Address: '209-08 111TH AVENUE, QUEENS VILLAGE', Month: '5', Price: '1883'}, geometry: { type: 'Point', coordinates:[-73.74757804, 40.7063564]} },
{type: 'Feature',properties:{Name: '4', Address: '209-41 112TH AVENUE, QUEENS VILLAGE', Month: '11', Price: '1608'}, geometry: { type: 'Point', coordinates:[-73.74624782, 40.70522537]} },
{type: 'Feature',properties:{Name: '4', Address: '113-58 SPRINGFIELD BLVD, QUEENS VILLAGE', Month: '5', Price: '1560'}, geometry: { type: 'Point', coordinates:[-73.74092838, 40.70230955]} },
{type: 'Feature',properties:{Name: '4', Address: '113-41 212TH STREET, QUEENS VILLAGE', Month: '3', Price: '1572'}, geometry: { type: 'Point', coordinates:[-73.74363106, 40.7038362]} },
{type: 'Feature',properties:{Name: '4', Address: '212-27 113 AVENUE, QUEENS VILLAGE', Month: '3', Price: '1480'}, geometry: { type: 'Point', coordinates:[-73.74371436, 40.70468453]} },
{type: 'Feature',properties:{Name: '4', Address: '215-37 112TH AVENUE, QUEENS VILLAGE', Month: '6', Price: '1672'}, geometry: { type: 'Point', coordinates:[-73.74148147, 40.70570059]} },
{type: 'Feature',properties:{Name: '4', Address: '216-35 111TH AVENUE, QUEENS VILLAGE', Month: '6', Price: '1552'}, geometry: { type: 'Point', coordinates:[-73.74090994, 40.70705522]} },
{type: 'Feature',properties:{Name: '4', Address: '223-22 HEMPSTEAD AVENUE, QUEENS VILLAGE', Month: '9', Price: '2128'}, geometry: { type: 'Point', coordinates:[-73.73047008, 40.7119197]} },
{type: 'Feature',properties:{Name: '4', Address: '227-21 107TH AVENUE, QUEENS VILLAGE', Month: '11', Price: '1577'}, geometry: { type: 'Point', coordinates:[-73.72875146, 40.70788907]} },
{type: 'Feature',properties:{Name: '4', Address: '220-24 107TH AVENUE, QUEENS VILLAGE', Month: '7', Price: '1472'}, geometry: { type: 'Point', coordinates:[-73.73532389, 40.70953752]} },
{type: 'Feature',properties:{Name: '4', Address: '225-19 108 AVE, QUEENS VILLAGE', Month: '5', Price: '1564'}, geometry: { type: 'Point', coordinates:[-73.73083703, 40.7076936]} },
{type: 'Feature',properties:{Name: '4', Address: '225-19 108TH AVE, QUEENS VILLAGE', Month: '2', Price: '1564'}, geometry: { type: 'Point', coordinates:[-73.73083703, 40.7076936]} },
{type: 'Feature',properties:{Name: '4', Address: '225-31 109TH AVENUE, QUEENS VILLAGE', Month: '12', Price: '1620'}, geometry: { type: 'Point', coordinates:[-73.73110659, 40.70703823]} },
{type: 'Feature',properties:{Name: '4', Address: '109-15 SPRINGFIELD BLVD, QUEENS VILLAGE', Month: '6', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.73827414, 40.70868515]} },
{type: 'Feature',properties:{Name: '4', Address: '111-31 SPRINGFIELD BLVD, QUEENS VILLAGE', Month: '9', Price: '1734'}, geometry: { type: 'Point', coordinates:[-73.73957992, 40.70589942]} },
{type: 'Feature',properties:{Name: '4', Address: '109-22 223 STREET, QUEENS VILLAGE', Month: '2', Price: '1140'}, geometry: { type: 'Point', coordinates:[-73.73332004, 40.70732609]} },
{type: 'Feature',properties:{Name: '4', Address: '221-41 112TH ROAD, QUEENS VILLAGE', Month: '10', Price: '1630'}, geometry: { type: 'Point', coordinates:[-73.73578655, 40.70474345]} },
{type: 'Feature',properties:{Name: '4', Address: '225-32 113TH AVENUE, QUEENS VILLAGE', Month: '8', Price: '2192'}, geometry: { type: 'Point', coordinates:[-73.73194164, 40.70388094]} },
{type: 'Feature',properties:{Name: '4', Address: '215-49 MURDOCK AVENUE, QUEENS VILLAGE', Month: '2', Price: '1672'}, geometry: { type: 'Point', coordinates:[-73.73882518, 40.70337251]} },
{type: 'Feature',properties:{Name: '4', Address: '216-44 113TH DRIVE, QUEENS VILLAGE', Month: '8', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.73954941, 40.70263032]} },
{type: 'Feature',properties:{Name: '4', Address: '219-27 114TH AVENUE, QUEENS VILLAGE', Month: '8', Price: '1824'}, geometry: { type: 'Point', coordinates:[-73.73790772, 40.7018855]} },
{type: 'Feature',properties:{Name: '4', Address: '227-64 114TH ROAD, QUEENS VILLAGE', Month: '9', Price: '1384'}, geometry: { type: 'Point', coordinates:[-73.72994849, 40.70087898]} },
{type: 'Feature',properties:{Name: '4', Address: '114-88 225TH STREET, QUEENS VILLAGE', Month: '12', Price: '1080'}, geometry: { type: 'Point', coordinates:[-73.73293408, 40.69923085]} },
{type: 'Feature',properties:{Name: '4', Address: '114-90 225TH STREET, QUEENS VILLAGE', Month: '4', Price: '1080'}, geometry: { type: 'Point', coordinates:[-73.73294863, 40.69919794]} },
{type: 'Feature',properties:{Name: '4', Address: '1141-02 230TH STREET, QUEENS VILLAGE', Month: '6', Price: '1157'}, geometry: { type: 'Point', coordinates:[-73.72846064, 40.69870436]} },
{type: 'Feature',properties:{Name: '4', Address: '1141-02 230TH STREET, QUEENS VILLAGE', Month: '9', Price: '1157'}, geometry: { type: 'Point', coordinates:[-73.72846064, 40.69870436]} },
{type: 'Feature',properties:{Name: '4', Address: '235-06 HILLSIDE AVENUE, QUEENS VILLAGE', Month: '1', Price: '2479'}, geometry: { type: 'Point', coordinates:[-73.73488277, 40.73338582]} },
{type: 'Feature',properties:{Name: '4', Address: '88-25 RANSOM STREET, QUEENS VILLAGE', Month: '7', Price: '3202'}, geometry: { type: 'Point', coordinates:[-73.73483175, 40.72988612]} },
{type: 'Feature',properties:{Name: '4', Address: '89-11 PONTIAC STREET, QUEENS VILLAGE', Month: '3', Price: '3190'}, geometry: { type: 'Point', coordinates:[-73.73405478, 40.72928871]} },
{type: 'Feature',properties:{Name: '4', Address: '90-33 212 PLACE, QUEENS VILLAGE', Month: '7', Price: '1364'}, geometry: { type: 'Point', coordinates:[-73.74911833, 40.72164266]} },
{type: 'Feature',properties:{Name: '4', Address: '213-14 HILLSIDE AVENUE, QUEENS VILLAGE', Month: '1', Price: '2020'}, geometry: { type: 'Point', coordinates:[-73.75237905, 40.72568178]} },
{type: 'Feature',properties:{Name: '4', Address: '94-87 218 STREET, QUEENS VILLAGE', Month: '9', Price: '5292'}, geometry: { type: 'Point', coordinates:[-73.73725842, 40.71838835]} },
{type: 'Feature',properties:{Name: '4', Address: '94-85 218 STREET, QUEENS VILLAGE', Month: '5', Price: '3321'}, geometry: { type: 'Point', coordinates:[-73.73728352, 40.71842684]} },
{type: 'Feature',properties:{Name: '4', Address: '94-83 218 STREET, QUEENS VILLAGE', Month: '5', Price: '3528'}, geometry: { type: 'Point', coordinates:[-73.73730862, 40.71846532]} },
{type: 'Feature',properties:{Name: '4', Address: '222-23 96 AVENUE, QUEENS VILLAGE', Month: '11', Price: '3776'}, geometry: { type: 'Point', coordinates:[-73.73146782, 40.71943722]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 88TH AVENUE, QUEENS VILLAGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.73179025, 40.73075191]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 88TH AVENUE, QUEENS VILLAGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.73179025, 40.73075191]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 213TH STREET, QUEENS VILLAGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75073895, 40.72432507]} },
{type: 'Feature',properties:{Name: '4', Address: '221-09 HEMPSTEAD AVENUE, QUEENS VILLAGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.73277984, 40.71251795]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 217TH PLACE, QUEENS VILLAGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.73967263, 40.71356029]} },
{type: 'Feature',properties:{Name: '4', Address: '88-09 PONTIAC ST, QUEENS VILLAGE', Month: '10', Price: '3175'}, geometry: { type: 'Point', coordinates:[-73.73364642, 40.73035549]} },
{type: 'Feature',properties:{Name: '4', Address: '216-01 HILLSIDE AVENUE, QUEENS VILLAGE', Month: '2', Price: '6240'}, geometry: { type: 'Point', coordinates:[-73.74830917, 40.72765194]} },
{type: 'Feature',properties:{Name: '4', Address: '217-19 HILLSIDE AVENUE, QUEENS VILLAGE', Month: '8', Price: '10870'}, geometry: { type: 'Point', coordinates:[-73.74725561, 40.7286103]} },
{type: 'Feature',properties:{Name: '4', Address: '217-09 HILLSIDE AVENUE, QUEENS VILLAGE', Month: '8', Price: '10775'}, geometry: { type: 'Point', coordinates:[-73.74726414, 40.72826447]} },
{type: 'Feature',properties:{Name: '4', Address: '221-15 HEMPSTEAD AVE, QUEENS VILLAGE', Month: '4', Price: '21600'}, geometry: { type: 'Point', coordinates:[-73.7327366, 40.71250687]} },
{type: 'Feature',properties:{Name: '4', Address: '212-10 99TH AVENUE, QUEENS VILLAGE', Month: '6', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.74647321, 40.7142452]} },
{type: 'Feature',properties:{Name: '4', Address: '107-05 MONTEREY STREET, QUEENS VILLAGE', Month: '12', Price: '3828'}, geometry: { type: 'Point', coordinates:[-73.73860666, 40.71035198]} },
{type: 'Feature',properties:{Name: '4', Address: '220-24 STRONGHURST AVENUE, 19-18, QUEENS VILLAGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74610974, 40.73201129]} },
{type: 'Feature',properties:{Name: '4', Address: '221-67 MANOR ROAD, 17-19, QUEENS VILLAGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74382514, 40.73217091]} },
{type: 'Feature',properties:{Name: '4', Address: '221-63 MANOR ROAD, 17-17, QUEENS VILLAGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74387928, 40.73216554]} },
{type: 'Feature',properties:{Name: '4', Address: '224-15 MANOR ROAD, 25-1, QUEENS VILLAGE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74287928, 40.73323652]} },
{type: 'Feature',properties:{Name: '4', Address: '224-15 MANOR ROAD, 25-2, QUEENS VILLAGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74287928, 40.73323652]} },
{type: 'Feature',properties:{Name: '4', Address: '224-03 MANOR RD, B-24, QUEENS VILLAGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74289374, 40.73323106]} },
{type: 'Feature',properties:{Name: '4', Address: '220-12 STRONGHURST AVENUE, 19-5, QUEENS VILLAGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74610974, 40.73201129]} },
{type: 'Feature',properties:{Name: '4', Address: '221-49 MANOR ROAD, 13-22, QUEENS VILLAGE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74406698, 40.73214675]} },
{type: 'Feature',properties:{Name: '4', Address: '228-02 STRONGHURST AVENUE, 31-2, QUEENS VILLAGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74520852, 40.73273666]} },
{type: 'Feature',properties:{Name: '4', Address: '221-27 MANOR ROAD, 13-3, QUEENS VILLAGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74354431, 40.73201109]} },
{type: 'Feature',properties:{Name: '4', Address: '86-57 SPRINGFIELD BOULEVAR, 17-8, QUEENS VILLAGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74507885, 40.73173453]} },
{type: 'Feature',properties:{Name: '4', Address: '221-89 MANOR ROAD, 21-4, QUEENS VILLAGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74399485, 40.73213835]} },
{type: 'Feature',properties:{Name: '4', Address: '86-83 SPRINGFIELD BLVD, 15-7, QUEENS VILLAGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74639388, 40.73130102]} },
{type: 'Feature',properties:{Name: '4', Address: '86-55 SPRINGFIELD BOULEVAR, 17-5, QUEENS VILLAGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74507885, 40.73173453]} },
{type: 'Feature',properties:{Name: '4', Address: '221-30 MANOR ROAD, 119, QUEENS VILLAGE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74353693, 40.73205499]} },
{type: 'Feature',properties:{Name: '4', Address: '225-09 HILLSIDE AVENUE, 3-9, QUEENS VILLAGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74144163, 40.73177857]} },
{type: 'Feature',properties:{Name: '4', Address: '224-02 MANOR ROAD, 140-02, QUEENS VILLAGE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74286851, 40.73322277]} },
{type: 'Feature',properties:{Name: '4', Address: '224-02 MANOR ROAD, 10-1, QUEENS VILLAGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74286851, 40.73322277]} },
{type: 'Feature',properties:{Name: '4', Address: '225-17 HILLSIDE AVENUE, 44, QUEENS VILLAGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74143802, 40.73177857]} },
{type: 'Feature',properties:{Name: '4', Address: '225-32 MANOR ROAD, 8-18, QUEENS VILLAGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7418247, 40.73348668]} },
{type: 'Feature',properties:{Name: '4', Address: '225-15 HILLSIDE AVENUE, 4-02, QUEENS VILLAGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74143802, 40.73177857]} },
{type: 'Feature',properties:{Name: '4', Address: '227-23 HILLSIDE AVENUE, 5-22, QUEENS VILLAGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74072199, 40.73219416]} },
{type: 'Feature',properties:{Name: '4', Address: '225-23 HILLSIDE AVE, 4-09, QUEENS VILLAGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74143441, 40.7317813]} },
{type: 'Feature',properties:{Name: '4', Address: '224-11 HILLSIDE AVENUE, 206, QUEENS VILLAGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74207814, 40.73139848]} },
{type: 'Feature',properties:{Name: '4', Address: '220-20 STRONGHURST AVENUE, 19-14, QUEENS VILLAGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74610974, 40.73201129]} },
{type: 'Feature',properties:{Name: '4', Address: '225-11 88 AVENUE, 4107, QUEENS VILLAGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74112258, 40.73124537]} },
{type: 'Feature',properties:{Name: '4', Address: '229-12 HILLSIDE AVENUE, 50-4, QUEENS VILLAGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74020872, 40.73242631]} },
{type: 'Feature',properties:{Name: '4', Address: '229-05 87TH AVENUE, 46-6, QUEENS VILLAGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.73925249, 40.73151563]} },
{type: 'Feature',properties:{Name: '4', Address: '227-08 HILLSIDE AVENUE, 47-S, QUEENS VILLAGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7407076, 40.73218315]} },
{type: 'Feature',properties:{Name: '4', Address: '229-08 87TH AVENUE, 46-17, QUEENS VILLAGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.73925616, 40.73149917]} },
{type: 'Feature',properties:{Name: '4', Address: '227-16 HILLSIDE AVENUE, LOWER, QUEENS VILLAGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74026293, 40.73240173]} },
{type: 'Feature',properties:{Name: '4', Address: '229-02 87TH AVENUE, 46-12, QUEENS VILLAGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.73925977, 40.73149918]} },
{type: 'Feature',properties:{Name: '4', Address: '225-12 HILLSIDE AVENUE, 40-8, QUEENS VILLAGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74142364, 40.73176481]} },
{type: 'Feature',properties:{Name: '4', Address: '221-39 BRADDOCK AVENUE, 2, QUEENS VILLAGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.73978778, 40.72934024]} },
{type: 'Feature',properties:{Name: '4', Address: '224-14 HILLSIDE AVENUE, 39-7, QUEENS VILLAGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74206377, 40.73138472]} },
{type: 'Feature',properties:{Name: '4', Address: '224-16 HILLSIDE AVENUE, 39-9, QUEENS VILLAGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74205653, 40.7313902]} },
{type: 'Feature',properties:{Name: '4', Address: '221-21 BRADDOCK AVE, 32-20, QUEENS VILLAGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74117928, 40.72965079]} },
{type: 'Feature',properties:{Name: '4', Address: '221-19 BRADDOCK AVE, B32-1, QUEENS VILLAGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74124417, 40.72966466]} },
{type: 'Feature',properties:{Name: '4', Address: '225-14 88TH AVENUE, 3812, QUEENS VILLAGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74110468, 40.73120691]} },
{type: 'Feature',properties:{Name: '4', Address: '221-19 BRADDOCK AVENUE, 32-18, QUEENS VILLAGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74124417, 40.72966466]} },
{type: 'Feature',properties:{Name: '4', Address: '221-09 BRADDOCK AVENUE, 32-9, QUEENS VILLAGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74156501, 40.72973674]} },
{type: 'Feature',properties:{Name: '4', Address: '225-32 88TH AVENUE, 37-11, QUEENS VILLAGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74094642, 40.73108029]} },
{type: 'Feature',properties:{Name: '4', Address: '214-01A HILLSIDE AVE, 55B, QUEENS VILLAGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75159467, 40.72607808]} },
{type: 'Feature',properties:{Name: '4', Address: '222-89 BRADDOCK AVENUE, 4B, QUEENS VILLAGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.73558097, 40.72838371]} },
{type: 'Feature',properties:{Name: '4', Address: '214-57 JAMAICA AVENUE, QUEENS VILLAGE', Month: '3', Price: '3400'}, geometry: { type: 'Point', coordinates:[-73.7419325, 40.71683166]} },
{type: 'Feature',properties:{Name: '4', Address: '217-21 JAMAICA AVENUE, QUEENS VILLAGE', Month: '4', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.73728575, 40.71786142]} },
{type: 'Feature',properties:{Name: '4', Address: '217-21 JAMAICA AVENUE, QUEENS VILLAGE', Month: '11', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.73728575, 40.71786142]} },
{type: 'Feature',properties:{Name: '4', Address: '214-02 HILLSIDE AVENUE, QUEENS VILLAGE', Month: '11', Price: '3381'}, geometry: { type: 'Point', coordinates:[-73.75153331, 40.72608619]} },
{type: 'Feature',properties:{Name: '4', Address: '219-10 HILLSIDE AVENUE, QUEENS VILLAGE', Month: '3', Price: '8060'}, geometry: { type: 'Point', coordinates:[-73.74506562, 40.72953595]} },
{type: 'Feature',properties:{Name: '4', Address: '233-12 HILLSIDE AVENUE, QUEENS VILLAGE', Month: '4', Price: '1500'}, geometry: { type: 'Point', coordinates:[-73.73654596, 40.73344178]} },
{type: 'Feature',properties:{Name: '4', Address: '214-73 JAMAICA AVENUE, QUEENS VILLAGE', Month: '5', Price: '4932'}, geometry: { type: 'Point', coordinates:[-73.74135479, 40.7169676]} },
{type: 'Feature',properties:{Name: '4', Address: '215-47 JAMAICA AVENUE, QUEENS VILLAGE', Month: '6', Price: '2976'}, geometry: { type: 'Point', coordinates:[-73.73951697, 40.71739439]} },
{type: 'Feature',properties:{Name: '4', Address: '218-29 JAMAICA AVENUE, QUEENS VILLAGE', Month: '4', Price: '3800'}, geometry: { type: 'Point', coordinates:[-73.73637578, 40.71808716]} },
{type: 'Feature',properties:{Name: '4', Address: '220-07 JAMAICA AVENUE, QUEENS VILLAGE', Month: '9', Price: '2860'}, geometry: { type: 'Point', coordinates:[-73.7341533, 40.71906467]} },
{type: 'Feature',properties:{Name: '4', Address: '112-10/12 SPRINGFIELD BLVD., QUEENS VILLAGE', Month: '11', Price: '3352'}, geometry: { type: 'Point', coordinates:[-73.74029004, 40.70508033]} },
{type: 'Feature',properties:{Name: '4', Address: '111-36 SPRINGFIELD BOULEVAR, QUEENS VILLAGE', Month: '11', Price: '1040'}, geometry: { type: 'Point', coordinates:[-73.74000956, 40.70578785]} },
{type: 'Feature',properties:{Name: '4', Address: '112-31 SPRINGFIELD BLVD, QUEENS VILLAGE', Month: '5', Price: '970'}, geometry: { type: 'Point', coordinates:[-73.73999179, 40.7047942]} },
{type: 'Feature',properties:{Name: '4', Address: '110-38 SPRINGFIELD BLVD, QUEENS VILLAGE', Month: '5', Price: '1541'}, geometry: { type: 'Point', coordinates:[-73.7390518, 40.70721022]} },
{type: 'Feature',properties:{Name: '4', Address: '222-25 JAMAICA AVENUE, QUEENS VILLAGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.73192081, 40.72072008]} },
{type: 'Feature',properties:{Name: '4', Address: '111-38 SPRINGFIELD BOULEVAR, QUEENS VILLAGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74002416, 40.70574397]} },
{type: 'Feature',properties:{Name: '4', Address: '112TH ROAD, QUEENS VILLAGE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.739291, 40.70507258]} },
{type: 'Feature',properties:{Name: '4', Address: '112-45 SPRINGFIELD BLVD, QUEENS VILLAGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74009387, 40.70451447]} },
{type: 'Feature',properties:{Name: '4', Address: 'SPRINGFIELD BLVD, QUEENS VILLAGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.73979137, 40.70439576]} },
{type: 'Feature',properties:{Name: '4', Address: 'SPRINGFIELD BOULEVAR, QUEENS VILLAGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.73974758, 40.70452741]} },
{type: 'Feature',properties:{Name: '4', Address: '98-01 218TH STREET, QUEENS VILLAGE', Month: '8', Price: '9750'}, geometry: { type: 'Point', coordinates:[-73.73761275, 40.71635254]} },
{type: 'Feature',properties:{Name: '4', Address: '98-01 218TH STREET, QUEENS VILLAGE', Month: '6', Price: '9750'}, geometry: { type: 'Point', coordinates:[-73.73761275, 40.71635254]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 1 STREET, QUEENS-UNKNOWN', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9367214, 40.77576705]} },
{type: 'Feature',properties:{Name: '4', Address: '62-69 99TH STREET, REGO PARK', Month: '3', Price: '1952'}, geometry: { type: 'Point', coordinates:[-73.85750255, 40.73339698]} },
{type: 'Feature',properties:{Name: '4', Address: '99-42 64TH ROAD, REGO PARK', Month: '12', Price: '2083'}, geometry: { type: 'Point', coordinates:[-73.85432222, 40.73076078]} },
{type: 'Feature',properties:{Name: '4', Address: '99-46 64TH ROAD, REGO PARK', Month: '1', Price: '2083'}, geometry: { type: 'Point', coordinates:[-73.85426084, 40.73077991]} },
{type: 'Feature',properties:{Name: '4', Address: '99-71 65 ROAD, REGO PARK', Month: '12', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.85329296, 40.72955178]} },
{type: 'Feature',properties:{Name: '4', Address: '87-07 ELIOT AVENUE, REGO PARK', Month: '3', Price: '1592'}, geometry: { type: 'Point', coordinates:[-73.86971472, 40.730631]} },
{type: 'Feature',properties:{Name: '4', Address: '60-43 WETHEROLE STREET, REGO PARK', Month: '10', Price: '1607'}, geometry: { type: 'Point', coordinates:[-73.8707029, 40.73085719]} },
{type: 'Feature',properties:{Name: '4', Address: '86-17 ELIOT AVENUE, REGO PARK', Month: '8', Price: '1343'}, geometry: { type: 'Point', coordinates:[-73.87032549, 40.73011568]} },
{type: 'Feature',properties:{Name: '4', Address: '61-18 WETHEROLE STREET, REGO PARK', Month: '5', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.8693041, 40.73027097]} },
{type: 'Feature',properties:{Name: '4', Address: '6276 BOOTH STREET, REGO PARK', Month: '5', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.86645822, 40.72981757]} },
{type: 'Feature',properties:{Name: '4', Address: '6278 BOOTH STREET, REGO PARK', Month: '1', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.86638972, 40.72979279]} },
{type: 'Feature',properties:{Name: '4', Address: '62-97 AUSTIN STREET, REGO PARK', Month: '5', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.86668489, 40.72833292]} },
{type: 'Feature',properties:{Name: '4', Address: '62-91 AUSTIN STREET, REGO PARK', Month: '7', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.86687236, 40.7284045]} },
{type: 'Feature',properties:{Name: '4', Address: '63-12 BOOTH STREET, REGO PARK', Month: '12', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.86488987, 40.72924483]} },
{type: 'Feature',properties:{Name: '4', Address: '63-14 WETHEROLE STREET, REGO PARK', Month: '10', Price: '1632'}, geometry: { type: 'Point', coordinates:[-73.86523037, 40.72857825]} },
{type: 'Feature',properties:{Name: '4', Address: '64-06 WETHEROLE STREET, REGO PARK', Month: '3', Price: '1860'}, geometry: { type: 'Point', coordinates:[-73.86192073, 40.72737213]} },
{type: 'Feature',properties:{Name: '4', Address: '94-14 64TH ROAD, REGO PARK', Month: '9', Price: '912'}, geometry: { type: 'Point', coordinates:[-73.86145523, 40.72740725]} },
{type: 'Feature',properties:{Name: '4', Address: '61-32 AUSTIN STREET, REGO PARK', Month: '1', Price: '1632'}, geometry: { type: 'Point', coordinates:[-73.87042015, 40.72967937]} },
{type: 'Feature',properties:{Name: '4', Address: '62-58 AUSTIN STREET, REGO PARK', Month: '10', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.8681415, 40.72884786]} },
{type: 'Feature',properties:{Name: '4', Address: '62-37 ALDERTON STREET, REGO PARK', Month: '8', Price: '1668'}, geometry: { type: 'Point', coordinates:[-73.86809394, 40.72735741]} },
{type: 'Feature',properties:{Name: '4', Address: '63-05 ALDERTON STREET, REGO PARK', Month: '9', Price: '1640'}, geometry: { type: 'Point', coordinates:[-73.8668429, 40.72690034]} },
{type: 'Feature',properties:{Name: '4', Address: '63-29 ALDERTON, REGO PARK', Month: '6', Price: '1991'}, geometry: { type: 'Point', coordinates:[-73.86590913, 40.7265589]} },
{type: 'Feature',properties:{Name: '4', Address: '86-27 62ND AVENUE, REGO PARK', Month: '7', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.86996998, 40.72740071]} },
{type: 'Feature',properties:{Name: '4', Address: '88-82 62ND DRIVE, REGO PARK', Month: '1', Price: '1330'}, geometry: { type: 'Point', coordinates:[-73.86826468, 40.72676473]} },
{type: 'Feature',properties:{Name: '4', Address: '89-13 63RD AVENUE, REGO PARK', Month: '4', Price: '1330'}, geometry: { type: 'Point', coordinates:[-73.86779027, 40.72584195]} },
{type: 'Feature',properties:{Name: '4', Address: '88-15 63RD AVENUE, REGO PARK', Month: '10', Price: '1330'}, geometry: { type: 'Point', coordinates:[-73.868192, 40.72520563]} },
{type: 'Feature',properties:{Name: '4', Address: '88-09 63 AVENUE, REGO PARK', Month: '3', Price: '1330'}, geometry: { type: 'Point', coordinates:[-73.86821009, 40.7251782]} },
{type: 'Feature',properties:{Name: '4', Address: '88-32 62ND DRIVE, REGO PARK', Month: '4', Price: '2146'}, geometry: { type: 'Point', coordinates:[-73.8687605, 40.72598579]} },
{type: 'Feature',properties:{Name: '4', Address: '90-02 63 AVENUE, REGO PARK', Month: '2', Price: '1640'}, geometry: { type: 'Point', coordinates:[-73.86739223, 40.72643162]} },
{type: 'Feature',properties:{Name: '4', Address: '90-20 63RD AVENUE, REGO PARK', Month: '12', Price: '1640'}, geometry: { type: 'Point', coordinates:[-73.86733795, 40.7265139]} },
{type: 'Feature',properties:{Name: '4', Address: '89-18 63 AVE, REGO PARK', Month: '8', Price: '1330'}, geometry: { type: 'Point', coordinates:[-73.86775415, 40.72586112]} },
{type: 'Feature',properties:{Name: '4', Address: '89-20 63RD AVENUE, REGO PARK', Month: '9', Price: '2050'}, geometry: { type: 'Point', coordinates:[-73.86774692, 40.72586935]} },
{type: 'Feature',properties:{Name: '4', Address: '63-42 BOURTON STREET, REGO PARK', Month: '1', Price: '2244'}, geometry: { type: 'Point', coordinates:[-73.86676678, 40.7252726]} },
{type: 'Feature',properties:{Name: '4', Address: '63-28 FITCHETT STREET, REGO PARK', Month: '4', Price: '1710'}, geometry: { type: 'Point', coordinates:[-73.86798847, 40.72413494]} },
{type: 'Feature',properties:{Name: '4', Address: '63-126 ALDERTON STREET, REGO PARK', Month: '1', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.86271505, 40.72533921]} },
{type: 'Feature',properties:{Name: '4', Address: '63-160 ALDERTON STREET, REGO PARK', Month: '8', Price: '1494'}, geometry: { type: 'Point', coordinates:[-73.86169153, 40.72481099]} },
{type: 'Feature',properties:{Name: '4', Address: '63-12 CROMWELL CRESCENT, REGO PARK', Month: '1', Price: '1500'}, geometry: { type: 'Point', coordinates:[-73.86311943, 40.72343757]} },
{type: 'Feature',properties:{Name: '4', Address: '62-11 BOELSEN CRESCENT, REGO PARK', Month: '8', Price: '1448'}, geometry: { type: 'Point', coordinates:[-73.86162374, 40.72444586]} },
{type: 'Feature',properties:{Name: '4', Address: '64-25 BOELSEN CRESCENT, REGO PARK', Month: '1', Price: '1748'}, geometry: { type: 'Point', coordinates:[-73.86174282, 40.72269484]} },
{type: 'Feature',properties:{Name: '4', Address: '64-32 ALDERTON STREET, REGO PARK', Month: '4', Price: '1417'}, geometry: { type: 'Point', coordinates:[-73.85974778, 40.72268694]} },
{type: 'Feature',properties:{Name: '4', Address: '64-29 CROMWELL CRESCENT, REGO PARK', Month: '2', Price: '1595'}, geometry: { type: 'Point', coordinates:[-73.86243287, 40.72221808]} },
{type: 'Feature',properties:{Name: '4', Address: '64-43 DIETERLE CRESCENT, REGO PARK', Month: '1', Price: '1514'}, geometry: { type: 'Point', coordinates:[-73.86301127, 40.72164511]} },
{type: 'Feature',properties:{Name: '4', Address: '64-03 DIETERLE CRESCENT, REGO PARK', Month: '4', Price: '1628'}, geometry: { type: 'Point', coordinates:[-73.86345777, 40.72205736]} },
{type: 'Feature',properties:{Name: '4', Address: '64-10 CROMWELL CRESCENT, REGO PARK', Month: '6', Price: '1784'}, geometry: { type: 'Point', coordinates:[-73.86259137, 40.72233355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-43 DIETERLE CRESCENT, REGO PARK', Month: '10', Price: '1292'}, geometry: { type: 'Point', coordinates:[-73.8607509, 40.72087661]} },
{type: 'Feature',properties:{Name: '4', Address: '86-04 65TH DRIVE, REGO PARK', Month: '1', Price: '2720'}, geometry: { type: 'Point', coordinates:[-73.86253153, 40.71986045]} },
{type: 'Feature',properties:{Name: '4', Address: '85-23 65TH ROAD, REGO PARK', Month: '9', Price: '1188'}, geometry: { type: 'Point', coordinates:[-73.86400348, 40.71982102]} },
{type: 'Feature',properties:{Name: '4', Address: '85-14 65TH ROAD, REGO PARK', Month: '12', Price: '1548'}, geometry: { type: 'Point', coordinates:[-73.86404325, 40.7197799]} },
{type: 'Feature',properties:{Name: '4', Address: '85-32 65TH ROAD, REGO PARK', Month: '2', Price: '1548'}, geometry: { type: 'Point', coordinates:[-73.86394574, 40.71983468]} },
{type: 'Feature',properties:{Name: '4', Address: '85-19 65TH DRIVE, REGO PARK', Month: '1', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.86364052, 40.71913989]} },
{type: 'Feature',properties:{Name: '4', Address: '8536 65TH DRIVE, REGO PARK', Month: '6', Price: '3048'}, geometry: { type: 'Point', coordinates:[-73.86344191, 40.71923572]} },
{type: 'Feature',properties:{Name: '4', Address: '85-13 66TH AVENUE, REGO PARK', Month: '12', Price: '1766'}, geometry: { type: 'Point', coordinates:[-73.86306819, 40.71852713]} },
{type: 'Feature',properties:{Name: '4', Address: '85-20 66TH AVE, REGO PARK', Month: '12', Price: '1282'}, geometry: { type: 'Point', coordinates:[-73.86271437, 40.71866395]} },
{type: 'Feature',properties:{Name: '4', Address: '85-28 66 AVENUE, REGO PARK', Month: '11', Price: '1282'}, geometry: { type: 'Point', coordinates:[-73.86250135, 40.71875153]} },
{type: 'Feature',properties:{Name: '4', Address: '85-08 66TH ROAD, REGO PARK', Month: '4', Price: '1170'}, geometry: { type: 'Point', coordinates:[-73.86253914, 40.71791991]} },
{type: 'Feature',properties:{Name: '4', Address: '85-47 67TH AVENUE, REGO PARK', Month: '4', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.86095586, 40.7177396]} },
{type: 'Feature',properties:{Name: '4', Address: '85-45 67TH AVENUE, REGO PARK', Month: '6', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.8610064, 40.71772319]} },
{type: 'Feature',properties:{Name: '4', Address: '85-45 67TH AVENUE, REGO PARK', Month: '12', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.8610064, 40.71772319]} },
{type: 'Feature',properties:{Name: '4', Address: '85-45 67TH AVENUE, REGO PARK', Month: '1', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.8610064, 40.71772319]} },
{type: 'Feature',properties:{Name: '4', Address: '85-66 66TH AVENUE, REGO PARK', Month: '6', Price: '1435'}, geometry: { type: 'Point', coordinates:[-73.86096717, 40.71923551]} },
{type: 'Feature',properties:{Name: '4', Address: '85-66 66TH AVENUE, REGO PARK', Month: '5', Price: '1435'}, geometry: { type: 'Point', coordinates:[-73.86096717, 40.71923551]} },
{type: 'Feature',properties:{Name: '4', Address: '85-59 67TH AVENUE, REGO PARK', Month: '6', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.86019427, 40.71793904]} },
{type: 'Feature',properties:{Name: '4', Address: '85-74 66TH ROAD, REGO PARK', Month: '1', Price: '946'}, geometry: { type: 'Point', coordinates:[-73.8600917, 40.71868275]} },
{type: 'Feature',properties:{Name: '4', Address: '85-86 66TH ROAD, REGO PARK', Month: '6', Price: '1188'}, geometry: { type: 'Point', coordinates:[-73.85970197, 40.7187454]} },
{type: 'Feature',properties:{Name: '4', Address: '85-60 67TH AVENUE, REGO PARK', Month: '6', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.86017988, 40.71792256]} },
{type: 'Feature',properties:{Name: '4', Address: '85-80 67TH AVENUE, REGO PARK', Month: '1', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.85966742, 40.71802074]} },
{type: 'Feature',properties:{Name: '4', Address: '85-46 67TH ROAD, REGO PARK', Month: '6', Price: '1780'}, geometry: { type: 'Point', coordinates:[-73.86003706, 40.71721698]} },
{type: 'Feature',properties:{Name: '4', Address: '85-39 67TH DRIVE, REGO PARK', Month: '12', Price: '1480'}, geometry: { type: 'Point', coordinates:[-73.860183, 40.7164349]} },
{type: 'Feature',properties:{Name: '4', Address: '85-05 67TH DRIVE, REGO PARK', Month: '7', Price: '1788'}, geometry: { type: 'Point', coordinates:[-73.86073531, 40.71624892]} },
{type: 'Feature',properties:{Name: '4', Address: '85-14 67TH DRIVE, REGO PARK', Month: '11', Price: '1472'}, geometry: { type: 'Point', coordinates:[-73.86056568, 40.71629263]} },
{type: 'Feature',properties:{Name: '4', Address: '85-54 67TH DRIVE, REGO PARK', Month: '3', Price: '1472'}, geometry: { type: 'Point', coordinates:[-73.85990511, 40.71649494]} },
{type: 'Feature',properties:{Name: '4', Address: '67-29 ALDERTON STREET, REGO PARK', Month: '7', Price: '1655'}, geometry: { type: 'Point', coordinates:[-73.85882157, 40.71712492]} },
{type: 'Feature',properties:{Name: '4', Address: '66-45 ALDERTON STREET, REGO PARK', Month: '12', Price: '1701'}, geometry: { type: 'Point', coordinates:[-73.85897401, 40.71838769]} },
{type: 'Feature',properties:{Name: '4', Address: '66-12 SELFRIDGE STREET, REGO PARK', Month: '7', Price: '946'}, geometry: { type: 'Point', coordinates:[-73.8574425, 40.71929981]} },
{type: 'Feature',properties:{Name: '4', Address: '66-06 DARTMOUTH STREET, REGO PARK', Month: '5', Price: '2090'}, geometry: { type: 'Point', coordinates:[-73.85924902, 40.72140727]} },
{type: 'Feature',properties:{Name: '4', Address: '64-31 ALDERTON STREET, REGO PARK', Month: '2', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.85978362, 40.72279952]} },
{type: 'Feature',properties:{Name: '4', Address: '64-23 ALDERTON STREET, REGO PARK', Month: '6', Price: '880'}, geometry: { type: 'Point', coordinates:[-73.85986626, 40.72296156]} },
{type: 'Feature',properties:{Name: '4', Address: '95-21 67TH AVE, REGO PARK', Month: '9', Price: '1782'}, geometry: { type: 'Point', coordinates:[-73.85700031, 40.72194796]} },
{type: 'Feature',properties:{Name: '4', Address: '95-13 67TH AVENUE, REGO PARK', Month: '8', Price: '1782'}, geometry: { type: 'Point', coordinates:[-73.85702204, 40.72190956]} },
{type: 'Feature',properties:{Name: '4', Address: '98-19 67TH AVENUE, REGO PARK', Month: '5', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.85530974, 40.72462199]} },
{type: 'Feature',properties:{Name: '4', Address: '66-40 SAUNDERS STREET, REGO PARK', Month: '2', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.8555291, 40.72661771]} },
{type: 'Feature',properties:{Name: '4', Address: '66-15 BOOTH STREET, REGO PARK', Month: '2', Price: '1328'}, geometry: { type: 'Point', coordinates:[-73.85633469, 40.72613838]} },
{type: 'Feature',properties:{Name: '4', Address: '66-15 BOOTH STREET, REGO PARK', Month: '8', Price: '1328'}, geometry: { type: 'Point', coordinates:[-73.85633469, 40.72613838]} },
{type: 'Feature',properties:{Name: '4', Address: '66-33 SAUNDERS STREET, REGO PARK', Month: '3', Price: '976'}, geometry: { type: 'Point', coordinates:[-73.85564081, 40.72667823]} },
{type: 'Feature',properties:{Name: '4', Address: '67-22 GROTON STREET, REGO PARK', Month: '2', Price: '1084'}, geometry: { type: 'Point', coordinates:[-73.85695906, 40.71931843]} },
{type: 'Feature',properties:{Name: '4', Address: '67-19 EXETER ST, REGO PARK', Month: '1', Price: '2020'}, geometry: { type: 'Point', coordinates:[-73.85637166, 40.7207038]} },
{type: 'Feature',properties:{Name: '4', Address: '67-19 EXETER STREET, REGO PARK', Month: '1', Price: '2020'}, geometry: { type: 'Point', coordinates:[-73.85637166, 40.7207038]} },
{type: 'Feature',properties:{Name: '4', Address: '67-19 EXETER STREET, REGO PARK', Month: '3', Price: '2020'}, geometry: { type: 'Point', coordinates:[-73.85637166, 40.7207038]} },
{type: 'Feature',properties:{Name: '4', Address: '95-14 67TH AVENUE, REGO PARK', Month: '4', Price: '1296'}, geometry: { type: 'Point', coordinates:[-73.85702574, 40.7218684]} },
{type: 'Feature',properties:{Name: '4', Address: '67-32 BURNS STREET, REGO PARK', Month: '1', Price: '2860'}, geometry: { type: 'Point', coordinates:[-73.85514093, 40.72261262]} },
{type: 'Feature',properties:{Name: '4', Address: '71-10 YELLOWSTONE BOULEVAR, REGO PARK', Month: '9', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.85404903, 40.72205405]} },
{type: 'Feature',properties:{Name: '4', Address: '67-26 AUSTIN STREET, REGO PARK', Month: '5', Price: '1831'}, geometry: { type: 'Point', coordinates:[-73.85444953, 40.7236822]} },
{type: 'Feature',properties:{Name: '4', Address: '100-49 67TH DRIVE, REGO PARK', Month: '1', Price: '1560'}, geometry: { type: 'Point', coordinates:[-73.85294051, 40.72413042]} },
{type: 'Feature',properties:{Name: '4', Address: '100-47 67 DRIVE, REGO PARK', Month: '4', Price: '1560'}, geometry: { type: 'Point', coordinates:[-73.85295499, 40.72410848]} },
{type: 'Feature',properties:{Name: '4', Address: '100-33 67TH DRIVE, REGO PARK', Month: '11', Price: '1560'}, geometry: { type: 'Point', coordinates:[-73.85305997, 40.72394393]} },
{type: 'Feature',properties:{Name: '4', Address: '99-08 67TH AVENUE, REGO PARK', Month: '2', Price: '858'}, geometry: { type: 'Point', coordinates:[-73.85444094, 40.72596309]} },
{type: 'Feature',properties:{Name: '4', Address: '62-10 102ND STREET, REGO PARK', Month: '3', Price: '2640'}, geometry: { type: 'Point', coordinates:[-73.8560189, 40.73536861]} },
{type: 'Feature',properties:{Name: '4', Address: '99-23 63RD ROAD, REGO PARK', Month: '11', Price: '1650'}, geometry: { type: 'Point', coordinates:[-73.85668165, 40.73256979]} },
{type: 'Feature',properties:{Name: '4', Address: '99-45 66TH AVENUE, REGO PARK', Month: '11', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.85443913, 40.72844435]} },
{type: 'Feature',properties:{Name: '4', Address: '61-40 BOOTH STREET, REGO PARK', Month: '3', Price: '1776'}, geometry: { type: 'Point', coordinates:[-73.86861033, 40.7307862]} },
{type: 'Feature',properties:{Name: '4', Address: '62-91 WETHEROLE ST., REGO PARK', Month: '4', Price: '1632'}, geometry: { type: 'Point', coordinates:[-73.866348, 40.72900225]} },
{type: 'Feature',properties:{Name: '4', Address: '62-66 WETHEROLE STREET, REGO PARK', Month: '9', Price: '1696'}, geometry: { type: 'Point', coordinates:[-73.86713402, 40.72927214]} },
{type: 'Feature',properties:{Name: '4', Address: '62-94 WETHEROLE STREET, REGO PARK', Month: '9', Price: '1632'}, geometry: { type: 'Point', coordinates:[-73.86624348, 40.72894723]} },
{type: 'Feature',properties:{Name: '4', Address: '63-02 BOOTH STREET, REGO PARK', Month: '10', Price: '1824'}, geometry: { type: 'Point', coordinates:[-73.86516027, 40.72934396]} },
{type: 'Feature',properties:{Name: '4', Address: '63-35 WETHEROLE STREET, REGO PARK', Month: '2', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.86467512, 40.7283937]} },
{type: 'Feature',properties:{Name: '4', Address: '63-32 WETHEROLE STREET, REGO PARK', Month: '12', Price: '1776'}, geometry: { type: 'Point', coordinates:[-73.86473284, 40.72839651]} },
{type: 'Feature',properties:{Name: '4', Address: '87-19 63RD AVENUE, REGO PARK', Month: '10', Price: '2530'}, geometry: { type: 'Point', coordinates:[-73.86854999, 40.72479158]} },
{type: 'Feature',properties:{Name: '4', Address: '8719 63RD AVE, REGO PARK', Month: '7', Price: '2530'}, geometry: { type: 'Point', coordinates:[-73.86854999, 40.72479158]} },
{type: 'Feature',properties:{Name: '4', Address: '62-71 WOODHAVEN BOULEVARD, REGO PARK', Month: '4', Price: '3390'}, geometry: { type: 'Point', coordinates:[-73.86957791, 40.72494371]} },
{type: 'Feature',properties:{Name: '4', Address: '63-36 ALDERTON STREET, REGO PARK', Month: '8', Price: '1934'}, geometry: { type: 'Point', coordinates:[-73.86573972, 40.72647911]} },
{type: 'Feature',properties:{Name: '4', Address: '62-54 ELLWELL CRESCENT, REGO PARK', Month: '1', Price: '2041'}, geometry: { type: 'Point', coordinates:[-73.86480568, 40.72450453]} },
{type: 'Feature',properties:{Name: '4', Address: '62-41 ELLWELL CRESCENT, REGO PARK', Month: '3', Price: '2442'}, geometry: { type: 'Point', coordinates:[-73.8647224, 40.72465265]} },
{type: 'Feature',properties:{Name: '4', Address: '62-26 BOELSEN CRESCENT, REGO PARK', Month: '2', Price: '2288'}, geometry: { type: 'Point', coordinates:[-73.86176461, 40.72436094]} },
{type: 'Feature',properties:{Name: '4', Address: '63-03 CROMWELL CRESCENT, REGO PARK', Month: '3', Price: '2548'}, geometry: { type: 'Point', coordinates:[-73.86310121, 40.72352264]} },
{type: 'Feature',properties:{Name: '4', Address: '64-17 ELLWELL CRESCENT, REGO PARK', Month: '9', Price: '1950'}, geometry: { type: 'Point', coordinates:[-73.86414065, 40.72155313]} },
{type: 'Feature',properties:{Name: '4', Address: '64-44 DIETERLE CRESCENT, REGO PARK', Month: '10', Price: '1788'}, geometry: { type: 'Point', coordinates:[-73.86300051, 40.72161491]} },
{type: 'Feature',properties:{Name: '4', Address: '65-31 FITCHETT STREET, REGO PARK', Month: '1', Price: '2600'}, geometry: { type: 'Point', coordinates:[-73.86329237, 40.72003153]} },
{type: 'Feature',properties:{Name: '4', Address: '64-01 FITCHETT STREET, REGO PARK', Month: '5', Price: '2615'}, geometry: { type: 'Point', coordinates:[-73.86531654, 40.72164783]} },
{type: 'Feature',properties:{Name: '4', Address: '64-14 ELLWELL CRESCENT, REGO PARK', Month: '10', Price: '2165'}, geometry: { type: 'Point', coordinates:[-73.8641875, 40.72157514]} },
{type: 'Feature',properties:{Name: '4', Address: '64-22 ELLWELL CRESCENT, REGO PARK', Month: '9', Price: '1808'}, geometry: { type: 'Point', coordinates:[-73.8640723, 40.72145698]} },
{type: 'Feature',properties:{Name: '4', Address: '64-26 ELLWELL CRESCENT, REGO PARK', Month: '6', Price: '2165'}, geometry: { type: 'Point', coordinates:[-73.86401469, 40.72140202]} },
{type: 'Feature',properties:{Name: '4', Address: '85-12 65 ROAD, REGO PARK', Month: '11', Price: '1688'}, geometry: { type: 'Point', coordinates:[-73.86405409, 40.71977168]} },
{type: 'Feature',properties:{Name: '4', Address: '66-28 ALDERTON STREET, REGO PARK', Month: '5', Price: '1466'}, geometry: { type: 'Point', coordinates:[-73.85903116, 40.7186595]} },
{type: 'Feature',properties:{Name: '4', Address: '85-28 67TH DRIVE, REGO PARK', Month: '11', Price: '1472'}, geometry: { type: 'Point', coordinates:[-73.86033825, 40.71636921]} },
{type: 'Feature',properties:{Name: '4', Address: '67-31 ALDERTON STREET, REGO PARK', Month: '7', Price: '1655'}, geometry: { type: 'Point', coordinates:[-73.85880737, 40.71701785]} },
{type: 'Feature',properties:{Name: '4', Address: '67-30 THORNTON PLACE, REGO PARK', Month: '1', Price: '1936'}, geometry: { type: 'Point', coordinates:[-73.85698495, 40.72070182]} },
{type: 'Feature',properties:{Name: '4', Address: '64-65 ALDERTON STREET, REGO PARK', Month: '12', Price: '2288'}, geometry: { type: 'Point', coordinates:[-73.85945356, 40.72192354]} },
{type: 'Feature',properties:{Name: '4', Address: '72-76 YELLOWSTONE BLVD, REGO PARK', Month: '8', Price: '940'}, geometry: { type: 'Point', coordinates:[-73.85662215, 40.71829696]} },
{type: 'Feature',properties:{Name: '4', Address: '72-86 YELLOWSTONE BOULEVAR, REGO PARK', Month: '5', Price: '940'}, geometry: { type: 'Point', coordinates:[-73.8570155, 40.71823157]} },
{type: 'Feature',properties:{Name: '4', Address: '97-39 63RD DRIVE, REGO PARK', Month: '1', Price: '2680'}, geometry: { type: 'Point', coordinates:[-73.85986811, 40.73066061]} },
{type: 'Feature',properties:{Name: '4', Address: '97-24 63RD DRIVE, REGO PARK', Month: '1', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.86003783, 40.73059495]} },
{type: 'Feature',properties:{Name: '4', Address: '62-34 99TH STREET, REGO PARK', Month: '12', Price: '2365'}, geometry: { type: 'Point', coordinates:[-73.85784041, 40.73401497]} },
{type: 'Feature',properties:{Name: '4', Address: '99-16 63RD AVENUE, REGO PARK', Month: '9', Price: '2688'}, geometry: { type: 'Point', coordinates:[-73.85696556, 40.73309713]} },
{type: 'Feature',properties:{Name: '4', Address: '61-37 BOOTH STREET, REGO PARK', Month: '6', Price: '1730'}, geometry: { type: 'Point', coordinates:[-73.86864634, 40.73082192]} },
{type: 'Feature',properties:{Name: '4', Address: '6549 SAUNDERS STREET, REGO PARK', Month: '1', Price: '3288'}, geometry: { type: 'Point', coordinates:[-73.85788318, 40.72749622]} },
{type: 'Feature',properties:{Name: '4', Address: '65-41 WETHEROLE STREET, REGO PARK', Month: '6', Price: '2772'}, geometry: { type: 'Point', coordinates:[-73.85876618, 40.72623746]} },
{type: 'Feature',properties:{Name: '4', Address: '63-195A ALDERTON STREET, REGO PARK', Month: '10', Price: '3206'}, geometry: { type: 'Point', coordinates:[-73.86086299, 40.72420614]} },
{type: 'Feature',properties:{Name: '4', Address: '63-35 HARING STREET, REGO PARK', Month: '3', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.86644069, 40.72596391]} },
{type: 'Feature',properties:{Name: '4', Address: '85-14 68TH AVENUE, REGO PARK', Month: '11', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.85990309, 40.71574013]} },
{type: 'Feature',properties:{Name: '4', Address: '67-07 AUSTIN STREET, REGO PARK', Month: '7', Price: '3774'}, geometry: { type: 'Point', coordinates:[-73.85526419, 40.72399887]} },
{type: 'Feature',properties:{Name: '4', Address: '64-57 WETHEROLE STREET, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86119965, 40.72712698]} },
{type: 'Feature',properties:{Name: '4', Address: '64-16 WETHEROLE STREET, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86190631, 40.72736662]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A ALDERTON STREET, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85846194, 40.71829923]} },
{type: 'Feature',properties:{Name: '4', Address: '65-12 AUSTIN STREET, REGO PARK', Month: '7', Price: '3940'}, geometry: { type: 'Point', coordinates:[-73.860058, 40.72614297]} },
{type: 'Feature',properties:{Name: '4', Address: '64-64 WETHEROLE STREET, REGO PARK', Month: '2', Price: '10465'}, geometry: { type: 'Point', coordinates:[-73.8612033, 40.72710777]} },
{type: 'Feature',properties:{Name: '4', Address: '89-10 63RD DRIVE, REGO PARK', Month: '4', Price: '23100'}, geometry: { type: 'Point', coordinates:[-73.86559472, 40.7250297]} },
{type: 'Feature',properties:{Name: '4', Address: '61-40 SAUNDERS STREET, D-12, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86817244, 40.73144719]} },
{type: 'Feature',properties:{Name: '4', Address: '62-64 SAUNDERS STREET, G4, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86659002, 40.73066311]} },
{type: 'Feature',properties:{Name: '4', Address: '62-64 SAUNDERS STREET, 4-R, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86659002, 40.73066311]} },
{type: 'Feature',properties:{Name: '4', Address: '62-64 SAUNDERS STREET, 2G, REGO PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86659002, 40.73066311]} },
{type: 'Feature',properties:{Name: '4', Address: '62-64 SAUNDERS STREET, 2C, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86659002, 40.73066311]} },
{type: 'Feature',properties:{Name: '4', Address: '61-15 97 STREET, 12R, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86243382, 40.73399035]} },
{type: 'Feature',properties:{Name: '4', Address: '61-15 97TH STREET, 10M, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86243382, 40.73399035]} },
{type: 'Feature',properties:{Name: '4', Address: '61-15 97TH STREET, 8L, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86243382, 40.73399035]} },
{type: 'Feature',properties:{Name: '4', Address: '61-15 97 STREET, 14H, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86243382, 40.73399035]} },
{type: 'Feature',properties:{Name: '4', Address: '61-15 97 STREET, 10H, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86243382, 40.73399035]} },
{type: 'Feature',properties:{Name: '4', Address: '61-15 97TH STREET, 2K, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86243382, 40.73399035]} },
{type: 'Feature',properties:{Name: '4', Address: '61-15 97TH STREET, 1R, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86243382, 40.73399035]} },
{type: 'Feature',properties:{Name: '4', Address: '6115 97TH STREET, 14N, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86243382, 40.73399035]} },
{type: 'Feature',properties:{Name: '4', Address: '61-15 97TH STREET, 4C, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86243382, 40.73399035]} },
{type: 'Feature',properties:{Name: '4', Address: '61-15 97TH STREET, 11H, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86243382, 40.73399035]} },
{type: 'Feature',properties:{Name: '4', Address: '61-15 97TH STREET, 2G, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86243382, 40.73399035]} },
{type: 'Feature',properties:{Name: '4', Address: '61-15 97 STREET, 12J, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86243382, 40.73399035]} },
{type: 'Feature',properties:{Name: '4', Address: '61-25 97TH STREET, 1C, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86242663, 40.73397662]} },
{type: 'Feature',properties:{Name: '4', Address: '61-15 97 STREET, 3C, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86243382, 40.73399035]} },
{type: 'Feature',properties:{Name: '4', Address: '6115 97TH STREET, 10K, REGO PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86243382, 40.73399035]} },
{type: 'Feature',properties:{Name: '4', Address: '61-15 97TH STREET, 14M, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86243382, 40.73399035]} },
{type: 'Feature',properties:{Name: '4', Address: '61-15 97TH STREET, 9E, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86243382, 40.73399035]} },
{type: 'Feature',properties:{Name: '4', Address: '9710 62 DRIVE, 3G, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86125684, 40.73258088]} },
{type: 'Feature',properties:{Name: '4', Address: '97-07 63RD ROAD, 11A, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86053833, 40.73108412]} },
{type: 'Feature',properties:{Name: '4', Address: '98-05 63RD ROAD, 11N, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85892724, 40.73196597]} },
{type: 'Feature',properties:{Name: '4', Address: '98-05 63RD ROAD, 4F, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85892724, 40.73196597]} },
{type: 'Feature',properties:{Name: '4', Address: '97-07 63RD ROAD, 15B, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86053833, 40.73108412]} },
{type: 'Feature',properties:{Name: '4', Address: '97-10 62ND DRIVE, 6N, REGO PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86125684, 40.73258088]} },
{type: 'Feature',properties:{Name: '4', Address: '97-40 62ND DRIVE, 4N, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86051669, 40.73280506]} },
{type: 'Feature',properties:{Name: '4', Address: '97-37 63RD ROAD, 6K, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86020599, 40.73127036]} },
{type: 'Feature',properties:{Name: '4', Address: '97-07 63RD ROAD, 2M, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86053833, 40.73108412]} },
{type: 'Feature',properties:{Name: '4', Address: '97-40 62ND DRIVE, 10B, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86051669, 40.73280506]} },
{type: 'Feature',properties:{Name: '4', Address: '98-20 62ND DRIVE, 5E, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85923135, 40.7331905]} },
{type: 'Feature',properties:{Name: '4', Address: '97-10 62ND DRIVE, 12M, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86125684, 40.73258088]} },
{type: 'Feature',properties:{Name: '4', Address: '98-20 62ND DRIVE, 6A, REGO PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85923135, 40.7331905]} },
{type: 'Feature',properties:{Name: '4', Address: '97-07 63RD ROAD, 11N, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86053833, 40.73108412]} },
{type: 'Feature',properties:{Name: '4', Address: '9737 63 ROAD, 5N, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86020599, 40.73127036]} },
{type: 'Feature',properties:{Name: '4', Address: '98-20 62ND DRIVE, 5F, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85923135, 40.7331905]} },
{type: 'Feature',properties:{Name: '4', Address: '97-10 62ND DRIVE, 15H, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86125684, 40.73258088]} },
{type: 'Feature',properties:{Name: '4', Address: '97-10 62ND DRIVE, 11E, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86125684, 40.73258088]} },
{type: 'Feature',properties:{Name: '4', Address: '97-40 62 DRIVE, 11J, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86051669, 40.73280506]} },
{type: 'Feature',properties:{Name: '4', Address: '97-40 62ND DRIVE, 5E, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86051669, 40.73280506]} },
{type: 'Feature',properties:{Name: '4', Address: '97-10 62ND DRIVE, 8D, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86125684, 40.73258088]} },
{type: 'Feature',properties:{Name: '4', Address: '98-20 62 DRIVE, 6F, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85923135, 40.7331905]} },
{type: 'Feature',properties:{Name: '4', Address: '98-05 63RD ROAD, 10C, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85892724, 40.73196597]} },
{type: 'Feature',properties:{Name: '4', Address: '97-40 62ND DRIVE, 3A, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86051669, 40.73280506]} },
{type: 'Feature',properties:{Name: '4', Address: '98-05 63RD ROAD, 6F, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85892724, 40.73196597]} },
{type: 'Feature',properties:{Name: '4', Address: '98-05 63 ROAD, 7H, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85892724, 40.73196597]} },
{type: 'Feature',properties:{Name: '4', Address: '9737 63RD ROAD, 4L, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86020599, 40.73127036]} },
{type: 'Feature',properties:{Name: '4', Address: '98-20 62ND DRIVE, 7D, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85923135, 40.7331905]} },
{type: 'Feature',properties:{Name: '4', Address: '98-05 63RD ROAD, 9A, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85892724, 40.73196597]} },
{type: 'Feature',properties:{Name: '4', Address: '97-10 62ND DRIVE, 10N, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86125684, 40.73258088]} },
{type: 'Feature',properties:{Name: '4', Address: '97-07 63RD ROAD, 8L, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86053833, 40.73108412]} },
{type: 'Feature',properties:{Name: '4', Address: '97-37 63RD ROAD, 12H, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86020599, 40.73127036]} },
{type: 'Feature',properties:{Name: '4', Address: '98-20 62ND DRIVE, 7N, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85923135, 40.7331905]} },
{type: 'Feature',properties:{Name: '4', Address: '97-07 63RD ROAD, 11F, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86053833, 40.73108412]} },
{type: 'Feature',properties:{Name: '4', Address: '98-20 62ND DRIVE, 5G, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85923135, 40.7331905]} },
{type: 'Feature',properties:{Name: '4', Address: '98-20 62 DRIVE, 10B, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85923135, 40.7331905]} },
{type: 'Feature',properties:{Name: '4', Address: '98-20 62 DRIVE, LF, REGO PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85923135, 40.7331905]} },
{type: 'Feature',properties:{Name: '4', Address: '97-07 63RD ROAD, 4K, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86053833, 40.73108412]} },
{type: 'Feature',properties:{Name: '4', Address: '98-20 62ND DRIVE, 5J, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85923135, 40.7331905]} },
{type: 'Feature',properties:{Name: '4', Address: '9805 63RD ROAD, 3N, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85892724, 40.73196597]} },
{type: 'Feature',properties:{Name: '4', Address: '97-07 63RD ROAD, 6M, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86053833, 40.73108412]} },
{type: 'Feature',properties:{Name: '4', Address: '97-07 63RD ROAD, 11D, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86053833, 40.73108412]} },
{type: 'Feature',properties:{Name: '4', Address: '9737 63RD ROAD, 10C, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86020599, 40.73127036]} },
{type: 'Feature',properties:{Name: '4', Address: '97-10 62ND DRIVE, 8J, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86125684, 40.73258088]} },
{type: 'Feature',properties:{Name: '4', Address: '97-11 63RD DRIVE, D3, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86021831, 40.73055948]} },
{type: 'Feature',properties:{Name: '4', Address: '61-25 98TH STREET, 10C, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86053164, 40.73428175]} },
{type: 'Feature',properties:{Name: '4', Address: '61-25 98TH STREET, ST-J, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86053164, 40.73428175]} },
{type: 'Feature',properties:{Name: '4', Address: '61-15 98TH STREET, 1B, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86061429, 40.73444654]} },
{type: 'Feature',properties:{Name: '4', Address: '61-25 98TH STREET, ST-K, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86053164, 40.73428175]} },
{type: 'Feature',properties:{Name: '4', Address: '61-25 98TH STREET, 17E, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86053164, 40.73428175]} },
{type: 'Feature',properties:{Name: '4', Address: '61-25 98 STREET, 9C, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86053164, 40.73428175]} },
{type: 'Feature',properties:{Name: '4', Address: '61-35 98TH STREET, 4G, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86044539, 40.73411422]} },
{type: 'Feature',properties:{Name: '4', Address: '61-25 98TH STREET, 8H, REGO PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86053164, 40.73428175]} },
{type: 'Feature',properties:{Name: '4', Address: '61-15 98 STREET, 14A, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86061429, 40.73444654]} },
{type: 'Feature',properties:{Name: '4', Address: '61-15 98 STREET, 4N, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86061429, 40.73444654]} },
{type: 'Feature',properties:{Name: '4', Address: '61-25 98TH STREET, 15M, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86053164, 40.73428175]} },
{type: 'Feature',properties:{Name: '4', Address: '61-35 98 STREET, 4D, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86044539, 40.73411422]} },
{type: 'Feature',properties:{Name: '4', Address: '61-15 98TH STREET, 7H, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86061429, 40.73444654]} },
{type: 'Feature',properties:{Name: '4', Address: '61-35 98TH STREET, 1G, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86044539, 40.73411422]} },
{type: 'Feature',properties:{Name: '4', Address: '61-35 98TH STREET, 14M, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86044539, 40.73411422]} },
{type: 'Feature',properties:{Name: '4', Address: '61-25 98TH STREET, 6K, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86053164, 40.73428175]} },
{type: 'Feature',properties:{Name: '4', Address: '61-25 98TH STREET, 3D, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86053164, 40.73428175]} },
{type: 'Feature',properties:{Name: '4', Address: '61-15 98TH STREET, 3A, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86061429, 40.73444654]} },
{type: 'Feature',properties:{Name: '4', Address: '6125 98TH STREET, 15G, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86053164, 40.73428175]} },
{type: 'Feature',properties:{Name: '4', Address: '61-25 98TH STREET, 10J, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86053164, 40.73428175]} },
{type: 'Feature',properties:{Name: '4', Address: '61-35 98 STREET, 4A, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86044539, 40.73411422]} },
{type: 'Feature',properties:{Name: '4', Address: '61-35 98TH STREET, 10B, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86044539, 40.73411422]} },
{type: 'Feature',properties:{Name: '4', Address: '61-15 98TH STREET, 3J, REGO PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86061429, 40.73444654]} },
{type: 'Feature',properties:{Name: '4', Address: '61-15 98TH STREET, 16L, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86061429, 40.73444654]} },
{type: 'Feature',properties:{Name: '4', Address: '61-15 98TH STREET, 1C, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86061429, 40.73444654]} },
{type: 'Feature',properties:{Name: '4', Address: '61-25 98TH STREET, 2A, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86053164, 40.73428175]} },
{type: 'Feature',properties:{Name: '4', Address: '61-25 98TH STREET, 9G, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86053164, 40.73428175]} },
{type: 'Feature',properties:{Name: '4', Address: '61-15 98TH STREET, 1M, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86061429, 40.73444654]} },
{type: 'Feature',properties:{Name: '4', Address: '61-35 98TH STREET, 8L, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86044539, 40.73411422]} },
{type: 'Feature',properties:{Name: '4', Address: '61-25 98TH STREET, 11E, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86053164, 40.73428175]} },
{type: 'Feature',properties:{Name: '4', Address: '61-55 98TH STREET, 11-L, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86011119, 40.73346056]} },
{type: 'Feature',properties:{Name: '4', Address: '61-45 98 STREET, 16N, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86015071, 40.73354295]} },
{type: 'Feature',properties:{Name: '4', Address: '61-45 98TH STREET, 7C, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86015071, 40.73354295]} },
{type: 'Feature',properties:{Name: '4', Address: '61-45 98TH STREET, 16J, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86015071, 40.73354295]} },
{type: 'Feature',properties:{Name: '4', Address: '61-55 98TH STREET, 1H, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86011119, 40.73346056]} },
{type: 'Feature',properties:{Name: '4', Address: '61-45 98TH STREET, 6H, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86015071, 40.73354295]} },
{type: 'Feature',properties:{Name: '4', Address: '61-55 98TH STREET, 8E, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86011119, 40.73346056]} },
{type: 'Feature',properties:{Name: '4', Address: '61-55 98TH STREET, 7D, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86011119, 40.73346056]} },
{type: 'Feature',properties:{Name: '4', Address: '61-55 98 STREET, 14L, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86011119, 40.73346056]} },
{type: 'Feature',properties:{Name: '4', Address: '61-45 98TH STREET, 10N, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86015071, 40.73354295]} },
{type: 'Feature',properties:{Name: '4', Address: '61-45 98 STREET, 16B, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86015071, 40.73354295]} },
{type: 'Feature',properties:{Name: '4', Address: '61-55 98TH STREET, 10M, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86011119, 40.73346056]} },
{type: 'Feature',properties:{Name: '4', Address: '61-45 98TH STREET, 6D, REGO PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86015071, 40.73354295]} },
{type: 'Feature',properties:{Name: '4', Address: '61-45 98TH STREET, 6A, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86015071, 40.73354295]} },
{type: 'Feature',properties:{Name: '4', Address: '61-45 98TH STREET, 16K, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86015071, 40.73354295]} },
{type: 'Feature',properties:{Name: '4', Address: '61-55 98TH STREET, 8D, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86011119, 40.73346056]} },
{type: 'Feature',properties:{Name: '4', Address: '61-55 98TH STREET, 7L, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86011119, 40.73346056]} },
{type: 'Feature',properties:{Name: '4', Address: '6145 98TH STREET, 4F, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86015071, 40.73354295]} },
{type: 'Feature',properties:{Name: '4', Address: '61-55 98TH STREET, 8C, REGO PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86011119, 40.73346056]} },
{type: 'Feature',properties:{Name: '4', Address: '61-45 98TH STREET, 6L, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86015071, 40.73354295]} },
{type: 'Feature',properties:{Name: '4', Address: '61-45 98TH STREET, 17D, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86015071, 40.73354295]} },
{type: 'Feature',properties:{Name: '4', Address: '63-33 98TH PLACE, 3K, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.858029, 40.7318688]} },
{type: 'Feature',properties:{Name: '4', Address: '63-33 98TH PLACE, 6K, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.858029, 40.7318688]} },
{type: 'Feature',properties:{Name: '4', Address: '63-33 98TH PLACE, 7C, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.858029, 40.7318688]} },
{type: 'Feature',properties:{Name: '4', Address: '63-33 98TH PLACE, 5H, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.858029, 40.7318688]} },
{type: 'Feature',properties:{Name: '4', Address: '63-33 98TH PLACE, 1A, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.858029, 40.7318688]} },
{type: 'Feature',properties:{Name: '4', Address: '63-33 98TH PLACE, 6F, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.858029, 40.7318688]} },
{type: 'Feature',properties:{Name: '4', Address: '63-33 98TH PLACE, 2R, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.858029, 40.7318688]} },
{type: 'Feature',properties:{Name: '4', Address: '63-33 98TH PLACE, 4L, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.858029, 40.7318688]} },
{type: 'Feature',properties:{Name: '4', Address: '63-33 98TH PLACE, 4A, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.858029, 40.7318688]} },
{type: 'Feature',properties:{Name: '4', Address: '63-33 98TH PLACE, 3A, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.858029, 40.7318688]} },
{type: 'Feature',properties:{Name: '4', Address: '98-19 64TH AVENUE, 8D, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85788764, 40.73047978]} },
{type: 'Feature',properties:{Name: '4', Address: '98-19 64TH AVENUE, 3B, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85788764, 40.73047978]} },
{type: 'Feature',properties:{Name: '4', Address: '98-19 64TH AVENUE, 2G, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85788764, 40.73047978]} },
{type: 'Feature',properties:{Name: '4', Address: '98-22 63RD DRIVE, 3B, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8583265, 40.73110338]} },
{type: 'Feature',properties:{Name: '4', Address: '98-33 64TH AVENUE, 1D, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85766379, 40.73054812]} },
{type: 'Feature',properties:{Name: '4', Address: '98-33 64TH AVENUE, 4C, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85766379, 40.73054812]} },
{type: 'Feature',properties:{Name: '4', Address: '98-33 64TH AVENUE, 2G, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85766379, 40.73054812]} },
{type: 'Feature',properties:{Name: '4', Address: '98-50 63 DRIVE, 2H, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8575647, 40.73133025]} },
{type: 'Feature',properties:{Name: '4', Address: '98-51 64TH AVENUE, 5G, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85737135, 40.73063284]} },
{type: 'Feature',properties:{Name: '4', Address: '98-50 63RD DRIVE, 8H, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8575647, 40.73133025]} },
{type: 'Feature',properties:{Name: '4', Address: '98-10 64TH AVENUE, 2D, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85801043, 40.73042778]} },
{type: 'Feature',properties:{Name: '4', Address: '98-10 64TH AVENUE, 1F, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85801043, 40.73042778]} },
{type: 'Feature',properties:{Name: '4', Address: '98-10 64TH AVENUE, 4A, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85801043, 40.73042778]} },
{type: 'Feature',properties:{Name: '4', Address: '98-26 64TH AVENUE, 3J, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85775048, 40.73050431]} },
{type: 'Feature',properties:{Name: '4', Address: '98-26 64TH AVENUE, 4E, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85775048, 40.73050431]} },
{type: 'Feature',properties:{Name: '4', Address: '98-25 64 ROAD, 8A, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85744519, 40.72984793]} },
{type: 'Feature',properties:{Name: '4', Address: '98-26 64TH AVENUE, 6B, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85775048, 40.73050431]} },
{type: 'Feature',properties:{Name: '4', Address: '9825 64TH RD, 5C, REGO PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85744519, 40.72984793]} },
{type: 'Feature',properties:{Name: '4', Address: '98-25 64TH ROAD, 8F, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85744519, 40.72984793]} },
{type: 'Feature',properties:{Name: '4', Address: '98-26 64TH AVENUE, 6G, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85775048, 40.73050431]} },
{type: 'Feature',properties:{Name: '4', Address: '98-40 64TH AVENUE, 1C, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85752664, 40.73056991]} },
{type: 'Feature',properties:{Name: '4', Address: '98-41 64TH ROAD, 4J, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85718525, 40.72992447]} },
{type: 'Feature',properties:{Name: '4', Address: '98-40 64TH AVENUE, 7G, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85752664, 40.73056991]} },
{type: 'Feature',properties:{Name: '4', Address: '63-61 99TH ST, D1, REGO PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85648565, 40.73142772]} },
{type: 'Feature',properties:{Name: '4', Address: '63-61 99TH STREET, B10, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85648565, 40.73142772]} },
{type: 'Feature',properties:{Name: '4', Address: '99-31 64TH AVE, C16, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85513648, 40.73129978]} },
{type: 'Feature',properties:{Name: '4', Address: '99-31 64 AVENUE, E17, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85513648, 40.73129978]} },
{type: 'Feature',properties:{Name: '4', Address: '99-31 64TH AVENUE, C3, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85513648, 40.73129978]} },
{type: 'Feature',properties:{Name: '4', Address: '99-31 64TH AVENUE, C2, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85513648, 40.73129978]} },
{type: 'Feature',properties:{Name: '4', Address: '99-31 64TH AVENUE, A16, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85513648, 40.73129978]} },
{type: 'Feature',properties:{Name: '4', Address: '99-31 64TH AVENUE, F15, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85513648, 40.73129978]} },
{type: 'Feature',properties:{Name: '4', Address: '99-31 64 AVENUE, D6, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85513648, 40.73129978]} },
{type: 'Feature',properties:{Name: '4', Address: '99-41 64TH AVENUE, A14, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85462018, 40.73145283]} },
{type: 'Feature',properties:{Name: '4', Address: '99-41 64 AVENUE, C-16, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85462018, 40.73145283]} },
{type: 'Feature',properties:{Name: '4', Address: '99-41 64TH AVENUE, C14, REGO PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85462018, 40.73145283]} },
{type: 'Feature',properties:{Name: '4', Address: '99-41 64TH AVENUE, E8, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85462018, 40.73145283]} },
{type: 'Feature',properties:{Name: '4', Address: '99-41 64TH AVENUE, F2, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85462018, 40.73145283]} },
{type: 'Feature',properties:{Name: '4', Address: '64-11 99TH STREET, 410, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85609401, 40.73066694]} },
{type: 'Feature',properties:{Name: '4', Address: '64-33 99 STREET, 6L, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85583171, 40.73015883]} },
{type: 'Feature',properties:{Name: '4', Address: '6433 99TH STREET, 1A, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85583171, 40.73015883]} },
{type: 'Feature',properties:{Name: '4', Address: '64-33 99TH STREET, 5E, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85583171, 40.73015883]} },
{type: 'Feature',properties:{Name: '4', Address: '64-34 102ND STREET, 11Y, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85319247, 40.73094324]} },
{type: 'Feature',properties:{Name: '4', Address: '64-34 102ND STREET, 11-Z, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85319247, 40.73094324]} },
{type: 'Feature',properties:{Name: '4', Address: '64-34 102ND STREET, 1-X, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85319247, 40.73094324]} },
{type: 'Feature',properties:{Name: '4', Address: '64-34 102ND STREET, 5K, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85319247, 40.73094324]} },
{type: 'Feature',properties:{Name: '4', Address: '64-34 102ND STREET, 7F, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85319247, 40.73094324]} },
{type: 'Feature',properties:{Name: '4', Address: '64-34 102ND STREET, 3U, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85319247, 40.73094324]} },
{type: 'Feature',properties:{Name: '4', Address: '64-34 102ND STREET, 11AA, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85319247, 40.73094324]} },
{type: 'Feature',properties:{Name: '4', Address: '64-34 102ND STREET, 1Y, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85319247, 40.73094324]} },
{type: 'Feature',properties:{Name: '4', Address: '6434 102 STREET, 9N, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85319247, 40.73094324]} },
{type: 'Feature',properties:{Name: '4', Address: '37-13 73RD STREET, 3U, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89262638, 40.74845712]} },
{type: 'Feature',properties:{Name: '4', Address: '99-63 66TH AVENUE, C-6, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85442468, 40.72844982]} },
{type: 'Feature',properties:{Name: '4', Address: '99-63 66TH AVENUE, A-17, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85442468, 40.72844982]} },
{type: 'Feature',properties:{Name: '4', Address: '99-63 66TH AVENUE, C1, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85442468, 40.72844982]} },
{type: 'Feature',properties:{Name: '4', Address: '99-63 66TH AVENUE, E16, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85442468, 40.72844982]} },
{type: 'Feature',properties:{Name: '4', Address: '99-63 66TH AVENUE, D2, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85442468, 40.72844982]} },
{type: 'Feature',properties:{Name: '4', Address: '61-41 SAUNDERS STREET, A32, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86815798, 40.73146089]} },
{type: 'Feature',properties:{Name: '4', Address: '61-41 SAUNDERS STREET, B49, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86815798, 40.73146089]} },
{type: 'Feature',properties:{Name: '4', Address: '61-41 SAUNDERS STREET, B32, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86815798, 40.73146089]} },
{type: 'Feature',properties:{Name: '4', Address: '61-41 SAUNDERS STREET, B19, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86815798, 40.73146089]} },
{type: 'Feature',properties:{Name: '4', Address: '61-41 SAUNDERS STREET, B-26, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86815798, 40.73146089]} },
{type: 'Feature',properties:{Name: '4', Address: '61-41 SAUNDERS STREET, B51, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86815798, 40.73146089]} },
{type: 'Feature',properties:{Name: '4', Address: '61-41 SAUNDERS STREET, A68, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86815798, 40.73146089]} },
{type: 'Feature',properties:{Name: '4', Address: '62-98 SAUNDERS STREET, 2D, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86529208, 40.73017852]} },
{type: 'Feature',properties:{Name: '4', Address: '62-98 SAUNDERS, 5N, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86529208, 40.73017852]} },
{type: 'Feature',properties:{Name: '4', Address: '63-45 SAUNDERS STREET, 3C, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8634677, 40.72953684]} },
{type: 'Feature',properties:{Name: '4', Address: '63-45 SAUNDERS STREET, 3J, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8634677, 40.72953684]} },
{type: 'Feature',properties:{Name: '4', Address: '63-45 SAUNDERS STREET, 2C, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8634677, 40.72953684]} },
{type: 'Feature',properties:{Name: '4', Address: '63-45 SAUNDERS STREET, 3G, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8634677, 40.72953684]} },
{type: 'Feature',properties:{Name: '4', Address: '63-45 SAUNDERS STREET, 6J, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8634677, 40.72953684]} },
{type: 'Feature',properties:{Name: '4', Address: '63-45 SAUNDERS STREET, 6F, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8634677, 40.72953684]} },
{type: 'Feature',properties:{Name: '4', Address: '63-109 SAUNDERS STREET, B7, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86088991, 40.72859505]} },
{type: 'Feature',properties:{Name: '4', Address: '63-109 SAUNDERS STREET, D10, REGO PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86088991, 40.72859505]} },
{type: 'Feature',properties:{Name: '4', Address: '63-109 SAUNDERS STREET, E7, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86088991, 40.72859505]} },
{type: 'Feature',properties:{Name: '4', Address: '63-89 SAUNDERS STREET, 4H, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86186694, 40.72895304]} },
{type: 'Feature',properties:{Name: '4', Address: '63-89 SAUNDERS STREET, 2H, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86186694, 40.72895304]} },
{type: 'Feature',properties:{Name: '4', Address: '63-89 SAUNDERS STREET, 3E, REGO PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86186694, 40.72895304]} },
{type: 'Feature',properties:{Name: '4', Address: '63109 SAUNDERS STREET, D15, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86088991, 40.72859505]} },
{type: 'Feature',properties:{Name: '4', Address: '63-89 SAUNDERS STREET, 2J, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86186694, 40.72895304]} },
{type: 'Feature',properties:{Name: '4', Address: '63-84 SAUNDERS STREET, 5V, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86210853, 40.72902195]} },
{type: 'Feature',properties:{Name: '4', Address: '6400 SAUNDERS, REGO PARK', Month: '2', Price: '69000'}, geometry: { type: 'Point', coordinates:[-73.86156414, 40.72882093]} },
{type: 'Feature',properties:{Name: '4', Address: '6400 SAUNDERS, 2K, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86156414, 40.72882093]} },
{type: 'Feature',properties:{Name: '4', Address: '64-00 SAUNDERS STREET, 1G, REGO PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86156414, 40.72882093]} },
{type: 'Feature',properties:{Name: '4', Address: '64-85 SAUNDERS STREET, C5, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86035273, 40.72839952]} },
{type: 'Feature',properties:{Name: '4', Address: '64-41 SAUNDERS ST., 301, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86041763, 40.72842156]} },
{type: 'Feature',properties:{Name: '4', Address: '64-41 SAUNDERS STREET, 605, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86041763, 40.72842156]} },
{type: 'Feature',properties:{Name: '4', Address: '64-41 SAUNDERS STREET, 307, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86041763, 40.72842156]} },
{type: 'Feature',properties:{Name: '4', Address: '64-74 SAUNDERS STREET, 1E, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86035637, 40.72838306]} },
{type: 'Feature',properties:{Name: '4', Address: '64-74 SAUNDERS STREET, 2E, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86035637, 40.72838306]} },
{type: 'Feature',properties:{Name: '4', Address: '64-74 SAUNDERS ST, 2G, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86035637, 40.72838306]} },
{type: 'Feature',properties:{Name: '4', Address: '64-74 SAUNDERS STREET, 2B, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86035637, 40.72838306]} },
{type: 'Feature',properties:{Name: '4', Address: '64-74 SAUNDERS STREET, 6F, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86035637, 40.72838306]} },
{type: 'Feature',properties:{Name: '4', Address: '64-74 SAUNDERS STREET, 3C, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86035637, 40.72838306]} },
{type: 'Feature',properties:{Name: '4', Address: '9611 65TH ROAD, REGO PARK', Month: '2', Price: '88986'}, geometry: { type: 'Point', coordinates:[-73.8589336, 40.72725323]} },
{type: 'Feature',properties:{Name: '4', Address: '96-11 65TH ROAD, 414, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8589336, 40.72725323]} },
{type: 'Feature',properties:{Name: '4', Address: '96-11 65 ROAD, 201, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8589336, 40.72725323]} },
{type: 'Feature',properties:{Name: '4', Address: '96-11 65TH ROAD, 403, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8589336, 40.72725323]} },
{type: 'Feature',properties:{Name: '4', Address: '96-11 65TH ROAD, 303, REGO PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8589336, 40.72725323]} },
{type: 'Feature',properties:{Name: '4', Address: '9611 65TH ROAD, 406, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8589336, 40.72725323]} },
{type: 'Feature',properties:{Name: '4', Address: '96-11 65TH ROAD, 214, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8589336, 40.72725323]} },
{type: 'Feature',properties:{Name: '4', Address: '65-41 BOOTH STREET, 1K, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85846529, 40.72691779]} },
{type: 'Feature',properties:{Name: '4', Address: '65-41 BOOTH STREET, 1L, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85846529, 40.72691779]} },
{type: 'Feature',properties:{Name: '4', Address: '65-41 BOOTH STREET, 2J, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85846529, 40.72691779]} },
{type: 'Feature',properties:{Name: '4', Address: '6574 SAUNDERS STREET, 6G, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85733524, 40.7272787]} },
{type: 'Feature',properties:{Name: '4', Address: '65-74 SAUNDERS ST, 3H, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85733524, 40.7272787]} },
{type: 'Feature',properties:{Name: '4', Address: '63-95 AUSTIN STREET, 2F, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86248428, 40.72702422]} },
{type: 'Feature',properties:{Name: '4', Address: '63-95 AUSTIN STREET, 3H, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86248428, 40.72702422]} },
{type: 'Feature',properties:{Name: '4', Address: '63-95 AUSTIN STREET, 6J, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86248428, 40.72702422]} },
{type: 'Feature',properties:{Name: '4', Address: '63-95 AUSTIN STREET, 2L, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86248428, 40.72702422]} },
{type: 'Feature',properties:{Name: '4', Address: '63-95 AUSTIN STREET, 5G, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86248428, 40.72702422]} },
{type: 'Feature',properties:{Name: '4', Address: '65-38 BOOTH STREET, 4J, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85855906, 40.72693163]} },
{type: 'Feature',properties:{Name: '4', Address: '65-38 BOOTH STREET, 5G, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85855906, 40.72693163]} },
{type: 'Feature',properties:{Name: '4', Address: '65-38 BOOTH STREET, 2E, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85855906, 40.72693163]} },
{type: 'Feature',properties:{Name: '4', Address: '65-38 BOOTH STREET, 6E, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85855906, 40.72693163]} },
{type: 'Feature',properties:{Name: '4', Address: '65-70 BOOTH STREET, 6E, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85783083, 40.72666724]} },
{type: 'Feature',properties:{Name: '4', Address: '65-65 WETHEROLE STREET, 6C, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8582795, 40.72605845]} },
{type: 'Feature',properties:{Name: '4', Address: '65-65 WETHEROLE STREET, LJ, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8582795, 40.72605845]} },
{type: 'Feature',properties:{Name: '4', Address: '65-65 WETHEROLE STREET, LE, REGO PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8582795, 40.72605845]} },
{type: 'Feature',properties:{Name: '4', Address: '65-65 WETHEROLE STREET, 2E, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8582795, 40.72605845]} },
{type: 'Feature',properties:{Name: '4', Address: '6565 WETHEROLE, 5K, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8582795, 40.72605845]} },
{type: 'Feature',properties:{Name: '4', Address: '65-65 WETHEROLE STREET, 5W, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8582795, 40.72605845]} },
{type: 'Feature',properties:{Name: '4', Address: '65-65 WETHEROLE STREET, 2J, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8582795, 40.72605845]} },
{type: 'Feature',properties:{Name: '4', Address: '65-65 WETHEROLE STREET, 2S, REGO PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8582795, 40.72605845]} },
{type: 'Feature',properties:{Name: '4', Address: '65-65 WETHEROLE STREET, 3V, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8582795, 40.72605845]} },
{type: 'Feature',properties:{Name: '4', Address: '65-60 WETHEROLE STREET, 3L, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8584634, 40.72610808]} },
{type: 'Feature',properties:{Name: '4', Address: '90-02 63RD DRIVE, 1-G, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86521468, 40.72563585]} },
{type: 'Feature',properties:{Name: '4', Address: '90-02 63RD DRIVE, 5D, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86521468, 40.72563585]} },
{type: 'Feature',properties:{Name: '4', Address: '90-02 63RD DRIVE, 6K, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86521468, 40.72563585]} },
{type: 'Feature',properties:{Name: '4', Address: '90-02 63RD DRIVE, 6F, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86521468, 40.72563585]} },
{type: 'Feature',properties:{Name: '4', Address: '90-02 63RD DRIVE, 6D, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86521468, 40.72563585]} },
{type: 'Feature',properties:{Name: '4', Address: '67-50 THORNTON PLACE, 1T, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85678047, 40.72016634]} },
{type: 'Feature',properties:{Name: '4', Address: '67-50 THORNTON PLACE, 3G, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85678047, 40.72016634]} },
{type: 'Feature',properties:{Name: '4', Address: '67-50 THORNTON PLACE, 2D, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85678047, 40.72016634]} },
{type: 'Feature',properties:{Name: '4', Address: '67-50 THORNTON PLACE, 2L, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85678047, 40.72016634]} },
{type: 'Feature',properties:{Name: '4', Address: '67-50 THORNTON PLACE, 6L, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85678047, 40.72016634]} },
{type: 'Feature',properties:{Name: '4', Address: '65-15 ALDERTON, 5D, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85928613, 40.720916]} },
{type: 'Feature',properties:{Name: '4', Address: '65-15 ALDERTON STRET, 7D, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85928613, 40.720916]} },
{type: 'Feature',properties:{Name: '4', Address: '6610 THORNTON PLACE, 3M, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85796424, 40.72332154]} },
{type: 'Feature',properties:{Name: '4', Address: '66-10 THORNTON PLACE, 5P, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85796424, 40.72332154]} },
{type: 'Feature',properties:{Name: '4', Address: '66-10 THORNTON PLACE, 2L, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85796424, 40.72332154]} },
{type: 'Feature',properties:{Name: '4', Address: '66-15 THORNTON PLACE, 1D, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85796053, 40.72336819]} },
{type: 'Feature',properties:{Name: '4', Address: '66-15 THORNTON PLACE, 2U, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85796053, 40.72336819]} },
{type: 'Feature',properties:{Name: '4', Address: '66-15 THORNTON PLACE, 5F, REGO PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85796053, 40.72336819]} },
{type: 'Feature',properties:{Name: '4', Address: '6615 THORNTON PL, 4D, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85796053, 40.72336819]} },
{type: 'Feature',properties:{Name: '4', Address: '66-15 THORNTON PLACE, 6B, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85796053, 40.72336819]} },
{type: 'Feature',properties:{Name: '4', Address: '96-09 67TH AVENUE, 5E, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85662746, 40.72253488]} },
{type: 'Feature',properties:{Name: '4', Address: '96-09 67TH AVENUE, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85662746, 40.72253488]} },
{type: 'Feature',properties:{Name: '4', Address: '66-01 BURNS STREET, 5Z, REGO PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85820496, 40.72378844]} },
{type: 'Feature',properties:{Name: '4', Address: '66-01 BURNS STREET, 6X, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85820496, 40.72378844]} },
{type: 'Feature',properties:{Name: '4', Address: '66-01 BURNS STREET, 3S, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85820496, 40.72378844]} },
{type: 'Feature',properties:{Name: '4', Address: '66-01 BURNS STREET, 11374, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85820496, 40.72378844]} },
{type: 'Feature',properties:{Name: '4', Address: '66-01 BURNS STREET, 4E, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85820496, 40.72378844]} },
{type: 'Feature',properties:{Name: '4', Address: '66-01 BURNS STREET, LF, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85820496, 40.72378844]} },
{type: 'Feature',properties:{Name: '4', Address: '66-01 BURNS STREET, 6L, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85820496, 40.72378844]} },
{type: 'Feature',properties:{Name: '4', Address: '66-01 BURNS STREET, 3Y, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85820496, 40.72378844]} },
{type: 'Feature',properties:{Name: '4', Address: '97-07 67TH AVENUE, 3H, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8562546, 40.72312728]} },
{type: 'Feature',properties:{Name: '4', Address: '97-07 67TH AVENUE, 6F, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8562546, 40.72312728]} },
{type: 'Feature',properties:{Name: '4', Address: '97-07 67TH AVENUE, 3K, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8562546, 40.72312728]} },
{type: 'Feature',properties:{Name: '4', Address: '97-07 67TH AVENUE, 1E, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8562546, 40.72312728]} },
{type: 'Feature',properties:{Name: '4', Address: '66-20 WETHEROLE STREET, 3G, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85654552, 40.7254058]} },
{type: 'Feature',properties:{Name: '4', Address: '66-20 WETHEROLE STREET, 3J, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85654552, 40.7254058]} },
{type: 'Feature',properties:{Name: '4', Address: '66-20 WETHEROLE STREET, 6D, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85654552, 40.7254058]} },
{type: 'Feature',properties:{Name: '4', Address: '66-15 WETHEROLE STREET, B11, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85666445, 40.72546907]} },
{type: 'Feature',properties:{Name: '4', Address: '66-15 WETHEROLE STREET, E17, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85666445, 40.72546907]} },
{type: 'Feature',properties:{Name: '4', Address: '66-15 WETHEROLE STREET, B10, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85666445, 40.72546907]} },
{type: 'Feature',properties:{Name: '4', Address: '6615 WETHEROLE STREET, F16, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85666445, 40.72546907]} },
{type: 'Feature',properties:{Name: '4', Address: '66-15 WETHEROLE ST, C8, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85666445, 40.72546907]} },
{type: 'Feature',properties:{Name: '4', Address: '66-15 WETHEROLE STREET, F8, REGO PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85666445, 40.72546907]} },
{type: 'Feature',properties:{Name: '4', Address: '66-15 WETHEROLE STREET, A9, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85666445, 40.72546907]} },
{type: 'Feature',properties:{Name: '4', Address: '98-120 QUEENS BLVD., 2K, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85425797, 40.72714036]} },
{type: 'Feature',properties:{Name: '4', Address: '98-120 QUEENS BLVD, 5B, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85425797, 40.72714036]} },
{type: 'Feature',properties:{Name: '4', Address: '67-30 DARTMOUTH ST, 3P, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85609602, 40.72137867]} },
{type: 'Feature',properties:{Name: '4', Address: '67-30 DARTMOUTH STREET, 4T, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85609602, 40.72137867]} },
{type: 'Feature',properties:{Name: '4', Address: '67-30 DARTMOUTH STREET, 2B, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85609602, 40.72137867]} },
{type: 'Feature',properties:{Name: '4', Address: '67-30 DARTMOUTH STREET, 5C, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85609602, 40.72137867]} },
{type: 'Feature',properties:{Name: '4', Address: '67-30 DARTMOUTH STREET, 1D, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85609602, 40.72137867]} },
{type: 'Feature',properties:{Name: '4', Address: '67-30 DARTMOUTH STREET, 6H, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85609602, 40.72137867]} },
{type: 'Feature',properties:{Name: '4', Address: '67-30 DARTMOUTH STREET, 5-M, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85609602, 40.72137867]} },
{type: 'Feature',properties:{Name: '4', Address: '67-30 DARTMOUTH, 7E, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85609602, 40.72137867]} },
{type: 'Feature',properties:{Name: '4', Address: '67-30 DARTMOUTH STREET, 4U, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85609602, 40.72137867]} },
{type: 'Feature',properties:{Name: '4', Address: '67-30 CLYDE STREET, 5V, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8559321, 40.72210857]} },
{type: 'Feature',properties:{Name: '4', Address: '67-25 DARTMOUTH STREET, 7B, REGO PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85616447, 40.72142267]} },
{type: 'Feature',properties:{Name: '4', Address: '67-25 DARTMOUTH STREET, 6R, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85616447, 40.72142267]} },
{type: 'Feature',properties:{Name: '4', Address: '67-25 DARTMOUTH STREET, 5L, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85616447, 40.72142267]} },
{type: 'Feature',properties:{Name: '4', Address: '67-25 DARTMOUTH STREET, 4A, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85616447, 40.72142267]} },
{type: 'Feature',properties:{Name: '4', Address: '67-25 DARTMOUTH STREET, 6K, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85616447, 40.72142267]} },
{type: 'Feature',properties:{Name: '4', Address: '67-41 BURNS STREET, 509, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85489577, 40.7225382]} },
{type: 'Feature',properties:{Name: '4', Address: '67-41 BURNS STREET, 103, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85489577, 40.7225382]} },
{type: 'Feature',properties:{Name: '4', Address: '67-41 BURNS STREET, 204, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85489577, 40.7225382]} },
{type: 'Feature',properties:{Name: '4', Address: '67-41 BURNS STREET, 115, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85489577, 40.7225382]} },
{type: 'Feature',properties:{Name: '4', Address: '67-41 BURNS STREET, 401, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85489577, 40.7225382]} },
{type: 'Feature',properties:{Name: '4', Address: '67-41 BURNS STREET, 205, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85489577, 40.7225382]} },
{type: 'Feature',properties:{Name: '4', Address: '67-41 BURNS STREET, 317, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85489577, 40.7225382]} },
{type: 'Feature',properties:{Name: '4', Address: '67-76 BOOTH STREET, 3I, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85196496, 40.72478243]} },
{type: 'Feature',properties:{Name: '4', Address: '67-76 BOOTH STREET, 4F, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85196496, 40.72478243]} },
{type: 'Feature',properties:{Name: '4', Address: '67-76 BOOTH STREET, 1A, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85196496, 40.72478243]} },
{type: 'Feature',properties:{Name: '4', Address: '67-76 BOOTH STREET, 5L, REGO PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85196496, 40.72478243]} },
{type: 'Feature',properties:{Name: '4', Address: '67-76 BOOTH STREET, 5I, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85196496, 40.72478243]} },
{type: 'Feature',properties:{Name: '4', Address: '67-76 BOOTH STREET, 7I, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85196496, 40.72478243]} },
{type: 'Feature',properties:{Name: '4', Address: '98-50 67TH AVENUE, 3E, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85492246, 40.72519516]} },
{type: 'Feature',properties:{Name: '4', Address: '98-50 67TH AVENUE, 4M, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85492246, 40.72519516]} },
{type: 'Feature',properties:{Name: '4', Address: '98-50 67TH AVENUE, 1F, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85492246, 40.72519516]} },
{type: 'Feature',properties:{Name: '4', Address: '99-45 67TH ROAD, 503, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85407617, 40.72448869]} },
{type: 'Feature',properties:{Name: '4', Address: '9945 67TH ROAD, 201, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85407617, 40.72448869]} },
{type: 'Feature',properties:{Name: '4', Address: '99-45 67TH ROAD, 209, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85407617, 40.72448869]} },
{type: 'Feature',properties:{Name: '4', Address: '99-45 67TH ROAD, 506, REGO PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85407617, 40.72448869]} },
{type: 'Feature',properties:{Name: '4', Address: '99-45 67TH ROAD, 418, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85407617, 40.72448869]} },
{type: 'Feature',properties:{Name: '4', Address: '99-45 67TH ROAD, 508, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85407617, 40.72448869]} },
{type: 'Feature',properties:{Name: '4', Address: '9945 67TH ROAD, 315, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85407617, 40.72448869]} },
{type: 'Feature',properties:{Name: '4', Address: '99-45 67TH ROAD, 310, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85407617, 40.72448869]} },
{type: 'Feature',properties:{Name: '4', Address: '99-45 67TH ROAD, 607, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85407617, 40.72448869]} },
{type: 'Feature',properties:{Name: '4', Address: '99-45 67TH ROAD, 523, REGO PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85407617, 40.72448869]} },
{type: 'Feature',properties:{Name: '4', Address: '99-21 67TH ROAD, 7H, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85424995, 40.72420894]} },
{type: 'Feature',properties:{Name: '4', Address: '99-21 67TH ROAD, 3K, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85424995, 40.72420894]} },
{type: 'Feature',properties:{Name: '4', Address: '99-21 67TH ROAD, 6B, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85424995, 40.72420894]} },
{type: 'Feature',properties:{Name: '4', Address: '67-40 BOOTH ST, 2D, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85293107, 40.72513774]} },
{type: 'Feature',properties:{Name: '4', Address: '67-40 BOOTH STREET, 6G, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85293107, 40.72513774]} },
{type: 'Feature',properties:{Name: '4', Address: '100-11 67TH ROAD, 514, REGO PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85338105, 40.7255912]} },
{type: 'Feature',properties:{Name: '4', Address: '100-11 67TH ROAD, 127, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85338105, 40.7255912]} },
{type: 'Feature',properties:{Name: '4', Address: '100-11 67TH ROAD, 211, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85338105, 40.7255912]} },
{type: 'Feature',properties:{Name: '4', Address: '100-11 67TH ROAD, 217, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85338105, 40.7255912]} },
{type: 'Feature',properties:{Name: '4', Address: '100-11 67 ROAD, 621, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85338105, 40.7255912]} },
{type: 'Feature',properties:{Name: '4', Address: '10026 67 ROAD, 1E, REGO PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85329061, 40.72570087]} },
{type: 'Feature',properties:{Name: '4', Address: '68-09 BOOTH STREET, 2T, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85169823, 40.72467229]} },
{type: 'Feature',properties:{Name: '4', Address: '68-09 BOOTH STREET, 4N, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85169823, 40.72467229]} },
{type: 'Feature',properties:{Name: '4', Address: '94-10 64TH ROAD, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86146609, 40.72739079]} },
{type: 'Feature',properties:{Name: '4', Address: '9229 QUEENS BOULEVARD, REGO PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86765097, 40.73239902]} },
{type: 'Feature',properties:{Name: '4', Address: '92-29 QUEENS BOULEVARD, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86765097, 40.73239902]} },
{type: 'Feature',properties:{Name: '4', Address: '92-29 QUEENS BOULEVARD, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86765097, 40.73239902]} },
{type: 'Feature',properties:{Name: '4', Address: '92-29 QUEENS BOULEVARD, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86765097, 40.73239902]} },
{type: 'Feature',properties:{Name: '4', Address: '62-54 97TH PLACE, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86095277, 40.73305261]} },
{type: 'Feature',properties:{Name: '4', Address: '62-54 97TH PLACE, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86095277, 40.73305261]} },
{type: 'Feature',properties:{Name: '4', Address: '62-54 97TH PLACE, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86095277, 40.73305261]} },
{type: 'Feature',properties:{Name: '4', Address: '62-54 97TH PLACE, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86095277, 40.73305261]} },
{type: 'Feature',properties:{Name: '4', Address: '62-54 97TH PLACE, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86095277, 40.73305261]} },
{type: 'Feature',properties:{Name: '4', Address: '97-12 63RD DRIVE, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86018585, 40.73055121]} },
{type: 'Feature',properties:{Name: '4', Address: '97-12 63RD DRIVE, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86018585, 40.73055121]} },
{type: 'Feature',properties:{Name: '4', Address: '63-36 99TH STREET, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85683428, 40.73206494]} },
{type: 'Feature',properties:{Name: '4', Address: '63-36 99TH STREET, REGO PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85683428, 40.73206494]} },
{type: 'Feature',properties:{Name: '4', Address: '63-36 99TH STREET, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85683428, 40.73206494]} },
{type: 'Feature',properties:{Name: '4', Address: '63-36 99TH STREET, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85683428, 40.73206494]} },
{type: 'Feature',properties:{Name: '4', Address: '63-36 99TH STREET, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85683428, 40.73206494]} },
{type: 'Feature',properties:{Name: '4', Address: '63-60 102ND STREET, REGO PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85381747, 40.73222584]} },
{type: 'Feature',properties:{Name: '4', Address: '63-60 102ND STREET, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85381747, 40.73222584]} },
{type: 'Feature',properties:{Name: '4', Address: '63-60 102ND STREET, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85381747, 40.73222584]} },
{type: 'Feature',properties:{Name: '4', Address: '63-60 102ND STREET, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85381747, 40.73222584]} },
{type: 'Feature',properties:{Name: '4', Address: '63-60 102ND STREET, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85381747, 40.73222584]} },
{type: 'Feature',properties:{Name: '4', Address: '63-60 102ND STREET, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85381747, 40.73222584]} },
{type: 'Feature',properties:{Name: '4', Address: '63-60 102ND STREET, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85381747, 40.73222584]} },
{type: 'Feature',properties:{Name: '4', Address: '63-60 102ND STREET, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85381747, 40.73222584]} },
{type: 'Feature',properties:{Name: '4', Address: '63-60 102ND STREET, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85381747, 40.73222584]} },
{type: 'Feature',properties:{Name: '4', Address: '63-60 102ND STREET, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85381747, 40.73222584]} },
{type: 'Feature',properties:{Name: '4', Address: '63-60 102ND STREET, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85381747, 40.73222584]} },
{type: 'Feature',properties:{Name: '4', Address: '99-31 66 AVENUE, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85445357, 40.72844162]} },
{type: 'Feature',properties:{Name: '4', Address: '100-25 QUEENS BOULEVARD, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8533855, 40.7268483]} },
{type: 'Feature',properties:{Name: '4', Address: '100-25 QUEENS BOULEVARD, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8533855, 40.7268483]} },
{type: 'Feature',properties:{Name: '4', Address: '100-25 QUEENS BOULEVARD, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8533855, 40.7268483]} },
{type: 'Feature',properties:{Name: '4', Address: '100-25 QUEENS BOULEVARD, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8533855, 40.7268483]} },
{type: 'Feature',properties:{Name: '4', Address: '100-25 QUEENS BOULEVARD, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8533855, 40.7268483]} },
{type: 'Feature',properties:{Name: '4', Address: '100-25 QUEENS BOULEVARD, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8533855, 40.7268483]} },
{type: 'Feature',properties:{Name: '4', Address: '100-25 QUEENS BLVD.,, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8533855, 40.7268483]} },
{type: 'Feature',properties:{Name: '4', Address: '100-25 QUEENS BLVD., REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8533855, 40.7268483]} },
{type: 'Feature',properties:{Name: '4', Address: '63-47 BOOTH STREET, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86415434, 40.72899419]} },
{type: 'Feature',properties:{Name: '4', Address: '63-47 BOOTH STREET, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86415434, 40.72899419]} },
{type: 'Feature',properties:{Name: '4', Address: '63-47 BOOTH STREET, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86415434, 40.72899419]} },
{type: 'Feature',properties:{Name: '4', Address: '63-47 BOOTH STREET, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86415434, 40.72899419]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '65-20 BOOTH STREET, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8593558, 40.72722355]} },
{type: 'Feature',properties:{Name: '4', Address: '64-48 BOOTH STREET, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8608195, 40.72775781]} },
{type: 'Feature',properties:{Name: '4', Address: '64-48 BOOTH STREET, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8608195, 40.72775781]} },
{type: 'Feature',properties:{Name: '4', Address: '64-48 BOOTH STREET, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8608195, 40.72775781]} },
{type: 'Feature',properties:{Name: '4', Address: '64-73 AUSTIN STREET, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86135546, 40.72680328]} },
{type: 'Feature',properties:{Name: '4', Address: '94-11 65TH ROAD, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85969738, 40.72606293]} },
{type: 'Feature',properties:{Name: '4', Address: '94-11 65 ROAD, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85969738, 40.72606293]} },
{type: 'Feature',properties:{Name: '4', Address: '94-11 65 ROAD, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85969738, 40.72606293]} },
{type: 'Feature',properties:{Name: '4', Address: '64-75 AUSTIN STREET, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86135186, 40.72680328]} },
{type: 'Feature',properties:{Name: '4', Address: '64-75 AUSTIN STREET, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86135186, 40.72680328]} },
{type: 'Feature',properties:{Name: '4', Address: '64-75 AUSTIN STREET, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86135186, 40.72680328]} },
{type: 'Feature',properties:{Name: '4', Address: '64-75 AUSTIN STREET, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86135186, 40.72680328]} },
{type: 'Feature',properties:{Name: '4', Address: '64-75 AUSTIN STREET, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86135186, 40.72680328]} },
{type: 'Feature',properties:{Name: '4', Address: '6475 AUSTIN STREET, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86135186, 40.72680328]} },
{type: 'Feature',properties:{Name: '4', Address: '64-75 AUSTIN STREET, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86135186, 40.72680328]} },
{type: 'Feature',properties:{Name: '4', Address: '64-75 AUSTIN STREET, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86135186, 40.72680328]} },
{type: 'Feature',properties:{Name: '4', Address: '64-75 AUSTIN STREET, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86135186, 40.72680328]} },
{type: 'Feature',properties:{Name: '4', Address: '64-75 AUSTIN STREET, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86135186, 40.72680328]} },
{type: 'Feature',properties:{Name: '4', Address: '64-75 AUSTIN STREET, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86135186, 40.72680328]} },
{type: 'Feature',properties:{Name: '4', Address: '64-75 AUSTIN STREET, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86135186, 40.72680328]} },
{type: 'Feature',properties:{Name: '4', Address: '64-75 AUSTIN STREET, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86135186, 40.72680328]} },
{type: 'Feature',properties:{Name: '4', Address: '64-75 AUSTIN STREET, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86135186, 40.72680328]} },
{type: 'Feature',properties:{Name: '4', Address: '95-08 65TH ROAD, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85932465, 40.72659496]} },
{type: 'Feature',properties:{Name: '4', Address: '95-08 65TH ROAD, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85932465, 40.72659496]} },
{type: 'Feature',properties:{Name: '4', Address: '65-36 WETHEROLE STREET, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85901137, 40.72630912]} },
{type: 'Feature',properties:{Name: '4', Address: '65-36 WETHEROLE STREET, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85901137, 40.72630912]} },
{type: 'Feature',properties:{Name: '4', Address: '65-50 WETHEROLE STREET, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85869052, 40.72619071]} },
{type: 'Feature',properties:{Name: '4', Address: '65-50 WETHEROLE STREET, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85869052, 40.72619071]} },
{type: 'Feature',properties:{Name: '4', Address: '65-50 WETHEROLE STREET, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85869052, 40.72619071]} },
{type: 'Feature',properties:{Name: '4', Address: '65-50 WETHEROLE STREET, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85869052, 40.72619071]} },
{type: 'Feature',properties:{Name: '4', Address: '65-50 WETHEROLE STREET, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85869052, 40.72619071]} },
{type: 'Feature',properties:{Name: '4', Address: '65-50 WETHEROLE STREET, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85869052, 40.72619071]} },
{type: 'Feature',properties:{Name: '4', Address: '65-50 WETHEROLE STREET, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85869052, 40.72619071]} },
{type: 'Feature',properties:{Name: '4', Address: '65-50 WETHEROLE STREET, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85869052, 40.72619071]} },
{type: 'Feature',properties:{Name: '4', Address: '65-50 WETHEROLE STREET, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85869052, 40.72619071]} },
{type: 'Feature',properties:{Name: '4', Address: '65-50 WETHEROLE STREET, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85869052, 40.72619071]} },
{type: 'Feature',properties:{Name: '4', Address: '65-50 WETHEROLE STREET, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85869052, 40.72619071]} },
{type: 'Feature',properties:{Name: '4', Address: '65-50 WETHEROLE STREET, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85869052, 40.72619071]} },
{type: 'Feature',properties:{Name: '4', Address: '65-50 WETHEROLE, REGO PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85869052, 40.72619071]} },
{type: 'Feature',properties:{Name: '4', Address: '65-50 WETHEROLE STREET, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85869052, 40.72619071]} },
{type: 'Feature',properties:{Name: '4', Address: '65-50 WETHEROLE STREET, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85869052, 40.72619071]} },
{type: 'Feature',properties:{Name: '4', Address: '65-50 WETHEROLE STREET, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85869052, 40.72619071]} },
{type: 'Feature',properties:{Name: '4', Address: '87-30 62ND AVENUE, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86870117, 40.72863167]} },
{type: 'Feature',properties:{Name: '4', Address: '87-30 62ND AVENUE, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86870117, 40.72863167]} },
{type: 'Feature',properties:{Name: '4', Address: '87-30 62ND AVENUE, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86870117, 40.72863167]} },
{type: 'Feature',properties:{Name: '4', Address: '87-30 62ND AVENUE, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86870117, 40.72863167]} },
{type: 'Feature',properties:{Name: '4', Address: '87-30 62ND AVENUE, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86870117, 40.72863167]} },
{type: 'Feature',properties:{Name: '4', Address: '85-04 63RD DRIVE, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86716202, 40.72246243]} },
{type: 'Feature',properties:{Name: '4', Address: '85-04 63RD DRIVE, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86716202, 40.72246243]} },
{type: 'Feature',properties:{Name: '4', Address: '85-04 63RD DRIVE, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86716202, 40.72246243]} },
{type: 'Feature',properties:{Name: '4', Address: '85-04 63RD DRIVE, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86716202, 40.72246243]} },
{type: 'Feature',properties:{Name: '4', Address: '85-04 63RD DRIVE, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86716202, 40.72246243]} },
{type: 'Feature',properties:{Name: '4', Address: '85-04 63RD DRIVE, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86716202, 40.72246243]} },
{type: 'Feature',properties:{Name: '4', Address: '85-04 63RD DRIVE, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86716202, 40.72246243]} },
{type: 'Feature',properties:{Name: '4', Address: '85-04 63RD DRIVE, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86716202, 40.72246243]} },
{type: 'Feature',properties:{Name: '4', Address: '85-04 63RD DRIVE, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86716202, 40.72246243]} },
{type: 'Feature',properties:{Name: '4', Address: '85-04 63RD DRIVE, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86716202, 40.72246243]} },
{type: 'Feature',properties:{Name: '4', Address: '85-04 63RD DR, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86716202, 40.72246243]} },
{type: 'Feature',properties:{Name: '4', Address: '85-04 63RD DRIVE, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86716202, 40.72246243]} },
{type: 'Feature',properties:{Name: '4', Address: '85-04 63RD DRIVE, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86716202, 40.72246243]} },
{type: 'Feature',properties:{Name: '4', Address: '63-85 WOODHAVEN BOULEVARD, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86686387, 40.72181981]} },
{type: 'Feature',properties:{Name: '4', Address: '63-85 WOODHAVEN BOULEVARD, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86686387, 40.72181981]} },
{type: 'Feature',properties:{Name: '4', Address: '63-85 WOODHAVEN BLVD, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86686387, 40.72181981]} },
{type: 'Feature',properties:{Name: '4', Address: '63-85 WOODHAVEN BOULEVARD, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86686387, 40.72181981]} },
{type: 'Feature',properties:{Name: '4', Address: '63-85 WOODHAVEN BOULEVARD, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86686387, 40.72181981]} },
{type: 'Feature',properties:{Name: '4', Address: '63-93 WOODHAVEN BOULEVARD, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86673788, 40.72168242]} },
{type: 'Feature',properties:{Name: '4', Address: '63-93 WOODHAVEN BOULEVARD, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86673788, 40.72168242]} },
{type: 'Feature',properties:{Name: '4', Address: '63-93 WOODHAVEN BOULEVARD, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86673788, 40.72168242]} },
{type: 'Feature',properties:{Name: '4', Address: '99-34 67TH ROAD, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85412695, 40.72436524]} },
{type: 'Feature',properties:{Name: '4', Address: '99-34 67TH ROAD, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85412695, 40.72436524]} },
{type: 'Feature',properties:{Name: '4', Address: '99-34 67 ROAD, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85412695, 40.72436524]} },
{type: 'Feature',properties:{Name: '4', Address: '100-10 67TH ROAD, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85336303, 40.72558294]} },
{type: 'Feature',properties:{Name: '4', Address: '100-10 67TH ROAD, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85336303, 40.72558294]} },
{type: 'Feature',properties:{Name: '4', Address: '97-49 63RD DRIVE, REGO PARK', Month: '1', Price: '4200'}, geometry: { type: 'Point', coordinates:[-73.85974535, 40.73069889]} },
{type: 'Feature',properties:{Name: '4', Address: '96-18 63RD DRIVE, REGO PARK', Month: '12', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.86106362, 40.73007468]} },
{type: 'Feature',properties:{Name: '4', Address: '99-60 63RD ROAD, 11H, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85505029, 40.7327736]} },
{type: 'Feature',properties:{Name: '4', Address: '99-40 63RD ROAD, RU1, REGO PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8555989, 40.73270018]} },
{type: 'Feature',properties:{Name: '4', Address: '99-05 63RD DRIVE, 1S, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85619269, 40.73175124]} },
{type: 'Feature',properties:{Name: '4', Address: '99-60 63RD ROAD, 11C, REGO PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85505029, 40.7327736]} },
{type: 'Feature',properties:{Name: '4', Address: '99-40 63RD ROAD, RU1, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8555989, 40.73270018]} },
{type: 'Feature',properties:{Name: '4', Address: '99-40 63RD ROAD, 5S, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8555989, 40.73270018]} },
{type: 'Feature',properties:{Name: '4', Address: '99-60 63RD STREET, 3X, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85551314, 40.73231306]} },
{type: 'Feature',properties:{Name: '4', Address: '99-40 63RD ROAD, 14V, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8555989, 40.73270018]} },
{type: 'Feature',properties:{Name: '4', Address: '99-40 63RD ROAD, RU1, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8555989, 40.73270018]} },
{type: 'Feature',properties:{Name: '4', Address: '99-60 63RD ROAD, 14H, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85505029, 40.7327736]} },
{type: 'Feature',properties:{Name: '4', Address: '99-05 63RD DRIVE, 3A, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85619269, 40.73175124]} },
{type: 'Feature',properties:{Name: '4', Address: '99-60 63RD ROAD, 7T, REGO PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85505029, 40.7327736]} },
{type: 'Feature',properties:{Name: '4', Address: '99-40 63RD ROAD, 7K, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8555989, 40.73270018]} },
{type: 'Feature',properties:{Name: '4', Address: '99-05 63RD DRIVE, 14G, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85619269, 40.73175124]} },
{type: 'Feature',properties:{Name: '4', Address: '99-60 63RD ROAD, 3-O, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85505029, 40.7327736]} },
{type: 'Feature',properties:{Name: '4', Address: '99-40 63RD ROAD, 9O, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8555989, 40.73270018]} },
{type: 'Feature',properties:{Name: '4', Address: '99-05 63RD DRIVE, 5U, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85619269, 40.73175124]} },
{type: 'Feature',properties:{Name: '4', Address: '99-40 63RD ROAD, RU1, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8555989, 40.73270018]} },
{type: 'Feature',properties:{Name: '4', Address: '99-40 63RD ROAD, RU1, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8555989, 40.73270018]} },
{type: 'Feature',properties:{Name: '4', Address: '99-05 63RD DRIVE, 9C, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85619269, 40.73175124]} },
{type: 'Feature',properties:{Name: '4', Address: '99-60 63RD ROAD, 9Y, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85505029, 40.7327736]} },
{type: 'Feature',properties:{Name: '4', Address: '99-40 63RD ROAD, 7L, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8555989, 40.73270018]} },
{type: 'Feature',properties:{Name: '4', Address: '99-72 66TH ROAD, 9M, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8540293, 40.72776862]} },
{type: 'Feature',properties:{Name: '4', Address: '99-32 66TH ROAD, RESI, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85406901, 40.72775769]} },
{type: 'Feature',properties:{Name: '4', Address: '99-72 66TH ROAD, 9S, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8540293, 40.72776862]} },
{type: 'Feature',properties:{Name: '4', Address: '99-32 66TH ROAD, RESI, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85406901, 40.72775769]} },
{type: 'Feature',properties:{Name: '4', Address: '99-32 66TH ROAD, 11B, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85406901, 40.72775769]} },
{type: 'Feature',properties:{Name: '4', Address: '99-72 66TH ROAD, 7R, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8540293, 40.72776862]} },
{type: 'Feature',properties:{Name: '4', Address: '99-32 66TH ROAD, RESI, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85406901, 40.72775769]} },
{type: 'Feature',properties:{Name: '4', Address: '99-72 66TH ROAD, 1D, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8540293, 40.72776862]} },
{type: 'Feature',properties:{Name: '4', Address: '99-32 66TH ROAD, RESI, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85406901, 40.72775769]} },
{type: 'Feature',properties:{Name: '4', Address: '99-72 66TH ROAD, 9E, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8540293, 40.72776862]} },
{type: 'Feature',properties:{Name: '4', Address: '99-52 66TH ROAD, 7G/7H, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85405096, 40.72776316]} },
{type: 'Feature',properties:{Name: '4', Address: '99-32 66TH ROAD, RESI, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85406901, 40.72775769]} },
{type: 'Feature',properties:{Name: '4', Address: '99-72 66TH ROAD, 11Z, REGO PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8540293, 40.72776862]} },
{type: 'Feature',properties:{Name: '4', Address: '99-32 66TH ROAD, RESI, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85406901, 40.72775769]} },
{type: 'Feature',properties:{Name: '4', Address: '99-52 66TH ROAD, 9D, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85405096, 40.72776316]} },
{type: 'Feature',properties:{Name: '4', Address: '99-52 66TH ROAD, 3N, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85405096, 40.72776316]} },
{type: 'Feature',properties:{Name: '4', Address: '99-32 66TH ROAD, 9P, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85406901, 40.72775769]} },
{type: 'Feature',properties:{Name: '4', Address: '99-32 66TH ROAD, RESI, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85406901, 40.72775769]} },
{type: 'Feature',properties:{Name: '4', Address: '99-52 66TH ROAD, 11W, REGO PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85405096, 40.72776316]} },
{type: 'Feature',properties:{Name: '4', Address: '99-32 66TH ROAD, RESI, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85406901, 40.72775769]} },
{type: 'Feature',properties:{Name: '4', Address: '99-52 66TH ROAD, RESI, REGO PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85405096, 40.72776316]} },
{type: 'Feature',properties:{Name: '4', Address: '99-32 66TH ROAD, RESI, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85406901, 40.72775769]} },
{type: 'Feature',properties:{Name: '4', Address: '99-32 66TH ROAD, 5Q, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85406901, 40.72775769]} },
{type: 'Feature',properties:{Name: '4', Address: '99-32 66TH ROAD, 9C, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85406901, 40.72775769]} },
{type: 'Feature',properties:{Name: '4', Address: '99-32 66TH ROAD, RESI, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85406901, 40.72775769]} },
{type: 'Feature',properties:{Name: '4', Address: '97-29 64TH ROAD, REGO PARK', Month: '6', Price: '10628'}, geometry: { type: 'Point', coordinates:[-73.85895797, 40.72938044]} },
{type: 'Feature',properties:{Name: '4', Address: '97-15 64TH ROAD, REGO PARK', Month: '9', Price: '3150'}, geometry: { type: 'Point', coordinates:[-73.85908072, 40.72934217]} },
{type: 'Feature',properties:{Name: '4', Address: '63-44 AUSTIN ST, REGO PARK', Month: '9', Price: '16900'}, geometry: { type: 'Point', coordinates:[-73.86481736, 40.72763632]} },
{type: 'Feature',properties:{Name: '4', Address: '97-19 64TH ROAD, REGO PARK', Month: '2', Price: '10143'}, geometry: { type: 'Point', coordinates:[-73.85904462, 40.7293531]} },
{type: 'Feature',properties:{Name: '4', Address: '98-48 QUEENS BOULEVARD, REGO PARK', Month: '11', Price: '2875'}, geometry: { type: 'Point', coordinates:[-73.85637409, 40.72794723]} },
{type: 'Feature',properties:{Name: '4', Address: '91-10A 63RD DRIVE, REGO PARK', Month: '11', Price: '2790'}, geometry: { type: 'Point', coordinates:[-73.86468263, 40.72647238]} },
{type: 'Feature',properties:{Name: '4', Address: '62-29 WOODHAVEN BLVD, REGO PARK', Month: '11', Price: '17245'}, geometry: { type: 'Point', coordinates:[-73.87012418, 40.72603399]} },
{type: 'Feature',properties:{Name: '4', Address: '96-27 QUEENS BOULEVARD, REGO PARK', Month: '3', Price: '1225'}, geometry: { type: 'Point', coordinates:[-73.86203429, 40.73002644]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 62ND ROAD, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86937732, 40.72604962]} },
{type: 'Feature',properties:{Name: '4', Address: '92-29 QUEENS BOULEVARD, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86765097, 40.73239902]} },
{type: 'Feature',properties:{Name: '4', Address: '92-29 QUEENS BOULEVARD, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86765097, 40.73239902]} },
{type: 'Feature',properties:{Name: '4', Address: '62-54 97TH PLACE, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86095277, 40.73305261]} },
{type: 'Feature',properties:{Name: '4', Address: '62-54 97TH PLACE, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86095277, 40.73305261]} },
{type: 'Feature',properties:{Name: '4', Address: '64-73 AUSTIN STREET, REGO PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86135546, 40.72680328]} },
{type: 'Feature',properties:{Name: '4', Address: '64-73 AUSTIN STREET, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86135546, 40.72680328]} },
{type: 'Feature',properties:{Name: '4', Address: '92-29 QUEENS BOULEVARD, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86765097, 40.73239902]} },
{type: 'Feature',properties:{Name: '4', Address: '92-29 QUEENS BOULEVARD, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86765097, 40.73239902]} },
{type: 'Feature',properties:{Name: '4', Address: '92-29 QUEENS BOULEVARD, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86765097, 40.73239902]} },
{type: 'Feature',properties:{Name: '4', Address: '92-29 QUEENS BOULEVARD, REGO PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86765097, 40.73239902]} },
{type: 'Feature',properties:{Name: '4', Address: '9229 QUEENS BOULEVARD, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86765097, 40.73239902]} },
{type: 'Feature',properties:{Name: '4', Address: '92-29 QUEENS BOULEVARD, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86765097, 40.73239902]} },
{type: 'Feature',properties:{Name: '4', Address: '62-54 97TH PLACE, REGO PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86095277, 40.73305261]} },
{type: 'Feature',properties:{Name: '4', Address: '62-54 97TH PLACE, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86095277, 40.73305261]} },
{type: 'Feature',properties:{Name: '4', Address: '62-54 97TH PLACE, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86095277, 40.73305261]} },
{type: 'Feature',properties:{Name: '4', Address: '97-12 63RD DRIVE, REGO PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86018585, 40.73055121]} },
{type: 'Feature',properties:{Name: '4', Address: '97-12 63RD DRIVE, REGO PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86018585, 40.73055121]} },
{type: 'Feature',properties:{Name: '4', Address: '64-73 AUSTIN STREET, REGO PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86135546, 40.72680328]} },
{type: 'Feature',properties:{Name: '4', Address: '94-11 65TH ROAD, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85969738, 40.72606293]} },
{type: 'Feature',properties:{Name: '4', Address: '94-11 65TH ROAD, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85969738, 40.72606293]} },
{type: 'Feature',properties:{Name: '4', Address: '94-11 65TH ROAD, REGO PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85969738, 40.72606293]} },
{type: 'Feature',properties:{Name: '4', Address: '64-75 AUSTIN STREET, REGO PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86135186, 40.72680328]} },
{type: 'Feature',properties:{Name: '4', Address: '64-75 AUSTIN STREET, REGO PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86135186, 40.72680328]} },
{type: 'Feature',properties:{Name: '4', Address: '64-75 AUSTIN STREET, REGO PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86135186, 40.72680328]} },
{type: 'Feature',properties:{Name: '4', Address: '64-75 AUSTIN STREET, REGO PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86135186, 40.72680328]} },
{type: 'Feature',properties:{Name: '4', Address: '64-75 AUSTIN STREET, REGO PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.86135186, 40.72680328]} },
{type: 'Feature',properties:{Name: '4', Address: '102-15 85TH AVENUE, RICHMOND HILL', Month: '11', Price: '1445'}, geometry: { type: 'Point', coordinates:[-73.84639074, 40.69824696]} },
{type: 'Feature',properties:{Name: '4', Address: '84-12 105TH STREET, RICHMOND HILL', Month: '7', Price: '1380'}, geometry: { type: 'Point', coordinates:[-73.84418415, 40.69957521]} },
{type: 'Feature',properties:{Name: '4', Address: '84-29 106TH STREET, RICHMOND HILL', Month: '5', Price: '1834'}, geometry: { type: 'Point', coordinates:[-73.84339738, 40.69981568]} },
{type: 'Feature',properties:{Name: '4', Address: '84-27 106TH STREET, RICHMOND HILL', Month: '10', Price: '1834'}, geometry: { type: 'Point', coordinates:[-73.84340816, 40.69983216]} },
{type: 'Feature',properties:{Name: '4', Address: '8436 109TH ST, RICHMOND HILL', Month: '2', Price: '1214'}, geometry: { type: 'Point', coordinates:[-73.84098651, 40.7005562]} },
{type: 'Feature',properties:{Name: '4', Address: '108-05 85TH AVENUE, RICHMOND HILL', Month: '2', Price: '1376'}, geometry: { type: 'Point', coordinates:[-73.8413457, 40.69965367]} },
{type: 'Feature',properties:{Name: '4', Address: '84-21 108TH STREET, RICHMOND HILL', Month: '2', Price: '1756'}, geometry: { type: 'Point', coordinates:[-73.84195312, 40.7005246]} },
{type: 'Feature',properties:{Name: '4', Address: '84-21 108TH STREET, RICHMOND HILL', Month: '10', Price: '1756'}, geometry: { type: 'Point', coordinates:[-73.84195312, 40.7005246]} },
{type: 'Feature',properties:{Name: '4', Address: '109-16 MYRTLE AVENUE, RICHMOND HILL', Month: '3', Price: '2247'}, geometry: { type: 'Point', coordinates:[-73.84095298, 40.7010063]} },
{type: 'Feature',properties:{Name: '4', Address: '85-34 108TH STREET, RICHMOND HILL', Month: '12', Price: '1989'}, geometry: { type: 'Point', coordinates:[-73.8411779, 40.6989398]} },
{type: 'Feature',properties:{Name: '4', Address: '108-04 85TH AVENUE, RICHMOND HILL', Month: '12', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.84133853, 40.69963719]} },
{type: 'Feature',properties:{Name: '4', Address: '85-24 110TH STREET, RICHMOND HILL', Month: '2', Price: '2874'}, geometry: { type: 'Point', coordinates:[-73.83950302, 40.69956603]} },
{type: 'Feature',properties:{Name: '4', Address: '8537 109TH STREET, RICHMOND HILL', Month: '4', Price: '2790'}, geometry: { type: 'Point', coordinates:[-73.84026852, 40.69917734]} },
{type: 'Feature',properties:{Name: '4', Address: '86-59 105TH STREET, RICHMOND HILL', Month: '4', Price: '2058'}, geometry: { type: 'Point', coordinates:[-73.84242159, 40.69610616]} },
{type: 'Feature',properties:{Name: '4', Address: '86-42 109TH STREET, RICHMOND HILL', Month: '10', Price: '1791'}, geometry: { type: 'Point', coordinates:[-73.83927801, 40.69716129]} },
{type: 'Feature',properties:{Name: '4', Address: '86-04 110TH STREET, RICHMOND HILL', Month: '9', Price: '2948'}, geometry: { type: 'Point', coordinates:[-73.83874931, 40.69806084]} },
{type: 'Feature',properties:{Name: '4', Address: '109-72 PARK LANE SOUTH, RICHMOND HILL', Month: '9', Price: '1974'}, geometry: { type: 'Point', coordinates:[-73.84017123, 40.70214979]} },
{type: 'Feature',properties:{Name: '4', Address: '112-62 PARK LANE SOUTH, RICHMOND HILL', Month: '8', Price: '844'}, geometry: { type: 'Point', coordinates:[-73.83791706, 40.70365626]} },
{type: 'Feature',properties:{Name: '4', Address: '112-62 PARK LANE SOUTH, RICHMOND HILL', Month: '12', Price: '844'}, geometry: { type: 'Point', coordinates:[-73.83791706, 40.70365626]} },
{type: 'Feature',properties:{Name: '4', Address: '85-12 111TH STREET, RICHMOND HILL', Month: '4', Price: '1608'}, geometry: { type: 'Point', coordinates:[-73.83887731, 40.70031173]} },
{type: 'Feature',properties:{Name: '4', Address: '111-15 MYRTLE AVE, RICHMOND HILL', Month: '10', Price: '1891'}, geometry: { type: 'Point', coordinates:[-73.83885089, 40.70079477]} },
{type: 'Feature',properties:{Name: '4', Address: '111-40 MYRTLE AVENUE, RICHMOND HILL', Month: '12', Price: '1905'}, geometry: { type: 'Point', coordinates:[-73.83865623, 40.70075882]} },
{type: 'Feature',properties:{Name: '4', Address: '85-28 112TH ST, RICHMOND HILL', Month: '2', Price: '1709'}, geometry: { type: 'Point', coordinates:[-73.83786029, 40.70030756]} },
{type: 'Feature',properties:{Name: '4', Address: '85-72 114TH STREET, RICHMOND HILL', Month: '2', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.83569359, 40.69998609]} },
{type: 'Feature',properties:{Name: '4', Address: '85-25 114TH STREET, RICHMOND HILL', Month: '1', Price: '1595'}, geometry: { type: 'Point', coordinates:[-73.83623181, 40.70110398]} },
{type: 'Feature',properties:{Name: '4', Address: '86-29 110 STREET, RICHMOND HILL', Month: '7', Price: '2181'}, geometry: { type: 'Point', coordinates:[-73.83855181, 40.69771198]} },
{type: 'Feature',properties:{Name: '4', Address: '86-27 111 STREET, RICHMOND HILL', Month: '7', Price: '1679'}, geometry: { type: 'Point', coordinates:[-73.83774309, 40.69807864]} },
{type: 'Feature',properties:{Name: '4', Address: '86-15 121ST STREET, RICHMOND HILL', Month: '1', Price: '2341'}, geometry: { type: 'Point', coordinates:[-73.82956962, 40.70147583]} },
{type: 'Feature',properties:{Name: '4', Address: '86-11 121ST STREET, RICHMOND HILL', Month: '3', Price: '6215'}, geometry: { type: 'Point', coordinates:[-73.82958755, 40.70151703]} },
{type: 'Feature',properties:{Name: '4', Address: '86-05 127TH STREET, RICHMOND HILL', Month: '12', Price: '1309'}, geometry: { type: 'Point', coordinates:[-73.82419574, 40.70289778]} },
{type: 'Feature',properties:{Name: '4', Address: '86-05 127TH ST, RICHMOND HILL', Month: '6', Price: '1309'}, geometry: { type: 'Point', coordinates:[-73.82419574, 40.70289778]} },
{type: 'Feature',properties:{Name: '4', Address: '102-32 88TH AVENUE, RICHMOND HILL', Month: '6', Price: '1328'}, geometry: { type: 'Point', coordinates:[-73.84440319, 40.69380325]} },
{type: 'Feature',properties:{Name: '4', Address: '102-34 88TH AVENUE, RICHMOND HILL', Month: '7', Price: '2037'}, geometry: { type: 'Point', coordinates:[-73.84440319, 40.69380325]} },
{type: 'Feature',properties:{Name: '4', Address: '104-16 JAMAICA AVENUE, RICHMOND HILL', Month: '7', Price: '1470'}, geometry: { type: 'Point', coordinates:[-73.84276995, 40.69518988]} },
{type: 'Feature',properties:{Name: '4', Address: '104-51 88TH AVENUE, RICHMOND HILL', Month: '8', Price: '1225'}, geometry: { type: 'Point', coordinates:[-73.8416426, 40.69460644]} },
{type: 'Feature',properties:{Name: '4', Address: '104-43 88TH AVENUE, RICHMOND HILL', Month: '6', Price: '1872'}, geometry: { type: 'Point', coordinates:[-73.84179055, 40.69456273]} },
{type: 'Feature',properties:{Name: '4', Address: '87-05 104TH STREET, RICHMOND HILL', Month: '8', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.84303156, 40.69435857]} },
{type: 'Feature',properties:{Name: '4', Address: '88-14 107TH STREET, RICHMOND HILL', Month: '3', Price: '2081'}, geometry: { type: 'Point', coordinates:[-73.840279, 40.69480218]} },
{type: 'Feature',properties:{Name: '4', Address: '102-14 90TH AVENUE, RICHMOND HILL', Month: '3', Price: '1454'}, geometry: { type: 'Point', coordinates:[-73.84379678, 40.69251238]} },
{type: 'Feature',properties:{Name: '4', Address: '10411 90TH AVENUE, RICHMOND HILL', Month: '6', Price: '1251'}, geometry: { type: 'Point', coordinates:[-73.8417796, 40.69309975]} },
{type: 'Feature',properties:{Name: '4', Address: '104-11 90TH AVE, RICHMOND HILL', Month: '2', Price: '1251'}, geometry: { type: 'Point', coordinates:[-73.8417796, 40.69309975]} },
{type: 'Feature',properties:{Name: '4', Address: '87-48 109 STREET, RICHMOND HILL', Month: '4', Price: '1411'}, geometry: { type: 'Point', coordinates:[-73.83859338, 40.69543662]} },
{type: 'Feature',properties:{Name: '4', Address: '87-45 108TH STREET, RICHMOND HILL', Month: '5', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.83942352, 40.6951386]} },
{type: 'Feature',properties:{Name: '4', Address: '87-53 110TH STREET, RICHMOND HILL', Month: '3', Price: '1176'}, geometry: { type: 'Point', coordinates:[-73.837824, 40.69595155]} },
{type: 'Feature',properties:{Name: '4', Address: '87-21 110 STREET, RICHMOND HILL', Month: '6', Price: '1620'}, geometry: { type: 'Point', coordinates:[-73.83783478, 40.69596804]} },
{type: 'Feature',properties:{Name: '4', Address: '87-84 112TH STREET, RICHMOND HILL', Month: '6', Price: '1870'}, geometry: { type: 'Point', coordinates:[-73.83618073, 40.69694284]} },
{type: 'Feature',properties:{Name: '4', Address: '87-90 112TH STREET, RICHMOND HILL', Month: '4', Price: '1452'}, geometry: { type: 'Point', coordinates:[-73.83617713, 40.69694009]} },
{type: 'Feature',properties:{Name: '4', Address: '87-71 111TH STREET, RICHMOND HILL', Month: '10', Price: '1825'}, geometry: { type: 'Point', coordinates:[-73.83695726, 40.69646086]} },
{type: 'Feature',properties:{Name: '4', Address: '87-47 113 STREET, RICHMOND HILL', Month: '3', Price: '1843'}, geometry: { type: 'Point', coordinates:[-73.83545814, 40.69748252]} },
{type: 'Feature',properties:{Name: '4', Address: '87-43 115TH STREET, RICHMOND HILL', Month: '5', Price: '1494'}, geometry: { type: 'Point', coordinates:[-73.83385492, 40.69828718]} },
{type: 'Feature',properties:{Name: '4', Address: '102-23 92ND AVENUE, RICHMOND HILL', Month: '4', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.84315789, 40.69124068]} },
{type: 'Feature',properties:{Name: '4', Address: '91-17 102ND STREET, RICHMOND HILL', Month: '9', Price: '1698'}, geometry: { type: 'Point', coordinates:[-73.84365822, 40.69162838]} },
{type: 'Feature',properties:{Name: '4', Address: '102-12 92ND AVENUE, RICHMOND HILL', Month: '4', Price: '2129'}, geometry: { type: 'Point', coordinates:[-73.84316154, 40.69122147]} },
{type: 'Feature',properties:{Name: '4', Address: '104-57 ATLANTIC AVE, RICHMOND HILL', Month: '1', Price: '1164'}, geometry: { type: 'Point', coordinates:[-73.84075097, 40.69045512]} },
{type: 'Feature',properties:{Name: '4', Address: '104-57 ATLANTIC AVE, RICHMOND HILL', Month: '10', Price: '1164'}, geometry: { type: 'Point', coordinates:[-73.84075097, 40.69045512]} },
{type: 'Feature',properties:{Name: '4', Address: '92-25 107TH STREET, RICHMOND HILL', Month: '7', Price: '1008'}, geometry: { type: 'Point', coordinates:[-73.83914949, 40.69213269]} },
{type: 'Feature',properties:{Name: '4', Address: '92-19 107 STREET, RICHMOND HILL', Month: '1', Price: '1008'}, geometry: { type: 'Point', coordinates:[-73.83916024, 40.69216015]} },
{type: 'Feature',properties:{Name: '4', Address: '91-42 110TH ST, RICHMOND HILL', Month: '11', Price: '1284'}, geometry: { type: 'Point', coordinates:[-73.83656807, 40.69339988]} },
{type: 'Feature',properties:{Name: '4', Address: '91-54 110TH STREET, RICHMOND HILL', Month: '5', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.83644246, 40.69315542]} },
{type: 'Feature',properties:{Name: '4', Address: '91-33 109 STREET, RICHMOND HILL', Month: '10', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.83719366, 40.69268987]} },
{type: 'Feature',properties:{Name: '4', Address: '91-33 109 STREET, RICHMOND HILL', Month: '1', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.83719366, 40.69268987]} },
{type: 'Feature',properties:{Name: '4', Address: '91-53 110TH STREET, RICHMOND HILL', Month: '11', Price: '1602'}, geometry: { type: 'Point', coordinates:[-73.83633828, 40.69299333]} },
{type: 'Feature',properties:{Name: '4', Address: '91-51 111 STREET, RICHMOND HILL', Month: '1', Price: '1376'}, geometry: { type: 'Point', coordinates:[-73.83540356, 40.69329392]} },
{type: 'Feature',properties:{Name: '4', Address: '91-14 112TH STREET, RICHMOND HILL', Month: '2', Price: '1396'}, geometry: { type: 'Point', coordinates:[-73.83484579, 40.69427575]} },
{type: 'Feature',properties:{Name: '4', Address: '91-21 112 STREET, RICHMOND HILL', Month: '5', Price: '1438'}, geometry: { type: 'Point', coordinates:[-73.83476314, 40.69415761]} },
{type: 'Feature',properties:{Name: '4', Address: '112-19 ATLANTIC AVENUE, RICHMOND HILL', Month: '8', Price: '980'}, geometry: { type: 'Point', coordinates:[-73.83365305, 40.69247346]} },
{type: 'Feature',properties:{Name: '4', Address: '91-47 113TH STREET, RICHMOND HILL', Month: '1', Price: '2229'}, geometry: { type: 'Point', coordinates:[-73.83405509, 40.69466163]} },
{type: 'Feature',properties:{Name: '4', Address: '87-27 116TH STREET, RICHMOND HILL', Month: '5', Price: '1859'}, geometry: { type: 'Point', coordinates:[-73.83310017, 40.69869506]} },
{type: 'Feature',properties:{Name: '4', Address: '87-39 123RD STREET, RICHMOND HILL', Month: '10', Price: '1030'}, geometry: { type: 'Point', coordinates:[-73.82697408, 40.69963845]} },
{type: 'Feature',properties:{Name: '4', Address: '87-32 127TH STREET, RICHMOND HILL', Month: '7', Price: '1485'}, geometry: { type: 'Point', coordinates:[-73.82354956, 40.7003963]} },
{type: 'Feature',properties:{Name: '4', Address: '89-20 117TH STREET, RICHMOND HILL', Month: '7', Price: '2317'}, geometry: { type: 'Point', coordinates:[-73.83119408, 40.69660351]} },
{type: 'Feature',properties:{Name: '4', Address: '89-20 117TH STREET, RICHMOND HILL', Month: '10', Price: '2317'}, geometry: { type: 'Point', coordinates:[-73.83119408, 40.69660351]} },
{type: 'Feature',properties:{Name: '4', Address: '89-24 118 STREET, RICHMOND HILL', Month: '12', Price: '1688'}, geometry: { type: 'Point', coordinates:[-73.83036404, 40.69683834]} },
{type: 'Feature',properties:{Name: '4', Address: '89-13 120TH STREET, RICHMOND HILL', Month: '12', Price: '2017'}, geometry: { type: 'Point', coordinates:[-73.82821813, 40.69690652]} },
{type: 'Feature',properties:{Name: '4', Address: '91-45 118TH STREET, RICHMOND HILL', Month: '5', Price: '1895'}, geometry: { type: 'Point', coordinates:[-73.82934861, 40.69482767]} },
{type: 'Feature',properties:{Name: '4', Address: '91-34 121ST STREET, RICHMOND HILL', Month: '2', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.82638233, 40.69559451]} },
{type: 'Feature',properties:{Name: '4', Address: '89-24 127TH STREET, RICHMOND HILL', Month: '10', Price: '860'}, geometry: { type: 'Point', coordinates:[-73.82287536, 40.69895975]} },
{type: 'Feature',properties:{Name: '4', Address: '89-31 127 ST, RICHMOND HILL', Month: '7', Price: '1546'}, geometry: { type: 'Point', coordinates:[-73.82285372, 40.69895972]} },
{type: 'Feature',properties:{Name: '4', Address: '89-27 127TH STREET, RICHMOND HILL', Month: '1', Price: '1546'}, geometry: { type: 'Point', coordinates:[-73.82285731, 40.69896521]} },
{type: 'Feature',properties:{Name: '4', Address: '89-21 127TH STREET, RICHMOND HILL', Month: '9', Price: '1534'}, geometry: { type: 'Point', coordinates:[-73.8228573, 40.6989707]} },
{type: 'Feature',properties:{Name: '4', Address: '90-17 130TH STREET, RICHMOND HILL', Month: '2', Price: '2960'}, geometry: { type: 'Point', coordinates:[-73.8206185, 40.69868178]} },
{type: 'Feature',properties:{Name: '4', Address: '135-10 91ST AVENUE, RICHMOND HILL', Month: '11', Price: '1408'}, geometry: { type: 'Point', coordinates:[-73.81589251, 40.69926993]} },
{type: 'Feature',properties:{Name: '4', Address: '95-20 102ND STREET, RICHMOND HILL', Month: '12', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.84208639, 40.68841759]} },
{type: 'Feature',properties:{Name: '4', Address: '104-38 94TH AVE, RICHMOND HILL', Month: '10', Price: '1450'}, geometry: { type: 'Point', coordinates:[-73.84045326, 40.68979596]} },
{type: 'Feature',properties:{Name: '4', Address: '104-13 95TH AVENUE, RICHMOND HILL', Month: '12', Price: '1273'}, geometry: { type: 'Point', coordinates:[-73.84025284, 40.68916438]} },
{type: 'Feature',properties:{Name: '4', Address: '95-21 106TH STREET, RICHMOND HILL', Month: '1', Price: '2344'}, geometry: { type: 'Point', coordinates:[-73.8385755, 40.68941731]} },
{type: 'Feature',properties:{Name: '4', Address: '94-26 109 STREET, RICHMOND HILL', Month: '2', Price: '1516'}, geometry: { type: 'Point', coordinates:[-73.8364402, 40.69113526]} },
{type: 'Feature',properties:{Name: '4', Address: '94-36 110TH STREET, RICHMOND HILL', Month: '7', Price: '1158'}, geometry: { type: 'Point', coordinates:[-73.83552749, 40.69129591]} },
{type: 'Feature',properties:{Name: '4', Address: '94-14 112TH STREET, RICHMOND HILL', Month: '2', Price: '1317'}, geometry: { type: 'Point', coordinates:[-73.8336796, 40.69194925]} },
{type: 'Feature',properties:{Name: '4', Address: '94-38 113TH STREET, RICHMOND HILL', Month: '8', Price: '992'}, geometry: { type: 'Point', coordinates:[-73.83266994, 40.69193955]} },
{type: 'Feature',properties:{Name: '4', Address: '94-38 113TH STREET, RICHMOND HILL', Month: '10', Price: '992'}, geometry: { type: 'Point', coordinates:[-73.83266994, 40.69193955]} },
{type: 'Feature',properties:{Name: '4', Address: '94-21 115TH STREET, RICHMOND HILL', Month: '9', Price: '1044'}, geometry: { type: 'Point', coordinates:[-73.83106367, 40.69256576]} },
{type: 'Feature',properties:{Name: '4', Address: '97-39 103RD STREET, RICHMOND HILL', Month: '11', Price: '1017'}, geometry: { type: 'Point', coordinates:[-73.8406032, 40.68740821]} },
{type: 'Feature',properties:{Name: '4', Address: '97-26 107TH STREET, RICHMOND HILL', Month: '2', Price: '1165'}, geometry: { type: 'Point', coordinates:[-73.83711035, 40.68841614]} },
{type: 'Feature',properties:{Name: '4', Address: '97-28 107TH STREET, RICHMOND HILL', Month: '9', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.83711035, 40.6884134]} },
{type: 'Feature',properties:{Name: '4', Address: '97-28 107TH STREET, RICHMOND HILL', Month: '9', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.83711035, 40.6884134]} },
{type: 'Feature',properties:{Name: '4', Address: '97-42 108 STREET, RICHMOND HILL', Month: '5', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.83622272, 40.68865642]} },
{type: 'Feature',properties:{Name: '4', Address: '110-09 101ST AVENUE, RICHMOND HILL', Month: '5', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.83341577, 40.68785366]} },
{type: 'Feature',properties:{Name: '4', Address: '111-11 101ST AVENUE, RICHMOND HILL', Month: '2', Price: '2248'}, geometry: { type: 'Point', coordinates:[-73.83254975, 40.68810493]} },
{type: 'Feature',properties:{Name: '4', Address: '95-60 113TH STREET, RICHMOND HILL', Month: '6', Price: '1648'}, geometry: { type: 'Point', coordinates:[-73.83204207, 40.69067604]} },
{type: 'Feature',properties:{Name: '4', Address: '101-70 106TH STREET, RICHMOND HILL', Month: '2', Price: '1763'}, geometry: { type: 'Point', coordinates:[-73.83675458, 40.68645038]} },
{type: 'Feature',properties:{Name: '4', Address: '101-14 108TH STREET, RICHMOND HILL', Month: '1', Price: '1536'}, geometry: { type: 'Point', coordinates:[-73.83494033, 40.68667835]} },
{type: 'Feature',properties:{Name: '4', Address: '101-52 111TH STREET, RICHMOND HILL', Month: '4', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.83256886, 40.68767403]} },
{type: 'Feature',properties:{Name: '4', Address: '10139 111TH STREET, RICHMOND HILL', Month: '8', Price: '1446'}, geometry: { type: 'Point', coordinates:[-73.83255798, 40.68769871]} },
{type: 'Feature',properties:{Name: '4', Address: '101-52 113TH STREET, RICHMOND HILL', Month: '6', Price: '1392'}, geometry: { type: 'Point', coordinates:[-73.83082602, 40.68816554]} },
{type: 'Feature',properties:{Name: '4', Address: '112-15 103 AVENUE, RICHMOND HILL', Month: '4', Price: '1461'}, geometry: { type: 'Point', coordinates:[-73.83067557, 40.68635376]} },
{type: 'Feature',properties:{Name: '4', Address: '101-55 112TH STREET, RICHMOND HILL', Month: '12', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.83166317, 40.68792522]} },
{type: 'Feature',properties:{Name: '4', Address: '101-18 115TH STREET, RICHMOND HILL', Month: '5', Price: '1632'}, geometry: { type: 'Point', coordinates:[-73.82918767, 40.68867639]} },
{type: 'Feature',properties:{Name: '4', Address: '101-24 115 STREET, RICHMOND HILL', Month: '11', Price: '1632'}, geometry: { type: 'Point', coordinates:[-73.82918407, 40.68867089]} },
{type: 'Feature',properties:{Name: '4', Address: '101-60 115TH STREET, RICHMOND HILL', Month: '12', Price: '1550'}, geometry: { type: 'Point', coordinates:[-73.82915895, 40.6886242]} },
{type: 'Feature',properties:{Name: '4', Address: '115-13 103RD AVENUE, RICHMOND HILL', Month: '11', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.82816415, 40.68706643]} },
{type: 'Feature',properties:{Name: '4', Address: '101-67 115TH STREET, RICHMOND HILL', Month: '12', Price: '1376'}, geometry: { type: 'Point', coordinates:[-73.82913733, 40.68862142]} },
{type: 'Feature',properties:{Name: '4', Address: '94-51 116TH STREET, RICHMOND HILL', Month: '8', Price: '902'}, geometry: { type: 'Point', coordinates:[-73.83008308, 40.6924655]} },
{type: 'Feature',properties:{Name: '4', Address: '121-27 95TH AVENUE, RICHMOND HILL', Month: '2', Price: '962'}, geometry: { type: 'Point', coordinates:[-73.82493216, 40.69302595]} },
{type: 'Feature',properties:{Name: '4', Address: '94-18 124TH STREET, RICHMOND HILL', Month: '10', Price: '1178'}, geometry: { type: 'Point', coordinates:[-73.82331376, 40.69411315]} },
{type: 'Feature',properties:{Name: '4', Address: '123-21 95TH AVENUE, RICHMOND HILL', Month: '4', Price: '1008'}, geometry: { type: 'Point', coordinates:[-73.82376291, 40.69335903]} },
{type: 'Feature',properties:{Name: '4', Address: '123-21 95TH AVENUE, RICHMOND HILL', Month: '3', Price: '1008'}, geometry: { type: 'Point', coordinates:[-73.82376291, 40.69335903]} },
{type: 'Feature',properties:{Name: '4', Address: '123-19 95TH AVENUE, RICHMOND HILL', Month: '3', Price: '1008'}, geometry: { type: 'Point', coordinates:[-73.82377735, 40.69335631]} },
{type: 'Feature',properties:{Name: '4', Address: '124-13 95TH AVENUE, RICHMOND HILL', Month: '12', Price: '1290'}, geometry: { type: 'Point', coordinates:[-73.8228138, 40.69362656]} },
{type: 'Feature',properties:{Name: '4', Address: '127-03 95TH AVENUE, RICHMOND HILL', Month: '9', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.8202118, 40.69436361]} },
{type: 'Feature',properties:{Name: '4', Address: '129-01 95TH AVENUE, RICHMOND HILL', Month: '12', Price: '1723'}, geometry: { type: 'Point', coordinates:[-73.81927709, 40.69462839]} },
{type: 'Feature',properties:{Name: '4', Address: '94-19 129TH STREET, RICHMOND HILL', Month: '10', Price: '1202'}, geometry: { type: 'Point', coordinates:[-73.81980164, 40.69535109]} },
{type: 'Feature',properties:{Name: '4', Address: '94-19 129TH STREET, RICHMOND HILL', Month: '2', Price: '1202'}, geometry: { type: 'Point', coordinates:[-73.81980164, 40.69535109]} },
{type: 'Feature',properties:{Name: '4', Address: '13003 95 AVENUE, RICHMOND HILL', Month: '4', Price: '1168'}, geometry: { type: 'Point', coordinates:[-73.81824854, 40.69491772]} },
{type: 'Feature',properties:{Name: '4', Address: '9420 134TH STREET, RICHMOND HILL', Month: '10', Price: '1110'}, geometry: { type: 'Point', coordinates:[-73.81519683, 40.69653502]} },
{type: 'Feature',properties:{Name: '4', Address: '134-21 95TH AVENUE, RICHMOND HILL', Month: '8', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.8146431, 40.69594949]} },
{type: 'Feature',properties:{Name: '4', Address: '9731 LEFFERTS BLVD, RICHMOND HILL', Month: '9', Price: '1245'}, geometry: { type: 'Point', coordinates:[-73.82648808, 40.69098894]} },
{type: 'Feature',properties:{Name: '4', Address: '121-16 95 AVENUE, RICHMOND HILL', Month: '4', Price: '988'}, geometry: { type: 'Point', coordinates:[-73.82493221, 40.69300948]} },
{type: 'Feature',properties:{Name: '4', Address: '97-26 123RD STREET, RICHMOND HILL', Month: '4', Price: '1020'}, geometry: { type: 'Point', coordinates:[-73.82339182, 40.69187079]} },
{type: 'Feature',properties:{Name: '4', Address: '12304 95TH AVENUE, RICHMOND HILL', Month: '7', Price: '1016'}, geometry: { type: 'Point', coordinates:[-73.82387483, 40.69330979]} },
{type: 'Feature',properties:{Name: '4', Address: '124-11 97TH AVENUE, RICHMOND HILL', Month: '8', Price: '1871'}, geometry: { type: 'Point', coordinates:[-73.82223282, 40.69242345]} },
{type: 'Feature',properties:{Name: '4', Address: '9514 127TH STREET, RICHMOND HILL', Month: '7', Price: '1140'}, geometry: { type: 'Point', coordinates:[-73.82026654, 40.6941249]} },
{type: 'Feature',properties:{Name: '4', Address: '97-32 126TH STREET, RICHMOND HILL', Month: '9', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.82055894, 40.69267337]} },
{type: 'Feature',properties:{Name: '4', Address: '97-13 125TH STREET, RICHMOND HILL', Month: '8', Price: '1472'}, geometry: { type: 'Point', coordinates:[-73.82142143, 40.69243318]} },
{type: 'Feature',properties:{Name: '4', Address: '97-17 127TH STREET, RICHMOND HILL', Month: '5', Price: '1854'}, geometry: { type: 'Point', coordinates:[-73.81965672, 40.69293272]} },
{type: 'Feature',properties:{Name: '4', Address: '130-14 95TH AVENUE, RICHMOND HILL', Month: '9', Price: '1218'}, geometry: { type: 'Point', coordinates:[-73.81815475, 40.69492855]} },
{type: 'Feature',properties:{Name: '4', Address: '95-20 131ST STREET, RICHMOND HILL', Month: '5', Price: '1648'}, geometry: { type: 'Point', coordinates:[-73.81731083, 40.69495741]} },
{type: 'Feature',properties:{Name: '4', Address: '95-17 130TH STREET, RICHMOND HILL', Month: '3', Price: '1208'}, geometry: { type: 'Point', coordinates:[-73.81830691, 40.69467353]} },
{type: 'Feature',properties:{Name: '4', Address: '95-14 133RD STREET, RICHMOND HILL', Month: '5', Price: '1810'}, geometry: { type: 'Point', coordinates:[-73.81562539, 40.69544603]} },
{type: 'Feature',properties:{Name: '4', Address: '97-21 132ND STREET, RICHMOND HILL', Month: '1', Price: '1664'}, geometry: { type: 'Point', coordinates:[-73.81586015, 40.69401089]} },
{type: 'Feature',properties:{Name: '4', Address: '97-17 133RD STREET, RICHMOND HILL', Month: '2', Price: '1088'}, geometry: { type: 'Point', coordinates:[-73.81501924, 40.69425657]} },
{type: 'Feature',properties:{Name: '4', Address: '97-26 VAN WYCK EXPRESSWAY, RICHMOND HILL', Month: '8', Price: '1638'}, geometry: { type: 'Point', coordinates:[-73.81270226, 40.69490608]} },
{type: 'Feature',properties:{Name: '4', Address: '101-14 118TH STREET, RICHMOND HILL', Month: '11', Price: '1488'}, geometry: { type: 'Point', coordinates:[-73.8267086, 40.68938907]} },
{type: 'Feature',properties:{Name: '4', Address: '101-40 124TH STREET, RICHMOND HILL', Month: '10', Price: '1050'}, geometry: { type: 'Point', coordinates:[-73.82167106, 40.69078121]} },
{type: 'Feature',properties:{Name: '4', Address: '101-44 125TH STREET, RICHMOND HILL', Month: '10', Price: '1258'}, geometry: { type: 'Point', coordinates:[-73.82075807, 40.69103505]} },
{type: 'Feature',properties:{Name: '4', Address: '101-61 124TH STREET, RICHMOND HILL', Month: '6', Price: '1230'}, geometry: { type: 'Point', coordinates:[-73.82163866, 40.69076194]} },
{type: 'Feature',properties:{Name: '4', Address: '10124 126TH STREET, RICHMOND HILL', Month: '1', Price: '1562'}, geometry: { type: 'Point', coordinates:[-73.81989189, 40.69131092]} },
{type: 'Feature',properties:{Name: '4', Address: '101-25 125TH STREET, RICHMOND HILL', Month: '8', Price: '3134'}, geometry: { type: 'Point', coordinates:[-73.82075077, 40.69106798]} },
{type: 'Feature',properties:{Name: '4', Address: '102-34 127 STREET, RICHMOND HILL', Month: '10', Price: '1418'}, geometry: { type: 'Point', coordinates:[-73.81862403, 40.69077645]} },
{type: 'Feature',properties:{Name: '4', Address: '101-25 126TH STREET, RICHMOND HILL', Month: '7', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.81987024, 40.69131638]} },
{type: 'Feature',properties:{Name: '4', Address: '101-19 126TH STREET, RICHMOND HILL', Month: '3', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.81987383, 40.69132187]} },
{type: 'Feature',properties:{Name: '4', Address: '101-12 130 STREET, RICHMOND HILL', Month: '3', Price: '1512'}, geometry: { type: 'Point', coordinates:[-73.81677829, 40.69190437]} },
{type: 'Feature',properties:{Name: '4', Address: '101-50 130TH STREET, RICHMOND HILL', Month: '8', Price: '1088'}, geometry: { type: 'Point', coordinates:[-73.81652728, 40.6913907]} },
{type: 'Feature',properties:{Name: '4', Address: '101-11 129TH STREET, RICHMOND HILL', Month: '11', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.81770152, 40.6918729]} },
{type: 'Feature',properties:{Name: '4', Address: '101-38 131ST STREET, RICHMOND HILL', Month: '12', Price: '1446'}, geometry: { type: 'Point', coordinates:[-73.81604856, 40.6923808]} },
{type: 'Feature',properties:{Name: '4', Address: '101-37 130TH STREET, RICHMOND HILL', Month: '11', Price: '1136'}, geometry: { type: 'Point', coordinates:[-73.8165881, 40.69156646]} },
{type: 'Feature',properties:{Name: '4', Address: '101-31 130 STREET, RICHMOND HILL', Month: '8', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.81662755, 40.69164612]} },
{type: 'Feature',properties:{Name: '4', Address: '101-37 131ST STREET, RICHMOND HILL', Month: '8', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.8160305, 40.692389]} },
{type: 'Feature',properties:{Name: '4', Address: '132-24 101 AVENUE, RICHMOND HILL', Month: '9', Price: '1193'}, geometry: { type: 'Point', coordinates:[-73.81509112, 40.6930435]} },
{type: 'Feature',properties:{Name: '4', Address: '101-46 133RD STREET, RICHMOND HILL', Month: '3', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.8142269, 40.69259745]} },
{type: 'Feature',properties:{Name: '4', Address: '101-09 134 STREET, RICHMOND HILL', Month: '6', Price: '1572'}, geometry: { type: 'Point', coordinates:[-73.81359744, 40.69331557]} },
{type: 'Feature',properties:{Name: '4', Address: '102-31 135TH ST, RICHMOND HILL', Month: '11', Price: '1584'}, geometry: { type: 'Point', coordinates:[-73.81227989, 40.69250372]} },
{type: 'Feature',properties:{Name: '4', Address: '103-18 105TH STREET, RICHMOND HILL', Month: '9', Price: '1337'}, geometry: { type: 'Point', coordinates:[-73.8369086, 40.68391991]} },
{type: 'Feature',properties:{Name: '4', Address: '105-12 103RD AVENUE, RICHMOND HILL', Month: '1', Price: '1178'}, geometry: { type: 'Point', coordinates:[-73.83688537, 40.68457039]} },
{type: 'Feature',properties:{Name: '4', Address: '103-27 105TH STREET, RICHMOND HILL', Month: '9', Price: '1404'}, geometry: { type: 'Point', coordinates:[-73.83671474, 40.68357654]} },
{type: 'Feature',properties:{Name: '4', Address: '103-27 105TH STREET, RICHMOND HILL', Month: '1', Price: '1404'}, geometry: { type: 'Point', coordinates:[-73.83671474, 40.68357654]} },
{type: 'Feature',properties:{Name: '4', Address: '106-04 103RD AVENUE, RICHMOND HILL', Month: '1', Price: '1300'}, geometry: { type: 'Point', coordinates:[-73.83579932, 40.68487901]} },
{type: 'Feature',properties:{Name: '4', Address: '106-04 103RD AVENUE, RICHMOND HILL', Month: '1', Price: '1300'}, geometry: { type: 'Point', coordinates:[-73.83579932, 40.68487901]} },
{type: 'Feature',properties:{Name: '4', Address: '106-06 103RD AVENUE, RICHMOND HILL', Month: '11', Price: '1304'}, geometry: { type: 'Point', coordinates:[-73.83578489, 40.68488173]} },
{type: 'Feature',properties:{Name: '4', Address: '103-36 108TH STREET, RICHMOND HILL', Month: '11', Price: '1638'}, geometry: { type: 'Point', coordinates:[-73.83396809, 40.6847062]} },
{type: 'Feature',properties:{Name: '4', Address: '106-07 107TH AVENUE, RICHMOND HILL', Month: '7', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.83437695, 40.68122916]} },
{type: 'Feature',properties:{Name: '4', Address: '104-26 109TH STREET, RICHMOND HILL', Month: '2', Price: '1384'}, geometry: { type: 'Point', coordinates:[-73.83279519, 40.68369168]} },
{type: 'Feature',properties:{Name: '4', Address: '104-63 109TH STREET, RICHMOND HILL', Month: '8', Price: '1328'}, geometry: { type: 'Point', coordinates:[-73.83276279, 40.68367242]} },
{type: 'Feature',properties:{Name: '4', Address: '104-63 109 STREET, RICHMOND HILL', Month: '4', Price: '1328'}, geometry: { type: 'Point', coordinates:[-73.83276279, 40.68367242]} },
{type: 'Feature',properties:{Name: '4', Address: '104-29 109TH STREET, RICHMOND HILL', Month: '7', Price: '1408'}, geometry: { type: 'Point', coordinates:[-73.83277355, 40.68369714]} },
{type: 'Feature',properties:{Name: '4', Address: '104-43 111TH STREET, RICHMOND HILL', Month: '7', Price: '1345'}, geometry: { type: 'Point', coordinates:[-73.83092938, 40.68437515]} },
{type: 'Feature',properties:{Name: '4', Address: '104-35 112TH STREET, RICHMOND HILL', Month: '3', Price: '1536'}, geometry: { type: 'Point', coordinates:[-73.83008124, 40.68469779]} },
{type: 'Feature',properties:{Name: '4', Address: '104-15 113TH STREET, RICHMOND HILL', Month: '3', Price: '1476'}, geometry: { type: 'Point', coordinates:[-73.82925831, 40.68502594]} },
{type: 'Feature',properties:{Name: '4', Address: '104-13 113TH STREET, RICHMOND HILL', Month: '3', Price: '1476'}, geometry: { type: 'Point', coordinates:[-73.82926191, 40.68502869]} },
{type: 'Feature',properties:{Name: '4', Address: '104-38 115 STREET, RICHMOND HILL', Month: '8', Price: '1232'}, geometry: { type: 'Point', coordinates:[-73.82756278, 40.68536377]} },
{type: 'Feature',properties:{Name: '4', Address: '104-66 115TH STREET, RICHMOND HILL', Month: '8', Price: '1164'}, geometry: { type: 'Point', coordinates:[-73.82755202, 40.68534179]} },
{type: 'Feature',properties:{Name: '4', Address: '104-57 115TH STREET, RICHMOND HILL', Month: '5', Price: '1184'}, geometry: { type: 'Point', coordinates:[-73.82753757, 40.68535549]} },
{type: 'Feature',properties:{Name: '4', Address: '107-25 105TH STREET, RICHMOND HILL', Month: '11', Price: '1568'}, geometry: { type: 'Point', coordinates:[-73.83526184, 40.68059913]} },
{type: 'Feature',properties:{Name: '4', Address: '107-13 105TH STREET, RICHMOND HILL', Month: '6', Price: '1072'}, geometry: { type: 'Point', coordinates:[-73.83526901, 40.68061287]} },
{type: 'Feature',properties:{Name: '4', Address: '106-08 107TH AVENUE, RICHMOND HILL', Month: '10', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.83435895, 40.68121816]} },
{type: 'Feature',properties:{Name: '4', Address: '107-58 107TH STREET, RICHMOND HILL', Month: '11', Price: '1170'}, geometry: { type: 'Point', coordinates:[-73.83348332, 40.68101927]} },
{type: 'Feature',properties:{Name: '4', Address: '106-03 109 AVE, RICHMOND HILL', Month: '9', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.83336197, 40.67908402]} },
{type: 'Feature',properties:{Name: '4', Address: '107-50 108TH STREET, RICHMOND HILL', Month: '9', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.83261375, 40.68128151]} },
{type: 'Feature',properties:{Name: '4', Address: '107-45 107 STREET, RICHMOND HILL', Month: '6', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.83347244, 40.68104396]} },
{type: 'Feature',properties:{Name: '4', Address: '107-33 107TH STREET, RICHMOND HILL', Month: '8', Price: '1140'}, geometry: { type: 'Point', coordinates:[-73.83347961, 40.68106043]} },
{type: 'Feature',properties:{Name: '4', Address: '108-16 107 AVENUE, RICHMOND HILL', Month: '5', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.83255854, 40.68173157]} },
{type: 'Feature',properties:{Name: '4', Address: '107-16 109TH STREET, RICHMOND HILL', Month: '8', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.83175852, 40.68157669]} },
{type: 'Feature',properties:{Name: '4', Address: '10753 108TH STREET, RICHMOND HILL', Month: '8', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.83259211, 40.68128696]} },
{type: 'Feature',properties:{Name: '4', Address: '107-43 108TH STREET, RICHMOND HILL', Month: '5', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.83259928, 40.6813007]} },
{type: 'Feature',properties:{Name: '4', Address: '107-05 109TH STREET, RICHMOND HILL', Month: '12', Price: '1296'}, geometry: { type: 'Point', coordinates:[-73.83174765, 40.68159864]} },
{type: 'Feature',properties:{Name: '4', Address: '107-50 111 STREET, RICHMOND HILL', Month: '2', Price: '1314'}, geometry: { type: 'Point', coordinates:[-73.82983555, 40.68207067]} },
{type: 'Feature',properties:{Name: '4', Address: '107-21 110TH STREET, RICHMOND HILL', Month: '11', Price: '1302'}, geometry: { type: 'Point', coordinates:[-73.83085652, 40.68182515]} },
{type: 'Feature',properties:{Name: '4', Address: '107-15 110TH STREET, RICHMOND HILL', Month: '10', Price: '1314'}, geometry: { type: 'Point', coordinates:[-73.83086011, 40.68183339]} },
{type: 'Feature',properties:{Name: '4', Address: '107-25 111TH STREET, RICHMOND HILL', Month: '5', Price: '1305'}, geometry: { type: 'Point', coordinates:[-73.82983184, 40.68211184]} },
{type: 'Feature',properties:{Name: '4', Address: '113-11 109TH AVENUE, RICHMOND HILL', Month: '8', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.8270083, 40.68088895]} },
{type: 'Feature',properties:{Name: '4', Address: '114-18 107TH AVENUE, RICHMOND HILL', Month: '6', Price: '1266'}, geometry: { type: 'Point', coordinates:[-73.82718244, 40.68325795]} },
{type: 'Feature',properties:{Name: '4', Address: '114-18 107TH AVENUE, RICHMOND HILL', Month: '7', Price: '1266'}, geometry: { type: 'Point', coordinates:[-73.82718244, 40.68325795]} },
{type: 'Feature',properties:{Name: '4', Address: '107-39 114TH STREET, RICHMOND HILL', Month: '7', Price: '1392'}, geometry: { type: 'Point', coordinates:[-73.82721959, 40.68283257]} },
{type: 'Feature',properties:{Name: '4', Address: '103-01 LEFFERTS BLVD., RICHMOND HILL', Month: '6', Price: '2979'}, geometry: { type: 'Point', coordinates:[-73.82487404, 40.68769551]} },
{type: 'Feature',properties:{Name: '4', Address: '103-15 126TH STREET, RICHMOND HILL', Month: '2', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.81890197, 40.68934686]} },
{type: 'Feature',properties:{Name: '4', Address: '127-06 103RD ROAD, RICHMOND HILL', Month: '3', Price: '968'}, geometry: { type: 'Point', coordinates:[-73.81773703, 40.68943285]} },
{type: 'Feature',properties:{Name: '4', Address: '104-61 116TH STREET, RICHMOND HILL', Month: '1', Price: '1380'}, geometry: { type: 'Point', coordinates:[-73.82665387, 40.68547219]} },
{type: 'Feature',properties:{Name: '4', Address: '104-33 LEFFERTS BLVD, RICHMOND HILL', Month: '9', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.82401689, 40.68594029]} },
{type: 'Feature',properties:{Name: '4', Address: '104-28 122ND STREET, RICHMOND HILL', Month: '9', Price: '1602'}, geometry: { type: 'Point', coordinates:[-73.82146151, 40.68689154]} },
{type: 'Feature',properties:{Name: '4', Address: '104-41 122ND STREET, RICHMOND HILL', Month: '12', Price: '1232'}, geometry: { type: 'Point', coordinates:[-73.82143988, 40.68688876]} },
{type: 'Feature',properties:{Name: '4', Address: '104-62 124TH STREET, RICHMOND HILL', Month: '11', Price: '1024'}, geometry: { type: 'Point', coordinates:[-73.81998177, 40.6874025]} },
{type: 'Feature',properties:{Name: '4', Address: '104-72 124TH STREET, RICHMOND HILL', Month: '4', Price: '1024'}, geometry: { type: 'Point', coordinates:[-73.81997819, 40.68739426]} },
{type: 'Feature',properties:{Name: '4', Address: '104-43 123RD STREET, RICHMOND HILL', Month: '12', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.82060613, 40.68719488]} },
{type: 'Feature',properties:{Name: '4', Address: '104-33 123 STREET, RICHMOND HILL', Month: '4', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.82060971, 40.68720312]} },
{type: 'Feature',properties:{Name: '4', Address: '104-54 125 STREET, RICHMOND HILL', Month: '8', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.81914799, 40.68771685]} },
{type: 'Feature',properties:{Name: '4', Address: '104-50 126TH STREET, RICHMOND HILL', Month: '9', Price: '798'}, geometry: { type: 'Point', coordinates:[-73.81837556, 40.68800658]} },
{type: 'Feature',properties:{Name: '4', Address: '104-39 125TH STREET, RICHMOND HILL', Month: '11', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.81913352, 40.68773329]} },
{type: 'Feature',properties:{Name: '4', Address: '104-39 125TH STREET, RICHMOND HILL', Month: '1', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.81913352, 40.68773329]} },
{type: 'Feature',properties:{Name: '4', Address: '104-56 127TH STREET, RICHMOND HILL', Month: '7', Price: '1170'}, geometry: { type: 'Point', coordinates:[-73.81769699, 40.68825253]} },
{type: 'Feature',properties:{Name: '4', Address: '104-56 127TH STREET, RICHMOND HILL', Month: '5', Price: '1170'}, geometry: { type: 'Point', coordinates:[-73.81769699, 40.68825253]} },
{type: 'Feature',properties:{Name: '4', Address: '104-56 127TH STREET, RICHMOND HILL', Month: '10', Price: '1170'}, geometry: { type: 'Point', coordinates:[-73.81769699, 40.68825253]} },
{type: 'Feature',properties:{Name: '4', Address: '104-43 127TH STREET, RICHMOND HILL', Month: '2', Price: '2208'}, geometry: { type: 'Point', coordinates:[-73.81768252, 40.68826898]} },
{type: 'Feature',properties:{Name: '4', Address: '104-47 128 STREET, RICHMOND HILL', Month: '10', Price: '1328'}, geometry: { type: 'Point', coordinates:[-73.81684874, 40.68857507]} },
{type: 'Feature',properties:{Name: '4', Address: '104-57 129TH STREET, RICHMOND HILL', Month: '5', Price: '1140'}, geometry: { type: 'Point', coordinates:[-73.81605105, 40.68886474]} },
{type: 'Feature',properties:{Name: '4', Address: '104-57 129TH STREET, RICHMOND HILL', Month: '2', Price: '1140'}, geometry: { type: 'Point', coordinates:[-73.81605105, 40.68886474]} },
{type: 'Feature',properties:{Name: '4', Address: '103-39 135TH STREET, RICHMOND HILL', Month: '3', Price: '1648'}, geometry: { type: 'Point', coordinates:[-73.81173484, 40.69141589]} },
{type: 'Feature',properties:{Name: '4', Address: '105-61 130TH STREET, RICHMOND HILL', Month: '7', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.8147655, 40.68823687]} },
{type: 'Feature',properties:{Name: '4', Address: '105-35 VAN SICLEN STREET, RICHMOND HILL', Month: '11', Price: '1296'}, geometry: { type: 'Point', coordinates:[-73.81336436, 40.68897844]} },
{type: 'Feature',properties:{Name: '4', Address: '105-50 132ND STREET, RICHMOND HILL', Month: '5', Price: '2375'}, geometry: { type: 'Point', coordinates:[-73.81294072, 40.68831901]} },
{type: 'Feature',properties:{Name: '4', Address: '105-20 133RD STREET, RICHMOND HILL', Month: '12', Price: '1514'}, geometry: { type: 'Point', coordinates:[-73.81272113, 40.6894742]} },
{type: 'Feature',properties:{Name: '4', Address: '105-40 133RD STREET, RICHMOND HILL', Month: '2', Price: '1980'}, geometry: { type: 'Point', coordinates:[-73.81270318, 40.68944672]} },
{type: 'Feature',properties:{Name: '4', Address: '105-23 132ND STREET, RICHMOND HILL', Month: '2', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.81292984, 40.68834095]} },
{type: 'Feature',properties:{Name: '4', Address: '104-15 132ND STREET, RICHMOND HILL', Month: '11', Price: '1568'}, geometry: { type: 'Point', coordinates:[-73.81386907, 40.69031048]} },
{type: 'Feature',properties:{Name: '4', Address: '10561 133 STREET, RICHMOND HILL', Month: '11', Price: '1950'}, geometry: { type: 'Point', coordinates:[-73.81266718, 40.68942471]} },
{type: 'Feature',properties:{Name: '4', Address: '105-15 133RD STREET, RICHMOND HILL', Month: '11', Price: '1288'}, geometry: { type: 'Point', coordinates:[-73.81270306, 40.6894879]} },
{type: 'Feature',properties:{Name: '4', Address: '105-07 133RD STREET, RICHMOND HILL', Month: '5', Price: '1288'}, geometry: { type: 'Point', coordinates:[-73.81271024, 40.68949889]} },
{type: 'Feature',properties:{Name: '4', Address: '116-19 109TH AVENUE, RICHMOND HILL', Month: '1', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.82449706, 40.68159879]} },
{type: 'Feature',properties:{Name: '4', Address: '107-51 117TH STREET, RICHMOND HILL', Month: '4', Price: '1304'}, geometry: { type: 'Point', coordinates:[-73.82475162, 40.68351503]} },
{type: 'Feature',properties:{Name: '4', Address: '107-32 LEFFERTS BLVD, RICHMOND HILL', Month: '12', Price: '1444'}, geometry: { type: 'Point', coordinates:[-73.82309173, 40.68401478]} },
{type: 'Feature',properties:{Name: '4', Address: '107-32 LEFFERTS BLVD, RICHMOND HILL', Month: '2', Price: '1444'}, geometry: { type: 'Point', coordinates:[-73.82309173, 40.68401478]} },
{type: 'Feature',properties:{Name: '4', Address: '107-50 124TH STREET, RICHMOND HILL', Month: '3', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.81885566, 40.68515551]} },
{type: 'Feature',properties:{Name: '4', Address: '123-09 109TH AVENUE, RICHMOND HILL', Month: '8', Price: '1616'}, geometry: { type: 'Point', coordinates:[-73.81853982, 40.6832968]} },
{type: 'Feature',properties:{Name: '4', Address: '107-39 123RD STREET, RICHMOND HILL', Month: '12', Price: '1880'}, geometry: { type: 'Point', coordinates:[-73.8195339, 40.68501659]} },
{type: 'Feature',properties:{Name: '4', Address: '107-15 123 STREET, RICHMOND HILL', Month: '2', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.81955185, 40.68504681]} },
{type: 'Feature',properties:{Name: '4', Address: '124-18 107 AVENUE, RICHMOND HILL', Month: '5', Price: '1184'}, geometry: { type: 'Point', coordinates:[-73.81879317, 40.68559732]} },
{type: 'Feature',properties:{Name: '4', Address: '107-50 125TH STREET, RICHMOND HILL', Month: '5', Price: '1170'}, geometry: { type: 'Point', coordinates:[-73.81800769, 40.68539297]} },
{type: 'Feature',properties:{Name: '4', Address: '10741 126TH STREET, RICHMOND HILL', Month: '2', Price: '1140'}, geometry: { type: 'Point', coordinates:[-73.81718131, 40.68564143]} },
{type: 'Feature',properties:{Name: '4', Address: '12714 107TH AVENUE, RICHMOND HILL', Month: '12', Price: '1420'}, geometry: { type: 'Point', coordinates:[-73.81644403, 40.68626332]} },
{type: 'Feature',properties:{Name: '4', Address: '130-09 109TH AVENUE, RICHMOND HILL', Month: '4', Price: '1192'}, geometry: { type: 'Point', coordinates:[-73.81320622, 40.68493238]} },
{type: 'Feature',properties:{Name: '4', Address: '107-40 133RD STREET, RICHMOND HILL', Month: '10', Price: '936'}, geometry: { type: 'Point', coordinates:[-73.81155514, 40.68737803]} },
{type: 'Feature',properties:{Name: '4', Address: '107-33 133RD STREET, RICHMOND HILL', Month: '11', Price: '1712'}, geometry: { type: 'Point', coordinates:[-73.81154068, 40.68739173]} },
{type: 'Feature',properties:{Name: '4', Address: '107-27 133RD STREET, RICHMOND HILL', Month: '2', Price: '1500'}, geometry: { type: 'Point', coordinates:[-73.81154427, 40.68739723]} },
{type: 'Feature',properties:{Name: '4', Address: '107-19 134 STREET, RICHMOND HILL', Month: '5', Price: '1394'}, geometry: { type: 'Point', coordinates:[-73.81067089, 40.68767027]} },
{type: 'Feature',properties:{Name: '4', Address: '10717 134TH STREET, RICHMOND HILL', Month: '10', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.81067088, 40.68767302]} },
{type: 'Feature',properties:{Name: '4', Address: '10712 VAN WYCK EXPRESSWAY, RICHMOND HILL', Month: '6', Price: '1304'}, geometry: { type: 'Point', coordinates:[-73.80895307, 40.68818071]} },
{type: 'Feature',properties:{Name: '4', Address: '107-46 VAN WYCK EXPWY SR W, RICHMOND HILL', Month: '12', Price: '1700'}, geometry: { type: 'Point', coordinates:[-73.80893514, 40.68814774]} },
{type: 'Feature',properties:{Name: '4', Address: '102-33 86TH AVENUE, RICHMOND HILL', Month: '1', Price: '2140'}, geometry: { type: 'Point', coordinates:[-73.84549727, 40.69630246]} },
{type: 'Feature',properties:{Name: '4', Address: '102-14 86 AVENUE, RICHMOND HILL', Month: '7', Price: '2031'}, geometry: { type: 'Point', coordinates:[-73.84551535, 40.69628053]} },
{type: 'Feature',properties:{Name: '4', Address: '102-44 86 AVE, RICHMOND HILL', Month: '12', Price: '1738'}, geometry: { type: 'Point', coordinates:[-73.84547565, 40.69629146]} },
{type: 'Feature',properties:{Name: '4', Address: '102-32 86TH ROAD, RICHMOND HILL', Month: '6', Price: '1688'}, geometry: { type: 'Point', coordinates:[-73.84491082, 40.69571155]} },
{type: 'Feature',properties:{Name: '4', Address: '108-09 86TH AVENUE, RICHMOND HILL', Month: '7', Price: '2524'}, geometry: { type: 'Point', coordinates:[-73.84047693, 40.69798639]} },
{type: 'Feature',properties:{Name: '4', Address: '86-56 105TH STREET, RICHMOND HILL', Month: '1', Price: '2929'}, geometry: { type: 'Point', coordinates:[-73.8424576, 40.69612817]} },
{type: 'Feature',properties:{Name: '4', Address: '86-43 104TH STREET, RICHMOND HILL', Month: '6', Price: '2328'}, geometry: { type: 'Point', coordinates:[-73.84326962, 40.69586578]} },
{type: 'Feature',properties:{Name: '4', Address: '86-34 106TH STREET, RICHMOND HILL', Month: '12', Price: '2216'}, geometry: { type: 'Point', coordinates:[-73.84180734, 40.69660761]} },
{type: 'Feature',properties:{Name: '4', Address: '86-34 106TH STREET, RICHMOND HILL', Month: '12', Price: '2216'}, geometry: { type: 'Point', coordinates:[-73.84180734, 40.69660761]} },
{type: 'Feature',properties:{Name: '4', Address: '105-01 JAMAICA AVENUE, RICHMOND HILL', Month: '4', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.84186108, 40.69523804]} },
{type: 'Feature',properties:{Name: '4', Address: '86-28 110TH STREET, RICHMOND HILL', Month: '4', Price: '2582'}, geometry: { type: 'Point', coordinates:[-73.83857346, 40.69770652]} },
{type: 'Feature',properties:{Name: '4', Address: '109-11 JAMAICA AVENUE, RICHMOND HILL', Month: '8', Price: '3895'}, geometry: { type: 'Point', coordinates:[-73.83851626, 40.69601017]} },
{type: 'Feature',properties:{Name: '4', Address: '111-09 85TH AVENUE, RICHMOND HILL', Month: '6', Price: '3100'}, geometry: { type: 'Point', coordinates:[-73.8389405, 40.70102272]} },
{type: 'Feature',properties:{Name: '4', Address: '112-01 85TH AVENUE, RICHMOND HILL', Month: '10', Price: '1922'}, geometry: { type: 'Point', coordinates:[-73.83817539, 40.70124397]} },
{type: 'Feature',properties:{Name: '4', Address: '85-40 111TH STREET, RICHMOND HILL', Month: '7', Price: '2774'}, geometry: { type: 'Point', coordinates:[-73.83866555, 40.69988874]} },
{type: 'Feature',properties:{Name: '4', Address: '85-44 111 STREET, RICHMOND HILL', Month: '6', Price: '2820'}, geometry: { type: 'Point', coordinates:[-73.83863324, 40.69982557]} },
{type: 'Feature',properties:{Name: '4', Address: '85-58 112 STREET, RICHMOND HILL', Month: '6', Price: '2448'}, geometry: { type: 'Point', coordinates:[-73.83762702, 40.69983513]} },
{type: 'Feature',properties:{Name: '4', Address: '86-32 112 STREET, RICHMOND HILL', Month: '12', Price: '1836'}, geometry: { type: 'Point', coordinates:[-73.83670828, 40.69799483]} },
{type: 'Feature',properties:{Name: '4', Address: '111-07 JAMAICA AVENUE, RICHMOND HILL', Month: '9', Price: '3240'}, geometry: { type: 'Point', coordinates:[-73.83702452, 40.69697423]} },
{type: 'Feature',properties:{Name: '4', Address: '117-11 JAMAICA AVE, RICHMOND HILL', Month: '4', Price: '3420'}, geometry: { type: 'Point', coordinates:[-73.83232611, 40.69960795]} },
{type: 'Feature',properties:{Name: '4', Address: '86-12 120TH STREET, RICHMOND HILL', Month: '12', Price: '1964'}, geometry: { type: 'Point', coordinates:[-73.83049699, 40.70128507]} },
{type: 'Feature',properties:{Name: '4', Address: '123-16 HILLSIDE AVENUE, RICHMOND HILL', Month: '3', Price: '2120'}, geometry: { type: 'Point', coordinates:[-73.82771363, 40.70234042]} },
{type: 'Feature',properties:{Name: '4', Address: '86-30 125TH STREET, RICHMOND HILL', Month: '1', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.82593258, 40.70210992]} },
{type: 'Feature',properties:{Name: '4', Address: '86-11 124TH STREET, RICHMOND HILL', Month: '12', Price: '2148'}, geometry: { type: 'Point', coordinates:[-73.82689184, 40.70214431]} },
{type: 'Feature',properties:{Name: '4', Address: '86-11 124TH STREET, RICHMOND HILL', Month: '10', Price: '2148'}, geometry: { type: 'Point', coordinates:[-73.82689184, 40.70214431]} },
{type: 'Feature',properties:{Name: '4', Address: '86-28 126TH STREET, RICHMOND HILL', Month: '3', Price: '2376'}, geometry: { type: 'Point', coordinates:[-73.8250447, 40.70236109]} },
{type: 'Feature',properties:{Name: '4', Address: '86-23 126 STREET, RICHMOND HILL', Month: '11', Price: '2256'}, geometry: { type: 'Point', coordinates:[-73.82504088, 40.70244069]} },
{type: 'Feature',properties:{Name: '4', Address: '86-31 127TH STREET, RICHMOND HILL', Month: '12', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.8241281, 40.70256007]} },
{type: 'Feature',properties:{Name: '4', Address: '131-23 METROPOLITAN AVE, RICHMOND HILL', Month: '9', Price: '1928'}, geometry: { type: 'Point', coordinates:[-73.82118657, 40.70336524]} },
{type: 'Feature',properties:{Name: '4', Address: '102-23 89TH AVENUE, RICHMOND HILL', Month: '9', Price: '1690'}, geometry: { type: 'Point', coordinates:[-73.84410896, 40.6931743]} },
{type: 'Feature',properties:{Name: '4', Address: '104-13 88 AVENUE, RICHMOND HILL', Month: '12', Price: '2110'}, geometry: { type: 'Point', coordinates:[-73.8423571, 40.69440157]} },
{type: 'Feature',properties:{Name: '4', Address: '104-40 88TH AVENUE, RICHMOND HILL', Month: '12', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.84182307, 40.69453533]} },
{type: 'Feature',properties:{Name: '4', Address: '104-40 88TH AVENUE, RICHMOND HILL', Month: '8', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.84182307, 40.69453533]} },
{type: 'Feature',properties:{Name: '4', Address: '104-21 89TH AVENUE, RICHMOND HILL', Month: '5', Price: '2120'}, geometry: { type: 'Point', coordinates:[-73.84190416, 40.6937971]} },
{type: 'Feature',properties:{Name: '4', Address: '104-21 89TH AVENUE, RICHMOND HILL', Month: '11', Price: '2120'}, geometry: { type: 'Point', coordinates:[-73.84190416, 40.6937971]} },
{type: 'Feature',properties:{Name: '4', Address: '89-04 104TH STREET, RICHMOND HILL', Month: '12', Price: '1834'}, geometry: { type: 'Point', coordinates:[-73.84261537, 40.69345497]} },
{type: 'Feature',properties:{Name: '4', Address: '89-01 102ND STREET, RICHMOND HILL', Month: '6', Price: '2110'}, geometry: { type: 'Point', coordinates:[-73.84432935, 40.69299344]} },
{type: 'Feature',properties:{Name: '4', Address: '10218 90TH AVENUE, RICHMOND HILL', Month: '11', Price: '2782'}, geometry: { type: 'Point', coordinates:[-73.84378957, 40.69251237]} },
{type: 'Feature',properties:{Name: '4', Address: '104-54 90TH AVENUE, RICHMOND HILL', Month: '12', Price: '1560'}, geometry: { type: 'Point', coordinates:[-73.84097133, 40.69331273]} },
{type: 'Feature',properties:{Name: '4', Address: '90-14 107TH STREET, RICHMOND HILL', Month: '5', Price: '2448'}, geometry: { type: 'Point', coordinates:[-73.83973041, 40.69348942]} },
{type: 'Feature',properties:{Name: '4', Address: '8809 107TH ST, RICHMOND HILL', Month: '5', Price: '2130'}, geometry: { type: 'Point', coordinates:[-73.8402681, 40.69483511]} },
{type: 'Feature',properties:{Name: '4', Address: '107-10 JAMAICA AVENUE, RICHMOND HILL', Month: '1', Price: '4144'}, geometry: { type: 'Point', coordinates:[-73.84018739, 40.69540865]} },
{type: 'Feature',properties:{Name: '4', Address: '87-18 108TH STREET, RICHMOND HILL', Month: '9', Price: '2168'}, geometry: { type: 'Point', coordinates:[-73.83945235, 40.69514687]} },
{type: 'Feature',properties:{Name: '4', Address: '91-08 110TH STREET, RICHMOND HILL', Month: '1', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.83710278, 40.69446561]} },
{type: 'Feature',properties:{Name: '4', Address: '87-87 109TH STREET, RICHMOND HILL', Month: '10', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.83856456, 40.69542286]} },
{type: 'Feature',properties:{Name: '4', Address: '87-75 109TH STREET, RICHMOND HILL', Month: '2', Price: '1877'}, geometry: { type: 'Point', coordinates:[-73.83856815, 40.69542835]} },
{type: 'Feature',properties:{Name: '4', Address: '87-59 109 STREET, RICHMOND HILL', Month: '10', Price: '1698'}, geometry: { type: 'Point', coordinates:[-73.83857174, 40.69543659]} },
{type: 'Feature',properties:{Name: '4', Address: '87-36 112 STREET, RICHMOND HILL', Month: '5', Price: '1240'}, geometry: { type: 'Point', coordinates:[-73.83619508, 40.69697305]} },
{type: 'Feature',properties:{Name: '4', Address: '111-11 91ST AVENUE, RICHMOND HILL', Month: '3', Price: '1980'}, geometry: { type: 'Point', coordinates:[-73.83577927, 40.69448569]} },
{type: 'Feature',properties:{Name: '4', Address: '111-01 91ST AVENUE, RICHMOND HILL', Month: '8', Price: '2776'}, geometry: { type: 'Point', coordinates:[-73.83584423, 40.69446657]} },
{type: 'Feature',properties:{Name: '4', Address: '87-37 111TH STREET, RICHMOND HILL', Month: '9', Price: '1432'}, geometry: { type: 'Point', coordinates:[-73.83696803, 40.69648009]} },
{type: 'Feature',properties:{Name: '4', Address: '8904 113TH ST, RICHMOND HILL', Month: '2', Price: '2136'}, geometry: { type: 'Point', coordinates:[-73.83461136, 40.69574113]} },
{type: 'Feature',properties:{Name: '4', Address: '102-33 92ND AVENUE, RICHMOND HILL', Month: '10', Price: '1220'}, geometry: { type: 'Point', coordinates:[-73.84314707, 40.69124341]} },
{type: 'Feature',properties:{Name: '4', Address: '102-26 92ND AVENUE, RICHMOND HILL', Month: '1', Price: '1170'}, geometry: { type: 'Point', coordinates:[-73.8431435, 40.69122694]} },
{type: 'Feature',properties:{Name: '4', Address: '10420 91 AVENUE, RICHMOND HILL', Month: '7', Price: '1585'}, geometry: { type: 'Point', coordinates:[-73.84162984, 40.69238865]} },
{type: 'Feature',properties:{Name: '4', Address: '104-19 92 AVENUE, RICHMOND HILL', Month: '7', Price: '2320'}, geometry: { type: 'Point', coordinates:[-73.84112996, 40.69181705]} },
{type: 'Feature',properties:{Name: '4', Address: '104-19 92 AVENUE, RICHMOND HILL', Month: '2', Price: '2320'}, geometry: { type: 'Point', coordinates:[-73.84112996, 40.69181705]} },
{type: 'Feature',properties:{Name: '4', Address: '104-14 93RD AVENUE, RICHMOND HILL', Month: '5', Price: '1478'}, geometry: { type: 'Point', coordinates:[-73.84088276, 40.69113875]} },
{type: 'Feature',properties:{Name: '4', Address: '91-70 110 ST, RICHMOND HILL', Month: '1', Price: '2176'}, geometry: { type: 'Point', coordinates:[-73.83628098, 40.69283131]} },
{type: 'Feature',properties:{Name: '4', Address: '91-19 109TH STREET, RICHMOND HILL', Month: '6', Price: '1072'}, geometry: { type: 'Point', coordinates:[-73.83727261, 40.69284918]} },
{type: 'Feature',properties:{Name: '4', Address: '91-30 111 STREET, RICHMOND HILL', Month: '12', Price: '2424'}, geometry: { type: 'Point', coordinates:[-73.8355831, 40.69360708]} },
{type: 'Feature',properties:{Name: '4', Address: '91-37 110TH STREET, RICHMOND HILL', Month: '8', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.83646387, 40.69324603]} },
{type: 'Feature',properties:{Name: '4', Address: '91-51 113TH STREET, RICHMOND HILL', Month: '10', Price: '2803'}, geometry: { type: 'Point', coordinates:[-73.83405509, 40.69465888]} },
{type: 'Feature',properties:{Name: '4', Address: '93-07 114TH STREET, RICHMOND HILL', Month: '5', Price: '1612'}, geometry: { type: 'Point', coordinates:[-73.83247486, 40.69351477]} },
{type: 'Feature',properties:{Name: '4', Address: '91-32 116TH STREET, RICHMOND HILL', Month: '5', Price: '1767'}, geometry: { type: 'Point', coordinates:[-73.83109124, 40.69449263]} },
{type: 'Feature',properties:{Name: '4', Address: '115-03 ATLANTIC AVENUE, RICHMOND HILL', Month: '11', Price: '3800'}, geometry: { type: 'Point', coordinates:[-73.83120278, 40.69316707]} },
{type: 'Feature',properties:{Name: '4', Address: '87-16 118TH STREET, RICHMOND HILL', Month: '2', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.83158385, 40.69934337]} },
{type: 'Feature',properties:{Name: '4', Address: '8774 118TH STREET, RICHMOND HILL', Month: '4', Price: '1648'}, geometry: { type: 'Point', coordinates:[-73.83153723, 40.69924174]} },
{type: 'Feature',properties:{Name: '4', Address: '87-27 117TH STREET, RICHMOND HILL', Month: '3', Price: '1906'}, geometry: { type: 'Point', coordinates:[-73.8323708, 40.69904533]} },
{type: 'Feature',properties:{Name: '4', Address: '87-27 117TH STREET, RICHMOND HILL', Month: '4', Price: '1906'}, geometry: { type: 'Point', coordinates:[-73.8323708, 40.69904533]} },
{type: 'Feature',properties:{Name: '4', Address: '87-41 123RD STREET, RICHMOND HILL', Month: '1', Price: '1030'}, geometry: { type: 'Point', coordinates:[-73.82695613, 40.69960549]} },
{type: 'Feature',properties:{Name: '4', Address: '87-42 125TH STREET, RICHMOND HILL', Month: '2', Price: '2104'}, geometry: { type: 'Point', coordinates:[-73.82516639, 40.69996784]} },
{type: 'Feature',properties:{Name: '4', Address: '87-68 125TH STREET, RICHMOND HILL', Month: '6', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.82495828, 40.6995613]} },
{type: 'Feature',properties:{Name: '4', Address: '87-12 126TH STREET, RICHMOND HILL', Month: '10', Price: '2090'}, geometry: { type: 'Point', coordinates:[-73.82460148, 40.70084256]} },
{type: 'Feature',properties:{Name: '4', Address: '87-72 126TH STREET, RICHMOND HILL', Month: '12', Price: '2352'}, geometry: { type: 'Point', coordinates:[-73.82455842, 40.70076015]} },
{type: 'Feature',properties:{Name: '4', Address: '87-15 125TH STREET, RICHMOND HILL', Month: '7', Price: '2192'}, geometry: { type: 'Point', coordinates:[-73.8253744, 40.70041281]} },
{type: 'Feature',properties:{Name: '4', Address: '127-09 87TH ROAD, RICHMOND HILL', Month: '8', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.82353777, 40.70076408]} },
{type: 'Feature',properties:{Name: '4', Address: '87-25 126TH STREET, RICHMOND HILL', Month: '10', Price: '2132'}, geometry: { type: 'Point', coordinates:[-73.82457266, 40.70083154]} },
{type: 'Feature',properties:{Name: '4', Address: '87-15 126TH STREET, RICHMOND HILL', Month: '5', Price: '2132'}, geometry: { type: 'Point', coordinates:[-73.82457983, 40.70084527]} },
{type: 'Feature',properties:{Name: '4', Address: '87-61 129TH STREET, RICHMOND HILL', Month: '12', Price: '1712'}, geometry: { type: 'Point', coordinates:[-73.82277385, 40.70051588]} },
{type: 'Feature',properties:{Name: '4', Address: '87-35 129TH STREET, RICHMOND HILL', Month: '6', Price: '1778'}, geometry: { type: 'Point', coordinates:[-73.82289594, 40.70071643]} },
{type: 'Feature',properties:{Name: '4', Address: '8735 129TH STREET, RICHMOND HILL', Month: '2', Price: '1778'}, geometry: { type: 'Point', coordinates:[-73.82289594, 40.70071643]} },
{type: 'Feature',properties:{Name: '4', Address: '87-29 129TH STREET, RICHMOND HILL', Month: '3', Price: '1670'}, geometry: { type: 'Point', coordinates:[-73.82292467, 40.70076314]} },
{type: 'Feature',properties:{Name: '4', Address: '87-25 129 STREET, RICHMOND HILL', Month: '7', Price: '1778'}, geometry: { type: 'Point', coordinates:[-73.82306471, 40.70099392]} },
{type: 'Feature',properties:{Name: '4', Address: '87-21 133 ST, RICHMOND HILL', Month: '12', Price: '2651'}, geometry: { type: 'Point', coordinates:[-73.81937312, 40.70177593]} },
{type: 'Feature',properties:{Name: '4', Address: '87-43 134TH STREET, RICHMOND HILL', Month: '12', Price: '3080'}, geometry: { type: 'Point', coordinates:[-73.81859322, 40.70210133]} },
{type: 'Feature',properties:{Name: '4', Address: '117-07 91ST AVENUE, RICHMOND HILL', Month: '9', Price: '2616'}, geometry: { type: 'Point', coordinates:[-73.83042532, 40.69543311]} },
{type: 'Feature',properties:{Name: '4', Address: '89-04 LEFFERTS BLVD, RICHMOND HILL', Month: '11', Price: '3067'}, geometry: { type: 'Point', coordinates:[-73.82950508, 40.69710057]} },
{type: 'Feature',properties:{Name: '4', Address: '89-13 118TH STREET, RICHMOND HILL', Month: '10', Price: '1950'}, geometry: { type: 'Point', coordinates:[-73.83034958, 40.69685479]} },
{type: 'Feature',properties:{Name: '4', Address: '89-04 120TH STREET, RICHMOND HILL', Month: '8', Price: '1328'}, geometry: { type: 'Point', coordinates:[-73.82823977, 40.69690381]} },
{type: 'Feature',properties:{Name: '4', Address: '116-10 91ST AVENUE, RICHMOND HILL', Month: '4', Price: '1666'}, geometry: { type: 'Point', coordinates:[-73.83120847, 40.69519272]} },
{type: 'Feature',properties:{Name: '4', Address: '89-12 129TH STREET, RICHMOND HILL', Month: '5', Price: '1456'}, geometry: { type: 'Point', coordinates:[-73.82202356, 40.69921644]} },
{type: 'Feature',properties:{Name: '4', Address: '89-26 129TH STREET, RICHMOND HILL', Month: '11', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.82201639, 40.69920271]} },
{type: 'Feature',properties:{Name: '4', Address: '89-30 129TH STREET, RICHMOND HILL', Month: '6', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.82201279, 40.69919996]} },
{type: 'Feature',properties:{Name: '4', Address: '130-17 92ND AVENUE, RICHMOND HILL', Month: '6', Price: '1776'}, geometry: { type: 'Point', coordinates:[-73.819752, 40.69770603]} },
{type: 'Feature',properties:{Name: '4', Address: '89-47 133RD STREET, RICHMOND HILL', Month: '5', Price: '2146'}, geometry: { type: 'Point', coordinates:[-73.81824616, 40.69976224]} },
{type: 'Feature',properties:{Name: '4', Address: '95-16 103RD STREET, RICHMOND HILL', Month: '2', Price: '2300'}, geometry: { type: 'Point', coordinates:[-73.84117744, 40.68853711]} },
{type: 'Feature',properties:{Name: '4', Address: '95-21 102ND STREET, RICHMOND HILL', Month: '4', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.84206474, 40.68842305]} },
{type: 'Feature',properties:{Name: '4', Address: '95-21 102ND STREET, RICHMOND HILL', Month: '7', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.84206474, 40.68842305]} },
{type: 'Feature',properties:{Name: '4', Address: '95-11 102ND STREET, RICHMOND HILL', Month: '2', Price: '2192'}, geometry: { type: 'Point', coordinates:[-73.84206833, 40.68843129]} },
{type: 'Feature',properties:{Name: '4', Address: '104-15 97TH AVENUE, RICHMOND HILL', Month: '2', Price: '1300'}, geometry: { type: 'Point', coordinates:[-73.83965709, 40.68798879]} },
{type: 'Feature',properties:{Name: '4', Address: '95-15 104TH STREET, RICHMOND HILL', Month: '10', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.84035801, 40.68891201]} },
{type: 'Feature',properties:{Name: '4', Address: '106-04 ATLANTIC AVE, RICHMOND HILL', Month: '5', Price: '2480'}, geometry: { type: 'Point', coordinates:[-73.83910196, 40.6909112]} },
{type: 'Feature',properties:{Name: '4', Address: '106-10 ATLANTIC AVENUE, RICHMOND HILL', Month: '1', Price: '2588'}, geometry: { type: 'Point', coordinates:[-73.83894679, 40.69095764]} },
{type: 'Feature',properties:{Name: '4', Address: '107-09 97TH AVENUE, RICHMOND HILL', Month: '8', Price: '2120'}, geometry: { type: 'Point', coordinates:[-73.83704826, 40.68873994]} },
{type: 'Feature',properties:{Name: '4', Address: '107-09 97TH AVENUE, RICHMOND HILL', Month: '3', Price: '2120'}, geometry: { type: 'Point', coordinates:[-73.83704826, 40.68873994]} },
{type: 'Feature',properties:{Name: '4', Address: '94-20 109TH STREET, RICHMOND HILL', Month: '7', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.83646532, 40.69118745]} },
{type: 'Feature',properties:{Name: '4', Address: '95-29 109 STREET, RICHMOND HILL', Month: '6', Price: '1659'}, geometry: { type: 'Point', coordinates:[-73.83593417, 40.6901574]} },
{type: 'Feature',properties:{Name: '4', Address: '95-19 109 STREET, RICHMOND HILL', Month: '10', Price: '1608'}, geometry: { type: 'Point', coordinates:[-73.83593775, 40.69016564]} },
{type: 'Feature',properties:{Name: '4', Address: '9411 110TH STREET, RICHMOND HILL', Month: '7', Price: '1404'}, geometry: { type: 'Point', coordinates:[-73.8356243, 40.69152111]} },
{type: 'Feature',properties:{Name: '4', Address: '111-11 95 AVENUE, RICHMOND HILL', Month: '2', Price: '2028'}, geometry: { type: 'Point', coordinates:[-73.83383797, 40.69062101]} },
{type: 'Feature',properties:{Name: '4', Address: '111-09 95TH AVE, RICHMOND HILL', Month: '4', Price: '2068'}, geometry: { type: 'Point', coordinates:[-73.8338524, 40.69061828]} },
{type: 'Feature',properties:{Name: '4', Address: '94-30 113TH STREET, RICHMOND HILL', Month: '12', Price: '2301'}, geometry: { type: 'Point', coordinates:[-73.832713, 40.6920247]} },
{type: 'Feature',properties:{Name: '4', Address: '112-15 95TH AVENUE, RICHMOND HILL', Month: '11', Price: '2288'}, geometry: { type: 'Point', coordinates:[-73.8328889, 40.6908996]} },
{type: 'Feature',properties:{Name: '4', Address: '94-18 116 STREET, RICHMOND HILL', Month: '7', Price: '2288'}, geometry: { type: 'Point', coordinates:[-73.83028048, 40.69283085]} },
{type: 'Feature',properties:{Name: '4', Address: '94-41 115TH STREET, RICHMOND HILL', Month: '10', Price: '1157'}, geometry: { type: 'Point', coordinates:[-73.83095246, 40.69233778]} },
{type: 'Feature',properties:{Name: '4', Address: '97-42 103 STREET, RICHMOND HILL', Month: '8', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.84062124, 40.68740275]} },
{type: 'Feature',properties:{Name: '4', Address: '97-42 103RD STREET, RICHMOND HILL', Month: '5', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.84062124, 40.68740275]} },
{type: 'Feature',properties:{Name: '4', Address: '97-48 103RD STREET, RICHMOND HILL', Month: '3', Price: '872'}, geometry: { type: 'Point', coordinates:[-73.84062125, 40.6874]} },
{type: 'Feature',properties:{Name: '4', Address: '97-07 104TH STREET, RICHMOND HILL', Month: '7', Price: '1500'}, geometry: { type: 'Point', coordinates:[-73.83974801, 40.68766778]} },
{type: 'Feature',properties:{Name: '4', Address: '97-03 106TH STREET, RICHMOND HILL', Month: '3', Price: '2304'}, geometry: { type: 'Point', coordinates:[-73.8379691, 40.68818405]} },
{type: 'Feature',properties:{Name: '4', Address: '97-30 107TH STREET, RICHMOND HILL', Month: '1', Price: '1880'}, geometry: { type: 'Point', coordinates:[-73.83711035, 40.6884134]} },
{type: 'Feature',properties:{Name: '4', Address: '97-48 107TH STREET, RICHMOND HILL', Month: '8', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.83710677, 40.68840516]} },
{type: 'Feature',properties:{Name: '4', Address: '97-41 107TH STREET, RICHMOND HILL', Month: '9', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.83708871, 40.68841611]} },
{type: 'Feature',properties:{Name: '4', Address: '9729 107 STREET, RICHMOND HILL', Month: '2', Price: '2240'}, geometry: { type: 'Point', coordinates:[-73.8370887, 40.68841886]} },
{type: 'Feature',properties:{Name: '4', Address: '95-18 111TH STREET, RICHMOND HILL', Month: '8', Price: '2340'}, geometry: { type: 'Point', coordinates:[-73.83385713, 40.69016815]} },
{type: 'Feature',properties:{Name: '4', Address: '95-20 111TH STREET, RICHMOND HILL', Month: '5', Price: '2340'}, geometry: { type: 'Point', coordinates:[-73.83385353, 40.6901654]} },
{type: 'Feature',properties:{Name: '4', Address: '95-20 111TH STREET, RICHMOND HILL', Month: '9', Price: '2340'}, geometry: { type: 'Point', coordinates:[-73.83385353, 40.6901654]} },
{type: 'Feature',properties:{Name: '4', Address: '95-74 111TH STREET, RICHMOND HILL', Month: '4', Price: '2360'}, geometry: { type: 'Point', coordinates:[-73.83384636, 40.69014892]} },
{type: 'Feature',properties:{Name: '4', Address: '110-19 101ST AVENUE, RICHMOND HILL', Month: '10', Price: '3700'}, geometry: { type: 'Point', coordinates:[-73.83335803, 40.68787279]} },
{type: 'Feature',properties:{Name: '4', Address: '95-57 111TH STREET, RICHMOND HILL', Month: '12', Price: '1672'}, geometry: { type: 'Point', coordinates:[-73.8338283, 40.69015987]} },
{type: 'Feature',properties:{Name: '4', Address: '95-41 111TH STREET, RICHMOND HILL', Month: '10', Price: '2036'}, geometry: { type: 'Point', coordinates:[-73.83383189, 40.69016537]} },
{type: 'Feature',properties:{Name: '4', Address: '95-32 113 STREET, RICHMOND HILL', Month: '5', Price: '1809'}, geometry: { type: 'Point', coordinates:[-73.83204925, 40.69068703]} },
{type: 'Feature',properties:{Name: '4', Address: '95-31 112TH STREET, RICHMOND HILL', Month: '10', Price: '1398'}, geometry: { type: 'Point', coordinates:[-73.83290087, 40.69044124]} },
{type: 'Feature',properties:{Name: '4', Address: '95-77 113 ST, RICHMOND HILL', Month: '8', Price: '1956'}, geometry: { type: 'Point', coordinates:[-73.83202043, 40.69067601]} },
{type: 'Feature',properties:{Name: '4', Address: '95-69 113TH STREET, RICHMOND HILL', Month: '4', Price: '1968'}, geometry: { type: 'Point', coordinates:[-73.83202042, 40.69067875]} },
{type: 'Feature',properties:{Name: '4', Address: '95-29 113 STREET, RICHMOND HILL', Month: '2', Price: '2679'}, geometry: { type: 'Point', coordinates:[-73.8320276, 40.69069249]} },
{type: 'Feature',properties:{Name: '4', Address: '114-12 95TH AVENUE, RICHMOND HILL', Month: '5', Price: '1976'}, geometry: { type: 'Point', coordinates:[-73.83112826, 40.69126758]} },
{type: 'Feature',properties:{Name: '4', Address: '95-32 115TH STREET, RICHMOND HILL', Month: '5', Price: '2224'}, geometry: { type: 'Point', coordinates:[-73.83035351, 40.69105509]} },
{type: 'Feature',properties:{Name: '4', Address: '95-40 115TH STREET, RICHMOND HILL', Month: '10', Price: '1786'}, geometry: { type: 'Point', coordinates:[-73.83034992, 40.69105234]} },
{type: 'Feature',properties:{Name: '4', Address: '95-57 114 STREET, RICHMOND HILL', Month: '8', Price: '1128'}, geometry: { type: 'Point', coordinates:[-73.83120486, 40.69092185]} },
{type: 'Feature',properties:{Name: '4', Address: '95-57 114TH STREET, RICHMOND HILL', Month: '4', Price: '1128'}, geometry: { type: 'Point', coordinates:[-73.83120486, 40.69092185]} },
{type: 'Feature',properties:{Name: '4', Address: '95-29 115TH STREET, RICHMOND HILL', Month: '1', Price: '1900'}, geometry: { type: 'Point', coordinates:[-73.83033186, 40.69106055]} },
{type: 'Feature',properties:{Name: '4', Address: '102-08 101ST AVENUE, RICHMOND HILL', Month: '3', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.84058903, 40.68579426]} },
{type: 'Feature',properties:{Name: '4', Address: '101-58 103RD STREET, RICHMOND HILL', Month: '8', Price: '1980'}, geometry: { type: 'Point', coordinates:[-73.83974933, 40.68561743]} },
{type: 'Feature',properties:{Name: '4', Address: '102-03 103 AVENUE, RICHMOND HILL', Month: '1', Price: '2120'}, geometry: { type: 'Point', coordinates:[-73.83965274, 40.68380026]} },
{type: 'Feature',properties:{Name: '4', Address: '105-01 101ST ROAD, RICHMOND HILL', Month: '6', Price: '1804'}, geometry: { type: 'Point', coordinates:[-73.83774023, 40.68591929]} },
{type: 'Feature',properties:{Name: '4', Address: '101-11 107TH STREET, RICHMOND HILL', Month: '1', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.83585989, 40.6866385]} },
{type: 'Feature',properties:{Name: '4', Address: '109-24 101ST AVENUE, RICHMOND HILL', Month: '7', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.83381994, 40.68772524]} },
{type: 'Feature',properties:{Name: '4', Address: '101-46 110TH STREET, RICHMOND HILL', Month: '7', Price: '2460'}, geometry: { type: 'Point', coordinates:[-73.83339516, 40.68744466]} },
{type: 'Feature',properties:{Name: '4', Address: '101-39 109 STREET, RICHMOND HILL', Month: '11', Price: '1720'}, geometry: { type: 'Point', coordinates:[-73.83422145, 40.68721804]} },
{type: 'Feature',properties:{Name: '4', Address: '101-38 113 STREET, RICHMOND HILL', Month: '6', Price: '1446'}, geometry: { type: 'Point', coordinates:[-73.83083679, 40.68818477]} },
{type: 'Feature',properties:{Name: '4', Address: '112-12 101ST AVENUE, RICHMOND HILL', Month: '1', Price: '2560'}, geometry: { type: 'Point', coordinates:[-73.8316477, 40.68834241]} },
{type: 'Feature',properties:{Name: '4', Address: '101-16 114TH STREET, RICHMOND HILL', Month: '10', Price: '1709'}, geometry: { type: 'Point', coordinates:[-73.8300176, 40.68844706]} },
{type: 'Feature',properties:{Name: '4', Address: '101-16 114TH STREET, RICHMOND HILL', Month: '11', Price: '1709'}, geometry: { type: 'Point', coordinates:[-73.8300176, 40.68844706]} },
{type: 'Feature',properties:{Name: '4', Address: '10142 114TH STREET, RICHMOND HILL', Month: '1', Price: '2540'}, geometry: { type: 'Point', coordinates:[-73.82999965, 40.68841409]} },
{type: 'Feature',properties:{Name: '4', Address: '101-48 114TH STREET, RICHMOND HILL', Month: '7', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.82999607, 40.68840585]} },
{type: 'Feature',properties:{Name: '4', Address: '101-50 114 STREET, RICHMOND HILL', Month: '5', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.82999607, 40.68840585]} },
{type: 'Feature',properties:{Name: '4', Address: '101-50 114 STREET, RICHMOND HILL', Month: '8', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.82999607, 40.68840585]} },
{type: 'Feature',properties:{Name: '4', Address: '101-11 113 STREET, RICHMOND HILL', Month: '11', Price: '2019'}, geometry: { type: 'Point', coordinates:[-73.83083307, 40.68822593]} },
{type: 'Feature',properties:{Name: '4', Address: '101-49 114TH STREET, RICHMOND HILL', Month: '8', Price: '1556'}, geometry: { type: 'Point', coordinates:[-73.82997802, 40.68841406]} },
{type: 'Feature',properties:{Name: '4', Address: '116-20 ATLANTIC AVENUE, RICHMOND HILL', Month: '3', Price: '4692'}, geometry: { type: 'Point', coordinates:[-73.83028261, 40.69341274]} },
{type: 'Feature',properties:{Name: '4', Address: '9432 117TH STREET, RICHMOND HILL', Month: '12', Price: '2862'}, geometry: { type: 'Point', coordinates:[-73.82938238, 40.69290638]} },
{type: 'Feature',properties:{Name: '4', Address: '116-03 95 AVENUE, RICHMOND HILL', Month: '11', Price: '1376'}, geometry: { type: 'Point', coordinates:[-73.82956934, 40.69170993]} },
{type: 'Feature',properties:{Name: '4', Address: '94-07 120TH STREET, RICHMOND HILL', Month: '1', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.82684057, 40.69411302]} },
{type: 'Feature',properties:{Name: '4', Address: '9341 123RD STREET, RICHMOND HILL', Month: '1', Price: '1972'}, geometry: { type: 'Point', coordinates:[-73.82429555, 40.69376333]} },
{type: 'Feature',properties:{Name: '4', Address: '93-19 123RD STREET, RICHMOND HILL', Month: '7', Price: '1972'}, geometry: { type: 'Point', coordinates:[-73.82451438, 40.69419733]} },
{type: 'Feature',properties:{Name: '4', Address: '94-10 125TH STREET, RICHMOND HILL', Month: '6', Price: '2082'}, geometry: { type: 'Point', coordinates:[-73.82251545, 40.69461971]} },
{type: 'Feature',properties:{Name: '4', Address: '124-01 95TH AVENUE, RICHMOND HILL', Month: '12', Price: '1577'}, geometry: { type: 'Point', coordinates:[-73.82289319, 40.69360472]} },
{type: 'Feature',properties:{Name: '4', Address: '94-21 124TH STREET, RICHMOND HILL', Month: '10', Price: '2130'}, geometry: { type: 'Point', coordinates:[-73.82323112, 40.69399775]} },
{type: 'Feature',properties:{Name: '4', Address: '94-21 124TH STREET, RICHMOND HILL', Month: '10', Price: '2130'}, geometry: { type: 'Point', coordinates:[-73.82323112, 40.69399775]} },
{type: 'Feature',properties:{Name: '4', Address: '131-10 ATLANTIC AVENUE, RICHMOND HILL', Month: '7', Price: '1802'}, geometry: { type: 'Point', coordinates:[-73.81768972, 40.69618767]} },
{type: 'Feature',properties:{Name: '4', Address: '94-19 131ST STREET, RICHMOND HILL', Month: '7', Price: '1220'}, geometry: { type: 'Point', coordinates:[-73.81771595, 40.69582814]} },
{type: 'Feature',properties:{Name: '4', Address: '132-08 ATLANTIC AVENUE, RICHMOND HILL', Month: '10', Price: '1802'}, geometry: { type: 'Point', coordinates:[-73.81686324, 40.6964224]} },
{type: 'Feature',properties:{Name: '4', Address: '94-15 134TH STREET, RICHMOND HILL', Month: '9', Price: '1769'}, geometry: { type: 'Point', coordinates:[-73.8151931, 40.69658168]} },
{type: 'Feature',properties:{Name: '4', Address: '95-43 116TH STREET, RICHMOND HILL', Month: '9', Price: '2142'}, geometry: { type: 'Point', coordinates:[-73.82950551, 40.69128989]} },
{type: 'Feature',properties:{Name: '4', Address: '95-10 LEFFERTS BOULEVARD, RICHMOND HILL', Month: '2', Price: '1809'}, geometry: { type: 'Point', coordinates:[-73.82710522, 40.6921811]} },
{type: 'Feature',properties:{Name: '4', Address: '95-10 LEFFERTS BLVD, RICHMOND HILL', Month: '6', Price: '1809'}, geometry: { type: 'Point', coordinates:[-73.82710522, 40.6921811]} },
{type: 'Feature',properties:{Name: '4', Address: '95-21 LEFFERTS BOULEVARD, RICHMOND HILL', Month: '4', Price: '1830'}, geometry: { type: 'Point', coordinates:[-73.82707997, 40.69218106]} },
{type: 'Feature',properties:{Name: '4', Address: '121-15 97TH AVENUE, RICHMOND HILL', Month: '11', Price: '2208'}, geometry: { type: 'Point', coordinates:[-73.82435475, 40.69182286]} },
{type: 'Feature',properties:{Name: '4', Address: '97-23 120TH STREET, RICHMOND HILL', Month: '4', Price: '2452'}, geometry: { type: 'Point', coordinates:[-73.82545961, 40.69128382]} },
{type: 'Feature',properties:{Name: '4', Address: '9501 124 STREET, RICHMOND HILL', Month: '4', Price: '1854'}, geometry: { type: 'Point', coordinates:[-73.8229908, 40.69351155]} },
{type: 'Feature',properties:{Name: '4', Address: '123-12 97TH AVENUE, RICHMOND HILL', Month: '10', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.82322887, 40.69212581]} },
{type: 'Feature',properties:{Name: '4', Address: '97-15 123RD STREET, RICHMOND HILL', Month: '3', Price: '2144'}, geometry: { type: 'Point', coordinates:[-73.82337377, 40.691879]} },
{type: 'Feature',properties:{Name: '4', Address: '97-26 125TH STREET, RICHMOND HILL', Month: '7', Price: '2421'}, geometry: { type: 'Point', coordinates:[-73.82143948, 40.69242497]} },
{type: 'Feature',properties:{Name: '4', Address: '127-02 95TH AVENUE, RICHMOND HILL', Month: '2', Price: '1376'}, geometry: { type: 'Point', coordinates:[-73.82020463, 40.69434988]} },
{type: 'Feature',properties:{Name: '4', Address: '97-19 127TH STREET, RICHMOND HILL', Month: '5', Price: '2248'}, geometry: { type: 'Point', coordinates:[-73.81965673, 40.69292997]} },
{type: 'Feature',properties:{Name: '4', Address: '131-07 97TH AVENUE, RICHMOND HILL', Month: '12', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.81664988, 40.6940149]} },
{type: 'Feature',properties:{Name: '4', Address: '133-05 97TH AVENUE, RICHMOND HILL', Month: '3', Price: '1324'}, geometry: { type: 'Point', coordinates:[-73.8149717, 40.69449255]} },
{type: 'Feature',properties:{Name: '4', Address: '132-09 101 AVENUE, RICHMOND HILL', Month: '5', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.81519573, 40.69302994]} },
{type: 'Feature',properties:{Name: '4', Address: '133-10 97TH AVE, RICHMOND HILL', Month: '9', Price: '1924'}, geometry: { type: 'Point', coordinates:[-73.81492844, 40.69448699]} },
{type: 'Feature',properties:{Name: '4', Address: '134-16 95TH AVENUE, RICHMOND HILL', Month: '1', Price: '1494'}, geometry: { type: 'Point', coordinates:[-73.81463954, 40.69593302]} },
{type: 'Feature',properties:{Name: '4', Address: '134-16 95TH AVENUE, RICHMOND HILL', Month: '4', Price: '1494'}, geometry: { type: 'Point', coordinates:[-73.81463954, 40.69593302]} },
{type: 'Feature',properties:{Name: '4', Address: '95-11 134 STREET, RICHMOND HILL', Month: '8', Price: '1768'}, geometry: { type: 'Point', coordinates:[-73.81476281, 40.69569442]} },
{type: 'Feature',properties:{Name: '4', Address: '95-09 134 STREET, RICHMOND HILL', Month: '9', Price: '1768'}, geometry: { type: 'Point', coordinates:[-73.81476281, 40.69569442]} },
{type: 'Feature',properties:{Name: '4', Address: '101-12 117TH STREET, RICHMOND HILL', Month: '3', Price: '1619'}, geometry: { type: 'Point', coordinates:[-73.82754216, 40.68915701]} },
{type: 'Feature',properties:{Name: '4', Address: '101-40 117TH STREET, RICHMOND HILL', Month: '3', Price: '1376'}, geometry: { type: 'Point', coordinates:[-73.82752422, 40.68912131]} },
{type: 'Feature',properties:{Name: '4', Address: '10137 116 STREET, RICHMOND HILL', Month: '11', Price: '3337'}, geometry: { type: 'Point', coordinates:[-73.82833252, 40.6888947]} },
{type: 'Feature',properties:{Name: '4', Address: '101-50 118TH STREET, RICHMOND HILL', Month: '1', Price: '1802'}, geometry: { type: 'Point', coordinates:[-73.82668708, 40.68934238]} },
{type: 'Feature',properties:{Name: '4', Address: '101-16 120TH STREET, RICHMOND HILL', Month: '12', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.8248141, 40.68992418]} },
{type: 'Feature',properties:{Name: '4', Address: '127-16 101 AVENUE, RICHMOND HILL', Month: '9', Price: '2328'}, geometry: { type: 'Point', coordinates:[-73.81858812, 40.69204722]} },
{type: 'Feature',properties:{Name: '4', Address: '102-39 129TH STREET, RICHMOND HILL', Month: '5', Price: '1406'}, geometry: { type: 'Point', coordinates:[-73.81715647, 40.69075491]} },
{type: 'Feature',properties:{Name: '4', Address: '101-42 131ST STREET, RICHMOND HILL', Month: '3', Price: '1446'}, geometry: { type: 'Point', coordinates:[-73.81604497, 40.6923753]} },
{type: 'Feature',properties:{Name: '4', Address: '101-52 131 STREET, RICHMOND HILL', Month: '1', Price: '1456'}, geometry: { type: 'Point', coordinates:[-73.81604139, 40.69236432]} },
{type: 'Feature',properties:{Name: '4', Address: '101-30 133RD STREET, RICHMOND HILL', Month: '3', Price: '1991'}, geometry: { type: 'Point', coordinates:[-73.81423409, 40.6926057]} },
{type: 'Feature',properties:{Name: '4', Address: '103-66 103RD STREET, RICHMOND HILL', Month: '8', Price: '2790'}, geometry: { type: 'Point', coordinates:[-73.83824239, 40.68254666]} },
{type: 'Feature',properties:{Name: '4', Address: '103-13 103RD STREET, RICHMOND HILL', Month: '7', Price: '1998'}, geometry: { type: 'Point', coordinates:[-73.83866205, 40.68345028]} },
{type: 'Feature',properties:{Name: '4', Address: '103-34 105TH STREET, RICHMOND HILL', Month: '4', Price: '1362'}, geometry: { type: 'Point', coordinates:[-73.83663592, 40.68337057]} },
{type: 'Feature',properties:{Name: '4', Address: '105-02 103RD AVENUE, RICHMOND HILL', Month: '1', Price: '1178'}, geometry: { type: 'Point', coordinates:[-73.83697197, 40.68454581]} },
{type: 'Feature',properties:{Name: '4', Address: '103-13 105TH STREET, RICHMOND HILL', Month: '5', Price: '1372'}, geometry: { type: 'Point', coordinates:[-73.83696589, 40.68408468]} },
{type: 'Feature',properties:{Name: '4', Address: '103-35 106 STREET, RICHMOND HILL', Month: '4', Price: '1844'}, geometry: { type: 'Point', coordinates:[-73.83558844, 40.68412664]} },
{type: 'Feature',properties:{Name: '4', Address: '103-21 106TH STREET, RICHMOND HILL', Month: '7', Price: '1916'}, geometry: { type: 'Point', coordinates:[-73.83567813, 40.68431067]} },
{type: 'Feature',properties:{Name: '4', Address: '103-12 111TH STREET, RICHMOND HILL', Month: '8', Price: '2344'}, geometry: { type: 'Point', coordinates:[-73.83158936, 40.68574027]} },
{type: 'Feature',properties:{Name: '4', Address: '103-28 112TH STREET, RICHMOND HILL', Month: '7', Price: '2270'}, geometry: { type: 'Point', coordinates:[-73.83068403, 40.68585972]} },
{type: 'Feature',properties:{Name: '4', Address: '103-34 116TH STREET, RICHMOND HILL', Month: '10', Price: '2392'}, geometry: { type: 'Point', coordinates:[-73.82727091, 40.68668357]} },
{type: 'Feature',properties:{Name: '4', Address: '104-50 104TH STREET, RICHMOND HILL', Month: '10', Price: '2120'}, geometry: { type: 'Point', coordinates:[-73.83623565, 40.68045779]} },
{type: 'Feature',properties:{Name: '4', Address: '104-04 LIBERTY AVENUE, RICHMOND HILL', Month: '6', Price: '2376'}, geometry: { type: 'Point', coordinates:[-73.83682302, 40.68205609]} },
{type: 'Feature',properties:{Name: '4', Address: '104-20 105TH STREET, RICHMOND HILL', Month: '8', Price: '1837'}, geometry: { type: 'Point', coordinates:[-73.83605475, 40.68217851]} },
{type: 'Feature',properties:{Name: '4', Address: '104-11 104TH STREET, RICHMOND HILL', Month: '3', Price: '1653'}, geometry: { type: 'Point', coordinates:[-73.83677007, 40.68159215]} },
{type: 'Feature',properties:{Name: '4', Address: '104-14 106TH STREET, RICHMOND HILL', Month: '4', Price: '1776'}, geometry: { type: 'Point', coordinates:[-73.83524972, 40.68258359]} },
{type: 'Feature',properties:{Name: '4', Address: '104-16 106 STREET, RICHMOND HILL', Month: '4', Price: '1776'}, geometry: { type: 'Point', coordinates:[-73.83524972, 40.68258359]} },
{type: 'Feature',properties:{Name: '4', Address: '104-58 107TH STREET, RICHMOND HILL', Month: '7', Price: '1556'}, geometry: { type: 'Point', coordinates:[-73.83444115, 40.68296121]} },
{type: 'Feature',properties:{Name: '4', Address: '104-47 106 STREET, RICHMOND HILL', Month: '12', Price: '1872'}, geometry: { type: 'Point', coordinates:[-73.83522091, 40.68257257]} },
{type: 'Feature',properties:{Name: '4', Address: '104-37 106TH STREET, RICHMOND HILL', Month: '1', Price: '1980'}, geometry: { type: 'Point', coordinates:[-73.8352245, 40.68257806]} },
{type: 'Feature',properties:{Name: '4', Address: '104-50 108TH STREET, RICHMOND HILL', Month: '12', Price: '1240'}, geometry: { type: 'Point', coordinates:[-73.83363253, 40.68335255]} },
{type: 'Feature',properties:{Name: '4', Address: '104-17 107TH STREET, RICHMOND HILL', Month: '7', Price: '2360'}, geometry: { type: 'Point', coordinates:[-73.83443387, 40.68299139]} },
{type: 'Feature',properties:{Name: '4', Address: '104-55 108TH STREET, RICHMOND HILL', Month: '10', Price: '1952'}, geometry: { type: 'Point', coordinates:[-73.83361089, 40.683358]} },
{type: 'Feature',properties:{Name: '4', Address: '104-55 108TH STREET, RICHMOND HILL', Month: '10', Price: '1952'}, geometry: { type: 'Point', coordinates:[-73.83361089, 40.683358]} },
{type: 'Feature',properties:{Name: '4', Address: '104-47 108 STREET, RICHMOND HILL', Month: '2', Price: '2048'}, geometry: { type: 'Point', coordinates:[-73.83361448, 40.6833635]} },
{type: 'Feature',properties:{Name: '4', Address: '104-13 108TH STREET, RICHMOND HILL', Month: '12', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.83362524, 40.68338547]} },
{type: 'Feature',properties:{Name: '4', Address: '104-73 109TH STREET, RICHMOND HILL', Month: '12', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.83275921, 40.68366418]} },
{type: 'Feature',properties:{Name: '4', Address: '111-08 LIBERTY AVENUE, RICHMOND HILL', Month: '3', Price: '2320'}, geometry: { type: 'Point', coordinates:[-73.8309391, 40.68480884]} },
{type: 'Feature',properties:{Name: '4', Address: '104-64 114TH STREET, RICHMOND HILL', Month: '2', Price: '1125'}, geometry: { type: 'Point', coordinates:[-73.82842849, 40.68523057]} },
{type: 'Feature',properties:{Name: '4', Address: '114-17 107TH AVENUE, RICHMOND HILL', Month: '9', Price: '1536'}, geometry: { type: 'Point', coordinates:[-73.82720403, 40.68327171]} },
{type: 'Feature',properties:{Name: '4', Address: '104-30 116TH STREET, RICHMOND HILL', Month: '7', Price: '2142'}, geometry: { type: 'Point', coordinates:[-73.82668629, 40.68548596]} },
{type: 'Feature',properties:{Name: '4', Address: '104-32 116TH STREET, RICHMOND HILL', Month: '1', Price: '1740'}, geometry: { type: 'Point', coordinates:[-73.82668629, 40.68548596]} },
{type: 'Feature',properties:{Name: '4', Address: '104-36 116TH STREET, RICHMOND HILL', Month: '6', Price: '1536'}, geometry: { type: 'Point', coordinates:[-73.82668269, 40.68548321]} },
{type: 'Feature',properties:{Name: '4', Address: '115-15 107TH AVENUE, RICHMOND HILL', Month: '3', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.82639941, 40.68349557]} },
{type: 'Feature',properties:{Name: '4', Address: '104-49 115TH STREET, RICHMOND HILL', Month: '12', Price: '1536'}, geometry: { type: 'Point', coordinates:[-73.82754116, 40.68536099]} },
{type: 'Feature',properties:{Name: '4', Address: '107-01 104TH STREET, RICHMOND HILL', Month: '7', Price: '1884'}, geometry: { type: 'Point', coordinates:[-73.83575844, 40.6795184]} },
{type: 'Feature',properties:{Name: '4', Address: '107-19 104TH STREET, RICHMOND HILL', Month: '9', Price: '1884'}, geometry: { type: 'Point', coordinates:[-73.83575485, 40.67951291]} },
{type: 'Feature',properties:{Name: '4', Address: '107-17 105TH STREET, RICHMOND HILL', Month: '1', Price: '3056'}, geometry: { type: 'Point', coordinates:[-73.83526542, 40.68061012]} },
{type: 'Feature',properties:{Name: '4', Address: '107-49 110TH STREET, RICHMOND HILL', Month: '8', Price: '1314'}, geometry: { type: 'Point', coordinates:[-73.83083498, 40.68178943]} },
{type: 'Feature',properties:{Name: '4', Address: '107-10 112TH STREET, RICHMOND HILL', Month: '5', Price: '2411'}, geometry: { type: 'Point', coordinates:[-73.8289514, 40.68238501]} },
{type: 'Feature',properties:{Name: '4', Address: '107-16 112TH STREET, RICHMOND HILL', Month: '8', Price: '2411'}, geometry: { type: 'Point', coordinates:[-73.82894781, 40.68237677]} },
{type: 'Feature',properties:{Name: '4', Address: '114-15 109TH AVENUE, RICHMOND HILL', Month: '7', Price: '1328'}, geometry: { type: 'Point', coordinates:[-73.82580681, 40.68123023]} },
{type: 'Feature',properties:{Name: '4', Address: '107-12 116TH STREET, RICHMOND HILL', Month: '2', Price: '1980'}, geometry: { type: 'Point', coordinates:[-73.82562106, 40.68332421]} },
{type: 'Feature',properties:{Name: '4', Address: '107-16 116TH STREET, RICHMOND HILL', Month: '11', Price: '1980'}, geometry: { type: 'Point', coordinates:[-73.82561747, 40.68331872]} },
{type: 'Feature',properties:{Name: '4', Address: '107-51 115TH STREET, RICHMOND HILL', Month: '4', Price: '1488'}, geometry: { type: 'Point', coordinates:[-73.82640058, 40.68304543]} },
{type: 'Feature',properties:{Name: '4', Address: '103-16 117 STREET, RICHMOND HILL', Month: '12', Price: '1936'}, geometry: { type: 'Point', coordinates:[-73.82650911, 40.68706394]} },
{type: 'Feature',properties:{Name: '4', Address: '103-06 120TH STREET, RICHMOND HILL', Month: '5', Price: '2060'}, geometry: { type: 'Point', coordinates:[-73.82383856, 40.68792998]} },
{type: 'Feature',properties:{Name: '4', Address: '124-18 103RD AVENUE, RICHMOND HILL', Month: '3', Price: '1674'}, geometry: { type: 'Point', coordinates:[-73.82059713, 40.68919855]} },
{type: 'Feature',properties:{Name: '4', Address: '103-26 125TH STREET, RICHMOND HILL', Month: '12', Price: '1296'}, geometry: { type: 'Point', coordinates:[-73.81974679, 40.68896117]} },
{type: 'Feature',properties:{Name: '4', Address: '103-35 124TH STREET, RICHMOND HILL', Month: '8', Price: '1262'}, geometry: { type: 'Point', coordinates:[-73.82036543, 40.68820458]} },
{type: 'Feature',properties:{Name: '4', Address: '103-03 126TH STREET, RICHMOND HILL', Month: '1', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.81895218, 40.68944849]} },
{type: 'Feature',properties:{Name: '4', Address: '103-14 127TH STREET, RICHMOND HILL', Month: '4', Price: '2929'}, geometry: { type: 'Point', coordinates:[-73.81805388, 40.68960627]} },
{type: 'Feature',properties:{Name: '4', Address: '129-03 LIBERTY AVENUE, RICHMOND HILL', Month: '12', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.81630947, 40.68929883]} },
{type: 'Feature',properties:{Name: '4', Address: '103-09 129 STREET, RICHMOND HILL', Month: '1', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.81683017, 40.69008467]} },
{type: 'Feature',properties:{Name: '4', Address: '132-07 LIBERTY AVENUE, RICHMOND HILL', Month: '3', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.81396546, 40.69065922]} },
{type: 'Feature',properties:{Name: '4', Address: '104-40 118TH STREET, RICHMOND HILL', Month: '4', Price: '3129'}, geometry: { type: 'Point', coordinates:[-73.82490809, 40.68571383]} },
{type: 'Feature',properties:{Name: '4', Address: '104-47 LEFFERTS BOULEVARD, RICHMOND HILL', Month: '5', Price: '1230'}, geometry: { type: 'Point', coordinates:[-73.82401331, 40.68593205]} },
{type: 'Feature',properties:{Name: '4', Address: '104-22 122 STREET, RICHMOND HILL', Month: '3', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.82146511, 40.68689429]} },
{type: 'Feature',properties:{Name: '4', Address: '104-24 123RD STREET, RICHMOND HILL', Month: '2', Price: '1938'}, geometry: { type: 'Point', coordinates:[-73.82063495, 40.68720315]} },
{type: 'Feature',properties:{Name: '4', Address: '104-52 123RD STREET, RICHMOND HILL', Month: '5', Price: '1938'}, geometry: { type: 'Point', coordinates:[-73.8206242, 40.68718118]} },
{type: 'Feature',properties:{Name: '4', Address: '104-66 123RD STREET, RICHMOND HILL', Month: '8', Price: '1938'}, geometry: { type: 'Point', coordinates:[-73.82062061, 40.68717294]} },
{type: 'Feature',properties:{Name: '4', Address: '104-21 122ND STREET, RICHMOND HILL', Month: '6', Price: '2304'}, geometry: { type: 'Point', coordinates:[-73.82144706, 40.68690249]} },
{type: 'Feature',properties:{Name: '4', Address: '104-61 125TH STREET, RICHMOND HILL', Month: '10', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.81912635, 40.68771681]} },
{type: 'Feature',properties:{Name: '4', Address: '104-57 125TH STREET, RICHMOND HILL', Month: '5', Price: '1168'}, geometry: { type: 'Point', coordinates:[-73.81912634, 40.68771956]} },
{type: 'Feature',properties:{Name: '4', Address: '104-51 125TH STREET, RICHMOND HILL', Month: '2', Price: '1874'}, geometry: { type: 'Point', coordinates:[-73.81912993, 40.68772505]} },
{type: 'Feature',properties:{Name: '4', Address: '104-52 128TH STREET, RICHMOND HILL', Month: '12', Price: '1155'}, geometry: { type: 'Point', coordinates:[-73.8168668, 40.68856412]} },
{type: 'Feature',properties:{Name: '4', Address: '127-15 107TH AVENUE, RICHMOND HILL', Month: '1', Price: '1064'}, geometry: { type: 'Point', coordinates:[-73.81645481, 40.68627981]} },
{type: 'Feature',properties:{Name: '4', Address: '104-31 134TH STREET, RICHMOND HILL', Month: '4', Price: '1480'}, geometry: { type: 'Point', coordinates:[-73.8124504, 40.69085713]} },
{type: 'Feature',properties:{Name: '4', Address: '105-04 131 STREET, RICHMOND HILL', Month: '3', Price: '1348'}, geometry: { type: 'Point', coordinates:[-73.81370604, 40.68800186]} },
{type: 'Feature',properties:{Name: '4', Address: '105-06 131ST STREET, RICHMOND HILL', Month: '6', Price: '1374'}, geometry: { type: 'Point', coordinates:[-73.81370245, 40.6879991]} },
{type: 'Feature',properties:{Name: '4', Address: '105-16 133RD STREET, RICHMOND HILL', Month: '2', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.81272111, 40.68947969]} },
{type: 'Feature',properties:{Name: '4', Address: '105-42 135TH STREET, RICHMOND HILL', Month: '9', Price: '1560'}, geometry: { type: 'Point', coordinates:[-73.81096721, 40.68998735]} },
{type: 'Feature',properties:{Name: '4', Address: '105-57 135TH STREET, RICHMOND HILL', Month: '10', Price: '1793'}, geometry: { type: 'Point', coordinates:[-73.81093839, 40.68997633]} },
{type: 'Feature',properties:{Name: '4', Address: '105-31 135TH STREET, RICHMOND HILL', Month: '2', Price: '1700'}, geometry: { type: 'Point', coordinates:[-73.81095993, 40.69001204]} },
{type: 'Feature',properties:{Name: '4', Address: '107-25 116STREET, RICHMOND HILL', Month: '10', Price: '1328'}, geometry: { type: 'Point', coordinates:[-73.82559224, 40.68331319]} },
{type: 'Feature',properties:{Name: '4', Address: '117-06 107TH AVENUE, RICHMOND HILL', Month: '11', Price: '2516'}, geometry: { type: 'Point', coordinates:[-73.82479016, 40.68394053]} },
{type: 'Feature',properties:{Name: '4', Address: '107-30 118TH STREET, RICHMOND HILL', Month: '3', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.82395411, 40.68377182]} },
{type: 'Feature',properties:{Name: '4', Address: '107-56 LEFFERTS BOULEVARD, RICHMOND HILL', Month: '10', Price: '2260'}, geometry: { type: 'Point', coordinates:[-73.82307739, 40.68398182]} },
{type: 'Feature',properties:{Name: '4', Address: '107-60 LEFFERTS BOULEVARD, RICHMOND HILL', Month: '3', Price: '2130'}, geometry: { type: 'Point', coordinates:[-73.8230738, 40.68397633]} },
{type: 'Feature',properties:{Name: '4', Address: '107-15 118 STREET, RICHMOND HILL', Month: '1', Price: '1232'}, geometry: { type: 'Point', coordinates:[-73.82394682, 40.68379926]} },
{type: 'Feature',properties:{Name: '4', Address: '119-06 107TH AVENUE, RICHMOND HILL', Month: '1', Price: '1892'}, geometry: { type: 'Point', coordinates:[-73.82307983, 40.68442374]} },
{type: 'Feature',properties:{Name: '4', Address: '107-30 121TH STREET, RICHMOND HILL', Month: '3', Price: '1296'}, geometry: { type: 'Point', coordinates:[-73.82104738, 40.68400613]} },
{type: 'Feature',properties:{Name: '4', Address: '107-48 122ND STREET, RICHMOND HILL', Month: '7', Price: '1305'}, geometry: { type: 'Point', coordinates:[-73.82001636, 40.68394139]} },
{type: 'Feature',properties:{Name: '4', Address: '107-10 123RD STREET, RICHMOND HILL', Month: '2', Price: '1998'}, geometry: { type: 'Point', coordinates:[-73.81957348, 40.68504685]} },
{type: 'Feature',properties:{Name: '4', Address: '122-01 109TH AVENUE, RICHMOND HILL', Month: '4', Price: '1468'}, geometry: { type: 'Point', coordinates:[-73.81941665, 40.68304566]} },
{type: 'Feature',properties:{Name: '4', Address: '123-07 109TH AVENUE, RICHMOND HILL', Month: '12', Price: '1328'}, geometry: { type: 'Point', coordinates:[-73.81855064, 40.68329407]} },
{type: 'Feature',properties:{Name: '4', Address: '107-27 123RD STREET, RICHMOND HILL', Month: '5', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.81954107, 40.68503307]} },
{type: 'Feature',properties:{Name: '4', Address: '107-53 125TH STREET, RICHMOND HILL', Month: '10', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.81798604, 40.68539568]} },
{type: 'Feature',properties:{Name: '4', Address: '107-45 125 STREET, RICHMOND HILL', Month: '8', Price: '1170'}, geometry: { type: 'Point', coordinates:[-73.81798962, 40.68540666]} },
{type: 'Feature',properties:{Name: '4', Address: '107-28 128TH STREET, RICHMOND HILL', Month: '2', Price: '1550'}, geometry: { type: 'Point', coordinates:[-73.81565124, 40.68609737]} },
{type: 'Feature',properties:{Name: '4', Address: '107-28 128TH STREET, RICHMOND HILL', Month: '9', Price: '1550'}, geometry: { type: 'Point', coordinates:[-73.81565124, 40.68609737]} },
{type: 'Feature',properties:{Name: '4', Address: '107-20 129TH STREET, RICHMOND HILL', Month: '6', Price: '1577'}, geometry: { type: 'Point', coordinates:[-73.81481761, 40.68635129]} },
{type: 'Feature',properties:{Name: '4', Address: '107-21 128TH STREET, RICHMOND HILL', Month: '5', Price: '1631'}, geometry: { type: 'Point', coordinates:[-73.81563677, 40.68611381]} },
{type: 'Feature',properties:{Name: '4', Address: '129-10 107TH AVENUE, RICHMOND HILL', Month: '6', Price: '1785'}, geometry: { type: 'Point', coordinates:[-73.81478408, 40.686741]} },
{type: 'Feature',properties:{Name: '4', Address: '10742 130 STREET, RICHMOND HILL', Month: '10', Price: '1900'}, geometry: { type: 'Point', coordinates:[-73.81365405, 40.6859624]} },
{type: 'Feature',properties:{Name: '4', Address: '134-10 107TH AVENUE, RICHMOND HILL', Month: '4', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.81060875, 40.68796661]} },
{type: 'Feature',properties:{Name: '4', Address: '107-28 135TH STREET, RICHMOND HILL', Month: '8', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.80981563, 40.6879104]} },
{type: 'Feature',properties:{Name: '4', Address: '107-36 135TH STREET, RICHMOND HILL', Month: '2', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.80981205, 40.68790216]} },
{type: 'Feature',properties:{Name: '4', Address: '107-15 135TH STREET, RICHMOND HILL', Month: '9', Price: '1914'}, geometry: { type: 'Point', coordinates:[-73.80980116, 40.68792959]} },
{type: 'Feature',properties:{Name: '4', Address: '107-15 135TH STREET, RICHMOND HILL', Month: '10', Price: '1914'}, geometry: { type: 'Point', coordinates:[-73.80980116, 40.68792959]} },
{type: 'Feature',properties:{Name: '4', Address: '107-11 135TH STREET, RICHMOND HILL', Month: '11', Price: '1914'}, geometry: { type: 'Point', coordinates:[-73.80980475, 40.68793509]} },
{type: 'Feature',properties:{Name: '4', Address: '86-02 104TH STREET, RICHMOND HILL', Month: '8', Price: '4092'}, geometry: { type: 'Point', coordinates:[-73.84381531, 40.69691777]} },
{type: 'Feature',properties:{Name: '4', Address: '86-02 104TH STREET, RICHMOND HILL', Month: '8', Price: '4092'}, geometry: { type: 'Point', coordinates:[-73.84381531, 40.69691777]} },
{type: 'Feature',properties:{Name: '4', Address: '86-71 107TH STREET, RICHMOND HILL', Month: '11', Price: '4200'}, geometry: { type: 'Point', coordinates:[-73.84074088, 40.69618893]} },
{type: 'Feature',properties:{Name: '4', Address: '84-31 113TH STREET, RICHMOND HILL', Month: '6', Price: '2525'}, geometry: { type: 'Point', coordinates:[-73.83781948, 40.70225903]} },
{type: 'Feature',properties:{Name: '4', Address: '86-21 116TH STREET, RICHMOND HILL', Month: '12', Price: '4400'}, geometry: { type: 'Point', coordinates:[-73.83348374, 40.69962335]} },
{type: 'Feature',properties:{Name: '4', Address: '86-19 116TH STREET, RICHMOND HILL', Month: '1', Price: '4400'}, geometry: { type: 'Point', coordinates:[-73.83348732, 40.69963159]} },
{type: 'Feature',properties:{Name: '4', Address: '86-17 116TH STREET, RICHMOND HILL', Month: '4', Price: '4080'}, geometry: { type: 'Point', coordinates:[-73.83349091, 40.69963983]} },
{type: 'Feature',properties:{Name: '4', Address: '86-15 116TH STREET, RICHMOND HILL', Month: '4', Price: '3880'}, geometry: { type: 'Point', coordinates:[-73.8334945, 40.69964807]} },
{type: 'Feature',properties:{Name: '4', Address: '123-14 HILLSIDE AVENUE, RICHMOND HILL', Month: '2', Price: '2120'}, geometry: { type: 'Point', coordinates:[-73.82772806, 40.70233769]} },
{type: 'Feature',properties:{Name: '4', Address: '86-34 127TH STREET, RICHMOND HILL', Month: '11', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.82413906, 40.70250793]} },
{type: 'Feature',properties:{Name: '4', Address: '102-28 87TH AVENUE, RICHMOND HILL', Month: '1', Price: '1930'}, geometry: { type: 'Point', coordinates:[-73.8444087, 40.69453336]} },
{type: 'Feature',properties:{Name: '4', Address: '91-03 107TH STREET, RICHMOND HILL', Month: '8', Price: '3249'}, geometry: { type: 'Point', coordinates:[-73.83946857, 40.69290442]} },
{type: 'Feature',properties:{Name: '4', Address: '87-15 113 STREET, RICHMOND HILL', Month: '11', Price: '2185'}, geometry: { type: 'Point', coordinates:[-73.83547607, 40.69752372]} },
{type: 'Feature',properties:{Name: '4', Address: '87-45 115 STREET, RICHMOND HILL', Month: '9', Price: '3092'}, geometry: { type: 'Point', coordinates:[-73.83385493, 40.69828444]} },
{type: 'Feature',properties:{Name: '4', Address: '91-12 116TH STREET, RICHMOND HILL', Month: '4', Price: '2614'}, geometry: { type: 'Point', coordinates:[-73.83120962, 40.69473983]} },
{type: 'Feature',properties:{Name: '4', Address: '91-33 115TH STREET, RICHMOND HILL', Month: '8', Price: '2599'}, geometry: { type: 'Point', coordinates:[-73.83186713, 40.6942687]} },
{type: 'Feature',properties:{Name: '4', Address: '87-25 123RD STREET, RICHMOND HILL', Month: '8', Price: '3093'}, geometry: { type: 'Point', coordinates:[-73.82708886, 40.69987742]} },
{type: 'Feature',properties:{Name: '4', Address: '87-38 126TH STREET, RICHMOND HILL', Month: '2', Price: '2350'}, geometry: { type: 'Point', coordinates:[-73.82458354, 40.70080685]} },
{type: 'Feature',properties:{Name: '4', Address: '87-65 126TH STREET, RICHMOND HILL', Month: '6', Price: '3328'}, geometry: { type: 'Point', coordinates:[-73.82454395, 40.7007766]} },
{type: 'Feature',properties:{Name: '4', Address: '88-02 129TH STREET, RICHMOND HILL', Month: '12', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.82247591, 40.69999117]} },
{type: 'Feature',properties:{Name: '4', Address: '87-32 132ND STREET, RICHMOND HILL', Month: '11', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.82041196, 40.70172266]} },
{type: 'Feature',properties:{Name: '4', Address: '87-39 134TH STREET, RICHMOND HILL', Month: '12', Price: '3258'}, geometry: { type: 'Point', coordinates:[-73.81859322, 40.70210408]} },
{type: 'Feature',properties:{Name: '4', Address: '91-43 LEFFERTS BOULEVARD, RICHMOND HILL', Month: '3', Price: '3088'}, geometry: { type: 'Point', coordinates:[-73.82850049, 40.69508716]} },
{type: 'Feature',properties:{Name: '4', Address: '89-16 129TH STREET, RICHMOND HILL', Month: '8', Price: '1778'}, geometry: { type: 'Point', coordinates:[-73.82201996, 40.69921369]} },
{type: 'Feature',properties:{Name: '4', Address: '94-40 111TH STREET, RICHMOND HILL', Month: '5', Price: '2640'}, geometry: { type: 'Point', coordinates:[-73.8344779, 40.69139596]} },
{type: 'Feature',properties:{Name: '4', Address: '94-17 110TH STREET, RICHMOND HILL', Month: '9', Price: '3060'}, geometry: { type: 'Point', coordinates:[-73.83559558, 40.69146892]} },
{type: 'Feature',properties:{Name: '4', Address: '94-15 110TH STREET, RICHMOND HILL', Month: '9', Price: '3060'}, geometry: { type: 'Point', coordinates:[-73.83560635, 40.69148815]} },
{type: 'Feature',properties:{Name: '4', Address: '94-36 113 STREET, RICHMOND HILL', Month: '3', Price: '3046'}, geometry: { type: 'Point', coordinates:[-73.8326807, 40.69196153]} },
{type: 'Feature',properties:{Name: '4', Address: '104-07 101ST AVENUE, RICHMOND HILL', Month: '7', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.83888954, 40.68629694]} },
{type: 'Feature',properties:{Name: '4', Address: '104-07 101ST AVENUE, RICHMOND HILL', Month: '6', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.83888954, 40.68629694]} },
{type: 'Feature',properties:{Name: '4', Address: '104-07 101ST AVENUE, RICHMOND HILL', Month: '12', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.83888954, 40.68629694]} },
{type: 'Feature',properties:{Name: '4', Address: '97-31 104 STREET, RICHMOND HILL', Month: '12', Price: '2878'}, geometry: { type: 'Point', coordinates:[-73.83974082, 40.68765679]} },
{type: 'Feature',properties:{Name: '4', Address: '97-33 106TH STREET, RICHMOND HILL', Month: '5', Price: '3289'}, geometry: { type: 'Point', coordinates:[-73.83796552, 40.68817307]} },
{type: 'Feature',properties:{Name: '4', Address: '95-60 112TH STREET, RICHMOND HILL', Month: '1', Price: '4874'}, geometry: { type: 'Point', coordinates:[-73.83291894, 40.6904248]} },
{type: 'Feature',properties:{Name: '4', Address: '95-33 114TH STREET, RICHMOND HILL', Month: '11', Price: '1870'}, geometry: { type: 'Point', coordinates:[-73.83120845, 40.69093009]} },
{type: 'Feature',properties:{Name: '4', Address: '95-25 114TH STREET, RICHMOND HILL', Month: '7', Price: '2032'}, geometry: { type: 'Point', coordinates:[-73.83121205, 40.69093284]} },
{type: 'Feature',properties:{Name: '4', Address: '95-55 115TH STREET, RICHMOND HILL', Month: '10', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.83032828, 40.69105231]} },
{type: 'Feature',properties:{Name: '4', Address: '101-51 102ND ST, RICHMOND HILL', Month: '7', Price: '2995'}, geometry: { type: 'Point', coordinates:[-73.84057917, 40.68539351]} },
{type: 'Feature',properties:{Name: '4', Address: '101-40 104 STREET, RICHMOND HILL', Month: '11', Price: '3265'}, geometry: { type: 'Point', coordinates:[-73.83889774, 40.68588523]} },
{type: 'Feature',properties:{Name: '4', Address: '101-35 103RD STREET, RICHMOND HILL', Month: '1', Price: '3050'}, geometry: { type: 'Point', coordinates:[-73.83974203, 40.6856531]} },
{type: 'Feature',properties:{Name: '4', Address: '94-32 VAN WYCK EXPWY SR W, RICHMOND HILL', Month: '4', Price: '3240'}, geometry: { type: 'Point', coordinates:[-73.81374998, 40.69679893]} },
{type: 'Feature',properties:{Name: '4', Address: '95-14 120 STREET, RICHMOND HILL', Month: '10', Price: '4206'}, geometry: { type: 'Point', coordinates:[-73.82606952, 40.69247598]} },
{type: 'Feature',properties:{Name: '4', Address: '97-29 121ST STREET, RICHMOND HILL', Month: '5', Price: '2197'}, geometry: { type: 'Point', coordinates:[-73.82441309, 40.69157866]} },
{type: 'Feature',properties:{Name: '4', Address: '95-14 129TH STREET, RICHMOND HILL', Month: '6', Price: '2394'}, geometry: { type: 'Point', coordinates:[-73.81934266, 40.69438696]} },
{type: 'Feature',properties:{Name: '4', Address: '127-08 97TH AVENUE, RICHMOND HILL', Month: '6', Price: '2355'}, geometry: { type: 'Point', coordinates:[-73.81961286, 40.69314949]} },
{type: 'Feature',properties:{Name: '4', Address: '132-01 97TH AVENUE, RICHMOND HILL', Month: '11', Price: '2032'}, geometry: { type: 'Point', coordinates:[-73.81584148, 40.69424142]} },
{type: 'Feature',properties:{Name: '4', Address: '133-01 97TH AVENUE, RICHMOND HILL', Month: '12', Price: '1704'}, geometry: { type: 'Point', coordinates:[-73.81499697, 40.69448435]} },
{type: 'Feature',properties:{Name: '4', Address: '132-01 101 AVE, RICHMOND HILL', Month: '9', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.81524265, 40.69301629]} },
{type: 'Feature',properties:{Name: '4', Address: '95-20 VAN WYCK EXPWY SR W, RICHMOND HILL', Month: '2', Price: '5073'}, geometry: { type: 'Point', coordinates:[-73.81334807, 40.69608738]} },
{type: 'Feature',properties:{Name: '4', Address: '101-62 121ST STREET, RICHMOND HILL', Month: '8', Price: '2840'}, geometry: { type: 'Point', coordinates:[-73.82373891, 40.69016133]} },
{type: 'Feature',properties:{Name: '4', Address: '103-27 118TH STREET, RICHMOND HILL', Month: '1', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.82558582, 40.68714764]} },
{type: 'Feature',properties:{Name: '4', Address: '104-16 123RD STREET, RICHMOND HILL', Month: '6', Price: '1938'}, geometry: { type: 'Point', coordinates:[-73.82063855, 40.68720865]} },
{type: 'Feature',properties:{Name: '4', Address: '105-32 130 STREET, RICHMOND HILL', Month: '2', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.8147979, 40.68825614]} },
{type: 'Feature',properties:{Name: '4', Address: '105-32 130TH STREET, RICHMOND HILL', Month: '6', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.8147979, 40.68825614]} },
{type: 'Feature',properties:{Name: '4', Address: '91-17 112 STREET, RICHMOND HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83480261, 40.69424001]} },
{type: 'Feature',properties:{Name: '4', Address: '87-40 124TH STREET, RICHMOND HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8260865, 40.69978808]} },
{type: 'Feature',properties:{Name: '4', Address: '94-17 129TH STREET, RICHMOND HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.81980881, 40.69536757]} },
{type: 'Feature',properties:{Name: '4', Address: '94-17 129 STREET, RICHMOND HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.81980881, 40.69536757]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 130TH STREET, RICHMOND HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.81664359, 40.69105602]} },
{type: 'Feature',properties:{Name: '4', Address: 'VAN SICLEN STREET, RICHMOND HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.81359029, 40.68813342]} },
{type: 'Feature',properties:{Name: '4', Address: '105-35 132ND STREET, RICHMOND HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.81292626, 40.68833271]} },
{type: 'Feature',properties:{Name: '4', Address: '120-10 ATLANTIC AVENUE, RICHMOND HILL', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82673894, 40.69436265]} },
{type: 'Feature',properties:{Name: '4', Address: '105-02 131 STREET, RICHMOND HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.81370604, 40.6880046]} },
{type: 'Feature',properties:{Name: '4', Address: '119-16 HILLSIDE AVENUE, RICHMOND HILL', Month: '11', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.83128281, 40.70144267]} },
{type: 'Feature',properties:{Name: '4', Address: '119-18 HILLSIDE AVENUE, RICHMOND HILL', Month: '3', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.83126838, 40.7014454]} },
{type: 'Feature',properties:{Name: '4', Address: '86-21 LEFFERTS BOULEVARD, RICHMOND HILL', Month: '2', Price: '3960'}, geometry: { type: 'Point', coordinates:[-73.83121258, 40.70069325]} },
{type: 'Feature',properties:{Name: '4', Address: '86-43 126TH STREET, RICHMOND HILL', Month: '8', Price: '3164'}, geometry: { type: 'Point', coordinates:[-73.82498025, 40.70218259]} },
{type: 'Feature',properties:{Name: '4', Address: '86-22 132 STREET, RICHMOND HILL', Month: '4', Price: '1912'}, geometry: { type: 'Point', coordinates:[-73.82048093, 40.70289479]} },
{type: 'Feature',properties:{Name: '4', Address: '104-24 90TH AVENUE, RICHMOND HILL', Month: '12', Price: '10440'}, geometry: { type: 'Point', coordinates:[-73.84151622, 40.69315703]} },
{type: 'Feature',properties:{Name: '4', Address: '91-35/37 111TH STREET, RICHMOND HILL', Month: '10', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.83519364, 40.69360378]} },
{type: 'Feature',properties:{Name: '4', Address: '87-46 126TH STREET, RICHMOND HILL', Month: '8', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.82457636, 40.70079586]} },
{type: 'Feature',properties:{Name: '4', Address: '97-38 110 STREET, RICHMOND HILL', Month: '6', Price: '2210'}, geometry: { type: 'Point', coordinates:[-73.83445453, 40.68919187]} },
{type: 'Feature',properties:{Name: '4', Address: '94-20 VAN WYCK EXPWY SR W, RICHMOND HILL', Month: '1', Price: '8595'}, geometry: { type: 'Point', coordinates:[-73.81379305, 40.69687311]} },
{type: 'Feature',properties:{Name: '4', Address: '119-04 95 AVENUE, RICHMOND HILL', Month: '3', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.82700003, 40.69241699]} },
{type: 'Feature',properties:{Name: '4', Address: '119-15 101ST AVENUE, RICHMOND HILL', Month: '3', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.82573693, 40.69003537]} },
{type: 'Feature',properties:{Name: '4', Address: '119-11 103RD AVENUE, RICHMOND HILL', Month: '7', Price: '4560'}, geometry: { type: 'Point', coordinates:[-73.82478664, 40.68802475]} },
{type: 'Feature',properties:{Name: '4', Address: '103-26 108TH STREET, RICHMOND HILL', Month: '1', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.8340219, 40.68481607]} },
{type: 'Feature',properties:{Name: '4', Address: '110-01 LIBERTY AVENUE, RICHMOND HILL', Month: '5', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.83179442, 40.68449444]} },
{type: 'Feature',properties:{Name: '4', Address: '113-16 103 AVE, RICHMOND HILL', Month: '10', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.8298096, 40.68658579]} },
{type: 'Feature',properties:{Name: '4', Address: '84-05 108TH STREET, RICHMOND HILL', Month: '7', Price: '60000'}, geometry: { type: 'Point', coordinates:[-73.84202851, 40.70067292]} },
{type: 'Feature',properties:{Name: '4', Address: '86-03 102 STREET, 2A, RICHMOND HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8457863, 40.69606955]} },
{type: 'Feature',properties:{Name: '4', Address: '86-10 109 STREET, E5, RICHMOND HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83953642, 40.69767767]} },
{type: 'Feature',properties:{Name: '4', Address: '115-24 MYRTLE AVENUE, RICHMOND HILL', Month: '4', Price: '5000'}, geometry: { type: 'Point', coordinates:[-73.83453153, 40.70030282]} },
{type: 'Feature',properties:{Name: '4', Address: '115-24A MYRTLE AVENUE, RICHMOND HILL', Month: '2', Price: '5000'}, geometry: { type: 'Point', coordinates:[-73.83453153, 40.70030282]} },
{type: 'Feature',properties:{Name: '4', Address: '133-16 JAMAICA AVENUE, RICHMOND HILL', Month: '8', Price: '2190'}, geometry: { type: 'Point', coordinates:[-73.81940427, 40.7022618]} },
{type: 'Feature',properties:{Name: '4', Address: '105-04 101 AVENUE, RICHMOND HILL', Month: '9', Price: '15200'}, geometry: { type: 'Point', coordinates:[-73.83790814, 40.68655906]} },
{type: 'Feature',properties:{Name: '4', Address: '109-28 101ST AVENUE, RICHMOND HILL', Month: '10', Price: '1500'}, geometry: { type: 'Point', coordinates:[-73.83369365, 40.68776074]} },
{type: 'Feature',properties:{Name: '4', Address: '95-02 VAN WYCK EXPWY SR W, RICHMOND HILL', Month: '12', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.81335524, 40.69610112]} },
{type: 'Feature',properties:{Name: '4', Address: '126-10 101ST AVENUE, RICHMOND HILL', Month: '10', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.81984398, 40.69169237]} },
{type: 'Feature',properties:{Name: '4', Address: '111-15 LIBERTY AVENUE, RICHMOND HILL', Month: '6', Price: '3306'}, geometry: { type: 'Point', coordinates:[-73.83091378, 40.684839]} },
{type: 'Feature',properties:{Name: '4', Address: '114-03 LIBERTY AVENUE, RICHMOND HILL', Month: '6', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.82848143, 40.6856753]} },
{type: 'Feature',properties:{Name: '4', Address: '115-15 LIBERTY AVENUE, RICHMOND HILL', Month: '6', Price: '4020'}, geometry: { type: 'Point', coordinates:[-73.82751845, 40.68577542]} },
{type: 'Feature',properties:{Name: '4', Address: '109-07 JAMAICA AVENUE, RICHMOND HILL', Month: '5', Price: '3875'}, geometry: { type: 'Point', coordinates:[-73.83853432, 40.69599921]} },
{type: 'Feature',properties:{Name: '4', Address: '102-30 JAMAICA AVENUE, RICHMOND HILL', Month: '5', Price: '1980'}, geometry: { type: 'Point', coordinates:[-73.84506358, 40.69515457]} },
{type: 'Feature',properties:{Name: '4', Address: '114-08 101 AVENUE, RICHMOND HILL', Month: '11', Price: '2120'}, geometry: { type: 'Point', coordinates:[-73.82999142, 40.68881207]} },
{type: 'Feature',properties:{Name: '4', Address: '120-15 LIBERTY AVENUE, RICHMOND HILL', Month: '7', Price: '2052'}, geometry: { type: 'Point', coordinates:[-73.8226299, 40.68684394]} },
{type: 'Feature',properties:{Name: '4', Address: '124-16 LIBERTY AVE, RICHMOND HILL', Month: '1', Price: '6427'}, geometry: { type: 'Point', coordinates:[-73.81994086, 40.68786631]} },
{type: 'Feature',properties:{Name: '4', Address: '117-19 JAMAICA AVENUE, RICHMOND HILL', Month: '11', Price: '7830'}, geometry: { type: 'Point', coordinates:[-73.8322503, 40.69963803]} },
{type: 'Feature',properties:{Name: '4', Address: '121-17 JAMAICA AVENUE, RICHMOND HILL', Month: '7', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.82864898, 40.70045067]} },
{type: 'Feature',properties:{Name: '4', Address: '121-15 JAMAICA AVENUE, RICHMOND HILL', Month: '10', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.82865981, 40.70044794]} },
{type: 'Feature',properties:{Name: '4', Address: '123-15 JAMAICA AVENUE, RICHMOND HILL', Month: '11', Price: '2900'}, geometry: { type: 'Point', coordinates:[-73.82677641, 40.70076351]} },
{type: 'Feature',properties:{Name: '4', Address: '129-20 HILLSIDE AVENUE, RICHMOND HILL', Month: '9', Price: '450'}, geometry: { type: 'Point', coordinates:[-73.82318792, 40.7034891]} },
{type: 'Feature',properties:{Name: '4', Address: '132-08 HILLSIDE AVENUE, RICHMOND HILL', Month: '4', Price: '2056'}, geometry: { type: 'Point', coordinates:[-73.82014304, 40.70381101]} },
{type: 'Feature',properties:{Name: '4', Address: '102-18 JAMAICA AVENUE, RICHMOND HILL', Month: '4', Price: '3286'}, geometry: { type: 'Point', coordinates:[-73.845078, 40.69515459]} },
{type: 'Feature',properties:{Name: '4', Address: '102-32 JAMAICA AVENUE, RICHMOND HILL', Month: '5', Price: '1980'}, geometry: { type: 'Point', coordinates:[-73.84506358, 40.69515457]} },
{type: 'Feature',properties:{Name: '4', Address: '102-34 JAMAICA AVENUE, RICHMOND HILL', Month: '8', Price: '1980'}, geometry: { type: 'Point', coordinates:[-73.84505997, 40.69515456]} },
{type: 'Feature',properties:{Name: '4', Address: '118-12 JAMAICA AVENUE, RICHMOND HILL', Month: '10', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.83123621, 40.69990553]} },
{type: 'Feature',properties:{Name: '4', Address: '87-25 LEFFERTS BOULEVARD, RICHMOND HILL', Month: '12', Price: '26978'}, geometry: { type: 'Point', coordinates:[-73.83066364, 40.69956983]} },
{type: 'Feature',properties:{Name: '4', Address: '113-02 ATLANTIC AVENUE, RICHMOND HILL', Month: '4', Price: '1725'}, geometry: { type: 'Point', coordinates:[-73.83287723, 40.6926782]} },
{type: 'Feature',properties:{Name: '4', Address: '109-22 101ST AVENUE, RICHMOND HILL', Month: '2', Price: '2115'}, geometry: { type: 'Point', coordinates:[-73.83385964, 40.68771158]} },
{type: 'Feature',properties:{Name: '4', Address: '130-02 ATLANTIC AVENUE, RICHMOND HILL', Month: '1', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.81873994, 40.69589289]} },
{type: 'Feature',properties:{Name: '4', Address: '130-21 101ST AVENUE, RICHMOND HILL', Month: '8', Price: '5150'}, geometry: { type: 'Point', coordinates:[-73.81681974, 40.69256867]} },
{type: 'Feature',properties:{Name: '4', Address: '106-19 LIBERTY AVENUE, RICHMOND HILL', Month: '11', Price: '3080'}, geometry: { type: 'Point', coordinates:[-73.83453763, 40.68331268]} },
{type: 'Feature',properties:{Name: '4', Address: '112-01 LIBERTY AVENUE, RICHMOND HILL', Month: '6', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.83016307, 40.68512884]} },
{type: 'Feature',properties:{Name: '4', Address: '105-12 LIBERTY AVENUE, RICHMOND HILL', Month: '12', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.8359674, 40.68251051]} },
{type: 'Feature',properties:{Name: '4', Address: '109-18 LIBERTY AVENUE, RICHMOND HILL', Month: '12', Price: '4500'}, geometry: { type: 'Point', coordinates:[-73.83258128, 40.68416347]} },
{type: 'Feature',properties:{Name: '4', Address: '111-02 LIBERTY AVENUE, RICHMOND HILL', Month: '5', Price: '2940'}, geometry: { type: 'Point', coordinates:[-73.83097519, 40.68479517]} },
{type: 'Feature',properties:{Name: '4', Address: '115-20 LIBERTY AVENUE, RICHMOND HILL', Month: '6', Price: '2460'}, geometry: { type: 'Point', coordinates:[-73.82747522, 40.68576163]} },
{type: 'Feature',properties:{Name: '4', Address: '119-03 LIBERTY AVENUE, RICHMOND HILL', Month: '7', Price: '2740'}, geometry: { type: 'Point', coordinates:[-73.82399067, 40.68631354]} },
{type: 'Feature',properties:{Name: '4', Address: '120-17 LIBERTY AVE, RICHMOND HILL', Month: '1', Price: '2326'}, geometry: { type: 'Point', coordinates:[-73.82256854, 40.68686854]} },
{type: 'Feature',properties:{Name: '4', Address: '120-03 LIBERTY AVENUE, RICHMOND HILL', Month: '9', Price: '2300'}, geometry: { type: 'Point', coordinates:[-73.82301251, 40.68669356]} },
{type: 'Feature',properties:{Name: '4', Address: '125-05 LIBERTY AVENUE, RICHMOND HILL', Month: '12', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.81920084, 40.68817256]} },
{type: 'Feature',properties:{Name: '4', Address: '130-15 91ST AVENUE, RICHMOND HILL', Month: '9', Price: '7500'}, geometry: { type: 'Point', coordinates:[-73.82008566, 40.69834608]} },
{type: 'Feature',properties:{Name: '4', Address: '121-06 89TH AVENUE, RICHMOND HILL', Month: '5', Price: '5400'}, geometry: { type: 'Point', coordinates:[-73.82734267, 40.69796195]} },
{type: 'Feature',properties:{Name: '4', Address: '125-12 89TH AVENUE, RICHMOND HILL', Month: '11', Price: '6303'}, geometry: { type: 'Point', coordinates:[-73.82437243, 40.69880285]} },
{type: 'Feature',properties:{Name: '4', Address: '116-11 101ST AVENUE, RICHMOND HILL', Month: '9', Price: '1718'}, geometry: { type: 'Point', coordinates:[-73.82833148, 40.68929818]} },
{type: 'Feature',properties:{Name: '4', Address: '108-01 ATLANTIC AVENUE, RICHMOND HILL', Month: '5', Price: '2870'}, geometry: { type: 'Point', coordinates:[-73.83740955, 40.69140563]} },
{type: 'Feature',properties:{Name: '4', Address: '91-62 LEFFERTS BOULEVARD, RICHMOND HILL', Month: '6', Price: '1624'}, geometry: { type: 'Point', coordinates:[-73.82840017, 40.69483449]} },
{type: 'Feature',properties:{Name: '4', Address: '91-62 LEFFERTS BOULEVARD, RICHMOND HILL', Month: '4', Price: '1624'}, geometry: { type: 'Point', coordinates:[-73.82840017, 40.69483449]} },
{type: 'Feature',properties:{Name: '4', Address: '106-02 ATLANTIC AVENUE, RICHMOND HILL', Month: '4', Price: '780'}, geometry: { type: 'Point', coordinates:[-73.83915608, 40.69089755]} },
{type: 'Feature',properties:{Name: '4', Address: '113-06 ATLANTIC AVENUE, RICHMOND HILL', Month: '8', Price: '300'}, geometry: { type: 'Point', coordinates:[-73.83285198, 40.69268365]} },
{type: 'Feature',properties:{Name: '4', Address: '110-16 101ST AVENUE, RICHMOND HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83334004, 40.68785904]} },
{type: 'Feature',properties:{Name: '4', Address: '110-16 101ST AVENUE, RICHMOND HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83334004, 40.68785904]} },
{type: 'Feature',properties:{Name: '4', Address: '111-02 101 AVE, RICHMOND HILL', Month: '4', Price: '1684'}, geometry: { type: 'Point', coordinates:[-73.8325931, 40.6880748]} },
{type: 'Feature',properties:{Name: '4', Address: '127-02 ATLANTIC AVENUE, RICHMOND HILL', Month: '1', Price: '2760'}, geometry: { type: 'Point', coordinates:[-73.82096871, 40.69584972]} },
{type: 'Feature',properties:{Name: '4', Address: 'LEFFERTS BOULEVARD, RICHMOND HILL', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82492967, 40.68711096]} },
{type: 'Feature',properties:{Name: '4', Address: '87-40 121ST STREET, RICHMOND HILL', Month: '9', Price: '19943'}, geometry: { type: 'Point', coordinates:[-73.82850275, 40.69981641]} },
{type: 'Feature',properties:{Name: '4', Address: '125-06 JAMAICA AVENUE, RICHMOND HILL', Month: '9', Price: '2840'}, geometry: { type: 'Point', coordinates:[-73.82548828, 40.70099487]} },
{type: 'Feature',properties:{Name: '4', Address: '87-72 130TH STREET, RICHMOND HILL', Month: '11', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.82204409, 40.70098411]} },
{type: 'Feature',properties:{Name: '4', Address: '130-15 101ST AVENUE, RICHMOND HILL', Month: '2', Price: '4846'}, geometry: { type: 'Point', coordinates:[-73.81685583, 40.69255775]} },
{type: 'Feature',properties:{Name: '4', Address: '121ST STREET, RICHMOND HILL', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82894169, 40.69882071]} },
{type: 'Feature',properties:{Name: '4', Address: '94-17 102ND STREET, RICHMOND HILL', Month: '8', Price: '2157'}, geometry: { type: 'Point', coordinates:[-73.84238413, 40.68907125]} },
{type: 'Feature',properties:{Name: '4', Address: '20-27 HIMROD STREET, RIDGEWOOD', Month: '9', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.9100418, 40.70983409]} },
{type: 'Feature',properties:{Name: '4', Address: '1930 HARMAN STREET, RIDGEWOOD', Month: '2', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.91039374, 40.7082973]} },
{type: 'Feature',properties:{Name: '4', Address: '203 ONDERDONK AVENUE, RIDGEWOOD', Month: '6', Price: '898'}, geometry: { type: 'Point', coordinates:[-73.91774945, 40.71022138]} },
{type: 'Feature',properties:{Name: '4', Address: '18-73 WILLOUGHBY AVENUE, RIDGEWOOD', Month: '10', Price: '1266'}, geometry: { type: 'Point', coordinates:[-73.91659499, 40.71039896]} },
{type: 'Feature',properties:{Name: '4', Address: '18-69 WILLOUGHBY AVENUE, RIDGEWOOD', Month: '6', Price: '1266'}, geometry: { type: 'Point', coordinates:[-73.91665999, 40.71033588]} },
{type: 'Feature',properties:{Name: '4', Address: '18-78 WILLOUGHBY AVENUE, RIDGEWOOD', Month: '1', Price: '1276'}, geometry: { type: 'Point', coordinates:[-73.91649751, 40.71047025]} },
{type: 'Feature',properties:{Name: '4', Address: '18-73 SUYDAM STREET, RIDGEWOOD', Month: '2', Price: '1276'}, geometry: { type: 'Point', coordinates:[-73.91587416, 40.70994555]} },
{type: 'Feature',properties:{Name: '4', Address: '18-73 SUYDAM STREET, RIDGEWOOD', Month: '7', Price: '1276'}, geometry: { type: 'Point', coordinates:[-73.91587416, 40.70994555]} },
{type: 'Feature',properties:{Name: '4', Address: '1733 STARR STREET, RIDGEWOOD', Month: '5', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.91953316, 40.70868832]} },
{type: 'Feature',properties:{Name: '4', Address: '1723 STARR STREET, RIDGEWOOD', Month: '11', Price: '1512'}, geometry: { type: 'Point', coordinates:[-73.91961622, 40.70860878]} },
{type: 'Feature',properties:{Name: '4', Address: '212 SENECA AVENUE, RIDGEWOOD', Month: '1', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.91864515, 40.70927233]} },
{type: 'Feature',properties:{Name: '4', Address: '17-11 SUYDAM STREET, RIDGEWOOD', Month: '9', Price: '1368'}, geometry: { type: 'Point', coordinates:[-73.91831902, 40.70755113]} },
{type: 'Feature',properties:{Name: '4', Address: '1743 DEKALB AVENUE, RIDGEWOOD', Month: '1', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.91648741, 40.70701459]} },
{type: 'Feature',properties:{Name: '4', Address: '17-28 HIMROD STREET, RIDGEWOOD', Month: '5', Price: '5312'}, geometry: { type: 'Point', coordinates:[-73.91435761, 40.70558025]} },
{type: 'Feature',properties:{Name: '4', Address: '462 SENECA AVENUE, RIDGEWOOD', Month: '11', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.91325689, 40.70608996]} },
{type: 'Feature',properties:{Name: '4', Address: '1821 GROVE STREET, RIDGEWOOD', Month: '4', Price: '1281'}, geometry: { type: 'Point', coordinates:[-73.90951517, 40.70453079]} },
{type: 'Feature',properties:{Name: '4', Address: '1821 GROVE STREET, RIDGEWOOD', Month: '9', Price: '1281'}, geometry: { type: 'Point', coordinates:[-73.90951517, 40.70453079]} },
{type: 'Feature',properties:{Name: '4', Address: '69-13 FOREST AVENUE, RIDGEWOOD', Month: '8', Price: '3420'}, geometry: { type: 'Point', coordinates:[-73.90062179, 40.70161126]} },
{type: 'Feature',properties:{Name: '4', Address: '60-51 GATES AVENUE, RIDGEWOOD', Month: '11', Price: '1530'}, geometry: { type: 'Point', coordinates:[-73.89992592, 40.7086949]} },
{type: 'Feature',properties:{Name: '4', Address: '1656 GEORGE STREET, RIDGEWOOD', Month: '3', Price: '1100'}, geometry: { type: 'Point', coordinates:[-73.90354605, 40.6970739]} },
{type: 'Feature',properties:{Name: '4', Address: '1656 GEORGE STREET, RIDGEWOOD', Month: '4', Price: '1100'}, geometry: { type: 'Point', coordinates:[-73.90354605, 40.6970739]} },
{type: 'Feature',properties:{Name: '4', Address: '1704 GEORGE STREET, RIDGEWOOD', Month: '1', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.90243364, 40.69821479]} },
{type: 'Feature',properties:{Name: '4', Address: '1706 GEORGE STREET, RIDGEWOOD', Month: '2', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.90241919, 40.69823124]} },
{type: 'Feature',properties:{Name: '4', Address: '59-02 ST FELIX AVENUE, RIDGEWOOD', Month: '9', Price: '1296'}, geometry: { type: 'Point', coordinates:[-73.89743061, 40.69652515]} },
{type: 'Feature',properties:{Name: '4', Address: '75-22 60TH PLACE, RIDGEWOOD', Month: '2', Price: '1414'}, geometry: { type: 'Point', coordinates:[-73.89572962, 40.6980854]} },
{type: 'Feature',properties:{Name: '4', Address: '78-19 60TH STREET, RIDGEWOOD', Month: '3', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.89618017, 40.69593116]} },
{type: 'Feature',properties:{Name: '4', Address: '59-04 DECATUR STREET, RIDGEWOOD', Month: '5', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.89700126, 40.69899231]} },
{type: 'Feature',properties:{Name: '4', Address: '64-32 65TH PLACE, RIDGEWOOD', Month: '5', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.89503698, 40.71197054]} },
{type: 'Feature',properties:{Name: '4', Address: '65-17 ADMIRAL AVENUE, RIDGEWOOD', Month: '11', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.89543478, 40.71132314]} },
{type: 'Feature',properties:{Name: '4', Address: '67-10 64TH PLACE, RIDGEWOOD', Month: '11', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.89382293, 40.70647166]} },
{type: 'Feature',properties:{Name: '4', Address: '68-24 65TH STREET, RIDGEWOOD', Month: '3', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.89252926, 40.70574584]} },
{type: 'Feature',properties:{Name: '4', Address: '21-26 RENE COURT, RIDGEWOOD', Month: '10', Price: '2886'}, geometry: { type: 'Point', coordinates:[-73.91083535, 40.71252458]} },
{type: 'Feature',properties:{Name: '4', Address: '22-17 HIMROD STREET, RIDGEWOOD', Month: '7', Price: '2360'}, geometry: { type: 'Point', coordinates:[-73.90771575, 40.71211041]} },
{type: 'Feature',properties:{Name: '4', Address: '21-26 HIMROD STREET, RIDGEWOOD', Month: '7', Price: '2480'}, geometry: { type: 'Point', coordinates:[-73.90879937, 40.71102434]} },
{type: 'Feature',properties:{Name: '4', Address: '2135 HARMAN STREET, RIDGEWOOD', Month: '9', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.9076379, 40.71102342]} },
{type: 'Feature',properties:{Name: '4', Address: '63-44 FOREST AVENUE, RIDGEWOOD', Month: '3', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.90464587, 40.70974741]} },
{type: 'Feature',properties:{Name: '4', Address: '2031 GREENE AVENUE, RIDGEWOOD', Month: '5', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.90852441, 40.708993]} },
{type: 'Feature',properties:{Name: '4', Address: '2027 BLEECKER STREET, RIDGEWOOD', Month: '12', Price: '1752'}, geometry: { type: 'Point', coordinates:[-73.9078145, 40.70852033]} },
{type: 'Feature',properties:{Name: '4', Address: '19-16 STANHOPE STREET, RIDGEWOOD', Month: '11', Price: '1848'}, geometry: { type: 'Point', coordinates:[-73.91198698, 40.70906432]} },
{type: 'Feature',properties:{Name: '4', Address: '4 CHARLOTTE ST, RIDGEWOOD', Month: '2', Price: '2060'}, geometry: { type: 'Point', coordinates:[-73.91908923, 40.71189389]} },
{type: 'Feature',properties:{Name: '4', Address: '19 CHARLOTTE STREET, RIDGEWOOD', Month: '3', Price: '2060'}, geometry: { type: 'Point', coordinates:[-73.91874678, 40.71170975]} },
{type: 'Feature',properties:{Name: '4', Address: '19 CHARLOTTE STREET, RIDGEWOOD', Month: '8', Price: '2060'}, geometry: { type: 'Point', coordinates:[-73.91874678, 40.71170975]} },
{type: 'Feature',properties:{Name: '4', Address: '19 CHARLOTTE STREET, RIDGEWOOD', Month: '1', Price: '2060'}, geometry: { type: 'Point', coordinates:[-73.91874678, 40.71170975]} },
{type: 'Feature',properties:{Name: '4', Address: '24 CHARLOTTE STREET, RIDGEWOOD', Month: '10', Price: '2060'}, geometry: { type: 'Point', coordinates:[-73.91860263, 40.71159986]} },
{type: 'Feature',properties:{Name: '4', Address: '18-51 WILLOUGHBY AVENUE, RIDGEWOOD', Month: '12', Price: '2380'}, geometry: { type: 'Point', coordinates:[-73.9169453, 40.71005337]} },
{type: 'Feature',properties:{Name: '4', Address: '18-93 WILLOUGHBY AVENUE, RIDGEWOOD', Month: '7', Price: '1266'}, geometry: { type: 'Point', coordinates:[-73.91627718, 40.71071163]} },
{type: 'Feature',properties:{Name: '4', Address: '1868 HARMAN STREET, RIDGEWOOD', Month: '7', Price: '2016'}, geometry: { type: 'Point', coordinates:[-73.91149167, 40.70721946]} },
{type: 'Feature',properties:{Name: '4', Address: '1724 TROUTMAN STREET, RIDGEWOOD', Month: '11', Price: '1188'}, geometry: { type: 'Point', coordinates:[-73.92032265, 40.70905118]} },
{type: 'Feature',properties:{Name: '4', Address: '17-32 TROUTMAN STREET, RIDGEWOOD', Month: '6', Price: '1782'}, geometry: { type: 'Point', coordinates:[-73.92025404, 40.709117]} },
{type: 'Feature',properties:{Name: '4', Address: '17-05 WILLOUGHBY AVENUE, RIDGEWOOD', Month: '9', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.9190254, 40.70802098]} },
{type: 'Feature',properties:{Name: '4', Address: '1736 STARR ST, RIDGEWOOD', Month: '5', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.91948264, 40.70871024]} },
{type: 'Feature',properties:{Name: '4', Address: '432 STOCKHOLM STREET, RIDGEWOOD', Month: '5', Price: '1880'}, geometry: { type: 'Point', coordinates:[-73.91583166, 40.70646241]} },
{type: 'Feature',properties:{Name: '4', Address: '1814 BLEECKER STREET, RIDGEWOOD', Month: '10', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.91106862, 40.70530877]} },
{type: 'Feature',properties:{Name: '4', Address: '18-18 MENAHAN STREET, RIDGEWOOD', Month: '1', Price: '1810'}, geometry: { type: 'Point', coordinates:[-73.91027565, 40.70492389]} },
{type: 'Feature',properties:{Name: '4', Address: '17-43 GROVE STREET, RIDGEWOOD', Month: '10', Price: '2856'}, geometry: { type: 'Point', coordinates:[-73.91055887, 40.70351056]} },
{type: 'Feature',properties:{Name: '4', Address: '17-26 GATES AVENUE, RIDGEWOOD', Month: '4', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.90918612, 40.70249666]} },
{type: 'Feature',properties:{Name: '4', Address: '1818 PUTNAM AVENUE, RIDGEWOOD', Month: '9', Price: '1980'}, geometry: { type: 'Point', coordinates:[-73.90483763, 40.7017603]} },
{type: 'Feature',properties:{Name: '4', Address: '57-23 CATALPA AVENUE, RIDGEWOOD', Month: '3', Price: '2955'}, geometry: { type: 'Point', coordinates:[-73.90381451, 40.70096621]} },
{type: 'Feature',properties:{Name: '4', Address: '57-23 CATALPA AVENUE, RIDGEWOOD', Month: '4', Price: '2955'}, geometry: { type: 'Point', coordinates:[-73.90381451, 40.70096621]} },
{type: 'Feature',properties:{Name: '4', Address: '18-80 LINDEN STREET, RIDGEWOOD', Month: '9', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.90757378, 40.7052374]} },
{type: 'Feature',properties:{Name: '4', Address: '688 WOODWARD AVENUE, RIDGEWOOD', Month: '2', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.90596184, 40.70504671]} },
{type: 'Feature',properties:{Name: '4', Address: '1877 PALMETTO STREET, RIDGEWOOD', Month: '9', Price: '1840'}, geometry: { type: 'Point', coordinates:[-73.90616123, 40.70431951]} },
{type: 'Feature',properties:{Name: '4', Address: '1875 PALMETTO STREET, RIDGEWOOD', Month: '1', Price: '1840'}, geometry: { type: 'Point', coordinates:[-73.90619374, 40.70428659]} },
{type: 'Feature',properties:{Name: '4', Address: '1873 PALMETTO STREET, RIDGEWOOD', Month: '11', Price: '1840'}, geometry: { type: 'Point', coordinates:[-73.90622625, 40.70425368]} },
{type: 'Feature',properties:{Name: '4', Address: '58-37 69TH AVENUE, RIDGEWOOD', Month: '3', Price: '3420'}, geometry: { type: 'Point', coordinates:[-73.90180497, 40.70145582]} },
{type: 'Feature',properties:{Name: '4', Address: '58-28 69TH AVENUE, RIDGEWOOD', Month: '3', Price: '3420'}, geometry: { type: 'Point', coordinates:[-73.90190241, 40.70141199]} },
{type: 'Feature',properties:{Name: '4', Address: '801 WOODWARD AVENUE, RIDGEWOOD', Month: '12', Price: '4480'}, geometry: { type: 'Point', coordinates:[-73.90326267, 40.70347995]} },
{type: 'Feature',properties:{Name: '4', Address: '68-30 FOREST AVENUE, RIDGEWOOD', Month: '5', Price: '4400'}, geometry: { type: 'Point', coordinates:[-73.90116456, 40.70283589]} },
{type: 'Feature',properties:{Name: '4', Address: '65-12 FOREST AVENUE, RIDGEWOOD', Month: '12', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.90395176, 40.70833876]} },
{type: 'Feature',properties:{Name: '4', Address: '60-42 METROPOLITAN AVENUE, RIDGEWOOD', Month: '11', Price: '2560'}, geometry: { type: 'Point', coordinates:[-73.90438535, 40.71283779]} },
{type: 'Feature',properties:{Name: '4', Address: '62-76 60 PLACE, RIDGEWOOD', Month: '12', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.90334424, 40.71189822]} },
{type: 'Feature',properties:{Name: '4', Address: '59-35 MENAHAN STREET, RIDGEWOOD', Month: '5', Price: '1154'}, geometry: { type: 'Point', coordinates:[-73.90398154, 40.71019974]} },
{type: 'Feature',properties:{Name: '4', Address: '59-34 MENAHAN STREET, RIDGEWOOD', Month: '3', Price: '3426'}, geometry: { type: 'Point', coordinates:[-73.90397435, 40.71018327]} },
{type: 'Feature',properties:{Name: '4', Address: '59-33 LINDEN STREET, RIDGEWOOD', Month: '1', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.90318662, 40.70866475]} },
{type: 'Feature',properties:{Name: '4', Address: '59-41 WOODBINE STREET, RIDGEWOOD', Month: '9', Price: '2144'}, geometry: { type: 'Point', coordinates:[-73.90189458, 40.7067286]} },
{type: 'Feature',properties:{Name: '4', Address: '66-53 FOREST AVENUE, RIDGEWOOD', Month: '8', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.90258803, 40.70608417]} },
{type: 'Feature',properties:{Name: '4', Address: '59-34 WOODBINE ST, RIDGEWOOD', Month: '2', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.9019812, 40.70669024]} },
{type: 'Feature',properties:{Name: '4', Address: '59-44 MADISON STREET, RIDGEWOOD', Month: '1', Price: '2808'}, geometry: { type: 'Point', coordinates:[-73.90143749, 40.70606946]} },
{type: 'Feature',properties:{Name: '4', Address: '59-46 MADISON STREET, RIDGEWOOD', Month: '6', Price: '2808'}, geometry: { type: 'Point', coordinates:[-73.90140863, 40.70607767]} },
{type: 'Feature',properties:{Name: '4', Address: '67-02 60TH STREET, RIDGEWOOD', Month: '11', Price: '4400'}, geometry: { type: 'Point', coordinates:[-73.90036854, 40.70455892]} },
{type: 'Feature',properties:{Name: '4', Address: '67-18 60TH STREET, RIDGEWOOD', Month: '11', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.90033617, 40.70449302]} },
{type: 'Feature',properties:{Name: '4', Address: '59-24 68TH AVENUE, RIDGEWOOD', Month: '9', Price: '3180'}, geometry: { type: 'Point', coordinates:[-73.90105856, 40.70378549]} },
{type: 'Feature',properties:{Name: '4', Address: '68-22 60 STREET, RIDGEWOOD', Month: '7', Price: '1436'}, geometry: { type: 'Point', coordinates:[-73.89978241, 40.70338365]} },
{type: 'Feature',properties:{Name: '4', Address: '59-27 68TH ROAD, RIDGEWOOD', Month: '9', Price: '1916'}, geometry: { type: 'Point', coordinates:[-73.90091161, 40.70316779]} },
{type: 'Feature',properties:{Name: '4', Address: '59-28 68TH ROAD, RIDGEWOOD', Month: '1', Price: '3114'}, geometry: { type: 'Point', coordinates:[-73.90088998, 40.7031568]} },
{type: 'Feature',properties:{Name: '4', Address: '59-28 68TH ROAD, RIDGEWOOD', Month: '4', Price: '3114'}, geometry: { type: 'Point', coordinates:[-73.90088998, 40.7031568]} },
{type: 'Feature',properties:{Name: '4', Address: '59-23 70TH AVENUE, RIDGEWOOD', Month: '9', Price: '3420'}, geometry: { type: 'Point', coordinates:[-73.89994072, 40.70123189]} },
{type: 'Feature',properties:{Name: '4', Address: '59-07 MYRTLE AVENUE, RIDGEWOOD', Month: '8', Price: '4200'}, geometry: { type: 'Point', coordinates:[-73.90000312, 40.70051007]} },
{type: 'Feature',properties:{Name: '4', Address: '60-04 PUTNAM AVENUE, RIDGEWOOD', Month: '10', Price: '2440'}, geometry: { type: 'Point', coordinates:[-73.90059063, 40.70558017]} },
{type: 'Feature',properties:{Name: '4', Address: '60-43 67TH AVENUE, RIDGEWOOD', Month: '6', Price: '2340'}, geometry: { type: 'Point', coordinates:[-73.89881319, 40.70512573]} },
{type: 'Feature',properties:{Name: '4', Address: '60-43 67TH AVENUE, RIDGEWOOD', Month: '7', Price: '2340'}, geometry: { type: 'Point', coordinates:[-73.89881319, 40.70512573]} },
{type: 'Feature',properties:{Name: '4', Address: '60-24 67TH AVENUE, RIDGEWOOD', Month: '1', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.89935446, 40.70495329]} },
{type: 'Feature',properties:{Name: '4', Address: '60-26 68TH AVENUE, RIDGEWOOD', Month: '5', Price: '2300'}, geometry: { type: 'Point', coordinates:[-73.8991462, 40.70433828]} },
{type: 'Feature',properties:{Name: '4', Address: '60-11 68TH ROAD, RIDGEWOOD', Month: '7', Price: '1980'}, geometry: { type: 'Point', coordinates:[-73.89925544, 40.70364944]} },
{type: 'Feature',properties:{Name: '4', Address: '60-05 CATALPA AVENUE, RIDGEWOOD', Month: '3', Price: '2560'}, geometry: { type: 'Point', coordinates:[-73.89913019, 40.70299607]} },
{type: 'Feature',properties:{Name: '4', Address: '60-08 CATALPA AVENUE, RIDGEWOOD', Month: '6', Price: '3492'}, geometry: { type: 'Point', coordinates:[-73.89902919, 40.70300696]} },
{type: 'Feature',properties:{Name: '4', Address: '6035 69 AVE, RIDGEWOOD', Month: '6', Price: '3592'}, geometry: { type: 'Point', coordinates:[-73.89798035, 40.70256138]} },
{type: 'Feature',properties:{Name: '4', Address: '60-13 69 AVENUE, RIDGEWOOD', Month: '6', Price: '2328'}, geometry: { type: 'Point', coordinates:[-73.89858291, 40.702389]} },
{type: 'Feature',properties:{Name: '4', Address: '60-40 69TH AVENUE, RIDGEWOOD', Month: '6', Price: '2168'}, geometry: { type: 'Point', coordinates:[-73.89789378, 40.70256954]} },
{type: 'Feature',properties:{Name: '4', Address: '60-37 70TH AVENUE, RIDGEWOOD', Month: '1', Price: '3220'}, geometry: { type: 'Point', coordinates:[-73.89767121, 40.70188864]} },
{type: 'Feature',properties:{Name: '4', Address: '60-21 70TH AVENUE, RIDGEWOOD', Month: '12', Price: '3348'}, geometry: { type: 'Point', coordinates:[-73.89807533, 40.70177098]} },
{type: 'Feature',properties:{Name: '4', Address: '70-10 60TH LANE, RIDGEWOOD', Month: '7', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.89691739, 40.7019264]} },
{type: 'Feature',properties:{Name: '4', Address: '60-17 71ST AVENUE, RIDGEWOOD', Month: '10', Price: '2820'}, geometry: { type: 'Point', coordinates:[-73.89783836, 40.70107634]} },
{type: 'Feature',properties:{Name: '4', Address: '60-12 71 AVE, RIDGEWOOD', Month: '10', Price: '2952'}, geometry: { type: 'Point', coordinates:[-73.89794303, 40.70102703]} },
{type: 'Feature',properties:{Name: '4', Address: '60-12 71ST AVENUE, RIDGEWOOD', Month: '8', Price: '2952'}, geometry: { type: 'Point', coordinates:[-73.89794303, 40.70102703]} },
{type: 'Feature',properties:{Name: '4', Address: '61-10 METROPOLITAN AVENUE, RIDGEWOOD', Month: '5', Price: '2384'}, geometry: { type: 'Point', coordinates:[-73.901709, 40.71273124]} },
{type: 'Feature',properties:{Name: '4', Address: '63-43 60 PLACE, RIDGEWOOD', Month: '1', Price: '2320'}, geometry: { type: 'Point', coordinates:[-73.9025567, 40.71025069]} },
{type: 'Feature',properties:{Name: '4', Address: '60-32 GROVE STREET, RIDGEWOOD', Month: '1', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.9010134, 40.70991177]} },
{type: 'Feature',properties:{Name: '4', Address: '60-48 GROVE STREET, RIDGEWOOD', Month: '8', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.90086907, 40.70994733]} },
{type: 'Feature',properties:{Name: '4', Address: '60-65 LINDEN STREET, RIDGEWOOD', Month: '6', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.90005829, 40.70941414]} },
{type: 'Feature',properties:{Name: '4', Address: '60-02 LINDEN STREET, RIDGEWOOD', Month: '6', Price: '2900'}, geometry: { type: 'Point', coordinates:[-73.90134647, 40.70908588]} },
{type: 'Feature',properties:{Name: '4', Address: '60-18 PALMETTO STREET, RIDGEWOOD', Month: '1', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.90019768, 40.70786622]} },
{type: 'Feature',properties:{Name: '4', Address: '60-38 PALMETTO STREET, RIDGEWOOD', Month: '9', Price: '2424'}, geometry: { type: 'Point', coordinates:[-73.89976109, 40.70797014]} },
{type: 'Feature',properties:{Name: '4', Address: '60-64 PALMETTO STREET, RIDGEWOOD', Month: '11', Price: '3492'}, geometry: { type: 'Point', coordinates:[-73.8991946, 40.70810688]} },
{type: 'Feature',properties:{Name: '4', Address: '60-71 WOODBINE STRET, RIDGEWOOD', Month: '12', Price: '3360'}, geometry: { type: 'Point', coordinates:[-73.89847768, 40.70754906]} },
{type: 'Feature',properties:{Name: '4', Address: '6029 WOODBINE STREET, RIDGEWOOD', Month: '9', Price: '2340'}, geometry: { type: 'Point', coordinates:[-73.89955291, 40.70728925]} },
{type: 'Feature',properties:{Name: '4', Address: '66-72 FRESH POND ROAD, RIDGEWOOD', Month: '1', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.89705066, 40.70670515]} },
{type: 'Feature',properties:{Name: '4', Address: '60-75 PUTNAM AVENUE, RIDGEWOOD', Month: '6', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.8982453, 40.70619569]} },
{type: 'Feature',properties:{Name: '4', Address: '60-81 67TH AVENUE, RIDGEWOOD', Month: '8', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.89820338, 40.70530086]} },
{type: 'Feature',properties:{Name: '4', Address: '60-81 68TH AVENUE, RIDGEWOOD', Month: '11', Price: '2360'}, geometry: { type: 'Point', coordinates:[-73.89707501, 40.70495127]} },
{type: 'Feature',properties:{Name: '4', Address: '60-74 68TH AVENUE, RIDGEWOOD', Month: '1', Price: '3245'}, geometry: { type: 'Point', coordinates:[-73.89729154, 40.70487187]} },
{type: 'Feature',properties:{Name: '4', Address: '60-88 68TH AVENUE, RIDGEWOOD', Month: '1', Price: '3245'}, geometry: { type: 'Point', coordinates:[-73.89687297, 40.70499226]} },
{type: 'Feature',properties:{Name: '4', Address: '60-58 68TH ROAD, RIDGEWOOD', Month: '11', Price: '3372'}, geometry: { type: 'Point', coordinates:[-73.89742247, 40.70416109]} },
{type: 'Feature',properties:{Name: '4', Address: '60-74 CATALPA AVENUE, RIDGEWOOD', Month: '8', Price: '3207'}, geometry: { type: 'Point', coordinates:[-73.89669468, 40.70367187]} },
{type: 'Feature',properties:{Name: '4', Address: '60-76 CATALPA AVENUE, RIDGEWOOD', Month: '6', Price: '2138'}, geometry: { type: 'Point', coordinates:[-73.89663695, 40.70368828]} },
{type: 'Feature',properties:{Name: '4', Address: '6056 70TH AVENUE, RIDGEWOOD', Month: '10', Price: '4800'}, geometry: { type: 'Point', coordinates:[-73.89671147, 40.70214579]} },
{type: 'Feature',properties:{Name: '4', Address: '71-04 FRESH POND ROAD, RIDGEWOOD', Month: '6', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.89489807, 40.7016995]} },
{type: 'Feature',properties:{Name: '4', Address: '1625 SUMMERFIELD STREET, RIDGEWOOD', Month: '6', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.90187525, 40.69535701]} },
{type: 'Feature',properties:{Name: '4', Address: '56-54 MYRTLE AVENUE, RIDGEWOOD', Month: '12', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.90438527, 40.70031892]} },
{type: 'Feature',properties:{Name: '4', Address: '1708 GEORGE STREET, RIDGEWOOD', Month: '11', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.90240113, 40.6982477]} },
{type: 'Feature',properties:{Name: '4', Address: '1008 SENECA AVE, RIDGEWOOD', Month: '11', Price: '3420'}, geometry: { type: 'Point', coordinates:[-73.9012424, 40.69898505]} },
{type: 'Feature',properties:{Name: '4', Address: '1008 SENECA AVENUE, RIDGEWOOD', Month: '6', Price: '3420'}, geometry: { type: 'Point', coordinates:[-73.9012424, 40.69898505]} },
{type: 'Feature',properties:{Name: '4', Address: '17-09 STEPHEN STREET, RIDGEWOOD', Month: '9', Price: '2204'}, geometry: { type: 'Point', coordinates:[-73.90170571, 40.69783539]} },
{type: 'Feature',properties:{Name: '4', Address: '1722 NORMAN STREET, RIDGEWOOD', Month: '9', Price: '2223'}, geometry: { type: 'Point', coordinates:[-73.90086591, 40.69751902]} },
{type: 'Feature',properties:{Name: '4', Address: '1718 SUMMERFIELD STREET, RIDGEWOOD', Month: '3', Price: '1568'}, geometry: { type: 'Point', coordinates:[-73.9001814, 40.69705456]} },
{type: 'Feature',properties:{Name: '4', Address: '58-50 ST FELIX AVE, RIDGEWOOD', Month: '6', Price: '2340'}, geometry: { type: 'Point', coordinates:[-73.89808737, 40.69625126]} },
{type: 'Feature',properties:{Name: '4', Address: '58-35 78TH AVENUE, RIDGEWOOD', Month: '3', Price: '1584'}, geometry: { type: 'Point', coordinates:[-73.89822583, 40.69532365]} },
{type: 'Feature',properties:{Name: '4', Address: '73-08 FOREST AVENUE, RIDGEWOOD', Month: '5', Price: '2248'}, geometry: { type: 'Point', coordinates:[-73.89865212, 40.69956469]} },
{type: 'Feature',properties:{Name: '4', Address: '1075 SENECA AVENUE, RIDGEWOOD', Month: '12', Price: '1860'}, geometry: { type: 'Point', coordinates:[-73.89917414, 40.69778379]} },
{type: 'Feature',properties:{Name: '4', Address: '60-42 ST FELIX AVENUE, RIDGEWOOD', Month: '3', Price: '2232'}, geometry: { type: 'Point', coordinates:[-73.89527664, 40.69718195]} },
{type: 'Feature',properties:{Name: '4', Address: '75-40 61ST STREET, RIDGEWOOD', Month: '5', Price: '2320'}, geometry: { type: 'Point', coordinates:[-73.89390792, 40.69839663]} },
{type: 'Feature',properties:{Name: '4', Address: '75-40 61ST STREET, RIDGEWOOD', Month: '9', Price: '2320'}, geometry: { type: 'Point', coordinates:[-73.89390792, 40.69839663]} },
{type: 'Feature',properties:{Name: '4', Address: '75-33 60TH LANE, RIDGEWOOD', Month: '10', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.89475602, 40.69801315]} },
{type: 'Feature',properties:{Name: '4', Address: '59-10 MYRTLE AVENUE, RIDGEWOOD', Month: '1', Price: '9108'}, geometry: { type: 'Point', coordinates:[-73.899372, 40.70050129]} },
{type: 'Feature',properties:{Name: '4', Address: '59-10 NORMAN STREET, RIDGEWOOD', Month: '12', Price: '3255'}, geometry: { type: 'Point', coordinates:[-73.89850005, 40.6999598]} },
{type: 'Feature',properties:{Name: '4', Address: '59-28 NORMAN STREET, RIDGEWOOD', Month: '5', Price: '3450'}, geometry: { type: 'Point', coordinates:[-73.89819663, 40.70027793]} },
{type: 'Feature',properties:{Name: '4', Address: '64-41 ADMIRAL AVENUE, RIDGEWOOD', Month: '3', Price: '1751'}, geometry: { type: 'Point', coordinates:[-73.89674328, 40.71188151]} },
{type: 'Feature',properties:{Name: '4', Address: '64-37 ADMIRAL AVENUE, RIDGEWOOD', Month: '4', Price: '1791'}, geometry: { type: 'Point', coordinates:[-73.89678653, 40.71190076]} },
{type: 'Feature',properties:{Name: '4', Address: '65-22 METROPOLITAN AVENUE, RIDGEWOOD', Month: '9', Price: '1960'}, geometry: { type: 'Point', coordinates:[-73.89532114, 40.71247858]} },
{type: 'Feature',properties:{Name: '4', Address: '64-22 65TH PLACE, RIDGEWOOD', Month: '2', Price: '1908'}, geometry: { type: 'Point', coordinates:[-73.89503683, 40.71206661]} },
{type: 'Feature',properties:{Name: '4', Address: '65-11 ADMIRAL AVENUE, RIDGEWOOD', Month: '12', Price: '1588'}, geometry: { type: 'Point', coordinates:[-73.89557176, 40.7113809]} },
{type: 'Feature',properties:{Name: '4', Address: '64-10 ADMIRAL AVENUE, RIDGEWOOD', Month: '1', Price: '2281'}, geometry: { type: 'Point', coordinates:[-73.89756879, 40.7122171]} },
{type: 'Feature',properties:{Name: '4', Address: '65-14 ADMIRAL AVENUE, RIDGEWOOD', Month: '8', Price: '1728'}, geometry: { type: 'Point', coordinates:[-73.89517888, 40.71119116]} },
{type: 'Feature',properties:{Name: '4', Address: '65-30 ADMIRAL AVENUE, RIDGEWOOD', Month: '9', Price: '1648'}, geometry: { type: 'Point', coordinates:[-73.89493017, 40.71108388]} },
{type: 'Feature',properties:{Name: '4', Address: '6141 LINDEN STREET, RIDGEWOOD', Month: '9', Price: '3444'}, geometry: { type: 'Point', coordinates:[-73.89784278, 40.70995841]} },
{type: 'Feature',properties:{Name: '4', Address: '6141 LINDEN ST, RIDGEWOOD', Month: '5', Price: '3444'}, geometry: { type: 'Point', coordinates:[-73.89784278, 40.70995841]} },
{type: 'Feature',properties:{Name: '4', Address: '61-41 LINDEN STREET, RIDGEWOOD', Month: '8', Price: '3444'}, geometry: { type: 'Point', coordinates:[-73.89784278, 40.70995841]} },
{type: 'Feature',properties:{Name: '4', Address: '61-33 GATES AVENUE, RIDGEWOOD', Month: '5', Price: '3492'}, geometry: { type: 'Point', coordinates:[-73.89808931, 40.70914069]} },
{type: 'Feature',properties:{Name: '4', Address: '61-11 GATES AVENUE, RIDGEWOOD', Month: '5', Price: '2925'}, geometry: { type: 'Point', coordinates:[-73.89810735, 40.70913521]} },
{type: 'Feature',properties:{Name: '4', Address: '61-45 PALMETTO STREET, RIDGEWOOD', Month: '10', Price: '3402'}, geometry: { type: 'Point', coordinates:[-73.89765385, 40.70849802]} },
{type: 'Feature',properties:{Name: '4', Address: '61-34 PALMETTO STREET, RIDGEWOOD', Month: '9', Price: '3417'}, geometry: { type: 'Point', coordinates:[-73.89765749, 40.70848156]} },
{type: 'Feature',properties:{Name: '4', Address: '61-36 PALMETTO STREET, RIDGEWOOD', Month: '7', Price: '3417'}, geometry: { type: 'Point', coordinates:[-73.89765388, 40.70848156]} },
{type: 'Feature',properties:{Name: '4', Address: '64-05 GATES AVENUE, RIDGEWOOD', Month: '7', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.89602171, 40.70966583]} },
{type: 'Feature',properties:{Name: '4', Address: '64-05 GATES AVENUE, RIDGEWOOD', Month: '11', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.89602171, 40.70966583]} },
{type: 'Feature',properties:{Name: '4', Address: '64-10 GATES AVENUE, RIDGEWOOD', Month: '10', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.89597843, 40.7096603]} },
{type: 'Feature',properties:{Name: '4', Address: '64-38 PALMETTO STREET, RIDGEWOOD', Month: '4', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.89517855, 40.70910788]} },
{type: 'Feature',properties:{Name: '4', Address: '64-38 WOODBINE STREET, RIDGEWOOD', Month: '5', Price: '2585'}, geometry: { type: 'Point', coordinates:[-73.89455189, 40.70850895]} },
{type: 'Feature',properties:{Name: '4', Address: '64-09 68TH AVENUE, RIDGEWOOD', Month: '9', Price: '3420'}, geometry: { type: 'Point', coordinates:[-73.89414857, 40.70582694]} },
{type: 'Feature',properties:{Name: '4', Address: '68-32 64TH PLACE, RIDGEWOOD', Month: '10', Price: '3297'}, geometry: { type: 'Point', coordinates:[-73.89338815, 40.70544746]} },
{type: 'Feature',properties:{Name: '4', Address: '69-45 62ND STREET, RIDGEWOOD', Month: '3', Price: '3186'}, geometry: { type: 'Point', coordinates:[-73.89447339, 40.70341185]} },
{type: 'Feature',properties:{Name: '4', Address: '69-18 64TH PLACE, RIDGEWOOD', Month: '5', Price: '2116'}, geometry: { type: 'Point', coordinates:[-73.89288149, 40.70426949]} },
{type: 'Feature',properties:{Name: '4', Address: '69-51 64TH STREET, RIDGEWOOD', Month: '1', Price: '3192'}, geometry: { type: 'Point', coordinates:[-73.89351032, 40.70347409]} },
{type: 'Feature',properties:{Name: '4', Address: '69-37 64TH STREET, RIDGEWOOD', Month: '11', Price: '3192'}, geometry: { type: 'Point', coordinates:[-73.89358577, 40.70365806]} },
{type: 'Feature',properties:{Name: '4', Address: '68-25 64TH PLACE, RIDGEWOOD', Month: '12', Price: '2248'}, geometry: { type: 'Point', coordinates:[-73.89339884, 40.70552981]} },
{type: 'Feature',properties:{Name: '4', Address: '64-34 CATALPA AVENUE, RIDGEWOOD', Month: '9', Price: '1844'}, geometry: { type: 'Point', coordinates:[-73.89281593, 40.70466467]} },
{type: 'Feature',properties:{Name: '4', Address: '64-38 CATALPA AVENUE, RIDGEWOOD', Month: '4', Price: '1844'}, geometry: { type: 'Point', coordinates:[-73.89277985, 40.70467287]} },
{type: 'Feature',properties:{Name: '4', Address: '62-96 FOREST AVENUE, RIDGEWOOD', Month: '6', Price: '2886'}, geometry: { type: 'Point', coordinates:[-73.90519602, 40.71095556]} },
{type: 'Feature',properties:{Name: '4', Address: '2143 BLEECKER STREET, RIDGEWOOD', Month: '10', Price: '1812'}, geometry: { type: 'Point', coordinates:[-73.90606272, 40.71023988]} },
{type: 'Feature',properties:{Name: '4', Address: '21-45 MENAHAN STREET, RIDGEWOOD', Month: '11', Price: '2760'}, geometry: { type: 'Point', coordinates:[-73.90527343, 40.70978635]} },
{type: 'Feature',properties:{Name: '4', Address: '2034 GROVE STREET, RIDGEWOOD', Month: '4', Price: '2480'}, geometry: { type: 'Point', coordinates:[-73.90625025, 40.70770113]} },
{type: 'Feature',properties:{Name: '4', Address: '470 FAIRVIEW AVE., RIDGEWOOD', Month: '9', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.90991293, 40.70910663]} },
{type: 'Feature',properties:{Name: '4', Address: '1914 GREENE AVENUE, RIDGEWOOD', Month: '4', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.90977772, 40.70773689]} },
{type: 'Feature',properties:{Name: '4', Address: '19-33 LINDEN STREET, RIDGEWOOD', Month: '11', Price: '3483'}, geometry: { type: 'Point', coordinates:[-73.90668527, 40.70613422]} },
{type: 'Feature',properties:{Name: '4', Address: '18-60 FLUSHING AVENUE, RIDGEWOOD', Month: '5', Price: '3237'}, geometry: { type: 'Point', coordinates:[-73.91954753, 40.71172404]} },
{type: 'Feature',properties:{Name: '4', Address: '18-60 FLUSHING AVENUE, RIDGEWOOD', Month: '4', Price: '3237'}, geometry: { type: 'Point', coordinates:[-73.91954753, 40.71172404]} },
{type: 'Feature',properties:{Name: '4', Address: '18-64 FLUSHING AVENUE, RIDGEWOOD', Month: '5', Price: '2610'}, geometry: { type: 'Point', coordinates:[-73.91944281, 40.71182277]} },
{type: 'Feature',properties:{Name: '4', Address: '18-64 FLUSHING AVENUE, RIDGEWOOD', Month: '10', Price: '2610'}, geometry: { type: 'Point', coordinates:[-73.91944281, 40.71182277]} },
{type: 'Feature',properties:{Name: '4', Address: '1870 GROVE STREET, RIDGEWOOD', Month: '12', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.90848952, 40.70550712]} },
{type: 'Feature',properties:{Name: '4', Address: '17-22 STANHOPE STREET, RIDGEWOOD', Month: '5', Price: '3420'}, geometry: { type: 'Point', coordinates:[-73.91515061, 40.70596785]} },
{type: 'Feature',properties:{Name: '4', Address: '487 SENECA AVENUE, RIDGEWOOD', Month: '12', Price: '3024'}, geometry: { type: 'Point', coordinates:[-73.91250003, 40.70566394]} },
{type: 'Feature',properties:{Name: '4', Address: '1726 MENAHAN STREET, RIDGEWOOD', Month: '8', Price: '3390'}, geometry: { type: 'Point', coordinates:[-73.91141325, 40.70380765]} },
{type: 'Feature',properties:{Name: '4', Address: '17-36 MENAHAN STREET, RIDGEWOOD', Month: '5', Price: '2952'}, geometry: { type: 'Point', coordinates:[-73.91133019, 40.70388993]} },
{type: 'Feature',properties:{Name: '4', Address: '1691 GROVE STREET, RIDGEWOOD', Month: '10', Price: '3204'}, geometry: { type: 'Point', coordinates:[-73.91136782, 40.7027152]} },
{type: 'Feature',properties:{Name: '4', Address: '1676 GROVE STREET, RIDGEWOOD', Month: '3', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.91159175, 40.70247109]} },
{type: 'Feature',properties:{Name: '4', Address: '1884 WOODBINE STREET, RIDGEWOOD', Month: '2', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.90529973, 40.70397021]} },
{type: 'Feature',properties:{Name: '4', Address: '1886 WOODBINE STREET, RIDGEWOOD', Month: '7', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.90524916, 40.70402232]} },
{type: 'Feature',properties:{Name: '4', Address: '58-36 69TH AVENUE, RIDGEWOOD', Month: '5', Price: '3255'}, geometry: { type: 'Point', coordinates:[-73.90179777, 40.70144209]} },
{type: 'Feature',properties:{Name: '4', Address: '58-48 69TH AVENUE, RIDGEWOOD', Month: '9', Price: '3420'}, geometry: { type: 'Point', coordinates:[-73.90163541, 40.70148862]} },
{type: 'Feature',properties:{Name: '4', Address: '923 ONDERDONK AVENUE, RIDGEWOOD', Month: '10', Price: '3090'}, geometry: { type: 'Point', coordinates:[-73.90228519, 40.70107746]} },
{type: 'Feature',properties:{Name: '4', Address: '19-14 GATES AVENUE, RIDGEWOOD', Month: '11', Price: '1900'}, geometry: { type: 'Point', coordinates:[-73.90606933, 40.70554909]} },
{type: 'Feature',properties:{Name: '4', Address: '62-65 60TH STREET, RIDGEWOOD', Month: '8', Price: '1750'}, geometry: { type: 'Point', coordinates:[-73.90451273, 40.71204466]} },
{type: 'Feature',properties:{Name: '4', Address: '62-51 60TH STREET, RIDGEWOOD', Month: '4', Price: '4215'}, geometry: { type: 'Point', coordinates:[-73.90465657, 40.71235769]} },
{type: 'Feature',properties:{Name: '4', Address: '59-12 MENAHAN STREET, RIDGEWOOD', Month: '6', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.90428106, 40.71010118]} },
{type: 'Feature',properties:{Name: '4', Address: '66-18 60TH PLACE, RIDGEWOOD', Month: '12', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.90114276, 40.70780939]} },
{type: 'Feature',properties:{Name: '4', Address: '5914 WOODBINE STREET, RIDGEWOOD', Month: '10', Price: '2320'}, geometry: { type: 'Point', coordinates:[-73.9022915, 40.7066164]} },
{type: 'Feature',properties:{Name: '4', Address: '59-28 MADISON STREET, RIDGEWOOD', Month: '3', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.90168644, 40.70601204]} },
{type: 'Feature',properties:{Name: '4', Address: '59-27 CATALPA AVENUE, RIDGEWOOD', Month: '12', Price: '3135'}, geometry: { type: 'Point', coordinates:[-73.90049769, 40.70259927]} },
{type: 'Feature',properties:{Name: '4', Address: '59-25 69TH AVENUE, RIDGEWOOD', Month: '11', Price: '3420'}, geometry: { type: 'Point', coordinates:[-73.90021379, 40.70191832]} },
{type: 'Feature',properties:{Name: '4', Address: '59-33 70TH AVENUE, RIDGEWOOD', Month: '5', Price: '3420'}, geometry: { type: 'Point', coordinates:[-73.89982887, 40.70126473]} },
{type: 'Feature',properties:{Name: '4', Address: '60-20 CATALPA AVENUE, RIDGEWOOD', Month: '2', Price: '3492'}, geometry: { type: 'Point', coordinates:[-73.89871167, 40.70309726]} },
{type: 'Feature',properties:{Name: '4', Address: '60-20 70TH AVENUE, RIDGEWOOD', Month: '12', Price: '2820'}, geometry: { type: 'Point', coordinates:[-73.89808618, 40.70175177]} },
{type: 'Feature',properties:{Name: '4', Address: '60-36 70TH AVENUE, RIDGEWOOD', Month: '11', Price: '2820'}, geometry: { type: 'Point', coordinates:[-73.8976965, 40.70186396]} },
{type: 'Feature',properties:{Name: '4', Address: '61-16 METROPOLITAN AVENUE, RIDGEWOOD', Month: '4', Price: '2384'}, geometry: { type: 'Point', coordinates:[-73.90153586, 40.7127256]} },
{type: 'Feature',properties:{Name: '4', Address: '6116 METROPOLITAN AVE, RIDGEWOOD', Month: '5', Price: '2384'}, geometry: { type: 'Point', coordinates:[-73.90153586, 40.7127256]} },
{type: 'Feature',properties:{Name: '4', Address: '60-30 GROVE STREET, RIDGEWOOD', Month: '11', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.90130567, 40.7098434]} },
{type: 'Feature',properties:{Name: '4', Address: '60-44 LINDEN STREET, RIDGEWOOD', Month: '3', Price: '2248'}, geometry: { type: 'Point', coordinates:[-73.90046966, 40.70929647]} },
{type: 'Feature',properties:{Name: '4', Address: '60-70 GATES AVENUE, RIDGEWOOD', Month: '9', Price: '2240'}, geometry: { type: 'Point', coordinates:[-73.89949295, 40.70878235]} },
{type: 'Feature',properties:{Name: '4', Address: '6068 PUTNAM AVENUE, RIDGEWOOD', Month: '6', Price: '3540'}, geometry: { type: 'Point', coordinates:[-73.89834274, 40.7061546]} },
{type: 'Feature',properties:{Name: '4', Address: '60-78 PUTNAM AVENUE, RIDGEWOOD', Month: '5', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.89783761, 40.70627493]} },
{type: 'Feature',properties:{Name: '4', Address: '60-56 67TH AVENUE, RIDGEWOOD', Month: '7', Price: '3540'}, geometry: { type: 'Point', coordinates:[-73.89823227, 40.70527618]} },
{type: 'Feature',properties:{Name: '4', Address: '60-65 68TH AVENUE, RIDGEWOOD', Month: '10', Price: '3540'}, geometry: { type: 'Point', coordinates:[-73.89751522, 40.7048254]} },
{type: 'Feature',properties:{Name: '4', Address: '60-52 68TH ROAD, RIDGEWOOD', Month: '6', Price: '3372'}, geometry: { type: 'Point', coordinates:[-73.89759206, 40.70411183]} },
{type: 'Feature',properties:{Name: '4', Address: '60-83 70TH AVENUE, RIDGEWOOD', Month: '6', Price: '3372'}, geometry: { type: 'Point', coordinates:[-73.89592486, 40.70239211]} },
{type: 'Feature',properties:{Name: '4', Address: '60-60 70TH AVENUE, RIDGEWOOD', Month: '7', Price: '3360'}, geometry: { type: 'Point', coordinates:[-73.8965924, 40.70218137]} },
{type: 'Feature',properties:{Name: '4', Address: '6068 70TH AVENUE, RIDGEWOOD', Month: '9', Price: '3360'}, geometry: { type: 'Point', coordinates:[-73.89635426, 40.70224977]} },
{type: 'Feature',properties:{Name: '4', Address: '60-75 71ST AVENUE, RIDGEWOOD', Month: '1', Price: '3312'}, geometry: { type: 'Point', coordinates:[-73.8958575, 40.70164548]} },
{type: 'Feature',properties:{Name: '4', Address: '1609 JEFFERSON AVENUE, RIDGEWOOD', Month: '6', Price: '1950'}, geometry: { type: 'Point', coordinates:[-73.90714742, 40.69801832]} },
{type: 'Feature',properties:{Name: '4', Address: '78-02 CYPRESS AVENUE, RIDGEWOOD', Month: '4', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.89855434, 40.69509338]} },
{type: 'Feature',properties:{Name: '4', Address: '57-18 79 AVENUE, RIDGEWOOD', Month: '3', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.8991612, 40.69442144]} },
{type: 'Feature',properties:{Name: '4', Address: '58-48 78 AVENUE, RIDGEWOOD', Month: '8', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.89819338, 40.69531813]} },
{type: 'Feature',properties:{Name: '4', Address: '58-50 78 AVENUE, RIDGEWOOD', Month: '6', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.89818977, 40.69532087]} },
{type: 'Feature',properties:{Name: '4', Address: '989 SENECA AVENUE, RIDGEWOOD', Month: '3', Price: '3420'}, geometry: { type: 'Point', coordinates:[-73.9018333, 40.6993561]} },
{type: 'Feature',properties:{Name: '4', Address: '1814 GEORGE ST, RIDGEWOOD', Month: '12', Price: '3420'}, geometry: { type: 'Point', coordinates:[-73.90118395, 40.69949004]} },
{type: 'Feature',properties:{Name: '4', Address: '1840 SUMMERFIELD STREET, RIDGEWOOD', Month: '9', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.89879444, 40.69846965]} },
{type: 'Feature',properties:{Name: '4', Address: '60-80 ST FELIX AVENUE, RIDGEWOOD', Month: '7', Price: '2284'}, geometry: { type: 'Point', coordinates:[-73.89417326, 40.69709037]} },
{type: 'Feature',properties:{Name: '4', Address: '61-47 LINDEN STREET, RIDGEWOOD', Month: '4', Price: '3814'}, geometry: { type: 'Point', coordinates:[-73.89773814, 40.70998576]} },
{type: 'Feature',properties:{Name: '4', Address: '70-13 FRESH POND ROAD, RIDGEWOOD', Month: '7', Price: '3480'}, geometry: { type: 'Point', coordinates:[-73.89513495, 40.70242982]} },
{type: 'Feature',properties:{Name: '4', Address: '53-24 METROPOLITAN AVENUE, RIDGEWOOD', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91231328, 40.71327778]} },
{type: 'Feature',properties:{Name: '4', Address: '53-24 METROPOLITAN AVENUE, RIDGEWOOD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91231328, 40.71327778]} },
{type: 'Feature',properties:{Name: '4', Address: '63-16 FOREST AVENUE, RIDGEWOOD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90491914, 40.71035148]} },
{type: 'Feature',properties:{Name: '4', Address: '63-15 FOREST AVENUE, RIDGEWOOD', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90487232, 40.71030204]} },
{type: 'Feature',properties:{Name: '4', Address: '63-15 FOREST AVENUE, RIDGEWOOD', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90487232, 40.71030204]} },
{type: 'Feature',properties:{Name: '4', Address: '63-15 FOREST AVENUE, RIDGEWOOD', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90487232, 40.71030204]} },
{type: 'Feature',properties:{Name: '4', Address: '1678 NORMAN STREET, RIDGEWOOD', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90151964, 40.69684986]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A TRAFFIC AVENUE, RIDGEWOOD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89604281, 40.71001444]} },
{type: 'Feature',properties:{Name: '4', Address: '1823 PALMETTO STREET, RIDGEWOOD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9071436, 40.7033514]} },
{type: 'Feature',properties:{Name: '4', Address: '79-18 CYPRESS AVENUE, RIDGEWOOD', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89787005, 40.69451637]} },
{type: 'Feature',properties:{Name: '4', Address: '58-37 78TH AVENUE, RIDGEWOOD', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89822222, 40.69532639]} },
{type: 'Feature',properties:{Name: '4', Address: '60-44 ST FELIX AVENUE, RIDGEWOOD', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8951829, 40.69717089]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A TRAFFIC AVENUE, RIDGEWOOD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8973189, 40.71052336]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A SHALER AVENUE, RIDGEWOOD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89293767, 40.70297401]} },
{type: 'Feature',properties:{Name: '4', Address: '509 GRANDVIEW AVENUE, RIDGEWOOD', Month: '2', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.90753522, 40.70963448]} },
{type: 'Feature',properties:{Name: '4', Address: '2025 HIMROD STREET, RIDGEWOOD', Month: '9', Price: '4250'}, geometry: { type: 'Point', coordinates:[-73.91005986, 40.70981489]} },
{type: 'Feature',properties:{Name: '4', Address: '479 FAIRVIEW AVENUE, RIDGEWOOD', Month: '12', Price: '4200'}, geometry: { type: 'Point', coordinates:[-73.90949483, 40.70888123]} },
{type: 'Feature',properties:{Name: '4', Address: '20-33 MENAHAN STREET, RIDGEWOOD', Month: '7', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.90702152, 40.70813268]} },
{type: 'Feature',properties:{Name: '4', Address: '2015 GROVE STREET, RIDGEWOOD', Month: '5', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.90644164, 40.70753934]} },
{type: 'Feature',properties:{Name: '4', Address: '2036 GROVE STREET, RIDGEWOOD', Month: '4', Price: '3400'}, geometry: { type: 'Point', coordinates:[-73.90623219, 40.70771758]} },
{type: 'Feature',properties:{Name: '4', Address: '1931 GREENE AVE, RIDGEWOOD', Month: '10', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.90966933, 40.70787129]} },
{type: 'Feature',properties:{Name: '4', Address: '510 FAIRVIEW AVENUE, RIDGEWOOD', Month: '12', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.90875244, 40.70841952]} },
{type: 'Feature',properties:{Name: '4', Address: '19-20 BLEECKER STREET, RIDGEWOOD', Month: '5', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.90898835, 40.70734651]} },
{type: 'Feature',properties:{Name: '4', Address: '560 FAIRVIEW AVENUE, RIDGEWOOD', Month: '9', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.90792352, 40.7079303]} },
{type: 'Feature',properties:{Name: '4', Address: '19-23 MENAHAN STREET, RIDGEWOOD', Month: '11', Price: '2750'}, geometry: { type: 'Point', coordinates:[-73.90793891, 40.70723588]} },
{type: 'Feature',properties:{Name: '4', Address: '7 ST JOHNS ROAD, RIDGEWOOD', Month: '5', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.9076976, 40.70698317]} },
{type: 'Feature',properties:{Name: '4', Address: '5 ST JOHNS ROAD, RIDGEWOOD', Month: '8', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.90776247, 40.7070189]} },
{type: 'Feature',properties:{Name: '4', Address: '580 FAIRVIEW AVENUE, RIDGEWOOD', Month: '12', Price: '2750'}, geometry: { type: 'Point', coordinates:[-73.90727842, 40.70754826]} },
{type: 'Feature',properties:{Name: '4', Address: '605 WOODWARD AVENUE, RIDGEWOOD', Month: '10', Price: '5175'}, geometry: { type: 'Point', coordinates:[-73.90767361, 40.70607463]} },
{type: 'Feature',properties:{Name: '4', Address: '1920 GROVE STREET, RIDGEWOOD', Month: '4', Price: '5175'}, geometry: { type: 'Point', coordinates:[-73.90734462, 40.70663156]} },
{type: 'Feature',properties:{Name: '4', Address: '1934 GROVE STREET, RIDGEWOOD', Month: '1', Price: '3719'}, geometry: { type: 'Point', coordinates:[-73.90712069, 40.70685096]} },
{type: 'Feature',properties:{Name: '4', Address: '1936 GROVE STREET, RIDGEWOOD', Month: '6', Price: '3718'}, geometry: { type: 'Point', coordinates:[-73.90711346, 40.70686193]} },
{type: 'Feature',properties:{Name: '4', Address: '1889 TROUTMAN STREET, RIDGEWOOD', Month: '4', Price: '4720'}, geometry: { type: 'Point', coordinates:[-73.91770803, 40.7116349]} },
{type: 'Feature',properties:{Name: '4', Address: '287 ONDERDONK AVENUE, RIDGEWOOD', Month: '6', Price: '2750'}, geometry: { type: 'Point', coordinates:[-73.91602298, 40.70920183]} },
{type: 'Feature',properties:{Name: '4', Address: '1874 HART STREET, RIDGEWOOD', Month: '4', Price: '4200'}, geometry: { type: 'Point', coordinates:[-73.9150956, 40.7095113]} },
{type: 'Feature',properties:{Name: '4', Address: '1874 HART STREET, RIDGEWOOD', Month: '2', Price: '4200'}, geometry: { type: 'Point', coordinates:[-73.9150956, 40.7095113]} },
{type: 'Feature',properties:{Name: '4', Address: '1876 HART STREET, RIDGEWOOD', Month: '7', Price: '4200'}, geometry: { type: 'Point', coordinates:[-73.91506309, 40.70954696]} },
{type: 'Feature',properties:{Name: '4', Address: '1871 HARMAN STREET, RIDGEWOOD', Month: '3', Price: '2900'}, geometry: { type: 'Point', coordinates:[-73.91145191, 40.7072853]} },
{type: 'Feature',properties:{Name: '4', Address: '510 WOODWARD AVENUE, RIDGEWOOD', Month: '8', Price: '2350'}, geometry: { type: 'Point', coordinates:[-73.90985401, 40.70733895]} },
{type: 'Feature',properties:{Name: '4', Address: '1867 BLEECKER STREET, RIDGEWOOD', Month: '8', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91003569, 40.70634275]} },
{type: 'Feature',properties:{Name: '4', Address: '18-62 MENAHAN STREET, RIDGEWOOD', Month: '10', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.90937277, 40.70580425]} },
{type: 'Feature',properties:{Name: '4', Address: '1879 GROVE STREET, RIDGEWOOD', Month: '12', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.90835224, 40.70566895]} },
{type: 'Feature',properties:{Name: '4', Address: '605 ONDERDONK AVENUE, RIDGEWOOD', Month: '2', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.90882572, 40.70494745]} },
{type: 'Feature',properties:{Name: '4', Address: '1876 GROVE STREET, RIDGEWOOD', Month: '11', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.90838479, 40.70560859]} },
{type: 'Feature',properties:{Name: '4', Address: '1863 LINDEN STREET, RIDGEWOOD', Month: '3', Price: '3900'}, geometry: { type: 'Point', coordinates:[-73.90788073, 40.70496591]} },
{type: 'Feature',properties:{Name: '4', Address: '314 ONDERDONK AVENUE, RIDGEWOOD', Month: '5', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91540668, 40.70881436]} },
{type: 'Feature',properties:{Name: '4', Address: '406 ONDERDONK AVENUE, RIDGEWOOD', Month: '1', Price: '4650'}, geometry: { type: 'Point', coordinates:[-73.91326942, 40.70755018]} },
{type: 'Feature',properties:{Name: '4', Address: '410 ONDERDONK AVENUE, RIDGEWOOD', Month: '4', Price: '2750'}, geometry: { type: 'Point', coordinates:[-73.91322616, 40.70752819]} },
{type: 'Feature',properties:{Name: '4', Address: '414 ONDERDONK AVENUE, RIDGEWOOD', Month: '1', Price: '4125'}, geometry: { type: 'Point', coordinates:[-73.91318652, 40.70750346]} },
{type: 'Feature',properties:{Name: '4', Address: '17-01 STANHOPE STREET, RIDGEWOOD', Month: '8', Price: '5150'}, geometry: { type: 'Point', coordinates:[-73.91534919, 40.70580057]} },
{type: 'Feature',properties:{Name: '4', Address: '17-27 HIMROD, RIDGEWOOD', Month: '9', Price: '4875'}, geometry: { type: 'Point', coordinates:[-73.91439008, 40.70557479]} },
{type: 'Feature',properties:{Name: '4', Address: '17-13 HIMROD STREET, RIDGEWOOD', Month: '2', Price: '5175'}, geometry: { type: 'Point', coordinates:[-73.91450564, 40.70546234]} },
{type: 'Feature',properties:{Name: '4', Address: '18-16 HIMROD STREET, RIDGEWOOD', Month: '10', Price: '2970'}, geometry: { type: 'Point', coordinates:[-73.91326698, 40.7066499]} },
{type: 'Feature',properties:{Name: '4', Address: '1820 HARMAN STREET, RIDGEWOOD', Month: '4', Price: '5250'}, geometry: { type: 'Point', coordinates:[-73.91247039, 40.70626228]} },
{type: 'Feature',properties:{Name: '4', Address: '1813 GREENE AVENUE, RIDGEWOOD', Month: '2', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.9118435, 40.70573755]} },
{type: 'Feature',properties:{Name: '4', Address: '17-27 HARMAN STREET, RIDGEWOOD', Month: '4', Price: '4875'}, geometry: { type: 'Point', coordinates:[-73.91365127, 40.70513233]} },
{type: 'Feature',properties:{Name: '4', Address: '1718 HARMAN STREET, RIDGEWOOD', Month: '6', Price: '4875'}, geometry: { type: 'Point', coordinates:[-73.91370186, 40.70505826]} },
{type: 'Feature',properties:{Name: '4', Address: '1718 HARMAN STREET, RIDGEWOOD', Month: '2', Price: '4875'}, geometry: { type: 'Point', coordinates:[-73.91370186, 40.70505826]} },
{type: 'Feature',properties:{Name: '4', Address: '1823 BLEECKER STREET, RIDGEWOOD', Month: '10', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.91096746, 40.70543221]} },
{type: 'Feature',properties:{Name: '4', Address: '1817 BLEECKER STREET, RIDGEWOOD', Month: '5', Price: '4800'}, geometry: { type: 'Point', coordinates:[-73.91105052, 40.70535268]} },
{type: 'Feature',properties:{Name: '4', Address: '1722 GREENE AVE, RIDGEWOOD', Month: '9', Price: '4875'}, geometry: { type: 'Point', coordinates:[-73.91292695, 40.70465145]} },
{type: 'Feature',properties:{Name: '4', Address: '1724 GREENE AVENUE, RIDGEWOOD', Month: '4', Price: '4875'}, geometry: { type: 'Point', coordinates:[-73.9129125, 40.70466791]} },
{type: 'Feature',properties:{Name: '4', Address: '1724 GREENE AVENUE, RIDGEWOOD', Month: '3', Price: '4875'}, geometry: { type: 'Point', coordinates:[-73.9129125, 40.70466791]} },
{type: 'Feature',properties:{Name: '4', Address: '1730 GREENE AVENUE, RIDGEWOOD', Month: '8', Price: '4875'}, geometry: { type: 'Point', coordinates:[-73.91286194, 40.70471727]} },
{type: 'Feature',properties:{Name: '4', Address: '562 SENECA AVE, RIDGEWOOD', Month: '8', Price: '4500'}, geometry: { type: 'Point', coordinates:[-73.91105488, 40.70479]} },
{type: 'Feature',properties:{Name: '4', Address: '1819 GROVE STREET, RIDGEWOOD', Month: '3', Price: '4500'}, geometry: { type: 'Point', coordinates:[-73.90954406, 40.70450337]} },
{type: 'Feature',properties:{Name: '4', Address: '613 SENECA AVENUE, RIDGEWOOD', Month: '1', Price: '4875'}, geometry: { type: 'Point', coordinates:[-73.90966738, 40.70399019]} },
{type: 'Feature',properties:{Name: '4', Address: '18-11 LINDEN STREET, RIDGEWOOD', Month: '1', Price: '5250'}, geometry: { type: 'Point', coordinates:[-73.90890642, 40.7039594]} },
{type: 'Feature',properties:{Name: '4', Address: '604 SENECA AVENUE, RIDGEWOOD', Month: '1', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.90976831, 40.7040287]} },
{type: 'Feature',properties:{Name: '4', Address: '612 SENECA AVENUE, RIDGEWOOD', Month: '11', Price: '4725'}, geometry: { type: 'Point', coordinates:[-73.90968543, 40.70397923]} },
{type: 'Feature',properties:{Name: '4', Address: '614 SENECA AVENUE, RIDGEWOOD', Month: '4', Price: '4725'}, geometry: { type: 'Point', coordinates:[-73.90966741, 40.70396824]} },
{type: 'Feature',properties:{Name: '4', Address: '335 MOFFAT STREET, RIDGEWOOD', Month: '7', Price: '3213'}, geometry: { type: 'Point', coordinates:[-73.91083083, 40.70241561]} },
{type: 'Feature',properties:{Name: '4', Address: '3-23 ST NICHOLAS AVENUE, RIDGEWOOD', Month: '12', Price: '9200'}, geometry: { type: 'Point', coordinates:[-73.91055865, 40.70098537]} },
{type: 'Feature',properties:{Name: '4', Address: '1672 GATES AVENUE, RIDGEWOOD', Month: '4', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.91017202, 40.70153128]} },
{type: 'Feature',properties:{Name: '4', Address: '1675 PALMETTO STREET, RIDGEWOOD', Month: '7', Price: '5610'}, geometry: { type: 'Point', coordinates:[-73.90940074, 40.7011519]} },
{type: 'Feature',properties:{Name: '4', Address: '1675 WOODBINE STREET, RIDGEWOOD', Month: '7', Price: '5600'}, geometry: { type: 'Point', coordinates:[-73.908662, 40.70071215]} },
{type: 'Feature',properties:{Name: '4', Address: '1673 WOODBINE STREET, RIDGEWOOD', Month: '5', Price: '5600'}, geometry: { type: 'Point', coordinates:[-73.9086945, 40.70068198]} },
{type: 'Feature',properties:{Name: '4', Address: '1665 WOODBINE STREET, RIDGEWOOD', Month: '1', Price: '5600'}, geometry: { type: 'Point', coordinates:[-73.9088209, 40.70055582]} },
{type: 'Feature',properties:{Name: '4', Address: '1661 WOODBINE STREET, RIDGEWOOD', Month: '2', Price: '4800'}, geometry: { type: 'Point', coordinates:[-73.90888591, 40.70049274]} },
{type: 'Feature',properties:{Name: '4', Address: '1664 WOODBINE STREET, RIDGEWOOD', Month: '11', Price: '5600'}, geometry: { type: 'Point', coordinates:[-73.90882816, 40.70052289]} },
{type: 'Feature',properties:{Name: '4', Address: '1680 WOODBINE STREET, RIDGEWOOD', Month: '6', Price: '5600'}, geometry: { type: 'Point', coordinates:[-73.90856092, 40.70078343]} },
{type: 'Feature',properties:{Name: '4', Address: '16-65 MADISON STREET, RIDGEWOOD', Month: '8', Price: '5600'}, geometry: { type: 'Point', coordinates:[-73.90804246, 40.70014898]} },
{type: 'Feature',properties:{Name: '4', Address: '17-06 LINDEN STREET, RIDGEWOOD', Month: '5', Price: '5600'}, geometry: { type: 'Point', coordinates:[-73.91009461, 40.70277185]} },
{type: 'Feature',properties:{Name: '4', Address: '659 SENECA, RIDGEWOOD', Month: '1', Price: '4875'}, geometry: { type: 'Point', coordinates:[-73.90886735, 40.70351746]} },
{type: 'Feature',properties:{Name: '4', Address: '664 ONDERDONK AVENUE, RIDGEWOOD', Month: '3', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.90785994, 40.70435382]} },
{type: 'Feature',properties:{Name: '4', Address: '690 ONDERDONK AVENUE, RIDGEWOOD', Month: '3', Price: '4650'}, geometry: { type: 'Point', coordinates:[-73.90707072, 40.70388657]} },
{type: 'Feature',properties:{Name: '4', Address: '1815 PALMETTO STREET, RIDGEWOOD', Month: '6', Price: '4875'}, geometry: { type: 'Point', coordinates:[-73.90737835, 40.70312377]} },
{type: 'Feature',properties:{Name: '4', Address: '17-20 PALMETTO STREET, RIDGEWOOD', Month: '3', Price: '5700'}, geometry: { type: 'Point', coordinates:[-73.90836792, 40.7021337]} },
{type: 'Feature',properties:{Name: '4', Address: '17-21 WOODBINE STREET, RIDGEWOOD', Month: '7', Price: '5600'}, geometry: { type: 'Point', coordinates:[-73.90777361, 40.70157879]} },
{type: 'Feature',properties:{Name: '4', Address: '1726 WOODBINE STREET, RIDGEWOOD', Month: '4', Price: '4725'}, geometry: { type: 'Point', coordinates:[-73.90770864, 40.70161716]} },
{type: 'Feature',properties:{Name: '4', Address: '1717 MADISON STREET, RIDGEWOOD', Month: '4', Price: '5600'}, geometry: { type: 'Point', coordinates:[-73.90706378, 40.70110612]} },
{type: 'Feature',properties:{Name: '4', Address: '1713 MADISON STREET, RIDGEWOOD', Month: '11', Price: '5600'}, geometry: { type: 'Point', coordinates:[-73.90709628, 40.70107595]} },
{type: 'Feature',properties:{Name: '4', Address: '1820 PALMETTO STREET, RIDGEWOOD', Month: '11', Price: '2903'}, geometry: { type: 'Point', coordinates:[-73.90729171, 40.70318409]} },
{type: 'Feature',properties:{Name: '4', Address: '1829 MADISON STREET, RIDGEWOOD', Month: '7', Price: '5600'}, geometry: { type: 'Point', coordinates:[-73.90570223, 40.70244171]} },
{type: 'Feature',properties:{Name: '4', Address: '1725 PUTNAM AVENUE, RIDGEWOOD', Month: '3', Price: '5700'}, geometry: { type: 'Point', coordinates:[-73.90625644, 40.70073492]} },
{type: 'Feature',properties:{Name: '4', Address: '1707 PUTNAM AVENUE, RIDGEWOOD', Month: '11', Price: '5600'}, geometry: { type: 'Point', coordinates:[-73.90640451, 40.70058957]} },
{type: 'Feature',properties:{Name: '4', Address: '1705 PUTNAM AVENUE, RIDGEWOOD', Month: '11', Price: '5600'}, geometry: { type: 'Point', coordinates:[-73.90641896, 40.70057311]} },
{type: 'Feature',properties:{Name: '4', Address: '814 SENECA AVENUE, RIDGEWOOD', Month: '3', Price: '4650'}, geometry: { type: 'Point', coordinates:[-73.90521692, 40.70133517]} },
{type: 'Feature',properties:{Name: '4', Address: '1825 CORNELIA STREET, RIDGEWOOD', Month: '7', Price: '5600'}, geometry: { type: 'Point', coordinates:[-73.90427536, 40.7015128]} },
{type: 'Feature',properties:{Name: '4', Address: '1823 CORNELIA STREET, RIDGEWOOD', Month: '6', Price: '5600'}, geometry: { type: 'Point', coordinates:[-73.90430064, 40.70148812]} },
{type: 'Feature',properties:{Name: '4', Address: '57-24 CATALPA AVENUE, RIDGEWOOD', Month: '8', Price: '6900'}, geometry: { type: 'Point', coordinates:[-73.90378206, 40.70096344]} },
{type: 'Feature',properties:{Name: '4', Address: '661 ONDERDONK AVENUE, RIDGEWOOD', Month: '4', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.90789234, 40.70439501]} },
{type: 'Feature',properties:{Name: '4', Address: '1868 PALMETTO STREET, RIDGEWOOD', Month: '1', Price: '4875'}, geometry: { type: 'Point', coordinates:[-73.90629852, 40.70415493]} },
{type: 'Feature',properties:{Name: '4', Address: '18-67 MADISON STREET, RIDGEWOOD', Month: '5', Price: '5600'}, geometry: { type: 'Point', coordinates:[-73.90484628, 40.7032809]} },
{type: 'Feature',properties:{Name: '4', Address: '18-67 MADISON STREET, RIDGEWOOD', Month: '9', Price: '5600'}, geometry: { type: 'Point', coordinates:[-73.90484628, 40.7032809]} },
{type: 'Feature',properties:{Name: '4', Address: '1864 MADISON STREET, RIDGEWOOD', Month: '7', Price: '5700'}, geometry: { type: 'Point', coordinates:[-73.90488965, 40.70321232]} },
{type: 'Feature',properties:{Name: '4', Address: '1868 MADISON STREET, RIDGEWOOD', Month: '2', Price: '5700'}, geometry: { type: 'Point', coordinates:[-73.90481742, 40.70328088]} },
{type: 'Feature',properties:{Name: '4', Address: '791 ONDERDONK AVENUE, RIDGEWOOD', Month: '8', Price: '5780'}, geometry: { type: 'Point', coordinates:[-73.90482204, 40.70257548]} },
{type: 'Feature',properties:{Name: '4', Address: '1893 CORNELIA STREET, RIDGEWOOD', Month: '11', Price: '5600'}, geometry: { type: 'Point', coordinates:[-73.90292459, 40.70283465]} },
{type: 'Feature',properties:{Name: '4', Address: '1936 LINDEN STREET, RIDGEWOOD', Month: '8', Price: '5125'}, geometry: { type: 'Point', coordinates:[-73.90663835, 40.70615614]} },
{type: 'Feature',properties:{Name: '4', Address: '1936-1944 PALMETTO STREET, RIDGEWOOD', Month: '7', Price: '6075'}, geometry: { type: 'Point', coordinates:[-73.9051536, 40.70528209]} },
{type: 'Feature',properties:{Name: '4', Address: '1926 PUTNAM AVENUE, RIDGEWOOD', Month: '2', Price: '3500'}, geometry: { type: 'Point', coordinates:[-73.903006, 40.70389145]} },
{type: 'Feature',properties:{Name: '4', Address: '1926 PUTNAM AVENUE, RIDGEWOOD', Month: '6', Price: '3500'}, geometry: { type: 'Point', coordinates:[-73.903006, 40.70389145]} },
{type: 'Feature',properties:{Name: '4', Address: '1925 CORNELIA STREET, RIDGEWOOD', Month: '12', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.90233948, 40.70341055]} },
{type: 'Feature',properties:{Name: '4', Address: '2053 GATES AVENUE, RIDGEWOOD', Month: '8', Price: '5600'}, geometry: { type: 'Point', coordinates:[-73.90462818, 40.70698616]} },
{type: 'Feature',properties:{Name: '4', Address: '2048 GATES AVENUE, RIDGEWOOD', Month: '6', Price: '5600'}, geometry: { type: 'Point', coordinates:[-73.90464628, 40.70694226]} },
{type: 'Feature',properties:{Name: '4', Address: '2041 PALMETTO STREET, RIDGEWOOD', Month: '2', Price: '5600'}, geometry: { type: 'Point', coordinates:[-73.9039725, 40.70645587]} },
{type: 'Feature',properties:{Name: '4', Address: '64-07 FOREST AVENUE, RIDGEWOOD', Month: '4', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.90423227, 40.70890991]} },
{type: 'Feature',properties:{Name: '4', Address: '59-23 WOODBINE STREET, RIDGEWOOD', Month: '9', Price: '4772'}, geometry: { type: 'Point', coordinates:[-73.90217241, 40.70666021]} },
{type: 'Feature',properties:{Name: '4', Address: '59-17 WOODBINE STREET, RIDGEWOOD', Month: '7', Price: '3618'}, geometry: { type: 'Point', coordinates:[-73.90226622, 40.70663834]} },
{type: 'Feature',properties:{Name: '4', Address: '59-30 PUTNAM AVENUE, RIDGEWOOD', Month: '6', Price: '5508'}, geometry: { type: 'Point', coordinates:[-73.90165147, 40.70527366]} },
{type: 'Feature',properties:{Name: '4', Address: '67-15 FOREST AVENUE, RIDGEWOOD', Month: '11', Price: '3400'}, geometry: { type: 'Point', coordinates:[-73.90169643, 40.70413188]} },
{type: 'Feature',properties:{Name: '4', Address: '68-07 FOREST AVE, RIDGEWOOD', Month: '5', Price: '3582'}, geometry: { type: 'Point', coordinates:[-73.90139453, 40.70341249]} },
{type: 'Feature',properties:{Name: '4', Address: '59-11 CATALPA AVENUE, RIDGEWOOD', Month: '2', Price: '5625'}, geometry: { type: 'Point', coordinates:[-73.90066367, 40.70255001]} },
{type: 'Feature',properties:{Name: '4', Address: '60-01 67 AVENUE, RIDGEWOOD', Month: '7', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.90028536, 40.70470432]} },
{type: 'Feature',properties:{Name: '4', Address: '6002 69 AVENUE, RIDGEWOOD', Month: '12', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.89885355, 40.70229317]} },
{type: 'Feature',properties:{Name: '4', Address: '60-80 67TH AVENUE, RIDGEWOOD', Month: '2', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.8981998, 40.70528439]} },
{type: 'Feature',properties:{Name: '4', Address: '69-05 60TH LANE, RIDGEWOOD', Month: '1', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.8972445, 40.70262935]} },
{type: 'Feature',properties:{Name: '4', Address: '60-68 71ST AVENUE, RIDGEWOOD', Month: '6', Price: '5712'}, geometry: { type: 'Point', coordinates:[-73.89605236, 40.70157429]} },
{type: 'Feature',properties:{Name: '4', Address: '60-80 71ST AVENUE, RIDGEWOOD', Month: '10', Price: '5712'}, geometry: { type: 'Point', coordinates:[-73.8957132, 40.70167005]} },
{type: 'Feature',properties:{Name: '4', Address: '16-76 JEFFERSON AVENUE, RIDGEWOOD', Month: '9', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.90612178, 40.69904129]} },
{type: 'Feature',properties:{Name: '4', Address: '9-61 WYCKOFF AVENUE, RIDGEWOOD', Month: '5', Price: '4176'}, geometry: { type: 'Point', coordinates:[-73.90570339, 40.69652674]} },
{type: 'Feature',properties:{Name: '4', Address: '1672 GEORGE ST, RIDGEWOOD', Month: '11', Price: '3250'}, geometry: { type: 'Point', coordinates:[-73.9033149, 40.69730976]} },
{type: 'Feature',properties:{Name: '4', Address: '1656 STEPHEN STREET, RIDGEWOOD', Month: '3', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.902829, 40.69665609]} },
{type: 'Feature',properties:{Name: '4', Address: '1028 CYPRESS AVENUE, RIDGEWOOD', Month: '12', Price: '3250'}, geometry: { type: 'Point', coordinates:[-73.90179997, 40.69750335]} },
{type: 'Feature',properties:{Name: '4', Address: '1028 CYPRESS AVENUE, RIDGEWOOD', Month: '12', Price: '3250'}, geometry: { type: 'Point', coordinates:[-73.90179997, 40.69750335]} },
{type: 'Feature',properties:{Name: '4', Address: '1632 NORMAN STREET, RIDGEWOOD', Month: '1', Price: '2550'}, geometry: { type: 'Point', coordinates:[-73.90247675, 40.6958653]} },
{type: 'Feature',properties:{Name: '4', Address: '1636 NORMAN STREET, RIDGEWOOD', Month: '5', Price: '2550'}, geometry: { type: 'Point', coordinates:[-73.90241535, 40.69592838]} },
{type: 'Feature',properties:{Name: '4', Address: '1638 NORMAN STREET, RIDGEWOOD', Month: '10', Price: '2850'}, geometry: { type: 'Point', coordinates:[-73.90238284, 40.69596129]} },
{type: 'Feature',properties:{Name: '4', Address: '1645 SUMMERFIELD STREET, RIDGEWOOD', Month: '7', Price: '4545'}, geometry: { type: 'Point', coordinates:[-73.90158633, 40.69564771]} },
{type: 'Feature',properties:{Name: '4', Address: '1622 SUMMERFIELD ST, RIDGEWOOD', Month: '6', Price: '3210'}, geometry: { type: 'Point', coordinates:[-73.90188613, 40.69531585]} },
{type: 'Feature',properties:{Name: '4', Address: '932 SENECA AVENUE, RIDGEWOOD', Month: '12', Price: '5400'}, geometry: { type: 'Point', coordinates:[-73.90324946, 40.70016152]} },
{type: 'Feature',properties:{Name: '4', Address: '1071 CYPRESS AVENUE, RIDGEWOOD', Month: '11', Price: '33488'}, geometry: { type: 'Point', coordinates:[-73.90039836, 40.69666774]} },
{type: 'Feature',properties:{Name: '4', Address: '17-48 DECATUR STREET, RIDGEWOOD', Month: '1', Price: '3500'}, geometry: { type: 'Point', coordinates:[-73.89923692, 40.6968122]} },
{type: 'Feature',properties:{Name: '4', Address: '1824 CENTRE STREET, RIDGEWOOD', Month: '5', Price: '4725'}, geometry: { type: 'Point', coordinates:[-73.90196598, 40.69987223]} },
{type: 'Feature',properties:{Name: '4', Address: '1825 GEORGE STREET, RIDGEWOOD', Month: '3', Price: '4895'}, geometry: { type: 'Point', coordinates:[-73.90110806, 40.69959702]} },
{type: 'Feature',properties:{Name: '4', Address: '1817 GEORGE STREET, RIDGEWOOD', Month: '3', Price: '4895'}, geometry: { type: 'Point', coordinates:[-73.90118391, 40.69952023]} },
{type: 'Feature',properties:{Name: '4', Address: '72-18 FOREST AVENUE, RIDGEWOOD', Month: '12', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.89931151, 40.69995777]} },
{type: 'Feature',properties:{Name: '4', Address: '73-02 FOREST AVENUE, RIDGEWOOD', Month: '8', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.89868455, 40.69958393]} },
{type: 'Feature',properties:{Name: '4', Address: '72-03 FOREST AVENUE, RIDGEWOOD', Month: '7', Price: '5625'}, geometry: { type: 'Point', coordinates:[-73.89937994, 40.70001822]} },
{type: 'Feature',properties:{Name: '4', Address: '72-51 60TH LANE, RIDGEWOOD', Month: '10', Price: '3484'}, geometry: { type: 'Point', coordinates:[-73.8949664, 40.69953668]} },
{type: 'Feature',properties:{Name: '4', Address: '66-47 FRESH POND ROAD, RIDGEWOOD', Month: '12', Price: '8900'}, geometry: { type: 'Point', coordinates:[-73.89742814, 40.70750696]} },
{type: 'Feature',properties:{Name: '4', Address: '66-47 FRESH POND ROAD, RIDGEWOOD', Month: '12', Price: '8900'}, geometry: { type: 'Point', coordinates:[-73.89742814, 40.70750696]} },
{type: 'Feature',properties:{Name: '4', Address: '61-36 WOODBINE STREET, RIDGEWOOD', Month: '11', Price: '8000'}, geometry: { type: 'Point', coordinates:[-73.89724008, 40.70783342]} },
{type: 'Feature',properties:{Name: '4', Address: '66-69 FRESH POND ROAD, RIDGEWOOD', Month: '2', Price: '8200'}, geometry: { type: 'Point', coordinates:[-73.89707577, 40.7067985]} },
{type: 'Feature',properties:{Name: '4', Address: '61-24 MADISON STREET, RIDGEWOOD', Month: '12', Price: '9200'}, geometry: { type: 'Point', coordinates:[-73.89632835, 40.70731384]} },
{type: 'Feature',properties:{Name: '4', Address: '6156 MADISON STREET, RIDGEWOOD', Month: '7', Price: '9200'}, geometry: { type: 'Point', coordinates:[-73.89494638, 40.70766392]} },
{type: 'Feature',properties:{Name: '4', Address: '67-06 64TH STREET, RIDGEWOOD', Month: '3', Price: '2650'}, geometry: { type: 'Point', coordinates:[-73.89472856, 40.70626938]} },
{type: 'Feature',properties:{Name: '4', Address: '68-45 FRESH POND ROAD, RIDGEWOOD', Month: '7', Price: '9200'}, geometry: { type: 'Point', coordinates:[-73.89575625, 40.70411842]} },
{type: 'Feature',properties:{Name: '4', Address: '64-46 68 AVENUE, RIDGEWOOD', Month: '8', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.89328263, 40.70602377]} },
{type: 'Feature',properties:{Name: '4', Address: '1832 GEORGE ST, 1B, RIDGEWOOD', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90101419, 40.69966281]} },
{type: 'Feature',properties:{Name: '4', Address: '21-20 GREENE AVENUE, RIDGEWOOD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90740838, 40.71006531]} },
{type: 'Feature',properties:{Name: '4', Address: '21-08 BUTLER AVENUE, RIDGEWOOD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90714883, 40.70995531]} },
{type: 'Feature',properties:{Name: '4', Address: '1980 STARR STREET, RIDGEWOOD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91510198, 40.7129999]} },
{type: 'Feature',properties:{Name: '4', Address: '5926 BLEECKER STREET, RIDGEWOOD', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90473811, 40.71083166]} },
{type: 'Feature',properties:{Name: '4', Address: '5926 BLEECKER STREET, RIDGEWOOD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90473811, 40.71083166]} },
{type: 'Feature',properties:{Name: '4', Address: '852 CYPRESS AVENUE, RIDGEWOOD', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90582847, 40.69988643]} },
{type: 'Feature',properties:{Name: '4', Address: '852 CYPRESS AVENUE, RIDGEWOOD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90582847, 40.69988643]} },
{type: 'Feature',properties:{Name: '4', Address: '311 SAINT NICHOLAS AVENU, RIDGEWOOD', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9110019, 40.70124647]} },
{type: 'Feature',properties:{Name: '4', Address: '311 SAINT NICHOLAS AVENU, RIDGEWOOD', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9110019, 40.70124647]} },
{type: 'Feature',properties:{Name: '4', Address: '311 SAINT NICHOLAS AVENU, RIDGEWOOD', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9110019, 40.70124647]} },
{type: 'Feature',properties:{Name: '4', Address: '311 SAINT NICHOLAS AVE, RIDGEWOOD', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9110019, 40.70124647]} },
{type: 'Feature',properties:{Name: '4', Address: '311 SAINT NICHOLAS AVE, RIDGEWOOD', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9110019, 40.70124647]} },
{type: 'Feature',properties:{Name: '4', Address: '311 SAINT NICHOLAS AVE, RIDGEWOOD', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9110019, 40.70124647]} },
{type: 'Feature',properties:{Name: '4', Address: '311 SAINT NICHOLAS AVE, RIDGEWOOD', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9110019, 40.70124647]} },
{type: 'Feature',properties:{Name: '4', Address: '311 ST NICHOLAS AVENUE, RIDGEWOOD', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9110019, 40.70124647]} },
{type: 'Feature',properties:{Name: '4', Address: '311 ST NICHOLAS AVENUE, RIDGEWOOD', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9110019, 40.70124647]} },
{type: 'Feature',properties:{Name: '4', Address: '311 ST NICHOLAS AVENUE, RIDGEWOOD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9110019, 40.70124647]} },
{type: 'Feature',properties:{Name: '4', Address: '714 SENECA AVENUE, RIDGEWOOD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90744032, 40.70265172]} },
{type: 'Feature',properties:{Name: '4', Address: '714 SENECA AVENUE, RIDGEWOOD', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90744032, 40.70265172]} },
{type: 'Feature',properties:{Name: '4', Address: '714 SENECA AVENUE, RIDGEWOOD', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90744032, 40.70265172]} },
{type: 'Feature',properties:{Name: '4', Address: '714 SENECA AVENUE, RIDGEWOOD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90744032, 40.70265172]} },
{type: 'Feature',properties:{Name: '4', Address: '714 SENECA AVENUE, RIDGEWOOD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90744032, 40.70265172]} },
{type: 'Feature',properties:{Name: '4', Address: '714 SENECA AVENUE, RIDGEWOOD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90744032, 40.70265172]} },
{type: 'Feature',properties:{Name: '4', Address: '714 SENECA AVENUE, RIDGEWOOD', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90744032, 40.70265172]} },
{type: 'Feature',properties:{Name: '4', Address: '714 SENECA AVENUE, RIDGEWOOD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90744032, 40.70265172]} },
{type: 'Feature',properties:{Name: '4', Address: '714 SENECA AVENUE, RIDGEWOOD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90744032, 40.70265172]} },
{type: 'Feature',properties:{Name: '4', Address: '714 SENECA AVENUE, RIDGEWOOD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90744032, 40.70265172]} },
{type: 'Feature',properties:{Name: '4', Address: '714 SENECA AVENUE, RIDGEWOOD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90744032, 40.70265172]} },
{type: 'Feature',properties:{Name: '4', Address: '714 SENECA AVENUE, RIDGEWOOD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90744032, 40.70265172]} },
{type: 'Feature',properties:{Name: '4', Address: '714 SENECA AVENUE, RIDGEWOOD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90744032, 40.70265172]} },
{type: 'Feature',properties:{Name: '4', Address: '714 SENECA AVENUE, RIDGEWOOD', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90744032, 40.70265172]} },
{type: 'Feature',properties:{Name: '4', Address: '714 SENECA AVENUE, RIDGEWOOD', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90744032, 40.70265172]} },
{type: 'Feature',properties:{Name: '4', Address: '714 SENECA AVENUE, RIDGEWOOD', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90744032, 40.70265172]} },
{type: 'Feature',properties:{Name: '4', Address: '714 SENECA AVENUE, RIDGEWOOD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90744032, 40.70265172]} },
{type: 'Feature',properties:{Name: '4', Address: '63-34 FRESH POND ROAD, RIDGEWOOD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89974207, 40.71101956]} },
{type: 'Feature',properties:{Name: '4', Address: '63-34 FRESH POND ROAD, RIDGEWOOD', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89974207, 40.71101956]} },
{type: 'Feature',properties:{Name: '4', Address: '63-34 FRESH POND ROAD, RIDGEWOOD', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89974207, 40.71101956]} },
{type: 'Feature',properties:{Name: '4', Address: '63-34 FRESH POND ROAD, RIDGEWOOD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89974207, 40.71101956]} },
{type: 'Feature',properties:{Name: '4', Address: '63-34 FRESH POND ROAD, RIDGEWOOD', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89974207, 40.71101956]} },
{type: 'Feature',properties:{Name: '4', Address: '63-34 FRESH POND ROAD, RIDGEWOOD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89974207, 40.71101956]} },
{type: 'Feature',properties:{Name: '4', Address: '63-34 FRESH POND ROAD, RIDGEWOOD', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89974207, 40.71101956]} },
{type: 'Feature',properties:{Name: '4', Address: '63-34 FRESH POND ROAD, RIDGEWOOD', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89974207, 40.71101956]} },
{type: 'Feature',properties:{Name: '4', Address: '63-34 FRESH POND ROAD, RIDGEWOOD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89974207, 40.71101956]} },
{type: 'Feature',properties:{Name: '4', Address: '63-34 FRESH POND ROAD, RIDGEWOOD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89974207, 40.71101956]} },
{type: 'Feature',properties:{Name: '4', Address: '63-34 FRESH POND ROAD, RIDGEWOOD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89974207, 40.71101956]} },
{type: 'Feature',properties:{Name: '4', Address: '63-34 FRESH POND ROAD, RIDGEWOOD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89974207, 40.71101956]} },
{type: 'Feature',properties:{Name: '4', Address: '63-34 FRESH POND ROAD, RIDGEWOOD', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89974207, 40.71101956]} },
{type: 'Feature',properties:{Name: '4', Address: '620 GRANDVIEW AVENUE, RIDGEWOOD', Month: '11', Price: '3800'}, geometry: { type: 'Point', coordinates:[-73.90489357, 40.7080486]} },
{type: 'Feature',properties:{Name: '4', Address: '618 FAIRVIEW AVENUE, RIDGEWOOD', Month: '1', Price: '5675'}, geometry: { type: 'Point', coordinates:[-73.90644593, 40.70705352]} },
{type: 'Feature',properties:{Name: '4', Address: '389 ONDERDONK AVENUE, RIDGEWOOD', Month: '11', Price: '4350'}, geometry: { type: 'Point', coordinates:[-73.91375594, 40.7078607]} },
{type: 'Feature',properties:{Name: '4', Address: '377 ONDERDONK AVENUE, RIDGEWOOD', Month: '8', Price: '4350'}, geometry: { type: 'Point', coordinates:[-73.91401544, 40.70801461]} },
{type: 'Feature',properties:{Name: '4', Address: '279 ST. NICHOLAS AVENUE, RIDGEWOOD', Month: '2', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.91226681, 40.70199401]} },
{type: 'Feature',properties:{Name: '4', Address: '361 ST NICHOLAS AVENUE, RIDGEWOOD', Month: '9', Price: '5000'}, geometry: { type: 'Point', coordinates:[-73.90867719, 40.70015497]} },
{type: 'Feature',properties:{Name: '4', Address: '361 ST NICHOLAS AVENUE, RIDGEWOOD', Month: '7', Price: '5000'}, geometry: { type: 'Point', coordinates:[-73.90867719, 40.70015497]} },
{type: 'Feature',properties:{Name: '4', Address: '682 SENECA AVENUE, RIDGEWOOD', Month: '7', Price: '4725'}, geometry: { type: 'Point', coordinates:[-73.90818267, 40.70309148]} },
{type: 'Feature',properties:{Name: '4', Address: '801 CYPRESS AVENUE, RIDGEWOOD', Month: '3', Price: '4614'}, geometry: { type: 'Point', coordinates:[-73.90654913, 40.70033716]} },
{type: 'Feature',properties:{Name: '4', Address: '1852 WOODBINE STREET, RIDGEWOOD', Month: '3', Price: '6250'}, geometry: { type: 'Point', coordinates:[-73.90592816, 40.7033559]} },
{type: 'Feature',properties:{Name: '4', Address: '66-42 FOREST AVENUE, RIDGEWOOD', Month: '7', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.90291192, 40.70658399]} },
{type: 'Feature',properties:{Name: '4', Address: '6515 FOREST AVE, RIDGEWOOD', Month: '6', Price: '3250'}, geometry: { type: 'Point', coordinates:[-73.90381497, 40.70814926]} },
{type: 'Feature',properties:{Name: '4', Address: '66-68 FRESH POND ROAD, RIDGEWOOD', Month: '1', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.89710819, 40.70682323]} },
{type: 'Feature',properties:{Name: '4', Address: '9-91 WYCKOFF AVENUE, RIDGEWOOD', Month: '8', Price: '4500'}, geometry: { type: 'Point', coordinates:[-73.90486741, 40.69605395]} },
{type: 'Feature',properties:{Name: '4', Address: '10-01 WYCKOFF AVENUE, RIDGEWOOD', Month: '7', Price: '5850'}, geometry: { type: 'Point', coordinates:[-73.90459715, 40.69590551]} },
{type: 'Feature',properties:{Name: '4', Address: '10-70 SENECA AVENUE, RIDGEWOOD', Month: '10', Price: '4740'}, geometry: { type: 'Point', coordinates:[-73.89948765, 40.69794876]} },
{type: 'Feature',properties:{Name: '4', Address: '59-40 MYRTLE AVENUE, RIDGEWOOD', Month: '6', Price: '4410'}, geometry: { type: 'Point', coordinates:[-73.89831168, 40.70050859]} },
{type: 'Feature',properties:{Name: '4', Address: '66-45 FRESH POND ROAD, RIDGEWOOD', Month: '10', Price: '8700'}, geometry: { type: 'Point', coordinates:[-73.89745331, 40.70755914]} },
{type: 'Feature',properties:{Name: '4', Address: '607 ONDERDONK AVENUE, RIDGEWOOD', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9088041, 40.70493371]} },
{type: 'Feature',properties:{Name: '4', Address: '354 ONDERDONK AVENUE, RIDGEWOOD', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91476513, 40.70843786]} },
{type: 'Feature',properties:{Name: '4', Address: '354 ONDERDONK AVENUE, RIDGEWOOD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91476513, 40.70843786]} },
{type: 'Feature',properties:{Name: '4', Address: '79-20 CYPRESS AVENUE, RIDGEWOOD', Month: '6', Price: '3008'}, geometry: { type: 'Point', coordinates:[-73.89785924, 40.69450813]} },
{type: 'Feature',properties:{Name: '4', Address: '16-12 GEORGE STREET, RIDGEWOOD', Month: '7', Price: '10250'}, geometry: { type: 'Point', coordinates:[-73.9041817, 40.69641843]} },
{type: 'Feature',properties:{Name: '4', Address: '56-48 MYRTLE AVENUE, RIDGEWOOD', Month: '4', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.90445741, 40.70031074]} },
{type: 'Feature',properties:{Name: '4', Address: '56-50 MYRTLE AVENUE, RIDGEWOOD', Month: '9', Price: '5400'}, geometry: { type: 'Point', coordinates:[-73.90443216, 40.70031347]} },
{type: 'Feature',properties:{Name: '4', Address: '56-52 MYRTLE AVENUE, RIDGEWOOD', Month: '12', Price: '3700'}, geometry: { type: 'Point', coordinates:[-73.90440691, 40.70031619]} },
{type: 'Feature',properties:{Name: '4', Address: '56-52 MYRTLE AVENUE, RIDGEWOOD', Month: '4', Price: '3700'}, geometry: { type: 'Point', coordinates:[-73.90440691, 40.70031619]} },
{type: 'Feature',properties:{Name: '4', Address: '57-32 MYRTLE AVENUE, RIDGEWOOD', Month: '4', Price: '3700'}, geometry: { type: 'Point', coordinates:[-73.90232935, 40.70047639]} },
{type: 'Feature',properties:{Name: '4', Address: '57-38 MYRTLE AVENUE, RIDGEWOOD', Month: '5', Price: '3750'}, geometry: { type: 'Point', coordinates:[-73.90226082, 40.70047908]} },
{type: 'Feature',properties:{Name: '4', Address: '19-25 FLUSHING AVENUE, RIDGEWOOD', Month: '11', Price: '4177'}, geometry: { type: 'Point', coordinates:[-73.91764158, 40.71286725]} },
{type: 'Feature',properties:{Name: '4', Address: '819 WYCKOFF AVENUE, RIDGEWOOD', Month: '8', Price: '21000'}, geometry: { type: 'Point', coordinates:[-73.90843842, 40.69807425]} },
{type: 'Feature',properties:{Name: '4', Address: '8-01 WYCKOFF AVENUE, RIDGEWOOD', Month: '9', Price: '10300'}, geometry: { type: 'Point', coordinates:[-73.90865463, 40.69819794]} },
{type: 'Feature',properties:{Name: '4', Address: '1671 SUMMERFIELD STREET, RIDGEWOOD', Month: '6', Price: '20000'}, geometry: { type: 'Point', coordinates:[-73.90121432, 40.69602891]} },
{type: 'Feature',properties:{Name: '4', Address: '1671 SUMMERFIELD STREET, RIDGEWOOD', Month: '7', Price: '20000'}, geometry: { type: 'Point', coordinates:[-73.90121432, 40.69602891]} },
{type: 'Feature',properties:{Name: '4', Address: '1671 SUMMERFIELD STREET, RIDGEWOOD', Month: '1', Price: '20000'}, geometry: { type: 'Point', coordinates:[-73.90121432, 40.69602891]} },
{type: 'Feature',properties:{Name: '4', Address: '16-77 CODY AVENUE, RIDGEWOOD', Month: '10', Price: '1667'}, geometry: { type: 'Point', coordinates:[-73.89958538, 40.69531661]} },
{type: 'Feature',properties:{Name: '4', Address: '15-15 COOPER AVENUE, RIDGEWOOD', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90266913, 40.6925388]} },
{type: 'Feature',properties:{Name: '4', Address: '1635 WEIRFIELD STREET, RIDGEWOOD', Month: '9', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.90532323, 40.69758316]} },
{type: 'Feature',properties:{Name: '4', Address: 'CENTRE STREET, RIDGEWOOD', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90401438, 40.69741464]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A CENTRE STREET, RIDGEWOOD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90378717, 40.6974172]} },
{type: 'Feature',properties:{Name: '4', Address: '16-60 CENTRE STREET, RIDGEWOOD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90420892, 40.69755205]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A GEORGE STREET, RIDGEWOOD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90372611, 40.69725246]} },
{type: 'Feature',properties:{Name: '4', Address: '6308 TRAFFIC STREET, RIDGEWOOD', Month: '2', Price: '3530'}, geometry: { type: 'Point', coordinates:[-73.89841813, 40.7111227]} },
{type: 'Feature',properties:{Name: '4', Address: '67-04 64TH STREET, RIDGEWOOD', Month: '6', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.89473576, 40.70628037]} },
{type: 'Feature',properties:{Name: '4', Address: '61-15 71ST AVENUE, RIDGEWOOD', Month: '7', Price: '4500'}, geometry: { type: 'Point', coordinates:[-73.8946271, 40.70200118]} },
{type: 'Feature',properties:{Name: '4', Address: '976 CYPRESS AVENUE, RIDGEWOOD', Month: '9', Price: '15500'}, geometry: { type: 'Point', coordinates:[-73.90325567, 40.69836644]} },
{type: 'Feature',properties:{Name: '4', Address: '1631 GEORGE STREET, RIDGEWOOD', Month: '9', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.90393607, 40.69669545]} },
{type: 'Feature',properties:{Name: '4', Address: '1614 STEPHEN ST, RIDGEWOOD', Month: '12', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.90343576, 40.69603629]} },
{type: 'Feature',properties:{Name: '4', Address: '18-46 DECATUR STREET, RIDGEWOOD', Month: '2', Price: '9020'}, geometry: { type: 'Point', coordinates:[-73.8975611, 40.69844386]} },
{type: 'Feature',properties:{Name: '4', Address: '72-42 60TH LANE, RIDGEWOOD', Month: '5', Price: '43800'}, geometry: { type: 'Point', coordinates:[-73.89499163, 40.6995422]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A METROPOLITAN AVENUE, RIDGEWOOD', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92293239, 40.71362847]} },
{type: 'Feature',properties:{Name: '4', Address: '4600 METROPOLITAN AVENUE, RIDGEWOOD', Month: '4', Price: '4225'}, geometry: { type: 'Point', coordinates:[-73.92355965, 40.71397199]} },
{type: 'Feature',properties:{Name: '4', Address: '53-24 METROPOLITAN AVENUE, RIDGEWOOD', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91231328, 40.71327778]} },
{type: 'Feature',properties:{Name: '4', Address: '311 SAINT NICHOLAS AVENU, RIDGEWOOD', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9110019, 40.70124647]} },
{type: 'Feature',properties:{Name: '4', Address: '53-24 METROPOLITAN AVENUE, RIDGEWOOD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91231328, 40.71327778]} },
{type: 'Feature',properties:{Name: '4', Address: '53-24 METROPOLITAN AVE, RIDGEWOOD', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91231328, 40.71327778]} },
{type: 'Feature',properties:{Name: '4', Address: '1980 STARR STREET, RIDGEWOOD', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91510198, 40.7129999]} },
{type: 'Feature',properties:{Name: '4', Address: '311 SAINT NICHOLAS AVE, RIDGEWOOD', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9110019, 40.70124647]} },
{type: 'Feature',properties:{Name: '4', Address: '311 SAINT NICHOLAS AVE, RIDGEWOOD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9110019, 40.70124647]} },
{type: 'Feature',properties:{Name: '4', Address: '311 ST NICHOLAS AVENUE, RIDGEWOOD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9110019, 40.70124647]} },
{type: 'Feature',properties:{Name: '4', Address: '311 ST NICHOLAS AVENUE, RIDGEWOOD', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9110019, 40.70124647]} },
{type: 'Feature',properties:{Name: '4', Address: '311 ST NICHOLAS AVENUE, RIDGEWOOD', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9110019, 40.70124647]} },
{type: 'Feature',properties:{Name: '4', Address: '714 SENECA AVENUE, RIDGEWOOD', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90744032, 40.70265172]} },
{type: 'Feature',properties:{Name: '4', Address: '1980 STARR STREET, RIDGEWOOD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91510198, 40.7129999]} },
{type: 'Feature',properties:{Name: '4', Address: '100-06 ROCKAWAY BEACH BLVD, ROCKAWAY PARK', Month: '2', Price: '420'}, geometry: { type: 'Point', coordinates:[-73.82136644, 40.58374482]} },
{type: 'Feature',properties:{Name: '4', Address: '326 SEASIDE AVENUE, ROCKAWAY PARK', Month: '12', Price: '1332'}, geometry: { type: 'Point', coordinates:[-73.82436687, 40.58455093]} },
{type: 'Feature',properties:{Name: '4', Address: '179 BEACH 101 STREET, ROCKAWAY PARK', Month: '6', Price: '520'}, geometry: { type: 'Point', coordinates:[-73.82139363, 40.58300102]} },
{type: 'Feature',properties:{Name: '4', Address: '166A BEACH 109 STREET, ROCKAWAY PARK', Month: '11', Price: '402'}, geometry: { type: 'Point', coordinates:[-73.82983931, 40.58027178]} },
{type: 'Feature',properties:{Name: '4', Address: '114-07 ROCKAWAY BEACH BLVD, ROCKAWAY PARK', Month: '6', Price: '780'}, geometry: { type: 'Point', coordinates:[-73.83558132, 40.58026367]} },
{type: 'Feature',properties:{Name: '4', Address: '401 BEACH 117 STREET, ROCKAWAY PARK', Month: '1', Price: '2944'}, geometry: { type: 'Point', coordinates:[-73.83911414, 40.58125131]} },
{type: 'Feature',properties:{Name: '4', Address: '122-11 BEACH CHANNEL DRIVE, ROCKAWAY PARK', Month: '12', Price: '2752'}, geometry: { type: 'Point', coordinates:[-73.84434446, 40.58148359]} },
{type: 'Feature',properties:{Name: '4', Address: '443 BEACH 122 STREET, ROCKAWAY PARK', Month: '8', Price: '2014'}, geometry: { type: 'Point', coordinates:[-73.84362662, 40.58055487]} },
{type: 'Feature',properties:{Name: '4', Address: '427 BEACH 123RD STREET, ROCKAWAY PARK', Month: '11', Price: '1192'}, geometry: { type: 'Point', coordinates:[-73.84437638, 40.58014417]} },
{type: 'Feature',properties:{Name: '4', Address: '427 BEACH 123 STREET, ROCKAWAY PARK', Month: '7', Price: '1192'}, geometry: { type: 'Point', coordinates:[-73.84437638, 40.58014417]} },
{type: 'Feature',properties:{Name: '4', Address: '423 BEACH 123 STREET, ROCKAWAY PARK', Month: '4', Price: '1212'}, geometry: { type: 'Point', coordinates:[-73.84434411, 40.58008923]} },
{type: 'Feature',properties:{Name: '4', Address: '214A BEACH 117 STREET, ROCKAWAY PARK', Month: '10', Price: '824'}, geometry: { type: 'Point', coordinates:[-73.83818851, 40.579938]} },
{type: 'Feature',properties:{Name: '4', Address: '214-D BEACH 117, ROCKAWAY PARK', Month: '11', Price: '824'}, geometry: { type: 'Point', coordinates:[-73.83794352, 40.58001725]} },
{type: 'Feature',properties:{Name: '4', Address: '2-26 BEACH 99 STREET, ROCKAWAY PARK', Month: '1', Price: '3319'}, geometry: { type: 'Point', coordinates:[-73.82050756, 40.5845038]} },
{type: 'Feature',properties:{Name: '4', Address: '141 BEACH 98 STREET, ROCKAWAY PARK', Month: '5', Price: '2346'}, geometry: { type: 'Point', coordinates:[-73.81902287, 40.583689]} },
{type: 'Feature',properties:{Name: '4', Address: '117-01 BEACH CHANNEL DRIVE, ROCKAWAY PARK', Month: '10', Price: '1489'}, geometry: { type: 'Point', coordinates:[-73.83950545, 40.58170475]} },
{type: 'Feature',properties:{Name: '4', Address: '118-02 NEWPORT AVENUE, ROCKAWAY PARK', Month: '7', Price: '1575'}, geometry: { type: 'Point', coordinates:[-73.84002589, 40.58085733]} },
{type: 'Feature',properties:{Name: '4', Address: '436 BEACH 120TH STREET, ROCKAWAY PARK', Month: '6', Price: '2216'}, geometry: { type: 'Point', coordinates:[-73.84198358, 40.58116197]} },
{type: 'Feature',properties:{Name: '4', Address: '431 BEACH 121 STREET, ROCKAWAY PARK', Month: '12', Price: '1739'}, geometry: { type: 'Point', coordinates:[-73.84267252, 40.58060023]} },
{type: 'Feature',properties:{Name: '4', Address: '442 BEACH 122 STREET, ROCKAWAY PARK', Month: '9', Price: '3555'}, geometry: { type: 'Point', coordinates:[-73.84360501, 40.58056308]} },
{type: 'Feature',properties:{Name: '4', Address: '441 BEACH 123RD STREET, ROCKAWAY PARK', Month: '4', Price: '3234'}, geometry: { type: 'Point', coordinates:[-73.84448395, 40.58033096]} },
{type: 'Feature',properties:{Name: '4', Address: '454 BEACH 124 STREET, ROCKAWAY PARK', Month: '3', Price: '1912'}, geometry: { type: 'Point', coordinates:[-73.84540572, 40.5802581]} },
{type: 'Feature',properties:{Name: '4', Address: '211 BEACH 117TH STREET, ROCKAWAY PARK', Month: '4', Price: '1900'}, geometry: { type: 'Point', coordinates:[-73.83832546, 40.57987506]} },
{type: 'Feature',properties:{Name: '4', Address: '238 BEACH 118 STREET, ROCKAWAY PARK', Month: '5', Price: '1569'}, geometry: { type: 'Point', coordinates:[-73.83956628, 40.58035988]} },
{type: 'Feature',properties:{Name: '4', Address: '226 BEACH 122ND STREET, ROCKAWAY PARK', Month: '8', Price: '2310'}, geometry: { type: 'Point', coordinates:[-73.84272305, 40.57901655]} },
{type: 'Feature',properties:{Name: '4', Address: '228 BEACH 122 STREET, ROCKAWAY PARK', Month: '4', Price: '2310'}, geometry: { type: 'Point', coordinates:[-73.84275532, 40.57906874]} },
{type: 'Feature',properties:{Name: '4', Address: '123-19 NEWPORT AVENUE, ROCKAWAY PARK', Month: '8', Price: '2672'}, geometry: { type: 'Point', coordinates:[-73.84423046, 40.57942758]} },
{type: 'Feature',properties:{Name: '4', Address: '123-03 NEWPORT AVENUE, ROCKAWAY PARK', Month: '2', Price: '2600'}, geometry: { type: 'Point', coordinates:[-73.84413318, 40.57946038]} },
{type: 'Feature',properties:{Name: '4', Address: '171 BEACH 118TH STREET, ROCKAWAY PARK', Month: '7', Price: '4202'}, geometry: { type: 'Point', coordinates:[-73.83854824, 40.57855786]} },
{type: 'Feature',properties:{Name: '4', Address: '165 BEACH 118 STREET, ROCKAWAY PARK', Month: '3', Price: '3100'}, geometry: { type: 'Point', coordinates:[-73.83850164, 40.57847545]} },
{type: 'Feature',properties:{Name: '4', Address: '147 BEACH 123 STREET, ROCKAWAY PARK', Month: '12', Price: '2316'}, geometry: { type: 'Point', coordinates:[-73.84240089, 40.57671321]} },
{type: 'Feature',properties:{Name: '4', Address: '204 BEACH 102 STREET, ROCKAWAY PARK', Month: '8', Price: '2931'}, geometry: { type: 'Point', coordinates:[-73.82269601, 40.58332967]} },
{type: 'Feature',properties:{Name: '4', Address: '101-04 ROCKAWAY BEACH BLVD, ROCKAWAY PARK', Month: '12', Price: '2940'}, geometry: { type: 'Point', coordinates:[-73.82187831, 40.58350133]} },
{type: 'Feature',properties:{Name: '4', Address: '418 BEACH 119TH STREET, ROCKAWAY PARK', Month: '12', Price: '1959'}, geometry: { type: 'Point', coordinates:[-73.84086098, 40.58090516]} },
{type: 'Feature',properties:{Name: '4', Address: '426 BEACH 123RD STREET, ROCKAWAY PARK', Month: '7', Price: '2162'}, geometry: { type: 'Point', coordinates:[-73.84435837, 40.58014964]} },
{type: 'Feature',properties:{Name: '4', Address: '116-12 ROCKAWAY BEACH BLVD, ROCKAWAY PARK', Month: '4', Price: '2314'}, geometry: { type: 'Point', coordinates:[-73.83748342, 40.5797284]} },
{type: 'Feature',properties:{Name: '4', Address: '242 BEACH 119TH STREET, ROCKAWAY PARK', Month: '12', Price: '2946'}, geometry: { type: 'Point', coordinates:[-73.84001131, 40.57943001]} },
{type: 'Feature',properties:{Name: '4', Address: '185 BEACH 118 STREET, ROCKAWAY PARK', Month: '7', Price: '4104'}, geometry: { type: 'Point', coordinates:[-73.83865937, 40.57875016]} },
{type: 'Feature',properties:{Name: '4', Address: '158 BEACH 123RD STREET, ROCKAWAY PARK', Month: '12', Price: '3212'}, geometry: { type: 'Point', coordinates:[-73.84247967, 40.57688899]} },
{type: 'Feature',properties:{Name: '4', Address: '101-14 SHORE FRONT PARKWAY, ROCKAWAY PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82115446, 40.58223759]} },
{type: 'Feature',properties:{Name: '4', Address: '174 BEACH 102ND STREET, ROCKAWAY PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82224067, 40.58262081]} },
{type: 'Feature',properties:{Name: '4', Address: '181 BEACH 117 STREET, ROCKAWAY PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83780565, 40.57897403]} },
{type: 'Feature',properties:{Name: '4', Address: '155 BEACH 120 STREET, ROCKAWAY PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84004057, 40.57773651]} },
{type: 'Feature',properties:{Name: '4', Address: '155 BEACH 120 STREET, ROCKAWAY PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84004057, 40.57773651]} },
{type: 'Feature',properties:{Name: '4', Address: '150 BEACH 123 STREET, ROCKAWAY PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84240796, 40.57676537]} },
{type: 'Feature',properties:{Name: '4', Address: '150 BEACH 123 STREET, ROCKAWAY PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84240796, 40.57676537]} },
{type: 'Feature',properties:{Name: '4', Address: '150 BEACH 123 STREET, ROCKAWAY PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84240796, 40.57676537]} },
{type: 'Feature',properties:{Name: '4', Address: '150 BEACH 123 STREET, ROCKAWAY PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84240796, 40.57676537]} },
{type: 'Feature',properties:{Name: '4', Address: '167 BEACH 114TH STREET, ROCKAWAY PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83502854, 40.57960961]} },
{type: 'Feature',properties:{Name: '4', Address: '108-02 ROCKAWAY BEACH BLVD, ROCKAWAY PARK', Month: '4', Price: '6000'}, geometry: { type: 'Point', coordinates:[-73.83005134, 40.58183389]} },
{type: 'Feature',properties:{Name: '4', Address: '110-14 ROCKAWAY BEACH BLVD, ROCKAWAY PARK', Month: '11', Price: '5820'}, geometry: { type: 'Point', coordinates:[-73.83224181, 40.58118933]} },
{type: 'Feature',properties:{Name: '4', Address: '100-03 ROCKAWAY BEACH BLVD, ROCKAWAY PARK', Month: '10', Price: '5600'}, geometry: { type: 'Point', coordinates:[-73.82122591, 40.58379127]} },
{type: 'Feature',properties:{Name: '4', Address: '100-03 ROCKAWAY BEACH BLVD, ROCKAWAY PARK', Month: '2', Price: '5600'}, geometry: { type: 'Point', coordinates:[-73.82122591, 40.58379127]} },
{type: 'Feature',properties:{Name: '4', Address: '100-03 ROCKAWAY BEACH BLVD, ROCKAWAY PARK', Month: '7', Price: '5600'}, geometry: { type: 'Point', coordinates:[-73.82122591, 40.58379127]} },
{type: 'Feature',properties:{Name: '4', Address: '100-03 ROCKAWAY BEACH BLVD, ROCKAWAY PARK', Month: '5', Price: '5600'}, geometry: { type: 'Point', coordinates:[-73.82122591, 40.58379127]} },
{type: 'Feature',properties:{Name: '4', Address: '176C BEACH 109TH STREET, ROCKAWAY PARK', Month: '4', Price: '5040'}, geometry: { type: 'Point', coordinates:[-73.82993216, 40.58056836]} },
{type: 'Feature',properties:{Name: '4', Address: '169 BEACH 109 STREET, ROCKAWAY PARK', Month: '3', Price: '3750'}, geometry: { type: 'Point', coordinates:[-73.83009124, 40.58030234]} },
{type: 'Feature',properties:{Name: '4', Address: '155 BEACH 113 STREET, ROCKAWAY PARK', Month: '3', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.8341031, 40.57970984]} },
{type: 'Feature',properties:{Name: '4', Address: '154 BEACH 114 STREET, ROCKAWAY PARK', Month: '12', Price: '3900'}, geometry: { type: 'Point', coordinates:[-73.83490656, 40.57944201]} },
{type: 'Feature',properties:{Name: '4', Address: '114-11 ROCKAWAY BEACH BOULE, ROCKAWAY PARK', Month: '7', Price: '17000'}, geometry: { type: 'Point', coordinates:[-73.83592761, 40.5799842]} },
{type: 'Feature',properties:{Name: '4', Address: '431 BEACH 122 STREET, ROCKAWAY PARK', Month: '1', Price: '3720'}, geometry: { type: 'Point', coordinates:[-73.84354417, 40.58040929]} },
{type: 'Feature',properties:{Name: '4', Address: '180 BEACH 117TH STREET, ROCKAWAY PARK', Month: '12', Price: '50816'}, geometry: { type: 'Point', coordinates:[-73.83777329, 40.57895751]} },
{type: 'Feature',properties:{Name: '4', Address: '117-12 OCEAN PROMENADE, 6H, ROCKAWAY PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83712187, 40.57741401]} },
{type: 'Feature',properties:{Name: '4', Address: '117-12 OCEAN PROMENADE, 2K, ROCKAWAY PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83712187, 40.57741401]} },
{type: 'Feature',properties:{Name: '4', Address: '117-12 OCEAN PROMENADE, 7B, ROCKAWAY PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83712187, 40.57741401]} },
{type: 'Feature',properties:{Name: '4', Address: '11712 OCEAN PROMENADE, 5L, ROCKAWAY PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83712187, 40.57741401]} },
{type: 'Feature',properties:{Name: '4', Address: '129 BEACH 118TH STREET, 6A, ROCKAWAY PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83821485, 40.57798099]} },
{type: 'Feature',properties:{Name: '4', Address: '129 BEACH 118 STREET, 4B, ROCKAWAY PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83821485, 40.57798099]} },
{type: 'Feature',properties:{Name: '4', Address: '129 BEACH 118 STREET, 1J, ROCKAWAY PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83821485, 40.57798099]} },
{type: 'Feature',properties:{Name: '4', Address: '129 BEACH 118 STREET, 1L, ROCKAWAY PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83821485, 40.57798099]} },
{type: 'Feature',properties:{Name: '4', Address: '129 BEACH 118TH STREET, 2G, ROCKAWAY PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83821485, 40.57798099]} },
{type: 'Feature',properties:{Name: '4', Address: '133 BEACH 120TH STREET, IF, ROCKAWAY PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83987207, 40.57744532]} },
{type: 'Feature',properties:{Name: '4', Address: '133 BEACH 120TH STREET, 5E, ROCKAWAY PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83987207, 40.57744532]} },
{type: 'Feature',properties:{Name: '4', Address: '133 BEACH 120TH, 3F, ROCKAWAY PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83987207, 40.57744532]} },
{type: 'Feature',properties:{Name: '4', Address: '130 BEACH 121ST STREET, 2E, ROCKAWAY PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84058943, 40.57703186]} },
{type: 'Feature',properties:{Name: '4', Address: '130 BEACH 121 STREET, 3B, ROCKAWAY PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84058943, 40.57703186]} },
{type: 'Feature',properties:{Name: '4', Address: '130 BEACH 121ST STREET, 4F, ROCKAWAY PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84058943, 40.57703186]} },
{type: 'Feature',properties:{Name: '4', Address: '121-16 OCEAN PROMENADE, 6A, ROCKAWAY PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84023161, 40.57612832]} },
{type: 'Feature',properties:{Name: '4', Address: '121-16 OCEAN PROMENADE, 5C, ROCKAWAY PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84023161, 40.57612832]} },
{type: 'Feature',properties:{Name: '4', Address: '121-16 OCEAN PROMENADE, 1K, ROCKAWAY PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84023161, 40.57612832]} },
{type: 'Feature',properties:{Name: '4', Address: '121-16 OCEAN PROMENADE, 3D, ROCKAWAY PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84023161, 40.57612832]} },
{type: 'Feature',properties:{Name: '4', Address: '121-16 OCEAN PROMENADE, 3H, ROCKAWAY PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84023161, 40.57612832]} },
{type: 'Feature',properties:{Name: '4', Address: '175 BEACH 100 STREET, ROCKAWAY PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82096, 40.58360146]} },
{type: 'Feature',properties:{Name: '4', Address: '1-76 BEACH 101 STREET, ROCKAWAY PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82135408, 40.58298175]} },
{type: 'Feature',properties:{Name: '4', Address: '187 BEACH 100 STREET, ROCKAWAY PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82100302, 40.58367015]} },
{type: 'Feature',properties:{Name: '4', Address: '103-10 ROCKAWAY BEACH BLVD, ROCKAWAY PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82381114, 40.58367723]} },
{type: 'Feature',properties:{Name: '4', Address: '136 BEACH 117 STREET, ROCKAWAY PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83742914, 40.57836689]} },
{type: 'Feature',properties:{Name: '4', Address: '136 BEACH 117TH STREET, ROCKAWAY PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83742914, 40.57836689]} },
{type: 'Feature',properties:{Name: '4', Address: '136 BEACH 117 STREET, ROCKAWAY PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83742914, 40.57836689]} },
{type: 'Feature',properties:{Name: '4', Address: '136 BEACH 117TH STREET, ROCKAWAY PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83742914, 40.57836689]} },
{type: 'Feature',properties:{Name: '4', Address: '136 BEACH 117 STREET, ROCKAWAY PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83742914, 40.57836689]} },
{type: 'Feature',properties:{Name: '4', Address: '136 BEACH 117 STREET, ROCKAWAY PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83742914, 40.57836689]} },
{type: 'Feature',properties:{Name: '4', Address: '136 BEACH 117TH STREET, ROCKAWAY PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83742914, 40.57836689]} },
{type: 'Feature',properties:{Name: '4', Address: '136 BEACH 117 STREET, ROCKAWAY PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83742914, 40.57836689]} },
{type: 'Feature',properties:{Name: '4', Address: '136 BEACH 117 STREET, ROCKAWAY PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83742914, 40.57836689]} },
{type: 'Feature',properties:{Name: '4', Address: '136 BEACH 117TH STREET, ROCKAWAY PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83742914, 40.57836689]} },
{type: 'Feature',properties:{Name: '4', Address: '118-20 OCEAN PROMENADE, ROCKAWAY PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83799734, 40.57712155]} },
{type: 'Feature',properties:{Name: '4', Address: '130 BEACH 119TH STREET, ROCKAWAY PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83902904, 40.57772412]} },
{type: 'Feature',properties:{Name: '4', Address: '155 BEACH 120 STREET, ROCKAWAY PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84004057, 40.57773651]} },
{type: 'Feature',properties:{Name: '4', Address: '117-18 ROCKAWAY BEACH BLVD, ROCKAWAY PARK', Month: '2', Price: '2078'}, geometry: { type: 'Point', coordinates:[-73.8383373, 40.57944414]} },
{type: 'Feature',properties:{Name: '4', Address: '101-19 ROCKAWAY BEACH BLVD, ROCKAWAY PARK', Month: '7', Price: '9400'}, geometry: { type: 'Point', coordinates:[-73.82194686, 40.58344654]} },
{type: 'Feature',properties:{Name: '4', Address: '113-07 ROCKAWAY BEACH BOULE, ROCKAWAY PARK', Month: '12', Price: '3405'}, geometry: { type: 'Point', coordinates:[-73.83485399, 40.58032027]} },
{type: 'Feature',properties:{Name: '4', Address: '217 BEACH 116 STREET, ROCKAWAY PARK', Month: '3', Price: '5100'}, geometry: { type: 'Point', coordinates:[-73.83736737, 40.58007957]} },
{type: 'Feature',properties:{Name: '4', Address: '2-11 BEACH 116 STREET, ROCKAWAY PARK', Month: '9', Price: '4979'}, geometry: { type: 'Point', coordinates:[-73.83732434, 40.58001089]} },
{type: 'Feature',properties:{Name: '4', Address: '201-209 BEACH 116TH STREET, ROCKAWAY PARK', Month: '10', Price: '13004'}, geometry: { type: 'Point', coordinates:[-73.83725623, 40.57989002]} },
{type: 'Feature',properties:{Name: '4', Address: '129-147 BEACH 116 STREET, ROCKAWAY PARK', Month: '2', Price: '12550'}, geometry: { type: 'Point', coordinates:[-73.83650346, 40.57857419]} },
{type: 'Feature',properties:{Name: '4', Address: '115-20 BEACH CHANNEL DRIVE, ROCKAWAY PARK', Month: '4', Price: '2595'}, geometry: { type: 'Point', coordinates:[-73.83786699, 40.58188361]} },
{type: 'Feature',properties:{Name: '4', Address: '11502 ROCKAWAY BEACH BOULE, ROCKAWAY PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83647049, 40.58027592]} },
{type: 'Feature',properties:{Name: '4', Address: '11432 ROCKAWAY BEACH BOULE, ROCKAWAY PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8363372, 40.58031416]} },
{type: 'Feature',properties:{Name: '4', Address: '114-24 ROCKAWAY BEACH BOULE, ROCKAWAY PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83620751, 40.58034965]} },
{type: 'Feature',properties:{Name: '4', Address: '11422 ROCKAWAY BEACH BOULE, ROCKAWAY PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83607782, 40.5803879]} },
{type: 'Feature',properties:{Name: '4', Address: '11414 ROCKAWAY BEACH BOULE, ROCKAWAY PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83595894, 40.58042066]} },
{type: 'Feature',properties:{Name: '4', Address: '11410 ROCKAWAY BEACH BOULE, ROCKAWAY PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83585447, 40.58044796]} },
{type: 'Feature',properties:{Name: '4', Address: '11406 ROCKAWAY BEACH BOULE, ROCKAWAY PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83576801, 40.58047254]} },
{type: 'Feature',properties:{Name: '4', Address: '11404 ROCKAWAY BEACH BOULE, ROCKAWAY PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83568155, 40.58049712]} },
{type: 'Feature',properties:{Name: '4', Address: '11402 ROCKAWAY BEACH BOULE, ROCKAWAY PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83559149, 40.5805217]} },
{type: 'Feature',properties:{Name: '4', Address: 'BEACH CHANNEL DRIVE, ROCKAWAY PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83827262, 40.58236727]} },
{type: 'Feature',properties:{Name: '4', Address: 'ROCKAWAY BEACH BLVD, ROCKAWAY PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82827426, 40.58270684]} },
{type: 'Feature',properties:{Name: '4', Address: '158 BEACH 116 STREET, ROCKAWAY PARK', Month: '3', Price: '11408'}, geometry: { type: 'Point', coordinates:[-73.83664673, 40.57886808]} },
{type: 'Feature',properties:{Name: '4', Address: '1-68 BEACH 101 STREET, ROCKAWAY PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82132183, 40.5829268]} },
{type: 'Feature',properties:{Name: '4', Address: '1-68 BEACH 101 STREET, ROCKAWAY PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82132183, 40.5829268]} },
{type: 'Feature',properties:{Name: '4', Address: '1-68 BEACH 101 STREET, ROCKAWAY PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82132183, 40.5829268]} },
{type: 'Feature',properties:{Name: '4', Address: '102-18 ROCKAWAY BEACH BLVD, ROCKAWAY PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82347608, 40.58377004]} },
{type: 'Feature',properties:{Name: '4', Address: '136 BEACH 117 STREET, ROCKAWAY PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83742914, 40.57836689]} },
{type: 'Feature',properties:{Name: '4', Address: '136 BEACH 117 STREET, ROCKAWAY PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83742914, 40.57836689]} },
{type: 'Feature',properties:{Name: '4', Address: '136 BEACH 117 STREET, ROCKAWAY PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83742914, 40.57836689]} },
{type: 'Feature',properties:{Name: '4', Address: '136 BEACH 117 STREET, ROCKAWAY PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83742914, 40.57836689]} },
{type: 'Feature',properties:{Name: '4', Address: '136 BEACH 117 STREET, ROCKAWAY PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83742914, 40.57836689]} },
{type: 'Feature',properties:{Name: '4', Address: '136 BEACH 117 STREET, ROCKAWAY PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83742914, 40.57836689]} },
{type: 'Feature',properties:{Name: '4', Address: '136 BEACH 117 STREET, ROCKAWAY PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83742914, 40.57836689]} },
{type: 'Feature',properties:{Name: '4', Address: '136 BEACH 117 STREET, ROCKAWAY PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83742914, 40.57836689]} },
{type: 'Feature',properties:{Name: '4', Address: '136 BEACH 117 STREET, ROCKAWAY PARK', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83742914, 40.57836689]} },
{type: 'Feature',properties:{Name: '4', Address: '136 BEACH 117TH STREET, ROCKAWAY PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83742914, 40.57836689]} },
{type: 'Feature',properties:{Name: '4', Address: '118-20 OCEAN PROMENADE, ROCKAWAY PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83799734, 40.57712155]} },
{type: 'Feature',properties:{Name: '4', Address: '118-20 OCEAN PROMENADE, ROCKAWAY PARK', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83799734, 40.57712155]} },
{type: 'Feature',properties:{Name: '4', Address: '129-30 243 STREET, ROSEDALE', Month: '9', Price: '944'}, geometry: { type: 'Point', coordinates:[-73.72831883, 40.67775035]} },
{type: 'Feature',properties:{Name: '4', Address: '243-03 130TH ROAD, ROSEDALE', Month: '6', Price: '1240'}, geometry: { type: 'Point', coordinates:[-73.72822236, 40.67753603]} },
{type: 'Feature',properties:{Name: '4', Address: '130-17 244TH STREET, ROSEDALE', Month: '4', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.72739605, 40.67770974]} },
{type: 'Feature',properties:{Name: '4', Address: '131-18 242ND STREET, ROSEDALE', Month: '9', Price: '988'}, geometry: { type: 'Point', coordinates:[-73.72988705, 40.67687845]} },
{type: 'Feature',properties:{Name: '4', Address: '242-07 131ST ROAD, ROSEDALE', Month: '4', Price: '837'}, geometry: { type: 'Point', coordinates:[-73.72988148, 40.67647221]} },
{type: 'Feature',properties:{Name: '4', Address: '24305 132ND AVENUE, ROSEDALE', Month: '10', Price: '983'}, geometry: { type: 'Point', coordinates:[-73.72897249, 40.67570428]} },
{type: 'Feature',properties:{Name: '4', Address: '243-21 132ND AVENUE, ROSEDALE', Month: '10', Price: '808'}, geometry: { type: 'Point', coordinates:[-73.72855847, 40.67556332]} },
{type: 'Feature',properties:{Name: '4', Address: '241-18 132ND RD, ROSEDALE', Month: '11', Price: '1148'}, geometry: { type: 'Point', coordinates:[-73.73107807, 40.67566256]} },
{type: 'Feature',properties:{Name: '4', Address: '242-35 133RD AVENUE, ROSEDALE', Month: '10', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.73041141, 40.67469758]} },
{type: 'Feature',properties:{Name: '4', Address: '242-35 133RD AVENUE, ROSEDALE', Month: '3', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.73041141, 40.67469758]} },
{type: 'Feature',properties:{Name: '4', Address: '243-37 132 ROAD, ROSEDALE', Month: '8', Price: '864'}, geometry: { type: 'Point', coordinates:[-73.72927793, 40.67506272]} },
{type: 'Feature',properties:{Name: '4', Address: '243-06 132ND AVENUE, ROSEDALE', Month: '8', Price: '912'}, geometry: { type: 'Point', coordinates:[-73.72893656, 40.675674]} },
{type: 'Feature',properties:{Name: '4', Address: '243-28 132ND ROAD, ROSEDALE', Month: '2', Price: '1283'}, geometry: { type: 'Point', coordinates:[-73.72931759, 40.67506007]} },
{type: 'Feature',properties:{Name: '4', Address: '134-38 241ST STREET, ROSEDALE', Month: '12', Price: '1468'}, geometry: { type: 'Point', coordinates:[-73.7332595, 40.67287893]} },
{type: 'Feature',properties:{Name: '4', Address: '134-38 241ST STREET, ROSEDALE', Month: '2', Price: '1468'}, geometry: { type: 'Point', coordinates:[-73.7332595, 40.67287893]} },
{type: 'Feature',properties:{Name: '4', Address: '133-48 245 STREET, ROSEDALE', Month: '11', Price: '1206'}, geometry: { type: 'Point', coordinates:[-73.72916371, 40.67300386]} },
{type: 'Feature',properties:{Name: '4', Address: '245-12 134TH AVENUE, ROSEDALE', Month: '12', Price: '1513'}, geometry: { type: 'Point', coordinates:[-73.72944876, 40.67205209]} },
{type: 'Feature',properties:{Name: '4', Address: '245-12 134TH AVENUE, ROSEDALE', Month: '9', Price: '1513'}, geometry: { type: 'Point', coordinates:[-73.72944876, 40.67205209]} },
{type: 'Feature',properties:{Name: '4', Address: '134-26 246TH STREET, ROSEDALE', Month: '6', Price: '1063'}, geometry: { type: 'Point', coordinates:[-73.72904762, 40.67140886]} },
{type: 'Feature',properties:{Name: '4', Address: '135-15 242ND STREET, ROSEDALE', Month: '4', Price: '1083'}, geometry: { type: 'Point', coordinates:[-73.73314672, 40.67133335]} },
{type: 'Feature',properties:{Name: '4', Address: '135-36 243RD STREET, ROSEDALE', Month: '8', Price: '840'}, geometry: { type: 'Point', coordinates:[-73.73242767, 40.67085135]} },
{type: 'Feature',properties:{Name: '4', Address: '135-18 245TH STREET, ROSEDALE', Month: '5', Price: '1122'}, geometry: { type: 'Point', coordinates:[-73.7306088, 40.6704546]} },
{type: 'Feature',properties:{Name: '4', Address: '135-24 246TH STREET, ROSEDALE', Month: '1', Price: '1075'}, geometry: { type: 'Point', coordinates:[-73.72998078, 40.66975595]} },
{type: 'Feature',properties:{Name: '4', Address: '135-46 246TH STREET, ROSEDALE', Month: '12', Price: '1015'}, geometry: { type: 'Point', coordinates:[-73.7300534, 40.66962711]} },
{type: 'Feature',properties:{Name: '4', Address: '136-34 242ND STREET, ROSEDALE', Month: '6', Price: '1428'}, geometry: { type: 'Point', coordinates:[-73.73401424, 40.6698422]} },
{type: 'Feature',properties:{Name: '4', Address: '137-15 241ST STREET, ROSEDALE', Month: '6', Price: '1413'}, geometry: { type: 'Point', coordinates:[-73.73549198, 40.66899472]} },
{type: 'Feature',properties:{Name: '4', Address: '242-06 136TH AVENUE, ROSEDALE', Month: '10', Price: '1405'}, geometry: { type: 'Point', coordinates:[-73.73355102, 40.67029402]} },
{type: 'Feature',properties:{Name: '4', Address: '242-06 136TH AVENUE, ROSEDALE', Month: '4', Price: '1405'}, geometry: { type: 'Point', coordinates:[-73.73355102, 40.67029402]} },
{type: 'Feature',properties:{Name: '4', Address: '137-43 243RD ST, ROSEDALE', Month: '10', Price: '1094'}, geometry: { type: 'Point', coordinates:[-73.73392358, 40.66817041]} },
{type: 'Feature',properties:{Name: '4', Address: '136-08 HOOK CREEK BOULEVARD, ROSEDALE', Month: '12', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.72913106, 40.66861761]} },
{type: 'Feature',properties:{Name: '4', Address: '244-31 137TH AVENUE, ROSEDALE', Month: '10', Price: '1373'}, geometry: { type: 'Point', coordinates:[-73.73244115, 40.6683893]} },
{type: 'Feature',properties:{Name: '4', Address: '244-31 137TH AVE, ROSEDALE', Month: '6', Price: '1373'}, geometry: { type: 'Point', coordinates:[-73.73244115, 40.6683893]} },
{type: 'Feature',properties:{Name: '4', Address: '246-30 137TH ROAD, ROSEDALE', Month: '6', Price: '963'}, geometry: { type: 'Point', coordinates:[-73.73080278, 40.66705151]} },
{type: 'Feature',properties:{Name: '4', Address: '247-17 137TH AVENUE, ROSEDALE', Month: '6', Price: '908'}, geometry: { type: 'Point', coordinates:[-73.72885822, 40.66745317]} },
{type: 'Feature',properties:{Name: '4', Address: '138-11 243RD STREET, ROSEDALE', Month: '9', Price: '1188'}, geometry: { type: 'Point', coordinates:[-73.73444271, 40.66725485]} },
{type: 'Feature',properties:{Name: '4', Address: '236-05 NORTH CONDUIT AVENUE, ROSEDALE', Month: '11', Price: '1014'}, geometry: { type: 'Point', coordinates:[-73.73968723, 40.66641046]} },
{type: 'Feature',properties:{Name: '4', Address: '236-05 NORTH CONDUIT AVENUE, ROSEDALE', Month: '1', Price: '1014'}, geometry: { type: 'Point', coordinates:[-73.73968723, 40.66641046]} },
{type: 'Feature',properties:{Name: '4', Address: '147-34 224TH ST, ROSEDALE', Month: '11', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.75784716, 40.65855062]} },
{type: 'Feature',properties:{Name: '4', Address: '147-34 224 STREET, ROSEDALE', Month: '4', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.75784716, 40.65855062]} },
{type: 'Feature',properties:{Name: '4', Address: '146-16 220TH STREET, ROSEDALE', Month: '10', Price: '1050'}, geometry: { type: 'Point', coordinates:[-73.76002108, 40.66139603]} },
{type: 'Feature',properties:{Name: '4', Address: '146-11 220TH STREET, ROSEDALE', Month: '5', Price: '1290'}, geometry: { type: 'Point', coordinates:[-73.75997409, 40.66143436]} },
{type: 'Feature',properties:{Name: '4', Address: '225-10 146TH AVENUE, ROSEDALE', Month: '10', Price: '716'}, geometry: { type: 'Point', coordinates:[-73.75561413, 40.66008572]} },
{type: 'Feature',properties:{Name: '4', Address: '146-41 229TH STREET, ROSEDALE', Month: '12', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.75228356, 40.65916458]} },
{type: 'Feature',properties:{Name: '4', Address: '230-02 146TH AVENUE, ROSEDALE', Month: '10', Price: '1204'}, geometry: { type: 'Point', coordinates:[-73.75073568, 40.6596059]} },
{type: 'Feature',properties:{Name: '4', Address: '145-94 221 STREET, ROSEDALE', Month: '4', Price: '768'}, geometry: { type: 'Point', coordinates:[-73.75880159, 40.66173109]} },
{type: 'Feature',properties:{Name: '4', Address: '221-11 146TH AVENUE, ROSEDALE', Month: '7', Price: '1714'}, geometry: { type: 'Point', coordinates:[-73.75883915, 40.66131122]} },
{type: 'Feature',properties:{Name: '4', Address: '145-49 221ST STREET, ROSEDALE', Month: '8', Price: '1100'}, geometry: { type: 'Point', coordinates:[-73.75816015, 40.66268768]} },
{type: 'Feature',properties:{Name: '4', Address: '145-46 223RD STREET, ROSEDALE', Month: '4', Price: '853'}, geometry: { type: 'Point', coordinates:[-73.7565982, 40.66203387]} },
{type: 'Feature',properties:{Name: '4', Address: '145-62 223RD STREET, ROSEDALE', Month: '8', Price: '985'}, geometry: { type: 'Point', coordinates:[-73.75679395, 40.66172961]} },
{type: 'Feature',properties:{Name: '4', Address: '145-65 223RD STREET, ROSEDALE', Month: '1', Price: '2278'}, geometry: { type: 'Point', coordinates:[-73.75678683, 40.66170489]} },
{type: 'Feature',properties:{Name: '4', Address: '145-45 223RD STREET, ROSEDALE', Month: '3', Price: '952'}, geometry: { type: 'Point', coordinates:[-73.75653309, 40.66209686]} },
{type: 'Feature',properties:{Name: '4', Address: '145-81 224TH STREET, ROSEDALE', Month: '1', Price: '1908'}, geometry: { type: 'Point', coordinates:[-73.75615457, 40.66112715]} },
{type: 'Feature',properties:{Name: '4', Address: '145-59 224TH STREET, ROSEDALE', Month: '9', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.75587545, 40.66156023]} },
{type: 'Feature',properties:{Name: '4', Address: '145-102 225TH STREET, ROSEDALE', Month: '6', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.75546055, 40.66068376]} },
{type: 'Feature',properties:{Name: '4', Address: '145-102 225TH STREET, ROSEDALE', Month: '5', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.75546055, 40.66068376]} },
{type: 'Feature',properties:{Name: '4', Address: '145-65 225TH STREET, ROSEDALE', Month: '1', Price: '1368'}, geometry: { type: 'Point', coordinates:[-73.75506919, 40.66125385]} },
{type: 'Feature',properties:{Name: '4', Address: '145-53 225TH STREET, ROSEDALE', Month: '9', Price: '1368'}, geometry: { type: 'Point', coordinates:[-73.75494595, 40.66144297]} },
{type: 'Feature',properties:{Name: '4', Address: '145-33 225TH STREET, ROSEDALE', Month: '4', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.7544928, 40.66215016]} },
{type: 'Feature',properties:{Name: '4', Address: '145-33 225 STREET, ROSEDALE', Month: '9', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.7544928, 40.66215016]} },
{type: 'Feature',properties:{Name: '4', Address: '145-23 225TH STREET, ROSEDALE', Month: '11', Price: '1146'}, geometry: { type: 'Point', coordinates:[-73.75435505, 40.66236122]} },
{type: 'Feature',properties:{Name: '4', Address: '226-04 145TH AVENUE, ROSEDALE', Month: '10', Price: '1034'}, geometry: { type: 'Point', coordinates:[-73.75300602, 40.66262457]} },
{type: 'Feature',properties:{Name: '4', Address: '145-33 229 STREET, ROSEDALE', Month: '9', Price: '1509'}, geometry: { type: 'Point', coordinates:[-73.75104735, 40.66108327]} },
{type: 'Feature',properties:{Name: '4', Address: '145-41 230TH STREET, ROSEDALE', Month: '8', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.75027036, 40.66066712]} },
{type: 'Feature',properties:{Name: '4', Address: '145-14 230TH PLACE, ROSEDALE', Month: '5', Price: '900'}, geometry: { type: 'Point', coordinates:[-73.74920708, 40.66066755]} },
{type: 'Feature',properties:{Name: '4', Address: '144-21 221 STREET, ROSEDALE', Month: '1', Price: '1526'}, geometry: { type: 'Point', coordinates:[-73.75712745, 40.66516953]} },
{type: 'Feature',properties:{Name: '4', Address: '14421 224 STREET, ROSEDALE', Month: '3', Price: '900'}, geometry: { type: 'Point', coordinates:[-73.75430735, 40.66454871]} },
{type: 'Feature',properties:{Name: '4', Address: '144-31 225TH STREET, ROSEDALE', Month: '3', Price: '1442'}, geometry: { type: 'Point', coordinates:[-73.75328921, 40.66401953]} },
{type: 'Feature',properties:{Name: '4', Address: '144-31 225TH STREET, ROSEDALE', Month: '4', Price: '1442'}, geometry: { type: 'Point', coordinates:[-73.75328921, 40.66401953]} },
{type: 'Feature',properties:{Name: '4', Address: '144-14 226TH STREET, ROSEDALE', Month: '6', Price: '1000'}, geometry: { type: 'Point', coordinates:[-73.75232692, 40.66399002]} },
{type: 'Feature',properties:{Name: '4', Address: '226-07 145TH AVENUE, ROSEDALE', Month: '6', Price: '1000'}, geometry: { type: 'Point', coordinates:[-73.75298435, 40.66263551]} },
{type: 'Feature',properties:{Name: '4', Address: '226-03 145TH AVENUE, ROSEDALE', Month: '5', Price: '1000'}, geometry: { type: 'Point', coordinates:[-73.75300955, 40.66264379]} },
{type: 'Feature',properties:{Name: '4', Address: '227-15 145TH AVENUE, ROSEDALE', Month: '4', Price: '1000'}, geometry: { type: 'Point', coordinates:[-73.75209168, 40.66230421]} },
{type: 'Feature',properties:{Name: '4', Address: '144-46 228TH STREET, ROSEDALE', Month: '3', Price: '1000'}, geometry: { type: 'Point', coordinates:[-73.7509324, 40.66290831]} },
{type: 'Feature',properties:{Name: '4', Address: '144-24 230 PLACE, ROSEDALE', Month: '8', Price: '1020'}, geometry: { type: 'Point', coordinates:[-73.74821007, 40.66220795]} },
{type: 'Feature',properties:{Name: '4', Address: '144-46 230TH PLACE, ROSEDALE', Month: '2', Price: '1020'}, geometry: { type: 'Point', coordinates:[-73.74837323, 40.66195304]} },
{type: 'Feature',properties:{Name: '4', Address: '144-15 230TH PLACE, ROSEDALE', Month: '12', Price: '1932'}, geometry: { type: 'Point', coordinates:[-73.74811594, 40.66231753]} },
{type: 'Feature',properties:{Name: '4', Address: '143-67 226 STREET, ROSEDALE', Month: '10', Price: '1125'}, geometry: { type: 'Point', coordinates:[-73.75181222, 40.66475745]} },
{type: 'Feature',properties:{Name: '4', Address: '227-24 143RD ROAD, ROSEDALE', Month: '12', Price: '1150'}, geometry: { type: 'Point', coordinates:[-73.75025764, 40.66502856]} },
{type: 'Feature',properties:{Name: '4', Address: '143-67 230TH PLACE, ROSEDALE', Month: '4', Price: '1176'}, geometry: { type: 'Point', coordinates:[-73.74756851, 40.66315349]} },
{type: 'Feature',properties:{Name: '4', Address: '230-01 EDGEWOOD AVENUE, ROSEDALE', Month: '2', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.74783861, 40.66416966]} },
{type: 'Feature',properties:{Name: '4', Address: '142-06 232ND STREET, ROSEDALE', Month: '6', Price: '1420'}, geometry: { type: 'Point', coordinates:[-73.74401015, 40.66522618]} },
{type: 'Feature',properties:{Name: '4', Address: '142-06 232ND STREET, ROSEDALE', Month: '10', Price: '1420'}, geometry: { type: 'Point', coordinates:[-73.74401015, 40.66522618]} },
{type: 'Feature',properties:{Name: '4', Address: '232-12 143RD AVENUE, ROSEDALE', Month: '5', Price: '1370'}, geometry: { type: 'Point', coordinates:[-73.74381813, 40.6645423]} },
{type: 'Feature',properties:{Name: '4', Address: '232-20 143RD AVENUE, ROSEDALE', Month: '3', Price: '1496'}, geometry: { type: 'Point', coordinates:[-73.74378934, 40.66453126]} },
{type: 'Feature',properties:{Name: '4', Address: '240-49 EDGEWOOD AVENUE, ROSEDALE', Month: '4', Price: '1323'}, geometry: { type: 'Point', coordinates:[-73.74341131, 40.65785508]} },
{type: 'Feature',properties:{Name: '4', Address: '240-15 145TH AVENUE, ROSEDALE', Month: '12', Price: '1624'}, geometry: { type: 'Point', coordinates:[-73.74214226, 40.660748]} },
{type: 'Feature',properties:{Name: '4', Address: '241-19 145TH AVENUE, ROSEDALE', Month: '5', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.74101962, 40.66025416]} },
{type: 'Feature',properties:{Name: '4', Address: '241-02 144TH AVENUE, ROSEDALE', Month: '12', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.74057753, 40.66086251]} },
{type: 'Feature',properties:{Name: '4', Address: '240-29 144TH AVENUE, ROSEDALE', Month: '6', Price: '1624'}, geometry: { type: 'Point', coordinates:[-73.74155258, 40.66130936]} },
{type: 'Feature',properties:{Name: '4', Address: '240-29 144TH AVENUE, ROSEDALE', Month: '5', Price: '1624'}, geometry: { type: 'Point', coordinates:[-73.74155258, 40.66130936]} },
{type: 'Feature',properties:{Name: '4', Address: '240-03 CANEY ROAD, ROSEDALE', Month: '12', Price: '1624'}, geometry: { type: 'Point', coordinates:[-73.74135148, 40.66204726]} },
{type: 'Feature',properties:{Name: '4', Address: '241-22 WELLER AVENUE, ROSEDALE', Month: '8', Price: '1656'}, geometry: { type: 'Point', coordinates:[-73.73962478, 40.66209277]} },
{type: 'Feature',properties:{Name: '4', Address: '241-14 143 AVENUE, ROSEDALE', Month: '4', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.73916459, 40.66271479]} },
{type: 'Feature',properties:{Name: '4', Address: '240-06 142ND AVENUE, ROSEDALE', Month: '12', Price: '1672'}, geometry: { type: 'Point', coordinates:[-73.74015451, 40.66397415]} },
{type: 'Feature',properties:{Name: '4', Address: '243-22 MAYDA ROAD, ROSEDALE', Month: '9', Price: '1596'}, geometry: { type: 'Point', coordinates:[-73.73996146, 40.65894251]} },
{type: 'Feature',properties:{Name: '4', Address: '243-39 MAYDA ROAD, ROSEDALE', Month: '1', Price: '1624'}, geometry: { type: 'Point', coordinates:[-73.73994339, 40.65895619]} },
{type: 'Feature',properties:{Name: '4', Address: '243-39 MAYDA ROAD, ROSEDALE', Month: '7', Price: '1624'}, geometry: { type: 'Point', coordinates:[-73.73994339, 40.65895619]} },
{type: 'Feature',properties:{Name: '4', Address: '243-40 144TH AVENUE, ROSEDALE', Month: '1', Price: '1610'}, geometry: { type: 'Point', coordinates:[-73.73901593, 40.66017552]} },
{type: 'Feature',properties:{Name: '4', Address: '243-40 144TH AVE, ROSEDALE', Month: '10', Price: '1610'}, geometry: { type: 'Point', coordinates:[-73.73901593, 40.66017552]} },
{type: 'Feature',properties:{Name: '4', Address: '243-50 CANEY ROAD, ROSEDALE', Month: '8', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.73854135, 40.66079202]} },
{type: 'Feature',properties:{Name: '4', Address: '141-05 243 STREET, ROSEDALE', Month: '7', Price: '974'}, geometry: { type: 'Point', coordinates:[-73.73707528, 40.66330565]} },
{type: 'Feature',properties:{Name: '4', Address: '143-05 248TH STREET, ROSEDALE', Month: '12', Price: '1624'}, geometry: { type: 'Point', coordinates:[-73.73668238, 40.66148221]} },
{type: 'Feature',properties:{Name: '4', Address: '143-05 248TH STREET, ROSEDALE', Month: '12', Price: '1624'}, geometry: { type: 'Point', coordinates:[-73.73668238, 40.66148221]} },
{type: 'Feature',properties:{Name: '4', Address: '249-11 145 AVENUE, ROSEDALE', Month: '1', Price: '1998'}, geometry: { type: 'Point', coordinates:[-73.73736038, 40.6586429]} },
{type: 'Feature',properties:{Name: '4', Address: '249-15 MAYDA ROAD, ROSEDALE', Month: '4', Price: '1762'}, geometry: { type: 'Point', coordinates:[-73.73789612, 40.658054]} },
{type: 'Feature',properties:{Name: '4', Address: '144-20 WELLER LANE, ROSEDALE', Month: '5', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.73471006, 40.65894698]} },
{type: 'Feature',properties:{Name: '4', Address: '144-27 WELLER LANE, ROSEDALE', Month: '12', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.73468845, 40.65894144]} },
{type: 'Feature',properties:{Name: '4', Address: '142-18 254TH STREET, ROSEDALE', Month: '2', Price: '900'}, geometry: { type: 'Point', coordinates:[-73.73312655, 40.65925623]} },
{type: 'Feature',properties:{Name: '4', Address: '144-42 254 ST, ROSEDALE', Month: '7', Price: '2880'}, geometry: { type: 'Point', coordinates:[-73.73380292, 40.65866217]} },
{type: 'Feature',properties:{Name: '4', Address: '144-23 256TH STREET, ROSEDALE', Month: '11', Price: '900'}, geometry: { type: 'Point', coordinates:[-73.73283711, 40.65863249]} },
{type: 'Feature',properties:{Name: '4', Address: '257-04 145TH AVENUE, ROSEDALE', Month: '6', Price: '1125'}, geometry: { type: 'Point', coordinates:[-73.73139728, 40.65816801]} },
{type: 'Feature',properties:{Name: '4', Address: '257-58 145TH AVENUE, ROSEDALE', Month: '10', Price: '1273'}, geometry: { type: 'Point', coordinates:[-73.73025487, 40.65813789]} },
{type: 'Feature',properties:{Name: '4', Address: '141-38 254TH STREET, ROSEDALE', Month: '12', Price: '2994'}, geometry: { type: 'Point', coordinates:[-73.73165645, 40.66004331]} },
{type: 'Feature',properties:{Name: '4', Address: '141-17 CANEY LANE, ROSEDALE', Month: '1', Price: '1304'}, geometry: { type: 'Point', coordinates:[-73.73240835, 40.66129119]} },
{type: 'Feature',properties:{Name: '4', Address: '249-18 FRANCIS LEWIS BLVD, ROSEDALE', Month: '1', Price: '2001'}, geometry: { type: 'Point', coordinates:[-73.73286489, 40.66249447]} },
{type: 'Feature',properties:{Name: '4', Address: '259-26 145TH AVENUE, ROSEDALE', Month: '9', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.72805954, 40.65822879]} },
{type: 'Feature',properties:{Name: '4', Address: '140-55 255TH STREET, ROSEDALE', Month: '8', Price: '1125'}, geometry: { type: 'Point', coordinates:[-73.72953611, 40.66029086]} },
{type: 'Feature',properties:{Name: '4', Address: '141-36 256TH STREET, ROSEDALE', Month: '9', Price: '1000'}, geometry: { type: 'Point', coordinates:[-73.72883512, 40.65983632]} },
{type: 'Feature',properties:{Name: '4', Address: '139-14 254TH STREET, ROSEDALE', Month: '2', Price: '1051'}, geometry: { type: 'Point', coordinates:[-73.72957595, 40.66113361]} },
{type: 'Feature',properties:{Name: '4', Address: '253-23 139TH AVENUE, ROSEDALE', Month: '6', Price: '1066'}, geometry: { type: 'Point', coordinates:[-73.72927993, 40.66124819]} },
{type: 'Feature',properties:{Name: '4', Address: '248-07 139TH AVENUE, ROSEDALE', Month: '11', Price: '1043'}, geometry: { type: 'Point', coordinates:[-73.73174874, 40.6639823]} },
{type: 'Feature',properties:{Name: '4', Address: '138-30 249TH STREET, ROSEDALE', Month: '10', Price: '1376'}, geometry: { type: 'Point', coordinates:[-73.73033551, 40.66404487]} },
{type: 'Feature',properties:{Name: '4', Address: '138-30 247TH STREET, ROSEDALE', Month: '10', Price: '1276'}, geometry: { type: 'Point', coordinates:[-73.73181332, 40.66495411]} },
{type: 'Feature',properties:{Name: '4', Address: '138-30 247TH STREET, ROSEDALE', Month: '11', Price: '1276'}, geometry: { type: 'Point', coordinates:[-73.73181332, 40.66495411]} },
{type: 'Feature',properties:{Name: '4', Address: '137-24 249TH STREET, ROSEDALE', Month: '10', Price: '978'}, geometry: { type: 'Point', coordinates:[-73.72850174, 40.66470205]} },
{type: 'Feature',properties:{Name: '4', Address: '13709 249TH STREET, ROSEDALE', Month: '2', Price: '1568'}, geometry: { type: 'Point', coordinates:[-73.72827832, 40.6646878]} },
{type: 'Feature',properties:{Name: '4', Address: '137-03 249TH STREET, ROSEDALE', Month: '5', Price: '1568'}, geometry: { type: 'Point', coordinates:[-73.72819541, 40.6646876]} },
{type: 'Feature',properties:{Name: '4', Address: '137-24 250TH STREET, ROSEDALE', Month: '7', Price: '1173'}, geometry: { type: 'Point', coordinates:[-73.72840734, 40.66398544]} },
{type: 'Feature',properties:{Name: '4', Address: '137-15 250 STREET, ROSEDALE', Month: '11', Price: '1307'}, geometry: { type: 'Point', coordinates:[-73.72828125, 40.66396867]} },
{type: 'Feature',properties:{Name: '4', Address: '249-50 147TH AVENUE, ROSEDALE', Month: '10', Price: '1836'}, geometry: { type: 'Point', coordinates:[-73.73770454, 40.65727678]} },
{type: 'Feature',properties:{Name: '4', Address: '245-38 147TH DRIVE, ROSEDALE', Month: '7', Price: '1240'}, geometry: { type: 'Point', coordinates:[-73.74031912, 40.65594875]} },
{type: 'Feature',properties:{Name: '4', Address: '245-20 148TH ROAD, ROSEDALE', Month: '1', Price: '1236'}, geometry: { type: 'Point', coordinates:[-73.73964715, 40.65451445]} },
{type: 'Feature',properties:{Name: '4', Address: '249-38 148TH ROAD, ROSEDALE', Month: '3', Price: '1236'}, geometry: { type: 'Point', coordinates:[-73.73854805, 40.6544845]} },
{type: 'Feature',properties:{Name: '4', Address: '253-07 147TH ROAD, ROSEDALE', Month: '1', Price: '1727'}, geometry: { type: 'Point', coordinates:[-73.73633065, 40.65654353]} },
{type: 'Feature',properties:{Name: '4', Address: '254-10 147TH AVENUE, ROSEDALE', Month: '10', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.73368126, 40.65753927]} },
{type: 'Feature',properties:{Name: '4', Address: '253-15 147TH DRIVE, ROSEDALE', Month: '4', Price: '1512'}, geometry: { type: 'Point', coordinates:[-73.73628647, 40.65586821]} },
{type: 'Feature',properties:{Name: '4', Address: '253-03 147TH DRIVE, ROSEDALE', Month: '12', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.73630809, 40.65586826]} },
{type: 'Feature',properties:{Name: '4', Address: '253-06 148TH AVE, ROSEDALE', Month: '3', Price: '1088'}, geometry: { type: 'Point', coordinates:[-73.73633617, 40.65514918]} },
{type: 'Feature',properties:{Name: '4', Address: '149-82 WELLER LANE, ROSEDALE', Month: '2', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.73401798, 40.65082629]} },
{type: 'Feature',properties:{Name: '4', Address: '256-26 147TH AVENUE, ROSEDALE', Month: '6', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.73258931, 40.65750929]} },
{type: 'Feature',properties:{Name: '4', Address: '256-26 147TH AVENUE, ROSEDALE', Month: '6', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.73258931, 40.65750929]} },
{type: 'Feature',properties:{Name: '4', Address: '147-14 258 STREET, ROSEDALE', Month: '6', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.73069838, 40.65719746]} },
{type: 'Feature',properties:{Name: '4', Address: '255-51 149TH AVE, ROSEDALE', Month: '4', Price: '1728'}, geometry: { type: 'Point', coordinates:[-73.73392286, 40.65298896]} },
{type: 'Feature',properties:{Name: '4', Address: '257-43 148TH DRIVE, ROSEDALE', Month: '7', Price: '1125'}, geometry: { type: 'Point', coordinates:[-73.73159929, 40.65364506]} },
{type: 'Feature',properties:{Name: '4', Address: '257-31 149TH AVENUE, ROSEDALE', Month: '9', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.73164903, 40.65292878]} },
{type: 'Feature',properties:{Name: '4', Address: '257-04 149TH AVENUE, ROSEDALE', Month: '7', Price: '1700'}, geometry: { type: 'Point', coordinates:[-73.73168873, 40.65291515]} },
{type: 'Feature',properties:{Name: '4', Address: '259-23 148TH DRIVE, ROSEDALE', Month: '5', Price: '1125'}, geometry: { type: 'Point', coordinates:[-73.72919569, 40.65358728]} },
{type: 'Feature',properties:{Name: '4', Address: '259-76 148TH ROAD, ROSEDALE', Month: '8', Price: '1125'}, geometry: { type: 'Point', coordinates:[-73.72755686, 40.65423118]} },
{type: 'Feature',properties:{Name: '4', Address: '259-74 148TH DRIVE, ROSEDALE', Month: '7', Price: '1480'}, geometry: { type: 'Point', coordinates:[-73.7291381, 40.65356793]} },
{type: 'Feature',properties:{Name: '4', Address: '259-67 149TH AVENUE, ROSEDALE', Month: '10', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.72724551, 40.65281138]} },
{type: 'Feature',properties:{Name: '4', Address: '259-63 149TH AVENUE, ROSEDALE', Month: '11', Price: '1480'}, geometry: { type: 'Point', coordinates:[-73.72732839, 40.65281432]} },
{type: 'Feature',properties:{Name: '4', Address: '149-08 262ND STREET, ROSEDALE', Month: '3', Price: '1088'}, geometry: { type: 'Point', coordinates:[-73.72691879, 40.65250868]} },
{type: 'Feature',properties:{Name: '4', Address: '147-16 230TH STREET, ROSEDALE', Month: '5', Price: '2068'}, geometry: { type: 'Point', coordinates:[-73.75230034, 40.65755892]} },
{type: 'Feature',properties:{Name: '4', Address: '147-15 229TH ST, ROSEDALE', Month: '12', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.75320794, 40.65773379]} },
{type: 'Feature',properties:{Name: '4', Address: '147-10 230TH PLACE, ROSEDALE', Month: '8', Price: '1000'}, geometry: { type: 'Point', coordinates:[-73.75127711, 40.65746339]} },
{type: 'Feature',properties:{Name: '4', Address: '230-40 148TH AVENUE, ROSEDALE', Month: '2', Price: '1025'}, geometry: { type: 'Point', coordinates:[-73.75195666, 40.65596345]} },
{type: 'Feature',properties:{Name: '4', Address: '230-40 148TH AVENUE, ROSEDALE', Month: '4', Price: '1025'}, geometry: { type: 'Point', coordinates:[-73.75195666, 40.65596345]} },
{type: 'Feature',properties:{Name: '4', Address: '231-24 148TH AVENUE, ROSEDALE', Month: '3', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.75108568, 40.65564043]} },
{type: 'Feature',properties:{Name: '4', Address: '235-53 148TH AVENUE, ROSEDALE', Month: '1', Price: '2043'}, geometry: { type: 'Point', coordinates:[-73.74684392, 40.65557902]} },
{type: 'Feature',properties:{Name: '4', Address: '235-20 147 DRIVE, ROSEDALE', Month: '2', Price: '2043'}, geometry: { type: 'Point', coordinates:[-73.74645953, 40.65620124]} },
{type: 'Feature',properties:{Name: '4', Address: '235-12 148TH ROAD, ROSEDALE', Month: '12', Price: '1210'}, geometry: { type: 'Point', coordinates:[-73.74717792, 40.65494022]} },
{type: 'Feature',properties:{Name: '4', Address: '235-12 148TH ROAD, ROSEDALE', Month: '1', Price: '1210'}, geometry: { type: 'Point', coordinates:[-73.74717792, 40.65494022]} },
{type: 'Feature',properties:{Name: '4', Address: '147-16 EDGEWOOD STREET, ROSEDALE', Month: '3', Price: '978'}, geometry: { type: 'Point', coordinates:[-73.74269454, 40.65679948]} },
{type: 'Feature',properties:{Name: '4', Address: '241-08 147TH ROAD, ROSEDALE', Month: '2', Price: '978'}, geometry: { type: 'Point', coordinates:[-73.74306836, 40.6561251]} },
{type: 'Feature',properties:{Name: '4', Address: '239-37 148TH ROAD, ROSEDALE', Month: '10', Price: '978'}, geometry: { type: 'Point', coordinates:[-73.74554161, 40.65401711]} },
{type: 'Feature',properties:{Name: '4', Address: '239-25 148TH ROAD, ROSEDALE', Month: '9', Price: '1564'}, geometry: { type: 'Point', coordinates:[-73.74556323, 40.65401715]} },
{type: 'Feature',properties:{Name: '4', Address: '239-62 148TH ROAD, ROSEDALE', Month: '12', Price: '1077'}, geometry: { type: 'Point', coordinates:[-73.74549842, 40.65400054]} },
{type: 'Feature',properties:{Name: '4', Address: '238-44 148TH DRIVE, ROSEDALE', Month: '7', Price: '1060'}, geometry: { type: 'Point', coordinates:[-73.74593716, 40.65330159]} },
{type: 'Feature',properties:{Name: '4', Address: '238-52 148TH DRIVE, ROSEDALE', Month: '8', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.74592636, 40.65329882]} },
{type: 'Feature',properties:{Name: '4', Address: '238-56 148TH DRIVE, ROSEDALE', Month: '6', Price: '1222'}, geometry: { type: 'Point', coordinates:[-73.74592276, 40.65329881]} },
{type: 'Feature',properties:{Name: '4', Address: '238-43 149TH AVENUE, ROSEDALE', Month: '12', Price: '1656'}, geometry: { type: 'Point', coordinates:[-73.74601924, 40.65256891]} },
{type: 'Feature',properties:{Name: '4', Address: '238-11 149TH AVENUE, ROSEDALE', Month: '4', Price: '2050'}, geometry: { type: 'Point', coordinates:[-73.74605528, 40.65256899]} },
{type: 'Feature',properties:{Name: '4', Address: '147-54 HUXLEY STREET, ROSEDALE', Month: '9', Price: '1230'}, geometry: { type: 'Point', coordinates:[-73.74068266, 40.65607034]} },
{type: 'Feature',properties:{Name: '4', Address: '148-74 HUXLEY STREET, ROSEDALE', Month: '9', Price: '984'}, geometry: { type: 'Point', coordinates:[-73.73918285, 40.65343469]} },
{type: 'Feature',properties:{Name: '4', Address: '155-22 BROAD STREET, ROSEDALE', Month: '11', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.74597368, 40.63803237]} },
{type: 'Feature',properties:{Name: '4', Address: '155-42 BAYVIEW AVENUE, ROSEDALE', Month: '7', Price: '592'}, geometry: { type: 'Point', coordinates:[-73.74482118, 40.63790356]} },
{type: 'Feature',properties:{Name: '4', Address: '242-15 135TH AVENUE, ROSEDALE', Month: '8', Price: '1875'}, geometry: { type: 'Point', coordinates:[-73.73275272, 40.67159868]} },
{type: 'Feature',properties:{Name: '4', Address: '134-36 243 STREET, ROSEDALE', Month: '3', Price: '1532'}, geometry: { type: 'Point', coordinates:[-73.7316834, 40.67216162]} },
{type: 'Feature',properties:{Name: '4', Address: '134-36 243RD STREET, ROSEDALE', Month: '10', Price: '1532'}, geometry: { type: 'Point', coordinates:[-73.7316834, 40.67216162]} },
{type: 'Feature',properties:{Name: '4', Address: '136-15 241ST STREET, ROSEDALE', Month: '12', Price: '1376'}, geometry: { type: 'Point', coordinates:[-73.7347514, 40.67030502]} },
{type: 'Feature',properties:{Name: '4', Address: '246-01 136TH ROAD, ROSEDALE', Month: '1', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.72985683, 40.66831739]} },
{type: 'Feature',properties:{Name: '4', Address: '244-32 137TH AVE, ROSEDALE', Month: '11', Price: '2021'}, geometry: { type: 'Point', coordinates:[-73.73244843, 40.66837285]} },
{type: 'Feature',properties:{Name: '4', Address: '138-10 BROOKVILLE BOULEVARD, ROSEDALE', Month: '3', Price: '3550'}, geometry: { type: 'Point', coordinates:[-73.73691121, 40.6683502]} },
{type: 'Feature',properties:{Name: '4', Address: '13810 BROOKVILLE BLVD, ROSEDALE', Month: '7', Price: '3550'}, geometry: { type: 'Point', coordinates:[-73.73691121, 40.6683502]} },
{type: 'Feature',properties:{Name: '4', Address: '246-12 NORTH CONDUIT AVENUE, ROSEDALE', Month: '10', Price: '1950'}, geometry: { type: 'Point', coordinates:[-73.73103598, 40.66643173]} },
{type: 'Feature',properties:{Name: '4', Address: '146-35 220TH STREET, ROSEDALE', Month: '6', Price: '2340'}, geometry: { type: 'Point', coordinates:[-73.76009009, 40.6612507]} },
{type: 'Feature',properties:{Name: '4', Address: '146-43 221 STREET, ROSEDALE', Month: '9', Price: '2340'}, geometry: { type: 'Point', coordinates:[-73.75945777, 40.66068121]} },
{type: 'Feature',properties:{Name: '4', Address: '146-64 222 STREET, ROSEDALE', Month: '10', Price: '2300'}, geometry: { type: 'Point', coordinates:[-73.75890513, 40.66001032]} },
{type: 'Feature',properties:{Name: '4', Address: '146-41 224TH STREET, ROSEDALE', Month: '12', Price: '2288'}, geometry: { type: 'Point', coordinates:[-73.75695209, 40.65987446]} },
{type: 'Feature',properties:{Name: '4', Address: '146-25 224TH STREET, ROSEDALE', Month: '4', Price: '2288'}, geometry: { type: 'Point', coordinates:[-73.75685783, 40.66002523]} },
{type: 'Feature',properties:{Name: '4', Address: '146-28 226TH STREET, ROSEDALE', Month: '6', Price: '1510'}, geometry: { type: 'Point', coordinates:[-73.75525602, 40.65945092]} },
{type: 'Feature',properties:{Name: '4', Address: '146-17 227 STREET, ROSEDALE', Month: '6', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.75430523, 40.65925126]} },
{type: 'Feature',properties:{Name: '4', Address: '146-30 228TH STREET, ROSEDALE', Month: '1', Price: '1978'}, geometry: { type: 'Point', coordinates:[-73.75353528, 40.65888181]} },
{type: 'Feature',properties:{Name: '4', Address: '146-51 228TH STREET, ROSEDALE', Month: '1', Price: '1840'}, geometry: { type: 'Point', coordinates:[-73.75346655, 40.65895029]} },
{type: 'Feature',properties:{Name: '4', Address: '220-12 145TH ROAD, ROSEDALE', Month: '2', Price: '1170'}, geometry: { type: 'Point', coordinates:[-73.75845299, 40.66344036]} },
{type: 'Feature',properties:{Name: '4', Address: '145-78 221ST STREET, ROSEDALE', Month: '6', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.75860222, 40.66204358]} },
{type: 'Feature',properties:{Name: '4', Address: '145-84 224TH STREET, ROSEDALE', Month: '8', Price: '3150'}, geometry: { type: 'Point', coordinates:[-73.75623781, 40.661034]} },
{type: 'Feature',properties:{Name: '4', Address: '145-20 223RD STREET, ROSEDALE', Month: '8', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.75599648, 40.66296033]} },
{type: 'Feature',properties:{Name: '4', Address: '145-22 226TH STREET, ROSEDALE', Month: '2', Price: '1947'}, geometry: { type: 'Point', coordinates:[-73.75357038, 40.66206585]} },
{type: 'Feature',properties:{Name: '4', Address: '145-24 226TH STREET, ROSEDALE', Month: '2', Price: '1947'}, geometry: { type: 'Point', coordinates:[-73.75359937, 40.66202199]} },
{type: 'Feature',properties:{Name: '4', Address: '145-28 230TH STREET, ROSEDALE', Month: '12', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.75019409, 40.66082341]} },
{type: 'Feature',properties:{Name: '4', Address: '145-30 230TH STREET, ROSEDALE', Month: '5', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.7502086, 40.66079874]} },
{type: 'Feature',properties:{Name: '4', Address: '145-28 231ST STREET, ROSEDALE', Month: '2', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.74844484, 40.66016908]} },
{type: 'Feature',properties:{Name: '4', Address: '144-32 221ST STREET, ROSEDALE', Month: '4', Price: '1938'}, geometry: { type: 'Point', coordinates:[-73.75720708, 40.66507912]} },
{type: 'Feature',properties:{Name: '4', Address: '144-18 221ST STREET, ROSEDALE', Month: '3', Price: '2243'}, geometry: { type: 'Point', coordinates:[-73.75713818, 40.66519151]} },
{type: 'Feature',properties:{Name: '4', Address: '144-32 226TH STREET, ROSEDALE', Month: '9', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.75243568, 40.66382008]} },
{type: 'Feature',properties:{Name: '4', Address: '227-07 145 AVE, ROSEDALE', Month: '11', Price: '1000'}, geometry: { type: 'Point', coordinates:[-73.75214207, 40.66232353]} },
{type: 'Feature',properties:{Name: '4', Address: '144-33 228TH STREET, ROSEDALE', Month: '12', Price: '2290'}, geometry: { type: 'Point', coordinates:[-73.75080927, 40.66306449]} },
{type: 'Feature',properties:{Name: '4', Address: '144-32 229TH STREET, ROSEDALE', Month: '3', Price: '723'}, geometry: { type: 'Point', coordinates:[-73.74998499, 40.66275803]} },
{type: 'Feature',properties:{Name: '4', Address: '230-44 144TH AVENUE, ROSEDALE', Month: '12', Price: '1860'}, geometry: { type: 'Point', coordinates:[-73.74759577, 40.66261832]} },
{type: 'Feature',properties:{Name: '4', Address: '230-44 144TH AVE, ROSEDALE', Month: '12', Price: '1860'}, geometry: { type: 'Point', coordinates:[-73.74759577, 40.66261832]} },
{type: 'Feature',properties:{Name: '4', Address: '224-19 144TH AVENUE, ROSEDALE', Month: '12', Price: '2150'}, geometry: { type: 'Point', coordinates:[-73.7536968, 40.6649207]} },
{type: 'Feature',properties:{Name: '4', Address: '228-20 EDGEWOOD AVENUE, ROSEDALE', Month: '1', Price: '2208'}, geometry: { type: 'Point', coordinates:[-73.74871007, 40.66534908]} },
{type: 'Feature',properties:{Name: '4', Address: '228-20 EDGEWOOD AVENUE, ROSEDALE', Month: '4', Price: '2208'}, geometry: { type: 'Point', coordinates:[-73.74871007, 40.66534908]} },
{type: 'Feature',properties:{Name: '4', Address: '231-20 LANSING AVENUE, ROSEDALE', Month: '6', Price: '2728'}, geometry: { type: 'Point', coordinates:[-73.74601057, 40.6633669]} },
{type: 'Feature',properties:{Name: '4', Address: '230-40 LANSING AVENUE, ROSEDALE', Month: '1', Price: '2148'}, geometry: { type: 'Point', coordinates:[-73.74685676, 40.66454354]} },
{type: 'Feature',properties:{Name: '4', Address: '142-32 231ST STREET, ROSEDALE', Month: '4', Price: '1430'}, geometry: { type: 'Point', coordinates:[-73.74538196, 40.66468576]} },
{type: 'Feature',properties:{Name: '4', Address: '239-27 147 AVE, ROSEDALE', Month: '2', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.74467816, 40.65738854]} },
{type: 'Feature',properties:{Name: '4', Address: '240-05 NEWHALL AVENUE, ROSEDALE', Month: '3', Price: '1496'}, geometry: { type: 'Point', coordinates:[-73.74339719, 40.65965014]} },
{type: 'Feature',properties:{Name: '4', Address: '241-08 145TH AVENUE, ROSEDALE', Month: '2', Price: '1656'}, geometry: { type: 'Point', coordinates:[-73.74104128, 40.66024597]} },
{type: 'Feature',properties:{Name: '4', Address: '240-29 145TH AVENUE, ROSEDALE', Month: '9', Price: '1672'}, geometry: { type: 'Point', coordinates:[-73.74202713, 40.66069559]} },
{type: 'Feature',properties:{Name: '4', Address: '241-25 145TH AVENUE, ROSEDALE', Month: '9', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.74101603, 40.66025141]} },
{type: 'Feature',properties:{Name: '4', Address: '143-46 243RD STREET, ROSEDALE', Month: '6', Price: '1732'}, geometry: { type: 'Point', coordinates:[-73.7387817, 40.66108352]} },
{type: 'Feature',properties:{Name: '4', Address: '241-26 143RD AVENUE, ROSEDALE', Month: '5', Price: '1688'}, geometry: { type: 'Point', coordinates:[-73.7391538, 40.66270928]} },
{type: 'Feature',properties:{Name: '4', Address: '240-35 141ST AVENUE, ROSEDALE', Month: '9', Price: '1590'}, geometry: { type: 'Point', coordinates:[-73.73939918, 40.66448297]} },
{type: 'Feature',properties:{Name: '4', Address: '241-08 140TH AVENUE, ROSEDALE', Month: '12', Price: '3306'}, geometry: { type: 'Point', coordinates:[-73.73687035, 40.66500147]} },
{type: 'Feature',properties:{Name: '4', Address: '243-25 MAYDA ROAD, ROSEDALE', Month: '7', Price: '1624'}, geometry: { type: 'Point', coordinates:[-73.73994699, 40.6589562]} },
{type: 'Feature',properties:{Name: '4', Address: '243-11 MAYDA ROAD, ROSEDALE', Month: '9', Price: '1392'}, geometry: { type: 'Point', coordinates:[-73.73995419, 40.65895896]} },
{type: 'Feature',properties:{Name: '4', Address: '243-44 144TH AVENUE, ROSEDALE', Month: '1', Price: '1596'}, geometry: { type: 'Point', coordinates:[-73.73901593, 40.66017552]} },
{type: 'Feature',properties:{Name: '4', Address: '249-04 MEMPHIS AVENUE, ROSEDALE', Month: '11', Price: '1232'}, geometry: { type: 'Point', coordinates:[-73.73456217, 40.66169144]} },
{type: 'Feature',properties:{Name: '4', Address: '142-49 249TH STREET, ROSEDALE', Month: '3', Price: '2794'}, geometry: { type: 'Point', coordinates:[-73.73595622, 40.66099747]} },
{type: 'Feature',properties:{Name: '4', Address: '143-57 249TH STREET, ROSEDALE', Month: '10', Price: '2036'}, geometry: { type: 'Point', coordinates:[-73.73683657, 40.65985765]} },
{type: 'Feature',properties:{Name: '4', Address: '251-16 WELLER AVENUE, ROSEDALE', Month: '7', Price: '2937'}, geometry: { type: 'Point', coordinates:[-73.73518997, 40.65971663]} },
{type: 'Feature',properties:{Name: '4', Address: '142-32 254TH STREET, ROSEDALE', Month: '10', Price: '1290'}, geometry: { type: 'Point', coordinates:[-73.73336496, 40.65912503]} },
{type: 'Feature',properties:{Name: '4', Address: '255-14 FRANCIS LEWIS BOULEV, ROSEDALE', Month: '12', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.73026834, 40.65926328]} },
{type: 'Feature',properties:{Name: '4', Address: '140-23 246TH STREET, ROSEDALE', Month: '12', Price: '1768'}, geometry: { type: 'Point', coordinates:[-73.73502485, 40.66408322]} },
{type: 'Feature',properties:{Name: '4', Address: '140-11 246TH STREET, ROSEDALE', Month: '2', Price: '1119'}, geometry: { type: 'Point', coordinates:[-73.73488398, 40.664157]} },
{type: 'Feature',properties:{Name: '4', Address: '139-45 253RD STREET, ROSEDALE', Month: '9', Price: '2050'}, geometry: { type: 'Point', coordinates:[-73.73010365, 40.66166185]} },
{type: 'Feature',properties:{Name: '4', Address: '139-11 253RD STREET, ROSEDALE', Month: '8', Price: '2826'}, geometry: { type: 'Point', coordinates:[-73.73007114, 40.66168098]} },
{type: 'Feature',properties:{Name: '4', Address: '139-05 253RD STREET, ROSEDALE', Month: '11', Price: '2029'}, geometry: { type: 'Point', coordinates:[-73.73006392, 40.66168371]} },
{type: 'Feature',properties:{Name: '4', Address: '139-15 CANEY LANE, ROSEDALE', Month: '7', Price: '2990'}, geometry: { type: 'Point', coordinates:[-73.73073598, 40.66216837]} },
{type: 'Feature',properties:{Name: '4', Address: '139-40 CANEY LANE, ROSEDALE', Month: '9', Price: '1092'}, geometry: { type: 'Point', coordinates:[-73.73062392, 40.66224771]} },
{type: 'Feature',properties:{Name: '4', Address: '247-02 139TH AVENUE, ROSEDALE', Month: '12', Price: '2810'}, geometry: { type: 'Point', coordinates:[-73.73229073, 40.66455448]} },
{type: 'Feature',properties:{Name: '4', Address: '138-45 247TH STREET, ROSEDALE', Month: '10', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.73172309, 40.66498134]} },
{type: 'Feature',properties:{Name: '4', Address: '137-34 249 STREET, ROSEDALE', Month: '9', Price: '1540'}, geometry: { type: 'Point', coordinates:[-73.72864232, 40.66470238]} },
{type: 'Feature',properties:{Name: '4', Address: '137-15 CANEY LANE, ROSEDALE', Month: '1', Price: '2050'}, geometry: { type: 'Point', coordinates:[-73.72821205, 40.66325761]} },
{type: 'Feature',properties:{Name: '4', Address: '142-45 HOOK CREEK BOULEVARD, ROSEDALE', Month: '6', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.72853137, 40.66096371]} },
{type: 'Feature',properties:{Name: '4', Address: '249-45 147TH ROAD, ROSEDALE', Month: '8', Price: '1836'}, geometry: { type: 'Point', coordinates:[-73.73841363, 40.65659494]} },
{type: 'Feature',properties:{Name: '4', Address: '24948 148TH AVENUE, ROSEDALE', Month: '3', Price: '1880'}, geometry: { type: 'Point', coordinates:[-73.73849841, 40.65519529]} },
{type: 'Feature',properties:{Name: '4', Address: '245-32 148TH DRIVE, ROSEDALE', Month: '8', Price: '2750'}, geometry: { type: 'Point', coordinates:[-73.73840671, 40.65376505]} },
{type: 'Feature',properties:{Name: '4', Address: '245-27 149TH AVENUE, ROSEDALE', Month: '12', Price: '2750'}, geometry: { type: 'Point', coordinates:[-73.73862582, 40.65303268]} },
{type: 'Feature',properties:{Name: '4', Address: '149-72 253 STREET, ROSEDALE', Month: '10', Price: '2410'}, geometry: { type: 'Point', coordinates:[-73.73683971, 40.65084101]} },
{type: 'Feature',properties:{Name: '4', Address: '253-20 147TH DRIVE, ROSEDALE', Month: '6', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.73627933, 40.65585172]} },
{type: 'Feature',properties:{Name: '4', Address: '147-68 WELLER LANE, ROSEDALE', Month: '9', Price: '3097'}, geometry: { type: 'Point', coordinates:[-73.73423685, 40.65559175]} },
{type: 'Feature',properties:{Name: '4', Address: '147-64 WELLER LANE, ROSEDALE', Month: '12', Price: '3097'}, geometry: { type: 'Point', coordinates:[-73.73423665, 40.65564116]} },
{type: 'Feature',properties:{Name: '4', Address: '253-42 148TH AVENUE, ROSEDALE', Month: '4', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.7362821, 40.65514906]} },
{type: 'Feature',properties:{Name: '4', Address: '253-23 148TH DRIVE, ROSEDALE', Month: '3', Price: '3231'}, geometry: { type: 'Point', coordinates:[-73.7363994, 40.65373851]} },
{type: 'Feature',properties:{Name: '4', Address: '253-10 148TH DRIVE, ROSEDALE', Month: '8', Price: '2350'}, geometry: { type: 'Point', coordinates:[-73.73642109, 40.65372209]} },
{type: 'Feature',properties:{Name: '4', Address: '253-52 148TH DRIVE, ROSEDALE', Month: '6', Price: '2350'}, geometry: { type: 'Point', coordinates:[-73.73635262, 40.65372193]} },
{type: 'Feature',properties:{Name: '4', Address: '149-76 254TH STREET, ROSEDALE', Month: '8', Price: '2750'}, geometry: { type: 'Point', coordinates:[-73.73589602, 40.65071259]} },
{type: 'Feature',properties:{Name: '4', Address: '149-76 254TH STREET, ROSEDALE', Month: '8', Price: '2750'}, geometry: { type: 'Point', coordinates:[-73.73589602, 40.65071259]} },
{type: 'Feature',properties:{Name: '4', Address: '149-75 253RD STREET, ROSEDALE', Month: '8', Price: '2716'}, geometry: { type: 'Point', coordinates:[-73.73681411, 40.65093428]} },
{type: 'Feature',properties:{Name: '4', Address: '149-75 255TH ST, ROSEDALE', Month: '10', Price: '2750'}, geometry: { type: 'Point', coordinates:[-73.73493748, 40.65069391]} },
{type: 'Feature',properties:{Name: '4', Address: '149-75 255TH STREET, ROSEDALE', Month: '6', Price: '2750'}, geometry: { type: 'Point', coordinates:[-73.73493748, 40.65069391]} },
{type: 'Feature',properties:{Name: '4', Address: '254-24 CRAFT AVENUE, ROSEDALE', Month: '12', Price: '1880'}, geometry: { type: 'Point', coordinates:[-73.73515908, 40.65024702]} },
{type: 'Feature',properties:{Name: '4', Address: '257-25 147TH ROAD, ROSEDALE', Month: '6', Price: '2362'}, geometry: { type: 'Point', coordinates:[-73.73096468, 40.65640484]} },
{type: 'Feature',properties:{Name: '4', Address: '257-11 147TH ROAD, ROSEDALE', Month: '5', Price: '2432'}, geometry: { type: 'Point', coordinates:[-73.73139712, 40.65641683]} },
{type: 'Feature',properties:{Name: '4', Address: '255-45 147TH DRIVE, ROSEDALE', Month: '5', Price: '2024'}, geometry: { type: 'Point', coordinates:[-73.73380709, 40.65581034]} },
{type: 'Feature',properties:{Name: '4', Address: '25506 148TH AVE, ROSEDALE', Month: '11', Price: '2368'}, geometry: { type: 'Point', coordinates:[-73.73389277, 40.65511336]} },
{type: 'Feature',properties:{Name: '4', Address: '255-24 148TH AVENUE, ROSEDALE', Month: '6', Price: '1980'}, geometry: { type: 'Point', coordinates:[-73.73386393, 40.6551133]} },
{type: 'Feature',properties:{Name: '4', Address: '255-40 148TH AVENUE, ROSEDALE', Month: '9', Price: '1980'}, geometry: { type: 'Point', coordinates:[-73.73384231, 40.65511325]} },
{type: 'Feature',properties:{Name: '4', Address: '255-40 148TH AVENUE, ROSEDALE', Month: '5', Price: '1980'}, geometry: { type: 'Point', coordinates:[-73.73384231, 40.65511325]} },
{type: 'Feature',properties:{Name: '4', Address: '255-03 149TH AVENUE, ROSEDALE', Month: '2', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.73399134, 40.65298912]} },
{type: 'Feature',properties:{Name: '4', Address: '257-36 147TH DRIVE, ROSEDALE', Month: '7', Price: '1662'}, geometry: { type: 'Point', coordinates:[-73.7315116, 40.65573364]} },
{type: 'Feature',properties:{Name: '4', Address: '257-40 147TH DRIVE, ROSEDALE', Month: '3', Price: '1663'}, geometry: { type: 'Point', coordinates:[-73.731508, 40.65573364]} },
{type: 'Feature',properties:{Name: '4', Address: '257-36 148TH AVENUE, ROSEDALE', Month: '8', Price: '2050'}, geometry: { type: 'Point', coordinates:[-73.73153957, 40.655053]} },
{type: 'Feature',properties:{Name: '4', Address: '257-50 148TH AVENUE, ROSEDALE', Month: '2', Price: '896'}, geometry: { type: 'Point', coordinates:[-73.73152155, 40.65505296]} },
{type: 'Feature',properties:{Name: '4', Address: '257-50 148TH AVENUE, ROSEDALE', Month: '4', Price: '896'}, geometry: { type: 'Point', coordinates:[-73.73152155, 40.65505296]} },
{type: 'Feature',properties:{Name: '4', Address: '257-50 148TH AVENUE, ROSEDALE', Month: '9', Price: '896'}, geometry: { type: 'Point', coordinates:[-73.73152155, 40.65505296]} },
{type: 'Feature',properties:{Name: '4', Address: '149-47 WELLER LANE, ROSEDALE', Month: '3', Price: '3885'}, geometry: { type: 'Point', coordinates:[-73.73396073, 40.65162763]} },
{type: 'Feature',properties:{Name: '4', Address: '149-59 256TH STREET, ROSEDALE', Month: '1', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.73303961, 40.65126044]} },
{type: 'Feature',properties:{Name: '4', Address: '259-23 147TH DRIVE, ROSEDALE', Month: '2', Price: '2365'}, geometry: { type: 'Point', coordinates:[-73.72869346, 40.65567214]} },
{type: 'Feature',properties:{Name: '4', Address: '259-30 147TH ROAD, ROSEDALE', Month: '9', Price: '2573'}, geometry: { type: 'Point', coordinates:[-73.72885297, 40.65633126]} },
{type: 'Feature',properties:{Name: '4', Address: '259-12 147TH DRIVE, ROSEDALE', Month: '7', Price: '1304'}, geometry: { type: 'Point', coordinates:[-73.7289602, 40.65566453]} },
{type: 'Feature',properties:{Name: '4', Address: '259-03 148TH ROAD, ROSEDALE', Month: '8', Price: '1304'}, geometry: { type: 'Point', coordinates:[-73.72916761, 40.65428988]} },
{type: 'Feature',properties:{Name: '4', Address: '259-32 149 AVE, ROSEDALE', Month: '2', Price: '2444'}, geometry: { type: 'Point', coordinates:[-73.72857888, 40.652831]} },
{type: 'Feature',properties:{Name: '4', Address: '262-08 HUNGRY HARBOR ROAD, ROSEDALE', Month: '3', Price: '3140'}, geometry: { type: 'Point', coordinates:[-73.72616647, 40.65404672]} },
{type: 'Feature',properties:{Name: '4', Address: '149-07 HOOK CREEK BOULEVARD, ROSEDALE', Month: '7', Price: '2306'}, geometry: { type: 'Point', coordinates:[-73.72648262, 40.65253234]} },
{type: 'Feature',properties:{Name: '4', Address: '148-57 HOOK CREEK BOULEVARD, ROSEDALE', Month: '1', Price: '2306'}, geometry: { type: 'Point', coordinates:[-73.72646519, 40.65326791]} },
{type: 'Feature',properties:{Name: '4', Address: '148-57 HOOK CREEK BLVD, ROSEDALE', Month: '5', Price: '2306'}, geometry: { type: 'Point', coordinates:[-73.72646519, 40.65326791]} },
{type: 'Feature',properties:{Name: '4', Address: '259-46 149TH ROAD, ROSEDALE', Month: '4', Price: '2162'}, geometry: { type: 'Point', coordinates:[-73.72871147, 40.65213139]} },
{type: 'Feature',properties:{Name: '4', Address: '262-08 149TH ROAD, ROSEDALE', Month: '2', Price: '2025'}, geometry: { type: 'Point', coordinates:[-73.72628893, 40.65230955]} },
{type: 'Feature',properties:{Name: '4', Address: '147-36 230TH STREET, ROSEDALE', Month: '6', Price: '3024'}, geometry: { type: 'Point', coordinates:[-73.75244896, 40.65732867]} },
{type: 'Feature',properties:{Name: '4', Address: '229-15 148TH AVENUE, ROSEDALE', Month: '3', Price: '2388'}, geometry: { type: 'Point', coordinates:[-73.75368419, 40.65662317]} },
{type: 'Feature',properties:{Name: '4', Address: '147-44 230TH PLACE, ROSEDALE', Month: '8', Price: '1040'}, geometry: { type: 'Point', coordinates:[-73.75155986, 40.65702483]} },
{type: 'Feature',properties:{Name: '4', Address: '147-37 230TH STREET, ROSEDALE', Month: '9', Price: '1500'}, geometry: { type: 'Point', coordinates:[-73.75242736, 40.65732314]} },
{type: 'Feature',properties:{Name: '4', Address: '147-47 230TH PLACE, ROSEDALE', Month: '11', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.75155638, 40.65699189]} },
{type: 'Feature',properties:{Name: '4', Address: '231-11 148TH AVENUE, ROSEDALE', Month: '8', Price: '2151'}, geometry: { type: 'Point', coordinates:[-73.7511432, 40.65567898]} },
{type: 'Feature',properties:{Name: '4', Address: '231-16 147TH AVENUE, ROSEDALE', Month: '10', Price: '1443'}, geometry: { type: 'Point', coordinates:[-73.74974082, 40.65770709]} },
{type: 'Feature',properties:{Name: '4', Address: '229-16 148TH AVENUE, ROSEDALE', Month: '1', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.75368066, 40.65660395]} },
{type: 'Feature',properties:{Name: '4', Address: '148-45 231ST STREET, ROSEDALE', Month: '10', Price: '2024'}, geometry: { type: 'Point', coordinates:[-73.7516533, 40.65516132]} },
{type: 'Feature',properties:{Name: '4', Address: '234-18 147TH AVENUE, ROSEDALE', Month: '12', Price: '1217'}, geometry: { type: 'Point', coordinates:[-73.74662777, 40.65745324]} },
{type: 'Feature',properties:{Name: '4', Address: '235-18 147TH ROAD, ROSEDALE', Month: '8', Price: '2538'}, geometry: { type: 'Point', coordinates:[-73.74614713, 40.65684283]} },
{type: 'Feature',properties:{Name: '4', Address: '235-45 148TH AVENUE, ROSEDALE', Month: '12', Price: '3562'}, geometry: { type: 'Point', coordinates:[-73.74684752, 40.65558177]} },
{type: 'Feature',properties:{Name: '4', Address: '235-36 148TH AVENUE, ROSEDALE', Month: '10', Price: '2496'}, geometry: { type: 'Point', coordinates:[-73.74685838, 40.65556807]} },
{type: 'Feature',properties:{Name: '4', Address: '148-44 BROOKVILLE BOULEVARD, ROSEDALE', Month: '11', Price: '3360'}, geometry: { type: 'Point', coordinates:[-73.74610789, 40.65389759]} },
{type: 'Feature',properties:{Name: '4', Address: '236-11 BENTLEY ROAD, ROSEDALE', Month: '6', Price: '1936'}, geometry: { type: 'Point', coordinates:[-73.74678476, 40.65407474]} },
{type: 'Feature',properties:{Name: '4', Address: '236-04 148TH DRIVE, ROSEDALE', Month: '4', Price: '938'}, geometry: { type: 'Point', coordinates:[-73.7471371, 40.65334815]} },
{type: 'Feature',properties:{Name: '4', Address: '148-74 BROOKVILLE BOULEVARD, ROSEDALE', Month: '9', Price: '2478'}, geometry: { type: 'Point', coordinates:[-73.74651084, 40.65312993]} },
{type: 'Feature',properties:{Name: '4', Address: '241-27 147TH DRIVE, ROSEDALE', Month: '8', Price: '1816'}, geometry: { type: 'Point', coordinates:[-73.74278633, 40.65542729]} },
{type: 'Feature',properties:{Name: '4', Address: '241-01 148TH DRIVE, ROSEDALE', Month: '5', Price: '2050'}, geometry: { type: 'Point', coordinates:[-73.7429063, 40.65328936]} },
{type: 'Feature',properties:{Name: '4', Address: '241-02 148TH DRIVE, ROSEDALE', Month: '12', Price: '2050'}, geometry: { type: 'Point', coordinates:[-73.74286672, 40.65327281]} },
{type: 'Feature',properties:{Name: '4', Address: '148-02 HUXLEY STREET, ROSEDALE', Month: '5', Price: '2140'}, geometry: { type: 'Point', coordinates:[-73.74012056, 40.65511114]} },
{type: 'Feature',properties:{Name: '4', Address: '147-83 EDGEWOOD STREET, ROSEDALE', Month: '12', Price: '1898'}, geometry: { type: 'Point', coordinates:[-73.74159459, 40.6551172]} },
{type: 'Feature',properties:{Name: '4', Address: '244-17 149TH AVENUE, ROSEDALE', Month: '4', Price: '3384'}, geometry: { type: 'Point', coordinates:[-73.7395674, 40.65278779]} },
{type: 'Feature',properties:{Name: '4', Address: '149-11 EDGEWOOD STREET, ROSEDALE', Month: '2', Price: '2350'}, geometry: { type: 'Point', coordinates:[-73.74006271, 40.65238268]} },
{type: 'Feature',properties:{Name: '4', Address: '223-18 145TH ROAD, ROSEDALE', Month: '5', Price: '3456'}, geometry: { type: 'Point', coordinates:[-73.75599088, 40.66252115]} },
{type: 'Feature',properties:{Name: '4', Address: '142-52 231ST STREET, ROSEDALE', Month: '1', Price: '2208'}, geometry: { type: 'Point', coordinates:[-73.74555238, 40.66441989]} },
{type: 'Feature',properties:{Name: '4', Address: '253-30 CRAFT AVE, ROSEDALE', Month: '12', Price: '3384'}, geometry: { type: 'Point', coordinates:[-73.73660984, 40.64973159]} },
{type: 'Feature',properties:{Name: '4', Address: '149-44 257TH STREET, ROSEDALE', Month: '2', Price: '2304'}, geometry: { type: 'Point', coordinates:[-73.73210442, 40.65170841]} },
{type: 'Feature',properties:{Name: '4', Address: '256-30 CRAFT AVENUE, ROSEDALE', Month: '2', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.73199696, 40.65064867]} },
{type: 'Feature',properties:{Name: '4', Address: '258-10 149TH ROAD, ROSEDALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.73092766, 40.65218052]} },
{type: 'Feature',properties:{Name: '4', Address: '258-51 FRANCIS LEWIS BLVD, ROSEDALE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72819723, 40.65716413]} },
{type: 'Feature',properties:{Name: '4', Address: '258-49 FRANCIS LEWIS BLVD, ROSEDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72820798, 40.65718063]} },
{type: 'Feature',properties:{Name: '4', Address: '135TH ROAD, ROSEDALE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.72812367, 40.66990803]} },
{type: 'Feature',properties:{Name: '4', Address: 'BROOKVILLE BOULEVARD, ROSEDALE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.73731115, 40.66839778]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A BROOKVILLE BOULEVARD, ROSEDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.73735104, 40.66833749]} },
{type: 'Feature',properties:{Name: '4', Address: '147-38 SPRINGFIELD LANE, ROSEDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75993698, 40.65872518]} },
{type: 'Feature',properties:{Name: '4', Address: 'SPRINGFIELD LANE, ROSEDALE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76027321, 40.66044412]} },
{type: 'Feature',properties:{Name: '4', Address: '255-49 147 ROAD, ROSEDALE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.73265839, 40.65646094]} },
{type: 'Feature',properties:{Name: '4', Address: '14838 236TH STREET, ROSEDALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74706692, 40.65379814]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 149TH AVENUE, ROSEDALE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74069723, 40.6551042]} },
{type: 'Feature',properties:{Name: '4', Address: '131ST AVENUE, ROSEDALE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.73035523, 40.67700032]} },
{type: 'Feature',properties:{Name: '4', Address: '138-95 FRANCIS LEWIS BLVD, ROSEDALE', Month: '11', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.73666136, 40.66680706]} },
{type: 'Feature',properties:{Name: '4', Address: '259-55 FRANCIS LEWIS BLVD, ROSEDALE', Month: '10', Price: '1000'}, geometry: { type: 'Point', coordinates:[-73.72698219, 40.65551163]} },
{type: 'Feature',properties:{Name: '4', Address: 'ROCKAWAY BOULEVARD, ROSEDALE', Month: '6', Price: '26000'}, geometry: { type: 'Point', coordinates:[-73.74285977, 40.63917826]} },
{type: 'Feature',properties:{Name: '4', Address: 'BROAD STREET, ROSEDALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74627263, 40.63806048]} },
{type: 'Feature',properties:{Name: '4', Address: '155-30 BAYVIEW AVENUE, ROSEDALE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74467618, 40.63813105]} },
{type: 'Feature',properties:{Name: '4', Address: 'BAYVIEW AVENUE, ROSEDALE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74494306, 40.63806577]} },
{type: 'Feature',properties:{Name: '4', Address: '114-48 140 STREET, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '1313'}, geometry: { type: 'Point', coordinates:[-73.80303399, 40.68273058]} },
{type: 'Feature',properties:{Name: '4', Address: '114-48 140TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '1', Price: '1313'}, geometry: { type: 'Point', coordinates:[-73.80303399, 40.68273058]} },
{type: 'Feature',properties:{Name: '4', Address: '114-17 139 ST, SO. JAMAICA-BAISLEY PARK', Month: '10', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.80408635, 40.68288334]} },
{type: 'Feature',properties:{Name: '4', Address: '114-22 141ST STREET, SO. JAMAICA-BAISLEY PARK', Month: '12', Price: '896'}, geometry: { type: 'Point', coordinates:[-73.80231119, 40.683303]} },
{type: 'Feature',properties:{Name: '4', Address: '114-40 141ST STREET, SO. JAMAICA-BAISLEY PARK', Month: '3', Price: '896'}, geometry: { type: 'Point', coordinates:[-73.80220369, 40.68307774]} },
{type: 'Feature',properties:{Name: '4', Address: '114-43 140TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '1593'}, geometry: { type: 'Point', coordinates:[-73.80304818, 40.6828102]} },
{type: 'Feature',properties:{Name: '4', Address: '114-35 141ST STREET, SO. JAMAICA-BAISLEY PARK', Month: '3', Price: '576'}, geometry: { type: 'Point', coordinates:[-73.80221787, 40.68315736]} },
{type: 'Feature',properties:{Name: '4', Address: '114-15 141ST STREET, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '868'}, geometry: { type: 'Point', coordinates:[-73.80233972, 40.68340735]} },
{type: 'Feature',properties:{Name: '4', Address: '144-06 LINDEN BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '7', Price: '868'}, geometry: { type: 'Point', coordinates:[-73.79966424, 40.68465709]} },
{type: 'Feature',properties:{Name: '4', Address: '114-40 145 STREET, SO. JAMAICA-BAISLEY PARK', Month: '9', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.79845546, 40.68376018]} },
{type: 'Feature',properties:{Name: '4', Address: '11440 145 STREET, SO. JAMAICA-BAISLEY PARK', Month: '5', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.79845546, 40.68376018]} },
{type: 'Feature',properties:{Name: '4', Address: '114-44 INWOOD STREET, SO. JAMAICA-BAISLEY PARK', Month: '3', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.7977183, 40.68429411]} },
{type: 'Feature',properties:{Name: '4', Address: '114-73 145 STREET, SO. JAMAICA-BAISLEY PARK', Month: '9', Price: '868'}, geometry: { type: 'Point', coordinates:[-73.79831197, 40.68351838]} },
{type: 'Feature',properties:{Name: '4', Address: '114-49 INWOOD STREET, SO. JAMAICA-BAISLEY PARK', Month: '5', Price: '1872'}, geometry: { type: 'Point', coordinates:[-73.79767156, 40.68425012]} },
{type: 'Feature',properties:{Name: '4', Address: '114-41 INWOOD STREET, SO. JAMAICA-BAISLEY PARK', Month: '4', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.79772173, 40.68435176]} },
{type: 'Feature',properties:{Name: '4', Address: '114-41 INWOOD STREET, SO. JAMAICA-BAISLEY PARK', Month: '3', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.79772173, 40.68435176]} },
{type: 'Feature',properties:{Name: '4', Address: '11439 INWOOD STREET, SO. JAMAICA-BAISLEY PARK', Month: '6', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.79773608, 40.68437649]} },
{type: 'Feature',properties:{Name: '4', Address: '114-11 INWOOD STREET, SO. JAMAICA-BAISLEY PARK', Month: '1', Price: '982'}, geometry: { type: 'Point', coordinates:[-73.79790449, 40.68472537]} },
{type: 'Feature',properties:{Name: '4', Address: '146-15 115TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '1', Price: '1088'}, geometry: { type: 'Point', coordinates:[-73.79615173, 40.68368201]} },
{type: 'Feature',properties:{Name: '4', Address: '114-27 146 STREET, SO. JAMAICA-BAISLEY PARK', Month: '6', Price: '896'}, geometry: { type: 'Point', coordinates:[-73.79692722, 40.68477306]} },
{type: 'Feature',properties:{Name: '4', Address: '147-19 115TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '11', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.79524956, 40.68393567]} },
{type: 'Feature',properties:{Name: '4', Address: '114-35 147TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '11', Price: '896'}, geometry: { type: 'Point', coordinates:[-73.7960001, 40.68492513]} },
{type: 'Feature',properties:{Name: '4', Address: '114-02 149TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '6', Price: '891'}, geometry: { type: 'Point', coordinates:[-73.79445053, 40.68581717]} },
{type: 'Feature',properties:{Name: '4', Address: '114-25 148TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '9', Price: '914'}, geometry: { type: 'Point', coordinates:[-73.79518408, 40.68529697]} },
{type: 'Feature',properties:{Name: '4', Address: '114-25 148TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '11', Price: '914'}, geometry: { type: 'Point', coordinates:[-73.79518408, 40.68529697]} },
{type: 'Feature',properties:{Name: '4', Address: '11425 148TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '11', Price: '914'}, geometry: { type: 'Point', coordinates:[-73.79518408, 40.68529697]} },
{type: 'Feature',properties:{Name: '4', Address: '115-16 142ND STREET, SO. JAMAICA-BAISLEY PARK', Month: '7', Price: '5343'}, geometry: { type: 'Point', coordinates:[-73.80062446, 40.6818728]} },
{type: 'Feature',properties:{Name: '4', Address: '115-32 143RD ST, SO. JAMAICA-BAISLEY PARK', Month: '1', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.79960392, 40.68193416]} },
{type: 'Feature',properties:{Name: '4', Address: '115-22 143RD STREET, SO. JAMAICA-BAISLEY PARK', Month: '7', Price: '1785'}, geometry: { type: 'Point', coordinates:[-73.79966483, 40.68206053]} },
{type: 'Feature',properties:{Name: '4', Address: '115-11 145 STREET, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '1968'}, geometry: { type: 'Point', coordinates:[-73.79792497, 40.68272446]} },
{type: 'Feature',properties:{Name: '4', Address: '115-21 INWOOD ST, SO. JAMAICA-BAISLEY PARK', Month: '1', Price: '520'}, geometry: { type: 'Point', coordinates:[-73.79698715, 40.68285182]} },
{type: 'Feature',properties:{Name: '4', Address: '145-42 115TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '5', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.79701788, 40.6834173]} },
{type: 'Feature',properties:{Name: '4', Address: '115-18 147 STREET, SO. JAMAICA-BAISLEY PARK', Month: '8', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.79527645, 40.68339774]} },
{type: 'Feature',properties:{Name: '4', Address: '115-48 147 STREET, SO. JAMAICA-BAISLEY PARK', Month: '10', Price: '1024'}, geometry: { type: 'Point', coordinates:[-73.79495041, 40.68272744]} },
{type: 'Feature',properties:{Name: '4', Address: '115-46 147TH ST, SO. JAMAICA-BAISLEY PARK', Month: '10', Price: '1024'}, geometry: { type: 'Point', coordinates:[-73.79495756, 40.68274666]} },
{type: 'Feature',properties:{Name: '4', Address: '115-17 147TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '1088'}, geometry: { type: 'Point', coordinates:[-73.79525481, 40.68340045]} },
{type: 'Feature',properties:{Name: '4', Address: '115-25 147TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '3', Price: '1088'}, geometry: { type: 'Point', coordinates:[-73.79517599, 40.68323562]} },
{type: 'Feature',properties:{Name: '4', Address: '115-14 149TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '12', Price: '1854'}, geometry: { type: 'Point', coordinates:[-73.79352974, 40.68391888]} },
{type: 'Feature',properties:{Name: '4', Address: '115-20 149TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '12', Price: '924'}, geometry: { type: 'Point', coordinates:[-73.79349392, 40.6838447]} },
{type: 'Feature',properties:{Name: '4', Address: '115-20 149TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '8', Price: '924'}, geometry: { type: 'Point', coordinates:[-73.79349392, 40.6838447]} },
{type: 'Feature',properties:{Name: '4', Address: '115-22 149TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '9', Price: '924'}, geometry: { type: 'Point', coordinates:[-73.79347957, 40.68381997]} },
{type: 'Feature',properties:{Name: '4', Address: '116-24 139TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '7', Price: '1043'}, geometry: { type: 'Point', coordinates:[-73.80253959, 40.67922739]} },
{type: 'Feature',properties:{Name: '4', Address: '138-02 116TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '8', Price: '1378'}, geometry: { type: 'Point', coordinates:[-73.80334238, 40.67963225]} },
{type: 'Feature',properties:{Name: '4', Address: '139-07 FOCH BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '12', Price: '870'}, geometry: { type: 'Point', coordinates:[-73.80212862, 40.67799702]} },
{type: 'Feature',properties:{Name: '4', Address: '116-22 140TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '1', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.80167349, 40.67950312]} },
{type: 'Feature',properties:{Name: '4', Address: '140-14 116TH AVE, SO. JAMAICA-BAISLEY PARK', Month: '8', Price: '1968'}, geometry: { type: 'Point', coordinates:[-73.80154541, 40.68013969]} },
{type: 'Feature',properties:{Name: '4', Address: '116-24 141 STREET, SO. JAMAICA-BAISLEY PARK', Month: '9', Price: '952'}, geometry: { type: 'Point', coordinates:[-73.80080036, 40.67971571]} },
{type: 'Feature',properties:{Name: '4', Address: '116-30 141ST STREET, SO. JAMAICA-BAISLEY PARK', Month: '6', Price: '952'}, geometry: { type: 'Point', coordinates:[-73.80078617, 40.67963609]} },
{type: 'Feature',properties:{Name: '4', Address: '116-30 141ST STREET, SO. JAMAICA-BAISLEY PARK', Month: '6', Price: '952'}, geometry: { type: 'Point', coordinates:[-73.80078617, 40.67963609]} },
{type: 'Feature',properties:{Name: '4', Address: '116-36 141ST STREET, SO. JAMAICA-BAISLEY PARK', Month: '1', Price: '952'}, geometry: { type: 'Point', coordinates:[-73.800772, 40.67955372]} },
{type: 'Feature',properties:{Name: '4', Address: '116-50 141 STREET, SO. JAMAICA-BAISLEY PARK', Month: '7', Price: '952'}, geometry: { type: 'Point', coordinates:[-73.80073651, 40.67936427]} },
{type: 'Feature',properties:{Name: '4', Address: '142-18 116TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '3', Price: '882'}, geometry: { type: 'Point', coordinates:[-73.79975201, 40.68064437]} },
{type: 'Feature',properties:{Name: '4', Address: '142-20 116TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '5', Price: '882'}, geometry: { type: 'Point', coordinates:[-73.79973758, 40.68064709]} },
{type: 'Feature',properties:{Name: '4', Address: '116-24 143RD STREET, SO. JAMAICA-BAISLEY PARK', Month: '9', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.79875109, 40.68018699]} },
{type: 'Feature',properties:{Name: '4', Address: '116-17 142ND STREET, SO. JAMAICA-BAISLEY PARK', Month: '11', Price: '594'}, geometry: { type: 'Point', coordinates:[-73.79992689, 40.68003808]} },
{type: 'Feature',properties:{Name: '4', Address: '142-14 116TH ROAD, SO. JAMAICA-BAISLEY PARK', Month: '12', Price: '1024'}, geometry: { type: 'Point', coordinates:[-73.79951029, 40.67949663]} },
{type: 'Feature',properties:{Name: '4', Address: '116-44 143 STREET, SO. JAMAICA-BAISLEY PARK', Month: '4', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.79848238, 40.67962659]} },
{type: 'Feature',properties:{Name: '4', Address: '116-44 143 STREET, SO. JAMAICA-BAISLEY PARK', Month: '6', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.79848238, 40.67962659]} },
{type: 'Feature',properties:{Name: '4', Address: '142-21 FOCH BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '4', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.79910483, 40.67885365]} },
{type: 'Feature',properties:{Name: '4', Address: '116-18 145TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '12', Price: '2274'}, geometry: { type: 'Point', coordinates:[-73.79704004, 40.68087293]} },
{type: 'Feature',properties:{Name: '4', Address: '116-19 145TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '4', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.797022, 40.68087838]} },
{type: 'Feature',properties:{Name: '4', Address: '116-08 INWOOD STREET, SO. JAMAICA-BAISLEY PARK', Month: '5', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.79622768, 40.68124752]} },
{type: 'Feature',properties:{Name: '4', Address: '116-18 INWOOD STREET, SO. JAMAICA-BAISLEY PARK', Month: '1', Price: '1394'}, geometry: { type: 'Point', coordinates:[-73.79616317, 40.68112115]} },
{type: 'Feature',properties:{Name: '4', Address: '116-26 INWOOD STREET, SO. JAMAICA-BAISLEY PARK', Month: '9', Price: '1394'}, geometry: { type: 'Point', coordinates:[-73.7961166, 40.68102226]} },
{type: 'Feature',properties:{Name: '4', Address: '116-44 146TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '1', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.79510712, 40.68100674]} },
{type: 'Feature',properties:{Name: '4', Address: '116-32 147 STREET, SO. JAMAICA-BAISLEY PARK', Month: '10', Price: '1576'}, geometry: { type: 'Point', coordinates:[-73.79429115, 40.68137857]} },
{type: 'Feature',properties:{Name: '4', Address: '146-15 FOCH BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '5', Price: '704'}, geometry: { type: 'Point', coordinates:[-73.79438891, 40.68007498]} },
{type: 'Feature',properties:{Name: '4', Address: '116-13 146TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '3', Price: '1036'}, geometry: { type: 'Point', coordinates:[-73.79528969, 40.6814325]} },
{type: 'Feature',properties:{Name: '4', Address: '147-11 FOCH BLVD, SO. JAMAICA-BAISLEY PARK', Month: '9', Price: '868'}, geometry: { type: 'Point', coordinates:[-73.7934943, 40.68022983]} },
{type: 'Feature',properties:{Name: '4', Address: '147-07 FOCH BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '868'}, geometry: { type: 'Point', coordinates:[-73.79352316, 40.68022439]} },
{type: 'Feature',properties:{Name: '4', Address: '116-27 147TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '12', Price: '1432'}, geometry: { type: 'Point', coordinates:[-73.79430891, 40.68146644]} },
{type: 'Feature',properties:{Name: '4', Address: '116-38 148TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '5', Price: '1170'}, geometry: { type: 'Point', coordinates:[-73.79335333, 40.68150864]} },
{type: 'Feature',properties:{Name: '4', Address: '117-58/60 140 STREET, SO. JAMAICA-BAISLEY PARK', Month: '1', Price: '1240'}, geometry: { type: 'Point', coordinates:[-73.80137602, 40.6764861]} },
{type: 'Feature',properties:{Name: '4', Address: '117-58 140TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '1240'}, geometry: { type: 'Point', coordinates:[-73.80137203, 40.67782554]} },
{type: 'Feature',properties:{Name: '4', Address: '117-45 140TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '9', Price: '1584'}, geometry: { type: 'Point', coordinates:[-73.80135036, 40.67783649]} },
{type: 'Feature',properties:{Name: '4', Address: '117-45 140TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '7', Price: '1584'}, geometry: { type: 'Point', coordinates:[-73.80135036, 40.67783649]} },
{type: 'Feature',properties:{Name: '4', Address: '117-50 142ND STREET, SO. JAMAICA-BAISLEY PARK', Month: '6', Price: '864'}, geometry: { type: 'Point', coordinates:[-73.79963296, 40.67826993]} },
{type: 'Feature',properties:{Name: '4', Address: '117-50 142ND STREET, SO. JAMAICA-BAISLEY PARK', Month: '4', Price: '864'}, geometry: { type: 'Point', coordinates:[-73.79963296, 40.67826993]} },
{type: 'Feature',properties:{Name: '4', Address: '142-16 FOCH BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '11', Price: '1050'}, geometry: { type: 'Point', coordinates:[-73.79919148, 40.67881262]} },
{type: 'Feature',properties:{Name: '4', Address: '117-26 142ND PLACE, SO. JAMAICA-BAISLEY PARK', Month: '12', Price: '840'}, geometry: { type: 'Point', coordinates:[-73.79868886, 40.67810908]} },
{type: 'Feature',properties:{Name: '4', Address: '117-25 142ND ST, SO. JAMAICA-BAISLEY PARK', Month: '4', Price: '840'}, geometry: { type: 'Point', coordinates:[-73.79961486, 40.6782946]} },
{type: 'Feature',properties:{Name: '4', Address: '117-25 142ND STREET, SO. JAMAICA-BAISLEY PARK', Month: '7', Price: '840'}, geometry: { type: 'Point', coordinates:[-73.79961486, 40.6782946]} },
{type: 'Feature',properties:{Name: '4', Address: '117-52 142ND PLACE, SO. JAMAICA-BAISLEY PARK', Month: '6', Price: '840'}, geometry: { type: 'Point', coordinates:[-73.79858951, 40.67757917]} },
{type: 'Feature',properties:{Name: '4', Address: '117-82 142ND PLACE, SO. JAMAICA-BAISLEY PARK', Month: '3', Price: '812'}, geometry: { type: 'Point', coordinates:[-73.79846886, 40.67693942]} },
{type: 'Feature',properties:{Name: '4', Address: '117-41 142 PLACE, SO. JAMAICA-BAISLEY PARK', Month: '10', Price: '876'}, geometry: { type: 'Point', coordinates:[-73.798614, 40.67782624]} },
{type: 'Feature',properties:{Name: '4', Address: '117-35 142ND PLACE, SO. JAMAICA-BAISLEY PARK', Month: '11', Price: '860'}, geometry: { type: 'Point', coordinates:[-73.79863526, 40.67794979]} },
{type: 'Feature',properties:{Name: '4', Address: '117-83 142ND PLACE, SO. JAMAICA-BAISLEY PARK', Month: '4', Price: '896'}, geometry: { type: 'Point', coordinates:[-73.79844723, 40.67694213]} },
{type: 'Feature',properties:{Name: '4', Address: '117-81 142ND PLACE, SO. JAMAICA-BAISLEY PARK', Month: '4', Price: '1092'}, geometry: { type: 'Point', coordinates:[-73.79844723, 40.67694213]} },
{type: 'Feature',properties:{Name: '4', Address: '142-12 119TH ROAD, SO. JAMAICA-BAISLEY PARK', Month: '3', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.79810428, 40.67708974]} },
{type: 'Feature',properties:{Name: '4', Address: '117-18 144TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '9', Price: '1208'}, geometry: { type: 'Point', coordinates:[-73.79720034, 40.67914125]} },
{type: 'Feature',properties:{Name: '4', Address: '144-09 119TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '1528'}, geometry: { type: 'Point', coordinates:[-73.79644653, 40.67805848]} },
{type: 'Feature',properties:{Name: '4', Address: '117-17 144TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '6', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.79717869, 40.67914945]} },
{type: 'Feature',properties:{Name: '4', Address: '117-20 146TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '5', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.79452311, 40.67981446]} },
{type: 'Feature',properties:{Name: '4', Address: '117-24 147TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '9', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.79361041, 40.67998849]} },
{type: 'Feature',properties:{Name: '4', Address: '146-17 119TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.79376184, 40.67882223]} },
{type: 'Feature',properties:{Name: '4', Address: '146-17 119TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.79376184, 40.67882223]} },
{type: 'Feature',properties:{Name: '4', Address: '14703 119 AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '4', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.79291746, 40.67905951]} },
{type: 'Feature',properties:{Name: '4', Address: '147-03 119TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.79291746, 40.67905951]} },
{type: 'Feature',properties:{Name: '4', Address: '117-25 147TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '10', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.79358877, 40.67999395]} },
{type: 'Feature',properties:{Name: '4', Address: '117-25 147TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.79358877, 40.67999395]} },
{type: 'Feature',properties:{Name: '4', Address: '117-19 147 STREET, SO. JAMAICA-BAISLEY PARK', Month: '10', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.79359236, 40.6799967]} },
{type: 'Feature',properties:{Name: '4', Address: '119-36 144TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '8', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.79635473, 40.67742427]} },
{type: 'Feature',properties:{Name: '4', Address: '144-08 119TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '4', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.79643937, 40.67804199]} },
{type: 'Feature',properties:{Name: '4', Address: '119-28 145TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '12', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.79549222, 40.67770271]} },
{type: 'Feature',properties:{Name: '4', Address: '119-32 145TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '9', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.79546712, 40.67765875]} },
{type: 'Feature',properties:{Name: '4', Address: '119-07 145 STREET, SO. JAMAICA-BAISLEY PARK', Month: '1', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.7955888, 40.67795265]} },
{type: 'Feature',properties:{Name: '4', Address: '119-07 145TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '12', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.7955888, 40.67795265]} },
{type: 'Feature',properties:{Name: '4', Address: '119-43 145TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '4', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.79539534, 40.67755432]} },
{type: 'Feature',properties:{Name: '4', Address: '119-29 145TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '1', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.79547057, 40.6777109]} },
{type: 'Feature',properties:{Name: '4', Address: '119-16 146 STREET, SO. JAMAICA-BAISLEY PARK', Month: '5', Price: '966'}, geometry: { type: 'Point', coordinates:[-73.79378508, 40.67830351]} },
{type: 'Feature',properties:{Name: '4', Address: '119-04 147TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '4', Price: '896'}, geometry: { type: 'Point', coordinates:[-73.79297625, 40.67870554]} },
{type: 'Feature',properties:{Name: '4', Address: '120-23 140TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '10', Price: '882'}, geometry: { type: 'Point', coordinates:[-73.80098131, 40.67586235]} },
{type: 'Feature',properties:{Name: '4', Address: '120-06 142ND STREET, SO. JAMAICA-BAISLEY PARK', Month: '12', Price: '1336'}, geometry: { type: 'Point', coordinates:[-73.79920352, 40.67601022]} },
{type: 'Feature',properties:{Name: '4', Address: '120-22 142ND PLACE, SO. JAMAICA-BAISLEY PARK', Month: '11', Price: '756'}, geometry: { type: 'Point', coordinates:[-73.79823823, 40.67571484]} },
{type: 'Feature',properties:{Name: '4', Address: '12044 142 PLACE, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '868'}, geometry: { type: 'Point', coordinates:[-73.79812472, 40.67510256]} },
{type: 'Feature',properties:{Name: '4', Address: '122-07 142ND PLACE, SO. JAMAICA-BAISLEY PARK', Month: '7', Price: '1797'}, geometry: { type: 'Point', coordinates:[-73.79809951, 40.67509428]} },
{type: 'Feature',properties:{Name: '4', Address: '142-50 122ND AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '1240'}, geometry: { type: 'Point', coordinates:[-73.79641929, 40.67517092]} },
{type: 'Feature',properties:{Name: '4', Address: '144-04 120 AVE, SO. JAMAICA-BAISLEY PARK', Month: '8', Price: '896'}, geometry: { type: 'Point', coordinates:[-73.79576597, 40.67660803]} },
{type: 'Feature',properties:{Name: '4', Address: '145-11 123RD AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '1', Price: '832'}, geometry: { type: 'Point', coordinates:[-73.79381282, 40.67516079]} },
{type: 'Feature',properties:{Name: '4', Address: '145-07 123RD AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '9', Price: '2244'}, geometry: { type: 'Point', coordinates:[-73.79392467, 40.67513079]} },
{type: 'Feature',properties:{Name: '4', Address: '120-19 145 STREET, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '1056'}, geometry: { type: 'Point', coordinates:[-73.79469681, 40.67609285]} },
{type: 'Feature',properties:{Name: '4', Address: '120-09 INWOOD STREET, SO. JAMAICA-BAISLEY PARK', Month: '6', Price: '1054'}, geometry: { type: 'Point', coordinates:[-73.7939274, 40.67658279]} },
{type: 'Feature',properties:{Name: '4', Address: '120-35 INWOOD STREET, SO. JAMAICA-BAISLEY PARK', Month: '12', Price: '1056'}, geometry: { type: 'Point', coordinates:[-73.79392023, 40.67656905]} },
{type: 'Feature',properties:{Name: '4', Address: '123-02 144TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '8', Price: '1008'}, geometry: { type: 'Point', coordinates:[-73.7950545, 40.6746662]} },
{type: 'Feature',properties:{Name: '4', Address: '144-09 ROCKAWAY BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '10', Price: '2680'}, geometry: { type: 'Point', coordinates:[-73.79452377, 40.67375124]} },
{type: 'Feature',properties:{Name: '4', Address: '144-09 ROCKAWAY BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '8', Price: '2680'}, geometry: { type: 'Point', coordinates:[-73.79452377, 40.67375124]} },
{type: 'Feature',properties:{Name: '4', Address: '123-30 145 STREET, SO. JAMAICA-BAISLEY PARK', Month: '9', Price: '1008'}, geometry: { type: 'Point', coordinates:[-73.79414188, 40.67484024]} },
{type: 'Feature',properties:{Name: '4', Address: '145-06 123 AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '9', Price: '812'}, geometry: { type: 'Point', coordinates:[-73.79393194, 40.67511159]} },
{type: 'Feature',properties:{Name: '4', Address: '145-06 123RD AVE, SO. JAMAICA-BAISLEY PARK', Month: '3', Price: '812'}, geometry: { type: 'Point', coordinates:[-73.79393194, 40.67511159]} },
{type: 'Feature',properties:{Name: '4', Address: '123-24 INWOOD STREET, SO. JAMAICA-BAISLEY PARK', Month: '12', Price: '884'}, geometry: { type: 'Point', coordinates:[-73.7930753, 40.67466815]} },
{type: 'Feature',properties:{Name: '4', Address: '123-17 146TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '11', Price: '850'}, geometry: { type: 'Point', coordinates:[-73.79229495, 40.67519923]} },
{type: 'Feature',properties:{Name: '4', Address: '123-12 147 STREET, SO. JAMAICA-BAISLEY PARK', Month: '6', Price: '850'}, geometry: { type: 'Point', coordinates:[-73.79141112, 40.67538153]} },
{type: 'Feature',properties:{Name: '4', Address: '147-10 123RD AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '3', Price: '1776'}, geometry: { type: 'Point', coordinates:[-73.79137741, 40.67578495]} },
{type: 'Feature',properties:{Name: '4', Address: '128-10 140 STREET, SO. JAMAICA-BAISLEY PARK', Month: '4', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.79951593, 40.67162735]} },
{type: 'Feature',properties:{Name: '4', Address: '128-11 VAN WYCK EXPWY SR E, SO. JAMAICA-BAISLEY PARK', Month: '7', Price: '1184'}, geometry: { type: 'Point', coordinates:[-73.80063871, 40.67227982]} },
{type: 'Feature',properties:{Name: '4', Address: '127-22 142ND STREET, SO. JAMAICA-BAISLEY PARK', Month: '1', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.79846245, 40.67309671]} },
{type: 'Feature',properties:{Name: '4', Address: '142-33 SUTTER AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '10', Price: '1292'}, geometry: { type: 'Point', coordinates:[-73.7971666, 40.6724549]} },
{type: 'Feature',properties:{Name: '4', Address: '142-33 SUTTER AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '10', Price: '1292'}, geometry: { type: 'Point', coordinates:[-73.7971666, 40.6724549]} },
{type: 'Feature',properties:{Name: '4', Address: '126-30 145TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '1758'}, geometry: { type: 'Point', coordinates:[-73.79386528, 40.67335207]} },
{type: 'Feature',properties:{Name: '4', Address: '126-18 INWOOD STREET, SO. JAMAICA-BAISLEY PARK', Month: '11', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.79264325, 40.67332791]} },
{type: 'Feature',properties:{Name: '4', Address: '145-44 ROCKAWAY BLVD, SO. JAMAICA-BAISLEY PARK', Month: '8', Price: '1504'}, geometry: { type: 'Point', coordinates:[-73.79235418, 40.67354423]} },
{type: 'Feature',properties:{Name: '4', Address: '142-21 129TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '4', Price: '1192'}, geometry: { type: 'Point', coordinates:[-73.79757213, 40.67187098]} },
{type: 'Feature',properties:{Name: '4', Address: '128-09 142ND STREET, SO. JAMAICA-BAISLEY PARK', Month: '7', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.79834917, 40.67240758]} },
{type: 'Feature',properties:{Name: '4', Address: '128-09 142ND STREET, SO. JAMAICA-BAISLEY PARK', Month: '10', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.79834917, 40.67240758]} },
{type: 'Feature',properties:{Name: '4', Address: '142-16 SUTTER AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '8', Price: '1168'}, geometry: { type: 'Point', coordinates:[-73.79770008, 40.67247506]} },
{type: 'Feature',properties:{Name: '4', Address: '144-10 SUTTER AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '5', Price: '1392'}, geometry: { type: 'Point', coordinates:[-73.79438766, 40.67229626]} },
{type: 'Feature',properties:{Name: '4', Address: '128-34 INWOOD STREET, SO. JAMAICA-BAISLEY PARK', Month: '8', Price: '800'}, geometry: { type: 'Point', coordinates:[-73.79304853, 40.67167628]} },
{type: 'Feature',properties:{Name: '4', Address: '128-15 INWOOD STREET, SO. JAMAICA-BAISLEY PARK', Month: '5', Price: '1872'}, geometry: { type: 'Point', coordinates:[-73.79302326, 40.67168722]} },
{type: 'Feature',properties:{Name: '4', Address: '145-28 SUTTER AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '12', Price: '1179'}, geometry: { type: 'Point', coordinates:[-73.79245316, 40.67185637]} },
{type: 'Feature',properties:{Name: '4', Address: '145-28 SUTTER AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '8', Price: '1179'}, geometry: { type: 'Point', coordinates:[-73.79245316, 40.67185637]} },
{type: 'Feature',properties:{Name: '4', Address: '137-17 132ND AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '10', Price: '1026'}, geometry: { type: 'Point', coordinates:[-73.80042962, 40.66987228]} },
{type: 'Feature',properties:{Name: '4', Address: '131-22 140TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.79901512, 40.67033917]} },
{type: 'Feature',properties:{Name: '4', Address: '130-28 140TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '1', Price: '1672'}, geometry: { type: 'Point', coordinates:[-73.79908309, 40.67051221]} },
{type: 'Feature',properties:{Name: '4', Address: '137-12 132 AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '8', Price: '1026'}, geometry: { type: 'Point', coordinates:[-73.80042967, 40.66985581]} },
{type: 'Feature',properties:{Name: '4', Address: '130-40 INWOOD STREET, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '2404'}, geometry: { type: 'Point', coordinates:[-73.79340642, 40.67018926]} },
{type: 'Feature',properties:{Name: '4', Address: '130-40 INWOOD STREET, SO. JAMAICA-BAISLEY PARK', Month: '4', Price: '2404'}, geometry: { type: 'Point', coordinates:[-73.79340642, 40.67018926]} },
{type: 'Feature',properties:{Name: '4', Address: '130-27 145TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '7', Price: '968'}, geometry: { type: 'Point', coordinates:[-73.79427477, 40.67032531]} },
{type: 'Feature',properties:{Name: '4', Address: '145-39 133RD AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '11', Price: '1031'}, geometry: { type: 'Point', coordinates:[-73.79341067, 40.66881687]} },
{type: 'Feature',properties:{Name: '4', Address: '132-28 140 ST, SO. JAMAICA-BAISLEY PARK', Month: '4', Price: '1184'}, geometry: { type: 'Point', coordinates:[-73.79858951, 40.6692213]} },
{type: 'Feature',properties:{Name: '4', Address: '133-16 140TH ST, SO. JAMAICA-BAISLEY PARK', Month: '6', Price: '1326'}, geometry: { type: 'Point', coordinates:[-73.79841437, 40.66872693]} },
{type: 'Feature',properties:{Name: '4', Address: '137-11 134TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '1', Price: '1026'}, geometry: { type: 'Point', coordinates:[-73.80026801, 40.66846392]} },
{type: 'Feature',properties:{Name: '4', Address: '137-25 135TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '12', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.79985186, 40.66779896]} },
{type: 'Feature',properties:{Name: '4', Address: '133-31 145TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '3', Price: '1031'}, geometry: { type: 'Point', coordinates:[-73.79454278, 40.66875028]} },
{type: 'Feature',properties:{Name: '4', Address: '145-45 NORTH CONDUIT AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '10', Price: '3680'}, geometry: { type: 'Point', coordinates:[-73.79317818, 40.66706802]} },
{type: 'Feature',properties:{Name: '4', Address: '126-37 146TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '10', Price: '1145'}, geometry: { type: 'Point', coordinates:[-73.79171356, 40.67319998]} },
{type: 'Feature',properties:{Name: '4', Address: '12634 147 STREET, SO. JAMAICA-BAISLEY PARK', Month: '9', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.79087744, 40.6731216]} },
{type: 'Feature',properties:{Name: '4', Address: '126-38 147TH ST, SO. JAMAICA-BAISLEY PARK', Month: '1', Price: '945'}, geometry: { type: 'Point', coordinates:[-73.79087745, 40.67311886]} },
{type: 'Feature',properties:{Name: '4', Address: '126-44 147 STREET, SO. JAMAICA-BAISLEY PARK', Month: '3', Price: '1026'}, geometry: { type: 'Point', coordinates:[-73.79088108, 40.67311063]} },
{type: 'Feature',properties:{Name: '4', Address: '126-39 148TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '11', Price: '896'}, geometry: { type: 'Point', coordinates:[-73.78994774, 40.6729964]} },
{type: 'Feature',properties:{Name: '4', Address: '126-13 148TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '1', Price: '992'}, geometry: { type: 'Point', coordinates:[-73.78994044, 40.67302383]} },
{type: 'Feature',properties:{Name: '4', Address: '148-09 SUTTER AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '3', Price: '952'}, geometry: { type: 'Point', coordinates:[-73.79012173, 40.67155021]} },
{type: 'Feature',properties:{Name: '4', Address: '128-22 147TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '12', Price: '878'}, geometry: { type: 'Point', coordinates:[-73.7912684, 40.67145074]} },
{type: 'Feature',properties:{Name: '4', Address: '12824 147TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '6', Price: '980'}, geometry: { type: 'Point', coordinates:[-73.79126841, 40.671448]} },
{type: 'Feature',properties:{Name: '4', Address: '146-09 130TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '4', Price: '776'}, geometry: { type: 'Point', coordinates:[-73.79224889, 40.67031069]} },
{type: 'Feature',properties:{Name: '4', Address: '146-09 130TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '4', Price: '776'}, geometry: { type: 'Point', coordinates:[-73.79224889, 40.67031069]} },
{type: 'Feature',properties:{Name: '4', Address: '128-25 147TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '3', Price: '756'}, geometry: { type: 'Point', coordinates:[-73.79124679, 40.67144521]} },
{type: 'Feature',properties:{Name: '4', Address: '128-19 148TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '4', Price: '756'}, geometry: { type: 'Point', coordinates:[-73.79035675, 40.67132557]} },
{type: 'Feature',properties:{Name: '4', Address: '12816 150TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '9', Price: '1184'}, geometry: { type: 'Point', coordinates:[-73.78854063, 40.67108894]} },
{type: 'Feature',properties:{Name: '4', Address: '146-15 133RD AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '10', Price: '1472'}, geometry: { type: 'Point', coordinates:[-73.79253502, 40.66871923]} },
{type: 'Feature',properties:{Name: '4', Address: '130-13 148TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '5', Price: '1314'}, geometry: { type: 'Point', coordinates:[-73.79070387, 40.66984402]} },
{type: 'Feature',properties:{Name: '4', Address: '130-37 149TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '9', Price: '870'}, geometry: { type: 'Point', coordinates:[-73.7898211, 40.6697134]} },
{type: 'Feature',properties:{Name: '4', Address: '133-30 147 STREET, SO. JAMAICA-BAISLEY PARK', Month: '8', Price: '992'}, geometry: { type: 'Point', coordinates:[-73.79194492, 40.66836957]} },
{type: 'Feature',properties:{Name: '4', Address: '133-19 147TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '7', Price: '928'}, geometry: { type: 'Point', coordinates:[-73.79191966, 40.66838051]} },
{type: 'Feature',properties:{Name: '4', Address: '133-32 148TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '11', Price: '1210'}, geometry: { type: 'Point', coordinates:[-73.79105846, 40.6682719]} },
{type: 'Feature',properties:{Name: '4', Address: '133-16 149TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '3', Price: '788'}, geometry: { type: 'Point', coordinates:[-73.79016834, 40.66819343]} },
{type: 'Feature',properties:{Name: '4', Address: '133-16 149TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '788'}, geometry: { type: 'Point', coordinates:[-73.79016834, 40.66819343]} },
{type: 'Feature',properties:{Name: '4', Address: '133-16 149TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '10', Price: '788'}, geometry: { type: 'Point', coordinates:[-73.79016834, 40.66819343]} },
{type: 'Feature',properties:{Name: '4', Address: '133-17 149TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '11', Price: '788'}, geometry: { type: 'Point', coordinates:[-73.79014672, 40.66819064]} },
{type: 'Feature',properties:{Name: '4', Address: '150-43 114TH ROAD, SO. JAMAICA-BAISLEY PARK', Month: '10', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.79298021, 40.68555927]} },
{type: 'Feature',properties:{Name: '4', Address: '150-19 114TH ROAD, SO. JAMAICA-BAISLEY PARK', Month: '8', Price: '1364'}, geometry: { type: 'Point', coordinates:[-73.79298743, 40.68555653]} },
{type: 'Feature',properties:{Name: '4', Address: '150-29 115TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '11', Price: '1418'}, geometry: { type: 'Point', coordinates:[-73.79253495, 40.68496559]} },
{type: 'Feature',properties:{Name: '4', Address: '155-18 LINDEN BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '1', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.79182141, 40.68715464]} },
{type: 'Feature',properties:{Name: '4', Address: '114-12 157TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '11', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.79015109, 40.68742334]} },
{type: 'Feature',properties:{Name: '4', Address: '155-41 114 ROAD, SO. JAMAICA-BAISLEY PARK', Month: '9', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.79115692, 40.68633]} },
{type: 'Feature',properties:{Name: '4', Address: '155-31 114TH ROAD, SO. JAMAICA-BAISLEY PARK', Month: '12', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.79116776, 40.68632453]} },
{type: 'Feature',properties:{Name: '4', Address: '150-29 115TH ROAD, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '1088'}, geometry: { type: 'Point', coordinates:[-73.79227381, 40.68430088]} },
{type: 'Feature',properties:{Name: '4', Address: '150-22 115TH ROAD, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '1696'}, geometry: { type: 'Point', coordinates:[-73.79226665, 40.6842844]} },
{type: 'Feature',properties:{Name: '4', Address: '115-03 155TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '7', Price: '1180'}, geometry: { type: 'Point', coordinates:[-73.79094331, 40.68545952]} },
{type: 'Feature',properties:{Name: '4', Address: '150-28 115TH DR, SO. JAMAICA-BAISLEY PARK', Month: '10', Price: '1592'}, geometry: { type: 'Point', coordinates:[-73.79220407, 40.68353771]} },
{type: 'Feature',properties:{Name: '4', Address: '115-57 155TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '6', Price: '1744'}, geometry: { type: 'Point', coordinates:[-73.79005293, 40.6842447]} },
{type: 'Feature',properties:{Name: '4', Address: '155-13 116TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '8', Price: '1057'}, geometry: { type: 'Point', coordinates:[-73.78918829, 40.68402079]} },
{type: 'Feature',properties:{Name: '4', Address: '155-13 116TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '12', Price: '1057'}, geometry: { type: 'Point', coordinates:[-73.78918829, 40.68402079]} },
{type: 'Feature',properties:{Name: '4', Address: '114-26 158TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '1536'}, geometry: { type: 'Point', coordinates:[-73.78887826, 40.68742101]} },
{type: 'Feature',properties:{Name: '4', Address: '158-05 115TH ROAD, SO. JAMAICA-BAISLEY PARK', Month: '11', Price: '1784'}, geometry: { type: 'Point', coordinates:[-73.78757138, 40.6867873]} },
{type: 'Feature',properties:{Name: '4', Address: '114-53 158TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '11', Price: '1376'}, geometry: { type: 'Point', coordinates:[-73.78852551, 40.68722548]} },
{type: 'Feature',properties:{Name: '4', Address: '114-19 159TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '11', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.78823123, 40.68792211]} },
{type: 'Feature',properties:{Name: '4', Address: '158-14 115 ROAD, SO. JAMAICA-BAISLEY PARK', Month: '9', Price: '1444'}, geometry: { type: 'Point', coordinates:[-73.78751359, 40.68681739]} },
{type: 'Feature',properties:{Name: '4', Address: '115-39 159TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '6', Price: '1568'}, geometry: { type: 'Point', coordinates:[-73.78632746, 40.68676853]} },
{type: 'Feature',properties:{Name: '4', Address: '115-35 159TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '6', Price: '1568'}, geometry: { type: 'Point', coordinates:[-73.78637783, 40.68680156]} },
{type: 'Feature',properties:{Name: '4', Address: '115-45 BEDELL STREET, SO. JAMAICA-BAISLEY PARK', Month: '9', Price: '1088'}, geometry: { type: 'Point', coordinates:[-73.78568046, 40.6872559]} },
{type: 'Feature',properties:{Name: '4', Address: '150-26 116TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '9', Price: '896'}, geometry: { type: 'Point', coordinates:[-73.79219933, 40.6827472]} },
{type: 'Feature',properties:{Name: '4', Address: '150-56 116TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '1568'}, geometry: { type: 'Point', coordinates:[-73.79218489, 40.68275267]} },
{type: 'Feature',properties:{Name: '4', Address: '150-80 116TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '10', Price: '1410'}, geometry: { type: 'Point', coordinates:[-73.79217405, 40.68275814]} },
{type: 'Feature',properties:{Name: '4', Address: '150-57 116TH RD, SO. JAMAICA-BAISLEY PARK', Month: '5', Price: '896'}, geometry: { type: 'Point', coordinates:[-73.79198511, 40.68206886]} },
{type: 'Feature',properties:{Name: '4', Address: '150-50 116TH ROAD, SO. JAMAICA-BAISLEY PARK', Month: '6', Price: '985'}, geometry: { type: 'Point', coordinates:[-73.79197795, 40.68205237]} },
{type: 'Feature',properties:{Name: '4', Address: '150-74 116TH ROAD, SO. JAMAICA-BAISLEY PARK', Month: '7', Price: '896'}, geometry: { type: 'Point', coordinates:[-73.79196712, 40.68205784]} },
{type: 'Feature',properties:{Name: '4', Address: '150-87 116TH DRIVE, SO. JAMAICA-BAISLEY PARK', Month: '8', Price: '920'}, geometry: { type: 'Point', coordinates:[-73.79172763, 40.68139043]} },
{type: 'Feature',properties:{Name: '4', Address: '153-17 FOCH BLVD, SO. JAMAICA-BAISLEY PARK', Month: '7', Price: '1056'}, geometry: { type: 'Point', coordinates:[-73.78964335, 40.68149368]} },
{type: 'Feature',properties:{Name: '4', Address: '150-35 FOCH BLVD, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '1056'}, geometry: { type: 'Point', coordinates:[-73.79152061, 40.68072033]} },
{type: 'Feature',properties:{Name: '4', Address: '150-56 FOCH BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '7', Price: '676'}, geometry: { type: 'Point', coordinates:[-73.79149901, 40.68071205]} },
{type: 'Feature',properties:{Name: '4', Address: '150-56 FOCH BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '9', Price: '676'}, geometry: { type: 'Point', coordinates:[-73.79149901, 40.68071205]} },
{type: 'Feature',properties:{Name: '4', Address: '150-78 FOCH BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '3', Price: '748'}, geometry: { type: 'Point', coordinates:[-73.79148457, 40.68071752]} },
{type: 'Feature',properties:{Name: '4', Address: '153-20 FOCH BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '4', Price: '748'}, geometry: { type: 'Point', coordinates:[-73.78963258, 40.68147994]} },
{type: 'Feature',properties:{Name: '4', Address: '15348 FOCH BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '6', Price: '756'}, geometry: { type: 'Point', coordinates:[-73.78961453, 40.68148814]} },
{type: 'Feature',properties:{Name: '4', Address: '153-60 FOCH BLVD, SO. JAMAICA-BAISLEY PARK', Month: '6', Price: '842'}, geometry: { type: 'Point', coordinates:[-73.78960731, 40.68149087]} },
{type: 'Feature',properties:{Name: '4', Address: '154-01 118TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '12', Price: '736'}, geometry: { type: 'Point', coordinates:[-73.78843646, 40.68119778]} },
{type: 'Feature',properties:{Name: '4', Address: '153-15 118TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '1', Price: '676'}, geometry: { type: 'Point', coordinates:[-73.788978, 40.68097096]} },
{type: 'Feature',properties:{Name: '4', Address: '152-31 118TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '6', Price: '736'}, geometry: { type: 'Point', coordinates:[-73.78958091, 40.6807168]} },
{type: 'Feature',properties:{Name: '4', Address: '152-09 118TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '8', Price: '703'}, geometry: { type: 'Point', coordinates:[-73.79010439, 40.68049543]} },
{type: 'Feature',properties:{Name: '4', Address: '150-23 118TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '1', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.79163148, 40.67985592]} },
{type: 'Feature',properties:{Name: '4', Address: '150-23 119TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '1', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.79081069, 40.67946193]} },
{type: 'Feature',properties:{Name: '4', Address: '150-19 119 AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '1', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.79092972, 40.67944293]} },
{type: 'Feature',properties:{Name: '4', Address: '118-07 152ND STREET, SO. JAMAICA-BAISLEY PARK', Month: '1', Price: '732'}, geometry: { type: 'Point', coordinates:[-73.79027828, 40.68023224]} },
{type: 'Feature',properties:{Name: '4', Address: '118-08 153RD STREET, SO. JAMAICA-BAISLEY PARK', Month: '4', Price: '732'}, geometry: { type: 'Point', coordinates:[-73.78944439, 40.68056284]} },
{type: 'Feature',properties:{Name: '4', Address: '118-08 153RD STREET, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '732'}, geometry: { type: 'Point', coordinates:[-73.78944439, 40.68056284]} },
{type: 'Feature',properties:{Name: '4', Address: '153-30 118TH AVE, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '730'}, geometry: { type: 'Point', coordinates:[-73.78879754, 40.68102827]} },
{type: 'Feature',properties:{Name: '4', Address: '118-16 154TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '4', Price: '786'}, geometry: { type: 'Point', coordinates:[-73.78851752, 40.68064897]} },
{type: 'Feature',properties:{Name: '4', Address: '118-16 154TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '4', Price: '786'}, geometry: { type: 'Point', coordinates:[-73.78851752, 40.68064897]} },
{type: 'Feature',properties:{Name: '4', Address: '118-30 154TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '7', Price: '786'}, geometry: { type: 'Point', coordinates:[-73.78851756, 40.68063799]} },
{type: 'Feature',properties:{Name: '4', Address: '118-32 154TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '786'}, geometry: { type: 'Point', coordinates:[-73.78851756, 40.68063799]} },
{type: 'Feature',properties:{Name: '4', Address: '118-38 154TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '9', Price: '786'}, geometry: { type: 'Point', coordinates:[-73.78851396, 40.68063524]} },
{type: 'Feature',properties:{Name: '4', Address: '118-63 154TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '8', Price: '788'}, geometry: { type: 'Point', coordinates:[-73.78848876, 40.68062422]} },
{type: 'Feature',properties:{Name: '4', Address: '118-21 154TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '6', Price: '724'}, geometry: { type: 'Point', coordinates:[-73.78849589, 40.68064893]} },
{type: 'Feature',properties:{Name: '4', Address: '153-34 118 AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '9', Price: '676'}, geometry: { type: 'Point', coordinates:[-73.78872895, 40.68105833]} },
{type: 'Feature',properties:{Name: '4', Address: '118-22 155 STREET, SO. JAMAICA-BAISLEY PARK', Month: '3', Price: '746'}, geometry: { type: 'Point', coordinates:[-73.78760105, 40.68086687]} },
{type: 'Feature',properties:{Name: '4', Address: '118-32 155TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '10', Price: '736'}, geometry: { type: 'Point', coordinates:[-73.78748979, 40.68071021]} },
{type: 'Feature',properties:{Name: '4', Address: '118-32 155 STREET, SO. JAMAICA-BAISLEY PARK', Month: '1', Price: '736'}, geometry: { type: 'Point', coordinates:[-73.78748979, 40.68071021]} },
{type: 'Feature',properties:{Name: '4', Address: '150-12 119TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '9', Price: '1488'}, geometry: { type: 'Point', coordinates:[-73.79145281, 40.67934233]} },
{type: 'Feature',properties:{Name: '4', Address: '150-49 120TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '1870'}, geometry: { type: 'Point', coordinates:[-73.79082592, 40.67805388]} },
{type: 'Feature',properties:{Name: '4', Address: '150-38 120TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '11', Price: '1072'}, geometry: { type: 'Point', coordinates:[-73.79082958, 40.67803742]} },
{type: 'Feature',properties:{Name: '4', Address: '154-24 119 AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '4', Price: '1300'}, geometry: { type: 'Point', coordinates:[-73.78765805, 40.67995296]} },
{type: 'Feature',properties:{Name: '4', Address: '154-08 119TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '5', Price: '1024'}, geometry: { type: 'Point', coordinates:[-73.78806566, 40.67988784]} },
{type: 'Feature',properties:{Name: '4', Address: '154-04 119TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '6', Price: '1024'}, geometry: { type: 'Point', coordinates:[-73.78814863, 40.67987427]} },
{type: 'Feature',properties:{Name: '4', Address: '154-04 119TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '1024'}, geometry: { type: 'Point', coordinates:[-73.78814863, 40.67987427]} },
{type: 'Feature',properties:{Name: '4', Address: '154-04 119TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '1', Price: '1024'}, geometry: { type: 'Point', coordinates:[-73.78814863, 40.67987427]} },
{type: 'Feature',properties:{Name: '4', Address: '153-16 119TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '1', Price: '1024'}, geometry: { type: 'Point', coordinates:[-73.78880875, 40.67976843]} },
{type: 'Feature',properties:{Name: '4', Address: '153-16 119TH AVE, SO. JAMAICA-BAISLEY PARK', Month: '7', Price: '1024'}, geometry: { type: 'Point', coordinates:[-73.78880875, 40.67976843]} },
{type: 'Feature',properties:{Name: '4', Address: '119-43 153RD STREET, SO. JAMAICA-BAISLEY PARK', Month: '9', Price: '1495'}, geometry: { type: 'Point', coordinates:[-73.7890209, 40.6788054]} },
{type: 'Feature',properties:{Name: '4', Address: '119-43 153RD STREET, SO. JAMAICA-BAISLEY PARK', Month: '7', Price: '1495'}, geometry: { type: 'Point', coordinates:[-73.7890209, 40.6788054]} },
{type: 'Feature',properties:{Name: '4', Address: '123-22 153RD STREET, SO. JAMAICA-BAISLEY PARK', Month: '12', Price: '2994'}, geometry: { type: 'Point', coordinates:[-73.7882939, 40.6761334]} },
{type: 'Feature',properties:{Name: '4', Address: '124-08 153RD STREET, SO. JAMAICA-BAISLEY PARK', Month: '1', Price: '2835'}, geometry: { type: 'Point', coordinates:[-73.78812282, 40.6755155]} },
{type: 'Feature',properties:{Name: '4', Address: '122-06 155TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '6', Price: '845'}, geometry: { type: 'Point', coordinates:[-73.78684858, 40.67715179]} },
{type: 'Feature',properties:{Name: '4', Address: '153-11 125TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '11', Price: '1130'}, geometry: { type: 'Point', coordinates:[-73.78786506, 40.67494412]} },
{type: 'Feature',properties:{Name: '4', Address: '155-31 116TH ROAD, SO. JAMAICA-BAISLEY PARK', Month: '5', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.78845426, 40.6835446]} },
{type: 'Feature',properties:{Name: '4', Address: '155-06 116TH RD, SO. JAMAICA-BAISLEY PARK', Month: '1', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.78884062, 40.68336415]} },
{type: 'Feature',properties:{Name: '4', Address: '155-06 116TH ROAD, SO. JAMAICA-BAISLEY PARK', Month: '9', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.78884062, 40.68336415]} },
{type: 'Feature',properties:{Name: '4', Address: '155-49 116TH DRIVE, SO. JAMAICA-BAISLEY PARK', Month: '5', Price: '1493'}, geometry: { type: 'Point', coordinates:[-73.78772023, 40.68307115]} },
{type: 'Feature',properties:{Name: '4', Address: '11661 155 STREET, SO. JAMAICA-BAISLEY PARK', Month: '7', Price: '896'}, geometry: { type: 'Point', coordinates:[-73.78869229, 40.68238674]} },
{type: 'Feature',properties:{Name: '4', Address: '155-22 116TH DRIVE, SO. JAMAICA-BAISLEY PARK', Month: '7', Price: '896'}, geometry: { type: 'Point', coordinates:[-73.78813909, 40.68287704]} },
{type: 'Feature',properties:{Name: '4', Address: '155-22 116TH DRIVE, SO. JAMAICA-BAISLEY PARK', Month: '5', Price: '896'}, geometry: { type: 'Point', coordinates:[-73.78813909, 40.68287704]} },
{type: 'Feature',properties:{Name: '4', Address: '155-32 116TH DRIVE, SO. JAMAICA-BAISLEY PARK', Month: '12', Price: '896'}, geometry: { type: 'Point', coordinates:[-73.78797302, 40.68294535]} },
{type: 'Feature',properties:{Name: '4', Address: '155-39 FOCH BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '10', Price: '1581'}, geometry: { type: 'Point', coordinates:[-73.78747355, 40.68241194]} },
{type: 'Feature',properties:{Name: '4', Address: '155-33 FOCH BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '12', Price: '1581'}, geometry: { type: 'Point', coordinates:[-73.78757464, 40.68236821]} },
{type: 'Feature',properties:{Name: '4', Address: '155-33 FOCH BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '4', Price: '1581'}, geometry: { type: 'Point', coordinates:[-73.78757464, 40.68236821]} },
{type: 'Feature',properties:{Name: '4', Address: '155-33 FOCH BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '1', Price: '1581'}, geometry: { type: 'Point', coordinates:[-73.78757464, 40.68236821]} },
{type: 'Feature',properties:{Name: '4', Address: '116-69 155TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '6', Price: '1190'}, geometry: { type: 'Point', coordinates:[-73.78864562, 40.68232352]} },
{type: 'Feature',properties:{Name: '4', Address: '160-25 119TH RD, SO. JAMAICA-BAISLEY PARK', Month: '3', Price: '868'}, geometry: { type: 'Point', coordinates:[-73.78413248, 40.68091256]} },
{type: 'Feature',properties:{Name: '4', Address: '160-23 119 ROAD, SO. JAMAICA-BAISLEY PARK', Month: '3', Price: '868'}, geometry: { type: 'Point', coordinates:[-73.78415053, 40.68090711]} },
{type: 'Feature',properties:{Name: '4', Address: '161-22 119TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '1', Price: '2747'}, geometry: { type: 'Point', coordinates:[-73.78329994, 40.68192657]} },
{type: 'Feature',properties:{Name: '4', Address: '161-25 119TH ROAD, SO. JAMAICA-BAISLEY PARK', Month: '7', Price: '993'}, geometry: { type: 'Point', coordinates:[-73.78294137, 40.6813193]} },
{type: 'Feature',properties:{Name: '4', Address: '161-12 119TH RD, SO. JAMAICA-BAISLEY PARK', Month: '12', Price: '1096'}, geometry: { type: 'Point', coordinates:[-73.78294504, 40.68130009]} },
{type: 'Feature',properties:{Name: '4', Address: '120-03 LAKEVIEW BOULEVARD E, SO. JAMAICA-BAISLEY PARK', Month: '7', Price: '1188'}, geometry: { type: 'Point', coordinates:[-73.78430744, 40.67921113]} },
{type: 'Feature',properties:{Name: '4', Address: '120-08 LONG STREET, SO. JAMAICA-BAISLEY PARK', Month: '8', Price: '1064'}, geometry: { type: 'Point', coordinates:[-73.78241263, 40.67982788]} },
{type: 'Feature',properties:{Name: '4', Address: '160-31 121ST AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '10', Price: '990'}, geometry: { type: 'Point', coordinates:[-73.78346124, 40.67888565]} },
{type: 'Feature',properties:{Name: '4', Address: '121-06 LONG STREET, SO. JAMAICA-BAISLEY PARK', Month: '12', Price: '1032'}, geometry: { type: 'Point', coordinates:[-73.78205051, 40.67920962]} },
{type: 'Feature',properties:{Name: '4', Address: '121-20 LONG STREET, SO. JAMAICA-BAISLEY PARK', Month: '5', Price: '870'}, geometry: { type: 'Point', coordinates:[-73.78201466, 40.67914642]} },
{type: 'Feature',properties:{Name: '4', Address: '161-24 120TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '5', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.7822028, 40.68004707]} },
{type: 'Feature',properties:{Name: '4', Address: '114-54 168TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '5', Price: '1284'}, geometry: { type: 'Point', coordinates:[-73.78109286, 40.6897752]} },
{type: 'Feature',properties:{Name: '4', Address: '114-31 168TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '12', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.78123973, 40.69007192]} },
{type: 'Feature',properties:{Name: '4', Address: '114-10 169TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '12', Price: '1448'}, geometry: { type: 'Point', coordinates:[-73.78056716, 40.69063881]} },
{type: 'Feature',properties:{Name: '4', Address: '114-22 169TH ST, SO. JAMAICA-BAISLEY PARK', Month: '7', Price: '1448'}, geometry: { type: 'Point', coordinates:[-73.78048111, 40.69048768]} },
{type: 'Feature',properties:{Name: '4', Address: '169-16 LINDEN BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '3', Price: '995'}, geometry: { type: 'Point', coordinates:[-73.78055839, 40.69111089]} },
{type: 'Feature',properties:{Name: '4', Address: '169-20 LINDEN BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '8', Price: '980'}, geometry: { type: 'Point', coordinates:[-73.78053672, 40.69112183]} },
{type: 'Feature',properties:{Name: '4', Address: '169-09 115TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '7', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.77960142, 40.68934966]} },
{type: 'Feature',properties:{Name: '4', Address: '115-58 MARSDEN STREET, SO. JAMAICA-BAISLEY PARK', Month: '11', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.78311112, 40.68677075]} },
{type: 'Feature',properties:{Name: '4', Address: '115-50 165TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '1', Price: '666'}, geometry: { type: 'Point', coordinates:[-73.78303202, 40.68781087]} },
{type: 'Feature',properties:{Name: '4', Address: '115-45 165TH ST, SO. JAMAICA-BAISLEY PARK', Month: '10', Price: '1740'}, geometry: { type: 'Point', coordinates:[-73.78301394, 40.68782456]} },
{type: 'Feature',properties:{Name: '4', Address: '115-41 169 STREET, SO. JAMAICA-BAISLEY PARK', Month: '11', Price: '1376'}, geometry: { type: 'Point', coordinates:[-73.7793408, 40.68856141]} },
{type: 'Feature',properties:{Name: '4', Address: '115-33 169TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '3', Price: '992'}, geometry: { type: 'Point', coordinates:[-73.77939817, 40.68865759]} },
{type: 'Feature',properties:{Name: '4', Address: '115-33 169TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '3', Price: '992'}, geometry: { type: 'Point', coordinates:[-73.77939817, 40.68865759]} },
{type: 'Feature',properties:{Name: '4', Address: '115-33 169TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '9', Price: '992'}, geometry: { type: 'Point', coordinates:[-73.77939817, 40.68865759]} },
{type: 'Feature',properties:{Name: '4', Address: '115-37 170TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '6', Price: '1298'}, geometry: { type: 'Point', coordinates:[-73.77851394, 40.68889743]} },
{type: 'Feature',properties:{Name: '4', Address: '115-43 170TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '12', Price: '1480'}, geometry: { type: 'Point', coordinates:[-73.77847451, 40.68882599]} },
{type: 'Feature',properties:{Name: '4', Address: '170-11 116 AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '12', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.77755398, 40.68805568]} },
{type: 'Feature',properties:{Name: '4', Address: '166-18 116TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '12', Price: '1416'}, geometry: { type: 'Point', coordinates:[-73.7811278, 40.68681914]} },
{type: 'Feature',properties:{Name: '4', Address: '166-18 116TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '1416'}, geometry: { type: 'Point', coordinates:[-73.7811278, 40.68681914]} },
{type: 'Feature',properties:{Name: '4', Address: '16707 FOCH BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '7', Price: '902'}, geometry: { type: 'Point', coordinates:[-73.77941229, 40.68547916]} },
{type: 'Feature',properties:{Name: '4', Address: '170-20 116TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '8', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.77769843, 40.68799008]} },
{type: 'Feature',properties:{Name: '4', Address: '11638 171 ST, SO. JAMAICA-BAISLEY PARK', Month: '4', Price: '1215'}, geometry: { type: 'Point', coordinates:[-73.77655063, 40.68725775]} },
{type: 'Feature',properties:{Name: '4', Address: '171-11 FOCH BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '1', Price: '1612'}, geometry: { type: 'Point', coordinates:[-73.77587832, 40.6866718]} },
{type: 'Feature',properties:{Name: '4', Address: '116-47 171ST STREET, SO. JAMAICA-BAISLEY PARK', Month: '12', Price: '1156'}, geometry: { type: 'Point', coordinates:[-73.77645011, 40.68712855]} },
{type: 'Feature',properties:{Name: '4', Address: '117-39 164 STREET, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '1012'}, geometry: { type: 'Point', coordinates:[-73.78194748, 40.68425433]} },
{type: 'Feature',properties:{Name: '4', Address: '16418 FOCH BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '4', Price: '1008'}, geometry: { type: 'Point', coordinates:[-73.78183446, 40.68463564]} },
{type: 'Feature',properties:{Name: '4', Address: '117-37 165TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '12', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.781092, 40.68454365]} },
{type: 'Feature',properties:{Name: '4', Address: '164-19 120TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '4', Price: '1563'}, geometry: { type: 'Point', coordinates:[-73.77995253, 40.6812944]} },
{type: 'Feature',properties:{Name: '4', Address: '167-12 FOCH BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '12', Price: '946'}, geometry: { type: 'Point', coordinates:[-73.77936543, 40.68547633]} },
{type: 'Feature',properties:{Name: '4', Address: '169-02 FOCH BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '10', Price: '924'}, geometry: { type: 'Point', coordinates:[-73.77770497, 40.68603032]} },
{type: 'Feature',properties:{Name: '4', Address: '117-23 169TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '4', Price: '1240'}, geometry: { type: 'Point', coordinates:[-73.77749792, 40.68540686]} },
{type: 'Feature',properties:{Name: '4', Address: '17040 FOCH BLVD, SO. JAMAICA-BAISLEY PARK', Month: '10', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.7757737, 40.68668807]} },
{type: 'Feature',properties:{Name: '4', Address: '167-04 118TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '6', Price: '1184'}, geometry: { type: 'Point', coordinates:[-73.77795014, 40.68387065]} },
{type: 'Feature',properties:{Name: '4', Address: '167-10 118TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '5', Price: '1184'}, geometry: { type: 'Point', coordinates:[-73.77779106, 40.68399935]} },
{type: 'Feature',properties:{Name: '4', Address: '167-62 118TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '6', Price: '1184'}, geometry: { type: 'Point', coordinates:[-73.77692695, 40.68470858]} },
{type: 'Feature',properties:{Name: '4', Address: '119-01 MARSDEN STREET, SO. JAMAICA-BAISLEY PARK', Month: '4', Price: '1285'}, geometry: { type: 'Point', coordinates:[-73.77662311, 40.68284428]} },
{type: 'Feature',properties:{Name: '4', Address: '168-14 119TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.77605876, 40.68340586]} },
{type: 'Feature',properties:{Name: '4', Address: '169-23 120TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '3', Price: '1290'}, geometry: { type: 'Point', coordinates:[-73.77567159, 40.68274362]} },
{type: 'Feature',properties:{Name: '4', Address: '170-38 118TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '9', Price: '1488'}, geometry: { type: 'Point', coordinates:[-73.77555663, 40.68583402]} },
{type: 'Feature',properties:{Name: '4', Address: '170-15 118TH ROAD, SO. JAMAICA-BAISLEY PARK', Month: '8', Price: '1368'}, geometry: { type: 'Point', coordinates:[-73.77522731, 40.68511973]} },
{type: 'Feature',properties:{Name: '4', Address: '170-36 118TH ROAD, SO. JAMAICA-BAISLEY PARK', Month: '7', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.77492729, 40.68534147]} },
{type: 'Feature',properties:{Name: '4', Address: '170-36 118TH ROAD, SO. JAMAICA-BAISLEY PARK', Month: '8', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.77492729, 40.68534147]} },
{type: 'Feature',properties:{Name: '4', Address: '170-36 118TH ROAD, SO. JAMAICA-BAISLEY PARK', Month: '9', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.77492729, 40.68534147]} },
{type: 'Feature',properties:{Name: '4', Address: '170-46 118TH ROAD, SO. JAMAICA-BAISLEY PARK', Month: '4', Price: '1080'}, geometry: { type: 'Point', coordinates:[-73.77479713, 40.68544826]} },
{type: 'Feature',properties:{Name: '4', Address: '172-09 119TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '5', Price: '1840'}, geometry: { type: 'Point', coordinates:[-73.77369768, 40.68536376]} },
{type: 'Feature',properties:{Name: '4', Address: '171-09 119TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '10', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.77477514, 40.6844848]} },
{type: 'Feature',properties:{Name: '4', Address: '171-43 119TH ROAD, SO. JAMAICA-BAISLEY PARK', Month: '3', Price: '946'}, geometry: { type: 'Point', coordinates:[-73.7737665, 40.68421109]} },
{type: 'Feature',properties:{Name: '4', Address: '171-33 119TH ROAD, SO. JAMAICA-BAISLEY PARK', Month: '8', Price: '946'}, geometry: { type: 'Point', coordinates:[-73.77384968, 40.6841344]} },
{type: 'Feature',properties:{Name: '4', Address: '171-33 119TH ROAD, SO. JAMAICA-BAISLEY PARK', Month: '7', Price: '946'}, geometry: { type: 'Point', coordinates:[-73.77384968, 40.6841344]} },
{type: 'Feature',properties:{Name: '4', Address: '17115 119 RD, SO. JAMAICA-BAISLEY PARK', Month: '4', Price: '946'}, geometry: { type: 'Point', coordinates:[-73.77399799, 40.68399471]} },
{type: 'Feature',properties:{Name: '4', Address: '171-36 119TH ROAD, SO. JAMAICA-BAISLEY PARK', Month: '3', Price: '946'}, geometry: { type: 'Point', coordinates:[-73.77382084, 40.68413434]} },
{type: 'Feature',properties:{Name: '4', Address: '172-26 VICTORIA DRIVE, SO. JAMAICA-BAISLEY PARK', Month: '7', Price: '946'}, geometry: { type: 'Point', coordinates:[-73.77318374, 40.68381469]} },
{type: 'Feature',properties:{Name: '4', Address: '120-26 166TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '5', Price: '1232'}, geometry: { type: 'Point', coordinates:[-73.7780748, 40.68108219]} },
{type: 'Feature',properties:{Name: '4', Address: '120-25 MARSDEN STREET, SO. JAMAICA-BAISLEY PARK', Month: '7', Price: '1293'}, geometry: { type: 'Point', coordinates:[-73.77514064, 40.68195208]} },
{type: 'Feature',properties:{Name: '4', Address: '120-36 171ST STREET, SO. JAMAICA-BAISLEY PARK', Month: '10', Price: '1470'}, geometry: { type: 'Point', coordinates:[-73.77371132, 40.68240766]} },
{type: 'Feature',properties:{Name: '4', Address: '120-27 171ST STREET, SO. JAMAICA-BAISLEY PARK', Month: '10', Price: '1308'}, geometry: { type: 'Point', coordinates:[-73.7737757, 40.68256149]} },
{type: 'Feature',properties:{Name: '4', Address: '172-02 VICTORIA ROAD, SO. JAMAICA-BAISLEY PARK', Month: '11', Price: '1286'}, geometry: { type: 'Point', coordinates:[-73.77303535, 40.68397909]} },
{type: 'Feature',properties:{Name: '4', Address: '172-02 VICTORIA ROAD, SO. JAMAICA-BAISLEY PARK', Month: '11', Price: '1286'}, geometry: { type: 'Point', coordinates:[-73.77303535, 40.68397909]} },
{type: 'Feature',properties:{Name: '4', Address: '138-04 LINDEN BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '6', Price: '1568'}, geometry: { type: 'Point', coordinates:[-73.80503388, 40.68313198]} },
{type: 'Feature',properties:{Name: '4', Address: '114-12 139TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '966'}, geometry: { type: 'Point', coordinates:[-73.8041331, 40.68292733]} },
{type: 'Feature',properties:{Name: '4', Address: '140-17 115 AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '12', Price: '1820'}, geometry: { type: 'Point', coordinates:[-73.80235855, 40.68191971]} },
{type: 'Feature',properties:{Name: '4', Address: '114-60 145 STREET, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.79836587, 40.68357886]} },
{type: 'Feature',properties:{Name: '4', Address: '114-18 INWOOD STREET, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '968'}, geometry: { type: 'Point', coordinates:[-73.79787596, 40.68462102]} },
{type: 'Feature',properties:{Name: '4', Address: '149-02 LINDEN BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '10', Price: '2413'}, geometry: { type: 'Point', coordinates:[-73.79446399, 40.68613009]} },
{type: 'Feature',properties:{Name: '4', Address: '149-02 LINDEN BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '6', Price: '2413'}, geometry: { type: 'Point', coordinates:[-73.79446399, 40.68613009]} },
{type: 'Feature',properties:{Name: '4', Address: '114-48 SUTPHIN BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '10', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.7930069, 40.6850927]} },
{type: 'Feature',properties:{Name: '4', Address: '115-55 140TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '9', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.80213802, 40.68090651]} },
{type: 'Feature',properties:{Name: '4', Address: '115-33 140 STREET, SO. JAMAICA-BAISLEY PARK', Month: '6', Price: '1596'}, geometry: { type: 'Point', coordinates:[-73.80226699, 40.68118395]} },
{type: 'Feature',properties:{Name: '4', Address: '115-30 INWOOD STREET, SO. JAMAICA-BAISLEY PARK', Month: '12', Price: '1776'}, geometry: { type: 'Point', coordinates:[-73.79694789, 40.68272]} },
{type: 'Feature',properties:{Name: '4', Address: '145-18 115TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '11', Price: '3582'}, geometry: { type: 'Point', coordinates:[-73.7975267, 40.68327272]} },
{type: 'Feature',properties:{Name: '4', Address: '115-11 INWOOD STREET, SO. JAMAICA-BAISLEY PARK', Month: '11', Price: '2370'}, geometry: { type: 'Point', coordinates:[-73.79704807, 40.68297544]} },
{type: 'Feature',properties:{Name: '4', Address: '115-16 149TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '4', Price: '924'}, geometry: { type: 'Point', coordinates:[-73.793519, 40.68389415]} },
{type: 'Feature',properties:{Name: '4', Address: '115-41 149TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '11', Price: '1645'}, geometry: { type: 'Point', coordinates:[-73.79335045, 40.68360016]} },
{type: 'Feature',properties:{Name: '4', Address: '116-41 VAN WYCK EXPRESSWAY, SO. JAMAICA-BAISLEY PARK', Month: '11', Price: '2016'}, geometry: { type: 'Point', coordinates:[-73.80309595, 40.67884133]} },
{type: 'Feature',properties:{Name: '4', Address: '116-50 142ND STREET, SO. JAMAICA-BAISLEY PARK', Month: '8', Price: '1296'}, geometry: { type: 'Point', coordinates:[-73.79981043, 40.67920072]} },
{type: 'Feature',properties:{Name: '4', Address: '142-19 116TH ROAD, SO. JAMAICA-BAISLEY PARK', Month: '10', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.79948138, 40.67952128]} },
{type: 'Feature',properties:{Name: '4', Address: '116-22 148TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '8', Price: '1218'}, geometry: { type: 'Point', coordinates:[-73.79346438, 40.6817394]} },
{type: 'Feature',properties:{Name: '4', Address: '117-27 139TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '1', Price: '2088'}, geometry: { type: 'Point', coordinates:[-73.80207791, 40.67686334]} },
{type: 'Feature',properties:{Name: '4', Address: '117-70 142ND PLACE, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.79846886, 40.67694217]} },
{type: 'Feature',properties:{Name: '4', Address: '117-06 145TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '5', Price: '2390'}, geometry: { type: 'Point', coordinates:[-73.79631985, 40.67940045]} },
{type: 'Feature',properties:{Name: '4', Address: '144-17 119TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '11', Price: '1528'}, geometry: { type: 'Point', coordinates:[-73.79639962, 40.67807212]} },
{type: 'Feature',properties:{Name: '4', Address: '145-20 FOCH BLVD., SO. JAMAICA-BAISLEY PARK', Month: '10', Price: '1630'}, geometry: { type: 'Point', coordinates:[-73.79575984, 40.67978647]} },
{type: 'Feature',properties:{Name: '4', Address: '117-14 146TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '6', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.7945267, 40.67981996]} },
{type: 'Feature',properties:{Name: '4', Address: '117-12 147TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '6', Price: '1826'}, geometry: { type: 'Point', coordinates:[-73.79361399, 40.67999674]} },
{type: 'Feature',properties:{Name: '4', Address: '119-27 143RD STREET, SO. JAMAICA-BAISLEY PARK', Month: '7', Price: '1020'}, geometry: { type: 'Point', coordinates:[-73.79712059, 40.67691509]} },
{type: 'Feature',properties:{Name: '4', Address: '119-09 145TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '12', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.79557805, 40.67793068]} },
{type: 'Feature',properties:{Name: '4', Address: '145-19 120TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '2622'}, geometry: { type: 'Point', coordinates:[-73.7938652, 40.67687637]} },
{type: 'Feature',properties:{Name: '4', Address: '119-40 147TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '5', Price: '1452'}, geometry: { type: 'Point', coordinates:[-73.79277565, 40.67828797]} },
{type: 'Feature',properties:{Name: '4', Address: '119-46 147TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '1161'}, geometry: { type: 'Point', coordinates:[-73.79273981, 40.67821929]} },
{type: 'Feature',properties:{Name: '4', Address: '119-46 147TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '12', Price: '1161'}, geometry: { type: 'Point', coordinates:[-73.79273981, 40.67821929]} },
{type: 'Feature',properties:{Name: '4', Address: '141-12 123RD AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '8', Price: '2976'}, geometry: { type: 'Point', coordinates:[-73.79960727, 40.67481969]} },
{type: 'Feature',properties:{Name: '4', Address: '120-08 143RD STREET, SO. JAMAICA-BAISLEY PARK', Month: '3', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.79678396, 40.67617341]} },
{type: 'Feature',properties:{Name: '4', Address: '122-17 142ND PLACE, SO. JAMAICA-BAISLEY PARK', Month: '5', Price: '1424'}, geometry: { type: 'Point', coordinates:[-73.79809241, 40.67505859]} },
{type: 'Feature',properties:{Name: '4', Address: '142-51 ROCKAWAY BLVD.,, SO. JAMAICA-BAISLEY PARK', Month: '5', Price: '1840'}, geometry: { type: 'Point', coordinates:[-73.79701777, 40.67397799]} },
{type: 'Feature',properties:{Name: '4', Address: '120-26 143RD STREET, SO. JAMAICA-BAISLEY PARK', Month: '5', Price: '2016'}, geometry: { type: 'Point', coordinates:[-73.7965403, 40.67568441]} },
{type: 'Feature',properties:{Name: '4', Address: '120-20 147TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '3', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.79220967, 40.67711493]} },
{type: 'Feature',properties:{Name: '4', Address: '120-20 147TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '10', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.79220967, 40.67711493]} },
{type: 'Feature',properties:{Name: '4', Address: '147-10 120TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '7', Price: '1413'}, geometry: { type: 'Point', coordinates:[-73.79184065, 40.67752598]} },
{type: 'Feature',properties:{Name: '4', Address: '144-07 ROCKAWAY BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '5', Price: '2680'}, geometry: { type: 'Point', coordinates:[-73.79453819, 40.67375127]} },
{type: 'Feature',properties:{Name: '4', Address: '144-07 ROCKAWAY BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '12', Price: '2680'}, geometry: { type: 'Point', coordinates:[-73.79453819, 40.67375127]} },
{type: 'Feature',properties:{Name: '4', Address: '145-44 123RD AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '10', Price: '1728'}, geometry: { type: 'Point', coordinates:[-73.79304796, 40.67534606]} },
{type: 'Feature',properties:{Name: '4', Address: '140-16 ROCKAWAY BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '11', Price: '2420'}, geometry: { type: 'Point', coordinates:[-73.80043089, 40.67426668]} },
{type: 'Feature',properties:{Name: '4', Address: '140-16 ROCKAWAY BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '1', Price: '2420'}, geometry: { type: 'Point', coordinates:[-73.80043089, 40.67426668]} },
{type: 'Feature',properties:{Name: '4', Address: '128-04 142ND STREET, SO. JAMAICA-BAISLEY PARK', Month: '3', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.79837436, 40.67242409]} },
{type: 'Feature',properties:{Name: '4', Address: '142-37 SUTTER AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '7', Price: '1068'}, geometry: { type: 'Point', coordinates:[-73.79709452, 40.67244929]} },
{type: 'Feature',properties:{Name: '4', Address: '126-28 INWOOD STREET, SO. JAMAICA-BAISLEY PARK', Month: '7', Price: '1648'}, geometry: { type: 'Point', coordinates:[-73.79264688, 40.67331969]} },
{type: 'Feature',properties:{Name: '4', Address: '145-48 ROCKAWAY BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '4', Price: '2640'}, geometry: { type: 'Point', coordinates:[-73.79231092, 40.67354141]} },
{type: 'Feature',properties:{Name: '4', Address: '128-14 143RD STREET, SO. JAMAICA-BAISLEY PARK', Month: '5', Price: '2326'}, geometry: { type: 'Point', coordinates:[-73.79578313, 40.67218072]} },
{type: 'Feature',properties:{Name: '4', Address: '142-24 129TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '3', Price: '2016'}, geometry: { type: 'Point', coordinates:[-73.7975037, 40.6718489]} },
{type: 'Feature',properties:{Name: '4', Address: '128-14 144TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '4', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.79487944, 40.67180582]} },
{type: 'Feature',properties:{Name: '4', Address: '12916 145 STREET, SO. JAMAICA-BAISLEY PARK', Month: '7', Price: '2880'}, geometry: { type: 'Point', coordinates:[-73.79408097, 40.67121427]} },
{type: 'Feature',properties:{Name: '4', Address: '128-11 INWOOD STREET, SO. JAMAICA-BAISLEY PARK', Month: '4', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.79302325, 40.67169271]} },
{type: 'Feature',properties:{Name: '4', Address: '128-30 146TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '896'}, geometry: { type: 'Point', coordinates:[-73.79215125, 40.67156488]} },
{type: 'Feature',properties:{Name: '4', Address: '131-04 140TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '5', Price: '1976'}, geometry: { type: 'Point', coordinates:[-73.79908665, 40.67052594]} },
{type: 'Feature',properties:{Name: '4', Address: '131-20 142ND STREET, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '2208'}, geometry: { type: 'Point', coordinates:[-73.79789892, 40.66990629]} },
{type: 'Feature',properties:{Name: '4', Address: '131-15 140TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '10', Price: '1144'}, geometry: { type: 'Point', coordinates:[-73.79902567, 40.67042703]} },
{type: 'Feature',properties:{Name: '4', Address: '142-30 130TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '9', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.79706945, 40.6712086]} },
{type: 'Feature',properties:{Name: '4', Address: '142-25 133RD AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '4', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.79678661, 40.66938831]} },
{type: 'Feature',properties:{Name: '4', Address: '142-23 133RD AVE, SO. JAMAICA-BAISLEY PARK', Month: '12', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.79679743, 40.66938558]} },
{type: 'Feature',properties:{Name: '4', Address: '13740 133RD AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '10', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.79979729, 40.66916577]} },
{type: 'Feature',properties:{Name: '4', Address: '126-12 147 STREET, SO. JAMAICA-BAISLEY PARK', Month: '9', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.79087015, 40.67314629]} },
{type: 'Feature',properties:{Name: '4', Address: '126-16 147TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '5', Price: '1618'}, geometry: { type: 'Point', coordinates:[-73.79087376, 40.67314356]} },
{type: 'Feature',properties:{Name: '4', Address: '126-18 147 STREET, SO. JAMAICA-BAISLEY PARK', Month: '7', Price: '1618'}, geometry: { type: 'Point', coordinates:[-73.79087377, 40.67314081]} },
{type: 'Feature',properties:{Name: '4', Address: '146-18 130TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '9', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.79219129, 40.67028588]} },
{type: 'Feature',properties:{Name: '4', Address: '146-20 130TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '8', Price: '948'}, geometry: { type: 'Point', coordinates:[-73.79217688, 40.67028311]} },
{type: 'Feature',properties:{Name: '4', Address: '130-18 149TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '3', Price: '2790'}, geometry: { type: 'Point', coordinates:[-73.78983909, 40.66972441]} },
{type: 'Feature',properties:{Name: '4', Address: '130-28 149TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '1872'}, geometry: { type: 'Point', coordinates:[-73.78984271, 40.66971893]} },
{type: 'Feature',properties:{Name: '4', Address: '133-43 147TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '2704'}, geometry: { type: 'Point', coordinates:[-73.79192694, 40.66835582]} },
{type: 'Feature',properties:{Name: '4', Address: '147-18 133RD AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '10', Price: '2396'}, geometry: { type: 'Point', coordinates:[-73.79163779, 40.66860232]} },
{type: 'Feature',properties:{Name: '4', Address: '148-08 133RD AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '9', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.7908162, 40.66851026]} },
{type: 'Feature',properties:{Name: '4', Address: '150-21 115TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '9', Price: '1712'}, geometry: { type: 'Point', coordinates:[-73.79253856, 40.68496285]} },
{type: 'Feature',properties:{Name: '4', Address: '155-44 114TH ROAD, SO. JAMAICA-BAISLEY PARK', Month: '12', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.79113894, 40.68631624]} },
{type: 'Feature',properties:{Name: '4', Address: '15546 114TH ROAD, SO. JAMAICA-BAISLEY PARK', Month: '4', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.79113893, 40.68631899]} },
{type: 'Feature',properties:{Name: '4', Address: '155-41 115 AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '6', Price: '1804'}, geometry: { type: 'Point', coordinates:[-73.79066115, 40.68575269]} },
{type: 'Feature',properties:{Name: '4', Address: '155-27 115 AVE, SO. JAMAICA-BAISLEY PARK', Month: '3', Price: '1848'}, geometry: { type: 'Point', coordinates:[-73.7906792, 40.68574449]} },
{type: 'Feature',properties:{Name: '4', Address: '115-05 SUTPHIN BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '4', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.7926876, 40.68457611]} },
{type: 'Feature',properties:{Name: '4', Address: '150-51 115TH ROAD, SO. JAMAICA-BAISLEY PARK', Month: '12', Price: '1888'}, geometry: { type: 'Point', coordinates:[-73.79226659, 40.68430362]} },
{type: 'Feature',properties:{Name: '4', Address: '115-43 SUTPHIN BLVD, SO. JAMAICA-BAISLEY PARK', Month: '4', Price: '2592'}, geometry: { type: 'Point', coordinates:[-73.79256791, 40.68364267]} },
{type: 'Feature',properties:{Name: '4', Address: '150-57 115TH DRIVE, SO. JAMAICA-BAISLEY PARK', Month: '6', Price: '1640'}, geometry: { type: 'Point', coordinates:[-73.79220401, 40.68355692]} },
{type: 'Feature',properties:{Name: '4', Address: '150-21 115TH DRIVE, SO. JAMAICA-BAISLEY PARK', Month: '8', Price: '1786'}, geometry: { type: 'Point', coordinates:[-73.79221846, 40.68354871]} },
{type: 'Feature',properties:{Name: '4', Address: '155-55 115TH DRIVE, SO. JAMAICA-BAISLEY PARK', Month: '6', Price: '2496'}, geometry: { type: 'Point', coordinates:[-73.78964793, 40.68461451]} },
{type: 'Feature',properties:{Name: '4', Address: '150-24 115TH DRIVE, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '1698'}, geometry: { type: 'Point', coordinates:[-73.79220769, 40.68353497]} },
{type: 'Feature',properties:{Name: '4', Address: '155-40 115TH DRIVE, SO. JAMAICA-BAISLEY PARK', Month: '9', Price: '1170'}, geometry: { type: 'Point', coordinates:[-73.78966243, 40.68458983]} },
{type: 'Feature',properties:{Name: '4', Address: '155-27 116TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '6', Price: '1230'}, geometry: { type: 'Point', coordinates:[-73.78895722, 40.68411918]} },
{type: 'Feature',properties:{Name: '4', Address: '115-65 157TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '6', Price: '2050'}, geometry: { type: 'Point', coordinates:[-73.78703125, 40.68542764]} },
{type: 'Feature',properties:{Name: '4', Address: '115-59 157TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '9', Price: '1712'}, geometry: { type: 'Point', coordinates:[-73.78709963, 40.68546894]} },
{type: 'Feature',properties:{Name: '4', Address: '115-37 158TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '8', Price: '2250'}, geometry: { type: 'Point', coordinates:[-73.78691326, 40.68624536]} },
{type: 'Feature',properties:{Name: '4', Address: '159-01 116TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '5', Price: '2240'}, geometry: { type: 'Point', coordinates:[-73.78520067, 40.6862065]} },
{type: 'Feature',properties:{Name: '4', Address: '115-37 159TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '5', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.78635264, 40.68678505]} },
{type: 'Feature',properties:{Name: '4', Address: '115-31 BEDELL STREET, SO. JAMAICA-BAISLEY PARK', Month: '3', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.78586399, 40.68736878]} },
{type: 'Feature',properties:{Name: '4', Address: '150-66 116TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '7', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.79218127, 40.68275541]} },
{type: 'Feature',properties:{Name: '4', Address: '150-39 116TH ROAD, SO. JAMAICA-BAISLEY PARK', Month: '8', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.79199594, 40.68206339]} },
{type: 'Feature',properties:{Name: '4', Address: '150-16 116TH ROAD, SO. JAMAICA-BAISLEY PARK', Month: '7', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.791996, 40.68204417]} },
{type: 'Feature',properties:{Name: '4', Address: '150-12 116TH DRIVE, SO. JAMAICA-BAISLEY PARK', Month: '7', Price: '1208'}, geometry: { type: 'Point', coordinates:[-73.79176019, 40.68135755]} },
{type: 'Feature',properties:{Name: '4', Address: '150-28 116TH DRIVE, SO. JAMAICA-BAISLEY PARK', Month: '9', Price: '1208'}, geometry: { type: 'Point', coordinates:[-73.79174935, 40.68136302]} },
{type: 'Feature',properties:{Name: '4', Address: '118-09 SUTPHIN BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '12', Price: '2320'}, geometry: { type: 'Point', coordinates:[-73.79182678, 40.67965865]} },
{type: 'Feature',properties:{Name: '4', Address: '150-30 118TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '10', Price: '1568'}, geometry: { type: 'Point', coordinates:[-73.79160626, 40.67984764]} },
{type: 'Feature',properties:{Name: '4', Address: '150-16 119 ROAD, SO. JAMAICA-BAISLEY PARK', Month: '11', Price: '1628'}, geometry: { type: 'Point', coordinates:[-73.79108707, 40.67870213]} },
{type: 'Feature',properties:{Name: '4', Address: '150-38 119TH ROAD, SO. JAMAICA-BAISLEY PARK', Month: '12', Price: '3240'}, geometry: { type: 'Point', coordinates:[-73.79107264, 40.67870485]} },
{type: 'Feature',properties:{Name: '4', Address: '152-09 125TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '4', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.78871914, 40.67504999]} },
{type: 'Feature',properties:{Name: '4', Address: '152-09 125 AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.78871914, 40.67504999]} },
{type: 'Feature',properties:{Name: '4', Address: '153-16 124TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '10', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.78794919, 40.67569634]} },
{type: 'Feature',properties:{Name: '4', Address: '116-19 155TH ST, SO. JAMAICA-BAISLEY PARK', Month: '9', Price: '1740'}, geometry: { type: 'Point', coordinates:[-73.78940313, 40.68335146]} },
{type: 'Feature',properties:{Name: '4', Address: '116-35 155TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '3', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.78906207, 40.68288697]} },
{type: 'Feature',properties:{Name: '4', Address: '155-64 116TH DRIVE, SO. JAMAICA-BAISLEY PARK', Month: '5', Price: '1817'}, geometry: { type: 'Point', coordinates:[-73.78744589, 40.68316945]} },
{type: 'Feature',properties:{Name: '4', Address: '161-28 118TH ROAD, SO. JAMAICA-BAISLEY PARK', Month: '6', Price: '1894'}, geometry: { type: 'Point', coordinates:[-73.78366205, 40.6825558]} },
{type: 'Feature',properties:{Name: '4', Address: '119-09 LONG STREET, SO. JAMAICA-BAISLEY PARK', Month: '11', Price: '1782'}, geometry: { type: 'Point', coordinates:[-73.78341284, 40.68157819]} },
{type: 'Feature',properties:{Name: '4', Address: '161-22 119TH AVE, SO. JAMAICA-BAISLEY PARK', Month: '5', Price: '2747'}, geometry: { type: 'Point', coordinates:[-73.78329994, 40.68192657]} },
{type: 'Feature',properties:{Name: '4', Address: '160-43 120TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '1', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.78350213, 40.67961859]} },
{type: 'Feature',properties:{Name: '4', Address: '161-23 119TH DRIVE, SO. JAMAICA-BAISLEY PARK', Month: '1', Price: '1240'}, geometry: { type: 'Point', coordinates:[-73.78257567, 40.6806873]} },
{type: 'Feature',properties:{Name: '4', Address: '114-39 165TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '3', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.78370964, 40.68900613]} },
{type: 'Feature',properties:{Name: '4', Address: '11414 167 STREET, SO. JAMAICA-BAISLEY PARK', Month: '12', Price: '1762'}, geometry: { type: 'Point', coordinates:[-73.78220298, 40.68992827]} },
{type: 'Feature',properties:{Name: '4', Address: '114-17 169TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '3', Price: '2162'}, geometry: { type: 'Point', coordinates:[-73.78050608, 40.69057007]} },
{type: 'Feature',properties:{Name: '4', Address: '114-50 MERRICK BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '11', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.77854379, 40.69076668]} },
{type: 'Feature',properties:{Name: '4', Address: '114-52 MERRICK BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '12', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.77852584, 40.69074194]} },
{type: 'Feature',properties:{Name: '4', Address: '166-16 115TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '6', Price: '1560'}, geometry: { type: 'Point', coordinates:[-73.78211397, 40.68847612]} },
{type: 'Feature',properties:{Name: '4', Address: '170-06 115TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '9', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.77872427, 40.6896252]} },
{type: 'Feature',properties:{Name: '4', Address: '115-29 170TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '9', Price: '1176'}, geometry: { type: 'Point', coordinates:[-73.77856771, 40.6889936]} },
{type: 'Feature',properties:{Name: '4', Address: '116-30 166 STREET, SO. JAMAICA-BAISLEY PARK', Month: '4', Price: '1484'}, geometry: { type: 'Point', coordinates:[-73.78107211, 40.6862097]} },
{type: 'Feature',properties:{Name: '4', Address: '116-30 166TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '7', Price: '1484'}, geometry: { type: 'Point', coordinates:[-73.78107211, 40.6862097]} },
{type: 'Feature',properties:{Name: '4', Address: '169-08 116TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '10', Price: '1415'}, geometry: { type: 'Point', coordinates:[-73.77862257, 40.68767347]} },
{type: 'Feature',properties:{Name: '4', Address: '169-12 116TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '7', Price: '1424'}, geometry: { type: 'Point', coordinates:[-73.77860091, 40.68768166]} },
{type: 'Feature',properties:{Name: '4', Address: '117-24 165TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.78112082, 40.68455194]} },
{type: 'Feature',properties:{Name: '4', Address: '119-23 GUY R BREWER BLVD, SO. JAMAICA-BAISLEY PARK', Month: '11', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.78162342, 40.68191791]} },
{type: 'Feature',properties:{Name: '4', Address: '119-45 165TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '12', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.77984075, 40.68238936]} },
{type: 'Feature',properties:{Name: '4', Address: '119-27 165TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '3', Price: '2008'}, geometry: { type: 'Point', coordinates:[-73.77996264, 40.68260094]} },
{type: 'Feature',properties:{Name: '4', Address: '165-02 119TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '11', Price: '1686'}, geometry: { type: 'Point', coordinates:[-73.78014458, 40.68318867]} },
{type: 'Feature',properties:{Name: '4', Address: '119-39 166TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '1', Price: '1578'}, geometry: { type: 'Point', coordinates:[-73.77893518, 40.68256603]} },
{type: 'Feature',properties:{Name: '4', Address: '117-44 MARSDEN STREET, SO. JAMAICA-BAISLEY PARK', Month: '11', Price: '1892'}, geometry: { type: 'Point', coordinates:[-73.7788722, 40.68416337]} },
{type: 'Feature',properties:{Name: '4', Address: '168-16 FOCH BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '11', Price: '902'}, geometry: { type: 'Point', coordinates:[-73.77847746, 40.68576831]} },
{type: 'Feature',properties:{Name: '4', Address: '170-33 118TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '3', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.77565056, 40.6857793]} },
{type: 'Feature',properties:{Name: '4', Address: '168-30 118TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '8', Price: '1720'}, geometry: { type: 'Point', coordinates:[-73.77668832, 40.68490574]} },
{type: 'Feature',properties:{Name: '4', Address: '168-63 119TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '6', Price: '1960'}, geometry: { type: 'Point', coordinates:[-73.77605506, 40.6834333]} },
{type: 'Feature',properties:{Name: '4', Address: '170-42 118 AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '6', Price: '1488'}, geometry: { type: 'Point', coordinates:[-73.77550601, 40.68587509]} },
{type: 'Feature',properties:{Name: '4', Address: '170-52 118TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '5', Price: '1488'}, geometry: { type: 'Point', coordinates:[-73.77537945, 40.68598189]} },
{type: 'Feature',properties:{Name: '4', Address: '170-30 118TH ROAD, SO. JAMAICA-BAISLEY PARK', Month: '3', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.77500322, 40.68527849]} },
{type: 'Feature',properties:{Name: '4', Address: '171-27 119 AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.77462329, 40.68460802]} },
{type: 'Feature',properties:{Name: '4', Address: '120-23 GUY R. BREWER BLVD, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '2108'}, geometry: { type: 'Point', coordinates:[-73.78072351, 40.68037637]} },
{type: 'Feature',properties:{Name: '4', Address: '120-56 164TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '10', Price: '1936'}, geometry: { type: 'Point', coordinates:[-73.7796638, 40.68029201]} },
{type: 'Feature',properties:{Name: '4', Address: '120-13 164TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '10', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.77994689, 40.68081955]} },
{type: 'Feature',properties:{Name: '4', Address: '120-56 167TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '1', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.77694685, 40.68091533]} },
{type: 'Feature',properties:{Name: '4', Address: '120-63 167TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '1936'}, geometry: { type: 'Point', coordinates:[-73.77687502, 40.68083284]} },
{type: 'Feature',properties:{Name: '4', Address: '120-48 MARSDEN STREET, SO. JAMAICA-BAISLEY PARK', Month: '8', Price: '2600'}, geometry: { type: 'Point', coordinates:[-73.77434912, 40.68145373]} },
{type: 'Feature',properties:{Name: '4', Address: '120-32 170TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '11', Price: '1454'}, geometry: { type: 'Point', coordinates:[-73.77471391, 40.68233277]} },
{type: 'Feature',properties:{Name: '4', Address: '120-10 171ST STREET, SO. JAMAICA-BAISLEY PARK', Month: '9', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.77392998, 40.68278413]} },
{type: 'Feature',properties:{Name: '4', Address: '171-07 BAISLEY BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '5', Price: '2016'}, geometry: { type: 'Point', coordinates:[-73.7728715, 40.68127241]} },
{type: 'Feature',properties:{Name: '4', Address: '120-55 171ST STREET, SO. JAMAICA-BAISLEY PARK', Month: '6', Price: '2088'}, geometry: { type: 'Point', coordinates:[-73.77353551, 40.68215479]} },
{type: 'Feature',properties:{Name: '4', Address: '172-17 BAISLEY BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '10', Price: '1811'}, geometry: { type: 'Point', coordinates:[-73.77170812, 40.68198101]} },
{type: 'Feature',properties:{Name: '4', Address: '122-01 172ND STREET, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.77249723, 40.6821253]} },
{type: 'Feature',properties:{Name: '4', Address: '114-54 SUTPHIN BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '3', Price: '2770'}, geometry: { type: 'Point', coordinates:[-73.79294225, 40.68501024]} },
{type: 'Feature',properties:{Name: '4', Address: '120-38 142ND PL, SO. JAMAICA-BAISLEY PARK', Month: '10', Price: '2880'}, geometry: { type: 'Point', coordinates:[-73.7981779, 40.67539909]} },
{type: 'Feature',properties:{Name: '4', Address: '117-60 140TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80137204, 40.6778228]} },
{type: 'Feature',properties:{Name: '4', Address: '117-60 140TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80137204, 40.6778228]} },
{type: 'Feature',properties:{Name: '4', Address: '142-38 122ND AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79655985, 40.67518489]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 133RD AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79312899, 40.66898105]} },
{type: 'Feature',properties:{Name: '4', Address: '146TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79157046, 40.67284564]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 149TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79025553, 40.66912407]} },
{type: 'Feature',properties:{Name: '4', Address: '159TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78837602, 40.68774671]} },
{type: 'Feature',properties:{Name: '4', Address: '118-18 154TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78851753, 40.68064623]} },
{type: 'Feature',properties:{Name: '4', Address: '116TH ROAD, SO. JAMAICA-BAISLEY PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78811203, 40.6834479]} },
{type: 'Feature',properties:{Name: '4', Address: 'LONG STREET, SO. JAMAICA-BAISLEY PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78211673, 40.67880352]} },
{type: 'Feature',properties:{Name: '4', Address: '115TH AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78200843, 40.68877235]} },
{type: 'Feature',properties:{Name: '4', Address: '142-54 123RD AVENUE, SO. JAMAICA-BAISLEY PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79700509, 40.67459006]} },
{type: 'Feature',properties:{Name: '4', Address: '146-11 ROCKAWAY BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '3', Price: '4500'}, geometry: { type: 'Point', coordinates:[-73.79134139, 40.67347103]} },
{type: 'Feature',properties:{Name: '4', Address: '146-01 ROCKAWAY BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '3', Price: '4500'}, geometry: { type: 'Point', coordinates:[-73.79139184, 40.67347662]} },
{type: 'Feature',properties:{Name: '4', Address: '157-06 158TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '8', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.78985455, 40.68770002]} },
{type: 'Feature',properties:{Name: '4', Address: '121-11 SUTPHIN BLVD, SO. JAMAICA-BAISLEY PARK', Month: '4', Price: '2960'}, geometry: { type: 'Point', coordinates:[-73.79087552, 40.67718113]} },
{type: 'Feature',properties:{Name: '4', Address: '121-07 SUTPHIN BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '2464'}, geometry: { type: 'Point', coordinates:[-73.79088628, 40.67720037]} },
{type: 'Feature',properties:{Name: '4', Address: '118-21 GUY R BREWER BLVD, SO. JAMAICA-BAISLEY PARK', Month: '3', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.78235486, 40.68316817]} },
{type: 'Feature',properties:{Name: '4', Address: '117-02B MERRICK BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '8', Price: '600'}, geometry: { type: 'Point', coordinates:[-73.77477047, 40.68693588]} },
{type: 'Feature',properties:{Name: '4', Address: '133-40 150TH STREET, SO. JAMAICA-BAISLEY PARK', Month: '8', Price: '810'}, geometry: { type: 'Point', coordinates:[-73.78927957, 40.66768676]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A ROCKAWAY BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79443289, 40.67399536]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A ROCKAWAY BOULEVARD, SO. JAMAICA-BAISLEY PARK', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79443289, 40.67399536]} },
{type: 'Feature',properties:{Name: '4', Address: '138-12 106TH AVENUE, SOUTH JAMAICA', Month: '1', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.80853799, 40.68957985]} },
{type: 'Feature',properties:{Name: '4', Address: '104-15 142ND STREET, SOUTH JAMAICA', Month: '5', Price: '1624'}, geometry: { type: 'Point', coordinates:[-73.80834484, 40.69029043]} },
{type: 'Feature',properties:{Name: '4', Address: '144-28 106TH AVENUE, SOUTH JAMAICA', Month: '2', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.80692727, 40.69168515]} },
{type: 'Feature',properties:{Name: '4', Address: '145-08 LIBERTY AVENUE, SOUTH JAMAICA', Month: '1', Price: '2112'}, geometry: { type: 'Point', coordinates:[-73.80765022, 40.69358026]} },
{type: 'Feature',properties:{Name: '4', Address: '105-11 LIVERPOOL STREET, SOUTH JAMAICA', Month: '7', Price: '4724'}, geometry: { type: 'Point', coordinates:[-73.80525073, 40.69406754]} },
{type: 'Feature',properties:{Name: '4', Address: '107-35 VAN WYCK EXPRESSWAY, SOUTH JAMAICA', Month: '3', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.80783247, 40.68790162]} },
{type: 'Feature',properties:{Name: '4', Address: '107-29 VAN WYCK EXPWY SR E, SOUTH JAMAICA', Month: '10', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.80790063, 40.6880225]} },
{type: 'Feature',properties:{Name: '4', Address: '10725 VAN WYCK EXPRESSWAY, SOUTH JAMAICA', Month: '2', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.80794366, 40.68810492]} },
{type: 'Feature',properties:{Name: '4', Address: '10725 VAN WYCK EXPRESSWAY, SOUTH JAMAICA', Month: '7', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.80794366, 40.68810492]} },
{type: 'Feature',properties:{Name: '4', Address: '10726 139TH STREET, SOUTH JAMAICA', Month: '3', Price: '1192'}, geometry: { type: 'Point', coordinates:[-73.80720342, 40.68846874]} },
{type: 'Feature',properties:{Name: '4', Address: '107-38 139TH STREET, SOUTH JAMAICA', Month: '4', Price: '976'}, geometry: { type: 'Point', coordinates:[-73.80712448, 40.68833136]} },
{type: 'Feature',properties:{Name: '4', Address: '109-23 VAN WYCK EXPWY SR E, SOUTH JAMAICA', Month: '7', Price: '1536'}, geometry: { type: 'Point', coordinates:[-73.80708989, 40.68658014]} },
{type: 'Feature',properties:{Name: '4', Address: '109-15 139TH STREET, SOUTH JAMAICA', Month: '12', Price: '1878'}, geometry: { type: 'Point', coordinates:[-73.80639619, 40.68706205]} },
{type: 'Feature',properties:{Name: '4', Address: '107-38 REMINGTON STREET, SOUTH JAMAICA', Month: '5', Price: '1758'}, geometry: { type: 'Point', coordinates:[-73.80555666, 40.68932234]} },
{type: 'Feature',properties:{Name: '4', Address: '107-43 142ND STREET, SOUTH JAMAICA', Month: '8', Price: '1683'}, geometry: { type: 'Point', coordinates:[-73.80620355, 40.68882937]} },
{type: 'Feature',properties:{Name: '4', Address: '106-49 PINEGROVE STREET, SOUTH JAMAICA', Month: '10', Price: '1258'}, geometry: { type: 'Point', coordinates:[-73.80618723, 40.69072324]} },
{type: 'Feature',properties:{Name: '4', Address: '106-43 PINEGROVE STREET, SOUTH JAMAICA', Month: '5', Price: '1336'}, geometry: { type: 'Point', coordinates:[-73.80623041, 40.6907535]} },
{type: 'Feature',properties:{Name: '4', Address: '106-43 PINEGROVE STREET, SOUTH JAMAICA', Month: '2', Price: '1336'}, geometry: { type: 'Point', coordinates:[-73.80623041, 40.6907535]} },
{type: 'Feature',properties:{Name: '4', Address: '144-16 107TH AVENUE, SOUTH JAMAICA', Month: '1', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.80550248, 40.69059308]} },
{type: 'Feature',properties:{Name: '4', Address: '145-02 107TH AVENUE, SOUTH JAMAICA', Month: '9', Price: '1832'}, geometry: { type: 'Point', coordinates:[-73.80469996, 40.69127517]} },
{type: 'Feature',properties:{Name: '4', Address: '145-12 107TH AVENUE, SOUTH JAMAICA', Month: '12', Price: '1008'}, geometry: { type: 'Point', coordinates:[-73.80453006, 40.69141761]} },
{type: 'Feature',properties:{Name: '4', Address: '106-16 154TH STREET, SOUTH JAMAICA', Month: '8', Price: '1330'}, geometry: { type: 'Point', coordinates:[-73.79966962, 40.69606988]} },
{type: 'Feature',properties:{Name: '4', Address: '107-21 157TH STREET, SOUTH JAMAICA', Month: '7', Price: '1024'}, geometry: { type: 'Point', coordinates:[-73.79631275, 40.69589106]} },
{type: 'Feature',properties:{Name: '4', Address: '150-14 SHORE AVENUE, SOUTH JAMAICA', Month: '1', Price: '1758'}, geometry: { type: 'Point', coordinates:[-73.80023861, 40.69392994]} },
{type: 'Feature',properties:{Name: '4', Address: '107-32 UNION HALL STREET, SOUTH JAMAICA', Month: '1', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.7928901, 40.69715853]} },
{type: 'Feature',properties:{Name: '4', Address: '107-32 UNION HALL STREET, SOUTH JAMAICA', Month: '11', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.7928901, 40.69715853]} },
{type: 'Feature',properties:{Name: '4', Address: '107-34 UNION HALL STREET, SOUTH JAMAICA', Month: '11', Price: '1230'}, geometry: { type: 'Point', coordinates:[-73.79287214, 40.6971338]} },
{type: 'Feature',properties:{Name: '4', Address: '107-46 UNION HALL STREET, SOUTH JAMAICA', Month: '10', Price: '792'}, geometry: { type: 'Point', coordinates:[-73.79277519, 40.69699913]} },
{type: 'Feature',properties:{Name: '4', Address: '107-16 GUY R BREWER BLVD, SOUTH JAMAICA', Month: '3', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.79210575, 40.69772803]} },
{type: 'Feature',properties:{Name: '4', Address: '107-18 GUY R BREWER BLVD, SOUTH JAMAICA', Month: '12', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.79209139, 40.69770605]} },
{type: 'Feature',properties:{Name: '4', Address: '150-25 ARLINGTON TERRACE, SOUTH JAMAICA', Month: '8', Price: '1468'}, geometry: { type: 'Point', coordinates:[-73.79797326, 40.69296806]} },
{type: 'Feature',properties:{Name: '4', Address: '153-21 ARLINGTON TERRACE, SOUTH JAMAICA', Month: '4', Price: '986'}, geometry: { type: 'Point', coordinates:[-73.79787932, 40.69302828]} },
{type: 'Feature',properties:{Name: '4', Address: '153-23 ARLINGTON TERRACE, SOUTH JAMAICA', Month: '2', Price: '1468'}, geometry: { type: 'Point', coordinates:[-73.79786487, 40.69303649]} },
{type: 'Feature',properties:{Name: '4', Address: '108-41 157TH STREET, SOUTH JAMAICA', Month: '4', Price: '1544'}, geometry: { type: 'Point', coordinates:[-73.79498762, 40.69407716]} },
{type: 'Feature',properties:{Name: '4', Address: '108-41 157TH STREET, SOUTH JAMAICA', Month: '11', Price: '1544'}, geometry: { type: 'Point', coordinates:[-73.79498762, 40.69407716]} },
{type: 'Feature',properties:{Name: '4', Address: '160-18 108TH AVENUE, SOUTH JAMAICA', Month: '12', Price: '1208'}, geometry: { type: 'Point', coordinates:[-73.79310356, 40.6957728]} },
{type: 'Feature',properties:{Name: '4', Address: '160-18 108TH AVENUE, SOUTH JAMAICA', Month: '6', Price: '1208'}, geometry: { type: 'Point', coordinates:[-73.79310356, 40.6957728]} },
{type: 'Feature',properties:{Name: '4', Address: '108-09 UNION HALL STREET, SOUTH JAMAICA', Month: '1', Price: '560'}, geometry: { type: 'Point', coordinates:[-73.79191685, 40.69585575]} },
{type: 'Feature',properties:{Name: '4', Address: '164-10 104 ROAD, SOUTH JAMAICA', Month: '8', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.79237673, 40.69988317]} },
{type: 'Feature',properties:{Name: '4', Address: '164-05 107TH AVENUE, SOUTH JAMAICA', Month: '8', Price: '1306'}, geometry: { type: 'Point', coordinates:[-73.79137818, 40.69858857]} },
{type: 'Feature',properties:{Name: '4', Address: '104-40 165 STREET, SOUTH JAMAICA', Month: '5', Price: '1241'}, geometry: { type: 'Point', coordinates:[-73.79121787, 40.70026259]} },
{type: 'Feature',properties:{Name: '4', Address: '104-46 165 STREET, SOUTH JAMAICA', Month: '12', Price: '1241'}, geometry: { type: 'Point', coordinates:[-73.79114245, 40.7001609]} },
{type: 'Feature',properties:{Name: '4', Address: '104-84 165 STREET, SOUTH JAMAICA', Month: '2', Price: '1341'}, geometry: { type: 'Point', coordinates:[-73.79066844, 40.69950953]} },
{type: 'Feature',properties:{Name: '4', Address: '104-84 165TH STREET, SOUTH JAMAICA', Month: '6', Price: '1341'}, geometry: { type: 'Point', coordinates:[-73.79066844, 40.69950953]} },
{type: 'Feature',properties:{Name: '4', Address: '107-58 164TH STREET, SOUTH JAMAICA', Month: '5', Price: '1146'}, geometry: { type: 'Point', coordinates:[-73.79094131, 40.69759692]} },
{type: 'Feature',properties:{Name: '4', Address: '107-53 164TH STREET, SOUTH JAMAICA', Month: '9', Price: '1252'}, geometry: { type: 'Point', coordinates:[-73.79096992, 40.69767382]} },
{type: 'Feature',properties:{Name: '4', Address: '164-10 107TH AVENUE, SOUTH JAMAICA', Month: '10', Price: '1350'}, geometry: { type: 'Point', coordinates:[-73.79134574, 40.69858302]} },
{type: 'Feature',properties:{Name: '4', Address: '164-16 107 AVENUE, SOUTH JAMAICA', Month: '6', Price: '1720'}, geometry: { type: 'Point', coordinates:[-73.79127713, 40.69861309]} },
{type: 'Feature',properties:{Name: '4', Address: '164-11 108TH AVENUE, SOUTH JAMAICA', Month: '1', Price: '1220'}, geometry: { type: 'Point', coordinates:[-73.79008467, 40.69706836]} },
{type: 'Feature',properties:{Name: '4', Address: '107-36 165 STREET, SOUTH JAMAICA', Month: '2', Price: '1764'}, geometry: { type: 'Point', coordinates:[-73.78937217, 40.69772032]} },
{type: 'Feature',properties:{Name: '4', Address: '107-49 166TH STREET, SOUTH JAMAICA', Month: '7', Price: '1839'}, geometry: { type: 'Point', coordinates:[-73.78876446, 40.69830109]} },
{type: 'Feature',properties:{Name: '4', Address: '108-07 GUY R BREWER BLVD, SOUTH JAMAICA', Month: '9', Price: '1574'}, geometry: { type: 'Point', coordinates:[-73.79101402, 40.69626309]} },
{type: 'Feature',properties:{Name: '4', Address: '108-32 164TH STREET, SOUTH JAMAICA', Month: '10', Price: '1524'}, geometry: { type: 'Point', coordinates:[-73.79000052, 40.6963079]} },
{type: 'Feature',properties:{Name: '4', Address: '108-19 164TH STREET, SOUTH JAMAICA', Month: '9', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.79009736, 40.69647551]} },
{type: 'Feature',properties:{Name: '4', Address: '108-19 164TH STREET, SOUTH JAMAICA', Month: '8', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.79009736, 40.69647551]} },
{type: 'Feature',properties:{Name: '4', Address: '108-17 164TH STREET, SOUTH JAMAICA', Month: '9', Price: '1642'}, geometry: { type: 'Point', coordinates:[-73.79011171, 40.6964975]} },
{type: 'Feature',properties:{Name: '4', Address: '108-17 164TH STREET, SOUTH JAMAICA', Month: '9', Price: '1642'}, geometry: { type: 'Point', coordinates:[-73.79011171, 40.6964975]} },
{type: 'Feature',properties:{Name: '4', Address: '164-11 109 AVENUE, SOUTH JAMAICA', Month: '2', Price: '1202'}, geometry: { type: 'Point', coordinates:[-73.78892846, 40.69548251]} },
{type: 'Feature',properties:{Name: '4', Address: '108-30 169 PL, SOUTH JAMAICA', Month: '2', Price: '938'}, geometry: { type: 'Point', coordinates:[-73.7853459, 40.6970953]} },
{type: 'Feature',properties:{Name: '4', Address: '164-58 109TH AVE, SOUTH JAMAICA', Month: '4', Price: '1252'}, geometry: { type: 'Point', coordinates:[-73.78820274, 40.6957584]} },
{type: 'Feature',properties:{Name: '4', Address: '164-25 109 DRIVE, SOUTH JAMAICA', Month: '9', Price: '768'}, geometry: { type: 'Point', coordinates:[-73.78680311, 40.69475672]} },
{type: 'Feature',properties:{Name: '4', Address: '164-18 109TH DRIVE, SOUTH JAMAICA', Month: '5', Price: '1035'}, geometry: { type: 'Point', coordinates:[-73.78684648, 40.69472935]} },
{type: 'Feature',properties:{Name: '4', Address: '109-19 167TH STREET, SOUTH JAMAICA', Month: '1', Price: '1552'}, geometry: { type: 'Point', coordinates:[-73.78639627, 40.69567821]} },
{type: 'Feature',properties:{Name: '4', Address: '109-22 MERRICK BOULEVARD, SOUTH JAMAICA', Month: '2', Price: '2622'}, geometry: { type: 'Point', coordinates:[-73.78383573, 40.69682623]} },
{type: 'Feature',properties:{Name: '4', Address: '110-08 164TH STREET, SOUTH JAMAICA', Month: '12', Price: '979'}, geometry: { type: 'Point', coordinates:[-73.78795743, 40.69351547]} },
{type: 'Feature',properties:{Name: '4', Address: '110-08 164TH STREET, SOUTH JAMAICA', Month: '11', Price: '979'}, geometry: { type: 'Point', coordinates:[-73.78795743, 40.69351547]} },
{type: 'Feature',properties:{Name: '4', Address: '163-12 110TH ROAD, SOUTH JAMAICA', Month: '4', Price: '1156'}, geometry: { type: 'Point', coordinates:[-73.78775505, 40.69252148]} },
{type: 'Feature',properties:{Name: '4', Address: '110-48 166TH STREET, SOUTH JAMAICA', Month: '5', Price: '1719'}, geometry: { type: 'Point', coordinates:[-73.78566809, 40.69334654]} },
{type: 'Feature',properties:{Name: '4', Address: '110-07 164TH PLACE, SOUTH JAMAICA', Month: '1', Price: '990'}, geometry: { type: 'Point', coordinates:[-73.78710191, 40.69378836]} },
{type: 'Feature',properties:{Name: '4', Address: '166-09 111TH AVENUE, SOUTH JAMAICA', Month: '6', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.78513571, 40.69293657]} },
{type: 'Feature',properties:{Name: '4', Address: '110-36 167TH STREET, SOUTH JAMAICA', Month: '1', Price: '2146'}, geometry: { type: 'Point', coordinates:[-73.78493461, 40.69379531]} },
{type: 'Feature',properties:{Name: '4', Address: '110-26 169 STREET, SOUTH JAMAICA', Month: '6', Price: '1136'}, geometry: { type: 'Point', coordinates:[-73.78356079, 40.69487144]} },
{type: 'Feature',properties:{Name: '4', Address: '110-26 169TH STREET, SOUTH JAMAICA', Month: '2', Price: '1136'}, geometry: { type: 'Point', coordinates:[-73.78356079, 40.69487144]} },
{type: 'Feature',properties:{Name: '4', Address: '168-10 110TH AVENUE, SOUTH JAMAICA', Month: '3', Price: '1136'}, geometry: { type: 'Point', coordinates:[-73.78428413, 40.69533392]} },
{type: 'Feature',properties:{Name: '4', Address: '169-12 110TH AVENUE, SOUTH JAMAICA', Month: '1', Price: '992'}, geometry: { type: 'Point', coordinates:[-73.78366661, 40.695599]} },
{type: 'Feature',properties:{Name: '4', Address: '110-32 168TH STREET, SOUTH JAMAICA', Month: '11', Price: '1090'}, geometry: { type: 'Point', coordinates:[-73.78407533, 40.69410935]} },
{type: 'Feature',properties:{Name: '4', Address: '110-40 168TH STREET, SOUTH JAMAICA', Month: '11', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.78403583, 40.69405713]} },
{type: 'Feature',properties:{Name: '4', Address: '163-47 MATHIAS AVENUE, SOUTH JAMAICA', Month: '10', Price: '1110'}, geometry: { type: 'Point', coordinates:[-73.78672823, 40.69110877]} },
{type: 'Feature',properties:{Name: '4', Address: '163-47 MATHIAS AVENUE, SOUTH JAMAICA', Month: '5', Price: '1110'}, geometry: { type: 'Point', coordinates:[-73.78672823, 40.69110877]} },
{type: 'Feature',properties:{Name: '4', Address: '163-47 SAYRES AVENUE, SOUTH JAMAICA', Month: '9', Price: '1652'}, geometry: { type: 'Point', coordinates:[-73.785795, 40.68976484]} },
{type: 'Feature',properties:{Name: '4', Address: '163-47 SAYRES AVENUE, SOUTH JAMAICA', Month: '12', Price: '1652'}, geometry: { type: 'Point', coordinates:[-73.785795, 40.68976484]} },
{type: 'Feature',properties:{Name: '4', Address: '111-10 167TH STREET, SOUTH JAMAICA', Month: '5', Price: '1833'}, geometry: { type: 'Point', coordinates:[-73.78424531, 40.69284433]} },
{type: 'Feature',properties:{Name: '4', Address: '111-10 167TH STREET, SOUTH JAMAICA', Month: '3', Price: '1833'}, geometry: { type: 'Point', coordinates:[-73.78424531, 40.69284433]} },
{type: 'Feature',properties:{Name: '4', Address: '111-53 166 STREET, SOUTH JAMAICA', Month: '8', Price: '760'}, geometry: { type: 'Point', coordinates:[-73.78431439, 40.69155441]} },
{type: 'Feature',properties:{Name: '4', Address: '111-11 166TH STREET, SOUTH JAMAICA', Month: '3', Price: '1313'}, geometry: { type: 'Point', coordinates:[-73.78505765, 40.69254118]} },
{type: 'Feature',properties:{Name: '4', Address: '111-53 167TH STREET, SOUTH JAMAICA', Month: '4', Price: '1548'}, geometry: { type: 'Point', coordinates:[-73.78387539, 40.69237977]} },
{type: 'Feature',properties:{Name: '4', Address: '111-53 167TH STREET, SOUTH JAMAICA', Month: '11', Price: '1548'}, geometry: { type: 'Point', coordinates:[-73.78387539, 40.69237977]} },
{type: 'Feature',properties:{Name: '4', Address: '111-44 168TH STREET, SOUTH JAMAICA', Month: '1', Price: '1146'}, geometry: { type: 'Point', coordinates:[-73.78312753, 40.69281204]} },
{type: 'Feature',properties:{Name: '4', Address: '170-11 104TH AVENUE, SOUTH JAMAICA', Month: '4', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.78758643, 40.70243805]} },
{type: 'Feature',properties:{Name: '4', Address: '170-11 104TH AVENUE, SOUTH JAMAICA', Month: '12', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.78758643, 40.70243805]} },
{type: 'Feature',properties:{Name: '4', Address: '168-40 104 AVENUE, SOUTH JAMAICA', Month: '11', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.78917139, 40.70191122]} },
{type: 'Feature',properties:{Name: '4', Address: '170-06 104TH AVENUE, SOUTH JAMAICA', Month: '9', Price: '1234'}, geometry: { type: 'Point', coordinates:[-73.78710992, 40.7025744]} },
{type: 'Feature',properties:{Name: '4', Address: '103-29 171ST STREET, SOUTH JAMAICA', Month: '2', Price: '1636'}, geometry: { type: 'Point', coordinates:[-73.78711225, 40.70297514]} },
{type: 'Feature',properties:{Name: '4', Address: '171-18 103RD ROAD, SOUTH JAMAICA', Month: '8', Price: '1512'}, geometry: { type: 'Point', coordinates:[-73.78689901, 40.70311473]} },
{type: 'Feature',properties:{Name: '4', Address: '171-17 104TH AVENUE, SOUTH JAMAICA', Month: '1', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.78637784, 40.70255658]} },
{type: 'Feature',properties:{Name: '4', Address: '171-17 104TH AVENUE, SOUTH JAMAICA', Month: '5', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.78637784, 40.70255658]} },
{type: 'Feature',properties:{Name: '4', Address: '104-11 171ST STREET, SOUTH JAMAICA', Month: '2', Price: '1080'}, geometry: { type: 'Point', coordinates:[-73.78674647, 40.70231847]} },
{type: 'Feature',properties:{Name: '4', Address: '104-11 171ST STREET, SOUTH JAMAICA', Month: '6', Price: '1080'}, geometry: { type: 'Point', coordinates:[-73.78674647, 40.70231847]} },
{type: 'Feature',properties:{Name: '4', Address: '104-11 171ST STREET, SOUTH JAMAICA', Month: '3', Price: '1080'}, geometry: { type: 'Point', coordinates:[-73.78674647, 40.70231847]} },
{type: 'Feature',properties:{Name: '4', Address: '103-12 177 STREET, SOUTH JAMAICA', Month: '11', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.78237332, 40.70513191]} },
{type: 'Feature',properties:{Name: '4', Address: '17359 103RD ROAD, SOUTH JAMAICA', Month: '2', Price: '930'}, geometry: { type: 'Point', coordinates:[-73.78404303, 40.70408381]} },
{type: 'Feature',properties:{Name: '4', Address: '173-47 103RD ROAD, SOUTH JAMAICA', Month: '7', Price: '930'}, geometry: { type: 'Point', coordinates:[-73.78405025, 40.70408107]} },
{type: 'Feature',properties:{Name: '4', Address: '173-39 103RD ROAD, SOUTH JAMAICA', Month: '11', Price: '930'}, geometry: { type: 'Point', coordinates:[-73.78405385, 40.70408108]} },
{type: 'Feature',properties:{Name: '4', Address: '173-22 103RD ROAD, SOUTH JAMAICA', Month: '7', Price: '990'}, geometry: { type: 'Point', coordinates:[-73.78405031, 40.70406186]} },
{type: 'Feature',properties:{Name: '4', Address: '173-48 103RD RD, SOUTH JAMAICA', Month: '9', Price: '864'}, geometry: { type: 'Point', coordinates:[-73.78403947, 40.70406733]} },
{type: 'Feature',properties:{Name: '4', Address: '173-64 103RD ROAD, SOUTH JAMAICA', Month: '6', Price: '1000'}, geometry: { type: 'Point', coordinates:[-73.78402864, 40.70407005]} },
{type: 'Feature',properties:{Name: '4', Address: '173-35 104TH AVENUE, SOUTH JAMAICA', Month: '4', Price: '995'}, geometry: { type: 'Point', coordinates:[-73.78359424, 40.70345166]} },
{type: 'Feature',properties:{Name: '4', Address: '173-35 104TH AVENUE, SOUTH JAMAICA', Month: '10', Price: '995'}, geometry: { type: 'Point', coordinates:[-73.78359424, 40.70345166]} },
{type: 'Feature',properties:{Name: '4', Address: '173-21 104TH AVENUE, SOUTH JAMAICA', Month: '11', Price: '995'}, geometry: { type: 'Point', coordinates:[-73.78360146, 40.70344893]} },
{type: 'Feature',properties:{Name: '4', Address: '173-11 104 AVENUE, SOUTH JAMAICA', Month: '12', Price: '985'}, geometry: { type: 'Point', coordinates:[-73.78360508, 40.7034462]} },
{type: 'Feature',properties:{Name: '4', Address: '173-40 104TH AVE, SOUTH JAMAICA', Month: '4', Price: '1058'}, geometry: { type: 'Point', coordinates:[-73.78357986, 40.70343791]} },
{type: 'Feature',properties:{Name: '4', Address: '17359 105 AVENUE, SOUTH JAMAICA', Month: '5', Price: '938'}, geometry: { type: 'Point', coordinates:[-73.78313817, 40.70284421]} },
{type: 'Feature',properties:{Name: '4', Address: '173-39 105TH AVENUE, SOUTH JAMAICA', Month: '8', Price: '938'}, geometry: { type: 'Point', coordinates:[-73.783149, 40.70284149]} },
{type: 'Feature',properties:{Name: '4', Address: '168-15 106TH AVENUE, SOUTH JAMAICA', Month: '5', Price: '1779'}, geometry: { type: 'Point', coordinates:[-73.78866765, 40.70040067]} },
{type: 'Feature',properties:{Name: '4', Address: '105-18 171ST PLACE, SOUTH JAMAICA', Month: '2', Price: '1276'}, geometry: { type: 'Point', coordinates:[-73.7854859, 40.70178089]} },
{type: 'Feature',properties:{Name: '4', Address: '105-44 171ST PLACE, SOUTH JAMAICA', Month: '8', Price: '1730'}, geometry: { type: 'Point', coordinates:[-73.78547156, 40.70175342]} },
{type: 'Feature',properties:{Name: '4', Address: '105-44 171ST PLACE, SOUTH JAMAICA', Month: '4', Price: '1730'}, geometry: { type: 'Point', coordinates:[-73.78547156, 40.70175342]} },
{type: 'Feature',properties:{Name: '4', Address: '171-40 105TH AVENUE, SOUTH JAMAICA', Month: '6', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.78537302, 40.70211555]} },
{type: 'Feature',properties:{Name: '4', Address: '105-28 172 ST, SOUTH JAMAICA', Month: '12', Price: '1232'}, geometry: { type: 'Point', coordinates:[-73.78447996, 40.70169118]} },
{type: 'Feature',properties:{Name: '4', Address: '174-35 POLHEMUS AVENUE, SOUTH JAMAICA', Month: '2', Price: '1890'}, geometry: { type: 'Point', coordinates:[-73.78219682, 40.70174727]} },
{type: 'Feature',properties:{Name: '4', Address: '169-10 107TH AVENUE, SOUTH JAMAICA', Month: '6', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.78739978, 40.69989604]} },
{type: 'Feature',properties:{Name: '4', Address: '171-10 107TH AVENUE, SOUTH JAMAICA', Month: '6', Price: '1764'}, geometry: { type: 'Point', coordinates:[-73.78547276, 40.70026026]} },
{type: 'Feature',properties:{Name: '4', Address: '107-20 172ND STREET, SOUTH JAMAICA', Month: '9', Price: '1812'}, geometry: { type: 'Point', coordinates:[-73.78390128, 40.69996912]} },
{type: 'Feature',properties:{Name: '4', Address: '107-15 171ST PLACE, SOUTH JAMAICA', Month: '8', Price: '1050'}, geometry: { type: 'Point', coordinates:[-73.78484945, 40.70006971]} },
{type: 'Feature',properties:{Name: '4', Address: '107-10 WREN PLACE, SOUTH JAMAICA', Month: '1', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.7824493, 40.70063611]} },
{type: 'Feature',properties:{Name: '4', Address: '107-12 WREN PLACE, SOUTH JAMAICA', Month: '2', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.78243129, 40.70063059]} },
{type: 'Feature',properties:{Name: '4', Address: '107-18 WREN PLACE, SOUTH JAMAICA', Month: '5', Price: '1350'}, geometry: { type: 'Point', coordinates:[-73.78237004, 40.70061126]} },
{type: 'Feature',properties:{Name: '4', Address: '107-37 FERN PLACE, SOUTH JAMAICA', Month: '1', Price: '725'}, geometry: { type: 'Point', coordinates:[-73.7817983, 40.70119756]} },
{type: 'Feature',properties:{Name: '4', Address: '107-13 WATSON PLACE, SOUTH JAMAICA', Month: '11', Price: '646'}, geometry: { type: 'Point', coordinates:[-73.7813527, 40.70180605]} },
{type: 'Feature',properties:{Name: '4', Address: '107-51 WATSON PLACE, SOUTH JAMAICA', Month: '6', Price: '1456'}, geometry: { type: 'Point', coordinates:[-73.78019982, 40.70143606]} },
{type: 'Feature',properties:{Name: '4', Address: '107-51 WATSON PLACE, SOUTH JAMAICA', Month: '1', Price: '1456'}, geometry: { type: 'Point', coordinates:[-73.78019982, 40.70143606]} },
{type: 'Feature',properties:{Name: '4', Address: '107-53 WATSON PLACE, SOUTH JAMAICA', Month: '6', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.78017099, 40.70142777]} },
{type: 'Feature',properties:{Name: '4', Address: '107-57 WATSON PLACE, SOUTH JAMAICA', Month: '3', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.78011335, 40.70140845]} },
{type: 'Feature',properties:{Name: '4', Address: '108-20 171ST STREET, SOUTH JAMAICA', Month: '1', Price: '2696'}, geometry: { type: 'Point', coordinates:[-73.78497059, 40.69829132]} },
{type: 'Feature',properties:{Name: '4', Address: '108-16 172ND STREET, SOUTH JAMAICA', Month: '11', Price: '1629'}, geometry: { type: 'Point', coordinates:[-73.78345327, 40.69910642]} },
{type: 'Feature',properties:{Name: '4', Address: '108-36 175TH STREET, SOUTH JAMAICA', Month: '10', Price: '904'}, geometry: { type: 'Point', coordinates:[-73.78068858, 40.69976817]} },
{type: 'Feature',properties:{Name: '4', Address: '108-36 175TH STREET, SOUTH JAMAICA', Month: '7', Price: '904'}, geometry: { type: 'Point', coordinates:[-73.78068858, 40.69976817]} },
{type: 'Feature',properties:{Name: '4', Address: '109-35 175TH STREET, SOUTH JAMAICA', Month: '11', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.77977663, 40.69853128]} },
{type: 'Feature',properties:{Name: '4', Address: '109-29 176TH STREET, SOUTH JAMAICA', Month: '5', Price: '1094'}, geometry: { type: 'Point', coordinates:[-73.77901432, 40.69894153]} },
{type: 'Feature',properties:{Name: '4', Address: '109-44 178TH STREET, SOUTH JAMAICA', Month: '3', Price: '1300'}, geometry: { type: 'Point', coordinates:[-73.77683983, 40.69889068]} },
{type: 'Feature',properties:{Name: '4', Address: '109-19 177TH STREET, SOUTH JAMAICA', Month: '8', Price: '1300'}, geometry: { type: 'Point', coordinates:[-73.77823037, 40.69935174]} },
{type: 'Feature',properties:{Name: '4', Address: '103-21 177TH STREET, SOUTH JAMAICA', Month: '3', Price: '1065'}, geometry: { type: 'Point', coordinates:[-73.78226552, 40.70500819]} },
{type: 'Feature',properties:{Name: '4', Address: '139-14 GLASSBORO AVENUE, SOUTH JAMAICA', Month: '8', Price: '944'}, geometry: { type: 'Point', coordinates:[-73.80528922, 40.68582778]} },
{type: 'Feature',properties:{Name: '4', Address: '109-53 141ST STREET, SOUTH JAMAICA', Month: '8', Price: '1740'}, geometry: { type: 'Point', coordinates:[-73.80456514, 40.6868284]} },
{type: 'Feature',properties:{Name: '4', Address: '109-35 142ND STREET, SOUTH JAMAICA', Month: '8', Price: '1326'}, geometry: { type: 'Point', coordinates:[-73.80391073, 40.68743114]} },
{type: 'Feature',properties:{Name: '4', Address: '109-27 142ND STREET, SOUTH JAMAICA', Month: '7', Price: '1080'}, geometry: { type: 'Point', coordinates:[-73.80406898, 40.68756864]} },
{type: 'Feature',properties:{Name: '4', Address: '109-25 142ND STREET, SOUTH JAMAICA', Month: '9', Price: '1080'}, geometry: { type: 'Point', coordinates:[-73.80410855, 40.68760165]} },
{type: 'Feature',properties:{Name: '4', Address: '109-23 PINEGROVE STREET, SOUTH JAMAICA', Month: '4', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.80257307, 40.68862008]} },
{type: 'Feature',properties:{Name: '4', Address: '143-51 GLASSBORO AVENUE, SOUTH JAMAICA', Month: '8', Price: '1190'}, geometry: { type: 'Point', coordinates:[-73.80136813, 40.68760793]} },
{type: 'Feature',properties:{Name: '4', Address: '143-23 GLASSBORO AVENUE, SOUTH JAMAICA', Month: '5', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.80168976, 40.68736695]} },
{type: 'Feature',properties:{Name: '4', Address: '143-07 GLASSBORO AVENUE, SOUTH JAMAICA', Month: '3', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.80187406, 40.68723002]} },
{type: 'Feature',properties:{Name: '4', Address: '145-34 109TH AVENUE, SOUTH JAMAICA', Month: '6', Price: '1883'}, geometry: { type: 'Point', coordinates:[-73.80166213, 40.68938156]} },
{type: 'Feature',properties:{Name: '4', Address: '145-34 109TH AVENUE, SOUTH JAMAICA', Month: '6', Price: '1883'}, geometry: { type: 'Point', coordinates:[-73.80166213, 40.68938156]} },
{type: 'Feature',properties:{Name: '4', Address: '147-24 109TH AVENUE, SOUTH JAMAICA', Month: '3', Price: '1598'}, geometry: { type: 'Point', coordinates:[-73.79989488, 40.69070698]} },
{type: 'Feature',properties:{Name: '4', Address: '14723 111TH AVENUE, SOUTH JAMAICA', Month: '5', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.7972131, 40.6879877]} },
{type: 'Feature',properties:{Name: '4', Address: '111-14 139TH STREET, SOUTH JAMAICA', Month: '12', Price: '980'}, geometry: { type: 'Point', coordinates:[-73.8050578, 40.68481731]} },
{type: 'Feature',properties:{Name: '4', Address: '111-20 142ND STREET, SOUTH JAMAICA', Month: '8', Price: '1269'}, geometry: { type: 'Point', coordinates:[-73.80241988, 40.68555939]} },
{type: 'Feature',properties:{Name: '4', Address: '141-17 LINDEN BLVD., SOUTH JAMAICA', Month: '8', Price: '1340'}, geometry: { type: 'Point', coordinates:[-73.80233822, 40.68391513]} },
{type: 'Feature',properties:{Name: '4', Address: '111-22 143RD STREET, SOUTH JAMAICA', Month: '3', Price: '1576'}, geometry: { type: 'Point', coordinates:[-73.80150321, 40.68583778]} },
{type: 'Feature',properties:{Name: '4', Address: '111-35 144 STREET, SOUTH JAMAICA', Month: '3', Price: '924'}, geometry: { type: 'Point', coordinates:[-73.80026759, 40.68545961]} },
{type: 'Feature',properties:{Name: '4', Address: '111-40 145TH STREET, SOUTH JAMAICA', Month: '11', Price: '784'}, geometry: { type: 'Point', coordinates:[-73.79980292, 40.68650456]} },
{type: 'Feature',properties:{Name: '4', Address: '111-40 145 STREET, SOUTH JAMAICA', Month: '3', Price: '784'}, geometry: { type: 'Point', coordinates:[-73.79980292, 40.68650456]} },
{type: 'Feature',properties:{Name: '4', Address: '111-39 145TH STREET, SOUTH JAMAICA', Month: '9', Price: '954'}, geometry: { type: 'Point', coordinates:[-73.79978127, 40.68651001]} },
{type: 'Feature',properties:{Name: '4', Address: '145-43 LINDEN BLVD, SOUTH JAMAICA', Month: '5', Price: '1000'}, geometry: { type: 'Point', coordinates:[-73.79758917, 40.68526279]} },
{type: 'Feature',properties:{Name: '4', Address: '111-30 147TH STREET, SOUTH JAMAICA', Month: '1', Price: '1056'}, geometry: { type: 'Point', coordinates:[-73.79729389, 40.6875075]} },
{type: 'Feature',properties:{Name: '4', Address: '111-59 146TH STREET, SOUTH JAMAICA', Month: '7', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.79809543, 40.68716033]} },
{type: 'Feature',properties:{Name: '4', Address: '111-40 SUTPHIN BLVD, SOUTH JAMAICA', Month: '3', Price: '1190'}, geometry: { type: 'Point', coordinates:[-73.79508954, 40.68790159]} },
{type: 'Feature',properties:{Name: '4', Address: '111-40 SUTPHIN BLVD, SOUTH JAMAICA', Month: '3', Price: '1190'}, geometry: { type: 'Point', coordinates:[-73.79508954, 40.68790159]} },
{type: 'Feature',properties:{Name: '4', Address: '111-11 148TH STREET, SOUTH JAMAICA', Month: '1', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.79649559, 40.68797271]} },
{type: 'Feature',properties:{Name: '4', Address: '148-23 LINDEN BOULEVARD, SOUTH JAMAICA', Month: '8', Price: '938'}, geometry: { type: 'Point', coordinates:[-73.79520013, 40.68594202]} },
{type: 'Feature',properties:{Name: '4', Address: '109-14 155TH STREET, SOUTH JAMAICA', Month: '7', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.79571847, 40.69211594]} },
{type: 'Feature',properties:{Name: '4', Address: '10937 155 ST, SOUTH JAMAICA', Month: '2', Price: '1210'}, geometry: { type: 'Point', coordinates:[-73.79528023, 40.69156072]} },
{type: 'Feature',properties:{Name: '4', Address: '109-20 157TH STREET, SOUTH JAMAICA', Month: '3', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.79401098, 40.69270852]} },
{type: 'Feature',properties:{Name: '4', Address: '109-13 157TH STREET, SOUTH JAMAICA', Month: '12', Price: '1184'}, geometry: { type: 'Point', coordinates:[-73.79405755, 40.69280741]} },
{type: 'Feature',properties:{Name: '4', Address: '109-24 GUY R BREWER BLVD, SOUTH JAMAICA', Month: '10', Price: '1650'}, geometry: { type: 'Point', coordinates:[-73.78972503, 40.6944684]} },
{type: 'Feature',properties:{Name: '4', Address: '110-47 155TH STREET, SOUTH JAMAICA', Month: '2', Price: '3124'}, geometry: { type: 'Point', coordinates:[-73.79401627, 40.68982926]} },
{type: 'Feature',properties:{Name: '4', Address: '110-35 156 STREET, SOUTH JAMAICA', Month: '9', Price: '1218'}, geometry: { type: 'Point', coordinates:[-73.79354144, 40.69062164]} },
{type: 'Feature',properties:{Name: '4', Address: '110-26 157TH STREET, SOUTH JAMAICA', Month: '10', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.79280448, 40.691054]} },
{type: 'Feature',properties:{Name: '4', Address: '110-26 157TH STREET, SOUTH JAMAICA', Month: '1', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.79280448, 40.691054]} },
{type: 'Feature',properties:{Name: '4', Address: '110-08 160TH STREET, SOUTH JAMAICA', Month: '1', Price: '1416'}, geometry: { type: 'Point', coordinates:[-73.79072385, 40.69219755]} },
{type: 'Feature',properties:{Name: '4', Address: '110-40 160 STREET, SOUTH JAMAICA', Month: '12', Price: '1230'}, geometry: { type: 'Point', coordinates:[-73.79045813, 40.69184024]} },
{type: 'Feature',properties:{Name: '4', Address: '160-05 111TH AVENUE, SOUTH JAMAICA', Month: '6', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.78960599, 40.69105094]} },
{type: 'Feature',properties:{Name: '4', Address: '160-05 111TH AVENUE, SOUTH JAMAICA', Month: '12', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.78960599, 40.69105094]} },
{type: 'Feature',properties:{Name: '4', Address: '111-27 SUTPHIN BOULEVARD, SOUTH JAMAICA', Month: '2', Price: '820'}, geometry: { type: 'Point', coordinates:[-73.79512893, 40.68799224]} },
{type: 'Feature',properties:{Name: '4', Address: '111-26 155TH STREET, SOUTH JAMAICA', Month: '2', Price: '820'}, geometry: { type: 'Point', coordinates:[-73.79326953, 40.68876843]} },
{type: 'Feature',properties:{Name: '4', Address: '153-15 112 AVE, SOUTH JAMAICA', Month: '11', Price: '820'}, geometry: { type: 'Point', coordinates:[-73.79396472, 40.68784194]} },
{type: 'Feature',properties:{Name: '4', Address: '153-32 112TH AVENUE, SOUTH JAMAICA', Month: '7', Price: '920'}, geometry: { type: 'Point', coordinates:[-73.79393951, 40.68783092]} },
{type: 'Feature',properties:{Name: '4', Address: '150-43 113TH AVENUE, SOUTH JAMAICA', Month: '4', Price: '920'}, geometry: { type: 'Point', coordinates:[-73.79409339, 40.6870407]} },
{type: 'Feature',properties:{Name: '4', Address: '150-19 113TH AVENUE, SOUTH JAMAICA', Month: '4', Price: '920'}, geometry: { type: 'Point', coordinates:[-73.79410061, 40.68703797]} },
{type: 'Feature',properties:{Name: '4', Address: '150-34 113 AVENUE, SOUTH JAMAICA', Month: '9', Price: '1450'}, geometry: { type: 'Point', coordinates:[-73.79408262, 40.68702696]} },
{type: 'Feature',properties:{Name: '4', Address: '150-46 113TH AVENUE, SOUTH JAMAICA', Month: '11', Price: '1365'}, geometry: { type: 'Point', coordinates:[-73.79407901, 40.68702695]} },
{type: 'Feature',properties:{Name: '4', Address: '111-18 156TH STREET, SOUTH JAMAICA', Month: '12', Price: '1366'}, geometry: { type: 'Point', coordinates:[-73.7926762, 40.68940141]} },
{type: 'Feature',properties:{Name: '4', Address: '111-37 156TH STREET, SOUTH JAMAICA', Month: '11', Price: '1190'}, geometry: { type: 'Point', coordinates:[-73.79264377, 40.68939312]} },
{type: 'Feature',properties:{Name: '4', Address: '155-20 113TH AVENUE, SOUTH JAMAICA', Month: '10', Price: '1050'}, geometry: { type: 'Point', coordinates:[-73.79229538, 40.68779228]} },
{type: 'Feature',properties:{Name: '4', Address: '111-115 158TH STREET, SOUTH JAMAICA', Month: '6', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.79083895, 40.68999096]} },
{type: 'Feature',properties:{Name: '4', Address: '111-15 158TH STREET, SOUTH JAMAICA', Month: '5', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.79110239, 40.68992556]} },
{type: 'Feature',properties:{Name: '4', Address: '158-04 111 AVE, SOUTH JAMAICA', Month: '1', Price: '1249'}, geometry: { type: 'Point', coordinates:[-73.79123091, 40.69034025]} },
{type: 'Feature',properties:{Name: '4', Address: '111-27 157TH STREET, SOUTH JAMAICA', Month: '8', Price: '1412'}, geometry: { type: 'Point', coordinates:[-73.79182773, 40.68974846]} },
{type: 'Feature',properties:{Name: '4', Address: '111-14 160 STREET, SOUTH JAMAICA', Month: '12', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.78958919, 40.69066115]} },
{type: 'Feature',properties:{Name: '4', Address: '111-14 160TH STREET, SOUTH JAMAICA', Month: '7', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.78958919, 40.69066115]} },
{type: 'Feature',properties:{Name: '4', Address: '162-06 112 ROAD, SOUTH JAMAICA', Month: '2', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.78725626, 40.68949307]} },
{type: 'Feature',properties:{Name: '4', Address: '160-14 111TH AVENUE, SOUTH JAMAICA', Month: '2', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.7892919, 40.69116839]} },
{type: 'Feature',properties:{Name: '4', Address: '160-49 CLAUDE AVENUE, SOUTH JAMAICA', Month: '5', Price: '1296'}, geometry: { type: 'Point', coordinates:[-73.78831245, 40.69073566]} },
{type: 'Feature',properties:{Name: '4', Address: '159-18 MEYER AVENUE, SOUTH JAMAICA', Month: '10', Price: '1300'}, geometry: { type: 'Point', coordinates:[-73.7884955, 40.68872956]} },
{type: 'Feature',properties:{Name: '4', Address: '112-15 168TH STREET, SOUTH JAMAICA', Month: '1', Price: '760'}, geometry: { type: 'Point', coordinates:[-73.78215102, 40.69148446]} },
{type: 'Feature',properties:{Name: '4', Address: '169-19 LINDEN BOULEVARD, SOUTH JAMAICA', Month: '11', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.78055833, 40.69113011]} },
{type: 'Feature',properties:{Name: '4', Address: '103-04 REMINGTON ST, SOUTH JAMAICA', Month: '6', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.80963772, 40.69213158]} },
{type: 'Feature',properties:{Name: '4', Address: '138-14 106TH AVENUE, SOUTH JAMAICA', Month: '8', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.80853076, 40.68958808]} },
{type: 'Feature',properties:{Name: '4', Address: '104-08 REMINGTON STREET, SOUTH JAMAICA', Month: '9', Price: '2033'}, geometry: { type: 'Point', coordinates:[-73.80901518, 40.69167491]} },
{type: 'Feature',properties:{Name: '4', Address: '105-40 REMINGTON STREET, SOUTH JAMAICA', Month: '4', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.80734884, 40.69055227]} },
{type: 'Feature',properties:{Name: '4', Address: '144-19 SOUTH ROAD, SOUTH JAMAICA', Month: '11', Price: '2006'}, geometry: { type: 'Point', coordinates:[-73.80618978, 40.69108555]} },
{type: 'Feature',properties:{Name: '4', Address: '145-06 LIBERTY AVENUE, SOUTH JAMAICA', Month: '9', Price: '1728'}, geometry: { type: 'Point', coordinates:[-73.80772251, 40.69351999]} },
{type: 'Feature',properties:{Name: '4', Address: '145-06 LIBERTY AVENUE, SOUTH JAMAICA', Month: '5', Price: '1728'}, geometry: { type: 'Point', coordinates:[-73.80772251, 40.69351999]} },
{type: 'Feature',properties:{Name: '4', Address: '145-06 LIBERTY AVENUE, SOUTH JAMAICA', Month: '6', Price: '1728'}, geometry: { type: 'Point', coordinates:[-73.80772251, 40.69351999]} },
{type: 'Feature',properties:{Name: '4', Address: '106-11 INWOOD STREET, SOUTH JAMAICA', Month: '10', Price: '1860'}, geometry: { type: 'Point', coordinates:[-73.80603942, 40.6919499]} },
{type: 'Feature',properties:{Name: '4', Address: '145-41 SOUTH ROAD, SOUTH JAMAICA', Month: '5', Price: '2196'}, geometry: { type: 'Point', coordinates:[-73.80454859, 40.69247712]} },
{type: 'Feature',properties:{Name: '4', Address: '106-09 LIVERPOOL STREET, SOUTH JAMAICA', Month: '9', Price: '1536'}, geometry: { type: 'Point', coordinates:[-73.8043438, 40.69344842]} },
{type: 'Feature',properties:{Name: '4', Address: '106-09 LIVERPOOL STREET, SOUTH JAMAICA', Month: '5', Price: '1536'}, geometry: { type: 'Point', coordinates:[-73.8043438, 40.69344842]} },
{type: 'Feature',properties:{Name: '4', Address: '146-07 SOUTH ROAD, SOUTH JAMAICA', Month: '1', Price: '2240'}, geometry: { type: 'Point', coordinates:[-73.80359059, 40.69328794]} },
{type: 'Feature',properties:{Name: '4', Address: '146-55 105TH AVENUE, SOUTH JAMAICA', Month: '6', Price: '2270'}, geometry: { type: 'Point', coordinates:[-73.80427021, 40.69517751]} },
{type: 'Feature',properties:{Name: '4', Address: '146-49 105TH AVENUE, SOUTH JAMAICA', Month: '12', Price: '1927'}, geometry: { type: 'Point', coordinates:[-73.80432804, 40.69513094]} },
{type: 'Feature',properties:{Name: '4', Address: '146-57 106TH AVENUE, SOUTH JAMAICA', Month: '1', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.80344955, 40.69464911]} },
{type: 'Feature',properties:{Name: '4', Address: '146-47 TUSKEGEE AIRMEN WAY, SOUTH JAMAICA', Month: '1', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.80274462, 40.69401386]} },
{type: 'Feature',properties:{Name: '4', Address: '105-09 SUTPHIN BOULEVARD, SOUTH JAMAICA', Month: '6', Price: '1476'}, geometry: { type: 'Point', coordinates:[-73.80353711, 40.69553033]} },
{type: 'Feature',properties:{Name: '4', Address: '109-39 VAN WYCK EXPRESSWAY, SOUTH JAMAICA', Month: '9', Price: '1584'}, geometry: { type: 'Point', coordinates:[-73.80691051, 40.68626419]} },
{type: 'Feature',properties:{Name: '4', Address: '141-01 LAKEWOOD AVE, SOUTH JAMAICA', Month: '5', Price: '1160'}, geometry: { type: 'Point', coordinates:[-73.80526268, 40.68750754]} },
{type: 'Feature',properties:{Name: '4', Address: '10710 REMINGTON STREET, SOUTH JAMAICA', Month: '4', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.80643477, 40.68991669]} },
{type: 'Feature',properties:{Name: '4', Address: '107-19 142ND STREET, SOUTH JAMAICA', Month: '8', Price: '1635'}, geometry: { type: 'Point', coordinates:[-73.80673975, 40.68920081]} },
{type: 'Feature',properties:{Name: '4', Address: '107-19 142ND STREET, SOUTH JAMAICA', Month: '8', Price: '1635'}, geometry: { type: 'Point', coordinates:[-73.80673975, 40.68920081]} },
{type: 'Feature',properties:{Name: '4', Address: '144-02 SOUTH ROAD, SOUTH JAMAICA', Month: '5', Price: '1377'}, geometry: { type: 'Point', coordinates:[-73.806273, 40.69098962]} },
{type: 'Feature',properties:{Name: '4', Address: '107-11 PINEGROVE STREET, SOUTH JAMAICA', Month: '7', Price: '1536'}, geometry: { type: 'Point', coordinates:[-73.8054207, 40.69019494]} },
{type: 'Feature',properties:{Name: '4', Address: '107-01 PINEGROVE STREET, SOUTH JAMAICA', Month: '11', Price: '1809'}, geometry: { type: 'Point', coordinates:[-73.80563303, 40.69034078]} },
{type: 'Feature',properties:{Name: '4', Address: '107-06 INWOOD STREET, SOUTH JAMAICA', Month: '4', Price: '1142'}, geometry: { type: 'Point', coordinates:[-73.80462516, 40.69095939]} },
{type: 'Feature',properties:{Name: '4', Address: '144-01 LAKEWOOD AVENUE, SOUTH JAMAICA', Month: '12', Price: '1700'}, geometry: { type: 'Point', coordinates:[-73.80390911, 40.689207]} },
{type: 'Feature',properties:{Name: '4', Address: '145-10 SOUTH ROAD, SOUTH JAMAICA', Month: '2', Price: '2244'}, geometry: { type: 'Point', coordinates:[-73.80524997, 40.69185799]} },
{type: 'Feature',properties:{Name: '4', Address: '107-35 INWOOD STREET, SOUTH JAMAICA', Month: '2', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.80391615, 40.69049432]} },
{type: 'Feature',properties:{Name: '4', Address: '145-38 SOUTH ROAD, SOUTH JAMAICA', Month: '8', Price: '2610'}, geometry: { type: 'Point', coordinates:[-73.80455227, 40.69244968]} },
{type: 'Feature',properties:{Name: '4', Address: '145-40 SOUTH ROAD, SOUTH JAMAICA', Month: '2', Price: '2610'}, geometry: { type: 'Point', coordinates:[-73.80453059, 40.69246611]} },
{type: 'Feature',properties:{Name: '4', Address: '145-46 TUSKEGEE AIRMEN WAY, SOUTH JAMAICA', Month: '5', Price: '2184'}, geometry: { type: 'Point', coordinates:[-73.80446913, 40.69251816]} },
{type: 'Feature',properties:{Name: '4', Address: '145-46 TUSKEGEE AIRMEN WAY, SOUTH JAMAICA', Month: '3', Price: '2184'}, geometry: { type: 'Point', coordinates:[-73.80446913, 40.69251816]} },
{type: 'Feature',properties:{Name: '4', Address: '145-48 107TH AVENUE, SOUTH JAMAICA', Month: '6', Price: '2016'}, geometry: { type: 'Point', coordinates:[-73.80376368, 40.69206681]} },
{type: 'Feature',properties:{Name: '4', Address: '145-54 107TH AVENUE, SOUTH JAMAICA', Month: '11', Price: '2205'}, geometry: { type: 'Point', coordinates:[-73.80370223, 40.69211611]} },
{type: 'Feature',properties:{Name: '4', Address: '107-04 WALTHAM STREET, SOUTH JAMAICA', Month: '9', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.80209428, 40.69321676]} },
{type: 'Feature',properties:{Name: '4', Address: '146-50 SOUTH ROAD, SOUTH JAMAICA', Month: '6', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.80270493, 40.69402203]} },
{type: 'Feature',properties:{Name: '4', Address: '105-31 150TH STREET, SOUTH JAMAICA', Month: '3', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.80159132, 40.69621593]} },
{type: 'Feature',properties:{Name: '4', Address: '106-51 150TH STREET, SOUTH JAMAICA', Month: '6', Price: '3150'}, geometry: { type: 'Point', coordinates:[-73.80109363, 40.69501286]} },
{type: 'Feature',properties:{Name: '4', Address: '106-14 153RD STREET, SOUTH JAMAICA', Month: '12', Price: '1512'}, geometry: { type: 'Point', coordinates:[-73.80038496, 40.6956347]} },
{type: 'Feature',properties:{Name: '4', Address: '106-13 155TH STREET, SOUTH JAMAICA', Month: '8', Price: '2920'}, geometry: { type: 'Point', coordinates:[-73.79896484, 40.69658741]} },
{type: 'Feature',properties:{Name: '4', Address: '106-47 UNION HALL, SOUTH JAMAICA', Month: '10', Price: '2140'}, geometry: { type: 'Point', coordinates:[-73.79392423, 40.69860963]} },
{type: 'Feature',properties:{Name: '4', Address: '150-32 107TH AVENUE, SOUTH JAMAICA', Month: '10', Price: '2108'}, geometry: { type: 'Point', coordinates:[-73.80076337, 40.69451]} },
{type: 'Feature',properties:{Name: '4', Address: '150-42 107TH AVENUE, SOUTH JAMAICA', Month: '10', Price: '2170'}, geometry: { type: 'Point', coordinates:[-73.80075976, 40.69450999]} },
{type: 'Feature',properties:{Name: '4', Address: '150-24 SHORE AVENUE, SOUTH JAMAICA', Month: '6', Price: '1136'}, geometry: { type: 'Point', coordinates:[-73.80023499, 40.69393268]} },
{type: 'Feature',properties:{Name: '4', Address: '150-46 SHORE AVENUE, SOUTH JAMAICA', Month: '6', Price: '1788'}, geometry: { type: 'Point', coordinates:[-73.80022776, 40.69393816]} },
{type: 'Feature',properties:{Name: '4', Address: '107-17 155 STREET, SOUTH JAMAICA', Month: '3', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.79798441, 40.69524075]} },
{type: 'Feature',properties:{Name: '4', Address: '107-36 156 STREET, SOUTH JAMAICA', Month: '1', Price: '1640'}, geometry: { type: 'Point', coordinates:[-73.7970212, 40.69535434]} },
{type: 'Feature',properties:{Name: '4', Address: '107-58 156TH STREET, SOUTH JAMAICA', Month: '9', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.79683805, 40.69510424]} },
{type: 'Feature',properties:{Name: '4', Address: '107-15 156TH STREET, SOUTH JAMAICA', Month: '2', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.79718271, 40.69560989]} },
{type: 'Feature',properties:{Name: '4', Address: '160-18 107TH AVE, SOUTH JAMAICA', Month: '5', Price: '2992'}, geometry: { type: 'Point', coordinates:[-73.79425989, 40.69735312]} },
{type: 'Feature',properties:{Name: '4', Address: '162-14 107TH AVENUE, SOUTH JAMAICA', Month: '8', Price: '1592'}, geometry: { type: 'Point', coordinates:[-73.79308269, 40.69785056]} },
{type: 'Feature',properties:{Name: '4', Address: '150-11 109TH AVENUE, SOUTH JAMAICA', Month: '5', Price: '1398'}, geometry: { type: 'Point', coordinates:[-73.79791226, 40.69168065]} },
{type: 'Feature',properties:{Name: '4', Address: '150-42 108TH AVENUE, SOUTH JAMAICA', Month: '12', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.79815185, 40.69353654]} },
{type: 'Feature',properties:{Name: '4', Address: '108-46 154TH STREET, SOUTH JAMAICA', Month: '2', Price: '1406'}, geometry: { type: 'Point', coordinates:[-73.79694905, 40.69299645]} },
{type: 'Feature',properties:{Name: '4', Address: '157-11 109TH AVENUE, SOUTH JAMAICA', Month: '4', Price: '1508'}, geometry: { type: 'Point', coordinates:[-73.79423294, 40.69323317]} },
{type: 'Feature',properties:{Name: '4', Address: '108-12 UNION HALL STREET, SOUTH JAMAICA', Month: '2', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.79190259, 40.69580358]} },
{type: 'Feature',properties:{Name: '4', Address: '160-13 109TH AVENUE, SOUTH JAMAICA', Month: '4', Price: '1512'}, geometry: { type: 'Point', coordinates:[-73.79195809, 40.69419798]} },
{type: 'Feature',properties:{Name: '4', Address: '108-04 GUY R. BREWER BLVD, SOUTH JAMAICA', Month: '1', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.79105003, 40.69627962]} },
{type: 'Feature',properties:{Name: '4', Address: '108-04 GUY R BREWER BLVD, SOUTH JAMAICA', Month: '4', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.79105003, 40.69627962]} },
{type: 'Feature',properties:{Name: '4', Address: '104-16 164TH STREET, SOUTH JAMAICA', Month: '10', Price: '1328'}, geometry: { type: 'Point', coordinates:[-73.79262549, 40.69991106]} },
{type: 'Feature',properties:{Name: '4', Address: '10430 164TH STREET, SOUTH JAMAICA', Month: '12', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.79241002, 40.69961424]} },
{type: 'Feature',properties:{Name: '4', Address: '104-34 164TH STREET, SOUTH JAMAICA', Month: '6', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.79241003, 40.69961149]} },
{type: 'Feature',properties:{Name: '4', Address: '104-40 164TH STREET, SOUTH JAMAICA', Month: '5', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.79240643, 40.69960874]} },
{type: 'Feature',properties:{Name: '4', Address: '106-21 NEW YORK BLVD, SOUTH JAMAICA', Month: '4', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.79322608, 40.69929183]} },
{type: 'Feature',properties:{Name: '4', Address: '106-15 GUY R. BREWER BLVD.,, SOUTH JAMAICA', Month: '1', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.79327636, 40.69936053]} },
{type: 'Feature',properties:{Name: '4', Address: '107-16 164TH STREET, SOUTH JAMAICA', Month: '4', Price: '2130'}, geometry: { type: 'Point', coordinates:[-73.79128964, 40.69807239]} },
{type: 'Feature',properties:{Name: '4', Address: '107-16 164TH STREET, SOUTH JAMAICA', Month: '8', Price: '2130'}, geometry: { type: 'Point', coordinates:[-73.79128964, 40.69807239]} },
{type: 'Feature',properties:{Name: '4', Address: '164-15 108TH AVENUE, SOUTH JAMAICA', Month: '10', Price: '1420'}, geometry: { type: 'Point', coordinates:[-73.78999439, 40.69710662]} },
{type: 'Feature',properties:{Name: '4', Address: '16415 108 AVE, SOUTH JAMAICA', Month: '9', Price: '1420'}, geometry: { type: 'Point', coordinates:[-73.78999439, 40.69710662]} },
{type: 'Feature',properties:{Name: '4', Address: '107-18 165TH ST, SOUTH JAMAICA', Month: '7', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.78937576, 40.69772581]} },
{type: 'Feature',properties:{Name: '4', Address: '107-04 165TH STREET, SOUTH JAMAICA', Month: '8', Price: '2560'}, geometry: { type: 'Point', coordinates:[-73.78938295, 40.69773131]} },
{type: 'Feature',properties:{Name: '4', Address: '107-52 166TH STREET, SOUTH JAMAICA', Month: '2', Price: '1506'}, geometry: { type: 'Point', coordinates:[-73.78876456, 40.6982709]} },
{type: 'Feature',properties:{Name: '4', Address: '108-53 GUY R BREWER BLVD, SOUTH JAMAICA', Month: '8', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.79063338, 40.69574363]} },
{type: 'Feature',properties:{Name: '4', Address: '108-15 GUY BREWER BLVD, SOUTH JAMAICA', Month: '2', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.79094939, 40.69617239]} },
{type: 'Feature',properties:{Name: '4', Address: '164-04 108TH AVENUE, SOUTH JAMAICA', Month: '3', Price: '1424'}, geometry: { type: 'Point', coordinates:[-73.79021835, 40.69699175]} },
{type: 'Feature',properties:{Name: '4', Address: '164-31 108TH DRIVE, SOUTH JAMAICA', Month: '9', Price: '1370'}, geometry: { type: 'Point', coordinates:[-73.78869093, 40.69647019]} },
{type: 'Feature',properties:{Name: '4', Address: '164-27 109TH AVENUE, SOUTH JAMAICA', Month: '3', Price: '1852'}, geometry: { type: 'Point', coordinates:[-73.78823156, 40.69576669]} },
{type: 'Feature',properties:{Name: '4', Address: '164-37 109TH AVENUE, SOUTH JAMAICA', Month: '3', Price: '1728'}, geometry: { type: 'Point', coordinates:[-73.78822434, 40.69576942]} },
{type: 'Feature',properties:{Name: '4', Address: '109-50 164TH STREET, SOUTH JAMAICA', Month: '7', Price: '1176'}, geometry: { type: 'Point', coordinates:[-73.78868992, 40.69451317]} },
{type: 'Feature',properties:{Name: '4', Address: '109-35 GUY R BREWER BLVD, SOUTH JAMAICA', Month: '7', Price: '1954'}, geometry: { type: 'Point', coordinates:[-73.78962439, 40.69436392]} },
{type: 'Feature',properties:{Name: '4', Address: '10929 GUY R. BREWER BLVD, SOUTH JAMAICA', Month: '8', Price: '1791'}, geometry: { type: 'Point', coordinates:[-73.78967465, 40.69443263]} },
{type: 'Feature',properties:{Name: '4', Address: '168-19 110TH AVENUE, SOUTH JAMAICA', Month: '3', Price: '1136'}, geometry: { type: 'Point', coordinates:[-73.78428768, 40.69535314]} },
{type: 'Feature',properties:{Name: '4', Address: '164-47 NADAL PLACE, SOUTH JAMAICA', Month: '4', Price: '900'}, geometry: { type: 'Point', coordinates:[-73.78662856, 40.69408667]} },
{type: 'Feature',properties:{Name: '4', Address: '110-23 166TH STREET, SOUTH JAMAICA', Month: '11', Price: '2346'}, geometry: { type: 'Point', coordinates:[-73.7859265, 40.69373129]} },
{type: 'Feature',properties:{Name: '4', Address: '163-37 MATHIAS AVENUE, SOUTH JAMAICA', Month: '4', Price: '2008'}, geometry: { type: 'Point', coordinates:[-73.78673546, 40.69110329]} },
{type: 'Feature',properties:{Name: '4', Address: '168-32 LIBERTY AVENUE, SOUTH JAMAICA', Month: '6', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.78980285, 40.70295539]} },
{type: 'Feature',properties:{Name: '4', Address: '168-32 LIBERTY AVE, SOUTH JAMAICA', Month: '12', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.78980285, 40.70295539]} },
{type: 'Feature',properties:{Name: '4', Address: '103-14 171ST STREET, SOUTH JAMAICA', Month: '11', Price: '2194'}, geometry: { type: 'Point', coordinates:[-73.7873275, 40.70333511]} },
{type: 'Feature',properties:{Name: '4', Address: '169-07 105TH AVENUE, SOUTH JAMAICA', Month: '2', Price: '1808'}, geometry: { type: 'Point', coordinates:[-73.7879975, 40.70132717]} },
{type: 'Feature',properties:{Name: '4', Address: '104-15 169TH STREET, SOUTH JAMAICA', Month: '1', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.78847537, 40.70189622]} },
{type: 'Feature',properties:{Name: '4', Address: '103RD ROAD, SOUTH JAMAICA', Month: '4', Price: '2480'}, geometry: { type: 'Point', coordinates:[-73.78568662, 40.70329089]} },
{type: 'Feature',properties:{Name: '4', Address: '171-42 103RD ROAD, SOUTH JAMAICA', Month: '3', Price: '2480'}, geometry: { type: 'Point', coordinates:[-73.78687374, 40.70312292]} },
{type: 'Feature',properties:{Name: '4', Address: '171-20 104TH AVENUE, SOUTH JAMAICA', Month: '3', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.78632375, 40.70255373]} },
{type: 'Feature',properties:{Name: '4', Address: '171-40 104TH AVENUE, SOUTH JAMAICA', Month: '1', Price: '2640'}, geometry: { type: 'Point', coordinates:[-73.78608907, 40.70263015]} },
{type: 'Feature',properties:{Name: '4', Address: '173-30 105TH AVENUE, SOUTH JAMAICA', Month: '8', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.78314184, 40.702825]} },
{type: 'Feature',properties:{Name: '4', Address: '173-53 106TH AVENUE, SOUTH JAMAICA', Month: '11', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.78172885, 40.70258079]} },
{type: 'Feature',properties:{Name: '4', Address: '173-37 106TH AVE, SOUTH JAMAICA', Month: '4', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.78224158, 40.70239787]} },
{type: 'Feature',properties:{Name: '4', Address: '105-38 170TH STREET, SOUTH JAMAICA', Month: '7', Price: '2420'}, geometry: { type: 'Point', coordinates:[-73.78698932, 40.70081204]} },
{type: 'Feature',properties:{Name: '4', Address: '105-39 170TH STREET, SOUTH JAMAICA', Month: '9', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.78696411, 40.70080101]} },
{type: 'Feature',properties:{Name: '4', Address: '105-38 171ST STREET, SOUTH JAMAICA', Month: '9', Price: '2640'}, geometry: { type: 'Point', coordinates:[-73.78612311, 40.70101354]} },
{type: 'Feature',properties:{Name: '4', Address: '105-39 171ST PLACE, SOUTH JAMAICA', Month: '8', Price: '3351'}, geometry: { type: 'Point', coordinates:[-73.78545349, 40.70176436]} },
{type: 'Feature',properties:{Name: '4', Address: '171-42 105TH AVENUE, SOUTH JAMAICA', Month: '7', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.78535496, 40.702121]} },
{type: 'Feature',properties:{Name: '4', Address: '173-05 107TH AVE, SOUTH JAMAICA', Month: '7', Price: '1744'}, geometry: { type: 'Point', coordinates:[-73.78312346, 40.70071424]} },
{type: 'Feature',properties:{Name: '4', Address: '169-04 107TH AVENUE, SOUTH JAMAICA', Month: '11', Price: '2880'}, geometry: { type: 'Point', coordinates:[-73.78743947, 40.69988788]} },
{type: 'Feature',properties:{Name: '4', Address: '16904 107 AVENUE, SOUTH JAMAICA', Month: '11', Price: '2880'}, geometry: { type: 'Point', coordinates:[-73.78743947, 40.69988788]} },
{type: 'Feature',properties:{Name: '4', Address: '171-42 107 AVENUE, SOUTH JAMAICA', Month: '12', Price: '1836'}, geometry: { type: 'Point', coordinates:[-73.78440098, 40.70046137]} },
{type: 'Feature',properties:{Name: '4', Address: '171-39 108TH AVENUE, SOUTH JAMAICA', Month: '3', Price: '1848'}, geometry: { type: 'Point', coordinates:[-73.78431105, 40.69927546]} },
{type: 'Feature',properties:{Name: '4', Address: '107-12 178TH STREET, SOUTH JAMAICA', Month: '6', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.7789004, 40.70175745]} },
{type: 'Feature',properties:{Name: '4', Address: '106-50 RUSCOE STREET, SOUTH JAMAICA', Month: '8', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.78002803, 40.70212741]} },
{type: 'Feature',properties:{Name: '4', Address: '10642 RUSCOE STREET, SOUTH JAMAICA', Month: '9', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.78027303, 40.70220199]} },
{type: 'Feature',properties:{Name: '4', Address: '108-39 171ST PLACE, SOUTH JAMAICA', Month: '8', Price: '1696'}, geometry: { type: 'Point', coordinates:[-73.78411132, 40.69858615]} },
{type: 'Feature',properties:{Name: '4', Address: '108-36 176TH STREET, SOUTH JAMAICA', Month: '6', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.77978997, 40.69995035]} },
{type: 'Feature',properties:{Name: '4', Address: '109-24 175TH STREET, SOUTH JAMAICA', Month: '4', Price: '1562'}, geometry: { type: 'Point', coordinates:[-73.77987726, 40.69863577]} },
{type: 'Feature',properties:{Name: '4', Address: '177-47 105TH AVENUE, SOUTH JAMAICA', Month: '11', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.78027445, 40.70395865]} },
{type: 'Feature',properties:{Name: '4', Address: '177-43 105TH AVENUE, SOUTH JAMAICA', Month: '9', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.78033585, 40.70393406]} },
{type: 'Feature',properties:{Name: '4', Address: '177-19 105TH AVENUE, SOUTH JAMAICA', Month: '8', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.7807006, 40.70378928]} },
{type: 'Feature',properties:{Name: '4', Address: '104-15 177TH STREET, SOUTH JAMAICA', Month: '9', Price: '2240'}, geometry: { type: 'Point', coordinates:[-73.78159066, 40.70402977]} },
{type: 'Feature',properties:{Name: '4', Address: '105-07 177TH STREET, SOUTH JAMAICA', Month: '8', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.7811995, 40.70343067]} },
{type: 'Feature',properties:{Name: '4', Address: '177-23 106TH AVENUE, SOUTH JAMAICA', Month: '8', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.78014351, 40.70320084]} },
{type: 'Feature',properties:{Name: '4', Address: '106-03 177 STREET, SOUTH JAMAICA', Month: '5', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.78077964, 40.70278485]} },
{type: 'Feature',properties:{Name: '4', Address: '177-24 106 AVENUE, SOUTH JAMAICA', Month: '5', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.78010023, 40.70320076]} },
{type: 'Feature',properties:{Name: '4', Address: '177-40 106TH AVENUE, SOUTH JAMAICA', Month: '9', Price: '2240'}, geometry: { type: 'Point', coordinates:[-73.77982939, 40.70330454]} },
{type: 'Feature',properties:{Name: '4', Address: '177-50 106TH AVENUE, SOUTH JAMAICA', Month: '3', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.77965966, 40.70337009]} },
{type: 'Feature',properties:{Name: '4', Address: '177-60 106TH AVENUE, SOUTH JAMAICA', Month: '5', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.77948993, 40.70343564]} },
{type: 'Feature',properties:{Name: '4', Address: '177-64 106TH AVENUE, SOUTH JAMAICA', Month: '12', Price: '1960'}, geometry: { type: 'Point', coordinates:[-73.77942131, 40.70346296]} },
{type: 'Feature',properties:{Name: '4', Address: '177-37 106 ROAD, SOUTH JAMAICA', Month: '2', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.78003056, 40.70245405]} },
{type: 'Feature',properties:{Name: '4', Address: '177-15 106TH RD, SOUTH JAMAICA', Month: '8', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.78006307, 40.70243764]} },
{type: 'Feature',properties:{Name: '4', Address: '177-28 106TH ROAD, SOUTH JAMAICA', Month: '2', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.78003063, 40.70243209]} },
{type: 'Feature',properties:{Name: '4', Address: '177-32 106TH ROAD, SOUTH JAMAICA', Month: '11', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.78002701, 40.70243483]} },
{type: 'Feature',properties:{Name: '4', Address: '177-66 106TH ROAD, SOUTH JAMAICA', Month: '2', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.77996924, 40.70245667]} },
{type: 'Feature',properties:{Name: '4', Address: '178-31 107TH AVENUE, SOUTH JAMAICA', Month: '10', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.77881652, 40.70203726]} },
{type: 'Feature',properties:{Name: '4', Address: '178-31 107TH AVENUE, SOUTH JAMAICA', Month: '5', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.77881652, 40.70203726]} },
{type: 'Feature',properties:{Name: '4', Address: '106-59 RUSCOE STREET, SOUTH JAMAICA', Month: '4', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.77997753, 40.70213006]} },
{type: 'Feature',properties:{Name: '4', Address: '139-28 LAKEWOOD AVENUE, SOUTH JAMAICA', Month: '3', Price: '2224'}, geometry: { type: 'Point', coordinates:[-73.80597888, 40.68673198]} },
{type: 'Feature',properties:{Name: '4', Address: '109-14 142 ST, SOUTH JAMAICA', Month: '10', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.80433879, 40.68778045]} },
{type: 'Feature',properties:{Name: '4', Address: '109-58 143RD STREET, SOUTH JAMAICA', Month: '6', Price: '1936'}, geometry: { type: 'Point', coordinates:[-73.80233233, 40.68711828]} },
{type: 'Feature',properties:{Name: '4', Address: '109-58 143RD STREET, SOUTH JAMAICA', Month: '5', Price: '1936'}, geometry: { type: 'Point', coordinates:[-73.80233233, 40.68711828]} },
{type: 'Feature',properties:{Name: '4', Address: '109-77 142ND STREET, SOUTH JAMAICA', Month: '12', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.80303679, 40.68666385]} },
{type: 'Feature',properties:{Name: '4', Address: '14330 LAKEWOOD AVE, SOUTH JAMAICA', Month: '2', Price: '3640'}, geometry: { type: 'Point', coordinates:[-73.80387664, 40.68921518]} },
{type: 'Feature',properties:{Name: '4', Address: '144-10 LAKEWOOD AVENUE, SOUTH JAMAICA', Month: '2', Price: '2840'}, geometry: { type: 'Point', coordinates:[-73.80361247, 40.68953313]} },
{type: 'Feature',properties:{Name: '4', Address: '109-18 PINEGROVE STREET, SOUTH JAMAICA', Month: '6', Price: '1648'}, geometry: { type: 'Point', coordinates:[-73.80261633, 40.68862565]} },
{type: 'Feature',properties:{Name: '4', Address: '109-20 PINE GROVE STREET, SOUTH JAMAICA', Month: '4', Price: '1648'}, geometry: { type: 'Point', coordinates:[-73.80260193, 40.68861739]} },
{type: 'Feature',properties:{Name: '4', Address: '143-23 FERNDALE AVENUE, SOUTH JAMAICA', Month: '1', Price: '1648'}, geometry: { type: 'Point', coordinates:[-73.80253243, 40.68773345]} },
{type: 'Feature',properties:{Name: '4', Address: '144-16 109TH AVENUE, SOUTH JAMAICA', Month: '10', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.80262635, 40.68889465]} },
{type: 'Feature',properties:{Name: '4', Address: '143-56 110TH AVENUE, SOUTH JAMAICA', Month: '10', Price: '1129'}, geometry: { type: 'Point', coordinates:[-73.80123383, 40.68669369]} },
{type: 'Feature',properties:{Name: '4', Address: '145-08 LAKEWOOD AVENUE, SOUTH JAMAICA', Month: '10', Price: '2452'}, geometry: { type: 'Point', coordinates:[-73.8030045, 40.69027318]} },
{type: 'Feature',properties:{Name: '4', Address: '145-08 LAKEWOOD AVENUE, SOUTH JAMAICA', Month: '1', Price: '2452'}, geometry: { type: 'Point', coordinates:[-73.8030045, 40.69027318]} },
{type: 'Feature',properties:{Name: '4', Address: '145-13 FERNDALE AVENUE, SOUTH JAMAICA', Month: '2', Price: '1557'}, geometry: { type: 'Point', coordinates:[-73.80100734, 40.68888637]} },
{type: 'Feature',properties:{Name: '4', Address: '145-43 GLASSBORO AVENUE, SOUTH JAMAICA', Month: '12', Price: '2827'}, geometry: { type: 'Point', coordinates:[-73.80027672, 40.68842948]} },
{type: 'Feature',properties:{Name: '4', Address: '145-37 GLASSBORO AVENUE, SOUTH JAMAICA', Month: '3', Price: '2827'}, geometry: { type: 'Point', coordinates:[-73.80028395, 40.688424]} },
{type: 'Feature',properties:{Name: '4', Address: '145-07 GLASSBORO AVENUE, SOUTH JAMAICA', Month: '3', Price: '1287'}, geometry: { type: 'Point', coordinates:[-73.80031647, 40.68839935]} },
{type: 'Feature',properties:{Name: '4', Address: '110-17 INWOOD STREET, SOUTH JAMAICA', Month: '6', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.79966987, 40.68758577]} },
{type: 'Feature',properties:{Name: '4', Address: '147-46 109TH AVENUE, SOUTH JAMAICA', Month: '8', Price: '1932'}, geometry: { type: 'Point', coordinates:[-73.79988043, 40.69071519]} },
{type: 'Feature',properties:{Name: '4', Address: '147-31 GLASSBORO AVENUE, SOUTH JAMAICA', Month: '7', Price: '3418'}, geometry: { type: 'Point', coordinates:[-73.79831792, 40.68989726]} },
{type: 'Feature',properties:{Name: '4', Address: '139-13 LINDEN BOULEVARD, SOUTH JAMAICA', Month: '11', Price: '1292'}, geometry: { type: 'Point', coordinates:[-73.80412086, 40.68341039]} },
{type: 'Feature',properties:{Name: '4', Address: '111-16 141 STREET, SOUTH JAMAICA', Month: '5', Price: '1196'}, geometry: { type: 'Point', coordinates:[-73.80330038, 40.68531662]} },
{type: 'Feature',properties:{Name: '4', Address: '111-44 142ND STREET, SOUTH JAMAICA', Month: '11', Price: '1960'}, geometry: { type: 'Point', coordinates:[-73.80241271, 40.68554566]} },
{type: 'Feature',properties:{Name: '4', Address: '111-21 142 STREET, SOUTH JAMAICA', Month: '11', Price: '1512'}, geometry: { type: 'Point', coordinates:[-73.80240183, 40.6855676]} },
{type: 'Feature',properties:{Name: '4', Address: '145-10 111 AVENUE, SOUTH JAMAICA', Month: '6', Price: '1424'}, geometry: { type: 'Point', coordinates:[-73.79956349, 40.68698723]} },
{type: 'Feature',properties:{Name: '4', Address: '111-60 146 STREET, SOUTH JAMAICA', Month: '4', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.79811348, 40.68715212]} },
{type: 'Feature',properties:{Name: '4', Address: '111-16 147 STREET, SOUTH JAMAICA', Month: '12', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.79729746, 40.68751849]} },
{type: 'Feature',properties:{Name: '4', Address: '111-63 147TH STREET, SOUTH JAMAICA', Month: '7', Price: '1530'}, geometry: { type: 'Point', coordinates:[-73.7972615, 40.68748823]} },
{type: 'Feature',properties:{Name: '4', Address: '113-06 SUTPHIN BLVD, SOUTH JAMAICA', Month: '12', Price: '2720'}, geometry: { type: 'Point', coordinates:[-73.79429248, 40.68679128]} },
{type: 'Feature',properties:{Name: '4', Address: '109-55 153RD STREET, SOUTH JAMAICA', Month: '4', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.79621349, 40.69060994]} },
{type: 'Feature',properties:{Name: '4', Address: '109-33 155TH STREET, SOUTH JAMAICA', Month: '7', Price: '1908'}, geometry: { type: 'Point', coordinates:[-73.79533769, 40.69163768]} },
{type: 'Feature',properties:{Name: '4', Address: '109-27 155 STREET, SOUTH JAMAICA', Month: '4', Price: '1908'}, geometry: { type: 'Point', coordinates:[-73.79542028, 40.6917531]} },
{type: 'Feature',properties:{Name: '4', Address: '109-44 156TH STREET, SOUTH JAMAICA', Month: '6', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.79463314, 40.69208656]} },
{type: 'Feature',properties:{Name: '4', Address: '109-37 156TH STREET, SOUTH JAMAICA', Month: '11', Price: '1650'}, geometry: { type: 'Point', coordinates:[-73.79467971, 40.69218546]} },
{type: 'Feature',properties:{Name: '4', Address: '109-24 157TH STREET, SOUTH JAMAICA', Month: '5', Price: '932'}, geometry: { type: 'Point', coordinates:[-73.79397867, 40.6926618]} },
{type: 'Feature',properties:{Name: '4', Address: '109-25 UNION HALL STREET, SOUTH JAMAICA', Month: '1', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.79062416, 40.69408852]} },
{type: 'Feature',properties:{Name: '4', Address: '109-22 GUY R. BREWER BLVD, SOUTH JAMAICA', Month: '9', Price: '2156'}, geometry: { type: 'Point', coordinates:[-73.78974298, 40.69449314]} },
{type: 'Feature',properties:{Name: '4', Address: '109-54 GUY R BREWER BLVD, SOUTH JAMAICA', Month: '4', Price: '2036'}, geometry: { type: 'Point', coordinates:[-73.78947727, 40.69413034]} },
{type: 'Feature',properties:{Name: '4', Address: '110-36 153RD STREET, SOUTH JAMAICA', Month: '5', Price: '1980'}, geometry: { type: 'Point', coordinates:[-73.79535898, 40.68940072]} },
{type: 'Feature',properties:{Name: '4', Address: '111-12 153RD STREET, SOUTH JAMAICA', Month: '10', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.79478446, 40.68861469]} },
{type: 'Feature',properties:{Name: '4', Address: '153-22 110TH ROAD, SOUTH JAMAICA', Month: '11', Price: '2064'}, geometry: { type: 'Point', coordinates:[-73.79524649, 40.68963108]} },
{type: 'Feature',properties:{Name: '4', Address: '110-12 156TH STREET, SOUTH JAMAICA', Month: '8', Price: '2152'}, geometry: { type: 'Point', coordinates:[-73.79373903, 40.69086079]} },
{type: 'Feature',properties:{Name: '4', Address: '110-34 156TH STREET, SOUTH JAMAICA', Month: '12', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.7935595, 40.69061344]} },
{type: 'Feature',properties:{Name: '4', Address: '110-22 157TH STREET, SOUTH JAMAICA', Month: '10', Price: '1469'}, geometry: { type: 'Point', coordinates:[-73.7928368, 40.69109797]} },
{type: 'Feature',properties:{Name: '4', Address: '156-07 111TH AVENUE, SOUTH JAMAICA', Month: '6', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.792704, 40.68973907]} },
{type: 'Feature',properties:{Name: '4', Address: '110-45 159TH STREET, SOUTH JAMAICA', Month: '1', Price: '1024'}, geometry: { type: 'Point', coordinates:[-73.79076363, 40.69101188]} },
{type: 'Feature',properties:{Name: '4', Address: '160-19 111TH AVENUE, SOUTH JAMAICA', Month: '4', Price: '2296'}, geometry: { type: 'Point', coordinates:[-73.78949766, 40.6910974]} },
{type: 'Feature',properties:{Name: '4', Address: '160-19 111TH AVENUE, SOUTH JAMAICA', Month: '8', Price: '2296'}, geometry: { type: 'Point', coordinates:[-73.78949766, 40.6910974]} },
{type: 'Feature',properties:{Name: '4', Address: '110-04 GUY R BREWER BLVD, SOUTH JAMAICA', Month: '11', Price: '2730'}, geometry: { type: 'Point', coordinates:[-73.78877713, 40.69316564]} },
{type: 'Feature',properties:{Name: '4', Address: '111-28 157TH STREET, SOUTH JAMAICA', Month: '2', Price: '2932'}, geometry: { type: 'Point', coordinates:[-73.7918458, 40.68973752]} },
{type: 'Feature',properties:{Name: '4', Address: '112-36 DILLON STREET, SOUTH JAMAICA', Month: '9', Price: '2340'}, geometry: { type: 'Point', coordinates:[-73.78801632, 40.68973876]} },
{type: 'Feature',properties:{Name: '4', Address: '112-36 DILLON STREET, SOUTH JAMAICA', Month: '6', Price: '2340'}, geometry: { type: 'Point', coordinates:[-73.78801632, 40.68973876]} },
{type: 'Feature',properties:{Name: '4', Address: '112-67 BEDELL STREET, SOUTH JAMAICA', Month: '3', Price: '1892'}, geometry: { type: 'Point', coordinates:[-73.7882032, 40.68880039]} },
{type: 'Feature',properties:{Name: '4', Address: '112-73 DILLON STREET, SOUTH JAMAICA', Month: '7', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.78731088, 40.68932574]} },
{type: 'Feature',properties:{Name: '4', Address: '112-33 DILLON STREET, SOUTH JAMAICA', Month: '10', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.78809183, 40.68980752]} },
{type: 'Feature',properties:{Name: '4', Address: '112-10 GUY R. BREWER BLVD, SOUTH JAMAICA', Month: '5', Price: '1664'}, geometry: { type: 'Point', coordinates:[-73.78683112, 40.69050785]} },
{type: 'Feature',properties:{Name: '4', Address: '163-20 SAYRES AVENUE, SOUTH JAMAICA', Month: '8', Price: '2150'}, geometry: { type: 'Point', coordinates:[-73.78580954, 40.68972918]} },
{type: 'Feature',properties:{Name: '4', Address: '163-42 SAYRES AVENUE, SOUTH JAMAICA', Month: '9', Price: '2150'}, geometry: { type: 'Point', coordinates:[-73.78578422, 40.6897511]} },
{type: 'Feature',properties:{Name: '4', Address: '142-06 LIBERTY AVENUE, SOUTH JAMAICA', Month: '12', Price: '1740'}, geometry: { type: 'Point', coordinates:[-73.81015717, 40.69206656]} },
{type: 'Feature',properties:{Name: '4', Address: '105-12 PINEGROVE STREET, SOUTH JAMAICA', Month: '7', Price: '2177'}, geometry: { type: 'Point', coordinates:[-73.80785715, 40.69184865]} },
{type: 'Feature',properties:{Name: '4', Address: '146-37 106TH AVENUE, SOUTH JAMAICA', Month: '11', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.80364115, 40.6944875]} },
{type: 'Feature',properties:{Name: '4', Address: '146-37 106TH AVENUE, SOUTH JAMAICA', Month: '10', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.80364115, 40.6944875]} },
{type: 'Feature',properties:{Name: '4', Address: '107-39A 157TH STREET, SOUTH JAMAICA', Month: '5', Price: '2016'}, geometry: { type: 'Point', coordinates:[-73.79616551, 40.69568769]} },
{type: 'Feature',properties:{Name: '4', Address: '107-38 156TH STREET, SOUTH JAMAICA', Month: '11', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.79700324, 40.69533235]} },
{type: 'Feature',properties:{Name: '4', Address: '107-40 156TH STREET, SOUTH JAMAICA', Month: '8', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.79698528, 40.69530761]} },
{type: 'Feature',properties:{Name: '4', Address: '168-16 LIBERTY AVENUE, SOUTH JAMAICA', Month: '11', Price: '1816'}, geometry: { type: 'Point', coordinates:[-73.79020023, 40.70274751]} },
{type: 'Feature',properties:{Name: '4', Address: '103-27 171ST STREET, SOUTH JAMAICA', Month: '4', Price: '1899'}, geometry: { type: 'Point', coordinates:[-73.78711583, 40.70298339]} },
{type: 'Feature',properties:{Name: '4', Address: '103-27 171ST STREET, SOUTH JAMAICA', Month: '10', Price: '1899'}, geometry: { type: 'Point', coordinates:[-73.78711583, 40.70298339]} },
{type: 'Feature',properties:{Name: '4', Address: '169-01 107TH AVENUE, SOUTH JAMAICA', Month: '2', Price: '1'}, geometry: { type: 'Point', coordinates:[-73.78746829, 40.69989891]} },
{type: 'Feature',properties:{Name: '4', Address: '107-12 WATSON PLACE, SOUTH JAMAICA', Month: '12', Price: '1727'}, geometry: { type: 'Point', coordinates:[-73.78160134, 40.70186966]} },
{type: 'Feature',properties:{Name: '4', Address: '108-42 171ST PLACE, SOUTH JAMAICA', Month: '6', Price: '3234'}, geometry: { type: 'Point', coordinates:[-73.78410066, 40.69853947]} },
{type: 'Feature',properties:{Name: '4', Address: '177-61 106TH AVENUE, SOUTH JAMAICA', Month: '12', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.77950069, 40.70345213]} },
{type: 'Feature',properties:{Name: '4', Address: '106-49 RUSCOE, SOUTH JAMAICA', Month: '9', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.78013605, 40.70217977]} },
{type: 'Feature',properties:{Name: '4', Address: '144-18 LAKEWOOD AVENUE, SOUTH JAMAICA', Month: '5', Price: '2230'}, geometry: { type: 'Point', coordinates:[-73.80358352, 40.68956876]} },
{type: 'Feature',properties:{Name: '4', Address: '145-16 FERNDALE AVENUE, SOUTH JAMAICA', Month: '12', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.80098573, 40.6888781]} },
{type: 'Feature',properties:{Name: '4', Address: '108-29 LIVERPOOL STREET, SOUTH JAMAICA', Month: '5', Price: '2470'}, geometry: { type: 'Point', coordinates:[-73.80110146, 40.69118117]} },
{type: 'Feature',properties:{Name: '4', Address: '109-29 LIVERPOOL STREET, SOUTH JAMAICA', Month: '3', Price: '2420'}, geometry: { type: 'Point', coordinates:[-73.7993098, 40.68981116]} },
{type: 'Feature',properties:{Name: '4', Address: '147-22 110TH AVENUE, SOUTH JAMAICA', Month: '5', Price: '3190'}, geometry: { type: 'Point', coordinates:[-73.79799576, 40.68911169]} },
{type: 'Feature',properties:{Name: '4', Address: '157-03 110TH AVENUE, SOUTH JAMAICA', Month: '7', Price: '2990'}, geometry: { type: 'Point', coordinates:[-73.79308034, 40.69163638]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 106TH AVENUE, SOUTH JAMAICA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80654879, 40.69163236]} },
{type: 'Feature',properties:{Name: '4', Address: '144-20 106TH AVENUE, SOUTH JAMAICA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80697788, 40.69164132]} },
{type: 'Feature',properties:{Name: '4', Address: 'INWOOD STREET, SOUTH JAMAICA', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8063505, 40.69161831]} },
{type: 'Feature',properties:{Name: '4', Address: '104-88 165 STREET, SOUTH JAMAICA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79061816, 40.69944356]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 165TH STREET, SOUTH JAMAICA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7906231, 40.69901813]} },
{type: 'Feature',properties:{Name: '4', Address: '164-12 107TH AVENUE, SOUTH JAMAICA', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79132407, 40.69859396]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 110TH ROAD, SOUTH JAMAICA', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78747052, 40.69241117]} },
{type: 'Feature',properties:{Name: '4', Address: '106-21 173RD STREET, SOUTH JAMAICA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78339179, 40.70137898]} },
{type: 'Feature',properties:{Name: '4', Address: '171ST STREET, SOUTH JAMAICA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78530225, 40.69833311]} },
{type: 'Feature',properties:{Name: '4', Address: '108TH AVENUE, SOUTH JAMAICA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78481011, 40.69885096]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 106TH AVENUE, SOUTH JAMAICA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.77880308, 40.70391191]} },
{type: 'Feature',properties:{Name: '4', Address: '108TH AVENUE, SOUTH JAMAICA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80027848, 40.69265643]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 157TH STREET, SOUTH JAMAICA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79306439, 40.69096663]} },
{type: 'Feature',properties:{Name: '4', Address: '160TH STREET, SOUTH JAMAICA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79101947, 40.69222279]} },
{type: 'Feature',properties:{Name: '4', Address: 'BRINKERHOFF AVENUE, SOUTH JAMAICA', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78931136, 40.69299644]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A GUY R BREWER BLVD, SOUTH JAMAICA', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78708729, 40.69046167]} },
{type: 'Feature',properties:{Name: '4', Address: '113TH AVENUE, SOUTH JAMAICA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78040499, 40.69170347]} },
{type: 'Feature',properties:{Name: '4', Address: '107-30 UNION HALL STREET, SOUTH JAMAICA', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79290806, 40.69718052]} },
{type: 'Feature',properties:{Name: '4', Address: '107-30 UNION HALL STREET, SOUTH JAMAICA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79290806, 40.69718052]} },
{type: 'Feature',properties:{Name: '4', Address: '161-34 MATHIAS AVENUE, SOUTH JAMAICA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78761405, 40.69037206]} },
{type: 'Feature',properties:{Name: '4', Address: '146-41 105 AVENUE, SOUTH JAMAICA', Month: '2', Price: '2750'}, geometry: { type: 'Point', coordinates:[-73.80440396, 40.6950652]} },
{type: 'Feature',properties:{Name: '4', Address: '146-41 105TH AVENUE, SOUTH JAMAICA', Month: '2', Price: '2750'}, geometry: { type: 'Point', coordinates:[-73.80440396, 40.6950652]} },
{type: 'Feature',properties:{Name: '4', Address: '145-26 SOUTH ROAD, SOUTH JAMAICA', Month: '6', Price: '1848'}, geometry: { type: 'Point', coordinates:[-73.80497885, 40.69208809]} },
{type: 'Feature',properties:{Name: '4', Address: '146-61 SHORE AVENUE, SOUTH JAMAICA', Month: '5', Price: '1464'}, geometry: { type: 'Point', coordinates:[-73.80143492, 40.69302898]} },
{type: 'Feature',properties:{Name: '4', Address: '146-42 LAKEWOOD AVENUE, SOUTH JAMAICA', Month: '1', Price: '3267'}, geometry: { type: 'Point', coordinates:[-73.80085549, 40.69264371]} },
{type: 'Feature',properties:{Name: '4', Address: '109-15 MERRICK BOULEVARD, SOUTH JAMAICA', Month: '1', Price: '118566'}, geometry: { type: 'Point', coordinates:[-73.78415925, 40.69715072]} },
{type: 'Feature',properties:{Name: '4', Address: '107-20 GUY R BREWER BLVD, SOUTH JAMAICA', Month: '1', Price: '4140'}, geometry: { type: 'Point', coordinates:[-73.79207344, 40.69768131]} },
{type: 'Feature',properties:{Name: '4', Address: '105-22 MERRICK BLVD, SOUTH JAMAICA', Month: '9', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.78939172, 40.70066549]} },
{type: 'Feature',properties:{Name: '4', Address: '111-13 SUTPHIN BOULEVARD, SOUTH JAMAICA', Month: '11', Price: '3371'}, geometry: { type: 'Point', coordinates:[-73.79539102, 40.68836325]} },
{type: 'Feature',properties:{Name: '4', Address: '106-49 SUTPHIN BOULEVARD, SOUTH JAMAICA', Month: '5', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.80187081, 40.69439114]} },
{type: 'Feature',properties:{Name: '4', Address: '150-28 LIBERTY AVENUE, SOUTH JAMAICA', Month: '10', Price: '8625'}, geometry: { type: 'Point', coordinates:[-73.80215956, 40.69795161]} },
{type: 'Feature',properties:{Name: '4', Address: '105-02 MERRICK BOULEVARD, SOUTH JAMAICA', Month: '4', Price: '8250'}, geometry: { type: 'Point', coordinates:[-73.78946362, 40.70073699]} },
{type: 'Feature',properties:{Name: '4', Address: '110-01 GUY BREWER BLVD, SOUTH JAMAICA', Month: '9', Price: '980'}, geometry: { type: 'Point', coordinates:[-73.78880933, 40.6932453]} },
{type: 'Feature',properties:{Name: '4', Address: '171-02 LIBERTY AVENUE, SOUTH JAMAICA', Month: '10', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.78726114, 40.70378513]} },
{type: 'Feature',properties:{Name: '4', Address: '107-41 MERRICK BOULEVARD, SOUTH JAMAICA', Month: '1', Price: '2650'}, geometry: { type: 'Point', coordinates:[-73.78776281, 40.69914464]} },
{type: 'Feature',properties:{Name: '4', Address: '110-06 GUY R BREWER BLVD, SOUTH JAMAICA', Month: '12', Price: '480'}, geometry: { type: 'Point', coordinates:[-73.78875199, 40.69313266]} },
{type: 'Feature',properties:{Name: '4', Address: '143-18 PINEGROVE STREET, SOUTH JAMAICA', Month: '3', Price: '500'}, geometry: { type: 'Point', coordinates:[-73.80888011, 40.69225109]} },
{type: 'Feature',properties:{Name: '4', Address: '146-22 LIBERTY AVENUE, SOUTH JAMAICA', Month: '3', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.80572359, 40.69514978]} },
{type: 'Feature',properties:{Name: '4', Address: '104-16 SUTPHIN BLVD, SOUTH JAMAICA', Month: '4', Price: '900'}, geometry: { type: 'Point', coordinates:[-73.80429297, 40.69602294]} },
{type: 'Feature',properties:{Name: '4', Address: '146-65 105TH AVENUE, SOUTH JAMAICA', Month: '4', Price: '200'}, geometry: { type: 'Point', coordinates:[-73.8041726, 40.69525968]} },
{type: 'Feature',properties:{Name: '4', Address: '146-63 105TH AVENUE, SOUTH JAMAICA', Month: '5', Price: '885'}, geometry: { type: 'Point', coordinates:[-73.80419428, 40.69524325]} },
{type: 'Feature',properties:{Name: '4', Address: '105-20 SUTPHIN BLVD, SOUTH JAMAICA', Month: '12', Price: '700'}, geometry: { type: 'Point', coordinates:[-73.80348318, 40.6954726]} },
{type: 'Feature',properties:{Name: '4', Address: '150-30 LIBERTY AVENUE, SOUTH JAMAICA', Month: '1', Price: '1380'}, geometry: { type: 'Point', coordinates:[-73.80215956, 40.69795161]} },
{type: 'Feature',properties:{Name: '4', Address: '299 TUCKERTON STREET, SOUTH JAMAICA', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80128017, 40.69776345]} },
{type: 'Feature',properties:{Name: '4', Address: '171-08 LIBERTY AVENUE, SOUTH JAMAICA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78719616, 40.70380422]} },
{type: 'Feature',properties:{Name: '4', Address: '159TH STREET, SOUTH JAMAICA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78907172, 40.68895569]} },
{type: 'Feature',properties:{Name: '4', Address: '162-01 LINDEN BOULEVARD, SOUTH JAMAICA', Month: '4', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.78634972, 40.68882167]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 106TH AVENUE, SOUTH JAMAICA', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80332214, 40.69505512]} },
{type: 'Feature',properties:{Name: '4', Address: '108-09 GUY R. BREWER BOULEV, SOUTH JAMAICA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79081154, 40.69643015]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A GUY R BREWER BLVD, SOUTH JAMAICA', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79087976, 40.69652634]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A GUY R BREWER BLVD, SOUTH JAMAICA', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79091567, 40.69657307]} },
{type: 'Feature',properties:{Name: '4', Address: '107-53 GUY R. BREWER BOULEV, SOUTH JAMAICA', Month: '10', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.79122804, 40.6970128]} },
{type: 'Feature',properties:{Name: '4', Address: '110-15 164TH PLACE, SOUTH JAMAICA', Month: '2', Price: '20600'}, geometry: { type: 'Point', coordinates:[-73.78698703, 40.69362621]} },
{type: 'Feature',properties:{Name: '4', Address: '156-11 108TH AVENUE, SOUTH JAMAICA', Month: '8', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.7961475, 40.69450191]} },
{type: 'Feature',properties:{Name: '4', Address: '103-23 MERRICK BOULEVARD, SOUTH JAMAICA', Month: '9', Price: '5000'}, geometry: { type: 'Point', coordinates:[-73.79042703, 40.70173236]} },
{type: 'Feature',properties:{Name: '4', Address: '103-19 MERRICK BOULEVARD, SOUTH JAMAICA', Month: '7', Price: '5000'}, geometry: { type: 'Point', coordinates:[-73.79051307, 40.7018972]} },
{type: 'Feature',properties:{Name: '4', Address: '171-12 LIBERTY AVE, SOUTH JAMAICA', Month: '8', Price: '200'}, geometry: { type: 'Point', coordinates:[-73.78714923, 40.70381786]} },
{type: 'Feature',properties:{Name: '4', Address: '109-34 114TH STREET, SOUTH OZONE PARK', Month: '12', Price: '1288'}, geometry: { type: 'Point', coordinates:[-73.82622986, 40.68076151]} },
{type: 'Feature',properties:{Name: '4', Address: '109-33 113TH STREET, SOUTH OZONE PARK', Month: '10', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.82703085, 40.6805349]} },
{type: 'Feature',properties:{Name: '4', Address: '109-17 113TH STREET, SOUTH OZONE PARK', Month: '2', Price: '1372'}, geometry: { type: 'Point', coordinates:[-73.82703802, 40.68055138]} },
{type: 'Feature',properties:{Name: '4', Address: '11512 109 AVENUE, SOUTH OZONE PARK', Month: '11', Price: '1409'}, geometry: { type: 'Point', coordinates:[-73.82535584, 40.68133934]} },
{type: 'Feature',properties:{Name: '4', Address: '115-12 109TH AVENUE, SOUTH OZONE PARK', Month: '3', Price: '1409'}, geometry: { type: 'Point', coordinates:[-73.82535584, 40.68133934]} },
{type: 'Feature',properties:{Name: '4', Address: '10929 115TH STREET, SOUTH OZONE PARK', Month: '3', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.82539999, 40.6810018]} },
{type: 'Feature',properties:{Name: '4', Address: '116-01 111TH AVENUE, SOUTH OZONE PARK', Month: '7', Price: '1536'}, geometry: { type: 'Point', coordinates:[-73.82375182, 40.67982177]} },
{type: 'Feature',properties:{Name: '4', Address: '109-17 116TH STREET, SOUTH OZONE PARK', Month: '6', Price: '1293'}, geometry: { type: 'Point', coordinates:[-73.8245773, 40.68124758]} },
{type: 'Feature',properties:{Name: '4', Address: '109-17 116TH STREET, SOUTH OZONE PARK', Month: '12', Price: '1293'}, geometry: { type: 'Point', coordinates:[-73.8245773, 40.68124758]} },
{type: 'Feature',properties:{Name: '4', Address: '118-05 111TH AVENUE, SOUTH OZONE PARK', Month: '11', Price: '1544'}, geometry: { type: 'Point', coordinates:[-73.82206683, 40.68030226]} },
{type: 'Feature',properties:{Name: '4', Address: '109-20 122ND STREET, SOUTH OZONE PARK', Month: '5', Price: '1552'}, geometry: { type: 'Point', coordinates:[-73.81941393, 40.68271628]} },
{type: 'Feature',properties:{Name: '4', Address: '109-20 122ND STREET, SOUTH OZONE PARK', Month: '9', Price: '1552'}, geometry: { type: 'Point', coordinates:[-73.81941393, 40.68271628]} },
{type: 'Feature',properties:{Name: '4', Address: '109-24 122ND STREET, SOUTH OZONE PARK', Month: '12', Price: '1888'}, geometry: { type: 'Point', coordinates:[-73.81941034, 40.68271078]} },
{type: 'Feature',properties:{Name: '4', Address: '122-12 109TH AVENUE, SOUTH OZONE PARK', Month: '4', Price: '1888'}, geometry: { type: 'Point', coordinates:[-73.8193337, 40.68305376]} },
{type: 'Feature',properties:{Name: '4', Address: '109-39 123RD STREET, SOUTH OZONE PARK', Month: '6', Price: '1980'}, geometry: { type: 'Point', coordinates:[-73.81851552, 40.68295092]} },
{type: 'Feature',properties:{Name: '4', Address: '109-32 125TH STREET, SOUTH OZONE PARK', Month: '9', Price: '840'}, geometry: { type: 'Point', coordinates:[-73.81677628, 40.68345045]} },
{type: 'Feature',properties:{Name: '4', Address: '109-26 126TH STREET, SOUTH OZONE PARK', Month: '8', Price: '1234'}, geometry: { type: 'Point', coordinates:[-73.81590297, 40.68372628]} },
{type: 'Feature',properties:{Name: '4', Address: '10946 128 STREET, SOUTH OZONE PARK', Month: '10', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.81395212, 40.68380823]} },
{type: 'Feature',properties:{Name: '4', Address: '109-47 127 STREET, SOUTH OZONE PARK', Month: '2', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.81457068, 40.68308736]} },
{type: 'Feature',properties:{Name: '4', Address: '130-12 109TH AVENUE, SOUTH OZONE PARK', Month: '6', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.8131449, 40.68494326]} },
{type: 'Feature',properties:{Name: '4', Address: '109-54 132ND STREET, SOUTH OZONE PARK', Month: '7', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.81147098, 40.68526167]} },
{type: 'Feature',properties:{Name: '4', Address: '109-49 131ST STREET, SOUTH OZONE PARK', Month: '7', Price: '1568'}, geometry: { type: 'Point', coordinates:[-73.81227981, 40.68484853]} },
{type: 'Feature',properties:{Name: '4', Address: '134-06 109TH AVENUE, SOUTH OZONE PARK', Month: '3', Price: '1156'}, geometry: { type: 'Point', coordinates:[-73.80985597, 40.68640908]} },
{type: 'Feature',properties:{Name: '4', Address: '109-41 134TH STREET, SOUTH OZONE PARK', Month: '7', Price: '1384'}, geometry: { type: 'Point', coordinates:[-73.8098176, 40.68595613]} },
{type: 'Feature',properties:{Name: '4', Address: '109-10 VAN WYCK EXPRESSWAY, SOUTH OZONE PARK', Month: '5', Price: '1050'}, geometry: { type: 'Point', coordinates:[-73.80806702, 40.68658726]} },
{type: 'Feature',properties:{Name: '4', Address: '10953 135TH STREET, SOUTH OZONE PARK', Month: '11', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.80894787, 40.68622093]} },
{type: 'Feature',properties:{Name: '4', Address: '111-04 114TH STREET, SOUTH OZONE PARK', Month: '3', Price: '1036'}, geometry: { type: 'Point', coordinates:[-73.82538707, 40.67905024]} },
{type: 'Feature',properties:{Name: '4', Address: '111-27 115 STREET, SOUTH OZONE PARK', Month: '9', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.82455005, 40.67927129]} },
{type: 'Feature',properties:{Name: '4', Address: '111-03 116TH STREET, SOUTH OZONE PARK', Month: '1', Price: '2610'}, geometry: { type: 'Point', coordinates:[-73.82373099, 40.67951982]} },
{type: 'Feature',properties:{Name: '4', Address: '111-28 117TH STREET, SOUTH OZONE PARK', Month: '7', Price: '1489'}, geometry: { type: 'Point', coordinates:[-73.82291562, 40.67972991]} },
{type: 'Feature',properties:{Name: '4', Address: '111-43 116TH STREET, SOUTH OZONE PARK', Month: '1', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.82372023, 40.67949784]} },
{type: 'Feature',properties:{Name: '4', Address: '111-25 116TH STREET, SOUTH OZONE PARK', Month: '10', Price: '2390'}, geometry: { type: 'Point', coordinates:[-73.82372381, 40.67950608]} },
{type: 'Feature',properties:{Name: '4', Address: '111-12 118TH STREET, SOUTH OZONE PARK', Month: '5', Price: '2068'}, geometry: { type: 'Point', coordinates:[-73.82209654, 40.67997842]} },
{type: 'Feature',properties:{Name: '4', Address: '111-37 120TH STREET, SOUTH OZONE PARK', Month: '8', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.82029251, 40.68047517]} },
{type: 'Feature',properties:{Name: '4', Address: '111-30 122ND STREET, SOUTH OZONE PARK', Month: '2', Price: '1374'}, geometry: { type: 'Point', coordinates:[-73.81855334, 40.68097748]} },
{type: 'Feature',properties:{Name: '4', Address: '111-27 121ST STREET, SOUTH OZONE PARK', Month: '10', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.81941931, 40.68073181]} },
{type: 'Feature',properties:{Name: '4', Address: '111-18 126TH STREET, SOUTH OZONE PARK', Month: '12', Price: '1252'}, geometry: { type: 'Point', coordinates:[-73.81503888, 40.68197647]} },
{type: 'Feature',properties:{Name: '4', Address: '111-34 127 ST, SOUTH OZONE PARK', Month: '7', Price: '1088'}, geometry: { type: 'Point', coordinates:[-73.81416927, 40.6822221]} },
{type: 'Feature',properties:{Name: '4', Address: '111-46 127TH STREET, SOUTH OZONE PARK', Month: '8', Price: '1088'}, geometry: { type: 'Point', coordinates:[-73.81416568, 40.68221661]} },
{type: 'Feature',properties:{Name: '4', Address: '111-46 127TH STREET, SOUTH OZONE PARK', Month: '7', Price: '1088'}, geometry: { type: 'Point', coordinates:[-73.81416568, 40.68221661]} },
{type: 'Feature',properties:{Name: '4', Address: '111-48 127TH STREET, SOUTH OZONE PARK', Month: '12', Price: '1088'}, geometry: { type: 'Point', coordinates:[-73.81416569, 40.68221386]} },
{type: 'Feature',properties:{Name: '4', Address: '127-08 111TH AVENUE, SOUTH OZONE PARK', Month: '6', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.81411067, 40.68255138]} },
{type: 'Feature',properties:{Name: '4', Address: '111-11 127TH STREET, SOUTH OZONE PARK', Month: '2', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.8141584, 40.6822413]} },
{type: 'Feature',properties:{Name: '4', Address: '111-42 130 STREET, SOUTH OZONE PARK', Month: '10', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.81234345, 40.68273241]} },
{type: 'Feature',properties:{Name: '4', Address: '111-48 130 STREET, SOUTH OZONE PARK', Month: '11', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.81233986, 40.68272692]} },
{type: 'Feature',properties:{Name: '4', Address: '130-06 111TH AVENUE, SOUTH OZONE PARK', Month: '8', Price: '1000'}, geometry: { type: 'Point', coordinates:[-73.81228844, 40.68306444]} },
{type: 'Feature',properties:{Name: '4', Address: '130-12 111TH AVENUE, SOUTH OZONE PARK', Month: '3', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.81224514, 40.68307535]} },
{type: 'Feature',properties:{Name: '4', Address: '111-23 131ST STREET, SOUTH OZONE PARK', Month: '4', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.81138357, 40.68301905]} },
{type: 'Feature',properties:{Name: '4', Address: '111-15 133RD STREET, SOUTH OZONE PARK', Month: '4', Price: '1764'}, geometry: { type: 'Point', coordinates:[-73.80962263, 40.68352393]} },
{type: 'Feature',properties:{Name: '4', Address: '114-14 LINDEN BLVD, SOUTH OZONE PARK', Month: '9', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.82444264, 40.67761877]} },
{type: 'Feature',properties:{Name: '4', Address: '114-02 116 STREET, SOUTH OZONE PARK', Month: '10', Price: '1616'}, geometry: { type: 'Point', coordinates:[-73.82291353, 40.67780033]} },
{type: 'Feature',properties:{Name: '4', Address: '114-21 116TH STREET, SOUTH OZONE PARK', Month: '9', Price: '1647'}, geometry: { type: 'Point', coordinates:[-73.82280943, 40.67762999]} },
{type: 'Feature',properties:{Name: '4', Address: '114-21 116TH STREET, SOUTH OZONE PARK', Month: '3', Price: '1647'}, geometry: { type: 'Point', coordinates:[-73.82280943, 40.67762999]} },
{type: 'Feature',properties:{Name: '4', Address: '114-21 116TH STREET, SOUTH OZONE PARK', Month: '3', Price: '1647'}, geometry: { type: 'Point', coordinates:[-73.82280943, 40.67762999]} },
{type: 'Feature',properties:{Name: '4', Address: '114-08 118TH STREET, SOUTH OZONE PARK', Month: '3', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.82119292, 40.67813802]} },
{type: 'Feature',properties:{Name: '4', Address: '114-25 118TH STREET, SOUTH OZONE PARK', Month: '9', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.82107446, 40.6779457]} },
{type: 'Feature',properties:{Name: '4', Address: '119-12 LINDEN BOULEVARD, SOUTH OZONE PARK', Month: '9', Price: '983'}, geometry: { type: 'Point', coordinates:[-73.820279, 40.67880083]} },
{type: 'Feature',properties:{Name: '4', Address: '114-60 121ST STREET, SOUTH OZONE PARK', Month: '11', Price: '1296'}, geometry: { type: 'Point', coordinates:[-73.81822189, 40.67824041]} },
{type: 'Feature',properties:{Name: '4', Address: '114-19 120TH STREET, SOUTH OZONE PARK', Month: '8', Price: '1106'}, geometry: { type: 'Point', coordinates:[-73.81933876, 40.67852214]} },
{type: 'Feature',properties:{Name: '4', Address: '121-02 LINDEN BOULEVARD, SOUTH OZONE PARK', Month: '7', Price: '1088'}, geometry: { type: 'Point', coordinates:[-73.81855794, 40.6792867]} },
{type: 'Feature',properties:{Name: '4', Address: '114-39 121ST STREET, SOUTH OZONE PARK', Month: '8', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.8183365, 40.67852056]} },
{type: 'Feature',properties:{Name: '4', Address: '114-29 121 STREET, SOUTH OZONE PARK', Month: '8', Price: '976'}, geometry: { type: 'Point', coordinates:[-73.81839745, 40.67864417]} },
{type: 'Feature',properties:{Name: '4', Address: '114-46 123RD STREET, SOUTH OZONE PARK', Month: '11', Price: '868'}, geometry: { type: 'Point', coordinates:[-73.81655799, 40.67891848]} },
{type: 'Feature',properties:{Name: '4', Address: '114-26 124TH STREET, SOUTH OZONE PARK', Month: '7', Price: '1113'}, geometry: { type: 'Point', coordinates:[-73.81579589, 40.67941681]} },
{type: 'Feature',properties:{Name: '4', Address: '123-09 115TH AVENUE, SOUTH OZONE PARK', Month: '3', Price: '1072'}, geometry: { type: 'Point', coordinates:[-73.81591859, 40.67806932]} },
{type: 'Feature',properties:{Name: '4', Address: '114-21 123RD STREET, SOUTH OZONE PARK', Month: '5', Price: '924'}, geometry: { type: 'Point', coordinates:[-73.81653277, 40.6789102]} },
{type: 'Feature',properties:{Name: '4', Address: '114-21 123RD STREET, SOUTH OZONE PARK', Month: '10', Price: '924'}, geometry: { type: 'Point', coordinates:[-73.81653277, 40.6789102]} },
{type: 'Feature',properties:{Name: '4', Address: '114-36 125TH STREET, SOUTH OZONE PARK', Month: '7', Price: '896'}, geometry: { type: 'Point', coordinates:[-73.81485815, 40.67954431]} },
{type: 'Feature',properties:{Name: '4', Address: '114-04 128TH ST, SOUTH OZONE PARK', Month: '5', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.8124177, 40.68069042]} },
{type: 'Feature',properties:{Name: '4', Address: '114-25 128TH STREET, SOUTH OZONE PARK', Month: '12', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.81227417, 40.6804459]} },
{type: 'Feature',properties:{Name: '4', Address: '114-11 131ST STREET, SOUTH OZONE PARK', Month: '9', Price: '1648'}, geometry: { type: 'Point', coordinates:[-73.81046945, 40.68115933]} },
{type: 'Feature',properties:{Name: '4', Address: '132-02 LINDEN BLVD, SOUTH OZONE PARK', Month: '7', Price: '1552'}, geometry: { type: 'Point', coordinates:[-73.8096419, 40.68182494]} },
{type: 'Feature',properties:{Name: '4', Address: '114-41 132 STREET, SOUTH OZONE PARK', Month: '6', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.80927716, 40.6807676]} },
{type: 'Feature',properties:{Name: '4', Address: '114-35 132ND ST, SOUTH OZONE PARK', Month: '8', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.80933451, 40.68088846]} },
{type: 'Feature',properties:{Name: '4', Address: '114-50 134TH STREET, SOUTH OZONE PARK', Month: '5', Price: '1050'}, geometry: { type: 'Point', coordinates:[-73.80766695, 40.68153071]} },
{type: 'Feature',properties:{Name: '4', Address: '133-11 115TH AVENUE, SOUTH OZONE PARK', Month: '7', Price: '1184'}, geometry: { type: 'Point', coordinates:[-73.80772432, 40.68038898]} },
{type: 'Feature',properties:{Name: '4', Address: '114-36 135TH STREET, SOUTH OZONE PARK', Month: '4', Price: '896'}, geometry: { type: 'Point', coordinates:[-73.80681521, 40.68182298]} },
{type: 'Feature',properties:{Name: '4', Address: '114-42 135 ST, SOUTH OZONE PARK', Month: '3', Price: '896'}, geometry: { type: 'Point', coordinates:[-73.80677937, 40.68174881]} },
{type: 'Feature',properties:{Name: '4', Address: '114-42 135 ST, SOUTH OZONE PARK', Month: '11', Price: '896'}, geometry: { type: 'Point', coordinates:[-73.80677937, 40.68174881]} },
{type: 'Feature',properties:{Name: '4', Address: '135-04 LINDEN BOULEVARD, SOUTH OZONE PARK', Month: '8', Price: '1008'}, geometry: { type: 'Point', coordinates:[-73.80698608, 40.68258082]} },
{type: 'Feature',properties:{Name: '4', Address: '114-27 135TH STREET, SOUTH OZONE PARK', Month: '2', Price: '1273'}, geometry: { type: 'Point', coordinates:[-73.80685809, 40.6819548]} },
{type: 'Feature',properties:{Name: '4', Address: '114-21 135TH STREET, SOUTH OZONE PARK', Month: '6', Price: '1283'}, geometry: { type: 'Point', coordinates:[-73.80689393, 40.68202897]} },
{type: 'Feature',properties:{Name: '4', Address: '120-18 115 AVENUE, SOUTH OZONE PARK', Month: '5', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.81848037, 40.67732132]} },
{type: 'Feature',properties:{Name: '4', Address: '115-23 120TH STREET, SOUTH OZONE PARK', Month: '11', Price: '1296'}, geometry: { type: 'Point', coordinates:[-73.8185464, 40.67690147]} },
{type: 'Feature',properties:{Name: '4', Address: '115-40 122ND STREET, SOUTH OZONE PARK', Month: '12', Price: '1080'}, geometry: { type: 'Point', coordinates:[-73.81646676, 40.6766978]} },
{type: 'Feature',properties:{Name: '4', Address: '115-22 123RD STREET, SOUTH OZONE PARK', Month: '5', Price: '966'}, geometry: { type: 'Point', coordinates:[-73.81578359, 40.67734448]} },
{type: 'Feature',properties:{Name: '4', Address: '115-18 124TH STREET, SOUTH OZONE PARK', Month: '10', Price: '1035'}, geometry: { type: 'Point', coordinates:[-73.81498565, 40.67776864]} },
{type: 'Feature',properties:{Name: '4', Address: '115-18 124TH STREET, SOUTH OZONE PARK', Month: '6', Price: '1035'}, geometry: { type: 'Point', coordinates:[-73.81498565, 40.67776864]} },
{type: 'Feature',properties:{Name: '4', Address: '126-19 116TH AVENUE, SOUTH OZONE PARK', Month: '10', Price: '896'}, geometry: { type: 'Point', coordinates:[-73.81235935, 40.67708368]} },
{type: 'Feature',properties:{Name: '4', Address: '126-07 116TH AVENUE, SOUTH OZONE PARK', Month: '12', Price: '896'}, geometry: { type: 'Point', coordinates:[-73.81243512, 40.67706185]} },
{type: 'Feature',properties:{Name: '4', Address: '115-35 126TH STREET, SOUTH OZONE PARK', Month: '11', Price: '940'}, geometry: { type: 'Point', coordinates:[-73.81300256, 40.67784229]} },
{type: 'Feature',properties:{Name: '4', Address: '115-19 126TH STREET, SOUTH OZONE PARK', Month: '4', Price: '940'}, geometry: { type: 'Point', coordinates:[-73.81317103, 40.67818841]} },
{type: 'Feature',properties:{Name: '4', Address: '115-48 130 STREET, SOUTH OZONE PARK', Month: '3', Price: '1462'}, geometry: { type: 'Point', coordinates:[-73.81034316, 40.67865863]} },
{type: 'Feature',properties:{Name: '4', Address: '115-27 128TH STREET, SOUTH OZONE PARK', Month: '12', Price: '753'}, geometry: { type: 'Point', coordinates:[-73.81131706, 40.6784928]} },
{type: 'Feature',properties:{Name: '4', Address: '115-40 131ST STREET, SOUTH OZONE PARK', Month: '1', Price: '1552'}, geometry: { type: 'Point', coordinates:[-73.80944799, 40.67902769]} },
{type: 'Feature',properties:{Name: '4', Address: '131-01 116TH AVENUE, SOUTH OZONE PARK', Month: '3', Price: '1374'}, geometry: { type: 'Point', coordinates:[-73.80882335, 40.67808794]} },
{type: 'Feature',properties:{Name: '4', Address: '115-45 131ST STREET, SOUTH OZONE PARK', Month: '5', Price: '1271'}, geometry: { type: 'Point', coordinates:[-73.80940485, 40.6789837]} },
{type: 'Feature',properties:{Name: '4', Address: '115-47 133RD STREET, SOUTH OZONE PARK', Month: '6', Price: '826'}, geometry: { type: 'Point', coordinates:[-73.80754001, 40.67929076]} },
{type: 'Feature',properties:{Name: '4', Address: '123-02 116TH AVENUE, SOUTH OZONE PARK', Month: '2', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.81509069, 40.67629486]} },
{type: 'Feature',properties:{Name: '4', Address: '116-19 125TH STREET, SOUTH OZONE PARK', Month: '1', Price: '1136'}, geometry: { type: 'Point', coordinates:[-73.81329147, 40.67637979]} },
{type: 'Feature',properties:{Name: '4', Address: '116-47 126TH STREET, SOUTH OZONE PARK', Month: '1', Price: '868'}, geometry: { type: 'Point', coordinates:[-73.81214938, 40.67611169]} },
{type: 'Feature',properties:{Name: '4', Address: '116-43 126TH STREET, SOUTH OZONE PARK', Month: '8', Price: '868'}, geometry: { type: 'Point', coordinates:[-73.81217448, 40.67615839]} },
{type: 'Feature',properties:{Name: '4', Address: '116-28 128TH STREET, SOUTH OZONE PARK', Month: '2', Price: '1409'}, geometry: { type: 'Point', coordinates:[-73.81055728, 40.67689408]} },
{type: 'Feature',properties:{Name: '4', Address: '116-47 127TH STREET, SOUTH OZONE PARK', Month: '6', Price: '756'}, geometry: { type: 'Point', coordinates:[-73.81127624, 40.67635454]} },
{type: 'Feature',properties:{Name: '4', Address: '116-43 127 STREET, SOUTH OZONE PARK', Month: '9', Price: '896'}, geometry: { type: 'Point', coordinates:[-73.81129774, 40.67640124]} },
{type: 'Feature',properties:{Name: '4', Address: '116-43 127TH STREET, SOUTH OZONE PARK', Month: '6', Price: '896'}, geometry: { type: 'Point', coordinates:[-73.81129774, 40.67640124]} },
{type: 'Feature',properties:{Name: '4', Address: '116-31 127TH STREET, SOUTH OZONE PARK', Month: '10', Price: '810'}, geometry: { type: 'Point', coordinates:[-73.81136584, 40.67654134]} },
{type: 'Feature',properties:{Name: '4', Address: '116-18 130 STREET, SOUTH OZONE PARK', Month: '8', Price: '1296'}, geometry: { type: 'Point', coordinates:[-73.80966928, 40.67728512]} },
{type: 'Feature',properties:{Name: '4', Address: '116-40 131 STREET, SOUTH OZONE PARK', Month: '3', Price: '1408'}, geometry: { type: 'Point', coordinates:[-73.80859133, 40.67727785]} },
{type: 'Feature',properties:{Name: '4', Address: '116-10 135 ST, SOUTH OZONE PARK', Month: '1', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.80524166, 40.67865559]} },
{type: 'Feature',properties:{Name: '4', Address: '130-24 FOCH BOULEVARD, SOUTH OZONE PARK', Month: '8', Price: '1184'}, geometry: { type: 'Point', coordinates:[-73.8087389, 40.67610607]} },
{type: 'Feature',properties:{Name: '4', Address: '133-12 FOCH BLVD, SOUTH OZONE PARK', Month: '8', Price: '1340'}, geometry: { type: 'Point', coordinates:[-73.8061266, 40.67684828]} },
{type: 'Feature',properties:{Name: '4', Address: '117-42 134TH STREET, SOUTH OZONE PARK', Month: '3', Price: '1132'}, geometry: { type: 'Point', coordinates:[-73.80533372, 40.67675911]} },
{type: 'Feature',properties:{Name: '4', Address: '117-19 135TH STREET, SOUTH OZONE PARK', Month: '9', Price: '1008'}, geometry: { type: 'Point', coordinates:[-73.80441718, 40.67703752]} },
{type: 'Feature',properties:{Name: '4', Address: '120-08 135TH STREET, SOUTH OZONE PARK', Month: '2', Price: '1296'}, geometry: { type: 'Point', coordinates:[-73.80363964, 40.67541128]} },
{type: 'Feature',properties:{Name: '4', Address: '114-67 114TH STREET, SOUTH OZONE PARK', Month: '9', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.82499133, 40.67598098]} },
{type: 'Feature',properties:{Name: '4', Address: '115-41 114TH PLACE, SOUTH OZONE PARK', Month: '9', Price: '1480'}, geometry: { type: 'Point', coordinates:[-73.82383607, 40.6765913]} },
{type: 'Feature',properties:{Name: '4', Address: '115-33 115TH STREET, SOUTH OZONE PARK', Month: '12', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.82292075, 40.67643893]} },
{type: 'Feature',properties:{Name: '4', Address: '115-34 118TH STREET, SOUTH OZONE PARK', Month: '7', Price: '1480'}, geometry: { type: 'Point', coordinates:[-73.82020005, 40.67598731]} },
{type: 'Feature',properties:{Name: '4', Address: '115-80 LEFFERTS BOULEVARD, SOUTH OZONE PARK', Month: '6', Price: '1350'}, geometry: { type: 'Point', coordinates:[-73.8195652, 40.6747841]} },
{type: 'Feature',properties:{Name: '4', Address: '116-51 120TH STREET, SOUTH OZONE PARK', Month: '5', Price: '1496'}, geometry: { type: 'Point', coordinates:[-73.81827578, 40.67566315]} },
{type: 'Feature',properties:{Name: '4', Address: '116-59 121ST STREET, SOUTH OZONE PARK', Month: '3', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.81735326, 40.67551896]} },
{type: 'Feature',properties:{Name: '4', Address: '132-40 114TH PLACE, SOUTH OZONE PARK', Month: '3', Price: '1618'}, geometry: { type: 'Point', coordinates:[-73.82459581, 40.67421273]} },
{type: 'Feature',properties:{Name: '4', Address: '114-30 SUTTER AVENUE, SOUTH OZONE PARK', Month: '4', Price: '1668'}, geometry: { type: 'Point', coordinates:[-73.82419005, 40.67496693]} },
{type: 'Feature',properties:{Name: '4', Address: '130-21 115TH STREET, SOUTH OZONE PARK', Month: '7', Price: '1672'}, geometry: { type: 'Point', coordinates:[-73.82350617, 40.67455417]} },
{type: 'Feature',properties:{Name: '4', Address: '130-36 116TH STREET, SOUTH OZONE PARK', Month: '8', Price: '1762'}, geometry: { type: 'Point', coordinates:[-73.82261979, 40.67437988]} },
{type: 'Feature',properties:{Name: '4', Address: '130-37 116TH STREET, SOUTH OZONE PARK', Month: '4', Price: '1310'}, geometry: { type: 'Point', coordinates:[-73.82259816, 40.6743771]} },
{type: 'Feature',properties:{Name: '4', Address: '130-35 116TH STREET, SOUTH OZONE PARK', Month: '10', Price: '1310'}, geometry: { type: 'Point', coordinates:[-73.82259816, 40.6743771]} },
{type: 'Feature',properties:{Name: '4', Address: '117-18 SUTTER AVENUE, SOUTH OZONE PARK', Month: '2', Price: '1296'}, geometry: { type: 'Point', coordinates:[-73.82135781, 40.67445478]} },
{type: 'Feature',properties:{Name: '4', Address: '130-15 118TH STREET, SOUTH OZONE PARK', Month: '11', Price: '1208'}, geometry: { type: 'Point', coordinates:[-73.82077484, 40.67406412]} },
{type: 'Feature',properties:{Name: '4', Address: '130-26 LEFFERTS BOULEVARD, SOUTH OZONE PARK', Month: '8', Price: '1584'}, geometry: { type: 'Point', coordinates:[-73.8198452, 40.67388974]} },
{type: 'Feature',properties:{Name: '4', Address: '130-26 LEFFERTS BLVD, SOUTH OZONE PARK', Month: '1', Price: '1584'}, geometry: { type: 'Point', coordinates:[-73.8198452, 40.67388974]} },
{type: 'Feature',properties:{Name: '4', Address: '130-47 LEFFERTS BOULEVARD, SOUTH OZONE PARK', Month: '2', Price: '1234'}, geometry: { type: 'Point', coordinates:[-73.81982722, 40.67387325]} },
{type: 'Feature',properties:{Name: '4', Address: '130-41 LEFFERTS BOULEVARD, SOUTH OZONE PARK', Month: '1', Price: '1234'}, geometry: { type: 'Point', coordinates:[-73.81982722, 40.67387599]} },
{type: 'Feature',properties:{Name: '4', Address: '130-04 120TH STREET, SOUTH OZONE PARK', Month: '4', Price: '1234'}, geometry: { type: 'Point', coordinates:[-73.81889391, 40.67372905]} },
{type: 'Feature',properties:{Name: '4', Address: '130-04 122ND PLACE, SOUTH OZONE PARK', Month: '5', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.81615903, 40.67323889]} },
{type: 'Feature',properties:{Name: '4', Address: '130-08 122ND PLACE, SOUTH OZONE PARK', Month: '11', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.81615904, 40.67323614]} },
{type: 'Feature',properties:{Name: '4', Address: '133-41 114TH STREET, SOUTH OZONE PARK', Month: '12', Price: '1241'}, geometry: { type: 'Point', coordinates:[-73.82590392, 40.67303172]} },
{type: 'Feature',properties:{Name: '4', Address: '133-31 114TH STREET, SOUTH OZONE PARK', Month: '7', Price: '1241'}, geometry: { type: 'Point', coordinates:[-73.82590029, 40.67304269]} },
{type: 'Feature',properties:{Name: '4', Address: '13326 115 STREET, SOUTH OZONE PARK', Month: '7', Price: '1035'}, geometry: { type: 'Point', coordinates:[-73.82409864, 40.67272156]} },
{type: 'Feature',properties:{Name: '4', Address: '133-26 115TH STREET, SOUTH OZONE PARK', Month: '11', Price: '1035'}, geometry: { type: 'Point', coordinates:[-73.82409864, 40.67272156]} },
{type: 'Feature',properties:{Name: '4', Address: '13326 115TH STREET, SOUTH OZONE PARK', Month: '3', Price: '1035'}, geometry: { type: 'Point', coordinates:[-73.82409864, 40.67272156]} },
{type: 'Feature',properties:{Name: '4', Address: '133-26 115TH STREET, SOUTH OZONE PARK', Month: '12', Price: '1035'}, geometry: { type: 'Point', coordinates:[-73.82409864, 40.67272156]} },
{type: 'Feature',properties:{Name: '4', Address: '133-47 115TH STREET, SOUTH OZONE PARK', Month: '8', Price: '996'}, geometry: { type: 'Point', coordinates:[-73.82408429, 40.67269409]} },
{type: 'Feature',properties:{Name: '4', Address: '133-29 115TH STREET, SOUTH OZONE PARK', Month: '4', Price: '1365'}, geometry: { type: 'Point', coordinates:[-73.82407703, 40.67271329]} },
{type: 'Feature',properties:{Name: '4', Address: '133-32 116TH STREET, SOUTH OZONE PARK', Month: '12', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.82318703, 40.67254999]} },
{type: 'Feature',properties:{Name: '4', Address: '133-05 117TH STREET, SOUTH OZONE PARK', Month: '2', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.82224649, 40.67241404]} },
{type: 'Feature',properties:{Name: '4', Address: '133-29 118TH STREET, SOUTH OZONE PARK', Month: '9', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.82134216, 40.67222051]} },
{type: 'Feature',properties:{Name: '4', Address: '133-02 120TH STREET, SOUTH OZONE PARK', Month: '5', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.81940669, 40.6720775]} },
{type: 'Feature',properties:{Name: '4', Address: '133-06 120TH STREET, SOUTH OZONE PARK', Month: '7', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.81944664, 40.67196777]} },
{type: 'Feature',properties:{Name: '4', Address: '133-21 120TH STREET, SOUTH OZONE PARK', Month: '10', Price: '992'}, geometry: { type: 'Point', coordinates:[-73.81954871, 40.67155073]} },
{type: 'Feature',properties:{Name: '4', Address: '133-06 121ST STREET, SOUTH OZONE PARK', Month: '1', Price: '3720'}, geometry: { type: 'Point', coordinates:[-73.8185496, 40.67175227]} },
{type: 'Feature',properties:{Name: '4', Address: '117-28 124TH ST, SOUTH OZONE PARK', Month: '1', Price: '896'}, geometry: { type: 'Point', coordinates:[-73.81364833, 40.67510679]} },
{type: 'Feature',properties:{Name: '4', Address: '124-05 SUTTER AVENUE, SOUTH OZONE PARK', Month: '8', Price: '868'}, geometry: { type: 'Point', coordinates:[-73.81407555, 40.67316143]} },
{type: 'Feature',properties:{Name: '4', Address: '117-43 125TH STREET, SOUTH OZONE PARK', Month: '11', Price: '975'}, geometry: { type: 'Point', coordinates:[-73.81269688, 40.67500094]} },
{type: 'Feature',properties:{Name: '4', Address: '117-11 125TH STREET, SOUTH OZONE PARK', Month: '9', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.81269686, 40.67500643]} },
{type: 'Feature',properties:{Name: '4', Address: '120-20 131ST STREET, SOUTH OZONE PARK', Month: '1', Price: '1134'}, geometry: { type: 'Point', coordinates:[-73.80742047, 40.67448994]} },
{type: 'Feature',properties:{Name: '4', Address: '121/82-84 133RD STREET, SOUTH OZONE PARK', Month: '12', Price: '1121'}, geometry: { type: 'Point', coordinates:[-73.80566017, 40.67236801]} },
{type: 'Feature',properties:{Name: '4', Address: '121-51 133RD STREET, SOUTH OZONE PARK', Month: '1', Price: '1113'}, geometry: { type: 'Point', coordinates:[-73.80538767, 40.67433007]} },
{type: 'Feature',properties:{Name: '4', Address: '122-60 134TH STREET, SOUTH OZONE PARK', Month: '12', Price: '832'}, geometry: { type: 'Point', coordinates:[-73.80451905, 40.67426272]} },
{type: 'Feature',properties:{Name: '4', Address: '122-60 134TH STREET, SOUTH OZONE PARK', Month: '2', Price: '832'}, geometry: { type: 'Point', coordinates:[-73.80451905, 40.67426272]} },
{type: 'Feature',properties:{Name: '4', Address: '123-68 135 STREET, SOUTH OZONE PARK', Month: '8', Price: '1026'}, geometry: { type: 'Point', coordinates:[-73.80360717, 40.67419529]} },
{type: 'Feature',properties:{Name: '4', Address: '123-68 135 STREET, SOUTH OZONE PARK', Month: '7', Price: '1026'}, geometry: { type: 'Point', coordinates:[-73.80360717, 40.67419529]} },
{type: 'Feature',properties:{Name: '4', Address: '124-42 135TH PLACE, SOUTH OZONE PARK', Month: '5', Price: '1105'}, geometry: { type: 'Point', coordinates:[-73.80270134, 40.67329894]} },
{type: 'Feature',properties:{Name: '4', Address: '124-52 135TH PLACE, SOUTH OZONE PARK', Month: '1', Price: '1557'}, geometry: { type: 'Point', coordinates:[-73.80269868, 40.67298054]} },
{type: 'Feature',properties:{Name: '4', Address: '124-39 135TH PLACE, SOUTH OZONE PARK', Month: '2', Price: '1832'}, geometry: { type: 'Point', coordinates:[-73.80267943, 40.67339223]} },
{type: 'Feature',properties:{Name: '4', Address: '130-12 125TH STREET, SOUTH OZONE PARK', Month: '3', Price: '576'}, geometry: { type: 'Point', coordinates:[-73.81342785, 40.6727322]} },
{type: 'Feature',properties:{Name: '4', Address: '129-01 133RD AVENUE, SOUTH OZONE PARK', Month: '7', Price: '2016'}, geometry: { type: 'Point', coordinates:[-73.81011049, 40.67047056]} },
{type: 'Feature',properties:{Name: '4', Address: '129-44 131ST ST, SOUTH OZONE PARK', Month: '7', Price: '1138'}, geometry: { type: 'Point', coordinates:[-73.80749733, 40.67159432]} },
{type: 'Feature',properties:{Name: '4', Address: '130-15 131ST AVENUE, SOUTH OZONE PARK', Month: '1', Price: '1506'}, geometry: { type: 'Point', coordinates:[-73.80868858, 40.67102814]} },
{type: 'Feature',properties:{Name: '4', Address: '130-20 131ST AVENUE, SOUTH OZONE PARK', Month: '12', Price: '2809'}, geometry: { type: 'Point', coordinates:[-73.80862376, 40.67100333]} },
{type: 'Feature',properties:{Name: '4', Address: '131-08 SUTTER AVENUE, SOUTH OZONE PARK', Month: '12', Price: '1664'}, geometry: { type: 'Point', coordinates:[-73.80722517, 40.67221419]} },
{type: 'Feature',properties:{Name: '4', Address: '131-23 131ST AVENUE, SOUTH OZONE PARK', Month: '8', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.80719671, 40.67083351]} },
{type: 'Feature',properties:{Name: '4', Address: '132-02 SUTTER AVENUE, SOUTH OZONE PARK', Month: '1', Price: '1964'}, geometry: { type: 'Point', coordinates:[-73.80620496, 40.67221522]} },
{type: 'Feature',properties:{Name: '4', Address: '132-06 SUTTER AVENUE, SOUTH OZONE PARK', Month: '3', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.80617612, 40.67221517]} },
{type: 'Feature',properties:{Name: '4', Address: '129-15 133RD STREET, SOUTH OZONE PARK', Month: '5', Price: '1296'}, geometry: { type: 'Point', coordinates:[-73.80535849, 40.67197774]} },
{type: 'Feature',properties:{Name: '4', Address: '134-14 SUTTER AVENUE, SOUTH OZONE PARK', Month: '11', Price: '1144'}, geometry: { type: 'Point', coordinates:[-73.8042653, 40.67228055]} },
{type: 'Feature',properties:{Name: '4', Address: '129-39 134TH STREET, SOUTH OZONE PARK', Month: '8', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.80447892, 40.67196527]} },
{type: 'Feature',properties:{Name: '4', Address: '129-42 135TH PLACE, SOUTH OZONE PARK', Month: '2', Price: '812'}, geometry: { type: 'Point', coordinates:[-73.80267183, 40.67108934]} },
{type: 'Feature',properties:{Name: '4', Address: '129-36 135 PLACE, SOUTH OZONE PARK', Month: '8', Price: '812'}, geometry: { type: 'Point', coordinates:[-73.80267436, 40.67145166]} },
{type: 'Feature',properties:{Name: '4', Address: '129-26 135TH PLACE, SOUTH OZONE PARK', Month: '4', Price: '812'}, geometry: { type: 'Point', coordinates:[-73.80267737, 40.67165478]} },
{type: 'Feature',properties:{Name: '4', Address: '135-06 SUTTER AVENUE, SOUTH OZONE PARK', Month: '11', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.80329185, 40.67232007]} },
{type: 'Feature',properties:{Name: '4', Address: '135-37 130TH AVENUE, SOUTH OZONE PARK', Month: '12', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.80249842, 40.6712153]} },
{type: 'Feature',properties:{Name: '4', Address: '129-25 135TH PLACE, SOUTH OZONE PARK', Month: '7', Price: '1012'}, geometry: { type: 'Point', coordinates:[-73.80265837, 40.67198137]} },
{type: 'Feature',properties:{Name: '4', Address: '131-05 131ST STREET, SOUTH OZONE PARK', Month: '6', Price: '1188'}, geometry: { type: 'Point', coordinates:[-73.80763257, 40.66970065]} },
{type: 'Feature',properties:{Name: '4', Address: '132-15 133RD AVENUE, SOUTH OZONE PARK', Month: '11', Price: '1335'}, geometry: { type: 'Point', coordinates:[-73.80656333, 40.66922126]} },
{type: 'Feature',properties:{Name: '4', Address: '131-50 134TH STREET, SOUTH OZONE PARK', Month: '3', Price: '1458'}, geometry: { type: 'Point', coordinates:[-73.80454893, 40.67021696]} },
{type: 'Feature',properties:{Name: '4', Address: '131-35 134 STREET, SOUTH OZONE PARK', Month: '7', Price: '1298'}, geometry: { type: 'Point', coordinates:[-73.80452367, 40.6702279]} },
{type: 'Feature',properties:{Name: '4', Address: '131-04 135TH STREET, SOUTH OZONE PARK', Month: '8', Price: '896'}, geometry: { type: 'Point', coordinates:[-73.80358272, 40.67025649]} },
{type: 'Feature',properties:{Name: '4', Address: '131-17 135TH STREET, SOUTH OZONE PARK', Month: '3', Price: '868'}, geometry: { type: 'Point', coordinates:[-73.80356112, 40.67024547]} },
{type: 'Feature',properties:{Name: '4', Address: '131-32 135TH PLACE, SOUTH OZONE PARK', Month: '9', Price: '812'}, geometry: { type: 'Point', coordinates:[-73.80266354, 40.6702357]} },
{type: 'Feature',properties:{Name: '4', Address: '130-11 135TH PLACE, SOUTH OZONE PARK', Month: '12', Price: '840'}, geometry: { type: 'Point', coordinates:[-73.80264732, 40.67084227]} },
{type: 'Feature',properties:{Name: '4', Address: '131-09 135TH PLACE, SOUTH OZONE PARK', Month: '9', Price: '840'}, geometry: { type: 'Point', coordinates:[-73.80263967, 40.66977453]} },
{type: 'Feature',properties:{Name: '4', Address: '133-05 124TH STREET, SOUTH OZONE PARK', Month: '2', Price: '912'}, geometry: { type: 'Point', coordinates:[-73.81488163, 40.67108493]} },
{type: 'Feature',properties:{Name: '4', Address: '125-05 135TH AVENUE, SOUTH OZONE PARK', Month: '12', Price: '1051'}, geometry: { type: 'Point', coordinates:[-73.81429161, 40.669363]} },
{type: 'Feature',properties:{Name: '4', Address: '133-27 129TH STREET, SOUTH OZONE PARK', Month: '10', Price: '926'}, geometry: { type: 'Point', coordinates:[-73.8103311, 40.67022115]} },
{type: 'Feature',properties:{Name: '4', Address: '129-12 133RD AVENUE, SOUTH OZONE PARK', Month: '9', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.81004574, 40.67042379]} },
{type: 'Feature',properties:{Name: '4', Address: '133-32 132ND STREET, SOUTH OZONE PARK', Month: '11', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.80685962, 40.66897747]} },
{type: 'Feature',properties:{Name: '4', Address: '133-42 133 STREET, SOUTH OZONE PARK', Month: '12', Price: '1530'}, geometry: { type: 'Point', coordinates:[-73.80596957, 40.66886619]} },
{type: 'Feature',properties:{Name: '4', Address: '132-04 133 AVENUE, SOUTH OZONE PARK', Month: '1', Price: '1088'}, geometry: { type: 'Point', coordinates:[-73.80662823, 40.66921588]} },
{type: 'Feature',properties:{Name: '4', Address: '132-04 133RD AVENUE, SOUTH OZONE PARK', Month: '2', Price: '1088'}, geometry: { type: 'Point', coordinates:[-73.80662823, 40.66921588]} },
{type: 'Feature',properties:{Name: '4', Address: '133-11 135 AVENUE, SOUTH OZONE PARK', Month: '9', Price: '1129'}, geometry: { type: 'Point', coordinates:[-73.80601277, 40.66764483]} },
{type: 'Feature',properties:{Name: '4', Address: '134-23 134TH AVENUE, SOUTH OZONE PARK', Month: '1', Price: '1740'}, geometry: { type: 'Point', coordinates:[-73.80452935, 40.66828734]} },
{type: 'Feature',properties:{Name: '4', Address: '133-12 135TH PLACE, SOUTH OZONE PARK', Month: '2', Price: '840'}, geometry: { type: 'Point', coordinates:[-73.80265337, 40.66880016]} },
{type: 'Feature',properties:{Name: '4', Address: '133-31 135TH PLACE, SOUTH OZONE PARK', Month: '9', Price: '812'}, geometry: { type: 'Point', coordinates:[-73.80263178, 40.6687864]} },
{type: 'Feature',properties:{Name: '4', Address: '135-39 114TH STREET, SOUTH OZONE PARK', Month: '1', Price: '1275'}, geometry: { type: 'Point', coordinates:[-73.82646011, 40.67125669]} },
{type: 'Feature',properties:{Name: '4', Address: '135-39 114 STREET, SOUTH OZONE PARK', Month: '11', Price: '1275'}, geometry: { type: 'Point', coordinates:[-73.82646011, 40.67125669]} },
{type: 'Feature',properties:{Name: '4', Address: '135-34 115TH STREET, SOUTH OZONE PARK', Month: '1', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.82465851, 40.67093282]} },
{type: 'Feature',properties:{Name: '4', Address: '115-11 149TH AVENUE, SOUTH OZONE PARK', Month: '6', Price: '1050'}, geometry: { type: 'Point', coordinates:[-73.82492218, 40.6693632]} },
{type: 'Feature',properties:{Name: '4', Address: '135-17 115TH STREET, SOUTH OZONE PARK', Month: '9', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.82463688, 40.67093004]} },
{type: 'Feature',properties:{Name: '4', Address: '135-37 116TH STREET, SOUTH OZONE PARK', Month: '12', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.82372528, 40.6707667]} },
{type: 'Feature',properties:{Name: '4', Address: '135-28 117TH STREET, SOUTH OZONE PARK', Month: '9', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.8228317, 40.67060339]} },
{type: 'Feature',properties:{Name: '4', Address: '135-31 117TH STREET, SOUTH OZONE PARK', Month: '11', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.82281008, 40.67060061]} },
{type: 'Feature',properties:{Name: '4', Address: '117-06 135 AVENUE, SOUTH OZONE PARK', Month: '9', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.82256071, 40.67083902]} },
{type: 'Feature',properties:{Name: '4', Address: '135-14 118TH STREET, SOUTH OZONE PARK', Month: '12', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.8219201, 40.67044278]} },
{type: 'Feature',properties:{Name: '4', Address: '149-40 114TH PLACE, SOUTH OZONE PARK', Month: '9', Price: '1350'}, geometry: { type: 'Point', coordinates:[-73.82629716, 40.66876692]} },
{type: 'Feature',properties:{Name: '4', Address: '149-26 115TH STREET, SOUTH OZONE PARK', Month: '5', Price: '1265'}, geometry: { type: 'Point', coordinates:[-73.82532744, 40.66878192]} },
{type: 'Feature',properties:{Name: '4', Address: '115-05 150TH AVENUE, SOUTH OZONE PARK', Month: '12', Price: '1859'}, geometry: { type: 'Point', coordinates:[-73.82552891, 40.66755531]} },
{type: 'Feature',properties:{Name: '4', Address: '149-49 115 STREET, SOUTH OZONE PARK', Month: '3', Price: '840'}, geometry: { type: 'Point', coordinates:[-73.82539668, 40.66849383]} },
{type: 'Feature',properties:{Name: '4', Address: '149-47 115TH STREET, SOUTH OZONE PARK', Month: '3', Price: '1025'}, geometry: { type: 'Point', coordinates:[-73.82538941, 40.66851852]} },
{type: 'Feature',properties:{Name: '4', Address: '149-11 115TH STREET, SOUTH OZONE PARK', Month: '3', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.82524399, 40.66898766]} },
{type: 'Feature',properties:{Name: '4', Address: '116-17 150 AVENUE, SOUTH OZONE PARK', Month: '3', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.82453808, 40.66737814]} },
{type: 'Feature',properties:{Name: '4', Address: '116-11 150 AVENUE, SOUTH OZONE PARK', Month: '7', Price: '1890'}, geometry: { type: 'Point', coordinates:[-73.82457772, 40.66738369]} },
{type: 'Feature',properties:{Name: '4', Address: '117-17 150TH AVENUE, SOUTH OZONE PARK', Month: '2', Price: '1330'}, geometry: { type: 'Point', coordinates:[-73.82362654, 40.66720931]} },
{type: 'Feature',properties:{Name: '4', Address: '149-22 120TH STREET, SOUTH OZONE PARK', Month: '3', Price: '1405'}, geometry: { type: 'Point', coordinates:[-73.820683, 40.66799801]} },
{type: 'Feature',properties:{Name: '4', Address: '120-15 150TH AVENUE, SOUTH OZONE PARK', Month: '1', Price: '1323'}, geometry: { type: 'Point', coordinates:[-73.82083426, 40.66670545]} },
{type: 'Feature',properties:{Name: '4', Address: '149-23 120 STREET, SOUTH OZONE PARK', Month: '1', Price: '1405'}, geometry: { type: 'Point', coordinates:[-73.82066137, 40.66799523]} },
{type: 'Feature',properties:{Name: '4', Address: '149-23 120TH STREET, SOUTH OZONE PARK', Month: '2', Price: '1405'}, geometry: { type: 'Point', coordinates:[-73.82066137, 40.66799523]} },
{type: 'Feature',properties:{Name: '4', Address: '149-45 121ST STREET, SOUTH OZONE PARK', Month: '1', Price: '1377'}, geometry: { type: 'Point', coordinates:[-73.8198335, 40.66754653]} },
{type: 'Feature',properties:{Name: '4', Address: '149-19 122ND STREET, SOUTH OZONE PARK', Month: '9', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.81882011, 40.66771786]} },
{type: 'Feature',properties:{Name: '4', Address: '122-44 149TH AVENUE, SOUTH OZONE PARK', Month: '12', Price: '2486'}, geometry: { type: 'Point', coordinates:[-73.81746758, 40.66799844]} },
{type: 'Feature',properties:{Name: '4', Address: '114-36 150TH AVENUE, SOUTH OZONE PARK', Month: '4', Price: '1894'}, geometry: { type: 'Point', coordinates:[-73.82635405, 40.66768557]} },
{type: 'Feature',properties:{Name: '4', Address: '126-10 135TH AVENUE, SOUTH OZONE PARK', Month: '8', Price: '1367'}, geometry: { type: 'Point', coordinates:[-73.81334407, 40.66917757]} },
{type: 'Feature',properties:{Name: '4', Address: '124-06 149TH AVENUE, SOUTH OZONE PARK', Month: '12', Price: '720'}, geometry: { type: 'Point', coordinates:[-73.81576339, 40.66769105]} },
{type: 'Feature',properties:{Name: '4', Address: '149-25 125TH STREET, SOUTH OZONE PARK', Month: '10', Price: '1744'}, geometry: { type: 'Point', coordinates:[-73.81512672, 40.66719871]} },
{type: 'Feature',properties:{Name: '4', Address: '149-11 125TH STREET, SOUTH OZONE PARK', Month: '8', Price: '1696'}, geometry: { type: 'Point', coordinates:[-73.81509035, 40.66731394]} },
{type: 'Feature',properties:{Name: '4', Address: '134-44 135TH AVENUE, SOUTH OZONE PARK', Month: '4', Price: '1640'}, geometry: { type: 'Point', coordinates:[-73.80415645, 40.66760875]} },
{type: 'Feature',properties:{Name: '4', Address: '134-44 135TH AVENUE, SOUTH OZONE PARK', Month: '5', Price: '1640'}, geometry: { type: 'Point', coordinates:[-73.80415645, 40.66760875]} },
{type: 'Feature',properties:{Name: '4', Address: '135-08 135 STREET, SOUTH OZONE PARK', Month: '4', Price: '1116'}, geometry: { type: 'Point', coordinates:[-73.80338211, 40.66738235]} },
{type: 'Feature',properties:{Name: '4', Address: '149-49 128TH STREET, SOUTH OZONE PARK', Month: '8', Price: '1480'}, geometry: { type: 'Point', coordinates:[-73.81267583, 40.66580863]} },
{type: 'Feature',properties:{Name: '4', Address: '149-49 128TH STREET, SOUTH OZONE PARK', Month: '4', Price: '1480'}, geometry: { type: 'Point', coordinates:[-73.81267583, 40.66580863]} },
{type: 'Feature',properties:{Name: '4', Address: '150-42 126TH STREET, SOUTH OZONE PARK', Month: '9', Price: '602'}, geometry: { type: 'Point', coordinates:[-73.81507331, 40.66436052]} },
{type: 'Feature',properties:{Name: '4', Address: '126-19 152ND AVENUE, SOUTH OZONE PARK', Month: '3', Price: '1066'}, geometry: { type: 'Point', coordinates:[-73.81493804, 40.66374547]} },
{type: 'Feature',properties:{Name: '4', Address: '150-28 127TH STREET, SOUTH OZONE PARK', Month: '3', Price: '760'}, geometry: { type: 'Point', coordinates:[-73.81399819, 40.66470738]} },
{type: 'Feature',properties:{Name: '4', Address: '12719 152ND AVENUE, SOUTH OZONE PARK', Month: '3', Price: '1078'}, geometry: { type: 'Point', coordinates:[-73.813778, 40.66352951]} },
{type: 'Feature',properties:{Name: '4', Address: '150-19 127 STREET, SOUTH OZONE PARK', Month: '2', Price: '1020'}, geometry: { type: 'Point', coordinates:[-73.81391839, 40.66488566]} },
{type: 'Feature',properties:{Name: '4', Address: '150-14 130TH STREET, SOUTH OZONE PARK', Month: '5', Price: '1304'}, geometry: { type: 'Point', coordinates:[-73.81107128, 40.66471358]} },
{type: 'Feature',properties:{Name: '4', Address: '109-58 112TH STREET, SOUTH OZONE PARK', Month: '1', Price: '2270'}, geometry: { type: 'Point', coordinates:[-73.82790047, 40.68025898]} },
{type: 'Feature',properties:{Name: '4', Address: '109-31 111TH STREET, SOUTH OZONE PARK', Month: '11', Price: '1487'}, geometry: { type: 'Point', coordinates:[-73.82881682, 40.68003253]} },
{type: 'Feature',properties:{Name: '4', Address: '109-15 114TH STREET, SOUTH OZONE PARK', Month: '8', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.82621898, 40.68078894]} },
{type: 'Feature',properties:{Name: '4', Address: '109-19 116TH STREET, SOUTH OZONE PARK', Month: '5', Price: '1764'}, geometry: { type: 'Point', coordinates:[-73.8245773, 40.68124758]} },
{type: 'Feature',properties:{Name: '4', Address: '109-36 122ND STREET, SOUTH OZONE PARK', Month: '1', Price: '3046'}, geometry: { type: 'Point', coordinates:[-73.81940317, 40.68269705]} },
{type: 'Feature',properties:{Name: '4', Address: '109-31 121 ST, SOUTH OZONE PARK', Month: '1', Price: '1086'}, geometry: { type: 'Point', coordinates:[-73.82026553, 40.6824596]} },
{type: 'Feature',properties:{Name: '4', Address: '109-38 123RD STREET, SOUTH OZONE PARK', Month: '3', Price: '2832'}, geometry: { type: 'Point', coordinates:[-73.81853717, 40.68294272]} },
{type: 'Feature',properties:{Name: '4', Address: '109-44 125 STREET, SOUTH OZONE PARK', Month: '9', Price: '840'}, geometry: { type: 'Point', coordinates:[-73.8167691, 40.68343946]} },
{type: 'Feature',properties:{Name: '4', Address: '10922 126TH STREET, SOUTH OZONE PARK', Month: '8', Price: '1234'}, geometry: { type: 'Point', coordinates:[-73.81590296, 40.68372903]} },
{type: 'Feature',properties:{Name: '4', Address: '109-12 128TH STREET, SOUTH OZONE PARK', Month: '9', Price: '1488'}, geometry: { type: 'Point', coordinates:[-73.81413138, 40.68417632]} },
{type: 'Feature',properties:{Name: '4', Address: '127-22 HAWTREE CREEK RD, SOUTH OZONE PARK', Month: '10', Price: '1398'}, geometry: { type: 'Point', coordinates:[-73.8144471, 40.68344398]} },
{type: 'Feature',properties:{Name: '4', Address: '109-22 132ND STREET, SOUTH OZONE PARK', Month: '3', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.81149249, 40.68530562]} },
{type: 'Feature',properties:{Name: '4', Address: '109-30 134TH STREET, SOUTH OZONE PARK', Month: '7', Price: '2024'}, geometry: { type: 'Point', coordinates:[-73.80984282, 40.6859644]} },
{type: 'Feature',properties:{Name: '4', Address: '109-36 134 STREET, SOUTH OZONE PARK', Month: '2', Price: '1438'}, geometry: { type: 'Point', coordinates:[-73.80983924, 40.68595616]} },
{type: 'Feature',properties:{Name: '4', Address: '109-52 134 STREET, SOUTH OZONE PARK', Month: '3', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.80982849, 40.68593144]} },
{type: 'Feature',properties:{Name: '4', Address: '109-44 135TH STREET, SOUTH OZONE PARK', Month: '4', Price: '1470'}, geometry: { type: 'Point', coordinates:[-73.80897309, 40.6862292]} },
{type: 'Feature',properties:{Name: '4', Address: '109-17 134TH STREET, SOUTH OZONE PARK', Month: '9', Price: '2856'}, geometry: { type: 'Point', coordinates:[-73.80983192, 40.68599183]} },
{type: 'Feature',properties:{Name: '4', Address: '109-58 VAN WYCK EXPRESSWAY, SOUTH OZONE PARK', Month: '11', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.80802757, 40.68651309]} },
{type: 'Feature',properties:{Name: '4', Address: '109-58 VAN WYCK EXPY, SOUTH OZONE PARK', Month: '12', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.80802757, 40.68651309]} },
{type: 'Feature',properties:{Name: '4', Address: '111-40 112 STREET, SOUTH OZONE PARK', Month: '6', Price: '2252'}, geometry: { type: 'Point', coordinates:[-73.82687834, 40.67817416]} },
{type: 'Feature',properties:{Name: '4', Address: '111-48 113TH STREET, SOUTH OZONE PARK', Month: '7', Price: '2168'}, geometry: { type: 'Point', coordinates:[-73.82620252, 40.6788017]} },
{type: 'Feature',properties:{Name: '4', Address: '112-03 ROCKAWAY BLVD, SOUTH OZONE PARK', Month: '5', Price: '1710'}, geometry: { type: 'Point', coordinates:[-73.82622809, 40.67729211]} },
{type: 'Feature',properties:{Name: '4', Address: '111-27 112TH STREET, SOUTH OZONE PARK', Month: '5', Price: '2168'}, geometry: { type: 'Point', coordinates:[-73.82706111, 40.67859988]} },
{type: 'Feature',properties:{Name: '4', Address: '111-18 118TH STREET, SOUTH OZONE PARK', Month: '10', Price: '2250'}, geometry: { type: 'Point', coordinates:[-73.82209294, 40.67997567]} },
{type: 'Feature',properties:{Name: '4', Address: '111-32 125TH STREET, SOUTH OZONE PARK', Month: '11', Price: '1408'}, geometry: { type: 'Point', coordinates:[-73.81572216, 40.68130784]} },
{type: 'Feature',properties:{Name: '4', Address: '111-49 127TH STREET, SOUTH OZONE PARK', Month: '5', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.81414765, 40.68221932]} },
{type: 'Feature',properties:{Name: '4', Address: '111-59 130TH STREET, SOUTH OZONE PARK', Month: '4', Price: '1288'}, geometry: { type: 'Point', coordinates:[-73.81231823, 40.68272688]} },
{type: 'Feature',properties:{Name: '4', Address: '111-25 130TH STREET, SOUTH OZONE PARK', Month: '9', Price: '1288'}, geometry: { type: 'Point', coordinates:[-73.81232538, 40.68274885]} },
{type: 'Feature',properties:{Name: '4', Address: '131-04 111 AVE, SOUTH OZONE PARK', Month: '10', Price: '1466'}, geometry: { type: 'Point', coordinates:[-73.81136467, 40.68332917]} },
{type: 'Feature',properties:{Name: '4', Address: '132-10 111TH AVENUE, SOUTH OZONE PARK', Month: '4', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.81044812, 40.68358842]} },
{type: 'Feature',properties:{Name: '4', Address: '114-06 LINDEN BOULEVARD, SOUTH OZONE PARK', Month: '5', Price: '1512'}, geometry: { type: 'Point', coordinates:[-73.82448954, 40.67760512]} },
{type: 'Feature',properties:{Name: '4', Address: '114-06 LINDEN BOULEVARD, SOUTH OZONE PARK', Month: '6', Price: '1512'}, geometry: { type: 'Point', coordinates:[-73.82448954, 40.67760512]} },
{type: 'Feature',properties:{Name: '4', Address: '114-01 117TH STREET, SOUTH OZONE PARK', Month: '5', Price: '2457'}, geometry: { type: 'Point', coordinates:[-73.82205133, 40.67800486]} },
{type: 'Feature',properties:{Name: '4', Address: '114-21 118TH STREET, SOUTH OZONE PARK', Month: '5', Price: '2218'}, geometry: { type: 'Point', coordinates:[-73.82109956, 40.67799515]} },
{type: 'Feature',properties:{Name: '4', Address: '114-37 LEFFERTS BLVD, SOUTH OZONE PARK', Month: '5', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.82014044, 40.67804031]} },
{type: 'Feature',properties:{Name: '4', Address: '114-35 LEFFERTS BOULEVARD, SOUTH OZONE PARK', Month: '9', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.82015119, 40.67806503]} },
{type: 'Feature',properties:{Name: '4', Address: '114-39 122ND STREET, SOUTH OZONE PARK', Month: '7', Price: '1160'}, geometry: { type: 'Point', coordinates:[-73.81747765, 40.6788074]} },
{type: 'Feature',properties:{Name: '4', Address: '123-19 115TH AVE, SOUTH OZONE PARK', Month: '2', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.81585365, 40.67808568]} },
{type: 'Feature',properties:{Name: '4', Address: '124-03 115 AVENUE, SOUTH OZONE PARK', Month: '7', Price: '1556'}, geometry: { type: 'Point', coordinates:[-73.81507429, 40.67830676]} },
{type: 'Feature',properties:{Name: '4', Address: '114-21 125TH STREET, SOUTH OZONE PARK', Month: '12', Price: '2132'}, geometry: { type: 'Point', coordinates:[-73.81493689, 40.67975029]} },
{type: 'Feature',properties:{Name: '4', Address: '114-30 128 STREET, SOUTH OZONE PARK', Month: '6', Price: '1348'}, geometry: { type: 'Point', coordinates:[-73.81225998, 40.68036628]} },
{type: 'Feature',properties:{Name: '4', Address: '114-41 127TH STREET, SOUTH OZONE PARK', Month: '4', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.8130578, 40.67999703]} },
{type: 'Feature',properties:{Name: '4', Address: '114-41 127TH STREET, SOUTH OZONE PARK', Month: '2', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.8130578, 40.67999703]} },
{type: 'Feature',properties:{Name: '4', Address: '114-52 130 STREET, SOUTH OZONE PARK', Month: '8', Price: '1464'}, geometry: { type: 'Point', coordinates:[-73.81117838, 40.68035902]} },
{type: 'Feature',properties:{Name: '4', Address: '128-15 115TH AVENUE, SOUTH OZONE PARK', Month: '11', Price: '1276'}, geometry: { type: 'Point', coordinates:[-73.81155632, 40.67930564]} },
{type: 'Feature',properties:{Name: '4', Address: '114-53 131ST STREET, SOUTH OZONE PARK', Month: '9', Price: '1617'}, geometry: { type: 'Point', coordinates:[-73.81021495, 40.68063466]} },
{type: 'Feature',properties:{Name: '4', Address: '122-10 115 AVENUE, SOUTH OZONE PARK', Month: '2', Price: '1020'}, geometry: { type: 'Point', coordinates:[-73.81675584, 40.67776873]} },
{type: 'Feature',properties:{Name: '4', Address: '122-10 115TH AVENUE, SOUTH OZONE PARK', Month: '7', Price: '1020'}, geometry: { type: 'Point', coordinates:[-73.81675584, 40.67776873]} },
{type: 'Feature',properties:{Name: '4', Address: '115-39 122ND STREET, SOUTH OZONE PARK', Month: '1', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.81644511, 40.67670326]} },
{type: 'Feature',properties:{Name: '4', Address: '115-40 124TH STREET, SOUTH OZONE PARK', Month: '3', Price: '1936'}, geometry: { type: 'Point', coordinates:[-73.81485303, 40.67749121]} },
{type: 'Feature',properties:{Name: '4', Address: '124-18 115TH AVENUE, SOUTH OZONE PARK', Month: '1', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.8149661, 40.67832031]} },
{type: 'Feature',properties:{Name: '4', Address: '115-14 125 STREET, SOUTH OZONE PARK', Month: '2', Price: '1168'}, geometry: { type: 'Point', coordinates:[-73.81413398, 40.67806919]} },
{type: 'Feature',properties:{Name: '4', Address: '115-47 124TH STREET, SOUTH OZONE PARK', Month: '1', Price: '1144'}, geometry: { type: 'Point', coordinates:[-73.81479554, 40.67742249]} },
{type: 'Feature',properties:{Name: '4', Address: '115-11 128TH STREET, SOUTH OZONE PARK', Month: '3', Price: '1734'}, geometry: { type: 'Point', coordinates:[-73.81148554, 40.67883617]} },
{type: 'Feature',properties:{Name: '4', Address: '115-34 131ST STREET, SOUTH OZONE PARK', Month: '9', Price: '1552'}, geometry: { type: 'Point', coordinates:[-73.80948742, 40.67910461]} },
{type: 'Feature',properties:{Name: '4', Address: '115-34 131ST STREET, SOUTH OZONE PARK', Month: '8', Price: '1552'}, geometry: { type: 'Point', coordinates:[-73.80948742, 40.67910461]} },
{type: 'Feature',properties:{Name: '4', Address: '115-01 131ST STREET, SOUTH OZONE PARK', Month: '9', Price: '1322'}, geometry: { type: 'Point', coordinates:[-73.80967368, 40.67953311]} },
{type: 'Feature',properties:{Name: '4', Address: '131-05 116TH AVENUE, SOUTH OZONE PARK', Month: '3', Price: '1592'}, geometry: { type: 'Point', coordinates:[-73.80879809, 40.67809613]} },
{type: 'Feature',properties:{Name: '4', Address: '115-21 132 STREET, SOUTH OZONE PARK', Month: '8', Price: '1624'}, geometry: { type: 'Point', coordinates:[-73.80866778, 40.67953418]} },
{type: 'Feature',properties:{Name: '4', Address: '130-14 116TH AVENUE, SOUTH OZONE PARK', Month: '2', Price: '1532'}, geometry: { type: 'Point', coordinates:[-73.8096569, 40.67783406]} },
{type: 'Feature',properties:{Name: '4', Address: '130-14 116 AVENUE, SOUTH OZONE PARK', Month: '3', Price: '1532'}, geometry: { type: 'Point', coordinates:[-73.8096569, 40.67783406]} },
{type: 'Feature',properties:{Name: '4', Address: '116-39 130 STREET, SOUTH OZONE PARK', Month: '12', Price: '1372'}, geometry: { type: 'Point', coordinates:[-73.80952937, 40.67704061]} },
{type: 'Feature',properties:{Name: '4', Address: '116-06 132ND STREET, SOUTH OZONE PARK', Month: '7', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.80794743, 40.67803159]} },
{type: 'Feature',properties:{Name: '4', Address: '116-12 132 STREET, SOUTH OZONE PARK', Month: '1', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.80789366, 40.67792445]} },
{type: 'Feature',properties:{Name: '4', Address: '116-14 132ND STREET, SOUTH OZONE PARK', Month: '10', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.80787574, 40.67788874]} },
{type: 'Feature',properties:{Name: '4', Address: '116-31 LINCOLN STREET, SOUTH OZONE PARK', Month: '12', Price: '2250'}, geometry: { type: 'Point', coordinates:[-73.80758463, 40.67756986]} },
{type: 'Feature',properties:{Name: '4', Address: '116-24 VAN WYCK EXPRESSWAY, SOUTH OZONE PARK', Month: '6', Price: '1560'}, geometry: { type: 'Point', coordinates:[-73.80424273, 40.67874173]} },
{type: 'Feature',properties:{Name: '4', Address: '117-16 134TH STREET, SOUTH OZONE PARK', Month: '2', Price: '1935'}, geometry: { type: 'Point', coordinates:[-73.80534089, 40.67677284]} },
{type: 'Feature',properties:{Name: '4', Address: '115-54 115 STREET, SOUTH OZONE PARK', Month: '9', Price: '1328'}, geometry: { type: 'Point', coordinates:[-73.82294237, 40.67644171]} },
{type: 'Feature',properties:{Name: '4', Address: '115-35 116TH STREET, SOUTH OZONE PARK', Month: '2', Price: '2652'}, geometry: { type: 'Point', coordinates:[-73.82200184, 40.6762838]} },
{type: 'Feature',properties:{Name: '4', Address: '115-28 118TH STREET, SOUTH OZONE PARK', Month: '11', Price: '1372'}, geometry: { type: 'Point', coordinates:[-73.82020005, 40.67598731]} },
{type: 'Feature',properties:{Name: '4', Address: '116-30 120TH STREET, SOUTH OZONE PARK', Month: '3', Price: '1346'}, geometry: { type: 'Point', coordinates:[-73.81829741, 40.67566318]} },
{type: 'Feature',properties:{Name: '4', Address: '116-55 120TH STREET, SOUTH OZONE PARK', Month: '2', Price: '1496'}, geometry: { type: 'Point', coordinates:[-73.81827578, 40.67566315]} },
{type: 'Feature',properties:{Name: '4', Address: '117-51 122ND STREET, SOUTH OZONE PARK', Month: '4', Price: '2346'}, geometry: { type: 'Point', coordinates:[-73.81680197, 40.67409903]} },
{type: 'Feature',properties:{Name: '4', Address: '114-21 133RD AVENUE, SOUTH OZONE PARK', Month: '2', Price: '1632'}, geometry: { type: 'Point', coordinates:[-73.82509588, 40.67323086]} },
{type: 'Feature',properties:{Name: '4', Address: '132-35 114TH STREET, SOUTH OZONE PARK', Month: '5', Price: '3495'}, geometry: { type: 'Point', coordinates:[-73.825464, 40.67445285]} },
{type: 'Feature',properties:{Name: '4', Address: '132-46 114TH PLACE, SOUTH OZONE PARK', Month: '10', Price: '2152'}, geometry: { type: 'Point', coordinates:[-73.82462124, 40.67413592]} },
{type: 'Feature',properties:{Name: '4', Address: '130-51 115TH STREET, SOUTH OZONE PARK', Month: '5', Price: '1548'}, geometry: { type: 'Point', coordinates:[-73.82351343, 40.67453496]} },
{type: 'Feature',properties:{Name: '4', Address: '130-56 116 STREET, SOUTH OZONE PARK', Month: '3', Price: '1227'}, geometry: { type: 'Point', coordinates:[-73.82262342, 40.67436891]} },
{type: 'Feature',properties:{Name: '4', Address: '130-43 116TH STREET, SOUTH OZONE PARK', Month: '10', Price: '1310'}, geometry: { type: 'Point', coordinates:[-73.82260178, 40.67437436]} },
{type: 'Feature',properties:{Name: '4', Address: '130-43 116TH STREET, SOUTH OZONE PARK', Month: '9', Price: '1310'}, geometry: { type: 'Point', coordinates:[-73.82260178, 40.67437436]} },
{type: 'Feature',properties:{Name: '4', Address: '130-43 116TH STREET, SOUTH OZONE PARK', Month: '10', Price: '1310'}, geometry: { type: 'Point', coordinates:[-73.82260178, 40.67437436]} },
{type: 'Feature',properties:{Name: '4', Address: '130-11 117TH STREET, SOUTH OZONE PARK', Month: '11', Price: '1902'}, geometry: { type: 'Point', coordinates:[-73.82168287, 40.67422747]} },
{type: 'Feature',properties:{Name: '4', Address: '130-30 118TH STREET, SOUTH OZONE PARK', Month: '7', Price: '1568'}, geometry: { type: 'Point', coordinates:[-73.82080009, 40.67405867]} },
{type: 'Feature',properties:{Name: '4', Address: '130-19 118TH STREET, SOUTH OZONE PARK', Month: '7', Price: '1928'}, geometry: { type: 'Point', coordinates:[-73.82077484, 40.67406137]} },
{type: 'Feature',properties:{Name: '4', Address: '130-15 122ND STREET, SOUTH OZONE PARK', Month: '6', Price: '1281'}, geometry: { type: 'Point', coordinates:[-73.81704905, 40.67339402]} },
{type: 'Feature',properties:{Name: '4', Address: '130-30 123RD STREET, SOUTH OZONE PARK', Month: '9', Price: '1388'}, geometry: { type: 'Point', coordinates:[-73.81525467, 40.67305903]} },
{type: 'Feature',properties:{Name: '4', Address: '13311 114TH STREET, SOUTH OZONE PARK', Month: '2', Price: '840'}, geometry: { type: 'Point', coordinates:[-73.82589663, 40.67306465]} },
{type: 'Feature',properties:{Name: '4', Address: '133-40 114TH PLACE, SOUTH OZONE PARK', Month: '12', Price: '1495'}, geometry: { type: 'Point', coordinates:[-73.82501391, 40.67287117]} },
{type: 'Feature',properties:{Name: '4', Address: '133-44 115 STREET, SOUTH OZONE PARK', Month: '9', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.8241059, 40.67269961]} },
{type: 'Feature',properties:{Name: '4', Address: '133-14 116TH STREET, SOUTH OZONE PARK', Month: '12', Price: '1392'}, geometry: { type: 'Point', coordinates:[-73.82318337, 40.67257194]} },
{type: 'Feature',properties:{Name: '4', Address: '133-42 116TH STREET, SOUTH OZONE PARK', Month: '11', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.82319066, 40.67253901]} },
{type: 'Feature',properties:{Name: '4', Address: '133-37 117 STREET, SOUTH OZONE PARK', Month: '7', Price: '1578'}, geometry: { type: 'Point', coordinates:[-73.8222574, 40.67237838]} },
{type: 'Feature',properties:{Name: '4', Address: '133-48 118TH STREET, SOUTH OZONE PARK', Month: '7', Price: '1378'}, geometry: { type: 'Point', coordinates:[-73.82137106, 40.67220134]} },
{type: 'Feature',properties:{Name: '4', Address: '133-47 LEFFERTS BLVD, SOUTH OZONE PARK', Month: '6', Price: '1550'}, geometry: { type: 'Point', coordinates:[-73.82040178, 40.6720324]} },
{type: 'Feature',properties:{Name: '4', Address: '120-09 135TH AVENUE, SOUTH OZONE PARK', Month: '12', Price: '1582'}, geometry: { type: 'Point', coordinates:[-73.81973942, 40.67034607]} },
{type: 'Feature',properties:{Name: '4', Address: '120-05 135TH AVENUE, SOUTH OZONE PARK', Month: '4', Price: '1365'}, geometry: { type: 'Point', coordinates:[-73.81976464, 40.67035159]} },
{type: 'Feature',properties:{Name: '4', Address: '133-31 122ND STREET, SOUTH OZONE PARK', Month: '1', Price: '1848'}, geometry: { type: 'Point', coordinates:[-73.81762729, 40.67155044]} },
{type: 'Feature',properties:{Name: '4', Address: '133-20 123RD STREET, SOUTH OZONE PARK', Month: '6', Price: '1385'}, geometry: { type: 'Point', coordinates:[-73.81582209, 40.67123466]} },
{type: 'Feature',properties:{Name: '4', Address: '117-50 125TH STREET, SOUTH OZONE PARK', Month: '12', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.8127185, 40.67500372]} },
{type: 'Feature',properties:{Name: '4', Address: '117-52 125TH STREET, SOUTH OZONE PARK', Month: '5', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.8127185, 40.67500372]} },
{type: 'Feature',properties:{Name: '4', Address: '117-66 125TH STREET, SOUTH OZONE PARK', Month: '4', Price: '2460'}, geometry: { type: 'Point', coordinates:[-73.8127185, 40.67500372]} },
{type: 'Feature',properties:{Name: '4', Address: '127-07 SUTTER AVENUE, SOUTH OZONE PARK', Month: '2', Price: '2164'}, geometry: { type: 'Point', coordinates:[-73.81132634, 40.6726629]} },
{type: 'Feature',properties:{Name: '4', Address: '119-28 130TH STREET, SOUTH OZONE PARK', Month: '7', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.80839872, 40.67404966]} },
{type: 'Feature',properties:{Name: '4', Address: '118-75 128TH STREET, SOUTH OZONE PARK', Month: '9', Price: '1892'}, geometry: { type: 'Point', coordinates:[-73.81028219, 40.67347363]} },
{type: 'Feature',properties:{Name: '4', Address: '118-69 128 STREET, SOUTH OZONE PARK', Month: '6', Price: '2356'}, geometry: { type: 'Point', coordinates:[-73.81028219, 40.67347363]} },
{type: 'Feature',properties:{Name: '4', Address: '119-79 130TH STREET, SOUTH OZONE PARK', Month: '1', Price: '2430'}, geometry: { type: 'Point', coordinates:[-73.80854649, 40.67280652]} },
{type: 'Feature',properties:{Name: '4', Address: '120-84 131ST STREET, SOUTH OZONE PARK', Month: '4', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.80742052, 40.67447347]} },
{type: 'Feature',properties:{Name: '4', Address: '121-65 133RD STREET, SOUTH OZONE PARK', Month: '6', Price: '1284'}, geometry: { type: 'Point', coordinates:[-73.80538769, 40.67432458]} },
{type: 'Feature',properties:{Name: '4', Address: '122-22 134TH STREET, SOUTH OZONE PARK', Month: '10', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.80451903, 40.67427095]} },
{type: 'Feature',properties:{Name: '4', Address: '122-59 134TH STREET, SOUTH OZONE PARK', Month: '5', Price: '2934'}, geometry: { type: 'Point', coordinates:[-73.80449742, 40.67426268]} },
{type: 'Feature',properties:{Name: '4', Address: '123-24 135 STREET, SOUTH OZONE PARK', Month: '6', Price: '1512'}, geometry: { type: 'Point', coordinates:[-73.80360713, 40.67420901]} },
{type: 'Feature',properties:{Name: '4', Address: '12364 135 STREET, SOUTH OZONE PARK', Month: '6', Price: '1720'}, geometry: { type: 'Point', coordinates:[-73.80360716, 40.67419803]} },
{type: 'Feature',properties:{Name: '4', Address: '124-54 135TH PLACE, SOUTH OZONE PARK', Month: '2', Price: '1557'}, geometry: { type: 'Point', coordinates:[-73.80269868, 40.67298054]} },
{type: 'Feature',properties:{Name: '4', Address: '130-18 124TH STREET, SOUTH OZONE PARK', Month: '7', Price: '1012'}, geometry: { type: 'Point', coordinates:[-73.81433944, 40.6729011]} },
{type: 'Feature',properties:{Name: '4', Address: '129-19 133RD AVENUE, SOUTH OZONE PARK', Month: '6', Price: '2444'}, geometry: { type: 'Point', coordinates:[-73.80999528, 40.67042096]} },
{type: 'Feature',properties:{Name: '4', Address: '130-14 131 AVENUE, SOUTH OZONE PARK', Month: '1', Price: '2208'}, geometry: { type: 'Point', coordinates:[-73.80869222, 40.67101442]} },
{type: 'Feature',properties:{Name: '4', Address: '131-16 SUTTER AVENUE, SOUTH OZONE PARK', Month: '2', Price: '1981'}, geometry: { type: 'Point', coordinates:[-73.80716388, 40.67221408]} },
{type: 'Feature',properties:{Name: '4', Address: '129-35 131ST STREET, SOUTH OZONE PARK', Month: '7', Price: '1232'}, geometry: { type: 'Point', coordinates:[-73.80747182, 40.67169035]} },
{type: 'Feature',properties:{Name: '4', Address: '131-18 SUTTER AVENUE, SOUTH OZONE PARK', Month: '2', Price: '1776'}, geometry: { type: 'Point', coordinates:[-73.80714946, 40.67221406]} },
{type: 'Feature',properties:{Name: '4', Address: '13118 SUTTER AVENUE, SOUTH OZONE PARK', Month: '7', Price: '1776'}, geometry: { type: 'Point', coordinates:[-73.80714946, 40.67221406]} },
{type: 'Feature',properties:{Name: '4', Address: '129-30 133RD STREET, SOUTH OZONE PARK', Month: '6', Price: '2480'}, geometry: { type: 'Point', coordinates:[-73.80538017, 40.67196131]} },
{type: 'Feature',properties:{Name: '4', Address: '129-24 134TH STREET, SOUTH OZONE PARK', Month: '11', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.8045005, 40.67198177]} },
{type: 'Feature',properties:{Name: '4', Address: '129-49 134TH STREET, SOUTH OZONE PARK', Month: '10', Price: '1296'}, geometry: { type: 'Point', coordinates:[-73.80447895, 40.67195429]} },
{type: 'Feature',properties:{Name: '4', Address: '129-45 135TH STREET, SOUTH OZONE PARK', Month: '2', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.80357761, 40.67198843]} },
{type: 'Feature',properties:{Name: '4', Address: '129-07 135TH PLACE, SOUTH OZONE PARK', Month: '12', Price: '1820'}, geometry: { type: 'Point', coordinates:[-73.80266153, 40.67213234]} },
{type: 'Feature',properties:{Name: '4', Address: '131-29 133RD STREET, SOUTH OZONE PARK', Month: '3', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.80560834, 40.67036148]} },
{type: 'Feature',properties:{Name: '4', Address: '133-13 133RD AVENUE, SOUTH OZONE PARK', Month: '2', Price: '1057'}, geometry: { type: 'Point', coordinates:[-73.80563723, 40.66910442]} },
{type: 'Feature',properties:{Name: '4', Address: '13341 124TH STREET, SOUTH OZONE PARK', Month: '7', Price: '2444'}, geometry: { type: 'Point', coordinates:[-73.81489256, 40.67104378]} },
{type: 'Feature',properties:{Name: '4', Address: '133-36 129TH STREET, SOUTH OZONE PARK', Month: '8', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.81035636, 40.67021295]} },
{type: 'Feature',properties:{Name: '4', Address: '133-36 133RD STREET, SOUTH OZONE PARK', Month: '10', Price: '2750'}, geometry: { type: 'Point', coordinates:[-73.80596955, 40.66887168]} },
{type: 'Feature',properties:{Name: '4', Address: '134-05 135TH AVENUE, SOUTH OZONE PARK', Month: '11', Price: '1980'}, geometry: { type: 'Point', coordinates:[-73.80486292, 40.66762642]} },
{type: 'Feature',properties:{Name: '4', Address: '134-27 135TH AVENUE, SOUTH OZONE PARK', Month: '6', Price: '2496'}, geometry: { type: 'Point', coordinates:[-73.80412035, 40.6676279]} },
{type: 'Feature',properties:{Name: '4', Address: '135-08 133 AVENUE, SOUTH OZONE PARK', Month: '3', Price: '2810'}, geometry: { type: 'Point', coordinates:[-73.80320071, 40.66899872]} },
{type: 'Feature',properties:{Name: '4', Address: '135-43 114TH STREET, SOUTH OZONE PARK', Month: '1', Price: '1772'}, geometry: { type: 'Point', coordinates:[-73.82646011, 40.67125669]} },
{type: 'Feature',properties:{Name: '4', Address: '135-20 114 PLACE, SOUTH OZONE PARK', Month: '8', Price: '1468'}, geometry: { type: 'Point', coordinates:[-73.8255701, 40.67110163]} },
{type: 'Feature',properties:{Name: '4', Address: '149-22 114 PLACE, SOUTH OZONE PARK', Month: '2', Price: '1386'}, geometry: { type: 'Point', coordinates:[-73.82622446, 40.66900012]} },
{type: 'Feature',properties:{Name: '4', Address: '149-39 114TH PLACE, SOUTH OZONE PARK', Month: '6', Price: '2394'}, geometry: { type: 'Point', coordinates:[-73.82626827, 40.66878884]} },
{type: 'Feature',properties:{Name: '4', Address: '114-42 149TH AVENUE, SOUTH OZONE PARK', Month: '9', Price: '1428'}, geometry: { type: 'Point', coordinates:[-73.82576174, 40.66949897]} },
{type: 'Feature',properties:{Name: '4', Address: '149-39 116TH STREET, SOUTH OZONE PARK', Month: '12', Price: '1614'}, geometry: { type: 'Point', coordinates:[-73.82444511, 40.66846219]} },
{type: 'Feature',properties:{Name: '4', Address: '149-46 LEFFERTS BOULEVARD, SOUTH OZONE PARK', Month: '3', Price: '1483'}, geometry: { type: 'Point', coordinates:[-73.82172513, 40.66785964]} },
{type: 'Feature',properties:{Name: '4', Address: '149-19 LEFFERTS BOULEVARD, SOUTH OZONE PARK', Month: '8', Price: '1900'}, geometry: { type: 'Point', coordinates:[-73.8215908, 40.668219]} },
{type: 'Feature',properties:{Name: '4', Address: '149-56 123 STREET, SOUTH OZONE PARK', Month: '5', Price: '2256'}, geometry: { type: 'Point', coordinates:[-73.81716777, 40.66690828]} },
{type: 'Feature',properties:{Name: '4', Address: '150-45 114TH PLACE, SOUTH OZONE PARK', Month: '11', Price: '2220'}, geometry: { type: 'Point', coordinates:[-73.82682809, 40.66698087]} },
{type: 'Feature',properties:{Name: '4', Address: '115-05 NORTH CONDUIT BLVD., SOUTH OZONE PARK', Month: '11', Price: '2176'}, geometry: { type: 'Point', coordinates:[-73.82596877, 40.66613967]} },
{type: 'Feature',properties:{Name: '4', Address: '150-02 117TH STREET, SOUTH OZONE PARK', Month: '11', Price: '1123'}, geometry: { type: 'Point', coordinates:[-73.82393693, 40.66706432]} },
{type: 'Feature',properties:{Name: '4', Address: '150-02 117TH STREET, SOUTH OZONE PARK', Month: '2', Price: '1123'}, geometry: { type: 'Point', coordinates:[-73.82393693, 40.66706432]} },
{type: 'Feature',properties:{Name: '4', Address: '150-04 123RD STREET, SOUTH OZONE PARK', Month: '2', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.81744778, 40.66601118]} },
{type: 'Feature',properties:{Name: '4', Address: '124-15 149TH AVENUE, SOUTH OZONE PARK', Month: '3', Price: '1253'}, geometry: { type: 'Point', coordinates:[-73.8157057, 40.66769645]} },
{type: 'Feature',properties:{Name: '4', Address: '125-17 149TH AVENUE, SOUTH OZONE PARK', Month: '3', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.81477975, 40.66752753]} },
{type: 'Feature',properties:{Name: '4', Address: '135-41 125TH STREET, SOUTH OZONE PARK', Month: '12', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.81453385, 40.66910538]} },
{type: 'Feature',properties:{Name: '4', Address: '135-31 125TH STREET, SOUTH OZONE PARK', Month: '12', Price: '1528'}, geometry: { type: 'Point', coordinates:[-73.81453384, 40.66910813]} },
{type: 'Feature',properties:{Name: '4', Address: '149-27 123 STREET, SOUTH OZONE PARK', Month: '9', Price: '1910'}, geometry: { type: 'Point', coordinates:[-73.81702613, 40.66729233]} },
{type: 'Feature',properties:{Name: '4', Address: '123-16 149TH AVENUE, SOUTH OZONE PARK', Month: '9', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.81660646, 40.66784611]} },
{type: 'Feature',properties:{Name: '4', Address: '149-26 124TH STREET, SOUTH OZONE PARK', Month: '10', Price: '2880'}, geometry: { type: 'Point', coordinates:[-73.81612895, 40.66715091]} },
{type: 'Feature',properties:{Name: '4', Address: '14946 124 ST, SOUTH OZONE PARK', Month: '11', Price: '1892'}, geometry: { type: 'Point', coordinates:[-73.81620533, 40.66690401]} },
{type: 'Feature',properties:{Name: '4', Address: '124-14 149TH AVENUE, SOUTH OZONE PARK', Month: '11', Price: '3016'}, geometry: { type: 'Point', coordinates:[-73.81570935, 40.66767999]} },
{type: 'Feature',properties:{Name: '4', Address: '126-08 149TH AVENUE, SOUTH OZONE PARK', Month: '9', Price: '2350'}, geometry: { type: 'Point', coordinates:[-73.81393313, 40.66735599]} },
{type: 'Feature',properties:{Name: '4', Address: '133-12 135 AVE, SOUTH OZONE PARK', Month: '10', Price: '1424'}, geometry: { type: 'Point', coordinates:[-73.8059984, 40.66762834]} },
{type: 'Feature',properties:{Name: '4', Address: '124-19 152ND AVENUE, SOUTH OZONE PARK', Month: '6', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.81680065, 40.66408057]} },
{type: 'Feature',properties:{Name: '4', Address: '109-16 122ND STREET, SOUTH OZONE PARK', Month: '3', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.81941393, 40.68271902]} },
{type: 'Feature',properties:{Name: '4', Address: '114-02 LINDEN BOULEVARD, SOUTH OZONE PARK', Month: '7', Price: '2540'}, geometry: { type: 'Point', coordinates:[-73.82451119, 40.67759966]} },
{type: 'Feature',properties:{Name: '4', Address: '114-02 LINDEN BOULEVARD, SOUTH OZONE PARK', Month: '2', Price: '2540'}, geometry: { type: 'Point', coordinates:[-73.82451119, 40.67759966]} },
{type: 'Feature',properties:{Name: '4', Address: '117-09 115TH AVENUE, SOUTH OZONE PARK', Month: '12', Price: '2536'}, geometry: { type: 'Point', coordinates:[-73.82101666, 40.67664459]} },
{type: 'Feature',properties:{Name: '4', Address: '117-82 127 STREET, SOUTH OZONE PARK', Month: '2', Price: '2527'}, geometry: { type: 'Point', coordinates:[-73.81086603, 40.67480856]} },
{type: 'Feature',properties:{Name: '4', Address: '123-27 135TH STREET, SOUTH OZONE PARK', Month: '4', Price: '1096'}, geometry: { type: 'Point', coordinates:[-73.80358549, 40.67420898]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 116TH STREET, SOUTH OZONE PARK', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8219206, 40.67565512]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 116TH STREET, SOUTH OZONE PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82196422, 40.67552344]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 133RD STREET, SOUTH OZONE PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8056603, 40.67232135]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 133RD STREET, SOUTH OZONE PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80513644, 40.67271296]} },
{type: 'Feature',properties:{Name: '4', Address: '123-62 135TH STREET, SOUTH OZONE PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80360716, 40.67419803]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 135TH AVENUE, SOUTH OZONE PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82256167, 40.67047671]} },
{type: 'Feature',properties:{Name: '4', Address: '150TH AVENUE, SOUTH OZONE PARK', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82426134, 40.66706756]} },
{type: 'Feature',properties:{Name: '4', Address: '123-29 135TH STREET, SOUTH OZONE PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80358549, 40.67420898]} },
{type: 'Feature',properties:{Name: '4', Address: '109-28 LEFFERTS BLVD, SOUTH OZONE PARK', Month: '9', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.82208047, 40.68194641]} },
{type: 'Feature',properties:{Name: '4', Address: '109-32 LEFFERTS BOULEVARD, SOUTH OZONE PARK', Month: '4', Price: '3310'}, geometry: { type: 'Point', coordinates:[-73.82207687, 40.68194366]} },
{type: 'Feature',properties:{Name: '4', Address: '111-58 LEFFERTS BOULEVARD, SOUTH OZONE PARK', Month: '8', Price: '2600'}, geometry: { type: 'Point', coordinates:[-73.82121984, 40.68019939]} },
{type: 'Feature',properties:{Name: '4', Address: '115-02/11504 LEFFERTS BLVD, SOUTH OZONE PARK', Month: '3', Price: '5080'}, geometry: { type: 'Point', coordinates:[-73.81987711, 40.67675809]} },
{type: 'Feature',properties:{Name: '4', Address: '127-07 ROCKAWAY BOULEVARD, SOUTH OZONE PARK', Month: '5', Price: '2480'}, geometry: { type: 'Point', coordinates:[-73.81055492, 40.67518683]} },
{type: 'Feature',properties:{Name: '4', Address: '127-11 111TH AVENUE, SOUTH OZONE PARK', Month: '11', Price: '6500'}, geometry: { type: 'Point', coordinates:[-73.81410701, 40.68257059]} },
{type: 'Feature',properties:{Name: '4', Address: '127-10 111TH AVENUE, SOUTH OZONE PARK', Month: '12', Price: '8928'}, geometry: { type: 'Point', coordinates:[-73.81409984, 40.68255411]} },
{type: 'Feature',properties:{Name: '4', Address: '125-21 ROCKAWAY BOULEVARD, SOUTH OZONE PARK', Month: '10', Price: '2629'}, geometry: { type: 'Point', coordinates:[-73.81237864, 40.67535176]} },
{type: 'Feature',properties:{Name: '4', Address: '125-10 ROCKAWAY BOULEVARD, SOUTH OZONE PARK', Month: '11', Price: '1045'}, geometry: { type: 'Point', coordinates:[-73.81241113, 40.67533809]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 111TH AVENUE, SOUTH OZONE PARK', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.81376496, 40.68239986]} },
{type: 'Feature',properties:{Name: '4', Address: '113-21 LINDEN BOULEVARD, SOUTH OZONE PARK', Month: '5', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.82526525, 40.67738397]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 111TH AVENUE, SOUTH OZONE PARK', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.813783, 40.6823944]} },
{type: 'Feature',properties:{Name: '4', Address: '124-04 ROCKAWAY BOULEVARD, SOUTH OZONE PARK', Month: '11', Price: '2090'}, geometry: { type: 'Point', coordinates:[-73.81335543, 40.67542197]} },
{type: 'Feature',properties:{Name: '4', Address: '151-31 134TH AVENUE, SPRINGFIELD GARDENS', Month: '11', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.78579112, 40.66852297]} },
{type: 'Feature',properties:{Name: '4', Address: '152-15 135TH AVENUE, SPRINGFIELD GARDENS', Month: '7', Price: '840'}, geometry: { type: 'Point', coordinates:[-73.78352976, 40.66888654]} },
{type: 'Feature',properties:{Name: '4', Address: '152-13 135TH AVE, SPRINGFIELD GARDENS', Month: '6', Price: '1448'}, geometry: { type: 'Point', coordinates:[-73.78355141, 40.66887834]} },
{type: 'Feature',properties:{Name: '4', Address: '129-33 153RD STREET, SPRINGFIELD GARDENS', Month: '1', Price: '1008'}, geometry: { type: 'Point', coordinates:[-73.78514256, 40.67290792]} },
{type: 'Feature',properties:{Name: '4', Address: '129-12 155 STREET, SPRINGFIELD GARDENS', Month: '9', Price: '1112'}, geometry: { type: 'Point', coordinates:[-73.78365447, 40.67378072]} },
{type: 'Feature',properties:{Name: '4', Address: '129-24 155 ST, SPRINGFIELD GARDENS', Month: '2', Price: '768'}, geometry: { type: 'Point', coordinates:[-73.78365088, 40.67377522]} },
{type: 'Feature',properties:{Name: '4', Address: '160-20 BAISLEY BOULEVARD, SPRINGFIELD GARDENS', Month: '1', Price: '1546'}, geometry: { type: 'Point', coordinates:[-73.78173761, 40.67677166]} },
{type: 'Feature',properties:{Name: '4', Address: '160-11 129TH AVENUE, SPRINGFIELD GARDENS', Month: '9', Price: '1122'}, geometry: { type: 'Point', coordinates:[-73.7806707, 40.67560584]} },
{type: 'Feature',properties:{Name: '4', Address: '161-26 128TH AVENUE, SPRINGFIELD GARDENS', Month: '1', Price: '1140'}, geometry: { type: 'Point', coordinates:[-73.7801324, 40.67704308]} },
{type: 'Feature',properties:{Name: '4', Address: '159-03 131ST AVENUE, SPRINGFIELD GARDENS', Month: '3', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.77988604, 40.67413039]} },
{type: 'Feature',properties:{Name: '4', Address: '129-18 161ST STREET, SPRINGFIELD GARDENS', Month: '2', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.77980047, 40.67602688]} },
{type: 'Feature',properties:{Name: '4', Address: '129-12 GUY R BREWER BLVD, SPRINGFIELD GARDENS', Month: '5', Price: '4285'}, geometry: { type: 'Point', coordinates:[-73.77851701, 40.67711684]} },
{type: 'Feature',properties:{Name: '4', Address: '132-36 155TH STREET, SPRINGFIELD GARDENS', Month: '6', Price: '1250'}, geometry: { type: 'Point', coordinates:[-73.78243757, 40.67218096]} },
{type: 'Feature',properties:{Name: '4', Address: '132-36 155 STREET, SPRINGFIELD GARDENS', Month: '5', Price: '1250'}, geometry: { type: 'Point', coordinates:[-73.78243757, 40.67218096]} },
{type: 'Feature',properties:{Name: '4', Address: '155-03 134TH AVENUE, SPRINGFIELD GARDENS', Month: '1', Price: '1480'}, geometry: { type: 'Point', coordinates:[-73.78129168, 40.6709354]} },
{type: 'Feature',properties:{Name: '4', Address: '132-23 155TH STREET, SPRINGFIELD GARDENS', Month: '2', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.78243028, 40.67220565]} },
{type: 'Feature',properties:{Name: '4', Address: '132-35 156 STREET, SPRINGFIELD GARDENS', Month: '10', Price: '1385'}, geometry: { type: 'Point', coordinates:[-73.78160723, 40.67254993]} },
{type: 'Feature',properties:{Name: '4', Address: '159-05 134TH AVENUE, SPRINGFIELD GARDENS', Month: '1', Price: '1442'}, geometry: { type: 'Point', coordinates:[-73.77804247, 40.67237843]} },
{type: 'Feature',properties:{Name: '4', Address: '134-34 157TH STREET, SPRINGFIELD GARDENS', Month: '12', Price: '1020'}, geometry: { type: 'Point', coordinates:[-73.7796141, 40.67133019]} },
{type: 'Feature',properties:{Name: '4', Address: '134-43 156TH STREET, SPRINGFIELD GARDENS', Month: '8', Price: '2347'}, geometry: { type: 'Point', coordinates:[-73.78039753, 40.67097762]} },
{type: 'Feature',properties:{Name: '4', Address: '134-27 156TH STREET, SPRINGFIELD GARDENS', Month: '10', Price: '1180'}, geometry: { type: 'Point', coordinates:[-73.78040471, 40.67098586]} },
{type: 'Feature',properties:{Name: '4', Address: '161-02 134TH AVENUE, SPRINGFIELD GARDENS', Month: '11', Price: '858'}, geometry: { type: 'Point', coordinates:[-73.77642511, 40.67307521]} },
{type: 'Feature',properties:{Name: '4', Address: '137-17 156TH STREET, SPRINGFIELD GARDENS', Month: '1', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.77928845, 40.66951527]} },
{type: 'Feature',properties:{Name: '4', Address: '157-12 137TH AVENUE, SPRINGFIELD GARDENS', Month: '9', Price: '1031'}, geometry: { type: 'Point', coordinates:[-73.77839259, 40.67007897]} },
{type: 'Feature',properties:{Name: '4', Address: '158-11 NORTH CONDUIT AVENUE, SPRINGFIELD GARDENS', Month: '10', Price: '1512'}, geometry: { type: 'Point', coordinates:[-73.77681408, 40.66780049]} },
{type: 'Feature',properties:{Name: '4', Address: '140-12 159TH STREET, SPRINGFIELD GARDENS', Month: '9', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.77627606, 40.66914714]} },
{type: 'Feature',properties:{Name: '4', Address: '140-41 159 STREET, SPRINGFIELD GARDENS', Month: '12', Price: '964'}, geometry: { type: 'Point', coordinates:[-73.77621592, 40.66880667]} },
{type: 'Feature',properties:{Name: '4', Address: '140-48 161 STREET, SPRINGFIELD GARDENS', Month: '9', Price: '988'}, geometry: { type: 'Point', coordinates:[-73.77456839, 40.66991783]} },
{type: 'Feature',properties:{Name: '4', Address: '140-38 LATHAM LANE, SPRINGFIELD GARDENS', Month: '11', Price: '1088'}, geometry: { type: 'Point', coordinates:[-73.77364241, 40.66978152]} },
{type: 'Feature',properties:{Name: '4', Address: '120-01 180TH STREET, SPRINGFIELD GARDENS', Month: '10', Price: '1323'}, geometry: { type: 'Point', coordinates:[-73.76345586, 40.68584546]} },
{type: 'Feature',properties:{Name: '4', Address: '122-40 FARMERS BOULEVARD, SPRINGFIELD GARDENS', Month: '2', Price: '748'}, geometry: { type: 'Point', coordinates:[-73.760673, 40.68262557]} },
{type: 'Feature',properties:{Name: '4', Address: '178-42 LESLIE RD, SPRINGFIELD GARDENS', Month: '4', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.76439126, 40.68439539]} },
{type: 'Feature',properties:{Name: '4', Address: '179-47 ANDERSON ROAD, SPRINGFIELD GARDENS', Month: '10', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.76319455, 40.68327855]} },
{type: 'Feature',properties:{Name: '4', Address: '179-47 ANDERSON ROAD, SPRINGFIELD GARDENS', Month: '9', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.76319455, 40.68327855]} },
{type: 'Feature',properties:{Name: '4', Address: '179-25 ANDERSON ROAD, SPRINGFIELD GARDENS', Month: '7', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.76343357, 40.68298261]} },
{type: 'Feature',properties:{Name: '4', Address: '179-11 ANDERSON ROAD, SPRINGFIELD GARDENS', Month: '6', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.76358567, 40.68279353]} },
{type: 'Feature',properties:{Name: '4', Address: '179-14 ANDERSON ROAD, SPRINGFIELD GARDENS', Month: '3', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.76352421, 40.68284006]} },
{type: 'Feature',properties:{Name: '4', Address: '128-11 HARRY DOUGLASS WAY, SPRINGFIELD GARDENS', Month: '7', Price: '1050'}, geometry: { type: 'Point', coordinates:[-73.76296854, 40.68194412]} },
{type: 'Feature',properties:{Name: '4', Address: '176-08 SUNBURY ROAD, SPRINGFIELD GARDENS', Month: '7', Price: '1632'}, geometry: { type: 'Point', coordinates:[-73.76780374, 40.68394669]} },
{type: 'Feature',properties:{Name: '4', Address: '177-44 120TH AVENUE, SPRINGFIELD GARDENS', Month: '5', Price: '1806'}, geometry: { type: 'Point', coordinates:[-73.76665324, 40.68506698]} },
{type: 'Feature',properties:{Name: '4', Address: '177-29 TROUTVILLE ROAD, SPRINGFIELD GARDENS', Month: '8', Price: '1088'}, geometry: { type: 'Point', coordinates:[-73.76690633, 40.68383509]} },
{type: 'Feature',properties:{Name: '4', Address: '120-34 178 STREET, SPRINGFIELD GARDENS', Month: '1', Price: '1568'}, geometry: { type: 'Point', coordinates:[-73.76573301, 40.68426363]} },
{type: 'Feature',properties:{Name: '4', Address: '177-27 URSINA ROAD, SPRINGFIELD GARDENS', Month: '2', Price: '1568'}, geometry: { type: 'Point', coordinates:[-73.7665268, 40.68307676]} },
{type: 'Feature',properties:{Name: '4', Address: '177-36 TROUTVILLE ROAD, SPRINGFIELD GARDENS', Month: '6', Price: '1568'}, geometry: { type: 'Point', coordinates:[-73.76680511, 40.68391174]} },
{type: 'Feature',properties:{Name: '4', Address: '177-34 URSINA RD, SPRINGFIELD GARDENS', Month: '1', Price: '1480'}, geometry: { type: 'Point', coordinates:[-73.76641103, 40.68318631]} },
{type: 'Feature',properties:{Name: '4', Address: '177-58 LESLIE ROAD, SPRINGFIELD GARDENS', Month: '8', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.7655827, 40.68291839]} },
{type: 'Feature',properties:{Name: '4', Address: '17804 LESLIE ROAD, SPRINGFIELD GARDENS', Month: '7', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.76511191, 40.68350481]} },
{type: 'Feature',properties:{Name: '4', Address: '127-14 SIDWAY PLACE, SPRINGFIELD GARDENS', Month: '9', Price: '1250'}, geometry: { type: 'Point', coordinates:[-73.76349774, 40.68217028]} },
{type: 'Feature',properties:{Name: '4', Address: '128-02 SIDWAY PLACE, SPRINGFIELD GARDENS', Month: '11', Price: '965'}, geometry: { type: 'Point', coordinates:[-73.7630226, 40.68194972]} },
{type: 'Feature',properties:{Name: '4', Address: '172-24 125TH AVENUE, SPRINGFIELD GARDENS', Month: '11', Price: '1013'}, geometry: { type: 'Point', coordinates:[-73.77156159, 40.68160194]} },
{type: 'Feature',properties:{Name: '4', Address: '172-54 125TH AVENUE, SPRINGFIELD GARDENS', Month: '4', Price: '996'}, geometry: { type: 'Point', coordinates:[-73.77105295, 40.68168052]} },
{type: 'Feature',properties:{Name: '4', Address: '172-24 127TH AVENUE, SPRINGFIELD GARDENS', Month: '7', Price: '1297'}, geometry: { type: 'Point', coordinates:[-73.77116527, 40.68046755]} },
{type: 'Feature',properties:{Name: '4', Address: '172-11 128TH AVENUE, SPRINGFIELD GARDENS', Month: '3', Price: '784'}, geometry: { type: 'Point', coordinates:[-73.77104099, 40.67991286]} },
{type: 'Feature',properties:{Name: '4', Address: '172-11 128TH AVENUE, SPRINGFIELD GARDENS', Month: '1', Price: '784'}, geometry: { type: 'Point', coordinates:[-73.77104099, 40.67991286]} },
{type: 'Feature',properties:{Name: '4', Address: '172-12 128TH AVENUE, SPRINGFIELD GARDENS', Month: '12', Price: '1000'}, geometry: { type: 'Point', coordinates:[-73.77103383, 40.67989912]} },
{type: 'Feature',properties:{Name: '4', Address: '174-14 125TH AVENUE, SPRINGFIELD GARDENS', Month: '8', Price: '1154'}, geometry: { type: 'Point', coordinates:[-73.76940792, 40.68194897]} },
{type: 'Feature',properties:{Name: '4', Address: '174-27 127TH AVENUE, SPRINGFIELD GARDENS', Month: '6', Price: '639'}, geometry: { type: 'Point', coordinates:[-73.76897182, 40.68086116]} },
{type: 'Feature',properties:{Name: '4', Address: '174-27 127TH AVENUE, SPRINGFIELD GARDENS', Month: '9', Price: '639'}, geometry: { type: 'Point', coordinates:[-73.76897182, 40.68086116]} },
{type: 'Feature',properties:{Name: '4', Address: '174-02 126TH AVENUE, SPRINGFIELD GARDENS', Month: '2', Price: '1112'}, geometry: { type: 'Point', coordinates:[-73.76944249, 40.68133696]} },
{type: 'Feature',properties:{Name: '4', Address: '174-39 128TH AVENUE, SPRINGFIELD GARDENS', Month: '1', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.76901352, 40.68027386]} },
{type: 'Feature',properties:{Name: '4', Address: '130-23 178 STREET, SPRINGFIELD GARDENS', Month: '6', Price: '1050'}, geometry: { type: 'Point', coordinates:[-73.76430021, 40.67955066]} },
{type: 'Feature',properties:{Name: '4', Address: '13110 178 STREET, SPRINGFIELD GARDENS', Month: '6', Price: '2454'}, geometry: { type: 'Point', coordinates:[-73.76394656, 40.67862495]} },
{type: 'Feature',properties:{Name: '4', Address: '132-18 FARMERS BOULEVARD, SPRINGFIELD GARDENS', Month: '11', Price: '1296'}, geometry: { type: 'Point', coordinates:[-73.76265502, 40.67784826]} },
{type: 'Feature',properties:{Name: '4', Address: '134-45 173 STREET, SPRINGFIELD GARDENS', Month: '11', Price: '1329'}, geometry: { type: 'Point', coordinates:[-73.76819655, 40.67362984]} },
{type: 'Feature',properties:{Name: '4', Address: '134-38 174TH STREET, SPRINGFIELD GARDENS', Month: '1', Price: '1412'}, geometry: { type: 'Point', coordinates:[-73.76741993, 40.67407293]} },
{type: 'Feature',properties:{Name: '4', Address: '134-65 176TH STREET, SPRINGFIELD GARDENS', Month: '2', Price: '1404'}, geometry: { type: 'Point', coordinates:[-73.7654087, 40.67395906]} },
{type: 'Feature',properties:{Name: '4', Address: '134-68 BEDELL STREET, SPRINGFIELD GARDENS', Month: '2', Price: '1014'}, geometry: { type: 'Point', coordinates:[-73.76533429, 40.67461491]} },
{type: 'Feature',properties:{Name: '4', Address: '137-36 168 STREET, SPRINGFIELD GARDENS', Month: '9', Price: '978'}, geometry: { type: 'Point', coordinates:[-73.77200634, 40.67173807]} },
{type: 'Feature',properties:{Name: '4', Address: '16809 140TH AVENUE, SPRINGFIELD GARDENS', Month: '1', Price: '992'}, geometry: { type: 'Point', coordinates:[-73.77169567, 40.67087284]} },
{type: 'Feature',properties:{Name: '4', Address: '137-15 168TH STREET, SPRINGFIELD GARDENS', Month: '10', Price: '1063'}, geometry: { type: 'Point', coordinates:[-73.77201634, 40.67197414]} },
{type: 'Feature',properties:{Name: '4', Address: '170-07 140TH AVENUE, SPRINGFIELD GARDENS', Month: '1', Price: '1092'}, geometry: { type: 'Point', coordinates:[-73.76992527, 40.67098734]} },
{type: 'Feature',properties:{Name: '4', Address: '137-31 170 STREET, SPRINGFIELD GARDENS', Month: '3', Price: '2140'}, geometry: { type: 'Point', coordinates:[-73.77020651, 40.6720172]} },
{type: 'Feature',properties:{Name: '4', Address: '137-31 170TH STREET, SPRINGFIELD GARDENS', Month: '2', Price: '2140'}, geometry: { type: 'Point', coordinates:[-73.77020651, 40.6720172]} },
{type: 'Feature',properties:{Name: '4', Address: '13723 170 ST, SPRINGFIELD GARDENS', Month: '10', Price: '1231'}, geometry: { type: 'Point', coordinates:[-73.770217, 40.67211054]} },
{type: 'Feature',properties:{Name: '4', Address: '137-16 171ST STREET, SPRINGFIELD GARDENS', Month: '12', Price: '1110'}, geometry: { type: 'Point', coordinates:[-73.769362, 40.67229273]} },
{type: 'Feature',properties:{Name: '4', Address: '137-16 171ST STREET, SPRINGFIELD GARDENS', Month: '4', Price: '1110'}, geometry: { type: 'Point', coordinates:[-73.769362, 40.67229273]} },
{type: 'Feature',properties:{Name: '4', Address: '137-24 172ND STREET, SPRINGFIELD GARDENS', Month: '1', Price: '1488'}, geometry: { type: 'Point', coordinates:[-73.76845361, 40.67227444]} },
{type: 'Feature',properties:{Name: '4', Address: '137-19 172ND ST, SPRINGFIELD GARDENS', Month: '11', Price: '1482'}, geometry: { type: 'Point', coordinates:[-73.76844254, 40.67234853]} },
{type: 'Feature',properties:{Name: '4', Address: '137-35 173RD STREET, SPRINGFIELD GARDENS', Month: '12', Price: '1188'}, geometry: { type: 'Point', coordinates:[-73.76752001, 40.6722506]} },
{type: 'Feature',properties:{Name: '4', Address: '175-26 137 AVENUE, SPRINGFIELD GARDENS', Month: '2', Price: '1134'}, geometry: { type: 'Point', coordinates:[-73.76529902, 40.67336871]} },
{type: 'Feature',properties:{Name: '4', Address: '167-08 142ND AVENUE, SPRINGFIELD GARDENS', Month: '6', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.7728521, 40.67002974]} },
{type: 'Feature',properties:{Name: '4', Address: '142-16 168TH PLACE, SPRINGFIELD GARDENS', Month: '8', Price: '1123'}, geometry: { type: 'Point', coordinates:[-73.77180701, 40.66993984]} },
{type: 'Feature',properties:{Name: '4', Address: '142-19 168 STREET, SPRINGFIELD GARDENS', Month: '8', Price: '1096'}, geometry: { type: 'Point', coordinates:[-73.77178538, 40.66993979]} },
{type: 'Feature',properties:{Name: '4', Address: '140-22 170 ST, SPRINGFIELD GARDENS', Month: '8', Price: '1100'}, geometry: { type: 'Point', coordinates:[-73.77003934, 40.6703151]} },
{type: 'Feature',properties:{Name: '4', Address: '140-26 170TH STREET, SPRINGFIELD GARDENS', Month: '1', Price: '1100'}, geometry: { type: 'Point', coordinates:[-73.77002881, 40.67023273]} },
{type: 'Feature',properties:{Name: '4', Address: '169-14 140TH AVENUE, SPRINGFIELD GARDENS', Month: '5', Price: '2622'}, geometry: { type: 'Point', coordinates:[-73.77076906, 40.67091766]} },
{type: 'Feature',properties:{Name: '4', Address: '169-14 140TH AVENUE, SPRINGFIELD GARDENS', Month: '6', Price: '2622'}, geometry: { type: 'Point', coordinates:[-73.77076906, 40.67091766]} },
{type: 'Feature',properties:{Name: '4', Address: '140-27 172ND STREET, SPRINGFIELD GARDENS', Month: '7', Price: '1100'}, geometry: { type: 'Point', coordinates:[-73.76823253, 40.67053929]} },
{type: 'Feature',properties:{Name: '4', Address: '140-21 172ND STREET, SPRINGFIELD GARDENS', Month: '7', Price: '1100'}, geometry: { type: 'Point', coordinates:[-73.76823252, 40.67054203]} },
{type: 'Feature',properties:{Name: '4', Address: '140-30 173RD STREET, SPRINGFIELD GARDENS', Month: '3', Price: '1000'}, geometry: { type: 'Point', coordinates:[-73.76738431, 40.67084774]} },
{type: 'Feature',properties:{Name: '4', Address: '140-30 173RD STREET, SPRINGFIELD GARDENS', Month: '3', Price: '1000'}, geometry: { type: 'Point', coordinates:[-73.76738431, 40.67084774]} },
{type: 'Feature',properties:{Name: '4', Address: '170-19 144TH AVENUE, SPRINGFIELD GARDENS', Month: '2', Price: '1296'}, geometry: { type: 'Point', coordinates:[-73.76932342, 40.66885618]} },
{type: 'Feature',properties:{Name: '4', Address: '17016 143RD ROAD, SPRINGFIELD GARDENS', Month: '1', Price: '1125'}, geometry: { type: 'Point', coordinates:[-73.76971022, 40.66958433]} },
{type: 'Feature',properties:{Name: '4', Address: '169-65 144TH ROAD, SPRINGFIELD GARDENS', Month: '3', Price: '940'}, geometry: { type: 'Point', coordinates:[-73.77021221, 40.66827058]} },
{type: 'Feature',properties:{Name: '4', Address: '172-05 144TH ROAD, SPRINGFIELD GARDENS', Month: '6', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.7673079, 40.66794909]} },
{type: 'Feature',properties:{Name: '4', Address: '172-22 144 AVENUE, SPRINGFIELD GARDENS', Month: '11', Price: '1206'}, geometry: { type: 'Point', coordinates:[-73.76870008, 40.66877259]} },
{type: 'Feature',properties:{Name: '4', Address: '171-24 144TH AVENUE, SPRINGFIELD GARDENS', Month: '9', Price: '1090'}, geometry: { type: 'Point', coordinates:[-73.76901358, 40.66880615]} },
{type: 'Feature',properties:{Name: '4', Address: '170-16 144TH AVENUE, SPRINGFIELD GARDENS', Month: '6', Price: '1308'}, geometry: { type: 'Point', coordinates:[-73.76932708, 40.66883972]} },
{type: 'Feature',properties:{Name: '4', Address: '170-16 144TH AVE, SPRINGFIELD GARDENS', Month: '9', Price: '1308'}, geometry: { type: 'Point', coordinates:[-73.76932708, 40.66883972]} },
{type: 'Feature',properties:{Name: '4', Address: '120-03 FARMERS BLVD, SPRINGFIELD GARDENS', Month: '2', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.7611141, 40.68630998]} },
{type: 'Feature',properties:{Name: '4', Address: '188-33 120TH RD, SPRINGFIELD GARDENS', Month: '10', Price: '1292'}, geometry: { type: 'Point', coordinates:[-73.75981645, 40.68619474]} },
{type: 'Feature',properties:{Name: '4', Address: '188-33 120TH ROAD, SPRINGFIELD GARDENS', Month: '3', Price: '1292'}, geometry: { type: 'Point', coordinates:[-73.75981645, 40.68619474]} },
{type: 'Feature',properties:{Name: '4', Address: '188-40 120 ROAD, SPRINGFIELD GARDENS', Month: '7', Price: '1300'}, geometry: { type: 'Point', coordinates:[-73.75963599, 40.68624377]} },
{type: 'Feature',properties:{Name: '4', Address: '188-40 120 ROAD, SPRINGFIELD GARDENS', Month: '6', Price: '1300'}, geometry: { type: 'Point', coordinates:[-73.75963599, 40.68624377]} },
{type: 'Feature',properties:{Name: '4', Address: '188-62 120TH ROAD, SPRINGFIELD GARDENS', Month: '1', Price: '1288'}, geometry: { type: 'Point', coordinates:[-73.75916664, 40.68641297]} },
{type: 'Feature',properties:{Name: '4', Address: '121-12 MILBURN, SPRINGFIELD GARDENS', Month: '12', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.75976321, 40.68495948]} },
{type: 'Feature',properties:{Name: '4', Address: '186-29 122ND AVENUE, SPRINGFIELD GARDENS', Month: '12', Price: '954'}, geometry: { type: 'Point', coordinates:[-73.75972924, 40.68338116]} },
{type: 'Feature',properties:{Name: '4', Address: '121-17 MILBURN STREET, SPRINGFIELD GARDENS', Month: '6', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.75971288, 40.6849182]} },
{type: 'Feature',properties:{Name: '4', Address: '121-28 GRAYSON STREET, SPRINGFIELD GARDENS', Month: '2', Price: '1050'}, geometry: { type: 'Point', coordinates:[-73.7588397, 40.6850893]} },
{type: 'Feature',properties:{Name: '4', Address: '121-28 GRAYSON STREET, SPRINGFIELD GARDENS', Month: '9', Price: '1050'}, geometry: { type: 'Point', coordinates:[-73.7588397, 40.6850893]} },
{type: 'Feature',properties:{Name: '4', Address: '121-25 GRAYSON ST, SPRINGFIELD GARDENS', Month: '12', Price: '1050'}, geometry: { type: 'Point', coordinates:[-73.75885032, 40.68514147]} },
{type: 'Feature',properties:{Name: '4', Address: '121-55 BENTON STREET, SPRINGFIELD GARDENS', Month: '5', Price: '1561'}, geometry: { type: 'Point', coordinates:[-73.75784438, 40.68513112]} },
{type: 'Feature',properties:{Name: '4', Address: '121-37 192 STREET, SPRINGFIELD GARDENS', Month: '2', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.75553757, 40.68589204]} },
{type: 'Feature',properties:{Name: '4', Address: '120-62 194TH STREET, SPRINGFIELD GARDENS', Month: '1', Price: '1040'}, geometry: { type: 'Point', coordinates:[-73.75422128, 40.68692676]} },
{type: 'Feature',properties:{Name: '4', Address: '121-23 193RD STREET, SPRINGFIELD GARDENS', Month: '8', Price: '768'}, geometry: { type: 'Point', coordinates:[-73.75489727, 40.68646159]} },
{type: 'Feature',properties:{Name: '4', Address: '193-01 122ND AVENUE, SPRINGFIELD GARDENS', Month: '8', Price: '1584'}, geometry: { type: 'Point', coordinates:[-73.75422886, 40.68585083]} },
{type: 'Feature',properties:{Name: '4', Address: '121-21 194TH STREET, SPRINGFIELD GARDENS', Month: '9', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.75418887, 40.68691572]} },
{type: 'Feature',properties:{Name: '4', Address: '121-23 195TH STREET, SPRINGFIELD GARDENS', Month: '10', Price: '1056'}, geometry: { type: 'Point', coordinates:[-73.75339438, 40.68724613]} },
{type: 'Feature',properties:{Name: '4', Address: '121-11 198TH STREET, SPRINGFIELD GARDENS', Month: '7', Price: '990'}, geometry: { type: 'Point', coordinates:[-73.75105398, 40.68828137]} },
{type: 'Feature',properties:{Name: '4', Address: '121-11 198 STREET, SPRINGFIELD GARDENS', Month: '4', Price: '990'}, geometry: { type: 'Point', coordinates:[-73.75105398, 40.68828137]} },
{type: 'Feature',properties:{Name: '4', Address: '121-11 198TH STREET, SPRINGFIELD GARDENS', Month: '2', Price: '990'}, geometry: { type: 'Point', coordinates:[-73.75105398, 40.68828137]} },
{type: 'Feature',properties:{Name: '4', Address: '120-06 SPRINGFIELD BOULEVAR, SPRINGFIELD GARDENS', Month: '9', Price: '1020'}, geometry: { type: 'Point', coordinates:[-73.746781, 40.69114583]} },
{type: 'Feature',properties:{Name: '4', Address: '120-06 SPRINGFIELD BLVD, SPRINGFIELD GARDENS', Month: '8', Price: '1020'}, geometry: { type: 'Point', coordinates:[-73.74645347, 40.69098591]} },
{type: 'Feature',properties:{Name: '4', Address: '123-06 MONTAUK STREET, SPRINGFIELD GARDENS', Month: '10', Price: '958'}, geometry: { type: 'Point', coordinates:[-73.75840089, 40.68080926]} },
{type: 'Feature',properties:{Name: '4', Address: '122-19 NELLIS STREET, SPRINGFIELD GARDENS', Month: '3', Price: '1192'}, geometry: { type: 'Point', coordinates:[-73.75942181, 40.68264492]} },
{type: 'Feature',properties:{Name: '4', Address: '122-22 MILBURN STREET, SPRINGFIELD GARDENS', Month: '7', Price: '1028'}, geometry: { type: 'Point', coordinates:[-73.7585837, 40.68309605]} },
{type: 'Feature',properties:{Name: '4', Address: '187-02 122 AVENUE, SPRINGFIELD GARDENS', Month: '8', Price: '1104'}, geometry: { type: 'Point', coordinates:[-73.75882647, 40.6837608]} },
{type: 'Feature',properties:{Name: '4', Address: '187-02 122ND AVENUE, SPRINGFIELD GARDENS', Month: '3', Price: '1104'}, geometry: { type: 'Point', coordinates:[-73.75882647, 40.6837608]} },
{type: 'Feature',properties:{Name: '4', Address: '189-02 122ND AVENUE, SPRINGFIELD GARDENS', Month: '9', Price: '1076'}, geometry: { type: 'Point', coordinates:[-73.7572663, 40.68446292]} },
{type: 'Feature',properties:{Name: '4', Address: '189-02 122ND AVENUE, SPRINGFIELD GARDENS', Month: '1', Price: '1076'}, geometry: { type: 'Point', coordinates:[-73.7572663, 40.68446292]} },
{type: 'Feature',properties:{Name: '4', Address: '122-16 191ST STREET, SPRINGFIELD GARDENS', Month: '6', Price: '1332'}, geometry: { type: 'Point', coordinates:[-73.75558124, 40.68479971]} },
{type: 'Feature',properties:{Name: '4', Address: '122-32 191ST STREET, SPRINGFIELD GARDENS', Month: '10', Price: '1332'}, geometry: { type: 'Point', coordinates:[-73.75543024, 40.68468136]} },
{type: 'Feature',properties:{Name: '4', Address: '193-02 122ND AVENUE, SPRINGFIELD GARDENS', Month: '2', Price: '1432'}, geometry: { type: 'Point', coordinates:[-73.75415309, 40.68586439]} },
{type: 'Feature',properties:{Name: '4', Address: '193-22 122ND AVENUE, SPRINGFIELD GARDENS', Month: '6', Price: '1536'}, geometry: { type: 'Point', coordinates:[-73.75364022, 40.6860966]} },
{type: 'Feature',properties:{Name: '4', Address: '194-11 NASHVILLE BOULEVARD, SPRINGFIELD GARDENS', Month: '8', Price: '1187'}, geometry: { type: 'Point', coordinates:[-73.75236155, 40.68573154]} },
{type: 'Feature',properties:{Name: '4', Address: '123-25 MONTAUK STREET, SPRINGFIELD GARDENS', Month: '12', Price: '956'}, geometry: { type: 'Point', coordinates:[-73.75809883, 40.68058904]} },
{type: 'Feature',properties:{Name: '4', Address: '185-14 NASHVILLE BOULEVARD, SPRINGFIELD GARDENS', Month: '11', Price: '1005'}, geometry: { type: 'Point', coordinates:[-73.75847182, 40.68113604]} },
{type: 'Feature',properties:{Name: '4', Address: '186-04 NASHVILLE BOULEVARD, SPRINGFIELD GARDENS', Month: '4', Price: '1163'}, geometry: { type: 'Point', coordinates:[-73.75785722, 40.68159587]} },
{type: 'Feature',properties:{Name: '4', Address: '123-19 GRAYSON STREET, SPRINGFIELD GARDENS', Month: '2', Price: '1225'}, geometry: { type: 'Point', coordinates:[-73.75634757, 40.68229809]} },
{type: 'Feature',properties:{Name: '4', Address: '188-12 NASHVILLE BLVD, SPRINGFIELD GARDENS', Month: '5', Price: '1184'}, geometry: { type: 'Point', coordinates:[-73.75647977, 40.68262775]} },
{type: 'Feature',properties:{Name: '4', Address: '188-14 NASHVILLE BOULEVARD, SPRINGFIELD GARDENS', Month: '3', Price: '1184'}, geometry: { type: 'Point', coordinates:[-73.75646892, 40.68263596]} },
{type: 'Feature',properties:{Name: '4', Address: '188-14 NASHVILLE BOULEVARD, SPRINGFIELD GARDENS', Month: '11', Price: '1184'}, geometry: { type: 'Point', coordinates:[-73.75646892, 40.68263596]} },
{type: 'Feature',properties:{Name: '4', Address: '188-14 NASHVILLE BOULEVARD, SPRINGFIELD GARDENS', Month: '8', Price: '1184'}, geometry: { type: 'Point', coordinates:[-73.75646892, 40.68263596]} },
{type: 'Feature',properties:{Name: '4', Address: '188-20 NASHVILLE BOULEVARD, SPRINGFIELD GARDENS', Month: '12', Price: '1156'}, geometry: { type: 'Point', coordinates:[-73.75644, 40.68265786]} },
{type: 'Feature',properties:{Name: '4', Address: '189-14 WILLIAMSON AVENUE, SPRINGFIELD GARDENS', Month: '5', Price: '1938'}, geometry: { type: 'Point', coordinates:[-73.75498027, 40.68251752]} },
{type: 'Feature',properties:{Name: '4', Address: '189-14 WILLIAMSON AVENUE, SPRINGFIELD GARDENS', Month: '11', Price: '1938'}, geometry: { type: 'Point', coordinates:[-73.75498027, 40.68251752]} },
{type: 'Feature',properties:{Name: '4', Address: '187-16 RIDGEDALE STREET, SPRINGFIELD GARDENS', Month: '8', Price: '1585'}, geometry: { type: 'Point', coordinates:[-73.75374951, 40.68091194]} },
{type: 'Feature',properties:{Name: '4', Address: '124-17 LUCAS STREET, SPRINGFIELD GARDENS', Month: '4', Price: '3675'}, geometry: { type: 'Point', coordinates:[-73.75433332, 40.68294158]} },
{type: 'Feature',properties:{Name: '4', Address: '190-19 PINEVILLE LANE, SPRINGFIELD GARDENS', Month: '12', Price: '1968'}, geometry: { type: 'Point', coordinates:[-73.75323276, 40.68317802]} },
{type: 'Feature',properties:{Name: '4', Address: '19107 PINEVILLE LANE, SPRINGFIELD GARDENS', Month: '9', Price: '1968'}, geometry: { type: 'Point', coordinates:[-73.75268638, 40.6837011]} },
{type: 'Feature',properties:{Name: '4', Address: '191-35 PINEVILLE LANE, SPRINGFIELD GARDENS', Month: '4', Price: '1968'}, geometry: { type: 'Point', coordinates:[-73.75202418, 40.68433921]} },
{type: 'Feature',properties:{Name: '4', Address: '124-08 193RD STREET, SPRINGFIELD GARDENS', Month: '7', Price: '1968'}, geometry: { type: 'Point', coordinates:[-73.75232953, 40.68464454]} },
{type: 'Feature',properties:{Name: '4', Address: '194-20 NASHVILLE BOULEVARD, SPRINGFIELD GARDENS', Month: '6', Price: '1250'}, geometry: { type: 'Point', coordinates:[-73.75146541, 40.68624837]} },
{type: 'Feature',properties:{Name: '4', Address: '193-50 WILLIAMSON AVENUE, SPRINGFIELD GARDENS', Month: '1', Price: '1250'}, geometry: { type: 'Point', coordinates:[-73.75212311, 40.68488564]} },
{type: 'Feature',properties:{Name: '4', Address: '122-34A SPRINGFIELD BOULEVAR, SPRINGFIELD GARDENS', Month: '4', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.74983025, 40.68671968]} },
{type: 'Feature',properties:{Name: '4', Address: '131-41 MATHEWSON COURT, SPRINGFIELD GARDENS', Month: '10', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.76123895, 40.67863034]} },
{type: 'Feature',properties:{Name: '4', Address: '131-41 MATHEWSON COURT, SPRINGFIELD GARDENS', Month: '8', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.76123895, 40.67863034]} },
{type: 'Feature',properties:{Name: '4', Address: '134-17 CHENEY STREET, SPRINGFIELD GARDENS', Month: '6', Price: '1846'}, geometry: { type: 'Point', coordinates:[-73.76188092, 40.67654838]} },
{type: 'Feature',properties:{Name: '4', Address: '178-25 134TH AVENUE, SPRINGFIELD GARDENS', Month: '5', Price: '1250'}, geometry: { type: 'Point', coordinates:[-73.76278934, 40.67657496]} },
{type: 'Feature',properties:{Name: '4', Address: '177-25 135TH AVENUE, SPRINGFIELD GARDENS', Month: '5', Price: '1296'}, geometry: { type: 'Point', coordinates:[-73.76309914, 40.67562864]} },
{type: 'Feature',properties:{Name: '4', Address: '177-22 136TH AVENUE, SPRINGFIELD GARDENS', Month: '6', Price: '1106'}, geometry: { type: 'Point', coordinates:[-73.76284216, 40.67490075]} },
{type: 'Feature',properties:{Name: '4', Address: '178-10 CRANDALL AVENUE, SPRINGFIELD GARDENS', Month: '9', Price: '1180'}, geometry: { type: 'Point', coordinates:[-73.76129178, 40.67595703]} },
{type: 'Feature',properties:{Name: '4', Address: '179-29 136TH AVENUE, SPRINGFIELD GARDENS', Month: '7', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.75905822, 40.67650133]} },
{type: 'Feature',properties:{Name: '4', Address: '17902 134 AVE, SPRINGFIELD GARDENS', Month: '2', Price: '880'}, geometry: { type: 'Point', coordinates:[-73.76009952, 40.67767004]} },
{type: 'Feature',properties:{Name: '4', Address: '179-26 134TH AVENUE, SPRINGFIELD GARDENS', Month: '9', Price: '880'}, geometry: { type: 'Point', coordinates:[-73.75992259, 40.67774652]} },
{type: 'Feature',properties:{Name: '4', Address: '180-09 140 AVENUE, SPRINGFIELD GARDENS', Month: '7', Price: '1794'}, geometry: { type: 'Point', coordinates:[-73.76363224, 40.67169097]} },
{type: 'Feature',properties:{Name: '4', Address: '139-35 182ND STREET, SPRINGFIELD GARDENS', Month: '4', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.76325809, 40.67249168]} },
{type: 'Feature',properties:{Name: '4', Address: '137-32 WESTGATE STREET, SPRINGFIELD GARDENS', Month: '2', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.76142632, 40.67362149]} },
{type: 'Feature',properties:{Name: '4', Address: '177-18 137TH AVENUE, SPRINGFIELD GARDENS', Month: '5', Price: '1820'}, geometry: { type: 'Point', coordinates:[-73.7621087, 40.67434479]} },
{type: 'Feature',properties:{Name: '4', Address: '137-43 WESTGATE STREET, SPRINGFIELD GARDENS', Month: '4', Price: '1348'}, geometry: { type: 'Point', coordinates:[-73.76121395, 40.67353048]} },
{type: 'Feature',properties:{Name: '4', Address: '137-59 THURSTON STREET, SPRINGFIELD GARDENS', Month: '4', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.76018325, 40.67343501]} },
{type: 'Feature',properties:{Name: '4', Address: '137-77 BELKNAP STREET, SPRINGFIELD GARDENS', Month: '6', Price: '1155'}, geometry: { type: 'Point', coordinates:[-73.75821411, 40.67365596]} },
{type: 'Feature',properties:{Name: '4', Address: '184-40 EDGEWOOD AVENUE, SPRINGFIELD GARDENS', Month: '12', Price: '1108'}, geometry: { type: 'Point', coordinates:[-73.75933541, 40.67161894]} },
{type: 'Feature',properties:{Name: '4', Address: '184-46 EDGEWOOD AVENUE, SPRINGFIELD GARDENS', Month: '2', Price: '1108'}, geometry: { type: 'Point', coordinates:[-73.75924546, 40.67157209]} },
{type: 'Feature',properties:{Name: '4', Address: '184-54 EDGEWOOD AVENUE, SPRINGFIELD GARDENS', Month: '5', Price: '1228'}, geometry: { type: 'Point', coordinates:[-73.75913032, 40.67151146]} },
{type: 'Feature',properties:{Name: '4', Address: '179-16 142ND AVENUE, SPRINGFIELD GARDENS', Month: '1', Price: '1296'}, geometry: { type: 'Point', coordinates:[-73.7648451, 40.67021402]} },
{type: 'Feature',properties:{Name: '4', Address: '181-08 141ST AVENUE, SPRINGFIELD GARDENS', Month: '2', Price: '2727'}, geometry: { type: 'Point', coordinates:[-73.76242413, 40.67080466]} },
{type: 'Feature',properties:{Name: '4', Address: '181-08 141ST AVENUE, SPRINGFIELD GARDENS', Month: '7', Price: '2727'}, geometry: { type: 'Point', coordinates:[-73.76242413, 40.67080466]} },
{type: 'Feature',properties:{Name: '4', Address: '141-55 183RD STREET, SPRINGFIELD GARDENS', Month: '12', Price: '1133'}, geometry: { type: 'Point', coordinates:[-73.76059421, 40.66942299]} },
{type: 'Feature',properties:{Name: '4', Address: '179-34 143RD ROAD, SPRINGFIELD GARDENS', Month: '8', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.76521711, 40.66898786]} },
{type: 'Feature',properties:{Name: '4', Address: '143-17 180TH STREET, SPRINGFIELD GARDENS', Month: '6', Price: '1474'}, geometry: { type: 'Point', coordinates:[-73.76408551, 40.66890046]} },
{type: 'Feature',properties:{Name: '4', Address: '180-08 143RD AVENUE, SPRINGFIELD GARDENS', Month: '1', Price: '1458'}, geometry: { type: 'Point', coordinates:[-73.76368744, 40.66933606]} },
{type: 'Feature',properties:{Name: '4', Address: '180-14 143RD AVENUE, SPRINGFIELD GARDENS', Month: '5', Price: '1771'}, geometry: { type: 'Point', coordinates:[-73.76364781, 40.66933049]} },
{type: 'Feature',properties:{Name: '4', Address: '180-14 143 AVENUE, SPRINGFIELD GARDENS', Month: '3', Price: '1771'}, geometry: { type: 'Point', coordinates:[-73.76364781, 40.66933049]} },
{type: 'Feature',properties:{Name: '4', Address: '182-20 143 AVE, SPRINGFIELD GARDENS', Month: '7', Price: '1748'}, geometry: { type: 'Point', coordinates:[-73.76137814, 40.66894977]} },
{type: 'Feature',properties:{Name: '4', Address: '184-02 143RD AVE., SPRINGFIELD GARDENS', Month: '6', Price: '1380'}, geometry: { type: 'Point', coordinates:[-73.75956602, 40.66864956]} },
{type: 'Feature',properties:{Name: '4', Address: '179-21 144TH ROAD, SPRINGFIELD GARDENS', Month: '4', Price: '1158'}, geometry: { type: 'Point', coordinates:[-73.7662197, 40.66782886]} },
{type: 'Feature',properties:{Name: '4', Address: '166-10 SOUTH CONDUIT AVENUE, SPRINGFIELD GARDENS', Month: '9', Price: '923'}, geometry: { type: 'Point', coordinates:[-73.77813289, 40.66687256]} },
{type: 'Feature',properties:{Name: '4', Address: '144-46 166TH STREET, SPRINGFIELD GARDENS', Month: '10', Price: '900'}, geometry: { type: 'Point', coordinates:[-73.77703217, 40.66510279]} },
{type: 'Feature',properties:{Name: '4', Address: '166-08 144TH AVENUE, SPRINGFIELD GARDENS', Month: '10', Price: '872'}, geometry: { type: 'Point', coordinates:[-73.777486, 40.66628667]} },
{type: 'Feature',properties:{Name: '4', Address: '144-47 166TH STREET, SPRINGFIELD GARDENS', Month: '8', Price: '928'}, geometry: { type: 'Point', coordinates:[-73.77701412, 40.66511099]} },
{type: 'Feature',properties:{Name: '4', Address: '144-31 166TH STREET, SPRINGFIELD GARDENS', Month: '3', Price: '928'}, geometry: { type: 'Point', coordinates:[-73.77727611, 40.66545459]} },
{type: 'Feature',properties:{Name: '4', Address: '165-23 144TH TERRACE, SPRINGFIELD GARDENS', Month: '7', Price: '1156'}, geometry: { type: 'Point', coordinates:[-73.7766037, 40.66388602]} },
{type: 'Feature',properties:{Name: '4', Address: '163-33 145TH ROAD, SPRINGFIELD GARDENS', Month: '7', Price: '825'}, geometry: { type: 'Point', coordinates:[-73.77554412, 40.66276957]} },
{type: 'Feature',properties:{Name: '4', Address: '168-03 144TH TERRACE, SPRINGFIELD GARDENS', Month: '4', Price: '1054'}, geometry: { type: 'Point', coordinates:[-73.77499001, 40.66461848]} },
{type: 'Feature',properties:{Name: '4', Address: '167-15 144TH TERRACE, SPRINGFIELD GARDENS', Month: '10', Price: '1054'}, geometry: { type: 'Point', coordinates:[-73.77516329, 40.66453922]} },
{type: 'Feature',properties:{Name: '4', Address: '167-05 144TH TERRACE, SPRINGFIELD GARDENS', Month: '5', Price: '1054'}, geometry: { type: 'Point', coordinates:[-73.77516329, 40.66453922]} },
{type: 'Feature',properties:{Name: '4', Address: '167-12 144TH DRIVE, SPRINGFIELD GARDENS', Month: '11', Price: '1054'}, geometry: { type: 'Point', coordinates:[-73.77539926, 40.66511334]} },
{type: 'Feature',properties:{Name: '4', Address: '144-57 175TH STREET, SPRINGFIELD GARDENS', Month: '11', Price: '1582'}, geometry: { type: 'Point', coordinates:[-73.77390182, 40.66556878]} },
{type: 'Feature',properties:{Name: '4', Address: '175-02 145TH AVENUE, SPRINGFIELD GARDENS', Month: '6', Price: '1564'}, geometry: { type: 'Point', coordinates:[-73.7729788, 40.66457884]} },
{type: 'Feature',properties:{Name: '4', Address: '167-22 145 DRIVE, SPRINGFIELD GARDENS', Month: '3', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.77340617, 40.66291909]} },
{type: 'Feature',properties:{Name: '4', Address: '145-64 175 STREET, SPRINGFIELD GARDENS', Month: '3', Price: '1170'}, geometry: { type: 'Point', coordinates:[-73.77211479, 40.66320748]} },
{type: 'Feature',properties:{Name: '4', Address: '145-86 176TH STREET, SPRINGFIELD GARDENS', Month: '5', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.77069991, 40.66271884]} },
{type: 'Feature',properties:{Name: '4', Address: '146-81 FARMERS BOULEVARD, SPRINGFIELD GARDENS', Month: '2', Price: '1020'}, geometry: { type: 'Point', coordinates:[-73.7707041, 40.66150017]} },
{type: 'Feature',properties:{Name: '4', Address: '176-07 147TH AVENUE, SPRINGFIELD GARDENS', Month: '10', Price: '1539'}, geometry: { type: 'Point', coordinates:[-73.76971868, 40.66086964]} },
{type: 'Feature',properties:{Name: '4', Address: '146-33 177TH STREET, SPRINGFIELD GARDENS', Month: '4', Price: '1122'}, geometry: { type: 'Point', coordinates:[-73.7691809, 40.66212293]} },
{type: 'Feature',properties:{Name: '4', Address: '184-20 SOUTH CONDUIT AVENUE, SPRINGFIELD GARDENS', Month: '3', Price: '1100'}, geometry: { type: 'Point', coordinates:[-73.76007352, 40.66585642]} },
{type: 'Feature',properties:{Name: '4', Address: '145-52 181ST STREET, SPRINGFIELD GARDENS', Month: '1', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.76449921, 40.66403754]} },
{type: 'Feature',properties:{Name: '4', Address: '180-17 145TH DRIVE, SPRINGFIELD GARDENS', Month: '8', Price: '648'}, geometry: { type: 'Point', coordinates:[-73.76530767, 40.66374001]} },
{type: 'Feature',properties:{Name: '4', Address: '145-90 179TH STREET, SPRINGFIELD GARDENS', Month: '10', Price: '1040'}, geometry: { type: 'Point', coordinates:[-73.76658452, 40.66349558]} },
{type: 'Feature',properties:{Name: '4', Address: '145-90 179TH STREET, SPRINGFIELD GARDENS', Month: '8', Price: '1040'}, geometry: { type: 'Point', coordinates:[-73.76658452, 40.66349558]} },
{type: 'Feature',properties:{Name: '4', Address: '145-95 178TH PLACE, SPRINGFIELD GARDENS', Month: '5', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.7675048, 40.66317081]} },
{type: 'Feature',properties:{Name: '4', Address: '146-05 181 STREET, SPRINGFIELD GARDENS', Month: '6', Price: '1176'}, geometry: { type: 'Point', coordinates:[-73.76503734, 40.66271291]} },
{type: 'Feature',properties:{Name: '4', Address: '146-05 181ST STREET, SPRINGFIELD GARDENS', Month: '11', Price: '1176'}, geometry: { type: 'Point', coordinates:[-73.76503734, 40.66271291]} },
{type: 'Feature',properties:{Name: '4', Address: '146-10 182ND STREET, SPRINGFIELD GARDENS', Month: '3', Price: '1000'}, geometry: { type: 'Point', coordinates:[-73.76425271, 40.66239291]} },
{type: 'Feature',properties:{Name: '4', Address: '146-14 184TH STREET, SPRINGFIELD GARDENS', Month: '2', Price: '3036'}, geometry: { type: 'Point', coordinates:[-73.7625462, 40.6618322]} },
{type: 'Feature',properties:{Name: '4', Address: '178-19 146TH DRIVE, SPRINGFIELD GARDENS', Month: '4', Price: '990'}, geometry: { type: 'Point', coordinates:[-73.76786672, 40.66171131]} },
{type: 'Feature',properties:{Name: '4', Address: '178-19 146TH DRIVE, SPRINGFIELD GARDENS', Month: '8', Price: '990'}, geometry: { type: 'Point', coordinates:[-73.76786672, 40.66171131]} },
{type: 'Feature',properties:{Name: '4', Address: '17925 146TH DRIVE, SPRINGFIELD GARDENS', Month: '9', Price: '525'}, geometry: { type: 'Point', coordinates:[-73.7661326, 40.66182583]} },
{type: 'Feature',properties:{Name: '4', Address: '179-25 146TH DRIVE, SPRINGFIELD GARDENS', Month: '2', Price: '525'}, geometry: { type: 'Point', coordinates:[-73.7661326, 40.66182583]} },
{type: 'Feature',properties:{Name: '4', Address: '179-23 146TH DRIVE, SPRINGFIELD GARDENS', Month: '12', Price: '525'}, geometry: { type: 'Point', coordinates:[-73.76613259, 40.66182857]} },
{type: 'Feature',properties:{Name: '4', Address: '146-47 182ND STREET, SPRINGFIELD GARDENS', Month: '4', Price: '928'}, geometry: { type: 'Point', coordinates:[-73.76471818, 40.66122732]} },
{type: 'Feature',properties:{Name: '4', Address: '146-60 183RD STREET, SPRINGFIELD GARDENS', Month: '9', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.76393718, 40.66090458]} },
{type: 'Feature',properties:{Name: '4', Address: '182-14 146TH ROAD, SPRINGFIELD GARDENS', Month: '10', Price: '828'}, geometry: { type: 'Point', coordinates:[-73.76416758, 40.66200297]} },
{type: 'Feature',properties:{Name: '4', Address: '181-19 147TH AVENUE, SPRINGFIELD GARDENS', Month: '1', Price: '1848'}, geometry: { type: 'Point', coordinates:[-73.76556238, 40.65998017]} },
{type: 'Feature',properties:{Name: '4', Address: '183-08 146TH TERRACE, SPRINGFIELD GARDENS', Month: '2', Price: '1584'}, geometry: { type: 'Point', coordinates:[-73.76394215, 40.66051758]} },
{type: 'Feature',properties:{Name: '4', Address: '183-09 145TH DRIVE, SPRINGFIELD GARDENS', Month: '6', Price: '840'}, geometry: { type: 'Point', coordinates:[-73.76273989, 40.66311168]} },
{type: 'Feature',properties:{Name: '4', Address: '145-04 157 STREET, SPRINGFIELD GARDENS', Month: '1', Price: '896'}, geometry: { type: 'Point', coordinates:[-73.78060091, 40.66503829]} },
{type: 'Feature',properties:{Name: '4', Address: '145-50 158TH STREET, SPRINGFIELD GARDENS', Month: '5', Price: '1160'}, geometry: { type: 'Point', coordinates:[-73.78055853, 40.66367679]} },
{type: 'Feature',properties:{Name: '4', Address: '145-31 157TH STREET, SPRINGFIELD GARDENS', Month: '10', Price: '1160'}, geometry: { type: 'Point', coordinates:[-73.78120562, 40.66420228]} },
{type: 'Feature',properties:{Name: '4', Address: '145-59 158TH STREET, SPRINGFIELD GARDENS', Month: '10', Price: '1160'}, geometry: { type: 'Point', coordinates:[-73.78059484, 40.66359726]} },
{type: 'Feature',properties:{Name: '4', Address: '145-27 158TH STREET, SPRINGFIELD GARDENS', Month: '9', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.780374, 40.66389053]} },
{type: 'Feature',properties:{Name: '4', Address: '145-58 159TH STREET, SPRINGFIELD GARDENS', Month: '3', Price: '1160'}, geometry: { type: 'Point', coordinates:[-73.77980657, 40.66325815]} },
{type: 'Feature',properties:{Name: '4', Address: '145-72 159TH STREET, SPRINGFIELD GARDENS', Month: '4', Price: '1226'}, geometry: { type: 'Point', coordinates:[-73.77990431, 40.66313207]} },
{type: 'Feature',properties:{Name: '4', Address: '151-57 134 AVENUE, SPRINGFIELD GARDENS', Month: '8', Price: '1806'}, geometry: { type: 'Point', coordinates:[-73.7853542, 40.66875546]} },
{type: 'Feature',properties:{Name: '4', Address: '151-45 135TH AVENUE, SPRINGFIELD GARDENS', Month: '11', Price: '1936'}, geometry: { type: 'Point', coordinates:[-73.78525576, 40.6679785]} },
{type: 'Feature',properties:{Name: '4', Address: '151-50 135TH AVENUE, SPRINGFIELD GARDENS', Month: '1', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.78505723, 40.66806322]} },
{type: 'Feature',properties:{Name: '4', Address: '151-52 135TH AVENUE, SPRINGFIELD GARDENS', Month: '9', Price: '2157'}, geometry: { type: 'Point', coordinates:[-73.78501752, 40.66808236]} },
{type: 'Feature',properties:{Name: '4', Address: '127-10 160TH STREET, SPRINGFIELD GARDENS', Month: '12', Price: '2150'}, geometry: { type: 'Point', coordinates:[-73.78207436, 40.67632215]} },
{type: 'Feature',properties:{Name: '4', Address: '157-07 129TH AVENUE, SPRINGFIELD GARDENS', Month: '8', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.78191685, 40.6748781]} },
{type: 'Feature',properties:{Name: '4', Address: '160-17 128TH AVE, SPRINGFIELD GARDENS', Month: '1', Price: '1040'}, geometry: { type: 'Point', coordinates:[-73.78130708, 40.67613405]} },
{type: 'Feature',properties:{Name: '4', Address: '128-15 160TH STREET, SPRINGFIELD GARDENS', Month: '4', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.78135497, 40.67582124]} },
{type: 'Feature',properties:{Name: '4', Address: '160-19 129TH AVENUE, SPRINGFIELD GARDENS', Month: '9', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.78062009, 40.67564692]} },
{type: 'Feature',properties:{Name: '4', Address: '129-11 157TH STREET, SPRINGFIELD GARDENS', Month: '12', Price: '1712'}, geometry: { type: 'Point', coordinates:[-73.7820154, 40.67450774]} },
{type: 'Feature',properties:{Name: '4', Address: '129-03 160 ST, SPRINGFIELD GARDENS', Month: '6', Price: '1900'}, geometry: { type: 'Point', coordinates:[-73.78073637, 40.67536717]} },
{type: 'Feature',properties:{Name: '4', Address: '132-18 155TH STREET, SPRINGFIELD GARDENS', Month: '10', Price: '1720'}, geometry: { type: 'Point', coordinates:[-73.78245193, 40.6722002]} },
{type: 'Feature',properties:{Name: '4', Address: '132-11 154TH STREET, SPRINGFIELD GARDENS', Month: '5', Price: '2368'}, geometry: { type: 'Point', coordinates:[-73.78324613, 40.6718586]} },
{type: 'Feature',properties:{Name: '4', Address: '132-47 155TH STREET, SPRINGFIELD GARDENS', Month: '7', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.78241234, 40.67218091]} },
{type: 'Feature',properties:{Name: '4', Address: '156-15 134TH AVENUE, SPRINGFIELD GARDENS', Month: '4', Price: '1387'}, geometry: { type: 'Point', coordinates:[-73.78041079, 40.67132897]} },
{type: 'Feature',properties:{Name: '4', Address: '156-15 134TH AVENUE, SPRINGFIELD GARDENS', Month: '2', Price: '1387'}, geometry: { type: 'Point', coordinates:[-73.78041079, 40.67132897]} },
{type: 'Feature',properties:{Name: '4', Address: '132-27 156TH STREET, SPRINGFIELD GARDENS', Month: '1', Price: '1830'}, geometry: { type: 'Point', coordinates:[-73.78161441, 40.67255818]} },
{type: 'Feature',properties:{Name: '4', Address: '132-27 156TH STREET, SPRINGFIELD GARDENS', Month: '4', Price: '1830'}, geometry: { type: 'Point', coordinates:[-73.78161441, 40.67255818]} },
{type: 'Feature',properties:{Name: '4', Address: '132-44 159TH STREET, SPRINGFIELD GARDENS', Month: '10', Price: '1480'}, geometry: { type: 'Point', coordinates:[-73.77870739, 40.67298081]} },
{type: 'Feature',properties:{Name: '4', Address: '132-37 159TH STREET, SPRINGFIELD GARDENS', Month: '4', Price: '1466'}, geometry: { type: 'Point', coordinates:[-73.77869293, 40.67299451]} },
{type: 'Feature',properties:{Name: '4', Address: '160-01 134TH AVENUE, SPRINGFIELD GARDENS', Month: '12', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.77725542, 40.67272824]} },
{type: 'Feature',properties:{Name: '4', Address: '160-01 134TH AVENUE, SPRINGFIELD GARDENS', Month: '5', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.77725542, 40.67272824]} },
{type: 'Feature',properties:{Name: '4', Address: '133-15 160TH STREET, SPRINGFIELD GARDENS', Month: '6', Price: '1848'}, geometry: { type: 'Point', coordinates:[-73.77770832, 40.67312711]} },
{type: 'Feature',properties:{Name: '4', Address: '134-26 155 STREET, SPRINGFIELD GARDENS', Month: '7', Price: '1371'}, geometry: { type: 'Point', coordinates:[-73.78123866, 40.67061416]} },
{type: 'Feature',properties:{Name: '4', Address: '134-46 156TH STREET, SPRINGFIELD GARDENS', Month: '12', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.78041559, 40.67096667]} },
{type: 'Feature',properties:{Name: '4', Address: '156-09 137TH AVENUE, SPRINGFIELD GARDENS', Month: '10', Price: '2178'}, geometry: { type: 'Point', coordinates:[-73.77923729, 40.66972652]} },
{type: 'Feature',properties:{Name: '4', Address: '134-41 157TH STREET, SPRINGFIELD GARDENS', Month: '5', Price: '1536'}, geometry: { type: 'Point', coordinates:[-73.77959245, 40.67133564]} },
{type: 'Feature',properties:{Name: '4', Address: '134-43 160TH STREET, SPRINGFIELD GARDENS', Month: '6', Price: '1942'}, geometry: { type: 'Point', coordinates:[-73.77716275, 40.67241241]} },
{type: 'Feature',properties:{Name: '4', Address: '137-20 155TH STREET, SPRINGFIELD GARDENS', Month: '1', Price: '2205'}, geometry: { type: 'Point', coordinates:[-73.78012595, 40.6691573]} },
{type: 'Feature',properties:{Name: '4', Address: '137-12 157TH STREET, SPRINGFIELD GARDENS', Month: '5', Price: '1512'}, geometry: { type: 'Point', coordinates:[-73.77848706, 40.66985408]} },
{type: 'Feature',properties:{Name: '4', Address: '137-24 157TH STREET, SPRINGFIELD GARDENS', Month: '2', Price: '1512'}, geometry: { type: 'Point', coordinates:[-73.77848347, 40.66984858]} },
{type: 'Feature',properties:{Name: '4', Address: '137-36 159TH STREET, SPRINGFIELD GARDENS', Month: '12', Price: '2772'}, geometry: { type: 'Point', coordinates:[-73.77683738, 40.6705316]} },
{type: 'Feature',properties:{Name: '4', Address: '13730 161ST STREET, SPRINGFIELD GARDENS', Month: '9', Price: '2520'}, geometry: { type: 'Point', coordinates:[-73.77523076, 40.67126133]} },
{type: 'Feature',properties:{Name: '4', Address: '137-21 161ST STREET, SPRINGFIELD GARDENS', Month: '2', Price: '2772'}, geometry: { type: 'Point', coordinates:[-73.7752163, 40.67127228]} },
{type: 'Feature',properties:{Name: '4', Address: '140-06 158TH STREET, SPRINGFIELD GARDENS', Month: '10', Price: '1932'}, geometry: { type: 'Point', coordinates:[-73.77717421, 40.66898145]} },
{type: 'Feature',properties:{Name: '4', Address: '140-09 158TH STREET, SPRINGFIELD GARDENS', Month: '10', Price: '2112'}, geometry: { type: 'Point', coordinates:[-73.77714904, 40.66896219]} },
{type: 'Feature',properties:{Name: '4', Address: '140-11 159 ST, SPRINGFIELD GARDENS', Month: '4', Price: '2449'}, geometry: { type: 'Point', coordinates:[-73.77625795, 40.66917455]} },
{type: 'Feature',properties:{Name: '4', Address: '140-46 160TH STREET, SPRINGFIELD GARDENS', Month: '8', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.77542747, 40.6695819]} },
{type: 'Feature',properties:{Name: '4', Address: '140-46 160TH STREET, SPRINGFIELD GARDENS', Month: '6', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.77542747, 40.6695819]} },
{type: 'Feature',properties:{Name: '4', Address: '140-46 160TH STREET, SPRINGFIELD GARDENS', Month: '6', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.77542747, 40.6695819]} },
{type: 'Feature',properties:{Name: '4', Address: '160-13 NORTH CONDUIT AVENUE, SPRINGFIELD GARDENS', Month: '4', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.77501125, 40.66793971]} },
{type: 'Feature',properties:{Name: '4', Address: '160-13 NORTH CONDUIT AVENUE, SPRINGFIELD GARDENS', Month: '8', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.77501125, 40.66793971]} },
{type: 'Feature',properties:{Name: '4', Address: '140-17 160TH STREET, SPRINGFIELD GARDENS', Month: '12', Price: '1995'}, geometry: { type: 'Point', coordinates:[-73.7754058, 40.66959559]} },
{type: 'Feature',properties:{Name: '4', Address: '140-34 161ST STREET, SPRINGFIELD GARDENS', Month: '2', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.77456837, 40.66992332]} },
{type: 'Feature',properties:{Name: '4', Address: '140-59 161ST STREET, SPRINGFIELD GARDENS', Month: '1', Price: '1516'}, geometry: { type: 'Point', coordinates:[-73.77454677, 40.66991505]} },
{type: 'Feature',properties:{Name: '4', Address: '140-60 GUY R BREWER BLVD, SPRINGFIELD GARDENS', Month: '11', Price: '2671'}, geometry: { type: 'Point', coordinates:[-73.77303283, 40.66988737]} },
{type: 'Feature',properties:{Name: '4', Address: '140-37 LATHAM LANE, SPRINGFIELD GARDENS', Month: '1', Price: '1732'}, geometry: { type: 'Point', coordinates:[-73.77362437, 40.66978423]} },
{type: 'Feature',properties:{Name: '4', Address: '162-23 NORTH CONDUIT AVENUE, SPRINGFIELD GARDENS', Month: '11', Price: '1746'}, geometry: { type: 'Point', coordinates:[-73.77313649, 40.66802661]} },
{type: 'Feature',properties:{Name: '4', Address: '120-25 178TH STREET, SPRINGFIELD GARDENS', Month: '5', Price: '1568'}, geometry: { type: 'Point', coordinates:[-73.76583291, 40.68456576]} },
{type: 'Feature',properties:{Name: '4', Address: '179-40 ANDERSON ROAD, SPRINGFIELD GARDENS', Month: '6', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.76324174, 40.68318807]} },
{type: 'Feature',properties:{Name: '4', Address: '128-09 SIDWAY PLACE, SPRINGFIELD GARDENS', Month: '5', Price: '1952'}, geometry: { type: 'Point', coordinates:[-73.76297934, 40.68194963]} },
{type: 'Feature',properties:{Name: '4', Address: '128-09 SIDWAY PLACE, SPRINGFIELD GARDENS', Month: '12', Price: '1952'}, geometry: { type: 'Point', coordinates:[-73.76297934, 40.68194963]} },
{type: 'Feature',properties:{Name: '4', Address: '176-52 120TH AVENUE, SPRINGFIELD GARDENS', Month: '4', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.76812925, 40.68469393]} },
{type: 'Feature',properties:{Name: '4', Address: '122-05 IRWIN PLACE, SPRINGFIELD GARDENS', Month: '9', Price: '1630'}, geometry: { type: 'Point', coordinates:[-73.76865089, 40.68399232]} },
{type: 'Feature',properties:{Name: '4', Address: '177-13 TROUTVILLE ROAD, SPRINGFIELD GARDENS', Month: '7', Price: '1710'}, geometry: { type: 'Point', coordinates:[-73.7670728, 40.68365976]} },
{type: 'Feature',properties:{Name: '4', Address: '177-36 URSINA ROAD, SPRINGFIELD GARDENS', Month: '5', Price: '1480'}, geometry: { type: 'Point', coordinates:[-73.76637845, 40.68322467]} },
{type: 'Feature',properties:{Name: '4', Address: '177-36 URSINA ROAD, SPRINGFIELD GARDENS', Month: '1', Price: '1480'}, geometry: { type: 'Point', coordinates:[-73.76637845, 40.68322467]} },
{type: 'Feature',properties:{Name: '4', Address: '178-15 ANDERSON ROAD, SPRINGFIELD GARDENS', Month: '9', Price: '1584'}, geometry: { type: 'Point', coordinates:[-73.76458511, 40.68157141]} },
{type: 'Feature',properties:{Name: '4', Address: '178-14 ANDERSON ROAD, SPRINGFIELD GARDENS', Month: '2', Price: '1700'}, geometry: { type: 'Point', coordinates:[-73.76456712, 40.68156313]} },
{type: 'Feature',properties:{Name: '4', Address: '178-40 EVELETH ROAD, SPRINGFIELD GARDENS', Month: '9', Price: '1692'}, geometry: { type: 'Point', coordinates:[-73.76286361, 40.68103538]} },
{type: 'Feature',properties:{Name: '4', Address: '174-22 125TH AVENUE, SPRINGFIELD GARDENS', Month: '8', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.76917344, 40.68198693]} },
{type: 'Feature',properties:{Name: '4', Address: '174-21 129TH AVENUE, SPRINGFIELD GARDENS', Month: '4', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.76827956, 40.67983048]} },
{type: 'Feature',properties:{Name: '4', Address: '17468 128TH AVENUE, SPRINGFIELD GARDENS', Month: '9', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.76895946, 40.68026552]} },
{type: 'Feature',properties:{Name: '4', Address: '174-55 129TH AVENUE, SPRINGFIELD GARDENS', Month: '7', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.767136, 40.68001756]} },
{type: 'Feature',properties:{Name: '4', Address: '127-29 177TH STREET, SPRINGFIELD GARDENS', Month: '7', Price: '2304'}, geometry: { type: 'Point', coordinates:[-73.76583816, 40.68101677]} },
{type: 'Feature',properties:{Name: '4', Address: '134-30 GARRETT STREET, SPRINGFIELD GARDENS', Month: '9', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.76450614, 40.67534607]} },
{type: 'Feature',properties:{Name: '4', Address: '178-07 130TH AVENUE, SPRINGFIELD GARDENS', Month: '11', Price: '1724'}, geometry: { type: 'Point', coordinates:[-73.76372871, 40.68007374]} },
{type: 'Feature',properties:{Name: '4', Address: '177-42 129TH AVE, SPRINGFIELD GARDENS', Month: '5', Price: '2858'}, geometry: { type: 'Point', coordinates:[-73.76483395, 40.68053164]} },
{type: 'Feature',properties:{Name: '4', Address: '176-09 134TH AVENUE, SPRINGFIELD GARDENS', Month: '2', Price: '2413'}, geometry: { type: 'Point', coordinates:[-73.7644902, 40.67577697]} },
{type: 'Feature',properties:{Name: '4', Address: '137-37 167TH STREET, SPRINGFIELD GARDENS', Month: '12', Price: '1793'}, geometry: { type: 'Point', coordinates:[-73.77288628, 40.67163825]} },
{type: 'Feature',properties:{Name: '4', Address: '169-05 140TH AVENUE, SPRINGFIELD GARDENS', Month: '3', Price: '980'}, geometry: { type: 'Point', coordinates:[-73.77083751, 40.67092878]} },
{type: 'Feature',properties:{Name: '4', Address: '137-41 172ND STREET, SPRINGFIELD GARDENS', Month: '9', Price: '1428'}, geometry: { type: 'Point', coordinates:[-73.76841105, 40.67207398]} },
{type: 'Feature',properties:{Name: '4', Address: '171-17 143RD ROAD, SPRINGFIELD GARDENS', Month: '8', Price: '1100'}, geometry: { type: 'Point', coordinates:[-73.76878769, 40.66949739]} },
{type: 'Feature',properties:{Name: '4', Address: '174-38 140TH AVENUE, SPRINGFIELD GARDENS', Month: '7', Price: '2460'}, geometry: { type: 'Point', coordinates:[-73.76591939, 40.67122904]} },
{type: 'Feature',properties:{Name: '4', Address: '17438 140 AVE, SPRINGFIELD GARDENS', Month: '9', Price: '2460'}, geometry: { type: 'Point', coordinates:[-73.76591939, 40.67122904]} },
{type: 'Feature',properties:{Name: '4', Address: '174-38 140TH AVENUE, SPRINGFIELD GARDENS', Month: '12', Price: '2460'}, geometry: { type: 'Point', coordinates:[-73.76591939, 40.67122904]} },
{type: 'Feature',properties:{Name: '4', Address: '174-34 140TH AVENUE, SPRINGFIELD GARDENS', Month: '5', Price: '2460'}, geometry: { type: 'Point', coordinates:[-73.7659338, 40.67122907]} },
{type: 'Feature',properties:{Name: '4', Address: '174-27 142 AVENUE, SPRINGFIELD GARDENS', Month: '7', Price: '2524'}, geometry: { type: 'Point', coordinates:[-73.76622107, 40.67052149]} },
{type: 'Feature',properties:{Name: '4', Address: '174-31 142ND AVENUE, SPRINGFIELD GARDENS', Month: '10', Price: '2524'}, geometry: { type: 'Point', coordinates:[-73.76621747, 40.67052149]} },
{type: 'Feature',properties:{Name: '4', Address: '143-08 FARMERS BLVD., SPRINGFIELD GARDENS', Month: '5', Price: '1980'}, geometry: { type: 'Point', coordinates:[-73.76574906, 40.66943085]} },
{type: 'Feature',properties:{Name: '4', Address: '143-10 FARMERS BLVD, SPRINGFIELD GARDENS', Month: '3', Price: '1980'}, geometry: { type: 'Point', coordinates:[-73.76577083, 40.66938973]} },
{type: 'Feature',properties:{Name: '4', Address: '142-11 174TH STREET, SPRINGFIELD GARDENS', Month: '5', Price: '2150'}, geometry: { type: 'Point', coordinates:[-73.76638436, 40.67021716]} },
{type: 'Feature',properties:{Name: '4', Address: '167-06 144TH AVENUE, SPRINGFIELD GARDENS', Month: '9', Price: '1147'}, geometry: { type: 'Point', coordinates:[-73.77233594, 40.6691696]} },
{type: 'Feature',properties:{Name: '4', Address: '172-18 144TH AVENUE, SPRINGFIELD GARDENS', Month: '12', Price: '1606'}, geometry: { type: 'Point', coordinates:[-73.76870008, 40.66877259]} },
{type: 'Feature',properties:{Name: '4', Address: '16912 144TH ROAD, SPRINGFIELD GARDENS', Month: '11', Price: '1840'}, geometry: { type: 'Point', coordinates:[-73.77026632, 40.66825971]} },
{type: 'Feature',properties:{Name: '4', Address: '188-18 120 ROAD, SPRINGFIELD GARDENS', Month: '4', Price: '1548'}, geometry: { type: 'Point', coordinates:[-73.76010535, 40.68607183]} },
{type: 'Feature',properties:{Name: '4', Address: '188-07 121ST AVENUE, SPRINGFIELD GARDENS', Month: '4', Price: '1496'}, geometry: { type: 'Point', coordinates:[-73.75972176, 40.6854562]} },
{type: 'Feature',properties:{Name: '4', Address: '191-02 120TH AVENUE, SPRINGFIELD GARDENS', Month: '10', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.75823239, 40.68750618]} },
{type: 'Feature',properties:{Name: '4', Address: '121-11 192ND STREET, SPRINGFIELD GARDENS', Month: '12', Price: '2540'}, geometry: { type: 'Point', coordinates:[-73.75584589, 40.68637578]} },
{type: 'Feature',properties:{Name: '4', Address: '12013 194 ST, SPRINGFIELD GARDENS', Month: '1', Price: '992'}, geometry: { type: 'Point', coordinates:[-73.75497752, 40.68817451]} },
{type: 'Feature',properties:{Name: '4', Address: '121-19 195TH STREET, SPRINGFIELD GARDENS', Month: '11', Price: '1840'}, geometry: { type: 'Point', coordinates:[-73.7534159, 40.68727912]} },
{type: 'Feature',properties:{Name: '4', Address: '120-47 196TH STREET, SPRINGFIELD GARDENS', Month: '9', Price: '1099'}, geometry: { type: 'Point', coordinates:[-73.75322727, 40.68855778]} },
{type: 'Feature',properties:{Name: '4', Address: '121-12 199 STREET, SPRINGFIELD GARDENS', Month: '3', Price: '1192'}, geometry: { type: 'Point', coordinates:[-73.75027393, 40.68859807]} },
{type: 'Feature',properties:{Name: '4', Address: '120-23 199TH STREET, SPRINGFIELD GARDENS', Month: '12', Price: '949'}, geometry: { type: 'Point', coordinates:[-73.75094411, 40.68970018]} },
{type: 'Feature',properties:{Name: '4', Address: '201-12 120TH AVENUE, SPRINGFIELD GARDENS', Month: '3', Price: '949'}, geometry: { type: 'Point', coordinates:[-73.74921631, 40.69081081]} },
{type: 'Feature',properties:{Name: '4', Address: '122-27 BENTON STREET, SPRINGFIELD GARDENS', Month: '10', Price: '1047'}, geometry: { type: 'Point', coordinates:[-73.75685801, 40.68370999]} },
{type: 'Feature',properties:{Name: '4', Address: '190-01 NASHVILLE BOULEVARD, SPRINGFIELD GARDENS', Month: '10', Price: '1146'}, geometry: { type: 'Point', coordinates:[-73.75521064, 40.68360494]} },
{type: 'Feature',properties:{Name: '4', Address: '194-15 NASHVILLE BOULEVARD, SPRINGFIELD GARDENS', Month: '11', Price: '1425'}, geometry: { type: 'Point', coordinates:[-73.75232178, 40.6857589]} },
{type: 'Feature',properties:{Name: '4', Address: '185-11 WILLIAMSON AVENUE, SPRINGFIELD GARDENS', Month: '3', Price: '1719'}, geometry: { type: 'Point', coordinates:[-73.75749089, 40.68021173]} },
{type: 'Feature',properties:{Name: '4', Address: '188-08 WILLIAMSON AVENUE, SPRINGFIELD GARDENS', Month: '2', Price: '1766'}, geometry: { type: 'Point', coordinates:[-73.75566143, 40.68161044]} },
{type: 'Feature',properties:{Name: '4', Address: '187-10 RIDGEDALE STREET, SPRINGFIELD GARDENS', Month: '12', Price: '1530'}, geometry: { type: 'Point', coordinates:[-73.75376043, 40.68088451]} },
{type: 'Feature',properties:{Name: '4', Address: '187-10 RIDGEDALE STREET, SPRINGFIELD GARDENS', Month: '5', Price: '1530'}, geometry: { type: 'Point', coordinates:[-73.75376043, 40.68088451]} },
{type: 'Feature',properties:{Name: '4', Address: '133-05 FARMERS BOULEVARD, SPRINGFIELD GARDENS', Month: '5', Price: '2174'}, geometry: { type: 'Point', coordinates:[-73.76318477, 40.67689417]} },
{type: 'Feature',properties:{Name: '4', Address: '177-37 135TH AVE, SPRINGFIELD GARDENS', Month: '9', Price: '1782'}, geometry: { type: 'Point', coordinates:[-73.76296917, 40.67568053]} },
{type: 'Feature',properties:{Name: '4', Address: '178-34 CRANDALL AVENUE, SPRINGFIELD GARDENS', Month: '3', Price: '2370'}, geometry: { type: 'Point', coordinates:[-73.76098012, 40.67640927]} },
{type: 'Feature',properties:{Name: '4', Address: '184-09 140TH AVENUE, SPRINGFIELD GARDENS', Month: '4', Price: '1548'}, geometry: { type: 'Point', coordinates:[-73.76001404, 40.67236968]} },
{type: 'Feature',properties:{Name: '4', Address: '137-50 THURSTON STREET, SPRINGFIELD GARDENS', Month: '6', Price: '1872'}, geometry: { type: 'Point', coordinates:[-73.76019773, 40.67341857]} },
{type: 'Feature',properties:{Name: '4', Address: '137-47 WESTGATE STREET, SPRINGFIELD GARDENS', Month: '1', Price: '1950'}, geometry: { type: 'Point', coordinates:[-73.7611348, 40.67348639]} },
{type: 'Feature',properties:{Name: '4', Address: '137-80 SOUTHGATE STREET, SPRINGFIELD GARDENS', Month: '3', Price: '1654'}, geometry: { type: 'Point', coordinates:[-73.75911262, 40.67341905]} },
{type: 'Feature',properties:{Name: '4', Address: '139-04 SPRINGFIELD BLVD, SPRINGFIELD GARDENS', Month: '12', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.75622577, 40.67320436]} },
{type: 'Feature',properties:{Name: '4', Address: '140-23 181ST STREET, SPRINGFIELD GARDENS', Month: '7', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.76282539, 40.67150541]} },
{type: 'Feature',properties:{Name: '4', Address: '14016 183RD STREET, SPRINGFIELD GARDENS', Month: '8', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.76109033, 40.67180924]} },
{type: 'Feature',properties:{Name: '4', Address: '183-06 140TH AVE, SPRINGFIELD GARDENS', Month: '1', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.76093398, 40.6721822]} },
{type: 'Feature',properties:{Name: '4', Address: '140-16 184TH STREET, SPRINGFIELD GARDENS', Month: '5', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.7601351, 40.67178804]} },
{type: 'Feature',properties:{Name: '4', Address: '140-20 184TH STREET, SPRINGFIELD GARDENS', Month: '1', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.76012801, 40.67175509]} },
{type: 'Feature',properties:{Name: '4', Address: '140-20 184TH STREET, SPRINGFIELD GARDENS', Month: '1', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.76012801, 40.67175509]} },
{type: 'Feature',properties:{Name: '4', Address: '183-13 141ST AVENUE, SPRINGFIELD GARDENS', Month: '11', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.76056364, 40.67090785]} },
{type: 'Feature',properties:{Name: '4', Address: '183-01 141ST AVENUE, SPRINGFIELD GARDENS', Month: '2', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.76063936, 40.67090252]} },
{type: 'Feature',properties:{Name: '4', Address: '140-37 183RD STREET, SPRINGFIELD GARDENS', Month: '8', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.76101165, 40.67163341]} },
{type: 'Feature',properties:{Name: '4', Address: '140-45 CHARLES LANE, SPRINGFIELD GARDENS', Month: '4', Price: '1424'}, geometry: { type: 'Point', coordinates:[-73.75701667, 40.6718309]} },
{type: 'Feature',properties:{Name: '4', Address: '140-53 COOMBS STREET, SPRINGFIELD GARDENS', Month: '10', Price: '1672'}, geometry: { type: 'Point', coordinates:[-73.75793542, 40.67197282]} },
{type: 'Feature',properties:{Name: '4', Address: '179-11 142ND AVENUE, SPRINGFIELD GARDENS', Month: '2', Price: '2156'}, geometry: { type: 'Point', coordinates:[-73.76490989, 40.6702416]} },
{type: 'Feature',properties:{Name: '4', Address: '142-19 FARMERS BOULEVARD, SPRINGFIELD GARDENS', Month: '6', Price: '1890'}, geometry: { type: 'Point', coordinates:[-73.76534295, 40.67010524]} },
{type: 'Feature',properties:{Name: '4', Address: '141-18 181ST STREET, SPRINGFIELD GARDENS', Month: '6', Price: '1584'}, geometry: { type: 'Point', coordinates:[-73.76266317, 40.67049225]} },
{type: 'Feature',properties:{Name: '4', Address: '141-18 181ST STREET, SPRINGFIELD GARDENS', Month: '10', Price: '1584'}, geometry: { type: 'Point', coordinates:[-73.76266317, 40.67049225]} },
{type: 'Feature',properties:{Name: '4', Address: '141-22 181ST STREET, SPRINGFIELD GARDENS', Month: '4', Price: '1584'}, geometry: { type: 'Point', coordinates:[-73.76266318, 40.67048951]} },
{type: 'Feature',properties:{Name: '4', Address: '141-24 181ST STREET, SPRINGFIELD GARDENS', Month: '9', Price: '1584'}, geometry: { type: 'Point', coordinates:[-73.76266319, 40.67048676]} },
{type: 'Feature',properties:{Name: '4', Address: '141-45 182ND STREET, SPRINGFIELD GARDENS', Month: '6', Price: '1860'}, geometry: { type: 'Point', coordinates:[-73.76171518, 40.67046559]} },
{type: 'Feature',properties:{Name: '4', Address: '141-28 184TH STREET, SPRINGFIELD GARDENS', Month: '12', Price: '2448'}, geometry: { type: 'Point', coordinates:[-73.75979865, 40.67011576]} },
{type: 'Feature',properties:{Name: '4', Address: '185-14 141ST AVENUE, SPRINGFIELD GARDENS', Month: '12', Price: '1632'}, geometry: { type: 'Point', coordinates:[-73.75875734, 40.67097819]} },
{type: 'Feature',properties:{Name: '4', Address: '180-01 144TH AVENUE, SPRINGFIELD GARDENS', Month: '6', Price: '1834'}, geometry: { type: 'Point', coordinates:[-73.76428647, 40.66813782]} },
{type: 'Feature',properties:{Name: '4', Address: '143-14 182ND PLACE, SPRINGFIELD GARDENS', Month: '1', Price: '3011'}, geometry: { type: 'Point', coordinates:[-73.76164224, 40.66868407]} },
{type: 'Feature',properties:{Name: '4', Address: '184-17 144TH AVENUE, SPRINGFIELD GARDENS', Month: '10', Price: '1088'}, geometry: { type: 'Point', coordinates:[-73.75980817, 40.66747255]} },
{type: 'Feature',properties:{Name: '4', Address: '184-01 144TH AVENUE, SPRINGFIELD GARDENS', Month: '4', Price: '1504'}, geometry: { type: 'Point', coordinates:[-73.75991624, 40.66749199]} },
{type: 'Feature',properties:{Name: '4', Address: '184-01 144TH AVENUE, SPRINGFIELD GARDENS', Month: '12', Price: '1504'}, geometry: { type: 'Point', coordinates:[-73.75991624, 40.66749199]} },
{type: 'Feature',properties:{Name: '4', Address: '143-20 185TH STREET, SPRINGFIELD GARDENS', Month: '8', Price: '1602'}, geometry: { type: 'Point', coordinates:[-73.75889721, 40.66818429]} },
{type: 'Feature',properties:{Name: '4', Address: '144-03 FARMERS BLVD, SPRINGFIELD GARDENS', Month: '5', Price: '1650'}, geometry: { type: 'Point', coordinates:[-73.76630794, 40.66836427]} },
{type: 'Feature',properties:{Name: '4', Address: '179-39 144TH ROAD, SPRINGFIELD GARDENS', Month: '4', Price: '1736'}, geometry: { type: 'Point', coordinates:[-73.76619808, 40.66782607]} },
{type: 'Feature',properties:{Name: '4', Address: '180-21 NORTH CONDUIT AVENUE, SPRINGFIELD GARDENS', Month: '6', Price: '1376'}, geometry: { type: 'Point', coordinates:[-73.76458538, 40.66719697]} },
{type: 'Feature',properties:{Name: '4', Address: '181-34 144 AVENUE, SPRINGFIELD GARDENS', Month: '9', Price: '973'}, geometry: { type: 'Point', coordinates:[-73.76223654, 40.66780971]} },
{type: 'Feature',properties:{Name: '4', Address: '183-10 144TH AVENUE, SPRINGFIELD GARDENS', Month: '6', Price: '1594'}, geometry: { type: 'Point', coordinates:[-73.76077019, 40.66759533]} },
{type: 'Feature',properties:{Name: '4', Address: '183-22 144TH AVENUE, SPRINGFIELD GARDENS', Month: '11', Price: '2256'}, geometry: { type: 'Point', coordinates:[-73.76069092, 40.66758418]} },
{type: 'Feature',properties:{Name: '4', Address: '167-15 144TH DRIVE, SPRINGFIELD GARDENS', Month: '8', Price: '1656'}, geometry: { type: 'Point', coordinates:[-73.7756194, 40.66503691]} },
{type: 'Feature',properties:{Name: '4', Address: '166-28 144TH AVENUE, SPRINGFIELD GARDENS', Month: '11', Price: '1251'}, geometry: { type: 'Point', coordinates:[-73.77685424, 40.66657091]} },
{type: 'Feature',properties:{Name: '4', Address: '144-43 168TH STREET, SPRINGFIELD GARDENS', Month: '4', Price: '1656'}, geometry: { type: 'Point', coordinates:[-73.77536095, 40.66578573]} },
{type: 'Feature',properties:{Name: '4', Address: '165-17 145 RD, SPRINGFIELD GARDENS', Month: '2', Price: '1672'}, geometry: { type: 'Point', coordinates:[-73.77573544, 40.66268486]} },
{type: 'Feature',properties:{Name: '4', Address: '165-15 145TH ROAD, SPRINGFIELD GARDENS', Month: '12', Price: '1605'}, geometry: { type: 'Point', coordinates:[-73.77575711, 40.66267392]} },
{type: 'Feature',properties:{Name: '4', Address: '165-11 145TH ROAD, SPRINGFIELD GARDENS', Month: '10', Price: '1672'}, geometry: { type: 'Point', coordinates:[-73.77580764, 40.66265206]} },
{type: 'Feature',properties:{Name: '4', Address: '167-21 145TH DRIVE, SPRINGFIELD GARDENS', Month: '8', Price: '1900'}, geometry: { type: 'Point', coordinates:[-73.77341694, 40.66293283]} },
{type: 'Feature',properties:{Name: '4', Address: '145-32 176TH STREET, SPRINGFIELD GARDENS', Month: '9', Price: '1356'}, geometry: { type: 'Point', coordinates:[-73.77178722, 40.66413457]} },
{type: 'Feature',properties:{Name: '4', Address: '175-08 145TH DRIVE, SPRINGFIELD GARDENS', Month: '1', Price: '2650'}, geometry: { type: 'Point', coordinates:[-73.77203483, 40.66340221]} },
{type: 'Feature',properties:{Name: '4', Address: '145-85 176TH STREET, SPRINGFIELD GARDENS', Month: '1', Price: '1795'}, geometry: { type: 'Point', coordinates:[-73.77066749, 40.66271329]} },
{type: 'Feature',properties:{Name: '4', Address: '145-77 176TH STREET, SPRINGFIELD GARDENS', Month: '8', Price: '1795'}, geometry: { type: 'Point', coordinates:[-73.77078232, 40.66286174]} },
{type: 'Feature',properties:{Name: '4', Address: '14577 176 STREET, SPRINGFIELD GARDENS', Month: '7', Price: '1795'}, geometry: { type: 'Point', coordinates:[-73.77078232, 40.66286174]} },
{type: 'Feature',properties:{Name: '4', Address: '145-63 176TH STREET, SPRINGFIELD GARDENS', Month: '4', Price: '2392'}, geometry: { type: 'Point', coordinates:[-73.77098328, 40.66312289]} },
{type: 'Feature',properties:{Name: '4', Address: '145-70 177TH STREET, SPRINGFIELD GARDENS', Month: '3', Price: '2313'}, geometry: { type: 'Point', coordinates:[-73.77020006, 40.663426]} },
{type: 'Feature',properties:{Name: '4', Address: '146-17 FARMERS BOULEVARD, SPRINGFIELD GARDENS', Month: '7', Price: '2024'}, geometry: { type: 'Point', coordinates:[-73.76934343, 40.66306747]} },
{type: 'Feature',properties:{Name: '4', Address: '177-24 145 RD, SPRINGFIELD GARDENS', Month: '11', Price: '1882'}, geometry: { type: 'Point', coordinates:[-73.7686759, 40.66534979]} },
{type: 'Feature',properties:{Name: '4', Address: '144-38 181ST STREET, SPRINGFIELD GARDENS', Month: '9', Price: '1197'}, geometry: { type: 'Point', coordinates:[-73.76363049, 40.66608063]} },
{type: 'Feature',properties:{Name: '4', Address: '180-05 145TH ROAD, SPRINGFIELD GARDENS', Month: '1', Price: '2322'}, geometry: { type: 'Point', coordinates:[-73.76486351, 40.66499073]} },
{type: 'Feature',properties:{Name: '4', Address: '184-03 144TH ROAD, SPRINGFIELD GARDENS', Month: '8', Price: '2042'}, geometry: { type: 'Point', coordinates:[-73.76084651, 40.66541063]} },
{type: 'Feature',properties:{Name: '4', Address: '145-41 179TH STREET, SPRINGFIELD GARDENS', Month: '1', Price: '1605'}, geometry: { type: 'Point', coordinates:[-73.76606826, 40.66475713]} },
{type: 'Feature',properties:{Name: '4', Address: '180-04 146 AVENUE, SPRINGFIELD GARDENS', Month: '11', Price: '1900'}, geometry: { type: 'Point', coordinates:[-73.76561641, 40.66306817]} },
{type: 'Feature',properties:{Name: '4', Address: '180-06 146TH AVENUE, SPRINGFIELD GARDENS', Month: '3', Price: '1900'}, geometry: { type: 'Point', coordinates:[-73.765602, 40.66306539]} },
{type: 'Feature',properties:{Name: '4', Address: '180-06 146TH AVENUE, SPRINGFIELD GARDENS', Month: '2', Price: '1900'}, geometry: { type: 'Point', coordinates:[-73.765602, 40.66306539]} },
{type: 'Feature',properties:{Name: '4', Address: '146-02 181 ST, SPRINGFIELD GARDENS', Month: '3', Price: '1596'}, geometry: { type: 'Point', coordinates:[-73.76503353, 40.66277329]} },
{type: 'Feature',properties:{Name: '4', Address: '146-08 181ST STREET, SPRINGFIELD GARDENS', Month: '3', Price: '1000'}, geometry: { type: 'Point', coordinates:[-73.76510622, 40.66260326]} },
{type: 'Feature',properties:{Name: '4', Address: '146-41 GUY R. BREWER BOULEV, SPRINGFIELD GARDENS', Month: '12', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.7678548, 40.66202969]} },
{type: 'Feature',properties:{Name: '4', Address: '146-47 183RD STREET, SPRINGFIELD GARDENS', Month: '5', Price: '1211'}, geometry: { type: 'Point', coordinates:[-73.76378834, 40.66120346]} },
{type: 'Feature',properties:{Name: '4', Address: '181-07 147TH AVENUE, SPRINGFIELD GARDENS', Month: '2', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.76572087, 40.66001068]} },
{type: 'Feature',properties:{Name: '4', Address: '182-09 147TH AVENUE, SPRINGFIELD GARDENS', Month: '2', Price: '1568'}, geometry: { type: 'Point', coordinates:[-73.76484553, 40.65986617]} },
{type: 'Feature',properties:{Name: '4', Address: '146-79 182ND STREET, SPRINGFIELD GARDENS', Month: '1', Price: '1886'}, geometry: { type: 'Point', coordinates:[-73.76506347, 40.66041283]} },
{type: 'Feature',properties:{Name: '4', Address: '183-10 146TH TERRACE, SPRINGFIELD GARDENS', Month: '12', Price: '1584'}, geometry: { type: 'Point', coordinates:[-73.76393135, 40.66051481]} },
{type: 'Feature',properties:{Name: '4', Address: '183-05 145TH DRIVE, SPRINGFIELD GARDENS', Month: '4', Price: '1370'}, geometry: { type: 'Point', coordinates:[-73.7627687, 40.66311997]} },
{type: 'Feature',properties:{Name: '4', Address: '183-07 145TH DRIVE, SPRINGFIELD GARDENS', Month: '11', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.76275429, 40.6631172]} },
{type: 'Feature',properties:{Name: '4', Address: '179-38 143RD ROAD, SPRINGFIELD GARDENS', Month: '10', Price: '1596'}, geometry: { type: 'Point', coordinates:[-73.76516668, 40.66897678]} },
{type: 'Feature',properties:{Name: '4', Address: '137-18 167TH STREET, SPRINGFIELD GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.77292892, 40.67181949]} },
{type: 'Feature',properties:{Name: '4', Address: '137-18 167TH STREET, SPRINGFIELD GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.77292892, 40.67181949]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 159TH STREET, SPRINGFIELD GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7785695, 40.67325228]} },
{type: 'Feature',properties:{Name: '4', Address: '156TH STREET, SPRINGFIELD GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.77940553, 40.67008366]} },
{type: 'Feature',properties:{Name: '4', Address: '156TH STREET, SPRINGFIELD GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.77944143, 40.67013039]} },
{type: 'Feature',properties:{Name: '4', Address: '156TH STREET, SPRINGFIELD GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.77944143, 40.67013039]} },
{type: 'Feature',properties:{Name: '4', Address: '171-04 BAISLEY BOULEVARD, SPRINGFIELD GARDENS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.77286796, 40.68125319]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 120TH AVENUE, SPRINGFIELD GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75803099, 40.68736302]} },
{type: 'Feature',properties:{Name: '4', Address: '194TH STREET, SPRINGFIELD GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75529484, 40.68817244]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 145TH DRIVE, SPRINGFIELD GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.77306766, 40.66283059]} },
{type: 'Feature',properties:{Name: '4', Address: '167-35 147TH AVENUE, SPRINGFIELD GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.77170326, 40.66128257]} },
{type: 'Feature',properties:{Name: '4', Address: '146-12 181ST STREET, SPRINGFIELD GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76515708, 40.66248808]} },
{type: 'Feature',properties:{Name: '4', Address: '152-11 135TH AVE, SPRINGFIELD GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78356947, 40.6688674]} },
{type: 'Feature',properties:{Name: '4', Address: '157TH STREET, SPRINGFIELD GARDENS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.77982441, 40.67204973]} },
{type: 'Feature',properties:{Name: '4', Address: '186-08 120TH ROAD, SPRINGFIELD GARDENS', Month: '11', Price: '21000'}, geometry: { type: 'Point', coordinates:[-73.76191024, 40.68550192]} },
{type: 'Feature',properties:{Name: '4', Address: '121-30 FARMERS BOULEVARD, SPRINGFIELD GARDENS', Month: '9', Price: '16300'}, geometry: { type: 'Point', coordinates:[-73.76061617, 40.68439583]} },
{type: 'Feature',properties:{Name: '4', Address: '187-04 120TH AVENUE, SPRINGFIELD GARDENS', Month: '2', Price: '71000'}, geometry: { type: 'Point', coordinates:[-73.76244527, 40.68612609]} },
{type: 'Feature',properties:{Name: '4', Address: '123-27 MERRICK BOULEVARD, 79, SPRINGFIELD GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76788712, 40.68278033]} },
{type: 'Feature',properties:{Name: '4', Address: '152-80 ROCKAWAY BOULEVARD, SPRINGFIELD GARDENS', Month: '3', Price: '2376'}, geometry: { type: 'Point', coordinates:[-73.78401345, 40.67091035]} },
{type: 'Feature',properties:{Name: '4', Address: '126-24 FARMERS BOULEVARD, SPRINGFIELD GARDENS', Month: '9', Price: '5300'}, geometry: { type: 'Point', coordinates:[-73.76103009, 40.68158055]} },
{type: 'Feature',properties:{Name: '4', Address: '167-10 SOUTH CONDUIT AVENUE, SPRINGFIELD GARDENS', Month: '10', Price: '11540'}, geometry: { type: 'Point', coordinates:[-73.77710892, 40.66694469]} },
{type: 'Feature',properties:{Name: '4', Address: '147-39 175TH STREET, SPRINGFIELD GARDENS', Month: '11', Price: '36100'}, geometry: { type: 'Point', coordinates:[-73.77089427, 40.66070181]} },
{type: 'Feature',properties:{Name: '4', Address: '122-29 MERRICK BOULEVARD, SPRINGFIELD GARDENS', Month: '6', Price: '2085'}, geometry: { type: 'Point', coordinates:[-73.76933023, 40.68356275]} },
{type: 'Feature',properties:{Name: '4', Address: '127-23 MERRICK BOULEVARD, SPRINGFIELD GARDENS', Month: '12', Price: '13466'}, geometry: { type: 'Point', coordinates:[-73.76527045, 40.68148772]} },
{type: 'Feature',properties:{Name: '4', Address: '145-58 GUY R BREWER BLVD, SPRINGFIELD GARDENS', Month: '5', Price: '9140'}, geometry: { type: 'Point', coordinates:[-73.76889169, 40.66444993]} },
{type: 'Feature',properties:{Name: '4', Address: '145-72 GUY R BREWER BLVD, SPRINGFIELD GARDENS', Month: '11', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.7687375, 40.66421906]} },
{type: 'Feature',properties:{Name: '4', Address: '144-43 FARMERS BOULEVARD, SPRINGFIELD GARDENS', Month: '1', Price: '720'}, geometry: { type: 'Point', coordinates:[-73.76714671, 40.66662577]} },
{type: 'Feature',properties:{Name: '4', Address: '177-28 150TH AVENUE, SPRINGFIELD GARDENS', Month: '2', Price: '11234'}, geometry: { type: 'Point', coordinates:[-73.76826523, 40.65697736]} },
{type: 'Feature',properties:{Name: '4', Address: '149-29 GUY R BREWER BLVD, SPRINGFIELD GARDENS', Month: '7', Price: '862'}, geometry: { type: 'Point', coordinates:[-73.76753146, 40.65758796]} },
{type: 'Feature',properties:{Name: '4', Address: 'LESLIE ROAD, SPRINGFIELD GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7663381, 40.68239292]} },
{type: 'Feature',properties:{Name: '4', Address: 'LESLIE ROAD, SPRINGFIELD GARDENS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7663381, 40.68239292]} },
{type: 'Feature',properties:{Name: '4', Address: '122-04 MERRICK BOULEVARD, SPRINGFIELD GARDENS', Month: '6', Price: '1236'}, geometry: { type: 'Point', coordinates:[-73.76954264, 40.6836565]} },
{type: 'Feature',properties:{Name: '4', Address: '146TH ROAD, SPRINGFIELD GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.77231321, 40.66210173]} },
{type: 'Feature',properties:{Name: '4', Address: '146TH ROAD, SPRINGFIELD GARDENS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.77191068, 40.66176058]} },
{type: 'Feature',properties:{Name: '4', Address: '146TH ROAD, SPRINGFIELD GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7718096, 40.66180704]} },
{type: 'Feature',properties:{Name: '4', Address: 'FARMERS BOULEVARD, SPRINGFIELD GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.77176929, 40.65989384]} },
{type: 'Feature',properties:{Name: '4', Address: '176TH STREET, SPRINGFIELD GARDENS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76926147, 40.65966925]} },
{type: 'Feature',properties:{Name: '4', Address: '150TH AVENUE, SPRINGFIELD GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76815387, 40.65687008]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A ROCKAWAY BOULEVARD, SPRINGFIELD GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76769327, 40.65666055]} },
{type: 'Feature',properties:{Name: '4', Address: '153-04 ROCKAWAY BOULEVARD, SPRINGFIELD GARDENS', Month: '6', Price: '21500'}, geometry: { type: 'Point', coordinates:[-73.78342776, 40.67032461]} },
{type: 'Feature',properties:{Name: '4', Address: '152-31 134TH AVENUE, SPRINGFIELD GARDENS', Month: '10', Price: '13480'}, geometry: { type: 'Point', coordinates:[-73.78395314, 40.66949667]} },
{type: 'Feature',properties:{Name: '4', Address: '153-40 ROCKAWAY BOULEVARD, SPRINGFIELD GARDENS', Month: '1', Price: '15875'}, geometry: { type: 'Point', coordinates:[-73.78268755, 40.66959036]} },
{type: 'Feature',properties:{Name: '4', Address: '153-63 ROCKAWAY BOULEVARD, SPRINGFIELD GARDENS', Month: '12', Price: '23172'}, geometry: { type: 'Point', coordinates:[-73.78217721, 40.66911729]} },
{type: 'Feature',properties:{Name: '4', Address: '130-10 180TH STREET, SPRINGFIELD GARDENS', Month: '6', Price: '18600'}, geometry: { type: 'Point', coordinates:[-73.75954203, 40.68030387]} },
{type: 'Feature',properties:{Name: '4', Address: '130-10 180TH STREET, SPRINGFIELD GARDENS', Month: '12', Price: '18600'}, geometry: { type: 'Point', coordinates:[-73.75954203, 40.68030387]} },
{type: 'Feature',properties:{Name: '4', Address: '122-16 MONTAUK STREET, SPRINGFIELD GARDENS', Month: '7', Price: '2732'}, geometry: { type: 'Point', coordinates:[-73.75975064, 40.68244523]} },
{type: 'Feature',properties:{Name: '4', Address: '130-19 180TH STREET, SPRINGFIELD GARDENS', Month: '9', Price: '7500'}, geometry: { type: 'Point', coordinates:[-73.75946302, 40.68021861]} },
{type: 'Feature',properties:{Name: '4', Address: '167-17 146TH ROAD, SPRINGFIELD GARDENS', Month: '12', Price: '18760'}, geometry: { type: 'Point', coordinates:[-73.77246212, 40.6617699]} },
{type: 'Feature',properties:{Name: '4', Address: '167-16 146TH AVENUE, SPRINGFIELD GARDENS', Month: '7', Price: '9232'}, geometry: { type: 'Point', coordinates:[-73.7729071, 40.66234719]} },
{type: 'Feature',properties:{Name: '4', Address: '147-22 FARMERS BOULEVARD, SPRINGFIELD GARDENS', Month: '5', Price: '12193'}, geometry: { type: 'Point', coordinates:[-73.771189, 40.66094394]} },
{type: 'Feature',properties:{Name: '4', Address: '147-48 175TH STREET, SPRINGFIELD GARDENS', Month: '2', Price: '32189'}, geometry: { type: 'Point', coordinates:[-73.77082851, 40.65991118]} },
{type: 'Feature',properties:{Name: '4', Address: '167-43 148TH AVENUE, SPRINGFIELD GARDENS', Month: '2', Price: '16710'}, geometry: { type: 'Point', coordinates:[-73.77187247, 40.65923255]} },
{type: 'Feature',properties:{Name: '4', Address: '175-18 147TH AVENUE, SPRINGFIELD GARDENS', Month: '9', Price: '4960'}, geometry: { type: 'Point', coordinates:[-73.7706694, 40.66111034]} },
{type: 'Feature',properties:{Name: '4', Address: '147-30 176TH STREET, SPRINGFIELD GARDENS', Month: '12', Price: '13000'}, geometry: { type: 'Point', coordinates:[-73.76983574, 40.66037032]} },
{type: 'Feature',properties:{Name: '4', Address: '147-27 175TH STREET, SPRINGFIELD GARDENS', Month: '11', Price: '24072'}, geometry: { type: 'Point', coordinates:[-73.77090474, 40.66080339]} },
{type: 'Feature',properties:{Name: '4', Address: '147-31 176TH STREET, SPRINGFIELD GARDENS', Month: '6', Price: '21500'}, geometry: { type: 'Point', coordinates:[-73.76981411, 40.66037028]} },
{type: 'Feature',properties:{Name: '4', Address: '177-20 150TH AVENUE, SPRINGFIELD GARDENS', Month: '4', Price: '9720'}, geometry: { type: 'Point', coordinates:[-73.76833733, 40.65697201]} },
{type: 'Feature',properties:{Name: '4', Address: '152-27 134TH AVENUE, SPRINGFIELD GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.78398925, 40.66947753]} },
{type: 'Feature',properties:{Name: '4', Address: '122ND AVENUE, SPRINGFIELD GARDENS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7598622, 40.68350495]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A FARMERS BOULEVARD, SPRINGFIELD GARDENS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76009671, 40.68346427]} },
{type: 'Feature',properties:{Name: '4', Address: '185-21 MERRICK BOULEVARD, SPRINGFIELD GARDENS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75704954, 40.67963165]} },
{type: 'Feature',properties:{Name: '4', Address: '181-14 150TH DRIVE, SPRINGFIELD GARDENS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76549474, 40.65564052]} },
{type: 'Feature',properties:{Name: '4', Address: '181-18 150TH DRIVE, SPRINGFIELD GARDENS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76549114, 40.65564051]} },
{type: 'Feature',properties:{Name: '4', Address: '144-33 167TH STREET, SPRINGFIELD GARDENS', Month: '12', Price: '900'}, geometry: { type: 'Point', coordinates:[-73.77630598, 40.66560093]} },
{type: 'Feature',properties:{Name: '4', Address: '130-30 MERRICK BOULEVARD, SPRINGFIELD GARDENS', Month: '12', Price: '9394'}, geometry: { type: 'Point', coordinates:[-73.76221827, 40.68001299]} },
{type: 'Feature',properties:{Name: '4', Address: '130-30 MERRICK BOULEVARD, SPRINGFIELD GARDENS', Month: '12', Price: '9394'}, geometry: { type: 'Point', coordinates:[-73.76221827, 40.68001299]} },
{type: 'Feature',properties:{Name: '4', Address: '172-01 111TH AVENUE, ST. ALBANS', Month: '11', Price: '1508'}, geometry: { type: 'Point', coordinates:[-73.78026792, 40.69499969]} },
{type: 'Feature',properties:{Name: '4', Address: '110-27 172ND STREET, ST. ALBANS', Month: '6', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.78114456, 40.69599497]} },
{type: 'Feature',properties:{Name: '4', Address: '110-17 172ND STREET, ST. ALBANS', Month: '11', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.78122713, 40.69610766]} },
{type: 'Feature',properties:{Name: '4', Address: '110-43 173RD STREET, ST. ALBANS', Month: '5', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.78018836, 40.69616058]} },
{type: 'Feature',properties:{Name: '4', Address: '110-15 173RD STREET, ST. ALBANS', Month: '10', Price: '800'}, geometry: { type: 'Point', coordinates:[-73.78042172, 40.69647667]} },
{type: 'Feature',properties:{Name: '4', Address: '110-12 175TH STREET, ST. ALBANS', Month: '8', Price: '1438'}, geometry: { type: 'Point', coordinates:[-73.77881458, 40.69718724]} },
{type: 'Feature',properties:{Name: '4', Address: '110-26 175TH STREET, ST. ALBANS', Month: '6', Price: '975'}, geometry: { type: 'Point', coordinates:[-73.7786997, 40.69702782]} },
{type: 'Feature',properties:{Name: '4', Address: '110-26 175 ST, ST. ALBANS', Month: '6', Price: '975'}, geometry: { type: 'Point', coordinates:[-73.7786997, 40.69702782]} },
{type: 'Feature',properties:{Name: '4', Address: '110-50 176TH STREET, ST. ALBANS', Month: '12', Price: '1156'}, geometry: { type: 'Point', coordinates:[-73.7776753, 40.69709172]} },
{type: 'Feature',properties:{Name: '4', Address: '110-48 177TH STREET, ST. ALBANS', Month: '9', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.77687706, 40.69746346]} },
{type: 'Feature',properties:{Name: '4', Address: '110-44 177TH STREET, ST. ALBANS', Month: '7', Price: '1160'}, geometry: { type: 'Point', coordinates:[-73.77690937, 40.69750744]} },
{type: 'Feature',properties:{Name: '4', Address: '110-24 177TH STREET, ST. ALBANS', Month: '7', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.7770781, 40.69773833]} },
{type: 'Feature',properties:{Name: '4', Address: '110-29 176TH STREET, ST. ALBANS', Month: '1', Price: '1648'}, geometry: { type: 'Point', coordinates:[-73.77784393, 40.6973528]} },
{type: 'Feature',properties:{Name: '4', Address: '110-23 176TH STREET, ST. ALBANS', Month: '5', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.77789419, 40.69742152]} },
{type: 'Feature',properties:{Name: '4', Address: '11032 178TH STREET, ST. ALBANS', Month: '11', Price: '1552'}, geometry: { type: 'Point', coordinates:[-73.77627982, 40.69811831]} },
{type: 'Feature',properties:{Name: '4', Address: '111-16 174TH STREET, ST. ALBANS', Month: '6', Price: '1544'}, geometry: { type: 'Point', coordinates:[-73.77845326, 40.69522128]} },
{type: 'Feature',properties:{Name: '4', Address: '111-28 174TH STREET, ST. ALBANS', Month: '11', Price: '1544'}, geometry: { type: 'Point', coordinates:[-73.77828811, 40.69500138]} },
{type: 'Feature',properties:{Name: '4', Address: '111-24 175TH STREET, ST. ALBANS', Month: '4', Price: '1480'}, geometry: { type: 'Point', coordinates:[-73.77771607, 40.69568098]} },
{type: 'Feature',properties:{Name: '4', Address: '111-24 175TH STREET, ST. ALBANS', Month: '7', Price: '1480'}, geometry: { type: 'Point', coordinates:[-73.77771607, 40.69568098]} },
{type: 'Feature',properties:{Name: '4', Address: '111-20 175TH STREET, ST. ALBANS', Month: '12', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.77773401, 40.69570847]} },
{type: 'Feature',properties:{Name: '4', Address: '173-31 113TH AVENUE, ST. ALBANS', Month: '1', Price: '1491'}, geometry: { type: 'Point', coordinates:[-73.77704259, 40.69325879]} },
{type: 'Feature',properties:{Name: '4', Address: '173-05 113TH AVENUE, ST. ALBANS', Month: '9', Price: '1352'}, geometry: { type: 'Point', coordinates:[-73.7772702, 40.69313022]} },
{type: 'Feature',properties:{Name: '4', Address: '173-26 113 AVENUE, ST. ALBANS', Month: '8', Price: '2156'}, geometry: { type: 'Point', coordinates:[-73.77727028, 40.69310826]} },
{type: 'Feature',properties:{Name: '4', Address: '175-15 MURDOCK AVENUE, ST. ALBANS', Month: '1', Price: '2240'}, geometry: { type: 'Point', coordinates:[-73.7753765, 40.69328025]} },
{type: 'Feature',properties:{Name: '4', Address: '112-07 175 PLACE, ST. ALBANS', Month: '1', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.77677983, 40.69526745]} },
{type: 'Feature',properties:{Name: '4', Address: '176-16 SAYRES AVENUE, ST. ALBANS', Month: '7', Price: '1596'}, geometry: { type: 'Point', coordinates:[-73.77647764, 40.69612598]} },
{type: 'Feature',properties:{Name: '4', Address: '111-12 177TH STREET, ST. ALBANS', Month: '4', Price: '1852'}, geometry: { type: 'Point', coordinates:[-73.77569067, 40.69636599]} },
{type: 'Feature',properties:{Name: '4', Address: '177-08 SAYRES AVENUE, ST. ALBANS', Month: '7', Price: '3400'}, geometry: { type: 'Point', coordinates:[-73.77601011, 40.69681676]} },
{type: 'Feature',properties:{Name: '4', Address: '111-18 178TH STREET, ST. ALBANS', Month: '12', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.77507586, 40.69688081]} },
{type: 'Feature',properties:{Name: '4', Address: '111-18 178TH STREET, ST. ALBANS', Month: '10', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.77507586, 40.69688081]} },
{type: 'Feature',properties:{Name: '4', Address: '179-04 112TH AVENUE, ST. ALBANS', Month: '12', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.77236652, 40.69717741]} },
{type: 'Feature',properties:{Name: '4', Address: '112-21 180TH STREET, ST. ALBANS', Month: '5', Price: '1242'}, geometry: { type: 'Point', coordinates:[-73.77151503, 40.69729649]} },
{type: 'Feature',properties:{Name: '4', Address: '111-59 180TH, ST. ALBANS', Month: '5', Price: '1014'}, geometry: { type: 'Point', coordinates:[-73.77263623, 40.69845975]} },
{type: 'Feature',properties:{Name: '4', Address: '175-37 LINDEN BOULEVARD, ST. ALBANS', Month: '6', Price: '2442'}, geometry: { type: 'Point', coordinates:[-73.77420231, 40.69286624]} },
{type: 'Feature',properties:{Name: '4', Address: '114-07 177TH STREET, ST. ALBANS', Month: '3', Price: '892'}, geometry: { type: 'Point', coordinates:[-73.77307311, 40.69407172]} },
{type: 'Feature',properties:{Name: '4', Address: '114-45 178TH STREET, ST. ALBANS', Month: '4', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.77163161, 40.69379164]} },
{type: 'Feature',properties:{Name: '4', Address: '114-29 179TH STREET, ST. ALBANS', Month: '11', Price: '1970'}, geometry: { type: 'Point', coordinates:[-73.77040522, 40.69492829]} },
{type: 'Feature',properties:{Name: '4', Address: '114-17 180TH STREET, ST. ALBANS', Month: '4', Price: '1288'}, geometry: { type: 'Point', coordinates:[-73.7698549, 40.69556123]} },
{type: 'Feature',properties:{Name: '4', Address: '114-17 180TH STREET, ST. ALBANS', Month: '10', Price: '1288'}, geometry: { type: 'Point', coordinates:[-73.7698549, 40.69556123]} },
{type: 'Feature',properties:{Name: '4', Address: '114-21 180TH STREET, ST. ALBANS', Month: '3', Price: '1219'}, geometry: { type: 'Point', coordinates:[-73.76979021, 40.69549523]} },
{type: 'Feature',properties:{Name: '4', Address: '188-05 LINDEN BLVD, ST. ALBANS', Month: '1', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.76398263, 40.6918631]} },
{type: 'Feature',properties:{Name: '4', Address: '187-19 DUNKIRK DRIVE, ST. ALBANS', Month: '1', Price: '1438'}, geometry: { type: 'Point', coordinates:[-73.76486311, 40.69271304]} },
{type: 'Feature',properties:{Name: '4', Address: '189-16 SUFFOLK DRIVE, ST. ALBANS', Month: '2', Price: '1630'}, geometry: { type: 'Point', coordinates:[-73.76325415, 40.69391195]} },
{type: 'Feature',properties:{Name: '4', Address: '115-08 FARMERS BOULEVARD, ST. ALBANS', Month: '6', Price: '760'}, geometry: { type: 'Point', coordinates:[-73.76162158, 40.69564603]} },
{type: 'Feature',properties:{Name: '4', Address: '115-08 FARMERS BOULEVARD, ST. ALBANS', Month: '11', Price: '760'}, geometry: { type: 'Point', coordinates:[-73.76162158, 40.69564603]} },
{type: 'Feature',properties:{Name: '4', Address: '190-11 DORMANS ROAD, ST. ALBANS', Month: '6', Price: '1819'}, geometry: { type: 'Point', coordinates:[-73.76277061, 40.69602718]} },
{type: 'Feature',properties:{Name: '4', Address: '189-03 114TH DRIVE, ST. ALBANS', Month: '6', Price: '1296'}, geometry: { type: 'Point', coordinates:[-73.76397201, 40.69689975]} },
{type: 'Feature',properties:{Name: '4', Address: '189-13 114 DRIVE, ST. ALBANS', Month: '5', Price: '1296'}, geometry: { type: 'Point', coordinates:[-73.76388189, 40.69688858]} },
{type: 'Feature',properties:{Name: '4', Address: '187-12 TIOGA DRIVE, ST. ALBANS', Month: '11', Price: '1296'}, geometry: { type: 'Point', coordinates:[-73.76602299, 40.69410426]} },
{type: 'Feature',properties:{Name: '4', Address: '187-33 TIOGA DR, ST. ALBANS', Month: '10', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.76579522, 40.69426848]} },
{type: 'Feature',properties:{Name: '4', Address: '187-33 TIOGA DR, ST. ALBANS', Month: '6', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.76579522, 40.69426848]} },
{type: 'Feature',properties:{Name: '4', Address: '187-48 SULLIVAN ROAD, ST. ALBANS', Month: '6', Price: '1700'}, geometry: { type: 'Point', coordinates:[-73.76604506, 40.69500734]} },
{type: 'Feature',properties:{Name: '4', Address: '187-18 ROME DRIVE, ST. ALBANS', Month: '11', Price: '1500'}, geometry: { type: 'Point', coordinates:[-73.76720918, 40.69520183]} },
{type: 'Feature',properties:{Name: '4', Address: '187-10 QUENCER ROAD, ST. ALBANS', Month: '12', Price: '1598'}, geometry: { type: 'Point', coordinates:[-73.76823751, 40.69607949]} },
{type: 'Feature',properties:{Name: '4', Address: '187-40 QUENCER ROAD, ST. ALBANS', Month: '3', Price: '2184'}, geometry: { type: 'Point', coordinates:[-73.76742289, 40.69596531]} },
{type: 'Feature',properties:{Name: '4', Address: '188-08 DORMANS ROAD, ST. ALBANS', Month: '9', Price: '2167'}, geometry: { type: 'Point', coordinates:[-73.7662129, 40.69650633]} },
{type: 'Feature',properties:{Name: '4', Address: '18818 DORMANS RD, ST. ALBANS', Month: '7', Price: '1878'}, geometry: { type: 'Point', coordinates:[-73.7660471, 40.69648129]} },
{type: 'Feature',properties:{Name: '4', Address: '188-19 DORMANS ROAD, ST. ALBANS', Month: '11', Price: '1790'}, geometry: { type: 'Point', coordinates:[-73.76604344, 40.69649775]} },
{type: 'Feature',properties:{Name: '4', Address: '186-20 DORMANS ROAD, ST. ALBANS', Month: '11', Price: '1527'}, geometry: { type: 'Point', coordinates:[-73.76848729, 40.69684304]} },
{type: 'Feature',properties:{Name: '4', Address: '186-32 DORMANS ROAD, ST. ALBANS', Month: '2', Price: '1706'}, geometry: { type: 'Point', coordinates:[-73.76847288, 40.69684027]} },
{type: 'Feature',properties:{Name: '4', Address: '185-18 JORDAN AVENUE, ST. ALBANS', Month: '8', Price: '1658'}, geometry: { type: 'Point', coordinates:[-73.76943751, 40.69737744]} },
{type: 'Feature',properties:{Name: '4', Address: '185-40 ILION AVENUE, ST. ALBANS', Month: '11', Price: '1690'}, geometry: { type: 'Point', coordinates:[-73.76996527, 40.69806194]} },
{type: 'Feature',properties:{Name: '4', Address: '185-27 ILION AVENUE, ST. ALBANS', Month: '1', Price: '1910'}, geometry: { type: 'Point', coordinates:[-73.77005571, 40.69798252]} },
{type: 'Feature',properties:{Name: '4', Address: '183-31 FONDA AVENUE, ST. ALBANS', Month: '8', Price: '1476'}, geometry: { type: 'Point', coordinates:[-73.77168253, 40.69998396]} },
{type: 'Feature',properties:{Name: '4', Address: '184-19 GALWAY AVENUE, ST. ALBANS', Month: '4', Price: '1412'}, geometry: { type: 'Point', coordinates:[-73.77087227, 40.69963651]} },
{type: 'Feature',properties:{Name: '4', Address: '183-38 FONDA AVENUE, ST. ALBANS', Month: '9', Price: '1426'}, geometry: { type: 'Point', coordinates:[-73.77166091, 40.69997843]} },
{type: 'Feature',properties:{Name: '4', Address: '183-38 FONDA AVENUE, ST. ALBANS', Month: '3', Price: '1426'}, geometry: { type: 'Point', coordinates:[-73.77166091, 40.69997843]} },
{type: 'Feature',properties:{Name: '4', Address: '184-16 GALWAY AVE, ST. ALBANS', Month: '11', Price: '1616'}, geometry: { type: 'Point', coordinates:[-73.7708905, 40.6995789]} },
{type: 'Feature',properties:{Name: '4', Address: '185-02 HILBURN AVENUE, ST. ALBANS', Month: '9', Price: '1316'}, geometry: { type: 'Point', coordinates:[-73.7701924, 40.69913011]} },
{type: 'Feature',properties:{Name: '4', Address: '186-05 ILION AVENUE, ST. ALBANS', Month: '7', Price: '1208'}, geometry: { type: 'Point', coordinates:[-73.76940737, 40.69879094]} },
{type: 'Feature',properties:{Name: '4', Address: '186-44 ILION AVENUE, ST. ALBANS', Month: '6', Price: '1262'}, geometry: { type: 'Point', coordinates:[-73.76910684, 40.69913892]} },
{type: 'Feature',properties:{Name: '4', Address: '187-31 MANGIN AVENUE, ST. ALBANS', Month: '11', Price: '1518'}, geometry: { type: 'Point', coordinates:[-73.7676276, 40.69827957]} },
{type: 'Feature',properties:{Name: '4', Address: '187-10 KEESEVILLE AVENUE, ST. ALBANS', Month: '2', Price: '1420'}, geometry: { type: 'Point', coordinates:[-73.76691195, 40.69770172]} },
{type: 'Feature',properties:{Name: '4', Address: '186-02 HILLBURN AVENUE, ST. ALBANS', Month: '7', Price: '2221'}, geometry: { type: 'Point', coordinates:[-73.76919635, 40.70036876]} },
{type: 'Feature',properties:{Name: '4', Address: '188-35 MANGIN AVENUE, ST. ALBANS', Month: '1', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.76660251, 40.69955931]} },
{type: 'Feature',properties:{Name: '4', Address: '188-35 MANGIN AVENUE, ST. ALBANS', Month: '9', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.76660251, 40.69955931]} },
{type: 'Feature',properties:{Name: '4', Address: '188-19 MANGIN AVENUE, ST. ALBANS', Month: '11', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.76671481, 40.69941681]} },
{type: 'Feature',properties:{Name: '4', Address: '188-19 MANGIN AVENUE, ST. ALBANS', Month: '6', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.76671481, 40.69941681]} },
{type: 'Feature',properties:{Name: '4', Address: '188-41 KEESEVILLE AVENUE, ST. ALBANS', Month: '5', Price: '1392'}, geometry: { type: 'Point', coordinates:[-73.76572733, 40.69922267]} },
{type: 'Feature',properties:{Name: '4', Address: '188-29 KEESEVILLE AVENUE, ST. ALBANS', Month: '4', Price: '1408'}, geometry: { type: 'Point', coordinates:[-73.76581426, 40.6991158]} },
{type: 'Feature',properties:{Name: '4', Address: '188-21 KEESEVILLE AVENUE, ST. ALBANS', Month: '9', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.76586861, 40.69904455]} },
{type: 'Feature',properties:{Name: '4', Address: '186-12 BRINKERHOFF AVE., ST. ALBANS', Month: '8', Price: '1426'}, geometry: { type: 'Point', coordinates:[-73.76968743, 40.70228285]} },
{type: 'Feature',properties:{Name: '4', Address: '186-08 BRINKERHOFF AVENUE, ST. ALBANS', Month: '8', Price: '1230'}, geometry: { type: 'Point', coordinates:[-73.7697055, 40.70227191]} },
{type: 'Feature',properties:{Name: '4', Address: '187-20 BRINKERHOFF AVE, ST. ALBANS', Month: '12', Price: '1270'}, geometry: { type: 'Point', coordinates:[-73.76898617, 40.70273982]} },
{type: 'Feature',properties:{Name: '4', Address: '187-02 BRINKERHOFF AVENUE, ST. ALBANS', Month: '6', Price: '1262'}, geometry: { type: 'Point', coordinates:[-73.76908016, 40.70267688]} },
{type: 'Feature',properties:{Name: '4', Address: '109-19 FIRWOOD PLACE, ST. ALBANS', Month: '5', Price: '1448'}, geometry: { type: 'Point', coordinates:[-73.76814516, 40.70293027]} },
{type: 'Feature',properties:{Name: '4', Address: '188-04 JORDAN AVENUE, ST. ALBANS', Month: '8', Price: '2377'}, geometry: { type: 'Point', coordinates:[-73.76660497, 40.70091798]} },
{type: 'Feature',properties:{Name: '4', Address: '111-14 FARMERS BOULEVARD, ST. ALBANS', Month: '6', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.76535452, 40.70165378]} },
{type: 'Feature',properties:{Name: '4', Address: '111-34 FARMERS BOULEVARD, ST. ALBANS', Month: '10', Price: '2016'}, geometry: { type: 'Point', coordinates:[-73.76494103, 40.70129612]} },
{type: 'Feature',properties:{Name: '4', Address: '189-04 KEESEVILLE AVENUE, ST. ALBANS', Month: '10', Price: '1850'}, geometry: { type: 'Point', coordinates:[-73.76501744, 40.70008308]} },
{type: 'Feature',properties:{Name: '4', Address: '190-07 113TH AVENUE, ST. ALBANS', Month: '11', Price: '3083'}, geometry: { type: 'Point', coordinates:[-73.76349481, 40.69926202]} },
{type: 'Feature',properties:{Name: '4', Address: '109-11 FARMERS BLVD, ST. ALBANS', Month: '11', Price: '2120'}, geometry: { type: 'Point', coordinates:[-73.76671433, 40.7036767]} },
{type: 'Feature',properties:{Name: '4', Address: '109-20 192ND STREET, ST. ALBANS', Month: '3', Price: '1696'}, geometry: { type: 'Point', coordinates:[-73.764181, 40.704086]} },
{type: 'Feature',properties:{Name: '4', Address: '109-24 192ND STREET, ST. ALBANS', Month: '1', Price: '1684'}, geometry: { type: 'Point', coordinates:[-73.76418101, 40.70408325]} },
{type: 'Feature',properties:{Name: '4', Address: '191-17 110 ROAD, ST. ALBANS', Month: '4', Price: '1326'}, geometry: { type: 'Point', coordinates:[-73.76432257, 40.70280997]} },
{type: 'Feature',properties:{Name: '4', Address: '194-41 109TH ROAD, ST. ALBANS', Month: '11', Price: '2678'}, geometry: { type: 'Point', coordinates:[-73.76289348, 40.70508245]} },
{type: 'Feature',properties:{Name: '4', Address: '194-23 109TH ROAD, ST. ALBANS', Month: '5', Price: '2017'}, geometry: { type: 'Point', coordinates:[-73.76306694, 40.70498674]} },
{type: 'Feature',properties:{Name: '4', Address: '194-06 109TH AVENUE, ST. ALBANS', Month: '3', Price: '1475'}, geometry: { type: 'Point', coordinates:[-73.76308187, 40.70585961]} },
{type: 'Feature',properties:{Name: '4', Address: '194-07 110TH ROAD, ST. ALBANS', Month: '3', Price: '1472'}, geometry: { type: 'Point', coordinates:[-73.76242734, 40.70330288]} },
{type: 'Feature',properties:{Name: '4', Address: '194-07 110 ROAD, ST. ALBANS', Month: '3', Price: '1472'}, geometry: { type: 'Point', coordinates:[-73.76242734, 40.70330288]} },
{type: 'Feature',properties:{Name: '4', Address: '194-24 110TH AVENUE, ST. ALBANS', Month: '12', Price: '2106'}, geometry: { type: 'Point', coordinates:[-73.76280694, 40.70406122]} },
{type: 'Feature',properties:{Name: '4', Address: '110-12 195TH STREET, ST. ALBANS', Month: '7', Price: '1370'}, geometry: { type: 'Point', coordinates:[-73.76146539, 40.70402551]} },
{type: 'Feature',properties:{Name: '4', Address: '109-32 196TH STREET, ST. ALBANS', Month: '9', Price: '1670'}, geometry: { type: 'Point', coordinates:[-73.76128577, 40.70583943]} },
{type: 'Feature',properties:{Name: '4', Address: '109-27 196TH STREET, ST. ALBANS', Month: '10', Price: '1946'}, geometry: { type: 'Point', coordinates:[-73.76130348, 40.70593005]} },
{type: 'Feature',properties:{Name: '4', Address: '109-60 198 STREET, ST. ALBANS', Month: '8', Price: '1776'}, geometry: { type: 'Point', coordinates:[-73.75926272, 40.7057419]} },
{type: 'Feature',properties:{Name: '4', Address: '196-06 110TH AVENUE, ST. ALBANS', Month: '10', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.76055789, 40.70464394]} },
{type: 'Feature',properties:{Name: '4', Address: '110-80 199 STREET, ST. ALBANS', Month: '11', Price: '2013'}, geometry: { type: 'Point', coordinates:[-73.75771631, 40.70450076]} },
{type: 'Feature',properties:{Name: '4', Address: '110-80 199TH STREET, ST. ALBANS', Month: '10', Price: '2013'}, geometry: { type: 'Point', coordinates:[-73.75771631, 40.70450076]} },
{type: 'Feature',properties:{Name: '4', Address: '199-13 111 AVENUE, ST. ALBANS', Month: '10', Price: '1900'}, geometry: { type: 'Point', coordinates:[-73.75719914, 40.70389856]} },
{type: 'Feature',properties:{Name: '4', Address: '199-03 111TH AVENUE, ST. ALBANS', Month: '9', Price: '1998'}, geometry: { type: 'Point', coordinates:[-73.75726412, 40.70388223]} },
{type: 'Feature',properties:{Name: '4', Address: '199-03 111TH AVENUE, ST. ALBANS', Month: '2', Price: '1998'}, geometry: { type: 'Point', coordinates:[-73.75726412, 40.70388223]} },
{type: 'Feature',properties:{Name: '4', Address: '110-39 199TH STREET, ST. ALBANS', Month: '7', Price: '1780'}, geometry: { type: 'Point', coordinates:[-73.75802025, 40.70522602]} },
{type: 'Feature',properties:{Name: '4', Address: '109-69 200TH STREET, ST. ALBANS', Month: '1', Price: '1916'}, geometry: { type: 'Point', coordinates:[-73.75730033, 40.70582561]} },
{type: 'Feature',properties:{Name: '4', Address: '110-02 202ND STREET, ST. ALBANS', Month: '10', Price: '1430'}, geometry: { type: 'Point', coordinates:[-73.7548979, 40.70492846]} },
{type: 'Feature',properties:{Name: '4', Address: '110-02 202ND STREET, ST. ALBANS', Month: '11', Price: '1430'}, geometry: { type: 'Point', coordinates:[-73.7548979, 40.70492846]} },
{type: 'Feature',properties:{Name: '4', Address: '110-02 202ND STREET, ST. ALBANS', Month: '4', Price: '1430'}, geometry: { type: 'Point', coordinates:[-73.7548979, 40.70492846]} },
{type: 'Feature',properties:{Name: '4', Address: '109-80 203RD ST, ST. ALBANS', Month: '1', Price: '1292'}, geometry: { type: 'Point', coordinates:[-73.75450347, 40.70625884]} },
{type: 'Feature',properties:{Name: '4', Address: '109-79 202ND STREET, ST. ALBANS', Month: '2', Price: '1486'}, geometry: { type: 'Point', coordinates:[-73.75538425, 40.70606309]} },
{type: 'Feature',properties:{Name: '4', Address: '109-63 205 STREET, ST. ALBANS', Month: '9', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.75268048, 40.70667763]} },
{type: 'Feature',properties:{Name: '4', Address: '109-63 205TH STREET, ST. ALBANS', Month: '11', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.75268048, 40.70667763]} },
{type: 'Feature',properties:{Name: '4', Address: '110-49 207TH STREET, ST. ALBANS', Month: '6', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.74989941, 40.70673475]} },
{type: 'Feature',properties:{Name: '4', Address: '110-39 207TH STREET, ST. ALBANS', Month: '2', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.74995306, 40.70685564]} },
{type: 'Feature',properties:{Name: '4', Address: '110-48 208TH STREET, ST. ALBANS', Month: '6', Price: '1911'}, geometry: { type: 'Point', coordinates:[-73.74894321, 40.70683697]} },
{type: 'Feature',properties:{Name: '4', Address: '191-16 110TH ROAD, ST. ALBANS', Month: '2', Price: '1251'}, geometry: { type: 'Point', coordinates:[-73.7643154, 40.70279623]} },
{type: 'Feature',properties:{Name: '4', Address: '190-40 111 AVENUE, ST. ALBANS', Month: '2', Price: '1903'}, geometry: { type: 'Point', coordinates:[-73.76494263, 40.70186429]} },
{type: 'Feature',properties:{Name: '4', Address: '190-19 111TH ROAD, ST. ALBANS', Month: '1', Price: '1291'}, geometry: { type: 'Point', coordinates:[-73.76434243, 40.70127293]} },
{type: 'Feature',properties:{Name: '4', Address: '190-48 111TH ROAD, ST. ALBANS', Month: '9', Price: '1316'}, geometry: { type: 'Point', coordinates:[-73.76431722, 40.7012619]} },
{type: 'Feature',properties:{Name: '4', Address: '194-55 111TH ROAD, ST. ALBANS', Month: '9', Price: '1994'}, geometry: { type: 'Point', coordinates:[-73.76159892, 40.70198367]} },
{type: 'Feature',properties:{Name: '4', Address: '194-55 111TH ROAD, ST. ALBANS', Month: '7', Price: '1994'}, geometry: { type: 'Point', coordinates:[-73.76159892, 40.70198367]} },
{type: 'Feature',properties:{Name: '4', Address: '194-05 112TH AVENUE, ST. ALBANS', Month: '10', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.76136697, 40.70129151]} },
{type: 'Feature',properties:{Name: '4', Address: '196-19 112TH AVENUE, ST. ALBANS', Month: '12', Price: '2374'}, geometry: { type: 'Point', coordinates:[-73.75920824, 40.70185243]} },
{type: 'Feature',properties:{Name: '4', Address: '197-12 111TH AVENUE, ST. ALBANS', Month: '9', Price: '2320'}, geometry: { type: 'Point', coordinates:[-73.75896815, 40.7034192]} },
{type: 'Feature',properties:{Name: '4', Address: '19916 111TH AVENUE, ST. ALBANS', Month: '8', Price: '2252'}, geometry: { type: 'Point', coordinates:[-73.75716672, 40.70388751]} },
{type: 'Feature',properties:{Name: '4', Address: '199-05 112 AVENUE, ST. ALBANS', Month: '4', Price: '1735'}, geometry: { type: 'Point', coordinates:[-73.75663793, 40.7025195]} },
{type: 'Feature',properties:{Name: '4', Address: '199-05 112TH AVENUE, ST. ALBANS', Month: '3', Price: '1735'}, geometry: { type: 'Point', coordinates:[-73.75663793, 40.7025195]} },
{type: 'Feature',properties:{Name: '4', Address: '111-15 199TH STREET, ST. ALBANS', Month: '8', Price: '2248'}, geometry: { type: 'Point', coordinates:[-73.75724027, 40.70349791]} },
{type: 'Feature',properties:{Name: '4', Address: '111-12 202ND STREET, ST. ALBANS', Month: '2', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.75457593, 40.70421414]} },
{type: 'Feature',properties:{Name: '4', Address: '11130 202ND STREET, ST. ALBANS', Month: '11', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.75449723, 40.7040383]} },
{type: 'Feature',properties:{Name: '4', Address: '111-23 201ST STREET, ST. ALBANS', Month: '8', Price: '1986'}, geometry: { type: 'Point', coordinates:[-73.7554175, 40.70388381]} },
{type: 'Feature',properties:{Name: '4', Address: '111-23 201ST STREET, ST. ALBANS', Month: '9', Price: '1986'}, geometry: { type: 'Point', coordinates:[-73.7554175, 40.70388381]} },
{type: 'Feature',properties:{Name: '4', Address: '111-15 201 ST, ST. ALBANS', Month: '5', Price: '1986'}, geometry: { type: 'Point', coordinates:[-73.75544966, 40.70396348]} },
{type: 'Feature',properties:{Name: '4', Address: '111-46 203 STREET, ST. ALBANS', Month: '11', Price: '1510'}, geometry: { type: 'Point', coordinates:[-73.75354118, 40.70411311]} },
{type: 'Feature',properties:{Name: '4', Address: '111-14 FRANCIS LEWIS BOULEV, ST. ALBANS', Month: '9', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.75059802, 40.70510313]} },
{type: 'Feature',properties:{Name: '4', Address: '205-20 111TH ROAD, ST. ALBANS', Month: '2', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.75094563, 40.70473883]} },
{type: 'Feature',properties:{Name: '4', Address: '111-36 FRANCIS LEWIS BLVD, ST. ALBANS', Month: '4', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.75008712, 40.70476716]} },
{type: 'Feature',properties:{Name: '4', Address: '111-44 FRANCIS LEWIS BLVD, ST. ALBANS', Month: '3', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.75006206, 40.7047177]} },
{type: 'Feature',properties:{Name: '4', Address: '111-20 207 STREET, ST. ALBANS', Month: '12', Price: '1462'}, geometry: { type: 'Point', coordinates:[-73.74934143, 40.70548741]} },
{type: 'Feature',properties:{Name: '4', Address: '111-28 207 STREET, ST. ALBANS', Month: '7', Price: '1462'}, geometry: { type: 'Point', coordinates:[-73.74930927, 40.70540774]} },
{type: 'Feature',properties:{Name: '4', Address: '111-33 FRANCIS LEWIS BLVD, ST. ALBANS', Month: '10', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.75007619, 40.70479733]} },
{type: 'Feature',properties:{Name: '4', Address: '111-20 208TH STREET, ST. ALBANS', Month: '4', Price: '1500'}, geometry: { type: 'Point', coordinates:[-73.74845691, 40.70571604]} },
{type: 'Feature',properties:{Name: '4', Address: '111-40 208TH STREET, ST. ALBANS', Month: '2', Price: '1458'}, geometry: { type: 'Point', coordinates:[-73.74836748, 40.70552097]} },
{type: 'Feature',properties:{Name: '4', Address: '111-43 207TH STREET, ST. ALBANS', Month: '6', Price: '1358'}, geometry: { type: 'Point', coordinates:[-73.7492268, 40.70527856]} },
{type: 'Feature',properties:{Name: '4', Address: '111-43 207TH ST, ST. ALBANS', Month: '3', Price: '1358'}, geometry: { type: 'Point', coordinates:[-73.7492268, 40.70527856]} },
{type: 'Feature',properties:{Name: '4', Address: '190-18 112TH AVENUE, ST. ALBANS', Month: '6', Price: '1568'}, geometry: { type: 'Point', coordinates:[-73.76372789, 40.70065684]} },
{type: 'Feature',properties:{Name: '4', Address: '191-47 113TH AVENUE, ST. ALBANS', Month: '6', Price: '1568'}, geometry: { type: 'Point', coordinates:[-73.76269359, 40.69943055]} },
{type: 'Feature',properties:{Name: '4', Address: '191-17 113TH AVENUE, ST. ALBANS', Month: '3', Price: '1568'}, geometry: { type: 'Point', coordinates:[-73.76271164, 40.69942509]} },
{type: 'Feature',properties:{Name: '4', Address: '194-12 112TH AVENUE, ST. ALBANS', Month: '11', Price: '1532'}, geometry: { type: 'Point', coordinates:[-73.76134899, 40.70127775]} },
{type: 'Feature',properties:{Name: '4', Address: '194-47 113TH AVENUE, ST. ALBANS', Month: '8', Price: '1696'}, geometry: { type: 'Point', coordinates:[-73.76070095, 40.69995616]} },
{type: 'Feature',properties:{Name: '4', Address: '194-14 112 ROAD, ST. ALBANS', Month: '12', Price: '1532'}, geometry: { type: 'Point', coordinates:[-73.76104125, 40.70060189]} },
{type: 'Feature',properties:{Name: '4', Address: '112-43 196TH STREET, ST. ALBANS', Month: '6', Price: '1828'}, geometry: { type: 'Point', coordinates:[-73.75904938, 40.70090241]} },
{type: 'Feature',properties:{Name: '4', Address: '112-31 196TH STREET, ST. ALBANS', Month: '6', Price: '1183'}, geometry: { type: 'Point', coordinates:[-73.75908516, 40.70097934]} },
{type: 'Feature',properties:{Name: '4', Address: '112-12 198TH STREET, ST. ALBANS', Month: '12', Price: '1328'}, geometry: { type: 'Point', coordinates:[-73.75754898, 40.70191757]} },
{type: 'Feature',properties:{Name: '4', Address: '112-06 201ST STREET, ST. ALBANS', Month: '12', Price: '1640'}, geometry: { type: 'Point', coordinates:[-73.75489538, 40.70267225]} },
{type: 'Feature',properties:{Name: '4', Address: '112-06 201ST STREET, ST. ALBANS', Month: '12', Price: '1640'}, geometry: { type: 'Point', coordinates:[-73.75489538, 40.70267225]} },
{type: 'Feature',properties:{Name: '4', Address: '112-23 201ST STREET, ST. ALBANS', Month: '8', Price: '1632'}, geometry: { type: 'Point', coordinates:[-73.75480576, 40.70252385]} },
{type: 'Feature',properties:{Name: '4', Address: '112-06 202 STREET, ST. ALBANS', Month: '9', Price: '1632'}, geometry: { type: 'Point', coordinates:[-73.75398924, 40.70290912]} },
{type: 'Feature',properties:{Name: '4', Address: '112-43 203RD STREET, ST. ALBANS', Month: '6', Price: '1530'}, geometry: { type: 'Point', coordinates:[-73.75292569, 40.70279979]} },
{type: 'Feature',properties:{Name: '4', Address: '112-14 204TH STREET, ST. ALBANS', Month: '9', Price: '1530'}, geometry: { type: 'Point', coordinates:[-73.75218089, 40.703295]} },
{type: 'Feature',properties:{Name: '4', Address: '112-03 204TH STREET, ST. ALBANS', Month: '3', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.75220929, 40.70341583]} },
{type: 'Feature',properties:{Name: '4', Address: '112-20 205TH STREET, ST. ALBANS', Month: '1', Price: '936'}, geometry: { type: 'Point', coordinates:[-73.75123914, 40.7034055]} },
{type: 'Feature',properties:{Name: '4', Address: '112-09 205TH STREET, ST. ALBANS', Month: '8', Price: '936'}, geometry: { type: 'Point', coordinates:[-73.75131767, 40.70362525]} },
{type: 'Feature',properties:{Name: '4', Address: '112-43 205 STREET, ST. ALBANS', Month: '3', Price: '936'}, geometry: { type: 'Point', coordinates:[-73.75103506, 40.70300432]} },
{type: 'Feature',properties:{Name: '4', Address: '112-14 207TH STREET, ST. ALBANS', Month: '7', Price: '1640'}, geometry: { type: 'Point', coordinates:[-73.74875844, 40.70418512]} },
{type: 'Feature',properties:{Name: '4', Address: '112-26 207 ST, ST. ALBANS', Month: '9', Price: '1640'}, geometry: { type: 'Point', coordinates:[-73.74870477, 40.70406972]} },
{type: 'Feature',properties:{Name: '4', Address: '209-06 112TH AVENUE, ST. ALBANS', Month: '5', Price: '1648'}, geometry: { type: 'Point', coordinates:[-73.7469158, 40.70503471]} },
{type: 'Feature',properties:{Name: '4', Address: '191-40 113TH ROAD, ST. ALBANS', Month: '7', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.76231728, 40.69876553]} },
{type: 'Feature',properties:{Name: '4', Address: '194-06 113TH ROAD, ST. ALBANS', Month: '8', Price: '1284'}, geometry: { type: 'Point', coordinates:[-73.76044742, 40.69925297]} },
{type: 'Feature',properties:{Name: '4', Address: '113-07 197TH STREET, ST. ALBANS', Month: '5', Price: '1672'}, geometry: { type: 'Point', coordinates:[-73.7578322, 40.70040031]} },
{type: 'Feature',properties:{Name: '4', Address: '113-08 199 STREET, ST. ALBANS', Month: '1', Price: '1710'}, geometry: { type: 'Point', coordinates:[-73.75607423, 40.7008385]} },
{type: 'Feature',properties:{Name: '4', Address: '11329 199 STREET, ST. ALBANS', Month: '12', Price: '1672'}, geometry: { type: 'Point', coordinates:[-73.75596672, 40.70065163]} },
{type: 'Feature',properties:{Name: '4', Address: '113-01 200TH STREET, ST. ALBANS', Month: '2', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.75519671, 40.70114954]} },
{type: 'Feature',properties:{Name: '4', Address: '113-34 201ST STREET, ST. ALBANS', Month: '10', Price: '1408'}, geometry: { type: 'Point', coordinates:[-73.7541656, 40.70105402]} },
{type: 'Feature',properties:{Name: '4', Address: '113-06 202ND STREET, ST. ALBANS', Month: '5', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.75338111, 40.70156013]} },
{type: 'Feature',properties:{Name: '4', Address: '11326 202ND STREET, ST. ALBANS', Month: '1', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.75329526, 40.70136781]} },
{type: 'Feature',properties:{Name: '4', Address: '113-21 201 STREET, ST. ALBANS', Month: '7', Price: '1240'}, geometry: { type: 'Point', coordinates:[-73.75420475, 40.70119409]} },
{type: 'Feature',properties:{Name: '4', Address: '113-39 202ND STREET, ST. ALBANS', Month: '4', Price: '1880'}, geometry: { type: 'Point', coordinates:[-73.75322354, 40.70125787]} },
{type: 'Feature',properties:{Name: '4', Address: '113-39 203RD STREET, ST. ALBANS', Month: '6', Price: '1079'}, geometry: { type: 'Point', coordinates:[-73.75233547, 40.70148926]} },
{type: 'Feature',properties:{Name: '4', Address: '113-25 204TH STREET, ST. ALBANS', Month: '12', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.75151181, 40.70185529]} },
{type: 'Feature',properties:{Name: '4', Address: '113-25 204TH STREET, ST. ALBANS', Month: '11', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.75151181, 40.70185529]} },
{type: 'Feature',properties:{Name: '4', Address: '113-15 204TH STREET, ST. ALBANS', Month: '4', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.75155473, 40.70195145]} },
{type: 'Feature',properties:{Name: '4', Address: '205-17 MURDOCK AVENUE, ST. ALBANS', Month: '8', Price: '1995'}, geometry: { type: 'Point', coordinates:[-73.74981888, 40.70128071]} },
{type: 'Feature',properties:{Name: '4', Address: '113-29 205 STREET, ST. ALBANS', Month: '8', Price: '1116'}, geometry: { type: 'Point', coordinates:[-73.7504735, 40.70175423]} },
{type: 'Feature',properties:{Name: '4', Address: '205-26 113TH ROAD, ST. ALBANS', Month: '5', Price: '1506'}, geometry: { type: 'Point', coordinates:[-73.74980163, 40.70203549]} },
{type: 'Feature',properties:{Name: '4', Address: '113-38 208TH STREET, ST. ALBANS', Month: '6', Price: '1774'}, geometry: { type: 'Point', coordinates:[-73.74715856, 40.70283942]} },
{type: 'Feature',properties:{Name: '4', Address: '113-27 208TH ST, ST. ALBANS', Month: '3', Price: '1744'}, geometry: { type: 'Point', coordinates:[-73.74719056, 40.70296026]} },
{type: 'Feature',properties:{Name: '4', Address: '113-12 210TH STREET, ST. ALBANS', Month: '12', Price: '1620'}, geometry: { type: 'Point', coordinates:[-73.74550042, 40.70354666]} },
{type: 'Feature',properties:{Name: '4', Address: '114-16 194TH STREET, ST. ALBANS', Month: '4', Price: '1509'}, geometry: { type: 'Point', coordinates:[-73.76031462, 40.69807244]} },
{type: 'Feature',properties:{Name: '4', Address: '191-34 114TH RD, ST. ALBANS', Month: '12', Price: '1293'}, geometry: { type: 'Point', coordinates:[-73.76171267, 40.69740287]} },
{type: 'Feature',properties:{Name: '4', Address: '191-15 115TH AVENUE, ST. ALBANS', Month: '5', Price: '1576'}, geometry: { type: 'Point', coordinates:[-73.76128846, 40.69602412]} },
{type: 'Feature',properties:{Name: '4', Address: '191-15 115TH AVENUE, ST. ALBANS', Month: '10', Price: '1576'}, geometry: { type: 'Point', coordinates:[-73.76128846, 40.69602412]} },
{type: 'Feature',properties:{Name: '4', Address: '194-59 114TH ROAD, ST. ALBANS', Month: '4', Price: '1516'}, geometry: { type: 'Point', coordinates:[-73.75977056, 40.69793407]} },
{type: 'Feature',properties:{Name: '4', Address: '194-43 114TH DRIVE, ST. ALBANS', Month: '12', Price: '1064'}, geometry: { type: 'Point', coordinates:[-73.75949532, 40.69725279]} },
{type: 'Feature',properties:{Name: '4', Address: '194-36 114TH DRIVE, ST. ALBANS', Month: '2', Price: '1056'}, geometry: { type: 'Point', coordinates:[-73.75949538, 40.69723632]} },
{type: 'Feature',properties:{Name: '4', Address: '114-58 197TH STREET, ST. ALBANS', Month: '11', Price: '1409'}, geometry: { type: 'Point', coordinates:[-73.75684857, 40.69816398]} },
{type: 'Feature',properties:{Name: '4', Address: '114-11 196TH STREET, ST. ALBANS', Month: '6', Price: '1256'}, geometry: { type: 'Point', coordinates:[-73.75809058, 40.69876771]} },
{type: 'Feature',properties:{Name: '4', Address: '114-20 198TH STREET, ST. ALBANS', Month: '2', Price: '1160'}, geometry: { type: 'Point', coordinates:[-73.75620739, 40.69894489]} },
{type: 'Feature',properties:{Name: '4', Address: '114-20 198TH STREET, ST. ALBANS', Month: '8', Price: '1160'}, geometry: { type: 'Point', coordinates:[-73.75620739, 40.69894489]} },
{type: 'Feature',properties:{Name: '4', Address: '114-38 198TH STREET, ST. ALBANS', Month: '4', Price: '1160'}, geometry: { type: 'Point', coordinates:[-73.75609294, 40.69868389]} },
{type: 'Feature',properties:{Name: '4', Address: '114-64 198TH STREET, ST. ALBANS', Month: '5', Price: '1160'}, geometry: { type: 'Point', coordinates:[-73.7559248, 40.69831025]} },
{type: 'Feature',properties:{Name: '4', Address: '114-69 197TH STREET, ST. ALBANS', Month: '6', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.75676253, 40.69802382]} },
{type: 'Feature',properties:{Name: '4', Address: '114-14 199 STREET, ST. ALBANS', Month: '10', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.75536232, 40.69926423]} },
{type: 'Feature',properties:{Name: '4', Address: '114-67 198TH STREET, ST. ALBANS', Month: '1', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.75588883, 40.69828547]} },
{type: 'Feature',properties:{Name: '4', Address: '114-67 198TH STREET, ST. ALBANS', Month: '12', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.75588883, 40.69828547]} },
{type: 'Feature',properties:{Name: '4', Address: '114-45 198TH STREET, ST. ALBANS', Month: '11', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.75603192, 40.69860416]} },
{type: 'Feature',properties:{Name: '4', Address: '114-21 199TH STREET, ST. ALBANS', Month: '7', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.75530131, 40.69918176]} },
{type: 'Feature',properties:{Name: '4', Address: '114-17 199TH STREET, ST. ALBANS', Month: '3', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.75532995, 40.69923946]} },
{type: 'Feature',properties:{Name: '4', Address: '114-21 200TH STREET, ST. ALBANS', Month: '7', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.75441689, 40.69941044]} },
{type: 'Feature',properties:{Name: '4', Address: '114-35 202ND STREET, ST. ALBANS', Month: '11', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.75251169, 40.69968084]} },
{type: 'Feature',properties:{Name: '4', Address: '202-16 MURDOCK AVENUE, ST. ALBANS', Month: '3', Price: '1703'}, geometry: { type: 'Point', coordinates:[-73.75264199, 40.70052651]} },
{type: 'Feature',properties:{Name: '4', Address: '114-30 205TH STREET, ST. ALBANS', Month: '12', Price: '1620'}, geometry: { type: 'Point', coordinates:[-73.74984061, 40.70029538]} },
{type: 'Feature',properties:{Name: '4', Address: '114-34 205TH STREET, ST. ALBANS', Month: '6', Price: '1620'}, geometry: { type: 'Point', coordinates:[-73.74980486, 40.70021296]} },
{type: 'Feature',properties:{Name: '4', Address: '205-18 114TH ROAD, ST. ALBANS', Month: '9', Price: '1530'}, geometry: { type: 'Point', coordinates:[-73.7494825, 40.70058006]} },
{type: 'Feature',properties:{Name: '4', Address: '114-72 FRANCIS LEWIS BLVD, ST. ALBANS', Month: '7', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.74790894, 40.69992611]} },
{type: 'Feature',properties:{Name: '4', Address: '114-52 FRANCIS LEWIS BLVD, ST. ALBANS', Month: '9', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.74800552, 40.70013493]} },
{type: 'Feature',properties:{Name: '4', Address: '114-60 FRANCIS LEWIS BLVD, ST. ALBANS', Month: '8', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.74796617, 40.70004975]} },
{type: 'Feature',properties:{Name: '4', Address: '114-30 207TH STREET, ST. ALBANS', Month: '4', Price: '1596'}, geometry: { type: 'Point', coordinates:[-73.74736357, 40.70108596]} },
{type: 'Feature',properties:{Name: '4', Address: '114-30 207TH STREET, ST. ALBANS', Month: '6', Price: '1596'}, geometry: { type: 'Point', coordinates:[-73.74736357, 40.70108596]} },
{type: 'Feature',properties:{Name: '4', Address: '208-17 115 AVENUE, ST. ALBANS', Month: '1', Price: '1303'}, geometry: { type: 'Point', coordinates:[-73.74565784, 40.70009957]} },
{type: 'Feature',properties:{Name: '4', Address: '114-31 208TH STREET, ST. ALBANS', Month: '6', Price: '1188'}, geometry: { type: 'Point', coordinates:[-73.74645383, 40.70132275]} },
{type: 'Feature',properties:{Name: '4', Address: '114-01 208TH STREET, ST. ALBANS', Month: '7', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.74664693, 40.70175685]} },
{type: 'Feature',properties:{Name: '4', Address: '11422 209TH STREET, ST. ALBANS', Month: '6', Price: '1232'}, geometry: { type: 'Point', coordinates:[-73.74564105, 40.70166406]} },
{type: 'Feature',properties:{Name: '4', Address: '114-36 209TH STREET, ST. ALBANS', Month: '9', Price: '1232'}, geometry: { type: 'Point', coordinates:[-73.74554806, 40.70146074]} },
{type: 'Feature',properties:{Name: '4', Address: '114-42 212TH STREET, ST. ALBANS', Month: '9', Price: '1057'}, geometry: { type: 'Point', coordinates:[-73.74280481, 40.70205026]} },
{type: 'Feature',properties:{Name: '4', Address: '114-54 212TH STREET, ST. ALBANS', Month: '6', Price: '1392'}, geometry: { type: 'Point', coordinates:[-73.7427619, 40.70195409]} },
{type: 'Feature',properties:{Name: '4', Address: '114-62 COLFAX STREET, ST. ALBANS', Month: '8', Price: '1584'}, geometry: { type: 'Point', coordinates:[-73.74180236, 40.70200409]} },
{type: 'Feature',properties:{Name: '4', Address: '191-62 115TH ROAD, ST. ALBANS', Month: '1', Price: '1847'}, geometry: { type: 'Point', coordinates:[-73.76133447, 40.69525842]} },
{type: 'Feature',properties:{Name: '4', Address: '194-58 115TH AVENUE, ST. ALBANS', Month: '7', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.7591588, 40.69656864]} },
{type: 'Feature',properties:{Name: '4', Address: '194-31 115TH ROAD, ST. ALBANS', Month: '9', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.75889797, 40.69589836]} },
{type: 'Feature',properties:{Name: '4', Address: '194-46 115 ROAD, ST. ALBANS', Month: '5', Price: '1827'}, geometry: { type: 'Point', coordinates:[-73.75886915, 40.69589007]} },
{type: 'Feature',properties:{Name: '4', Address: '194-55 116TH AVENUE, ST. ALBANS', Month: '10', Price: '1892'}, geometry: { type: 'Point', coordinates:[-73.75826453, 40.69455484]} },
{type: 'Feature',properties:{Name: '4', Address: '19615 116 AVENUE, ST. ALBANS', Month: '4', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.75620345, 40.69509121]} },
{type: 'Feature',properties:{Name: '4', Address: '115-22 198TH STREET, ST. ALBANS', Month: '2', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.75528807, 40.69689259]} },
{type: 'Feature',properties:{Name: '4', Address: '198-07 116 AVENUE, ST. ALBANS', Month: '2', Price: '1510'}, geometry: { type: 'Point', coordinates:[-73.75447803, 40.69554043]} },
{type: 'Feature',properties:{Name: '4', Address: '198-07 116TH AVENUE, ST. ALBANS', Month: '3', Price: '1510'}, geometry: { type: 'Point', coordinates:[-73.75447803, 40.69554043]} },
{type: 'Feature',properties:{Name: '4', Address: '115-21 199TH STREET, ST. ALBANS', Month: '4', Price: '1273'}, geometry: { type: 'Point', coordinates:[-73.75439274, 40.69715693]} },
{type: 'Feature',properties:{Name: '4', Address: '115-23 200TH STREET, ST. ALBANS', Month: '10', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.75349044, 40.69735262]} },
{type: 'Feature',properties:{Name: '4', Address: '200-08 115TH AVENUE, ST. ALBANS', Month: '6', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.7534554, 40.69804972]} },
{type: 'Feature',properties:{Name: '4', Address: '115-70 202ND STREET, ST. ALBANS', Month: '12', Price: '1208'}, geometry: { type: 'Point', coordinates:[-73.75138516, 40.697134]} },
{type: 'Feature',properties:{Name: '4', Address: '115-40 203 STREET, ST. ALBANS', Month: '8', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.75062235, 40.69763464]} },
{type: 'Feature',properties:{Name: '4', Address: '115-22 203 STREET, ST. ALBANS', Month: '6', Price: '1756'}, geometry: { type: 'Point', coordinates:[-73.75087273, 40.69818689]} },
{type: 'Feature',properties:{Name: '4', Address: '115-56 204 STREET, ST. ALBANS', Month: '7', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.74970212, 40.69780008]} },
{type: 'Feature',properties:{Name: '4', Address: '115-32 205TH STREET, ST. ALBANS', Month: '7', Price: '1634'}, geometry: { type: 'Point', coordinates:[-73.74891061, 40.69825673]} },
{type: 'Feature',properties:{Name: '4', Address: '115-47 205TH STREET, ST. ALBANS', Month: '10', Price: '900'}, geometry: { type: 'Point', coordinates:[-73.74875664, 40.6979627]} },
{type: 'Feature',properties:{Name: '4', Address: '115-58 FRANCIS LEWIS BLVD, ST. ALBANS', Month: '3', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.74707213, 40.69805234]} },
{type: 'Feature',properties:{Name: '4', Address: '205-21 116TH AVENUE, ST. ALBANS', Month: '4', Price: '1620'}, geometry: { type: 'Point', coordinates:[-73.74794434, 40.69723905]} },
{type: 'Feature',properties:{Name: '4', Address: '115-14 209TH STREET, ST. ALBANS', Month: '10', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.74479356, 40.69976828]} },
{type: 'Feature',properties:{Name: '4', Address: '115-34 209TH STREET, ST. ALBANS', Month: '7', Price: '1138'}, geometry: { type: 'Point', coordinates:[-73.74466841, 40.69948529]} },
{type: 'Feature',properties:{Name: '4', Address: '115-63 209TH STREET, ST. ALBANS', Month: '9', Price: '935'}, geometry: { type: 'Point', coordinates:[-73.74447154, 40.69909784]} },
{type: 'Feature',properties:{Name: '4', Address: '115-22 SPRINGFIELD BLVD., ST. ALBANS', Month: '4', Price: '1025'}, geometry: { type: 'Point', coordinates:[-73.74177157, 40.70064262]} },
{type: 'Feature',properties:{Name: '4', Address: '115-112 SPRINGFIELD BLVD, ST. ALBANS', Month: '12', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.74282623, 40.69836681]} },
{type: 'Feature',properties:{Name: '4', Address: '115-98 SPRINGFIELD BLVD, ST. ALBANS', Month: '4', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.7427061, 40.69865749]} },
{type: 'Feature',properties:{Name: '4', Address: '115-62 194TH STREET, ST. ALBANS', Month: '1', Price: '1414'}, geometry: { type: 'Point', coordinates:[-73.75888717, 40.69489375]} },
{type: 'Feature',properties:{Name: '4', Address: '189-23 116TH ROAD, ST. ALBANS', Month: '2', Price: '1240'}, geometry: { type: 'Point', coordinates:[-73.76212344, 40.6924494]} },
{type: 'Feature',properties:{Name: '4', Address: '192-06 116 ROAD, ST. ALBANS', Month: '8', Price: '1881'}, geometry: { type: 'Point', coordinates:[-73.75967141, 40.69342419]} },
{type: 'Feature',properties:{Name: '4', Address: '192-06 116TH ROAD, ST. ALBANS', Month: '8', Price: '1881'}, geometry: { type: 'Point', coordinates:[-73.75967141, 40.69342419]} },
{type: 'Feature',properties:{Name: '4', Address: '116-37 193RD STREET, ST. ALBANS', Month: '9', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.75881018, 40.69324947]} },
{type: 'Feature',properties:{Name: '4', Address: '116-38 195 STREET, ST. ALBANS', Month: '7', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.75712816, 40.69368235]} },
{type: 'Feature',properties:{Name: '4', Address: '116-17 197TH STREET, ST. ALBANS', Month: '7', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.75533882, 40.69485607]} },
{type: 'Feature',properties:{Name: '4', Address: '19902 116 AVE, ST. ALBANS', Month: '5', Price: '1435'}, geometry: { type: 'Point', coordinates:[-73.75361176, 40.69574993]} },
{type: 'Feature',properties:{Name: '4', Address: '116-17 200TH STREET, ST. ALBANS', Month: '8', Price: '1590'}, geometry: { type: 'Point', coordinates:[-73.75268206, 40.69555855]} },
{type: 'Feature',properties:{Name: '4', Address: '200-20 116TH AVENUE, ST. ALBANS', Month: '8', Price: '1330'}, geometry: { type: 'Point', coordinates:[-73.75260105, 40.69601126]} },
{type: 'Feature',properties:{Name: '4', Address: '116-28 201ST STREET, ST. ALBANS', Month: '12', Price: '1460'}, geometry: { type: 'Point', coordinates:[-73.75174404, 40.69566632]} },
{type: 'Feature',properties:{Name: '4', Address: '116-21 201ST STREET, ST. ALBANS', Month: '4', Price: '1180'}, geometry: { type: 'Point', coordinates:[-73.75176174, 40.69575693]} },
{type: 'Feature',properties:{Name: '4', Address: '116-18 203RD STREET, ST. ALBANS', Month: '9', Price: '1525'}, geometry: { type: 'Point', coordinates:[-73.75000002, 40.69625541]} },
{type: 'Feature',properties:{Name: '4', Address: '116-18 203RD STREET, ST. ALBANS', Month: '11', Price: '1525'}, geometry: { type: 'Point', coordinates:[-73.75000002, 40.69625541]} },
{type: 'Feature',properties:{Name: '4', Address: '116-24 203RD STREET, ST. ALBANS', Month: '3', Price: '1278'}, geometry: { type: 'Point', coordinates:[-73.74997141, 40.69619222]} },
{type: 'Feature',properties:{Name: '4', Address: '116-33 204 ST, ST. ALBANS', Month: '11', Price: '1548'}, geometry: { type: 'Point', coordinates:[-73.74902599, 40.69634662]} },
{type: 'Feature',properties:{Name: '4', Address: '116-31 204TH STREET, ST. ALBANS', Month: '10', Price: '1935'}, geometry: { type: 'Point', coordinates:[-73.74903312, 40.69636859]} },
{type: 'Feature',properties:{Name: '4', Address: '205-14 116TH AVENUE, ST. ALBANS', Month: '12', Price: '1516'}, geometry: { type: 'Point', coordinates:[-73.74800217, 40.69720624]} },
{type: 'Feature',properties:{Name: '4', Address: '205-16 116TH ROAD, ST. ALBANS', Month: '8', Price: '1568'}, geometry: { type: 'Point', coordinates:[-73.74766586, 40.69649461]} },
{type: 'Feature',properties:{Name: '4', Address: '205-22 116TH ROAD, ST. ALBANS', Month: '9', Price: '1568'}, geometry: { type: 'Point', coordinates:[-73.74760089, 40.69651093]} },
{type: 'Feature',properties:{Name: '4', Address: '116-35 207TH STREET, ST. ALBANS', Month: '8', Price: '1572'}, geometry: { type: 'Point', coordinates:[-73.74560387, 40.69723116]} },
{type: 'Feature',properties:{Name: '4', Address: '209-16 116TH ROAD, ST. ALBANS', Month: '5', Price: '1336'}, geometry: { type: 'Point', coordinates:[-73.74402059, 40.69725784]} },
{type: 'Feature',properties:{Name: '4', Address: '114-53 172ND STREET, ST. ALBANS', Month: '10', Price: '1663'}, geometry: { type: 'Point', coordinates:[-73.77767401, 40.69099008]} },
{type: 'Feature',properties:{Name: '4', Address: '114-53 172ND STREET, ST. ALBANS', Month: '6', Price: '1663'}, geometry: { type: 'Point', coordinates:[-73.77767401, 40.69099008]} },
{type: 'Feature',properties:{Name: '4', Address: '114-28 173RD STREET, ST. ALBANS', Month: '5', Price: '1501'}, geometry: { type: 'Point', coordinates:[-73.77695841, 40.69147452]} },
{type: 'Feature',properties:{Name: '4', Address: '114-32 173RD STREET, ST. ALBANS', Month: '12', Price: '1860'}, geometry: { type: 'Point', coordinates:[-73.77693332, 40.69142781]} },
{type: 'Feature',properties:{Name: '4', Address: '172-17 115TH AVENUE, ST. ALBANS', Month: '9', Price: '2340'}, geometry: { type: 'Point', coordinates:[-73.77689755, 40.69026395]} },
{type: 'Feature',properties:{Name: '4', Address: '114-49 174TH STREET, ST. ALBANS', Month: '12', Price: '1764'}, geometry: { type: 'Point', coordinates:[-73.77594489, 40.69154391]} },
{type: 'Feature',properties:{Name: '4', Address: '114-33 174 STREET, ST. ALBANS', Month: '12', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.77604885, 40.69172527]} },
{type: 'Feature',properties:{Name: '4', Address: '114-53 175TH STREET, ST. ALBANS', Month: '3', Price: '1536'}, geometry: { type: 'Point', coordinates:[-73.77515747, 40.69193214]} },
{type: 'Feature',properties:{Name: '4', Address: '11553 172 STREET, ST. ALBANS', Month: '8', Price: '1350'}, geometry: { type: 'Point', coordinates:[-73.77657615, 40.68932736]} },
{type: 'Feature',properties:{Name: '4', Address: '186-09 FOCH BLVD, ST. ALBANS', Month: '9', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.76449994, 40.69037649]} },
{type: 'Feature',properties:{Name: '4', Address: '186-23 BAISLEY BLVD, ST. ALBANS', Month: '1', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.76357427, 40.69007815]} },
{type: 'Feature',properties:{Name: '4', Address: '186-24 FOCH BOULEVARD, ST. ALBANS', Month: '7', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.76441685, 40.69041749]} },
{type: 'Feature',properties:{Name: '4', Address: '118-25 RIVERTON STREET, ST. ALBANS', Month: '11', Price: '1534'}, geometry: { type: 'Point', coordinates:[-73.76305282, 40.68968183]} },
{type: 'Feature',properties:{Name: '4', Address: '118-92 RIVERTON STREET, ST. ALBANS', Month: '10', Price: '1538'}, geometry: { type: 'Point', coordinates:[-73.76278164, 40.68786149]} },
{type: 'Feature',properties:{Name: '4', Address: '118-37 180TH STREET, ST. ALBANS', Month: '9', Price: '1020'}, geometry: { type: 'Point', coordinates:[-73.76460816, 40.68832087]} },
{type: 'Feature',properties:{Name: '4', Address: '119-43 180TH STREET, ST. ALBANS', Month: '7', Price: '1617'}, geometry: { type: 'Point', coordinates:[-73.76392867, 40.686733]} },
{type: 'Feature',properties:{Name: '4', Address: '118-41 179TH STREET, ST. ALBANS', Month: '3', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.76534537, 40.68786125]} },
{type: 'Feature',properties:{Name: '4', Address: '179-18 BAISLEY BOULEVARD, ST. ALBANS', Month: '10', Price: '1050'}, geometry: { type: 'Point', coordinates:[-73.76562033, 40.68862486]} },
{type: 'Feature',properties:{Name: '4', Address: '118-22 180TH, ST. ALBANS', Month: '7', Price: '1326'}, geometry: { type: 'Point', coordinates:[-73.76470133, 40.68848575]} },
{type: 'Feature',properties:{Name: '4', Address: '118-22 180TH STREET, ST. ALBANS', Month: '10', Price: '1326'}, geometry: { type: 'Point', coordinates:[-73.76470133, 40.68848575]} },
{type: 'Feature',properties:{Name: '4', Address: '187-17 120TH AVENUE, ST. ALBANS', Month: '1', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.76231889, 40.68617524]} },
{type: 'Feature',properties:{Name: '4', Address: '178-39 119TH ROAD, ST. ALBANS', Month: '4', Price: '1388'}, geometry: { type: 'Point', coordinates:[-73.76570866, 40.68709071]} },
{type: 'Feature',properties:{Name: '4', Address: '119-15 179 ST, ST. ALBANS', Month: '3', Price: '1608'}, geometry: { type: 'Point', coordinates:[-73.76490545, 40.68684204]} },
{type: 'Feature',properties:{Name: '4', Address: '119-28 179TH STREET, ST. ALBANS', Month: '2', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.76485555, 40.68667725]} },
{type: 'Feature',properties:{Name: '4', Address: '178-40 119TH ROAD, ST. ALBANS', Month: '1', Price: '1394'}, geometry: { type: 'Point', coordinates:[-73.76571232, 40.68707425]} },
{type: 'Feature',properties:{Name: '4', Address: '178-11 120TH AVENUE, ST. ALBANS', Month: '7', Price: '1900'}, geometry: { type: 'Point', coordinates:[-73.76565353, 40.68533394]} },
{type: 'Feature',properties:{Name: '4', Address: '119-47 177TH PLACE, ST. ALBANS', Month: '3', Price: '1464'}, geometry: { type: 'Point', coordinates:[-73.76731762, 40.68583138]} },
{type: 'Feature',properties:{Name: '4', Address: '119-47 177TH PLACE, ST. ALBANS', Month: '1', Price: '1464'}, geometry: { type: 'Point', coordinates:[-73.76731762, 40.68583138]} },
{type: 'Feature',properties:{Name: '4', Address: '119-50 177TH PLACE, ST. ALBANS', Month: '3', Price: '1336'}, geometry: { type: 'Point', coordinates:[-73.76731779, 40.68578197]} },
{type: 'Feature',properties:{Name: '4', Address: '189-21 117TH ROAD, ST. ALBANS', Month: '12', Price: '1150'}, geometry: { type: 'Point', coordinates:[-73.76185796, 40.6910545]} },
{type: 'Feature',properties:{Name: '4', Address: '190-19 118TH AVENUE, ST. ALBANS', Month: '11', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.76021459, 40.69079034]} },
{type: 'Feature',properties:{Name: '4', Address: '190-19 118TH AVENUE, ST. ALBANS', Month: '8', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.76021459, 40.69079034]} },
{type: 'Feature',properties:{Name: '4', Address: '190-22 118TH AVENUE, ST. ALBANS', Month: '2', Price: '1528'}, geometry: { type: 'Point', coordinates:[-73.76020382, 40.69077659]} },
{type: 'Feature',properties:{Name: '4', Address: '190-33 118TH ROAD, ST. ALBANS', Month: '9', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.75941229, 40.69028088]} },
{type: 'Feature',properties:{Name: '4', Address: '190-15 118TH ROAD, ST. ALBANS', Month: '8', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.75942312, 40.69027816]} },
{type: 'Feature',properties:{Name: '4', Address: '118-15 190TH STREET, ST. ALBANS', Month: '9', Price: '1536'}, geometry: { type: 'Point', coordinates:[-73.76025616, 40.69026068]} },
{type: 'Feature',properties:{Name: '4', Address: '118-15 190TH STREET, ST. ALBANS', Month: '1', Price: '1536'}, geometry: { type: 'Point', coordinates:[-73.76025616, 40.69026068]} },
{type: 'Feature',properties:{Name: '4', Address: '192-16 118TH AVENUE, ST. ALBANS', Month: '6', Price: '1430'}, geometry: { type: 'Point', coordinates:[-73.75856144, 40.69123428]} },
{type: 'Feature',properties:{Name: '4', Address: '117-36 193 STREET, ST. ALBANS', Month: '12', Price: '1232'}, geometry: { type: 'Point', coordinates:[-73.75814823, 40.69182079]} },
{type: 'Feature',properties:{Name: '4', Address: '117-43 192ND STREET, ST. ALBANS', Month: '6', Price: '1328'}, geometry: { type: 'Point', coordinates:[-73.75899991, 40.69163868]} },
{type: 'Feature',properties:{Name: '4', Address: '117-33 193RD STREET, ST. ALBANS', Month: '5', Price: '1328'}, geometry: { type: 'Point', coordinates:[-73.75813732, 40.69184822]} },
{type: 'Feature',properties:{Name: '4', Address: '117-29 195TH STREET, ST. ALBANS', Month: '8', Price: '1125'}, geometry: { type: 'Point', coordinates:[-73.75654459, 40.69252557]} },
{type: 'Feature',properties:{Name: '4', Address: '118-02 195TH STREET, ST. ALBANS', Month: '8', Price: '1925'}, geometry: { type: 'Point', coordinates:[-73.75619762, 40.69175355]} },
{type: 'Feature',properties:{Name: '4', Address: '118-06 195TH STREET, ST. ALBANS', Month: '4', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.75615827, 40.69166838]} },
{type: 'Feature',properties:{Name: '4', Address: '117-18 199TH STREET, ST. ALBANS', Month: '1', Price: '1352'}, geometry: { type: 'Point', coordinates:[-73.75326179, 40.69384705]} },
{type: 'Feature',properties:{Name: '4', Address: '117-24 199TH STREET, ST. ALBANS', Month: '7', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.75324031, 40.69380309]} },
{type: 'Feature',properties:{Name: '4', Address: '198-11 118TH AVE, ST. ALBANS', Month: '1', Price: '1418'}, geometry: { type: 'Point', coordinates:[-73.75356802, 40.69295016]} },
{type: 'Feature',properties:{Name: '4', Address: '196-05 119TH AVENUE, ST. ALBANS', Month: '12', Price: '1926'}, geometry: { type: 'Point', coordinates:[-73.75456055, 40.69075646]} },
{type: 'Feature',properties:{Name: '4', Address: '118-17 198TH STREET, ST. ALBANS', Month: '1', Price: '918'}, geometry: { type: 'Point', coordinates:[-73.7535302, 40.69245053]} },
{type: 'Feature',properties:{Name: '4', Address: '199-19 119 AVENUE, ST. ALBANS', Month: '3', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.75187488, 40.69151924]} },
{type: 'Feature',properties:{Name: '4', Address: '118-39 199TH STREET, ST. ALBANS', Month: '4', Price: '1572'}, geometry: { type: 'Point', coordinates:[-73.75256029, 40.69241826]} },
{type: 'Feature',properties:{Name: '4', Address: '117-22 201 PLACE, ST. ALBANS', Month: '4', Price: '1057'}, geometry: { type: 'Point', coordinates:[-73.75070973, 40.69452225]} },
{type: 'Feature',properties:{Name: '4', Address: '117-20 202 STREET, ST. ALBANS', Month: '12', Price: '1168'}, geometry: { type: 'Point', coordinates:[-73.74986856, 40.6947702]} },
{type: 'Feature',properties:{Name: '4', Address: '117-20 202 STREET, ST. ALBANS', Month: '2', Price: '1168'}, geometry: { type: 'Point', coordinates:[-73.74986856, 40.6947702]} },
{type: 'Feature',properties:{Name: '4', Address: '117-01 202ND STREET, ST. ALBANS', Month: '11', Price: '1056'}, geometry: { type: 'Point', coordinates:[-73.74991849, 40.69491853]} },
{type: 'Feature',properties:{Name: '4', Address: '117-13 202ND STREET, ST. ALBANS', Month: '8', Price: '1014'}, geometry: { type: 'Point', coordinates:[-73.74987553, 40.69483335]} },
{type: 'Feature',properties:{Name: '4', Address: '118-48 201 STREET, ST. ALBANS', Month: '1', Price: '1303'}, geometry: { type: 'Point', coordinates:[-73.75082809, 40.69276311]} },
{type: 'Feature',properties:{Name: '4', Address: '118-17 201ST PLACE, ST. ALBANS', Month: '9', Price: '1155'}, geometry: { type: 'Point', coordinates:[-73.7501442, 40.69338743]} },
{type: 'Feature',properties:{Name: '4', Address: '118-13 201 PLACE, ST. ALBANS', Month: '5', Price: '1022'}, geometry: { type: 'Point', coordinates:[-73.75016927, 40.69343415]} },
{type: 'Feature',properties:{Name: '4', Address: '118-11 201ST PLACE, ST. ALBANS', Month: '5', Price: '1174'}, geometry: { type: 'Point', coordinates:[-73.75018, 40.69345887]} },
{type: 'Feature',properties:{Name: '4', Address: '118-08 202ND STREET, ST. ALBANS', Month: '11', Price: '1150'}, geometry: { type: 'Point', coordinates:[-73.74936046, 40.69371236]} },
{type: 'Feature',properties:{Name: '4', Address: '118-20 202ND STREET, ST. ALBANS', Month: '11', Price: '1168'}, geometry: { type: 'Point', coordinates:[-73.74929249, 40.69356674]} },
{type: 'Feature',properties:{Name: '4', Address: '118-22 202ND STREET, ST. ALBANS', Month: '6', Price: '1162'}, geometry: { type: 'Point', coordinates:[-73.74928175, 40.69354475]} },
{type: 'Feature',properties:{Name: '4', Address: '118-22 202ND STREET, ST. ALBANS', Month: '12', Price: '1162'}, geometry: { type: 'Point', coordinates:[-73.74928175, 40.69354475]} },
{type: 'Feature',properties:{Name: '4', Address: '117-18 204TH STREET, ST. ALBANS', Month: '10', Price: '1132'}, geometry: { type: 'Point', coordinates:[-73.74817903, 40.69525509]} },
{type: 'Feature',properties:{Name: '4', Address: '117-04 205TH STREET, ST. ALBANS', Month: '8', Price: '1056'}, geometry: { type: 'Point', coordinates:[-73.74737358, 40.69558819]} },
{type: 'Feature',properties:{Name: '4', Address: '117-31 204TH STREET, ST. ALBANS', Month: '11', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.74811803, 40.69517536]} },
{type: 'Feature',properties:{Name: '4', Address: '117-29 NASHVILLE BLVD, ST. ALBANS', Month: '10', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.74475815, 40.69582945]} },
{type: 'Feature',properties:{Name: '4', Address: '117-17 NASHVILLE BOULEVARD, ST. ALBANS', Month: '8', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.74471438, 40.69595835]} },
{type: 'Feature',properties:{Name: '4', Address: '118-15 205TH STREET, ST. ALBANS', Month: '1', Price: '1168'}, geometry: { type: 'Point', coordinates:[-73.74676162, 40.69435169]} },
{type: 'Feature',properties:{Name: '4', Address: '119-23 FARMERS BLVD, ST. ALBANS', Month: '10', Price: '1139'}, geometry: { type: 'Point', coordinates:[-73.76167936, 40.68755454]} },
{type: 'Feature',properties:{Name: '4', Address: '119-49 189TH STREET, ST. ALBANS', Month: '2', Price: '1099'}, geometry: { type: 'Point', coordinates:[-73.75985229, 40.68725705]} },
{type: 'Feature',properties:{Name: '4', Address: '119-31 189TH STREET, ST. ALBANS', Month: '12', Price: '1354'}, geometry: { type: 'Point', coordinates:[-73.76030389, 40.68801555]} },
{type: 'Feature',properties:{Name: '4', Address: '119-31 191ST STREET, ST. ALBANS', Month: '5', Price: '1533'}, geometry: { type: 'Point', coordinates:[-73.75861768, 40.68864881]} },
{type: 'Feature',properties:{Name: '4', Address: '119-32 195TH STREET, ST. ALBANS', Month: '11', Price: '1463'}, geometry: { type: 'Point', coordinates:[-73.75522031, 40.68981091]} },
{type: 'Feature',properties:{Name: '4', Address: '198-19 120TH AVENUE, ST. ALBANS', Month: '3', Price: '1296'}, geometry: { type: 'Point', coordinates:[-73.75184138, 40.68986132]} },
{type: 'Feature',properties:{Name: '4', Address: '119-38 201ST PLACE, ST. ALBANS', Month: '6', Price: '1410'}, geometry: { type: 'Point', coordinates:[-73.74932503, 40.69162625]} },
{type: 'Feature',properties:{Name: '4', Address: '119-05 202ND STREET, ST. ALBANS', Month: '4', Price: '1170'}, geometry: { type: 'Point', coordinates:[-73.74860535, 40.69217638]} },
{type: 'Feature',properties:{Name: '4', Address: '11902 SPRINGFIELD BLVD, ST. ALBANS', Month: '3', Price: '1020'}, geometry: { type: 'Point', coordinates:[-73.74530083, 40.69253966]} },
{type: 'Feature',properties:{Name: '4', Address: '205-14 119TH AVENUE, ST. ALBANS', Month: '7', Price: '1020'}, geometry: { type: 'Point', coordinates:[-73.74578942, 40.69302107]} },
{type: 'Feature',properties:{Name: '4', Address: '173-11 111TH AVENUE, ST. ALBANS', Month: '3', Price: '1416'}, geometry: { type: 'Point', coordinates:[-73.77938678, 40.69537129]} },
{type: 'Feature',properties:{Name: '4', Address: '110-40 175TH STREET, ST. ALBANS', Month: '9', Price: '2208'}, geometry: { type: 'Point', coordinates:[-73.77858483, 40.6968684]} },
{type: 'Feature',properties:{Name: '4', Address: '110-45 175 STREET, ST. ALBANS', Month: '9', Price: '1956'}, geometry: { type: 'Point', coordinates:[-73.77853086, 40.69683262]} },
{type: 'Feature',properties:{Name: '4', Address: '111-47 179TH STREET, ST. ALBANS', Month: '9', Price: '1156'}, geometry: { type: 'Point', coordinates:[-73.77343554, 40.69778337]} },
{type: 'Feature',properties:{Name: '4', Address: '187-04 DUNKIRK DRIVE, ST. ALBANS', Month: '7', Price: '2386'}, geometry: { type: 'Point', coordinates:[-73.76499292, 40.69271605]} },
{type: 'Feature',properties:{Name: '4', Address: '187-09 LINDEN BOULEVARD, ST. ALBANS', Month: '2', Price: '2448'}, geometry: { type: 'Point', coordinates:[-73.76512874, 40.69203562]} },
{type: 'Feature',properties:{Name: '4', Address: '116-14 FARMERS BLVD, ST. ALBANS', Month: '12', Price: '1549'}, geometry: { type: 'Point', coordinates:[-73.76238673, 40.6934463]} },
{type: 'Feature',properties:{Name: '4', Address: '115-43 MEXICO STREET, ST. ALBANS', Month: '1', Price: '2088'}, geometry: { type: 'Point', coordinates:[-73.76336258, 40.69485912]} },
{type: 'Feature',properties:{Name: '4', Address: '115-32 FARMERS BOULEVARD, ST. ALBANS', Month: '6', Price: '1990'}, geometry: { type: 'Point', coordinates:[-73.76182579, 40.69501515]} },
{type: 'Feature',properties:{Name: '4', Address: '190-23 QUENCER ROAD, ST. ALBANS', Month: '4', Price: '1938'}, geometry: { type: 'Point', coordinates:[-73.76278758, 40.69531357]} },
{type: 'Feature',properties:{Name: '4', Address: '18909 DORMANS ROAD, ST. ALBANS', Month: '8', Price: '1732'}, geometry: { type: 'Point', coordinates:[-73.76408623, 40.69621653]} },
{type: 'Feature',properties:{Name: '4', Address: '189-09 DORMANS ROAD, ST. ALBANS', Month: '12', Price: '1732'}, geometry: { type: 'Point', coordinates:[-73.76408623, 40.69621653]} },
{type: 'Feature',properties:{Name: '4', Address: '189-09 DORMANS ROAD, ST. ALBANS', Month: '11', Price: '1732'}, geometry: { type: 'Point', coordinates:[-73.76408623, 40.69621653]} },
{type: 'Feature',properties:{Name: '4', Address: '190-21 FARMERS BOULEVARD, ST. ALBANS', Month: '5', Price: '2094'}, geometry: { type: 'Point', coordinates:[-73.76192677, 40.69602269]} },
{type: 'Feature',properties:{Name: '4', Address: '114-09 MEXICO STREET, ST. ALBANS', Month: '7', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.76266367, 40.69770402]} },
{type: 'Feature',properties:{Name: '4', Address: '114-15 MEXICO STREET, ST. ALBANS', Month: '6', Price: '1875'}, geometry: { type: 'Point', coordinates:[-73.76269297, 40.69757782]} },
{type: 'Feature',properties:{Name: '4', Address: '115-70 NEWBURG STREET, ST. ALBANS', Month: '3', Price: '1240'}, geometry: { type: 'Point', coordinates:[-73.76484303, 40.69431595]} },
{type: 'Feature',properties:{Name: '4', Address: '116-06 NEWBURG STREET, ST. ALBANS', Month: '6', Price: '1720'}, geometry: { type: 'Point', coordinates:[-73.76503317, 40.6935725]} },
{type: 'Feature',properties:{Name: '4', Address: '114-51 DUNKIRK STREET, ST. ALBANS', Month: '1', Price: '2184'}, geometry: { type: 'Point', coordinates:[-73.76811687, 40.69551108]} },
{type: 'Feature',properties:{Name: '4', Address: '115-17 OVID PLACE, ST. ALBANS', Month: '6', Price: '2506'}, geometry: { type: 'Point', coordinates:[-73.76672897, 40.69640033]} },
{type: 'Feature',properties:{Name: '4', Address: '188-36 114TH DRIVE, ST. ALBANS', Month: '12', Price: '1692'}, geometry: { type: 'Point', coordinates:[-73.76563372, 40.69712547]} },
{type: 'Feature',properties:{Name: '4', Address: '189-28 113TH ROAD, ST. ALBANS', Month: '2', Price: '1850'}, geometry: { type: 'Point', coordinates:[-73.76327885, 40.69812798]} },
{type: 'Feature',properties:{Name: '4', Address: '189-34 113RD ROAD, ST. ALBANS', Month: '4', Price: '1850'}, geometry: { type: 'Point', coordinates:[-73.76324986, 40.69816635]} },
{type: 'Feature',properties:{Name: '4', Address: '188-03 ILION AVENUE, ST. ALBANS', Month: '12', Price: '2370'}, geometry: { type: 'Point', coordinates:[-73.76739345, 40.70130384]} },
{type: 'Feature',properties:{Name: '4', Address: '110-50 FARMERS BLVD, ST. ALBANS', Month: '6', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.76600173, 40.70221503]} },
{type: 'Feature',properties:{Name: '4', Address: '191-01 110 ROAD, ST. ALBANS', Month: '10', Price: '2640'}, geometry: { type: 'Point', coordinates:[-73.76442364, 40.70278547]} },
{type: 'Feature',properties:{Name: '4', Address: '198-17 111TH AVENUE, ST. ALBANS', Month: '5', Price: '2227'}, geometry: { type: 'Point', coordinates:[-73.75806556, 40.70367257]} },
{type: 'Feature',properties:{Name: '4', Address: '198-17 111 AVENUE, ST. ALBANS', Month: '8', Price: '2227'}, geometry: { type: 'Point', coordinates:[-73.75806556, 40.70367257]} },
{type: 'Feature',properties:{Name: '4', Address: '109-90 202ND STREET, ST. ALBANS', Month: '8', Price: '1430'}, geometry: { type: 'Point', coordinates:[-73.75539874, 40.70604665]} },
{type: 'Feature',properties:{Name: '4', Address: '109-90 202ND STREET, ST. ALBANS', Month: '10', Price: '1430'}, geometry: { type: 'Point', coordinates:[-73.75539874, 40.70604665]} },
{type: 'Feature',properties:{Name: '4', Address: '110-14 202ND STREET, ST. ALBANS', Month: '3', Price: '1540'}, geometry: { type: 'Point', coordinates:[-73.75489075, 40.70491198]} },
{type: 'Feature',properties:{Name: '4', Address: '110-11 202ND STREET, ST. ALBANS', Month: '2', Price: '1486'}, geometry: { type: 'Point', coordinates:[-73.75487267, 40.70492292]} },
{type: 'Feature',properties:{Name: '4', Address: '110-15 FRANCIS LEWIS BLVD., ST. ALBANS', Month: '1', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.75068787, 40.70615457]} },
{type: 'Feature',properties:{Name: '4', Address: '111-08 194TH STREET, ST. ALBANS', Month: '3', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.76218589, 40.7022374]} },
{type: 'Feature',properties:{Name: '4', Address: '111-08 194TH STREET, ST. ALBANS', Month: '11', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.76218589, 40.7022374]} },
{type: 'Feature',properties:{Name: '4', Address: '194-05 111TH ROAD, ST. ALBANS', Month: '12', Price: '1756'}, geometry: { type: 'Point', coordinates:[-73.76167111, 40.70196735]} },
{type: 'Feature',properties:{Name: '4', Address: '111-09 205 STREET, ST. ALBANS', Month: '7', Price: '2180'}, geometry: { type: 'Point', coordinates:[-73.7519222, 40.70496875]} },
{type: 'Feature',properties:{Name: '4', Address: '191-21 112TH RD, ST. ALBANS', Month: '2', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.76270893, 40.70018539]} },
{type: 'Feature',properties:{Name: '4', Address: '194-47 112TH ROAD, ST. ALBANS', Month: '11', Price: '1839'}, geometry: { type: 'Point', coordinates:[-73.76100147, 40.700632]} },
{type: 'Feature',properties:{Name: '4', Address: '112-30 196TH STREET, ST. ALBANS', Month: '1', Price: '1744'}, geometry: { type: 'Point', coordinates:[-73.75910682, 40.70097389]} },
{type: 'Feature',properties:{Name: '4', Address: '112-05 205TH STREET, ST. ALBANS', Month: '10', Price: '936'}, geometry: { type: 'Point', coordinates:[-73.75134986, 40.70369669]} },
{type: 'Feature',properties:{Name: '4', Address: '112-45 205TH STREET, ST. ALBANS', Month: '7', Price: '936'}, geometry: { type: 'Point', coordinates:[-73.7510279, 40.70299058]} },
{type: 'Feature',properties:{Name: '4', Address: '112-41 207 STREET, ST. ALBANS', Month: '4', Price: '1672'}, geometry: { type: 'Point', coordinates:[-73.74862591, 40.70394054]} },
{type: 'Feature',properties:{Name: '4', Address: '112-08 209TH STREET, ST. ALBANS', Month: '12', Price: '1576'}, geometry: { type: 'Point', coordinates:[-73.74701082, 40.70470554]} },
{type: 'Feature',properties:{Name: '4', Address: '191-32 113TH AVENUE, ST. ALBANS', Month: '11', Price: '1404'}, geometry: { type: 'Point', coordinates:[-73.76269366, 40.69941133]} },
{type: 'Feature',properties:{Name: '4', Address: '113-33 FARMERS BLVD, ST. ALBANS', Month: '5', Price: '2412'}, geometry: { type: 'Point', coordinates:[-73.76252013, 40.69851618]} },
{type: 'Feature',properties:{Name: '4', Address: '113-29 FARMERS BLVD., ST. ALBANS', Month: '11', Price: '2412'}, geometry: { type: 'Point', coordinates:[-73.76253086, 40.6985409]} },
{type: 'Feature',properties:{Name: '4', Address: '113-02 201ST STREET, ST. ALBANS', Month: '1', Price: '1408'}, geometry: { type: 'Point', coordinates:[-73.75430151, 40.70136173]} },
{type: 'Feature',properties:{Name: '4', Address: '204-19 MURDOCK AVENUE, ST. ALBANS', Month: '9', Price: '1462'}, geometry: { type: 'Point', coordinates:[-73.75086581, 40.70100576]} },
{type: 'Feature',properties:{Name: '4', Address: '113-21 207TH STREET, ST. ALBANS', Month: '6', Price: '1774'}, geometry: { type: 'Point', coordinates:[-73.74810371, 40.70278385]} },
{type: 'Feature',properties:{Name: '4', Address: '113-44 208TH STREET, ST. ALBANS', Month: '12', Price: '1872'}, geometry: { type: 'Point', coordinates:[-73.74712993, 40.70278172]} },
{type: 'Feature',properties:{Name: '4', Address: '113-20 209TH STREET, ST. ALBANS', Month: '6', Price: '1622'}, geometry: { type: 'Point', coordinates:[-73.74634916, 40.70323838]} },
{type: 'Feature',properties:{Name: '4', Address: '113-28 209 STREET, ST. ALBANS', Month: '7', Price: '1622'}, geometry: { type: 'Point', coordinates:[-73.74631339, 40.70316144]} },
{type: 'Feature',properties:{Name: '4', Address: '113-38 210 STREET, ST. ALBANS', Month: '7', Price: '1620'}, geometry: { type: 'Point', coordinates:[-73.74538596, 40.70329663]} },
{type: 'Feature',properties:{Name: '4', Address: '114-27 196TH STREET, ST. ALBANS', Month: '11', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.75786159, 40.69826493]} },
{type: 'Feature',properties:{Name: '4', Address: '114-07 196TH STREET, ST. ALBANS', Month: '11', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.75812993, 40.69885562]} },
{type: 'Feature',properties:{Name: '4', Address: '114-07 196TH STREET, ST. ALBANS', Month: '8', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.75812993, 40.69885562]} },
{type: 'Feature',properties:{Name: '4', Address: '198-08 MURDOCK AVENUE, ST. ALBANS', Month: '8', Price: '2577'}, geometry: { type: 'Point', coordinates:[-73.7562772, 40.69957908]} },
{type: 'Feature',properties:{Name: '4', Address: '114-07 198TH STREET, ST. ALBANS', Month: '7', Price: '1129'}, geometry: { type: 'Point', coordinates:[-73.75627876, 40.6991509]} },
{type: 'Feature',properties:{Name: '4', Address: '114-14 204TH STREET, ST. ALBANS', Month: '1', Price: '1476'}, geometry: { type: 'Point', coordinates:[-73.75088961, 40.70042666]} },
{type: 'Feature',properties:{Name: '4', Address: '204-15 115TH AVENUE, ST. ALBANS', Month: '2', Price: '1828'}, geometry: { type: 'Point', coordinates:[-73.74997178, 40.69897817]} },
{type: 'Feature',properties:{Name: '4', Address: '114-14 207TH STREET, ST. ALBANS', Month: '1', Price: '1596'}, geometry: { type: 'Point', coordinates:[-73.74746728, 40.70131949]} },
{type: 'Feature',properties:{Name: '4', Address: '114-70 211TH STREET, ST. ALBANS', Month: '12', Price: '1860'}, geometry: { type: 'Point', coordinates:[-73.74355378, 40.70142337]} },
{type: 'Feature',properties:{Name: '4', Address: '114-52 211 STREET, ST. ALBANS', Month: '5', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.74366819, 40.70168438]} },
{type: 'Feature',properties:{Name: '4', Address: '191-34 115 AVENUE, ST. ALBANS', Month: '12', Price: '1584'}, geometry: { type: 'Point', coordinates:[-73.76126686, 40.69601309]} },
{type: 'Feature',properties:{Name: '4', Address: '194-26 115TH AVENUE, ST. ALBANS', Month: '8', Price: '1670'}, geometry: { type: 'Point', coordinates:[-73.75920572, 40.69655775]} },
{type: 'Feature',properties:{Name: '4', Address: '194-31 115TH DRIVE, ST. ALBANS', Month: '9', Price: '1960'}, geometry: { type: 'Point', coordinates:[-73.75859749, 40.69522252]} },
{type: 'Feature',properties:{Name: '4', Address: '115-35 197TH STREET, ST. ALBANS', Month: '8', Price: '1550'}, geometry: { type: 'Point', coordinates:[-73.7560721, 40.69649352]} },
{type: 'Feature',properties:{Name: '4', Address: '197-12 115TH AVENUE, ST. ALBANS', Month: '10', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.75598224, 40.6973991]} },
{type: 'Feature',properties:{Name: '4', Address: '202-17 116TH AVENUE, ST. ALBANS', Month: '1', Price: '1388'}, geometry: { type: 'Point', coordinates:[-73.75082494, 40.69650149]} },
{type: 'Feature',properties:{Name: '4', Address: '202-17 116TH AVENUE, ST. ALBANS', Month: '6', Price: '1388'}, geometry: { type: 'Point', coordinates:[-73.75082494, 40.69650149]} },
{type: 'Feature',properties:{Name: '4', Address: '115-60 204TH STREET, ST. ALBANS', Month: '11', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.74967348, 40.69774237]} },
{type: 'Feature',properties:{Name: '4', Address: '11560 204TH STREET, ST. ALBANS', Month: '12', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.74967348, 40.69774237]} },
{type: 'Feature',properties:{Name: '4', Address: '115-60 204TH STREET, ST. ALBANS', Month: '11', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.74967348, 40.69774237]} },
{type: 'Feature',properties:{Name: '4', Address: '115-18 FRANCIS LEWIS BLVD, ST. ALBANS', Month: '6', Price: '1792'}, geometry: { type: 'Point', coordinates:[-73.74754417, 40.69911011]} },
{type: 'Feature',properties:{Name: '4', Address: '210-14 115TH AVENUE, ST. ALBANS', Month: '3', Price: '1860'}, geometry: { type: 'Point', coordinates:[-73.74388898, 40.7005403]} },
{type: 'Feature',properties:{Name: '4', Address: '210-38 NASHVILLE BLVD, ST. ALBANS', Month: '10', Price: '1640'}, geometry: { type: 'Point', coordinates:[-73.74310794, 40.70013233]} },
{type: 'Feature',properties:{Name: '4', Address: '191-32 115 DRIVE, ST. ALBANS', Month: '5', Price: '2304'}, geometry: { type: 'Point', coordinates:[-73.76086792, 40.6946289]} },
{type: 'Feature',properties:{Name: '4', Address: '116-01 FARMERS BOULEVARD, ST. ALBANS', Month: '8', Price: '2312'}, geometry: { type: 'Point', coordinates:[-73.7623651, 40.69344351]} },
{type: 'Feature',properties:{Name: '4', Address: '191-36 116TH AVENUE, ST. ALBANS', Month: '3', Price: '2473'}, geometry: { type: 'Point', coordinates:[-73.76056385, 40.69394481]} },
{type: 'Feature',properties:{Name: '4', Address: '116-37 192 STREET, ST. ALBANS', Month: '10', Price: '1598'}, geometry: { type: 'Point', coordinates:[-73.75965485, 40.69301518]} },
{type: 'Feature',properties:{Name: '4', Address: '194-36 116TH AVENUE, ST. ALBANS', Month: '4', Price: '1812'}, geometry: { type: 'Point', coordinates:[-73.75828264, 40.69453292]} },
{type: 'Feature',properties:{Name: '4', Address: '195-07 116TH ROAD, ST. ALBANS', Month: '9', Price: '1941'}, geometry: { type: 'Point', coordinates:[-73.75713381, 40.69411055]} },
{type: 'Feature',properties:{Name: '4', Address: '195-07 116TH ROAD, ST. ALBANS', Month: '3', Price: '1941'}, geometry: { type: 'Point', coordinates:[-73.75713381, 40.69411055]} },
{type: 'Feature',properties:{Name: '4', Address: '116-40 200TH STREET, ST. ALBANS', Month: '4', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.75258927, 40.69529759]} },
{type: 'Feature',properties:{Name: '4', Address: '116-12 203 STREET, ST. ALBANS', Month: '1', Price: '1240'}, geometry: { type: 'Point', coordinates:[-73.75002864, 40.69631861]} },
{type: 'Feature',properties:{Name: '4', Address: '116-38 205TH STREET, ST. ALBANS', Month: '1', Price: '1381'}, geometry: { type: 'Point', coordinates:[-73.74800223, 40.69623459]} },
{type: 'Feature',properties:{Name: '4', Address: '116-01 NASHVILLE BOULEVARD, ST. ALBANS', Month: '4', Price: '1804'}, geometry: { type: 'Point', coordinates:[-73.74404333, 40.69791115]} },
{type: 'Feature',properties:{Name: '4', Address: '114-88 177TH PLACE, ST. ALBANS', Month: '3', Price: '1217'}, geometry: { type: 'Point', coordinates:[-73.77134066, 40.6924077]} },
{type: 'Feature',properties:{Name: '4', Address: '116-27 MERRICK BLVD, ST. ALBANS', Month: '8', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.77630617, 40.68811639]} },
{type: 'Feature',properties:{Name: '4', Address: '116-24 LOVINGHAM PLACE, ST. ALBANS', Month: '5', Price: '1640'}, geometry: { type: 'Point', coordinates:[-73.76456207, 40.69116162]} },
{type: 'Feature',properties:{Name: '4', Address: '188-36 LINDEN BLVD, ST. ALBANS', Month: '12', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.76318975, 40.69173796]} },
{type: 'Feature',properties:{Name: '4', Address: '118-93 RIVERTON STREET, ST. ALBANS', Month: '4', Price: '1654'}, geometry: { type: 'Point', coordinates:[-73.76276357, 40.68787243]} },
{type: 'Feature',properties:{Name: '4', Address: '118-52 FARMERS BOULEVARD, ST. ALBANS', Month: '1', Price: '2116'}, geometry: { type: 'Point', coordinates:[-73.76203547, 40.68880689]} },
{type: 'Feature',properties:{Name: '4', Address: '177-56 BAISLEY BLVD, ST. ALBANS', Month: '3', Price: '1767'}, geometry: { type: 'Point', coordinates:[-73.76725432, 40.68743694]} },
{type: 'Feature',properties:{Name: '4', Address: '119-18 178TH PLACE, ST. ALBANS', Month: '4', Price: '2090'}, geometry: { type: 'Point', coordinates:[-73.76617952, 40.68751711]} },
{type: 'Feature',properties:{Name: '4', Address: '190-23 118TH AVE, ST. ALBANS', Month: '7', Price: '1547'}, geometry: { type: 'Point', coordinates:[-73.76021098, 40.69079033]} },
{type: 'Feature',properties:{Name: '4', Address: '118-14 190TH STREET, ST. ALBANS', Month: '5', Price: '1940'}, geometry: { type: 'Point', coordinates:[-73.76027781, 40.69025524]} },
{type: 'Feature',properties:{Name: '4', Address: '118-14 190TH STREET, ST. ALBANS', Month: '6', Price: '1940'}, geometry: { type: 'Point', coordinates:[-73.76027781, 40.69025524]} },
{type: 'Feature',properties:{Name: '4', Address: '118-49 189 STREET, ST. ALBANS', Month: '10', Price: '1503'}, geometry: { type: 'Point', coordinates:[-73.76111521, 40.69002642]} },
{type: 'Feature',properties:{Name: '4', Address: '118-49 189 STREET, ST. ALBANS', Month: '6', Price: '1503'}, geometry: { type: 'Point', coordinates:[-73.76111521, 40.69002642]} },
{type: 'Feature',properties:{Name: '4', Address: '118-21 192ND STREET, ST. ALBANS', Month: '5', Price: '2052'}, geometry: { type: 'Point', coordinates:[-73.75852397, 40.69063035]} },
{type: 'Feature',properties:{Name: '4', Address: '117-10 195TH STREET, ST. ALBANS', Month: '11', Price: '1950'}, geometry: { type: 'Point', coordinates:[-73.75673087, 40.69286357]} },
{type: 'Feature',properties:{Name: '4', Address: '117-18 196 STREET, ST. ALBANS', Month: '8', Price: '1632'}, geometry: { type: 'Point', coordinates:[-73.75585393, 40.69304287]} },
{type: 'Feature',properties:{Name: '4', Address: '117-22 196TH STREET, ST. ALBANS', Month: '6', Price: '1632'}, geometry: { type: 'Point', coordinates:[-73.75583604, 40.69300715]} },
{type: 'Feature',properties:{Name: '4', Address: '117-22 196TH STREET, ST. ALBANS', Month: '9', Price: '1632'}, geometry: { type: 'Point', coordinates:[-73.75583604, 40.69300715]} },
{type: 'Feature',properties:{Name: '4', Address: '118-33 193RD STREET, ST. ALBANS', Month: '7', Price: '2016'}, geometry: { type: 'Point', coordinates:[-73.7576052, 40.69042256]} },
{type: 'Feature',properties:{Name: '4', Address: '118-49 194TH ST, ST. ALBANS', Month: '10', Price: '1938'}, geometry: { type: 'Point', coordinates:[-73.75667787, 40.69058803]} },
{type: 'Feature',properties:{Name: '4', Address: '117-11 199TH ST, ST. ALBANS', Month: '10', Price: '1872'}, geometry: { type: 'Point', coordinates:[-73.75326876, 40.69391019]} },
{type: 'Feature',properties:{Name: '4', Address: '117-43 196TH STREET, ST. ALBANS', Month: '3', Price: '1620'}, geometry: { type: 'Point', coordinates:[-73.75550305, 40.69235867]} },
{type: 'Feature',properties:{Name: '4', Address: '118-42 200TH STREET, ST. ALBANS', Month: '7', Price: '1737'}, geometry: { type: 'Point', coordinates:[-73.75171218, 40.69260307]} },
{type: 'Feature',properties:{Name: '4', Address: '118-33 199TH STREET, ST. ALBANS', Month: '7', Price: '1830'}, geometry: { type: 'Point', coordinates:[-73.75259247, 40.69249243]} },
{type: 'Feature',properties:{Name: '4', Address: '118-34 201ST STREET, ST. ALBANS', Month: '5', Price: '2250'}, geometry: { type: 'Point', coordinates:[-73.7509068, 40.69293071]} },
{type: 'Feature',properties:{Name: '4', Address: '118-44 201ST STREET, ST. ALBANS', Month: '10', Price: '1612'}, geometry: { type: 'Point', coordinates:[-73.75084954, 40.69281256]} },
{type: 'Feature',properties:{Name: '4', Address: '117-20 SPRINGFIELD BOULEVAR, ST. ALBANS', Month: '10', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.74414563, 40.6956881]} },
{type: 'Feature',properties:{Name: '4', Address: '117-24 SPRINGFIELD BLVD, ST. ALBANS', Month: '5', Price: '1664'}, geometry: { type: 'Point', coordinates:[-73.74381056, 40.69560776]} },
{type: 'Feature',properties:{Name: '4', Address: '11858 SPRINGFIELD BLVD, ST. ALBANS', Month: '5', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.74494923, 40.69301373]} },
{type: 'Feature',properties:{Name: '4', Address: '119-27 191ST STREET, ST. ALBANS', Month: '6', Price: '1924'}, geometry: { type: 'Point', coordinates:[-73.75864636, 40.68869554]} },
{type: 'Feature',properties:{Name: '4', Address: '119-27 191ST STREET, ST. ALBANS', Month: '9', Price: '1924'}, geometry: { type: 'Point', coordinates:[-73.75864636, 40.68869554]} },
{type: 'Feature',properties:{Name: '4', Address: '192-12 119TH AVENUE, ST. ALBANS', Month: '4', Price: '1812'}, geometry: { type: 'Point', coordinates:[-73.7579183, 40.68959978]} },
{type: 'Feature',properties:{Name: '4', Address: '119-44 193RD STREET, ST. ALBANS', Month: '12', Price: '1397'}, geometry: { type: 'Point', coordinates:[-73.75683844, 40.689076]} },
{type: 'Feature',properties:{Name: '4', Address: '194-19 120TH AVENUE, ST. ALBANS', Month: '2', Price: '1518'}, geometry: { type: 'Point', coordinates:[-73.75510549, 40.68867433]} },
{type: 'Feature',properties:{Name: '4', Address: '194-19 120TH AVENUE, ST. ALBANS', Month: '1', Price: '1518'}, geometry: { type: 'Point', coordinates:[-73.75510549, 40.68867433]} },
{type: 'Feature',properties:{Name: '4', Address: '197-10 119TH AVENUE, ST. ALBANS', Month: '7', Price: '1596'}, geometry: { type: 'Point', coordinates:[-73.75361481, 40.69102068]} },
{type: 'Feature',properties:{Name: '4', Address: '198-11 120TH AVENUE, ST. ALBANS', Month: '3', Price: '1568'}, geometry: { type: 'Point', coordinates:[-73.7518811, 40.68984768]} },
{type: 'Feature',properties:{Name: '4', Address: '19807 120 AVENUE, ST. ALBANS', Month: '2', Price: '1498'}, geometry: { type: 'Point', coordinates:[-73.75190276, 40.68983949]} },
{type: 'Feature',properties:{Name: '4', Address: '119-04 202ND STREET, ST. ALBANS', Month: '4', Price: '1460'}, geometry: { type: 'Point', coordinates:[-73.74862341, 40.69217093]} },
{type: 'Feature',properties:{Name: '4', Address: '119-11 203RD STREET, ST. ALBANS', Month: '7', Price: '1485'}, geometry: { type: 'Point', coordinates:[-73.74773916, 40.69237211]} },
{type: 'Feature',properties:{Name: '4', Address: '115-44 180TH STREET, ST. ALBANS', Month: '3', Price: '2452'}, geometry: { type: 'Point', coordinates:[-73.76709184, 40.69266268]} },
{type: 'Feature',properties:{Name: '4', Address: '115-20 NEWBURG STREET, ST. ALBANS', Month: '8', Price: '2425'}, geometry: { type: 'Point', coordinates:[-73.76448819, 40.69574251]} },
{type: 'Feature',properties:{Name: '4', Address: '189-13 117TH ROAD, ST. ALBANS', Month: '7', Price: '2352'}, geometry: { type: 'Point', coordinates:[-73.76194099, 40.69102997]} },
{type: 'Feature',properties:{Name: '4', Address: '192-05 119TH AVENUE, ST. ALBANS', Month: '8', Price: '2778'}, geometry: { type: 'Point', coordinates:[-73.757976, 40.68959716]} },
{type: 'Feature',properties:{Name: '4', Address: '118-11 199TH STREET, ST. ALBANS', Month: '5', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.75272131, 40.69275621]} },
{type: 'Feature',properties:{Name: '4', Address: '194-02 119TH AVENUE, ST. ALBANS', Month: '6', Price: '3337'}, geometry: { type: 'Point', coordinates:[-73.75626835, 40.69016173]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 175TH STREET, ST. ALBANS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.77878732, 40.69670685]} },
{type: 'Feature',properties:{Name: '4', Address: '110-30 175 ST, ST. ALBANS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.77866739, 40.69698384]} },
{type: 'Feature',properties:{Name: '4', Address: '179TH STREET, ST. ALBANS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.77206414, 40.69701761]} },
{type: 'Feature',properties:{Name: '4', Address: 'FARMERS BOULEVARD, ST. ALBANS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.76192638, 40.69613248]} },
{type: 'Feature',properties:{Name: '4', Address: '196TH STREET, ST. ALBANS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.75400521, 40.68978636]} },
{type: 'Feature',properties:{Name: '4', Address: '119-16 201ST PLACE, ST. ALBANS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74942165, 40.69182134]} },
{type: 'Feature',properties:{Name: '4', Address: '114-15 198TH STREET, ST. ALBANS', Month: '2', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.75622869, 40.69903551]} },
{type: 'Feature',properties:{Name: '4', Address: '11431 FRANCIS LEWIS BLVD, ST. ALBANS', Month: '9', Price: '18000'}, geometry: { type: 'Point', coordinates:[-73.74825564, 40.70075305]} },
{type: 'Feature',properties:{Name: '4', Address: '114-31 FRANCIS LEWIS BLVD, ST. ALBANS', Month: '5', Price: '18000'}, geometry: { type: 'Point', coordinates:[-73.74825564, 40.70075305]} },
{type: 'Feature',properties:{Name: '4', Address: '187-22 FOCH BOULEVARD, ST. ALBANS', Month: '7', Price: '6160'}, geometry: { type: 'Point', coordinates:[-73.76376605, 40.69090747]} },
{type: 'Feature',properties:{Name: '4', Address: '187-21 BAISLEY BOULEVARD, ST. ALBANS', Month: '3', Price: '6160'}, geometry: { type: 'Point', coordinates:[-73.76301394, 40.690475]} },
{type: 'Feature',properties:{Name: '4', Address: '187-11 BAISLEY BOULEVARD, ST. ALBANS', Month: '8', Price: '6160'}, geometry: { type: 'Point', coordinates:[-73.76306093, 40.69044215]} },
{type: 'Feature',properties:{Name: '4', Address: '203-18 119TH AVENUE, ST. ALBANS', Month: '12', Price: '4204'}, geometry: { type: 'Point', coordinates:[-73.74762983, 40.69267654]} },
{type: 'Feature',properties:{Name: '4', Address: '200-28 HOLLIS AVENUE, ST. ALBANS', Month: '3', Price: '3080'}, geometry: { type: 'Point', coordinates:[-73.75662089, 40.70619746]} },
{type: 'Feature',properties:{Name: '4', Address: '112-27 FARMERS BLVD., ST. ALBANS', Month: '7', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.76367194, 40.70016267]} },
{type: 'Feature',properties:{Name: '4', Address: '114-43 FARMERS BLVD., ST. ALBANS', Month: '2', Price: '3000'}, geometry: { type: 'Point', coordinates:[-73.76180129, 40.69682391]} },
{type: 'Feature',properties:{Name: '4', Address: '188-12 LINDEN BLVD., ST. ALBANS', Month: '11', Price: '3150'}, geometry: { type: 'Point', coordinates:[-73.76342405, 40.69176314]} },
{type: 'Feature',properties:{Name: '4', Address: '115-15 MERRICK BLVD, ST. ALBANS', Month: '10', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.77758156, 40.6895187]} },
{type: 'Feature',properties:{Name: '4', Address: '199-02 LINDEN BOULEVARD, ST. ALBANS', Month: '6', Price: '2343'}, geometry: { type: 'Point', coordinates:[-73.75329313, 40.6941463]} },
{type: 'Feature',properties:{Name: '4', Address: '199-12 LINDEN BOULEVARD, ST. ALBANS', Month: '1', Price: '900'}, geometry: { type: 'Point', coordinates:[-73.75300073, 40.69422801]} },
{type: 'Feature',properties:{Name: '4', Address: '109-06 FARMERS BOULEVARD, ST. ALBANS', Month: '2', Price: '1740'}, geometry: { type: 'Point', coordinates:[-73.76677494, 40.70387719]} },
{type: 'Feature',properties:{Name: '4', Address: '114-02 211TH STREET, ST. ALBANS', Month: '11', Price: '3725'}, geometry: { type: 'Point', coordinates:[-73.74399361, 40.70240698]} },
{type: 'Feature',properties:{Name: '4', Address: '194-01 LINDEN BOULEVARD, ST. ALBANS', Month: '3', Price: '3830'}, geometry: { type: 'Point', coordinates:[-73.75759951, 40.69298068]} },
{type: 'Feature',properties:{Name: '4', Address: '116-30 SPRINGFIELD BLVD, ST. ALBANS', Month: '9', Price: '7280'}, geometry: { type: 'Point', coordinates:[-73.74336557, 40.69691328]} },
{type: 'Feature',properties:{Name: '4', Address: '172-02 LINDEN BOULEVARD, ST. ALBANS', Month: '11', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.77805674, 40.69192404]} },
{type: 'Feature',properties:{Name: '4', Address: '201-08 LINDEN BOULEVARD, ST. ALBANS', Month: '12', Price: '975'}, geometry: { type: 'Point', coordinates:[-73.75135462, 40.69468559]} },
{type: 'Feature',properties:{Name: '4', Address: '201-10 LINDEN BOULEVARD, ST. ALBANS', Month: '11', Price: '975'}, geometry: { type: 'Point', coordinates:[-73.75122827, 40.694721]} },
{type: 'Feature',properties:{Name: '4', Address: '171-01 LINDEN BOULEVARD, ST. ALBANS', Month: '10', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.77899502, 40.69170901]} },
{type: 'Feature',properties:{Name: '4', Address: '49-09 39TH AVENUE, SUNNYSIDE', Month: '7', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.91447861, 40.74902162]} },
{type: 'Feature',properties:{Name: '4', Address: '49-14 39TH AVENUE, SUNNYSIDE', Month: '8', Price: '952'}, geometry: { type: 'Point', coordinates:[-73.91443894, 40.74899964]} },
{type: 'Feature',properties:{Name: '4', Address: '49-18 39TH AVENUE, SUNNYSIDE', Month: '2', Price: '952'}, geometry: { type: 'Point', coordinates:[-73.91441368, 40.74899687]} },
{type: 'Feature',properties:{Name: '4', Address: '3995 48TH STREET, SUNNYSIDE', Month: '5', Price: '952'}, geometry: { type: 'Point', coordinates:[-73.91592422, 40.74746641]} },
{type: 'Feature',properties:{Name: '4', Address: '4122 47TH STREET, SUNNYSIDE', Month: '1', Price: '972'}, geometry: { type: 'Point', coordinates:[-73.91715288, 40.74618825]} },
{type: 'Feature',properties:{Name: '4', Address: '39-60 48TH STREET, SUNNYSIDE', Month: '9', Price: '952'}, geometry: { type: 'Point', coordinates:[-73.91594587, 40.74747192]} },
{type: 'Feature',properties:{Name: '4', Address: '39-07 46TH STREET, SUNNYSIDE', Month: '12', Price: '952'}, geometry: { type: 'Point', coordinates:[-73.91749574, 40.74909519]} },
{type: 'Feature',properties:{Name: '4', Address: '39-48 47TH STREET, SUNNYSIDE', Month: '1', Price: '1250'}, geometry: { type: 'Point', coordinates:[-73.9167861, 40.74800501]} },
{type: 'Feature',properties:{Name: '4', Address: '39-17 46TH STREET, SUNNYSIDE', Month: '4', Price: '1190'}, geometry: { type: 'Point', coordinates:[-73.91754656, 40.74885369]} },
{type: 'Feature',properties:{Name: '4', Address: '47-12 GREENPOINT AVENUE, SUNNYSIDE', Month: '7', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.91763734, 40.74256827]} },
{type: 'Feature',properties:{Name: '4', Address: '4557 46 STREET, SUNNYSIDE', Month: '1', Price: '1546'}, geometry: { type: 'Point', coordinates:[-73.91892275, 40.74200377]} },
{type: 'Feature',properties:{Name: '4', Address: '39-11 45TH STREET, SUNNYSIDE', Month: '8', Price: '1012'}, geometry: { type: 'Point', coordinates:[-73.91845584, 40.74903274]} },
{type: 'Feature',properties:{Name: '4', Address: '39-48 46TH STREET, SUNNYSIDE', Month: '8', Price: '952'}, geometry: { type: 'Point', coordinates:[-73.91772438, 40.74806607]} },
{type: 'Feature',properties:{Name: '4', Address: '43-39 43RD STREET, SUNNYSIDE', Month: '12', Price: '1978'}, geometry: { type: 'Point', coordinates:[-73.92125457, 40.74456075]} },
{type: 'Feature',properties:{Name: '4', Address: '39-84 44TH STREET, SUNNYSIDE', Month: '7', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.91947386, 40.74882211]} },
{type: 'Feature',properties:{Name: '4', Address: '39-14 44TH STREET, SUNNYSIDE', Month: '9', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.91944846, 40.74893737]} },
{type: 'Feature',properties:{Name: '4', Address: '39-76 44TH STREET, SUNNYSIDE', Month: '6', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.91947023, 40.74883583]} },
{type: 'Feature',properties:{Name: '4', Address: '39-98 44TH STREET, SUNNYSIDE', Month: '7', Price: '960'}, geometry: { type: 'Point', coordinates:[-73.9194775, 40.74880016]} },
{type: 'Feature',properties:{Name: '4', Address: '50-39 40TH STREET, SUNNYSIDE', Month: '3', Price: '1828'}, geometry: { type: 'Point', coordinates:[-73.92561895, 40.73697166]} },
{type: 'Feature',properties:{Name: '4', Address: '50-39 40TH STREET, SUNNYSIDE', Month: '6', Price: '1828'}, geometry: { type: 'Point', coordinates:[-73.92561895, 40.73697166]} },
{type: 'Feature',properties:{Name: '4', Address: '5037 40 STREET, SUNNYSIDE', Month: '6', Price: '1330'}, geometry: { type: 'Point', coordinates:[-73.92560807, 40.73702106]} },
{type: 'Feature',properties:{Name: '4', Address: '50-26 46TH STREET, SUNNYSIDE', Month: '4', Price: '1305'}, geometry: { type: 'Point', coordinates:[-73.91999003, 40.73674556]} },
{type: 'Feature',properties:{Name: '4', Address: '39-57 50TH STREET, SUNNYSIDE', Month: '4', Price: '1882'}, geometry: { type: 'Point', coordinates:[-73.9140622, 40.74728114]} },
{type: 'Feature',properties:{Name: '4', Address: '39-51 50TH STREET, SUNNYSIDE', Month: '2', Price: '1882'}, geometry: { type: 'Point', coordinates:[-73.91403677, 40.74741013]} },
{type: 'Feature',properties:{Name: '4', Address: '39-16 49TH STREET, SUNNYSIDE', Month: '6', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.9147897, 40.74847565]} },
{type: 'Feature',properties:{Name: '4', Address: '39-47 48TH STREET, SUNNYSIDE', Month: '11', Price: '2128'}, geometry: { type: 'Point', coordinates:[-73.9158189, 40.74799058]} },
{type: 'Feature',properties:{Name: '4', Address: '4614 SKILLMAN AVENUE, SUNNYSIDE', Month: '1', Price: '2430'}, geometry: { type: 'Point', coordinates:[-73.91778402, 40.7465318]} },
{type: 'Feature',properties:{Name: '4', Address: '41-04 47TH STREET, SUNNYSIDE', Month: '9', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.91714924, 40.74620746]} },
{type: 'Feature',properties:{Name: '4', Address: '41-48 47TH STREET, SUNNYSIDE', Month: '12', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.91716013, 40.74616081]} },
{type: 'Feature',properties:{Name: '4', Address: '39-76 48TH STREET, SUNNYSIDE', Month: '10', Price: '1588'}, geometry: { type: 'Point', coordinates:[-73.91604393, 40.74698343]} },
{type: 'Feature',properties:{Name: '4', Address: '39-63 46TH STREET, SUNNYSIDE', Month: '1', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.91781527, 40.74753365]} },
{type: 'Feature',properties:{Name: '4', Address: '39-60 47TH STREET, SUNNYSIDE', Month: '6', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.9168769, 40.74754945]} },
{type: 'Feature',properties:{Name: '4', Address: '45-49 47TH STREET, SUNNYSIDE', Month: '5', Price: '3480'}, geometry: { type: 'Point', coordinates:[-73.91791199, 40.74225557]} },
{type: 'Feature',properties:{Name: '4', Address: '45-18 39TH AVENUE, SUNNYSIDE', Month: '1', Price: '1568'}, geometry: { type: 'Point', coordinates:[-73.91788153, 40.74940287]} },
{type: 'Feature',properties:{Name: '4', Address: '39-66 46TH STREET, SUNNYSIDE', Month: '5', Price: '1568'}, geometry: { type: 'Point', coordinates:[-73.91783693, 40.74752818]} },
{type: 'Feature',properties:{Name: '4', Address: '39-16 45TH STREET, SUNNYSIDE', Month: '5', Price: '1750'}, geometry: { type: 'Point', coordinates:[-73.91848111, 40.74902453]} },
{type: 'Feature',properties:{Name: '4', Address: '39-28 45TH STREET, SUNNYSIDE', Month: '8', Price: '2338'}, geometry: { type: 'Point', coordinates:[-73.91848475, 40.74900257]} },
{type: 'Feature',properties:{Name: '4', Address: '43-31 44TH STREET, SUNNYSIDE', Month: '2', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.92030907, 40.74454088]} },
{type: 'Feature',properties:{Name: '4', Address: '43-34 45TH STREET, SUNNYSIDE', Month: '11', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.91941426, 40.74439204]} },
{type: 'Feature',properties:{Name: '4', Address: '43-17 QUEENS BOULEVARD, SUNNYSIDE', Month: '8', Price: '2890'}, geometry: { type: 'Point', coordinates:[-73.92123422, 40.74346283]} },
{type: 'Feature',properties:{Name: '4', Address: '45-35 43RD STREET, SUNNYSIDE', Month: '10', Price: '2322'}, geometry: { type: 'Point', coordinates:[-73.92171924, 40.74223351]} },
{type: 'Feature',properties:{Name: '4', Address: '45-36 43RD STREET, SUNNYSIDE', Month: '12', Price: '2447'}, geometry: { type: 'Point', coordinates:[-73.92174089, 40.74223627]} },
{type: 'Feature',properties:{Name: '4', Address: '42-17 48TH AVE, SUNNYSIDE', Month: '3', Price: '2590'}, geometry: { type: 'Point', coordinates:[-73.92293108, 40.73972014]} },
{type: 'Feature',properties:{Name: '4', Address: '50-15 42ND STREET, SUNNYSIDE', Month: '10', Price: '2595'}, geometry: { type: 'Point', coordinates:[-73.9236592, 40.73728603]} },
{type: 'Feature',properties:{Name: '4', Address: '50-11 42ND STREET, SUNNYSIDE', Month: '7', Price: '2615'}, geometry: { type: 'Point', coordinates:[-73.92358663, 40.73763456]} },
{type: 'Feature',properties:{Name: '4', Address: '42-02 50TH AVENUE, SUNNYSIDE', Month: '8', Price: '1500'}, geometry: { type: 'Point', coordinates:[-73.92339511, 40.73787048]} },
{type: 'Feature',properties:{Name: '4', Address: '42-06 50TH AVENUE, SUNNYSIDE', Month: '10', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.92336985, 40.73786772]} },
{type: 'Feature',properties:{Name: '4', Address: '50-42 42ND STREET, SUNNYSIDE', Month: '2', Price: '2590'}, geometry: { type: 'Point', coordinates:[-73.92375707, 40.73689634]} },
{type: 'Feature',properties:{Name: '4', Address: '43-03 SKILLMAN AVENUE, SUNNYSIDE', Month: '3', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.92064191, 40.74688238]} },
{type: 'Feature',properties:{Name: '4', Address: '39-42 44TH STREET, SUNNYSIDE', Month: '12', Price: '1008'}, geometry: { type: 'Point', coordinates:[-73.91945934, 40.74889072]} },
{type: 'Feature',properties:{Name: '4', Address: '39-42 44TH STREET, SUNNYSIDE', Month: '10', Price: '1008'}, geometry: { type: 'Point', coordinates:[-73.91945934, 40.74889072]} },
{type: 'Feature',properties:{Name: '4', Address: '41-11 39TH PLACE, SUNNYSIDE', Month: '3', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.92455025, 40.74705793]} },
{type: 'Feature',properties:{Name: '4', Address: '41-46 39TH PLACE, SUNNYSIDE', Month: '4', Price: '1482'}, geometry: { type: 'Point', coordinates:[-73.92457916, 40.74702227]} },
{type: 'Feature',properties:{Name: '4', Address: '39-33 47TH AVENUE, SUNNYSIDE', Month: '8', Price: '2705'}, geometry: { type: 'Point', coordinates:[-73.92541136, 40.74189562]} },
{type: 'Feature',properties:{Name: '4', Address: '4745 39TH PLACE, SUNNYSIDE', Month: '1', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.92574791, 40.74105319]} },
{type: 'Feature',properties:{Name: '4', Address: '47-25 39TH PLACE, SUNNYSIDE', Month: '11', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.92569349, 40.74131665]} },
{type: 'Feature',properties:{Name: '4', Address: '47-32 40 STREET, SUNNYSIDE', Month: '4', Price: '1764'}, geometry: { type: 'Point', coordinates:[-73.92483862, 40.74096752]} },
{type: 'Feature',properties:{Name: '4', Address: '47-44 39TH PLACE, SUNNYSIDE', Month: '5', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.92576956, 40.74105595]} },
{type: 'Feature',properties:{Name: '4', Address: '48-21 41ST STREET, SUNNYSIDE', Month: '4', Price: '1890'}, geometry: { type: 'Point', coordinates:[-73.92423083, 40.73914735]} },
{type: 'Feature',properties:{Name: '4', Address: '48-48 42ND STREET, SUNNYSIDE', Month: '4', Price: '1582'}, geometry: { type: 'Point', coordinates:[-73.9232526, 40.73940745]} },
{type: 'Feature',properties:{Name: '4', Address: '48-48 42ND STREET, SUNNYSIDE', Month: '8', Price: '1582'}, geometry: { type: 'Point', coordinates:[-73.9232526, 40.73940745]} },
{type: 'Feature',properties:{Name: '4', Address: '48-41 40TH STREET, SUNNYSIDE', Month: '1', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.92514363, 40.73929342]} },
{type: 'Feature',properties:{Name: '4', Address: '50-59 40TH STREET, SUNNYSIDE', Month: '12', Price: '1828'}, geometry: { type: 'Point', coordinates:[-73.92567701, 40.73667801]} },
{type: 'Feature',properties:{Name: '4', Address: '50-53 40TH STREET, SUNNYSIDE', Month: '6', Price: '1330'}, geometry: { type: 'Point', coordinates:[-73.92566613, 40.73672467]} },
{type: 'Feature',properties:{Name: '4', Address: '39-30 50TH AVENUE, SUNNYSIDE', Month: '3', Price: '2260'}, geometry: { type: 'Point', coordinates:[-73.92618773, 40.73819619]} },
{type: 'Feature',properties:{Name: '4', Address: '50-21 39TH STREET, SUNNYSIDE', Month: '11', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.92738255, 40.73782641]} },
{type: 'Feature',properties:{Name: '4', Address: '50-12 39TH PLACE, SUNNYSIDE', Month: '10', Price: '1511'}, geometry: { type: 'Point', coordinates:[-73.9264191, 40.73780933]} },
{type: 'Feature',properties:{Name: '4', Address: '4727 38TH STREET, SUNNYSIDE', Month: '2', Price: '1824'}, geometry: { type: 'Point', coordinates:[-73.92760616, 40.741252]} },
{type: 'Feature',properties:{Name: '4', Address: '47-27 38TH STREET, SUNNYSIDE', Month: '9', Price: '1824'}, geometry: { type: 'Point', coordinates:[-73.92760616, 40.741252]} },
{type: 'Feature',properties:{Name: '4', Address: '47-27 38TH STREET, SUNNYSIDE', Month: '5', Price: '1824'}, geometry: { type: 'Point', coordinates:[-73.92760616, 40.741252]} },
{type: 'Feature',properties:{Name: '4', Address: '38-02 47TH AVENUE, SUNNYSIDE', Month: '5', Price: '2356'}, geometry: { type: 'Point', coordinates:[-73.9272985, 40.74209719]} },
{type: 'Feature',properties:{Name: '4', Address: '47-32 39TH STREET, SUNNYSIDE', Month: '8', Price: '2095'}, geometry: { type: 'Point', coordinates:[-73.92676923, 40.74099072]} },
{type: 'Feature',properties:{Name: '4', Address: '4732 39TH STREET, SUNNYSIDE', Month: '11', Price: '2095'}, geometry: { type: 'Point', coordinates:[-73.92676923, 40.74099072]} },
{type: 'Feature',properties:{Name: '4', Address: '45-40 50TH STREET, SUNNYSIDE', Month: '3', Price: '1500'}, geometry: { type: 'Point', coordinates:[-73.91527518, 40.74133416]} },
{type: 'Feature',properties:{Name: '4', Address: '48-48 45TH STREET, SUNNYSIDE', Month: '3', Price: '1632'}, geometry: { type: 'Point', coordinates:[-73.92068857, 40.73800315]} },
{type: 'Feature',properties:{Name: '4', Address: '48-38 46TH STREET, SUNNYSIDE', Month: '3', Price: '1744'}, geometry: { type: 'Point', coordinates:[-73.91954348, 40.73899046]} },
{type: 'Feature',properties:{Name: '4', Address: '50-67 43RD STREET, SUNNYSIDE', Month: '10', Price: '1596'}, geometry: { type: 'Point', coordinates:[-73.92294242, 40.73615197]} },
{type: 'Feature',properties:{Name: '4', Address: '50-67 43RD STREET, SUNNYSIDE', Month: '11', Price: '1596'}, geometry: { type: 'Point', coordinates:[-73.92294242, 40.73615197]} },
{type: 'Feature',properties:{Name: '4', Address: '50-51 43RD STREET, SUNNYSIDE', Month: '11', Price: '1470'}, geometry: { type: 'Point', coordinates:[-73.92290251, 40.73634133]} },
{type: 'Feature',properties:{Name: '4', Address: '50-52 44TH STREET, SUNNYSIDE', Month: '8', Price: '1592'}, geometry: { type: 'Point', coordinates:[-73.921928, 40.73654378]} },
{type: 'Feature',properties:{Name: '4', Address: '50-50 45TH STREET, SUNNYSIDE', Month: '12', Price: '1592'}, geometry: { type: 'Point', coordinates:[-73.92099712, 40.73646081]} },
{type: 'Feature',properties:{Name: '4', Address: '50-52 45TH STREET, SUNNYSIDE', Month: '12', Price: '1592'}, geometry: { type: 'Point', coordinates:[-73.92100437, 40.73643062]} },
{type: 'Feature',properties:{Name: '4', Address: '39-52 51ST STREET, SUNNYSIDE', Month: '5', Price: '2251'}, geometry: { type: 'Point', coordinates:[-73.9130548, 40.74765642]} },
{type: 'Feature',properties:{Name: '4', Address: '39-22 49TH STREET, SUNNYSIDE', Month: '7', Price: '2072'}, geometry: { type: 'Point', coordinates:[-73.91482601, 40.74830276]} },
{type: 'Feature',properties:{Name: '4', Address: '39-52 48 STREET, SUNNYSIDE', Month: '8', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.91592043, 40.74760914]} },
{type: 'Feature',properties:{Name: '4', Address: '3936 46 STREET, SUNNYSIDE', Month: '7', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.91768079, 40.74829385]} },
{type: 'Feature',properties:{Name: '4', Address: '45-25 43RD STREET, SUNNYSIDE', Month: '11', Price: '1858'}, geometry: { type: 'Point', coordinates:[-73.92163937, 40.74263968]} },
{type: 'Feature',properties:{Name: '4', Address: '47-33 39TH PLACE, SUNNYSIDE', Month: '2', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.92571526, 40.74120962]} },
{type: 'Feature',properties:{Name: '4', Address: '50-62 41ST STREET, SUNNYSIDE', Month: '10', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.92473871, 40.73677072]} },
{type: 'Feature',properties:{Name: '4', Address: '47-15 48TH AVENUE, SUNNYSIDE', Month: '3', Price: '2565'}, geometry: { type: 'Point', coordinates:[-73.9183055, 40.73918447]} },
{type: 'Feature',properties:{Name: '4', Address: '50-39 43RD STREET, SUNNYSIDE', Month: '1', Price: '2565'}, geometry: { type: 'Point', coordinates:[-73.92272881, 40.73676939]} },
{type: 'Feature',properties:{Name: '4', Address: '50-37 CELTIC AVENUE, SUNNYSIDE', Month: '1', Price: '3102'}, geometry: { type: 'Point', coordinates:[-73.92238182, 40.73726322]} },
{type: 'Feature',properties:{Name: '4', Address: '50-24 46TH STREET, SUNNYSIDE', Month: '3', Price: '1305'}, geometry: { type: 'Point', coordinates:[-73.91998278, 40.73677575]} },
{type: 'Feature',properties:{Name: '4', Address: '50-42 46TH STREET, SUNNYSIDE', Month: '8', Price: '1305'}, geometry: { type: 'Point', coordinates:[-73.92003723, 40.73650131]} },
{type: 'Feature',properties:{Name: '4', Address: '39TH PLACE, SUNNYSIDE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92511803, 40.74280943]} },
{type: 'Feature',properties:{Name: '4', Address: '39-07 43RD STREET, SUNNYSIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92040141, 40.74880903]} },
{type: 'Feature',properties:{Name: '4', Address: '4127 49TH STREET, SUNNYSIDE', Month: '4', Price: '4890'}, geometry: { type: 'Point', coordinates:[-73.9152765, 40.74596731]} },
{type: 'Feature',properties:{Name: '4', Address: '41-28 45TH STREET, SUNNYSIDE', Month: '10', Price: '6600'}, geometry: { type: 'Point', coordinates:[-73.91900762, 40.74639817]} },
{type: 'Feature',properties:{Name: '4', Address: '41-05 SKILLMAN AVENUE, SUNNYSIDE', Month: '11', Price: '10100'}, geometry: { type: 'Point', coordinates:[-73.92248586, 40.74709499]} },
{type: 'Feature',properties:{Name: '4', Address: '47-22 46TH STREET, SUNNYSIDE', Month: '12', Price: '4920'}, geometry: { type: 'Point', coordinates:[-73.91922038, 40.74059043]} },
{type: 'Feature',properties:{Name: '4', Address: '47-20 45TH STREET, SUNNYSIDE', Month: '5', Price: '4200'}, geometry: { type: 'Point', coordinates:[-73.92014764, 40.74072282]} },
{type: 'Feature',properties:{Name: '4', Address: '47-48 45TH STREET, SUNNYSIDE', Month: '8', Price: '3975'}, geometry: { type: 'Point', coordinates:[-73.92022026, 40.74035233]} },
{type: 'Feature',properties:{Name: '4', Address: '47-39 43RD STREET, SUNNYSIDE', Month: '8', Price: '5148'}, geometry: { type: 'Point', coordinates:[-73.92207134, 40.74047986]} },
{type: 'Feature',properties:{Name: '4', Address: '47-26 44TH STREET, SUNNYSIDE', Month: '1', Price: '5148'}, geometry: { type: 'Point', coordinates:[-73.92108947, 40.74074817]} },
{type: 'Feature',properties:{Name: '4', Address: '43-23 41ST STREET, SUNNYSIDE', Month: '7', Price: '12000'}, geometry: { type: 'Point', coordinates:[-73.9230766, 40.74495448]} },
{type: 'Feature',properties:{Name: '4', Address: '43-20 40TH STREET, SUNNYSIDE', Month: '3', Price: '6960'}, geometry: { type: 'Point', coordinates:[-73.92401837, 40.74508411]} },
{type: 'Feature',properties:{Name: '4', Address: '43-28 39TH PLACE, SUNNYSIDE', Month: '11', Price: '28600'}, geometry: { type: 'Point', coordinates:[-73.92496387, 40.74510394]} },
{type: 'Feature',properties:{Name: '4', Address: '43-38 39TH PLACE, SUNNYSIDE', Month: '10', Price: '28600'}, geometry: { type: 'Point', coordinates:[-73.92498565, 40.74499142]} },
{type: 'Feature',properties:{Name: '4', Address: '45-25 40TH STREET, SUNNYSIDE', Month: '9', Price: '3684'}, geometry: { type: 'Point', coordinates:[-73.92439961, 40.74304775]} },
{type: 'Feature',properties:{Name: '4', Address: '45-17 40TH STREET, SUNNYSIDE', Month: '9', Price: '3684'}, geometry: { type: 'Point', coordinates:[-73.92437784, 40.74315478]} },
{type: 'Feature',properties:{Name: '4', Address: '47-45 47TH STREET, SUNNYSIDE', Month: '6', Price: '4500'}, geometry: { type: 'Point', coordinates:[-73.91833314, 40.74018907]} },
{type: 'Feature',properties:{Name: '4', Address: '47-29 47TH STREET, SUNNYSIDE', Month: '12', Price: '5040'}, geometry: { type: 'Point', coordinates:[-73.91828958, 40.74040038]} },
{type: 'Feature',properties:{Name: '4', Address: '47-42 48TH STREET, SUNNYSIDE', Month: '4', Price: '5040'}, geometry: { type: 'Point', coordinates:[-73.91742025, 40.74011156]} },
{type: 'Feature',properties:{Name: '4', Address: '48-29 45TH STREET, SUNNYSIDE', Month: '2', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.92054712, 40.7386014]} },
{type: 'Feature',properties:{Name: '4', Address: '48-16 46TH STREET, SUNNYSIDE', Month: '4', Price: '13600'}, geometry: { type: 'Point', coordinates:[-73.91953623, 40.7390179]} },
{type: 'Feature',properties:{Name: '4', Address: '48-16 47TH STREET, SUNNYSIDE', Month: '8', Price: '230000'}, geometry: { type: 'Point', coordinates:[-73.91866704, 40.73863028]} },
{type: 'Feature',properties:{Name: '4', Address: '48-05 46TH STREET, SUNNYSIDE', Month: '12', Price: '46000'}, geometry: { type: 'Point', coordinates:[-73.91951456, 40.73902887]} },
{type: 'Feature',properties:{Name: '4', Address: '48-11 47TH STREET, SUNNYSIDE', Month: '10', Price: '3960'}, geometry: { type: 'Point', coordinates:[-73.91861997, 40.73875925]} },
{type: 'Feature',properties:{Name: '4', Address: '41-28 44 STREET, SUNNYSIDE', Month: '10', Price: '12000'}, geometry: { type: 'Point', coordinates:[-73.919935, 40.74650312]} },
{type: 'Feature',properties:{Name: '4', Address: '4331 45TH STREET, SUNNYSIDE', Month: '10', Price: '79830'}, geometry: { type: 'Point', coordinates:[-73.91938172, 40.74443594]} },
{type: 'Feature',properties:{Name: '4', Address: '41-29 41ST STREET, SUNNYSIDE', Month: '5', Price: '40800'}, geometry: { type: 'Point', coordinates:[-73.9226991, 40.74682614]} },
{type: 'Feature',properties:{Name: '4', Address: '45-14 43RD STREET, 4C, SUNNYSIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9216102, 40.74289218]} },
{type: 'Feature',properties:{Name: '4', Address: '45-14 43RD ST., 1D, SUNNYSIDE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9216102, 40.74289218]} },
{type: 'Feature',properties:{Name: '4', Address: '45-20 43RD ST., 1C, SUNNYSIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92163562, 40.74276319]} },
{type: 'Feature',properties:{Name: '4', Address: '45-20 43 ST., 3F, SUNNYSIDE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92163562, 40.74276319]} },
{type: 'Feature',properties:{Name: '4', Address: '45-08 40TH STREET, D33, SUNNYSIDE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92437772, 40.74326183]} },
{type: 'Feature',properties:{Name: '4', Address: '45-08 40TH STREET, F51, SUNNYSIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92437772, 40.74326183]} },
{type: 'Feature',properties:{Name: '4', Address: '45-08 40TH STREET, F53, SUNNYSIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92437772, 40.74326183]} },
{type: 'Feature',properties:{Name: '4', Address: '45-08 40TH STREET, F-32, SUNNYSIDE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92437772, 40.74326183]} },
{type: 'Feature',properties:{Name: '4', Address: '46-01 39TH AVENUE, 604, SUNNYSIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91740879, 40.74935862]} },
{type: 'Feature',properties:{Name: '4', Address: '46-01 39TH AVENUE, L2, SUNNYSIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91740879, 40.74935862]} },
{type: 'Feature',properties:{Name: '4', Address: '46-01 39TH AVENUE, 426, SUNNYSIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91740879, 40.74935862]} },
{type: 'Feature',properties:{Name: '4', Address: '46-01 39TH AVENUE, 425, SUNNYSIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91740879, 40.74935862]} },
{type: 'Feature',properties:{Name: '4', Address: '46-01 39TH AVENUE, 325, SUNNYSIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91740879, 40.74935862]} },
{type: 'Feature',properties:{Name: '4', Address: '46-01 39TH AVENUE, 2B, SUNNYSIDE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91740879, 40.74935862]} },
{type: 'Feature',properties:{Name: '4', Address: '46-01 39TH AVENUE, 609, SUNNYSIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91740879, 40.74935862]} },
{type: 'Feature',properties:{Name: '4', Address: '46-01 39TH AVENUE, 320, SUNNYSIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91740879, 40.74935862]} },
{type: 'Feature',properties:{Name: '4', Address: '46-01 39TH AVENUE, 105, SUNNYSIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91740879, 40.74935862]} },
{type: 'Feature',properties:{Name: '4', Address: '50-05 43RD AVENUE, 2D, SUNNYSIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91447003, 40.74445984]} },
{type: 'Feature',properties:{Name: '4', Address: '50-05 43RD AVENUE, 4K, SUNNYSIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91447003, 40.74445984]} },
{type: 'Feature',properties:{Name: '4', Address: '41-36 51ST STREET, D1, SUNNYSIDE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91358145, 40.74507675]} },
{type: 'Feature',properties:{Name: '4', Address: '41-42 50TH STREET, 3F, SUNNYSIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91437081, 40.74584587]} },
{type: 'Feature',properties:{Name: '4', Address: '41-42 50TH STREET, 2F, SUNNYSIDE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91437081, 40.74584587]} },
{type: 'Feature',properties:{Name: '4', Address: '43-15 46TH STREET, A12, SUNNYSIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91841807, 40.74450662]} },
{type: 'Feature',properties:{Name: '4', Address: '43-15 46TH STREET, B1, SUNNYSIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91841807, 40.74450662]} },
{type: 'Feature',properties:{Name: '4', Address: '43-33 46TH STREET, B6/B8, SUNNYSIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91845801, 40.74430628]} },
{type: 'Feature',properties:{Name: '4', Address: '43-15 46TH STREET, A-4, SUNNYSIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91841807, 40.74450662]} },
{type: 'Feature',properties:{Name: '4', Address: '43-01 46TH STREET, 4D, SUNNYSIDE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9183854, 40.74466579]} },
{type: 'Feature',properties:{Name: '4', Address: '43-01 46 STREET, #6F, SUNNYSIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9183854, 40.74466579]} },
{type: 'Feature',properties:{Name: '4', Address: '43-01 46TH STREET, 5F, SUNNYSIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9183854, 40.74466579]} },
{type: 'Feature',properties:{Name: '4', Address: '4301 46 STREET, #1G, SUNNYSIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9183854, 40.74466579]} },
{type: 'Feature',properties:{Name: '4', Address: '41-35 45TH STREET, 4A, SUNNYSIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91898959, 40.74638718]} },
{type: 'Feature',properties:{Name: '4', Address: '41-35 45TH STREET, 1J, SUNNYSIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91898959, 40.74638718]} },
{type: 'Feature',properties:{Name: '4', Address: '41-30 46TH STREET, 2F, SUNNYSIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91808387, 40.74628498]} },
{type: 'Feature',properties:{Name: '4', Address: '41-30 46TH STREET, 3H, SUNNYSIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91808387, 40.74628498]} },
{type: 'Feature',properties:{Name: '4', Address: '41-15 45TH STREET, 6F, SUNNYSIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91898596, 40.74640914]} },
{type: 'Feature',properties:{Name: '4', Address: '41-15 44TH STREET, 4G, SUNNYSIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91991333, 40.74651683]} },
{type: 'Feature',properties:{Name: '4', Address: '41-15 44TH ST., 6B, SUNNYSIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91991333, 40.74651683]} },
{type: 'Feature',properties:{Name: '4', Address: '41-15 44TH ST., 2B, SUNNYSIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91991333, 40.74651683]} },
{type: 'Feature',properties:{Name: '4', Address: '41-15 44TH STREET, 3J, SUNNYSIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91991333, 40.74651683]} },
{type: 'Feature',properties:{Name: '4', Address: '44-15 43RD AVENUE, 2A, SUNNYSIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91996917, 40.74509509]} },
{type: 'Feature',properties:{Name: '4', Address: '44-15 43RD AVENUE, A-6, SUNNYSIDE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91996917, 40.74509509]} },
{type: 'Feature',properties:{Name: '4', Address: '41-41 43 STREET, F3, SUNNYSIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92084435, 40.74659707]} },
{type: 'Feature',properties:{Name: '4', Address: '41-08 43RD STREET, 2D, SUNNYSIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92085875, 40.74663276]} },
{type: 'Feature',properties:{Name: '4', Address: '41-08 43 STREET, 6H, SUNNYSIDE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92085875, 40.74663276]} },
{type: 'Feature',properties:{Name: '4', Address: '41-08 43RD STREET, 1J, SUNNYSIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92085875, 40.74663276]} },
{type: 'Feature',properties:{Name: '4', Address: '41-08 43RD STREET, 1D, SUNNYSIDE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92085875, 40.74663276]} },
{type: 'Feature',properties:{Name: '4', Address: '4108 43RD STREET, 2F, SUNNYSIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92085875, 40.74663276]} },
{type: 'Feature',properties:{Name: '4', Address: '41-08 43RD STREET, 5D, SUNNYSIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92085875, 40.74663276]} },
{type: 'Feature',properties:{Name: '4', Address: '41-08 43RD STREET, 4G, SUNNYSIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92085875, 40.74663276]} },
{type: 'Feature',properties:{Name: '4', Address: '47-37 45TH STREET, L-5, SUNNYSIDE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92016594, 40.74050874]} },
{type: 'Feature',properties:{Name: '4', Address: '47-37 45TH STREET, 5B, SUNNYSIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92016594, 40.74050874]} },
{type: 'Feature',properties:{Name: '4', Address: '48-19 43RD STREET, 6D, SUNNYSIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92230002, 40.7393327]} },
{type: 'Feature',properties:{Name: '4', Address: '48-25 43RD STREET, 6H, SUNNYSIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92230003, 40.73932447]} },
{type: 'Feature',properties:{Name: '4', Address: '43-10 48TH AVENUE, 2F, SUNNYSIDE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92204711, 40.73959877]} },
{type: 'Feature',properties:{Name: '4', Address: '48-42 44TH STREET, 5H, SUNNYSIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92155775, 40.73840173]} },
{type: 'Feature',properties:{Name: '4', Address: '48-41 43RD STREET, 3H, SUNNYSIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92230366, 40.739308]} },
{type: 'Feature',properties:{Name: '4', Address: '48-50 44TH STREET, 2B, SUNNYSIDE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92157589, 40.7383194]} },
{type: 'Feature',properties:{Name: '4', Address: '48-35 43RD STREET, 5A, SUNNYSIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92230365, 40.73931349]} },
{type: 'Feature',properties:{Name: '4', Address: '48-36 44TH STREET, 6B, SUNNYSIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92154685, 40.73846211]} },
{type: 'Feature',properties:{Name: '4', Address: '48-26 44TH STREET, 2E, SUNNYSIDE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9214924, 40.73873655]} },
{type: 'Feature',properties:{Name: '4', Address: '48-51 43RD STREET, 5E, SUNNYSIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92230729, 40.73929428]} },
{type: 'Feature',properties:{Name: '4', Address: '4825 43RD STREET, 2H, SUNNYSIDE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92230003, 40.73932447]} },
{type: 'Feature',properties:{Name: '4', Address: '48-56 44TH STREET, 6H, SUNNYSIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92158679, 40.73825902]} },
{type: 'Feature',properties:{Name: '4', Address: '48-51 43RD STREET, 4D, SUNNYSIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92230729, 40.73929428]} },
{type: 'Feature',properties:{Name: '4', Address: '48-26 44TH STREET, 3-G, SUNNYSIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9214924, 40.73873655]} },
{type: 'Feature',properties:{Name: '4', Address: '48-36 44TH STREET, 6C, SUNNYSIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92154685, 40.73846211]} },
{type: 'Feature',properties:{Name: '4', Address: '48-56 44TH STREET, 4J, SUNNYSIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92158679, 40.73825902]} },
{type: 'Feature',properties:{Name: '4', Address: '48-41 43RD STREET, 4G, SUNNYSIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92230366, 40.739308]} },
{type: 'Feature',properties:{Name: '4', Address: '48-50 44TH STREET, 2A, SUNNYSIDE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92157589, 40.7383194]} },
{type: 'Feature',properties:{Name: '4', Address: '48-20 44TH STREET, 3B, SUNNYSIDE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92144887, 40.73893414]} },
{type: 'Feature',properties:{Name: '4', Address: '48-17 42ND STREET, 6A, SUNNYSIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92322369, 40.73944311]} },
{type: 'Feature',properties:{Name: '4', Address: '48-23 42ND STREET, 4K, SUNNYSIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92322731, 40.73943488]} },
{type: 'Feature',properties:{Name: '4', Address: '48-05 42ND STREET, 2G, SUNNYSIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92322368, 40.73945684]} },
{type: 'Feature',properties:{Name: '4', Address: '48-10 43RD STREET, 6H, SUNNYSIDE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92231805, 40.7393437]} },
{type: 'Feature',properties:{Name: '4', Address: '48-24 43RD STREET, 1J, SUNNYSIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92232168, 40.73932723]} },
{type: 'Feature',properties:{Name: '4', Address: '48-05 42ND STREET, 3F, SUNNYSIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92322368, 40.73945684]} },
{type: 'Feature',properties:{Name: '4', Address: '48-18 43RD STREET, 6D, SUNNYSIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92231806, 40.73933546]} },
{type: 'Feature',properties:{Name: '4', Address: '48-17 42ND STREET, 3B, SUNNYSIDE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92322369, 40.73944311]} },
{type: 'Feature',properties:{Name: '4', Address: '4805 42ND STREET, 4J, SUNNYSIDE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92322368, 40.73945684]} },
{type: 'Feature',properties:{Name: '4', Address: '41-41 41ST STREET, 5H, SUNNYSIDE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92269912, 40.74681242]} },
{type: 'Feature',properties:{Name: '4', Address: '41-41 41ST STREET, 2P, SUNNYSIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92269912, 40.74681242]} },
{type: 'Feature',properties:{Name: '4', Address: '41-41 41ST STREET, 5K, SUNNYSIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92269912, 40.74681242]} },
{type: 'Feature',properties:{Name: '4', Address: '41-42 42ND STREET, 4P, SUNNYSIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92179339, 40.74670476]} },
{type: 'Feature',properties:{Name: '4', Address: '4142 42ND STREET, 3C, SUNNYSIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92179339, 40.74670476]} },
{type: 'Feature',properties:{Name: '4', Address: '41-12 41ST STREET, 6H, SUNNYSIDE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92271712, 40.74684537]} },
{type: 'Feature',properties:{Name: '4', Address: '4112 41 STREET, #3D, SUNNYSIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92271712, 40.74684537]} },
{type: 'Feature',properties:{Name: '4', Address: '43-08 41ST STREET, 6F, SUNNYSIDE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92306558, 40.74511367]} },
{type: 'Feature',properties:{Name: '4', Address: '41-16 47TH AVE., 2E, SUNNYSIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92320314, 40.74162243]} },
{type: 'Feature',properties:{Name: '4', Address: '41-16 47TH AVE, 5G, SUNNYSIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92320314, 40.74162243]} },
{type: 'Feature',properties:{Name: '4', Address: '41-16 47TH AVE., 3B, SUNNYSIDE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92320314, 40.74162243]} },
{type: 'Feature',properties:{Name: '4', Address: '47-20 42ND STREET, 1H, SUNNYSIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92292593, 40.74105134]} },
{type: 'Feature',properties:{Name: '4', Address: '47-25 40TH STREET, 5C, SUNNYSIDE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92479881, 40.74107454]} },
{type: 'Feature',properties:{Name: '4', Address: '48-21 40TH STREET, 6K, SUNNYSIDE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92514, 40.73931263]} },
{type: 'Feature',properties:{Name: '4', Address: '50-21 39TH PLACE, 6D, SUNNYSIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92641921, 40.73770503]} },
{type: 'Feature',properties:{Name: '4', Address: '50-21 39TH PLACE, 5D, SUNNYSIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92641921, 40.73770503]} },
{type: 'Feature',properties:{Name: '4', Address: '50-21 39 PLACE, 5E, SUNNYSIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92641921, 40.73770503]} },
{type: 'Feature',properties:{Name: '4', Address: '50-21 39TH PLACE, 4F, SUNNYSIDE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92641921, 40.73770503]} },
{type: 'Feature',properties:{Name: '4', Address: '50-21 39 PLACE, 4B, SUNNYSIDE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92641921, 40.73770503]} },
{type: 'Feature',properties:{Name: '4', Address: '50-21 39TH PLACE, 1B, SUNNYSIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92641921, 40.73770503]} },
{type: 'Feature',properties:{Name: '4', Address: '50-21 39TH PLACE, 2G, SUNNYSIDE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92641921, 40.73770503]} },
{type: 'Feature',properties:{Name: '4', Address: '50-22 40TH STREET, 4F, SUNNYSIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92553901, 40.73746567]} },
{type: 'Feature',properties:{Name: '4', Address: '50-15 39TH STREET, 6A, SUNNYSIDE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92736803, 40.73790051]} },
{type: 'Feature',properties:{Name: '4', Address: '48-10 45 STREET, 2C, SUNNYSIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9204889, 40.73901033]} },
{type: 'Feature',properties:{Name: '4', Address: '48-10 45TH STREET, 5C, SUNNYSIDE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9204889, 40.73901033]} },
{type: 'Feature',properties:{Name: '4', Address: '49-07 43RD AVENUE, SUNNYSIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91538655, 40.74456482]} },
{type: 'Feature',properties:{Name: '4', Address: '49-07 43RD AVENUE, SUNNYSIDE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91538655, 40.74456482]} },
{type: 'Feature',properties:{Name: '4', Address: '49-07 43RD AVENUE, SUNNYSIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91538655, 40.74456482]} },
{type: 'Feature',properties:{Name: '4', Address: '43-33 48 STREET, SUNNYSIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91660333, 40.74409086]} },
{type: 'Feature',properties:{Name: '4', Address: '43-33 48TH STREET, SUNNYSIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91660333, 40.74409086]} },
{type: 'Feature',properties:{Name: '4', Address: '43-33 48TH STREET, SUNNYSIDE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.74494, 40.638844]} },
{type: 'Feature',properties:{Name: '4', Address: '43-33 48TH STREET, SUNNYSIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91660333, 40.74409086]} },
{type: 'Feature',properties:{Name: '4', Address: '43-07 48TH STREET, SUNNYSIDE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91654523, 40.74438177]} },
{type: 'Feature',properties:{Name: '4', Address: '43-07 48TH STREET, SUNNYSIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91654523, 40.74438177]} },
{type: 'Feature',properties:{Name: '4', Address: '41-21 42ND STREET, SUNNYSIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9217681, 40.7467267]} },
{type: 'Feature',properties:{Name: '4', Address: '41-07 42ND STREET, SUNNYSIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92176447, 40.74674043]} },
{type: 'Feature',properties:{Name: '4', Address: '41-07 42ND STREET, SUNNYSIDE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92176447, 40.74674043]} },
{type: 'Feature',properties:{Name: '4', Address: '43-30 46TH STREET, SUNNYSIDE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91847603, 40.744331]} },
{type: 'Feature',properties:{Name: '4', Address: '41-09 41ST STREET, SUNNYSIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92269186, 40.74684535]} },
{type: 'Feature',properties:{Name: '4', Address: '41-09 41ST STREET, SUNNYSIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92269186, 40.74684535]} },
{type: 'Feature',properties:{Name: '4', Address: '41-09 41ST STREET, SUNNYSIDE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92269186, 40.74684535]} },
{type: 'Feature',properties:{Name: '4', Address: '41-09 41ST STREET, SUNNYSIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92269186, 40.74684535]} },
{type: 'Feature',properties:{Name: '4', Address: '41-02 QUEENS BOULEVARD, SUNNYSIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92318634, 40.7436755]} },
{type: 'Feature',properties:{Name: '4', Address: '41-02 QUEENS BOULEVARD, SUNNYSIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92318634, 40.7436755]} },
{type: 'Feature',properties:{Name: '4', Address: '4102 QUEENS BOULEVARD, SUNNYSIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92318634, 40.7436755]} },
{type: 'Feature',properties:{Name: '4', Address: '41-02 QUEENS BOULEVARD, SUNNYSIDE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92318634, 40.7436755]} },
{type: 'Feature',properties:{Name: '4', Address: '41-02 QUEENS BOULEVARD, SUNNYSIDE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92318634, 40.7436755]} },
{type: 'Feature',properties:{Name: '4', Address: '47-35 41ST STREET, SUNNYSIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.923857, 40.74101902]} },
{type: 'Feature',properties:{Name: '4', Address: '47-55 39TH PLACE, SUNNYSIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92577332, 40.74092146]} },
{type: 'Feature',properties:{Name: '4', Address: '47-55 39TH PLACE, SUNNYSIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92577332, 40.74092146]} },
{type: 'Feature',properties:{Name: '4', Address: '47-55 39TH PLACE, SUNNYSIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92577332, 40.74092146]} },
{type: 'Feature',properties:{Name: '4', Address: '47-55 39TH PLACE, SUNNYSIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92577332, 40.74092146]} },
{type: 'Feature',properties:{Name: '4', Address: '47-55 39TH PLACE, SUNNYSIDE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.92577332, 40.74092146]} },
{type: 'Feature',properties:{Name: '4', Address: '45-47 47TH STREET, SUNNYSIDE', Month: '3', Price: '3480'}, geometry: { type: 'Point', coordinates:[-73.91791199, 40.74225831]} },
{type: 'Feature',properties:{Name: '4', Address: '43-19 QUEENS BOULEVARD, SUNNYSIDE', Month: '4', Price: '5865'}, geometry: { type: 'Point', coordinates:[-73.92121979, 40.74346008]} },
{type: 'Feature',properties:{Name: '4', Address: '39-21 GREENPOINT AVENUE, SUNNYSIDE', Month: '6', Price: '6700'}, geometry: { type: 'Point', coordinates:[-73.92668499, 40.73884701]} },
{type: 'Feature',properties:{Name: '4', Address: '46-11 48 AVENUE, SUNNYSIDE', Month: '11', Price: '4800'}, geometry: { type: 'Point', coordinates:[-73.91926164, 40.73929493]} },
{type: 'Feature',properties:{Name: '4', Address: '43-42 45TH STREET, 6H, SUNNYSIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91943241, 40.74430148]} },
{type: 'Feature',properties:{Name: '4', Address: '43-42 45TH STREET, 3R, SUNNYSIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91943241, 40.74430148]} },
{type: 'Feature',properties:{Name: '4', Address: '45-01 QUEENS BOULEVARD, SUNNYSIDE', Month: '12', Price: '13315'}, geometry: { type: 'Point', coordinates:[-73.91948781, 40.74325577]} },
{type: 'Feature',properties:{Name: '4', Address: '45-15 QUEENS BOULEVARD, SUNNYSIDE', Month: '9', Price: '4700'}, geometry: { type: 'Point', coordinates:[-73.91939399, 40.74324472]} },
{type: 'Feature',properties:{Name: '4', Address: '43-07 QUEENS BLVD, SUNNYSIDE', Month: '7', Price: '9522'}, geometry: { type: 'Point', coordinates:[-73.92129917, 40.74346837]} },
{type: 'Feature',properties:{Name: '4', Address: '39-41 48TH AVENUE, SUNNYSIDE', Month: '5', Price: '3900'}, geometry: { type: 'Point', coordinates:[-73.92568769, 40.74004309]} },
{type: 'Feature',properties:{Name: '4', Address: '40-18 GREENPOINT AVENUE, SUNNYSIDE', Month: '7', Price: '2176'}, geometry: { type: 'Point', coordinates:[-73.92487623, 40.73961712]} },
{type: 'Feature',properties:{Name: '4', Address: '38-01 QUEENS BOULEVARD, SUNNYSIDE', Month: '2', Price: '22500'}, geometry: { type: 'Point', coordinates:[-73.92691015, 40.74412257]} },
{type: 'Feature',properties:{Name: '4', Address: '49-07 43RD AVENUE, SUNNYSIDE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91538655, 40.74456482]} },
{type: 'Feature',properties:{Name: '4', Address: '49-07 43RD AVENUE, SUNNYSIDE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91538655, 40.74456482]} },
{type: 'Feature',properties:{Name: '4', Address: '15-91 144TH STREET, WHITESTONE', Month: '12', Price: '1584'}, geometry: { type: 'Point', coordinates:[-73.82244245, 40.78296785]} },
{type: 'Feature',properties:{Name: '4', Address: '143-23 22ND AVENUE, WHITESTONE', Month: '11', Price: '1831'}, geometry: { type: 'Point', coordinates:[-73.82530749, 40.7796209]} },
{type: 'Feature',properties:{Name: '4', Address: '143-09 22ND AVENUE, WHITESTONE', Month: '4', Price: '1831'}, geometry: { type: 'Point', coordinates:[-73.82542294, 40.7796595]} },
{type: 'Feature',properties:{Name: '4', Address: '143-03 22ND AVENUE, WHITESTONE', Month: '1', Price: '1831'}, geometry: { type: 'Point', coordinates:[-73.82547345, 40.7796733]} },
{type: 'Feature',properties:{Name: '4', Address: '143-01 22ND AVENUE, WHITESTONE', Month: '3', Price: '1831'}, geometry: { type: 'Point', coordinates:[-73.82548788, 40.77967881]} },
{type: 'Feature',properties:{Name: '4', Address: '143-16 21ST AVENUE, WHITESTONE', Month: '9', Price: '1831'}, geometry: { type: 'Point', coordinates:[-73.82473782, 40.7806795]} },
{type: 'Feature',properties:{Name: '4', Address: '22-15 WHITESTONE EXPRESSWA, WHITESTONE', Month: '9', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.8257917, 40.77948165]} },
{type: 'Feature',properties:{Name: '4', Address: '23-52 143RD STREET, WHITESTONE', Month: '1', Price: '2430'}, geometry: { type: 'Point', coordinates:[-73.82583209, 40.77784584]} },
{type: 'Feature',properties:{Name: '4', Address: '141-35 25TH AVENUE, WHITESTONE', Month: '12', Price: '1296'}, geometry: { type: 'Point', coordinates:[-73.82713859, 40.77667032]} },
{type: 'Feature',properties:{Name: '4', Address: '23-21 143RD STREET, WHITESTONE', Month: '4', Price: '1782'}, geometry: { type: 'Point', coordinates:[-73.82581036, 40.77787051]} },
{type: 'Feature',properties:{Name: '4', Address: '143-19 25TH AVENUE, WHITESTONE', Month: '8', Price: '1944'}, geometry: { type: 'Point', coordinates:[-73.82556429, 40.77669814]} },
{type: 'Feature',properties:{Name: '4', Address: '5 POINT CRESCENT, WHITESTONE', Month: '2', Price: '3523'}, geometry: { type: 'Point', coordinates:[-73.83018528, 40.79109296]} },
{type: 'Feature',properties:{Name: '4', Address: '93 MALBA DRIVE, WHITESTONE', Month: '5', Price: '4120'}, geometry: { type: 'Point', coordinates:[-73.82700339, 40.79396746]} },
{type: 'Feature',properties:{Name: '4', Address: '93 MALBA DRIVE, WHITESTONE', Month: '10', Price: '4120'}, geometry: { type: 'Point', coordinates:[-73.82700339, 40.79396746]} },
{type: 'Feature',properties:{Name: '4', Address: '99 MALBA DRIVE, WHITESTONE', Month: '5', Price: '2050'}, geometry: { type: 'Point', coordinates:[-73.82702059, 40.79429685]} },
{type: 'Feature',properties:{Name: '4', Address: '138-47 11TH AVENUE, WHITESTONE', Month: '12', Price: '2071'}, geometry: { type: 'Point', coordinates:[-73.83051356, 40.78839262]} },
{type: 'Feature',properties:{Name: '4', Address: '138-17 10TH AVENUE, WHITESTONE', Month: '11', Price: '1750'}, geometry: { type: 'Point', coordinates:[-73.83073215, 40.78906266]} },
{type: 'Feature',properties:{Name: '4', Address: '138-10 11TH AVENUE, WHITESTONE', Month: '11', Price: '2182'}, geometry: { type: 'Point', coordinates:[-73.83084958, 40.78832724]} },
{type: 'Feature',properties:{Name: '4', Address: '13-25 138TH STREET, WHITESTONE', Month: '8', Price: '2475'}, geometry: { type: 'Point', coordinates:[-73.83106207, 40.78712811]} },
{type: 'Feature',properties:{Name: '4', Address: '139-15 14TH AVENUE, WHITESTONE', Month: '6', Price: '4565'}, geometry: { type: 'Point', coordinates:[-73.82975672, 40.7863851]} },
{type: 'Feature',properties:{Name: '4', Address: '140-07 14TH AVENUE, WHITESTONE', Month: '10', Price: '2142'}, geometry: { type: 'Point', coordinates:[-73.82898372, 40.78647179]} },
{type: 'Feature',properties:{Name: '4', Address: '13-03 141ST STREET, WHITESTONE', Month: '1', Price: '1246'}, geometry: { type: 'Point', coordinates:[-73.82841396, 40.78756061]} },
{type: 'Feature',properties:{Name: '4', Address: '141-42 BOULEVARD, WHITESTONE', Month: '11', Price: '4212'}, geometry: { type: 'Point', coordinates:[-73.82900653, 40.7916484]} },
{type: 'Feature',properties:{Name: '4', Address: '141-42 THE BOULEVARD, WHITESTONE', Month: '11', Price: '4212'}, geometry: { type: 'Point', coordinates:[-73.82900653, 40.7916484]} },
{type: 'Feature',properties:{Name: '4', Address: '75 MALBA DRIVE, WHITESTONE', Month: '2', Price: '3114'}, geometry: { type: 'Point', coordinates:[-73.82736875, 40.79234587]} },
{type: 'Feature',properties:{Name: '4', Address: '32 CENTER DRIVE, WHITESTONE', Month: '7', Price: '2880'}, geometry: { type: 'Point', coordinates:[-73.82794853, 40.7901976]} },
{type: 'Feature',properties:{Name: '4', Address: '141-58 CENTER DRIVE, WHITESTONE', Month: '11', Price: '1512'}, geometry: { type: 'Point', coordinates:[-73.828603, 40.78988019]} },
{type: 'Feature',properties:{Name: '4', Address: '141-43 SOUTH DRIVE, WHITESTONE', Month: '10', Price: '2340'}, geometry: { type: 'Point', coordinates:[-73.82727483, 40.7895708]} },
{type: 'Feature',properties:{Name: '4', Address: '141-10 SOUTH DRIVE, WHITESTONE', Month: '5', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.82849191, 40.78954517]} },
{type: 'Feature',properties:{Name: '4', Address: '141-29 11TH AVENUE, WHITESTONE', Month: '3', Price: '2047'}, geometry: { type: 'Point', coordinates:[-73.8286062, 40.78863408]} },
{type: 'Feature',properties:{Name: '4', Address: '141-46 11TH AVENUE, WHITESTONE', Month: '11', Price: '1911'}, geometry: { type: 'Point', coordinates:[-73.82856651, 40.78862305]} },
{type: 'Feature',properties:{Name: '4', Address: '13-39 143RD STREET, WHITESTONE', Month: '2', Price: '1404'}, geometry: { type: 'Point', coordinates:[-73.8264798, 40.78700876]} },
{type: 'Feature',properties:{Name: '4', Address: '13-19 143RD STREET, WHITESTONE', Month: '7', Price: '1404'}, geometry: { type: 'Point', coordinates:[-73.82650123, 40.78709663]} },
{type: 'Feature',properties:{Name: '4', Address: '1308 143RD PLACE, WHITESTONE', Month: '4', Price: '2506'}, geometry: { type: 'Point', coordinates:[-73.82571242, 40.78769928]} },
{type: 'Feature',properties:{Name: '4', Address: '1308 143RD PLACE, WHITESTONE', Month: '11', Price: '2506'}, geometry: { type: 'Point', coordinates:[-73.82571242, 40.78769928]} },
{type: 'Feature',properties:{Name: '4', Address: '1 BOULEVARD, WHITESTONE', Month: '1', Price: '6996'}, geometry: { type: 'Point', coordinates:[-73.82693478, 40.79257577]} },
{type: 'Feature',properties:{Name: '4', Address: '6 BOULEVARD DRIVE, WHITESTONE', Month: '10', Price: '2751'}, geometry: { type: 'Point', coordinates:[-73.8269276, 40.79255929]} },
{type: 'Feature',properties:{Name: '4', Address: '13-38 PARSONS BLVD, WHITESTONE', Month: '12', Price: '1570'}, geometry: { type: 'Point', coordinates:[-73.82262538, 40.7874942]} },
{type: 'Feature',properties:{Name: '4', Address: '13-44 PARSONS BOULEVARD, WHITESTONE', Month: '3', Price: '1750'}, geometry: { type: 'Point', coordinates:[-73.82260385, 40.78744202]} },
{type: 'Feature',properties:{Name: '4', Address: '13-62 PARSONS BOULEVARD, WHITESTONE', Month: '10', Price: '2008'}, geometry: { type: 'Point', coordinates:[-73.82253566, 40.78728546]} },
{type: 'Feature',properties:{Name: '4', Address: '122 MALBA DRIVE, WHITESTONE', Month: '12', Price: '2880'}, geometry: { type: 'Point', coordinates:[-73.82794038, 40.79614543]} },
{type: 'Feature',properties:{Name: '4', Address: '145-53 4TH AVENUE, WHITESTONE', Month: '9', Price: '1032'}, geometry: { type: 'Point', coordinates:[-73.82447946, 40.7951329]} },
{type: 'Feature',properties:{Name: '4', Address: '145-79 5 AVENUE, WHITESTONE', Month: '5', Price: '2268'}, geometry: { type: 'Point', coordinates:[-73.82402609, 40.79448994]} },
{type: 'Feature',properties:{Name: '4', Address: '6-03 PARSONS BOULEVARD, WHITESTONE', Month: '4', Price: '2412'}, geometry: { type: 'Point', coordinates:[-73.82523173, 40.79335545]} },
{type: 'Feature',properties:{Name: '4', Address: '5-03 PARSONS BLVD, WHITESTONE', Month: '8', Price: '2735'}, geometry: { type: 'Point', coordinates:[-73.82550496, 40.79382796]} },
{type: 'Feature',properties:{Name: '4', Address: '145-28 5 AVENUE, WHITESTONE', Month: '7', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.82409119, 40.7944571]} },
{type: 'Feature',properties:{Name: '4', Address: '145-64 5 AVENUE, WHITESTONE', Month: '7', Price: '1632'}, geometry: { type: 'Point', coordinates:[-73.8240406, 40.794468]} },
{type: 'Feature',properties:{Name: '4', Address: '145-72 6 AVENUE, WHITESTONE', Month: '2', Price: '1283'}, geometry: { type: 'Point', coordinates:[-73.8225826, 40.79406229]} },
{type: 'Feature',properties:{Name: '4', Address: '145-43 8TH AVENUE, WHITESTONE', Month: '10', Price: '1756'}, geometry: { type: 'Point', coordinates:[-73.82252926, 40.79239616]} },
{type: 'Feature',properties:{Name: '4', Address: '145-27 13TH AVENUE, WHITESTONE', Month: '2', Price: '1814'}, geometry: { type: 'Point', coordinates:[-73.82182736, 40.78882417]} },
{type: 'Feature',properties:{Name: '4', Address: '146-15 13TH AVENUE, WHITESTONE', Month: '6', Price: '1475'}, geometry: { type: 'Point', coordinates:[-73.82047682, 40.78879737]} },
{type: 'Feature',properties:{Name: '4', Address: '146-05 14TH AVENUE, WHITESTONE', Month: '4', Price: '2054'}, geometry: { type: 'Point', coordinates:[-73.82035083, 40.78730678]} },
{type: 'Feature',properties:{Name: '4', Address: '13-16 146TH PLACE, WHITESTONE', Month: '12', Price: '1469'}, geometry: { type: 'Point', coordinates:[-73.82004446, 40.7884289]} },
{type: 'Feature',properties:{Name: '4', Address: '2-64 149TH STREET, WHITESTONE', Month: '2', Price: '2284'}, geometry: { type: 'Point', coordinates:[-73.82049567, 40.79787699]} },
{type: 'Feature',properties:{Name: '4', Address: '147-11 3RD AVENUE, WHITESTONE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82258013, 40.79634316]} },
{type: 'Feature',properties:{Name: '4', Address: '147-01 3RD AVENUE, WHITESTONE', Month: '10', Price: '5401'}, geometry: { type: 'Point', coordinates:[-73.82280785, 40.79627489]} },
{type: 'Feature',properties:{Name: '4', Address: '147-17 5 AVENUE, WHITESTONE', Month: '4', Price: '1150'}, geometry: { type: 'Point', coordinates:[-73.82162652, 40.79504618]} },
{type: 'Feature',properties:{Name: '4', Address: '3-35 148TH STREET, WHITESTONE', Month: '9', Price: '1417'}, geometry: { type: 'Point', coordinates:[-73.82076274, 40.79660933]} },
{type: 'Feature',properties:{Name: '4', Address: '3-11 148TH STREET, WHITESTONE', Month: '6', Price: '1566'}, geometry: { type: 'Point', coordinates:[-73.82077713, 40.79663132]} },
{type: 'Feature',properties:{Name: '4', Address: '147-19 7TH AVENUE, WHITESTONE', Month: '3', Price: '1150'}, geometry: { type: 'Point', coordinates:[-73.8209223, 40.79368644]} },
{type: 'Feature',properties:{Name: '4', Address: '147-64 6 AVENUE, WHITESTONE', Month: '8', Price: '1150'}, geometry: { type: 'Point', coordinates:[-73.82120936, 40.79437856]} },
{type: 'Feature',properties:{Name: '4', Address: '147-50 7TH AVENUE, WHITESTONE', Month: '4', Price: '1150'}, geometry: { type: 'Point', coordinates:[-73.82085007, 40.79368633]} },
{type: 'Feature',properties:{Name: '4', Address: '147-07 8 AVENUE, WHITESTONE', Month: '5', Price: '1087'}, geometry: { type: 'Point', coordinates:[-73.82051641, 40.79286513]} },
{type: 'Feature',properties:{Name: '4', Address: '147-28 9 AVENUE, WHITESTONE', Month: '9', Price: '1222'}, geometry: { type: 'Point', coordinates:[-73.81997676, 40.79209851]} },
{type: 'Feature',properties:{Name: '4', Address: '147-09 12TH AVENUE, WHITESTONE', Month: '4', Price: '1212'}, geometry: { type: 'Point', coordinates:[-73.81920327, 40.7896737]} },
{type: 'Feature',properties:{Name: '4', Address: '11-09 147TH STREET, WHITESTONE', Month: '4', Price: '1890'}, geometry: { type: 'Point', coordinates:[-73.81976162, 40.79019333]} },
{type: 'Feature',properties:{Name: '4', Address: '149-05 2 AVENUE, WHITESTONE', Month: '9', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.82096868, 40.7992693]} },
{type: 'Feature',properties:{Name: '4', Address: '1-06 SAMOS LN, WHITESTONE', Month: '10', Price: '4500'}, geometry: { type: 'Point', coordinates:[-73.82109485, 40.79936007]} },
{type: 'Feature',properties:{Name: '4', Address: '1-15 SAMOS LANE, WHITESTONE', Month: '1', Price: '3060'}, geometry: { type: 'Point', coordinates:[-73.82121005, 40.79950023]} },
{type: 'Feature',properties:{Name: '4', Address: '150-81 POWELLS COVE BLVD, WHITESTONE', Month: '9', Price: '2310'}, geometry: { type: 'Point', coordinates:[-73.81677767, 40.79842008]} },
{type: 'Feature',properties:{Name: '4', Address: '150-87 POWELLS COVE BLVD, WHITESTONE', Month: '8', Price: '2453'}, geometry: { type: 'Point', coordinates:[-73.81674164, 40.79838983]} },
{type: 'Feature',properties:{Name: '4', Address: '2-35 149TH STREET, WHITESTONE', Month: '8', Price: '3580'}, geometry: { type: 'Point', coordinates:[-73.82074016, 40.79828908]} },
{type: 'Feature',properties:{Name: '4', Address: '2-40 150TH STREET, WHITESTONE', Month: '7', Price: '2220'}, geometry: { type: 'Point', coordinates:[-73.81859092, 40.79837355]} },
{type: 'Feature',properties:{Name: '4', Address: '3-25 149TH STREET, WHITESTONE', Month: '1', Price: '2025'}, geometry: { type: 'Point', coordinates:[-73.81982653, 40.79689882]} },
{type: 'Feature',properties:{Name: '4', Address: '149-05 5 AVENUE, WHITESTONE', Month: '2', Price: '1197'}, geometry: { type: 'Point', coordinates:[-73.81874625, 40.7957114]} },
{type: 'Feature',properties:{Name: '4', Address: '149-30 6TH AVENUE, WHITESTONE', Month: '8', Price: '990'}, geometry: { type: 'Point', coordinates:[-73.81786293, 40.79515282]} },
{type: 'Feature',properties:{Name: '4', Address: '149-38 9 AVENUE, WHITESTONE', Month: '7', Price: '1275'}, geometry: { type: 'Point', coordinates:[-73.81664854, 40.79285081]} },
{type: 'Feature',properties:{Name: '4', Address: '149-18 10TH AVENUE, WHITESTONE', Month: '5', Price: '1356'}, geometry: { type: 'Point', coordinates:[-73.81666143, 40.79210426]} },
{type: 'Feature',properties:{Name: '4', Address: '149-39 12 AVENUE, WHITESTONE', Month: '8', Price: '1922'}, geometry: { type: 'Point', coordinates:[-73.81575588, 40.79046696]} },
{type: 'Feature',properties:{Name: '4', Address: '149-35 12 AVENUE, WHITESTONE', Month: '8', Price: '1549'}, geometry: { type: 'Point', coordinates:[-73.81581731, 40.79045333]} },
{type: 'Feature',properties:{Name: '4', Address: '149-19 12TH AVENUE, WHITESTONE', Month: '9', Price: '1857'}, geometry: { type: 'Point', coordinates:[-73.8160522, 40.79039881]} },
{type: 'Feature',properties:{Name: '4', Address: '149-11 12TH ROAD, WHITESTONE', Month: '1', Price: '1410'}, geometry: { type: 'Point', coordinates:[-73.81589606, 40.78939948]} },
{type: 'Feature',properties:{Name: '4', Address: '2-39 150TH STREET, WHITESTONE', Month: '12', Price: '3180'}, geometry: { type: 'Point', coordinates:[-73.8185764, 40.79840097]} },
{type: 'Feature',properties:{Name: '4', Address: '8-14 CLINTONVILLE STREET, WHITESTONE', Month: '7', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.81348816, 40.79425653]} },
{type: 'Feature',properties:{Name: '4', Address: '150-49 9 AVENUE, WHITESTONE', Month: '10', Price: '1376'}, geometry: { type: 'Point', coordinates:[-73.81439347, 40.79338791]} },
{type: 'Feature',properties:{Name: '4', Address: '150-45 11TH AVENUE, WHITESTONE', Month: '4', Price: '2178'}, geometry: { type: 'Point', coordinates:[-73.8138022, 40.79173463]} },
{type: 'Feature',properties:{Name: '4', Address: '12-10 CLINTONVILLE STREET, WHITESTONE', Month: '4', Price: '928'}, geometry: { type: 'Point', coordinates:[-73.81214332, 40.79089205]} },
{type: 'Feature',properties:{Name: '4', Address: '151-65 10 AVENUE, WHITESTONE', Month: '8', Price: '938'}, geometry: { type: 'Point', coordinates:[-73.8110383, 40.79341265]} },
{type: 'Feature',properties:{Name: '4', Address: '7-23 151ST PLACE, WHITESTONE', Month: '12', Price: '932'}, geometry: { type: 'Point', coordinates:[-73.81170937, 40.79492885]} },
{type: 'Feature',properties:{Name: '4', Address: '151-47 11TH AVENUE, WHITESTONE', Month: '6', Price: '978'}, geometry: { type: 'Point', coordinates:[-73.81145688, 40.7922633]} },
{type: 'Feature',properties:{Name: '4', Address: '151-35 11TH AVENUE, WHITESTONE', Month: '7', Price: '1167'}, geometry: { type: 'Point', coordinates:[-73.81165564, 40.79221696]} },
{type: 'Feature',properties:{Name: '4', Address: '151-27 11TH AVENUE, WHITESTONE', Month: '9', Price: '2126'}, geometry: { type: 'Point', coordinates:[-73.81179296, 40.79218699]} },
{type: 'Feature',properties:{Name: '4', Address: '151-27 12TH AVENUE, WHITESTONE', Month: '12', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.81156035, 40.79143455]} },
{type: 'Feature',properties:{Name: '4', Address: '12-22 151 PLACE, WHITESTONE', Month: '5', Price: '1140'}, geometry: { type: 'Point', coordinates:[-73.81127535, 40.79132704]} },
{type: 'Feature',properties:{Name: '4', Address: '151-45 12TH ROAD, WHITESTONE', Month: '9', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.81105737, 40.7905115]} },
{type: 'Feature',properties:{Name: '4', Address: '151-41 12TH ROAD, WHITESTONE', Month: '3', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.81110796, 40.7905006]} },
{type: 'Feature',properties:{Name: '4', Address: '151-23 12TH ROAD, WHITESTONE', Month: '3', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.81134285, 40.79044609]} },
{type: 'Feature',properties:{Name: '4', Address: '7-19 152ND STREET, WHITESTONE', Month: '7', Price: '2806'}, geometry: { type: 'Point', coordinates:[-73.81040599, 40.79478398]} },
{type: 'Feature',properties:{Name: '4', Address: '152-45 12TH ROAD, WHITESTONE', Month: '12', Price: '1783'}, geometry: { type: 'Point', coordinates:[-73.80960851, 40.79075889]} },
{type: 'Feature',properties:{Name: '4', Address: '152-34 10TH AVENUE, WHITESTONE', Month: '7', Price: '1056'}, geometry: { type: 'Point', coordinates:[-73.8089616, 40.79343942]} },
{type: 'Feature',properties:{Name: '4', Address: '152-33 13TH AVENUE, WHITESTONE', Month: '9', Price: '1282'}, geometry: { type: 'Point', coordinates:[-73.80916672, 40.78991827]} },
{type: 'Feature',properties:{Name: '4', Address: '152-37 14TH AVENUE, WHITESTONE', Month: '12', Price: '2376'}, geometry: { type: 'Point', coordinates:[-73.80864732, 40.78969783]} },
{type: 'Feature',properties:{Name: '4', Address: '14-20 146TH STREET, WHITESTONE', Month: '10', Price: '1250'}, geometry: { type: 'Point', coordinates:[-73.82051803, 40.78690357]} },
{type: 'Feature',properties:{Name: '4', Address: '15-11 145TH PLACE, WHITESTONE', Month: '1', Price: '1491'}, geometry: { type: 'Point', coordinates:[-73.82091824, 40.78579806]} },
{type: 'Feature',properties:{Name: '4', Address: '15-26 146TH STREET, WHITESTONE', Month: '3', Price: '1274'}, geometry: { type: 'Point', coordinates:[-73.82003304, 40.78597234]} },
{type: 'Feature',properties:{Name: '4', Address: '15-27 PARSONS BOULEVARD, WHITESTONE', Month: '9', Price: '1300'}, geometry: { type: 'Point', coordinates:[-73.82181071, 40.78559908]} },
{type: 'Feature',properties:{Name: '4', Address: '15-30 145TH PLACE, WHITESTONE', Month: '3', Price: '1521'}, geometry: { type: 'Point', coordinates:[-73.82093275, 40.78577338]} },
{type: 'Feature',properties:{Name: '4', Address: '15-44 145TH PLACE, WHITESTONE', Month: '12', Price: '1449'}, geometry: { type: 'Point', coordinates:[-73.82092555, 40.78576239]} },
{type: 'Feature',properties:{Name: '4', Address: '15-35 146TH PLACE, WHITESTONE', Month: '9', Price: '1402'}, geometry: { type: 'Point', coordinates:[-73.81932225, 40.78575165]} },
{type: 'Feature',properties:{Name: '4', Address: '145-25 17TH ROAD, WHITESTONE', Month: '4', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.82086536, 40.78397822]} },
{type: 'Feature',properties:{Name: '4', Address: '18-03 PARSONS BLVD, WHITESTONE', Month: '3', Price: '1008'}, geometry: { type: 'Point', coordinates:[-73.8214236, 40.78317487]} },
{type: 'Feature',properties:{Name: '4', Address: '145-29 19TH AVENUE, WHITESTONE', Month: '4', Price: '1716'}, geometry: { type: 'Point', coordinates:[-73.82119774, 40.78256794]} },
{type: 'Feature',properties:{Name: '4', Address: '146-06 20TH ROAD, WHITESTONE', Month: '12', Price: '1314'}, geometry: { type: 'Point', coordinates:[-73.82069984, 40.78107677]} },
{type: 'Feature',properties:{Name: '4', Address: '20-34 147TH STREET, WHITESTONE', Month: '5', Price: '1618'}, geometry: { type: 'Point', coordinates:[-73.81910825, 40.78078334]} },
{type: 'Feature',properties:{Name: '4', Address: '21-17 146TH STREET, WHITESTONE', Month: '3', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.8212446, 40.7799111]} },
{type: 'Feature',properties:{Name: '4', Address: '146-28 21ST AVENUE, WHITESTONE', Month: '2', Price: '1936'}, geometry: { type: 'Point', coordinates:[-73.82047793, 40.78034907]} },
{type: 'Feature',properties:{Name: '4', Address: '21-10 147 STREET, WHITESTONE', Month: '11', Price: '1188'}, geometry: { type: 'Point', coordinates:[-73.8192114, 40.78003144]} },
{type: 'Feature',properties:{Name: '4', Address: '21-12 147TH STREET, WHITESTONE', Month: '5', Price: '1080'}, geometry: { type: 'Point', coordinates:[-73.81921504, 40.78001772]} },
{type: 'Feature',properties:{Name: '4', Address: '146-23 22ND AVENUE, WHITESTONE', Month: '8', Price: '1314'}, geometry: { type: 'Point', coordinates:[-73.82061779, 40.77936667]} },
{type: 'Feature',properties:{Name: '4', Address: '22-09 146 STREET, WHITESTONE', Month: '3', Price: '896'}, geometry: { type: 'Point', coordinates:[-73.82134405, 40.77918115]} },
{type: 'Feature',properties:{Name: '4', Address: '22-07 146TH STREET, WHITESTONE', Month: '11', Price: '896'}, geometry: { type: 'Point', coordinates:[-73.8213404, 40.77919487]} },
{type: 'Feature',properties:{Name: '4', Address: '146-10 22ND AVENUE, WHITESTONE', Month: '11', Price: '1232'}, geometry: { type: 'Point', coordinates:[-73.82092107, 40.77937263]} },
{type: 'Feature',properties:{Name: '4', Address: '145-37 24TH AVENUE, WHITESTONE', Month: '12', Price: '1495'}, geometry: { type: 'Point', coordinates:[-73.82303784, 40.77769063]} },
{type: 'Feature',properties:{Name: '4', Address: '145-20 24TH AVENUE, WHITESTONE', Month: '5', Price: '1196'}, geometry: { type: 'Point', coordinates:[-73.82332309, 40.77768557]} },
{type: 'Feature',properties:{Name: '4', Address: '146-29 24TH AVENUE, WHITESTONE', Month: '10', Price: '1395'}, geometry: { type: 'Point', coordinates:[-73.82085723, 40.77760491]} },
{type: 'Feature',properties:{Name: '4', Address: '24-11 146TH STREET, WHITESTONE', Month: '9', Price: '1396'}, geometry: { type: 'Point', coordinates:[-73.82157613, 40.7774633]} },
{type: 'Feature',properties:{Name: '4', Address: '146-39 WILLETS POINT BLVD, WHITESTONE', Month: '7', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.82081972, 40.77678143]} },
{type: 'Feature',properties:{Name: '4', Address: '146-27 WILLETS POINT BOULEV, WHITESTONE', Month: '10', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.82054103, 40.77703077]} },
{type: 'Feature',properties:{Name: '4', Address: '147-11 15TH AVENUE, WHITESTONE', Month: '10', Price: '2275'}, geometry: { type: 'Point', coordinates:[-73.81796539, 40.78674037]} },
{type: 'Feature',properties:{Name: '4', Address: '147-29 18TH AVENUE, WHITESTONE', Month: '6', Price: '1118'}, geometry: { type: 'Point', coordinates:[-73.81844123, 40.7830714]} },
{type: 'Feature',properties:{Name: '4', Address: '147-25 22ND AVENUE, WHITESTONE', Month: '1', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.81897523, 40.77924333]} },
{type: 'Feature',properties:{Name: '4', Address: '21-22 149TH STREET, WHITESTONE', Month: '7', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.81719725, 40.77978673]} },
{type: 'Feature',properties:{Name: '4', Address: '21-02 149TH STREET, WHITESTONE', Month: '1', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.81717881, 40.77992668]} },
{type: 'Feature',properties:{Name: '4', Address: '147-31 24TH AVENUE, WHITESTONE', Month: '2', Price: '1384'}, geometry: { type: 'Point', coordinates:[-73.81920018, 40.77751449]} },
{type: 'Feature',properties:{Name: '4', Address: '147-34 24TH AVENUE, WHITESTONE', Month: '5', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.81919661, 40.77749802]} },
{type: 'Feature',properties:{Name: '4', Address: '147-34 24TH AVENUE, WHITESTONE', Month: '2', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.81919661, 40.77749802]} },
{type: 'Feature',properties:{Name: '4', Address: '15-14 150TH STREET, WHITESTONE', Month: '2', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.81348801, 40.78657676]} },
{type: 'Feature',properties:{Name: '4', Address: '149-29 16TH ROAD, WHITESTONE', Month: '9', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.81548215, 40.78498802]} },
{type: 'Feature',properties:{Name: '4', Address: '149-36 16TH ROAD, WHITESTONE', Month: '4', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.81521504, 40.78494917]} },
{type: 'Feature',properties:{Name: '4', Address: '149-32 16TH ROAD, WHITESTONE', Month: '4', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.81532696, 40.78496032]} },
{type: 'Feature',properties:{Name: '4', Address: '17-04 150TH STREET, WHITESTONE', Month: '2', Price: '1031'}, geometry: { type: 'Point', coordinates:[-73.81384927, 40.78393965]} },
{type: 'Feature',properties:{Name: '4', Address: '149-41 18TH AVENUE, WHITESTONE', Month: '1', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.81555309, 40.78284449]} },
{type: 'Feature',properties:{Name: '4', Address: '149-49 18TH AVENUE, WHITESTONE', Month: '9', Price: '1296'}, geometry: { type: 'Point', coordinates:[-73.81539786, 40.78283052]} },
{type: 'Feature',properties:{Name: '4', Address: '149-44 17TH ROAD, WHITESTONE', Month: '7', Price: '2108'}, geometry: { type: 'Point', coordinates:[-73.81538148, 40.78352766]} },
{type: 'Feature',properties:{Name: '4', Address: '18-11 149TH STREET, WHITESTONE', Month: '12', Price: '2024'}, geometry: { type: 'Point', coordinates:[-73.81676296, 40.78277231]} },
{type: 'Feature',properties:{Name: '4', Address: '18-02 150TH STREET, WHITESTONE', Month: '2', Price: '1736'}, geometry: { type: 'Point', coordinates:[-73.81403358, 40.78259502]} },
{type: 'Feature',properties:{Name: '4', Address: '149-29 20TH ROAD, WHITESTONE', Month: '12', Price: '1568'}, geometry: { type: 'Point', coordinates:[-73.81608252, 40.78072914]} },
{type: 'Feature',properties:{Name: '4', Address: '149-14 20TH AVENUE, WHITESTONE', Month: '1', Price: '1552'}, geometry: { type: 'Point', coordinates:[-73.8162647, 40.78144581]} },
{type: 'Feature',properties:{Name: '4', Address: '149-32 23RD AVENUE, WHITESTONE', Month: '2', Price: '1088'}, geometry: { type: 'Point', coordinates:[-73.81637522, 40.77802878]} },
{type: 'Feature',properties:{Name: '4', Address: '15-16 MURRAY STREET, WHITESTONE', Month: '6', Price: '1350'}, geometry: { type: 'Point', coordinates:[-73.81272605, 40.78657827]} },
{type: 'Feature',properties:{Name: '4', Address: '15-22 MURRAY ST., WHITESTONE', Month: '4', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.81267931, 40.78650408]} },
{type: 'Feature',properties:{Name: '4', Address: '15-30 150TH PLACE, WHITESTONE', Month: '12', Price: '1254'}, geometry: { type: 'Point', coordinates:[-73.81113144, 40.78604319]} },
{type: 'Feature',properties:{Name: '4', Address: '17-07 150TH STREET, WHITESTONE', Month: '4', Price: '1281'}, geometry: { type: 'Point', coordinates:[-73.81383501, 40.78387375]} },
{type: 'Feature',properties:{Name: '4', Address: '150-27 17TH ROAD, WHITESTONE', Month: '6', Price: '1106'}, geometry: { type: 'Point', coordinates:[-73.813172, 40.78337039]} },
{type: 'Feature',properties:{Name: '4', Address: '150-23 18TH AVENUE, WHITESTONE', Month: '2', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.81333286, 40.78266525]} },
{type: 'Feature',properties:{Name: '4', Address: '150-25 18TH AVENUE, WHITESTONE', Month: '6', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.81330398, 40.78266246]} },
{type: 'Feature',properties:{Name: '4', Address: '150-28 17TH ROAD, WHITESTONE', Month: '8', Price: '1901'}, geometry: { type: 'Point', coordinates:[-73.81314317, 40.78335113]} },
{type: 'Feature',properties:{Name: '4', Address: '17-11 MURRAY STREET, WHITESTONE', Month: '11', Price: '1065'}, geometry: { type: 'Point', coordinates:[-73.81165837, 40.783593]} },
{type: 'Feature',properties:{Name: '4', Address: '151-39 20 ROAD, WHITESTONE', Month: '8', Price: '1080'}, geometry: { type: 'Point', coordinates:[-73.81158082, 40.78037329]} },
{type: 'Feature',properties:{Name: '4', Address: '151-38 20TH AVENUE, WHITESTONE', Month: '7', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.81148497, 40.78106755]} },
{type: 'Feature',properties:{Name: '4', Address: '151-12 20TH RD, WHITESTONE', Month: '7', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.81160975, 40.78035961]} },
{type: 'Feature',properties:{Name: '4', Address: '151-11 21ST AVENUE, WHITESTONE', Month: '8', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.81170919, 40.7796681]} },
{type: 'Feature',properties:{Name: '4', Address: '151-09 21ST AVENUE, WHITESTONE', Month: '1', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.8117128, 40.77966811]} },
{type: 'Feature',properties:{Name: '4', Address: '14-14 154TH STREET, WHITESTONE', Month: '2', Price: '2592'}, geometry: { type: 'Point', coordinates:[-73.80771444, 40.78884815]} },
{type: 'Feature',properties:{Name: '4', Address: '154-03 20TH AVENUE, WHITESTONE', Month: '4', Price: '2152'}, geometry: { type: 'Point', coordinates:[-73.80842363, 40.78084018]} },
{type: 'Feature',properties:{Name: '4', Address: '20-31 154TH STREET, WHITESTONE', Month: '1', Price: '1035'}, geometry: { type: 'Point', coordinates:[-73.80890629, 40.7799956]} },
{type: 'Feature',properties:{Name: '4', Address: '21-19 154TH STREET, WHITESTONE', Month: '5', Price: '1148'}, geometry: { type: 'Point', coordinates:[-73.80903542, 40.7790379]} },
{type: 'Feature',properties:{Name: '4', Address: '21-19 154 STREET, WHITESTONE', Month: '4', Price: '1148'}, geometry: { type: 'Point', coordinates:[-73.80903542, 40.7790379]} },
{type: 'Feature',properties:{Name: '4', Address: '157-03 LOCKE AVENUE, WHITESTONE', Month: '11', Price: '1276'}, geometry: { type: 'Point', coordinates:[-73.80546754, 40.78537503]} },
{type: 'Feature',properties:{Name: '4', Address: '15-50 159TH STREET, WHITESTONE', Month: '9', Price: '2288'}, geometry: { type: 'Point', coordinates:[-73.80343106, 40.78531668]} },
{type: 'Feature',properties:{Name: '4', Address: '157-10 LOCKE AVENUE, WHITESTONE', Month: '11', Price: '1170'}, geometry: { type: 'Point', coordinates:[-73.80545675, 40.78536129]} },
{type: 'Feature',properties:{Name: '4', Address: '17-34 FRANCIS LEWIS BLVD, WHITESTONE', Month: '1', Price: '1048'}, geometry: { type: 'Point', coordinates:[-73.80407121, 40.78252911]} },
{type: 'Feature',properties:{Name: '4', Address: '157-06 18TH AVENUE, WHITESTONE', Month: '6', Price: '2382'}, geometry: { type: 'Point', coordinates:[-73.8052932, 40.78201792]} },
{type: 'Feature',properties:{Name: '4', Address: '157-29 20TH AVENUE, WHITESTONE', Month: '4', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.80497969, 40.78056542]} },
{type: 'Feature',properties:{Name: '4', Address: '163-12 15 DRIVE, WHITESTONE', Month: '6', Price: '1404'}, geometry: { type: 'Point', coordinates:[-73.79936915, 40.78513127]} },
{type: 'Feature',properties:{Name: '4', Address: '163-37 16TH AVENUE, WHITESTONE', Month: '2', Price: '1404'}, geometry: { type: 'Point', coordinates:[-73.79954456, 40.78444264]} },
{type: 'Feature',properties:{Name: '4', Address: '163-24 16TH AVENUE, WHITESTONE', Month: '1', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.79881897, 40.78436727]} },
{type: 'Feature',properties:{Name: '4', Address: '166-56 17TH AVENUE, WHITESTONE', Month: '2', Price: '1744'}, geometry: { type: 'Point', coordinates:[-73.7957114, 40.782693]} },
{type: 'Feature',properties:{Name: '4', Address: '166-39 17TH ROAD, WHITESTONE', Month: '1', Price: '1090'}, geometry: { type: 'Point', coordinates:[-73.79558721, 40.78197641]} },
{type: 'Feature',properties:{Name: '4', Address: '166-63 17TH ROAD, WHITESTONE', Month: '8', Price: '1296'}, geometry: { type: 'Point', coordinates:[-73.79521538, 40.7819483]} },
{type: 'Feature',properties:{Name: '4', Address: '163-53 20TH AVENUE, WHITESTONE', Month: '2', Price: '985'}, geometry: { type: 'Point', coordinates:[-73.79986074, 40.78016689]} },
{type: 'Feature',properties:{Name: '4', Address: '166-63 20 AVENUE, WHITESTONE', Month: '9', Price: '1732'}, geometry: { type: 'Point', coordinates:[-73.79704861, 40.77994239]} },
{type: 'Feature',properties:{Name: '4', Address: '15-38 PARSONS BOULEVARD, WHITESTONE', Month: '10', Price: '2895'}, geometry: { type: 'Point', coordinates:[-73.82182519, 40.78558538]} },
{type: 'Feature',properties:{Name: '4', Address: '19-17 144 STREET, WHITESTONE', Month: '6', Price: '2640'}, geometry: { type: 'Point', coordinates:[-73.82337655, 40.78203607]} },
{type: 'Feature',properties:{Name: '4', Address: '13-01 146TH PLACE, WHITESTONE', Month: '2', Price: '1935'}, geometry: { type: 'Point', coordinates:[-73.82008376, 40.78858541]} },
{type: 'Feature',properties:{Name: '4', Address: '11-16 148TH STREET, WHITESTONE', Month: '11', Price: '2277'}, geometry: { type: 'Point', coordinates:[-73.81815732, 40.7905092]} },
{type: 'Feature',properties:{Name: '4', Address: '11-15 149TH STREET, WHITESTONE', Month: '3', Price: '1336'}, geometry: { type: 'Point', coordinates:[-73.81676244, 40.79083361]} },
{type: 'Feature',properties:{Name: '4', Address: '11-06 150 STREET, WHITESTONE', Month: '2', Price: '2139'}, geometry: { type: 'Point', coordinates:[-73.8148109, 40.79133552]} },
{type: 'Feature',properties:{Name: '4', Address: '149-43 12 AVENUE, WHITESTONE', Month: '7', Price: '1981'}, geometry: { type: 'Point', coordinates:[-73.81569806, 40.79048059]} },
{type: 'Feature',properties:{Name: '4', Address: '12-64 150 STREET, WHITESTONE', Month: '10', Price: '3400'}, geometry: { type: 'Point', coordinates:[-73.81412951, 40.78962445]} },
{type: 'Feature',properties:{Name: '4', Address: '3-29 150TH STREET, WHITESTONE', Month: '6', Price: '3180'}, geometry: { type: 'Point', coordinates:[-73.81805909, 40.79737911]} },
{type: 'Feature',properties:{Name: '4', Address: '3-04 CRESTHAVEN LANE, WHITESTONE', Month: '5', Price: '3180'}, geometry: { type: 'Point', coordinates:[-73.81738955, 40.7978776]} },
{type: 'Feature',properties:{Name: '4', Address: '150-25 6 AVENUE, WHITESTONE', Month: '6', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.816927, 40.796217]} },
{type: 'Feature',properties:{Name: '4', Address: '150-07 7 AVENUE, WHITESTONE', Month: '2', Price: '2548'}, geometry: { type: 'Point', coordinates:[-73.81579787, 40.79486684]} },
{type: 'Feature',properties:{Name: '4', Address: '150-48 8TH AVENUE, WHITESTONE', Month: '2', Price: '2246'}, geometry: { type: 'Point', coordinates:[-73.81471268, 40.79418715]} },
{type: 'Feature',properties:{Name: '4', Address: '8-16 CLINTONVILLE STREET, WHITESTONE', Month: '9', Price: '1566'}, geometry: { type: 'Point', coordinates:[-73.81348458, 40.79424555]} },
{type: 'Feature',properties:{Name: '4', Address: '8-16 CLINTONVILLE STREET, WHITESTONE', Month: '2', Price: '1566'}, geometry: { type: 'Point', coordinates:[-73.81348458, 40.79424555]} },
{type: 'Feature',properties:{Name: '4', Address: '150-35 11TH AVENUE, WHITESTONE', Month: '7', Price: '2120'}, geometry: { type: 'Point', coordinates:[-73.81396482, 40.79169647]} },
{type: 'Feature',properties:{Name: '4', Address: '145-05 19TH AVENUE, WHITESTONE', Month: '9', Price: '2450'}, geometry: { type: 'Point', coordinates:[-73.82124107, 40.78257075]} },
{type: 'Feature',properties:{Name: '4', Address: '146-30 21ST AVENUE, WHITESTONE', Month: '7', Price: '2550'}, geometry: { type: 'Point', coordinates:[-73.82044904, 40.78034902]} },
{type: 'Feature',properties:{Name: '4', Address: '24-17 PARSONS BLVD, WHITESTONE', Month: '5', Price: '2232'}, geometry: { type: 'Point', coordinates:[-73.82419797, 40.77726971]} },
{type: 'Feature',properties:{Name: '4', Address: '146-14 23RD AVE, WHITESTONE', Month: '1', Price: '2496'}, geometry: { type: 'Point', coordinates:[-73.82097455, 40.77828305]} },
{type: 'Feature',properties:{Name: '4', Address: '146-09 WILLETS POINT BLVD, WHITESTONE', Month: '6', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.82125288, 40.77682602]} },
{type: 'Feature',properties:{Name: '4', Address: '146-05 WILLETS POINT BLVD, WHITESTONE', Month: '8', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.82131063, 40.7768316]} },
{type: 'Feature',properties:{Name: '4', Address: '147-05 16TH ROAD, WHITESTONE', Month: '6', Price: '1282'}, geometry: { type: 'Point', coordinates:[-73.81817903, 40.78520365]} },
{type: 'Feature',properties:{Name: '4', Address: '147-18 16TH ROAD, WHITESTONE', Month: '8', Price: '1490'}, geometry: { type: 'Point', coordinates:[-73.81816463, 40.78518716]} },
{type: 'Feature',properties:{Name: '4', Address: '147-22 17TH ROAD, WHITESTONE', Month: '7', Price: '1462'}, geometry: { type: 'Point', coordinates:[-73.81835629, 40.78376294]} },
{type: 'Feature',properties:{Name: '4', Address: '18-18 149TH STREET, WHITESTONE', Month: '8', Price: '2028'}, geometry: { type: 'Point', coordinates:[-73.81678834, 40.78273393]} },
{type: 'Feature',properties:{Name: '4', Address: '18-18 149TH STREET, WHITESTONE', Month: '10', Price: '2028'}, geometry: { type: 'Point', coordinates:[-73.81678834, 40.78273393]} },
{type: 'Feature',properties:{Name: '4', Address: '147-40 18TH AVENUE, WHITESTONE', Month: '3', Price: '3232'}, geometry: { type: 'Point', coordinates:[-73.81843045, 40.78305217]} },
{type: 'Feature',properties:{Name: '4', Address: '20-14 149TH STREET, WHITESTONE', Month: '3', Price: '2740'}, geometry: { type: 'Point', coordinates:[-73.81700934, 40.78115331]} },
{type: 'Feature',properties:{Name: '4', Address: '20-30 149TH STREET, WHITESTONE', Month: '10', Price: '2652'}, geometry: { type: 'Point', coordinates:[-73.81707199, 40.78069229]} },
{type: 'Feature',properties:{Name: '4', Address: '149-45 15TH ROAD, WHITESTONE', Month: '7', Price: '2244'}, geometry: { type: 'Point', coordinates:[-73.81499079, 40.78638156]} },
{type: 'Feature',properties:{Name: '4', Address: '149-31 15 DRIVE, WHITESTONE', Month: '4', Price: '1816'}, geometry: { type: 'Point', coordinates:[-73.81536462, 40.78570146]} },
{type: 'Feature',properties:{Name: '4', Address: '149-17 16TH ROAD, WHITESTONE', Month: '10', Price: '2244'}, geometry: { type: 'Point', coordinates:[-73.81580708, 40.78501324]} },
{type: 'Feature',properties:{Name: '4', Address: '149-27 17TH AVENUE, WHITESTONE', Month: '10', Price: '2496'}, geometry: { type: 'Point', coordinates:[-73.81563578, 40.78428012]} },
{type: 'Feature',properties:{Name: '4', Address: '149-24 16TH ROAD, WHITESTONE', Month: '6', Price: '3380'}, geometry: { type: 'Point', coordinates:[-73.81555802, 40.78497716]} },
{type: 'Feature',properties:{Name: '4', Address: '149-17 17TH ROAD, WHITESTONE', Month: '1', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.81593018, 40.78358892]} },
{type: 'Feature',properties:{Name: '4', Address: '149-45 17TH ROAD, WHITESTONE', Month: '1', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.81538144, 40.78354413]} },
{type: 'Feature',properties:{Name: '4', Address: '14953 17TH ROAD, WHITESTONE', Month: '5', Price: '3077'}, geometry: { type: 'Point', coordinates:[-73.81522258, 40.78353289]} },
{type: 'Feature',properties:{Name: '4', Address: '149-60 17TH AVENUE, WHITESTONE', Month: '8', Price: '1495'}, geometry: { type: 'Point', coordinates:[-73.81497154, 40.78421044]} },
{type: 'Feature',properties:{Name: '4', Address: '17-32 150TH STREET, WHITESTONE', Month: '4', Price: '1908'}, geometry: { type: 'Point', coordinates:[-73.81394141, 40.78327283]} },
{type: 'Feature',properties:{Name: '4', Address: '149-21 20TH ROAD, WHITESTONE', Month: '1', Price: '1568'}, geometry: { type: 'Point', coordinates:[-73.81624137, 40.78074038]} },
{type: 'Feature',properties:{Name: '4', Address: '15-31 MURRAY STREET, WHITESTONE', Month: '12', Price: '2528'}, geometry: { type: 'Point', coordinates:[-73.81258212, 40.78639688]} },
{type: 'Feature',properties:{Name: '4', Address: '15-35 MURRAY STREET, WHITESTONE', Month: '5', Price: '2532'}, geometry: { type: 'Point', coordinates:[-73.81254976, 40.78634468]} },
{type: 'Feature',properties:{Name: '4', Address: '150-11 17 AVENUE, WHITESTONE', Month: '8', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.81334689, 40.78410078]} },
{type: 'Feature',properties:{Name: '4', Address: '150-40 19TH AVENUE, WHITESTONE', Month: '9', Price: '1840'}, geometry: { type: 'Point', coordinates:[-73.81315081, 40.78191564]} },
{type: 'Feature',properties:{Name: '4', Address: '20-03 150TH STREET, WHITESTONE', Month: '11', Price: '1652'}, geometry: { type: 'Point', coordinates:[-73.81421095, 40.78114334]} },
{type: 'Feature',properties:{Name: '4', Address: '150-40 21ST AVENUE, WHITESTONE', Month: '10', Price: '1730'}, geometry: { type: 'Point', coordinates:[-73.81344203, 40.7797862]} },
{type: 'Feature',properties:{Name: '4', Address: '150-11 23RD AVENUE, WHITESTONE', Month: '3', Price: '3498'}, geometry: { type: 'Point', coordinates:[-73.81418035, 40.77787705]} },
{type: 'Feature',properties:{Name: '4', Address: '150-15 23RD AVENUE, WHITESTONE', Month: '4', Price: '2056'}, geometry: { type: 'Point', coordinates:[-73.81411537, 40.77787146]} },
{type: 'Feature',properties:{Name: '4', Address: '22-24 MURRAY STREET, WHITESTONE', Month: '12', Price: '2662'}, geometry: { type: 'Point', coordinates:[-73.8123952, 40.77840115]} },
{type: 'Feature',properties:{Name: '4', Address: '15-35 150 PLACE, WHITESTONE', Month: '5', Price: '3660'}, geometry: { type: 'Point', coordinates:[-73.81110618, 40.78603766]} },
{type: 'Feature',properties:{Name: '4', Address: '151-27 18TH AVENUE, WHITESTONE', Month: '8', Price: '1918'}, geometry: { type: 'Point', coordinates:[-73.81130397, 40.7825055]} },
{type: 'Feature',properties:{Name: '4', Address: '151-11 19TH AVENUE, WHITESTONE', Month: '1', Price: '2970'}, geometry: { type: 'Point', coordinates:[-73.81141791, 40.78179754]} },
{type: 'Feature',properties:{Name: '4', Address: '154-23 LOCKE AVENUE, WHITESTONE', Month: '4', Price: '2220'}, geometry: { type: 'Point', coordinates:[-73.8072921, 40.78504323]} },
{type: 'Feature',properties:{Name: '4', Address: '16-44 157TH STREET, WHITESTONE', Month: '11', Price: '2440'}, geometry: { type: 'Point', coordinates:[-73.80551135, 40.78397528]} },
{type: 'Feature',properties:{Name: '4', Address: '16-47 156 STREET, WHITESTONE', Month: '4', Price: '2440'}, geometry: { type: 'Point', coordinates:[-73.80650082, 40.78395774]} },
{type: 'Feature',properties:{Name: '4', Address: '154-28 LOCKE AVENUE, WHITESTONE', Month: '9', Price: '2264'}, geometry: { type: 'Point', coordinates:[-73.80728131, 40.78502949]} },
{type: 'Feature',properties:{Name: '4', Address: '17-54 154TH STREET, WHITESTONE', Month: '1', Price: '2014'}, geometry: { type: 'Point', coordinates:[-73.80857356, 40.78269587]} },
{type: 'Feature',properties:{Name: '4', Address: '19-02 CLINTONVILLE STREET, WHITESTONE', Month: '7', Price: '3612'}, geometry: { type: 'Point', coordinates:[-73.80718009, 40.78132667]} },
{type: 'Feature',properties:{Name: '4', Address: '154-57 20TH ROAD, WHITESTONE', Month: '3', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.80840763, 40.78012377]} },
{type: 'Feature',properties:{Name: '4', Address: '154-36 20TH ROAD, WHITESTONE', Month: '4', Price: '3630'}, geometry: { type: 'Point', coordinates:[-73.80842934, 40.78011009]} },
{type: 'Feature',properties:{Name: '4', Address: '154-41 21ST AVENUE, WHITESTONE', Month: '4', Price: '2444'}, geometry: { type: 'Point', coordinates:[-73.80851799, 40.77941581]} },
{type: 'Feature',properties:{Name: '4', Address: '154-47 WILLETS POINT BLVD, WHITESTONE', Month: '1', Price: '2352'}, geometry: { type: 'Point', coordinates:[-73.80765064, 40.77843175]} },
{type: 'Feature',properties:{Name: '4', Address: '157-15 16TH AVENUE, WHITESTONE', Month: '2', Price: '1144'}, geometry: { type: 'Point', coordinates:[-73.80518729, 40.78489148]} },
{type: 'Feature',properties:{Name: '4', Address: '157-26 19 AVENUE, WHITESTONE', Month: '5', Price: '2088'}, geometry: { type: 'Point', coordinates:[-73.80477907, 40.78125675]} },
{type: 'Feature',properties:{Name: '4', Address: '157-31 20TH ROAD, WHITESTONE', Month: '6', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.80560269, 40.77990224]} },
{type: 'Feature',properties:{Name: '4', Address: '160-75 WILLETS POINT BLVD, WHITESTONE', Month: '11', Price: '2016'}, geometry: { type: 'Point', coordinates:[-73.80124379, 40.78133854]} },
{type: 'Feature',properties:{Name: '4', Address: '160-57 WILLETS POINT BOULEV, WHITESTONE', Month: '11', Price: '2016'}, geometry: { type: 'Point', coordinates:[-73.80115935, 40.781805]} },
{type: 'Feature',properties:{Name: '4', Address: '160-27 WILLETS POINT BOULEV, WHITESTONE', Month: '7', Price: '2016'}, geometry: { type: 'Point', coordinates:[-73.80192693, 40.78110641]} },
{type: 'Feature',properties:{Name: '4', Address: '160-27 WILLETS POINT BLVD, WHITESTONE', Month: '2', Price: '2016'}, geometry: { type: 'Point', coordinates:[-73.80175065, 40.78088928]} },
{type: 'Feature',properties:{Name: '4', Address: '16071 WILLETS POINT BLVD, WHITESTONE', Month: '6', Price: '2365'}, geometry: { type: 'Point', coordinates:[-73.80124741, 40.7813358]} },
{type: 'Feature',properties:{Name: '4', Address: '166-43 17TH ROAD, WHITESTONE', Month: '12', Price: '1884'}, geometry: { type: 'Point', coordinates:[-73.79552585, 40.78197081]} },
{type: 'Feature',properties:{Name: '4', Address: '23-21 144TH STREET, WHITESTONE', Month: '11', Price: '3364'}, geometry: { type: 'Point', coordinates:[-73.8248783, 40.77806123]} },
{type: 'Feature',properties:{Name: '4', Address: '12-39 148TH STREET, WHITESTONE', Month: '3', Price: '1599'}, geometry: { type: 'Point', coordinates:[-73.81775199, 40.78950124]} },
{type: 'Feature',properties:{Name: '4', Address: '151-47 SEVENTH AVENUE, WHITESTONE', Month: '10', Price: '1606'}, geometry: { type: 'Point', coordinates:[-73.81193994, 40.79513233]} },
{type: 'Feature',properties:{Name: '4', Address: '151-43 7 AVENUE, WHITESTONE', Month: '5', Price: '1520'}, geometry: { type: 'Point', coordinates:[-73.81207715, 40.79514354]} },
{type: 'Feature',properties:{Name: '4', Address: '17-44 149TH STREET, WHITESTONE', Month: '3', Price: '2480'}, geometry: { type: 'Point', coordinates:[-73.8166998, 40.78341723]} },
{type: 'Feature',properties:{Name: '4', Address: '150-14 23RD AVENUE, WHITESTONE', Month: '12', Price: '1500'}, geometry: { type: 'Point', coordinates:[-73.81411903, 40.77785499]} },
{type: 'Feature',properties:{Name: '4', Address: '20-07 CLINTONVILLE STREET, WHITESTONE', Month: '5', Price: '3480'}, geometry: { type: 'Point', coordinates:[-73.80647127, 40.78045814]} },
{type: 'Feature',properties:{Name: '4', Address: '154-20 17TH ROAD, WHITESTONE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80783627, 40.78292246]} },
{type: 'Feature',properties:{Name: '4', Address: '154-32 17TH ROAD, WHITESTONE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80782905, 40.78292245]} },
{type: 'Feature',properties:{Name: '4', Address: '154-42 17TH ROAD, WHITESTONE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80781822, 40.78292243]} },
{type: 'Feature',properties:{Name: '4', Address: '157-03 18TH AVENUE, WHITESTONE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80540144, 40.78204555]} },
{type: 'Feature',properties:{Name: '4', Address: '157-01 18TH AVENUE, WHITESTONE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80545921, 40.78204839]} },
{type: 'Feature',properties:{Name: '4', Address: '18-25 CLINTONVILLE STREET, WHITESTONE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80664361, 40.7820394]} },
{type: 'Feature',properties:{Name: '4', Address: '18-33 CLINTONVILLE STREET, WHITESTONE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80707023, 40.78185622]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 11TH AVENUE, WHITESTONE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.83091877, 40.78809953]} },
{type: 'Feature',properties:{Name: '4', Address: '147-11 3RD AVENUE, WHITESTONE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82258013, 40.79634316]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A POWELLS COVE BLVD, WHITESTONE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82116728, 40.80063374]} },
{type: 'Feature',properties:{Name: '4', Address: '151-37 6 ROAD, WHITESTONE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.81250831, 40.79593472]} },
{type: 'Feature',properties:{Name: '4', Address: '151-41 6 ROAD, WHITESTONE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8124722, 40.79593192]} },
{type: 'Feature',properties:{Name: '4', Address: '151-45 6 ROAD, WHITESTONE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8124397, 40.79593187]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 6 ROAD, WHITESTONE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.81032612, 40.79746546]} },
{type: 'Feature',properties:{Name: '4', Address: '149TH STREET, WHITESTONE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8200267, 40.7976704]} },
{type: 'Feature',properties:{Name: '4', Address: '2-22 149TH PLACE, WHITESTONE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.81988996, 40.79881749]} },
{type: 'Feature',properties:{Name: '4', Address: '150TH STREET, WHITESTONE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.815231, 40.797402]} },
{type: 'Feature',properties:{Name: '4', Address: '6 150TH STREET, WHITESTONE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.817492, 40.796843]} },
{type: 'Feature',properties:{Name: '4', Address: '515 6 AVENUE, WHITESTONE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.81605614, 40.79681326]} },
{type: 'Feature',properties:{Name: '4', Address: '150-65 6 AVENUE, WHITESTONE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.81496234, 40.79661664]} },
{type: 'Feature',properties:{Name: '4', Address: '150-55 6 AVENUE, WHITESTONE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.81501658, 40.79659477]} },
{type: 'Feature',properties:{Name: '4', Address: '150-13 6 AVENUE, WHITESTONE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.81632556, 40.79603419]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 6 ROAD, WHITESTONE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.81106039, 40.79580885]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 6 ROAD, WHITESTONE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.81048557, 40.79601101]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 152ND STREET, WHITESTONE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.81022688, 40.79553575]} },
{type: 'Feature',properties:{Name: '4', Address: '6-15 152ND STREET, WHITESTONE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.81043716, 40.79525339]} },
{type: 'Feature',properties:{Name: '4', Address: '149-34 16TH ROAD, WHITESTONE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.81526919, 40.78495474]} },
{type: 'Feature',properties:{Name: '4', Address: 'MURRAY STREET, WHITESTONE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.81267138, 40.78675659]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A MURRAY STREET, WHITESTONE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.81143136, 40.7834252]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 20TH ROAD, WHITESTONE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.81062307, 40.78068462]} },
{type: 'Feature',properties:{Name: '4', Address: '91 MALBA DRIVE, WHITESTONE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82700368, 40.79385767]} },
{type: 'Feature',properties:{Name: '4', Address: '91 MALBA DRIVE, WHITESTONE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82700368, 40.79385767]} },
{type: 'Feature',properties:{Name: '4', Address: '149-27 POWELLS COVE BOULEVA, WHITESTONE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82133782, 40.80034032]} },
{type: 'Feature',properties:{Name: '4', Address: '149-04 12TH AVENUE, WHITESTONE', Month: '11', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.81625461, 40.79033326]} },
{type: 'Feature',properties:{Name: '4', Address: '20-30 146TH STREET, WHITESTONE', Month: '7', Price: '3520'}, geometry: { type: 'Point', coordinates:[-73.82113746, 40.78081395]} },
{type: 'Feature',properties:{Name: '4', Address: '10-21 WHITESTONE EXPRESSWA, 1021A, WHITESTONE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.82155984, 40.79027847]} },
{type: 'Feature',properties:{Name: '4', Address: '159-14 CROSS ISLAND PARKWAY, 6-27, WHITESTONE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80311887, 40.78587058]} },
{type: 'Feature',properties:{Name: '4', Address: '15-44 160TH STREET, 6-42, WHITESTONE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80248505, 40.78528761]} },
{type: 'Feature',properties:{Name: '4', Address: '159-14 CROSS ISLAND PARKWAY, 6-28, WHITESTONE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80311887, 40.78587058]} },
{type: 'Feature',properties:{Name: '4', Address: '159-10 CROSS ISLAND PARKWAY, 6-25, WHITESTONE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80314775, 40.78587338]} },
{type: 'Feature',properties:{Name: '4', Address: '16-40 160TH STREET, 6-113, WHITESTONE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8027178, 40.78351491]} },
{type: 'Feature',properties:{Name: '4', Address: '158-22 16TH AVENUE, 6-63, WHITESTONE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80388766, 40.784774]} },
{type: 'Feature',properties:{Name: '4', Address: '159-08 16TH AVENUE, 6-72, WHITESTONE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80329198, 40.78472632]} },
{type: 'Feature',properties:{Name: '4', Address: '16-10 160TH STREET, 6-85, WHITESTONE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80262181, 40.78422289]} },
{type: 'Feature',properties:{Name: '4', Address: '157-45 17TH AVENUE, 6-138, WHITESTONE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80410484, 40.78336906]} },
{type: 'Feature',properties:{Name: '4', Address: '17-10 160TH STREET, 5-22, WHITESTONE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80278418, 40.78304567]} },
{type: 'Feature',properties:{Name: '4', Address: '17-10 160 STREET, 5-21, WHITESTONE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80278418, 40.78304567]} },
{type: 'Feature',properties:{Name: '4', Address: '157-45 17TH ROAD, 5-7, WHITESTONE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80378204, 40.78262743]} },
{type: 'Feature',properties:{Name: '4', Address: '157-64 17TH AVENUE, 5-30, WHITESTONE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80383774, 40.78333292]} },
{type: 'Feature',properties:{Name: '4', Address: '160-45 16TH AVENUE, TOP, WHITESTONE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80211862, 40.78464746]} },
{type: 'Feature',properties:{Name: '4', Address: '160-08 CROSS ISLAND PARKWAY, 6-176, WHITESTONE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80186974, 40.78576689]} },
{type: 'Feature',properties:{Name: '4', Address: '15-27 160 STREET, 6-166, WHITESTONE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80244489, 40.78543301]} },
{type: 'Feature',properties:{Name: '4', Address: '160-04 CROSS ISLAND PARKWAY, 6-171, WHITESTONE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80194555, 40.78577251]} },
{type: 'Feature',properties:{Name: '4', Address: '160-03 16TH AVENUE, 6-266, WHITESTONE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80215472, 40.78465027]} },
{type: 'Feature',properties:{Name: '4', Address: '160-29 16TH AVENUE, 6-246, WHITESTONE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80213306, 40.78464748]} },
{type: 'Feature',properties:{Name: '4', Address: '160-06 16TH AVENUE, 6-286, WHITESTONE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80215477, 40.7846338]} },
{type: 'Feature',properties:{Name: '4', Address: '160-52 16TH AVENUE, 6-323, WHITESTONE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80211506, 40.78463098]} },
{type: 'Feature',properties:{Name: '4', Address: '160-44 16TH AVENUE, 6-318, WHITESTONE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80212228, 40.784631]} },
{type: 'Feature',properties:{Name: '4', Address: '16-12 163RD STREET, 6-337, WHITESTONE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80000049, 40.78413054]} },
{type: 'Feature',properties:{Name: '4', Address: '160-22 16TH AVENUE, 6-296, WHITESTONE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80214033, 40.78463103]} },
{type: 'Feature',properties:{Name: '4', Address: '16-20 163RD STREET, 6-346, WHITESTONE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80002261, 40.78397961]} },
{type: 'Feature',properties:{Name: '4', Address: '16-37 160TH STREET, 6-424, WHITESTONE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80268502, 40.78360817]} },
{type: 'Feature',properties:{Name: '4', Address: '16-23 160TH STREET, 6-435, WHITESTONE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8026371, 40.78393746]} },
{type: 'Feature',properties:{Name: '4', Address: '16-03 160TH STREET, 6277, WHITESTONE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80257431, 40.78441219]} },
{type: 'Feature',properties:{Name: '4', Address: '160-31 17TH AVENUE, 6-388, WHITESTONE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80232505, 40.78322878]} },
{type: 'Feature',properties:{Name: '4', Address: '160-08 16TH AVENUE, 6-288, WHITESTONE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80215116, 40.78463379]} },
{type: 'Feature',properties:{Name: '4', Address: '16-25 160TH STREET, 6-434, WHITESTONE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80264446, 40.78389081]} },
{type: 'Feature',properties:{Name: '4', Address: '16-07 160TH STREET, 6-273, WHITESTONE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80258543, 40.78431615]} },
{type: 'Feature',properties:{Name: '4', Address: '160-34 16TH AVENUE, 6-307, WHITESTONE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8021295, 40.78463101]} },
{type: 'Feature',properties:{Name: '4', Address: '160-05 17 AVENUE, 1, WHITESTONE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80235032, 40.78323157]} },
{type: 'Feature',properties:{Name: '4', Address: '16-41 160TH STREET, 6-419, WHITESTONE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80269614, 40.78351213]} },
{type: 'Feature',properties:{Name: '4', Address: '160-38 16TH AVENUE, 6-311, WHITESTONE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80212589, 40.784631]} },
{type: 'Feature',properties:{Name: '4', Address: '160-16 17TH AVENUE, 5-118, WHITESTONE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80233953, 40.78321508]} },
{type: 'Feature',properties:{Name: '4', Address: '17-23 160TH STREET, 5-88, WHITESTONE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80284375, 40.78244193]} },
{type: 'Feature',properties:{Name: '4', Address: '160-24 17TH AVENUE, 5-126, WHITESTONE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80233232, 40.78321233]} },
{type: 'Feature',properties:{Name: '4', Address: '160-52 17TH AVENUE, 5-151, WHITESTONE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80231065, 40.78321229]} },
{type: 'Feature',properties:{Name: '4', Address: '160-32 17TH AVENUE, 5-133, WHITESTONE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8023251, 40.78321231]} },
{type: 'Feature',properties:{Name: '4', Address: '18-01 160TH STREET, 5-56, WHITESTONE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80293601, 40.78176963]} },
{type: 'Feature',properties:{Name: '4', Address: '160-54 17TH AVENUE, 5-154, WHITESTONE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80230704, 40.78321228]} },
{type: 'Feature',properties:{Name: '4', Address: '163-57 WILLETS POINT BLVD, 5-162, WHITESTONE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80060661, 40.78189462]} },
{type: 'Feature',properties:{Name: '4', Address: '160-08 17TH AVENUE, 5-112, WHITESTONE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80234676, 40.7832151]} },
{type: 'Feature',properties:{Name: '4', Address: '18-03 160TH STREET, 5-54, WHITESTONE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80294334, 40.78173396]} },
{type: 'Feature',properties:{Name: '4', Address: '17-09 160TH STREET, 5-97, WHITESTONE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80277364, 40.78294959]} },
{type: 'Feature',properties:{Name: '4', Address: '160-30 17TH AVENUE, 5131, WHITESTONE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80232871, 40.78321232]} },
{type: 'Feature',properties:{Name: '4', Address: '163-04 16TH ROAD, 1, WHITESTONE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79977782, 40.78372667]} },
{type: 'Feature',properties:{Name: '4', Address: '16-41 163RD STREET, 5-195, WHITESTONE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80005635, 40.78356522]} },
{type: 'Feature',properties:{Name: '4', Address: '164-05 WILLETS POINT BOULEV, 5-205, WHITESTONE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79960544, 40.78341073]} },
{type: 'Feature',properties:{Name: '4', Address: '16-16 166TH STREET, 4-73, WHITESTONE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79701521, 40.78379046]} },
{type: 'Feature',properties:{Name: '4', Address: '164-10 WILLETS POINT BOULEV, 4-31, WHITESTONE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79783592, 40.78345704]} },
{type: 'Feature',properties:{Name: '4', Address: '16-04 166TH STREET, 4-81, WHITESTONE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79698195, 40.78404017]} },
{type: 'Feature',properties:{Name: '4', Address: '163-62 17TH AVENUE, WHITESTONE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79897489, 40.78295675]} },
{type: 'Feature',properties:{Name: '4', Address: '163-58 WILLETS POINT BOULEV, 4-277, WHITESTONE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79885884, 40.78192727]} },
{type: 'Feature',properties:{Name: '4', Address: '163-66 WILLETS POINT BOULEV, 4-286, WHITESTONE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79885884, 40.78192727]} },
{type: 'Feature',properties:{Name: '4', Address: '17-68 166 STREET, 4-177, WHITESTONE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79735124, 40.78135097]} },
{type: 'Feature',properties:{Name: '4', Address: '163-76 17TH AVENUE, 4-104, WHITESTONE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79896406, 40.78295673]} },
{type: 'Feature',properties:{Name: '4', Address: '163-34 WILLETS POINT BOULEV, 4-8, WHITESTONE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79885884, 40.78192727]} },
{type: 'Feature',properties:{Name: '4', Address: '17-74 166TH STREET, 4-171, WHITESTONE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7973623, 40.78127414]} },
{type: 'Feature',properties:{Name: '4', Address: '163-38 WILLETS POINT BOULEV, 4-258, WHITESTONE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79885884, 40.78192727]} },
{type: 'Feature',properties:{Name: '4', Address: '163-62 17TH AVENUE, 4-186, WHITESTONE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79897489, 40.78295675]} },
{type: 'Feature',properties:{Name: '4', Address: '17-68 166TH STREET, 4-178, WHITESTONE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79735124, 40.78135097]} },
{type: 'Feature',properties:{Name: '4', Address: '17-84 166TH STREET, LOWER, WHITESTONE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79737712, 40.78115065]} },
{type: 'Feature',properties:{Name: '4', Address: '17-42 166TH STREET, 4-158, WHITESTONE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79730692, 40.78167478]} },
{type: 'Feature',properties:{Name: '4', Address: '17-76 166TH STREET, 4-169, WHITESTONE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79736238, 40.78124944]} },
{type: 'Feature',properties:{Name: '4', Address: '1740 166 STREET, 4-155, WHITESTONE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79730323, 40.78169947]} },
{type: 'Feature',properties:{Name: '4', Address: '17-12 166TH STREET, 4-130, WHITESTONE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7972035, 40.78243489]} },
{type: 'Feature',properties:{Name: '4', Address: '163-48 WILLETS POINT BOULEV, 4-267, WHITESTONE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79885884, 40.78192727]} },
{type: 'Feature',properties:{Name: '4', Address: '163-70 17TH AVENUE, 497, WHITESTONE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79896767, 40.78295674]} },
{type: 'Feature',properties:{Name: '4', Address: '17-78 166TH STREET, 4-167, WHITESTONE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79736606, 40.78122474]} },
{type: 'Feature',properties:{Name: '4', Address: '163-82 17TH AVENUE, 4-109, WHITESTONE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79896045, 40.78295672]} },
{type: 'Feature',properties:{Name: '4', Address: '163-62 WILLETS POINT BOULEV, 4-281, WHITESTONE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79885884, 40.78192727]} },
{type: 'Feature',properties:{Name: '4', Address: '160-66 WILLETS POINT BLVD, 4-217, WHITESTONE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80124386, 40.78131384]} },
{type: 'Feature',properties:{Name: '4', Address: '166-16 17TH ROAD, 3-92, WHITESTONE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79620818, 40.78201044]} },
{type: 'Feature',properties:{Name: '4', Address: '166-54 17TH ROAD, 3138, WHITESTONE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79584097, 40.78165298]} },
{type: 'Feature',properties:{Name: '4', Address: '168-04 18TH AVENUE, 3132, WHITESTONE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79502631, 40.78119865]} },
{type: 'Feature',properties:{Name: '4', Address: '166-52 17TH ROAD, 3-127, WHITESTONE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79583732, 40.78166669]} },
{type: 'Feature',properties:{Name: '4', Address: '16806 19TH AVENUE, 3-190, WHITESTONE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79511154, 40.78048791]} },
{type: 'Feature',properties:{Name: '4', Address: '17-29 166TH STREET, 3-73, WHITESTONE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7972705, 40.78177627]} },
{type: 'Feature',properties:{Name: '4', Address: '168-03 19TH AVENUE, 3-182, WHITESTONE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79512594, 40.7805044]} },
{type: 'Feature',properties:{Name: '4', Address: '17-77 166 STREET, 3-31, WHITESTONE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79653742, 40.78061669]} },
{type: 'Feature',properties:{Name: '4', Address: '166-20 17TH ROAD, 3-96, WHITESTONE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79600603, 40.78199362]} },
{type: 'Feature',properties:{Name: '4', Address: '17-57 166TH STREET, 3-51, WHITESTONE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79729883, 40.78077449]} },
{type: 'Feature',properties:{Name: '4', Address: '17-49 166TH STREET, 3-60, WHITESTONE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79735543, 40.78115885]} },
{type: 'Feature',properties:{Name: '4', Address: '17-35 166TH STREET, 3-69, WHITESTONE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79729635, 40.78158967]} },
{type: 'Feature',properties:{Name: '4', Address: '166-06 17TH ROAD, 3-82, WHITESTONE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.7967172, 40.78204977]} },
{type: 'Feature',properties:{Name: '4', Address: '166-72 17TH ROAD, 3-155, WHITESTONE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79558365, 40.78195993]} },
{type: 'Feature',properties:{Name: '4', Address: '17-33 166TH STREET, 3-72, WHITESTONE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79728893, 40.78165279]} },
{type: 'Feature',properties:{Name: '4', Address: '18-08 169TH STREET, 3, WHITESTONE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79457549, 40.78102493]} },
{type: 'Feature',properties:{Name: '4', Address: '168-01 18 AVENUE, LOWER, WHITESTONE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79504069, 40.78121789]} },
{type: 'Feature',properties:{Name: '4', Address: '19-09 166TH STREET, 3-1, WHITESTONE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.79744039, 40.7805332]} },
{type: 'Feature',properties:{Name: '4', Address: '151-05 CROSS ISLAND PARKWAY, LH, WHITESTONE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80991869, 40.78710341]} },
{type: 'Feature',properties:{Name: '4', Address: '151-05 CROSS ISLAND PARKWAY, 2C, WHITESTONE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80991869, 40.78710341]} },
{type: 'Feature',properties:{Name: '4', Address: '151-05 CROSS ISLAND PARKWAY, 3H, WHITESTONE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.80991869, 40.78710341]} },
{type: 'Feature',properties:{Name: '4', Address: '150-31 12TH AVENUE, WHITESTONE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.81373221, 40.79093305]} },
{type: 'Feature',properties:{Name: '4', Address: '150-31 12TH AVENUE, WHITESTONE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.81373221, 40.79093305]} },
{type: 'Feature',properties:{Name: '4', Address: '150-31 12TH AVENUE, WHITESTONE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.81373221, 40.79093305]} },
{type: 'Feature',properties:{Name: '4', Address: '150-42 12TH AVENUE, WHITESTONE', Month: '8', Price: '4500'}, geometry: { type: 'Point', coordinates:[-73.81352989, 40.79096292]} },
{type: 'Feature',properties:{Name: '4', Address: '147-40 15TH AVENUE, WHITESTONE', Month: '5', Price: '2257'}, geometry: { type: 'Point', coordinates:[-73.81758601, 40.78681662]} },
{type: 'Feature',properties:{Name: '4', Address: '149-65 24TH AVENUE, WHITESTONE', Month: '2', Price: '2448'}, geometry: { type: 'Point', coordinates:[-73.81583926, 40.77729508]} },
{type: 'Feature',properties:{Name: '4', Address: '12-56 150TH STREET, WHITESTONE', Month: '7', Price: '2106'}, geometry: { type: 'Point', coordinates:[-73.81412949, 40.78962994]} },
{type: 'Feature',properties:{Name: '4', Address: '14-02 CLINTONVILLE STREET, WHITESTONE', Month: '8', Price: '3880'}, geometry: { type: 'Point', coordinates:[-73.81146912, 40.78921666]} },
{type: 'Feature',properties:{Name: '4', Address: '150-44A 14TH AVENUE, WHITESTONE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.81274068, 40.78907875]} },
{type: 'Feature',properties:{Name: '4', Address: '18-10 UTOPIA PARKWAY, WHITESTONE', Month: '9', Price: '1800'}, geometry: { type: 'Point', coordinates:[-73.79405689, 40.7805821]} },
{type: 'Feature',properties:{Name: '4', Address: '150-30 12TH AVENUE, WHITESTONE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.81372504, 40.79091657]} },
{type: 'Feature',properties:{Name: '4', Address: '150-30 12TH AVENUE, WHITESTONE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.81372504, 40.79091657]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 12TH AVENUE, WHITESTONE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.81265298, 40.79072819]} },
{type: 'Feature',properties:{Name: '4', Address: '12-01 150TH STREET, WHITESTONE', Month: '10', Price: '25670'}, geometry: { type: 'Point', coordinates:[-73.81449155, 40.79059393]} },
{type: 'Feature',properties:{Name: '4', Address: '12-25 CLINTONVILLE, WHITESTONE', Month: '4', Price: '11719'}, geometry: { type: 'Point', coordinates:[-73.81175025, 40.79069104]} },
{type: 'Feature',properties:{Name: '4', Address: '85-50 76TH STREET, WOODHAVEN', Month: '8', Price: '1524'}, geometry: { type: 'Point', coordinates:[-73.86633238, 40.69361946]} },
{type: 'Feature',properties:{Name: '4', Address: '8621 76TH ST, WOODHAVEN', Month: '9', Price: '1742'}, geometry: { type: 'Point', coordinates:[-73.86595224, 40.69257326]} },
{type: 'Feature',properties:{Name: '4', Address: '86-10 77TH STREET, WOODHAVEN', Month: '4', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.86514798, 40.69262721]} },
{type: 'Feature',properties:{Name: '4', Address: '86-22 77TH STREET, WOODHAVEN', Month: '12', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.86509062, 40.69245972]} },
{type: 'Feature',properties:{Name: '4', Address: '86-22 77TH STREET, WOODHAVEN', Month: '11', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.86509062, 40.69245972]} },
{type: 'Feature',properties:{Name: '4', Address: '86-14 79 STREET, WOODHAVEN', Month: '4', Price: '1645'}, geometry: { type: 'Point', coordinates:[-73.86369394, 40.693018]} },
{type: 'Feature',properties:{Name: '4', Address: '86-39 79TH STREET, WOODHAVEN', Month: '8', Price: '1670'}, geometry: { type: 'Point', coordinates:[-73.86339267, 40.69221892]} },
{type: 'Feature',properties:{Name: '4', Address: '86-12 80TH STREET, WOODHAVEN', Month: '12', Price: '1478'}, geometry: { type: 'Point', coordinates:[-73.86281377, 40.69315694]} },
{type: 'Feature',properties:{Name: '4', Address: '76-24 85TH DRIVE, WOODHAVEN', Month: '1', Price: '1356'}, geometry: { type: 'Point', coordinates:[-73.86562511, 40.69385743]} },
{type: 'Feature',properties:{Name: '4', Address: '76-19 85TH ROAD, WOODHAVEN', Month: '3', Price: '1545'}, geometry: { type: 'Point', coordinates:[-73.86595194, 40.69451656]} },
{type: 'Feature',properties:{Name: '4', Address: '76-17 85TH ROAD, WOODHAVEN', Month: '4', Price: '1545'}, geometry: { type: 'Point', coordinates:[-73.86598441, 40.6945111]} },
{type: 'Feature',properties:{Name: '4', Address: '86-15 80TH STREET, WOODHAVEN', Month: '7', Price: '1568'}, geometry: { type: 'Point', coordinates:[-73.86278498, 40.69312946]} },
{type: 'Feature',properties:{Name: '4', Address: '85-43 79TH STREET, WOODHAVEN', Month: '10', Price: '1362'}, geometry: { type: 'Point', coordinates:[-73.86417067, 40.69443212]} },
{type: 'Feature',properties:{Name: '4', Address: '85-18 80TH STREET, WOODHAVEN', Month: '6', Price: '1385'}, geometry: { type: 'Point', coordinates:[-73.8634985, 40.69512576]} },
{type: 'Feature',properties:{Name: '4', Address: '80-10 PARK LANE SOUTH, WOODHAVEN', Month: '4', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.86315456, 40.69578684]} },
{type: 'Feature',properties:{Name: '4', Address: '84-19 JAMAICA AVENUE, WOODHAVEN', Month: '10', Price: '1350'}, geometry: { type: 'Point', coordinates:[-73.86039931, 40.69238276]} },
{type: 'Feature',properties:{Name: '4', Address: '84-17 JAMAICA AVENUE, WOODHAVEN', Month: '11', Price: '1378'}, geometry: { type: 'Point', coordinates:[-73.86042456, 40.69238004]} },
{type: 'Feature',properties:{Name: '4', Address: '84-24 86TH AVENUE, WOODHAVEN', Month: '9', Price: '1982'}, geometry: { type: 'Point', coordinates:[-73.86083644, 40.69373097]} },
{type: 'Feature',properties:{Name: '4', Address: '84-37 85TH DRIVE, WOODHAVEN', Month: '4', Price: '1256'}, geometry: { type: 'Point', coordinates:[-73.86087458, 40.69446112]} },
{type: 'Feature',properties:{Name: '4', Address: '85-22 86TH STREET, WOODHAVEN', Month: '2', Price: '2318'}, geometry: { type: 'Point', coordinates:[-73.85883981, 40.69488409]} },
{type: 'Feature',properties:{Name: '4', Address: '85-38 86TH STREET, WOODHAVEN', Month: '11', Price: '1328'}, geometry: { type: 'Point', coordinates:[-73.85879329, 40.69471385]} },
{type: 'Feature',properties:{Name: '4', Address: '8525 86TH STREET, WOODHAVEN', Month: '9', Price: '1910'}, geometry: { type: 'Point', coordinates:[-73.858811, 40.69486758]} },
{type: 'Feature',properties:{Name: '4', Address: '85-66 88 STREET, WOODHAVEN', Month: '12', Price: '1710'}, geometry: { type: 'Point', coordinates:[-73.85704362, 40.69503283]} },
{type: 'Feature',properties:{Name: '4', Address: '85-34 89 STREET, WOODHAVEN', Month: '1', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.8561598, 40.69517446]} },
{type: 'Feature',properties:{Name: '4', Address: '86-12 89 STREET, WOODHAVEN', Month: '3', Price: '1156'}, geometry: { type: 'Point', coordinates:[-73.85588472, 40.69396916]} },
{type: 'Feature',properties:{Name: '4', Address: '85-05 85TH STREET, WOODHAVEN', Month: '3', Price: '1333'}, geometry: { type: 'Point', coordinates:[-73.85999185, 40.69581048]} },
{type: 'Feature',properties:{Name: '4', Address: '86-25 90TH STREET, WOODHAVEN', Month: '5', Price: '1854'}, geometry: { type: 'Point', coordinates:[-73.85493637, 40.69394327]} },
{type: 'Feature',properties:{Name: '4', Address: '91-30 86TH ROAD, WOODHAVEN', Month: '12', Price: '1576'}, geometry: { type: 'Point', coordinates:[-73.85366549, 40.69463608]} },
{type: 'Feature',properties:{Name: '4', Address: '91-28 86TH ROAD, WOODHAVEN', Month: '1', Price: '1448'}, geometry: { type: 'Point', coordinates:[-73.85368713, 40.69463337]} },
{type: 'Feature',properties:{Name: '4', Address: '85-24 90TH STREET, WOODHAVEN', Month: '2', Price: '1349'}, geometry: { type: 'Point', coordinates:[-73.85529023, 40.69539021]} },
{type: 'Feature',properties:{Name: '4', Address: '85-26 90TH STREET, WOODHAVEN', Month: '1', Price: '1349'}, geometry: { type: 'Point', coordinates:[-73.85528667, 40.69537099]} },
{type: 'Feature',properties:{Name: '4', Address: '85-09 90TH STREET, WOODHAVEN', Month: '10', Price: '1543'}, geometry: { type: 'Point', coordinates:[-73.85530432, 40.69554668]} },
{type: 'Feature',properties:{Name: '4', Address: '85-41 91ST STREET, WOODHAVEN', Month: '1', Price: '1602'}, geometry: { type: 'Point', coordinates:[-73.8544348, 40.69574046]} },
{type: 'Feature',properties:{Name: '4', Address: '84-43 89TH STREET, WOODHAVEN', Month: '9', Price: '1129'}, geometry: { type: 'Point', coordinates:[-73.8564239, 40.69645385]} },
{type: 'Feature',properties:{Name: '4', Address: '8439 89 STREET, WOODHAVEN', Month: '9', Price: '1129'}, geometry: { type: 'Point', coordinates:[-73.85643103, 40.69649229]} },
{type: 'Feature',properties:{Name: '4', Address: '91-01 85TH ROAD, WOODHAVEN', Month: '6', Price: '2093'}, geometry: { type: 'Point', coordinates:[-73.85426841, 40.69597081]} },
{type: 'Feature',properties:{Name: '4', Address: '85-44 96TH STREET, WOODHAVEN', Month: '4', Price: '1719'}, geometry: { type: 'Point', coordinates:[-73.84956491, 40.69639843]} },
{type: 'Feature',properties:{Name: '4', Address: '85-27 96TH STREET, WOODHAVEN', Month: '4', Price: '1656'}, geometry: { type: 'Point', coordinates:[-73.84955397, 40.69645057]} },
{type: 'Feature',properties:{Name: '4', Address: '8844 74TH PLACE, WOODHAVEN', Month: '12', Price: '1215'}, geometry: { type: 'Point', coordinates:[-73.86661348, 40.68830316]} },
{type: 'Feature',properties:{Name: '4', Address: '88-41 74TH PLACE, WOODHAVEN', Month: '6', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.86659183, 40.68831137]} },
{type: 'Feature',properties:{Name: '4', Address: '74-18 87TH ROAD, WOODHAVEN', Month: '7', Price: '1170'}, geometry: { type: 'Point', coordinates:[-73.86732435, 40.68985203]} },
{type: 'Feature',properties:{Name: '4', Address: '88-22 76 STREET, WOODHAVEN', Month: '1', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.86507928, 40.689155]} },
{type: 'Feature',properties:{Name: '4', Address: '88-49 75 STREET, WOODHAVEN', Month: '2', Price: '1328'}, geometry: { type: 'Point', coordinates:[-73.86581627, 40.68846417]} },
{type: 'Feature',properties:{Name: '4', Address: '88-45 75TH STREET, WOODHAVEN', Month: '5', Price: '1422'}, geometry: { type: 'Point', coordinates:[-73.86581626, 40.68846692]} },
{type: 'Feature',properties:{Name: '4', Address: '88-20 77TH STREET, WOODHAVEN', Month: '10', Price: '1624'}, geometry: { type: 'Point', coordinates:[-73.86419199, 40.68927472]} },
{type: 'Feature',properties:{Name: '4', Address: '88-38 77TH STREET, WOODHAVEN', Month: '4', Price: '1536'}, geometry: { type: 'Point', coordinates:[-73.86418843, 40.68925276]} },
{type: 'Feature',properties:{Name: '4', Address: '87-31 77TH STREET, WOODHAVEN', Month: '12', Price: '1250'}, geometry: { type: 'Point', coordinates:[-73.86433835, 40.690005]} },
{type: 'Feature',properties:{Name: '4', Address: '78-30 89TH AVENUE, WOODHAVEN', Month: '1', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.86277287, 40.68850176]} },
{type: 'Feature',properties:{Name: '4', Address: '78-16 87TH ROAD, WOODHAVEN', Month: '10', Price: '1014'}, geometry: { type: 'Point', coordinates:[-73.86324829, 40.69052797]} },
{type: 'Feature',properties:{Name: '4', Address: '78-30 87TH AVENUE, WOODHAVEN', Month: '5', Price: '1332'}, geometry: { type: 'Point', coordinates:[-73.86338754, 40.69120335]} },
{type: 'Feature',properties:{Name: '4', Address: '80-65 89TH AVENUE, WOODHAVEN', Month: '12', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.86091893, 40.68876029]} },
{type: 'Feature',properties:{Name: '4', Address: '80-23 89TH AVENUE, WOODHAVEN', Month: '6', Price: '1328'}, geometry: { type: 'Point', coordinates:[-73.86094418, 40.68875757]} },
{type: 'Feature',properties:{Name: '4', Address: '80-09 89TH AVENUE, WOODHAVEN', Month: '4', Price: '1160'}, geometry: { type: 'Point', coordinates:[-73.860955, 40.68875484]} },
{type: 'Feature',properties:{Name: '4', Address: '8076 88TH AVE, WOODHAVEN', Month: '11', Price: '1632'}, geometry: { type: 'Point', coordinates:[-73.86112888, 40.69009999]} },
{type: 'Feature',properties:{Name: '4', Address: '80-22 87TH ROAD, WOODHAVEN', Month: '3', Price: '972'}, geometry: { type: 'Point', coordinates:[-73.86081725, 40.69082972]} },
{type: 'Feature',properties:{Name: '4', Address: '8042 87 ROAD, WOODHAVEN', Month: '2', Price: '1772'}, geometry: { type: 'Point', coordinates:[-73.86035555, 40.69089504]} },
{type: 'Feature',properties:{Name: '4', Address: '80-58 87TH AVE, WOODHAVEN', Month: '9', Price: '1326'}, geometry: { type: 'Point', coordinates:[-73.85988152, 40.69167947]} },
{type: 'Feature',properties:{Name: '4', Address: '80-68 87TH AVENUE, WOODHAVEN', Month: '10', Price: '1777'}, geometry: { type: 'Point', coordinates:[-73.85967952, 40.69171216]} },
{type: 'Feature',properties:{Name: '4', Address: '8513 89TH AVE, WOODHAVEN', Month: '9', Price: '1306'}, geometry: { type: 'Point', coordinates:[-73.8577263, 40.68944258]} },
{type: 'Feature',properties:{Name: '4', Address: '87-57 86TH STREET, WOODHAVEN', Month: '10', Price: '1284'}, geometry: { type: 'Point', coordinates:[-73.85780098, 40.69161927]} },
{type: 'Feature',properties:{Name: '4', Address: '87-32 88TH STREET, WOODHAVEN', Month: '10', Price: '1096'}, geometry: { type: 'Point', coordinates:[-73.85611952, 40.69211399]} },
{type: 'Feature',properties:{Name: '4', Address: '89-02 88TH AVENUE, WOODHAVEN', Month: '5', Price: '1629'}, geometry: { type: 'Point', coordinates:[-73.85489869, 40.69137411]} },
{type: 'Feature',properties:{Name: '4', Address: '89-03 89TH AVENUE, WOODHAVEN', Month: '7', Price: '1156'}, geometry: { type: 'Point', coordinates:[-73.85449724, 40.69026197]} },
{type: 'Feature',properties:{Name: '4', Address: '88-11 89TH STREET, WOODHAVEN', Month: '3', Price: '1602'}, geometry: { type: 'Point', coordinates:[-73.85494615, 40.69110244]} },
{type: 'Feature',properties:{Name: '4', Address: '88-15 90TH STREET, WOODHAVEN', Month: '3', Price: '1968'}, geometry: { type: 'Point', coordinates:[-73.85406954, 40.69126876]} },
{type: 'Feature',properties:{Name: '4', Address: '87-33 90TH STREET, WOODHAVEN', Month: '9', Price: '1827'}, geometry: { type: 'Point', coordinates:[-73.85447828, 40.69234248]} },
{type: 'Feature',properties:{Name: '4', Address: '87-42 95TH STREET, WOODHAVEN', Month: '12', Price: '1890'}, geometry: { type: 'Point', coordinates:[-73.85027401, 40.69378084]} },
{type: 'Feature',properties:{Name: '4', Address: '87-69 95TH STREET, WOODHAVEN', Month: '1', Price: '2360'}, geometry: { type: 'Point', coordinates:[-73.85023082, 40.69374236]} },
{type: 'Feature',properties:{Name: '4', Address: '87-46 98TH STREET, WOODHAVEN', Month: '7', Price: '1791'}, geometry: { type: 'Point', coordinates:[-73.84754284, 40.69436464]} },
{type: 'Feature',properties:{Name: '4', Address: '74-27 93 AVENUE, WOODHAVEN', Month: '4', Price: '1214'}, geometry: { type: 'Point', coordinates:[-73.86555754, 40.68444278]} },
{type: 'Feature',properties:{Name: '4', Address: '9051 ELDERT LANE, WOODHAVEN', Month: '4', Price: '1024'}, geometry: { type: 'Point', coordinates:[-73.86671946, 40.68579456]} },
{type: 'Feature',properties:{Name: '4', Address: '93-15 75TH STREET, WOODHAVEN', Month: '4', Price: '1128'}, geometry: { type: 'Point', coordinates:[-73.86485487, 40.68423335]} },
{type: 'Feature',properties:{Name: '4', Address: '92-22 76TH STREET, WOODHAVEN', Month: '5', Price: '1120'}, geometry: { type: 'Point', coordinates:[-73.86419656, 40.68526187]} },
{type: 'Feature',properties:{Name: '4', Address: '92-38 77TH STREET, WOODHAVEN', Month: '12', Price: '1140'}, geometry: { type: 'Point', coordinates:[-73.86318773, 40.68489287]} },
{type: 'Feature',properties:{Name: '4', Address: '92-44 77TH STREET, WOODHAVEN', Month: '1', Price: '1140'}, geometry: { type: 'Point', coordinates:[-73.86317342, 40.68484071]} },
{type: 'Feature',properties:{Name: '4', Address: '92-25 76TH STREET, WOODHAVEN', Month: '12', Price: '1140'}, geometry: { type: 'Point', coordinates:[-73.86417135, 40.68524811]} },
{type: 'Feature',properties:{Name: '4', Address: '92-23 76TH STREET, WOODHAVEN', Month: '12', Price: '1140'}, geometry: { type: 'Point', coordinates:[-73.86417492, 40.68526459]} },
{type: 'Feature',properties:{Name: '4', Address: '90-11 75TH STREET, WOODHAVEN', Month: '2', Price: '1296'}, geometry: { type: 'Point', coordinates:[-73.86550172, 40.68709417]} },
{type: 'Feature',properties:{Name: '4', Address: '76-05 91ST AVE, WOODHAVEN', Month: '5', Price: '1316'}, geometry: { type: 'Point', coordinates:[-73.86424145, 40.68623632]} },
{type: 'Feature',properties:{Name: '4', Address: '92-18 78TH STREET, WOODHAVEN', Month: '7', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.86227175, 40.68496314]} },
{type: 'Feature',properties:{Name: '4', Address: '91-19 78TH STREET, WOODHAVEN', Month: '8', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.86250741, 40.68608878]} },
{type: 'Feature',properties:{Name: '4', Address: '78-24 90TH AVENUE, WOODHAVEN', Month: '6', Price: '1216'}, geometry: { type: 'Point', coordinates:[-73.86262642, 40.68782637]} },
{type: 'Feature',properties:{Name: '4', Address: '91-10 81ST STREET, WOODHAVEN', Month: '5', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.85990698, 40.686426]} },
{type: 'Feature',properties:{Name: '4', Address: '91-12 82 STREET, WOODHAVEN', Month: '5', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.85900897, 40.68651548]} },
{type: 'Feature',properties:{Name: '4', Address: '91-17 82ND STREET, WOODHAVEN', Month: '6', Price: '1390'}, geometry: { type: 'Point', coordinates:[-73.85896592, 40.68641387]} },
{type: 'Feature',properties:{Name: '4', Address: '91-17 82ND STREET, WOODHAVEN', Month: '7', Price: '1390'}, geometry: { type: 'Point', coordinates:[-73.85896592, 40.68641387]} },
{type: 'Feature',properties:{Name: '4', Address: '91-18 84TH STREET, WOODHAVEN', Month: '3', Price: '1306'}, geometry: { type: 'Point', coordinates:[-73.85786917, 40.68670072]} },
{type: 'Feature',properties:{Name: '4', Address: '82-11 ATLANTIC AVENUE, WOODHAVEN', Month: '3', Price: '1114'}, geometry: { type: 'Point', coordinates:[-73.8585931, 40.68538687]} },
{type: 'Feature',properties:{Name: '4', Address: '80-70 90TH AVENUE, WOODHAVEN', Month: '4', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.85944162, 40.68824247]} },
{type: 'Feature',properties:{Name: '4', Address: '84-14 89TH AVENUE, WOODHAVEN', Month: '4', Price: '1220'}, geometry: { type: 'Point', coordinates:[-73.85851676, 40.6890785]} },
{type: 'Feature',properties:{Name: '4', Address: '89-18 85TH STREET, WOODHAVEN', Month: '1', Price: '1300'}, geometry: { type: 'Point', coordinates:[-73.85779576, 40.68899526]} },
{type: 'Feature',properties:{Name: '4', Address: '90-01 84TH STREET, WOODHAVEN', Month: '3', Price: '1306'}, geometry: { type: 'Point', coordinates:[-73.85845355, 40.68827969]} },
{type: 'Feature',properties:{Name: '4', Address: '85-12 89TH AVENUE, WOODHAVEN', Month: '12', Price: '1799'}, geometry: { type: 'Point', coordinates:[-73.85771912, 40.6894261]} },
{type: 'Feature',properties:{Name: '4', Address: '86-06 89TH AVENUE, WOODHAVEN', Month: '2', Price: '1394'}, geometry: { type: 'Point', coordinates:[-73.85688939, 40.68960073]} },
{type: 'Feature',properties:{Name: '4', Address: '86-06 89TH AVENUE, WOODHAVEN', Month: '11', Price: '1394'}, geometry: { type: 'Point', coordinates:[-73.85688939, 40.68960073]} },
{type: 'Feature',properties:{Name: '4', Address: '86-06 89 AVE, WOODHAVEN', Month: '2', Price: '1394'}, geometry: { type: 'Point', coordinates:[-73.85688939, 40.68960073]} },
{type: 'Feature',properties:{Name: '4', Address: '86-06 89 AVE, WOODHAVEN', Month: '12', Price: '1394'}, geometry: { type: 'Point', coordinates:[-73.85688939, 40.68960073]} },
{type: 'Feature',properties:{Name: '4', Address: '89-34 88TH STREET, WOODHAVEN', Month: '12', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.8552592, 40.68974966]} },
{type: 'Feature',properties:{Name: '4', Address: '89-12 89 ST, WOODHAVEN', Month: '10', Price: '1032'}, geometry: { type: 'Point', coordinates:[-73.85455917, 40.68997385]} },
{type: 'Feature',properties:{Name: '4', Address: '89-20 89 STREET, WOODHAVEN', Month: '9', Price: '1032'}, geometry: { type: 'Point', coordinates:[-73.85455558, 40.68996561]} },
{type: 'Feature',properties:{Name: '4', Address: '89-28 89TH STREET, WOODHAVEN', Month: '1', Price: '1888'}, geometry: { type: 'Point', coordinates:[-73.85455199, 40.68996011]} },
{type: 'Feature',properties:{Name: '4', Address: '89-10 89TH AVENUE, WOODHAVEN', Month: '9', Price: '1054'}, geometry: { type: 'Point', coordinates:[-73.85444315, 40.6902619]} },
{type: 'Feature',properties:{Name: '4', Address: '89-20 90TH STREET, WOODHAVEN', Month: '11', Price: '1156'}, geometry: { type: 'Point', coordinates:[-73.85370405, 40.69020881]} },
{type: 'Feature',properties:{Name: '4', Address: '89-10 92ND STREET, WOODHAVEN', Month: '8', Price: '1368'}, geometry: { type: 'Point', coordinates:[-73.8520587, 40.6906843]} },
{type: 'Feature',properties:{Name: '4', Address: '89-10 92 STREET, WOODHAVEN', Month: '10', Price: '1368'}, geometry: { type: 'Point', coordinates:[-73.8520587, 40.6906843]} },
{type: 'Feature',properties:{Name: '4', Address: '89-28 92ND STREET, WOODHAVEN', Month: '12', Price: '1168'}, geometry: { type: 'Point', coordinates:[-73.85205152, 40.69066782]} },
{type: 'Feature',properties:{Name: '4', Address: '89-14 WOODHAVEN BOULEVARD, WOODHAVEN', Month: '3', Price: '1648'}, geometry: { type: 'Point', coordinates:[-73.85068437, 40.69088838]} },
{type: 'Feature',properties:{Name: '4', Address: '8936 WOODHAVEN BLVD, WOODHAVEN', Month: '2', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.85041856, 40.69042692]} },
{type: 'Feature',properties:{Name: '4', Address: '89-29 92ND STREET, WOODHAVEN', Month: '8', Price: '1380'}, geometry: { type: 'Point', coordinates:[-73.85202987, 40.69067328]} },
{type: 'Feature',properties:{Name: '4', Address: '91-56 85TH STREET, WOODHAVEN', Month: '5', Price: '1336'}, geometry: { type: 'Point', coordinates:[-73.85695308, 40.68680663]} },
{type: 'Feature',properties:{Name: '4', Address: '91-15 84TH STREET, WOODHAVEN', Month: '6', Price: '1336'}, geometry: { type: 'Point', coordinates:[-73.85792651, 40.68686548]} },
{type: 'Feature',properties:{Name: '4', Address: '91-16 86TH STREET, WOODHAVEN', Month: '10', Price: '1372'}, geometry: { type: 'Point', coordinates:[-73.85635296, 40.68753325]} },
{type: 'Feature',properties:{Name: '4', Address: '91-11 86TH ST, WOODHAVEN', Month: '5', Price: '1284'}, geometry: { type: 'Point', coordinates:[-73.85637083, 40.68761013]} },
{type: 'Feature',properties:{Name: '4', Address: '91-48 88TH STREET, WOODHAVEN', Month: '1', Price: '1432'}, geometry: { type: 'Point', coordinates:[-73.85445978, 40.68760224]} },
{type: 'Feature',properties:{Name: '4', Address: '91-18 88TH STREET, WOODHAVEN', Month: '1', Price: '1432'}, geometry: { type: 'Point', coordinates:[-73.85463207, 40.68795928]} },
{type: 'Feature',properties:{Name: '4', Address: '91-42 89TH STREET, WOODHAVEN', Month: '2', Price: '1096'}, geometry: { type: 'Point', coordinates:[-73.85364058, 40.6879141]} },
{type: 'Feature',properties:{Name: '4', Address: '91-33 88 STREET, WOODHAVEN', Month: '4', Price: '1080'}, geometry: { type: 'Point', coordinates:[-73.85453146, 40.68779995]} },
{type: 'Feature',properties:{Name: '4', Address: '91-11 88TH STREET, WOODHAVEN', Month: '6', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.8546607, 40.68806087]} },
{type: 'Feature',properties:{Name: '4', Address: '91-29 89 STREET, WOODHAVEN', Month: '10', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.8537051, 40.68808711]} },
{type: 'Feature',properties:{Name: '4', Address: '91-27 89TH STREET, WOODHAVEN', Month: '5', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.85371587, 40.68811182]} },
{type: 'Feature',properties:{Name: '4', Address: '91-15 89 STREET, WOODHAVEN', Month: '6', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.85378767, 40.68825464]} },
{type: 'Feature',properties:{Name: '4', Address: '91-60 91ST STREET, WOODHAVEN', Month: '6', Price: '1282'}, geometry: { type: 'Point', coordinates:[-73.85184785, 40.6882055]} },
{type: 'Feature',properties:{Name: '4', Address: '9120 92ND STREET, WOODHAVEN', Month: '3', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.85134793, 40.68924238]} },
{type: 'Feature',properties:{Name: '4', Address: '92-18 WOODHAVEN BLVD, WOODHAVEN', Month: '1', Price: '1506'}, geometry: { type: 'Point', coordinates:[-73.84943049, 40.68885287]} },
{type: 'Feature',properties:{Name: '4', Address: '93-26 92ND AVENUE, WOODHAVEN', Month: '1', Price: '1188'}, geometry: { type: 'Point', coordinates:[-73.84918046, 40.68939327]} },
{type: 'Feature',properties:{Name: '4', Address: '92-10 95TH STREET, WOODHAVEN', Month: '12', Price: '1392'}, geometry: { type: 'Point', coordinates:[-73.84847355, 40.6894637]} },
{type: 'Feature',properties:{Name: '4', Address: '91-02 96 STREET, WOODHAVEN', Month: '10', Price: '1583'}, geometry: { type: 'Point', coordinates:[-73.84790908, 40.69031658]} },
{type: 'Feature',properties:{Name: '4', Address: '91-40 96TH STREET, WOODHAVEN', Month: '12', Price: '1632'}, geometry: { type: 'Point', coordinates:[-73.84738147, 40.68923993]} },
{type: 'Feature',properties:{Name: '4', Address: '91-40 96TH STREET, WOODHAVEN', Month: '3', Price: '1632'}, geometry: { type: 'Point', coordinates:[-73.84738147, 40.68923993]} },
{type: 'Feature',properties:{Name: '4', Address: '91-44 96TH STREET, WOODHAVEN', Month: '10', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.84736712, 40.68920972]} },
{type: 'Feature',properties:{Name: '4', Address: '91-46 96TH STREET, WOODHAVEN', Month: '11', Price: '1268'}, geometry: { type: 'Point', coordinates:[-73.84736354, 40.68919599]} },
{type: 'Feature',properties:{Name: '4', Address: '91-56 96TH STREET, WOODHAVEN', Month: '3', Price: '1268'}, geometry: { type: 'Point', coordinates:[-73.84732766, 40.68912184]} },
{type: 'Feature',properties:{Name: '4', Address: '91-56 97TH STREET, WOODHAVEN', Month: '2', Price: '1228'}, geometry: { type: 'Point', coordinates:[-73.84615846, 40.68951004]} },
{type: 'Feature',properties:{Name: '4', Address: '91-57 96TH STREET, WOODHAVEN', Month: '3', Price: '1188'}, geometry: { type: 'Point', coordinates:[-73.84730601, 40.6891273]} },
{type: 'Feature',properties:{Name: '4', Address: '96-03 91ST DRIVE, WOODHAVEN', Month: '8', Price: '1592'}, geometry: { type: 'Point', coordinates:[-73.8472404, 40.68943188]} },
{type: 'Feature',properties:{Name: '4', Address: '91-09 96TH STREET, WOODHAVEN', Month: '7', Price: '1608'}, geometry: { type: 'Point', coordinates:[-73.84783361, 40.69020669]} },
{type: 'Feature',properties:{Name: '4', Address: '86-25 DEXTER COURT, WOODHAVEN', Month: '5', Price: '1924'}, geometry: { type: 'Point', coordinates:[-73.86748239, 40.69197941]} },
{type: 'Feature',properties:{Name: '4', Address: '74-18 85TH DRIVE, WOODHAVEN', Month: '3', Price: '2750'}, geometry: { type: 'Point', coordinates:[-73.86797372, 40.69333864]} },
{type: 'Feature',properties:{Name: '4', Address: '74-18 85TH DRIVE, WOODHAVEN', Month: '4', Price: '2750'}, geometry: { type: 'Point', coordinates:[-73.86797372, 40.69333864]} },
{type: 'Feature',properties:{Name: '4', Address: '85-80 75TH STREET, WOODHAVEN', Month: '11', Price: '1840'}, geometry: { type: 'Point', coordinates:[-73.86694699, 40.69283242]} },
{type: 'Feature',properties:{Name: '4', Address: '74-23 85TH DRIVE, WOODHAVEN', Month: '12', Price: '2750'}, geometry: { type: 'Point', coordinates:[-73.86794843, 40.69336057]} },
{type: 'Feature',properties:{Name: '4', Address: '85-40 76TH STREET, WOODHAVEN', Month: '11', Price: '1480'}, geometry: { type: 'Point', coordinates:[-73.86645068, 40.69397093]} },
{type: 'Feature',properties:{Name: '4', Address: '85-40 76TH STREET, WOODHAVEN', Month: '6', Price: '1480'}, geometry: { type: 'Point', coordinates:[-73.86645068, 40.69397093]} },
{type: 'Feature',properties:{Name: '4', Address: '8566 76 STREET, WOODHAVEN', Month: '12', Price: '1702'}, geometry: { type: 'Point', coordinates:[-73.8662786, 40.69346569]} },
{type: 'Feature',properties:{Name: '4', Address: '85-66 76TH STREET, WOODHAVEN', Month: '5', Price: '1702'}, geometry: { type: 'Point', coordinates:[-73.8662786, 40.69346569]} },
{type: 'Feature',properties:{Name: '4', Address: '86-08 76TH STREET, WOODHAVEN', Month: '3', Price: '2112'}, geometry: { type: 'Point', coordinates:[-73.86605275, 40.69280119]} },
{type: 'Feature',properties:{Name: '4', Address: '86-10 76TH STREET, WOODHAVEN', Month: '10', Price: '1662'}, geometry: { type: 'Point', coordinates:[-73.86604201, 40.69276275]} },
{type: 'Feature',properties:{Name: '4', Address: '86-14 77TH STREET, WOODHAVEN', Month: '1', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.86513006, 40.6925723]} },
{type: 'Feature',properties:{Name: '4', Address: '86-43 78 STREET, WOODHAVEN', Month: '4', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.86428669, 40.69235172]} },
{type: 'Feature',properties:{Name: '4', Address: '86-43 78TH STREET, WOODHAVEN', Month: '7', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.86428669, 40.69235172]} },
{type: 'Feature',properties:{Name: '4', Address: '86-43 78TH STREET, WOODHAVEN', Month: '12', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.86428669, 40.69235172]} },
{type: 'Feature',properties:{Name: '4', Address: '86-23 78TH STREET, WOODHAVEN', Month: '1', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.86441576, 40.69271968]} },
{type: 'Feature',properties:{Name: '4', Address: '86-02 79 STREET, WOODHAVEN', Month: '11', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.86377281, 40.69324317]} },
{type: 'Feature',properties:{Name: '4', Address: '78-03 86TH AVENUE, WOODHAVEN', Month: '6', Price: '2545'}, geometry: { type: 'Point', coordinates:[-73.86451898, 40.69338952]} },
{type: 'Feature',properties:{Name: '4', Address: '76-18 85TH ROAD, WOODHAVEN', Month: '8', Price: '1592'}, geometry: { type: 'Point', coordinates:[-73.86594837, 40.69450008]} },
{type: 'Feature',properties:{Name: '4', Address: '76-44 PARK LANE SOUTH, WOODHAVEN', Month: '9', Price: '1928'}, geometry: { type: 'Point', coordinates:[-73.8657593, 40.6952684]} },
{type: 'Feature',properties:{Name: '4', Address: '86-39 80TH STREET, WOODHAVEN', Month: '9', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.8625914, 40.69257204]} },
{type: 'Feature',properties:{Name: '4', Address: '85-49 80TH STREET, WOODHAVEN', Month: '1', Price: '2240'}, geometry: { type: 'Point', coordinates:[-73.86322233, 40.69439257]} },
{type: 'Feature',properties:{Name: '4', Address: '84-21 86 ROAD, WOODHAVEN', Month: '12', Price: '2580'}, geometry: { type: 'Point', coordinates:[-73.86065029, 40.69307474]} },
{type: 'Feature',properties:{Name: '4', Address: '84-21 86TH ROAD, WOODHAVEN', Month: '6', Price: '2580'}, geometry: { type: 'Point', coordinates:[-73.86065029, 40.69307474]} },
{type: 'Feature',properties:{Name: '4', Address: '85-16 85TH STREET, WOODHAVEN', Month: '2', Price: '2124'}, geometry: { type: 'Point', coordinates:[-73.85994906, 40.69557987]} },
{type: 'Feature',properties:{Name: '4', Address: '84-45 85TH AVENUE, WOODHAVEN', Month: '12', Price: '1476'}, geometry: { type: 'Point', coordinates:[-73.86122517, 40.69581198]} },
{type: 'Feature',properties:{Name: '4', Address: '86-03 85TH STREET, WOODHAVEN', Month: '9', Price: '2208'}, geometry: { type: 'Point', coordinates:[-73.85934768, 40.69346017]} },
{type: 'Feature',properties:{Name: '4', Address: '86-01 85 STREET, WOODHAVEN', Month: '5', Price: '2208'}, geometry: { type: 'Point', coordinates:[-73.85935841, 40.69350136]} },
{type: 'Feature',properties:{Name: '4', Address: '86-01 85TH STREET, WOODHAVEN', Month: '11', Price: '2208'}, geometry: { type: 'Point', coordinates:[-73.85935841, 40.69350136]} },
{type: 'Feature',properties:{Name: '4', Address: '86-11 85TH STREET, WOODHAVEN', Month: '6', Price: '2248'}, geometry: { type: 'Point', coordinates:[-73.85930115, 40.69329817]} },
{type: 'Feature',properties:{Name: '4', Address: '85-34 86TH STREET, WOODHAVEN', Month: '5', Price: '3756'}, geometry: { type: 'Point', coordinates:[-73.85880403, 40.69475504]} },
{type: 'Feature',properties:{Name: '4', Address: '8570 87TH STREET, WOODHAVEN', Month: '9', Price: '2432'}, geometry: { type: 'Point', coordinates:[-73.85793459, 40.69491591]} },
{type: 'Feature',properties:{Name: '4', Address: '86-09 JAMAICA AVENUE, WOODHAVEN', Month: '12', Price: '3420'}, geometry: { type: 'Point', coordinates:[-73.85801528, 40.69259119]} },
{type: 'Feature',properties:{Name: '4', Address: '85-28 89TH STREET, WOODHAVEN', Month: '9', Price: '1728'}, geometry: { type: 'Point', coordinates:[-73.8561741, 40.69523212]} },
{type: 'Feature',properties:{Name: '4', Address: '85-01 85TH STREET, WOODHAVEN', Month: '4', Price: '2132'}, geometry: { type: 'Point', coordinates:[-73.86001331, 40.69589285]} },
{type: 'Feature',properties:{Name: '4', Address: '86-23 89TH STREET, WOODHAVEN', Month: '9', Price: '2208'}, geometry: { type: 'Point', coordinates:[-73.85583809, 40.69385382]} },
{type: 'Feature',properties:{Name: '4', Address: '91-14 86TH DRIVE, WOODHAVEN', Month: '6', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.85367784, 40.69393618]} },
{type: 'Feature',properties:{Name: '4', Address: '91-11 JAMAICA AVENUE, WOODHAVEN', Month: '3', Price: '3802'}, geometry: { type: 'Point', coordinates:[-73.85370852, 40.69310456]} },
{type: 'Feature',properties:{Name: '4', Address: '91-21 86TH DRIVE, WOODHAVEN', Month: '5', Price: '2360'}, geometry: { type: 'Point', coordinates:[-73.85362009, 40.69396081]} },
{type: 'Feature',properties:{Name: '4', Address: '91-19 86TH DRIVE, WOODHAVEN', Month: '6', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.85363813, 40.69395809]} },
{type: 'Feature',properties:{Name: '4', Address: '91-19 86TH DRIVE, WOODHAVEN', Month: '2', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.85363813, 40.69395809]} },
{type: 'Feature',properties:{Name: '4', Address: '89-04 85TH ROAD, WOODHAVEN', Month: '1', Price: '1292'}, geometry: { type: 'Point', coordinates:[-73.85610452, 40.6957206]} },
{type: 'Feature',properties:{Name: '4', Address: '86-06 WOODHAVEN BLVD, WOODHAVEN', Month: '1', Price: '3170'}, geometry: { type: 'Point', coordinates:[-73.85266886, 40.69523866]} },
{type: 'Feature',properties:{Name: '4', Address: '91-13 86TH ROAD, WOODHAVEN', Month: '7', Price: '2584'}, geometry: { type: 'Point', coordinates:[-73.85385303, 40.69462809]} },
{type: 'Feature',properties:{Name: '4', Address: '86-19 91 STREET, WOODHAVEN', Month: '8', Price: '1888'}, geometry: { type: 'Point', coordinates:[-73.85421694, 40.69476853]} },
{type: 'Feature',properties:{Name: '4', Address: '84-45 90TH STREET, WOODHAVEN', Month: '9', Price: '1709'}, geometry: { type: 'Point', coordinates:[-73.85552572, 40.69655428]} },
{type: 'Feature',properties:{Name: '4', Address: '84-45 90TH STREET, WOODHAVEN', Month: '2', Price: '1709'}, geometry: { type: 'Point', coordinates:[-73.85552572, 40.69655428]} },
{type: 'Feature',properties:{Name: '4', Address: '84-31 90TH STREET, WOODHAVEN', Month: '7', Price: '2324'}, geometry: { type: 'Point', coordinates:[-73.85555428, 40.69668881]} },
{type: 'Feature',properties:{Name: '4', Address: '91-11 85TH ROAD, WOODHAVEN', Month: '10', Price: '2804'}, geometry: { type: 'Point', coordinates:[-73.8541638, 40.6959844]} },
{type: 'Feature',properties:{Name: '4', Address: '93-19 86TH DRIVE, WOODHAVEN', Month: '9', Price: '2295'}, geometry: { type: 'Point', coordinates:[-73.8518634, 40.69418912]} },
{type: 'Feature',properties:{Name: '4', Address: '8612 94 STREET, WOODHAVEN', Month: '1', Price: '2498'}, geometry: { type: 'Point', coordinates:[-73.85133444, 40.69529459]} },
{type: 'Feature',properties:{Name: '4', Address: '94-32 86TH ROAD, WOODHAVEN', Month: '2', Price: '2296'}, geometry: { type: 'Point', coordinates:[-73.85050558, 40.69504099]} },
{type: 'Feature',properties:{Name: '4', Address: '94-41 86TH ROAD, WOODHAVEN', Month: '5', Price: '1806'}, geometry: { type: 'Point', coordinates:[-73.85039732, 40.69507379]} },
{type: 'Feature',properties:{Name: '4', Address: '94-38 85TH ROAD, WOODHAVEN', Month: '10', Price: '2581'}, geometry: { type: 'Point', coordinates:[-73.8507225, 40.69640817]} },
{type: 'Feature',properties:{Name: '4', Address: '94-22 PARK LANE SOUTH, WOODHAVEN', Month: '1', Price: '1512'}, geometry: { type: 'Point', coordinates:[-73.85124952, 40.69779771]} },
{type: 'Feature',properties:{Name: '4', Address: '84-03 96TH STREET, WOODHAVEN', Month: '9', Price: '1346'}, geometry: { type: 'Point', coordinates:[-73.84988958, 40.69795239]} },
{type: 'Feature',properties:{Name: '4', Address: '86-12 98 STREET, WOODHAVEN', Month: '6', Price: '1596'}, geometry: { type: 'Point', coordinates:[-73.84866582, 40.6968968]} },
{type: 'Feature',properties:{Name: '4', Address: '88-22 74TH PLACE, WOODHAVEN', Month: '8', Price: '1215'}, geometry: { type: 'Point', coordinates:[-73.86661704, 40.68832512]} },
{type: 'Feature',properties:{Name: '4', Address: '88-22 74TH PLACE, WOODHAVEN', Month: '9', Price: '1215'}, geometry: { type: 'Point', coordinates:[-73.86661704, 40.68832512]} },
{type: 'Feature',properties:{Name: '4', Address: '8837 ELDERT LANE, WOODHAVEN', Month: '12', Price: '2120'}, geometry: { type: 'Point', coordinates:[-73.86735675, 40.68806522]} },
{type: 'Feature',properties:{Name: '4', Address: '88-34 75TH STREET, WOODHAVEN', Month: '6', Price: '1575'}, geometry: { type: 'Point', coordinates:[-73.86584149, 40.68847244]} },
{type: 'Feature',properties:{Name: '4', Address: '74-28 87TH AVENUE, WOODHAVEN', Month: '2', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.86735904, 40.69054101]} },
{type: 'Feature',properties:{Name: '4', Address: '87-04 75TH STREET, WOODHAVEN', Month: '9', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.86630618, 40.69050411]} },
{type: 'Feature',properties:{Name: '4', Address: '74-21 87 ROAD, WOODHAVEN', Month: '1', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.86730628, 40.68987123]} },
{type: 'Feature',properties:{Name: '4', Address: '87-09 ELDERTS LANE, WOODHAVEN', Month: '4', Price: '3120'}, geometry: { type: 'Point', coordinates:[-73.86783933, 40.69018749]} },
{type: 'Feature',properties:{Name: '4', Address: '88-58 76 STREET, WOODHAVEN', Month: '8', Price: '2226'}, geometry: { type: 'Point', coordinates:[-73.86506855, 40.68911107]} },
{type: 'Feature',properties:{Name: '4', Address: '76-12 88TH AVENUE, WOODHAVEN', Month: '12', Price: '1888'}, geometry: { type: 'Point', coordinates:[-73.86492716, 40.68948968]} },
{type: 'Feature',properties:{Name: '4', Address: '76-12 88TH AVENUE, WOODHAVEN', Month: '7', Price: '1888'}, geometry: { type: 'Point', coordinates:[-73.86492716, 40.68948968]} },
{type: 'Feature',properties:{Name: '4', Address: '88-48 77TH STREET, WOODHAVEN', Month: '7', Price: '1610'}, geometry: { type: 'Point', coordinates:[-73.86418485, 40.68924178]} },
{type: 'Feature',properties:{Name: '4', Address: '87-20 76TH STREET, WOODHAVEN', Month: '11', Price: '1567'}, geometry: { type: 'Point', coordinates:[-73.86524726, 40.68989354]} },
{type: 'Feature',properties:{Name: '4', Address: '76-13 88TH AVENUE, WOODHAVEN', Month: '9', Price: '1612'}, geometry: { type: 'Point', coordinates:[-73.86493073, 40.68950615]} },
{type: 'Feature',properties:{Name: '4', Address: '86-73 76TH STREET, WOODHAVEN', Month: '8', Price: '1634'}, geometry: { type: 'Point', coordinates:[-73.86553663, 40.69123607]} },
{type: 'Feature',properties:{Name: '4', Address: '88-29 77TH STREET, WOODHAVEN', Month: '8', Price: '2216'}, geometry: { type: 'Point', coordinates:[-73.86417037, 40.68926921]} },
{type: 'Feature',properties:{Name: '4', Address: '86-74 78TH STREET, WOODHAVEN', Month: '6', Price: '2236'}, geometry: { type: 'Point', coordinates:[-73.86378342, 40.69158259]} },
{type: 'Feature',properties:{Name: '4', Address: '86-84 78TH STREET, WOODHAVEN', Month: '6', Price: '2236'}, geometry: { type: 'Point', coordinates:[-73.86375483, 40.6914563]} },
{type: 'Feature',properties:{Name: '4', Address: '87-17 77TH STREET, WOODHAVEN', Month: '5', Price: '1900'}, geometry: { type: 'Point', coordinates:[-73.86434191, 40.69002422]} },
{type: 'Feature',properties:{Name: '4', Address: '78-14 89TH AVENUE, WOODHAVEN', Month: '10', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.8627909, 40.68849903]} },
{type: 'Feature',properties:{Name: '4', Address: '89-14 80TH STREET, WOODHAVEN', Month: '2', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.86131967, 40.68852472]} },
{type: 'Feature',properties:{Name: '4', Address: '89-14 80TH STREET, WOODHAVEN', Month: '3', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.86131967, 40.68852472]} },
{type: 'Feature',properties:{Name: '4', Address: '78-19 90TH AVENUE, WOODHAVEN', Month: '9', Price: '2052'}, geometry: { type: 'Point', coordinates:[-73.86263721, 40.6878401]} },
{type: 'Feature',properties:{Name: '4', Address: '78-13 90TH AVENUE, WOODHAVEN', Month: '3', Price: '1776'}, geometry: { type: 'Point', coordinates:[-73.86264081, 40.68784011]} },
{type: 'Feature',properties:{Name: '4', Address: '78-30 88TH ROAD, WOODHAVEN', Month: '7', Price: '2204'}, geometry: { type: 'Point', coordinates:[-73.86292654, 40.68917441]} },
{type: 'Feature',properties:{Name: '4', Address: '88-14 80TH STREET, WOODHAVEN', Month: '7', Price: '1404'}, geometry: { type: 'Point', coordinates:[-73.86159126, 40.68970804]} },
{type: 'Feature',properties:{Name: '4', Address: '87-42 80TH STREET, WOODHAVEN', Month: '10', Price: '2288'}, geometry: { type: 'Point', coordinates:[-73.86177709, 40.69051523]} },
{type: 'Feature',properties:{Name: '4', Address: '78-32 87TH AVENUE, WOODHAVEN', Month: '9', Price: '2196'}, geometry: { type: 'Point', coordinates:[-73.86338754, 40.69120335]} },
{type: 'Feature',properties:{Name: '4', Address: '87-14 80TH STREET, WOODHAVEN', Month: '9', Price: '1884'}, geometry: { type: 'Point', coordinates:[-73.86189143, 40.6910204]} },
{type: 'Feature',properties:{Name: '4', Address: '87-19 78TH STREET, WOODHAVEN', Month: '11', Price: '1994'}, geometry: { type: 'Point', coordinates:[-73.86355807, 40.69068753]} },
{type: 'Feature',properties:{Name: '4', Address: '78-31 87TH AVENUE, WOODHAVEN', Month: '5', Price: '1960'}, geometry: { type: 'Point', coordinates:[-73.86339111, 40.69121982]} },
{type: 'Feature',properties:{Name: '4', Address: '80-20 88TH ROAD, WOODHAVEN', Month: '8', Price: '1744'}, geometry: { type: 'Point', coordinates:[-73.86051356, 40.68948167]} },
{type: 'Feature',properties:{Name: '4', Address: '80-43 89 AVENUE, WOODHAVEN', Month: '9', Price: '1548'}, geometry: { type: 'Point', coordinates:[-73.86093336, 40.68875756]} },
{type: 'Feature',properties:{Name: '4', Address: '80-22 88TH AVENUE, WOODHAVEN', Month: '12', Price: '1654'}, geometry: { type: 'Point', coordinates:[-73.86116134, 40.69009728]} },
{type: 'Feature',properties:{Name: '4', Address: '80-30 88TH AVE, WOODHAVEN', Month: '4', Price: '1817'}, geometry: { type: 'Point', coordinates:[-73.86115413, 40.69009727]} },
{type: 'Feature',properties:{Name: '4', Address: '80-43 88TH ROAD, WOODHAVEN', Month: '5', Price: '2330'}, geometry: { type: 'Point', coordinates:[-73.8599833, 40.68957435]} },
{type: 'Feature',properties:{Name: '4', Address: '80-87 88 AVENUE, WOODHAVEN', Month: '9', Price: '1948'}, geometry: { type: 'Point', coordinates:[-73.86112524, 40.69011645]} },
{type: 'Feature',properties:{Name: '4', Address: '80-41 88TH AVENUE, WOODHAVEN', Month: '8', Price: '1228'}, geometry: { type: 'Point', coordinates:[-73.8611541, 40.69011374]} },
{type: 'Feature',properties:{Name: '4', Address: '80-57 87 AVE, WOODHAVEN', Month: '4', Price: '1947'}, geometry: { type: 'Point', coordinates:[-73.85989952, 40.69169321]} },
{type: 'Feature',properties:{Name: '4', Address: '88-12 86TH STREET, WOODHAVEN', Month: '7', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.85741747, 40.69053187]} },
{type: 'Feature',properties:{Name: '4', Address: '88-40 87TH STREET, WOODHAVEN', Month: '1', Price: '1598'}, geometry: { type: 'Point', coordinates:[-73.85645842, 40.69046755]} },
{type: 'Feature',properties:{Name: '4', Address: '87-34 86 STREET, WOODHAVEN', Month: '8', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.85792662, 40.69188842]} },
{type: 'Feature',properties:{Name: '4', Address: '87-21 85TH STREET, WOODHAVEN', Month: '8', Price: '2140'}, geometry: { type: 'Point', coordinates:[-73.8586166, 40.69131012]} },
{type: 'Feature',properties:{Name: '4', Address: '87-15 85TH STREET, WOODHAVEN', Month: '8', Price: '2180'}, geometry: { type: 'Point', coordinates:[-73.85866679, 40.69144742]} },
{type: 'Feature',properties:{Name: '4', Address: '8725 86 STREET, WOODHAVEN', Month: '7', Price: '3432'}, geometry: { type: 'Point', coordinates:[-73.85795159, 40.69201745]} },
{type: 'Feature',properties:{Name: '4', Address: '88-40 88TH STREET, WOODHAVEN', Month: '4', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.85559976, 40.69067782]} },
{type: 'Feature',properties:{Name: '4', Address: '88-20 90TH STREET, WOODHAVEN', Month: '2', Price: '2524'}, geometry: { type: 'Point', coordinates:[-73.85407326, 40.69121661]} },
{type: 'Feature',properties:{Name: '4', Address: '88-03 90TH STREET, WOODHAVEN', Month: '4', Price: '1968'}, geometry: { type: 'Point', coordinates:[-73.85410179, 40.69135938]} },
{type: 'Feature',properties:{Name: '4', Address: '87-21 89TH STREET, WOODHAVEN', Month: '3', Price: '1709'}, geometry: { type: 'Point', coordinates:[-73.85541228, 40.69232719]} },
{type: 'Feature',properties:{Name: '4', Address: '87-24 92ND STREET, WOODHAVEN', Month: '6', Price: '1440'}, geometry: { type: 'Point', coordinates:[-73.85311396, 40.69290343]} },
{type: 'Feature',properties:{Name: '4', Address: '95-10 JAMAICA AVENUE, WOODHAVEN', Month: '6', Price: '3180'}, geometry: { type: 'Point', coordinates:[-73.85027653, 40.69426392]} },
{type: 'Feature',properties:{Name: '4', Address: '87-41 96TH STREET, WOODHAVEN', Month: '7', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.84933954, 40.69399371]} },
{type: 'Feature',properties:{Name: '4', Address: '87-80 98TH STREET, WOODHAVEN', Month: '9', Price: '2284'}, geometry: { type: 'Point', coordinates:[-73.84751771, 40.6943152]} },
{type: 'Feature',properties:{Name: '4', Address: '87-27 97TH ST, WOODHAVEN', Month: '7', Price: '2563'}, geometry: { type: 'Point', coordinates:[-73.84844834, 40.69420664]} },
{type: 'Feature',properties:{Name: '4', Address: '93-17 ELDERT LANE, WOODHAVEN', Month: '6', Price: '1620'}, geometry: { type: 'Point', coordinates:[-73.86644511, 40.68415287]} },
{type: 'Feature',properties:{Name: '4', Address: '9315 ELDERT LANE, WOODHAVEN', Month: '11', Price: '1781'}, geometry: { type: 'Point', coordinates:[-73.86644868, 40.68416934]} },
{type: 'Feature',properties:{Name: '4', Address: '74-15 91ST AVENUE, WOODHAVEN', Month: '10', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.86626226, 40.68543446]} },
{type: 'Feature',properties:{Name: '4', Address: '90-30 75TH STREET, WOODHAVEN', Month: '10', Price: '1746'}, geometry: { type: 'Point', coordinates:[-73.86547332, 40.68687181]} },
{type: 'Feature',properties:{Name: '4', Address: '74-31 ROCKAWAY BOULEVARD, WOODHAVEN', Month: '12', Price: '2162'}, geometry: { type: 'Point', coordinates:[-73.86558681, 40.68602106]} },
{type: 'Feature',properties:{Name: '4', Address: '74-23 ROCKAWAY BLVD, WOODHAVEN', Month: '6', Price: '2376'}, geometry: { type: 'Point', coordinates:[-73.86573455, 40.68607064]} },
{type: 'Feature',properties:{Name: '4', Address: '7608 ROCKAWAY BLVD, WOODHAVEN', Month: '4', Price: '1840'}, geometry: { type: 'Point', coordinates:[-73.86406968, 40.68559658]} },
{type: 'Feature',properties:{Name: '4', Address: '92-10 77TH STREET, WOODHAVEN', Month: '11', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.86324852, 40.68513997]} },
{type: 'Feature',properties:{Name: '4', Address: '9002 76TH STREET, WOODHAVEN', Month: '11', Price: '1844'}, geometry: { type: 'Point', coordinates:[-73.86466829, 40.68733747]} },
{type: 'Feature',properties:{Name: '4', Address: '75-05 91ST AVENUE, WOODHAVEN', Month: '4', Price: '1512'}, geometry: { type: 'Point', coordinates:[-73.86508936, 40.68595735]} },
{type: 'Feature',properties:{Name: '4', Address: '90-17 75 STREET, WOODHAVEN', Month: '6', Price: '2102'}, geometry: { type: 'Point', coordinates:[-73.86548743, 40.68702827]} },
{type: 'Feature',properties:{Name: '4', Address: '91-10 77TH STREET, WOODHAVEN', Month: '10', Price: '2016'}, geometry: { type: 'Point', coordinates:[-73.86347367, 40.68612013]} },
{type: 'Feature',properties:{Name: '4', Address: '90-31 76TH STREET, WOODHAVEN', Month: '4', Price: '1144'}, geometry: { type: 'Point', coordinates:[-73.8645823, 40.68707113]} },
{type: 'Feature',properties:{Name: '4', Address: '92-08 78 STREET, WOODHAVEN', Month: '5', Price: '1816'}, geometry: { type: 'Point', coordinates:[-73.86228246, 40.68501531]} },
{type: 'Feature',properties:{Name: '4', Address: '92-08 78 STREET, WOODHAVEN', Month: '5', Price: '1816'}, geometry: { type: 'Point', coordinates:[-73.86228246, 40.68501531]} },
{type: 'Feature',properties:{Name: '4', Address: '92-16 78TH STREET, WOODHAVEN', Month: '3', Price: '1312'}, geometry: { type: 'Point', coordinates:[-73.86227173, 40.68497412]} },
{type: 'Feature',properties:{Name: '4', Address: '90-32 78 STREET, WOODHAVEN', Month: '1', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.86273274, 40.68697287]} },
{type: 'Feature',properties:{Name: '4', Address: '90-32 80TH STREET, WOODHAVEN', Month: '5', Price: '2052'}, geometry: { type: 'Point', coordinates:[-73.86102312, 40.68721236]} },
{type: 'Feature',properties:{Name: '4', Address: '91-33 80TH STREET, WOODHAVEN', Month: '1', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.86072636, 40.6860043]} },
{type: 'Feature',properties:{Name: '4', Address: '81-12 91ST AVENUE, WOODHAVEN', Month: '1', Price: '1720'}, geometry: { type: 'Point', coordinates:[-73.85976556, 40.68680461]} },
{type: 'Feature',properties:{Name: '4', Address: '91-37 81ST STREET, WOODHAVEN', Month: '10', Price: '1260'}, geometry: { type: 'Point', coordinates:[-73.85981747, 40.68612671]} },
{type: 'Feature',properties:{Name: '4', Address: '91-15 81ST STREET, WOODHAVEN', Month: '7', Price: '1890'}, geometry: { type: 'Point', coordinates:[-73.85987823, 40.68638205]} },
{type: 'Feature',properties:{Name: '4', Address: '82-10 91 AVENUE, WOODHAVEN', Month: '3', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.85855729, 40.68697056]} },
{type: 'Feature',properties:{Name: '4', Address: '90-33 80TH STREET, WOODHAVEN', Month: '5', Price: '2040'}, geometry: { type: 'Point', coordinates:[-73.86099432, 40.68719037]} },
{type: 'Feature',properties:{Name: '4', Address: '80-27 90TH ROAD, WOODHAVEN', Month: '7', Price: '2096'}, geometry: { type: 'Point', coordinates:[-73.85996243, 40.68749378]} },
{type: 'Feature',properties:{Name: '4', Address: '80-55 90TH AVENUE, WOODHAVEN', Month: '4', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.85975538, 40.68821815]} },
{type: 'Feature',properties:{Name: '4', Address: '80-55 90TH AVENUE, WOODHAVEN', Month: '11', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.85975538, 40.68821815]} },
{type: 'Feature',properties:{Name: '4', Address: '80-17 90TH AVENUE, WOODHAVEN', Month: '10', Price: '1860'}, geometry: { type: 'Point', coordinates:[-73.86048395, 40.68812297]} },
{type: 'Feature',properties:{Name: '4', Address: '89-08 85TH STREET, WOODHAVEN', Month: '1', Price: '1728'}, geometry: { type: 'Point', coordinates:[-73.85779935, 40.6890035]} },
{type: 'Feature',properties:{Name: '4', Address: '90-05 84TH STREET, WOODHAVEN', Month: '4', Price: '1366'}, geometry: { type: 'Point', coordinates:[-73.85842846, 40.68820829]} },
{type: 'Feature',properties:{Name: '4', Address: '89-09 84TH STREET, WOODHAVEN', Month: '6', Price: '1214'}, geometry: { type: 'Point', coordinates:[-73.85867578, 40.68890577]} },
{type: 'Feature',properties:{Name: '4', Address: '8909 84TH STREET, WOODHAVEN', Month: '6', Price: '1214'}, geometry: { type: 'Point', coordinates:[-73.85867578, 40.68890577]} },
{type: 'Feature',properties:{Name: '4', Address: '85-06 89TH AVE, WOODHAVEN', Month: '10', Price: '1618'}, geometry: { type: 'Point', coordinates:[-73.8577588, 40.68941791]} },
{type: 'Feature',properties:{Name: '4', Address: '8507 91 AVENUE, WOODHAVEN', Month: '4', Price: '1952'}, geometry: { type: 'Point', coordinates:[-73.85724662, 40.68780335]} },
{type: 'Feature',properties:{Name: '4', Address: '86-07 91 AVE, WOODHAVEN', Month: '8', Price: '2460'}, geometry: { type: 'Point', coordinates:[-73.85639513, 40.68804658]} },
{type: 'Feature',properties:{Name: '4', Address: '89-31 87TH STREET, WOODHAVEN', Month: '3', Price: '2278'}, geometry: { type: 'Point', coordinates:[-73.85608548, 40.68950641]} },
{type: 'Feature',properties:{Name: '4', Address: '89-04 88TH STREET, WOODHAVEN', Month: '1', Price: '1696'}, geometry: { type: 'Point', coordinates:[-73.85526996, 40.68977712]} },
{type: 'Feature',properties:{Name: '4', Address: '89-49 88TH STREET, WOODHAVEN', Month: '3', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.85523399, 40.68973865]} },
{type: 'Feature',properties:{Name: '4', Address: '91-08 89TH AVENUE, WOODHAVEN', Month: '5', Price: '1225'}, geometry: { type: 'Point', coordinates:[-73.85285913, 40.69072375]} },
{type: 'Feature',properties:{Name: '4', Address: '89-22 92 STREET, WOODHAVEN', Month: '4', Price: '1296'}, geometry: { type: 'Point', coordinates:[-73.85205511, 40.69067332]} },
{type: 'Feature',properties:{Name: '4', Address: '89-48 92ND STREET, WOODHAVEN', Month: '2', Price: '2216'}, geometry: { type: 'Point', coordinates:[-73.85204074, 40.6906486]} },
{type: 'Feature',properties:{Name: '4', Address: '96-03 91ST AVENUE, WOODHAVEN', Month: '3', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.8477031, 40.69051119]} },
{type: 'Feature',properties:{Name: '4', Address: '95-18 90TH AVENUE, WOODHAVEN', Month: '10', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.84965696, 40.69075804]} },
{type: 'Feature',properties:{Name: '4', Address: '9420 90TH AVENUE, WOODHAVEN', Month: '6', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.84962449, 40.69076623]} },
{type: 'Feature',properties:{Name: '4', Address: '93-12 90 AVENUE, WOODHAVEN', Month: '12', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.84975439, 40.69073072]} },
{type: 'Feature',properties:{Name: '4', Address: '93-02 90TH AVENUE, WOODHAVEN', Month: '1', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.84992036, 40.69068428]} },
{type: 'Feature',properties:{Name: '4', Address: '9409 90TH AVENUE, WOODHAVEN', Month: '4', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.84982651, 40.69072807]} },
{type: 'Feature',properties:{Name: '4', Address: '9422 89TH AVENUE, WOODHAVEN', Month: '3', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.84984275, 40.69152408]} },
{type: 'Feature',properties:{Name: '4', Address: '91-25 84TH STREET, WOODHAVEN', Month: '5', Price: '1344'}, geometry: { type: 'Point', coordinates:[-73.85787625, 40.68676112]} },
{type: 'Feature',properties:{Name: '4', Address: '85-08 91ST AVENUE, WOODHAVEN', Month: '11', Price: '1404'}, geometry: { type: 'Point', coordinates:[-73.85722861, 40.68779235]} },
{type: 'Feature',properties:{Name: '4', Address: '91-35 85 STREET, WOODHAVEN', Month: '6', Price: '1280'}, geometry: { type: 'Point', coordinates:[-73.85706427, 40.68708125]} },
{type: 'Feature',properties:{Name: '4', Address: '91-57 86TH STREET, WOODHAVEN', Month: '12', Price: '1752'}, geometry: { type: 'Point', coordinates:[-73.85609078, 40.68704984]} },
{type: 'Feature',properties:{Name: '4', Address: '91-57 86TH STREET, WOODHAVEN', Month: '7', Price: '1752'}, geometry: { type: 'Point', coordinates:[-73.85609078, 40.68704984]} },
{type: 'Feature',properties:{Name: '4', Address: '91-55 86TH STREET, WOODHAVEN', Month: '6', Price: '1720'}, geometry: { type: 'Point', coordinates:[-73.85610515, 40.68707456]} },
{type: 'Feature',properties:{Name: '4', Address: '91-41 87TH STREET, WOODHAVEN', Month: '7', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.85532189, 40.68744962]} },
{type: 'Feature',properties:{Name: '4', Address: '91-27 88TH STREET, WOODHAVEN', Month: '2', Price: '1208'}, geometry: { type: 'Point', coordinates:[-73.85456736, 40.68787136]} },
{type: 'Feature',properties:{Name: '4', Address: '91-47 91ST STREET, WOODHAVEN', Month: '5', Price: '1770'}, geometry: { type: 'Point', coordinates:[-73.85190875, 40.68838399]} },
{type: 'Feature',properties:{Name: '4', Address: '91-59 91ST STREET, WOODHAVEN', Month: '8', Price: '1176'}, geometry: { type: 'Point', coordinates:[-73.85183696, 40.68823568]} },
{type: 'Feature',properties:{Name: '4', Address: '92-19 92ND STREET, WOODHAVEN', Month: '3', Price: '1788'}, geometry: { type: 'Point', coordinates:[-73.85099965, 40.68857495]} },
{type: 'Feature',properties:{Name: '4', Address: '94-15 ATLANTIC AVENUE, WOODHAVEN', Month: '7', Price: '1386'}, geometry: { type: 'Point', coordinates:[-73.84847988, 40.6882615]} },
{type: 'Feature',properties:{Name: '4', Address: '91-03 95TH STREET, WOODHAVEN', Month: '3', Price: '1326'}, geometry: { type: 'Point', coordinates:[-73.84874623, 40.69006517]} },
{type: 'Feature',properties:{Name: '4', Address: '84-27 101ST STREET, WOODHAVEN', Month: '10', Price: '2030'}, geometry: { type: 'Point', coordinates:[-73.84769284, 40.69816086]} },
{type: 'Feature',properties:{Name: '4', Address: '85-03 101ST STREET, WOODHAVEN', Month: '12', Price: '1880'}, geometry: { type: 'Point', coordinates:[-73.84729518, 40.69700478]} },
{type: 'Feature',properties:{Name: '4', Address: '85-30 102ND STREET, WOODHAVEN', Month: '8', Price: '2082'}, geometry: { type: 'Point', coordinates:[-73.84635681, 40.69732467]} },
{type: 'Feature',properties:{Name: '4', Address: '85-48 102ND STREET, WOODHAVEN', Month: '6', Price: '2302'}, geometry: { type: 'Point', coordinates:[-73.84619538, 40.69695116]} },
{type: 'Feature',properties:{Name: '4', Address: '100-17 87TH AVENUE, WOODHAVEN', Month: '5', Price: '1856'}, geometry: { type: 'Point', coordinates:[-73.84608662, 40.69407724]} },
{type: 'Feature',properties:{Name: '4', Address: '88-18 102ND STREET, WOODHAVEN', Month: '5', Price: '2140'}, geometry: { type: 'Point', coordinates:[-73.84462376, 40.69354554]} },
{type: 'Feature',properties:{Name: '4', Address: '87-04 102ND STREET, WOODHAVEN', Month: '3', Price: '2100'}, geometry: { type: 'Point', coordinates:[-73.84496831, 40.69425141]} },
{type: 'Feature',properties:{Name: '4', Address: '100-17 88TH AVENUE, WOODHAVEN', Month: '12', Price: '2168'}, geometry: { type: 'Point', coordinates:[-73.84579242, 40.69342359]} },
{type: 'Feature',properties:{Name: '4', Address: '100-17 88TH AVENUE, WOODHAVEN', Month: '5', Price: '2168'}, geometry: { type: 'Point', coordinates:[-73.84579242, 40.69342359]} },
{type: 'Feature',properties:{Name: '4', Address: '100-04 89TH AVENUE, WOODHAVEN', Month: '2', Price: '1820'}, geometry: { type: 'Point', coordinates:[-73.84548383, 40.69276443]} },
{type: 'Feature',properties:{Name: '4', Address: '91-02 102ND STREET, WOODHAVEN', Month: '3', Price: '2080'}, geometry: { type: 'Point', coordinates:[-73.84370856, 40.69168883]} },
{type: 'Feature',properties:{Name: '4', Address: '91-04 102 STREET, WOODHAVEN', Month: '7', Price: '2048'}, geometry: { type: 'Point', coordinates:[-73.84370498, 40.69167785]} },
{type: 'Feature',properties:{Name: '4', Address: '100-21 ATLANTIC AVENUE, WOODHAVEN', Month: '7', Price: '2250'}, geometry: { type: 'Point', coordinates:[-73.84396959, 40.68954826]} },
{type: 'Feature',properties:{Name: '4', Address: '100-05 ATLANTIC AVENUE, WOODHAVEN', Month: '5', Price: '2688'}, geometry: { type: 'Point', coordinates:[-73.84398403, 40.68954279]} },
{type: 'Feature',properties:{Name: '4', Address: '91-01 98TH STREET, WOODHAVEN', Month: '12', Price: '1338'}, geometry: { type: 'Point', coordinates:[-73.84581631, 40.6908902]} },
{type: 'Feature',properties:{Name: '4', Address: '76-41 85TH DRIVE, WOODHAVEN', Month: '11', Price: '2779'}, geometry: { type: 'Point', coordinates:[-73.86536893, 40.69392575]} },
{type: 'Feature',properties:{Name: '4', Address: '76-41 85TH DRIVE, WOODHAVEN', Month: '3', Price: '2779'}, geometry: { type: 'Point', coordinates:[-73.86536893, 40.69392575]} },
{type: 'Feature',properties:{Name: '4', Address: '76-25 85TH DRIVE, WOODHAVEN', Month: '12', Price: '2240'}, geometry: { type: 'Point', coordinates:[-73.86562868, 40.6938739]} },
{type: 'Feature',properties:{Name: '4', Address: '76-28 PARK LANE SOUTH, WOODHAVEN', Month: '3', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.86601905, 40.69521655]} },
{type: 'Feature',properties:{Name: '4', Address: '85-47 79TH STREET, WOODHAVEN', Month: '1', Price: '2200'}, geometry: { type: 'Point', coordinates:[-73.86414198, 40.69435524]} },
{type: 'Feature',properties:{Name: '4', Address: '85-35 80TH STREET, WOODHAVEN', Month: '11', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.86330476, 40.69464245]} },
{type: 'Feature',properties:{Name: '4', Address: '85-63 87 STREET, WOODHAVEN', Month: '10', Price: '2928'}, geometry: { type: 'Point', coordinates:[-73.85791653, 40.69493236]} },
{type: 'Feature',properties:{Name: '4', Address: '85-04 89TH STREET, WOODHAVEN', Month: '6', Price: '2568'}, geometry: { type: 'Point', coordinates:[-73.85622409, 40.69546274]} },
{type: 'Feature',properties:{Name: '4', Address: '84-38 90TH STREET, WOODHAVEN', Month: '12', Price: '2212'}, geometry: { type: 'Point', coordinates:[-73.85556166, 40.69660922]} },
{type: 'Feature',properties:{Name: '4', Address: '94-22 86TH ROAD, WOODHAVEN', Month: '2', Price: '2320'}, geometry: { type: 'Point', coordinates:[-73.85064265, 40.6950247]} },
{type: 'Feature',properties:{Name: '4', Address: '88-30 75TH STREET, WOODHAVEN', Month: '1', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.86584149, 40.68847518]} },
{type: 'Feature',properties:{Name: '4', Address: '76-03 88TH AVENUE, WOODHAVEN', Month: '4', Price: '2394'}, geometry: { type: 'Point', coordinates:[-73.86499565, 40.68949799]} },
{type: 'Feature',properties:{Name: '4', Address: '78-22 87TH ROAD, WOODHAVEN', Month: '7', Price: '2742'}, geometry: { type: 'Point', coordinates:[-73.86324468, 40.69052796]} },
{type: 'Feature',properties:{Name: '4', Address: '87-18 80TH STREET, WOODHAVEN', Month: '8', Price: '4125'}, geometry: { type: 'Point', coordinates:[-73.86187357, 40.69094078]} },
{type: 'Feature',properties:{Name: '4', Address: '86-73 78TH STREET, WOODHAVEN', Month: '5', Price: '2660'}, geometry: { type: 'Point', coordinates:[-73.86376893, 40.69161277]} },
{type: 'Feature',properties:{Name: '4', Address: '80-11 87TH ROAD, WOODHAVEN', Month: '1', Price: '2184'}, geometry: { type: 'Point', coordinates:[-73.86109495, 40.69081084]} },
{type: 'Feature',properties:{Name: '4', Address: '87-87 94TH STREET, WOODHAVEN', Month: '12', Price: '2450'}, geometry: { type: 'Point', coordinates:[-73.85108612, 40.69345252]} },
{type: 'Feature',properties:{Name: '4', Address: '87-76 96TH STREET, WOODHAVEN', Month: '7', Price: '2953'}, geometry: { type: 'Point', coordinates:[-73.84933247, 40.69393058]} },
{type: 'Feature',properties:{Name: '4', Address: '87-80 96TH STREET, WOODHAVEN', Month: '4', Price: '2904'}, geometry: { type: 'Point', coordinates:[-73.84933248, 40.69392509]} },
{type: 'Feature',properties:{Name: '4', Address: '87-80 96TH STREET, WOODHAVEN', Month: '5', Price: '2904'}, geometry: { type: 'Point', coordinates:[-73.84933248, 40.69392509]} },
{type: 'Feature',properties:{Name: '4', Address: '87-77 96TH STREET, WOODHAVEN', Month: '11', Price: '2700'}, geometry: { type: 'Point', coordinates:[-73.84931443, 40.69393604]} },
{type: 'Feature',properties:{Name: '4', Address: '91-14 75TH STREET, WOODHAVEN', Month: '11', Price: '2935'}, geometry: { type: 'Point', coordinates:[-73.86519092, 40.68565828]} },
{type: 'Feature',properties:{Name: '4', Address: '7412 ROCKAWAY BLVD, WOODHAVEN', Month: '10', Price: '2088'}, geometry: { type: 'Point', coordinates:[-73.86571297, 40.68604316]} },
{type: 'Feature',properties:{Name: '4', Address: '90-28 77TH STREET, WOODHAVEN', Month: '3', Price: '1892'}, geometry: { type: 'Point', coordinates:[-73.86372025, 40.68720461]} },
{type: 'Feature',properties:{Name: '4', Address: '91-10 98TH STREET, WOODHAVEN', Month: '9', Price: '1842'}, geometry: { type: 'Point', coordinates:[-73.84577336, 40.6907529]} },
{type: 'Feature',properties:{Name: '4', Address: '88TH STREET, WOODHAVEN', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8556553, 40.69000542]} },
{type: 'Feature',properties:{Name: '4', Address: '88TH STREET, WOODHAVEN', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8556553, 40.69000542]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 90TH AVENUE, WOODHAVEN', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85928247, 40.68847833]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 90TH AVENUE, WOODHAVEN', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85928247, 40.68847833]} },
{type: 'Feature',properties:{Name: '4', Address: '93-17 86TH DRIVE, WOODHAVEN', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.85187783, 40.6941864]} },
{type: 'Feature',properties:{Name: '4', Address: '86-39 90TH STREET, WOODHAVEN', Month: '11', Price: '13600'}, geometry: { type: 'Point', coordinates:[-73.85489705, 40.69378127]} },
{type: 'Feature',properties:{Name: '4', Address: '84-19 90TH STREET, WOODHAVEN', Month: '12', Price: '2116'}, geometry: { type: 'Point', coordinates:[-73.85558288, 40.69680413]} },
{type: 'Feature',properties:{Name: '4', Address: '91-13 89 STREET, WOODHAVEN', Month: '6', Price: '2052'}, geometry: { type: 'Point', coordinates:[-73.85379844, 40.68827661]} },
{type: 'Feature',properties:{Name: '4', Address: '86-22 102ND STREET, WOODHAVEN', Month: '10', Price: '5850'}, geometry: { type: 'Point', coordinates:[-73.84563934, 40.69568508]} },
{type: 'Feature',properties:{Name: '4', Address: '90-06 102ND STREET, WOODHAVEN', Month: '3', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.84402082, 40.69231506]} },
{type: 'Feature',properties:{Name: '4', Address: '86-02 PARK LANE SOUTH, WOODHAVEN', Month: '3', Price: '46500'}, geometry: { type: 'Point', coordinates:[-73.85912473, 40.69657796]} },
{type: 'Feature',properties:{Name: '4', Address: '91-48 88TH ROAD, WOODHAVEN', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.8519953, 40.69162842]} },
{type: 'Feature',properties:{Name: '4', Address: '84-10 101ST STREET, WOODHAVEN', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84808577, 40.69823274]} },
{type: 'Feature',properties:{Name: '4', Address: '84-10 101ST STREET, WOODHAVEN', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.84808577, 40.69823274]} },
{type: 'Feature',properties:{Name: '4', Address: '95-29 JAMAICA AVENUE, WOODHAVEN', Month: '7', Price: '2120'}, geometry: { type: 'Point', coordinates:[-73.84946833, 40.69444952]} },
{type: 'Feature',properties:{Name: '4', Address: '84-28 JAMAICA AVENUE, WOODHAVEN', Month: '12', Price: '4125'}, geometry: { type: 'Point', coordinates:[-73.85938942, 40.69247759]} },
{type: 'Feature',properties:{Name: '4', Address: '94-20 JAMAICA AVENUE, WOODHAVEN', Month: '6', Price: '4120'}, geometry: { type: 'Point', coordinates:[-73.85090797, 40.69410006]} },
{type: 'Feature',properties:{Name: '4', Address: '95-04 JAMAICA AVENUE, WOODHAVEN', Month: '5', Price: '3081'}, geometry: { type: 'Point', coordinates:[-73.85031621, 40.69425574]} },
{type: 'Feature',properties:{Name: '4', Address: '95-14 JAMAICA AVENUE, WOODHAVEN', Month: '6', Price: '3147'}, geometry: { type: 'Point', coordinates:[-73.85025127, 40.69426938]} },
{type: 'Feature',properties:{Name: '4', Address: '87-01 ATLANTIC AVENUE, WOODHAVEN', Month: '3', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.85471821, 40.68649093]} },
{type: 'Feature',properties:{Name: '4', Address: '90-02 91 AVE, WOODHAVEN', Month: '6', Price: '2188'}, geometry: { type: 'Point', coordinates:[-73.85305769, 40.68898108]} },
{type: 'Feature',properties:{Name: '4', Address: '90-11 JAMAICA AVENUE, WOODHAVEN', Month: '7', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.85449512, 40.69288872]} },
{type: 'Feature',properties:{Name: '4', Address: '90-09 JAMAICA AVENUE, WOODHAVEN', Month: '11', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.85450955, 40.69288324]} },
{type: 'Feature',properties:{Name: '4', Address: '90-09 JAMAICA AVENUE, WOODHAVEN', Month: '7', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.85450955, 40.69288324]} },
{type: 'Feature',properties:{Name: '4', Address: '92-06/08 JAMAICA AVENUE, WOODHAVEN', Month: '8', Price: '7760'}, geometry: { type: 'Point', coordinates:[-73.85287536, 40.69317211]} },
{type: 'Feature',properties:{Name: '4', Address: '75-10 ROCKAWAY BOULEVARD, WOODHAVEN', Month: '8', Price: '13423'}, geometry: { type: 'Point', coordinates:[-73.8650247, 40.68583376]} },
{type: 'Feature',properties:{Name: '4', Address: '91-57 98TH STREET, WOODHAVEN', Month: '8', Price: '700'}, geometry: { type: 'Point', coordinates:[-73.84544661, 40.69015136]} },
{type: 'Feature',properties:{Name: '4', Address: '56-31 30TH AVENUE, WOODSIDE', Month: '6', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.90535783, 40.75958177]} },
{type: 'Feature',properties:{Name: '4', Address: '28-31 56TH PLACE, WOODSIDE', Month: '5', Price: '1627'}, geometry: { type: 'Point', coordinates:[-73.90483602, 40.76099214]} },
{type: 'Feature',properties:{Name: '4', Address: '28-05 56TH PLACE, WOODSIDE', Month: '3', Price: '1627'}, geometry: { type: 'Point', coordinates:[-73.90482516, 40.76101958]} },
{type: 'Feature',properties:{Name: '4', Address: '31-16 55TH STREET, WOODSIDE', Month: '1', Price: '1116'}, geometry: { type: 'Point', coordinates:[-73.90635855, 40.75642064]} },
{type: 'Feature',properties:{Name: '4', Address: '31-38 55TH STREET, WOODSIDE', Month: '9', Price: '1116'}, geometry: { type: 'Point', coordinates:[-73.90629766, 40.75608299]} },
{type: 'Feature',properties:{Name: '4', Address: '31-34 56TH STREET, WOODSIDE', Month: '9', Price: '1292'}, geometry: { type: 'Point', coordinates:[-73.90541673, 40.75623323]} },
{type: 'Feature',properties:{Name: '4', Address: '32-23 51ST STREET, WOODSIDE', Month: '2', Price: '1933'}, geometry: { type: 'Point', coordinates:[-73.90865987, 40.75491288]} },
{type: 'Feature',properties:{Name: '4', Address: '32-06 53RD PLACE, WOODSIDE', Month: '3', Price: '1080'}, geometry: { type: 'Point', coordinates:[-73.90795572, 40.75514287]} },
{type: 'Feature',properties:{Name: '4', Address: '32-06 53RD PLACE, WOODSIDE', Month: '3', Price: '1080'}, geometry: { type: 'Point', coordinates:[-73.90795572, 40.75514287]} },
{type: 'Feature',properties:{Name: '4', Address: '32-18 53RD PLACE, WOODSIDE', Month: '4', Price: '1080'}, geometry: { type: 'Point', coordinates:[-73.9078769, 40.75471463]} },
{type: 'Feature',properties:{Name: '4', Address: '32-44 53RD PLACE, WOODSIDE', Month: '2', Price: '1080'}, geometry: { type: 'Point', coordinates:[-73.90778374, 40.75422325]} },
{type: 'Feature',properties:{Name: '4', Address: '32-46 53RD PLACE, WOODSIDE', Month: '6', Price: '1080'}, geometry: { type: 'Point', coordinates:[-73.90777657, 40.75418481]} },
{type: 'Feature',properties:{Name: '4', Address: '32-13 53 PLACE, WOODSIDE', Month: '7', Price: '1080'}, geometry: { type: 'Point', coordinates:[-73.90787674, 40.75482991]} },
{type: 'Feature',properties:{Name: '4', Address: '32-14 56TH STREET, WOODSIDE', Month: '10', Price: '1360'}, geometry: { type: 'Point', coordinates:[-73.90520539, 40.75509398]} },
{type: 'Feature',properties:{Name: '4', Address: '33-41 60TH STREET, WOODSIDE', Month: '8', Price: '1584'}, geometry: { type: 'Point', coordinates:[-73.90224586, 40.75249772]} },
{type: 'Feature',properties:{Name: '4', Address: '33-15 60TH ST, WOODSIDE', Month: '3', Price: '1584'}, geometry: { type: 'Point', coordinates:[-73.90238185, 40.75328833]} },
{type: 'Feature',properties:{Name: '4', Address: '34-14 61ST STREET, WOODSIDE', Month: '12', Price: '1200'}, geometry: { type: 'Point', coordinates:[-73.90080701, 40.75165111]} },
{type: 'Feature',properties:{Name: '4', Address: '34-32 62ND STREET, WOODSIDE', Month: '9', Price: '1224'}, geometry: { type: 'Point', coordinates:[-73.89979333, 40.75130165]} },
{type: 'Feature',properties:{Name: '4', Address: '34-54 65TH STREET, WOODSIDE', Month: '2', Price: '1320'}, geometry: { type: 'Point', coordinates:[-73.89782334, 40.75087723]} },
{type: 'Feature',properties:{Name: '4', Address: '53-23 37TH ROAD, WOODSIDE', Month: '3', Price: '1806'}, geometry: { type: 'Point', coordinates:[-73.90909844, 40.75093059]} },
{type: 'Feature',properties:{Name: '4', Address: '37-38 62ND STREET, WOODSIDE', Month: '8', Price: '1264'}, geometry: { type: 'Point', coordinates:[-73.90077157, 40.74879105]} },
{type: 'Feature',properties:{Name: '4', Address: '6201 39 AVE, WOODSIDE', Month: '11', Price: '2000'}, geometry: { type: 'Point', coordinates:[-73.90146372, 40.74688404]} },
{type: 'Feature',properties:{Name: '4', Address: '37-69 62ND STREET, WOODSIDE', Month: '12', Price: '1104'}, geometry: { type: 'Point', coordinates:[-73.90076803, 40.74874439]} },
{type: 'Feature',properties:{Name: '4', Address: '37-09 63RD STREET, WOODSIDE', Month: '11', Price: '1245'}, geometry: { type: 'Point', coordinates:[-73.89984071, 40.74860086]} },
{type: 'Feature',properties:{Name: '4', Address: '39-15 55TH STREET, WOODSIDE', Month: '11', Price: '1232'}, geometry: { type: 'Point', coordinates:[-73.90821442, 40.74813574]} },
{type: 'Feature',properties:{Name: '4', Address: '39-24 57TH STREET, WOODSIDE', Month: '6', Price: '1476'}, geometry: { type: 'Point', coordinates:[-73.90658054, 40.74740981]} },
{type: 'Feature',properties:{Name: '4', Address: '69-06 38TH AVENUE, WOODSIDE', Month: '12', Price: '1022'}, geometry: { type: 'Point', coordinates:[-73.89629547, 40.74699753]} },
{type: 'Feature',properties:{Name: '4', Address: '69-06 38TH AVENUE, WOODSIDE', Month: '7', Price: '1022'}, geometry: { type: 'Point', coordinates:[-73.89629547, 40.74699753]} },
{type: 'Feature',properties:{Name: '4', Address: '41-30 66TH STREET, WOODSIDE', Month: '3', Price: '1948'}, geometry: { type: 'Point', coordinates:[-73.89798533, 40.7440896]} },
{type: 'Feature',properties:{Name: '4', Address: '54-21 ROOSEVELT AVENUE, WOODSIDE', Month: '4', Price: '1398'}, geometry: { type: 'Point', coordinates:[-73.91026523, 40.74481895]} },
{type: 'Feature',properties:{Name: '4', Address: '43-05 53RD STREET, WOODSIDE', Month: '1', Price: '1400'}, geometry: { type: 'Point', coordinates:[-73.91156534, 40.74413102]} },
{type: 'Feature',properties:{Name: '4', Address: '43-06 55TH STREET, WOODSIDE', Month: '10', Price: '2292'}, geometry: { type: 'Point', coordinates:[-73.90969914, 40.74444248]} },
{type: 'Feature',properties:{Name: '4', Address: '43-03 55TH STREET, WOODSIDE', Month: '7', Price: '1148'}, geometry: { type: 'Point', coordinates:[-73.90966296, 40.74451381]} },
{type: 'Feature',properties:{Name: '4', Address: '43-01 55 STREET, WOODSIDE', Month: '11', Price: '1352'}, geometry: { type: 'Point', coordinates:[-73.90965569, 40.74454949]} },
{type: 'Feature',properties:{Name: '4', Address: '41-45 57TH STREET, WOODSIDE', Month: '2', Price: '3149'}, geometry: { type: 'Point', coordinates:[-73.90770276, 40.74494044]} },
{type: 'Feature',properties:{Name: '4', Address: '59-17 41ST AVENUE, WOODSIDE', Month: '12', Price: '1252'}, geometry: { type: 'Point', coordinates:[-73.90553823, 40.74437052]} },
{type: 'Feature',properties:{Name: '4', Address: '59-22 41ST AVENUE, WOODSIDE', Month: '12', Price: '1588'}, geometry: { type: 'Point', coordinates:[-73.90471572, 40.7441585]} },
{type: 'Feature',properties:{Name: '4', Address: '58-20 41ST DRIVE, WOODSIDE', Month: '3', Price: '1314'}, geometry: { type: 'Point', coordinates:[-73.90650952, 40.74400901]} },
{type: 'Feature',properties:{Name: '4', Address: '58-14 41ST DRIVE, WOODSIDE', Month: '6', Price: '1314'}, geometry: { type: 'Point', coordinates:[-73.90652034, 40.74401176]} },
{type: 'Feature',properties:{Name: '4', Address: '58-41 41ST DRIVE, WOODSIDE', Month: '3', Price: '1190'}, geometry: { type: 'Point', coordinates:[-73.90646981, 40.74401721]} },
{type: 'Feature',properties:{Name: '4', Address: '44-51 64TH STREET, WOODSIDE', Month: '9', Price: '986'}, geometry: { type: 'Point', coordinates:[-73.9016786, 40.74067285]} },
{type: 'Feature',properties:{Name: '4', Address: '48-36 58TH PLACE, WOODSIDE', Month: '8', Price: '1944'}, geometry: { type: 'Point', coordinates:[-73.90850637, 40.73790628]} },
{type: 'Feature',properties:{Name: '4', Address: '31-23 56TH STREET, WOODSIDE', Month: '6', Price: '1152'}, geometry: { type: 'Point', coordinates:[-73.90543446, 40.75645831]} },
{type: 'Feature',properties:{Name: '4', Address: '53-08 32ND AVENUE, WOODSIDE', Month: '5', Price: '1600'}, geometry: { type: 'Point', coordinates:[-73.90779661, 40.75535684]} },
{type: 'Feature',properties:{Name: '4', Address: '32-53 58TH STREET, WOODSIDE', Month: '11', Price: '1352'}, geometry: { type: 'Point', coordinates:[-73.90317382, 40.75472175]} },
{type: 'Feature',properties:{Name: '4', Address: '32-49 60TH STREET, WOODSIDE', Month: '4', Price: '1504'}, geometry: { type: 'Point', coordinates:[-73.90230372, 40.75487747]} },
{type: 'Feature',properties:{Name: '4', Address: '58-13 34TH AVENUE, WOODSIDE', Month: '3', Price: '1980'}, geometry: { type: 'Point', coordinates:[-73.90333678, 40.75186461]} },
{type: 'Feature',properties:{Name: '4', Address: '33-48 59TH STREET, WOODSIDE', Month: '9', Price: '2280'}, geometry: { type: 'Point', coordinates:[-73.90243389, 40.75225909]} },
{type: 'Feature',properties:{Name: '4', Address: '34-16 61ST STREET, WOODSIDE', Month: '5', Price: '1184'}, geometry: { type: 'Point', coordinates:[-73.90079986, 40.75160444]} },
{type: 'Feature',properties:{Name: '4', Address: '34-44 62ND STREET, WOODSIDE', Month: '1', Price: '1617'}, geometry: { type: 'Point', coordinates:[-73.89987353, 40.75077198]} },
{type: 'Feature',properties:{Name: '4', Address: '34-45 62ND STREET, WOODSIDE', Month: '7', Price: '1248'}, geometry: { type: 'Point', coordinates:[-73.89970009, 40.75090632]} },
{type: 'Feature',properties:{Name: '4', Address: '34-08 57TH STREET, WOODSIDE', Month: '2', Price: '2310'}, geometry: { type: 'Point', coordinates:[-73.904553, 40.75193424]} },
{type: 'Feature',properties:{Name: '4', Address: '61-11 37TH AVENUE, WOODSIDE', Month: '10', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.90141668, 40.74940917]} },
{type: 'Feature',properties:{Name: '4', Address: '35-17 62ND STREET, WOODSIDE', Month: '10', Price: '2560'}, geometry: { type: 'Point', coordinates:[-73.90027556, 40.74983637]} },
{type: 'Feature',properties:{Name: '4', Address: '35-17 62ND STREET, WOODSIDE', Month: '8', Price: '2560'}, geometry: { type: 'Point', coordinates:[-73.90027556, 40.74983637]} },
{type: 'Feature',properties:{Name: '4', Address: '37-32 61ST STREET, WOODSIDE', Month: '7', Price: '1526'}, geometry: { type: 'Point', coordinates:[-73.9019734, 40.74878933]} },
{type: 'Feature',properties:{Name: '4', Address: '37-18 62ND STREET, WOODSIDE', Month: '3', Price: '2052'}, geometry: { type: 'Point', coordinates:[-73.90075708, 40.74882123]} },
{type: 'Feature',properties:{Name: '4', Address: '37-43 62ND STREET, WOODSIDE', Month: '11', Price: '2140'}, geometry: { type: 'Point', coordinates:[-73.90075354, 40.74878006]} },
{type: 'Feature',properties:{Name: '4', Address: '37-14 63RD STREET, WOODSIDE', Month: '7', Price: '2320'}, geometry: { type: 'Point', coordinates:[-73.89986598, 40.74859539]} },
{type: 'Feature',properties:{Name: '4', Address: '37-58 64TH STREET, WOODSIDE', Month: '4', Price: '3246'}, geometry: { type: 'Point', coordinates:[-73.89900746, 40.74830095]} },
{type: 'Feature',properties:{Name: '4', Address: '37-42 65TH STREET, WOODSIDE', Month: '9', Price: '2064'}, geometry: { type: 'Point', coordinates:[-73.89842417, 40.74739467]} },
{type: 'Feature',properties:{Name: '4', Address: '65-28 38TH AVENUE, WOODSIDE', Month: '5', Price: '1720'}, geometry: { type: 'Point', coordinates:[-73.89768139, 40.74695485]} },
{type: 'Feature',properties:{Name: '4', Address: '39-24 56TH STREET, WOODSIDE', Month: '7', Price: '3042'}, geometry: { type: 'Point', coordinates:[-73.90746079, 40.74766029]} },
{type: 'Feature',properties:{Name: '4', Address: '39-26 56TH STREET, WOODSIDE', Month: '1', Price: '3012'}, geometry: { type: 'Point', coordinates:[-73.90747527, 40.74762737]} },
{type: 'Feature',properties:{Name: '4', Address: '39-44 57TH STREET, WOODSIDE', Month: '6', Price: '2072'}, geometry: { type: 'Point', coordinates:[-73.90672534, 40.74709154]} },
{type: 'Feature',properties:{Name: '4', Address: '62-10 39TH AVENUE, WOODSIDE', Month: '8', Price: '2400'}, geometry: { type: 'Point', coordinates:[-73.90140603, 40.74685106]} },
{type: 'Feature',properties:{Name: '4', Address: '69-13 38TH AVENUE, WOODSIDE', Month: '5', Price: '2364'}, geometry: { type: 'Point', coordinates:[-73.89625935, 40.74701397]} },
{type: 'Feature',properties:{Name: '4', Address: '39-55 63RD STREET, WOODSIDE', Month: '3', Price: '1760'}, geometry: { type: 'Point', coordinates:[-73.9012674, 40.74541818]} },
{type: 'Feature',properties:{Name: '4', Address: '39-64 64TH STREET, WOODSIDE', Month: '11', Price: '2088'}, geometry: { type: 'Point', coordinates:[-73.90060799, 40.74473417]} },
{type: 'Feature',properties:{Name: '4', Address: '39-57 64TH STREET, WOODSIDE', Month: '9', Price: '2112'}, geometry: { type: 'Point', coordinates:[-73.9005284, 40.7448631]} },
{type: 'Feature',properties:{Name: '4', Address: '64-09 WOODSIDE AVENUE, WOODSIDE', Month: '7', Price: '2120'}, geometry: { type: 'Point', coordinates:[-73.90073176, 40.74402064]} },
{type: 'Feature',properties:{Name: '4', Address: '39-58 65TH PLACE, WOODSIDE', Month: '1', Price: '1856'}, geometry: { type: 'Point', coordinates:[-73.89881846, 40.74442245]} },
{type: 'Feature',properties:{Name: '4', Address: '39-66 65TH PLACE, WOODSIDE', Month: '5', Price: '2784'}, geometry: { type: 'Point', coordinates:[-73.89881847, 40.74441971]} },
{type: 'Feature',properties:{Name: '4', Address: '40-21 68TH STREET, WOODSIDE', Month: '5', Price: '1497'}, geometry: { type: 'Point', coordinates:[-73.89712025, 40.74575215]} },
{type: 'Feature',properties:{Name: '4', Address: '40-14 69TH STREET, WOODSIDE', Month: '12', Price: '2750'}, geometry: { type: 'Point', coordinates:[-73.89625028, 40.74588861]} },
{type: 'Feature',properties:{Name: '4', Address: '40-54 70TH STREET, WOODSIDE', Month: '3', Price: '1384'}, geometry: { type: 'Point', coordinates:[-73.89525485, 40.74548423]} },
{type: 'Feature',properties:{Name: '4', Address: '41-10 69TH STREET, WOODSIDE', Month: '6', Price: '2204'}, geometry: { type: 'Point', coordinates:[-73.8959353, 40.74421952]} },
{type: 'Feature',properties:{Name: '4', Address: '41-40 52ND STREET, WOODSIDE', Month: '11', Price: '1896'}, geometry: { type: 'Point', coordinates:[-73.91220219, 40.74558348]} },
{type: 'Feature',properties:{Name: '4', Address: '51-27 43RD AVENUE, WOODSIDE', Month: '4', Price: '1854'}, geometry: { type: 'Point', coordinates:[-73.91329014, 40.74430525]} },
{type: 'Feature',properties:{Name: '4', Address: '51-07 43RD AVENUE, WOODSIDE', Month: '9', Price: '3456'}, geometry: { type: 'Point', coordinates:[-73.91346694, 40.74433283]} },
{type: 'Feature',properties:{Name: '4', Address: '43-13 52ND STREET, WOODSIDE', Month: '11', Price: '1190'}, geometry: { type: 'Point', coordinates:[-73.91254375, 40.74381338]} },
{type: 'Feature',properties:{Name: '4', Address: '43-13 52ND STREET, WOODSIDE', Month: '2', Price: '1190'}, geometry: { type: 'Point', coordinates:[-73.91254375, 40.74381338]} },
{type: 'Feature',properties:{Name: '4', Address: '43-08 53RD STREET, WOODSIDE', Month: '5', Price: '2020'}, geometry: { type: 'Point', coordinates:[-73.9116015, 40.7440789]} },
{type: 'Feature',properties:{Name: '4', Address: '41-49 54TH STREET, WOODSIDE', Month: '6', Price: '1226'}, geometry: { type: 'Point', coordinates:[-73.91068859, 40.74397938]} },
{type: 'Feature',properties:{Name: '4', Address: '41-33 55TH STREET, WOODSIDE', Month: '4', Price: '2650'}, geometry: { type: 'Point', coordinates:[-73.90973561, 40.74416254]} },
{type: 'Feature',properties:{Name: '4', Address: '55-12 ROOSEVELT AVENUE, WOODSIDE', Month: '6', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.9093592, 40.7449692]} },
{type: 'Feature',properties:{Name: '4', Address: '4146A 56TH STREET, WOODSIDE', Month: '5', Price: '2473'}, geometry: { type: 'Point', coordinates:[-73.90917673, 40.74380528]} },
{type: 'Feature',properties:{Name: '4', Address: '41-30 57TH STREET, WOODSIDE', Month: '4', Price: '2300'}, geometry: { type: 'Point', coordinates:[-73.90772077, 40.74495967]} },
{type: 'Feature',properties:{Name: '4', Address: '40-32 58TH STREET, WOODSIDE', Month: '9', Price: '2132'}, geometry: { type: 'Point', coordinates:[-73.90667749, 40.7451839]} },
{type: 'Feature',properties:{Name: '4', Address: '40-35 60TH STREET, WOODSIDE', Month: '8', Price: '1890'}, geometry: { type: 'Point', coordinates:[-73.90438032, 40.74399902]} },
{type: 'Feature',properties:{Name: '4', Address: '40-34 61ST STREET, WOODSIDE', Month: '10', Price: '2630'}, geometry: { type: 'Point', coordinates:[-73.90335114, 40.74445928]} },
{type: 'Feature',properties:{Name: '4', Address: '41-51 63RD STREET, WOODSIDE', Month: '11', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.90184829, 40.74306917]} },
{type: 'Feature',properties:{Name: '4', Address: '42-19 64TH STREET, WOODSIDE', Month: '6', Price: '2800'}, geometry: { type: 'Point', coordinates:[-73.9010222, 40.74285162]} },
{type: 'Feature',properties:{Name: '4', Address: '65-48 WOODSIDE AVENUE, WOODSIDE', Month: '9', Price: '3400'}, geometry: { type: 'Point', coordinates:[-73.89875866, 40.74340135]} },
{type: 'Feature',properties:{Name: '4', Address: '47-49 48TH STREET, WOODSIDE', Month: '11', Price: '2680'}, geometry: { type: 'Point', coordinates:[-73.91741674, 40.74003196]} },
{type: 'Feature',properties:{Name: '4', Address: '48-13 59TH STREET, WOODSIDE', Month: '10', Price: '1920'}, geometry: { type: 'Point', coordinates:[-73.90647052, 40.73837125]} },
{type: 'Feature',properties:{Name: '4', Address: '48-15 59TH PLACE, WOODSIDE', Month: '12', Price: '1680'}, geometry: { type: 'Point', coordinates:[-73.90552501, 40.73842263]} },
{type: 'Feature',properties:{Name: '4', Address: '48-32 58TH PLACE, WOODSIDE', Month: '9', Price: '1970'}, geometry: { type: 'Point', coordinates:[-73.90850998, 40.73790628]} },
{type: 'Feature',properties:{Name: '4', Address: '44-15 65TH STREET, WOODSIDE', Month: '7', Price: '1394'}, geometry: { type: 'Point', coordinates:[-73.90069024, 40.74039753]} },
{type: 'Feature',properties:{Name: '4', Address: '44-11 65TH STREET, WOODSIDE', Month: '6', Price: '1500'}, geometry: { type: 'Point', coordinates:[-73.90066846, 40.74048809]} },
{type: 'Feature',properties:{Name: '4', Address: '52-27 39TH AVENUE, WOODSIDE', Month: '9', Price: '2740'}, geometry: { type: 'Point', coordinates:[-73.9111768, 40.74863486]} },
{type: 'Feature',properties:{Name: '4', Address: '53-11 32ND AVENUE, WOODSIDE', Month: '12', Price: '3232'}, geometry: { type: 'Point', coordinates:[-73.90778575, 40.75537604]} },
{type: 'Feature',properties:{Name: '4', Address: '55-02 31 AVE, WOODSIDE', Month: '8', Price: '2836'}, geometry: { type: 'Point', coordinates:[-73.90632151, 40.75709033]} },
{type: 'Feature',properties:{Name: '4', Address: '32-16 56TH STREET, WOODSIDE', Month: '1', Price: '2680'}, geometry: { type: 'Point', coordinates:[-73.90519465, 40.75503359]} },
{type: 'Feature',properties:{Name: '4', Address: '32-39 55TH STREET, WOODSIDE', Month: '12', Price: '2140'}, geometry: { type: 'Point', coordinates:[-73.90601098, 40.75461431]} },
{type: 'Feature',properties:{Name: '4', Address: '32-22 56TH STREET, WOODSIDE', Month: '11', Price: '2535'}, geometry: { type: 'Point', coordinates:[-73.90516242, 40.7548579]} },
{type: 'Feature',properties:{Name: '4', Address: '32-38 58TH STREET, WOODSIDE', Month: '7', Price: '3510'}, geometry: { type: 'Point', coordinates:[-73.90323488, 40.7549304]} },
{type: 'Feature',properties:{Name: '4', Address: '34-25 62ND STREET, WOODSIDE', Month: '11', Price: '2320'}, geometry: { type: 'Point', coordinates:[-73.89980747, 40.75150477]} },
{type: 'Feature',properties:{Name: '4', Address: '34-33 59TH STREET, WOODSIDE', Month: '5', Price: '2650'}, geometry: { type: 'Point', coordinates:[-73.90285403, 40.75125761]} },
{type: 'Feature',properties:{Name: '4', Address: '34-62 60TH STREET, WOODSIDE', Month: '8', Price: '3400'}, geometry: { type: 'Point', coordinates:[-73.90208593, 40.75080408]} },
{type: 'Feature',properties:{Name: '4', Address: '6117 37TH AVENUE, WOODSIDE', Month: '8', Price: '2160'}, geometry: { type: 'Point', coordinates:[-73.90136978, 40.74939815]} },
{type: 'Feature',properties:{Name: '4', Address: '35-35 63RD STREET, WOODSIDE', Month: '5', Price: '2600'}, geometry: { type: 'Point', coordinates:[-73.89947858, 40.74941024]} },
{type: 'Feature',properties:{Name: '4', Address: '38-16 54 STREET, WOODSIDE', Month: '6', Price: '2740'}, geometry: { type: 'Point', coordinates:[-73.90853716, 40.7496511]} },
{type: 'Feature',properties:{Name: '4', Address: '37-48 60TH STREET, WOODSIDE', Month: '6', Price: '2810'}, geometry: { type: 'Point', coordinates:[-73.90296585, 40.74882311]} },
{type: 'Feature',properties:{Name: '4', Address: '39-24 58TH STREET, WOODSIDE', Month: '10', Price: '2859'}, geometry: { type: 'Point', coordinates:[-73.90570388, 40.7471703]} },
{type: 'Feature',properties:{Name: '4', Address: '39-54 64TH STREET, WOODSIDE', Month: '8', Price: '2138'}, geometry: { type: 'Point', coordinates:[-73.90051385, 40.74494543]} },
{type: 'Feature',properties:{Name: '4', Address: '40-48 68TH STREET, WOODSIDE', Month: '12', Price: '3795'}, geometry: { type: 'Point', coordinates:[-73.89707746, 40.74541725]} },
{type: 'Feature',properties:{Name: '4', Address: '40-48 68TH STREET, WOODSIDE', Month: '4', Price: '3795'}, geometry: { type: 'Point', coordinates:[-73.89707746, 40.74541725]} },
{type: 'Feature',properties:{Name: '4', Address: '40-46 70TH STREET, WOODSIDE', Month: '2', Price: '3880'}, geometry: { type: 'Point', coordinates:[-73.89527273, 40.7455858]} },
{type: 'Feature',properties:{Name: '4', Address: '41-61 53 STREET, WOODSIDE', Month: '7', Price: '3160'}, geometry: { type: 'Point', coordinates:[-73.91161255, 40.74390599]} },
{type: 'Feature',properties:{Name: '4', Address: '59-25 41ST AVENUE, WOODSIDE', Month: '6', Price: '2860'}, geometry: { type: 'Point', coordinates:[-73.90545165, 40.74434849]} },
{type: 'Feature',properties:{Name: '4', Address: '40-22 60TH STREET, WOODSIDE', Month: '6', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.904473, 40.74480331]} },
{type: 'Feature',properties:{Name: '4', Address: '43-09 58TH STREET, WOODSIDE', Month: '12', Price: '3328'}, geometry: { type: 'Point', coordinates:[-73.90718568, 40.7430681]} },
{type: 'Feature',properties:{Name: '4', Address: '43-09 58TH STREET, WOODSIDE', Month: '12', Price: '3328'}, geometry: { type: 'Point', coordinates:[-73.90718568, 40.7430681]} },
{type: 'Feature',properties:{Name: '4', Address: '58-28 43RD AVENUE, WOODSIDE', Month: '7', Price: '2565'}, geometry: { type: 'Point', coordinates:[-73.90667675, 40.74313905]} },
{type: 'Feature',properties:{Name: '4', Address: '41-24 63RD STREET, WOODSIDE', Month: '8', Price: '2840'}, geometry: { type: 'Point', coordinates:[-73.9017359, 40.74341765]} },
{type: 'Feature',properties:{Name: '4', Address: '60-12 43RD AVENUE, WOODSIDE', Month: '2', Price: '3300'}, geometry: { type: 'Point', coordinates:[-73.90373626, 40.74267277]} },
{type: 'Feature',properties:{Name: '4', Address: '42-46 64TH STREET, WOODSIDE', Month: '10', Price: '3420'}, geometry: { type: 'Point', coordinates:[-73.90108383, 40.74266503]} },
{type: 'Feature',properties:{Name: '4', Address: '65-04 WOODSIDE AVENUE, WOODSIDE', Month: '2', Price: '2940'}, geometry: { type: 'Point', coordinates:[-73.89979396, 40.74368497]} },
{type: 'Feature',properties:{Name: '4', Address: '42-02 65TH PLACE, WOODSIDE', Month: '11', Price: '3168'}, geometry: { type: 'Point', coordinates:[-73.89912333, 40.74328639]} },
{type: 'Feature',properties:{Name: '4', Address: '42-10 66TH STREET, WOODSIDE', Month: '10', Price: '3600'}, geometry: { type: 'Point', coordinates:[-73.89821454, 40.74287388]} },
{type: 'Feature',properties:{Name: '4', Address: '42-18 66TH STREET, WOODSIDE', Month: '11', Price: '2850'}, geometry: { type: 'Point', coordinates:[-73.89824727, 40.74270922]} },
{type: 'Feature',properties:{Name: '4', Address: '42-18 66TH STREET, WOODSIDE', Month: '7', Price: '2850'}, geometry: { type: 'Point', coordinates:[-73.89824727, 40.74270922]} },
{type: 'Feature',properties:{Name: '4', Address: '42-18 66TH STREET, WOODSIDE', Month: '5', Price: '2850'}, geometry: { type: 'Point', coordinates:[-73.89824727, 40.74270922]} },
{type: 'Feature',properties:{Name: '4', Address: '4727 49 STREET, WOODSIDE', Month: '4', Price: '2920'}, geometry: { type: 'Point', coordinates:[-73.91642774, 40.74022887]} },
{type: 'Feature',properties:{Name: '4', Address: '48-31 58TH PLACE, WOODSIDE', Month: '5', Price: '2272'}, geometry: { type: 'Point', coordinates:[-73.90849913, 40.73792274]} },
{type: 'Feature',properties:{Name: '4', Address: '48-02 59TH STREET, WOODSIDE', Month: '10', Price: '3265'}, geometry: { type: 'Point', coordinates:[-73.90649216, 40.73838225]} },
{type: 'Feature',properties:{Name: '4', Address: '48-33 59TH STREET, WOODSIDE', Month: '3', Price: '3078'}, geometry: { type: 'Point', coordinates:[-73.90647054, 40.73835478]} },
{type: 'Feature',properties:{Name: '4', Address: '48-22 59 PLACE, WOODSIDE', Month: '1', Price: '3240'}, geometry: { type: 'Point', coordinates:[-73.90554667, 40.73841716]} },
{type: 'Feature',properties:{Name: '4', Address: '48-28 59TH PLACE, WOODSIDE', Month: '3', Price: '3240'}, geometry: { type: 'Point', coordinates:[-73.90555028, 40.73841442]} },
{type: 'Feature',properties:{Name: '4', Address: '59-06 38TH AVENUE, WOODSIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90408211, 40.74809394]} },
{type: 'Feature',properties:{Name: '4', Address: '58-17 43RD AVENUE, WOODSIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90669476, 40.74315828]} },
{type: 'Feature',properties:{Name: '4', Address: '32ND AVENUE, WOODSIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9051543, 40.75548644]} },
{type: 'Feature',properties:{Name: '4', Address: '32ND AVENUE, WOODSIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9051543, 40.75548644]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 62ND STREET, WOODSIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89949381, 40.75127669]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 41ST DRIVE, WOODSIDE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90625377, 40.74366845]} },
{type: 'Feature',properties:{Name: '4', Address: '40-38 61ST STREET, WOODSIDE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90335114, 40.74445654]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 58TH STREET, WOODSIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90843447, 40.7377086]} },
{type: 'Feature',properties:{Name: '4', Address: 'N/A 58TH STREET, WOODSIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90844161, 40.73776625]} },
{type: 'Feature',properties:{Name: '4', Address: '38-06 58TH STREET, WOODSIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90517896, 40.7483062]} },
{type: 'Feature',properties:{Name: '4', Address: '4315A 52ND STREET, WOODSIDE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91233838, 40.74356071]} },
{type: 'Feature',properties:{Name: '4', Address: '4315A 52ND STREET, WOODSIDE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91233838, 40.74356071]} },
{type: 'Feature',properties:{Name: '4', Address: '43-16 61ST STREET, WOODSIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90344428, 40.74244471]} },
{type: 'Feature',properties:{Name: '4', Address: '37-66 63RD STREET, WOODSIDE', Month: '3', Price: '9520'}, geometry: { type: 'Point', coordinates:[-73.89989857, 40.74852131]} },
{type: 'Feature',properties:{Name: '4', Address: '37-70 63RD STREET, WOODSIDE', Month: '12', Price: '9520'}, geometry: { type: 'Point', coordinates:[-73.89990219, 40.74851582]} },
{type: 'Feature',properties:{Name: '4', Address: '37-35 64TH STREET, WOODSIDE', Month: '8', Price: '4920'}, geometry: { type: 'Point', coordinates:[-73.89897132, 40.74833111]} },
{type: 'Feature',properties:{Name: '4', Address: '37-35 64TH STREET, WOODSIDE', Month: '11', Price: '4920'}, geometry: { type: 'Point', coordinates:[-73.89897132, 40.74833111]} },
{type: 'Feature',properties:{Name: '4', Address: '39-38 58TH STREET, WOODSIDE', Month: '2', Price: '3200'}, geometry: { type: 'Point', coordinates:[-73.90580887, 40.74694257]} },
{type: 'Feature',properties:{Name: '4', Address: '39-11 65TH PLACE, WOODSIDE', Month: '11', Price: '4800'}, geometry: { type: 'Point', coordinates:[-73.89893935, 40.74561653]} },
{type: 'Feature',properties:{Name: '4', Address: '65-33 WOODSIDE AVENUE, WOODSIDE', Month: '5', Price: '2550'}, geometry: { type: 'Point', coordinates:[-73.89890654, 40.74345638]} },
{type: 'Feature',properties:{Name: '4', Address: '40-23 67TH STREET, WOODSIDE', Month: '5', Price: '3480'}, geometry: { type: 'Point', coordinates:[-73.89796878, 40.74546471]} },
{type: 'Feature',properties:{Name: '4', Address: '4021 67TH STREET, WOODSIDE', Month: '10', Price: '3480'}, geometry: { type: 'Point', coordinates:[-73.89797593, 40.74550863]} },
{type: 'Feature',properties:{Name: '4', Address: '41-44 68 STREET, WOODSIDE', Month: '11', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.89675881, 40.74377561]} },
{type: 'Feature',properties:{Name: '4', Address: '41-32 52ND STREET, WOODSIDE', Month: '9', Price: '5508'}, geometry: { type: 'Point', coordinates:[-73.91219857, 40.74559446]} },
{type: 'Feature',properties:{Name: '4', Address: '41-03 52ND STREET, WOODSIDE', Month: '12', Price: '5508'}, geometry: { type: 'Point', coordinates:[-73.91217326, 40.74562463]} },
{type: 'Feature',properties:{Name: '4', Address: '41-20 53RD STREET, WOODSIDE', Month: '8', Price: '5508'}, geometry: { type: 'Point', coordinates:[-73.91137264, 40.74520407]} },
{type: 'Feature',properties:{Name: '4', Address: '41-53 55TH STREET, WOODSIDE', Month: '8', Price: '3800'}, geometry: { type: 'Point', coordinates:[-73.90982642, 40.74373169]} },
{type: 'Feature',properties:{Name: '4', Address: '41-53 55TH STREET, WOODSIDE', Month: '9', Price: '3800'}, geometry: { type: 'Point', coordinates:[-73.90982642, 40.74373169]} },
{type: 'Feature',properties:{Name: '4', Address: '4321 57TH STREET, WOODSIDE', Month: '4', Price: '3900'}, geometry: { type: 'Point', coordinates:[-73.90809521, 40.74298374]} },
{type: 'Feature',properties:{Name: '4', Address: '43-16 58TH STREET, WOODSIDE', Month: '12', Price: '3480'}, geometry: { type: 'Point', coordinates:[-73.9072146, 40.74303244]} },
{type: 'Feature',properties:{Name: '4', Address: '43-15 65TH STREET, WOODSIDE', Month: '12', Price: '3480'}, geometry: { type: 'Point', coordinates:[-73.90044309, 40.74157756]} },
{type: 'Feature',properties:{Name: '4', Address: '61-05 39TH AVENUE, WOODSIDE', Month: '2', Price: '66575'}, geometry: { type: 'Point', coordinates:[-73.90248107, 40.7471484]} },
{type: 'Feature',properties:{Name: '4', Address: '64-09 39TH AVENUE, 22, WOODSIDE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89963828, 40.74641311]} },
{type: 'Feature',properties:{Name: '4', Address: '64-09 39TH AVENUE, 31, WOODSIDE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89963828, 40.74641311]} },
{type: 'Feature',properties:{Name: '4', Address: '64-09 39TH AVENUE, 35, WOODSIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89963828, 40.74641311]} },
{type: 'Feature',properties:{Name: '4', Address: '52-18 39TH AVENUE, 1B, WOODSIDE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91123094, 40.74862667]} },
{type: 'Feature',properties:{Name: '4', Address: '52-30 39TH AVENUE, 1B, WOODSIDE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91110465, 40.7486101]} },
{type: 'Feature',properties:{Name: '4', Address: '52-05 39TH ROAD, 3B, WOODSIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91157109, 40.74795721]} },
{type: 'Feature',properties:{Name: '4', Address: '52-30 39TH AVENUE, 1C, WOODSIDE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91110465, 40.7486101]} },
{type: 'Feature',properties:{Name: '4', Address: '39-45 51ST STREET, 2A, WOODSIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91310216, 40.74731336]} },
{type: 'Feature',properties:{Name: '4', Address: '39-45 51ST STREET, 3A, WOODSIDE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91310216, 40.74731336]} },
{type: 'Feature',properties:{Name: '4', Address: '39-45 51ST STREET, 3C, WOODSIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91310216, 40.74731336]} },
{type: 'Feature',properties:{Name: '4', Address: '39-30 52ND STREET, 3E, WOODSIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91199355, 40.74780383]} },
{type: 'Feature',properties:{Name: '4', Address: '39-20 52ND STREET, 2D, WOODSIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91191372, 40.74812765]} },
{type: 'Feature',properties:{Name: '4', Address: '39-50 52ND STREET, 1D, WOODSIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91210235, 40.74740043]} },
{type: 'Feature',properties:{Name: '4', Address: '39-30 52ND STREET, GB, WOODSIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91199355, 40.74780383]} },
{type: 'Feature',properties:{Name: '4', Address: '39-20 52ND STREET, 2A, WOODSIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91191372, 40.74812765]} },
{type: 'Feature',properties:{Name: '4', Address: '39-20 52ND STREET, 4-E, WOODSIDE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91191372, 40.74812765]} },
{type: 'Feature',properties:{Name: '4', Address: '39-60 52ND STREET, 4G, WOODSIDE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91220758, 40.74696959]} },
{type: 'Feature',properties:{Name: '4', Address: '39-45 51ST STREET, 2C, WOODSIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91310216, 40.74731336]} },
{type: 'Feature',properties:{Name: '4', Address: '39-20 52ND STREET, 2B, WOODSIDE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91191372, 40.74812765]} },
{type: 'Feature',properties:{Name: '4', Address: '39-65 51ST STREET, 6A, WOODSIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91317482, 40.74694562]} },
{type: 'Feature',properties:{Name: '4', Address: '39-55 51ST STREET, 2A, WOODSIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91313849, 40.74712949]} },
{type: 'Feature',properties:{Name: '4', Address: '39-35 51ST STREET, 6C, WOODSIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91306222, 40.74749723]} },
{type: 'Feature',properties:{Name: '4', Address: '39-60 52ND STREET, 6B, WOODSIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91220758, 40.74696959]} },
{type: 'Feature',properties:{Name: '4', Address: '3925 51ST STREET, 4D, WOODSIDE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91302589, 40.7476811]} },
{type: 'Feature',properties:{Name: '4', Address: '39-25 51 STREET, 1B, WOODSIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91302589, 40.7476811]} },
{type: 'Feature',properties:{Name: '4', Address: '39-50 52ND STREET, 6E, WOODSIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91210235, 40.74740043]} },
{type: 'Feature',properties:{Name: '4', Address: '39-30 52ND STREET, 6G, WOODSIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91199355, 40.74780383]} },
{type: 'Feature',properties:{Name: '4', Address: '39-20 52ND STREET, 4C, WOODSIDE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91191372, 40.74812765]} },
{type: 'Feature',properties:{Name: '4', Address: '39-50 52ND STREET, 4A, WOODSIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91210235, 40.74740043]} },
{type: 'Feature',properties:{Name: '4', Address: '39-55 51ST STREET, 2E, WOODSIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91313849, 40.74712949]} },
{type: 'Feature',properties:{Name: '4', Address: '39-20 52ND STREET, GD, WOODSIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91191372, 40.74812765]} },
{type: 'Feature',properties:{Name: '4', Address: '39-60 52ND STREET, 6F, WOODSIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91220758, 40.74696959]} },
{type: 'Feature',properties:{Name: '4', Address: '39-25 51ST STREET, 1G, WOODSIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91302589, 40.7476811]} },
{type: 'Feature',properties:{Name: '4', Address: '39-35 51ST STREET, 2A, WOODSIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91306222, 40.74749723]} },
{type: 'Feature',properties:{Name: '4', Address: '39-25 51ST STREET, 1-F, WOODSIDE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91302589, 40.7476811]} },
{type: 'Feature',properties:{Name: '4', Address: '39-25 51 STREET, 4C, WOODSIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91302589, 40.7476811]} },
{type: 'Feature',properties:{Name: '4', Address: '39-60 52ND STREET, 6C, WOODSIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91220758, 40.74696959]} },
{type: 'Feature',properties:{Name: '4', Address: '39-60 52ND STREET, 4A, WOODSIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91220758, 40.74696959]} },
{type: 'Feature',properties:{Name: '4', Address: '39-45 51ST STREET, 1G, WOODSIDE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91310216, 40.74731336]} },
{type: 'Feature',properties:{Name: '4', Address: '39-25 51ST STREET, GA, WOODSIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91302589, 40.7476811]} },
{type: 'Feature',properties:{Name: '4', Address: '51-34 30TH AVE, 5I, WOODSIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90527124, 40.7595515]} },
{type: 'Feature',properties:{Name: '4', Address: '55-23 31ST AVENUE, 1B, WOODSIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90550561, 40.75719396]} },
{type: 'Feature',properties:{Name: '4', Address: '30-31 HOBART STREET, 6L, WOODSIDE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90681328, 40.75904773]} },
{type: 'Feature',properties:{Name: '4', Address: '51-42 30TH AVE, 2O, WOODSIDE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90498252, 40.75951284]} },
{type: 'Feature',properties:{Name: '4', Address: '30-69 HOBART STREET, 3N, WOODSIDE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90740283, 40.75820282]} },
{type: 'Feature',properties:{Name: '4', Address: '5134 30TH AVENUE, E3P, WOODSIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90527124, 40.7595515]} },
{type: 'Feature',properties:{Name: '4', Address: '30-31 HOBART STREET, 2N, WOODSIDE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90681328, 40.75904773]} },
{type: 'Feature',properties:{Name: '4', Address: '30-47 HOBART STREET, 1-I, WOODSIDE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90712076, 40.75857863]} },
{type: 'Feature',properties:{Name: '4', Address: '51-28 30TH AVENUE, GGB, WOODSIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90539034, 40.75957082]} },
{type: 'Feature',properties:{Name: '4', Address: '5417 31ST AVE, A1L, WOODSIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90713015, 40.75701962]} },
{type: 'Feature',properties:{Name: '4', Address: '55-23 31ST AVENUE, 2F, WOODSIDE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90550561, 40.75719396]} },
{type: 'Feature',properties:{Name: '4', Address: '51-42 30TH AVENUE, H5N, WOODSIDE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90498252, 40.75951284]} },
{type: 'Feature',properties:{Name: '4', Address: '30-45 HOBART STREET, D5E, WOODSIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90696522, 40.75880631]} },
{type: 'Feature',properties:{Name: '4', Address: '55-01 31ST AVENUE, 2G, WOODSIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90633593, 40.75710406]} },
{type: 'Feature',properties:{Name: '4', Address: '30-47 HOBART STREET, D2-O, WOODSIDE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90712076, 40.75857863]} },
{type: 'Feature',properties:{Name: '4', Address: '5523 31ST AVENUE, 2B, WOODSIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90550561, 40.75719396]} },
{type: 'Feature',properties:{Name: '4', Address: '56-07 31ST AVENUE, I-5H, WOODSIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90547673, 40.75719668]} },
{type: 'Feature',properties:{Name: '4', Address: '51-36 30TH AVENUE, 3E, WOODSIDE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90501862, 40.75951562]} },
{type: 'Feature',properties:{Name: '4', Address: '56-07 31ST AVENUE, 5A, WOODSIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90547673, 40.75719668]} },
{type: 'Feature',properties:{Name: '4', Address: '3051 HOBART STREET, 5H, WOODSIDE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90717139, 40.75851005]} },
{type: 'Feature',properties:{Name: '4', Address: '51-42 30TH AVENUE, 3K, WOODSIDE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90498252, 40.75951284]} },
{type: 'Feature',properties:{Name: '4', Address: '51-40 30TH AVENUE, H1G, WOODSIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90499335, 40.75951559]} },
{type: 'Feature',properties:{Name: '4', Address: '51-28 30TH AVENUE, G5B, WOODSIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90539034, 40.75957082]} },
{type: 'Feature',properties:{Name: '4', Address: '55-23 31 AVENUE, 2-H, WOODSIDE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90550561, 40.75719396]} },
{type: 'Feature',properties:{Name: '4', Address: '56-07 31ST AVENUE, I2F, WOODSIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90547673, 40.75719668]} },
{type: 'Feature',properties:{Name: '4', Address: '5525 31ST AVENUE, 1J, WOODSIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90549478, 40.75719395]} },
{type: 'Feature',properties:{Name: '4', Address: '51-28 30TH AVENUE, 5F, WOODSIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90539034, 40.75957082]} },
{type: 'Feature',properties:{Name: '4', Address: '30-15 HOBART STREET, 2-B, WOODSIDE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90663602, 40.75932206]} },
{type: 'Feature',properties:{Name: '4', Address: '55-03 31ST AVENUE, C6L, WOODSIDE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90627456, 40.75711225]} },
{type: 'Feature',properties:{Name: '4', Address: '51-34 30TH AVENUE, E1P, WOODSIDE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90527124, 40.7595515]} },
{type: 'Feature',properties:{Name: '4', Address: '5128 30 AVENUE, 5H, WOODSIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90539034, 40.75957082]} },
{type: 'Feature',properties:{Name: '4', Address: '3045 HOBART STREET, 4G, WOODSIDE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90696522, 40.75880631]} },
{type: 'Feature',properties:{Name: '4', Address: '51-36 30TH AVENUE, 2A, WOODSIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90501862, 40.75951562]} },
{type: 'Feature',properties:{Name: '4', Address: '51-36 30TH AVENUE, E1F, WOODSIDE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90501862, 40.75951562]} },
{type: 'Feature',properties:{Name: '4', Address: '31-21 54TH STREET, 2D, WOODSIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9072358, 40.75631979]} },
{type: 'Feature',properties:{Name: '4', Address: '60-11 BROADWAY, 1J, WOODSIDE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90180396, 40.7511085]} },
{type: 'Feature',properties:{Name: '4', Address: '60-11 BROADWAY, 6T, WOODSIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90180396, 40.7511085]} },
{type: 'Feature',properties:{Name: '4', Address: '60-11 BROADWAY, 2T, WOODSIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90180396, 40.7511085]} },
{type: 'Feature',properties:{Name: '4', Address: '60-11 BROADWAY, 4P, WOODSIDE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90180396, 40.7511085]} },
{type: 'Feature',properties:{Name: '4', Address: '6011 BROADWAY, 4D, WOODSIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90180396, 40.7511085]} },
{type: 'Feature',properties:{Name: '4', Address: '60-11 BROADWAY, 6F, WOODSIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90180396, 40.7511085]} },
{type: 'Feature',properties:{Name: '4', Address: '65-15 38TH AVENUE, 5F, WOODSIDE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89784739, 40.74696598]} },
{type: 'Feature',properties:{Name: '4', Address: '65-15 38TH AVENUE, 3M, WOODSIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89784739, 40.74696598]} },
{type: 'Feature',properties:{Name: '4', Address: '65-15 38TH AVENUE, 3W, WOODSIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89784739, 40.74696598]} },
{type: 'Feature',properties:{Name: '4', Address: '65-15 38TH AVENUE, 5Q, WOODSIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89784739, 40.74696598]} },
{type: 'Feature',properties:{Name: '4', Address: '55-05 WOODSIDE AVENUE, 624, WOODSIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90871087, 40.74667318]} },
{type: 'Feature',properties:{Name: '4', Address: '55-05 WOODSIDE AVENUE, 410, WOODSIDE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90871087, 40.74667318]} },
{type: 'Feature',properties:{Name: '4', Address: '39-76 57TH STREET, 3F, WOODSIDE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90696065, 40.74657846]} },
{type: 'Feature',properties:{Name: '4', Address: '39-76 57TH STREET, 4D, WOODSIDE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90696065, 40.74657846]} },
{type: 'Feature',properties:{Name: '4', Address: '39-76 57TH STREET, 1C, WOODSIDE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90696065, 40.74657846]} },
{type: 'Feature',properties:{Name: '4', Address: '3965 52ND STREET, 1S, WOODSIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91222584, 40.74680766]} },
{type: 'Feature',properties:{Name: '4', Address: '39-65 52ND STREET, 1H, WOODSIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91222584, 40.74680766]} },
{type: 'Feature',properties:{Name: '4', Address: '39-65 52ND STREET, 4V, WOODSIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91222584, 40.74680766]} },
{type: 'Feature',properties:{Name: '4', Address: '39-65 52ND STREET, 3V, WOODSIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91222584, 40.74680766]} },
{type: 'Feature',properties:{Name: '4', Address: '39-65 52 STREET, 2M, WOODSIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91222584, 40.74680766]} },
{type: 'Feature',properties:{Name: '4', Address: '39-65 52ND STREET, 2P, WOODSIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91222584, 40.74680766]} },
{type: 'Feature',properties:{Name: '4', Address: '39-65 52ND STREET, 4W, WOODSIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91222584, 40.74680766]} },
{type: 'Feature',properties:{Name: '4', Address: '52-30 39TH DRIVE, WOODSIDE', Month: '3', Price: '441929'}, geometry: { type: 'Point', coordinates:[-73.91107048, 40.74717183]} },
{type: 'Feature',properties:{Name: '4', Address: '52-30 39TH DRIVE, 9E, WOODSIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91107048, 40.74717183]} },
{type: 'Feature',properties:{Name: '4', Address: '52-40 39 DRIVE, 3H, WOODSIDE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9109045, 40.74714151]} },
{type: 'Feature',properties:{Name: '4', Address: '52-40 39TH DRIVE, 1 G, WOODSIDE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9109045, 40.74714151]} },
{type: 'Feature',properties:{Name: '4', Address: '52-40 39TH DRIVE, 5F, WOODSIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9109045, 40.74714151]} },
{type: 'Feature',properties:{Name: '4', Address: '52-40 39TH DRIVE, 9K, WOODSIDE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9109045, 40.74714151]} },
{type: 'Feature',properties:{Name: '4', Address: '52-40 39TH DRIVE, 11H, WOODSIDE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9109045, 40.74714151]} },
{type: 'Feature',properties:{Name: '4', Address: '52-30 39TH DRIVE, 9E, WOODSIDE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91107048, 40.74717183]} },
{type: 'Feature',properties:{Name: '4', Address: '52-30 39TH DRIVE, 4V, WOODSIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91107048, 40.74717183]} },
{type: 'Feature',properties:{Name: '4', Address: '52-30 39TH DRIVE, 2J, WOODSIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91107048, 40.74717183]} },
{type: 'Feature',properties:{Name: '4', Address: '52-40 39TH DRIVE, 5A, WOODSIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9109045, 40.74714151]} },
{type: 'Feature',properties:{Name: '4', Address: '52-30 39TH DRIVE, WOODSIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91107048, 40.74717183]} },
{type: 'Feature',properties:{Name: '4', Address: '52-30 39TH DRIVE, 11L, WOODSIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91107048, 40.74717183]} },
{type: 'Feature',properties:{Name: '4', Address: '52-30 39TH DRIVE, 3S, WOODSIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91107048, 40.74717183]} },
{type: 'Feature',properties:{Name: '4', Address: '52-40 39TH DRIVE, 4N, WOODSIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9109045, 40.74714151]} },
{type: 'Feature',properties:{Name: '4', Address: '52-30 39TH DRIVE, 2U, WOODSIDE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91107048, 40.74717183]} },
{type: 'Feature',properties:{Name: '4', Address: '5240 39TH DRIVE, 8N, WOODSIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9109045, 40.74714151]} },
{type: 'Feature',properties:{Name: '4', Address: '5230 39 DRIVE, 7H, WOODSIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91107048, 40.74717183]} },
{type: 'Feature',properties:{Name: '4', Address: '39-60 54TH STREET, 3F, WOODSIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9097359, 40.74661086]} },
{type: 'Feature',properties:{Name: '4', Address: '39-60 54TH STREET, #3U, WOODSIDE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9097359, 40.74661086]} },
{type: 'Feature',properties:{Name: '4', Address: '39-60 54TH STREET, 9J, WOODSIDE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9097359, 40.74661086]} },
{type: 'Feature',properties:{Name: '4', Address: '39-60 54TH STREET, 6F, WOODSIDE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9097359, 40.74661086]} },
{type: 'Feature',properties:{Name: '4', Address: '39-60 54TH STREET, 3V, WOODSIDE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9097359, 40.74661086]} },
{type: 'Feature',properties:{Name: '4', Address: '39-60 54TH STREET, 6U, WOODSIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9097359, 40.74661086]} },
{type: 'Feature',properties:{Name: '4', Address: '39-60 54TH STREET, 7N, WOODSIDE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9097359, 40.74661086]} },
{type: 'Feature',properties:{Name: '4', Address: '39-60 54TH STREET, 4E, WOODSIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9097359, 40.74661086]} },
{type: 'Feature',properties:{Name: '4', Address: '39-60 54TH STREET, 3N, WOODSIDE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9097359, 40.74661086]} },
{type: 'Feature',properties:{Name: '4', Address: '39-60 54 STREET, 8W, WOODSIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.9097359, 40.74661086]} },
{type: 'Feature',properties:{Name: '4', Address: '41-31 51ST STREET, WOODSIDE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91353803, 40.74517004]} },
{type: 'Feature',properties:{Name: '4', Address: '41-31 51ST STREET, 4E, WOODSIDE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91353803, 40.74517004]} },
{type: 'Feature',properties:{Name: '4', Address: '41-31 51ST STREET, 6G, WOODSIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91353803, 40.74517004]} },
{type: 'Feature',properties:{Name: '4', Address: '41-31 51ST STREET, 5L, WOODSIDE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91353803, 40.74517004]} },
{type: 'Feature',properties:{Name: '4', Address: '41-31 51 STREET, 6J, WOODSIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91353803, 40.74517004]} },
{type: 'Feature',properties:{Name: '4', Address: '5911 QUEENS BOULEVARD, 4L, WOODSIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90597869, 40.74168651]} },
{type: 'Feature',properties:{Name: '4', Address: '59-11 QUEENS BLVD, 3F, WOODSIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90597869, 40.74168651]} },
{type: 'Feature',properties:{Name: '4', Address: '59-11 QUEENS BOULEVARD, 4E, WOODSIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90597869, 40.74168651]} },
{type: 'Feature',properties:{Name: '4', Address: '59-11 QUEENS BOULEVARD, 5K, WOODSIDE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90597869, 40.74168651]} },
{type: 'Feature',properties:{Name: '4', Address: '59-11 QUEENS BOULEVARD, 6F, WOODSIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90597869, 40.74168651]} },
{type: 'Feature',properties:{Name: '4', Address: '59-11 QUEENS BLVD., 2C, WOODSIDE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90597869, 40.74168651]} },
{type: 'Feature',properties:{Name: '4', Address: '63-11 QUEENS BOULEVARD, E24, WOODSIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90229123, 40.74124703]} },
{type: 'Feature',properties:{Name: '4', Address: '41-36 66TH STREET, WOODSIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89799624, 40.74403197]} },
{type: 'Feature',properties:{Name: '4', Address: '41-38 66TH STREET, WOODSIDE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89799988, 40.74401276]} },
{type: 'Feature',properties:{Name: '4', Address: '40-40 68TH STREET, WOODSIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89709535, 40.74551334]} },
{type: 'Feature',properties:{Name: '4', Address: '61-20 WOODSIDE AVENUE, WOODSIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90272292, 40.74464814]} },
{type: 'Feature',properties:{Name: '4', Address: '68-12 37TH ROAD, WOODSIDE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89726898, 40.74759127]} },
{type: 'Feature',properties:{Name: '4', Address: '68-12 37TH ROAD, WOODSIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89726898, 40.74759127]} },
{type: 'Feature',properties:{Name: '4', Address: '41-35 67TH STREET, WOODSIDE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89767157, 40.74395209]} },
{type: 'Feature',properties:{Name: '4', Address: '69-14 41 AVENUE, WOODSIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89576151, 40.74457892]} },
{type: 'Feature',properties:{Name: '4', Address: '6914 41 AVENUE, WOODSIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89576151, 40.74457892]} },
{type: 'Feature',properties:{Name: '4', Address: '62-10 WOODSIDE AVENUE, WOODSIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90206277, 40.74446094]} },
{type: 'Feature',properties:{Name: '4', Address: '62-10 WOODSIDE AVENUE, WOODSIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90206277, 40.74446094]} },
{type: 'Feature',properties:{Name: '4', Address: '40-53 62ND STREET, WOODSIDE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90284089, 40.74294101]} },
{type: 'Feature',properties:{Name: '4', Address: '63-14 QUEENS BOULEVARD, WOODSIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90226961, 40.7412278]} },
{type: 'Feature',properties:{Name: '4', Address: '63-14 QUEENS BOULEVARD, WOODSIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90226961, 40.7412278]} },
{type: 'Feature',properties:{Name: '4', Address: '63-14 QUEENS BLVD, WOODSIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90226961, 40.7412278]} },
{type: 'Feature',properties:{Name: '4', Address: '63-14 QUEENS BLVD, WOODSIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90226961, 40.7412278]} },
{type: 'Feature',properties:{Name: '4', Address: '63-14 QUEENS BOULEVARD, WOODSIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90226961, 40.7412278]} },
{type: 'Feature',properties:{Name: '4', Address: '63-14 QUEENS BLVD, WOODSIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90226961, 40.7412278]} },
{type: 'Feature',properties:{Name: '4', Address: '51-19 SKILLMAN AVENUE, WOODSIDE', Month: '2', Price: '5200'}, geometry: { type: 'Point', coordinates:[-73.91311108, 40.74600961]} },
{type: 'Feature',properties:{Name: '4', Address: '67-01 ROOSEVELT AVENUE, WOODSIDE', Month: '12', Price: '9578'}, geometry: { type: 'Point', coordinates:[-73.8973613, 40.7462327]} },
{type: 'Feature',properties:{Name: '4', Address: '40-21 69TH STREET, WOODSIDE', Month: '2', Price: '4160'}, geometry: { type: 'Point', coordinates:[-73.89621431, 40.74581447]} },
{type: 'Feature',properties:{Name: '4', Address: '52-02 ROOSEVELT AVENUE, WOODSIDE', Month: '6', Price: '2720'}, geometry: { type: 'Point', coordinates:[-73.91231588, 40.74420845]} },
{type: 'Feature',properties:{Name: '4', Address: '52-22 ROOSEVELT AVENUE, WOODSIDE', Month: '8', Price: '3530'}, geometry: { type: 'Point', coordinates:[-73.91217507, 40.74425226]} },
{type: 'Feature',properties:{Name: '4', Address: '42-05 66TH STREET, WOODSIDE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89816014, 40.74304675]} },
{type: 'Feature',properties:{Name: '4', Address: '37-36 61ST STREET, WOODSIDE', Month: '6', Price: '2440'}, geometry: { type: 'Point', coordinates:[-73.90199512, 40.74873995]} },
{type: 'Feature',properties:{Name: '4', Address: '6525 ROOSEVELT AVENUE, WOODSIDE', Month: '9', Price: '1928'}, geometry: { type: 'Point', coordinates:[-73.89816262, 40.74614832]} },
{type: 'Feature',properties:{Name: '4', Address: '62-07 WOODSIDE AVENUE, WOODSIDE', Month: '2', Price: '11600'}, geometry: { type: 'Point', coordinates:[-73.90211324, 40.74449666]} },
{type: 'Feature',properties:{Name: '4', Address: '42-71 65TH PLACE, WOODSIDE', Month: '5', Price: '22540'}, geometry: { type: 'Point', coordinates:[-73.89932343, 40.74221611]} },
{type: 'Feature',properties:{Name: '4', Address: '54-01 NORTHERN BOULEVARD, WOODSIDE', Month: '1', Price: '9500'}, geometry: { type: 'Point', coordinates:[-73.90660111, 40.75332751]} },
{type: 'Feature',properties:{Name: '4', Address: '38/01-15 69TH STREET, WOODSIDE', Month: '12', Price: '4322'}, geometry: { type: 'Point', coordinates:[-73.89621637, 40.74680807]} },
{type: 'Feature',properties:{Name: '4', Address: '38/01-15 69TH STREET, WOODSIDE', Month: '9', Price: '4322'}, geometry: { type: 'Point', coordinates:[-73.89621637, 40.74680807]} },
{type: 'Feature',properties:{Name: '4', Address: '62-04-62-26 ROOSEVELT AVENUE, WOODSIDE', Month: '12', Price: '11900'}, geometry: { type: 'Point', coordinates:[-73.9014476, 40.74558851]} },
{type: 'Feature',properties:{Name: '4', Address: '51-25 QUEENS BOULEVARD, WOODSIDE', Month: '5', Price: '35861'}, geometry: { type: 'Point', coordinates:[-73.91353418, 40.74257075]} },
{type: 'Feature',properties:{Name: '4', Address: '44-02 60 STREET, WOODSIDE', Month: '4', Price: '4364'}, geometry: { type: 'Point', coordinates:[-73.90447697, 40.74203661]} },
{type: 'Feature',properties:{Name: '4', Address: '26-60 BOROUGH PLACE, WOODSIDE', Month: '5', Price: '15920'}, geometry: { type: 'Point', coordinates:[-73.9024971, 40.76085569]} },
{type: 'Feature',properties:{Name: '4', Address: '62-01 34TH AVENUE, WOODSIDE', Month: '12', Price: '13270'}, geometry: { type: 'Point', coordinates:[-73.89980284, 40.75218272]} },
{type: 'Feature',properties:{Name: '4', Address: '33-53 62ND STREET, WOODSIDE', Month: '9', Price: '16950'}, geometry: { type: 'Point', coordinates:[-73.90010113, 40.7530366]} },
{type: 'Feature',properties:{Name: '4', Address: '33-51 62ND STREET, WOODSIDE', Month: '8', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.9001083, 40.75306405]} },
{type: 'Feature',properties:{Name: '4', Address: '60-20 34TH AVENUE, WOODSIDE', Month: '11', Price: '12699'}, geometry: { type: 'Point', coordinates:[-73.90168358, 40.751973]} },
{type: 'Feature',properties:{Name: '4', Address: '58-20 BROADWAY, WOODSIDE', Month: '11', Price: '10870'}, geometry: { type: 'Point', coordinates:[-73.90333697, 40.75173286]} },
{type: 'Feature',properties:{Name: '4', Address: '38-23 54TH STREET, WOODSIDE', Month: '12', Price: '2500'}, geometry: { type: 'Point', coordinates:[-73.90853723, 40.74959895]} },
{type: 'Feature',properties:{Name: '4', Address: '37-41 57TH STREET, WOODSIDE', Month: '8', Price: '4950'}, geometry: { type: 'Point', coordinates:[-73.9055126, 40.74972276]} },
{type: 'Feature',properties:{Name: '4', Address: '37-28 61ST STREET, WOODSIDE', Month: '2', Price: '4963'}, geometry: { type: 'Point', coordinates:[-73.90195167, 40.74884147]} },
{type: 'Feature',properties:{Name: '4', Address: '53-19 WOODSIDE AVENUE, WOODSIDE', Month: '7', Price: '4000'}, geometry: { type: 'Point', coordinates:[-73.90994718, 40.74783518]} },
{type: 'Feature',properties:{Name: '4', Address: '39-50 63 STREET, WOODSIDE', Month: '10', Price: '11960'}, geometry: { type: 'Point', coordinates:[-73.9012275, 40.74555538]} },
{type: 'Feature',properties:{Name: '4', Address: '45-14 51ST STREET, WOODSIDE', Month: '2', Price: '14300'}, geometry: { type: 'Point', coordinates:[-73.91398969, 40.74194529]} },
{type: 'Feature',properties:{Name: '4', Address: '45-40 51ST STREET, WOODSIDE', Month: '11', Price: '18000'}, geometry: { type: 'Point', coordinates:[-73.91410201, 40.74159679]} },
{type: 'Feature',properties:{Name: '4', Address: '47-47 58TH STREET, WOODSIDE', Month: '11', Price: '20000'}, geometry: { type: 'Point', coordinates:[-73.90803114, 40.73973116]} },
{type: 'Feature',properties:{Name: '4', Address: '60-07 NORTHERN BOULEVARD, WOODSIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90194793, 40.75382867]} },
{type: 'Feature',properties:{Name: '4', Address: '35-18 61ST STREET, WOODSIDE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90116953, 40.75057273]} },
{type: 'Feature',properties:{Name: '4', Address: '35-22 61ST STREET, WOODSIDE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90117315, 40.75056999]} },
{type: 'Feature',properties:{Name: '4', Address: '37-03 WOODSIDE AVENUE, WOODSIDE', Month: '7', Price: '11470'}, geometry: { type: 'Point', coordinates:[-73.90976897, 40.75150477]} },
{type: 'Feature',properties:{Name: '4', Address: '43-15 52ND STREET, WOODSIDE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91254739, 40.74379142]} },
{type: 'Feature',properties:{Name: '4', Address: '43-15 52ND STREET, WOODSIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.91254739, 40.74379142]} },
{type: 'Feature',properties:{Name: '4', Address: '47-55 58TH STREET, WOODSIDE', Month: '2', Price: '23000'}, geometry: { type: 'Point', coordinates:[-73.90806378, 40.73961042]} },
{type: 'Feature',properties:{Name: '4', Address: '25-72 BOROUGH PLACE, WOODSIDE', Month: '4', Price: '4850'}, geometry: { type: 'Point', coordinates:[-73.90327138, 40.7621052]} },
{type: 'Feature',properties:{Name: '4', Address: '37-19 55TH STREET, WOODSIDE', Month: '11', Price: '4500'}, geometry: { type: 'Point', coordinates:[-73.90713195, 40.7505475]} },
{type: 'Feature',properties:{Name: '4', Address: '43-20 52ND ST., WOODSIDE', Month: '12', Price: '9720'}, geometry: { type: 'Point', coordinates:[-73.91258356, 40.74373107]} },
{type: 'Feature',properties:{Name: '4', Address: '43-21 52ND STREET, WOODSIDE', Month: '10', Price: '14000'}, geometry: { type: 'Point', coordinates:[-73.91256191, 40.74372831]} },
{type: 'Feature',properties:{Name: '4', Address: '43-21 52ND STREET, WOODSIDE', Month: '10', Price: '14000'}, geometry: { type: 'Point', coordinates:[-73.91256191, 40.74372831]} },
{type: 'Feature',properties:{Name: '4', Address: '33-54 54TH STREET, WOODSIDE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90750896, 40.75195586]} },
{type: 'Feature',properties:{Name: '4', Address: '57-01 39TH AVENUE, WOODSIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90610678, 40.7481011]} },
{type: 'Feature',properties:{Name: '4', Address: '60-20 BROADWAY, WOODSIDE', Month: '4', Price: '18160'}, geometry: { type: 'Point', coordinates:[-73.90174628, 40.75106454]} },
{type: 'Feature',properties:{Name: '4', Address: '68-12 37TH ROAD, WOODSIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89726898, 40.74759127]} },
{type: 'Feature',properties:{Name: '4', Address: '40-40 68TH STREET, WOODSIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89709535, 40.74551334]} },
{type: 'Feature',properties:{Name: '4', Address: '40-40 68TH STREET, WOODSIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89709535, 40.74551334]} },
{type: 'Feature',properties:{Name: '4', Address: '40-40 68TH STREET, WOODSIDE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89709535, 40.74551334]} },
{type: 'Feature',properties:{Name: '4', Address: '69-14 41ST AVENUE, WOODSIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.89576151, 40.74457892]} },
{type: 'Feature',properties:{Name: '4', Address: '63-14 QUEENS BOULEVARD, WOODSIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90226961, 40.7412278]} },
{type: 'Feature',properties:{Name: '4', Address: '63-14 QUEENS BOULEVARD, WOODSIDE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90226961, 40.7412278]} },
{type: 'Feature',properties:{Name: '4', Address: '63-14 QUEENS BOULEVARD, WOODSIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90226961, 40.7412278]} },
{type: 'Feature',properties:{Name: '4', Address: '63-14 QUEENS BOULEVARD, WOODSIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90226961, 40.7412278]} },
{type: 'Feature',properties:{Name: '4', Address: '63-14 QUEENS BOULEVARD, WOODSIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90226961, 40.7412278]} },
{type: 'Feature',properties:{Name: '4', Address: '63-14 QUEENS BOULEVARD, WOODSIDE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90226961, 40.7412278]} },
{type: 'Feature',properties:{Name: '4', Address: '63-14 QUEENS BOULEVARD, WOODSIDE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90226961, 40.7412278]} },
{type: 'Feature',properties:{Name: '4', Address: '63-14 QUEENS BOULEVARD, WOODSIDE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90226961, 40.7412278]} },
{type: 'Feature',properties:{Name: '4', Address: '63-14 QUEENS BOULEVARD, WOODSIDE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90226961, 40.7412278]} },
{type: 'Feature',properties:{Name: '4', Address: '63-14 QUEENS BOULEVARD, WOODSIDE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90226961, 40.7412278]} },
{type: 'Feature',properties:{Name: '4', Address: '63-14 QUEENS BOULEVARD, WOODSIDE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90226961, 40.7412278]} },
{type: 'Feature',properties:{Name: '4', Address: '63-14 QUEENS BOULEVARD, WOODSIDE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90226961, 40.7412278]} },
{type: 'Feature',properties:{Name: '4', Address: '63-14 QUEENS BOULEVARD, WOODSIDE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90226961, 40.7412278]} },
{type: 'Feature',properties:{Name: '4', Address: '63-14 QUEENS BOULEVARD, WOODSIDE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90226961, 40.7412278]} },
{type: 'Feature',properties:{Name: '4', Address: '63-14 QUEENS BOULEVARD, WOODSIDE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-73.90226961, 40.7412278]} },
{type: 'Feature',properties:{Name: '5', Address: '26 FINGAL STREET, ANNADALE', Month: '8', Price: '4180'}, geometry: { type: 'Point', coordinates:[-74.16875056, 40.53795159]} },
{type: 'Feature',properties:{Name: '5', Address: '23 EYLANDT STREET, ANNADALE', Month: '8', Price: '3000'}, geometry: { type: 'Point', coordinates:[-74.16686315, 40.53562674]} },
{type: 'Feature',properties:{Name: '5', Address: '28 JANSEN STREET, ANNADALE', Month: '4', Price: '2164'}, geometry: { type: 'Point', coordinates:[-74.16568569, 40.53375374]} },
{type: 'Feature',properties:{Name: '5', Address: '17 WEAVER STREET, ANNADALE', Month: '4', Price: '3214'}, geometry: { type: 'Point', coordinates:[-74.16502972, 40.53325513]} },
{type: 'Feature',properties:{Name: '5', Address: '295 HAROLD AVENUE, ANNADALE', Month: '8', Price: '3348'}, geometry: { type: 'Point', coordinates:[-74.16558178, 40.53246657]} },
{type: 'Feature',properties:{Name: '5', Address: '119 LENZIE STREET, ANNADALE', Month: '7', Price: '3660'}, geometry: { type: 'Point', coordinates:[-74.16441661, 40.53116446]} },
{type: 'Feature',properties:{Name: '5', Address: '107 ELMBANK STREET, ANNADALE', Month: '6', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.16302203, 40.53017831]} },
{type: 'Feature',properties:{Name: '5', Address: '11 SANDGAP STREET, ANNADALE', Month: '8', Price: '448'}, geometry: { type: 'Point', coordinates:[-74.16137042, 40.52850356]} },
{type: 'Feature',properties:{Name: '5', Address: '37 SANDGAP STREET, ANNADALE', Month: '7', Price: '1483'}, geometry: { type: 'Point', coordinates:[-74.16202442, 40.52821718]} },
{type: 'Feature',properties:{Name: '5', Address: '97 EAGAN AVENUE, ANNADALE', Month: '11', Price: '1854'}, geometry: { type: 'Point', coordinates:[-74.17267061, 40.53878019]} },
{type: 'Feature',properties:{Name: '5', Address: '69 EAGAN AVENUE, ANNADALE', Month: '5', Price: '1579'}, geometry: { type: 'Point', coordinates:[-74.1729705, 40.53927106]} },
{type: 'Feature',properties:{Name: '5', Address: '57 EAGAN AVENUE, ANNADALE', Month: '4', Price: '1579'}, geometry: { type: 'Point', coordinates:[-74.17309697, 40.53948222]} },
{type: 'Feature',properties:{Name: '5', Address: '36 SEGUINE PLACE, ANNADALE', Month: '7', Price: '1068'}, geometry: { type: 'Point', coordinates:[-74.17212922, 40.53950563]} },
{type: 'Feature',properties:{Name: '5', Address: '4 SEGUINE PLACE, ANNADALE', Month: '8', Price: '1854'}, geometry: { type: 'Point', coordinates:[-74.17178236, 40.53893249]} },
{type: 'Feature',properties:{Name: '5', Address: '60 SEGUINE PLACE, ANNADALE', Month: '2', Price: '1172'}, geometry: { type: 'Point', coordinates:[-74.17238936, 40.53993343]} },
{type: 'Feature',properties:{Name: '5', Address: '195 MOSELY AVENUE, ANNADALE', Month: '10', Price: '1592'}, geometry: { type: 'Point', coordinates:[-74.17161061, 40.5407004]} },
{type: 'Feature',properties:{Name: '5', Address: '96 JEANNETTE AVENUE, ANNADALE', Month: '3', Price: '2376'}, geometry: { type: 'Point', coordinates:[-74.17397514, 40.54236569]} },
{type: 'Feature',properties:{Name: '5', Address: '20 LUCY LOOP, ANNADALE', Month: '3', Price: '1500'}, geometry: { type: 'Point', coordinates:[-74.17375804, 40.54189666]} },
{type: 'Feature',properties:{Name: '5', Address: '48 EAGAN AVENUE, ANNADALE', Month: '5', Price: '1368'}, geometry: { type: 'Point', coordinates:[-74.17320165, 40.53961656]} },
{type: 'Feature',properties:{Name: '5', Address: '60 ENDVIEW STREET, ANNADALE', Month: '12', Price: '1344'}, geometry: { type: 'Point', coordinates:[-74.17524627, 40.54139759]} },
{type: 'Feature',properties:{Name: '5', Address: '32 JEANNETTE AVENUE, ANNADALE', Month: '8', Price: '1560'}, geometry: { type: 'Point', coordinates:[-74.17591676, 40.54324931]} },
{type: 'Feature',properties:{Name: '5', Address: '730 ANNADALE ROAD, ANNADALE', Month: '2', Price: '1465'}, geometry: { type: 'Point', coordinates:[-74.17666762, 40.54418689]} },
{type: 'Feature',properties:{Name: '5', Address: '146 RATHBUN AVENUE, ANNADALE', Month: '7', Price: '984'}, geometry: { type: 'Point', coordinates:[-74.18264328, 40.54656004]} },
{type: 'Feature',properties:{Name: '5', Address: '994 DRUMGOOLE ROAD WEST, ANNADALE', Month: '4', Price: '984'}, geometry: { type: 'Point', coordinates:[-74.1823137, 40.54577554]} },
{type: 'Feature',properties:{Name: '5', Address: '1002 DRUMGOOLE ROAD WEST, ANNADALE', Month: '8', Price: '1248'}, geometry: { type: 'Point', coordinates:[-74.18256121, 40.54549518]} },
{type: 'Feature',properties:{Name: '5', Address: '193 SHELDON AVENUE, ANNADALE', Month: '5', Price: '1128'}, geometry: { type: 'Point', coordinates:[-74.18397038, 40.54764212]} },
{type: 'Feature',properties:{Name: '5', Address: '162 STAFFORD AVENUE, ANNADALE', Month: '12', Price: '2092'}, geometry: { type: 'Point', coordinates:[-74.1855879, 40.54832847]} },
{type: 'Feature',properties:{Name: '5', Address: '257 CROWN AVENUE, ANNADALE', Month: '4', Price: '1728'}, geometry: { type: 'Point', coordinates:[-74.18777948, 40.54841274]} },
{type: 'Feature',properties:{Name: '5', Address: '102 BARCLAY AVENUE, ANNADALE', Month: '4', Price: '925'}, geometry: { type: 'Point', coordinates:[-74.17564645, 40.54033748]} },
{type: 'Feature',properties:{Name: '5', Address: '10 PINE TERRACE, ANNADALE', Month: '6', Price: '1848'}, geometry: { type: 'Point', coordinates:[-74.17817233, 40.53770954]} },
{type: 'Feature',properties:{Name: '5', Address: '64 TENAFLY PLACE, ANNADALE', Month: '8', Price: '1580'}, geometry: { type: 'Point', coordinates:[-74.18156161, 40.53647729]} },
{type: 'Feature',properties:{Name: '5', Address: '145 NORTH PINE TERRACE, ANNADALE', Month: '9', Price: '1912'}, geometry: { type: 'Point', coordinates:[-74.17954342, 40.53918686]} },
{type: 'Feature',properties:{Name: '5', Address: '952 ANNADALE ROAD, ANNADALE', Month: '5', Price: '1794'}, geometry: { type: 'Point', coordinates:[-74.17823536, 40.53841211]} },
{type: 'Feature',properties:{Name: '5', Address: '6 EAST TENAFLY AVENUE, ANNADALE', Month: '5', Price: '1302'}, geometry: { type: 'Point', coordinates:[-74.17818117, 40.53967481]} },
{type: 'Feature',properties:{Name: '5', Address: '170 SOUTH RAILROAD ST, ANNADALE', Month: '8', Price: '2300'}, geometry: { type: 'Point', coordinates:[-74.1821767, 40.53907841]} },
{type: 'Feature',properties:{Name: '5', Address: '40 NORTH RAILROAD ST, ANNADALE', Month: '11', Price: '2184'}, geometry: { type: 'Point', coordinates:[-74.1803026, 40.54053612]} },
{type: 'Feature',properties:{Name: '5', Address: '24 NORTH RAILROAD ST, ANNADALE', Month: '9', Price: '1800'}, geometry: { type: 'Point', coordinates:[-74.17961935, 40.54066345]} },
{type: 'Feature',properties:{Name: '5', Address: '244 DETROIT AVENUE, ANNADALE', Month: '2', Price: '2389'}, geometry: { type: 'Point', coordinates:[-74.1805381, 40.54247634]} },
{type: 'Feature',properties:{Name: '5', Address: '230 IONIA AVENUE, ANNADALE', Month: '12', Price: '1600'}, geometry: { type: 'Point', coordinates:[-74.18186869, 40.54355844]} },
{type: 'Feature',properties:{Name: '5', Address: '327 SHELDON AVENUE, ANNADALE', Month: '1', Price: '1390'}, geometry: { type: 'Point', coordinates:[-74.18587489, 40.54542673]} },
{type: 'Feature',properties:{Name: '5', Address: '282 STAFFORD AVENUE, ANNADALE', Month: '8', Price: '1008'}, geometry: { type: 'Point', coordinates:[-74.18782592, 40.54573098]} },
{type: 'Feature',properties:{Name: '5', Address: '223 SINCLAIR AVENUE, ANNADALE', Month: '2', Price: '1864'}, geometry: { type: 'Point', coordinates:[-74.18636988, 40.54616154]} },
{type: 'Feature',properties:{Name: '5', Address: '324 DETROIT AVENUE, ANNADALE', Month: '7', Price: '1779'}, geometry: { type: 'Point', coordinates:[-74.18197991, 40.54079698]} },
{type: 'Feature',properties:{Name: '5', Address: '320 DETROIT AVENUE, ANNADALE', Month: '4', Price: '1240'}, geometry: { type: 'Point', coordinates:[-74.18192253, 40.54086569]} },
{type: 'Feature',properties:{Name: '5', Address: '117 ALBEE AVENUE, ANNADALE', Month: '5', Price: '2176'}, geometry: { type: 'Point', coordinates:[-74.18396695, 40.53986057]} },
{type: 'Feature',properties:{Name: '5', Address: '350 IONIA AVENUE, ANNADALE', Month: '7', Price: '1170'}, geometry: { type: 'Point', coordinates:[-74.18406737, 40.54104892]} },
{type: 'Feature',properties:{Name: '5', Address: '215 SOUTH RAILROAD ST, ANNADALE', Month: '5', Price: '2231'}, geometry: { type: 'Point', coordinates:[-74.18452013, 40.5382375]} },
{type: 'Feature',properties:{Name: '5', Address: '182 NORTH RAILROAD ST, ANNADALE', Month: '5', Price: '2178'}, geometry: { type: 'Point', coordinates:[-74.18506202, 40.5390436]} },
{type: 'Feature',properties:{Name: '5', Address: '168 NORTH RAILROAD ST, ANNADALE', Month: '3', Price: '2138'}, geometry: { type: 'Point', coordinates:[-74.18470626, 40.53919239]} },
{type: 'Feature',properties:{Name: '5', Address: '360 IONIA AVENUE, ANNADALE', Month: '8', Price: '2100'}, geometry: { type: 'Point', coordinates:[-74.1846095, 40.54063358]} },
{type: 'Feature',properties:{Name: '5', Address: '297 DELMAR AVENUE, ANNADALE', Month: '11', Price: '1968'}, geometry: { type: 'Point', coordinates:[-74.18969364, 40.53949443]} },
{type: 'Feature',properties:{Name: '5', Address: '459 LAMONT AVENUE, ANNADALE', Month: '4', Price: '2362'}, geometry: { type: 'Point', coordinates:[-74.18878197, 40.54026448]} },
{type: 'Feature',properties:{Name: '5', Address: '400 RATHBUN AVENUE, ANNADALE', Month: '2', Price: '2047'}, geometry: { type: 'Point', coordinates:[-74.18881135, 40.54174663]} },
{type: 'Feature',properties:{Name: '5', Address: '73 RAMONA AVENUE, ANNADALE', Month: '7', Price: '1968'}, geometry: { type: 'Point', coordinates:[-74.18839584, 40.54112699]} },
{type: 'Feature',properties:{Name: '5', Address: '449 SINCLAIR AVENUE, ANNADALE', Month: '8', Price: '1568'}, geometry: { type: 'Point', coordinates:[-74.19109, 40.54341446]} },
{type: 'Feature',properties:{Name: '5', Address: '355 STAFFORD AVENUE, ANNADALE', Month: '5', Price: '2704'}, geometry: { type: 'Point', coordinates:[-74.19037314, 40.54437633]} },
{type: 'Feature',properties:{Name: '5', Address: '30 CROWN PLACE, ANNADALE', Month: '12', Price: '4850'}, geometry: { type: 'Point', coordinates:[-74.19147109, 40.54582103]} },
{type: 'Feature',properties:{Name: '5', Address: '406 CROWN AVENUE, ANNADALE', Month: '11', Price: '3120'}, geometry: { type: 'Point', coordinates:[-74.19188023, 40.54545803]} },
{type: 'Feature',properties:{Name: '5', Address: '25 ALVINE AVENUE, ANNADALE', Month: '1', Price: '1020'}, geometry: { type: 'Point', coordinates:[-74.18370828, 40.53606765]} },
{type: 'Feature',properties:{Name: '5', Address: '5193 AMBOY ROAD, ANNADALE', Month: '9', Price: '1560'}, geometry: { type: 'Point', coordinates:[-74.18332794, 40.53512404]} },
{type: 'Feature',properties:{Name: '5', Address: '270 ALBEE AVENUE, ANNADALE', Month: '9', Price: '1672'}, geometry: { type: 'Point', coordinates:[-74.18215746, 40.53597954]} },
{type: 'Feature',properties:{Name: '5', Address: '110 BAYVIEW TERRACE, ANNADALE', Month: '11', Price: '2500'}, geometry: { type: 'Point', coordinates:[-74.16603354, 40.52606774]} },
{type: 'Feature',properties:{Name: '5', Address: '629 BARCLAY AVENUE, ANNADALE', Month: '3', Price: '3800'}, geometry: { type: 'Point', coordinates:[-74.16759077, 40.52738025]} },
{type: 'Feature',properties:{Name: '5', Address: '64 RYAN PLACE, ANNADALE', Month: '6', Price: '2180'}, geometry: { type: 'Point', coordinates:[-74.16681474, 40.52776291]} },
{type: 'Feature',properties:{Name: '5', Address: '4823 HYLAN BOULEVARD, ANNADALE', Month: '11', Price: '1600'}, geometry: { type: 'Point', coordinates:[-74.16657592, 40.52719782]} },
{type: 'Feature',properties:{Name: '5', Address: '541 BARCLAY AVENUE, ANNADALE', Month: '12', Price: '2642'}, geometry: { type: 'Point', coordinates:[-74.16908924, 40.52961508]} },
{type: 'Feature',properties:{Name: '5', Address: '352 SHIRLEY AVENUE, ANNADALE', Month: '4', Price: '3550'}, geometry: { type: 'Point', coordinates:[-74.16790989, 40.53126645]} },
{type: 'Feature',properties:{Name: '5', Address: '344 SHIRLEY AVENUE, ANNADALE', Month: '8', Price: '1920'}, geometry: { type: 'Point', coordinates:[-74.16772302, 40.53134358]} },
{type: 'Feature',properties:{Name: '5', Address: '491 BARCLAY AVENUE, ANNADALE', Month: '1', Price: '4808'}, geometry: { type: 'Point', coordinates:[-74.1698334, 40.53084641]} },
{type: 'Feature',properties:{Name: '5', Address: '385 BARCLAY AVENUE, ANNADALE', Month: '11', Price: '3906'}, geometry: { type: 'Point', coordinates:[-74.17140121, 40.53340499]} },
{type: 'Feature',properties:{Name: '5', Address: '153 EYLANDT STREET, ANNADALE', Month: '9', Price: '2550'}, geometry: { type: 'Point', coordinates:[-74.17094569, 40.53393542]} },
{type: 'Feature',properties:{Name: '5', Address: '490 LIPSETT AVENUE, ANNADALE', Month: '8', Price: '724'}, geometry: { type: 'Point', coordinates:[-74.16849009, 40.52453804]} },
{type: 'Feature',properties:{Name: '5', Address: '600 BARCLAY AVENUE, ANNADALE', Month: '3', Price: '2500'}, geometry: { type: 'Point', coordinates:[-74.16802756, 40.52798896]} },
{type: 'Feature',properties:{Name: '5', Address: '409 LIPSETT AVENUE, ANNADALE', Month: '4', Price: '1480'}, geometry: { type: 'Point', coordinates:[-74.16912486, 40.52663415]} },
{type: 'Feature',properties:{Name: '5', Address: '24 ALLEN PLACE, ANNADALE', Month: '3', Price: '1104'}, geometry: { type: 'Point', coordinates:[-74.16887576, 40.52770225]} },
{type: 'Feature',properties:{Name: '5', Address: '274 BARCLAY AVENUE, ANNADALE', Month: '5', Price: '2100'}, geometry: { type: 'Point', coordinates:[-74.17319291, 40.53624319]} },
{type: 'Feature',properties:{Name: '5', Address: '280 BARCLAY AVENUE, ANNADALE', Month: '3', Price: '2100'}, geometry: { type: 'Point', coordinates:[-74.17303394, 40.53598542]} },
{type: 'Feature',properties:{Name: '5', Address: '25 BLUE HERON COURT, ANNADALE', Month: '6', Price: '4030'}, geometry: { type: 'Point', coordinates:[-74.17748293, 40.53551201]} },
{type: 'Feature',properties:{Name: '5', Address: '5008 AMBOY ROAD, ANNADALE', Month: '3', Price: '1960'}, geometry: { type: 'Point', coordinates:[-74.17732983, 40.53611336]} },
{type: 'Feature',properties:{Name: '5', Address: '4998 AMBOY ROAD, ANNADALE', Month: '5', Price: '1425'}, geometry: { type: 'Point', coordinates:[-74.17699213, 40.53629229]} },
{type: 'Feature',properties:{Name: '5', Address: '44 ZEPHYR AVENUE, ANNADALE', Month: '4', Price: '3490'}, geometry: { type: 'Point', coordinates:[-74.17343649, 40.52336138]} },
{type: 'Feature',properties:{Name: '5', Address: '30 ZEPHYR AVENUE, ANNADALE', Month: '7', Price: '368'}, geometry: { type: 'Point', coordinates:[-74.17334309, 40.52340544]} },
{type: 'Feature',properties:{Name: '5', Address: '11 PHILIP AVENUE, ANNADALE', Month: '4', Price: '1792'}, geometry: { type: 'Point', coordinates:[-74.18168036, 40.53516234]} },
{type: 'Feature',properties:{Name: '5', Address: '17 NICOLOSI LOOP, ANNADALE', Month: '8', Price: '5994'}, geometry: { type: 'Point', coordinates:[-74.17532018, 40.52293856]} },
{type: 'Feature',properties:{Name: '5', Address: '353 ARBUTUS AVENUE, ANNADALE', Month: '6', Price: '1922'}, geometry: { type: 'Point', coordinates:[-74.18003959, 40.52571176]} },
{type: 'Feature',properties:{Name: '5', Address: '349 ARBUTUS AVENUE, ANNADALE', Month: '4', Price: '1939'}, geometry: { type: 'Point', coordinates:[-74.18007932, 40.52576934]} },
{type: 'Feature',properties:{Name: '5', Address: '5196 HYLAN BOULEVARD, ANNADALE', Month: '5', Price: '2646'}, geometry: { type: 'Point', coordinates:[-74.1795772, 40.52631909]} },
{type: 'Feature',properties:{Name: '5', Address: '470 JANSEN STREET, ANNADALE', Month: '5', Price: '4000'}, geometry: { type: 'Point', coordinates:[-74.17955001, 40.528246]} },
{type: 'Feature',properties:{Name: '5', Address: '54 WENDY DRIVE, ANNADALE', Month: '5', Price: '3542'}, geometry: { type: 'Point', coordinates:[-74.17810303, 40.52790515]} },
{type: 'Feature',properties:{Name: '5', Address: '205 ARBUTUS AVENUE, ANNADALE', Month: '12', Price: '3550'}, geometry: { type: 'Point', coordinates:[-74.18240132, 40.52910063]} },
{type: 'Feature',properties:{Name: '5', Address: '203 ARBUTUS AVENUE, ANNADALE', Month: '1', Price: '3140'}, geometry: { type: 'Point', coordinates:[-74.18243019, 40.52913627]} },
{type: 'Feature',properties:{Name: '5', Address: '162 BATHGATE STREET, ANNADALE', Month: '4', Price: '1492'}, geometry: { type: 'Point', coordinates:[-74.16229777, 40.52968527]} },
{type: 'Feature',properties:{Name: '5', Address: '92 JEANNETTE AVENUE, ANNADALE', Month: '5', Price: '1548'}, geometry: { type: 'Point', coordinates:[-74.1740652, 40.54240948]} },
{type: 'Feature',properties:{Name: '5', Address: '83 JEANNETTE AVENUE, ANNADALE', Month: '11', Price: '2744'}, geometry: { type: 'Point', coordinates:[-74.174303, 40.54253812]} },
{type: 'Feature',properties:{Name: '5', Address: '128 FABIAN STREET, ANNADALE', Month: '2', Price: '2591'}, geometry: { type: 'Point', coordinates:[-74.17382247, 40.53900078]} },
{type: 'Feature',properties:{Name: '5', Address: '41 FABIAN STREET, ANNADALE', Month: '5', Price: '2112'}, geometry: { type: 'Point', coordinates:[-74.17466808, 40.54042955]} },
{type: 'Feature',properties:{Name: '5', Address: '14 RALPH AVENUE, ANNADALE', Month: '8', Price: '1580'}, geometry: { type: 'Point', coordinates:[-74.17467875, 40.54313592]} },
{type: 'Feature',properties:{Name: '5', Address: '21 LORRAINE AVENUE, ANNADALE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.17640455, 40.54266666]} },
{type: 'Feature',properties:{Name: '5', Address: '776 ANNADALE ROAD, ANNADALE', Month: '12', Price: '1248'}, geometry: { type: 'Point', coordinates:[-74.17729723, 40.54281076]} },
{type: 'Feature',properties:{Name: '5', Address: '191 RENSSELAER AVENUE, ANNADALE', Month: '4', Price: '2400'}, geometry: { type: 'Point', coordinates:[-74.1834826, 40.54690729]} },
{type: 'Feature',properties:{Name: '5', Address: '228 VINELAND AVENUE, ANNADALE', Month: '9', Price: '3615'}, geometry: { type: 'Point', coordinates:[-74.18694727, 40.54805178]} },
{type: 'Feature',properties:{Name: '5', Address: '224 VINELAND AVENUE, ANNADALE', Month: '12', Price: '3615'}, geometry: { type: 'Point', coordinates:[-74.18689348, 40.54811775]} },
{type: 'Feature',properties:{Name: '5', Address: '163 STAFFORD AVENUE, ANNADALE', Month: '4', Price: '2100'}, geometry: { type: 'Point', coordinates:[-74.18564895, 40.5482872]} },
{type: 'Feature',properties:{Name: '5', Address: '185 VINELAND AVENUE, ANNADALE', Month: '9', Price: '1680'}, geometry: { type: 'Point', coordinates:[-74.18639142, 40.54872517]} },
{type: 'Feature',properties:{Name: '5', Address: '227 VINELAND AVENUE, ANNADALE', Month: '8', Price: '2428'}, geometry: { type: 'Point', coordinates:[-74.18698681, 40.54803799]} },
{type: 'Feature',properties:{Name: '5', Address: '217 CROWN AVENUE, ANNADALE', Month: '7', Price: '2352'}, geometry: { type: 'Point', coordinates:[-74.18716616, 40.54911916]} },
{type: 'Feature',properties:{Name: '5', Address: '1007 ANNADALE ROAD, ANNADALE', Month: '11', Price: '2512'}, geometry: { type: 'Point', coordinates:[-74.17937265, 40.53722184]} },
{type: 'Feature',properties:{Name: '5', Address: '28 FURMAN STREET, ANNADALE', Month: '9', Price: '2668'}, geometry: { type: 'Point', coordinates:[-74.1787499, 40.53708831]} },
{type: 'Feature',properties:{Name: '5', Address: '67 ELY COURT, ANNADALE', Month: '9', Price: '3600'}, geometry: { type: 'Point', coordinates:[-74.17946078, 40.53788594]} },
{type: 'Feature',properties:{Name: '5', Address: '132 NORTH PINE TERRACE, ANNADALE', Month: '3', Price: '2008'}, geometry: { type: 'Point', coordinates:[-74.17937375, 40.53897303]} },
{type: 'Feature',properties:{Name: '5', Address: '15 EAST TENAFLY AVENUE, ANNADALE', Month: '9', Price: '2126'}, geometry: { type: 'Point', coordinates:[-74.17833191, 40.53954008]} },
{type: 'Feature',properties:{Name: '5', Address: '55 TENAFLY PLACE, ANNADALE', Month: '3', Price: '3496'}, geometry: { type: 'Point', coordinates:[-74.18100127, 40.53680481]} },
{type: 'Feature',properties:{Name: '5', Address: '59 TENAFLY PLACE, ANNADALE', Month: '8', Price: '3323'}, geometry: { type: 'Point', coordinates:[-74.18113052, 40.53670854]} },
{type: 'Feature',properties:{Name: '5', Address: '63 TENAFLY PLACE, ANNADALE', Month: '7', Price: '3323'}, geometry: { type: 'Point', coordinates:[-74.18126338, 40.53661226]} },
{type: 'Feature',properties:{Name: '5', Address: '67 TENAFLY PLACE, ANNADALE', Month: '11', Price: '3323'}, geometry: { type: 'Point', coordinates:[-74.18144303, 40.53652963]} },
{type: 'Feature',properties:{Name: '5', Address: '5113G AMBOY ROAD, ANNADALE', Month: '7', Price: '3323'}, geometry: { type: 'Point', coordinates:[-74.18167362, 40.53665553]} },
{type: 'Feature',properties:{Name: '5', Address: '5113H AMBOY ROAD, ANNADALE', Month: '2', Price: '2235'}, geometry: { type: 'Point', coordinates:[-74.18181382, 40.53661414]} },
{type: 'Feature',properties:{Name: '5', Address: '86 DOWNES AVENUE, ANNADALE', Month: '11', Price: '2100'}, geometry: { type: 'Point', coordinates:[-74.18248239, 40.53771649]} },
{type: 'Feature',properties:{Name: '5', Address: '21 DOWNES AVENUE, ANNADALE', Month: '5', Price: '1480'}, geometry: { type: 'Point', coordinates:[-74.18112559, 40.53887146]} },
{type: 'Feature',properties:{Name: '5', Address: '29 DOWNES AVENUE, ANNADALE', Month: '5', Price: '1480'}, geometry: { type: 'Point', coordinates:[-74.18124395, 40.53873404]} },
{type: 'Feature',properties:{Name: '5', Address: '41 DOWNES AVENUE, ANNADALE', Month: '11', Price: '2186'}, geometry: { type: 'Point', coordinates:[-74.18141968, 40.53853064]} },
{type: 'Feature',properties:{Name: '5', Address: '76 JEFFERSON BOULEVARD, ANNADALE', Month: '6', Price: '1038'}, geometry: { type: 'Point', coordinates:[-74.17862752, 40.54245188]} },
{type: 'Feature',properties:{Name: '5', Address: '240 DETROIT AVENUE, ANNADALE', Month: '11', Price: '2318'}, geometry: { type: 'Point', coordinates:[-74.18048789, 40.54253406]} },
{type: 'Feature',properties:{Name: '5', Address: '222 EDGEGROVE AVENUE, ANNADALE', Month: '9', Price: '2084'}, geometry: { type: 'Point', coordinates:[-74.18097926, 40.54329085]} },
{type: 'Feature',properties:{Name: '5', Address: '252 IONIA AVENUE, ANNADALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.18216279, 40.54321213]} },
{type: 'Feature',properties:{Name: '5', Address: '257 EDGEGROVE AVENUE, ANNADALE', Month: '5', Price: '2310'}, geometry: { type: 'Point', coordinates:[-74.18151017, 40.54270537]} },
{type: 'Feature',properties:{Name: '5', Address: '287 RENSSELAER AVENUE, ANNADALE', Month: '12', Price: '2250'}, geometry: { type: 'Point', coordinates:[-74.18468771, 40.54550001]} },
{type: 'Feature',properties:{Name: '5', Address: '179 SINCLAIR AVENUE, ANNADALE', Month: '10', Price: '2100'}, geometry: { type: 'Point', coordinates:[-74.18615827, 40.54640617]} },
{type: 'Feature',properties:{Name: '5', Address: '290 VINELAND AVENUE, ANNADALE', Month: '4', Price: '2106'}, geometry: { type: 'Point', coordinates:[-74.18814877, 40.5466582]} },
{type: 'Feature',properties:{Name: '5', Address: '271 VINELAND AVENUE, ANNADALE', Month: '8', Price: '2704'}, geometry: { type: 'Point', coordinates:[-74.18798028, 40.54688355]} },
{type: 'Feature',properties:{Name: '5', Address: '766 WOODROW ROAD, ANNADALE', Month: '7', Price: '2368'}, geometry: { type: 'Point', coordinates:[-74.19124801, 40.54708127]} },
{type: 'Feature',properties:{Name: '5', Address: '40 HOLCOMB AVENUE, ANNADALE', Month: '1', Price: '2662'}, geometry: { type: 'Point', coordinates:[-74.19042797, 40.5472034]} },
{type: 'Feature',properties:{Name: '5', Address: '261 SOUTH RAILROAD ST, ANNADALE', Month: '8', Price: '1600'}, geometry: { type: 'Point', coordinates:[-74.18619437, 40.5374086]} },
{type: 'Feature',properties:{Name: '5', Address: '208 NORTH RAILROAD ST, ANNADALE', Month: '11', Price: '2032'}, geometry: { type: 'Point', coordinates:[-74.18572683, 40.53876256]} },
{type: 'Feature',properties:{Name: '5', Address: '205 NORTH RAILROAD ST, ANNADALE', Month: '3', Price: '1984'}, geometry: { type: 'Point', coordinates:[-74.18583828, 40.53873493]} },
{type: 'Feature',properties:{Name: '5', Address: '790 DRUMGOOLE ROAD EAST, ANNADALE', Month: '4', Price: '2328'}, geometry: { type: 'Point', coordinates:[-74.18375162, 40.54267161]} },
{type: 'Feature',properties:{Name: '5', Address: '37 RAMONA AVENUE, ANNADALE', Month: '2', Price: '1936'}, geometry: { type: 'Point', coordinates:[-74.18693983, 40.54153285]} },
{type: 'Feature',properties:{Name: '5', Address: '65 HEENAN AVENUE, ANNADALE', Month: '1', Price: '2296'}, geometry: { type: 'Point', coordinates:[-74.18906727, 40.54445535]} },
{type: 'Feature',properties:{Name: '5', Address: '362 VINELAND AVENUE, ANNADALE', Month: '1', Price: '2936'}, geometry: { type: 'Point', coordinates:[-74.19032849, 40.545123]} },
{type: 'Feature',properties:{Name: '5', Address: '88 BELFIELD AVENUE, ANNADALE', Month: '1', Price: '3664'}, geometry: { type: 'Point', coordinates:[-74.19085067, 40.5465412]} },
{type: 'Feature',properties:{Name: '5', Address: '133 PEARE PLACE, ANNADALE', Month: '5', Price: '3604'}, geometry: { type: 'Point', coordinates:[-74.16511438, 40.52675253]} },
{type: 'Feature',properties:{Name: '5', Address: '104 PEARE PLACE, ANNADALE', Month: '4', Price: '2950'}, geometry: { type: 'Point', coordinates:[-74.16533453, 40.52704316]} },
{type: 'Feature',properties:{Name: '5', Address: '406 HAROLD AVENUE, ANNADALE', Month: '1', Price: '3360'}, geometry: { type: 'Point', coordinates:[-74.16371133, 40.52961739]} },
{type: 'Feature',properties:{Name: '5', Address: '427 HOLDRIDGE AVENUE, ANNADALE', Month: '9', Price: '2000'}, geometry: { type: 'Point', coordinates:[-74.16515794, 40.52836642]} },
{type: 'Feature',properties:{Name: '5', Address: '411 HOLDRIDGE AVENUE, ANNADALE', Month: '4', Price: '4488'}, geometry: { type: 'Point', coordinates:[-74.16536733, 40.52867079]} },
{type: 'Feature',properties:{Name: '5', Address: '4795 HYLAN BOULEVARD, ANNADALE', Month: '10', Price: '1900'}, geometry: { type: 'Point', coordinates:[-74.16603691, 40.52742093]} },
{type: 'Feature',properties:{Name: '5', Address: '76 WEAVER STREET, ANNADALE', Month: '10', Price: '3800'}, geometry: { type: 'Point', coordinates:[-74.16685529, 40.53247845]} },
{type: 'Feature',properties:{Name: '5', Address: '29 OCEANVIEW AVENUE, ANNADALE', Month: '6', Price: '1974'}, geometry: { type: 'Point', coordinates:[-74.16767691, 40.52586773]} },
{type: 'Feature',properties:{Name: '5', Address: '65 TYNDALE STREET, ANNADALE', Month: '11', Price: '2820'}, geometry: { type: 'Point', coordinates:[-74.16907389, 40.52923632]} },
{type: 'Feature',properties:{Name: '5', Address: '156 LIPSETT AVENUE, ANNADALE', Month: '11', Price: '2800'}, geometry: { type: 'Point', coordinates:[-74.17353835, 40.53349785]} },
{type: 'Feature',properties:{Name: '5', Address: '35 RAE AVENUE, ANNADALE', Month: '2', Price: '2100'}, geometry: { type: 'Point', coordinates:[-74.17435573, 40.5365461]} },
{type: 'Feature',properties:{Name: '5', Address: '11 RAE AVENUE, ANNADALE', Month: '3', Price: '2768'}, geometry: { type: 'Point', coordinates:[-74.17458697, 40.53692728]} },
{type: 'Feature',properties:{Name: '5', Address: '16 COTTONTAIL COURT, ANNADALE', Month: '2', Price: '3800'}, geometry: { type: 'Point', coordinates:[-74.17973086, 40.53530265]} },
{type: 'Feature',properties:{Name: '5', Address: '165 ARBUTUS AVENUE, ANNADALE', Month: '5', Price: '3890'}, geometry: { type: 'Point', coordinates:[-74.18305472, 40.52994225]} },
{type: 'Feature',properties:{Name: '5', Address: '113 ARBUTUS AVENUE, ANNADALE', Month: '12', Price: '2415'}, geometry: { type: 'Point', coordinates:[-74.18399691, 40.53114023]} },
{type: 'Feature',properties:{Name: '5', Address: '5264 AMBOY ROAD, ANNADALE', Month: '8', Price: '4017'}, geometry: { type: 'Point', coordinates:[-74.18570005, 40.53430501]} },
{type: 'Feature',properties:{Name: '5', Address: 'EDGEGROVE AVENUE, ANNADALE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.18136054, 40.54325182]} },
{type: 'Feature',properties:{Name: '5', Address: 'IONIA AVENUE, ANNADALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.18478865, 40.54036704]} },
{type: 'Feature',properties:{Name: '5', Address: 'IONIA AVENUE, ANNADALE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.18478865, 40.54036704]} },
{type: 'Feature',properties:{Name: '5', Address: 'LIPSETT AVENUE, ANNADALE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.16946523, 40.52751748]} },
{type: 'Feature',properties:{Name: '5', Address: 'POILLON AVENUE, ANNADALE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.17404624, 40.52546025]} },
{type: 'Feature',properties:{Name: '5', Address: 'NICOLOSI LOOP, ANNADALE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.17613624, 40.52277537]} },
{type: 'Feature',properties:{Name: '5', Address: 'CROWN PLACE, ANNADALE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.19100028, 40.5460112]} },
{type: 'Feature',properties:{Name: '5', Address: '800 ANNADALE ROAD, ANNADALE', Month: '6', Price: '2399'}, geometry: { type: 'Point', coordinates:[-74.17742208, 40.54240434]} },
{type: 'Feature',properties:{Name: '5', Address: '905 ANNADALE ROAD, ANNADALE', Month: '7', Price: '3000'}, geometry: { type: 'Point', coordinates:[-74.17736348, 40.53930278]} },
{type: 'Feature',properties:{Name: '5', Address: 'HOGAN AVENUE, ANNADALE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.18174684, 40.53050427]} },
{type: 'Feature',properties:{Name: '5', Address: '84 GARY STREET, ARDEN HEIGHTS', Month: '12', Price: '1700'}, geometry: { type: 'Point', coordinates:[-74.18125477, 40.5612964]} },
{type: 'Feature',properties:{Name: '5', Address: '21 BILLINGS STREET, ARDEN HEIGHTS', Month: '5', Price: '1510'}, geometry: { type: 'Point', coordinates:[-74.18101564, 40.56203514]} },
{type: 'Feature',properties:{Name: '5', Address: '31 BILLINGS STREET, ARDEN HEIGHTS', Month: '1', Price: '2065'}, geometry: { type: 'Point', coordinates:[-74.18132505, 40.56199622]} },
{type: 'Feature',properties:{Name: '5', Address: '31 BILLINGS STREET, ARDEN HEIGHTS', Month: '9', Price: '2065'}, geometry: { type: 'Point', coordinates:[-74.18132505, 40.56199622]} },
{type: 'Feature',properties:{Name: '5', Address: '35 BILLINGS STREET, ARDEN HEIGHTS', Month: '7', Price: '1510'}, geometry: { type: 'Point', coordinates:[-74.18144737, 40.56197956]} },
{type: 'Feature',properties:{Name: '5', Address: '37 BILLINGS STREET, ARDEN HEIGHTS', Month: '6', Price: '2065'}, geometry: { type: 'Point', coordinates:[-74.18150853, 40.56197123]} },
{type: 'Feature',properties:{Name: '5', Address: '163 KENILWORTH AVENUE, ARDEN HEIGHTS', Month: '7', Price: '2086'}, geometry: { type: 'Point', coordinates:[-74.18268555, 40.56202151]} },
{type: 'Feature',properties:{Name: '5', Address: '155 KENILWORTH AVENUE, ARDEN HEIGHTS', Month: '3', Price: '2065'}, geometry: { type: 'Point', coordinates:[-74.18271846, 40.5622136]} },
{type: 'Feature',properties:{Name: '5', Address: '6 CHATHAM STREET, ARDEN HEIGHTS', Month: '6', Price: '2063'}, geometry: { type: 'Point', coordinates:[-74.18124064, 40.56272098]} },
{type: 'Feature',properties:{Name: '5', Address: '29 CHATHAM STREET, ARDEN HEIGHTS', Month: '9', Price: '1120'}, geometry: { type: 'Point', coordinates:[-74.1817588, 40.56268448]} },
{type: 'Feature',properties:{Name: '5', Address: '127 KENILWORTH AVENUE, ARDEN HEIGHTS', Month: '10', Price: '1540'}, geometry: { type: 'Point', coordinates:[-74.18285351, 40.56290233]} },
{type: 'Feature',properties:{Name: '5', Address: '26 BENSON STREET, ARDEN HEIGHTS', Month: '9', Price: '1275'}, geometry: { type: 'Point', coordinates:[-74.1822791, 40.56474776]} },
{type: 'Feature',properties:{Name: '5', Address: '23 BENSON STREET, ARDEN HEIGHTS', Month: '11', Price: '1400'}, geometry: { type: 'Point', coordinates:[-74.18254899, 40.56473086]} },
{type: 'Feature',properties:{Name: '5', Address: '1278 ARTHUR KILL ROAD, ARDEN HEIGHTS', Month: '1', Price: '1428'}, geometry: { type: 'Point', coordinates:[-74.18285696, 40.56547696]} },
{type: 'Feature',properties:{Name: '5', Address: '8 BENSON STREET, ARDEN HEIGHTS', Month: '4', Price: '1275'}, geometry: { type: 'Point', coordinates:[-74.18279, 40.56468381]} },
{type: 'Feature',properties:{Name: '5', Address: '42 KENILWORTH AVENUE, ARDEN HEIGHTS', Month: '12', Price: '1350'}, geometry: { type: 'Point', coordinates:[-74.18329053, 40.5647736]} },
{type: 'Feature',properties:{Name: '5', Address: '134 KENILWORTH AVENUE, ARDEN HEIGHTS', Month: '7', Price: '1060'}, geometry: { type: 'Point', coordinates:[-74.18284959, 40.56278431]} },
{type: 'Feature',properties:{Name: '5', Address: '176 KENILWORTH AVE, ARDEN HEIGHTS', Month: '3', Price: '1060'}, geometry: { type: 'Point', coordinates:[-74.18264872, 40.5617169]} },
{type: 'Feature',properties:{Name: '5', Address: '169 PRESENTATION CIRCLE, ARDEN HEIGHTS', Month: '1', Price: '2484'}, geometry: { type: 'Point', coordinates:[-74.18506753, 40.5553231]} },
{type: 'Feature',properties:{Name: '5', Address: '149 PRESENTATION CIRCLE, ARDEN HEIGHTS', Month: '9', Price: '2202'}, geometry: { type: 'Point', coordinates:[-74.18537078, 40.5556712]} },
{type: 'Feature',properties:{Name: '5', Address: '200 PRESENTATION CIRCLE, ARDEN HEIGHTS', Month: '5', Price: '1991'}, geometry: { type: 'Point', coordinates:[-74.1843689, 40.55514581]} },
{type: 'Feature',properties:{Name: '5', Address: '210 PRESENTATION CIRCLE, ARDEN HEIGHTS', Month: '6', Price: '1991'}, geometry: { type: 'Point', coordinates:[-74.18408467, 40.55516822]} },
{type: 'Feature',properties:{Name: '5', Address: '81 PRESENTATION CIRCLE, ARDEN HEIGHTS', Month: '11', Price: '1991'}, geometry: { type: 'Point', coordinates:[-74.18441083, 40.55599389]} },
{type: 'Feature',properties:{Name: '5', Address: '89 PRESENTATION CIRCLE, ARDEN HEIGHTS', Month: '3', Price: '1991'}, geometry: { type: 'Point', coordinates:[-74.18478511, 40.55599878]} },
{type: 'Feature',properties:{Name: '5', Address: '67 ILYSSA WAY, ARDEN HEIGHTS', Month: '8', Price: '1510'}, geometry: { type: 'Point', coordinates:[-74.18134994, 40.5605579]} },
{type: 'Feature',properties:{Name: '5', Address: '351 ASPEN KNOLLS WAY, ARDEN HEIGHTS', Month: '6', Price: '1510'}, geometry: { type: 'Point', coordinates:[-74.18345555, 40.56195441]} },
{type: 'Feature',properties:{Name: '5', Address: '327 ASPEN KNOLLS WAY, ARDEN HEIGHTS', Month: '10', Price: '1354'}, geometry: { type: 'Point', coordinates:[-74.18366152, 40.56225601]} },
{type: 'Feature',properties:{Name: '5', Address: '325 ASPEN KNOLLS WAY, ARDEN HEIGHTS', Month: '1', Price: '1354'}, geometry: { type: 'Point', coordinates:[-74.18366881, 40.56228894]} },
{type: 'Feature',properties:{Name: '5', Address: '325 ASPEN KNOLLS WAY, ARDEN HEIGHTS', Month: '8', Price: '1354'}, geometry: { type: 'Point', coordinates:[-74.18366881, 40.56228894]} },
{type: 'Feature',properties:{Name: '5', Address: '171 ASPEN KNOLLS WAY, ARDEN HEIGHTS', Month: '9', Price: '1354'}, geometry: { type: 'Point', coordinates:[-74.18390407, 40.5627689]} },
{type: 'Feature',properties:{Name: '5', Address: '141 ASPEN KNOLLS WAY, ARDEN HEIGHTS', Month: '2', Price: '1510'}, geometry: { type: 'Point', coordinates:[-74.1837459, 40.56283778]} },
{type: 'Feature',properties:{Name: '5', Address: '109 ASPEN KNOLLS WAY, ARDEN HEIGHTS', Month: '2', Price: '1354'}, geometry: { type: 'Point', coordinates:[-74.18371523, 40.56346364]} },
{type: 'Feature',properties:{Name: '5', Address: '91 ASPEN KNOLLS WAY, ARDEN HEIGHTS', Month: '5', Price: '1354'}, geometry: { type: 'Point', coordinates:[-74.18407532, 40.56352894]} },
{type: 'Feature',properties:{Name: '5', Address: '62 BIANCA COURT, ARDEN HEIGHTS', Month: '5', Price: '1510'}, geometry: { type: 'Point', coordinates:[-74.18402064, 40.56458304]} },
{type: 'Feature',properties:{Name: '5', Address: '1292 ARTHUR KILL ROAD, ARDEN HEIGHTS', Month: '7', Price: '1354'}, geometry: { type: 'Point', coordinates:[-74.18375983, 40.56528613]} },
{type: 'Feature',properties:{Name: '5', Address: '51 BIANCA COURT, ARDEN HEIGHTS', Month: '4', Price: '1354'}, geometry: { type: 'Point', coordinates:[-74.18403544, 40.56473123]} },
{type: 'Feature',properties:{Name: '5', Address: '33 BIANCA COURT, ARDEN HEIGHTS', Month: '11', Price: '929'}, geometry: { type: 'Point', coordinates:[-74.18424398, 40.56465404]} },
{type: 'Feature',properties:{Name: '5', Address: '1320 ARTHUR KILL ROAD, ARDEN HEIGHTS', Month: '2', Price: '1354'}, geometry: { type: 'Point', coordinates:[-74.18453996, 40.56496099]} },
{type: 'Feature',properties:{Name: '5', Address: '42 ILYSSA WAY, ARDEN HEIGHTS', Month: '12', Price: '1510'}, geometry: { type: 'Point', coordinates:[-74.18104753, 40.56051995]} },
{type: 'Feature',properties:{Name: '5', Address: '48 ILYSSA WAY, ARDEN HEIGHTS', Month: '3', Price: '1510'}, geometry: { type: 'Point', coordinates:[-74.18114832, 40.56053077]} },
{type: 'Feature',properties:{Name: '5', Address: '60 ILYSSA WAY, ARDEN HEIGHTS', Month: '2', Price: '1354'}, geometry: { type: 'Point', coordinates:[-74.18133548, 40.56053596]} },
{type: 'Feature',properties:{Name: '5', Address: '70 ILYSSA WAY, ARDEN HEIGHTS', Month: '7', Price: '1553'}, geometry: { type: 'Point', coordinates:[-74.1813607, 40.56054416]} },
{type: 'Feature',properties:{Name: '5', Address: '70 ILYSSA WAY, ARDEN HEIGHTS', Month: '10', Price: '1553'}, geometry: { type: 'Point', coordinates:[-74.1813607, 40.56054416]} },
{type: 'Feature',properties:{Name: '5', Address: '76 ILYSSA WAY, ARDEN HEIGHTS', Month: '1', Price: '1354'}, geometry: { type: 'Point', coordinates:[-74.1813751, 40.56054688]} },
{type: 'Feature',properties:{Name: '5', Address: '86 ILYSSA WAY, ARDEN HEIGHTS', Month: '12', Price: '1510'}, geometry: { type: 'Point', coordinates:[-74.18139672, 40.56055508]} },
{type: 'Feature',properties:{Name: '5', Address: '216 ILYSSA WAY, ARDEN HEIGHTS', Month: '11', Price: '1510'}, geometry: { type: 'Point', coordinates:[-74.18414196, 40.56028447]} },
{type: 'Feature',properties:{Name: '5', Address: '226 ILYSSA WAY, ARDEN HEIGHTS', Month: '10', Price: '1553'}, geometry: { type: 'Point', coordinates:[-74.18429667, 40.56027049]} },
{type: 'Feature',properties:{Name: '5', Address: '226 ILYSSA WAY, ARDEN HEIGHTS', Month: '2', Price: '1553'}, geometry: { type: 'Point', coordinates:[-74.18429667, 40.56027049]} },
{type: 'Feature',properties:{Name: '5', Address: '228 ILYSSA WAY, ARDEN HEIGHTS', Month: '7', Price: '1354'}, geometry: { type: 'Point', coordinates:[-74.18432546, 40.5602677]} },
{type: 'Feature',properties:{Name: '5', Address: '236 ILYSSA WAY, ARDEN HEIGHTS', Month: '5', Price: '1510'}, geometry: { type: 'Point', coordinates:[-74.1844694, 40.56026473]} },
{type: 'Feature',properties:{Name: '5', Address: '282 ILYSSA WAY, ARDEN HEIGHTS', Month: '2', Price: '1510'}, geometry: { type: 'Point', coordinates:[-74.18506676, 40.56024181]} },
{type: 'Feature',properties:{Name: '5', Address: '350 ILYSSA WAY, ARDEN HEIGHTS', Month: '10', Price: '1510'}, geometry: { type: 'Point', coordinates:[-74.18597333, 40.56011408]} },
{type: 'Feature',properties:{Name: '5', Address: '426 ILYSSA WAY, ARDEN HEIGHTS', Month: '10', Price: '1510'}, geometry: { type: 'Point', coordinates:[-74.18662144, 40.56022282]} },
{type: 'Feature',properties:{Name: '5', Address: '660 ILYSSA WAY, ARDEN HEIGHTS', Month: '2', Price: '1354'}, geometry: { type: 'Point', coordinates:[-74.18701667, 40.56256076]} },
{type: 'Feature',properties:{Name: '5', Address: '708 ILYSSA WAY, ARDEN HEIGHTS', Month: '8', Price: '1354'}, geometry: { type: 'Point', coordinates:[-74.18721316, 40.56332624]} },
{type: 'Feature',properties:{Name: '5', Address: '726 ILYSSA WAY, ARDEN HEIGHTS', Month: '3', Price: '1354'}, geometry: { type: 'Point', coordinates:[-74.18720659, 40.56355133]} },
{type: 'Feature',properties:{Name: '5', Address: '276 ASPEN KNOLLS WAY, ARDEN HEIGHTS', Month: '3', Price: '1510'}, geometry: { type: 'Point', coordinates:[-74.18413317, 40.56232113]} },
{type: 'Feature',properties:{Name: '5', Address: '278 ASPEN KNOLLS WAY, ARDEN HEIGHTS', Month: '8', Price: '1510'}, geometry: { type: 'Point', coordinates:[-74.18411878, 40.56232115]} },
{type: 'Feature',properties:{Name: '5', Address: '254 JAMIE LANE, ARDEN HEIGHTS', Month: '1', Price: '1553'}, geometry: { type: 'Point', coordinates:[-74.18417433, 40.56158545]} },
{type: 'Feature',properties:{Name: '5', Address: '222 JAMIE LANE, ARDEN HEIGHTS', Month: '2', Price: '1553'}, geometry: { type: 'Point', coordinates:[-74.18472181, 40.56174103]} },
{type: 'Feature',properties:{Name: '5', Address: '176 JAMIE LANE, ARDEN HEIGHTS', Month: '7', Price: '1354'}, geometry: { type: 'Point', coordinates:[-74.18518351, 40.56211084]} },
{type: 'Feature',properties:{Name: '5', Address: '232 ASPEN KNOLLS WAY, ARDEN HEIGHTS', Month: '6', Price: '1354'}, geometry: { type: 'Point', coordinates:[-74.18451556, 40.5626444]} },
{type: 'Feature',properties:{Name: '5', Address: '40 JAMIE LANE, ARDEN HEIGHTS', Month: '6', Price: '1510'}, geometry: { type: 'Point', coordinates:[-74.18475472, 40.56322867]} },
{type: 'Feature',properties:{Name: '5', Address: '60 JAMIE LANE, ARDEN HEIGHTS', Month: '3', Price: '1324'}, geometry: { type: 'Point', coordinates:[-74.18506415, 40.56319797]} },
{type: 'Feature',properties:{Name: '5', Address: '611 ILYSSA WAY, ARDEN HEIGHTS', Month: '9', Price: '1354'}, geometry: { type: 'Point', coordinates:[-74.18692552, 40.5621437]} },
{type: 'Feature',properties:{Name: '5', Address: '571 ILYSSA WAY, ARDEN HEIGHTS', Month: '1', Price: '1354'}, geometry: { type: 'Point', coordinates:[-74.18688108, 40.56169362]} },
{type: 'Feature',properties:{Name: '5', Address: '569 ILYSSA WAY, ARDEN HEIGHTS', Month: '7', Price: '929'}, geometry: { type: 'Point', coordinates:[-74.18688104, 40.5616799]} },
{type: 'Feature',properties:{Name: '5', Address: '211 EMILY LANE, ARDEN HEIGHTS', Month: '4', Price: '1354'}, geometry: { type: 'Point', coordinates:[-74.18610294, 40.56142315]} },
{type: 'Feature',properties:{Name: '5', Address: '161 EMILY LANE, ARDEN HEIGHTS', Month: '7', Price: '929'}, geometry: { type: 'Point', coordinates:[-74.1858828, 40.56120666]} },
{type: 'Feature',properties:{Name: '5', Address: '223 JAMIE LANE, ARDEN HEIGHTS', Month: '4', Price: '1354'}, geometry: { type: 'Point', coordinates:[-74.18477936, 40.56172721]} },
{type: 'Feature',properties:{Name: '5', Address: '117 JAMIE LANE, ARDEN HEIGHTS', Month: '5', Price: '1354'}, geometry: { type: 'Point', coordinates:[-74.18518565, 40.56288213]} },
{type: 'Feature',properties:{Name: '5', Address: '97 JAMIE LANE, ARDEN HEIGHTS', Month: '6', Price: '1354'}, geometry: { type: 'Point', coordinates:[-74.18520396, 40.56299738]} },
{type: 'Feature',properties:{Name: '5', Address: '71 JAMIE LANE, ARDEN HEIGHTS', Month: '7', Price: '1354'}, geometry: { type: 'Point', coordinates:[-74.18510018, 40.56321164]} },
{type: 'Feature',properties:{Name: '5', Address: '55 AMANDA COURT, ARDEN HEIGHTS', Month: '8', Price: '1354'}, geometry: { type: 'Point', coordinates:[-74.18503333, 40.56376346]} },
{type: 'Feature',properties:{Name: '5', Address: '32 ASPEN KNOLLS WAY, ARDEN HEIGHTS', Month: '10', Price: '1354'}, geometry: { type: 'Point', coordinates:[-74.18460971, 40.5641539]} },
{type: 'Feature',properties:{Name: '5', Address: '23 AMANDA COURT, ARDEN HEIGHTS', Month: '4', Price: '1354'}, geometry: { type: 'Point', coordinates:[-74.1851099, 40.56412016]} },
{type: 'Feature',properties:{Name: '5', Address: '493 ILYSSA WAY, ARDEN HEIGHTS', Month: '12', Price: '1354'}, geometry: { type: 'Point', coordinates:[-74.18672725, 40.56073868]} },
{type: 'Feature',properties:{Name: '5', Address: '433 ILYSSA WAY, ARDEN HEIGHTS', Month: '9', Price: '929'}, geometry: { type: 'Point', coordinates:[-74.18660716, 40.56026402]} },
{type: 'Feature',properties:{Name: '5', Address: '317 ILYSSA WAY, ARDEN HEIGHTS', Month: '7', Price: '1510'}, geometry: { type: 'Point', coordinates:[-74.18539422, 40.56022755]} },
{type: 'Feature',properties:{Name: '5', Address: '291 ILYSSA WAY, ARDEN HEIGHTS', Month: '1', Price: '929'}, geometry: { type: 'Point', coordinates:[-74.18514597, 40.56025266]} },
{type: 'Feature',properties:{Name: '5', Address: '251 ILYSSA WAY, ARDEN HEIGHTS', Month: '8', Price: '1354'}, geometry: { type: 'Point', coordinates:[-74.18457385, 40.56029201]} },
{type: 'Feature',properties:{Name: '5', Address: '229 ILYSSA WAY, ARDEN HEIGHTS', Month: '8', Price: '1354'}, geometry: { type: 'Point', coordinates:[-74.18436148, 40.56028137]} },
{type: 'Feature',properties:{Name: '5', Address: '120 EMILY LANE, ARDEN HEIGHTS', Month: '2', Price: '1553'}, geometry: { type: 'Point', coordinates:[-74.18556884, 40.56089975]} },
{type: 'Feature',properties:{Name: '5', Address: '234 EMILY LANE, ARDEN HEIGHTS', Month: '10', Price: '1354'}, geometry: { type: 'Point', coordinates:[-74.18607052, 40.56141222]} },
{type: 'Feature',properties:{Name: '5', Address: '1566 ARTHUR KILL ROAD, ARDEN HEIGHTS', Month: '7', Price: '1350'}, geometry: { type: 'Point', coordinates:[-74.19327536, 40.56254765]} },
{type: 'Feature',properties:{Name: '5', Address: '33 REGINA LANE, ARDEN HEIGHTS', Month: '1', Price: '1690'}, geometry: { type: 'Point', coordinates:[-74.18519982, 40.55371442]} },
{type: 'Feature',properties:{Name: '5', Address: '30 REGINA LANE, ARDEN HEIGHTS', Month: '5', Price: '1690'}, geometry: { type: 'Point', coordinates:[-74.18522499, 40.55370615]} },
{type: 'Feature',properties:{Name: '5', Address: '23 SUSANNA LANE, ARDEN HEIGHTS', Month: '12', Price: '1690'}, geometry: { type: 'Point', coordinates:[-74.18619155, 40.55318582]} },
{type: 'Feature',properties:{Name: '5', Address: '36 SUSANNA LANE, ARDEN HEIGHTS', Month: '5', Price: '1690'}, geometry: { type: 'Point', coordinates:[-74.1859928, 40.55288695]} },
{type: 'Feature',properties:{Name: '5', Address: '26 LINDA LANE, ARDEN HEIGHTS', Month: '6', Price: '1690'}, geometry: { type: 'Point', coordinates:[-74.18659982, 40.55377254]} },
{type: 'Feature',properties:{Name: '5', Address: '565 WOODROW ROAD, ARDEN HEIGHTS', Month: '1', Price: '3600'}, geometry: { type: 'Point', coordinates:[-74.18666495, 40.55132132]} },
{type: 'Feature',properties:{Name: '5', Address: '1784 ARTHUR KILL ROAD, ARDEN HEIGHTS', Month: '5', Price: '1156'}, geometry: { type: 'Point', coordinates:[-74.19698057, 40.55949462]} },
{type: 'Feature',properties:{Name: '5', Address: '1780 ARTHUR KILL ROAD, ARDEN HEIGHTS', Month: '11', Price: '1156'}, geometry: { type: 'Point', coordinates:[-74.19689442, 40.55957162]} },
{type: 'Feature',properties:{Name: '5', Address: '63 ALMOND STREET, ARDEN HEIGHTS', Month: '3', Price: '760'}, geometry: { type: 'Point', coordinates:[-74.18978574, 40.55038845]} },
{type: 'Feature',properties:{Name: '5', Address: '5 RUXTON AVENUE, ARDEN HEIGHTS', Month: '11', Price: '1904'}, geometry: { type: 'Point', coordinates:[-74.1891059, 40.54920656]} },
{type: 'Feature',properties:{Name: '5', Address: '5 RUXTON AVENUE, ARDEN HEIGHTS', Month: '3', Price: '1904'}, geometry: { type: 'Point', coordinates:[-74.1891059, 40.54920656]} },
{type: 'Feature',properties:{Name: '5', Address: '104 CANTON AVENUE, ARDEN HEIGHTS', Month: '5', Price: '1488'}, geometry: { type: 'Point', coordinates:[-74.1919042, 40.5487902]} },
{type: 'Feature',properties:{Name: '5', Address: '12 BELFIELD AVENUE, ARDEN HEIGHTS', Month: '9', Price: '1600'}, geometry: { type: 'Point', coordinates:[-74.1936617, 40.54807908]} },
{type: 'Feature',properties:{Name: '5', Address: '128 HOLCOMB AVENUE, ARDEN HEIGHTS', Month: '6', Price: '1300'}, geometry: { type: 'Point', coordinates:[-74.19289273, 40.54844269]} },
{type: 'Feature',properties:{Name: '5', Address: '61 EVERTON PLACE, ARDEN HEIGHTS', Month: '9', Price: '2119'}, geometry: { type: 'Point', coordinates:[-74.19400588, 40.54764482]} },
{type: 'Feature',properties:{Name: '5', Address: '33 HAMPTON GREEN, ARDEN HEIGHTS', Month: '4', Price: '1480'}, geometry: { type: 'Point', coordinates:[-74.19358603, 40.55424956]} },
{type: 'Feature',properties:{Name: '5', Address: '35 HAMPTON GREEN, ARDEN HEIGHTS', Month: '2', Price: '1868'}, geometry: { type: 'Point', coordinates:[-74.1935391, 40.55420023]} },
{type: 'Feature',properties:{Name: '5', Address: '147 HAMPTON GREEN, ARDEN HEIGHTS', Month: '12', Price: '1496'}, geometry: { type: 'Point', coordinates:[-74.19576604, 40.5527719]} },
{type: 'Feature',properties:{Name: '5', Address: '175 HAMPTON GREEN, ARDEN HEIGHTS', Month: '11', Price: '1088'}, geometry: { type: 'Point', coordinates:[-74.19632048, 40.55286427]} },
{type: 'Feature',properties:{Name: '5', Address: '177 HAMPTON GREEN, ARDEN HEIGHTS', Month: '12', Price: '1088'}, geometry: { type: 'Point', coordinates:[-74.19635289, 40.55286971]} },
{type: 'Feature',properties:{Name: '5', Address: '181 HAMPTON GREEN, ARDEN HEIGHTS', Month: '6', Price: '1562'}, geometry: { type: 'Point', coordinates:[-74.19641771, 40.55288606]} },
{type: 'Feature',properties:{Name: '5', Address: '20 PRINCETON LANE, ARDEN HEIGHTS', Month: '11', Price: '1376'}, geometry: { type: 'Point', coordinates:[-74.19668912, 40.55340437]} },
{type: 'Feature',properties:{Name: '5', Address: '20 PRINCETON LANE, ARDEN HEIGHTS', Month: '9', Price: '1376'}, geometry: { type: 'Point', coordinates:[-74.19668912, 40.55340437]} },
{type: 'Feature',properties:{Name: '5', Address: '14 HAMPTON GREEN, ARDEN HEIGHTS', Month: '2', Price: '1562'}, geometry: { type: 'Point', coordinates:[-74.19399021, 40.55464138]} },
{type: 'Feature',properties:{Name: '5', Address: '32 HAMPTON GREEN, ARDEN HEIGHTS', Month: '4', Price: '1496'}, geometry: { type: 'Point', coordinates:[-74.19354986, 40.55418649]} },
{type: 'Feature',properties:{Name: '5', Address: '108 HAMPTON GREEN, ARDEN HEIGHTS', Month: '10', Price: '1088'}, geometry: { type: 'Point', coordinates:[-74.19480329, 40.55333896]} },
{type: 'Feature',properties:{Name: '5', Address: '252 HAMPTON GREEN, ARDEN HEIGHTS', Month: '6', Price: '1112'}, geometry: { type: 'Point', coordinates:[-74.1958236, 40.55399324]} },
{type: 'Feature',properties:{Name: '5', Address: '286 HAMPTON GREEN, ARDEN HEIGHTS', Month: '5', Price: '1088'}, geometry: { type: 'Point', coordinates:[-74.19498299, 40.55449423]} },
{type: 'Feature',properties:{Name: '5', Address: '61 FOREST GREEN, ARDEN HEIGHTS', Month: '2', Price: '1088'}, geometry: { type: 'Point', coordinates:[-74.19527266, 40.55510308]} },
{type: 'Feature',properties:{Name: '5', Address: '20 BIRCH LANE, ARDEN HEIGHTS', Month: '9', Price: '1736'}, geometry: { type: 'Point', coordinates:[-74.19560703, 40.55499821]} },
{type: 'Feature',properties:{Name: '5', Address: '84 FOREST GREEN, ARDEN HEIGHTS', Month: '2', Price: '1536'}, geometry: { type: 'Point', coordinates:[-74.19595884, 40.55470666]} },
{type: 'Feature',properties:{Name: '5', Address: '88 FOREST GREEN, ARDEN HEIGHTS', Month: '9', Price: '1736'}, geometry: { type: 'Point', coordinates:[-74.19609538, 40.55463781]} },
{type: 'Feature',properties:{Name: '5', Address: '140 FOREST GREEN, ARDEN HEIGHTS', Month: '4', Price: '1112'}, geometry: { type: 'Point', coordinates:[-74.19659017, 40.55524082]} },
{type: 'Feature',properties:{Name: '5', Address: '261 DOVER GREEN, ARDEN HEIGHTS', Month: '2', Price: '1112'}, geometry: { type: 'Point', coordinates:[-74.19738275, 40.55797604]} },
{type: 'Feature',properties:{Name: '5', Address: '85 DOVER GREEN, ARDEN HEIGHTS', Month: '3', Price: '1112'}, geometry: { type: 'Point', coordinates:[-74.19647815, 40.55630875]} },
{type: 'Feature',properties:{Name: '5', Address: '131 DOVER GREEN, ARDEN HEIGHTS', Month: '7', Price: '1536'}, geometry: { type: 'Point', coordinates:[-74.19734471, 40.55606297]} },
{type: 'Feature',properties:{Name: '5', Address: '147 DOVER GREEN, ARDEN HEIGHTS', Month: '5', Price: '1088'}, geometry: { type: 'Point', coordinates:[-74.19759009, 40.55628763]} },
{type: 'Feature',properties:{Name: '5', Address: '151 DOVER GREEN, ARDEN HEIGHTS', Month: '7', Price: '1536'}, geometry: { type: 'Point', coordinates:[-74.19765144, 40.55634516]} },
{type: 'Feature',properties:{Name: '5', Address: '183 DOVER GREEN, ARDEN HEIGHTS', Month: '4', Price: '1536'}, geometry: { type: 'Point', coordinates:[-74.19828668, 40.55697537]} },
{type: 'Feature',properties:{Name: '5', Address: '217 DOVER GREEN, ARDEN HEIGHTS', Month: '5', Price: '1536'}, geometry: { type: 'Point', coordinates:[-74.19828164, 40.55770276]} },
{type: 'Feature',properties:{Name: '5', Address: '34 KYLE COURT, ARDEN HEIGHTS', Month: '10', Price: '1376'}, geometry: { type: 'Point', coordinates:[-74.19723367, 40.55745753]} },
{type: 'Feature',properties:{Name: '5', Address: '32 DOVER GREEN, ARDEN HEIGHTS', Month: '11', Price: '1376'}, geometry: { type: 'Point', coordinates:[-74.19659584, 40.55716767]} },
{type: 'Feature',properties:{Name: '5', Address: '32 DOVER GREEN, ARDEN HEIGHTS', Month: '11', Price: '1376'}, geometry: { type: 'Point', coordinates:[-74.19659584, 40.55716767]} },
{type: 'Feature',properties:{Name: '5', Address: '130 DOVER GREEN, ARDEN HEIGHTS', Month: '5', Price: '1624'}, geometry: { type: 'Point', coordinates:[-74.19723294, 40.55598905]} },
{type: 'Feature',properties:{Name: '5', Address: '27 CHESTNUT CIRCLE, ARDEN HEIGHTS', Month: '3', Price: '1480'}, geometry: { type: 'Point', coordinates:[-74.19754764, 40.55653748]} },
{type: 'Feature',properties:{Name: '5', Address: '210 DOVER GREEN, ARDEN HEIGHTS', Month: '8', Price: '1368'}, geometry: { type: 'Point', coordinates:[-74.19851122, 40.55745258]} },
{type: 'Feature',properties:{Name: '5', Address: '220 DOVER GREEN, ARDEN HEIGHTS', Month: '7', Price: '1480'}, geometry: { type: 'Point', coordinates:[-74.19829951, 40.55766155]} },
{type: 'Feature',properties:{Name: '5', Address: '47 CARLYLE GREEN, ARDEN HEIGHTS', Month: '8', Price: '1400'}, geometry: { type: 'Point', coordinates:[-74.19865205, 40.55640108]} },
{type: 'Feature',properties:{Name: '5', Address: '61 CARLYLE GREEN, ARDEN HEIGHTS', Month: '12', Price: '1280'}, geometry: { type: 'Point', coordinates:[-74.19794826, 40.55571334]} },
{type: 'Feature',properties:{Name: '5', Address: '215 CARLYLE GREEN, ARDEN HEIGHTS', Month: '12', Price: '1240'}, geometry: { type: 'Point', coordinates:[-74.19892024, 40.55582694]} },
{type: 'Feature',properties:{Name: '5', Address: '202 CARLYLE GREEN, ARDEN HEIGHTS', Month: '1', Price: '1560'}, geometry: { type: 'Point', coordinates:[-74.19914983, 40.55558226]} },
{type: 'Feature',properties:{Name: '5', Address: '40 POETS CIRCLE, ARDEN HEIGHTS', Month: '6', Price: '1408'}, geometry: { type: 'Point', coordinates:[-74.19891567, 40.55550032]} },
{type: 'Feature',properties:{Name: '5', Address: '246 CARLYLE GREEN, ARDEN HEIGHTS', Month: '4', Price: '1240'}, geometry: { type: 'Point', coordinates:[-74.19872996, 40.55597824]} },
{type: 'Feature',properties:{Name: '5', Address: '250 CARLYLE GREEN, ARDEN HEIGHTS', Month: '1', Price: '1240'}, geometry: { type: 'Point', coordinates:[-74.19866537, 40.55604148]} },
{type: 'Feature',properties:{Name: '5', Address: '35 MAPLE COURT, ARDEN HEIGHTS', Month: '10', Price: '1900'}, geometry: { type: 'Point', coordinates:[-74.19764798, 40.55152527]} },
{type: 'Feature',properties:{Name: '5', Address: '25 MAPLE COURT, ARDEN HEIGHTS', Month: '10', Price: '2100'}, geometry: { type: 'Point', coordinates:[-74.19780257, 40.55147834]} },
{type: 'Feature',properties:{Name: '5', Address: '17 MIMOSA LANE, ARDEN HEIGHTS', Month: '1', Price: '1378'}, geometry: { type: 'Point', coordinates:[-74.19861744, 40.55202315]} },
{type: 'Feature',properties:{Name: '5', Address: '21 MIMOSA LANE, ARDEN HEIGHTS', Month: '10', Price: '1378'}, geometry: { type: 'Point', coordinates:[-74.19866778, 40.55201209]} },
{type: 'Feature',properties:{Name: '5', Address: '3 RUSSEK DRIVE, ARDEN HEIGHTS', Month: '3', Price: '2032'}, geometry: { type: 'Point', coordinates:[-74.20061261, 40.55136367]} },
{type: 'Feature',properties:{Name: '5', Address: '64 ASHTON DRIVE, ARDEN HEIGHTS', Month: '2', Price: '2100'}, geometry: { type: 'Point', coordinates:[-74.19937909, 40.55040788]} },
{type: 'Feature',properties:{Name: '5', Address: '11 ASHTON DRIVE, ARDEN HEIGHTS', Month: '7', Price: '1260'}, geometry: { type: 'Point', coordinates:[-74.1997381, 40.55133226]} },
{type: 'Feature',properties:{Name: '5', Address: '23 YUCCA DRIVE, ARDEN HEIGHTS', Month: '12', Price: '1378'}, geometry: { type: 'Point', coordinates:[-74.19885645, 40.55132281]} },
{type: 'Feature',properties:{Name: '5', Address: '20 DOGWOOD DRIVE, ARDEN HEIGHTS', Month: '7', Price: '1378'}, geometry: { type: 'Point', coordinates:[-74.19814857, 40.55166439]} },
{type: 'Feature',properties:{Name: '5', Address: '242 GREEN VALLEY ROAD, ARDEN HEIGHTS', Month: '7', Price: '1814'}, geometry: { type: 'Point', coordinates:[-74.19528484, 40.55065097]} },
{type: 'Feature',properties:{Name: '5', Address: '254 GREEN VALLEY ROAD, ARDEN HEIGHTS', Month: '5', Price: '1614'}, geometry: { type: 'Point', coordinates:[-74.19505113, 40.5507145]} },
{type: 'Feature',properties:{Name: '5', Address: '64 VICTORIA ROAD, ARDEN HEIGHTS', Month: '1', Price: '1614'}, geometry: { type: 'Point', coordinates:[-74.19522443, 40.54968215]} },
{type: 'Feature',properties:{Name: '5', Address: '181 GREEN VALLEY ROAD, ARDEN HEIGHTS', Month: '9', Price: '2152'}, geometry: { type: 'Point', coordinates:[-74.19639843, 40.5500013]} },
{type: 'Feature',properties:{Name: '5', Address: '237 GREEN VALLEY ROAD, ARDEN HEIGHTS', Month: '2', Price: '1914'}, geometry: { type: 'Point', coordinates:[-74.19538188, 40.55060963]} },
{type: 'Feature',properties:{Name: '5', Address: '375 GREEN VALLEY ROAD, ARDEN HEIGHTS', Month: '9', Price: '1883'}, geometry: { type: 'Point', coordinates:[-74.19294284, 40.54959818]} },
{type: 'Feature',properties:{Name: '5', Address: '41 GEYSER DRIVE, ARDEN HEIGHTS', Month: '3', Price: '1378'}, geometry: { type: 'Point', coordinates:[-74.19866383, 40.54947314]} },
{type: 'Feature',properties:{Name: '5', Address: '45 GEYSER DRIVE, ARDEN HEIGHTS', Month: '7', Price: '1378'}, geometry: { type: 'Point', coordinates:[-74.19859551, 40.54948973]} },
{type: 'Feature',properties:{Name: '5', Address: '19 LISA LANE, ARDEN HEIGHTS', Month: '9', Price: '1378'}, geometry: { type: 'Point', coordinates:[-74.1972782, 40.54937946]} },
{type: 'Feature',properties:{Name: '5', Address: '21 LISA LANE, ARDEN HEIGHTS', Month: '7', Price: '1948'}, geometry: { type: 'Point', coordinates:[-74.19721707, 40.54939603]} },
{type: 'Feature',properties:{Name: '5', Address: '12 EBEY LANE, ARDEN HEIGHTS', Month: '6', Price: '1948'}, geometry: { type: 'Point', coordinates:[-74.1973229, 40.54867671]} },
{type: 'Feature',properties:{Name: '5', Address: '20 LISA LANE, ARDEN HEIGHTS', Month: '6', Price: '1948'}, geometry: { type: 'Point', coordinates:[-74.19744712, 40.54931329]} },
{type: 'Feature',properties:{Name: '5', Address: '22 KRISSA COURT, ARDEN HEIGHTS', Month: '2', Price: '1984'}, geometry: { type: 'Point', coordinates:[-74.1999153, 40.55643731]} },
{type: 'Feature',properties:{Name: '5', Address: '1982 ARTHUR KILL ROAD, ARDEN HEIGHTS', Month: '3', Price: '980'}, geometry: { type: 'Point', coordinates:[-74.20173452, 40.55586321]} },
{type: 'Feature',properties:{Name: '5', Address: '48 PRATT COURT, ARDEN HEIGHTS', Month: '9', Price: '980'}, geometry: { type: 'Point', coordinates:[-74.20073786, 40.55472586]} },
{type: 'Feature',properties:{Name: '5', Address: '14 PRATT COURT, ARDEN HEIGHTS', Month: '6', Price: '980'}, geometry: { type: 'Point', coordinates:[-74.20124063, 40.55438187]} },
{type: 'Feature',properties:{Name: '5', Address: '14A PRATT COURT, ARDEN HEIGHTS', Month: '10', Price: '980'}, geometry: { type: 'Point', coordinates:[-74.20144292, 40.55463404]} },
{type: 'Feature',properties:{Name: '5', Address: '14 COUNTRY LANE, ARDEN HEIGHTS', Month: '6', Price: '1148'}, geometry: { type: 'Point', coordinates:[-74.20106324, 40.5540281]} },
{type: 'Feature',properties:{Name: '5', Address: '40 COUNTRY LANE, ARDEN HEIGHTS', Month: '12', Price: '1148'}, geometry: { type: 'Point', coordinates:[-74.20058504, 40.55416618]} },
{type: 'Feature',properties:{Name: '5', Address: '44 COUNTRY LANE, ARDEN HEIGHTS', Month: '10', Price: '1148'}, geometry: { type: 'Point', coordinates:[-74.20051313, 40.55418826]} },
{type: 'Feature',properties:{Name: '5', Address: '53 LOMBARD COURT, ARDEN HEIGHTS', Month: '7', Price: '1232'}, geometry: { type: 'Point', coordinates:[-74.20056949, 40.55378193]} },
{type: 'Feature',properties:{Name: '5', Address: '53 LOMBARD COURT, ARDEN HEIGHTS', Month: '3', Price: '1232'}, geometry: { type: 'Point', coordinates:[-74.20056949, 40.55378193]} },
{type: 'Feature',properties:{Name: '5', Address: '103 LOMBARD COURT, ARDEN HEIGHTS', Month: '6', Price: '1152'}, geometry: { type: 'Point', coordinates:[-74.1997772, 40.55357745]} },
{type: 'Feature',properties:{Name: '5', Address: '119 RAILY COURT, ARDEN HEIGHTS', Month: '11', Price: '1152'}, geometry: { type: 'Point', coordinates:[-74.1993475, 40.55308413]} },
{type: 'Feature',properties:{Name: '5', Address: '20 BUNNELL COURT, ARDEN HEIGHTS', Month: '11', Price: '980'}, geometry: { type: 'Point', coordinates:[-74.20035648, 40.55234951]} },
{type: 'Feature',properties:{Name: '5', Address: '16A BUNNELL COURT, ARDEN HEIGHTS', Month: '9', Price: '1152'}, geometry: { type: 'Point', coordinates:[-74.20041122, 40.55260468]} },
{type: 'Feature',properties:{Name: '5', Address: '131 HUGUENOT AVENUE, ARDEN HEIGHTS', Month: '6', Price: '1152'}, geometry: { type: 'Point', coordinates:[-74.20125332, 40.55142568]} },
{type: 'Feature',properties:{Name: '5', Address: '6 ALCOTT STREET, ARDEN HEIGHTS', Month: '1', Price: '1008'}, geometry: { type: 'Point', coordinates:[-74.20085426, 40.5527439]} },
{type: 'Feature',properties:{Name: '5', Address: '10 ALCOTT STREET, ARDEN HEIGHTS', Month: '9', Price: '980'}, geometry: { type: 'Point', coordinates:[-74.2008108, 40.55265339]} },
{type: 'Feature',properties:{Name: '5', Address: '32 ALCOTT STREET, ARDEN HEIGHTS', Month: '2', Price: '1008'}, geometry: { type: 'Point', coordinates:[-74.20057518, 40.55208014]} },
{type: 'Feature',properties:{Name: '5', Address: '5 BUNNELL COURT, ARDEN HEIGHTS', Month: '8', Price: '980'}, geometry: { type: 'Point', coordinates:[-74.20020148, 40.55226195]} },
{type: 'Feature',properties:{Name: '5', Address: '25A BUNNELL COURT, ARDEN HEIGHTS', Month: '11', Price: '980'}, geometry: { type: 'Point', coordinates:[-74.19987737, 40.55218017]} },
{type: 'Feature',properties:{Name: '5', Address: '35A BUNNELL COURT, ARDEN HEIGHTS', Month: '10', Price: '1152'}, geometry: { type: 'Point', coordinates:[-74.19947464, 40.55227968]} },
{type: 'Feature',properties:{Name: '5', Address: '53 BUNNELL COURT, ARDEN HEIGHTS', Month: '3', Price: '1172'}, geometry: { type: 'Point', coordinates:[-74.19924894, 40.55261494]} },
{type: 'Feature',properties:{Name: '5', Address: '69 BUNNELL COURT, ARDEN HEIGHTS', Month: '7', Price: '1008'}, geometry: { type: 'Point', coordinates:[-74.19893211, 40.55256334]} },
{type: 'Feature',properties:{Name: '5', Address: '70 EVERTON AVENUE, ARDEN HEIGHTS', Month: '9', Price: '1547'}, geometry: { type: 'Point', coordinates:[-74.19430801, 40.54760588]} },
{type: 'Feature',properties:{Name: '5', Address: '217 ROSEDALE AVENUE, ARDEN HEIGHTS', Month: '11', Price: '1008'}, geometry: { type: 'Point', coordinates:[-74.1952298, 40.5478239]} },
{type: 'Feature',properties:{Name: '5', Address: '199 ROSEDALE AVENUE, ARDEN HEIGHTS', Month: '8', Price: '1732'}, geometry: { type: 'Point', coordinates:[-74.19553899, 40.54773554]} },
{type: 'Feature',properties:{Name: '5', Address: '7F DELMAR AVENUE, ARDEN HEIGHTS', Month: '2', Price: '1072'}, geometry: { type: 'Point', coordinates:[-74.19527141, 40.54728859]} },
{type: 'Feature',properties:{Name: '5', Address: '6A DELMAR AVENUE, ARDEN HEIGHTS', Month: '6', Price: '996'}, geometry: { type: 'Point', coordinates:[-74.19581294, 40.54667283]} },
{type: 'Feature',properties:{Name: '5', Address: '25 ANACONDA STREET, ARDEN HEIGHTS', Month: '1', Price: '1260'}, geometry: { type: 'Point', coordinates:[-74.19540269, 40.54542189]} },
{type: 'Feature',properties:{Name: '5', Address: '39 BOULDER STREET, ARDEN HEIGHTS', Month: '11', Price: '1622'}, geometry: { type: 'Point', coordinates:[-74.19634499, 40.54528305]} },
{type: 'Feature',properties:{Name: '5', Address: '117 BOULDER STREET, ARDEN HEIGHTS', Month: '11', Price: '2056'}, geometry: { type: 'Point', coordinates:[-74.19709412, 40.54675024]} },
{type: 'Feature',properties:{Name: '5', Address: '63 COVENTRY LOOP, ARDEN HEIGHTS', Month: '6', Price: '1262'}, geometry: { type: 'Point', coordinates:[-74.19829063, 40.54618]} },
{type: 'Feature',properties:{Name: '5', Address: '62 COVENTRY LOOP, ARDEN HEIGHTS', Month: '10', Price: '1262'}, geometry: { type: 'Point', coordinates:[-74.19838775, 40.54616886]} },
{type: 'Feature',properties:{Name: '5', Address: '18 COVENTRY LOOP, ARDEN HEIGHTS', Month: '2', Price: '1262'}, geometry: { type: 'Point', coordinates:[-74.19847889, 40.54656944]} },
{type: 'Feature',properties:{Name: '5', Address: '17 COVENTRY LOOP, ARDEN HEIGHTS', Month: '6', Price: '1262'}, geometry: { type: 'Point', coordinates:[-74.19838188, 40.54661627]} },
{type: 'Feature',properties:{Name: '5', Address: '25 COVENTRY LOOP, ARDEN HEIGHTS', Month: '11', Price: '1584'}, geometry: { type: 'Point', coordinates:[-74.19856523, 40.5465638]} },
{type: 'Feature',properties:{Name: '5', Address: '90 ROSEDALE AVENUE, ARDEN HEIGHTS', Month: '3', Price: '1400'}, geometry: { type: 'Point', coordinates:[-74.19808801, 40.54701478]} },
{type: 'Feature',properties:{Name: '5', Address: '112 ROSEDALE AVENUE, ARDEN HEIGHTS', Month: '10', Price: '1008'}, geometry: { type: 'Point', coordinates:[-74.19768894, 40.547128]} },
{type: 'Feature',properties:{Name: '5', Address: '126 ROSEDALE AVENUE, ARDEN HEIGHTS', Month: '2', Price: '1008'}, geometry: { type: 'Point', coordinates:[-74.19721438, 40.54726331]} },
{type: 'Feature',properties:{Name: '5', Address: '136 ROSEDALE AVENUE, ARDEN HEIGHTS', Month: '2', Price: '1008'}, geometry: { type: 'Point', coordinates:[-74.19704541, 40.54731301]} },
{type: 'Feature',properties:{Name: '5', Address: '202 ROSEDALE AVENUE, ARDEN HEIGHTS', Month: '1', Price: '1480'}, geometry: { type: 'Point', coordinates:[-74.1954887, 40.54776582]} },
{type: 'Feature',properties:{Name: '5', Address: '102 EVERTON PLACE, ARDEN HEIGHTS', Month: '10', Price: '1008'}, geometry: { type: 'Point', coordinates:[-74.19468364, 40.54809108]} },
{type: 'Feature',properties:{Name: '5', Address: '151 WOODROW ROAD, ARDEN HEIGHTS', Month: '12', Price: '1240'}, geometry: { type: 'Point', coordinates:[-74.18049081, 40.56093529]} },
{type: 'Feature',properties:{Name: '5', Address: '65 OAK LANE, ARDEN HEIGHTS', Month: '5', Price: '3120'}, geometry: { type: 'Point', coordinates:[-74.18201029, 40.55987889]} },
{type: 'Feature',properties:{Name: '5', Address: '119 KENILWORTH AVENUE, ARDEN HEIGHTS', Month: '4', Price: '1892'}, geometry: { type: 'Point', coordinates:[-74.18287542, 40.56301758]} },
{type: 'Feature',properties:{Name: '5', Address: '45 WOODROW ROAD, ARDEN HEIGHTS', Month: '2', Price: '2120'}, geometry: { type: 'Point', coordinates:[-74.18113982, 40.56403042]} },
{type: 'Feature',properties:{Name: '5', Address: '105 ERIKA LOOP, ARDEN HEIGHTS', Month: '5', Price: '2285'}, geometry: { type: 'Point', coordinates:[-74.18255925, 40.5566309]} },
{type: 'Feature',properties:{Name: '5', Address: '109 ERIKA LOOP, ARDEN HEIGHTS', Month: '1', Price: '2285'}, geometry: { type: 'Point', coordinates:[-74.18265292, 40.55667192]} },
{type: 'Feature',properties:{Name: '5', Address: '53 ERIKA LOOP, ARDEN HEIGHTS', Month: '9', Price: '2285'}, geometry: { type: 'Point', coordinates:[-74.1819486, 40.55704908]} },
{type: 'Feature',properties:{Name: '5', Address: '59 ARDEN AVENUE, ARDEN HEIGHTS', Month: '6', Price: '1940'}, geometry: { type: 'Point', coordinates:[-74.19628016, 40.55751131]} },
{type: 'Feature',properties:{Name: '5', Address: '735 WOODROW ROAD, ARDEN HEIGHTS', Month: '3', Price: '2418'}, geometry: { type: 'Point', coordinates:[-74.19047949, 40.54760681]} },
{type: 'Feature',properties:{Name: '5', Address: '102 CANTON AVENUE, ARDEN HEIGHTS', Month: '5', Price: '2002'}, geometry: { type: 'Point', coordinates:[-74.19185735, 40.54876557]} },
{type: 'Feature',properties:{Name: '5', Address: '96 HOLCOMB AVENUE, ARDEN HEIGHTS', Month: '11', Price: '2600'}, geometry: { type: 'Point', coordinates:[-74.19220086, 40.54809801]} },
{type: 'Feature',properties:{Name: '5', Address: '122 HOLCOMB AVENUE, ARDEN HEIGHTS', Month: '7', Price: '2464'}, geometry: { type: 'Point', coordinates:[-74.19276301, 40.54837978]} },
{type: 'Feature',properties:{Name: '5', Address: '88 HOLCOMB AVENUE, ARDEN HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.1920315, 40.5480132]} },
{type: 'Feature',properties:{Name: '5', Address: '21B BELFIELD AVENUE, ARDEN HEIGHTS', Month: '11', Price: '2600'}, geometry: { type: 'Point', coordinates:[-74.19343367, 40.54761559]} },
{type: 'Feature',properties:{Name: '5', Address: '67 DOGWOOD DRIVE, ARDEN HEIGHTS', Month: '11', Price: '2770'}, geometry: { type: 'Point', coordinates:[-74.1979153, 40.55066019]} },
{type: 'Feature',properties:{Name: '5', Address: '54 YUCCA DRIVE, ARDEN HEIGHTS', Month: '8', Price: '2970'}, geometry: { type: 'Point', coordinates:[-74.19867867, 40.5508318]} },
{type: 'Feature',properties:{Name: '5', Address: '50 GREEN VALLEY ROAD, ARDEN HEIGHTS', Month: '4', Price: '2018'}, geometry: { type: 'Point', coordinates:[-74.19458415, 40.54852218]} },
{type: 'Feature',properties:{Name: '5', Address: '76 GREEN VALLEY ROAD, ARDEN HEIGHTS', Month: '11', Price: '2248'}, geometry: { type: 'Point', coordinates:[-74.19517839, 40.54870233]} },
{type: 'Feature',properties:{Name: '5', Address: '119 GREEN VALLEY ROAD, ARDEN HEIGHTS', Month: '1', Price: '2248'}, geometry: { type: 'Point', coordinates:[-74.19585307, 40.54931602]} },
{type: 'Feature',properties:{Name: '5', Address: '7 VICTORIA ROAD, ARDEN HEIGHTS', Month: '10', Price: '2220'}, geometry: { type: 'Point', coordinates:[-74.194384, 40.54898914]} },
{type: 'Feature',properties:{Name: '5', Address: '79 LISA LANE, ARDEN HEIGHTS', Month: '5', Price: '2392'}, geometry: { type: 'Point', coordinates:[-74.19643456, 40.54882645]} },
{type: 'Feature',properties:{Name: '5', Address: '78 STACK DRIVE, ARDEN HEIGHTS', Month: '1', Price: '2392'}, geometry: { type: 'Point', coordinates:[-74.19702617, 40.54811179]} },
{type: 'Feature',properties:{Name: '5', Address: '15 EBEY LANE, ARDEN HEIGHTS', Month: '11', Price: '2392'}, geometry: { type: 'Point', coordinates:[-74.19731217, 40.54869869]} },
{type: 'Feature',properties:{Name: '5', Address: '15 EBEY LANE, ARDEN HEIGHTS', Month: '1', Price: '2392'}, geometry: { type: 'Point', coordinates:[-74.19731217, 40.54869869]} },
{type: 'Feature',properties:{Name: '5', Address: '10 MYRNA LANE, ARDEN HEIGHTS', Month: '5', Price: '2392'}, geometry: { type: 'Point', coordinates:[-74.19810953, 40.5494192]} },
{type: 'Feature',properties:{Name: '5', Address: '10 MYRNA LANE, ARDEN HEIGHTS', Month: '6', Price: '2392'}, geometry: { type: 'Point', coordinates:[-74.19810953, 40.5494192]} },
{type: 'Feature',properties:{Name: '5', Address: '69 ROLLING HILL GREEN, ARDEN HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.19142164, 40.55116801]} },
{type: 'Feature',properties:{Name: '5', Address: '79 ROLLING HILL GREEN, ARDEN HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.19161896, 40.55096182]} },
{type: 'Feature',properties:{Name: '5', Address: '97 ROLLING HILL GREEN, ARDEN HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.19204223, 40.5504945]} },
{type: 'Feature',properties:{Name: '5', Address: '110 ROLLING HILL GREEN, ARDEN HEIGHTS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.19206368, 40.55044505]} },
{type: 'Feature',properties:{Name: '5', Address: '114 ROLLING HILL GREEN, ARDEN HEIGHTS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.19219287, 40.55032407]} },
{type: 'Feature',properties:{Name: '5', Address: '171 ROLLING HILL GREEN, ARDEN HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.19307199, 40.55070686]} },
{type: 'Feature',properties:{Name: '5', Address: '140 ROLLING HILL GREEN, ARDEN HEIGHTS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.19248425, 40.55029338]} },
{type: 'Feature',properties:{Name: '5', Address: '190 ROLLING HILL GREEN, ARDEN HEIGHTS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.19327745, 40.55083004]} },
{type: 'Feature',properties:{Name: '5', Address: '30 SUTTON PLACE, ARDEN HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.19305647, 40.55156327]} },
{type: 'Feature',properties:{Name: '5', Address: '256 ROLLING HILL GREEN, ARDEN HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.19382262, 40.55145494]} },
{type: 'Feature',properties:{Name: '5', Address: '302 ROLLING HILL GREEN, ARDEN HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.19299623, 40.55188726]} },
{type: 'Feature',properties:{Name: '5', Address: '326 ROLLING HILL GREEN, ARDEN HEIGHTS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.1924209, 40.55203645]} },
{type: 'Feature',properties:{Name: '5', Address: '41 HAMMOCK LANE, ARDEN HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.19859648, 40.54860315]} },
{type: 'Feature',properties:{Name: '5', Address: '101A STACK DRIVE, ARDEN HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.19658691, 40.54801647]} },
{type: 'Feature',properties:{Name: '5', Address: 'WOODROW ROAD, ARDEN HEIGHTS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.18281983, 40.55585645]} },
{type: 'Feature',properties:{Name: '5', Address: 'RADNOR STREET, ARDEN HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.1897262, 40.56110157]} },
{type: 'Feature',properties:{Name: '5', Address: 'RUXTON AVENUE, ARDEN HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.19016806, 40.54943812]} },
{type: 'Feature',properties:{Name: '5', Address: '124 WADSWORTH AVENUE, ARROCHAR', Month: '10', Price: '1743'}, geometry: { type: 'Point', coordinates:[-74.06412159, 40.60508035]} },
{type: 'Feature',properties:{Name: '5', Address: '34 WADSWORTH AVENUE, ARROCHAR', Month: '10', Price: '1530'}, geometry: { type: 'Point', coordinates:[-74.06209852, 40.60602567]} },
{type: 'Feature',properties:{Name: '5', Address: '19 PICKERSGILL AVENUE, ARROCHAR', Month: '4', Price: '968'}, geometry: { type: 'Point', coordinates:[-74.06859604, 40.59962935]} },
{type: 'Feature',properties:{Name: '5', Address: '255 MC CLEAN AVENUE, ARROCHAR', Month: '6', Price: '924'}, geometry: { type: 'Point', coordinates:[-74.06912645, 40.59717518]} },
{type: 'Feature',properties:{Name: '5', Address: '271 MC CLEAN AVENUE, ARROCHAR', Month: '1', Price: '1400'}, geometry: { type: 'Point', coordinates:[-74.0697024, 40.59698544]} },
{type: 'Feature',properties:{Name: '5', Address: '159 MC CLEAN AVENUE, ARROCHAR', Month: '9', Price: '1450'}, geometry: { type: 'Point', coordinates:[-74.06714301, 40.59782962]} },
{type: 'Feature',properties:{Name: '5', Address: '35 SAVO LANE, ARROCHAR', Month: '7', Price: '1176'}, geometry: { type: 'Point', coordinates:[-74.06624559, 40.60066551]} },
{type: 'Feature',properties:{Name: '5', Address: '45 SAVO LANE, ARROCHAR', Month: '12', Price: '1176'}, geometry: { type: 'Point', coordinates:[-74.06625266, 40.60053376]} },
{type: 'Feature',properties:{Name: '5', Address: '47 SAVO LANE, ARROCHAR', Month: '9', Price: '1176'}, geometry: { type: 'Point', coordinates:[-74.06624904, 40.60050631]} },
{type: 'Feature',properties:{Name: '5', Address: '101 MAJOR AVENUE, ARROCHAR', Month: '2', Price: '1176'}, geometry: { type: 'Point', coordinates:[-74.06625899, 40.59964719]} },
{type: 'Feature',properties:{Name: '5', Address: '1070 TOMPKINS AVENUE, ARROCHAR', Month: '12', Price: '892'}, geometry: { type: 'Point', coordinates:[-74.06264799, 40.60054676]} },
{type: 'Feature',properties:{Name: '5', Address: '1074 TOMPKINS AVENUE, ARROCHAR', Month: '8', Price: '904'}, geometry: { type: 'Point', coordinates:[-74.06259391, 40.60047542]} },
{type: 'Feature',properties:{Name: '5', Address: '1095 TOMPKINS AVENUE, ARROCHAR', Month: '9', Price: '946'}, geometry: { type: 'Point', coordinates:[-74.0623199, 40.60012149]} },
{type: 'Feature',properties:{Name: '5', Address: '24 MILLS AVENUE, ARROCHAR', Month: '8', Price: '1040'}, geometry: { type: 'Point', coordinates:[-74.06840933, 40.59664312]} },
{type: 'Feature',properties:{Name: '5', Address: '36 MILLS AVENUE, ARROCHAR', Month: '6', Price: '2088'}, geometry: { type: 'Point', coordinates:[-74.0681606, 40.59637976]} },
{type: 'Feature',properties:{Name: '5', Address: '33 MILLS AVENUE, ARROCHAR', Month: '9', Price: '1690'}, geometry: { type: 'Point', coordinates:[-74.06816423, 40.59641544]} },
{type: 'Feature',properties:{Name: '5', Address: '41 MILLS AVENUE, ARROCHAR', Month: '3', Price: '1465'}, geometry: { type: 'Point', coordinates:[-74.06809573, 40.5963249]} },
{type: 'Feature',properties:{Name: '5', Address: '37 CONGER STREET, ARROCHAR', Month: '7', Price: '1462'}, geometry: { type: 'Point', coordinates:[-74.06594679, 40.59711117]} },
{type: 'Feature',properties:{Name: '5', Address: '15 CEDAR AVENUE, ARROCHAR', Month: '10', Price: '1172'}, geometry: { type: 'Point', coordinates:[-74.06494226, 40.59722702]} },
{type: 'Feature',properties:{Name: '5', Address: '925 TOMPKINS AVENUE, ARROCHAR', Month: '3', Price: '1462'}, geometry: { type: 'Point', coordinates:[-74.06518677, 40.60425082]} },
{type: 'Feature',properties:{Name: '5', Address: '923 TOMPKINS AVENUE, ARROCHAR', Month: '3', Price: '1462'}, geometry: { type: 'Point', coordinates:[-74.0652012, 40.60427277]} },
{type: 'Feature',properties:{Name: '5', Address: '157 MAJOR AVENUE, ARROCHAR', Month: '1', Price: '3480'}, geometry: { type: 'Point', coordinates:[-74.06797251, 40.59908625]} },
{type: 'Feature',properties:{Name: '5', Address: '202 MAJOR AVENUE, ARROCHAR', Month: '7', Price: '2475'}, geometry: { type: 'Point', coordinates:[-74.06952038, 40.59855283]} },
{type: 'Feature',properties:{Name: '5', Address: '154 MAJOR AVENUE, ARROCHAR', Month: '5', Price: '2656'}, geometry: { type: 'Point', coordinates:[-74.06787529, 40.59910003]} },
{type: 'Feature',properties:{Name: '5', Address: '10 PEBBLE LANE, ARROCHAR', Month: '10', Price: '1470'}, geometry: { type: 'Point', coordinates:[-74.06629827, 40.59931504]} },
{type: 'Feature',properties:{Name: '5', Address: '72 MAJOR AVENUE, ARROCHAR', Month: '7', Price: '1218'}, geometry: { type: 'Point', coordinates:[-74.06507462, 40.60002664]} },
{type: 'Feature',properties:{Name: '5', Address: '147 SAND LANE, ARROCHAR', Month: '12', Price: '2688'}, geometry: { type: 'Point', coordinates:[-74.07003265, 40.5960026]} },
{type: 'Feature',properties:{Name: '5', Address: '260 MC CLEAN AVENUE, ARROCHAR', Month: '1', Price: '1836'}, geometry: { type: 'Point', coordinates:[-74.0694684, 40.59704597]} },
{type: 'Feature',properties:{Name: '5', Address: '256 MC CLEAN AVENUE, ARROCHAR', Month: '3', Price: '1836'}, geometry: { type: 'Point', coordinates:[-74.069436, 40.59705422]} },
{type: 'Feature',properties:{Name: '5', Address: '17 MILLS AVENUE, ARROCHAR', Month: '11', Price: '2340'}, geometry: { type: 'Point', coordinates:[-74.0685607, 40.59677752]} },
{type: 'Feature',properties:{Name: '5', Address: '195 CEDAR AVENUE, ARROCHAR', Month: '10', Price: '1600'}, geometry: { type: 'Point', coordinates:[-74.06899873, 40.5955421]} },
{type: 'Feature',properties:{Name: '5', Address: 'SAND LANE, ARROCHAR', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.06967249, 40.59592871]} },
{type: 'Feature',properties:{Name: '5', Address: '261,267,267B MC CLEAN AVENUE, ARROCHAR', Month: '4', Price: '4874'}, geometry: { type: 'Point', coordinates:[-74.06970265, 40.59722698]} },
{type: 'Feature',properties:{Name: '5', Address: '114 MC CLEAN AVENUE, ARROCHAR', Month: '3', Price: '4383'}, geometry: { type: 'Point', coordinates:[-74.06564549, 40.59830533]} },
{type: 'Feature',properties:{Name: '5', Address: '110 MC CLEAN AVENUE, ARROCHAR', Month: '5', Price: '2500'}, geometry: { type: 'Point', coordinates:[-74.06556629, 40.59833008]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A RAILROAD AVENUE, ARROCHAR', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.06550106, 40.59790467]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A MC CLEAN AVENUE, ARROCHAR', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.06529966, 40.59816554]} },
{type: 'Feature',properties:{Name: '5', Address: '150 LILY POND AVENUE, ARROCHAR', Month: '11', Price: '5500'}, geometry: { type: 'Point', coordinates:[-74.06425679, 40.59962362]} },
{type: 'Feature',properties:{Name: '5', Address: '93 MARYLAND AVENUE, ARROCHAR-SHORE ACRES', Month: '2', Price: '1638'}, geometry: { type: 'Point', coordinates:[-74.06522107, 40.61355017]} },
{type: 'Feature',properties:{Name: '5', Address: '30 KEELEY STREET, ARROCHAR-SHORE ACRES', Month: '3', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.06406086, 40.61310342]} },
{type: 'Feature',properties:{Name: '5', Address: '63 CLIFF STREET, ARROCHAR-SHORE ACRES', Month: '9', Price: '2500'}, geometry: { type: 'Point', coordinates:[-74.06169907, 40.61025013]} },
{type: 'Feature',properties:{Name: '5', Address: '18 SHORE ACRES ROAD, ARROCHAR-SHORE ACRES', Month: '8', Price: '768'}, geometry: { type: 'Point', coordinates:[-74.06131604, 40.60887794]} },
{type: 'Feature',properties:{Name: '5', Address: '131 SEA GATE ROAD, ARROCHAR-SHORE ACRES', Month: '10', Price: '4100'}, geometry: { type: 'Point', coordinates:[-74.06073538, 40.60797795]} },
{type: 'Feature',properties:{Name: '5', Address: '69 MARYLAND AVENUE, ARROCHAR-SHORE ACRES', Month: '5', Price: '2182'}, geometry: { type: 'Point', coordinates:[-74.06495827, 40.61368756]} },
{type: 'Feature',properties:{Name: '5', Address: '70 MARYLAND AVENUE, ARROCHAR-SHORE ACRES', Month: '6', Price: '2096'}, geometry: { type: 'Point', coordinates:[-74.06493305, 40.61367934]} },
{type: 'Feature',properties:{Name: '5', Address: '55 WATERVIEW COURT, ARROCHAR-SHORE ACRES', Month: '1', Price: '1760'}, geometry: { type: 'Point', coordinates:[-74.06205211, 40.61420793]} },
{type: 'Feature',properties:{Name: '5', Address: '51 WATERVIEW COURT, ARROCHAR-SHORE ACRES', Month: '10', Price: '1760'}, geometry: { type: 'Point', coordinates:[-74.06213864, 40.61430121]} },
{type: 'Feature',properties:{Name: '5', Address: '47 WATERVIEW COURT, ARROCHAR-SHORE ACRES', Month: '3', Price: '1760'}, geometry: { type: 'Point', coordinates:[-74.06222157, 40.61439449]} },
{type: 'Feature',properties:{Name: '5', Address: '1281 BAY STREET, ARROCHAR-SHORE ACRES', Month: '6', Price: '1150'}, geometry: { type: 'Point', coordinates:[-74.06469746, 40.61216435]} },
{type: 'Feature',properties:{Name: '5', Address: '54 SCARBORO AVENUE, ARROCHAR-SHORE ACRES', Month: '7', Price: '1707'}, geometry: { type: 'Point', coordinates:[-74.06335151, 40.61331242]} },
{type: 'Feature',properties:{Name: '5', Address: '79 MARYLAND AVENUE, ARROCHAR-SHORE ACRES', Month: '9', Price: '2888'}, geometry: { type: 'Point', coordinates:[-74.06506987, 40.61362986]} },
{type: 'Feature',properties:{Name: '5', Address: '20 CLIFF STREET, 2J, ARROCHAR-SHORE ACRES', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.06050425, 40.61125536]} },
{type: 'Feature',properties:{Name: '5', Address: '20 CLIFF STREET, 3G, ARROCHAR-SHORE ACRES', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.06050425, 40.61125536]} },
{type: 'Feature',properties:{Name: '5', Address: '20 CLIFF STREET, 4H, ARROCHAR-SHORE ACRES', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.06050425, 40.61125536]} },
{type: 'Feature',properties:{Name: '5', Address: '20 CLIFF STREET, 7H, ARROCHAR-SHORE ACRES', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.06050425, 40.61125536]} },
{type: 'Feature',properties:{Name: '5', Address: '20 CLIFF STREET, 8M, ARROCHAR-SHORE ACRES', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.06050425, 40.61125536]} },
{type: 'Feature',properties:{Name: '5', Address: '20 CLIFF STREET, 6K, ARROCHAR-SHORE ACRES', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.06050425, 40.61125536]} },
{type: 'Feature',properties:{Name: '5', Address: '20 CLIFF ST, 7K, ARROCHAR-SHORE ACRES', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.06050425, 40.61125536]} },
{type: 'Feature',properties:{Name: '5', Address: '20 CLIFF STREET, 5H, ARROCHAR-SHORE ACRES', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.06050425, 40.61125536]} },
{type: 'Feature',properties:{Name: '5', Address: '20 CLIFF STREET, 9C, ARROCHAR-SHORE ACRES', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.06050425, 40.61125536]} },
{type: 'Feature',properties:{Name: '5', Address: '20 CLIFF STREET, 4N, ARROCHAR-SHORE ACRES', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.06050425, 40.61125536]} },
{type: 'Feature',properties:{Name: '5', Address: '20 CLIFF STREET, 3P, ARROCHAR-SHORE ACRES', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.06050425, 40.61125536]} },
{type: 'Feature',properties:{Name: '5', Address: '20 CLIFF STREET, 8R, ARROCHAR-SHORE ACRES', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.06050425, 40.61125536]} },
{type: 'Feature',properties:{Name: '5', Address: '20 CLIFF STREET, 8E, ARROCHAR-SHORE ACRES', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.06050425, 40.61125536]} },
{type: 'Feature',properties:{Name: '5', Address: '20 CLIFF STREET, 6L, ARROCHAR-SHORE ACRES', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.06050425, 40.61125536]} },
{type: 'Feature',properties:{Name: '5', Address: '6 NEW LANE, ARROCHAR-SHORE ACRES', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.06418222, 40.61195603]} },
{type: 'Feature',properties:{Name: '5', Address: '6 NEW LANE, ARROCHAR-SHORE ACRES', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.06418222, 40.61195603]} },
{type: 'Feature',properties:{Name: '5', Address: '6 NEW LANE, ARROCHAR-SHORE ACRES', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.06418222, 40.61195603]} },
{type: 'Feature',properties:{Name: '5', Address: '6 NEW LANE, ARROCHAR-SHORE ACRES', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.06418222, 40.61195603]} },
{type: 'Feature',properties:{Name: '5', Address: '6 NEW LANE, ARROCHAR-SHORE ACRES', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.06418222, 40.61195603]} },
{type: 'Feature',properties:{Name: '5', Address: '6 NEW LANE, ARROCHAR-SHORE ACRES', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.06418222, 40.61195603]} },
{type: 'Feature',properties:{Name: '5', Address: '6 NEW LANE, ARROCHAR-SHORE ACRES', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.06418222, 40.61195603]} },
{type: 'Feature',properties:{Name: '5', Address: '291 CHELSEA ROAD, BLOOMFIELD', Month: '1', Price: '2100'}, geometry: { type: 'Point', coordinates:[-74.18875395, 40.61186563]} },
{type: 'Feature',properties:{Name: '5', Address: 'GULF AVENUE, BLOOMFIELD', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.18550941, 40.62892709]} },
{type: 'Feature',properties:{Name: '5', Address: '358 MEREDITH AVENUE, BLOOMFIELD', Month: '1', Price: '800'}, geometry: { type: 'Point', coordinates:[-74.19521204, 40.60086466]} },
{type: 'Feature',properties:{Name: '5', Address: '298 CHELSEA ROAD, BLOOMFIELD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.18873352, 40.61101203]} },
{type: 'Feature',properties:{Name: '5', Address: '45G DEPPE PLACE, BULLS HEAD', Month: '8', Price: '960'}, geometry: { type: 'Point', coordinates:[-74.15454875, 40.61814466]} },
{type: 'Feature',properties:{Name: '5', Address: '58 MADISON AVENUE, BULLS HEAD', Month: '10', Price: '2338'}, geometry: { type: 'Point', coordinates:[-74.15515106, 40.61692241]} },
{type: 'Feature',properties:{Name: '5', Address: '10 FARRADAY STREET, BULLS HEAD', Month: '2', Price: '1118'}, geometry: { type: 'Point', coordinates:[-74.15490529, 40.61656592]} },
{type: 'Feature',properties:{Name: '5', Address: '25 SUMNER AVENUE, BULLS HEAD', Month: '4', Price: '704'}, geometry: { type: 'Point', coordinates:[-74.15606269, 40.61552408]} },
{type: 'Feature',properties:{Name: '5', Address: '82 SUMNER AVENUE, BULLS HEAD', Month: '7', Price: '680'}, geometry: { type: 'Point', coordinates:[-74.15414584, 40.61524944]} },
{type: 'Feature',properties:{Name: '5', Address: '24 CALCAGNO COURT, BULLS HEAD', Month: '1', Price: '1272'}, geometry: { type: 'Point', coordinates:[-74.16030845, 40.60916402]} },
{type: 'Feature',properties:{Name: '5', Address: '14 RICHARD LANE, BULLS HEAD', Month: '2', Price: '2068'}, geometry: { type: 'Point', coordinates:[-74.15765319, 40.60877245]} },
{type: 'Feature',properties:{Name: '5', Address: '10A GREENTREE LANE, BULLS HEAD', Month: '4', Price: '1600'}, geometry: { type: 'Point', coordinates:[-74.16096965, 40.60854552]} },
{type: 'Feature',properties:{Name: '5', Address: '239 MERRILL AVENUE, BULLS HEAD', Month: '2', Price: '1898'}, geometry: { type: 'Point', coordinates:[-74.16898965, 40.61116353]} },
{type: 'Feature',properties:{Name: '5', Address: '239 MERRILL AVENUE, BULLS HEAD', Month: '8', Price: '1898'}, geometry: { type: 'Point', coordinates:[-74.16898965, 40.61116353]} },
{type: 'Feature',properties:{Name: '5', Address: '99 COMMERCE STREET, BULLS HEAD', Month: '5', Price: '1472'}, geometry: { type: 'Point', coordinates:[-74.1676764, 40.61170069]} },
{type: 'Feature',properties:{Name: '5', Address: '19 JARDINE AVENUE, BULLS HEAD', Month: '11', Price: '1800'}, geometry: { type: 'Point', coordinates:[-74.16058613, 40.61081052]} },
{type: 'Feature',properties:{Name: '5', Address: '21 MORGAN LANE, BULLS HEAD', Month: '6', Price: '1260'}, geometry: { type: 'Point', coordinates:[-74.16251676, 40.61235312]} },
{type: 'Feature',properties:{Name: '5', Address: '70 RENEE PLACE, BULLS HEAD', Month: '3', Price: '1296'}, geometry: { type: 'Point', coordinates:[-74.16168067, 40.61214844]} },
{type: 'Feature',properties:{Name: '5', Address: '72 RENEE PLACE, BULLS HEAD', Month: '10', Price: '1260'}, geometry: { type: 'Point', coordinates:[-74.16168779, 40.61211275]} },
{type: 'Feature',properties:{Name: '5', Address: '272 LANDER AVENUE, BULLS HEAD', Month: '3', Price: '1444'}, geometry: { type: 'Point', coordinates:[-74.168274, 40.6144501]} },
{type: 'Feature',properties:{Name: '5', Address: '261 LANDER AVENUE, BULLS HEAD', Month: '5', Price: '1246'}, geometry: { type: 'Point', coordinates:[-74.16776242, 40.61440144]} },
{type: 'Feature',properties:{Name: '5', Address: '265 LANDER AVENUE, BULLS HEAD', Month: '3', Price: '1246'}, geometry: { type: 'Point', coordinates:[-74.1678633, 40.61441502]} },
{type: 'Feature',properties:{Name: '5', Address: '457 HILLMAN AVENUE, BULLS HEAD', Month: '7', Price: '2679'}, geometry: { type: 'Point', coordinates:[-74.15991304, 40.61248853]} },
{type: 'Feature',properties:{Name: '5', Address: '395 HILLMAN AVENUE, BULLS HEAD', Month: '8', Price: '1632'}, geometry: { type: 'Point', coordinates:[-74.16120658, 40.61270356]} },
{type: 'Feature',properties:{Name: '5', Address: '113 LANDER AVENUE, BULLS HEAD', Month: '8', Price: '1050'}, geometry: { type: 'Point', coordinates:[-74.16257763, 40.61368427]} },
{type: 'Feature',properties:{Name: '5', Address: '305 HILLMAN AVENUE, BULLS HEAD', Month: '9', Price: '1392'}, geometry: { type: 'Point', coordinates:[-74.16339607, 40.61255225]} },
{type: 'Feature',properties:{Name: '5', Address: '269 HILLMAN AVENUE, BULLS HEAD', Month: '2', Price: '1320'}, geometry: { type: 'Point', coordinates:[-74.16352076, 40.61199213]} },
{type: 'Feature',properties:{Name: '5', Address: '267 HILLMAN AVENUE, BULLS HEAD', Month: '11', Price: '1368'}, geometry: { type: 'Point', coordinates:[-74.16352789, 40.61196193]} },
{type: 'Feature',properties:{Name: '5', Address: '176 LANDER AVENUE, BULLS HEAD', Month: '6', Price: '1404'}, geometry: { type: 'Point', coordinates:[-74.1649881, 40.61403491]} },
{type: 'Feature',properties:{Name: '5', Address: '158 LANDER AVENUE, BULLS HEAD', Month: '8', Price: '1020'}, geometry: { type: 'Point', coordinates:[-74.1644945, 40.61397249]} },
{type: 'Feature',properties:{Name: '5', Address: '149 FIELDSTONE ROAD, BULLS HEAD', Month: '5', Price: '1725'}, geometry: { type: 'Point', coordinates:[-74.16550867, 40.61189871]} },
{type: 'Feature',properties:{Name: '5', Address: '141 FIELDSTONE ROAD, BULLS HEAD', Month: '11', Price: '1988'}, geometry: { type: 'Point', coordinates:[-74.16547662, 40.61204697]} },
{type: 'Feature',properties:{Name: '5', Address: '71 FIELDSTONE ROAD, BULLS HEAD', Month: '6', Price: '1988'}, geometry: { type: 'Point', coordinates:[-74.16573934, 40.61341625]} },
{type: 'Feature',properties:{Name: '5', Address: '71 FIELDSTONE ROAD, BULLS HEAD', Month: '7', Price: '1988'}, geometry: { type: 'Point', coordinates:[-74.16573934, 40.61341625]} },
{type: 'Feature',properties:{Name: '5', Address: '15 PYRAMID COURT, BULLS HEAD', Month: '3', Price: '1445'}, geometry: { type: 'Point', coordinates:[-74.16822855, 40.61642368]} },
{type: 'Feature',properties:{Name: '5', Address: '17 PYRAMID COURT, BULLS HEAD', Month: '7', Price: '1445'}, geometry: { type: 'Point', coordinates:[-74.1682357, 40.61640171]} },
{type: 'Feature',properties:{Name: '5', Address: '21 PYRAMID COURT, BULLS HEAD', Month: '3', Price: '1445'}, geometry: { type: 'Point', coordinates:[-74.16824279, 40.61635778]} },
{type: 'Feature',properties:{Name: '5', Address: '23 PYRAMID COURT, BULLS HEAD', Month: '4', Price: '1887'}, geometry: { type: 'Point', coordinates:[-74.16824994, 40.61633581]} },
{type: 'Feature',properties:{Name: '5', Address: '282 LAMBERTS LANE, BULLS HEAD', Month: '5', Price: '1887'}, geometry: { type: 'Point', coordinates:[-74.16709774, 40.61650218]} },
{type: 'Feature',properties:{Name: '5', Address: '282 LAMBERTS LANE, BULLS HEAD', Month: '12', Price: '1645'}, geometry: { type: 'Point', coordinates:[-74.16709774, 40.61650218]} },
{type: 'Feature',properties:{Name: '5', Address: '282 LAMBERTS LANE, BULLS HEAD', Month: '2', Price: '1645'}, geometry: { type: 'Point', coordinates:[-74.16709774, 40.61650218]} },
{type: 'Feature',properties:{Name: '5', Address: '282 LAMBERTS LANE, BULLS HEAD', Month: '7', Price: '1645'}, geometry: { type: 'Point', coordinates:[-74.16709774, 40.61650218]} },
{type: 'Feature',properties:{Name: '5', Address: '282 LAMBERTS LANE, BULLS HEAD', Month: '2', Price: '1645'}, geometry: { type: 'Point', coordinates:[-74.16709774, 40.61650218]} },
{type: 'Feature',properties:{Name: '5', Address: '282 LAMBERTS LANE, BULLS HEAD', Month: '5', Price: '1645'}, geometry: { type: 'Point', coordinates:[-74.16709774, 40.61650218]} },
{type: 'Feature',properties:{Name: '5', Address: '282 LAMBERTS LANE, BULLS HEAD', Month: '1', Price: '1887'}, geometry: { type: 'Point', coordinates:[-74.16709774, 40.61650218]} },
{type: 'Feature',properties:{Name: '5', Address: '282 LAMBERTS LANE, BULLS HEAD', Month: '5', Price: '1887'}, geometry: { type: 'Point', coordinates:[-74.16709774, 40.61650218]} },
{type: 'Feature',properties:{Name: '5', Address: '282 LAMBERTS LANE, BULLS HEAD', Month: '12', Price: '1645'}, geometry: { type: 'Point', coordinates:[-74.16709774, 40.61650218]} },
{type: 'Feature',properties:{Name: '5', Address: '282 LAMBERTS LANE, BULLS HEAD', Month: '5', Price: '1645'}, geometry: { type: 'Point', coordinates:[-74.16709774, 40.61650218]} },
{type: 'Feature',properties:{Name: '5', Address: '282 LAMBERTS LANE, BULLS HEAD', Month: '10', Price: '1645'}, geometry: { type: 'Point', coordinates:[-74.16709774, 40.61650218]} },
{type: 'Feature',properties:{Name: '5', Address: '282 LAMBERTS LANE, BULLS HEAD', Month: '6', Price: '1887'}, geometry: { type: 'Point', coordinates:[-74.16709774, 40.61650218]} },
{type: 'Feature',properties:{Name: '5', Address: '61 LAMBERTS LANE, BULLS HEAD', Month: '12', Price: '1887'}, geometry: { type: 'Point', coordinates:[-74.15866182, 40.61491941]} },
{type: 'Feature',properties:{Name: '5', Address: '61 LAMBERTS LANE, BULLS HEAD', Month: '2', Price: '1887'}, geometry: { type: 'Point', coordinates:[-74.15866182, 40.61491941]} },
{type: 'Feature',properties:{Name: '5', Address: '61 LAMBERTS LANE, BULLS HEAD', Month: '5', Price: '1645'}, geometry: { type: 'Point', coordinates:[-74.15866182, 40.61491941]} },
{type: 'Feature',properties:{Name: '5', Address: '61 LAMBERTS LANE, BULLS HEAD', Month: '7', Price: '1645'}, geometry: { type: 'Point', coordinates:[-74.15866182, 40.61491941]} },
{type: 'Feature',properties:{Name: '5', Address: '282 LAMBERTS LANE, BULLS HEAD', Month: '5', Price: '1887'}, geometry: { type: 'Point', coordinates:[-74.16709774, 40.61650218]} },
{type: 'Feature',properties:{Name: '5', Address: '10 PYRAMID COURT, BULLS HEAD', Month: '5', Price: '1887'}, geometry: { type: 'Point', coordinates:[-74.16823951, 40.61648405]} },
{type: 'Feature',properties:{Name: '5', Address: '282 LAMBERTS LANE, BULLS HEAD', Month: '1', Price: '1887'}, geometry: { type: 'Point', coordinates:[-74.16709774, 40.61650218]} },
{type: 'Feature',properties:{Name: '5', Address: '284 LAMBERTS LANE, BULLS HEAD', Month: '6', Price: '1645'}, geometry: { type: 'Point', coordinates:[-74.16714097, 40.61650761]} },
{type: 'Feature',properties:{Name: '5', Address: '286 LAMBERTS LANE, BULLS HEAD', Month: '12', Price: '1645'}, geometry: { type: 'Point', coordinates:[-74.16718421, 40.61651303]} },
{type: 'Feature',properties:{Name: '5', Address: '292 LAMBERTS LANE, BULLS HEAD', Month: '10', Price: '1887'}, geometry: { type: 'Point', coordinates:[-74.16731392, 40.61652931]} },
{type: 'Feature',properties:{Name: '5', Address: '300 LAMBERTS LANE, BULLS HEAD', Month: '5', Price: '1645'}, geometry: { type: 'Point', coordinates:[-74.16748687, 40.61655102]} },
{type: 'Feature',properties:{Name: '5', Address: '302 LAMBERTS LANE, BULLS HEAD', Month: '9', Price: '1645'}, geometry: { type: 'Point', coordinates:[-74.16753011, 40.61655645]} },
{type: 'Feature',properties:{Name: '5', Address: '304 LAMBERTS LANE, BULLS HEAD', Month: '11', Price: '1645'}, geometry: { type: 'Point', coordinates:[-74.16757334, 40.61656187]} },
{type: 'Feature',properties:{Name: '5', Address: '306 LAMBERTS LANE, BULLS HEAD', Month: '7', Price: '1887'}, geometry: { type: 'Point', coordinates:[-74.16762018, 40.6165673]} },
{type: 'Feature',properties:{Name: '5', Address: '140 ROMAN AVENUE, BULLS HEAD', Month: '7', Price: '1304'}, geometry: { type: 'Point', coordinates:[-74.16490153, 40.61544312]} },
{type: 'Feature',properties:{Name: '5', Address: '118 ROMAN AVENUE, BULLS HEAD', Month: '3', Price: '2150'}, geometry: { type: 'Point', coordinates:[-74.16452322, 40.615397]} },
{type: 'Feature',properties:{Name: '5', Address: '36 ARLENE STREET, BULLS HEAD', Month: '1', Price: '1036'}, geometry: { type: 'Point', coordinates:[-74.16382021, 40.6151345]} },
{type: 'Feature',properties:{Name: '5', Address: '129 KIRSHON AVENUE, BULLS HEAD', Month: '10', Price: '1379'}, geometry: { type: 'Point', coordinates:[-74.1628929, 40.61446609]} },
{type: 'Feature',properties:{Name: '5', Address: '12 ASTOR AVENUE, BULLS HEAD', Month: '12', Price: '1088'}, geometry: { type: 'Point', coordinates:[-74.15939272, 40.61480311]} },
{type: 'Feature',properties:{Name: '5', Address: '23 LEIGH AVENUE, BULLS HEAD', Month: '1', Price: '1768'}, geometry: { type: 'Point', coordinates:[-74.16704899, 40.61717473]} },
{type: 'Feature',properties:{Name: '5', Address: '27 LEIGH AVENUE, BULLS HEAD', Month: '5', Price: '1768'}, geometry: { type: 'Point', coordinates:[-74.16713547, 40.61718558]} },
{type: 'Feature',properties:{Name: '5', Address: '49 LEIGH AVENUE, BULLS HEAD', Month: '7', Price: '1768'}, geometry: { type: 'Point', coordinates:[-74.16761829, 40.61724801]} },
{type: 'Feature',properties:{Name: '5', Address: '24 CASWELL LANE, BULLS HEAD', Month: '12', Price: '1044'}, geometry: { type: 'Point', coordinates:[-74.1668567, 40.61806158]} },
{type: 'Feature',properties:{Name: '5', Address: '88 ELSON STREET, BULLS HEAD', Month: '10', Price: '1800'}, geometry: { type: 'Point', coordinates:[-74.16637387, 40.61655264]} },
{type: 'Feature',properties:{Name: '5', Address: '23 LONGDALE STREET, BULLS HEAD', Month: '7', Price: '1456'}, geometry: { type: 'Point', coordinates:[-74.16419006, 40.6175988]} },
{type: 'Feature',properties:{Name: '5', Address: '25 CASWELL LANE, BULLS HEAD', Month: '12', Price: '2054'}, geometry: { type: 'Point', coordinates:[-74.16689638, 40.61808348]} },
{type: 'Feature',properties:{Name: '5', Address: '112 GAULDY AVENUE, BULLS HEAD', Month: '2', Price: '1080'}, geometry: { type: 'Point', coordinates:[-74.16712505, 40.61877758]} },
{type: 'Feature',properties:{Name: '5', Address: '21 LAMBERT STREET, BULLS HEAD', Month: '5', Price: '1170'}, geometry: { type: 'Point', coordinates:[-74.16000554, 40.61801917]} },
{type: 'Feature',properties:{Name: '5', Address: '58 COOKE STREET, BULLS HEAD', Month: '7', Price: '1624'}, geometry: { type: 'Point', coordinates:[-74.15925177, 40.61762222]} },
{type: 'Feature',properties:{Name: '5', Address: '54 DOMAIN STREET, BULLS HEAD', Month: '11', Price: '960'}, geometry: { type: 'Point', coordinates:[-74.15844421, 40.61732415]} },
{type: 'Feature',properties:{Name: '5', Address: '67 COMSTOCK AVENUE, BULLS HEAD', Month: '4', Price: '1700'}, geometry: { type: 'Point', coordinates:[-74.16000652, 40.61843088]} },
{type: 'Feature',properties:{Name: '5', Address: '247 JULES DRIVE, BULLS HEAD', Month: '6', Price: '1560'}, geometry: { type: 'Point', coordinates:[-74.16039746, 40.61922633]} },
{type: 'Feature',properties:{Name: '5', Address: '186 ADA DRIVE, BULLS HEAD', Month: '10', Price: '1232'}, geometry: { type: 'Point', coordinates:[-74.16072196, 40.62085354]} },
{type: 'Feature',properties:{Name: '5', Address: '173 REGIS DRIVE, BULLS HEAD', Month: '2', Price: '1439'}, geometry: { type: 'Point', coordinates:[-74.1606408, 40.62006041]} },
{type: 'Feature',properties:{Name: '5', Address: '167 JULES DRIVE, BULLS HEAD', Month: '3', Price: '1502'}, geometry: { type: 'Point', coordinates:[-74.15792553, 40.61885097]} },
{type: 'Feature',properties:{Name: '5', Address: '142 ADA DRIVE, BULLS HEAD', Month: '7', Price: '1288'}, geometry: { type: 'Point', coordinates:[-74.1587797, 40.62056529]} },
{type: 'Feature',properties:{Name: '5', Address: '134 ADA DRIVE, BULLS HEAD', Month: '9', Price: '1288'}, geometry: { type: 'Point', coordinates:[-74.15855628, 40.62052992]} },
{type: 'Feature',properties:{Name: '5', Address: '135 JULES DRIVE, BULLS HEAD', Month: '7', Price: '1472'}, geometry: { type: 'Point', coordinates:[-74.15670759, 40.61866325]} },
{type: 'Feature',properties:{Name: '5', Address: '139 AMADOR STREET, BULLS HEAD', Month: '4', Price: '1580'}, geometry: { type: 'Point', coordinates:[-74.16668735, 40.62380668]} },
{type: 'Feature',properties:{Name: '5', Address: '141 AMADOR STREET, BULLS HEAD', Month: '7', Price: '1580'}, geometry: { type: 'Point', coordinates:[-74.16675221, 40.62381482]} },
{type: 'Feature',properties:{Name: '5', Address: '70 AMADOR STREET, BULLS HEAD', Month: '8', Price: '1320'}, geometry: { type: 'Point', coordinates:[-74.16472704, 40.6235515]} },
{type: 'Feature',properties:{Name: '5', Address: '8 AMADOR STREET, BULLS HEAD', Month: '6', Price: '1376'}, geometry: { type: 'Point', coordinates:[-74.1624281, 40.62328303]} },
{type: 'Feature',properties:{Name: '5', Address: '2 LUDWIG LANE, BULLS HEAD', Month: '2', Price: '1800'}, geometry: { type: 'Point', coordinates:[-74.15838312, 40.62193824]} },
{type: 'Feature',properties:{Name: '5', Address: '96 LUDWIG LANE, BULLS HEAD', Month: '1', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.16067214, 40.62260479]} },
{type: 'Feature',properties:{Name: '5', Address: '3B LUDWIG LANE, BULLS HEAD', Month: '10', Price: '1800'}, geometry: { type: 'Point', coordinates:[-74.15806983, 40.62198258]} },
{type: 'Feature',properties:{Name: '5', Address: '5A LUDWIG LANE, BULLS HEAD', Month: '1', Price: '1800'}, geometry: { type: 'Point', coordinates:[-74.15805912, 40.62202377]} },
{type: 'Feature',properties:{Name: '5', Address: '77 LUDWIG LANE, BULLS HEAD', Month: '10', Price: '1188'}, geometry: { type: 'Point', coordinates:[-74.15991905, 40.62251526]} },
{type: 'Feature',properties:{Name: '5', Address: '119 LUDWIG LANE, BULLS HEAD', Month: '5', Price: '1408'}, geometry: { type: 'Point', coordinates:[-74.1615154, 40.6227381]} },
{type: 'Feature',properties:{Name: '5', Address: '121 AMITY PLACE, BULLS HEAD', Month: '8', Price: '1680'}, geometry: { type: 'Point', coordinates:[-74.16182047, 40.62376148]} },
{type: 'Feature',properties:{Name: '5', Address: '61 FRANCESCA LANE, BULLS HEAD', Month: '9', Price: '1159'}, geometry: { type: 'Point', coordinates:[-74.16087316, 40.62380399]} },
{type: 'Feature',properties:{Name: '5', Address: '50 FRANCESCA LANE, BULLS HEAD', Month: '5', Price: '1324'}, geometry: { type: 'Point', coordinates:[-74.16085512, 40.62379303]} },
{type: 'Feature',properties:{Name: '5', Address: '50 CAROL PLACE, BULLS HEAD', Month: '6', Price: '1324'}, geometry: { type: 'Point', coordinates:[-74.16008021, 40.62362394]} },
{type: 'Feature',properties:{Name: '5', Address: '31 DOREEN DRIVE, BULLS HEAD', Month: '1', Price: '1159'}, geometry: { type: 'Point', coordinates:[-74.15919478, 40.62393258]} },
{type: 'Feature',properties:{Name: '5', Address: '47 DOREEN DRIVE, BULLS HEAD', Month: '2', Price: '1159'}, geometry: { type: 'Point', coordinates:[-74.15928427, 40.62369641]} },
{type: 'Feature',properties:{Name: '5', Address: '23 ELEANOR PLACE, BULLS HEAD', Month: '3', Price: '1159'}, geometry: { type: 'Point', coordinates:[-74.1583307, 40.62413963]} },
{type: 'Feature',properties:{Name: '5', Address: '23 ELEANOR PLACE, BULLS HEAD', Month: '10', Price: '1159'}, geometry: { type: 'Point', coordinates:[-74.1583307, 40.62413963]} },
{type: 'Feature',properties:{Name: '5', Address: '21 BENJAMIN DRIVE, BULLS HEAD', Month: '1', Price: '1595'}, geometry: { type: 'Point', coordinates:[-74.15846487, 40.62299213]} },
{type: 'Feature',properties:{Name: '5', Address: '233 BRUCKNER AVENUE, BULLS HEAD', Month: '2', Price: '1158'}, geometry: { type: 'Point', coordinates:[-74.1594082, 40.62580973]} },
{type: 'Feature',properties:{Name: '5', Address: '64 HEANEY AVENUE, BULLS HEAD', Month: '3', Price: '1158'}, geometry: { type: 'Point', coordinates:[-74.1587362, 40.62499271]} },
{type: 'Feature',properties:{Name: '5', Address: '478 VAN NAME AVENUE, BULLS HEAD', Month: '5', Price: '1680'}, geometry: { type: 'Point', coordinates:[-74.15514703, 40.62448707]} },
{type: 'Feature',properties:{Name: '5', Address: '22 HEATHER COURT, BULLS HEAD', Month: '4', Price: '993'}, geometry: { type: 'Point', coordinates:[-74.15535834, 40.62395979]} },
{type: 'Feature',properties:{Name: '5', Address: '35 MATTHEW PLACE, BULLS HEAD', Month: '10', Price: '1000'}, geometry: { type: 'Point', coordinates:[-74.15361815, 40.62384959]} },
{type: 'Feature',properties:{Name: '5', Address: '78 ADRIANNE LANE, BULLS HEAD', Month: '5', Price: '1159'}, geometry: { type: 'Point', coordinates:[-74.15801407, 40.62277591]} },
{type: 'Feature',properties:{Name: '5', Address: '30 ADRIANNE LANE, BULLS HEAD', Month: '10', Price: '1292'}, geometry: { type: 'Point', coordinates:[-74.15767049, 40.62372333]} },
{type: 'Feature',properties:{Name: '5', Address: '20 ADRIANNE LANE, BULLS HEAD', Month: '7', Price: '1159'}, geometry: { type: 'Point', coordinates:[-74.1576168, 40.62386888]} },
{type: 'Feature',properties:{Name: '5', Address: '29 SANDERS STREET, BULLS HEAD', Month: '2', Price: '1232'}, geometry: { type: 'Point', coordinates:[-74.15170679, 40.62450265]} },
{type: 'Feature',properties:{Name: '5', Address: '21 ETON PLACE, BULLS HEAD', Month: '5', Price: '1552'}, geometry: { type: 'Point', coordinates:[-74.16144597, 40.60446059]} },
{type: 'Feature',properties:{Name: '5', Address: '93 SAYBROOK STREET, BULLS HEAD', Month: '3', Price: '1504'}, geometry: { type: 'Point', coordinates:[-74.16070303, 40.60551014]} },
{type: 'Feature',properties:{Name: '5', Address: '83 SAYBROOK STREET, BULLS HEAD', Month: '8', Price: '1504'}, geometry: { type: 'Point', coordinates:[-74.1606422, 40.60567492]} },
{type: 'Feature',properties:{Name: '5', Address: '59 SAYBROOK STREET, BULLS HEAD', Month: '3', Price: '1440'}, geometry: { type: 'Point', coordinates:[-74.16051713, 40.60608132]} },
{type: 'Feature',properties:{Name: '5', Address: '12 GOLLER PLACE, BULLS HEAD', Month: '1', Price: '1408'}, geometry: { type: 'Point', coordinates:[-74.15938565, 40.60731806]} },
{type: 'Feature',properties:{Name: '5', Address: '3300 VICTORY BOULEVARD, BULLS HEAD', Month: '4', Price: '2100'}, geometry: { type: 'Point', coordinates:[-74.16935374, 40.60561026]} },
{type: 'Feature',properties:{Name: '5', Address: '20 DAWSON CIRCLE, BULLS HEAD', Month: '11', Price: '1922'}, geometry: { type: 'Point', coordinates:[-74.16470322, 40.60367919]} },
{type: 'Feature',properties:{Name: '5', Address: '93 DAWSON COURT, BULLS HEAD', Month: '7', Price: '1576'}, geometry: { type: 'Point', coordinates:[-74.16468833, 40.60494456]} },
{type: 'Feature',properties:{Name: '5', Address: '32 FOREST STREET, BULLS HEAD', Month: '1', Price: '1800'}, geometry: { type: 'Point', coordinates:[-74.1634588, 40.60581093]} },
{type: 'Feature',properties:{Name: '5', Address: '30 FOREST STREET, BULLS HEAD', Month: '3', Price: '1800'}, geometry: { type: 'Point', coordinates:[-74.1634012, 40.6058165]} },
{type: 'Feature',properties:{Name: '5', Address: '61 FOREST STREET, BULLS HEAD', Month: '7', Price: '1416'}, geometry: { type: 'Point', coordinates:[-74.16435534, 40.60572731]} },
{type: 'Feature',properties:{Name: '5', Address: '24 JONES STREET, BULLS HEAD', Month: '7', Price: '1940'}, geometry: { type: 'Point', coordinates:[-74.1643244, 40.60632572]} },
{type: 'Feature',properties:{Name: '5', Address: '23 TIMOTHY COURT, BULLS HEAD', Month: '12', Price: '1960'}, geometry: { type: 'Point', coordinates:[-74.16503445, 40.60655801]} },
{type: 'Feature',properties:{Name: '5', Address: '3303 VICTORY BOULEVARD, BULLS HEAD', Month: '3', Price: '1360'}, geometry: { type: 'Point', coordinates:[-74.16944371, 40.60558542]} },
{type: 'Feature',properties:{Name: '5', Address: '49 SPEEDWELL AVENUE, BULLS HEAD', Month: '2', Price: '1760'}, geometry: { type: 'Point', coordinates:[-74.1680297, 40.6075418]} },
{type: 'Feature',properties:{Name: '5', Address: '59 SPEEDWELL AVENUE, BULLS HEAD', Month: '6', Price: '2112'}, geometry: { type: 'Point', coordinates:[-74.16795472, 40.60779992]} },
{type: 'Feature',properties:{Name: '5', Address: '232 MERRILL AVENUE, BULLS HEAD', Month: '8', Price: '1816'}, geometry: { type: 'Point', coordinates:[-74.16833025, 40.61104372]} },
{type: 'Feature',properties:{Name: '5', Address: '22 MERRILL AVENUE, BULLS HEAD', Month: '10', Price: '1800'}, geometry: { type: 'Point', coordinates:[-74.16108455, 40.6098958]} },
{type: 'Feature',properties:{Name: '5', Address: '20 DANNY COURT, BULLS HEAD', Month: '2', Price: '1800'}, geometry: { type: 'Point', coordinates:[-74.16156298, 40.60965633]} },
{type: 'Feature',properties:{Name: '5', Address: '44 DANNY COURT, BULLS HEAD', Month: '9', Price: '1800'}, geometry: { type: 'Point', coordinates:[-74.16153733, 40.60947247]} },
{type: 'Feature',properties:{Name: '5', Address: '22 DEPPE PLACE, BULLS HEAD', Month: '2', Price: '2504'}, geometry: { type: 'Point', coordinates:[-74.15428106, 40.61765095]} },
{type: 'Feature',properties:{Name: '5', Address: '531 WEST CASWELL AVENUE, BULLS HEAD', Month: '2', Price: '1620'}, geometry: { type: 'Point', coordinates:[-74.15433501, 40.6160589]} },
{type: 'Feature',properties:{Name: '5', Address: '38 MADISON AVENUE, BULLS HEAD', Month: '8', Price: '2080'}, geometry: { type: 'Point', coordinates:[-74.15448809, 40.61683273]} },
{type: 'Feature',properties:{Name: '5', Address: '55 SUMNER AVENUE, BULLS HEAD', Month: '12', Price: '2800'}, geometry: { type: 'Point', coordinates:[-74.15479802, 40.61535286]} },
{type: 'Feature',properties:{Name: '5', Address: '53 RICHARD LANE, BULLS HEAD', Month: '8', Price: '2068'}, geometry: { type: 'Point', coordinates:[-74.15851783, 40.60888928]} },
{type: 'Feature',properties:{Name: '5', Address: '9 LEONA STREET, BULLS HEAD', Month: '11', Price: '2068'}, geometry: { type: 'Point', coordinates:[-74.15924267, 40.60927804]} },
{type: 'Feature',properties:{Name: '5', Address: '79 GARY COURT, BULLS HEAD', Month: '11', Price: '2068'}, geometry: { type: 'Point', coordinates:[-74.16000685, 40.60805006]} },
{type: 'Feature',properties:{Name: '5', Address: '90 GARY COURT, BULLS HEAD', Month: '6', Price: '2024'}, geometry: { type: 'Point', coordinates:[-74.16033438, 40.60796177]} },
{type: 'Feature',properties:{Name: '5', Address: '56 GARY COURT, BULLS HEAD', Month: '10', Price: '2208'}, geometry: { type: 'Point', coordinates:[-74.15929764, 40.60816907]} },
{type: 'Feature',properties:{Name: '5', Address: '219 MERRILL AVENUE, BULLS HEAD', Month: '4', Price: '1996'}, geometry: { type: 'Point', coordinates:[-74.16800961, 40.61100851]} },
{type: 'Feature',properties:{Name: '5', Address: '235 MERRILL AVENUE, BULLS HEAD', Month: '4', Price: '2056'}, geometry: { type: 'Point', coordinates:[-74.16838073, 40.61106835]} },
{type: 'Feature',properties:{Name: '5', Address: '56 GRAHAM AVENUE, BULLS HEAD', Month: '2', Price: '2056'}, geometry: { type: 'Point', coordinates:[-74.16922809, 40.61287044]} },
{type: 'Feature',properties:{Name: '5', Address: '127 COMMERCE STREET, BULLS HEAD', Month: '10', Price: '2056'}, geometry: { type: 'Point', coordinates:[-74.16644413, 40.61150485]} },
{type: 'Feature',properties:{Name: '5', Address: '122 FIELDSTONE ROAD, BULLS HEAD', Month: '6', Price: '2200'}, geometry: { type: 'Point', coordinates:[-74.16539853, 40.61251096]} },
{type: 'Feature',properties:{Name: '5', Address: '31 NADAL PLACE, BULLS HEAD', Month: '1', Price: '2194'}, geometry: { type: 'Point', coordinates:[-74.16729695, 40.61263173]} },
{type: 'Feature',properties:{Name: '5', Address: '24 OLIVER PLACE, BULLS HEAD', Month: '8', Price: '2194'}, geometry: { type: 'Point', coordinates:[-74.16633551, 40.6127237]} },
{type: 'Feature',properties:{Name: '5', Address: '16 NADAL PLACE, BULLS HEAD', Month: '2', Price: '1966'}, geometry: { type: 'Point', coordinates:[-74.16723304, 40.61299962]} },
{type: 'Feature',properties:{Name: '5', Address: '47 LEGGETT PLACE, BULLS HEAD', Month: '8', Price: '2312'}, geometry: { type: 'Point', coordinates:[-74.16077862, 40.61147723]} },
{type: 'Feature',properties:{Name: '5', Address: '17 LEGGETT PLACE, BULLS HEAD', Month: '2', Price: '2464'}, geometry: { type: 'Point', coordinates:[-74.16058197, 40.61207587]} },
{type: 'Feature',properties:{Name: '5', Address: '51 MORGAN LANE, BULLS HEAD', Month: '5', Price: '1440'}, geometry: { type: 'Point', coordinates:[-74.16260227, 40.61196873]} },
{type: 'Feature',properties:{Name: '5', Address: '96 RENEE PLACE, BULLS HEAD', Month: '9', Price: '1280'}, geometry: { type: 'Point', coordinates:[-74.16178755, 40.61166521]} },
{type: 'Feature',properties:{Name: '5', Address: '276 HILLMAN AVENUE, BULLS HEAD', Month: '3', Price: '2544'}, geometry: { type: 'Point', coordinates:[-74.1634457, 40.61222555]} },
{type: 'Feature',properties:{Name: '5', Address: '201 ARLENE STREET, BULLS HEAD', Month: '3', Price: '1756'}, geometry: { type: 'Point', coordinates:[-74.16416203, 40.61352282]} },
{type: 'Feature',properties:{Name: '5', Address: '66 LONGDALE STREET, BULLS HEAD', Month: '10', Price: '1326'}, geometry: { type: 'Point', coordinates:[-74.16436503, 40.61697823]} },
{type: 'Feature',properties:{Name: '5', Address: '18 KINGSBRIDGE AVENUE, BULLS HEAD', Month: '4', Price: '1470'}, geometry: { type: 'Point', coordinates:[-74.16513057, 40.61775665]} },
{type: 'Feature',properties:{Name: '5', Address: '45 ELSON STREET, BULLS HEAD', Month: '11', Price: '1470'}, geometry: { type: 'Point', coordinates:[-74.16613846, 40.61748346]} },
{type: 'Feature',properties:{Name: '5', Address: '14 LONGDALE STREET, BULLS HEAD', Month: '1', Price: '1632'}, geometry: { type: 'Point', coordinates:[-74.16389624, 40.61822778]} },
{type: 'Feature',properties:{Name: '5', Address: '144 COMSTOCK AVENUE, BULLS HEAD', Month: '10', Price: '2068'}, geometry: { type: 'Point', coordinates:[-74.16110627, 40.61889596]} },
{type: 'Feature',properties:{Name: '5', Address: '152 JULES DRIVE, BULLS HEAD', Month: '1', Price: '2068'}, geometry: { type: 'Point', coordinates:[-74.16161535, 40.61938657]} },
{type: 'Feature',properties:{Name: '5', Address: '1312 RICHMOND AVENUE, BULLS HEAD', Month: '5', Price: '2494'}, geometry: { type: 'Point', coordinates:[-74.15661272, 40.61661027]} },
{type: 'Feature',properties:{Name: '5', Address: '274 ADA DRIVE, BULLS HEAD', Month: '1', Price: '2300'}, geometry: { type: 'Point', coordinates:[-74.16398692, 40.62141436]} },
{type: 'Feature',properties:{Name: '5', Address: '272 ADA DRIVE, BULLS HEAD', Month: '3', Price: '1960'}, geometry: { type: 'Point', coordinates:[-74.16392204, 40.62140073]} },
{type: 'Feature',properties:{Name: '5', Address: '243 REGIS DRIVE, BULLS HEAD', Month: '6', Price: '1683'}, geometry: { type: 'Point', coordinates:[-74.16322454, 40.62046849]} },
{type: 'Feature',properties:{Name: '5', Address: '125 REGIS DRIVE, BULLS HEAD', Month: '5', Price: '1896'}, geometry: { type: 'Point', coordinates:[-74.15865892, 40.61976123]} },
{type: 'Feature',properties:{Name: '5', Address: '57 ADA DRIVE, BULLS HEAD', Month: '2', Price: '1584'}, geometry: { type: 'Point', coordinates:[-74.15604472, 40.62016555]} },
{type: 'Feature',properties:{Name: '5', Address: '89 ADA DRIVE, BULLS HEAD', Month: '12', Price: '1624'}, geometry: { type: 'Point', coordinates:[-74.15733835, 40.62035867]} },
{type: 'Feature',properties:{Name: '5', Address: '245 ADA DRIVE, BULLS HEAD', Month: '4', Price: '2121'}, geometry: { type: 'Point', coordinates:[-74.16319409, 40.6212755]} },
{type: 'Feature',properties:{Name: '5', Address: '261 ADA DRIVE, BULLS HEAD', Month: '8', Price: '2121'}, geometry: { type: 'Point', coordinates:[-74.16364458, 40.62136269]} },
{type: 'Feature',properties:{Name: '5', Address: '281 ADA DRIVE, BULLS HEAD', Month: '2', Price: '2121'}, geometry: { type: 'Point', coordinates:[-74.1642104, 40.62147442]} },
{type: 'Feature',properties:{Name: '5', Address: '42 ANDREA PLACE, BULLS HEAD', Month: '9', Price: '2392'}, geometry: { type: 'Point', coordinates:[-74.16651057, 40.6251464]} },
{type: 'Feature',properties:{Name: '5', Address: '127 SPARTAN AVENUE, BULLS HEAD', Month: '6', Price: '2400'}, geometry: { type: 'Point', coordinates:[-74.16568026, 40.62588869]} },
{type: 'Feature',properties:{Name: '5', Address: '55 AMADOR STREET, BULLS HEAD', Month: '12', Price: '2256'}, geometry: { type: 'Point', coordinates:[-74.16396316, 40.62347573]} },
{type: 'Feature',properties:{Name: '5', Address: '104 AMADOR STREET, BULLS HEAD', Month: '9', Price: '1844'}, geometry: { type: 'Point', coordinates:[-74.16624407, 40.62373321]} },
{type: 'Feature',properties:{Name: '5', Address: '397 LISK AVENUE, BULLS HEAD', Month: '3', Price: '2904'}, geometry: { type: 'Point', coordinates:[-74.16277555, 40.62247008]} },
{type: 'Feature',properties:{Name: '5', Address: '443 LISK AVENUE, BULLS HEAD', Month: '8', Price: '1428'}, geometry: { type: 'Point', coordinates:[-74.1636692, 40.62258958]} },
{type: 'Feature',properties:{Name: '5', Address: '29 YALE STREET, BULLS HEAD', Month: '10', Price: '2256'}, geometry: { type: 'Point', coordinates:[-74.16491836, 40.62516791]} },
{type: 'Feature',properties:{Name: '5', Address: '80 SPARTAN AVENUE, BULLS HEAD', Month: '1', Price: '2456'}, geometry: { type: 'Point', coordinates:[-74.16457743, 40.62569814]} },
{type: 'Feature',properties:{Name: '5', Address: '76 SPARTAN AVENUE, BULLS HEAD', Month: '10', Price: '2410'}, geometry: { type: 'Point', coordinates:[-74.16449816, 40.62569002]} },
{type: 'Feature',properties:{Name: '5', Address: '14 SPARTAN AVENUE, BULLS HEAD', Month: '1', Price: '2100'}, geometry: { type: 'Point', coordinates:[-74.1625631, 40.62546495]} },
{type: 'Feature',properties:{Name: '5', Address: '2104 FOREST AVENUE, BULLS HEAD', Month: '12', Price: '2348'}, geometry: { type: 'Point', coordinates:[-74.15965465, 40.62643245]} },
{type: 'Feature',properties:{Name: '5', Address: '27 EUNICE PLACE, BULLS HEAD', Month: '9', Price: '877'}, geometry: { type: 'Point', coordinates:[-74.15252876, 40.62477878]} },
{type: 'Feature',properties:{Name: '5', Address: '58 GOLLER PLACE, BULLS HEAD', Month: '6', Price: '1530'}, geometry: { type: 'Point', coordinates:[-74.15964199, 40.60607705]} },
{type: 'Feature',properties:{Name: '5', Address: '25 GOLLER PLACE, BULLS HEAD', Month: '12', Price: '1530'}, geometry: { type: 'Point', coordinates:[-74.15942737, 40.60669219]} },
{type: 'Feature',properties:{Name: '5', Address: '2876 VICTORY BOULEVARD, BULLS HEAD', Month: '11', Price: '2208'}, geometry: { type: 'Point', coordinates:[-74.15824889, 40.60786584]} },
{type: 'Feature',properties:{Name: '5', Address: '3360 VICTORY BOULEVARD, BULLS HEAD', Month: '3', Price: '1400'}, geometry: { type: 'Point', coordinates:[-74.1704435, 40.60504322]} },
{type: 'Feature',properties:{Name: '5', Address: '129 FOREST STREET, BULLS HEAD', Month: '3', Price: '1978'}, geometry: { type: 'Point', coordinates:[-74.1672363, 40.60567649]} },
{type: 'Feature',properties:{Name: '5', Address: '127 DAWSON CIRCLE, BULLS HEAD', Month: '10', Price: '2338'}, geometry: { type: 'Point', coordinates:[-74.16770101, 40.60429518]} },
{type: 'Feature',properties:{Name: '5', Address: '35 SIGNS ROAD, BULLS HEAD', Month: '1', Price: '2254'}, geometry: { type: 'Point', coordinates:[-74.16464102, 40.60182105]} },
{type: 'Feature',properties:{Name: '5', Address: '9 AMSTERDAM AVENUE, BULLS HEAD', Month: '6', Price: '2254'}, geometry: { type: 'Point', coordinates:[-74.16362333, 40.60387836]} },
{type: 'Feature',properties:{Name: '5', Address: '27 CARNEGIE AVENUE, BULLS HEAD', Month: '9', Price: '1992'}, geometry: { type: 'Point', coordinates:[-74.16330031, 40.60432622]} },
{type: 'Feature',properties:{Name: '5', Address: '509 ARLENE STREET, BULLS HEAD', Month: '12', Price: '1992'}, geometry: { type: 'Point', coordinates:[-74.16580209, 40.60532449]} },
{type: 'Feature',properties:{Name: '5', Address: '32 JONES STREET, BULLS HEAD', Month: '6', Price: '1528'}, geometry: { type: 'Point', coordinates:[-74.16431347, 40.60627358]} },
{type: 'Feature',properties:{Name: '5', Address: '437 ARLENE STREET, BULLS HEAD', Month: '10', Price: '2676'}, geometry: { type: 'Point', coordinates:[-74.16557298, 40.60733127]} },
{type: 'Feature',properties:{Name: '5', Address: '318 GRAHAM AVENUE, BULLS HEAD', Month: '8', Price: '2344'}, geometry: { type: 'Point', coordinates:[-74.17035246, 40.60605893]} },
{type: 'Feature',properties:{Name: '5', Address: '280 GRAHAM AVENUE, BULLS HEAD', Month: '3', Price: '2344'}, geometry: { type: 'Point', coordinates:[-74.17054997, 40.60724714]} },
{type: 'Feature',properties:{Name: '5', Address: '70 NOSTRAND AVENUE, BULLS HEAD', Month: '5', Price: '2288'}, geometry: { type: 'Point', coordinates:[-74.16967299, 40.60652655]} },
{type: 'Feature',properties:{Name: '5', Address: '54 NOSTRAND AVENUE, BULLS HEAD', Month: '10', Price: '2136'}, geometry: { type: 'Point', coordinates:[-74.16921578, 40.6065931]} },
{type: 'Feature',properties:{Name: '5', Address: '163 SOMMER AVENUE, BULLS HEAD', Month: '1', Price: '1600'}, geometry: { type: 'Point', coordinates:[-74.16856779, 40.60812565]} },
{type: 'Feature',properties:{Name: '5', Address: '144 PAULDING AVENUE, BULLS HEAD', Month: '10', Price: '2500'}, geometry: { type: 'Point', coordinates:[-74.16744545, 40.6086543]} },
{type: 'Feature',properties:{Name: '5', Address: '188 MERRILL AVENUE, BULLS HEAD', Month: '6', Price: '2767'}, geometry: { type: 'Point', coordinates:[-74.16724212, 40.61087239]} },
{type: 'Feature',properties:{Name: '5', Address: '326 ARLENE STREET, BULLS HEAD', Month: '7', Price: '2660'}, geometry: { type: 'Point', coordinates:[-74.16504606, 40.60979686]} },
{type: 'Feature',properties:{Name: '5', Address: '346 ARLENE STREET, BULLS HEAD', Month: '1', Price: '2936'}, geometry: { type: 'Point', coordinates:[-74.16516028, 40.60937948]} },
{type: 'Feature',properties:{Name: '5', Address: '27 BERGLUND AVENUE, BULLS HEAD', Month: '12', Price: '2048'}, geometry: { type: 'Point', coordinates:[-74.16711766, 40.61007383]} },
{type: 'Feature',properties:{Name: '5', Address: '173 PAULDING AVENUE, BULLS HEAD', Month: '3', Price: '2327'}, geometry: { type: 'Point', coordinates:[-74.16836425, 40.60881764]} },
{type: 'Feature',properties:{Name: '5', Address: '6 PLANK ROAD, BULLS HEAD', Month: '4', Price: '2600'}, geometry: { type: 'Point', coordinates:[-74.16673749, 40.60927016]} },
{type: 'Feature',properties:{Name: '5', Address: '42 BERGLUND AVENUE, BULLS HEAD', Month: '12', Price: '2810'}, geometry: { type: 'Point', coordinates:[-74.16765807, 40.61013892]} },
{type: 'Feature',properties:{Name: '5', Address: '37 LEONA STREET, BULLS HEAD', Month: '11', Price: '2068'}, geometry: { type: 'Point', coordinates:[-74.15955838, 40.60876707]} },
{type: 'Feature',properties:{Name: '5', Address: '12 TIGER COURT, BULLS HEAD', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15063702, 40.62137224]} },
{type: 'Feature',properties:{Name: '5', Address: '12 JAMIE COURT, BULLS HEAD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.1500007, 40.62193576]} },
{type: 'Feature',properties:{Name: '5', Address: '31A ARMAND STREET, BULLS HEAD', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15371125, 40.61891158]} },
{type: 'Feature',properties:{Name: '5', Address: '35 ARMAND STREET, BULLS HEAD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15407019, 40.61836488]} },
{type: 'Feature',properties:{Name: '5', Address: '31A LEO STREET, BULLS HEAD', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15371125, 40.61891158]} },
{type: 'Feature',properties:{Name: '5', Address: '20 MELISSA STREET, BULLS HEAD', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15330935, 40.6195791]} },
{type: 'Feature',properties:{Name: '5', Address: '35 MELISSA STREET, BULLS HEAD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15317226, 40.61948871]} },
{type: 'Feature',properties:{Name: '5', Address: '16A MARC STREET, BULLS HEAD', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15198507, 40.62014903]} },
{type: 'Feature',properties:{Name: '5', Address: '37 MARC STREET, BULLS HEAD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15234787, 40.61970664]} },
{type: 'Feature',properties:{Name: '5', Address: '34A ANITA STREET, BULLS HEAD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15198507, 40.62014903]} },
{type: 'Feature',properties:{Name: '5', Address: '36 PETER STREET, BULLS HEAD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15124741, 40.6204931]} },
{type: 'Feature',properties:{Name: '5', Address: '21 PETER STREET, BULLS HEAD', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15155795, 40.62082482]} },
{type: 'Feature',properties:{Name: '5', Address: '39A PETER STREET, BULLS HEAD', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15198507, 40.62014903]} },
{type: 'Feature',properties:{Name: '5', Address: '16A DEBBIE STREET, BULLS HEAD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15798816, 40.61030633]} },
{type: 'Feature',properties:{Name: '5', Address: '45B JENNIFER PLACE, BULLS HEAD', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15798816, 40.61030633]} },
{type: 'Feature',properties:{Name: '5', Address: '67 JENNIFER PLACE, BULLS HEAD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15784986, 40.61122054]} },
{type: 'Feature',properties:{Name: '5', Address: '42 JENNIFER PLACE, BULLS HEAD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.1583164, 40.61051448]} },
{type: 'Feature',properties:{Name: '5', Address: '38 JENNIFER PLACE, BULLS HEAD', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15836661, 40.61042658]} },
{type: 'Feature',properties:{Name: '5', Address: '34 JENNIFER PLACE, BULLS HEAD', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15842043, 40.61033867]} },
{type: 'Feature',properties:{Name: '5', Address: '16 JENNIFER PLACE, BULLS HEAD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15873257, 40.6098332]} },
{type: 'Feature',properties:{Name: '5', Address: '16 JENNIFER PLACE, BULLS HEAD', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15873257, 40.6098332]} },
{type: 'Feature',properties:{Name: '5', Address: '87 PARKVIEW LOOP, BULLS HEAD', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.1560642, 40.61000977]} },
{type: 'Feature',properties:{Name: '5', Address: '107 DEBBIE STREET, BULLS HEAD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15688035, 40.61093915]} },
{type: 'Feature',properties:{Name: '5', Address: '1250 RICHMOND AVENUE, BULLS HEAD', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15585912, 40.61781351]} },
{type: 'Feature',properties:{Name: '5', Address: '60 REGAL WALK, BULLS HEAD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.16610158, 40.62148269]} },
{type: 'Feature',properties:{Name: '5', Address: '39 WOLKOFF LANE, BULLS HEAD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.16566365, 40.6221009]} },
{type: 'Feature',properties:{Name: '5', Address: '61 REGAL WALK, BULLS HEAD', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.1660763, 40.62145528]} },
{type: 'Feature',properties:{Name: '5', Address: '45A REGAL WALK, BULLS HEAD', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.16651965, 40.62156443]} },
{type: 'Feature',properties:{Name: '5', Address: '20 FARRAGUT AVENUE, BULLS HEAD', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.1652351, 40.62069343]} },
{type: 'Feature',properties:{Name: '5', Address: '919 GOETHALS ROAD NORTH, BULLS HEAD', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.16594063, 40.62049479]} },
{type: 'Feature',properties:{Name: '5', Address: '5 ADA DRIVE, BULLS HEAD', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15454465, 40.61948138]} },
{type: 'Feature',properties:{Name: '5', Address: '5 ADA DRIVE, BULLS HEAD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15454465, 40.61948138]} },
{type: 'Feature',properties:{Name: '5', Address: '39 ADA DRIVE, BULLS HEAD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15560872, 40.62010576]} },
{type: 'Feature',properties:{Name: '5', Address: '25 REGIS DRIVE, BULLS HEAD', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15569333, 40.61931514]} },
{type: 'Feature',properties:{Name: '5', Address: '62 WOLKOFF LANE, BULLS HEAD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.16649966, 40.62221772]} },
{type: 'Feature',properties:{Name: '5', Address: '510A LISK AVENUE, BULLS HEAD', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.166161, 40.62273]} },
{type: 'Feature',properties:{Name: '5', Address: '91 SELVIN LOOP, BULLS HEAD', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.16416205, 40.62231989]} },
{type: 'Feature',properties:{Name: '5', Address: '538A LISK AVENUE, BULLS HEAD', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.16707335, 40.62259018]} },
{type: 'Feature',properties:{Name: '5', Address: '90A WOLKOFF LANE, BULLS HEAD', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.16707335, 40.62259018]} },
{type: 'Feature',properties:{Name: '5', Address: '98 WOLKOFF LANE, BULLS HEAD', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.16761674, 40.62236706]} },
{type: 'Feature',properties:{Name: '5', Address: '98 WOLKOFF LANE, BULLS HEAD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.16761674, 40.62236706]} },
{type: 'Feature',properties:{Name: '5', Address: '34A SELVIN LOOP, BULLS HEAD', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.16328615, 40.62209607]} },
{type: 'Feature',properties:{Name: '5', Address: '436 LISK AVENUE, BULLS HEAD', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.16348178, 40.62254868]} },
{type: 'Feature',properties:{Name: '5', Address: '434A LISK AVENUE, BULLS HEAD', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.16328615, 40.62209607]} },
{type: 'Feature',properties:{Name: '5', Address: '266A BRUCKNER AVENUE, BULLS HEAD', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15971354, 40.62544973]} },
{type: 'Feature',properties:{Name: '5', Address: '238A BRUCKNER AVENUE, BULLS HEAD', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15971354, 40.62544973]} },
{type: 'Feature',properties:{Name: '5', Address: '247A BRUCKNER AVENUE, BULLS HEAD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15888576, 40.62577751]} },
{type: 'Feature',properties:{Name: '5', Address: '17G SIGNS ROAD, BULLS HEAD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.1636061, 40.60272557]} },
{type: 'Feature',properties:{Name: '5', Address: '15D SIGNS ROAD, BULLS HEAD', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.1636061, 40.60272557]} },
{type: 'Feature',properties:{Name: '5', Address: '7D SIGNS ROAD, BULLS HEAD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.1636061, 40.60272557]} },
{type: 'Feature',properties:{Name: '5', Address: 'FOREST AVENUE, BULLS HEAD', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.16056555, 40.6262116]} },
{type: 'Feature',properties:{Name: '5', Address: '1279 RICHMOND AVENUE, BULLS HEAD', Month: '4', Price: '5922'}, geometry: { type: 'Point', coordinates:[-74.15626454, 40.61712402]} },
{type: 'Feature',properties:{Name: '5', Address: '921 RICHMOND AVENUE, BULLS HEAD', Month: '4', Price: '5428'}, geometry: { type: 'Point', coordinates:[-74.14901831, 40.62400661]} },
{type: 'Feature',properties:{Name: '5', Address: '2270 FOREST AVENUE, BULLS HEAD', Month: '9', Price: '1147'}, geometry: { type: 'Point', coordinates:[-74.16500948, 40.62705345]} },
{type: 'Feature',properties:{Name: '5', Address: '2270 FOREST AVENUE, BULLS HEAD', Month: '10', Price: '1147'}, geometry: { type: 'Point', coordinates:[-74.16500948, 40.62705345]} },
{type: 'Feature',properties:{Name: '5', Address: '2264 FOREST AVENUE, BULLS HEAD', Month: '1', Price: '10354'}, geometry: { type: 'Point', coordinates:[-74.1648545, 40.62702622]} },
{type: 'Feature',properties:{Name: '5', Address: '2264 FOREST AVENUE, BULLS HEAD', Month: '6', Price: '10354'}, geometry: { type: 'Point', coordinates:[-74.1648545, 40.62702622]} },
{type: 'Feature',properties:{Name: '5', Address: '2256 FOREST AVENUE, BULLS HEAD', Month: '2', Price: '13526'}, geometry: { type: 'Point', coordinates:[-74.16464547, 40.62699084]} },
{type: 'Feature',properties:{Name: '5', Address: '2256 FOREST AVENUE, BULLS HEAD', Month: '8', Price: '13526'}, geometry: { type: 'Point', coordinates:[-74.16464547, 40.62699084]} },
{type: 'Feature',properties:{Name: '5', Address: '1650 RICHMOND AVENUE, BULLS HEAD', Month: '12', Price: '45899'}, geometry: { type: 'Point', coordinates:[-74.16226147, 40.60808532]} },
{type: 'Feature',properties:{Name: '5', Address: '930 RICHMOND AVENUE, BULLS HEAD', Month: '5', Price: '2400'}, geometry: { type: 'Point', coordinates:[-74.14891861, 40.62453099]} },
{type: 'Feature',properties:{Name: '5', Address: '930 RICHMOND AVENUE, BULLS HEAD', Month: '10', Price: '2400'}, geometry: { type: 'Point', coordinates:[-74.14891861, 40.62453099]} },
{type: 'Feature',properties:{Name: '5', Address: '936 RICHMOND AVENUE, BULLS HEAD', Month: '4', Price: '2625'}, geometry: { type: 'Point', coordinates:[-74.14894004, 40.62444588]} },
{type: 'Feature',properties:{Name: '5', Address: '936 RICHMOND AVENUE, BULLS HEAD', Month: '12', Price: '2625'}, geometry: { type: 'Point', coordinates:[-74.14894004, 40.62444588]} },
{type: 'Feature',properties:{Name: '5', Address: '936 RICHMOND AVENUE, BULLS HEAD', Month: '4', Price: '2625'}, geometry: { type: 'Point', coordinates:[-74.14894004, 40.62444588]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A RICHMOND AVENUE, BULLS HEAD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.14936869, 40.6244316]} },
{type: 'Feature',properties:{Name: '5', Address: '75 MANOR ROAD, CASTLETON CORNERS', Month: '5', Price: '1140'}, geometry: { type: 'Point', coordinates:[-74.12495545, 40.62637659]} },
{type: 'Feature',properties:{Name: '5', Address: '180 RAYMOND PLACE, CASTLETON CORNERS', Month: '8', Price: '1144'}, geometry: { type: 'Point', coordinates:[-74.1234894, 40.62646601]} },
{type: 'Feature',properties:{Name: '5', Address: '187 RAYMOND PLACE, CASTLETON CORNERS', Month: '5', Price: '1152'}, geometry: { type: 'Point', coordinates:[-74.12344234, 40.62634254]} },
{type: 'Feature',properties:{Name: '5', Address: '791 CURTIS AVENUE, CASTLETON CORNERS', Month: '2', Price: '1815'}, geometry: { type: 'Point', coordinates:[-74.1234284, 40.62464627]} },
{type: 'Feature',properties:{Name: '5', Address: '38 COLLEGE AVENUE, CASTLETON CORNERS', Month: '3', Price: '1432'}, geometry: { type: 'Point', coordinates:[-74.12211236, 40.62204013]} },
{type: 'Feature',properties:{Name: '5', Address: '49 BENEDICT AVENUE, CASTLETON CORNERS', Month: '9', Price: '1196'}, geometry: { type: 'Point', coordinates:[-74.1234762, 40.62322442]} },
{type: 'Feature',properties:{Name: '5', Address: '44 BENEDICT AVENUE, CASTLETON CORNERS', Month: '9', Price: '1269'}, geometry: { type: 'Point', coordinates:[-74.12331412, 40.62323557]} },
{type: 'Feature',properties:{Name: '5', Address: '33 COLLEGE AVENUE, CASTLETON CORNERS', Month: '5', Price: '1205'}, geometry: { type: 'Point', coordinates:[-74.12200796, 40.62207592]} },
{type: 'Feature',properties:{Name: '5', Address: '183 DRAKE AVENUE, CASTLETON CORNERS', Month: '12', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.12198414, 40.61889747]} },
{type: 'Feature',properties:{Name: '5', Address: '139 RICE AVENUE, CASTLETON CORNERS', Month: '9', Price: '1520'}, geometry: { type: 'Point', coordinates:[-74.11879435, 40.61779741]} },
{type: 'Feature',properties:{Name: '5', Address: '187 UTTER AVENUE, CASTLETON CORNERS', Month: '6', Price: '1542'}, geometry: { type: 'Point', coordinates:[-74.12115814, 40.61827802]} },
{type: 'Feature',properties:{Name: '5', Address: '193B RICE AVENUE, CASTLETON CORNERS', Month: '8', Price: '1100'}, geometry: { type: 'Point', coordinates:[-74.12051259, 40.61783953]} },
{type: 'Feature',properties:{Name: '5', Address: '225 POTTER AVENUE, CASTLETON CORNERS', Month: '4', Price: '1750'}, geometry: { type: 'Point', coordinates:[-74.12061543, 40.61694462]} },
{type: 'Feature',properties:{Name: '5', Address: '196 DRAKE AVENUE, CASTLETON CORNERS', Month: '2', Price: '1302'}, geometry: { type: 'Point', coordinates:[-74.123151, 40.61878369]} },
{type: 'Feature',properties:{Name: '5', Address: '268 RICE AVENUE, CASTLETON CORNERS', Month: '9', Price: '1116'}, geometry: { type: 'Point', coordinates:[-74.12257222, 40.61745034]} },
{type: 'Feature',properties:{Name: '5', Address: '109 FAIRVIEW AVENUE, CASTLETON CORNERS', Month: '1', Price: '1770'}, geometry: { type: 'Point', coordinates:[-74.11872055, 40.61680936]} },
{type: 'Feature',properties:{Name: '5', Address: '78 GOVERNOR ROAD, CASTLETON CORNERS', Month: '12', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.12126827, 40.61544802]} },
{type: 'Feature',properties:{Name: '5', Address: '196 FAIRVIEW AVENUE, CASTLETON CORNERS', Month: '9', Price: '1464'}, geometry: { type: 'Point', coordinates:[-74.11842819, 40.61443815]} },
{type: 'Feature',properties:{Name: '5', Address: '52 GOVERNOR ROAD, CASTLETON CORNERS', Month: '11', Price: '1300'}, geometry: { type: 'Point', coordinates:[-74.12025629, 40.61553417]} },
{type: 'Feature',properties:{Name: '5', Address: '1082 FOREST AVENUE, CASTLETON CORNERS', Month: '3', Price: '1578'}, geometry: { type: 'Point', coordinates:[-74.12571677, 40.6270153]} },
{type: 'Feature',properties:{Name: '5', Address: '15 ARTHUR COURT, CASTLETON CORNERS', Month: '4', Price: '775'}, geometry: { type: 'Point', coordinates:[-74.12627685, 40.6260046]} },
{type: 'Feature',properties:{Name: '5', Address: '253 DUBOIS AVENUE, CASTLETON CORNERS', Month: '12', Price: '1943'}, geometry: { type: 'Point', coordinates:[-74.12800513, 40.62553607]} },
{type: 'Feature',properties:{Name: '5', Address: '200F DUBOIS AVENUE, CASTLETON CORNERS', Month: '9', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.12844598, 40.62624099]} },
{type: 'Feature',properties:{Name: '5', Address: '200F DUBOIS AVENUE, CASTLETON CORNERS', Month: '10', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.12844598, 40.62624099]} },
{type: 'Feature',properties:{Name: '5', Address: '200E DUBOIS AVENUE, CASTLETON CORNERS', Month: '5', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.1284569, 40.62629588]} },
{type: 'Feature',properties:{Name: '5', Address: '200E DUBOIS AVENUE, CASTLETON CORNERS', Month: '3', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.1284569, 40.62629588]} },
{type: 'Feature',properties:{Name: '5', Address: '200D DUBOIS AVENUE, CASTLETON CORNERS', Month: '4', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.12846781, 40.62634802]} },
{type: 'Feature',properties:{Name: '5', Address: '200C DUBOIS AVENUE, CASTLETON CORNERS', Month: '6', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.12847872, 40.6264029]} },
{type: 'Feature',properties:{Name: '5', Address: '200B DUBOIS AVENUE, CASTLETON CORNERS', Month: '1', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.12849323, 40.62645503]} },
{type: 'Feature',properties:{Name: '5', Address: '200A DUBOIS AVENUE, CASTLETON CORNERS', Month: '11', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.12850415, 40.62651541]} },
{type: 'Feature',properties:{Name: '5', Address: '241 EGBERT AVENUE, CASTLETON CORNERS', Month: '1', Price: '1717'}, geometry: { type: 'Point', coordinates:[-74.13117326, 40.62451418]} },
{type: 'Feature',properties:{Name: '5', Address: '25 RAVENHURST AVENUE, CASTLETON CORNERS', Month: '2', Price: '1040'}, geometry: { type: 'Point', coordinates:[-74.12580814, 40.62388339]} },
{type: 'Feature',properties:{Name: '5', Address: '23 JILLIAN COURT, CASTLETON CORNERS', Month: '10', Price: '925'}, geometry: { type: 'Point', coordinates:[-74.12899347, 40.62433275]} },
{type: 'Feature',properties:{Name: '5', Address: '19 JILLIAN COURT, CASTLETON CORNERS', Month: '2', Price: '925'}, geometry: { type: 'Point', coordinates:[-74.12889628, 40.62436854]} },
{type: 'Feature',properties:{Name: '5', Address: '19 JILLIAN COURT, CASTLETON CORNERS', Month: '7', Price: '925'}, geometry: { type: 'Point', coordinates:[-74.12889628, 40.62436854]} },
{type: 'Feature',properties:{Name: '5', Address: '110 BENEDICT AVENUE, CASTLETON CORNERS', Month: '3', Price: '1408'}, geometry: { type: 'Point', coordinates:[-74.12591076, 40.62290613]} },
{type: 'Feature',properties:{Name: '5', Address: '218 MANOR ROAD, CASTLETON CORNERS', Month: '3', Price: '1836'}, geometry: { type: 'Point', coordinates:[-74.12441543, 40.6227019]} },
{type: 'Feature',properties:{Name: '5', Address: '24 RAVENHURST AVENUE, CASTLETON CORNERS', Month: '3', Price: '1205'}, geometry: { type: 'Point', coordinates:[-74.12585493, 40.62386412]} },
{type: 'Feature',properties:{Name: '5', Address: '183 BENEDICT AVENUE, CASTLETON CORNERS', Month: '2', Price: '1340'}, geometry: { type: 'Point', coordinates:[-74.12811866, 40.62274724]} },
{type: 'Feature',properties:{Name: '5', Address: '265 KINGSLEY AVENUE, CASTLETON CORNERS', Month: '1', Price: '1592'}, geometry: { type: 'Point', coordinates:[-74.129511, 40.62184813]} },
{type: 'Feature',properties:{Name: '5', Address: '281 KINGSLEY AVENUE, CASTLETON CORNERS', Month: '10', Price: '2057'}, geometry: { type: 'Point', coordinates:[-74.12990717, 40.621812]} },
{type: 'Feature',properties:{Name: '5', Address: '309 KINGSLEY AVENUE, CASTLETON CORNERS', Month: '10', Price: '1648'}, geometry: { type: 'Point', coordinates:[-74.13135506, 40.62170331]} },
{type: 'Feature',properties:{Name: '5', Address: '292 KINGSLEY AVENUE, CASTLETON CORNERS', Month: '11', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.13065989, 40.62173704]} },
{type: 'Feature',properties:{Name: '5', Address: '288 KINGSLEY AVENUE, CASTLETON CORNERS', Month: '8', Price: '1416'}, geometry: { type: 'Point', coordinates:[-74.13062027, 40.62173983]} },
{type: 'Feature',properties:{Name: '5', Address: '266 KINGSLEY AVENUE, CASTLETON CORNERS', Month: '8', Price: '1740'}, geometry: { type: 'Point', coordinates:[-74.12960821, 40.62182332]} },
{type: 'Feature',properties:{Name: '5', Address: '112 NEW YORK PLACE, CASTLETON CORNERS', Month: '12', Price: '2740'}, geometry: { type: 'Point', coordinates:[-74.12914206, 40.62106902]} },
{type: 'Feature',properties:{Name: '5', Address: '15 MAINE AVENUE, CASTLETON CORNERS', Month: '7', Price: '1456'}, geometry: { type: 'Point', coordinates:[-74.12438679, 40.62086292]} },
{type: 'Feature',properties:{Name: '5', Address: '19 MAINE AVENUE, CASTLETON CORNERS', Month: '12', Price: '1372'}, geometry: { type: 'Point', coordinates:[-74.12453083, 40.62083806]} },
{type: 'Feature',properties:{Name: '5', Address: '77 MAINE AVENUE, CASTLETON CORNERS', Month: '5', Price: '1976'}, geometry: { type: 'Point', coordinates:[-74.12656563, 40.62061351]} },
{type: 'Feature',properties:{Name: '5', Address: '36 MAINE AVENUE, CASTLETON CORNERS', Month: '7', Price: '1632'}, geometry: { type: 'Point', coordinates:[-74.12507457, 40.6207414]} },
{type: 'Feature',properties:{Name: '5', Address: '25 MERRIMAN AVENUE, CASTLETON CORNERS', Month: '8', Price: '1044'}, geometry: { type: 'Point', coordinates:[-74.12423065, 40.6201961]} },
{type: 'Feature',properties:{Name: '5', Address: '60 KEIBER COURT, CASTLETON CORNERS', Month: '1', Price: '1689'}, geometry: { type: 'Point', coordinates:[-74.12570095, 40.6186135]} },
{type: 'Feature',properties:{Name: '5', Address: '19 MARGARETTA COURT, CASTLETON CORNERS', Month: '5', Price: '1036'}, geometry: { type: 'Point', coordinates:[-74.12614993, 40.61793779]} },
{type: 'Feature',properties:{Name: '5', Address: '87 WESTCOTT BOULEVARD, CASTLETON CORNERS', Month: '1', Price: '1144'}, geometry: { type: 'Point', coordinates:[-74.12783257, 40.61819668]} },
{type: 'Feature',properties:{Name: '5', Address: '67 GOODWIN AVENUE, CASTLETON CORNERS', Month: '8', Price: '1180'}, geometry: { type: 'Point', coordinates:[-74.1261616, 40.61648852]} },
{type: 'Feature',properties:{Name: '5', Address: '10 MARGARETTA COURT, CASTLETON CORNERS', Month: '8', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.12587258, 40.61794358]} },
{type: 'Feature',properties:{Name: '5', Address: '87 KEMBALL AVENUE, CASTLETON CORNERS', Month: '12', Price: '992'}, geometry: { type: 'Point', coordinates:[-74.12581674, 40.61507259]} },
{type: 'Feature',properties:{Name: '5', Address: '83 KEMBALL AVENUE, CASTLETON CORNERS', Month: '9', Price: '880'}, geometry: { type: 'Point', coordinates:[-74.1257123, 40.61508094]} },
{type: 'Feature',properties:{Name: '5', Address: '78 GOODWIN AVENUE, CASTLETON CORNERS', Month: '6', Price: '1004'}, geometry: { type: 'Point', coordinates:[-74.12646048, 40.61644977]} },
{type: 'Feature',properties:{Name: '5', Address: '271 SOUTH GREENLEAF AVE, CASTLETON CORNERS', Month: '9', Price: '1246'}, geometry: { type: 'Point', coordinates:[-74.12513272, 40.6171731]} },
{type: 'Feature',properties:{Name: '5', Address: '68 RAYMOND AVENUE, CASTLETON CORNERS', Month: '11', Price: '1292'}, geometry: { type: 'Point', coordinates:[-74.12421543, 40.61395445]} },
{type: 'Feature',properties:{Name: '5', Address: '9 COALE AVENUE, CASTLETON CORNERS', Month: '8', Price: '960'}, geometry: { type: 'Point', coordinates:[-74.12533145, 40.61366778]} },
{type: 'Feature',properties:{Name: '5', Address: '25 COALE AVENUE, CASTLETON CORNERS', Month: '7', Price: '960'}, geometry: { type: 'Point', coordinates:[-74.12576361, 40.61363437]} },
{type: 'Feature',properties:{Name: '5', Address: '98 CHANDLER AVENUE, CASTLETON CORNERS', Month: '4', Price: '1600'}, geometry: { type: 'Point', coordinates:[-74.12612507, 40.61431194]} },
{type: 'Feature',properties:{Name: '5', Address: '221 WESTCOTT BOULEVARD, CASTLETON CORNERS', Month: '4', Price: '1148'}, geometry: { type: 'Point', coordinates:[-74.12732468, 40.61442041]} },
{type: 'Feature',properties:{Name: '5', Address: '24 MILLER STREET, CASTLETON CORNERS', Month: '2', Price: '1105'}, geometry: { type: 'Point', coordinates:[-74.12641663, 40.61992198]} },
{type: 'Feature',properties:{Name: '5', Address: '58 ELMIRA AVENUE, CASTLETON CORNERS', Month: '7', Price: '1324'}, geometry: { type: 'Point', coordinates:[-74.12859228, 40.61990036]} },
{type: 'Feature',properties:{Name: '5', Address: '181 CONSTANT AVENUE, CASTLETON CORNERS', Month: '11', Price: '1548'}, geometry: { type: 'Point', coordinates:[-74.13002437, 40.61910275]} },
{type: 'Feature',properties:{Name: '5', Address: '189 KEIBER COURT, CASTLETON CORNERS', Month: '4', Price: '1598'}, geometry: { type: 'Point', coordinates:[-74.13013463, 40.61838075]} },
{type: 'Feature',properties:{Name: '5', Address: '144 KEIBER COURT, CASTLETON CORNERS', Month: '9', Price: '1080'}, geometry: { type: 'Point', coordinates:[-74.12900369, 40.61843692]} },
{type: 'Feature',properties:{Name: '5', Address: '915 JEWETT AVENUE, CASTLETON CORNERS', Month: '4', Price: '2424'}, geometry: { type: 'Point', coordinates:[-74.1308612, 40.61417764]} },
{type: 'Feature',properties:{Name: '5', Address: '221 KEMBALL AVENUE, CASTLETON CORNERS', Month: '11', Price: '2303'}, geometry: { type: 'Point', coordinates:[-74.13028239, 40.61473]} },
{type: 'Feature',properties:{Name: '5', Address: '219 KEMBALL AVENUE, CASTLETON CORNERS', Month: '11', Price: '2303'}, geometry: { type: 'Point', coordinates:[-74.13022837, 40.61473555]} },
{type: 'Feature',properties:{Name: '5', Address: '194 CROWELL AVENUE, CASTLETON CORNERS', Month: '12', Price: '1616'}, geometry: { type: 'Point', coordinates:[-74.12940861, 40.61548855]} },
{type: 'Feature',properties:{Name: '5', Address: '104 SAWYER AVENUE, CASTLETON CORNERS', Month: '12', Price: '1188'}, geometry: { type: 'Point', coordinates:[-74.12913053, 40.61696831]} },
{type: 'Feature',properties:{Name: '5', Address: '137 CROWELL AVENUE, CASTLETON CORNERS', Month: '1', Price: '912'}, geometry: { type: 'Point', coordinates:[-74.12845069, 40.61558295]} },
{type: 'Feature',properties:{Name: '5', Address: '157 CHANDLER AVENUE, CASTLETON CORNERS', Month: '11', Price: '1300'}, geometry: { type: 'Point', coordinates:[-74.12855957, 40.61413907]} },
{type: 'Feature',properties:{Name: '5', Address: '8 SOMMERS LANE, CASTLETON CORNERS', Month: '11', Price: '858'}, geometry: { type: 'Point', coordinates:[-74.12064773, 40.61289602]} },
{type: 'Feature',properties:{Name: '5', Address: '88 WINTHROP PLACE, CASTLETON CORNERS', Month: '4', Price: '1014'}, geometry: { type: 'Point', coordinates:[-74.12130222, 40.61232715]} },
{type: 'Feature',properties:{Name: '5', Address: '216 WINDSOR ROAD, CASTLETON CORNERS', Month: '9', Price: '1088'}, geometry: { type: 'Point', coordinates:[-74.12102756, 40.61181691]} },
{type: 'Feature',properties:{Name: '5', Address: '41 JOSEPHINE STREET, CASTLETON CORNERS', Month: '7', Price: '2704'}, geometry: { type: 'Point', coordinates:[-74.12368644, 40.61226423]} },
{type: 'Feature',properties:{Name: '5', Address: '45 JOSEPHINE STREET, CASTLETON CORNERS', Month: '5', Price: '1152'}, geometry: { type: 'Point', coordinates:[-74.12379444, 40.61223941]} },
{type: 'Feature',properties:{Name: '5', Address: '75 GOWER STREET, CASTLETON CORNERS', Month: '2', Price: '900'}, geometry: { type: 'Point', coordinates:[-74.12417407, 40.61108344]} },
{type: 'Feature',properties:{Name: '5', Address: '111 MOUNTAINVIEW AVENUE, CASTLETON CORNERS', Month: '11', Price: '1392'}, geometry: { type: 'Point', coordinates:[-74.12644056, 40.60973327]} },
{type: 'Feature',properties:{Name: '5', Address: '105 MOUNTAINVIEW AVENUE, CASTLETON CORNERS', Month: '8', Price: '1136'}, geometry: { type: 'Point', coordinates:[-74.12645882, 40.609865]} },
{type: 'Feature',properties:{Name: '5', Address: '97 NORTH GANNON AVENUE, CASTLETON CORNERS', Month: '7', Price: '825'}, geometry: { type: 'Point', coordinates:[-74.12502085, 40.60936977]} },
{type: 'Feature',properties:{Name: '5', Address: '121 NORTH GANNON AVENUE, CASTLETON CORNERS', Month: '8', Price: '1150'}, geometry: { type: 'Point', coordinates:[-74.1257121, 40.60923726]} },
{type: 'Feature',properties:{Name: '5', Address: '111 NORTH GANNON AVENUE, CASTLETON CORNERS', Month: '3', Price: '1150'}, geometry: { type: 'Point', coordinates:[-74.12542408, 40.60929247]} },
{type: 'Feature',properties:{Name: '5', Address: '127 NORTH GANNON AVENUE, CASTLETON CORNERS', Month: '4', Price: '1150'}, geometry: { type: 'Point', coordinates:[-74.12588132, 40.60920414]} },
{type: 'Feature',properties:{Name: '5', Address: '54 MOUNTAINVIEW AVENUE, CASTLETON CORNERS', Month: '5', Price: '1461'}, geometry: { type: 'Point', coordinates:[-74.12669953, 40.61144849]} },
{type: 'Feature',properties:{Name: '5', Address: '17 GANSEVOORT BOULEVARD, CASTLETON CORNERS', Month: '10', Price: '1514'}, geometry: { type: 'Point', coordinates:[-74.12770913, 40.61204299]} },
{type: 'Feature',properties:{Name: '5', Address: '43 QUINLAN AVENUE, CASTLETON CORNERS', Month: '3', Price: '864'}, geometry: { type: 'Point', coordinates:[-74.12903327, 40.61137727]} },
{type: 'Feature',properties:{Name: '5', Address: '115 GANSEVOORT BOULEVARD, CASTLETON CORNERS', Month: '1', Price: '1680'}, geometry: { type: 'Point', coordinates:[-74.12739825, 40.60956204]} },
{type: 'Feature',properties:{Name: '5', Address: '100 CLERMONT PLACE, CASTLETON CORNERS', Month: '11', Price: '820'}, geometry: { type: 'Point', coordinates:[-74.12802535, 40.60978367]} },
{type: 'Feature',properties:{Name: '5', Address: '124 CLERMONT PLACE, CASTLETON CORNERS', Month: '7', Price: '1000'}, geometry: { type: 'Point', coordinates:[-74.12796681, 40.60930614]} },
{type: 'Feature',properties:{Name: '5', Address: '115 QUINLAN AVENUE, CASTLETON CORNERS', Month: '9', Price: '768'}, geometry: { type: 'Point', coordinates:[-74.12883856, 40.60939849]} },
{type: 'Feature',properties:{Name: '5', Address: '89 QUINLAN AVENUE, CASTLETON CORNERS', Month: '6', Price: '1500'}, geometry: { type: 'Point', coordinates:[-74.12888636, 40.60990348]} },
{type: 'Feature',properties:{Name: '5', Address: '33 WHEELER AVENUE, CASTLETON CORNERS', Month: '11', Price: '1008'}, geometry: { type: 'Point', coordinates:[-74.13120902, 40.61155047]} },
{type: 'Feature',properties:{Name: '5', Address: '127 PERRY AVENUE, CASTLETON CORNERS', Month: '10', Price: '1600'}, geometry: { type: 'Point', coordinates:[-74.12989697, 40.60916673]} },
{type: 'Feature',properties:{Name: '5', Address: '124 PERRY AVENUE, CASTLETON CORNERS', Month: '7', Price: '888'}, geometry: { type: 'Point', coordinates:[-74.12992227, 40.60921062]} },
{type: 'Feature',properties:{Name: '5', Address: '128 PERRY AVENUE, CASTLETON CORNERS', Month: '8', Price: '1700'}, geometry: { type: 'Point', coordinates:[-74.12991489, 40.6091228]} },
{type: 'Feature',properties:{Name: '5', Address: '274 POTTER AVENUE, CASTLETON CORNERS', Month: '8', Price: '1748'}, geometry: { type: 'Point', coordinates:[-74.12239089, 40.61677531]} },
{type: 'Feature',properties:{Name: '5', Address: '15 HODGES PLACE, CASTLETON CORNERS', Month: '11', Price: '1728'}, geometry: { type: 'Point', coordinates:[-74.11952345, 40.61460994]} },
{type: 'Feature',properties:{Name: '5', Address: '33 DONGAN AVENUE, CASTLETON CORNERS', Month: '10', Price: '1728'}, geometry: { type: 'Point', coordinates:[-74.12050354, 40.61482301]} },
{type: 'Feature',properties:{Name: '5', Address: '25 WINTHROP PLACE, CASTLETON CORNERS', Month: '3', Price: '1824'}, geometry: { type: 'Point', coordinates:[-74.12150342, 40.61403695]} },
{type: 'Feature',properties:{Name: '5', Address: '88 DONGAN AVENUE, CASTLETON CORNERS', Month: '3', Price: '1824'}, geometry: { type: 'Point', coordinates:[-74.12224653, 40.61465649]} },
{type: 'Feature',properties:{Name: '5', Address: '200G DUBOIS AVENUE, CASTLETON CORNERS', Month: '1', Price: '2190'}, geometry: { type: 'Point', coordinates:[-74.12842781, 40.62615867]} },
{type: 'Feature',properties:{Name: '5', Address: '187 LLEWELLYN PLACE, CASTLETON CORNERS', Month: '3', Price: '1352'}, geometry: { type: 'Point', coordinates:[-74.12981681, 40.62535837]} },
{type: 'Feature',properties:{Name: '5', Address: '236 EGBERT AVENUE, CASTLETON CORNERS', Month: '4', Price: '1216'}, geometry: { type: 'Point', coordinates:[-74.13083461, 40.62450085]} },
{type: 'Feature',properties:{Name: '5', Address: '22 ELIAS PLACE, CASTLETON CORNERS', Month: '4', Price: '2314'}, geometry: { type: 'Point', coordinates:[-74.13053605, 40.62288176]} },
{type: 'Feature',properties:{Name: '5', Address: '627 JEWETT AVENUE, CASTLETON CORNERS', Month: '11', Price: '3320'}, geometry: { type: 'Point', coordinates:[-74.13184788, 40.62135964]} },
{type: 'Feature',properties:{Name: '5', Address: '164 KINGSLEY AVENUE, CASTLETON CORNERS', Month: '9', Price: '2080'}, geometry: { type: 'Point', coordinates:[-74.12644232, 40.62207387]} },
{type: 'Feature',properties:{Name: '5', Address: '135 COLLEGE AVENUE, CASTLETON CORNERS', Month: '9', Price: '2790'}, geometry: { type: 'Point', coordinates:[-74.12538582, 40.62152058]} },
{type: 'Feature',properties:{Name: '5', Address: '394 MANOR ROAD, CASTLETON CORNERS', Month: '2', Price: '4230'}, geometry: { type: 'Point', coordinates:[-74.12358939, 40.61820681]} },
{type: 'Feature',properties:{Name: '5', Address: '22 GOODWIN AVENUE, CASTLETON CORNERS', Month: '6', Price: '2360'}, geometry: { type: 'Point', coordinates:[-74.12457692, 40.61658632]} },
{type: 'Feature',properties:{Name: '5', Address: '179 CHANDLER AVENUE, CASTLETON CORNERS', Month: '9', Price: '2084'}, geometry: { type: 'Point', coordinates:[-74.12916458, 40.61409173]} },
{type: 'Feature',properties:{Name: '5', Address: '156 KEMBALL AVENUE, CASTLETON CORNERS', Month: '4', Price: '1864'}, geometry: { type: 'Point', coordinates:[-74.1284817, 40.61485006]} },
{type: 'Feature',properties:{Name: '5', Address: '186 CHANDLER AVENUE, CASTLETON CORNERS', Month: '1', Price: '1840'}, geometry: { type: 'Point', coordinates:[-74.12938063, 40.61405855]} },
{type: 'Feature',properties:{Name: '5', Address: '174 CHANDLER AVENUE, CASTLETON CORNERS', Month: '1', Price: '1840'}, geometry: { type: 'Point', coordinates:[-74.12905291, 40.61408362]} },
{type: 'Feature',properties:{Name: '5', Address: '27 ELVIN STREET, CASTLETON CORNERS', Month: '12', Price: '1404'}, geometry: { type: 'Point', coordinates:[-74.12287402, 40.61116169]} },
{type: 'Feature',properties:{Name: '5', Address: '28 CLERMONT PLACE, CASTLETON CORNERS', Month: '11', Price: '1440'}, geometry: { type: 'Point', coordinates:[-74.12828127, 40.61176787]} },
{type: 'Feature',properties:{Name: '5', Address: '47 PERRY AVENUE, CASTLETON CORNERS', Month: '8', Price: '2296'}, geometry: { type: 'Point', coordinates:[-74.13009931, 40.61134862]} },
{type: 'Feature',properties:{Name: '5', Address: '45 WHEELER AVENUE, CASTLETON CORNERS', Month: '3', Price: '2310'}, geometry: { type: 'Point', coordinates:[-74.13118333, 40.61130896]} },
{type: 'Feature',properties:{Name: '5', Address: '25 BRADLEY AVENUE, CASTLETON CORNERS', Month: '12', Price: '2600'}, geometry: { type: 'Point', coordinates:[-74.13229737, 40.61187311]} },
{type: 'Feature',properties:{Name: '5', Address: '25 BRADLEY AVENUE, CASTLETON CORNERS', Month: '5', Price: '2600'}, geometry: { type: 'Point', coordinates:[-74.13229737, 40.61187311]} },
{type: 'Feature',properties:{Name: '5', Address: '1124 FOREST AVENUE, CASTLETON CORNERS', Month: '10', Price: '2160'}, geometry: { type: 'Point', coordinates:[-74.12734828, 40.62678843]} },
{type: 'Feature',properties:{Name: '5', Address: '172 GREENLEAF AVENUE, CASTLETON CORNERS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.12655487, 40.62633916]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A FAIRVIEW AVENUE, CASTLETON CORNERS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.11893255, 40.61449527]} },
{type: 'Feature',properties:{Name: '5', Address: 'CHANDLER AVENUE, CASTLETON CORNERS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.13036397, 40.61408214]} },
{type: 'Feature',properties:{Name: '5', Address: 'CHANDLER AVENUE, CASTLETON CORNERS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.13036397, 40.61408214]} },
{type: 'Feature',properties:{Name: '5', Address: '318 KINGSLEY AVENUE, CASTLETON CORNERS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.13090841, 40.62171754]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A KINGSLEY AVENUE, CASTLETON CORNERS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.12937375, 40.62165889]} },
{type: 'Feature',properties:{Name: '5', Address: '369 MANOR ROAD, CASTLETON CORNERS', Month: '1', Price: '6915'}, geometry: { type: 'Point', coordinates:[-74.12339224, 40.61872854]} },
{type: 'Feature',properties:{Name: '5', Address: '1058 FOREST AVENUE, CASTLETON CORNERS', Month: '11', Price: '4860'}, geometry: { type: 'Point', coordinates:[-74.12471552, 40.62714539]} },
{type: 'Feature',properties:{Name: '5', Address: '1861 VICTORY BOULEVARD, CASTLETON CORNERS', Month: '12', Price: '1320'}, geometry: { type: 'Point', coordinates:[-74.12569374, 40.61287414]} },
{type: 'Feature',properties:{Name: '5', Address: '1112 FOREST AVENUE, CASTLETON CORNERS', Month: '3', Price: '2200'}, geometry: { type: 'Point', coordinates:[-74.12701333, 40.62683546]} },
{type: 'Feature',properties:{Name: '5', Address: '1803 VICTORY BOULEVARD, CASTLETON CORNERS', Month: '4', Price: '2870'}, geometry: { type: 'Point', coordinates:[-74.12346815, 40.613033]} },
{type: 'Feature',properties:{Name: '5', Address: '1842 VICTORY BOULEVARD, CASTLETON CORNERS', Month: '4', Price: '432'}, geometry: { type: 'Point', coordinates:[-74.12488704, 40.61292442]} },
{type: 'Feature',properties:{Name: '5', Address: '45 CHESHIRE PLACE, CLOVE LAKES', Month: '8', Price: '1146'}, geometry: { type: 'Point', coordinates:[-74.10255658, 40.62021199]} },
{type: 'Feature',properties:{Name: '5', Address: '73 BEVERLY AVENUE, CLOVE LAKES', Month: '8', Price: '1224'}, geometry: { type: 'Point', coordinates:[-74.10242553, 40.6193173]} },
{type: 'Feature',properties:{Name: '5', Address: '65 BEVERLY AVENUE, CLOVE LAKES', Month: '10', Price: '1431'}, geometry: { type: 'Point', coordinates:[-74.10210904, 40.61964147]} },
{type: 'Feature',properties:{Name: '5', Address: '53 WALDRON AVENUE, CLOVE LAKES', Month: '4', Price: '1412'}, geometry: { type: 'Point', coordinates:[-74.10119732, 40.61938701]} },
{type: 'Feature',properties:{Name: '5', Address: '62 MELROSE AVENUE, CLOVE LAKES', Month: '4', Price: '852'}, geometry: { type: 'Point', coordinates:[-74.10295806, 40.61894079]} },
{type: 'Feature',properties:{Name: '5', Address: '40 MELROSE AVENUE, CLOVE LAKES', Month: '5', Price: '1120'}, geometry: { type: 'Point', coordinates:[-74.10242809, 40.61863934]} },
{type: 'Feature',properties:{Name: '5', Address: '939 BARD AVENUE, CLOVE LAKES', Month: '8', Price: '2344'}, geometry: { type: 'Point', coordinates:[-74.10868897, 40.62115605]} },
{type: 'Feature',properties:{Name: '5', Address: '895 BARD AVENUE, CLOVE LAKES', Month: '2', Price: '2200'}, geometry: { type: 'Point', coordinates:[-74.10717686, 40.62166251]} },
{type: 'Feature',properties:{Name: '5', Address: '42 FAIRWAY LANE, CLOVE LAKES', Month: '12', Price: '1983'}, geometry: { type: 'Point', coordinates:[-74.10704528, 40.62047689]} },
{type: 'Feature',properties:{Name: '5', Address: '50 OXHOLM AVENUE, CLOVE LAKES', Month: '10', Price: '1324'}, geometry: { type: 'Point', coordinates:[-74.10570678, 40.62142782]} },
{type: 'Feature',properties:{Name: '5', Address: '795 DAVIS AVENUE, CLOVE LAKES', Month: '11', Price: '1981'}, geometry: { type: 'Point', coordinates:[-74.10702792, 40.62313112]} },
{type: 'Feature',properties:{Name: '5', Address: '99 MORRISON AVENUE, CLOVE LAKES', Month: '12', Price: '1064'}, geometry: { type: 'Point', coordinates:[-74.109321, 40.62876402]} },
{type: 'Feature',properties:{Name: '5', Address: '537 OAKLAND AVENUE, CLOVE LAKES', Month: '7', Price: '1260'}, geometry: { type: 'Point', coordinates:[-74.109724, 40.62846171]} },
{type: 'Feature',properties:{Name: '5', Address: '149 HARVEST AVENUE, CLOVE LAKES', Month: '2', Price: '1359'}, geometry: { type: 'Point', coordinates:[-74.11021566, 40.62731666]} },
{type: 'Feature',properties:{Name: '5', Address: '22 JONES PLACE, CLOVE LAKES', Month: '6', Price: '1374'}, geometry: { type: 'Point', coordinates:[-74.11073902, 40.62791727]} },
{type: 'Feature',properties:{Name: '5', Address: '653 PELTON AVENUE, CLOVE LAKES', Month: '7', Price: '1210'}, geometry: { type: 'Point', coordinates:[-74.10843082, 40.62633572]} },
{type: 'Feature',properties:{Name: '5', Address: '654 PELTON AVENUE, CLOVE LAKES', Month: '8', Price: '1320'}, geometry: { type: 'Point', coordinates:[-74.10843787, 40.62623965]} },
{type: 'Feature',properties:{Name: '5', Address: '628 OAKLAND AVENUE, CLOVE LAKES', Month: '9', Price: '1280'}, geometry: { type: 'Point', coordinates:[-74.1093021, 40.62602199]} },
{type: 'Feature',properties:{Name: '5', Address: '47 HARTFORD AVENUE, CLOVE LAKES', Month: '1', Price: '960'}, geometry: { type: 'Point', coordinates:[-74.10978939, 40.62441308]} },
{type: 'Feature',properties:{Name: '5', Address: '35 HARTFORD AVENUE, CLOVE LAKES', Month: '8', Price: '1424'}, geometry: { type: 'Point', coordinates:[-74.10983302, 40.62465732]} },
{type: 'Feature',properties:{Name: '5', Address: '19 HARTFORD AVENUE, CLOVE LAKES', Month: '1', Price: '1442'}, geometry: { type: 'Point', coordinates:[-74.1098912, 40.62498664]} },
{type: 'Feature',properties:{Name: '5', Address: '660 OAKLAND AVENUE, CLOVE LAKES', Month: '5', Price: '4300'}, geometry: { type: 'Point', coordinates:[-74.10912396, 40.62503129]} },
{type: 'Feature',properties:{Name: '5', Address: '773 OAKLAND AVENUE, CLOVE LAKES', Month: '11', Price: '2271'}, geometry: { type: 'Point', coordinates:[-74.10855711, 40.62203177]} },
{type: 'Feature',properties:{Name: '5', Address: '744 PELTON AVENUE, CLOVE LAKES', Month: '3', Price: '2320'}, geometry: { type: 'Point', coordinates:[-74.10795808, 40.6236051]} },
{type: 'Feature',properties:{Name: '5', Address: '26 BERWICK PLACE, CLOVE LAKES', Month: '10', Price: '4272'}, geometry: { type: 'Point', coordinates:[-74.10788404, 40.6223755]} },
{type: 'Feature',properties:{Name: '5', Address: '99 HARTFORD AVENUE, CLOVE LAKES', Month: '4', Price: '1090'}, geometry: { type: 'Point', coordinates:[-74.10954222, 40.62306562]} },
{type: 'Feature',properties:{Name: '5', Address: '11 EAST RALEIGH AVENUE, CLOVE LAKES', Month: '2', Price: '1496'}, geometry: { type: 'Point', coordinates:[-74.11163626, 40.62803442]} },
{type: 'Feature',properties:{Name: '5', Address: '245 HARVEST AVENUE, CLOVE LAKES', Month: '3', Price: '1672'}, geometry: { type: 'Point', coordinates:[-74.11393297, 40.62702209]} },
{type: 'Feature',properties:{Name: '5', Address: '269 HARVEST AVENUE, CLOVE LAKES', Month: '2', Price: '1352'}, geometry: { type: 'Point', coordinates:[-74.11481901, 40.62691965]} },
{type: 'Feature',properties:{Name: '5', Address: '262 MORRISON AVENUE, CLOVE LAKES', Month: '7', Price: '840'}, geometry: { type: 'Point', coordinates:[-74.11505921, 40.62833023]} },
{type: 'Feature',properties:{Name: '5', Address: '246 MORRISON AVENUE, CLOVE LAKES', Month: '5', Price: '1304'}, geometry: { type: 'Point', coordinates:[-74.11463419, 40.62838281]} },
{type: 'Feature',properties:{Name: '5', Address: '237 MORRISON AVENUE, CLOVE LAKES', Month: '2', Price: '1956'}, geometry: { type: 'Point', coordinates:[-74.11442531, 40.62842419]} },
{type: 'Feature',properties:{Name: '5', Address: '25 BLAINE COURT, CLOVE LAKES', Month: '5', Price: '1760'}, geometry: { type: 'Point', coordinates:[-74.1116615, 40.62589346]} },
{type: 'Feature',properties:{Name: '5', Address: '35 COLONIAL COURT, CLOVE LAKES', Month: '4', Price: '2160'}, geometry: { type: 'Point', coordinates:[-74.11332256, 40.62609221]} },
{type: 'Feature',properties:{Name: '5', Address: '18 COUGHLAN AVENUE, CLOVE LAKES', Month: '1', Price: '1056'}, geometry: { type: 'Point', coordinates:[-74.11341709, 40.62447818]} },
{type: 'Feature',properties:{Name: '5', Address: '723 BROADWAY, CLOVE LAKES', Month: '12', Price: '2080'}, geometry: { type: 'Point', coordinates:[-74.11332847, 40.62320468]} },
{type: 'Feature',properties:{Name: '5', Address: '58 ALLEN COURT, CLOVE LAKES', Month: '11', Price: '1076'}, geometry: { type: 'Point', coordinates:[-74.11900705, 40.62800233]} },
{type: 'Feature',properties:{Name: '5', Address: '2 CLOVE LAKE PLACE, CLOVE LAKES', Month: '7', Price: '1144'}, geometry: { type: 'Point', coordinates:[-74.11639252, 40.62853475]} },
{type: 'Feature',properties:{Name: '5', Address: '64 PURCELL STREET, CLOVE LAKES', Month: '10', Price: '836'}, geometry: { type: 'Point', coordinates:[-74.11736632, 40.6271147]} },
{type: 'Feature',properties:{Name: '5', Address: '779 CLOVE ROAD, CLOVE LAKES', Month: '6', Price: '1700'}, geometry: { type: 'Point', coordinates:[-74.11467285, 40.6236233]} },
{type: 'Feature',properties:{Name: '5', Address: '39 GLENWOOD PLACE, CLOVE LAKES', Month: '9', Price: '1242'}, geometry: { type: 'Point', coordinates:[-74.11515299, 40.62422393]} },
{type: 'Feature',properties:{Name: '5', Address: '25 CLOVE WAY, CLOVE LAKES', Month: '8', Price: '1260'}, geometry: { type: 'Point', coordinates:[-74.11165707, 40.62109282]} },
{type: 'Feature',properties:{Name: '5', Address: '936A CLOVE ROAD, CLOVE LAKES', Month: '11', Price: '1170'}, geometry: { type: 'Point', coordinates:[-74.11159974, 40.62127404]} },
{type: 'Feature',properties:{Name: '5', Address: '28 POTTER AVENUE, CLOVE LAKES', Month: '5', Price: '1600'}, geometry: { type: 'Point', coordinates:[-74.1155878, 40.61735876]} },
{type: 'Feature',properties:{Name: '5', Address: '13 SANFORD PLACE, CLOVE LAKES', Month: '6', Price: '1624'}, geometry: { type: 'Point', coordinates:[-74.11483834, 40.61512251]} },
{type: 'Feature',properties:{Name: '5', Address: '13 SANFORD PLACE, CLOVE LAKES', Month: '11', Price: '1624'}, geometry: { type: 'Point', coordinates:[-74.11483834, 40.61512251]} },
{type: 'Feature',properties:{Name: '5', Address: '36 BRENTON PLACE, CLOVE LAKES', Month: '8', Price: '3732'}, geometry: { type: 'Point', coordinates:[-74.1152551, 40.61451]} },
{type: 'Feature',properties:{Name: '5', Address: '264 HARVEST AVENUE, CLOVE LAKES', Month: '5', Price: '1652'}, geometry: { type: 'Point', coordinates:[-74.11469651, 40.62691428]} },
{type: 'Feature',properties:{Name: '5', Address: '17 HOWE STREET, CLOVE LAKES', Month: '5', Price: '1900'}, geometry: { type: 'Point', coordinates:[-74.11119207, 40.62522968]} },
{type: 'Feature',properties:{Name: '5', Address: '533 CLOVE ROAD, CLOVE LAKES', Month: '2', Price: '2248'}, geometry: { type: 'Point', coordinates:[-74.12109588, 40.62764058]} },
{type: 'Feature',properties:{Name: '5', Address: '12 FREEMAN PLACE, CLOVE LAKES', Month: '12', Price: '1196'}, geometry: { type: 'Point', coordinates:[-74.11713919, 40.62701612]} },
{type: 'Feature',properties:{Name: '5', Address: '40 RICE AVENUE, CLOVE LAKES', Month: '2', Price: '2240'}, geometry: { type: 'Point', coordinates:[-74.11614369, 40.61804166]} },
{type: 'Feature',properties:{Name: '5', Address: '966 CLOVE ROAD, CLOVE LAKES', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.11054739, 40.62096764]} },
{type: 'Feature',properties:{Name: '5', Address: 'BEVERLY AVENUE, CLOVE LAKES', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10218759, 40.61918851]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A FOREST AVENUE, CLOVE LAKES', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.1205415, 40.62786623]} },
{type: 'Feature',properties:{Name: '5', Address: '1000 CLOVE ROAD, 7F, CLOVE LAKES', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10988402, 40.62062243]} },
{type: 'Feature',properties:{Name: '5', Address: '1000 CLOVE ROAD, 7R, CLOVE LAKES', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10988402, 40.62062243]} },
{type: 'Feature',properties:{Name: '5', Address: '1000 CLOVE ROAD, LO, CLOVE LAKES', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10988402, 40.62062243]} },
{type: 'Feature',properties:{Name: '5', Address: '1000 CLOVE ROAD, 8P, CLOVE LAKES', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10988402, 40.62062243]} },
{type: 'Feature',properties:{Name: '5', Address: '1000 CLOVE ROAD, 7L, CLOVE LAKES', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10988402, 40.62062243]} },
{type: 'Feature',properties:{Name: '5', Address: '1000 CLOVE ROAD, 3M, CLOVE LAKES', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10988402, 40.62062243]} },
{type: 'Feature',properties:{Name: '5', Address: '1000 CLOVE ROAD, 6P, CLOVE LAKES', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10988402, 40.62062243]} },
{type: 'Feature',properties:{Name: '5', Address: '1000 CLOVE ROAD, 6O, CLOVE LAKES', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10988402, 40.62062243]} },
{type: 'Feature',properties:{Name: '5', Address: '1000 CLOVE ROAD, 2, CLOVE LAKES', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10988402, 40.62062243]} },
{type: 'Feature',properties:{Name: '5', Address: '1100 CLOVE ROAD, 7D, CLOVE LAKES', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10652087, 40.61916811]} },
{type: 'Feature',properties:{Name: '5', Address: '1100 CLOVE ROAD, 7B, CLOVE LAKES', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10652087, 40.61916811]} },
{type: 'Feature',properties:{Name: '5', Address: '1100 CLOVE ROAD, 7E, CLOVE LAKES', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10652087, 40.61916811]} },
{type: 'Feature',properties:{Name: '5', Address: '1100 CLOVE ROAD, 4A, CLOVE LAKES', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10652087, 40.61916811]} },
{type: 'Feature',properties:{Name: '5', Address: '1100 CLOVE ROAD, 6F, CLOVE LAKES', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10652087, 40.61916811]} },
{type: 'Feature',properties:{Name: '5', Address: '1100 CLOVE ROAD, 5E, CLOVE LAKES', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10652087, 40.61916811]} },
{type: 'Feature',properties:{Name: '5', Address: '1100 CLOVE ROAD, 9K, CLOVE LAKES', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10652087, 40.61916811]} },
{type: 'Feature',properties:{Name: '5', Address: '1100 CLOVE ROAD, 3-0, CLOVE LAKES', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10652087, 40.61916811]} },
{type: 'Feature',properties:{Name: '5', Address: '646 FOREST AVENUE, CLOVE LAKES', Month: '3', Price: '1696'}, geometry: { type: 'Point', coordinates:[-74.11070968, 40.62977003]} },
{type: 'Feature',properties:{Name: '5', Address: '106 LAUREL AVENUE, CONCORD', Month: '8', Price: '1356'}, geometry: { type: 'Point', coordinates:[-74.08202001, 40.61960266]} },
{type: 'Feature',properties:{Name: '5', Address: '25 OSGOOD AVENUE, CONCORD', Month: '10', Price: '1260'}, geometry: { type: 'Point', coordinates:[-74.08517834, 40.61903768]} },
{type: 'Feature',properties:{Name: '5', Address: '573 RICHMOND ROAD, CONCORD', Month: '10', Price: '1056'}, geometry: { type: 'Point', coordinates:[-74.08770937, 40.61261296]} },
{type: 'Feature',properties:{Name: '5', Address: '573 RICHMOND ROAD, CONCORD', Month: '1', Price: '1056'}, geometry: { type: 'Point', coordinates:[-74.08770937, 40.61261296]} },
{type: 'Feature',properties:{Name: '5', Address: '70 OSGOOD AVENUE, CONCORD', Month: '1', Price: '2250'}, geometry: { type: 'Point', coordinates:[-74.08326904, 40.61887439]} },
{type: 'Feature',properties:{Name: '5', Address: '122 OSGOOD AVENUE, CONCORD', Month: '4', Price: '1280'}, geometry: { type: 'Point', coordinates:[-74.08166555, 40.61840893]} },
{type: 'Feature',properties:{Name: '5', Address: '138 OSGOOD AVENUE, CONCORD', Month: '4', Price: '1344'}, geometry: { type: 'Point', coordinates:[-74.08135895, 40.6180633]} },
{type: 'Feature',properties:{Name: '5', Address: '23 HARDY STREET, CONCORD', Month: '2', Price: '2595'}, geometry: { type: 'Point', coordinates:[-74.08332844, 40.61740589]} },
{type: 'Feature',properties:{Name: '5', Address: '59 IRVING PLACE, CONCORD', Month: '11', Price: '1951'}, geometry: { type: 'Point', coordinates:[-74.0842359, 40.61721858]} },
{type: 'Feature',properties:{Name: '5', Address: '12 WAVERLY PLACE, CONCORD', Month: '9', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.0856854, 40.61838679]} },
{type: 'Feature',properties:{Name: '5', Address: '881 VAN DUZER STREET, CONCORD', Month: '1', Price: '1276'}, geometry: { type: 'Point', coordinates:[-74.08636875, 40.61758754]} },
{type: 'Feature',properties:{Name: '5', Address: '403 VANDERBILT AVENUE, CONCORD', Month: '4', Price: '1500'}, geometry: { type: 'Point', coordinates:[-74.08361838, 40.61595094]} },
{type: 'Feature',properties:{Name: '5', Address: '29 METCALFE STREET, CONCORD', Month: '1', Price: '1312'}, geometry: { type: 'Point', coordinates:[-74.0858807, 40.61620179]} },
{type: 'Feature',properties:{Name: '5', Address: '34 METCALFE STREET, CONCORD', Month: '11', Price: '1008'}, geometry: { type: 'Point', coordinates:[-74.08588428, 40.61618532]} },
{type: 'Feature',properties:{Name: '5', Address: '484 VANDERBILT AVENUE, CONCORD', Month: '8', Price: '1066'}, geometry: { type: 'Point', coordinates:[-74.08562992, 40.6144508]} },
{type: 'Feature',properties:{Name: '5', Address: '522 TARGEE STREET, CONCORD', Month: '12', Price: '1066'}, geometry: { type: 'Point', coordinates:[-74.08474389, 40.61446243]} },
{type: 'Feature',properties:{Name: '5', Address: '544 TARGEE STREET, CONCORD', Month: '1', Price: '1066'}, geometry: { type: 'Point', coordinates:[-74.08483291, 40.61366089]} },
{type: 'Feature',properties:{Name: '5', Address: '566 TARGEE STREET, CONCORD', Month: '7', Price: '1275'}, geometry: { type: 'Point', coordinates:[-74.08491846, 40.61295267]} },
{type: 'Feature',properties:{Name: '5', Address: '19 MARY STREET, CONCORD', Month: '12', Price: '928'}, geometry: { type: 'Point', coordinates:[-74.08582524, 40.61228775]} },
{type: 'Feature',properties:{Name: '5', Address: '44 ELLINGTON STREET, CONCORD', Month: '2', Price: '896'}, geometry: { type: 'Point', coordinates:[-74.08634514, 40.61325353]} },
{type: 'Feature',properties:{Name: '5', Address: '63 RHINE AVENUE, CONCORD', Month: '12', Price: '891'}, geometry: { type: 'Point', coordinates:[-74.08634338, 40.61189211]} },
{type: 'Feature',properties:{Name: '5', Address: '610 RICHMOND ROAD, CONCORD', Month: '1', Price: '2000'}, geometry: { type: 'Point', coordinates:[-74.08822335, 40.61181109]} },
{type: 'Feature',properties:{Name: '5', Address: '41 PIERCE STREET, CONCORD', Month: '4', Price: '720'}, geometry: { type: 'Point', coordinates:[-74.08775304, 40.61021398]} },
{type: 'Feature',properties:{Name: '5', Address: '334 BRITTON AVENUE, CONCORD', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08459089, 40.61026026]} },
{type: 'Feature',properties:{Name: '5', Address: '327 BRITTON AVENUE, CONCORD', Month: '1', Price: '830'}, geometry: { type: 'Point', coordinates:[-74.0844218, 40.61040586]} },
{type: 'Feature',properties:{Name: '5', Address: '327 BRITTON AVENUE, CONCORD', Month: '2', Price: '830'}, geometry: { type: 'Point', coordinates:[-74.0844218, 40.61040586]} },
{type: 'Feature',properties:{Name: '5', Address: '319 BRITTON AVENUE, CONCORD', Month: '8', Price: '1440'}, geometry: { type: 'Point', coordinates:[-74.08432468, 40.61050749]} },
{type: 'Feature',properties:{Name: '5', Address: '372 BRITTON AVENUE, CONCORD', Month: '11', Price: '1680'}, geometry: { type: 'Point', coordinates:[-74.08536785, 40.6094884]} },
{type: 'Feature',properties:{Name: '5', Address: '177A PIERCE STREET, CONCORD', Month: '11', Price: '1248'}, geometry: { type: 'Point', coordinates:[-74.08365536, 40.60810079]} },
{type: 'Feature',properties:{Name: '5', Address: '171A PIERCE STREET, CONCORD', Month: '8', Price: '832'}, geometry: { type: 'Point', coordinates:[-74.08377791, 40.60817481]} },
{type: 'Feature',properties:{Name: '5', Address: '398 WESER AVENUE, CONCORD', Month: '11', Price: '1248'}, geometry: { type: 'Point', coordinates:[-74.08302913, 40.60843886]} },
{type: 'Feature',properties:{Name: '5', Address: '392A WESER AVENUE, CONCORD', Month: '11', Price: '1248'}, geometry: { type: 'Point', coordinates:[-74.08318792, 40.6086995]} },
{type: 'Feature',properties:{Name: '5', Address: '166 PIERCE STREET, CONCORD', Month: '6', Price: '1248'}, geometry: { type: 'Point', coordinates:[-74.08421719, 40.60809764]} },
{type: 'Feature',properties:{Name: '5', Address: '401A WESER AVENUE, CONCORD', Month: '8', Price: '1248'}, geometry: { type: 'Point', coordinates:[-74.08293139, 40.60804093]} },
{type: 'Feature',properties:{Name: '5', Address: '228 STEUBEN STREET, CONCORD', Month: '3', Price: '1248'}, geometry: { type: 'Point', coordinates:[-74.0826223, 40.60855718]} },
{type: 'Feature',properties:{Name: '5', Address: '370 MOSEL AVENUE, CONCORD', Month: '3', Price: '1248'}, geometry: { type: 'Point', coordinates:[-74.08181055, 40.6074022]} },
{type: 'Feature',properties:{Name: '5', Address: '303 MOSEL AVENUE, CONCORD', Month: '9', Price: '600'}, geometry: { type: 'Point', coordinates:[-74.08035374, 40.60888542]} },
{type: 'Feature',properties:{Name: '5', Address: '293 MOSEL AVENUE, CONCORD', Month: '4', Price: '900'}, geometry: { type: 'Point', coordinates:[-74.08026027, 40.60902547]} },
{type: 'Feature',properties:{Name: '5', Address: '179 MOSEL AVENUE, CONCORD', Month: '8', Price: '1330'}, geometry: { type: 'Point', coordinates:[-74.07890511, 40.61124146]} },
{type: 'Feature',properties:{Name: '5', Address: '117 MOSEL AVENUE, CONCORD', Month: '10', Price: '1180'}, geometry: { type: 'Point', coordinates:[-74.07862832, 40.61170003]} },
{type: 'Feature',properties:{Name: '5', Address: '73 MOSEL AVENUE, CONCORD', Month: '6', Price: '1050'}, geometry: { type: 'Point', coordinates:[-74.07825093, 40.61236727]} },
{type: 'Feature',properties:{Name: '5', Address: '25 MOSEL AVENUE, CONCORD', Month: '10', Price: '1150'}, geometry: { type: 'Point', coordinates:[-74.0780317, 40.6127709]} },
{type: 'Feature',properties:{Name: '5', Address: '33 GEO COURT, CONCORD', Month: '11', Price: '1150'}, geometry: { type: 'Point', coordinates:[-74.07739507, 40.6135289]} },
{type: 'Feature',properties:{Name: '5', Address: '49 GEO COURT, CONCORD', Month: '10', Price: '960'}, geometry: { type: 'Point', coordinates:[-74.07720079, 40.61371842]} },
{type: 'Feature',properties:{Name: '5', Address: '35 MOSEL LOOP, CONCORD', Month: '9', Price: '1399'}, geometry: { type: 'Point', coordinates:[-74.08134576, 40.60723784]} },
{type: 'Feature',properties:{Name: '5', Address: '69 MOSEL LOOP, CONCORD', Month: '5', Price: '1399'}, geometry: { type: 'Point', coordinates:[-74.0819471, 40.60715781]} },
{type: 'Feature',properties:{Name: '5', Address: '361 MOSEL AVENUE, CONCORD', Month: '7', Price: '1440'}, geometry: { type: 'Point', coordinates:[-74.08155871, 40.60762196]} },
{type: 'Feature',properties:{Name: '5', Address: '288 STEUBEN STREET, CONCORD', Month: '2', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.0811734, 40.60765517]} },
{type: 'Feature',properties:{Name: '5', Address: '284 STEUBEN STREET, CONCORD', Month: '5', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.08126711, 40.60771549]} },
{type: 'Feature',properties:{Name: '5', Address: '315 ODER AVENUE, CONCORD', Month: '6', Price: '1104'}, geometry: { type: 'Point', coordinates:[-74.08681887, 40.60917715]} },
{type: 'Feature',properties:{Name: '5', Address: '315 ODER AVENUE, CONCORD', Month: '7', Price: '1104'}, geometry: { type: 'Point', coordinates:[-74.08681887, 40.60917715]} },
{type: 'Feature',properties:{Name: '5', Address: '423 NARROWS ROAD NORTH, CONCORD', Month: '6', Price: '1800'}, geometry: { type: 'Point', coordinates:[-74.08635269, 40.60795333]} },
{type: 'Feature',properties:{Name: '5', Address: '425 HANOVER AVENUE, CONCORD', Month: '7', Price: '1026'}, geometry: { type: 'Point', coordinates:[-74.08542036, 40.60830536]} },
{type: 'Feature',properties:{Name: '5', Address: '455 VIRGINIA AVENUE, CONCORD', Month: '4', Price: '1280'}, geometry: { type: 'Point', coordinates:[-74.07887892, 40.60736582]} },
{type: 'Feature',properties:{Name: '5', Address: '76 LAUREL AVENUE, CONCORD', Month: '7', Price: '1296'}, geometry: { type: 'Point', coordinates:[-74.08314398, 40.61968969]} },
{type: 'Feature',properties:{Name: '5', Address: '69 PRINCE STREET, CONCORD', Month: '9', Price: '1344'}, geometry: { type: 'Point', coordinates:[-74.08367553, 40.61844042]} },
{type: 'Feature',properties:{Name: '5', Address: '845 VAN DUZER STREET, CONCORD', Month: '5', Price: '1840'}, geometry: { type: 'Point', coordinates:[-74.08606029, 40.61860335]} },
{type: 'Feature',properties:{Name: '5', Address: '845 VAN DUZER STREET, CONCORD', Month: '10', Price: '1840'}, geometry: { type: 'Point', coordinates:[-74.08606029, 40.61860335]} },
{type: 'Feature',properties:{Name: '5', Address: '44 METCALFE STREET, CONCORD', Month: '11', Price: '1802'}, geometry: { type: 'Point', coordinates:[-74.08564286, 40.61611139]} },
{type: 'Feature',properties:{Name: '5', Address: '322 HILLSIDE AVENUE, CONCORD', Month: '2', Price: '1334'}, geometry: { type: 'Point', coordinates:[-74.08611755, 40.61551816]} },
{type: 'Feature',properties:{Name: '5', Address: '350 HILLSIDE AVENUE, CONCORD', Month: '2', Price: '1952'}, geometry: { type: 'Point', coordinates:[-74.08576802, 40.61540863]} },
{type: 'Feature',properties:{Name: '5', Address: '350 HILLSIDE AVENUE, CONCORD', Month: '3', Price: '1952'}, geometry: { type: 'Point', coordinates:[-74.08576802, 40.61540863]} },
{type: 'Feature',properties:{Name: '5', Address: '600 TARGEE STREET, CONCORD', Month: '7', Price: '1930'}, geometry: { type: 'Point', coordinates:[-74.08523442, 40.6121784]} },
{type: 'Feature',properties:{Name: '5', Address: '58 RHINE AVENUE, CONCORD', Month: '11', Price: '1764'}, geometry: { type: 'Point', coordinates:[-74.08624629, 40.6120157]} },
{type: 'Feature',properties:{Name: '5', Address: '81 RHINE AVENUE, CONCORD', Month: '10', Price: '1106'}, geometry: { type: 'Point', coordinates:[-74.08662395, 40.61161468]} },
{type: 'Feature',properties:{Name: '5', Address: '18 STEUBEN STREET, CONCORD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08756737, 40.61144379]} },
{type: 'Feature',properties:{Name: '5', Address: '18 STEUBEN STREET, CONCORD', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08756737, 40.61144379]} },
{type: 'Feature',properties:{Name: '5', Address: '404 NECKAR AVENUE, CONCORD', Month: '6', Price: '1936'}, geometry: { type: 'Point', coordinates:[-74.08396218, 40.60864678]} },
{type: 'Feature',properties:{Name: '5', Address: '664 RICHMOND ROAD, CONCORD', Month: '8', Price: '3132'}, geometry: { type: 'Point', coordinates:[-74.08915434, 40.61042699]} },
{type: 'Feature',properties:{Name: '5', Address: '720 TARGEE STREET, CONCORD', Month: '10', Price: '1429'}, geometry: { type: 'Point', coordinates:[-74.08738862, 40.60971745]} },
{type: 'Feature',properties:{Name: '5', Address: '171 RHINE AVENUE, CONCORD', Month: '1', Price: '1484'}, geometry: { type: 'Point', coordinates:[-74.08841164, 40.60984292]} },
{type: 'Feature',properties:{Name: '5', Address: '435 HANOVER AVENUE, CONCORD', Month: '10', Price: '1684'}, geometry: { type: 'Point', coordinates:[-74.08560739, 40.60811857]} },
{type: 'Feature',properties:{Name: '5', Address: 'OSGOOD AVENUE, CONCORD', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08360743, 40.61871221]} },
{type: 'Feature',properties:{Name: '5', Address: 'BRITTON AVENUE, CONCORD', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08471001, 40.61047702]} },
{type: 'Feature',properties:{Name: '5', Address: 'BRITTON AVENUE, CONCORD', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08476397, 40.61042208]} },
{type: 'Feature',properties:{Name: '5', Address: '128 OSGOOD AVENUE, CONCORD', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08155012, 40.61828001]} },
{type: 'Feature',properties:{Name: '5', Address: '614 RICHMOND ROAD, CONCORD', Month: '10', Price: '3711'}, geometry: { type: 'Point', coordinates:[-74.08840309, 40.6115447]} },
{type: 'Feature',properties:{Name: '5', Address: '651 TARGEE STREET, CONCORD', Month: '3', Price: '2000'}, geometry: { type: 'Point', coordinates:[-74.085939, 40.61112113]} },
{type: 'Feature',properties:{Name: '5', Address: '443 TARGEE STREET, CONCORD', Month: '3', Price: '2400'}, geometry: { type: 'Point', coordinates:[-74.08473881, 40.61613951]} },
{type: 'Feature',properties:{Name: '5', Address: '598 RICHMOND ROAD, CONCORD', Month: '5', Price: '3620'}, geometry: { type: 'Point', coordinates:[-74.0880544, 40.61205825]} },
{type: 'Feature',properties:{Name: '5', Address: '69 ROFF STREET, CONCORD', Month: '3', Price: '1650'}, geometry: { type: 'Point', coordinates:[-74.08426018, 40.61647198]} },
{type: 'Feature',properties:{Name: '5', Address: '658 RICHMOND ROAD, CONCORD', Month: '8', Price: '8500'}, geometry: { type: 'Point', coordinates:[-74.08909683, 40.61050938]} },
{type: 'Feature',properties:{Name: '5', Address: '754 TARGEE STREET, CONCORD', Month: '3', Price: '960'}, geometry: { type: 'Point', coordinates:[-74.08793176, 40.60918454]} },
{type: 'Feature',properties:{Name: '5', Address: 'TARGEE STREET, CONCORD', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08818402, 40.60930237]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A RHINE AVENUE, CONCORD', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08854789, 40.60938444]} },
{type: 'Feature',properties:{Name: '5', Address: 'RHINE AVENUE, CONCORD', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08843279, 40.60949432]} },
{type: 'Feature',properties:{Name: '5', Address: '148 LONG POND LANE, CONCORD-FOX HILLS', Month: '9', Price: '936'}, geometry: { type: 'Point', coordinates:[-74.08116198, 40.61307341]} },
{type: 'Feature',properties:{Name: '5', Address: '122 LONG POND LANE, CONCORD-FOX HILLS', Month: '9', Price: '1204'}, geometry: { type: 'Point', coordinates:[-74.08091408, 40.6135896]} },
{type: 'Feature',properties:{Name: '5', Address: '16 LONG POND LANE, CONCORD-FOX HILLS', Month: '7', Price: '1204'}, geometry: { type: 'Point', coordinates:[-74.08010214, 40.61530841]} },
{type: 'Feature',properties:{Name: '5', Address: '131 SKYLINE DRIVE, CONCORD-FOX HILLS', Month: '10', Price: '1024'}, geometry: { type: 'Point', coordinates:[-74.07829008, 40.61504067]} },
{type: 'Feature',properties:{Name: '5', Address: '162 SKYLINE DRIVE, CONCORD-FOX HILLS', Month: '3', Price: '1116'}, geometry: { type: 'Point', coordinates:[-74.07813852, 40.61479923]} },
{type: 'Feature',properties:{Name: '5', Address: '70 STAGE LANE, CONCORD-FOX HILLS', Month: '7', Price: '1386'}, geometry: { type: 'Point', coordinates:[-74.08003626, 40.61443561]} },
{type: 'Feature',properties:{Name: '5', Address: '107 LONG POND LANE, CONCORD-FOX HILLS', Month: '9', Price: '1737'}, geometry: { type: 'Point', coordinates:[-74.08080627, 40.6137873]} },
{type: 'Feature',properties:{Name: '5', Address: '121 LONG POND LANE, CONCORD-FOX HILLS', Month: '9', Price: '1198'}, geometry: { type: 'Point', coordinates:[-74.08095352, 40.6134441]} },
{type: 'Feature',properties:{Name: '5', Address: '23 SCENIC LANE, CONCORD-FOX HILLS', Month: '5', Price: '600'}, geometry: { type: 'Point', coordinates:[-74.0804237, 40.61314255]} },
{type: 'Feature',properties:{Name: '5', Address: '54 STUDIO LANE, CONCORD-FOX HILLS', Month: '1', Price: '780'}, geometry: { type: 'Point', coordinates:[-74.07927183, 40.61372524]} },
{type: 'Feature',properties:{Name: '5', Address: '53 STUDIO LANE, CONCORD-FOX HILLS', Month: '9', Price: '910'}, geometry: { type: 'Point', coordinates:[-74.07925385, 40.61375545]} },
{type: 'Feature',properties:{Name: '5', Address: '225 SKYLINE DRIVE, CONCORD-FOX HILLS', Month: '10', Price: '900'}, geometry: { type: 'Point', coordinates:[-74.07806176, 40.6138441]} },
{type: 'Feature',properties:{Name: '5', Address: '216 MOSEL AVENUE, CONCORD-FOX HILLS', Month: '9', Price: '1460'}, geometry: { type: 'Point', coordinates:[-74.07988645, 40.60964605]} },
{type: 'Feature',properties:{Name: '5', Address: '142 MOSEL AVENUE, CONCORD-FOX HILLS', Month: '9', Price: '1460'}, geometry: { type: 'Point', coordinates:[-74.07888719, 40.61131283]} },
{type: 'Feature',properties:{Name: '5', Address: '302-D SKYLINE DRIVE, 302-D, CONCORD-FOX HILLS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07902985, 40.61316547]} },
{type: 'Feature',properties:{Name: '5', Address: '302 SKYLINE DRIVE, 302-G, CONCORD-FOX HILLS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07887484, 40.61305304]} },
{type: 'Feature',properties:{Name: '5', Address: '1010 WEST FINGERBOARD RD, DONGAN HILLS', Month: '2', Price: '1176'}, geometry: { type: 'Point', coordinates:[-74.08932892, 40.60092711]} },
{type: 'Feature',properties:{Name: '5', Address: '64 PROVIDENCE STREET, DONGAN HILLS', Month: '2', Price: '1400'}, geometry: { type: 'Point', coordinates:[-74.08842631, 40.59917114]} },
{type: 'Feature',properties:{Name: '5', Address: '23 WILSON STREET, DONGAN HILLS', Month: '7', Price: '2372'}, geometry: { type: 'Point', coordinates:[-74.0906929, 40.59766248]} },
{type: 'Feature',properties:{Name: '5', Address: '27 DURGESS STREET, DONGAN HILLS', Month: '7', Price: '912'}, geometry: { type: 'Point', coordinates:[-74.08985338, 40.59728436]} },
{type: 'Feature',properties:{Name: '5', Address: '166 PROVIDENCE STREET, DONGAN HILLS', Month: '10', Price: '1880'}, geometry: { type: 'Point', coordinates:[-74.08913599, 40.59667831]} },
{type: 'Feature',properties:{Name: '5', Address: '46 GLENDALE AVENUE, DONGAN HILLS', Month: '7', Price: '1988'}, geometry: { type: 'Point', coordinates:[-74.08786216, 40.60008559]} },
{type: 'Feature',properties:{Name: '5', Address: '37 WHITAKER PLACE, DONGAN HILLS', Month: '12', Price: '2070'}, geometry: { type: 'Point', coordinates:[-74.0930201, 40.5957969]} },
{type: 'Feature',properties:{Name: '5', Address: '40 OLD TOWN ROAD, DONGAN HILLS', Month: '10', Price: '2110'}, geometry: { type: 'Point', coordinates:[-74.09184011, 40.59658286]} },
{type: 'Feature',properties:{Name: '5', Address: '151 WILSON STREET, DONGAN HILLS', Month: '5', Price: '936'}, geometry: { type: 'Point', coordinates:[-74.09262273, 40.59487497]} },
{type: 'Feature',properties:{Name: '5', Address: '157 WILSON STREET, DONGAN HILLS', Month: '6', Price: '2064'}, geometry: { type: 'Point', coordinates:[-74.09269463, 40.59479257]} },
{type: 'Feature',properties:{Name: '5', Address: '161 WILSON STREET, DONGAN HILLS', Month: '2', Price: '2064'}, geometry: { type: 'Point', coordinates:[-74.09274497, 40.59474037]} },
{type: 'Feature',properties:{Name: '5', Address: '165 WILSON STREET, DONGAN HILLS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0927917, 40.59468544]} },
{type: 'Feature',properties:{Name: '5', Address: '28 BURGHER AVENUE, DONGAN HILLS', Month: '9', Price: '1800'}, geometry: { type: 'Point', coordinates:[-74.09640361, 40.59491852]} },
{type: 'Feature',properties:{Name: '5', Address: '47 ATLANTIC AVENUE, DONGAN HILLS', Month: '5', Price: '1517'}, geometry: { type: 'Point', coordinates:[-74.09681323, 40.59432255]} },
{type: 'Feature',properties:{Name: '5', Address: '41 RARITAN AVENUE, DONGAN HILLS', Month: '8', Price: '972'}, geometry: { type: 'Point', coordinates:[-74.09764082, 40.59392111]} },
{type: 'Feature',properties:{Name: '5', Address: '119 DELAWARE AVENUE, DONGAN HILLS', Month: '2', Price: '2200'}, geometry: { type: 'Point', coordinates:[-74.09595682, 40.59220978]} },
{type: 'Feature',properties:{Name: '5', Address: '20 DELAWARE AVENUE, DONGAN HILLS', Month: '5', Price: '3047'}, geometry: { type: 'Point', coordinates:[-74.09885033, 40.59369775]} },
{type: 'Feature',properties:{Name: '5', Address: '21 MINNA STREET, DONGAN HILLS', Month: '8', Price: '1218'}, geometry: { type: 'Point', coordinates:[-74.09098354, 40.5942587]} },
{type: 'Feature',properties:{Name: '5', Address: '27 MINNA STREET, DONGAN HILLS', Month: '1', Price: '1218'}, geometry: { type: 'Point', coordinates:[-74.09108061, 40.59415157]} },
{type: 'Feature',properties:{Name: '5', Address: '154 BURGHER AVENUE, DONGAN HILLS', Month: '3', Price: '1194'}, geometry: { type: 'Point', coordinates:[-74.09260204, 40.59293716]} },
{type: 'Feature',properties:{Name: '5', Address: '170 BURGHER AVENUE, DONGAN HILLS', Month: '8', Price: '900'}, geometry: { type: 'Point', coordinates:[-74.09228856, 40.59277821]} },
{type: 'Feature',properties:{Name: '5', Address: '191 ATLANTIC AVENUE, DONGAN HILLS', Month: '9', Price: '960'}, geometry: { type: 'Point', coordinates:[-74.09270902, 40.59218774]} },
{type: 'Feature',properties:{Name: '5', Address: '155 RARITAN AVENUE, DONGAN HILLS', Month: '6', Price: '2484'}, geometry: { type: 'Point', coordinates:[-74.09406987, 40.59205763]} },
{type: 'Feature',properties:{Name: '5', Address: '175 DELAWARE AVENUE, DONGAN HILLS', Month: '6', Price: '2735'}, geometry: { type: 'Point', coordinates:[-74.09422724, 40.59130268]} },
{type: 'Feature',properties:{Name: '5', Address: '157 ALTER AVENUE, DONGAN HILLS', Month: '8', Price: '1104'}, geometry: { type: 'Point', coordinates:[-74.09546557, 40.59111501]} },
{type: 'Feature',properties:{Name: '5', Address: '249 REID AVENUE, DONGAN HILLS', Month: '4', Price: '1788'}, geometry: { type: 'Point', coordinates:[-74.08716681, 40.59430283]} },
{type: 'Feature',properties:{Name: '5', Address: '252 REID AVENUE, DONGAN HILLS', Month: '7', Price: '960'}, geometry: { type: 'Point', coordinates:[-74.08723883, 40.59430552]} },
{type: 'Feature',properties:{Name: '5', Address: '250 REID AVENUE, DONGAN HILLS', Month: '4', Price: '960'}, geometry: { type: 'Point', coordinates:[-74.08717759, 40.5942891]} },
{type: 'Feature',properties:{Name: '5', Address: '6 DUMONT AVENUE, DONGAN HILLS', Month: '10', Price: '1148'}, geometry: { type: 'Point', coordinates:[-74.08787009, 40.5951669]} },
{type: 'Feature',properties:{Name: '5', Address: '15 COOPER AVENUE, DONGAN HILLS', Month: '12', Price: '1176'}, geometry: { type: 'Point', coordinates:[-74.08881096, 40.5932558]} },
{type: 'Feature',properties:{Name: '5', Address: '10 BENTON AVENUE, DONGAN HILLS', Month: '12', Price: '1220'}, geometry: { type: 'Point', coordinates:[-74.0886881, 40.59292926]} },
{type: 'Feature',properties:{Name: '5', Address: '122 SOUTH RAILROAD AVE, DONGAN HILLS', Month: '12', Price: '1570'}, geometry: { type: 'Point', coordinates:[-74.09030416, 40.5924559]} },
{type: 'Feature',properties:{Name: '5', Address: '215 RARITAN AVENUE, DONGAN HILLS', Month: '8', Price: '1040'}, geometry: { type: 'Point', coordinates:[-74.09225025, 40.5911094]} },
{type: 'Feature',properties:{Name: '5', Address: '234 ATLANTIC AVENUE, DONGAN HILLS', Month: '3', Price: '1144'}, geometry: { type: 'Point', coordinates:[-74.0912425, 40.59140664]} },
{type: 'Feature',properties:{Name: '5', Address: '224 RARITAN AVENUE, DONGAN HILLS', Month: '3', Price: '1360'}, geometry: { type: 'Point', coordinates:[-74.09203404, 40.59098057]} },
{type: 'Feature',properties:{Name: '5', Address: '248 DELAWARE AVENUE, DONGAN HILLS', Month: '3', Price: '1269'}, geometry: { type: 'Point', coordinates:[-74.09233915, 40.59030236]} },
{type: 'Feature',properties:{Name: '5', Address: '292 CROMWELL AVENUE, DONGAN HILLS', Month: '5', Price: '1056'}, geometry: { type: 'Point', coordinates:[-74.09213095, 40.58814786]} },
{type: 'Feature',properties:{Name: '5', Address: '227 GARRETSON AVENUE, DONGAN HILLS', Month: '7', Price: '1192'}, geometry: { type: 'Point', coordinates:[-74.09412228, 40.58836308]} },
{type: 'Feature',properties:{Name: '5', Address: '246 GARRETSON AVENUE, DONGAN HILLS', Month: '12', Price: '1040'}, geometry: { type: 'Point', coordinates:[-74.09348812, 40.58801775]} },
{type: 'Feature',properties:{Name: '5', Address: '243 SEAVIEW AVENUE, DONGAN HILLS', Month: '2', Price: '1288'}, geometry: { type: 'Point', coordinates:[-74.09412832, 40.58753964]} },
{type: 'Feature',properties:{Name: '5', Address: '283 SEAVIEW AVENUE, DONGAN HILLS', Month: '7', Price: '1472'}, geometry: { type: 'Point', coordinates:[-74.09274119, 40.58683535]} },
{type: 'Feature',properties:{Name: '5', Address: '5 TACOMA STREET, DONGAN HILLS', Month: '8', Price: '2520'}, geometry: { type: 'Point', coordinates:[-74.09091832, 40.59924879]} },
{type: 'Feature',properties:{Name: '5', Address: '278 NORTH RAILROAD AVE, DONGAN HILLS', Month: '10', Price: '2160'}, geometry: { type: 'Point', coordinates:[-74.08806645, 40.59661875]} },
{type: 'Feature',properties:{Name: '5', Address: '14 DIVINE STREET, DONGAN HILLS', Month: '11', Price: '2200'}, geometry: { type: 'Point', coordinates:[-74.092426, 40.59582483]} },
{type: 'Feature',properties:{Name: '5', Address: '92 BURGHER AVENUE, DONGAN HILLS', Month: '10', Price: '2110'}, geometry: { type: 'Point', coordinates:[-74.09437127, 40.59385797]} },
{type: 'Feature',properties:{Name: '5', Address: '94 BURGHER AVENUE, DONGAN HILLS', Month: '12', Price: '2640'}, geometry: { type: 'Point', coordinates:[-74.09432443, 40.5938333]} },
{type: 'Feature',properties:{Name: '5', Address: '86 GARRETSON AVENUE, DONGAN HILLS', Month: '4', Price: '1760'}, geometry: { type: 'Point', coordinates:[-74.09846406, 40.59057999]} },
{type: 'Feature',properties:{Name: '5', Address: '138 ATLANTIC AVENUE, DONGAN HILLS', Month: '11', Price: '1728'}, geometry: { type: 'Point', coordinates:[-74.09375033, 40.59270841]} },
{type: 'Feature',properties:{Name: '5', Address: '266 REID AVENUE, DONGAN HILLS', Month: '6', Price: '1130'}, geometry: { type: 'Point', coordinates:[-74.08768546, 40.59441223]} },
{type: 'Feature',properties:{Name: '5', Address: '246 REID AVENUE, DONGAN HILLS', Month: '5', Price: '864'}, geometry: { type: 'Point', coordinates:[-74.08704793, 40.594259]} },
{type: 'Feature',properties:{Name: '5', Address: '158 BATH AVENUE, DONGAN HILLS', Month: '7', Price: '2338'}, geometry: { type: 'Point', coordinates:[-74.08726671, 40.59359734]} },
{type: 'Feature',properties:{Name: '5', Address: '203 ATLANTIC AVENUE, DONGAN HILLS', Month: '6', Price: '1000'}, geometry: { type: 'Point', coordinates:[-74.09165689, 40.59164237]} },
{type: 'Feature',properties:{Name: '5', Address: '203 ATLANTIC AVENUE, DONGAN HILLS', Month: '9', Price: '1000'}, geometry: { type: 'Point', coordinates:[-74.09165689, 40.59164237]} },
{type: 'Feature',properties:{Name: '5', Address: '205 ALTER AVENUE, DONGAN HILLS', Month: '3', Price: '2264'}, geometry: { type: 'Point', coordinates:[-74.09368919, 40.59019422]} },
{type: 'Feature',properties:{Name: '5', Address: '9 HANCOCK STREET, DONGAN HILLS', Month: '8', Price: '2184'}, geometry: { type: 'Point', coordinates:[-74.0939228, 40.5898921]} },
{type: 'Feature',properties:{Name: '5', Address: '221 GARRETSON AVENUE, DONGAN HILLS', Month: '1', Price: '1242'}, geometry: { type: 'Point', coordinates:[-74.0942628, 40.58843708]} },
{type: 'Feature',properties:{Name: '5', Address: '216 GARRETSON AVENUE, DONGAN HILLS', Month: '9', Price: '2796'}, geometry: { type: 'Point', coordinates:[-74.0944177, 40.58849733]} },
{type: 'Feature',properties:{Name: '5', Address: '185 SEAVIEW AVENUE, DONGAN HILLS', Month: '2', Price: '1688'}, geometry: { type: 'Point', coordinates:[-74.09525607, 40.5881206]} },
{type: 'Feature',properties:{Name: '5', Address: '58 WHITAKER PLACE, DONGAN HILLS', Month: '9', Price: '2860'}, geometry: { type: 'Point', coordinates:[-74.09243992, 40.59547623]} },
{type: 'Feature',properties:{Name: '5', Address: '191 ALTER AVENUE, DONGAN HILLS', Month: '8', Price: '2102'}, geometry: { type: 'Point', coordinates:[-74.09462962, 40.59068202]} },
{type: 'Feature',properties:{Name: '5', Address: '147 SEAVIEW AVENUE, DONGAN HILLS', Month: '12', Price: '1584'}, geometry: { type: 'Point', coordinates:[-74.0969207, 40.58898108]} },
{type: 'Feature',properties:{Name: '5', Address: '145 SEAVIEW AVENUE, DONGAN HILLS', Month: '7', Price: '1584'}, geometry: { type: 'Point', coordinates:[-74.09696394, 40.589003]} },
{type: 'Feature',properties:{Name: '5', Address: '200 ATLANTIC AVENUE, DONGAN HILLS', Month: '2', Price: '1744'}, geometry: { type: 'Point', coordinates:[-74.09169289, 40.59164234]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A DELAWARE AVENUE, DONGAN HILLS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09571941, 40.59236917]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A DELAWARE AVENUE, DONGAN HILLS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09556807, 40.59229244]} },
{type: 'Feature',properties:{Name: '5', Address: '290 NORTH RAILROAD AVE, DONGAN HILLS', Month: '7', Price: '3040'}, geometry: { type: 'Point', coordinates:[-74.08815616, 40.59638263]} },
{type: 'Feature',properties:{Name: '5', Address: '70 HANCOCK STREET, DONGAN HILLS', Month: '9', Price: '12960'}, geometry: { type: 'Point', coordinates:[-74.09559528, 40.58866379]} },
{type: 'Feature',properties:{Name: '5', Address: '1160 RICHMOND ROAD, 2G, DONGAN HILLS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09197229, 40.5984355]} },
{type: 'Feature',properties:{Name: '5', Address: '1160 RICHMOND ROAD, 3C, DONGAN HILLS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09197229, 40.5984355]} },
{type: 'Feature',properties:{Name: '5', Address: '1160 RICHMOND ROAD, 7G, DONGAN HILLS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09197229, 40.5984355]} },
{type: 'Feature',properties:{Name: '5', Address: '1160 RICHMOND ROAD, 6C, DONGAN HILLS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09197229, 40.5984355]} },
{type: 'Feature',properties:{Name: '5', Address: '1160 RICHMOND ROAD, 6A, DONGAN HILLS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09197229, 40.5984355]} },
{type: 'Feature',properties:{Name: '5', Address: '1160 RICHMOND ROAD, 5B, DONGAN HILLS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09197229, 40.5984355]} },
{type: 'Feature',properties:{Name: '5', Address: '1160 RICHMOND ROAD, 2H, DONGAN HILLS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09197229, 40.5984355]} },
{type: 'Feature',properties:{Name: '5', Address: '1160 RICHMOND ROAD, 4J, DONGAN HILLS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09197229, 40.5984355]} },
{type: 'Feature',properties:{Name: '5', Address: '163 CROMWELL AVENUE, DONGAN HILLS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09621327, 40.59026624]} },
{type: 'Feature',properties:{Name: '5', Address: '163 CROMWELL AVENUE, DONGAN HILLS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09621327, 40.59026624]} },
{type: 'Feature',properties:{Name: '5', Address: '163 CROMWELL AVENUE, DONGAN HILLS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09621327, 40.59026624]} },
{type: 'Feature',properties:{Name: '5', Address: '169 CROMWELL AVENUE, DONGAN HILLS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09608716, 40.59020322]} },
{type: 'Feature',properties:{Name: '5', Address: '1444 RICHMOND ROAD, DONGAN HILLS', Month: '4', Price: '4000'}, geometry: { type: 'Point', coordinates:[-74.09921835, 40.59419699]} },
{type: 'Feature',properties:{Name: '5', Address: '1719 HYLAN BOULEVARD, DONGAN HILLS', Month: '5', Price: '2634'}, geometry: { type: 'Point', coordinates:[-74.09168653, 40.58700637]} },
{type: 'Feature',properties:{Name: '5', Address: '23 SPRING STREET, DONGAN HILLS-COLONY', Month: '2', Price: '1434'}, geometry: { type: 'Point', coordinates:[-74.09362488, 40.60338852]} },
{type: 'Feature',properties:{Name: '5', Address: '22 WILSON VIEW PLACE, DONGAN HILLS-COLONY', Month: '8', Price: '1985'}, geometry: { type: 'Point', coordinates:[-74.09446318, 40.60537507]} },
{type: 'Feature',properties:{Name: '5', Address: '17 WILSON VIEW PLACE, DONGAN HILLS-COLONY', Month: '2', Price: '1508'}, geometry: { type: 'Point', coordinates:[-74.09444881, 40.60540253]} },
{type: 'Feature',properties:{Name: '5', Address: '901 RICHMOND ROAD, DONGAN HILLS-COLONY', Month: '7', Price: '1872'}, geometry: { type: 'Point', coordinates:[-74.09263014, 40.60540401]} },
{type: 'Feature',properties:{Name: '5', Address: '70 WILSON TERRACE, DONGAN HILLS-COLONY', Month: '9', Price: '2448'}, geometry: { type: 'Point', coordinates:[-74.09399687, 40.60414304]} },
{type: 'Feature',properties:{Name: '5', Address: '23 WILSON TERRACE, DONGAN HILLS-COLONY', Month: '10', Price: '2093'}, geometry: { type: 'Point', coordinates:[-74.09355147, 40.60497233]} },
{type: 'Feature',properties:{Name: '5', Address: '242 COVERLY AVENUE, DONGAN HILLS-COLONY', Month: '8', Price: '6300'}, geometry: { type: 'Point', coordinates:[-74.09722085, 40.60471951]} },
{type: 'Feature',properties:{Name: '5', Address: '6 EMERSON COURT, DONGAN HILLS-COLONY', Month: '12', Price: '1794'}, geometry: { type: 'Point', coordinates:[-74.09918505, 40.60329328]} },
{type: 'Feature',properties:{Name: '5', Address: '115 MEDFORD ROAD, DONGAN HILLS-COLONY', Month: '1', Price: '2196'}, geometry: { type: 'Point', coordinates:[-74.09917282, 40.60233536]} },
{type: 'Feature',properties:{Name: '5', Address: '70 RIDGE AVENUE, DONGAN HILLS-COLONY', Month: '11', Price: '5880'}, geometry: { type: 'Point', coordinates:[-74.09843165, 40.60034876]} },
{type: 'Feature',properties:{Name: '5', Address: '10 FRANCIS PLACE, DONGAN HILLS-COLONY', Month: '12', Price: '4350'}, geometry: { type: 'Point', coordinates:[-74.09982974, 40.60093494]} },
{type: 'Feature',properties:{Name: '5', Address: '70 SPRING STREET, DONGAN HILLS-COLONY', Month: '3', Price: '1871'}, geometry: { type: 'Point', coordinates:[-74.09478831, 40.60354677]} },
{type: 'Feature',properties:{Name: '5', Address: '983 RICHMOND ROAD, DONGAN HILLS-COLONY', Month: '9', Price: '968'}, geometry: { type: 'Point', coordinates:[-74.09268416, 40.60281562]} },
{type: 'Feature',properties:{Name: '5', Address: '7 HOLLY STREET, DONGAN HILLS-COLONY', Month: '1', Price: '864'}, geometry: { type: 'Point', coordinates:[-74.09415441, 40.60093699]} },
{type: 'Feature',properties:{Name: '5', Address: '31 HUNTON STREET, DONGAN HILLS-COLONY', Month: '9', Price: '960'}, geometry: { type: 'Point', coordinates:[-74.09303525, 40.59891772]} },
{type: 'Feature',properties:{Name: '5', Address: '31 HUNTON STREET, DONGAN HILLS-COLONY', Month: '1', Price: '960'}, geometry: { type: 'Point', coordinates:[-74.09303525, 40.59891772]} },
{type: 'Feature',properties:{Name: '5', Address: '31 HUNTON STREET, DONGAN HILLS-COLONY', Month: '11', Price: '960'}, geometry: { type: 'Point', coordinates:[-74.09303525, 40.59891772]} },
{type: 'Feature',properties:{Name: '5', Address: '74 SPARKILL AVENUE, DONGAN HILLS-COLONY', Month: '7', Price: '870'}, geometry: { type: 'Point', coordinates:[-74.09400908, 40.60002858]} },
{type: 'Feature',properties:{Name: '5', Address: '121 SPARKILL AVENUE, DONGAN HILLS-COLONY', Month: '2', Price: '1708'}, geometry: { type: 'Point', coordinates:[-74.09569528, 40.60065574]} },
{type: 'Feature',properties:{Name: '5', Address: '15 RIDGE AVENUE, DONGAN HILLS-COLONY', Month: '5', Price: '1911'}, geometry: { type: 'Point', coordinates:[-74.09774567, 40.60159548]} },
{type: 'Feature',properties:{Name: '5', Address: '2 HASBROUCK ROAD, DONGAN HILLS-COLONY', Month: '5', Price: '1104'}, geometry: { type: 'Point', coordinates:[-74.09235357, 40.59812777]} },
{type: 'Feature',properties:{Name: '5', Address: '63 VISTA AVENUE, DONGAN HILLS-COLONY', Month: '7', Price: '2208'}, geometry: { type: 'Point', coordinates:[-74.09587443, 40.59752103]} },
{type: 'Feature',properties:{Name: '5', Address: '127 HOLLY STREET, DONGAN HILLS-COLONY', Month: '2', Price: '2100'}, geometry: { type: 'Point', coordinates:[-74.09593642, 40.59806171]} },
{type: 'Feature',properties:{Name: '5', Address: '54 DELLWOOD ROAD, DONGAN HILLS-COLONY', Month: '7', Price: '1272'}, geometry: { type: 'Point', coordinates:[-74.09428666, 40.59768978]} },
{type: 'Feature',properties:{Name: '5', Address: '40 DELLWOOD ROAD, DONGAN HILLS-COLONY', Month: '3', Price: '1196'}, geometry: { type: 'Point', coordinates:[-74.09395881, 40.59756928]} },
{type: 'Feature',properties:{Name: '5', Address: '91 HOLLY STREET, DONGAN HILLS-COLONY', Month: '5', Price: '2816'}, geometry: { type: 'Point', coordinates:[-74.09532926, 40.59904211]} },
{type: 'Feature',properties:{Name: '5', Address: '81 VISTA AVENUE, DONGAN HILLS-COLONY', Month: '7', Price: '1024'}, geometry: { type: 'Point', coordinates:[-74.09690484, 40.59789621]} },
{type: 'Feature',properties:{Name: '5', Address: '85 UPTON STREET, DONGAN HILLS-COLONY', Month: '3', Price: '1725'}, geometry: { type: 'Point', coordinates:[-74.09678531, 40.59990001]} },
{type: 'Feature',properties:{Name: '5', Address: '200 MASON STREET, DONGAN HILLS-COLONY', Month: '9', Price: '2800'}, geometry: { type: 'Point', coordinates:[-74.09674356, 40.59842609]} },
{type: 'Feature',properties:{Name: '5', Address: '60 UPTON STREET, DONGAN HILLS-COLONY', Month: '1', Price: '999'}, geometry: { type: 'Point', coordinates:[-74.09655543, 40.60030643]} },
{type: 'Feature',properties:{Name: '5', Address: '78 VISTA AVENUE, DONGAN HILLS-COLONY', Month: '6', Price: '912'}, geometry: { type: 'Point', coordinates:[-74.09674989, 40.59782223]} },
{type: 'Feature',properties:{Name: '5', Address: '86 VISTA AVENUE, DONGAN HILLS-COLONY', Month: '1', Price: '1182'}, geometry: { type: 'Point', coordinates:[-74.09723988, 40.59800023]} },
{type: 'Feature',properties:{Name: '5', Address: '66 GREENPORT STREET, DONGAN HILLS-COLONY', Month: '4', Price: '1532'}, geometry: { type: 'Point', coordinates:[-74.0990895, 40.59714776]} },
{type: 'Feature',properties:{Name: '5', Address: '100 DUNCAN STREET, DONGAN HILLS-COLONY', Month: '10', Price: '2488'}, geometry: { type: 'Point', coordinates:[-74.09798766, 40.59962726]} },
{type: 'Feature',properties:{Name: '5', Address: '61 WOODDALE AVENUE, DONGAN HILLS-COLONY', Month: '3', Price: '1920'}, geometry: { type: 'Point', coordinates:[-74.10134153, 40.59811745]} },
{type: 'Feature',properties:{Name: '5', Address: '95 CIRCLE ROAD, DONGAN HILLS-COLONY', Month: '12', Price: '14499'}, geometry: { type: 'Point', coordinates:[-74.10665913, 40.59748683]} },
{type: 'Feature',properties:{Name: '5', Address: '124 CHAPIN AVENUE, DONGAN HILLS-COLONY', Month: '6', Price: '2496'}, geometry: { type: 'Point', coordinates:[-74.10227368, 40.59779274]} },
{type: 'Feature',properties:{Name: '5', Address: '4 DALEMERE ROAD, DONGAN HILLS-COLONY', Month: '2', Price: '2295'}, geometry: { type: 'Point', coordinates:[-74.1018305, 40.59762021]} },
{type: 'Feature',properties:{Name: '5', Address: '38 WOODDALE AVENUE, DONGAN HILLS-COLONY', Month: '12', Price: '2734'}, geometry: { type: 'Point', coordinates:[-74.10031786, 40.59745411]} },
{type: 'Feature',properties:{Name: '5', Address: '110 FOREST ROAD, DONGAN HILLS-COLONY', Month: '6', Price: '1110'}, geometry: { type: 'Point', coordinates:[-74.10390752, 40.59484336]} },
{type: 'Feature',properties:{Name: '5', Address: '126 DELAWARE STREET, DONGAN HILLS-COLONY', Month: '11', Price: '1040'}, geometry: { type: 'Point', coordinates:[-74.10278901, 40.59571172]} },
{type: 'Feature',properties:{Name: '5', Address: '111 NORDEN STREET, DONGAN HILLS-COLONY', Month: '3', Price: '2559'}, geometry: { type: 'Point', coordinates:[-74.10349047, 40.5952582]} },
{type: 'Feature',properties:{Name: '5', Address: '105 DELAWARE STREET, DONGAN HILLS-COLONY', Month: '6', Price: '4220'}, geometry: { type: 'Point', coordinates:[-74.10282148, 40.59575287]} },
{type: 'Feature',properties:{Name: '5', Address: '37 ROCHELLE STREET, DONGAN HILLS-COLONY', Month: '11', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.10202275, 40.59617628]} },
{type: 'Feature',properties:{Name: '5', Address: '43 ROCHELLE STREET, DONGAN HILLS-COLONY', Month: '10', Price: '2238'}, geometry: { type: 'Point', coordinates:[-74.1021561, 40.5962585]} },
{type: 'Feature',properties:{Name: '5', Address: '18 DELAWARE STREET, DONGAN HILLS-COLONY', Month: '5', Price: '1286'}, geometry: { type: 'Point', coordinates:[-74.10042468, 40.59425632]} },
{type: 'Feature',properties:{Name: '5', Address: '157 DUTCHESS AVENUE, DONGAN HILLS-COLONY', Month: '4', Price: '1416'}, geometry: { type: 'Point', coordinates:[-74.10102776, 40.59541685]} },
{type: 'Feature',properties:{Name: '5', Address: '157 DUTCHESS AVENUE, DONGAN HILLS-COLONY', Month: '11', Price: '1416'}, geometry: { type: 'Point', coordinates:[-74.10102776, 40.59541685]} },
{type: 'Feature',properties:{Name: '5', Address: '151 DUTCHESS AVENUE, DONGAN HILLS-COLONY', Month: '10', Price: '3542'}, geometry: { type: 'Point', coordinates:[-74.10084079, 40.59559542]} },
{type: 'Feature',properties:{Name: '5', Address: '151 DUTCHESS AVENUE, DONGAN HILLS-COLONY', Month: '3', Price: '3542'}, geometry: { type: 'Point', coordinates:[-74.10084079, 40.59559542]} },
{type: 'Feature',properties:{Name: '5', Address: '145 DUTCHESS AVENUE, DONGAN HILLS-COLONY', Month: '7', Price: '1724'}, geometry: { type: 'Point', coordinates:[-74.10061056, 40.5957411]} },
{type: 'Feature',properties:{Name: '5', Address: '147 OVERLOOK AVENUE, DONGAN HILLS-COLONY', Month: '3', Price: '1216'}, geometry: { type: 'Point', coordinates:[-74.10022783, 40.59504974]} },
{type: 'Feature',properties:{Name: '5', Address: '109 OVERLOOK AVENUE, DONGAN HILLS-COLONY', Month: '9', Price: '1464'}, geometry: { type: 'Point', coordinates:[-74.09856537, 40.59579777]} },
{type: 'Feature',properties:{Name: '5', Address: '955 RICHMOND ROAD, DONGAN HILLS-COLONY', Month: '1', Price: '5056'}, geometry: { type: 'Point', coordinates:[-74.09252698, 40.60372977]} },
{type: 'Feature',properties:{Name: '5', Address: '157 SPRING STREET, DONGAN HILLS-COLONY', Month: '4', Price: '2199'}, geometry: { type: 'Point', coordinates:[-74.09644124, 40.60352343]} },
{type: 'Feature',properties:{Name: '5', Address: '12 ELTINGE STREET, DONGAN HILLS-COLONY', Month: '10', Price: '1506'}, geometry: { type: 'Point', coordinates:[-74.09502864, 40.60287684]} },
{type: 'Feature',properties:{Name: '5', Address: '27 DUNCAN STREET, DONGAN HILLS-COLONY', Month: '1', Price: '1984'}, geometry: { type: 'Point', coordinates:[-74.0968559, 40.60139587]} },
{type: 'Feature',properties:{Name: '5', Address: '27 DUNCAN STREET, DONGAN HILLS-COLONY', Month: '4', Price: '1984'}, geometry: { type: 'Point', coordinates:[-74.0968559, 40.60139587]} },
{type: 'Feature',properties:{Name: '5', Address: '61 CHAPIN AVENUE, DONGAN HILLS-COLONY', Month: '8', Price: '2646'}, geometry: { type: 'Point', coordinates:[-74.10083896, 40.59676471]} },
{type: 'Feature',properties:{Name: '5', Address: '99 NORDEN STREET, DONGAN HILLS-COLONY', Month: '1', Price: '1566'}, geometry: { type: 'Point', coordinates:[-74.1032634, 40.59511568]} },
{type: 'Feature',properties:{Name: '5', Address: '29 DALEMERE ROAD, DONGAN HILLS-COLONY', Month: '3', Price: '2576'}, geometry: { type: 'Point', coordinates:[-74.10244166, 40.5969719]} },
{type: 'Feature',properties:{Name: '5', Address: '56 CHAPIN AVENUE, DONGAN HILLS-COLONY', Month: '5', Price: '3276'}, geometry: { type: 'Point', coordinates:[-74.1007452, 40.59667421]} },
{type: 'Feature',properties:{Name: '5', Address: '63 SPRING STREET, DONGAN HILLS-COLONY', Month: '3', Price: '1849'}, geometry: { type: 'Point', coordinates:[-74.09452899, 40.60352502]} },
{type: 'Feature',properties:{Name: '5', Address: '30 WILSON TERRACE, DONGAN HILLS-COLONY', Month: '1', Price: '2376'}, geometry: { type: 'Point', coordinates:[-74.09351527, 40.60483512]} },
{type: 'Feature',properties:{Name: '5', Address: '37 OVERLOOK AVENUE, DONGAN HILLS-COLONY', Month: '1', Price: '1800'}, geometry: { type: 'Point', coordinates:[-74.09619019, 40.59674399]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A WILSON TERRACE, DONGAN HILLS-COLONY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09327743, 40.60472552]} },
{type: 'Feature',properties:{Name: '5', Address: 'WILSON TERRACE, DONGAN HILLS-COLONY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09378903, 40.60488156]} },
{type: 'Feature',properties:{Name: '5', Address: 'HUNTER STREET, DONGAN HILLS-COLONY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09481591, 40.60269586]} },
{type: 'Feature',properties:{Name: '5', Address: 'RICHMOND ROAD, DONGAN HILLS-COLONY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09591939, 40.59623368]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A RICHMOND ROAD, DONGAN HILLS-COLONY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09603455, 40.59618693]} },
{type: 'Feature',properties:{Name: '5', Address: 'RICHMOND ROAD, DONGAN HILLS-COLONY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09699167, 40.59570029]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A NORDEN STREET, DONGAN HILLS-COLONY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10102464, 40.5933555]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A DUTCHESS AVENUE, DONGAN HILLS-COLONY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10085106, 40.59524408]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A DUTCHESS AVENUE, DONGAN HILLS-COLONY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10085106, 40.59524408]} },
{type: 'Feature',properties:{Name: '5', Address: '1491 RICHMOND ROAD, DONGAN HILLS-COLONY', Month: '8', Price: '3000'}, geometry: { type: 'Point', coordinates:[-74.10056706, 40.59315828]} },
{type: 'Feature',properties:{Name: '5', Address: '118 LESLIE AVENUE, DONGAN HILLS-OLD TOWN', Month: '8', Price: '2400'}, geometry: { type: 'Point', coordinates:[-74.08513905, 40.59953045]} },
{type: 'Feature',properties:{Name: '5', Address: '78 KERMIT AVENUE, DONGAN HILLS-OLD TOWN', Month: '11', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.08379629, 40.59699798]} },
{type: 'Feature',properties:{Name: '5', Address: '80 KERMIT AVENUE, DONGAN HILLS-OLD TOWN', Month: '7', Price: '1800'}, geometry: { type: 'Point', coordinates:[-74.08384668, 40.59697873]} },
{type: 'Feature',properties:{Name: '5', Address: '26 MC CORMICK PLACE, DONGAN HILLS-OLD TOWN', Month: '8', Price: '1188'}, geometry: { type: 'Point', coordinates:[-74.08335265, 40.59641366]} },
{type: 'Feature',properties:{Name: '5', Address: '18 MC CORMICK PLACE, DONGAN HILLS-OLD TOWN', Month: '6', Price: '3738'}, geometry: { type: 'Point', coordinates:[-74.08322668, 40.59646042]} },
{type: 'Feature',properties:{Name: '5', Address: '199 OLD TOWN ROAD, DONGAN HILLS-OLD TOWN', Month: '1', Price: '1976'}, geometry: { type: 'Point', coordinates:[-74.0865532, 40.59593919]} },
{type: 'Feature',properties:{Name: '5', Address: '421 OAKDALE STREET, ELTINGVILLE', Month: '1', Price: '1056'}, geometry: { type: 'Point', coordinates:[-74.16453709, 40.54065037]} },
{type: 'Feature',properties:{Name: '5', Address: '17 OGDEN STREET, ELTINGVILLE', Month: '12', Price: '2112'}, geometry: { type: 'Point', coordinates:[-74.1661132, 40.54074966]} },
{type: 'Feature',properties:{Name: '5', Address: '473 OAKDALE STREET, ELTINGVILLE', Month: '7', Price: '1908'}, geometry: { type: 'Point', coordinates:[-74.16589546, 40.5399979]} },
{type: 'Feature',properties:{Name: '5', Address: '97 LYNDALE AVENUE, ELTINGVILLE', Month: '5', Price: '1925'}, geometry: { type: 'Point', coordinates:[-74.16253224, 40.54030738]} },
{type: 'Feature',properties:{Name: '5', Address: '74 RETFORD AVENUE, ELTINGVILLE', Month: '2', Price: '988'}, geometry: { type: 'Point', coordinates:[-74.16355726, 40.54015496]} },
{type: 'Feature',properties:{Name: '5', Address: '20 ROSS LANE, ELTINGVILLE', Month: '10', Price: '882'}, geometry: { type: 'Point', coordinates:[-74.16632247, 40.53954438]} },
{type: 'Feature',properties:{Name: '5', Address: '460 OAKDALE STREET, ELTINGVILLE', Month: '4', Price: '1848'}, geometry: { type: 'Point', coordinates:[-74.16553608, 40.54016036]} },
{type: 'Feature',properties:{Name: '5', Address: '450 OAKDALE STREET, ELTINGVILLE', Month: '2', Price: '1960'}, geometry: { type: 'Point', coordinates:[-74.16537797, 40.54024019]} },
{type: 'Feature',properties:{Name: '5', Address: '450 OAKDALE STREET, ELTINGVILLE', Month: '11', Price: '1960'}, geometry: { type: 'Point', coordinates:[-74.16537797, 40.54024019]} },
{type: 'Feature',properties:{Name: '5', Address: '427 SYCAMORE STREET, ELTINGVILLE', Month: '9', Price: '960'}, geometry: { type: 'Point', coordinates:[-74.16409591, 40.53827399]} },
{type: 'Feature',properties:{Name: '5', Address: '4072 RICHMOND AVENUE, ELTINGVILLE', Month: '5', Price: '1600'}, geometry: { type: 'Point', coordinates:[-74.1604466, 40.53927003]} },
{type: 'Feature',properties:{Name: '5', Address: '4084 RICHMOND AVENUE, ELTINGVILLE', Month: '5', Price: '1128'}, geometry: { type: 'Point', coordinates:[-74.16024822, 40.53905896]} },
{type: 'Feature',properties:{Name: '5', Address: '150 LYNDALE AVENUE, ELTINGVILLE', Month: '12', Price: '1248'}, geometry: { type: 'Point', coordinates:[-74.16124436, 40.5388764]} },
{type: 'Feature',properties:{Name: '5', Address: '188 LYNDALE AVENUE, ELTINGVILLE', Month: '3', Price: '1000'}, geometry: { type: 'Point', coordinates:[-74.16060948, 40.53818011]} },
{type: 'Feature',properties:{Name: '5', Address: '241 RETFORD AVENUE, ELTINGVILLE', Month: '11', Price: '2333'}, geometry: { type: 'Point', coordinates:[-74.1601304, 40.53643233]} },
{type: 'Feature',properties:{Name: '5', Address: '219 RETFORD AVENUE, ELTINGVILLE', Month: '8', Price: '3400'}, geometry: { type: 'Point', coordinates:[-74.16041176, 40.53674485]} },
{type: 'Feature',properties:{Name: '5', Address: '242 RETFORD AVENUE, ELTINGVILLE', Month: '10', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.16012673, 40.53640214]} },
{type: 'Feature',properties:{Name: '5', Address: '242 RETFORD AVENUE, ELTINGVILLE', Month: '1', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.16012673, 40.53640214]} },
{type: 'Feature',properties:{Name: '5', Address: '241 PRESTON AVENUE, ELTINGVILLE', Month: '9', Price: '1000'}, geometry: { type: 'Point', coordinates:[-74.16103628, 40.53613188]} },
{type: 'Feature',properties:{Name: '5', Address: '4262 RICHMOND AVENUE, ELTINGVILLE', Month: '6', Price: '1063'}, geometry: { type: 'Point', coordinates:[-74.1555764, 40.53514578]} },
{type: 'Feature',properties:{Name: '5', Address: '4280 RICHMOND AVENUE, ELTINGVILLE', Month: '11', Price: '1000'}, geometry: { type: 'Point', coordinates:[-74.15521618, 40.5349459]} },
{type: 'Feature',properties:{Name: '5', Address: '4294 RICHMOND AVENUE, ELTINGVILLE', Month: '7', Price: '1947'}, geometry: { type: 'Point', coordinates:[-74.15493521, 40.53479257]} },
{type: 'Feature',properties:{Name: '5', Address: '301 LYNDALE AVENUE, ELTINGVILLE', Month: '2', Price: '1340'}, geometry: { type: 'Point', coordinates:[-74.15781866, 40.53555993]} },
{type: 'Feature',properties:{Name: '5', Address: '398 KING STREET, ELTINGVILLE', Month: '7', Price: '1060'}, geometry: { type: 'Point', coordinates:[-74.15693806, 40.53437263]} },
{type: 'Feature',properties:{Name: '5', Address: '326 LYNDALE AVENUE, ELTINGVILLE', Month: '6', Price: '950'}, geometry: { type: 'Point', coordinates:[-74.15727827, 40.53524228]} },
{type: 'Feature',properties:{Name: '5', Address: '291 RETFORD AVENUE, ELTINGVILLE', Month: '9', Price: '1000'}, geometry: { type: 'Point', coordinates:[-74.15891182, 40.53534708]} },
{type: 'Feature',properties:{Name: '5', Address: '301 RETFORD AVENUE, ELTINGVILLE', Month: '4', Price: '1000'}, geometry: { type: 'Point', coordinates:[-74.15867767, 40.53521839]} },
{type: 'Feature',properties:{Name: '5', Address: '302 RETFORD AVENUE, ELTINGVILLE', Month: '1', Price: '928'}, geometry: { type: 'Point', coordinates:[-74.15853353, 40.53511703]} },
{type: 'Feature',properties:{Name: '5', Address: '422 PRESTON AVENUE, ELTINGVILLE', Month: '3', Price: '1184'}, geometry: { type: 'Point', coordinates:[-74.15617932, 40.53297656]} },
{type: 'Feature',properties:{Name: '5', Address: '418 PRESTON AVENUE, ELTINGVILLE', Month: '2', Price: '1184'}, geometry: { type: 'Point', coordinates:[-74.15627657, 40.53302858]} },
{type: 'Feature',properties:{Name: '5', Address: '418 PRESTON AVENUE, ELTINGVILLE', Month: '6', Price: '1184'}, geometry: { type: 'Point', coordinates:[-74.15627657, 40.53302858]} },
{type: 'Feature',properties:{Name: '5', Address: '418 PRESTON AVENUE, ELTINGVILLE', Month: '7', Price: '1184'}, geometry: { type: 'Point', coordinates:[-74.15627657, 40.53302858]} },
{type: 'Feature',properties:{Name: '5', Address: '318 PRESTON AVENUE, ELTINGVILLE', Month: '3', Price: '1000'}, geometry: { type: 'Point', coordinates:[-74.15894942, 40.53451809]} },
{type: 'Feature',properties:{Name: '5', Address: '121 HALES AVENUE, ELTINGVILLE', Month: '6', Price: '1240'}, geometry: { type: 'Point', coordinates:[-74.15952376, 40.53398754]} },
{type: 'Feature',properties:{Name: '5', Address: '153 HALES AVENUE, ELTINGVILLE', Month: '9', Price: '1803'}, geometry: { type: 'Point', coordinates:[-74.1585908, 40.5334783]} },
{type: 'Feature',properties:{Name: '5', Address: '535 OAKDALE STREET, ELTINGVILLE', Month: '10', Price: '3311'}, geometry: { type: 'Point', coordinates:[-74.16777857, 40.53914152]} },
{type: 'Feature',properties:{Name: '5', Address: '104 WOODS OF ARDEN ROAD, ELTINGVILLE', Month: '3', Price: '1100'}, geometry: { type: 'Point', coordinates:[-74.16551662, 40.5381155]} },
{type: 'Feature',properties:{Name: '5', Address: '57 SEEDMAN AVENUE, ELTINGVILLE', Month: '9', Price: '1925'}, geometry: { type: 'Point', coordinates:[-74.16678112, 40.53879438]} },
{type: 'Feature',properties:{Name: '5', Address: '74 SEIDMAN AVENUE, ELTINGVILLE', Month: '10', Price: '1925'}, geometry: { type: 'Point', coordinates:[-74.16683047, 40.53838808]} },
{type: 'Feature',properties:{Name: '5', Address: '1383 ARDEN AVENUE, ELTINGVILLE', Month: '8', Price: '1612'}, geometry: { type: 'Point', coordinates:[-74.16727074, 40.53748988]} },
{type: 'Feature',properties:{Name: '5', Address: '131 SEIDMAN AVENUE, ELTINGVILLE', Month: '8', Price: '1196'}, geometry: { type: 'Point', coordinates:[-74.16561758, 40.53675392]} },
{type: 'Feature',properties:{Name: '5', Address: '144 SEIDMAN AVENUE, ELTINGVILLE', Month: '4', Price: '1150'}, geometry: { type: 'Point', coordinates:[-74.16552725, 40.5365976]} },
{type: 'Feature',properties:{Name: '5', Address: '156 SEIDMAN AVENUE, ELTINGVILLE', Month: '7', Price: '1150'}, geometry: { type: 'Point', coordinates:[-74.16535759, 40.53636453]} },
{type: 'Feature',properties:{Name: '5', Address: '241 WOODS OF ARDEN ROAD, ELTINGVILLE', Month: '3', Price: '2112'}, geometry: { type: 'Point', coordinates:[-74.16311976, 40.53484985]} },
{type: 'Feature',properties:{Name: '5', Address: '19 OBAN STREET, ELTINGVILLE', Month: '7', Price: '1056'}, geometry: { type: 'Point', coordinates:[-74.16221672, 40.53482643]} },
{type: 'Feature',properties:{Name: '5', Address: '20 OBAN STREET, ELTINGVILLE', Month: '3', Price: '1040'}, geometry: { type: 'Point', coordinates:[-74.16218434, 40.53482373]} },
{type: 'Feature',properties:{Name: '5', Address: '23 ORCHARD LANE, ELTINGVILLE', Month: '12', Price: '1182'}, geometry: { type: 'Point', coordinates:[-74.16094113, 40.53397184]} },
{type: 'Feature',properties:{Name: '5', Address: '319 WOODS OF ARDEN ROAD, ELTINGVILLE', Month: '1', Price: '1251'}, geometry: { type: 'Point', coordinates:[-74.16160501, 40.5332847]} },
{type: 'Feature',properties:{Name: '5', Address: '218 WOODS OF ARDEN ROAD, ELTINGVILLE', Month: '10', Price: '1100'}, geometry: { type: 'Point', coordinates:[-74.16361059, 40.5354887]} },
{type: 'Feature',properties:{Name: '5', Address: '227 SEIDMAN AVENUE, ELTINGVILLE', Month: '2', Price: '1368'}, geometry: { type: 'Point', coordinates:[-74.16396789, 40.53448633]} },
{type: 'Feature',properties:{Name: '5', Address: '15 LENZIE STREET, ELTINGVILLE', Month: '4', Price: '3194'}, geometry: { type: 'Point', coordinates:[-74.1615884, 40.53236796]} },
{type: 'Feature',properties:{Name: '5', Address: '4581 HYLAN BOULEVARD, ELTINGVILLE', Month: '4', Price: '1680'}, geometry: { type: 'Point', coordinates:[-74.15929899, 40.53024667]} },
{type: 'Feature',properties:{Name: '5', Address: '463 RETFORD AVENUE, ELTINGVILLE', Month: '7', Price: '1410'}, geometry: { type: 'Point', coordinates:[-74.15421092, 40.53271846]} },
{type: 'Feature',properties:{Name: '5', Address: '55 PROL PLACE, ELTINGVILLE', Month: '2', Price: '1500'}, geometry: { type: 'Point', coordinates:[-74.15300986, 40.53293142]} },
{type: 'Feature',properties:{Name: '5', Address: '4368 RICHMOND AVENUE, ELTINGVILLE', Month: '5', Price: '1320'}, geometry: { type: 'Point', coordinates:[-74.15252894, 40.53342887]} },
{type: 'Feature',properties:{Name: '5', Address: '35 WAKEFIELD ROAD, ELTINGVILLE', Month: '3', Price: '2276'}, geometry: { type: 'Point', coordinates:[-74.15674117, 40.53018706]} },
{type: 'Feature',properties:{Name: '5', Address: '58 BLUEBERRY LANE, ELTINGVILLE', Month: '6', Price: '1890'}, geometry: { type: 'Point', coordinates:[-74.1598794, 40.52926321]} },
{type: 'Feature',properties:{Name: '5', Address: '29 MAYBERRY PROMENADE, ELTINGVILLE', Month: '2', Price: '1260'}, geometry: { type: 'Point', coordinates:[-74.16012046, 40.52928209]} },
{type: 'Feature',properties:{Name: '5', Address: '58 MAYBERRY PROMENADE, ELTINGVILLE', Month: '8', Price: '1260'}, geometry: { type: 'Point', coordinates:[-74.15945574, 40.52960691]} },
{type: 'Feature',properties:{Name: '5', Address: '72 MAYBERRY PROMENADE, ELTINGVILLE', Month: '6', Price: '1260'}, geometry: { type: 'Point', coordinates:[-74.15912513, 40.52974735]} },
{type: 'Feature',properties:{Name: '5', Address: '77 MAYBERRY PROMENADE, ELTINGVILLE', Month: '6', Price: '1260'}, geometry: { type: 'Point', coordinates:[-74.15903524, 40.52976669]} },
{type: 'Feature',properties:{Name: '5', Address: '11 STRAWBERRY LANE, ELTINGVILLE', Month: '5', Price: '1260'}, geometry: { type: 'Point', coordinates:[-74.1582393, 40.52936705]} },
{type: 'Feature',properties:{Name: '5', Address: '173 MAYBERRY PROMENADE, ELTINGVILLE', Month: '5', Price: '1890'}, geometry: { type: 'Point', coordinates:[-74.1581476, 40.52862058]} },
{type: 'Feature',properties:{Name: '5', Address: '40 SYLVIA STREET, ELTINGVILLE', Month: '11', Price: '1240'}, geometry: { type: 'Point', coordinates:[-74.16702508, 40.54427817]} },
{type: 'Feature',properties:{Name: '5', Address: '26 BOVANIZER STREET, ELTINGVILLE', Month: '11', Price: '1750'}, geometry: { type: 'Point', coordinates:[-74.16806253, 40.5418969]} },
{type: 'Feature',properties:{Name: '5', Address: '49 BAMBERGER LANE, ELTINGVILLE', Month: '12', Price: '1750'}, geometry: { type: 'Point', coordinates:[-74.16705427, 40.54156351]} },
{type: 'Feature',properties:{Name: '5', Address: '61 BAMBERGER LANE, ELTINGVILLE', Month: '9', Price: '1750'}, geometry: { type: 'Point', coordinates:[-74.1670106, 40.5413632]} },
{type: 'Feature',properties:{Name: '5', Address: '365 MOSELY AVENUE, ELTINGVILLE', Month: '7', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.16828269, 40.54217106]} },
{type: 'Feature',properties:{Name: '5', Address: '22 VANESSA LANE, ELTINGVILLE', Month: '6', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.16978576, 40.54182849]} },
{type: 'Feature',properties:{Name: '5', Address: '1181 ARDEN AVENUE, ELTINGVILLE', Month: '2', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.17044018, 40.54167107]} },
{type: 'Feature',properties:{Name: '5', Address: '546 WILSON AVENUE, ELTINGVILLE', Month: '3', Price: '1040'}, geometry: { type: 'Point', coordinates:[-74.16931035, 40.54447794]} },
{type: 'Feature',properties:{Name: '5', Address: '89 SYLVIA STREET, ELTINGVILLE', Month: '10', Price: '940'}, geometry: { type: 'Point', coordinates:[-74.16869361, 40.54389695]} },
{type: 'Feature',properties:{Name: '5', Address: '453 WILSON AVENUE, ELTINGVILLE', Month: '5', Price: '1104'}, geometry: { type: 'Point', coordinates:[-74.16621077, 40.54526474]} },
{type: 'Feature',properties:{Name: '5', Address: '2 BAYARD STREET, ELTINGVILLE', Month: '9', Price: '1216'}, geometry: { type: 'Point', coordinates:[-74.16703476, 40.54671281]} },
{type: 'Feature',properties:{Name: '5', Address: '18 BAYARD STREET, ELTINGVILLE', Month: '6', Price: '1242'}, geometry: { type: 'Point', coordinates:[-74.16695835, 40.54637256]} },
{type: 'Feature',properties:{Name: '5', Address: '28 BAYARD STREET, ELTINGVILLE', Month: '9', Price: '1836'}, geometry: { type: 'Point', coordinates:[-74.16691104, 40.54615854]} },
{type: 'Feature',properties:{Name: '5', Address: '28 BAYARD STREET, ELTINGVILLE', Month: '1', Price: '1836'}, geometry: { type: 'Point', coordinates:[-74.16691104, 40.54615854]} },
{type: 'Feature',properties:{Name: '5', Address: '14 CHESEBROUGH STREET, ELTINGVILLE', Month: '11', Price: '2176'}, geometry: { type: 'Point', coordinates:[-74.16786863, 40.54635202]} },
{type: 'Feature',properties:{Name: '5', Address: '560 LAMOKA AVENUE, ELTINGVILLE', Month: '10', Price: '2352'}, geometry: { type: 'Point', coordinates:[-74.17008222, 40.54804781]} },
{type: 'Feature',properties:{Name: '5', Address: '3658 RICHMOND AVENUE, ELTINGVILLE', Month: '8', Price: '1596'}, geometry: { type: 'Point', coordinates:[-74.16716568, 40.54870261]} },
{type: 'Feature',properties:{Name: '5', Address: '495 LAMOKA AVENUE, ELTINGVILLE', Month: '9', Price: '1144'}, geometry: { type: 'Point', coordinates:[-74.16789524, 40.54835021]} },
{type: 'Feature',properties:{Name: '5', Address: '638 KATAN AVENUE, ELTINGVILLE', Month: '12', Price: '1368'}, geometry: { type: 'Point', coordinates:[-74.16841511, 40.55045747]} },
{type: 'Feature',properties:{Name: '5', Address: '633 KATAN AVENUE, ELTINGVILLE', Month: '1', Price: '1536'}, geometry: { type: 'Point', coordinates:[-74.16826047, 40.55049338]} },
{type: 'Feature',properties:{Name: '5', Address: '32 FIGUREA AVENUE, ELTINGVILLE', Month: '3', Price: '1512'}, geometry: { type: 'Point', coordinates:[-74.16887022, 40.55113477]} },
{type: 'Feature',properties:{Name: '5', Address: '404 WAINWRIGHT AVENUE, ELTINGVILLE', Month: '5', Price: '1848'}, geometry: { type: 'Point', coordinates:[-74.16981583, 40.55083144]} },
{type: 'Feature',properties:{Name: '5', Address: '46 AUGUSTA AVENUE, ELTINGVILLE', Month: '2', Price: '1430'}, geometry: { type: 'Point', coordinates:[-74.16950518, 40.55178161]} },
{type: 'Feature',properties:{Name: '5', Address: '32 AUGUSTA AVENUE, ELTINGVILLE', Month: '4', Price: '1430'}, geometry: { type: 'Point', coordinates:[-74.1690915, 40.55183711]} },
{type: 'Feature',properties:{Name: '5', Address: '76 AUGUSTA AVENUE, ELTINGVILLE', Month: '5', Price: '1320'}, geometry: { type: 'Point', coordinates:[-74.17082178, 40.55160948]} },
{type: 'Feature',properties:{Name: '5', Address: '100 AUGUSTA AVENUE, ELTINGVILLE', Month: '9', Price: '1540'}, geometry: { type: 'Point', coordinates:[-74.1714369, 40.55152896]} },
{type: 'Feature',properties:{Name: '5', Address: '71 AUGUSTA AVENUE, ELTINGVILLE', Month: '5', Price: '1144'}, geometry: { type: 'Point', coordinates:[-74.17062757, 40.55165094]} },
{type: 'Feature',properties:{Name: '5', Address: '365 GENESEE AVENUE, ELTINGVILLE', Month: '7', Price: '1812'}, geometry: { type: 'Point', coordinates:[-74.16922291, 40.55257253]} },
{type: 'Feature',properties:{Name: '5', Address: '32 SCRANTON AVENUE, ELTINGVILLE', Month: '6', Price: '1648'}, geometry: { type: 'Point', coordinates:[-74.16931467, 40.5532833]} },
{type: 'Feature',properties:{Name: '5', Address: '324 WAINWRIGHT AVENUE, ELTINGVILLE', Month: '12', Price: '2058'}, geometry: { type: 'Point', coordinates:[-74.17027454, 40.55291408]} },
{type: 'Feature',properties:{Name: '5', Address: '112 SCRANTON AVENUE, ELTINGVILLE', Month: '9', Price: '1064'}, geometry: { type: 'Point', coordinates:[-74.17214217, 40.55291404]} },
{type: 'Feature',properties:{Name: '5', Address: '3452 RICHMOND AVENUE, ELTINGVILLE', Month: '10', Price: '2048'}, geometry: { type: 'Point', coordinates:[-74.16841764, 40.55431667]} },
{type: 'Feature',properties:{Name: '5', Address: '696 LEVERETT AVENUE, ELTINGVILLE', Month: '6', Price: '2632'}, geometry: { type: 'Point', coordinates:[-74.1700774, 40.55463262]} },
{type: 'Feature',properties:{Name: '5', Address: '247 WAINWRIGHT AVENUE, ELTINGVILLE', Month: '12', Price: '1920'}, geometry: { type: 'Point', coordinates:[-74.17070072, 40.55493363]} },
{type: 'Feature',properties:{Name: '5', Address: '4 PERKIOMEN AVENUE, ELTINGVILLE', Month: '2', Price: '1764'}, geometry: { type: 'Point', coordinates:[-74.16921774, 40.55621491]} },
{type: 'Feature',properties:{Name: '5', Address: '29 READING AVENUE, ELTINGVILLE', Month: '7', Price: '1040'}, geometry: { type: 'Point', coordinates:[-74.16983112, 40.55542898]} },
{type: 'Feature',properties:{Name: '5', Address: '46 PERKIOMEN AVENUE, ELTINGVILLE', Month: '12', Price: '1560'}, geometry: { type: 'Point', coordinates:[-74.17045528, 40.55605388]} },
{type: 'Feature',properties:{Name: '5', Address: '44 MACON AVENUE, ELTINGVILLE', Month: '4', Price: '1400'}, geometry: { type: 'Point', coordinates:[-74.17058495, 40.55751118]} },
{type: 'Feature',properties:{Name: '5', Address: '36 BRANDIS AVENUE, ELTINGVILLE', Month: '5', Price: '1440'}, geometry: { type: 'Point', coordinates:[-74.17052924, 40.55824138]} },
{type: 'Feature',properties:{Name: '5', Address: '148 WAINWRIGHT AVENUE, ELTINGVILLE', Month: '9', Price: '1080'}, geometry: { type: 'Point', coordinates:[-74.17132296, 40.55761439]} },
{type: 'Feature',properties:{Name: '5', Address: '63 MACON AVENUE, ELTINGVILLE', Month: '1', Price: '1380'}, geometry: { type: 'Point', coordinates:[-74.17165708, 40.55739156]} },
{type: 'Feature',properties:{Name: '5', Address: '115 MACON AVENUE, ELTINGVILLE', Month: '11', Price: '2821'}, geometry: { type: 'Point', coordinates:[-74.17346306, 40.55716377]} },
{type: 'Feature',properties:{Name: '5', Address: '62 BRANDIS AVENUE, ELTINGVILLE', Month: '8', Price: '1380'}, geometry: { type: 'Point', coordinates:[-74.17159411, 40.55809707]} },
{type: 'Feature',properties:{Name: '5', Address: '20 BRANDIS LANE, ELTINGVILLE', Month: '5', Price: '1080'}, geometry: { type: 'Point', coordinates:[-74.17193137, 40.55769582]} },
{type: 'Feature',properties:{Name: '5', Address: '40 DRUMGOOLE ROAD EAST, ELTINGVILLE', Month: '12', Price: '1680'}, geometry: { type: 'Point', coordinates:[-74.17096645, 40.55892694]} },
{type: 'Feature',properties:{Name: '5', Address: '28 DRUMGOOLE ROAD EAST, ELTINGVILLE', Month: '8', Price: '1680'}, geometry: { type: 'Point', coordinates:[-74.17062467, 40.55897136]} },
{type: 'Feature',properties:{Name: '5', Address: '28 DRUMGOOLE ROAD EAST, ELTINGVILLE', Month: '2', Price: '1680'}, geometry: { type: 'Point', coordinates:[-74.17062467, 40.55897136]} },
{type: 'Feature',properties:{Name: '5', Address: '12 KATHY COURT, ELTINGVILLE', Month: '11', Price: '736'}, geometry: { type: 'Point', coordinates:[-74.17114702, 40.5591737]} },
{type: 'Feature',properties:{Name: '5', Address: '63 BRANDIS AVENUE, ELTINGVILLE', Month: '6', Price: '1760'}, geometry: { type: 'Point', coordinates:[-74.17160135, 40.55811353]} },
{type: 'Feature',properties:{Name: '5', Address: '166 WAINWRIGHT AVENUE, ELTINGVILLE', Month: '2', Price: '1008'}, geometry: { type: 'Point', coordinates:[-74.1712247, 40.55718634]} },
{type: 'Feature',properties:{Name: '5', Address: '90 MACON AVENUE, ELTINGVILLE', Month: '5', Price: '1692'}, geometry: { type: 'Point', coordinates:[-74.17239814, 40.55728065]} },
{type: 'Feature',properties:{Name: '5', Address: '723 BARLOW AVENUE, ELTINGVILLE', Month: '9', Price: '1968'}, geometry: { type: 'Point', coordinates:[-74.17248621, 40.55654766]} },
{type: 'Feature',properties:{Name: '5', Address: '741 BARLOW AVENUE, ELTINGVILLE', Month: '3', Price: '1116'}, geometry: { type: 'Point', coordinates:[-74.17292151, 40.55649211]} },
{type: 'Feature',properties:{Name: '5', Address: '1099 ARDEN AVENUE, ELTINGVILLE', Month: '9', Price: '1280'}, geometry: { type: 'Point', coordinates:[-74.17277434, 40.54272159]} },
{type: 'Feature',properties:{Name: '5', Address: '491 POMPEY AVENUE, ELTINGVILLE', Month: '8', Price: '1280'}, geometry: { type: 'Point', coordinates:[-74.17349605, 40.54353571]} },
{type: 'Feature',properties:{Name: '5', Address: '30 RAY STREET, ELTINGVILLE', Month: '3', Price: '1280'}, geometry: { type: 'Point', coordinates:[-74.17255288, 40.543345]} },
{type: 'Feature',properties:{Name: '5', Address: '35 RAY STREET, ELTINGVILLE', Month: '7', Price: '1280'}, geometry: { type: 'Point', coordinates:[-74.17274013, 40.5434051]} },
{type: 'Feature',properties:{Name: '5', Address: '45 RAY STREET, ELTINGVILLE', Month: '11', Price: '1280'}, geometry: { type: 'Point', coordinates:[-74.17326227, 40.543569]} },
{type: 'Feature',properties:{Name: '5', Address: '630 WILSON AVENUE, ELTINGVILLE', Month: '12', Price: '1280'}, geometry: { type: 'Point', coordinates:[-74.1721427, 40.54473998]} },
{type: 'Feature',properties:{Name: '5', Address: '15 JESSICA COURT, ELTINGVILLE', Month: '7', Price: '1550'}, geometry: { type: 'Point', coordinates:[-74.17514835, 40.54384337]} },
{type: 'Feature',properties:{Name: '5', Address: '27 JESSICA COURT, ELTINGVILLE', Month: '7', Price: '1550'}, geometry: { type: 'Point', coordinates:[-74.17512713, 40.54398613]} },
{type: 'Feature',properties:{Name: '5', Address: '108 MOFFETT STREET, ELTINGVILLE', Month: '5', Price: '1500'}, geometry: { type: 'Point', coordinates:[-74.1755133, 40.54443569]} },
{type: 'Feature',properties:{Name: '5', Address: '86 MOFFETT STREET, ELTINGVILLE', Month: '4', Price: '1440'}, geometry: { type: 'Point', coordinates:[-74.17520494, 40.54484239]} },
{type: 'Feature',properties:{Name: '5', Address: '422 POMPEY AVENUE, ELTINGVILLE', Month: '12', Price: '1360'}, geometry: { type: 'Point', coordinates:[-74.17268753, 40.54532655]} },
{type: 'Feature',properties:{Name: '5', Address: '432 POMPEY AVENUE, ELTINGVILLE', Month: '10', Price: '1360'}, geometry: { type: 'Point', coordinates:[-74.17274113, 40.54518374]} },
{type: 'Feature',properties:{Name: '5', Address: '14 ADLAI CIRCLE, ELTINGVILLE', Month: '8', Price: '1360'}, geometry: { type: 'Point', coordinates:[-74.17330198, 40.54500723]} },
{type: 'Feature',properties:{Name: '5', Address: '637 WILSON AVENUE, ELTINGVILLE', Month: '1', Price: '1560'}, geometry: { type: 'Point', coordinates:[-74.17233355, 40.54480008]} },
{type: 'Feature',properties:{Name: '5', Address: '102 PETRUS AVENUE, ELTINGVILLE', Month: '3', Price: '3000'}, geometry: { type: 'Point', coordinates:[-74.17006056, 40.54660407]} },
{type: 'Feature',properties:{Name: '5', Address: '18 ROCHELLE PLACE, ELTINGVILLE', Month: '2', Price: '960'}, geometry: { type: 'Point', coordinates:[-74.16958032, 40.54594328]} },
{type: 'Feature',properties:{Name: '5', Address: '547 WILSON AVENUE, ELTINGVILLE', Month: '9', Price: '1944'}, geometry: { type: 'Point', coordinates:[-74.16931039, 40.54449441]} },
{type: 'Feature',properties:{Name: '5', Address: '517 ANNADALE ROAD, ELTINGVILLE', Month: '5', Price: '1585'}, geometry: { type: 'Point', coordinates:[-74.17477189, 40.54985783]} },
{type: 'Feature',properties:{Name: '5', Address: '184 FIGUREA AVENUE, ELTINGVILLE', Month: '4', Price: '1585'}, geometry: { type: 'Point', coordinates:[-74.17453219, 40.55038795]} },
{type: 'Feature',properties:{Name: '5', Address: '769 KATAN AVENUE, ELTINGVILLE', Month: '7', Price: '1496'}, geometry: { type: 'Point', coordinates:[-74.17312746, 40.54986581]} },
{type: 'Feature',properties:{Name: '5', Address: '781 KATAN AVENUE, ELTINGVILLE', Month: '7', Price: '960'}, geometry: { type: 'Point', coordinates:[-74.17347999, 40.54982136]} },
{type: 'Feature',properties:{Name: '5', Address: '413 ANNADALE ROAD, ELTINGVILLE', Month: '9', Price: '1300'}, geometry: { type: 'Point', coordinates:[-74.17549888, 40.55264546]} },
{type: 'Feature',properties:{Name: '5', Address: '145 STROUD AVENUE, ELTINGVILLE', Month: '1', Price: '1080'}, geometry: { type: 'Point', coordinates:[-74.17365496, 40.55345798]} },
{type: 'Feature',properties:{Name: '5', Address: '55 MARNE AVENUE, ELTINGVILLE', Month: '12', Price: '1912'}, geometry: { type: 'Point', coordinates:[-74.17513371, 40.55473482]} },
{type: 'Feature',properties:{Name: '5', Address: '38 MONTEREY AVENUE, ELTINGVILLE', Month: '11', Price: '1912'}, geometry: { type: 'Point', coordinates:[-74.17459237, 40.55551791]} },
{type: 'Feature',properties:{Name: '5', Address: '26 MONTEREY AVENUE, ELTINGVILLE', Month: '9', Price: '1912'}, geometry: { type: 'Point', coordinates:[-74.1742722, 40.55555957]} },
{type: 'Feature',properties:{Name: '5', Address: '24 MONTEREY AVENUE, ELTINGVILLE', Month: '4', Price: '1912'}, geometry: { type: 'Point', coordinates:[-74.17421823, 40.55556514]} },
{type: 'Feature',properties:{Name: '5', Address: '68 READING AVENUE, ELTINGVILLE', Month: '8', Price: '1188'}, geometry: { type: 'Point', coordinates:[-74.17121969, 40.55523204]} },
{type: 'Feature',properties:{Name: '5', Address: '78 PERKIOMEN AVENUE, ELTINGVILLE', Month: '9', Price: '1344'}, geometry: { type: 'Point', coordinates:[-74.17147336, 40.55592061]} },
{type: 'Feature',properties:{Name: '5', Address: '153 CROSSFIELD AVENUE, ELTINGVILLE', Month: '7', Price: '1396'}, geometry: { type: 'Point', coordinates:[-74.17548558, 40.55854134]} },
{type: 'Feature',properties:{Name: '5', Address: '552 DRUMGOOLE ROAD WEST, ELTINGVILLE', Month: '5', Price: '840'}, geometry: { type: 'Point', coordinates:[-74.17536343, 40.55725146]} },
{type: 'Feature',properties:{Name: '5', Address: '554 DRUMGOOLE ROAD WEST, ELTINGVILLE', Month: '5', Price: '1239'}, geometry: { type: 'Point', coordinates:[-74.17538494, 40.55721849]} },
{type: 'Feature',properties:{Name: '5', Address: '556 DRUMGOOLE ROAD WEST, ELTINGVILLE', Month: '8', Price: '1278'}, geometry: { type: 'Point', coordinates:[-74.17540645, 40.55718552]} },
{type: 'Feature',properties:{Name: '5', Address: '193 ANNADALE ROAD, ELTINGVILLE', Month: '3', Price: '1584'}, geometry: { type: 'Point', coordinates:[-74.17658611, 40.5582734]} },
{type: 'Feature',properties:{Name: '5', Address: '466 DRUMGOOLE ROAD WEST, ELTINGVILLE', Month: '10', Price: '1368'}, geometry: { type: 'Point', coordinates:[-74.17421978, 40.5589193]} },
{type: 'Feature',properties:{Name: '5', Address: '472 DRUMGOOLE ROAD WEST, ELTINGVILLE', Month: '1', Price: '1368'}, geometry: { type: 'Point', coordinates:[-74.17426641, 40.55886159]} },
{type: 'Feature',properties:{Name: '5', Address: '131 CROSSFIELD AVENUE, ELTINGVILLE', Month: '8', Price: '1440'}, geometry: { type: 'Point', coordinates:[-74.17490474, 40.55936841]} },
{type: 'Feature',properties:{Name: '5', Address: '37 DORVAL AVENUE, ELTINGVILLE', Month: '8', Price: '2275'}, geometry: { type: 'Point', coordinates:[-74.17529985, 40.55907686]} },
{type: 'Feature',properties:{Name: '5', Address: '108 BERRY AVENUE, ELTINGVILLE', Month: '1', Price: '1771'}, geometry: { type: 'Point', coordinates:[-74.17650897, 40.56040624]} },
{type: 'Feature',properties:{Name: '5', Address: '104 BERRY AVENUE, ELTINGVILLE', Month: '10', Price: '2062'}, geometry: { type: 'Point', coordinates:[-74.17637586, 40.56042292]} },
{type: 'Feature',properties:{Name: '5', Address: '100 BERRY AVENUE, ELTINGVILLE', Month: '10', Price: '2062'}, geometry: { type: 'Point', coordinates:[-74.17624275, 40.56044233]} },
{type: 'Feature',properties:{Name: '5', Address: '100 BERRY AVENUE, ELTINGVILLE', Month: '12', Price: '2062'}, geometry: { type: 'Point', coordinates:[-74.17624275, 40.56044233]} },
{type: 'Feature',properties:{Name: '5', Address: '64 BERRY AVENUE, ELTINGVILLE', Month: '1', Price: '1936'}, geometry: { type: 'Point', coordinates:[-74.17447267, 40.56067011]} },
{type: 'Feature',properties:{Name: '5', Address: '34 BERRY AVENUE, ELTINGVILLE', Month: '1', Price: '1584'}, geometry: { type: 'Point', coordinates:[-74.17371354, 40.56076458]} },
{type: 'Feature',properties:{Name: '5', Address: '110 LADD AVENUE, ELTINGVILLE', Month: '2', Price: '1920'}, geometry: { type: 'Point', coordinates:[-74.17632384, 40.56116684]} },
{type: 'Feature',properties:{Name: '5', Address: '94 LADD AVENUE, ELTINGVILLE', Month: '10', Price: '1120'}, geometry: { type: 'Point', coordinates:[-74.17593528, 40.56121684]} },
{type: 'Feature',properties:{Name: '5', Address: '79 BERRY AVENUE, ELTINGVILLE', Month: '10', Price: '1920'}, geometry: { type: 'Point', coordinates:[-74.17551606, 40.56055324]} },
{type: 'Feature',properties:{Name: '5', Address: '15 CHALLENGER DRIVE, ELTINGVILLE', Month: '12', Price: '1480'}, geometry: { type: 'Point', coordinates:[-74.17260604, 40.56114229]} },
{type: 'Feature',properties:{Name: '5', Address: '90 TOKEN STREET, ELTINGVILLE', Month: '3', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.17665675, 40.56184979]} },
{type: 'Feature',properties:{Name: '5', Address: '111 LADD AVENUE, ELTINGVILLE', Month: '2', Price: '1920'}, geometry: { type: 'Point', coordinates:[-74.17635986, 40.56117776]} },
{type: 'Feature',properties:{Name: '5', Address: '9 LADD AVENUE, ELTINGVILLE', Month: '1', Price: '1204'}, geometry: { type: 'Point', coordinates:[-74.17328018, 40.5615777]} },
{type: 'Feature',properties:{Name: '5', Address: '17 ANNADALE ROAD, ELTINGVILLE', Month: '4', Price: '1920'}, geometry: { type: 'Point', coordinates:[-74.17751327, 40.56319068]} },
{type: 'Feature',properties:{Name: '5', Address: '32 NOTUS AVENUE, ELTINGVILLE', Month: '5', Price: '1940'}, geometry: { type: 'Point', coordinates:[-74.1763256, 40.55092594]} },
{type: 'Feature',properties:{Name: '5', Address: '34 SMYRNA AVENUE, ELTINGVILLE', Month: '5', Price: '2464'}, geometry: { type: 'Point', coordinates:[-74.17925748, 40.55195894]} },
{type: 'Feature',properties:{Name: '5', Address: '770 DRUMGOOLE ROAD WEST, ELTINGVILLE', Month: '3', Price: '1000'}, geometry: { type: 'Point', coordinates:[-74.17843965, 40.55159241]} },
{type: 'Feature',properties:{Name: '5', Address: '139 NOTUS AVENUE, ELTINGVILLE', Month: '6', Price: '1344'}, geometry: { type: 'Point', coordinates:[-74.17953949, 40.55111309]} },
{type: 'Feature',properties:{Name: '5', Address: '85 LUDLOW STREET, ELTINGVILLE', Month: '3', Price: '1512'}, geometry: { type: 'Point', coordinates:[-74.17965154, 40.55263904]} },
{type: 'Feature',properties:{Name: '5', Address: '53 LUDLOW STREET, ELTINGVILLE', Month: '6', Price: '1344'}, geometry: { type: 'Point', coordinates:[-74.17905801, 40.55272231]} },
{type: 'Feature',properties:{Name: '5', Address: '32 WARING AVENUE, ELTINGVILLE', Month: '2', Price: '1232'}, geometry: { type: 'Point', coordinates:[-74.18145594, 40.55453287]} },
{type: 'Feature',properties:{Name: '5', Address: '12 WARING AVENUE, ELTINGVILLE', Month: '12', Price: '1232'}, geometry: { type: 'Point', coordinates:[-74.1809703, 40.55459676]} },
{type: 'Feature',properties:{Name: '5', Address: '37 FORRESTAL AVENUE, ELTINGVILLE', Month: '8', Price: '1816'}, geometry: { type: 'Point', coordinates:[-74.17776079, 40.55747011]} },
{type: 'Feature',properties:{Name: '5', Address: '25 FORRESTAL AVENUE, ELTINGVILLE', Month: '7', Price: '1180'}, geometry: { type: 'Point', coordinates:[-74.17755571, 40.55749238]} },
{type: 'Feature',properties:{Name: '5', Address: '30 MC ARTHUR AVENUE, ELTINGVILLE', Month: '3', Price: '2094'}, geometry: { type: 'Point', coordinates:[-74.17726583, 40.5567435]} },
{type: 'Feature',properties:{Name: '5', Address: '75 FORRESTAL AVENUE, ELTINGVILLE', Month: '7', Price: '2028'}, geometry: { type: 'Point', coordinates:[-74.17824529, 40.55697254]} },
{type: 'Feature',properties:{Name: '5', Address: '67 FORRESTAL AVENUE, ELTINGVILLE', Month: '11', Price: '1576'}, geometry: { type: 'Point', coordinates:[-74.1782854, 40.55716736]} },
{type: 'Feature',properties:{Name: '5', Address: '38 WOEHRLE AVENUE, ELTINGVILLE', Month: '1', Price: '1480'}, geometry: { type: 'Point', coordinates:[-74.18094982, 40.55633701]} },
{type: 'Feature',properties:{Name: '5', Address: '54 WOEHRLE AVENUE, ELTINGVILLE', Month: '1', Price: '1368'}, geometry: { type: 'Point', coordinates:[-74.18082963, 40.55580745]} },
{type: 'Feature',properties:{Name: '5', Address: '82 WOEHRLE AVENUE, ELTINGVILLE', Month: '4', Price: '1440'}, geometry: { type: 'Point', coordinates:[-74.18068753, 40.55515989]} },
{type: 'Feature',properties:{Name: '5', Address: '61 SHOTWELL AVENUE, ELTINGVILLE', Month: '3', Price: '1564'}, geometry: { type: 'Point', coordinates:[-74.18180688, 40.55522126]} },
{type: 'Feature',properties:{Name: '5', Address: '328 WOODROW ROAD, ELTINGVILLE', Month: '2', Price: '1536'}, geometry: { type: 'Point', coordinates:[-74.18179248, 40.55654428]} },
{type: 'Feature',properties:{Name: '5', Address: '76 SHOTWELL AVENUE, ELTINGVILLE', Month: '8', Price: '1960'}, geometry: { type: 'Point', coordinates:[-74.18175189, 40.5548508]} },
{type: 'Feature',properties:{Name: '5', Address: '34 IBSEN AVENUE, ELTINGVILLE', Month: '8', Price: '1280'}, geometry: { type: 'Point', coordinates:[-74.18044048, 40.55695539]} },
{type: 'Feature',properties:{Name: '5', Address: '16 IBSEN AVENUE, ELTINGVILLE', Month: '6', Price: '1222'}, geometry: { type: 'Point', coordinates:[-74.17991883, 40.55701934]} },
{type: 'Feature',properties:{Name: '5', Address: '2 ALEXANDER AVENUE, ELTINGVILLE', Month: '1', Price: '1294'}, geometry: { type: 'Point', coordinates:[-74.18050375, 40.55773207]} },
{type: 'Feature',properties:{Name: '5', Address: '22 ALEXANDER AVENUE, ELTINGVILLE', Month: '7', Price: '2088'}, geometry: { type: 'Point', coordinates:[-74.17962213, 40.5577609]} },
{type: 'Feature',properties:{Name: '5', Address: '266 ANNADALE ROAD, ELTINGVILLE', Month: '10', Price: '1472'}, geometry: { type: 'Point', coordinates:[-74.17629782, 40.5567642]} },
{type: 'Feature',properties:{Name: '5', Address: '630 DRUMGOOLE ROAD WEST, ELTINGVILLE', Month: '2', Price: '1332'}, geometry: { type: 'Point', coordinates:[-74.17652758, 40.55518832]} },
{type: 'Feature',properties:{Name: '5', Address: '96 GOLD AVENUE, ELTINGVILLE', Month: '8', Price: '1880'}, geometry: { type: 'Point', coordinates:[-74.17929613, 40.55965808]} },
{type: 'Feature',properties:{Name: '5', Address: '92 GOLD AVENUE, ELTINGVILLE', Month: '6', Price: '1280'}, geometry: { type: 'Point', coordinates:[-74.17928512, 40.5595785]} },
{type: 'Feature',properties:{Name: '5', Address: '214 ANNADALE ROAD, ELTINGVILLE', Month: '6', Price: '966'}, geometry: { type: 'Point', coordinates:[-74.17660041, 40.55823495]} },
{type: 'Feature',properties:{Name: '5', Address: '220 ANNADALE ROAD, ELTINGVILLE', Month: '11', Price: '2088'}, geometry: { type: 'Point', coordinates:[-74.17657489, 40.55811422]} },
{type: 'Feature',properties:{Name: '5', Address: '116 FORRESTAL AVENUE, ELTINGVILLE', Month: '1', Price: '2000'}, geometry: { type: 'Point', coordinates:[-74.1782134, 40.55580879]} },
{type: 'Feature',properties:{Name: '5', Address: '162 MC ARTHUR AVENUE, ELTINGVILLE', Month: '11', Price: '1536'}, geometry: { type: 'Point', coordinates:[-74.17904407, 40.55423472]} },
{type: 'Feature',properties:{Name: '5', Address: '174 MC ARTHUR AVENUE, ELTINGVILLE', Month: '6', Price: '1536'}, geometry: { type: 'Point', coordinates:[-74.17936783, 40.55419304]} },
{type: 'Feature',properties:{Name: '5', Address: '16 FORRESTAL COURT, ELTINGVILLE', Month: '6', Price: '1120'}, geometry: { type: 'Point', coordinates:[-74.17933375, 40.55490126]} },
{type: 'Feature',properties:{Name: '5', Address: '11 LORING AVENUE, ELTINGVILLE', Month: '4', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.17974871, 40.55531782]} },
{type: 'Feature',properties:{Name: '5', Address: '28 CHERYL AVENUE, ELTINGVILLE', Month: '5', Price: '1120'}, geometry: { type: 'Point', coordinates:[-74.17830962, 40.55950042]} },
{type: 'Feature',properties:{Name: '5', Address: '87 KENMORE STREET, ELTINGVILLE', Month: '6', Price: '1326'}, geometry: { type: 'Point', coordinates:[-74.17927399, 40.56079447]} },
{type: 'Feature',properties:{Name: '5', Address: '100 ANNADALE ROAD, ELTINGVILLE', Month: '1', Price: '1720'}, geometry: { type: 'Point', coordinates:[-74.17716184, 40.56095694]} },
{type: 'Feature',properties:{Name: '5', Address: '102 ANNADALE ROAD, ELTINGVILLE', Month: '9', Price: '1720'}, geometry: { type: 'Point', coordinates:[-74.17715456, 40.56092676]} },
{type: 'Feature',properties:{Name: '5', Address: '180 ANNADALE ROAD, ELTINGVILLE', Month: '7', Price: '1628'}, geometry: { type: 'Point', coordinates:[-74.17679722, 40.55917063]} },
{type: 'Feature',properties:{Name: '5', Address: '20 DIERAUF STREET, ELTINGVILLE', Month: '9', Price: '2184'}, geometry: { type: 'Point', coordinates:[-74.17891972, 40.56155259]} },
{type: 'Feature',properties:{Name: '5', Address: '16 DIERAUF STREET, ELTINGVILLE', Month: '9', Price: '1664'}, geometry: { type: 'Point', coordinates:[-74.17885137, 40.56156093]} },
{type: 'Feature',properties:{Name: '5', Address: '60 KENMORE STREET, ELTINGVILLE', Month: '5', Price: '1536'}, geometry: { type: 'Point', coordinates:[-74.17847532, 40.5609055]} },
{type: 'Feature',properties:{Name: '5', Address: '94 KENMORE STREET, ELTINGVILLE', Month: '1', Price: '1292'}, geometry: { type: 'Point', coordinates:[-74.17927763, 40.56080819]} },
{type: 'Feature',properties:{Name: '5', Address: '96 KENMORE STREET, ELTINGVILLE', Month: '1', Price: '1292'}, geometry: { type: 'Point', coordinates:[-74.1793244, 40.56080262]} },
{type: 'Feature',properties:{Name: '5', Address: '9 DIERAUF STREET, ELTINGVILLE', Month: '1', Price: '1694'}, geometry: { type: 'Point', coordinates:[-74.17875067, 40.56158853]} },
{type: 'Feature',properties:{Name: '5', Address: '13 DIERAUF STREET, ELTINGVILLE', Month: '4', Price: '1694'}, geometry: { type: 'Point', coordinates:[-74.17881903, 40.56158294]} },
{type: 'Feature',properties:{Name: '5', Address: '179 HEFFERNAN STREET, ELTINGVILLE', Month: '12', Price: '2016'}, geometry: { type: 'Point', coordinates:[-74.17970793, 40.56290181]} },
{type: 'Feature',properties:{Name: '5', Address: '40 WOODROW ROAD, ELTINGVILLE', Month: '2', Price: '1615'}, geometry: { type: 'Point', coordinates:[-74.18117292, 40.56429112]} },
{type: 'Feature',properties:{Name: '5', Address: '1162 ARTHUR KILL ROAD, ELTINGVILLE', Month: '5', Price: '1873'}, geometry: { type: 'Point', coordinates:[-74.17999355, 40.56471842]} },
{type: 'Feature',properties:{Name: '5', Address: '28 ANNADALE ROAD, ELTINGVILLE', Month: '2', Price: '2500'}, geometry: { type: 'Point', coordinates:[-74.17752015, 40.5630699]} },
{type: 'Feature',properties:{Name: '5', Address: '80 BOYLAN STREET, ELTINGVILLE', Month: '11', Price: '1420'}, geometry: { type: 'Point', coordinates:[-74.17953357, 40.56364318]} },
{type: 'Feature',properties:{Name: '5', Address: '692 ANNADALE ROAD, ELTINGVILLE', Month: '1', Price: '1192'}, geometry: { type: 'Point', coordinates:[-74.17587544, 40.54532171]} },
{type: 'Feature',properties:{Name: '5', Address: '834 CARLTON BOULEVARD, ELTINGVILLE', Month: '8', Price: '1313'}, geometry: { type: 'Point', coordinates:[-74.17653185, 40.5459081]} },
{type: 'Feature',properties:{Name: '5', Address: '69 RATHBUN AVENUE, ELTINGVILLE', Month: '10', Price: '1480'}, geometry: { type: 'Point', coordinates:[-74.18115838, 40.54831358]} },
{type: 'Feature',properties:{Name: '5', Address: '60 RENSSELAER AVENUE, ELTINGVILLE', Month: '1', Price: '1248'}, geometry: { type: 'Point', coordinates:[-74.18082103, 40.54996924]} },
{type: 'Feature',properties:{Name: '5', Address: '70 SHELDON AVENUE, ELTINGVILLE', Month: '8', Price: '1058'}, geometry: { type: 'Point', coordinates:[-74.18168185, 40.55026707]} },
{type: 'Feature',properties:{Name: '5', Address: '497 ARDEN AVENUE, ELTINGVILLE', Month: '8', Price: '864'}, geometry: { type: 'Point', coordinates:[-74.18542081, 40.54905886]} },
{type: 'Feature',properties:{Name: '5', Address: '22 VINELAND AVENUE, ELTINGVILLE', Month: '12', Price: '1376'}, geometry: { type: 'Point', coordinates:[-74.18313083, 40.55246885]} },
{type: 'Feature',properties:{Name: '5', Address: '47 CROWN COURT, ELTINGVILLE', Month: '4', Price: '1383'}, geometry: { type: 'Point', coordinates:[-74.18611865, 40.551561]} },
{type: 'Feature',properties:{Name: '5', Address: '30 CROWN COURT, ELTINGVILLE', Month: '8', Price: '1383'}, geometry: { type: 'Point', coordinates:[-74.18577627, 40.55137217]} },
{type: 'Feature',properties:{Name: '5', Address: '60 DEBORAH LOOP, ELTINGVILLE', Month: '2', Price: '1400'}, geometry: { type: 'Point', coordinates:[-74.18503853, 40.5526497]} },
{type: 'Feature',properties:{Name: '5', Address: '68 DEBORAH LOOP, ELTINGVILLE', Month: '9', Price: '1400'}, geometry: { type: 'Point', coordinates:[-74.1849955, 40.55270466]} },
{type: 'Feature',properties:{Name: '5', Address: '92 DEBORAH LOOP, ELTINGVILLE', Month: '2', Price: '1400'}, geometry: { type: 'Point', coordinates:[-74.18469241, 40.55240871]} },
{type: 'Feature',properties:{Name: '5', Address: '29 DEBORAH LOOP, ELTINGVILLE', Month: '3', Price: '1400'}, geometry: { type: 'Point', coordinates:[-74.18546888, 40.55211925]} },
{type: 'Feature',properties:{Name: '5', Address: '105 CROWN AVENUE, ELTINGVILLE', Month: '7', Price: '1400'}, geometry: { type: 'Point', coordinates:[-74.18496753, 40.55169736]} },
{type: 'Feature',properties:{Name: '5', Address: '8 RETFORD AVENUE, ELTINGVILLE', Month: '2', Price: '2088'}, geometry: { type: 'Point', coordinates:[-74.16509047, 40.5418271]} },
{type: 'Feature',properties:{Name: '5', Address: '403 OAKDALE STREET, ELTINGVILLE', Month: '5', Price: '2184'}, geometry: { type: 'Point', coordinates:[-74.16397281, 40.54088998]} },
{type: 'Feature',properties:{Name: '5', Address: '4370 RICHMOND AVENUE, ELTINGVILLE', Month: '9', Price: '1832'}, geometry: { type: 'Point', coordinates:[-74.15250733, 40.53341518]} },
{type: 'Feature',properties:{Name: '5', Address: '22 BAMBERGER LANE, ELTINGVILLE', Month: '4', Price: '2496'}, geometry: { type: 'Point', coordinates:[-74.16712737, 40.54201904]} },
{type: 'Feature',properties:{Name: '5', Address: '39 STUYVESANT AVENUE, ELTINGVILLE', Month: '11', Price: '3024'}, geometry: { type: 'Point', coordinates:[-74.16997605, 40.54308534]} },
{type: 'Feature',properties:{Name: '5', Address: '1201 ARDEN AVENUE, ELTINGVILLE', Month: '8', Price: '1820'}, geometry: { type: 'Point', coordinates:[-74.16906409, 40.54100337]} },
{type: 'Feature',properties:{Name: '5', Address: '520 WAINWRIGHT AVENUE, ELTINGVILLE', Month: '2', Price: '2357'}, geometry: { type: 'Point', coordinates:[-74.16912067, 40.54772259]} },
{type: 'Feature',properties:{Name: '5', Address: '115 LAREDO AVENUE, ELTINGVILLE', Month: '1', Price: '2272'}, geometry: { type: 'Point', coordinates:[-74.17141336, 40.54936608]} },
{type: 'Feature',properties:{Name: '5', Address: '115 LAREDO AVENUE, ELTINGVILLE', Month: '4', Price: '2272'}, geometry: { type: 'Point', coordinates:[-74.17141336, 40.54936608]} },
{type: 'Feature',properties:{Name: '5', Address: '724 KATAN AVENUE, ELTINGVILLE', Month: '12', Price: '2462'}, geometry: { type: 'Point', coordinates:[-74.1712353, 40.55009098]} },
{type: 'Feature',properties:{Name: '5', Address: '24 SCRANTON AVENUE, ELTINGVILLE', Month: '4', Price: '2340'}, geometry: { type: 'Point', coordinates:[-74.16910242, 40.55330832]} },
{type: 'Feature',properties:{Name: '5', Address: '20 SCRANTON AVENUE, ELTINGVILLE', Month: '7', Price: '3510'}, geometry: { type: 'Point', coordinates:[-74.1689981, 40.5533222]} },
{type: 'Feature',properties:{Name: '5', Address: '83 STROUD AVENUE, ELTINGVILLE', Month: '3', Price: '1912'}, geometry: { type: 'Point', coordinates:[-74.17160806, 40.55371907]} },
{type: 'Feature',properties:{Name: '5', Address: '87 STROUD AVENUE, ELTINGVILLE', Month: '1', Price: '1912'}, geometry: { type: 'Point', coordinates:[-74.17170519, 40.55370794]} },
{type: 'Feature',properties:{Name: '5', Address: '99 STROUD AVENUE, ELTINGVILLE', Month: '5', Price: '2088'}, geometry: { type: 'Point', coordinates:[-74.17199298, 40.55366909]} },
{type: 'Feature',properties:{Name: '5', Address: '24 READING AVENUE, ELTINGVILLE', Month: '7', Price: '2000'}, geometry: { type: 'Point', coordinates:[-74.1696476, 40.55543475]} },
{type: 'Feature',properties:{Name: '5', Address: '50 PERKIOMEN AVENUE, ELTINGVILLE', Month: '7', Price: '2272'}, geometry: { type: 'Point', coordinates:[-74.17057399, 40.55603723]} },
{type: 'Feature',properties:{Name: '5', Address: '630 BARLOW AVENUE, ELTINGVILLE', Month: '6', Price: '2016'}, geometry: { type: 'Point', coordinates:[-74.16956857, 40.55690883]} },
{type: 'Feature',properties:{Name: '5', Address: '599 WILSON AVENUE, ELTINGVILLE', Month: '8', Price: '2350'}, geometry: { type: 'Point', coordinates:[-74.17132551, 40.54457377]} },
{type: 'Feature',properties:{Name: '5', Address: '105 PETRUS AVENUE, ELTINGVILLE', Month: '12', Price: '2740'}, geometry: { type: 'Point', coordinates:[-74.17010736, 40.54661498]} },
{type: 'Feature',properties:{Name: '5', Address: '106 PETRUS AVENUE, ELTINGVILLE', Month: '3', Price: '3000'}, geometry: { type: 'Point', coordinates:[-74.17015408, 40.5465902]} },
{type: 'Feature',properties:{Name: '5', Address: '23 ROCHELLE PLACE, ELTINGVILLE', Month: '4', Price: '1800'}, geometry: { type: 'Point', coordinates:[-74.16968828, 40.54594861]} },
{type: 'Feature',properties:{Name: '5', Address: '608 WAINWRIGHT AVENUE, ELTINGVILLE', Month: '2', Price: '1966'}, geometry: { type: 'Point', coordinates:[-74.16861838, 40.54545337]} },
{type: 'Feature',properties:{Name: '5', Address: '25 MOTT STREET, ELTINGVILLE', Month: '7', Price: '2760'}, geometry: { type: 'Point', coordinates:[-74.17388617, 40.54689203]} },
{type: 'Feature',properties:{Name: '5', Address: '7 MOTT STREET, ELTINGVILLE', Month: '2', Price: '2408'}, geometry: { type: 'Point', coordinates:[-74.17399888, 40.54733927]} },
{type: 'Feature',properties:{Name: '5', Address: '7 MOTT STREET, ELTINGVILLE', Month: '10', Price: '2408'}, geometry: { type: 'Point', coordinates:[-74.17399888, 40.54733927]} },
{type: 'Feature',properties:{Name: '5', Address: '654 LAMOKA AVENUE, ELTINGVILLE', Month: '6', Price: '2552'}, geometry: { type: 'Point', coordinates:[-74.17333767, 40.54766964]} },
{type: 'Feature',properties:{Name: '5', Address: '155 MEMPHIS AVENUE, ELTINGVILLE', Month: '4', Price: '1980'}, geometry: { type: 'Point', coordinates:[-74.17383192, 40.54816845]} },
{type: 'Feature',properties:{Name: '5', Address: '157 MEMPHIS AVENUE, ELTINGVILLE', Month: '1', Price: '1290'}, geometry: { type: 'Point', coordinates:[-74.17383907, 40.54814923]} },
{type: 'Feature',properties:{Name: '5', Address: '129 LAREDO AVENUE, ELTINGVILLE', Month: '7', Price: '2326'}, geometry: { type: 'Point', coordinates:[-74.17250331, 40.54922996]} },
{type: 'Feature',properties:{Name: '5', Address: '780 KATAN AVENUE, ELTINGVILLE', Month: '4', Price: '2488'}, geometry: { type: 'Point', coordinates:[-74.17333605, 40.54982158]} },
{type: 'Feature',properties:{Name: '5', Address: '760 KATAN AVENUE, ELTINGVILLE', Month: '8', Price: '1697'}, geometry: { type: 'Point', coordinates:[-74.17283245, 40.54988547]} },
{type: 'Feature',properties:{Name: '5', Address: '756 KATAN AVENUE, ELTINGVILLE', Month: '2', Price: '2212'}, geometry: { type: 'Point', coordinates:[-74.17273173, 40.54989935]} },
{type: 'Feature',properties:{Name: '5', Address: '138 AUGUSTA AVENUE, ELTINGVILLE', Month: '3', Price: '1836'}, geometry: { type: 'Point', coordinates:[-74.17300889, 40.55132349]} },
{type: 'Feature',properties:{Name: '5', Address: '498 GENESEE AVENUE, ELTINGVILLE', Month: '8', Price: '1768'}, geometry: { type: 'Point', coordinates:[-74.17368709, 40.55197299]} },
{type: 'Feature',properties:{Name: '5', Address: '145 AUGUSTA AVENUE, ELTINGVILLE', Month: '12', Price: '1836'}, geometry: { type: 'Point', coordinates:[-74.17319599, 40.55131497]} },
{type: 'Feature',properties:{Name: '5', Address: '67 POMPEY AVENUE, ELTINGVILLE', Month: '10', Price: '2740'}, geometry: { type: 'Point', coordinates:[-74.1731255, 40.55466375]} },
{type: 'Feature',properties:{Name: '5', Address: '61 PERKIOMEN AVENUE, ELTINGVILLE', Month: '2', Price: '1672'}, geometry: { type: 'Point', coordinates:[-74.17117841, 40.55597595]} },
{type: 'Feature',properties:{Name: '5', Address: '73 PERKIOMEN AVENUE, ELTINGVILLE', Month: '2', Price: '1872'}, geometry: { type: 'Point', coordinates:[-74.17139067, 40.55594818]} },
{type: 'Feature',properties:{Name: '5', Address: '460 DRUMGOOLE ROAD WEST, ELTINGVILLE', Month: '10', Price: '2094'}, geometry: { type: 'Point', coordinates:[-74.17417315, 40.55897702]} },
{type: 'Feature',properties:{Name: '5', Address: '54 WOLCOTT AVENUE, ELTINGVILLE', Month: '3', Price: '2450'}, geometry: { type: 'Point', coordinates:[-74.17654857, 40.54951476]} },
{type: 'Feature',properties:{Name: '5', Address: '560 GENESEE AVENUE, ELTINGVILLE', Month: '4', Price: '1900'}, geometry: { type: 'Point', coordinates:[-74.1760507, 40.55175255]} },
{type: 'Feature',properties:{Name: '5', Address: '30 TRYON AVENUE, ELTINGVILLE', Month: '12', Price: '1632'}, geometry: { type: 'Point', coordinates:[-74.18210669, 40.55299474]} },
{type: 'Feature',properties:{Name: '5', Address: '101 SHOTWELL AVENUE, ELTINGVILLE', Month: '5', Price: '2152'}, geometry: { type: 'Point', coordinates:[-74.18161725, 40.55430205]} },
{type: 'Feature',properties:{Name: '5', Address: '172 WOEHRLE AVENUE, ELTINGVILLE', Month: '7', Price: '2275'}, geometry: { type: 'Point', coordinates:[-74.18016664, 40.55282762]} },
{type: 'Feature',properties:{Name: '5', Address: '4 LUDLOW STREET, ELTINGVILLE', Month: '9', Price: '2088'}, geometry: { type: 'Point', coordinates:[-74.17855433, 40.55410922]} },
{type: 'Feature',properties:{Name: '5', Address: '100 SHOTWELL AVENUE, ELTINGVILLE', Month: '3', Price: '1960'}, geometry: { type: 'Point', coordinates:[-74.18159505, 40.55407975]} },
{type: 'Feature',properties:{Name: '5', Address: '24 VON BRAUN AVENUE, ELTINGVILLE', Month: '6', Price: '2044'}, geometry: { type: 'Point', coordinates:[-74.17998885, 40.5562946]} },
{type: 'Feature',properties:{Name: '5', Address: '21 IBSEN AVENUE, ELTINGVILLE', Month: '5', Price: '2088'}, geometry: { type: 'Point', coordinates:[-74.18006998, 40.5570191]} },
{type: 'Feature',properties:{Name: '5', Address: '260 WOODROW ROAD, ELTINGVILLE', Month: '7', Price: '2088'}, geometry: { type: 'Point', coordinates:[-74.18018574, 40.55857523]} },
{type: 'Feature',properties:{Name: '5', Address: '88 TYNAN STREET, ELTINGVILLE', Month: '12', Price: '2236'}, geometry: { type: 'Point', coordinates:[-74.18014853, 40.56212708]} },
{type: 'Feature',properties:{Name: '5', Address: '39 TYNAN STREET, ELTINGVILLE', Month: '6', Price: '1553'}, geometry: { type: 'Point', coordinates:[-74.17827048, 40.56236606]} },
{type: 'Feature',properties:{Name: '5', Address: '368 GRANTWOOD AVENUE, ELTINGVILLE', Month: '8', Price: '2750'}, geometry: { type: 'Point', coordinates:[-74.18286155, 40.55400363]} },
{type: 'Feature',properties:{Name: '5', Address: '362 GRANTWOOD AVENUE, ELTINGVILLE', Month: '8', Price: '2750'}, geometry: { type: 'Point', coordinates:[-74.18282519, 40.55386919]} },
{type: 'Feature',properties:{Name: '5', Address: '17 EVAN PLACE, ELTINGVILLE', Month: '6', Price: '2160'}, geometry: { type: 'Point', coordinates:[-74.183786, 40.55386491]} },
{type: 'Feature',properties:{Name: '5', Address: '9 VINELAND AVENUE, ELTINGVILLE', Month: '4', Price: '1728'}, geometry: { type: 'Point', coordinates:[-74.1828289, 40.55259559]} },
{type: 'Feature',properties:{Name: '5', Address: '11 VINELAND AVENUE, ELTINGVILLE', Month: '6', Price: '1728'}, geometry: { type: 'Point', coordinates:[-74.18295119, 40.55257344]} },
{type: 'Feature',properties:{Name: '5', Address: '622 ANNADALE ROAD, ELTINGVILLE', Month: '7', Price: '1440'}, geometry: { type: 'Point', coordinates:[-74.1750383, 40.54715927]} },
{type: 'Feature',properties:{Name: '5', Address: '55 IONIA AVENUE, ELTINGVILLE', Month: '9', Price: '2374'}, geometry: { type: 'Point', coordinates:[-74.17836438, 40.54766195]} },
{type: 'Feature',properties:{Name: '5', Address: '75 IONIA AVENUE, ELTINGVILLE', Month: '1', Price: '2374'}, geometry: { type: 'Point', coordinates:[-74.17855095, 40.54745854]} },
{type: 'Feature',properties:{Name: '5', Address: '165 RENSSELAER AVENUE, ELTINGVILLE', Month: '4', Price: '3384'}, geometry: { type: 'Point', coordinates:[-74.18250697, 40.54803422]} },
{type: 'Feature',properties:{Name: '5', Address: '141 RENSSELAER AVENUE, ELTINGVILLE', Month: '8', Price: '1912'}, geometry: { type: 'Point', coordinates:[-74.18223438, 40.5483558]} },
{type: 'Feature',properties:{Name: '5', Address: '4654 AMBOY ROAD, ELTINGVILLE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.16735092, 40.54077531]} },
{type: 'Feature',properties:{Name: '5', Address: '40 VILLAGE LANE, ELTINGVILLE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.16861641, 40.54324654]} },
{type: 'Feature',properties:{Name: '5', Address: '48 VILLAGE LANE, ELTINGVILLE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.16907301, 40.54310863]} },
{type: 'Feature',properties:{Name: '5', Address: '37 VILLAGE LANE, ELTINGVILLE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.1686667, 40.54321353]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A ROSS LANE, ELTINGVILLE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.16629025, 40.53960756]} },
{type: 'Feature',properties:{Name: '5', Address: 'ARDEN AVENUE, ELTINGVILLE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.16825399, 40.53934669]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A IONIA AVENUE, ELTINGVILLE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.17905766, 40.5472217]} },
{type: 'Feature',properties:{Name: '5', Address: 'SINCLAIR AVENUE, ELTINGVILLE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.18230123, 40.55043626]} },
{type: 'Feature',properties:{Name: '5', Address: '651 LEVERETT AVENUE, ELTINGVILLE', Month: '1', Price: '5440'}, geometry: { type: 'Point', coordinates:[-74.16894067, 40.55480448]} },
{type: 'Feature',properties:{Name: '5', Address: '4569 AMBOY ROAD, ELTINGVILLE', Month: '11', Price: '6941'}, geometry: { type: 'Point', coordinates:[-74.16513498, 40.54236777]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A AMBOY ROAD, ELTINGVILLE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.16553808, 40.54241934]} },
{type: 'Feature',properties:{Name: '5', Address: '248 DOUGLAS ROAD, EMERSON HILL', Month: '8', Price: '3885'}, geometry: { type: 'Point', coordinates:[-74.09590481, 40.60864567]} },
{type: 'Feature',properties:{Name: '5', Address: '15 DIANA TRAIL, EMERSON HILL', Month: '7', Price: '1400'}, geometry: { type: 'Point', coordinates:[-74.09601405, 40.60947726]} },
{type: 'Feature',properties:{Name: '5', Address: '303 DOUGLAS ROAD, EMERSON HILL', Month: '4', Price: '5095'}, geometry: { type: 'Point', coordinates:[-74.09338689, 40.60831563]} },
{type: 'Feature',properties:{Name: '5', Address: '82 DOUGLAS ROAD, EMERSON HILL', Month: '9', Price: '10638'}, geometry: { type: 'Point', coordinates:[-74.09504339, 40.60565182]} },
{type: 'Feature',properties:{Name: '5', Address: '64 NICOLE LOOP, EMERSON HILL', Month: '12', Price: '3200'}, geometry: { type: 'Point', coordinates:[-74.09822517, 40.60931345]} },
{type: 'Feature',properties:{Name: '5', Address: '50 MILDEN AVENUE, EMERSON HILL', Month: '12', Price: '1902'}, geometry: { type: 'Point', coordinates:[-74.09957969, 40.60712193]} },
{type: 'Feature',properties:{Name: '5', Address: '704 OCEAN TERRACE, EMERSON HILL', Month: '4', Price: '1272'}, geometry: { type: 'Point', coordinates:[-74.10166279, 40.60808628]} },
{type: 'Feature',properties:{Name: '5', Address: '754 OCEAN TERRACE, EMERSON HILL', Month: '4', Price: '2814'}, geometry: { type: 'Point', coordinates:[-74.10279544, 40.60924083]} },
{type: 'Feature',properties:{Name: '5', Address: '40 HEWITT AVENUE, EMERSON HILL', Month: '10', Price: '2656'}, geometry: { type: 'Point', coordinates:[-74.09979518, 40.60913368]} },
{type: 'Feature',properties:{Name: '5', Address: '40 FLAGG PLACE, GRANT CITY', Month: '3', Price: '1461'}, geometry: { type: 'Point', coordinates:[-74.10184428, 40.59012964]} },
{type: 'Feature',properties:{Name: '5', Address: '1819 RICHMOND ROAD, GRANT CITY', Month: '4', Price: '2261'}, geometry: { type: 'Point', coordinates:[-74.10485186, 40.58626774]} },
{type: 'Feature',properties:{Name: '5', Address: '360 FLAGG PLACE, GRANT CITY', Month: '10', Price: '1344'}, geometry: { type: 'Point', coordinates:[-74.10961391, 40.58336753]} },
{type: 'Feature',properties:{Name: '5', Address: '414 FLAGG PLACE, GRANT CITY', Month: '10', Price: '3010'}, geometry: { type: 'Point', coordinates:[-74.11157564, 40.58315429]} },
{type: 'Feature',properties:{Name: '5', Address: '62 SEAVIEW AVENUE, GRANT CITY', Month: '10', Price: '2250'}, geometry: { type: 'Point', coordinates:[-74.09918709, 40.59012373]} },
{type: 'Feature',properties:{Name: '5', Address: '66 SEAVIEW AVENUE, GRANT CITY', Month: '3', Price: '1088'}, geometry: { type: 'Point', coordinates:[-74.09911502, 40.59008536]} },
{type: 'Feature',properties:{Name: '5', Address: '114 SEAVIEW AVENUE, GRANT CITY', Month: '7', Price: '792'}, geometry: { type: 'Point', coordinates:[-74.09759086, 40.5893044]} },
{type: 'Feature',properties:{Name: '5', Address: '124 SEAVIEW AVENUE, GRANT CITY', Month: '8', Price: '2358'}, geometry: { type: 'Point', coordinates:[-74.09736026, 40.58918657]} },
{type: 'Feature',properties:{Name: '5', Address: '230 SEAVIEW AVENUE, GRANT CITY', Month: '1', Price: '1432'}, geometry: { type: 'Point', coordinates:[-74.0943805, 40.58764922]} },
{type: 'Feature',properties:{Name: '5', Address: '234 SEAVIEW AVENUE, GRANT CITY', Month: '12', Price: '1234'}, geometry: { type: 'Point', coordinates:[-74.09430844, 40.5876136]} },
{type: 'Feature',properties:{Name: '5', Address: '121 JEFFERSON STREET, GRANT CITY', Month: '10', Price: '2200'}, geometry: { type: 'Point', coordinates:[-74.09914576, 40.58896271]} },
{type: 'Feature',properties:{Name: '5', Address: '704 NORTH RAILROAD AVE, GRANT CITY', Month: '2', Price: '1280'}, geometry: { type: 'Point', coordinates:[-74.09810755, 40.58809076]} },
{type: 'Feature',properties:{Name: '5', Address: '67 BUEL AVENUE, GRANT CITY', Month: '1', Price: '952'}, geometry: { type: 'Point', coordinates:[-74.09933552, 40.58824341]} },
{type: 'Feature',properties:{Name: '5', Address: '42 BUEL AVENUE, GRANT CITY', Month: '10', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.10029394, 40.58871743]} },
{type: 'Feature',properties:{Name: '5', Address: '34 SEAVER AVENUE, GRANT CITY', Month: '8', Price: '1312'}, geometry: { type: 'Point', coordinates:[-74.1030412, 40.58646152]} },
{type: 'Feature',properties:{Name: '5', Address: '85 STOBE AVENUE, GRANT CITY', Month: '12', Price: '1800'}, geometry: { type: 'Point', coordinates:[-74.10245221, 40.58507043]} },
{type: 'Feature',properties:{Name: '5', Address: '21 ZOE STREET, GRANT CITY', Month: '3', Price: '1520'}, geometry: { type: 'Point', coordinates:[-74.09710589, 40.58758107]} },
{type: 'Feature',properties:{Name: '5', Address: '241 BUEL AVENUE, GRANT CITY', Month: '5', Price: '2364'}, geometry: { type: 'Point', coordinates:[-74.09449311, 40.58580737]} },
{type: 'Feature',properties:{Name: '5', Address: '155 DONGAN HILLS AVENUE, GRANT CITY', Month: '7', Price: '1020'}, geometry: { type: 'Point', coordinates:[-74.09695998, 40.58627742]} },
{type: 'Feature',properties:{Name: '5', Address: '157 DONGAN HILLS AVENUE, GRANT CITY', Month: '12', Price: '1600'}, geometry: { type: 'Point', coordinates:[-74.09691314, 40.58625275]} },
{type: 'Feature',properties:{Name: '5', Address: '191 DONGAN HILLS AVENUE, GRANT CITY', Month: '10', Price: '880'}, geometry: { type: 'Point', coordinates:[-74.09585028, 40.58571292]} },
{type: 'Feature',properties:{Name: '5', Address: '14 JEFFERSON AVENUE, GRANT CITY', Month: '8', Price: '960'}, geometry: { type: 'Point', coordinates:[-74.10467786, 40.58551308]} },
{type: 'Feature',properties:{Name: '5', Address: '18 JEFFERSON AVENUE, GRANT CITY', Month: '11', Price: '988'}, geometry: { type: 'Point', coordinates:[-74.10460577, 40.58546374]} },
{type: 'Feature',properties:{Name: '5', Address: '18 JEFFERSON AVENUE, GRANT CITY', Month: '1', Price: '988'}, geometry: { type: 'Point', coordinates:[-74.10460577, 40.58546374]} },
{type: 'Feature',properties:{Name: '5', Address: '18 JEFFERSON AVENUE, GRANT CITY', Month: '11', Price: '988'}, geometry: { type: 'Point', coordinates:[-74.10460577, 40.58546374]} },
{type: 'Feature',properties:{Name: '5', Address: '195 JEFFERSON AVENUE, GRANT CITY', Month: '6', Price: '1280'}, geometry: { type: 'Point', coordinates:[-74.099708, 40.5821112]} },
{type: 'Feature',properties:{Name: '5', Address: '184 STOBE AVENUE, GRANT CITY', Month: '7', Price: '1344'}, geometry: { type: 'Point', coordinates:[-74.09938882, 40.58293217]} },
{type: 'Feature',properties:{Name: '5', Address: '228 STOBE AVENUE, GRANT CITY', Month: '10', Price: '1825'}, geometry: { type: 'Point', coordinates:[-74.09858158, 40.58238665]} },
{type: 'Feature',properties:{Name: '5', Address: '186 JEFFERSON AVENUE, GRANT CITY', Month: '2', Price: '1056'}, geometry: { type: 'Point', coordinates:[-74.09991339, 40.58222905]} },
{type: 'Feature',properties:{Name: '5', Address: '208 JEFFERSON AVENUE, GRANT CITY', Month: '3', Price: '988'}, geometry: { type: 'Point', coordinates:[-74.09949535, 40.58194395]} },
{type: 'Feature',properties:{Name: '5', Address: '233 ADAMS AVENUE, GRANT CITY', Month: '7', Price: '1600'}, geometry: { type: 'Point', coordinates:[-74.10046913, 40.58071892]} },
{type: 'Feature',properties:{Name: '5', Address: '215 ADAMS AVENUE, GRANT CITY', Month: '2', Price: '1168'}, geometry: { type: 'Point', coordinates:[-74.10081149, 40.58095467]} },
{type: 'Feature',properties:{Name: '5', Address: '215 ADAMS AVENUE, GRANT CITY', Month: '4', Price: '1168'}, geometry: { type: 'Point', coordinates:[-74.10081149, 40.58095467]} },
{type: 'Feature',properties:{Name: '5', Address: '209 ADAMS AVENUE, GRANT CITY', Month: '2', Price: '1440'}, geometry: { type: 'Point', coordinates:[-74.1009232, 40.58103143]} },
{type: 'Feature',properties:{Name: '5', Address: '266 HUSSON STREET, GRANT CITY', Month: '7', Price: '1344'}, geometry: { type: 'Point', coordinates:[-74.10140712, 40.58202737]} },
{type: 'Feature',properties:{Name: '5', Address: '64 HUNTER AVENUE, GRANT CITY', Month: '8', Price: '950'}, geometry: { type: 'Point', coordinates:[-74.1060991, 40.58270384]} },
{type: 'Feature',properties:{Name: '5', Address: '104 ADAMS AVENUE, GRANT CITY', Month: '10', Price: '1064'}, geometry: { type: 'Point', coordinates:[-74.10369095, 40.58291464]} },
{type: 'Feature',properties:{Name: '5', Address: '9 BOWDEN STREET, GRANT CITY', Month: '2', Price: '1584'}, geometry: { type: 'Point', coordinates:[-74.10358567, 40.58235206]} },
{type: 'Feature',properties:{Name: '5', Address: '12 CASCADE STREET, GRANT CITY', Month: '1', Price: '1680'}, geometry: { type: 'Point', coordinates:[-74.10310938, 40.5816553]} },
{type: 'Feature',properties:{Name: '5', Address: '138 HUNTER AVENUE, GRANT CITY', Month: '1', Price: '864'}, geometry: { type: 'Point', coordinates:[-74.10383997, 40.58150917]} },
{type: 'Feature',properties:{Name: '5', Address: '137 HAMDEN AVENUE, GRANT CITY', Month: '8', Price: '1400'}, geometry: { type: 'Point', coordinates:[-74.10451241, 40.58101724]} },
{type: 'Feature',properties:{Name: '5', Address: '175 BEDFORD AVENUE, GRANT CITY', Month: '6', Price: '1496'}, geometry: { type: 'Point', coordinates:[-74.10434533, 40.58007044]} },
{type: 'Feature',properties:{Name: '5', Address: '134 HAMDEN AVENUE, GRANT CITY', Month: '9', Price: '1472'}, geometry: { type: 'Point', coordinates:[-74.10457002, 40.58102542]} },
{type: 'Feature',properties:{Name: '5', Address: '217 HUNTER AVENUE, GRANT CITY', Month: '9', Price: '912'}, geometry: { type: 'Point', coordinates:[-74.10156653, 40.5803227]} },
{type: 'Feature',properties:{Name: '5', Address: '220 HAMDEN AVENUE, GRANT CITY', Month: '7', Price: '2433'}, geometry: { type: 'Point', coordinates:[-74.10203355, 40.57968]} },
{type: 'Feature',properties:{Name: '5', Address: '29 LINCOLN AVENUE, GRANT CITY', Month: '9', Price: '1056'}, geometry: { type: 'Point', coordinates:[-74.11129448, 40.5807858]} },
{type: 'Feature',properties:{Name: '5', Address: '68 LISBON PLACE, GRANT CITY', Month: '4', Price: '1012'}, geometry: { type: 'Point', coordinates:[-74.10958412, 40.5805706]} },
{type: 'Feature',properties:{Name: '5', Address: '117 MIDLAND AVENUE, GRANT CITY', Month: '5', Price: '1040'}, geometry: { type: 'Point', coordinates:[-74.10657034, 40.58021112]} },
{type: 'Feature',properties:{Name: '5', Address: '147 COLFAX AVENUE, GRANT CITY', Month: '7', Price: '1340'}, geometry: { type: 'Point', coordinates:[-74.10689673, 40.57945325]} },
{type: 'Feature',properties:{Name: '5', Address: '38 EDISON STREET, GRANT CITY', Month: '9', Price: '1050'}, geometry: { type: 'Point', coordinates:[-74.10602935, 40.57958581]} },
{type: 'Feature',properties:{Name: '5', Address: '34 EDISON STREET, GRANT CITY', Month: '4', Price: '1050'}, geometry: { type: 'Point', coordinates:[-74.10596825, 40.57964625]} },
{type: 'Feature',properties:{Name: '5', Address: '39 GRANT PLACE, GRANT CITY', Month: '6', Price: '1646'}, geometry: { type: 'Point', coordinates:[-74.10432737, 40.57779226]} },
{type: 'Feature',properties:{Name: '5', Address: '244 MIDLAND AVENUE, GRANT CITY', Month: '3', Price: '1440'}, geometry: { type: 'Point', coordinates:[-74.10329522, 40.57844646]} },
{type: 'Feature',properties:{Name: '5', Address: '2140 RICHMOND ROAD, GRANT CITY', Month: '6', Price: '1450'}, geometry: { type: 'Point', coordinates:[-74.11246502, 40.5811058]} },
{type: 'Feature',properties:{Name: '5', Address: '50 LINCOLN AVENUE, GRANT CITY', Month: '11', Price: '1160'}, geometry: { type: 'Point', coordinates:[-74.11086206, 40.58053369]} },
{type: 'Feature',properties:{Name: '5', Address: '58 LINCOLN AVENUE, GRANT CITY', Month: '11', Price: '1264'}, geometry: { type: 'Point', coordinates:[-74.11068911, 40.58044054]} },
{type: 'Feature',properties:{Name: '5', Address: '59 FREMONT AVENUE, GRANT CITY', Month: '6', Price: '2392'}, geometry: { type: 'Point', coordinates:[-74.11113809, 40.5798335]} },
{type: 'Feature',properties:{Name: '5', Address: '12 FREMONT AVENUE, GRANT CITY', Month: '5', Price: '1356'}, geometry: { type: 'Point', coordinates:[-74.11266211, 40.58056488]} },
{type: 'Feature',properties:{Name: '5', Address: '39 GREELEY AVENUE, GRANT CITY', Month: '7', Price: '1440'}, geometry: { type: 'Point', coordinates:[-74.11262115, 40.57975795]} },
{type: 'Feature',properties:{Name: '5', Address: '206 LINCOLN AVENUE, GRANT CITY', Month: '3', Price: '1251'}, geometry: { type: 'Point', coordinates:[-74.10606638, 40.57796634]} },
{type: 'Feature',properties:{Name: '5', Address: '78 GRANT PLACE, GRANT CITY', Month: '11', Price: '1466'}, geometry: { type: 'Point', coordinates:[-74.10526534, 40.57678406]} },
{type: 'Feature',properties:{Name: '5', Address: '20 SEAVIEW AVENUE, GRANT CITY', Month: '8', Price: '1344'}, geometry: { type: 'Point', coordinates:[-74.0999618, 40.59052105]} },
{type: 'Feature',properties:{Name: '5', Address: '102 SEAVIEW AVENUE, GRANT CITY', Month: '12', Price: '1344'}, geometry: { type: 'Point', coordinates:[-74.09787191, 40.58944689]} },
{type: 'Feature',properties:{Name: '5', Address: '118 SEAVIEW AVENUE, GRANT CITY', Month: '3', Price: '2210'}, geometry: { type: 'Point', coordinates:[-74.09750078, 40.58925781]} },
{type: 'Feature',properties:{Name: '5', Address: '248 SEAVIEW AVENUE, GRANT CITY', Month: '3', Price: '1976'}, geometry: { type: 'Point', coordinates:[-74.09405983, 40.5874848]} },
{type: 'Feature',properties:{Name: '5', Address: '26 LIBERTY AVENUE, GRANT CITY', Month: '11', Price: '1552'}, geometry: { type: 'Point', coordinates:[-74.09997137, 40.58970035]} },
{type: 'Feature',properties:{Name: '5', Address: '19 BUEL AVENUE, GRANT CITY', Month: '12', Price: '2894'}, geometry: { type: 'Point', coordinates:[-74.10080563, 40.5889997]} },
{type: 'Feature',properties:{Name: '5', Address: '15 HULL AVENUE, GRANT CITY', Month: '1', Price: '2484'}, geometry: { type: 'Point', coordinates:[-74.10527109, 40.58499651]} },
{type: 'Feature',properties:{Name: '5', Address: '238 HUSSON STREET, GRANT CITY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10082105, 40.58252195]} },
{type: 'Feature',properties:{Name: '5', Address: '15 HUNTER AVENUE, GRANT CITY', Month: '2', Price: '2352'}, geometry: { type: 'Point', coordinates:[-74.10746836, 40.58345464]} },
{type: 'Feature',properties:{Name: '5', Address: '24 BARTON AVENUE, GRANT CITY', Month: '9', Price: '1680'}, geometry: { type: 'Point', coordinates:[-74.10643559, 40.58375479]} },
{type: 'Feature',properties:{Name: '5', Address: '196 HAMDEN AVENUE, GRANT CITY', Month: '1', Price: '1280'}, geometry: { type: 'Point', coordinates:[-74.10254876, 40.57995403]} },
{type: 'Feature',properties:{Name: '5', Address: '70 BEDFORD AVENUE, GRANT CITY', Month: '5', Price: '2372'}, geometry: { type: 'Point', coordinates:[-74.10743312, 40.58169526]} },
{type: 'Feature',properties:{Name: '5', Address: '218 MIDLAND AVENUE, GRANT CITY', Month: '3', Price: '3106'}, geometry: { type: 'Point', coordinates:[-74.10394734, 40.57879172]} },
{type: 'Feature',properties:{Name: '5', Address: '4 LINCOLN AVENUE, GRANT CITY', Month: '8', Price: '1450'}, geometry: { type: 'Point', coordinates:[-74.11184935, 40.58106248]} },
{type: 'Feature',properties:{Name: '5', Address: '62 LINCOLN AVENUE, GRANT CITY', Month: '6', Price: '4208'}, geometry: { type: 'Point', coordinates:[-74.11060263, 40.5803967]} },
{type: 'Feature',properties:{Name: '5', Address: '155 GREELEY AVENUE, GRANT CITY', Month: '5', Price: '2040'}, geometry: { type: 'Point', coordinates:[-74.10900363, 40.57781811]} },
{type: 'Feature',properties:{Name: '5', Address: '74 CLAWSON STREET, GRANT CITY', Month: '11', Price: '1920'}, geometry: { type: 'Point', coordinates:[-74.10596081, 40.57722808]} },
{type: 'Feature',properties:{Name: '5', Address: '42 HAMDEN AVENUE, GRANT CITY', Month: '4', Price: '2242'}, geometry: { type: 'Point', coordinates:[-74.10695165, 40.58228035]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A FLAGG PLACE, GRANT CITY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10223577, 40.58949524]} },
{type: 'Feature',properties:{Name: '5', Address: 'FLAGG PLACE, GRANT CITY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10640303, 40.58591498]} },
{type: 'Feature',properties:{Name: '5', Address: 'FLAGG PLACE, GRANT CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10640303, 40.58591498]} },
{type: 'Feature',properties:{Name: '5', Address: 'SEAVIEW AVENUE, GRANT CITY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09518365, 40.5878352]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A SEAVIEW AVENUE, GRANT CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09503593, 40.58776122]} },
{type: 'Feature',properties:{Name: '5', Address: '244 HUSSON STREET, GRANT CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10091094, 40.58244501]} },
{type: 'Feature',properties:{Name: '5', Address: '10-12 LINCOLN AVENUE, GRANT CITY', Month: '4', Price: '2750'}, geometry: { type: 'Point', coordinates:[-74.11171963, 40.58099399]} },
{type: 'Feature',properties:{Name: '5', Address: '51 VERA STREET, E, GRANT CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09712311, 40.58456452]} },
{type: 'Feature',properties:{Name: '5', Address: '79B VERA STREET, 79B, GRANT CITY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09761292, 40.58468762]} },
{type: 'Feature',properties:{Name: '5', Address: '69 VERA ST, GRANT CITY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09737844, 40.58436942]} },
{type: 'Feature',properties:{Name: '5', Address: '51 VERA STREET, B, GRANT CITY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09712311, 40.58456452]} },
{type: 'Feature',properties:{Name: '5', Address: '65 VERA STREET, 73, GRANT CITY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0973209, 40.58441339]} },
{type: 'Feature',properties:{Name: '5', Address: '79 VERA STREET, C, GRANT CITY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09751869, 40.58425951]} },
{type: 'Feature',properties:{Name: '5', Address: '35 VERA STREET, 218A, GRANT CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09690015, 40.58474038]} },
{type: 'Feature',properties:{Name: '5', Address: '75 VERA STREET, 59-A, GRANT CITY', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09746115, 40.58430348]} },
{type: 'Feature',properties:{Name: '5', Address: '92 HUSSON STREET, E, GRANT CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09750572, 40.58524491]} },
{type: 'Feature',properties:{Name: '5', Address: '218 NAUGHTON AVENUE, D, GRANT CITY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09674967, 40.58524555]} },
{type: 'Feature',properties:{Name: '5', Address: '19 VERA STREET, 19, GRANT CITY', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09667359, 40.58491624]} },
{type: 'Feature',properties:{Name: '5', Address: '17 VERA STREET, 17, GRANT CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09664482, 40.58493822]} },
{type: 'Feature',properties:{Name: '5', Address: '175 ZOE STREET, GRANT CITY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10097885, 40.58450356]} },
{type: 'Feature',properties:{Name: '5', Address: '175 ZOE STREET, GRANT CITY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10097885, 40.58450356]} },
{type: 'Feature',properties:{Name: '5', Address: '175 ZOE STREET, GRANT CITY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10097885, 40.58450356]} },
{type: 'Feature',properties:{Name: '5', Address: '100 COLFAX AVENUE, GRANT CITY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10777944, 40.57990532]} },
{type: 'Feature',properties:{Name: '5', Address: '100 COLFAX AVENUE, GRANT CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10777944, 40.57990532]} },
{type: 'Feature',properties:{Name: '5', Address: '100 COLFAX AVENUE, GRANT CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10777944, 40.57990532]} },
{type: 'Feature',properties:{Name: '5', Address: '100 COLFAX AVENUE, GRANT CITY', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10777944, 40.57990532]} },
{type: 'Feature',properties:{Name: '5', Address: '100 COLFAX AVENUE, GRANT CITY', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10777944, 40.57990532]} },
{type: 'Feature',properties:{Name: '5', Address: '100 COLFAX AVENUE, GRANT CITY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10777944, 40.57990532]} },
{type: 'Feature',properties:{Name: '5', Address: '100 COLFAX AVENUE, GRANT CITY', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10777944, 40.57990532]} },
{type: 'Feature',properties:{Name: '5', Address: '100 COLFAX AVENUE, GRANT CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10777944, 40.57990532]} },
{type: 'Feature',properties:{Name: '5', Address: '100 COLFAX AVENUE, GRANT CITY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10777944, 40.57990532]} },
{type: 'Feature',properties:{Name: '5', Address: '145 LINCOLN AVENUE, GRANT CITY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10784989, 40.57894183]} },
{type: 'Feature',properties:{Name: '5', Address: '145 LINCOLN AVENUE, GRANT CITY', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10784989, 40.57894183]} },
{type: 'Feature',properties:{Name: '5', Address: '145 LINCOLN AVENUE, GRANT CITY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10784989, 40.57894183]} },
{type: 'Feature',properties:{Name: '5', Address: '145 LINCOLN AVENUE, GRANT CITY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10784989, 40.57894183]} },
{type: 'Feature',properties:{Name: '5', Address: '145 LINCOLN AVENUE, GRANT CITY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10784989, 40.57894183]} },
{type: 'Feature',properties:{Name: '5', Address: '145 LINCOLN AVENUE, GRANT CITY', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10784989, 40.57894183]} },
{type: 'Feature',properties:{Name: '5', Address: '145 LINCOLN AVENUE, GRANT CITY', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10784989, 40.57894183]} },
{type: 'Feature',properties:{Name: '5', Address: '145 LINCOLN AVENUE, GRANT CITY', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10784989, 40.57894183]} },
{type: 'Feature',properties:{Name: '5', Address: '145 LINCOLN AVENUE, GRANT CITY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10784989, 40.57894183]} },
{type: 'Feature',properties:{Name: '5', Address: '145 LINCOLN AVENUE, GRANT CITY', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10784989, 40.57894183]} },
{type: 'Feature',properties:{Name: '5', Address: '145 LINCOLN AVENUE, GRANT CITY', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10784989, 40.57894183]} },
{type: 'Feature',properties:{Name: '5', Address: '145 LINCOLN AVENUE, GRANT CITY', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10784989, 40.57894183]} },
{type: 'Feature',properties:{Name: '5', Address: '259 LIBERTY AVENUE, GRANT CITY', Month: '1', Price: '1680'}, geometry: { type: 'Point', coordinates:[-74.093421, 40.58636544]} },
{type: 'Feature',properties:{Name: '5', Address: '1920 RICHMOND ROAD, GRANT CITY', Month: '7', Price: '3800'}, geometry: { type: 'Point', coordinates:[-74.10748011, 40.58404477]} },
{type: 'Feature',properties:{Name: '5', Address: '1995 HYLAN BOULEVARD, GRANT CITY', Month: '4', Price: '1800'}, geometry: { type: 'Point', coordinates:[-74.09826691, 40.58139056]} },
{type: 'Feature',properties:{Name: '5', Address: '103 LINCOLN AVENUE, GRANT CITY', Month: '5', Price: '1980'}, geometry: { type: 'Point', coordinates:[-74.10932715, 40.57973643]} },
{type: 'Feature',properties:{Name: '5', Address: '1143 NORTH RAILROAD AVE, GRANT CITY', Month: '9', Price: '1332'}, geometry: { type: 'Point', coordinates:[-74.10954965, 40.57931077]} },
{type: 'Feature',properties:{Name: '5', Address: '1933 CLOVE ROAD, GRASMERE', Month: '7', Price: '1396'}, geometry: { type: 'Point', coordinates:[-74.08690865, 40.60620722]} },
{type: 'Feature',properties:{Name: '5', Address: '822 ELBE AVENUE, GRASMERE', Month: '9', Price: '1000'}, geometry: { type: 'Point', coordinates:[-74.08480466, 40.6055967]} },
{type: 'Feature',properties:{Name: '5', Address: '495 WESER AVENUE, GRASMERE', Month: '11', Price: '1328'}, geometry: { type: 'Point', coordinates:[-74.085547, 40.60595572]} },
{type: 'Feature',properties:{Name: '5', Address: '31 WINDERMERE ROAD, GRASMERE', Month: '4', Price: '3123'}, geometry: { type: 'Point', coordinates:[-74.07563243, 40.60278968]} },
{type: 'Feature',properties:{Name: '5', Address: '675 WEST FINGERBOARD RD, GRASMERE', Month: '6', Price: '1125'}, geometry: { type: 'Point', coordinates:[-74.07611278, 40.60084605]} },
{type: 'Feature',properties:{Name: '5', Address: '128 WINDERMERE ROAD, GRASMERE', Month: '5', Price: '1968'}, geometry: { type: 'Point', coordinates:[-74.07933363, 40.60208177]} },
{type: 'Feature',properties:{Name: '5', Address: '711 WEST FINGERBOARD RD, GRASMERE', Month: '10', Price: '1232'}, geometry: { type: 'Point', coordinates:[-74.07774826, 40.60135]} },
{type: 'Feature',properties:{Name: '5', Address: '2137 CLOVE ROAD, GRASMERE', Month: '1', Price: '4200'}, geometry: { type: 'Point', coordinates:[-74.08266169, 40.60255153]} },
{type: 'Feature',properties:{Name: '5', Address: '119 HILLCREST TERRACE, GRASMERE', Month: '10', Price: '1160'}, geometry: { type: 'Point', coordinates:[-74.08263131, 40.60419294]} },
{type: 'Feature',properties:{Name: '5', Address: '37 LAKEVIEW TERRACE, GRASMERE', Month: '2', Price: '2220'}, geometry: { type: 'Point', coordinates:[-74.0818965, 40.60407819]} },
{type: 'Feature',properties:{Name: '5', Address: '25 LAKEVIEW TERRACE, GRASMERE', Month: '5', Price: '1256'}, geometry: { type: 'Point', coordinates:[-74.08210146, 40.60382278]} },
{type: 'Feature',properties:{Name: '5', Address: '589 BRITTON AVENUE, GRASMERE', Month: '10', Price: '1344'}, geometry: { type: 'Point', coordinates:[-74.08913733, 40.60577732]} },
{type: 'Feature',properties:{Name: '5', Address: '1938 CLOVE ROAD, GRASMERE', Month: '9', Price: '2880'}, geometry: { type: 'Point', coordinates:[-74.08694826, 40.60620719]} },
{type: 'Feature',properties:{Name: '5', Address: '866 ELBE AVENUE, GRASMERE', Month: '8', Price: '920'}, geometry: { type: 'Point', coordinates:[-74.08554201, 40.60487427]} },
{type: 'Feature',properties:{Name: '5', Address: '902 ELBE AVENUE, GRASMERE', Month: '6', Price: '1080'}, geometry: { type: 'Point', coordinates:[-74.08586932, 40.60455563]} },
{type: 'Feature',properties:{Name: '5', Address: '873 ELBE AVENUE, GRASMERE', Month: '5', Price: '1356'}, geometry: { type: 'Point', coordinates:[-74.0855132, 40.60487429]} },
{type: 'Feature',properties:{Name: '5', Address: '560 MOSEL AVENUE, GRASMERE', Month: '2', Price: '1150'}, geometry: { type: 'Point', coordinates:[-74.08528165, 40.60404004]} },
{type: 'Feature',properties:{Name: '5', Address: '39 GRASMERE AVENUE, GRASMERE', Month: '4', Price: '1600'}, geometry: { type: 'Point', coordinates:[-74.08465753, 40.60317315]} },
{type: 'Feature',properties:{Name: '5', Address: '78 SHERIDAN AVENUE, GRASMERE', Month: '7', Price: '928'}, geometry: { type: 'Point', coordinates:[-74.08322708, 40.60255936]} },
{type: 'Feature',properties:{Name: '5', Address: '835 WEST FINGERBOARD RD, GRASMERE', Month: '1', Price: '1360'}, geometry: { type: 'Point', coordinates:[-74.08311471, 40.60196931]} },
{type: 'Feature',properties:{Name: '5', Address: '529 ODER AVENUE, GRASMERE', Month: '2', Price: '1320'}, geometry: { type: 'Point', coordinates:[-74.0904576, 40.60471954]} },
{type: 'Feature',properties:{Name: '5', Address: '521 ODER AVENUE, GRASMERE', Month: '9', Price: '1120'}, geometry: { type: 'Point', coordinates:[-74.0904506, 40.60486777]} },
{type: 'Feature',properties:{Name: '5', Address: '507 ODER AVENUE, GRASMERE', Month: '8', Price: '1120'}, geometry: { type: 'Point', coordinates:[-74.09043654, 40.60512853]} },
{type: 'Feature',properties:{Name: '5', Address: '628 BRITTON AVENUE, GRASMERE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08959671, 40.60458572]} },
{type: 'Feature',properties:{Name: '5', Address: '673 BRITTON AVENUE, GRASMERE', Month: '6', Price: '1440'}, geometry: { type: 'Point', coordinates:[-74.08964187, 40.60335327]} },
{type: 'Feature',properties:{Name: '5', Address: '664 BRITTON AVENUE, GRASMERE', Month: '4', Price: '1410'}, geometry: { type: 'Point', coordinates:[-74.08965291, 40.60353167]} },
{type: 'Feature',properties:{Name: '5', Address: '633 BRITTON AVENUE, GRASMERE', Month: '8', Price: '1380'}, geometry: { type: 'Point', coordinates:[-74.08957865, 40.60454731]} },
{type: 'Feature',properties:{Name: '5', Address: '102 NORTH RAILROAD AVE, GRASMERE', Month: '4', Price: '1350'}, geometry: { type: 'Point', coordinates:[-74.0857719, 40.60161053]} },
{type: 'Feature',properties:{Name: '5', Address: '76 NORTH RAILROAD AVE, GRASMERE', Month: '1', Price: '1350'}, geometry: { type: 'Point', coordinates:[-74.0853442, 40.60225862]} },
{type: 'Feature',properties:{Name: '5', Address: '68 NORTH RAILROAD AVE, GRASMERE', Month: '4', Price: '1575'}, geometry: { type: 'Point', coordinates:[-74.08528667, 40.60232729]} },
{type: 'Feature',properties:{Name: '5', Address: '54 GARRETSON LANE, GRASMERE', Month: '7', Price: '1488'}, geometry: { type: 'Point', coordinates:[-74.08532729, 40.6031205]} },
{type: 'Feature',properties:{Name: '5', Address: '22 COBBLERS LANE, GRASMERE', Month: '8', Price: '1488'}, geometry: { type: 'Point', coordinates:[-74.08580175, 40.60241474]} },
{type: 'Feature',properties:{Name: '5', Address: '8 COBBLERS LANE, GRASMERE', Month: '7', Price: '1488'}, geometry: { type: 'Point', coordinates:[-74.08578707, 40.60220065]} },
{type: 'Feature',properties:{Name: '5', Address: '1 COLUMBUS AVENUE, GRASMERE', Month: '1', Price: '2310'}, geometry: { type: 'Point', coordinates:[-74.09263495, 40.60108369]} },
{type: 'Feature',properties:{Name: '5', Address: '74 ROME AVENUE, GRASMERE', Month: '2', Price: '1381'}, geometry: { type: 'Point', coordinates:[-74.09199486, 40.60174845]} },
{type: 'Feature',properties:{Name: '5', Address: '12 STANWICH STREET, GRASMERE', Month: '11', Price: '1560'}, geometry: { type: 'Point', coordinates:[-74.08934365, 40.60117688]} },
{type: 'Feature',properties:{Name: '5', Address: '73 COLUMBUS AVENUE, GRASMERE', Month: '6', Price: '1900'}, geometry: { type: 'Point', coordinates:[-74.09051373, 40.60096736]} },
{type: 'Feature',properties:{Name: '5', Address: '54 COLUMBUS AVENUE, GRASMERE', Month: '3', Price: '1264'}, geometry: { type: 'Point', coordinates:[-74.09085584, 40.60096709]} },
{type: 'Feature',properties:{Name: '5', Address: '10 GRASMERE COURT, GRASMERE', Month: '4', Price: '1320'}, geometry: { type: 'Point', coordinates:[-74.08427763, 40.60176535]} },
{type: 'Feature',properties:{Name: '5', Address: '21 WHITNEY AVENUE, GRASMERE', Month: '4', Price: '1454'}, geometry: { type: 'Point', coordinates:[-74.08260969, 40.60127524]} },
{type: 'Feature',properties:{Name: '5', Address: '14 WHITNEY AVENUE, GRASMERE', Month: '9', Price: '1556'}, geometry: { type: 'Point', coordinates:[-74.08229291, 40.60136879]} },
{type: 'Feature',properties:{Name: '5', Address: '2240 CLOVE ROAD, GRASMERE', Month: '10', Price: '2108'}, geometry: { type: 'Point', coordinates:[-74.08124667, 40.59979676]} },
{type: 'Feature',properties:{Name: '5', Address: '768 WEST FINGERBOARD RD, GRASMERE', Month: '6', Price: '1856'}, geometry: { type: 'Point', coordinates:[-74.07962103, 40.60150242]} },
{type: 'Feature',properties:{Name: '5', Address: '42 ALLENDALE ROAD, GRASMERE', Month: '12', Price: '1664'}, geometry: { type: 'Point', coordinates:[-74.07932787, 40.60027021]} },
{type: 'Feature',properties:{Name: '5', Address: '690 WEST FINGERBOARD RD, GRASMERE', Month: '7', Price: '1196'}, geometry: { type: 'Point', coordinates:[-74.07686221, 40.60119688]} },
{type: 'Feature',properties:{Name: '5', Address: '169 BEVERLY ROAD, GRASMERE', Month: '5', Price: '1024'}, geometry: { type: 'Point', coordinates:[-74.07856487, 40.60062756]} },
{type: 'Feature',properties:{Name: '5', Address: '136 BEVERLY ROAD, GRASMERE', Month: '2', Price: '1056'}, geometry: { type: 'Point', coordinates:[-74.07766452, 40.60055955]} },
{type: 'Feature',properties:{Name: '5', Address: '132 BEVERLY ROAD, GRASMERE', Month: '12', Price: '1800'}, geometry: { type: 'Point', coordinates:[-74.07754928, 40.60055414]} },
{type: 'Feature',properties:{Name: '5', Address: '6 NORMALEE ROAD, GRASMERE', Month: '11', Price: '2080'}, geometry: { type: 'Point', coordinates:[-74.0781815, 40.59921425]} },
{type: 'Feature',properties:{Name: '5', Address: '32 NORMALEE ROAD, GRASMERE', Month: '11', Price: '1112'}, geometry: { type: 'Point', coordinates:[-74.07898458, 40.59925762]} },
{type: 'Feature',properties:{Name: '5', Address: '1027 HYLAN BOULEVARD, GRASMERE', Month: '1', Price: '3867'}, geometry: { type: 'Point', coordinates:[-74.0770174, 40.59836964]} },
{type: 'Feature',properties:{Name: '5', Address: '1027 HYLAN BOULEVARD, GRASMERE', Month: '3', Price: '3867'}, geometry: { type: 'Point', coordinates:[-74.0770174, 40.59836964]} },
{type: 'Feature',properties:{Name: '5', Address: '1027 HYLAN BOULEVARD, GRASMERE', Month: '8', Price: '3867'}, geometry: { type: 'Point', coordinates:[-74.0770174, 40.59836964]} },
{type: 'Feature',properties:{Name: '5', Address: '2 RADCLIFF ROAD, GRASMERE', Month: '1', Price: '2412'}, geometry: { type: 'Point', coordinates:[-74.07310052, 40.59925328]} },
{type: 'Feature',properties:{Name: '5', Address: '951 HYLAN BOULEVARD, GRASMERE', Month: '11', Price: '2047'}, geometry: { type: 'Point', coordinates:[-74.07446705, 40.59759454]} },
{type: 'Feature',properties:{Name: '5', Address: '75 BRIARCLIFF ROAD, GRASMERE', Month: '10', Price: '3010'}, geometry: { type: 'Point', coordinates:[-74.07661045, 40.59833148]} },
{type: 'Feature',properties:{Name: '5', Address: '644 WEST FINGERBOARD RD, GRASMERE', Month: '3', Price: '1196'}, geometry: { type: 'Point', coordinates:[-74.07529124, 40.60041017]} },
{type: 'Feature',properties:{Name: '5', Address: '600 WEST FINGERBOARD RD, GRASMERE', Month: '12', Price: '1392'}, geometry: { type: 'Point', coordinates:[-74.07372756, 40.59967832]} },
{type: 'Feature',properties:{Name: '5', Address: '9 WINDERMERE ROAD, GRASMERE', Month: '10', Price: '2224'}, geometry: { type: 'Point', coordinates:[-74.07522938, 40.60303972]} },
{type: 'Feature',properties:{Name: '5', Address: '491 STEUBEN STREET, GRASMERE', Month: '8', Price: '2096'}, geometry: { type: 'Point', coordinates:[-74.07707665, 40.602904]} },
{type: 'Feature',properties:{Name: '5', Address: '91 RODERICK AVENUE, GRASMERE', Month: '9', Price: '1475'}, geometry: { type: 'Point', coordinates:[-74.07333262, 40.60074355]} },
{type: 'Feature',properties:{Name: '5', Address: '81 RODERICK AVENUE, GRASMERE', Month: '1', Price: '1475'}, geometry: { type: 'Point', coordinates:[-74.07338687, 40.60095487]} },
{type: 'Feature',properties:{Name: '5', Address: '599 WEST FINGERBOARD RD, GRASMERE', Month: '5', Price: '2688'}, geometry: { type: 'Point', coordinates:[-74.07330605, 40.59950567]} },
{type: 'Feature',properties:{Name: '5', Address: '97 PIEDMONT AVENUE, GRASMERE', Month: '8', Price: '1450'}, geometry: { type: 'Point', coordinates:[-74.07506549, 40.60140942]} },
{type: 'Feature',properties:{Name: '5', Address: '2022 CLOVE ROAD, GRASMERE', Month: '5', Price: '2279'}, geometry: { type: 'Point', coordinates:[-74.08473539, 40.60492976]} },
{type: 'Feature',properties:{Name: '5', Address: '78 ROME AVENUE, GRASMERE', Month: '3', Price: '1872'}, geometry: { type: 'Point', coordinates:[-74.0920957, 40.60175386]} },
{type: 'Feature',properties:{Name: '5', Address: '66 WOODLAWN AVENUE, GRASMERE', Month: '6', Price: '2173'}, geometry: { type: 'Point', coordinates:[-74.08287837, 40.60014144]} },
{type: 'Feature',properties:{Name: '5', Address: '132 RADCLIFF ROAD, GRASMERE', Month: '6', Price: '2463'}, geometry: { type: 'Point', coordinates:[-74.07668357, 40.59929486]} },
{type: 'Feature',properties:{Name: '5', Address: '132 RADCLIFF ROAD, GRASMERE', Month: '4', Price: '2463'}, geometry: { type: 'Point', coordinates:[-74.07668357, 40.59929486]} },
{type: 'Feature',properties:{Name: '5', Address: '18 ALAN LOOP, GRASMERE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08793888, 40.60365651]} },
{type: 'Feature',properties:{Name: '5', Address: '108 ALAN LOOP, GRASMERE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08902347, 40.60411681]} },
{type: 'Feature',properties:{Name: '5', Address: '136 GATEWAY DRIVE, GRASMERE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08711734, 40.60330306]} },
{type: 'Feature',properties:{Name: '5', Address: '138 GATEWAY DRIVE, GRASMERE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08708497, 40.60333328]} },
{type: 'Feature',properties:{Name: '5', Address: '37 PAMELA LANE, GRASMERE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08878762, 40.60278851]} },
{type: 'Feature',properties:{Name: '5', Address: '25 PAMELA LANE, GRASMERE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0884958, 40.60268992]} },
{type: 'Feature',properties:{Name: '5', Address: '66 GATEWAY DRIVE, GRASMERE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08837631, 40.60219869]} },
{type: 'Feature',properties:{Name: '5', Address: '70 GATEWAY DRIVE, GRASMERE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08832954, 40.60223167]} },
{type: 'Feature',properties:{Name: '5', Address: '61 STANWICH STREET, GRASMERE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08932284, 40.60176977]} },
{type: 'Feature',properties:{Name: '5', Address: '139 STONEGATE DRIVE, GRASMERE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08734004, 40.60286647]} },
{type: 'Feature',properties:{Name: '5', Address: '149 GATEWAY DRIVE, GRASMERE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0869087, 40.60348438]} },
{type: 'Feature',properties:{Name: '5', Address: '151 GATEWAY DRIVE, GRASMERE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08687633, 40.60351459]} },
{type: 'Feature',properties:{Name: '5', Address: '93 STONEGATE DRIVE, GRASMERE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08699045, 40.60265539]} },
{type: 'Feature',properties:{Name: '5', Address: '907 WEST FINGERBOARD RD, GRASMERE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08607052, 40.60139622]} },
{type: 'Feature',properties:{Name: '5', Address: '919 WEST FINGERBOARD RD, GRASMERE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0863981, 40.6012999]} },
{type: 'Feature',properties:{Name: '5', Address: '921 WEST FINGERBOARD RD, GRASMERE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0864485, 40.60128614]} },
{type: 'Feature',properties:{Name: '5', Address: '927 WEST FINGERBOARD RD, GRASMERE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08681569, 40.60119254]} },
{type: 'Feature',properties:{Name: '5', Address: '1001 WEST FINGERBOARD RD, GRASMERE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08892211, 40.60101801]} },
{type: 'Feature',properties:{Name: '5', Address: '60 STONEGATE DRIVE, GRASMERE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08684225, 40.6022328]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A WINDERMERE ROAD, GRASMERE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07963952, 40.60190864]} },
{type: 'Feature',properties:{Name: '5', Address: '808 RICHMOND ROAD, GRASMERE', Month: '10', Price: '2322'}, geometry: { type: 'Point', coordinates:[-74.09178331, 40.60765268]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A NECKAR AVENUE, GRASMERE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08717826, 40.60583097]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A SHERIDAN AVENUE, GRASMERE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08348632, 40.602518]} },
{type: 'Feature',properties:{Name: '5', Address: 'GRASMERE AVENUE, GRASMERE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08473608, 40.60263786]} },
{type: 'Feature',properties:{Name: '5', Address: '632 BRITTON AVENUE, GRASMERE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08960378, 40.60449239]} },
{type: 'Feature',properties:{Name: '5', Address: '632 BRITTON AVENUE, GRASMERE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08960378, 40.60449239]} },
{type: 'Feature',properties:{Name: '5', Address: 'RADCLIFF ROAD, GRASMERE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07310008, 40.59885254]} },
{type: 'Feature',properties:{Name: '5', Address: '21 BALTIC AVENUE, GRASMERE', Month: '4', Price: '5016'}, geometry: { type: 'Point', coordinates:[-74.09188294, 40.60677426]} },
{type: 'Feature',properties:{Name: '5', Address: '1950 CLOVE ROAD, GRASMERE', Month: '2', Price: '180495'}, geometry: { type: 'Point', coordinates:[-74.08652658, 40.60596322]} },
{type: 'Feature',properties:{Name: '5', Address: '2110A CLOVE ROAD, GRASMERE', Month: '6', Price: '2080'}, geometry: { type: 'Point', coordinates:[-74.08342958, 40.6032262]} },
{type: 'Feature',properties:{Name: '5', Address: '2050 CLOVE ROAD, GRASMERE', Month: '4', Price: '1400'}, geometry: { type: 'Point', coordinates:[-74.08418759, 40.60461726]} },
{type: 'Feature',properties:{Name: '5', Address: '11 RALPH PLACE, GRASMERE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09175822, 40.605122]} },
{type: 'Feature',properties:{Name: '5', Address: '11 RALPH PLACE, GRASMERE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09175822, 40.605122]} },
{type: 'Feature',properties:{Name: '5', Address: '11 RALPH PLACE, GRASMERE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09175822, 40.605122]} },
{type: 'Feature',properties:{Name: '5', Address: '7F REVERE LANE, GREAT KILLS', Month: '7', Price: '960'}, geometry: { type: 'Point', coordinates:[-74.15002084, 40.56999309]} },
{type: 'Feature',properties:{Name: '5', Address: '12D FRANKLIN LANE, GREAT KILLS', Month: '7', Price: '576'}, geometry: { type: 'Point', coordinates:[-74.15151294, 40.56926101]} },
{type: 'Feature',properties:{Name: '5', Address: '187A ARTHUR KILL ROAD, GREAT KILLS', Month: '4', Price: '576'}, geometry: { type: 'Point', coordinates:[-74.15063032, 40.56891907]} },
{type: 'Feature',properties:{Name: '5', Address: '17 CHESS LOOP, GREAT KILLS', Month: '6', Price: '1250'}, geometry: { type: 'Point', coordinates:[-74.14998924, 40.56874424]} },
{type: 'Feature',properties:{Name: '5', Address: '37 CHESS LOOP, GREAT KILLS', Month: '6', Price: '1250'}, geometry: { type: 'Point', coordinates:[-74.1497988, 40.56888997]} },
{type: 'Feature',properties:{Name: '5', Address: '17 KNIGHT LOOP, GREAT KILLS', Month: '1', Price: '1250'}, geometry: { type: 'Point', coordinates:[-74.15014013, 40.56861778]} },
{type: 'Feature',properties:{Name: '5', Address: '69 ILYSE COURT, GREAT KILLS', Month: '5', Price: '1025'}, geometry: { type: 'Point', coordinates:[-74.13939655, 40.56541715]} },
{type: 'Feature',properties:{Name: '5', Address: '50 LYLE COURT, GREAT KILLS', Month: '4', Price: '1600'}, geometry: { type: 'Point', coordinates:[-74.13832728, 40.56526748]} },
{type: 'Feature',properties:{Name: '5', Address: '65 CORONA AVENUE, GREAT KILLS', Month: '10', Price: '1920'}, geometry: { type: 'Point', coordinates:[-74.13783199, 40.56420309]} },
{type: 'Feature',properties:{Name: '5', Address: '87 CORONA AVENUE, GREAT KILLS', Month: '6', Price: '1920'}, geometry: { type: 'Point', coordinates:[-74.13858686, 40.56374654]} },
{type: 'Feature',properties:{Name: '5', Address: '79 DINA COURT, GREAT KILLS', Month: '7', Price: '1872'}, geometry: { type: 'Point', coordinates:[-74.13966638, 40.56364368]} },
{type: 'Feature',properties:{Name: '5', Address: '38 DINA COURT, GREAT KILLS', Month: '5', Price: '1872'}, geometry: { type: 'Point', coordinates:[-74.13979026, 40.56436816]} },
{type: 'Feature',properties:{Name: '5', Address: '10 DINA COURT, GREAT KILLS', Month: '12', Price: '1872'}, geometry: { type: 'Point', coordinates:[-74.14072716, 40.56489951]} },
{type: 'Feature',properties:{Name: '5', Address: '4 DINA COURT, GREAT KILLS', Month: '6', Price: '1872'}, geometry: { type: 'Point', coordinates:[-74.14087493, 40.56499814]} },
{type: 'Feature',properties:{Name: '5', Address: '44 BLYTHE PLACE, GREAT KILLS', Month: '7', Price: '1484'}, geometry: { type: 'Point', coordinates:[-74.1406856, 40.56396632]} },
{type: 'Feature',properties:{Name: '5', Address: '155 CORONA AVENUE, GREAT KILLS', Month: '11', Price: '1150'}, geometry: { type: 'Point', coordinates:[-74.13980483, 40.56273223]} },
{type: 'Feature',properties:{Name: '5', Address: '48 HART LOOP, GREAT KILLS', Month: '5', Price: '1150'}, geometry: { type: 'Point', coordinates:[-74.13992443, 40.56312734]} },
{type: 'Feature',properties:{Name: '5', Address: '18 ELK COURT, GREAT KILLS', Month: '2', Price: '1150'}, geometry: { type: 'Point', coordinates:[-74.14046443, 40.5631953]} },
{type: 'Feature',properties:{Name: '5', Address: '235 CORONA AVENUE, GREAT KILLS', Month: '9', Price: '1504'}, geometry: { type: 'Point', coordinates:[-74.14125303, 40.56338372]} },
{type: 'Feature',properties:{Name: '5', Address: '245 CORONA AVENUE, GREAT KILLS', Month: '11', Price: '1504'}, geometry: { type: 'Point', coordinates:[-74.14146554, 40.56346306]} },
{type: 'Feature',properties:{Name: '5', Address: '245 CORONA AVENUE, GREAT KILLS', Month: '5', Price: '1504'}, geometry: { type: 'Point', coordinates:[-74.14146554, 40.56346306]} },
{type: 'Feature',properties:{Name: '5', Address: '28 CORONA AVENUE, GREAT KILLS', Month: '3', Price: '1667'}, geometry: { type: 'Point', coordinates:[-74.13690113, 40.56484374]} },
{type: 'Feature',properties:{Name: '5', Address: '18 ATMORE PLACE, GREAT KILLS', Month: '8', Price: '1140'}, geometry: { type: 'Point', coordinates:[-74.13797181, 40.56393668]} },
{type: 'Feature',properties:{Name: '5', Address: '121 BLYTHE PLACE, GREAT KILLS', Month: '6', Price: '1140'}, geometry: { type: 'Point', coordinates:[-74.13871922, 40.56335936]} },
{type: 'Feature',properties:{Name: '5', Address: '130 CORONA AVENUE, GREAT KILLS', Month: '11', Price: '1350'}, geometry: { type: 'Point', coordinates:[-74.13905664, 40.56292802]} },
{type: 'Feature',properties:{Name: '5', Address: '139 COTTER AVENUE, GREAT KILLS', Month: '7', Price: '1875'}, geometry: { type: 'Point', coordinates:[-74.14064548, 40.56542386]} },
{type: 'Feature',properties:{Name: '5', Address: '34 CROFT COURT, GREAT KILLS', Month: '8', Price: '2112'}, geometry: { type: 'Point', coordinates:[-74.13985445, 40.56236437]} },
{type: 'Feature',properties:{Name: '5', Address: '8 CROFT COURT, GREAT KILLS', Month: '11', Price: '1068'}, geometry: { type: 'Point', coordinates:[-74.13978653, 40.56258403]} },
{type: 'Feature',properties:{Name: '5', Address: '15A FULLER COURT, GREAT KILLS', Month: '9', Price: '1250'}, geometry: { type: 'Point', coordinates:[-74.14044133, 40.56247893]} },
{type: 'Feature',properties:{Name: '5', Address: '25 FULLER COURT, GREAT KILLS', Month: '2', Price: '936'}, geometry: { type: 'Point', coordinates:[-74.1407153, 40.5626872]} },
{type: 'Feature',properties:{Name: '5', Address: '21 GARTH COURT, GREAT KILLS', Month: '8', Price: '1364'}, geometry: { type: 'Point', coordinates:[-74.14142903, 40.56321882]} },
{type: 'Feature',properties:{Name: '5', Address: '276 CORONA AVENUE, GREAT KILLS', Month: '7', Price: '1056'}, geometry: { type: 'Point', coordinates:[-74.14244118, 40.5635991]} },
{type: 'Feature',properties:{Name: '5', Address: '66 SABLE LOOP, GREAT KILLS', Month: '7', Price: '1240'}, geometry: { type: 'Point', coordinates:[-74.14431035, 40.56417317]} },
{type: 'Feature',properties:{Name: '5', Address: '56 SABLE LOOP, GREAT KILLS', Month: '4', Price: '1240'}, geometry: { type: 'Point', coordinates:[-74.1443037, 40.56442296]} },
{type: 'Feature',properties:{Name: '5', Address: '53 TANGLEWOOD DRIVE, GREAT KILLS', Month: '3', Price: '1248'}, geometry: { type: 'Point', coordinates:[-74.15122999, 40.56670048]} },
{type: 'Feature',properties:{Name: '5', Address: '119 TANGLEWOOD DRIVE, GREAT KILLS', Month: '2', Price: '1280'}, geometry: { type: 'Point', coordinates:[-74.15001448, 40.56555749]} },
{type: 'Feature',properties:{Name: '5', Address: '171 TANGLEWOOD DRIVE, GREAT KILLS', Month: '1', Price: '1386'}, geometry: { type: 'Point', coordinates:[-74.14932229, 40.56504785]} },
{type: 'Feature',properties:{Name: '5', Address: '71 IRONWOOD STREET, GREAT KILLS', Month: '6', Price: '1440'}, geometry: { type: 'Point', coordinates:[-74.14593589, 40.56194508]} },
{type: 'Feature',properties:{Name: '5', Address: '8 COUNTRY WOODS LANE, GREAT KILLS', Month: '9', Price: '1598'}, geometry: { type: 'Point', coordinates:[-74.14838482, 40.56266932]} },
{type: 'Feature',properties:{Name: '5', Address: '50 SANDALWOOD DRIVE, GREAT KILLS', Month: '4', Price: '1440'}, geometry: { type: 'Point', coordinates:[-74.14710262, 40.56224003]} },
{type: 'Feature',properties:{Name: '5', Address: '68 SANDALWOOD DRIVE, GREAT KILLS', Month: '4', Price: '1440'}, geometry: { type: 'Point', coordinates:[-74.14688622, 40.56203445]} },
{type: 'Feature',properties:{Name: '5', Address: '203 EVERGREEN STREET, GREAT KILLS', Month: '7', Price: '2044'}, geometry: { type: 'Point', coordinates:[-74.1427025, 40.55788133]} },
{type: 'Feature',properties:{Name: '5', Address: '62 DEWEY AVENUE, GREAT KILLS', Month: '6', Price: '1700'}, geometry: { type: 'Point', coordinates:[-74.14591064, 40.55697426]} },
{type: 'Feature',properties:{Name: '5', Address: '123 HOWTON AVENUE, GREAT KILLS', Month: '9', Price: '960'}, geometry: { type: 'Point', coordinates:[-74.14815415, 40.55764935]} },
{type: 'Feature',properties:{Name: '5', Address: '10 WILLOWWOOD LANE, GREAT KILLS', Month: '3', Price: '1496'}, geometry: { type: 'Point', coordinates:[-74.14439245, 40.55886186]} },
{type: 'Feature',properties:{Name: '5', Address: '139 CORBIN AVENUE, GREAT KILLS', Month: '6', Price: '1296'}, geometry: { type: 'Point', coordinates:[-74.14509133, 40.55918761]} },
{type: 'Feature',properties:{Name: '5', Address: '155 CORBIN AVENUE, GREAT KILLS', Month: '12', Price: '1152'}, geometry: { type: 'Point', coordinates:[-74.14537985, 40.55946722]} },
{type: 'Feature',properties:{Name: '5', Address: '11 IRONWOOD STREET, GREAT KILLS', Month: '6', Price: '1830'}, geometry: { type: 'Point', coordinates:[-74.14689552, 40.56135372]} },
{type: 'Feature',properties:{Name: '5', Address: '218 CORBIN AVENUE, GREAT KILLS', Month: '1', Price: '1536'}, geometry: { type: 'Point', coordinates:[-74.14696668, 40.56098034]} },
{type: 'Feature',properties:{Name: '5', Address: '279 GREAVES AVENUE, GREAT KILLS', Month: '6', Price: '1536'}, geometry: { type: 'Point', coordinates:[-74.14898386, 40.56015978]} },
{type: 'Feature',properties:{Name: '5', Address: '50 BARLOW AVENUE, GREAT KILLS', Month: '10', Price: '1080'}, geometry: { type: 'Point', coordinates:[-74.14924534, 40.56121345]} },
{type: 'Feature',properties:{Name: '5', Address: '361 CORBIN AVENUE, GREAT KILLS', Month: '4', Price: '2244'}, geometry: { type: 'Point', coordinates:[-74.15015153, 40.56408334]} },
{type: 'Feature',properties:{Name: '5', Address: '361 CORBIN AVENUE, GREAT KILLS', Month: '4', Price: '2244'}, geometry: { type: 'Point', coordinates:[-74.15015153, 40.56408334]} },
{type: 'Feature',properties:{Name: '5', Address: '357 CORBIN AVENUE, GREAT KILLS', Month: '3', Price: '2244'}, geometry: { type: 'Point', coordinates:[-74.15009743, 40.56403126]} },
{type: 'Feature',properties:{Name: '5', Address: '33 COUNTRY WOODS LANE, GREAT KILLS', Month: '5', Price: '3075'}, geometry: { type: 'Point', coordinates:[-74.14804342, 40.56290032]} },
{type: 'Feature',properties:{Name: '5', Address: '55 COUNTRY WOODS LANE, GREAT KILLS', Month: '10', Price: '2117'}, geometry: { type: 'Point', coordinates:[-74.14741443, 40.56328266]} },
{type: 'Feature',properties:{Name: '5', Address: '242 TANGLEWOOD DRIVE, GREAT KILLS', Month: '3', Price: '1925'}, geometry: { type: 'Point', coordinates:[-74.1477756, 40.56385037]} },
{type: 'Feature',properties:{Name: '5', Address: '242 TANGLEWOOD DRIVE, GREAT KILLS', Month: '7', Price: '1925'}, geometry: { type: 'Point', coordinates:[-74.1477756, 40.56385037]} },
{type: 'Feature',properties:{Name: '5', Address: '9 NUTWOOD COURT, GREAT KILLS', Month: '6', Price: '1925'}, geometry: { type: 'Point', coordinates:[-74.14819334, 40.56396237]} },
{type: 'Feature',properties:{Name: '5', Address: '31 TEAKWOOD COURT, GREAT KILLS', Month: '8', Price: '1750'}, geometry: { type: 'Point', coordinates:[-74.14898601, 40.56435111]} },
{type: 'Feature',properties:{Name: '5', Address: '184 TANGLEWOOD DRIVE, GREAT KILLS', Month: '2', Price: '1496'}, geometry: { type: 'Point', coordinates:[-74.1486987, 40.56462871]} },
{type: 'Feature',properties:{Name: '5', Address: '404 CORBIN AVENUE, GREAT KILLS', Month: '9', Price: '1380'}, geometry: { type: 'Point', coordinates:[-74.15122277, 40.56510026]} },
{type: 'Feature',properties:{Name: '5', Address: '342 ARTHUR KILL ROAD, GREAT KILLS', Month: '3', Price: '1438'}, geometry: { type: 'Point', coordinates:[-74.15388828, 40.56602172]} },
{type: 'Feature',properties:{Name: '5', Address: '534 GREAVES AVENUE, GREAT KILLS', Month: '8', Price: '1708'}, geometry: { type: 'Point', coordinates:[-74.15378611, 40.56541526]} },
{type: 'Feature',properties:{Name: '5', Address: '16 CROMER STREET, GREAT KILLS', Month: '9', Price: '1345'}, geometry: { type: 'Point', coordinates:[-74.15378495, 40.56491021]} },
{type: 'Feature',properties:{Name: '5', Address: '8 CROMER STREET, GREAT KILLS', Month: '10', Price: '1345'}, geometry: { type: 'Point', coordinates:[-74.15370945, 40.56494874]} },
{type: 'Feature',properties:{Name: '5', Address: '133 FAIRFIELD STREET, GREAT KILLS', Month: '11', Price: '946'}, geometry: { type: 'Point', coordinates:[-74.15430812, 40.56235409]} },
{type: 'Feature',properties:{Name: '5', Address: '149 HEREFORD STREET, GREAT KILLS', Month: '6', Price: '1162'}, geometry: { type: 'Point', coordinates:[-74.15375785, 40.56095772]} },
{type: 'Feature',properties:{Name: '5', Address: '115 BARLOW AVENUE, GREAT KILLS', Month: '3', Price: '2800'}, geometry: { type: 'Point', coordinates:[-74.15130162, 40.5601842]} },
{type: 'Feature',properties:{Name: '5', Address: '104 BARLOW AVENUE, GREAT KILLS', Month: '6', Price: '926'}, geometry: { type: 'Point', coordinates:[-74.15097803, 40.56032187]} },
{type: 'Feature',properties:{Name: '5', Address: '75 JUMEL STREET, GREAT KILLS', Month: '4', Price: '2480'}, geometry: { type: 'Point', coordinates:[-74.14981499, 40.56005989]} },
{type: 'Feature',properties:{Name: '5', Address: '165 BARLOW AVENUE, GREAT KILLS', Month: '12', Price: '1680'}, geometry: { type: 'Point', coordinates:[-74.15314651, 40.55959437]} },
{type: 'Feature',properties:{Name: '5', Address: '98 JUMEL STREET, GREAT KILLS', Month: '3', Price: '1540'}, geometry: { type: 'Point', coordinates:[-74.15029307, 40.559804]} },
{type: 'Feature',properties:{Name: '5', Address: '135 LEVERETT AVENUE, GREAT KILLS', Month: '10', Price: '1360'}, geometry: { type: 'Point', coordinates:[-74.15025688, 40.55811599]} },
{type: 'Feature',properties:{Name: '5', Address: '85 NAHANT STREET, GREAT KILLS', Month: '8', Price: '2112'}, geometry: { type: 'Point', coordinates:[-74.14813398, 40.55829441]} },
{type: 'Feature',properties:{Name: '5', Address: '249 GIFFORDS LANE, GREAT KILLS', Month: '2', Price: '1180'}, geometry: { type: 'Point', coordinates:[-74.15314566, 40.55765653]} },
{type: 'Feature',properties:{Name: '5', Address: '48 LINTON PLACE, GREAT KILLS', Month: '10', Price: '1920'}, geometry: { type: 'Point', coordinates:[-74.15237628, 40.55798968]} },
{type: 'Feature',properties:{Name: '5', Address: '50 LINTON PLACE, GREAT KILLS', Month: '8', Price: '2110'}, geometry: { type: 'Point', coordinates:[-74.15239078, 40.55803357]} },
{type: 'Feature',properties:{Name: '5', Address: '109 HOWTON AVENUE, GREAT KILLS', Month: '10', Price: '1846'}, geometry: { type: 'Point', coordinates:[-74.14874059, 40.55757998]} },
{type: 'Feature',properties:{Name: '5', Address: '55 GIBSON AVENUE, GREAT KILLS', Month: '12', Price: '857'}, geometry: { type: 'Point', coordinates:[-74.15041113, 40.55629597]} },
{type: 'Feature',properties:{Name: '5', Address: '49 GIBSON AVENUE, GREAT KILLS', Month: '9', Price: '1296'}, geometry: { type: 'Point', coordinates:[-74.15056578, 40.5562546]} },
{type: 'Feature',properties:{Name: '5', Address: '157 MILES AVENUE, GREAT KILLS', Month: '4', Price: '960'}, geometry: { type: 'Point', coordinates:[-74.14950676, 40.55580583]} },
{type: 'Feature',properties:{Name: '5', Address: '153 KATAN AVENUE, GREAT KILLS', Month: '6', Price: '1180'}, geometry: { type: 'Point', coordinates:[-74.15093358, 40.55339128]} },
{type: 'Feature',properties:{Name: '5', Address: '97 GIFFORDS LANE, GREAT KILLS', Month: '12', Price: '1180'}, geometry: { type: 'Point', coordinates:[-74.15133346, 40.55358563]} },
{type: 'Feature',properties:{Name: '5', Address: '28 SAMPSON AVENUE, GREAT KILLS', Month: '12', Price: '1392'}, geometry: { type: 'Point', coordinates:[-74.14992837, 40.55285186]} },
{type: 'Feature',properties:{Name: '5', Address: '28 SAMPSON AVENUE, GREAT KILLS', Month: '10', Price: '1392'}, geometry: { type: 'Point', coordinates:[-74.14992837, 40.55285186]} },
{type: 'Feature',properties:{Name: '5', Address: '20 SAMPSON AVENUE, GREAT KILLS', Month: '7', Price: '1870'}, geometry: { type: 'Point', coordinates:[-74.14987411, 40.55272567]} },
{type: 'Feature',properties:{Name: '5', Address: '64 SCHLEY AVENUE, GREAT KILLS', Month: '1', Price: '960'}, geometry: { type: 'Point', coordinates:[-74.14941508, 40.55342894]} },
{type: 'Feature',properties:{Name: '5', Address: '74 MILES AVENUE, GREAT KILLS', Month: '3', Price: '1824'}, geometry: { type: 'Point', coordinates:[-74.14855182, 40.55360573]} },
{type: 'Feature',properties:{Name: '5', Address: '3895 AMBOY ROAD, GREAT KILLS', Month: '6', Price: '876'}, geometry: { type: 'Point', coordinates:[-74.14817325, 40.55166015]} },
{type: 'Feature',properties:{Name: '5', Address: '172 DEWEY AVENUE, GREAT KILLS', Month: '12', Price: '1038'}, geometry: { type: 'Point', coordinates:[-74.14885739, 40.55508479]} },
{type: 'Feature',properties:{Name: '5', Address: '164 DEWEY AVENUE, GREAT KILLS', Month: '1', Price: '1038'}, geometry: { type: 'Point', coordinates:[-74.14865599, 40.55513995]} },
{type: 'Feature',properties:{Name: '5', Address: '86 KATAN AVENUE, GREAT KILLS', Month: '3', Price: '2576'}, geometry: { type: 'Point', coordinates:[-74.1489411, 40.55389069]} },
{type: 'Feature',properties:{Name: '5', Address: '146 DEWEY AVENUE, GREAT KILLS', Month: '6', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.14790073, 40.55534404]} },
{type: 'Feature',properties:{Name: '5', Address: '20 GREAVES AVENUE, GREAT KILLS', Month: '4', Price: '1560'}, geometry: { type: 'Point', coordinates:[-74.14560031, 40.55328837]} },
{type: 'Feature',properties:{Name: '5', Address: '40A STERN COURT, GREAT KILLS', Month: '12', Price: '1480'}, geometry: { type: 'Point', coordinates:[-74.14503833, 40.55300636]} },
{type: 'Feature',properties:{Name: '5', Address: '20 STERN COURT, GREAT KILLS', Month: '6', Price: '1426'}, geometry: { type: 'Point', coordinates:[-74.14476257, 40.55362155]} },
{type: 'Feature',properties:{Name: '5', Address: '3555 AMBOY ROAD, GREAT KILLS', Month: '3', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.13996604, 40.5555022]} },
{type: 'Feature',properties:{Name: '5', Address: '24 MEADOW LANE, GREAT KILLS', Month: '5', Price: '1816'}, geometry: { type: 'Point', coordinates:[-74.14225341, 40.55485711]} },
{type: 'Feature',properties:{Name: '5', Address: '23 CARDINAL LANE, GREAT KILLS', Month: '1', Price: '1816'}, geometry: { type: 'Point', coordinates:[-74.14159261, 40.55548923]} },
{type: 'Feature',properties:{Name: '5', Address: '123 WOODCUTTERS LANE, GREAT KILLS', Month: '12', Price: '1218'}, geometry: { type: 'Point', coordinates:[-74.14085473, 40.55712604]} },
{type: 'Feature',properties:{Name: '5', Address: '103 WOODCUTTERS LANE, GREAT KILLS', Month: '7', Price: '1244'}, geometry: { type: 'Point', coordinates:[-74.14061427, 40.5574365]} },
{type: 'Feature',properties:{Name: '5', Address: '29 WOODCUTTERS LANE, GREAT KILLS', Month: '2', Price: '1244'}, geometry: { type: 'Point', coordinates:[-74.14031021, 40.55659696]} },
{type: 'Feature',properties:{Name: '5', Address: '15 WOODCUTTERS LANE, GREAT KILLS', Month: '9', Price: '1260'}, geometry: { type: 'Point', coordinates:[-74.1404933, 40.55638539]} },
{type: 'Feature',properties:{Name: '5', Address: '91 THOLLEN STREET, GREAT KILLS', Month: '3', Price: '1232'}, geometry: { type: 'Point', coordinates:[-74.13176046, 40.55517704]} },
{type: 'Feature',properties:{Name: '5', Address: '32 THAYER PLACE, GREAT KILLS', Month: '3', Price: '1232'}, geometry: { type: 'Point', coordinates:[-74.13102217, 40.55488419]} },
{type: 'Feature',properties:{Name: '5', Address: '115 REDGRAVE AVENUE, GREAT KILLS', Month: '6', Price: '1176'}, geometry: { type: 'Point', coordinates:[-74.13616714, 40.55259727]} },
{type: 'Feature',properties:{Name: '5', Address: '139 REDGRAVE AVENUE, GREAT KILLS', Month: '1', Price: '1456'}, geometry: { type: 'Point', coordinates:[-74.13554717, 40.55209296]} },
{type: 'Feature',properties:{Name: '5', Address: '127 GREENCROFT AVENUE, GREAT KILLS', Month: '9', Price: '1176'}, geometry: { type: 'Point', coordinates:[-74.13730376, 40.55060044]} },
{type: 'Feature',properties:{Name: '5', Address: '480 DURANT AVENUE, GREAT KILLS', Month: '1', Price: '2184'}, geometry: { type: 'Point', coordinates:[-74.14087577, 40.55003342]} },
{type: 'Feature',properties:{Name: '5', Address: '452 DURANT AVENUE, GREAT KILLS', Month: '7', Price: '1884'}, geometry: { type: 'Point', coordinates:[-74.14039433, 40.55038809]} },
{type: 'Feature',properties:{Name: '5', Address: '120 KEEGANS LANE, GREAT KILLS', Month: '10', Price: '1136'}, geometry: { type: 'Point', coordinates:[-74.13932679, 40.55095208]} },
{type: 'Feature',properties:{Name: '5', Address: '132 KEEGANS LANE, GREAT KILLS', Month: '7', Price: '1136'}, geometry: { type: 'Point', coordinates:[-74.1391466, 40.55082604]} },
{type: 'Feature',properties:{Name: '5', Address: '181 MAYBURY AVENUE, GREAT KILLS', Month: '2', Price: '1848'}, geometry: { type: 'Point', coordinates:[-74.13948678, 40.55002688]} },
{type: 'Feature',properties:{Name: '5', Address: '186 MAYBURY AVENUE, GREAT KILLS', Month: '2', Price: '1144'}, geometry: { type: 'Point', coordinates:[-74.13958731, 40.54991971]} },
{type: 'Feature',properties:{Name: '5', Address: '176 GREENCROFT AVENUE, GREAT KILLS', Month: '3', Price: '1218'}, geometry: { type: 'Point', coordinates:[-74.1386727, 40.5496134]} },
{type: 'Feature',properties:{Name: '5', Address: '3655 HYLAN BOULEVARD, GREAT KILLS', Month: '8', Price: '1744'}, geometry: { type: 'Point', coordinates:[-74.13809931, 40.54900749]} },
{type: 'Feature',properties:{Name: '5', Address: '29 HIGHLAND ROAD, GREAT KILLS', Month: '1', Price: '1440'}, geometry: { type: 'Point', coordinates:[-74.1439903, 40.55094084]} },
{type: 'Feature',properties:{Name: '5', Address: '45 MIDLAND ROAD, GREAT KILLS', Month: '8', Price: '1371'}, geometry: { type: 'Point', coordinates:[-74.14619441, 40.55015578]} },
{type: 'Feature',properties:{Name: '5', Address: '41 MIDLAND ROAD, GREAT KILLS', Month: '8', Price: '3236'}, geometry: { type: 'Point', coordinates:[-74.14621982, 40.55025456]} },
{type: 'Feature',properties:{Name: '5', Address: '134 GREAT KILLS ROAD, GREAT KILLS', Month: '11', Price: '1664'}, geometry: { type: 'Point', coordinates:[-74.14476704, 40.55069832]} },
{type: 'Feature',properties:{Name: '5', Address: '45 DENT ROAD, GREAT KILLS', Month: '4', Price: '496'}, geometry: { type: 'Point', coordinates:[-74.14538818, 40.55006348]} },
{type: 'Feature',properties:{Name: '5', Address: '21 GREENCROFT LANE, GREAT KILLS', Month: '3', Price: '1144'}, geometry: { type: 'Point', coordinates:[-74.14121856, 40.54707958]} },
{type: 'Feature',properties:{Name: '5', Address: '20 COTTAGE AVENUE, GREAT KILLS', Month: '12', Price: '1307'}, geometry: { type: 'Point', coordinates:[-74.14308123, 40.54652008]} },
{type: 'Feature',properties:{Name: '5', Address: '64 CLEVELAND AVENUE, GREAT KILLS', Month: '9', Price: '1240'}, geometry: { type: 'Point', coordinates:[-74.14924396, 40.54932018]} },
{type: 'Feature',properties:{Name: '5', Address: '74 CLEVELAND AVENUE, GREAT KILLS', Month: '8', Price: '872'}, geometry: { type: 'Point', coordinates:[-74.14916084, 40.54915834]} },
{type: 'Feature',properties:{Name: '5', Address: '85 NELSON AVENUE, GREAT KILLS', Month: '10', Price: '1558'}, geometry: { type: 'Point', coordinates:[-74.1500931, 40.54768591]} },
{type: 'Feature',properties:{Name: '5', Address: '71 GRANDVIEW TERRACE, GREAT KILLS', Month: '2', Price: '1361'}, geometry: { type: 'Point', coordinates:[-74.14792347, 40.54611046]} },
{type: 'Feature',properties:{Name: '5', Address: '87 GRANDVIEW TERRACE, GREAT KILLS', Month: '2', Price: '2024'}, geometry: { type: 'Point', coordinates:[-74.14828654, 40.54595628]} },
{type: 'Feature',properties:{Name: '5', Address: '89 MONTICELLO TERRACE, GREAT KILLS', Month: '10', Price: '1208'}, geometry: { type: 'Point', coordinates:[-74.14736066, 40.54543321]} },
{type: 'Feature',properties:{Name: '5', Address: '721 DURANT AVENUE, GREAT KILLS', Month: '2', Price: '1120'}, geometry: { type: 'Point', coordinates:[-74.14533686, 40.54632237]} },
{type: 'Feature',properties:{Name: '5', Address: '759 DURANT AVENUE, GREAT KILLS', Month: '1', Price: '1120'}, geometry: { type: 'Point', coordinates:[-74.14631822, 40.54589293]} },
{type: 'Feature',properties:{Name: '5', Address: '54 WHITMAN AVENUE, GREAT KILLS', Month: '4', Price: '2000'}, geometry: { type: 'Point', coordinates:[-74.14444242, 40.54535457]} },
{type: 'Feature',properties:{Name: '5', Address: '3915 HYLAN BOULEVARD, GREAT KILLS', Month: '7', Price: '2960'}, geometry: { type: 'Point', coordinates:[-74.14424554, 40.54415808]} },
{type: 'Feature',properties:{Name: '5', Address: '193 NELSON AVENUE, GREAT KILLS', Month: '6', Price: '1850'}, geometry: { type: 'Point', coordinates:[-74.14840255, 40.54472645]} },
{type: 'Feature',properties:{Name: '5', Address: '21 FLORENCE STREET, GREAT KILLS', Month: '9', Price: '1168'}, geometry: { type: 'Point', coordinates:[-74.14623542, 40.54423242]} },
{type: 'Feature',properties:{Name: '5', Address: '268 CLEVELAND AVENUE, GREAT KILLS', Month: '10', Price: '1519'}, geometry: { type: 'Point', coordinates:[-74.14516354, 40.54438749]} },
{type: 'Feature',properties:{Name: '5', Address: '40 FAIRLAWN LOOP, GREAT KILLS', Month: '2', Price: '1645'}, geometry: { type: 'Point', coordinates:[-74.13833386, 40.54758814]} },
{type: 'Feature',properties:{Name: '5', Address: '43 FAIRLAWN LOOP, GREAT KILLS', Month: '6', Price: '1645'}, geometry: { type: 'Point', coordinates:[-74.13831545, 40.54738505]} },
{type: 'Feature',properties:{Name: '5', Address: '70 FAIRLAWN LOOP, GREAT KILLS', Month: '10', Price: '1616'}, geometry: { type: 'Point', coordinates:[-74.13750916, 40.54724877]} },
{type: 'Feature',properties:{Name: '5', Address: '68 FAIRLAWN LOOP, GREAT KILLS', Month: '11', Price: '1342'}, geometry: { type: 'Point', coordinates:[-74.13753789, 40.54721855]} },
{type: 'Feature',properties:{Name: '5', Address: '15 WATERSIDE PARKWAY, GREAT KILLS', Month: '9', Price: '1376'}, geometry: { type: 'Point', coordinates:[-74.13998729, 40.54674897]} },
{type: 'Feature',properties:{Name: '5', Address: '12 WATERSIDE PARKWAY, GREAT KILLS', Month: '4', Price: '1650'}, geometry: { type: 'Point', coordinates:[-74.14007014, 40.54679553]} },
{type: 'Feature',properties:{Name: '5', Address: '10 MC KEE AVENUE, GREAT KILLS', Month: '5', Price: '935'}, geometry: { type: 'Point', coordinates:[-74.14160397, 40.54556946]} },
{type: 'Feature',properties:{Name: '5', Address: '291 HILLSIDE TERRACE, GREAT KILLS', Month: '4', Price: '1368'}, geometry: { type: 'Point', coordinates:[-74.14231551, 40.54515137]} },
{type: 'Feature',properties:{Name: '5', Address: '27 CORNISH STREET, GREAT KILLS', Month: '7', Price: '462'}, geometry: { type: 'Point', coordinates:[-74.14268633, 40.5435699]} },
{type: 'Feature',properties:{Name: '5', Address: '25 CORNISH STREET, GREAT KILLS', Month: '12', Price: '1230'}, geometry: { type: 'Point', coordinates:[-74.14272225, 40.54353966]} },
{type: 'Feature',properties:{Name: '5', Address: '10 MERCER PLACE, GREAT KILLS', Month: '1', Price: '1680'}, geometry: { type: 'Point', coordinates:[-74.1436654, 40.54375807]} },
{type: 'Feature',properties:{Name: '5', Address: '11 MORRIS PLACE, GREAT KILLS', Month: '3', Price: '1230'}, geometry: { type: 'Point', coordinates:[-74.14327009, 40.54230106]} },
{type: 'Feature',properties:{Name: '5', Address: '60 LINDENWOOD ROAD, GREAT KILLS', Month: '9', Price: '2540'}, geometry: { type: 'Point', coordinates:[-74.1525247, 40.54891238]} },
{type: 'Feature',properties:{Name: '5', Address: '4206 AMBOY ROAD, GREAT KILLS', Month: '2', Price: '2210'}, geometry: { type: 'Point', coordinates:[-74.15619557, 40.54762836]} },
{type: 'Feature',properties:{Name: '5', Address: '460 BEACH ROAD, GREAT KILLS', Month: '4', Price: '1312'}, geometry: { type: 'Point', coordinates:[-74.15949815, 40.54436298]} },
{type: 'Feature',properties:{Name: '5', Address: '395 RIDGECREST AVENUE, GREAT KILLS', Month: '10', Price: '1440'}, geometry: { type: 'Point', coordinates:[-74.16274766, 40.5430766]} },
{type: 'Feature',properties:{Name: '5', Address: '383 THORNYCROFT AVENUE, GREAT KILLS', Month: '10', Price: '924'}, geometry: { type: 'Point', coordinates:[-74.15910324, 40.5417093]} },
{type: 'Feature',properties:{Name: '5', Address: '294 PACIFIC AVENUE, GREAT KILLS', Month: '5', Price: '912'}, geometry: { type: 'Point', coordinates:[-74.1587236, 40.54243994]} },
{type: 'Feature',properties:{Name: '5', Address: '429 WINCHESTER AVENUE, GREAT KILLS', Month: '12', Price: '1180'}, geometry: { type: 'Point', coordinates:[-74.16043136, 40.54191056]} },
{type: 'Feature',properties:{Name: '5', Address: '329 RIDGECREST AVENUE, GREAT KILLS', Month: '10', Price: '1100'}, geometry: { type: 'Point', coordinates:[-74.16118231, 40.54148956]} },
{type: 'Feature',properties:{Name: '5', Address: '432 WINCHESTER AVENUE, GREAT KILLS', Month: '8', Price: '1296'}, geometry: { type: 'Point', coordinates:[-74.16054671, 40.54200098]} },
{type: 'Feature',properties:{Name: '5', Address: '414 WINCHESTER AVENUE, GREAT KILLS', Month: '2', Price: '2287'}, geometry: { type: 'Point', coordinates:[-74.16022931, 40.54167754]} },
{type: 'Feature',properties:{Name: '5', Address: '406 WINCHESTER AVENUE, GREAT KILLS', Month: '3', Price: '2092'}, geometry: { type: 'Point', coordinates:[-74.16008505, 40.54153226]} },
{type: 'Feature',properties:{Name: '5', Address: '308 RIDGECREST AVENUE, GREAT KILLS', Month: '1', Price: '848'}, geometry: { type: 'Point', coordinates:[-74.16084321, 40.54111948]} },
{type: 'Feature',properties:{Name: '5', Address: '211 LINDENWOOD ROAD, GREAT KILLS', Month: '8', Price: '1058'}, geometry: { type: 'Point', coordinates:[-74.15009104, 40.54516892]} },
{type: 'Feature',properties:{Name: '5', Address: '175 LINDENWOOD ROAD, GREAT KILLS', Month: '11', Price: '1388'}, geometry: { type: 'Point', coordinates:[-74.1505064, 40.54587105]} },
{type: 'Feature',properties:{Name: '5', Address: '127 LINDENWOOD ROAD, GREAT KILLS', Month: '12', Price: '1024'}, geometry: { type: 'Point', coordinates:[-74.15138396, 40.54728896]} },
{type: 'Feature',properties:{Name: '5', Address: '12 HIGHMOUNT ROAD, GREAT KILLS', Month: '12', Price: '1792'}, geometry: { type: 'Point', coordinates:[-74.15107505, 40.54593343]} },
{type: 'Feature',properties:{Name: '5', Address: '77 HILLCREST AVENUE, GREAT KILLS', Month: '3', Price: '960'}, geometry: { type: 'Point', coordinates:[-74.15117371, 40.5450083]} },
{type: 'Feature',properties:{Name: '5', Address: '237 LINDENWOOD ROAD, GREAT KILLS', Month: '3', Price: '1534'}, geometry: { type: 'Point', coordinates:[-74.14986987, 40.54441713]} },
{type: 'Feature',properties:{Name: '5', Address: '106 HILLCREST AVENUE, GREAT KILLS', Month: '12', Price: '1100'}, geometry: { type: 'Point', coordinates:[-74.15044972, 40.54466889]} },
{type: 'Feature',properties:{Name: '5', Address: '230 LINDENWOOD ROAD, GREAT KILLS', Month: '7', Price: '1320'}, geometry: { type: 'Point', coordinates:[-74.14987012, 40.54452966]} },
{type: 'Feature',properties:{Name: '5', Address: '11 OCEANVIEW PLACE, GREAT KILLS', Month: '6', Price: '2400'}, geometry: { type: 'Point', coordinates:[-74.15054416, 40.54346654]} },
{type: 'Feature',properties:{Name: '5', Address: '85 HOLLY AVENUE, GREAT KILLS', Month: '9', Price: '884'}, geometry: { type: 'Point', coordinates:[-74.15287351, 40.5456648]} },
{type: 'Feature',properties:{Name: '5', Address: '33 HOLLY AVENUE, GREAT KILLS', Month: '8', Price: '2000'}, geometry: { type: 'Point', coordinates:[-74.15170143, 40.5444806]} },
{type: 'Feature',properties:{Name: '5', Address: '29 SYCAMORE STREET, GREAT KILLS', Month: '11', Price: '1476'}, geometry: { type: 'Point', coordinates:[-74.1525261, 40.54479516]} },
{type: 'Feature',properties:{Name: '5', Address: '84 ACACIA AVENUE, GREAT KILLS', Month: '8', Price: '1184'}, geometry: { type: 'Point', coordinates:[-74.15345869, 40.5450931]} },
{type: 'Feature',properties:{Name: '5', Address: '49 OCEANVIEW PLACE, GREAT KILLS', Month: '10', Price: '1381'}, geometry: { type: 'Point', coordinates:[-74.15159024, 40.5430507]} },
{type: 'Feature',properties:{Name: '5', Address: '49 RAMBLEWOOD AVENUE, GREAT KILLS', Month: '1', Price: '1972'}, geometry: { type: 'Point', coordinates:[-74.15316041, 40.54368266]} },
{type: 'Feature',properties:{Name: '5', Address: '102 ELMWOOD AVENUE, GREAT KILLS', Month: '2', Price: '1750'}, geometry: { type: 'Point', coordinates:[-74.15572285, 40.54395919]} },
{type: 'Feature',properties:{Name: '5', Address: '48 ELMWOOD AVENUE, GREAT KILLS', Month: '7', Price: '988'}, geometry: { type: 'Point', coordinates:[-74.15445698, 40.54267907]} },
{type: 'Feature',properties:{Name: '5', Address: '353 ARMSTRONG AVENUE, GREAT KILLS', Month: '4', Price: '1150'}, geometry: { type: 'Point', coordinates:[-74.15509994, 40.54221707]} },
{type: 'Feature',properties:{Name: '5', Address: '62 OCEANVIEW PLACE, GREAT KILLS', Month: '11', Price: '1064'}, geometry: { type: 'Point', coordinates:[-74.15187393, 40.54280603]} },
{type: 'Feature',properties:{Name: '5', Address: '296 ARMSTRONG AVENUE, GREAT KILLS', Month: '8', Price: '1752'}, geometry: { type: 'Point', coordinates:[-74.15387731, 40.54094512]} },
{type: 'Feature',properties:{Name: '5', Address: '319 ROBINSON AVENUE, GREAT KILLS', Month: '11', Price: '1140'}, geometry: { type: 'Point', coordinates:[-74.1556166, 40.54159605]} },
{type: 'Feature',properties:{Name: '5', Address: '337 BEACH ROAD, GREAT KILLS', Month: '3', Price: '672'}, geometry: { type: 'Point', coordinates:[-74.15662736, 40.54148762]} },
{type: 'Feature',properties:{Name: '5', Address: '216 SYCAMORE STREET, GREAT KILLS', Month: '3', Price: '1480'}, geometry: { type: 'Point', coordinates:[-74.1577326, 40.54177981]} },
{type: 'Feature',properties:{Name: '5', Address: '356 BEACH ROAD, GREAT KILLS', Month: '7', Price: '904'}, geometry: { type: 'Point', coordinates:[-74.15690138, 40.54173703]} },
{type: 'Feature',properties:{Name: '5', Address: '238 SYCAMORE STREET, GREAT KILLS', Month: '6', Price: '1976'}, geometry: { type: 'Point', coordinates:[-74.15833263, 40.54143039]} },
{type: 'Feature',properties:{Name: '5', Address: '222 PACIFIC AVENUE, GREAT KILLS', Month: '3', Price: '1186'}, geometry: { type: 'Point', coordinates:[-74.15719442, 40.54089122]} },
{type: 'Feature',properties:{Name: '5', Address: '4083 RICHMOND AVENUE, GREAT KILLS', Month: '10', Price: '2700'}, geometry: { type: 'Point', coordinates:[-74.16026631, 40.53910285]} },
{type: 'Feature',properties:{Name: '5', Address: '360 WINCHESTER AVENUE, GREAT KILLS', Month: '11', Price: '3096'}, geometry: { type: 'Point', coordinates:[-74.15883357, 40.5402659]} },
{type: 'Feature',properties:{Name: '5', Address: '352 WINCHESTER AVENUE, GREAT KILLS', Month: '2', Price: '960'}, geometry: { type: 'Point', coordinates:[-74.15870373, 40.54013432]} },
{type: 'Feature',properties:{Name: '5', Address: '17 DRIGGS STREET, GREAT KILLS', Month: '4', Price: '672'}, geometry: { type: 'Point', coordinates:[-74.14786629, 40.54303634]} },
{type: 'Feature',properties:{Name: '5', Address: '32 DRIGGS STREET, GREAT KILLS', Month: '1', Price: '672'}, geometry: { type: 'Point', coordinates:[-74.14806001, 40.54277808]} },
{type: 'Feature',properties:{Name: '5', Address: '32 PRESLEY STREET, GREAT KILLS', Month: '6', Price: '1260'}, geometry: { type: 'Point', coordinates:[-74.14745792, 40.54221891]} },
{type: 'Feature',properties:{Name: '5', Address: '4005 HYLAN BOULEVARD, GREAT KILLS', Month: '3', Price: '2937'}, geometry: { type: 'Point', coordinates:[-74.14630244, 40.54197335]} },
{type: 'Feature',properties:{Name: '5', Address: '98 HILLCREST STREET, GREAT KILLS', Month: '6', Price: '1832'}, geometry: { type: 'Point', coordinates:[-74.15062494, 40.54258809]} },
{type: 'Feature',properties:{Name: '5', Address: '107 DRIGGS STREET, GREAT KILLS', Month: '8', Price: '938'}, geometry: { type: 'Point', coordinates:[-74.1500459, 40.54109018]} },
{type: 'Feature',properties:{Name: '5', Address: '37 RUSSELL STREET, GREAT KILLS', Month: '2', Price: '1040'}, geometry: { type: 'Point', coordinates:[-74.14838684, 40.54089471]} },
{type: 'Feature',properties:{Name: '5', Address: '157 DAVID STREET, GREAT KILLS', Month: '10', Price: '756'}, geometry: { type: 'Point', coordinates:[-74.15166073, 40.54081907]} },
{type: 'Feature',properties:{Name: '5', Address: '151 DRIGGS STREET, GREAT KILLS', Month: '4', Price: '1394'}, geometry: { type: 'Point', coordinates:[-74.15108387, 40.54028733]} },
{type: 'Feature',properties:{Name: '5', Address: '146 KING STREET, GREAT KILLS', Month: '4', Price: '864'}, geometry: { type: 'Point', coordinates:[-74.15052492, 40.53971715]} },
{type: 'Feature',properties:{Name: '5', Address: '73 RUSSELL STREET, GREAT KILLS', Month: '9', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.14921582, 40.53993844]} },
{type: 'Feature',properties:{Name: '5', Address: '203 ROBINSON AVENUE, GREAT KILLS', Month: '12', Price: '1776'}, geometry: { type: 'Point', coordinates:[-74.15309583, 40.5390495]} },
{type: 'Feature',properties:{Name: '5', Address: '214 ROBINSON AVENUE, GREAT KILLS', Month: '8', Price: '1230'}, geometry: { type: 'Point', coordinates:[-74.15334819, 40.53927698]} },
{type: 'Feature',properties:{Name: '5', Address: '188 ROBINSON AVENUE, GREAT KILLS', Month: '6', Price: '1230'}, geometry: { type: 'Point', coordinates:[-74.15291545, 40.53883565]} },
{type: 'Feature',properties:{Name: '5', Address: '143 ROBINSON AVENUE, GREAT KILLS', Month: '6', Price: '1000'}, geometry: { type: 'Point', coordinates:[-74.1516247, 40.53762415]} },
{type: 'Feature',properties:{Name: '5', Address: '154 ROBINSON AVENUE, GREAT KILLS', Month: '10', Price: '2314'}, geometry: { type: 'Point', coordinates:[-74.15205, 40.5379612]} },
{type: 'Feature',properties:{Name: '5', Address: '257 THORNYCROFT AVENUE, GREAT KILLS', Month: '12', Price: '900'}, geometry: { type: 'Point', coordinates:[-74.15609188, 40.53866668]} },
{type: 'Feature',properties:{Name: '5', Address: '122 PACIFIC AVENUE, GREAT KILLS', Month: '10', Price: '1800'}, geometry: { type: 'Point', coordinates:[-74.15503062, 40.53870106]} },
{type: 'Feature',properties:{Name: '5', Address: '206 THORNYCROFT AVENUE, GREAT KILLS', Month: '9', Price: '914'}, geometry: { type: 'Point', coordinates:[-74.1548554, 40.53760886]} },
{type: 'Feature',properties:{Name: '5', Address: '143 RIDGECREST AVENUE, GREAT KILLS', Month: '2', Price: '1620'}, geometry: { type: 'Point', coordinates:[-74.15753515, 40.53738563]} },
{type: 'Feature',properties:{Name: '5', Address: '152 RIDGECREST AVENUE, GREAT KILLS', Month: '12', Price: '1855'}, geometry: { type: 'Point', coordinates:[-74.15764689, 40.53747331]} },
{type: 'Feature',properties:{Name: '5', Address: '82 RIDGECREST AVENUE, GREAT KILLS', Month: '5', Price: '1248'}, geometry: { type: 'Point', coordinates:[-74.15598198, 40.53628159]} },
{type: 'Feature',properties:{Name: '5', Address: '4283 RICHMOND AVENUE, GREAT KILLS', Month: '5', Price: '2110'}, geometry: { type: 'Point', coordinates:[-74.15504332, 40.53487202]} },
{type: 'Feature',properties:{Name: '5', Address: '38 RIDGECREST AVENUE, GREAT KILLS', Month: '4', Price: '1080'}, geometry: { type: 'Point', coordinates:[-74.15462754, 40.53553408]} },
{type: 'Feature',properties:{Name: '5', Address: '21 DOCKSIDE LANE, GREAT KILLS', Month: '4', Price: '1660'}, geometry: { type: 'Point', coordinates:[-74.14443638, 40.54089426]} },
{type: 'Feature',properties:{Name: '5', Address: '235 WIMAN AVENUE, GREAT KILLS', Month: '10', Price: '3060'}, geometry: { type: 'Point', coordinates:[-74.14449315, 40.53886302]} },
{type: 'Feature',properties:{Name: '5', Address: '209 WIMAN AVENUE, GREAT KILLS', Month: '2', Price: '1827'}, geometry: { type: 'Point', coordinates:[-74.14504446, 40.53925484]} },
{type: 'Feature',properties:{Name: '5', Address: '174 WIMAN AVENUE, GREAT KILLS', Month: '1', Price: '1397'}, geometry: { type: 'Point', coordinates:[-74.14575069, 40.53974252]} },
{type: 'Feature',properties:{Name: '5', Address: '206 WIMAN AVENUE, GREAT KILLS', Month: '12', Price: '684'}, geometry: { type: 'Point', coordinates:[-74.14512009, 40.53929042]} },
{type: 'Feature',properties:{Name: '5', Address: '234 WIMAN AVENUE, GREAT KILLS', Month: '6', Price: '1666'}, geometry: { type: 'Point', coordinates:[-74.14456877, 40.53889312]} },
{type: 'Feature',properties:{Name: '5', Address: '250 WIMAN AVENUE, GREAT KILLS', Month: '3', Price: '1323'}, geometry: { type: 'Point', coordinates:[-74.14425168, 40.5386657]} },
{type: 'Feature',properties:{Name: '5', Address: '48 GOODALL STREET, GREAT KILLS', Month: '2', Price: '828'}, geometry: { type: 'Point', coordinates:[-74.14652635, 40.5390718]} },
{type: 'Feature',properties:{Name: '5', Address: '86 GOODALL STREET, GREAT KILLS', Month: '5', Price: '1700'}, geometry: { type: 'Point', coordinates:[-74.14581648, 40.53856491]} },
{type: 'Feature',properties:{Name: '5', Address: '30 GLOVER STREET, GREAT KILLS', Month: '2', Price: '788'}, geometry: { type: 'Point', coordinates:[-74.14756862, 40.53858463]} },
{type: 'Feature',properties:{Name: '5', Address: '70 GLOVER STREET, GREAT KILLS', Month: '1', Price: '1063'}, geometry: { type: 'Point', coordinates:[-74.14687677, 40.5380887]} },
{type: 'Feature',properties:{Name: '5', Address: '96 GLOVER STREET, GREAT KILLS', Month: '10', Price: '648'}, geometry: { type: 'Point', coordinates:[-74.14642635, 40.53776814]} },
{type: 'Feature',properties:{Name: '5', Address: '29 WALNUT AVENUE, GREAT KILLS', Month: '11', Price: '1298'}, geometry: { type: 'Point', coordinates:[-74.14868152, 40.53750174]} },
{type: 'Feature',properties:{Name: '5', Address: '67 ARMSTRONG AVENUE, GREAT KILLS', Month: '4', Price: '1044'}, geometry: { type: 'Point', coordinates:[-74.14801751, 40.53658583]} },
{type: 'Feature',properties:{Name: '5', Address: '89 ARMSTRONG AVENUE, GREAT KILLS', Month: '12', Price: '1336'}, geometry: { type: 'Point', coordinates:[-74.1485002, 40.53685694]} },
{type: 'Feature',properties:{Name: '5', Address: '45 ROBINSON AVENUE, GREAT KILLS', Month: '12', Price: '2070'}, geometry: { type: 'Point', coordinates:[-74.14887674, 40.53631298]} },
{type: 'Feature',properties:{Name: '5', Address: '83 ROBINSON AVENUE, GREAT KILLS', Month: '10', Price: '1065'}, geometry: { type: 'Point', coordinates:[-74.1495864, 40.53672927]} },
{type: 'Feature',properties:{Name: '5', Address: '38 ROBINSON AVENUE, GREAT KILLS', Month: '6', Price: '1800'}, geometry: { type: 'Point', coordinates:[-74.14873981, 40.5362116]} },
{type: 'Feature',properties:{Name: '5', Address: '51 GROTON STREET, GREAT KILLS', Month: '1', Price: '1800'}, geometry: { type: 'Point', coordinates:[-74.14942977, 40.53586485]} },
{type: 'Feature',properties:{Name: '5', Address: '59 GROTON STREET, GREAT KILLS', Month: '10', Price: '1500'}, geometry: { type: 'Point', coordinates:[-74.14959548, 40.53596071]} },
{type: 'Feature',properties:{Name: '5', Address: '60 GROTON STREET, GREAT KILLS', Month: '6', Price: '1224'}, geometry: { type: 'Point', coordinates:[-74.14964586, 40.53596888]} },
{type: 'Feature',properties:{Name: '5', Address: '56 LITTLEFIELD AVENUE, GREAT KILLS', Month: '6', Price: '1374'}, geometry: { type: 'Point', coordinates:[-74.15003683, 40.53544685]} },
{type: 'Feature',properties:{Name: '5', Address: '55 THORNYCROFT AVENUE, GREAT KILLS', Month: '9', Price: '1440'}, geometry: { type: 'Point', coordinates:[-74.15064396, 40.53506453]} },
{type: 'Feature',properties:{Name: '5', Address: '73 THORNYCROFT AVENUE, GREAT KILLS', Month: '4', Price: '1683'}, geometry: { type: 'Point', coordinates:[-74.15106901, 40.53530551]} },
{type: 'Feature',properties:{Name: '5', Address: '82 THORNYCROFT AVENUE, GREAT KILLS', Month: '5', Price: '1292'}, geometry: { type: 'Point', coordinates:[-74.15131393, 40.53542871]} },
{type: 'Feature',properties:{Name: '5', Address: '44 THORNYCROFT AVENUE, GREAT KILLS', Month: '2', Price: '1292'}, geometry: { type: 'Point', coordinates:[-74.15042417, 40.53491659]} },
{type: 'Feature',properties:{Name: '5', Address: '46 WINCHESTER AVENUE, GREAT KILLS', Month: '12', Price: '1440'}, geometry: { type: 'Point', coordinates:[-74.15092318, 40.53445206]} },
{type: 'Feature',properties:{Name: '5', Address: '21 SEACREST AVENUE, GREAT KILLS', Month: '6', Price: '1350'}, geometry: { type: 'Point', coordinates:[-74.15236963, 40.53455995]} },
{type: 'Feature',properties:{Name: '5', Address: '16 LINDENWOOD ROAD, GREAT KILLS', Month: '3', Price: '1184'}, geometry: { type: 'Point', coordinates:[-74.15321616, 40.55073402]} },
{type: 'Feature',properties:{Name: '5', Address: '18 HARDY PLACE, GREAT KILLS', Month: '8', Price: '2330'}, geometry: { type: 'Point', coordinates:[-74.15258505, 40.55170378]} },
{type: 'Feature',properties:{Name: '5', Address: '87 BALTIMORE STREET, GREAT KILLS', Month: '6', Price: '1430'}, geometry: { type: 'Point', coordinates:[-74.15377846, 40.55114773]} },
{type: 'Feature',properties:{Name: '5', Address: '5 HARDY PLACE, GREAT KILLS', Month: '12', Price: '1746'}, geometry: { type: 'Point', coordinates:[-74.15250558, 40.55156939]} },
{type: 'Feature',properties:{Name: '5', Address: '74 WOODLAND AVENUE, GREAT KILLS', Month: '7', Price: '1152'}, geometry: { type: 'Point', coordinates:[-74.15456362, 40.55456123]} },
{type: 'Feature',properties:{Name: '5', Address: '30 WOODLAND AVENUE, GREAT KILLS', Month: '12', Price: '1248'}, geometry: { type: 'Point', coordinates:[-74.15299195, 40.55496682]} },
{type: 'Feature',properties:{Name: '5', Address: '93 WOODLAND AVENUE, GREAT KILLS', Month: '12', Price: '2560'}, geometry: { type: 'Point', coordinates:[-74.15535129, 40.55438175]} },
{type: 'Feature',properties:{Name: '5', Address: '93 WOODLAND AVENUE, GREAT KILLS', Month: '7', Price: '2560'}, geometry: { type: 'Point', coordinates:[-74.15535129, 40.55438175]} },
{type: 'Feature',properties:{Name: '5', Address: '253 COLON AVENUE, GREAT KILLS', Month: '9', Price: '1408'}, geometry: { type: 'Point', coordinates:[-74.15632189, 40.5554811]} },
{type: 'Feature',properties:{Name: '5', Address: '278 DOANE AVENUE, GREAT KILLS', Month: '8', Price: '1440'}, geometry: { type: 'Point', coordinates:[-74.15566156, 40.55626427]} },
{type: 'Feature',properties:{Name: '5', Address: '274 DOANE AVENUE, GREAT KILLS', Month: '3', Price: '1440'}, geometry: { type: 'Point', coordinates:[-74.15563262, 40.55619844]} },
{type: 'Feature',properties:{Name: '5', Address: '227 ELVERTON AVENUE, GREAT KILLS', Month: '1', Price: '1280'}, geometry: { type: 'Point', coordinates:[-74.15440788, 40.55568956]} },
{type: 'Feature',properties:{Name: '5', Address: '27 MICHAEL COURT, GREAT KILLS', Month: '7', Price: '1234'}, geometry: { type: 'Point', coordinates:[-74.15399315, 40.55842669]} },
{type: 'Feature',properties:{Name: '5', Address: '403 ELVERTON AVENUE, GREAT KILLS', Month: '3', Price: '3150'}, geometry: { type: 'Point', coordinates:[-74.15618795, 40.55976045]} },
{type: 'Feature',properties:{Name: '5', Address: '35 ERIC LANE, GREAT KILLS', Month: '3', Price: '2005'}, geometry: { type: 'Point', coordinates:[-74.15524399, 40.56085691]} },
{type: 'Feature',properties:{Name: '5', Address: '27 ERIC LANE, GREAT KILLS', Month: '2', Price: '2005'}, geometry: { type: 'Point', coordinates:[-74.15504945, 40.56077483]} },
{type: 'Feature',properties:{Name: '5', Address: '70 ERIC LANE, GREAT KILLS', Month: '5', Price: '1576'}, geometry: { type: 'Point', coordinates:[-74.15622186, 40.56041367]} },
{type: 'Feature',properties:{Name: '5', Address: '22 ERIC LANE, GREAT KILLS', Month: '7', Price: '1690'}, geometry: { type: 'Point', coordinates:[-74.15492353, 40.56079147]} },
{type: 'Feature',properties:{Name: '5', Address: '184 GURLEY AVENUE, GREAT KILLS', Month: '5', Price: '1857'}, geometry: { type: 'Point', coordinates:[-74.15537456, 40.56129041]} },
{type: 'Feature',properties:{Name: '5', Address: '408 ELVERTON AVENUE, GREAT KILLS', Month: '10', Price: '1240'}, geometry: { type: 'Point', coordinates:[-74.15622762, 40.55979608]} },
{type: 'Feature',properties:{Name: '5', Address: '429 COLON AVENUE, GREAT KILLS', Month: '3', Price: '960'}, geometry: { type: 'Point', coordinates:[-74.15829389, 40.56001009]} },
{type: 'Feature',properties:{Name: '5', Address: '404 DOANE AVENUE, GREAT KILLS', Month: '8', Price: '800'}, geometry: { type: 'Point', coordinates:[-74.15714496, 40.55963837]} },
{type: 'Feature',properties:{Name: '5', Address: '485 ELVERTON AVENUE, GREAT KILLS', Month: '10', Price: '1330'}, geometry: { type: 'Point', coordinates:[-74.15711057, 40.56184799]} },
{type: 'Feature',properties:{Name: '5', Address: '456 ARTHUR KILL ROAD, GREAT KILLS', Month: '3', Price: '1280'}, geometry: { type: 'Point', coordinates:[-74.156315, 40.56330383]} },
{type: 'Feature',properties:{Name: '5', Address: '14 DORIT COURT, GREAT KILLS', Month: '6', Price: '1584'}, geometry: { type: 'Point', coordinates:[-74.1555248, 40.56244303]} },
{type: 'Feature',properties:{Name: '5', Address: '416 GIFFORDS LANE, GREAT KILLS', Month: '12', Price: '984'}, geometry: { type: 'Point', coordinates:[-74.15502678, 40.5618618]} },
{type: 'Feature',properties:{Name: '5', Address: '32 SACCHERI COURT, GREAT KILLS', Month: '1', Price: '1336'}, geometry: { type: 'Point', coordinates:[-74.15432469, 40.54927229]} },
{type: 'Feature',properties:{Name: '5', Address: '1 WILSON AVENUE, GREAT KILLS', Month: '7', Price: '1320'}, geometry: { type: 'Point', coordinates:[-74.15431995, 40.55033729]} },
{type: 'Feature',properties:{Name: '5', Address: '22 BROOKFIELD AVENUE, GREAT KILLS', Month: '12', Price: '728'}, geometry: { type: 'Point', coordinates:[-74.15548108, 40.55139247]} },
{type: 'Feature',properties:{Name: '5', Address: '32 GENESEE AVENUE, GREAT KILLS', Month: '7', Price: '772'}, geometry: { type: 'Point', coordinates:[-74.15698809, 40.55414073]} },
{type: 'Feature',properties:{Name: '5', Address: '141 ABINGDON AVENUE, GREAT KILLS', Month: '9', Price: '2002'}, geometry: { type: 'Point', coordinates:[-74.1572159, 40.55307817]} },
{type: 'Feature',properties:{Name: '5', Address: '154 BROOKFIELD AVENUE, GREAT KILLS', Month: '4', Price: '1152'}, geometry: { type: 'Point', coordinates:[-74.15714863, 40.55507923]} },
{type: 'Feature',properties:{Name: '5', Address: '221 ABINGDON AVENUE, GREAT KILLS', Month: '7', Price: '1140'}, geometry: { type: 'Point', coordinates:[-74.15804433, 40.55492704]} },
{type: 'Feature',properties:{Name: '5', Address: '252 COLON AVENUE, GREAT KILLS', Month: '9', Price: '1008'}, geometry: { type: 'Point', coordinates:[-74.15636519, 40.55553045]} },
{type: 'Feature',properties:{Name: '5', Address: '133 BROOKFIELD AVENUE, GREAT KILLS', Month: '5', Price: '1008'}, geometry: { type: 'Point', coordinates:[-74.15691722, 40.55461019]} },
{type: 'Feature',properties:{Name: '5', Address: '337 ABINGDON AVENUE, GREAT KILLS', Month: '12', Price: '1330'}, geometry: { type: 'Point', coordinates:[-74.15939008, 40.55788683]} },
{type: 'Feature',properties:{Name: '5', Address: '237 BROOKFIELD AVENUE, GREAT KILLS', Month: '1', Price: '1312'}, geometry: { type: 'Point', coordinates:[-74.15803881, 40.55715584]} },
{type: 'Feature',properties:{Name: '5', Address: '478 COLON AVENUE, GREAT KILLS', Month: '5', Price: '1100'}, geometry: { type: 'Point', coordinates:[-74.15890527, 40.56134322]} },
{type: 'Feature',properties:{Name: '5', Address: '478 COLON AVENUE, GREAT KILLS', Month: '3', Price: '1100'}, geometry: { type: 'Point', coordinates:[-74.15890527, 40.56134322]} },
{type: 'Feature',properties:{Name: '5', Address: '462 COLON AVENUE, GREAT KILLS', Month: '11', Price: '1100'}, geometry: { type: 'Point', coordinates:[-74.15878224, 40.56106342]} },
{type: 'Feature',properties:{Name: '5', Address: '399 BROOKFIELD AVENUE, GREAT KILLS', Month: '2', Price: '1760'}, geometry: { type: 'Point', coordinates:[-74.15982268, 40.56120471]} },
{type: 'Feature',properties:{Name: '5', Address: '134 WILSON AVENUE, GREAT KILLS', Month: '5', Price: '1276'}, geometry: { type: 'Point', coordinates:[-74.15810808, 40.54841076]} },
{type: 'Feature',properties:{Name: '5', Address: '115 WILSON AVENUE, GREAT KILLS', Month: '9', Price: '2550'}, geometry: { type: 'Point', coordinates:[-74.15741441, 40.54874933]} },
{type: 'Feature',properties:{Name: '5', Address: '635 ARMSTRONG AVENUE, GREAT KILLS', Month: '4', Price: '1008'}, geometry: { type: 'Point', coordinates:[-74.16029237, 40.54996405]} },
{type: 'Feature',properties:{Name: '5', Address: '351 KATAN AVENUE, GREAT KILLS', Month: '11', Price: '1720'}, geometry: { type: 'Point', coordinates:[-74.15809814, 40.5518116]} },
{type: 'Feature',properties:{Name: '5', Address: '5 EAST FIGUREA AVENUE, GREAT KILLS', Month: '3', Price: '1880'}, geometry: { type: 'Point', coordinates:[-74.15757106, 40.55261656]} },
{type: 'Feature',properties:{Name: '5', Address: '72 GENESEE AVENUE, GREAT KILLS', Month: '6', Price: '1848'}, geometry: { type: 'Point', coordinates:[-74.15851701, 40.553941]} },
{type: 'Feature',properties:{Name: '5', Address: '13 EAST STROUD AVENUE, GREAT KILLS', Month: '6', Price: '1080'}, geometry: { type: 'Point', coordinates:[-74.15893064, 40.55536773]} },
{type: 'Feature',properties:{Name: '5', Address: '407 LEVERETT AVENUE, GREAT KILLS', Month: '4', Price: '1600'}, geometry: { type: 'Point', coordinates:[-74.15984618, 40.55598404]} },
{type: 'Feature',properties:{Name: '5', Address: '415 LEVERETT AVENUE, GREAT KILLS', Month: '3', Price: '1600'}, geometry: { type: 'Point', coordinates:[-74.16005124, 40.55595906]} },
{type: 'Feature',properties:{Name: '5', Address: '419 LEVERETT AVENUE, GREAT KILLS', Month: '9', Price: '1600'}, geometry: { type: 'Point', coordinates:[-74.16015557, 40.55594519]} },
{type: 'Feature',properties:{Name: '5', Address: '425 LEVERETT AVENUE, GREAT KILLS', Month: '12', Price: '1600'}, geometry: { type: 'Point', coordinates:[-74.16030667, 40.55592576]} },
{type: 'Feature',properties:{Name: '5', Address: '935 ARMSTRONG AVENUE, GREAT KILLS', Month: '6', Price: '1292'}, geometry: { type: 'Point', coordinates:[-74.16155539, 40.55740347]} },
{type: 'Feature',properties:{Name: '5', Address: '943 ARMSTRONG AVENUE, GREAT KILLS', Month: '6', Price: '1680'}, geometry: { type: 'Point', coordinates:[-74.16160251, 40.55754338]} },
{type: 'Feature',properties:{Name: '5', Address: '42 EAST MACON AVENUE, GREAT KILLS', Month: '10', Price: '1440'}, geometry: { type: 'Point', coordinates:[-74.16107278, 40.55874361]} },
{type: 'Feature',properties:{Name: '5', Address: '397 BARLOW AVENUE, GREAT KILLS', Month: '12', Price: '1440'}, geometry: { type: 'Point', coordinates:[-74.1612977, 40.55799396]} },
{type: 'Feature',properties:{Name: '5', Address: '993 ARMSTRONG AVENUE, GREAT KILLS', Month: '12', Price: '1600'}, geometry: { type: 'Point', coordinates:[-74.16203745, 40.55881637]} },
{type: 'Feature',properties:{Name: '5', Address: '18 EAST BRANDIS AVENUE, GREAT KILLS', Month: '5', Price: '1584'}, geometry: { type: 'Point', coordinates:[-74.1608083, 40.5595043]} },
{type: 'Feature',properties:{Name: '5', Address: '37 EAST BRANDIS AVENUE, GREAT KILLS', Month: '9', Price: '1274'}, geometry: { type: 'Point', coordinates:[-74.16122927, 40.55946528]} },
{type: 'Feature',properties:{Name: '5', Address: '10 ABINGDON COURT, GREAT KILLS', Month: '12', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.16090162, 40.56089578]} },
{type: 'Feature',properties:{Name: '5', Address: '32 ABINGDON COURT, GREAT KILLS', Month: '10', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.16132976, 40.56084029]} },
{type: 'Feature',properties:{Name: '5', Address: '48 ABINGDON COURT, GREAT KILLS', Month: '6', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.16164638, 40.56080142]} },
{type: 'Feature',properties:{Name: '5', Address: '122 DEMOPOLIS AVENUE, GREAT KILLS', Month: '3', Price: '1900'}, geometry: { type: 'Point', coordinates:[-74.16092458, 40.54801434]} },
{type: 'Feature',properties:{Name: '5', Address: '337 CORTELYOU AVENUE, GREAT KILLS', Month: '1', Price: '1564'}, geometry: { type: 'Point', coordinates:[-74.16244978, 40.55078446]} },
{type: 'Feature',properties:{Name: '5', Address: '131 RIDGEWOOD AVENUE, GREAT KILLS', Month: '4', Price: '1012'}, geometry: { type: 'Point', coordinates:[-74.16362822, 40.55003345]} },
{type: 'Feature',properties:{Name: '5', Address: '356 CORTELYOU AVENUE, GREAT KILLS', Month: '5', Price: '1344'}, geometry: { type: 'Point', coordinates:[-74.16238765, 40.55039204]} },
{type: 'Feature',properties:{Name: '5', Address: '201 RIDGEWOOD AVENUE, GREAT KILLS', Month: '8', Price: '1092'}, geometry: { type: 'Point', coordinates:[-74.16409758, 40.5521408]} },
{type: 'Feature',properties:{Name: '5', Address: '203 RIDGEWOOD AVENUE, GREAT KILLS', Month: '9', Price: '1092'}, geometry: { type: 'Point', coordinates:[-74.16410488, 40.55218196]} },
{type: 'Feature',properties:{Name: '5', Address: '237 RIDGEWOOD AVENUE, GREAT KILLS', Month: '8', Price: '1176'}, geometry: { type: 'Point', coordinates:[-74.16426496, 40.55289538]} },
{type: 'Feature',properties:{Name: '5', Address: '87 STANLEY CIRCLE, GREAT KILLS', Month: '5', Price: '1600'}, geometry: { type: 'Point', coordinates:[-74.16237658, 40.55323843]} },
{type: 'Feature',properties:{Name: '5', Address: '27 STANLEY CIRCLE, GREAT KILLS', Month: '12', Price: '1500'}, geometry: { type: 'Point', coordinates:[-74.16108055, 40.55300694]} },
{type: 'Feature',properties:{Name: '5', Address: '155 EAST FIGUREA AVENUE, GREAT KILLS', Month: '8', Price: '2080'}, geometry: { type: 'Point', coordinates:[-74.16144534, 40.55207319]} },
{type: 'Feature',properties:{Name: '5', Address: '271 CORTELYOU AVENUE, GREAT KILLS', Month: '1', Price: '1512'}, geometry: { type: 'Point', coordinates:[-74.16303349, 40.552576]} },
{type: 'Feature',properties:{Name: '5', Address: '44 STANLEY CIRCLE, GREAT KILLS', Month: '12', Price: '1408'}, geometry: { type: 'Point', coordinates:[-74.16193631, 40.55272302]} },
{type: 'Feature',properties:{Name: '5', Address: '44 STANLEY CIRCLE, GREAT KILLS', Month: '3', Price: '1408'}, geometry: { type: 'Point', coordinates:[-74.16193631, 40.55272302]} },
{type: 'Feature',properties:{Name: '5', Address: '34 OVAS COURT, GREAT KILLS', Month: '4', Price: '1584'}, geometry: { type: 'Point', coordinates:[-74.16314158, 40.55115677]} },
{type: 'Feature',properties:{Name: '5', Address: '20 PATTY COURT, GREAT KILLS', Month: '9', Price: '1354'}, geometry: { type: 'Point', coordinates:[-74.16371813, 40.55148533]} },
{type: 'Feature',properties:{Name: '5', Address: '245 RIDGEWOOD AVENUE, GREAT KILLS', Month: '2', Price: '1911'}, geometry: { type: 'Point', coordinates:[-74.1644251, 40.55362527]} },
{type: 'Feature',properties:{Name: '5', Address: '180 CORTELYOU AVENUE, GREAT KILLS', Month: '9', Price: '1911'}, geometry: { type: 'Point', coordinates:[-74.16376973, 40.55491902]} },
{type: 'Feature',properties:{Name: '5', Address: '232 CORTELYOU AVENUE, GREAT KILLS', Month: '1', Price: '1911'}, geometry: { type: 'Point', coordinates:[-74.16351871, 40.55380773]} },
{type: 'Feature',properties:{Name: '5', Address: '185 CORTELYOU AVENUE, GREAT KILLS', Month: '12', Price: '1920'}, geometry: { type: 'Point', coordinates:[-74.16371904, 40.55479283]} },
{type: 'Feature',properties:{Name: '5', Address: '502 LEVERETT AVENUE, GREAT KILLS', Month: '8', Price: '1120'}, geometry: { type: 'Point', coordinates:[-74.16259107, 40.55561239]} },
{type: 'Feature',properties:{Name: '5', Address: '122 CORTELYOU AVENUE, GREAT KILLS', Month: '11', Price: '1836'}, geometry: { type: 'Point', coordinates:[-74.16417732, 40.55676844]} },
{type: 'Feature',properties:{Name: '5', Address: '424 BARLOW AVENUE, GREAT KILLS', Month: '3', Price: '1280'}, geometry: { type: 'Point', coordinates:[-74.16237695, 40.55783599]} },
{type: 'Feature',properties:{Name: '5', Address: '461 LEVERETT AVENUE, GREAT KILLS', Month: '2', Price: '1344'}, geometry: { type: 'Point', coordinates:[-74.16191118, 40.55571765]} },
{type: 'Feature',properties:{Name: '5', Address: '469 LEVERETT AVENUE, GREAT KILLS', Month: '3', Price: '1360'}, geometry: { type: 'Point', coordinates:[-74.16209465, 40.55569269]} },
{type: 'Feature',properties:{Name: '5', Address: '407 RIDGEWOOD AVENUE, GREAT KILLS', Month: '1', Price: '1040'}, geometry: { type: 'Point', coordinates:[-74.1653603, 40.55781801]} },
{type: 'Feature',properties:{Name: '5', Address: '407 RIDGEWOOD AVENUE, GREAT KILLS', Month: '12', Price: '1040'}, geometry: { type: 'Point', coordinates:[-74.1653603, 40.55781801]} },
{type: 'Feature',properties:{Name: '5', Address: '441 RIDGEWOOD AVENUE, GREAT KILLS', Month: '7', Price: '1448'}, geometry: { type: 'Point', coordinates:[-74.16550948, 40.5584738]} },
{type: 'Feature',properties:{Name: '5', Address: '74 CORTELYOU AVENUE, GREAT KILLS', Month: '9', Price: '2264'}, geometry: { type: 'Point', coordinates:[-74.16450101, 40.55815136]} },
{type: 'Feature',properties:{Name: '5', Address: '122 EAST BRANDIS AVENUE, GREAT KILLS', Month: '11', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.16408223, 40.55907971]} },
{type: 'Feature',properties:{Name: '5', Address: '82 EAST BRANDIS AVENUE, GREAT KILLS', Month: '1', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.16293097, 40.55922957]} },
{type: 'Feature',properties:{Name: '5', Address: '71 EAST MACON AVENUE, GREAT KILLS', Month: '3', Price: '1880'}, geometry: { type: 'Point', coordinates:[-74.1623716, 40.55859356]} },
{type: 'Feature',properties:{Name: '5', Address: '100 EAST MACON AVENUE, GREAT KILLS', Month: '2', Price: '1120'}, geometry: { type: 'Point', coordinates:[-74.16325659, 40.5584633]} },
{type: 'Feature',properties:{Name: '5', Address: '318 WILSON AVENUE, GREAT KILLS', Month: '3', Price: '1800'}, geometry: { type: 'Point', coordinates:[-74.1621271, 40.5468214]} },
{type: 'Feature',properties:{Name: '5', Address: '312 WILSON AVENUE, GREAT KILLS', Month: '6', Price: '3570'}, geometry: { type: 'Point', coordinates:[-74.16196175, 40.54689026]} },
{type: 'Feature',properties:{Name: '5', Address: '54 ELTINGVILLE BLVD, GREAT KILLS', Month: '9', Price: '1036'}, geometry: { type: 'Point', coordinates:[-74.16456734, 40.54563217]} },
{type: 'Feature',properties:{Name: '5', Address: '56 RIDGEWOOD AVENUE, GREAT KILLS', Month: '12', Price: '736'}, geometry: { type: 'Point', coordinates:[-74.16322414, 40.54812638]} },
{type: 'Feature',properties:{Name: '5', Address: '32 RIDGEWOOD AVENUE, GREAT KILLS', Month: '9', Price: '1224'}, geometry: { type: 'Point', coordinates:[-74.16311862, 40.54764619]} },
{type: 'Feature',properties:{Name: '5', Address: '3795 RICHMOND AVENUE, GREAT KILLS', Month: '12', Price: '2025'}, geometry: { type: 'Point', coordinates:[-74.1658379, 40.54580052]} },
{type: 'Feature',properties:{Name: '5', Address: '3785 RICHMOND AVENUE, GREAT KILLS', Month: '3', Price: '1152'}, geometry: { type: 'Point', coordinates:[-74.16587784, 40.54594594]} },
{type: 'Feature',properties:{Name: '5', Address: '3763 RICHMOND AVENUE, GREAT KILLS', Month: '6', Price: '1600'}, geometry: { type: 'Point', coordinates:[-74.165965, 40.5462697]} },
{type: 'Feature',properties:{Name: '5', Address: '92 ELTINGVILLE BLVD, GREAT KILLS', Month: '10', Price: '1564'}, geometry: { type: 'Point', coordinates:[-74.1648403, 40.54688616]} },
{type: 'Feature',properties:{Name: '5', Address: '387 GETZ AVENUE, GREAT KILLS', Month: '6', Price: '1512'}, geometry: { type: 'Point', coordinates:[-74.16450581, 40.54986751]} },
{type: 'Feature',properties:{Name: '5', Address: '236 ELTINGVILLE BLVD, GREAT KILLS', Month: '8', Price: '984'}, geometry: { type: 'Point', coordinates:[-74.16561531, 40.55035449]} },
{type: 'Feature',properties:{Name: '5', Address: '192 ELTINGVILLE BLVD, GREAT KILLS', Month: '7', Price: '1096'}, geometry: { type: 'Point', coordinates:[-74.165437, 40.54955052]} },
{type: 'Feature',properties:{Name: '5', Address: '133 BARTLETT AVENUE, GREAT KILLS', Month: '3', Price: '2178'}, geometry: { type: 'Point', coordinates:[-74.1666459, 40.55093765]} },
{type: 'Feature',properties:{Name: '5', Address: '327 ELTINGVILLE BLVD, GREAT KILLS', Month: '7', Price: '2265'}, geometry: { type: 'Point', coordinates:[-74.16622333, 40.55320547]} },
{type: 'Feature',properties:{Name: '5', Address: '36 SWEETBROOK ROAD, GREAT KILLS', Month: '4', Price: '1460'}, geometry: { type: 'Point', coordinates:[-74.16706731, 40.5539728]} },
{type: 'Feature',properties:{Name: '5', Address: '44 SWEETBROOK ROAD, GREAT KILLS', Month: '3', Price: '990'}, geometry: { type: 'Point', coordinates:[-74.16691301, 40.55415143]} },
{type: 'Feature',properties:{Name: '5', Address: '44 SWEETBROOK ROAD, GREAT KILLS', Month: '12', Price: '990'}, geometry: { type: 'Point', coordinates:[-74.16691301, 40.55415143]} },
{type: 'Feature',properties:{Name: '5', Address: '44 SWEETBROOK ROAD, GREAT KILLS', Month: '10', Price: '990'}, geometry: { type: 'Point', coordinates:[-74.16691301, 40.55415143]} },
{type: 'Feature',properties:{Name: '5', Address: '266 RIDGEWOOD AVENUE, GREAT KILLS', Month: '7', Price: '1990'}, geometry: { type: 'Point', coordinates:[-74.16453039, 40.55400391]} },
{type: 'Feature',properties:{Name: '5', Address: '262 RIDGEWOOD AVENUE, GREAT KILLS', Month: '5', Price: '2250'}, geometry: { type: 'Point', coordinates:[-74.1645158, 40.55392707]} },
{type: 'Feature',properties:{Name: '5', Address: '260 GETZ AVENUE, GREAT KILLS', Month: '6', Price: '2196'}, geometry: { type: 'Point', coordinates:[-74.16529522, 40.55333033]} },
{type: 'Feature',properties:{Name: '5', Address: '636 LEVERETT AVENUE, GREAT KILLS', Month: '2', Price: '1610'}, geometry: { type: 'Point', coordinates:[-74.16821756, 40.55489063]} },
{type: 'Feature',properties:{Name: '5', Address: '140 GETZ AVENUE, GREAT KILLS', Month: '11', Price: '1176'}, geometry: { type: 'Point', coordinates:[-74.16606995, 40.55664769]} },
{type: 'Feature',properties:{Name: '5', Address: '181 GETZ AVENUE, GREAT KILLS', Month: '12', Price: '1126'}, geometry: { type: 'Point', coordinates:[-74.165881, 40.5559151]} },
{type: 'Feature',properties:{Name: '5', Address: '302 BARTLETT AVENUE, GREAT KILLS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.16771177, 40.55553366]} },
{type: 'Feature',properties:{Name: '5', Address: '296 BARTLETT AVENUE, GREAT KILLS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.16786963, 40.55534129]} },
{type: 'Feature',properties:{Name: '5', Address: '539 ELTINGVILLE BLVD, GREAT KILLS', Month: '1', Price: '1440'}, geometry: { type: 'Point', coordinates:[-74.16744246, 40.55864118]} },
{type: 'Feature',properties:{Name: '5', Address: '545 ELTINGVILLE BLVD, GREAT KILLS', Month: '4', Price: '1440'}, geometry: { type: 'Point', coordinates:[-74.167457, 40.5586988]} },
{type: 'Feature',properties:{Name: '5', Address: '84 GETZ AVENUE, GREAT KILLS', Month: '6', Price: '2000'}, geometry: { type: 'Point', coordinates:[-74.16639411, 40.55820353]} },
{type: 'Feature',properties:{Name: '5', Address: '90 GETZ AVENUE, GREAT KILLS', Month: '11', Price: '2000'}, geometry: { type: 'Point', coordinates:[-74.16636861, 40.55807731]} },
{type: 'Feature',properties:{Name: '5', Address: '20A FRANKLIN LANE, GREAT KILLS', Month: '1', Price: '576'}, geometry: { type: 'Point', coordinates:[-74.15125098, 40.56960995]} },
{type: 'Feature',properties:{Name: '5', Address: '33 CORONA AVENUE, GREAT KILLS', Month: '7', Price: '2216'}, geometry: { type: 'Point', coordinates:[-74.13698739, 40.564786]} },
{type: 'Feature',properties:{Name: '5', Address: '94 BLYTHE PLACE, GREAT KILLS', Month: '6', Price: '1600'}, geometry: { type: 'Point', coordinates:[-74.13954007, 40.56347914]} },
{type: 'Feature',properties:{Name: '5', Address: '61 LUKE COURT, GREAT KILLS', Month: '12', Price: '2376'}, geometry: { type: 'Point', coordinates:[-74.14374926, 40.56434406]} },
{type: 'Feature',properties:{Name: '5', Address: '45 LUKE COURT, GREAT KILLS', Month: '9', Price: '2160'}, geometry: { type: 'Point', coordinates:[-74.14361274, 40.56445951]} },
{type: 'Feature',properties:{Name: '5', Address: '47 CHERRYWOOD COURT, GREAT KILLS', Month: '5', Price: '2334'}, geometry: { type: 'Point', coordinates:[-74.14372221, 40.5601363]} },
{type: 'Feature',properties:{Name: '5', Address: '35 CHERRYWOOD COURT, GREAT KILLS', Month: '7', Price: '2234'}, geometry: { type: 'Point', coordinates:[-74.14385877, 40.5600428]} },
{type: 'Feature',properties:{Name: '5', Address: '79 WILLOWWOOD LANE, GREAT KILLS', Month: '4', Price: '2338'}, geometry: { type: 'Point', coordinates:[-74.14317751, 40.5595441]} },
{type: 'Feature',properties:{Name: '5', Address: '63 WILLOWWOOD LANE, GREAT KILLS', Month: '6', Price: '2408'}, geometry: { type: 'Point', coordinates:[-74.14338239, 40.55942581]} },
{type: 'Feature',properties:{Name: '5', Address: '74 REDWOOD AVENUE, GREAT KILLS', Month: '8', Price: '2408'}, geometry: { type: 'Point', coordinates:[-74.14236275, 40.55888087]} },
{type: 'Feature',properties:{Name: '5', Address: '362 TANGLEWOOD DRIVE, GREAT KILLS', Month: '7', Price: '1832'}, geometry: { type: 'Point', coordinates:[-74.14628991, 40.56254849]} },
{type: 'Feature',properties:{Name: '5', Address: '57 SANDALWOOD DRIVE, GREAT KILLS', Month: '6', Price: '3696'}, geometry: { type: 'Point', coordinates:[-74.1470053, 40.56217428]} },
{type: 'Feature',properties:{Name: '5', Address: '97 REDWOOD AVENUE, GREAT KILLS', Month: '12', Price: '2533'}, geometry: { type: 'Point', coordinates:[-74.14201401, 40.55904599]} },
{type: 'Feature',properties:{Name: '5', Address: '97 REDWOOD AVENUE, GREAT KILLS', Month: '10', Price: '2533'}, geometry: { type: 'Point', coordinates:[-74.14201401, 40.55904599]} },
{type: 'Feature',properties:{Name: '5', Address: '158 SANDALWOOD DRIVE, GREAT KILLS', Month: '4', Price: '1932'}, geometry: { type: 'Point', coordinates:[-74.14528133, 40.56049939]} },
{type: 'Feature',properties:{Name: '5', Address: '214 SANDALWOOD DRIVE, GREAT KILLS', Month: '8', Price: '1932'}, geometry: { type: 'Point', coordinates:[-74.14468986, 40.55992373]} },
{type: 'Feature',properties:{Name: '5', Address: '64 ISLINGTON STREET, GREAT KILLS', Month: '1', Price: '2376'}, geometry: { type: 'Point', coordinates:[-74.15134667, 40.56100759]} },
{type: 'Feature',properties:{Name: '5', Address: '150 JUMEL STREET, GREAT KILLS', Month: '5', Price: '2112'}, geometry: { type: 'Point', coordinates:[-74.15217, 40.55906317]} },
{type: 'Feature',properties:{Name: '5', Address: '181 LEVERETT AVENUE, GREAT KILLS', Month: '8', Price: '2975'}, geometry: { type: 'Point', coordinates:[-74.15178534, 40.55766108]} },
{type: 'Feature',properties:{Name: '5', Address: '75 GIBSON AVENUE, GREAT KILLS', Month: '5', Price: '2500'}, geometry: { type: 'Point', coordinates:[-74.14956953, 40.55651666]} },
{type: 'Feature',properties:{Name: '5', Address: '239 DEWEY AVENUE, GREAT KILLS', Month: '6', Price: '3016'}, geometry: { type: 'Point', coordinates:[-74.15111247, 40.55452465]} },
{type: 'Feature',properties:{Name: '5', Address: '129 GIFFORDS LANE, GREAT KILLS', Month: '6', Price: '2264'}, geometry: { type: 'Point', coordinates:[-74.15160835, 40.5542056]} },
{type: 'Feature',properties:{Name: '5', Address: '114 MILES AVENUE, GREAT KILLS', Month: '11', Price: '2160'}, geometry: { type: 'Point', coordinates:[-74.1490255, 40.55462344]} },
{type: 'Feature',properties:{Name: '5', Address: '75 TIMBER RIDGE DRIVE, GREAT KILLS', Month: '7', Price: '1900'}, geometry: { type: 'Point', coordinates:[-74.14110384, 40.55579725]} },
{type: 'Feature',properties:{Name: '5', Address: '63 TIMBER RIDGE DRIVE, GREAT KILLS', Month: '4', Price: '1900'}, geometry: { type: 'Point', coordinates:[-74.14089178, 40.55592377]} },
{type: 'Feature',properties:{Name: '5', Address: '174 JUSTIN AVENUE, GREAT KILLS', Month: '2', Price: '2444'}, geometry: { type: 'Point', coordinates:[-74.13308341, 40.55450029]} },
{type: 'Feature',properties:{Name: '5', Address: '178 JUSTIN AVENUE, GREAT KILLS', Month: '10', Price: '2444'}, geometry: { type: 'Point', coordinates:[-74.13304737, 40.55447014]} },
{type: 'Feature',properties:{Name: '5', Address: '208 JUSTIN AVENUE, GREAT KILLS', Month: '1', Price: '1600'}, geometry: { type: 'Point', coordinates:[-74.13237698, 40.55394391]} },
{type: 'Feature',properties:{Name: '5', Address: '3489 HYLAN BOULEVARD, GREAT KILLS', Month: '2', Price: '2000'}, geometry: { type: 'Point', coordinates:[-74.13362182, 40.55201012]} },
{type: 'Feature',properties:{Name: '5', Address: '3509 HYLAN BOULEVARD, GREAT KILLS', Month: '4', Price: '2000'}, geometry: { type: 'Point', coordinates:[-74.13395595, 40.55174623]} },
{type: 'Feature',properties:{Name: '5', Address: '104 AINSWORTH AVENUE, GREAT KILLS', Month: '5', Price: '2100'}, geometry: { type: 'Point', coordinates:[-74.1378533, 40.55185416]} },
{type: 'Feature',properties:{Name: '5', Address: '136 GREENCROFT AVENUE, GREAT KILLS', Month: '4', Price: '1916'}, geometry: { type: 'Point', coordinates:[-74.13742231, 40.55050697]} },
{type: 'Feature',properties:{Name: '5', Address: '448 DURANT AVENUE, GREAT KILLS', Month: '7', Price: '1984'}, geometry: { type: 'Point', coordinates:[-74.14032606, 40.55043758]} },
{type: 'Feature',properties:{Name: '5', Address: '173 MAYBURY AVENUE, GREAT KILLS', Month: '2', Price: '1912'}, geometry: { type: 'Point', coordinates:[-74.13933592, 40.55015607]} },
{type: 'Feature',properties:{Name: '5', Address: '229 GREENCROFT AVENUE, GREAT KILLS', Month: '8', Price: '3178'}, geometry: { type: 'Point', coordinates:[-74.13973961, 40.54875847]} },
{type: 'Feature',properties:{Name: '5', Address: '229 GREENCROFT AVENUE, GREAT KILLS', Month: '2', Price: '3178'}, geometry: { type: 'Point', coordinates:[-74.13973961, 40.54875847]} },
{type: 'Feature',properties:{Name: '5', Address: '207 GREENCROFT AVENUE, GREAT KILLS', Month: '12', Price: '2800'}, geometry: { type: 'Point', coordinates:[-74.13930856, 40.54911308]} },
{type: 'Feature',properties:{Name: '5', Address: '33 MIDLAND ROAD, GREAT KILLS', Month: '8', Price: '2794'}, geometry: { type: 'Point', coordinates:[-74.14623824, 40.55045217]} },
{type: 'Feature',properties:{Name: '5', Address: '31 MIDLAND ROAD, GREAT KILLS', Month: '11', Price: '3105'}, geometry: { type: 'Point', coordinates:[-74.14623475, 40.55050158]} },
{type: 'Feature',properties:{Name: '5', Address: '29 MIDLAND ROAD, GREAT KILLS', Month: '9', Price: '2704'}, geometry: { type: 'Point', coordinates:[-74.14622766, 40.55055099]} },
{type: 'Feature',properties:{Name: '5', Address: '295 GREENCROFT AVENUE, GREAT KILLS', Month: '12', Price: '2192'}, geometry: { type: 'Point', coordinates:[-74.14179811, 40.54719141]} },
{type: 'Feature',properties:{Name: '5', Address: '27 ADRIENNE PLACE, GREAT KILLS', Month: '1', Price: '2584'}, geometry: { type: 'Point', coordinates:[-74.14843415, 40.55085558]} },
{type: 'Feature',properties:{Name: '5', Address: '19 HILLSIDE TERRACE, GREAT KILLS', Month: '3', Price: '1480'}, geometry: { type: 'Point', coordinates:[-74.14936573, 40.55067322]} },
{type: 'Feature',properties:{Name: '5', Address: '103 RUSTIC PLACE, GREAT KILLS', Month: '2', Price: '2000'}, geometry: { type: 'Point', coordinates:[-74.14810927, 40.54714501]} },
{type: 'Feature',properties:{Name: '5', Address: '51 WHITMAN AVENUE, GREAT KILLS', Month: '11', Price: '1928'}, geometry: { type: 'Point', coordinates:[-74.14443887, 40.54537379]} },
{type: 'Feature',properties:{Name: '5', Address: '234 CLEVELAND AVENUE, GREAT KILLS', Month: '11', Price: '2000'}, geometry: { type: 'Point', coordinates:[-74.14601763, 40.54500399]} },
{type: 'Feature',properties:{Name: '5', Address: '3740 HYLAN BOULEVARD, GREAT KILLS', Month: '7', Price: '1950'}, geometry: { type: 'Point', coordinates:[-74.14009656, 40.54738289]} },
{type: 'Feature',properties:{Name: '5', Address: '353 GREAT KILLS ROAD, GREAT KILLS', Month: '11', Price: '1984'}, geometry: { type: 'Point', coordinates:[-74.14033762, 40.54565885]} },
{type: 'Feature',properties:{Name: '5', Address: '3770 HYLAN BOULEVARD, GREAT KILLS', Month: '11', Price: '2336'}, geometry: { type: 'Point', coordinates:[-74.14073962, 40.54689901]} },
{type: 'Feature',properties:{Name: '5', Address: '3872 HYLAN BOULEVARD, GREAT KILLS', Month: '9', Price: '2304'}, geometry: { type: 'Point', coordinates:[-74.14328659, 40.54496351]} },
{type: 'Feature',properties:{Name: '5', Address: '20 MERCER PLACE, GREAT KILLS', Month: '6', Price: '2534'}, geometry: { type: 'Point', coordinates:[-74.1434858, 40.54390102]} },
{type: 'Feature',properties:{Name: '5', Address: '130 WHITMAN AVENUE, GREAT KILLS', Month: '5', Price: '2534'}, geometry: { type: 'Point', coordinates:[-74.14277389, 40.54413522]} },
{type: 'Feature',properties:{Name: '5', Address: '58 PLEASANT STREET, GREAT KILLS', Month: '4', Price: '2100'}, geometry: { type: 'Point', coordinates:[-74.15187674, 40.54879521]} },
{type: 'Feature',properties:{Name: '5', Address: '1A SHERWOOD PLACE, GREAT KILLS', Month: '4', Price: '2252'}, geometry: { type: 'Point', coordinates:[-74.15402125, 40.54875942]} },
{type: 'Feature',properties:{Name: '5', Address: '57 MONTVALE PLACE, GREAT KILLS', Month: '11', Price: '1736'}, geometry: { type: 'Point', coordinates:[-74.15360459, 40.54751932]} },
{type: 'Feature',properties:{Name: '5', Address: '506 ARMSTRONG AVENUE, GREAT KILLS', Month: '10', Price: '1867'}, geometry: { type: 'Point', coordinates:[-74.15839994, 40.54554203]} },
{type: 'Feature',properties:{Name: '5', Address: '347 PACIFIC AVENUE, GREAT KILLS', Month: '12', Price: '2140'}, geometry: { type: 'Point', coordinates:[-74.15988868, 40.543668]} },
{type: 'Feature',properties:{Name: '5', Address: '291 ARMSTRONG AVENUE, GREAT KILLS', Month: '4', Price: '1878'}, geometry: { type: 'Point', coordinates:[-74.15360331, 40.54069846]} },
{type: 'Feature',properties:{Name: '5', Address: '4121 RICHMOND AVENUE, GREAT KILLS', Month: '10', Price: '2644'}, geometry: { type: 'Point', coordinates:[-74.15936099, 40.53814342]} },
{type: 'Feature',properties:{Name: '5', Address: '24 DAVID STREET, GREAT KILLS', Month: '1', Price: '2595'}, geometry: { type: 'Point', coordinates:[-74.14851853, 40.54348839]} },
{type: 'Feature',properties:{Name: '5', Address: '8 RUSSELL STREET, GREAT KILLS', Month: '6', Price: '1152'}, geometry: { type: 'Point', coordinates:[-74.14787719, 40.54145805]} },
{type: 'Feature',properties:{Name: '5', Address: '129 KING STREET, GREAT KILLS', Month: '9', Price: '1290'}, geometry: { type: 'Point', coordinates:[-74.1502592, 40.53994531]} },
{type: 'Feature',properties:{Name: '5', Address: '98 RUSSELL STREET, GREAT KILLS', Month: '11', Price: '2080'}, geometry: { type: 'Point', coordinates:[-74.14958172, 40.53946037]} },
{type: 'Feature',properties:{Name: '5', Address: '4185 HYLAN BOULEVARD, GREAT KILLS', Month: '6', Price: '1440'}, geometry: { type: 'Point', coordinates:[-74.14964689, 40.53803572]} },
{type: 'Feature',properties:{Name: '5', Address: '221 ARMSTRONG AVENUE, GREAT KILLS', Month: '7', Price: '1680'}, geometry: { type: 'Point', coordinates:[-74.15231228, 40.53938816]} },
{type: 'Feature',properties:{Name: '5', Address: '221 ARMSTRONG AVENUE, GREAT KILLS', Month: '8', Price: '1680'}, geometry: { type: 'Point', coordinates:[-74.15231228, 40.53938816]} },
{type: 'Feature',properties:{Name: '5', Address: '158 ROBINSON AVENUE, GREAT KILLS', Month: '12', Price: '1547'}, geometry: { type: 'Point', coordinates:[-74.15212572, 40.53803795]} },
{type: 'Feature',properties:{Name: '5', Address: '142 PACIFIC AVENUE, GREAT KILLS', Month: '1', Price: '2160'}, geometry: { type: 'Point', coordinates:[-74.15532273, 40.5389971]} },
{type: 'Feature',properties:{Name: '5', Address: '205 WIMAN AVENUE, GREAT KILLS', Month: '12', Price: '2300'}, geometry: { type: 'Point', coordinates:[-74.14512734, 40.53931512]} },
{type: 'Feature',properties:{Name: '5', Address: '242 WIMAN AVENUE, GREAT KILLS', Month: '8', Price: '1376'}, geometry: { type: 'Point', coordinates:[-74.14441023, 40.53878078]} },
{type: 'Feature',properties:{Name: '5', Address: '15 GLOVER STREET, GREAT KILLS', Month: '7', Price: '1440'}, geometry: { type: 'Point', coordinates:[-74.14776686, 40.53874632]} },
{type: 'Feature',properties:{Name: '5', Address: '61 HEINZ AVENUE, GREAT KILLS', Month: '11', Price: '1784'}, geometry: { type: 'Point', coordinates:[-74.14756662, 40.5376761]} },
{type: 'Feature',properties:{Name: '5', Address: '59 HEINZ AVENUE, GREAT KILLS', Month: '6', Price: '1784'}, geometry: { type: 'Point', coordinates:[-74.14760265, 40.5377035]} },
{type: 'Feature',properties:{Name: '5', Address: '278 TENNYSON DRIVE, GREAT KILLS', Month: '4', Price: '1966'}, geometry: { type: 'Point', coordinates:[-74.14613597, 40.53659647]} },
{type: 'Feature',properties:{Name: '5', Address: '4338 HYLAN BOULEVARD, GREAT KILLS', Month: '6', Price: '2400'}, geometry: { type: 'Point', coordinates:[-74.15325539, 40.53489089]} },
{type: 'Feature',properties:{Name: '5', Address: '10 HARDY PLACE, GREAT KILLS', Month: '10', Price: '3250'}, geometry: { type: 'Point', coordinates:[-74.15253802, 40.5515913]} },
{type: 'Feature',properties:{Name: '5', Address: '5 RHETT AVENUE, GREAT KILLS', Month: '1', Price: '1602'}, geometry: { type: 'Point', coordinates:[-74.15207318, 40.55289296]} },
{type: 'Feature',properties:{Name: '5', Address: '18 NORTH RHETT AVENUE, GREAT KILLS', Month: '5', Price: '960'}, geometry: { type: 'Point', coordinates:[-74.15289495, 40.55346554]} },
{type: 'Feature',properties:{Name: '5', Address: '355 DEWEY AVENUE, GREAT KILLS', Month: '4', Price: '2488'}, geometry: { type: 'Point', coordinates:[-74.15483835, 40.55354528]} },
{type: 'Feature',properties:{Name: '5', Address: '17 BLAISE COURT, GREAT KILLS', Month: '11', Price: '1260'}, geometry: { type: 'Point', coordinates:[-74.15397353, 40.5545977]} },
{type: 'Feature',properties:{Name: '5', Address: '150 GIFFORDS LANE, GREAT KILLS', Month: '5', Price: '1959'}, geometry: { type: 'Point', coordinates:[-74.15194823, 40.55491331]} },
{type: 'Feature',properties:{Name: '5', Address: '330 GIFFORDS LANE, GREAT KILLS', Month: '3', Price: '2584'}, geometry: { type: 'Point', coordinates:[-74.15404632, 40.55963708]} },
{type: 'Feature',properties:{Name: '5', Address: '17 STIEG AVENUE, GREAT KILLS', Month: '1', Price: '2414'}, geometry: { type: 'Point', coordinates:[-74.15473514, 40.55870292]} },
{type: 'Feature',properties:{Name: '5', Address: '304 ELVERTON AVENUE, GREAT KILLS', Month: '1', Price: '2642'}, geometry: { type: 'Point', coordinates:[-74.15514224, 40.5573382]} },
{type: 'Feature',properties:{Name: '5', Address: '426 GIFFORDS LANE, GREAT KILLS', Month: '2', Price: '1700'}, geometry: { type: 'Point', coordinates:[-74.1551679, 40.5621855]} },
{type: 'Feature',properties:{Name: '5', Address: '92 PEMBERTON AVENUE, GREAT KILLS', Month: '10', Price: '3720'}, geometry: { type: 'Point', coordinates:[-74.15615689, 40.56187125]} },
{type: 'Feature',properties:{Name: '5', Address: '492 ELVERTON AVENUE, GREAT KILLS', Month: '5', Price: '1439'}, geometry: { type: 'Point', coordinates:[-74.15717921, 40.56195769]} },
{type: 'Feature',properties:{Name: '5', Address: '271 KATAN AVENUE, GREAT KILLS', Month: '6', Price: '1150'}, geometry: { type: 'Point', coordinates:[-74.15501899, 40.55229889]} },
{type: 'Feature',properties:{Name: '5', Address: '324 BROOKFIELD AVENUE, GREAT KILLS', Month: '9', Price: '1640'}, geometry: { type: 'Point', coordinates:[-74.15904819, 40.55939421]} },
{type: 'Feature',properties:{Name: '5', Address: '324 BROOKFIELD AVENUE, GREAT KILLS', Month: '9', Price: '1640'}, geometry: { type: 'Point', coordinates:[-74.15904819, 40.55939421]} },
{type: 'Feature',properties:{Name: '5', Address: '107 WILSON AVENUE, GREAT KILLS', Month: '10', Price: '2036'}, geometry: { type: 'Point', coordinates:[-74.15723472, 40.5488429]} },
{type: 'Feature',properties:{Name: '5', Address: '81 NOTRE DAME AVE, GREAT KILLS', Month: '2', Price: '2391'}, geometry: { type: 'Point', coordinates:[-74.1570933, 40.54991357]} },
{type: 'Feature',properties:{Name: '5', Address: '591 ARMSTRONG AVENUE, GREAT KILLS', Month: '8', Price: '1720'}, geometry: { type: 'Point', coordinates:[-74.16003425, 40.54886374]} },
{type: 'Feature',properties:{Name: '5', Address: '38 NOTRE DAME AVENUE, GREAT KILLS', Month: '11', Price: '1862'}, geometry: { type: 'Point', coordinates:[-74.15749482, 40.55080234]} },
{type: 'Feature',properties:{Name: '5', Address: '64 ABINGDON AVENUE, GREAT KILLS', Month: '6', Price: '2456'}, geometry: { type: 'Point', coordinates:[-74.15636582, 40.55118816]} },
{type: 'Feature',properties:{Name: '5', Address: '102 ESCANABA AVENUE, GREAT KILLS', Month: '11', Price: '2276'}, geometry: { type: 'Point', coordinates:[-74.15979105, 40.55099131]} },
{type: 'Feature',properties:{Name: '5', Address: '57 ESCANABA AVENUE, GREAT KILLS', Month: '5', Price: '2280'}, geometry: { type: 'Point', coordinates:[-74.1593783, 40.54992964]} },
{type: 'Feature',properties:{Name: '5', Address: '333 KATAN AVENUE, GREAT KILLS', Month: '2', Price: '2742'}, geometry: { type: 'Point', coordinates:[-74.15729233, 40.55191701]} },
{type: 'Feature',properties:{Name: '5', Address: '73 EAST FIGUREA AVENUE, GREAT KILLS', Month: '6', Price: '1656'}, geometry: { type: 'Point', coordinates:[-74.15900283, 40.55243068]} },
{type: 'Feature',properties:{Name: '5', Address: '33 EAST SCRANTON AVENUE, GREAT KILLS', Month: '6', Price: '1336'}, geometry: { type: 'Point', coordinates:[-74.1589577, 40.55463757]} },
{type: 'Feature',properties:{Name: '5', Address: '87 DEMOPOLIS AVENUE, GREAT KILLS', Month: '9', Price: '1912'}, geometry: { type: 'Point', coordinates:[-74.1610631, 40.54875525]} },
{type: 'Feature',properties:{Name: '5', Address: '431 CORTELYOU AVENUE, GREAT KILLS', Month: '12', Price: '2768'}, geometry: { type: 'Point', coordinates:[-74.16196898, 40.54838891]} },
{type: 'Feature',properties:{Name: '5', Address: '366 LAMOKA AVENUE, GREAT KILLS', Month: '10', Price: '1824'}, geometry: { type: 'Point', coordinates:[-74.16300308, 40.54895837]} },
{type: 'Feature',properties:{Name: '5', Address: '362 LAMOKA AVENUE, GREAT KILLS', Month: '12', Price: '1824'}, geometry: { type: 'Point', coordinates:[-74.16290596, 40.54897223]} },
{type: 'Feature',properties:{Name: '5', Address: '55 DEMOPOLIS AVENUE, GREAT KILLS', Month: '8', Price: '2008'}, geometry: { type: 'Point', coordinates:[-74.16131787, 40.54995163]} },
{type: 'Feature',properties:{Name: '5', Address: '21 FENWAY CIRCLE, GREAT KILLS', Month: '1', Price: '2184'}, geometry: { type: 'Point', coordinates:[-74.16336514, 40.55723073]} },
{type: 'Feature',properties:{Name: '5', Address: '417 RIDGEWOOD AVENUE, GREAT KILLS', Month: '2', Price: '2220'}, geometry: { type: 'Point', coordinates:[-74.16540396, 40.55801008]} },
{type: 'Feature',properties:{Name: '5', Address: '445 GETZ AVENUE, GREAT KILLS', Month: '1', Price: '2496'}, geometry: { type: 'Point', coordinates:[-74.16412766, 40.54827331]} },
{type: 'Feature',properties:{Name: '5', Address: '3687 RICHMOND AVENUE, GREAT KILLS', Month: '6', Price: '1318'}, geometry: { type: 'Point', coordinates:[-74.16694423, 40.54792341]} },
{type: 'Feature',properties:{Name: '5', Address: '219 ELTINGVILLE BLVD, GREAT KILLS', Month: '3', Price: '2350'}, geometry: { type: 'Point', coordinates:[-74.16554276, 40.55011854]} },
{type: 'Feature',properties:{Name: '5', Address: '303 GETZ AVENUE, GREAT KILLS', Month: '8', Price: '2600'}, geometry: { type: 'Point', coordinates:[-74.16501864, 40.55208184]} },
{type: 'Feature',properties:{Name: '5', Address: '229 GETZ AVENUE, GREAT KILLS', Month: '9', Price: '2120'}, geometry: { type: 'Point', coordinates:[-74.16541937, 40.55406027]} },
{type: 'Feature',properties:{Name: '5', Address: '3415 RICHMOND AVENUE, GREAT KILLS', Month: '5', Price: '1523'}, geometry: { type: 'Point', coordinates:[-74.16859263, 40.55521122]} },
{type: 'Feature',properties:{Name: '5', Address: '311 BARTLETT AVENUE, GREAT KILLS', Month: '1', Price: '2200'}, geometry: { type: 'Point', coordinates:[-74.16780995, 40.55593975]} },
{type: 'Feature',properties:{Name: '5', Address: '408 RIDGEWOOD AVENUE, GREAT KILLS', Month: '12', Price: '2600'}, geometry: { type: 'Point', coordinates:[-74.16539278, 40.55785364]} },
{type: 'Feature',properties:{Name: '5', Address: '399 BARTLETT AVENUE, GREAT KILLS', Month: '3', Price: '1960'}, geometry: { type: 'Point', coordinates:[-74.16824339, 40.55800321]} },
{type: 'Feature',properties:{Name: '5', Address: '166 RIDGECREST AVENUE, GREAT KILLS', Month: '3', Price: '1792'}, geometry: { type: 'Point', coordinates:[-74.15787048, 40.53770082]} },
{type: 'Feature',properties:{Name: '5', Address: '50 TIMBER RIDGE DRIVE, GREAT KILLS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.14071217, 40.5560777]} },
{type: 'Feature',properties:{Name: '5', Address: '80 TIMBER RIDGE DRIVE, GREAT KILLS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.14099965, 40.55587698]} },
{type: 'Feature',properties:{Name: '5', Address: '196 TIMBER RIDGE DRIVE, GREAT KILLS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.14292011, 40.55530094]} },
{type: 'Feature',properties:{Name: '5', Address: '290 TIMBER RIDGE DRIVE, GREAT KILLS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.14308907, 40.55522113]} },
{type: 'Feature',properties:{Name: '5', Address: '324 TIMBER RIDGE DRIVE, GREAT KILLS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.14256948, 40.55456851]} },
{type: 'Feature',properties:{Name: '5', Address: '50 NANCY COURT, GREAT KILLS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.14103309, 40.55637649]} },
{type: 'Feature',properties:{Name: '5', Address: '60 NANCY COURT, GREAT KILLS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.14118066, 40.55638729]} },
{type: 'Feature',properties:{Name: '5', Address: '15 YACHT CLUB COVE, GREAT KILLS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.13874297, 40.54706613]} },
{type: 'Feature',properties:{Name: '5', Address: '26 YACHT CLUB COVE, GREAT KILLS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.1384426, 40.54623756]} },
{type: 'Feature',properties:{Name: '5', Address: '40 YACHT CLUB COVE, GREAT KILLS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.13935771, 40.54679914]} },
{type: 'Feature',properties:{Name: '5', Address: '50 YACHT CLUB COVE, GREAT KILLS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.13924765, 40.54751018]} },
{type: 'Feature',properties:{Name: '5', Address: '60 HARBOUR COURT, GREAT KILLS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.14261408, 40.53837405]} },
{type: 'Feature',properties:{Name: '5', Address: '38 FILIPE LANE, GREAT KILLS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.14652968, 40.53730962]} },
{type: 'Feature',properties:{Name: '5', Address: '26 FILIPE LANE, GREAT KILLS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.14635672, 40.53718632]} },
{type: 'Feature',properties:{Name: '5', Address: '10 FILIPE LANE, GREAT KILLS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.14612971, 40.53702192]} },
{type: 'Feature',properties:{Name: '5', Address: '254A KATAN AVENUE, GREAT KILLS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15406542, 40.55231389]} },
{type: 'Feature',properties:{Name: '5', Address: '244 KATAN AVENUE, GREAT KILLS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15404074, 40.55253351]} },
{type: 'Feature',properties:{Name: '5', Address: '153B COLON AVENUE, GREAT KILLS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15421072, 40.55290109]} },
{type: 'Feature',properties:{Name: '5', Address: '217B KATAN AVENUE, GREAT KILLS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15421072, 40.55290109]} },
{type: 'Feature',properties:{Name: '5', Address: '219B KATAN AVENUE, GREAT KILLS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15421072, 40.55290109]} },
{type: 'Feature',properties:{Name: '5', Address: '219B KATAN AVENUE, GREAT KILLS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15421072, 40.55290109]} },
{type: 'Feature',properties:{Name: '5', Address: '4219 AMBOY ROAD, GREAT KILLS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15664123, 40.54740543]} },
{type: 'Feature',properties:{Name: '5', Address: '4219 AMBOY ROAD, GREAT KILLS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15664123, 40.54740543]} },
{type: 'Feature',properties:{Name: '5', Address: '4201 AMBOY ROAD, GREAT KILLS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15613814, 40.54768883]} },
{type: 'Feature',properties:{Name: '5', Address: '4199 AMBOY ROAD, GREAT KILLS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15596571, 40.54781258]} },
{type: 'Feature',properties:{Name: '5', Address: '4185 AMBOY ROAD, GREAT KILLS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15569992, 40.54801606]} },
{type: 'Feature',properties:{Name: '5', Address: '4207 AMBOY ROAD, GREAT KILLS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15626389, 40.54760631]} },
{type: 'Feature',properties:{Name: '5', Address: '4207 AMBOY ROAD, GREAT KILLS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15626389, 40.54760631]} },
{type: 'Feature',properties:{Name: '5', Address: '4207 AMBOY ROAD, GREAT KILLS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15626389, 40.54760631]} },
{type: 'Feature',properties:{Name: '5', Address: '4207 AMBOY ROAD, GREAT KILLS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15626389, 40.54760631]} },
{type: 'Feature',properties:{Name: '5', Address: '4211 AMBOY ROAD, GREAT KILLS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15635372, 40.54755404]} },
{type: 'Feature',properties:{Name: '5', Address: '4211 AMBOY ROAD, GREAT KILLS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15635372, 40.54755404]} },
{type: 'Feature',properties:{Name: '5', Address: '18A ABINGDON AVENUE, GREAT KILLS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15621188, 40.54998614]} },
{type: 'Feature',properties:{Name: '5', Address: '360 BARLOW AVENUE, GREAT KILLS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15990896, 40.55815785]} },
{type: 'Feature',properties:{Name: '5', Address: '360 BARLOW AVENUE, GREAT KILLS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15990896, 40.55815785]} },
{type: 'Feature',properties:{Name: '5', Address: '3843 AMBOY ROAD, GREAT KILLS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.14649232, 40.5514537]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A DENT ROAD, GREAT KILLS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.14547132, 40.5502363]} },
{type: 'Feature',properties:{Name: '5', Address: 'RAMBLE ROAD, GREAT KILLS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.14740177, 40.55101886]} },
{type: 'Feature',properties:{Name: '5', Address: '3886 HYLAN BOULEVARD, GREAT KILLS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.14380027, 40.54456762]} },
{type: 'Feature',properties:{Name: '5', Address: '139 OCEANVIEW PLACE, GREAT KILLS', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15391039, 40.54124975]} },
{type: 'Feature',properties:{Name: '5', Address: '139 OCEANVIEW PLACE, GREAT KILLS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15391039, 40.54124975]} },
{type: 'Feature',properties:{Name: '5', Address: 'HYLAN BOULEVARD, GREAT KILLS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.14660546, 40.54233528]} },
{type: 'Feature',properties:{Name: '5', Address: 'DRIGGS STREET, GREAT KILLS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.14943803, 40.54116508]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A DRIGGS STREET, GREAT KILLS', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.149359, 40.54122008]} },
{type: 'Feature',properties:{Name: '5', Address: 'BARTLETT AVENUE, GREAT KILLS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.16697385, 40.55113754]} },
{type: 'Feature',properties:{Name: '5', Address: 'RICHMOND AVENUE, GREAT KILLS', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.16876331, 40.55724763]} },
{type: 'Feature',properties:{Name: '5', Address: '3745 AMBOY ROAD, 13B, GREAT KILLS', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.14413668, 40.55207152]} },
{type: 'Feature',properties:{Name: '5', Address: '3747 AMBOY ROAD, 6A, GREAT KILLS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.14416902, 40.55204952]} },
{type: 'Feature',properties:{Name: '5', Address: '3745 AMBOY ROAD, 11B, GREAT KILLS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.14413668, 40.55207152]} },
{type: 'Feature',properties:{Name: '5', Address: '3747 AMBOY ROAD, 3A, GREAT KILLS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.14416902, 40.55204952]} },
{type: 'Feature',properties:{Name: '5', Address: '37-45 AMBOY ROAD, 12A, GREAT KILLS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.14413668, 40.55207152]} },
{type: 'Feature',properties:{Name: '5', Address: '475 ARMSTRONG AVENUE, J-1, GREAT KILLS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15788422, 40.54504044]} },
{type: 'Feature',properties:{Name: '5', Address: '133 CORTELYOU AVENUE, GREAT KILLS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.1640902, 40.55646115]} },
{type: 'Feature',properties:{Name: '5', Address: '147 CORTELYOU AVENUE, GREAT KILLS', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.16403191, 40.55617302]} },
{type: 'Feature',properties:{Name: '5', Address: '894 ARMSTRONG AVENUE, GREAT KILLS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.16119999, 40.55627585]} },
{type: 'Feature',properties:{Name: '5', Address: '890 ARMSTRONG AVENUE, GREAT KILLS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.16115287, 40.55613593]} },
{type: 'Feature',properties:{Name: '5', Address: '910 ARMSTRONG AVENUE, GREAT KILLS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.16135222, 40.55672578]} },
{type: 'Feature',properties:{Name: '5', Address: '910 ARMSTRONG AVENUE, GREAT KILLS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.16135222, 40.55672578]} },
{type: 'Feature',properties:{Name: '5', Address: '3465 AMBOY ROAD, GREAT KILLS', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.13875651, 40.55705174]} },
{type: 'Feature',properties:{Name: '5', Address: '3465 AMBOY ROAD, GREAT KILLS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.13875651, 40.55705174]} },
{type: 'Feature',properties:{Name: '5', Address: '3465 AMBOY ROAD, GREAT KILLS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.13875651, 40.55705174]} },
{type: 'Feature',properties:{Name: '5', Address: '40 ACKERMAN STREET, GREAT KILLS', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.14410086, 40.54213808]} },
{type: 'Feature',properties:{Name: '5', Address: '30 ACKERMAN STREET, GREAT KILLS', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.14392482, 40.54225907]} },
{type: 'Feature',properties:{Name: '5', Address: '3912 AMBOY ROAD, GREAT KILLS', Month: '3', Price: '5895'}, geometry: { type: 'Point', coordinates:[-74.14898634, 40.55158499]} },
{type: 'Feature',properties:{Name: '5', Address: '4143 RICHMOND AVENUE, GREAT KILLS', Month: '12', Price: '7700'}, geometry: { type: 'Point', coordinates:[-74.15884521, 40.53759792]} },
{type: 'Feature',properties:{Name: '5', Address: '16 DRIGGS STREET, GREAT KILLS', Month: '3', Price: '2800'}, geometry: { type: 'Point', coordinates:[-74.14781598, 40.54306385]} },
{type: 'Feature',properties:{Name: '5', Address: '3925 AMBOY ROAD, GREAT KILLS', Month: '8', Price: '1100'}, geometry: { type: 'Point', coordinates:[-74.14925244, 40.55150504]} },
{type: 'Feature',properties:{Name: '5', Address: '5 NELSON AVENUE, GREAT KILLS', Month: '6', Price: '800'}, geometry: { type: 'Point', coordinates:[-74.15077419, 40.54973814]} },
{type: 'Feature',properties:{Name: '5', Address: '3990 HYLAN BOULEVARD, GREAT KILLS', Month: '2', Price: '2000'}, geometry: { type: 'Point', coordinates:[-74.14578194, 40.54252298]} },
{type: 'Feature',properties:{Name: '5', Address: '35 GIFFORDS LANE, GREAT KILLS', Month: '6', Price: '7350'}, geometry: { type: 'Point', coordinates:[-74.15068233, 40.55208507]} },
{type: 'Feature',properties:{Name: '5', Address: '35 EMMET AVENUE, GREAT KILLS-BAY TERRACE', Month: '11', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.13280813, 40.56084113]} },
{type: 'Feature',properties:{Name: '5', Address: '41 FAIRBANKS AVENUE, GREAT KILLS-BAY TERRACE', Month: '8', Price: '1958'}, geometry: { type: 'Point', coordinates:[-74.13228929, 40.56235961]} },
{type: 'Feature',properties:{Name: '5', Address: '6 EMMET AVENUE, GREAT KILLS-BAY TERRACE', Month: '3', Price: '1176'}, geometry: { type: 'Point', coordinates:[-74.13366936, 40.56138085]} },
{type: 'Feature',properties:{Name: '5', Address: '10 EMMET AVENUE, GREAT KILLS-BAY TERRACE', Month: '4', Price: '1176'}, geometry: { type: 'Point', coordinates:[-74.13350359, 40.561274]} },
{type: 'Feature',properties:{Name: '5', Address: '17 SHERIDAN COURT, GREAT KILLS-BAY TERRACE', Month: '2', Price: '2120'}, geometry: { type: 'Point', coordinates:[-74.13349138, 40.56056585]} },
{type: 'Feature',properties:{Name: '5', Address: '47 SHERIDAN COURT, GREAT KILLS-BAY TERRACE', Month: '4', Price: '3000'}, geometry: { type: 'Point', coordinates:[-74.1342386, 40.55988976]} },
{type: 'Feature',properties:{Name: '5', Address: '11 SPRATT AVENUE, GREAT KILLS-BAY TERRACE', Month: '4', Price: '2000'}, geometry: { type: 'Point', coordinates:[-74.13527236, 40.55854633]} },
{type: 'Feature',properties:{Name: '5', Address: '16 HOOPER AVENUE, GREAT KILLS-BAY TERRACE', Month: '5', Price: '1140'}, geometry: { type: 'Point', coordinates:[-74.13043905, 40.55849977]} },
{type: 'Feature',properties:{Name: '5', Address: '138 BUFFALO STREET, GREAT KILLS-BAY TERRACE', Month: '9', Price: '1140'}, geometry: { type: 'Point', coordinates:[-74.13099301, 40.55836739]} },
{type: 'Feature',properties:{Name: '5', Address: '111 SPRATT AVENUE, GREAT KILLS-BAY TERRACE', Month: '9', Price: '1888'}, geometry: { type: 'Point', coordinates:[-74.1326671, 40.55687778]} },
{type: 'Feature',properties:{Name: '5', Address: '23 JUNCTION COURT, GREAT KILLS-BAY TERRACE', Month: '10', Price: '1500'}, geometry: { type: 'Point', coordinates:[-74.13771683, 40.55722592]} },
{type: 'Feature',properties:{Name: '5', Address: '35 JUNCTION COURT, GREAT KILLS-BAY TERRACE', Month: '11', Price: '1400'}, geometry: { type: 'Point', coordinates:[-74.13757642, 40.55719589]} },
{type: 'Feature',properties:{Name: '5', Address: '154 TWOMBLY AVENUE, GREAT KILLS-BAY TERRACE', Month: '5', Price: '1746'}, geometry: { type: 'Point', coordinates:[-74.13472899, 40.55679029]} },
{type: 'Feature',properties:{Name: '5', Address: '145 O'GORMAN AVENUE, GREAT KILLS-BAY TERRACE', Month: '4', Price: '1170'}, geometry: { type: 'Point', coordinates:[-74.13379291, 40.55658278]} },
{type: 'Feature',properties:{Name: '5', Address: '27 KELVIN AVENUE, GREAT KILLS-BAY TERRACE', Month: '2', Price: '1564'}, geometry: { type: 'Point', coordinates:[-74.13601895, 40.55581436]} },
{type: 'Feature',properties:{Name: '5', Address: '21 KELVIN AVENUE, GREAT KILLS-BAY TERRACE', Month: '12', Price: '1564'}, geometry: { type: 'Point', coordinates:[-74.13612348, 40.55589933]} },
{type: 'Feature',properties:{Name: '5', Address: '78 JUSTIN AVENUE, GREAT KILLS-BAY TERRACE', Month: '5', Price: '1564'}, geometry: { type: 'Point', coordinates:[-74.1355668, 40.55644895]} },
{type: 'Feature',properties:{Name: '5', Address: '155 HOOPER AVENUE, GREAT KILLS-BAY TERRACE', Month: '8', Price: '1144'}, geometry: { type: 'Point', coordinates:[-74.13333459, 40.55593828]} },
{type: 'Feature',properties:{Name: '5', Address: '120 JUSTIN AVENUE, GREAT KILLS-BAY TERRACE', Month: '2', Price: '2200'}, geometry: { type: 'Point', coordinates:[-74.13424039, 40.55540748]} },
{type: 'Feature',properties:{Name: '5', Address: '3528F AMBOY ROAD, GREAT KILLS-BAY TERRACE', Month: '1', Price: '1360'}, geometry: { type: 'Point', coordinates:[-74.1394368, 40.55538756]} },
{type: 'Feature',properties:{Name: '5', Address: '261 DURANT AVENUE, GREAT KILLS-BAY TERRACE', Month: '12', Price: '1531'}, geometry: { type: 'Point', coordinates:[-74.13533079, 40.5536358]} },
{type: 'Feature',properties:{Name: '5', Address: '13 REDGRAVE AVENUE, GREAT KILLS-BAY TERRACE', Month: '8', Price: '2064'}, geometry: { type: 'Point', coordinates:[-74.13858942, 40.55457064]} },
{type: 'Feature',properties:{Name: '5', Address: '89 REDGRAVE AVENUE, GREAT KILLS-BAY TERRACE', Month: '1', Price: '1176'}, geometry: { type: 'Point', coordinates:[-74.13690606, 40.55320025]} },
{type: 'Feature',properties:{Name: '5', Address: '77 REDGRAVE AVENUE, GREAT KILLS-BAY TERRACE', Month: '7', Price: '1176'}, geometry: { type: 'Point', coordinates:[-74.13711873, 40.55337017]} },
{type: 'Feature',properties:{Name: '5', Address: '323 O'GORMAN AVENUE, GREAT KILLS-BAY TERRACE', Month: '5', Price: '1520'}, geometry: { type: 'Point', coordinates:[-74.13817367, 40.55364888]} },
{type: 'Feature',properties:{Name: '5', Address: '82 REDGRAVE AVENUE, GREAT KILLS-BAY TERRACE', Month: '6', Price: '1440'}, geometry: { type: 'Point', coordinates:[-74.13702857, 40.55327421]} },
{type: 'Feature',properties:{Name: '5', Address: '11 AINSWORTH AVENUE, GREAT KILLS-BAY TERRACE', Month: '11', Price: '1380'}, geometry: { type: 'Point', coordinates:[-74.14014947, 40.55373981]} },
{type: 'Feature',properties:{Name: '5', Address: '92 BARTOW STREET, GREAT KILLS-BAY TERRACE', Month: '10', Price: '1176'}, geometry: { type: 'Point', coordinates:[-74.13758152, 40.55268067]} },
{type: 'Feature',properties:{Name: '5', Address: '38 AINSWORTH AVENUE, GREAT KILLS-BAY TERRACE', Month: '7', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.13960874, 40.55328483]} },
{type: 'Feature',properties:{Name: '5', Address: '67 CRANFORD STREET, GREAT KILLS-BAY TERRACE', Month: '3', Price: '1176'}, geometry: { type: 'Point', coordinates:[-74.13952371, 40.55220348]} },
{type: 'Feature',properties:{Name: '5', Address: '3664 AMBOY ROAD, GREAT KILLS-BAY TERRACE', Month: '11', Price: '1000'}, geometry: { type: 'Point', coordinates:[-74.14145869, 40.55342804]} },
{type: 'Feature',properties:{Name: '5', Address: '15 KEEGANS LANE, GREAT KILLS-BAY TERRACE', Month: '6', Price: '1184'}, geometry: { type: 'Point', coordinates:[-74.14188916, 40.55279071]} },
{type: 'Feature',properties:{Name: '5', Address: '78 CRANFORD STREET, GREAT KILLS-BAY TERRACE', Month: '9', Price: '1176'}, geometry: { type: 'Point', coordinates:[-74.13932541, 40.55201707]} },
{type: 'Feature',properties:{Name: '5', Address: '96 CRANFORD STREET, GREAT KILLS-BAY TERRACE', Month: '12', Price: '1176'}, geometry: { type: 'Point', coordinates:[-74.13902622, 40.5517704]} },
{type: 'Feature',properties:{Name: '5', Address: '50 KEEGANS LANE, GREAT KILLS-BAY TERRACE', Month: '7', Price: '1750'}, geometry: { type: 'Point', coordinates:[-74.14101335, 40.55213853]} },
{type: 'Feature',properties:{Name: '5', Address: '56 KEEGANS LANE, GREAT KILLS-BAY TERRACE', Month: '4', Price: '1424'}, geometry: { type: 'Point', coordinates:[-74.14072863, 40.55193301]} },
{type: 'Feature',properties:{Name: '5', Address: '52 TRENT STREET, GREAT KILLS-BAY TERRACE', Month: '9', Price: '2480'}, geometry: { type: 'Point', coordinates:[-74.14146351, 40.55060637]} },
{type: 'Feature',properties:{Name: '5', Address: '112 MONTREAL AVENUE, GREAT KILLS-BAY TERRACE', Month: '1', Price: '2234'}, geometry: { type: 'Point', coordinates:[-74.13171811, 40.56289824]} },
{type: 'Feature',properties:{Name: '5', Address: '54 HOOPER AVENUE, GREAT KILLS-BAY TERRACE', Month: '3', Price: '2496'}, geometry: { type: 'Point', coordinates:[-74.13119348, 40.55782644]} },
{type: 'Feature',properties:{Name: '5', Address: '2180 SOUTH RAILROAD AVE, GREAT KILLS-BAY TERRACE', Month: '7', Price: '2353'}, geometry: { type: 'Point', coordinates:[-74.13500777, 40.5576189]} },
{type: 'Feature',properties:{Name: '5', Address: '55 KELVIN AVENUE, GREAT KILLS-BAY TERRACE', Month: '7', Price: '2444'}, geometry: { type: 'Point', coordinates:[-74.1352043, 40.55514834]} },
{type: 'Feature',properties:{Name: '5', Address: '117 BAY TERRACE, GREAT KILLS-BAY TERRACE', Month: '12', Price: '2040'}, geometry: { type: 'Point', coordinates:[-74.13592649, 40.55459029]} },
{type: 'Feature',properties:{Name: '5', Address: '72 KELVIN AVENUE, GREAT KILLS-BAY TERRACE', Month: '9', Price: '2444'}, geometry: { type: 'Point', coordinates:[-74.13489065, 40.55486599]} },
{type: 'Feature',properties:{Name: '5', Address: '21 AINSWORTH AVENUE, GREAT KILLS-BAY TERRACE', Month: '5', Price: '1908'}, geometry: { type: 'Point', coordinates:[-74.13996203, 40.55358907]} },
{type: 'Feature',properties:{Name: '5', Address: '84 AINSWORTH AVENUE, GREAT KILLS-BAY TERRACE', Month: '5', Price: '2350'}, geometry: { type: 'Point', coordinates:[-74.13844445, 40.55233653]} },
{type: 'Feature',properties:{Name: '5', Address: '461 O'GORMAN AVENUE, GREAT KILLS-BAY TERRACE', Month: '1', Price: '1680'}, geometry: { type: 'Point', coordinates:[-74.14170276, 40.55143501]} },
{type: 'Feature',properties:{Name: '5', Address: '482 O'GORMAN AVENUE, GREAT KILLS-BAY TERRACE', Month: '5', Price: '1976'}, geometry: { type: 'Point', coordinates:[-74.14206918, 40.5511436]} },
{type: 'Feature',properties:{Name: '5', Address: '3434 AMBOY ROAD, GREAT KILLS-BAY TERRACE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.13770011, 40.55784352]} },
{type: 'Feature',properties:{Name: '5', Address: '12 BAY TERRACE, 1C, GREAT KILLS-BAY TERRACE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.13851099, 40.55666502]} },
{type: 'Feature',properties:{Name: '5', Address: '34 BAY TERRACE, G, GREAT KILLS-BAY TERRACE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.13812529, 40.55635532]} },
{type: 'Feature',properties:{Name: '5', Address: '16 BAY TERRACE, 2G, GREAT KILLS-BAY TERRACE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.13843891, 40.55661021]} },
{type: 'Feature',properties:{Name: '5', Address: '3486 AMBOY ROAD, 2G, GREAT KILLS-BAY TERRACE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.13912287, 40.55671094]} },
{type: 'Feature',properties:{Name: '5', Address: '16 BAY TERRACE, 2H, GREAT KILLS-BAY TERRACE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.13843891, 40.55661021]} },
{type: 'Feature',properties:{Name: '5', Address: '66 SUNRISE TERRACE, GRYMES HILL', Month: '11', Price: '1614'}, geometry: { type: 'Point', coordinates:[-74.0861632, 40.62856138]} },
{type: 'Feature',properties:{Name: '5', Address: '33 THERESA PLACE, GRYMES HILL', Month: '12', Price: '1548'}, geometry: { type: 'Point', coordinates:[-74.09268501, 40.62418111]} },
{type: 'Feature',properties:{Name: '5', Address: '246 HOWARD AVENUE, GRYMES HILL', Month: '5', Price: '6000'}, geometry: { type: 'Point', coordinates:[-74.0885241, 40.62403891]} },
{type: 'Feature',properties:{Name: '5', Address: '262 HOWARD AVENUE, GRYMES HILL', Month: '7', Price: '6076'}, geometry: { type: 'Point', coordinates:[-74.08850571, 40.62375347]} },
{type: 'Feature',properties:{Name: '5', Address: '255 HOWARD AVENUE, GRYMES HILL', Month: '2', Price: '2624'}, geometry: { type: 'Point', coordinates:[-74.08849153, 40.6239264]} },
{type: 'Feature',properties:{Name: '5', Address: '624 VAN DUZER STREET, GRYMES HILL', Month: '9', Price: '1308'}, geometry: { type: 'Point', coordinates:[-74.08505512, 40.62409917]} },
{type: 'Feature',properties:{Name: '5', Address: '84 PARK LANE, GRYMES HILL', Month: '7', Price: '2688'}, geometry: { type: 'Point', coordinates:[-74.08753626, 40.62068553]} },
{type: 'Feature',properties:{Name: '5', Address: '864 VAN DUZER STREET, GRYMES HILL', Month: '12', Price: '1176'}, geometry: { type: 'Point', coordinates:[-74.08620732, 40.61809545]} },
{type: 'Feature',properties:{Name: '5', Address: '197 HILLSIDE AVENUE, GRYMES HILL', Month: '8', Price: '980'}, geometry: { type: 'Point', coordinates:[-74.08963812, 40.6166573]} },
{type: 'Feature',properties:{Name: '5', Address: '32 WOODSIDE AVENUE, GRYMES HILL', Month: '2', Price: '1184'}, geometry: { type: 'Point', coordinates:[-74.08764851, 40.61837982]} },
{type: 'Feature',properties:{Name: '5', Address: '93 CENTRE AVE, GRYMES HILL', Month: '7', Price: '1648'}, geometry: { type: 'Point', coordinates:[-74.08743251, 40.61847331]} },
{type: 'Feature',properties:{Name: '5', Address: '77 CENTRE AVENUE, GRYMES HILL', Month: '2', Price: '1843'}, geometry: { type: 'Point', coordinates:[-74.08734245, 40.61846789]} },
{type: 'Feature',properties:{Name: '5', Address: '116 SIGNAL HILL ROAD, GRYMES HILL', Month: '10', Price: '2280'}, geometry: { type: 'Point', coordinates:[-74.08879174, 40.61942471]} },
{type: 'Feature',properties:{Name: '5', Address: '473 HOWARD AVENUE, GRYMES HILL', Month: '6', Price: '3056'}, geometry: { type: 'Point', coordinates:[-74.09059196, 40.61881122]} },
{type: 'Feature',properties:{Name: '5', Address: '51 SIGNAL HILL ROAD, GRYMES HILL', Month: '12', Price: '3872'}, geometry: { type: 'Point', coordinates:[-74.08990287, 40.6179993]} },
{type: 'Feature',properties:{Name: '5', Address: '51 CLAIRE COURT, GRYMES HILL', Month: '12', Price: '1760'}, geometry: { type: 'Point', coordinates:[-74.08969564, 40.61925658]} },
{type: 'Feature',properties:{Name: '5', Address: '27 PLEASANT VALLEY AVE, GRYMES HILL', Month: '2', Price: '1770'}, geometry: { type: 'Point', coordinates:[-74.08879065, 40.61589216]} },
{type: 'Feature',properties:{Name: '5', Address: '182 HILLSIDE AVENUE, GRYMES HILL', Month: '2', Price: '1425'}, geometry: { type: 'Point', coordinates:[-74.08973186, 40.6167231]} },
{type: 'Feature',properties:{Name: '5', Address: '71 PLEASANT VALLEY AVE, GRYMES HILL', Month: '9', Price: '750'}, geometry: { type: 'Point', coordinates:[-74.08982483, 40.61621524]} },
{type: 'Feature',properties:{Name: '5', Address: '73 WANDELL AVENUE, GRYMES HILL', Month: '10', Price: '976'}, geometry: { type: 'Point', coordinates:[-74.09020206, 40.61549856]} },
{type: 'Feature',properties:{Name: '5', Address: '94 PLEASANT VALLEY AVE, GRYMES HILL', Month: '3', Price: '1248'}, geometry: { type: 'Point', coordinates:[-74.09039415, 40.61637674]} },
{type: 'Feature',properties:{Name: '5', Address: '70 CEDAR TERRACE, GRYMES HILL', Month: '3', Price: '800'}, geometry: { type: 'Point', coordinates:[-74.08891686, 40.61329549]} },
{type: 'Feature',properties:{Name: '5', Address: '35 STARLIGHT ROAD, GRYMES HILL', Month: '8', Price: '1992'}, geometry: { type: 'Point', coordinates:[-74.09371244, 40.61188909]} },
{type: 'Feature',properties:{Name: '5', Address: '194 LONGVIEW ROAD, GRYMES HILL', Month: '5', Price: '1450'}, geometry: { type: 'Point', coordinates:[-74.0943105, 40.6120176]} },
{type: 'Feature',properties:{Name: '5', Address: '54 SUNRISE TERRACE, GRYMES HILL', Month: '5', Price: '3136'}, geometry: { type: 'Point', coordinates:[-74.08583549, 40.62865769]} },
{type: 'Feature',properties:{Name: '5', Address: '26 MAXIE COURT, GRYMES HILL', Month: '11', Price: '2280'}, geometry: { type: 'Point', coordinates:[-74.08581571, 40.62168593]} },
{type: 'Feature',properties:{Name: '5', Address: '25 TESSA COURT, GRYMES HILL', Month: '7', Price: '2280'}, geometry: { type: 'Point', coordinates:[-74.0859519, 40.62114511]} },
{type: 'Feature',properties:{Name: '5', Address: '784 VAN DUZER STREET, GRYMES HILL', Month: '11', Price: '1248'}, geometry: { type: 'Point', coordinates:[-74.08579616, 40.62048647]} },
{type: 'Feature',properties:{Name: '5', Address: '1 OAKLAND TERRACE, GRYMES HILL', Month: '3', Price: '2004'}, geometry: { type: 'Point', coordinates:[-74.08597195, 40.6199319]} },
{type: 'Feature',properties:{Name: '5', Address: '37 WANDELL AVENUE, GRYMES HILL', Month: '5', Price: '1600'}, geometry: { type: 'Point', coordinates:[-74.0891535, 40.61518647]} },
{type: 'Feature',properties:{Name: '5', Address: '49 LONGVIEW ROAD, GRYMES HILL', Month: '4', Price: '4178'}, geometry: { type: 'Point', coordinates:[-74.0899705, 40.61205128]} },
{type: 'Feature',properties:{Name: '5', Address: '52 STARBUCK STREET, GRYMES HILL', Month: '10', Price: '1246'}, geometry: { type: 'Point', coordinates:[-74.09006975, 40.61086545]} },
{type: 'Feature',properties:{Name: '5', Address: '60 STARBUCK STREET, GRYMES HILL', Month: '8', Price: '1278'}, geometry: { type: 'Point', coordinates:[-74.09015242, 40.61074187]} },
{type: 'Feature',properties:{Name: '5', Address: '21 HOWARD AVENUE, GRYMES HILL', Month: '5', Price: '5142'}, geometry: { type: 'Point', coordinates:[-74.08731057, 40.62989997]} },
{type: 'Feature',properties:{Name: '5', Address: 'OAKLAND AVENUE, GRYMES HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08632557, 40.62040099]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A PARK LANE, GRYMES HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08698918, 40.62102905]} },
{type: 'Feature',properties:{Name: '5', Address: 'CUNARD AVENUE, GRYMES HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08811802, 40.61386702]} },
{type: 'Feature',properties:{Name: '5', Address: '20 SETH COURT, B, GRYMES HILL', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09465491, 40.61868443]} },
{type: 'Feature',properties:{Name: '5', Address: '20 STRATFORD AVENUE, 1A, GRYMES HILL', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09408657, 40.61923934]} },
{type: 'Feature',properties:{Name: '5', Address: '22 SETH COURT, B, GRYMES HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09462969, 40.61867621]} },
{type: 'Feature',properties:{Name: '5', Address: '60 SETH COURT, A, GRYMES HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09414319, 40.6185229]} },
{type: 'Feature',properties:{Name: '5', Address: '164 ARLO ROAD, 164B, GRYMES HILL', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09553838, 40.61935892]} },
{type: 'Feature',properties:{Name: '5', Address: '562 HOWARD AVENUE, B, GRYMES HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09374368, 40.61874556]} },
{type: 'Feature',properties:{Name: '5', Address: '17 SETH COURT, 17A, GRYMES HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09469092, 40.61867616]} },
{type: 'Feature',properties:{Name: '5', Address: '10 STRATFORD AVENUE, B, GRYMES HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09432452, 40.61939011]} },
{type: 'Feature',properties:{Name: '5', Address: '55A SETH COURT, 8A, GRYMES HILL', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09490007, 40.61883793]} },
{type: 'Feature',properties:{Name: '5', Address: '20-B STRATFORD AVENUE, B, GRYMES HILL', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09490007, 40.61883793]} },
{type: 'Feature',properties:{Name: '5', Address: '14 SETH COURT, A, GRYMES HILL', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09473419, 40.61870906]} },
{type: 'Feature',properties:{Name: '5', Address: '18 SETH COURT, A, GRYMES HILL', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09468374, 40.61869264]} },
{type: 'Feature',properties:{Name: '5', Address: '755 NARROWS ROAD NORTH, GRYMES HILL', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09356666, 40.61066503]} },
{type: 'Feature',properties:{Name: '5', Address: '755 NARROWS ROAD NORTH, GRYMES HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09356666, 40.61066503]} },
{type: 'Feature',properties:{Name: '5', Address: '755 NARROWS ROAD NORTH, GRYMES HILL', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09356666, 40.61066503]} },
{type: 'Feature',properties:{Name: '5', Address: '566 IONIA AVENUE, HUGUENOT', Month: '2', Price: '1900'}, geometry: { type: 'Point', coordinates:[-74.19154786, 40.53871182]} },
{type: 'Feature',properties:{Name: '5', Address: '260 DELMAR AVENUE, HUGUENOT', Month: '6', Price: '1152'}, geometry: { type: 'Point', coordinates:[-74.19016041, 40.54042689]} },
{type: 'Feature',properties:{Name: '5', Address: '230 DELMAR AVENUE, HUGUENOT', Month: '2', Price: '2096'}, geometry: { type: 'Point', coordinates:[-74.19050063, 40.54113724]} },
{type: 'Feature',properties:{Name: '5', Address: '208 DELMAR AVENUE, HUGUENOT', Month: '2', Price: '2193'}, geometry: { type: 'Point', coordinates:[-74.19079383, 40.54175708]} },
{type: 'Feature',properties:{Name: '5', Address: '31 NIPPON AVENUE, HUGUENOT', Month: '3', Price: '3520'}, geometry: { type: 'Point', coordinates:[-74.194678, 40.54368291]} },
{type: 'Feature',properties:{Name: '5', Address: '495 VINELAND AVENUE, HUGUENOT', Month: '6', Price: '2148'}, geometry: { type: 'Point', coordinates:[-74.19429766, 40.54404313]} },
{type: 'Feature',properties:{Name: '5', Address: '214 ALBEE AVENUE, HUGUENOT', Month: '6', Price: '1056'}, geometry: { type: 'Point', coordinates:[-74.18279801, 40.53735916]} },
{type: 'Feature',properties:{Name: '5', Address: '189 DOWNES AVENUE, HUGUENOT', Month: '8', Price: '4800'}, geometry: { type: 'Point', coordinates:[-74.1857357, 40.53677529]} },
{type: 'Feature',properties:{Name: '5', Address: '317 SOUTH RAILROAD ST, HUGUENOT', Month: '3', Price: '3360'}, geometry: { type: 'Point', coordinates:[-74.1870959, 40.53687739]} },
{type: 'Feature',properties:{Name: '5', Address: '671 EDGEGROVE AVENUE, HUGUENOT', Month: '11', Price: '3075'}, geometry: { type: 'Point', coordinates:[-74.19333596, 40.53747365]} },
{type: 'Feature',properties:{Name: '5', Address: '212 NIPPON AVENUE, HUGUENOT', Month: '12', Price: '1582'}, geometry: { type: 'Point', coordinates:[-74.19228876, 40.53862824]} },
{type: 'Feature',properties:{Name: '5', Address: '212 NIPPON AVENUE, HUGUENOT', Month: '7', Price: '1582'}, geometry: { type: 'Point', coordinates:[-74.19228876, 40.53862824]} },
{type: 'Feature',properties:{Name: '5', Address: '262 RAMONA AVENUE, HUGUENOT', Month: '6', Price: '3584'}, geometry: { type: 'Point', coordinates:[-74.19423046, 40.53949233]} },
{type: 'Feature',properties:{Name: '5', Address: '244 RAMONA AVENUE, HUGUENOT', Month: '12', Price: '3584'}, geometry: { type: 'Point', coordinates:[-74.19382782, 40.5396028]} },
{type: 'Feature',properties:{Name: '5', Address: '253 RAMONA AVENUE, HUGUENOT', Month: '6', Price: '864'}, geometry: { type: 'Point', coordinates:[-74.19408671, 40.53955022]} },
{type: 'Feature',properties:{Name: '5', Address: '273 RAMONA AVENUE, HUGUENOT', Month: '10', Price: '836'}, geometry: { type: 'Point', coordinates:[-74.19450373, 40.53943697]} },
{type: 'Feature',properties:{Name: '5', Address: '621 HUGUENOT AVENUE, HUGUENOT', Month: '9', Price: '1130'}, geometry: { type: 'Point', coordinates:[-74.19559415, 40.53953393]} },
{type: 'Feature',properties:{Name: '5', Address: '598 SHELDON AVENUE, HUGUENOT', Month: '11', Price: '2004'}, geometry: { type: 'Point', coordinates:[-74.1951466, 40.54151371]} },
{type: 'Feature',properties:{Name: '5', Address: '575 SINCLAIR AVENUE, HUGUENOT', Month: '1', Price: '2040'}, geometry: { type: 'Point', coordinates:[-74.19494751, 40.542332]} },
{type: 'Feature',properties:{Name: '5', Address: '523 STAFFORD AVENUE, HUGUENOT', Month: '10', Price: '2376'}, geometry: { type: 'Point', coordinates:[-74.1954351, 40.54297072]} },
{type: 'Feature',properties:{Name: '5', Address: '480 ARBUTUS AVENUE, HUGUENOT', Month: '11', Price: '650'}, geometry: { type: 'Point', coordinates:[-74.17921737, 40.52224634]} },
{type: 'Feature',properties:{Name: '5', Address: '370 ARBUTUS AVENUE, HUGUENOT', Month: '2', Price: '3600'}, geometry: { type: 'Point', coordinates:[-74.17990946, 40.52547591]} },
{type: 'Feature',properties:{Name: '5', Address: '44 EDITH AVENUE, HUGUENOT', Month: '1', Price: '3860'}, geometry: { type: 'Point', coordinates:[-74.18122487, 40.52373912]} },
{type: 'Feature',properties:{Name: '5', Address: '228 ARBUTUS AVENUE, HUGUENOT', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.1821052, 40.52868115]} },
{type: 'Feature',properties:{Name: '5', Address: '170 ARBUTUS AVENUE, HUGUENOT', Month: '1', Price: '5236'}, geometry: { type: 'Point', coordinates:[-74.18302214, 40.52986819]} },
{type: 'Feature',properties:{Name: '5', Address: '26 CHRISTINE COURT, HUGUENOT', Month: '5', Price: '5840'}, geometry: { type: 'Point', coordinates:[-74.18526827, 40.53167892]} },
{type: 'Feature',properties:{Name: '5', Address: '18 COLON STREET, HUGUENOT', Month: '11', Price: '900'}, geometry: { type: 'Point', coordinates:[-74.18819971, 40.53280776]} },
{type: 'Feature',properties:{Name: '5', Address: '33 KINGDOM AVENUE, HUGUENOT', Month: '10', Price: '1020'}, geometry: { type: 'Point', coordinates:[-74.18970115, 40.53200106]} },
{type: 'Feature',properties:{Name: '5', Address: '64 TUCKAHOE AVENUE, HUGUENOT', Month: '7', Price: '2150'}, geometry: { type: 'Point', coordinates:[-74.18782259, 40.52790338]} },
{type: 'Feature',properties:{Name: '5', Address: '120 KINGDOM AVENUE, HUGUENOT', Month: '1', Price: '1076'}, geometry: { type: 'Point', coordinates:[-74.1880542, 40.5296789]} },
{type: 'Feature',properties:{Name: '5', Address: '48 TUCKAHOE AVENUE, HUGUENOT', Month: '12', Price: '2850'}, geometry: { type: 'Point', coordinates:[-74.18831372, 40.5285833]} },
{type: 'Feature',properties:{Name: '5', Address: '94 KINGDOM AVENUE, HUGUENOT', Month: '1', Price: '1344'}, geometry: { type: 'Point', coordinates:[-74.18855983, 40.53038898]} },
{type: 'Feature',properties:{Name: '5', Address: '76 KINGDOM AVENUE, HUGUENOT', Month: '10', Price: '1852'}, geometry: { type: 'Point', coordinates:[-74.18887042, 40.53082215]} },
{type: 'Feature',properties:{Name: '5', Address: '190 PRALL AVENUE, HUGUENOT', Month: '12', Price: '660'}, geometry: { type: 'Point', coordinates:[-74.18900579, 40.52653727]} },
{type: 'Feature',properties:{Name: '5', Address: '219 PRALL AVENUE, HUGUENOT', Month: '12', Price: '2340'}, geometry: { type: 'Point', coordinates:[-74.18881088, 40.52630153]} },
{type: 'Feature',properties:{Name: '5', Address: '77 PRALL AVENUE, HUGUENOT', Month: '4', Price: '1192'}, geometry: { type: 'Point', coordinates:[-74.19120907, 40.52970114]} },
{type: 'Feature',properties:{Name: '5', Address: '92 PRALL AVENUE, HUGUENOT', Month: '10', Price: '1596'}, geometry: { type: 'Point', coordinates:[-74.19099588, 40.52936663]} },
{type: 'Feature',properties:{Name: '5', Address: '5508 AMBOY ROAD, HUGUENOT', Month: '6', Price: '2787'}, geometry: { type: 'Point', coordinates:[-74.19289003, 40.53130405]} },
{type: 'Feature',properties:{Name: '5', Address: '5508 AMBOY ROAD, HUGUENOT', Month: '7', Price: '2787'}, geometry: { type: 'Point', coordinates:[-74.19289003, 40.53130405]} },
{type: 'Feature',properties:{Name: '5', Address: '761 JANSEN STREET, HUGUENOT', Month: '12', Price: '2650'}, geometry: { type: 'Point', coordinates:[-74.18937845, 40.52476075]} },
{type: 'Feature',properties:{Name: '5', Address: '26 HAWLEY AVENUE, HUGUENOT', Month: '9', Price: '1828'}, geometry: { type: 'Point', coordinates:[-74.19349542, 40.53290326]} },
{type: 'Feature',properties:{Name: '5', Address: '65 WEST TERRACE, HUGUENOT', Month: '6', Price: '2800'}, geometry: { type: 'Point', coordinates:[-74.19473363, 40.53313997]} },
{type: 'Feature',properties:{Name: '5', Address: '274 DARLINGTON AVENUE, HUGUENOT', Month: '3', Price: '2364'}, geometry: { type: 'Point', coordinates:[-74.19470693, 40.536324]} },
{type: 'Feature',properties:{Name: '5', Address: '374 DARLINGTON AVENUE, HUGUENOT', Month: '3', Price: '2592'}, geometry: { type: 'Point', coordinates:[-74.19789536, 40.53542374]} },
{type: 'Feature',properties:{Name: '5', Address: '752 EDGEGROVE AVENUE, HUGUENOT', Month: '8', Price: '1834'}, geometry: { type: 'Point', coordinates:[-74.19621532, 40.53665905]} },
{type: 'Feature',properties:{Name: '5', Address: '837 EDGEGROVE AVENUE, HUGUENOT', Month: '8', Price: '1522'}, geometry: { type: 'Point', coordinates:[-74.19886466, 40.53594358]} },
{type: 'Feature',properties:{Name: '5', Address: '678 HUGUENOT AVENUE, HUGUENOT', Month: '4', Price: '2208'}, geometry: { type: 'Point', coordinates:[-74.19491003, 40.53811877]} },
{type: 'Feature',properties:{Name: '5', Address: '776 LAMONT AVENUE, HUGUENOT', Month: '12', Price: '2052'}, geometry: { type: 'Point', coordinates:[-74.19911714, 40.53737045]} },
{type: 'Feature',properties:{Name: '5', Address: '747 IONIA AVENUE, HUGUENOT', Month: '12', Price: '2052'}, geometry: { type: 'Point', coordinates:[-74.19789617, 40.53691143]} },
{type: 'Feature',properties:{Name: '5', Address: '419 RAMONA AVENUE, HUGUENOT', Month: '10', Price: '2038'}, geometry: { type: 'Point', coordinates:[-74.19931357, 40.538092]} },
{type: 'Feature',properties:{Name: '5', Address: '735 MARCY AVENUE, HUGUENOT', Month: '9', Price: '1323'}, geometry: { type: 'Point', coordinates:[-74.20060756, 40.53889398]} },
{type: 'Feature',properties:{Name: '5', Address: '701 RATHBUN AVENUE, HUGUENOT', Month: '12', Price: '2133'}, geometry: { type: 'Point', coordinates:[-74.19905702, 40.53892687]} },
{type: 'Feature',properties:{Name: '5', Address: '727 RATHBUN AVENUE, HUGUENOT', Month: '8', Price: '2133'}, geometry: { type: 'Point', coordinates:[-74.1996286, 40.53877216]} },
{type: 'Feature',properties:{Name: '5', Address: '688 RENSSELAER AVENUE, HUGUENOT', Month: '11', Price: '2242'}, geometry: { type: 'Point', coordinates:[-74.19729774, 40.54015409]} },
{type: 'Feature',properties:{Name: '5', Address: '676 RENSSELAER AVENUE, HUGUENOT', Month: '7', Price: '2242'}, geometry: { type: 'Point', coordinates:[-74.19699216, 40.54023696]} },
{type: 'Feature',properties:{Name: '5', Address: '631 RATHBUN AVENUE, HUGUENOT', Month: '4', Price: '2242'}, geometry: { type: 'Point', coordinates:[-74.19681026, 40.53955381]} },
{type: 'Feature',properties:{Name: '5', Address: '659 RATHBUN AVENUE, HUGUENOT', Month: '6', Price: '2200'}, geometry: { type: 'Point', coordinates:[-74.19746092, 40.53936879]} },
{type: 'Feature',properties:{Name: '5', Address: '749 SHELDON AVENUE, HUGUENOT', Month: '3', Price: '2484'}, geometry: { type: 'Point', coordinates:[-74.20033412, 40.54009119]} },
{type: 'Feature',properties:{Name: '5', Address: '26 ELLSWORTH AVENUE, HUGUENOT', Month: '9', Price: '2510'}, geometry: { type: 'Point', coordinates:[-74.1999121, 40.54213682]} },
{type: 'Feature',properties:{Name: '5', Address: '41 ELLSWORTH AVENUE, HUGUENOT', Month: '4', Price: '1680'}, geometry: { type: 'Point', coordinates:[-74.19976017, 40.54186535]} },
{type: 'Feature',properties:{Name: '5', Address: '655 SINCLAIR AVENUE, HUGUENOT', Month: '6', Price: '876'}, geometry: { type: 'Point', coordinates:[-74.19751078, 40.54163318]} },
{type: 'Feature',properties:{Name: '5', Address: '285 VERNON AVENUE, HUGUENOT', Month: '1', Price: '1008'}, geometry: { type: 'Point', coordinates:[-74.20117632, 40.53421855]} },
{type: 'Feature',properties:{Name: '5', Address: '1720 DRUMGOOLE ROAD WEST, HUGUENOT', Month: '5', Price: '3080'}, geometry: { type: 'Point', coordinates:[-74.20131651, 40.53298588]} },
{type: 'Feature',properties:{Name: '5', Address: '1720 DRUMGOOLE ROAD WEST, HUGUENOT', Month: '4', Price: '3080'}, geometry: { type: 'Point', coordinates:[-74.20131651, 40.53298588]} },
{type: 'Feature',properties:{Name: '5', Address: '474 RAMONA AVENUE, HUGUENOT', Month: '7', Price: '1112'}, geometry: { type: 'Point', coordinates:[-74.20135892, 40.53750927]} },
{type: 'Feature',properties:{Name: '5', Address: '493 DARLINGTON AVENUE, HUGUENOT', Month: '11', Price: '1485'}, geometry: { type: 'Point', coordinates:[-74.20225563, 40.53423587]} },
{type: 'Feature',properties:{Name: '5', Address: '970 EDGEGROVE AVENUE, HUGUENOT', Month: '2', Price: '1748'}, geometry: { type: 'Point', coordinates:[-74.20346923, 40.5346427]} },
{type: 'Feature',properties:{Name: '5', Address: '953 EDGEGROVE AVENUE, HUGUENOT', Month: '2', Price: '3252'}, geometry: { type: 'Point', coordinates:[-74.20304873, 40.53477794]} },
{type: 'Feature',properties:{Name: '5', Address: '816 SHELDON AVENUE, HUGUENOT', Month: '9', Price: '1120'}, geometry: { type: 'Point', coordinates:[-74.20239396, 40.53952489]} },
{type: 'Feature',properties:{Name: '5', Address: '826 SINCLAIR AVENUE, HUGUENOT', Month: '10', Price: '1120'}, geometry: { type: 'Point', coordinates:[-74.20301087, 40.54007826]} },
{type: 'Feature',properties:{Name: '5', Address: '793 SHELDON AVENUE, HUGUENOT', Month: '6', Price: '2275'}, geometry: { type: 'Point', coordinates:[-74.20173256, 40.53972094]} },
{type: 'Feature',properties:{Name: '5', Address: '898 RENSSELAER AVENUE, HUGUENOT', Month: '2', Price: '5820'}, geometry: { type: 'Point', coordinates:[-74.20459516, 40.53813486]} },
{type: 'Feature',properties:{Name: '5', Address: '865 RENSSELAER AVENUE, HUGUENOT', Month: '5', Price: '1480'}, geometry: { type: 'Point', coordinates:[-74.20376129, 40.5383971]} },
{type: 'Feature',properties:{Name: '5', Address: '858 SINCLAIR AVENUE, HUGUENOT', Month: '3', Price: '1120'}, geometry: { type: 'Point', coordinates:[-74.20467535, 40.53964986]} },
{type: 'Feature',properties:{Name: '5', Address: '849 SHELDON AVENUE, HUGUENOT', Month: '12', Price: '1480'}, geometry: { type: 'Point', coordinates:[-74.20397559, 40.53906371]} },
{type: 'Feature',properties:{Name: '5', Address: '526 ALVERSON AVENUE, HUGUENOT', Month: '6', Price: '2860'}, geometry: { type: 'Point', coordinates:[-74.2057212, 40.54279355]} },
{type: 'Feature',properties:{Name: '5', Address: '163 DARLINGTON AVENUE, HUGUENOT', Month: '6', Price: '2400'}, geometry: { type: 'Point', coordinates:[-74.19031055, 40.53756105]} },
{type: 'Feature',properties:{Name: '5', Address: '557 IONIA AVENUE, HUGUENOT', Month: '5', Price: '3010'}, geometry: { type: 'Point', coordinates:[-74.19131424, 40.53879455]} },
{type: 'Feature',properties:{Name: '5', Address: '163 RAMONA AVENUE, HUGUENOT', Month: '12', Price: '2234'}, geometry: { type: 'Point', coordinates:[-74.19121434, 40.5403428]} },
{type: 'Feature',properties:{Name: '5', Address: '458 STAFFORD AVENUE, HUGUENOT', Month: '12', Price: '2850'}, geometry: { type: 'Point', coordinates:[-74.19330315, 40.54354525]} },
{type: 'Feature',properties:{Name: '5', Address: '440 STAFFORD AVENUE, HUGUENOT', Month: '5', Price: '2259'}, geometry: { type: 'Point', coordinates:[-74.19295802, 40.5436419]} },
{type: 'Feature',properties:{Name: '5', Address: '39 NIPPON AVENUE, HUGUENOT', Month: '6', Price: '3040'}, geometry: { type: 'Point', coordinates:[-74.19460558, 40.54352658]} },
{type: 'Feature',properties:{Name: '5', Address: '465 CROWN AVENUE, HUGUENOT', Month: '11', Price: '3168'}, geometry: { type: 'Point', coordinates:[-74.19378575, 40.54494429]} },
{type: 'Feature',properties:{Name: '5', Address: '142 DOWNES AVENUE, HUGUENOT', Month: '2', Price: '3000'}, geometry: { type: 'Point', coordinates:[-74.18412524, 40.53724451]} },
{type: 'Feature',properties:{Name: '5', Address: '258 DOWNES AVENUE, HUGUENOT', Month: '7', Price: '3872'}, geometry: { type: 'Point', coordinates:[-74.18724875, 40.53621838]} },
{type: 'Feature',properties:{Name: '5', Address: '15 COMFORT COURT, HUGUENOT', Month: '9', Price: '1720'}, geometry: { type: 'Point', coordinates:[-74.18962923, 40.53328026]} },
{type: 'Feature',properties:{Name: '5', Address: '657 EDGEGROVE AVENUE, HUGUENOT', Month: '7', Price: '2350'}, geometry: { type: 'Point', coordinates:[-74.19297289, 40.53757582]} },
{type: 'Feature',properties:{Name: '5', Address: '534 VINELAND AVENUE, HUGUENOT', Month: '7', Price: '2376'}, geometry: { type: 'Point', coordinates:[-74.19578239, 40.54361516]} },
{type: 'Feature',properties:{Name: '5', Address: '5375 HYLAN BOULEVARD, HUGUENOT', Month: '12', Price: '1670'}, geometry: { type: 'Point', coordinates:[-74.18536643, 40.52426774]} },
{type: 'Feature',properties:{Name: '5', Address: '10 ROSE LANE, HUGUENOT', Month: '11', Price: '2172'}, geometry: { type: 'Point', coordinates:[-74.18735637, 40.53354201]} },
{type: 'Feature',properties:{Name: '5', Address: '116 HAWLEY AVENUE, HUGUENOT', Month: '9', Price: '1959'}, geometry: { type: 'Point', coordinates:[-74.19521681, 40.53106132]} },
{type: 'Feature',properties:{Name: '5', Address: '14 ASHLAND AVENUE EAST, HUGUENOT', Month: '2', Price: '2424'}, geometry: { type: 'Point', coordinates:[-74.19549348, 40.53218073]} },
{type: 'Feature',properties:{Name: '5', Address: '1580 DRUMGOOLE ROAD WEST, HUGUENOT', Month: '7', Price: '3592'}, geometry: { type: 'Point', coordinates:[-74.19680403, 40.53499468]} },
{type: 'Feature',properties:{Name: '5', Address: '327 RAMONA AVENUE, HUGUENOT', Month: '4', Price: '1980'}, geometry: { type: 'Point', coordinates:[-74.19603146, 40.53898148]} },
{type: 'Feature',properties:{Name: '5', Address: '1420 DRUMGOOLE ROAD EAST, HUGUENOT', Month: '9', Price: '2446'}, geometry: { type: 'Point', coordinates:[-74.19937441, 40.53195447]} },
{type: 'Feature',properties:{Name: '5', Address: '1740 CARLTON AVENUE, HUGUENOT', Month: '8', Price: '2400'}, geometry: { type: 'Point', coordinates:[-74.20188671, 40.53358325]} },
{type: 'Feature',properties:{Name: '5', Address: '892 EDGEGROVE AVENUE, HUGUENOT', Month: '5', Price: '2689'}, geometry: { type: 'Point', coordinates:[-74.20108246, 40.53530566]} },
{type: 'Feature',properties:{Name: '5', Address: '963 EDGEGROVE AVENUE, HUGUENOT', Month: '5', Price: '2376'}, geometry: { type: 'Point', coordinates:[-74.20324643, 40.5347227]} },
{type: 'Feature',properties:{Name: '5', Address: '963 EDGEGROVE AVENUE, HUGUENOT', Month: '2', Price: '2376'}, geometry: { type: 'Point', coordinates:[-74.20324643, 40.5347227]} },
{type: 'Feature',properties:{Name: '5', Address: '963 EDGEGROVE AVENUE, HUGUENOT', Month: '7', Price: '2376'}, geometry: { type: 'Point', coordinates:[-74.20324643, 40.5347227]} },
{type: 'Feature',properties:{Name: '5', Address: '728 MARCY AVENUE, HUGUENOT', Month: '12', Price: '2507'}, geometry: { type: 'Point', coordinates:[-74.20066536, 40.53897347]} },
{type: 'Feature',properties:{Name: '5', Address: '732 MARCY AVENUE, HUGUENOT', Month: '5', Price: '3693'}, geometry: { type: 'Point', coordinates:[-74.20063637, 40.5389049]} },
{type: 'Feature',properties:{Name: '5', Address: '872 RENSSELAER AVENUE, HUGUENOT', Month: '5', Price: '2507'}, geometry: { type: 'Point', coordinates:[-74.20393018, 40.53833092]} },
{type: 'Feature',properties:{Name: '5', Address: '650 MARCY AVENUE, HUGUENOT', Month: '8', Price: '898'}, geometry: { type: 'Point', coordinates:[-74.20147318, 40.54080285]} },
{type: 'Feature',properties:{Name: '5', Address: '780 STAFFORD AVENUE, HUGUENOT', Month: '7', Price: '2736'}, geometry: { type: 'Point', coordinates:[-74.2044439, 40.54043529]} },
{type: 'Feature',properties:{Name: '5', Address: '895 SINCLAIR AVENUE, HUGUENOT', Month: '10', Price: '2688'}, geometry: { type: 'Point', coordinates:[-74.20583645, 40.53932664]} },
{type: 'Feature',properties:{Name: '5', Address: '12 VERNON AVENUE, HUGUENOT', Month: '5', Price: '2800'}, geometry: { type: 'Point', coordinates:[-74.20437197, 40.54162118]} },
{type: 'Feature',properties:{Name: '5', Address: '5291 AMBOY ROAD, HUGUENOT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.18656264, 40.53401266]} },
{type: 'Feature',properties:{Name: '5', Address: 'SHELDON AVENUE, HUGUENOT', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.19262356, 40.54244572]} },
{type: 'Feature',properties:{Name: '5', Address: 'DRUMGOOLE ROAD WEST, HUGUENOT', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.19262032, 40.53633027]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A DRUMGOOLE ROAD WEST, HUGUENOT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.19245498, 40.5363827]} },
{type: 'Feature',properties:{Name: '5', Address: 'HUGUENOT AVENUE, HUGUENOT', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.19568892, 40.5387268]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A EDGEGROVE AVENUE, HUGUENOT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.20269215, 40.53463859]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A EDGEGROVE AVENUE, HUGUENOT', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.20248727, 40.53469659]} },
{type: 'Feature',properties:{Name: '5', Address: '1357 HUGUENOT AVENUE, HUGUENOT', Month: '2', Price: '6930'}, geometry: { type: 'Point', coordinates:[-74.18415331, 40.52131901]} },
{type: 'Feature',properties:{Name: '5', Address: 'EYLANDT STREET, HUGUENOT', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.18730902, 40.52819792]} },
{type: 'Feature',properties:{Name: '5', Address: '90 WEST TERRACE, HUGUENOT', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.19577964, 40.53284998]} },
{type: 'Feature',properties:{Name: '5', Address: '151 TYSEN STREET, LIVINGSTON', Month: '6', Price: '4528'}, geometry: { type: 'Point', coordinates:[-74.09937547, 40.64170649]} },
{type: 'Feature',properties:{Name: '5', Address: '27 DELAFIELD PLACE, LIVINGSTON', Month: '4', Price: '1908'}, geometry: { type: 'Point', coordinates:[-74.10799848, 40.64411962]} },
{type: 'Feature',properties:{Name: '5', Address: '28 AMELIA COURT, LIVINGSTON', Month: '12', Price: '2126'}, geometry: { type: 'Point', coordinates:[-74.10748529, 40.64318962]} },
{type: 'Feature',properties:{Name: '5', Address: '51 BARD AVENUE, LIVINGSTON', Month: '9', Price: '2060'}, geometry: { type: 'Point', coordinates:[-74.1083977, 40.64364988]} },
{type: 'Feature',properties:{Name: '5', Address: '38 DONALD PLACE, LIVINGSTON', Month: '1', Price: '1680'}, geometry: { type: 'Point', coordinates:[-74.10667697, 40.64020953]} },
{type: 'Feature',properties:{Name: '5', Address: '36 LIVINGSTON COURT, LIVINGSTON', Month: '8', Price: '1340'}, geometry: { type: 'Point', coordinates:[-74.10877079, 40.64263122]} },
{type: 'Feature',properties:{Name: '5', Address: '475 HENDERSON AVENUE, LIVINGSTON', Month: '3', Price: '968'}, geometry: { type: 'Point', coordinates:[-74.10851507, 40.63827548]} },
{type: 'Feature',properties:{Name: '5', Address: '475 HENDERSON AVENUE, LIVINGSTON', Month: '10', Price: '968'}, geometry: { type: 'Point', coordinates:[-74.10851507, 40.63827548]} },
{type: 'Feature',properties:{Name: '5', Address: '171 DAVIS AVENUE, LIVINGSTON', Month: '4', Price: '1272'}, geometry: { type: 'Point', coordinates:[-74.10988324, 40.63984145]} },
{type: 'Feature',properties:{Name: '5', Address: '95 WALNUT STREET, LIVINGSTON', Month: '5', Price: '1316'}, geometry: { type: 'Point', coordinates:[-74.10900684, 40.63934274]} },
{type: 'Feature',properties:{Name: '5', Address: '64 DAVIS AVENUE, LIVINGSTON', Month: '2', Price: '1618'}, geometry: { type: 'Point', coordinates:[-74.11050093, 40.64295345]} },
{type: 'Feature',properties:{Name: '5', Address: '1 DAVIS COURT, LIVINGSTON', Month: '11', Price: '1120'}, geometry: { type: 'Point', coordinates:[-74.11036538, 40.64160589]} },
{type: 'Feature',properties:{Name: '5', Address: '43 PELTON AVENUE, LIVINGSTON', Month: '9', Price: '972'}, geometry: { type: 'Point', coordinates:[-74.11174348, 40.64258719]} },
{type: 'Feature',properties:{Name: '5', Address: '123 PELTON AVENUE, LIVINGSTON', Month: '1', Price: '1240'}, geometry: { type: 'Point', coordinates:[-74.11130371, 40.64033141]} },
{type: 'Feature',properties:{Name: '5', Address: '5 DAVIS COURT, LIVINGSTON', Month: '1', Price: '1216'}, geometry: { type: 'Point', coordinates:[-74.11056713, 40.64158648]} },
{type: 'Feature',properties:{Name: '5', Address: '168 HARRISON PLACE, LIVINGSTON', Month: '8', Price: '1350'}, geometry: { type: 'Point', coordinates:[-74.11253637, 40.64054155]} },
{type: 'Feature',properties:{Name: '5', Address: '167 HARRISON PLACE, LIVINGSTON', Month: '1', Price: '1392'}, geometry: { type: 'Point', coordinates:[-74.11247156, 40.64056632]} },
{type: 'Feature',properties:{Name: '5', Address: '138 PELTON AVENUE, LIVINGSTON', Month: '4', Price: '1304'}, geometry: { type: 'Point', coordinates:[-74.11125994, 40.64000756]} },
{type: 'Feature',properties:{Name: '5', Address: '194 PELTON AVENUE, LIVINGSTON', Month: '11', Price: '1156'}, geometry: { type: 'Point', coordinates:[-74.11096557, 40.63849821]} },
{type: 'Feature',properties:{Name: '5', Address: '147 BEMENT COURT, LIVINGSTON', Month: '8', Price: '900'}, geometry: { type: 'Point', coordinates:[-74.11205986, 40.64001228]} },
{type: 'Feature',properties:{Name: '5', Address: '167 BEMENT COURT, LIVINGSTON', Month: '1', Price: '1296'}, geometry: { type: 'Point', coordinates:[-74.11188975, 40.6395623]} },
{type: 'Feature',properties:{Name: '5', Address: '23 OAKLAND AVENUE, LIVINGSTON', Month: '6', Price: '1068'}, geometry: { type: 'Point', coordinates:[-74.11199728, 40.63922184]} },
{type: 'Feature',properties:{Name: '5', Address: '17 OAKLAND AVENUE, LIVINGSTON', Month: '10', Price: '1080'}, geometry: { type: 'Point', coordinates:[-74.11200453, 40.63925202]} },
{type: 'Feature',properties:{Name: '5', Address: '3 GORDON PLACE, LIVINGSTON', Month: '9', Price: '3030'}, geometry: { type: 'Point', coordinates:[-74.09990893, 40.64181857]} },
{type: 'Feature',properties:{Name: '5', Address: '21 BARD AVENUE, LIVINGSTON', Month: '3', Price: '1104'}, geometry: { type: 'Point', coordinates:[-74.10856112, 40.64443199]} },
{type: 'Feature',properties:{Name: '5', Address: '152 OAKLAND AVENUE, LIVINGSTON', Month: '9', Price: '2701'}, geometry: { type: 'Point', coordinates:[-74.11189526, 40.63854946]} },
{type: 'Feature',properties:{Name: '5', Address: 'WALES PLACE, LIVINGSTON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10739743, 40.64233058]} },
{type: 'Feature',properties:{Name: '5', Address: '162 BARD AVENUE, 2A, LIVINGSTON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10797521, 40.6408753]} },
{type: 'Feature',properties:{Name: '5', Address: '144 BARD AVENUE, 25A, LIVINGSTON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10822036, 40.64095193]} },
{type: 'Feature',properties:{Name: '5', Address: '142 BARD AVENUE, 30A, LIVINGSTON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.1080006, 40.64097958]} },
{type: 'Feature',properties:{Name: '5', Address: '152 BARD AVENUE, 16B, LIVINGSTON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10879669, 40.64083885]} },
{type: 'Feature',properties:{Name: '5', Address: '148 BARD AVENUE, 21A, LIVINGSTON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10865626, 40.64089662]} },
{type: 'Feature',properties:{Name: '5', Address: '156 BARD AVENUE, 10B, LIVINGSTON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10863811, 40.64081429]} },
{type: 'Feature',properties:{Name: '5', Address: '158 BARD AVENUE, 9A, LIVINGSTON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10841834, 40.64083371]} },
{type: 'Feature',properties:{Name: '5', Address: '146 BARD AVENUE, 22A, LIVINGSTON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10843651, 40.64092427]} },
{type: 'Feature',properties:{Name: '5', Address: 'RICHMOND TERRACE, LIVINGSTON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09880658, 40.64442981]} },
{type: 'Feature',properties:{Name: '5', Address: '525 VALLEYVIEW PLACE, MANOR HEIGHTS', Month: '8', Price: '2400'}, geometry: { type: 'Point', coordinates:[-74.11403438, 40.60625761]} },
{type: 'Feature',properties:{Name: '5', Address: '17 TOWNLEY AVENUE, MANOR HEIGHTS', Month: '6', Price: '2488'}, geometry: { type: 'Point', coordinates:[-74.11447242, 40.60547765]} },
{type: 'Feature',properties:{Name: '5', Address: '132 FINE BOULEVARD, MANOR HEIGHTS', Month: '2', Price: '1614'}, geometry: { type: 'Point', coordinates:[-74.11500788, 40.6069099]} },
{type: 'Feature',properties:{Name: '5', Address: '554 VALLEYVIEW PLACE, MANOR HEIGHTS', Month: '9', Price: '2960'}, geometry: { type: 'Point', coordinates:[-74.11455654, 40.60623239]} },
{type: 'Feature',properties:{Name: '5', Address: '560 VALLEYVIEW PLACE, MANOR HEIGHTS', Month: '6', Price: '2320'}, geometry: { type: 'Point', coordinates:[-74.11466097, 40.60622405]} },
{type: 'Feature',properties:{Name: '5', Address: '25 ATHENA PLACE, MANOR HEIGHTS', Month: '11', Price: '2048'}, geometry: { type: 'Point', coordinates:[-74.1149187, 40.6074068]} },
{type: 'Feature',properties:{Name: '5', Address: '54 SCHMIDTS LANE, MANOR HEIGHTS', Month: '4', Price: '1239'}, geometry: { type: 'Point', coordinates:[-74.11483952, 40.60952861]} },
{type: 'Feature',properties:{Name: '5', Address: '124 MELHORN ROAD, MANOR HEIGHTS', Month: '11', Price: '1550'}, geometry: { type: 'Point', coordinates:[-74.11426974, 40.60910099]} },
{type: 'Feature',properties:{Name: '5', Address: '345 LIGHTNER AVENUE, MANOR HEIGHTS', Month: '6', Price: '1350'}, geometry: { type: 'Point', coordinates:[-74.11502919, 40.60882301]} },
{type: 'Feature',properties:{Name: '5', Address: '11 SCHMIDTS LANE, MANOR HEIGHTS', Month: '1', Price: '2229'}, geometry: { type: 'Point', coordinates:[-74.11313621, 40.60966754]} },
{type: 'Feature',properties:{Name: '5', Address: '78 LORTEL AVENUE, MANOR HEIGHTS', Month: '2', Price: '1506'}, geometry: { type: 'Point', coordinates:[-74.11563657, 40.61016735]} },
{type: 'Feature',properties:{Name: '5', Address: '66 MELHORN ROAD, MANOR HEIGHTS', Month: '11', Price: '3309'}, geometry: { type: 'Point', coordinates:[-74.11450961, 40.6103661]} },
{type: 'Feature',properties:{Name: '5', Address: '115 LINCOLN STREET, MANOR HEIGHTS', Month: '1', Price: '4028'}, geometry: { type: 'Point', coordinates:[-74.11652614, 40.60396046]} },
{type: 'Feature',properties:{Name: '5', Address: '90 TILLMAN STREET, MANOR HEIGHTS', Month: '9', Price: '3716'}, geometry: { type: 'Point', coordinates:[-74.11734837, 40.60461014]} },
{type: 'Feature',properties:{Name: '5', Address: '46 BOLIVAR STREET, MANOR HEIGHTS', Month: '4', Price: '960'}, geometry: { type: 'Point', coordinates:[-74.11886438, 40.60251156]} },
{type: 'Feature',properties:{Name: '5', Address: '46 CROAK AVENUE, MANOR HEIGHTS', Month: '3', Price: '2093'}, geometry: { type: 'Point', coordinates:[-74.11880799, 40.60319782]} },
{type: 'Feature',properties:{Name: '5', Address: '52 CROAK AVENUE, MANOR HEIGHTS', Month: '1', Price: '2093'}, geometry: { type: 'Point', coordinates:[-74.11863153, 40.60320074]} },
{type: 'Feature',properties:{Name: '5', Address: '66 CROAK AVENUE, MANOR HEIGHTS', Month: '6', Price: '2093'}, geometry: { type: 'Point', coordinates:[-74.11822101, 40.60321215]} },
{type: 'Feature',properties:{Name: '5', Address: '15 LINCOLN STREET, MANOR HEIGHTS', Month: '6', Price: '2360'}, geometry: { type: 'Point', coordinates:[-74.12013084, 40.60386892]} },
{type: 'Feature',properties:{Name: '5', Address: '11 LINCOLN STREET, MANOR HEIGHTS', Month: '9', Price: '1790'}, geometry: { type: 'Point', coordinates:[-74.12026769, 40.60386603]} },
{type: 'Feature',properties:{Name: '5', Address: '24 NORWALK AVENUE, MANOR HEIGHTS', Month: '5', Price: '1434'}, geometry: { type: 'Point', coordinates:[-74.12008286, 40.6052249]} },
{type: 'Feature',properties:{Name: '5', Address: '26 NORWALK AVENUE, MANOR HEIGHTS', Month: '6', Price: '1434'}, geometry: { type: 'Point', coordinates:[-74.1198956, 40.60522784]} },
{type: 'Feature',properties:{Name: '5', Address: '30 NORWALK AVENUE, MANOR HEIGHTS', Month: '10', Price: '1434'}, geometry: { type: 'Point', coordinates:[-74.11977316, 40.60523071]} },
{type: 'Feature',properties:{Name: '5', Address: '32 NORWALK AVENUE, MANOR HEIGHTS', Month: '1', Price: '1434'}, geometry: { type: 'Point', coordinates:[-74.11971194, 40.60523077]} },
{type: 'Feature',properties:{Name: '5', Address: '154 LA GUARDIA AVENUE, MANOR HEIGHTS', Month: '7', Price: '1752'}, geometry: { type: 'Point', coordinates:[-74.11799324, 40.60474672]} },
{type: 'Feature',properties:{Name: '5', Address: '23 TILLMAN STREET, MANOR HEIGHTS', Month: '5', Price: '1434'}, geometry: { type: 'Point', coordinates:[-74.12013207, 40.60455237]} },
{type: 'Feature',properties:{Name: '5', Address: '25 TILLMAN STREET, MANOR HEIGHTS', Month: '11', Price: '1434'}, geometry: { type: 'Point', coordinates:[-74.12008526, 40.60455516]} },
{type: 'Feature',properties:{Name: '5', Address: '29 TILLMAN STREET, MANOR HEIGHTS', Month: '7', Price: '1434'}, geometry: { type: 'Point', coordinates:[-74.11985118, 40.60455815]} },
{type: 'Feature',properties:{Name: '5', Address: '31 TILLMAN STREET, MANOR HEIGHTS', Month: '4', Price: '1434'}, geometry: { type: 'Point', coordinates:[-74.1196027, 40.6045639]} },
{type: 'Feature',properties:{Name: '5', Address: '244 WESTWOOD AVENUE, MANOR HEIGHTS', Month: '5', Price: '1144'}, geometry: { type: 'Point', coordinates:[-74.11899398, 40.60652706]} },
{type: 'Feature',properties:{Name: '5', Address: '91 TILLMAN STREET, MANOR HEIGHTS', Month: '3', Price: '1800'}, geometry: { type: 'Point', coordinates:[-74.11739161, 40.60462382]} },
{type: 'Feature',properties:{Name: '5', Address: '105 NORWALK AVENUE, MANOR HEIGHTS', Month: '9', Price: '2376'}, geometry: { type: 'Point', coordinates:[-74.11693549, 40.60533793]} },
{type: 'Feature',properties:{Name: '5', Address: '190 WESTWOOD AVENUE, MANOR HEIGHTS', Month: '4', Price: '2100'}, geometry: { type: 'Point', coordinates:[-74.11691273, 40.60673506]} },
{type: 'Feature',properties:{Name: '5', Address: '23 ANDES PLACE, MANOR HEIGHTS', Month: '7', Price: '1824'}, geometry: { type: 'Point', coordinates:[-74.11734002, 40.60600451]} },
{type: 'Feature',properties:{Name: '5', Address: '175 WESTWOOD AVENUE, MANOR HEIGHTS', Month: '2', Price: '2304'}, geometry: { type: 'Point', coordinates:[-74.1170964, 40.60673487]} },
{type: 'Feature',properties:{Name: '5', Address: '176 TODT HILL ROAD, MANOR HEIGHTS', Month: '8', Price: '2132'}, geometry: { type: 'Point', coordinates:[-74.11726927, 40.60878506]} },
{type: 'Feature',properties:{Name: '5', Address: '4 MELBA STREET, MANOR HEIGHTS', Month: '10', Price: '2388'}, geometry: { type: 'Point', coordinates:[-74.12500056, 40.60814835]} },
{type: 'Feature',properties:{Name: '5', Address: '143 FANNING STREET, MANOR HEIGHTS', Month: '9', Price: '1020'}, geometry: { type: 'Point', coordinates:[-74.12294189, 40.60694286]} },
{type: 'Feature',properties:{Name: '5', Address: '207 FANNING STREET, MANOR HEIGHTS', Month: '5', Price: '1056'}, geometry: { type: 'Point', coordinates:[-74.12285712, 40.6058917]} },
{type: 'Feature',properties:{Name: '5', Address: '338 WESTWOOD AVENUE, MANOR HEIGHTS', Month: '6', Price: '1063'}, geometry: { type: 'Point', coordinates:[-74.12234283, 40.60627926]} },
{type: 'Feature',properties:{Name: '5', Address: '55 HOLDEN BOULEVARD, MANOR HEIGHTS', Month: '4', Price: '1063'}, geometry: { type: 'Point', coordinates:[-74.12289767, 40.6044424]} },
{type: 'Feature',properties:{Name: '5', Address: '302 GOWER STREET, MANOR HEIGHTS', Month: '2', Price: '1080'}, geometry: { type: 'Point', coordinates:[-74.12379215, 40.60517705]} },
{type: 'Feature',properties:{Name: '5', Address: '252 MELBA STREET, MANOR HEIGHTS', Month: '6', Price: '2800'}, geometry: { type: 'Point', coordinates:[-74.12480142, 40.60565355]} },
{type: 'Feature',properties:{Name: '5', Address: '910 MANOR ROAD, MANOR HEIGHTS', Month: '8', Price: '918'}, geometry: { type: 'Point', coordinates:[-74.1207836, 40.60438425]} },
{type: 'Feature',properties:{Name: '5', Address: '920 MANOR ROAD, MANOR HEIGHTS', Month: '3', Price: '1020'}, geometry: { type: 'Point', coordinates:[-74.1207724, 40.60416468]} },
{type: 'Feature',properties:{Name: '5', Address: '924 MANOR ROAD, MANOR HEIGHTS', Month: '11', Price: '1071'}, geometry: { type: 'Point', coordinates:[-74.12076504, 40.60407686]} },
{type: 'Feature',properties:{Name: '5', Address: '48 HOLDEN BOULEVARD, MANOR HEIGHTS', Month: '11', Price: '1120'}, geometry: { type: 'Point', coordinates:[-74.12243671, 40.60444564]} },
{type: 'Feature',properties:{Name: '5', Address: '72 HOLDEN BOULEVARD, MANOR HEIGHTS', Month: '10', Price: '1820'}, geometry: { type: 'Point', coordinates:[-74.12339097, 40.6044007]} },
{type: 'Feature',properties:{Name: '5', Address: '205 MOUNTAINVIEW AVENUE, MANOR HEIGHTS', Month: '7', Price: '1292'}, geometry: { type: 'Point', coordinates:[-74.12603171, 40.60683521]} },
{type: 'Feature',properties:{Name: '5', Address: '183 MOUNTAINVIEW AVENUE, MANOR HEIGHTS', Month: '4', Price: '2700'}, geometry: { type: 'Point', coordinates:[-74.12608647, 40.60722492]} },
{type: 'Feature',properties:{Name: '5', Address: '164 SOUTH GANNON AVENUE, MANOR HEIGHTS', Month: '12', Price: '736'}, geometry: { type: 'Point', coordinates:[-74.12693105, 40.60819564]} },
{type: 'Feature',properties:{Name: '5', Address: '182 GANSEVOORT BOULEVARD, MANOR HEIGHTS', Month: '12', Price: '1432'}, geometry: { type: 'Point', coordinates:[-74.12716407, 40.60762996]} },
{type: 'Feature',properties:{Name: '5', Address: '230 GANSEVOORT BOULEVARD, MANOR HEIGHTS', Month: '2', Price: '1000'}, geometry: { type: 'Point', coordinates:[-74.12701455, 40.60665298]} },
{type: 'Feature',properties:{Name: '5', Address: '194 CLERMONT PLACE, MANOR HEIGHTS', Month: '7', Price: '960'}, geometry: { type: 'Point', coordinates:[-74.12767099, 40.60716827]} },
{type: 'Feature',properties:{Name: '5', Address: '181 HOLDEN BOULEVARD, MANOR HEIGHTS', Month: '6', Price: '2050'}, geometry: { type: 'Point', coordinates:[-74.12724035, 40.60419064]} },
{type: 'Feature',properties:{Name: '5', Address: '288 GANSEVOORT BOULEVARD, MANOR HEIGHTS', Month: '5', Price: '1105'}, geometry: { type: 'Point', coordinates:[-74.12673029, 40.60488564]} },
{type: 'Feature',properties:{Name: '5', Address: '297 GANSEVOORT BLVD, MANOR HEIGHTS', Month: '4', Price: '1255'}, geometry: { type: 'Point', coordinates:[-74.12667227, 40.60467984]} },
{type: 'Feature',properties:{Name: '5', Address: '261 MOUNTAINVIEW AVENUE, MANOR HEIGHTS', Month: '2', Price: '1281'}, geometry: { type: 'Point', coordinates:[-74.12580909, 40.60527641]} },
{type: 'Feature',properties:{Name: '5', Address: '281 MOUNTAINVIEW AVENUE, MANOR HEIGHTS', Month: '1', Price: '1281'}, geometry: { type: 'Point', coordinates:[-74.1257544, 40.60492239]} },
{type: 'Feature',properties:{Name: '5', Address: '21 RAMSEY LANE, MANOR HEIGHTS', Month: '3', Price: '1680'}, geometry: { type: 'Point', coordinates:[-74.1314928, 40.60750981]} },
{type: 'Feature',properties:{Name: '5', Address: '37 LIVINGSTON AVENUE, MANOR HEIGHTS', Month: '12', Price: '1128'}, geometry: { type: 'Point', coordinates:[-74.12895951, 40.60489139]} },
{type: 'Feature',properties:{Name: '5', Address: '37 LIVINGSTON AVENUE, MANOR HEIGHTS', Month: '11', Price: '1128'}, geometry: { type: 'Point', coordinates:[-74.12895951, 40.60489139]} },
{type: 'Feature',properties:{Name: '5', Address: '11 LIVINGSTON AVENUE, MANOR HEIGHTS', Month: '2', Price: '1040'}, geometry: { type: 'Point', coordinates:[-74.12902885, 40.60536342]} },
{type: 'Feature',properties:{Name: '5', Address: '30 GRAVES STREET, MANOR HEIGHTS', Month: '3', Price: '1080'}, geometry: { type: 'Point', coordinates:[-74.12988875, 40.6049425]} },
{type: 'Feature',properties:{Name: '5', Address: '44 GRAVES STREET, MANOR HEIGHTS', Month: '12', Price: '360'}, geometry: { type: 'Point', coordinates:[-74.12985223, 40.60467904]} },
{type: 'Feature',properties:{Name: '5', Address: '449 FANNING STREET, MANOR HEIGHTS', Month: '6', Price: '2372'}, geometry: { type: 'Point', coordinates:[-74.12239802, 40.60102017]} },
{type: 'Feature',properties:{Name: '5', Address: '512 MELBA STREET, MANOR HEIGHTS', Month: '6', Price: '1283'}, geometry: { type: 'Point', coordinates:[-74.12408387, 40.59936874]} },
{type: 'Feature',properties:{Name: '5', Address: '490 GOWER STREET, MANOR HEIGHTS', Month: '1', Price: '1900'}, geometry: { type: 'Point', coordinates:[-74.12330335, 40.5998554]} },
{type: 'Feature',properties:{Name: '5', Address: '484 MOUNTAINVIEW AVENUE, MANOR HEIGHTS', Month: '10', Price: '1876'}, geometry: { type: 'Point', coordinates:[-74.1247356, 40.59934058]} },
{type: 'Feature',properties:{Name: '5', Address: '480 GOWER STREET, MANOR HEIGHTS', Month: '4', Price: '1806'}, geometry: { type: 'Point', coordinates:[-74.12332168, 40.60003105]} },
{type: 'Feature',properties:{Name: '5', Address: '97 BRIELLE AVENUE, MANOR HEIGHTS', Month: '9', Price: '1020'}, geometry: { type: 'Point', coordinates:[-74.12611628, 40.59822194]} },
{type: 'Feature',properties:{Name: '5', Address: '146 QUEEN STREET, MANOR HEIGHTS', Month: '1', Price: '2067'}, geometry: { type: 'Point', coordinates:[-74.12608189, 40.60289637]} },
{type: 'Feature',properties:{Name: '5', Address: '157 PORTAGE AVENUE, MANOR HEIGHTS', Month: '11', Price: '1251'}, geometry: { type: 'Point', coordinates:[-74.12613136, 40.60048913]} },
{type: 'Feature',properties:{Name: '5', Address: '139 LIVINGSTON AVENUE, MANOR HEIGHTS', Month: '10', Price: '1834'}, geometry: { type: 'Point', coordinates:[-74.12856555, 40.60228153]} },
{type: 'Feature',properties:{Name: '5', Address: '139 LIVINGSTON AVENUE, MANOR HEIGHTS', Month: '9', Price: '1834'}, geometry: { type: 'Point', coordinates:[-74.12856555, 40.60228153]} },
{type: 'Feature',properties:{Name: '5', Address: '129 LIVINGSTON AVENUE, MANOR HEIGHTS', Month: '2', Price: '1834'}, geometry: { type: 'Point', coordinates:[-74.12859471, 40.6024654]} },
{type: 'Feature',properties:{Name: '5', Address: '118 SUFFOLK AVENUE, MANOR HEIGHTS', Month: '8', Price: '1731'}, geometry: { type: 'Point', coordinates:[-74.1278282, 40.60274897]} },
{type: 'Feature',properties:{Name: '5', Address: '124 SUFFOLK AVENUE, MANOR HEIGHTS', Month: '6', Price: '1890'}, geometry: { type: 'Point', coordinates:[-74.12780996, 40.60262822]} },
{type: 'Feature',properties:{Name: '5', Address: '25 DUKE PLACE, MANOR HEIGHTS', Month: '4', Price: '1216'}, geometry: { type: 'Point', coordinates:[-74.12695832, 40.60359808]} },
{type: 'Feature',properties:{Name: '5', Address: '151 QUEEN STREET, MANOR HEIGHTS', Month: '4', Price: '1251'}, geometry: { type: 'Point', coordinates:[-74.12615755, 40.60291276]} },
{type: 'Feature',properties:{Name: '5', Address: '77 GRAVES STREET, MANOR HEIGHTS', Month: '5', Price: '1584'}, geometry: { type: 'Point', coordinates:[-74.12967741, 40.6036719]} },
{type: 'Feature',properties:{Name: '5', Address: '84 LIVINGSTON AVENUE, MANOR HEIGHTS', Month: '9', Price: '1600'}, geometry: { type: 'Point', coordinates:[-74.12878415, 40.60359605]} },
{type: 'Feature',properties:{Name: '5', Address: '143 WELLBROOK AVENUE, MANOR HEIGHTS', Month: '12', Price: '1700'}, geometry: { type: 'Point', coordinates:[-74.13030766, 40.60184315]} },
{type: 'Feature',properties:{Name: '5', Address: '141 WELLBROOK AVENUE, MANOR HEIGHTS', Month: '11', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.13031497, 40.60190078]} },
{type: 'Feature',properties:{Name: '5', Address: '135 WELLBROOK AVENUE, MANOR HEIGHTS', Month: '11', Price: '1425'}, geometry: { type: 'Point', coordinates:[-74.13034412, 40.60207367]} },
{type: 'Feature',properties:{Name: '5', Address: '381 BRADLEY AVENUE, MANOR HEIGHTS', Month: '11', Price: '1980'}, geometry: { type: 'Point', coordinates:[-74.13128704, 40.60177616]} },
{type: 'Feature',properties:{Name: '5', Address: '188 LIVINGSTON AVENUE, MANOR HEIGHTS', Month: '8', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.1283903, 40.60104108]} },
{type: 'Feature',properties:{Name: '5', Address: '201A GRAVES STREET, MANOR HEIGHTS', Month: '8', Price: '1158'}, geometry: { type: 'Point', coordinates:[-74.12894765, 40.60061226]} },
{type: 'Feature',properties:{Name: '5', Address: '175 WELLBROOK AVENUE, MANOR HEIGHTS', Month: '6', Price: '1275'}, geometry: { type: 'Point', coordinates:[-74.13015824, 40.60093204]} },
{type: 'Feature',properties:{Name: '5', Address: '161 WELLBROOK AVENUE, MANOR HEIGHTS', Month: '2', Price: '1152'}, geometry: { type: 'Point', coordinates:[-74.13019104, 40.60113238]} },
{type: 'Feature',properties:{Name: '5', Address: '188 WELLBROOK AVENUE, MANOR HEIGHTS', Month: '3', Price: '1290'}, geometry: { type: 'Point', coordinates:[-74.13016164, 40.60083323]} },
{type: 'Feature',properties:{Name: '5', Address: '190 WELLBROOK AVENUE, MANOR HEIGHTS', Month: '11', Price: '1290'}, geometry: { type: 'Point', coordinates:[-74.13015797, 40.60079755]} },
{type: 'Feature',properties:{Name: '5', Address: '247 GRAVES STREET, MANOR HEIGHTS', Month: '4', Price: '1020'}, geometry: { type: 'Point', coordinates:[-74.12901011, 40.5993935]} },
{type: 'Feature',properties:{Name: '5', Address: '247 WELLBROOK AVENUE, MANOR HEIGHTS', Month: '6', Price: '1104'}, geometry: { type: 'Point', coordinates:[-74.12992846, 40.59943639]} },
{type: 'Feature',properties:{Name: '5', Address: '32 FOSTER AVENUE, MANOR HEIGHTS', Month: '5', Price: '2694'}, geometry: { type: 'Point', coordinates:[-74.11738786, 40.6004435]} },
{type: 'Feature',properties:{Name: '5', Address: '36 OCEAN TERRACE, MANOR HEIGHTS', Month: '8', Price: '2688'}, geometry: { type: 'Point', coordinates:[-74.11910083, 40.60181962]} },
{type: 'Feature',properties:{Name: '5', Address: '40 OCEAN TERRACE, MANOR HEIGHTS', Month: '12', Price: '1180'}, geometry: { type: 'Point', coordinates:[-74.1189892, 40.60182248]} },
{type: 'Feature',properties:{Name: '5', Address: '116 MARSHALL AVENUE, MANOR HEIGHTS', Month: '10', Price: '2520'}, geometry: { type: 'Point', coordinates:[-74.11886193, 40.60113367]} },
{type: 'Feature',properties:{Name: '5', Address: '77 FOSTER AVENUE, MANOR HEIGHTS', Month: '2', Price: '2710'}, geometry: { type: 'Point', coordinates:[-74.11870225, 40.60044215]} },
{type: 'Feature',properties:{Name: '5', Address: '120 MARSHALL AVENUE, MANOR HEIGHTS', Month: '11', Price: '1160'}, geometry: { type: 'Point', coordinates:[-74.11898437, 40.60113354]} },
{type: 'Feature',properties:{Name: '5', Address: '63 PERU STREET, MANOR HEIGHTS', Month: '3', Price: '1536'}, geometry: { type: 'Point', coordinates:[-74.11946466, 40.59987318]} },
{type: 'Feature',properties:{Name: '5', Address: '68 BOGERT AVENUE, MANOR HEIGHTS', Month: '3', Price: '1544'}, geometry: { type: 'Point', coordinates:[-74.1178443, 40.5999325]} },
{type: 'Feature',properties:{Name: '5', Address: '12 BOLIVAR STREET, MANOR HEIGHTS', Month: '10', Price: '1560'}, geometry: { type: 'Point', coordinates:[-74.11990868, 40.60248303]} },
{type: 'Feature',properties:{Name: '5', Address: '59 TILLMAN STREET, MANOR HEIGHTS', Month: '1', Price: '2150'}, geometry: { type: 'Point', coordinates:[-74.11871322, 40.60458404]} },
{type: 'Feature',properties:{Name: '5', Address: '883 MANOR ROAD, MANOR HEIGHTS', Month: '8', Price: '1255'}, geometry: { type: 'Point', coordinates:[-74.12084321, 40.60547937]} },
{type: 'Feature',properties:{Name: '5', Address: '134 TODT HILL ROAD, MANOR HEIGHTS', Month: '9', Price: '1584'}, geometry: { type: 'Point', coordinates:[-74.11759472, 40.60952857]} },
{type: 'Feature',properties:{Name: '5', Address: '26 FANNING STREET, MANOR HEIGHTS', Month: '10', Price: '2188'}, geometry: { type: 'Point', coordinates:[-74.1230299, 40.60780189]} },
{type: 'Feature',properties:{Name: '5', Address: '335 WESTWOOD AVENUE, MANOR HEIGHTS', Month: '6', Price: '2000'}, geometry: { type: 'Point', coordinates:[-74.12233206, 40.60629574]} },
{type: 'Feature',properties:{Name: '5', Address: '348 FANNING STREET, MANOR HEIGHTS', Month: '8', Price: '2400'}, geometry: { type: 'Point', coordinates:[-74.1226336, 40.60380589]} },
{type: 'Feature',properties:{Name: '5', Address: '368 FANNING STREET, MANOR HEIGHTS', Month: '5', Price: '2412'}, geometry: { type: 'Point', coordinates:[-74.12250654, 40.60325157]} },
{type: 'Feature',properties:{Name: '5', Address: '216 CLERMONT PLACE, MANOR HEIGHTS', Month: '4', Price: '2236'}, geometry: { type: 'Point', coordinates:[-74.12760519, 40.60665781]} },
{type: 'Feature',properties:{Name: '5', Address: '211 QUINLAN AVENUE, MANOR HEIGHTS', Month: '3', Price: '2136'}, geometry: { type: 'Point', coordinates:[-74.12857773, 40.60673907]} },
{type: 'Feature',properties:{Name: '5', Address: '175 QUINLAN AVENUE, MANOR HEIGHTS', Month: '12', Price: '2364'}, geometry: { type: 'Point', coordinates:[-74.12864389, 40.60743343]} },
{type: 'Feature',properties:{Name: '5', Address: '238 WHEELER AVENUE, MANOR HEIGHTS', Month: '9', Price: '2220'}, geometry: { type: 'Point', coordinates:[-74.1307697, 40.60608059]} },
{type: 'Feature',properties:{Name: '5', Address: '211 HOLDEN BOULEVARD, MANOR HEIGHTS', Month: '3', Price: '2496'}, geometry: { type: 'Point', coordinates:[-74.12845017, 40.60408225]} },
{type: 'Feature',properties:{Name: '5', Address: '962 MANOR ROAD, MANOR HEIGHTS', Month: '10', Price: '2376'}, geometry: { type: 'Point', coordinates:[-74.12067643, 40.60286924]} },
{type: 'Feature',properties:{Name: '5', Address: '966 MANOR ROAD, MANOR HEIGHTS', Month: '1', Price: '2376'}, geometry: { type: 'Point', coordinates:[-74.12067264, 40.60276494]} },
{type: 'Feature',properties:{Name: '5', Address: '436 FANNING STREET, MANOR HEIGHTS', Month: '11', Price: '1904'}, geometry: { type: 'Point', coordinates:[-74.12243812, 40.60128637]} },
{type: 'Feature',properties:{Name: '5', Address: '447 GOWER STREET, MANOR HEIGHTS', Month: '10', Price: '1988'}, geometry: { type: 'Point', coordinates:[-74.1233165, 40.60112898]} },
{type: 'Feature',properties:{Name: '5', Address: '1114 MANOR ROAD, MANOR HEIGHTS', Month: '2', Price: '1488'}, geometry: { type: 'Point', coordinates:[-74.12253929, 40.59951038]} },
{type: 'Feature',properties:{Name: '5', Address: '25 BRIELLE AVENUE, MANOR HEIGHTS', Month: '1', Price: '1680'}, geometry: { type: 'Point', coordinates:[-74.12368685, 40.59887784]} },
{type: 'Feature',properties:{Name: '5', Address: '229 LIVINGSTON AVENUE, MANOR HEIGHTS', Month: '12', Price: '1928'}, geometry: { type: 'Point', coordinates:[-74.12819007, 40.5999077]} },
{type: 'Feature',properties:{Name: '5', Address: '210 SUFFOLK AVENUE, MANOR HEIGHTS', Month: '1', Price: '2324'}, geometry: { type: 'Point', coordinates:[-74.12746345, 40.60032297]} },
{type: 'Feature',properties:{Name: '5', Address: '256 SUFFOLK AVENUE, MANOR HEIGHTS', Month: '7', Price: '1020'}, geometry: { type: 'Point', coordinates:[-74.12730665, 40.59930208]} },
{type: 'Feature',properties:{Name: '5', Address: '247 LIVINGSTON AVENUE, MANOR HEIGHTS', Month: '5', Price: '1140'}, geometry: { type: 'Point', coordinates:[-74.12813534, 40.59953721]} },
{type: 'Feature',properties:{Name: '5', Address: '397 MELBA STREET, MANOR HEIGHTS', Month: '10', Price: '2160'}, geometry: { type: 'Point', coordinates:[-74.12425155, 40.60239607]} },
{type: 'Feature',properties:{Name: '5', Address: '370 MOUNTAINVIEW AVENUE, MANOR HEIGHTS', Month: '8', Price: '2067'}, geometry: { type: 'Point', coordinates:[-74.125332, 40.60244979]} },
{type: 'Feature',properties:{Name: '5', Address: '172 LIVINGSTON AVENUE, MANOR HEIGHTS', Month: '8', Price: '1800'}, geometry: { type: 'Point', coordinates:[-74.12843402, 40.60130453]} },
{type: 'Feature',properties:{Name: '5', Address: '431 BRADLEY AVENUE, MANOR HEIGHTS', Month: '2', Price: '2548'}, geometry: { type: 'Point', coordinates:[-74.13111168, 40.60049728]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A TODT HILL ROAD, MANOR HEIGHTS', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.11831869, 40.60955802]} },
{type: 'Feature',properties:{Name: '5', Address: 'BRADLEY AVENUE, MANOR HEIGHTS', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.13115606, 40.60292638]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A TODT HILL ROAD, MANOR HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.11837304, 40.60974186]} },
{type: 'Feature',properties:{Name: '5', Address: '450 SLOSSON AVENUE, MANOR HEIGHTS', Month: '2', Price: '2928'}, geometry: { type: 'Point', coordinates:[-74.11647393, 40.60912622]} },
{type: 'Feature',properties:{Name: '5', Address: '921 MANOR ROAD, MANOR HEIGHTS', Month: '5', Price: '5771'}, geometry: { type: 'Point', coordinates:[-74.12075081, 40.6041702]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A BRADLEY AVENUE, MANOR HEIGHTS', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.13158089, 40.60652432]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A BRADLEY AVENUE, MANOR HEIGHTS', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.13158089, 40.60652432]} },
{type: 'Feature',properties:{Name: '5', Address: '191 BRADLEY AVENUE, MANOR HEIGHTS', Month: '7', Price: '72673'}, geometry: { type: 'Point', coordinates:[-74.13188383, 40.60673807]} },
{type: 'Feature',properties:{Name: '5', Address: '191 BRADLEY AVENUE, MANOR HEIGHTS', Month: '6', Price: '72673'}, geometry: { type: 'Point', coordinates:[-74.13188383, 40.60673807]} },
{type: 'Feature',properties:{Name: '5', Address: '85 MURDOCK PLACE, MARINERS HARBOR', Month: '5', Price: '1388'}, geometry: { type: 'Point', coordinates:[-74.14743545, 40.62662169]} },
{type: 'Feature',properties:{Name: '5', Address: '23 GRANITE AVENUE, MARINERS HARBOR', Month: '8', Price: '1280'}, geometry: { type: 'Point', coordinates:[-74.14722026, 40.63685456]} },
{type: 'Feature',properties:{Name: '5', Address: '175 PULASKI AVENUE, MARINERS HARBOR', Month: '3', Price: '1377'}, geometry: { type: 'Point', coordinates:[-74.14694304, 40.63367919]} },
{type: 'Feature',properties:{Name: '5', Address: '69 LAKE AVENUE, MARINERS HARBOR', Month: '6', Price: '1400'}, geometry: { type: 'Point', coordinates:[-74.15064337, 40.63535421]} },
{type: 'Feature',properties:{Name: '5', Address: '47 LAKE AVENUE, MARINERS HARBOR', Month: '4', Price: '1900'}, geometry: { type: 'Point', coordinates:[-74.15057222, 40.63576053]} },
{type: 'Feature',properties:{Name: '5', Address: '66 LAKE AVENUE, MARINERS HARBOR', Month: '4', Price: '1476'}, geometry: { type: 'Point', coordinates:[-74.1506614, 40.63536242]} },
{type: 'Feature',properties:{Name: '5', Address: '301 PULASKI AVENUE, MARINERS HARBOR', Month: '9', Price: '858'}, geometry: { type: 'Point', coordinates:[-74.14790974, 40.63093864]} },
{type: 'Feature',properties:{Name: '5', Address: '381 PULASKI AVENUE, MARINERS HARBOR', Month: '12', Price: '1474'}, geometry: { type: 'Point', coordinates:[-74.14858964, 40.62886545]} },
{type: 'Feature',properties:{Name: '5', Address: '236B GRANITE AVENUE, MARINERS HARBOR', Month: '12', Price: '910'}, geometry: { type: 'Point', coordinates:[-74.14955186, 40.63061812]} },
{type: 'Feature',properties:{Name: '5', Address: '38 WALKER DRIVE, MARINERS HARBOR', Month: '9', Price: '935'}, geometry: { type: 'Point', coordinates:[-74.14981528, 40.63080443]} },
{type: 'Feature',properties:{Name: '5', Address: '285 SIMONSON AVENUE, MARINERS HARBOR', Month: '11', Price: '1680'}, geometry: { type: 'Point', coordinates:[-74.15255029, 40.62946961]} },
{type: 'Feature',properties:{Name: '5', Address: '58 RONALD AVENUE, MARINERS HARBOR', Month: '10', Price: '1080'}, geometry: { type: 'Point', coordinates:[-74.15050749, 40.62782542]} },
{type: 'Feature',properties:{Name: '5', Address: '26 RONALD AVENUE, MARINERS HARBOR', Month: '6', Price: '1144'}, geometry: { type: 'Point', coordinates:[-74.14928227, 40.62766782]} },
{type: 'Feature',properties:{Name: '5', Address: '18 RONALD AVENUE, MARINERS HARBOR', Month: '6', Price: '1223'}, geometry: { type: 'Point', coordinates:[-74.14884263, 40.6276135]} },
{type: 'Feature',properties:{Name: '5', Address: '490 MORNINGSTAR ROAD, MARINERS HARBOR', Month: '12', Price: '1140'}, geometry: { type: 'Point', coordinates:[-74.14848323, 40.62637606]} },
{type: 'Feature',properties:{Name: '5', Address: '51 HUDSON PLACE, MARINERS HARBOR', Month: '4', Price: '492'}, geometry: { type: 'Point', coordinates:[-74.15005266, 40.62581957]} },
{type: 'Feature',properties:{Name: '5', Address: '20 WESTBROOK AVENUE, MARINERS HARBOR', Month: '12', Price: '2000'}, geometry: { type: 'Point', coordinates:[-74.14928624, 40.62622131]} },
{type: 'Feature',properties:{Name: '5', Address: '63 WESTBROOK AVENUE, MARINERS HARBOR', Month: '12', Price: '1144'}, geometry: { type: 'Point', coordinates:[-74.15059434, 40.62640351]} },
{type: 'Feature',properties:{Name: '5', Address: '515 MELYN PLACE, MARINERS HARBOR', Month: '1', Price: '950'}, geometry: { type: 'Point', coordinates:[-74.15091419, 40.62606273]} },
{type: 'Feature',properties:{Name: '5', Address: '90 WESTBROOK AVENUE, MARINERS HARBOR', Month: '7', Price: '1480'}, geometry: { type: 'Point', coordinates:[-74.15157445, 40.62650377]} },
{type: 'Feature',properties:{Name: '5', Address: '90 VAN NAME AVENUE, MARINERS HARBOR', Month: '6', Price: '1744'}, geometry: { type: 'Point', coordinates:[-74.15323539, 40.63443677]} },
{type: 'Feature',properties:{Name: '5', Address: '93 VAN NAME AVENUE, MARINERS HARBOR', Month: '5', Price: '1743'}, geometry: { type: 'Point', coordinates:[-74.15323156, 40.63433522]} },
{type: 'Feature',properties:{Name: '5', Address: '27 LAGUNA LANE, MARINERS HARBOR', Month: '4', Price: '1800'}, geometry: { type: 'Point', coordinates:[-74.15362748, 40.63572904]} },
{type: 'Feature',properties:{Name: '5', Address: '43 LAGUNA LANE, MARINERS HARBOR', Month: '1', Price: '1800'}, geometry: { type: 'Point', coordinates:[-74.15405632, 40.63576415]} },
{type: 'Feature',properties:{Name: '5', Address: '43 LAGUNA LANE, MARINERS HARBOR', Month: '6', Price: '1800'}, geometry: { type: 'Point', coordinates:[-74.15405632, 40.63576415]} },
{type: 'Feature',properties:{Name: '5', Address: '19 GIORDAN COURT, MARINERS HARBOR', Month: '5', Price: '1516'}, geometry: { type: 'Point', coordinates:[-74.15366921, 40.63663751]} },
{type: 'Feature',properties:{Name: '5', Address: '26 CECIL COURT, MARINERS HARBOR', Month: '6', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.15292519, 40.63271071]} },
{type: 'Feature',properties:{Name: '5', Address: '283 VAN NAME AVENUE, MARINERS HARBOR', Month: '8', Price: '1196'}, geometry: { type: 'Point', coordinates:[-74.15404057, 40.62894062]} },
{type: 'Feature',properties:{Name: '5', Address: '270 SIMONSON AVENUE, MARINERS HARBOR', Month: '8', Price: '1530'}, geometry: { type: 'Point', coordinates:[-74.15252573, 40.62975784]} },
{type: 'Feature',properties:{Name: '5', Address: '284 SIMONSON AVENUE, MARINERS HARBOR', Month: '10', Price: '1572'}, geometry: { type: 'Point', coordinates:[-74.15256123, 40.62952723]} },
{type: 'Feature',properties:{Name: '5', Address: '402 SIMONSON AVENUE, MARINERS HARBOR', Month: '9', Price: '1534'}, geometry: { type: 'Point', coordinates:[-74.15297991, 40.6267215]} },
{type: 'Feature',properties:{Name: '5', Address: '17 AVALON COURT, MARINERS HARBOR', Month: '4', Price: '1260'}, geometry: { type: 'Point', coordinates:[-74.15372059, 40.62766197]} },
{type: 'Feature',properties:{Name: '5', Address: '364 VAN NAME AVENUE, MARINERS HARBOR', Month: '7', Price: '1280'}, geometry: { type: 'Point', coordinates:[-74.15439549, 40.62663452]} },
{type: 'Feature',properties:{Name: '5', Address: '85 ERASTINA PLACE, MARINERS HARBOR', Month: '9', Price: '1464'}, geometry: { type: 'Point', coordinates:[-74.15608587, 40.63467997]} },
{type: 'Feature',properties:{Name: '5', Address: '71 ERASTINA PLACE, MARINERS HARBOR', Month: '3', Price: '1056'}, geometry: { type: 'Point', coordinates:[-74.1560793, 40.63495445]} },
{type: 'Feature',properties:{Name: '5', Address: '47 ERASTINA PLACE, MARINERS HARBOR', Month: '1', Price: '1330'}, geometry: { type: 'Point', coordinates:[-74.15606239, 40.63542384]} },
{type: 'Feature',properties:{Name: '5', Address: '148 DE HART AVENUE, MARINERS HARBOR', Month: '3', Price: '1400'}, geometry: { type: 'Point', coordinates:[-74.15707587, 40.63280667]} },
{type: 'Feature',properties:{Name: '5', Address: '57 MAPLE PARKWAY, MARINERS HARBOR', Month: '1', Price: '2060'}, geometry: { type: 'Point', coordinates:[-74.1564041, 40.63210766]} },
{type: 'Feature',properties:{Name: '5', Address: '164 VAN PELT AVENUE, MARINERS HARBOR', Month: '6', Price: '1782'}, geometry: { type: 'Point', coordinates:[-74.15519787, 40.63241123]} },
{type: 'Feature',properties:{Name: '5', Address: '184 VAN PELT AVENUE, MARINERS HARBOR', Month: '5', Price: '1568'}, geometry: { type: 'Point', coordinates:[-74.15526099, 40.63166456]} },
{type: 'Feature',properties:{Name: '5', Address: '119 MAPLE PARKWAY, MARINERS HARBOR', Month: '9', Price: '1020'}, geometry: { type: 'Point', coordinates:[-74.15648333, 40.63055675]} },
{type: 'Feature',properties:{Name: '5', Address: '119 MAPLE PARKWAY, MARINERS HARBOR', Month: '8', Price: '1020'}, geometry: { type: 'Point', coordinates:[-74.15648333, 40.63055675]} },
{type: 'Feature',properties:{Name: '5', Address: '23 UNION COURT, MARINERS HARBOR', Month: '3', Price: '940'}, geometry: { type: 'Point', coordinates:[-74.15768799, 40.63113151]} },
{type: 'Feature',properties:{Name: '5', Address: '42 UNION COURT, MARINERS HARBOR', Month: '8', Price: '968'}, geometry: { type: 'Point', coordinates:[-74.15747894, 40.63109337]} },
{type: 'Feature',properties:{Name: '5', Address: '249 UNION AVENUE, MARINERS HARBOR', Month: '10', Price: '1548'}, geometry: { type: 'Point', coordinates:[-74.15800983, 40.63011549]} },
{type: 'Feature',properties:{Name: '5', Address: '232 NETHERLAND AVENUE, MARINERS HARBOR', Month: '6', Price: '1400'}, geometry: { type: 'Point', coordinates:[-74.15643948, 40.62875622]} },
{type: 'Feature',properties:{Name: '5', Address: '204 MAPLE PARKWAY, MARINERS HARBOR', Month: '9', Price: '1210'}, geometry: { type: 'Point', coordinates:[-74.15660055, 40.6283086]} },
{type: 'Feature',properties:{Name: '5', Address: '50 UNION AVENUE, MARINERS HARBOR', Month: '3', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.15802961, 40.6354239]} },
{type: 'Feature',properties:{Name: '5', Address: '111 BUSH AVENUE, MARINERS HARBOR', Month: '1', Price: '1620'}, geometry: { type: 'Point', coordinates:[-74.15907484, 40.63406927]} },
{type: 'Feature',properties:{Name: '5', Address: '97 HARBOR ROAD, MARINERS HARBOR', Month: '2', Price: '1598'}, geometry: { type: 'Point', coordinates:[-74.16025135, 40.63488833]} },
{type: 'Feature',properties:{Name: '5', Address: '45 HARBOR ROAD, MARINERS HARBOR', Month: '6', Price: '888'}, geometry: { type: 'Point', coordinates:[-74.16020348, 40.63595887]} },
{type: 'Feature',properties:{Name: '5', Address: '45 HARBOR ROAD, MARINERS HARBOR', Month: '8', Price: '888'}, geometry: { type: 'Point', coordinates:[-74.16020348, 40.63595887]} },
{type: 'Feature',properties:{Name: '5', Address: '25 HARBOR ROAD, MARINERS HARBOR', Month: '11', Price: '1550'}, geometry: { type: 'Point', coordinates:[-74.16018645, 40.63637061]} },
{type: 'Feature',properties:{Name: '5', Address: '40 LEYDEN AVENUE, MARINERS HARBOR', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15908281, 40.63287802]} },
{type: 'Feature',properties:{Name: '5', Address: '35 GRIDLEY AVENUE, MARINERS HARBOR', Month: '12', Price: '1056'}, geometry: { type: 'Point', coordinates:[-74.15928269, 40.6305831]} },
{type: 'Feature',properties:{Name: '5', Address: '35 GRIDLEY AVENUE, MARINERS HARBOR', Month: '12', Price: '1056'}, geometry: { type: 'Point', coordinates:[-74.15928269, 40.6305831]} },
{type: 'Feature',properties:{Name: '5', Address: '17B GRIDLEY AVENUE, MARINERS HARBOR', Month: '6', Price: '1590'}, geometry: { type: 'Point', coordinates:[-74.15897393, 40.63103367]} },
{type: 'Feature',properties:{Name: '5', Address: '90 CONFEDERATION PLACE, MARINERS HARBOR', Month: '8', Price: '1300'}, geometry: { type: 'Point', coordinates:[-74.15989235, 40.62941297]} },
{type: 'Feature',properties:{Name: '5', Address: '62 CONFEDERATION PLACE, MARINERS HARBOR', Month: '10', Price: '1300'}, geometry: { type: 'Point', coordinates:[-74.15871081, 40.62946676]} },
{type: 'Feature',properties:{Name: '5', Address: '369 HARBOR ROAD, MARINERS HARBOR', Month: '2', Price: '1024'}, geometry: { type: 'Point', coordinates:[-74.16045988, 40.6272136]} },
{type: 'Feature',properties:{Name: '5', Address: '349 HARBOR ROAD, MARINERS HARBOR', Month: '3', Price: '1232'}, geometry: { type: 'Point', coordinates:[-74.16044621, 40.62751829]} },
{type: 'Feature',properties:{Name: '5', Address: '348 UNION AVENUE, MARINERS HARBOR', Month: '1', Price: '1076'}, geometry: { type: 'Point', coordinates:[-74.15790681, 40.62768649]} },
{type: 'Feature',properties:{Name: '5', Address: '128 BRUCKNER AVENUE, MARINERS HARBOR', Month: '12', Price: '1232'}, geometry: { type: 'Point', coordinates:[-74.15940195, 40.62772011]} },
{type: 'Feature',properties:{Name: '5', Address: '26 HARBOR ROAD, MARINERS HARBOR', Month: '4', Price: '1290'}, geometry: { type: 'Point', coordinates:[-74.1602115, 40.63629646]} },
{type: 'Feature',properties:{Name: '5', Address: '87 ANDROS AVENUE, MARINERS HARBOR', Month: '8', Price: '1400'}, geometry: { type: 'Point', coordinates:[-74.16240428, 40.63570051]} },
{type: 'Feature',properties:{Name: '5', Address: '59 ANDROS AVENUE, MARINERS HARBOR', Month: '4', Price: '936'}, geometry: { type: 'Point', coordinates:[-74.16239125, 40.63626596]} },
{type: 'Feature',properties:{Name: '5', Address: '69 MERSEREAU AVENUE, MARINERS HARBOR', Month: '8', Price: '1470'}, geometry: { type: 'Point', coordinates:[-74.1635454, 40.63675015]} },
{type: 'Feature',properties:{Name: '5', Address: '58 ANDROS AVENUE, MARINERS HARBOR', Month: '11', Price: '990'}, geometry: { type: 'Point', coordinates:[-74.16240946, 40.63634828]} },
{type: 'Feature',properties:{Name: '5', Address: '257 LOCKMAN AVENUE, MARINERS HARBOR', Month: '10', Price: '1568'}, geometry: { type: 'Point', coordinates:[-74.16174353, 40.63065926]} },
{type: 'Feature',properties:{Name: '5', Address: '363 NETHERLAND AVENUE, MARINERS HARBOR', Month: '7', Price: '1248'}, geometry: { type: 'Point', coordinates:[-74.16109804, 40.62891722]} },
{type: 'Feature',properties:{Name: '5', Address: '184A CONTINENTAL PLACE, MARINERS HARBOR', Month: '11', Price: '960'}, geometry: { type: 'Point', coordinates:[-74.16295233, 40.62995763]} },
{type: 'Feature',properties:{Name: '5', Address: '300A ANDROS AVENUE, MARINERS HARBOR', Month: '3', Price: '960'}, geometry: { type: 'Point', coordinates:[-74.16303817, 40.62970499]} },
{type: 'Feature',properties:{Name: '5', Address: '326 HARBOR ROAD, MARINERS HARBOR', Month: '8', Price: '1152'}, geometry: { type: 'Point', coordinates:[-74.16042678, 40.62842959]} },
{type: 'Feature',properties:{Name: '5', Address: '446 NETHERLAND AVENUE, MARINERS HARBOR', Month: '8', Price: '910'}, geometry: { type: 'Point', coordinates:[-74.16429737, 40.62900053]} },
{type: 'Feature',properties:{Name: '5', Address: '71 POST LANE, MARINERS HARBOR', Month: '4', Price: '1350'}, geometry: { type: 'Point', coordinates:[-74.16451296, 40.63753927]} },
{type: 'Feature',properties:{Name: '5', Address: '139 SOUTH AVENUE, MARINERS HARBOR', Month: '9', Price: '2208'}, geometry: { type: 'Point', coordinates:[-74.16613316, 40.63706484]} },
{type: 'Feature',properties:{Name: '5', Address: '47A SOUTH AVENUE, MARINERS HARBOR', Month: '11', Price: '1248'}, geometry: { type: 'Point', coordinates:[-74.16570562, 40.63900602]} },
{type: 'Feature',properties:{Name: '5', Address: '36C GRANDVIEW AVENUE, MARINERS HARBOR', Month: '12', Price: '680'}, geometry: { type: 'Point', coordinates:[-74.16526176, 40.63873767]} },
{type: 'Feature',properties:{Name: '5', Address: '138 GRANDVIEW AVENUE, MARINERS HARBOR', Month: '5', Price: '1296'}, geometry: { type: 'Point', coordinates:[-74.16508612, 40.6361935]} },
{type: 'Feature',properties:{Name: '5', Address: '83 DAVIDSON STREET, MARINERS HARBOR', Month: '7', Price: '552'}, geometry: { type: 'Point', coordinates:[-74.16443542, 40.6353161]} },
{type: 'Feature',properties:{Name: '5', Address: '228 CONTINENTAL PLACE, MARINERS HARBOR', Month: '11', Price: '1250'}, geometry: { type: 'Point', coordinates:[-74.16477604, 40.63026794]} },
{type: 'Feature',properties:{Name: '5', Address: '212 CONTINENTAL PLACE, MARINERS HARBOR', Month: '5', Price: '1000'}, geometry: { type: 'Point', coordinates:[-74.16423922, 40.63025773]} },
{type: 'Feature',properties:{Name: '5', Address: '24 DOWNEY PLACE, MARINERS HARBOR', Month: '12', Price: '1190'}, geometry: { type: 'Point', coordinates:[-74.16469179, 40.62970263]} },
{type: 'Feature',properties:{Name: '5', Address: '20 DOWNEY PLACE, MARINERS HARBOR', Month: '12', Price: '1190'}, geometry: { type: 'Point', coordinates:[-74.16456929, 40.62970006]} },
{type: 'Feature',properties:{Name: '5', Address: '345 SOUTH AVENUE, MARINERS HARBOR', Month: '10', Price: '760'}, geometry: { type: 'Point', coordinates:[-74.16636641, 40.6308997]} },
{type: 'Feature',properties:{Name: '5', Address: '291 SOUTH AVENUE, MARINERS HARBOR', Month: '5', Price: '1157'}, geometry: { type: 'Point', coordinates:[-74.16630559, 40.63251647]} },
{type: 'Feature',properties:{Name: '5', Address: '368 GRANDVIEW AVENUE, MARINERS HARBOR', Month: '11', Price: '1092'}, geometry: { type: 'Point', coordinates:[-74.16528338, 40.63146394]} },
{type: 'Feature',properties:{Name: '5', Address: '483 NETHERLAND AVENUE, MARINERS HARBOR', Month: '4', Price: '1708'}, geometry: { type: 'Point', coordinates:[-74.16565929, 40.62905347]} },
{type: 'Feature',properties:{Name: '5', Address: '370 GRANDVIEW AVENUE, MARINERS HARBOR', Month: '5', Price: '1092'}, geometry: { type: 'Point', coordinates:[-74.16528687, 40.63141727]} },
{type: 'Feature',properties:{Name: '5', Address: '219 MORNINGSTAR ROAD, MARINERS HARBOR', Month: '9', Price: '2172'}, geometry: { type: 'Point', coordinates:[-74.1464757, 40.6325105]} },
{type: 'Feature',properties:{Name: '5', Address: '58 INNIS STREET, MARINERS HARBOR', Month: '10', Price: '2500'}, geometry: { type: 'Point', coordinates:[-74.14317485, 40.63387608]} },
{type: 'Feature',properties:{Name: '5', Address: '16 TRANTOR PLACE, MARINERS HARBOR', Month: '8', Price: '1688'}, geometry: { type: 'Point', coordinates:[-74.14296453, 40.63324229]} },
{type: 'Feature',properties:{Name: '5', Address: '44 BOWLES AVENUE, MARINERS HARBOR', Month: '6', Price: '1296'}, geometry: { type: 'Point', coordinates:[-74.1461684, 40.62708993]} },
{type: 'Feature',properties:{Name: '5', Address: '78 MORNINGSTAR ROAD, MARINERS HARBOR', Month: '6', Price: '1640'}, geometry: { type: 'Point', coordinates:[-74.14539534, 40.63603893]} },
{type: 'Feature',properties:{Name: '5', Address: '274 PULASKI AVENUE, MARINERS HARBOR', Month: '11', Price: '1752'}, geometry: { type: 'Point', coordinates:[-74.14768441, 40.63168003]} },
{type: 'Feature',properties:{Name: '5', Address: '22 HOUSMAN AVENUE, MARINERS HARBOR', Month: '7', Price: '2732'}, geometry: { type: 'Point', coordinates:[-74.14851732, 40.63684191]} },
{type: 'Feature',properties:{Name: '5', Address: '64 LAKE AVENUE, MARINERS HARBOR', Month: '8', Price: '2736'}, geometry: { type: 'Point', coordinates:[-74.15065428, 40.63540086]} },
{type: 'Feature',properties:{Name: '5', Address: '164 LAKE AVENUE, MARINERS HARBOR', Month: '11', Price: '1824'}, geometry: { type: 'Point', coordinates:[-74.15109131, 40.63269117]} },
{type: 'Feature',properties:{Name: '5', Address: '308 MORNINGSTAR ROAD, MARINERS HARBOR', Month: '12', Price: '1632'}, geometry: { type: 'Point', coordinates:[-74.14709133, 40.6306707]} },
{type: 'Feature',properties:{Name: '5', Address: '308 MORNINGSTAR ROAD, MARINERS HARBOR', Month: '3', Price: '1632'}, geometry: { type: 'Point', coordinates:[-74.14709133, 40.6306707]} },
{type: 'Feature',properties:{Name: '5', Address: '5 DAVID PLACE, MARINERS HARBOR', Month: '10', Price: '1748'}, geometry: { type: 'Point', coordinates:[-74.14770926, 40.6298849]} },
{type: 'Feature',properties:{Name: '5', Address: '212 DIXON AVENUE, MARINERS HARBOR', Month: '6', Price: '1904'}, geometry: { type: 'Point', coordinates:[-74.14913968, 40.62834597]} },
{type: 'Feature',properties:{Name: '5', Address: '311 DIXON AVENUE, MARINERS HARBOR', Month: '12', Price: '1199'}, geometry: { type: 'Point', coordinates:[-74.15225322, 40.62874263]} },
{type: 'Feature',properties:{Name: '5', Address: '202 LAKE AVENUE, MARINERS HARBOR', Month: '1', Price: '1120'}, geometry: { type: 'Point', coordinates:[-74.15127945, 40.63145303]} },
{type: 'Feature',properties:{Name: '5', Address: '290 LAKE AVENUE, MARINERS HARBOR', Month: '2', Price: '1199'}, geometry: { type: 'Point', coordinates:[-74.15162704, 40.62903989]} },
{type: 'Feature',properties:{Name: '5', Address: '452 MORNINGSTAR ROAD, MARINERS HARBOR', Month: '4', Price: '2540'}, geometry: { type: 'Point', coordinates:[-74.14823647, 40.62719158]} },
{type: 'Feature',properties:{Name: '5', Address: '524 MELYN PLACE, MARINERS HARBOR', Month: '2', Price: '2374'}, geometry: { type: 'Point', coordinates:[-74.15097504, 40.62588698]} },
{type: 'Feature',properties:{Name: '5', Address: '41 MARINERS LANE, MARINERS HARBOR', Month: '8', Price: '1260'}, geometry: { type: 'Point', coordinates:[-74.15229139, 40.63599707]} },
{type: 'Feature',properties:{Name: '5', Address: '11 NOAH COURT, MARINERS HARBOR', Month: '10', Price: '1600'}, geometry: { type: 'Point', coordinates:[-74.15388561, 40.63516876]} },
{type: 'Feature',properties:{Name: '5', Address: '11 NOAH COURT, MARINERS HARBOR', Month: '12', Price: '1600'}, geometry: { type: 'Point', coordinates:[-74.15388561, 40.63516876]} },
{type: 'Feature',properties:{Name: '5', Address: '151 VAN PELT AVENUE, MARINERS HARBOR', Month: '10', Price: '2020'}, geometry: { type: 'Point', coordinates:[-74.15515871, 40.63261439]} },
{type: 'Feature',properties:{Name: '5', Address: '241 VAN NAME AVENUE, MARINERS HARBOR', Month: '12', Price: '1980'}, geometry: { type: 'Point', coordinates:[-74.15388447, 40.62998934]} },
{type: 'Feature',properties:{Name: '5', Address: '69 DE HART AVENUE, MARINERS HARBOR', Month: '9', Price: '2408'}, geometry: { type: 'Point', coordinates:[-74.15698717, 40.63492303]} },
{type: 'Feature',properties:{Name: '5', Address: '69 DE HART AVENUE, MARINERS HARBOR', Month: '12', Price: '2408'}, geometry: { type: 'Point', coordinates:[-74.15698717, 40.63492303]} },
{type: 'Feature',properties:{Name: '5', Address: '119 UNION AVENUE, MARINERS HARBOR', Month: '4', Price: '1600'}, geometry: { type: 'Point', coordinates:[-74.15811173, 40.63359026]} },
{type: 'Feature',properties:{Name: '5', Address: '119 UNION AVENUE, MARINERS HARBOR', Month: '2', Price: '1600'}, geometry: { type: 'Point', coordinates:[-74.15811173, 40.63359026]} },
{type: 'Feature',properties:{Name: '5', Address: '13 LEYDEN AVENUE, MARINERS HARBOR', Month: '7', Price: '1720'}, geometry: { type: 'Point', coordinates:[-74.15847024, 40.63284044]} },
{type: 'Feature',properties:{Name: '5', Address: '71 HARBOR ROAD, MARINERS HARBOR', Month: '1', Price: '2134'}, geometry: { type: 'Point', coordinates:[-74.16022742, 40.6354236]} },
{type: 'Feature',properties:{Name: '5', Address: '71 HARBOR ROAD, MARINERS HARBOR', Month: '11', Price: '2134'}, geometry: { type: 'Point', coordinates:[-74.16022742, 40.6354236]} },
{type: 'Feature',properties:{Name: '5', Address: '319 HARBOR ROAD, MARINERS HARBOR', Month: '4', Price: '2256'}, geometry: { type: 'Point', coordinates:[-74.16040179, 40.62852569]} },
{type: 'Feature',properties:{Name: '5', Address: '67 LOCKMAN AVENUE, MARINERS HARBOR', Month: '3', Price: '1300'}, geometry: { type: 'Point', coordinates:[-74.16135948, 40.63572669]} },
{type: 'Feature',properties:{Name: '5', Address: '54 HARBOR ROAD, MARINERS HARBOR', Month: '9', Price: '1112'}, geometry: { type: 'Point', coordinates:[-74.16023536, 40.635731]} },
{type: 'Feature',properties:{Name: '5', Address: '68 HARBOR ROAD, MARINERS HARBOR', Month: '1', Price: '1834'}, geometry: { type: 'Point', coordinates:[-74.16024909, 40.63544827]} },
{type: 'Feature',properties:{Name: '5', Address: '78 LOCKMAN AVENUE, MARINERS HARBOR', Month: '3', Price: '3349'}, geometry: { type: 'Point', coordinates:[-74.16138432, 40.63556745]} },
{type: 'Feature',properties:{Name: '5', Address: '100 LOCKMAN AVENUE, MARINERS HARBOR', Month: '2', Price: '1349'}, geometry: { type: 'Point', coordinates:[-74.16141496, 40.63482906]} },
{type: 'Feature',properties:{Name: '5', Address: '164 HARBOR ROAD, MARINERS HARBOR', Month: '5', Price: '2565'}, geometry: { type: 'Point', coordinates:[-74.16036485, 40.63264293]} },
{type: 'Feature',properties:{Name: '5', Address: '172 HARBOR ROAD, MARINERS HARBOR', Month: '3', Price: '1968'}, geometry: { type: 'Point', coordinates:[-74.16037158, 40.6324453]} },
{type: 'Feature',properties:{Name: '5', Address: '249 LOCKMAN AVENUE, MARINERS HARBOR', Month: '12', Price: '1800'}, geometry: { type: 'Point', coordinates:[-74.16173683, 40.63086787]} },
{type: 'Feature',properties:{Name: '5', Address: '14 SAMUEL PLACE, MARINERS HARBOR', Month: '6', Price: '1404'}, geometry: { type: 'Point', coordinates:[-74.16137828, 40.6271135]} },
{type: 'Feature',properties:{Name: '5', Address: '20 COWEN PLACE, MARINERS HARBOR', Month: '11', Price: '1344'}, geometry: { type: 'Point', coordinates:[-74.16434994, 40.63718268]} },
{type: 'Feature',properties:{Name: '5', Address: '79 SOUTH AVENUE, MARINERS HARBOR', Month: '10', Price: '1316'}, geometry: { type: 'Point', coordinates:[-74.16609267, 40.63816556]} },
{type: 'Feature',properties:{Name: '5', Address: '195 GRANDVIEW AVENUE, MARINERS HARBOR', Month: '7', Price: '1267'}, geometry: { type: 'Point', coordinates:[-74.16511205, 40.63502144]} },
{type: 'Feature',properties:{Name: '5', Address: '173 SOUTH AVENUE, MARINERS HARBOR', Month: '6', Price: '1440'}, geometry: { type: 'Point', coordinates:[-74.1661905, 40.63549199]} },
{type: 'Feature',properties:{Name: '5', Address: '210 PULASKI AVENUE, MARINERS HARBOR', Month: '10', Price: '1960'}, geometry: { type: 'Point', coordinates:[-74.14728317, 40.63270984]} },
{type: 'Feature',properties:{Name: '5', Address: '34 HEUSDEN STREET, MARINERS HARBOR', Month: '9', Price: '1920'}, geometry: { type: 'Point', coordinates:[-74.15359409, 40.6337446]} },
{type: 'Feature',properties:{Name: '5', Address: '259B MAPLE PARKWAY, MARINERS HARBOR', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15614462, 40.62745559]} },
{type: 'Feature',properties:{Name: '5', Address: '263 MAPLE PARKWAY, MARINERS HARBOR', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15661278, 40.62738085]} },
{type: 'Feature',properties:{Name: '5', Address: '235 MAPLE PARKWAY, MARINERS HARBOR', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.156606, 40.62756201]} },
{type: 'Feature',properties:{Name: '5', Address: '235 MAPLE PARKWAY, MARINERS HARBOR', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.156606, 40.62756201]} },
{type: 'Feature',properties:{Name: '5', Address: '245 MAPLE PARKWAY, MARINERS HARBOR', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15660945, 40.62749613]} },
{type: 'Feature',properties:{Name: '5', Address: '247 MAPLE PARKWAY, MARINERS HARBOR', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15660942, 40.62748515]} },
{type: 'Feature',properties:{Name: '5', Address: '231 MAPLE PARKWAY, MARINERS HARBOR', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15660245, 40.62758672]} },
{type: 'Feature',properties:{Name: '5', Address: '221 MAPLE PARKWAY, MARINERS HARBOR', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15659576, 40.62780631]} },
{type: 'Feature',properties:{Name: '5', Address: '217 MAPLE PARKWAY, MARINERS HARBOR', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15659236, 40.62789141]} },
{type: 'Feature',properties:{Name: '5', Address: '211 MAPLE PARKWAY, MARINERS HARBOR', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15658545, 40.62801768]} },
{type: 'Feature',properties:{Name: '5', Address: '230 MAPLE PARKWAY, MARINERS HARBOR', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.1566105, 40.62794628]} },
{type: 'Feature',properties:{Name: '5', Address: '232 MAPLE PARKWAY, MARINERS HARBOR', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15661046, 40.62792981]} },
{type: 'Feature',properties:{Name: '5', Address: '346 UNION AVENUE, MARINERS HARBOR', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15791052, 40.6277304]} },
{type: 'Feature',properties:{Name: '5', Address: '3192 RICHMOND TERRACE, MARINERS HARBOR', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.16505206, 40.63990176]} },
{type: 'Feature',properties:{Name: '5', Address: '22A RICHMOND COURT, MARINERS HARBOR', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.16532888, 40.63964885]} },
{type: 'Feature',properties:{Name: '5', Address: 'INNIS STREET, MARINERS HARBOR', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.14299058, 40.63363202]} },
{type: 'Feature',properties:{Name: '5', Address: 'WRIGHT AVENUE, MARINERS HARBOR', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.14919052, 40.63658577]} },
{type: 'Feature',properties:{Name: '5', Address: '86 WRIGHT AVENUE, MARINERS HARBOR', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.14958057, 40.63539128]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A MORNINGSTAR ROAD, MARINERS HARBOR', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.14733293, 40.63076921]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A ORINOCO PLACE, MARINERS HARBOR', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15550592, 40.63627822]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A ORINOCO PLACE, MARINERS HARBOR', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15550592, 40.63627822]} },
{type: 'Feature',properties:{Name: '5', Address: '47 UNION AVENUE, MARINERS HARBOR', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15800799, 40.63542392]} },
{type: 'Feature',properties:{Name: '5', Address: '25 GRIDLEY AVENUE, MARINERS HARBOR', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15927242, 40.63080544]} },
{type: 'Feature',properties:{Name: '5', Address: '23 GRIDLEY AVENUE, MARINERS HARBOR', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.15926892, 40.63084936]} },
{type: 'Feature',properties:{Name: '5', Address: '134 VAN NAME AVENUE, MARINERS HARBOR', Month: '6', Price: '2880'}, geometry: { type: 'Point', coordinates:[-74.15342007, 40.63327548]} },
{type: 'Feature',properties:{Name: '5', Address: '35 MORNINGSTAR ROAD, MARINERS HARBOR', Month: '5', Price: '4619'}, geometry: { type: 'Point', coordinates:[-74.14508031, 40.63697256]} },
{type: 'Feature',properties:{Name: '5', Address: '86-88 HOUSMAN AVENUE, MARINERS HARBOR', Month: '10', Price: '3600'}, geometry: { type: 'Point', coordinates:[-74.14857148, 40.63527456]} },
{type: 'Feature',properties:{Name: '5', Address: '170 GRANDVIEW AVENUE, MARINERS HARBOR', Month: '7', Price: '5244'}, geometry: { type: 'Point', coordinates:[-74.16510986, 40.63559236]} },
{type: 'Feature',properties:{Name: '5', Address: '54 HUDSON PLACE, MARINERS HARBOR', Month: '7', Price: '1080'}, geometry: { type: 'Point', coordinates:[-74.15003511, 40.62602545]} },
{type: 'Feature',properties:{Name: '5', Address: '2015 FOREST AVENUE, MARINERS HARBOR', Month: '2', Price: '11100'}, geometry: { type: 'Point', coordinates:[-74.15621683, 40.62598428]} },
{type: 'Feature',properties:{Name: '5', Address: '2940 RICHMOND TERRACE, MARINERS HARBOR', Month: '4', Price: '3450'}, geometry: { type: 'Point', coordinates:[-74.1581662, 40.63680983]} },
{type: 'Feature',properties:{Name: '5', Address: '245-249 HOOKER PLACE, MARINERS HARBOR', Month: '3', Price: '7400'}, geometry: { type: 'Point', coordinates:[-74.14723855, 40.63208134]} },
{type: 'Feature',properties:{Name: '5', Address: '3018 RICHMOND TERRACE, MARINERS HARBOR', Month: '6', Price: '4512'}, geometry: { type: 'Point', coordinates:[-74.16049491, 40.63728419]} },
{type: 'Feature',properties:{Name: '5', Address: '2860 RICHMOND TERRACE, MARINERS HARBOR', Month: '8', Price: '4840'}, geometry: { type: 'Point', coordinates:[-74.15562244, 40.63680232]} },
{type: 'Feature',properties:{Name: '5', Address: '2860 RICHMOND TERRACE, MARINERS HARBOR', Month: '6', Price: '4840'}, geometry: { type: 'Point', coordinates:[-74.15562244, 40.63680232]} },
{type: 'Feature',properties:{Name: '5', Address: 'GRANITE AVENUE, MARINERS HARBOR', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.14846697, 40.63202212]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A GRANITE AVENUE, MARINERS HARBOR', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.14842403, 40.63215392]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A HOOKER PLACE, MARINERS HARBOR', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.14820405, 40.63206089]} },
{type: 'Feature',properties:{Name: '5', Address: '561 QUINCY AVENUE, MIDLAND BEACH', Month: '4', Price: '1080'}, geometry: { type: 'Point', coordinates:[-74.08008522, 40.58018872]} },
{type: 'Feature',properties:{Name: '5', Address: '764 SEAVIEW AVENUE, MIDLAND BEACH', Month: '11', Price: '1899'}, geometry: { type: 'Point', coordinates:[-74.07871307, 40.57972031]} },
{type: 'Feature',properties:{Name: '5', Address: '764 SEAVIEW AVENUE, MIDLAND BEACH', Month: '10', Price: '1899'}, geometry: { type: 'Point', coordinates:[-74.07871307, 40.57972031]} },
{type: 'Feature',properties:{Name: '5', Address: '766 SEAVIEW AVENUE, MIDLAND BEACH', Month: '4', Price: '1860'}, geometry: { type: 'Point', coordinates:[-74.07867345, 40.57969838]} },
{type: 'Feature',properties:{Name: '5', Address: '766 SEAVIEW AVENUE, MIDLAND BEACH', Month: '5', Price: '1860'}, geometry: { type: 'Point', coordinates:[-74.07867345, 40.57969838]} },
{type: 'Feature',properties:{Name: '5', Address: '768 SEAVIEW AVENUE, MIDLAND BEACH', Month: '8', Price: '1372'}, geometry: { type: 'Point', coordinates:[-74.07863383, 40.57967919]} },
{type: 'Feature',properties:{Name: '5', Address: '647 OCEANSIDE AVENUE, MIDLAND BEACH', Month: '10', Price: '616'}, geometry: { type: 'Point', coordinates:[-74.07880584, 40.57901483]} },
{type: 'Feature',properties:{Name: '5', Address: '733 LIBERTY AVENUE, MIDLAND BEACH', Month: '8', Price: '700'}, geometry: { type: 'Point', coordinates:[-74.07947922, 40.57917905]} },
{type: 'Feature',properties:{Name: '5', Address: '715 LIBERTY AVENUE, MIDLAND BEACH', Month: '7', Price: '700'}, geometry: { type: 'Point', coordinates:[-74.07990428, 40.57940658]} },
{type: 'Feature',properties:{Name: '5', Address: '312 LIBERTY AVENUE, MIDLAND BEACH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0919474, 40.5855871]} },
{type: 'Feature',properties:{Name: '5', Address: '328 LIBERTY AVENUE, MIDLAND BEACH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09136375, 40.58528838]} },
{type: 'Feature',properties:{Name: '5', Address: '330 LIBERTY AVENUE, MIDLAND BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09132051, 40.58526646]} },
{type: 'Feature',properties:{Name: '5', Address: '380 LIBERTY AVENUE, MIDLAND BEACH', Month: '10', Price: '960'}, geometry: { type: 'Point', coordinates:[-74.08982177, 40.58449361]} },
{type: 'Feature',properties:{Name: '5', Address: '325 DONGAN HILLS AVENUE, MIDLAND BEACH', Month: '10', Price: '1324'}, geometry: { type: 'Point', coordinates:[-74.09247438, 40.58395352]} },
{type: 'Feature',properties:{Name: '5', Address: '330 DONGAN HILLS AVENUE, MIDLAND BEACH', Month: '4', Price: '1430'}, geometry: { type: 'Point', coordinates:[-74.09168174, 40.58352048]} },
{type: 'Feature',properties:{Name: '5', Address: '340 NAUGHTON AVENUE, MIDLAND BEACH', Month: '1', Price: '1280'}, geometry: { type: 'Point', coordinates:[-74.09317925, 40.58340399]} },
{type: 'Feature',properties:{Name: '5', Address: '348 NAUGHTON AVENUE, MIDLAND BEACH', Month: '5', Price: '1280'}, geometry: { type: 'Point', coordinates:[-74.09300992, 40.58331904]} },
{type: 'Feature',properties:{Name: '5', Address: '33 SLATER BOULEVARD, MIDLAND BEACH', Month: '8', Price: '1280'}, geometry: { type: 'Point', coordinates:[-74.09439566, 40.58309558]} },
{type: 'Feature',properties:{Name: '5', Address: '63 SLATER BOULEVARD, MIDLAND BEACH', Month: '2', Price: '1280'}, geometry: { type: 'Point', coordinates:[-74.09373996, 40.58275576]} },
{type: 'Feature',properties:{Name: '5', Address: '54 SLATER BOULEVARD, MIDLAND BEACH', Month: '8', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.09393808, 40.58283794]} },
{type: 'Feature',properties:{Name: '5', Address: '289 SEAVER AVENUE, MIDLAND BEACH', Month: '1', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.09512206, 40.58251034]} },
{type: 'Feature',properties:{Name: '5', Address: '332 SEAVER AVENUE, MIDLAND BEACH', Month: '10', Price: '1224'}, geometry: { type: 'Point', coordinates:[-74.0942862, 40.58206088]} },
{type: 'Feature',properties:{Name: '5', Address: '366 SEAVER AVENUE, MIDLAND BEACH', Month: '12', Price: '924'}, geometry: { type: 'Point', coordinates:[-74.09297122, 40.58138124]} },
{type: 'Feature',properties:{Name: '5', Address: '283 ADAMS AVENUE, MIDLAND BEACH', Month: '3', Price: '864'}, geometry: { type: 'Point', coordinates:[-74.09899887, 40.57973756]} },
{type: 'Feature',properties:{Name: '5', Address: '283 ADAMS AVENUE, MIDLAND BEACH', Month: '9', Price: '864'}, geometry: { type: 'Point', coordinates:[-74.09899887, 40.57973756]} },
{type: 'Feature',properties:{Name: '5', Address: '126 BOUNDARY AVENUE, MIDLAND BEACH', Month: '2', Price: '564'}, geometry: { type: 'Point', coordinates:[-74.09899128, 40.57947681]} },
{type: 'Feature',properties:{Name: '5', Address: '343 HUNTER AVENUE, MIDLAND BEACH', Month: '10', Price: '1500'}, geometry: { type: 'Point', coordinates:[-74.09789536, 40.57842923]} },
{type: 'Feature',properties:{Name: '5', Address: '395 STOBE AVENUE, MIDLAND BEACH', Month: '11', Price: '1600'}, geometry: { type: 'Point', coordinates:[-74.09412046, 40.57940679]} },
{type: 'Feature',properties:{Name: '5', Address: '44 ROWAN AVENUE, MIDLAND BEACH', Month: '2', Price: '1536'}, geometry: { type: 'Point', coordinates:[-74.0942441, 40.58029052]} },
{type: 'Feature',properties:{Name: '5', Address: '355 STOBE AVENUE, MIDLAND BEACH', Month: '1', Price: '1536'}, geometry: { type: 'Point', coordinates:[-74.09492383, 40.57982059]} },
{type: 'Feature',properties:{Name: '5', Address: '368 STOBE AVENUE, MIDLAND BEACH', Month: '3', Price: '1148'}, geometry: { type: 'Point', coordinates:[-74.09455274, 40.57960955]} },
{type: 'Feature',properties:{Name: '5', Address: '346 JEFFERSON AVENUE, MIDLAND BEACH', Month: '1', Price: '672'}, geometry: { type: 'Point', coordinates:[-74.09561051, 40.57918049]} },
{type: 'Feature',properties:{Name: '5', Address: '348 JEFFERSON AVENUE, MIDLAND BEACH', Month: '10', Price: '672'}, geometry: { type: 'Point', coordinates:[-74.09557448, 40.5791613]} },
{type: 'Feature',properties:{Name: '5', Address: '363 HUNTER AVENUE, MIDLAND BEACH', Month: '1', Price: '644'}, geometry: { type: 'Point', coordinates:[-74.09716765, 40.5780593]} },
{type: 'Feature',properties:{Name: '5', Address: '156 BOUNDARY AVENUE, MIDLAND BEACH', Month: '12', Price: '1900'}, geometry: { type: 'Point', coordinates:[-74.09969234, 40.57885313]} },
{type: 'Feature',properties:{Name: '5', Address: '148 BOUNDARY AVENUE, MIDLAND BEACH', Month: '4', Price: '869'}, geometry: { type: 'Point', coordinates:[-74.09955577, 40.57900421]} },
{type: 'Feature',properties:{Name: '5', Address: '355 HAMDEN AVENUE, MIDLAND BEACH', Month: '11', Price: '1056'}, geometry: { type: 'Point', coordinates:[-74.09834429, 40.57770971]} },
{type: 'Feature',properties:{Name: '5', Address: '359 HAMDEN AVENUE, MIDLAND BEACH', Month: '12', Price: '1056'}, geometry: { type: 'Point', coordinates:[-74.09824702, 40.57765764]} },
{type: 'Feature',properties:{Name: '5', Address: '280 HAMDEN AVENUE, MIDLAND BEACH', Month: '7', Price: '1512'}, geometry: { type: 'Point', coordinates:[-74.1003366, 40.57877297]} },
{type: 'Feature',properties:{Name: '5', Address: '324 HAMDEN AVENUE, MIDLAND BEACH', Month: '6', Price: '896'}, geometry: { type: 'Point', coordinates:[-74.09920533, 40.57816186]} },
{type: 'Feature',properties:{Name: '5', Address: '362 HAMDEN AVENUE, MIDLAND BEACH', Month: '9', Price: '896'}, geometry: { type: 'Point', coordinates:[-74.09823258, 40.5776302]} },
{type: 'Feature',properties:{Name: '5', Address: '336 LINCOLN AVENUE, MIDLAND BEACH', Month: '8', Price: '1120'}, geometry: { type: 'Point', coordinates:[-74.10268689, 40.57613313]} },
{type: 'Feature',properties:{Name: '5', Address: '344 LINCOLN AVENUE, MIDLAND BEACH', Month: '12', Price: '1120'}, geometry: { type: 'Point', coordinates:[-74.1025104, 40.57607016]} },
{type: 'Feature',properties:{Name: '5', Address: '248 BOUNDARY AVENUE, MIDLAND BEACH', Month: '9', Price: '1120'}, geometry: { type: 'Point', coordinates:[-74.10254934, 40.57564468]} },
{type: 'Feature',properties:{Name: '5', Address: '380 LINCOLN AVENUE, MIDLAND BEACH', Month: '1', Price: '1624'}, geometry: { type: 'Point', coordinates:[-74.1012027, 40.57541806]} },
{type: 'Feature',properties:{Name: '5', Address: '396 LINCOLN AVENUE, MIDLAND BEACH', Month: '2', Price: '2337'}, geometry: { type: 'Point', coordinates:[-74.10088566, 40.57524541]} },
{type: 'Feature',properties:{Name: '5', Address: '396 LINCOLN AVENUE, MIDLAND BEACH', Month: '12', Price: '2337'}, geometry: { type: 'Point', coordinates:[-74.10088566, 40.57524541]} },
{type: 'Feature',properties:{Name: '5', Address: '34 MAPLEWOOD PLACE, MIDLAND BEACH', Month: '1', Price: '1680'}, geometry: { type: 'Point', coordinates:[-74.10420717, 40.57458644]} },
{type: 'Feature',properties:{Name: '5', Address: '301 SANILAC STREET, MIDLAND BEACH', Month: '6', Price: '1120'}, geometry: { type: 'Point', coordinates:[-74.10290694, 40.57410178]} },
{type: 'Feature',properties:{Name: '5', Address: '300 SANILAC STREET, MIDLAND BEACH', Month: '3', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.10289972, 40.57408532]} },
{type: 'Feature',properties:{Name: '5', Address: '293 RUDYARD STREET, MIDLAND BEACH', Month: '5', Price: '1663'}, geometry: { type: 'Point', coordinates:[-74.10205701, 40.57383355]} },
{type: 'Feature',properties:{Name: '5', Address: '305 RUDYARD STREET, MIDLAND BEACH', Month: '4', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.10220435, 40.57367147]} },
{type: 'Feature',properties:{Name: '5', Address: '323 RUDYARD STREET, MIDLAND BEACH', Month: '7', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.10243076, 40.57343247]} },
{type: 'Feature',properties:{Name: '5', Address: '422 DONGAN HILLS AVENUE, MIDLAND BEACH', Month: '1', Price: '918'}, geometry: { type: 'Point', coordinates:[-74.08886445, 40.58204599]} },
{type: 'Feature',properties:{Name: '5', Address: '423 NAUGHTON AVENUE, MIDLAND BEACH', Month: '10', Price: '2156'}, geometry: { type: 'Point', coordinates:[-74.09013864, 40.58186384]} },
{type: 'Feature',properties:{Name: '5', Address: '541 BUEL AVENUE, MIDLAND BEACH', Month: '1', Price: '1825'}, geometry: { type: 'Point', coordinates:[-74.08615663, 40.58161712]} },
{type: 'Feature',properties:{Name: '5', Address: '509 BUEL AVENUE, MIDLAND BEACH', Month: '4', Price: '1825'}, geometry: { type: 'Point', coordinates:[-74.08675822, 40.58190761]} },
{type: 'Feature',properties:{Name: '5', Address: '506 BUEL AVENUE, MIDLAND BEACH', Month: '4', Price: '1500'}, geometry: { type: 'Point', coordinates:[-74.08678702, 40.5819021]} },
{type: 'Feature',properties:{Name: '5', Address: '473 DONGAN HILLS AVENUE, MIDLAND BEACH', Month: '11', Price: '1500'}, geometry: { type: 'Point', coordinates:[-74.08678942, 40.58098533]} },
{type: 'Feature',properties:{Name: '5', Address: '453 DONGAN HILLS AVENUE, MIDLAND BEACH', Month: '10', Price: '1456'}, geometry: { type: 'Point', coordinates:[-74.08708483, 40.58113882]} },
{type: 'Feature',properties:{Name: '5', Address: '464 DONGAN HILLS AVENUE, MIDLAND BEACH', Month: '6', Price: '1152'}, geometry: { type: 'Point', coordinates:[-74.08736219, 40.58126487]} },
{type: 'Feature',properties:{Name: '5', Address: '535 NAUGHTON AVENUE, MIDLAND BEACH', Month: '1', Price: '1152'}, geometry: { type: 'Point', coordinates:[-74.08701887, 40.58025504]} },
{type: 'Feature',properties:{Name: '5', Address: '521 NAUGHTON AVENUE, MIDLAND BEACH', Month: '7', Price: '1152'}, geometry: { type: 'Point', coordinates:[-74.0873575, 40.58043045]} },
{type: 'Feature',properties:{Name: '5', Address: '490 MASON AVENUE, MIDLAND BEACH', Month: '12', Price: '1500'}, geometry: { type: 'Point', coordinates:[-74.09165704, 40.58125878]} },
{type: 'Feature',properties:{Name: '5', Address: '194 SLATER BOULEVARD, MIDLAND BEACH', Month: '6', Price: '1408'}, geometry: { type: 'Point', coordinates:[-74.08975905, 40.58068661]} },
{type: 'Feature',properties:{Name: '5', Address: '253 SLATER BOULEVARD, MIDLAND BEACH', Month: '7', Price: '1408'}, geometry: { type: 'Point', coordinates:[-74.08787139, 40.57973837]} },
{type: 'Feature',properties:{Name: '5', Address: '229 SLATER BOULEVARD, MIDLAND BEACH', Month: '12', Price: '1408'}, geometry: { type: 'Point', coordinates:[-74.08839735, 40.5800097]} },
{type: 'Feature',properties:{Name: '5', Address: '101 BEACHVIEW AVENUE, MIDLAND BEACH', Month: '9', Price: '456'}, geometry: { type: 'Point', coordinates:[-74.09677412, 40.57727462]} },
{type: 'Feature',properties:{Name: '5', Address: '422 HUNTER AVENUE, MIDLAND BEACH', Month: '5', Price: '588'}, geometry: { type: 'Point', coordinates:[-74.09553207, 40.5771988]} },
{type: 'Feature',properties:{Name: '5', Address: '402 HAMDEN AVENUE, MIDLAND BEACH', Month: '2', Price: '1900'}, geometry: { type: 'Point', coordinates:[-74.09703295, 40.57702462]} },
{type: 'Feature',properties:{Name: '5', Address: '449 BEDFORD AVENUE, MIDLAND BEACH', Month: '4', Price: '896'}, geometry: { type: 'Point', coordinates:[-74.09701729, 40.57615728]} },
{type: 'Feature',properties:{Name: '5', Address: '447 BEDFORD AVENUE, MIDLAND BEACH', Month: '12', Price: '896'}, geometry: { type: 'Point', coordinates:[-74.09704611, 40.57617098]} },
{type: 'Feature',properties:{Name: '5', Address: '435 BEDFORD AVENUE, MIDLAND BEACH', Month: '3', Price: '896'}, geometry: { type: 'Point', coordinates:[-74.09721903, 40.57626415]} },
{type: 'Feature',properties:{Name: '5', Address: '145 MORELAND STREET, MIDLAND BEACH', Month: '1', Price: '1320'}, geometry: { type: 'Point', coordinates:[-74.09559517, 40.5760075]} },
{type: 'Feature',properties:{Name: '5', Address: '128 MORELAND STREET, MIDLAND BEACH', Month: '8', Price: '1600'}, geometry: { type: 'Point', coordinates:[-74.09537947, 40.5762108]} },
{type: 'Feature',properties:{Name: '5', Address: '143 KISWICK STREET, MIDLAND BEACH', Month: '10', Price: '1040'}, geometry: { type: 'Point', coordinates:[-74.09473085, 40.57574197]} },
{type: 'Feature',properties:{Name: '5', Address: '157A KISWICK STREET, MIDLAND BEACH', Month: '12', Price: '1755'}, geometry: { type: 'Point', coordinates:[-74.09515546, 40.57563458]} },
{type: 'Feature',properties:{Name: '5', Address: '156 MORELAND STREET, MIDLAND BEACH', Month: '7', Price: '1688'}, geometry: { type: 'Point', coordinates:[-74.09576406, 40.5758015]} },
{type: 'Feature',properties:{Name: '5', Address: '150 MORELAND STREET, MIDLAND BEACH', Month: '4', Price: '1488'}, geometry: { type: 'Point', coordinates:[-74.09568139, 40.57588941]} },
{type: 'Feature',properties:{Name: '5', Address: '751 NUGENT AVENUE, MIDLAND BEACH', Month: '5', Price: '1280'}, geometry: { type: 'Point', coordinates:[-74.09362576, 40.57576758]} },
{type: 'Feature',properties:{Name: '5', Address: '755 NUGENT AVENUE, MIDLAND BEACH', Month: '9', Price: '1280'}, geometry: { type: 'Point', coordinates:[-74.09368687, 40.57570166]} },
{type: 'Feature',properties:{Name: '5', Address: '755 NUGENT AVENUE, MIDLAND BEACH', Month: '6', Price: '1280'}, geometry: { type: 'Point', coordinates:[-74.09368687, 40.57570166]} },
{type: 'Feature',properties:{Name: '5', Address: '759 NUGENT AVENUE, MIDLAND BEACH', Month: '9', Price: '1280'}, geometry: { type: 'Point', coordinates:[-74.09374437, 40.57563574]} },
{type: 'Feature',properties:{Name: '5', Address: '767 NUGENT AVENUE, MIDLAND BEACH', Month: '2', Price: '1280'}, geometry: { type: 'Point', coordinates:[-74.09386298, 40.57550663]} },
{type: 'Feature',properties:{Name: '5', Address: '777 NUGENT AVENUE, MIDLAND BEACH', Month: '11', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.09401394, 40.57534457]} },
{type: 'Feature',properties:{Name: '5', Address: '781 NUGENT AVENUE, MIDLAND BEACH', Month: '5', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.09407144, 40.57527864]} },
{type: 'Feature',properties:{Name: '5', Address: '1179 MASON AVENUE, MIDLAND BEACH', Month: '4', Price: '1600'}, geometry: { type: 'Point', coordinates:[-74.09705582, 40.57542164]} },
{type: 'Feature',properties:{Name: '5', Address: '167 MORELAND STREET, MIDLAND BEACH', Month: '3', Price: '542'}, geometry: { type: 'Point', coordinates:[-74.09621697, 40.57534549]} },
{type: 'Feature',properties:{Name: '5', Address: '181 KISWICK STREET, MIDLAND BEACH', Month: '9', Price: '468'}, geometry: { type: 'Point', coordinates:[-74.09577677, 40.57462672]} },
{type: 'Feature',properties:{Name: '5', Address: '193 KISWICK STREET, MIDLAND BEACH', Month: '8', Price: '580'}, geometry: { type: 'Point', coordinates:[-74.09600321, 40.57438773]} },
{type: 'Feature',properties:{Name: '5', Address: '188 KISWICK STREET, MIDLAND BEACH', Month: '8', Price: '602'}, geometry: { type: 'Point', coordinates:[-74.09587378, 40.57449763]} },
{type: 'Feature',properties:{Name: '5', Address: '180 KISWICK STREET, MIDLAND BEACH', Month: '5', Price: '644'}, geometry: { type: 'Point', coordinates:[-74.09572282, 40.57465695]} },
{type: 'Feature',properties:{Name: '5', Address: '1233 MASON AVENUE, MIDLAND BEACH', Month: '2', Price: '1400'}, geometry: { type: 'Point', coordinates:[-74.09801894, 40.57433113]} },
{type: 'Feature',properties:{Name: '5', Address: '402 LINCOLN AVENUE, MIDLAND BEACH', Month: '1', Price: '1248'}, geometry: { type: 'Point', coordinates:[-74.10056143, 40.57507278]} },
{type: 'Feature',properties:{Name: '5', Address: '440 LINCOLN AVENUE, MIDLAND BEACH', Month: '6', Price: '2352'}, geometry: { type: 'Point', coordinates:[-74.09890424, 40.57417941]} },
{type: 'Feature',properties:{Name: '5', Address: '1259 MASON AVENUE, MIDLAND BEACH', Month: '2', Price: '1793'}, geometry: { type: 'Point', coordinates:[-74.09904002, 40.57350407]} },
{type: 'Feature',properties:{Name: '5', Address: '318 RUDYARD STREET, MIDLAND BEACH', Month: '9', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.10234806, 40.57349293]} },
{type: 'Feature',properties:{Name: '5', Address: '300 RUDYARD STREET, MIDLAND BEACH', Month: '12', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.10212884, 40.57372644]} },
{type: 'Feature',properties:{Name: '5', Address: '318 POULTNEY STREET, MIDLAND BEACH', Month: '2', Price: '995'}, geometry: { type: 'Point', coordinates:[-74.10183235, 40.57285934]} },
{type: 'Feature',properties:{Name: '5', Address: '416 GREELEY AVENUE, MIDLAND BEACH', Month: '8', Price: '1364'}, geometry: { type: 'Point', coordinates:[-74.10075, 40.57360414]} },
{type: 'Feature',properties:{Name: '5', Address: '292 OLDFIELD STREET, MIDLAND BEACH', Month: '9', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.10073445, 40.57284384]} },
{type: 'Feature',properties:{Name: '5', Address: '280 OLDFIELD STREET, MIDLAND BEACH', Month: '4', Price: '2496'}, geometry: { type: 'Point', coordinates:[-74.10056196, 40.57303338]} },
{type: 'Feature',properties:{Name: '5', Address: '780 OLYMPIA BOULEVARD, MIDLAND BEACH', Month: '1', Price: '1250'}, geometry: { type: 'Point', coordinates:[-74.08731621, 40.57913768]} },
{type: 'Feature',properties:{Name: '5', Address: '778 OLYMPIA BOULEVARD, MIDLAND BEACH', Month: '9', Price: '1250'}, geometry: { type: 'Point', coordinates:[-74.08728386, 40.57917613]} },
{type: 'Feature',properties:{Name: '5', Address: '280 SLATER BOULEVARD, MIDLAND BEACH', Month: '7', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.08670059, 40.57910796]} },
{type: 'Feature',properties:{Name: '5', Address: '292 SLATER BOULEVARD, MIDLAND BEACH', Month: '9', Price: '1120'}, geometry: { type: 'Point', coordinates:[-74.08648084, 40.57899009]} },
{type: 'Feature',properties:{Name: '5', Address: '294 SLATER BOULEVARD, MIDLAND BEACH', Month: '7', Price: '1120'}, geometry: { type: 'Point', coordinates:[-74.08644481, 40.57897091]} },
{type: 'Feature',properties:{Name: '5', Address: '294 SLATER BOULEVARD, MIDLAND BEACH', Month: '7', Price: '1120'}, geometry: { type: 'Point', coordinates:[-74.08644481, 40.57897091]} },
{type: 'Feature',properties:{Name: '5', Address: '298 SLATER BOULEVARD, MIDLAND BEACH', Month: '11', Price: '2102'}, geometry: { type: 'Point', coordinates:[-74.08636917, 40.57893254]} },
{type: 'Feature',properties:{Name: '5', Address: '43 BADEN PLACE, MIDLAND BEACH', Month: '10', Price: '1808'}, geometry: { type: 'Point', coordinates:[-74.08715476, 40.57679374]} },
{type: 'Feature',properties:{Name: '5', Address: '555 FREEBORN STREET, MIDLAND BEACH', Month: '12', Price: '540'}, geometry: { type: 'Point', coordinates:[-74.09152291, 40.57533011]} },
{type: 'Feature',properties:{Name: '5', Address: '194 FREEBORN STREET, MIDLAND BEACH', Month: '8', Price: '864'}, geometry: { type: 'Point', coordinates:[-74.09228529, 40.57477779]} },
{type: 'Feature',properties:{Name: '5', Address: '190 FREEBORN STREET, MIDLAND BEACH', Month: '2', Price: '360'}, geometry: { type: 'Point', coordinates:[-74.09223137, 40.57483548]} },
{type: 'Feature',properties:{Name: '5', Address: '178 FREEBORN STREET, MIDLAND BEACH', Month: '5', Price: '900'}, geometry: { type: 'Point', coordinates:[-74.09206602, 40.57500579]} },
{type: 'Feature',properties:{Name: '5', Address: '169 GRIMSBY STREET, MIDLAND BEACH', Month: '1', Price: '1208'}, geometry: { type: 'Point', coordinates:[-74.09420275, 40.57394182]} },
{type: 'Feature',properties:{Name: '5', Address: '172 GRIMSBY STREET, MIDLAND BEACH', Month: '12', Price: '476'}, geometry: { type: 'Point', coordinates:[-74.09418833, 40.57393085]} },
{type: 'Feature',properties:{Name: '5', Address: '164A GRIMSBY STREET, MIDLAND BEACH', Month: '8', Price: '475'}, geometry: { type: 'Point', coordinates:[-74.09371332, 40.57403279]} },
{type: 'Feature',properties:{Name: '5', Address: '164D GRIMSBY STREET, MIDLAND BEACH', Month: '5', Price: '450'}, geometry: { type: 'Point', coordinates:[-74.09343631, 40.57414556]} },
{type: 'Feature',properties:{Name: '5', Address: '1033 OLYMPIA BOULEVARD, MIDLAND BEACH', Month: '5', Price: '1680'}, geometry: { type: 'Point', coordinates:[-74.09241311, 40.57350136]} },
{type: 'Feature',properties:{Name: '5', Address: '520 MIDLAND AVENUE, MIDLAND BEACH', Month: '7', Price: '1300'}, geometry: { type: 'Point', coordinates:[-74.09510548, 40.57339211]} },
{type: 'Feature',properties:{Name: '5', Address: '220 GRIMSBY STREET, MIDLAND BEACH', Month: '1', Price: '1500'}, geometry: { type: 'Point', coordinates:[-74.09521628, 40.5728458]} },
{type: 'Feature',properties:{Name: '5', Address: '296 FREEBORN STREET, MIDLAND BEACH', Month: '7', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.0945497, 40.57237974]} },
{type: 'Feature',properties:{Name: '5', Address: '994 OLYMPIA BOULEVARD, MIDLAND BEACH', Month: '4', Price: '1300'}, geometry: { type: 'Point', coordinates:[-74.0916295, 40.57430896]} },
{type: 'Feature',properties:{Name: '5', Address: '111C BADEN PLACE, MIDLAND BEACH', Month: '4', Price: '1800'}, geometry: { type: 'Point', coordinates:[-74.0901315, 40.5739094]} },
{type: 'Feature',properties:{Name: '5', Address: '81 MAPLETON AVENUE, MIDLAND BEACH', Month: '10', Price: '1400'}, geometry: { type: 'Point', coordinates:[-74.09028894, 40.5732121]} },
{type: 'Feature',properties:{Name: '5', Address: '120 BADEN PLACE, MIDLAND BEACH', Month: '2', Price: '1600'}, geometry: { type: 'Point', coordinates:[-74.0900124, 40.57367618]} },
{type: 'Feature',properties:{Name: '5', Address: '632 HUNTER AVENUE, MIDLAND BEACH', Month: '5', Price: '1620'}, geometry: { type: 'Point', coordinates:[-74.08928563, 40.573943]} },
{type: 'Feature',properties:{Name: '5', Address: '749 PATTERSON AVENUE, MIDLAND BEACH', Month: '12', Price: '1900'}, geometry: { type: 'Point', coordinates:[-74.0893279, 40.57324853]} },
{type: 'Feature',properties:{Name: '5', Address: '27 HEMPSTEAD AVENUE, MIDLAND BEACH', Month: '4', Price: '1400'}, geometry: { type: 'Point', coordinates:[-74.0925131, 40.57292212]} },
{type: 'Feature',properties:{Name: '5', Address: '215 COLONY AVENUE, MIDLAND BEACH', Month: '5', Price: '475'}, geometry: { type: 'Point', coordinates:[-74.09136552, 40.57342534]} },
{type: 'Feature',properties:{Name: '5', Address: '223 COLONY AVENUE, MIDLAND BEACH', Month: '5', Price: '1600'}, geometry: { type: 'Point', coordinates:[-74.09147335, 40.57331272]} },
{type: 'Feature',properties:{Name: '5', Address: '218 COLONY AVENUE, MIDLAND BEACH', Month: '3', Price: '1300'}, geometry: { type: 'Point', coordinates:[-74.09137986, 40.57338416]} },
{type: 'Feature',properties:{Name: '5', Address: '791 PATTERSON AVENUE, MIDLAND BEACH', Month: '8', Price: '548'}, geometry: { type: 'Point', coordinates:[-74.09024448, 40.57227341]} },
{type: 'Feature',properties:{Name: '5', Address: '1098 OLYMPIA BOULEVARD, MIDLAND BEACH', Month: '5', Price: '750'}, geometry: { type: 'Point', coordinates:[-74.09378248, 40.57201256]} },
{type: 'Feature',properties:{Name: '5', Address: '292 BADEN PLACE, MIDLAND BEACH', Month: '10', Price: '1500'}, geometry: { type: 'Point', coordinates:[-74.09233073, 40.57119578]} },
{type: 'Feature',properties:{Name: '5', Address: '290 BADEN PLACE, MIDLAND BEACH', Month: '5', Price: '1500'}, geometry: { type: 'Point', coordinates:[-74.09221212, 40.57132214]} },
{type: 'Feature',properties:{Name: '5', Address: '1264B MASON AVENUE, MIDLAND BEACH', Month: '9', Price: '1170'}, geometry: { type: 'Point', coordinates:[-74.09884181, 40.57334504]} },
{type: 'Feature',properties:{Name: '5', Address: '275 MORELAND STREET, MIDLAND BEACH', Month: '8', Price: '1152'}, geometry: { type: 'Point', coordinates:[-74.09863577, 40.57276332]} },
{type: 'Feature',properties:{Name: '5', Address: '494 LINCOLN AVENUE, MIDLAND BEACH', Month: '3', Price: '1728'}, geometry: { type: 'Point', coordinates:[-74.09688323, 40.57307772]} },
{type: 'Feature',properties:{Name: '5', Address: '500 LINCOLN AVENUE, MIDLAND BEACH', Month: '12', Price: '1058'}, geometry: { type: 'Point', coordinates:[-74.09671392, 40.57298728]} },
{type: 'Feature',properties:{Name: '5', Address: '899 NUGENT AVENUE, MIDLAND BEACH', Month: '9', Price: '1100'}, geometry: { type: 'Point', coordinates:[-74.09663768, 40.5725372]} },
{type: 'Feature',properties:{Name: '5', Address: '1324 MASON AVENUE, MIDLAND BEACH', Month: '11', Price: '2200'}, geometry: { type: 'Point', coordinates:[-74.10035174, 40.57207289]} },
{type: 'Feature',properties:{Name: '5', Address: '1294 MASON AVENUE, MIDLAND BEACH', Month: '5', Price: '1900'}, geometry: { type: 'Point', coordinates:[-74.09989533, 40.5725646]} },
{type: 'Feature',properties:{Name: '5', Address: '315 MORELAND STREET, MIDLAND BEACH', Month: '1', Price: '1588'}, geometry: { type: 'Point', coordinates:[-74.09950188, 40.57182934]} },
{type: 'Feature',properties:{Name: '5', Address: '291 KISWICK STREET, MIDLAND BEACH', Month: '7', Price: '1192'}, geometry: { type: 'Point', coordinates:[-74.09837886, 40.57184952]} },
{type: 'Feature',properties:{Name: '5', Address: '305 KISWICK STREET, MIDLAND BEACH', Month: '6', Price: '1176'}, geometry: { type: 'Point', coordinates:[-74.0985873, 40.57162427]} },
{type: 'Feature',properties:{Name: '5', Address: '508 GREELEY AVENUE, MIDLAND BEACH', Month: '5', Price: '1420'}, geometry: { type: 'Point', coordinates:[-74.09746093, 40.57181736]} },
{type: 'Feature',properties:{Name: '5', Address: '951 NUGENT AVENUE, MIDLAND BEACH', Month: '2', Price: '1773'}, geometry: { type: 'Point', coordinates:[-74.09766195, 40.57144115]} },
{type: 'Feature',properties:{Name: '5', Address: '955 NUGENT AVENUE, MIDLAND BEACH', Month: '12', Price: '608'}, geometry: { type: 'Point', coordinates:[-74.09772664, 40.57137248]} },
{type: 'Feature',properties:{Name: '5', Address: '959 NUGENT AVENUE, MIDLAND BEACH', Month: '9', Price: '988'}, geometry: { type: 'Point', coordinates:[-74.09779133, 40.5713038]} },
{type: 'Feature',properties:{Name: '5', Address: '409 SLATER BOULEVARD, MIDLAND BEACH', Month: '6', Price: '1724'}, geometry: { type: 'Point', coordinates:[-74.08310842, 40.57666773]} },
{type: 'Feature',properties:{Name: '5', Address: '712 QUINCY AVENUE, MIDLAND BEACH', Month: '11', Price: '1824'}, geometry: { type: 'Point', coordinates:[-74.08336461, 40.57714789]} },
{type: 'Feature',properties:{Name: '5', Address: '710 QUINCY AVENUE, MIDLAND BEACH', Month: '6', Price: '1914'}, geometry: { type: 'Point', coordinates:[-74.08335022, 40.57715888]} },
{type: 'Feature',properties:{Name: '5', Address: '708 QUINCY AVENUE, MIDLAND BEACH', Month: '2', Price: '1624'}, geometry: { type: 'Point', coordinates:[-74.08333944, 40.57716987]} },
{type: 'Feature',properties:{Name: '5', Address: '415 SLATER BOULEVARD, MIDLAND BEACH', Month: '2', Price: '2316'}, geometry: { type: 'Point', coordinates:[-74.08301473, 40.57659095]} },
{type: 'Feature',properties:{Name: '5', Address: '417 SLATER BOULEVARD, MIDLAND BEACH', Month: '8', Price: '2316'}, geometry: { type: 'Point', coordinates:[-74.0829823, 40.57656352]} },
{type: 'Feature',properties:{Name: '5', Address: '421 SLATER BOULEVARD, MIDLAND BEACH', Month: '8', Price: '2316'}, geometry: { type: 'Point', coordinates:[-74.08291744, 40.57651142]} },
{type: 'Feature',properties:{Name: '5', Address: '423 SLATER BOULEVARD, MIDLAND BEACH', Month: '6', Price: '2316'}, geometry: { type: 'Point', coordinates:[-74.08288861, 40.57648674]} },
{type: 'Feature',properties:{Name: '5', Address: '787 FR CAPODANNO BLVD, MIDLAND BEACH', Month: '12', Price: '1400'}, geometry: { type: 'Point', coordinates:[-74.08199932, 40.57636935]} },
{type: 'Feature',properties:{Name: '5', Address: '789 FR CAPODANNO BLVD, MIDLAND BEACH', Month: '8', Price: '1400'}, geometry: { type: 'Point', coordinates:[-74.08205688, 40.57633637]} },
{type: 'Feature',properties:{Name: '5', Address: '675 SEAVER AVENUE, MIDLAND BEACH', Month: '6', Price: '1600'}, geometry: { type: 'Point', coordinates:[-74.08379945, 40.57656293]} },
{type: 'Feature',properties:{Name: '5', Address: '402 SLATER BOULEVARD, MIDLAND BEACH', Month: '3', Price: '1600'}, geometry: { type: 'Point', coordinates:[-74.08333902, 40.57683226]} },
{type: 'Feature',properties:{Name: '5', Address: '404 SLATER BOULEVARD, MIDLAND BEACH', Month: '2', Price: '1600'}, geometry: { type: 'Point', coordinates:[-74.08329578, 40.57679935]} },
{type: 'Feature',properties:{Name: '5', Address: '406 SLATER BOULEVARD, MIDLAND BEACH', Month: '5', Price: '1600'}, geometry: { type: 'Point', coordinates:[-74.08325614, 40.57676644]} },
{type: 'Feature',properties:{Name: '5', Address: '693 SEAVER AVENUE, MIDLAND BEACH', Month: '3', Price: '846'}, geometry: { type: 'Point', coordinates:[-74.08348596, 40.57631064]} },
{type: 'Feature',properties:{Name: '5', Address: '687 SEAVER AVENUE, MIDLAND BEACH', Month: '8', Price: '1440'}, geometry: { type: 'Point', coordinates:[-74.08359046, 40.57639565]} },
{type: 'Feature',properties:{Name: '5', Address: '27 IONA STREET, MIDLAND BEACH', Month: '12', Price: '500'}, geometry: { type: 'Point', coordinates:[-74.08404733, 40.57615652]} },
{type: 'Feature',properties:{Name: '5', Address: '29 IONA STREET, MIDLAND BEACH', Month: '11', Price: '752'}, geometry: { type: 'Point', coordinates:[-74.08408697, 40.57618943]} },
{type: 'Feature',properties:{Name: '5', Address: '735 BUEL AVENUE, MIDLAND BEACH', Month: '6', Price: '1232'}, geometry: { type: 'Point', coordinates:[-74.0800328, 40.57850619]} },
{type: 'Feature',properties:{Name: '5', Address: '735 BUEL AVENUE, MIDLAND BEACH', Month: '6', Price: '1232'}, geometry: { type: 'Point', coordinates:[-74.0800328, 40.57850619]} },
{type: 'Feature',properties:{Name: '5', Address: '727 BUEL AVENUE, MIDLAND BEACH', Month: '5', Price: '1300'}, geometry: { type: 'Point', coordinates:[-74.08022011, 40.57859939]} },
{type: 'Feature',properties:{Name: '5', Address: '725C BUEL AVENUE, MIDLAND BEACH', Month: '9', Price: '1300'}, geometry: { type: 'Point', coordinates:[-74.07998992, 40.57876698]} },
{type: 'Feature',properties:{Name: '5', Address: '725B BUEL AVENUE, MIDLAND BEACH', Month: '11', Price: '1300'}, geometry: { type: 'Point', coordinates:[-74.08002594, 40.57878617]} },
{type: 'Feature',properties:{Name: '5', Address: '721 BUEL AVENUE, MIDLAND BEACH', Month: '2', Price: '1816'}, geometry: { type: 'Point', coordinates:[-74.08036419, 40.57867339]} },
{type: 'Feature',properties:{Name: '5', Address: '715 BUEL AVENUE, MIDLAND BEACH', Month: '4', Price: '840'}, geometry: { type: 'Point', coordinates:[-74.08050828, 40.57874466]} },
{type: 'Feature',properties:{Name: '5', Address: '610 QUINCY AVENUE, MIDLAND BEACH', Month: '9', Price: '1100'}, geometry: { type: 'Point', coordinates:[-74.08089044, 40.57921924]} },
{type: 'Feature',properties:{Name: '5', Address: '720 LIBERTY AVENUE, MIDLAND BEACH', Month: '11', Price: '2015'}, geometry: { type: 'Point', coordinates:[-74.07975297, 40.57930512]} },
{type: 'Feature',properties:{Name: '5', Address: '732 LIBERTY AVENUE, MIDLAND BEACH', Month: '4', Price: '2694'}, geometry: { type: 'Point', coordinates:[-74.07945759, 40.57914888]} },
{type: 'Feature',properties:{Name: '5', Address: '665 OCEANSIDE AVENUE, MIDLAND BEACH', Month: '12', Price: '1300'}, geometry: { type: 'Point', coordinates:[-74.07921571, 40.57857263]} },
{type: 'Feature',properties:{Name: '5', Address: '723 BUEL AVENUE, MIDLAND BEACH', Month: '3', Price: '1300'}, geometry: { type: 'Point', coordinates:[-74.08031737, 40.57864872]} },
{type: 'Feature',properties:{Name: '5', Address: '714 BUEL AVENUE, MIDLAND BEACH', Month: '3', Price: '900'}, geometry: { type: 'Point', coordinates:[-74.08048664, 40.57871448]} },
{type: 'Feature',properties:{Name: '5', Address: '57 CHEROKEE STREET, MIDLAND BEACH', Month: '8', Price: '462'}, geometry: { type: 'Point', coordinates:[-74.08508078, 40.57640553]} },
{type: 'Feature',properties:{Name: '5', Address: '42 IONA STREET, MIDLAND BEACH', Month: '9', Price: '844'}, geometry: { type: 'Point', coordinates:[-74.08441845, 40.57643347]} },
{type: 'Feature',properties:{Name: '5', Address: '23 CHEROKEE STREET, MIDLAND BEACH', Month: '12', Price: '1088'}, geometry: { type: 'Point', coordinates:[-74.08485735, 40.57621905]} },
{type: 'Feature',properties:{Name: '5', Address: '20 CHEROKEE STREET, MIDLAND BEACH', Month: '4', Price: '864'}, geometry: { type: 'Point', coordinates:[-74.08484291, 40.57618064]} },
{type: 'Feature',properties:{Name: '5', Address: '28 IONA STREET, MIDLAND BEACH', Month: '8', Price: '656'}, geometry: { type: 'Point', coordinates:[-74.08400766, 40.57610165]} },
{type: 'Feature',properties:{Name: '5', Address: '7 CHEROKEE STREET, MIDLAND BEACH', Month: '8', Price: '1232'}, geometry: { type: 'Point', coordinates:[-74.0842772, 40.57575012]} },
{type: 'Feature',properties:{Name: '5', Address: '11 CHEROKEE STREET, MIDLAND BEACH', Month: '2', Price: '976'}, geometry: { type: 'Point', coordinates:[-74.0844934, 40.57592288]} },
{type: 'Feature',properties:{Name: '5', Address: '10 CHEROKEE STREET, MIDLAND BEACH', Month: '9', Price: '1040'}, geometry: { type: 'Point', coordinates:[-74.08433843, 40.57577752]} },
{type: 'Feature',properties:{Name: '5', Address: '11 SIOUX STREET, MIDLAND BEACH', Month: '10', Price: '528'}, geometry: { type: 'Point', coordinates:[-74.08467272, 40.57539575]} },
{type: 'Feature',properties:{Name: '5', Address: '14 SIOUX STREET, MIDLAND BEACH', Month: '8', Price: '1100'}, geometry: { type: 'Point', coordinates:[-74.08465468, 40.57536008]} },
{type: 'Feature',properties:{Name: '5', Address: '10 SIOUX STREET, MIDLAND BEACH', Month: '12', Price: '1308'}, geometry: { type: 'Point', coordinates:[-74.08458621, 40.57530249]} },
{type: 'Feature',properties:{Name: '5', Address: '637 JEFFERSON AVENUE, MIDLAND BEACH', Month: '3', Price: '800'}, geometry: { type: 'Point', coordinates:[-74.08693972, 40.57475451]} },
{type: 'Feature',properties:{Name: '5', Address: '895 FR CAPODANNO BLVD, MIDLAND BEACH', Month: '11', Price: '1000'}, geometry: { type: 'Point', coordinates:[-74.08507844, 40.57457201]} },
{type: 'Feature',properties:{Name: '5', Address: '897 FR CAPODANNO BLVD, MIDLAND BEACH', Month: '3', Price: '1000'}, geometry: { type: 'Point', coordinates:[-74.0851288, 40.57454178]} },
{type: 'Feature',properties:{Name: '5', Address: '3 IROQUOIS STREET, MIDLAND BEACH', Month: '7', Price: '1300'}, geometry: { type: 'Point', coordinates:[-74.08562912, 40.57451396]} },
{type: 'Feature',properties:{Name: '5', Address: '9 IROQUOIS STREET, MIDLAND BEACH', Month: '5', Price: '896'}, geometry: { type: 'Point', coordinates:[-74.08572283, 40.57460446]} },
{type: 'Feature',properties:{Name: '5', Address: '19 IROQUOIS STREET, MIDLAND BEACH', Month: '10', Price: '765'}, geometry: { type: 'Point', coordinates:[-74.08587781, 40.57475806]} },
{type: 'Feature',properties:{Name: '5', Address: '21 IROQUOIS STREET, MIDLAND BEACH', Month: '7', Price: '960'}, geometry: { type: 'Point', coordinates:[-74.08590665, 40.57478823]} },
{type: 'Feature',properties:{Name: '5', Address: '25 PEGGY LANE, MIDLAND BEACH', Month: '3', Price: '1480'}, geometry: { type: 'Point', coordinates:[-74.08999618, 40.57232301]} },
{type: 'Feature',properties:{Name: '5', Address: '264 GRIMSBY STREET, MIDLAND BEACH', Month: '6', Price: '936'}, geometry: { type: 'Point', coordinates:[-74.09593151, 40.57208215]} },
{type: 'Feature',properties:{Name: '5', Address: '1135 OLYMPIA BOULEVARD, MIDLAND BEACH', Month: '2', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.0945229, 40.5712489]} },
{type: 'Feature',properties:{Name: '5', Address: '587 GREELEY AVENUE, MIDLAND BEACH', Month: '3', Price: '1520'}, geometry: { type: 'Point', coordinates:[-74.09456831, 40.57027171]} },
{type: 'Feature',properties:{Name: '5', Address: '323 COLONY AVENUE, MIDLAND BEACH', Month: '7', Price: '1660'}, geometry: { type: 'Point', coordinates:[-74.09378087, 40.57086523]} },
{type: 'Feature',properties:{Name: '5', Address: '329 COLONY AVENUE, MIDLAND BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09389228, 40.57074163]} },
{type: 'Feature',properties:{Name: '5', Address: '331 COLONY AVENUE, MIDLAND BEACH', Month: '7', Price: '1740'}, geometry: { type: 'Point', coordinates:[-74.09393182, 40.57070317]} },
{type: 'Feature',properties:{Name: '5', Address: '333 COLONY AVENUE, MIDLAND BEACH', Month: '1', Price: '560'}, geometry: { type: 'Point', coordinates:[-74.09397135, 40.57066196]} },
{type: 'Feature',properties:{Name: '5', Address: '960 NUGENT AVENUE, MIDLAND BEACH', Month: '9', Price: '1584'}, geometry: { type: 'Point', coordinates:[-74.09771582, 40.57135602]} },
{type: 'Feature',properties:{Name: '5', Address: '960 NUGENT AVENUE, MIDLAND BEACH', Month: '7', Price: '1584'}, geometry: { type: 'Point', coordinates:[-74.09771582, 40.57135602]} },
{type: 'Feature',properties:{Name: '5', Address: '526 GREELEY AVENUE, MIDLAND BEACH', Month: '9', Price: '2350'}, geometry: { type: 'Point', coordinates:[-74.09678368, 40.57145013]} },
{type: 'Feature',properties:{Name: '5', Address: '372 GRIMSBY STREET, MIDLAND BEACH', Month: '11', Price: '1300'}, geometry: { type: 'Point', coordinates:[-74.09711391, 40.57081306]} },
{type: 'Feature',properties:{Name: '5', Address: '378 FREEBORN STREET, MIDLAND BEACH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09639701, 40.57039371]} },
{type: 'Feature',properties:{Name: '5', Address: '378 FREEBORN STREET, MIDLAND BEACH', Month: '3', Price: '2020'}, geometry: { type: 'Point', coordinates:[-74.09639701, 40.57039371]} },
{type: 'Feature',properties:{Name: '5', Address: '366 FREEBORN STREET, MIDLAND BEACH', Month: '12', Price: '890'}, geometry: { type: 'Point', coordinates:[-74.0962281, 40.570575]} },
{type: 'Feature',properties:{Name: '5', Address: '550 GREELEY AVENUE, MIDLAND BEACH', Month: '1', Price: '704'}, geometry: { type: 'Point', coordinates:[-74.09577144, 40.57090476]} },
{type: 'Feature',properties:{Name: '5', Address: '1210 OLYMPIA BOULEVARD, MIDLAND BEACH', Month: '8', Price: '2386'}, geometry: { type: 'Point', coordinates:[-74.0958778, 40.56977381]} },
{type: 'Feature',properties:{Name: '5', Address: '1208 OLYMPIA BOULEVARD, MIDLAND BEACH', Month: '3', Price: '2386'}, geometry: { type: 'Point', coordinates:[-74.09584545, 40.56980403]} },
{type: 'Feature',properties:{Name: '5', Address: '1204 OLYMPIA BOULEVARD, MIDLAND BEACH', Month: '7', Price: '2146'}, geometry: { type: 'Point', coordinates:[-74.09578795, 40.56986996]} },
{type: 'Feature',properties:{Name: '5', Address: '1202 OLYMPIA BOULEVARD, MIDLAND BEACH', Month: '9', Price: '2146'}, geometry: { type: 'Point', coordinates:[-74.0957556, 40.56990018]} },
{type: 'Feature',properties:{Name: '5', Address: '365 COLONY AVENUE, MIDLAND BEACH', Month: '7', Price: '884'}, geometry: { type: 'Point', coordinates:[-74.09475126, 40.56982964]} },
{type: 'Feature',properties:{Name: '5', Address: '377 COLONY AVENUE, MIDLAND BEACH', Month: '7', Price: '1800'}, geometry: { type: 'Point', coordinates:[-74.09491298, 40.56965384]} },
{type: 'Feature',properties:{Name: '5', Address: '337 BADEN PLACE, MIDLAND BEACH', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09337667, 40.570108]} },
{type: 'Feature',properties:{Name: '5', Address: '376 COLONY AVENUE, MIDLAND BEACH', Month: '1', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.09489857, 40.56964562]} },
{type: 'Feature',properties:{Name: '5', Address: '376 COLONY AVENUE, MIDLAND BEACH', Month: '1', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.09489857, 40.56964562]} },
{type: 'Feature',properties:{Name: '5', Address: '369 BADEN PLACE, MIDLAND BEACH', Month: '3', Price: '2009'}, geometry: { type: 'Point', coordinates:[-74.0940847, 40.56935534]} },
{type: 'Feature',properties:{Name: '5', Address: '371 BADEN PLACE, MIDLAND BEACH', Month: '12', Price: '2008'}, geometry: { type: 'Point', coordinates:[-74.09410985, 40.56932787]} },
{type: 'Feature',properties:{Name: '5', Address: '380 BADEN PLACE, MIDLAND BEACH', Month: '5', Price: '1958'}, geometry: { type: 'Point', coordinates:[-74.09421404, 40.56919055]} },
{type: 'Feature',properties:{Name: '5', Address: '372 BADEN PLACE, MIDLAND BEACH', Month: '10', Price: '1958'}, geometry: { type: 'Point', coordinates:[-74.09410622, 40.56930592]} },
{type: 'Feature',properties:{Name: '5', Address: '248 JACQUES AVENUE, MIDLAND BEACH', Month: '8', Price: '1160'}, geometry: { type: 'Point', coordinates:[-74.10853486, 40.5706903]} },
{type: 'Feature',properties:{Name: '5', Address: '239 JACQUES AVENUE, MIDLAND BEACH', Month: '10', Price: '1224'}, geometry: { type: 'Point', coordinates:[-74.10871142, 40.57080267]} },
{type: 'Feature',properties:{Name: '5', Address: '314 LIBERTY AVENUE, MIDLAND BEACH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09189696, 40.58556244]} },
{type: 'Feature',properties:{Name: '5', Address: '368 LIBERTY AVENUE, MIDLAND BEACH', Month: '3', Price: '1880'}, geometry: { type: 'Point', coordinates:[-74.09010638, 40.5846416]} },
{type: 'Feature',properties:{Name: '5', Address: '381 NAUGHTON AVENUE, MIDLAND BEACH', Month: '10', Price: '1736'}, geometry: { type: 'Point', coordinates:[-74.09165894, 40.5826449]} },
{type: 'Feature',properties:{Name: '5', Address: '115 SLATER BOULEVARD, MIDLAND BEACH', Month: '6', Price: '2092'}, geometry: { type: 'Point', coordinates:[-74.09202869, 40.58187606]} },
{type: 'Feature',properties:{Name: '5', Address: '76 SLATER BOULEVARD, MIDLAND BEACH', Month: '11', Price: '2187'}, geometry: { type: 'Point', coordinates:[-74.09288969, 40.58229533]} },
{type: 'Feature',properties:{Name: '5', Address: '309 ADAMS AVENUE, MIDLAND BEACH', Month: '10', Price: '2016'}, geometry: { type: 'Point', coordinates:[-74.09818811, 40.57921674]} },
{type: 'Feature',properties:{Name: '5', Address: '273 HUNTER AVENUE, MIDLAND BEACH', Month: '8', Price: '2960'}, geometry: { type: 'Point', coordinates:[-74.09989122, 40.57944583]} },
{type: 'Feature',properties:{Name: '5', Address: '315 STOBE AVENUE, MIDLAND BEACH', Month: '7', Price: '2254'}, geometry: { type: 'Point', coordinates:[-74.09588242, 40.58051698]} },
{type: 'Feature',properties:{Name: '5', Address: '328 STOBE AVENUE, MIDLAND BEACH', Month: '7', Price: '2392'}, geometry: { type: 'Point', coordinates:[-74.09569495, 40.58032774]} },
{type: 'Feature',properties:{Name: '5', Address: '326 JEFFERSON AVENUE, MIDLAND BEACH', Month: '5', Price: '2370'}, geometry: { type: 'Point', coordinates:[-74.09636004, 40.57969588]} },
{type: 'Feature',properties:{Name: '5', Address: '263 SANILAC STREET, MIDLAND BEACH', Month: '12', Price: '1880'}, geometry: { type: 'Point', coordinates:[-74.10201569, 40.57505777]} },
{type: 'Feature',properties:{Name: '5', Address: '262 SANILAC STREET, MIDLAND BEACH', Month: '8', Price: '1912'}, geometry: { type: 'Point', coordinates:[-74.10201564, 40.57503032]} },
{type: 'Feature',properties:{Name: '5', Address: '394 DONGAN HILLS AVENUE, MIDLAND BEACH', Month: '4', Price: '2224'}, geometry: { type: 'Point', coordinates:[-74.08950211, 40.58237487]} },
{type: 'Feature',properties:{Name: '5', Address: '197 SLATER BOULEVARD, MIDLAND BEACH', Month: '7', Price: '1720'}, geometry: { type: 'Point', coordinates:[-74.08969783, 40.58067843]} },
{type: 'Feature',properties:{Name: '5', Address: '436 STOBE AVENUE, MIDLAND BEACH', Month: '12', Price: '1512'}, geometry: { type: 'Point', coordinates:[-74.09257859, 40.57862028]} },
{type: 'Feature',properties:{Name: '5', Address: '391 BEDFORD AVENUE, MIDLAND BEACH', Month: '2', Price: '1560'}, geometry: { type: 'Point', coordinates:[-74.09786388, 40.57659847]} },
{type: 'Feature',properties:{Name: '5', Address: '831 NUGENT AVENUE, MIDLAND BEACH', Month: '8', Price: '364'}, geometry: { type: 'Point', coordinates:[-74.09516049, 40.57410846]} },
{type: 'Feature',properties:{Name: '5', Address: '547 NAUGHTON AVENUE, MIDLAND BEACH', Month: '5', Price: '1718'}, geometry: { type: 'Point', coordinates:[-74.08615431, 40.57981653]} },
{type: 'Feature',properties:{Name: '5', Address: '790 OLYMPIA BOULEVARD, MIDLAND BEACH', Month: '12', Price: '2092'}, geometry: { type: 'Point', coordinates:[-74.08747076, 40.57894543]} },
{type: 'Feature',properties:{Name: '5', Address: '70 FREEBORN STREET, MIDLAND BEACH', Month: '7', Price: '3900'}, geometry: { type: 'Point', coordinates:[-74.09027234, 40.57690936]} },
{type: 'Feature',properties:{Name: '5', Address: '133 GRIMSBY STREET, MIDLAND BEACH', Month: '8', Price: '2300'}, geometry: { type: 'Point', coordinates:[-74.09321793, 40.5750076]} },
{type: 'Feature',properties:{Name: '5', Address: '20 MAPLETON AVENUE, MIDLAND BEACH', Month: '11', Price: '1176'}, geometry: { type: 'Point', coordinates:[-74.09249714, 40.57439609]} },
{type: 'Feature',properties:{Name: '5', Address: '500 GREELEY AVENUE, MIDLAND BEACH', Month: '8', Price: '1440'}, geometry: { type: 'Point', coordinates:[-74.09766626, 40.57192973]} },
{type: 'Feature',properties:{Name: '5', Address: '753 QUINCY AVENUE, MIDLAND BEACH', Month: '1', Price: '1762'}, geometry: { type: 'Point', coordinates:[-74.08418459, 40.57652971]} },
{type: 'Feature',properties:{Name: '5', Address: '45 IONA STREET, MIDLAND BEACH', Month: '11', Price: '1762'}, geometry: { type: 'Point', coordinates:[-74.08457343, 40.57658158]} },
{type: 'Feature',properties:{Name: '5', Address: '410 SLATER BOULEVARD, MIDLAND BEACH', Month: '1', Price: '2164'}, geometry: { type: 'Point', coordinates:[-74.08317686, 40.57670062]} },
{type: 'Feature',properties:{Name: '5', Address: '12 SIOUX STREET, MIDLAND BEACH', Month: '4', Price: '2400'}, geometry: { type: 'Point', coordinates:[-74.08462224, 40.57532991]} },
{type: 'Feature',properties:{Name: '5', Address: '266 GRIMSBY STREET, MIDLAND BEACH', Month: '12', Price: '840'}, geometry: { type: 'Point', coordinates:[-74.09594588, 40.57206842]} },
{type: 'Feature',properties:{Name: '5', Address: '266 GRIMSBY STREET, MIDLAND BEACH', Month: '1', Price: '840'}, geometry: { type: 'Point', coordinates:[-74.09594588, 40.57206842]} },
{type: 'Feature',properties:{Name: '5', Address: '372 COLONY AVENUE, MIDLAND BEACH', Month: '3', Price: '1600'}, geometry: { type: 'Point', coordinates:[-74.09484106, 40.56970331]} },
{type: 'Feature',properties:{Name: '5', Address: '324 BADEN PLACE, MIDLAND BEACH', Month: '5', Price: '2016'}, geometry: { type: 'Point', coordinates:[-74.09311066, 40.57036348]} },
{type: 'Feature',properties:{Name: '5', Address: '407 ADAMS AVENUE, MIDLAND BEACH', Month: '3', Price: '2800'}, geometry: { type: 'Point', coordinates:[-74.09517313, 40.57792922]} },
{type: 'Feature',properties:{Name: '5', Address: '425 JEFFERSON AVENUE, MIDLAND BEACH', Month: '11', Price: '2800'}, geometry: { type: 'Point', coordinates:[-74.09365436, 40.57819122]} },
{type: 'Feature',properties:{Name: '5', Address: '432 JEFFERSON AVENUE, MIDLAND BEACH', Month: '12', Price: '3496'}, geometry: { type: 'Point', coordinates:[-74.09348141, 40.57808157]} },
{type: 'Feature',properties:{Name: '5', Address: '615C LACONIA AVENUE, MIDLAND BEACH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0951776, 40.58106378]} },
{type: 'Feature',properties:{Name: '5', Address: '615G LACONIA AVENUE, MIDLAND BEACH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0951776, 40.58106378]} },
{type: 'Feature',properties:{Name: '5', Address: '40D MEADOW PLACE, MIDLAND BEACH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0951776, 40.58106378]} },
{type: 'Feature',properties:{Name: '5', Address: '40J MEADOW PLACE, MIDLAND BEACH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0951776, 40.58106378]} },
{type: 'Feature',properties:{Name: '5', Address: '558 DONGAN HILLS AVENUE, MIDLAND BEACH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08498819, 40.580026]} },
{type: 'Feature',properties:{Name: '5', Address: '562 DONGAN HILLS AVENUE, MIDLAND BEACH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08492335, 40.57999037]} },
{type: 'Feature',properties:{Name: '5', Address: '574 DONGAN HILLS AVENUE, MIDLAND BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08472161, 40.57988621]} },
{type: 'Feature',properties:{Name: '5', Address: '576 DONGAN HILLS AVENUE, MIDLAND BEACH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08468919, 40.57986977]} },
{type: 'Feature',properties:{Name: '5', Address: '1225 FR CAPODANNO BLVD, MIDLAND BEACH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09246369, 40.56843166]} },
{type: 'Feature',properties:{Name: '5', Address: '923 PATTERSON AVENUE, MIDLAND BEACH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09268859, 40.56968585]} },
{type: 'Feature',properties:{Name: '5', Address: '569 QUINCY AVENUE, MIDLAND BEACH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08017868, 40.58007612]} },
{type: 'Feature',properties:{Name: '5', Address: '756 SEAVIEW AVENUE, MIDLAND BEACH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07887157, 40.5797998]} },
{type: 'Feature',properties:{Name: '5', Address: '107 HAVEN AVENUE, MIDLAND BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09763791, 40.57962069]} },
{type: 'Feature',properties:{Name: '5', Address: '337 HUNTER AVENUE, MIDLAND BEACH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09801785, 40.57848951]} },
{type: 'Feature',properties:{Name: '5', Address: '333 HUNTER AVENUE, MIDLAND BEACH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09809711, 40.57853062]} },
{type: 'Feature',properties:{Name: '5', Address: 'HUNTER AVENUE, MIDLAND BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09655135, 40.57756026]} },
{type: 'Feature',properties:{Name: '5', Address: 'HUNTER AVENUE, MIDLAND BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09576242, 40.57716567]} },
{type: 'Feature',properties:{Name: '5', Address: '500 MIDLAND AVENUE, MIDLAND BEACH', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09591963, 40.57383609]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A LINCOLN AVENUE, MIDLAND BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.10047458, 40.57477092]} },
{type: 'Feature',properties:{Name: '5', Address: 'DONGAN HILLS AVENUE, MIDLAND BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08566581, 40.58067053]} },
{type: 'Feature',properties:{Name: '5', Address: 'OLYMPIA BOULEVARD, MIDLAND BEACH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08549328, 40.58087651]} },
{type: 'Feature',properties:{Name: '5', Address: 'BUEL AVENUE, MIDLAND BEACH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08500752, 40.58107176]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A BUEL AVENUE, MIDLAND BEACH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08431906, 40.58039155]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A PATTERSON AVENUE, MIDLAND BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08382548, 40.58009273]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A PATTERSON AVENUE, MIDLAND BEACH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08400881, 40.5798785]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A PATTERSON AVENUE, MIDLAND BEACH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08409148, 40.57977688]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A DONGAN HILLS AVENUE, MIDLAND BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08429694, 40.57998259]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A DONGAN HILLS AVENUE, MIDLAND BEACH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08449509, 40.58010322]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A DONGAN HILLS AVENUE, MIDLAND BEACH', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08460678, 40.58017176]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A DONGAN HILLS AVENUE, MIDLAND BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08474728, 40.580254]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A DONGAN HILLS AVENUE, MIDLAND BEACH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08488779, 40.58033898]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A DONGAN HILLS AVENUE, MIDLAND BEACH', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0850319, 40.58042671]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A DONGAN HILLS AVENUE, MIDLAND BEACH', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0852877, 40.58058023]} },
{type: 'Feature',properties:{Name: '5', Address: 'DONGAN HILLS AVENUE, MIDLAND BEACH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08310395, 40.57885809]} },
{type: 'Feature',properties:{Name: '5', Address: 'DONGAN HILLS AVENUE, MIDLAND BEACH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08281938, 40.57871557]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A NAUGHTON AVENUE, MIDLAND BEACH', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0829631, 40.57849039]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A NAUGHTON AVENUE, MIDLAND BEACH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08312515, 40.57853968]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A SEAVER AVENUE, MIDLAND BEACH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.087542, 40.57837171]} },
{type: 'Feature',properties:{Name: '5', Address: 'GRAHAM BOULEVARD, MIDLAND BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08751813, 40.57663701]} },
{type: 'Feature',properties:{Name: '5', Address: 'COLONY AVENUE, MIDLAND BEACH', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08831681, 40.57627958]} },
{type: 'Feature',properties:{Name: '5', Address: 'GRAHAM BOULEVARD, MIDLAND BEACH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08824149, 40.57648275]} },
{type: 'Feature',properties:{Name: '5', Address: 'GRAHAM BOULEVARD, MIDLAND BEACH', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08800373, 40.57635118]} },
{type: 'Feature',properties:{Name: '5', Address: 'HUNTER AVENUE, MIDLAND BEACH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09038109, 40.5748095]} },
{type: 'Feature',properties:{Name: '5', Address: 'JEFFERSON AVENUE, MIDLAND BEACH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08878359, 40.57538166]} },
{type: 'Feature',properties:{Name: '5', Address: 'GRIMSBY STREET, MIDLAND BEACH', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09282202, 40.5750491]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A GRIMSBY STREET, MIDLAND BEACH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09277889, 40.57509579]} },
{type: 'Feature',properties:{Name: '5', Address: 'GRIMSBY STREET, MIDLAND BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09370635, 40.57419474]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A GRIMSBY STREET, MIDLAND BEACH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09351182, 40.5740906]} },
{type: 'Feature',properties:{Name: '5', Address: '9 HEMPSTEAD AVENUE, MIDLAND BEACH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09315799, 40.57332783]} },
{type: 'Feature',properties:{Name: '5', Address: 'MORELAND STREET, MIDLAND BEACH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09977911, 40.57187301]} },
{type: 'Feature',properties:{Name: '5', Address: 'SLATER BOULEVARD, MIDLAND BEACH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08378555, 40.57696094]} },
{type: 'Feature',properties:{Name: '5', Address: 'SLATER BOULEVARD, MIDLAND BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08378555, 40.57696094]} },
{type: 'Feature',properties:{Name: '5', Address: 'SEAVER AVENUE, MIDLAND BEACH', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08429649, 40.57677392]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A SEAVER AVENUE, MIDLAND BEACH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08422442, 40.57671084]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A SEAVER AVENUE, MIDLAND BEACH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08414874, 40.57664776]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A IONA STREET, MIDLAND BEACH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08456997, 40.57668863]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A IONA STREET, MIDLAND BEACH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08447646, 40.57675457]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A BUEL AVENUE, MIDLAND BEACH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0808393, 40.5786017]} },
{type: 'Feature',properties:{Name: '5', Address: '726 BUEL AVENUE, MIDLAND BEACH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08017326, 40.57855825]} },
{type: 'Feature',properties:{Name: '5', Address: 'NAUGHTON AVENUE, MIDLAND BEACH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08150055, 40.57767897]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A NAUGHTON AVENUE, MIDLAND BEACH', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08145036, 40.57785193]} },
{type: 'Feature',properties:{Name: '5', Address: 'QUINCY AVENUE, MIDLAND BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08184625, 40.57776931]} },
{type: 'Feature',properties:{Name: '5', Address: 'FR CAPODANNO BLVD, MIDLAND BEACH', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08102183, 40.57773146]} },
{type: 'Feature',properties:{Name: '5', Address: '739 OCEANSIDE AVENUE, MIDLAND BEACH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08092068, 40.5774351]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A CANOE PLACE, MIDLAND BEACH', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08486869, 40.576639]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A IONA STREET, MIDLAND BEACH', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08472455, 40.57652108]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A IONA STREET, MIDLAND BEACH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08461284, 40.57643058]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A CHEROKEE STREET, MIDLAND BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0851562, 40.57627098]} },
{type: 'Feature',properties:{Name: '5', Address: 'GRAHAM BOULEVARD, MIDLAND BEACH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08661686, 40.57561937]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A IROQUOIS STREET, MIDLAND BEACH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08573393, 40.57483777]} },
{type: 'Feature',properties:{Name: '5', Address: 'JEFFERSON AVENUE, MIDLAND BEACH', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08646457, 40.5747686]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A JAY STREET, MIDLAND BEACH', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08686005, 40.57439226]} },
{type: 'Feature',properties:{Name: '5', Address: 'JAY STREET, MIDLAND BEACH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0867772, 40.57434841]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A HUNTER AVENUE, MIDLAND BEACH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09790286, 40.57862959]} },
{type: 'Feature',properties:{Name: '5', Address: '526 MIDLAND AVENUE, MIDLAND BEACH', Month: '8', Price: '3208'}, geometry: { type: 'Point', coordinates:[-74.09473803, 40.57319204]} },
{type: 'Feature',properties:{Name: '5', Address: '567 MIDLAND AVENUE, MIDLAND BEACH', Month: '7', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.0934232, 40.57249319]} },
{type: 'Feature',properties:{Name: '5', Address: '574 MIDLAND AVENUE, MIDLAND BEACH', Month: '12', Price: '4200'}, geometry: { type: 'Point', coordinates:[-74.0931602, 40.57233146]} },
{type: 'Feature',properties:{Name: '5', Address: '871 FR CAPODANNO BLVD, MIDLAND BEACH', Month: '12', Price: '832'}, geometry: { type: 'Point', coordinates:[-74.08447055, 40.57493202]} },
{type: 'Feature',properties:{Name: '5', Address: '629 LINCOLN AVENUE, MIDLAND BEACH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09208859, 40.57048507]} },
{type: 'Feature',properties:{Name: '5', Address: '545 MIDLAND AVENUE, MIDLAND BEACH', Month: '8', Price: '6000'}, geometry: { type: 'Point', coordinates:[-74.09428056, 40.57296186]} },
{type: 'Feature',properties:{Name: '5', Address: '551 MIDLAND AVENUE, MIDLAND BEACH', Month: '11', Price: '3960'}, geometry: { type: 'Point', coordinates:[-74.09399957, 40.57280838]} },
{type: 'Feature',properties:{Name: '5', Address: 'SEAVER AVENUE, MIDLAND BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08324113, 40.57628062]} },
{type: 'Feature',properties:{Name: '5', Address: 'SEAVER AVENUE, MIDLAND BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08324113, 40.57628062]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A SEAVER AVENUE, MIDLAND BEACH', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08392173, 40.57647226]} },
{type: 'Feature',properties:{Name: '5', Address: '694 SEAVER AVENUE, MIDLAND BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08344629, 40.57625302]} },
{type: 'Feature',properties:{Name: '5', Address: 'IONA STREET, MIDLAND BEACH', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08393224, 40.5762362]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A CHEROKEE STREET, MIDLAND BEACH', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08454767, 40.57613419]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A CHEROKEE STREET, MIDLAND BEACH', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08435698, 40.57621668]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A SIOUX STREET, MIDLAND BEACH', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08447474, 40.57539864]} },
{type: 'Feature',properties:{Name: '5', Address: 'QUINCY AVENUE, MIDLAND BEACH', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0852597, 40.57557373]} },
{type: 'Feature',properties:{Name: '5', Address: '103 MONROE AVENUE, NEW BRIGHTON', Month: '6', Price: '1477'}, geometry: { type: 'Point', coordinates:[-74.07897408, 40.63909281]} },
{type: 'Feature',properties:{Name: '5', Address: '93 MONROE AVENUE, NEW BRIGHTON', Month: '4', Price: '1673'}, geometry: { type: 'Point', coordinates:[-74.07902114, 40.63928491]} },
{type: 'Feature',properties:{Name: '5', Address: '79 MONROE AVENUE, NEW BRIGHTON', Month: '6', Price: '500'}, geometry: { type: 'Point', coordinates:[-74.07908272, 40.63955386]} },
{type: 'Feature',properties:{Name: '5', Address: '29 MONROE AVENUE, NEW BRIGHTON', Month: '6', Price: '1412'}, geometry: { type: 'Point', coordinates:[-74.0794412, 40.64104128]} },
{type: 'Feature',properties:{Name: '5', Address: '8 MONTGOMERY AVENUE, NEW BRIGHTON', Month: '10', Price: '1036'}, geometry: { type: 'Point', coordinates:[-74.07868842, 40.64129432]} },
{type: 'Feature',properties:{Name: '5', Address: '122 HAMILTON AVENUE, NEW BRIGHTON', Month: '10', Price: '1798'}, geometry: { type: 'Point', coordinates:[-74.08179139, 40.64467922]} },
{type: 'Feature',properties:{Name: '5', Address: '122 HAMILTON AVENUE, NEW BRIGHTON', Month: '4', Price: '1798'}, geometry: { type: 'Point', coordinates:[-74.08179139, 40.64467922]} },
{type: 'Feature',properties:{Name: '5', Address: '7 FT HILL PARK, NEW BRIGHTON', Month: '3', Price: '2340'}, geometry: { type: 'Point', coordinates:[-74.08217303, 40.64148402]} },
{type: 'Feature',properties:{Name: '5', Address: '440 WESTERVELT AVENUE, NEW BRIGHTON', Month: '8', Price: '1412'}, geometry: { type: 'Point', coordinates:[-74.08202757, 40.63747948]} },
{type: 'Feature',properties:{Name: '5', Address: '455A JERSEY STREET, NEW BRIGHTON', Month: '9', Price: '2350'}, geometry: { type: 'Point', coordinates:[-74.08651692, 40.63741306]} },
{type: 'Feature',properties:{Name: '5', Address: '378 WESTERVELT AVENUE, NEW BRIGHTON', Month: '12', Price: '2152'}, geometry: { type: 'Point', coordinates:[-74.08178084, 40.63901125]} },
{type: 'Feature',properties:{Name: '5', Address: '130 BENZIGER AVENUE, NEW BRIGHTON', Month: '7', Price: '1440'}, geometry: { type: 'Point', coordinates:[-74.08307891, 40.63976513]} },
{type: 'Feature',properties:{Name: '5', Address: '130 BENZIGER AVENUE, NEW BRIGHTON', Month: '11', Price: '1440'}, geometry: { type: 'Point', coordinates:[-74.08307891, 40.63976513]} },
{type: 'Feature',properties:{Name: '5', Address: '33 WINTER AVENUE, NEW BRIGHTON', Month: '3', Price: '2028'}, geometry: { type: 'Point', coordinates:[-74.08296639, 40.63909823]} },
{type: 'Feature',properties:{Name: '5', Address: '304 WESTERVELT AVENUE, NEW BRIGHTON', Month: '3', Price: '1722'}, geometry: { type: 'Point', coordinates:[-74.08246761, 40.64076742]} },
{type: 'Feature',properties:{Name: '5', Address: '46 LAYTON AVENUE, NEW BRIGHTON', Month: '3', Price: '1472'}, geometry: { type: 'Point', coordinates:[-74.08491168, 40.64160829]} },
{type: 'Feature',properties:{Name: '5', Address: '427 JERSEY STREET, NEW BRIGHTON', Month: '1', Price: '2500'}, geometry: { type: 'Point', coordinates:[-74.08742212, 40.63804367]} },
{type: 'Feature',properties:{Name: '5', Address: '413 JERSEY STREET, NEW BRIGHTON', Month: '9', Price: '3696'}, geometry: { type: 'Point', coordinates:[-74.08751254, 40.63830985]} },
{type: 'Feature',properties:{Name: '5', Address: '84 TAFT AVENUE, NEW BRIGHTON', Month: '12', Price: '1280'}, geometry: { type: 'Point', coordinates:[-74.08599878, 40.64075111]} },
{type: 'Feature',properties:{Name: '5', Address: '134 HIGHVIEW AVENUE, NEW BRIGHTON', Month: '4', Price: '2280'}, geometry: { type: 'Point', coordinates:[-74.08834919, 40.64157551]} },
{type: 'Feature',properties:{Name: '5', Address: '100 NORTHVIEW COURT, NEW BRIGHTON', Month: '3', Price: '1660'}, geometry: { type: 'Point', coordinates:[-74.08848573, 40.64400454]} },
{type: 'Feature',properties:{Name: '5', Address: '60 EAST BUCHANAN STREET, NEW BRIGHTON', Month: '10', Price: '804'}, geometry: { type: 'Point', coordinates:[-74.09054297, 40.64376963]} },
{type: 'Feature',properties:{Name: '5', Address: '54 HIGHVIEW AVENUE, NEW BRIGHTON', Month: '11', Price: '2036'}, geometry: { type: 'Point', coordinates:[-74.08943982, 40.64339171]} },
{type: 'Feature',properties:{Name: '5', Address: '54 HIGHVIEW AVENUE, NEW BRIGHTON', Month: '10', Price: '2036'}, geometry: { type: 'Point', coordinates:[-74.08943982, 40.64339171]} },
{type: 'Feature',properties:{Name: '5', Address: '54 HIGHVIEW AVENUE, NEW BRIGHTON', Month: '10', Price: '2036'}, geometry: { type: 'Point', coordinates:[-74.08943982, 40.64339171]} },
{type: 'Feature',properties:{Name: '5', Address: '211 FRANKLIN AVENUE, NEW BRIGHTON', Month: '1', Price: '2090'}, geometry: { type: 'Point', coordinates:[-74.09129131, 40.64028316]} },
{type: 'Feature',properties:{Name: '5', Address: '25 NASSAU STREET, NEW BRIGHTON', Month: '2', Price: '1194'}, geometry: { type: 'Point', coordinates:[-74.09056041, 40.64069271]} },
{type: 'Feature',properties:{Name: '5', Address: '161 FRANKLIN AVENUE, NEW BRIGHTON', Month: '10', Price: '1536'}, geometry: { type: 'Point', coordinates:[-74.09169313, 40.64163602]} },
{type: 'Feature',properties:{Name: '5', Address: '151 FRANKLIN AVENUE, NEW BRIGHTON', Month: '12', Price: '2376'}, geometry: { type: 'Point', coordinates:[-74.09175468, 40.64185006]} },
{type: 'Feature',properties:{Name: '5', Address: '38 FILLMORE STREET, NEW BRIGHTON', Month: '6', Price: '1704'}, geometry: { type: 'Point', coordinates:[-74.08977716, 40.64504656]} },
{type: 'Feature',properties:{Name: '5', Address: '10 EADIE PLACE, NEW BRIGHTON', Month: '2', Price: '948'}, geometry: { type: 'Point', coordinates:[-74.09187257, 40.64372466]} },
{type: 'Feature',properties:{Name: '5', Address: '51 EADIE PLACE, NEW BRIGHTON', Month: '9', Price: '1136'}, geometry: { type: 'Point', coordinates:[-74.09062638, 40.64416481]} },
{type: 'Feature',properties:{Name: '5', Address: '19 EADIE PLACE, NEW BRIGHTON', Month: '6', Price: '1268'}, geometry: { type: 'Point', coordinates:[-74.09157728, 40.64386213]} },
{type: 'Feature',properties:{Name: '5', Address: '1 PENDLETON PLACE, NEW BRIGHTON', Month: '12', Price: '3868'}, geometry: { type: 'Point', coordinates:[-74.09197813, 40.64188008]} },
{type: 'Feature',properties:{Name: '5', Address: '215 LAFAYETTE AVENUE, NEW BRIGHTON', Month: '1', Price: '2757'}, geometry: { type: 'Point', coordinates:[-74.09417663, 40.63967149]} },
{type: 'Feature',properties:{Name: '5', Address: '58 HENDERSON AVENUE, NEW BRIGHTON', Month: '6', Price: '1144'}, geometry: { type: 'Point', coordinates:[-74.0944378, 40.64090094]} },
{type: 'Feature',properties:{Name: '5', Address: '56 HENDERSON AVENUE, NEW BRIGHTON', Month: '12', Price: '1252'}, geometry: { type: 'Point', coordinates:[-74.094409, 40.64091743]} },
{type: 'Feature',properties:{Name: '5', Address: '34 PENDLETON PLACE, NEW BRIGHTON', Month: '9', Price: '940'}, geometry: { type: 'Point', coordinates:[-74.09254674, 40.64136635]} },
{type: 'Feature',properties:{Name: '5', Address: '71 LAFAYETTE AVENUE, NEW BRIGHTON', Month: '7', Price: '3368'}, geometry: { type: 'Point', coordinates:[-74.09547154, 40.64314258]} },
{type: 'Feature',properties:{Name: '5', Address: '190 FILLMORE STREET, NEW BRIGHTON', Month: '8', Price: '1440'}, geometry: { type: 'Point', coordinates:[-74.09477305, 40.64354115]} },
{type: 'Feature',properties:{Name: '5', Address: '137 FILLMORE STREET, NEW BRIGHTON', Month: '9', Price: '1952'}, geometry: { type: 'Point', coordinates:[-74.09307998, 40.64392131]} },
{type: 'Feature',properties:{Name: '5', Address: '161 FILLMORE STREET, NEW BRIGHTON', Month: '6', Price: '2008'}, geometry: { type: 'Point', coordinates:[-74.09380764, 40.64375055]} },
{type: 'Feature',properties:{Name: '5', Address: '20 VAN TUYL STREET, NEW BRIGHTON', Month: '8', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.08876996, 40.63825948]} },
{type: 'Feature',properties:{Name: '5', Address: '21 BRIGHTON AVENUE, NEW BRIGHTON', Month: '12', Price: '1726'}, geometry: { type: 'Point', coordinates:[-74.08838321, 40.63734027]} },
{type: 'Feature',properties:{Name: '5', Address: '165 BRIGHTON AVENUE, NEW BRIGHTON', Month: '7', Price: '1800'}, geometry: { type: 'Point', coordinates:[-74.09125597, 40.63552098]} },
{type: 'Feature',properties:{Name: '5', Address: '163 BRIGHTON AVENUE, NEW BRIGHTON', Month: '5', Price: '1800'}, geometry: { type: 'Point', coordinates:[-74.09121994, 40.63551826]} },
{type: 'Feature',properties:{Name: '5', Address: '476 JERSEY STREET, NEW BRIGHTON', Month: '5', Price: '2052'}, geometry: { type: 'Point', coordinates:[-74.08629288, 40.63691093]} },
{type: 'Feature',properties:{Name: '5', Address: '11 STANLEY AVENUE, NEW BRIGHTON', Month: '9', Price: '1500'}, geometry: { type: 'Point', coordinates:[-74.08628138, 40.63637845]} },
{type: 'Feature',properties:{Name: '5', Address: '25 STANLEY AVENUE, NEW BRIGHTON', Month: '9', Price: '1292'}, geometry: { type: 'Point', coordinates:[-74.08661611, 40.63610372]} },
{type: 'Feature',properties:{Name: '5', Address: '512 JERSEY STREET, NEW BRIGHTON', Month: '1', Price: '1250'}, geometry: { type: 'Point', coordinates:[-74.08539515, 40.63646694]} },
{type: 'Feature',properties:{Name: '5', Address: '171 CASTLETON AVENUE, NEW BRIGHTON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08974697, 40.6333181]} },
{type: 'Feature',properties:{Name: '5', Address: '171 CASTLETON AVENUE, NEW BRIGHTON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08974697, 40.6333181]} },
{type: 'Feature',properties:{Name: '5', Address: '179 CASTLETON AVENUE, NEW BRIGHTON', Month: '2', Price: '1952'}, geometry: { type: 'Point', coordinates:[-74.08986212, 40.63321097]} },
{type: 'Feature',properties:{Name: '5', Address: '33 CARROLL PLACE, NEW BRIGHTON', Month: '9', Price: '2718'}, geometry: { type: 'Point', coordinates:[-74.08548494, 40.64749543]} },
{type: 'Feature',properties:{Name: '5', Address: '33 WESTERVELT AVE, NEW BRIGHTON', Month: '6', Price: '2718'}, geometry: { type: 'Point', coordinates:[-74.08678136, 40.64681101]} },
{type: 'Feature',properties:{Name: '5', Address: '26 CARROLL PLACE, NEW BRIGHTON', Month: '5', Price: '1312'}, geometry: { type: 'Point', coordinates:[-74.08598213, 40.64740448]} },
{type: 'Feature',properties:{Name: '5', Address: '20 MONTGOMERY AVENUE, NEW BRIGHTON', Month: '1', Price: '1944'}, geometry: { type: 'Point', coordinates:[-74.07863049, 40.64105831]} },
{type: 'Feature',properties:{Name: '5', Address: '20 MONTGOMERY AVENUE, NEW BRIGHTON', Month: '6', Price: '1944'}, geometry: { type: 'Point', coordinates:[-74.07863049, 40.64105831]} },
{type: 'Feature',properties:{Name: '5', Address: '220 DANIEL LOW TERRACE, NEW BRIGHTON', Month: '8', Price: '2160'}, geometry: { type: 'Point', coordinates:[-74.07992158, 40.63898511]} },
{type: 'Feature',properties:{Name: '5', Address: '221 WESTERVELT AVENUE, NEW BRIGHTON', Month: '3', Price: '2080'}, geometry: { type: 'Point', coordinates:[-74.08352569, 40.64263037]} },
{type: 'Feature',properties:{Name: '5', Address: '201 WESTERVELT AVENUE, NEW BRIGHTON', Month: '2', Price: '2080'}, geometry: { type: 'Point', coordinates:[-74.08377113, 40.64295407]} },
{type: 'Feature',properties:{Name: '5', Address: '52 DANIEL LOW TERRACE, NEW BRIGHTON', Month: '6', Price: '2288'}, geometry: { type: 'Point', coordinates:[-74.08142219, 40.64333179]} },
{type: 'Feature',properties:{Name: '5', Address: '186 CORSON AVENUE, NEW BRIGHTON', Month: '2', Price: '4192'}, geometry: { type: 'Point', coordinates:[-74.08463253, 40.63742818]} },
{type: 'Feature',properties:{Name: '5', Address: '132 CORSON AVENUE, NEW BRIGHTON', Month: '3', Price: '2638'}, geometry: { type: 'Point', coordinates:[-74.08336448, 40.63761301]} },
{type: 'Feature',properties:{Name: '5', Address: '183 BENZIGER AVENUE, NEW BRIGHTON', Month: '4', Price: '1970'}, geometry: { type: 'Point', coordinates:[-74.084293, 40.63961054]} },
{type: 'Feature',properties:{Name: '5', Address: '107A SCRIBNER AVENUE, NEW BRIGHTON', Month: '4', Price: '2860'}, geometry: { type: 'Point', coordinates:[-74.08558477, 40.63822896]} },
{type: 'Feature',properties:{Name: '5', Address: '142 HENDRICKS AVENUE, NEW BRIGHTON', Month: '8', Price: '1280'}, geometry: { type: 'Point', coordinates:[-74.08619602, 40.64002908]} },
{type: 'Feature',properties:{Name: '5', Address: '130 HENDRICKS AVENUE, NEW BRIGHTON', Month: '5', Price: '2132'}, geometry: { type: 'Point', coordinates:[-74.0858826, 40.64007049]} },
{type: 'Feature',properties:{Name: '5', Address: '126B HENDRICKS AVENUE, NEW BRIGHTON', Month: '6', Price: '1590'}, geometry: { type: 'Point', coordinates:[-74.08564816, 40.639895]} },
{type: 'Feature',properties:{Name: '5', Address: '126A HENDRICKS AVENUE, NEW BRIGHTON', Month: '12', Price: '1590'}, geometry: { type: 'Point', coordinates:[-74.08558331, 40.63990328]} },
{type: 'Feature',properties:{Name: '5', Address: '199 BENZIGER AVENUE, NEW BRIGHTON', Month: '7', Price: '1796'}, geometry: { type: 'Point', coordinates:[-74.08531972, 40.63946705]} },
{type: 'Feature',properties:{Name: '5', Address: '211 BENZIGER AVENUE, NEW BRIGHTON', Month: '11', Price: '1824'}, geometry: { type: 'Point', coordinates:[-74.0854314, 40.6394505]} },
{type: 'Feature',properties:{Name: '5', Address: '115 HENDRICKS AVENUE, NEW BRIGHTON', Month: '7', Price: '1980'}, geometry: { type: 'Point', coordinates:[-74.08548633, 40.64014215]} },
{type: 'Feature',properties:{Name: '5', Address: '143 HENDRICKS AVENUE, NEW BRIGHTON', Month: '2', Price: '1456'}, geometry: { type: 'Point', coordinates:[-74.08637617, 40.64002071]} },
{type: 'Feature',properties:{Name: '5', Address: '145 HENDRICKS AVENUE, NEW BRIGHTON', Month: '10', Price: '1280'}, geometry: { type: 'Point', coordinates:[-74.08643742, 40.64001243]} },
{type: 'Feature',properties:{Name: '5', Address: '145 HENDRICKS AVENUE, NEW BRIGHTON', Month: '10', Price: '1280'}, geometry: { type: 'Point', coordinates:[-74.08643742, 40.64001243]} },
{type: 'Feature',properties:{Name: '5', Address: '281 YORK AVENUE, NEW BRIGHTON', Month: '8', Price: '1232'}, geometry: { type: 'Point', coordinates:[-74.08807279, 40.63964339]} },
{type: 'Feature',properties:{Name: '5', Address: '275 YORK AVENUE, NEW BRIGHTON', Month: '8', Price: '1191'}, geometry: { type: 'Point', coordinates:[-74.08805491, 40.63974771]} },
{type: 'Feature',properties:{Name: '5', Address: '273 YORK AVENUE, NEW BRIGHTON', Month: '2', Price: '2880'}, geometry: { type: 'Point', coordinates:[-74.08805135, 40.63978339]} },
{type: 'Feature',properties:{Name: '5', Address: '273 YORK AVENUE, NEW BRIGHTON', Month: '6', Price: '2880'}, geometry: { type: 'Point', coordinates:[-74.08805135, 40.63978339]} },
{type: 'Feature',properties:{Name: '5', Address: '402 JERSEY STREET, NEW BRIGHTON', Month: '12', Price: '2230'}, geometry: { type: 'Point', coordinates:[-74.08752373, 40.63859804]} },
{type: 'Feature',properties:{Name: '5', Address: '183 YORK AVENUE, NEW BRIGHTON', Month: '2', Price: '1160'}, geometry: { type: 'Point', coordinates:[-74.08772251, 40.64179832]} },
{type: 'Feature',properties:{Name: '5', Address: '185 BEECHWOOD AVENUE, NEW BRIGHTON', Month: '9', Price: '2496'}, geometry: { type: 'Point', coordinates:[-74.08468255, 40.64277225]} },
{type: 'Feature',properties:{Name: '5', Address: '15 LAYTON AVENUE, NEW BRIGHTON', Month: '4', Price: '2070'}, geometry: { type: 'Point', coordinates:[-74.08387053, 40.64176551]} },
{type: 'Feature',properties:{Name: '5', Address: '146 WESTERVELT AVENUE, NEW BRIGHTON', Month: '6', Price: '1552'}, geometry: { type: 'Point', coordinates:[-74.08471314, 40.64416383]} },
{type: 'Feature',properties:{Name: '5', Address: '45 YORK AVENUE, NEW BRIGHTON', Month: '7', Price: '2024'}, geometry: { type: 'Point', coordinates:[-74.08853058, 40.6452177]} },
{type: 'Feature',properties:{Name: '5', Address: '146 HIGHVIEW AVENUE, NEW BRIGHTON', Month: '4', Price: '1350'}, geometry: { type: 'Point', coordinates:[-74.08837059, 40.6414108]} },
{type: 'Feature',properties:{Name: '5', Address: '78 YORK AVENUE, NEW BRIGHTON', Month: '12', Price: '1350'}, geometry: { type: 'Point', coordinates:[-74.0883608, 40.64490218]} },
{type: 'Feature',properties:{Name: '5', Address: '58 FILLMORE STREET, NEW BRIGHTON', Month: '3', Price: '1488'}, geometry: { type: 'Point', coordinates:[-74.09060568, 40.6448373]} },
{type: 'Feature',properties:{Name: '5', Address: '201 LAFAYETTE AVENUE, NEW BRIGHTON', Month: '9', Price: '1936'}, geometry: { type: 'Point', coordinates:[-74.09424188, 40.63994592]} },
{type: 'Feature',properties:{Name: '5', Address: '201 LAFAYETTE AVENUE, NEW BRIGHTON', Month: '10', Price: '1936'}, geometry: { type: 'Point', coordinates:[-74.09424188, 40.63994592]} },
{type: 'Feature',properties:{Name: '5', Address: '40 HENDERSON AVENUE, NEW BRIGHTON', Month: '11', Price: '2761'}, geometry: { type: 'Point', coordinates:[-74.09387631, 40.64133782]} },
{type: 'Feature',properties:{Name: '5', Address: '54 PENDLETON PLACE, NEW BRIGHTON', Month: '9', Price: '2825'}, geometry: { type: 'Point', coordinates:[-74.09238719, 40.6406446]} },
{type: 'Feature',properties:{Name: '5', Address: '53 CASSIDY PLACE, NEW BRIGHTON', Month: '11', Price: '1748'}, geometry: { type: 'Point', coordinates:[-74.09391005, 40.64226828]} },
{type: 'Feature',properties:{Name: '5', Address: '36 FRANKLIN AVENUE, NEW BRIGHTON', Month: '12', Price: '4066'}, geometry: { type: 'Point', coordinates:[-74.09256909, 40.64449539]} },
{type: 'Feature',properties:{Name: '5', Address: '177 VAN BUREN STREET, NEW BRIGHTON', Month: '1', Price: '2815'}, geometry: { type: 'Point', coordinates:[-74.09473448, 40.64428776]} },
{type: 'Feature',properties:{Name: '5', Address: '274 YORK AVENUE, NEW BRIGHTON', Month: '10', Price: '2416'}, geometry: { type: 'Point', coordinates:[-74.08806581, 40.63981632]} },
{type: 'Feature',properties:{Name: '5', Address: '274 YORK AVENUE, NEW BRIGHTON', Month: '8', Price: '2416'}, geometry: { type: 'Point', coordinates:[-74.08806581, 40.63981632]} },
{type: 'Feature',properties:{Name: '5', Address: '276 YORK AVENUE, NEW BRIGHTON', Month: '4', Price: '2332'}, geometry: { type: 'Point', coordinates:[-74.08807296, 40.63977514]} },
{type: 'Feature',properties:{Name: '5', Address: '25 BRIGHTON AVENUE, NEW BRIGHTON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08840838, 40.63729908]} },
{type: 'Feature',properties:{Name: '5', Address: '95 BRIGHTON AVENUE, NEW BRIGHTON', Month: '10', Price: '1936'}, geometry: { type: 'Point', coordinates:[-74.08924265, 40.63607426]} },
{type: 'Feature',properties:{Name: '5', Address: '151 BRIGHTON AVENUE, NEW BRIGHTON', Month: '2', Price: '1800'}, geometry: { type: 'Point', coordinates:[-74.09081278, 40.63549663]} },
{type: 'Feature',properties:{Name: '5', Address: '247 CORSON AVENUE, NEW BRIGHTON', Month: '8', Price: '3168'}, geometry: { type: 'Point', coordinates:[-74.08673617, 40.63700392]} },
{type: 'Feature',properties:{Name: '5', Address: '24 ELY STREET, NEW BRIGHTON', Month: '9', Price: '1510'}, geometry: { type: 'Point', coordinates:[-74.08767306, 40.63707732]} },
{type: 'Feature',properties:{Name: '5', Address: '250 CORSON AVENUE, NEW BRIGHTON', Month: '11', Price: '1984'}, geometry: { type: 'Point', coordinates:[-74.08684051, 40.63688856]} },
{type: 'Feature',properties:{Name: '5', Address: '60 BRIGHTON AVENUE, NEW BRIGHTON', Month: '10', Price: '2250'}, geometry: { type: 'Point', coordinates:[-74.08872838, 40.6367938]} },
{type: 'Feature',properties:{Name: '5', Address: '32 STANLEY AVENUE, NEW BRIGHTON', Month: '2', Price: '1212'}, geometry: { type: 'Point', coordinates:[-74.08662327, 40.63607352]} },
{type: 'Feature',properties:{Name: '5', Address: '22 STANLEY AVENUE, NEW BRIGHTON', Month: '10', Price: '1520'}, geometry: { type: 'Point', coordinates:[-74.08642532, 40.63623561]} },
{type: 'Feature',properties:{Name: '5', Address: '4 STANLEY AVENUE, NEW BRIGHTON', Month: '8', Price: '1680'}, geometry: { type: 'Point', coordinates:[-74.0860654, 40.63652958]} },
{type: 'Feature',properties:{Name: '5', Address: '11 CASTLETON AVENUE, NEW BRIGHTON', Month: '11', Price: '1565'}, geometry: { type: 'Point', coordinates:[-74.08534778, 40.63604977]} },
{type: 'Feature',properties:{Name: '5', Address: '283 VICTORY BOULEVARD, NEW BRIGHTON', Month: '12', Price: '2200'}, geometry: { type: 'Point', coordinates:[-74.08480241, 40.63501265]} },
{type: 'Feature',properties:{Name: '5', Address: '31 TRUMBULL PLACE, NEW BRIGHTON', Month: '1', Price: '1763'}, geometry: { type: 'Point', coordinates:[-74.09010252, 40.6351486]} },
{type: 'Feature',properties:{Name: '5', Address: '281 GLEN AVENUE, NEW BRIGHTON', Month: '10', Price: '2917'}, geometry: { type: 'Point', coordinates:[-74.0907431, 40.63459914]} },
{type: 'Feature',properties:{Name: '5', Address: '18 MONTGOMERY AVENUE, NEW BRIGHTON', Month: '3', Price: '2056'}, geometry: { type: 'Point', coordinates:[-74.07864135, 40.64109947]} },
{type: 'Feature',properties:{Name: '5', Address: '351 WESTERVELT AVENUE, NEW BRIGHTON', Month: '9', Price: '1488'}, geometry: { type: 'Point', coordinates:[-74.08185725, 40.63961504]} },
{type: 'Feature',properties:{Name: '5', Address: '46 WINTER AVENUE, NEW BRIGHTON', Month: '9', Price: '3592'}, geometry: { type: 'Point', coordinates:[-74.08329059, 40.63903487]} },
{type: 'Feature',properties:{Name: '5', Address: '185 BENZIGER AVENUE, NEW BRIGHTON', Month: '7', Price: '2576'}, geometry: { type: 'Point', coordinates:[-74.08433623, 40.63960502]} },
{type: 'Feature',properties:{Name: '5', Address: '14 LAYTON AVENUE, NEW BRIGHTON', Month: '4', Price: '2592'}, geometry: { type: 'Point', coordinates:[-74.08375522, 40.64176559]} },
{type: 'Feature',properties:{Name: '5', Address: '71 TAFT AVENUE, NEW BRIGHTON', Month: '4', Price: '2060'}, geometry: { type: 'Point', coordinates:[-74.08577904, 40.64079793]} },
{type: 'Feature',properties:{Name: '5', Address: '87 CRESCENT AVENUE, NEW BRIGHTON', Month: '6', Price: '3438'}, geometry: { type: 'Point', coordinates:[-74.08484883, 40.6431811]} },
{type: 'Feature',properties:{Name: '5', Address: '87 CRESCENT AVENUE, NEW BRIGHTON', Month: '7', Price: '3438'}, geometry: { type: 'Point', coordinates:[-74.08484883, 40.6431811]} },
{type: 'Feature',properties:{Name: '5', Address: '25 HENDERSON AVENUE, NEW BRIGHTON', Month: '9', Price: '3108'}, geometry: { type: 'Point', coordinates:[-74.09367492, 40.64161795]} },
{type: 'Feature',properties:{Name: '5', Address: '38 PINE STREET, NEW BRIGHTON', Month: '5', Price: '2700'}, geometry: { type: 'Point', coordinates:[-74.08781265, 40.63636631]} },
{type: 'Feature',properties:{Name: '5', Address: '514 JERSEY STREET, NEW BRIGHTON', Month: '2', Price: '2856'}, geometry: { type: 'Point', coordinates:[-74.08535189, 40.63644776]} },
{type: 'Feature',properties:{Name: '5', Address: 'MONROE AVENUE, NEW BRIGHTON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0788703, 40.63969948]} },
{type: 'Feature',properties:{Name: '5', Address: 'MONTGOMERY AVENUE, NEW BRIGHTON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07829987, 40.63874193]} },
{type: 'Feature',properties:{Name: '5', Address: 'CORSON AVENUE, NEW BRIGHTON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0853816, 40.63714217]} },
{type: 'Feature',properties:{Name: '5', Address: 'CORSON AVENUE, NEW BRIGHTON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0853816, 40.63714217]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A SCRIBNER AVENUE, NEW BRIGHTON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08621827, 40.63772893]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A SCRIBNER AVENUE, NEW BRIGHTON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08621827, 40.63772893]} },
{type: 'Feature',properties:{Name: '5', Address: 'TAFT AVENUE, NEW BRIGHTON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0847232, 40.6407301]} },
{type: 'Feature',properties:{Name: '5', Address: 'WESTERVELT AVENUE, NEW BRIGHTON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0834849, 40.64170815]} },
{type: 'Feature',properties:{Name: '5', Address: 'WESTERVELT AVENUE, NEW BRIGHTON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0834849, 40.64170815]} },
{type: 'Feature',properties:{Name: '5', Address: 'WINTER AVENUE, NEW BRIGHTON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08687534, 40.63873303]} },
{type: 'Feature',properties:{Name: '5', Address: 'HENDRICKS AVENUE, NEW BRIGHTON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08600895, 40.64025978]} },
{type: 'Feature',properties:{Name: '5', Address: 'HENDRICKS AVENUE, NEW BRIGHTON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08609901, 40.64024599]} },
{type: 'Feature',properties:{Name: '5', Address: 'HENDRICKS AVENUE, NEW BRIGHTON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08609901, 40.64024599]} },
{type: 'Feature',properties:{Name: '5', Address: '4 HENDERSON AVENUE, NEW BRIGHTON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09326864, 40.64225507]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A BUTLER TERRACE, NEW BRIGHTON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09101508, 40.63588897]} },
{type: 'Feature',properties:{Name: '5', Address: 'BUTLER TERRACE, NEW BRIGHTON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09055041, 40.63597992]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A BUTLER TERRACE, NEW BRIGHTON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09047478, 40.63599919]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A BUTLER TERRACE, NEW BRIGHTON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09039914, 40.63602121]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A BUTLER TERRACE, NEW BRIGHTON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09032351, 40.63604048]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A BUTLER TERRACE, NEW BRIGHTON', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09024427, 40.6360625]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A BUTLER TERRACE, NEW BRIGHTON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09011461, 40.63609554]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A BUTLER TERRACE, NEW BRIGHTON', Month: '2', Price: '520'}, geometry: { type: 'Point', coordinates:[-74.08993092, 40.63614509]} },
{type: 'Feature',properties:{Name: '5', Address: 'PINE STREET, NEW BRIGHTON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08707026, 40.63623787]} },
{type: 'Feature',properties:{Name: '5', Address: 'PINE STREET, NEW BRIGHTON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08707026, 40.63623787]} },
{type: 'Feature',properties:{Name: '5', Address: 'PINE STREET, NEW BRIGHTON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08707026, 40.63623787]} },
{type: 'Feature',properties:{Name: '5', Address: 'PINE STREET, NEW BRIGHTON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08707026, 40.63623787]} },
{type: 'Feature',properties:{Name: '5', Address: 'STANLEY AVENUE, NEW BRIGHTON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08686118, 40.63615569]} },
{type: 'Feature',properties:{Name: '5', Address: 'STANLEY AVENUE, NEW BRIGHTON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08686118, 40.63615569]} },
{type: 'Feature',properties:{Name: '5', Address: 'KINGSLEY PLACE, NEW BRIGHTON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08869514, 40.63618173]} },
{type: 'Feature',properties:{Name: '5', Address: 'BRIGHTON AVENUE, NEW BRIGHTON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08886455, 40.63623375]} },
{type: 'Feature',properties:{Name: '5', Address: '47 PINE STREET, NEW BRIGHTON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08726822, 40.63607852]} },
{type: 'Feature',properties:{Name: '5', Address: '47 PINE STREET, NEW BRIGHTON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08726822, 40.63607852]} },
{type: 'Feature',properties:{Name: '5', Address: '47 PINE STREET, NEW BRIGHTON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08726822, 40.63607852]} },
{type: 'Feature',properties:{Name: '5', Address: '47 PINE STREET, NEW BRIGHTON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08726822, 40.63607852]} },
{type: 'Feature',properties:{Name: '5', Address: '113 WESTERVELT AVENUE, NEW BRIGHTON', Month: '8', Price: '4312'}, geometry: { type: 'Point', coordinates:[-74.08540261, 40.64511027]} },
{type: 'Feature',properties:{Name: '5', Address: '154 CORSON AVENUE, NEW BRIGHTON', Month: '3', Price: '2520'}, geometry: { type: 'Point', coordinates:[-74.08388323, 40.63753852]} },
{type: 'Feature',properties:{Name: '5', Address: '152 CORSON AVENUE, NEW BRIGHTON', Month: '9', Price: '2520'}, geometry: { type: 'Point', coordinates:[-74.0838364, 40.63754405]} },
{type: 'Feature',properties:{Name: '5', Address: '163 CORSON AVENUE, NEW BRIGHTON', Month: '6', Price: '3876'}, geometry: { type: 'Point', coordinates:[-74.08407418, 40.63752741]} },
{type: 'Feature',properties:{Name: '5', Address: '54 TAFT AVENUE, NEW BRIGHTON', Month: '12', Price: '5000'}, geometry: { type: 'Point', coordinates:[-74.08473787, 40.64093046]} },
{type: 'Feature',properties:{Name: '5', Address: '11 PINE STREET, NEW BRIGHTON', Month: '1', Price: '2700'}, geometry: { type: 'Point', coordinates:[-74.08830663, 40.6366459]} },
{type: 'Feature',properties:{Name: '5', Address: '100 DANIEL LOW TERRACE, NEW BRIGHTON', Month: '9', Price: '62160'}, geometry: { type: 'Point', coordinates:[-74.08099228, 40.64241534]} },
{type: 'Feature',properties:{Name: '5', Address: '350 RICHMOND TERRACE, 1Q, NEW BRIGHTON', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08480129, 40.64831114]} },
{type: 'Feature',properties:{Name: '5', Address: '350 RICHMOND TERRACE, 1E, NEW BRIGHTON', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08480129, 40.64831114]} },
{type: 'Feature',properties:{Name: '5', Address: '350 RICHMOND TERRACE, 3V, NEW BRIGHTON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08480129, 40.64831114]} },
{type: 'Feature',properties:{Name: '5', Address: '350 RICHMOND TERRACE, 4W, NEW BRIGHTON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08480129, 40.64831114]} },
{type: 'Feature',properties:{Name: '5', Address: '350 RICHMOND TERRACE, 1-S, NEW BRIGHTON', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08480129, 40.64831114]} },
{type: 'Feature',properties:{Name: '5', Address: '350 RICHMOND TERRACE, 6K, NEW BRIGHTON', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08480129, 40.64831114]} },
{type: 'Feature',properties:{Name: '5', Address: '350 RICHMOND TERRACE, 2P, NEW BRIGHTON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08480129, 40.64831114]} },
{type: 'Feature',properties:{Name: '5', Address: '350 RICHMOND TERRACE, 3R, NEW BRIGHTON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08480129, 40.64831114]} },
{type: 'Feature',properties:{Name: '5', Address: '350 RICHMOND TERRACE, 3J, NEW BRIGHTON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08480129, 40.64831114]} },
{type: 'Feature',properties:{Name: '5', Address: '50 FORT PLACE, B1J, NEW BRIGHTON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0800078, 40.64178198]} },
{type: 'Feature',properties:{Name: '5', Address: '50 FORT PLACE, BID, NEW BRIGHTON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.0800078, 40.64178198]} },
{type: 'Feature',properties:{Name: '5', Address: '145 WESTERVELT AVENUE, NEW BRIGHTON', Month: '12', Price: '3470'}, geometry: { type: 'Point', coordinates:[-74.08483591, 40.64435862]} },
{type: 'Feature',properties:{Name: '5', Address: '411 JERSEY STREET, NEW BRIGHTON', Month: '7', Price: '4687'}, geometry: { type: 'Point', coordinates:[-74.0875198, 40.63834827]} },
{type: 'Feature',properties:{Name: '5', Address: '378 JERSEY STREET, NEW BRIGHTON', Month: '11', Price: '2550'}, geometry: { type: 'Point', coordinates:[-74.08738049, 40.63927337]} },
{type: 'Feature',properties:{Name: '5', Address: '139 SCRIBNER AVENUE, NEW BRIGHTON', Month: '6', Price: '750'}, geometry: { type: 'Point', coordinates:[-74.08657882, 40.63790982]} },
{type: 'Feature',properties:{Name: '5', Address: 'RICHMOND TERRACE, NEW BRIGHTON', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09487562, 40.64471858]} },
{type: 'Feature',properties:{Name: '5', Address: '15 BANK STREET, NEW BRIGHTON', Month: '8', Price: '42000'}, geometry: { type: 'Point', coordinates:[-74.08932572, 40.64699022]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A BANK STREET, NEW BRIGHTON', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08973304, 40.64707499]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A JERSEY STREET, NEW BRIGHTON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09056964, 40.64749428]} },
{type: 'Feature',properties:{Name: '5', Address: 'BROOK STREET, NEW BRIGHTON', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08508945, 40.63690359]} },
{type: 'Feature',properties:{Name: '5', Address: 'SCRIBNER AVENUE, NEW BRIGHTON', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08633715, 40.63771238]} },
{type: 'Feature',properties:{Name: '5', Address: 'SCRIBNER AVENUE, NEW BRIGHTON', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08633715, 40.63771238]} },
{type: 'Feature',properties:{Name: '5', Address: 'YORK AVENUE, NEW BRIGHTON', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.08795926, 40.6382601]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A LAFAYETTE AVENUE, NEW BRIGHTON', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.09523712, 40.6429973]} },
{type: 'Feature',properties:{Name: '5', Address: '165 ST MARKS PLACE, NEW BRIGHTON-ST. GEORGE', Month: '9', Price: '524513'}, geometry: { type: 'Point', coordinates:[-74.08107564, 40.64578039]} },
{type: 'Feature',properties:{Name: '5', Address: '10 BAY STREET LANDING, 1D, NEW BRIGHTON-ST. GEORGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07329489, 40.63854761]} },
{type: 'Feature',properties:{Name: '5', Address: '10 BAY STREET LANDING, 8D, NEW BRIGHTON-ST. GEORGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07329489, 40.63854761]} },
{type: 'Feature',properties:{Name: '5', Address: '36 HAMILTON AVENUE, 2K, NEW BRIGHTON-ST. GEORGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07893431, 40.64507647]} },
{type: 'Feature',properties:{Name: '5', Address: '36 HAMILTON AVENUE, 6L, NEW BRIGHTON-ST. GEORGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07893431, 40.64507647]} },
{type: 'Feature',properties:{Name: '5', Address: '36 HAMILTON AVENUE, 4B, NEW BRIGHTON-ST. GEORGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07893431, 40.64507647]} },
{type: 'Feature',properties:{Name: '5', Address: '36 HAMILTON AVENUE, 1H, NEW BRIGHTON-ST. GEORGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07893431, 40.64507647]} },
{type: 'Feature',properties:{Name: '5', Address: '36 HAMILTON AVENUE, 3P, NEW BRIGHTON-ST. GEORGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07893431, 40.64507647]} },
{type: 'Feature',properties:{Name: '5', Address: '36 HAMILTON AVENUE, 3K, NEW BRIGHTON-ST. GEORGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07893431, 40.64507647]} },
{type: 'Feature',properties:{Name: '5', Address: '80 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07326088, 40.64038389]} },
{type: 'Feature',properties:{Name: '5', Address: '80 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07326088, 40.64038389]} },
{type: 'Feature',properties:{Name: '5', Address: '80 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07326088, 40.64038389]} },
{type: 'Feature',properties:{Name: '5', Address: '80 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07326088, 40.64038389]} },
{type: 'Feature',properties:{Name: '5', Address: '80 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07326088, 40.64038389]} },
{type: 'Feature',properties:{Name: '5', Address: '80 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07326088, 40.64038389]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '11', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '5', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '3', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '90 BAY STREET LANDING, NEW BRIGHTON-ST. GEORGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07325735, 40.64044703]} },
{type: 'Feature',properties:{Name: '5', Address: '32 BAY STREET, NEW BRIGHTON-ST. GEORGE', Month: '6', Price: '1632'}, geometry: { type: 'Point', coordinates:[-74.07581286, 40.64116725]} },
{type: 'Feature',properties:{Name: '5', Address: '155 BAY STREET, NEW BRIGHTON-ST. GEORGE', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07588156, 40.63821381]} },
{type: 'Feature',properties:{Name: '5', Address: '155 BAY STREET, NEW BRIGHTON-ST. GEORGE', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07588156, 40.63821381]} },
{type: 'Feature',properties:{Name: '5', Address: '155 BAY STREET, NEW BRIGHTON-ST. GEORGE', Month: '4', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.07588156, 40.63821381]} },
{type: 'Feature',properties:{Name: '5', Address: '42 GREELEY AVENUE, NEW DORP', Month: '5', Price: '1843'}, geometry: { type: 'Point', coordinates:[-74.11254906, 40.57970038]} },
{type: 'Feature',properties:{Name: '5', Address: '27 PRESCOTT AVENUE, NEW DORP', Month: '11', Price: '1322'}, geometry: { type: 'Point', coordinates:[-74.11347363, 40.5793399]} },
{type: 'Feature',properties:{Name: '5', Address: '17 BANCROFT AVENUE, NEW DORP', Month: '9', Price: '1914'}, geometry: { type: 'Point', coordinates:[-74.11423602, 40.57887253]} },
{type: 'Feature',properties:{Name: '5', Address: '7 BANCROFT AVENUE, NEW DORP', Month: '8', Price: '1437'}, geometry: { type: 'Point', coordinates:[-74.11445582, 40.57899033]} },
{type: 'Feature',properties:{Name: '5', Address: '7 BANCROFT AVENUE, NEW DORP', Month: '1', Price: '1437'}, geometry: { type: 'Point', coordinates:[-74.11445582, 40.57899033]} },
{type: 'Feature',properties:{Name: '5', Address: '11 BRYANT AVENUE, NEW DORP', Month: '12', Price: '1952'}, geometry: { type: 'Point', coordinates:[-74.11499841, 40.57841064]} },
{type: 'Feature',properties:{Name: '5', Address: '82 PRESCOTT AVENUE, NEW DORP', Month: '2', Price: '1536'}, geometry: { type: 'Point', coordinates:[-74.11195306, 40.57850422]} },
{type: 'Feature',properties:{Name: '5', Address: '54 BANCROFT AVENUE, NEW DORP', Month: '12', Price: '2002'}, geometry: { type: 'Point', coordinates:[-74.11301812, 40.57820125]} },
{type: 'Feature',properties:{Name: '5', Address: '66 BANCROFT AVENUE, NEW DORP', Month: '5', Price: '1662'}, geometry: { type: 'Point', coordinates:[-74.1127659, 40.57806975]} },
{type: 'Feature',properties:{Name: '5', Address: '107 CLAWSON STREET, NEW DORP', Month: '8', Price: '824'}, geometry: { type: 'Point', coordinates:[-74.10681631, 40.57643953]} },
{type: 'Feature',properties:{Name: '5', Address: '215 BANCROFT AVENUE, NEW DORP', Month: '5', Price: '864'}, geometry: { type: 'Point', coordinates:[-74.10855042, 40.57583679]} },
{type: 'Feature',properties:{Name: '5', Address: '201 BRYANT AVENUE, NEW DORP', Month: '9', Price: '1056'}, geometry: { type: 'Point', coordinates:[-74.10955421, 40.57550372]} },
{type: 'Feature',properties:{Name: '5', Address: '279 PRESCOTT AVENUE, NEW DORP', Month: '2', Price: '2340'}, geometry: { type: 'Point', coordinates:[-74.10606948, 40.57538347]} },
{type: 'Feature',properties:{Name: '5', Address: '271 PRESCOTT AVENUE, NEW DORP', Month: '2', Price: '3018'}, geometry: { type: 'Point', coordinates:[-74.10626042, 40.57548211]} },
{type: 'Feature',properties:{Name: '5', Address: '282 GREELEY AVENUE, NEW DORP', Month: '7', Price: '1534'}, geometry: { type: 'Point', coordinates:[-74.10523882, 40.57594143]} },
{type: 'Feature',properties:{Name: '5', Address: '255 BANCROFT AVENUE, NEW DORP', Month: '10', Price: '864'}, geometry: { type: 'Point', coordinates:[-74.1071201, 40.57507234]} },
{type: 'Feature',properties:{Name: '5', Address: '245 BRYANT AVENUE, NEW DORP', Month: '11', Price: '1628'}, geometry: { type: 'Point', coordinates:[-74.1080482, 40.57468994]} },
{type: 'Feature',properties:{Name: '5', Address: '16 BRYANT AVENUE, NEW DORP', Month: '6', Price: '1292'}, geometry: { type: 'Point', coordinates:[-74.11498757, 40.57838595]} },
{type: 'Feature',properties:{Name: '5', Address: '135 KRUSER STREET, NEW DORP', Month: '6', Price: '1628'}, geometry: { type: 'Point', coordinates:[-74.11423707, 40.5773821]} },
{type: 'Feature',properties:{Name: '5', Address: '71 OTIS AVENUE, NEW DORP', Month: '2', Price: '976'}, geometry: { type: 'Point', coordinates:[-74.11501782, 40.57713977]} },
{type: 'Feature',properties:{Name: '5', Address: '71 OTIS AVENUE, NEW DORP', Month: '2', Price: '976'}, geometry: { type: 'Point', coordinates:[-74.11501782, 40.57713977]} },
{type: 'Feature',properties:{Name: '5', Address: '3 3 STREET, NEW DORP', Month: '12', Price: '1696'}, geometry: { type: 'Point', coordinates:[-74.11645384, 40.57696266]} },
{type: 'Feature',properties:{Name: '5', Address: '56 BRYANT AVENUE, NEW DORP', Month: '1', Price: '2160'}, geometry: { type: 'Point', coordinates:[-74.11362916, 40.57765443]} },
{type: 'Feature',properties:{Name: '5', Address: '1283 NORTH RAILROAD AVE, NEW DORP', Month: '5', Price: '1584'}, geometry: { type: 'Point', coordinates:[-74.11332494, 40.57657328]} },
{type: 'Feature',properties:{Name: '5', Address: '101 OTIS AVENUE, NEW DORP', Month: '3', Price: '1488'}, geometry: { type: 'Point', coordinates:[-74.11419631, 40.57669868]} },
{type: 'Feature',properties:{Name: '5', Address: '62 LOCUST AVENUE, NEW DORP', Month: '11', Price: '988'}, geometry: { type: 'Point', coordinates:[-74.11562538, 40.57667255]} },
{type: 'Feature',properties:{Name: '5', Address: '62 STEELE AVENUE, NEW DORP', Month: '9', Price: '1790'}, geometry: { type: 'Point', coordinates:[-74.11676118, 40.57567778]} },
{type: 'Feature',properties:{Name: '5', Address: '87 CLOISTER PLACE, NEW DORP', Month: '12', Price: '2469'}, geometry: { type: 'Point', coordinates:[-74.11665891, 40.57483523]} },
{type: 'Feature',properties:{Name: '5', Address: '243 EDISON STREET, NEW DORP', Month: '12', Price: '936'}, geometry: { type: 'Point', coordinates:[-74.11067743, 40.57556577]} },
{type: 'Feature',properties:{Name: '5', Address: '187 BURBANK AVENUE, NEW DORP', Month: '2', Price: '1316'}, geometry: { type: 'Point', coordinates:[-74.11275288, 40.57461954]} },
{type: 'Feature',properties:{Name: '5', Address: '186 BURBANK AVENUE, NEW DORP', Month: '12', Price: '1632'}, geometry: { type: 'Point', coordinates:[-74.11271681, 40.57457841]} },
{type: 'Feature',properties:{Name: '5', Address: '75 JACQUES AVENUE, NEW DORP', Month: '5', Price: '848'}, geometry: { type: 'Point', coordinates:[-74.11382371, 40.57351782]} },
{type: 'Feature',properties:{Name: '5', Address: '34 BACHE AVENUE, NEW DORP', Month: '2', Price: '950'}, geometry: { type: 'Point', coordinates:[-74.11395481, 40.57440701]} },
{type: 'Feature',properties:{Name: '5', Address: '237 CLAWSON STREET, NEW DORP', Month: '9', Price: '1007'}, geometry: { type: 'Point', coordinates:[-74.10977057, 40.57354098]} },
{type: 'Feature',properties:{Name: '5', Address: '107 BACHE AVENUE, NEW DORP', Month: '3', Price: '1688'}, geometry: { type: 'Point', coordinates:[-74.11208855, 40.57343444]} },
{type: 'Feature',properties:{Name: '5', Address: '226 BURBANK AVENUE, NEW DORP', Month: '9', Price: '1472'}, geometry: { type: 'Point', coordinates:[-74.11138375, 40.57387155]} },
{type: 'Feature',properties:{Name: '5', Address: '130 JACQUES AVENUE, NEW DORP', Month: '6', Price: '1170'}, geometry: { type: 'Point', coordinates:[-74.11188175, 40.57246572]} },
{type: 'Feature',properties:{Name: '5', Address: '276 BRYANT AVENUE, NEW DORP', Month: '1', Price: '1316'}, geometry: { type: 'Point', coordinates:[-74.10730598, 40.5742597]} },
{type: 'Feature',properties:{Name: '5', Address: '82 MILL ROAD, NEW DORP', Month: '10', Price: '940'}, geometry: { type: 'Point', coordinates:[-74.10826198, 40.56666667]} },
{type: 'Feature',properties:{Name: '5', Address: '60 MILL ROAD, NEW DORP', Month: '11', Price: '1438'}, geometry: { type: 'Point', coordinates:[-74.10780221, 40.567249]} },
{type: 'Feature',properties:{Name: '5', Address: '46 MILL ROAD, NEW DORP', Month: '4', Price: '2070'}, geometry: { type: 'Point', coordinates:[-74.10738554, 40.56777365]} },
{type: 'Feature',properties:{Name: '5', Address: '44 MILL ROAD, NEW DORP', Month: '11', Price: '3114'}, geometry: { type: 'Point', coordinates:[-74.1073568, 40.56780936]} },
{type: 'Feature',properties:{Name: '5', Address: '116 TITUS AVENUE, NEW DORP', Month: '8', Price: '990'}, geometry: { type: 'Point', coordinates:[-74.10742959, 40.56606634]} },
{type: 'Feature',properties:{Name: '5', Address: '78 TITUS AVENUE, NEW DORP', Month: '8', Price: '1400'}, geometry: { type: 'Point', coordinates:[-74.10689784, 40.56665422]} },
{type: 'Feature',properties:{Name: '5', Address: '62 TITUS AVENUE, NEW DORP', Month: '1', Price: '988'}, geometry: { type: 'Point', coordinates:[-74.10667508, 40.56690146]} },
{type: 'Feature',properties:{Name: '5', Address: '560 NEW DORP LANE, NEW DORP', Month: '8', Price: '1230'}, geometry: { type: 'Point', coordinates:[-74.10525533, 40.56814342]} },
{type: 'Feature',properties:{Name: '5', Address: '20 CELTIC PLACE, NEW DORP', Month: '5', Price: '1680'}, geometry: { type: 'Point', coordinates:[-74.10573002, 40.56560404]} },
{type: 'Feature',properties:{Name: '5', Address: '11 WEED AVENUE, NEW DORP', Month: '2', Price: '1064'}, geometry: { type: 'Point', coordinates:[-74.1042818, 40.56704913]} },
{type: 'Feature',properties:{Name: '5', Address: '134 MILL ROAD, NEW DORP', Month: '11', Price: '1712'}, geometry: { type: 'Point', coordinates:[-74.10924255, 40.56542783]} },
{type: 'Feature',properties:{Name: '5', Address: '134 MILL ROAD, NEW DORP', Month: '3', Price: '1712'}, geometry: { type: 'Point', coordinates:[-74.10924255, 40.56542783]} },
{type: 'Feature',properties:{Name: '5', Address: '160 CUBA AVENUE, NEW DORP', Month: '2', Price: '1216'}, geometry: { type: 'Point', coordinates:[-74.10814256, 40.56404549]} },
{type: 'Feature',properties:{Name: '5', Address: '134C CUBA AVENUE, NEW DORP', Month: '8', Price: '1280'}, geometry: { type: 'Point', coordinates:[-74.10731577, 40.56467208]} },
{type: 'Feature',properties:{Name: '5', Address: '110 CUBA AVENUE, NEW DORP', Month: '7', Price: '780'}, geometry: { type: 'Point', coordinates:[-74.10685269, 40.56542733]} },
{type: 'Feature',properties:{Name: '5', Address: '92 CUBA AVENUE, NEW DORP', Month: '12', Price: '1664'}, geometry: { type: 'Point', coordinates:[-74.10664071, 40.56566084]} },
{type: 'Feature',properties:{Name: '5', Address: '105 WEED AVENUE, NEW DORP', Month: '5', Price: '1300'}, geometry: { type: 'Point', coordinates:[-74.10612857, 40.56499981]} },
{type: 'Feature',properties:{Name: '5', Address: '119 WINHAM AVENUE, NEW DORP', Month: '8', Price: '1530'}, geometry: { type: 'Point', coordinates:[-74.10560204, 40.56433606]} },
{type: 'Feature',properties:{Name: '5', Address: '168 WEED AVENUE, NEW DORP', Month: '5', Price: '1100'}, geometry: { type: 'Point', coordinates:[-74.10735731, 40.56364548]} },
{type: 'Feature',properties:{Name: '5', Address: '224 TITUS AVENUE, NEW DORP', Month: '8', Price: '912'}, geometry: { type: 'Point', coordinates:[-74.1100162, 40.56313518]} },
{type: 'Feature',properties:{Name: '5', Address: '206 TITUS AVENUE, NEW DORP', Month: '4', Price: '1170'}, geometry: { type: 'Point', coordinates:[-74.10973241, 40.56346483]} },
{type: 'Feature',properties:{Name: '5', Address: '233 CUBA AVENUE, NEW DORP', Month: '12', Price: '1800'}, geometry: { type: 'Point', coordinates:[-74.10955439, 40.56244667]} },
{type: 'Feature',properties:{Name: '5', Address: '37 ISERNIA AVENUE, NEW DORP', Month: '6', Price: '1740'}, geometry: { type: 'Point', coordinates:[-74.11025888, 40.56189155]} },
{type: 'Feature',properties:{Name: '5', Address: '218 CUBA AVENUE, NEW DORP', Month: '5', Price: '1480'}, geometry: { type: 'Point', coordinates:[-74.10930648, 40.56270492]} },
{type: 'Feature',properties:{Name: '5', Address: '217 WEED AVENUE, NEW DORP', Month: '10', Price: '1008'}, geometry: { type: 'Point', coordinates:[-74.10839566, 40.56254384]} },
{type: 'Feature',properties:{Name: '5', Address: '234 WEED AVENUE, NEW DORP', Month: '5', Price: '616'}, geometry: { type: 'Point', coordinates:[-74.10858599, 40.56228839]} },
{type: 'Feature',properties:{Name: '5', Address: '212 WEED AVENUE, NEW DORP', Month: '8', Price: '1600'}, geometry: { type: 'Point', coordinates:[-74.10825551, 40.56267572]} },
{type: 'Feature',properties:{Name: '5', Address: '30 DIAZ PLACE, NEW DORP', Month: '12', Price: '1300'}, geometry: { type: 'Point', coordinates:[-74.1079656, 40.56144632]} },
{type: 'Feature',properties:{Name: '5', Address: '34 DIAZ PLACE, NEW DORP', Month: '1', Price: '1300'}, geometry: { type: 'Point', coordinates:[-74.1079512, 40.56144084]} },
{type: 'Feature',properties:{Name: '5', Address: '285 MILTON AVENUE, NEW DORP', Month: '11', Price: '1312'}, geometry: { type: 'Point', coordinates:[-74.10810402, 40.56024396]} },
{type: 'Feature',properties:{Name: '5', Address: '37 EVA AVENUE, NEW DORP', Month: '6', Price: '1873'}, geometry: { type: 'Point', coordinates:[-74.11162731, 40.56021863]} },
{type: 'Feature',properties:{Name: '5', Address: '59 NEW DORP PLAZA, NEW DORP', Month: '3', Price: '2390'}, geometry: { type: 'Point', coordinates:[-74.11739837, 40.57365421]} },
{type: 'Feature',properties:{Name: '5', Address: '28 4 STREET, NEW DORP', Month: '12', Price: '1665'}, geometry: { type: 'Point', coordinates:[-74.11803274, 40.57412566]} },
{type: 'Feature',properties:{Name: '5', Address: '172 3 STREET, NEW DORP', Month: '12', Price: '1690'}, geometry: { type: 'Point', coordinates:[-74.11967681, 40.57357775]} },
{type: 'Feature',properties:{Name: '5', Address: '11 7 STREET, NEW DORP', Month: '1', Price: '1488'}, geometry: { type: 'Point', coordinates:[-74.11842448, 40.57174277]} },
{type: 'Feature',properties:{Name: '5', Address: '25 7 STREET, NEW DORP', Month: '4', Price: '935'}, geometry: { type: 'Point', coordinates:[-74.11866161, 40.57149275]} },
{type: 'Feature',properties:{Name: '5', Address: '47 7 STREET, NEW DORP', Month: '2', Price: '1596'}, geometry: { type: 'Point', coordinates:[-74.11903526, 40.5711026]} },
{type: 'Feature',properties:{Name: '5', Address: '158 NEW DORP PLAZA, NEW DORP', Month: '4', Price: '1440'}, geometry: { type: 'Point', coordinates:[-74.11946087, 40.57158799]} },
{type: 'Feature',properties:{Name: '5', Address: '104 8 STREET, NEW DORP', Month: '2', Price: '1400'}, geometry: { type: 'Point', coordinates:[-74.11769659, 40.57129886]} },
{type: 'Feature',properties:{Name: '5', Address: '15 CODDINGTON AVENUE, NEW DORP', Month: '2', Price: '1652'}, geometry: { type: 'Point', coordinates:[-74.11395762, 40.57183512]} },
{type: 'Feature',properties:{Name: '5', Address: '349 ROSE AVENUE, NEW DORP', Month: '2', Price: '2248'}, geometry: { type: 'Point', coordinates:[-74.1123133, 40.5700883]} },
{type: 'Feature',properties:{Name: '5', Address: '339 ROSE AVENUE, NEW DORP', Month: '5', Price: '792'}, geometry: { type: 'Point', coordinates:[-74.11252585, 40.57020063]} },
{type: 'Feature',properties:{Name: '5', Address: '114 CODDINGTON AVENUE, NEW DORP', Month: '1', Price: '1205'}, geometry: { type: 'Point', coordinates:[-74.11126274, 40.57037478]} },
{type: 'Feature',properties:{Name: '5', Address: '306 ROSE AVENUE, NEW DORP', Month: '12', Price: '1141'}, geometry: { type: 'Point', coordinates:[-74.11373993, 40.57082799]} },
{type: 'Feature',properties:{Name: '5', Address: '301 ROSS AVENUE, NEW DORP', Month: '5', Price: '1576'}, geometry: { type: 'Point', coordinates:[-74.114423, 40.57033874]} },
{type: 'Feature',properties:{Name: '5', Address: '414 CLAWSON STREET, NEW DORP', Month: '7', Price: '1050'}, geometry: { type: 'Point', coordinates:[-74.11379896, 40.56955983]} },
{type: 'Feature',properties:{Name: '5', Address: '80 BEACH AVENUE, NEW DORP', Month: '8', Price: '1300'}, geometry: { type: 'Point', coordinates:[-74.12080018, 40.57174578]} },
{type: 'Feature',properties:{Name: '5', Address: '305C TYSENS LANE, NEW DORP', Month: '8', Price: '1480'}, geometry: { type: 'Point', coordinates:[-74.12300867, 40.56891354]} },
{type: 'Feature',properties:{Name: '5', Address: '165 10TH STREET, NEW DORP', Month: '11', Price: '828'}, geometry: { type: 'Point', coordinates:[-74.11745533, 40.56919933]} },
{type: 'Feature',properties:{Name: '5', Address: '30 ALLISON AVENUE, NEW DORP', Month: '8', Price: '975'}, geometry: { type: 'Point', coordinates:[-74.11991138, 40.5699022]} },
{type: 'Feature',properties:{Name: '5', Address: '22 PRINCETON AVENUE, NEW DORP', Month: '10', Price: '960'}, geometry: { type: 'Point', coordinates:[-74.12069163, 40.56944575]} },
{type: 'Feature',properties:{Name: '5', Address: '5 RENO AVENUE, NEW DORP', Month: '3', Price: '2554'}, geometry: { type: 'Point', coordinates:[-74.12212245, 40.56849179]} },
{type: 'Feature',properties:{Name: '5', Address: '1 RENO AVENUE, NEW DORP', Month: '1', Price: '2080'}, geometry: { type: 'Point', coordinates:[-74.12220173, 40.56854111]} },
{type: 'Feature',properties:{Name: '5', Address: '20 RENO AVENUE, NEW DORP', Month: '10', Price: '880'}, geometry: { type: 'Point', coordinates:[-74.12181253, 40.56828351]} },
{type: 'Feature',properties:{Name: '5', Address: '72 PRINCETON AVENUE, NEW DORP', Month: '4', Price: '1748'}, geometry: { type: 'Point', coordinates:[-74.11931518, 40.56861551]} },
{type: 'Feature',properties:{Name: '5', Address: '98 CANNON BOULEVARD, NEW DORP', Month: '8', Price: '1140'}, geometry: { type: 'Point', coordinates:[-74.11934955, 40.56770969]} },
{type: 'Feature',properties:{Name: '5', Address: '274 8 STREET, NEW DORP', Month: '9', Price: '1776'}, geometry: { type: 'Point', coordinates:[-74.12128559, 40.56749357]} },
{type: 'Feature',properties:{Name: '5', Address: '29 LINDBERGH AVENUE, NEW DORP', Month: '2', Price: '816'}, geometry: { type: 'Point', coordinates:[-74.11636755, 40.56876126]} },
{type: 'Feature',properties:{Name: '5', Address: '14 COLGATE PLACE, NEW DORP', Month: '4', Price: '798'}, geometry: { type: 'Point', coordinates:[-74.11692699, 40.56758043]} },
{type: 'Feature',properties:{Name: '5', Address: '160 ALLISON AVENUE, NEW DORP', Month: '12', Price: '650'}, geometry: { type: 'Point', coordinates:[-74.11634078, 40.5678555]} },
{type: 'Feature',properties:{Name: '5', Address: '119 LINDBERGH AVENUE, NEW DORP', Month: '12', Price: '852'}, geometry: { type: 'Point', coordinates:[-74.11380968, 40.56739966]} },
{type: 'Feature',properties:{Name: '5', Address: '119 LINDBERGH AVENUE, NEW DORP', Month: '7', Price: '852'}, geometry: { type: 'Point', coordinates:[-74.11380968, 40.56739966]} },
{type: 'Feature',properties:{Name: '5', Address: '211 ALLISON AVENUE, NEW DORP', Month: '6', Price: '941'}, geometry: { type: 'Point', coordinates:[-74.1147917, 40.56705558]} },
{type: 'Feature',properties:{Name: '5', Address: '170 PRINCETON AVENUE, NEW DORP', Month: '10', Price: '1036'}, geometry: { type: 'Point', coordinates:[-74.11657341, 40.5670977]} },
{type: 'Feature',properties:{Name: '5', Address: '159 CANNON BOULEVARD, NEW DORP', Month: '8', Price: '960'}, geometry: { type: 'Point', coordinates:[-74.11732124, 40.56662758]} },
{type: 'Feature',properties:{Name: '5', Address: '136 CANNON BOULEVARD, NEW DORP', Month: '6', Price: '1128'}, geometry: { type: 'Point', coordinates:[-74.11816063, 40.56705765]} },
{type: 'Feature',properties:{Name: '5', Address: '136 CANNON BOULEVARD, NEW DORP', Month: '5', Price: '1128'}, geometry: { type: 'Point', coordinates:[-74.11816063, 40.56705765]} },
{type: 'Feature',properties:{Name: '5', Address: '188 PRINCETON AVENUE, NEW DORP', Month: '6', Price: '3340'}, geometry: { type: 'Point', coordinates:[-74.11579525, 40.56668402]} },
{type: 'Feature',properties:{Name: '5', Address: '208 PRINCETON AVENUE, NEW DORP', Month: '6', Price: '1372'}, geometry: { type: 'Point', coordinates:[-74.11538816, 40.56646485]} },
{type: 'Feature',properties:{Name: '5', Address: '433 TYSENS LANE, NEW DORP', Month: '4', Price: '864'}, geometry: { type: 'Point', coordinates:[-74.11963783, 40.56588409]} },
{type: 'Feature',properties:{Name: '5', Address: '16 ISORA PLACE, NEW DORP', Month: '7', Price: '1125'}, geometry: { type: 'Point', coordinates:[-74.1184138, 40.56571793]} },
{type: 'Feature',properties:{Name: '5', Address: '12 ISORA PLACE, NEW DORP', Month: '9', Price: '1170'}, geometry: { type: 'Point', coordinates:[-74.11833837, 40.56580309]} },
{type: 'Feature',properties:{Name: '5', Address: '2809 HYLAN BOULEVARD, NEW DORP', Month: '5', Price: '3658'}, geometry: { type: 'Point', coordinates:[-74.11588848, 40.56440299]} },
{type: 'Feature',properties:{Name: '5', Address: '91 BRYANT AVENUE, NEW DORP', Month: '4', Price: '2260'}, geometry: { type: 'Point', coordinates:[-74.1129302, 40.57730104]} },
{type: 'Feature',properties:{Name: '5', Address: '1275 NORTH RAILROAD AVE, NEW DORP', Month: '10', Price: '2025'}, geometry: { type: 'Point', coordinates:[-74.11315956, 40.57669696]} },
{type: 'Feature',properties:{Name: '5', Address: '1275 NORTH RAILROAD AVE, NEW DORP', Month: '5', Price: '2025'}, geometry: { type: 'Point', coordinates:[-74.11315956, 40.57669696]} },
{type: 'Feature',properties:{Name: '5', Address: '92 OTIS AVENUE, NEW DORP', Month: '5', Price: '1301'}, geometry: { type: 'Point', coordinates:[-74.11438723, 40.57677809]} },
{type: 'Feature',properties:{Name: '5', Address: '102 OTIS AVENUE, NEW DORP', Month: '2', Price: '1283'}, geometry: { type: 'Point', coordinates:[-74.11412421, 40.57663837]} },
{type: 'Feature',properties:{Name: '5', Address: '24 JACQUES AVENUE, NEW DORP', Month: '4', Price: '2074'}, geometry: { type: 'Point', coordinates:[-74.11470639, 40.57396983]} },
{type: 'Feature',properties:{Name: '5', Address: '76 JACQUES AVENUE, NEW DORP', Month: '10', Price: '2055'}, geometry: { type: 'Point', coordinates:[-74.11365074, 40.5734082]} },
{type: 'Feature',properties:{Name: '5', Address: '212 OTIS AVENUE, NEW DORP', Month: '7', Price: '2064'}, geometry: { type: 'Point', coordinates:[-74.11028406, 40.5749623]} },
{type: 'Feature',properties:{Name: '5', Address: '234 DARTMOUTH LOOP, NEW DORP', Month: '8', Price: '1300'}, geometry: { type: 'Point', coordinates:[-74.1085472, 40.56720987]} },
{type: 'Feature',properties:{Name: '5', Address: '99 TITUS AVENUE, NEW DORP', Month: '8', Price: '2233'}, geometry: { type: 'Point', coordinates:[-74.10729311, 40.56624762]} },
{type: 'Feature',properties:{Name: '5', Address: '17 WINDMILL COURT, NEW DORP', Month: '6', Price: '1360'}, geometry: { type: 'Point', coordinates:[-74.1074282, 40.56744149]} },
{type: 'Feature',properties:{Name: '5', Address: '149 WEED AVENUE, NEW DORP', Month: '10', Price: '936'}, geometry: { type: 'Point', coordinates:[-74.10684716, 40.56421962]} },
{type: 'Feature',properties:{Name: '5', Address: '149 WEED AVENUE, NEW DORP', Month: '11', Price: '936'}, geometry: { type: 'Point', coordinates:[-74.10684716, 40.56421962]} },
{type: 'Feature',properties:{Name: '5', Address: '739 TYSENS LANE, NEW DORP', Month: '3', Price: '2150'}, geometry: { type: 'Point', coordinates:[-74.11107404, 40.56079833]} },
{type: 'Feature',properties:{Name: '5', Address: '248 ROSE AVENUE, NEW DORP', Month: '12', Price: '3538'}, geometry: { type: 'Point', coordinates:[-74.11515984, 40.5718202]} },
{type: 'Feature',properties:{Name: '5', Address: '79 10TH STREET, NEW DORP', Month: '7', Price: '2008'}, geometry: { type: 'Point', coordinates:[-74.11563375, 40.57110882]} },
{type: 'Feature',properties:{Name: '5', Address: '79 10TH STREET, NEW DORP', Month: '3', Price: '2008'}, geometry: { type: 'Point', coordinates:[-74.11563375, 40.57110882]} },
{type: 'Feature',properties:{Name: '5', Address: '66 9 STREET, NEW DORP', Month: '8', Price: '3424'}, geometry: { type: 'Point', coordinates:[-74.11613522, 40.57176432]} },
{type: 'Feature',properties:{Name: '5', Address: '38 CODDINGTON AVENUE, NEW DORP', Month: '6', Price: '1900'}, geometry: { type: 'Point', coordinates:[-74.11344599, 40.57154193]} },
{type: 'Feature',properties:{Name: '5', Address: '96 STERLING AVENUE, NEW DORP', Month: '5', Price: '1130'}, geometry: { type: 'Point', coordinates:[-74.11327582, 40.56883572]} },
{type: 'Feature',properties:{Name: '5', Address: '46 ARC PLACE, NEW DORP', Month: '10', Price: '2256'}, geometry: { type: 'Point', coordinates:[-74.1237247, 40.56877828]} },
{type: 'Feature',properties:{Name: '5', Address: '18 BEHAN COURT, NEW DORP', Month: '2', Price: '1824'}, geometry: { type: 'Point', coordinates:[-74.12095771, 40.571279]} },
{type: 'Feature',properties:{Name: '5', Address: '212 BEACH AVENUE, NEW DORP', Month: '12', Price: '1514'}, geometry: { type: 'Point', coordinates:[-74.11752857, 40.56991016]} },
{type: 'Feature',properties:{Name: '5', Address: '273 8 STREET, NEW DORP', Month: '2', Price: '2892'}, geometry: { type: 'Point', coordinates:[-74.12124972, 40.56756222]} },
{type: 'Feature',properties:{Name: '5', Address: '521 CLAWSON STREET, NEW DORP', Month: '3', Price: '2050'}, geometry: { type: 'Point', coordinates:[-74.11606594, 40.56711194]} },
{type: 'Feature',properties:{Name: '5', Address: '116 CANNON BOULEVARD, NEW DORP', Month: '11', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.11858214, 40.56728229]} },
{type: 'Feature',properties:{Name: '5', Address: '158 CANNON BOULEVARD, NEW DORP', Month: '8', Price: '2842'}, geometry: { type: 'Point', coordinates:[-74.11737164, 40.56663576]} },
{type: 'Feature',properties:{Name: '5', Address: '170 CANNON BOULEVARD, NEW DORP', Month: '4', Price: '1182'}, geometry: { type: 'Point', coordinates:[-74.11706181, 40.56646864]} },
{type: 'Feature',properties:{Name: '5', Address: '561 CLAWSON STREET, NEW DORP', Month: '2', Price: '1320'}, geometry: { type: 'Point', coordinates:[-74.11701073, 40.5660707]} },
{type: 'Feature',properties:{Name: '5', Address: '227 CANNON BOULEVARD, NEW DORP', Month: '12', Price: '1200'}, geometry: { type: 'Point', coordinates:[-74.11534342, 40.56557009]} },
{type: 'Feature',properties:{Name: '5', Address: '230 CANNON BOULEVARD, NEW DORP', Month: '11', Price: '1300'}, geometry: { type: 'Point', coordinates:[-74.11530015, 40.56552347]} },
{type: 'Feature',properties:{Name: '5', Address: '2662-2664 AMBOY ROAD, NEW DORP', Month: '10', Price: '3680'}, geometry: { type: 'Point', coordinates:[-74.12155938, 40.57158304]} },
{type: 'Feature',properties:{Name: '5', Address: '52B FRANCINE COURT, NEW DORP', Month: '7', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.12236234, 40.56976238]} },
{type: 'Feature',properties:{Name: '5', Address: '26B FRANCINE COURT, NEW DORP', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.12236234, 40.56976238]} },
{type: 'Feature',properties:{Name: '5', Address: '22A FRANCINE COURT, NEW DORP', Month: '9', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.12236234, 40.56976238]} },
{type: 'Feature',properties:{Name: '5', Address: '22A FRANCINE COURT, NEW DORP', Month: '1', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.12236234, 40.56976238]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A OTIS AVENUE, NEW DORP', Month: '12', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.11426789, 40.57645707]} },
{type: 'Feature',properties:{Name: '5', Address: '227 WEED AVENUE, NEW DORP', Month: '6', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.1085573, 40.56235155]} },
{type: 'Feature',properties:{Name: '5', Address: 'CODDINGTON AVENUE, NEW DORP', Month: '8', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.11396434, 40.57155514]} },
{type: 'Feature',properties:{Name: '5', Address: 'N/A RENO AVENUE, NEW DORP', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.12192857, 40.56875275]} },
{type: 'Feature',properties:{Name: '5', Address: 'ALLISON AVENUE, NEW DORP', Month: '2', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.11662133, 40.56773994]} },
{type: 'Feature',properties:{Name: '5', Address: '26 4 STREET, NEW DORP', Month: '10', Price: '0'}, geometry: { type: 'Point', coordinates:[-74.11800759, 40.57415314]} },
{type: 'Feature',properties:{Name: '5', Address: '16 OTIS AVENUE, NEW DORP', Month: '4', Price: '3870'}, geometry: { type: 'Point', coordinates:[-74.11645187, 40.5778959]} },
{type: 'Feature',properties:{Name: '5', Address: '22-24 OTIS AVENUE, NEW DORP', Month: '1', Price: '3870'}, geometry: { type: 'Point', coordinates:[-74.11631494, 40.57782192]} },
{type: 'Feature',properties:{Name: '5', Address: '2682 AMBOY ROAD, NEW DORP', Month: '4', Price: '3680'}, geometry: { type: 'Point', coordinates:[-74.12192579, 40.57117642]} },
{type: 'Feature',properties:{Name: '5', Address: '2682 AMBOY ROAD, NEW DORP', Month: '6', Price: '3680'}, geometry: { type: 'Point', coordinates:[-74.12192579, 40.57117642]} },
{type: 'Feature',properties:{Name: '5', Address: '2678 AMBOY ROAD, NEW DORP', Month: '7', Price: '3680'}, geometry: { type: 'Point', coordinates:[-74.12185035, 40.5712561]} },
{type: 'Feature',properties:{Name: '5', Address: '2658-2660 AMBOY ROAD, NEW DORP', Month: '2', Price: '3680'}, geometry: { type: 'Point', coordinates:[-74.12153783, 40.57161051]} },
{type: 'Feature',properties:{Name: '5', Address: '655 TYSENS LANE, NEW DORP', Month: '10', Price: '352800'}, geometry: { type: 'Point', coordinates:[-74.11398489, 40.5625]} },
{type: 'Feature',properties:{Name: '5', Address: '655 TYSENS LANE, NEW DORP', Month: '9', Price: '352800'}, geometry: { type: 'Point', coordinates:[-74.11398489, 40.5625]} },
{type: 'Feature',properties:{Name: '5', Address: '655 TYSENS LANE, NEW DORP', Month: '7', Price: '352800'}, geometry: { type: 'Point', coordinates:[-74.11398489, 40.5625]} },
{type: 'Feature',properties:{Name: '5', Address: '245 MILL ROAD, NEW DORP', Month: '10', Price: '366642'}, geometry: { type: 'Point', coordinates:[-74.11105991, 40.56312319]} },
{type: 'Feature',properties:{Name: '5', Address: '245 MILL ROAD, NEW DORP', Month: '9', Price: '366642'}, geometry: { type: 'Point', coordinates:[-74.11105991, 40.56312319]} },
{type: 'Feature',properties:{Name: '5', Address: '245 MILL ROAD, NEW DORP', Month: '9', Price: '366642'}, geometry: { type: 'Point', coordinates:[-74.11105991, 40.56312319]} },
{type: 'Feature',properties:{Name: '5', Address: '26 EBBITTS STREET, NEW DORP', Month: '11', Price: '246848'}, geometry: { type: 'Point', coordinates:[-74.11099434, 40.5648168]} },
{type: 'Feature',properties:{Name: '5', Address: '26 EBBITTS STREET, NEW DORP', Month: '8', Price: '246848'}, geometry: { type: 'Point', coordinates:[-74.11099434, 40.5648168]} },
{type: 'Feature',properties:{Name: '5', Address: '26 EBBITTS STREET, NEW DORP', Month: '11', Price: '246848'}, geometry: { type: 'Point', coordinates:[-74.11099434, 40.5648168]} },
{type: 'Feature',properties:{Name: '5', Address: '240 MILL ROAD, NEW DORP', Month: '9', Price: '3420'}, geometry: { type: 'Point', coordinates:[-74.111085, 40.56306278]} },
{type: 'Feature',properties:{Name: '5', Address: '358 NEW DORP LANE, NEW DORP', Month: '4', Price: '4346'}, geometry: { type: 'Point', coordinates:[-74.11055809, 40.57088874]} },
{type: 'Feature',properties:{Name: '5', Address: '45 NEW DORP PLAZA, NEW DORP', Month: '1', Price: '4288'}, geometry: { type: 'Point', coordinates:[-74.11712874, 40.57384662]} },
{type: 'Feature',properties:{Name: '5', Address: '81-83-85 NEW DORP PLAZA, NEW DORP', Month: '5', Price: '4000'}, geometry: { type: 'Point', coordinates:[-74.11815736, 40.5733515]} },
IOPub data rate exceeded. The notebook server will temporarily stop sending output to the client in order to avoid crashing it. To change this limit, set the config variable `--NotebookApp.iopub_data_rate_limit`. Current values: NotebookApp.iopub_data_rate_limit=1000000.0 (bytes/sec) NotebookApp.rate_limit_window=3.0 (secs)
### month :date[i][7]
date[1][5]
'2619'